2018-12-03 15:12:10,775 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-317 | | 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-12-03 15:12:10,782 - 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=7DxJ4t2jrueQmnebsaZsvRmTW export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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-12-03 15:12:10,783 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-03 15:12:10,785 - 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-12-03 15:12:10,806 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-12-03 15:12:19,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 15:12:19,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 15:12:19,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 15:12:19,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 15:12:19,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 15:12:19,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 15:12:19,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 15:12:19,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 15:12:19,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 15:12:19,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 15:12:19,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 15:12:19,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 15:12:19,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 15:12:19,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 15:12:19,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 15:12:19,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 15:12:19,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 15:12:19,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 15:12:19,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 15:12:19,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 15:12:19,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 15:12:19,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 15:12:19,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 15:12:19,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 15:12:19,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-319231f6-3461-4548-8cd3-b51fef83974e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:12:19,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-319231f6-3461-4548-8cd3-b51fef83974e 2018-12-03 15:12:19,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:19,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["h_0jDWWfSQKxm94GPpSJQg"], "issued_at": "2018-12-03T15:12:19.000000Z"}} 2018-12-03 15:12:19,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:19,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:12: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:12:19,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:19,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6ca0e63-f738-4074-a043-e67b31949cf4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 15:12:19,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-d6ca0e63-f738-4074-a043-e67b31949cf4 2018-12-03 15:12:19,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.511079788208s 2018-12-03 15:12:19,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 15:12:19,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4a4ceffb0882e87369af97af26f14faf8c6247a8" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}}' 2018-12-03 15:12:20,107 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:12:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95344bc2-4e8f-4ea8-b94c-74be60afdec2 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.30:5000/v3/projects/ee261c13dde543cfa0f0f4aba859fd83"}, "enabled": true, "id": "ee261c13dde543cfa0f0f4aba859fd83", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}} 2018-12-03 15:12:20,107 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-95344bc2-4e8f-4ea8-b94c-74be60afdec2 2018-12-03 15:12:20,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.208876848221s 2018-12-03 15:12:20,108 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-95344bc2-4e8f-4ea8-b94c-74be60afdec2 2018-12-03 15:12:20,109 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096', 'id': u'ee261c13dde543cfa0f0f4aba859fd83', '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-12-03 15:12:20,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 15:12:20,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.501894950867s 2018-12-03 15:12:20,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:20,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d908ef5-7396-4ac3-9965-1507b2fc8de0 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455"}, "enabled": true, "id": "2d647b6539f249a98f074a5b091c0455", "options": {}, "domain_id": "default", "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}} 2018-12-03 15:12:20,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455 used request id req-6d908ef5-7396-4ac3-9965-1507b2fc8de0 2018-12-03 15:12:20,768 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2d647b6539f249a98f074a5b091c0455', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096'}) 2018-12-03 15:12:20,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:20,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:20,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc0aefca-aa48-46ed-a7f9-6b3eb8003704 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:20,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cc0aefca-aa48-46ed-a7f9-6b3eb8003704 2018-12-03 15:12:20,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0762298107147s 2018-12-03 15:12:20,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:20,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:20,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44f86497-975c-48ac-9622-257370d88532 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:20,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-44f86497-975c-48ac-9622-257370d88532 2018-12-03 15:12:20,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0813660621643s 2018-12-03 15:12:20,928 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 15:12:20,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 15:12:20,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" -d '{"role": {"name": "Member"}}' 2018-12-03 15:12:21,066 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:12:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddc5a95c-6fd3-414a-a233-f26605d2552b Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "links": {"self": "http://172.30.9.30:5000/v3/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b"}, "name": "Member"}} 2018-12-03 15:12:21,066 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-ddc5a95c-6fd3-414a-a233-f26605d2552b 2018-12-03 15:12:21,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.137206077576s 2018-12-03 15:12:21,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:21,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c54542ce-8140-4420-9206-0aca23c08402 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b"}, "domain_id": null, "name": "Member", "id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b"}} 2018-12-03 15:12:21,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b used request id req-c54542ce-8140-4420-9206-0aca23c08402 2018-12-03 15:12:21,087 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b'}, 'domain_id': None, 'human_id': None, 'id': u'ba67fd5f81bc44e4ac8da8b9c7d8b35b', 'HUMAN_ID': False}) 2018-12-03 15:12:21,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:21,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:21,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8faa251a-c838-4650-b7c5-733f7e0a1824 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "links": {"self": "http://172.30.9.30:5000/v3/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:21,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8faa251a-c838-4650-b7c5-733f7e0a1824 2018-12-03 15:12:21,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0836629867554s 2018-12-03 15:12:21,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:12:21,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:21,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d9a3313-1727-4746-baa1-278efb486c6c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:12:21,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-3d9a3313-1727-4746-baa1-278efb486c6c 2018-12-03 15:12:21,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0780000686646s 2018-12-03 15:12:21,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:12:21,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:21,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-594f62b8-b8c3-4601-a6da-40d604817d2f Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096", "links": {"self": "http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455"}, "domain_id": "default", "enabled": true, "id": "2d647b6539f249a98f074a5b091c0455", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:12:21,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-594f62b8-b8c3-4601-a6da-40d604817d2f 2018-12-03 15:12:21,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.146749019623s 2018-12-03 15:12:21,399 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-594f62b8-b8c3-4601-a6da-40d604817d2f 2018-12-03 15:12:21,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:12:21,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:21,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17f9e3ed-a5a4-430c-aa86-4c5a87ccd148 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/ee261c13dde543cfa0f0f4aba859fd83"}, "enabled": true, "id": "ee261c13dde543cfa0f0f4aba859fd83", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}]} 2018-12-03 15:12:21,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-17f9e3ed-a5a4-430c-aa86-4c5a87ccd148 2018-12-03 15:12:21,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0852360725403s 2018-12-03 15:12:21,491 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-17f9e3ed-a5a4-430c-aa86-4c5a87ccd148 2018-12-03 15:12:21,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:12:21,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=2d647b6539f249a98f074a5b091c0455&scope.project.id=ee261c13dde543cfa0f0f4aba859fd83&role.id=ba67fd5f81bc44e4ac8da8b9c7d8b35b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:21,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb927e7a-e8bb-4b54-806d-be33e99fc406 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=2d647b6539f249a98f074a5b091c0455&scope.project.id=ee261c13dde543cfa0f0f4aba859fd83&role.id=ba67fd5f81bc44e4ac8da8b9c7d8b35b", "previous": null, "next": null}} 2018-12-03 15:12:21,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=2d647b6539f249a98f074a5b091c0455&scope.project.id=ee261c13dde543cfa0f0f4aba859fd83&role.id=ba67fd5f81bc44e4ac8da8b9c7d8b35b used request id req-fb927e7a-e8bb-4b54-806d-be33e99fc406 2018-12-03 15:12:21,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.172600984573s 2018-12-03 15:12:21,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:12:21,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/ee261c13dde543cfa0f0f4aba859fd83/users/2d647b6539f249a98f074a5b091c0455/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:21,896 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ec7dae9-695d-498c-bb87-dce1ab36a815 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:21,896 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ee261c13dde543cfa0f0f4aba859fd83/users/2d647b6539f249a98f074a5b091c0455/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b used request id req-9ec7dae9-695d-498c-bb87-dce1ab36a815 2018-12-03 15:12:21,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.230232954025s 2018-12-03 15:12:21,897 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096', 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': 'e485d6c3-b949-404f-8fac-a4d7c810cc85', 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_09bf3a1f-09e2-4876-af21-b9bfdaa19096', 'project_id': u'ee261c13dde543cfa0f0f4aba859fd83', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 15:12:21,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 15:12:21,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 15:12:21,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 15:12:21,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 15:12:21,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 15:12:21,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 15:12:21,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 15:12:21,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 15:12:21,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 15:12:21,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 15:12:21,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 15:12:21,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 15:12:21,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 15:12:21,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 15:12:21,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 15:12:21,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 15:12:21,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 15:12:21,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 15:12:21,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 15:12:21,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 15:12:21,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 15:12:21,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 15:12:21,903 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096', 'password': 'e485d6c3-b949-404f-8fac-a4d7c810cc85', 'project_name': 'connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'ee261c13dde543cfa0f0f4aba859fd83', 'project_domain_name': 'Default'} 2018-12-03 15:12:21,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:21,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:21,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53e57874-f6c3-407b-90fa-bdeb881ffaf1 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "links": {"self": "http://172.30.9.30:5000/v3/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:21,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-53e57874-f6c3-407b-90fa-bdeb881ffaf1 2018-12-03 15:12:21,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810389518738s 2018-12-03 15:12:21,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:21,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:22,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e572a247-2f7a-44c2-93fe-270bf4493dc4 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "links": {"self": "http://172.30.9.30:5000/v3/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:22,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e572a247-2f7a-44c2-93fe-270bf4493dc4 2018-12-03 15:12:22,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0838670730591s 2018-12-03 15:12:22,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:12:22,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:22,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0388c703-02e2-4bbe-9523-53e9e2d3cd43 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:12:22,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-0388c703-02e2-4bbe-9523-53e9e2d3cd43 2018-12-03 15:12:22,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0736880302429s 2018-12-03 15:12:22,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:12:22,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:22,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d1987cd-8824-4794-873b-f9481245d09e Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096", "links": {"self": "http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455"}, "domain_id": "default", "enabled": true, "id": "2d647b6539f249a98f074a5b091c0455", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:12:22,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4d1987cd-8824-4794-873b-f9481245d09e 2018-12-03 15:12:22,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105588912964s 2018-12-03 15:12:22,252 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4d1987cd-8824-4794-873b-f9481245d09e 2018-12-03 15:12:22,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:12:22,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:22,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40624f60-9610-470c-a5ed-f8e7d23b6af3 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/ee261c13dde543cfa0f0f4aba859fd83"}, "enabled": true, "id": "ee261c13dde543cfa0f0f4aba859fd83", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}]} 2018-12-03 15:12:22,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-40624f60-9610-470c-a5ed-f8e7d23b6af3 2018-12-03 15:12:22,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.151860952377s 2018-12-03 15:12:22,410 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-40624f60-9610-470c-a5ed-f8e7d23b6af3 2018-12-03 15:12:22,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:12:22,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=2d647b6539f249a98f074a5b091c0455&scope.project.id=ee261c13dde543cfa0f0f4aba859fd83&role.id=262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:22,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-195554d0-cfda-44a4-8be6-58e497a1e9de Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=2d647b6539f249a98f074a5b091c0455&scope.project.id=ee261c13dde543cfa0f0f4aba859fd83&role.id=262658b16a4440adb64abe58dbd094c0", "previous": null, "next": null}} 2018-12-03 15:12:22,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=2d647b6539f249a98f074a5b091c0455&scope.project.id=ee261c13dde543cfa0f0f4aba859fd83&role.id=262658b16a4440adb64abe58dbd094c0 used request id req-195554d0-cfda-44a4-8be6-58e497a1e9de 2018-12-03 15:12:22,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0749890804291s 2018-12-03 15:12:22,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:12:22,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/ee261c13dde543cfa0f0f4aba859fd83/users/2d647b6539f249a98f074a5b091c0455/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:22,718 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0849750e-d2da-43a7-8bf7-9ff3eedc7be2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:22,718 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ee261c13dde543cfa0f0f4aba859fd83/users/2d647b6539f249a98f074a5b091c0455/roles/262658b16a4440adb64abe58dbd094c0 used request id req-0849750e-d2da-43a7-8bf7-9ff3eedc7be2 2018-12-03 15:12:22,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.231008052826s 2018-12-03 15:12:22,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:22,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:22,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f620dab3-2cdf-40b3-8e50-4b3f4a80c9a3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "links": {"self": "http://172.30.9.30:5000/v3/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:22,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f620dab3-2cdf-40b3-8e50-4b3f4a80c9a3 2018-12-03 15:12:22,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.137257099152s 2018-12-03 15:12:22,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 15:12:22,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" -d '{"role": {"name": "heat_stack_owner"}}' 2018-12-03 15:12:23,041 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5078e11-bb40-4fae-91ea-d12c267dcf16 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aa8bb8e76d6344cabda09ee9a95f7d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/aa8bb8e76d6344cabda09ee9a95f7d19"}, "name": "heat_stack_owner"}} 2018-12-03 15:12:23,041 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-e5078e11-bb40-4fae-91ea-d12c267dcf16 2018-12-03 15:12:23,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.183450937271s 2018-12-03 15:12:23,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/aa8bb8e76d6344cabda09ee9a95f7d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:23,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9059f6c8-6175-4e42-8817-ed1c00d876fe Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/aa8bb8e76d6344cabda09ee9a95f7d19"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa8bb8e76d6344cabda09ee9a95f7d19"}} 2018-12-03 15:12:23,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/aa8bb8e76d6344cabda09ee9a95f7d19 used request id req-9059f6c8-6175-4e42-8817-ed1c00d876fe 2018-12-03 15:12:23,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:23,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:23,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-078421de-0d8d-4d40-8cad-1925164cb6dd Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa8bb8e76d6344cabda09ee9a95f7d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/aa8bb8e76d6344cabda09ee9a95f7d19"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "links": {"self": "http://172.30.9.30:5000/v3/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:23,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-078421de-0d8d-4d40-8cad-1925164cb6dd 2018-12-03 15:12:23,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0825750827789s 2018-12-03 15:12:23,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:12:23,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:23,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c486573-47b7-4f70-9854-1ee3ac408b1c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:12:23,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-8c486573-47b7-4f70-9854-1ee3ac408b1c 2018-12-03 15:12:23,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0774102210999s 2018-12-03 15:12:23,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:12:23,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:23,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ee3c418-a36f-4c47-92de-a39f61e1f872 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096", "links": {"self": "http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455"}, "domain_id": "default", "enabled": true, "id": "2d647b6539f249a98f074a5b091c0455", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:12:23,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-2ee3c418-a36f-4c47-92de-a39f61e1f872 2018-12-03 15:12:23,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0921001434326s 2018-12-03 15:12:23,377 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-2ee3c418-a36f-4c47-92de-a39f61e1f872 2018-12-03 15:12:23,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:12:23,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:23,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78731222-5bb5-4aeb-9717-d5e0af75f2d1 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/ee261c13dde543cfa0f0f4aba859fd83"}, "enabled": true, "id": "ee261c13dde543cfa0f0f4aba859fd83", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}]} 2018-12-03 15:12:23,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-78731222-5bb5-4aeb-9717-d5e0af75f2d1 2018-12-03 15:12:23,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0779209136963s 2018-12-03 15:12:23,461 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-78731222-5bb5-4aeb-9717-d5e0af75f2d1 2018-12-03 15:12:23,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:12:23,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=2d647b6539f249a98f074a5b091c0455&scope.project.id=ee261c13dde543cfa0f0f4aba859fd83&role.id=aa8bb8e76d6344cabda09ee9a95f7d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:23,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-907efcaf-00bc-4066-bf74-09b9398eaa2b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=2d647b6539f249a98f074a5b091c0455&scope.project.id=ee261c13dde543cfa0f0f4aba859fd83&role.id=aa8bb8e76d6344cabda09ee9a95f7d19", "previous": null, "next": null}} 2018-12-03 15:12:23,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=2d647b6539f249a98f074a5b091c0455&scope.project.id=ee261c13dde543cfa0f0f4aba859fd83&role.id=aa8bb8e76d6344cabda09ee9a95f7d19 used request id req-907efcaf-00bc-4066-bf74-09b9398eaa2b 2018-12-03 15:12:23,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.127326965332s 2018-12-03 15:12:23,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:12:23,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/ee261c13dde543cfa0f0f4aba859fd83/users/2d647b6539f249a98f074a5b091c0455/roles/aa8bb8e76d6344cabda09ee9a95f7d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:23,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6b9f236-eb5f-474a-b9ef-fe8701077c95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:23,850 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ee261c13dde543cfa0f0f4aba859fd83/users/2d647b6539f249a98f074a5b091c0455/roles/aa8bb8e76d6344cabda09ee9a95f7d19 used request id req-b6b9f236-eb5f-474a-b9ef-fe8701077c95 2018-12-03 15:12:23,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.259329080582s 2018-12-03 15:12:23,851 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-12-03 15:12:23,851 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-12-03 15:12:23,851 - openstack_tests - INFO - OS Credentials = > 2018-12-03 15:12:23,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:23,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:24,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa8bb8e76d6344cabda09ee9a95f7d19", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "name": "Member"}], "expires_at": "2018-12-03T16:12:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee261c13dde543cfa0f0f4aba859fd83", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096", "id": "2d647b6539f249a98f074a5b091c0455"}, "audit_ids": ["O3fFaDpqSjCsXEq_YYeaMg"], "issued_at": "2018-12-03T15:12:24.000000Z"}} 2018-12-03 15:12:24,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde4e52526cfb24ba5cfcd9f96e447bae9b05b6e" 2018-12-03 15:12:25,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-3d7d78c0-75d7-4630-911d-e3ed67055f5b Date: Mon, 03 Dec 2018 15:12:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:12:25,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-3d7d78c0-75d7-4630-911d-e3ed67055f5b 2018-12-03 15:12:25,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde4e52526cfb24ba5cfcd9f96e447bae9b05b6e" 2018-12-03 15:12:26,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-18065f07-053a-4ec0-aff3-2de1313ee62e Date: Mon, 03 Dec 2018 15:12:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 15:12:26,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-18065f07-053a-4ec0-aff3-2de1313ee62e 2018-12-03 15:12:26,238 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-03 15:12:26,238 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-12-03 15:12:26,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:26,472 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-03 15:12:26,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:26,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa8bb8e76d6344cabda09ee9a95f7d19", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "name": "Member"}], "expires_at": "2018-12-03T16:12:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee261c13dde543cfa0f0f4aba859fd83", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096", "id": "2d647b6539f249a98f074a5b091c0455"}, "audit_ids": ["fAQtrT3PT9aaMi01TWAmhg"], "issued_at": "2018-12-03T15:12:26.000000Z"}} 2018-12-03 15:12:26,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c2c2df898d8ba0aed7161a12ea7d09de015f401" 2018-12-03 15:12:27,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-cd28703d-6614-4d05-bd6f-cb73386933b5 Date: Mon, 03 Dec 2018 15:12:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-12-03 15:12:27,528 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&name=foo used request id req-cd28703d-6614-4d05-bd6f-cb73386933b5 2018-12-03 15:12:27,528 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:27,529 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-03 15:12:27,530 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:27,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa8bb8e76d6344cabda09ee9a95f7d19", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "name": "Member"}], "expires_at": "2018-12-03T16:12:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee261c13dde543cfa0f0f4aba859fd83", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096", "id": "2d647b6539f249a98f074a5b091c0455"}, "audit_ids": ["AGqyx9mGTqeiGBPB6K1Wlg"], "issued_at": "2018-12-03T15:12:27.000000Z"}} 2018-12-03 15:12:27,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7045c8e00e3b1431806a365b6ad08669712d20ad" 2018-12-03 15:12:27,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66c4e7e9-a2a8-4497-b9ab-8dbf39c89419 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:12:27,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-66c4e7e9-a2a8-4497-b9ab-8dbf39c89419 2018-12-03 15:12:27,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:12:27,949 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:12: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:12:27,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7045c8e00e3b1431806a365b6ad08669712d20ad" 2018-12-03 15:12:28,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14001fcb-092d-4295-b572-aebf70408e0f Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096", "links": {"self": "http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455"}, "domain_id": "default", "enabled": true, "id": "2d647b6539f249a98f074a5b091c0455", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:12:28,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-14001fcb-092d-4295-b572-aebf70408e0f 2018-12-03 15:12:28,066 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:28,067 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-03 15:12:28,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:28,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa8bb8e76d6344cabda09ee9a95f7d19", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "name": "Member"}], "expires_at": "2018-12-03T16:12:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee261c13dde543cfa0f0f4aba859fd83", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096", "id": "2d647b6539f249a98f074a5b091c0455"}, "audit_ids": ["Lzp__yBbTryO6PkfSXtT3g"], "issued_at": "2018-12-03T15:12:28.000000Z"}} 2018-12-03 15:12:28,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01981d3c8ed3ac9b7829ab4329b38b0620f2feef" 2018-12-03 15:12:29,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-47569e37-66f0-4fd0-9ae7-3451f0b08f79 Date: Mon, 03 Dec 2018 15:12:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:12:29,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-47569e37-66f0-4fd0-9ae7-3451f0b08f79 2018-12-03 15:12:29,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:30,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa8bb8e76d6344cabda09ee9a95f7d19", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "name": "Member"}], "expires_at": "2018-12-03T16:12:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee261c13dde543cfa0f0f4aba859fd83", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096", "id": "2d647b6539f249a98f074a5b091c0455"}, "audit_ids": ["l-aIbu2iSbitxsFJZqcKeg"], "issued_at": "2018-12-03T15:12:30.000000Z"}} 2018-12-03 15:12:30,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b3944c7a38545a14b765b052d2f51b1820f9fc7" 2018-12-03 15:12:31,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-6089b3db-4acd-4dbc-a08a-5318740d727e Date: Mon, 03 Dec 2018 15:12:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:12:31,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-6089b3db-4acd-4dbc-a08a-5318740d727e 2018-12-03 15:12:31,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b3944c7a38545a14b765b052d2f51b1820f9fc7" 2018-12-03 15:12:31,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4d00a167-adef-402e-9fdd-a1ea17d26e50 Date: Mon, 03 Dec 2018 15:12:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 15:12:31,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-4d00a167-adef-402e-9fdd-a1ea17d26e50 2018-12-03 15:12:31,794 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:12:31,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:32,043 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.30:5000/v2.0/tokens 2018-12-03 15:12:32,061 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-12-03 15:12:32,062 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:12:32,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:32,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa8bb8e76d6344cabda09ee9a95f7d19", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "name": "Member"}], "expires_at": "2018-12-03T16:12:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee261c13dde543cfa0f0f4aba859fd83", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096", "id": "2d647b6539f249a98f074a5b091c0455"}, "audit_ids": ["uJUq3i8nThagya8dn4c2QA"], "issued_at": "2018-12-03T15:12:32.000000Z"}} 2018-12-03 15:12:32,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae0679035c860dd69bc8aa0c05106299b4d1ba4" 2018-12-03 15:12:33,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12: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-ccdc2945-e8f0-44d7-b02c-8aac42404ba1 x-compute-request-id: req-ccdc2945-e8f0-44d7-b02c-8aac42404ba1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:12:33,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail used request id req-ccdc2945-e8f0-44d7-b02c-8aac42404ba1 2018-12-03 15:12:33,234 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:12:33,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:33,673 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa8bb8e76d6344cabda09ee9a95f7d19", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "name": "Member"}], "expires_at": "2018-12-03T16:12:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee261c13dde543cfa0f0f4aba859fd83", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096", "id": "2d647b6539f249a98f074a5b091c0455"}, "audit_ids": ["1LLCbkQzRjmsuCccSTzrKg"], "issued_at": "2018-12-03T15:12:33.000000Z"}} 2018-12-03 15:12:33,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f63b2b342d27fa2751051a696cd87a9cbb5489" 2018-12-03 15:12:34,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12: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-2abc2d0a-b21f-4fbe-b91d-a3b4d27e7cca x-compute-request-id: req-2abc2d0a-b21f-4fbe-b91d-a3b4d27e7cca Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 210}, "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": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-03 15:12:34,292 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-2abc2d0a-b21f-4fbe-b91d-a3b4d27e7cca 2018-12-03 15:12:34,294 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 15:12:34,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:34,356 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.30:5000/v2.0/tokens 2018-12-03 15:12:34,371 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-12-03 15:12:34,371 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 15:12:34,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:34,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa8bb8e76d6344cabda09ee9a95f7d19", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "name": "Member"}], "expires_at": "2018-12-03T16:12:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee261c13dde543cfa0f0f4aba859fd83", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096", "id": "2d647b6539f249a98f074a5b091c0455"}, "audit_ids": ["iwC45DqhQouye3Q4vtRNLA"], "issued_at": "2018-12-03T15:12:34.000000Z"}} 2018-12-03 15:12:34,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/ee261c13dde543cfa0f0f4aba859fd83/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b927af95b3cc85268f25d7486e94d238dde457f" 2018-12-03 15:12:35,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:34 GMT Server: Apache x-openstack-request-id: req-be45f565-0e85-4f93-907a-ce5e934529fc Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 15:12:35,461 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/ee261c13dde543cfa0f0f4aba859fd83/stacks used request id req-be45f565-0e85-4f93-907a-ce5e934529fc 2018-12-03 15:12:35,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:35,655 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-03 15:12:35,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:36,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa8bb8e76d6344cabda09ee9a95f7d19", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "name": "Member"}], "expires_at": "2018-12-03T16:12:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee261c13dde543cfa0f0f4aba859fd83", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ee261c13dde543cfa0f0f4aba859fd83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096", "id": "2d647b6539f249a98f074a5b091c0455"}, "audit_ids": ["lfM-1hH-Tqig1pbOQBDG0w"], "issued_at": "2018-12-03T15:12:36.000000Z"}} 2018-12-03 15:12:36,035 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/ee261c13dde543cfa0f0f4aba859fd83/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bee36610930d19ce7a55132a0bc67742a975b0e4" 2018-12-03 15:12:36,863 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:36 GMT Server: Apache x-compute-request-id: req-2ee1a67a-da12-4807-b0c0-ac78e29654d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2ee1a67a-da12-4807-b0c0-ac78e29654d7 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 15:12:36,863 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/ee261c13dde543cfa0f0f4aba859fd83/volumes/detail used request id req-2ee1a67a-da12-4807-b0c0-ac78e29654d7 2018-12-03 15:12:36,864 - 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.614s OK 2018-12-03 15:12:36,989 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-03 15:12:36,990 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-12-03 15:12:36,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:36,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:37,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a180da46-d1dd-4fa0-80e6-04619b97771e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa8bb8e76d6344cabda09ee9a95f7d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/aa8bb8e76d6344cabda09ee9a95f7d19"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "links": {"self": "http://172.30.9.30:5000/v3/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:37,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a180da46-d1dd-4fa0-80e6-04619b97771e 2018-12-03 15:12:37,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.177695989609s 2018-12-03 15:12:37,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 15:12:37,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/aa8bb8e76d6344cabda09ee9a95f7d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:37,364 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b6ce604-d3a4-47aa-9ba1-fa23c2e2a578 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:37,364 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/aa8bb8e76d6344cabda09ee9a95f7d19 used request id req-7b6ce604-d3a4-47aa-9ba1-fa23c2e2a578 2018-12-03 15:12:37,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.187466144562s 2018-12-03 15:12:37,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:12:37,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:37,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec9f0ad4-2893-40db-b779-24334806d1f8 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096", "links": {"self": "http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455"}, "domain_id": "default", "enabled": true, "id": "2d647b6539f249a98f074a5b091c0455", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:12:37,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ec9f0ad4-2893-40db-b779-24334806d1f8 2018-12-03 15:12:37,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105520963669s 2018-12-03 15:12:37,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ec9f0ad4-2893-40db-b779-24334806d1f8 2018-12-03 15:12:37,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:12:37,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:37,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acec893c-a9a5-4045-8c0a-69ebc25adc93 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455"}, "enabled": true, "id": "2d647b6539f249a98f074a5b091c0455", "options": {}, "domain_id": "default", "name": "connection_check-user_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}} 2018-12-03 15:12:37,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455 used request id req-acec893c-a9a5-4045-8c0a-69ebc25adc93 2018-12-03 15:12:37,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.157659053802s 2018-12-03 15:12:37,636 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455 used request id req-acec893c-a9a5-4045-8c0a-69ebc25adc93 2018-12-03 15:12:37,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 15:12:37,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:37,917 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98af3064-ec5e-4e1b-b297-7af09e534209 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:37,917 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455 used request id req-98af3064-ec5e-4e1b-b297-7af09e534209 2018-12-03 15:12:37,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.281090974808s 2018-12-03 15:12:37,918 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/2d647b6539f249a98f074a5b091c0455 used request id req-98af3064-ec5e-4e1b-b297-7af09e534209 2018-12-03 15:12:37,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:12:37,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:37,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d0084ca-4633-4e9c-9fdf-b25eccb7278c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/ee261c13dde543cfa0f0f4aba859fd83"}, "enabled": true, "id": "ee261c13dde543cfa0f0f4aba859fd83", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_09bf3a1f-09e2-4876-af21-b9bfdaa19096"}]} 2018-12-03 15:12:37,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-0d0084ca-4633-4e9c-9fdf-b25eccb7278c 2018-12-03 15:12:37,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.077418088913s 2018-12-03 15:12:37,996 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-0d0084ca-4633-4e9c-9fdf-b25eccb7278c 2018-12-03 15:12:37,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 15:12:37,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/ee261c13dde543cfa0f0f4aba859fd83 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:38,229 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-670725c6-4729-4893-a379-160609eced2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:38,229 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ee261c13dde543cfa0f0f4aba859fd83 used request id req-670725c6-4729-4893-a379-160609eced2a 2018-12-03 15:12:38,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.229980945587s 2018-12-03 15:12:38,229 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ee261c13dde543cfa0f0f4aba859fd83 used request id req-670725c6-4729-4893-a379-160609eced2a 2018-12-03 15:12:38,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:38,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:38,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04308096-a16f-4329-853c-ab3f0dcaea7b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba67fd5f81bc44e4ac8da8b9c7d8b35b", "links": {"self": "http://172.30.9.30:5000/v3/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:38,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-04308096-a16f-4329-853c-ab3f0dcaea7b 2018-12-03 15:12:38,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828268527985s 2018-12-03 15:12:38,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 15:12:38,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:38,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b78bb7d-22c6-4d4a-bab6-ef0b51eb4fd2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:38,547 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/ba67fd5f81bc44e4ac8da8b9c7d8b35b used request id req-9b78bb7d-22c6-4d4a-bab6-ef0b51eb4fd2 2018-12-03 15:12:38,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.232949018478s 2018-12-03 15:12:38,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 15:12:38,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=ee261c13dde543cfa0f0f4aba859fd83&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}4a4ceffb0882e87369af97af26f14faf8c6247a8" 2018-12-03 15:12:39,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ae364a5c-499e-46e8-8210-eeb2d00370d9 Date: Mon, 03 Dec 2018 15:12:39 GMT RESP BODY: {"security_groups": []} 2018-12-03 15:12:39,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=ee261c13dde543cfa0f0f4aba859fd83&name=default used request id req-ae364a5c-499e-46e8-8210-eeb2d00370d9 2018-12-03 15:12:39,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.0151309967s 2018-12-03 15:12:39,568 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=ee261c13dde543cfa0f0f4aba859fd83&name=default used request id req-ae364a5c-499e-46e8-8210-eeb2d00370d9 2018-12-03 15:12:39,589 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-12-03 15:12:39,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 15:12:39,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 15:12:39,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 15:12:39,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 15:12:39,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 15:12:39,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 15:12:39,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 15:12:39,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 15:12:39,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 15:12:39,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 15:12:39,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 15:12:39,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 15:12:39,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 15:12:39,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 15:12:39,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 15:12:39,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 15:12:39,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 15:12:39,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 15:12:39,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 15:12:39,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 15:12:39,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 15:12:39,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 15:12:39,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 15:12:39,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 15:12:39,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0938474-da3d-4a50-82fa-f5d977b9e99e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:12:39,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d0938474-da3d-4a50-82fa-f5d977b9e99e 2018-12-03 15:12:39,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:40,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["1kMYA9fYQGW7ppLzpnDMKQ"], "issued_at": "2018-12-03T15:12:40.000000Z"}} 2018-12-03 15:12:40,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:40,088 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:12: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:12:40,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:40,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c057b81-91e4-4fac-bf66-535ac1ada548 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 15:12:40,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-9c057b81-91e4-4fac-bf66-535ac1ada548 2018-12-03 15:12:40,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.627887964249s 2018-12-03 15:12:40,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 15:12:40,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d877b1d50a65ea4cd93d426658d8153aa86343c5" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}}' 2018-12-03 15:12:40,468 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:12:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5baddb04-4780-478d-90ec-5c04dcb95796 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:12:40,468 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5baddb04-4780-478d-90ec-5c04dcb95796 2018-12-03 15:12:40,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.217283010483s 2018-12-03 15:12:40,468 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5baddb04-4780-478d-90ec-5c04dcb95796 2018-12-03 15:12:40,469 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd', 'id': u'1780a9ab51084544804c8f0af535fb81', '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-12-03 15:12:40,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 15:12:40,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.440770864487s 2018-12-03 15:12:40,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:41,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-141d3374-8b8a-4435-af0e-b8038f6abcac Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}, "domain_id": "default", "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:12:41,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba used request id req-141d3374-8b8a-4435-af0e-b8038f6abcac 2018-12-03 15:12:41,015 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'cda3e10c13644fbd83127c45f881c0ba', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd'}) 2018-12-03 15:12:41,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:41,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:41,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4aa97e5-053c-44d8-98be-e46214748561 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:41,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d4aa97e5-053c-44d8-98be-e46214748561 2018-12-03 15:12:41,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0860061645508s 2018-12-03 15:12:41,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:41,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:41,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0147827-296f-4756-a020-7664fd40dbad Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:41,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c0147827-296f-4756-a020-7664fd40dbad 2018-12-03 15:12:41,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810961723328s 2018-12-03 15:12:41,185 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 15:12:41,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 15:12:41,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" -d '{"role": {"name": "Member"}}' 2018-12-03 15:12:41,316 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96e02d92-8efd-46cc-98df-bba8bccebe38 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}} 2018-12-03 15:12:41,317 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-96e02d92-8efd-46cc-98df-bba8bccebe38 2018-12-03 15:12:41,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.131676912308s 2018-12-03 15:12:41,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:41,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90d55e80-4845-4b2e-80b3-05e42e4bca38 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "domain_id": null, "name": "Member", "id": "22771f1ba6ce42ea91fe8b84551c5f33"}} 2018-12-03 15:12:41,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33 used request id req-90d55e80-4845-4b2e-80b3-05e42e4bca38 2018-12-03 15:12:41,334 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33'}, 'domain_id': None, 'human_id': None, 'id': u'22771f1ba6ce42ea91fe8b84551c5f33', 'HUMAN_ID': False}) 2018-12-03 15:12:41,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:41,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:41,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e85ace26-a991-4a32-a992-871ce5e409d3 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:41,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e85ace26-a991-4a32-a992-871ce5e409d3 2018-12-03 15:12:41,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0717530250549s 2018-12-03 15:12:41,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:12:41,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:41,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cadddc0b-4bec-4ccd-9d28-6eb023a0972a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:12:41,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-cadddc0b-4bec-4ccd-9d28-6eb023a0972a 2018-12-03 15:12:41,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0842289924622s 2018-12-03 15:12:41,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:12:41,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:41,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0054d301-6c12-43e6-a60f-643834ec5602 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:12:41,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-0054d301-6c12-43e6-a60f-643834ec5602 2018-12-03 15:12:41,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100157022476s 2018-12-03 15:12:41,594 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-0054d301-6c12-43e6-a60f-643834ec5602 2018-12-03 15:12:41,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:12:41,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:41,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5af9be62-7772-4246-a05c-6cce8885305a Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:12:41,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-5af9be62-7772-4246-a05c-6cce8885305a 2018-12-03 15:12:41,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0711121559143s 2018-12-03 15:12:41,672 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-5af9be62-7772-4246-a05c-6cce8885305a 2018-12-03 15:12:41,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:12:41,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=cda3e10c13644fbd83127c45f881c0ba&scope.project.id=1780a9ab51084544804c8f0af535fb81&role.id=22771f1ba6ce42ea91fe8b84551c5f33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:41,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7b1d7a9-2328-42b4-aa7f-a95d40d85dc2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=cda3e10c13644fbd83127c45f881c0ba&scope.project.id=1780a9ab51084544804c8f0af535fb81&role.id=22771f1ba6ce42ea91fe8b84551c5f33", "previous": null, "next": null}} 2018-12-03 15:12:41,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=cda3e10c13644fbd83127c45f881c0ba&scope.project.id=1780a9ab51084544804c8f0af535fb81&role.id=22771f1ba6ce42ea91fe8b84551c5f33 used request id req-c7b1d7a9-2328-42b4-aa7f-a95d40d85dc2 2018-12-03 15:12:41,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.143750190735s 2018-12-03 15:12:41,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:12:41,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/cda3e10c13644fbd83127c45f881c0ba/roles/22771f1ba6ce42ea91fe8b84551c5f33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:41,949 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2803480-336e-4eea-8aa6-51733d41527d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:41,950 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/cda3e10c13644fbd83127c45f881c0ba/roles/22771f1ba6ce42ea91fe8b84551c5f33 used request id req-c2803480-336e-4eea-8aa6-51733d41527d 2018-12-03 15:12:41,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.131066083908s 2018-12-03 15:12:41,951 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd', 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': '9af873a9-37ca-4b91-8c97-e273837d3d54', 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_ea96b64e-532c-4167-990b-9bf38c1b77bd', 'project_id': u'1780a9ab51084544804c8f0af535fb81', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 15:12:41,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 15:12:41,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 15:12:41,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 15:12:41,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 15:12:41,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 15:12:41,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 15:12:41,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 15:12:41,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 15:12:41,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 15:12:41,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 15:12:41,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 15:12:41,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 15:12:41,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 15:12:41,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 15:12:41,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 15:12:41,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 15:12:41,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 15:12:41,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 15:12:41,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 15:12:41,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 15:12:41,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 15:12:41,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 15:12:41,957 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd', 'password': '9af873a9-37ca-4b91-8c97-e273837d3d54', 'project_name': 'api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '1780a9ab51084544804c8f0af535fb81', 'project_domain_name': 'Default'} 2018-12-03 15:12:41,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:41,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:42,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7f34748-7b07-493e-925e-573d0a0a2ff1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:42,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d7f34748-7b07-493e-925e-573d0a0a2ff1 2018-12-03 15:12:42,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0731060504913s 2018-12-03 15:12:42,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:42,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:42,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7647b63d-5496-4aa4-89c8-45e45461b8da Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:42,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7647b63d-5496-4aa4-89c8-45e45461b8da 2018-12-03 15:12:42,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809490680695s 2018-12-03 15:12:42,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:12:42,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:42,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48018810-012d-434e-b75a-5f824186f32a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:12:42,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-48018810-012d-434e-b75a-5f824186f32a 2018-12-03 15:12:42,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0823509693146s 2018-12-03 15:12:42,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:12:42,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:42,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b8a977e-8184-4b34-a362-8a910462dcf8 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:12:42,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4b8a977e-8184-4b34-a362-8a910462dcf8 2018-12-03 15:12:42,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.09308385849s 2018-12-03 15:12:42,291 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4b8a977e-8184-4b34-a362-8a910462dcf8 2018-12-03 15:12:42,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:12:42,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:42,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d26bac00-5eb1-4548-93f1-6a4b3196d6f5 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:12:42,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-d26bac00-5eb1-4548-93f1-6a4b3196d6f5 2018-12-03 15:12:42,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0784437656403s 2018-12-03 15:12:42,376 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-d26bac00-5eb1-4548-93f1-6a4b3196d6f5 2018-12-03 15:12:42,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:12:42,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=cda3e10c13644fbd83127c45f881c0ba&scope.project.id=1780a9ab51084544804c8f0af535fb81&role.id=262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:42,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c134c564-f3c1-43bb-843e-0934da1b6cd2 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=cda3e10c13644fbd83127c45f881c0ba&scope.project.id=1780a9ab51084544804c8f0af535fb81&role.id=262658b16a4440adb64abe58dbd094c0", "previous": null, "next": null}} 2018-12-03 15:12:42,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=cda3e10c13644fbd83127c45f881c0ba&scope.project.id=1780a9ab51084544804c8f0af535fb81&role.id=262658b16a4440adb64abe58dbd094c0 used request id req-c134c564-f3c1-43bb-843e-0934da1b6cd2 2018-12-03 15:12:42,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0791039466858s 2018-12-03 15:12:42,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:12:42,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/cda3e10c13644fbd83127c45f881c0ba/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:42,694 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be917fd8-09da-4cb8-a549-ac7e124bb165 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:42,694 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/cda3e10c13644fbd83127c45f881c0ba/roles/262658b16a4440adb64abe58dbd094c0 used request id req-be917fd8-09da-4cb8-a549-ac7e124bb165 2018-12-03 15:12:42,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.236084938049s 2018-12-03 15:12:42,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:42,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:42,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-681a01f6-a6c4-4f6a-b160-52f330e52f83 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:42,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-681a01f6-a6c4-4f6a-b160-52f330e52f83 2018-12-03 15:12:42,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809080600739s 2018-12-03 15:12:42,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 15:12:42,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" -d '{"role": {"name": "heat_stack_owner"}}' 2018-12-03 15:12:42,919 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:12:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0f953ac-3c4f-47dc-a3e1-4cd51d5c2337 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}} 2018-12-03 15:12:42,920 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-d0f953ac-3c4f-47dc-a3e1-4cd51d5c2337 2018-12-03 15:12:42,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.143102169037s 2018-12-03 15:12:42,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:42,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aca6d75-de12-455e-bd88-861149aeb2ef Content-Encoding: gzip Content-Length: 145 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "domain_id": null, "name": "heat_stack_owner", "id": "69c5729c1cbc4c13a548e41f32e05a60"}} 2018-12-03 15:12:42,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60 used request id req-8aca6d75-de12-455e-bd88-861149aeb2ef 2018-12-03 15:12:42,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:12:42,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:43,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e0c4d87-5198-4477-906c-a1611d67aa55 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:12:43,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6e0c4d87-5198-4477-906c-a1611d67aa55 2018-12-03 15:12:43,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816960334778s 2018-12-03 15:12:43,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:12:43,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:43,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eabc38ae-29fd-4b98-b7bd-73a26553ce44 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:12:43,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-eabc38ae-29fd-4b98-b7bd-73a26553ce44 2018-12-03 15:12:43,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0785200595856s 2018-12-03 15:12:43,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:12:43,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:43,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-556c885d-d3ec-46ad-99ba-bb46935b82a6 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:12:43,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-556c885d-d3ec-46ad-99ba-bb46935b82a6 2018-12-03 15:12:43,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0884330272675s 2018-12-03 15:12:43,246 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-556c885d-d3ec-46ad-99ba-bb46935b82a6 2018-12-03 15:12:43,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:12:43,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:43,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa606f39-3ec7-43bb-9c79-b03db2081256 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:12:43,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-fa606f39-3ec7-43bb-9c79-b03db2081256 2018-12-03 15:12:43,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0829699039459s 2018-12-03 15:12:43,336 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-fa606f39-3ec7-43bb-9c79-b03db2081256 2018-12-03 15:12:43,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:12:43,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=cda3e10c13644fbd83127c45f881c0ba&scope.project.id=1780a9ab51084544804c8f0af535fb81&role.id=69c5729c1cbc4c13a548e41f32e05a60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:43,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33ba0d6e-e87c-4c63-a2f3-335c831295d7 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=cda3e10c13644fbd83127c45f881c0ba&scope.project.id=1780a9ab51084544804c8f0af535fb81&role.id=69c5729c1cbc4c13a548e41f32e05a60", "previous": null, "next": null}} 2018-12-03 15:12:43,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=cda3e10c13644fbd83127c45f881c0ba&scope.project.id=1780a9ab51084544804c8f0af535fb81&role.id=69c5729c1cbc4c13a548e41f32e05a60 used request id req-33ba0d6e-e87c-4c63-a2f3-335c831295d7 2018-12-03 15:12:43,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0783610343933s 2018-12-03 15:12:43,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:12:43,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/cda3e10c13644fbd83127c45f881c0ba/roles/69c5729c1cbc4c13a548e41f32e05a60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:12:43,625 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3481f1d0-92a5-4544-97a1-a108c8c0440b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:43,625 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/cda3e10c13644fbd83127c45f881c0ba/roles/69c5729c1cbc4c13a548e41f32e05a60 used request id req-3481f1d0-92a5-4544-97a1-a108c8c0440b 2018-12-03 15:12:43,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.208317995071s 2018-12-03 15:12:43,625 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-12-03 15:12:43,625 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-12-03 15:12:43,626 - openstack_tests - INFO - OS Credentials = > 2018-12-03 15:12:43,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:43,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:44,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["97gZwMACQ422qAqaTorPzQ"], "issued_at": "2018-12-03T15:12:44.000000Z"}} 2018-12-03 15:12:44,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e7cc56572781807eb3d877a4b24088c7db9e56a" 2018-12-03 15:12:44,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b75e3c04-ff4b-484c-9b5c-f57c6a5e3782 Date: Mon, 03 Dec 2018 15:12:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:12:44,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-b75e3c04-ff4b-484c-9b5c-f57c6a5e3782 2018-12-03 15:12:44,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e7cc56572781807eb3d877a4b24088c7db9e56a" 2018-12-03 15:12:45,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e08c1aef-a0a1-4603-9423-14da1ac0d268 Date: Mon, 03 Dec 2018 15:12:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 15:12:45,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-e08c1aef-a0a1-4603-9423-14da1ac0d268 2018-12-03 15:12:45,787 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-03 15:12:45,787 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-12-03 15:12:45,788 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,790 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,799 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,803 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,804 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,805 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,805 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,807 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,807 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,812 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,818 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,818 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,821 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,822 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,822 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,824 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,824 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,825 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,826 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,826 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,830 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,830 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,831 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,831 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,839 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,842 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,842 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:45,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:46,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["exfoM_EPTa2TONqkeC-5Tg"], "issued_at": "2018-12-03T15:12:46.000000Z"}} 2018-12-03 15:12:46,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44b4ac1cc94ff343f4458d6244e18bc3215a260" 2018-12-03 15:12:46,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4881c50c-62d6-43dd-8bd5-d84c9ceb004d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:12:46,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4881c50c-62d6-43dd-8bd5-d84c9ceb004d 2018-12-03 15:12:46,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:12:46,360 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:12: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:12:46,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44b4ac1cc94ff343f4458d6244e18bc3215a260" 2018-12-03 15:12:46,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34163536-1c05-48d5-801b-82d72bb3443b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:12:46,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-34163536-1c05-48d5-801b-82d72bb3443b 2018-12-03 15:12:46,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44b4ac1cc94ff343f4458d6244e18bc3215a260" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-ee640388-920d-47e6-bf00-7691e7932db3-projName"}}' 2018-12-03 15:12:46,554 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:12:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c22e9a5-d3e3-471f-827f-5c74ea8e91ea Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/5a76b97725fe4256a78a3d01fa71707f"}, "enabled": true, "id": "5a76b97725fe4256a78a3d01fa71707f", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-ee640388-920d-47e6-bf00-7691e7932db3-projName"}} 2018-12-03 15:12:46,555 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5c22e9a5-d3e3-471f-827f-5c74ea8e91ea 2018-12-03 15:12:46,555 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-ee640388-920d-47e6-bf00-7691e7932db3-projName 2018-12-03 15:12:46,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-ee640388-920d-47e6-bf00-7691e7932db3-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44b4ac1cc94ff343f4458d6244e18bc3215a260" 2018-12-03 15:12:46,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4186b097-559d-47de-95eb-31d8782c3fe5 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-ee640388-920d-47e6-bf00-7691e7932db3-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/5a76b97725fe4256a78a3d01fa71707f"}, "enabled": true, "id": "5a76b97725fe4256a78a3d01fa71707f", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-ee640388-920d-47e6-bf00-7691e7932db3-projName"}]} 2018-12-03 15:12:46,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-ee640388-920d-47e6-bf00-7691e7932db3-projName used request id req-4186b097-559d-47de-95eb-31d8782c3fe5 2018-12-03 15:12:46,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44b4ac1cc94ff343f4458d6244e18bc3215a260" 2018-12-03 15:12:46,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa04d453-53cf-4010-afa7-2d4bfbd943ae Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:12:46,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-aa04d453-53cf-4010-afa7-2d4bfbd943ae 2018-12-03 15:12:46,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44b4ac1cc94ff343f4458d6244e18bc3215a260" 2018-12-03 15:12:47,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-21f13391-f00c-4f10-ae87-450eb2c3e42c Date: Mon, 03 Dec 2018 15:12:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:12:47Z", "updated_at": "2018-12-03T15:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:47Z", "revision_number": 0, "id": "00c0f7fd-8932-45b6-be46-25abe9ffb60f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:47Z", "security_group_id": "66673e42-ed9c-429d-bde3-cdf46aab1569", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:47Z", "revision_number": 0, "id": "0d41ffb8-6a82-4082-989f-346579c0a5bd", "remote_group_id": "66673e42-ed9c-429d-bde3-cdf46aab1569", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:47Z", "security_group_id": "66673e42-ed9c-429d-bde3-cdf46aab1569", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:47Z", "revision_number": 0, "id": "4827ecba-8a7d-473a-bd89-cf17914d55e5", "remote_group_id": "66673e42-ed9c-429d-bde3-cdf46aab1569", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:47Z", "security_group_id": "66673e42-ed9c-429d-bde3-cdf46aab1569", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:47Z", "revision_number": 0, "id": "815c313d-c051-4be1-a6e3-43f917860ebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:47Z", "security_group_id": "66673e42-ed9c-429d-bde3-cdf46aab1569", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 4, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "66673e42-ed9c-429d-bde3-cdf46aab1569", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 15:12:47,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-21f13391-f00c-4f10-ae87-450eb2c3e42c 2018-12-03 15:12:47,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44b4ac1cc94ff343f4458d6244e18bc3215a260" 2018-12-03 15:12:47,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf2f69e5-a51b-4e71-b7ae-b5a96f0ce22a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 15:12:47,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-bf2f69e5-a51b-4e71-b7ae-b5a96f0ce22a 2018-12-03 15:12:47,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44b4ac1cc94ff343f4458d6244e18bc3215a260" 2018-12-03 15:12:47,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b3e0396-c92a-4235-a38d-3624d8b0d411 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:12:47,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-7b3e0396-c92a-4235-a38d-3624d8b0d411 2018-12-03 15:12:47,814 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66673e42-ed9c-429d-bde3-cdf46aab1569 2018-12-03 15:12:47,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=66673e42-ed9c-429d-bde3-cdf46aab1569 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44b4ac1cc94ff343f4458d6244e18bc3215a260" 2018-12-03 15:12:48,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-eaa1d0d3-9981-4378-868e-b4bf85120ce0 Date: Mon, 03 Dec 2018 15:12:48 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-12-03T15:12:47Z", "security_group_id": "66673e42-ed9c-429d-bde3-cdf46aab1569", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:12:47Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "00c0f7fd-8932-45b6-be46-25abe9ffb60f"}, {"remote_group_id": "66673e42-ed9c-429d-bde3-cdf46aab1569", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:12:47Z", "security_group_id": "66673e42-ed9c-429d-bde3-cdf46aab1569", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:12:47Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "0d41ffb8-6a82-4082-989f-346579c0a5bd"}, {"remote_group_id": "66673e42-ed9c-429d-bde3-cdf46aab1569", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:12:47Z", "security_group_id": "66673e42-ed9c-429d-bde3-cdf46aab1569", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:12:47Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "4827ecba-8a7d-473a-bd89-cf17914d55e5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:12:47Z", "security_group_id": "66673e42-ed9c-429d-bde3-cdf46aab1569", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:12:47Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "815c313d-c051-4be1-a6e3-43f917860ebb"}]} 2018-12-03 15:12:48,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=66673e42-ed9c-429d-bde3-cdf46aab1569 used request id req-eaa1d0d3-9981-4378-868e-b4bf85120ce0 2018-12-03 15:12:48,693 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 15:12:48,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/66673e42-ed9c-429d-bde3-cdf46aab1569 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44b4ac1cc94ff343f4458d6244e18bc3215a260" 2018-12-03 15:12:49,743 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff714b16-5e6d-4f5e-9cc6-d94c0dd4d3b3 Content-Length: 0 Date: Mon, 03 Dec 2018 15:12:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:12:49,744 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/66673e42-ed9c-429d-bde3-cdf46aab1569 used request id req-ff714b16-5e6d-4f5e-9cc6-d94c0dd4d3b3 2018-12-03 15:12:49,744 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-ee640388-920d-47e6-bf00-7691e7932db3-projName 2018-12-03 15:12:49,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/5a76b97725fe4256a78a3d01fa71707f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44b4ac1cc94ff343f4458d6244e18bc3215a260" 2018-12-03 15:12:49,975 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00c716d0-eff4-4351-acab-6651a09f385b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:49,975 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/5a76b97725fe4256a78a3d01fa71707f used request id req-00c716d0-eff4-4351-acab-6651a09f385b 2018-12-03 15:12:49,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:50,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["pwlOca7rQtm-AAvC2fIe1A"], "issued_at": "2018-12-03T15:12:50.000000Z"}} 2018-12-03 15:12:50,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ebb30950abab66b2e15a3881e6f05a6b368ee9f" 2018-12-03 15:12:50,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c57aaf4-4fa7-44a1-b33f-8cd9fdd66a19 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:12:50,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8c57aaf4-4fa7-44a1-b33f-8cd9fdd66a19 2018-12-03 15:12:50,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:12:50,479 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:12: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:12:50,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ebb30950abab66b2e15a3881e6f05a6b368ee9f" 2018-12-03 15:12:50,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9ebb229-6d5e-4637-ae73-637645eca619 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:12:50,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b9ebb229-6d5e-4637-ae73-637645eca619 2018-12-03 15:12:51,072 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-0d7d00c6-9529-4197-aeec-2e4491263f4c-username 2018-12-03 15:12:51,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ebb30950abab66b2e15a3881e6f05a6b368ee9f" 2018-12-03 15:12:51,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8f3fea6-e8e3-4489-9978-af4d6adf2b5b Content-Encoding: gzip Content-Length: 946 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-0d7d00c6-9529-4197-aeec-2e4491263f4c-username", "links": {"self": "http://172.30.9.30:5000/v3/users/64ca9593ae294c66a1ffbcbfa87cd327"}, "domain_id": "default", "enabled": true, "id": "64ca9593ae294c66a1ffbcbfa87cd327", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:12:51,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e8f3fea6-e8e3-4489-9978-af4d6adf2b5b 2018-12-03 15:12:51,194 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-0d7d00c6-9529-4197-aeec-2e4491263f4c-username 2018-12-03 15:12:51,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/64ca9593ae294c66a1ffbcbfa87cd327 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ebb30950abab66b2e15a3881e6f05a6b368ee9f" 2018-12-03 15:12:51,495 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-faf5359b-fbc6-40fc-99e2-22feec65a9fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:51,495 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/64ca9593ae294c66a1ffbcbfa87cd327 used request id req-faf5359b-fbc6-40fc-99e2-22feec65a9fe 2018-12-03 15:12:51,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:51,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["Rtt7GzIsQ4KWTuGc6qcU7w"], "issued_at": "2018-12-03T15:12:51.000000Z"}} 2018-12-03 15:12:51,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}866b527a27a7ecd81a90ee6f59d396b1fa08b856" 2018-12-03 15:12:51,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ec842ca-94b3-4a9c-a803-f7e03dce0f7f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:12:51,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5ec842ca-94b3-4a9c-a803-f7e03dce0f7f 2018-12-03 15:12:51,981 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:51,982 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-03 15:12:51,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:52,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["t8TqJy-wRXCE8_zpWOg1pQ"], "issued_at": "2018-12-03T15:12:52.000000Z"}} 2018-12-03 15:12:52,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97268f08096d81844ae3dda93994d7c13094d521" 2018-12-03 15:12:52,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4321ca4b-8d5e-46d8-b1ad-f4d8ce8a3434 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:12:52,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4321ca4b-8d5e-46d8-b1ad-f4d8ce8a3434 2018-12-03 15:12:52,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:52,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:52,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["4BmEv-1cS52bjZz87COMpA"], "issued_at": "2018-12-03T15:12:52.000000Z"}} 2018-12-03 15:12:52,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:53,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["66lyZOowTqy7bal1IyLCXA"], "issued_at": "2018-12-03T15:12:53.000000Z"}} 2018-12-03 15:12:53,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc29e3e5d2589b3f14e167aef0a19e195627cc7" 2018-12-03 15:12:53,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d8c90f1-0741-49e5-ba14-b33021161d32 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:12:53,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4d8c90f1-0741-49e5-ba14-b33021161d32 2018-12-03 15:12:53,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:53,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:53,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["3RSBR22hSsyu-ZEGfHE5Ag"], "issued_at": "2018-12-03T15:12:53.000000Z"}} 2018-12-03 15:12:53,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:54,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["C9WI889aSjm-pcL3vBMYmg"], "issued_at": "2018-12-03T15:12:54.000000Z"}} 2018-12-03 15:12:54,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}194d41b8ddeec4f1de1fa345ad9182bbb99dc5b6" 2018-12-03 15:12:54,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81b27196-40e9-44cc-8157-1942f976b174 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:12:54,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-81b27196-40e9-44cc-8157-1942f976b174 2018-12-03 15:12:54,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:54,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:54,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["ih6hIQb6QUKpe8tuT8jATw"], "issued_at": "2018-12-03T15:12:54.000000Z"}} 2018-12-03 15:12:54,527 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:54,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:54,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["f0XnV587Sa2Lfaq0xgGw-w"], "issued_at": "2018-12-03T15:12:54.000000Z"}} 2018-12-03 15:12:54,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:12:54,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:55,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["jyYP9ByMQZqRoIBy4NZ0Bg"], "issued_at": "2018-12-03T15:12:55.000000Z"}} 2018-12-03 15:12:55,289 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:12:55,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:12:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["y_YAq_JeRzmiiGJs5ZEM3Q"], "issued_at": "2018-12-03T15:12:55.000000Z"}} 2018-12-03 15:12:55,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:12:55,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c652411-ac7b-4298-8dd3-db2c7c6ee35f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:12:55,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2c652411-ac7b-4298-8dd3-db2c7c6ee35f 2018-12-03 15:12:55,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:12:55,691 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:12: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:12:55,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:12:55,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8755cec1-ac6e-4e6d-83a0-04cddcaf7608 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:12:55,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-8755cec1-ac6e-4e6d-83a0-04cddcaf7608 2018-12-03 15:12:56,227 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-4ac6405e-47aa-4edf-a25f-9748dc02f71c-username 2018-12-03 15:12:56,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:12:56,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16072f0a-abce-4c3c-a04f-0a8bd9c75dd4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:12:56,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-16072f0a-abce-4c3c-a04f-0a8bd9c75dd4 2018-12-03 15:12:56,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-4ac6405e-47aa-4edf-a25f-9748dc02f71c-projName"}}' 2018-12-03 15:12:56,407 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:12:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c933878-998e-4f22-aec1-728ca34d5744 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/39d10cb9623942738fa3d5f4a88b786e"}, "enabled": true, "id": "39d10cb9623942738fa3d5f4a88b786e", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-4ac6405e-47aa-4edf-a25f-9748dc02f71c-projName"}} 2018-12-03 15:12:56,407 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-1c933878-998e-4f22-aec1-728ca34d5744 2018-12-03 15:12:56,408 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-4ac6405e-47aa-4edf-a25f-9748dc02f71c-projName 2018-12-03 15:12:56,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" -d '{"role": {"name": "KeystoneUtilsTests-4ac6405e-47aa-4edf-a25f-9748dc02f71c-role"}}' 2018-12-03 15:12:56,507 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:12:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d15bde3-99f3-42aa-94de-5242fb97351f Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ccb7ffc4f40d4730a1e333f32a504d8a", "links": {"self": "http://172.30.9.30:5000/v3/roles/ccb7ffc4f40d4730a1e333f32a504d8a"}, "name": "KeystoneUtilsTests-4ac6405e-47aa-4edf-a25f-9748dc02f71c-role"}} 2018-12-03 15:12:56,507 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-9d15bde3-99f3-42aa-94de-5242fb97351f 2018-12-03 15:12:56,507 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-4ac6405e-47aa-4edf-a25f-9748dc02f71c-role 2018-12-03 15:12:56,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/ccb7ffc4f40d4730a1e333f32a504d8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:12:56,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-582e5d34-b0ae-4ba7-8574-efb2491a0467 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ccb7ffc4f40d4730a1e333f32a504d8a"}, "domain_id": null, "name": "KeystoneUtilsTests-4ac6405e-47aa-4edf-a25f-9748dc02f71c-role", "id": "ccb7ffc4f40d4730a1e333f32a504d8a"}} 2018-12-03 15:12:56,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ccb7ffc4f40d4730a1e333f32a504d8a used request id req-582e5d34-b0ae-4ba7-8574-efb2491a0467 2018-12-03 15:12:56,532 - keystone_utils - INFO - Granting role KeystoneUtilsTests-4ac6405e-47aa-4edf-a25f-9748dc02f71c-role to project KeystoneUtilsTests-4ac6405e-47aa-4edf-a25f-9748dc02f71c-projName 2018-12-03 15:12:56,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/39d10cb9623942738fa3d5f4a88b786e/users/980484814a6e4d8eb1beb20131ddcceb/roles/ccb7ffc4f40d4730a1e333f32a504d8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:12:56,698 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-354d6b9a-95db-4d4b-a65e-da36f5f1261f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:56,699 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/39d10cb9623942738fa3d5f4a88b786e/users/980484814a6e4d8eb1beb20131ddcceb/roles/ccb7ffc4f40d4730a1e333f32a504d8a used request id req-354d6b9a-95db-4d4b-a65e-da36f5f1261f 2018-12-03 15:12:56,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/39d10cb9623942738fa3d5f4a88b786e/users/980484814a6e4d8eb1beb20131ddcceb/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:12:56,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eb68f68-ccf3-4c88-b3a2-1f03a3b21572 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/39d10cb9623942738fa3d5f4a88b786e/users/980484814a6e4d8eb1beb20131ddcceb/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "ccb7ffc4f40d4730a1e333f32a504d8a", "links": {"self": "http://172.30.9.30:5000/v3/roles/ccb7ffc4f40d4730a1e333f32a504d8a"}, "name": "KeystoneUtilsTests-4ac6405e-47aa-4edf-a25f-9748dc02f71c-role"}]} 2018-12-03 15:12:56,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/39d10cb9623942738fa3d5f4a88b786e/users/980484814a6e4d8eb1beb20131ddcceb/roles used request id req-4eb68f68-ccf3-4c88-b3a2-1f03a3b21572 2018-12-03 15:12:56,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:12:57,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-8dda1f23-a127-4dab-92c2-ca1242f1b0be Date: Mon, 03 Dec 2018 15:12:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:12:57Z", "updated_at": "2018-12-03T15:12:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:57Z", "revision_number": 0, "id": "2e735db2-6d34-49a5-bb9f-a062f1ae8e35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:57Z", "security_group_id": "f6bd9c7d-7c08-490a-beb6-573de2533460", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:57Z", "revision_number": 0, "id": "972f8b37-f300-4e68-9718-e3154c6f573b", "remote_group_id": "f6bd9c7d-7c08-490a-beb6-573de2533460", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:57Z", "security_group_id": "f6bd9c7d-7c08-490a-beb6-573de2533460", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:57Z", "revision_number": 0, "id": "ee6c9e8e-bef9-48b3-b12f-2dfacb83ba9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:57Z", "security_group_id": "f6bd9c7d-7c08-490a-beb6-573de2533460", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:57Z", "revision_number": 0, "id": "e2bb7781-dcd3-47cd-ab33-a9e186937804", "remote_group_id": "f6bd9c7d-7c08-490a-beb6-573de2533460", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:57Z", "security_group_id": "f6bd9c7d-7c08-490a-beb6-573de2533460", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 4, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "f6bd9c7d-7c08-490a-beb6-573de2533460", "name": "default"}]} 2018-12-03 15:12:57,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-8dda1f23-a127-4dab-92c2-ca1242f1b0be 2018-12-03 15:12:57,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:12:57,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b9b51bb-a541-4310-8b32-0fc46f19aba5 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 15:12:57,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-6b9b51bb-a541-4310-8b32-0fc46f19aba5 2018-12-03 15:12:58,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:12:58,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2e9660-7cba-48e9-abbb-95dcd2ef88aa Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 15:12:58,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-7f2e9660-7cba-48e9-abbb-95dcd2ef88aa 2018-12-03 15:12:58,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:12:58,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eef33f5-fc5a-428a-b8f3-c443c7c1c45a 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:12:58,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-2eef33f5-fc5a-428a-b8f3-c443c7c1c45a 2018-12-03 15:12:58,175 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f6bd9c7d-7c08-490a-beb6-573de2533460 2018-12-03 15:12:58,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f6bd9c7d-7c08-490a-beb6-573de2533460 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:12:58,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-501fcb1a-cc09-40e5-a4e4-95814cf7850c Date: Mon, 03 Dec 2018 15:12: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-12-03T15:12:57Z", "security_group_id": "f6bd9c7d-7c08-490a-beb6-573de2533460", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:12:57Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "2e735db2-6d34-49a5-bb9f-a062f1ae8e35"}, {"remote_group_id": "f6bd9c7d-7c08-490a-beb6-573de2533460", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:12:57Z", "security_group_id": "f6bd9c7d-7c08-490a-beb6-573de2533460", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:12:57Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "972f8b37-f300-4e68-9718-e3154c6f573b"}, {"remote_group_id": "f6bd9c7d-7c08-490a-beb6-573de2533460", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:12:57Z", "security_group_id": "f6bd9c7d-7c08-490a-beb6-573de2533460", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:12:57Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "e2bb7781-dcd3-47cd-ab33-a9e186937804"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:12:57Z", "security_group_id": "f6bd9c7d-7c08-490a-beb6-573de2533460", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:12:57Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "ee6c9e8e-bef9-48b3-b12f-2dfacb83ba9a"}]} 2018-12-03 15:12:58,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f6bd9c7d-7c08-490a-beb6-573de2533460 used request id req-501fcb1a-cc09-40e5-a4e4-95814cf7850c 2018-12-03 15:12:58,426 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 15:12:58,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/f6bd9c7d-7c08-490a-beb6-573de2533460 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:12:59,480 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6236a383-a4cc-4a2d-9d0c-81384851bf79 Content-Length: 0 Date: Mon, 03 Dec 2018 15:12:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:12:59,480 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/f6bd9c7d-7c08-490a-beb6-573de2533460 used request id req-6236a383-a4cc-4a2d-9d0c-81384851bf79 2018-12-03 15:12:59,481 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-4ac6405e-47aa-4edf-a25f-9748dc02f71c-projName 2018-12-03 15:12:59,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/39d10cb9623942738fa3d5f4a88b786e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:12:59,782 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-352b1bdb-55f5-4483-b93c-70531a3cc79d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:59,782 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/39d10cb9623942738fa3d5f4a88b786e used request id req-352b1bdb-55f5-4483-b93c-70531a3cc79d 2018-12-03 15:12:59,782 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-4ac6405e-47aa-4edf-a25f-9748dc02f71c-username 2018-12-03 15:12:59,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/980484814a6e4d8eb1beb20131ddcceb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:12:59,985 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:12:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f6d0ae7-78bb-4d53-a00b-eb46855ffd09 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:12:59,985 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/980484814a6e4d8eb1beb20131ddcceb used request id req-9f6d0ae7-78bb-4d53-a00b-eb46855ffd09 2018-12-03 15:12:59,985 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-4ac6405e-47aa-4edf-a25f-9748dc02f71c-role 2018-12-03 15:12:59,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/ccb7ffc4f40d4730a1e333f32a504d8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292fe1eae95dac38988f9654c9a1ef2c45009d0f" 2018-12-03 15:13:00,099 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75fa1ff3-95f9-44dc-a0f7-0b985e7ba9b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:00,099 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/ccb7ffc4f40d4730a1e333f32a504d8a used request id req-75fa1ff3-95f9-44dc-a0f7-0b985e7ba9b0 2018-12-03 15:13:00,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:00,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["Hwamk5ukTTOJmMJhAZudSA"], "issued_at": "2018-12-03T15:13:00.000000Z"}} 2018-12-03 15:13:00,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff969e0eb90ed842d11c68aafe3ffa817cfbcd8" 2018-12-03 15:13:00,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ce53444-475f-44b9-9adf-24ab4f3d2689 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:00,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3ce53444-475f-44b9-9adf-24ab4f3d2689 2018-12-03 15:13:00,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:00,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:00,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["krdZl1hXSjGNkVGJ1iNqKQ"], "issued_at": "2018-12-03T15:13:00.000000Z"}} 2018-12-03 15:13:00,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59cdfb2db2a09514a4b86d84668ab9691b95d101" 2018-12-03 15:13:01,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-144771b6-65d2-4365-97b7-a4f4ceb9d056 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:01,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-144771b6-65d2-4365-97b7-a4f4ceb9d056 2018-12-03 15:13:01,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:01,046 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:01,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59cdfb2db2a09514a4b86d84668ab9691b95d101" 2018-12-03 15:13:01,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-474eb9f7-d085-4af5-b89d-925443c6588a Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:13:01,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-474eb9f7-d085-4af5-b89d-925443c6588a 2018-12-03 15:13:01,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59cdfb2db2a09514a4b86d84668ab9691b95d101" 2018-12-03 15:13:01,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d35bd928-fab7-43d2-9374-851284db3ec7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:13:01,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d35bd928-fab7-43d2-9374-851284db3ec7 2018-12-03 15:13:01,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59cdfb2db2a09514a4b86d84668ab9691b95d101" 2018-12-03 15:13:01,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbdb0cab-c233-4642-995e-522d65649e9a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:01,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-fbdb0cab-c233-4642-995e-522d65649e9a 2018-12-03 15:13:01,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59cdfb2db2a09514a4b86d84668ab9691b95d101" 2018-12-03 15:13:01,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-555d9a7b-7aa2-4343-9fc2-e9219556fef8 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}]} 2018-12-03 15:13:01,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd used request id req-555d9a7b-7aa2-4343-9fc2-e9219556fef8 2018-12-03 15:13:01,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/5d93a4d13a2a4a3d8634d8e9844a3e27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59cdfb2db2a09514a4b86d84668ab9691b95d101" 2018-12-03 15:13:01,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6fdaac0-fc82-4ba6-a4cf-9e3ef191992b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/5d93a4d13a2a4a3d8634d8e9844a3e27"}, "enabled": true, "id": "5d93a4d13a2a4a3d8634d8e9844a3e27", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-f30f6f4b-65bf-492-name"}} 2018-12-03 15:13:01,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/5d93a4d13a2a4a3d8634d8e9844a3e27 used request id req-d6fdaac0-fc82-4ba6-a4cf-9e3ef191992b 2018-12-03 15:13:01,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/5d93a4d13a2a4a3d8634d8e9844a3e27/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59cdfb2db2a09514a4b86d84668ab9691b95d101" 2018-12-03 15:13:02,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7eed3f0-9845-45eb-b679-20aa71829818 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/5d93a4d13a2a4a3d8634d8e9844a3e27/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 15:13:02,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/5d93a4d13a2a4a3d8634d8e9844a3e27/roles used request id req-a7eed3f0-9845-45eb-b679-20aa71829818 2018-12-03 15:13:02,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59cdfb2db2a09514a4b86d84668ab9691b95d101" 2018-12-03 15:13:02,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00274e8e-64e4-49e9-baf6-08e73a139ef9 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "domain_id": null, "name": "admin", "id": "262658b16a4440adb64abe58dbd094c0"}} 2018-12-03 15:13:02,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-00274e8e-64e4-49e9-baf6-08e73a139ef9 2018-12-03 15:13:02,122 - keystone_utils - INFO - Granting role admin to project api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd 2018-12-03 15:13:02,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/5d93a4d13a2a4a3d8634d8e9844a3e27/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59cdfb2db2a09514a4b86d84668ab9691b95d101" 2018-12-03 15:13:02,252 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9a11d09-6b98-402d-a278-c70c85092803 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:02,253 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/5d93a4d13a2a4a3d8634d8e9844a3e27/roles/262658b16a4440adb64abe58dbd094c0 used request id req-a9a11d09-6b98-402d-a278-c70c85092803 2018-12-03 15:13:02,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59cdfb2db2a09514a4b86d84668ab9691b95d101" 2018-12-03 15:13:02,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f3fc347-2010-4b50-973f-4926843ee26c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:02,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2f3fc347-2010-4b50-973f-4926843ee26c 2018-12-03 15:13:02,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59cdfb2db2a09514a4b86d84668ab9691b95d101" 2018-12-03 15:13:02,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7457f31-8e73-40f5-9107-ee377dcb87e3 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}]} 2018-12-03 15:13:02,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd used request id req-b7457f31-8e73-40f5-9107-ee377dcb87e3 2018-12-03 15:13:02,362 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-f30f6f4b-65bf-492-name 2018-12-03 15:13:02,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:02,370 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:02,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff969e0eb90ed842d11c68aafe3ffa817cfbcd8" 2018-12-03 15:13:02,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eff7bbdc-674c-4bc8-87d9-7f7bb5f28bfe Content-Encoding: gzip Content-Length: 935 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-f30f6f4b-65bf-492-name", "links": {"self": "http://172.30.9.30:5000/v3/users/5d93a4d13a2a4a3d8634d8e9844a3e27"}, "domain_id": "default", "enabled": true, "id": "5d93a4d13a2a4a3d8634d8e9844a3e27", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:13:02,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-eff7bbdc-674c-4bc8-87d9-7f7bb5f28bfe 2018-12-03 15:13:02,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff969e0eb90ed842d11c68aafe3ffa817cfbcd8" 2018-12-03 15:13:02,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-784c7107-aae3-4ec6-85db-eab2473ccb0e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:02,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-784c7107-aae3-4ec6-85db-eab2473ccb0e 2018-12-03 15:13:02,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff969e0eb90ed842d11c68aafe3ffa817cfbcd8" 2018-12-03 15:13:02,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9ec37f4-5025-40b3-a994-3500a9a357fd Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}]} 2018-12-03 15:13:02,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd used request id req-b9ec37f4-5025-40b3-a994-3500a9a357fd 2018-12-03 15:13:02,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/5d93a4d13a2a4a3d8634d8e9844a3e27/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff969e0eb90ed842d11c68aafe3ffa817cfbcd8" 2018-12-03 15:13:02,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29a8b210-8068-4d06-b8ee-4cf8b95705a4 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/5d93a4d13a2a4a3d8634d8e9844a3e27/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}]} 2018-12-03 15:13:02,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/5d93a4d13a2a4a3d8634d8e9844a3e27/roles used request id req-29a8b210-8068-4d06-b8ee-4cf8b95705a4 2018-12-03 15:13:02,750 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-f30f6f4b-65bf-492-name 2018-12-03 15:13:02,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/5d93a4d13a2a4a3d8634d8e9844a3e27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59cdfb2db2a09514a4b86d84668ab9691b95d101" 2018-12-03 15:13:02,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fdfa7e6-f21d-4af8-a479-06430f597a57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:02,978 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/5d93a4d13a2a4a3d8634d8e9844a3e27 used request id req-2fdfa7e6-f21d-4af8-a479-06430f597a57 2018-12-03 15:13:02,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:03,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["gCgk2D7SRF6znXU2L19ezw"], "issued_at": "2018-12-03T15:13:03.000000Z"}} 2018-12-03 15:13:03,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a2bdfe94b6093569065b3380ac1b9707d833acb" 2018-12-03 15:13:03,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71d6a913-f142-4027-abec-c2f2313e09c2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:03,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-71d6a913-f142-4027-abec-c2f2313e09c2 2018-12-03 15:13:03,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:03,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:03,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["A635IE-yS9Wu0XH3lDwsTA"], "issued_at": "2018-12-03T15:13:03.000000Z"}} 2018-12-03 15:13:03,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d507bc38b4ee4dd3a36e8e2fcf208b701fdb6d9e" 2018-12-03 15:13:03,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5ff293a-712c-4464-a9a1-f57b72a7300d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:03,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a5ff293a-712c-4464-a9a1-f57b72a7300d 2018-12-03 15:13:03,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:03,974 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:03,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d507bc38b4ee4dd3a36e8e2fcf208b701fdb6d9e" 2018-12-03 15:13:04,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de716570-f1db-464b-b50d-0a377cf68558 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:13:04,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-de716570-f1db-464b-b50d-0a377cf68558 2018-12-03 15:13:04,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d507bc38b4ee4dd3a36e8e2fcf208b701fdb6d9e" 2018-12-03 15:13:04,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7980a19-0981-45a0-85d3-378e64d4aabf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:13:04,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d7980a19-0981-45a0-85d3-378e64d4aabf 2018-12-03 15:13:04,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d507bc38b4ee4dd3a36e8e2fcf208b701fdb6d9e" 2018-12-03 15:13:04,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9c1eb50-2cad-4656-9577-6ab0009387d4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:04,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d9c1eb50-2cad-4656-9577-6ab0009387d4 2018-12-03 15:13:04,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d507bc38b4ee4dd3a36e8e2fcf208b701fdb6d9e" 2018-12-03 15:13:04,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e74ec225-f485-4d4e-9693-05660875f702 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}]} 2018-12-03 15:13:04,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd used request id req-e74ec225-f485-4d4e-9693-05660875f702 2018-12-03 15:13:04,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/749b49b06ba741ce8a070d48ed1fa561 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d507bc38b4ee4dd3a36e8e2fcf208b701fdb6d9e" 2018-12-03 15:13:04,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-521fcf61-71eb-4861-99c2-af6bd768ad19 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/749b49b06ba741ce8a070d48ed1fa561"}, "enabled": true, "id": "749b49b06ba741ce8a070d48ed1fa561", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-f5f44ff1-3010-480-name"}} 2018-12-03 15:13:04,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/749b49b06ba741ce8a070d48ed1fa561 used request id req-521fcf61-71eb-4861-99c2-af6bd768ad19 2018-12-03 15:13:04,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/749b49b06ba741ce8a070d48ed1fa561/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d507bc38b4ee4dd3a36e8e2fcf208b701fdb6d9e" 2018-12-03 15:13:04,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-240f976a-2194-462b-be9e-b755d066aa00 Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/749b49b06ba741ce8a070d48ed1fa561/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 15:13:04,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/749b49b06ba741ce8a070d48ed1fa561/roles used request id req-240f976a-2194-462b-be9e-b755d066aa00 2018-12-03 15:13:04,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d507bc38b4ee4dd3a36e8e2fcf208b701fdb6d9e" 2018-12-03 15:13:04,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a0a740e-c276-4be5-ae77-014cbc276a76 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "domain_id": null, "name": "admin", "id": "262658b16a4440adb64abe58dbd094c0"}} 2018-12-03 15:13:04,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-3a0a740e-c276-4be5-ae77-014cbc276a76 2018-12-03 15:13:04,987 - keystone_utils - INFO - Granting role admin to project api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd 2018-12-03 15:13:04,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/749b49b06ba741ce8a070d48ed1fa561/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d507bc38b4ee4dd3a36e8e2fcf208b701fdb6d9e" 2018-12-03 15:13:05,108 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08b42544-8511-4f37-9431-3d127beb81df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:05,108 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/749b49b06ba741ce8a070d48ed1fa561/roles/262658b16a4440adb64abe58dbd094c0 used request id req-08b42544-8511-4f37-9431-3d127beb81df 2018-12-03 15:13:05,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d507bc38b4ee4dd3a36e8e2fcf208b701fdb6d9e" 2018-12-03 15:13:05,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a41daedb-47a8-4458-b777-560ff2511bd0 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:05,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a41daedb-47a8-4458-b777-560ff2511bd0 2018-12-03 15:13:05,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d507bc38b4ee4dd3a36e8e2fcf208b701fdb6d9e" 2018-12-03 15:13:05,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-531eaee9-0cf1-4570-ad41-bf01862bb1d5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}]} 2018-12-03 15:13:05,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd used request id req-531eaee9-0cf1-4570-ad41-bf01862bb1d5 2018-12-03 15:13:05,296 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-f5f44ff1-3010-480-name 2018-12-03 15:13:05,296 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-f5f44ff1-3010-480-name 2018-12-03 15:13:05,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:05,305 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:05,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/749b49b06ba741ce8a070d48ed1fa561 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a2bdfe94b6093569065b3380ac1b9707d833acb" 2018-12-03 15:13:05,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c3892ce-5269-44a0-aa45-169a804301f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:05,551 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/749b49b06ba741ce8a070d48ed1fa561 used request id req-9c3892ce-5269-44a0-aa45-169a804301f6 2018-12-03 15:13:05,551 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-f5f44ff1-3010-480-name 2018-12-03 15:13:05,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/749b49b06ba741ce8a070d48ed1fa561 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d507bc38b4ee4dd3a36e8e2fcf208b701fdb6d9e" 2018-12-03 15:13:05,648 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:13:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73f6ae9b-bede-4da1-a62f-30ad9ff42c10 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 749b49b06ba741ce8a070d48ed1fa561.", "code": 404, "title": "Not Found"}} 2018-12-03 15:13:05,648 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/749b49b06ba741ce8a070d48ed1fa561 used request id req-73f6ae9b-bede-4da1-a62f-30ad9ff42c10 2018-12-03 15:13:05,648 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-12-03 15:13:05,650 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:06,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["_KX6f1tsQpaco0xODUmp1g"], "issued_at": "2018-12-03T15:13:06.000000Z"}} 2018-12-03 15:13:06,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5afc8baa6d5583a3f6647675a7f63437172640" 2018-12-03 15:13:06,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79713627-c201-4c5a-82a9-cdde2a43c349 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:06,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-79713627-c201-4c5a-82a9-cdde2a43c349 2018-12-03 15:13:06,106 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:06,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:06,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["cCTkv7h4RNe3GFup7_Z6yA"], "issued_at": "2018-12-03T15:13:06.000000Z"}} 2018-12-03 15:13:06,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918c8259a17c76b86ef4bcb7ec6f965209c46e5a" 2018-12-03 15:13:06,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1cadc3f-12e9-49b2-a133-01cb24a570eb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:06,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d1cadc3f-12e9-49b2-a133-01cb24a570eb 2018-12-03 15:13:06,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:06,593 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:06,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918c8259a17c76b86ef4bcb7ec6f965209c46e5a" 2018-12-03 15:13:06,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7553058-85ff-42b1-b9f9-c99cae754985 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:13:06,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f7553058-85ff-42b1-b9f9-c99cae754985 2018-12-03 15:13:06,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918c8259a17c76b86ef4bcb7ec6f965209c46e5a" 2018-12-03 15:13:06,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e4f0d5-7079-43ca-9241-046fcffeaf16 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:13:06,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-10e4f0d5-7079-43ca-9241-046fcffeaf16 2018-12-03 15:13:07,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918c8259a17c76b86ef4bcb7ec6f965209c46e5a" 2018-12-03 15:13:07,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e6dce52-0085-4916-a7bc-e3d63f207a48 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:07,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0e6dce52-0085-4916-a7bc-e3d63f207a48 2018-12-03 15:13:07,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918c8259a17c76b86ef4bcb7ec6f965209c46e5a" 2018-12-03 15:13:07,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4056c0cf-dc49-4bfb-920a-1109fd0a135e Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}]} 2018-12-03 15:13:07,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd used request id req-4056c0cf-dc49-4bfb-920a-1109fd0a135e 2018-12-03 15:13:07,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/8be3e8508b2c4d14bd7f37f71a8ad7f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918c8259a17c76b86ef4bcb7ec6f965209c46e5a" 2018-12-03 15:13:07,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-313b0df2-7f6d-4363-baf3-23d0333f7ff0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/8be3e8508b2c4d14bd7f37f71a8ad7f3"}, "enabled": true, "id": "8be3e8508b2c4d14bd7f37f71a8ad7f3", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-a6929c9c-5390-47a-name"}} 2018-12-03 15:13:07,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/8be3e8508b2c4d14bd7f37f71a8ad7f3 used request id req-313b0df2-7f6d-4363-baf3-23d0333f7ff0 2018-12-03 15:13:07,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/8be3e8508b2c4d14bd7f37f71a8ad7f3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918c8259a17c76b86ef4bcb7ec6f965209c46e5a" 2018-12-03 15:13:07,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe30ce67-83a7-4a95-9068-3e1031440151 Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/8be3e8508b2c4d14bd7f37f71a8ad7f3/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 15:13:07,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/8be3e8508b2c4d14bd7f37f71a8ad7f3/roles used request id req-fe30ce67-83a7-4a95-9068-3e1031440151 2018-12-03 15:13:07,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918c8259a17c76b86ef4bcb7ec6f965209c46e5a" 2018-12-03 15:13:07,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-862bc1c4-0c5f-4e38-9c34-dee730bfb44d Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "domain_id": null, "name": "admin", "id": "262658b16a4440adb64abe58dbd094c0"}} 2018-12-03 15:13:07,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-862bc1c4-0c5f-4e38-9c34-dee730bfb44d 2018-12-03 15:13:07,734 - keystone_utils - INFO - Granting role admin to project api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd 2018-12-03 15:13:07,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/8be3e8508b2c4d14bd7f37f71a8ad7f3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918c8259a17c76b86ef4bcb7ec6f965209c46e5a" 2018-12-03 15:13:07,869 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-688175ae-f24b-42ea-be69-446ddbf79340 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:07,869 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/8be3e8508b2c4d14bd7f37f71a8ad7f3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-688175ae-f24b-42ea-be69-446ddbf79340 2018-12-03 15:13:07,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918c8259a17c76b86ef4bcb7ec6f965209c46e5a" 2018-12-03 15:13:07,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a2dee5a-ffb8-4dd7-8087-a17a63a432ba Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:07,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3a2dee5a-ffb8-4dd7-8087-a17a63a432ba 2018-12-03 15:13:07,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918c8259a17c76b86ef4bcb7ec6f965209c46e5a" 2018-12-03 15:13:07,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a1baaa1-98e8-49c2-8914-5d251f349176 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}]} 2018-12-03 15:13:07,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd used request id req-1a1baaa1-98e8-49c2-8914-5d251f349176 2018-12-03 15:13:07,978 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-a6929c9c-5390-47a-name 2018-12-03 15:13:07,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:07,985 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:07,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5afc8baa6d5583a3f6647675a7f63437172640" 2018-12-03 15:13:08,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a624067c-90ec-49b2-a1c9-89544c9e5bc3 Content-Encoding: gzip Content-Length: 938 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-a6929c9c-5390-47a-name", "links": {"self": "http://172.30.9.30:5000/v3/users/8be3e8508b2c4d14bd7f37f71a8ad7f3"}, "domain_id": "default", "enabled": true, "id": "8be3e8508b2c4d14bd7f37f71a8ad7f3", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:13:08,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a624067c-90ec-49b2-a1c9-89544c9e5bc3 2018-12-03 15:13:08,088 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-a6929c9c-5390-47a-name 2018-12-03 15:13:08,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/8be3e8508b2c4d14bd7f37f71a8ad7f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918c8259a17c76b86ef4bcb7ec6f965209c46e5a" 2018-12-03 15:13:08,289 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11d79e2d-f924-4079-905e-e4601d50a930 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:08,289 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/8be3e8508b2c4d14bd7f37f71a8ad7f3 used request id req-11d79e2d-f924-4079-905e-e4601d50a930 2018-12-03 15:13:08,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:08,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["d9xwLqBRT06py5oWpi3TpA"], "issued_at": "2018-12-03T15:13:08.000000Z"}} 2018-12-03 15:13:08,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01869df301e42c96d71b5c422e4cb6226663e95" 2018-12-03 15:13:08,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1551517-f088-44b0-a010-ed430e020606 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:08,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f1551517-f088-44b0-a010-ed430e020606 2018-12-03 15:13:08,756 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:08,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:09,151 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["TVVkFKhUSluY5L0F-6OPgg"], "issued_at": "2018-12-03T15:13:09.000000Z"}} 2018-12-03 15:13:09,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab6fd53907a72b958329eae3b8928ca8087d6b6f" 2018-12-03 15:13:09,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9d37680-b88b-4e03-aa16-eff8c89ed032 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:09,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b9d37680-b88b-4e03-aa16-eff8c89ed032 2018-12-03 15:13:09,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:09,266 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:09,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab6fd53907a72b958329eae3b8928ca8087d6b6f" 2018-12-03 15:13:09,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e870bee4-c361-4a76-abbd-0ba45e52ee4c Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:13:09,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e870bee4-c361-4a76-abbd-0ba45e52ee4c 2018-12-03 15:13:09,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab6fd53907a72b958329eae3b8928ca8087d6b6f" 2018-12-03 15:13:09,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd95b70c-0979-45ef-9fa8-d487fc9b17fe Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:13:09,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-bd95b70c-0979-45ef-9fa8-d487fc9b17fe 2018-12-03 15:13:09,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab6fd53907a72b958329eae3b8928ca8087d6b6f" 2018-12-03 15:13:09,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00735257-b1f2-4ac5-aca1-beedadbab204 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:09,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-00735257-b1f2-4ac5-aca1-beedadbab204 2018-12-03 15:13:09,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab6fd53907a72b958329eae3b8928ca8087d6b6f" 2018-12-03 15:13:10,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6090abed-2589-4891-8d4d-e935b2a21796 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}]} 2018-12-03 15:13:10,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd used request id req-6090abed-2589-4891-8d4d-e935b2a21796 2018-12-03 15:13:10,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/f365e680141e488ea9f2fa2f9be80946 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab6fd53907a72b958329eae3b8928ca8087d6b6f" 2018-12-03 15:13:10,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30e12789-bbeb-4c5c-87e4-2323b9e94e97 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/f365e680141e488ea9f2fa2f9be80946"}, "enabled": true, "id": "f365e680141e488ea9f2fa2f9be80946", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-74b975f3-4d50-49e-name"}} 2018-12-03 15:13:10,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/f365e680141e488ea9f2fa2f9be80946 used request id req-30e12789-bbeb-4c5c-87e4-2323b9e94e97 2018-12-03 15:13:10,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/f365e680141e488ea9f2fa2f9be80946/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab6fd53907a72b958329eae3b8928ca8087d6b6f" 2018-12-03 15:13:10,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef45d97f-37df-46ad-ad68-de07e1ba9303 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/f365e680141e488ea9f2fa2f9be80946/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 15:13:10,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/f365e680141e488ea9f2fa2f9be80946/roles used request id req-ef45d97f-37df-46ad-ad68-de07e1ba9303 2018-12-03 15:13:10,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab6fd53907a72b958329eae3b8928ca8087d6b6f" 2018-12-03 15:13:10,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3aea506-c657-40b7-85fa-58b405b1dded Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "domain_id": null, "name": "admin", "id": "262658b16a4440adb64abe58dbd094c0"}} 2018-12-03 15:13:10,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-b3aea506-c657-40b7-85fa-58b405b1dded 2018-12-03 15:13:10,290 - keystone_utils - INFO - Granting role admin to project api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd 2018-12-03 15:13:10,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/f365e680141e488ea9f2fa2f9be80946/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab6fd53907a72b958329eae3b8928ca8087d6b6f" 2018-12-03 15:13:10,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35f55c0f-493d-4fbc-8b1e-5faa84d6a0ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:10,419 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81/users/f365e680141e488ea9f2fa2f9be80946/roles/262658b16a4440adb64abe58dbd094c0 used request id req-35f55c0f-493d-4fbc-8b1e-5faa84d6a0ed 2018-12-03 15:13:10,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab6fd53907a72b958329eae3b8928ca8087d6b6f" 2018-12-03 15:13:10,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ea5692e-8bca-4d4b-9cea-269f7b1b4662 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:10,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7ea5692e-8bca-4d4b-9cea-269f7b1b4662 2018-12-03 15:13:10,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab6fd53907a72b958329eae3b8928ca8087d6b6f" 2018-12-03 15:13:10,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2853a106-a496-40d7-8370-7d2f81d519f0 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}]} 2018-12-03 15:13:10,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd used request id req-2853a106-a496-40d7-8370-7d2f81d519f0 2018-12-03 15:13:10,525 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-74b975f3-4d50-49e-name 2018-12-03 15:13:10,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:10,533 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:10,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01869df301e42c96d71b5c422e4cb6226663e95" 2018-12-03 15:13:10,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a08d5e25-3ec8-4be3-a887-9f640a061e6f Content-Encoding: gzip Content-Length: 934 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-74b975f3-4d50-49e-name", "links": {"self": "http://172.30.9.30:5000/v3/users/f365e680141e488ea9f2fa2f9be80946"}, "domain_id": "default", "enabled": true, "id": "f365e680141e488ea9f2fa2f9be80946", "options": {}}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:13:10,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a08d5e25-3ec8-4be3-a887-9f640a061e6f 2018-12-03 15:13:10,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:10,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:11,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["suX8On62RCq99PtV3hESlA"], "issued_at": "2018-12-03T15:13:11.000000Z"}} 2018-12-03 15:13:11,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd052fb31178c9a0731d37f6a2b0440dbffc32c9" 2018-12-03 15:13:11,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3974dd3b-6f9d-463f-bb4c-e64ac34e6b31 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:11,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3974dd3b-6f9d-463f-bb4c-e64ac34e6b31 2018-12-03 15:13:11,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:11,113 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:11,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd052fb31178c9a0731d37f6a2b0440dbffc32c9" 2018-12-03 15:13:11,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e25d6560-f107-4ec0-a03d-cf67effc6c26 Content-Encoding: gzip Content-Length: 934 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-74b975f3-4d50-49e-name", "links": {"self": "http://172.30.9.30:5000/v3/users/f365e680141e488ea9f2fa2f9be80946"}, "domain_id": "default", "enabled": true, "id": "f365e680141e488ea9f2fa2f9be80946", "options": {}}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:13:11,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e25d6560-f107-4ec0-a03d-cf67effc6c26 2018-12-03 15:13:11,224 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-74b975f3-4d50-49e-name 2018-12-03 15:13:11,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/f365e680141e488ea9f2fa2f9be80946 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab6fd53907a72b958329eae3b8928ca8087d6b6f" 2018-12-03 15:13:11,432 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-baa354c3-daae-4bfa-962e-792d9abd4cd0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:11,432 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/f365e680141e488ea9f2fa2f9be80946 used request id req-baa354c3-daae-4bfa-962e-792d9abd4cd0 2018-12-03 15:13:11,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:11,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["QrlBeQmBRTqBCRpHQstasQ"], "issued_at": "2018-12-03T15:13:11.000000Z"}} 2018-12-03 15:13:11,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0512c9bf75ae9b5770f18cca49866d670531246b" 2018-12-03 15:13:11,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c190aee-483b-404b-b027-87c89d2109ae Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:11,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6c190aee-483b-404b-b027-87c89d2109ae 2018-12-03 15:13:11,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:11,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:12,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["Ly78d6ePRoC5lN7L5CWScQ"], "issued_at": "2018-12-03T15:13:12.000000Z"}} 2018-12-03 15:13:12,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e91495ee36c3b91074e12e886d463a0e7b9d62" 2018-12-03 15:13:12,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13d0fa2a-1ebc-4f01-842c-6fcdb75a0d0d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:12,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-13d0fa2a-1ebc-4f01-842c-6fcdb75a0d0d 2018-12-03 15:13:12,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:12,365 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:12,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1371febc-e0fc-496-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e91495ee36c3b91074e12e886d463a0e7b9d62" 2018-12-03 15:13:12,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7fb850b-dfc3-4722-829a-3939bcfe48e1 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1371febc-e0fc-496-name", "previous": null, "next": null}, "projects": []} 2018-12-03 15:13:12,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1371febc-e0fc-496-name used request id req-d7fb850b-dfc3-4722-829a-3939bcfe48e1 2018-12-03 15:13:12,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e91495ee36c3b91074e12e886d463a0e7b9d62" 2018-12-03 15:13:12,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-188fdcd8-03e4-4d2d-af42-a9859a0ac8a0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:13:12,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-188fdcd8-03e4-4d2d-af42-a9859a0ac8a0 2018-12-03 15:13:12,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e91495ee36c3b91074e12e886d463a0e7b9d62" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-1371febc-e0fc-496-name"}}' 2018-12-03 15:13:12,642 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:13:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c321846-16f2-4fd1-8f98-300ffe5d0d72 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/dc1ebde9c8524c759bcf00c715879ecd"}, "enabled": true, "id": "dc1ebde9c8524c759bcf00c715879ecd", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1371febc-e0fc-496-name"}} 2018-12-03 15:13:12,643 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-4c321846-16f2-4fd1-8f98-300ffe5d0d72 2018-12-03 15:13:12,643 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-1371febc-e0fc-496-name 2018-12-03 15:13:12,643 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-1371febc-e0fc-496-name 2018-12-03 15:13:12,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:12,651 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:12,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/dc1ebde9c8524c759bcf00c715879ecd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0512c9bf75ae9b5770f18cca49866d670531246b" 2018-12-03 15:13:12,724 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00f764c5-094c-4dee-b7e7-0f8c94a269b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:12,724 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/dc1ebde9c8524c759bcf00c715879ecd used request id req-00f764c5-094c-4dee-b7e7-0f8c94a269b1 2018-12-03 15:13:12,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e91495ee36c3b91074e12e886d463a0e7b9d62" 2018-12-03 15:13:13,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-be101e48-de5d-47e6-806f-03715e3723fe Date: Mon, 03 Dec 2018 15:13:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:13:13Z", "updated_at": "2018-12-03T15:13:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "ba31fbc5-2a28-4f30-9a28-0bf85d835b38", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "891b5425-fa60-4a23-9d11-de89ddcc7c06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "d6db4b9b-f361-4cc0-b024-76c929e31ae4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "134f342f-679f-4f07-8616-4846d4c6456f", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 4, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "72747da3-89d7-4764-87ac-6246c4140f3e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 15:13:13,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-be101e48-de5d-47e6-806f-03715e3723fe 2018-12-03 15:13:13,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e91495ee36c3b91074e12e886d463a0e7b9d62" 2018-12-03 15:13:13,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84e28ca2-35cd-4f4e-b7b4-0847fa43b24b Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 15:13:13,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-84e28ca2-35cd-4f4e-b7b4-0847fa43b24b 2018-12-03 15:13:13,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e91495ee36c3b91074e12e886d463a0e7b9d62" 2018-12-03 15:13:14,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b85be744-ba7b-45fb-9907-5e28fccc80a6 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:13:14,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-b85be744-ba7b-45fb-9907-5e28fccc80a6 2018-12-03 15:13:14,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e91495ee36c3b91074e12e886d463a0e7b9d62" 2018-12-03 15:13:14,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-834babd1-9a41-4687-9745-3038195f8c50 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 15:13:14,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-834babd1-9a41-4687-9745-3038195f8c50 2018-12-03 15:13:14,115 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-1371febc-e0fc-496-name 2018-12-03 15:13:14,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/dc1ebde9c8524c759bcf00c715879ecd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e91495ee36c3b91074e12e886d463a0e7b9d62" 2018-12-03 15:13:14,207 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-595967af-e5df-4142-bd59-a3f4470142c6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: dc1ebde9c8524c759bcf00c715879ecd.", "code": 404, "title": "Not Found"}} 2018-12-03 15:13:14,207 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/dc1ebde9c8524c759bcf00c715879ecd used request id req-595967af-e5df-4142-bd59-a3f4470142c6 2018-12-03 15:13:14,207 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-12-03 15:13:14,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e91495ee36c3b91074e12e886d463a0e7b9d62" 2018-12-03 15:13:14,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b5dd5fd-5484-4981-b433-54bf0eafb568 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:14,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6b5dd5fd-5484-4981-b433-54bf0eafb568 2018-12-03 15:13:14,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0512c9bf75ae9b5770f18cca49866d670531246b" 2018-12-03 15:13:14,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db4b6225-dfa2-421a-b248-e30f3c0a5400 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:13:14,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-db4b6225-dfa2-421a-b248-e30f3c0a5400 2018-12-03 15:13:14,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e91495ee36c3b91074e12e886d463a0e7b9d62" 2018-12-03 15:13:14,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb372aad-1e6b-44cf-9d59-9c66638dcd38 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:14,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cb372aad-1e6b-44cf-9d59-9c66638dcd38 2018-12-03 15:13:14,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:14,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["2apXzxXcR1yQBoFfZAWCrA"], "issued_at": "2018-12-03T15:13:14.000000Z"}} 2018-12-03 15:13:14,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb1c5a0e2d3a9cb67a60eacf700a0b04369d2ee7" 2018-12-03 15:13:14,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff1079e2-b518-43a1-9f9f-17c3b7320d81 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:14,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ff1079e2-b518-43a1-9f9f-17c3b7320d81 2018-12-03 15:13:14,940 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:14,941 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:15,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["r_p5H5OlReCqQVy9piikFg"], "issued_at": "2018-12-03T15:13:15.000000Z"}} 2018-12-03 15:13:15,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1523a89d4fed7aa1c9fb26472bc459ed562db6e0" 2018-12-03 15:13:15,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0796744b-0990-4df6-bce4-67fe45fcf61f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:15,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0796744b-0990-4df6-bce4-67fe45fcf61f 2018-12-03 15:13:15,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:15,430 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:15,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5410936d-53dd-44b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1523a89d4fed7aa1c9fb26472bc459ed562db6e0" 2018-12-03 15:13:15,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d514299-8f95-441e-bef0-63e819f7c974 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5410936d-53dd-44b-name", "previous": null, "next": null}, "projects": []} 2018-12-03 15:13:15,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5410936d-53dd-44b-name used request id req-3d514299-8f95-441e-bef0-63e819f7c974 2018-12-03 15:13:15,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1523a89d4fed7aa1c9fb26472bc459ed562db6e0" 2018-12-03 15:13:15,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-038b85b8-1396-4ecf-8f12-2fd524cabd9b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:13:15,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-038b85b8-1396-4ecf-8f12-2fd524cabd9b 2018-12-03 15:13:15,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1523a89d4fed7aa1c9fb26472bc459ed562db6e0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-5410936d-53dd-44b-name"}}' 2018-12-03 15:13:15,830 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:13:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7300ea9-1d2c-4dc4-b20b-1dd11f7ea031 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/6969c2a4a55f468bac156f650a55b54f"}, "enabled": true, "id": "6969c2a4a55f468bac156f650a55b54f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-5410936d-53dd-44b-name"}} 2018-12-03 15:13:15,830 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f7300ea9-1d2c-4dc4-b20b-1dd11f7ea031 2018-12-03 15:13:15,830 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-5410936d-53dd-44b-name 2018-12-03 15:13:15,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:15,838 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:15,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5410936d-53dd-44b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb1c5a0e2d3a9cb67a60eacf700a0b04369d2ee7" 2018-12-03 15:13:15,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cec687da-8bf4-45f6-b51b-a2515642bb88 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5410936d-53dd-44b-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/6969c2a4a55f468bac156f650a55b54f"}, "enabled": true, "id": "6969c2a4a55f468bac156f650a55b54f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-5410936d-53dd-44b-name"}]} 2018-12-03 15:13:15,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5410936d-53dd-44b-name used request id req-cec687da-8bf4-45f6-b51b-a2515642bb88 2018-12-03 15:13:15,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb1c5a0e2d3a9cb67a60eacf700a0b04369d2ee7" 2018-12-03 15:13:16,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d744117f-dfd9-41d6-a177-66131acf1b7b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:13:16,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-d744117f-dfd9-41d6-a177-66131acf1b7b 2018-12-03 15:13:16,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1523a89d4fed7aa1c9fb26472bc459ed562db6e0" 2018-12-03 15:13:16,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-cedd6d9d-22ed-4ab7-a8c1-1b1b5dc375a3 Date: Mon, 03 Dec 2018 15:13:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:13:13Z", "updated_at": "2018-12-03T15:13:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "ba31fbc5-2a28-4f30-9a28-0bf85d835b38", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "891b5425-fa60-4a23-9d11-de89ddcc7c06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "d6db4b9b-f361-4cc0-b024-76c929e31ae4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "134f342f-679f-4f07-8616-4846d4c6456f", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 4, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "72747da3-89d7-4764-87ac-6246c4140f3e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 15:13:16,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-cedd6d9d-22ed-4ab7-a8c1-1b1b5dc375a3 2018-12-03 15:13:16,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1523a89d4fed7aa1c9fb26472bc459ed562db6e0" 2018-12-03 15:13:16,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c5a19e0-5941-4031-bdc6-f9b896519eb5 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 15:13:16,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-6c5a19e0-5941-4031-bdc6-f9b896519eb5 2018-12-03 15:13:16,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1523a89d4fed7aa1c9fb26472bc459ed562db6e0" 2018-12-03 15:13:16,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb2009ce-1233-4d9b-8d9f-afffb2dcab28 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:13:16,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-eb2009ce-1233-4d9b-8d9f-afffb2dcab28 2018-12-03 15:13:16,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1523a89d4fed7aa1c9fb26472bc459ed562db6e0" 2018-12-03 15:13:16,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-549a31b4-30d9-4880-9e7e-c16b2cbc0c90 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 15:13:16,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-549a31b4-30d9-4880-9e7e-c16b2cbc0c90 2018-12-03 15:13:16,621 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-5410936d-53dd-44b-name 2018-12-03 15:13:16,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/6969c2a4a55f468bac156f650a55b54f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1523a89d4fed7aa1c9fb26472bc459ed562db6e0" 2018-12-03 15:13:16,791 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4424b04c-9d57-475f-9b88-cdfe2b2f4e1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:16,791 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/6969c2a4a55f468bac156f650a55b54f used request id req-4424b04c-9d57-475f-9b88-cdfe2b2f4e1b 2018-12-03 15:13:16,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1523a89d4fed7aa1c9fb26472bc459ed562db6e0" 2018-12-03 15:13:16,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85ec676d-f1bd-464a-b4e6-c76f6a745881 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:16,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-85ec676d-f1bd-464a-b4e6-c76f6a745881 2018-12-03 15:13:16,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:17,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["wT-T-5sASJyHHfu0XpoVOw"], "issued_at": "2018-12-03T15:13:17.000000Z"}} 2018-12-03 15:13:17,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}682bcba3947141ec411806414103b438d563fb84" 2018-12-03 15:13:17,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c11fba35-9132-43ca-b4d4-12a514ba9635 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:17,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c11fba35-9132-43ca-b4d4-12a514ba9635 2018-12-03 15:13:17,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:17,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:17,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["4uLTPBS2Sh6qFO952wITFA"], "issued_at": "2018-12-03T15:13:17.000000Z"}} 2018-12-03 15:13:17,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d27fb6b18676d696e4cf66ef1f542300e8282" 2018-12-03 15:13:17,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55a1ff1e-de97-477e-aea8-f87b3892883c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:17,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-55a1ff1e-de97-477e-aea8-f87b3892883c 2018-12-03 15:13:17,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:17,739 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:17,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4f020cc-ac94-49c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d27fb6b18676d696e4cf66ef1f542300e8282" 2018-12-03 15:13:17,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bfd0d31-c4aa-455d-80e6-9654c6473735 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4f020cc-ac94-49c-name", "previous": null, "next": null}, "projects": []} 2018-12-03 15:13:17,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4f020cc-ac94-49c-name used request id req-2bfd0d31-c4aa-455d-80e6-9654c6473735 2018-12-03 15:13:17,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d27fb6b18676d696e4cf66ef1f542300e8282" 2018-12-03 15:13:17,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-513ab08f-ff6f-480a-b8f3-7403dc7ec277 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:13:17,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-513ab08f-ff6f-480a-b8f3-7403dc7ec277 2018-12-03 15:13:17,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d27fb6b18676d696e4cf66ef1f542300e8282" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-d4f020cc-ac94-49c-name"}}' 2018-12-03 15:13:17,949 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:13:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c32672a-5395-40a4-b1cb-7923316d8bf1 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a0eb5209ebd409b9e356fc7e4ba6748"}, "enabled": true, "id": "3a0eb5209ebd409b9e356fc7e4ba6748", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d4f020cc-ac94-49c-name"}} 2018-12-03 15:13:17,949 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-4c32672a-5395-40a4-b1cb-7923316d8bf1 2018-12-03 15:13:17,950 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-d4f020cc-ac94-49c-name 2018-12-03 15:13:17,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:17,958 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:17,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4f020cc-ac94-49c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}682bcba3947141ec411806414103b438d563fb84" 2018-12-03 15:13:18,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8ffc57c-ce67-42a1-9c43-3ae5915c3a8a Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4f020cc-ac94-49c-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a0eb5209ebd409b9e356fc7e4ba6748"}, "enabled": true, "id": "3a0eb5209ebd409b9e356fc7e4ba6748", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d4f020cc-ac94-49c-name"}]} 2018-12-03 15:13:18,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4f020cc-ac94-49c-name used request id req-f8ffc57c-ce67-42a1-9c43-3ae5915c3a8a 2018-12-03 15:13:18,038 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:18,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:18,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["LeF5-k8hRzWM0l8X0BN0Zg"], "issued_at": "2018-12-03T15:13:18.000000Z"}} 2018-12-03 15:13:18,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff9c2256107cad42148555b09ead91623a1b8a0" 2018-12-03 15:13:18,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d4e18b-6b81-4fa0-b2f0-f9ceefee90fc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:18,520 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c8d4e18b-6b81-4fa0-b2f0-f9ceefee90fc 2018-12-03 15:13:18,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:18,530 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:18,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4f020cc-ac94-49c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff9c2256107cad42148555b09ead91623a1b8a0" 2018-12-03 15:13:18,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fcabc54-69bb-4a3f-847b-2cdc0bc9bed8 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4f020cc-ac94-49c-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a0eb5209ebd409b9e356fc7e4ba6748"}, "enabled": true, "id": "3a0eb5209ebd409b9e356fc7e4ba6748", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d4f020cc-ac94-49c-name"}]} 2018-12-03 15:13:18,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d4f020cc-ac94-49c-name used request id req-3fcabc54-69bb-4a3f-847b-2cdc0bc9bed8 2018-12-03 15:13:18,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}682bcba3947141ec411806414103b438d563fb84" 2018-12-03 15:13:18,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35dd7d75-7925-41e2-a747-a803d2fe69de Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:13:18,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-35dd7d75-7925-41e2-a747-a803d2fe69de 2018-12-03 15:13:18,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d27fb6b18676d696e4cf66ef1f542300e8282" 2018-12-03 15:13:18,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-9c119916-fa1a-44f8-a8cd-e680b03425f8 Date: Mon, 03 Dec 2018 15:13:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:13:13Z", "updated_at": "2018-12-03T15:13:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "ba31fbc5-2a28-4f30-9a28-0bf85d835b38", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "891b5425-fa60-4a23-9d11-de89ddcc7c06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "d6db4b9b-f361-4cc0-b024-76c929e31ae4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "134f342f-679f-4f07-8616-4846d4c6456f", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 4, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "72747da3-89d7-4764-87ac-6246c4140f3e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 15:13:18,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-9c119916-fa1a-44f8-a8cd-e680b03425f8 2018-12-03 15:13:18,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d27fb6b18676d696e4cf66ef1f542300e8282" 2018-12-03 15:13:18,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9249656f-1afc-42c2-a208-e728368cfe1b Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 15:13:18,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-9249656f-1afc-42c2-a208-e728368cfe1b 2018-12-03 15:13:18,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d27fb6b18676d696e4cf66ef1f542300e8282" 2018-12-03 15:13:19,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0638dc4a-98e9-4690-8a59-e59e358a272a 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:13:19,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-0638dc4a-98e9-4690-8a59-e59e358a272a 2018-12-03 15:13:19,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d27fb6b18676d696e4cf66ef1f542300e8282" 2018-12-03 15:13:19,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-331633c2-ab8c-49b8-8ad0-f3ac35faeb56 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 15:13:19,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-331633c2-ab8c-49b8-8ad0-f3ac35faeb56 2018-12-03 15:13:19,183 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-d4f020cc-ac94-49c-name 2018-12-03 15:13:19,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/3a0eb5209ebd409b9e356fc7e4ba6748 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d27fb6b18676d696e4cf66ef1f542300e8282" 2018-12-03 15:13:19,322 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ded9f68-bce9-4a71-be81-a19096872f84 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:19,323 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/3a0eb5209ebd409b9e356fc7e4ba6748 used request id req-4ded9f68-bce9-4a71-be81-a19096872f84 2018-12-03 15:13:19,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d27fb6b18676d696e4cf66ef1f542300e8282" 2018-12-03 15:13:19,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb44cc1c-7016-4bf2-ba9d-79efdf9accca Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:19,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-eb44cc1c-7016-4bf2-ba9d-79efdf9accca 2018-12-03 15:13:19,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:19,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["V2hycAmmQVKZCZ-5nNopfg"], "issued_at": "2018-12-03T15:13:19.000000Z"}} 2018-12-03 15:13:19,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f02e597be97a48f70bfcaa655a996e3e425cd6" 2018-12-03 15:13:19,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac570edc-43e6-4c0c-ad0b-0834af457790 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:19,889 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ac570edc-43e6-4c0c-ad0b-0834af457790 2018-12-03 15:13:19,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:19,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:20,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["ocKHmmzFSfy2eqIXMsr5WQ"], "issued_at": "2018-12-03T15:13:20.000000Z"}} 2018-12-03 15:13:20,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3632136cea3480389ca3493a6a66de0b4ed58bb" 2018-12-03 15:13:20,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2e30d6c-3ea9-44bb-b8f6-fdeba124947c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:20,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a2e30d6c-3ea9-44bb-b8f6-fdeba124947c 2018-12-03 15:13:20,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:20,378 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:20,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-b47b5bdd-ddab-45d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3632136cea3480389ca3493a6a66de0b4ed58bb" 2018-12-03 15:13:20,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6d9f16b-a8fd-4bb0-909c-58b5c6e62af9 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-b47b5bdd-ddab-45d-name", "previous": null, "next": null}, "projects": []} 2018-12-03 15:13:20,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-b47b5bdd-ddab-45d-name used request id req-f6d9f16b-a8fd-4bb0-909c-58b5c6e62af9 2018-12-03 15:13:20,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3632136cea3480389ca3493a6a66de0b4ed58bb" 2018-12-03 15:13:20,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd15c0a2-ecb5-4522-93d4-10a194bd43d2 Content-Encoding: gzip Content-Length: 114 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-12-03 15:13:20,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=foo used request id req-fd15c0a2-ecb5-4522-93d4-10a194bd43d2 2018-12-03 15:13:20,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3632136cea3480389ca3493a6a66de0b4ed58bb" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-b47b5bdd-ddab-45d-name"}}' 2018-12-03 15:13:20,662 - keystoneauth.session - DEBUG - RESP: [400] Date: Mon, 03 Dec 2018 15:13:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6021b754-a8fc-43be-ad12-fab5de9c6a46 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-12-03 15:13:20,663 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-6021b754-a8fc-43be-ad12-fab5de9c6a46 2018-12-03 15:13:20,663 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-12-03 15:13:20,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3632136cea3480389ca3493a6a66de0b4ed58bb" 2018-12-03 15:13:20,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-403c6740-00d8-4c54-a09f-1d7043667ff9 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:20,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-403c6740-00d8-4c54-a09f-1d7043667ff9 2018-12-03 15:13:20,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:21,134 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["Xn4HBEL8TVaNqWEhpcc1Cg"], "issued_at": "2018-12-03T15:13:21.000000Z"}} 2018-12-03 15:13:21,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5386ee9218b6ea6d800eb6a1ab21cfbc905664c" 2018-12-03 15:13:21,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d71ccde-8218-423b-b013-189fd54bfd07 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:21,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0d71ccde-8218-423b-b013-189fd54bfd07 2018-12-03 15:13:21,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:21,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:21,609 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["1gbpvpwOTWq5i2Xxd5a0hQ"], "issued_at": "2018-12-03T15:13:21.000000Z"}} 2018-12-03 15:13:21,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557e77c49391f91882ba21861e4295b1de2df828" 2018-12-03 15:13:21,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4748d274-1e85-451f-a27f-389e5951c12d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:21,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4748d274-1e85-451f-a27f-389e5951c12d 2018-12-03 15:13:21,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:21,707 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:21,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d9c69522-c80a-45a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557e77c49391f91882ba21861e4295b1de2df828" 2018-12-03 15:13:21,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a228784-989a-42e6-bb70-1d846e117e97 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d9c69522-c80a-45a-name", "previous": null, "next": null}, "projects": []} 2018-12-03 15:13:21,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d9c69522-c80a-45a-name used request id req-4a228784-989a-42e6-bb70-1d846e117e97 2018-12-03 15:13:21,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557e77c49391f91882ba21861e4295b1de2df828" 2018-12-03 15:13:21,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b047ac4-3a8b-4551-b0f9-31f7a174db80 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:13:21,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-6b047ac4-3a8b-4551-b0f9-31f7a174db80 2018-12-03 15:13:21,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557e77c49391f91882ba21861e4295b1de2df828" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-d9c69522-c80a-45a-name"}}' 2018-12-03 15:13:22,003 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:13:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a64e4797-5da3-4bb9-84ea-c7f89c71bd4d Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f8c088d79b8b40b6976e881d43c69c5f"}, "enabled": true, "id": "f8c088d79b8b40b6976e881d43c69c5f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d9c69522-c80a-45a-name"}} 2018-12-03 15:13:22,004 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-a64e4797-5da3-4bb9-84ea-c7f89c71bd4d 2018-12-03 15:13:22,004 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-d9c69522-c80a-45a-name 2018-12-03 15:13:22,004 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:13:22,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/f8c088d79b8b40b6976e881d43c69c5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557e77c49391f91882ba21861e4295b1de2df828" 2018-12-03 15:13:22,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13: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-27bbff1b-a58e-46b5-b50b-9f30d371594e x-compute-request-id: req-27bbff1b-a58e-46b5-b50b-9f30d371594e Content-Encoding: gzip Content-Length: 224 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": "f8c088d79b8b40b6976e881d43c69c5f", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-12-03 15:13:22,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/f8c088d79b8b40b6976e881d43c69c5f used request id req-27bbff1b-a58e-46b5-b50b-9f30d371594e 2018-12-03 15:13:22,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:8774/v2.1/os-quota-sets/f8c088d79b8b40b6976e881d43c69c5f -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557e77c49391f91882ba21861e4295b1de2df828" -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-12-03 15:13:23,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13: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-3471dc9e-0ec6-4bb6-a8a9-31ba52a0a36d x-compute-request-id: req-3471dc9e-0ec6-4bb6-a8a9-31ba52a0a36d 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-12-03 15:13:23,230 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/f8c088d79b8b40b6976e881d43c69c5f used request id req-3471dc9e-0ec6-4bb6-a8a9-31ba52a0a36d 2018-12-03 15:13:23,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:23,239 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:23,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d9c69522-c80a-45a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5386ee9218b6ea6d800eb6a1ab21cfbc905664c" 2018-12-03 15:13:23,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27d59a55-4860-4fe1-ad62-de204dd25db5 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d9c69522-c80a-45a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f8c088d79b8b40b6976e881d43c69c5f"}, "enabled": true, "id": "f8c088d79b8b40b6976e881d43c69c5f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d9c69522-c80a-45a-name"}]} 2018-12-03 15:13:23,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d9c69522-c80a-45a-name used request id req-27d59a55-4860-4fe1-ad62-de204dd25db5 2018-12-03 15:13:23,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5386ee9218b6ea6d800eb6a1ab21cfbc905664c" 2018-12-03 15:13:23,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64e78156-269d-43d2-8c9b-3a597c96c862 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:13:23,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-64e78156-269d-43d2-8c9b-3a597c96c862 2018-12-03 15:13:23,408 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:13:23,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/f8c088d79b8b40b6976e881d43c69c5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5386ee9218b6ea6d800eb6a1ab21cfbc905664c" 2018-12-03 15:13:23,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac0b990a-125b-4abf-9ab3-15e8cbfa60ee x-compute-request-id: req-ac0b990a-125b-4abf-9ab3-15e8cbfa60ee 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": "f8c088d79b8b40b6976e881d43c69c5f", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-12-03 15:13:23,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/f8c088d79b8b40b6976e881d43c69c5f used request id req-ac0b990a-125b-4abf-9ab3-15e8cbfa60ee 2018-12-03 15:13:23,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557e77c49391f91882ba21861e4295b1de2df828" 2018-12-03 15:13:24,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-b5339b24-4614-4ff9-9c74-ea8085807c9f Date: Mon, 03 Dec 2018 15:13:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:13:13Z", "updated_at": "2018-12-03T15:13:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "891b5425-fa60-4a23-9d11-de89ddcc7c06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "d6db4b9b-f361-4cc0-b024-76c929e31ae4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "134f342f-679f-4f07-8616-4846d4c6456f", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "ba31fbc5-2a28-4f30-9a28-0bf85d835b38", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 4, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "72747da3-89d7-4764-87ac-6246c4140f3e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 15:13:24,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-b5339b24-4614-4ff9-9c74-ea8085807c9f 2018-12-03 15:13:24,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557e77c49391f91882ba21861e4295b1de2df828" 2018-12-03 15:13:24,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a235c36-dc0e-4d4b-91a0-4c1d1a39548f Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 15:13:24,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-7a235c36-dc0e-4d4b-91a0-4c1d1a39548f 2018-12-03 15:13:24,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557e77c49391f91882ba21861e4295b1de2df828" 2018-12-03 15:13:24,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09905e5c-da1f-4dcc-9352-e9d4771a12e5 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:13:24,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-09905e5c-da1f-4dcc-9352-e9d4771a12e5 2018-12-03 15:13:24,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557e77c49391f91882ba21861e4295b1de2df828" 2018-12-03 15:13:24,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b551f9ea-ca08-4cd1-97e3-8b4227b77735 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 15:13:24,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-b551f9ea-ca08-4cd1-97e3-8b4227b77735 2018-12-03 15:13:24,783 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-d9c69522-c80a-45a-name 2018-12-03 15:13:24,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/f8c088d79b8b40b6976e881d43c69c5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557e77c49391f91882ba21861e4295b1de2df828" 2018-12-03 15:13:24,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46c562da-0c52-4f44-a4ed-8457467424e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:24,941 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/f8c088d79b8b40b6976e881d43c69c5f used request id req-46c562da-0c52-4f44-a4ed-8457467424e4 2018-12-03 15:13:24,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557e77c49391f91882ba21861e4295b1de2df828" 2018-12-03 15:13:25,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-910d579b-c136-409b-a16e-0563046eaf1b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:25,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-910d579b-c136-409b-a16e-0563046eaf1b 2018-12-03 15:13:25,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:25,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["H58z6pSfTOuqqyzDEUQZdA"], "issued_at": "2018-12-03T15:13:25.000000Z"}} 2018-12-03 15:13:25,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6baac1fd378966a65a9fa7b8f0d137f30e190f7b" 2018-12-03 15:13:25,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91c30b7e-bd2c-4967-b65b-a5c51bb50efa Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:25,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-91c30b7e-bd2c-4967-b65b-a5c51bb50efa 2018-12-03 15:13:25,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:25,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:25,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["2X5q3cv6RNGHYVng-YNJMQ"], "issued_at": "2018-12-03T15:13:25.000000Z"}} 2018-12-03 15:13:25,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b13841dcb05ad987c4ef83c9d1528be7a54afe1b" 2018-12-03 15:13:25,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ea55166-2c5e-4fa1-9bb4-a8e3c09d0068 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:25,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3ea55166-2c5e-4fa1-9bb4-a8e3c09d0068 2018-12-03 15:13:25,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:25,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:25,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d54931a3-795d-4c8-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b13841dcb05ad987c4ef83c9d1528be7a54afe1b" 2018-12-03 15:13:26,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b861f073-f8b1-4303-99ca-f2cd968e7a64 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d54931a3-795d-4c8-name", "previous": null, "next": null}, "projects": []} 2018-12-03 15:13:26,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d54931a3-795d-4c8-name used request id req-b861f073-f8b1-4303-99ca-f2cd968e7a64 2018-12-03 15:13:26,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b13841dcb05ad987c4ef83c9d1528be7a54afe1b" 2018-12-03 15:13:26,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b88e6c7-08b4-427d-8267-410f814aa12c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:13:26,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-9b88e6c7-08b4-427d-8267-410f814aa12c 2018-12-03 15:13:26,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b13841dcb05ad987c4ef83c9d1528be7a54afe1b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-d54931a3-795d-4c8-name"}}' 2018-12-03 15:13:26,292 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:13:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9559259c-aeeb-4260-9f5e-b5286f222b8d Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/27cb1f37006b4dbeaa5856ff68b31a8f"}, "enabled": true, "id": "27cb1f37006b4dbeaa5856ff68b31a8f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d54931a3-795d-4c8-name"}} 2018-12-03 15:13:26,292 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-9559259c-aeeb-4260-9f5e-b5286f222b8d 2018-12-03 15:13:26,292 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-d54931a3-795d-4c8-name 2018-12-03 15:13:26,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:26,301 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:26,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d54931a3-795d-4c8-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6baac1fd378966a65a9fa7b8f0d137f30e190f7b" 2018-12-03 15:13:26,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f4bc8aa-d3ae-43d6-932e-c8bd81d6c5ba Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d54931a3-795d-4c8-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/27cb1f37006b4dbeaa5856ff68b31a8f"}, "enabled": true, "id": "27cb1f37006b4dbeaa5856ff68b31a8f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d54931a3-795d-4c8-name"}]} 2018-12-03 15:13:26,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d54931a3-795d-4c8-name used request id req-6f4bc8aa-d3ae-43d6-932e-c8bd81d6c5ba 2018-12-03 15:13:26,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6baac1fd378966a65a9fa7b8f0d137f30e190f7b" 2018-12-03 15:13:26,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-306551eb-4c65-4f74-a67b-5cd820da7c7f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:13:26,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-306551eb-4c65-4f74-a67b-5cd820da7c7f 2018-12-03 15:13:26,481 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:13:26,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:8774/v2.1/os-quota-sets/27cb1f37006b4dbeaa5856ff68b31a8f -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b13841dcb05ad987c4ef83c9d1528be7a54afe1b" -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-12-03 15:13:27,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13: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-0f4f4853-d3ba-4399-89a7-9625dca37ad2 x-compute-request-id: req-0f4f4853-d3ba-4399-89a7-9625dca37ad2 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-12-03 15:13:27,047 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/27cb1f37006b4dbeaa5856ff68b31a8f used request id req-0f4f4853-d3ba-4399-89a7-9625dca37ad2 2018-12-03 15:13:27,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/quotas/27cb1f37006b4dbeaa5856ff68b31a8f -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b13841dcb05ad987c4ef83c9d1528be7a54afe1b" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-12-03 15:13:27,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-56d822e9-2471-4583-b53c-e05709f89a25 Date: Mon, 03 Dec 2018 15:13:27 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-12-03 15:13:27,402 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/quotas/27cb1f37006b4dbeaa5856ff68b31a8f used request id req-56d822e9-2471-4583-b53c-e05709f89a25 2018-12-03 15:13:27,402 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:13:27,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/27cb1f37006b4dbeaa5856ff68b31a8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b13841dcb05ad987c4ef83c9d1528be7a54afe1b" 2018-12-03 15:13:27,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-dcab8002-d045-458c-9399-9ee6a289af35 x-compute-request-id: req-dcab8002-d045-458c-9399-9ee6a289af35 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": "27cb1f37006b4dbeaa5856ff68b31a8f", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-12-03 15:13:27,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/27cb1f37006b4dbeaa5856ff68b31a8f used request id req-dcab8002-d045-458c-9399-9ee6a289af35 2018-12-03 15:13:27,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/quotas/27cb1f37006b4dbeaa5856ff68b31a8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b13841dcb05ad987c4ef83c9d1528be7a54afe1b" 2018-12-03 15:13:27,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-fe608ec2-da12-4969-8355-ee58bf686f27 Date: Mon, 03 Dec 2018 15:13:27 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-12-03 15:13:27,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/quotas/27cb1f37006b4dbeaa5856ff68b31a8f used request id req-fe608ec2-da12-4969-8355-ee58bf686f27 2018-12-03 15:13:27,783 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:13:27,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/27cb1f37006b4dbeaa5856ff68b31a8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6baac1fd378966a65a9fa7b8f0d137f30e190f7b" 2018-12-03 15:13:28,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-5b32315c-7216-4b3e-83fd-588a39d64de4 x-compute-request-id: req-5b32315c-7216-4b3e-83fd-588a39d64de4 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": "27cb1f37006b4dbeaa5856ff68b31a8f", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-12-03 15:13:28,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/27cb1f37006b4dbeaa5856ff68b31a8f used request id req-5b32315c-7216-4b3e-83fd-588a39d64de4 2018-12-03 15:13:28,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/quotas/27cb1f37006b4dbeaa5856ff68b31a8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6baac1fd378966a65a9fa7b8f0d137f30e190f7b" 2018-12-03 15:13:28,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-64e3886f-dc9c-4945-a5cd-e612771d26ea Date: Mon, 03 Dec 2018 15:13:28 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-12-03 15:13:28,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/quotas/27cb1f37006b4dbeaa5856ff68b31a8f used request id req-64e3886f-dc9c-4945-a5cd-e612771d26ea 2018-12-03 15:13:28,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b13841dcb05ad987c4ef83c9d1528be7a54afe1b" 2018-12-03 15:13:29,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-9390a9cb-df6d-484f-96d7-39bad8e6693a Date: Mon, 03 Dec 2018 15:13:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:13:13Z", "updated_at": "2018-12-03T15:13:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "ba31fbc5-2a28-4f30-9a28-0bf85d835b38", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "891b5425-fa60-4a23-9d11-de89ddcc7c06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "d6db4b9b-f361-4cc0-b024-76c929e31ae4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "134f342f-679f-4f07-8616-4846d4c6456f", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 4, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "72747da3-89d7-4764-87ac-6246c4140f3e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 15:13:29,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-9390a9cb-df6d-484f-96d7-39bad8e6693a 2018-12-03 15:13:29,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b13841dcb05ad987c4ef83c9d1528be7a54afe1b" 2018-12-03 15:13:29,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad65f33-023d-4664-a02f-bd8383617ca5 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 15:13:29,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-5ad65f33-023d-4664-a02f-bd8383617ca5 2018-12-03 15:13:29,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b13841dcb05ad987c4ef83c9d1528be7a54afe1b" 2018-12-03 15:13:29,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01c3c70e-1a09-4f72-b823-e0355b0baf98 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:13:29,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-01c3c70e-1a09-4f72-b823-e0355b0baf98 2018-12-03 15:13:29,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b13841dcb05ad987c4ef83c9d1528be7a54afe1b" 2018-12-03 15:13:30,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db030974-c870-4097-8160-cf7938e5698a Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 15:13:30,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-db030974-c870-4097-8160-cf7938e5698a 2018-12-03 15:13:30,085 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-d54931a3-795d-4c8-name 2018-12-03 15:13:30,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/27cb1f37006b4dbeaa5856ff68b31a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b13841dcb05ad987c4ef83c9d1528be7a54afe1b" 2018-12-03 15:13:30,239 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb9891b8-d18b-42f7-802a-de654f752a6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:30,240 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/27cb1f37006b4dbeaa5856ff68b31a8f used request id req-fb9891b8-d18b-42f7-802a-de654f752a6f 2018-12-03 15:13:30,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b13841dcb05ad987c4ef83c9d1528be7a54afe1b" 2018-12-03 15:13:30,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aee13193-93fd-49f7-a27a-9737dc84d3e4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:30,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-aee13193-93fd-49f7-a27a-9737dc84d3e4 2018-12-03 15:13:30,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:30,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["bjBg_XHfQUOGVv0l0k57EA"], "issued_at": "2018-12-03T15:13:30.000000Z"}} 2018-12-03 15:13:30,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94a89de9bf7946a4fa6ede12cd23aeef8064cd0" 2018-12-03 15:13:30,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81f3e0b5-5ad6-4b29-bd26-63dd724c5fb9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:30,865 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-81f3e0b5-5ad6-4b29-bd26-63dd724c5fb9 2018-12-03 15:13:30,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:30,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:31,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["OO7eaweZTnGziZXGv4aUVQ"], "issued_at": "2018-12-03T15:13:31.000000Z"}} 2018-12-03 15:13:31,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:31,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54ceba03-a11e-420d-9cd4-8113e6ecd3fd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:31,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-54ceba03-a11e-420d-9cd4-8113e6ecd3fd 2018-12-03 15:13:31,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:31,341 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:31,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-75ec7226-38f8-423-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:31,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50ed8bf9-dd9c-4b1d-9d6f-92fc516c8f34 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-75ec7226-38f8-423-name", "previous": null, "next": null}, "projects": []} 2018-12-03 15:13:31,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-75ec7226-38f8-423-name used request id req-50ed8bf9-dd9c-4b1d-9d6f-92fc516c8f34 2018-12-03 15:13:31,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:31,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92ee24bf-2f2c-4334-8845-711f8d6ea53a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:13:31,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-92ee24bf-2f2c-4334-8845-711f8d6ea53a 2018-12-03 15:13:31,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-75ec7226-38f8-423-name"}}' 2018-12-03 15:13:31,638 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:13:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67760475-edc0-4167-91b3-22b8c9d19887 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/85be3ec9bc6842aeba2a8b6bcb9b0ebd"}, "enabled": true, "id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-75ec7226-38f8-423-name"}} 2018-12-03 15:13:31,639 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-67760475-edc0-4167-91b3-22b8c9d19887 2018-12-03 15:13:31,639 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-75ec7226-38f8-423-name 2018-12-03 15:13:31,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:31,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:32,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["ULtFjD1sQtuHkgZMeTV_4A"], "issued_at": "2018-12-03T15:13:32.000000Z"}} 2018-12-03 15:13:32,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85dcdcb8047a72e1bccd351e639c5c39795fc2b0" 2018-12-03 15:13:32,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-567a7501-71da-46a2-b62c-2f3b8b72ce9b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:32,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-567a7501-71da-46a2-b62c-2f3b8b72ce9b 2018-12-03 15:13:32,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:32,119 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:32,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85dcdcb8047a72e1bccd351e639c5c39795fc2b0" 2018-12-03 15:13:32,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22156a1c-25de-41a3-8940-c7cc5c62080b Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:13:32,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-22156a1c-25de-41a3-8940-c7cc5c62080b 2018-12-03 15:13:32,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85dcdcb8047a72e1bccd351e639c5c39795fc2b0" 2018-12-03 15:13:32,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783e3a29-1b62-4664-8ed1-d043bb3f709f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:13:32,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-783e3a29-1b62-4664-8ed1-d043bb3f709f 2018-12-03 15:13:32,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85dcdcb8047a72e1bccd351e639c5c39795fc2b0" 2018-12-03 15:13:33,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17297fb8-53ea-4947-9ec0-7c13cac4c1c9 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:33,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-17297fb8-53ea-4947-9ec0-7c13cac4c1c9 2018-12-03 15:13:33,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-75ec7226-38f8-423-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85dcdcb8047a72e1bccd351e639c5c39795fc2b0" 2018-12-03 15:13:33,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d54e2a5-0cfd-4eb9-8bef-8cc1aab689fb Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-75ec7226-38f8-423-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/85be3ec9bc6842aeba2a8b6bcb9b0ebd"}, "enabled": true, "id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-75ec7226-38f8-423-name"}]} 2018-12-03 15:13:33,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-75ec7226-38f8-423-name used request id req-6d54e2a5-0cfd-4eb9-8bef-8cc1aab689fb 2018-12-03 15:13:33,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/89d1914a7b9143adbbe802b78268149a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85dcdcb8047a72e1bccd351e639c5c39795fc2b0" 2018-12-03 15:13:33,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c27c9d89-a389-4b79-8e86-3b50a937d16f Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/89d1914a7b9143adbbe802b78268149a"}, "enabled": true, "id": "89d1914a7b9143adbbe802b78268149a", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-75ec7226-38f8-423-user"}} 2018-12-03 15:13:33,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/89d1914a7b9143adbbe802b78268149a used request id req-c27c9d89-a389-4b79-8e86-3b50a937d16f 2018-12-03 15:13:33,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/85be3ec9bc6842aeba2a8b6bcb9b0ebd/users/89d1914a7b9143adbbe802b78268149a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85dcdcb8047a72e1bccd351e639c5c39795fc2b0" 2018-12-03 15:13:33,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44f66622-6ff9-445a-89c9-3b5a58f4e1c8 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/85be3ec9bc6842aeba2a8b6bcb9b0ebd/users/89d1914a7b9143adbbe802b78268149a/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 15:13:33,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/85be3ec9bc6842aeba2a8b6bcb9b0ebd/users/89d1914a7b9143adbbe802b78268149a/roles used request id req-44f66622-6ff9-445a-89c9-3b5a58f4e1c8 2018-12-03 15:13:33,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85dcdcb8047a72e1bccd351e639c5c39795fc2b0" 2018-12-03 15:13:33,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1741476-0e48-4d3e-8118-d9f46957dcd3 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "domain_id": null, "name": "admin", "id": "262658b16a4440adb64abe58dbd094c0"}} 2018-12-03 15:13:33,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-c1741476-0e48-4d3e-8118-d9f46957dcd3 2018-12-03 15:13:33,345 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-75ec7226-38f8-423-name 2018-12-03 15:13:33,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/85be3ec9bc6842aeba2a8b6bcb9b0ebd/users/89d1914a7b9143adbbe802b78268149a/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85dcdcb8047a72e1bccd351e639c5c39795fc2b0" 2018-12-03 15:13:33,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1f0b7b8-29e5-4d4d-bb70-8607dd110fc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:33,474 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/85be3ec9bc6842aeba2a8b6bcb9b0ebd/users/89d1914a7b9143adbbe802b78268149a/roles/262658b16a4440adb64abe58dbd094c0 used request id req-d1f0b7b8-29e5-4d4d-bb70-8607dd110fc2 2018-12-03 15:13:33,474 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-75ec7226-38f8-423-user 2018-12-03 15:13:33,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:33,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d46cca3c-ea9c-4e88-b525-dca0bdb63b85 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:33,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d46cca3c-ea9c-4e88-b525-dca0bdb63b85 2018-12-03 15:13:33,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" -d '{"role": {"name": "CreateProjectUserTests-75ec7226-38f8-423-name-role"}}' 2018-12-03 15:13:33,663 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:13:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f10e1e5e-3944-4480-9554-f5b781ba8cea Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9637dc0ff2594d7cbc6190e791cf823d", "links": {"self": "http://172.30.9.30:5000/v3/roles/9637dc0ff2594d7cbc6190e791cf823d"}, "name": "CreateProjectUserTests-75ec7226-38f8-423-name-role"}} 2018-12-03 15:13:33,663 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-f10e1e5e-3944-4480-9554-f5b781ba8cea 2018-12-03 15:13:33,663 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-75ec7226-38f8-423-name-role 2018-12-03 15:13:33,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/9637dc0ff2594d7cbc6190e791cf823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:33,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39f80859-ee6f-486b-82ea-02acf5fc6a95 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/9637dc0ff2594d7cbc6190e791cf823d"}, "domain_id": null, "name": "CreateProjectUserTests-75ec7226-38f8-423-name-role", "id": "9637dc0ff2594d7cbc6190e791cf823d"}} 2018-12-03 15:13:33,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/9637dc0ff2594d7cbc6190e791cf823d used request id req-39f80859-ee6f-486b-82ea-02acf5fc6a95 2018-12-03 15:13:33,764 - keystone_utils - INFO - Granting role CreateProjectUserTests-75ec7226-38f8-423-name-role to project CreateProjectUserTests-75ec7226-38f8-423-name 2018-12-03 15:13:33,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/85be3ec9bc6842aeba2a8b6bcb9b0ebd/users/89d1914a7b9143adbbe802b78268149a/roles/9637dc0ff2594d7cbc6190e791cf823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:33,887 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-181a4625-3eef-4d1c-8bb7-3511b3536645 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:33,887 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/85be3ec9bc6842aeba2a8b6bcb9b0ebd/users/89d1914a7b9143adbbe802b78268149a/roles/9637dc0ff2594d7cbc6190e791cf823d used request id req-181a4625-3eef-4d1c-8bb7-3511b3536645 2018-12-03 15:13:33,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:33,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:34,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "9637dc0ff2594d7cbc6190e791cf823d", "name": "CreateProjectUserTests-75ec7226-38f8-423-name-role"}], "expires_at": "2018-12-03T16:13:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "name": "CreateProjectUserTests-75ec7226-38f8-423-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/85be3ec9bc6842aeba2a8b6bcb9b0ebd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/85be3ec9bc6842aeba2a8b6bcb9b0ebd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/85be3ec9bc6842aeba2a8b6bcb9b0ebd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/85be3ec9bc6842aeba2a8b6bcb9b0ebd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/85be3ec9bc6842aeba2a8b6bcb9b0ebd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/85be3ec9bc6842aeba2a8b6bcb9b0ebd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/85be3ec9bc6842aeba2a8b6bcb9b0ebd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/85be3ec9bc6842aeba2a8b6bcb9b0ebd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/85be3ec9bc6842aeba2a8b6bcb9b0ebd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/85be3ec9bc6842aeba2a8b6bcb9b0ebd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/85be3ec9bc6842aeba2a8b6bcb9b0ebd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/85be3ec9bc6842aeba2a8b6bcb9b0ebd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-75ec7226-38f8-423-user", "id": "89d1914a7b9143adbbe802b78268149a"}, "audit_ids": ["-u0O3G2PRHmwKiPIW-QXCg"], "issued_at": "2018-12-03T15:13:34.000000Z"}} 2018-12-03 15:13:34,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9a643c48631e8c7ae3b72dcbac483e9ae1ca5" 2018-12-03 15:13:34,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72047497-fb2e-46df-a017-b157447eb403 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:34,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-72047497-fb2e-46df-a017-b157447eb403 2018-12-03 15:13:34,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-75ec7226-38f8-423-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9a643c48631e8c7ae3b72dcbac483e9ae1ca5" 2018-12-03 15:13:34,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-eb7560c8-c148-47a4-a439-00ec00c4210e Date: Mon, 03 Dec 2018 15:13:34 GMT RESP BODY: {"security_groups": []} 2018-12-03 15:13:34,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-75ec7226-38f8-423-name&description=hello+group used request id req-eb7560c8-c148-47a4-a439-00ec00c4210e 2018-12-03 15:13:34,737 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-75ec7226-38f8-423-name... 2018-12-03 15:13:34,737 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-75ec7226-38f8-423-name 2018-12-03 15:13:34,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9a643c48631e8c7ae3b72dcbac483e9ae1ca5" -d '{"security_group": {"name": "CreateProjectUserTests-75ec7226-38f8-423-name", "description": "hello group"}}' 2018-12-03 15:13:35,142 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-59ea5182-1a8e-4a99-aec9-a3d90d63fc0a Date: Mon, 03 Dec 2018 15:13:35 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:35Z", "updated_at": "2018-12-03T15:13:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:35Z", "revision_number": 0, "id": "17102864-a85d-4ac6-89bd-674e387faad9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "port_range_min": null, "ethertype": "IPv4", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:35Z", "revision_number": 0, "id": "9f4a619d-c27c-46fc-9307-e60774cfc235", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "port_range_min": null, "ethertype": "IPv6", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd"}], "revision_number": 2, "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "13da9a0a-634a-4470-b769-512e35afa51e", "name": "CreateProjectUserTests-75ec7226-38f8-423-name"}} 2018-12-03 15:13:35,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-59ea5182-1a8e-4a99-aec9-a3d90d63fc0a 2018-12-03 15:13:35,144 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13da9a0a-634a-4470-b769-512e35afa51e 2018-12-03 15:13:35,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=13da9a0a-634a-4470-b769-512e35afa51e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9a643c48631e8c7ae3b72dcbac483e9ae1ca5" 2018-12-03 15:13:35,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a8dfa5ed-b5bd-4c99-bde8-49f4db54f666 Date: Mon, 03 Dec 2018 15:13: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-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "port_range_min": null, "revision_number": 0, "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:35Z", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "17102864-a85d-4ac6-89bd-674e387faad9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "port_range_min": null, "revision_number": 0, "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:35Z", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "9f4a619d-c27c-46fc-9307-e60774cfc235"}]} 2018-12-03 15:13:35,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=13da9a0a-634a-4470-b769-512e35afa51e used request id req-a8dfa5ed-b5bd-4c99-bde8-49f4db54f666 2018-12-03 15:13:35,327 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13da9a0a-634a-4470-b769-512e35afa51e 2018-12-03 15:13:35,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=13da9a0a-634a-4470-b769-512e35afa51e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9a643c48631e8c7ae3b72dcbac483e9ae1ca5" 2018-12-03 15:13:36,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-964a5ca9-3541-46c2-b9d7-72bf81c2225e Date: Mon, 03 Dec 2018 15:13: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-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "port_range_min": null, "revision_number": 0, "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:35Z", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "17102864-a85d-4ac6-89bd-674e387faad9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "port_range_min": null, "revision_number": 0, "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:35Z", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "9f4a619d-c27c-46fc-9307-e60774cfc235"}]} 2018-12-03 15:13:36,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=13da9a0a-634a-4470-b769-512e35afa51e used request id req-964a5ca9-3541-46c2-b9d7-72bf81c2225e 2018-12-03 15:13:36,036 - neutron_utils - INFO - Retrieving security group with ID - 13da9a0a-634a-4470-b769-512e35afa51e 2018-12-03 15:13:36,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=13da9a0a-634a-4470-b769-512e35afa51e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9a643c48631e8c7ae3b72dcbac483e9ae1ca5" 2018-12-03 15:13:36,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-67ab805d-8c25-42ed-9f63-162cf7187eb2 Date: Mon, 03 Dec 2018 15:13:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:35Z", "updated_at": "2018-12-03T15:13:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:35Z", "revision_number": 0, "id": "17102864-a85d-4ac6-89bd-674e387faad9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "port_range_min": null, "ethertype": "IPv4", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:35Z", "revision_number": 0, "id": "9f4a619d-c27c-46fc-9307-e60774cfc235", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "port_range_min": null, "ethertype": "IPv6", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd"}], "revision_number": 2, "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "13da9a0a-634a-4470-b769-512e35afa51e", "name": "CreateProjectUserTests-75ec7226-38f8-423-name"}]} 2018-12-03 15:13:36,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=13da9a0a-634a-4470-b769-512e35afa51e used request id req-67ab805d-8c25-42ed-9f63-162cf7187eb2 2018-12-03 15:13:36,246 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13da9a0a-634a-4470-b769-512e35afa51e 2018-12-03 15:13:36,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=13da9a0a-634a-4470-b769-512e35afa51e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9a643c48631e8c7ae3b72dcbac483e9ae1ca5" 2018-12-03 15:13:36,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-30183c41-c26b-4e52-bf8a-99d0f6fb3f58 Date: Mon, 03 Dec 2018 15:13: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-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "port_range_min": null, "revision_number": 0, "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:35Z", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "17102864-a85d-4ac6-89bd-674e387faad9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "port_range_min": null, "revision_number": 0, "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:35Z", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "9f4a619d-c27c-46fc-9307-e60774cfc235"}]} 2018-12-03 15:13:36,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=13da9a0a-634a-4470-b769-512e35afa51e used request id req-30183c41-c26b-4e52-bf8a-99d0f6fb3f58 2018-12-03 15:13:36,957 - neutron_utils - INFO - Retrieving security group with ID - 13da9a0a-634a-4470-b769-512e35afa51e 2018-12-03 15:13:36,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=13da9a0a-634a-4470-b769-512e35afa51e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9a643c48631e8c7ae3b72dcbac483e9ae1ca5" 2018-12-03 15:13:37,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-f9c2e6cd-59bf-47ab-9402-41b08e9d8423 Date: Mon, 03 Dec 2018 15:13:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:35Z", "updated_at": "2018-12-03T15:13:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:35Z", "revision_number": 0, "id": "17102864-a85d-4ac6-89bd-674e387faad9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "port_range_min": null, "ethertype": "IPv4", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:35Z", "revision_number": 0, "id": "9f4a619d-c27c-46fc-9307-e60774cfc235", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "port_range_min": null, "ethertype": "IPv6", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd"}], "revision_number": 2, "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "13da9a0a-634a-4470-b769-512e35afa51e", "name": "CreateProjectUserTests-75ec7226-38f8-423-name"}]} 2018-12-03 15:13:37,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=13da9a0a-634a-4470-b769-512e35afa51e used request id req-f9c2e6cd-59bf-47ab-9402-41b08e9d8423 2018-12-03 15:13:37,010 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13da9a0a-634a-4470-b769-512e35afa51e 2018-12-03 15:13:37,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=13da9a0a-634a-4470-b769-512e35afa51e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9a643c48631e8c7ae3b72dcbac483e9ae1ca5" 2018-12-03 15:13:37,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1ee8fc48-0e0c-4d80-be27-e15346d6463b Date: Mon, 03 Dec 2018 15:13: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-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "port_range_min": null, "revision_number": 0, "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:35Z", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "17102864-a85d-4ac6-89bd-674e387faad9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "port_range_min": null, "revision_number": 0, "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:35Z", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "9f4a619d-c27c-46fc-9307-e60774cfc235"}]} 2018-12-03 15:13:37,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=13da9a0a-634a-4470-b769-512e35afa51e used request id req-1ee8fc48-0e0c-4d80-be27-e15346d6463b 2018-12-03 15:13:37,069 - neutron_utils - INFO - Retrieving security group with ID - 13da9a0a-634a-4470-b769-512e35afa51e 2018-12-03 15:13:37,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=13da9a0a-634a-4470-b769-512e35afa51e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9a643c48631e8c7ae3b72dcbac483e9ae1ca5" 2018-12-03 15:13:37,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7781e302-ddc2-4933-b191-bc19a28b41f3 Date: Mon, 03 Dec 2018 15:13:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:35Z", "updated_at": "2018-12-03T15:13:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:35Z", "revision_number": 0, "id": "17102864-a85d-4ac6-89bd-674e387faad9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "port_range_min": null, "ethertype": "IPv4", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:35Z", "revision_number": 0, "id": "9f4a619d-c27c-46fc-9307-e60774cfc235", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "port_range_min": null, "ethertype": "IPv6", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd"}], "revision_number": 2, "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "13da9a0a-634a-4470-b769-512e35afa51e", "name": "CreateProjectUserTests-75ec7226-38f8-423-name"}]} 2018-12-03 15:13:37,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=13da9a0a-634a-4470-b769-512e35afa51e used request id req-7781e302-ddc2-4933-b191-bc19a28b41f3 2018-12-03 15:13:37,126 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13da9a0a-634a-4470-b769-512e35afa51e 2018-12-03 15:13:37,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=13da9a0a-634a-4470-b769-512e35afa51e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9a643c48631e8c7ae3b72dcbac483e9ae1ca5" 2018-12-03 15:13:37,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0089c98f-be79-4ccd-878c-71e43f8e5128 Date: Mon, 03 Dec 2018 15:13: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-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "port_range_min": null, "revision_number": 0, "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:35Z", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "17102864-a85d-4ac6-89bd-674e387faad9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:35Z", "security_group_id": "13da9a0a-634a-4470-b769-512e35afa51e", "port_range_min": null, "revision_number": 0, "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:35Z", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "9f4a619d-c27c-46fc-9307-e60774cfc235"}]} 2018-12-03 15:13:37,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=13da9a0a-634a-4470-b769-512e35afa51e used request id req-0089c98f-be79-4ccd-878c-71e43f8e5128 2018-12-03 15:13:37,857 - neutron_utils - INFO - Deleting security group rule with ID - 17102864-a85d-4ac6-89bd-674e387faad9 2018-12-03 15:13:37,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/17102864-a85d-4ac6-89bd-674e387faad9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9a643c48631e8c7ae3b72dcbac483e9ae1ca5" 2018-12-03 15:13:38,140 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb3c06dc-4528-420d-838f-0b648f2933dc Content-Length: 0 Date: Mon, 03 Dec 2018 15:13:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:13:38,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/17102864-a85d-4ac6-89bd-674e387faad9 used request id req-bb3c06dc-4528-420d-838f-0b648f2933dc 2018-12-03 15:13:38,140 - neutron_utils - INFO - Deleting security group rule with ID - 9f4a619d-c27c-46fc-9307-e60774cfc235 2018-12-03 15:13:38,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/9f4a619d-c27c-46fc-9307-e60774cfc235 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9a643c48631e8c7ae3b72dcbac483e9ae1ca5" 2018-12-03 15:13:38,453 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9d03b7f-9867-4651-90a2-8e883c456f5a Content-Length: 0 Date: Mon, 03 Dec 2018 15:13:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:13:38,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/9f4a619d-c27c-46fc-9307-e60774cfc235 used request id req-b9d03b7f-9867-4651-90a2-8e883c456f5a 2018-12-03 15:13:38,454 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-75ec7226-38f8-423-name 2018-12-03 15:13:38,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/13da9a0a-634a-4470-b769-512e35afa51e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9a643c48631e8c7ae3b72dcbac483e9ae1ca5" 2018-12-03 15:13:38,704 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a5532340-af6c-4945-a0e7-2915408dc018 Content-Length: 0 Date: Mon, 03 Dec 2018 15:13:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:13:38,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/13da9a0a-634a-4470-b769-512e35afa51e used request id req-a5532340-af6c-4945-a0e7-2915408dc018 2018-12-03 15:13:38,704 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-75ec7226-38f8-423-user 2018-12-03 15:13:38,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/89d1914a7b9143adbbe802b78268149a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85dcdcb8047a72e1bccd351e639c5c39795fc2b0" 2018-12-03 15:13:38,918 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a23e77f-9f6b-4265-99f6-0d8b55a76be2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:38,918 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/89d1914a7b9143adbbe802b78268149a used request id req-9a23e77f-9f6b-4265-99f6-0d8b55a76be2 2018-12-03 15:13:38,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:39,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-ad641c59-8154-41f0-aade-c7c49a7cf3f9 Date: Mon, 03 Dec 2018 15:13:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:13:13Z", "updated_at": "2018-12-03T15:13:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "ba31fbc5-2a28-4f30-9a28-0bf85d835b38", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "891b5425-fa60-4a23-9d11-de89ddcc7c06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "134f342f-679f-4f07-8616-4846d4c6456f", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "d6db4b9b-f361-4cc0-b024-76c929e31ae4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 4, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "72747da3-89d7-4764-87ac-6246c4140f3e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:34Z", "updated_at": "2018-12-03T15:13:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:34Z", "revision_number": 0, "id": "91fdab10-6d79-4402-b037-2e41f99ece04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:34Z", "security_group_id": "c723af23-2399-4a36-83c6-48df832632c6", "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "port_range_min": null, "ethertype": "IPv6", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:34Z", "revision_number": 0, "id": "8c4360f4-d14f-4130-af4e-bda0a43ec945", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:34Z", "security_group_id": "c723af23-2399-4a36-83c6-48df832632c6", "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "port_range_min": null, "ethertype": "IPv4", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:34Z", "revision_number": 0, "id": "75089a86-ad5d-4190-9eea-e99ce329615b", "remote_group_id": "c723af23-2399-4a36-83c6-48df832632c6", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:34Z", "security_group_id": "c723af23-2399-4a36-83c6-48df832632c6", "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "port_range_min": null, "ethertype": "IPv6", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:34Z", "revision_number": 0, "id": "5535b670-da4c-4fc5-bd81-467c192b056d", "remote_group_id": "c723af23-2399-4a36-83c6-48df832632c6", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:34Z", "security_group_id": "c723af23-2399-4a36-83c6-48df832632c6", "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "port_range_min": null, "ethertype": "IPv4", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd"}], "revision_number": 4, "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "c723af23-2399-4a36-83c6-48df832632c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 15:13:39,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-ad641c59-8154-41f0-aade-c7c49a7cf3f9 2018-12-03 15:13:39,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:39,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d01e8877-748f-41fa-9ada-d4a9fe8f44fc Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 15:13:39,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-d01e8877-748f-41fa-9ada-d4a9fe8f44fc 2018-12-03 15:13:39,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:39,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf455981-46be-468f-a0f3-15e39e4d6404 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:13:39,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-bf455981-46be-468f-a0f3-15e39e4d6404 2018-12-03 15:13:39,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/85be3ec9bc6842aeba2a8b6bcb9b0ebd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:39,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96ecf346-860a-4eab-af53-211122b1a193 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/85be3ec9bc6842aeba2a8b6bcb9b0ebd"}, "enabled": true, "id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-75ec7226-38f8-423-name"}} 2018-12-03 15:13:39,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/85be3ec9bc6842aeba2a8b6bcb9b0ebd used request id req-96ecf346-860a-4eab-af53-211122b1a193 2018-12-03 15:13:39,998 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c723af23-2399-4a36-83c6-48df832632c6 2018-12-03 15:13:40,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=c723af23-2399-4a36-83c6-48df832632c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:40,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2816b445-af22-41ae-96f0-c854d9863f78 Date: Mon, 03 Dec 2018 15:13:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c723af23-2399-4a36-83c6-48df832632c6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:34Z", "security_group_id": "c723af23-2399-4a36-83c6-48df832632c6", "port_range_min": null, "revision_number": 0, "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:34Z", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "5535b670-da4c-4fc5-bd81-467c192b056d"}, {"remote_group_id": "c723af23-2399-4a36-83c6-48df832632c6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:34Z", "security_group_id": "c723af23-2399-4a36-83c6-48df832632c6", "port_range_min": null, "revision_number": 0, "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:34Z", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "75089a86-ad5d-4190-9eea-e99ce329615b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:34Z", "security_group_id": "c723af23-2399-4a36-83c6-48df832632c6", "port_range_min": null, "revision_number": 0, "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:34Z", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "8c4360f4-d14f-4130-af4e-bda0a43ec945"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:34Z", "security_group_id": "c723af23-2399-4a36-83c6-48df832632c6", "port_range_min": null, "revision_number": 0, "tenant_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "created_at": "2018-12-03T15:13:34Z", "project_id": "85be3ec9bc6842aeba2a8b6bcb9b0ebd", "id": "91fdab10-6d79-4402-b037-2e41f99ece04"}]} 2018-12-03 15:13:40,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=c723af23-2399-4a36-83c6-48df832632c6 used request id req-2816b445-af22-41ae-96f0-c854d9863f78 2018-12-03 15:13:40,256 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 15:13:40,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/c723af23-2399-4a36-83c6-48df832632c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:40,744 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c47bfb33-453b-4fdb-baf9-fecde565cb4c Content-Length: 0 Date: Mon, 03 Dec 2018 15:13:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:13:40,744 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/c723af23-2399-4a36-83c6-48df832632c6 used request id req-c47bfb33-453b-4fdb-baf9-fecde565cb4c 2018-12-03 15:13:40,745 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-75ec7226-38f8-423-name 2018-12-03 15:13:40,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/85be3ec9bc6842aeba2a8b6bcb9b0ebd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:40,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-038d70df-8fe0-4674-92eb-dca222f2a5aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:40,910 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/85be3ec9bc6842aeba2a8b6bcb9b0ebd used request id req-038d70df-8fe0-4674-92eb-dca222f2a5aa 2018-12-03 15:13:40,910 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-75ec7226-38f8-423-name-role 2018-12-03 15:13:40,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/9637dc0ff2594d7cbc6190e791cf823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:41,076 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e99ccb92-a390-41ba-93ab-0a2b5e3cd1be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:41,076 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/9637dc0ff2594d7cbc6190e791cf823d used request id req-e99ccb92-a390-41ba-93ab-0a2b5e3cd1be 2018-12-03 15:13:41,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf6ea55f58fe8df4064d552fab525623e096efe" 2018-12-03 15:13:41,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12af613e-10b4-489d-8b76-ba6e76b749c4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:41,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-12af613e-10b4-489d-8b76-ba6e76b749c4 2018-12-03 15:13:41,166 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:41,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["S93oklpEQuuzrsXHywc0vg"], "issued_at": "2018-12-03T15:13:41.000000Z"}} 2018-12-03 15:13:41,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11736a2ae606b796a9237996be672f9f2de158b3" 2018-12-03 15:13:41,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a998f8fc-2620-4efb-94cb-aff12eb5d50a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:41,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a998f8fc-2620-4efb-94cb-aff12eb5d50a 2018-12-03 15:13:41,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:41,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:42,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["zNxxfwbIRpS4hFqxDTEurw"], "issued_at": "2018-12-03T15:13:42.000000Z"}} 2018-12-03 15:13:42,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:42,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9778ad6-61d7-40cf-9f23-e1389fee7bef Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:42,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f9778ad6-61d7-40cf-9f23-e1389fee7bef 2018-12-03 15:13:42,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:42,115 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:42,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-a17be32c-a181-4c2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:42,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aee6857-19e8-4f8c-ab94-121fb39b90d9 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-a17be32c-a181-4c2-name", "previous": null, "next": null}, "projects": []} 2018-12-03 15:13:42,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-a17be32c-a181-4c2-name used request id req-5aee6857-19e8-4f8c-ab94-121fb39b90d9 2018-12-03 15:13:42,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:42,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f873a980-e35c-4f84-bc7b-94a088531720 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:13:42,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f873a980-e35c-4f84-bc7b-94a088531720 2018-12-03 15:13:42,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name"}}' 2018-12-03 15:13:42,450 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:13:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9966e96-1535-4bfc-ab12-386c712490cd Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424"}, "enabled": true, "id": "83f44a7155484fe798732611c8737424", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name"}} 2018-12-03 15:13:42,450 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f9966e96-1535-4bfc-ab12-386c712490cd 2018-12-03 15:13:42,450 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-a17be32c-a181-4c2-name 2018-12-03 15:13:42,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:42,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:42,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["yA63zqSjQrO2K_krHQ_f9Q"], "issued_at": "2018-12-03T15:13:42.000000Z"}} 2018-12-03 15:13:42,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924940e49b6cd7448a14e8ee46c23b1566ba3f67" 2018-12-03 15:13:42,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfa2365a-2250-4818-a220-abd978197d9f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:42,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bfa2365a-2250-4818-a220-abd978197d9f 2018-12-03 15:13:42,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:42,933 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:42,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924940e49b6cd7448a14e8ee46c23b1566ba3f67" 2018-12-03 15:13:43,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0745dbc-8f2e-4854-bb0c-7044f0ab8162 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:13:43,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e0745dbc-8f2e-4854-bb0c-7044f0ab8162 2018-12-03 15:13:43,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924940e49b6cd7448a14e8ee46c23b1566ba3f67" 2018-12-03 15:13:43,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94b396c2-e7a8-471b-8ac6-0e56c94ddd07 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:13:43,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-94b396c2-e7a8-471b-8ac6-0e56c94ddd07 2018-12-03 15:13:43,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924940e49b6cd7448a14e8ee46c23b1566ba3f67" 2018-12-03 15:13:43,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77bd7725-be16-45f8-b7b0-5fbd578a4b6c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:43,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-77bd7725-be16-45f8-b7b0-5fbd578a4b6c 2018-12-03 15:13:43,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-a17be32c-a181-4c2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924940e49b6cd7448a14e8ee46c23b1566ba3f67" 2018-12-03 15:13:43,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f74b3e41-59b4-4e90-8567-4eb233228c0f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-a17be32c-a181-4c2-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424"}, "enabled": true, "id": "83f44a7155484fe798732611c8737424", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name"}]} 2018-12-03 15:13:43,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-a17be32c-a181-4c2-name used request id req-f74b3e41-59b4-4e90-8567-4eb233228c0f 2018-12-03 15:13:43,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/44412d115f8e4b83b6f8651758c7dce1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924940e49b6cd7448a14e8ee46c23b1566ba3f67" 2018-12-03 15:13:43,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a8fbd96-e962-4414-b7f7-9bb0bb869e29 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/44412d115f8e4b83b6f8651758c7dce1"}, "enabled": true, "id": "44412d115f8e4b83b6f8651758c7dce1", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-a17be32c-a181-4c2-user1"}} 2018-12-03 15:13:43,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/44412d115f8e4b83b6f8651758c7dce1 used request id req-3a8fbd96-e962-4414-b7f7-9bb0bb869e29 2018-12-03 15:13:43,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424/users/44412d115f8e4b83b6f8651758c7dce1/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924940e49b6cd7448a14e8ee46c23b1566ba3f67" 2018-12-03 15:13:43,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84628547-6bd3-4180-93b8-db3499d98a33 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424/users/44412d115f8e4b83b6f8651758c7dce1/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 15:13:43,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424/users/44412d115f8e4b83b6f8651758c7dce1/roles used request id req-84628547-6bd3-4180-93b8-db3499d98a33 2018-12-03 15:13:43,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924940e49b6cd7448a14e8ee46c23b1566ba3f67" 2018-12-03 15:13:43,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9016111a-eb57-4262-ab22-6f1a49caeb63 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "domain_id": null, "name": "admin", "id": "262658b16a4440adb64abe58dbd094c0"}} 2018-12-03 15:13:43,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-9016111a-eb57-4262-ab22-6f1a49caeb63 2018-12-03 15:13:43,955 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-a17be32c-a181-4c2-name 2018-12-03 15:13:43,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424/users/44412d115f8e4b83b6f8651758c7dce1/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924940e49b6cd7448a14e8ee46c23b1566ba3f67" 2018-12-03 15:13:44,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59072680-f7f6-4b7a-b5ab-477dbebb7ae2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:44,096 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424/users/44412d115f8e4b83b6f8651758c7dce1/roles/262658b16a4440adb64abe58dbd094c0 used request id req-59072680-f7f6-4b7a-b5ab-477dbebb7ae2 2018-12-03 15:13:44,096 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-a17be32c-a181-4c2-user1 2018-12-03 15:13:44,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:44,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6316491b-8dff-4d0b-b71b-c00a07420496 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:44,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6316491b-8dff-4d0b-b71b-c00a07420496 2018-12-03 15:13:44,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" -d '{"role": {"name": "CreateProjectUserTests-a17be32c-a181-4c2-name-role"}}' 2018-12-03 15:13:44,291 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:13:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab245d84-bdb3-4fd9-81e1-360f0d35458a Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "28bd848a386d419b82d865a8b1f2bb0e", "links": {"self": "http://172.30.9.30:5000/v3/roles/28bd848a386d419b82d865a8b1f2bb0e"}, "name": "CreateProjectUserTests-a17be32c-a181-4c2-name-role"}} 2018-12-03 15:13:44,291 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-ab245d84-bdb3-4fd9-81e1-360f0d35458a 2018-12-03 15:13:44,291 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-a17be32c-a181-4c2-name-role 2018-12-03 15:13:44,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/28bd848a386d419b82d865a8b1f2bb0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:44,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f4859da-9b72-4280-adf8-712aa3328534 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/28bd848a386d419b82d865a8b1f2bb0e"}, "domain_id": null, "name": "CreateProjectUserTests-a17be32c-a181-4c2-name-role", "id": "28bd848a386d419b82d865a8b1f2bb0e"}} 2018-12-03 15:13:44,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/28bd848a386d419b82d865a8b1f2bb0e used request id req-8f4859da-9b72-4280-adf8-712aa3328534 2018-12-03 15:13:44,388 - keystone_utils - INFO - Granting role CreateProjectUserTests-a17be32c-a181-4c2-name-role to project CreateProjectUserTests-a17be32c-a181-4c2-name 2018-12-03 15:13:44,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424/users/44412d115f8e4b83b6f8651758c7dce1/roles/28bd848a386d419b82d865a8b1f2bb0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:44,442 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87b7ca78-8ffa-4e27-9b38-1ff03bebc351 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:44,442 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424/users/44412d115f8e4b83b6f8651758c7dce1/roles/28bd848a386d419b82d865a8b1f2bb0e used request id req-87b7ca78-8ffa-4e27-9b38-1ff03bebc351 2018-12-03 15:13:44,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:44,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:44,825 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["PFOzixpxTzuZZYpsrf0XJg"], "issued_at": "2018-12-03T15:13:44.000000Z"}} 2018-12-03 15:13:44,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d483ddcc3e0fd80f3ad79601d6995d0d9ba38e20" 2018-12-03 15:13:44,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0714cd42-ad86-4e6f-a0b7-3b6926ae88c6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:44,913 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0714cd42-ad86-4e6f-a0b7-3b6926ae88c6 2018-12-03 15:13:44,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:44,924 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:44,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d483ddcc3e0fd80f3ad79601d6995d0d9ba38e20" 2018-12-03 15:13:45,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef6f4835-e741-43a7-aca8-61082dbb6388 Content-Encoding: gzip Content-Length: 935 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-a17be32c-a181-4c2-user1", "links": {"self": "http://172.30.9.30:5000/v3/users/44412d115f8e4b83b6f8651758c7dce1"}, "domain_id": "default", "enabled": true, "id": "44412d115f8e4b83b6f8651758c7dce1", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:13:45,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ef6f4835-e741-43a7-aca8-61082dbb6388 2018-12-03 15:13:45,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d483ddcc3e0fd80f3ad79601d6995d0d9ba38e20" 2018-12-03 15:13:45,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cca571bc-7d6a-4550-aee9-32e4f7dbd89c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:13:45,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-cca571bc-7d6a-4550-aee9-32e4f7dbd89c 2018-12-03 15:13:45,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d483ddcc3e0fd80f3ad79601d6995d0d9ba38e20" 2018-12-03 15:13:45,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79630d50-7783-48f4-840b-94ca22112fde Content-Encoding: gzip Content-Length: 414 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "28bd848a386d419b82d865a8b1f2bb0e", "links": {"self": "http://172.30.9.30:5000/v3/roles/28bd848a386d419b82d865a8b1f2bb0e"}, "name": "CreateProjectUserTests-a17be32c-a181-4c2-name-role"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:45,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-79630d50-7783-48f4-840b-94ca22112fde 2018-12-03 15:13:45,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-a17be32c-a181-4c2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d483ddcc3e0fd80f3ad79601d6995d0d9ba38e20" 2018-12-03 15:13:45,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c404534e-c155-4b9e-b621-ad500ce86937 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-a17be32c-a181-4c2-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424"}, "enabled": true, "id": "83f44a7155484fe798732611c8737424", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name"}]} 2018-12-03 15:13:45,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-a17be32c-a181-4c2-name used request id req-c404534e-c155-4b9e-b621-ad500ce86937 2018-12-03 15:13:45,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/9154495b0ef24bf8807dc2efbd486e26 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d483ddcc3e0fd80f3ad79601d6995d0d9ba38e20" 2018-12-03 15:13:45,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-605d60c7-837e-4467-8d73-55a440843148 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/9154495b0ef24bf8807dc2efbd486e26"}, "enabled": true, "id": "9154495b0ef24bf8807dc2efbd486e26", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-a17be32c-a181-4c2-user2"}} 2018-12-03 15:13:45,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/9154495b0ef24bf8807dc2efbd486e26 used request id req-605d60c7-837e-4467-8d73-55a440843148 2018-12-03 15:13:45,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424/users/9154495b0ef24bf8807dc2efbd486e26/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d483ddcc3e0fd80f3ad79601d6995d0d9ba38e20" 2018-12-03 15:13:45,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d480ca1-62b0-4f00-b90b-e8a13a880fcd Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424/users/9154495b0ef24bf8807dc2efbd486e26/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 15:13:45,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424/users/9154495b0ef24bf8807dc2efbd486e26/roles used request id req-2d480ca1-62b0-4f00-b90b-e8a13a880fcd 2018-12-03 15:13:45,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d483ddcc3e0fd80f3ad79601d6995d0d9ba38e20" 2018-12-03 15:13:45,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8500636-de1f-4641-bb54-86ef2954833a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "domain_id": null, "name": "admin", "id": "262658b16a4440adb64abe58dbd094c0"}} 2018-12-03 15:13:45,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-b8500636-de1f-4641-bb54-86ef2954833a 2018-12-03 15:13:45,995 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-a17be32c-a181-4c2-name 2018-12-03 15:13:45,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424/users/9154495b0ef24bf8807dc2efbd486e26/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d483ddcc3e0fd80f3ad79601d6995d0d9ba38e20" 2018-12-03 15:13:46,115 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd432fbe-ea09-435e-8938-6514eeef3d8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:46,115 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424/users/9154495b0ef24bf8807dc2efbd486e26/roles/262658b16a4440adb64abe58dbd094c0 used request id req-bd432fbe-ea09-435e-8938-6514eeef3d8f 2018-12-03 15:13:46,115 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-a17be32c-a181-4c2-user2 2018-12-03 15:13:46,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/28bd848a386d419b82d865a8b1f2bb0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:46,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8994454f-e825-42fe-8c67-613c3d9c8199 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/28bd848a386d419b82d865a8b1f2bb0e"}, "domain_id": null, "name": "CreateProjectUserTests-a17be32c-a181-4c2-name-role", "id": "28bd848a386d419b82d865a8b1f2bb0e"}} 2018-12-03 15:13:46,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/28bd848a386d419b82d865a8b1f2bb0e used request id req-8994454f-e825-42fe-8c67-613c3d9c8199 2018-12-03 15:13:46,225 - keystone_utils - INFO - Granting role CreateProjectUserTests-a17be32c-a181-4c2-name-role to project CreateProjectUserTests-a17be32c-a181-4c2-name 2018-12-03 15:13:46,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424/users/9154495b0ef24bf8807dc2efbd486e26/roles/28bd848a386d419b82d865a8b1f2bb0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:46,354 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53c94e5d-88ca-4c44-8c3a-50a5cba265c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:46,354 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424/users/9154495b0ef24bf8807dc2efbd486e26/roles/28bd848a386d419b82d865a8b1f2bb0e used request id req-53c94e5d-88ca-4c44-8c3a-50a5cba265c8 2018-12-03 15:13:46,354 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:46,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:46,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "28bd848a386d419b82d865a8b1f2bb0e", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name-role"}], "expires_at": "2018-12-03T16:13:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83f44a7155484fe798732611c8737424", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/83f44a7155484fe798732611c8737424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/83f44a7155484fe798732611c8737424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/83f44a7155484fe798732611c8737424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/83f44a7155484fe798732611c8737424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/83f44a7155484fe798732611c8737424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/83f44a7155484fe798732611c8737424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/83f44a7155484fe798732611c8737424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/83f44a7155484fe798732611c8737424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/83f44a7155484fe798732611c8737424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/83f44a7155484fe798732611c8737424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/83f44a7155484fe798732611c8737424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/83f44a7155484fe798732611c8737424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-a17be32c-a181-4c2-user1", "id": "44412d115f8e4b83b6f8651758c7dce1"}, "audit_ids": ["E_TVVaEPRkCsYUF6dVBbDA"], "issued_at": "2018-12-03T15:13:46.000000Z"}} 2018-12-03 15:13:46,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb18b60b8c6af39e2e474a4b4bc8d1e602d2a81c" 2018-12-03 15:13:46,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72a3fa94-2322-4d74-ae1b-06322a9dcd86 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:46,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-72a3fa94-2322-4d74-ae1b-06322a9dcd86 2018-12-03 15:13:46,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-a17be32c-a181-4c2-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb18b60b8c6af39e2e474a4b4bc8d1e602d2a81c" 2018-12-03 15:13:47,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-14b41e37-f447-46c4-bc46-93703ff08ff8 Date: Mon, 03 Dec 2018 15:13:47 GMT RESP BODY: {"security_groups": []} 2018-12-03 15:13:47,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-a17be32c-a181-4c2-name&description=hello+group used request id req-14b41e37-f447-46c4-bc46-93703ff08ff8 2018-12-03 15:13:47,222 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-a17be32c-a181-4c2-name... 2018-12-03 15:13:47,222 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-a17be32c-a181-4c2-name 2018-12-03 15:13:47,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb18b60b8c6af39e2e474a4b4bc8d1e602d2a81c" -d '{"security_group": {"name": "CreateProjectUserTests-a17be32c-a181-4c2-name", "description": "hello group"}}' 2018-12-03 15:13:47,741 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-54c051bf-83b6-4d84-ac5c-903634e08e05 Date: Mon, 03 Dec 2018 15:13:47 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "updated_at": "2018-12-03T15:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "b87cda6f-7c10-43c3-9c74-5d961263bc96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv4", "project_id": "83f44a7155484fe798732611c8737424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "d0eb7635-98c2-465b-ac8f-33e59c410646", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv6", "project_id": "83f44a7155484fe798732611c8737424"}], "revision_number": 2, "project_id": "83f44a7155484fe798732611c8737424", "id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name"}} 2018-12-03 15:13:47,741 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-54c051bf-83b6-4d84-ac5c-903634e08e05 2018-12-03 15:13:47,742 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44c3cb76-81f4-43a2-9a4b-317f61785cfe 2018-12-03 15:13:47,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb18b60b8c6af39e2e474a4b4bc8d1e602d2a81c" 2018-12-03 15:13:47,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-89b2836d-b014-42a0-80aa-c8ba21466dbb Date: Mon, 03 Dec 2018 15:13:47 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-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "b87cda6f-7c10-43c3-9c74-5d961263bc96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "d0eb7635-98c2-465b-ac8f-33e59c410646"}]} 2018-12-03 15:13:47,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe used request id req-89b2836d-b014-42a0-80aa-c8ba21466dbb 2018-12-03 15:13:47,923 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44c3cb76-81f4-43a2-9a4b-317f61785cfe 2018-12-03 15:13:47,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb18b60b8c6af39e2e474a4b4bc8d1e602d2a81c" 2018-12-03 15:13:48,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8395153d-1cf8-4b0c-a43f-4bf3630f60ad Date: Mon, 03 Dec 2018 15:13:48 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-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "b87cda6f-7c10-43c3-9c74-5d961263bc96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "d0eb7635-98c2-465b-ac8f-33e59c410646"}]} 2018-12-03 15:13:48,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe used request id req-8395153d-1cf8-4b0c-a43f-4bf3630f60ad 2018-12-03 15:13:48,098 - neutron_utils - INFO - Retrieving security group with ID - 44c3cb76-81f4-43a2-9a4b-317f61785cfe 2018-12-03 15:13:48,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=44c3cb76-81f4-43a2-9a4b-317f61785cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb18b60b8c6af39e2e474a4b4bc8d1e602d2a81c" 2018-12-03 15:13:48,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-37982c06-3a9a-41a4-8175-3014a948a53e Date: Mon, 03 Dec 2018 15:13:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "updated_at": "2018-12-03T15:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "b87cda6f-7c10-43c3-9c74-5d961263bc96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv4", "project_id": "83f44a7155484fe798732611c8737424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "d0eb7635-98c2-465b-ac8f-33e59c410646", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv6", "project_id": "83f44a7155484fe798732611c8737424"}], "revision_number": 2, "project_id": "83f44a7155484fe798732611c8737424", "id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name"}]} 2018-12-03 15:13:48,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=44c3cb76-81f4-43a2-9a4b-317f61785cfe used request id req-37982c06-3a9a-41a4-8175-3014a948a53e 2018-12-03 15:13:48,824 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44c3cb76-81f4-43a2-9a4b-317f61785cfe 2018-12-03 15:13:48,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb18b60b8c6af39e2e474a4b4bc8d1e602d2a81c" 2018-12-03 15:13:49,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c68dcbc7-3670-46d1-a03d-72df1df7a5e4 Date: Mon, 03 Dec 2018 15:13:49 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-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "b87cda6f-7c10-43c3-9c74-5d961263bc96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "d0eb7635-98c2-465b-ac8f-33e59c410646"}]} 2018-12-03 15:13:49,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe used request id req-c68dcbc7-3670-46d1-a03d-72df1df7a5e4 2018-12-03 15:13:49,016 - neutron_utils - INFO - Retrieving security group with ID - 44c3cb76-81f4-43a2-9a4b-317f61785cfe 2018-12-03 15:13:49,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=44c3cb76-81f4-43a2-9a4b-317f61785cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb18b60b8c6af39e2e474a4b4bc8d1e602d2a81c" 2018-12-03 15:13:49,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-18cf9ec4-38ff-4c77-a11f-92a84e1761c4 Date: Mon, 03 Dec 2018 15:13:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "updated_at": "2018-12-03T15:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "b87cda6f-7c10-43c3-9c74-5d961263bc96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv4", "project_id": "83f44a7155484fe798732611c8737424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "d0eb7635-98c2-465b-ac8f-33e59c410646", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv6", "project_id": "83f44a7155484fe798732611c8737424"}], "revision_number": 2, "project_id": "83f44a7155484fe798732611c8737424", "id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name"}]} 2018-12-03 15:13:49,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=44c3cb76-81f4-43a2-9a4b-317f61785cfe used request id req-18cf9ec4-38ff-4c77-a11f-92a84e1761c4 2018-12-03 15:13:49,215 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44c3cb76-81f4-43a2-9a4b-317f61785cfe 2018-12-03 15:13:49,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb18b60b8c6af39e2e474a4b4bc8d1e602d2a81c" 2018-12-03 15:13:49,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b807d22d-2c3a-4df5-8e0d-b8666b46f7fe Date: Mon, 03 Dec 2018 15:13:49 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-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "b87cda6f-7c10-43c3-9c74-5d961263bc96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "d0eb7635-98c2-465b-ac8f-33e59c410646"}]} 2018-12-03 15:13:49,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe used request id req-b807d22d-2c3a-4df5-8e0d-b8666b46f7fe 2018-12-03 15:13:49,955 - neutron_utils - INFO - Retrieving security group with ID - 44c3cb76-81f4-43a2-9a4b-317f61785cfe 2018-12-03 15:13:49,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=44c3cb76-81f4-43a2-9a4b-317f61785cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb18b60b8c6af39e2e474a4b4bc8d1e602d2a81c" 2018-12-03 15:13:50,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ca7fce11-da35-4967-867c-8fec192093bb Date: Mon, 03 Dec 2018 15:13:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "updated_at": "2018-12-03T15:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "b87cda6f-7c10-43c3-9c74-5d961263bc96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv4", "project_id": "83f44a7155484fe798732611c8737424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "d0eb7635-98c2-465b-ac8f-33e59c410646", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv6", "project_id": "83f44a7155484fe798732611c8737424"}], "revision_number": 2, "project_id": "83f44a7155484fe798732611c8737424", "id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name"}]} 2018-12-03 15:13:50,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=44c3cb76-81f4-43a2-9a4b-317f61785cfe used request id req-ca7fce11-da35-4967-867c-8fec192093bb 2018-12-03 15:13:50,764 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44c3cb76-81f4-43a2-9a4b-317f61785cfe 2018-12-03 15:13:50,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb18b60b8c6af39e2e474a4b4bc8d1e602d2a81c" 2018-12-03 15:13:51,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-96774364-f758-461a-b4be-2f615aea61d6 Date: Mon, 03 Dec 2018 15:13:51 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-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "b87cda6f-7c10-43c3-9c74-5d961263bc96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "d0eb7635-98c2-465b-ac8f-33e59c410646"}]} 2018-12-03 15:13:51,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe used request id req-96774364-f758-461a-b4be-2f615aea61d6 2018-12-03 15:13:51,039 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:13:51,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:51,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "28bd848a386d419b82d865a8b1f2bb0e", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name-role"}], "expires_at": "2018-12-03T16:13:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83f44a7155484fe798732611c8737424", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/83f44a7155484fe798732611c8737424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/83f44a7155484fe798732611c8737424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/83f44a7155484fe798732611c8737424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/83f44a7155484fe798732611c8737424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/83f44a7155484fe798732611c8737424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/83f44a7155484fe798732611c8737424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/83f44a7155484fe798732611c8737424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/83f44a7155484fe798732611c8737424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/83f44a7155484fe798732611c8737424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/83f44a7155484fe798732611c8737424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/83f44a7155484fe798732611c8737424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/83f44a7155484fe798732611c8737424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-a17be32c-a181-4c2-user2", "id": "9154495b0ef24bf8807dc2efbd486e26"}, "audit_ids": ["m7_25wGwRqCTvMM92TChdg"], "issued_at": "2018-12-03T15:13:51.000000Z"}} 2018-12-03 15:13:51,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110148668f765ea952b82bc6623759b5861954fe" 2018-12-03 15:13:51,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f78fc9c-2715-4188-9e23-90a9dcc4be87 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:13:51,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7f78fc9c-2715-4188-9e23-90a9dcc4be87 2018-12-03 15:13:51,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-a17be32c-a181-4c2-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110148668f765ea952b82bc6623759b5861954fe" 2018-12-03 15:13:51,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-01dac09f-0b6a-4514-bcfd-17dbf58b8f13 Date: Mon, 03 Dec 2018 15:13:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "updated_at": "2018-12-03T15:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "b87cda6f-7c10-43c3-9c74-5d961263bc96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv4", "project_id": "83f44a7155484fe798732611c8737424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "d0eb7635-98c2-465b-ac8f-33e59c410646", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv6", "project_id": "83f44a7155484fe798732611c8737424"}], "revision_number": 2, "project_id": "83f44a7155484fe798732611c8737424", "id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name"}]} 2018-12-03 15:13:51,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-a17be32c-a181-4c2-name&description=hello+group used request id req-01dac09f-0b6a-4514-bcfd-17dbf58b8f13 2018-12-03 15:13:51,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:13:51,714 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:13:51,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110148668f765ea952b82bc6623759b5861954fe" 2018-12-03 15:13:51,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-830946c8-0d20-41a9-8ed9-73df07c79e72 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424"}, "enabled": true, "id": "83f44a7155484fe798732611c8737424", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name"}} 2018-12-03 15:13:51,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424 used request id req-830946c8-0d20-41a9-8ed9-73df07c79e72 2018-12-03 15:13:51,798 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44c3cb76-81f4-43a2-9a4b-317f61785cfe 2018-12-03 15:13:51,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110148668f765ea952b82bc6623759b5861954fe" 2018-12-03 15:13:51,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-68b2a94e-61cc-4683-9d37-a954454dbefc Date: Mon, 03 Dec 2018 15:13:51 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-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "b87cda6f-7c10-43c3-9c74-5d961263bc96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "d0eb7635-98c2-465b-ac8f-33e59c410646"}]} 2018-12-03 15:13:51,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe used request id req-68b2a94e-61cc-4683-9d37-a954454dbefc 2018-12-03 15:13:51,962 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44c3cb76-81f4-43a2-9a4b-317f61785cfe 2018-12-03 15:13:51,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110148668f765ea952b82bc6623759b5861954fe" 2018-12-03 15:13:52,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-301f86e2-3ebd-4bf9-9722-0b1c22d01f43 Date: Mon, 03 Dec 2018 15:13: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-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "b87cda6f-7c10-43c3-9c74-5d961263bc96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "d0eb7635-98c2-465b-ac8f-33e59c410646"}]} 2018-12-03 15:13:52,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe used request id req-301f86e2-3ebd-4bf9-9722-0b1c22d01f43 2018-12-03 15:13:52,146 - neutron_utils - INFO - Retrieving security group with ID - 44c3cb76-81f4-43a2-9a4b-317f61785cfe 2018-12-03 15:13:52,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=44c3cb76-81f4-43a2-9a4b-317f61785cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110148668f765ea952b82bc6623759b5861954fe" 2018-12-03 15:13:52,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-a0eab95a-0d7a-47c9-8725-7c8e9ff6c7be Date: Mon, 03 Dec 2018 15:13:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "updated_at": "2018-12-03T15:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "b87cda6f-7c10-43c3-9c74-5d961263bc96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv4", "project_id": "83f44a7155484fe798732611c8737424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "d0eb7635-98c2-465b-ac8f-33e59c410646", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv6", "project_id": "83f44a7155484fe798732611c8737424"}], "revision_number": 2, "project_id": "83f44a7155484fe798732611c8737424", "id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name"}]} 2018-12-03 15:13:52,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=44c3cb76-81f4-43a2-9a4b-317f61785cfe used request id req-a0eab95a-0d7a-47c9-8725-7c8e9ff6c7be 2018-12-03 15:13:52,860 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44c3cb76-81f4-43a2-9a4b-317f61785cfe 2018-12-03 15:13:52,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110148668f765ea952b82bc6623759b5861954fe" 2018-12-03 15:13:53,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2f49087a-285b-41e1-8372-4a479e3f055b Date: Mon, 03 Dec 2018 15:13: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-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "b87cda6f-7c10-43c3-9c74-5d961263bc96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "security_group_id": "44c3cb76-81f4-43a2-9a4b-317f61785cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "d0eb7635-98c2-465b-ac8f-33e59c410646"}]} 2018-12-03 15:13:53,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=44c3cb76-81f4-43a2-9a4b-317f61785cfe used request id req-2f49087a-285b-41e1-8372-4a479e3f055b 2018-12-03 15:13:53,666 - neutron_utils - INFO - Deleting security group rule with ID - d0eb7635-98c2-465b-ac8f-33e59c410646 2018-12-03 15:13:53,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/d0eb7635-98c2-465b-ac8f-33e59c410646 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb18b60b8c6af39e2e474a4b4bc8d1e602d2a81c" 2018-12-03 15:13:53,762 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9fffe56a-b108-4aa5-b950-42bb480aa2ac Content-Length: 0 Date: Mon, 03 Dec 2018 15:13:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:13:53,762 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/d0eb7635-98c2-465b-ac8f-33e59c410646 used request id req-9fffe56a-b108-4aa5-b950-42bb480aa2ac 2018-12-03 15:13:53,763 - neutron_utils - INFO - Deleting security group rule with ID - b87cda6f-7c10-43c3-9c74-5d961263bc96 2018-12-03 15:13:53,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/b87cda6f-7c10-43c3-9c74-5d961263bc96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb18b60b8c6af39e2e474a4b4bc8d1e602d2a81c" 2018-12-03 15:13:53,859 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35754072-7722-4503-a794-0642e247cf16 Content-Length: 0 Date: Mon, 03 Dec 2018 15:13:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:13:53,859 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/b87cda6f-7c10-43c3-9c74-5d961263bc96 used request id req-35754072-7722-4503-a794-0642e247cf16 2018-12-03 15:13:53,859 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-a17be32c-a181-4c2-name 2018-12-03 15:13:53,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/44c3cb76-81f4-43a2-9a4b-317f61785cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb18b60b8c6af39e2e474a4b4bc8d1e602d2a81c" 2018-12-03 15:13:54,044 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c52a02ec-638b-49e3-ad21-7fb959e458c5 Content-Length: 0 Date: Mon, 03 Dec 2018 15:13:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:13:54,044 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/44c3cb76-81f4-43a2-9a4b-317f61785cfe used request id req-c52a02ec-638b-49e3-ad21-7fb959e458c5 2018-12-03 15:13:54,045 - neutron_utils - INFO - Deleting security group rule with ID - d0eb7635-98c2-465b-ac8f-33e59c410646 2018-12-03 15:13:54,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/d0eb7635-98c2-465b-ac8f-33e59c410646 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110148668f765ea952b82bc6623759b5861954fe" 2018-12-03 15:13:54,793 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-142ed8f7-3e93-4fca-88d6-8f98b5ece833 Date: Mon, 03 Dec 2018 15:13:54 GMT RESP BODY: {"NeutronError": {"message": "Security group rule d0eb7635-98c2-465b-ac8f-33e59c410646 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-03 15:13:54,794 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/d0eb7635-98c2-465b-ac8f-33e59c410646 used request id req-142ed8f7-3e93-4fca-88d6-8f98b5ece833 2018-12-03 15:13:54,794 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule d0eb7635-98c2-465b-ac8f-33e59c410646 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-03 15:13:54,794 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule d0eb7635-98c2-465b-ac8f-33e59c410646 does not exist Neutron server returns request_ids: ['req-142ed8f7-3e93-4fca-88d6-8f98b5ece833'] 2018-12-03 15:13:54,795 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-a17be32c-a181-4c2-name 2018-12-03 15:13:54,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/44c3cb76-81f4-43a2-9a4b-317f61785cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110148668f765ea952b82bc6623759b5861954fe" 2018-12-03 15:13:55,534 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-73625f4b-1dbd-4f39-80a1-d701c5077672 Date: Mon, 03 Dec 2018 15:13:55 GMT RESP BODY: {"NeutronError": {"message": "Security group 44c3cb76-81f4-43a2-9a4b-317f61785cfe does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-12-03 15:13:55,534 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/44c3cb76-81f4-43a2-9a4b-317f61785cfe used request id req-73625f4b-1dbd-4f39-80a1-d701c5077672 2018-12-03 15:13:55,534 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 44c3cb76-81f4-43a2-9a4b-317f61785cfe does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-12-03 15:13:55,535 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 44c3cb76-81f4-43a2-9a4b-317f61785cfe does not exist Neutron server returns request_ids: ['req-73625f4b-1dbd-4f39-80a1-d701c5077672'] 2018-12-03 15:13:55,535 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-a17be32c-a181-4c2-user1 2018-12-03 15:13:55,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/44412d115f8e4b83b6f8651758c7dce1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924940e49b6cd7448a14e8ee46c23b1566ba3f67" 2018-12-03 15:13:55,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7800a405-b6ec-40ad-be4d-b8a99dacacbb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:55,749 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/44412d115f8e4b83b6f8651758c7dce1 used request id req-7800a405-b6ec-40ad-be4d-b8a99dacacbb 2018-12-03 15:13:55,749 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-a17be32c-a181-4c2-user2 2018-12-03 15:13:55,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/9154495b0ef24bf8807dc2efbd486e26 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d483ddcc3e0fd80f3ad79601d6995d0d9ba38e20" 2018-12-03 15:13:55,982 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b43c979e-e6a5-4620-be29-56c66053c30d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:55,983 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/9154495b0ef24bf8807dc2efbd486e26 used request id req-b43c979e-e6a5-4620-be29-56c66053c30d 2018-12-03 15:13:55,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:56,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-b4955298-d358-4fc6-88b7-5e903091a4aa Date: Mon, 03 Dec 2018 15:13:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:13:13Z", "updated_at": "2018-12-03T15:13:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "134f342f-679f-4f07-8616-4846d4c6456f", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "d6db4b9b-f361-4cc0-b024-76c929e31ae4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "ba31fbc5-2a28-4f30-9a28-0bf85d835b38", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "891b5425-fa60-4a23-9d11-de89ddcc7c06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 4, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "72747da3-89d7-4764-87ac-6246c4140f3e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "updated_at": "2018-12-03T15:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "1aa72af6-8ab6-43a1-9020-4d70869a87dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "abe46fc1-4e00-49d8-bcdf-923e4aabf4f7", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv6", "project_id": "83f44a7155484fe798732611c8737424"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "0aa6e7fa-4298-4298-8099-2588971aadaf", "remote_group_id": "abe46fc1-4e00-49d8-bcdf-923e4aabf4f7", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "abe46fc1-4e00-49d8-bcdf-923e4aabf4f7", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv4", "project_id": "83f44a7155484fe798732611c8737424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "cf6b2f83-deed-4f93-b845-635471031c80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "abe46fc1-4e00-49d8-bcdf-923e4aabf4f7", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv4", "project_id": "83f44a7155484fe798732611c8737424"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "revision_number": 0, "id": "ae28f049-ecc6-44e5-af07-0b7f1404ee11", "remote_group_id": "abe46fc1-4e00-49d8-bcdf-923e4aabf4f7", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:47Z", "security_group_id": "abe46fc1-4e00-49d8-bcdf-923e4aabf4f7", "tenant_id": "83f44a7155484fe798732611c8737424", "port_range_min": null, "ethertype": "IPv6", "project_id": "83f44a7155484fe798732611c8737424"}], "revision_number": 4, "project_id": "83f44a7155484fe798732611c8737424", "id": "abe46fc1-4e00-49d8-bcdf-923e4aabf4f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 15:13:56,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-b4955298-d358-4fc6-88b7-5e903091a4aa 2018-12-03 15:13:56,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:56,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-078a4d42-a689-4d6c-93d7-40d90fad615d Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 15:13:56,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-078a4d42-a689-4d6c-93d7-40d90fad615d 2018-12-03 15:13:56,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:56,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d575ee8-21ff-452a-b02d-73be5befa03b 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:13:56,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-3d575ee8-21ff-452a-b02d-73be5befa03b 2018-12-03 15:13:56,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:56,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7da6795e-f24b-40cc-8f10-f392f9523fba Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424"}, "enabled": true, "id": "83f44a7155484fe798732611c8737424", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a17be32c-a181-4c2-name"}} 2018-12-03 15:13:56,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424 used request id req-7da6795e-f24b-40cc-8f10-f392f9523fba 2018-12-03 15:13:56,553 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abe46fc1-4e00-49d8-bcdf-923e4aabf4f7 2018-12-03 15:13:56,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=abe46fc1-4e00-49d8-bcdf-923e4aabf4f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:57,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9be7b871-5db8-4b6f-8988-7e202ac621fd Date: Mon, 03 Dec 2018 15:13:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "abe46fc1-4e00-49d8-bcdf-923e4aabf4f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "security_group_id": "abe46fc1-4e00-49d8-bcdf-923e4aabf4f7", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "0aa6e7fa-4298-4298-8099-2588971aadaf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "security_group_id": "abe46fc1-4e00-49d8-bcdf-923e4aabf4f7", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "1aa72af6-8ab6-43a1-9020-4d70869a87dd"}, {"remote_group_id": "abe46fc1-4e00-49d8-bcdf-923e4aabf4f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "security_group_id": "abe46fc1-4e00-49d8-bcdf-923e4aabf4f7", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "ae28f049-ecc6-44e5-af07-0b7f1404ee11"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:13:47Z", "security_group_id": "abe46fc1-4e00-49d8-bcdf-923e4aabf4f7", "port_range_min": null, "revision_number": 0, "tenant_id": "83f44a7155484fe798732611c8737424", "created_at": "2018-12-03T15:13:47Z", "project_id": "83f44a7155484fe798732611c8737424", "id": "cf6b2f83-deed-4f93-b845-635471031c80"}]} 2018-12-03 15:13:57,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=abe46fc1-4e00-49d8-bcdf-923e4aabf4f7 used request id req-9be7b871-5db8-4b6f-8988-7e202ac621fd 2018-12-03 15:13:57,289 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 15:13:57,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/abe46fc1-4e00-49d8-bcdf-923e4aabf4f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:57,598 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc3c5c9c-a199-4673-b4a3-94d92ade9db8 Content-Length: 0 Date: Mon, 03 Dec 2018 15:13:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:13:57,598 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/abe46fc1-4e00-49d8-bcdf-923e4aabf4f7 used request id req-cc3c5c9c-a199-4673-b4a3-94d92ade9db8 2018-12-03 15:13:57,599 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-a17be32c-a181-4c2-name 2018-12-03 15:13:57,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:57,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5c0fd62-1ab8-4af4-9b91-88009a2a70f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:57,755 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/83f44a7155484fe798732611c8737424 used request id req-c5c0fd62-1ab8-4af4-9b91-88009a2a70f0 2018-12-03 15:13:57,755 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-a17be32c-a181-4c2-name-role 2018-12-03 15:13:57,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/28bd848a386d419b82d865a8b1f2bb0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:57,859 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:13:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f15c59a6-fe4f-4e7d-9001-40e58fcf6770 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:13:57,859 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/28bd848a386d419b82d865a8b1f2bb0e used request id req-f15c59a6-fe4f-4e7d-9001-40e58fcf6770 2018-12-03 15:13:57,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d15c9f61c22d63cb65ca3c119c079b1217eb423" 2018-12-03 15:13:57,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b02aee0a-794b-4569-bcbb-87aa8fdb626e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:13:57,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b02aee0a-794b-4569-bcbb-87aa8fdb626e 2018-12-03 15:13:57,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:13:58,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:13:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["nygrxwfYRC-y1yF_Idzu6Q"], "issued_at": "2018-12-03T15:13:58.000000Z"}} 2018-12-03 15:13:58,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a223c0edde787ed5f150eb98bccfcde80de09c23" 2018-12-03 15:13:58,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-00ce5a25-0067-463e-bfbb-8a5a86154b31 Date: Mon, 03 Dec 2018 15:13: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-12-03 15:13:58,919 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-00ce5a25-0067-463e-bfbb-8a5a86154b31 2018-12-03 15:13:58,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a223c0edde787ed5f150eb98bccfcde80de09c23" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-1dd4de3a-dcb6-4ef7-a7c7-b7729b9d33fe"}' 2018-12-03 15:13:59,666 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f X-Openstack-Request-Id: req-ea983cd2-2aee-4b79-bb44-58a5c117e5ea Date: Mon, 03 Dec 2018 15:13:59 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-1dd4de3a-dcb6-4ef7-a7c7-b7729b9d33fe", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:13:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T15:13:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f", "min_disk": 0, "protected": false, "id": "ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f", "file": "/v2/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f/file", "checksum": null, "owner": "1780a9ab51084544804c8f0af535fb81", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:13:59,666 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-ea983cd2-2aee-4b79-bb44-58a5c117e5ea 2018-12-03 15:13:59,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a223c0edde787ed5f150eb98bccfcde80de09c23" -d '' 2018-12-03 15:14:04,118 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-29940a4f-6d4b-4213-972f-e33d7a9dffe6 Date: Mon, 03 Dec 2018 15:14:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:14:04,118 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f/file used request id req-29940a4f-6d4b-4213-972f-e33d7a9dffe6 2018-12-03 15:14:04,118 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 15:14:04,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a223c0edde787ed5f150eb98bccfcde80de09c23" 2018-12-03 15:14:04,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-1a481178-6a16-42e1-9eed-a9f2cdf6cca3 Date: Mon, 03 Dec 2018 15:14:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-1dd4de3a-dcb6-4ef7-a7c7-b7729b9d33fe", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:13:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:14:04Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f/snap", "metadata": {}}], "self": "/v2/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f", "min_disk": 0, "protected": false, "id": "ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f", "file": "/v2/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:14:04,847 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f used request id req-1a481178-6a16-42e1-9eed-a9f2cdf6cca3 2018-12-03 15:14:04,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a223c0edde787ed5f150eb98bccfcde80de09c23" 2018-12-03 15:14:05,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-28982fc1-4d43-4137-982c-266c464c8999 Date: Mon, 03 Dec 2018 15:14: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-12-03 15:14:05,441 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-28982fc1-4d43-4137-982c-266c464c8999 2018-12-03 15:14:05,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-1dd4de3a-dcb6-4ef7-a7c7-b7729b9d33fe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a223c0edde787ed5f150eb98bccfcde80de09c23" 2018-12-03 15:14:06,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-a4a175b9-5525-4ebd-b54b-e40b2181c106 Date: Mon, 03 Dec 2018 15:14:06 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-1dd4de3a-dcb6-4ef7-a7c7-b7729b9d33fe", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:13:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:14:04Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f/snap", "metadata": {}}], "self": "/v2/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f", "min_disk": 0, "protected": false, "id": "ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f", "file": "/v2/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-1dd4de3a-dcb6-4ef7-a7c7-b7729b9d33fe"} 2018-12-03 15:14:06,072 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-1dd4de3a-dcb6-4ef7-a7c7-b7729b9d33fe used request id req-a4a175b9-5525-4ebd-b54b-e40b2181c106 2018-12-03 15:14:06,073 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-1dd4de3a-dcb6-4ef7-a7c7-b7729b9d33fe 2018-12-03 15:14:06,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a223c0edde787ed5f150eb98bccfcde80de09c23" 2018-12-03 15:14:07,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bd87272c-9275-4fba-81de-58cc3f546b5e Date: Mon, 03 Dec 2018 15:14:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:14:07,751 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/ee06db0e-8a9b-460e-bba8-9e0ed0b91d4f used request id req-bd87272c-9275-4fba-81de-58cc3f546b5e 2018-12-03 15:14:07,753 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-12-03 15:14:07,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:14:08,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:14:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["GV5avnDSTdWaYptOTg-R8w"], "issued_at": "2018-12-03T15:14:08.000000Z"}} 2018-12-03 15:14:08,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6839e4444700214af01738c0709a8f8ccb12e6f0" 2018-12-03 15:14:08,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb3944c0-80c8-4d29-86a9-7d183763752c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:14:08,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cb3944c0-80c8-4d29-86a9-7d183763752c 2018-12-03 15:14:08,215 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-2b188430-ecf2-4cc3-bcb6-fdf3cb95f442-pub-net 2018-12-03 15:14:08,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6839e4444700214af01738c0709a8f8ccb12e6f0" -d '{"network": {"name": "NeutronUtilsNetworkTests-2b188430-ecf2-4cc3-bcb6-fdf3cb95f442-pub-net", "admin_state_up": true}}' 2018-12-03 15:14:08,792 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-b9239a50-a037-45f9-9422-1c75ceb742a5 Date: Mon, 03 Dec 2018 15:14: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":"a3433238-ef8d-4a1d-85cd-5fd3f5c84734","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:08Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsNetworkTests-2b188430-ecf2-4cc3-bcb6-fdf3cb95f442-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:08Z","mtu":1450}} 2018-12-03 15:14:08,793 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-b9239a50-a037-45f9-9422-1c75ceb742a5 2018-12-03 15:14:08,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=a3433238-ef8d-4a1d-85cd-5fd3f5c84734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6839e4444700214af01738c0709a8f8ccb12e6f0" 2018-12-03 15:14:09,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-125240d3-e1ec-4a20-8c40-d159c104c76a Date: Mon, 03 Dec 2018 15:14:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a3433238-ef8d-4a1d-85cd-5fd3f5c84734","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:08Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-2b188430-ecf2-4cc3-bcb6-fdf3cb95f442-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:08Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:09,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=a3433238-ef8d-4a1d-85cd-5fd3f5c84734 used request id req-125240d3-e1ec-4a20-8c40-d159c104c76a 2018-12-03 15:14:09,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a3433238-ef8d-4a1d-85cd-5fd3f5c84734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6839e4444700214af01738c0709a8f8ccb12e6f0" 2018-12-03 15:14:09,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f0e931b7-d2e2-44bb-96da-aee9b63884e0 Date: Mon, 03 Dec 2018 15:14:09 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:14:09,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a3433238-ef8d-4a1d-85cd-5fd3f5c84734 used request id req-f0e931b7-d2e2-44bb-96da-aee9b63884e0 2018-12-03 15:14:09,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=a3433238-ef8d-4a1d-85cd-5fd3f5c84734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6839e4444700214af01738c0709a8f8ccb12e6f0" 2018-12-03 15:14:09,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-d09f4be9-0ab2-4a87-aaaa-0327dd1deedf Date: Mon, 03 Dec 2018 15:14:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a3433238-ef8d-4a1d-85cd-5fd3f5c84734","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:08Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-2b188430-ecf2-4cc3-bcb6-fdf3cb95f442-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:08Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:09,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=a3433238-ef8d-4a1d-85cd-5fd3f5c84734 used request id req-d09f4be9-0ab2-4a87-aaaa-0327dd1deedf 2018-12-03 15:14:09,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a3433238-ef8d-4a1d-85cd-5fd3f5c84734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6839e4444700214af01738c0709a8f8ccb12e6f0" 2018-12-03 15:14:10,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9a238e4d-d3ee-47fc-a9dc-df54299bf0cd Date: Mon, 03 Dec 2018 15:14:10 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:14:10,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a3433238-ef8d-4a1d-85cd-5fd3f5c84734 used request id req-9a238e4d-d3ee-47fc-a9dc-df54299bf0cd 2018-12-03 15:14:10,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsNetworkTests-2b188430-ecf2-4cc3-bcb6-fdf3cb95f442-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6839e4444700214af01738c0709a8f8ccb12e6f0" 2018-12-03 15:14:10,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-e09471ba-343c-4cab-87cb-05ffe72291b3 Date: Mon, 03 Dec 2018 15:14:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a3433238-ef8d-4a1d-85cd-5fd3f5c84734","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:08Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-2b188430-ecf2-4cc3-bcb6-fdf3cb95f442-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:08Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:10,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsNetworkTests-2b188430-ecf2-4cc3-bcb6-fdf3cb95f442-pub-net used request id req-e09471ba-343c-4cab-87cb-05ffe72291b3 2018-12-03 15:14:10,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:14:10,135 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:14: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:14:10,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6839e4444700214af01738c0709a8f8ccb12e6f0" 2018-12-03 15:14:10,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-985e8cb8-61e0-449e-b866-cbf0545c2e72 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:14:10,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-985e8cb8-61e0-449e-b866-cbf0545c2e72 2018-12-03 15:14:10,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a3433238-ef8d-4a1d-85cd-5fd3f5c84734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6839e4444700214af01738c0709a8f8ccb12e6f0" 2018-12-03 15:14:10,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e6187ec0-d9ce-4047-b8aa-87006b011207 Date: Mon, 03 Dec 2018 15:14:10 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:14:10,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a3433238-ef8d-4a1d-85cd-5fd3f5c84734 used request id req-e6187ec0-d9ce-4047-b8aa-87006b011207 2018-12-03 15:14:10,943 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-2b188430-ecf2-4cc3-bcb6-fdf3cb95f442-pub-net 2018-12-03 15:14:10,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/a3433238-ef8d-4a1d-85cd-5fd3f5c84734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6839e4444700214af01738c0709a8f8ccb12e6f0" 2018-12-03 15:14:11,815 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-512a3141-0bae-47ac-87bc-c122906aea1f Date: Mon, 03 Dec 2018 15:14:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:14:11,815 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/a3433238-ef8d-4a1d-85cd-5fd3f5c84734 used request id req-512a3141-0bae-47ac-87bc-c122906aea1f 2018-12-03 15:14:11,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:14:12,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:14:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["Z0ehS-sKRiSOFIwztrhobg"], "issued_at": "2018-12-03T15:14:12.000000Z"}} 2018-12-03 15:14:12,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78a6784e0ff3b5405c6ce89080458f2c977f379f" 2018-12-03 15:14:12,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-338a5bb3-2bb5-4bff-ab18-06526d0ac1f9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:14:12,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-338a5bb3-2bb5-4bff-ab18-06526d0ac1f9 2018-12-03 15:14:12,289 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:14:12,660 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:14:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["ODkcpGR5R26D8BkA31fDFA"], "issued_at": "2018-12-03T15:14:12.000000Z"}} 2018-12-03 15:14:12,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea4d685d39dc8149da6f9f889466aaa0e7c17d8" 2018-12-03 15:14:12,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3718b418-6113-4b86-8d3f-33b11e12e142 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:14:12,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3718b418-6113-4b86-8d3f-33b11e12e142 2018-12-03 15:14:12,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:14:13,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:14:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["oRfDxVI_RQ-Y-EkWtnStEQ"], "issued_at": "2018-12-03T15:14:13.000000Z"}} 2018-12-03 15:14:13,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:13,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d69dc10a-7d08-4cd8-98b3-ffb6c46dd2aa Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:14:13,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d69dc10a-7d08-4cd8-98b3-ffb6c46dd2aa 2018-12-03 15:14:13,213 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-net 2018-12-03 15:14:13,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" -d '{"network": {"name": "NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-net", "admin_state_up": true}}' 2018-12-03 15:14:13,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-ce49495c-9e96-47cc-8ec3-2de932c6fcab Date: Mon, 03 Dec 2018 15:14:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a08f1bd4-3291-4086-adfd-8bc0578697c9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:13Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:13Z","mtu":1450}} 2018-12-03 15:14:13,619 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-ce49495c-9e96-47cc-8ec3-2de932c6fcab 2018-12-03 15:14:13,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=a08f1bd4-3291-4086-adfd-8bc0578697c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:14,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-2d645cf0-ab76-48ab-a591-9d51fe2c492a Date: Mon, 03 Dec 2018 15:14:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a08f1bd4-3291-4086-adfd-8bc0578697c9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:13Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:13Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:14,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=a08f1bd4-3291-4086-adfd-8bc0578697c9 used request id req-2d645cf0-ab76-48ab-a591-9d51fe2c492a 2018-12-03 15:14:14,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a08f1bd4-3291-4086-adfd-8bc0578697c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:15,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a7d7dbd2-1b65-4570-8c0f-f8eefb6fd24b Date: Mon, 03 Dec 2018 15:14:15 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:14:15,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a08f1bd4-3291-4086-adfd-8bc0578697c9 used request id req-a7d7dbd2-1b65-4570-8c0f-f8eefb6fd24b 2018-12-03 15:14:15,272 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet 2018-12-03 15:14:15,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" -d '{"subnets": [{"ip_version": 4, "network_id": "a08f1bd4-3291-4086-adfd-8bc0578697c9", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet"}]}' 2018-12-03 15:14:15,943 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c71b982b-8918-4849-adc9-9ce73a77e885 Date: Mon, 03 Dec 2018 15:14:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a08f1bd4-3291-4086-adfd-8bc0578697c9","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:15Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:15Z","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":"1780a9ab51084544804c8f0af535fb81","id":"6b9a92a4-0e7b-460c-91ee-e7e79d879f36","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet"}]} 2018-12-03 15:14:15,943 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-c71b982b-8918-4849-adc9-9ce73a77e885 2018-12-03 15:14:15,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=a08f1bd4-3291-4086-adfd-8bc0578697c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:16,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c6afba6e-35d0-4d83-8719-ad3908d6a5d8 Date: Mon, 03 Dec 2018 15:14:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a08f1bd4-3291-4086-adfd-8bc0578697c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["6b9a92a4-0e7b-460c-91ee-e7e79d879f36"],"description":"","tags":[],"updated_at":"2018-12-03T15:14:15Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:13Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:16,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=a08f1bd4-3291-4086-adfd-8bc0578697c9 used request id req-c6afba6e-35d0-4d83-8719-ad3908d6a5d8 2018-12-03 15:14:16,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a08f1bd4-3291-4086-adfd-8bc0578697c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:16,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dce0ad11-a97b-447c-b703-75c4781e5068 Date: Mon, 03 Dec 2018 15:14:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a08f1bd4-3291-4086-adfd-8bc0578697c9","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:15Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:15Z","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":"1780a9ab51084544804c8f0af535fb81","id":"6b9a92a4-0e7b-460c-91ee-e7e79d879f36","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet"}]} 2018-12-03 15:14:16,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a08f1bd4-3291-4086-adfd-8bc0578697c9 used request id req-dce0ad11-a97b-447c-b703-75c4781e5068 2018-12-03 15:14:16,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:17,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-09f34f6c-389e-43ab-9364-2cdd1955e906 Date: Mon, 03 Dec 2018 15:14:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a08f1bd4-3291-4086-adfd-8bc0578697c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["6b9a92a4-0e7b-460c-91ee-e7e79d879f36"],"description":"","tags":[],"updated_at":"2018-12-03T15:14:15Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:13Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:17,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-net used request id req-09f34f6c-389e-43ab-9364-2cdd1955e906 2018-12-03 15:14:17,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:14:17,014 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:14: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:14:17,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:17,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53d274f0-f2f7-4dc7-ad52-12363ad76330 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:14:17,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-53d274f0-f2f7-4dc7-ad52-12363ad76330 2018-12-03 15:14:17,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a08f1bd4-3291-4086-adfd-8bc0578697c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:17,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7f82682a-c988-4a83-8d41-52bf5d840125 Date: Mon, 03 Dec 2018 15:14:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a08f1bd4-3291-4086-adfd-8bc0578697c9","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:15Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:15Z","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":"1780a9ab51084544804c8f0af535fb81","id":"6b9a92a4-0e7b-460c-91ee-e7e79d879f36","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet"}]} 2018-12-03 15:14:17,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a08f1bd4-3291-4086-adfd-8bc0578697c9 used request id req-7f82682a-c988-4a83-8d41-52bf5d840125 2018-12-03 15:14:17,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a08f1bd4-3291-4086-adfd-8bc0578697c9&name=NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:17,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6b5188bd-6106-42b5-a18c-1dbfd5d47291 Date: Mon, 03 Dec 2018 15:14:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a08f1bd4-3291-4086-adfd-8bc0578697c9","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:15Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:15Z","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":"1780a9ab51084544804c8f0af535fb81","id":"6b9a92a4-0e7b-460c-91ee-e7e79d879f36","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet"}]} 2018-12-03 15:14:17,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a08f1bd4-3291-4086-adfd-8bc0578697c9&name=NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet used request id req-6b5188bd-6106-42b5-a18c-1dbfd5d47291 2018-12-03 15:14:17,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a08f1bd4-3291-4086-adfd-8bc0578697c9&name=NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:17,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-af1c1db2-d3d6-4c47-82b2-4c3809da661e Date: Mon, 03 Dec 2018 15:14:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a08f1bd4-3291-4086-adfd-8bc0578697c9","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:15Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:15Z","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":"1780a9ab51084544804c8f0af535fb81","id":"6b9a92a4-0e7b-460c-91ee-e7e79d879f36","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet"}]} 2018-12-03 15:14:17,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a08f1bd4-3291-4086-adfd-8bc0578697c9&name=NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet used request id req-af1c1db2-d3d6-4c47-82b2-4c3809da661e 2018-12-03 15:14:17,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a08f1bd4-3291-4086-adfd-8bc0578697c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:17,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-aa74e099-0148-4f43-acaf-b181ce118417 Date: Mon, 03 Dec 2018 15:14:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a08f1bd4-3291-4086-adfd-8bc0578697c9","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:15Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:15Z","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":"1780a9ab51084544804c8f0af535fb81","id":"6b9a92a4-0e7b-460c-91ee-e7e79d879f36","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet"}]} 2018-12-03 15:14:17,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a08f1bd4-3291-4086-adfd-8bc0578697c9 used request id req-aa74e099-0148-4f43-acaf-b181ce118417 2018-12-03 15:14:17,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:17,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7f7752a3-171a-4ca4-bf44-e2dd4a2796d5 Date: Mon, 03 Dec 2018 15:14:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a08f1bd4-3291-4086-adfd-8bc0578697c9","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:15Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:15Z","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":"1780a9ab51084544804c8f0af535fb81","id":"6b9a92a4-0e7b-460c-91ee-e7e79d879f36","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet"}]} 2018-12-03 15:14:17,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet used request id req-7f7752a3-171a-4ca4-bf44-e2dd4a2796d5 2018-12-03 15:14:18,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:18,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2557b8a6-2c74-49e8-92eb-ad6dfc541966 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:14:18,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-2557b8a6-2c74-49e8-92eb-ad6dfc541966 2018-12-03 15:14:18,083 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet 2018-12-03 15:14:18,084 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-subnet 2018-12-03 15:14:18,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/6b9a92a4-0e7b-460c-91ee-e7e79d879f36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:20,110 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1e0abcaf-72cd-4655-9f5f-dc4374aa6260 Date: Mon, 03 Dec 2018 15:14:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:14:20,110 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/6b9a92a4-0e7b-460c-91ee-e7e79d879f36 used request id req-1e0abcaf-72cd-4655-9f5f-dc4374aa6260 2018-12-03 15:14:20,110 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-8c2eaea5-0497-42d2-8421-c8ba46229f69-pub-net 2018-12-03 15:14:20,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/a08f1bd4-3291-4086-adfd-8bc0578697c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0926d8080cc70d102a83104f246f12a420cc315e" 2018-12-03 15:14:21,042 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d706f4d7-59e7-4795-b553-82d4ade47808 Date: Mon, 03 Dec 2018 15:14:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:14:21,042 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/a08f1bd4-3291-4086-adfd-8bc0578697c9 used request id req-d706f4d7-59e7-4795-b553-82d4ade47808 2018-12-03 15:14:21,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:14:21,422 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:14:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["vXpF0OJ2TmOKERcpGuSYfA"], "issued_at": "2018-12-03T15:14:21.000000Z"}} 2018-12-03 15:14:21,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b780774f2489d87040984ce55ecb71458c654fd" 2018-12-03 15:14:21,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f2f1bc2-7a05-41ea-9f8c-ac1e69eefe69 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:14:21,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3f2f1bc2-7a05-41ea-9f8c-ac1e69eefe69 2018-12-03 15:14:21,509 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-1c966bab-2677-44a9-8f43-bc24d712e8ec-pub-net 2018-12-03 15:14:21,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b780774f2489d87040984ce55ecb71458c654fd" -d '{"network": {"name": "NeutronUtilsSubnetTests-1c966bab-2677-44a9-8f43-bc24d712e8ec-pub-net", "admin_state_up": true}}' 2018-12-03 15:14:21,960 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-4b665df5-e13e-44e9-8b69-0239abab8ada Date: Mon, 03 Dec 2018 15:14:21 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3dd9b716-a95f-4423-9fcb-890eb8c30610","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:21Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-1c966bab-2677-44a9-8f43-bc24d712e8ec-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:21Z","mtu":1450}} 2018-12-03 15:14:21,960 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-4b665df5-e13e-44e9-8b69-0239abab8ada 2018-12-03 15:14:21,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=3dd9b716-a95f-4423-9fcb-890eb8c30610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b780774f2489d87040984ce55ecb71458c654fd" 2018-12-03 15:14:22,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-e897cf99-ae36-4c9e-bd95-56ea01c7f080 Date: Mon, 03 Dec 2018 15:14:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dd9b716-a95f-4423-9fcb-890eb8c30610","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:21Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-1c966bab-2677-44a9-8f43-bc24d712e8ec-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:21Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:22,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=3dd9b716-a95f-4423-9fcb-890eb8c30610 used request id req-e897cf99-ae36-4c9e-bd95-56ea01c7f080 2018-12-03 15:14:22,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=3dd9b716-a95f-4423-9fcb-890eb8c30610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b780774f2489d87040984ce55ecb71458c654fd" 2018-12-03 15:14:22,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-06b2a4f1-b98f-4492-9c38-e3d4c208b22e Date: Mon, 03 Dec 2018 15:14:22 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:14:22,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=3dd9b716-a95f-4423-9fcb-890eb8c30610 used request id req-06b2a4f1-b98f-4492-9c38-e3d4c208b22e 2018-12-03 15:14:22,490 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-1c966bab-2677-44a9-8f43-bc24d712e8ec-pub-subnet 2018-12-03 15:14:22,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b780774f2489d87040984ce55ecb71458c654fd" -d '{"subnets": [{"ip_version": 4, "network_id": "3dd9b716-a95f-4423-9fcb-890eb8c30610", "cidr": "", "name": "NeutronUtilsSubnetTests-1c966bab-2677-44a9-8f43-bc24d712e8ec-pub-subnet"}]}' 2018-12-03 15:14:22,650 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-c6e9811f-5f6a-486a-9f3d-466edb494a14 Date: Mon, 03 Dec 2018 15:14:22 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-03 15:14:22,651 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-c6e9811f-5f6a-486a-9f3d-466edb494a14 2018-12-03 15:14:22,651 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-03 15:14:22,651 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-1c966bab-2677-44a9-8f43-bc24d712e8ec-pub-subnet] for network [NeutronUtilsSubnetTests-1c966bab-2677-44a9-8f43-bc24d712e8ec-pub-net] 2018-12-03 15:14:22,651 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-1c966bab-2677-44a9-8f43-bc24d712e8ec-pub-net 2018-12-03 15:14:22,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/3dd9b716-a95f-4423-9fcb-890eb8c30610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b780774f2489d87040984ce55ecb71458c654fd" 2018-12-03 15:14:23,458 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3ba07c81-895a-4be1-964e-ec112519fb02 Date: Mon, 03 Dec 2018 15:14:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:14:23,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/3dd9b716-a95f-4423-9fcb-890eb8c30610 used request id req-3ba07c81-895a-4be1-964e-ec112519fb02 2018-12-03 15:14:23,460 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:14:23,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:14:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["1de7CK1wQEmv79p77j2iTg"], "issued_at": "2018-12-03T15:14:23.000000Z"}} 2018-12-03 15:14:23,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" 2018-12-03 15:14:23,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9212cec8-18ad-432b-8098-ee2059c7fd62 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:14:23,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9212cec8-18ad-432b-8098-ee2059c7fd62 2018-12-03 15:14:23,933 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-net 2018-12-03 15:14:23,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" -d '{"network": {"name": "NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-net", "admin_state_up": true}}' 2018-12-03 15:14:24,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-0c56c669-d26b-46cc-85e8-42840d96c754 Date: Mon, 03 Dec 2018 15:14: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":"cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:24Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:24Z","mtu":1450}} 2018-12-03 15:14:24,397 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-0c56c669-d26b-46cc-85e8-42840d96c754 2018-12-03 15:14:24,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" 2018-12-03 15:14:24,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-bdad6e7d-eb41-437e-b544-c524360a29fb Date: Mon, 03 Dec 2018 15:14:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:24Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:24Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:24,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d used request id req-bdad6e7d-eb41-437e-b544-c524360a29fb 2018-12-03 15:14:24,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" 2018-12-03 15:14:24,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3ce6f2da-1315-40fb-a8e8-388f997f72c3 Date: Mon, 03 Dec 2018 15:14:24 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:14:24,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d used request id req-3ce6f2da-1315-40fb-a8e8-388f997f72c3 2018-12-03 15:14:24,853 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-subnet 2018-12-03 15:14:24,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" -d '{"subnets": [{"ip_version": 4, "network_id": "cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-subnet"}]}' 2018-12-03 15:14:25,241 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2ae6c23a-7539-4c4e-ab82-cbea4b77012d Date: Mon, 03 Dec 2018 15:14:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:24Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:24Z","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":"1780a9ab51084544804c8f0af535fb81","id":"af171e4f-afc5-4550-9262-cfb8daad6fae","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-subnet"}]} 2018-12-03 15:14:25,241 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-2ae6c23a-7539-4c4e-ab82-cbea4b77012d 2018-12-03 15:14:25,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" 2018-12-03 15:14:25,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0d98a615-7cdf-43d6-853c-1efd4d0a0c2a Date: Mon, 03 Dec 2018 15:14:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["af171e4f-afc5-4550-9262-cfb8daad6fae"],"description":"","tags":[],"updated_at":"2018-12-03T15:14:24Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:24Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:25,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d used request id req-0d98a615-7cdf-43d6-853c-1efd4d0a0c2a 2018-12-03 15:14:25,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" 2018-12-03 15:14:25,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-20ff7c1c-34d2-4e2d-918d-376700c10b1f Date: Mon, 03 Dec 2018 15:14:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:24Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:24Z","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":"1780a9ab51084544804c8f0af535fb81","id":"af171e4f-afc5-4550-9262-cfb8daad6fae","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-subnet"}]} 2018-12-03 15:14:25,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d used request id req-20ff7c1c-34d2-4e2d-918d-376700c10b1f 2018-12-03 15:14:25,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" 2018-12-03 15:14:25,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1f95b297-45bd-4708-bd4e-7ce1610af46f Date: Mon, 03 Dec 2018 15:14:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["af171e4f-afc5-4550-9262-cfb8daad6fae"],"description":"","tags":[],"updated_at":"2018-12-03T15:14:24Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:24Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:25,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-net used request id req-1f95b297-45bd-4708-bd4e-7ce1610af46f 2018-12-03 15:14:25,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:14:25,499 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:14: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:14:25,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" 2018-12-03 15:14:25,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-044a1bb2-f8f1-48df-b07f-e0d0f14c3849 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:14:25,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-044a1bb2-f8f1-48df-b07f-e0d0f14c3849 2018-12-03 15:14:25,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" 2018-12-03 15:14:25,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8253306a-3641-414d-b6f1-4f311b1c6819 Date: Mon, 03 Dec 2018 15:14:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:24Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:24Z","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":"1780a9ab51084544804c8f0af535fb81","id":"af171e4f-afc5-4550-9262-cfb8daad6fae","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-subnet"}]} 2018-12-03 15:14:25,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d used request id req-8253306a-3641-414d-b6f1-4f311b1c6819 2018-12-03 15:14:25,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d&name=NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" 2018-12-03 15:14:26,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a176cde0-770e-471e-8075-ddb872896486 Date: Mon, 03 Dec 2018 15:14:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:24Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:24Z","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":"1780a9ab51084544804c8f0af535fb81","id":"af171e4f-afc5-4550-9262-cfb8daad6fae","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-subnet"}]} 2018-12-03 15:14:26,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d&name=NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-subnet used request id req-a176cde0-770e-471e-8075-ddb872896486 2018-12-03 15:14:26,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d&name=NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" 2018-12-03 15:14:26,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-509898af-9c9c-4d37-9a33-a4950a9a3b8b Date: Mon, 03 Dec 2018 15:14:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:24Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:24Z","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":"1780a9ab51084544804c8f0af535fb81","id":"af171e4f-afc5-4550-9262-cfb8daad6fae","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-subnet"}]} 2018-12-03 15:14:26,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d&name=NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-subnet used request id req-509898af-9c9c-4d37-9a33-a4950a9a3b8b 2018-12-03 15:14:26,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" 2018-12-03 15:14:26,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3d6c9d8a-b427-411f-a7de-a0f5719604f1 Date: Mon, 03 Dec 2018 15:14:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:24Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:24Z","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":"1780a9ab51084544804c8f0af535fb81","id":"af171e4f-afc5-4550-9262-cfb8daad6fae","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-subnet"}]} 2018-12-03 15:14:26,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d used request id req-3d6c9d8a-b427-411f-a7de-a0f5719604f1 2018-12-03 15:14:26,820 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-subnet 2018-12-03 15:14:26,820 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-subnet 2018-12-03 15:14:26,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/af171e4f-afc5-4550-9262-cfb8daad6fae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" 2018-12-03 15:14:30,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-19f190a2-3aa3-4a0b-945c-818fa44b72ab Date: Mon, 03 Dec 2018 15:14:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:14:30,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/af171e4f-afc5-4550-9262-cfb8daad6fae used request id req-19f190a2-3aa3-4a0b-945c-818fa44b72ab 2018-12-03 15:14:30,106 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-d6a74a15-967a-4f5f-b15b-b1cffe52d7fd-pub-net 2018-12-03 15:14:30,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2655278a7a53a5157499d2481d0e43aeb1644a" 2018-12-03 15:14:31,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c0b15fde-5a30-436f-86ca-e0199770d616 Date: Mon, 03 Dec 2018 15:14:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:14:31,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/cc38d0bd-bcdf-4aef-a416-8b0bbd7df00d used request id req-c0b15fde-5a30-436f-86ca-e0199770d616 2018-12-03 15:14:31,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:14:31,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:14:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["AVD-j4vASzy6fh4kRFx7Bw"], "issued_at": "2018-12-03T15:14:31.000000Z"}} 2018-12-03 15:14:31,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4da9c01b431f31b712c27f27328a98cb6b7e464" 2018-12-03 15:14:31,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db57b5f1-b7ed-4a65-acfc-2f8f13958d78 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:14:31,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-db57b5f1-b7ed-4a65-acfc-2f8f13958d78 2018-12-03 15:14:31,939 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-174484c6-1fce-475f-9bb5-560a79dcd62e-pub-net 2018-12-03 15:14:31,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4da9c01b431f31b712c27f27328a98cb6b7e464" -d '{"network": {"name": "NeutronUtilsSubnetTests-174484c6-1fce-475f-9bb5-560a79dcd62e-pub-net", "admin_state_up": true}}' 2018-12-03 15:14:32,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-5e7ec04d-f4ee-410b-a557-758bd55b641f Date: Mon, 03 Dec 2018 15:14:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e0f8162e-ed38-45e4-b423-48db646273f2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":29,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:32Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-174484c6-1fce-475f-9bb5-560a79dcd62e-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:32Z","mtu":1450}} 2018-12-03 15:14:32,577 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-5e7ec04d-f4ee-410b-a557-758bd55b641f 2018-12-03 15:14:32,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=e0f8162e-ed38-45e4-b423-48db646273f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4da9c01b431f31b712c27f27328a98cb6b7e464" 2018-12-03 15:14:32,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-2cecf733-1127-4d7b-9d2f-5d34a335ac74 Date: Mon, 03 Dec 2018 15:14:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e0f8162e-ed38-45e4-b423-48db646273f2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":29,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:32Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-174484c6-1fce-475f-9bb5-560a79dcd62e-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:32Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:32,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=e0f8162e-ed38-45e4-b423-48db646273f2 used request id req-2cecf733-1127-4d7b-9d2f-5d34a335ac74 2018-12-03 15:14:32,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=e0f8162e-ed38-45e4-b423-48db646273f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4da9c01b431f31b712c27f27328a98cb6b7e464" 2018-12-03 15:14:33,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-82f0e0ab-eaf8-4d92-98ac-c6795d2c3bf7 Date: Mon, 03 Dec 2018 15:14:33 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:14:33,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=e0f8162e-ed38-45e4-b423-48db646273f2 used request id req-82f0e0ab-eaf8-4d92-98ac-c6795d2c3bf7 2018-12-03 15:14:33,026 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-174484c6-1fce-475f-9bb5-560a79dcd62e-pub-subnet 2018-12-03 15:14:33,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4da9c01b431f31b712c27f27328a98cb6b7e464" -d '{"subnets": [{"ip_version": 4, "network_id": "e0f8162e-ed38-45e4-b423-48db646273f2", "cidr": null, "name": "NeutronUtilsSubnetTests-174484c6-1fce-475f-9bb5-560a79dcd62e-pub-subnet"}]}' 2018-12-03 15:14:33,834 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-557d030a-f2c4-4527-a3ee-73530c8c17d6 Date: Mon, 03 Dec 2018 15:14:33 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-12-03 15:14:33,834 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-557d030a-f2c4-4527-a3ee-73530c8c17d6 2018-12-03 15:14:33,834 - 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-12-03 15:14:33,835 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-174484c6-1fce-475f-9bb5-560a79dcd62e-pub-subnet] for network [NeutronUtilsSubnetTests-174484c6-1fce-475f-9bb5-560a79dcd62e-pub-net] 2018-12-03 15:14:33,835 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-174484c6-1fce-475f-9bb5-560a79dcd62e-pub-net 2018-12-03 15:14:33,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/e0f8162e-ed38-45e4-b423-48db646273f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4da9c01b431f31b712c27f27328a98cb6b7e464" 2018-12-03 15:14:34,652 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1a3d397-60e0-4241-8d0d-7567870c323f Date: Mon, 03 Dec 2018 15:14:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:14:34,652 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/e0f8162e-ed38-45e4-b423-48db646273f2 used request id req-f1a3d397-60e0-4241-8d0d-7567870c323f 2018-12-03 15:14:34,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:14:35,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:14:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["sUpFaeMHRAexDvPgFN3brg"], "issued_at": "2018-12-03T15:14:35.000000Z"}} 2018-12-03 15:14:35,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be838f7c37215a30dd9a6c73c00de513e5c82a0f" 2018-12-03 15:14:35,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c270b8b9-acb3-4188-a8b3-63c3af025458 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:14:35,211 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c270b8b9-acb3-4188-a8b3-63c3af025458 2018-12-03 15:14:35,212 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-net 2018-12-03 15:14:35,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be838f7c37215a30dd9a6c73c00de513e5c82a0f" -d '{"network": {"name": "NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-net", "admin_state_up": true}}' 2018-12-03 15:14:35,637 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-b963d432-4957-40f1-870a-471daa4c33fe Date: Mon, 03 Dec 2018 15:14: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":"2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":93,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:35Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:35Z","mtu":1450}} 2018-12-03 15:14:35,637 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-b963d432-4957-40f1-870a-471daa4c33fe 2018-12-03 15:14:35,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be838f7c37215a30dd9a6c73c00de513e5c82a0f" 2018-12-03 15:14:35,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-fb911112-ed27-43e8-a928-2e469fe8b34c Date: Mon, 03 Dec 2018 15:14:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":93,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:35Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:35Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:35,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e used request id req-fb911112-ed27-43e8-a928-2e469fe8b34c 2018-12-03 15:14:35,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be838f7c37215a30dd9a6c73c00de513e5c82a0f" 2018-12-03 15:14:36,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-26f8df32-54ac-45f8-9da2-548f453d0e4a Date: Mon, 03 Dec 2018 15:14:36 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:14:36,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e used request id req-26f8df32-54ac-45f8-9da2-548f453d0e4a 2018-12-03 15:14:36,190 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-subnet 2018-12-03 15:14:36,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be838f7c37215a30dd9a6c73c00de513e5c82a0f" -d '{"subnets": [{"ip_version": 4, "network_id": "2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-subnet"}]}' 2018-12-03 15:14:36,583 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-09f39c25-e590-405f-a372-162955b0f4b9 Date: Mon, 03 Dec 2018 15:14:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:36Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14: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":"1780a9ab51084544804c8f0af535fb81","id":"ed760616-8a1c-47e2-a11f-de7efe9d2dcb","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-subnet"}]} 2018-12-03 15:14:36,583 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-09f39c25-e590-405f-a372-162955b0f4b9 2018-12-03 15:14:36,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be838f7c37215a30dd9a6c73c00de513e5c82a0f" 2018-12-03 15:14:36,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-460b419a-9ab9-4cc2-beed-5c2a9c48d66c Date: Mon, 03 Dec 2018 15:14:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":93,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ed760616-8a1c-47e2-a11f-de7efe9d2dcb"],"description":"","tags":[],"updated_at":"2018-12-03T15:14:36Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:35Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:36,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e used request id req-460b419a-9ab9-4cc2-beed-5c2a9c48d66c 2018-12-03 15:14:36,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be838f7c37215a30dd9a6c73c00de513e5c82a0f" 2018-12-03 15:14:37,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ed460599-293c-4333-898b-52ac551cf14c Date: Mon, 03 Dec 2018 15:14:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:36Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14: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":"1780a9ab51084544804c8f0af535fb81","id":"ed760616-8a1c-47e2-a11f-de7efe9d2dcb","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-subnet"}]} 2018-12-03 15:14:37,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e used request id req-ed460599-293c-4333-898b-52ac551cf14c 2018-12-03 15:14:37,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be838f7c37215a30dd9a6c73c00de513e5c82a0f" 2018-12-03 15:14:37,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-cb4edad1-b7df-4d03-8f7c-0f9303a23bf8 Date: Mon, 03 Dec 2018 15:14:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":93,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ed760616-8a1c-47e2-a11f-de7efe9d2dcb"],"description":"","tags":[],"updated_at":"2018-12-03T15:14:36Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:35Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:37,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-net used request id req-cb4edad1-b7df-4d03-8f7c-0f9303a23bf8 2018-12-03 15:14:37,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:14:37,322 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:14: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:14:37,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be838f7c37215a30dd9a6c73c00de513e5c82a0f" 2018-12-03 15:14:37,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5840c0a-14e7-4624-a418-42b7374ccd70 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:14:37,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-c5840c0a-14e7-4624-a418-42b7374ccd70 2018-12-03 15:14:37,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be838f7c37215a30dd9a6c73c00de513e5c82a0f" 2018-12-03 15:14:37,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5e69ef92-d5d3-4bbd-9fda-b9367c4d4ef1 Date: Mon, 03 Dec 2018 15:14:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:36Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14: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":"1780a9ab51084544804c8f0af535fb81","id":"ed760616-8a1c-47e2-a11f-de7efe9d2dcb","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-subnet"}]} 2018-12-03 15:14:37,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e used request id req-5e69ef92-d5d3-4bbd-9fda-b9367c4d4ef1 2018-12-03 15:14:37,460 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-subnet 2018-12-03 15:14:37,460 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-subnet 2018-12-03 15:14:37,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/ed760616-8a1c-47e2-a11f-de7efe9d2dcb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be838f7c37215a30dd9a6c73c00de513e5c82a0f" 2018-12-03 15:14:38,620 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2c9f68c5-dfc6-45f2-b7e6-f5a7474ced7b Date: Mon, 03 Dec 2018 15:14:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:14:38,621 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/ed760616-8a1c-47e2-a11f-de7efe9d2dcb used request id req-2c9f68c5-dfc6-45f2-b7e6-f5a7474ced7b 2018-12-03 15:14:38,621 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-a49894e0-20ff-4409-88d1-7c37c014cb16-pub-net 2018-12-03 15:14:38,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be838f7c37215a30dd9a6c73c00de513e5c82a0f" 2018-12-03 15:14:40,607 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-70cc7f5a-4a9c-4c6e-a415-780dcee32b77 Date: Mon, 03 Dec 2018 15:14:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:14:40,607 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/2cd05aa3-4b0a-4649-ac0b-c3f752b28e5e used request id req-70cc7f5a-4a9c-4c6e-a415-780dcee32b77 2018-12-03 15:14:40,609 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:14:41,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:14:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["p7yi0ZQ9SWWhXr0DVbVpng"], "issued_at": "2018-12-03T15:14:41.000000Z"}} 2018-12-03 15:14:41,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:41,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-852a0171-0b78-460f-9ca9-572421e6bb0b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:14:41,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-852a0171-0b78-460f-9ca9-572421e6bb0b 2018-12-03 15:14:41,167 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-net 2018-12-03 15:14:41,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" -d '{"network": {"name": "NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-net", "admin_state_up": true}}' 2018-12-03 15:14:41,584 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-e37c9bf9-8a78-425b-8ab0-ac9d4abbe7c4 Date: Mon, 03 Dec 2018 15:14: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":"806920b6-76b5-4be0-a8ea-3cda210e77a2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:41Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:41Z","mtu":1450}} 2018-12-03 15:14:41,584 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e37c9bf9-8a78-425b-8ab0-ac9d4abbe7c4 2018-12-03 15:14:41,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=806920b6-76b5-4be0-a8ea-3cda210e77a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:42,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-3b9d559c-b770-4c1b-b9de-5b39ae680beb Date: Mon, 03 Dec 2018 15:14:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"806920b6-76b5-4be0-a8ea-3cda210e77a2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:14:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:41Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:42,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=806920b6-76b5-4be0-a8ea-3cda210e77a2 used request id req-3b9d559c-b770-4c1b-b9de-5b39ae680beb 2018-12-03 15:14:42,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=806920b6-76b5-4be0-a8ea-3cda210e77a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:42,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fe44686e-ef74-4eda-8e33-83c2d9bba14f Date: Mon, 03 Dec 2018 15:14:42 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:14:42,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=806920b6-76b5-4be0-a8ea-3cda210e77a2 used request id req-fe44686e-ef74-4eda-8e33-83c2d9bba14f 2018-12-03 15:14:42,745 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-subnet 2018-12-03 15:14:42,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" -d '{"subnets": [{"ip_version": 4, "network_id": "806920b6-76b5-4be0-a8ea-3cda210e77a2", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-subnet"}]}' 2018-12-03 15:14:43,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dd8bdb41-7efd-460d-8562-6f6647f4b824 Date: Mon, 03 Dec 2018 15:14:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806920b6-76b5-4be0-a8ea-3cda210e77a2","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:43Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:43Z","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":"1780a9ab51084544804c8f0af535fb81","id":"7ef53ca8-e563-40a6-91fc-d85e9a57135e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-subnet"}]} 2018-12-03 15:14:43,446 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-dd8bdb41-7efd-460d-8562-6f6647f4b824 2018-12-03 15:14:43,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=806920b6-76b5-4be0-a8ea-3cda210e77a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:44,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-41a99da4-510b-45d2-95e3-a1b85c41907c Date: Mon, 03 Dec 2018 15:14:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"806920b6-76b5-4be0-a8ea-3cda210e77a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["7ef53ca8-e563-40a6-91fc-d85e9a57135e"],"description":"","tags":[],"updated_at":"2018-12-03T15:14:43Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:41Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:44,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=806920b6-76b5-4be0-a8ea-3cda210e77a2 used request id req-41a99da4-510b-45d2-95e3-a1b85c41907c 2018-12-03 15:14:44,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=806920b6-76b5-4be0-a8ea-3cda210e77a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:44,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b2e2d4a1-5930-43f5-bf93-24de829d8b89 Date: Mon, 03 Dec 2018 15:14:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806920b6-76b5-4be0-a8ea-3cda210e77a2","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:43Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:43Z","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":"1780a9ab51084544804c8f0af535fb81","id":"7ef53ca8-e563-40a6-91fc-d85e9a57135e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-subnet"}]} 2018-12-03 15:14:44,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=806920b6-76b5-4be0-a8ea-3cda210e77a2 used request id req-b2e2d4a1-5930-43f5-bf93-24de829d8b89 2018-12-03 15:14:44,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:44,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1eb0b175-af23-4aee-93b5-932dba2d2494 Date: Mon, 03 Dec 2018 15:14:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"806920b6-76b5-4be0-a8ea-3cda210e77a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["7ef53ca8-e563-40a6-91fc-d85e9a57135e"],"description":"","tags":[],"updated_at":"2018-12-03T15:14:43Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:41Z","provider:network_type":"vxlan"}]} 2018-12-03 15:14:44,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-net used request id req-1eb0b175-af23-4aee-93b5-932dba2d2494 2018-12-03 15:14:44,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:14:44,682 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:14: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:14:44,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:44,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-affb2102-5533-4dfc-b227-67dd6a0e6bd4 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:14:44,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-affb2102-5533-4dfc-b227-67dd6a0e6bd4 2018-12-03 15:14:44,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=806920b6-76b5-4be0-a8ea-3cda210e77a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:44,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-00ce782a-fb35-4516-8fd3-90461bd89bb4 Date: Mon, 03 Dec 2018 15:14:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806920b6-76b5-4be0-a8ea-3cda210e77a2","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:43Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:43Z","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":"1780a9ab51084544804c8f0af535fb81","id":"7ef53ca8-e563-40a6-91fc-d85e9a57135e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-subnet"}]} 2018-12-03 15:14:44,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=806920b6-76b5-4be0-a8ea-3cda210e77a2 used request id req-00ce782a-fb35-4516-8fd3-90461bd89bb4 2018-12-03 15:14:44,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=806920b6-76b5-4be0-a8ea-3cda210e77a2&name=NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:45,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3d1f8e33-42e9-4bdf-925f-0dbcb577758f Date: Mon, 03 Dec 2018 15:14:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806920b6-76b5-4be0-a8ea-3cda210e77a2","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:14:43Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:43Z","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":"1780a9ab51084544804c8f0af535fb81","id":"7ef53ca8-e563-40a6-91fc-d85e9a57135e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-subnet"}]} 2018-12-03 15:14:45,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=806920b6-76b5-4be0-a8ea-3cda210e77a2&name=NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-subnet used request id req-3d1f8e33-42e9-4bdf-925f-0dbcb577758f 2018-12-03 15:14:45,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:14:45,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:14:45,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:14:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["qVjLOYNUTAiGaRAcFgF2YQ"], "issued_at": "2018-12-03T15:14:45.000000Z"}} 2018-12-03 15:14:45,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818a01b1fd742aaf9d386dde2bc15b823291730e" 2018-12-03 15:14:45,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17cb42b5-c145-40b5-b1b3-2421f7c8b441 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:14:45,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-17cb42b5-c145-40b5-b1b3-2421f7c8b441 2018-12-03 15:14:45,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:45,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d3cf43c5-278a-43ec-a002-2dd084dbc4e8 Date: Mon, 03 Dec 2018 15:14:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:14:45,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-d3cf43c5-278a-43ec-a002-2dd084dbc4e8 2018-12-03 15:14:45,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:46,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d54e972d-dc98-49c7-91e6-7553f3ec7c13 Date: Mon, 03 Dec 2018 15:14:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 15:14:46,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-d54e972d-dc98-49c7-91e6-7553f3ec7c13 2018-12-03 15:14:46,199 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-router 2018-12-03 15:14:46,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-router", "admin_state_up": true}}' 2018-12-03 15:14:51,329 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-e66f6b35-51fb-428b-95b6-fa18838595da Date: Mon, 03 Dec 2018 15:14:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:14:47Z", "admin_state_up": true, "updated_at": "2018-12-03T15:14:48Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "99038771-bdf6-4c9c-b701-1f4b4f658388", "name": "NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-router"}} 2018-12-03 15:14:51,329 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-e66f6b35-51fb-428b-95b6-fa18838595da 2018-12-03 15:14:51,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=99038771-bdf6-4c9c-b701-1f4b4f658388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:51,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-ac2d050f-4450-4248-be23-96bc2f0a8a52 Date: Mon, 03 Dec 2018 15:14:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:14:49Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db5c6d2d-be8c-48df-b20a-91646ba3a734","ip_address":"169.254.192.2"}],"id":"2a798cbb-5a20-4279-a9d2-80411220bda9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1a:fd:8f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"1678336e-f7d2-4c8e-ba31-5127a26c3403","tenant_id":"","created_at":"2018-12-03T15:14:49Z","binding:vnic_type":"normal","device_id":"99038771-bdf6-4c9c-b701-1f4b4f658388"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:14:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db5c6d2d-be8c-48df-b20a-91646ba3a734","ip_address":"169.254.192.6"}],"id":"956aeed7-fb75-405c-bab6-1683ecfd449d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:33:16","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"1678336e-f7d2-4c8e-ba31-5127a26c3403","tenant_id":"","created_at":"2018-12-03T15:14:48Z","binding:vnic_type":"normal","device_id":"99038771-bdf6-4c9c-b701-1f4b4f658388"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:14:50Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db5c6d2d-be8c-48df-b20a-91646ba3a734","ip_address":"169.254.192.10"}],"id":"b2b7dd8d-7ea6-40fe-bc47-c5176d999b38","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e9:f0:dc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"1678336e-f7d2-4c8e-ba31-5127a26c3403","tenant_id":"","created_at":"2018-12-03T15:14:50Z","binding:vnic_type":"normal","device_id":"99038771-bdf6-4c9c-b701-1f4b4f658388"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:14:47Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.209"}],"id":"c5491024-b904-401f-b876-b640f863fdb1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ee:fb:0c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T15:14:47Z","binding:vnic_type":"normal","device_id":"99038771-bdf6-4c9c-b701-1f4b4f658388"}]} 2018-12-03 15:14:51,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=99038771-bdf6-4c9c-b701-1f4b4f658388 used request id req-ac2d050f-4450-4248-be23-96bc2f0a8a52 2018-12-03 15:14:51,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:51,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7c45723d-76eb-4d08-82dc-336798b93442 Date: Mon, 03 Dec 2018 15:14:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 15:14:51,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-7c45723d-76eb-4d08-82dc-336798b93442 2018-12-03 15:14:51,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/db5c6d2d-be8c-48df-b20a-91646ba3a734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:51,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-97fbf20b-a820-45c9-8098-7baaa05649e7 Date: Mon, 03 Dec 2018 15:14:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1678336e-f7d2-4c8e-ba31-5127a26c3403","tenant_id":"","created_at":"2018-12-03T15:14:46Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:46Z","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":"db5c6d2d-be8c-48df-b20a-91646ba3a734","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:14:51,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/db5c6d2d-be8c-48df-b20a-91646ba3a734 used request id req-97fbf20b-a820-45c9-8098-7baaa05649e7 2018-12-03 15:14:51,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/db5c6d2d-be8c-48df-b20a-91646ba3a734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:52,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ae8cab07-d93c-4e5d-97ba-77304f7ce838 Date: Mon, 03 Dec 2018 15:14:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1678336e-f7d2-4c8e-ba31-5127a26c3403","tenant_id":"","created_at":"2018-12-03T15:14:46Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:46Z","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":"db5c6d2d-be8c-48df-b20a-91646ba3a734","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:14:52,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/db5c6d2d-be8c-48df-b20a-91646ba3a734 used request id req-ae8cab07-d93c-4e5d-97ba-77304f7ce838 2018-12-03 15:14:52,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/db5c6d2d-be8c-48df-b20a-91646ba3a734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:52,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f5daff03-fa4d-4e30-985e-cc22d79a9035 Date: Mon, 03 Dec 2018 15:14:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1678336e-f7d2-4c8e-ba31-5127a26c3403","tenant_id":"","created_at":"2018-12-03T15:14:46Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:46Z","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":"db5c6d2d-be8c-48df-b20a-91646ba3a734","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:14:52,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/db5c6d2d-be8c-48df-b20a-91646ba3a734 used request id req-f5daff03-fa4d-4e30-985e-cc22d79a9035 2018-12-03 15:14:52,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:52,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-6a380d86-d2a7-4fbe-b98d-d776dd1a6675 Date: Mon, 03 Dec 2018 15:14:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:14:47Z", "admin_state_up": true, "updated_at": "2018-12-03T15:14:50Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "99038771-bdf6-4c9c-b701-1f4b4f658388", "name": "NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-router"}]} 2018-12-03 15:14:52,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-router used request id req-6a380d86-d2a7-4fbe-b98d-d776dd1a6675 2018-12-03 15:14:52,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:52,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:14:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-627bb6f8-2e42-49d6-a65d-2abfdfaf0b70 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:14:52,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-627bb6f8-2e42-49d6-a65d-2abfdfaf0b70 2018-12-03 15:14:52,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=99038771-bdf6-4c9c-b701-1f4b4f658388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:52,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3283 X-Openstack-Request-Id: req-9d1040fc-271d-4ae4-a48d-a42d8322c670 Date: Mon, 03 Dec 2018 15:14:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:14:52Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db5c6d2d-be8c-48df-b20a-91646ba3a734","ip_address":"169.254.192.2"}],"id":"2a798cbb-5a20-4279-a9d2-80411220bda9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1a:fd:8f","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"1678336e-f7d2-4c8e-ba31-5127a26c3403","tenant_id":"","created_at":"2018-12-03T15:14:49Z","binding:vnic_type":"normal","device_id":"99038771-bdf6-4c9c-b701-1f4b4f658388"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:14:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db5c6d2d-be8c-48df-b20a-91646ba3a734","ip_address":"169.254.192.6"}],"id":"956aeed7-fb75-405c-bab6-1683ecfd449d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:33:16","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"1678336e-f7d2-4c8e-ba31-5127a26c3403","tenant_id":"","created_at":"2018-12-03T15:14:48Z","binding:vnic_type":"normal","device_id":"99038771-bdf6-4c9c-b701-1f4b4f658388"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:14:50Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db5c6d2d-be8c-48df-b20a-91646ba3a734","ip_address":"169.254.192.10"}],"id":"b2b7dd8d-7ea6-40fe-bc47-c5176d999b38","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e9:f0:dc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"1678336e-f7d2-4c8e-ba31-5127a26c3403","tenant_id":"","created_at":"2018-12-03T15:14:50Z","binding:vnic_type":"normal","device_id":"99038771-bdf6-4c9c-b701-1f4b4f658388"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:14:52Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.209"}],"id":"c5491024-b904-401f-b876-b640f863fdb1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ee:fb:0c","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":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T15:14:47Z","binding:vnic_type":"normal","device_id":"99038771-bdf6-4c9c-b701-1f4b4f658388"}]} 2018-12-03 15:14:52,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=99038771-bdf6-4c9c-b701-1f4b4f658388 used request id req-9d1040fc-271d-4ae4-a48d-a42d8322c670 2018-12-03 15:14:52,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:52,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-0f49c290-3081-42b4-955a-6de8269b4d5f Date: Mon, 03 Dec 2018 15:14:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 15:14:52,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-0f49c290-3081-42b4-955a-6de8269b4d5f 2018-12-03 15:14:52,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/db5c6d2d-be8c-48df-b20a-91646ba3a734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:52,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4016f5d7-efce-4f32-a48b-1864c4ffc711 Date: Mon, 03 Dec 2018 15:14:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1678336e-f7d2-4c8e-ba31-5127a26c3403","tenant_id":"","created_at":"2018-12-03T15:14:46Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:46Z","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":"db5c6d2d-be8c-48df-b20a-91646ba3a734","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:14:52,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/db5c6d2d-be8c-48df-b20a-91646ba3a734 used request id req-4016f5d7-efce-4f32-a48b-1864c4ffc711 2018-12-03 15:14:52,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/db5c6d2d-be8c-48df-b20a-91646ba3a734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:53,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-bdd20573-6cab-4be4-a185-0e7773b8146d Date: Mon, 03 Dec 2018 15:14:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1678336e-f7d2-4c8e-ba31-5127a26c3403","tenant_id":"","created_at":"2018-12-03T15:14:46Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:46Z","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":"db5c6d2d-be8c-48df-b20a-91646ba3a734","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:14:53,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/db5c6d2d-be8c-48df-b20a-91646ba3a734 used request id req-bdd20573-6cab-4be4-a185-0e7773b8146d 2018-12-03 15:14:53,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/db5c6d2d-be8c-48df-b20a-91646ba3a734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:53,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d196f358-6dd5-4b76-8f63-3e133db07be2 Date: Mon, 03 Dec 2018 15:14:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1678336e-f7d2-4c8e-ba31-5127a26c3403","tenant_id":"","created_at":"2018-12-03T15:14:46Z","dns_nameservers":[],"updated_at":"2018-12-03T15:14:46Z","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":"db5c6d2d-be8c-48df-b20a-91646ba3a734","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:14:53,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/db5c6d2d-be8c-48df-b20a-91646ba3a734 used request id req-d196f358-6dd5-4b76-8f63-3e133db07be2 2018-12-03 15:14:53,159 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-router 2018-12-03 15:14:53,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/99038771-bdf6-4c9c-b701-1f4b4f658388/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" -d '{"subnet_id": "7ef53ca8-e563-40a6-91fc-d85e9a57135e"}' 2018-12-03 15:14:54,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ac8cb724-8e38-48c4-a5ae-78159e8e92cc Date: Mon, 03 Dec 2018 15:14:54 GMT RESP BODY: {"network_id": "806920b6-76b5-4be0-a8ea-3cda210e77a2", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "subnet_id": "7ef53ca8-e563-40a6-91fc-d85e9a57135e", "subnet_ids": ["7ef53ca8-e563-40a6-91fc-d85e9a57135e"], "port_id": "3cb77300-0677-4e9e-a0c9-afb0540792be", "id": "99038771-bdf6-4c9c-b701-1f4b4f658388"} 2018-12-03 15:14:54,926 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/99038771-bdf6-4c9c-b701-1f4b4f658388/add_router_interface used request id req-ac8cb724-8e38-48c4-a5ae-78159e8e92cc 2018-12-03 15:14:54,926 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-router 2018-12-03 15:14:54,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/99038771-bdf6-4c9c-b701-1f4b4f658388/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" -d '{"subnet_id": "7ef53ca8-e563-40a6-91fc-d85e9a57135e"}' 2018-12-03 15:14:56,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5b86ce27-9482-4838-98f0-7b7fb4e23c01 Date: Mon, 03 Dec 2018 15:14:56 GMT RESP BODY: {"network_id": "806920b6-76b5-4be0-a8ea-3cda210e77a2", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "subnet_id": "7ef53ca8-e563-40a6-91fc-d85e9a57135e", "subnet_ids": ["7ef53ca8-e563-40a6-91fc-d85e9a57135e"], "port_id": "3cb77300-0677-4e9e-a0c9-afb0540792be", "id": "99038771-bdf6-4c9c-b701-1f4b4f658388"} 2018-12-03 15:14:56,307 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/99038771-bdf6-4c9c-b701-1f4b4f658388/remove_router_interface used request id req-5b86ce27-9482-4838-98f0-7b7fb4e23c01 2018-12-03 15:14:56,307 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-router 2018-12-03 15:14:56,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/99038771-bdf6-4c9c-b701-1f4b4f658388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:59,493 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4558a41-3249-4774-bfc3-40b954a3528a Content-Length: 0 Date: Mon, 03 Dec 2018 15:14:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:14:59,494 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/99038771-bdf6-4c9c-b701-1f4b4f658388 used request id req-b4558a41-3249-4774-bfc3-40b954a3528a 2018-12-03 15:14:59,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:14:59,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a7b5233e-8796-49e2-a230-97b49839b224 Date: Mon, 03 Dec 2018 15:14:59 GMT RESP BODY: {"routers": []} 2018-12-03 15:14:59,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-router used request id req-a7b5233e-8796-49e2-a230-97b49839b224 2018-12-03 15:14:59,547 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-subnet 2018-12-03 15:14:59,548 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-subnet 2018-12-03 15:14:59,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/7ef53ca8-e563-40a6-91fc-d85e9a57135e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:15:01,573 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bbbba4ae-9566-49f7-a730-05ee9530d210 Date: Mon, 03 Dec 2018 15:15:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:15:01,573 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/7ef53ca8-e563-40a6-91fc-d85e9a57135e used request id req-bbbba4ae-9566-49f7-a730-05ee9530d210 2018-12-03 15:15:01,574 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-c7e0d2d2-6177-4540-9c23-3d9e01cfe67e-pub-net 2018-12-03 15:15:01,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/806920b6-76b5-4be0-a8ea-3cda210e77a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4161cede6cef8361c53c9dd9603e6045393f9f" 2018-12-03 15:15:03,003 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5a430c5-99a6-42d4-b63e-92322b083389 Date: Mon, 03 Dec 2018 15:15:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:15:03,003 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/806920b6-76b5-4be0-a8ea-3cda210e77a2 used request id req-f5a430c5-99a6-42d4-b63e-92322b083389 2018-12-03 15:15:03,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:15:03,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:15:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["T_7iuMdETFyp6g7YLL2ZbA"], "issued_at": "2018-12-03T15:15:03.000000Z"}} 2018-12-03 15:15:03,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:03,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76af6c0d-3dd4-4977-bfa7-4f46ad6f5457 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:15:03,501 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-76af6c0d-3dd4-4977-bfa7-4f46ad6f5457 2018-12-03 15:15:03,502 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-net 2018-12-03 15:15:03,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" -d '{"network": {"name": "NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-net", "admin_state_up": true}}' 2018-12-03 15:15:03,907 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-e6e98166-c620-49d5-8370-0c5ae287bdfc Date: Mon, 03 Dec 2018 15:15:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8b9169c2-8141-49cc-830d-90893b055305","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:15:03Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:03Z","mtu":1450}} 2018-12-03 15:15:03,907 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e6e98166-c620-49d5-8370-0c5ae287bdfc 2018-12-03 15:15:03,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=8b9169c2-8141-49cc-830d-90893b055305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:04,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-9aded8c7-4b6f-4e39-b083-561d6f46840a Date: Mon, 03 Dec 2018 15:15:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8b9169c2-8141-49cc-830d-90893b055305","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:15:03Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:03Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:04,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=8b9169c2-8141-49cc-830d-90893b055305 used request id req-9aded8c7-4b6f-4e39-b083-561d6f46840a 2018-12-03 15:15:04,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8b9169c2-8141-49cc-830d-90893b055305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:04,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d7e74ca1-d15a-44b1-b853-b252be64ec78 Date: Mon, 03 Dec 2018 15:15:04 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:15:04,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8b9169c2-8141-49cc-830d-90893b055305 used request id req-d7e74ca1-d15a-44b1-b853-b252be64ec78 2018-12-03 15:15:04,452 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-subnet 2018-12-03 15:15:04,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" -d '{"subnets": [{"ip_version": 4, "network_id": "8b9169c2-8141-49cc-830d-90893b055305", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-subnet"}]}' 2018-12-03 15:15:05,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ee80646a-c170-4866-ba36-2812e3dc8d46 Date: Mon, 03 Dec 2018 15:15:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b9169c2-8141-49cc-830d-90893b055305","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:04Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:04Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ffd5ae31-36e6-4832-9feb-5443de10a7bf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-subnet"}]} 2018-12-03 15:15:05,009 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-ee80646a-c170-4866-ba36-2812e3dc8d46 2018-12-03 15:15:05,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=8b9169c2-8141-49cc-830d-90893b055305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:05,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f546f0ea-0690-4353-8d4b-f494b9a687b1 Date: Mon, 03 Dec 2018 15:15:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8b9169c2-8141-49cc-830d-90893b055305","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ffd5ae31-36e6-4832-9feb-5443de10a7bf"],"description":"","tags":[],"updated_at":"2018-12-03T15:15:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:03Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:05,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=8b9169c2-8141-49cc-830d-90893b055305 used request id req-f546f0ea-0690-4353-8d4b-f494b9a687b1 2018-12-03 15:15:05,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8b9169c2-8141-49cc-830d-90893b055305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:05,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-732984b4-519c-4f16-bf90-ee5c04d901bd Date: Mon, 03 Dec 2018 15:15:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b9169c2-8141-49cc-830d-90893b055305","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:04Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:04Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ffd5ae31-36e6-4832-9feb-5443de10a7bf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-subnet"}]} 2018-12-03 15:15:05,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8b9169c2-8141-49cc-830d-90893b055305 used request id req-732984b4-519c-4f16-bf90-ee5c04d901bd 2018-12-03 15:15:05,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:05,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d27c2a49-681f-434a-a048-36d9b9a7f04f Date: Mon, 03 Dec 2018 15:15:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8b9169c2-8141-49cc-830d-90893b055305","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ffd5ae31-36e6-4832-9feb-5443de10a7bf"],"description":"","tags":[],"updated_at":"2018-12-03T15:15:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:03Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:05,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-net used request id req-d27c2a49-681f-434a-a048-36d9b9a7f04f 2018-12-03 15:15:05,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:15:05,772 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:15: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:15:05,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:05,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2be6368d-81a6-4f81-9095-00ed28b968cb 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:15:05,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-2be6368d-81a6-4f81-9095-00ed28b968cb 2018-12-03 15:15:05,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8b9169c2-8141-49cc-830d-90893b055305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:06,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d09413bb-23c8-4579-ae05-ecd8e13df288 Date: Mon, 03 Dec 2018 15:15:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b9169c2-8141-49cc-830d-90893b055305","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:04Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:04Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ffd5ae31-36e6-4832-9feb-5443de10a7bf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-subnet"}]} 2018-12-03 15:15:06,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8b9169c2-8141-49cc-830d-90893b055305 used request id req-d09413bb-23c8-4579-ae05-ecd8e13df288 2018-12-03 15:15:06,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:15:06,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:15:06,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:15:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["WBqApPPNSAi13F8evPjW7w"], "issued_at": "2018-12-03T15:15:06.000000Z"}} 2018-12-03 15:15:06,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e581d200bfb6151d33c02a4bd8c9ab078c63e3" 2018-12-03 15:15:06,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5465232-95ff-4142-bcb5-62103cd6fd8b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:15:06,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d5465232-95ff-4142-bcb5-62103cd6fd8b 2018-12-03 15:15:06,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:06,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-666ff815-9315-48d7-95e3-a826ea7a3a43 Date: Mon, 03 Dec 2018 15:15:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:15:06,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-666ff815-9315-48d7-95e3-a826ea7a3a43 2018-12-03 15:15:06,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:07,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c0f3db73-2451-4ee2-b24e-eba904004cd0 Date: Mon, 03 Dec 2018 15:15:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 15:15:07,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-c0f3db73-2451-4ee2-b24e-eba904004cd0 2018-12-03 15:15:07,016 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-router 2018-12-03 15:15:07,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-router", "admin_state_up": true}}' 2018-12-03 15:15:11,760 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-1a8702d5-cae8-4cb4-b1ec-c98dc2aeea89 Date: Mon, 03 Dec 2018 15:15:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:15:07Z", "admin_state_up": true, "updated_at": "2018-12-03T15:15:08Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "a97fdc4a-292a-4170-b9d1-44b7dab0c00e", "name": "NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-router"}} 2018-12-03 15:15:11,760 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-1a8702d5-cae8-4cb4-b1ec-c98dc2aeea89 2018-12-03 15:15:11,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=a97fdc4a-292a-4170-b9d1-44b7dab0c00e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:11,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-2a8d916d-001e-45fe-8a56-6964dda93e50 Date: Mon, 03 Dec 2018 15:15:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8121a952-1f2a-4946-b522-8299b510764c","ip_address":"169.254.192.10"}],"id":"0a4fa5de-4cc7-4bba-85df-ecf04a8092e7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:08:e8:f3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"60285a10-f094-4b86-b8f9-fdf6f9d31b31","tenant_id":"","created_at":"2018-12-03T15:15:10Z","binding:vnic_type":"normal","device_id":"a97fdc4a-292a-4170-b9d1-44b7dab0c00e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:09Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8121a952-1f2a-4946-b522-8299b510764c","ip_address":"169.254.192.4"}],"id":"6bbf44c7-2ee9-4c58-ad85-58e2fb15e8fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:97:dd:06","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"60285a10-f094-4b86-b8f9-fdf6f9d31b31","tenant_id":"","created_at":"2018-12-03T15:15:09Z","binding:vnic_type":"normal","device_id":"a97fdc4a-292a-4170-b9d1-44b7dab0c00e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:08Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.206"}],"id":"b4fee4a9-5f5e-400b-acac-2a54686c86f6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fc:5a:11","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T15:15:07Z","binding:vnic_type":"normal","device_id":"a97fdc4a-292a-4170-b9d1-44b7dab0c00e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:09Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8121a952-1f2a-4946-b522-8299b510764c","ip_address":"169.254.192.9"}],"id":"fbfd27b3-34da-486f-884b-1db73803163f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c6:34:3f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"60285a10-f094-4b86-b8f9-fdf6f9d31b31","tenant_id":"","created_at":"2018-12-03T15:15:08Z","binding:vnic_type":"normal","device_id":"a97fdc4a-292a-4170-b9d1-44b7dab0c00e"}]} 2018-12-03 15:15:11,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=a97fdc4a-292a-4170-b9d1-44b7dab0c00e used request id req-2a8d916d-001e-45fe-8a56-6964dda93e50 2018-12-03 15:15:11,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:12,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-83dfe17b-ae6f-49db-ad8c-344f5559a107 Date: Mon, 03 Dec 2018 15:15:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 15:15:12,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-83dfe17b-ae6f-49db-ad8c-344f5559a107 2018-12-03 15:15:12,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/8121a952-1f2a-4946-b522-8299b510764c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:12,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4fd08e44-215d-48db-8632-15b01d1e2112 Date: Mon, 03 Dec 2018 15:15:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"60285a10-f094-4b86-b8f9-fdf6f9d31b31","tenant_id":"","created_at":"2018-12-03T15:15:07Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:07Z","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":"8121a952-1f2a-4946-b522-8299b510764c","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:15:12,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/8121a952-1f2a-4946-b522-8299b510764c used request id req-4fd08e44-215d-48db-8632-15b01d1e2112 2018-12-03 15:15:12,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/8121a952-1f2a-4946-b522-8299b510764c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:12,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-092eb3f9-3063-4817-89bb-e9612cf86d4f Date: Mon, 03 Dec 2018 15:15:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"60285a10-f094-4b86-b8f9-fdf6f9d31b31","tenant_id":"","created_at":"2018-12-03T15:15:07Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:07Z","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":"8121a952-1f2a-4946-b522-8299b510764c","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:15:12,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/8121a952-1f2a-4946-b522-8299b510764c used request id req-092eb3f9-3063-4817-89bb-e9612cf86d4f 2018-12-03 15:15:12,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/8121a952-1f2a-4946-b522-8299b510764c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:12,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-de2c34e7-6660-41d8-b015-f94ff4514c3c Date: Mon, 03 Dec 2018 15:15:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"60285a10-f094-4b86-b8f9-fdf6f9d31b31","tenant_id":"","created_at":"2018-12-03T15:15:07Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:07Z","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":"8121a952-1f2a-4946-b522-8299b510764c","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:15:12,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/8121a952-1f2a-4946-b522-8299b510764c used request id req-de2c34e7-6660-41d8-b015-f94ff4514c3c 2018-12-03 15:15:12,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:12,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-17ae5261-9bcf-408a-8ebb-fb28012ad965 Date: Mon, 03 Dec 2018 15:15:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:15:07Z", "admin_state_up": true, "updated_at": "2018-12-03T15:15:10Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "a97fdc4a-292a-4170-b9d1-44b7dab0c00e", "name": "NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-router"}]} 2018-12-03 15:15:12,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-router used request id req-17ae5261-9bcf-408a-8ebb-fb28012ad965 2018-12-03 15:15:12,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:13,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe6f92e7-ff64-4040-9fdf-eee32e159b25 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:15:13,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-fe6f92e7-ff64-4040-9fdf-eee32e159b25 2018-12-03 15:15:13,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=a97fdc4a-292a-4170-b9d1-44b7dab0c00e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:13,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3345 X-Openstack-Request-Id: req-7f3fdfa5-fa94-4552-ae60-9db818384b14 Date: Mon, 03 Dec 2018 15:15:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8121a952-1f2a-4946-b522-8299b510764c","ip_address":"169.254.192.10"}],"id":"0a4fa5de-4cc7-4bba-85df-ecf04a8092e7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:08:e8:f3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"60285a10-f094-4b86-b8f9-fdf6f9d31b31","tenant_id":"","created_at":"2018-12-03T15:15:10Z","binding:vnic_type":"normal","device_id":"a97fdc4a-292a-4170-b9d1-44b7dab0c00e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:09Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8121a952-1f2a-4946-b522-8299b510764c","ip_address":"169.254.192.4"}],"id":"6bbf44c7-2ee9-4c58-ad85-58e2fb15e8fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:97:dd:06","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"60285a10-f094-4b86-b8f9-fdf6f9d31b31","tenant_id":"","created_at":"2018-12-03T15:15:09Z","binding:vnic_type":"normal","device_id":"a97fdc4a-292a-4170-b9d1-44b7dab0c00e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:12Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.206"}],"id":"b4fee4a9-5f5e-400b-acac-2a54686c86f6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fc:5a:11","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":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T15:15:07Z","binding:vnic_type":"normal","device_id":"a97fdc4a-292a-4170-b9d1-44b7dab0c00e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:12Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8121a952-1f2a-4946-b522-8299b510764c","ip_address":"169.254.192.9"}],"id":"fbfd27b3-34da-486f-884b-1db73803163f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:34:3f","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"60285a10-f094-4b86-b8f9-fdf6f9d31b31","tenant_id":"","created_at":"2018-12-03T15:15:08Z","binding:vnic_type":"normal","device_id":"a97fdc4a-292a-4170-b9d1-44b7dab0c00e"}]} 2018-12-03 15:15:13,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=a97fdc4a-292a-4170-b9d1-44b7dab0c00e used request id req-7f3fdfa5-fa94-4552-ae60-9db818384b14 2018-12-03 15:15:13,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:13,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b015a68d-0c51-4642-9c2b-701c04054ef4 Date: Mon, 03 Dec 2018 15:15:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 15:15:13,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-b015a68d-0c51-4642-9c2b-701c04054ef4 2018-12-03 15:15:13,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/8121a952-1f2a-4946-b522-8299b510764c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:13,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e5f2c35c-4f36-4455-b19c-2a6375e861e4 Date: Mon, 03 Dec 2018 15:15:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"60285a10-f094-4b86-b8f9-fdf6f9d31b31","tenant_id":"","created_at":"2018-12-03T15:15:07Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:07Z","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":"8121a952-1f2a-4946-b522-8299b510764c","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:15:13,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/8121a952-1f2a-4946-b522-8299b510764c used request id req-e5f2c35c-4f36-4455-b19c-2a6375e861e4 2018-12-03 15:15:13,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/8121a952-1f2a-4946-b522-8299b510764c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:13,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-60966abf-fff4-4d84-8e99-672cbf392f43 Date: Mon, 03 Dec 2018 15:15:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"60285a10-f094-4b86-b8f9-fdf6f9d31b31","tenant_id":"","created_at":"2018-12-03T15:15:07Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:07Z","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":"8121a952-1f2a-4946-b522-8299b510764c","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:15:13,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/8121a952-1f2a-4946-b522-8299b510764c used request id req-60966abf-fff4-4d84-8e99-672cbf392f43 2018-12-03 15:15:13,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/8121a952-1f2a-4946-b522-8299b510764c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:13,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-99869264-cf01-4b83-a57f-da9d5230ab5e Date: Mon, 03 Dec 2018 15:15:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"60285a10-f094-4b86-b8f9-fdf6f9d31b31","tenant_id":"","created_at":"2018-12-03T15:15:07Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:07Z","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":"8121a952-1f2a-4946-b522-8299b510764c","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:15:13,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/8121a952-1f2a-4946-b522-8299b510764c used request id req-99869264-cf01-4b83-a57f-da9d5230ab5e 2018-12-03 15:15:13,831 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-subnet 2018-12-03 15:15:13,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/ffd5ae31-36e6-4832-9feb-5443de10a7bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:15,942 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f907ff87-ccb0-49a9-968c-5777375a745a Date: Mon, 03 Dec 2018 15:15:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:15:15,942 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/ffd5ae31-36e6-4832-9feb-5443de10a7bf used request id req-f907ff87-ccb0-49a9-968c-5777375a745a 2018-12-03 15:15:15,942 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-router 2018-12-03 15:15:15,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/a97fdc4a-292a-4170-b9d1-44b7dab0c00e/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" -d '{"subnet_id": "ffd5ae31-36e6-4832-9feb-5443de10a7bf"}' 2018-12-03 15:15:16,267 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-52a3c81f-c899-4d2d-9d8f-553540ff152a Date: Mon, 03 Dec 2018 15:15:16 GMT RESP BODY: {"NeutronError": {"message": "Subnet ffd5ae31-36e6-4832-9feb-5443de10a7bf could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-03 15:15:16,267 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a97fdc4a-292a-4170-b9d1-44b7dab0c00e/add_router_interface used request id req-52a3c81f-c899-4d2d-9d8f-553540ff152a 2018-12-03 15:15:16,267 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet ffd5ae31-36e6-4832-9feb-5443de10a7bf could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-03 15:15:16,268 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-router 2018-12-03 15:15:16,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/a97fdc4a-292a-4170-b9d1-44b7dab0c00e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:19,763 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3117c713-173c-48ed-ba86-95feedd697f1 Content-Length: 0 Date: Mon, 03 Dec 2018 15:15:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:15:19,763 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/a97fdc4a-292a-4170-b9d1-44b7dab0c00e used request id req-3117c713-173c-48ed-ba86-95feedd697f1 2018-12-03 15:15:19,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:20,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-533dedc9-d234-4a41-9a83-a97a97d03c8c Date: Mon, 03 Dec 2018 15:15:20 GMT RESP BODY: {"routers": []} 2018-12-03 15:15:20,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-router used request id req-533dedc9-d234-4a41-9a83-a97a97d03c8c 2018-12-03 15:15:20,060 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-subnet 2018-12-03 15:15:20,060 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-subnet 2018-12-03 15:15:20,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/ffd5ae31-36e6-4832-9feb-5443de10a7bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:20,097 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-cf029692-7f8e-47a9-aa7d-53dd91c6e2b2 Date: Mon, 03 Dec 2018 15:15:20 GMT RESP BODY: {"NeutronError": {"message": "Subnet ffd5ae31-36e6-4832-9feb-5443de10a7bf could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-03 15:15:20,098 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/ffd5ae31-36e6-4832-9feb-5443de10a7bf used request id req-cf029692-7f8e-47a9-aa7d-53dd91c6e2b2 2018-12-03 15:15:20,098 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet ffd5ae31-36e6-4832-9feb-5443de10a7bf could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-03 15:15:20,098 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-8f94e693-f8fb-49f1-98c3-b6d983520bba-pub-net 2018-12-03 15:15:20,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/8b9169c2-8141-49cc-830d-90893b055305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d389448ca9b2cb99357135ba1d41c03c704c30c" 2018-12-03 15:15:20,859 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-954044c0-9dac-485e-8f35-4a4d3b35d4ae Date: Mon, 03 Dec 2018 15:15:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:15:20,860 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/8b9169c2-8141-49cc-830d-90893b055305 used request id req-954044c0-9dac-485e-8f35-4a4d3b35d4ae 2018-12-03 15:15:20,862 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:15:21,240 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:15:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["o6x18c2sRmKIRe_ixFBPRg"], "issued_at": "2018-12-03T15:15:21.000000Z"}} 2018-12-03 15:15:21,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4314839d0aef7525dd90492d2d8039403fafae06" 2018-12-03 15:15:21,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6684e1e-7411-4291-822f-8ae475f88206 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:15:21,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e6684e1e-7411-4291-822f-8ae475f88206 2018-12-03 15:15:21,326 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-net 2018-12-03 15:15:21,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4314839d0aef7525dd90492d2d8039403fafae06" -d '{"network": {"name": "NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-net", "admin_state_up": true}}' 2018-12-03 15:15:21,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-7ee6acff-102f-40a9-bfa2-b0d36cc372ae Date: Mon, 03 Dec 2018 15:15:21 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a5c04441-35b1-4c81-8d86-afb15fe184c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":6,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:15:21Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:21Z","mtu":1450}} 2018-12-03 15:15:21,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-7ee6acff-102f-40a9-bfa2-b0d36cc372ae 2018-12-03 15:15:21,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=a5c04441-35b1-4c81-8d86-afb15fe184c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4314839d0aef7525dd90492d2d8039403fafae06" 2018-12-03 15:15:21,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-9fc7d9f3-1b79-44a6-bc71-bbd325df2398 Date: Mon, 03 Dec 2018 15:15:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a5c04441-35b1-4c81-8d86-afb15fe184c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":6,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:15:21Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:21Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:21,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=a5c04441-35b1-4c81-8d86-afb15fe184c4 used request id req-9fc7d9f3-1b79-44a6-bc71-bbd325df2398 2018-12-03 15:15:21,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a5c04441-35b1-4c81-8d86-afb15fe184c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4314839d0aef7525dd90492d2d8039403fafae06" 2018-12-03 15:15:22,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-27c40ea1-b7f9-4829-9d41-afc21b2323ab Date: Mon, 03 Dec 2018 15:15:22 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:15:22,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a5c04441-35b1-4c81-8d86-afb15fe184c4 used request id req-27c40ea1-b7f9-4829-9d41-afc21b2323ab 2018-12-03 15:15:22,137 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-subnet 2018-12-03 15:15:22,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4314839d0aef7525dd90492d2d8039403fafae06" -d '{"subnets": [{"ip_version": 4, "network_id": "a5c04441-35b1-4c81-8d86-afb15fe184c4", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-subnet"}]}' 2018-12-03 15:15:22,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fb788810-181c-49c6-b0d3-976df0de32b7 Date: Mon, 03 Dec 2018 15:15:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5c04441-35b1-4c81-8d86-afb15fe184c4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:22Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15: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":"1780a9ab51084544804c8f0af535fb81","id":"88945450-1443-48c2-b0a9-1a46c61d80c9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-subnet"}]} 2018-12-03 15:15:22,751 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-fb788810-181c-49c6-b0d3-976df0de32b7 2018-12-03 15:15:22,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=a5c04441-35b1-4c81-8d86-afb15fe184c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4314839d0aef7525dd90492d2d8039403fafae06" 2018-12-03 15:15:23,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d120eb15-99d0-4348-ad31-9efa1f3dcf84 Date: Mon, 03 Dec 2018 15:15:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a5c04441-35b1-4c81-8d86-afb15fe184c4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":6,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["88945450-1443-48c2-b0a9-1a46c61d80c9"],"description":"","tags":[],"updated_at":"2018-12-03T15:15:22Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:21Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:23,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=a5c04441-35b1-4c81-8d86-afb15fe184c4 used request id req-d120eb15-99d0-4348-ad31-9efa1f3dcf84 2018-12-03 15:15:23,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a5c04441-35b1-4c81-8d86-afb15fe184c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4314839d0aef7525dd90492d2d8039403fafae06" 2018-12-03 15:15:23,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-90ca0b4e-f147-4a6a-9d9e-b954be3a72e2 Date: Mon, 03 Dec 2018 15:15:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5c04441-35b1-4c81-8d86-afb15fe184c4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:22Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15: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":"1780a9ab51084544804c8f0af535fb81","id":"88945450-1443-48c2-b0a9-1a46c61d80c9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-subnet"}]} 2018-12-03 15:15:23,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a5c04441-35b1-4c81-8d86-afb15fe184c4 used request id req-90ca0b4e-f147-4a6a-9d9e-b954be3a72e2 2018-12-03 15:15:23,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4314839d0aef7525dd90492d2d8039403fafae06" 2018-12-03 15:15:23,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-e2f838c5-9892-4f0a-bd29-291fb06abb8c Date: Mon, 03 Dec 2018 15:15:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a5c04441-35b1-4c81-8d86-afb15fe184c4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":6,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["88945450-1443-48c2-b0a9-1a46c61d80c9"],"description":"","tags":[],"updated_at":"2018-12-03T15:15:22Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:21Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:23,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-net used request id req-e2f838c5-9892-4f0a-bd29-291fb06abb8c 2018-12-03 15:15:23,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:15:23,507 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:15: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:15:23,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4314839d0aef7525dd90492d2d8039403fafae06" 2018-12-03 15:15:23,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eabbda14-3314-4b19-9e28-d2f2ab665080 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:15:23,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-eabbda14-3314-4b19-9e28-d2f2ab665080 2018-12-03 15:15:23,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a5c04441-35b1-4c81-8d86-afb15fe184c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4314839d0aef7525dd90492d2d8039403fafae06" 2018-12-03 15:15:23,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-435d6c04-df8e-4fa9-bba4-9c97be35ad37 Date: Mon, 03 Dec 2018 15:15:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5c04441-35b1-4c81-8d86-afb15fe184c4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:22Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15: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":"1780a9ab51084544804c8f0af535fb81","id":"88945450-1443-48c2-b0a9-1a46c61d80c9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-subnet"}]} 2018-12-03 15:15:23,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a5c04441-35b1-4c81-8d86-afb15fe184c4 used request id req-435d6c04-df8e-4fa9-bba4-9c97be35ad37 2018-12-03 15:15:23,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a5c04441-35b1-4c81-8d86-afb15fe184c4&name=NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4314839d0aef7525dd90492d2d8039403fafae06" 2018-12-03 15:15:23,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7cb40ad2-35fb-4549-882f-04bab5caf340 Date: Mon, 03 Dec 2018 15:15:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5c04441-35b1-4c81-8d86-afb15fe184c4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:22Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15: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":"1780a9ab51084544804c8f0af535fb81","id":"88945450-1443-48c2-b0a9-1a46c61d80c9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-subnet"}]} 2018-12-03 15:15:23,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a5c04441-35b1-4c81-8d86-afb15fe184c4&name=NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-subnet used request id req-7cb40ad2-35fb-4549-882f-04bab5caf340 2018-12-03 15:15:23,921 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-subnet 2018-12-03 15:15:23,921 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-subnet 2018-12-03 15:15:23,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/88945450-1443-48c2-b0a9-1a46c61d80c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4314839d0aef7525dd90492d2d8039403fafae06" 2018-12-03 15:15:25,918 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-edc9f978-0251-4e29-8db8-cc602305d4ff Date: Mon, 03 Dec 2018 15:15:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:15:25,919 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/88945450-1443-48c2-b0a9-1a46c61d80c9 used request id req-edc9f978-0251-4e29-8db8-cc602305d4ff 2018-12-03 15:15:25,919 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-866e3d04-9871-4a9f-94dd-928d0900ce0a-pub-net 2018-12-03 15:15:25,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/a5c04441-35b1-4c81-8d86-afb15fe184c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4314839d0aef7525dd90492d2d8039403fafae06" 2018-12-03 15:15:27,302 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-97cecabe-1671-422e-8c10-071849312922 Date: Mon, 03 Dec 2018 15:15:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:15:27,302 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/a5c04441-35b1-4c81-8d86-afb15fe184c4 used request id req-97cecabe-1671-422e-8c10-071849312922 2018-12-03 15:15:27,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:15:27,711 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:15:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["MS3JkmotSWSjAH8a-vWQHQ"], "issued_at": "2018-12-03T15:15:27.000000Z"}} 2018-12-03 15:15:27,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:27,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0351d02-d0a5-46c7-b14a-0644c78fd2b3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:15:27,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e0351d02-d0a5-46c7-b14a-0644c78fd2b3 2018-12-03 15:15:27,799 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-net 2018-12-03 15:15:27,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" -d '{"network": {"name": "NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-net", "admin_state_up": true}}' 2018-12-03 15:15:28,338 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-70481684-79b9-4046-ab89-943b7eb75175 Date: Mon, 03 Dec 2018 15:15:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"09f710fb-2568-40f0-8240-82e97dac4545","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:15:28Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:28Z","mtu":1450}} 2018-12-03 15:15:28,339 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-70481684-79b9-4046-ab89-943b7eb75175 2018-12-03 15:15:28,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=09f710fb-2568-40f0-8240-82e97dac4545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:28,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-f1f70db3-c867-46b5-a81f-063ec46d2e04 Date: Mon, 03 Dec 2018 15:15:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"09f710fb-2568-40f0-8240-82e97dac4545","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:15:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:28,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=09f710fb-2568-40f0-8240-82e97dac4545 used request id req-f1f70db3-c867-46b5-a81f-063ec46d2e04 2018-12-03 15:15:28,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=09f710fb-2568-40f0-8240-82e97dac4545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:28,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7b108199-f035-43b9-b83c-69ce6ecefc69 Date: Mon, 03 Dec 2018 15:15:28 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:15:28,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=09f710fb-2568-40f0-8240-82e97dac4545 used request id req-7b108199-f035-43b9-b83c-69ce6ecefc69 2018-12-03 15:15:28,929 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-subnet 2018-12-03 15:15:28,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" -d '{"subnets": [{"ip_version": 4, "network_id": "09f710fb-2568-40f0-8240-82e97dac4545", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-subnet"}]}' 2018-12-03 15:15:29,578 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-81131066-badf-4e9a-83ad-b8a7ec9309bb Date: Mon, 03 Dec 2018 15:15:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09f710fb-2568-40f0-8240-82e97dac4545","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15: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":"1780a9ab51084544804c8f0af535fb81","id":"cb4b5e06-2ead-4bbe-9ff2-cc067ce934e1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-subnet"}]} 2018-12-03 15:15:29,578 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-81131066-badf-4e9a-83ad-b8a7ec9309bb 2018-12-03 15:15:29,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=09f710fb-2568-40f0-8240-82e97dac4545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:29,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7f84f6a4-0375-47e4-8dac-e8d68bc2a040 Date: Mon, 03 Dec 2018 15:15:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"09f710fb-2568-40f0-8240-82e97dac4545","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["cb4b5e06-2ead-4bbe-9ff2-cc067ce934e1"],"description":"","tags":[],"updated_at":"2018-12-03T15:15:29Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:29,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=09f710fb-2568-40f0-8240-82e97dac4545 used request id req-7f84f6a4-0375-47e4-8dac-e8d68bc2a040 2018-12-03 15:15:29,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=09f710fb-2568-40f0-8240-82e97dac4545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:30,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7a5c1e8e-f00e-42fb-85d9-6dd82d54cff5 Date: Mon, 03 Dec 2018 15:15:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09f710fb-2568-40f0-8240-82e97dac4545","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15: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":"1780a9ab51084544804c8f0af535fb81","id":"cb4b5e06-2ead-4bbe-9ff2-cc067ce934e1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-subnet"}]} 2018-12-03 15:15:30,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=09f710fb-2568-40f0-8240-82e97dac4545 used request id req-7a5c1e8e-f00e-42fb-85d9-6dd82d54cff5 2018-12-03 15:15:30,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:30,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e014bbe5-7ff5-43aa-a887-73f5bcdbd51a Date: Mon, 03 Dec 2018 15:15:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"09f710fb-2568-40f0-8240-82e97dac4545","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["cb4b5e06-2ead-4bbe-9ff2-cc067ce934e1"],"description":"","tags":[],"updated_at":"2018-12-03T15:15:29Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:30,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-net used request id req-e014bbe5-7ff5-43aa-a887-73f5bcdbd51a 2018-12-03 15:15:30,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:15:30,277 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:15: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:15:30,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:30,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a7ddab4-e9cb-4ef2-8231-f599d318f58e 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:15:30,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-4a7ddab4-e9cb-4ef2-8231-f599d318f58e 2018-12-03 15:15:30,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=09f710fb-2568-40f0-8240-82e97dac4545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:30,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5deb17f2-f70c-46ba-a30c-84a97b6d364e Date: Mon, 03 Dec 2018 15:15:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09f710fb-2568-40f0-8240-82e97dac4545","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15: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":"1780a9ab51084544804c8f0af535fb81","id":"cb4b5e06-2ead-4bbe-9ff2-cc067ce934e1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-subnet"}]} 2018-12-03 15:15:30,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=09f710fb-2568-40f0-8240-82e97dac4545 used request id req-5deb17f2-f70c-46ba-a30c-84a97b6d364e 2018-12-03 15:15:30,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:15:30,609 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:15:30,986 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:15:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["m8nkT52uTz-0lymqQ1BkPw"], "issued_at": "2018-12-03T15:15:30.000000Z"}} 2018-12-03 15:15:30,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6a39c85efa422b32286c5adf84b7dcbd37ef3da" 2018-12-03 15:15:31,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0df9124-0330-476a-95ef-5889f7e7a037 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:15:31,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e0df9124-0330-476a-95ef-5889f7e7a037 2018-12-03 15:15:31,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:31,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f3096f03-1eeb-47c1-8cee-73ea59c03c67 Date: Mon, 03 Dec 2018 15:15:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:15:31,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-f3096f03-1eeb-47c1-8cee-73ea59c03c67 2018-12-03 15:15:31,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:31,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-8b468d4a-5bf4-471e-a840-b5435818b766 Date: Mon, 03 Dec 2018 15:15:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 15:15:31,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-8b468d4a-5bf4-471e-a840-b5435818b766 2018-12-03 15:15:31,424 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-router 2018-12-03 15:15:31,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-router", "admin_state_up": true}}' 2018-12-03 15:15:35,916 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-06030093-c16a-4931-8c0c-28680d86e50f Date: Mon, 03 Dec 2018 15:15:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:15:32Z", "admin_state_up": true, "updated_at": "2018-12-03T15:15:32Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "78734ebd-e644-4bc3-a40f-30de836c6083", "name": "NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-router"}} 2018-12-03 15:15:35,916 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-06030093-c16a-4931-8c0c-28680d86e50f 2018-12-03 15:15:35,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=78734ebd-e644-4bc3-a40f-30de836c6083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:36,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-2f74eeb3-ef75-4968-90cb-f881540d718d Date: Mon, 03 Dec 2018 15:15:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:34Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"50b9194e-ebbf-4772-930a-c99866f30ce4","ip_address":"169.254.192.3"}],"id":"0ad6b171-aad7-4d28-84de-9ddbafbf14c8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b7:1d:d3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"36a04dfa-c770-4e45-8e46-bd3af13e28fe","tenant_id":"","created_at":"2018-12-03T15:15:34Z","binding:vnic_type":"normal","device_id":"78734ebd-e644-4bc3-a40f-30de836c6083"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:34Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"50b9194e-ebbf-4772-930a-c99866f30ce4","ip_address":"169.254.192.10"}],"id":"0d10cbc5-268d-43a1-87dc-485b7ae24e31","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:95:5d:e6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"36a04dfa-c770-4e45-8e46-bd3af13e28fe","tenant_id":"","created_at":"2018-12-03T15:15:34Z","binding:vnic_type":"normal","device_id":"78734ebd-e644-4bc3-a40f-30de836c6083"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:33Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"50b9194e-ebbf-4772-930a-c99866f30ce4","ip_address":"169.254.192.5"}],"id":"24401353-3204-4898-9931-9705460e8dbb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:35:46:29","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"36a04dfa-c770-4e45-8e46-bd3af13e28fe","tenant_id":"","created_at":"2018-12-03T15:15:33Z","binding:vnic_type":"normal","device_id":"78734ebd-e644-4bc3-a40f-30de836c6083"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:32Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.208"}],"id":"e7849f06-70c2-4881-a59e-ef4d24bfa009","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d0:c3:16","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T15:15:32Z","binding:vnic_type":"normal","device_id":"78734ebd-e644-4bc3-a40f-30de836c6083"}]} 2018-12-03 15:15:36,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=78734ebd-e644-4bc3-a40f-30de836c6083 used request id req-2f74eeb3-ef75-4968-90cb-f881540d718d 2018-12-03 15:15:36,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:36,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-cedfc427-9f39-4da2-8809-6b502e6af654 Date: Mon, 03 Dec 2018 15:15:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 15:15:36,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-cedfc427-9f39-4da2-8809-6b502e6af654 2018-12-03 15:15:36,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/50b9194e-ebbf-4772-930a-c99866f30ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:36,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-172d0d37-fbef-4af5-a337-2d7f464322e5 Date: Mon, 03 Dec 2018 15:15:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36a04dfa-c770-4e45-8e46-bd3af13e28fe","tenant_id":"","created_at":"2018-12-03T15:15:31Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:31Z","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":"50b9194e-ebbf-4772-930a-c99866f30ce4","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:15:36,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/50b9194e-ebbf-4772-930a-c99866f30ce4 used request id req-172d0d37-fbef-4af5-a337-2d7f464322e5 2018-12-03 15:15:36,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/50b9194e-ebbf-4772-930a-c99866f30ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:36,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-871f441f-622d-4a1e-8ea6-190d491ee6d7 Date: Mon, 03 Dec 2018 15:15:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36a04dfa-c770-4e45-8e46-bd3af13e28fe","tenant_id":"","created_at":"2018-12-03T15:15:31Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:31Z","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":"50b9194e-ebbf-4772-930a-c99866f30ce4","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:15:36,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/50b9194e-ebbf-4772-930a-c99866f30ce4 used request id req-871f441f-622d-4a1e-8ea6-190d491ee6d7 2018-12-03 15:15:36,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/50b9194e-ebbf-4772-930a-c99866f30ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:36,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4c37eca9-9eee-4254-99e4-6f7759327991 Date: Mon, 03 Dec 2018 15:15:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36a04dfa-c770-4e45-8e46-bd3af13e28fe","tenant_id":"","created_at":"2018-12-03T15:15:31Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:31Z","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":"50b9194e-ebbf-4772-930a-c99866f30ce4","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:15:36,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/50b9194e-ebbf-4772-930a-c99866f30ce4 used request id req-4c37eca9-9eee-4254-99e4-6f7759327991 2018-12-03 15:15:36,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:36,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-610ac26c-90dd-4b9d-be98-20b07cf12b16 Date: Mon, 03 Dec 2018 15:15:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:15:32Z", "admin_state_up": true, "updated_at": "2018-12-03T15:15:35Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "78734ebd-e644-4bc3-a40f-30de836c6083", "name": "NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-router"}]} 2018-12-03 15:15:36,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-router used request id req-610ac26c-90dd-4b9d-be98-20b07cf12b16 2018-12-03 15:15:36,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:36,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1608cbc-6037-4bbb-8ad6-35f6b2124925 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:15:36,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-f1608cbc-6037-4bbb-8ad6-35f6b2124925 2018-12-03 15:15:36,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=78734ebd-e644-4bc3-a40f-30de836c6083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:36,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3311 X-Openstack-Request-Id: req-2397b1b3-290d-40bb-a63b-166ec204a1c3 Date: Mon, 03 Dec 2018 15:15:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:34Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"50b9194e-ebbf-4772-930a-c99866f30ce4","ip_address":"169.254.192.3"}],"id":"0ad6b171-aad7-4d28-84de-9ddbafbf14c8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b7:1d:d3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"36a04dfa-c770-4e45-8e46-bd3af13e28fe","tenant_id":"","created_at":"2018-12-03T15:15:34Z","binding:vnic_type":"normal","device_id":"78734ebd-e644-4bc3-a40f-30de836c6083"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:34Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"50b9194e-ebbf-4772-930a-c99866f30ce4","ip_address":"169.254.192.10"}],"id":"0d10cbc5-268d-43a1-87dc-485b7ae24e31","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:95:5d:e6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"36a04dfa-c770-4e45-8e46-bd3af13e28fe","tenant_id":"","created_at":"2018-12-03T15:15:34Z","binding:vnic_type":"normal","device_id":"78734ebd-e644-4bc3-a40f-30de836c6083"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:33Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"50b9194e-ebbf-4772-930a-c99866f30ce4","ip_address":"169.254.192.5"}],"id":"24401353-3204-4898-9931-9705460e8dbb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:35:46:29","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"36a04dfa-c770-4e45-8e46-bd3af13e28fe","tenant_id":"","created_at":"2018-12-03T15:15:33Z","binding:vnic_type":"normal","device_id":"78734ebd-e644-4bc3-a40f-30de836c6083"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:36Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.208"}],"id":"e7849f06-70c2-4881-a59e-ef4d24bfa009","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d0:c3:16","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":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T15:15:32Z","binding:vnic_type":"normal","device_id":"78734ebd-e644-4bc3-a40f-30de836c6083"}]} 2018-12-03 15:15:36,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=78734ebd-e644-4bc3-a40f-30de836c6083 used request id req-2397b1b3-290d-40bb-a63b-166ec204a1c3 2018-12-03 15:15:36,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:36,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-29ead813-c87f-4231-b331-6680fdcce210 Date: Mon, 03 Dec 2018 15:15:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 15:15:36,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-29ead813-c87f-4231-b331-6680fdcce210 2018-12-03 15:15:36,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/50b9194e-ebbf-4772-930a-c99866f30ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:36,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-38591b44-c462-49e1-aa20-540495d5f2ec Date: Mon, 03 Dec 2018 15:15:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36a04dfa-c770-4e45-8e46-bd3af13e28fe","tenant_id":"","created_at":"2018-12-03T15:15:31Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:31Z","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":"50b9194e-ebbf-4772-930a-c99866f30ce4","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:15:36,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/50b9194e-ebbf-4772-930a-c99866f30ce4 used request id req-38591b44-c462-49e1-aa20-540495d5f2ec 2018-12-03 15:15:36,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/50b9194e-ebbf-4772-930a-c99866f30ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:37,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5efa32cf-569c-44b1-8618-c4db594cad24 Date: Mon, 03 Dec 2018 15:15:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36a04dfa-c770-4e45-8e46-bd3af13e28fe","tenant_id":"","created_at":"2018-12-03T15:15:31Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:31Z","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":"50b9194e-ebbf-4772-930a-c99866f30ce4","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:15:37,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/50b9194e-ebbf-4772-930a-c99866f30ce4 used request id req-5efa32cf-569c-44b1-8618-c4db594cad24 2018-12-03 15:15:37,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/50b9194e-ebbf-4772-930a-c99866f30ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:37,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9b4c29e3-199f-4e6c-825f-8237750f8de3 Date: Mon, 03 Dec 2018 15:15:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36a04dfa-c770-4e45-8e46-bd3af13e28fe","tenant_id":"","created_at":"2018-12-03T15:15:31Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:31Z","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":"50b9194e-ebbf-4772-930a-c99866f30ce4","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:15:37,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/50b9194e-ebbf-4772-930a-c99866f30ce4 used request id req-9b4c29e3-199f-4e6c-825f-8237750f8de3 2018-12-03 15:15:37,169 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-router 2018-12-03 15:15:37,169 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-router 2018-12-03 15:15:37,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/78734ebd-e644-4bc3-a40f-30de836c6083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:40,728 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d7021441-2e48-484f-a11b-07c51cc110a6 Content-Length: 0 Date: Mon, 03 Dec 2018 15:15:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:15:40,728 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/78734ebd-e644-4bc3-a40f-30de836c6083 used request id req-d7021441-2e48-484f-a11b-07c51cc110a6 2018-12-03 15:15:40,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:40,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-446c502a-1d69-42cd-9699-5f380f1a780a Date: Mon, 03 Dec 2018 15:15:40 GMT RESP BODY: {"routers": []} 2018-12-03 15:15:40,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-router used request id req-446c502a-1d69-42cd-9699-5f380f1a780a 2018-12-03 15:15:40,937 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-subnet 2018-12-03 15:15:40,937 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-subnet 2018-12-03 15:15:40,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/cb4b5e06-2ead-4bbe-9ff2-cc067ce934e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:43,188 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f36bfc12-ff5f-4954-8dc4-b456fc0f5ef9 Date: Mon, 03 Dec 2018 15:15:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:15:43,188 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/cb4b5e06-2ead-4bbe-9ff2-cc067ce934e1 used request id req-f36bfc12-ff5f-4954-8dc4-b456fc0f5ef9 2018-12-03 15:15:43,188 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-978c2702-fe12-42de-b0a5-02d6e84b20ed-pub-net 2018-12-03 15:15:43,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/09f710fb-2568-40f0-8240-82e97dac4545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acaf87aa77964eb0b56fd193a50363414305b563" 2018-12-03 15:15:44,500 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bccb657e-cafb-4a95-8048-fd425f91ec42 Date: Mon, 03 Dec 2018 15:15:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:15:44,500 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/09f710fb-2568-40f0-8240-82e97dac4545 used request id req-bccb657e-cafb-4a95-8048-fd425f91ec42 2018-12-03 15:15:44,501 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:15:44,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:15:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["9qCqEPiFSAOx6X_5m3rq-A"], "issued_at": "2018-12-03T15:15:44.000000Z"}} 2018-12-03 15:15:44,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:44,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-455a7f55-82a1-43b3-a094-82e956c6575b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:15:44,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-455a7f55-82a1-43b3-a094-82e956c6575b 2018-12-03 15:15:44,979 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net 2018-12-03 15:15:44,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" -d '{"network": {"name": "NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net", "admin_state_up": true}}' 2018-12-03 15:15:45,464 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-fa160801-702c-484c-8cee-c1d20539a396 Date: Mon, 03 Dec 2018 15:15:45 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:15:45Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:45Z","mtu":1450}} 2018-12-03 15:15:45,464 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-fa160801-702c-484c-8cee-c1d20539a396 2018-12-03 15:15:45,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:45,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-83c126d0-0c21-4b2e-871c-fb8dc27c1ea8 Date: Mon, 03 Dec 2018 15:15:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:15:45Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:45Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:45,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1 used request id req-83c126d0-0c21-4b2e-871c-fb8dc27c1ea8 2018-12-03 15:15:45,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:45,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2a840d11-b709-4871-810c-c85e6e7260d1 Date: Mon, 03 Dec 2018 15:15:45 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:15:45,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1 used request id req-2a840d11-b709-4871-810c-c85e6e7260d1 2018-12-03 15:15:45,921 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet 2018-12-03 15:15:45,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" -d '{"subnets": [{"ip_version": 4, "network_id": "f74763e3-5936-4ce9-ad3b-7766a09f2cc1", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet"}]}' 2018-12-03 15:15:46,494 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-29ee8fd2-be83-485d-aaa3-2f429fcfc618 Date: Mon, 03 Dec 2018 15:15:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:46Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:46Z","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":"1780a9ab51084544804c8f0af535fb81","id":"137c4926-20ad-4f2a-bc54-6adac193eb4c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet"}]} 2018-12-03 15:15:46,495 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-29ee8fd2-be83-485d-aaa3-2f429fcfc618 2018-12-03 15:15:46,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:46,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8228a83c-71b5-4a92-bbf2-5ba0e578927c Date: Mon, 03 Dec 2018 15:15:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["137c4926-20ad-4f2a-bc54-6adac193eb4c"],"description":"","tags":[],"updated_at":"2018-12-03T15:15:46Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:45Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:46,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1 used request id req-8228a83c-71b5-4a92-bbf2-5ba0e578927c 2018-12-03 15:15:46,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:46,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6b4b3f9d-9a86-4f39-92d0-0fb25454492d Date: Mon, 03 Dec 2018 15:15:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:46Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:46Z","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":"1780a9ab51084544804c8f0af535fb81","id":"137c4926-20ad-4f2a-bc54-6adac193eb4c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet"}]} 2018-12-03 15:15:46,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1 used request id req-6b4b3f9d-9a86-4f39-92d0-0fb25454492d 2018-12-03 15:15:46,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:47,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-2076302e-5931-41d3-9f38-6b3216f9147c Date: Mon, 03 Dec 2018 15:15:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["137c4926-20ad-4f2a-bc54-6adac193eb4c"],"description":"","tags":[],"updated_at":"2018-12-03T15:15:46Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:45Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:47,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net used request id req-2076302e-5931-41d3-9f38-6b3216f9147c 2018-12-03 15:15:47,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:15:47,223 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:15: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:15:47,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:47,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15b4d187-defc-4afc-96af-479e9a3aafba 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:15:47,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-15b4d187-defc-4afc-96af-479e9a3aafba 2018-12-03 15:15:47,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:47,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-03f329a6-825a-4296-871c-cbb51178b44d Date: Mon, 03 Dec 2018 15:15:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:46Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:46Z","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":"1780a9ab51084544804c8f0af535fb81","id":"137c4926-20ad-4f2a-bc54-6adac193eb4c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet"}]} 2018-12-03 15:15:47,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1 used request id req-03f329a6-825a-4296-871c-cbb51178b44d 2018-12-03 15:15:47,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1&name=NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:47,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3a7a82cd-e2a9-43f1-9689-b0479be6ca84 Date: Mon, 03 Dec 2018 15:15:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:46Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:46Z","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":"1780a9ab51084544804c8f0af535fb81","id":"137c4926-20ad-4f2a-bc54-6adac193eb4c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet"}]} 2018-12-03 15:15:47,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1&name=NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet used request id req-3a7a82cd-e2a9-43f1-9689-b0479be6ca84 2018-12-03 15:15:47,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:15:47,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:15:47,986 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:15:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["NWG8KLyDS8C1ATXdqmaetA"], "issued_at": "2018-12-03T15:15:47.000000Z"}} 2018-12-03 15:15:47,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4d1fe886f591283697350c366e2d0df95d4ac6" 2018-12-03 15:15:48,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f248f02b-9350-48ac-90c4-8132433e241e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:15:48,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f248f02b-9350-48ac-90c4-8132433e241e 2018-12-03 15:15:48,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:48,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ba2befc7-6357-4d3a-8c37-26acbe45d6f5 Date: Mon, 03 Dec 2018 15:15:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["137c4926-20ad-4f2a-bc54-6adac193eb4c"],"description":"","tags":[],"updated_at":"2018-12-03T15:15:46Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:45Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:48,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net used request id req-ba2befc7-6357-4d3a-8c37-26acbe45d6f5 2018-12-03 15:15:48,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:48,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b7975adb-b4c0-40e0-94c0-267561ded8e2 Date: Mon, 03 Dec 2018 15:15:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:46Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:46Z","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":"1780a9ab51084544804c8f0af535fb81","id":"137c4926-20ad-4f2a-bc54-6adac193eb4c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet"}]} 2018-12-03 15:15:48,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1 used request id req-b7975adb-b4c0-40e0-94c0-267561ded8e2 2018-12-03 15:15:48,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:48,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0f2624dd-9141-4b69-8a93-fb537290fbd8 Date: Mon, 03 Dec 2018 15:15:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["137c4926-20ad-4f2a-bc54-6adac193eb4c"],"description":"","tags":[],"updated_at":"2018-12-03T15:15:46Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:45Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:48,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net used request id req-0f2624dd-9141-4b69-8a93-fb537290fbd8 2018-12-03 15:15:48,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:15:48,776 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:15: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:15:48,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4d1fe886f591283697350c366e2d0df95d4ac6" 2018-12-03 15:15:48,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d959d8a-33ea-4454-ad43-58605904bfdf 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:15:48,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-8d959d8a-33ea-4454-ad43-58605904bfdf 2018-12-03 15:15:48,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:48,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9d27ac37-19d5-4066-b940-0d5f4c12cc93 Date: Mon, 03 Dec 2018 15:15:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:46Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:46Z","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":"1780a9ab51084544804c8f0af535fb81","id":"137c4926-20ad-4f2a-bc54-6adac193eb4c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet"}]} 2018-12-03 15:15:48,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1 used request id req-9d27ac37-19d5-4066-b940-0d5f4c12cc93 2018-12-03 15:15:48,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1&name=NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:48,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4c893602-12f6-4b46-8738-a2de7e01d202 Date: Mon, 03 Dec 2018 15:15:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:46Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:46Z","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":"1780a9ab51084544804c8f0af535fb81","id":"137c4926-20ad-4f2a-bc54-6adac193eb4c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet"}]} 2018-12-03 15:15:48,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f74763e3-5936-4ce9-ad3b-7766a09f2cc1&name=NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet used request id req-4c893602-12f6-4b46-8738-a2de7e01d202 2018-12-03 15:15:48,968 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net 2018-12-03 15:15:48,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" -d '{"port": {"network_id": "f74763e3-5936-4ce9-ad3b-7766a09f2cc1", "fixed_ips": [{"subnet_id": "137c4926-20ad-4f2a-bc54-6adac193eb4c", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-port", "admin_state_up": true}}' 2018-12-03 15:15:49,734 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-5299133a-f08b-4108-8084-c0ca3b8a80b8 Date: Mon, 03 Dec 2018 15:15:49 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:49Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"137c4926-20ad-4f2a-bc54-6adac193eb4c","ip_address":"10.55.1.100"}],"id":"b172aad4-4a2c-4689-a0dc-e85b158267ac","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cf:36:30","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-port","project_id":"1780a9ab51084544804c8f0af535fb81","qos_policy_id":null,"admin_state_up":true,"network_id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:49Z","binding:vnic_type":"normal"}} 2018-12-03 15:15:49,734 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-5299133a-f08b-4108-8084-c0ca3b8a80b8 2018-12-03 15:15:49,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:49,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3730 X-Openstack-Request-Id: req-eeb13992-4ed5-4742-91b1-6824daca94f8 Date: Mon, 03 Dec 2018 15:15:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"137c4926-20ad-4f2a-bc54-6adac193eb4c","ip_address":"10.55.1.2"}],"id":"893059c0-7f3f-4ce8-b624-0a6187893a61","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:7a:28","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f74763e3-5936-4ce9-ad3b-7766a09f2cc1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"137c4926-20ad-4f2a-bc54-6adac193eb4c","ip_address":"10.55.1.3"}],"id":"91e3247a-9a89-4cde-bb00-c371b99528d1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:f8:c8","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:47Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f74763e3-5936-4ce9-ad3b-7766a09f2cc1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:49Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"137c4926-20ad-4f2a-bc54-6adac193eb4c","ip_address":"10.55.1.100"}],"id":"b172aad4-4a2c-4689-a0dc-e85b158267ac","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cf:36:30","project_id":"1780a9ab51084544804c8f0af535fb81","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-port","admin_state_up":true,"network_id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:49Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:48Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"137c4926-20ad-4f2a-bc54-6adac193eb4c","ip_address":"10.55.1.4"}],"id":"b6e6cf78-ba3e-4330-9708-2e4c7e6f963c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ac:0c:33","project_id":"1780a9ab51084544804c8f0af535fb81","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f74763e3-5936-4ce9-ad3b-7766a09f2cc1","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f74763e3-5936-4ce9-ad3b-7766a09f2cc1"}]} 2018-12-03 15:15:49,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-eeb13992-4ed5-4742-91b1-6824daca94f8 2018-12-03 15:15:49,785 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-port 2018-12-03 15:15:49,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/b172aad4-4a2c-4689-a0dc-e85b158267ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:50,536 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fe782547-c768-40f3-a390-5a94cab96937 Date: Mon, 03 Dec 2018 15:15:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:15:50,537 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/b172aad4-4a2c-4689-a0dc-e85b158267ac used request id req-fe782547-c768-40f3-a390-5a94cab96937 2018-12-03 15:15:50,537 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet 2018-12-03 15:15:50,537 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-subnet 2018-12-03 15:15:50,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/137c4926-20ad-4f2a-bc54-6adac193eb4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:52,673 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-105f661e-7423-41e8-808e-de2e86573c60 Date: Mon, 03 Dec 2018 15:15:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:15:52,673 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/137c4926-20ad-4f2a-bc54-6adac193eb4c used request id req-105f661e-7423-41e8-808e-de2e86573c60 2018-12-03 15:15:52,674 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ac05175d-df38-4371-98b9-f11ef3761213-pub-net 2018-12-03 15:15:52,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/f74763e3-5936-4ce9-ad3b-7766a09f2cc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e8fc06248653b0b15c8877208cc506bbf34383" 2018-12-03 15:15:53,924 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7073cefb-3a1f-48fb-bf09-ca11a14d5596 Date: Mon, 03 Dec 2018 15:15:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:15:53,925 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/f74763e3-5936-4ce9-ad3b-7766a09f2cc1 used request id req-7073cefb-3a1f-48fb-bf09-ca11a14d5596 2018-12-03 15:15:53,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:15:54,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:15:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["rZx3h8i0RcqVS0ZA0t0jSQ"], "issued_at": "2018-12-03T15:15:54.000000Z"}} 2018-12-03 15:15:54,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:54,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9c395ab-1858-41c5-9164-37dcabe730bc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:15:54,397 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e9c395ab-1858-41c5-9164-37dcabe730bc 2018-12-03 15:15:54,398 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net 2018-12-03 15:15:54,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" -d '{"network": {"name": "NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net", "admin_state_up": true}}' 2018-12-03 15:15:54,794 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-58287b36-8d21-414c-9e07-b65120d35585 Date: Mon, 03 Dec 2018 15:15:54 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4dbee42f-90f3-498e-9b45-e278f7219280","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:15:54Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:54Z","mtu":1450}} 2018-12-03 15:15:54,794 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-58287b36-8d21-414c-9e07-b65120d35585 2018-12-03 15:15:54,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4dbee42f-90f3-498e-9b45-e278f7219280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:55,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-b4c3a593-a9b4-44fd-9cd0-6e1e0800ec17 Date: Mon, 03 Dec 2018 15:15:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4dbee42f-90f3-498e-9b45-e278f7219280","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:15:54Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:54Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:55,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4dbee42f-90f3-498e-9b45-e278f7219280 used request id req-b4c3a593-a9b4-44fd-9cd0-6e1e0800ec17 2018-12-03 15:15:55,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4dbee42f-90f3-498e-9b45-e278f7219280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:55,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e499eb0a-cf8d-49fd-8d11-299eca1d9aea Date: Mon, 03 Dec 2018 15:15:55 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:15:55,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4dbee42f-90f3-498e-9b45-e278f7219280 used request id req-e499eb0a-cf8d-49fd-8d11-299eca1d9aea 2018-12-03 15:15:55,199 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet 2018-12-03 15:15:55,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" -d '{"subnets": [{"ip_version": 4, "network_id": "4dbee42f-90f3-498e-9b45-e278f7219280", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet"}]}' 2018-12-03 15:15:55,859 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-af6f55ba-a62f-4375-b5b4-16b5a6739df9 Date: Mon, 03 Dec 2018 15:15:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4dbee42f-90f3-498e-9b45-e278f7219280","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:55Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:55Z","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":"1780a9ab51084544804c8f0af535fb81","id":"c4f23f6b-5548-4e57-939f-4e84581f8e9e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet"}]} 2018-12-03 15:15:55,860 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-af6f55ba-a62f-4375-b5b4-16b5a6739df9 2018-12-03 15:15:55,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4dbee42f-90f3-498e-9b45-e278f7219280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:56,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4743dbf2-9e93-42b2-acfc-073040c2c28a Date: Mon, 03 Dec 2018 15:15:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4dbee42f-90f3-498e-9b45-e278f7219280","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["c4f23f6b-5548-4e57-939f-4e84581f8e9e"],"description":"","tags":[],"updated_at":"2018-12-03T15:15:55Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:54Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:56,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4dbee42f-90f3-498e-9b45-e278f7219280 used request id req-4743dbf2-9e93-42b2-acfc-073040c2c28a 2018-12-03 15:15:56,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4dbee42f-90f3-498e-9b45-e278f7219280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:56,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5b26515f-75df-4045-8908-4c0ea2451522 Date: Mon, 03 Dec 2018 15:15:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4dbee42f-90f3-498e-9b45-e278f7219280","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:55Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:55Z","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":"1780a9ab51084544804c8f0af535fb81","id":"c4f23f6b-5548-4e57-939f-4e84581f8e9e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet"}]} 2018-12-03 15:15:56,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4dbee42f-90f3-498e-9b45-e278f7219280 used request id req-5b26515f-75df-4045-8908-4c0ea2451522 2018-12-03 15:15:56,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:56,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-142fcb46-ee7f-4db7-801f-60469759307d Date: Mon, 03 Dec 2018 15:15:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4dbee42f-90f3-498e-9b45-e278f7219280","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["c4f23f6b-5548-4e57-939f-4e84581f8e9e"],"description":"","tags":[],"updated_at":"2018-12-03T15:15:55Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:54Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:56,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net used request id req-142fcb46-ee7f-4db7-801f-60469759307d 2018-12-03 15:15:56,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:15:56,593 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:15: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:15:56,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:56,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a185d71-8d20-484c-9bc3-a5cee3c4bc82 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:15:56,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-9a185d71-8d20-484c-9bc3-a5cee3c4bc82 2018-12-03 15:15:56,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4dbee42f-90f3-498e-9b45-e278f7219280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:56,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3911cba6-9759-4a4a-b162-9043b3351dec Date: Mon, 03 Dec 2018 15:15:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4dbee42f-90f3-498e-9b45-e278f7219280","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:55Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:55Z","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":"1780a9ab51084544804c8f0af535fb81","id":"c4f23f6b-5548-4e57-939f-4e84581f8e9e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet"}]} 2018-12-03 15:15:56,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4dbee42f-90f3-498e-9b45-e278f7219280 used request id req-3911cba6-9759-4a4a-b162-9043b3351dec 2018-12-03 15:15:56,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4dbee42f-90f3-498e-9b45-e278f7219280&name=NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:57,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bf5d5ba4-e537-45cd-b5c4-39da5b85c696 Date: Mon, 03 Dec 2018 15:15:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4dbee42f-90f3-498e-9b45-e278f7219280","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:55Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:55Z","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":"1780a9ab51084544804c8f0af535fb81","id":"c4f23f6b-5548-4e57-939f-4e84581f8e9e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet"}]} 2018-12-03 15:15:57,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4dbee42f-90f3-498e-9b45-e278f7219280&name=NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet used request id req-bf5d5ba4-e537-45cd-b5c4-39da5b85c696 2018-12-03 15:15:57,004 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:15:57,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:15:57,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:15:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["Yb7D2HO-R52bfK8-spoxJA"], "issued_at": "2018-12-03T15:15:57.000000Z"}} 2018-12-03 15:15:57,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9ecdf0666231fb6f6dc0d7b8fc74b6290b7740" 2018-12-03 15:15:57,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2ffd469-c530-472e-aab9-b7f17761614b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:15:57,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d2ffd469-c530-472e-aab9-b7f17761614b 2018-12-03 15:15:57,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:57,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-134155a2-5c08-4b8f-8f5a-fac54f93f411 Date: Mon, 03 Dec 2018 15:15:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4dbee42f-90f3-498e-9b45-e278f7219280","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["c4f23f6b-5548-4e57-939f-4e84581f8e9e"],"description":"","tags":[],"updated_at":"2018-12-03T15:15:55Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:54Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:57,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net used request id req-134155a2-5c08-4b8f-8f5a-fac54f93f411 2018-12-03 15:15:57,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4dbee42f-90f3-498e-9b45-e278f7219280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:58,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9bae4445-1a10-411f-bf28-5364ae0b2257 Date: Mon, 03 Dec 2018 15:15:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4dbee42f-90f3-498e-9b45-e278f7219280","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:55Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:55Z","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":"1780a9ab51084544804c8f0af535fb81","id":"c4f23f6b-5548-4e57-939f-4e84581f8e9e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet"}]} 2018-12-03 15:15:58,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4dbee42f-90f3-498e-9b45-e278f7219280 used request id req-9bae4445-1a10-411f-bf28-5364ae0b2257 2018-12-03 15:15:58,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:58,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d6e94246-5162-44d1-9acf-63eb28bcf203 Date: Mon, 03 Dec 2018 15:15:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4dbee42f-90f3-498e-9b45-e278f7219280","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["c4f23f6b-5548-4e57-939f-4e84581f8e9e"],"description":"","tags":[],"updated_at":"2018-12-03T15:15:55Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:54Z","provider:network_type":"vxlan"}]} 2018-12-03 15:15:58,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net used request id req-d6e94246-5162-44d1-9acf-63eb28bcf203 2018-12-03 15:15:58,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:15:58,165 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:15: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:15:58,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9ecdf0666231fb6f6dc0d7b8fc74b6290b7740" 2018-12-03 15:15:58,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:15:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-632fb986-93a8-4dc8-9b74-79f001841d1a 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:15:58,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-632fb986-93a8-4dc8-9b74-79f001841d1a 2018-12-03 15:15:58,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4dbee42f-90f3-498e-9b45-e278f7219280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:58,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6ece0e3c-3c3c-4621-931c-495fb26d0934 Date: Mon, 03 Dec 2018 15:15:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4dbee42f-90f3-498e-9b45-e278f7219280","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:55Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:55Z","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":"1780a9ab51084544804c8f0af535fb81","id":"c4f23f6b-5548-4e57-939f-4e84581f8e9e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet"}]} 2018-12-03 15:15:58,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4dbee42f-90f3-498e-9b45-e278f7219280 used request id req-6ece0e3c-3c3c-4621-931c-495fb26d0934 2018-12-03 15:15:58,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4dbee42f-90f3-498e-9b45-e278f7219280&name=NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:58,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dcfe5333-170b-4c3e-a1e4-51e3bc44ffd2 Date: Mon, 03 Dec 2018 15:15:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4dbee42f-90f3-498e-9b45-e278f7219280","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:55Z","dns_nameservers":[],"updated_at":"2018-12-03T15:15:55Z","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":"1780a9ab51084544804c8f0af535fb81","id":"c4f23f6b-5548-4e57-939f-4e84581f8e9e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet"}]} 2018-12-03 15:15:58,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4dbee42f-90f3-498e-9b45-e278f7219280&name=NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet used request id req-dcfe5333-170b-4c3e-a1e4-51e3bc44ffd2 2018-12-03 15:15:58,358 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net 2018-12-03 15:15:58,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" -d '{"port": {"network_id": "4dbee42f-90f3-498e-9b45-e278f7219280", "fixed_ips": [{"subnet_id": "c4f23f6b-5548-4e57-939f-4e84581f8e9e", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-port", "admin_state_up": true}}' 2018-12-03 15:15:59,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-b6ee30fa-1963-42d3-adc3-8d4724c32d06 Date: Mon, 03 Dec 2018 15:15:59 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:58Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c4f23f6b-5548-4e57-939f-4e84581f8e9e","ip_address":"10.55.1.100"}],"id":"428bff6a-b875-4117-a4fb-f1bdff744812","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:57:71:77","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-port","project_id":"1780a9ab51084544804c8f0af535fb81","qos_policy_id":null,"admin_state_up":true,"network_id":"4dbee42f-90f3-498e-9b45-e278f7219280","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:58Z","binding:vnic_type":"normal"}} 2018-12-03 15:15:59,243 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-b6ee30fa-1963-42d3-adc3-8d4724c32d06 2018-12-03 15:15:59,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:59,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3730 X-Openstack-Request-Id: req-2d892a0f-b201-44b4-9a3a-028031955735 Date: Mon, 03 Dec 2018 15:15:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:57Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c4f23f6b-5548-4e57-939f-4e84581f8e9e","ip_address":"10.55.1.3"}],"id":"387b37e8-cdc6-41d5-86fc-c10e7e135715","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:eb:01","project_id":"1780a9ab51084544804c8f0af535fb81","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4dbee42f-90f3-498e-9b45-e278f7219280","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4dbee42f-90f3-498e-9b45-e278f7219280"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:58Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c4f23f6b-5548-4e57-939f-4e84581f8e9e","ip_address":"10.55.1.100"}],"id":"428bff6a-b875-4117-a4fb-f1bdff744812","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:57:71:77","project_id":"1780a9ab51084544804c8f0af535fb81","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-port","admin_state_up":true,"network_id":"4dbee42f-90f3-498e-9b45-e278f7219280","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:58Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c4f23f6b-5548-4e57-939f-4e84581f8e9e","ip_address":"10.55.1.4"}],"id":"84ca62f7-c010-4cce-9ea6-c63bd6f5fd03","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:8b:92","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4dbee42f-90f3-498e-9b45-e278f7219280","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4dbee42f-90f3-498e-9b45-e278f7219280"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:15:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c4f23f6b-5548-4e57-939f-4e84581f8e9e","ip_address":"10.55.1.2"}],"id":"de9e5ff8-547c-49a6-bf3a-388d9ffd6a0c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:30:db","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4dbee42f-90f3-498e-9b45-e278f7219280","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:15:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4dbee42f-90f3-498e-9b45-e278f7219280"}]} 2018-12-03 15:15:59,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-2d892a0f-b201-44b4-9a3a-028031955735 2018-12-03 15:15:59,306 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-port 2018-12-03 15:15:59,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/428bff6a-b875-4117-a4fb-f1bdff744812 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:15:59,950 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8ecc01b2-ec6d-4d1f-997f-af542d7bcee3 Date: Mon, 03 Dec 2018 15:15:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:15:59,950 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/428bff6a-b875-4117-a4fb-f1bdff744812 used request id req-8ecc01b2-ec6d-4d1f-997f-af542d7bcee3 2018-12-03 15:15:59,951 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet 2018-12-03 15:15:59,951 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-subnet 2018-12-03 15:15:59,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/c4f23f6b-5548-4e57-939f-4e84581f8e9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:16:01,835 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6756bf30-2e07-4849-ae2c-cfa17d18af2e Date: Mon, 03 Dec 2018 15:16:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:16:01,835 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/c4f23f6b-5548-4e57-939f-4e84581f8e9e used request id req-6756bf30-2e07-4849-ae2c-cfa17d18af2e 2018-12-03 15:16:01,835 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f04d406e-5fc2-497d-aabc-7c5fcf85ac1e-pub-net 2018-12-03 15:16:01,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/4dbee42f-90f3-498e-9b45-e278f7219280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17b289207ad5922d942e043af598d7c0815332ef" 2018-12-03 15:16:03,151 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd576a08-087c-4e71-bca3-d1fedc0c44ce Date: Mon, 03 Dec 2018 15:16:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:16:03,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/4dbee42f-90f3-498e-9b45-e278f7219280 used request id req-bd576a08-087c-4e71-bca3-d1fedc0c44ce 2018-12-03 15:16:03,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:16:03,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:16:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["vy7wIodnSXm4f-fQ1ah6iQ"], "issued_at": "2018-12-03T15:16:03.000000Z"}} 2018-12-03 15:16:03,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:03,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-211e48b0-4abb-43a5-98d6-d3bb3ba3277f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:16:03,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-211e48b0-4abb-43a5-98d6-d3bb3ba3277f 2018-12-03 15:16:03,611 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net 2018-12-03 15:16:03,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" -d '{"network": {"name": "NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net", "admin_state_up": true}}' 2018-12-03 15:16:04,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-cc5a278a-9132-416a-a9b8-a3dc076f9e97 Date: Mon, 03 Dec 2018 15:16: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":"38ab0b12-ac1d-4adb-9f5a-1871269b35fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:16:03Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:03Z","mtu":1450}} 2018-12-03 15:16:04,049 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-cc5a278a-9132-416a-a9b8-a3dc076f9e97 2018-12-03 15:16:04,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:04,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-65c65479-a2d9-4975-aa17-8b7badd940c9 Date: Mon, 03 Dec 2018 15:16:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"38ab0b12-ac1d-4adb-9f5a-1871269b35fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:16:03Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:03Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:04,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe used request id req-65c65479-a2d9-4975-aa17-8b7badd940c9 2018-12-03 15:16:04,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:04,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0fa66e55-2893-45a3-8d46-a7699e85d50a Date: Mon, 03 Dec 2018 15:16:04 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:16:04,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe used request id req-0fa66e55-2893-45a3-8d46-a7699e85d50a 2018-12-03 15:16:04,622 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet 2018-12-03 15:16:04,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" -d '{"subnets": [{"ip_version": 4, "network_id": "38ab0b12-ac1d-4adb-9f5a-1871269b35fe", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet"}]}' 2018-12-03 15:16:05,129 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6c95d2dd-0a9c-4475-b23b-461efd138d36 Date: Mon, 03 Dec 2018 15:16:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38ab0b12-ac1d-4adb-9f5a-1871269b35fe","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:04Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:04Z","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":"1780a9ab51084544804c8f0af535fb81","id":"0d8d9545-07bd-4c18-80aa-e95daad1bab5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet"}]} 2018-12-03 15:16:05,129 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-6c95d2dd-0a9c-4475-b23b-461efd138d36 2018-12-03 15:16:05,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:05,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0e3ba5a9-8fa8-4f58-8451-c073f94b930f Date: Mon, 03 Dec 2018 15:16:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"38ab0b12-ac1d-4adb-9f5a-1871269b35fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["0d8d9545-07bd-4c18-80aa-e95daad1bab5"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:03Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:05,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe used request id req-0e3ba5a9-8fa8-4f58-8451-c073f94b930f 2018-12-03 15:16:05,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:05,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a90a2360-5edd-4ecb-b50c-18477aee01e7 Date: Mon, 03 Dec 2018 15:16:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38ab0b12-ac1d-4adb-9f5a-1871269b35fe","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:04Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:04Z","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":"1780a9ab51084544804c8f0af535fb81","id":"0d8d9545-07bd-4c18-80aa-e95daad1bab5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet"}]} 2018-12-03 15:16:05,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe used request id req-a90a2360-5edd-4ecb-b50c-18477aee01e7 2018-12-03 15:16:05,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:05,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3a92ea34-ad6d-4b18-8359-8449fa58e6e1 Date: Mon, 03 Dec 2018 15:16:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"38ab0b12-ac1d-4adb-9f5a-1871269b35fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["0d8d9545-07bd-4c18-80aa-e95daad1bab5"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:03Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:05,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net used request id req-3a92ea34-ad6d-4b18-8359-8449fa58e6e1 2018-12-03 15:16:05,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:16:05,728 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:16:05,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:05,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10f71eed-6184-4bfd-a8d7-e3344c5547a0 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:16:05,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-10f71eed-6184-4bfd-a8d7-e3344c5547a0 2018-12-03 15:16:05,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:06,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d9c21b63-c3c4-46c5-910c-63b0ff11bfad Date: Mon, 03 Dec 2018 15:16:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38ab0b12-ac1d-4adb-9f5a-1871269b35fe","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:04Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:04Z","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":"1780a9ab51084544804c8f0af535fb81","id":"0d8d9545-07bd-4c18-80aa-e95daad1bab5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet"}]} 2018-12-03 15:16:06,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe used request id req-d9c21b63-c3c4-46c5-910c-63b0ff11bfad 2018-12-03 15:16:06,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe&name=NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:06,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d90aef68-f2ae-492b-830f-90ff27684ecb Date: Mon, 03 Dec 2018 15:16:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38ab0b12-ac1d-4adb-9f5a-1871269b35fe","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:04Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:04Z","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":"1780a9ab51084544804c8f0af535fb81","id":"0d8d9545-07bd-4c18-80aa-e95daad1bab5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet"}]} 2018-12-03 15:16:06,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe&name=NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet used request id req-d90aef68-f2ae-492b-830f-90ff27684ecb 2018-12-03 15:16:06,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:16:06,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:16:06,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:16:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["ZEiOKnh9S6y00iXQ2uvexA"], "issued_at": "2018-12-03T15:16:06.000000Z"}} 2018-12-03 15:16:06,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9d18ba6a6e35c0654bc117d3fdcc33349de758" 2018-12-03 15:16:06,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9934658-0c9d-4d1b-905f-b0755c4b8cf6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:16:06,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d9934658-0c9d-4d1b-905f-b0755c4b8cf6 2018-12-03 15:16:06,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:07,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0eae8bd1-cc6f-4579-8266-24f5057815cf Date: Mon, 03 Dec 2018 15:16:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"38ab0b12-ac1d-4adb-9f5a-1871269b35fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["0d8d9545-07bd-4c18-80aa-e95daad1bab5"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:03Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:07,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net used request id req-0eae8bd1-cc6f-4579-8266-24f5057815cf 2018-12-03 15:16:07,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:07,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6954b48a-47ac-4d27-a0fa-0bec173f6261 Date: Mon, 03 Dec 2018 15:16:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38ab0b12-ac1d-4adb-9f5a-1871269b35fe","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:04Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:04Z","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":"1780a9ab51084544804c8f0af535fb81","id":"0d8d9545-07bd-4c18-80aa-e95daad1bab5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet"}]} 2018-12-03 15:16:07,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe used request id req-6954b48a-47ac-4d27-a0fa-0bec173f6261 2018-12-03 15:16:07,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:07,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-dbaf89a0-97f4-4edb-9e12-cda48bb611d1 Date: Mon, 03 Dec 2018 15:16:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"38ab0b12-ac1d-4adb-9f5a-1871269b35fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["0d8d9545-07bd-4c18-80aa-e95daad1bab5"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:03Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:07,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net used request id req-dbaf89a0-97f4-4edb-9e12-cda48bb611d1 2018-12-03 15:16:07,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:16:07,349 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:16:07,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9d18ba6a6e35c0654bc117d3fdcc33349de758" 2018-12-03 15:16:07,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b51549f-e15b-41c2-8b53-ce410a2a162e 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:16:07,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-8b51549f-e15b-41c2-8b53-ce410a2a162e 2018-12-03 15:16:07,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:07,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8d9ae6c6-3880-45fa-ab3e-3873cb45b30a Date: Mon, 03 Dec 2018 15:16:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38ab0b12-ac1d-4adb-9f5a-1871269b35fe","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:04Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:04Z","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":"1780a9ab51084544804c8f0af535fb81","id":"0d8d9545-07bd-4c18-80aa-e95daad1bab5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet"}]} 2018-12-03 15:16:07,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe used request id req-8d9ae6c6-3880-45fa-ab3e-3873cb45b30a 2018-12-03 15:16:07,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe&name=NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:07,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7055095e-f720-44fe-a6f1-70c6995bec41 Date: Mon, 03 Dec 2018 15:16:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38ab0b12-ac1d-4adb-9f5a-1871269b35fe","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:04Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:04Z","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":"1780a9ab51084544804c8f0af535fb81","id":"0d8d9545-07bd-4c18-80aa-e95daad1bab5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet"}]} 2018-12-03 15:16:07,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38ab0b12-ac1d-4adb-9f5a-1871269b35fe&name=NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet used request id req-7055095e-f720-44fe-a6f1-70c6995bec41 2018-12-03 15:16:07,728 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net 2018-12-03 15:16:07,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" -d '{"port": {"network_id": "38ab0b12-ac1d-4adb-9f5a-1871269b35fe", "fixed_ips": [{"subnet_id": "0d8d9545-07bd-4c18-80aa-e95daad1bab5", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-port", "admin_state_up": true}}' 2018-12-03 15:16:07,893 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-d9dcaa82-41a8-4566-8683-40b5632eb9f2 Date: Mon, 03 Dec 2018 15:16:07 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-03 15:16:07,893 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-d9dcaa82-41a8-4566-8683-40b5632eb9f2 2018-12-03 15:16:07,893 - 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-12-03 15:16:07,894 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet 2018-12-03 15:16:07,894 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-subnet 2018-12-03 15:16:07,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/0d8d9545-07bd-4c18-80aa-e95daad1bab5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:09,835 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-152ef7bd-a194-49b5-9180-715694d0dd17 Date: Mon, 03 Dec 2018 15:16:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:16:09,835 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/0d8d9545-07bd-4c18-80aa-e95daad1bab5 used request id req-152ef7bd-a194-49b5-9180-715694d0dd17 2018-12-03 15:16:09,836 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-2f3dbe09-cf1b-4143-90b9-de0abcbb415a-pub-net 2018-12-03 15:16:09,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/38ab0b12-ac1d-4adb-9f5a-1871269b35fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79568d522512e1a7f7fe4cbda4e1f3014c0f74ef" 2018-12-03 15:16:11,266 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1daca622-6bd7-4349-89f2-8b3fd84a25aa Date: Mon, 03 Dec 2018 15:16:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:16:11,266 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/38ab0b12-ac1d-4adb-9f5a-1871269b35fe used request id req-1daca622-6bd7-4349-89f2-8b3fd84a25aa 2018-12-03 15:16:11,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:16:11,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:16:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["3MYDoSQqRe-XLvK2t4MxTA"], "issued_at": "2018-12-03T15:16:11.000000Z"}} 2018-12-03 15:16:11,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:11,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68346413-42c3-4b2b-aeab-2b0aa7cc7fcd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:16:11,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-68346413-42c3-4b2b-aeab-2b0aa7cc7fcd 2018-12-03 15:16:11,721 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net 2018-12-03 15:16:11,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" -d '{"network": {"name": "NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net", "admin_state_up": true}}' 2018-12-03 15:16:12,105 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-127a5b58-961c-4903-b4f9-10669490cfc3 Date: Mon, 03 Dec 2018 15:16:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"03165d2b-7fcd-4b6a-aec2-0005991abf8d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:16:11Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:11Z","mtu":1450}} 2018-12-03 15:16:12,105 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-127a5b58-961c-4903-b4f9-10669490cfc3 2018-12-03 15:16:12,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=03165d2b-7fcd-4b6a-aec2-0005991abf8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:12,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-ac1283d3-cf8b-4d19-89cc-d849a632814d Date: Mon, 03 Dec 2018 15:16:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"03165d2b-7fcd-4b6a-aec2-0005991abf8d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:16:11Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:11Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:12,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=03165d2b-7fcd-4b6a-aec2-0005991abf8d used request id req-ac1283d3-cf8b-4d19-89cc-d849a632814d 2018-12-03 15:16:12,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03165d2b-7fcd-4b6a-aec2-0005991abf8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:12,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9a7eeb7e-4824-4c5f-97f4-39e701e76757 Date: Mon, 03 Dec 2018 15:16:12 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:16:12,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03165d2b-7fcd-4b6a-aec2-0005991abf8d used request id req-9a7eeb7e-4824-4c5f-97f4-39e701e76757 2018-12-03 15:16:12,545 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet 2018-12-03 15:16:12,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" -d '{"subnets": [{"ip_version": 4, "network_id": "03165d2b-7fcd-4b6a-aec2-0005991abf8d", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet"}]}' 2018-12-03 15:16:13,069 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-822073a7-ccd7-412f-b3e7-95f919d72043 Date: Mon, 03 Dec 2018 15:16:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03165d2b-7fcd-4b6a-aec2-0005991abf8d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:12Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:12Z","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":"1780a9ab51084544804c8f0af535fb81","id":"afe4ab5a-d59a-450b-8cec-2073064f44ba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet"}]} 2018-12-03 15:16:13,069 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-822073a7-ccd7-412f-b3e7-95f919d72043 2018-12-03 15:16:13,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=03165d2b-7fcd-4b6a-aec2-0005991abf8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:13,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e8c92eab-0d4f-4137-89fd-1da696a8e07b Date: Mon, 03 Dec 2018 15:16:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"03165d2b-7fcd-4b6a-aec2-0005991abf8d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["afe4ab5a-d59a-450b-8cec-2073064f44ba"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:12Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:11Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:13,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=03165d2b-7fcd-4b6a-aec2-0005991abf8d used request id req-e8c92eab-0d4f-4137-89fd-1da696a8e07b 2018-12-03 15:16:13,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03165d2b-7fcd-4b6a-aec2-0005991abf8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:13,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-db26339a-ec91-4dca-ae50-d5e88da1e582 Date: Mon, 03 Dec 2018 15:16:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03165d2b-7fcd-4b6a-aec2-0005991abf8d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:12Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:12Z","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":"1780a9ab51084544804c8f0af535fb81","id":"afe4ab5a-d59a-450b-8cec-2073064f44ba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet"}]} 2018-12-03 15:16:13,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03165d2b-7fcd-4b6a-aec2-0005991abf8d used request id req-db26339a-ec91-4dca-ae50-d5e88da1e582 2018-12-03 15:16:13,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:13,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-17637b84-7e90-475e-9bf0-75d8f7dcefb5 Date: Mon, 03 Dec 2018 15:16:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"03165d2b-7fcd-4b6a-aec2-0005991abf8d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["afe4ab5a-d59a-450b-8cec-2073064f44ba"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:12Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:11Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:13,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net used request id req-17637b84-7e90-475e-9bf0-75d8f7dcefb5 2018-12-03 15:16:13,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:16:13,748 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:16:13,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:13,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ec2042-8905-4d0a-af0f-3ff16a02ba62 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:16:13,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-17ec2042-8905-4d0a-af0f-3ff16a02ba62 2018-12-03 15:16:13,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03165d2b-7fcd-4b6a-aec2-0005991abf8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:14,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5b25356f-82c8-40e4-b381-24fce9de2525 Date: Mon, 03 Dec 2018 15:16:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03165d2b-7fcd-4b6a-aec2-0005991abf8d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:12Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:12Z","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":"1780a9ab51084544804c8f0af535fb81","id":"afe4ab5a-d59a-450b-8cec-2073064f44ba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet"}]} 2018-12-03 15:16:14,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03165d2b-7fcd-4b6a-aec2-0005991abf8d used request id req-5b25356f-82c8-40e4-b381-24fce9de2525 2018-12-03 15:16:14,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03165d2b-7fcd-4b6a-aec2-0005991abf8d&name=NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:14,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fa383669-6221-44c8-bb59-7f3a9c0a8c2e Date: Mon, 03 Dec 2018 15:16:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03165d2b-7fcd-4b6a-aec2-0005991abf8d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:12Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:12Z","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":"1780a9ab51084544804c8f0af535fb81","id":"afe4ab5a-d59a-450b-8cec-2073064f44ba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet"}]} 2018-12-03 15:16:14,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03165d2b-7fcd-4b6a-aec2-0005991abf8d&name=NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet used request id req-fa383669-6221-44c8-bb59-7f3a9c0a8c2e 2018-12-03 15:16:14,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:16:14,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:16:14,751 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:16:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["uhbV_0PTRyOX21iSBZlzFw"], "issued_at": "2018-12-03T15:16:14.000000Z"}} 2018-12-03 15:16:14,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48d17ea03f584a7e18fe2d54112010211b32784d" 2018-12-03 15:16:14,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-856f7d1d-27ec-46b7-92ce-597e99da3ae9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:16:14,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-856f7d1d-27ec-46b7-92ce-597e99da3ae9 2018-12-03 15:16:14,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:15,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1033abd8-e516-40ce-b562-01aa6c7ba704 Date: Mon, 03 Dec 2018 15:16:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"03165d2b-7fcd-4b6a-aec2-0005991abf8d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["afe4ab5a-d59a-450b-8cec-2073064f44ba"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:12Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:11Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:15,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net used request id req-1033abd8-e516-40ce-b562-01aa6c7ba704 2018-12-03 15:16:15,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03165d2b-7fcd-4b6a-aec2-0005991abf8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:15,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0672ee2c-a348-4539-a5d2-d00c2f717101 Date: Mon, 03 Dec 2018 15:16:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03165d2b-7fcd-4b6a-aec2-0005991abf8d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:12Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:12Z","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":"1780a9ab51084544804c8f0af535fb81","id":"afe4ab5a-d59a-450b-8cec-2073064f44ba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet"}]} 2018-12-03 15:16:15,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03165d2b-7fcd-4b6a-aec2-0005991abf8d used request id req-0672ee2c-a348-4539-a5d2-d00c2f717101 2018-12-03 15:16:15,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:15,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-eba94dab-5b5d-46b0-83aa-a127c97d0ff5 Date: Mon, 03 Dec 2018 15:16:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"03165d2b-7fcd-4b6a-aec2-0005991abf8d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["afe4ab5a-d59a-450b-8cec-2073064f44ba"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:12Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:11Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:15,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net used request id req-eba94dab-5b5d-46b0-83aa-a127c97d0ff5 2018-12-03 15:16:15,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:16:15,571 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:16:15,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48d17ea03f584a7e18fe2d54112010211b32784d" 2018-12-03 15:16:15,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b7c059b-ccdb-4aa2-b7e2-b3f938289bbc 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:16:15,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-6b7c059b-ccdb-4aa2-b7e2-b3f938289bbc 2018-12-03 15:16:15,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03165d2b-7fcd-4b6a-aec2-0005991abf8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:15,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6667c561-edc6-4340-bb16-535f4a701312 Date: Mon, 03 Dec 2018 15:16:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03165d2b-7fcd-4b6a-aec2-0005991abf8d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:12Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:12Z","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":"1780a9ab51084544804c8f0af535fb81","id":"afe4ab5a-d59a-450b-8cec-2073064f44ba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet"}]} 2018-12-03 15:16:15,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03165d2b-7fcd-4b6a-aec2-0005991abf8d used request id req-6667c561-edc6-4340-bb16-535f4a701312 2018-12-03 15:16:15,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03165d2b-7fcd-4b6a-aec2-0005991abf8d&name=NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:15,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f3d76b00-743f-43cc-956f-195a4d53bb47 Date: Mon, 03 Dec 2018 15:16:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03165d2b-7fcd-4b6a-aec2-0005991abf8d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:12Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:12Z","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":"1780a9ab51084544804c8f0af535fb81","id":"afe4ab5a-d59a-450b-8cec-2073064f44ba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet"}]} 2018-12-03 15:16:15,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03165d2b-7fcd-4b6a-aec2-0005991abf8d&name=NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet used request id req-f3d76b00-743f-43cc-956f-195a4d53bb47 2018-12-03 15:16:15,936 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net 2018-12-03 15:16:15,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" -d '{"port": {"network_id": "03165d2b-7fcd-4b6a-aec2-0005991abf8d", "fixed_ips": [{"subnet_id": "afe4ab5a-d59a-450b-8cec-2073064f44ba", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-port", "admin_state_up": true}}' 2018-12-03 15:16:16,350 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-932ee567-4b23-484c-925d-b8c0453f58a0 Date: Mon, 03 Dec 2018 15:16:16 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-12-03 15:16:16,350 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-932ee567-4b23-484c-925d-b8c0453f58a0 2018-12-03 15:16:16,351 - 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-12-03 15:16:16,351 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet 2018-12-03 15:16:16,351 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-subnet 2018-12-03 15:16:16,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/afe4ab5a-d59a-450b-8cec-2073064f44ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:18,536 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b822337c-bff9-496c-84de-b0497840ae73 Date: Mon, 03 Dec 2018 15:16:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:16:18,536 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/afe4ab5a-d59a-450b-8cec-2073064f44ba used request id req-b822337c-bff9-496c-84de-b0497840ae73 2018-12-03 15:16:18,536 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-aa0a8aa8-1545-4891-b8e6-432a0a482c94-pub-net 2018-12-03 15:16:18,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/03165d2b-7fcd-4b6a-aec2-0005991abf8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3f17b3edfeaf84885aff9765386eb1856f86a3" 2018-12-03 15:16:19,913 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-628f89c9-6a82-4556-9e0b-716093ffe81a Date: Mon, 03 Dec 2018 15:16:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:16:19,913 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/03165d2b-7fcd-4b6a-aec2-0005991abf8d used request id req-628f89c9-6a82-4556-9e0b-716093ffe81a 2018-12-03 15:16:19,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:16:20,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:16:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["7sTKhZPATlG0vAz2Iyvz2Q"], "issued_at": "2018-12-03T15:16:20.000000Z"}} 2018-12-03 15:16:20,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:20,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62dfce18-9507-4f8a-923f-1e0c5f561636 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:16:20,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-62dfce18-9507-4f8a-923f-1e0c5f561636 2018-12-03 15:16:20,389 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net 2018-12-03 15:16:20,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" -d '{"network": {"name": "NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net", "admin_state_up": true}}' 2018-12-03 15:16:20,821 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-db776a5c-dae8-4c06-a429-c9b64885c172 Date: Mon, 03 Dec 2018 15:16:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ff19d474-6123-43a1-83f2-cf95cca5ec67","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":15,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:16:20Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:20Z","mtu":1450}} 2018-12-03 15:16:20,821 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-db776a5c-dae8-4c06-a429-c9b64885c172 2018-12-03 15:16:20,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ff19d474-6123-43a1-83f2-cf95cca5ec67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:21,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-7e440411-64c5-46ec-9338-b014e43443d1 Date: Mon, 03 Dec 2018 15:16:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ff19d474-6123-43a1-83f2-cf95cca5ec67","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":15,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:16:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:20Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:21,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ff19d474-6123-43a1-83f2-cf95cca5ec67 used request id req-7e440411-64c5-46ec-9338-b014e43443d1 2018-12-03 15:16:21,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ff19d474-6123-43a1-83f2-cf95cca5ec67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:21,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aadec244-8b05-4fda-9347-121f47af9451 Date: Mon, 03 Dec 2018 15:16:21 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:16:21,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ff19d474-6123-43a1-83f2-cf95cca5ec67 used request id req-aadec244-8b05-4fda-9347-121f47af9451 2018-12-03 15:16:21,269 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet 2018-12-03 15:16:21,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" -d '{"subnets": [{"ip_version": 4, "network_id": "ff19d474-6123-43a1-83f2-cf95cca5ec67", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet"}]}' 2018-12-03 15:16:21,757 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bec1a3f9-30c8-42d7-b5f0-3b7aedfa8240 Date: Mon, 03 Dec 2018 15:16:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff19d474-6123-43a1-83f2-cf95cca5ec67","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:21Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:21Z","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":"1780a9ab51084544804c8f0af535fb81","id":"24f7e850-dd2c-4619-b87d-851cb4486543","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet"}]} 2018-12-03 15:16:21,757 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-bec1a3f9-30c8-42d7-b5f0-3b7aedfa8240 2018-12-03 15:16:21,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ff19d474-6123-43a1-83f2-cf95cca5ec67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:21,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ee24c32c-c19c-4a89-9475-e362d323a777 Date: Mon, 03 Dec 2018 15:16:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ff19d474-6123-43a1-83f2-cf95cca5ec67","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":15,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["24f7e850-dd2c-4619-b87d-851cb4486543"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:21Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:20Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:21,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ff19d474-6123-43a1-83f2-cf95cca5ec67 used request id req-ee24c32c-c19c-4a89-9475-e362d323a777 2018-12-03 15:16:21,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ff19d474-6123-43a1-83f2-cf95cca5ec67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:22,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4bed7bb3-6a83-478a-bcfc-5369339aad0e Date: Mon, 03 Dec 2018 15:16:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff19d474-6123-43a1-83f2-cf95cca5ec67","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:21Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:21Z","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":"1780a9ab51084544804c8f0af535fb81","id":"24f7e850-dd2c-4619-b87d-851cb4486543","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet"}]} 2018-12-03 15:16:22,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ff19d474-6123-43a1-83f2-cf95cca5ec67 used request id req-4bed7bb3-6a83-478a-bcfc-5369339aad0e 2018-12-03 15:16:22,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:22,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4a0f61c6-7c81-46f2-868e-4f729a34ccb6 Date: Mon, 03 Dec 2018 15:16:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ff19d474-6123-43a1-83f2-cf95cca5ec67","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":15,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["24f7e850-dd2c-4619-b87d-851cb4486543"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:21Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:20Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:22,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net used request id req-4a0f61c6-7c81-46f2-868e-4f729a34ccb6 2018-12-03 15:16:22,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:16:22,462 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:16:22,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:22,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4b31a0f-237e-4864-8a04-12203c669d67 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:16:22,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-f4b31a0f-237e-4864-8a04-12203c669d67 2018-12-03 15:16:22,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ff19d474-6123-43a1-83f2-cf95cca5ec67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:22,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4e698ba4-856e-479e-9af4-12826bbac710 Date: Mon, 03 Dec 2018 15:16:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff19d474-6123-43a1-83f2-cf95cca5ec67","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:21Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:21Z","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":"1780a9ab51084544804c8f0af535fb81","id":"24f7e850-dd2c-4619-b87d-851cb4486543","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet"}]} 2018-12-03 15:16:22,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ff19d474-6123-43a1-83f2-cf95cca5ec67 used request id req-4e698ba4-856e-479e-9af4-12826bbac710 2018-12-03 15:16:22,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ff19d474-6123-43a1-83f2-cf95cca5ec67&name=NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:22,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-14053e5d-7a36-4295-a74f-39189041ba4b Date: Mon, 03 Dec 2018 15:16:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff19d474-6123-43a1-83f2-cf95cca5ec67","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:21Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:21Z","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":"1780a9ab51084544804c8f0af535fb81","id":"24f7e850-dd2c-4619-b87d-851cb4486543","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet"}]} 2018-12-03 15:16:22,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ff19d474-6123-43a1-83f2-cf95cca5ec67&name=NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet used request id req-14053e5d-7a36-4295-a74f-39189041ba4b 2018-12-03 15:16:22,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:16:22,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:16:23,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:16:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["Zx6BIYXCRvqXIeMR5jkcFA"], "issued_at": "2018-12-03T15:16:23.000000Z"}} 2018-12-03 15:16:23,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc2a5aeb9e4363aaf8a2a7d1eec06e9b183117a" 2018-12-03 15:16:23,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e863e248-ee9d-4170-904b-1195916121b2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:16:23,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e863e248-ee9d-4170-904b-1195916121b2 2018-12-03 15:16:23,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:23,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9a698386-2a46-4b33-8a7d-dba723e775a5 Date: Mon, 03 Dec 2018 15:16:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ff19d474-6123-43a1-83f2-cf95cca5ec67","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":15,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["24f7e850-dd2c-4619-b87d-851cb4486543"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:21Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:20Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:23,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net used request id req-9a698386-2a46-4b33-8a7d-dba723e775a5 2018-12-03 15:16:23,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ff19d474-6123-43a1-83f2-cf95cca5ec67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:23,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f885fac8-bce0-40cf-9593-43f8b0266920 Date: Mon, 03 Dec 2018 15:16:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff19d474-6123-43a1-83f2-cf95cca5ec67","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:21Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:21Z","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":"1780a9ab51084544804c8f0af535fb81","id":"24f7e850-dd2c-4619-b87d-851cb4486543","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet"}]} 2018-12-03 15:16:23,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ff19d474-6123-43a1-83f2-cf95cca5ec67 used request id req-f885fac8-bce0-40cf-9593-43f8b0266920 2018-12-03 15:16:23,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:24,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-045e17ae-9688-44bc-a5a9-c71782a72b7d Date: Mon, 03 Dec 2018 15:16:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ff19d474-6123-43a1-83f2-cf95cca5ec67","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":15,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["24f7e850-dd2c-4619-b87d-851cb4486543"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:21Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:20Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:24,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net used request id req-045e17ae-9688-44bc-a5a9-c71782a72b7d 2018-12-03 15:16:24,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:16:24,136 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:16:24,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc2a5aeb9e4363aaf8a2a7d1eec06e9b183117a" 2018-12-03 15:16:24,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2245243c-fe33-4204-b84d-db8d47016fb9 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:16:24,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-2245243c-fe33-4204-b84d-db8d47016fb9 2018-12-03 15:16:24,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ff19d474-6123-43a1-83f2-cf95cca5ec67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:24,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-368ca623-1ab2-4155-aa5a-94c2ba65f7cc Date: Mon, 03 Dec 2018 15:16:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff19d474-6123-43a1-83f2-cf95cca5ec67","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:21Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:21Z","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":"1780a9ab51084544804c8f0af535fb81","id":"24f7e850-dd2c-4619-b87d-851cb4486543","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet"}]} 2018-12-03 15:16:24,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ff19d474-6123-43a1-83f2-cf95cca5ec67 used request id req-368ca623-1ab2-4155-aa5a-94c2ba65f7cc 2018-12-03 15:16:24,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ff19d474-6123-43a1-83f2-cf95cca5ec67&name=NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:24,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-afe08a9d-be3a-4914-8254-5bbc44ebcd15 Date: Mon, 03 Dec 2018 15:16:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff19d474-6123-43a1-83f2-cf95cca5ec67","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:21Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:21Z","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":"1780a9ab51084544804c8f0af535fb81","id":"24f7e850-dd2c-4619-b87d-851cb4486543","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet"}]} 2018-12-03 15:16:24,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ff19d474-6123-43a1-83f2-cf95cca5ec67&name=NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet used request id req-afe08a9d-be3a-4914-8254-5bbc44ebcd15 2018-12-03 15:16:24,335 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net 2018-12-03 15:16:24,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" -d '{"port": {"network_id": "ff19d474-6123-43a1-83f2-cf95cca5ec67", "fixed_ips": [{"subnet_id": "24f7e850-dd2c-4619-b87d-851cb4486543", "ip_address": null}], "name": "NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-port", "admin_state_up": true}}' 2018-12-03 15:16:24,352 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-6018aaa6-66b6-4298-9d7e-77bf99b3b350 Date: Mon, 03 Dec 2018 15:16:24 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-03 15:16:24,352 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-6018aaa6-66b6-4298-9d7e-77bf99b3b350 2018-12-03 15:16:24,353 - 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-12-03 15:16:24,353 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet 2018-12-03 15:16:24,353 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-subnet 2018-12-03 15:16:24,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/24f7e850-dd2c-4619-b87d-851cb4486543 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:26,326 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-27156017-9da5-49eb-89ba-2b14c3c39509 Date: Mon, 03 Dec 2018 15:16:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:16:26,326 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/24f7e850-dd2c-4619-b87d-851cb4486543 used request id req-27156017-9da5-49eb-89ba-2b14c3c39509 2018-12-03 15:16:26,326 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-8dc54ca4-c671-4df2-9e19-8531d248018f-pub-net 2018-12-03 15:16:26,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/ff19d474-6123-43a1-83f2-cf95cca5ec67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9412dda5cd93c6cfa577ced6a3ae1703878acb3c" 2018-12-03 15:16:27,739 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ba265aa5-60de-4054-b301-faf4fbcce522 Date: Mon, 03 Dec 2018 15:16:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:16:27,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/ff19d474-6123-43a1-83f2-cf95cca5ec67 used request id req-ba265aa5-60de-4054-b301-faf4fbcce522 2018-12-03 15:16:27,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:16:28,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:16:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["1n2DX38tS4-E8flgbRU1zw"], "issued_at": "2018-12-03T15:16:28.000000Z"}} 2018-12-03 15:16:28,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:28,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcb4367e-34a5-48df-bc56-37c35d4ef53d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:16:28,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bcb4367e-34a5-48df-bc56-37c35d4ef53d 2018-12-03 15:16:28,208 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net 2018-12-03 15:16:28,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" -d '{"network": {"name": "NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net", "admin_state_up": true}}' 2018-12-03 15:16:28,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-d0ba29a6-90e7-47e3-97ca-6be5ee588266 Date: Mon, 03 Dec 2018 15:16:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"efadd66f-0e47-43cc-a7fd-662d7774997d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":69,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:16:28Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:28Z","mtu":1450}} 2018-12-03 15:16:28,614 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-d0ba29a6-90e7-47e3-97ca-6be5ee588266 2018-12-03 15:16:28,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=efadd66f-0e47-43cc-a7fd-662d7774997d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:28,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-cc45db9a-9673-44f9-b504-ccc43ca7c056 Date: Mon, 03 Dec 2018 15:16:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"efadd66f-0e47-43cc-a7fd-662d7774997d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":69,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:16:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:28,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=efadd66f-0e47-43cc-a7fd-662d7774997d used request id req-cc45db9a-9673-44f9-b504-ccc43ca7c056 2018-12-03 15:16:28,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=efadd66f-0e47-43cc-a7fd-662d7774997d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:29,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d5ba5c6f-d98d-4cf6-81af-4f3f6547c0a2 Date: Mon, 03 Dec 2018 15:16:29 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:16:29,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=efadd66f-0e47-43cc-a7fd-662d7774997d used request id req-d5ba5c6f-d98d-4cf6-81af-4f3f6547c0a2 2018-12-03 15:16:29,081 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet 2018-12-03 15:16:29,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" -d '{"subnets": [{"ip_version": 4, "network_id": "efadd66f-0e47-43cc-a7fd-662d7774997d", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet"}]}' 2018-12-03 15:16:29,578 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7d65a9ee-60e0-4a4d-9a2f-b013a4a32a1e Date: Mon, 03 Dec 2018 15:16:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efadd66f-0e47-43cc-a7fd-662d7774997d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16: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":"1780a9ab51084544804c8f0af535fb81","id":"9a153d32-4cf0-4f2b-9fa0-5b5c34fac210","subnetpool_id":null,"name":"NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet"}]} 2018-12-03 15:16:29,578 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-7d65a9ee-60e0-4a4d-9a2f-b013a4a32a1e 2018-12-03 15:16:29,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=efadd66f-0e47-43cc-a7fd-662d7774997d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:29,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f85ae23f-86ef-4c90-9066-e74c8be10c91 Date: Mon, 03 Dec 2018 15:16:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"efadd66f-0e47-43cc-a7fd-662d7774997d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":69,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["9a153d32-4cf0-4f2b-9fa0-5b5c34fac210"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:29Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:29,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=efadd66f-0e47-43cc-a7fd-662d7774997d used request id req-f85ae23f-86ef-4c90-9066-e74c8be10c91 2018-12-03 15:16:29,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=efadd66f-0e47-43cc-a7fd-662d7774997d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:29,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-34802f33-cad2-495c-b230-ac0c161dd080 Date: Mon, 03 Dec 2018 15:16:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efadd66f-0e47-43cc-a7fd-662d7774997d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16: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":"1780a9ab51084544804c8f0af535fb81","id":"9a153d32-4cf0-4f2b-9fa0-5b5c34fac210","subnetpool_id":null,"name":"NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet"}]} 2018-12-03 15:16:29,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=efadd66f-0e47-43cc-a7fd-662d7774997d used request id req-34802f33-cad2-495c-b230-ac0c161dd080 2018-12-03 15:16:29,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:29,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4ec8475c-fc6b-4809-ad02-1eaec80a767b Date: Mon, 03 Dec 2018 15:16:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"efadd66f-0e47-43cc-a7fd-662d7774997d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":69,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["9a153d32-4cf0-4f2b-9fa0-5b5c34fac210"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:29Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:29,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net used request id req-4ec8475c-fc6b-4809-ad02-1eaec80a767b 2018-12-03 15:16:29,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:16:29,967 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:16:29,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:30,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-083d22ee-b253-489a-bf4d-8abe21f492e3 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:16:30,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-083d22ee-b253-489a-bf4d-8abe21f492e3 2018-12-03 15:16:30,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=efadd66f-0e47-43cc-a7fd-662d7774997d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:30,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1af057cf-4c87-412e-a575-9d06691a61cb Date: Mon, 03 Dec 2018 15:16:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efadd66f-0e47-43cc-a7fd-662d7774997d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16: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":"1780a9ab51084544804c8f0af535fb81","id":"9a153d32-4cf0-4f2b-9fa0-5b5c34fac210","subnetpool_id":null,"name":"NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet"}]} 2018-12-03 15:16:30,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=efadd66f-0e47-43cc-a7fd-662d7774997d used request id req-1af057cf-4c87-412e-a575-9d06691a61cb 2018-12-03 15:16:30,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=efadd66f-0e47-43cc-a7fd-662d7774997d&name=NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:30,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e45856dc-3421-4d29-9071-d118377239a2 Date: Mon, 03 Dec 2018 15:16:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efadd66f-0e47-43cc-a7fd-662d7774997d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16: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":"1780a9ab51084544804c8f0af535fb81","id":"9a153d32-4cf0-4f2b-9fa0-5b5c34fac210","subnetpool_id":null,"name":"NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet"}]} 2018-12-03 15:16:30,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=efadd66f-0e47-43cc-a7fd-662d7774997d&name=NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet used request id req-e45856dc-3421-4d29-9071-d118377239a2 2018-12-03 15:16:30,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:16:30,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:16:30,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:16:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["m2Bx-VF7RrO3Jp2fcDfbNg"], "issued_at": "2018-12-03T15:16:30.000000Z"}} 2018-12-03 15:16:30,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bebc034230f0d67cf2cb01424d496c9fa0d17172" 2018-12-03 15:16:30,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3d9389f-22a3-4c71-8cf8-39f5da3c1059 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:16:30,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a3d9389f-22a3-4c71-8cf8-39f5da3c1059 2018-12-03 15:16:30,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:31,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fd599d4e-428d-4ca7-a122-3e5658f9d072 Date: Mon, 03 Dec 2018 15:16:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"efadd66f-0e47-43cc-a7fd-662d7774997d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":69,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["9a153d32-4cf0-4f2b-9fa0-5b5c34fac210"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:29Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:31,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net used request id req-fd599d4e-428d-4ca7-a122-3e5658f9d072 2018-12-03 15:16:31,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=efadd66f-0e47-43cc-a7fd-662d7774997d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:31,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e6d0c87d-2260-4807-87d8-3e180567deff Date: Mon, 03 Dec 2018 15:16:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efadd66f-0e47-43cc-a7fd-662d7774997d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16: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":"1780a9ab51084544804c8f0af535fb81","id":"9a153d32-4cf0-4f2b-9fa0-5b5c34fac210","subnetpool_id":null,"name":"NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet"}]} 2018-12-03 15:16:31,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=efadd66f-0e47-43cc-a7fd-662d7774997d used request id req-e6d0c87d-2260-4807-87d8-3e180567deff 2018-12-03 15:16:31,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:31,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4a6d5551-364c-4c48-a76a-e4da6cbf451f Date: Mon, 03 Dec 2018 15:16:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"efadd66f-0e47-43cc-a7fd-662d7774997d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":69,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["9a153d32-4cf0-4f2b-9fa0-5b5c34fac210"],"description":"","tags":[],"updated_at":"2018-12-03T15:16:29Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:16:31,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net used request id req-4a6d5551-364c-4c48-a76a-e4da6cbf451f 2018-12-03 15:16:31,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:16:31,545 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:16:31,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bebc034230f0d67cf2cb01424d496c9fa0d17172" 2018-12-03 15:16:31,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15bbffda-9645-4da1-8761-a08a341f4e5c 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:16:31,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-15bbffda-9645-4da1-8761-a08a341f4e5c 2018-12-03 15:16:31,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=efadd66f-0e47-43cc-a7fd-662d7774997d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:31,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ef485903-fca7-4c31-8f18-45f7b1f34c3b Date: Mon, 03 Dec 2018 15:16:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efadd66f-0e47-43cc-a7fd-662d7774997d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16: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":"1780a9ab51084544804c8f0af535fb81","id":"9a153d32-4cf0-4f2b-9fa0-5b5c34fac210","subnetpool_id":null,"name":"NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet"}]} 2018-12-03 15:16:31,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=efadd66f-0e47-43cc-a7fd-662d7774997d used request id req-ef485903-fca7-4c31-8f18-45f7b1f34c3b 2018-12-03 15:16:31,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=efadd66f-0e47-43cc-a7fd-662d7774997d&name=NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:32,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-06466785-e6bb-4797-bd8e-04dc2185ddad Date: Mon, 03 Dec 2018 15:16:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efadd66f-0e47-43cc-a7fd-662d7774997d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16: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":"1780a9ab51084544804c8f0af535fb81","id":"9a153d32-4cf0-4f2b-9fa0-5b5c34fac210","subnetpool_id":null,"name":"NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet"}]} 2018-12-03 15:16:32,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=efadd66f-0e47-43cc-a7fd-662d7774997d&name=NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet used request id req-06466785-e6bb-4797-bd8e-04dc2185ddad 2018-12-03 15:16:32,127 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net 2018-12-03 15:16:32,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" -d '{"port": {"network_id": "efadd66f-0e47-43cc-a7fd-662d7774997d", "fixed_ips": [{"subnet_id": "9a153d32-4cf0-4f2b-9fa0-5b5c34fac210", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-12-03 15:16:33,051 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-5addc537-136d-4b39-9f7e-f87d78567687 Date: Mon, 03 Dec 2018 15:16:33 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:32Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9a153d32-4cf0-4f2b-9fa0-5b5c34fac210","ip_address":"10.55.1.100"}],"id":"c9e2c9b5-040f-4128-a872-3f5bfea1c416","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:47:c7:7d","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"1780a9ab51084544804c8f0af535fb81","qos_policy_id":null,"admin_state_up":true,"network_id":"efadd66f-0e47-43cc-a7fd-662d7774997d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:32Z","binding:vnic_type":"normal"}} 2018-12-03 15:16:33,051 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-5addc537-136d-4b39-9f7e-f87d78567687 2018-12-03 15:16:33,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports/c9e2c9b5-040f-4128-a872-3f5bfea1c416 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:33,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-d971f78f-a474-44d7-9fd8-9d3fd7d3ba45 Date: Mon, 03 Dec 2018 15:16:33 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9a153d32-4cf0-4f2b-9fa0-5b5c34fac210","ip_address":"10.55.1.100"}],"id":"c9e2c9b5-040f-4128-a872-3f5bfea1c416","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:47:c7:7d","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"1780a9ab51084544804c8f0af535fb81","qos_policy_id":null,"admin_state_up":true,"network_id":"efadd66f-0e47-43cc-a7fd-662d7774997d","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:16:32Z","binding:vnic_type":"normal"}} 2018-12-03 15:16:33,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports/c9e2c9b5-040f-4128-a872-3f5bfea1c416 used request id req-d971f78f-a474-44d7-9fd8-9d3fd7d3ba45 2018-12-03 15:16:33,240 - neutron_utils - INFO - Deleting port with name 2018-12-03 15:16:33,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/c9e2c9b5-040f-4128-a872-3f5bfea1c416 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:33,719 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a09f62f4-6d63-4e7d-90b8-b930c68dccc0 Date: Mon, 03 Dec 2018 15:16:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:16:33,719 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/c9e2c9b5-040f-4128-a872-3f5bfea1c416 used request id req-a09f62f4-6d63-4e7d-90b8-b930c68dccc0 2018-12-03 15:16:33,719 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet 2018-12-03 15:16:33,719 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-subnet 2018-12-03 15:16:33,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/9a153d32-4cf0-4f2b-9fa0-5b5c34fac210 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:35,819 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-104897d6-08b0-48f8-83b7-a01ed6666ea9 Date: Mon, 03 Dec 2018 15:16:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:16:35,819 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/9a153d32-4cf0-4f2b-9fa0-5b5c34fac210 used request id req-104897d6-08b0-48f8-83b7-a01ed6666ea9 2018-12-03 15:16:35,819 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-18d16e5c-ec03-4343-913f-1695ff05330c-pub-net 2018-12-03 15:16:35,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/efadd66f-0e47-43cc-a7fd-662d7774997d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd4271273eb2920f3138b87d79408146067abb8" 2018-12-03 15:16:37,158 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-64875efa-9c45-493e-bf41-03836872b7a3 Date: Mon, 03 Dec 2018 15:16:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:16:37,159 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/efadd66f-0e47-43cc-a7fd-662d7774997d used request id req-64875efa-9c45-493e-bf41-03836872b7a3 2018-12-03 15:16:37,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:16:37,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:16:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["d4X9nlRGR2K-Ncu7bLVPGw"], "issued_at": "2018-12-03T15:16:37.000000Z"}} 2018-12-03 15:16:37,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b6bdcb7c95a64a5f2250610e5f5497c4d78f55" 2018-12-03 15:16:37,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad9ef3c0-44d3-4c8a-8c57-bf37166d9ac8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:16:37,634 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ad9ef3c0-44d3-4c8a-8c57-bf37166d9ac8 2018-12-03 15:16:37,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:16:37,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:16:38,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:16:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["n3ncJ1CKQuWd2AcRxZvLdQ"], "issued_at": "2018-12-03T15:16:38.000000Z"}} 2018-12-03 15:16:38,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6da574bccc60976fa85ae65985db7e59cbcedf9" 2018-12-03 15:16:38,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-652c686c-8256-4145-81d7-4d810e81a080 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:16:38,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-652c686c-8256-4145-81d7-4d810e81a080 2018-12-03 15:16:38,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-097e82a2-7453-4a9e-9511-3647156eccf6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b6bdcb7c95a64a5f2250610e5f5497c4d78f55" 2018-12-03 15:16:38,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f9b4228e-2dd9-45a1-bd83-af39402f63fe Date: Mon, 03 Dec 2018 15:16:38 GMT RESP BODY: {"networks":[]} 2018-12-03 15:16:38,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-097e82a2-7453-4a9e-9511-3647156eccf6-pub-net used request id req-f9b4228e-2dd9-45a1-bd83-af39402f63fe 2018-12-03 15:16:38,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:16:38,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:16:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["lShumemERz-dJ-KunR5_jA"], "issued_at": "2018-12-03T15:16:38.000000Z"}} 2018-12-03 15:16:38,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:38,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5f546e1-f192-4898-b126-79235f0fe888 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:16:38,768 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d5f546e1-f192-4898-b126-79235f0fe888 2018-12-03 15:16:38,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:16:38,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:16:39,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:16:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["9gL2fQh6Rr-0gpzOW8CcVQ"], "issued_at": "2018-12-03T15:16:39.000000Z"}} 2018-12-03 15:16:39,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1edb81036d58785f57843edb18fa836911e3513" 2018-12-03 15:16:39,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38bf57f7-2dee-4655-8ffd-3250cf277779 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:16:39,252 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-38bf57f7-2dee-4655-8ffd-3250cf277779 2018-12-03 15:16:39,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:39,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d1ee2875-9fb0-4548-8f30-726330ab6eb0 Date: Mon, 03 Dec 2018 15:16:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:16:39,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-d1ee2875-9fb0-4548-8f30-726330ab6eb0 2018-12-03 15:16:39,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:39,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-230d2e8d-aec6-4884-b8f7-e0ecfa32eb40 Date: Mon, 03 Dec 2018 15:16:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 15:16:39,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-230d2e8d-aec6-4884-b8f7-e0ecfa32eb40 2018-12-03 15:16:39,708 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-bb13fb7e-e117-4118-a201-f9123420841a-pub-router 2018-12-03 15:16:39,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "NeutronUtilsRouterTests-bb13fb7e-e117-4118-a201-f9123420841a-pub-router", "admin_state_up": true}}' 2018-12-03 15:16:44,652 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-808d1bc6-8d22-4a3f-8ed5-d10147cfbe6c Date: Mon, 03 Dec 2018 15:16:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:16:40Z", "admin_state_up": true, "updated_at": "2018-12-03T15:16:41Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "4f3a2d5f-e5a7-4941-986e-76fb4239a183", "name": "NeutronUtilsRouterTests-bb13fb7e-e117-4118-a201-f9123420841a-pub-router"}} 2018-12-03 15:16:44,652 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-808d1bc6-8d22-4a3f-8ed5-d10147cfbe6c 2018-12-03 15:16:44,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=4f3a2d5f-e5a7-4941-986e-76fb4239a183 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:44,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-e523ffc5-25ff-4530-828e-5d2b7b937de8 Date: Mon, 03 Dec 2018 15:16:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:42Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf493abc-d395-4590-986c-a786f839bf23","ip_address":"169.254.192.7"}],"id":"3867008e-34f4-4eab-a4fb-68974ee07ec0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4a:e8:e1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"c3f6b0a6-c030-4886-89eb-01acc717b2d0","tenant_id":"","created_at":"2018-12-03T15:16:42Z","binding:vnic_type":"normal","device_id":"4f3a2d5f-e5a7-4941-986e-76fb4239a183"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:41Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.205"}],"id":"4e53e098-6d30-4284-aaab-183442033eb7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:60:8e:e0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T15:16:40Z","binding:vnic_type":"normal","device_id":"4f3a2d5f-e5a7-4941-986e-76fb4239a183"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:43Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf493abc-d395-4590-986c-a786f839bf23","ip_address":"169.254.192.9"}],"id":"7daf2bad-1351-421e-8a95-193179fcf4a9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:75:23:91","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"c3f6b0a6-c030-4886-89eb-01acc717b2d0","tenant_id":"","created_at":"2018-12-03T15:16:43Z","binding:vnic_type":"normal","device_id":"4f3a2d5f-e5a7-4941-986e-76fb4239a183"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:42Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf493abc-d395-4590-986c-a786f839bf23","ip_address":"169.254.192.4"}],"id":"a44035e0-1d38-4f4d-bd9e-c9b86e6d17e5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:2f:52","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"c3f6b0a6-c030-4886-89eb-01acc717b2d0","tenant_id":"","created_at":"2018-12-03T15:16:41Z","binding:vnic_type":"normal","device_id":"4f3a2d5f-e5a7-4941-986e-76fb4239a183"}]} 2018-12-03 15:16:44,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=4f3a2d5f-e5a7-4941-986e-76fb4239a183 used request id req-e523ffc5-25ff-4530-828e-5d2b7b937de8 2018-12-03 15:16:44,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:45,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4843e095-4a2c-4c74-83f0-0db87a7085eb Date: Mon, 03 Dec 2018 15:16:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 15:16:45,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-4843e095-4a2c-4c74-83f0-0db87a7085eb 2018-12-03 15:16:45,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/bf493abc-d395-4590-986c-a786f839bf23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:45,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8d69632c-91f6-4e0d-ae1a-cab9db55e833 Date: Mon, 03 Dec 2018 15:16:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c3f6b0a6-c030-4886-89eb-01acc717b2d0","tenant_id":"","created_at":"2018-12-03T15:16:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:40Z","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":"bf493abc-d395-4590-986c-a786f839bf23","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:16:45,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/bf493abc-d395-4590-986c-a786f839bf23 used request id req-8d69632c-91f6-4e0d-ae1a-cab9db55e833 2018-12-03 15:16:45,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/bf493abc-d395-4590-986c-a786f839bf23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:45,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-20d62dec-5093-4491-9f74-afa1bb523a0e Date: Mon, 03 Dec 2018 15:16:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c3f6b0a6-c030-4886-89eb-01acc717b2d0","tenant_id":"","created_at":"2018-12-03T15:16:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:40Z","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":"bf493abc-d395-4590-986c-a786f839bf23","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:16:45,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/bf493abc-d395-4590-986c-a786f839bf23 used request id req-20d62dec-5093-4491-9f74-afa1bb523a0e 2018-12-03 15:16:45,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/bf493abc-d395-4590-986c-a786f839bf23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:45,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d9c66304-bdbd-4e28-bbff-88e8a8573610 Date: Mon, 03 Dec 2018 15:16:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c3f6b0a6-c030-4886-89eb-01acc717b2d0","tenant_id":"","created_at":"2018-12-03T15:16:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:40Z","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":"bf493abc-d395-4590-986c-a786f839bf23","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:16:45,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/bf493abc-d395-4590-986c-a786f839bf23 used request id req-d9c66304-bdbd-4e28-bbff-88e8a8573610 2018-12-03 15:16:45,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-bb13fb7e-e117-4118-a201-f9123420841a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:45,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-236bfc00-fe41-4da2-bc07-af590a26df36 Date: Mon, 03 Dec 2018 15:16:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:16:40Z", "admin_state_up": true, "updated_at": "2018-12-03T15:16:43Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "4f3a2d5f-e5a7-4941-986e-76fb4239a183", "name": "NeutronUtilsRouterTests-bb13fb7e-e117-4118-a201-f9123420841a-pub-router"}]} 2018-12-03 15:16:45,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-bb13fb7e-e117-4118-a201-f9123420841a-pub-router used request id req-236bfc00-fe41-4da2-bc07-af590a26df36 2018-12-03 15:16:45,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:16:45,834 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:16:45,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:45,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecf481a8-8e2c-4036-a848-af220ac123f6 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:16:45,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-ecf481a8-8e2c-4036-a848-af220ac123f6 2018-12-03 15:16:45,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=4f3a2d5f-e5a7-4941-986e-76fb4239a183 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:46,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-a47a9083-0927-4151-b221-2c3bc10d2749 Date: Mon, 03 Dec 2018 15:16:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:42Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf493abc-d395-4590-986c-a786f839bf23","ip_address":"169.254.192.7"}],"id":"3867008e-34f4-4eab-a4fb-68974ee07ec0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4a:e8:e1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"c3f6b0a6-c030-4886-89eb-01acc717b2d0","tenant_id":"","created_at":"2018-12-03T15:16:42Z","binding:vnic_type":"normal","device_id":"4f3a2d5f-e5a7-4941-986e-76fb4239a183"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:45Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.205"}],"id":"4e53e098-6d30-4284-aaab-183442033eb7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:60:8e:e0","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":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T15:16:40Z","binding:vnic_type":"normal","device_id":"4f3a2d5f-e5a7-4941-986e-76fb4239a183"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:45Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf493abc-d395-4590-986c-a786f839bf23","ip_address":"169.254.192.9"}],"id":"7daf2bad-1351-421e-8a95-193179fcf4a9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:23:91","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"c3f6b0a6-c030-4886-89eb-01acc717b2d0","tenant_id":"","created_at":"2018-12-03T15:16:43Z","binding:vnic_type":"normal","device_id":"4f3a2d5f-e5a7-4941-986e-76fb4239a183"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:42Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf493abc-d395-4590-986c-a786f839bf23","ip_address":"169.254.192.4"}],"id":"a44035e0-1d38-4f4d-bd9e-c9b86e6d17e5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:2f:52","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"c3f6b0a6-c030-4886-89eb-01acc717b2d0","tenant_id":"","created_at":"2018-12-03T15:16:41Z","binding:vnic_type":"normal","device_id":"4f3a2d5f-e5a7-4941-986e-76fb4239a183"}]} 2018-12-03 15:16:46,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=4f3a2d5f-e5a7-4941-986e-76fb4239a183 used request id req-a47a9083-0927-4151-b221-2c3bc10d2749 2018-12-03 15:16:46,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:46,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-31e5a9d7-c363-414f-8f89-949085ffd67d Date: Mon, 03 Dec 2018 15:16:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 15:16:46,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-31e5a9d7-c363-414f-8f89-949085ffd67d 2018-12-03 15:16:46,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/bf493abc-d395-4590-986c-a786f839bf23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:46,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1214fa40-a340-4372-aa8c-ca18129420b7 Date: Mon, 03 Dec 2018 15:16:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c3f6b0a6-c030-4886-89eb-01acc717b2d0","tenant_id":"","created_at":"2018-12-03T15:16:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:40Z","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":"bf493abc-d395-4590-986c-a786f839bf23","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:16:46,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/bf493abc-d395-4590-986c-a786f839bf23 used request id req-1214fa40-a340-4372-aa8c-ca18129420b7 2018-12-03 15:16:46,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/bf493abc-d395-4590-986c-a786f839bf23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:46,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b842625c-4e5c-4819-baaa-617c1d784164 Date: Mon, 03 Dec 2018 15:16:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c3f6b0a6-c030-4886-89eb-01acc717b2d0","tenant_id":"","created_at":"2018-12-03T15:16:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:40Z","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":"bf493abc-d395-4590-986c-a786f839bf23","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:16:46,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/bf493abc-d395-4590-986c-a786f839bf23 used request id req-b842625c-4e5c-4819-baaa-617c1d784164 2018-12-03 15:16:46,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/bf493abc-d395-4590-986c-a786f839bf23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:46,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c0e66591-2c1e-4391-a3cc-5b02cb78a1f4 Date: Mon, 03 Dec 2018 15:16:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c3f6b0a6-c030-4886-89eb-01acc717b2d0","tenant_id":"","created_at":"2018-12-03T15:16:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16:40Z","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":"bf493abc-d395-4590-986c-a786f839bf23","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:16:46,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/bf493abc-d395-4590-986c-a786f839bf23 used request id req-c0e66591-2c1e-4391-a3cc-5b02cb78a1f4 2018-12-03 15:16:46,991 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-bb13fb7e-e117-4118-a201-f9123420841a-pub-router 2018-12-03 15:16:46,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/4f3a2d5f-e5a7-4941-986e-76fb4239a183 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:50,277 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5cfa6144-1a2d-45ec-9ba2-7ec0b8934057 Content-Length: 0 Date: Mon, 03 Dec 2018 15:16:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:16:50,278 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/4f3a2d5f-e5a7-4941-986e-76fb4239a183 used request id req-5cfa6144-1a2d-45ec-9ba2-7ec0b8934057 2018-12-03 15:16:50,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-bb13fb7e-e117-4118-a201-f9123420841a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1abe640f41aeb88ebbdd5934fbdccad2c2c3628e" 2018-12-03 15:16:50,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-579f5f39-0093-4f17-9654-91db8f740a92 Date: Mon, 03 Dec 2018 15:16:50 GMT RESP BODY: {"routers": []} 2018-12-03 15:16:50,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-bb13fb7e-e117-4118-a201-f9123420841a-pub-router used request id req-579f5f39-0093-4f17-9654-91db8f740a92 2018-12-03 15:16:50,501 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:16:50,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:16:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["MKqlCjiNSuas_w57NQ27Ig"], "issued_at": "2018-12-03T15:16:50.000000Z"}} 2018-12-03 15:16:50,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:50,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d32cbf4-c18c-4330-b819-a9807986214b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:16:50,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9d32cbf4-c18c-4330-b819-a9807986214b 2018-12-03 15:16:50,956 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:16:50,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:16:51,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:16:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["OU0pX2NuRFSQ2A44CuxqCw"], "issued_at": "2018-12-03T15:16:51.000000Z"}} 2018-12-03 15:16:51,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b8840495515e970d681cb87e746b01672cd762" 2018-12-03 15:16:51,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-761d4039-ef6a-4c6f-920c-c92407c2d62c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:16:51,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-761d4039-ef6a-4c6f-920c-c92407c2d62c 2018-12-03 15:16:51,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:51,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-efcedcdd-784c-40fd-8531-9a6b76c7434f Date: Mon, 03 Dec 2018 15:16:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:16:51,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-efcedcdd-784c-40fd-8531-9a6b76c7434f 2018-12-03 15:16:51,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:51,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c8ea26b9-2ba9-40c3-9634-bb391d0000a4 Date: Mon, 03 Dec 2018 15:16:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 15:16:51,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-c8ea26b9-2ba9-40c3-9634-bb391d0000a4 2018-12-03 15:16:51,886 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-7a98ff19-7104-44b8-a12f-29b15a77278b-pub-router 2018-12-03 15:16:51,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "NeutronUtilsRouterTests-7a98ff19-7104-44b8-a12f-29b15a77278b-pub-router", "admin_state_up": true}}' 2018-12-03 15:16:57,025 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-4755cf09-6d3a-4c28-a906-60531aeed5dc Date: Mon, 03 Dec 2018 15:16:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:16:52Z", "admin_state_up": true, "updated_at": "2018-12-03T15:16:53Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "b1972baa-4bb8-444f-869d-c2a56cbb3f15", "name": "NeutronUtilsRouterTests-7a98ff19-7104-44b8-a12f-29b15a77278b-pub-router"}} 2018-12-03 15:16:57,025 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-4755cf09-6d3a-4c28-a906-60531aeed5dc 2018-12-03 15:16:57,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=b1972baa-4bb8-444f-869d-c2a56cbb3f15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:57,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3249 X-Openstack-Request-Id: req-6dbecd40-902a-47a2-913a-b09fedad00d4 Date: Mon, 03 Dec 2018 15:16:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:54Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3c949c1-dcfe-44dc-99ea-a4f0c4340980","ip_address":"169.254.192.8"}],"id":"2e3d64ab-1af8-4633-adcb-c2af291c26a5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8d:97:6c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"4875c675-1865-4e96-a6a5-e97e2cf673ed","tenant_id":"","created_at":"2018-12-03T15:16:54Z","binding:vnic_type":"normal","device_id":"b1972baa-4bb8-444f-869d-c2a56cbb3f15"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3c949c1-dcfe-44dc-99ea-a4f0c4340980","ip_address":"169.254.192.7"}],"id":"310be7e1-192b-4cb6-8a70-b9448e9fccf9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ed:c1:25","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"4875c675-1865-4e96-a6a5-e97e2cf673ed","tenant_id":"","created_at":"2018-12-03T15:16:54Z","binding:vnic_type":"normal","device_id":"b1972baa-4bb8-444f-869d-c2a56cbb3f15"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3c949c1-dcfe-44dc-99ea-a4f0c4340980","ip_address":"169.254.192.10"}],"id":"a15cc4cb-dd3a-4840-b295-9086e8bd0207","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:83:96","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"4875c675-1865-4e96-a6a5-e97e2cf673ed","tenant_id":"","created_at":"2018-12-03T15:16:55Z","binding:vnic_type":"normal","device_id":"b1972baa-4bb8-444f-869d-c2a56cbb3f15"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:57Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.202"}],"id":"e577333d-145c-4ea5-a5b2-06c9eec98504","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:03:4e","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":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T15:16:53Z","binding:vnic_type":"normal","device_id":"b1972baa-4bb8-444f-869d-c2a56cbb3f15"}]} 2018-12-03 15:16:57,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=b1972baa-4bb8-444f-869d-c2a56cbb3f15 used request id req-6dbecd40-902a-47a2-913a-b09fedad00d4 2018-12-03 15:16:57,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:57,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d7624322-c883-4e05-9bad-98918fc0b2a3 Date: Mon, 03 Dec 2018 15:16:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 15:16:57,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-d7624322-c883-4e05-9bad-98918fc0b2a3 2018-12-03 15:16:57,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/b3c949c1-dcfe-44dc-99ea-a4f0c4340980 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:57,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-bc1dd1f4-7edd-4c6a-8a4a-db9e14aa01c8 Date: Mon, 03 Dec 2018 15:16:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4875c675-1865-4e96-a6a5-e97e2cf673ed","tenant_id":"","created_at":"2018-12-03T15:16:52Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16: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":"b3c949c1-dcfe-44dc-99ea-a4f0c4340980","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:16:57,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/b3c949c1-dcfe-44dc-99ea-a4f0c4340980 used request id req-bc1dd1f4-7edd-4c6a-8a4a-db9e14aa01c8 2018-12-03 15:16:57,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/b3c949c1-dcfe-44dc-99ea-a4f0c4340980 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:57,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-504e71fb-82b7-4cca-8408-ba78c0a75823 Date: Mon, 03 Dec 2018 15:16:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4875c675-1865-4e96-a6a5-e97e2cf673ed","tenant_id":"","created_at":"2018-12-03T15:16:52Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16: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":"b3c949c1-dcfe-44dc-99ea-a4f0c4340980","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:16:57,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/b3c949c1-dcfe-44dc-99ea-a4f0c4340980 used request id req-504e71fb-82b7-4cca-8408-ba78c0a75823 2018-12-03 15:16:57,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/b3c949c1-dcfe-44dc-99ea-a4f0c4340980 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:57,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-03f68d88-7e5a-4afc-96b3-13ef37917cb1 Date: Mon, 03 Dec 2018 15:16:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4875c675-1865-4e96-a6a5-e97e2cf673ed","tenant_id":"","created_at":"2018-12-03T15:16:52Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16: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":"b3c949c1-dcfe-44dc-99ea-a4f0c4340980","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:16:57,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/b3c949c1-dcfe-44dc-99ea-a4f0c4340980 used request id req-03f68d88-7e5a-4afc-96b3-13ef37917cb1 2018-12-03 15:16:57,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-7a98ff19-7104-44b8-a12f-29b15a77278b-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:57,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-4dfb34ea-5189-421a-a504-45009f84fc68 Date: Mon, 03 Dec 2018 15:16:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:16:52Z", "admin_state_up": true, "updated_at": "2018-12-03T15:16:56Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "b1972baa-4bb8-444f-869d-c2a56cbb3f15", "name": "NeutronUtilsRouterTests-7a98ff19-7104-44b8-a12f-29b15a77278b-pub-router"}]} 2018-12-03 15:16:57,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-7a98ff19-7104-44b8-a12f-29b15a77278b-pub-router used request id req-4dfb34ea-5189-421a-a504-45009f84fc68 2018-12-03 15:16:57,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:16:57,983 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:16:57,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:58,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2d7e992-60ee-425d-9515-c4c83bdbc2b2 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:16:58,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-d2d7e992-60ee-425d-9515-c4c83bdbc2b2 2018-12-03 15:16:58,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=b1972baa-4bb8-444f-869d-c2a56cbb3f15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:58,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3345 X-Openstack-Request-Id: req-d1302b32-b159-4afe-a4db-8b00a6c09df9 Date: Mon, 03 Dec 2018 15:16:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:54Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3c949c1-dcfe-44dc-99ea-a4f0c4340980","ip_address":"169.254.192.8"}],"id":"2e3d64ab-1af8-4633-adcb-c2af291c26a5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8d:97:6c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"4875c675-1865-4e96-a6a5-e97e2cf673ed","tenant_id":"","created_at":"2018-12-03T15:16:54Z","binding:vnic_type":"normal","device_id":"b1972baa-4bb8-444f-869d-c2a56cbb3f15"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:58Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3c949c1-dcfe-44dc-99ea-a4f0c4340980","ip_address":"169.254.192.7"}],"id":"310be7e1-192b-4cb6-8a70-b9448e9fccf9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:c1:25","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"4875c675-1865-4e96-a6a5-e97e2cf673ed","tenant_id":"","created_at":"2018-12-03T15:16:54Z","binding:vnic_type":"normal","device_id":"b1972baa-4bb8-444f-869d-c2a56cbb3f15"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3c949c1-dcfe-44dc-99ea-a4f0c4340980","ip_address":"169.254.192.10"}],"id":"a15cc4cb-dd3a-4840-b295-9086e8bd0207","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:83:96","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1780a9ab51084544804c8f0af535fb81","admin_state_up":true,"network_id":"4875c675-1865-4e96-a6a5-e97e2cf673ed","tenant_id":"","created_at":"2018-12-03T15:16:55Z","binding:vnic_type":"normal","device_id":"b1972baa-4bb8-444f-869d-c2a56cbb3f15"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:16:58Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.202"}],"id":"e577333d-145c-4ea5-a5b2-06c9eec98504","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:03:4e","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":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T15:16:53Z","binding:vnic_type":"normal","device_id":"b1972baa-4bb8-444f-869d-c2a56cbb3f15"}]} 2018-12-03 15:16:58,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=b1972baa-4bb8-444f-869d-c2a56cbb3f15 used request id req-d1302b32-b159-4afe-a4db-8b00a6c09df9 2018-12-03 15:16:58,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:58,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-fca23821-515d-47b0-a109-69ff300301d1 Date: Mon, 03 Dec 2018 15:16:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 15:16:58,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-fca23821-515d-47b0-a109-69ff300301d1 2018-12-03 15:16:58,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/b3c949c1-dcfe-44dc-99ea-a4f0c4340980 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:58,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-78649761-43d6-4301-9a7f-a5c03263a794 Date: Mon, 03 Dec 2018 15:16:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4875c675-1865-4e96-a6a5-e97e2cf673ed","tenant_id":"","created_at":"2018-12-03T15:16:52Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16: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":"b3c949c1-dcfe-44dc-99ea-a4f0c4340980","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:16:58,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/b3c949c1-dcfe-44dc-99ea-a4f0c4340980 used request id req-78649761-43d6-4301-9a7f-a5c03263a794 2018-12-03 15:16:58,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/b3c949c1-dcfe-44dc-99ea-a4f0c4340980 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:58,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b23e5e39-7a55-4cc4-a250-93900dbe6210 Date: Mon, 03 Dec 2018 15:16:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4875c675-1865-4e96-a6a5-e97e2cf673ed","tenant_id":"","created_at":"2018-12-03T15:16:52Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16: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":"b3c949c1-dcfe-44dc-99ea-a4f0c4340980","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:16:58,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/b3c949c1-dcfe-44dc-99ea-a4f0c4340980 used request id req-b23e5e39-7a55-4cc4-a250-93900dbe6210 2018-12-03 15:16:58,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/b3c949c1-dcfe-44dc-99ea-a4f0c4340980 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:59,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fce8fb25-81f5-4371-bb9a-6c50f2dd1f16 Date: Mon, 03 Dec 2018 15:16:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4875c675-1865-4e96-a6a5-e97e2cf673ed","tenant_id":"","created_at":"2018-12-03T15:16:52Z","dns_nameservers":[],"updated_at":"2018-12-03T15:16: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":"b3c949c1-dcfe-44dc-99ea-a4f0c4340980","subnetpool_id":null,"name":"HA subnet tenant 1780a9ab51084544804c8f0af535fb81"}} 2018-12-03 15:16:59,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/b3c949c1-dcfe-44dc-99ea-a4f0c4340980 used request id req-fce8fb25-81f5-4371-bb9a-6c50f2dd1f16 2018-12-03 15:16:59,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:59,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9986adac-7ddb-4e5f-97ca-5cf87eb0319f Date: Mon, 03 Dec 2018 15:16:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:16:59,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-9986adac-7ddb-4e5f-97ca-5cf87eb0319f 2018-12-03 15:16:59,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:16:59,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e10771f8-7398-47a0-8acf-d45554c1122b Date: Mon, 03 Dec 2018 15:16:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 15:16:59,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-e10771f8-7398-47a0-8acf-d45554c1122b 2018-12-03 15:16:59,310 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-7a98ff19-7104-44b8-a12f-29b15a77278b-pub-router 2018-12-03 15:16:59,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/b1972baa-4bb8-444f-869d-c2a56cbb3f15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:17:02,750 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b159e2a1-0ea6-4e11-a58b-df4d27c28665 Content-Length: 0 Date: Mon, 03 Dec 2018 15:17:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:17:02,750 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/b1972baa-4bb8-444f-869d-c2a56cbb3f15 used request id req-b159e2a1-0ea6-4e11-a58b-df4d27c28665 2018-12-03 15:17:02,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-7a98ff19-7104-44b8-a12f-29b15a77278b-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a102c89120d0be2243af7a25b0cd0a5888bdade2" 2018-12-03 15:17:02,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-00d8c798-4ee0-4305-8887-4891ad363edd Date: Mon, 03 Dec 2018 15:17:02 GMT RESP BODY: {"routers": []} 2018-12-03 15:17:02,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-7a98ff19-7104-44b8-a12f-29b15a77278b-pub-router used request id req-00d8c798-4ee0-4305-8887-4891ad363edd 2018-12-03 15:17:02,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:03,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["UmIudnbTQvaPoXK7AaJq5Q"], "issued_at": "2018-12-03T15:17:03.000000Z"}} 2018-12-03 15:17:03,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37190efc75b2abcffb053c7055cf23f87425b406" 2018-12-03 15:17:03,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33450495-2f26-4801-a3f4-7764c200e64f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:17:03,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-33450495-2f26-4801-a3f4-7764c200e64f 2018-12-03 15:17:03,429 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-a79d2d1c-a635-4e28-bbf4-60a6622cea96name 2018-12-03 15:17:03,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37190efc75b2abcffb053c7055cf23f87425b406" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-a79d2d1c-a635-4e28-bbf4-60a6622cea96name"}}' 2018-12-03 15:17:03,772 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-bb6885ec-1752-45c4-9191-ccf3086d039a Date: Mon, 03 Dec 2018 15:17:03 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:03Z", "updated_at": "2018-12-03T15:17:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:03Z", "revision_number": 0, "id": "843db539-0275-4a08-a157-47311ab29547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:03Z", "security_group_id": "219dd239-931e-47a6-9382-f6fdb2bbca62", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:03Z", "revision_number": 0, "id": "8bb69484-9d1e-45b1-9721-4f3dbb794d15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:03Z", "security_group_id": "219dd239-931e-47a6-9382-f6fdb2bbca62", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 2, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "219dd239-931e-47a6-9382-f6fdb2bbca62", "name": "NeutronUtilsSecurityGroupTests-a79d2d1c-a635-4e28-bbf4-60a6622cea96name"}} 2018-12-03 15:17:03,772 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-bb6885ec-1752-45c4-9191-ccf3086d039a 2018-12-03 15:17:03,773 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 219dd239-931e-47a6-9382-f6fdb2bbca62 2018-12-03 15:17:03,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=219dd239-931e-47a6-9382-f6fdb2bbca62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37190efc75b2abcffb053c7055cf23f87425b406" 2018-12-03 15:17:03,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-00166bb9-145c-430b-8517-e8a25ae5a927 Date: Mon, 03 Dec 2018 15:17: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-12-03T15:17:03Z", "security_group_id": "219dd239-931e-47a6-9382-f6fdb2bbca62", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:03Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "843db539-0275-4a08-a157-47311ab29547"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:03Z", "security_group_id": "219dd239-931e-47a6-9382-f6fdb2bbca62", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:03Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "8bb69484-9d1e-45b1-9721-4f3dbb794d15"}]} 2018-12-03 15:17:03,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=219dd239-931e-47a6-9382-f6fdb2bbca62 used request id req-00166bb9-145c-430b-8517-e8a25ae5a927 2018-12-03 15:17:03,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a79d2d1c-a635-4e28-bbf4-60a6622cea96name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37190efc75b2abcffb053c7055cf23f87425b406" 2018-12-03 15:17:04,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-ebd9ffe6-faf9-435e-88ae-7b220271aa54 Date: Mon, 03 Dec 2018 15:17:04 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:03Z", "updated_at": "2018-12-03T15:17:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:03Z", "revision_number": 0, "id": "8bb69484-9d1e-45b1-9721-4f3dbb794d15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:03Z", "security_group_id": "219dd239-931e-47a6-9382-f6fdb2bbca62", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:03Z", "revision_number": 0, "id": "843db539-0275-4a08-a157-47311ab29547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:03Z", "security_group_id": "219dd239-931e-47a6-9382-f6fdb2bbca62", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 2, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "219dd239-931e-47a6-9382-f6fdb2bbca62", "name": "NeutronUtilsSecurityGroupTests-a79d2d1c-a635-4e28-bbf4-60a6622cea96name"}]} 2018-12-03 15:17:04,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a79d2d1c-a635-4e28-bbf4-60a6622cea96name used request id req-ebd9ffe6-faf9-435e-88ae-7b220271aa54 2018-12-03 15:17:04,189 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 219dd239-931e-47a6-9382-f6fdb2bbca62 2018-12-03 15:17:04,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=219dd239-931e-47a6-9382-f6fdb2bbca62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37190efc75b2abcffb053c7055cf23f87425b406" 2018-12-03 15:17:04,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d9d2e609-89bb-4ca1-93f6-2c4444dca5d9 Date: Mon, 03 Dec 2018 15:17: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-12-03T15:17:03Z", "security_group_id": "219dd239-931e-47a6-9382-f6fdb2bbca62", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:03Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "843db539-0275-4a08-a157-47311ab29547"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:03Z", "security_group_id": "219dd239-931e-47a6-9382-f6fdb2bbca62", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:03Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "8bb69484-9d1e-45b1-9721-4f3dbb794d15"}]} 2018-12-03 15:17:04,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=219dd239-931e-47a6-9382-f6fdb2bbca62 used request id req-d9d2e609-89bb-4ca1-93f6-2c4444dca5d9 2018-12-03 15:17:04,362 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-a79d2d1c-a635-4e28-bbf4-60a6622cea96name 2018-12-03 15:17:04,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/219dd239-931e-47a6-9382-f6fdb2bbca62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37190efc75b2abcffb053c7055cf23f87425b406" 2018-12-03 15:17:04,661 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a4ac168c-2f29-46fb-abf5-a4fb93be85e6 Content-Length: 0 Date: Mon, 03 Dec 2018 15:17:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:17:04,662 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/219dd239-931e-47a6-9382-f6fdb2bbca62 used request id req-a4ac168c-2f29-46fb-abf5-a4fb93be85e6 2018-12-03 15:17:04,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a79d2d1c-a635-4e28-bbf4-60a6622cea96name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37190efc75b2abcffb053c7055cf23f87425b406" 2018-12-03 15:17:04,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-750537c4-0346-4b86-ac63-25ee2430c886 Date: Mon, 03 Dec 2018 15:17:04 GMT RESP BODY: {"security_groups": []} 2018-12-03 15:17:04,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a79d2d1c-a635-4e28-bbf4-60a6622cea96name used request id req-750537c4-0346-4b86-ac63-25ee2430c886 2018-12-03 15:17:04,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:05,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["SH_JiDKQSIqK-cC_0wXxpw"], "issued_at": "2018-12-03T15:17:05.000000Z"}} 2018-12-03 15:17:05,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd9c3a05f0f4b6df950a20fe90dace00ca34d1d2" 2018-12-03 15:17:05,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e2cb70d-7272-4a58-8964-677f67032f3c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:17:05,259 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8e2cb70d-7272-4a58-8964-677f67032f3c 2018-12-03 15:17:05,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:05,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["saSFFy6FRJeN64m5BfbkUA"], "issued_at": "2018-12-03T15:17:05.000000Z"}} 2018-12-03 15:17:05,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe8ab1fb10038c098d9d866311bc2de1d79fcb3" 2018-12-03 15:17:05,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e8fb327-d844-4335-a257-d4328ac8290a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:17:05,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4e8fb327-d844-4335-a257-d4328ac8290a 2018-12-03 15:17:05,740 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-3bae2fef-25aa-4883-b7ab-a358b8ffd670name 2018-12-03 15:17:05,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe8ab1fb10038c098d9d866311bc2de1d79fcb3" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-3bae2fef-25aa-4883-b7ab-a358b8ffd670name", "description": "hello group"}}' 2018-12-03 15:17:06,089 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-33d7bd1d-2a40-4ed5-81c2-3a583cbb9093 Date: Mon, 03 Dec 2018 15:17:06 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:05Z", "updated_at": "2018-12-03T15:17:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:06Z", "revision_number": 0, "id": "05143af0-d8c5-4e8a-aa34-433570295a83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:06Z", "security_group_id": "5a000368-9116-4ed9-96cf-6cb562bdfa95", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:06Z", "revision_number": 0, "id": "79f652ba-6349-4a72-bab5-8c0ce5c97a07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:06Z", "security_group_id": "5a000368-9116-4ed9-96cf-6cb562bdfa95", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 2, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "5a000368-9116-4ed9-96cf-6cb562bdfa95", "name": "NeutronUtilsSecurityGroupTests-3bae2fef-25aa-4883-b7ab-a358b8ffd670name"}} 2018-12-03 15:17:06,090 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-33d7bd1d-2a40-4ed5-81c2-3a583cbb9093 2018-12-03 15:17:06,090 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a000368-9116-4ed9-96cf-6cb562bdfa95 2018-12-03 15:17:06,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a000368-9116-4ed9-96cf-6cb562bdfa95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe8ab1fb10038c098d9d866311bc2de1d79fcb3" 2018-12-03 15:17:06,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-465236c3-2c84-4f51-b803-fe8a18d0dfd3 Date: Mon, 03 Dec 2018 15:17:06 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-12-03T15:17:06Z", "security_group_id": "5a000368-9116-4ed9-96cf-6cb562bdfa95", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:06Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "05143af0-d8c5-4e8a-aa34-433570295a83"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:06Z", "security_group_id": "5a000368-9116-4ed9-96cf-6cb562bdfa95", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:06Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "79f652ba-6349-4a72-bab5-8c0ce5c97a07"}]} 2018-12-03 15:17:06,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a000368-9116-4ed9-96cf-6cb562bdfa95 used request id req-465236c3-2c84-4f51-b803-fe8a18d0dfd3 2018-12-03 15:17:06,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3bae2fef-25aa-4883-b7ab-a358b8ffd670name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe8ab1fb10038c098d9d866311bc2de1d79fcb3" 2018-12-03 15:17:06,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-ce4a0bb7-7053-4fce-808c-12f4aac29f5b Date: Mon, 03 Dec 2018 15:17:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:05Z", "updated_at": "2018-12-03T15:17:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:06Z", "revision_number": 0, "id": "79f652ba-6349-4a72-bab5-8c0ce5c97a07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:06Z", "security_group_id": "5a000368-9116-4ed9-96cf-6cb562bdfa95", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:06Z", "revision_number": 0, "id": "05143af0-d8c5-4e8a-aa34-433570295a83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:06Z", "security_group_id": "5a000368-9116-4ed9-96cf-6cb562bdfa95", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 2, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "5a000368-9116-4ed9-96cf-6cb562bdfa95", "name": "NeutronUtilsSecurityGroupTests-3bae2fef-25aa-4883-b7ab-a358b8ffd670name"}]} 2018-12-03 15:17:06,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-3bae2fef-25aa-4883-b7ab-a358b8ffd670name&description=hello+group used request id req-ce4a0bb7-7053-4fce-808c-12f4aac29f5b 2018-12-03 15:17:06,475 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a000368-9116-4ed9-96cf-6cb562bdfa95 2018-12-03 15:17:06,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a000368-9116-4ed9-96cf-6cb562bdfa95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe8ab1fb10038c098d9d866311bc2de1d79fcb3" 2018-12-03 15:17:06,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2cc82f89-209c-4f00-88f9-f739d402fa7d Date: Mon, 03 Dec 2018 15:17:06 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-12-03T15:17:06Z", "security_group_id": "5a000368-9116-4ed9-96cf-6cb562bdfa95", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:06Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "05143af0-d8c5-4e8a-aa34-433570295a83"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:06Z", "security_group_id": "5a000368-9116-4ed9-96cf-6cb562bdfa95", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:06Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "79f652ba-6349-4a72-bab5-8c0ce5c97a07"}]} 2018-12-03 15:17:06,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a000368-9116-4ed9-96cf-6cb562bdfa95 used request id req-2cc82f89-209c-4f00-88f9-f739d402fa7d 2018-12-03 15:17:06,660 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-3bae2fef-25aa-4883-b7ab-a358b8ffd670name 2018-12-03 15:17:06,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/5a000368-9116-4ed9-96cf-6cb562bdfa95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe8ab1fb10038c098d9d866311bc2de1d79fcb3" 2018-12-03 15:17:06,973 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1af690f2-133d-4c38-be99-13c29b0c083f Content-Length: 0 Date: Mon, 03 Dec 2018 15:17:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:17:06,974 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/5a000368-9116-4ed9-96cf-6cb562bdfa95 used request id req-1af690f2-133d-4c38-be99-13c29b0c083f 2018-12-03 15:17:06,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:07,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["9Qy4xBXETmGsWSnkpNdMKQ"], "issued_at": "2018-12-03T15:17:07.000000Z"}} 2018-12-03 15:17:07,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:07,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d8cbf66-2182-4223-8c0c-f57942e8e76f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:17:07,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1d8cbf66-2182-4223-8c0c-f57942e8e76f 2018-12-03 15:17:07,435 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-80d45ea8-0e6a-4f46-a5d3-85e3939acf67name 2018-12-03 15:17:07,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-80d45ea8-0e6a-4f46-a5d3-85e3939acf67name", "description": "hello group"}}' 2018-12-03 15:17:07,778 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ad4df6a8-401a-4ab6-9330-038906b3cf6a Date: Mon, 03 Dec 2018 15:17:07 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "updated_at": "2018-12-03T15:17:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:07Z", "revision_number": 0, "id": "11fb5110-88a4-4191-a629-d8b715b07deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:07Z", "revision_number": 0, "id": "39df6987-cf67-4065-8764-8e523427dd3a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 2, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "name": "NeutronUtilsSecurityGroupTests-80d45ea8-0e6a-4f46-a5d3-85e3939acf67name"}} 2018-12-03 15:17:07,778 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-ad4df6a8-401a-4ab6-9330-038906b3cf6a 2018-12-03 15:17:07,778 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8ccdf7c7-beec-46a6-8b9b-3ea297607df0 2018-12-03 15:17:07,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8ccdf7c7-beec-46a6-8b9b-3ea297607df0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:07,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e4ec02dd-116c-4335-a74d-6b5f7bc8f40b Date: Mon, 03 Dec 2018 15:17: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-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "11fb5110-88a4-4191-a629-d8b715b07deb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "39df6987-cf67-4065-8764-8e523427dd3a"}]} 2018-12-03 15:17:07,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8ccdf7c7-beec-46a6-8b9b-3ea297607df0 used request id req-e4ec02dd-116c-4335-a74d-6b5f7bc8f40b 2018-12-03 15:17:07,954 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8ccdf7c7-beec-46a6-8b9b-3ea297607df0 2018-12-03 15:17:07,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8ccdf7c7-beec-46a6-8b9b-3ea297607df0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:08,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-50282a68-fb4a-4b1f-8ec0-6453b6bcbe83 Date: Mon, 03 Dec 2018 15:17: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-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "11fb5110-88a4-4191-a629-d8b715b07deb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "39df6987-cf67-4065-8764-8e523427dd3a"}]} 2018-12-03 15:17:08,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8ccdf7c7-beec-46a6-8b9b-3ea297607df0 used request id req-50282a68-fb4a-4b1f-8ec0-6453b6bcbe83 2018-12-03 15:17:08,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:08,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f371737d-0756-4efd-9a83-caa284ccf8b2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:17:08,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f371737d-0756-4efd-9a83-caa284ccf8b2 2018-12-03 15:17:08,163 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-80d45ea8-0e6a-4f46-a5d3-85e3939acf67name 2018-12-03 15:17:08,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-80d45ea8-0e6a-4f46-a5d3-85e3939acf67name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:08,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-3359b08e-ed0d-4f1e-9e7d-5be0b30aad45 Date: Mon, 03 Dec 2018 15:17:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "updated_at": "2018-12-03T15:17:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:07Z", "revision_number": 0, "id": "39df6987-cf67-4065-8764-8e523427dd3a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:07Z", "revision_number": 0, "id": "11fb5110-88a4-4191-a629-d8b715b07deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 2, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "name": "NeutronUtilsSecurityGroupTests-80d45ea8-0e6a-4f46-a5d3-85e3939acf67name"}]} 2018-12-03 15:17:08,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-80d45ea8-0e6a-4f46-a5d3-85e3939acf67name used request id req-3359b08e-ed0d-4f1e-9e7d-5be0b30aad45 2018-12-03 15:17:08,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:17:08,361 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:17:08,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:08,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe6a2f3-5a2e-4612-bcd9-0bdd24bd5a47 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:17:08,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-cbe6a2f3-5a2e-4612-bcd9-0bdd24bd5a47 2018-12-03 15:17:08,380 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8ccdf7c7-beec-46a6-8b9b-3ea297607df0 2018-12-03 15:17:08,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8ccdf7c7-beec-46a6-8b9b-3ea297607df0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:08,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dd9bbe8d-331c-4870-8171-71934c0b5781 Date: Mon, 03 Dec 2018 15:17: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-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "11fb5110-88a4-4191-a629-d8b715b07deb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "39df6987-cf67-4065-8764-8e523427dd3a"}]} 2018-12-03 15:17:08,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8ccdf7c7-beec-46a6-8b9b-3ea297607df0 used request id req-dd9bbe8d-331c-4870-8171-71934c0b5781 2018-12-03 15:17:08,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}0661ed4471e4e49347fe203ad4fc59d490fddd8c" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0"}}' 2018-12-03 15:17:08,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-6c04264f-9a82-439d-bd94-b10aa34e083e Date: Mon, 03 Dec 2018 15:17:08 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-12-03T15:17:08Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:08Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "9570cd02-c454-4370-91a3-95688b2b32d2"}} 2018-12-03 15:17:08,867 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-6c04264f-9a82-439d-bd94-b10aa34e083e 2018-12-03 15:17:08,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-80d45ea8-0e6a-4f46-a5d3-85e3939acf67name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:09,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-ef64bc23-ef2f-46b0-b5a3-f6ce04c87e9b Date: Mon, 03 Dec 2018 15:17:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "updated_at": "2018-12-03T15:17:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:07Z", "revision_number": 0, "id": "39df6987-cf67-4065-8764-8e523427dd3a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:07Z", "revision_number": 0, "id": "11fb5110-88a4-4191-a629-d8b715b07deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:08Z", "revision_number": 0, "id": "9570cd02-c454-4370-91a3-95688b2b32d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:08Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 3, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "name": "NeutronUtilsSecurityGroupTests-80d45ea8-0e6a-4f46-a5d3-85e3939acf67name"}]} 2018-12-03 15:17:09,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-80d45ea8-0e6a-4f46-a5d3-85e3939acf67name&description=hello+group used request id req-ef64bc23-ef2f-46b0-b5a3-f6ce04c87e9b 2018-12-03 15:17:09,058 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8ccdf7c7-beec-46a6-8b9b-3ea297607df0 2018-12-03 15:17:09,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8ccdf7c7-beec-46a6-8b9b-3ea297607df0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:09,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-78d91b0f-4903-48aa-ac3b-441666d6a999 Date: Mon, 03 Dec 2018 15:17: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-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "11fb5110-88a4-4191-a629-d8b715b07deb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "39df6987-cf67-4065-8764-8e523427dd3a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:08Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:08Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "9570cd02-c454-4370-91a3-95688b2b32d2"}]} 2018-12-03 15:17:09,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8ccdf7c7-beec-46a6-8b9b-3ea297607df0 used request id req-78d91b0f-4903-48aa-ac3b-441666d6a999 2018-12-03 15:17:09,285 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8ccdf7c7-beec-46a6-8b9b-3ea297607df0 2018-12-03 15:17:09,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8ccdf7c7-beec-46a6-8b9b-3ea297607df0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:09,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-b7410a3f-e0b1-4937-a46d-0f982cf11fe9 Date: Mon, 03 Dec 2018 15:17: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-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "11fb5110-88a4-4191-a629-d8b715b07deb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "39df6987-cf67-4065-8764-8e523427dd3a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:08Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:08Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "9570cd02-c454-4370-91a3-95688b2b32d2"}]} 2018-12-03 15:17:09,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8ccdf7c7-beec-46a6-8b9b-3ea297607df0 used request id req-b7410a3f-e0b1-4937-a46d-0f982cf11fe9 2018-12-03 15:17:09,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-80d45ea8-0e6a-4f46-a5d3-85e3939acf67name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:09,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-9bf7feff-4727-4c0d-8423-36aa5aad89ed Date: Mon, 03 Dec 2018 15:17:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "updated_at": "2018-12-03T15:17:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:07Z", "revision_number": 0, "id": "39df6987-cf67-4065-8764-8e523427dd3a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:07Z", "revision_number": 0, "id": "11fb5110-88a4-4191-a629-d8b715b07deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:08Z", "revision_number": 0, "id": "9570cd02-c454-4370-91a3-95688b2b32d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:08Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 3, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "name": "NeutronUtilsSecurityGroupTests-80d45ea8-0e6a-4f46-a5d3-85e3939acf67name"}]} 2018-12-03 15:17:09,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-80d45ea8-0e6a-4f46-a5d3-85e3939acf67name&description=hello+group used request id req-9bf7feff-4727-4c0d-8423-36aa5aad89ed 2018-12-03 15:17:09,535 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8ccdf7c7-beec-46a6-8b9b-3ea297607df0 2018-12-03 15:17:09,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8ccdf7c7-beec-46a6-8b9b-3ea297607df0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:09,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-5c7c7b6f-be4f-465d-9b13-df346107141f Date: Mon, 03 Dec 2018 15:17: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-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "11fb5110-88a4-4191-a629-d8b715b07deb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:07Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:07Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "39df6987-cf67-4065-8764-8e523427dd3a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:08Z", "security_group_id": "8ccdf7c7-beec-46a6-8b9b-3ea297607df0", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:08Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "9570cd02-c454-4370-91a3-95688b2b32d2"}]} 2018-12-03 15:17:09,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8ccdf7c7-beec-46a6-8b9b-3ea297607df0 used request id req-5c7c7b6f-be4f-465d-9b13-df346107141f 2018-12-03 15:17:09,715 - neutron_utils - INFO - Deleting security group rule with ID - 11fb5110-88a4-4191-a629-d8b715b07deb 2018-12-03 15:17:09,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/11fb5110-88a4-4191-a629-d8b715b07deb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:09,820 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e4a9797b-b6eb-41ef-81d0-341b1a42a435 Content-Length: 0 Date: Mon, 03 Dec 2018 15:17:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:17:09,820 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/11fb5110-88a4-4191-a629-d8b715b07deb used request id req-e4a9797b-b6eb-41ef-81d0-341b1a42a435 2018-12-03 15:17:09,820 - neutron_utils - INFO - Deleting security group rule with ID - 39df6987-cf67-4065-8764-8e523427dd3a 2018-12-03 15:17:09,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/39df6987-cf67-4065-8764-8e523427dd3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:10,071 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-79149623-ee62-43b3-b82f-4f7024292e5c Content-Length: 0 Date: Mon, 03 Dec 2018 15:17:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:17:10,071 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/39df6987-cf67-4065-8764-8e523427dd3a used request id req-79149623-ee62-43b3-b82f-4f7024292e5c 2018-12-03 15:17:10,071 - neutron_utils - INFO - Deleting security group rule with ID - 9570cd02-c454-4370-91a3-95688b2b32d2 2018-12-03 15:17:10,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/9570cd02-c454-4370-91a3-95688b2b32d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:10,390 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a80f3362-8ee1-4a0e-9a8f-c89cb644db98 Content-Length: 0 Date: Mon, 03 Dec 2018 15:17:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:17:10,390 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/9570cd02-c454-4370-91a3-95688b2b32d2 used request id req-a80f3362-8ee1-4a0e-9a8f-c89cb644db98 2018-12-03 15:17:10,390 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-80d45ea8-0e6a-4f46-a5d3-85e3939acf67name 2018-12-03 15:17:10,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/8ccdf7c7-beec-46a6-8b9b-3ea297607df0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0661ed4471e4e49347fe203ad4fc59d490fddd8c" 2018-12-03 15:17:10,508 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7bc41cb5-d529-4cfc-950d-573c1a30ab72 Content-Length: 0 Date: Mon, 03 Dec 2018 15:17:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:17:10,508 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/8ccdf7c7-beec-46a6-8b9b-3ea297607df0 used request id req-7bc41cb5-d529-4cfc-950d-573c1a30ab72 2018-12-03 15:17:10,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:10,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["uqmy_dKtT0ur6zCej_L56A"], "issued_at": "2018-12-03T15:17:10.000000Z"}} 2018-12-03 15:17:10,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9519e90e47d4c4b0e680cbfb2a28266cba54d302" 2018-12-03 15:17:10,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9fa87ed-5712-4dbe-aedc-213fd0f8d322 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:17:10,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f9fa87ed-5712-4dbe-aedc-213fd0f8d322 2018-12-03 15:17:10,967 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-d93cbfc7-8a7f-45db-9103-852c990c9b89name-1 2018-12-03 15:17:10,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9519e90e47d4c4b0e680cbfb2a28266cba54d302" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-d93cbfc7-8a7f-45db-9103-852c990c9b89name-1", "description": "hello group"}}' 2018-12-03 15:17:11,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-e8e8b58f-e511-4f84-924f-726a93a03924 Date: Mon, 03 Dec 2018 15:17:11 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:11Z", "updated_at": "2018-12-03T15:17:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:11Z", "revision_number": 0, "id": "4922d4bb-0bff-4c0b-b894-4d06dd89d266", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:11Z", "security_group_id": "451a966e-096b-49ca-b83c-00776ed4eabb", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:11Z", "revision_number": 0, "id": "58e6a5c0-5d95-4e8f-a26a-b9ef5e024453", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:11Z", "security_group_id": "451a966e-096b-49ca-b83c-00776ed4eabb", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 2, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "451a966e-096b-49ca-b83c-00776ed4eabb", "name": "NeutronUtilsSecurityGroupTests-d93cbfc7-8a7f-45db-9103-852c990c9b89name-1"}} 2018-12-03 15:17:11,323 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-e8e8b58f-e511-4f84-924f-726a93a03924 2018-12-03 15:17:11,324 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 451a966e-096b-49ca-b83c-00776ed4eabb 2018-12-03 15:17:11,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=451a966e-096b-49ca-b83c-00776ed4eabb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9519e90e47d4c4b0e680cbfb2a28266cba54d302" 2018-12-03 15:17:11,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1657c314-99e8-4ba3-b07e-1d22079a139b Date: Mon, 03 Dec 2018 15:17:11 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-12-03T15:17:11Z", "security_group_id": "451a966e-096b-49ca-b83c-00776ed4eabb", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:11Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "4922d4bb-0bff-4c0b-b894-4d06dd89d266"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:11Z", "security_group_id": "451a966e-096b-49ca-b83c-00776ed4eabb", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:11Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "58e6a5c0-5d95-4e8f-a26a-b9ef5e024453"}]} 2018-12-03 15:17:11,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=451a966e-096b-49ca-b83c-00776ed4eabb used request id req-1657c314-99e8-4ba3-b07e-1d22079a139b 2018-12-03 15:17:11,596 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-d93cbfc7-8a7f-45db-9103-852c990c9b89name-2 2018-12-03 15:17:11,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9519e90e47d4c4b0e680cbfb2a28266cba54d302" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-d93cbfc7-8a7f-45db-9103-852c990c9b89name-2", "description": "hello group"}}' 2018-12-03 15:17:11,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-d1800b3f-e1d0-4d5b-b54c-571ddb061af3 Date: Mon, 03 Dec 2018 15:17:11 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:11Z", "updated_at": "2018-12-03T15:17:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:11Z", "revision_number": 0, "id": "5ac7e2cf-dfe3-4a3f-8243-4c99fee49870", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:11Z", "security_group_id": "644f3c0b-759b-4497-ba1c-d24a5b70bcf1", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:11Z", "revision_number": 0, "id": "6643948f-ce85-49e5-8a8a-732be6d75f3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:11Z", "security_group_id": "644f3c0b-759b-4497-ba1c-d24a5b70bcf1", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 2, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "644f3c0b-759b-4497-ba1c-d24a5b70bcf1", "name": "NeutronUtilsSecurityGroupTests-d93cbfc7-8a7f-45db-9103-852c990c9b89name-2"}} 2018-12-03 15:17:11,951 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-d1800b3f-e1d0-4d5b-b54c-571ddb061af3 2018-12-03 15:17:11,952 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 644f3c0b-759b-4497-ba1c-d24a5b70bcf1 2018-12-03 15:17:11,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=644f3c0b-759b-4497-ba1c-d24a5b70bcf1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9519e90e47d4c4b0e680cbfb2a28266cba54d302" 2018-12-03 15:17:11,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-31f84c80-da46-4d2b-8026-6db04f3c3cbd Date: Mon, 03 Dec 2018 15:17:11 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-12-03T15:17:11Z", "security_group_id": "644f3c0b-759b-4497-ba1c-d24a5b70bcf1", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:11Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "5ac7e2cf-dfe3-4a3f-8243-4c99fee49870"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:11Z", "security_group_id": "644f3c0b-759b-4497-ba1c-d24a5b70bcf1", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:11Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "6643948f-ce85-49e5-8a8a-732be6d75f3b"}]} 2018-12-03 15:17:11,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=644f3c0b-759b-4497-ba1c-d24a5b70bcf1 used request id req-31f84c80-da46-4d2b-8026-6db04f3c3cbd 2018-12-03 15:17:11,997 - neutron_utils - INFO - Retrieving security group with ID - 451a966e-096b-49ca-b83c-00776ed4eabb 2018-12-03 15:17:12,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=451a966e-096b-49ca-b83c-00776ed4eabb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9519e90e47d4c4b0e680cbfb2a28266cba54d302" 2018-12-03 15:17:12,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-0b58a7ae-dd27-43aa-a0e1-7b9dc90cfdda Date: Mon, 03 Dec 2018 15:17:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:11Z", "updated_at": "2018-12-03T15:17:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:11Z", "revision_number": 0, "id": "4922d4bb-0bff-4c0b-b894-4d06dd89d266", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:11Z", "security_group_id": "451a966e-096b-49ca-b83c-00776ed4eabb", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:11Z", "revision_number": 0, "id": "58e6a5c0-5d95-4e8f-a26a-b9ef5e024453", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:11Z", "security_group_id": "451a966e-096b-49ca-b83c-00776ed4eabb", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 2, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "451a966e-096b-49ca-b83c-00776ed4eabb", "name": "NeutronUtilsSecurityGroupTests-d93cbfc7-8a7f-45db-9103-852c990c9b89name-1"}]} 2018-12-03 15:17:12,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=451a966e-096b-49ca-b83c-00776ed4eabb used request id req-0b58a7ae-dd27-43aa-a0e1-7b9dc90cfdda 2018-12-03 15:17:12,195 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 451a966e-096b-49ca-b83c-00776ed4eabb 2018-12-03 15:17:12,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=451a966e-096b-49ca-b83c-00776ed4eabb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9519e90e47d4c4b0e680cbfb2a28266cba54d302" 2018-12-03 15:17:12,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-46b47f35-0e8e-48e8-9512-8b4beb834cfe Date: Mon, 03 Dec 2018 15:17: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-12-03T15:17:11Z", "security_group_id": "451a966e-096b-49ca-b83c-00776ed4eabb", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:11Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "4922d4bb-0bff-4c0b-b894-4d06dd89d266"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:11Z", "security_group_id": "451a966e-096b-49ca-b83c-00776ed4eabb", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:11Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "58e6a5c0-5d95-4e8f-a26a-b9ef5e024453"}]} 2018-12-03 15:17:12,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=451a966e-096b-49ca-b83c-00776ed4eabb used request id req-46b47f35-0e8e-48e8-9512-8b4beb834cfe 2018-12-03 15:17:12,390 - neutron_utils - INFO - Retrieving security group with ID - 644f3c0b-759b-4497-ba1c-d24a5b70bcf1 2018-12-03 15:17:12,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=644f3c0b-759b-4497-ba1c-d24a5b70bcf1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9519e90e47d4c4b0e680cbfb2a28266cba54d302" 2018-12-03 15:17:12,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-172e7a18-f27a-44cf-9e77-39668aff7d4b Date: Mon, 03 Dec 2018 15:17:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:11Z", "updated_at": "2018-12-03T15:17:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:11Z", "revision_number": 0, "id": "5ac7e2cf-dfe3-4a3f-8243-4c99fee49870", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:11Z", "security_group_id": "644f3c0b-759b-4497-ba1c-d24a5b70bcf1", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:17:11Z", "revision_number": 0, "id": "6643948f-ce85-49e5-8a8a-732be6d75f3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:17:11Z", "security_group_id": "644f3c0b-759b-4497-ba1c-d24a5b70bcf1", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 2, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "644f3c0b-759b-4497-ba1c-d24a5b70bcf1", "name": "NeutronUtilsSecurityGroupTests-d93cbfc7-8a7f-45db-9103-852c990c9b89name-2"}]} 2018-12-03 15:17:12,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=644f3c0b-759b-4497-ba1c-d24a5b70bcf1 used request id req-172e7a18-f27a-44cf-9e77-39668aff7d4b 2018-12-03 15:17:12,600 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 644f3c0b-759b-4497-ba1c-d24a5b70bcf1 2018-12-03 15:17:12,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=644f3c0b-759b-4497-ba1c-d24a5b70bcf1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9519e90e47d4c4b0e680cbfb2a28266cba54d302" 2018-12-03 15:17:12,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d2afd6cd-0f3c-4ec2-a864-23bbe550aa95 Date: Mon, 03 Dec 2018 15:17: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-12-03T15:17:11Z", "security_group_id": "644f3c0b-759b-4497-ba1c-d24a5b70bcf1", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:11Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "5ac7e2cf-dfe3-4a3f-8243-4c99fee49870"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:17:11Z", "security_group_id": "644f3c0b-759b-4497-ba1c-d24a5b70bcf1", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:11Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "6643948f-ce85-49e5-8a8a-732be6d75f3b"}]} 2018-12-03 15:17:12,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=644f3c0b-759b-4497-ba1c-d24a5b70bcf1 used request id req-d2afd6cd-0f3c-4ec2-a864-23bbe550aa95 2018-12-03 15:17:12,766 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-d93cbfc7-8a7f-45db-9103-852c990c9b89name-1 2018-12-03 15:17:12,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/451a966e-096b-49ca-b83c-00776ed4eabb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9519e90e47d4c4b0e680cbfb2a28266cba54d302" 2018-12-03 15:17:13,064 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d45800a2-2b7e-47af-bd57-3f6d563b4d5d Content-Length: 0 Date: Mon, 03 Dec 2018 15:17:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:17:13,064 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/451a966e-096b-49ca-b83c-00776ed4eabb used request id req-d45800a2-2b7e-47af-bd57-3f6d563b4d5d 2018-12-03 15:17:13,064 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-d93cbfc7-8a7f-45db-9103-852c990c9b89name-2 2018-12-03 15:17:13,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/644f3c0b-759b-4497-ba1c-d24a5b70bcf1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9519e90e47d4c4b0e680cbfb2a28266cba54d302" 2018-12-03 15:17:13,349 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1e648360-4312-4e98-a8f6-ae4ca9aa721b Content-Length: 0 Date: Mon, 03 Dec 2018 15:17:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:17:13,350 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/644f3c0b-759b-4497-ba1c-d24a5b70bcf1 used request id req-1e648360-4312-4e98-a8f6-ae4ca9aa721b 2018-12-03 15:17:13,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:13,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["sgkR-m86TKCm4ss-b10y4g"], "issued_at": "2018-12-03T15:17:13.000000Z"}} 2018-12-03 15:17:13,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b507b5602b19000b490e021f7c5e92302f20f800" 2018-12-03 15:17:13,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48ee58ad-d91e-45ca-b9ad-d475f7cc53d2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:17:13,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-48ee58ad-d91e-45ca-b9ad-d475f7cc53d2 2018-12-03 15:17:13,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b507b5602b19000b490e021f7c5e92302f20f800" 2018-12-03 15:17:13,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-eccea8c2-879d-4d5a-9069-ffa26802dcce Date: Mon, 03 Dec 2018 15:17:13 GMT RESP BODY: {"floatingips": []} 2018-12-03 15:17:13,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-eccea8c2-879d-4d5a-9069-ffa26802dcce 2018-12-03 15:17:13,982 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-03 15:17:13,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b507b5602b19000b490e021f7c5e92302f20f800" 2018-12-03 15:17:14,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-980c74a5-eccc-47de-acf3-92b34efb9ff6 Date: Mon, 03 Dec 2018 15:17:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:17:14,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-980c74a5-eccc-47de-acf3-92b34efb9ff6 2018-12-03 15:17:14,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b507b5602b19000b490e021f7c5e92302f20f800" 2018-12-03 15:17:14,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d8bbc420-c4ad-4a8b-882c-3490283bfd05 Date: Mon, 03 Dec 2018 15:17:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 15:17:14,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-d8bbc420-c4ad-4a8b-882c-3490283bfd05 2018-12-03 15:17:14,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b507b5602b19000b490e021f7c5e92302f20f800" -d '{"floatingip": {"floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}}' 2018-12-03 15:17:15,641 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-1dc0d14f-e96a-4044-b983-187dd8440256 Date: Mon, 03 Dec 2018 15:17:15 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:15Z", "updated_at": "2018-12-03T15:17:15Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "1780a9ab51084544804c8f0af535fb81", "port_id": null, "id": "9813d63d-1500-467c-bc4d-659becc65147"}} 2018-12-03 15:17:15,641 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-1dc0d14f-e96a-4044-b983-187dd8440256 2018-12-03 15:17:15,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b507b5602b19000b490e021f7c5e92302f20f800" 2018-12-03 15:17:15,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-73a1f461-10b7-4b26-b317-f1292bd39632 Date: Mon, 03 Dec 2018 15:17:15 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:15Z", "updated_at": "2018-12-03T15:17:15Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "1780a9ab51084544804c8f0af535fb81", "port_id": null, "id": "9813d63d-1500-467c-bc4d-659becc65147"}]} 2018-12-03 15:17:15,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-73a1f461-10b7-4b26-b317-f1292bd39632 2018-12-03 15:17:15,842 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.203 2018-12-03 15:17:15,843 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.203 2018-12-03 15:17:15,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips?ip=9813d63d-1500-467c-bc4d-659becc65147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b507b5602b19000b490e021f7c5e92302f20f800" 2018-12-03 15:17:16,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-ba665205-67a2-4293-a371-788400bd08a4 Date: Mon, 03 Dec 2018 15:17:16 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:17:15Z", "updated_at": "2018-12-03T15:17:15Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "1780a9ab51084544804c8f0af535fb81", "port_id": null, "id": "9813d63d-1500-467c-bc4d-659becc65147"}]} 2018-12-03 15:17:16,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips?ip=9813d63d-1500-467c-bc4d-659becc65147 used request id req-ba665205-67a2-4293-a371-788400bd08a4 2018-12-03 15:17:16,030 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.203 2018-12-03 15:17:16,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/floatingips/9813d63d-1500-467c-bc4d-659becc65147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b507b5602b19000b490e021f7c5e92302f20f800" 2018-12-03 15:17:16,411 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d564816b-cb22-4127-bad5-43e85e580229 Content-Length: 0 Date: Mon, 03 Dec 2018 15:17:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:17:16,411 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/9813d63d-1500-467c-bc4d-659becc65147 used request id req-d564816b-cb22-4127-bad5-43e85e580229 2018-12-03 15:17:16,412 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:17:16,624 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76 2018-12-03 15:17:16,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:17,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["73nG4aLVRu2TOeOROVxI0w"], "issued_at": "2018-12-03T15:17:17.000000Z"}} 2018-12-03 15:17:17,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c75771840d12a7c43b1c90eeb5471fbb5b94ef0" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOotdeBBjgHnBVVjS6v8kqddVFqoXU2PPTrmuCn89JlmUHdDESj3gEMRoALbKIOlCiTWO2T/PthFzjDAlct3x3pc/TPKYxizE2qr53GQonL4WZQWczJkjoMWtcAAsGx+BeoC72qaTq0beNJwONgT1qh3Ddem2e/E/wbVPedH6uqLcLxvfPQ9b29pq9fH8skhfw3+G3awIKa92Mj3Ux+c1NIpQL8OdMmHF9gLdcTc2LVTTFLKVKG8ZXUTgU0mCKSMM69irCZEo35hbwaOVcGMBHyTdF8cveert1N+D6fxfFQ4M4moVbnWY6oj61RcDoXnWNhy8c46GxdrdTD7sINnep", "name": "NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76"}}' 2018-12-03 15:17:17,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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,Accept-Encoding x-openstack-request-id: req-c2d79f14-41c1-413f-bf5c-2d14c15881ee x-compute-request-id: req-c2d79f14-41c1-413f-bf5c-2d14c15881ee Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOotdeBBjgHnBVVjS6v8kqddVFqoXU2PPTrmuCn89JlmUHdDESj3gEMRoALbKIOlCiTWO2T/PthFzjDAlct3x3pc/TPKYxizE2qr53GQonL4WZQWczJkjoMWtcAAsGx+BeoC72qaTq0beNJwONgT1qh3Ddem2e/E/wbVPedH6uqLcLxvfPQ9b29pq9fH8skhfw3+G3awIKa92Mj3Ux+c1NIpQL8OdMmHF9gLdcTc2LVTTFLKVKG8ZXUTgU0mCKSMM69irCZEo35hbwaOVcGMBHyTdF8cveert1N+D6fxfFQ4M4moVbnWY6oj61RcDoXnWNhy8c46GxdrdTD7sINnep", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "name": "NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76", "fingerprint": "53:a4:88:dd:55:e6:6f:71:15:5b:7e:27:15:14:19:86"}} 2018-12-03 15:17:17,820 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-c2d79f14-41c1-413f-bf5c-2d14c15881ee 2018-12-03 15:17:17,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c75771840d12a7c43b1c90eeb5471fbb5b94ef0" 2018-12-03 15:17:17,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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,Accept-Encoding x-openstack-request-id: req-cdf968f5-1f26-46dd-a5ab-a0293a472ff6 x-compute-request-id: req-cdf968f5-1f26-46dd-a5ab-a0293a472ff6 Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOotdeBBjgHnBVVjS6v8kqddVFqoXU2PPTrmuCn89JlmUHdDESj3gEMRoALbKIOlCiTWO2T/PthFzjDAlct3x3pc/TPKYxizE2qr53GQonL4WZQWczJkjoMWtcAAsGx+BeoC72qaTq0beNJwONgT1qh3Ddem2e/E/wbVPedH6uqLcLxvfPQ9b29pq9fH8skhfw3+G3awIKa92Mj3Ux+c1NIpQL8OdMmHF9gLdcTc2LVTTFLKVKG8ZXUTgU0mCKSMM69irCZEo35hbwaOVcGMBHyTdF8cveert1N+D6fxfFQ4M4moVbnWY6oj61RcDoXnWNhy8c46GxdrdTD7sINnep", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "name": "NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76", "deleted": false, "created_at": "2018-12-03T15:17:17.000000", "updated_at": null, "fingerprint": "53:a4:88:dd:55:e6:6f:71:15:5b:7e:27:15:14:19:86", "deleted_at": null, "id": 3}} 2018-12-03 15:17:17,945 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76 used request id req-cdf968f5-1f26-46dd-a5ab-a0293a472ff6 2018-12-03 15:17:17,945 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76 2018-12-03 15:17:17,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c75771840d12a7c43b1c90eeb5471fbb5b94ef0" 2018-12-03 15:17:18,100 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 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-5d048d70-cca9-4165-a528-5fc7fb4b6610 x-compute-request-id: req-5d048d70-cca9-4165-a528-5fc7fb4b6610 Content-Length: 0 Content-Type: application/json 2018-12-03 15:17:18,100 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76 used request id req-5d048d70-cca9-4165-a528-5fc7fb4b6610 2018-12-03 15:17:18,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c75771840d12a7c43b1c90eeb5471fbb5b94ef0" 2018-12-03 15:17:18,123 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:17: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-94b664fc-9390-4923-96b7-80557575fffe x-compute-request-id: req-94b664fc-9390-4923-96b7-80557575fffe Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76 not found for user cda3e10c13644fbd83127c45f881c0ba", "code": 404}} 2018-12-03 15:17:18,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76 used request id req-94b664fc-9390-4923-96b7-80557575fffe 2018-12-03 15:17:18,123 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76 2018-12-03 15:17:18,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c75771840d12a7c43b1c90eeb5471fbb5b94ef0" 2018-12-03 15:17:18,209 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:17: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-e21d39f4-13f7-49af-acab-627c485c9179 x-compute-request-id: req-e21d39f4-13f7-49af-acab-627c485c9179 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76 not found for user cda3e10c13644fbd83127c45f881c0ba", "code": 404}} 2018-12-03 15:17:18,209 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-f2e13bb6-6f09-4d9b-8296-1dda8cf42d76 used request id req-e21d39f4-13f7-49af-acab-627c485c9179 2018-12-03 15:17:18,210 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:17:18,378 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-0079a4ef-b729-4144-83a8-91e363c04a76.pub 2018-12-03 15:17:18,378 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-0079a4ef-b729-4144-83a8-91e363c04a76 2018-12-03 15:17:18,378 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-0079a4ef-b729-4144-83a8-91e363c04a76.pub 2018-12-03 15:17:18,378 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-0079a4ef-b729-4144-83a8-91e363c04a76 2018-12-03 15:17:18,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:18,769 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["X8xUiE9lQKaGZuEm7Q1Jkw"], "issued_at": "2018-12-03T15:17:18.000000Z"}} 2018-12-03 15:17:18,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35ffa378d76b947e6883f8f97a74073574e072f4" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCG1RzJBdawVfsW7v1e3GDC3NSFYWUw166MU0oXfbM1HvoNDoWYq2HAEstj/CcWmCiUpdWdfnzoibrSdcE/444dpt8I341Ou0n+nKY0rpLhEAo5Gtxa4GeNVfx2jieVHWf47VRp6+vqQAFKOSnLjrctQcq+57ZJHo3AN90UTHzDEJGxEzOOaiz5XzzkReuoAXfgPsUP9BXdZVZ/FC3mcIZZtZxKMlZgvSwiraez5g91bNn1YCCedHVbA69QMtMpSDjyCCvFuktBxAakPQgkhrZ7vn1h4aCmEqfBH+QvImJnMnrAIEtPsyhwIimcfXFT64yx61xMmPZFo1yDmeNmSsZ", "name": "NovaUtilsKeypairTests-0079a4ef-b729-4144-83a8-91e363c04a76"}}' 2018-12-03 15:17:19,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17: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-f85d6b52-8382-430e-9945-fea9a9a497e8 x-compute-request-id: req-f85d6b52-8382-430e-9945-fea9a9a497e8 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCG1RzJBdawVfsW7v1e3GDC3NSFYWUw166MU0oXfbM1HvoNDoWYq2HAEstj/CcWmCiUpdWdfnzoibrSdcE/444dpt8I341Ou0n+nKY0rpLhEAo5Gtxa4GeNVfx2jieVHWf47VRp6+vqQAFKOSnLjrctQcq+57ZJHo3AN90UTHzDEJGxEzOOaiz5XzzkReuoAXfgPsUP9BXdZVZ/FC3mcIZZtZxKMlZgvSwiraez5g91bNn1YCCedHVbA69QMtMpSDjyCCvFuktBxAakPQgkhrZ7vn1h4aCmEqfBH+QvImJnMnrAIEtPsyhwIimcfXFT64yx61xMmPZFo1yDmeNmSsZ", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "name": "NovaUtilsKeypairTests-0079a4ef-b729-4144-83a8-91e363c04a76", "fingerprint": "37:9e:9d:1a:d5:c7:af:45:19:f8:8c:b9:39:22:b6:6c"}} 2018-12-03 15:17:19,437 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-f85d6b52-8382-430e-9945-fea9a9a497e8 2018-12-03 15:17:19,438 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-0079a4ef-b729-4144-83a8-91e363c04a76 2018-12-03 15:17:19,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0079a4ef-b729-4144-83a8-91e363c04a76 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35ffa378d76b947e6883f8f97a74073574e072f4" 2018-12-03 15:17:19,490 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:17: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-d6fb5afd-02e1-4c1c-a1fa-027d4fbb83a9 x-compute-request-id: req-d6fb5afd-02e1-4c1c-a1fa-027d4fbb83a9 Content-Length: 0 Content-Type: application/json 2018-12-03 15:17:19,490 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0079a4ef-b729-4144-83a8-91e363c04a76 used request id req-d6fb5afd-02e1-4c1c-a1fa-027d4fbb83a9 2018-12-03 15:17:19,492 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:17:19,534 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-04109959-dc36-40f0-9a03-44f240bc0553 2018-12-03 15:17:19,534 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:20,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["JbrZm9kZRJ2dQjcvhCIE6A"], "issued_at": "2018-12-03T15:17:20.000000Z"}} 2018-12-03 15:17:20,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e73b39ebe1a6d8e9e5a5a933cc3c2adf010615" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/Iy30dSlmzUikrFCKhhAlG4mvRjSRtS9l4CxTrjxbWQup9SZLN5XOFC8MjDXmu/dMm4y3kacTxleEAXWOLVsYnDkNKeEM4OU6kwlfZNbxvpg0umIVL/doF5Ur1Ji3Hs4W8L2D73C5ULsu7T1A3JOwCJxDR1VQVzmwQdtj59wBILP3sIRziEomrm6VKWG81DwO12HpYPPLny+D32nx0EPErKlAmCAxBsBCjA4GO95vI0kC8Lmz99oBDXBrDtVQ77poPomldrZFMARa3ZvUyx6wwaJX6D5PoaXA9WB+zfjgent+L5OvTEdncM6EoCt0XwCbaJ1ypYrnh14EjDIY/ztz", "name": "NovaUtilsKeypairTests-04109959-dc36-40f0-9a03-44f240bc0553"}}' 2018-12-03 15:17:20,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17: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-41762895-44e9-4f28-a05e-6780f2331eda x-compute-request-id: req-41762895-44e9-4f28-a05e-6780f2331eda Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/Iy30dSlmzUikrFCKhhAlG4mvRjSRtS9l4CxTrjxbWQup9SZLN5XOFC8MjDXmu/dMm4y3kacTxleEAXWOLVsYnDkNKeEM4OU6kwlfZNbxvpg0umIVL/doF5Ur1Ji3Hs4W8L2D73C5ULsu7T1A3JOwCJxDR1VQVzmwQdtj59wBILP3sIRziEomrm6VKWG81DwO12HpYPPLny+D32nx0EPErKlAmCAxBsBCjA4GO95vI0kC8Lmz99oBDXBrDtVQ77poPomldrZFMARa3ZvUyx6wwaJX6D5PoaXA9WB+zfjgent+L5OvTEdncM6EoCt0XwCbaJ1ypYrnh14EjDIY/ztz", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "name": "NovaUtilsKeypairTests-04109959-dc36-40f0-9a03-44f240bc0553", "fingerprint": "91:89:88:7b:a3:d6:1b:37:ad:cf:cd:3a:f3:50:ef:cb"}} 2018-12-03 15:17:20,269 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-41762895-44e9-4f28-a05e-6780f2331eda 2018-12-03 15:17:20,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-04109959-dc36-40f0-9a03-44f240bc0553 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e73b39ebe1a6d8e9e5a5a933cc3c2adf010615" 2018-12-03 15:17:20,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17: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-b4d0a413-9d89-4e5b-bd8c-3e5b8ce99fd7 x-compute-request-id: req-b4d0a413-9d89-4e5b-bd8c-3e5b8ce99fd7 Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/Iy30dSlmzUikrFCKhhAlG4mvRjSRtS9l4CxTrjxbWQup9SZLN5XOFC8MjDXmu/dMm4y3kacTxleEAXWOLVsYnDkNKeEM4OU6kwlfZNbxvpg0umIVL/doF5Ur1Ji3Hs4W8L2D73C5ULsu7T1A3JOwCJxDR1VQVzmwQdtj59wBILP3sIRziEomrm6VKWG81DwO12HpYPPLny+D32nx0EPErKlAmCAxBsBCjA4GO95vI0kC8Lmz99oBDXBrDtVQ77poPomldrZFMARa3ZvUyx6wwaJX6D5PoaXA9WB+zfjgent+L5OvTEdncM6EoCt0XwCbaJ1ypYrnh14EjDIY/ztz", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "name": "NovaUtilsKeypairTests-04109959-dc36-40f0-9a03-44f240bc0553", "deleted": false, "created_at": "2018-12-03T15:17:20.000000", "updated_at": null, "fingerprint": "91:89:88:7b:a3:d6:1b:37:ad:cf:cd:3a:f3:50:ef:cb", "deleted_at": null, "id": 9}} 2018-12-03 15:17:20,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-04109959-dc36-40f0-9a03-44f240bc0553 used request id req-b4d0a413-9d89-4e5b-bd8c-3e5b8ce99fd7 2018-12-03 15:17:20,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e73b39ebe1a6d8e9e5a5a933cc3c2adf010615" 2018-12-03 15:17:20,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17: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-2558c68e-e9a1-4717-b22a-30812ceef7d8 x-compute-request-id: req-2558c68e-e9a1-4717-b22a-30812ceef7d8 Content-Encoding: gzip Content-Length: 474 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/Iy30dSlmzUikrFCKhhAlG4mvRjSRtS9l4CxTrjxbWQup9SZLN5XOFC8MjDXmu/dMm4y3kacTxleEAXWOLVsYnDkNKeEM4OU6kwlfZNbxvpg0umIVL/doF5Ur1Ji3Hs4W8L2D73C5ULsu7T1A3JOwCJxDR1VQVzmwQdtj59wBILP3sIRziEomrm6VKWG81DwO12HpYPPLny+D32nx0EPErKlAmCAxBsBCjA4GO95vI0kC8Lmz99oBDXBrDtVQ77poPomldrZFMARa3ZvUyx6wwaJX6D5PoaXA9WB+zfjgent+L5OvTEdncM6EoCt0XwCbaJ1ypYrnh14EjDIY/ztz", "name": "NovaUtilsKeypairTests-04109959-dc36-40f0-9a03-44f240bc0553", "fingerprint": "91:89:88:7b:a3:d6:1b:37:ad:cf:cd:3a:f3:50:ef:cb"}}]} 2018-12-03 15:17:20,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-2558c68e-e9a1-4717-b22a-30812ceef7d8 2018-12-03 15:17:20,309 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-04109959-dc36-40f0-9a03-44f240bc0553 2018-12-03 15:17:20,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-04109959-dc36-40f0-9a03-44f240bc0553 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e73b39ebe1a6d8e9e5a5a933cc3c2adf010615" 2018-12-03 15:17:20,454 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:17: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-16f1a2a9-2c38-4af3-bb39-02dc507acd88 x-compute-request-id: req-16f1a2a9-2c38-4af3-bb39-02dc507acd88 Content-Length: 0 Content-Type: application/json 2018-12-03 15:17:20,454 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-04109959-dc36-40f0-9a03-44f240bc0553 used request id req-16f1a2a9-2c38-4af3-bb39-02dc507acd88 2018-12-03 15:17:20,455 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:17:20,457 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:20,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["-JRP4VBBT1Gf_GrY7kSTeA"], "issued_at": "2018-12-03T15:17:20.000000Z"}} 2018-12-03 15:17:20,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d51f150c91d3f251380afc1c2f5382300087fb96" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-1cded531-4534-4321-ba89-d464afda7159-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-1cded531-4534-4321-ba89-d464afda7159-id", "swap": 2}}' 2018-12-03 15:17:21,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17: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-2d8eb847-0c4d-400f-afc9-ba9060cb90f8 x-compute-request-id: req-2d8eb847-0c4d-400f-afc9-ba9060cb90f8 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-1cded531-4534-4321-ba89-d464afda7159-id", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/NovaUtilsFlavorTests-1cded531-4534-4321-ba89-d464afda7159-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-1cded531-4534-4321-ba89-d464afda7159-id", "name": "NovaUtilsFlavorTests-1cded531-4534-4321-ba89-d464afda7159-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-12-03 15:17:21,465 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-2d8eb847-0c4d-400f-afc9-ba9060cb90f8 2018-12-03 15:17:21,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-1cded531-4534-4321-ba89-d464afda7159-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d51f150c91d3f251380afc1c2f5382300087fb96" 2018-12-03 15:17:21,534 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:17: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-75bf92d3-d27c-4d69-8ceb-78043d52fa9c x-compute-request-id: req-75bf92d3-d27c-4d69-8ceb-78043d52fa9c Content-Length: 0 Content-Type: application/json 2018-12-03 15:17:21,534 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-1cded531-4534-4321-ba89-d464afda7159-id used request id req-75bf92d3-d27c-4d69-8ceb-78043d52fa9c 2018-12-03 15:17:21,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d51f150c91d3f251380afc1c2f5382300087fb96" 2018-12-03 15:17:21,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17: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-a21ce67e-a53a-4dac-a35d-310f0f630a5e x-compute-request-id: req-a21ce67e-a53a-4dac-a35d-310f0f630a5e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:17:21,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a21ce67e-a53a-4dac-a35d-310f0f630a5e 2018-12-03 15:17:21,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-1cded531-4534-4321-ba89-d464afda7159-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d51f150c91d3f251380afc1c2f5382300087fb96" 2018-12-03 15:17:21,703 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:17: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-8e172e6b-9abe-425c-968e-05c648455cb4 x-compute-request-id: req-8e172e6b-9abe-425c-968e-05c648455cb4 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-1cded531-4534-4321-ba89-d464afda7159-id could not be found.", "code": 404}} 2018-12-03 15:17:21,703 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-1cded531-4534-4321-ba89-d464afda7159-id used request id req-8e172e6b-9abe-425c-968e-05c648455cb4 2018-12-03 15:17:21,705 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:17:21,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:22,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["CuaHuLQMTsGhUtQw52PoaQ"], "issued_at": "2018-12-03T15:17:22.000000Z"}} 2018-12-03 15:17:22,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a4b09ee9bd6e5139d2c72e7f17c4704a6408f6a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-7fa00627-1700-4e9f-88c8-9a33f7718fd0-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-7fa00627-1700-4e9f-88c8-9a33f7718fd0-id", "swap": 2}}' 2018-12-03 15:17:22,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17: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-4d26102e-58d4-4139-ad56-7df2e1c4c22f x-compute-request-id: req-4d26102e-58d4-4139-ad56-7df2e1c4c22f Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-7fa00627-1700-4e9f-88c8-9a33f7718fd0-id", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/NovaUtilsFlavorTests-7fa00627-1700-4e9f-88c8-9a33f7718fd0-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-7fa00627-1700-4e9f-88c8-9a33f7718fd0-id", "name": "NovaUtilsFlavorTests-7fa00627-1700-4e9f-88c8-9a33f7718fd0-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-12-03 15:17:22,368 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4d26102e-58d4-4139-ad56-7df2e1c4c22f 2018-12-03 15:17:22,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-7fa00627-1700-4e9f-88c8-9a33f7718fd0-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a4b09ee9bd6e5139d2c72e7f17c4704a6408f6a" 2018-12-03 15:17:22,523 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:17: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-5c91f543-fe0d-48d4-8657-bad819ceee63 x-compute-request-id: req-5c91f543-fe0d-48d4-8657-bad819ceee63 Content-Length: 0 Content-Type: application/json 2018-12-03 15:17:22,523 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-7fa00627-1700-4e9f-88c8-9a33f7718fd0-id used request id req-5c91f543-fe0d-48d4-8657-bad819ceee63 2018-12-03 15:17:22,524 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:17:22,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:22,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["JsXXQ_FESRmkcEgqYOIT3w"], "issued_at": "2018-12-03T15:17:22.000000Z"}} 2018-12-03 15:17:22,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:22,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-737beccc-4b6c-4956-be21-9c565f49ed3b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:17:22,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-737beccc-4b6c-4956-be21-9c565f49ed3b 2018-12-03 15:17:22,925 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 15:17:22,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:17:22,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:23,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["40ErFh--TG2OZxfdapYp0g"], "issued_at": "2018-12-03T15:17:23.000000Z"}} 2018-12-03 15:17:23,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994839aaaeb39b6f25a12148a1843613ee46302a" 2018-12-03 15:17:23,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed8c8a4e-9663-49c6-8b74-992b1ac5ecba Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:17:23,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ed8c8a4e-9663-49c6-8b74-992b1ac5ecba 2018-12-03 15:17:23,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}994839aaaeb39b6f25a12148a1843613ee46302a" 2018-12-03 15:17:24,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-48b73784-901f-4754-8f67-d54aa269a37c Date: Mon, 03 Dec 2018 15:17:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image"} 2018-12-03 15:17:24,035 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image used request id req-48b73784-901f-4754-8f67-d54aa269a37c 2018-12-03 15:17:24,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}994839aaaeb39b6f25a12148a1843613ee46302a" 2018-12-03 15:17:24,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2d030f00-9c44-4e1e-9a38-ad3e3c53f3d4 Date: Mon, 03 Dec 2018 15:17: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-12-03 15:17:24,600 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-2d030f00-9c44-4e1e-9a38-ad3e3c53f3d4 2018-12-03 15:17:24,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}994839aaaeb39b6f25a12148a1843613ee46302a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image"}' 2018-12-03 15:17:24,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed X-Openstack-Request-Id: req-ad277601-f30d-496c-9aa3-dfbebcab24e7 Date: Mon, 03 Dec 2018 15:17:24 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:17:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T15:17:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "min_disk": 0, "protected": false, "id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "file": "/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed/file", "checksum": null, "owner": "1780a9ab51084544804c8f0af535fb81", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:17:24,878 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-ad277601-f30d-496c-9aa3-dfbebcab24e7 2018-12-03 15:17:24,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}994839aaaeb39b6f25a12148a1843613ee46302a" -d '' 2018-12-03 15:17:26,573 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dca91d8b-e6e6-479a-80dc-e64b1fcbd1e3 Date: Mon, 03 Dec 2018 15:17:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:17:26,573 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed/file used request id req-dca91d8b-e6e6-479a-80dc-e64b1fcbd1e3 2018-12-03 15:17:26,573 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 15:17:26,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}994839aaaeb39b6f25a12148a1843613ee46302a" 2018-12-03 15:17:27,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-b080745c-6a28-47f5-a0a9-eef840ef3fbb Date: Mon, 03 Dec 2018 15:17:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:17:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:17:26Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed/snap", "metadata": {}}], "self": "/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "min_disk": 0, "protected": false, "id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "file": "/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:17:27,198 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed used request id req-b080745c-6a28-47f5-a0a9-eef840ef3fbb 2018-12-03 15:17:27,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}994839aaaeb39b6f25a12148a1843613ee46302a" 2018-12-03 15:17:27,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d940b911-0479-4094-b549-7582664ee8a1 Date: Mon, 03 Dec 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-12-03 15:17:27,369 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-d940b911-0479-4094-b549-7582664ee8a1 2018-12-03 15:17:27,371 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image 2018-12-03 15:17:27,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}994839aaaeb39b6f25a12148a1843613ee46302a" 2018-12-03 15:17:28,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-d88e9699-5262-40ca-baec-d972497f174c Date: Mon, 03 Dec 2018 15:17:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:17:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:17:26Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed/snap", "metadata": {}}], "self": "/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "min_disk": 0, "protected": false, "id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "file": "/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:17:28,007 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed used request id req-d88e9699-5262-40ca-baec-d972497f174c 2018-12-03 15:17:28,007 - create_image - DEBUG - Instance status is - active 2018-12-03 15:17:28,007 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image 2018-12-03 15:17:28,008 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image 2018-12-03 15:17:28,008 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:17:28,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:28,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["D7UUFtonS_O7ev73-LQpsw"], "issued_at": "2018-12-03T15:17:28.000000Z"}} 2018-12-03 15:17:28,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f035bb9f94fd0de9df867c71f137b0ac1b1129a2" 2018-12-03 15:17:28,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8000b9df-415f-4bf6-a703-83e500f77063 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:17:28,475 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8000b9df-415f-4bf6-a703-83e500f77063 2018-12-03 15:17:28,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f035bb9f94fd0de9df867c71f137b0ac1b1129a2" 2018-12-03 15:17:28,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-437e7f3a-ea20-4b96-849e-e82a1fe869d2 Date: Mon, 03 Dec 2018 15:17:28 GMT RESP BODY: {"networks":[]} 2018-12-03 15:17:28,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net used request id req-437e7f3a-ea20-4b96-849e-e82a1fe869d2 2018-12-03 15:17:28,804 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net 2018-12-03 15:17:28,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f035bb9f94fd0de9df867c71f137b0ac1b1129a2" -d '{"network": {"name": "NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net", "admin_state_up": true}}' 2018-12-03 15:17:29,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-e97ba49e-aceb-4af1-99c3-604bfea2a65e Date: Mon, 03 Dec 2018 15:17:29 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":97,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:17:29Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:29Z","mtu":1450}} 2018-12-03 15:17:29,290 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e97ba49e-aceb-4af1-99c3-604bfea2a65e 2018-12-03 15:17:29,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f035bb9f94fd0de9df867c71f137b0ac1b1129a2" 2018-12-03 15:17:29,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-68174ea6-340b-41c4-8ef1-522d5549c7ba Date: Mon, 03 Dec 2018 15:17:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":97,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:17:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:29Z","provider:network_type":"vxlan"}]} 2018-12-03 15:17:29,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 used request id req-68174ea6-340b-41c4-8ef1-522d5549c7ba 2018-12-03 15:17:29,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f035bb9f94fd0de9df867c71f137b0ac1b1129a2" 2018-12-03 15:17:29,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-80d50e0e-7ca5-49b8-86ea-6a3ae76afa08 Date: Mon, 03 Dec 2018 15:17:29 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:17:29,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 used request id req-80d50e0e-7ca5-49b8-86ea-6a3ae76afa08 2018-12-03 15:17:29,704 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-subnet 2018-12-03 15:17:29,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f035bb9f94fd0de9df867c71f137b0ac1b1129a2" -d '{"subnets": [{"ip_version": 4, "network_id": "d7489a2d-4932-4bc9-a285-c90f6d3a7254", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-subnet"}]}' 2018-12-03 15:17:30,368 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b1a90bf6-87e7-48fa-8305-fbf250865696 Date: Mon, 03 Dec 2018 15:17:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:17:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"3187e44f-d94f-4c03-8b16-78540d489dae","subnetpool_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-subnet"}]} 2018-12-03 15:17:30,368 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-b1a90bf6-87e7-48fa-8305-fbf250865696 2018-12-03 15:17:30,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f035bb9f94fd0de9df867c71f137b0ac1b1129a2" 2018-12-03 15:17:30,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-0b0ef6d4-db0d-4efb-b65f-210a81e27d61 Date: Mon, 03 Dec 2018 15:17:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":97,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["3187e44f-d94f-4c03-8b16-78540d489dae"],"description":"","tags":[],"updated_at":"2018-12-03T15:17:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:29Z","provider:network_type":"vxlan"}]} 2018-12-03 15:17:30,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 used request id req-0b0ef6d4-db0d-4efb-b65f-210a81e27d61 2018-12-03 15:17:30,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f035bb9f94fd0de9df867c71f137b0ac1b1129a2" 2018-12-03 15:17:30,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ec98e157-fbc7-4670-812e-5764b4b83340 Date: Mon, 03 Dec 2018 15:17:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:17:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"3187e44f-d94f-4c03-8b16-78540d489dae","subnetpool_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-subnet"}]} 2018-12-03 15:17:30,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 used request id req-ec98e157-fbc7-4670-812e-5764b4b83340 2018-12-03 15:17:30,803 - OpenStackNetwork - DEBUG - Network [d7489a2d-4932-4bc9-a285-c90f6d3a7254] created successfully 2018-12-03 15:17:30,804 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:17:30,804 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:31,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["VxZZ_oYBR1SUSyffOxZz_g"], "issued_at": "2018-12-03T15:17:31.000000Z"}} 2018-12-03 15:17:31,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87fdb914892c036b2c87823e863be701e34aa108" 2018-12-03 15:17:31,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b7b375b-cc90-472b-bb9b-039db409a593 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:17:31,253 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2b7b375b-cc90-472b-bb9b-039db409a593 2018-12-03 15:17:31,254 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:17:31,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87fdb914892c036b2c87823e863be701e34aa108" 2018-12-03 15:17:31,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17: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-5657c0ad-b6e3-4011-be5e-2413fcc7e2ee x-compute-request-id: req-5657c0ad-b6e3-4011-be5e-2413fcc7e2ee Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:17:31,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5657c0ad-b6e3-4011-be5e-2413fcc7e2ee 2018-12-03 15:17:31,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87fdb914892c036b2c87823e863be701e34aa108" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-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-12-03 15:17:31,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17: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-b21d036d-fa7b-4fa2-866e-b3af55b68ea9 x-compute-request-id: req-b21d036d-fa7b-4fa2-866e-b3af55b68ea9 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "045abef8-b221-4837-ace1-78327ed20b0b", "name": "NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:17:31,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b21d036d-fa7b-4fa2-866e-b3af55b68ea9 2018-12-03 15:17:31,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:17:31,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:17:32,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:17:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["dRnDhFoNRpemTW_KXwr9FA"], "issued_at": "2018-12-03T15:17:32.000000Z"}} 2018-12-03 15:17:32,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6ff751c60832cf3302feead3d909e646339599" 2018-12-03 15:17:32,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-600bc5f2-a9aa-4371-817e-f0d205e21383 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:17:32,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-600bc5f2-a9aa-4371-817e-f0d205e21383 2018-12-03 15:17:32,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:32,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-3b10f34f-bb83-416b-b640-7534937bb22e Date: Mon, 03 Dec 2018 15:17:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":97,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["3187e44f-d94f-4c03-8b16-78540d489dae"],"description":"","tags":[],"updated_at":"2018-12-03T15:17:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:29Z","provider:network_type":"vxlan"}]} 2018-12-03 15:17:32,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net used request id req-3b10f34f-bb83-416b-b640-7534937bb22e 2018-12-03 15:17:32,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:32,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-693f92e7-fe2f-4464-a4f7-78d3a896369a Date: Mon, 03 Dec 2018 15:17:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:17:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"3187e44f-d94f-4c03-8b16-78540d489dae","subnetpool_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-subnet"}]} 2018-12-03 15:17:32,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 used request id req-693f92e7-fe2f-4464-a4f7-78d3a896369a 2018-12-03 15:17:32,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:32,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-09e5044e-8dcd-4d68-aec9-4f01fb5911a8 Date: Mon, 03 Dec 2018 15:17:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":97,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["3187e44f-d94f-4c03-8b16-78540d489dae"],"description":"","tags":[],"updated_at":"2018-12-03T15:17:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:29Z","provider:network_type":"vxlan"}]} 2018-12-03 15:17:32,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net used request id req-09e5044e-8dcd-4d68-aec9-4f01fb5911a8 2018-12-03 15:17:32,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:17:32,855 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:17:32,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6ff751c60832cf3302feead3d909e646339599" 2018-12-03 15:17:32,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e4238ab-56d0-4122-90e9-73093a044ec0 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:17:32,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-4e4238ab-56d0-4122-90e9-73093a044ec0 2018-12-03 15:17:32,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:33,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8d32325f-0788-4a86-a9ab-c32152020bbf Date: Mon, 03 Dec 2018 15:17:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:17:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"3187e44f-d94f-4c03-8b16-78540d489dae","subnetpool_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-subnet"}]} 2018-12-03 15:17:33,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 used request id req-8d32325f-0788-4a86-a9ab-c32152020bbf 2018-12-03 15:17:33,158 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net 2018-12-03 15:17:33,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" -d '{"port": {"network_id": "d7489a2d-4932-4bc9-a285-c90f6d3a7254", "name": "NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-port", "admin_state_up": true}}' 2018-12-03 15:17:34,129 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 874 X-Openstack-Request-Id: req-3859bca4-96ff-4a30-96bf-ebf1077c8f9d Date: Mon, 03 Dec 2018 15:17:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:17:33Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3187e44f-d94f-4c03-8b16-78540d489dae","ip_address":"10.55.0.11"}],"id":"181c317a-8c64-445d-a9c7-2be95272a674","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a5:06:08","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-port","project_id":"1780a9ab51084544804c8f0af535fb81","qos_policy_id":null,"admin_state_up":true,"network_id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:33Z","binding:vnic_type":"normal"}} 2018-12-03 15:17:34,129 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-3859bca4-96ff-4a30-96bf-ebf1077c8f9d 2018-12-03 15:17:34,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:34,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-8c3c259b-8360-4a3c-8909-7ec4bfc723c6 Date: Mon, 03 Dec 2018 15:17:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":97,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["3187e44f-d94f-4c03-8b16-78540d489dae"],"description":"","tags":[],"updated_at":"2018-12-03T15:17:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:29Z","provider:network_type":"vxlan"}]} 2018-12-03 15:17:34,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net used request id req-8c3c259b-8360-4a3c-8909-7ec4bfc723c6 2018-12-03 15:17:34,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:17:34,225 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:17:34,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:34,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7f8a2a9-288a-4af5-9c6b-ae56a81d2617 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:17:34,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-e7f8a2a9-288a-4af5-9c6b-ae56a81d2617 2018-12-03 15:17:34,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:34,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bccf0707-06ce-442d-93ee-0ae5e0203259 Date: Mon, 03 Dec 2018 15:17:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:17:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"3187e44f-d94f-4c03-8b16-78540d489dae","subnetpool_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-subnet"}]} 2018-12-03 15:17:34,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 used request id req-bccf0707-06ce-442d-93ee-0ae5e0203259 2018-12-03 15:17:34,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254&name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:34,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-1e8402f2-6b07-40c5-87c7-b046eab5b90e Date: Mon, 03 Dec 2018 15:17:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:17:33Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3187e44f-d94f-4c03-8b16-78540d489dae","ip_address":"10.55.0.11"}],"id":"181c317a-8c64-445d-a9c7-2be95272a674","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a5:06:08","project_id":"1780a9ab51084544804c8f0af535fb81","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-port","admin_state_up":true,"network_id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:33Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 15:17:34,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254&name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-port&admin_state_up=True used request id req-1e8402f2-6b07-40c5-87c7-b046eab5b90e 2018-12-03 15:17:34,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:34,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8da6ef3d-342b-44bb-a0a2-642968a0ca08 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:17:34,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-8da6ef3d-342b-44bb-a0a2-642968a0ca08 2018-12-03 15:17:34,632 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst 2018-12-03 15:17:34,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:35,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17: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-9635f6fc-ad4b-4307-8533-9bc14e97375f x-compute-request-id: req-9635f6fc-ad4b-4307-8533-9bc14e97375f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-flavor-name"}]} 2018-12-03 15:17:35,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9635f6fc-ad4b-4307-8533-9bc14e97375f 2018-12-03 15:17:35,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/045abef8-b221-4837-ace1-78327ed20b0b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:35,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca518a20-17cf-491c-83a4-bf931176fe9b x-compute-request-id: req-ca518a20-17cf-491c-83a4-bf931176fe9b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "045abef8-b221-4837-ace1-78327ed20b0b", "name": "NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:17:35,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/045abef8-b221-4837-ace1-78327ed20b0b used request id req-ca518a20-17cf-491c-83a4-bf931176fe9b 2018-12-03 15:17:35,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:35,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-2024520c-6103-4d20-b089-daf7df1ff435 Date: Mon, 03 Dec 2018 15:17:35 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:17:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:17:26Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed/snap", "metadata": {}}], "self": "/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "min_disk": 0, "protected": false, "id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "file": "/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image"} 2018-12-03 15:17:35,620 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image used request id req-2024520c-6103-4d20-b089-daf7df1ff435 2018-12-03 15:17:35,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:35,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ae84034f-5f55-4c25-9f3f-cd0b977d2193 Date: Mon, 03 Dec 2018 15:17: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-12-03 15:17:35,772 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-ae84034f-5f55-4c25-9f3f-cd0b977d2193 2018-12-03 15:17:35,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" -d '{"server": {"name": "NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "imageRef": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "flavorRef": "045abef8-b221-4837-ace1-78327ed20b0b", "max_count": 1, "min_count": 1, "networks": [{"port": "181c317a-8c64-445d-a9c7-2be95272a674"}]}}' 2018-12-03 15:17:38,227 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:17:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2f1a9598-05d8-460b-aeba-2bcb112a87a7 x-compute-request-id: req-2f1a9598-05d8-460b-aeba-2bcb112a87a7 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "adminPass": "ociWr3N6fTVo"}} 2018-12-03 15:17:38,227 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-2f1a9598-05d8-460b-aeba-2bcb112a87a7 2018-12-03 15:17:38,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:39,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fafa0e93-7e99-4a1f-a8c9-e7b54ac2a465 x-compute-request-id: req-fafa0e93-7e99-4a1f-a8c9-e7b54ac2a465 Content-Encoding: gzip Content-Length: 645 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "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-12-03T15:17: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": "NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:17:39,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-fafa0e93-7e99-4a1f-a8c9-e7b54ac2a465 2018-12-03 15:17:39,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:39,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:17: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-40202ccd-0f03-4769-95d5-2df4e5496079 x-compute-request-id: req-40202ccd-0f03-4769-95d5-2df4e5496079 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.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "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-12-03T15:17:39Z", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:17:39,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-40202ccd-0f03-4769-95d5-2df4e5496079 2018-12-03 15:17:42,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:43,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-250f1ad4-d174-4836-abdc-5c00421dae46 x-compute-request-id: req-250f1ad4-d174-4836-abdc-5c00421dae46 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.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:17:40Z", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:17:43,094 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-250f1ad4-d174-4836-abdc-5c00421dae46 2018-12-03 15:17:46,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:46,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-90925e23-d1dc-4042-817f-264493e922f0 x-compute-request-id: req-90925e23-d1dc-4042-817f-264493e922f0 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.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:17:40Z", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:17:46,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-90925e23-d1dc-4042-817f-264493e922f0 2018-12-03 15:17:49,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:50,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-bdd529e5-14cd-4792-bc41-48b3df8c1081 x-compute-request-id: req-bdd529e5-14cd-4792-bc41-48b3df8c1081 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.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:17:40Z", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:17:50,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-bdd529e5-14cd-4792-bc41-48b3df8c1081 2018-12-03 15:17:53,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:54,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-f9cd18d6-9153-4565-8fe0-8986492c8e21 x-compute-request-id: req-f9cd18d6-9153-4565-8fe0-8986492c8e21 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.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:17:40Z", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:17:54,512 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-f9cd18d6-9153-4565-8fe0-8986492c8e21 2018-12-03 15:17:57,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:17:58,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-2cc93b1d-be29-48e2-ab73-61d8ed562c4a x-compute-request-id: req-2cc93b1d-be29-48e2-ab73-61d8ed562c4a 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.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:17:40Z", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:17:58,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-2cc93b1d-be29-48e2-ab73-61d8ed562c4a 2018-12-03 15:18:01,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:01,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18: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-3a2ebb8d-5a04-4cac-aed6-b427ac141047 x-compute-request-id: req-3a2ebb8d-5a04-4cac-aed6-b427ac141047 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.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:17:40Z", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:18:01,549 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-3a2ebb8d-5a04-4cac-aed6-b427ac141047 2018-12-03 15:18:04,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:04,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b2b747f-00d8-4e81-aebc-628e816b4305 x-compute-request-id: req-7b2b747f-00d8-4e81-aebc-628e816b4305 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.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:17:40Z", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:18:04,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-7b2b747f-00d8-4e81-aebc-628e816b4305 2018-12-03 15:18:07,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:08,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6288a78f-64ff-4709-8aa5-26c3263f3a27 x-compute-request-id: req-6288a78f-64ff-4709-8aa5-26c3263f3a27 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.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:17:40Z", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:18:08,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-6288a78f-64ff-4709-8aa5-26c3263f3a27 2018-12-03 15:18:11,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:12,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18: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-a2d5891d-aead-42a2-8c51-dc09b679f781 x-compute-request-id: req-a2d5891d-aead-42a2-8c51-dc09b679f781 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:18:11Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:18:12,414 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-a2d5891d-aead-42a2-8c51-dc09b679f781 2018-12-03 15:18:15,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:15,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18: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-d6ca4b94-39ff-4d89-a898-1c5734cddf9c x-compute-request-id: req-d6ca4b94-39ff-4d89-a898-1c5734cddf9c Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:18:15Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:18:15,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-d6ca4b94-39ff-4d89-a898-1c5734cddf9c 2018-12-03 15:18:18,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:18,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18: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-5abe0b8a-3ecd-44d6-9983-a8de41d8706f x-compute-request-id: req-5abe0b8a-3ecd-44d6-9983-a8de41d8706f Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:06:08", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:18:15Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:18:18,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-5abe0b8a-3ecd-44d6-9983-a8de41d8706f 2018-12-03 15:18:22,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:22,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72e33aeb-faf7-4586-87a0-563753a4eb38 x-compute-request-id: req-72e33aeb-faf7-4586-87a0-563753a4eb38 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:06:08", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:18:15Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:18:22,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-72e33aeb-faf7-4586-87a0-563753a4eb38 2018-12-03 15:18:25,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:26,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18: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-65a91789-e59c-4754-b5c5-c26cdf6cda8a x-compute-request-id: req-65a91789-e59c-4754-b5c5-c26cdf6cda8a Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:06:08", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-12-03T15:18:25.000000", "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:18:25Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:18:26,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-65a91789-e59c-4754-b5c5-c26cdf6cda8a 2018-12-03 15:18:26,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:27,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d234bc0-6923-4754-aeac-7ef522677abd x-compute-request-id: req-7d234bc0-6923-4754-aeac-7ef522677abd Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:06:08", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8", "rel": "bookmark"}], "image": {"id": "8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "links": [{"href": "http://172.30.9.30:8774/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-12-03T15:18:25.000000", "flavor": {"id": "045abef8-b221-4837-ace1-78327ed20b0b", "links": [{"href": "http://172.30.9.30:8774/flavors/045abef8-b221-4837-ace1-78327ed20b0b", "rel": "bookmark"}]}, "id": "5be4b7ed-069d-46f6-9371-d1b258980ba8", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:18:25Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-57670978-c69e-483c-97e6-8d0f10fa9556-vm_inst", "created": "2018-12-03T15:17:38Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:18:27,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-7d234bc0-6923-4754-aeac-7ef522677abd 2018-12-03 15:18:27,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:27,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-f71c6b2f-2f83-4415-bb98-173cbf3efcff Date: Mon, 03 Dec 2018 15:18:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":97,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["3187e44f-d94f-4c03-8b16-78540d489dae"],"description":"","tags":[],"updated_at":"2018-12-03T15:17:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:29Z","provider:network_type":"vxlan"}]} 2018-12-03 15:18:27,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net used request id req-f71c6b2f-2f83-4415-bb98-173cbf3efcff 2018-12-03 15:18:27,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:27,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9906556-489e-42e5-ad7c-24c5a472830b 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:18:27,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-c9906556-489e-42e5-ad7c-24c5a472830b 2018-12-03 15:18:27,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:27,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-cc8198d1-f3de-471c-8d91-734876b1af74 Date: Mon, 03 Dec 2018 15:18:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:17:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"3187e44f-d94f-4c03-8b16-78540d489dae","subnetpool_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-subnet"}]} 2018-12-03 15:18:27,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 used request id req-cc8198d1-f3de-471c-8d91-734876b1af74 2018-12-03 15:18:27,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:27,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3877 X-Openstack-Request-Id: req-c9a9b63c-540f-4ad0-9d31-ded991c56300 Date: Mon, 03 Dec 2018 15:18:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3187e44f-d94f-4c03-8b16-78540d489dae","ip_address":"10.55.0.11"}],"id":"181c317a-8c64-445d-a9c7-2be95272a674","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:06:08","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-port","admin_state_up":true,"network_id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:33Z","binding:vnic_type":"normal","device_id":"5be4b7ed-069d-46f6-9371-d1b258980ba8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:17:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3187e44f-d94f-4c03-8b16-78540d489dae","ip_address":"10.55.0.4"}],"id":"22da5b69-8e9c-46b1-9709-e0d823a8ebcf","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:81:46","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d7489a2d-4932-4bc9-a285-c90f6d3a7254"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:17:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3187e44f-d94f-4c03-8b16-78540d489dae","ip_address":"10.55.0.2"}],"id":"7a46024e-2fd7-4cef-84d6-8c9f0d079397","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d0:4e","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d7489a2d-4932-4bc9-a285-c90f6d3a7254"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:17:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3187e44f-d94f-4c03-8b16-78540d489dae","ip_address":"10.55.0.3"}],"id":"eb30f920-ad58-4083-8291-1a51634666e5","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:31:f8","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d7489a2d-4932-4bc9-a285-c90f6d3a7254","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:17:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d7489a2d-4932-4bc9-a285-c90f6d3a7254"}]} 2018-12-03 15:18:27,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=d7489a2d-4932-4bc9-a285-c90f6d3a7254 used request id req-c9a9b63c-540f-4ad0-9d31-ded991c56300 2018-12-03 15:18:28,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:28,382 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:18: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-7b10aacb-c368-4e0d-a9ea-35e3c9c71c03 x-compute-request-id: req-7b10aacb-c368-4e0d-a9ea-35e3c9c71c03 Content-Type: application/json 2018-12-03 15:18:28,382 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/5be4b7ed-069d-46f6-9371-d1b258980ba8 used request id req-7b10aacb-c368-4e0d-a9ea-35e3c9c71c03 2018-12-03 15:18:28,383 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-port 2018-12-03 15:18:28,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/181c317a-8c64-445d-a9c7-2be95272a674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6edc6e9936dd6ea70498eac7c73fd510c04f8b2" 2018-12-03 15:18:29,068 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-14d2437b-ebf4-4fd7-b1fe-ceece4448b55 Date: Mon, 03 Dec 2018 15:18:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:18:29,069 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/181c317a-8c64-445d-a9c7-2be95272a674 used request id req-14d2437b-ebf4-4fd7-b1fe-ceece4448b55 2018-12-03 15:18:29,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/045abef8-b221-4837-ace1-78327ed20b0b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87fdb914892c036b2c87823e863be701e34aa108" 2018-12-03 15:18:29,124 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 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 x-openstack-request-id: req-3f35e6b2-ce65-45e4-80b2-40e6c8e9749d x-compute-request-id: req-3f35e6b2-ce65-45e4-80b2-40e6c8e9749d Content-Length: 0 Content-Type: application/json 2018-12-03 15:18:29,124 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/045abef8-b221-4837-ace1-78327ed20b0b used request id req-3f35e6b2-ce65-45e4-80b2-40e6c8e9749d 2018-12-03 15:18:29,125 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-subnet 2018-12-03 15:18:29,125 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-subnet 2018-12-03 15:18:29,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/3187e44f-d94f-4c03-8b16-78540d489dae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f035bb9f94fd0de9df867c71f137b0ac1b1129a2" 2018-12-03 15:18:31,191 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf2477ba-2158-4ca7-8f2e-72b33860a9c2 Date: Mon, 03 Dec 2018 15:18:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:18:31,191 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/3187e44f-d94f-4c03-8b16-78540d489dae used request id req-cf2477ba-2158-4ca7-8f2e-72b33860a9c2 2018-12-03 15:18:31,192 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-net 2018-12-03 15:18:31,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/d7489a2d-4932-4bc9-a285-c90f6d3a7254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f035bb9f94fd0de9df867c71f137b0ac1b1129a2" 2018-12-03 15:18:32,512 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-67694ac7-5a48-4a67-b098-32f22b272bbe Date: Mon, 03 Dec 2018 15:18:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:18:32,512 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d7489a2d-4932-4bc9-a285-c90f6d3a7254 used request id req-67694ac7-5a48-4a67-b098-32f22b272bbe 2018-12-03 15:18:32,512 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-57670978-c69e-483c-97e6-8d0f10fa9556-image 2018-12-03 15:18:32,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}994839aaaeb39b6f25a12148a1843613ee46302a" 2018-12-03 15:18:34,185 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d16703fd-5c85-4c40-ad5c-74dff08d4bb1 Date: Mon, 03 Dec 2018 15:18:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:18:34,185 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/8f93e5f3-0f4f-4f70-bc1b-6b66da017eed used request id req-d16703fd-5c85-4c40-ad5c-74dff08d4bb1 2018-12-03 15:18:34,187 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:18:34,191 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 15:18:34,191 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:18:34,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:18:34,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:18:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["x0MgsRfgT0OIOJK3Vbdk3Q"], "issued_at": "2018-12-03T15:18:34.000000Z"}} 2018-12-03 15:18:34,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dbade4165e1f87d95752103fa1108f92cf3602" 2018-12-03 15:18:34,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-192ac02a-5608-4458-919b-6f86d2eccfef Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:18:34,640 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-192ac02a-5608-4458-919b-6f86d2eccfef 2018-12-03 15:18:34,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73dbade4165e1f87d95752103fa1108f92cf3602" 2018-12-03 15:18:34,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-da4b623e-dc16-48ef-82ff-210d761aae16 Date: Mon, 03 Dec 2018 15:18:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image"} 2018-12-03 15:18:34,850 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image used request id req-da4b623e-dc16-48ef-82ff-210d761aae16 2018-12-03 15:18:34,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73dbade4165e1f87d95752103fa1108f92cf3602" 2018-12-03 15:18:35,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-552c308a-d70d-4086-9a48-e395fa3429c8 Date: Mon, 03 Dec 2018 15:18: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-12-03 15:18:35,017 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-552c308a-d70d-4086-9a48-e395fa3429c8 2018-12-03 15:18:35,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}73dbade4165e1f87d95752103fa1108f92cf3602" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image"}' 2018-12-03 15:18:35,247 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8 X-Openstack-Request-Id: req-7157b91c-812b-4204-93c5-48b17706c859 Date: Mon, 03 Dec 2018 15:18:35 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:18:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T15:18:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8", "min_disk": 0, "protected": false, "id": "032a7673-adeb-4608-b5df-9458251a0fe8", "file": "/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8/file", "checksum": null, "owner": "1780a9ab51084544804c8f0af535fb81", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:18:35,247 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-7157b91c-812b-4204-93c5-48b17706c859 2018-12-03 15:18:35,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73dbade4165e1f87d95752103fa1108f92cf3602" -d '' 2018-12-03 15:18:37,302 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d6aa5a95-c077-4c9a-9687-0505908745f8 Date: Mon, 03 Dec 2018 15:18:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:18:37,302 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8/file used request id req-d6aa5a95-c077-4c9a-9687-0505908745f8 2018-12-03 15:18:37,303 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 15:18:37,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73dbade4165e1f87d95752103fa1108f92cf3602" 2018-12-03 15:18:37,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-e318f668-7518-43b6-91bc-321606910f33 Date: Mon, 03 Dec 2018 15:18:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:18:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:18:37Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/032a7673-adeb-4608-b5df-9458251a0fe8/snap", "metadata": {}}], "self": "/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8", "min_disk": 0, "protected": false, "id": "032a7673-adeb-4608-b5df-9458251a0fe8", "file": "/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/032a7673-adeb-4608-b5df-9458251a0fe8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:18:37,490 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8 used request id req-e318f668-7518-43b6-91bc-321606910f33 2018-12-03 15:18:37,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73dbade4165e1f87d95752103fa1108f92cf3602" 2018-12-03 15:18:37,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1fbcb4a8-7a9e-4c5f-ba3a-9a76076f086f Date: Mon, 03 Dec 2018 15:18: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-12-03 15:18:37,656 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-1fbcb4a8-7a9e-4c5f-ba3a-9a76076f086f 2018-12-03 15:18:37,659 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image 2018-12-03 15:18:37,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73dbade4165e1f87d95752103fa1108f92cf3602" 2018-12-03 15:18:38,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-cdf724bc-66fa-4a10-b25f-9085368931e1 Date: Mon, 03 Dec 2018 15:18:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:18:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:18:37Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/032a7673-adeb-4608-b5df-9458251a0fe8/snap", "metadata": {}}], "self": "/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8", "min_disk": 0, "protected": false, "id": "032a7673-adeb-4608-b5df-9458251a0fe8", "file": "/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/032a7673-adeb-4608-b5df-9458251a0fe8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:18:38,277 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8 used request id req-cdf724bc-66fa-4a10-b25f-9085368931e1 2018-12-03 15:18:38,278 - create_image - DEBUG - Instance status is - active 2018-12-03 15:18:38,278 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image 2018-12-03 15:18:38,278 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image 2018-12-03 15:18:38,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:18:38,279 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:18:38,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:18:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["PayXkV-VQeKi882vOXTyug"], "issued_at": "2018-12-03T15:18:38.000000Z"}} 2018-12-03 15:18:38,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db17325105f8819a5928a1e0d2ae20bcb6c4e7e" 2018-12-03 15:18:38,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c47ce66-69ca-4570-b824-6537439aaf3e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:18:38,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3c47ce66-69ca-4570-b824-6537439aaf3e 2018-12-03 15:18:38,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db17325105f8819a5928a1e0d2ae20bcb6c4e7e" 2018-12-03 15:18:38,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e81b4a10-81be-4585-87a0-e9b10c273e08 Date: Mon, 03 Dec 2018 15:18:38 GMT RESP BODY: {"networks":[]} 2018-12-03 15:18:38,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-e81b4a10-81be-4585-87a0-e9b10c273e08 2018-12-03 15:18:38,940 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net 2018-12-03 15:18:38,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db17325105f8819a5928a1e0d2ae20bcb6c4e7e" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net", "admin_state_up": true}}' 2018-12-03 15:18:39,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-9b012039-1cd5-4a8c-92db-0d7a16956dc6 Date: Mon, 03 Dec 2018 15:18:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:18:39Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","mtu":1450}} 2018-12-03 15:18:39,375 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-9b012039-1cd5-4a8c-92db-0d7a16956dc6 2018-12-03 15:18:39,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db17325105f8819a5928a1e0d2ae20bcb6c4e7e" 2018-12-03 15:18:39,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-ca9d9a0f-184a-4c01-96e2-b7c2bc8c1dfc Date: Mon, 03 Dec 2018 15:18:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:18:39Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:18:39,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-ca9d9a0f-184a-4c01-96e2-b7c2bc8c1dfc 2018-12-03 15:18:39,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db17325105f8819a5928a1e0d2ae20bcb6c4e7e" 2018-12-03 15:18:39,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-21358367-b7b2-4e80-aa78-181da50ba614 Date: Mon, 03 Dec 2018 15:18:39 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:18:39,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-21358367-b7b2-4e80-aa78-181da50ba614 2018-12-03 15:18:39,836 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet 2018-12-03 15:18:39,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db17325105f8819a5928a1e0d2ae20bcb6c4e7e" -d '{"subnets": [{"ip_version": 4, "network_id": "4eaa5d76-ab7d-440f-9798-5b49471fc18b", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]}' 2018-12-03 15:18:40,428 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f3a74034-d98e-4ba0-963e-d82c7d7da671 Date: Mon, 03 Dec 2018 15:18:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:18:40,428 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-f3a74034-d98e-4ba0-963e-d82c7d7da671 2018-12-03 15:18:40,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db17325105f8819a5928a1e0d2ae20bcb6c4e7e" 2018-12-03 15:18:40,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5b08a876-cca7-46e0-8e5b-199135e2a0e8 Date: Mon, 03 Dec 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":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:18:40,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-5b08a876-cca7-46e0-8e5b-199135e2a0e8 2018-12-03 15:18:40,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db17325105f8819a5928a1e0d2ae20bcb6c4e7e" 2018-12-03 15:18:40,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-00ede854-8674-4eb9-b3e6-a4367a72d9ba Date: Mon, 03 Dec 2018 15:18:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:18:40,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-00ede854-8674-4eb9-b3e6-a4367a72d9ba 2018-12-03 15:18:40,902 - OpenStackNetwork - DEBUG - Network [4eaa5d76-ab7d-440f-9798-5b49471fc18b] created successfully 2018-12-03 15:18:40,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:18:40,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:18:41,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:18:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["s1pOGwAaTIGDHIejcIIWOA"], "issued_at": "2018-12-03T15:18:41.000000Z"}} 2018-12-03 15:18:41,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666136071b674ab38eb6f1352d17f5123365b6b5" 2018-12-03 15:18:41,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03b1ed5f-a797-425e-a5d6-9fdedee93567 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:18:41,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-03b1ed5f-a797-425e-a5d6-9fdedee93567 2018-12-03 15:18:41,394 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:18:41,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666136071b674ab38eb6f1352d17f5123365b6b5" 2018-12-03 15:18:41,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d0385b31-627b-4d2f-9a5e-6fc9fba2b73f x-compute-request-id: req-d0385b31-627b-4d2f-9a5e-6fc9fba2b73f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:18:41,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d0385b31-627b-4d2f-9a5e-6fc9fba2b73f 2018-12-03 15:18:41,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666136071b674ab38eb6f1352d17f5123365b6b5" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-03 15:18:41,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe1c8bdc-1afd-4501-839e-1e4b95540a82 x-compute-request-id: req-fe1c8bdc-1afd-4501-839e-1e4b95540a82 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "name": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:18:41,747 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-fe1c8bdc-1afd-4501-839e-1e4b95540a82 2018-12-03 15:18:41,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:18:41,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:18:42,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:18:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["K7Sw98p0QS2i8pwRLQn13A"], "issued_at": "2018-12-03T15:18:42.000000Z"}} 2018-12-03 15:18:42,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2733dd061cd76ecb2ffd49a9b44af961e91239f8" 2018-12-03 15:18:42,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8cbfe6e-ddd3-481b-aecd-b2a3a41f9c0a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:18:42,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a8cbfe6e-ddd3-481b-aecd-b2a3a41f9c0a 2018-12-03 15:18:42,224 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2733dd061cd76ecb2ffd49a9b44af961e91239f8" 2018-12-03 15:18:42,978 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:42 GMT Server: Apache x-compute-request-id: req-640a8b97-ed43-4efb-9d91-78c7eee18110 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-640a8b97-ed43-4efb-9d91-78c7eee18110 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 15:18:42,978 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/detail used request id req-640a8b97-ed43-4efb-9d91-78c7eee18110 2018-12-03 15:18:42,982 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-640a8b97-ed43-4efb-9d91-78c7eee18110" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2733dd061cd76ecb2ffd49a9b44af961e91239f8" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9", "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-12-03 15:18:43,987 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:18:42 GMT Server: Apache x-compute-request-id: req-a1c163b8-547d-4635-b5e2-fff5de4b7dc7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a1c163b8-547d-4635-b5e2-fff5de4b7dc7 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T15:18:43.876980", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "size": 1}} 2018-12-03 15:18:43,987 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes used request id req-a1c163b8-547d-4635-b5e2-fff5de4b7dc7 2018-12-03 15:18:43,992 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-640a8b97-ed43-4efb-9d91-78c7eee18110" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2733dd061cd76ecb2ffd49a9b44af961e91239f8" 2018-12-03 15:18:44,742 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:44 GMT Server: Apache x-compute-request-id: req-e16e6de6-5bac-49e3-ba0e-952b33ad43c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e16e6de6-5bac-49e3-ba0e-952b33ad43c1 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:18:44.000000", "replication_status": null, "snapshot_id": null, "id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9", "bootable": "false", "created_at": "2018-12-03T15:18:43.000000", "volume_type": null}} 2018-12-03 15:18:44,742 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e used request id req-e16e6de6-5bac-49e3-ba0e-952b33ad43c1 2018-12-03 15:18:44,743 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9 2018-12-03 15:18:44,746 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-640a8b97-ed43-4efb-9d91-78c7eee18110" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2733dd061cd76ecb2ffd49a9b44af961e91239f8" 2018-12-03 15:18:45,485 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:44 GMT Server: Apache x-compute-request-id: req-ec2fde1f-b4ac-49e7-a75c-55b84bb12f40 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ec2fde1f-b4ac-49e7-a75c-55b84bb12f40 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:18:44.000000", "replication_status": null, "snapshot_id": null, "id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9", "bootable": "false", "created_at": "2018-12-03T15:18:43.000000", "volume_type": null}} 2018-12-03 15:18:45,486 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e used request id req-ec2fde1f-b4ac-49e7-a75c-55b84bb12f40 2018-12-03 15:18:45,486 - create_volume - DEBUG - Instance status is - creating 2018-12-03 15:18:45,486 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 15:18:48,490 - create_volume - DEBUG - Volume status query timeout in 296.253268957 2018-12-03 15:18:48,493 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-640a8b97-ed43-4efb-9d91-78c7eee18110" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2733dd061cd76ecb2ffd49a9b44af961e91239f8" 2018-12-03 15:18:49,262 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:48 GMT Server: Apache x-compute-request-id: req-647ddcca-8268-4d4c-92fd-960650ea63d8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-647ddcca-8268-4d4c-92fd-960650ea63d8 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:18:47.000000", "replication_status": null, "snapshot_id": null, "id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9", "bootable": "false", "created_at": "2018-12-03T15:18:43.000000", "volume_type": null}} 2018-12-03 15:18:49,262 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e used request id req-647ddcca-8268-4d4c-92fd-960650ea63d8 2018-12-03 15:18:49,262 - create_volume - DEBUG - Instance status is - available 2018-12-03 15:18:49,263 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9 2018-12-03 15:18:49,263 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9 2018-12-03 15:18:49,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:18:49,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:18:49,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:18:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["fBmpsIgVTWyxUbpFweYyuA"], "issued_at": "2018-12-03T15:18:49.000000Z"}} 2018-12-03 15:18:49,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:49,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d8d3f64-2bc7-4009-8d2f-c338bff5b7b4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:18:49,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0d8d3f64-2bc7-4009-8d2f-c338bff5b7b4 2018-12-03 15:18:49,743 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:18:49,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:49,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-392d69ae-d787-411e-aa61-e126dbc3a39c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:18:49,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-392d69ae-d787-411e-aa61-e126dbc3a39c 2018-12-03 15:18:49,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:50,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d44f1b05-d391-4049-a66e-a995cf072d39 Date: Mon, 03 Dec 2018 15:18:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:18:50,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-d44f1b05-d391-4049-a66e-a995cf072d39 2018-12-03 15:18:50,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:18:50,151 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:18: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:18:50,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:50,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b53b612d-81d9-4c37-a56b-f87b2c5cc61a 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:18:50,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-b53b612d-81d9-4c37-a56b-f87b2c5cc61a 2018-12-03 15:18:50,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:50,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3ec45885-08ab-4046-be44-fba66ed65417 Date: Mon, 03 Dec 2018 15:18:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:18:50,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-3ec45885-08ab-4046-be44-fba66ed65417 2018-12-03 15:18:50,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b&name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:50,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d99a2425-9ed5-4ef7-bb1f-9c86ef46ad6e Date: Mon, 03 Dec 2018 15:18:50 GMT RESP BODY: {"ports":[]} 2018-12-03 15:18:50,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b&name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port&admin_state_up=True used request id req-d99a2425-9ed5-4ef7-bb1f-9c86ef46ad6e 2018-12-03 15:18:50,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:50,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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 x-openstack-request-id: req-409b901e-2fe4-445e-8d52-8f622b9e0f85 x-compute-request-id: req-409b901e-2fe4-445e-8d52-8f622b9e0f85 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 15:18:50,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst used request id req-409b901e-2fe4-445e-8d52-8f622b9e0f85 2018-12-03 15:18:50,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:51,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-227e4f9a-34cb-451d-8abc-bdd90fd8bc4c Date: Mon, 03 Dec 2018 15:18:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:18:51,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-227e4f9a-34cb-451d-8abc-bdd90fd8bc4c 2018-12-03 15:18:51,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:51,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58768a26-2f0c-40a4-a291-f4dddeba4680 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:18:51,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-58768a26-2f0c-40a4-a291-f4dddeba4680 2018-12-03 15:18:51,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:51,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0d473646-73e2-4f76-9718-be493d1a1a84 Date: Mon, 03 Dec 2018 15:18:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:18:51,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-0d473646-73e2-4f76-9718-be493d1a1a84 2018-12-03 15:18:51,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b&name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:51,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-db067554-9dd7-4737-b821-03b505c7e068 Date: Mon, 03 Dec 2018 15:18:51 GMT RESP BODY: {"ports":[]} 2018-12-03 15:18:51,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b&name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port&admin_state_up=True used request id req-db067554-9dd7-4737-b821-03b505c7e068 2018-12-03 15:18:51,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:18:51,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:18:52,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:18:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["S6OiiI4_TfmBKC-mthBSog"], "issued_at": "2018-12-03T15:18:52.000000Z"}} 2018-12-03 15:18:52,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d321b98043b924fcab9ae3e59ebb92584362fd9" 2018-12-03 15:18:52,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3010a0a1-4b63-43bf-9449-122686fed4e0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:18:52,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3010a0a1-4b63-43bf-9449-122686fed4e0 2018-12-03 15:18:52,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:52,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fdca61dc-933d-4135-8c67-8c0bda9cab9f Date: Mon, 03 Dec 2018 15:18:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:18:52,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-fdca61dc-933d-4135-8c67-8c0bda9cab9f 2018-12-03 15:18:52,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:52,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-782771ae-fabc-45f9-b888-7228253c925f Date: Mon, 03 Dec 2018 15:18:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:18:52,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-782771ae-fabc-45f9-b888-7228253c925f 2018-12-03 15:18:52,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:52,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d55d032a-25c1-494c-a7fc-a518e18a7af9 Date: Mon, 03 Dec 2018 15:18:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:18:52,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-d55d032a-25c1-494c-a7fc-a518e18a7af9 2018-12-03 15:18:52,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:18:52,770 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:18: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:18:52,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d321b98043b924fcab9ae3e59ebb92584362fd9" 2018-12-03 15:18:52,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7d0ad5b-2966-4481-a599-849011168511 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:18:52,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-e7d0ad5b-2966-4481-a599-849011168511 2018-12-03 15:18:52,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:53,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e69cd9a8-93f1-4b9e-b296-294f9adb81d8 Date: Mon, 03 Dec 2018 15:18:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:18:53,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-e69cd9a8-93f1-4b9e-b296-294f9adb81d8 2018-12-03 15:18:53,058 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net 2018-12-03 15:18:53,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" -d '{"port": {"network_id": "4eaa5d76-ab7d-440f-9798-5b49471fc18b", "name": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port", "admin_state_up": true}}' 2018-12-03 15:18:54,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-1843b9ab-8bac-42d2-9945-8576e0105271 Date: Mon, 03 Dec 2018 15:18:54 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:53Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.8"}],"id":"cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ed:1b:78","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port","project_id":"1780a9ab51084544804c8f0af535fb81","qos_policy_id":null,"admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:53Z","binding:vnic_type":"normal"}} 2018-12-03 15:18:54,087 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-1843b9ab-8bac-42d2-9945-8576e0105271 2018-12-03 15:18:54,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:54,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f69843ec-929c-416a-8591-3eeae7eb4ded Date: Mon, 03 Dec 2018 15:18:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:18:54,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-f69843ec-929c-416a-8591-3eeae7eb4ded 2018-12-03 15:18:54,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:54,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56e51185-32f3-448a-98c8-dab3365e9fb5 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:18:54,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-56e51185-32f3-448a-98c8-dab3365e9fb5 2018-12-03 15:18:54,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:54,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d63858ee-8e31-48f9-9125-70bdd9d8255d Date: Mon, 03 Dec 2018 15:18:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:18:54,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-d63858ee-8e31-48f9-9125-70bdd9d8255d 2018-12-03 15:18:54,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b&name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:54,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-97bfd145-a32b-45c4-87f4-124b050b5370 Date: Mon, 03 Dec 2018 15:18:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:53Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.8"}],"id":"cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ed:1b:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:53Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 15:18:54,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b&name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port&admin_state_up=True used request id req-97bfd145-a32b-45c4-87f4-124b050b5370 2018-12-03 15:18:54,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:54,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1db60905-69ea-4f6b-bfa3-945554486391 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:18:54,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-1db60905-69ea-4f6b-bfa3-945554486391 2018-12-03 15:18:54,614 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst 2018-12-03 15:18:54,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:54,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18: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-0040ddf8-8def-4a14-8564-d40e36bd5678 x-compute-request-id: req-0040ddf8-8def-4a14-8564-d40e36bd5678 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-flavor"}]} 2018-12-03 15:18:54,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0040ddf8-8def-4a14-8564-d40e36bd5678 2018-12-03 15:18:54,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:54,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18: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-5caf2735-dc19-4e56-8f1c-1b485aa5c948 x-compute-request-id: req-5caf2735-dc19-4e56-8f1c-1b485aa5c948 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "name": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:18:54,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099 used request id req-5caf2735-dc19-4e56-8f1c-1b485aa5c948 2018-12-03 15:18:54,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:55,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-7364dcb1-083e-43db-97cc-fdedc03c6dc7 Date: Mon, 03 Dec 2018 15:18:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:18:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:18:37Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/032a7673-adeb-4608-b5df-9458251a0fe8/snap", "metadata": {}}], "self": "/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8", "min_disk": 0, "protected": false, "id": "032a7673-adeb-4608-b5df-9458251a0fe8", "file": "/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/032a7673-adeb-4608-b5df-9458251a0fe8/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image"} 2018-12-03 15:18:55,455 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image used request id req-7364dcb1-083e-43db-97cc-fdedc03c6dc7 2018-12-03 15:18:55,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:55,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-627ce3eb-9d53-43bd-8058-6f8f6d54daab Date: Mon, 03 Dec 2018 15:18: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-12-03 15:18:55,604 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-627ce3eb-9d53-43bd-8058-6f8f6d54daab 2018-12-03 15:18:55,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "imageRef": "032a7673-adeb-4608-b5df-9458251a0fe8", "flavorRef": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "max_count": 1, "min_count": 1, "networks": [{"port": "cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec"}]}}' 2018-12-03 15:18:56,940 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:18:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3f080967-ae64-4eac-a016-b572428ce154 x-compute-request-id: req-3f080967-ae64-4eac-a016-b572428ce154 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "adminPass": "hjW5dRAbm9uH"}} 2018-12-03 15:18:56,940 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-3f080967-ae64-4eac-a016-b572428ce154 2018-12-03 15:18:56,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:57,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:18: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-2be810d5-ff28-4bdf-a085-7a5a32715c91 x-compute-request-id: req-2be810d5-ff28-4bdf-a085-7a5a32715c91 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.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "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-12-03T15:18:57Z", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:18:57,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-2be810d5-ff28-4bdf-a085-7a5a32715c91 2018-12-03 15:18:57,490 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst 2018-12-03 15:18:57,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:18:57,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-bf54af7a-0d99-4baf-aacd-407cf632514c x-compute-request-id: req-bf54af7a-0d99-4baf-aacd-407cf632514c 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.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "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-12-03T15:18:57Z", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:18:57,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-bf54af7a-0d99-4baf-aacd-407cf632514c 2018-12-03 15:18:57,699 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - BUILD 2018-12-03 15:18:57,699 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:19:00,702 - create_instance - DEBUG - VM status query timeout in 896.788061142 2018-12-03 15:19:00,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:01,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-87e1e3b5-13b3-4abf-bed8-0f3763edfa33 x-compute-request-id: req-87e1e3b5-13b3-4abf-bed8-0f3763edfa33 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:18:59Z", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:19:01,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-87e1e3b5-13b3-4abf-bed8-0f3763edfa33 2018-12-03 15:19:01,127 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - BUILD 2018-12-03 15:19:01,127 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:19:04,130 - create_instance - DEBUG - VM status query timeout in 893.360198021 2018-12-03 15:19:04,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:04,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-08f7902c-e104-4902-b32a-7eb165ae62b4 x-compute-request-id: req-08f7902c-e104-4902-b32a-7eb165ae62b4 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:18:59Z", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:19:04,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-08f7902c-e104-4902-b32a-7eb165ae62b4 2018-12-03 15:19:04,969 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - BUILD 2018-12-03 15:19:04,969 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:19:07,972 - create_instance - DEBUG - VM status query timeout in 889.517768145 2018-12-03 15:19:07,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:08,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47bdd2f6-de06-4648-b48f-4edcfec73346 x-compute-request-id: req-47bdd2f6-de06-4648-b48f-4edcfec73346 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:18:59Z", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:19:08,435 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-47bdd2f6-de06-4648-b48f-4edcfec73346 2018-12-03 15:19:08,435 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - BUILD 2018-12-03 15:19:08,435 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:19:11,439 - create_instance - DEBUG - VM status query timeout in 886.051635981 2018-12-03 15:19:11,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:11,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-539bf9a1-1d07-4b8c-88be-d26e0d8d3753 x-compute-request-id: req-539bf9a1-1d07-4b8c-88be-d26e0d8d3753 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:18:59Z", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:19:11,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-539bf9a1-1d07-4b8c-88be-d26e0d8d3753 2018-12-03 15:19:11,699 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - BUILD 2018-12-03 15:19:11,699 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:19:14,703 - create_instance - DEBUG - VM status query timeout in 882.787631989 2018-12-03 15:19:14,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:15,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21e10a17-865d-438d-aa31-7606d5370269 x-compute-request-id: req-21e10a17-865d-438d-aa31-7606d5370269 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:18:59Z", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:19:15,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-21e10a17-865d-438d-aa31-7606d5370269 2018-12-03 15:19:15,139 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - BUILD 2018-12-03 15:19:15,139 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:19:18,142 - create_instance - DEBUG - VM status query timeout in 879.347797155 2018-12-03 15:19:18,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:18,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19: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-8917457e-b0f3-4326-85ff-98cd5d2a13ab x-compute-request-id: req-8917457e-b0f3-4326-85ff-98cd5d2a13ab Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:18:59Z", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:19:18,566 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-8917457e-b0f3-4326-85ff-98cd5d2a13ab 2018-12-03 15:19:18,566 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - BUILD 2018-12-03 15:19:18,566 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:19:21,570 - create_instance - DEBUG - VM status query timeout in 875.92061305 2018-12-03 15:19:21,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:22,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1d376a0-1081-432e-bc7d-0e0a05e12b01 x-compute-request-id: req-e1d376a0-1081-432e-bc7d-0e0a05e12b01 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:18:59Z", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:19:22,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-e1d376a0-1081-432e-bc7d-0e0a05e12b01 2018-12-03 15:19:22,127 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - BUILD 2018-12-03 15:19:22,127 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:19:25,130 - create_instance - DEBUG - VM status query timeout in 872.359832048 2018-12-03 15:19:25,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:25,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19: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-b945526d-9fbe-4430-9f79-f9de9929b198 x-compute-request-id: req-b945526d-9fbe-4430-9f79-f9de9929b198 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:18:59Z", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:19:25,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-b945526d-9fbe-4430-9f79-f9de9929b198 2018-12-03 15:19:25,453 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - BUILD 2018-12-03 15:19:25,453 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:19:28,456 - create_instance - DEBUG - VM status query timeout in 869.034029007 2018-12-03 15:19:28,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:28,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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,Accept-Encoding x-openstack-request-id: req-e17fbcb9-e7ae-4acd-906a-461099953cd7 x-compute-request-id: req-e17fbcb9-e7ae-4acd-906a-461099953cd7 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:18:59Z", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:19:28,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-e17fbcb9-e7ae-4acd-906a-461099953cd7 2018-12-03 15:19:28,878 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - BUILD 2018-12-03 15:19:28,878 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:19:31,882 - create_instance - DEBUG - VM status query timeout in 865.608638048 2018-12-03 15:19:31,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:32,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ef424d5-79af-4111-9a03-2c3ed64c9e03 x-compute-request-id: req-1ef424d5-79af-4111-9a03-2c3ed64c9e03 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:19:29Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:19:32,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-1ef424d5-79af-4111-9a03-2c3ed64c9e03 2018-12-03 15:19:32,744 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - BUILD 2018-12-03 15:19:32,744 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:19:35,747 - create_instance - DEBUG - VM status query timeout in 861.74276495 2018-12-03 15:19:35,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:36,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9cef2c5a-c992-4c9b-b2e3-6c0ac388b790 x-compute-request-id: req-9cef2c5a-c992-4c9b-b2e3-6c0ac388b790 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:1b:78", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:19:29Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:19:36,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-9cef2c5a-c992-4c9b-b2e3-6c0ac388b790 2018-12-03 15:19:36,673 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - BUILD 2018-12-03 15:19:36,674 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:19:39,677 - create_instance - DEBUG - VM status query timeout in 857.813460112 2018-12-03 15:19:39,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:40,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19: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-d56a21c3-d562-4afc-934a-af4ce398b698 x-compute-request-id: req-d56a21c3-d562-4afc-934a-af4ce398b698 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:1b:78", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-12-03T15:19:37.000000", "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:19:37Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:19:40,546 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-d56a21c3-d562-4afc-934a-af4ce398b698 2018-12-03 15:19:40,546 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - ACTIVE 2018-12-03 15:19:40,546 - create_instance - INFO - VM is - ACTIVE 2018-12-03 15:19:40,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:41,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57544bfa-bc28-49e4-9d49-4aeb302af6fe x-compute-request-id: req-57544bfa-bc28-49e4-9d49-4aeb302af6fe Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:1b:78", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-12-03T15:19:37.000000", "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:19:37Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:19:41,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-57544bfa-bc28-49e4-9d49-4aeb302af6fe 2018-12-03 15:19:41,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:41,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e34c0bc1-6a72-4300-bfe0-b3d015517bfb Date: Mon, 03 Dec 2018 15:19:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:19:41,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-e34c0bc1-6a72-4300-bfe0-b3d015517bfb 2018-12-03 15:19:41,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:41,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c86c312-21cf-4955-ba89-083538422c7b 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:19:41,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-7c86c312-21cf-4955-ba89-083538422c7b 2018-12-03 15:19:41,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:41,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-aa458104-6828-4636-afb5-55c2a8e0373e Date: Mon, 03 Dec 2018 15:19:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:19:41,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-aa458104-6828-4636-afb5-55c2a8e0373e 2018-12-03 15:19:41,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:42,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-c31dfc32-3b42-4fd7-9d5b-4c1d2467518c Date: Mon, 03 Dec 2018 15:19:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.3"}],"id":"53fe3ce5-c091-46db-b094-5fbdf260e3b1","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:3b:14","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.2"}],"id":"59568307-d41d-40ec-94b4-2cac9d0296f8","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:6e:25","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.4"}],"id":"87f0eda1-e998-436f-8400-1b74f2d9e6e2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:69:2d","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:19:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.8"}],"id":"cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:1b:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:53Z","binding:vnic_type":"normal","device_id":"d40b75b7-63e1-455c-8fe5-d797469b39ee"}]} 2018-12-03 15:19:42,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-c31dfc32-3b42-4fd7-9d5b-4c1d2467518c 2018-12-03 15:19:42,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:19:42,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:19:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["FcTyPlraRoC-b1Hf6uh_5g"], "issued_at": "2018-12-03T15:19:42.000000Z"}} 2018-12-03 15:19:42,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:42,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05deef93-e757-4054-ba2a-9347fb17cc44 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:19:42,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-05deef93-e757-4054-ba2a-9347fb17cc44 2018-12-03 15:19:42,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:43,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-68102b43-4832-4e15-89da-6cb865d7de9d x-compute-request-id: req-68102b43-4832-4e15-89da-6cb865d7de9d Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:1b:78", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-12-03T15:19:37.000000", "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:19:37Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:19:43,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-68102b43-4832-4e15-89da-6cb865d7de9d 2018-12-03 15:19:43,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:43,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4e5b1111-84d7-4bf7-8850-49e8c18f6a1b Date: Mon, 03 Dec 2018 15:19:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:19:43,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-4e5b1111-84d7-4bf7-8850-49e8c18f6a1b 2018-12-03 15:19:43,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:43,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1241e0ee-6c17-4d0e-8c3d-7731f7f17709 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:19:43,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-1241e0ee-6c17-4d0e-8c3d-7731f7f17709 2018-12-03 15:19:43,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:43,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-babd8c81-65a0-42c3-8bd3-b87215b08ee9 Date: Mon, 03 Dec 2018 15:19:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:19:43,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-babd8c81-65a0-42c3-8bd3-b87215b08ee9 2018-12-03 15:19:43,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:43,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-70eaf849-2c71-49ff-89a8-08760d943650 Date: Mon, 03 Dec 2018 15:19:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.3"}],"id":"53fe3ce5-c091-46db-b094-5fbdf260e3b1","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:3b:14","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.2"}],"id":"59568307-d41d-40ec-94b4-2cac9d0296f8","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:6e:25","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.4"}],"id":"87f0eda1-e998-436f-8400-1b74f2d9e6e2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:69:2d","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:19:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.8"}],"id":"cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:1b:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:53Z","binding:vnic_type":"normal","device_id":"d40b75b7-63e1-455c-8fe5-d797469b39ee"}]} 2018-12-03 15:19:43,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-70eaf849-2c71-49ff-89a8-08760d943650 2018-12-03 15:19:43,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" -d '{"volumeAttachment": {"volumeId": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e"}}' 2018-12-03 15:19:45,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19: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-13ecc485-f11c-4d5b-b66a-bfdb39554c9a x-compute-request-id: req-13ecc485-f11c-4d5b-b66a-bfdb39554c9a Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "volumeId": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e"}} 2018-12-03 15:19:45,615 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee/os-volume_attachments used request id req-13ecc485-f11c-4d5b-b66a-bfdb39554c9a 2018-12-03 15:19:45,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:46,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-b44ecbb9-8993-46ce-9f09-f658567b1007 x-compute-request-id: req-b44ecbb9-8993-46ce-9f09-f658567b1007 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:1b:78", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-12-03T15:19:37.000000", "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:19:37Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [{"id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e"}], "metadata": {}}} 2018-12-03 15:19:46,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-b44ecbb9-8993-46ce-9f09-f658567b1007 2018-12-03 15:19:46,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:46,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-acd11fcd-54ca-4929-8255-466d0912a8d1 Date: Mon, 03 Dec 2018 15:19:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:19:46,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-acd11fcd-54ca-4929-8255-466d0912a8d1 2018-12-03 15:19:46,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:19:46,510 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:19: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:19:46,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:46,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1945dd3c-a90b-4e58-bfaa-e73fe4d826b5 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:19:46,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-1945dd3c-a90b-4e58-bfaa-e73fe4d826b5 2018-12-03 15:19:46,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:46,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-539d4eb2-2b1d-4ca3-a2e3-fef9cd624865 Date: Mon, 03 Dec 2018 15:19:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:19:46,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-539d4eb2-2b1d-4ca3-a2e3-fef9cd624865 2018-12-03 15:19:46,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:47,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-256c4246-a1dc-4862-a600-9593ef61d364 Date: Mon, 03 Dec 2018 15:19:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.3"}],"id":"53fe3ce5-c091-46db-b094-5fbdf260e3b1","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:3b:14","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.2"}],"id":"59568307-d41d-40ec-94b4-2cac9d0296f8","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:6e:25","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.4"}],"id":"87f0eda1-e998-436f-8400-1b74f2d9e6e2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:69:2d","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:19:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.8"}],"id":"cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:1b:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:53Z","binding:vnic_type":"normal","device_id":"d40b75b7-63e1-455c-8fe5-d797469b39ee"}]} 2018-12-03 15:19:47,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-256c4246-a1dc-4862-a600-9593ef61d364 2018-12-03 15:19:47,020 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:47,214 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:47 GMT Server: Apache x-compute-request-id: req-022a3eee-5eef-41fa-9ab0-a2546088c7fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-022a3eee-5eef-41fa-9ab0-a2546088c7fd Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:19:45.000000", "replication_status": null, "snapshot_id": null, "id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9", "bootable": "false", "created_at": "2018-12-03T15:18:43.000000", "volume_type": null}} 2018-12-03 15:19:47,214 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e used request id req-022a3eee-5eef-41fa-9ab0-a2546088c7fd 2018-12-03 15:19:50,220 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-022a3eee-5eef-41fa-9ab0-a2546088c7fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:50,986 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:50 GMT Server: Apache x-compute-request-id: req-c2e338fa-2575-427c-8448-edc9fdd7b213 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c2e338fa-2575-427c-8448-edc9fdd7b213 Content-Encoding: gzip Content-Length: 629 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "attachment_id": "c763736f-d2d7-45c4-ac9a-cded843b6b2f", "attached_at": "2018-12-03T15:19:49.000000", "host_name": null, "volume_id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "device": "/dev/vdb", "id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e"}], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:19:50.000000", "replication_status": null, "snapshot_id": null, "id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9", "bootable": "false", "created_at": "2018-12-03T15:18:43.000000", "volume_type": null}} 2018-12-03 15:19:50,986 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e used request id req-c2e338fa-2575-427c-8448-edc9fdd7b213 2018-12-03 15:19:50,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:51,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab6bbc98-dab5-47e3-8136-95708d959003 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:19:51,073 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ab6bbc98-dab5-47e3-8136-95708d959003 2018-12-03 15:19:51,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:52,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-cc3716fb-a3a5-4bdb-bf8f-2f07107f2b04 x-compute-request-id: req-cc3716fb-a3a5-4bdb-bf8f-2f07107f2b04 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:1b:78", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-12-03T15:19:37.000000", "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:19:48Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [{"id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e"}], "metadata": {}}} 2018-12-03 15:19:52,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-cc3716fb-a3a5-4bdb-bf8f-2f07107f2b04 2018-12-03 15:19:52,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:52,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0a26224c-11a5-445a-bbda-d227cd4b8066 Date: Mon, 03 Dec 2018 15:19:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:19:52,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-0a26224c-11a5-445a-bbda-d227cd4b8066 2018-12-03 15:19:52,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:52,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82d85019-294e-453f-a890-6dba4d27c9ef 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:19:52,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-82d85019-294e-453f-a890-6dba4d27c9ef 2018-12-03 15:19:52,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:52,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1045dc41-3b7e-4fa6-bcc8-0f058a877c20 Date: Mon, 03 Dec 2018 15:19:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:19:52,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-1045dc41-3b7e-4fa6-bcc8-0f058a877c20 2018-12-03 15:19:52,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:52,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-3adb6d1f-d2b3-48ed-884c-d801626fcdbb Date: Mon, 03 Dec 2018 15:19:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.3"}],"id":"53fe3ce5-c091-46db-b094-5fbdf260e3b1","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:3b:14","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.2"}],"id":"59568307-d41d-40ec-94b4-2cac9d0296f8","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:6e:25","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.4"}],"id":"87f0eda1-e998-436f-8400-1b74f2d9e6e2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:69:2d","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:19:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.8"}],"id":"cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:1b:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:53Z","binding:vnic_type":"normal","device_id":"d40b75b7-63e1-455c-8fe5-d797469b39ee"}]} 2018-12-03 15:19:52,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-3adb6d1f-d2b3-48ed-884c-d801626fcdbb 2018-12-03 15:19:52,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:52,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19: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-87d4afdb-416c-4392-8934-07d6e5f5de7e x-compute-request-id: req-87d4afdb-416c-4392-8934-07d6e5f5de7e Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:1b:78", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-12-03T15:19:37.000000", "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:19:48Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [{"id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e"}], "metadata": {}}} 2018-12-03 15:19:52,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-87d4afdb-416c-4392-8934-07d6e5f5de7e 2018-12-03 15:19:52,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:53,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b2495e4d-bce7-48b9-b559-30d384c08bf5 Date: Mon, 03 Dec 2018 15:19:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:19:53,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-b2495e4d-bce7-48b9-b559-30d384c08bf5 2018-12-03 15:19:53,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:53,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-120233d1-96ce-4e06-b23e-8b8f9989b9d4 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:19:53,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-120233d1-96ce-4e06-b23e-8b8f9989b9d4 2018-12-03 15:19:53,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:53,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-46d532dc-6845-4587-bbce-f5c75eea8039 Date: Mon, 03 Dec 2018 15:19:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:19:53,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-46d532dc-6845-4587-bbce-f5c75eea8039 2018-12-03 15:19:53,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:53,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-94e1fcc5-5bfb-45eb-a0f5-f24aad8e9f25 Date: Mon, 03 Dec 2018 15:19:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.3"}],"id":"53fe3ce5-c091-46db-b094-5fbdf260e3b1","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:3b:14","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.2"}],"id":"59568307-d41d-40ec-94b4-2cac9d0296f8","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:6e:25","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.4"}],"id":"87f0eda1-e998-436f-8400-1b74f2d9e6e2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:69:2d","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:19:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.8"}],"id":"cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:1b:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:53Z","binding:vnic_type":"normal","device_id":"d40b75b7-63e1-455c-8fe5-d797469b39ee"}]} 2018-12-03 15:19:53,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-94e1fcc5-5bfb-45eb-a0f5-f24aad8e9f25 2018-12-03 15:19:53,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:54,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51bef8d8-e1d8-4d9e-828d-4255f312bc76 x-compute-request-id: req-51bef8d8-e1d8-4d9e-828d-4255f312bc76 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:1b:78", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-12-03T15:19:37.000000", "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:19:48Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [{"id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e"}], "metadata": {}}} 2018-12-03 15:19:54,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-51bef8d8-e1d8-4d9e-828d-4255f312bc76 2018-12-03 15:19:54,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:54,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6d325a65-e5ed-4bb2-9d5a-280cf8d10f5e Date: Mon, 03 Dec 2018 15:19:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:19:54,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-6d325a65-e5ed-4bb2-9d5a-280cf8d10f5e 2018-12-03 15:19:54,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:54,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd82666a-dc7f-43da-9434-1f998a3d9b57 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:19:54,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-cd82666a-dc7f-43da-9434-1f998a3d9b57 2018-12-03 15:19:54,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:54,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-aaa9a5c9-e0db-498c-9e50-e1ed8b0fd8e3 Date: Mon, 03 Dec 2018 15:19:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:19:54,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-aaa9a5c9-e0db-498c-9e50-e1ed8b0fd8e3 2018-12-03 15:19:54,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:19:55,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-a7c9e354-d660-4ef5-99f3-27b2e8eb4d8d Date: Mon, 03 Dec 2018 15:19:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.3"}],"id":"53fe3ce5-c091-46db-b094-5fbdf260e3b1","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:3b:14","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.2"}],"id":"59568307-d41d-40ec-94b4-2cac9d0296f8","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:6e:25","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.4"}],"id":"87f0eda1-e998-436f-8400-1b74f2d9e6e2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:69:2d","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:19:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.8"}],"id":"cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:1b:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:53Z","binding:vnic_type":"normal","device_id":"d40b75b7-63e1-455c-8fe5-d797469b39ee"}]} 2018-12-03 15:19:55,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-a7c9e354-d660-4ef5-99f3-27b2e8eb4d8d 2018-12-03 15:19:55,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee/os-volume_attachments/7c75ca0b-20ba-4a29-9e1c-83e066efd27e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:56,769 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:19: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-8cf34730-8b6f-440f-af22-df97e4f32fb8 x-compute-request-id: req-8cf34730-8b6f-440f-af22-df97e4f32fb8 Content-Length: 0 Content-Type: application/json 2018-12-03 15:19:56,769 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee/os-volume_attachments/7c75ca0b-20ba-4a29-9e1c-83e066efd27e used request id req-8cf34730-8b6f-440f-af22-df97e4f32fb8 2018-12-03 15:19:56,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:57,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19: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-b95550d5-6f26-4e93-ab13-ce5725a29910 x-compute-request-id: req-b95550d5-6f26-4e93-ab13-ce5725a29910 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:1b:78", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-12-03T15:19:37.000000", "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:19:48Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [{"id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e"}], "metadata": {}}} 2018-12-03 15:19:57,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-b95550d5-6f26-4e93-ab13-ce5725a29910 2018-12-03 15:19:57,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:57,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-af69cf13-0cf5-43ec-ac5b-f6698fbcbce0 Date: Mon, 03 Dec 2018 15:19:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:19:57,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-af69cf13-0cf5-43ec-ac5b-f6698fbcbce0 2018-12-03 15:19:57,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:57,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81452d97-cd01-49fb-8d7c-6243d3828076 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:19:57,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-81452d97-cd01-49fb-8d7c-6243d3828076 2018-12-03 15:19:57,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:57,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-582090f7-cb89-44ca-95ae-59f3af02142c Date: Mon, 03 Dec 2018 15:19:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:19:57,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-582090f7-cb89-44ca-95ae-59f3af02142c 2018-12-03 15:19:57,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:19:57,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-f54f5703-48e7-408c-bf93-0926540aefc2 Date: Mon, 03 Dec 2018 15:19:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.3"}],"id":"53fe3ce5-c091-46db-b094-5fbdf260e3b1","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:3b:14","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.2"}],"id":"59568307-d41d-40ec-94b4-2cac9d0296f8","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:6e:25","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.4"}],"id":"87f0eda1-e998-436f-8400-1b74f2d9e6e2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:69:2d","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:19:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.8"}],"id":"cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:1b:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:53Z","binding:vnic_type":"normal","device_id":"d40b75b7-63e1-455c-8fe5-d797469b39ee"}]} 2018-12-03 15:19:57,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-f54f5703-48e7-408c-bf93-0926540aefc2 2018-12-03 15:20:00,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:20:01,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20: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-d94ec625-d9d5-4be7-8425-9ac2632cfd23 x-compute-request-id: req-d94ec625-d9d5-4be7-8425-9ac2632cfd23 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:1b:78", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-12-03T15:19:37.000000", "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:19:48Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:20:01,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-d94ec625-d9d5-4be7-8425-9ac2632cfd23 2018-12-03 15:20:01,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:20:01,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-43d385b9-4b31-42cb-938f-634a685cca44 Date: Mon, 03 Dec 2018 15:20:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:20:01,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-43d385b9-4b31-42cb-938f-634a685cca44 2018-12-03 15:20:01,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:20:01,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d4e0a1e-0ef9-4cba-9508-d483d0a58d44 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:20:01,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-3d4e0a1e-0ef9-4cba-9508-d483d0a58d44 2018-12-03 15:20:01,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:20:01,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3165ced7-c211-4588-bec1-9e157f9a5210 Date: Mon, 03 Dec 2018 15:20:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:20:01,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-3165ced7-c211-4588-bec1-9e157f9a5210 2018-12-03 15:20:01,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:20:01,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-a4271dc1-8851-4d3f-bc8e-3347f427c35b Date: Mon, 03 Dec 2018 15:20:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.3"}],"id":"53fe3ce5-c091-46db-b094-5fbdf260e3b1","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:3b:14","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.2"}],"id":"59568307-d41d-40ec-94b4-2cac9d0296f8","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:6e:25","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.4"}],"id":"87f0eda1-e998-436f-8400-1b74f2d9e6e2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:69:2d","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:19:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.8"}],"id":"cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:1b:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:53Z","binding:vnic_type":"normal","device_id":"d40b75b7-63e1-455c-8fe5-d797469b39ee"}]} 2018-12-03 15:20:01,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-a4271dc1-8851-4d3f-bc8e-3347f427c35b 2018-12-03 15:20:01,883 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-022a3eee-5eef-41fa-9ab0-a2546088c7fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:20:02,088 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:01 GMT Server: Apache x-compute-request-id: req-5157b3e5-1736-496a-aebe-e0d8c6d11af0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5157b3e5-1736-496a-aebe-e0d8c6d11af0 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:19:56.000000", "replication_status": null, "snapshot_id": null, "id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9", "bootable": "false", "created_at": "2018-12-03T15:18:43.000000", "volume_type": null}} 2018-12-03 15:20:02,088 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e used request id req-5157b3e5-1736-496a-aebe-e0d8c6d11af0 2018-12-03 15:20:02,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:20:02,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20: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-53696073-781f-4926-8bac-370967694e4a x-compute-request-id: req-53696073-781f-4926-8bac-370967694e4a Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:1b:78", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-12-03T15:19:37.000000", "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:19:48Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:20:02,533 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-53696073-781f-4926-8bac-370967694e4a 2018-12-03 15:20:02,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:20:02,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8ee66161-cbb1-484d-8d01-e11b04ca7907 Date: Mon, 03 Dec 2018 15:20:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:20:02,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-8ee66161-cbb1-484d-8d01-e11b04ca7907 2018-12-03 15:20:02,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:20:02,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-219896c9-4533-465d-bb00-64bb667468f8 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:20:02,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-219896c9-4533-465d-bb00-64bb667468f8 2018-12-03 15:20:02,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:20:02,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fc2f8551-2590-4c80-aae2-6f50966ab470 Date: Mon, 03 Dec 2018 15:20:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:20:02,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-fc2f8551-2590-4c80-aae2-6f50966ab470 2018-12-03 15:20:02,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:20:02,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-aa8a85a9-f9b1-4ba6-aee0-6a629bfc876d Date: Mon, 03 Dec 2018 15:20:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.3"}],"id":"53fe3ce5-c091-46db-b094-5fbdf260e3b1","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:3b:14","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.2"}],"id":"59568307-d41d-40ec-94b4-2cac9d0296f8","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:6e:25","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.4"}],"id":"87f0eda1-e998-436f-8400-1b74f2d9e6e2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:69:2d","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:19:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.8"}],"id":"cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:1b:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:53Z","binding:vnic_type":"normal","device_id":"d40b75b7-63e1-455c-8fe5-d797469b39ee"}]} 2018-12-03 15:20:02,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-aa8a85a9-f9b1-4ba6-aee0-6a629bfc876d 2018-12-03 15:20:02,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:20:03,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b72e7e1b-e978-4437-8ce9-3b108d3aad12 x-compute-request-id: req-b72e7e1b-e978-4437-8ce9-3b108d3aad12 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:1b:78", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-12-03T15:19:37.000000", "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:19:48Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:20:03,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-b72e7e1b-e978-4437-8ce9-3b108d3aad12 2018-12-03 15:20:03,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:20:03,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fe78cfd9-f79f-45f2-9dc5-b8503c6f9893 Date: Mon, 03 Dec 2018 15:20:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["dde37e15-41ee-4262-842d-9f1ba06f4eee"],"description":"","tags":[],"updated_at":"2018-12-03T15:18:40Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:39Z","provider:network_type":"vxlan"}]} 2018-12-03 15:20:03,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net used request id req-fe78cfd9-f79f-45f2-9dc5-b8503c6f9893 2018-12-03 15:20:03,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:20:04,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fad3fa94-e66f-40e6-b62a-8ccf5a43a1b0 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:20:04,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-fad3fa94-e66f-40e6-b62a-8ccf5a43a1b0 2018-12-03 15:20:04,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:20:04,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-67717f4d-85b9-47d5-9ec3-902a0183e40f Date: Mon, 03 Dec 2018 15:20:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","dns_nameservers":[],"updated_at":"2018-12-03T15:18:40Z","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":"1780a9ab51084544804c8f0af535fb81","id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet"}]} 2018-12-03 15:20:04,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-67717f4d-85b9-47d5-9ec3-902a0183e40f 2018-12-03 15:20:04,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9bbecdee4ad81d718ff9e875929f72622ab9c19" 2018-12-03 15:20:04,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-09f718a1-2a0a-4952-9516-b0d98491455c Date: Mon, 03 Dec 2018 15:20:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.3"}],"id":"53fe3ce5-c091-46db-b094-5fbdf260e3b1","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:3b:14","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.2"}],"id":"59568307-d41d-40ec-94b4-2cac9d0296f8","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:6e:25","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.4"}],"id":"87f0eda1-e998-436f-8400-1b74f2d9e6e2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:69:2d","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eaa5d76-ab7d-440f-9798-5b49471fc18b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:19:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dde37e15-41ee-4262-842d-9f1ba06f4eee","ip_address":"10.55.0.8"}],"id":"cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:1b:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port","admin_state_up":true,"network_id":"4eaa5d76-ab7d-440f-9798-5b49471fc18b","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:18:53Z","binding:vnic_type":"normal","device_id":"d40b75b7-63e1-455c-8fe5-d797469b39ee"}]} 2018-12-03 15:20:04,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-09f718a1-2a0a-4952-9516-b0d98491455c 2018-12-03 15:20:04,177 - create_instance - INFO - Deleting Port with ID - cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec 2018-12-03 15:20:04,177 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-port 2018-12-03 15:20:04,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:20:04,860 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6cf8ebdd-66f7-44fb-adb5-8901ab7bb1ef Date: Mon, 03 Dec 2018 15:20:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:20:04,860 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/cc153dfe-9fd1-4cd4-9922-0f8fa0c460ec used request id req-6cf8ebdd-66f7-44fb-adb5-8901ab7bb1ef 2018-12-03 15:20:04,860 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst 2018-12-03 15:20:04,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:20:05,245 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:20: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-4a79cdf0-09c4-4534-9145-78aa6cd56eff x-compute-request-id: req-4a79cdf0-09c4-4534-9145-78aa6cd56eff Content-Type: application/json 2018-12-03 15:20:05,245 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-4a79cdf0-09c4-4534-9145-78aa6cd56eff 2018-12-03 15:20:05,246 - create_instance - INFO - Checking deletion status 2018-12-03 15:20:05,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:20:05,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20: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-dfb01428-30cd-4a01-8784-593709c20580 x-compute-request-id: req-dfb01428-30cd-4a01-8784-593709c20580 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-12-03T15:19:37.000000", "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:20:05Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:20:05,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-dfb01428-30cd-4a01-8784-593709c20580 2018-12-03 15:20:05,483 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - ACTIVE 2018-12-03 15:20:05,483 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:20:08,486 - create_instance - DEBUG - VM status query timeout in 296.759507895 2018-12-03 15:20:08,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:20:08,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20: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-b49c955d-247a-4658-a859-78cd1505a50e x-compute-request-id: req-b49c955d-247a-4658-a859-78cd1505a50e Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-12-03T15:19:37.000000", "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:20:05Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:20:08,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-b49c955d-247a-4658-a859-78cd1505a50e 2018-12-03 15:20:08,766 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - ACTIVE 2018-12-03 15:20:08,766 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:20:11,769 - create_instance - DEBUG - VM status query timeout in 293.476573944 2018-12-03 15:20:11,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:20:12,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20: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-1577fc24-793f-404f-87fd-1248c30fb675 x-compute-request-id: req-1577fc24-793f-404f-87fd-1248c30fb675 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee", "rel": "bookmark"}], "image": {"id": "032a7673-adeb-4608-b5df-9458251a0fe8", "links": [{"href": "http://172.30.9.30:8774/images/032a7673-adeb-4608-b5df-9458251a0fe8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-12-03T15:19:37.000000", "flavor": {"id": "a1315e51-fb50-4f66-8a48-f0370dcb5099", "links": [{"href": "http://172.30.9.30:8774/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099", "rel": "bookmark"}]}, "id": "d40b75b7-63e1-455c-8fe5-d797469b39ee", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:20:05Z", "hostId": "eb44353ebb7e1d34145d7973b94b747eea9100d2302e2e410a318714", "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": "NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst", "created": "2018-12-03T15:18:56Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:20:12,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-1577fc24-793f-404f-87fd-1248c30fb675 2018-12-03 15:20:12,137 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst] is - ACTIVE 2018-12-03 15:20:12,137 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:20:15,140 - create_instance - DEBUG - VM status query timeout in 290.105597019 2018-12-03 15:20:15,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42620e0f233c8de43f88164163f0dfe2afe95ce" 2018-12-03 15:20:15,192 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:20: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-9162add8-28df-45e6-b31b-1b485219cca2 x-compute-request-id: req-9162add8-28df-45e6-b31b-1b485219cca2 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d40b75b7-63e1-455c-8fe5-d797469b39ee could not be found.", "code": 404}} 2018-12-03 15:20:15,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d40b75b7-63e1-455c-8fe5-d797469b39ee used request id req-9162add8-28df-45e6-b31b-1b485219cca2 2018-12-03 15:20:15,193 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d40b75b7-63e1-455c-8fe5-d797469b39ee could not be found. (HTTP 404) (Request-ID: req-9162add8-28df-45e6-b31b-1b485219cca2) 2018-12-03 15:20:15,193 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-vm_inst 2018-12-03 15:20:15,197 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-640a8b97-ed43-4efb-9d91-78c7eee18110" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2733dd061cd76ecb2ffd49a9b44af961e91239f8" 2018-12-03 15:20:15,971 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:15 GMT Server: Apache x-compute-request-id: req-7943466c-bd6e-49c9-98e9-6a7c73a2a0c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7943466c-bd6e-49c9-98e9-6a7c73a2a0c1 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:19:56.000000", "replication_status": null, "snapshot_id": null, "id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9", "bootable": "false", "created_at": "2018-12-03T15:18:43.000000", "volume_type": null}} 2018-12-03 15:20:15,971 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e used request id req-7943466c-bd6e-49c9-98e9-6a7c73a2a0c1 2018-12-03 15:20:15,971 - create_volume - DEBUG - Instance status is - available 2018-12-03 15:20:15,971 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9 2018-12-03 15:20:15,972 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9 2018-12-03 15:20:15,975 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-640a8b97-ed43-4efb-9d91-78c7eee18110" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2733dd061cd76ecb2ffd49a9b44af961e91239f8" 2018-12-03 15:20:16,875 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:20:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-794bec74-afd9-4883-8b92-ee48e3f271d3 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-12-03 15:20:16,876 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e used request id req-794bec74-afd9-4883-8b92-ee48e3f271d3 2018-12-03 15:20:16,879 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-640a8b97-ed43-4efb-9d91-78c7eee18110" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2733dd061cd76ecb2ffd49a9b44af961e91239f8" 2018-12-03 15:20:16,930 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:16 GMT Server: Apache x-compute-request-id: req-d5cefdcf-bddf-4d1b-aa08-b2a1b33d7172 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d5cefdcf-bddf-4d1b-aa08-b2a1b33d7172 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:20:16.000000", "replication_status": null, "snapshot_id": null, "id": "7c75ca0b-20ba-4a29-9e1c-83e066efd27e", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-343606e2-8edc-4861-ad79-4b8aaeb3f3c9", "bootable": "false", "created_at": "2018-12-03T15:18:43.000000", "volume_type": null}} 2018-12-03 15:20:16,930 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e used request id req-d5cefdcf-bddf-4d1b-aa08-b2a1b33d7172 2018-12-03 15:20:16,931 - create_volume - DEBUG - Instance status is - deleting 2018-12-03 15:20:16,931 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 15:20:19,934 - create_volume - DEBUG - Volume status query timeout in 56.941879034 2018-12-03 15:20:19,937 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-640a8b97-ed43-4efb-9d91-78c7eee18110" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2733dd061cd76ecb2ffd49a9b44af961e91239f8" 2018-12-03 15:20:20,700 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:20:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-330db16a-9aab-48bd-adfa-0bc155518c41 x-openstack-request-id: req-330db16a-9aab-48bd-adfa-0bc155518c41 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7c75ca0b-20ba-4a29-9e1c-83e066efd27e could not be found.", "code": 404}} 2018-12-03 15:20:20,700 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7c75ca0b-20ba-4a29-9e1c-83e066efd27e used request id req-330db16a-9aab-48bd-adfa-0bc155518c41 2018-12-03 15:20:20,701 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 7c75ca0b-20ba-4a29-9e1c-83e066efd27e could not be found. (HTTP 404) (Request-ID: req-330db16a-9aab-48bd-adfa-0bc155518c41) 2018-12-03 15:20:20,701 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9 2018-12-03 15:20:20,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666136071b674ab38eb6f1352d17f5123365b6b5" 2018-12-03 15:20:20,763 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:20: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-a5ad9c0e-d327-4bf4-9292-50ba094638e7 x-compute-request-id: req-a5ad9c0e-d327-4bf4-9292-50ba094638e7 Content-Length: 0 Content-Type: application/json 2018-12-03 15:20:20,763 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/a1315e51-fb50-4f66-8a48-f0370dcb5099 used request id req-a5ad9c0e-d327-4bf4-9292-50ba094638e7 2018-12-03 15:20:20,764 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet 2018-12-03 15:20:20,764 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-subnet 2018-12-03 15:20:20,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/dde37e15-41ee-4262-842d-9f1ba06f4eee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db17325105f8819a5928a1e0d2ae20bcb6c4e7e" 2018-12-03 15:20:22,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bc4a7280-8c96-4e53-a55b-8cc75fb298ab Date: Mon, 03 Dec 2018 15:20:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:20:22,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/dde37e15-41ee-4262-842d-9f1ba06f4eee used request id req-bc4a7280-8c96-4e53-a55b-8cc75fb298ab 2018-12-03 15:20:22,991 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-net 2018-12-03 15:20:22,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/4eaa5d76-ab7d-440f-9798-5b49471fc18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db17325105f8819a5928a1e0d2ae20bcb6c4e7e" 2018-12-03 15:20:24,644 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c0e8e7de-5fbf-4403-91e8-d7581ed38290 Date: Mon, 03 Dec 2018 15:20:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:20:24,645 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/4eaa5d76-ab7d-440f-9798-5b49471fc18b used request id req-c0e8e7de-5fbf-4403-91e8-d7581ed38290 2018-12-03 15:20:24,645 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-343606e2-8edc-4861-ad79-4b8aaeb3f3c9-image 2018-12-03 15:20:24,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73dbade4165e1f87d95752103fa1108f92cf3602" 2018-12-03 15:20:26,661 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8b122a6d-f33b-4247-86bc-409f1aad84ec Date: Mon, 03 Dec 2018 15:20:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:20:26,661 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/032a7673-adeb-4608-b5df-9458251a0fe8 used request id req-8b122a6d-f33b-4247-86bc-409f1aad84ec 2018-12-03 15:20:26,667 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:20:26,674 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 15:20:26,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:20:26,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:20:27,163 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:20:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["0vMQKxgpSpe-78Ebr4XrsA"], "issued_at": "2018-12-03T15:20:27.000000Z"}} 2018-12-03 15:20:27,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7817732cae5dbb813aa1d4f64acc90257c1900" 2018-12-03 15:20:27,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e41d862c-8500-4f13-b892-a78d0f93a622 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:20:27,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e41d862c-8500-4f13-b892-a78d0f93a622 2018-12-03 15:20:27,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a7817732cae5dbb813aa1d4f64acc90257c1900" 2018-12-03 15:20:27,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-1063e76d-9b7a-4537-b855-09435fefe823 Date: Mon, 03 Dec 2018 15:20:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image"} 2018-12-03 15:20:27,433 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image used request id req-1063e76d-9b7a-4537-b855-09435fefe823 2018-12-03 15:20:27,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a7817732cae5dbb813aa1d4f64acc90257c1900" 2018-12-03 15:20:27,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4c9f652c-04da-4980-8e40-79f9415e2b63 Date: Mon, 03 Dec 2018 15:20: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-12-03 15:20:27,602 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-4c9f652c-04da-4980-8e40-79f9415e2b63 2018-12-03 15:20:27,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a7817732cae5dbb813aa1d4f64acc90257c1900" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image"}' 2018-12-03 15:20:27,870 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34 X-Openstack-Request-Id: req-bd48592d-7149-461a-b1e9-6dac73090f44 Date: Mon, 03 Dec 2018 15:20:27 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:20:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T15:20:27Z", "visibility": "shared", "locations": [], "self": "/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "min_disk": 0, "protected": false, "id": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "file": "/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34/file", "checksum": null, "owner": "1780a9ab51084544804c8f0af535fb81", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:20:27,870 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-bd48592d-7149-461a-b1e9-6dac73090f44 2018-12-03 15:20:27,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a7817732cae5dbb813aa1d4f64acc90257c1900" -d '' 2018-12-03 15:20:29,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0d296dd1-f598-4b6e-b622-5cc2545bf359 Date: Mon, 03 Dec 2018 15:20:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:20:29,651 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34/file used request id req-0d296dd1-f598-4b6e-b622-5cc2545bf359 2018-12-03 15:20:29,652 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 15:20:29,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a7817732cae5dbb813aa1d4f64acc90257c1900" 2018-12-03 15:20:29,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-099e5b14-fc4b-41ec-87d1-9f8f17007503 Date: Mon, 03 Dec 2018 15:20:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:20:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:20:29Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34/snap", "metadata": {}}], "self": "/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "min_disk": 0, "protected": false, "id": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "file": "/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:20:29,822 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34 used request id req-099e5b14-fc4b-41ec-87d1-9f8f17007503 2018-12-03 15:20:29,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a7817732cae5dbb813aa1d4f64acc90257c1900" 2018-12-03 15:20:29,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2294a6c9-bdb9-4bca-a150-361e7641f65a Date: Mon, 03 Dec 2018 15:20: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-12-03 15:20:29,984 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-2294a6c9-bdb9-4bca-a150-361e7641f65a 2018-12-03 15:20:29,986 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image 2018-12-03 15:20:29,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a7817732cae5dbb813aa1d4f64acc90257c1900" 2018-12-03 15:20:30,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-c9fb1e7e-12d9-49d1-ad89-48a72b4fe4c4 Date: Mon, 03 Dec 2018 15:20:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:20:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:20:29Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34/snap", "metadata": {}}], "self": "/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "min_disk": 0, "protected": false, "id": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "file": "/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:20:30,615 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34 used request id req-c9fb1e7e-12d9-49d1-ad89-48a72b4fe4c4 2018-12-03 15:20:30,616 - create_image - DEBUG - Instance status is - active 2018-12-03 15:20:30,616 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image 2018-12-03 15:20:30,616 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image 2018-12-03 15:20:30,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:20:30,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:20:30,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:20:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["zgo0FPOyQMidisaWZ-tk4A"], "issued_at": "2018-12-03T15:20:30.000000Z"}} 2018-12-03 15:20:30,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1db1854fde97f9675edd0017787e6630db98e05" 2018-12-03 15:20:31,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d35224b-69d2-4ff8-a6a8-32acf0e28a8e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:20:31,080 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2d35224b-69d2-4ff8-a6a8-32acf0e28a8e 2018-12-03 15:20:31,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1db1854fde97f9675edd0017787e6630db98e05" 2018-12-03 15:20:31,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4e200a6e-04d4-483d-aab3-00e0c0ca6c21 Date: Mon, 03 Dec 2018 15:20:31 GMT RESP BODY: {"networks":[]} 2018-12-03 15:20:31,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net used request id req-4e200a6e-04d4-483d-aab3-00e0c0ca6c21 2018-12-03 15:20:31,254 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net 2018-12-03 15:20:31,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1db1854fde97f9675edd0017787e6630db98e05" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net", "admin_state_up": true}}' 2018-12-03 15:20:31,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-66293fb5-6cb4-4f14-9781-d83b4d257c13 Date: Mon, 03 Dec 2018 15:20:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"396f23f9-bc24-4159-9821-ea9e102d533f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:20:31Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:31Z","mtu":1450}} 2018-12-03 15:20:31,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-66293fb5-6cb4-4f14-9781-d83b4d257c13 2018-12-03 15:20:31,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=396f23f9-bc24-4159-9821-ea9e102d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1db1854fde97f9675edd0017787e6630db98e05" 2018-12-03 15:20:32,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-a19f1926-a8f7-4acc-b702-9fc1b7dafe1b Date: Mon, 03 Dec 2018 15:20:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"396f23f9-bc24-4159-9821-ea9e102d533f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:20:31Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:31Z","provider:network_type":"vxlan"}]} 2018-12-03 15:20:32,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=396f23f9-bc24-4159-9821-ea9e102d533f used request id req-a19f1926-a8f7-4acc-b702-9fc1b7dafe1b 2018-12-03 15:20:32,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1db1854fde97f9675edd0017787e6630db98e05" 2018-12-03 15:20:32,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d394ca38-dd39-4fe7-b5c7-a582c0bb4d89 Date: Mon, 03 Dec 2018 15:20:32 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:20:32,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f used request id req-d394ca38-dd39-4fe7-b5c7-a582c0bb4d89 2018-12-03 15:20:32,173 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-subnet 2018-12-03 15:20:32,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1db1854fde97f9675edd0017787e6630db98e05" -d '{"subnets": [{"ip_version": 4, "network_id": "396f23f9-bc24-4159-9821-ea9e102d533f", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-subnet"}]}' 2018-12-03 15:20:32,752 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c3eda154-224f-4423-86e2-a592447433e4 Date: Mon, 03 Dec 2018 15:20:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:32Z","dns_nameservers":[],"updated_at":"2018-12-03T15:20:32Z","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":"1780a9ab51084544804c8f0af535fb81","id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-subnet"}]} 2018-12-03 15:20:32,752 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-c3eda154-224f-4423-86e2-a592447433e4 2018-12-03 15:20:32,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=396f23f9-bc24-4159-9821-ea9e102d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1db1854fde97f9675edd0017787e6630db98e05" 2018-12-03 15:20:33,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1451b60b-de8c-4594-b1d6-1d8c3a682bfe Date: Mon, 03 Dec 2018 15:20:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"396f23f9-bc24-4159-9821-ea9e102d533f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["10b5c3f9-ca38-418b-bd0a-04a62a0d1699"],"description":"","tags":[],"updated_at":"2018-12-03T15:20:32Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:31Z","provider:network_type":"vxlan"}]} 2018-12-03 15:20:33,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=396f23f9-bc24-4159-9821-ea9e102d533f used request id req-1451b60b-de8c-4594-b1d6-1d8c3a682bfe 2018-12-03 15:20:33,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1db1854fde97f9675edd0017787e6630db98e05" 2018-12-03 15:20:33,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-75f5ef47-db0c-47ab-8b7b-98c05b9c5b98 Date: Mon, 03 Dec 2018 15:20:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:32Z","dns_nameservers":[],"updated_at":"2018-12-03T15:20:32Z","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":"1780a9ab51084544804c8f0af535fb81","id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-subnet"}]} 2018-12-03 15:20:33,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f used request id req-75f5ef47-db0c-47ab-8b7b-98c05b9c5b98 2018-12-03 15:20:33,265 - OpenStackNetwork - DEBUG - Network [396f23f9-bc24-4159-9821-ea9e102d533f] created successfully 2018-12-03 15:20:33,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:20:33,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:20:33,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:20:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["rJrlUX6qRxi2ZZTS9MnNmw"], "issued_at": "2018-12-03T15:20:33.000000Z"}} 2018-12-03 15:20:33,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3112b9129acfbfedef862096b7e0be9873133e03" 2018-12-03 15:20:33,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-401b812d-985a-4e27-9195-0a12f4389372 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:20:33,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-401b812d-985a-4e27-9195-0a12f4389372 2018-12-03 15:20:33,732 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:20:33,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3112b9129acfbfedef862096b7e0be9873133e03" 2018-12-03 15:20:34,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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 x-openstack-request-id: req-67bf8f1a-50c5-4709-94ae-d1cd106e4108 x-compute-request-id: req-67bf8f1a-50c5-4709-94ae-d1cd106e4108 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:20:34,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-67bf8f1a-50c5-4709-94ae-d1cd106e4108 2018-12-03 15:20:34,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3112b9129acfbfedef862096b7e0be9873133e03" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-03 15:20:34,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-b806680d-17a5-4cd2-8997-1cfd9fd45208 x-compute-request-id: req-b806680d-17a5-4cd2-8997-1cfd9fd45208 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2ef7f551-359a-441e-a472-abb61124b067", "name": "NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:20:34,115 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b806680d-17a5-4cd2-8997-1cfd9fd45208 2018-12-03 15:20:34,116 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:20:34,117 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:20:34,496 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:20:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["-qwL2JIfSRGQ5su3-bNqCA"], "issued_at": "2018-12-03T15:20:34.000000Z"}} 2018-12-03 15:20:34,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}723817fa7902a800dc32fae7e2a62d5df7f924c6" 2018-12-03 15:20:34,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96fb09e2-44df-4fa2-8b3e-4d3fc891b9fb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:20:34,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-96fb09e2-44df-4fa2-8b3e-4d3fc891b9fb 2018-12-03 15:20:34,586 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}723817fa7902a800dc32fae7e2a62d5df7f924c6" 2018-12-03 15:20:35,323 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:34 GMT Server: Apache x-compute-request-id: req-553ec53c-5a56-4e7e-b138-2e6dac362d3c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-553ec53c-5a56-4e7e-b138-2e6dac362d3c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 15:20:35,323 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/detail used request id req-553ec53c-5a56-4e7e-b138-2e6dac362d3c 2018-12-03 15:20:35,326 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-553ec53c-5a56-4e7e-b138-2e6dac362d3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}723817fa7902a800dc32fae7e2a62d5df7f924c6" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe", "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-12-03 15:20:36,226 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:20:35 GMT Server: Apache x-compute-request-id: req-94a6243f-6106-47ec-8051-ddc9bc1afa61 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-94a6243f-6106-47ec-8051-ddc9bc1afa61 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T15:20:36.122907", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8b50cc99-1147-482e-a994-21ce4d09c535", "size": 1}} 2018-12-03 15:20:36,226 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes used request id req-94a6243f-6106-47ec-8051-ddc9bc1afa61 2018-12-03 15:20:36,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-553ec53c-5a56-4e7e-b138-2e6dac362d3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}723817fa7902a800dc32fae7e2a62d5df7f924c6" 2018-12-03 15:20:36,976 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:36 GMT Server: Apache x-compute-request-id: req-2421aada-d96e-44ee-810f-7447961aca4a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2421aada-d96e-44ee-810f-7447961aca4a Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:20:36.000000", "replication_status": null, "snapshot_id": null, "id": "8b50cc99-1147-482e-a994-21ce4d09c535", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-32b1170e-33ed-41c5-8247-65c190254cbe", "bootable": "false", "created_at": "2018-12-03T15:20:36.000000", "volume_type": null}} 2018-12-03 15:20:36,976 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535 used request id req-2421aada-d96e-44ee-810f-7447961aca4a 2018-12-03 15:20:36,977 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe 2018-12-03 15:20:36,979 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-553ec53c-5a56-4e7e-b138-2e6dac362d3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}723817fa7902a800dc32fae7e2a62d5df7f924c6" 2018-12-03 15:20:37,709 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:36 GMT Server: Apache x-compute-request-id: req-7ae48a1a-eb39-4a11-87fc-3e5b57ce78a3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7ae48a1a-eb39-4a11-87fc-3e5b57ce78a3 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:20:36.000000", "replication_status": null, "snapshot_id": null, "id": "8b50cc99-1147-482e-a994-21ce4d09c535", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-32b1170e-33ed-41c5-8247-65c190254cbe", "bootable": "false", "created_at": "2018-12-03T15:20:36.000000", "volume_type": null}} 2018-12-03 15:20:37,709 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535 used request id req-7ae48a1a-eb39-4a11-87fc-3e5b57ce78a3 2018-12-03 15:20:37,710 - create_volume - DEBUG - Instance status is - available 2018-12-03 15:20:37,710 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe 2018-12-03 15:20:37,710 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe 2018-12-03 15:20:37,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:20:37,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:20:38,088 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:20:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["fcl5GQugQAmuxJn8Jcf19A"], "issued_at": "2018-12-03T15:20:38.000000Z"}} 2018-12-03 15:20:38,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:38,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60623356-ec6d-4a12-92d0-56d5e17858ec Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:20:38,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-60623356-ec6d-4a12-92d0-56d5e17858ec 2018-12-03 15:20:38,103 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:20:38,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:38,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68a24849-383c-40f2-967c-163d35faee65 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:20:38,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-68a24849-383c-40f2-967c-163d35faee65 2018-12-03 15:20:38,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:38,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8ba8c959-b782-4b29-8d4d-c4a99cc38e5f Date: Mon, 03 Dec 2018 15:20:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"396f23f9-bc24-4159-9821-ea9e102d533f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["10b5c3f9-ca38-418b-bd0a-04a62a0d1699"],"description":"","tags":[],"updated_at":"2018-12-03T15:20:32Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:31Z","provider:network_type":"vxlan"}]} 2018-12-03 15:20:38,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net used request id req-8ba8c959-b782-4b29-8d4d-c4a99cc38e5f 2018-12-03 15:20:38,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:20:38,446 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:20:38,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:38,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3f05922-8707-449b-a335-4d54ab147202 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:20:38,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-c3f05922-8707-449b-a335-4d54ab147202 2018-12-03 15:20:38,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:38,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-60fc29ba-d76d-4a0f-931b-3a4dc7d4f377 Date: Mon, 03 Dec 2018 15:20:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:32Z","dns_nameservers":[],"updated_at":"2018-12-03T15:20:32Z","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":"1780a9ab51084544804c8f0af535fb81","id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-subnet"}]} 2018-12-03 15:20:38,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f used request id req-60fc29ba-d76d-4a0f-931b-3a4dc7d4f377 2018-12-03 15:20:38,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=396f23f9-bc24-4159-9821-ea9e102d533f&name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:39,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6f0ab18c-dcdd-409f-a508-e3cd6b34c109 Date: Mon, 03 Dec 2018 15:20:39 GMT RESP BODY: {"ports":[]} 2018-12-03 15:20:39,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=396f23f9-bc24-4159-9821-ea9e102d533f&name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-port&admin_state_up=True used request id req-6f0ab18c-dcdd-409f-a508-e3cd6b34c109 2018-12-03 15:20:39,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:39,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-3323aad9-9158-4834-bc7a-fd5283d196c7 x-compute-request-id: req-3323aad9-9158-4834-bc7a-fd5283d196c7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 15:20:39,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst used request id req-3323aad9-9158-4834-bc7a-fd5283d196c7 2018-12-03 15:20:39,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:39,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-735312d6-0e63-4311-976d-61ae8e68f7b4 Date: Mon, 03 Dec 2018 15:20:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"396f23f9-bc24-4159-9821-ea9e102d533f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["10b5c3f9-ca38-418b-bd0a-04a62a0d1699"],"description":"","tags":[],"updated_at":"2018-12-03T15:20:32Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:31Z","provider:network_type":"vxlan"}]} 2018-12-03 15:20:39,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net used request id req-735312d6-0e63-4311-976d-61ae8e68f7b4 2018-12-03 15:20:39,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:39,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49375c97-ca04-48db-8f47-d44a6e616a53 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:20:39,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-49375c97-ca04-48db-8f47-d44a6e616a53 2018-12-03 15:20:39,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:39,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fb0de80e-8c84-40f5-bb83-fcd25f72c328 Date: Mon, 03 Dec 2018 15:20:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:32Z","dns_nameservers":[],"updated_at":"2018-12-03T15:20:32Z","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":"1780a9ab51084544804c8f0af535fb81","id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-subnet"}]} 2018-12-03 15:20:39,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f used request id req-fb0de80e-8c84-40f5-bb83-fcd25f72c328 2018-12-03 15:20:39,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=396f23f9-bc24-4159-9821-ea9e102d533f&name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:39,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0aa6a324-9c54-4d67-960f-5160b82d483a Date: Mon, 03 Dec 2018 15:20:40 GMT RESP BODY: {"ports":[]} 2018-12-03 15:20:39,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=396f23f9-bc24-4159-9821-ea9e102d533f&name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-port&admin_state_up=True used request id req-0aa6a324-9c54-4d67-960f-5160b82d483a 2018-12-03 15:20:39,998 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:20:39,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:20:40,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:20:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["FNtWBEw1QwiMOZ_TVs8w1w"], "issued_at": "2018-12-03T15:20:40.000000Z"}} 2018-12-03 15:20:40,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d49faa39956ea095ec363ea618e3f6a5083a93" 2018-12-03 15:20:40,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a876c93-2ce2-41a5-8756-6b6fb35fd763 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:20:40,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2a876c93-2ce2-41a5-8756-6b6fb35fd763 2018-12-03 15:20:40,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:40,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-11f74eab-a0ed-4560-9ae4-89776ee1d622 Date: Mon, 03 Dec 2018 15:20:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"396f23f9-bc24-4159-9821-ea9e102d533f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["10b5c3f9-ca38-418b-bd0a-04a62a0d1699"],"description":"","tags":[],"updated_at":"2018-12-03T15:20:32Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:31Z","provider:network_type":"vxlan"}]} 2018-12-03 15:20:40,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net used request id req-11f74eab-a0ed-4560-9ae4-89776ee1d622 2018-12-03 15:20:40,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:40,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ac180d54-9aed-420f-8be4-8f45fce51b9b Date: Mon, 03 Dec 2018 15:20:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:32Z","dns_nameservers":[],"updated_at":"2018-12-03T15:20:32Z","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":"1780a9ab51084544804c8f0af535fb81","id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-subnet"}]} 2018-12-03 15:20:40,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f used request id req-ac180d54-9aed-420f-8be4-8f45fce51b9b 2018-12-03 15:20:40,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:41,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-37e935ab-427b-48df-866f-689343e6ef24 Date: Mon, 03 Dec 2018 15:20:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"396f23f9-bc24-4159-9821-ea9e102d533f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["10b5c3f9-ca38-418b-bd0a-04a62a0d1699"],"description":"","tags":[],"updated_at":"2018-12-03T15:20:32Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:31Z","provider:network_type":"vxlan"}]} 2018-12-03 15:20:41,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net used request id req-37e935ab-427b-48df-866f-689343e6ef24 2018-12-03 15:20:41,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:20:41,021 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:20:41,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d49faa39956ea095ec363ea618e3f6a5083a93" 2018-12-03 15:20:41,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ff88e81-70b5-46cb-b94d-6c2074ac8a4a 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:20:41,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-5ff88e81-70b5-46cb-b94d-6c2074ac8a4a 2018-12-03 15:20:41,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:41,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-91289a04-ce10-4d65-abd1-199e75c7037f Date: Mon, 03 Dec 2018 15:20:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:32Z","dns_nameservers":[],"updated_at":"2018-12-03T15:20:32Z","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":"1780a9ab51084544804c8f0af535fb81","id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-subnet"}]} 2018-12-03 15:20:41,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f used request id req-91289a04-ce10-4d65-abd1-199e75c7037f 2018-12-03 15:20:41,316 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net 2018-12-03 15:20:41,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" -d '{"port": {"network_id": "396f23f9-bc24-4159-9821-ea9e102d533f", "name": "NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-port", "admin_state_up": true}}' 2018-12-03 15:20:41,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-cfcba704-22cd-415b-9ea0-15041a45ae8a Date: Mon, 03 Dec 2018 15:20:41 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:20:41Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","ip_address":"10.55.0.13"}],"id":"726894f6-628a-43dc-ae4e-b7acb1bcd8ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:20:19","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-port","project_id":"1780a9ab51084544804c8f0af535fb81","qos_policy_id":null,"admin_state_up":true,"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:41Z","binding:vnic_type":"normal"}} 2018-12-03 15:20:41,956 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-cfcba704-22cd-415b-9ea0-15041a45ae8a 2018-12-03 15:20:41,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:42,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4da2edd2-5a99-4c31-9d56-b7dec3e93a75 Date: Mon, 03 Dec 2018 15:20:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"396f23f9-bc24-4159-9821-ea9e102d533f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["10b5c3f9-ca38-418b-bd0a-04a62a0d1699"],"description":"","tags":[],"updated_at":"2018-12-03T15:20:32Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:31Z","provider:network_type":"vxlan"}]} 2018-12-03 15:20:42,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net used request id req-4da2edd2-5a99-4c31-9d56-b7dec3e93a75 2018-12-03 15:20:42,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:42,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-119ae212-c5d4-453a-b4f6-775e21b49bd2 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:20:42,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-119ae212-c5d4-453a-b4f6-775e21b49bd2 2018-12-03 15:20:42,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:42,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-573a2c51-b98e-4b68-a53e-cee9faf4fe86 Date: Mon, 03 Dec 2018 15:20:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:32Z","dns_nameservers":[],"updated_at":"2018-12-03T15:20:32Z","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":"1780a9ab51084544804c8f0af535fb81","id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-subnet"}]} 2018-12-03 15:20:42,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f used request id req-573a2c51-b98e-4b68-a53e-cee9faf4fe86 2018-12-03 15:20:42,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=396f23f9-bc24-4159-9821-ea9e102d533f&name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:42,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-d379d359-7f40-4025-a8fd-31150f6b16a0 Date: Mon, 03 Dec 2018 15:20:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:20:41Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","ip_address":"10.55.0.13"}],"id":"726894f6-628a-43dc-ae4e-b7acb1bcd8ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:20:19","project_id":"1780a9ab51084544804c8f0af535fb81","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-port","admin_state_up":true,"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:41Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 15:20:42,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=396f23f9-bc24-4159-9821-ea9e102d533f&name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-port&admin_state_up=True used request id req-d379d359-7f40-4025-a8fd-31150f6b16a0 2018-12-03 15:20:42,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:42,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeec75ce-cfbb-4797-b2ed-96cd63d0cb88 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:20:42,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-eeec75ce-cfbb-4797-b2ed-96cd63d0cb88 2018-12-03 15:20:42,813 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst 2018-12-03 15:20:42,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:42,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a58c3db2-90d8-4ce4-8e76-38f14f334a7c x-compute-request-id: req-a58c3db2-90d8-4ce4-8e76-38f14f334a7c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2ef7f551-359a-441e-a472-abb61124b067", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-flavor"}]} 2018-12-03 15:20:42,841 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a58c3db2-90d8-4ce4-8e76-38f14f334a7c 2018-12-03 15:20:42,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/2ef7f551-359a-441e-a472-abb61124b067 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:42,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b69c589-3e96-41e3-82ca-0b26b7f3f7bd x-compute-request-id: req-5b69c589-3e96-41e3-82ca-0b26b7f3f7bd Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2ef7f551-359a-441e-a472-abb61124b067", "name": "NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:20:42,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/2ef7f551-359a-441e-a472-abb61124b067 used request id req-5b69c589-3e96-41e3-82ca-0b26b7f3f7bd 2018-12-03 15:20:42,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:43,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-854de2c5-558d-4a6a-93b0-35236ab7ad9c Date: Mon, 03 Dec 2018 15:20:43 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:20:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:20:29Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34/snap", "metadata": {}}], "self": "/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "min_disk": 0, "protected": false, "id": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "file": "/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image"} 2018-12-03 15:20:43,076 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image used request id req-854de2c5-558d-4a6a-93b0-35236ab7ad9c 2018-12-03 15:20:43,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:43,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-071fb0c6-82bb-45a1-8e9e-9e7b60c6d3d3 Date: Mon, 03 Dec 2018 15:20: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-12-03 15:20:43,244 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-071fb0c6-82bb-45a1-8e9e-9e7b60c6d3d3 2018-12-03 15:20:43,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst", "imageRef": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "flavorRef": "2ef7f551-359a-441e-a472-abb61124b067", "max_count": 1, "min_count": 1, "networks": [{"port": "726894f6-628a-43dc-ae4e-b7acb1bcd8ec"}]}}' 2018-12-03 15:20:45,172 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:20: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-c7f862f7-cc16-46ea-a52d-2b525f3d7284 x-compute-request-id: req-c7f862f7-cc16-46ea-a52d-2b525f3d7284 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e6546ced-eb57-4d56-8723-495821f816e3", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "bookmark"}], "adminPass": "oeRFEXycY5aV"}} 2018-12-03 15:20:45,173 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-c7f862f7-cc16-46ea-a52d-2b525f3d7284 2018-12-03 15:20:45,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:45,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20: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-ef91cd55-b2b6-4cae-8348-713e4c41bf5c x-compute-request-id: req-ef91cd55-b2b6-4cae-8348-713e4c41bf5c 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.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "bookmark"}], "image": {"id": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "links": [{"href": "http://172.30.9.30:8774/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef7f551-359a-441e-a472-abb61124b067", "links": [{"href": "http://172.30.9.30:8774/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "bookmark"}]}, "id": "e6546ced-eb57-4d56-8723-495821f816e3", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "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-12-03T15:20:45Z", "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-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst", "created": "2018-12-03T15:20:45Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:20:45,546 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 used request id req-ef91cd55-b2b6-4cae-8348-713e4c41bf5c 2018-12-03 15:20:45,547 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst 2018-12-03 15:20:45,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:45,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20: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-1e7b1491-bb48-42f5-acab-c163717ecad2 x-compute-request-id: req-1e7b1491-bb48-42f5-acab-c163717ecad2 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.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "bookmark"}], "image": {"id": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "links": [{"href": "http://172.30.9.30:8774/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef7f551-359a-441e-a472-abb61124b067", "links": [{"href": "http://172.30.9.30:8774/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "bookmark"}]}, "id": "e6546ced-eb57-4d56-8723-495821f816e3", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "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-12-03T15:20:45Z", "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-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst", "created": "2018-12-03T15:20:45Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:20:45,936 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 used request id req-1e7b1491-bb48-42f5-acab-c163717ecad2 2018-12-03 15:20:45,936 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst] is - BUILD 2018-12-03 15:20:45,937 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:20:48,940 - create_instance - DEBUG - VM status query timeout in 896.607254028 2018-12-03 15:20:48,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:49,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20: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-78bfcf7c-adb9-46ff-b2a1-cacc5221bec8 x-compute-request-id: req-78bfcf7c-adb9-46ff-b2a1-cacc5221bec8 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:20:19", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "bookmark"}], "image": {"id": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "links": [{"href": "http://172.30.9.30:8774/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef7f551-359a-441e-a472-abb61124b067", "links": [{"href": "http://172.30.9.30:8774/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "bookmark"}]}, "id": "e6546ced-eb57-4d56-8723-495821f816e3", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:20:47Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst", "created": "2018-12-03T15:20:45Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:20:49,392 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 used request id req-78bfcf7c-adb9-46ff-b2a1-cacc5221bec8 2018-12-03 15:20:49,392 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst] is - BUILD 2018-12-03 15:20:49,392 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:20:52,395 - create_instance - DEBUG - VM status query timeout in 893.151586056 2018-12-03 15:20:52,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:52,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78bccb65-9b72-429c-89a2-f9947a1e7221 x-compute-request-id: req-78bccb65-9b72-429c-89a2-f9947a1e7221 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:20:19", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "bookmark"}], "image": {"id": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "links": [{"href": "http://172.30.9.30:8774/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ef7f551-359a-441e-a472-abb61124b067", "links": [{"href": "http://172.30.9.30:8774/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "bookmark"}]}, "id": "e6546ced-eb57-4d56-8723-495821f816e3", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:20:47Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst", "created": "2018-12-03T15:20:45Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:20:52,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 used request id req-78bccb65-9b72-429c-89a2-f9947a1e7221 2018-12-03 15:20:52,892 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst] is - BUILD 2018-12-03 15:20:52,893 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:20:55,896 - create_instance - DEBUG - VM status query timeout in 889.651288986 2018-12-03 15:20:55,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:57,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20: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-a337c9a0-4f8e-4e6c-83b4-6beb60f7193e x-compute-request-id: req-a337c9a0-4f8e-4e6c-83b4-6beb60f7193e Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:20:19", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "bookmark"}], "image": {"id": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "links": [{"href": "http://172.30.9.30:8774/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-03T15:20:54.000000", "flavor": {"id": "2ef7f551-359a-441e-a472-abb61124b067", "links": [{"href": "http://172.30.9.30:8774/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "bookmark"}]}, "id": "e6546ced-eb57-4d56-8723-495821f816e3", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:20:54Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst", "created": "2018-12-03T15:20:45Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:20:57,089 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 used request id req-a337c9a0-4f8e-4e6c-83b4-6beb60f7193e 2018-12-03 15:20:57,089 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst] is - ACTIVE 2018-12-03 15:20:57,089 - create_instance - INFO - VM is - ACTIVE 2018-12-03 15:20:57,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:57,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20: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-67ba7dd8-ef07-4b22-9319-ae4a6d1986fe x-compute-request-id: req-67ba7dd8-ef07-4b22-9319-ae4a6d1986fe Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:20:19", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "bookmark"}], "image": {"id": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "links": [{"href": "http://172.30.9.30:8774/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-03T15:20:54.000000", "flavor": {"id": "2ef7f551-359a-441e-a472-abb61124b067", "links": [{"href": "http://172.30.9.30:8774/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "bookmark"}]}, "id": "e6546ced-eb57-4d56-8723-495821f816e3", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:20:54Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst", "created": "2018-12-03T15:20:45Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:20:57,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 used request id req-67ba7dd8-ef07-4b22-9319-ae4a6d1986fe 2018-12-03 15:20:57,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:58,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-9e7e6d54-621e-4789-8216-ebdc277677d7 Date: Mon, 03 Dec 2018 15:20:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"396f23f9-bc24-4159-9821-ea9e102d533f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["10b5c3f9-ca38-418b-bd0a-04a62a0d1699"],"description":"","tags":[],"updated_at":"2018-12-03T15:20:32Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:31Z","provider:network_type":"vxlan"}]} 2018-12-03 15:20:58,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net used request id req-9e7e6d54-621e-4789-8216-ebdc277677d7 2018-12-03 15:20:58,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:58,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-612f88e0-3d8c-42f0-9b09-5dcaf0b49607 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:20:58,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-612f88e0-3d8c-42f0-9b09-5dcaf0b49607 2018-12-03 15:20:58,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:58,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-55357da6-492f-4ea0-9a6a-c85848f92231 Date: Mon, 03 Dec 2018 15:20:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:32Z","dns_nameservers":[],"updated_at":"2018-12-03T15:20:32Z","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":"1780a9ab51084544804c8f0af535fb81","id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-subnet"}]} 2018-12-03 15:20:58,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f used request id req-55357da6-492f-4ea0-9a6a-c85848f92231 2018-12-03 15:20:58,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=396f23f9-bc24-4159-9821-ea9e102d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:58,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-fcf77ce9-f75d-4898-8a40-c42dd9f2e498 Date: Mon, 03 Dec 2018 15:20:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:20:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","ip_address":"10.55.0.3"}],"id":"12c64569-08bb-49b3-8aa8-134f25320813","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:9a:85","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-396f23f9-bc24-4159-9821-ea9e102d533f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:20:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","ip_address":"10.55.0.13"}],"id":"726894f6-628a-43dc-ae4e-b7acb1bcd8ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:20:19","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-port","admin_state_up":true,"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:41Z","binding:vnic_type":"normal","device_id":"e6546ced-eb57-4d56-8723-495821f816e3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:20:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","ip_address":"10.55.0.4"}],"id":"7975ece5-ea45-4e8d-9c2a-88b3249024bf","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:92:2b","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-396f23f9-bc24-4159-9821-ea9e102d533f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:20:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","ip_address":"10.55.0.2"}],"id":"c51dce71-1283-47f3-be41-a66b30560cf6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:08:f0","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-396f23f9-bc24-4159-9821-ea9e102d533f"}]} 2018-12-03 15:20:58,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=396f23f9-bc24-4159-9821-ea9e102d533f used request id req-fcf77ce9-f75d-4898-8a40-c42dd9f2e498 2018-12-03 15:20:58,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:20:58,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:20:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["3GrQnIBsR5aqijpm9s2vsw"], "issued_at": "2018-12-03T15:20:58.000000Z"}} 2018-12-03 15:20:58,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70239662217cf6eeff390f19f46714f4c0fb0347" 2018-12-03 15:20:58,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f48fe99-307f-4ff8-9299-6e1d6a9d9c4f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:20:58,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2f48fe99-307f-4ff8-9299-6e1d6a9d9c4f 2018-12-03 15:20:58,729 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:59,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20: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-5d5dee59-4d5e-4ca0-aee9-4e6923cda50c x-compute-request-id: req-5d5dee59-4d5e-4ca0-aee9-4e6923cda50c Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:20:19", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "bookmark"}], "image": {"id": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "links": [{"href": "http://172.30.9.30:8774/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-03T15:20:54.000000", "flavor": {"id": "2ef7f551-359a-441e-a472-abb61124b067", "links": [{"href": "http://172.30.9.30:8774/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "bookmark"}]}, "id": "e6546ced-eb57-4d56-8723-495821f816e3", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:20:54Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst", "created": "2018-12-03T15:20:45Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:20:59,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 used request id req-5d5dee59-4d5e-4ca0-aee9-4e6923cda50c 2018-12-03 15:20:59,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:59,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4c3ca626-60e7-4e2b-8af0-6ff1be13493b Date: Mon, 03 Dec 2018 15:20:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"396f23f9-bc24-4159-9821-ea9e102d533f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["10b5c3f9-ca38-418b-bd0a-04a62a0d1699"],"description":"","tags":[],"updated_at":"2018-12-03T15:20:32Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:31Z","provider:network_type":"vxlan"}]} 2018-12-03 15:20:59,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net used request id req-4c3ca626-60e7-4e2b-8af0-6ff1be13493b 2018-12-03 15:20:59,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:59,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daa01653-9e3d-46ab-8b59-4cb72ac4be83 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:20:59,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-daa01653-9e3d-46ab-8b59-4cb72ac4be83 2018-12-03 15:20:59,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:59,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bcad356b-9096-40bf-9b6b-4ded687e514f Date: Mon, 03 Dec 2018 15:20:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:32Z","dns_nameservers":[],"updated_at":"2018-12-03T15:20:32Z","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":"1780a9ab51084544804c8f0af535fb81","id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-subnet"}]} 2018-12-03 15:20:59,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=396f23f9-bc24-4159-9821-ea9e102d533f used request id req-bcad356b-9096-40bf-9b6b-4ded687e514f 2018-12-03 15:20:59,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=396f23f9-bc24-4159-9821-ea9e102d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:20:59,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-a704e652-3392-4681-8f75-6b2886abe09b Date: Mon, 03 Dec 2018 15:20:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:20:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","ip_address":"10.55.0.3"}],"id":"12c64569-08bb-49b3-8aa8-134f25320813","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:9a:85","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-396f23f9-bc24-4159-9821-ea9e102d533f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:20:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","ip_address":"10.55.0.13"}],"id":"726894f6-628a-43dc-ae4e-b7acb1bcd8ec","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:20:19","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-port","admin_state_up":true,"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:41Z","binding:vnic_type":"normal","device_id":"e6546ced-eb57-4d56-8723-495821f816e3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:20:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","ip_address":"10.55.0.4"}],"id":"7975ece5-ea45-4e8d-9c2a-88b3249024bf","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:92:2b","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-396f23f9-bc24-4159-9821-ea9e102d533f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:20:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10b5c3f9-ca38-418b-bd0a-04a62a0d1699","ip_address":"10.55.0.2"}],"id":"c51dce71-1283-47f3-be41-a66b30560cf6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:08:f0","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"396f23f9-bc24-4159-9821-ea9e102d533f","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:20:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-396f23f9-bc24-4159-9821-ea9e102d533f"}]} 2018-12-03 15:20:59,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=396f23f9-bc24-4159-9821-ea9e102d533f used request id req-a704e652-3392-4681-8f75-6b2886abe09b 2018-12-03 15:20:59,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70239662217cf6eeff390f19f46714f4c0fb0347" -d '{"volumeAttachment": {"volumeId": "8b50cc99-1147-482e-a994-21ce4d09c535"}}' 2018-12-03 15:21:01,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:20: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-8ad39b94-ddbf-4377-b14f-b70f92495370 x-compute-request-id: req-8ad39b94-ddbf-4377-b14f-b70f92495370 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "e6546ced-eb57-4d56-8723-495821f816e3", "id": "8b50cc99-1147-482e-a994-21ce4d09c535", "volumeId": "8b50cc99-1147-482e-a994-21ce4d09c535"}} 2018-12-03 15:21:01,650 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3/os-volume_attachments used request id req-8ad39b94-ddbf-4377-b14f-b70f92495370 2018-12-03 15:21:01,651 - create_instance - INFO - Deleting Port with ID - 726894f6-628a-43dc-ae4e-b7acb1bcd8ec 2018-12-03 15:21:01,651 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-port 2018-12-03 15:21:01,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/726894f6-628a-43dc-ae4e-b7acb1bcd8ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:21:02,327 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dee2dd99-5dbb-48b4-b522-91e6483c9fbc Date: Mon, 03 Dec 2018 15:21:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:21:02,327 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/726894f6-628a-43dc-ae4e-b7acb1bcd8ec used request id req-dee2dd99-5dbb-48b4-b522-91e6483c9fbc 2018-12-03 15:21:02,327 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst 2018-12-03 15:21:02,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:21:02,486 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:21: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-56962ffd-838d-4623-b4a0-123b573197c7 x-compute-request-id: req-56962ffd-838d-4623-b4a0-123b573197c7 Content-Type: application/json 2018-12-03 15:21:02,486 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 used request id req-56962ffd-838d-4623-b4a0-123b573197c7 2018-12-03 15:21:02,486 - create_instance - INFO - Checking deletion status 2018-12-03 15:21:02,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:21:03,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21: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-e86c61e2-ccc2-4f1b-9503-03310bbcec21 x-compute-request-id: req-e86c61e2-ccc2-4f1b-9503-03310bbcec21 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:20:19", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "bookmark"}], "image": {"id": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "links": [{"href": "http://172.30.9.30:8774/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-03T15:20:54.000000", "flavor": {"id": "2ef7f551-359a-441e-a472-abb61124b067", "links": [{"href": "http://172.30.9.30:8774/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "bookmark"}]}, "id": "e6546ced-eb57-4d56-8723-495821f816e3", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:21:02Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst", "created": "2018-12-03T15:20:45Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [{"id": "8b50cc99-1147-482e-a994-21ce4d09c535"}], "metadata": {}}} 2018-12-03 15:21:03,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 used request id req-e86c61e2-ccc2-4f1b-9503-03310bbcec21 2018-12-03 15:21:03,523 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst] is - ACTIVE 2018-12-03 15:21:03,523 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:21:06,527 - create_instance - DEBUG - VM status query timeout in 295.959900141 2018-12-03 15:21:06,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:21:06,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78a6dbf1-737f-4b18-8a02-9e2f282995a2 x-compute-request-id: req-78a6dbf1-737f-4b18-8a02-9e2f282995a2 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.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "bookmark"}], "image": {"id": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "links": [{"href": "http://172.30.9.30:8774/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-03T15:20:54.000000", "flavor": {"id": "2ef7f551-359a-441e-a472-abb61124b067", "links": [{"href": "http://172.30.9.30:8774/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "bookmark"}]}, "id": "e6546ced-eb57-4d56-8723-495821f816e3", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:21:03Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst", "created": "2018-12-03T15:20:45Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [{"id": "8b50cc99-1147-482e-a994-21ce4d09c535"}], "metadata": {}}} 2018-12-03 15:21:06,815 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 used request id req-78a6dbf1-737f-4b18-8a02-9e2f282995a2 2018-12-03 15:21:06,816 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst] is - ACTIVE 2018-12-03 15:21:06,816 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:21:09,819 - create_instance - DEBUG - VM status query timeout in 292.667575121 2018-12-03 15:21:09,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:21:10,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-f8d82881-d8d2-4b51-8f16-0654d4182899 x-compute-request-id: req-f8d82881-d8d2-4b51-8f16-0654d4182899 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.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e6546ced-eb57-4d56-8723-495821f816e3", "rel": "bookmark"}], "image": {"id": "2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "links": [{"href": "http://172.30.9.30:8774/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-03T15:20:54.000000", "flavor": {"id": "2ef7f551-359a-441e-a472-abb61124b067", "links": [{"href": "http://172.30.9.30:8774/flavors/2ef7f551-359a-441e-a472-abb61124b067", "rel": "bookmark"}]}, "id": "e6546ced-eb57-4d56-8723-495821f816e3", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:21:09Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst", "created": "2018-12-03T15:20:45Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [{"id": "8b50cc99-1147-482e-a994-21ce4d09c535"}], "metadata": {}}} 2018-12-03 15:21:10,063 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 used request id req-f8d82881-d8d2-4b51-8f16-0654d4182899 2018-12-03 15:21:10,063 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst] is - ACTIVE 2018-12-03 15:21:10,063 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:21:13,066 - create_instance - DEBUG - VM status query timeout in 289.420063019 2018-12-03 15:21:13,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4232f3b60529dd3793f2a4f996e1941673ae3000" 2018-12-03 15:21:13,121 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15: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 x-openstack-request-id: req-555544f2-8103-427a-aca5-86f77b04df13 x-compute-request-id: req-555544f2-8103-427a-aca5-86f77b04df13 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e6546ced-eb57-4d56-8723-495821f816e3 could not be found.", "code": 404}} 2018-12-03 15:21:13,121 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e6546ced-eb57-4d56-8723-495821f816e3 used request id req-555544f2-8103-427a-aca5-86f77b04df13 2018-12-03 15:21:13,121 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e6546ced-eb57-4d56-8723-495821f816e3 could not be found. (HTTP 404) (Request-ID: req-555544f2-8103-427a-aca5-86f77b04df13) 2018-12-03 15:21:13,122 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-vm_inst 2018-12-03 15:21:13,125 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-553ec53c-5a56-4e7e-b138-2e6dac362d3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}723817fa7902a800dc32fae7e2a62d5df7f924c6" 2018-12-03 15:21:13,901 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:13 GMT Server: Apache x-compute-request-id: req-567ef3c8-2acf-4af9-9282-c11c5375eec3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-567ef3c8-2acf-4af9-9282-c11c5375eec3 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:21:04.000000", "replication_status": null, "snapshot_id": null, "id": "8b50cc99-1147-482e-a994-21ce4d09c535", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-32b1170e-33ed-41c5-8247-65c190254cbe", "bootable": "false", "created_at": "2018-12-03T15:20:36.000000", "volume_type": null}} 2018-12-03 15:21:13,901 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535 used request id req-567ef3c8-2acf-4af9-9282-c11c5375eec3 2018-12-03 15:21:13,901 - create_volume - DEBUG - Instance status is - available 2018-12-03 15:21:13,902 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe 2018-12-03 15:21:13,902 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe 2018-12-03 15:21:13,905 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-553ec53c-5a56-4e7e-b138-2e6dac362d3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}723817fa7902a800dc32fae7e2a62d5df7f924c6" 2018-12-03 15:21:14,722 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:21:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-03a1e9cd-3b5a-4318-b34e-3e82f68d6389 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-12-03 15:21:14,722 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535 used request id req-03a1e9cd-3b5a-4318-b34e-3e82f68d6389 2018-12-03 15:21:14,725 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-553ec53c-5a56-4e7e-b138-2e6dac362d3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}723817fa7902a800dc32fae7e2a62d5df7f924c6" 2018-12-03 15:21:14,939 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:14 GMT Server: Apache x-compute-request-id: req-fb2db46b-fe45-4a9f-b12d-e4f97b121a11 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fb2db46b-fe45-4a9f-b12d-e4f97b121a11 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:21:14.000000", "replication_status": null, "snapshot_id": null, "id": "8b50cc99-1147-482e-a994-21ce4d09c535", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-32b1170e-33ed-41c5-8247-65c190254cbe", "bootable": "false", "created_at": "2018-12-03T15:20:36.000000", "volume_type": null}} 2018-12-03 15:21:14,940 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535 used request id req-fb2db46b-fe45-4a9f-b12d-e4f97b121a11 2018-12-03 15:21:14,940 - create_volume - DEBUG - Instance status is - deleting 2018-12-03 15:21:14,940 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 15:21:17,943 - create_volume - DEBUG - Volume status query timeout in 56.779350996 2018-12-03 15:21:17,946 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-553ec53c-5a56-4e7e-b138-2e6dac362d3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}723817fa7902a800dc32fae7e2a62d5df7f924c6" 2018-12-03 15:21:18,664 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:21:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-14b88fef-0625-4412-adcf-f2b6d1733cab x-openstack-request-id: req-14b88fef-0625-4412-adcf-f2b6d1733cab Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 8b50cc99-1147-482e-a994-21ce4d09c535 could not be found.", "code": 404}} 2018-12-03 15:21:18,664 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/8b50cc99-1147-482e-a994-21ce4d09c535 used request id req-14b88fef-0625-4412-adcf-f2b6d1733cab 2018-12-03 15:21:18,665 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 8b50cc99-1147-482e-a994-21ce4d09c535 could not be found. (HTTP 404) (Request-ID: req-14b88fef-0625-4412-adcf-f2b6d1733cab) 2018-12-03 15:21:18,665 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe 2018-12-03 15:21:18,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/2ef7f551-359a-441e-a472-abb61124b067 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3112b9129acfbfedef862096b7e0be9873133e03" 2018-12-03 15:21:18,708 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:21: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-15f8e915-0d9d-422f-b67f-6c6a8080c5fd x-compute-request-id: req-15f8e915-0d9d-422f-b67f-6c6a8080c5fd Content-Length: 0 Content-Type: application/json 2018-12-03 15:21:18,708 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/2ef7f551-359a-441e-a472-abb61124b067 used request id req-15f8e915-0d9d-422f-b67f-6c6a8080c5fd 2018-12-03 15:21:18,709 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-subnet 2018-12-03 15:21:18,709 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-subnet 2018-12-03 15:21:18,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/10b5c3f9-ca38-418b-bd0a-04a62a0d1699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1db1854fde97f9675edd0017787e6630db98e05" 2018-12-03 15:21:20,950 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a84286cf-79d7-4161-a305-a087c3737c8f Date: Mon, 03 Dec 2018 15:21:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:21:20,950 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/10b5c3f9-ca38-418b-bd0a-04a62a0d1699 used request id req-a84286cf-79d7-4161-a305-a087c3737c8f 2018-12-03 15:21:20,951 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-net 2018-12-03 15:21:20,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/396f23f9-bc24-4159-9821-ea9e102d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1db1854fde97f9675edd0017787e6630db98e05" 2018-12-03 15:21:22,255 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b31526f9-2d0b-4c21-81bf-3a430e8c9b7c Date: Mon, 03 Dec 2018 15:21:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:21:22,255 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/396f23f9-bc24-4159-9821-ea9e102d533f used request id req-b31526f9-2d0b-4c21-81bf-3a430e8c9b7c 2018-12-03 15:21:22,256 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-32b1170e-33ed-41c5-8247-65c190254cbe-image 2018-12-03 15:21:22,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a7817732cae5dbb813aa1d4f64acc90257c1900" 2018-12-03 15:21:23,982 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ae451cd3-bd16-4aa9-bbc6-5b527a5354d8 Date: Mon, 03 Dec 2018 15:21:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:21:23,982 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/2ebbd742-1ec6-4638-8ae2-0e3c39b8ab34 used request id req-ae451cd3-bd16-4aa9-bbc6-5b527a5354d8 2018-12-03 15:21:23,984 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:21:23,987 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 15:21:23,987 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:21:23,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:21:24,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:21:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["ISdotx8mQI6E_qU7hYVbjg"], "issued_at": "2018-12-03T15:21:24.000000Z"}} 2018-12-03 15:21:24,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746ef9781a48341cea03b59122a35ee3d3edae14" 2018-12-03 15:21:24,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7266f832-5de1-415b-af47-ab79b780933f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:21:24,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7266f832-5de1-415b-af47-ab79b780933f 2018-12-03 15:21:24,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}746ef9781a48341cea03b59122a35ee3d3edae14" 2018-12-03 15:21:24,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-76f660cc-cfbf-491c-a2fa-b6b05e0342c1 Date: Mon, 03 Dec 2018 15:21:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image"} 2018-12-03 15:21:24,643 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image used request id req-76f660cc-cfbf-491c-a2fa-b6b05e0342c1 2018-12-03 15:21:24,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}746ef9781a48341cea03b59122a35ee3d3edae14" 2018-12-03 15:21:24,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b3d4edca-762e-4473-b914-7a89dbbe3590 Date: Mon, 03 Dec 2018 15:21: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-12-03 15:21:24,802 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-b3d4edca-762e-4473-b914-7a89dbbe3590 2018-12-03 15:21:24,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}746ef9781a48341cea03b59122a35ee3d3edae14" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image"}' 2018-12-03 15:21:25,526 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/a997af95-0634-4e76-96fa-bce12274000d X-Openstack-Request-Id: req-60fc9774-0381-4678-9ef1-91ad7bad9c28 Date: Mon, 03 Dec 2018 15:21:25 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:21:25Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T15:21:25Z", "visibility": "shared", "locations": [], "self": "/v2/images/a997af95-0634-4e76-96fa-bce12274000d", "min_disk": 0, "protected": false, "id": "a997af95-0634-4e76-96fa-bce12274000d", "file": "/v2/images/a997af95-0634-4e76-96fa-bce12274000d/file", "checksum": null, "owner": "1780a9ab51084544804c8f0af535fb81", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:21:25,526 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-60fc9774-0381-4678-9ef1-91ad7bad9c28 2018-12-03 15:21:25,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/a997af95-0634-4e76-96fa-bce12274000d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}746ef9781a48341cea03b59122a35ee3d3edae14" -d '' 2018-12-03 15:21:27,046 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c6cd1058-b873-4d76-b169-a6db7e9bd644 Date: Mon, 03 Dec 2018 15:21:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:21:27,047 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/a997af95-0634-4e76-96fa-bce12274000d/file used request id req-c6cd1058-b873-4d76-b169-a6db7e9bd644 2018-12-03 15:21:27,047 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 15:21:27,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/a997af95-0634-4e76-96fa-bce12274000d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}746ef9781a48341cea03b59122a35ee3d3edae14" 2018-12-03 15:21:27,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-df4ad9c6-0b9f-4efb-8e66-1eb48f44ca2a Date: Mon, 03 Dec 2018 15:21:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:21:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:21:27Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a997af95-0634-4e76-96fa-bce12274000d/snap", "metadata": {}}], "self": "/v2/images/a997af95-0634-4e76-96fa-bce12274000d", "min_disk": 0, "protected": false, "id": "a997af95-0634-4e76-96fa-bce12274000d", "file": "/v2/images/a997af95-0634-4e76-96fa-bce12274000d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a997af95-0634-4e76-96fa-bce12274000d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:21:27,242 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/a997af95-0634-4e76-96fa-bce12274000d used request id req-df4ad9c6-0b9f-4efb-8e66-1eb48f44ca2a 2018-12-03 15:21:27,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}746ef9781a48341cea03b59122a35ee3d3edae14" 2018-12-03 15:21:27,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d7ba0057-68e6-48bd-8aa2-1c9d23790500 Date: Mon, 03 Dec 2018 15:21: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-12-03 15:21:27,418 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-d7ba0057-68e6-48bd-8aa2-1c9d23790500 2018-12-03 15:21:27,421 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image 2018-12-03 15:21:27,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/a997af95-0634-4e76-96fa-bce12274000d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}746ef9781a48341cea03b59122a35ee3d3edae14" 2018-12-03 15:21:27,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-4e94cdbf-ed20-495b-9049-7a023341cc03 Date: Mon, 03 Dec 2018 15:21:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:21:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:21:27Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a997af95-0634-4e76-96fa-bce12274000d/snap", "metadata": {}}], "self": "/v2/images/a997af95-0634-4e76-96fa-bce12274000d", "min_disk": 0, "protected": false, "id": "a997af95-0634-4e76-96fa-bce12274000d", "file": "/v2/images/a997af95-0634-4e76-96fa-bce12274000d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a997af95-0634-4e76-96fa-bce12274000d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:21:27,581 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/a997af95-0634-4e76-96fa-bce12274000d used request id req-4e94cdbf-ed20-495b-9049-7a023341cc03 2018-12-03 15:21:27,582 - create_image - DEBUG - Instance status is - active 2018-12-03 15:21:27,582 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image 2018-12-03 15:21:27,582 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image 2018-12-03 15:21:27,583 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:21:27,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:21:27,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:21:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["0wjO8vZaSoCNmtFHMaZ21w"], "issued_at": "2018-12-03T15:21:27.000000Z"}} 2018-12-03 15:21:27,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a284f83571502b2a1c9fd037397ca501c33dda45" 2018-12-03 15:21:28,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb37fc9d-03fb-44c1-9628-f05251a18ba5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:21:28,047 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bb37fc9d-03fb-44c1-9628-f05251a18ba5 2018-12-03 15:21:28,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a284f83571502b2a1c9fd037397ca501c33dda45" 2018-12-03 15:21:28,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-53a94927-06c5-4277-abab-55ae16ee8248 Date: Mon, 03 Dec 2018 15:21:28 GMT RESP BODY: {"networks":[]} 2018-12-03 15:21:28,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net used request id req-53a94927-06c5-4277-abab-55ae16ee8248 2018-12-03 15:21:28,233 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net 2018-12-03 15:21:28,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a284f83571502b2a1c9fd037397ca501c33dda45" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net", "admin_state_up": true}}' 2018-12-03 15:21:28,722 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-02b27b97-27ab-4203-824c-dc257d2119d7 Date: Mon, 03 Dec 2018 15:21:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1419f1e7-d244-4e0f-9563-a386543c97a6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:21:28Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:28Z","mtu":1450}} 2018-12-03 15:21:28,723 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-02b27b97-27ab-4203-824c-dc257d2119d7 2018-12-03 15:21:28,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a284f83571502b2a1c9fd037397ca501c33dda45" 2018-12-03 15:21:29,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-d8bab162-e8fc-413e-8e11-b56e74225d93 Date: Mon, 03 Dec 2018 15:21:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1419f1e7-d244-4e0f-9563-a386543c97a6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:21:28Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:21:29,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-d8bab162-e8fc-413e-8e11-b56e74225d93 2018-12-03 15:21:29,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a284f83571502b2a1c9fd037397ca501c33dda45" 2018-12-03 15:21:29,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5eb6fb94-67e5-43ab-bed3-5362271db677 Date: Mon, 03 Dec 2018 15:21:29 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:21:29,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-5eb6fb94-67e5-43ab-bed3-5362271db677 2018-12-03 15:21:29,038 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet 2018-12-03 15:21:29,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a284f83571502b2a1c9fd037397ca501c33dda45" -d '{"subnets": [{"ip_version": 4, "network_id": "1419f1e7-d244-4e0f-9563-a386543c97a6", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet"}]}' 2018-12-03 15:21:29,746 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-35fd83a8-581c-4658-b4e6-d68d2c9a266d Date: Mon, 03 Dec 2018 15:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:21:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet"}]} 2018-12-03 15:21:29,746 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-35fd83a8-581c-4658-b4e6-d68d2c9a266d 2018-12-03 15:21:29,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a284f83571502b2a1c9fd037397ca501c33dda45" 2018-12-03 15:21:29,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ee994301-66b2-4480-aa9f-6ee6e676482f Date: Mon, 03 Dec 2018 15:21:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1419f1e7-d244-4e0f-9563-a386543c97a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ac5335a8-bce4-488e-b2a4-ec05a073cde7"],"description":"","tags":[],"updated_at":"2018-12-03T15:21:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:21:29,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-ee994301-66b2-4480-aa9f-6ee6e676482f 2018-12-03 15:21:29,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a284f83571502b2a1c9fd037397ca501c33dda45" 2018-12-03 15:21:29,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ef73a9ce-9102-43fe-93a7-097dad906d57 Date: Mon, 03 Dec 2018 15:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:21:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet"}]} 2018-12-03 15:21:29,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-ef73a9ce-9102-43fe-93a7-097dad906d57 2018-12-03 15:21:29,906 - OpenStackNetwork - DEBUG - Network [1419f1e7-d244-4e0f-9563-a386543c97a6] created successfully 2018-12-03 15:21:29,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:21:29,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:21:30,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:21:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["64YTNwUHSUakQVXK77QbQw"], "issued_at": "2018-12-03T15:21:30.000000Z"}} 2018-12-03 15:21:30,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fa93d14b9ba8f42f844cd98180d9c16383258c" 2018-12-03 15:21:30,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2efbcb7f-bf84-441c-8e93-9d0c75cae25f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:21:30,363 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2efbcb7f-bf84-441c-8e93-9d0c75cae25f 2018-12-03 15:21:30,365 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:21:30,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fa93d14b9ba8f42f844cd98180d9c16383258c" 2018-12-03 15:21:30,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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 x-openstack-request-id: req-0aa4b532-2eb4-4ad6-8e97-af82e2be120f x-compute-request-id: req-0aa4b532-2eb4-4ad6-8e97-af82e2be120f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:21:30,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0aa4b532-2eb4-4ad6-8e97-af82e2be120f 2018-12-03 15:21:30,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fa93d14b9ba8f42f844cd98180d9c16383258c" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-03 15:21:30,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-b62cfd0a-bf52-44aa-b715-0215e1fb17e1 x-compute-request-id: req-b62cfd0a-bf52-44aa-b715-0215e1fb17e1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "name": "NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:21:30,609 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b62cfd0a-bf52-44aa-b715-0215e1fb17e1 2018-12-03 15:21:30,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:21:30,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:21:31,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:21:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["m2nrKUj2S6CK4u4-CSyV2w"], "issued_at": "2018-12-03T15:21:31.000000Z"}} 2018-12-03 15:21:31,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0f3ee0c59b8a9ac6d55c21448840fe2acc52e6" 2018-12-03 15:21:31,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25bc25b0-5399-4b0d-a51c-0aa28b4df8be Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:21:31,089 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-25bc25b0-5399-4b0d-a51c-0aa28b4df8be 2018-12-03 15:21:31,095 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0f3ee0c59b8a9ac6d55c21448840fe2acc52e6" 2018-12-03 15:21:31,284 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:31 GMT Server: Apache x-compute-request-id: req-e5e4a7dc-ce78-4fa3-bd8a-e1587114d1b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e5e4a7dc-ce78-4fa3-bd8a-e1587114d1b8 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 15:21:31,284 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/detail used request id req-e5e4a7dc-ce78-4fa3-bd8a-e1587114d1b8 2018-12-03 15:21:31,287 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e5e4a7dc-ce78-4fa3-bd8a-e1587114d1b8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0f3ee0c59b8a9ac6d55c21448840fe2acc52e6" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf", "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-12-03 15:21:32,196 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:21:31 GMT Server: Apache x-compute-request-id: req-3b471312-f5b6-48b7-9682-8166fc6baac0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3b471312-f5b6-48b7-9682-8166fc6baac0 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T15:21:32.052735", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3bcb72ea-5f16-4247-bce1-db7ac9198715", "size": 1}} 2018-12-03 15:21:32,197 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes used request id req-3b471312-f5b6-48b7-9682-8166fc6baac0 2018-12-03 15:21:32,200 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5e4a7dc-ce78-4fa3-bd8a-e1587114d1b8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0f3ee0c59b8a9ac6d55c21448840fe2acc52e6" 2018-12-03 15:21:32,967 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:32 GMT Server: Apache x-compute-request-id: req-a89ba9c2-0356-4b99-85c5-fb5e2cd87dd2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a89ba9c2-0356-4b99-85c5-fb5e2cd87dd2 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:21:32.000000", "replication_status": null, "snapshot_id": null, "id": "3bcb72ea-5f16-4247-bce1-db7ac9198715", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf", "bootable": "false", "created_at": "2018-12-03T15:21:32.000000", "volume_type": null}} 2018-12-03 15:21:32,967 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715 used request id req-a89ba9c2-0356-4b99-85c5-fb5e2cd87dd2 2018-12-03 15:21:32,968 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf 2018-12-03 15:21:32,971 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5e4a7dc-ce78-4fa3-bd8a-e1587114d1b8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0f3ee0c59b8a9ac6d55c21448840fe2acc52e6" 2018-12-03 15:21:33,180 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:32 GMT Server: Apache x-compute-request-id: req-b41c0c3d-ab9e-4ca0-9d28-cf48eb1e97a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b41c0c3d-ab9e-4ca0-9d28-cf48eb1e97a9 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:21:32.000000", "replication_status": null, "snapshot_id": null, "id": "3bcb72ea-5f16-4247-bce1-db7ac9198715", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf", "bootable": "false", "created_at": "2018-12-03T15:21:32.000000", "volume_type": null}} 2018-12-03 15:21:33,180 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715 used request id req-b41c0c3d-ab9e-4ca0-9d28-cf48eb1e97a9 2018-12-03 15:21:33,180 - create_volume - DEBUG - Instance status is - available 2018-12-03 15:21:33,180 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf 2018-12-03 15:21:33,180 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf 2018-12-03 15:21:33,181 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:21:33,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:21:33,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:21:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["HtO0cZU3QK-Q9MCXAqO7AA"], "issued_at": "2018-12-03T15:21:33.000000Z"}} 2018-12-03 15:21:33,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:33,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15e6401f-f7c1-4aea-99db-0877028a2d5e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:21:33,640 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-15e6401f-f7c1-4aea-99db-0877028a2d5e 2018-12-03 15:21:33,641 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:21:33,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:33,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0ebff20-6fc5-41f3-8ae8-3c6e44759914 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:21:33,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a0ebff20-6fc5-41f3-8ae8-3c6e44759914 2018-12-03 15:21:33,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:33,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a8fde3a9-20ad-4807-83f6-dde2bfc34d27 Date: Mon, 03 Dec 2018 15:21:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1419f1e7-d244-4e0f-9563-a386543c97a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ac5335a8-bce4-488e-b2a4-ec05a073cde7"],"description":"","tags":[],"updated_at":"2018-12-03T15:21:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:21:33,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net used request id req-a8fde3a9-20ad-4807-83f6-dde2bfc34d27 2018-12-03 15:21:33,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:21:33,984 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:21:33,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:34,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c58700d-fdfd-4813-8206-1ba4523451ce 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:21:34,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-2c58700d-fdfd-4813-8206-1ba4523451ce 2018-12-03 15:21:34,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:34,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f626333a-28d0-4dec-b85b-2d8dc153617e Date: Mon, 03 Dec 2018 15:21:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:21:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet"}]} 2018-12-03 15:21:34,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-f626333a-28d0-4dec-b85b-2d8dc153617e 2018-12-03 15:21:34,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6&name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:34,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b30164b4-9fc4-4038-9f1e-249f4c149b7c Date: Mon, 03 Dec 2018 15:21:34 GMT RESP BODY: {"ports":[]} 2018-12-03 15:21:34,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6&name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port&admin_state_up=True used request id req-b30164b4-9fc4-4038-9f1e-249f4c149b7c 2018-12-03 15:21:34,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:34,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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 x-openstack-request-id: req-5e5f712e-d6fe-43e8-8f86-4d44349f9c57 x-compute-request-id: req-5e5f712e-d6fe-43e8-8f86-4d44349f9c57 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 15:21:34,702 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst used request id req-5e5f712e-d6fe-43e8-8f86-4d44349f9c57 2018-12-03 15:21:34,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:35,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-846734fd-847b-45b7-a4a6-fd6c7a39f067 Date: Mon, 03 Dec 2018 15:21:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1419f1e7-d244-4e0f-9563-a386543c97a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ac5335a8-bce4-488e-b2a4-ec05a073cde7"],"description":"","tags":[],"updated_at":"2018-12-03T15:21:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:21:35,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net used request id req-846734fd-847b-45b7-a4a6-fd6c7a39f067 2018-12-03 15:21:35,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:35,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7d59537-205b-4c6c-90a6-dbf5a76cfe73 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:21:35,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-e7d59537-205b-4c6c-90a6-dbf5a76cfe73 2018-12-03 15:21:35,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:35,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-faa522d8-6524-43c2-88f4-44f1053349ca Date: Mon, 03 Dec 2018 15:21:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:21:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet"}]} 2018-12-03 15:21:35,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-faa522d8-6524-43c2-88f4-44f1053349ca 2018-12-03 15:21:35,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6&name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:35,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-59974652-4831-44ae-9043-c0fd5e144bd4 Date: Mon, 03 Dec 2018 15:21:35 GMT RESP BODY: {"ports":[]} 2018-12-03 15:21:35,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6&name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port&admin_state_up=True used request id req-59974652-4831-44ae-9043-c0fd5e144bd4 2018-12-03 15:21:35,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:21:35,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:21:35,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:21:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["0xunK9YfRt6NbSfYLhi0SA"], "issued_at": "2018-12-03T15:21:35.000000Z"}} 2018-12-03 15:21:35,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f092c032eecff299daa2fb32ec2dfe424b767f2" 2018-12-03 15:21:36,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d641289d-8d5a-47c6-8f87-f3da40a2f589 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:21:36,037 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d641289d-8d5a-47c6-8f87-f3da40a2f589 2018-12-03 15:21:36,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:36,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2313083b-d4e1-4935-9dd5-338ea8650ee8 Date: Mon, 03 Dec 2018 15:21:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1419f1e7-d244-4e0f-9563-a386543c97a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ac5335a8-bce4-488e-b2a4-ec05a073cde7"],"description":"","tags":[],"updated_at":"2018-12-03T15:21:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:21:36,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net used request id req-2313083b-d4e1-4935-9dd5-338ea8650ee8 2018-12-03 15:21:36,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:36,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9ca1a037-1f6f-43d3-b8ae-8b17ad954e21 Date: Mon, 03 Dec 2018 15:21:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:21:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet"}]} 2018-12-03 15:21:36,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-9ca1a037-1f6f-43d3-b8ae-8b17ad954e21 2018-12-03 15:21:36,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:36,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a96f211b-abfb-4557-8d46-eb7ea05ef8f3 Date: Mon, 03 Dec 2018 15:21:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1419f1e7-d244-4e0f-9563-a386543c97a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ac5335a8-bce4-488e-b2a4-ec05a073cde7"],"description":"","tags":[],"updated_at":"2018-12-03T15:21:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:21:36,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net used request id req-a96f211b-abfb-4557-8d46-eb7ea05ef8f3 2018-12-03 15:21:36,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:21:36,731 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:21:36,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f092c032eecff299daa2fb32ec2dfe424b767f2" 2018-12-03 15:21:36,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2bf3ec2-9d5c-474f-aa65-1348bdefffca 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:21:36,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-f2bf3ec2-9d5c-474f-aa65-1348bdefffca 2018-12-03 15:21:36,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:36,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b9ec2b3b-4cbf-48c2-8b81-a6c1a4219bf6 Date: Mon, 03 Dec 2018 15:21:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:21:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet"}]} 2018-12-03 15:21:36,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-b9ec2b3b-4cbf-48c2-8b81-a6c1a4219bf6 2018-12-03 15:21:36,862 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net 2018-12-03 15:21:36,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" -d '{"port": {"network_id": "1419f1e7-d244-4e0f-9563-a386543c97a6", "name": "NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port", "admin_state_up": true}}' 2018-12-03 15:21:37,657 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-51f549b0-5183-4a94-a816-dcca76de0d03 Date: Mon, 03 Dec 2018 15:21:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:37Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.8"}],"id":"5b22da6c-2340-4906-a53e-c1f9113c3329","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ba:95:9a","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port","project_id":"1780a9ab51084544804c8f0af535fb81","qos_policy_id":null,"admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:37Z","binding:vnic_type":"normal"}} 2018-12-03 15:21:37,657 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-51f549b0-5183-4a94-a816-dcca76de0d03 2018-12-03 15:21:37,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:37,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7af4224c-cdb6-47dc-9d01-ad332efdf821 Date: Mon, 03 Dec 2018 15:21:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1419f1e7-d244-4e0f-9563-a386543c97a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ac5335a8-bce4-488e-b2a4-ec05a073cde7"],"description":"","tags":[],"updated_at":"2018-12-03T15:21:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:21:37,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net used request id req-7af4224c-cdb6-47dc-9d01-ad332efdf821 2018-12-03 15:21:37,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:37,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b0a12e5-5482-4bdd-8dc1-d536846e4aa3 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:21:37,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-0b0a12e5-5482-4bdd-8dc1-d536846e4aa3 2018-12-03 15:21:37,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:38,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-48f8486e-61ea-465b-a427-95d2f72809bd Date: Mon, 03 Dec 2018 15:21:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:21:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet"}]} 2018-12-03 15:21:38,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-48f8486e-61ea-465b-a427-95d2f72809bd 2018-12-03 15:21:38,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6&name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:38,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-71ec5c29-b1fc-4c0e-93db-25012bb5a5b9 Date: Mon, 03 Dec 2018 15:21:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:37Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.8"}],"id":"5b22da6c-2340-4906-a53e-c1f9113c3329","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ba:95:9a","project_id":"1780a9ab51084544804c8f0af535fb81","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:37Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 15:21:38,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6&name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port&admin_state_up=True used request id req-71ec5c29-b1fc-4c0e-93db-25012bb5a5b9 2018-12-03 15:21:38,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:38,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44be6464-637b-4d7b-9aa8-8d333fb6c59a 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:21:38,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-44be6464-637b-4d7b-9aa8-8d333fb6c59a 2018-12-03 15:21:38,338 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst 2018-12-03 15:21:38,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:38,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-1954d59f-775c-4cc2-80ca-0a21de473665 x-compute-request-id: req-1954d59f-775c-4cc2-80ca-0a21de473665 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-flavor"}]} 2018-12-03 15:21:38,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-1954d59f-775c-4cc2-80ca-0a21de473665 2018-12-03 15:21:38,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:38,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-78feb4d0-ad8e-4427-85b9-e22a5c2167e7 x-compute-request-id: req-78feb4d0-ad8e-4427-85b9-e22a5c2167e7 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "name": "NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:21:38,390 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74 used request id req-78feb4d0-ad8e-4427-85b9-e22a5c2167e7 2018-12-03 15:21:38,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:38,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-ce9e86c6-844f-4146-ac65-19cadf166115 Date: Mon, 03 Dec 2018 15:21:38 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:21:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:21:27Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a997af95-0634-4e76-96fa-bce12274000d/snap", "metadata": {}}], "self": "/v2/images/a997af95-0634-4e76-96fa-bce12274000d", "min_disk": 0, "protected": false, "id": "a997af95-0634-4e76-96fa-bce12274000d", "file": "/v2/images/a997af95-0634-4e76-96fa-bce12274000d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a997af95-0634-4e76-96fa-bce12274000d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image"} 2018-12-03 15:21:38,581 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image used request id req-ce9e86c6-844f-4146-ac65-19cadf166115 2018-12-03 15:21:38,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:38,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-313a52fd-70da-481f-88f5-d79bfb1d6992 Date: Mon, 03 Dec 2018 15:21: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-12-03 15:21:38,816 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-313a52fd-70da-481f-88f5-d79bfb1d6992 2018-12-03 15:21:38,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst", "imageRef": "a997af95-0634-4e76-96fa-bce12274000d", "flavorRef": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "max_count": 1, "min_count": 1, "networks": [{"port": "5b22da6c-2340-4906-a53e-c1f9113c3329"}]}}' 2018-12-03 15:21:40,720 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 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 x-openstack-request-id: req-cfc18fdb-dc87-4dd4-82e5-395b686d59fc x-compute-request-id: req-cfc18fdb-dc87-4dd4-82e5-395b686d59fc Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "bookmark"}], "adminPass": "A4ux2fWTqCtp"}} 2018-12-03 15:21:40,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-cfc18fdb-dc87-4dd4-82e5-395b686d59fc 2018-12-03 15:21:40,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:41,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21: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-6378843f-71bd-40b5-8dc0-b84e7bb98c4f x-compute-request-id: req-6378843f-71bd-40b5-8dc0-b84e7bb98c4f Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "bookmark"}], "image": {"id": "a997af95-0634-4e76-96fa-bce12274000d", "links": [{"href": "http://172.30.9.30:8774/images/a997af95-0634-4e76-96fa-bce12274000d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "links": [{"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}]}, "id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "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-12-03T15:21:40Z", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst", "created": "2018-12-03T15:21:40Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:21:41,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-6378843f-71bd-40b5-8dc0-b84e7bb98c4f 2018-12-03 15:21:41,110 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst 2018-12-03 15:21:41,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:41,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faf1ae5f-6834-415c-80ea-e309324526d2 x-compute-request-id: req-faf1ae5f-6834-415c-80ea-e309324526d2 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.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "bookmark"}], "image": {"id": "a997af95-0634-4e76-96fa-bce12274000d", "links": [{"href": "http://172.30.9.30:8774/images/a997af95-0634-4e76-96fa-bce12274000d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "links": [{"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}]}, "id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "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-12-03T15:21:41Z", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst", "created": "2018-12-03T15:21:40Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:21:41,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-faf1ae5f-6834-415c-80ea-e309324526d2 2018-12-03 15:21:41,472 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst] is - BUILD 2018-12-03 15:21:41,472 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:21:44,475 - create_instance - DEBUG - VM status query timeout in 896.634963036 2018-12-03 15:21:44,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:45,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21: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-bd92cfe6-a43a-4c8d-b7df-da6aeebd2e93 x-compute-request-id: req-bd92cfe6-a43a-4c8d-b7df-da6aeebd2e93 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:95:9a", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "bookmark"}], "image": {"id": "a997af95-0634-4e76-96fa-bce12274000d", "links": [{"href": "http://172.30.9.30:8774/images/a997af95-0634-4e76-96fa-bce12274000d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "links": [{"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}]}, "id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:21:41Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst", "created": "2018-12-03T15:21:40Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:21:45,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-bd92cfe6-a43a-4c8d-b7df-da6aeebd2e93 2018-12-03 15:21:45,071 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst] is - BUILD 2018-12-03 15:21:45,071 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:21:48,074 - create_instance - DEBUG - VM status query timeout in 893.036290169 2018-12-03 15:21:48,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:48,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21: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-39feb24a-5215-4562-a0ce-3dfa014f99a9 x-compute-request-id: req-39feb24a-5215-4562-a0ce-3dfa014f99a9 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:95:9a", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "bookmark"}], "image": {"id": "a997af95-0634-4e76-96fa-bce12274000d", "links": [{"href": "http://172.30.9.30:8774/images/a997af95-0634-4e76-96fa-bce12274000d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-03T15:21:46.000000", "flavor": {"id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "links": [{"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}]}, "id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:21:46Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst", "created": "2018-12-03T15:21:40Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:21:48,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-39feb24a-5215-4562-a0ce-3dfa014f99a9 2018-12-03 15:21:48,828 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst] is - ACTIVE 2018-12-03 15:21:48,828 - create_instance - INFO - VM is - ACTIVE 2018-12-03 15:21:48,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:49,134 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21: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-2251191e-e59c-4ab1-82f3-4537ffb8ea22 x-compute-request-id: req-2251191e-e59c-4ab1-82f3-4537ffb8ea22 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:95:9a", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "bookmark"}], "image": {"id": "a997af95-0634-4e76-96fa-bce12274000d", "links": [{"href": "http://172.30.9.30:8774/images/a997af95-0634-4e76-96fa-bce12274000d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-03T15:21:46.000000", "flavor": {"id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "links": [{"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}]}, "id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:21:46Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst", "created": "2018-12-03T15:21:40Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:21:49,134 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-2251191e-e59c-4ab1-82f3-4537ffb8ea22 2018-12-03 15:21:49,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:49,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e92b5bc3-41bb-4f1d-a0fd-c31e67447e2f Date: Mon, 03 Dec 2018 15:21:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1419f1e7-d244-4e0f-9563-a386543c97a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ac5335a8-bce4-488e-b2a4-ec05a073cde7"],"description":"","tags":[],"updated_at":"2018-12-03T15:21:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:21:49,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net used request id req-e92b5bc3-41bb-4f1d-a0fd-c31e67447e2f 2018-12-03 15:21:49,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:49,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb35d762-94a1-4e54-a3b4-b3af41af8567 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:21:49,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-bb35d762-94a1-4e54-a3b4-b3af41af8567 2018-12-03 15:21:49,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:49,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-74fb8996-29c9-4fdb-8834-f43c19b2a43b Date: Mon, 03 Dec 2018 15:21:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:21:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet"}]} 2018-12-03 15:21:49,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-74fb8996-29c9-4fdb-8834-f43c19b2a43b 2018-12-03 15:21:49,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:49,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-1d69da89-877c-4dca-9905-dfede79ab71c Date: Mon, 03 Dec 2018 15:21:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.8"}],"id":"5b22da6c-2340-4906-a53e-c1f9113c3329","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ba:95:9a","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:37Z","binding:vnic_type":"normal","device_id":"36425c8c-a037-4bb7-aeb0-8fb80c9626ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.4"}],"id":"784d9f25-a6c0-4557-b18e-f17c7864c249","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:e9:2b","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1419f1e7-d244-4e0f-9563-a386543c97a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.2"}],"id":"96fcd2da-8520-4bdb-af16-6d3d49860d00","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:be:c3:b4","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1419f1e7-d244-4e0f-9563-a386543c97a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.3"}],"id":"d395bb83-e8c5-478f-a6de-c2d34d08a983","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:a6:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1419f1e7-d244-4e0f-9563-a386543c97a6"}]} 2018-12-03 15:21:49,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-1d69da89-877c-4dca-9905-dfede79ab71c 2018-12-03 15:21:49,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:21:49,963 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:21:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["0hUKz5mORWipH4T9r6Aa0g"], "issued_at": "2018-12-03T15:21:49.000000Z"}} 2018-12-03 15:21:49,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" 2018-12-03 15:21:50,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cb15c19-b1c1-4ed8-a691-9ff7841b75b1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:21:50,045 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9cb15c19-b1c1-4ed8-a691-9ff7841b75b1 2018-12-03 15:21:50,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:50,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-5a800732-a16b-4817-b506-321ae95810db x-compute-request-id: req-5a800732-a16b-4817-b506-321ae95810db Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:95:9a", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "bookmark"}], "image": {"id": "a997af95-0634-4e76-96fa-bce12274000d", "links": [{"href": "http://172.30.9.30:8774/images/a997af95-0634-4e76-96fa-bce12274000d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-03T15:21:46.000000", "flavor": {"id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "links": [{"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}]}, "id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:21:46Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst", "created": "2018-12-03T15:21:40Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:21:50,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-5a800732-a16b-4817-b506-321ae95810db 2018-12-03 15:21:50,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:50,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-475fcd27-c80f-4185-9aca-c5a8e864bf48 Date: Mon, 03 Dec 2018 15:21:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1419f1e7-d244-4e0f-9563-a386543c97a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ac5335a8-bce4-488e-b2a4-ec05a073cde7"],"description":"","tags":[],"updated_at":"2018-12-03T15:21:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:21:50,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net used request id req-475fcd27-c80f-4185-9aca-c5a8e864bf48 2018-12-03 15:21:50,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:50,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ca810a6-5fdc-4540-a51d-472a4ca5096a 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:21:50,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-0ca810a6-5fdc-4540-a51d-472a4ca5096a 2018-12-03 15:21:50,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:51,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a8d71fc6-b4a8-49b1-a4f2-abe8e7dfdda7 Date: Mon, 03 Dec 2018 15:21:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:21:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet"}]} 2018-12-03 15:21:51,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-a8d71fc6-b4a8-49b1-a4f2-abe8e7dfdda7 2018-12-03 15:21:51,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:51,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-93ad3d31-04b2-4e79-85cc-483a941ea4dd Date: Mon, 03 Dec 2018 15:21:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.8"}],"id":"5b22da6c-2340-4906-a53e-c1f9113c3329","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ba:95:9a","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:37Z","binding:vnic_type":"normal","device_id":"36425c8c-a037-4bb7-aeb0-8fb80c9626ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.4"}],"id":"784d9f25-a6c0-4557-b18e-f17c7864c249","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:e9:2b","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1419f1e7-d244-4e0f-9563-a386543c97a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.2"}],"id":"96fcd2da-8520-4bdb-af16-6d3d49860d00","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:be:c3:b4","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1419f1e7-d244-4e0f-9563-a386543c97a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.3"}],"id":"d395bb83-e8c5-478f-a6de-c2d34d08a983","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:a6:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1419f1e7-d244-4e0f-9563-a386543c97a6"}]} 2018-12-03 15:21:51,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-93ad3d31-04b2-4e79-85cc-483a941ea4dd 2018-12-03 15:21:51,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" -d '{"volumeAttachment": {"volumeId": "3bcb72ea-5f16-4247-bce1-db7ac9198715"}}' 2018-12-03 15:21:53,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21: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-789254c4-f1fd-42a3-b220-bfcfd3a61a15 x-compute-request-id: req-789254c4-f1fd-42a3-b220-bfcfd3a61a15 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "id": "3bcb72ea-5f16-4247-bce1-db7ac9198715", "volumeId": "3bcb72ea-5f16-4247-bce1-db7ac9198715"}} 2018-12-03 15:21:53,231 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad/os-volume_attachments used request id req-789254c4-f1fd-42a3-b220-bfcfd3a61a15 2018-12-03 15:21:53,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" 2018-12-03 15:21:53,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21: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-dea5d386-efc6-45e5-9844-80e0e6c50001 x-compute-request-id: req-dea5d386-efc6-45e5-9844-80e0e6c50001 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:95:9a", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "bookmark"}], "image": {"id": "a997af95-0634-4e76-96fa-bce12274000d", "links": [{"href": "http://172.30.9.30:8774/images/a997af95-0634-4e76-96fa-bce12274000d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-03T15:21:46.000000", "flavor": {"id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "links": [{"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}]}, "id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:21:46Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst", "created": "2018-12-03T15:21:40Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [{"id": "3bcb72ea-5f16-4247-bce1-db7ac9198715"}], "metadata": {}}} 2018-12-03 15:21:53,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-dea5d386-efc6-45e5-9844-80e0e6c50001 2018-12-03 15:21:53,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" 2018-12-03 15:21:54,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fcac143a-4c9e-475d-81e6-f4ff9fefc25a Date: Mon, 03 Dec 2018 15:21:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1419f1e7-d244-4e0f-9563-a386543c97a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ac5335a8-bce4-488e-b2a4-ec05a073cde7"],"description":"","tags":[],"updated_at":"2018-12-03T15:21:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:21:54,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net used request id req-fcac143a-4c9e-475d-81e6-f4ff9fefc25a 2018-12-03 15:21:54,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:21:54,063 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:21:54,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" 2018-12-03 15:21:54,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2829f0ed-d492-4750-a05c-f85cdb52c530 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:21:54,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-2829f0ed-d492-4750-a05c-f85cdb52c530 2018-12-03 15:21:54,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" 2018-12-03 15:21:54,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a20fb6bf-d930-49fa-949a-8336a2f964f6 Date: Mon, 03 Dec 2018 15:21:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:21:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet"}]} 2018-12-03 15:21:54,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-a20fb6bf-d930-49fa-949a-8336a2f964f6 2018-12-03 15:21:54,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" 2018-12-03 15:21:54,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-46920600-632b-405c-9517-28a5b007e18b Date: Mon, 03 Dec 2018 15:21:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.8"}],"id":"5b22da6c-2340-4906-a53e-c1f9113c3329","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ba:95:9a","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:37Z","binding:vnic_type":"normal","device_id":"36425c8c-a037-4bb7-aeb0-8fb80c9626ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.4"}],"id":"784d9f25-a6c0-4557-b18e-f17c7864c249","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:e9:2b","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1419f1e7-d244-4e0f-9563-a386543c97a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.2"}],"id":"96fcd2da-8520-4bdb-af16-6d3d49860d00","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:be:c3:b4","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1419f1e7-d244-4e0f-9563-a386543c97a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.3"}],"id":"d395bb83-e8c5-478f-a6de-c2d34d08a983","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:a6:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1419f1e7-d244-4e0f-9563-a386543c97a6"}]} 2018-12-03 15:21:54,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-46920600-632b-405c-9517-28a5b007e18b 2018-12-03 15:21:54,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" 2018-12-03 15:21:54,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aad2e080-70f7-4686-8cd3-62cdc4902ea8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:21:54,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-aad2e080-70f7-4686-8cd3-62cdc4902ea8 2018-12-03 15:21:54,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:55,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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,Accept-Encoding x-openstack-request-id: req-3edeb924-d60d-40f0-9762-26515529ae95 x-compute-request-id: req-3edeb924-d60d-40f0-9762-26515529ae95 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:95:9a", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "bookmark"}], "image": {"id": "a997af95-0634-4e76-96fa-bce12274000d", "links": [{"href": "http://172.30.9.30:8774/images/a997af95-0634-4e76-96fa-bce12274000d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-03T15:21:46.000000", "flavor": {"id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "links": [{"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}]}, "id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:21:46Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst", "created": "2018-12-03T15:21:40Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [{"id": "3bcb72ea-5f16-4247-bce1-db7ac9198715"}], "metadata": {}}} 2018-12-03 15:21:55,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-3edeb924-d60d-40f0-9762-26515529ae95 2018-12-03 15:21:55,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:55,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-08a25850-37d8-4e9b-a0a3-287af06ac9cb Date: Mon, 03 Dec 2018 15:21:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1419f1e7-d244-4e0f-9563-a386543c97a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ac5335a8-bce4-488e-b2a4-ec05a073cde7"],"description":"","tags":[],"updated_at":"2018-12-03T15:21:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:21:55,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net used request id req-08a25850-37d8-4e9b-a0a3-287af06ac9cb 2018-12-03 15:21:55,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:55,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-613e38ba-6d7d-4e75-bb81-38734fa2b6da 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:21:55,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-613e38ba-6d7d-4e75-bb81-38734fa2b6da 2018-12-03 15:21:55,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:55,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-defa9c4b-6241-4ddf-88ed-69a852e4ef69 Date: Mon, 03 Dec 2018 15:21:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:21:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet"}]} 2018-12-03 15:21:55,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-defa9c4b-6241-4ddf-88ed-69a852e4ef69 2018-12-03 15:21:55,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:55,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-e841712a-3ae4-4d77-acfe-5b0bfb3508a7 Date: Mon, 03 Dec 2018 15:21:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.8"}],"id":"5b22da6c-2340-4906-a53e-c1f9113c3329","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ba:95:9a","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:37Z","binding:vnic_type":"normal","device_id":"36425c8c-a037-4bb7-aeb0-8fb80c9626ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.4"}],"id":"784d9f25-a6c0-4557-b18e-f17c7864c249","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:e9:2b","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1419f1e7-d244-4e0f-9563-a386543c97a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.2"}],"id":"96fcd2da-8520-4bdb-af16-6d3d49860d00","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:be:c3:b4","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1419f1e7-d244-4e0f-9563-a386543c97a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.3"}],"id":"d395bb83-e8c5-478f-a6de-c2d34d08a983","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:a6:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1419f1e7-d244-4e0f-9563-a386543c97a6"}]} 2018-12-03 15:21:55,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-e841712a-3ae4-4d77-acfe-5b0bfb3508a7 2018-12-03 15:21:55,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" 2018-12-03 15:21:56,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0abf70af-bc85-4db2-a801-bfc051890b34 x-compute-request-id: req-0abf70af-bc85-4db2-a801-bfc051890b34 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:95:9a", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "bookmark"}], "image": {"id": "a997af95-0634-4e76-96fa-bce12274000d", "links": [{"href": "http://172.30.9.30:8774/images/a997af95-0634-4e76-96fa-bce12274000d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-03T15:21:46.000000", "flavor": {"id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "links": [{"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}]}, "id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:21:54Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst", "created": "2018-12-03T15:21:40Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [{"id": "3bcb72ea-5f16-4247-bce1-db7ac9198715"}], "metadata": {}}} 2018-12-03 15:21:56,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-0abf70af-bc85-4db2-a801-bfc051890b34 2018-12-03 15:21:56,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" 2018-12-03 15:21:56,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-820612ec-9a67-4690-8564-dd45c92da380 Date: Mon, 03 Dec 2018 15:21:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1419f1e7-d244-4e0f-9563-a386543c97a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ac5335a8-bce4-488e-b2a4-ec05a073cde7"],"description":"","tags":[],"updated_at":"2018-12-03T15:21:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:21:56,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net used request id req-820612ec-9a67-4690-8564-dd45c92da380 2018-12-03 15:21:56,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" 2018-12-03 15:21:56,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72a1c61d-5789-4a94-9e64-a17a7486ebb2 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:21:56,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-72a1c61d-5789-4a94-9e64-a17a7486ebb2 2018-12-03 15:21:56,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" 2018-12-03 15:21:56,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6e6e76d1-9109-44db-bb01-98c2def6264b Date: Mon, 03 Dec 2018 15:21:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:21:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet"}]} 2018-12-03 15:21:56,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-6e6e76d1-9109-44db-bb01-98c2def6264b 2018-12-03 15:21:56,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" 2018-12-03 15:21:56,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-1ee7ca3d-e2ce-4f0f-94ac-0fff21ce0a70 Date: Mon, 03 Dec 2018 15:21:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.8"}],"id":"5b22da6c-2340-4906-a53e-c1f9113c3329","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ba:95:9a","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:37Z","binding:vnic_type":"normal","device_id":"36425c8c-a037-4bb7-aeb0-8fb80c9626ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.4"}],"id":"784d9f25-a6c0-4557-b18e-f17c7864c249","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:e9:2b","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1419f1e7-d244-4e0f-9563-a386543c97a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.2"}],"id":"96fcd2da-8520-4bdb-af16-6d3d49860d00","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:be:c3:b4","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1419f1e7-d244-4e0f-9563-a386543c97a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.3"}],"id":"d395bb83-e8c5-478f-a6de-c2d34d08a983","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:a6:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1419f1e7-d244-4e0f-9563-a386543c97a6"}]} 2018-12-03 15:21:56,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-1ee7ca3d-e2ce-4f0f-94ac-0fff21ce0a70 2018-12-03 15:21:56,890 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" 2018-12-03 15:21:57,735 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:56 GMT Server: Apache x-compute-request-id: req-8a2a8b4d-f997-4640-ab17-7f0df93cbe72 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8a2a8b4d-f997-4640-ab17-7f0df93cbe72 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "attachment_id": "9a92c7b0-f312-46b8-96c3-72d0609989c2", "attached_at": "2018-12-03T15:21:54.000000", "host_name": null, "volume_id": "3bcb72ea-5f16-4247-bce1-db7ac9198715", "device": "/dev/vdb", "id": "3bcb72ea-5f16-4247-bce1-db7ac9198715"}], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:21:54.000000", "replication_status": null, "snapshot_id": null, "id": "3bcb72ea-5f16-4247-bce1-db7ac9198715", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf", "bootable": "false", "created_at": "2018-12-03T15:21:32.000000", "volume_type": null}} 2018-12-03 15:21:57,735 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715 used request id req-8a2a8b4d-f997-4640-ab17-7f0df93cbe72 2018-12-03 15:21:57,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:58,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21: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-eba08c5e-333f-4ced-b71a-7f556511844c x-compute-request-id: req-eba08c5e-333f-4ced-b71a-7f556511844c Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:95:9a", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "bookmark"}], "image": {"id": "a997af95-0634-4e76-96fa-bce12274000d", "links": [{"href": "http://172.30.9.30:8774/images/a997af95-0634-4e76-96fa-bce12274000d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-03T15:21:46.000000", "flavor": {"id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "links": [{"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}]}, "id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:21:54Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst", "created": "2018-12-03T15:21:40Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [{"id": "3bcb72ea-5f16-4247-bce1-db7ac9198715"}], "metadata": {}}} 2018-12-03 15:21:58,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-eba08c5e-333f-4ced-b71a-7f556511844c 2018-12-03 15:21:58,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:58,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-70bb1860-e990-40a3-b252-3e3f02e5206e Date: Mon, 03 Dec 2018 15:21:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1419f1e7-d244-4e0f-9563-a386543c97a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["ac5335a8-bce4-488e-b2a4-ec05a073cde7"],"description":"","tags":[],"updated_at":"2018-12-03T15:21:29Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:28Z","provider:network_type":"vxlan"}]} 2018-12-03 15:21:58,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net used request id req-70bb1860-e990-40a3-b252-3e3f02e5206e 2018-12-03 15:21:58,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:58,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:21:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16456c84-a4f2-492c-ae31-8b15ba86ad0a 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:21:58,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-16456c84-a4f2-492c-ae31-8b15ba86ad0a 2018-12-03 15:21:58,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:58,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-15b352a1-fa69-47a9-87a8-7adf0a564bc3 Date: Mon, 03 Dec 2018 15:21:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","dns_nameservers":[],"updated_at":"2018-12-03T15:21:29Z","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":"1780a9ab51084544804c8f0af535fb81","id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet"}]} 2018-12-03 15:21:58,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-15b352a1-fa69-47a9-87a8-7adf0a564bc3 2018-12-03 15:21:58,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:21:58,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-074254d1-3029-4486-b806-ed5356d1f1f9 Date: Mon, 03 Dec 2018 15:21:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.8"}],"id":"5b22da6c-2340-4906-a53e-c1f9113c3329","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ba:95:9a","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:37Z","binding:vnic_type":"normal","device_id":"36425c8c-a037-4bb7-aeb0-8fb80c9626ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.4"}],"id":"784d9f25-a6c0-4557-b18e-f17c7864c249","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:e9:2b","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1419f1e7-d244-4e0f-9563-a386543c97a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.2"}],"id":"96fcd2da-8520-4bdb-af16-6d3d49860d00","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:be:c3:b4","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1419f1e7-d244-4e0f-9563-a386543c97a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:21:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac5335a8-bce4-488e-b2a4-ec05a073cde7","ip_address":"10.55.0.3"}],"id":"d395bb83-e8c5-478f-a6de-c2d34d08a983","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:a6:78","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1419f1e7-d244-4e0f-9563-a386543c97a6","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:21:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1419f1e7-d244-4e0f-9563-a386543c97a6"}]} 2018-12-03 15:21:58,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-074254d1-3029-4486-b806-ed5356d1f1f9 2018-12-03 15:21:58,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad/os-volume_attachments/3bcb72ea-5f16-4247-bce1-db7ac9198715 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36b80d067c006c7eef3603c675bfd8231fe589dc" 2018-12-03 15:22:00,381 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:21: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-20003acd-2a6d-4b1f-b497-16caa9a796b1 x-compute-request-id: req-20003acd-2a6d-4b1f-b497-16caa9a796b1 Content-Length: 0 Content-Type: application/json 2018-12-03 15:22:00,381 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad/os-volume_attachments/3bcb72ea-5f16-4247-bce1-db7ac9198715 used request id req-20003acd-2a6d-4b1f-b497-16caa9a796b1 2018-12-03 15:22:00,381 - create_instance - INFO - Deleting Port with ID - 5b22da6c-2340-4906-a53e-c1f9113c3329 2018-12-03 15:22:00,381 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-port 2018-12-03 15:22:00,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/5b22da6c-2340-4906-a53e-c1f9113c3329 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:22:00,884 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f30e32da-b710-46fb-9de6-0ca2ef975983 Date: Mon, 03 Dec 2018 15:22:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:22:00,884 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/5b22da6c-2340-4906-a53e-c1f9113c3329 used request id req-f30e32da-b710-46fb-9de6-0ca2ef975983 2018-12-03 15:22:00,885 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst 2018-12-03 15:22:00,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:22:01,067 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:22: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-078da013-11a6-40d7-9c73-1e7b25d22a29 x-compute-request-id: req-078da013-11a6-40d7-9c73-1e7b25d22a29 Content-Type: application/json 2018-12-03 15:22:01,067 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-078da013-11a6-40d7-9c73-1e7b25d22a29 2018-12-03 15:22:01,068 - create_instance - INFO - Checking deletion status 2018-12-03 15:22:01,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:22:01,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-a6497f18-7b38-4497-b142-9aeca052f51c x-compute-request-id: req-a6497f18-7b38-4497-b142-9aeca052f51c Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:95:9a", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "bookmark"}], "image": {"id": "a997af95-0634-4e76-96fa-bce12274000d", "links": [{"href": "http://172.30.9.30:8774/images/a997af95-0634-4e76-96fa-bce12274000d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-03T15:21:46.000000", "flavor": {"id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "links": [{"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}]}, "id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:22:00Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst", "created": "2018-12-03T15:21:40Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [{"id": "3bcb72ea-5f16-4247-bce1-db7ac9198715"}], "metadata": {}}} 2018-12-03 15:22:01,457 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-a6497f18-7b38-4497-b142-9aeca052f51c 2018-12-03 15:22:01,458 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst] is - ACTIVE 2018-12-03 15:22:01,458 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:22:04,461 - create_instance - DEBUG - VM status query timeout in 296.606729984 2018-12-03 15:22:04,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:22:04,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-18628966-464c-433e-bb80-0761bed6100e x-compute-request-id: req-18628966-464c-433e-bb80-0761bed6100e 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.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "bookmark"}], "image": {"id": "a997af95-0634-4e76-96fa-bce12274000d", "links": [{"href": "http://172.30.9.30:8774/images/a997af95-0634-4e76-96fa-bce12274000d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-03T15:21:46.000000", "flavor": {"id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "links": [{"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}]}, "id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:22:00Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst", "created": "2018-12-03T15:21:40Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:22:04,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-18628966-464c-433e-bb80-0761bed6100e 2018-12-03 15:22:04,884 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst] is - ACTIVE 2018-12-03 15:22:04,884 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:22:07,887 - create_instance - DEBUG - VM status query timeout in 293.180749178 2018-12-03 15:22:07,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:22:08,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-b010742a-0b08-474f-a6a6-9a735d58d75a x-compute-request-id: req-b010742a-0b08-474f-a6a6-9a735d58d75a Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "rel": "bookmark"}], "image": {"id": "a997af95-0634-4e76-96fa-bce12274000d", "links": [{"href": "http://172.30.9.30:8774/images/a997af95-0634-4e76-96fa-bce12274000d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-03T15:21:46.000000", "flavor": {"id": "41fbbe00-83cd-4028-bb78-0c21f3001a74", "links": [{"href": "http://172.30.9.30:8774/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74", "rel": "bookmark"}]}, "id": "36425c8c-a037-4bb7-aeb0-8fb80c9626ad", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:22:06Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst", "created": "2018-12-03T15:21:40Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:22:08,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-b010742a-0b08-474f-a6a6-9a735d58d75a 2018-12-03 15:22:08,271 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst] is - ACTIVE 2018-12-03 15:22:08,271 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:22:11,275 - create_instance - DEBUG - VM status query timeout in 289.793399096 2018-12-03 15:22:11,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2e9516fa53ffc5d56248026c27ce32606d5483" 2018-12-03 15:22:11,462 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:22: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-af6fd566-63aa-4831-b259-43a1cc0d8978 x-compute-request-id: req-af6fd566-63aa-4831-b259-43a1cc0d8978 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 36425c8c-a037-4bb7-aeb0-8fb80c9626ad could not be found.", "code": 404}} 2018-12-03 15:22:11,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/36425c8c-a037-4bb7-aeb0-8fb80c9626ad used request id req-af6fd566-63aa-4831-b259-43a1cc0d8978 2018-12-03 15:22:11,463 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 36425c8c-a037-4bb7-aeb0-8fb80c9626ad could not be found. (HTTP 404) (Request-ID: req-af6fd566-63aa-4831-b259-43a1cc0d8978) 2018-12-03 15:22:11,463 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-vm_inst 2018-12-03 15:22:11,467 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5e4a7dc-ce78-4fa3-bd8a-e1587114d1b8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0f3ee0c59b8a9ac6d55c21448840fe2acc52e6" 2018-12-03 15:22:11,828 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:11 GMT Server: Apache x-compute-request-id: req-2723b8df-bfde-482a-80a7-643c5cba07da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2723b8df-bfde-482a-80a7-643c5cba07da Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:22:08.000000", "replication_status": null, "snapshot_id": null, "id": "3bcb72ea-5f16-4247-bce1-db7ac9198715", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-7d3db6cb-9fd1-4141-9218-f39ad4f12edf", "bootable": "false", "created_at": "2018-12-03T15:21:32.000000", "volume_type": null}} 2018-12-03 15:22:11,828 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715 used request id req-2723b8df-bfde-482a-80a7-643c5cba07da 2018-12-03 15:22:11,829 - create_volume - DEBUG - Instance status is - available 2018-12-03 15:22:11,829 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf 2018-12-03 15:22:11,829 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf 2018-12-03 15:22:11,832 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5e4a7dc-ce78-4fa3-bd8a-e1587114d1b8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0f3ee0c59b8a9ac6d55c21448840fe2acc52e6" 2018-12-03 15:22:12,091 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:22:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eeebc0fc-2d9c-4fbe-a522-54c0c83e5014 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-12-03 15:22:12,091 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715 used request id req-eeebc0fc-2d9c-4fbe-a522-54c0c83e5014 2018-12-03 15:22:12,094 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5e4a7dc-ce78-4fa3-bd8a-e1587114d1b8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0f3ee0c59b8a9ac6d55c21448840fe2acc52e6" 2018-12-03 15:22:12,833 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:22:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6c8b82ab-04b2-4f24-8103-213d3394a27a x-openstack-request-id: req-6c8b82ab-04b2-4f24-8103-213d3394a27a Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 3bcb72ea-5f16-4247-bce1-db7ac9198715 could not be found.", "code": 404}} 2018-12-03 15:22:12,833 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/3bcb72ea-5f16-4247-bce1-db7ac9198715 used request id req-6c8b82ab-04b2-4f24-8103-213d3394a27a 2018-12-03 15:22:12,834 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 3bcb72ea-5f16-4247-bce1-db7ac9198715 could not be found. (HTTP 404) (Request-ID: req-6c8b82ab-04b2-4f24-8103-213d3394a27a) 2018-12-03 15:22:12,834 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf 2018-12-03 15:22:12,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fa93d14b9ba8f42f844cd98180d9c16383258c" 2018-12-03 15:22:12,869 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:22: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-f57b9653-2152-48a3-b136-f709c00fcf51 x-compute-request-id: req-f57b9653-2152-48a3-b136-f709c00fcf51 Content-Length: 0 Content-Type: application/json 2018-12-03 15:22:12,870 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/41fbbe00-83cd-4028-bb78-0c21f3001a74 used request id req-f57b9653-2152-48a3-b136-f709c00fcf51 2018-12-03 15:22:12,870 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet 2018-12-03 15:22:12,870 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-subnet 2018-12-03 15:22:12,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/ac5335a8-bce4-488e-b2a4-ec05a073cde7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a284f83571502b2a1c9fd037397ca501c33dda45" 2018-12-03 15:22:14,998 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7d18f8a8-5ec0-46ce-8991-afd9785ff646 Date: Mon, 03 Dec 2018 15:22:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:22:14,998 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/ac5335a8-bce4-488e-b2a4-ec05a073cde7 used request id req-7d18f8a8-5ec0-46ce-8991-afd9785ff646 2018-12-03 15:22:14,999 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-net 2018-12-03 15:22:15,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/1419f1e7-d244-4e0f-9563-a386543c97a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a284f83571502b2a1c9fd037397ca501c33dda45" 2018-12-03 15:22:16,537 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-106413d1-0982-41f5-bcd4-9512de654024 Date: Mon, 03 Dec 2018 15:22:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:22:16,537 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/1419f1e7-d244-4e0f-9563-a386543c97a6 used request id req-106413d1-0982-41f5-bcd4-9512de654024 2018-12-03 15:22:16,538 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-7d3db6cb-9fd1-4141-9218-f39ad4f12edf-image 2018-12-03 15:22:16,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/a997af95-0634-4e76-96fa-bce12274000d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}746ef9781a48341cea03b59122a35ee3d3edae14" 2018-12-03 15:22:18,922 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4fab71dd-728d-46fe-b7a5-2618e3971f95 Date: Mon, 03 Dec 2018 15:22:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:22:18,922 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/a997af95-0634-4e76-96fa-bce12274000d used request id req-4fab71dd-728d-46fe-b7a5-2618e3971f95 2018-12-03 15:22:18,925 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:22:18,927 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:22:18,928 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:22:19,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:22:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["C1PFsf-nTUaB8SwDt1LqJQ"], "issued_at": "2018-12-03T15:22:19.000000Z"}} 2018-12-03 15:22:19,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67f84f124fe37dd98d3cc462ae4852ec2b3f617c" 2018-12-03 15:22:19,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a9f16c9-2583-4f61-a5cc-3b511e853400 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:22:19,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2a9f16c9-2583-4f61-a5cc-3b511e853400 2018-12-03 15:22:19,399 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:22:19,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67f84f124fe37dd98d3cc462ae4852ec2b3f617c" 2018-12-03 15:22:19,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-b6fb61a7-274f-4e55-b3ea-135da4390a13 x-compute-request-id: req-b6fb61a7-274f-4e55-b3ea-135da4390a13 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:22:19,597 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b6fb61a7-274f-4e55-b3ea-135da4390a13 2018-12-03 15:22:19,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67f84f124fe37dd98d3cc462ae4852ec2b3f617c" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-3cb05d2a-f1e9-4840-8743-24c6bcd286e9name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-12-03 15:22:19,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-8f22435d-0e95-4aa1-8f36-5bc11db128e4 x-compute-request-id: req-8f22435d-0e95-4aa1-8f36-5bc11db128e4 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/d5a3c2b5-2f04-49f9-ada3-981fd6c2bae0", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/d5a3c2b5-2f04-49f9-ada3-981fd6c2bae0", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d5a3c2b5-2f04-49f9-ada3-981fd6c2bae0", "name": "CreateFlavorTests-3cb05d2a-f1e9-4840-8743-24c6bcd286e9name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:22:19,655 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8f22435d-0e95-4aa1-8f36-5bc11db128e4 2018-12-03 15:22:19,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:22:20,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:22:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["S21nvUd8TbKOAqKAkf2xeQ"], "issued_at": "2018-12-03T15:22:20.000000Z"}} 2018-12-03 15:22:20,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/d5a3c2b5-2f04-49f9-ada3-981fd6c2bae0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd30b404b0f0ee9e85f19efdb388267df61e7543" 2018-12-03 15:22:20,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-dbf0fc0a-eb10-4dfd-a23a-ea0ab7d04647 x-compute-request-id: req-dbf0fc0a-eb10-4dfd-a23a-ea0ab7d04647 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/d5a3c2b5-2f04-49f9-ada3-981fd6c2bae0", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/d5a3c2b5-2f04-49f9-ada3-981fd6c2bae0", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d5a3c2b5-2f04-49f9-ada3-981fd6c2bae0", "name": "CreateFlavorTests-3cb05d2a-f1e9-4840-8743-24c6bcd286e9name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:22:20,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/d5a3c2b5-2f04-49f9-ada3-981fd6c2bae0 used request id req-dbf0fc0a-eb10-4dfd-a23a-ea0ab7d04647 2018-12-03 15:22:20,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/d5a3c2b5-2f04-49f9-ada3-981fd6c2bae0/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd30b404b0f0ee9e85f19efdb388267df61e7543" 2018-12-03 15:22:20,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-f7b6707d-016b-408e-9582-5f51a4d60d93 x-compute-request-id: req-f7b6707d-016b-408e-9582-5f51a4d60d93 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 15:22:20,213 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/d5a3c2b5-2f04-49f9-ada3-981fd6c2bae0/os-extra_specs used request id req-f7b6707d-016b-408e-9582-5f51a4d60d93 2018-12-03 15:22:20,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/d5a3c2b5-2f04-49f9-ada3-981fd6c2bae0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67f84f124fe37dd98d3cc462ae4852ec2b3f617c" 2018-12-03 15:22:20,268 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:22: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-d9bf76e4-915e-4e8f-ad0f-e1bafe520361 x-compute-request-id: req-d9bf76e4-915e-4e8f-ad0f-e1bafe520361 Content-Length: 0 Content-Type: application/json 2018-12-03 15:22:20,268 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/d5a3c2b5-2f04-49f9-ada3-981fd6c2bae0 used request id req-d9bf76e4-915e-4e8f-ad0f-e1bafe520361 2018-12-03 15:22:20,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd30b404b0f0ee9e85f19efdb388267df61e7543" 2018-12-03 15:22:20,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-8ddcd2ea-5421-4cd5-a74b-576192dd6016 x-compute-request-id: req-8ddcd2ea-5421-4cd5-a74b-576192dd6016 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:22:20,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8ddcd2ea-5421-4cd5-a74b-576192dd6016 2018-12-03 15:22:20,470 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:22:20,471 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:22:20,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:22:20,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:22:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["WQo8rOFCT3aXO1Ipmi_L-Q"], "issued_at": "2018-12-03T15:22:20.000000Z"}} 2018-12-03 15:22:20,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}354ace72eaf064162e532fb80c12f59eec9b7c2d" 2018-12-03 15:22:20,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec8d7deb-3d54-477b-8c59-89e29b3faab7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:22:20,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ec8d7deb-3d54-477b-8c59-89e29b3faab7 2018-12-03 15:22:20,970 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:22:20,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}354ace72eaf064162e532fb80c12f59eec9b7c2d" 2018-12-03 15:22:21,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-05c773fc-e095-4233-9565-72c7404e6f2b x-compute-request-id: req-05c773fc-e095-4233-9565-72c7404e6f2b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:22:21,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-05c773fc-e095-4233-9565-72c7404e6f2b 2018-12-03 15:22:21,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}354ace72eaf064162e532fb80c12f59eec9b7c2d" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-77c5f282-426c-4b7b-afdd-01353e9ca708name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-12-03 15:22:21,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-43fc0020-1c80-42dc-afb6-8d8a95b3881e x-compute-request-id: req-43fc0020-1c80-42dc-afb6-8d8a95b3881e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/af28e657-1332-483b-8142-a634e6f23a87", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/af28e657-1332-483b-8142-a634e6f23a87", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "af28e657-1332-483b-8142-a634e6f23a87", "name": "CreateFlavorTests-77c5f282-426c-4b7b-afdd-01353e9ca708name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:22:21,394 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-43fc0020-1c80-42dc-afb6-8d8a95b3881e 2018-12-03 15:22:21,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:22:21,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:22:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["j0SuYdCURM6D5El4iF5oag"], "issued_at": "2018-12-03T15:22:21.000000Z"}} 2018-12-03 15:22:21,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/af28e657-1332-483b-8142-a634e6f23a87 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d6e5415e9499cf7c467d35f53c137bc1345ef0" 2018-12-03 15:22:21,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-304367cc-8bcb-44bb-a465-bdf99d87cef4 x-compute-request-id: req-304367cc-8bcb-44bb-a465-bdf99d87cef4 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/af28e657-1332-483b-8142-a634e6f23a87", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/af28e657-1332-483b-8142-a634e6f23a87", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "af28e657-1332-483b-8142-a634e6f23a87", "name": "CreateFlavorTests-77c5f282-426c-4b7b-afdd-01353e9ca708name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:22:21,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/af28e657-1332-483b-8142-a634e6f23a87 used request id req-304367cc-8bcb-44bb-a465-bdf99d87cef4 2018-12-03 15:22:21,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/af28e657-1332-483b-8142-a634e6f23a87/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d6e5415e9499cf7c467d35f53c137bc1345ef0" 2018-12-03 15:22:21,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-4fd4ab47-a69d-4c04-918c-6e0dc422dda1 x-compute-request-id: req-4fd4ab47-a69d-4c04-918c-6e0dc422dda1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 15:22:21,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/af28e657-1332-483b-8142-a634e6f23a87/os-extra_specs used request id req-4fd4ab47-a69d-4c04-918c-6e0dc422dda1 2018-12-03 15:22:21,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/af28e657-1332-483b-8142-a634e6f23a87 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d6e5415e9499cf7c467d35f53c137bc1345ef0" 2018-12-03 15:22:22,034 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:22: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-6849129a-3c11-47e6-b30f-ade7ceff757d x-compute-request-id: req-6849129a-3c11-47e6-b30f-ade7ceff757d Content-Length: 0 Content-Type: application/json 2018-12-03 15:22:22,034 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/af28e657-1332-483b-8142-a634e6f23a87 used request id req-6849129a-3c11-47e6-b30f-ade7ceff757d 2018-12-03 15:22:22,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d6e5415e9499cf7c467d35f53c137bc1345ef0" 2018-12-03 15:22:22,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-5a19fd75-15ea-4ce7-bb25-79085c97fce5 x-compute-request-id: req-5a19fd75-15ea-4ce7-bb25-79085c97fce5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:22:22,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5a19fd75-15ea-4ce7-bb25-79085c97fce5 2018-12-03 15:22:22,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/af28e657-1332-483b-8142-a634e6f23a87 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}354ace72eaf064162e532fb80c12f59eec9b7c2d" 2018-12-03 15:22:22,085 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:22: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-0416a141-d944-4eed-b7bf-e35b0dc410b7 x-compute-request-id: req-0416a141-d944-4eed-b7bf-e35b0dc410b7 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor af28e657-1332-483b-8142-a634e6f23a87 could not be found.", "code": 404}} 2018-12-03 15:22:22,085 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/af28e657-1332-483b-8142-a634e6f23a87 used request id req-0416a141-d944-4eed-b7bf-e35b0dc410b7 2018-12-03 15:22:22,086 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:22:22,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:22:22,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:22:22,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:22:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["TiKu7cyWTtikIxsR7oZTDg"], "issued_at": "2018-12-03T15:22:22.000000Z"}} 2018-12-03 15:22:22,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c8e5f1ac0bb232eded5bd615358234df75beba" 2018-12-03 15:22:22,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e712bd09-98d2-4e97-ae5a-85f9a7c160d4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:22:22,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e712bd09-98d2-4e97-ae5a-85f9a7c160d4 2018-12-03 15:22:22,558 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:22:22,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c8e5f1ac0bb232eded5bd615358234df75beba" 2018-12-03 15:22:22,903 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-59010f7c-503d-455f-aca9-eefcc9a8aae3 x-compute-request-id: req-59010f7c-503d-455f-aca9-eefcc9a8aae3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:22:22,903 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-59010f7c-503d-455f-aca9-eefcc9a8aae3 2018-12-03 15:22:22,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c8e5f1ac0bb232eded5bd615358234df75beba" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-d682ff6c-0f8a-4a9c-9827-2c27383d8953name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-12-03 15:22:22,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-001f90b1-bf23-4a46-8e93-8fca62225604 x-compute-request-id: req-001f90b1-bf23-4a46-8e93-8fca62225604 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/fc1700c1-bf8c-44a3-80e3-59e4700ee1c1", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/fc1700c1-bf8c-44a3-80e3-59e4700ee1c1", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fc1700c1-bf8c-44a3-80e3-59e4700ee1c1", "name": "CreateFlavorTests-d682ff6c-0f8a-4a9c-9827-2c27383d8953name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:22:22,975 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-001f90b1-bf23-4a46-8e93-8fca62225604 2018-12-03 15:22:22,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:22:23,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:22:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["3z7qT13fS2mc2HcO2Sjcmw"], "issued_at": "2018-12-03T15:22:23.000000Z"}} 2018-12-03 15:22:23,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/fc1700c1-bf8c-44a3-80e3-59e4700ee1c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f19bbc17557f53c1cf0c5cbf2a8734aee99e35ae" 2018-12-03 15:22:23,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-e1d7f156-b268-43b3-852a-e75a52452c79 x-compute-request-id: req-e1d7f156-b268-43b3-852a-e75a52452c79 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/fc1700c1-bf8c-44a3-80e3-59e4700ee1c1", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/fc1700c1-bf8c-44a3-80e3-59e4700ee1c1", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fc1700c1-bf8c-44a3-80e3-59e4700ee1c1", "name": "CreateFlavorTests-d682ff6c-0f8a-4a9c-9827-2c27383d8953name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:22:23,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/fc1700c1-bf8c-44a3-80e3-59e4700ee1c1 used request id req-e1d7f156-b268-43b3-852a-e75a52452c79 2018-12-03 15:22:23,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/fc1700c1-bf8c-44a3-80e3-59e4700ee1c1/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f19bbc17557f53c1cf0c5cbf2a8734aee99e35ae" 2018-12-03 15:22:23,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-8564567d-583d-49af-9ea8-c1e30f0892dc x-compute-request-id: req-8564567d-583d-49af-9ea8-c1e30f0892dc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 15:22:23,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/fc1700c1-bf8c-44a3-80e3-59e4700ee1c1/os-extra_specs used request id req-8564567d-583d-49af-9ea8-c1e30f0892dc 2018-12-03 15:22:23,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/fc1700c1-bf8c-44a3-80e3-59e4700ee1c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c8e5f1ac0bb232eded5bd615358234df75beba" 2018-12-03 15:22:23,612 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:22: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-020f06f7-1b5b-4228-b091-bcc9c0b3c5ee x-compute-request-id: req-020f06f7-1b5b-4228-b091-bcc9c0b3c5ee Content-Length: 0 Content-Type: application/json 2018-12-03 15:22:23,612 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/fc1700c1-bf8c-44a3-80e3-59e4700ee1c1 used request id req-020f06f7-1b5b-4228-b091-bcc9c0b3c5ee 2018-12-03 15:22:23,614 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:22:23,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:22:23,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:22:23,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:22:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["kuZZrRMtTKWYnPEmbegflw"], "issued_at": "2018-12-03T15:22:23.000000Z"}} 2018-12-03 15:22:23,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b84bb33533ce9c3e5da8cf630de5dfe277d15c38" 2018-12-03 15:22:24,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec5b0a42-8a2e-45e0-a384-1d16ab1e1307 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:22:24,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ec5b0a42-8a2e-45e0-a384-1d16ab1e1307 2018-12-03 15:22:24,078 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:22:24,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b84bb33533ce9c3e5da8cf630de5dfe277d15c38" 2018-12-03 15:22:24,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-ff69a110-2921-4c7d-8f6b-9374f6fce3bf x-compute-request-id: req-ff69a110-2921-4c7d-8f6b-9374f6fce3bf Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:22:24,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ff69a110-2921-4c7d-8f6b-9374f6fce3bf 2018-12-03 15:22:24,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b84bb33533ce9c3e5da8cf630de5dfe277d15c38" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-73244dc1-f76b-42e6-8340-9ae8beab20e8name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-12-03 15:22:24,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-b98517ff-4f46-4e89-a4fa-ad532d3adf1f x-compute-request-id: req-b98517ff-4f46-4e89-a4fa-ad532d3adf1f Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/df7bc3e5-80a2-4472-bfe7-364ede614e2a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/df7bc3e5-80a2-4472-bfe7-364ede614e2a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "df7bc3e5-80a2-4472-bfe7-364ede614e2a", "name": "CreateFlavorTests-73244dc1-f76b-42e6-8340-9ae8beab20e8name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-12-03 15:22:24,349 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b98517ff-4f46-4e89-a4fa-ad532d3adf1f 2018-12-03 15:22:24,350 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:22:24,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:22:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["GY11GQ6rShqVIcpJSIwQcg"], "issued_at": "2018-12-03T15:22:24.000000Z"}} 2018-12-03 15:22:24,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/df7bc3e5-80a2-4472-bfe7-364ede614e2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f45c7fc5ea844cb758953e473e86b29ce903795" 2018-12-03 15:22:24,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-80eaaaab-74c6-4db7-bd2e-621114f7ac7f x-compute-request-id: req-80eaaaab-74c6-4db7-bd2e-621114f7ac7f Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/df7bc3e5-80a2-4472-bfe7-364ede614e2a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/df7bc3e5-80a2-4472-bfe7-364ede614e2a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "df7bc3e5-80a2-4472-bfe7-364ede614e2a", "name": "CreateFlavorTests-73244dc1-f76b-42e6-8340-9ae8beab20e8name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-12-03 15:22:24,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/df7bc3e5-80a2-4472-bfe7-364ede614e2a used request id req-80eaaaab-74c6-4db7-bd2e-621114f7ac7f 2018-12-03 15:22:24,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/df7bc3e5-80a2-4472-bfe7-364ede614e2a/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f45c7fc5ea844cb758953e473e86b29ce903795" 2018-12-03 15:22:24,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-374b341b-eb13-48d4-a600-34c6e552d81d x-compute-request-id: req-374b341b-eb13-48d4-a600-34c6e552d81d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 15:22:24,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/df7bc3e5-80a2-4472-bfe7-364ede614e2a/os-extra_specs used request id req-374b341b-eb13-48d4-a600-34c6e552d81d 2018-12-03 15:22:24,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/df7bc3e5-80a2-4472-bfe7-364ede614e2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f45c7fc5ea844cb758953e473e86b29ce903795" 2018-12-03 15:22:24,953 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:22: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-8aad06b5-39cf-45a8-8c3f-1b693c8bc5e7 x-compute-request-id: req-8aad06b5-39cf-45a8-8c3f-1b693c8bc5e7 Content-Length: 0 Content-Type: application/json 2018-12-03 15:22:24,953 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/df7bc3e5-80a2-4472-bfe7-364ede614e2a used request id req-8aad06b5-39cf-45a8-8c3f-1b693c8bc5e7 2018-12-03 15:22:24,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f45c7fc5ea844cb758953e473e86b29ce903795" 2018-12-03 15:22:24,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-4733431c-69fa-4b29-bf62-ab9d7baab4de x-compute-request-id: req-4733431c-69fa-4b29-bf62-ab9d7baab4de Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:22:24,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4733431c-69fa-4b29-bf62-ab9d7baab4de 2018-12-03 15:22:24,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/df7bc3e5-80a2-4472-bfe7-364ede614e2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b84bb33533ce9c3e5da8cf630de5dfe277d15c38" 2018-12-03 15:22:25,004 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:22: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-2960e413-ef04-4183-b693-e5f660abc291 x-compute-request-id: req-2960e413-ef04-4183-b693-e5f660abc291 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor df7bc3e5-80a2-4472-bfe7-364ede614e2a could not be found.", "code": 404}} 2018-12-03 15:22:25,004 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/df7bc3e5-80a2-4472-bfe7-364ede614e2a used request id req-2960e413-ef04-4183-b693-e5f660abc291 2018-12-03 15:22:25,005 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:22:25,006 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:22:25,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:22:25,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:22:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["cBGH0bpiS8-lRs6SeAIw1A"], "issued_at": "2018-12-03T15:22:25.000000Z"}} 2018-12-03 15:22:25,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dfeb1936f7aec85a820ccf018ac538aee6bfaf3" 2018-12-03 15:22:25,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e39279e-0304-4404-8022-4f4f924d83dc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:22:25,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4e39279e-0304-4404-8022-4f4f924d83dc 2018-12-03 15:22:25,484 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:22:25,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dfeb1936f7aec85a820ccf018ac538aee6bfaf3" 2018-12-03 15:22:25,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-43fbd2f6-d9aa-4396-a30b-6b39e2ae60c6 x-compute-request-id: req-43fbd2f6-d9aa-4396-a30b-6b39e2ae60c6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:22:25,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-43fbd2f6-d9aa-4396-a30b-6b39e2ae60c6 2018-12-03 15:22:25,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dfeb1936f7aec85a820ccf018ac538aee6bfaf3" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-f79f2e1d-824c-4944-b747-b0ecf210aa21name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-12-03 15:22:25,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-f63fe319-48f4-44fa-94f8-7d9cc76ebef0 x-compute-request-id: req-f63fe319-48f4-44fa-94f8-7d9cc76ebef0 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e95d0b29-5f06-460f-aa78-7f1ea1ffe628", "name": "CreateFlavorTests-f79f2e1d-824c-4944-b747-b0ecf210aa21name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:22:25,730 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f63fe319-48f4-44fa-94f8-7d9cc76ebef0 2018-12-03 15:22:25,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:22:26,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:22:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["b9W6_XNaTfeZ2gFWKUxaDw"], "issued_at": "2018-12-03T15:22:26.000000Z"}} 2018-12-03 15:22:26,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38cd11293d866c8d8d7bb1ba7504a5e1cbc3bd1f" 2018-12-03 15:22:26,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-625c9113-5d05-487e-976b-7ebe4aa8b105 x-compute-request-id: req-625c9113-5d05-487e-976b-7ebe4aa8b105 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e95d0b29-5f06-460f-aa78-7f1ea1ffe628", "name": "CreateFlavorTests-f79f2e1d-824c-4944-b747-b0ecf210aa21name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:22:26,683 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628 used request id req-625c9113-5d05-487e-976b-7ebe4aa8b105 2018-12-03 15:22:26,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38cd11293d866c8d8d7bb1ba7504a5e1cbc3bd1f" 2018-12-03 15:22:26,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-508f2054-7dcf-4d27-8417-07545adc6bbc x-compute-request-id: req-508f2054-7dcf-4d27-8417-07545adc6bbc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 15:22:26,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628/os-extra_specs used request id req-508f2054-7dcf-4d27-8417-07545adc6bbc 2018-12-03 15:22:26,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:22:26,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:22:27,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:22:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["vZ-z87VYS1Kish8VNi62lg"], "issued_at": "2018-12-03T15:22:27.000000Z"}} 2018-12-03 15:22:27,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b36358be96c3a4c52c0f06df4e2abfebbcb2023" 2018-12-03 15:22:27,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e008d9a2-d6e9-4d7c-808e-fca444b26052 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:22:27,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e008d9a2-d6e9-4d7c-808e-fca444b26052 2018-12-03 15:22:27,326 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:22:27,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b36358be96c3a4c52c0f06df4e2abfebbcb2023" 2018-12-03 15:22:27,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-d88de9df-e4c4-4f07-a7a0-befbdebc882a x-compute-request-id: req-d88de9df-e4c4-4f07-a7a0-befbdebc882a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e95d0b29-5f06-460f-aa78-7f1ea1ffe628", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628", "rel": "bookmark"}], "name": "CreateFlavorTests-f79f2e1d-824c-4944-b747-b0ecf210aa21name"}]} 2018-12-03 15:22:27,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d88de9df-e4c4-4f07-a7a0-befbdebc882a 2018-12-03 15:22:27,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b36358be96c3a4c52c0f06df4e2abfebbcb2023" 2018-12-03 15:22:27,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-e4053295-e770-4f7a-b0e8-0f51162dbb42 x-compute-request-id: req-e4053295-e770-4f7a-b0e8-0f51162dbb42 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e95d0b29-5f06-460f-aa78-7f1ea1ffe628", "name": "CreateFlavorTests-f79f2e1d-824c-4944-b747-b0ecf210aa21name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:22:27,533 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628 used request id req-e4053295-e770-4f7a-b0e8-0f51162dbb42 2018-12-03 15:22:27,533 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-f79f2e1d-824c-4944-b747-b0ecf210aa21name 2018-12-03 15:22:27,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dfeb1936f7aec85a820ccf018ac538aee6bfaf3" 2018-12-03 15:22:27,571 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:22: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-89449136-d2ca-46c5-87b8-9f63a589a86a x-compute-request-id: req-89449136-d2ca-46c5-87b8-9f63a589a86a Content-Length: 0 Content-Type: application/json 2018-12-03 15:22:27,571 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e95d0b29-5f06-460f-aa78-7f1ea1ffe628 used request id req-89449136-d2ca-46c5-87b8-9f63a589a86a 2018-12-03 15:22:27,572 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 15:22:27,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:22:27,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:22:27,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:22:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["4NMUEniWS9GmprOBe_oqlQ"], "issued_at": "2018-12-03T15:22:27.000000Z"}} 2018-12-03 15:22:27,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}146dcf6faf57f9d8569fa8c2c18b91adb1a54b4b" 2018-12-03 15:22:28,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17d8a53d-2053-4d22-bc20-68b59a401c6f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:22:28,037 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-17d8a53d-2053-4d22-bc20-68b59a401c6f 2018-12-03 15:22:28,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}146dcf6faf57f9d8569fa8c2c18b91adb1a54b4b" 2018-12-03 15:22:28,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-ce3f5e0f-4500-4bea-9f7c-a2bdbed51dee Date: Mon, 03 Dec 2018 15:22:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image"} 2018-12-03 15:22:28,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image used request id req-ce3f5e0f-4500-4bea-9f7c-a2bdbed51dee 2018-12-03 15:22:28,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}146dcf6faf57f9d8569fa8c2c18b91adb1a54b4b" 2018-12-03 15:22:28,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a45629f6-b3a1-44cd-8093-379da46d80c7 Date: Mon, 03 Dec 2018 15:22: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-12-03 15:22:28,403 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-a45629f6-b3a1-44cd-8093-379da46d80c7 2018-12-03 15:22:28,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}146dcf6faf57f9d8569fa8c2c18b91adb1a54b4b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image"}' 2018-12-03 15:22:28,625 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc X-Openstack-Request-Id: req-8c82fd86-fb25-4921-baa4-56f642fc470b Date: Mon, 03 Dec 2018 15:22:28 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:22:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T15:22:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc", "min_disk": 0, "protected": false, "id": "46aa774d-0baa-4e24-9c3f-7184b193cbdc", "file": "/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc/file", "checksum": null, "owner": "1780a9ab51084544804c8f0af535fb81", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:22:28,625 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-8c82fd86-fb25-4921-baa4-56f642fc470b 2018-12-03 15:22:28,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}146dcf6faf57f9d8569fa8c2c18b91adb1a54b4b" -d '' 2018-12-03 15:22:30,659 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3255f207-1de3-485b-9681-ed1ca37da481 Date: Mon, 03 Dec 2018 15:22:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:22:30,659 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc/file used request id req-3255f207-1de3-485b-9681-ed1ca37da481 2018-12-03 15:22:30,660 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 15:22:30,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}146dcf6faf57f9d8569fa8c2c18b91adb1a54b4b" 2018-12-03 15:22:30,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-65d1e326-1a2a-45b2-b3fd-c5ecc2553ccf Date: Mon, 03 Dec 2018 15:22:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:22:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:22:30Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc/snap", "metadata": {}}], "self": "/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc", "min_disk": 0, "protected": false, "id": "46aa774d-0baa-4e24-9c3f-7184b193cbdc", "file": "/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:22:30,892 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc used request id req-65d1e326-1a2a-45b2-b3fd-c5ecc2553ccf 2018-12-03 15:22:30,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}146dcf6faf57f9d8569fa8c2c18b91adb1a54b4b" 2018-12-03 15:22:31,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7f4781ec-cd06-4fe6-8ca3-820880cb3b52 Date: Mon, 03 Dec 2018 15:22: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-12-03 15:22:31,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-7f4781ec-cd06-4fe6-8ca3-820880cb3b52 2018-12-03 15:22:31,041 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image 2018-12-03 15:22:31,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}146dcf6faf57f9d8569fa8c2c18b91adb1a54b4b" 2018-12-03 15:22:31,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-14b53b6f-4c51-4f20-9406-94da3d987c55 Date: Mon, 03 Dec 2018 15:22:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:22:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:22:30Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc/snap", "metadata": {}}], "self": "/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc", "min_disk": 0, "protected": false, "id": "46aa774d-0baa-4e24-9c3f-7184b193cbdc", "file": "/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:22:31,214 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc used request id req-14b53b6f-4c51-4f20-9406-94da3d987c55 2018-12-03 15:22:31,214 - create_image - DEBUG - Instance status is - active 2018-12-03 15:22:31,214 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image 2018-12-03 15:22:31,215 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image 2018-12-03 15:22:31,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:22:31,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:22:31,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["Ie2WFpo3Rk6_FJnZNHU2Vg"], "issued_at": "2018-12-03T15:22:31.000000Z"}} 2018-12-03 15:22:31,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26241a3ce320b04920bc06423c2e881b664805bb" 2018-12-03 15:22:31,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-773b98c1-553a-42aa-9934-91dc113a4793 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:22:31,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-773b98c1-553a-42aa-9934-91dc113a4793 2018-12-03 15:22:31,677 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:22:31,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26241a3ce320b04920bc06423c2e881b664805bb" 2018-12-03 15:22:31,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-8d6b6f37-1122-49f2-8680-822455fd8d1f x-compute-request-id: req-8d6b6f37-1122-49f2-8680-822455fd8d1f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:22:31,860 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8d6b6f37-1122-49f2-8680-822455fd8d1f 2018-12-03 15:22:31,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26241a3ce320b04920bc06423c2e881b664805bb" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-03 15:22:31,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-87bc5bfe-38db-454a-959c-4bf228c7fb7a x-compute-request-id: req-87bc5bfe-38db-454a-959c-4bf228c7fb7a Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/4f040482-c331-4d3c-8d3d-ab88f86b9193", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/4f040482-c331-4d3c-8d3d-ab88f86b9193", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4f040482-c331-4d3c-8d3d-ab88f86b9193", "name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:22:31,943 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-87bc5bfe-38db-454a-959c-4bf228c7fb7a 2018-12-03 15:22:32,123 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 15:22:32,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:22:32,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:22:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["9Qs6DQITQDKSkOkST-x5ng"], "issued_at": "2018-12-03T15:22:32.000000Z"}} 2018-12-03 15:22:32,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-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-61fbb889-4013-47a4-8bf1-7938cde81f76-net", "inst_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-flavor"}}' 2018-12-03 15:22:35,520 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:22:32 GMT Server: Apache x-openstack-request-id: req-d4e35521-80d4-47a6-9887-c70bc4e12645 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "self"}]}} 2018-12-03 15:22:35,520 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks used request id req-d4e35521-80d4-47a6-9887-c70bc4e12645 2018-12-03 15:22:35,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/688d428c-6739-4c5b-9df4-404bc2d0067d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:36,229 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:22:35 GMT Server: Apache x-openstack-request-id: req-77da034e-9902-48f7-8bde-1c839250d904 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:22:36,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:36 GMT Server: Apache x-openstack-request-id: req-93d6c719-c8b6-477b-a28d-e715b13871d9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image", "inst_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "stack_user_project_id": "dbe08fe516324206a020153c1d533a1e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:22:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:22:36,963 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d used request id req-93d6c719-c8b6-477b-a28d-e715b13871d9 2018-12-03 15:22:36,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks?stack_name=HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:37,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:36 GMT Server: Apache x-openstack-request-id: req-2733c681-1175-4891-b77e-a16f9225289f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "stack_user_project_id": "dbe08fe516324206a020153c1d533a1e", "deletion_time": null, "creation_time": "2018-12-03T15:22:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "self"}], "updated_time": null, "project": "1780a9ab51084544804c8f0af535fb81", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "tags": null}]} 2018-12-03 15:22:37,660 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks?stack_name=HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1 used request id req-2733c681-1175-4891-b77e-a16f9225289f 2018-12-03 15:22:37,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks?stack_name=HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:38,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:37 GMT Server: Apache x-openstack-request-id: req-04d22a64-962a-4b73-8184-27d52b5b386a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "stack_user_project_id": "dbe08fe516324206a020153c1d533a1e", "deletion_time": null, "creation_time": "2018-12-03T15:22:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "self"}], "updated_time": null, "project": "1780a9ab51084544804c8f0af535fb81", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "tags": null}]} 2018-12-03 15:22:38,331 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks?stack_name=HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1 used request id req-04d22a64-962a-4b73-8184-27d52b5b386a 2018-12-03 15:22:38,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/688d428c-6739-4c5b-9df4-404bc2d0067d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:39,020 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:22:38 GMT Server: Apache x-openstack-request-id: req-9a666d21-2630-4fb0-b0f7-d449c2555a3b Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:22:39,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:39 GMT Server: Apache x-openstack-request-id: req-b68557a9-ab31-4287-8603-75ba1b27185e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image", "inst_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "stack_user_project_id": "dbe08fe516324206a020153c1d533a1e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:22:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:22:39,754 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d used request id req-b68557a9-ab31-4287-8603-75ba1b27185e 2018-12-03 15:22:39,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/688d428c-6739-4c5b-9df4-404bc2d0067d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:39,834 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:22:39 GMT Server: Apache x-openstack-request-id: req-609f2dc2-4604-4adf-80f0-61c3ad24e5a2 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:22:40,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:39 GMT Server: Apache x-openstack-request-id: req-25d2774f-7f6e-4a54-b9c0-185e876f6bdd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-12-03T15:22:35Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0bd6b7ab-822b-49c3-8bfe-42fb2b9bf2ce", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "53dede31-ee3a-4fa1-94bb-e3fda89c5788", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "INIT_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": [], "resource_status_reason": "", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-12-03 15:22:40,066 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources used request id req-25d2774f-7f6e-4a54-b9c0-185e876f6bdd 2018-12-03 15:22:40,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/688d428c-6739-4c5b-9df4-404bc2d0067d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:40,143 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:22:40 GMT Server: Apache x-openstack-request-id: req-de3356cb-9364-421b-acb4-067af74aaf06 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:22:40,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:40 GMT Server: Apache x-openstack-request-id: req-4d4e444e-0550-4e91-a4b2-707d9144dcf0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image", "inst_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "stack_user_project_id": "dbe08fe516324206a020153c1d533a1e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:22:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:22:40,854 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d used request id req-4d4e444e-0550-4e91-a4b2-707d9144dcf0 2018-12-03 15:22:40,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/688d428c-6739-4c5b-9df4-404bc2d0067d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:41,634 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:22:40 GMT Server: Apache x-openstack-request-id: req-7f0bd44d-0352-4f45-bd94-a419ecb9e4ba Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:22:42,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:41 GMT Server: Apache x-openstack-request-id: req-879fc78f-5347-46fd-ba5d-7c0b6dc093d9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image", "inst_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "stack_user_project_id": "dbe08fe516324206a020153c1d533a1e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:22:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:22:42,376 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d used request id req-879fc78f-5347-46fd-ba5d-7c0b6dc093d9 2018-12-03 15:22:45,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/688d428c-6739-4c5b-9df4-404bc2d0067d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:45,459 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:22:45 GMT Server: Apache x-openstack-request-id: req-714b7c1b-a6e4-40cb-b27a-46c766186b72 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:22:45,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:45 GMT Server: Apache x-openstack-request-id: req-f45dabfb-96c4-47cc-93c0-797e9b508457 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image", "inst_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "stack_user_project_id": "dbe08fe516324206a020153c1d533a1e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:22:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:22:45,584 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d used request id req-f45dabfb-96c4-47cc-93c0-797e9b508457 2018-12-03 15:22:48,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/688d428c-6739-4c5b-9df4-404bc2d0067d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:48,666 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:22:48 GMT Server: Apache x-openstack-request-id: req-69ab7abe-f00e-4c07-93cf-6aa2cf52f6ab Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:22:49,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:48 GMT Server: Apache x-openstack-request-id: req-818e5be3-222a-4867-ada4-0885f8e3daa3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image", "inst_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "stack_user_project_id": "dbe08fe516324206a020153c1d533a1e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:22:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:22:49,416 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d used request id req-818e5be3-222a-4867-ada4-0885f8e3daa3 2018-12-03 15:22:52,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/688d428c-6739-4c5b-9df4-404bc2d0067d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:53,100 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:22:52 GMT Server: Apache x-openstack-request-id: req-d800e127-5076-4460-b7d7-380a49d6242a Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:22:53,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:53 GMT Server: Apache x-openstack-request-id: req-aaa45d79-fd1f-4ae1-87d9-a39316dd15dc 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image", "inst_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1", "stack_user_project_id": "dbe08fe516324206a020153c1d533a1e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T15:22:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "688d428c-6739-4c5b-9df4-404bc2d0067d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:22:53,224 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d used request id req-aaa45d79-fd1f-4ae1-87d9-a39316dd15dc 2018-12-03 15:22:53,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/688d428c-6739-4c5b-9df4-404bc2d0067d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:53,304 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:22:53 GMT Server: Apache x-openstack-request-id: req-c2ad3a3c-5f10-464b-ae6f-6388f46b6a77 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:22:53,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:53 GMT Server: Apache x-openstack-request-id: req-04456d58-1ce3-4188-894a-e3ab276c7395 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.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "1c22b1af-88b8-4d32-a53c-26a7df5deccd", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0bd6b7ab-822b-49c3-8bfe-42fb2b9bf2ce", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "53dede31-ee3a-4fa1-94bb-e3fda89c5788", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f2579d6d-0c39-42c0-876c-f61f414ab6df", "resource_type": "OS::Nova::Server"}]} 2018-12-03 15:22:53,430 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources used request id req-04456d58-1ce3-4188-894a-e3ab276c7395 2018-12-03 15:22:53,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=53dede31-ee3a-4fa1-94bb-e3fda89c5788 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:53,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-6cb2c72b-01e3-4f04-9f23-c37a7ebf03c9 Date: Mon, 03 Dec 2018 15:22:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"53dede31-ee3a-4fa1-94bb-e3fda89c5788","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":43,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["0bd6b7ab-822b-49c3-8bfe-42fb2b9bf2ce"],"description":"","tags":[],"updated_at":"2018-12-03T15:22:37Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:22:36Z","provider:network_type":"vxlan"}]} 2018-12-03 15:22:53,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=53dede31-ee3a-4fa1-94bb-e3fda89c5788 used request id req-6cb2c72b-01e3-4f04-9f23-c37a7ebf03c9 2018-12-03 15:22:53,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=53dede31-ee3a-4fa1-94bb-e3fda89c5788 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:53,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-db06c966-4630-44cc-b656-1f2e5bc481af Date: Mon, 03 Dec 2018 15:22:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53dede31-ee3a-4fa1-94bb-e3fda89c5788","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:22:37Z","dns_nameservers":[],"updated_at":"2018-12-03T15:22:37Z","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":"1780a9ab51084544804c8f0af535fb81","id":"0bd6b7ab-822b-49c3-8bfe-42fb2b9bf2ce","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-subnet"}]} 2018-12-03 15:22:53,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=53dede31-ee3a-4fa1-94bb-e3fda89c5788 used request id req-db06c966-4630-44cc-b656-1f2e5bc481af 2018-12-03 15:22:53,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=53dede31-ee3a-4fa1-94bb-e3fda89c5788 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:53,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5977a681-b57b-4a36-942c-987ec6216d7b Date: Mon, 03 Dec 2018 15:22:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53dede31-ee3a-4fa1-94bb-e3fda89c5788","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:22:37Z","dns_nameservers":[],"updated_at":"2018-12-03T15:22:37Z","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":"1780a9ab51084544804c8f0af535fb81","id":"0bd6b7ab-822b-49c3-8bfe-42fb2b9bf2ce","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-subnet"}]} 2018-12-03 15:22:53,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=53dede31-ee3a-4fa1-94bb-e3fda89c5788 used request id req-5977a681-b57b-4a36-942c-987ec6216d7b 2018-12-03 15:22:53,769 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:22:53,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:53,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-489ee323-87ce-4f17-9b9a-3d912ee6722c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:22:53,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-489ee323-87ce-4f17-9b9a-3d912ee6722c 2018-12-03 15:22:53,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/688d428c-6739-4c5b-9df4-404bc2d0067d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:54,538 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:22:53 GMT Server: Apache x-openstack-request-id: req-41188264-8c19-4483-b2aa-8ff98acda4bf Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:22:54,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:54 GMT Server: Apache x-openstack-request-id: req-2cea723f-64fa-433e-a6f0-09179bb9a753 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.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "1c22b1af-88b8-4d32-a53c-26a7df5deccd", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0bd6b7ab-822b-49c3-8bfe-42fb2b9bf2ce", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "53dede31-ee3a-4fa1-94bb-e3fda89c5788", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f2579d6d-0c39-42c0-876c-f61f414ab6df", "resource_type": "OS::Nova::Server"}]} 2018-12-03 15:22:54,664 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources used request id req-2cea723f-64fa-433e-a6f0-09179bb9a753 2018-12-03 15:22:54,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f2579d6d-0c39-42c0-876c-f61f414ab6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:55,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22: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-6aa14c62-d01c-4af9-b64a-836ce866ab99 x-compute-request-id: req-6aa14c62-d01c-4af9-b64a-836ce866ab99 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:58:5a", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f2579d6d-0c39-42c0-876c-f61f414ab6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f2579d6d-0c39-42c0-876c-f61f414ab6df", "rel": "bookmark"}], "image": {"id": "46aa774d-0baa-4e24-9c3f-7184b193cbdc", "links": [{"href": "http://172.30.9.30:8774/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-12-03T15:22:50.000000", "flavor": {"id": "4f040482-c331-4d3c-8d3d-ab88f86b9193", "links": [{"href": "http://172.30.9.30:8774/flavors/4f040482-c331-4d3c-8d3d-ab88f86b9193", "rel": "bookmark"}]}, "id": "f2579d6d-0c39-42c0-876c-f61f414ab6df", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:22:50Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "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-61fbb889-4013-47a4-8bf1-7938cde81f76-inst", "created": "2018-12-03T15:22:43Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:22:55,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f2579d6d-0c39-42c0-876c-f61f414ab6df used request id req-6aa14c62-d01c-4af9-b64a-836ce866ab99 2018-12-03 15:22:55,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:55,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-e77cc961-34a9-4111-b450-b2db38fd9e0a Date: Mon, 03 Dec 2018 15:22:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"53dede31-ee3a-4fa1-94bb-e3fda89c5788","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":43,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["0bd6b7ab-822b-49c3-8bfe-42fb2b9bf2ce"],"description":"","tags":[],"updated_at":"2018-12-03T15:22:37Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:22:36Z","provider:network_type":"vxlan"}]} 2018-12-03 15:22:55,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-net used request id req-e77cc961-34a9-4111-b450-b2db38fd9e0a 2018-12-03 15:22:55,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:22:55,540 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:22:55,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:55,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34ec7976-9da9-4e5f-a47b-71c05ca2cbcd 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:22:55,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-34ec7976-9da9-4e5f-a47b-71c05ca2cbcd 2018-12-03 15:22:55,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=53dede31-ee3a-4fa1-94bb-e3fda89c5788 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:55,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a1d2649d-77ee-4b75-9669-22113b0ef19d Date: Mon, 03 Dec 2018 15:22:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53dede31-ee3a-4fa1-94bb-e3fda89c5788","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:22:37Z","dns_nameservers":[],"updated_at":"2018-12-03T15:22:37Z","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":"1780a9ab51084544804c8f0af535fb81","id":"0bd6b7ab-822b-49c3-8bfe-42fb2b9bf2ce","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-subnet"}]} 2018-12-03 15:22:55,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=53dede31-ee3a-4fa1-94bb-e3fda89c5788 used request id req-a1d2649d-77ee-4b75-9669-22113b0ef19d 2018-12-03 15:22:55,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=53dede31-ee3a-4fa1-94bb-e3fda89c5788 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:55,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3909 X-Openstack-Request-Id: req-e4f1fe14-8033-4ea6-a526-f9940fd290f6 Date: Mon, 03 Dec 2018 15:22:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:22:49Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0bd6b7ab-822b-49c3-8bfe-42fb2b9bf2ce","ip_address":"10.0.0.7"}],"id":"1c22b1af-88b8-4d32-a53c-26a7df5deccd","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:58:5a","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1-server1_port-t5anq2ukxk3p","admin_state_up":true,"network_id":"53dede31-ee3a-4fa1-94bb-e3fda89c5788","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:22:39Z","binding:vnic_type":"normal","device_id":"f2579d6d-0c39-42c0-876c-f61f414ab6df"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:22:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0bd6b7ab-822b-49c3-8bfe-42fb2b9bf2ce","ip_address":"10.0.0.2"}],"id":"3d303eb9-ebe4-4d20-b7fa-be1a8aaf03bf","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bc:cb:b6","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53dede31-ee3a-4fa1-94bb-e3fda89c5788","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:22:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-53dede31-ee3a-4fa1-94bb-e3fda89c5788"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:22:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0bd6b7ab-822b-49c3-8bfe-42fb2b9bf2ce","ip_address":"10.0.0.4"}],"id":"4fb25367-eef7-4afc-9b8c-4b9aacb95265","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:9e:81","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53dede31-ee3a-4fa1-94bb-e3fda89c5788","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:22:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-53dede31-ee3a-4fa1-94bb-e3fda89c5788"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:22:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0bd6b7ab-822b-49c3-8bfe-42fb2b9bf2ce","ip_address":"10.0.0.3"}],"id":"668319ef-a165-4aa5-a41e-8d4513be9de7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a3:ee:32","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53dede31-ee3a-4fa1-94bb-e3fda89c5788","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:22:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-53dede31-ee3a-4fa1-94bb-e3fda89c5788"}]} 2018-12-03 15:22:55,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=53dede31-ee3a-4fa1-94bb-e3fda89c5788 used request id req-e4f1fe14-8033-4ea6-a526-f9940fd290f6 2018-12-03 15:22:55,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/688d428c-6739-4c5b-9df4-404bc2d0067d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:56,407 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:22:55 GMT Server: Apache x-openstack-request-id: req-6441adab-590d-4df7-8f9b-d2415e3ea0f7 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:22:56,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:22:56 GMT Server: Apache x-openstack-request-id: req-8820bcc5-c6ca-4188-ad39-912c040acd8a 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.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "1c22b1af-88b8-4d32-a53c-26a7df5deccd", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0bd6b7ab-822b-49c3-8bfe-42fb2b9bf2ce", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "53dede31-ee3a-4fa1-94bb-e3fda89c5788", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-03T15:22:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:22:35Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f2579d6d-0c39-42c0-876c-f61f414ab6df", "resource_type": "OS::Nova::Server"}]} 2018-12-03 15:22:56,532 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d/resources used request id req-8820bcc5-c6ca-4188-ad39-912c040acd8a 2018-12-03 15:22:56,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/688d428c-6739-4c5b-9df4-404bc2d0067d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdaf9842847b08f2e889ef8280ea22f5e11201d" 2018-12-03 15:22:56,611 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:22:56 GMT Server: Apache x-openstack-request-id: req-ad829d87-5d70-4dbc-bc4a-10d65585bd40 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:22:56,735 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:22:56 GMT Server: Apache x-openstack-request-id: req-e99b660e-45cb-48e6-bd77-895415bd60c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:22:56,735 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-stack1/688d428c-6739-4c5b-9df4-404bc2d0067d used request id req-e99b660e-45cb-48e6-bd77-895415bd60c8 2018-12-03 15:22:56,735 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-61fbb889-4013-47a4-8bf1-7938cde81f76-image 2018-12-03 15:22:56,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}146dcf6faf57f9d8569fa8c2c18b91adb1a54b4b" 2018-12-03 15:22:59,915 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-96521764-e917-4828-9abf-d792bc9bb804 Date: Mon, 03 Dec 2018 15:22:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:22:59,915 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/46aa774d-0baa-4e24-9c3f-7184b193cbdc used request id req-96521764-e917-4828-9abf-d792bc9bb804 2018-12-03 15:22:59,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/4f040482-c331-4d3c-8d3d-ab88f86b9193 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26241a3ce320b04920bc06423c2e881b664805bb" 2018-12-03 15:22:59,975 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:22: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-ff989eb7-0c0d-4542-aadd-e77f5a2d1202 x-compute-request-id: req-ff989eb7-0c0d-4542-aadd-e77f5a2d1202 Content-Length: 0 Content-Type: application/json 2018-12-03 15:22:59,975 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/4f040482-c331-4d3c-8d3d-ab88f86b9193 used request id req-ff989eb7-0c0d-4542-aadd-e77f5a2d1202 2018-12-03 15:22:59,977 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 15:22:59,978 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:22:59,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:23:00,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:23:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["Y3Ljo6geTN-g3rnFlWzQ6Q"], "issued_at": "2018-12-03T15:23:00.000000Z"}} 2018-12-03 15:23:00,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e828a2fc80cad4e13e172c035975393fd5aa07d" 2018-12-03 15:23:00,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ec008d1-4709-4a94-ade4-e350370c7cb9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:23:00,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2ec008d1-4709-4a94-ade4-e350370c7cb9 2018-12-03 15:23:00,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e828a2fc80cad4e13e172c035975393fd5aa07d" 2018-12-03 15:23:00,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-7cdd5d00-b038-4d42-b2a6-b3b763f0c9ed Date: Mon, 03 Dec 2018 15:23:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image"} 2018-12-03 15:23:00,673 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image used request id req-7cdd5d00-b038-4d42-b2a6-b3b763f0c9ed 2018-12-03 15:23:00,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e828a2fc80cad4e13e172c035975393fd5aa07d" 2018-12-03 15:23:00,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-93aae736-8fe9-4bec-abc6-16e367f215f9 Date: Mon, 03 Dec 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-12-03 15:23:00,836 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-93aae736-8fe9-4bec-abc6-16e367f215f9 2018-12-03 15:23:00,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5e828a2fc80cad4e13e172c035975393fd5aa07d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image"}' 2018-12-03 15:23:01,085 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8 X-Openstack-Request-Id: req-aa9df113-98f5-445d-8dcf-13f75b4fcf26 Date: Mon, 03 Dec 2018 15:23:01 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:23:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T15:23:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8", "min_disk": 0, "protected": false, "id": "922621ee-c2be-4ddf-a5dd-6e597e794da8", "file": "/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8/file", "checksum": null, "owner": "1780a9ab51084544804c8f0af535fb81", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:23:01,085 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-aa9df113-98f5-445d-8dcf-13f75b4fcf26 2018-12-03 15:23:01,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e828a2fc80cad4e13e172c035975393fd5aa07d" -d '' 2018-12-03 15:23:04,477 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-726a72b1-09c6-4d36-a972-172913c6029f Date: Mon, 03 Dec 2018 15:23:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:23:04,478 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8/file used request id req-726a72b1-09c6-4d36-a972-172913c6029f 2018-12-03 15:23:04,478 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 15:23:04,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e828a2fc80cad4e13e172c035975393fd5aa07d" 2018-12-03 15:23:05,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-8c13d8ac-5040-4371-8f79-b56746ef7013 Date: Mon, 03 Dec 2018 15:23:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:23:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:23:04Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/922621ee-c2be-4ddf-a5dd-6e597e794da8/snap", "metadata": {}}], "self": "/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8", "min_disk": 0, "protected": false, "id": "922621ee-c2be-4ddf-a5dd-6e597e794da8", "file": "/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/922621ee-c2be-4ddf-a5dd-6e597e794da8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:23:05,164 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8 used request id req-8c13d8ac-5040-4371-8f79-b56746ef7013 2018-12-03 15:23:05,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e828a2fc80cad4e13e172c035975393fd5aa07d" 2018-12-03 15:23:05,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-205fc698-87ca-4d6b-91a4-76908736cd8b Date: Mon, 03 Dec 2018 15:23: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-12-03 15:23:05,175 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-205fc698-87ca-4d6b-91a4-76908736cd8b 2018-12-03 15:23:05,177 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image 2018-12-03 15:23:05,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e828a2fc80cad4e13e172c035975393fd5aa07d" 2018-12-03 15:23:05,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-e14cd4ff-401b-4d66-a730-469291e02d73 Date: Mon, 03 Dec 2018 15:23:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:23:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:23:04Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/922621ee-c2be-4ddf-a5dd-6e597e794da8/snap", "metadata": {}}], "self": "/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8", "min_disk": 0, "protected": false, "id": "922621ee-c2be-4ddf-a5dd-6e597e794da8", "file": "/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/922621ee-c2be-4ddf-a5dd-6e597e794da8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:23:05,357 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8 used request id req-e14cd4ff-401b-4d66-a730-469291e02d73 2018-12-03 15:23:05,358 - create_image - DEBUG - Instance status is - active 2018-12-03 15:23:05,358 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image 2018-12-03 15:23:05,358 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image 2018-12-03 15:23:05,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:23:05,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:23:05,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:23:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["TFh6qpY6Riq8xVRMES6I6Q"], "issued_at": "2018-12-03T15:23:05.000000Z"}} 2018-12-03 15:23:05,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e747eec7ab677c87825941eaf4b94204a76ce21" 2018-12-03 15:23:05,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-573ac501-819d-41fa-b66a-268ef6841d5b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:23:05,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-573ac501-819d-41fa-b66a-268ef6841d5b 2018-12-03 15:23:05,833 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:23:05,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e747eec7ab677c87825941eaf4b94204a76ce21" 2018-12-03 15:23:05,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23: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-96f6d6dc-c47b-4df9-affe-41736e9e1b85 x-compute-request-id: req-96f6d6dc-c47b-4df9-affe-41736e9e1b85 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:23:05,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-96f6d6dc-c47b-4df9-affe-41736e9e1b85 2018-12-03 15:23:05,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e747eec7ab677c87825941eaf4b94204a76ce21" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-03 15:23:06,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23: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-0877183b-d1b5-45c6-8b7c-8052a3dc0250 x-compute-request-id: req-0877183b-d1b5-45c6-8b7c-8052a3dc0250 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/4c4a9795-e1b0-4913-b7e9-981e1368aa1d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/4c4a9795-e1b0-4913-b7e9-981e1368aa1d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4c4a9795-e1b0-4913-b7e9-981e1368aa1d", "name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:23:06,017 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0877183b-d1b5-45c6-8b7c-8052a3dc0250 2018-12-03 15:23:06,018 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 15:23:06,045 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:23:06,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:23:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["8Cc-tPV8SOykMDuVezxIVQ"], "issued_at": "2018-12-03T15:23:06.000000Z"}} 2018-12-03 15:23:06,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-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-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}}' 2018-12-03 15:23:08,747 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:23:06 GMT Server: Apache x-openstack-request-id: req-2ee97fc3-aec7-4052-af2a-cfec93e9135d Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "rel": "self"}]}} 2018-12-03 15:23:08,747 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks used request id req-2ee97fc3-aec7-4052-af2a-cfec93e9135d 2018-12-03 15:23:08,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:08,966 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:08 GMT Server: Apache x-openstack-request-id: req-68ef1408-7991-4685-b64e-b1c1934e7335 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:09,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:08 GMT Server: Apache x-openstack-request-id: req-36e8253b-0db9-41d9-a4c5-901c9f9a2e1b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "stack_user_project_id": "0ceadcc8c02f4da8891de5af6ea8d4a3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:08Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:09,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 used request id req-36e8253b-0db9-41d9-a4c5-901c9f9a2e1b 2018-12-03 15:23:09,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks?stack_name=HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:09,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:09 GMT Server: Apache x-openstack-request-id: req-48a595eb-43e4-4594-81db-527f026873f7 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-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "stack_user_project_id": "0ceadcc8c02f4da8891de5af6ea8d4a3", "deletion_time": null, "creation_time": "2018-12-03T15:23:08Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "rel": "self"}], "updated_time": null, "project": "1780a9ab51084544804c8f0af535fb81", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "tags": null}]} 2018-12-03 15:23:09,923 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks?stack_name=HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1 used request id req-48a595eb-43e4-4594-81db-527f026873f7 2018-12-03 15:23:09,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks?stack_name=HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:10,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:09 GMT Server: Apache x-openstack-request-id: req-2be66aa1-d858-4075-bdd2-84b220fbb442 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-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "stack_user_project_id": "0ceadcc8c02f4da8891de5af6ea8d4a3", "deletion_time": null, "creation_time": "2018-12-03T15:23:08Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "rel": "self"}], "updated_time": null, "project": "1780a9ab51084544804c8f0af535fb81", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "tags": null}]} 2018-12-03 15:23:10,611 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks?stack_name=HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1 used request id req-2be66aa1-d858-4075-bdd2-84b220fbb442 2018-12-03 15:23:10,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:10,825 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:10 GMT Server: Apache x-openstack-request-id: req-5afd36e3-205f-497b-860e-a85bd6710bcd Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:10,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:10 GMT Server: Apache x-openstack-request-id: req-142c16f4-f99f-455f-98bc-324cf0929390 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "stack_user_project_id": "0ceadcc8c02f4da8891de5af6ea8d4a3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:08Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:10,950 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 used request id req-142c16f4-f99f-455f-98bc-324cf0929390 2018-12-03 15:23:10,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:11,170 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:10 GMT Server: Apache x-openstack-request-id: req-2a7ba4ab-8962-4418-b1dc-61cc2243e0cd Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:11,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:11 GMT Server: Apache x-openstack-request-id: req-e52be3dd-22ed-4f58-a657-b99876923688 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "stack_user_project_id": "0ceadcc8c02f4da8891de5af6ea8d4a3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:08Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:11,395 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 used request id req-e52be3dd-22ed-4f58-a657-b99876923688 2018-12-03 15:23:14,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:15,052 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:14 GMT Server: Apache x-openstack-request-id: req-bc76b2e7-ed00-472f-8a71-1e9fcaa580c6 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:15,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:15 GMT Server: Apache x-openstack-request-id: req-9cf1811a-a17d-40d1-a7a3-45dbd270b01c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "stack_user_project_id": "0ceadcc8c02f4da8891de5af6ea8d4a3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:08Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:15,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 used request id req-9cf1811a-a17d-40d1-a7a3-45dbd270b01c 2018-12-03 15:23:18,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:18,766 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:18 GMT Server: Apache x-openstack-request-id: req-4fb95905-8a4a-4f28-8be9-2717bffff208 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:18,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:18 GMT Server: Apache x-openstack-request-id: req-a1b86c40-6f06-41a5-890f-648b748c6cd0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "stack_user_project_id": "0ceadcc8c02f4da8891de5af6ea8d4a3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:08Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:18,843 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 used request id req-a1b86c40-6f06-41a5-890f-648b748c6cd0 2018-12-03 15:23:21,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:22,488 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:21 GMT Server: Apache x-openstack-request-id: req-9077162d-50c1-4627-9c2f-c2962f3d3b14 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:22,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:22 GMT Server: Apache x-openstack-request-id: req-68e331c6-f37d-4cf1-bc1f-b6bff35431a2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "stack_user_project_id": "0ceadcc8c02f4da8891de5af6ea8d4a3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:08Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:22,671 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 used request id req-68e331c6-f37d-4cf1-bc1f-b6bff35431a2 2018-12-03 15:23:25,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:26,309 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:25 GMT Server: Apache x-openstack-request-id: req-34ea14ec-9c32-4853-ae74-0916b4b0608f Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:26,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:26 GMT Server: Apache x-openstack-request-id: req-5ea3c2c1-f3ea-4782-a018-a3434d7e60d6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "stack_user_project_id": "0ceadcc8c02f4da8891de5af6ea8d4a3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:08Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:26,999 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 used request id req-5ea3c2c1-f3ea-4782-a018-a3434d7e60d6 2018-12-03 15:23:30,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:30,172 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:30 GMT Server: Apache x-openstack-request-id: req-6dd97416-7612-462a-a209-b91612c555c1 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:30,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:30 GMT Server: Apache x-openstack-request-id: req-a93d5d2d-8eaa-4276-87e1-3f290741389d 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1", "stack_user_project_id": "0ceadcc8c02f4da8891de5af6ea8d4a3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T15:23:08Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2bd289bf-2ac9-4e7d-85ce-c7bf172d5278", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:30,213 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 used request id req-a93d5d2d-8eaa-4276-87e1-3f290741389d 2018-12-03 15:23:30,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-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-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}}' 2018-12-03 15:23:32,564 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:23:30 GMT Server: Apache x-openstack-request-id: req-7104d644-8ec8-4fe5-b990-d58232e4c05e Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "rel": "self"}]}} 2018-12-03 15:23:32,565 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks used request id req-7104d644-8ec8-4fe5-b990-d58232e4c05e 2018-12-03 15:23:32,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:33,208 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:32 GMT Server: Apache x-openstack-request-id: req-716f46d9-ff84-421b-831f-99c276d6fa06 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:33,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:33 GMT Server: Apache x-openstack-request-id: req-b0148ff9-a7e6-4323-928a-534ca705f1af 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "stack_user_project_id": "f0e597cab7474d40812a0925f9b016d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:31Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:33,853 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c used request id req-b0148ff9-a7e6-4323-928a-534ca705f1af 2018-12-03 15:23:33,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks?stack_name=HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:33,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:33 GMT Server: Apache x-openstack-request-id: req-cf71c1a2-98c7-42fb-a109-0483d08d4d38 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-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "stack_user_project_id": "f0e597cab7474d40812a0925f9b016d6", "deletion_time": null, "creation_time": "2018-12-03T15:23:31Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "rel": "self"}], "updated_time": null, "project": "1780a9ab51084544804c8f0af535fb81", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "tags": null}]} 2018-12-03 15:23:33,898 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks?stack_name=HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2 used request id req-cf71c1a2-98c7-42fb-a109-0483d08d4d38 2018-12-03 15:23:33,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks?stack_name=HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:33,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:33 GMT Server: Apache x-openstack-request-id: req-4a24e1d4-20e2-4308-a098-0c16f920dac6 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-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "stack_user_project_id": "f0e597cab7474d40812a0925f9b016d6", "deletion_time": null, "creation_time": "2018-12-03T15:23:31Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "rel": "self"}], "updated_time": null, "project": "1780a9ab51084544804c8f0af535fb81", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "tags": null}]} 2018-12-03 15:23:33,942 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks?stack_name=HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2 used request id req-4a24e1d4-20e2-4308-a098-0c16f920dac6 2018-12-03 15:23:33,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:33,969 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:33 GMT Server: Apache x-openstack-request-id: req-cc79e776-e375-4ef2-bb35-759c48e36219 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:34,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:33 GMT Server: Apache x-openstack-request-id: req-53c02008-6481-4a47-97cb-899fa8a37656 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "stack_user_project_id": "f0e597cab7474d40812a0925f9b016d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:31Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:34,011 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c used request id req-53c02008-6481-4a47-97cb-899fa8a37656 2018-12-03 15:23:34,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:34,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:34 GMT Server: Apache x-openstack-request-id: req-a28605a4-71e2-4e1e-8c90-268e0dfbf542 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:34,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:34 GMT Server: Apache x-openstack-request-id: req-0fd062a2-9efb-4b73-b9b7-4c1231eebaa6 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "stack_user_project_id": "f0e597cab7474d40812a0925f9b016d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:31Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:34,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c used request id req-0fd062a2-9efb-4b73-b9b7-4c1231eebaa6 2018-12-03 15:23:37,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:37,115 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:37 GMT Server: Apache x-openstack-request-id: req-13df6f6d-ecce-47e8-91c9-400f1c09f2fa Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:37,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:37 GMT Server: Apache x-openstack-request-id: req-442dc1a6-550b-4281-a9a2-93ffccf5abde 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "stack_user_project_id": "f0e597cab7474d40812a0925f9b016d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:31Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:37,157 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c used request id req-442dc1a6-550b-4281-a9a2-93ffccf5abde 2018-12-03 15:23:40,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:40,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:40 GMT Server: Apache x-openstack-request-id: req-ffcfb540-d22e-4374-bb36-a9449d2b2760 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:40,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:40 GMT Server: Apache x-openstack-request-id: req-3f7b78b5-f736-47a5-b13b-7a02b1db98e0 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "stack_user_project_id": "f0e597cab7474d40812a0925f9b016d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:31Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:40,369 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c used request id req-3f7b78b5-f736-47a5-b13b-7a02b1db98e0 2018-12-03 15:23:43,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:44,051 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:43 GMT Server: Apache x-openstack-request-id: req-b4bbb574-ae9c-4ec1-bde5-f17cf72023b1 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:44,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:44 GMT Server: Apache x-openstack-request-id: req-14cafc94-366e-4475-b6ab-e17328bab4e7 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "stack_user_project_id": "f0e597cab7474d40812a0925f9b016d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:31Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:44,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c used request id req-14cafc94-366e-4475-b6ab-e17328bab4e7 2018-12-03 15:23:47,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:47,127 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:47 GMT Server: Apache x-openstack-request-id: req-e2733312-bd58-4954-a45f-4dd6225c5f72 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:47,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:47 GMT Server: Apache x-openstack-request-id: req-1297eb77-6052-42d2-b4fb-2bf511fe5b5d 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "stack_user_project_id": "f0e597cab7474d40812a0925f9b016d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:31Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:47,169 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c used request id req-1297eb77-6052-42d2-b4fb-2bf511fe5b5d 2018-12-03 15:23:50,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:50,202 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:50 GMT Server: Apache x-openstack-request-id: req-8af57d3d-b7f1-4dd8-82ff-e5b9bd5a0524 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:50,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:50 GMT Server: Apache x-openstack-request-id: req-267847a0-026c-49d2-a859-5360cc359e3d 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "stack_user_project_id": "f0e597cab7474d40812a0925f9b016d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:31Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:50,278 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c used request id req-267847a0-026c-49d2-a859-5360cc359e3d 2018-12-03 15:23:53,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:53,312 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:53 GMT Server: Apache x-openstack-request-id: req-f25fd14c-6b02-4839-af65-90978b965c9d Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:53,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:53 GMT Server: Apache x-openstack-request-id: req-b321546a-707a-41a9-8bf8-e31da7cc3b61 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "stack_user_project_id": "f0e597cab7474d40812a0925f9b016d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:23:31Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:53,385 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c used request id req-b321546a-707a-41a9-8bf8-e31da7cc3b61 2018-12-03 15:23:56,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:56,435 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:56 GMT Server: Apache x-openstack-request-id: req-c4115e7b-c902-4594-9f60-fc8026a336ef Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:56,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:56 GMT Server: Apache x-openstack-request-id: req-be5ef5ca-54c1-42be-859e-34591a85a91b 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2", "stack_user_project_id": "f0e597cab7474d40812a0925f9b016d6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T15:23:31Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1dbbfefa-cd5c-4b89-a128-1bb29b966d8c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 15:23:56,510 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c used request id req-be5ef5ca-54c1-42be-859e-34591a85a91b 2018-12-03 15:23:56,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:56,541 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:56 GMT Server: Apache x-openstack-request-id: req-50d7c413-4832-4066-845e-1e65b1eb0180 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:56,614 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:23:56 GMT Server: Apache x-openstack-request-id: req-20936303-9dc2-4333-b765-676a889584f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:23:56,614 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack1/2bd289bf-2ac9-4e7d-85ce-c7bf172d5278 used request id req-20936303-9dc2-4333-b765-676a889584f2 2018-12-03 15:23:56,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754842bad5ebbe1b6c31c9b52801d9869e328637" 2018-12-03 15:23:56,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:23:56 GMT Server: Apache x-openstack-request-id: req-2465521f-28fc-43a3-b544-78f8ef0d48ea Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:23:56,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:23:56 GMT Server: Apache x-openstack-request-id: req-715b937e-1e92-462a-a575-81ad64c3860e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:23:56,686 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-stack2/1dbbfefa-cd5c-4b89-a128-1bb29b966d8c used request id req-715b937e-1e92-462a-a575-81ad64c3860e 2018-12-03 15:23:56,686 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-74879d62-e472-40d8-bc7f-f8462e2667eb-image 2018-12-03 15:23:56,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e828a2fc80cad4e13e172c035975393fd5aa07d" 2018-12-03 15:23:58,656 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ed76a0b3-edaf-4f2e-b21e-3de53189b265 Date: Mon, 03 Dec 2018 15:23:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:23:58,656 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/922621ee-c2be-4ddf-a5dd-6e597e794da8 used request id req-ed76a0b3-edaf-4f2e-b21e-3de53189b265 2018-12-03 15:23:58,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/4c4a9795-e1b0-4913-b7e9-981e1368aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e747eec7ab677c87825941eaf4b94204a76ce21" 2018-12-03 15:23:58,721 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:23: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-7dedf0e6-9d14-487b-a98d-411f6470e62c x-compute-request-id: req-7dedf0e6-9d14-487b-a98d-411f6470e62c Content-Length: 0 Content-Type: application/json 2018-12-03 15:23:58,721 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/4c4a9795-e1b0-4913-b7e9-981e1368aa1d used request id req-7dedf0e6-9d14-487b-a98d-411f6470e62c 2018-12-03 15:23:58,723 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 15:23:58,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:23:58,724 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:23:59,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:23:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["UtbblW7pQKO9h82lm_OawQ"], "issued_at": "2018-12-03T15:23:59.000000Z"}} 2018-12-03 15:23:59,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}231427f464fc9ced5311a9db7092a92628d0a2cf" 2018-12-03 15:23:59,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e54c2335-5439-43c9-bd5b-74ffca4d94d0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:23:59,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e54c2335-5439-43c9-bd5b-74ffca4d94d0 2018-12-03 15:23:59,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}231427f464fc9ced5311a9db7092a92628d0a2cf" 2018-12-03 15:23:59,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-6c1c8b4e-e78d-4829-9aad-b3bd2f0c0346 Date: Mon, 03 Dec 2018 15:23:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"} 2018-12-03 15:23:59,389 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1 used request id req-6c1c8b4e-e78d-4829-9aad-b3bd2f0c0346 2018-12-03 15:23:59,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}231427f464fc9ced5311a9db7092a92628d0a2cf" 2018-12-03 15:23:59,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e5da0b5a-95bd-48b2-802b-298800bb03cc Date: Mon, 03 Dec 2018 15:23: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-12-03 15:23:59,541 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e5da0b5a-95bd-48b2-802b-298800bb03cc 2018-12-03 15:23:59,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}231427f464fc9ced5311a9db7092a92628d0a2cf" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}' 2018-12-03 15:23:59,785 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11 X-Openstack-Request-Id: req-d23ee9b3-02af-49d3-a157-7b1b1bcf39e5 Date: Mon, 03 Dec 2018 15:23:59 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:23:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T15:23:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11", "min_disk": 0, "protected": false, "id": "532cda50-f578-4143-8f92-9dd727f5ab11", "file": "/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11/file", "checksum": null, "owner": "1780a9ab51084544804c8f0af535fb81", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:23:59,785 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-d23ee9b3-02af-49d3-a157-7b1b1bcf39e5 2018-12-03 15:23:59,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}231427f464fc9ced5311a9db7092a92628d0a2cf" -d '' 2018-12-03 15:24:03,017 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-278a6090-4323-4495-8bcc-d6d8f4176208 Date: Mon, 03 Dec 2018 15:24:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:24:03,017 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11/file used request id req-278a6090-4323-4495-8bcc-d6d8f4176208 2018-12-03 15:24:03,018 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 15:24:03,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}231427f464fc9ced5311a9db7092a92628d0a2cf" 2018-12-03 15:24:03,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-263de2ab-be8a-4871-af3c-6c85e0d437b1 Date: Mon, 03 Dec 2018 15:24:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:23:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:24:02Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/532cda50-f578-4143-8f92-9dd727f5ab11/snap", "metadata": {}}], "self": "/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11", "min_disk": 0, "protected": false, "id": "532cda50-f578-4143-8f92-9dd727f5ab11", "file": "/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/532cda50-f578-4143-8f92-9dd727f5ab11/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:24:03,187 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11 used request id req-263de2ab-be8a-4871-af3c-6c85e0d437b1 2018-12-03 15:24:03,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}231427f464fc9ced5311a9db7092a92628d0a2cf" 2018-12-03 15:24:03,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6a469664-8b16-46c9-9d17-c10be985bb48 Date: Mon, 03 Dec 2018 15:24: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-12-03 15:24:03,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-6a469664-8b16-46c9-9d17-c10be985bb48 2018-12-03 15:24:03,347 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1 2018-12-03 15:24:03,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}231427f464fc9ced5311a9db7092a92628d0a2cf" 2018-12-03 15:24:03,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-2f596f90-3f5d-4bf1-904b-376b24c2616a Date: Mon, 03 Dec 2018 15:24:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:23:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:24:02Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/532cda50-f578-4143-8f92-9dd727f5ab11/snap", "metadata": {}}], "self": "/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11", "min_disk": 0, "protected": false, "id": "532cda50-f578-4143-8f92-9dd727f5ab11", "file": "/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/532cda50-f578-4143-8f92-9dd727f5ab11/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:24:03,368 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11 used request id req-2f596f90-3f5d-4bf1-904b-376b24c2616a 2018-12-03 15:24:03,368 - create_image - DEBUG - Instance status is - active 2018-12-03 15:24:03,369 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1 2018-12-03 15:24:03,369 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1 2018-12-03 15:24:03,369 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 15:24:03,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:24:03,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:24:03,758 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:24:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["1nB1rplXQIa8R3l16DmQ1Q"], "issued_at": "2018-12-03T15:24:03.000000Z"}} 2018-12-03 15:24:03,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0f410d6acc5619f166bbdc77e166eda432d782" 2018-12-03 15:24:03,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f2cbe4b-0624-413a-805a-1caa60893953 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:24:03,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3f2cbe4b-0624-413a-805a-1caa60893953 2018-12-03 15:24:03,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b0f410d6acc5619f166bbdc77e166eda432d782" 2018-12-03 15:24:04,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-6f063a7d-539b-48cb-8463-89b6ea5e0c19 Date: Mon, 03 Dec 2018 15:24:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2"} 2018-12-03 15:24:04,014 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2 used request id req-6f063a7d-539b-48cb-8463-89b6ea5e0c19 2018-12-03 15:24:04,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b0f410d6acc5619f166bbdc77e166eda432d782" 2018-12-03 15:24:04,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0f718a97-e646-4cf4-b4d5-dd6146797b41 Date: Mon, 03 Dec 2018 15:24: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-12-03 15:24:04,178 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-0f718a97-e646-4cf4-b4d5-dd6146797b41 2018-12-03 15:24:04,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3b0f410d6acc5619f166bbdc77e166eda432d782" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2"}' 2018-12-03 15:24:04,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e X-Openstack-Request-Id: req-fb1f6716-93fc-4601-8ebf-16f1a4e19c55 Date: Mon, 03 Dec 2018 15:24:04 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:24:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T15:24:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e", "min_disk": 0, "protected": false, "id": "682a212f-1a14-4772-b3ac-a4474f5fea3e", "file": "/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/file", "checksum": null, "owner": "1780a9ab51084544804c8f0af535fb81", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:24:04,422 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-fb1f6716-93fc-4601-8ebf-16f1a4e19c55 2018-12-03 15:24:04,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b0f410d6acc5619f166bbdc77e166eda432d782" -d '' 2018-12-03 15:24:06,430 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-46addb0b-6658-441c-ab55-c04b88e3385a Date: Mon, 03 Dec 2018 15:24:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:24:06,430 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/file used request id req-46addb0b-6658-441c-ab55-c04b88e3385a 2018-12-03 15:24:06,430 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 15:24:06,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b0f410d6acc5619f166bbdc77e166eda432d782" 2018-12-03 15:24:06,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-9e102039-e92f-4efe-bedf-9b1dd10fb188 Date: Mon, 03 Dec 2018 15:24:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:24:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:24:06Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/snap", "metadata": {}}], "self": "/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e", "min_disk": 0, "protected": false, "id": "682a212f-1a14-4772-b3ac-a4474f5fea3e", "file": "/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:24:06,599 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e used request id req-9e102039-e92f-4efe-bedf-9b1dd10fb188 2018-12-03 15:24:06,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b0f410d6acc5619f166bbdc77e166eda432d782" 2018-12-03 15:24:06,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-89c67099-39f4-4603-b503-7e9384ed924b Date: Mon, 03 Dec 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-12-03 15:24:06,609 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-89c67099-39f4-4603-b503-7e9384ed924b 2018-12-03 15:24:06,612 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2 2018-12-03 15:24:06,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b0f410d6acc5619f166bbdc77e166eda432d782" 2018-12-03 15:24:06,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-6a8261c5-9050-4495-b8e2-2568fc934407 Date: Mon, 03 Dec 2018 15:24:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:24:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:24:06Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/snap", "metadata": {}}], "self": "/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e", "min_disk": 0, "protected": false, "id": "682a212f-1a14-4772-b3ac-a4474f5fea3e", "file": "/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:24:06,773 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e used request id req-6a8261c5-9050-4495-b8e2-2568fc934407 2018-12-03 15:24:06,774 - create_image - DEBUG - Instance status is - active 2018-12-03 15:24:06,774 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2 2018-12-03 15:24:06,774 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2 2018-12-03 15:24:06,774 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 15:24:06,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:24:07,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:24:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["8u4LPa3YTmC4yfN-opM6Xg"], "issued_at": "2018-12-03T15:24:07.000000Z"}} 2018-12-03 15:24:07,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-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-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net"}}' 2018-12-03 15:24:11,277 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:24:07 GMT Server: Apache x-openstack-request-id: req-01bc6974-b72c-4683-873b-4058d2bffa20 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "c1aefa35-38e5-458d-9176-4320635843d2", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}]}} 2018-12-03 15:24:11,278 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks used request id req-01bc6974-b72c-4683-873b-4058d2bffa20 2018-12-03 15:24:11,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:11,460 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:11 GMT Server: Apache x-openstack-request-id: req-f7a9ee0f-9dbc-4667-bb22-29d5e5badc18 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:11,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:11 GMT Server: Apache x-openstack-request-id: req-0eb5fb7c-7976-4870-ae8e-285733a4cf35 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 722 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-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1aefa35-38e5-458d-9176-4320635843d2", "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-12-03 15:24:11,636 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-0eb5fb7c-7976-4870-ae8e-285733a4cf35 2018-12-03 15:24:11,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:12,274 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:11 GMT Server: Apache x-openstack-request-id: req-6bc6e410-166e-42be-bbb1-7b4ee5642156 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:12,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:12 GMT Server: Apache x-openstack-request-id: req-89f508df-2a00-4224-9741-deec2163c692 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 722 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-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1aefa35-38e5-458d-9176-4320635843d2", "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-12-03 15:24:12,316 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-89f508df-2a00-4224-9741-deec2163c692 2018-12-03 15:24:15,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:15,493 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:15 GMT Server: Apache x-openstack-request-id: req-a015d86b-1f29-4e17-979a-2ea48984a14b Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:15,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:15 GMT Server: Apache x-openstack-request-id: req-e695141b-447e-49e4-9124-ff5846e8cf2b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 722 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-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1aefa35-38e5-458d-9176-4320635843d2", "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-12-03 15:24:15,715 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-e695141b-447e-49e4-9124-ff5846e8cf2b 2018-12-03 15:24:18,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:18,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:18 GMT Server: Apache x-openstack-request-id: req-56ff2b3c-2fb0-49bd-a45f-423c9d1acd09 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:19,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:18 GMT Server: Apache x-openstack-request-id: req-0d47772e-7f3a-4c38-a68a-2c04ec15ec6f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 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-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1aefa35-38e5-458d-9176-4320635843d2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAmQTvFiI+pVrRhjialH4BlKatcgGmOjjzJTCKkcpabC9EYqX/\n86wiDRDfwYTEF+3JxLDQdvbXomZdHedYPax+Rs5tnDdoozQTDG9zeErrGsNqAWir\n/iA5Zf7dyr9DfatpEv0pVPzWbgJLVK/hhy3cx3cqaLQvj5IUeO7NCjnrCmDL7OH2\nMVNTDVKtPlS67zm8CI8ZQoRsIYxRoNxiNoersXUU57V0oLOEPFuZKlEZzdyUUahp\nhAOfmu7YxhKHdQeukk+PYa6kZ5Jg1t13NTGNXLGvxzEboqXtLTzCIni2fpwCyu09\nDlvqaUWLrpsaDSQdwyEBgUsUHFPDEof7K39luQIDAQABAoIBACzIUOB9bTAfgCpz\n7ml+5x+GGETBTtDDUgWUSzmXqxb2TmFAi8PYoK6KPbH5FRqbsO0rghcO7tTMeHwD\n9MM39EzspQ+O98SrvNdq1rRh2KSghCmdZJie/a1oBakMiMgCnmG8TZhd1rOjYECM\nqMhTF8YYjgTOlwzBh9RMrx1LDgqfDa215WplaqClSPH56/rPsaqLOuvDc7Tqnq05\nDPZgUcmPuy4sSZPRn6K0r9QxtsiMtWvpCe5LbPNePhUm+NzaU+8/PB+XKLjzOY4W\n4/8enhXhj0GhMG9ACk+X7VTohMNVLMQmLiWlP+msCOlbDRYuiWTGnxN+OMomV3CX\nAHAhWcECgYEAyrAtIThNhHiQBUDNzHqkmNBGKsZ6Rc/02uVPy6nZigVsqupkpVeQ\nrQgjK+WYmslZjchi4UGfxYdS68gwMlzL7mwovx3hB1C1K3jvnKt71e1VAY5QjJ8K\njHePb+a54W5x89NMHUPMfnkNaLoYr3aPZz4EgVPhS22X3VSHTb/jyx0CgYEAwURY\nv2ZTUGU+0VLAPr4afy3csVBxTeAAl5Gkeid9tKBtXNSWRaXGzi1GioOJ9GPDtOVx\nBQnHl61F8z8O1PapnVGDt/0SiNp7XdF09AfwlqXFJcVWafTP1pjshXnCOhO3KgSQ\nRqkllX1GCVz9+qskA7rEW4Y8L5yKOXhnfaYZJk0CgYBLE3Sz8FnuLoYSHA3eprLf\nE45Z+8iAoWWtyvCCnLhCQn4c1NNQ1x10qiX09YdQFjLArK/LhfY7QUO6qB0KGotD\nFfcFy3h1sDRbFOGUI4SsGcu51tAJNkO/Ae40Yb8KPFGjIen4kQtm8UnBN+U64Ox/\nLl6W1M4HlWGCDvRLHT+wFQKBgCqDLkJr78evfbHt0fv7NTjkjbczSrkmnPq6PsPg\nC/a/k07oNGX9oU2ZB/tQE/h+OX6BOesxy4XBx7FKHaka2RSR6bd/I6SW6qwoduF3\nHaUFsegtEGUeRNmfqedycRb1X0UO2+2vJ2VKuS02F2gcXT+0xZycWoDenkkmAx3Q\ne5fBAoGALIG1XL6CB+XRUWyGUgJ/74s29fRdRzwaXwnL1NQk4VDh+vcbNcTBcaAS\nirNE/WkvQ+Nl/zfXUjBfbFz/NP1xXDeYhnu3y9O5sVVgKEfsVbLwvMhzlgvjc+WC\n/Il+goro8rYpIe+RE0qCYROLIE27EISET6fg9IMAdN6gMwhs7AA=\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-12-03 15:24:19,080 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-0d47772e-7f3a-4c38-a68a-2c04ec15ec6f 2018-12-03 15:24:22,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:22,113 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:22 GMT Server: Apache x-openstack-request-id: req-4de6631c-664b-415a-be90-70427e6d9c7f Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:22,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:22 GMT Server: Apache x-openstack-request-id: req-fd6ed1df-3b47-46ee-b2af-b8ec9aca297b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 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-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1aefa35-38e5-458d-9176-4320635843d2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAmQTvFiI+pVrRhjialH4BlKatcgGmOjjzJTCKkcpabC9EYqX/\n86wiDRDfwYTEF+3JxLDQdvbXomZdHedYPax+Rs5tnDdoozQTDG9zeErrGsNqAWir\n/iA5Zf7dyr9DfatpEv0pVPzWbgJLVK/hhy3cx3cqaLQvj5IUeO7NCjnrCmDL7OH2\nMVNTDVKtPlS67zm8CI8ZQoRsIYxRoNxiNoersXUU57V0oLOEPFuZKlEZzdyUUahp\nhAOfmu7YxhKHdQeukk+PYa6kZ5Jg1t13NTGNXLGvxzEboqXtLTzCIni2fpwCyu09\nDlvqaUWLrpsaDSQdwyEBgUsUHFPDEof7K39luQIDAQABAoIBACzIUOB9bTAfgCpz\n7ml+5x+GGETBTtDDUgWUSzmXqxb2TmFAi8PYoK6KPbH5FRqbsO0rghcO7tTMeHwD\n9MM39EzspQ+O98SrvNdq1rRh2KSghCmdZJie/a1oBakMiMgCnmG8TZhd1rOjYECM\nqMhTF8YYjgTOlwzBh9RMrx1LDgqfDa215WplaqClSPH56/rPsaqLOuvDc7Tqnq05\nDPZgUcmPuy4sSZPRn6K0r9QxtsiMtWvpCe5LbPNePhUm+NzaU+8/PB+XKLjzOY4W\n4/8enhXhj0GhMG9ACk+X7VTohMNVLMQmLiWlP+msCOlbDRYuiWTGnxN+OMomV3CX\nAHAhWcECgYEAyrAtIThNhHiQBUDNzHqkmNBGKsZ6Rc/02uVPy6nZigVsqupkpVeQ\nrQgjK+WYmslZjchi4UGfxYdS68gwMlzL7mwovx3hB1C1K3jvnKt71e1VAY5QjJ8K\njHePb+a54W5x89NMHUPMfnkNaLoYr3aPZz4EgVPhS22X3VSHTb/jyx0CgYEAwURY\nv2ZTUGU+0VLAPr4afy3csVBxTeAAl5Gkeid9tKBtXNSWRaXGzi1GioOJ9GPDtOVx\nBQnHl61F8z8O1PapnVGDt/0SiNp7XdF09AfwlqXFJcVWafTP1pjshXnCOhO3KgSQ\nRqkllX1GCVz9+qskA7rEW4Y8L5yKOXhnfaYZJk0CgYBLE3Sz8FnuLoYSHA3eprLf\nE45Z+8iAoWWtyvCCnLhCQn4c1NNQ1x10qiX09YdQFjLArK/LhfY7QUO6qB0KGotD\nFfcFy3h1sDRbFOGUI4SsGcu51tAJNkO/Ae40Yb8KPFGjIen4kQtm8UnBN+U64Ox/\nLl6W1M4HlWGCDvRLHT+wFQKBgCqDLkJr78evfbHt0fv7NTjkjbczSrkmnPq6PsPg\nC/a/k07oNGX9oU2ZB/tQE/h+OX6BOesxy4XBx7FKHaka2RSR6bd/I6SW6qwoduF3\nHaUFsegtEGUeRNmfqedycRb1X0UO2+2vJ2VKuS02F2gcXT+0xZycWoDenkkmAx3Q\ne5fBAoGALIG1XL6CB+XRUWyGUgJ/74s29fRdRzwaXwnL1NQk4VDh+vcbNcTBcaAS\nirNE/WkvQ+Nl/zfXUjBfbFz/NP1xXDeYhnu3y9O5sVVgKEfsVbLwvMhzlgvjc+WC\n/Il+goro8rYpIe+RE0qCYROLIE27EISET6fg9IMAdN6gMwhs7AA=\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-12-03 15:24:22,541 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-fd6ed1df-3b47-46ee-b2af-b8ec9aca297b 2018-12-03 15:24:25,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:26,203 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:25 GMT Server: Apache x-openstack-request-id: req-6b9fb46d-a6a2-4a3c-af98-b716607b33a4 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:26,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:26 GMT Server: Apache x-openstack-request-id: req-f9d912da-66c5-4ac6-9050-89452777f9ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 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-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1aefa35-38e5-458d-9176-4320635843d2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAmQTvFiI+pVrRhjialH4BlKatcgGmOjjzJTCKkcpabC9EYqX/\n86wiDRDfwYTEF+3JxLDQdvbXomZdHedYPax+Rs5tnDdoozQTDG9zeErrGsNqAWir\n/iA5Zf7dyr9DfatpEv0pVPzWbgJLVK/hhy3cx3cqaLQvj5IUeO7NCjnrCmDL7OH2\nMVNTDVKtPlS67zm8CI8ZQoRsIYxRoNxiNoersXUU57V0oLOEPFuZKlEZzdyUUahp\nhAOfmu7YxhKHdQeukk+PYa6kZ5Jg1t13NTGNXLGvxzEboqXtLTzCIni2fpwCyu09\nDlvqaUWLrpsaDSQdwyEBgUsUHFPDEof7K39luQIDAQABAoIBACzIUOB9bTAfgCpz\n7ml+5x+GGETBTtDDUgWUSzmXqxb2TmFAi8PYoK6KPbH5FRqbsO0rghcO7tTMeHwD\n9MM39EzspQ+O98SrvNdq1rRh2KSghCmdZJie/a1oBakMiMgCnmG8TZhd1rOjYECM\nqMhTF8YYjgTOlwzBh9RMrx1LDgqfDa215WplaqClSPH56/rPsaqLOuvDc7Tqnq05\nDPZgUcmPuy4sSZPRn6K0r9QxtsiMtWvpCe5LbPNePhUm+NzaU+8/PB+XKLjzOY4W\n4/8enhXhj0GhMG9ACk+X7VTohMNVLMQmLiWlP+msCOlbDRYuiWTGnxN+OMomV3CX\nAHAhWcECgYEAyrAtIThNhHiQBUDNzHqkmNBGKsZ6Rc/02uVPy6nZigVsqupkpVeQ\nrQgjK+WYmslZjchi4UGfxYdS68gwMlzL7mwovx3hB1C1K3jvnKt71e1VAY5QjJ8K\njHePb+a54W5x89NMHUPMfnkNaLoYr3aPZz4EgVPhS22X3VSHTb/jyx0CgYEAwURY\nv2ZTUGU+0VLAPr4afy3csVBxTeAAl5Gkeid9tKBtXNSWRaXGzi1GioOJ9GPDtOVx\nBQnHl61F8z8O1PapnVGDt/0SiNp7XdF09AfwlqXFJcVWafTP1pjshXnCOhO3KgSQ\nRqkllX1GCVz9+qskA7rEW4Y8L5yKOXhnfaYZJk0CgYBLE3Sz8FnuLoYSHA3eprLf\nE45Z+8iAoWWtyvCCnLhCQn4c1NNQ1x10qiX09YdQFjLArK/LhfY7QUO6qB0KGotD\nFfcFy3h1sDRbFOGUI4SsGcu51tAJNkO/Ae40Yb8KPFGjIen4kQtm8UnBN+U64Ox/\nLl6W1M4HlWGCDvRLHT+wFQKBgCqDLkJr78evfbHt0fv7NTjkjbczSrkmnPq6PsPg\nC/a/k07oNGX9oU2ZB/tQE/h+OX6BOesxy4XBx7FKHaka2RSR6bd/I6SW6qwoduF3\nHaUFsegtEGUeRNmfqedycRb1X0UO2+2vJ2VKuS02F2gcXT+0xZycWoDenkkmAx3Q\ne5fBAoGALIG1XL6CB+XRUWyGUgJ/74s29fRdRzwaXwnL1NQk4VDh+vcbNcTBcaAS\nirNE/WkvQ+Nl/zfXUjBfbFz/NP1xXDeYhnu3y9O5sVVgKEfsVbLwvMhzlgvjc+WC\n/Il+goro8rYpIe+RE0qCYROLIE27EISET6fg9IMAdN6gMwhs7AA=\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-12-03 15:24:26,989 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-f9d912da-66c5-4ac6-9050-89452777f9ff 2018-12-03 15:24:29,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:30,169 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:30 GMT Server: Apache x-openstack-request-id: req-c83b7b8d-a0e9-4fd9-b531-4363da80cf73 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:30,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:30 GMT Server: Apache x-openstack-request-id: req-cec20ccc-38df-4b31-af94-41ac9574fc79 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 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-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1aefa35-38e5-458d-9176-4320635843d2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAmQTvFiI+pVrRhjialH4BlKatcgGmOjjzJTCKkcpabC9EYqX/\n86wiDRDfwYTEF+3JxLDQdvbXomZdHedYPax+Rs5tnDdoozQTDG9zeErrGsNqAWir\n/iA5Zf7dyr9DfatpEv0pVPzWbgJLVK/hhy3cx3cqaLQvj5IUeO7NCjnrCmDL7OH2\nMVNTDVKtPlS67zm8CI8ZQoRsIYxRoNxiNoersXUU57V0oLOEPFuZKlEZzdyUUahp\nhAOfmu7YxhKHdQeukk+PYa6kZ5Jg1t13NTGNXLGvxzEboqXtLTzCIni2fpwCyu09\nDlvqaUWLrpsaDSQdwyEBgUsUHFPDEof7K39luQIDAQABAoIBACzIUOB9bTAfgCpz\n7ml+5x+GGETBTtDDUgWUSzmXqxb2TmFAi8PYoK6KPbH5FRqbsO0rghcO7tTMeHwD\n9MM39EzspQ+O98SrvNdq1rRh2KSghCmdZJie/a1oBakMiMgCnmG8TZhd1rOjYECM\nqMhTF8YYjgTOlwzBh9RMrx1LDgqfDa215WplaqClSPH56/rPsaqLOuvDc7Tqnq05\nDPZgUcmPuy4sSZPRn6K0r9QxtsiMtWvpCe5LbPNePhUm+NzaU+8/PB+XKLjzOY4W\n4/8enhXhj0GhMG9ACk+X7VTohMNVLMQmLiWlP+msCOlbDRYuiWTGnxN+OMomV3CX\nAHAhWcECgYEAyrAtIThNhHiQBUDNzHqkmNBGKsZ6Rc/02uVPy6nZigVsqupkpVeQ\nrQgjK+WYmslZjchi4UGfxYdS68gwMlzL7mwovx3hB1C1K3jvnKt71e1VAY5QjJ8K\njHePb+a54W5x89NMHUPMfnkNaLoYr3aPZz4EgVPhS22X3VSHTb/jyx0CgYEAwURY\nv2ZTUGU+0VLAPr4afy3csVBxTeAAl5Gkeid9tKBtXNSWRaXGzi1GioOJ9GPDtOVx\nBQnHl61F8z8O1PapnVGDt/0SiNp7XdF09AfwlqXFJcVWafTP1pjshXnCOhO3KgSQ\nRqkllX1GCVz9+qskA7rEW4Y8L5yKOXhnfaYZJk0CgYBLE3Sz8FnuLoYSHA3eprLf\nE45Z+8iAoWWtyvCCnLhCQn4c1NNQ1x10qiX09YdQFjLArK/LhfY7QUO6qB0KGotD\nFfcFy3h1sDRbFOGUI4SsGcu51tAJNkO/Ae40Yb8KPFGjIen4kQtm8UnBN+U64Ox/\nLl6W1M4HlWGCDvRLHT+wFQKBgCqDLkJr78evfbHt0fv7NTjkjbczSrkmnPq6PsPg\nC/a/k07oNGX9oU2ZB/tQE/h+OX6BOesxy4XBx7FKHaka2RSR6bd/I6SW6qwoduF3\nHaUFsegtEGUeRNmfqedycRb1X0UO2+2vJ2VKuS02F2gcXT+0xZycWoDenkkmAx3Q\ne5fBAoGALIG1XL6CB+XRUWyGUgJ/74s29fRdRzwaXwnL1NQk4VDh+vcbNcTBcaAS\nirNE/WkvQ+Nl/zfXUjBfbFz/NP1xXDeYhnu3y9O5sVVgKEfsVbLwvMhzlgvjc+WC\n/Il+goro8rYpIe+RE0qCYROLIE27EISET6fg9IMAdN6gMwhs7AA=\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-12-03 15:24:30,513 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-cec20ccc-38df-4b31-af94-41ac9574fc79 2018-12-03 15:24:33,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:33,543 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:33 GMT Server: Apache x-openstack-request-id: req-4aca2b92-b655-47b6-97bc-537a92b47782 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:33,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:33 GMT Server: Apache x-openstack-request-id: req-058b3434-42c7-4c71-83e2-aefa28f1225a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2086 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-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c1aefa35-38e5-458d-9176-4320635843d2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAmQTvFiI+pVrRhjialH4BlKatcgGmOjjzJTCKkcpabC9EYqX/\n86wiDRDfwYTEF+3JxLDQdvbXomZdHedYPax+Rs5tnDdoozQTDG9zeErrGsNqAWir\n/iA5Zf7dyr9DfatpEv0pVPzWbgJLVK/hhy3cx3cqaLQvj5IUeO7NCjnrCmDL7OH2\nMVNTDVKtPlS67zm8CI8ZQoRsIYxRoNxiNoersXUU57V0oLOEPFuZKlEZzdyUUahp\nhAOfmu7YxhKHdQeukk+PYa6kZ5Jg1t13NTGNXLGvxzEboqXtLTzCIni2fpwCyu09\nDlvqaUWLrpsaDSQdwyEBgUsUHFPDEof7K39luQIDAQABAoIBACzIUOB9bTAfgCpz\n7ml+5x+GGETBTtDDUgWUSzmXqxb2TmFAi8PYoK6KPbH5FRqbsO0rghcO7tTMeHwD\n9MM39EzspQ+O98SrvNdq1rRh2KSghCmdZJie/a1oBakMiMgCnmG8TZhd1rOjYECM\nqMhTF8YYjgTOlwzBh9RMrx1LDgqfDa215WplaqClSPH56/rPsaqLOuvDc7Tqnq05\nDPZgUcmPuy4sSZPRn6K0r9QxtsiMtWvpCe5LbPNePhUm+NzaU+8/PB+XKLjzOY4W\n4/8enhXhj0GhMG9ACk+X7VTohMNVLMQmLiWlP+msCOlbDRYuiWTGnxN+OMomV3CX\nAHAhWcECgYEAyrAtIThNhHiQBUDNzHqkmNBGKsZ6Rc/02uVPy6nZigVsqupkpVeQ\nrQgjK+WYmslZjchi4UGfxYdS68gwMlzL7mwovx3hB1C1K3jvnKt71e1VAY5QjJ8K\njHePb+a54W5x89NMHUPMfnkNaLoYr3aPZz4EgVPhS22X3VSHTb/jyx0CgYEAwURY\nv2ZTUGU+0VLAPr4afy3csVBxTeAAl5Gkeid9tKBtXNSWRaXGzi1GioOJ9GPDtOVx\nBQnHl61F8z8O1PapnVGDt/0SiNp7XdF09AfwlqXFJcVWafTP1pjshXnCOhO3KgSQ\nRqkllX1GCVz9+qskA7rEW4Y8L5yKOXhnfaYZJk0CgYBLE3Sz8FnuLoYSHA3eprLf\nE45Z+8iAoWWtyvCCnLhCQn4c1NNQ1x10qiX09YdQFjLArK/LhfY7QUO6qB0KGotD\nFfcFy3h1sDRbFOGUI4SsGcu51tAJNkO/Ae40Yb8KPFGjIen4kQtm8UnBN+U64Ox/\nLl6W1M4HlWGCDvRLHT+wFQKBgCqDLkJr78evfbHt0fv7NTjkjbczSrkmnPq6PsPg\nC/a/k07oNGX9oU2ZB/tQE/h+OX6BOesxy4XBx7FKHaka2RSR6bd/I6SW6qwoduF3\nHaUFsegtEGUeRNmfqedycRb1X0UO2+2vJ2VKuS02F2gcXT+0xZycWoDenkkmAx3Q\ne5fBAoGALIG1XL6CB+XRUWyGUgJ/74s29fRdRzwaXwnL1NQk4VDh+vcbNcTBcaAS\nirNE/WkvQ+Nl/zfXUjBfbFz/NP1xXDeYhnu3y9O5sVVgKEfsVbLwvMhzlgvjc+WC\n/Il+goro8rYpIe+RE0qCYROLIE27EISET6fg9IMAdN6gMwhs7AA=\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-12-03 15:24:33,718 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-058b3434-42c7-4c71-83e2-aefa28f1225a 2018-12-03 15:24:33,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:34,387 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:33 GMT Server: Apache x-openstack-request-id: req-074825b7-6f9b-4d54-8c3d-e69d60e8a88f Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:34,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:34 GMT Server: Apache x-openstack-request-id: req-a1c96869-3518-4e3d-bee4-97644e7490ef Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1032 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7326bd83-8af2-41e3-8dc2-9b6ca3f1d378", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "3483a98b-d6ce-49fb-a102-bcb9f6d57483", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "31bacfc8-63d7-428e-bbeb-360c7f05d2d4", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "93693f9d-db9a-4924-b120-f48f9836c902", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4bfc68e6-e122-4ec8-aa40-47cd60b04339", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "51", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "51a86ca8-57e7-4cf3-90ad-275c4410ee7f:subnet_id=c960cc11-ba4c-473a-b681-4a6ba8429d12", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "c960cc11-ba4c-473a-b681-4a6ba8429d12", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "51a86ca8-57e7-4cf3-90ad-275c4410ee7f", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "2954b72b-79d8-448c-9fc3-b216577d265d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7350f713-e3ca-4662-b297-fd20ef9e5409", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e864b4c2-c6e3-466b-8f9d-b950f1a377e6", "resource_type": "OS::Nova::Server"}]} 2018-12-03 15:24:34,602 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources used request id req-a1c96869-3518-4e3d-bee4-97644e7490ef 2018-12-03 15:24:34,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:34,631 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:34 GMT Server: Apache x-openstack-request-id: req-99d097d7-6e6a-4551-969e-164fb8afc251 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:35,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:34 GMT Server: Apache x-openstack-request-id: req-b6d2758c-5fd7-4176-b5ff-b90522b81bfb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2086 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-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c1aefa35-38e5-458d-9176-4320635843d2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAmQTvFiI+pVrRhjialH4BlKatcgGmOjjzJTCKkcpabC9EYqX/\n86wiDRDfwYTEF+3JxLDQdvbXomZdHedYPax+Rs5tnDdoozQTDG9zeErrGsNqAWir\n/iA5Zf7dyr9DfatpEv0pVPzWbgJLVK/hhy3cx3cqaLQvj5IUeO7NCjnrCmDL7OH2\nMVNTDVKtPlS67zm8CI8ZQoRsIYxRoNxiNoersXUU57V0oLOEPFuZKlEZzdyUUahp\nhAOfmu7YxhKHdQeukk+PYa6kZ5Jg1t13NTGNXLGvxzEboqXtLTzCIni2fpwCyu09\nDlvqaUWLrpsaDSQdwyEBgUsUHFPDEof7K39luQIDAQABAoIBACzIUOB9bTAfgCpz\n7ml+5x+GGETBTtDDUgWUSzmXqxb2TmFAi8PYoK6KPbH5FRqbsO0rghcO7tTMeHwD\n9MM39EzspQ+O98SrvNdq1rRh2KSghCmdZJie/a1oBakMiMgCnmG8TZhd1rOjYECM\nqMhTF8YYjgTOlwzBh9RMrx1LDgqfDa215WplaqClSPH56/rPsaqLOuvDc7Tqnq05\nDPZgUcmPuy4sSZPRn6K0r9QxtsiMtWvpCe5LbPNePhUm+NzaU+8/PB+XKLjzOY4W\n4/8enhXhj0GhMG9ACk+X7VTohMNVLMQmLiWlP+msCOlbDRYuiWTGnxN+OMomV3CX\nAHAhWcECgYEAyrAtIThNhHiQBUDNzHqkmNBGKsZ6Rc/02uVPy6nZigVsqupkpVeQ\nrQgjK+WYmslZjchi4UGfxYdS68gwMlzL7mwovx3hB1C1K3jvnKt71e1VAY5QjJ8K\njHePb+a54W5x89NMHUPMfnkNaLoYr3aPZz4EgVPhS22X3VSHTb/jyx0CgYEAwURY\nv2ZTUGU+0VLAPr4afy3csVBxTeAAl5Gkeid9tKBtXNSWRaXGzi1GioOJ9GPDtOVx\nBQnHl61F8z8O1PapnVGDt/0SiNp7XdF09AfwlqXFJcVWafTP1pjshXnCOhO3KgSQ\nRqkllX1GCVz9+qskA7rEW4Y8L5yKOXhnfaYZJk0CgYBLE3Sz8FnuLoYSHA3eprLf\nE45Z+8iAoWWtyvCCnLhCQn4c1NNQ1x10qiX09YdQFjLArK/LhfY7QUO6qB0KGotD\nFfcFy3h1sDRbFOGUI4SsGcu51tAJNkO/Ae40Yb8KPFGjIen4kQtm8UnBN+U64Ox/\nLl6W1M4HlWGCDvRLHT+wFQKBgCqDLkJr78evfbHt0fv7NTjkjbczSrkmnPq6PsPg\nC/a/k07oNGX9oU2ZB/tQE/h+OX6BOesxy4XBx7FKHaka2RSR6bd/I6SW6qwoduF3\nHaUFsegtEGUeRNmfqedycRb1X0UO2+2vJ2VKuS02F2gcXT+0xZycWoDenkkmAx3Q\ne5fBAoGALIG1XL6CB+XRUWyGUgJ/74s29fRdRzwaXwnL1NQk4VDh+vcbNcTBcaAS\nirNE/WkvQ+Nl/zfXUjBfbFz/NP1xXDeYhnu3y9O5sVVgKEfsVbLwvMhzlgvjc+WC\n/Il+goro8rYpIe+RE0qCYROLIE27EISET6fg9IMAdN6gMwhs7AA=\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-12-03 15:24:35,013 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-b6d2758c-5fd7-4176-b5ff-b90522b81bfb 2018-12-03 15:24:35,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:35,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:35 GMT Server: Apache x-openstack-request-id: req-13c5fa1d-60dc-44c9-985c-6ee8e4c17d7d Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:35,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:35 GMT Server: Apache x-openstack-request-id: req-2efc3e82-7ad6-4d92-81fd-ee56643f05a9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1035 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7326bd83-8af2-41e3-8dc2-9b6ca3f1d378", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "3483a98b-d6ce-49fb-a102-bcb9f6d57483", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "31bacfc8-63d7-428e-bbeb-360c7f05d2d4", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "93693f9d-db9a-4924-b120-f48f9836c902", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4bfc68e6-e122-4ec8-aa40-47cd60b04339", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "51", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "51a86ca8-57e7-4cf3-90ad-275c4410ee7f:subnet_id=c960cc11-ba4c-473a-b681-4a6ba8429d12", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "c960cc11-ba4c-473a-b681-4a6ba8429d12", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "51a86ca8-57e7-4cf3-90ad-275c4410ee7f", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "2954b72b-79d8-448c-9fc3-b216577d265d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7350f713-e3ca-4662-b297-fd20ef9e5409", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e864b4c2-c6e3-466b-8f9d-b950f1a377e6", "resource_type": "OS::Nova::Server"}]} 2018-12-03 15:24:35,267 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources used request id req-2efc3e82-7ad6-4d92-81fd-ee56643f05a9 2018-12-03 15:24:35,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=31bacfc8-63d7-428e-bbeb-360c7f05d2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:35,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-b5aedeb9-668b-4686-bab7-232b14a32a26 Date: Mon, 03 Dec 2018 15:24:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["c960cc11-ba4c-473a-b681-4a6ba8429d12"],"description":"","tags":[],"updated_at":"2018-12-03T15:24:13Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:11Z","provider:network_type":"vxlan"}]} 2018-12-03 15:24:35,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=31bacfc8-63d7-428e-bbeb-360c7f05d2d4 used request id req-b5aedeb9-668b-4686-bab7-232b14a32a26 2018-12-03 15:24:35,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=31bacfc8-63d7-428e-bbeb-360c7f05d2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:35,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-266bc9de-f256-4eea-a379-3a263ab2197a Date: Mon, 03 Dec 2018 15:24:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:13Z","dns_nameservers":[],"updated_at":"2018-12-03T15:24:13Z","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":"1780a9ab51084544804c8f0af535fb81","id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet"}]} 2018-12-03 15:24:35,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=31bacfc8-63d7-428e-bbeb-360c7f05d2d4 used request id req-266bc9de-f256-4eea-a379-3a263ab2197a 2018-12-03 15:24:35,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=31bacfc8-63d7-428e-bbeb-360c7f05d2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:35,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e94c2ede-4bb8-4982-ba48-096b36a2c0e9 Date: Mon, 03 Dec 2018 15:24:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:13Z","dns_nameservers":[],"updated_at":"2018-12-03T15:24:13Z","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":"1780a9ab51084544804c8f0af535fb81","id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet"}]} 2018-12-03 15:24:35,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=31bacfc8-63d7-428e-bbeb-360c7f05d2d4 used request id req-e94c2ede-4bb8-4982-ba48-096b36a2c0e9 2018-12-03 15:24:35,460 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:24:35,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:35,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10b7c8ae-ac4e-4796-bcd1-b797b694c738 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:24:35,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-10b7c8ae-ac4e-4796-bcd1-b797b694c738 2018-12-03 15:24:35,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:35,799 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:35 GMT Server: Apache x-openstack-request-id: req-4366735a-204a-43c6-beb9-aef1de7a046d Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:36,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:35 GMT Server: Apache x-openstack-request-id: req-97d18fc2-b0f2-4107-b8d5-91091d473733 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1032 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7326bd83-8af2-41e3-8dc2-9b6ca3f1d378", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "3483a98b-d6ce-49fb-a102-bcb9f6d57483", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "31bacfc8-63d7-428e-bbeb-360c7f05d2d4", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "93693f9d-db9a-4924-b120-f48f9836c902", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4bfc68e6-e122-4ec8-aa40-47cd60b04339", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "51", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "51a86ca8-57e7-4cf3-90ad-275c4410ee7f:subnet_id=c960cc11-ba4c-473a-b681-4a6ba8429d12", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "c960cc11-ba4c-473a-b681-4a6ba8429d12", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "51a86ca8-57e7-4cf3-90ad-275c4410ee7f", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "2954b72b-79d8-448c-9fc3-b216577d265d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7350f713-e3ca-4662-b297-fd20ef9e5409", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e864b4c2-c6e3-466b-8f9d-b950f1a377e6", "resource_type": "OS::Nova::Server"}]} 2018-12-03 15:24:36,473 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources used request id req-97d18fc2-b0f2-4107-b8d5-91091d473733 2018-12-03 15:24:36,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/7350f713-e3ca-4662-b297-fd20ef9e5409 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:36,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24: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-b7f75e40-c44f-4d4a-9ee5-1b866f0a9ac0 x-compute-request-id: req-b7f75e40-c44f-4d4a-9ee5-1b866f0a9ac0 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:07:b6", "version": 4, "addr": "10.1.2.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7350f713-e3ca-4662-b297-fd20ef9e5409", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7350f713-e3ca-4662-b297-fd20ef9e5409", "rel": "bookmark"}], "image": {"id": "682a212f-1a14-4772-b3ac-a4474f5fea3e", "links": [{"href": "http://172.30.9.30:8774/images/682a212f-1a14-4772-b3ac-a4474f5fea3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001b", "OS-SRV-USG:launched_at": "2018-12-03T15:24:28.000000", "flavor": {"id": "7326bd83-8af2-41e3-8dc2-9b6ca3f1d378", "links": [{"href": "http://172.30.9.30:8774/flavors/7326bd83-8af2-41e3-8dc2-9b6ca3f1d378", "rel": "bookmark"}]}, "id": "7350f713-e3ca-4662-b297-fd20ef9e5409", "security_groups": [{"name": "default"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:24:28Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "created": "2018-12-03T15:24:19Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:24:36,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7350f713-e3ca-4662-b297-fd20ef9e5409 used request id req-b7f75e40-c44f-4d4a-9ee5-1b866f0a9ac0 2018-12-03 15:24:36,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:36,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-3a2bd598-d386-4825-9cbf-1b491b8f0c93 Date: Mon, 03 Dec 2018 15:24:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["c960cc11-ba4c-473a-b681-4a6ba8429d12"],"description":"","tags":[],"updated_at":"2018-12-03T15:24:13Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:11Z","provider:network_type":"vxlan"}]} 2018-12-03 15:24:36,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net used request id req-3a2bd598-d386-4825-9cbf-1b491b8f0c93 2018-12-03 15:24:36,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:24:36,828 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:24:36,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:36,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbd2db35-d9b3-4fad-afbc-dbece0aee1fb 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:24:36,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-dbd2db35-d9b3-4fad-afbc-dbece0aee1fb 2018-12-03 15:24:36,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=31bacfc8-63d7-428e-bbeb-360c7f05d2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:36,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0cda8b5e-bf8e-4050-bf57-4baefe92728c Date: Mon, 03 Dec 2018 15:24:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:13Z","dns_nameservers":[],"updated_at":"2018-12-03T15:24:13Z","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":"1780a9ab51084544804c8f0af535fb81","id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet"}]} 2018-12-03 15:24:36,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=31bacfc8-63d7-428e-bbeb-360c7f05d2d4 used request id req-0cda8b5e-bf8e-4050-bf57-4baefe92728c 2018-12-03 15:24:36,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=31bacfc8-63d7-428e-bbeb-360c7f05d2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:37,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5784 X-Openstack-Request-Id: req-bfd98d9d-6f03-46de-a5c5-f4ead7d47e6d Date: Mon, 03 Dec 2018 15:24:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:24:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","ip_address":"10.1.2.7"}],"id":"10069f5f-3a3f-4137-8189-3e9b02f16c51","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:07:b6","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:21Z","binding:vnic_type":"normal","device_id":"7350f713-e3ca-4662-b297-fd20ef9e5409"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:24:35Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","ip_address":"10.1.2.1"}],"id":"26cd752f-2e6f-47e8-9ef5-5aee5eb2bf1c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:5c:63","project_id":"1780a9ab51084544804c8f0af535fb81","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:21Z","binding:vnic_type":"normal","device_id":"51a86ca8-57e7-4cf3-90ad-275c4410ee7f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:24:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","ip_address":"10.1.2.10"}],"id":"2954b72b-79d8-448c-9fc3-b216577d265d","security_groups":["93693f9d-db9a-4924-b120-f48f9836c902"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:dc:2c","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack-port1-dtps6v3w6p3s","admin_state_up":true,"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:16Z","binding:vnic_type":"normal","device_id":"e864b4c2-c6e3-466b-8f9d-b950f1a377e6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:24:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","ip_address":"10.1.2.3"}],"id":"389bd0d2-da31-44a6-80fb-7a7929f6e480","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:8f:cb","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-31bacfc8-63d7-428e-bbeb-360c7f05d2d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:24:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","ip_address":"10.1.2.4"}],"id":"46837d58-896b-40f6-9d36-fb68eeff7c9c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:d5:b7","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-31bacfc8-63d7-428e-bbeb-360c7f05d2d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:24:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","ip_address":"10.1.2.2"}],"id":"7335c07a-9347-4a2f-b5e7-efecdfc51a1a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:44:43","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-31bacfc8-63d7-428e-bbeb-360c7f05d2d4"}]} 2018-12-03 15:24:37,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=31bacfc8-63d7-428e-bbeb-360c7f05d2d4 used request id req-bfd98d9d-6f03-46de-a5c5-f4ead7d47e6d 2018-12-03 15:24:37,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e864b4c2-c6e3-466b-8f9d-b950f1a377e6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:37,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5217c84a-21d1-4d38-9bec-66228e154f28 x-compute-request-id: req-5217c84a-21d1-4d38-9bec-66228e154f28 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:dc:2c", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:dc:2c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e864b4c2-c6e3-466b-8f9d-b950f1a377e6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e864b4c2-c6e3-466b-8f9d-b950f1a377e6", "rel": "bookmark"}], "image": {"id": "532cda50-f578-4143-8f92-9dd727f5ab11", "links": [{"href": "http://172.30.9.30:8774/images/532cda50-f578-4143-8f92-9dd727f5ab11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001e", "OS-SRV-USG:launched_at": "2018-12-03T15:24:30.000000", "flavor": {"id": "3483a98b-d6ce-49fb-a102-bcb9f6d57483", "links": [{"href": "http://172.30.9.30:8774/flavors/3483a98b-d6ce-49fb-a102-bcb9f6d57483", "rel": "bookmark"}]}, "id": "e864b4c2-c6e3-466b-8f9d-b950f1a377e6", "security_groups": [{"name": "security_group_name"}], "user_id": "cda3e10c13644fbd83127c45f881c0ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:24:30Z", "hostId": "b31a526c0e6d0afa168c36c7a377ada9728db8ce4b310491b2863b46", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "created": "2018-12-03T15:24:20Z", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:24:37,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e864b4c2-c6e3-466b-8f9d-b950f1a377e6 used request id req-5217c84a-21d1-4d38-9bec-66228e154f28 2018-12-03 15:24:37,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:37,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-478e567d-a23d-4f3d-9325-5aa3a11b89fc Date: Mon, 03 Dec 2018 15:24:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","subnets":["c960cc11-ba4c-473a-b681-4a6ba8429d12"],"description":"","tags":[],"updated_at":"2018-12-03T15:24:13Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net","admin_state_up":true,"tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:11Z","provider:network_type":"vxlan"}]} 2018-12-03 15:24:37,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net used request id req-478e567d-a23d-4f3d-9325-5aa3a11b89fc 2018-12-03 15:24:37,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:37,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b9fec83-07f0-4fa4-98d7-ca093d16b32d 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:24:37,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-3b9fec83-07f0-4fa4-98d7-ca093d16b32d 2018-12-03 15:24:37,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=31bacfc8-63d7-428e-bbeb-360c7f05d2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:37,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-373fe6c1-888a-4218-83c7-b8168f7940fd Date: Mon, 03 Dec 2018 15:24:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:13Z","dns_nameservers":[],"updated_at":"2018-12-03T15:24:13Z","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":"1780a9ab51084544804c8f0af535fb81","id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet"}]} 2018-12-03 15:24:37,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=31bacfc8-63d7-428e-bbeb-360c7f05d2d4 used request id req-373fe6c1-888a-4218-83c7-b8168f7940fd 2018-12-03 15:24:37,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=31bacfc8-63d7-428e-bbeb-360c7f05d2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:37,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5786 X-Openstack-Request-Id: req-da57b4f1-34b3-4ba5-9374-ff6979ec8b86 Date: Mon, 03 Dec 2018 15:24:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:24:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","ip_address":"10.1.2.7"}],"id":"10069f5f-3a3f-4137-8189-3e9b02f16c51","security_groups":["72747da3-89d7-4764-87ac-6246c4140f3e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:07:b6","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:21Z","binding:vnic_type":"normal","device_id":"7350f713-e3ca-4662-b297-fd20ef9e5409"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:24:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","ip_address":"10.1.2.1"}],"id":"26cd752f-2e6f-47e8-9ef5-5aee5eb2bf1c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:5c:63","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:21Z","binding:vnic_type":"normal","device_id":"51a86ca8-57e7-4cf3-90ad-275c4410ee7f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:24:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","ip_address":"10.1.2.10"}],"id":"2954b72b-79d8-448c-9fc3-b216577d265d","security_groups":["93693f9d-db9a-4924-b120-f48f9836c902"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:dc:2c","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack-port1-dtps6v3w6p3s","admin_state_up":true,"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:16Z","binding:vnic_type":"normal","device_id":"e864b4c2-c6e3-466b-8f9d-b950f1a377e6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:24:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","ip_address":"10.1.2.3"}],"id":"389bd0d2-da31-44a6-80fb-7a7929f6e480","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:8f:cb","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-31bacfc8-63d7-428e-bbeb-360c7f05d2d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:24:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","ip_address":"10.1.2.4"}],"id":"46837d58-896b-40f6-9d36-fb68eeff7c9c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:d5:b7","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-31bacfc8-63d7-428e-bbeb-360c7f05d2d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:24:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c960cc11-ba4c-473a-b681-4a6ba8429d12","ip_address":"10.1.2.2"}],"id":"7335c07a-9347-4a2f-b5e7-efecdfc51a1a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:44:43","project_id":"1780a9ab51084544804c8f0af535fb81","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31bacfc8-63d7-428e-bbeb-360c7f05d2d4","tenant_id":"1780a9ab51084544804c8f0af535fb81","created_at":"2018-12-03T15:24:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-31bacfc8-63d7-428e-bbeb-360c7f05d2d4"}]} 2018-12-03 15:24:37,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=31bacfc8-63d7-428e-bbeb-360c7f05d2d4 used request id req-da57b4f1-34b3-4ba5-9374-ff6979ec8b86 2018-12-03 15:24:37,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:38,567 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:37 GMT Server: Apache x-openstack-request-id: req-2735d62b-77a3-4a3b-a41d-a3cf0786ba54 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:38,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:38 GMT Server: Apache x-openstack-request-id: req-549dd9a9-19e7-4ac1-a9e6-5fcd9a2164ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1035 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7326bd83-8af2-41e3-8dc2-9b6ca3f1d378", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "3483a98b-d6ce-49fb-a102-bcb9f6d57483", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "31bacfc8-63d7-428e-bbeb-360c7f05d2d4", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "93693f9d-db9a-4924-b120-f48f9836c902", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4bfc68e6-e122-4ec8-aa40-47cd60b04339", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "51", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "51a86ca8-57e7-4cf3-90ad-275c4410ee7f:subnet_id=c960cc11-ba4c-473a-b681-4a6ba8429d12", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "c960cc11-ba4c-473a-b681-4a6ba8429d12", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "51a86ca8-57e7-4cf3-90ad-275c4410ee7f", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "2954b72b-79d8-448c-9fc3-b216577d265d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7350f713-e3ca-4662-b297-fd20ef9e5409", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-03T15:24:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:24:11Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e864b4c2-c6e3-466b-8f9d-b950f1a377e6", "resource_type": "OS::Nova::Server"}]} 2018-12-03 15:24:38,644 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2/resources used request id req-549dd9a9-19e7-4ac1-a9e6-5fcd9a2164ff 2018-12-03 15:24:38,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:38,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-b5752f44-63d9-4cfd-82a2-d67559a21513 Date: Mon, 03 Dec 2018 15:24:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:24:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:24:06Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/snap", "metadata": {}}], "self": "/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e", "min_disk": 0, "protected": false, "id": "682a212f-1a14-4772-b3ac-a4474f5fea3e", "file": "/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:24:38,665 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e used request id req-b5752f44-63d9-4cfd-82a2-d67559a21513 2018-12-03 15:24:38,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:38,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eb5f2b33-d6c2-49f1-8d5b-8d5ab190952b Date: Mon, 03 Dec 2018 15:24: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-12-03 15:24:38,829 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-eb5f2b33-d6c2-49f1-8d5b-8d5ab190952b 2018-12-03 15:24:38,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:39,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-e49ce337-3447-4f02-ac1f-c681e0d7f823 Date: Mon, 03 Dec 2018 15:24:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:24:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:24:06Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/snap", "metadata": {}}], "self": "/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e", "min_disk": 0, "protected": false, "id": "682a212f-1a14-4772-b3ac-a4474f5fea3e", "file": "/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/682a212f-1a14-4772-b3ac-a4474f5fea3e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:24:39,009 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e used request id req-e49ce337-3447-4f02-ac1f-c681e0d7f823 2018-12-03 15:24:39,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:39,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-f9221441-0b74-486b-9e55-c342909ac097 Date: Mon, 03 Dec 2018 15:24:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:23:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:24:02Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/532cda50-f578-4143-8f92-9dd727f5ab11/snap", "metadata": {}}], "self": "/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11", "min_disk": 0, "protected": false, "id": "532cda50-f578-4143-8f92-9dd727f5ab11", "file": "/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1780a9ab51084544804c8f0af535fb81", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/532cda50-f578-4143-8f92-9dd727f5ab11/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:24:39,029 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11 used request id req-f9221441-0b74-486b-9e55-c342909ac097 2018-12-03 15:24:39,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:39,669 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:39 GMT Server: Apache x-openstack-request-id: req-cce6f6a7-7a13-4c68-8415-2ac7201fe7cd Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:39,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:39 GMT Server: Apache x-openstack-request-id: req-1ec98157-eb51-48d0-a9be-67947bd0e423 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2086 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-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c1aefa35-38e5-458d-9176-4320635843d2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAmQTvFiI+pVrRhjialH4BlKatcgGmOjjzJTCKkcpabC9EYqX/\n86wiDRDfwYTEF+3JxLDQdvbXomZdHedYPax+Rs5tnDdoozQTDG9zeErrGsNqAWir\n/iA5Zf7dyr9DfatpEv0pVPzWbgJLVK/hhy3cx3cqaLQvj5IUeO7NCjnrCmDL7OH2\nMVNTDVKtPlS67zm8CI8ZQoRsIYxRoNxiNoersXUU57V0oLOEPFuZKlEZzdyUUahp\nhAOfmu7YxhKHdQeukk+PYa6kZ5Jg1t13NTGNXLGvxzEboqXtLTzCIni2fpwCyu09\nDlvqaUWLrpsaDSQdwyEBgUsUHFPDEof7K39luQIDAQABAoIBACzIUOB9bTAfgCpz\n7ml+5x+GGETBTtDDUgWUSzmXqxb2TmFAi8PYoK6KPbH5FRqbsO0rghcO7tTMeHwD\n9MM39EzspQ+O98SrvNdq1rRh2KSghCmdZJie/a1oBakMiMgCnmG8TZhd1rOjYECM\nqMhTF8YYjgTOlwzBh9RMrx1LDgqfDa215WplaqClSPH56/rPsaqLOuvDc7Tqnq05\nDPZgUcmPuy4sSZPRn6K0r9QxtsiMtWvpCe5LbPNePhUm+NzaU+8/PB+XKLjzOY4W\n4/8enhXhj0GhMG9ACk+X7VTohMNVLMQmLiWlP+msCOlbDRYuiWTGnxN+OMomV3CX\nAHAhWcECgYEAyrAtIThNhHiQBUDNzHqkmNBGKsZ6Rc/02uVPy6nZigVsqupkpVeQ\nrQgjK+WYmslZjchi4UGfxYdS68gwMlzL7mwovx3hB1C1K3jvnKt71e1VAY5QjJ8K\njHePb+a54W5x89NMHUPMfnkNaLoYr3aPZz4EgVPhS22X3VSHTb/jyx0CgYEAwURY\nv2ZTUGU+0VLAPr4afy3csVBxTeAAl5Gkeid9tKBtXNSWRaXGzi1GioOJ9GPDtOVx\nBQnHl61F8z8O1PapnVGDt/0SiNp7XdF09AfwlqXFJcVWafTP1pjshXnCOhO3KgSQ\nRqkllX1GCVz9+qskA7rEW4Y8L5yKOXhnfaYZJk0CgYBLE3Sz8FnuLoYSHA3eprLf\nE45Z+8iAoWWtyvCCnLhCQn4c1NNQ1x10qiX09YdQFjLArK/LhfY7QUO6qB0KGotD\nFfcFy3h1sDRbFOGUI4SsGcu51tAJNkO/Ae40Yb8KPFGjIen4kQtm8UnBN+U64Ox/\nLl6W1M4HlWGCDvRLHT+wFQKBgCqDLkJr78evfbHt0fv7NTjkjbczSrkmnPq6PsPg\nC/a/k07oNGX9oU2ZB/tQE/h+OX6BOesxy4XBx7FKHaka2RSR6bd/I6SW6qwoduF3\nHaUFsegtEGUeRNmfqedycRb1X0UO2+2vJ2VKuS02F2gcXT+0xZycWoDenkkmAx3Q\ne5fBAoGALIG1XL6CB+XRUWyGUgJ/74s29fRdRzwaXwnL1NQk4VDh+vcbNcTBcaAS\nirNE/WkvQ+Nl/zfXUjBfbFz/NP1xXDeYhnu3y9O5sVVgKEfsVbLwvMhzlgvjc+WC\n/Il+goro8rYpIe+RE0qCYROLIE27EISET6fg9IMAdN6gMwhs7AA=\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-12-03 15:24:39,894 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-1ec98157-eb51-48d0-a9be-67947bd0e423 2018-12-03 15:24:39,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:39,925 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:39 GMT Server: Apache x-openstack-request-id: req-1e5fd702-0498-4537-b760-b024b669de2c Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:40,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:39 GMT Server: Apache x-openstack-request-id: req-fb389c31-fd02-49e7-adba-b2a05498a21f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2086 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-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c1aefa35-38e5-458d-9176-4320635843d2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAmQTvFiI+pVrRhjialH4BlKatcgGmOjjzJTCKkcpabC9EYqX/\n86wiDRDfwYTEF+3JxLDQdvbXomZdHedYPax+Rs5tnDdoozQTDG9zeErrGsNqAWir\n/iA5Zf7dyr9DfatpEv0pVPzWbgJLVK/hhy3cx3cqaLQvj5IUeO7NCjnrCmDL7OH2\nMVNTDVKtPlS67zm8CI8ZQoRsIYxRoNxiNoersXUU57V0oLOEPFuZKlEZzdyUUahp\nhAOfmu7YxhKHdQeukk+PYa6kZ5Jg1t13NTGNXLGvxzEboqXtLTzCIni2fpwCyu09\nDlvqaUWLrpsaDSQdwyEBgUsUHFPDEof7K39luQIDAQABAoIBACzIUOB9bTAfgCpz\n7ml+5x+GGETBTtDDUgWUSzmXqxb2TmFAi8PYoK6KPbH5FRqbsO0rghcO7tTMeHwD\n9MM39EzspQ+O98SrvNdq1rRh2KSghCmdZJie/a1oBakMiMgCnmG8TZhd1rOjYECM\nqMhTF8YYjgTOlwzBh9RMrx1LDgqfDa215WplaqClSPH56/rPsaqLOuvDc7Tqnq05\nDPZgUcmPuy4sSZPRn6K0r9QxtsiMtWvpCe5LbPNePhUm+NzaU+8/PB+XKLjzOY4W\n4/8enhXhj0GhMG9ACk+X7VTohMNVLMQmLiWlP+msCOlbDRYuiWTGnxN+OMomV3CX\nAHAhWcECgYEAyrAtIThNhHiQBUDNzHqkmNBGKsZ6Rc/02uVPy6nZigVsqupkpVeQ\nrQgjK+WYmslZjchi4UGfxYdS68gwMlzL7mwovx3hB1C1K3jvnKt71e1VAY5QjJ8K\njHePb+a54W5x89NMHUPMfnkNaLoYr3aPZz4EgVPhS22X3VSHTb/jyx0CgYEAwURY\nv2ZTUGU+0VLAPr4afy3csVBxTeAAl5Gkeid9tKBtXNSWRaXGzi1GioOJ9GPDtOVx\nBQnHl61F8z8O1PapnVGDt/0SiNp7XdF09AfwlqXFJcVWafTP1pjshXnCOhO3KgSQ\nRqkllX1GCVz9+qskA7rEW4Y8L5yKOXhnfaYZJk0CgYBLE3Sz8FnuLoYSHA3eprLf\nE45Z+8iAoWWtyvCCnLhCQn4c1NNQ1x10qiX09YdQFjLArK/LhfY7QUO6qB0KGotD\nFfcFy3h1sDRbFOGUI4SsGcu51tAJNkO/Ae40Yb8KPFGjIen4kQtm8UnBN+U64Ox/\nLl6W1M4HlWGCDvRLHT+wFQKBgCqDLkJr78evfbHt0fv7NTjkjbczSrkmnPq6PsPg\nC/a/k07oNGX9oU2ZB/tQE/h+OX6BOesxy4XBx7FKHaka2RSR6bd/I6SW6qwoduF3\nHaUFsegtEGUeRNmfqedycRb1X0UO2+2vJ2VKuS02F2gcXT+0xZycWoDenkkmAx3Q\ne5fBAoGALIG1XL6CB+XRUWyGUgJ/74s29fRdRzwaXwnL1NQk4VDh+vcbNcTBcaAS\nirNE/WkvQ+Nl/zfXUjBfbFz/NP1xXDeYhnu3y9O5sVVgKEfsVbLwvMhzlgvjc+WC\n/Il+goro8rYpIe+RE0qCYROLIE27EISET6fg9IMAdN6gMwhs7AA=\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-12-03 15:24:40,099 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-fb389c31-fd02-49e7-adba-b2a05498a21f 2018-12-03 15:24:40,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:40,131 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:40 GMT Server: Apache x-openstack-request-id: req-0b8ac21a-d7e9-458f-b85f-f0158b68233a Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:40,255 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:24:40 GMT Server: Apache x-openstack-request-id: req-2c47eba8-8ac1-4274-aa37-07c558f619dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:24:40,255 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-2c47eba8-8ac1-4274-aa37-07c558f619dd 2018-12-03 15:24:40,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:40,285 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:40 GMT Server: Apache x-openstack-request-id: req-bf4cf3ba-9a44-4f84-96e5-2e62be54a84c Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:40,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:40 GMT Server: Apache x-openstack-request-id: req-15c2309f-df4b-4024-88f8-465a9c9815c3 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": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "tags": null, "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T15:24:40Z", "id": "c1aefa35-38e5-458d-9176-4320635843d2", "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-12-03 15:24:40,311 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-15c2309f-df4b-4024-88f8-465a9c9815c3 2018-12-03 15:24:43,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:43,950 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:43 GMT Server: Apache x-openstack-request-id: req-1b61d2b8-3f17-43d9-bffa-e5a2f824511c Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:43,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:43 GMT Server: Apache x-openstack-request-id: req-b7df3dc9-1d55-42e2-aa52-07fa4bf4a11e 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": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "tags": null, "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T15:24:40Z", "id": "c1aefa35-38e5-458d-9176-4320635843d2", "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-12-03 15:24:43,975 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-b7df3dc9-1d55-42e2-aa52-07fa4bf4a11e 2018-12-03 15:24:46,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:47,164 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:46 GMT Server: Apache x-openstack-request-id: req-fe19fd86-4734-4c14-9cac-59ddb3b8fb3c Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:47,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:47 GMT Server: Apache x-openstack-request-id: req-9ad8e8b8-4413-4954-84b4-822ed373d456 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": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "tags": null, "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T15:24:40Z", "id": "c1aefa35-38e5-458d-9176-4320635843d2", "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-12-03 15:24:47,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-9ad8e8b8-4413-4954-84b4-822ed373d456 2018-12-03 15:24:50,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:50,384 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:50 GMT Server: Apache x-openstack-request-id: req-c77d75e8-caf8-463e-bf14-4ea1d27a3984 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:50,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:50 GMT Server: Apache x-openstack-request-id: req-253cebf3-18f7-4036-9887-39888ea58bed 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": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "tags": null, "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T15:24:40Z", "id": "c1aefa35-38e5-458d-9176-4320635843d2", "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-12-03 15:24:50,409 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-253cebf3-18f7-4036-9887-39888ea58bed 2018-12-03 15:24:53,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:53,443 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:53 GMT Server: Apache x-openstack-request-id: req-27626f58-5b75-4452-a02d-fc3562fd0711 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:53,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:53 GMT Server: Apache x-openstack-request-id: req-7747fd19-2395-4d02-9cdb-f96c92570c9b 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": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "tags": null, "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T15:24:40Z", "id": "c1aefa35-38e5-458d-9176-4320635843d2", "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-12-03 15:24:53,469 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-7747fd19-2395-4d02-9cdb-f96c92570c9b 2018-12-03 15:24:56,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c1aefa35-38e5-458d-9176-4320635843d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573fdb91ce41c05033955cbee11574cfca48ba5d" 2018-12-03 15:24:56,503 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:24:56 GMT Server: Apache x-openstack-request-id: req-104f065c-e4d2-466e-89e1-0b5732ac0a4e Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:24:56,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:24:56 GMT Server: Apache x-openstack-request-id: req-3239e5db-b53e-4515-8e7f-fde7d0ccdbaf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 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-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor2", "OS::project_id": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c1aefa35-38e5-458d-9176-4320635843d2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-subnet", "net_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack", "stack_user_project_id": "f72f92fe0ded41d0b446a8e8c359c5fe", "tags": null, "creation_time": "2018-12-03T15:24:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T15:24:40Z", "id": "c1aefa35-38e5-458d-9176-4320635843d2", "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-12-03 15:24:56,531 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-stack/c1aefa35-38e5-458d-9176-4320635843d2 used request id req-3239e5db-b53e-4515-8e7f-fde7d0ccdbaf 2018-12-03 15:24:56,531 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image1 2018-12-03 15:24:56,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}231427f464fc9ced5311a9db7092a92628d0a2cf" 2018-12-03 15:24:58,055 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-53704ea2-20f0-4e12-92c9-540e481a6598 Date: Mon, 03 Dec 2018 15:24:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:24:58,055 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/532cda50-f578-4143-8f92-9dd727f5ab11 used request id req-53704ea2-20f0-4e12-92c9-540e481a6598 2018-12-03 15:24:58,056 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-739bd951-85b3-4841-a9c6-166fb8ad6a40-image2 2018-12-03 15:24:58,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b0f410d6acc5619f166bbdc77e166eda432d782" 2018-12-03 15:24:59,240 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6bbe7bff-8aef-4b03-851a-533919b06a18 Date: Mon, 03 Dec 2018 15:24:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:24:59,240 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/682a212f-1a14-4772-b3ac-a4474f5fea3e used request id req-6bbe7bff-8aef-4b03-851a-533919b06a18 2018-12-03 15:24:59,242 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 15:24:59,243 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:24:59,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:24:59,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:24:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["v8_37JXGSdiLSqf7LdUZKw"], "issued_at": "2018-12-03T15:24:59.000000Z"}} 2018-12-03 15:24:59,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1b9f5ff30153bf6475c68cdc3163a7f1d477a8" -d '{"stack_name": "HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-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-12-03 15:25:01,384 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:24:59 GMT Server: Apache x-openstack-request-id: req-f6e131fd-4f8e-4530-be1b-601e1c08cf51 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "18bf94ee-e134-4686-ac01-03f75898c55f", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f", "rel": "self"}]}} 2018-12-03 15:25:01,384 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks used request id req-f6e131fd-4f8e-4530-be1b-601e1c08cf51 2018-12-03 15:25:01,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/18bf94ee-e134-4686-ac01-03f75898c55f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1b9f5ff30153bf6475c68cdc3163a7f1d477a8" 2018-12-03 15:25:01,565 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:25:01 GMT Server: Apache x-openstack-request-id: req-b8989638-6cef-40ce-8d27-914cf8fe5e4f Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:25:01,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:01 GMT Server: Apache x-openstack-request-id: req-907aa485-8e9e-4032-8763-652bd502f63a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 505 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "18bf94ee-e134-4686-ac01-03f75898c55f", "OS::stack_name": "HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack", "stack_user_project_id": "e9d1bacf9b6341b7912fad01cdc27bc7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:25:00Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18bf94ee-e134-4686-ac01-03f75898c55f", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 15:25:01,763 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f used request id req-907aa485-8e9e-4032-8763-652bd502f63a 2018-12-03 15:25:01,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/18bf94ee-e134-4686-ac01-03f75898c55f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1b9f5ff30153bf6475c68cdc3163a7f1d477a8" 2018-12-03 15:25:01,792 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:25:01 GMT Server: Apache x-openstack-request-id: req-70397048-3162-40a3-82db-cf3aa16491a6 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:25:01,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:01 GMT Server: Apache x-openstack-request-id: req-580e8edc-742f-4f87-8930-f0a45e4edae0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 509 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "18bf94ee-e134-4686-ac01-03f75898c55f", "OS::stack_name": "HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack", "stack_user_project_id": "e9d1bacf9b6341b7912fad01cdc27bc7", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T15:25:00Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "18bf94ee-e134-4686-ac01-03f75898c55f", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 15:25:01,973 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f used request id req-580e8edc-742f-4f87-8930-f0a45e4edae0 2018-12-03 15:25:01,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/18bf94ee-e134-4686-ac01-03f75898c55f/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1b9f5ff30153bf6475c68cdc3163a7f1d477a8" 2018-12-03 15:25:02,143 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:25:01 GMT Server: Apache x-openstack-request-id: req-802517e0-d057-4aca-bc40-08ccebef59dd Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:25:02,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:02 GMT Server: Apache x-openstack-request-id: req-83135d84-7a69-4bab-868a-c16be0f90ace Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-12-03T15:25:01Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:25:01Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "0fd57d2e-24e8-4d8e-8623-a20a3d034902", "resource_type": "OS::Nova::Flavor"}]} 2018-12-03 15:25:02,328 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f/resources used request id req-83135d84-7a69-4bab-868a-c16be0f90ace 2018-12-03 15:25:02,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/0fd57d2e-24e8-4d8e-8623-a20a3d034902 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1b9f5ff30153bf6475c68cdc3163a7f1d477a8" 2018-12-03 15:25:02,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9a41248-0c94-4ada-8fba-aaed8f06a6f5 x-compute-request-id: req-a9a41248-0c94-4ada-8fba-aaed8f06a6f5 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0fd57d2e-24e8-4d8e-8623-a20a3d034902", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0fd57d2e-24e8-4d8e-8623-a20a3d034902", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "0fd57d2e-24e8-4d8e-8623-a20a3d034902", "name": "HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack-flavor-zgsiihregtyi", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:25:02,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/0fd57d2e-24e8-4d8e-8623-a20a3d034902 used request id req-a9a41248-0c94-4ada-8fba-aaed8f06a6f5 2018-12-03 15:25:02,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/18bf94ee-e134-4686-ac01-03f75898c55f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1b9f5ff30153bf6475c68cdc3163a7f1d477a8" 2018-12-03 15:25:02,521 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:25:02 GMT Server: Apache x-openstack-request-id: req-39bff9a0-0767-443d-bf45-b6cc1ad4b521 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:25:02,718 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:25:02 GMT Server: Apache x-openstack-request-id: req-7c76a54a-cdf1-4001-b8b3-9823fd52e672 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:25:02,719 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsFlavorTests-022a1f69-edfe-4806-ac66-42800419d4ad-stack/18bf94ee-e134-4686-ac01-03f75898c55f used request id req-7c76a54a-cdf1-4001-b8b3-9823fd52e672 2018-12-03 15:25:02,720 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 15:25:02,720 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:25:02,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:03,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["fufGSuOkS9iK9tXqBLS2ig"], "issued_at": "2018-12-03T15:25:03.000000Z"}} 2018-12-03 15:25:03,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07735521cfac8b62f6baaeec51b4ca45adfa423" -d '{"stack_name": "HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-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-1cb7b595-815c-4177-8fc7-a447c0093713-kp"}}' 2018-12-03 15:25:04,750 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:25:03 GMT Server: Apache x-openstack-request-id: req-056faf1e-7e7e-4adf-af60-4dc7a317d6c4 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "ff33752a-52a4-4444-b156-59b7f0be8166", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166", "rel": "self"}]}} 2018-12-03 15:25:04,750 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks used request id req-056faf1e-7e7e-4adf-af60-4dc7a317d6c4 2018-12-03 15:25:04,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/ff33752a-52a4-4444-b156-59b7f0be8166 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07735521cfac8b62f6baaeec51b4ca45adfa423" 2018-12-03 15:25:04,932 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:25:04 GMT Server: Apache x-openstack-request-id: req-e36f2fd6-1fd2-41d9-a8bd-4c15178e2d82 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:25:05,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:04 GMT Server: Apache x-openstack-request-id: req-113ad249-aa70-4a8e-a2ca-2f99f19d3a89 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "ff33752a-52a4-4444-b156-59b7f0be8166", "OS::stack_name": "HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack", "keypair_name": "HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack", "stack_user_project_id": "2947c96b9fda41b49b40fbb105e7c4b7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:25:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ff33752a-52a4-4444-b156-59b7f0be8166", "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-12-03 15:25:05,135 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166 used request id req-113ad249-aa70-4a8e-a2ca-2f99f19d3a89 2018-12-03 15:25:05,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/ff33752a-52a4-4444-b156-59b7f0be8166 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07735521cfac8b62f6baaeec51b4ca45adfa423" 2018-12-03 15:25:05,313 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:25:05 GMT Server: Apache x-openstack-request-id: req-8e90cb86-458e-4581-8f1e-10435f38a415 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:25:05,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:05 GMT Server: Apache x-openstack-request-id: req-0785bcf7-a0cd-4166-aeeb-ae9851d10f48 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1905 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "ff33752a-52a4-4444-b156-59b7f0be8166", "OS::stack_name": "HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack", "keypair_name": "HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack", "stack_user_project_id": "2947c96b9fda41b49b40fbb105e7c4b7", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T15:25:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ff33752a-52a4-4444-b156-59b7f0be8166", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAlkmVeW10UCK/x/CI9xdkHmXex015iuUbFbNHA8DYQyZPqRLb\ntAXbZI1oSAh8MsYpgFP1sK8NCt97rOQKppZCrivWbu6T8p0LVSn9kZEA3CIOQKjK\nkZKDRbzDwbh25lyZMosGxxfsvfsoT+nBsBr7z2eMpmCDhgCNoZ1Tg6ubPBnu6v+h\numeEHIDHUmEr6j4qWrAGwTGG3f/3Chiv1E2+6Kti9J8m4x3RZ0ZFbwpuzMt4X/a7\n1bnZTP+cJW3ipqWYJ4iZxAVhVyslRWZvGy7DcbXg7dUEydJp2KrCmNljrSz9qQjr\nWr4TIYVev/y654PwSLYwJTVK75DmSsD5VoxTCwIDAQABAoIBAG1ksoDowzlxkdef\nppL1W9Mko7y/EDGiAs0Q6ig5PzHhuSqAp5uqh7/xjm6gfocW5y6Z7sTlJsE7W3LF\nq1sHFRJipnuo/dgjqBQdtI041z9lKqq2Mn00AInKlVN1Slb0IC9CM3TIXXMMVpOU\nu3/MpG6cGS0iI5pu3Kk/M4MsbpqXyFgkwM15nxm3m4yOHdarAjh8HPYlDpmVTr8q\nCg/wqPloO+zDsXOkSZOuP4S796GJSBTJyAgacQgn+KBvkkJtN3NHbEFJpuWvjVJe\nE8HejDRyz/U9yNd+5G8Oumtq1fsDOSpDdXldxD4yqY/HRH7oDj7n6FbQoIsPD5Mc\nlZBsGwECgYEAxhD/X1ISGldoO1qvU+hFA5VvyBSoNIhJlzQpc+SyQKkxxtFrYCEq\nCXzig8/uuNHc3tUuKNOzrYknYuHN5PZCOBKWeS/QfurgmhFBcP9FddebfQLE998+\nhahr4G7LdkM91ywLo7bao6zWHnHfhzyO9Tno10v/waN+OWobqbQ9E1ECgYEAwj7y\nxhvyFpgGW8azdlsjIjN2/v6cRZdrXxT0HylK5+8Z2CD4zFefkH3GLk7OzBpwVG7T\nPQGU3m592U9uFxf8B4L8LPt3xUaxDD7F89lE+NbbNu0BuL4PK1Y5FGzp0IhSupJ5\nI2xRWkTzYncm7KBJGT6CQ5qyIHBaJFgPASvlUZsCgYEAgDIsN9P055u/WPtfE534\nXVNxoDzOigHUL8uRMPPK89MO5rJRH00X2kA8lDgXOQSMQqYUVFSBrUZiebvQ+erx\n/Tz6q8Fo31zCtrWId8yhdp5wgz8xoYWbAAN8nyzW/9qRwh0+A16ssNeDVv05QlzN\n4qbyr7b++KQLZLnq4bJI/aECgYA4P8ZJvBn0lP1yYi3h3i5kXwbcfJqARILhO84d\nn/WDCGgxgArMEauxSdqz2jpkPFu+94DQL78OUmy7GxdENLvU6Qdhd0iNphTq+NqV\n7JrefElqtGNFPjRiVkudMJTcwD1ErdnKejlsrH7WSq7I4vmIB+Ps88UVQ7O2xpFB\nw5ZadQKBgCwDMWkpDB4bJNJ1zSdGPo759aeCT1oUrvWVoxEIfDYuVAhmDnywAW37\nrAPcG2FTq9aP8a/n252eTVVYJ2eGTdL2Uk9c1q49OQK1WqY2atPIhdBbmRtlFHgd\nTs7GvNzJRcgUwRz6TPGlMmEgOxje0a7Soa6eRkkMDQqSBCIr4/N3\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-12-03 15:25:05,644 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166 used request id req-0785bcf7-a0cd-4166-aeeb-ae9851d10f48 2018-12-03 15:25:05,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/ff33752a-52a4-4444-b156-59b7f0be8166/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07735521cfac8b62f6baaeec51b4ca45adfa423" 2018-12-03 15:25:05,815 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:25:05 GMT Server: Apache x-openstack-request-id: req-9995326b-37f4-4aa0-964e-6b094d8d78ed Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:25:06,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:05 GMT Server: Apache x-openstack-request-id: req-1a5ca706-ac50-48fc-abc0-c5507014d419 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-03T15:25:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:25:04Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-12-03 15:25:06,012 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166/resources used request id req-1a5ca706-ac50-48fc-abc0-c5507014d419 2018-12-03 15:25:06,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07735521cfac8b62f6baaeec51b4ca45adfa423" 2018-12-03 15:25:06,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15: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-e41efcc4-9da6-44f2-b198-efe8107c6b54 x-compute-request-id: req-e41efcc4-9da6-44f2-b198-efe8107c6b54 Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWSZV5bXRQIr/H8Ij3F2QeZd7HTXmK5RsVs0cDwNhDJk+pEtu0BdtkjWhICHwyximAU/Wwrw0K33us5AqmlkKuK9Zu7pPynQtVKf2RkQDcIg5AqMqRkoNFvMPBuHbmXJkyiwbHF+y9+yhP6cGwGvvPZ4ymYIOGAI2hnVODq5s8Ge7q/6G6Z4QcgMdSYSvqPipasAbBMYbd//cKGK/UTb7oq2L0nybjHdFnRkVvCm7My3hf9rvVudlM/5wlbeKmpZgniJnEBWFXKyVFZm8bLsNxteDt1QTJ0mnYqsKY2WOtLP2pCOtavhMhhV6//Lrng/BItjAlNUrvkOZKwPlWjFML Generated-by-Nova", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "name": "HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-kp", "deleted": false, "created_at": "2018-12-03T15:25:05.000000", "updated_at": null, "fingerprint": "ed:45:3c:23:12:6c:24:be:17:f5:fa:d6:9b:89:c1:98", "deleted_at": null, "id": 15}} 2018-12-03 15:25:06,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-kp used request id req-e41efcc4-9da6-44f2-b198-efe8107c6b54 2018-12-03 15:25:06,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/ff33752a-52a4-4444-b156-59b7f0be8166 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07735521cfac8b62f6baaeec51b4ca45adfa423" 2018-12-03 15:25:06,062 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:25:06 GMT Server: Apache x-openstack-request-id: req-fa5fd265-303e-4182-973c-8bb3f0ecbbbd Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:25:06,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:06 GMT Server: Apache x-openstack-request-id: req-824043e1-33b8-462b-98d0-45b7184503ac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1905 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "ff33752a-52a4-4444-b156-59b7f0be8166", "OS::stack_name": "HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack", "keypair_name": "HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack", "stack_user_project_id": "2947c96b9fda41b49b40fbb105e7c4b7", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T15:25:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ff33752a-52a4-4444-b156-59b7f0be8166", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAlkmVeW10UCK/x/CI9xdkHmXex015iuUbFbNHA8DYQyZPqRLb\ntAXbZI1oSAh8MsYpgFP1sK8NCt97rOQKppZCrivWbu6T8p0LVSn9kZEA3CIOQKjK\nkZKDRbzDwbh25lyZMosGxxfsvfsoT+nBsBr7z2eMpmCDhgCNoZ1Tg6ubPBnu6v+h\numeEHIDHUmEr6j4qWrAGwTGG3f/3Chiv1E2+6Kti9J8m4x3RZ0ZFbwpuzMt4X/a7\n1bnZTP+cJW3ipqWYJ4iZxAVhVyslRWZvGy7DcbXg7dUEydJp2KrCmNljrSz9qQjr\nWr4TIYVev/y654PwSLYwJTVK75DmSsD5VoxTCwIDAQABAoIBAG1ksoDowzlxkdef\nppL1W9Mko7y/EDGiAs0Q6ig5PzHhuSqAp5uqh7/xjm6gfocW5y6Z7sTlJsE7W3LF\nq1sHFRJipnuo/dgjqBQdtI041z9lKqq2Mn00AInKlVN1Slb0IC9CM3TIXXMMVpOU\nu3/MpG6cGS0iI5pu3Kk/M4MsbpqXyFgkwM15nxm3m4yOHdarAjh8HPYlDpmVTr8q\nCg/wqPloO+zDsXOkSZOuP4S796GJSBTJyAgacQgn+KBvkkJtN3NHbEFJpuWvjVJe\nE8HejDRyz/U9yNd+5G8Oumtq1fsDOSpDdXldxD4yqY/HRH7oDj7n6FbQoIsPD5Mc\nlZBsGwECgYEAxhD/X1ISGldoO1qvU+hFA5VvyBSoNIhJlzQpc+SyQKkxxtFrYCEq\nCXzig8/uuNHc3tUuKNOzrYknYuHN5PZCOBKWeS/QfurgmhFBcP9FddebfQLE998+\nhahr4G7LdkM91ywLo7bao6zWHnHfhzyO9Tno10v/waN+OWobqbQ9E1ECgYEAwj7y\nxhvyFpgGW8azdlsjIjN2/v6cRZdrXxT0HylK5+8Z2CD4zFefkH3GLk7OzBpwVG7T\nPQGU3m592U9uFxf8B4L8LPt3xUaxDD7F89lE+NbbNu0BuL4PK1Y5FGzp0IhSupJ5\nI2xRWkTzYncm7KBJGT6CQ5qyIHBaJFgPASvlUZsCgYEAgDIsN9P055u/WPtfE534\nXVNxoDzOigHUL8uRMPPK89MO5rJRH00X2kA8lDgXOQSMQqYUVFSBrUZiebvQ+erx\n/Tz6q8Fo31zCtrWId8yhdp5wgz8xoYWbAAN8nyzW/9qRwh0+A16ssNeDVv05QlzN\n4qbyr7b++KQLZLnq4bJI/aECgYA4P8ZJvBn0lP1yYi3h3i5kXwbcfJqARILhO84d\nn/WDCGgxgArMEauxSdqz2jpkPFu+94DQL78OUmy7GxdENLvU6Qdhd0iNphTq+NqV\n7JrefElqtGNFPjRiVkudMJTcwD1ErdnKejlsrH7WSq7I4vmIB+Ps88UVQ7O2xpFB\nw5ZadQKBgCwDMWkpDB4bJNJ1zSdGPo759aeCT1oUrvWVoxEIfDYuVAhmDnywAW37\nrAPcG2FTq9aP8a/n252eTVVYJ2eGTdL2Uk9c1q49OQK1WqY2atPIhdBbmRtlFHgd\nTs7GvNzJRcgUwRz6TPGlMmEgOxje0a7Soa6eRkkMDQqSBCIr4/N3\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-12-03 15:25:06,338 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166 used request id req-824043e1-33b8-462b-98d0-45b7184503ac 2018-12-03 15:25:06,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07735521cfac8b62f6baaeec51b4ca45adfa423" 2018-12-03 15:25:06,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15: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-ec7b4309-5279-45cc-b815-d8f78f7fc8a5 x-compute-request-id: req-ec7b4309-5279-45cc-b815-d8f78f7fc8a5 Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWSZV5bXRQIr/H8Ij3F2QeZd7HTXmK5RsVs0cDwNhDJk+pEtu0BdtkjWhICHwyximAU/Wwrw0K33us5AqmlkKuK9Zu7pPynQtVKf2RkQDcIg5AqMqRkoNFvMPBuHbmXJkyiwbHF+y9+yhP6cGwGvvPZ4ymYIOGAI2hnVODq5s8Ge7q/6G6Z4QcgMdSYSvqPipasAbBMYbd//cKGK/UTb7oq2L0nybjHdFnRkVvCm7My3hf9rvVudlM/5wlbeKmpZgniJnEBWFXKyVFZm8bLsNxteDt1QTJ0mnYqsKY2WOtLP2pCOtavhMhhV6//Lrng/BItjAlNUrvkOZKwPlWjFML Generated-by-Nova", "user_id": "cda3e10c13644fbd83127c45f881c0ba", "name": "HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-kp", "deleted": false, "created_at": "2018-12-03T15:25:05.000000", "updated_at": null, "fingerprint": "ed:45:3c:23:12:6c:24:be:17:f5:fa:d6:9b:89:c1:98", "deleted_at": null, "id": 15}} 2018-12-03 15:25:06,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-kp used request id req-ec7b4309-5279-45cc-b815-d8f78f7fc8a5 2018-12-03 15:25:06,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/ff33752a-52a4-4444-b156-59b7f0be8166 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07735521cfac8b62f6baaeec51b4ca45adfa423" 2018-12-03 15:25:06,525 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:25:06 GMT Server: Apache x-openstack-request-id: req-708a4a4e-9b8e-4eb4-89a2-6d4d79362894 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:25:06,714 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:25:06 GMT Server: Apache x-openstack-request-id: req-4589cf64-4e49-4786-a6c6-d0d5a156bf40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:25:06,714 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsKeypairTests-1cb7b595-815c-4177-8fc7-a447c0093713-stack/ff33752a-52a4-4444-b156-59b7f0be8166 used request id req-4589cf64-4e49-4786-a6c6-d0d5a156bf40 2018-12-03 15:25:06,715 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 15:25:06,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:07,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["MO_i0DQTSeedsYzL7Sak4Q"], "issued_at": "2018-12-03T15:25:07.000000Z"}} 2018-12-03 15:25:07,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f23e01126fa9996781aa93cef5b3074e7ca9d4a" -d '{"stack_name": "HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-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-9200b9e9-b72a-49e6-aca5-8e568e372807-sec-grp"}}' 2018-12-03 15:25:08,774 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:25:07 GMT Server: Apache x-openstack-request-id: req-9870f118-5c57-4efd-bc26-45b181f76595 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "c20810bf-0169-4186-a11c-b586cdebefec", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec", "rel": "self"}]}} 2018-12-03 15:25:08,774 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks used request id req-9870f118-5c57-4efd-bc26-45b181f76595 2018-12-03 15:25:08,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c20810bf-0169-4186-a11c-b586cdebefec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f23e01126fa9996781aa93cef5b3074e7ca9d4a" 2018-12-03 15:25:09,026 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:25:08 GMT Server: Apache x-openstack-request-id: req-943983f1-74ca-4849-9336-9714660ff2b3 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:25:09,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:09 GMT Server: Apache x-openstack-request-id: req-43f8b02f-c0e3-470d-8b76-69ea879ffbf6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 517 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c20810bf-0169-4186-a11c-b586cdebefec", "OS::stack_name": "HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack", "security_group_name": "HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack", "stack_user_project_id": "a9585111523d4ce8a8749c588ef7a4e8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:25:08Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c20810bf-0169-4186-a11c-b586cdebefec", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-03 15:25:09,217 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec used request id req-43f8b02f-c0e3-470d-8b76-69ea879ffbf6 2018-12-03 15:25:09,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c20810bf-0169-4186-a11c-b586cdebefec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f23e01126fa9996781aa93cef5b3074e7ca9d4a" 2018-12-03 15:25:09,246 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:25:09 GMT Server: Apache x-openstack-request-id: req-af27dce0-15ee-4dec-b942-2eabd6ca1eb7 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:25:09,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:09 GMT Server: Apache x-openstack-request-id: req-3a4c5eac-f8c1-47ca-8059-e53c6a0c1628 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 517 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c20810bf-0169-4186-a11c-b586cdebefec", "OS::stack_name": "HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack", "security_group_name": "HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack", "stack_user_project_id": "a9585111523d4ce8a8749c588ef7a4e8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T15:25:08Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c20810bf-0169-4186-a11c-b586cdebefec", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-03 15:25:09,440 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec used request id req-3a4c5eac-f8c1-47ca-8059-e53c6a0c1628 2018-12-03 15:25:12,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c20810bf-0169-4186-a11c-b586cdebefec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f23e01126fa9996781aa93cef5b3074e7ca9d4a" 2018-12-03 15:25:12,638 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:25:12 GMT Server: Apache x-openstack-request-id: req-44bbcb70-8e72-4823-991a-df518c499468 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:25:12,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:12 GMT Server: Apache x-openstack-request-id: req-88f4ca06-3c33-4bfc-85be-ade1adb4260f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 524 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": "1780a9ab51084544804c8f0af535fb81", "OS::stack_id": "c20810bf-0169-4186-a11c-b586cdebefec", "OS::stack_name": "HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack", "security_group_name": "HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack", "stack_user_project_id": "a9585111523d4ce8a8749c588ef7a4e8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T15:25:08Z", "links": [{"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c20810bf-0169-4186-a11c-b586cdebefec", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-03 15:25:12,681 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec used request id req-88f4ca06-3c33-4bfc-85be-ade1adb4260f 2018-12-03 15:25:12,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c20810bf-0169-4186-a11c-b586cdebefec/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f23e01126fa9996781aa93cef5b3074e7ca9d4a" 2018-12-03 15:25:12,859 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:25:12 GMT Server: Apache x-openstack-request-id: req-bc6d2d72-98d9-47db-9777-7e3991d42642 Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:25:13,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:12 GMT Server: Apache x-openstack-request-id: req-f9312192-5c3f-4084-a698-55871afe0a82 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.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-03T15:25:08Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T15:25:08Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b891a624-77c8-444e-a52b-889e5db195d7", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-12-03 15:25:13,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec/resources used request id req-f9312192-5c3f-4084-a698-55871afe0a82 2018-12-03 15:25:13,056 - neutron_utils - INFO - Retrieving security group with ID - b891a624-77c8-444e-a52b-889e5db195d7 2018-12-03 15:25:13,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=b891a624-77c8-444e-a52b-889e5db195d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f23e01126fa9996781aa93cef5b3074e7ca9d4a" 2018-12-03 15:25:13,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-3c5f80c6-2365-4137-8f4b-9888171002e5 Date: Mon, 03 Dec 2018 15:25:13 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:25:09Z", "updated_at": "2018-12-03T15:25:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:25:10Z", "revision_number": 0, "id": "5dd79a8e-bfdd-45c5-8e22-0cd9c4deed05", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-03T15:25:10Z", "security_group_id": "b891a624-77c8-444e-a52b-889e5db195d7", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T15:25:10Z", "revision_number": 0, "id": "b157065c-6394-43cc-ab67-c2e9fef35f43", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-03T15:25:10Z", "security_group_id": "b891a624-77c8-444e-a52b-889e5db195d7", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 6, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "b891a624-77c8-444e-a52b-889e5db195d7", "name": "HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-sec-grp"}]} 2018-12-03 15:25:13,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=b891a624-77c8-444e-a52b-889e5db195d7 used request id req-3c5f80c6-2365-4137-8f4b-9888171002e5 2018-12-03 15:25:13,266 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b891a624-77c8-444e-a52b-889e5db195d7 2018-12-03 15:25:13,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=b891a624-77c8-444e-a52b-889e5db195d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f23e01126fa9996781aa93cef5b3074e7ca9d4a" 2018-12-03 15:25:13,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-dd2d950c-4bf8-4339-8119-345904efd233 Date: Mon, 03 Dec 2018 15:25:13 GMT RESP BODY: {"security_group_rules": [{"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-12-03T15:25:10Z", "security_group_id": "b891a624-77c8-444e-a52b-889e5db195d7", "port_range_min": null, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:25:10Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "5dd79a8e-bfdd-45c5-8e22-0cd9c4deed05"}, {"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-12-03T15:25:10Z", "security_group_id": "b891a624-77c8-444e-a52b-889e5db195d7", "port_range_min": 22, "revision_number": 0, "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:25:10Z", "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "b157065c-6394-43cc-ab67-c2e9fef35f43"}]} 2018-12-03 15:25:13,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=b891a624-77c8-444e-a52b-889e5db195d7 used request id req-dd2d950c-4bf8-4339-8119-345904efd233 2018-12-03 15:25:13,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/c20810bf-0169-4186-a11c-b586cdebefec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f23e01126fa9996781aa93cef5b3074e7ca9d4a" 2018-12-03 15:25:13,653 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 15:25:13 GMT Server: Apache x-openstack-request-id: req-ba2ceec7-1afb-495d-a612-d1aa1091454f Location: http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 15:25:13,838 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:25:13 GMT Server: Apache x-openstack-request-id: req-2b96ffc8-edbe-4c1e-b412-ad06f4e5e6c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:25:13,839 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81/stacks/HeatUtilsSecurityGroupTests-9200b9e9-b72a-49e6-aca5-8e568e372807-stack/c20810bf-0169-4186-a11c-b586cdebefec used request id req-2b96ffc8-edbe-4c1e-b412-ad06f4e5e6c3 2018-12-03 15:25:13,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:14,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["-bTd29aKQXOnF9NVbx0m3g"], "issued_at": "2018-12-03T15:25:14.000000Z"}} 2018-12-03 15:25:14,235 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21eab4f97e2fe668415cafc433cd7601d0dc981" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-9628b6b6-54a2-4bb4-9382-88d5de189444"}}' 2018-12-03 15:25:14,444 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:14 GMT Server: Apache x-compute-request-id: req-a3547ed2-8e80-4749-9c00-807f18e76cfb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a3547ed2-8e80-4749-9c00-807f18e76cfb Content-Encoding: gzip Content-Length: 241 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "c6eb3444-6af7-4ecd-bea7-4e8baa31a18b", "name": "CinderUtilsQoSTests-9628b6b6-54a2-4bb4-9382-88d5de189444"}, "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/c6eb3444-6af7-4ecd-bea7-4e8baa31a18b", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/qos-specs/c6eb3444-6af7-4ecd-bea7-4e8baa31a18b", "rel": "bookmark"}]} 2018-12-03 15:25:14,444 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-a3547ed2-8e80-4749-9c00-807f18e76cfb 2018-12-03 15:25:14,448 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a3547ed2-8e80-4749-9c00-807f18e76cfb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21eab4f97e2fe668415cafc433cd7601d0dc981" 2018-12-03 15:25:15,145 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:14 GMT Server: Apache x-compute-request-id: req-5fb41565-1de2-4544-840a-225324251450 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5fb41565-1de2-4544-840a-225324251450 Content-Encoding: gzip Content-Length: 153 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "c6eb3444-6af7-4ecd-bea7-4e8baa31a18b", "name": "CinderUtilsQoSTests-9628b6b6-54a2-4bb4-9382-88d5de189444"}]} 2018-12-03 15:25:15,146 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-5fb41565-1de2-4544-840a-225324251450 2018-12-03 15:25:15,146 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-9628b6b6-54a2-4bb4-9382-88d5de189444 2018-12-03 15:25:15,150 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/c6eb3444-6af7-4ecd-bea7-4e8baa31a18b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a3547ed2-8e80-4749-9c00-807f18e76cfb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21eab4f97e2fe668415cafc433cd7601d0dc981" 2018-12-03 15:25:15,381 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-41b41851-dbb3-4f96-928d-f0c9ca759b05 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-12-03 15:25:15,381 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/c6eb3444-6af7-4ecd-bea7-4e8baa31a18b?force=False used request id req-41b41851-dbb3-4f96-928d-f0c9ca759b05 2018-12-03 15:25:15,384 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a3547ed2-8e80-4749-9c00-807f18e76cfb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21eab4f97e2fe668415cafc433cd7601d0dc981" 2018-12-03 15:25:15,564 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:15 GMT Server: Apache x-compute-request-id: req-259c873f-3d96-4148-9ff1-3ce2b3ee61af OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-259c873f-3d96-4148-9ff1-3ce2b3ee61af Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-03 15:25:15,564 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-259c873f-3d96-4148-9ff1-3ce2b3ee61af 2018-12-03 15:25:15,564 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-9628b6b6-54a2-4bb4-9382-88d5de189444 2018-12-03 15:25:15,567 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/c6eb3444-6af7-4ecd-bea7-4e8baa31a18b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a3547ed2-8e80-4749-9c00-807f18e76cfb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21eab4f97e2fe668415cafc433cd7601d0dc981" 2018-12-03 15:25:15,750 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:25:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-af369392-ad63-4dd0-9b36-8776deecf83e x-openstack-request-id: req-af369392-ad63-4dd0-9b36-8776deecf83e Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec c6eb3444-6af7-4ecd-bea7-4e8baa31a18b.", "code": 404}} 2018-12-03 15:25:15,750 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/c6eb3444-6af7-4ecd-bea7-4e8baa31a18b?force=False used request id req-af369392-ad63-4dd0-9b36-8776deecf83e 2018-12-03 15:25:15,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:16,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["-e9pP8-DTP6_sdn8AWk7RQ"], "issued_at": "2018-12-03T15:25:16.000000Z"}} 2018-12-03 15:25:16,206 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936de768a8576a7f9663cdc2ae426f665d49008" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-d3a7807b-e94a-4e50-b29e-9cfae151456b"}}' 2018-12-03 15:25:16,411 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:16 GMT Server: Apache x-compute-request-id: req-7af4c3fe-9fbb-4f21-94d0-99d9cf22ac04 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7af4c3fe-9fbb-4f21-94d0-99d9cf22ac04 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "f62e298f-9f7d-4248-8f4e-98f71ae5c7d2", "name": "CinderUtilsQoSTests-d3a7807b-e94a-4e50-b29e-9cfae151456b"}, "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/f62e298f-9f7d-4248-8f4e-98f71ae5c7d2", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/qos-specs/f62e298f-9f7d-4248-8f4e-98f71ae5c7d2", "rel": "bookmark"}]} 2018-12-03 15:25:16,411 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-7af4c3fe-9fbb-4f21-94d0-99d9cf22ac04 2018-12-03 15:25:16,415 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7af4c3fe-9fbb-4f21-94d0-99d9cf22ac04" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936de768a8576a7f9663cdc2ae426f665d49008" 2018-12-03 15:25:17,139 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:16 GMT Server: Apache x-compute-request-id: req-92c2611c-4772-47a9-8a96-87a26ca03011 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-92c2611c-4772-47a9-8a96-87a26ca03011 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "f62e298f-9f7d-4248-8f4e-98f71ae5c7d2", "name": "CinderUtilsQoSTests-d3a7807b-e94a-4e50-b29e-9cfae151456b"}]} 2018-12-03 15:25:17,140 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-92c2611c-4772-47a9-8a96-87a26ca03011 2018-12-03 15:25:17,143 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/f62e298f-9f7d-4248-8f4e-98f71ae5c7d2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7af4c3fe-9fbb-4f21-94d0-99d9cf22ac04" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936de768a8576a7f9663cdc2ae426f665d49008" 2018-12-03 15:25:17,320 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:17 GMT Server: Apache x-compute-request-id: req-54f0724a-2b00-4ee6-b292-2f3b9188e0a4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-54f0724a-2b00-4ee6-b292-2f3b9188e0a4 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "f62e298f-9f7d-4248-8f4e-98f71ae5c7d2", "name": "CinderUtilsQoSTests-d3a7807b-e94a-4e50-b29e-9cfae151456b"}, "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/f62e298f-9f7d-4248-8f4e-98f71ae5c7d2", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/qos-specs/f62e298f-9f7d-4248-8f4e-98f71ae5c7d2", "rel": "bookmark"}]} 2018-12-03 15:25:17,321 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/f62e298f-9f7d-4248-8f4e-98f71ae5c7d2 used request id req-54f0724a-2b00-4ee6-b292-2f3b9188e0a4 2018-12-03 15:25:17,321 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-d3a7807b-e94a-4e50-b29e-9cfae151456b 2018-12-03 15:25:17,324 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/f62e298f-9f7d-4248-8f4e-98f71ae5c7d2?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7af4c3fe-9fbb-4f21-94d0-99d9cf22ac04" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936de768a8576a7f9663cdc2ae426f665d49008" 2018-12-03 15:25:18,061 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-08eb2a7c-9b6d-4cbb-953a-0ea7c5bf07f2 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-12-03 15:25:18,062 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/f62e298f-9f7d-4248-8f4e-98f71ae5c7d2?force=False used request id req-08eb2a7c-9b6d-4cbb-953a-0ea7c5bf07f2 2018-12-03 15:25:18,064 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:18,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["cgp695l4T9qyYDSqwxGCiw"], "issued_at": "2018-12-03T15:25:18.000000Z"}} 2018-12-03 15:25:18,440 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5874fea626cc60c8c8bbd1c57e97d238eecd9543" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-4f935e08-9d1c-44a8-9403-769d59bc59d8"}}' 2018-12-03 15:25:18,958 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:18 GMT Server: Apache x-compute-request-id: req-601e9f77-16c3-45ad-a100-00863622892f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-601e9f77-16c3-45ad-a100-00863622892f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "b1d8f538-a96b-414e-82c2-2c18162546cd", "name": "CinderUtilsQoSTests-4f935e08-9d1c-44a8-9403-769d59bc59d8"}, "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/b1d8f538-a96b-414e-82c2-2c18162546cd", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/qos-specs/b1d8f538-a96b-414e-82c2-2c18162546cd", "rel": "bookmark"}]} 2018-12-03 15:25:18,958 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-601e9f77-16c3-45ad-a100-00863622892f 2018-12-03 15:25:18,961 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-601e9f77-16c3-45ad-a100-00863622892f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5874fea626cc60c8c8bbd1c57e97d238eecd9543" 2018-12-03 15:25:19,144 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:18 GMT Server: Apache x-compute-request-id: req-520ab6ca-dfba-42ea-9e0b-e6e07f6f1777 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-520ab6ca-dfba-42ea-9e0b-e6e07f6f1777 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "b1d8f538-a96b-414e-82c2-2c18162546cd", "name": "CinderUtilsQoSTests-4f935e08-9d1c-44a8-9403-769d59bc59d8"}]} 2018-12-03 15:25:19,144 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-520ab6ca-dfba-42ea-9e0b-e6e07f6f1777 2018-12-03 15:25:19,147 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/b1d8f538-a96b-414e-82c2-2c18162546cd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-601e9f77-16c3-45ad-a100-00863622892f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5874fea626cc60c8c8bbd1c57e97d238eecd9543" 2018-12-03 15:25:19,400 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:19 GMT Server: Apache x-compute-request-id: req-d95f4eb5-5645-4256-b44b-9e69cb8cf252 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d95f4eb5-5645-4256-b44b-9e69cb8cf252 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "b1d8f538-a96b-414e-82c2-2c18162546cd", "name": "CinderUtilsQoSTests-4f935e08-9d1c-44a8-9403-769d59bc59d8"}, "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/b1d8f538-a96b-414e-82c2-2c18162546cd", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/qos-specs/b1d8f538-a96b-414e-82c2-2c18162546cd", "rel": "bookmark"}]} 2018-12-03 15:25:19,400 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/b1d8f538-a96b-414e-82c2-2c18162546cd used request id req-d95f4eb5-5645-4256-b44b-9e69cb8cf252 2018-12-03 15:25:19,401 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-4f935e08-9d1c-44a8-9403-769d59bc59d8 2018-12-03 15:25:19,404 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/b1d8f538-a96b-414e-82c2-2c18162546cd?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-601e9f77-16c3-45ad-a100-00863622892f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5874fea626cc60c8c8bbd1c57e97d238eecd9543" 2018-12-03 15:25:19,613 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-34456afe-ac12-452a-a2bd-5d3e04b0d032 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-12-03 15:25:19,614 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/b1d8f538-a96b-414e-82c2-2c18162546cd?force=False used request id req-34456afe-ac12-452a-a2bd-5d3e04b0d032 2018-12-03 15:25:19,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:20,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["2h0nAPHcTmmWllmbCZ6pGA"], "issued_at": "2018-12-03T15:25:20.000000Z"}} 2018-12-03 15:25:20,018 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43bbb60ee96e3a42e52f7ab760e67166b1acf5a9" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-1ce9ac6d-43ec-4aba-bab9-984668215270"}}' 2018-12-03 15:25:20,231 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:20 GMT Server: Apache x-compute-request-id: req-623290e9-9dcc-4fac-86f7-82a39ad8b92a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-623290e9-9dcc-4fac-86f7-82a39ad8b92a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "b434971a-a0a0-4697-949e-4c9b9bb81cb3", "name": "CinderUtilsQoSTests-1ce9ac6d-43ec-4aba-bab9-984668215270"}, "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/b434971a-a0a0-4697-949e-4c9b9bb81cb3", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/qos-specs/b434971a-a0a0-4697-949e-4c9b9bb81cb3", "rel": "bookmark"}]} 2018-12-03 15:25:20,231 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-623290e9-9dcc-4fac-86f7-82a39ad8b92a 2018-12-03 15:25:20,234 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-623290e9-9dcc-4fac-86f7-82a39ad8b92a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43bbb60ee96e3a42e52f7ab760e67166b1acf5a9" 2018-12-03 15:25:20,391 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:20 GMT Server: Apache x-compute-request-id: req-2e09fdf4-5a23-4dc5-82e9-c7ddd411d068 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2e09fdf4-5a23-4dc5-82e9-c7ddd411d068 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "b434971a-a0a0-4697-949e-4c9b9bb81cb3", "name": "CinderUtilsQoSTests-1ce9ac6d-43ec-4aba-bab9-984668215270"}]} 2018-12-03 15:25:20,391 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-2e09fdf4-5a23-4dc5-82e9-c7ddd411d068 2018-12-03 15:25:20,395 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/b434971a-a0a0-4697-949e-4c9b9bb81cb3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-623290e9-9dcc-4fac-86f7-82a39ad8b92a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43bbb60ee96e3a42e52f7ab760e67166b1acf5a9" 2018-12-03 15:25:20,569 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:20 GMT Server: Apache x-compute-request-id: req-0a1d6376-fc4b-44ef-9d91-1a2d831f30a7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0a1d6376-fc4b-44ef-9d91-1a2d831f30a7 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "b434971a-a0a0-4697-949e-4c9b9bb81cb3", "name": "CinderUtilsQoSTests-1ce9ac6d-43ec-4aba-bab9-984668215270"}, "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/b434971a-a0a0-4697-949e-4c9b9bb81cb3", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/qos-specs/b434971a-a0a0-4697-949e-4c9b9bb81cb3", "rel": "bookmark"}]} 2018-12-03 15:25:20,570 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/b434971a-a0a0-4697-949e-4c9b9bb81cb3 used request id req-0a1d6376-fc4b-44ef-9d91-1a2d831f30a7 2018-12-03 15:25:20,570 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-1ce9ac6d-43ec-4aba-bab9-984668215270 2018-12-03 15:25:20,573 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/b434971a-a0a0-4697-949e-4c9b9bb81cb3?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-623290e9-9dcc-4fac-86f7-82a39ad8b92a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43bbb60ee96e3a42e52f7ab760e67166b1acf5a9" 2018-12-03 15:25:20,794 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fda65cc2-e18a-4e72-80b2-d6bb7e3da2d8 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-12-03 15:25:20,794 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/b434971a-a0a0-4697-949e-4c9b9bb81cb3?force=False used request id req-fda65cc2-e18a-4e72-80b2-d6bb7e3da2d8 2018-12-03 15:25:20,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:21,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["efMA4ctpQEy2_S7LlvrILQ"], "issued_at": "2018-12-03T15:25:21.000000Z"}} 2018-12-03 15:25:21,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba7301089d34eb63b83bbd942d3971a81f09aec" 2018-12-03 15:25:21,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6df6324-de3a-46cd-a717-24986002a20a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:25:21,256 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a6df6324-de3a-46cd-a717-24986002a20a 2018-12-03 15:25:21,260 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba7301089d34eb63b83bbd942d3971a81f09aec" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-0831404a-837e-45a4-a90b-fca07b9e6ff3", "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-12-03 15:25:21,634 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:21 GMT Server: Apache x-compute-request-id: req-f6a90e58-9ce1-478c-bf11-abf325d95594 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f6a90e58-9ce1-478c-bf11-abf325d95594 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T15:25:21.509737", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-0831404a-837e-45a4-a90b-fca07b9e6ff3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5406f262-a546-4509-9a60-5270341d6235", "size": 1}} 2018-12-03 15:25:21,635 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes used request id req-f6a90e58-9ce1-478c-bf11-abf325d95594 2018-12-03 15:25:21,638 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f6a90e58-9ce1-478c-bf11-abf325d95594" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba7301089d34eb63b83bbd942d3971a81f09aec" 2018-12-03 15:25:22,398 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:21 GMT Server: Apache x-compute-request-id: req-3b38d85d-8af1-4ebb-9709-adf7ce25ca6c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3b38d85d-8af1-4ebb-9709-adf7ce25ca6c Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:25:22.000000", "replication_status": null, "snapshot_id": null, "id": "5406f262-a546-4509-9a60-5270341d6235", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-0831404a-837e-45a4-a90b-fca07b9e6ff3", "bootable": "false", "created_at": "2018-12-03T15:25:21.000000", "volume_type": null}} 2018-12-03 15:25:22,398 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235 used request id req-3b38d85d-8af1-4ebb-9709-adf7ce25ca6c 2018-12-03 15:25:22,401 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f6a90e58-9ce1-478c-bf11-abf325d95594" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba7301089d34eb63b83bbd942d3971a81f09aec" 2018-12-03 15:25:23,145 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:22 GMT Server: Apache x-compute-request-id: req-84c21f6d-9dd7-4015-88b7-4f36731d9a0e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-84c21f6d-9dd7-4015-88b7-4f36731d9a0e Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:25:22.000000", "replication_status": null, "snapshot_id": null, "id": "5406f262-a546-4509-9a60-5270341d6235", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-0831404a-837e-45a4-a90b-fca07b9e6ff3", "bootable": "false", "created_at": "2018-12-03T15:25:21.000000", "volume_type": null}} 2018-12-03 15:25:23,145 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235 used request id req-84c21f6d-9dd7-4015-88b7-4f36731d9a0e 2018-12-03 15:25:23,148 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f6a90e58-9ce1-478c-bf11-abf325d95594" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba7301089d34eb63b83bbd942d3971a81f09aec" 2018-12-03 15:25:23,343 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:23 GMT Server: Apache x-compute-request-id: req-47b3f45d-0018-40a0-ad69-72a83c70ec98 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-47b3f45d-0018-40a0-ad69-72a83c70ec98 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:25:22.000000", "replication_status": null, "snapshot_id": null, "id": "5406f262-a546-4509-9a60-5270341d6235", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-0831404a-837e-45a4-a90b-fca07b9e6ff3", "bootable": "false", "created_at": "2018-12-03T15:25:21.000000", "volume_type": null}]} 2018-12-03 15:25:23,343 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/detail used request id req-47b3f45d-0018-40a0-ad69-72a83c70ec98 2018-12-03 15:25:23,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:25:23,352 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:25: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:25:23,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba7301089d34eb63b83bbd942d3971a81f09aec" 2018-12-03 15:25:23,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54aa9e0a-713a-4923-967a-43cf3626ea56 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:25:23,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-54aa9e0a-713a-4923-967a-43cf3626ea56 2018-12-03 15:25:23,439 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-0831404a-837e-45a4-a90b-fca07b9e6ff3 2018-12-03 15:25:23,442 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f6a90e58-9ce1-478c-bf11-abf325d95594" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba7301089d34eb63b83bbd942d3971a81f09aec" 2018-12-03 15:25:24,225 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-58ea345c-4e0b-44e2-a1aa-9a3ccdfedce8 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-12-03 15:25:24,226 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235 used request id req-58ea345c-4e0b-44e2-a1aa-9a3ccdfedce8 2018-12-03 15:25:24,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f6a90e58-9ce1-478c-bf11-abf325d95594" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba7301089d34eb63b83bbd942d3971a81f09aec" 2018-12-03 15:25:24,988 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:25:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3b2e6ef4-86ee-45e8-a740-74fab1c2077c x-openstack-request-id: req-3b2e6ef4-86ee-45e8-a740-74fab1c2077c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 5406f262-a546-4509-9a60-5270341d6235 could not be found.", "code": 404}} 2018-12-03 15:25:24,988 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235 used request id req-3b2e6ef4-86ee-45e8-a740-74fab1c2077c 2018-12-03 15:25:24,991 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f6a90e58-9ce1-478c-bf11-abf325d95594" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba7301089d34eb63b83bbd942d3971a81f09aec" 2018-12-03 15:25:25,736 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:24 GMT Server: Apache x-compute-request-id: req-bbfe5de8-7a7b-4271-9937-fa7e8f9d41f0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bbfe5de8-7a7b-4271-9937-fa7e8f9d41f0 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 15:25:25,736 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/detail used request id req-bbfe5de8-7a7b-4271-9937-fa7e8f9d41f0 2018-12-03 15:25:25,736 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-0831404a-837e-45a4-a90b-fca07b9e6ff3 2018-12-03 15:25:25,739 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f6a90e58-9ce1-478c-bf11-abf325d95594" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba7301089d34eb63b83bbd942d3971a81f09aec" 2018-12-03 15:25:25,773 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:25:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-753f6088-9051-438e-bb23-6f238c396c74 x-openstack-request-id: req-753f6088-9051-438e-bb23-6f238c396c74 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 5406f262-a546-4509-9a60-5270341d6235 could not be found.", "code": 404}} 2018-12-03 15:25:25,774 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235 used request id req-753f6088-9051-438e-bb23-6f238c396c74 2018-12-03 15:25:25,776 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f6a90e58-9ce1-478c-bf11-abf325d95594" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba7301089d34eb63b83bbd942d3971a81f09aec" 2018-12-03 15:25:25,958 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:25:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7363c6ae-a3ca-46da-aa8c-7213a80dc13b x-openstack-request-id: req-7363c6ae-a3ca-46da-aa8c-7213a80dc13b Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 5406f262-a546-4509-9a60-5270341d6235 could not be found.", "code": 404}} 2018-12-03 15:25:25,958 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/5406f262-a546-4509-9a60-5270341d6235 used request id req-7363c6ae-a3ca-46da-aa8c-7213a80dc13b 2018-12-03 15:25:25,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:26,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["MTPY10PPRr6Scm5zDgpKUg"], "issued_at": "2018-12-03T15:25:26.000000Z"}} 2018-12-03 15:25:26,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62191090463ac4c9fb14fe7884f8022e3c422902" 2018-12-03 15:25:26,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0e72b98-5648-4a50-ba80-01d1452716c5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:25:26,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b0e72b98-5648-4a50-ba80-01d1452716c5 2018-12-03 15:25:26,426 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62191090463ac4c9fb14fe7884f8022e3c422902" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-19b745c4-40d3-494e-8be1-f2c2eafebdb9", "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-12-03 15:25:26,724 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:26 GMT Server: Apache x-compute-request-id: req-e6ca4f33-ff3a-4425-8a96-a8aa655a9f24 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e6ca4f33-ff3a-4425-8a96-a8aa655a9f24 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T15:25:26.646483", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-19b745c4-40d3-494e-8be1-f2c2eafebdb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7bdba8b6-28f2-4a83-9410-10cf8ea68767", "size": 1}} 2018-12-03 15:25:26,724 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes used request id req-e6ca4f33-ff3a-4425-8a96-a8aa655a9f24 2018-12-03 15:25:26,727 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e6ca4f33-ff3a-4425-8a96-a8aa655a9f24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62191090463ac4c9fb14fe7884f8022e3c422902" 2018-12-03 15:25:26,938 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:26 GMT Server: Apache x-compute-request-id: req-bd0bfdeb-65de-459a-9215-bd82c6b8dd65 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bd0bfdeb-65de-459a-9215-bd82c6b8dd65 Content-Encoding: gzip Content-Length: 492 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "7bdba8b6-28f2-4a83-9410-10cf8ea68767", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-19b745c4-40d3-494e-8be1-f2c2eafebdb9", "bootable": "false", "created_at": "2018-12-03T15:25:26.000000", "volume_type": null}} 2018-12-03 15:25:26,938 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767 used request id req-bd0bfdeb-65de-459a-9215-bd82c6b8dd65 2018-12-03 15:25:26,941 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e6ca4f33-ff3a-4425-8a96-a8aa655a9f24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62191090463ac4c9fb14fe7884f8022e3c422902" 2018-12-03 15:25:27,155 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:26 GMT Server: Apache x-compute-request-id: req-08f6e181-7939-47fd-a35a-85be19e00809 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-08f6e181-7939-47fd-a35a-85be19e00809 Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:25:26.000000", "replication_status": null, "snapshot_id": null, "id": "7bdba8b6-28f2-4a83-9410-10cf8ea68767", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-19b745c4-40d3-494e-8be1-f2c2eafebdb9", "bootable": "false", "created_at": "2018-12-03T15:25:26.000000", "volume_type": null}} 2018-12-03 15:25:27,155 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767 used request id req-08f6e181-7939-47fd-a35a-85be19e00809 2018-12-03 15:25:30,161 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e6ca4f33-ff3a-4425-8a96-a8aa655a9f24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62191090463ac4c9fb14fe7884f8022e3c422902" 2018-12-03 15:25:30,387 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:30 GMT Server: Apache x-compute-request-id: req-3d9eeffd-fcab-4fd1-961a-8d39031ed596 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3d9eeffd-fcab-4fd1-961a-8d39031ed596 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:25:27.000000", "replication_status": null, "snapshot_id": null, "id": "7bdba8b6-28f2-4a83-9410-10cf8ea68767", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-19b745c4-40d3-494e-8be1-f2c2eafebdb9", "bootable": "false", "created_at": "2018-12-03T15:25:26.000000", "volume_type": null}} 2018-12-03 15:25:30,387 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767 used request id req-3d9eeffd-fcab-4fd1-961a-8d39031ed596 2018-12-03 15:25:30,390 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e6ca4f33-ff3a-4425-8a96-a8aa655a9f24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62191090463ac4c9fb14fe7884f8022e3c422902" 2018-12-03 15:25:30,441 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:30 GMT Server: Apache x-compute-request-id: req-1adebf7f-ab86-4de4-ae0d-5344c326e2be OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1adebf7f-ab86-4de4-ae0d-5344c326e2be Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:25:27.000000", "replication_status": null, "snapshot_id": null, "id": "7bdba8b6-28f2-4a83-9410-10cf8ea68767", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-19b745c4-40d3-494e-8be1-f2c2eafebdb9", "bootable": "false", "created_at": "2018-12-03T15:25:26.000000", "volume_type": null}]} 2018-12-03 15:25:30,441 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/detail used request id req-1adebf7f-ab86-4de4-ae0d-5344c326e2be 2018-12-03 15:25:30,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:25:30,450 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:25: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:25:30,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62191090463ac4c9fb14fe7884f8022e3c422902" 2018-12-03 15:25:30,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee207011-2e6b-4190-8a6f-d56aac15d547 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.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:25:30,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-ee207011-2e6b-4190-8a6f-d56aac15d547 2018-12-03 15:25:30,466 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-19b745c4-40d3-494e-8be1-f2c2eafebdb9 2018-12-03 15:25:30,468 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e6ca4f33-ff3a-4425-8a96-a8aa655a9f24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62191090463ac4c9fb14fe7884f8022e3c422902" 2018-12-03 15:25:31,264 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b533622f-54fc-48e1-abd0-904fd4f1854b 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-12-03 15:25:31,264 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767 used request id req-b533622f-54fc-48e1-abd0-904fd4f1854b 2018-12-03 15:25:31,267 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e6ca4f33-ff3a-4425-8a96-a8aa655a9f24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62191090463ac4c9fb14fe7884f8022e3c422902" 2018-12-03 15:25:31,459 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:31 GMT Server: Apache x-compute-request-id: req-fec44ab7-89b1-4299-b2df-45eb9ad1c7c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fec44ab7-89b1-4299-b2df-45eb9ad1c7c1 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T15:25:31.000000", "replication_status": null, "snapshot_id": null, "id": "7bdba8b6-28f2-4a83-9410-10cf8ea68767", "size": 1, "user_id": "cda3e10c13644fbd83127c45f881c0ba", "os-vol-tenant-attr:tenant_id": "1780a9ab51084544804c8f0af535fb81", "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-19b745c4-40d3-494e-8be1-f2c2eafebdb9", "bootable": "false", "created_at": "2018-12-03T15:25:26.000000", "volume_type": null}} 2018-12-03 15:25:31,459 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767 used request id req-fec44ab7-89b1-4299-b2df-45eb9ad1c7c1 2018-12-03 15:25:34,465 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e6ca4f33-ff3a-4425-8a96-a8aa655a9f24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62191090463ac4c9fb14fe7884f8022e3c422902" 2018-12-03 15:25:34,641 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:25:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8773d687-866c-4784-9525-24d2b17c9e6d x-openstack-request-id: req-8773d687-866c-4784-9525-24d2b17c9e6d Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7bdba8b6-28f2-4a83-9410-10cf8ea68767 could not be found.", "code": 404}} 2018-12-03 15:25:34,641 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/volumes/7bdba8b6-28f2-4a83-9410-10cf8ea68767 used request id req-8773d687-866c-4784-9525-24d2b17c9e6d 2018-12-03 15:25:34,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:35,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["zxtLr2aySMqDYTZICupQVA"], "issued_at": "2018-12-03T15:25:35.000000Z"}} 2018-12-03 15:25:35,032 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adadf13b26d8c00ebd35d038659d144d5c0a4d4e" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-f134c070-a1de-4230-8c0f-1fed86c5a999", "description": null}}' 2018-12-03 15:25:35,262 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:35 GMT Server: Apache x-compute-request-id: req-ef96e251-989a-45ac-96ae-22aecf5a6c82 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ef96e251-989a-45ac-96ae-22aecf5a6c82 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-f134c070-a1de-4230-8c0f-1fed86c5a999", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f4b640fd-03f4-4daf-89fd-7970adc9a8e8", "description": null}} 2018-12-03 15:25:35,262 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types used request id req-ef96e251-989a-45ac-96ae-22aecf5a6c82 2018-12-03 15:25:35,267 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ef96e251-989a-45ac-96ae-22aecf5a6c82" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adadf13b26d8c00ebd35d038659d144d5c0a4d4e" 2018-12-03 15:25:35,443 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:35 GMT Server: Apache x-compute-request-id: req-f951c318-2a89-4c10-9b9c-9d5639a4529e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f951c318-2a89-4c10-9b9c-9d5639a4529e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-f134c070-a1de-4230-8c0f-1fed86c5a999", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f4b640fd-03f4-4daf-89fd-7970adc9a8e8", "description": null}]} 2018-12-03 15:25:35,444 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types?is_public=None used request id req-f951c318-2a89-4c10-9b9c-9d5639a4529e 2018-12-03 15:25:35,447 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/f4b640fd-03f4-4daf-89fd-7970adc9a8e8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ef96e251-989a-45ac-96ae-22aecf5a6c82" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adadf13b26d8c00ebd35d038659d144d5c0a4d4e" 2018-12-03 15:25:35,603 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:35 GMT Server: Apache x-compute-request-id: req-d27e09e2-22e9-4d7d-9dc4-f1a6460eb305 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d27e09e2-22e9-4d7d-9dc4-f1a6460eb305 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-f134c070-a1de-4230-8c0f-1fed86c5a999", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f4b640fd-03f4-4daf-89fd-7970adc9a8e8", "description": null}} 2018-12-03 15:25:35,603 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/f4b640fd-03f4-4daf-89fd-7970adc9a8e8 used request id req-d27e09e2-22e9-4d7d-9dc4-f1a6460eb305 2018-12-03 15:25:35,606 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/f4b640fd-03f4-4daf-89fd-7970adc9a8e8/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ef96e251-989a-45ac-96ae-22aecf5a6c82" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adadf13b26d8c00ebd35d038659d144d5c0a4d4e" 2018-12-03 15:25:35,776 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:35 GMT Server: Apache x-compute-request-id: req-d0c05991-e907-415f-9e9c-6a4774319684 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d0c05991-e907-415f-9e9c-6a4774319684 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-03 15:25:35,776 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/f4b640fd-03f4-4daf-89fd-7970adc9a8e8/encryption used request id req-d0c05991-e907-415f-9e9c-6a4774319684 2018-12-03 15:25:35,776 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-f134c070-a1de-4230-8c0f-1fed86c5a999 2018-12-03 15:25:35,779 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/f4b640fd-03f4-4daf-89fd-7970adc9a8e8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ef96e251-989a-45ac-96ae-22aecf5a6c82" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adadf13b26d8c00ebd35d038659d144d5c0a4d4e" 2018-12-03 15:25:36,130 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6025fcf2-70cf-4e8f-9ae7-c8680f26c076 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-12-03 15:25:36,130 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/f4b640fd-03f4-4daf-89fd-7970adc9a8e8 used request id req-6025fcf2-70cf-4e8f-9ae7-c8680f26c076 2018-12-03 15:25:36,133 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/f4b640fd-03f4-4daf-89fd-7970adc9a8e8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ef96e251-989a-45ac-96ae-22aecf5a6c82" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adadf13b26d8c00ebd35d038659d144d5c0a4d4e" 2018-12-03 15:25:36,298 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:25:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-123ce7f9-f7b9-4558-b216-d19652f91b06 x-openstack-request-id: req-123ce7f9-f7b9-4558-b216-d19652f91b06 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type f4b640fd-03f4-4daf-89fd-7970adc9a8e8 could not be found.", "code": 404}} 2018-12-03 15:25:36,298 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/f4b640fd-03f4-4daf-89fd-7970adc9a8e8 used request id req-123ce7f9-f7b9-4558-b216-d19652f91b06 2018-12-03 15:25:36,299 - cinder_utils - INFO - Volume with ID [f4b640fd-03f4-4daf-89fd-7970adc9a8e8] does not exist 2018-12-03 15:25:36,299 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-f134c070-a1de-4230-8c0f-1fed86c5a999 2018-12-03 15:25:36,302 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/f4b640fd-03f4-4daf-89fd-7970adc9a8e8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ef96e251-989a-45ac-96ae-22aecf5a6c82" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adadf13b26d8c00ebd35d038659d144d5c0a4d4e" 2018-12-03 15:25:36,477 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:25:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8e05f254-18a5-4694-9a06-96bb7454e80f x-openstack-request-id: req-8e05f254-18a5-4694-9a06-96bb7454e80f Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type f4b640fd-03f4-4daf-89fd-7970adc9a8e8 could not be found.", "code": 404}} 2018-12-03 15:25:36,477 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/f4b640fd-03f4-4daf-89fd-7970adc9a8e8 used request id req-8e05f254-18a5-4694-9a06-96bb7454e80f 2018-12-03 15:25:36,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:36,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["RsBOOFZdRziWw5VeEVb6_Q"], "issued_at": "2018-12-03T15:25:36.000000Z"}} 2018-12-03 15:25:36,863 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed306f9940c34ef5d1814c55bc3a8e22980875f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-0d8886e0-0f69-4094-ba4a-ae0271537806", "description": null}}' 2018-12-03 15:25:37,076 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:36 GMT Server: Apache x-compute-request-id: req-78f0d431-2d91-4c30-a1e1-4ac56d387c89 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-78f0d431-2d91-4c30-a1e1-4ac56d387c89 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-0d8886e0-0f69-4094-ba4a-ae0271537806", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0d19d635-7203-4aa5-9bfe-9ce039246b49", "description": null}} 2018-12-03 15:25:37,076 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types used request id req-78f0d431-2d91-4c30-a1e1-4ac56d387c89 2018-12-03 15:25:37,080 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-78f0d431-2d91-4c30-a1e1-4ac56d387c89" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed306f9940c34ef5d1814c55bc3a8e22980875f" 2018-12-03 15:25:37,250 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:37 GMT Server: Apache x-compute-request-id: req-af5a8f9e-32d8-485d-9983-81057e03eeee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-af5a8f9e-32d8-485d-9983-81057e03eeee Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-0d8886e0-0f69-4094-ba4a-ae0271537806", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0d19d635-7203-4aa5-9bfe-9ce039246b49", "description": null}]} 2018-12-03 15:25:37,250 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types?is_public=None used request id req-af5a8f9e-32d8-485d-9983-81057e03eeee 2018-12-03 15:25:37,254 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/0d19d635-7203-4aa5-9bfe-9ce039246b49 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-78f0d431-2d91-4c30-a1e1-4ac56d387c89" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed306f9940c34ef5d1814c55bc3a8e22980875f" 2018-12-03 15:25:37,430 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:37 GMT Server: Apache x-compute-request-id: req-9cd4be1a-519b-44a3-8d72-25f7e022bf1c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9cd4be1a-519b-44a3-8d72-25f7e022bf1c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-0d8886e0-0f69-4094-ba4a-ae0271537806", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0d19d635-7203-4aa5-9bfe-9ce039246b49", "description": null}} 2018-12-03 15:25:37,431 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/0d19d635-7203-4aa5-9bfe-9ce039246b49 used request id req-9cd4be1a-519b-44a3-8d72-25f7e022bf1c 2018-12-03 15:25:37,434 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/0d19d635-7203-4aa5-9bfe-9ce039246b49/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-78f0d431-2d91-4c30-a1e1-4ac56d387c89" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed306f9940c34ef5d1814c55bc3a8e22980875f" 2018-12-03 15:25:37,598 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:37 GMT Server: Apache x-compute-request-id: req-fb305eaf-ffbb-4dbc-bce8-a247303d6389 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fb305eaf-ffbb-4dbc-bce8-a247303d6389 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-03 15:25:37,598 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/0d19d635-7203-4aa5-9bfe-9ce039246b49/encryption used request id req-fb305eaf-ffbb-4dbc-bce8-a247303d6389 2018-12-03 15:25:37,601 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/0d19d635-7203-4aa5-9bfe-9ce039246b49 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-78f0d431-2d91-4c30-a1e1-4ac56d387c89" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed306f9940c34ef5d1814c55bc3a8e22980875f" 2018-12-03 15:25:37,781 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:37 GMT Server: Apache x-compute-request-id: req-d7b2ea4c-36fc-457a-86cc-4d766e1523a5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d7b2ea4c-36fc-457a-86cc-4d766e1523a5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-0d8886e0-0f69-4094-ba4a-ae0271537806", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0d19d635-7203-4aa5-9bfe-9ce039246b49", "description": null}} 2018-12-03 15:25:37,781 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/0d19d635-7203-4aa5-9bfe-9ce039246b49 used request id req-d7b2ea4c-36fc-457a-86cc-4d766e1523a5 2018-12-03 15:25:37,784 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/0d19d635-7203-4aa5-9bfe-9ce039246b49 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-78f0d431-2d91-4c30-a1e1-4ac56d387c89" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed306f9940c34ef5d1814c55bc3a8e22980875f" 2018-12-03 15:25:37,955 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:37 GMT Server: Apache x-compute-request-id: req-ec2aef36-1088-4618-aedf-8a3106e188f5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ec2aef36-1088-4618-aedf-8a3106e188f5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-0d8886e0-0f69-4094-ba4a-ae0271537806", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0d19d635-7203-4aa5-9bfe-9ce039246b49", "description": null}} 2018-12-03 15:25:37,956 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/0d19d635-7203-4aa5-9bfe-9ce039246b49 used request id req-ec2aef36-1088-4618-aedf-8a3106e188f5 2018-12-03 15:25:37,959 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/0d19d635-7203-4aa5-9bfe-9ce039246b49/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-78f0d431-2d91-4c30-a1e1-4ac56d387c89" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed306f9940c34ef5d1814c55bc3a8e22980875f" 2018-12-03 15:25:38,132 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:37 GMT Server: Apache x-compute-request-id: req-4f8b6f73-9228-428f-9382-e8cf3a2bc778 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4f8b6f73-9228-428f-9382-e8cf3a2bc778 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-03 15:25:38,132 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/0d19d635-7203-4aa5-9bfe-9ce039246b49/encryption used request id req-4f8b6f73-9228-428f-9382-e8cf3a2bc778 2018-12-03 15:25:38,132 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-0d8886e0-0f69-4094-ba4a-ae0271537806 2018-12-03 15:25:38,135 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/0d19d635-7203-4aa5-9bfe-9ce039246b49 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-78f0d431-2d91-4c30-a1e1-4ac56d387c89" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed306f9940c34ef5d1814c55bc3a8e22980875f" 2018-12-03 15:25:38,360 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-09d4da3e-6190-4c66-825e-b773e3102787 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-12-03 15:25:38,360 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/0d19d635-7203-4aa5-9bfe-9ce039246b49 used request id req-09d4da3e-6190-4c66-825e-b773e3102787 2018-12-03 15:25:38,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:38,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["1Q7uO0EzSHeLUSzkZnITqw"], "issued_at": "2018-12-03T15:25:38.000000Z"}} 2018-12-03 15:25:38,737 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c614a808ab51f5a47eef445527f06f518d6d5fb2" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-d959f8ac-7441-4fad-8933-e8f10894cbd6-type", "description": null}}' 2018-12-03 15:25:38,964 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:38 GMT Server: Apache x-compute-request-id: req-4eefed28-63b2-40db-8cb5-42cbf01f1c17 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4eefed28-63b2-40db-8cb5-42cbf01f1c17 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-d959f8ac-7441-4fad-8933-e8f10894cbd6-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "17170193-0039-45ee-9619-776c1d50435f", "description": null}} 2018-12-03 15:25:38,964 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types used request id req-4eefed28-63b2-40db-8cb5-42cbf01f1c17 2018-12-03 15:25:38,967 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/17170193-0039-45ee-9619-776c1d50435f/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4eefed28-63b2-40db-8cb5-42cbf01f1c17" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c614a808ab51f5a47eef445527f06f518d6d5fb2" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-d959f8ac-7441-4fad-8933-e8f10894cbd6", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-12-03 15:25:39,145 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Mon, 03 Dec 2018 15:25:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e6b5d295-6213-425e-9252-4e1ddae90b24 x-openstack-request-id: req-e6b5d295-6213-425e-9252-4e1ddae90b24 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-12-03 15:25:39,145 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/17170193-0039-45ee-9619-776c1d50435f/encryption used request id req-e6b5d295-6213-425e-9252-4e1ddae90b24 2018-12-03 15:25:39,145 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-d959f8ac-7441-4fad-8933-e8f10894cbd6-type 2018-12-03 15:25:39,148 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/17170193-0039-45ee-9619-776c1d50435f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4eefed28-63b2-40db-8cb5-42cbf01f1c17" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c614a808ab51f5a47eef445527f06f518d6d5fb2" 2018-12-03 15:25:39,905 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-068a85a9-93d3-49e3-922b-dd44fea82db3 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-12-03 15:25:39,905 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/17170193-0039-45ee-9619-776c1d50435f used request id req-068a85a9-93d3-49e3-922b-dd44fea82db3 2018-12-03 15:25:39,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:40,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["xuT_NJ1yTgSm8WcQa8VO0Q"], "issued_at": "2018-12-03T15:25:40.000000Z"}} 2018-12-03 15:25:40,306 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50e11f6b00c323044796239a5ec7a62687cebf60" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-8e3969fb-b5c1-4d37-a8a1-309e56a69ca3-type", "description": null}}' 2018-12-03 15:25:40,509 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:40 GMT Server: Apache x-compute-request-id: req-0c3d9804-2ba6-4f8a-ae53-310739372732 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0c3d9804-2ba6-4f8a-ae53-310739372732 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-8e3969fb-b5c1-4d37-a8a1-309e56a69ca3-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ca74ceb1-30ea-4ea2-b773-2900f531a2ba", "description": null}} 2018-12-03 15:25:40,509 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types used request id req-0c3d9804-2ba6-4f8a-ae53-310739372732 2018-12-03 15:25:40,512 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0c3d9804-2ba6-4f8a-ae53-310739372732" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50e11f6b00c323044796239a5ec7a62687cebf60" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-8e3969fb-b5c1-4d37-a8a1-309e56a69ca3", "provider": "LuksEncryptor"}}' 2018-12-03 15:25:40,726 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:40 GMT Server: Apache x-compute-request-id: req-3a2ffaec-b6fb-403c-a561-cae425447954 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3a2ffaec-b6fb-403c-a561-cae425447954 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "ca74ceb1-30ea-4ea2-b773-2900f531a2ba", "name": "CinderUtilsAddEncryptionTests-8e3969fb-b5c1-4d37-a8a1-309e56a69ca3", "control_location": "back-end", "encryption_id": "f57f6139-be85-4e7b-a11d-8ad6144f5cc4", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-12-03 15:25:40,726 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba/encryption used request id req-3a2ffaec-b6fb-403c-a561-cae425447954 2018-12-03 15:25:40,730 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0c3d9804-2ba6-4f8a-ae53-310739372732" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50e11f6b00c323044796239a5ec7a62687cebf60" 2018-12-03 15:25:40,915 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:40 GMT Server: Apache x-compute-request-id: req-9bb5077c-103e-4e11-a4c1-8be3d5cea0d9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9bb5077c-103e-4e11-a4c1-8be3d5cea0d9 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-8e3969fb-b5c1-4d37-a8a1-309e56a69ca3-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ca74ceb1-30ea-4ea2-b773-2900f531a2ba", "description": null}} 2018-12-03 15:25:40,915 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba used request id req-9bb5077c-103e-4e11-a4c1-8be3d5cea0d9 2018-12-03 15:25:40,918 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0c3d9804-2ba6-4f8a-ae53-310739372732" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50e11f6b00c323044796239a5ec7a62687cebf60" 2018-12-03 15:25:41,081 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:40 GMT Server: Apache x-compute-request-id: req-e1aaf548-c95d-4d69-9aef-a189acbe43e7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e1aaf548-c95d-4d69-9aef-a189acbe43e7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"volume_type_id": "ca74ceb1-30ea-4ea2-b773-2900f531a2ba", "control_location": "back-end", "deleted": false, "created_at": "2018-12-03T15:25:40.000000", "updated_at": null, "encryption_id": "f57f6139-be85-4e7b-a11d-8ad6144f5cc4", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-12-03 15:25:41,081 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba/encryption used request id req-e1aaf548-c95d-4d69-9aef-a189acbe43e7 2018-12-03 15:25:41,081 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-8e3969fb-b5c1-4d37-a8a1-309e56a69ca3-type 2018-12-03 15:25:41,084 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0c3d9804-2ba6-4f8a-ae53-310739372732" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50e11f6b00c323044796239a5ec7a62687cebf60" 2018-12-03 15:25:41,255 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:41 GMT Server: Apache x-compute-request-id: req-431cf390-a2c4-4971-bde8-442e0daf27ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-431cf390-a2c4-4971-bde8-442e0daf27ba Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-8e3969fb-b5c1-4d37-a8a1-309e56a69ca3-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ca74ceb1-30ea-4ea2-b773-2900f531a2ba", "description": null}} 2018-12-03 15:25:41,255 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba used request id req-431cf390-a2c4-4971-bde8-442e0daf27ba 2018-12-03 15:25:41,258 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0c3d9804-2ba6-4f8a-ae53-310739372732" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50e11f6b00c323044796239a5ec7a62687cebf60" 2018-12-03 15:25:41,454 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-96b06fc0-e2cd-464c-9383-e0691f738a55 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-12-03 15:25:41,454 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba/encryption/provider used request id req-96b06fc0-e2cd-464c-9383-e0691f738a55 2018-12-03 15:25:41,457 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0c3d9804-2ba6-4f8a-ae53-310739372732" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50e11f6b00c323044796239a5ec7a62687cebf60" 2018-12-03 15:25:41,624 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:41 GMT Server: Apache x-compute-request-id: req-deea1b48-d2bc-4125-9d29-2e4214ae41b3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-deea1b48-d2bc-4125-9d29-2e4214ae41b3 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-8e3969fb-b5c1-4d37-a8a1-309e56a69ca3-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ca74ceb1-30ea-4ea2-b773-2900f531a2ba", "description": null}} 2018-12-03 15:25:41,624 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba used request id req-deea1b48-d2bc-4125-9d29-2e4214ae41b3 2018-12-03 15:25:41,627 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0c3d9804-2ba6-4f8a-ae53-310739372732" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50e11f6b00c323044796239a5ec7a62687cebf60" 2018-12-03 15:25:41,649 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:41 GMT Server: Apache x-compute-request-id: req-d97e37c1-9f3e-49d5-ab21-ecfc2b6ee0f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d97e37c1-9f3e-49d5-ab21-ecfc2b6ee0f6 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-03 15:25:41,649 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba/encryption used request id req-d97e37c1-9f3e-49d5-ab21-ecfc2b6ee0f6 2018-12-03 15:25:41,649 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-8e3969fb-b5c1-4d37-a8a1-309e56a69ca3-type 2018-12-03 15:25:41,652 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0c3d9804-2ba6-4f8a-ae53-310739372732" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50e11f6b00c323044796239a5ec7a62687cebf60" 2018-12-03 15:25:41,833 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:41 GMT Server: Apache x-compute-request-id: req-3fb296c6-9f07-4eb9-9b95-20dcb185a626 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3fb296c6-9f07-4eb9-9b95-20dcb185a626 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-8e3969fb-b5c1-4d37-a8a1-309e56a69ca3-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ca74ceb1-30ea-4ea2-b773-2900f531a2ba", "description": null}} 2018-12-03 15:25:41,833 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba used request id req-3fb296c6-9f07-4eb9-9b95-20dcb185a626 2018-12-03 15:25:41,836 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0c3d9804-2ba6-4f8a-ae53-310739372732" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50e11f6b00c323044796239a5ec7a62687cebf60" 2018-12-03 15:25:41,863 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:25:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ab54401d-93dd-42cb-a423-e638aec953d8 x-openstack-request-id: req-ab54401d-93dd-42cb-a423-e638aec953d8 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type ca74ceb1-30ea-4ea2-b773-2900f531a2ba does not exist.", "code": 404}} 2018-12-03 15:25:41,864 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba/encryption/provider used request id req-ab54401d-93dd-42cb-a423-e638aec953d8 2018-12-03 15:25:41,864 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-8e3969fb-b5c1-4d37-a8a1-309e56a69ca3-type 2018-12-03 15:25:41,866 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0c3d9804-2ba6-4f8a-ae53-310739372732" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50e11f6b00c323044796239a5ec7a62687cebf60" 2018-12-03 15:25:42,079 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f3d2aaab-fcee-458a-9810-ae9f9b3dfc7d 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-12-03 15:25:42,080 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/ca74ceb1-30ea-4ea2-b773-2900f531a2ba used request id req-f3d2aaab-fcee-458a-9810-ae9f9b3dfc7d 2018-12-03 15:25:42,082 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:42,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["0Ve3Bb06SZOL01mrWWf5jw"], "issued_at": "2018-12-03T15:25:42.000000Z"}} 2018-12-03 15:25:42,467 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a028050cd6e00eb29b21bd4fda51ece510de7012" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-ee2d4ea1-37a6-46df-8595-7be697468e25-type", "description": null}}' 2018-12-03 15:25:42,698 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:42 GMT Server: Apache x-compute-request-id: req-c7d1c9c4-6588-4755-a5fe-09d73f3b5394 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c7d1c9c4-6588-4755-a5fe-09d73f3b5394 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ee2d4ea1-37a6-46df-8595-7be697468e25-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "148f4c70-2091-40b5-90fc-417d6012bb84", "description": null}} 2018-12-03 15:25:42,698 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types used request id req-c7d1c9c4-6588-4755-a5fe-09d73f3b5394 2018-12-03 15:25:42,701 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/148f4c70-2091-40b5-90fc-417d6012bb84/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c7d1c9c4-6588-4755-a5fe-09d73f3b5394" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a028050cd6e00eb29b21bd4fda51ece510de7012" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-ee2d4ea1-37a6-46df-8595-7be697468e25", "provider": "foo"}}' 2018-12-03 15:25:43,019 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:42 GMT Server: Apache x-compute-request-id: req-20da13d1-ff7d-4fd0-b642-e0bf19396fdb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-20da13d1-ff7d-4fd0-b642-e0bf19396fdb Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "148f4c70-2091-40b5-90fc-417d6012bb84", "name": "CinderUtilsAddEncryptionTests-ee2d4ea1-37a6-46df-8595-7be697468e25", "control_location": "front-end", "encryption_id": "e38dd97b-08f4-4ad4-bae8-3b80d2cdb374", "provider": "foo", "provider_class": "foo"}} 2018-12-03 15:25:43,019 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/148f4c70-2091-40b5-90fc-417d6012bb84/encryption used request id req-20da13d1-ff7d-4fd0-b642-e0bf19396fdb 2018-12-03 15:25:43,023 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/148f4c70-2091-40b5-90fc-417d6012bb84 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7d1c9c4-6588-4755-a5fe-09d73f3b5394" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a028050cd6e00eb29b21bd4fda51ece510de7012" 2018-12-03 15:25:43,208 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:43 GMT Server: Apache x-compute-request-id: req-e42c9561-e9fa-4916-b3fb-0d66737c3e47 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e42c9561-e9fa-4916-b3fb-0d66737c3e47 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ee2d4ea1-37a6-46df-8595-7be697468e25-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "148f4c70-2091-40b5-90fc-417d6012bb84", "description": null}} 2018-12-03 15:25:43,208 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/148f4c70-2091-40b5-90fc-417d6012bb84 used request id req-e42c9561-e9fa-4916-b3fb-0d66737c3e47 2018-12-03 15:25:43,211 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/148f4c70-2091-40b5-90fc-417d6012bb84/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7d1c9c4-6588-4755-a5fe-09d73f3b5394" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a028050cd6e00eb29b21bd4fda51ece510de7012" 2018-12-03 15:25:43,382 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:43 GMT Server: Apache x-compute-request-id: req-fda8957d-5113-4910-a121-d2fa76b887ab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fda8957d-5113-4910-a121-d2fa76b887ab Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "148f4c70-2091-40b5-90fc-417d6012bb84", "control_location": "front-end", "deleted": false, "created_at": "2018-12-03T15:25:42.000000", "updated_at": null, "encryption_id": "e38dd97b-08f4-4ad4-bae8-3b80d2cdb374", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-12-03 15:25:43,382 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/148f4c70-2091-40b5-90fc-417d6012bb84/encryption used request id req-fda8957d-5113-4910-a121-d2fa76b887ab 2018-12-03 15:25:43,383 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-ee2d4ea1-37a6-46df-8595-7be697468e25-type 2018-12-03 15:25:43,386 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/148f4c70-2091-40b5-90fc-417d6012bb84 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7d1c9c4-6588-4755-a5fe-09d73f3b5394" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a028050cd6e00eb29b21bd4fda51ece510de7012" 2018-12-03 15:25:43,408 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:43 GMT Server: Apache x-compute-request-id: req-fb2d60d7-60b1-41f5-9e7e-35d56771d69f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fb2d60d7-60b1-41f5-9e7e-35d56771d69f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ee2d4ea1-37a6-46df-8595-7be697468e25-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "148f4c70-2091-40b5-90fc-417d6012bb84", "description": null}} 2018-12-03 15:25:43,408 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/148f4c70-2091-40b5-90fc-417d6012bb84 used request id req-fb2d60d7-60b1-41f5-9e7e-35d56771d69f 2018-12-03 15:25:43,411 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/148f4c70-2091-40b5-90fc-417d6012bb84/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7d1c9c4-6588-4755-a5fe-09d73f3b5394" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a028050cd6e00eb29b21bd4fda51ece510de7012" 2018-12-03 15:25:43,610 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fb5dccaf-669d-4ee5-af62-6ef9547b34b5 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-12-03 15:25:43,610 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/148f4c70-2091-40b5-90fc-417d6012bb84/encryption/provider used request id req-fb5dccaf-669d-4ee5-af62-6ef9547b34b5 2018-12-03 15:25:43,610 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-ee2d4ea1-37a6-46df-8595-7be697468e25-type 2018-12-03 15:25:43,613 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/148f4c70-2091-40b5-90fc-417d6012bb84 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7d1c9c4-6588-4755-a5fe-09d73f3b5394" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a028050cd6e00eb29b21bd4fda51ece510de7012" 2018-12-03 15:25:43,671 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e0038f5a-d92c-4f93-a60a-658531f95f37 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-12-03 15:25:43,672 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/148f4c70-2091-40b5-90fc-417d6012bb84 used request id req-e0038f5a-d92c-4f93-a60a-658531f95f37 2018-12-03 15:25:43,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:44,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["R0sE3Ed2TO2wPMH7lBxO2g"], "issued_at": "2018-12-03T15:25:44.000000Z"}} 2018-12-03 15:25:44,055 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddca18ab7910d016c433874230c09079bba399b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-ced8b2e8-a1ad-4ebf-9a95-9153e98b9945-type", "description": null}}' 2018-12-03 15:25:44,256 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:44 GMT Server: Apache x-compute-request-id: req-54de3ce6-b65e-4854-992a-c792009900e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-54de3ce6-b65e-4854-992a-c792009900e6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ced8b2e8-a1ad-4ebf-9a95-9153e98b9945-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3a4c430f-e7a8-4934-9341-d5cb78d3c72c", "description": null}} 2018-12-03 15:25:44,256 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types used request id req-54de3ce6-b65e-4854-992a-c792009900e6 2018-12-03 15:25:44,259 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/3a4c430f-e7a8-4934-9341-d5cb78d3c72c/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-54de3ce6-b65e-4854-992a-c792009900e6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddca18ab7910d016c433874230c09079bba399b" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-ced8b2e8-a1ad-4ebf-9a95-9153e98b9945", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-12-03 15:25:44,450 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:44 GMT Server: Apache x-compute-request-id: req-05d88666-1f5c-4398-ae20-4690c0183f60 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05d88666-1f5c-4398-ae20-4690c0183f60 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "3a4c430f-e7a8-4934-9341-d5cb78d3c72c", "name": "CinderUtilsAddEncryptionTests-ced8b2e8-a1ad-4ebf-9a95-9153e98b9945", "control_location": "back-end", "encryption_id": "e59b2a5e-c60a-4838-962c-368bfa8efd16", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-12-03 15:25:44,451 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/3a4c430f-e7a8-4934-9341-d5cb78d3c72c/encryption used request id req-05d88666-1f5c-4398-ae20-4690c0183f60 2018-12-03 15:25:44,454 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/3a4c430f-e7a8-4934-9341-d5cb78d3c72c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54de3ce6-b65e-4854-992a-c792009900e6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddca18ab7910d016c433874230c09079bba399b" 2018-12-03 15:25:44,632 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:44 GMT Server: Apache x-compute-request-id: req-2febeafa-5311-4e1f-af42-0ae757fcd042 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2febeafa-5311-4e1f-af42-0ae757fcd042 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ced8b2e8-a1ad-4ebf-9a95-9153e98b9945-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3a4c430f-e7a8-4934-9341-d5cb78d3c72c", "description": null}} 2018-12-03 15:25:44,632 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/3a4c430f-e7a8-4934-9341-d5cb78d3c72c used request id req-2febeafa-5311-4e1f-af42-0ae757fcd042 2018-12-03 15:25:44,635 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/3a4c430f-e7a8-4934-9341-d5cb78d3c72c/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54de3ce6-b65e-4854-992a-c792009900e6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddca18ab7910d016c433874230c09079bba399b" 2018-12-03 15:25:44,820 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:44 GMT Server: Apache x-compute-request-id: req-0ef9e8ba-adc0-4c59-a6d8-e8e27d8c0e87 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0ef9e8ba-adc0-4c59-a6d8-e8e27d8c0e87 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"volume_type_id": "3a4c430f-e7a8-4934-9341-d5cb78d3c72c", "control_location": "back-end", "deleted": false, "created_at": "2018-12-03T15:25:44.000000", "updated_at": null, "encryption_id": "e59b2a5e-c60a-4838-962c-368bfa8efd16", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-12-03 15:25:44,820 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/3a4c430f-e7a8-4934-9341-d5cb78d3c72c/encryption used request id req-0ef9e8ba-adc0-4c59-a6d8-e8e27d8c0e87 2018-12-03 15:25:44,820 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-ced8b2e8-a1ad-4ebf-9a95-9153e98b9945-type 2018-12-03 15:25:44,823 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/3a4c430f-e7a8-4934-9341-d5cb78d3c72c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54de3ce6-b65e-4854-992a-c792009900e6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddca18ab7910d016c433874230c09079bba399b" 2018-12-03 15:25:45,082 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:44 GMT Server: Apache x-compute-request-id: req-2046a64a-3d5f-4f7e-a3d9-abc6b50c865c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2046a64a-3d5f-4f7e-a3d9-abc6b50c865c Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ced8b2e8-a1ad-4ebf-9a95-9153e98b9945-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3a4c430f-e7a8-4934-9341-d5cb78d3c72c", "description": null}} 2018-12-03 15:25:45,083 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/3a4c430f-e7a8-4934-9341-d5cb78d3c72c used request id req-2046a64a-3d5f-4f7e-a3d9-abc6b50c865c 2018-12-03 15:25:45,086 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/3a4c430f-e7a8-4934-9341-d5cb78d3c72c/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54de3ce6-b65e-4854-992a-c792009900e6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddca18ab7910d016c433874230c09079bba399b" 2018-12-03 15:25:45,286 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c9bc1de7-7cd3-43a4-a004-33c6ef21acf4 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-12-03 15:25:45,286 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/3a4c430f-e7a8-4934-9341-d5cb78d3c72c/encryption/provider used request id req-c9bc1de7-7cd3-43a4-a004-33c6ef21acf4 2018-12-03 15:25:45,287 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-ced8b2e8-a1ad-4ebf-9a95-9153e98b9945-type 2018-12-03 15:25:45,290 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/3a4c430f-e7a8-4934-9341-d5cb78d3c72c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54de3ce6-b65e-4854-992a-c792009900e6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddca18ab7910d016c433874230c09079bba399b" 2018-12-03 15:25:45,509 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-db5392bf-4ef2-491e-9688-60ea7e43e2d7 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-12-03 15:25:45,509 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/3a4c430f-e7a8-4934-9341-d5cb78d3c72c used request id req-db5392bf-4ef2-491e-9688-60ea7e43e2d7 2018-12-03 15:25:45,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:45,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["D4fvdrQnRty6fypl-SjsJw"], "issued_at": "2018-12-03T15:25:45.000000Z"}} 2018-12-03 15:25:45,909 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}320b461a01908b78e6b8541fe41e4b49189182c5" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-8b69409a-c704-4d58-9606-5bb229faeecb-qos"}}' 2018-12-03 15:25:46,098 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:45 GMT Server: Apache x-compute-request-id: req-bf613b8e-a5e6-481e-b3d5-6516e1a929a7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bf613b8e-a5e6-481e-b3d5-6516e1a929a7 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "31e680d5-90f4-4fe4-9950-183ba3915a85", "name": "CinderUtilsVolumeTypeCompleteTests-8b69409a-c704-4d58-9606-5bb229faeecb-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/31e680d5-90f4-4fe4-9950-183ba3915a85", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/qos-specs/31e680d5-90f4-4fe4-9950-183ba3915a85", "rel": "bookmark"}]} 2018-12-03 15:25:46,098 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-bf613b8e-a5e6-481e-b3d5-6516e1a929a7 2018-12-03 15:25:46,102 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bf613b8e-a5e6-481e-b3d5-6516e1a929a7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}320b461a01908b78e6b8541fe41e4b49189182c5" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-8b69409a-c704-4d58-9606-5bb229faeecb", "description": null}}' 2018-12-03 15:25:46,304 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:46 GMT Server: Apache x-compute-request-id: req-b8bf4124-4968-405a-8ecd-f3ed9f2ebd6c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b8bf4124-4968-405a-8ecd-f3ed9f2ebd6c Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-8b69409a-c704-4d58-9606-5bb229faeecb", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6970e651-06b0-4b22-b83f-7113902c7906", "description": null}} 2018-12-03 15:25:46,305 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types used request id req-b8bf4124-4968-405a-8ecd-f3ed9f2ebd6c 2018-12-03 15:25:46,308 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/6970e651-06b0-4b22-b83f-7113902c7906/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bf613b8e-a5e6-481e-b3d5-6516e1a929a7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}320b461a01908b78e6b8541fe41e4b49189182c5" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-12-03 15:25:47,081 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:46 GMT Server: Apache x-compute-request-id: req-33b864af-7d30-4f55-9f76-7c7c3a5cd895 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-33b864af-7d30-4f55-9f76-7c7c3a5cd895 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "6970e651-06b0-4b22-b83f-7113902c7906", "name": "foo", "control_location": "back-end", "encryption_id": "c6810de3-71f5-4d43-b984-5739089e70b3", "provider": "bar", "provider_class": "bar"}} 2018-12-03 15:25:47,081 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/6970e651-06b0-4b22-b83f-7113902c7906/encryption used request id req-33b864af-7d30-4f55-9f76-7c7c3a5cd895 2018-12-03 15:25:47,085 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/6970e651-06b0-4b22-b83f-7113902c7906 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bf613b8e-a5e6-481e-b3d5-6516e1a929a7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}320b461a01908b78e6b8541fe41e4b49189182c5" 2018-12-03 15:25:47,260 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:47 GMT Server: Apache x-compute-request-id: req-2bc3f724-855d-455a-91cc-648e00d45b8c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2bc3f724-855d-455a-91cc-648e00d45b8c Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-8b69409a-c704-4d58-9606-5bb229faeecb", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6970e651-06b0-4b22-b83f-7113902c7906", "description": null}} 2018-12-03 15:25:47,260 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/6970e651-06b0-4b22-b83f-7113902c7906 used request id req-2bc3f724-855d-455a-91cc-648e00d45b8c 2018-12-03 15:25:47,264 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/6970e651-06b0-4b22-b83f-7113902c7906/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bf613b8e-a5e6-481e-b3d5-6516e1a929a7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}320b461a01908b78e6b8541fe41e4b49189182c5" 2018-12-03 15:25:47,421 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:47 GMT Server: Apache x-compute-request-id: req-7e41ac34-a8df-410b-bd78-759e17c2d099 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7e41ac34-a8df-410b-bd78-759e17c2d099 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"volume_type_id": "6970e651-06b0-4b22-b83f-7113902c7906", "control_location": "back-end", "deleted": false, "created_at": "2018-12-03T15:25:47.000000", "updated_at": null, "encryption_id": "c6810de3-71f5-4d43-b984-5739089e70b3", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-12-03 15:25:47,421 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/6970e651-06b0-4b22-b83f-7113902c7906/encryption used request id req-7e41ac34-a8df-410b-bd78-759e17c2d099 2018-12-03 15:25:47,422 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-8b69409a-c704-4d58-9606-5bb229faeecb 2018-12-03 15:25:47,425 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/6970e651-06b0-4b22-b83f-7113902c7906 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bf613b8e-a5e6-481e-b3d5-6516e1a929a7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}320b461a01908b78e6b8541fe41e4b49189182c5" 2018-12-03 15:25:47,594 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:47 GMT Server: Apache x-compute-request-id: req-e9299f9f-f093-489f-bf4c-84defddcf798 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e9299f9f-f093-489f-bf4c-84defddcf798 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-8b69409a-c704-4d58-9606-5bb229faeecb", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6970e651-06b0-4b22-b83f-7113902c7906", "description": null}} 2018-12-03 15:25:47,594 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/6970e651-06b0-4b22-b83f-7113902c7906 used request id req-e9299f9f-f093-489f-bf4c-84defddcf798 2018-12-03 15:25:47,597 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/6970e651-06b0-4b22-b83f-7113902c7906/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bf613b8e-a5e6-481e-b3d5-6516e1a929a7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}320b461a01908b78e6b8541fe41e4b49189182c5" 2018-12-03 15:25:47,789 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-98b45ab3-1518-40fb-a69c-1ebab94df061 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-12-03 15:25:47,789 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/6970e651-06b0-4b22-b83f-7113902c7906/encryption/provider used request id req-98b45ab3-1518-40fb-a69c-1ebab94df061 2018-12-03 15:25:47,790 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-8b69409a-c704-4d58-9606-5bb229faeecb 2018-12-03 15:25:47,792 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/6970e651-06b0-4b22-b83f-7113902c7906 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bf613b8e-a5e6-481e-b3d5-6516e1a929a7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}320b461a01908b78e6b8541fe41e4b49189182c5" 2018-12-03 15:25:47,995 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2d889a73-cad2-43e7-b262-4cbe8e666ddc 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-12-03 15:25:47,995 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/6970e651-06b0-4b22-b83f-7113902c7906 used request id req-2d889a73-cad2-43e7-b262-4cbe8e666ddc 2018-12-03 15:25:47,995 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-8b69409a-c704-4d58-9606-5bb229faeecb-qos 2018-12-03 15:25:47,998 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/31e680d5-90f4-4fe4-9950-183ba3915a85?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bf613b8e-a5e6-481e-b3d5-6516e1a929a7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}320b461a01908b78e6b8541fe41e4b49189182c5" 2018-12-03 15:25:48,192 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-26ddf17a-e4bf-45d3-9ace-de62f73e4333 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-12-03 15:25:48,193 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/31e680d5-90f4-4fe4-9950-183ba3915a85?force=False used request id req-26ddf17a-e4bf-45d3-9ace-de62f73e4333 2018-12-03 15:25:48,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:48,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["QD0S6j3BTVCRI57hP0SekA"], "issued_at": "2018-12-03T15:25:48.000000Z"}} 2018-12-03 15:25:48,575 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f51f8bdf9b2ee47c1fd575b90ad426d8b6bc6f" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-e72d5852-991e-4a43-874b-599ba14964df-qos"}}' 2018-12-03 15:25:48,978 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:48 GMT Server: Apache x-compute-request-id: req-4090240c-41db-418c-b2d8-eae38dd1e0d6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4090240c-41db-418c-b2d8-eae38dd1e0d6 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "6f5eea33-6542-4d77-833a-2ef27855e096", "name": "CinderUtilsVolumeTypeCompleteTests-e72d5852-991e-4a43-874b-599ba14964df-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/6f5eea33-6542-4d77-833a-2ef27855e096", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/qos-specs/6f5eea33-6542-4d77-833a-2ef27855e096", "rel": "bookmark"}]} 2018-12-03 15:25:48,978 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-4090240c-41db-418c-b2d8-eae38dd1e0d6 2018-12-03 15:25:48,982 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4090240c-41db-418c-b2d8-eae38dd1e0d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f51f8bdf9b2ee47c1fd575b90ad426d8b6bc6f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-e72d5852-991e-4a43-874b-599ba14964df", "description": null}}' 2018-12-03 15:25:49,187 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:48 GMT Server: Apache x-compute-request-id: req-24801474-2741-4c68-b8d8-d9570f67fdde OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-24801474-2741-4c68-b8d8-d9570f67fdde Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-e72d5852-991e-4a43-874b-599ba14964df", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7bf5eff0-6020-4965-90b1-cee09560aa96", "description": null}} 2018-12-03 15:25:49,187 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types used request id req-24801474-2741-4c68-b8d8-d9570f67fdde 2018-12-03 15:25:49,190 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4090240c-41db-418c-b2d8-eae38dd1e0d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f51f8bdf9b2ee47c1fd575b90ad426d8b6bc6f" 2018-12-03 15:25:49,362 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:49 GMT Server: Apache x-compute-request-id: req-1e8677f0-f817-49b3-b52c-479620f4997f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1e8677f0-f817-49b3-b52c-479620f4997f Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "6f5eea33-6542-4d77-833a-2ef27855e096", "name": "CinderUtilsVolumeTypeCompleteTests-e72d5852-991e-4a43-874b-599ba14964df-qos"}]} 2018-12-03 15:25:49,362 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-1e8677f0-f817-49b3-b52c-479620f4997f 2018-12-03 15:25:49,365 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/None/associate?vol_type_id=7bf5eff0-6020-4965-90b1-cee09560aa96 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4090240c-41db-418c-b2d8-eae38dd1e0d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f51f8bdf9b2ee47c1fd575b90ad426d8b6bc6f" 2018-12-03 15:25:49,565 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:25:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-31e09f8d-5b3f-40e4-b9bf-29d1b154c343 x-openstack-request-id: req-31e09f8d-5b3f-40e4-b9bf-29d1b154c343 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-12-03 15:25:49,565 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/None/associate?vol_type_id=7bf5eff0-6020-4965-90b1-cee09560aa96 used request id req-31e09f8d-5b3f-40e4-b9bf-29d1b154c343 2018-12-03 15:25:49,565 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-31e09f8d-5b3f-40e4-b9bf-29d1b154c343) 2018-12-03 15:25:49,565 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-e72d5852-991e-4a43-874b-599ba14964df 2018-12-03 15:25:49,568 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/7bf5eff0-6020-4965-90b1-cee09560aa96 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4090240c-41db-418c-b2d8-eae38dd1e0d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f51f8bdf9b2ee47c1fd575b90ad426d8b6bc6f" 2018-12-03 15:25:49,834 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-67c6313a-5ebe-4445-b916-d3fc1345ea70 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-12-03 15:25:49,834 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/7bf5eff0-6020-4965-90b1-cee09560aa96 used request id req-67c6313a-5ebe-4445-b916-d3fc1345ea70 2018-12-03 15:25:49,834 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-e72d5852-991e-4a43-874b-599ba14964df-qos 2018-12-03 15:25:49,837 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/6f5eea33-6542-4d77-833a-2ef27855e096?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4090240c-41db-418c-b2d8-eae38dd1e0d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f51f8bdf9b2ee47c1fd575b90ad426d8b6bc6f" 2018-12-03 15:25:50,056 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0c960640-6c41-4576-b908-830767bcac7f 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-12-03 15:25:50,057 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/6f5eea33-6542-4d77-833a-2ef27855e096?force=False used request id req-0c960640-6c41-4576-b908-830767bcac7f 2018-12-03 15:25:50,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:50,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["6OOo6jD8SWqDXVQIENtCTg"], "issued_at": "2018-12-03T15:25:50.000000Z"}} 2018-12-03 15:25:50,432 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0f60ab1df7e6d5dd4dc307c86e18ced959bc62" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-248ad41f-13a9-492a-b666-dbc5b9b7ea62-qos"}}' 2018-12-03 15:25:50,637 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:50 GMT Server: Apache x-compute-request-id: req-4b5dbbfa-e8a2-4132-9f7b-71561c10fb86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4b5dbbfa-e8a2-4132-9f7b-71561c10fb86 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "284cc721-a169-4179-ba7c-c7dfd72a0e33", "name": "CinderUtilsVolumeTypeCompleteTests-248ad41f-13a9-492a-b666-dbc5b9b7ea62-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/284cc721-a169-4179-ba7c-c7dfd72a0e33", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/qos-specs/284cc721-a169-4179-ba7c-c7dfd72a0e33", "rel": "bookmark"}]} 2018-12-03 15:25:50,637 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-4b5dbbfa-e8a2-4132-9f7b-71561c10fb86 2018-12-03 15:25:50,641 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4b5dbbfa-e8a2-4132-9f7b-71561c10fb86" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0f60ab1df7e6d5dd4dc307c86e18ced959bc62" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-248ad41f-13a9-492a-b666-dbc5b9b7ea62", "description": null}}' 2018-12-03 15:25:50,855 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:50 GMT Server: Apache x-compute-request-id: req-16b2c738-b992-4b21-9deb-2b32db38ea3d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-16b2c738-b992-4b21-9deb-2b32db38ea3d Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-248ad41f-13a9-492a-b666-dbc5b9b7ea62", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7cc07a2f-4808-498e-b842-31557d3c4e3c", "description": null}} 2018-12-03 15:25:50,855 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types used request id req-16b2c738-b992-4b21-9deb-2b32db38ea3d 2018-12-03 15:25:50,859 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4b5dbbfa-e8a2-4132-9f7b-71561c10fb86" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0f60ab1df7e6d5dd4dc307c86e18ced959bc62" 2018-12-03 15:25:51,036 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:50 GMT Server: Apache x-compute-request-id: req-ec171984-c4f4-45be-97ab-3bcd4b76d73a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ec171984-c4f4-45be-97ab-3bcd4b76d73a Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "284cc721-a169-4179-ba7c-c7dfd72a0e33", "name": "CinderUtilsVolumeTypeCompleteTests-248ad41f-13a9-492a-b666-dbc5b9b7ea62-qos"}]} 2018-12-03 15:25:51,036 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-ec171984-c4f4-45be-97ab-3bcd4b76d73a 2018-12-03 15:25:51,040 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/284cc721-a169-4179-ba7c-c7dfd72a0e33/associate?vol_type_id=7cc07a2f-4808-498e-b842-31557d3c4e3c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4b5dbbfa-e8a2-4132-9f7b-71561c10fb86" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0f60ab1df7e6d5dd4dc307c86e18ced959bc62" 2018-12-03 15:25:51,252 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-98d3c2b6-c686-44d8-81a5-10bd7cff3906 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-12-03 15:25:51,252 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/284cc721-a169-4179-ba7c-c7dfd72a0e33/associate?vol_type_id=7cc07a2f-4808-498e-b842-31557d3c4e3c used request id req-98d3c2b6-c686-44d8-81a5-10bd7cff3906 2018-12-03 15:25:51,253 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-248ad41f-13a9-492a-b666-dbc5b9b7ea62 2018-12-03 15:25:51,255 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/7cc07a2f-4808-498e-b842-31557d3c4e3c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4b5dbbfa-e8a2-4132-9f7b-71561c10fb86" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0f60ab1df7e6d5dd4dc307c86e18ced959bc62" 2018-12-03 15:25:51,444 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6021f8ad-a7ae-4e3d-9185-36d5eb559d0c 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-12-03 15:25:51,444 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/7cc07a2f-4808-498e-b842-31557d3c4e3c used request id req-6021f8ad-a7ae-4e3d-9185-36d5eb559d0c 2018-12-03 15:25:51,444 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-248ad41f-13a9-492a-b666-dbc5b9b7ea62-qos 2018-12-03 15:25:51,447 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/284cc721-a169-4179-ba7c-c7dfd72a0e33?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4b5dbbfa-e8a2-4132-9f7b-71561c10fb86" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0f60ab1df7e6d5dd4dc307c86e18ced959bc62" 2018-12-03 15:25:51,642 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5e3f605e-593e-44be-a70d-a28dc0387341 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-12-03 15:25:51,642 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/284cc721-a169-4179-ba7c-c7dfd72a0e33?force=False used request id req-5e3f605e-593e-44be-a70d-a28dc0387341 2018-12-03 15:25:51,645 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:52,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22771f1ba6ce42ea91fe8b84551c5f33", "name": "Member"}, {"id": "69c5729c1cbc4c13a548e41f32e05a60", "name": "heat_stack_owner"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1780a9ab51084544804c8f0af535fb81", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1780a9ab51084544804c8f0af535fb81", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "id": "cda3e10c13644fbd83127c45f881c0ba"}, "audit_ids": ["5YcRQf3VTLyPPVLf0fEWVw"], "issued_at": "2018-12-03T15:25:52.000000Z"}} 2018-12-03 15:25:52,041 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf868f44bb0a470c4ad4b68ebbc98c8415a7ddd" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-379c7eb4-02ed-4122-9d8d-2b174b200223-qos"}}' 2018-12-03 15:25:52,253 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:52 GMT Server: Apache x-compute-request-id: req-6d8e97ac-35fe-4249-96c2-302fa6923dee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6d8e97ac-35fe-4249-96c2-302fa6923dee Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "34da0d8a-ecc6-4d65-be00-6136172b99fa", "name": "CinderUtilsVolumeTypeCompleteTests-379c7eb4-02ed-4122-9d8d-2b174b200223-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/34da0d8a-ecc6-4d65-be00-6136172b99fa", "rel": "self"}, {"href": "http://172.30.9.30:8776/1780a9ab51084544804c8f0af535fb81/qos-specs/34da0d8a-ecc6-4d65-be00-6136172b99fa", "rel": "bookmark"}]} 2018-12-03 15:25:52,253 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-6d8e97ac-35fe-4249-96c2-302fa6923dee 2018-12-03 15:25:52,256 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6d8e97ac-35fe-4249-96c2-302fa6923dee" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf868f44bb0a470c4ad4b68ebbc98c8415a7ddd" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-379c7eb4-02ed-4122-9d8d-2b174b200223", "description": null}}' 2018-12-03 15:25:52,455 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:52 GMT Server: Apache x-compute-request-id: req-dd25f7fa-3fdc-4f8f-9a48-7e22d190c957 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd25f7fa-3fdc-4f8f-9a48-7e22d190c957 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-379c7eb4-02ed-4122-9d8d-2b174b200223", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "eef304a7-7d19-43c2-9efc-f5f0f4753eea", "description": null}} 2018-12-03 15:25:52,455 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types used request id req-dd25f7fa-3fdc-4f8f-9a48-7e22d190c957 2018-12-03 15:25:52,458 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/eef304a7-7d19-43c2-9efc-f5f0f4753eea/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6d8e97ac-35fe-4249-96c2-302fa6923dee" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf868f44bb0a470c4ad4b68ebbc98c8415a7ddd" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-12-03 15:25:52,691 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:52 GMT Server: Apache x-compute-request-id: req-42b1de55-3963-4a3f-be6c-e326b04cc133 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-42b1de55-3963-4a3f-be6c-e326b04cc133 Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "eef304a7-7d19-43c2-9efc-f5f0f4753eea", "name": "foo", "control_location": "back-end", "encryption_id": "8e24032e-acba-47c7-ada0-00dabc62eb80", "provider": "bar", "provider_class": "bar"}} 2018-12-03 15:25:52,691 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/eef304a7-7d19-43c2-9efc-f5f0f4753eea/encryption used request id req-42b1de55-3963-4a3f-be6c-e326b04cc133 2018-12-03 15:25:52,694 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d8e97ac-35fe-4249-96c2-302fa6923dee" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf868f44bb0a470c4ad4b68ebbc98c8415a7ddd" 2018-12-03 15:25:52,859 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:52 GMT Server: Apache x-compute-request-id: req-4df2c92b-ef3f-4aff-987e-73c16c049125 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4df2c92b-ef3f-4aff-987e-73c16c049125 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "34da0d8a-ecc6-4d65-be00-6136172b99fa", "name": "CinderUtilsVolumeTypeCompleteTests-379c7eb4-02ed-4122-9d8d-2b174b200223-qos"}]} 2018-12-03 15:25:52,860 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs used request id req-4df2c92b-ef3f-4aff-987e-73c16c049125 2018-12-03 15:25:52,863 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/34da0d8a-ecc6-4d65-be00-6136172b99fa/associate?vol_type_id=eef304a7-7d19-43c2-9efc-f5f0f4753eea -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d8e97ac-35fe-4249-96c2-302fa6923dee" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf868f44bb0a470c4ad4b68ebbc98c8415a7ddd" 2018-12-03 15:25:53,064 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5f1bb927-8f62-4dbe-8fb8-05f0710234f9 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-12-03 15:25:53,064 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/34da0d8a-ecc6-4d65-be00-6136172b99fa/associate?vol_type_id=eef304a7-7d19-43c2-9efc-f5f0f4753eea used request id req-5f1bb927-8f62-4dbe-8fb8-05f0710234f9 2018-12-03 15:25:53,067 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/eef304a7-7d19-43c2-9efc-f5f0f4753eea -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d8e97ac-35fe-4249-96c2-302fa6923dee" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf868f44bb0a470c4ad4b68ebbc98c8415a7ddd" 2018-12-03 15:25:53,232 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:53 GMT Server: Apache x-compute-request-id: req-55b742ca-6bae-48bf-ae6e-5ba74007cde1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-55b742ca-6bae-48bf-ae6e-5ba74007cde1 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-379c7eb4-02ed-4122-9d8d-2b174b200223", "qos_specs_id": "34da0d8a-ecc6-4d65-be00-6136172b99fa", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "eef304a7-7d19-43c2-9efc-f5f0f4753eea", "description": null}} 2018-12-03 15:25:53,233 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/eef304a7-7d19-43c2-9efc-f5f0f4753eea used request id req-55b742ca-6bae-48bf-ae6e-5ba74007cde1 2018-12-03 15:25:53,236 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/eef304a7-7d19-43c2-9efc-f5f0f4753eea/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d8e97ac-35fe-4249-96c2-302fa6923dee" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf868f44bb0a470c4ad4b68ebbc98c8415a7ddd" 2018-12-03 15:25:53,402 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:53 GMT Server: Apache x-compute-request-id: req-0c3e2d6c-09bf-4730-948b-bb2552366c6b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0c3e2d6c-09bf-4730-948b-bb2552366c6b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_type_id": "eef304a7-7d19-43c2-9efc-f5f0f4753eea", "control_location": "back-end", "deleted": false, "created_at": "2018-12-03T15:25:52.000000", "updated_at": null, "encryption_id": "8e24032e-acba-47c7-ada0-00dabc62eb80", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-12-03 15:25:53,403 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/eef304a7-7d19-43c2-9efc-f5f0f4753eea/encryption used request id req-0c3e2d6c-09bf-4730-948b-bb2552366c6b 2018-12-03 15:25:53,403 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-379c7eb4-02ed-4122-9d8d-2b174b200223 2018-12-03 15:25:53,406 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/eef304a7-7d19-43c2-9efc-f5f0f4753eea -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d8e97ac-35fe-4249-96c2-302fa6923dee" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf868f44bb0a470c4ad4b68ebbc98c8415a7ddd" 2018-12-03 15:25:53,571 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:53 GMT Server: Apache x-compute-request-id: req-1b74a2d4-833a-4439-bba6-c299436fa616 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1b74a2d4-833a-4439-bba6-c299436fa616 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-379c7eb4-02ed-4122-9d8d-2b174b200223", "qos_specs_id": "34da0d8a-ecc6-4d65-be00-6136172b99fa", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "eef304a7-7d19-43c2-9efc-f5f0f4753eea", "description": null}} 2018-12-03 15:25:53,571 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/eef304a7-7d19-43c2-9efc-f5f0f4753eea used request id req-1b74a2d4-833a-4439-bba6-c299436fa616 2018-12-03 15:25:53,574 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/eef304a7-7d19-43c2-9efc-f5f0f4753eea/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d8e97ac-35fe-4249-96c2-302fa6923dee" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf868f44bb0a470c4ad4b68ebbc98c8415a7ddd" 2018-12-03 15:25:53,616 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0857996b-a92b-4ca8-93be-292c25b792fd 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-12-03 15:25:53,616 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/eef304a7-7d19-43c2-9efc-f5f0f4753eea/encryption/provider used request id req-0857996b-a92b-4ca8-93be-292c25b792fd 2018-12-03 15:25:53,616 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-379c7eb4-02ed-4122-9d8d-2b174b200223 2018-12-03 15:25:53,619 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/eef304a7-7d19-43c2-9efc-f5f0f4753eea -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d8e97ac-35fe-4249-96c2-302fa6923dee" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf868f44bb0a470c4ad4b68ebbc98c8415a7ddd" 2018-12-03 15:25:53,839 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5ba6b154-3735-4421-8e52-dfe173311fd8 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-12-03 15:25:53,839 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/types/eef304a7-7d19-43c2-9efc-f5f0f4753eea used request id req-5ba6b154-3735-4421-8e52-dfe173311fd8 2018-12-03 15:25:53,839 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-379c7eb4-02ed-4122-9d8d-2b174b200223-qos 2018-12-03 15:25:53,842 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/34da0d8a-ecc6-4d65-be00-6136172b99fa?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d8e97ac-35fe-4249-96c2-302fa6923dee" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf868f44bb0a470c4ad4b68ebbc98c8415a7ddd" 2018-12-03 15:25:54,050 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:25:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-17c9a20b-9cd1-42fb-ad1a-d5475fa609c8 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-12-03 15:25:54,050 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/1780a9ab51084544804c8f0af535fb81/qos-specs/34da0d8a-ecc6-4d65-be00-6136172b99fa?force=False used request id req-17c9a20b-9cd1-42fb-ad1a-d5475fa609c8 2018-12-03 15:25:54,051 - 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 788.144s OK 2018-12-03 15:25:54,165 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-03 15:25:54,166 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-12-03 15:25:54,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:25:54,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:25:54,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce92c0b2-c238-43dd-886a-12367613c3a7 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "69c5729c1cbc4c13a548e41f32e05a60", "links": {"self": "http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:25:54,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ce92c0b2-c238-43dd-886a-12367613c3a7 2018-12-03 15:25:54,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828778743744s 2018-12-03 15:25:54,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 15:25:54,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:25:54,408 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:25:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94ceab4d-48f0-4bfa-98db-c9ad3b4c2b51 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:25:54,408 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/69c5729c1cbc4c13a548e41f32e05a60 used request id req-94ceab4d-48f0-4bfa-98db-c9ad3b4c2b51 2018-12-03 15:25:54,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.151348114014s 2018-12-03 15:25:54,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:25:54,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:25:54,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01b6777a-10bd-4ff3-8534-a473b25fbec2 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd", "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "domain_id": "default", "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:25:54,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-01b6777a-10bd-4ff3-8534-a473b25fbec2 2018-12-03 15:25:54,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0987989902496s 2018-12-03 15:25:54,508 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-01b6777a-10bd-4ff3-8534-a473b25fbec2 2018-12-03 15:25:54,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:25:54,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:25:54,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-752f39f9-14ff-4b80-adfb-8cea60bd9f5b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba"}, "enabled": true, "id": "cda3e10c13644fbd83127c45f881c0ba", "options": {}, "domain_id": "default", "name": "api_check-user_ea96b64e-532c-4167-990b-9bf38c1b77bd"}} 2018-12-03 15:25:54,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba used request id req-752f39f9-14ff-4b80-adfb-8cea60bd9f5b 2018-12-03 15:25:54,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0916271209717s 2018-12-03 15:25:54,607 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba used request id req-752f39f9-14ff-4b80-adfb-8cea60bd9f5b 2018-12-03 15:25:54,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 15:25:54,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:25:54,891 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:25:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21af807d-3194-4cb9-bd59-7efe8f4416fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:25:54,891 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba used request id req-21af807d-3194-4cb9-bd59-7efe8f4416fa 2018-12-03 15:25:54,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.284309864044s 2018-12-03 15:25:54,892 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/cda3e10c13644fbd83127c45f881c0ba used request id req-21af807d-3194-4cb9-bd59-7efe8f4416fa 2018-12-03 15:25:54,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:25:54,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:25:54,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aef2af4a-ad28-4c09-a968-7c37f4ff5c6d Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81"}, "enabled": true, "id": "1780a9ab51084544804c8f0af535fb81", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ea96b64e-532c-4167-990b-9bf38c1b77bd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:25:54,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-aef2af4a-ad28-4c09-a968-7c37f4ff5c6d 2018-12-03 15:25:54,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0809800624847s 2018-12-03 15:25:54,974 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-aef2af4a-ad28-4c09-a968-7c37f4ff5c6d 2018-12-03 15:25:54,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 15:25:54,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:25:55,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:25:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aacde84b-81b1-4c7a-a066-fa479a6e8445 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:25:55,154 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-aacde84b-81b1-4c7a-a066-fa479a6e8445 2018-12-03 15:25:55,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.177577018738s 2018-12-03 15:25:55,155 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/1780a9ab51084544804c8f0af535fb81 used request id req-aacde84b-81b1-4c7a-a066-fa479a6e8445 2018-12-03 15:25:55,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:25:55,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:25:55,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78b32f2d-a6f5-4ab9-b025-a3a77f0b7b25 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22771f1ba6ce42ea91fe8b84551c5f33", "links": {"self": "http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:25:55,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-78b32f2d-a6f5-4ab9-b025-a3a77f0b7b25 2018-12-03 15:25:55,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0741431713104s 2018-12-03 15:25:55,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 15:25:55,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:25:55,330 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:25:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a11c80f1-d8ce-443b-b8d1-7e74121bed42 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:25:55,330 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/22771f1ba6ce42ea91fe8b84551c5f33 used request id req-a11c80f1-d8ce-443b-b8d1-7e74121bed42 2018-12-03 15:25:55,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0990271568298s 2018-12-03 15:25:55,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 15:25:55,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=1780a9ab51084544804c8f0af535fb81&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}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:25:55,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-54d3f88a-e314-4654-bfaa-2d227e4bb436 Date: Mon, 03 Dec 2018 15:25:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:13:13Z", "updated_at": "2018-12-03T15:13:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "134f342f-679f-4f07-8616-4846d4c6456f", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "891b5425-fa60-4a23-9d11-de89ddcc7c06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "ba31fbc5-2a28-4f30-9a28-0bf85d835b38", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "d6db4b9b-f361-4cc0-b024-76c929e31ae4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 4, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "72747da3-89d7-4764-87ac-6246c4140f3e", "name": "default"}]} 2018-12-03 15:25:55,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=1780a9ab51084544804c8f0af535fb81&name=default used request id req-54d3f88a-e314-4654-bfaa-2d227e4bb436 2018-12-03 15:25:55,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.183372020721s 2018-12-03 15:25:55,520 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=1780a9ab51084544804c8f0af535fb81&name=default used request id req-54d3f88a-e314-4654-bfaa-2d227e4bb436 2018-12-03 15:25:55,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 15:25:55,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:25:55,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-62cf4e03-cd44-471c-baf1-c2f0c532b9bb Date: Mon, 03 Dec 2018 15:25:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1780a9ab51084544804c8f0af535fb81", "created_at": "2018-12-03T15:13:13Z", "updated_at": "2018-12-03T15:13:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "d6db4b9b-f361-4cc0-b024-76c929e31ae4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "891b5425-fa60-4a23-9d11-de89ddcc7c06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "ba31fbc5-2a28-4f30-9a28-0bf85d835b38", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv6", "project_id": "1780a9ab51084544804c8f0af535fb81"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:13:13Z", "revision_number": 0, "id": "134f342f-679f-4f07-8616-4846d4c6456f", "remote_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:13:13Z", "security_group_id": "72747da3-89d7-4764-87ac-6246c4140f3e", "tenant_id": "1780a9ab51084544804c8f0af535fb81", "port_range_min": null, "ethertype": "IPv4", "project_id": "1780a9ab51084544804c8f0af535fb81"}], "revision_number": 4, "project_id": "1780a9ab51084544804c8f0af535fb81", "id": "72747da3-89d7-4764-87ac-6246c4140f3e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 15:25:55,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-62cf4e03-cd44-471c-baf1-c2f0c532b9bb 2018-12-03 15:25:55,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.194453001022s 2018-12-03 15:25:55,718 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-62cf4e03-cd44-471c-baf1-c2f0c532b9bb 2018-12-03 15:25:55,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-03 15:25:55,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/72747da3-89d7-4764-87ac-6246c4140f3e.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}d877b1d50a65ea4cd93d426658d8153aa86343c5" 2018-12-03 15:25:56,030 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d6e82cc8-0123-4109-85d0-2bec4754e576 Content-Length: 0 Date: Mon, 03 Dec 2018 15:25:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:25:56,030 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/72747da3-89d7-4764-87ac-6246c4140f3e.json used request id req-d6e82cc8-0123-4109-85d0-2bec4754e576 2018-12-03 15:25:56,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.307971000671s 2018-12-03 15:25:56,031 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/72747da3-89d7-4764-87ac-6246c4140f3e.json used request id req-d6e82cc8-0123-4109-85d0-2bec4754e576 2018-12-03 15:25:56,052 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-12-03 15:25:56,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 15:25:56,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 15:25:56,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 15:25:56,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 15:25:56,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 15:25:56,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 15:25:56,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 15:25:56,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 15:25:56,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 15:25:56,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 15:25:56,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 15:25:56,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 15:25:56,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 15:25:56,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 15:25:56,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 15:25:56,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 15:25:56,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 15:25:56,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 15:25:56,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 15:25:56,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 15:25:56,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 15:25:56,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 15:25:56,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 15:25:56,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 15:25:56,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5005f9a-a9f3-404f-be7f-23bb41564871 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:25:56,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a5005f9a-a9f3-404f-be7f-23bb41564871 2018-12-03 15:25:56,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:56,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:25:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["IZjYh6DAR3y9voyDCcg7-g"], "issued_at": "2018-12-03T15:25:56.000000Z"}} 2018-12-03 15:25:56,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:56,462 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:25: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:25:56,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:56,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3142e88-a85f-44bd-96f5-0e9c6b371c17 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 15:25:56,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-d3142e88-a85f-44bd-96f5-0e9c6b371c17 2018-12-03 15:25:56,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.470849990845s 2018-12-03 15:25:56,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 15:25:56,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}2c68cefc6b62e2c256e488b8db667a92c98fb715" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1"}}' 2018-12-03 15:25:56,666 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:25:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7a0246e-3ad2-44c3-87fd-46bf7486a19b 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.30:5000/v3/projects/ef1152428d094529914582c804e1adeb"}, "enabled": true, "id": "ef1152428d094529914582c804e1adeb", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1"}} 2018-12-03 15:25:56,666 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b7a0246e-3ad2-44c3-87fd-46bf7486a19b 2018-12-03 15:25:56,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.112002849579s 2018-12-03 15:25:56,667 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b7a0246e-3ad2-44c3-87fd-46bf7486a19b 2018-12-03 15:25:56,667 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1', 'id': u'ef1152428d094529914582c804e1adeb', '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-12-03 15:25:56,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 15:25:57,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.39387011528s 2018-12-03 15:25:57,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:57,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b9b44a2-e56a-4646-bc92-334ac8bac17d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a"}, "enabled": true, "id": "66eeaf5b82f0408b81e83b7fe3ca444a", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_17f11921-2c7c-4d46-90d4-b1280e8d2ce1"}} 2018-12-03 15:25:57,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a used request id req-0b9b44a2-e56a-4646-bc92-334ac8bac17d 2018-12-03 15:25:57,171 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'66eeaf5b82f0408b81e83b7fe3ca444a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_17f11921-2c7c-4d46-90d4-b1280e8d2ce1'}) 2018-12-03 15:25:57,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:25:57,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:57,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d80977c2-8bc6-46e6-81cc-57688b5564ff Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:25:57,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d80977c2-8bc6-46e6-81cc-57688b5564ff 2018-12-03 15:25:57,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0800211429596s 2018-12-03 15:25:57,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:25:57,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:57,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c324db8-a197-4b76-b932-762539e11403 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:25:57,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1c324db8-a197-4b76-b932-762539e11403 2018-12-03 15:25:57,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.077565908432s 2018-12-03 15:25:57,331 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 15:25:57,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 15:25:57,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" -d '{"role": {"name": "Member"}}' 2018-12-03 15:25:57,438 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:25:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8444c4a5-ad49-4077-a864-01cd962f9d7f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "80dfbcb2280a4e55895929989ab7b611", "links": {"self": "http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611"}, "name": "Member"}} 2018-12-03 15:25:57,439 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-8444c4a5-ad49-4077-a864-01cd962f9d7f 2018-12-03 15:25:57,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.107547044754s 2018-12-03 15:25:57,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:57,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d33594cb-ee8b-41c6-a6de-857e1e113d05 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611"}, "domain_id": null, "name": "Member", "id": "80dfbcb2280a4e55895929989ab7b611"}} 2018-12-03 15:25:57,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611 used request id req-d33594cb-ee8b-41c6-a6de-857e1e113d05 2018-12-03 15:25:57,515 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611'}, 'domain_id': None, 'human_id': None, 'id': u'80dfbcb2280a4e55895929989ab7b611', 'HUMAN_ID': False}) 2018-12-03 15:25:57,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:25:57,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:57,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7e876c3-25b6-433d-a35f-583788d81460 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "80dfbcb2280a4e55895929989ab7b611", "links": {"self": "http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:25:57,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e7e876c3-25b6-433d-a35f-583788d81460 2018-12-03 15:25:57,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0791471004486s 2018-12-03 15:25:57,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:25:57,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:57,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03fd3daf-f5c7-4524-8742-3fba3ef21c5f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:25:57,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-03fd3daf-f5c7-4524-8742-3fba3ef21c5f 2018-12-03 15:25:57,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.079029083252s 2018-12-03 15:25:57,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:25:57,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:57,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88481eb6-5530-4089-9e7e-d3e57fad5e0e Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_17f11921-2c7c-4d46-90d4-b1280e8d2ce1", "links": {"self": "http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a"}, "domain_id": "default", "enabled": true, "id": "66eeaf5b82f0408b81e83b7fe3ca444a", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:25:57,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-88481eb6-5530-4089-9e7e-d3e57fad5e0e 2018-12-03 15:25:57,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0315020084381s 2018-12-03 15:25:57,708 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-88481eb6-5530-4089-9e7e-d3e57fad5e0e 2018-12-03 15:25:57,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:25:57,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:57,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2484ef9a-a2e4-437b-bb57-52fec76ce42a Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb"}, "enabled": true, "id": "ef1152428d094529914582c804e1adeb", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1"}]} 2018-12-03 15:25:57,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-2484ef9a-a2e4-437b-bb57-52fec76ce42a 2018-12-03 15:25:57,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.077773809433s 2018-12-03 15:25:57,792 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-2484ef9a-a2e4-437b-bb57-52fec76ce42a 2018-12-03 15:25:57,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:25:57,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=66eeaf5b82f0408b81e83b7fe3ca444a&scope.project.id=ef1152428d094529914582c804e1adeb&role.id=80dfbcb2280a4e55895929989ab7b611 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:57,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-583e886b-ed38-4f08-beff-02f2c1037e6a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=66eeaf5b82f0408b81e83b7fe3ca444a&scope.project.id=ef1152428d094529914582c804e1adeb&role.id=80dfbcb2280a4e55895929989ab7b611", "previous": null, "next": null}} 2018-12-03 15:25:57,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=66eeaf5b82f0408b81e83b7fe3ca444a&scope.project.id=ef1152428d094529914582c804e1adeb&role.id=80dfbcb2280a4e55895929989ab7b611 used request id req-583e886b-ed38-4f08-beff-02f2c1037e6a 2018-12-03 15:25:57,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0833601951599s 2018-12-03 15:25:57,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:25:57,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb/users/66eeaf5b82f0408b81e83b7fe3ca444a/roles/80dfbcb2280a4e55895929989ab7b611 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:58,025 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:25:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-818c430c-dff5-46a1-a28a-28a464ff9110 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:25:58,025 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb/users/66eeaf5b82f0408b81e83b7fe3ca444a/roles/80dfbcb2280a4e55895929989ab7b611 used request id req-818c430c-dff5-46a1-a28a-28a464ff9110 2018-12-03 15:25:58,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.147368907928s 2018-12-03 15:25:58,027 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1', 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': 'e202315e-6a35-498e-9bbb-50e7523723eb', 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_17f11921-2c7c-4d46-90d4-b1280e8d2ce1', 'project_id': u'ef1152428d094529914582c804e1adeb', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 15:25:58,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 15:25:58,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 15:25:58,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 15:25:58,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 15:25:58,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 15:25:58,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 15:25:58,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 15:25:58,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 15:25:58,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 15:25:58,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 15:25:58,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 15:25:58,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 15:25:58,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 15:25:58,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 15:25:58,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 15:25:58,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 15:25:58,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 15:25:58,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 15:25:58,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 15:25:58,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 15:25:58,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 15:25:58,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 15:25:58,032 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_17f11921-2c7c-4d46-90d4-b1280e8d2ce1', 'password': 'e202315e-6a35-498e-9bbb-50e7523723eb', 'project_name': 'snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'ef1152428d094529914582c804e1adeb', 'project_domain_name': 'Default'} 2018-12-03 15:25:58,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:25:58,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:58,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-722194f8-e7dd-4deb-9929-b69bc660db99 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "80dfbcb2280a4e55895929989ab7b611", "links": {"self": "http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:25:58,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-722194f8-e7dd-4deb-9929-b69bc660db99 2018-12-03 15:25:58,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816469192505s 2018-12-03 15:25:58,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:25:58,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:58,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8fcd2d0-16b1-414f-9196-13b88cc28d43 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "80dfbcb2280a4e55895929989ab7b611", "links": {"self": "http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:25:58,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d8fcd2d0-16b1-414f-9196-13b88cc28d43 2018-12-03 15:25:58,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0785200595856s 2018-12-03 15:25:58,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:25:58,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:58,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c17df2c6-45b3-4ff8-a0cd-085db5180be6 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:25:58,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-c17df2c6-45b3-4ff8-a0cd-085db5180be6 2018-12-03 15:25:58,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0730321407318s 2018-12-03 15:25:58,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:25:58,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:58,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-534f8840-6efe-47e1-9367-125acfdd0dc6 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_17f11921-2c7c-4d46-90d4-b1280e8d2ce1", "links": {"self": "http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a"}, "domain_id": "default", "enabled": true, "id": "66eeaf5b82f0408b81e83b7fe3ca444a", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:25:58,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-534f8840-6efe-47e1-9367-125acfdd0dc6 2018-12-03 15:25:58,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0987949371338s 2018-12-03 15:25:58,368 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-534f8840-6efe-47e1-9367-125acfdd0dc6 2018-12-03 15:25:58,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:25:58,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:58,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bce47042-5e4c-4f1c-a8c0-02b00078a525 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb"}, "enabled": true, "id": "ef1152428d094529914582c804e1adeb", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1"}]} 2018-12-03 15:25:58,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-bce47042-5e4c-4f1c-a8c0-02b00078a525 2018-12-03 15:25:58,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0806531906128s 2018-12-03 15:25:58,456 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-bce47042-5e4c-4f1c-a8c0-02b00078a525 2018-12-03 15:25:58,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:25:58,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=66eeaf5b82f0408b81e83b7fe3ca444a&scope.project.id=ef1152428d094529914582c804e1adeb&role.id=262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:58,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-005fbc2c-aa33-4c74-b539-82ef0b70ad59 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=66eeaf5b82f0408b81e83b7fe3ca444a&scope.project.id=ef1152428d094529914582c804e1adeb&role.id=262658b16a4440adb64abe58dbd094c0", "previous": null, "next": null}} 2018-12-03 15:25:58,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=66eeaf5b82f0408b81e83b7fe3ca444a&scope.project.id=ef1152428d094529914582c804e1adeb&role.id=262658b16a4440adb64abe58dbd094c0 used request id req-005fbc2c-aa33-4c74-b539-82ef0b70ad59 2018-12-03 15:25:58,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.076562166214s 2018-12-03 15:25:58,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:25:58,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb/users/66eeaf5b82f0408b81e83b7fe3ca444a/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:58,662 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b3ee345-2deb-4139-9865-ed2277e95156 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:25:58,662 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb/users/66eeaf5b82f0408b81e83b7fe3ca444a/roles/262658b16a4440adb64abe58dbd094c0 used request id req-7b3ee345-2deb-4139-9865-ed2277e95156 2018-12-03 15:25:58,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.127748012543s 2018-12-03 15:25:58,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:25:58,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:58,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da700868-7545-4548-add0-ff65469b906e Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "80dfbcb2280a4e55895929989ab7b611", "links": {"self": "http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:25:58,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-da700868-7545-4548-add0-ff65469b906e 2018-12-03 15:25:58,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0787301063538s 2018-12-03 15:25:58,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 15:25:58,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" -d '{"role": {"name": "heat_stack_owner"}}' 2018-12-03 15:25:58,839 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07018c13-1770-48ad-898d-c6041c6e5f77 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "62694dc65acb4c069743a15e7a13f5cf", "links": {"self": "http://172.30.9.30:5000/v3/roles/62694dc65acb4c069743a15e7a13f5cf"}, "name": "heat_stack_owner"}} 2018-12-03 15:25:58,839 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-07018c13-1770-48ad-898d-c6041c6e5f77 2018-12-03 15:25:58,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0961570739746s 2018-12-03 15:25:58,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/62694dc65acb4c069743a15e7a13f5cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:58,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14616b30-2a22-4733-b16a-af443ab468d6 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/62694dc65acb4c069743a15e7a13f5cf"}, "domain_id": null, "name": "heat_stack_owner", "id": "62694dc65acb4c069743a15e7a13f5cf"}} 2018-12-03 15:25:58,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/62694dc65acb4c069743a15e7a13f5cf used request id req-14616b30-2a22-4733-b16a-af443ab468d6 2018-12-03 15:25:58,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:25:58,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:59,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcb9833d-6420-4e62-b507-29e8d22843f0 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "62694dc65acb4c069743a15e7a13f5cf", "links": {"self": "http://172.30.9.30:5000/v3/roles/62694dc65acb4c069743a15e7a13f5cf"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "80dfbcb2280a4e55895929989ab7b611", "links": {"self": "http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:25:59,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-fcb9833d-6420-4e62-b507-29e8d22843f0 2018-12-03 15:25:59,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0791487693787s 2018-12-03 15:25:59,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:25:59,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:59,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afc6dfb0-b875-4393-9fc9-ca328ced0b56 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:25:59,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-afc6dfb0-b875-4393-9fc9-ca328ced0b56 2018-12-03 15:25:59,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0747420787811s 2018-12-03 15:25:59,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:25:59,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:59,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f2cc390-32ab-45cf-8189-756c6f2eb62a Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_17f11921-2c7c-4d46-90d4-b1280e8d2ce1", "links": {"self": "http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a"}, "domain_id": "default", "enabled": true, "id": "66eeaf5b82f0408b81e83b7fe3ca444a", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:25:59,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3f2cc390-32ab-45cf-8189-756c6f2eb62a 2018-12-03 15:25:59,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0957679748535s 2018-12-03 15:25:59,174 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3f2cc390-32ab-45cf-8189-756c6f2eb62a 2018-12-03 15:25:59,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:25:59,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:59,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0053fed2-65ae-4e74-8aa9-c588fa72642d Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb"}, "enabled": true, "id": "ef1152428d094529914582c804e1adeb", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1"}]} 2018-12-03 15:25:59,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-0053fed2-65ae-4e74-8aa9-c588fa72642d 2018-12-03 15:25:59,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0867600440979s 2018-12-03 15:25:59,268 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-0053fed2-65ae-4e74-8aa9-c588fa72642d 2018-12-03 15:25:59,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:25:59,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=66eeaf5b82f0408b81e83b7fe3ca444a&scope.project.id=ef1152428d094529914582c804e1adeb&role.id=62694dc65acb4c069743a15e7a13f5cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:59,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7c2ebc4-1b70-4cab-9c31-bf8db6702bc7 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=66eeaf5b82f0408b81e83b7fe3ca444a&scope.project.id=ef1152428d094529914582c804e1adeb&role.id=62694dc65acb4c069743a15e7a13f5cf", "previous": null, "next": null}} 2018-12-03 15:25:59,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=66eeaf5b82f0408b81e83b7fe3ca444a&scope.project.id=ef1152428d094529914582c804e1adeb&role.id=62694dc65acb4c069743a15e7a13f5cf used request id req-f7c2ebc4-1b70-4cab-9c31-bf8db6702bc7 2018-12-03 15:25:59,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0754129886627s 2018-12-03 15:25:59,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:25:59,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb/users/66eeaf5b82f0408b81e83b7fe3ca444a/roles/62694dc65acb4c069743a15e7a13f5cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:25:59,464 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:25:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-312154cd-6f45-44cc-aad8-0a1d5c7adec4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:25:59,464 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb/users/66eeaf5b82f0408b81e83b7fe3ca444a/roles/62694dc65acb4c069743a15e7a13f5cf used request id req-312154cd-6f45-44cc-aad8-0a1d5c7adec4 2018-12-03 15:25:59,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118619203568s 2018-12-03 15:25:59,465 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-12-03 15:25:59,465 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-12-03 15:25:59,465 - openstack_tests - INFO - OS Credentials = > 2018-12-03 15:25:59,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:25:59,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:25:59,849 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "62694dc65acb4c069743a15e7a13f5cf", "name": "heat_stack_owner"}, {"id": "80dfbcb2280a4e55895929989ab7b611", "name": "Member"}], "expires_at": "2018-12-03T16:25:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef1152428d094529914582c804e1adeb", "name": "snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_17f11921-2c7c-4d46-90d4-b1280e8d2ce1", "id": "66eeaf5b82f0408b81e83b7fe3ca444a"}, "audit_ids": ["nU-xe6UfTD-ZD20XG4S5sA"], "issued_at": "2018-12-03T15:25:59.000000Z"}} 2018-12-03 15:25:59,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f4694d88b1e920dcf0102dea2ab3230165e5f8" 2018-12-03 15:26:00,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f72620e9-e83b-4d08-9e75-cb5703b08c71 Date: Mon, 03 Dec 2018 15:26:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:26:00,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-f72620e9-e83b-4d08-9e75-cb5703b08c71 2018-12-03 15:26:00,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f4694d88b1e920dcf0102dea2ab3230165e5f8" 2018-12-03 15:26:00,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-97827eed-155d-4999-9feb-15bd17feada7 Date: Mon, 03 Dec 2018 15:26:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 15:26:00,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-97827eed-155d-4999-9feb-15bd17feada7 2018-12-03 15:26:00,384 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-03 15:26:00,384 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-12-03 15:26:00,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:26:00,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:26:00,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "62694dc65acb4c069743a15e7a13f5cf", "name": "heat_stack_owner"}, {"id": "80dfbcb2280a4e55895929989ab7b611", "name": "Member"}], "expires_at": "2018-12-03T16:26:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef1152428d094529914582c804e1adeb", "name": "snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_17f11921-2c7c-4d46-90d4-b1280e8d2ce1", "id": "66eeaf5b82f0408b81e83b7fe3ca444a"}, "audit_ids": ["dXf2GsRuQp-yXl_ZZ4B1bw"], "issued_at": "2018-12-03T15:26:00.000000Z"}} 2018-12-03 15:26:00,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c59ea774c7022a28d4673298162300177b75608f" 2018-12-03 15:26:00,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe8edcb2-3906-4edc-be45-d663ff70fd2c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:26:00,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fe8edcb2-3906-4edc-be45-d663ff70fd2c 2018-12-03 15:26:00,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:26:00,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:26:01,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "62694dc65acb4c069743a15e7a13f5cf", "name": "heat_stack_owner"}, {"id": "80dfbcb2280a4e55895929989ab7b611", "name": "Member"}], "expires_at": "2018-12-03T16:26:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef1152428d094529914582c804e1adeb", "name": "snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_17f11921-2c7c-4d46-90d4-b1280e8d2ce1", "id": "66eeaf5b82f0408b81e83b7fe3ca444a"}, "audit_ids": ["oAb74HZiS1igwycczANAwQ"], "issued_at": "2018-12-03T15:26:01.000000Z"}} 2018-12-03 15:26:01,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:01,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad53e3a7-e9ba-447a-8f8d-aa76698f4a73 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:26:01,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ad53e3a7-e9ba-447a-8f8d-aa76698f4a73 2018-12-03 15:26:01,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:26:01,337 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:26:01,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-470dd7c0-7a6a-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:01,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48343105-ef72-48f8-be40-97a4b25b454d Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-470dd7c0-7a6a-475-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 15:26:01,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-470dd7c0-7a6a-475-proj used request id req-48343105-ef72-48f8-be40-97a4b25b454d 2018-12-03 15:26:01,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:01,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ee0338c-58fa-4fcb-94f9-3d93842c4c6a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:26:01,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-8ee0338c-58fa-4fcb-94f9-3d93842c4c6a 2018-12-03 15:26:01,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj"}}' 2018-12-03 15:26:01,576 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:26:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a28c98da-d1ee-4565-9a33-1c40fbd4ab6f Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443"}, "enabled": true, "id": "471a6ed39bed416f91996ad05aac8443", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj"}} 2018-12-03 15:26:01,577 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-a28c98da-d1ee-4565-9a33-1c40fbd4ab6f 2018-12-03 15:26:01,577 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-470dd7c0-7a6a-475-proj 2018-12-03 15:26:01,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:26:01,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:26:02,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "62694dc65acb4c069743a15e7a13f5cf", "name": "heat_stack_owner"}, {"id": "80dfbcb2280a4e55895929989ab7b611", "name": "Member"}], "expires_at": "2018-12-03T16:26:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef1152428d094529914582c804e1adeb", "name": "snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_17f11921-2c7c-4d46-90d4-b1280e8d2ce1", "id": "66eeaf5b82f0408b81e83b7fe3ca444a"}, "audit_ids": ["C-IKd_dlSPSbvHA_7cPC0g"], "issued_at": "2018-12-03T15:26:02.000000Z"}} 2018-12-03 15:26:02,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f256720b20300d8bf9dae16d93a78f654ccbcf67" 2018-12-03 15:26:02,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74087216-4a8c-479c-b52a-33c50307d5be Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:26:02,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-74087216-4a8c-479c-b52a-33c50307d5be 2018-12-03 15:26:02,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:26:02,151 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:26:02,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f256720b20300d8bf9dae16d93a78f654ccbcf67" 2018-12-03 15:26:02,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b605d71-7006-46c5-b84a-9f9380a6271c Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_17f11921-2c7c-4d46-90d4-b1280e8d2ce1", "links": {"self": "http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a"}, "domain_id": "default", "enabled": true, "id": "66eeaf5b82f0408b81e83b7fe3ca444a", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:26:02,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-5b605d71-7006-46c5-b84a-9f9380a6271c 2018-12-03 15:26:02,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-470dd7c0-7a6a-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f256720b20300d8bf9dae16d93a78f654ccbcf67" 2018-12-03 15:26:02,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c946deec-d029-4eb3-ad37-5b32ff8fad89 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-470dd7c0-7a6a-475-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443"}, "enabled": true, "id": "471a6ed39bed416f91996ad05aac8443", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj"}]} 2018-12-03 15:26:02,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-470dd7c0-7a6a-475-proj used request id req-c946deec-d029-4eb3-ad37-5b32ff8fad89 2018-12-03 15:26:02,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f256720b20300d8bf9dae16d93a78f654ccbcf67" 2018-12-03 15:26:02,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e0fef22-4b01-461a-978f-df06eb0ff427 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 15:26:02,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-4e0fef22-4b01-461a-978f-df06eb0ff427 2018-12-03 15:26:02,828 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-470dd7c0-7a6a-475-user 2018-12-03 15:26:02,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:26:02,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:02,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64a7ee05-bae7-4bf7-a445-e16206abab99 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "62694dc65acb4c069743a15e7a13f5cf", "links": {"self": "http://172.30.9.30:5000/v3/roles/62694dc65acb4c069743a15e7a13f5cf"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "80dfbcb2280a4e55895929989ab7b611", "links": {"self": "http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:26:02,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-64a7ee05-bae7-4bf7-a445-e16206abab99 2018-12-03 15:26:02,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" -d '{"role": {"name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj-role"}}' 2018-12-03 15:26:03,025 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:26:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc92bb44-bc4f-4077-a131-b3b81d424169 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "025efbcc1e2848b7921fb96c7650594c", "links": {"self": "http://172.30.9.30:5000/v3/roles/025efbcc1e2848b7921fb96c7650594c"}, "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj-role"}} 2018-12-03 15:26:03,025 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-fc92bb44-bc4f-4077-a131-b3b81d424169 2018-12-03 15:26:03,025 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-470dd7c0-7a6a-475-proj-role 2018-12-03 15:26:03,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/025efbcc1e2848b7921fb96c7650594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:03,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8b390f6-f807-4c72-9f79-ba173f759a7e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/025efbcc1e2848b7921fb96c7650594c"}, "domain_id": null, "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj-role", "id": "025efbcc1e2848b7921fb96c7650594c"}} 2018-12-03 15:26:03,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/025efbcc1e2848b7921fb96c7650594c used request id req-f8b390f6-f807-4c72-9f79-ba173f759a7e 2018-12-03 15:26:03,047 - keystone_utils - INFO - Granting role SimpleHealthCheck-470dd7c0-7a6a-475-proj-role to project SimpleHealthCheck-470dd7c0-7a6a-475-proj 2018-12-03 15:26:03,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443/users/32eeef2e4312437dbd3e272d1c4bfd3a/roles/025efbcc1e2848b7921fb96c7650594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:03,207 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:26:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40eaa8ee-d8b8-4bcd-ab9c-469ef7b636b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:26:03,207 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443/users/32eeef2e4312437dbd3e272d1c4bfd3a/roles/025efbcc1e2848b7921fb96c7650594c used request id req-40eaa8ee-d8b8-4bcd-ab9c-469ef7b636b2 2018-12-03 15:26:03,208 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:26:03,209 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 15:26:03,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:26:03,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:26:03,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "025efbcc1e2848b7921fb96c7650594c", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj-role"}], "expires_at": "2018-12-03T16:26:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "471a6ed39bed416f91996ad05aac8443", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-470dd7c0-7a6a-475-user", "id": "32eeef2e4312437dbd3e272d1c4bfd3a"}, "audit_ids": ["kRIMrkjZTBWqgNXiWtYvuQ"], "issued_at": "2018-12-03T15:26:03.000000Z"}} 2018-12-03 15:26:03,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c239f2cf9ba3209ef7577c34aa10da537464fcc" 2018-12-03 15:26:03,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-960aa6b8-0382-4357-9c13-f956b458e8e6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:26:03,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-960aa6b8-0382-4357-9c13-f956b458e8e6 2018-12-03 15:26:03,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c239f2cf9ba3209ef7577c34aa10da537464fcc" 2018-12-03 15:26:03,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-3d3ea973-bae7-41be-892f-e5a57224e57b Date: Mon, 03 Dec 2018 15:26:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image"} 2018-12-03 15:26:03,853 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image used request id req-3d3ea973-bae7-41be-892f-e5a57224e57b 2018-12-03 15:26:03,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c239f2cf9ba3209ef7577c34aa10da537464fcc" 2018-12-03 15:26:04,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-898a75d2-ca13-4da3-90af-5c90835b60ec Date: Mon, 03 Dec 2018 15:26: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-12-03 15:26:04,011 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-898a75d2-ca13-4da3-90af-5c90835b60ec 2018-12-03 15:26:04,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c239f2cf9ba3209ef7577c34aa10da537464fcc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image"}' 2018-12-03 15:26:04,237 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/0724d4af-0811-4822-bbd9-a492014646bd X-Openstack-Request-Id: req-8fdae057-2678-4504-aae7-e6b3fdabd720 Date: Mon, 03 Dec 2018 15:26:04 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:26:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T15:26:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/0724d4af-0811-4822-bbd9-a492014646bd", "min_disk": 0, "protected": false, "id": "0724d4af-0811-4822-bbd9-a492014646bd", "file": "/v2/images/0724d4af-0811-4822-bbd9-a492014646bd/file", "checksum": null, "owner": "471a6ed39bed416f91996ad05aac8443", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:26:04,237 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-8fdae057-2678-4504-aae7-e6b3fdabd720 2018-12-03 15:26:04,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/0724d4af-0811-4822-bbd9-a492014646bd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c239f2cf9ba3209ef7577c34aa10da537464fcc" -d '' 2018-12-03 15:26:05,555 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b4df5c3d-f14d-410a-a0ac-5cab0ffce360 Date: Mon, 03 Dec 2018 15:26:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:26:05,555 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/0724d4af-0811-4822-bbd9-a492014646bd/file used request id req-b4df5c3d-f14d-410a-a0ac-5cab0ffce360 2018-12-03 15:26:05,556 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 15:26:05,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0724d4af-0811-4822-bbd9-a492014646bd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c239f2cf9ba3209ef7577c34aa10da537464fcc" 2018-12-03 15:26:05,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-a8bb7071-6265-47f6-ac7d-eee91cecb915 Date: Mon, 03 Dec 2018 15:26:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:26:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:26:05Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0724d4af-0811-4822-bbd9-a492014646bd/snap", "metadata": {}}], "self": "/v2/images/0724d4af-0811-4822-bbd9-a492014646bd", "min_disk": 0, "protected": false, "id": "0724d4af-0811-4822-bbd9-a492014646bd", "file": "/v2/images/0724d4af-0811-4822-bbd9-a492014646bd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "471a6ed39bed416f91996ad05aac8443", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0724d4af-0811-4822-bbd9-a492014646bd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:26:05,724 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0724d4af-0811-4822-bbd9-a492014646bd used request id req-a8bb7071-6265-47f6-ac7d-eee91cecb915 2018-12-03 15:26:05,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c239f2cf9ba3209ef7577c34aa10da537464fcc" 2018-12-03 15:26:05,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-761417cd-b74d-49a9-9a87-7f2795033f17 Date: Mon, 03 Dec 2018 15:26: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-12-03 15:26:05,884 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-761417cd-b74d-49a9-9a87-7f2795033f17 2018-12-03 15:26:05,887 - create_image - INFO - Created image with name - SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image 2018-12-03 15:26:05,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0724d4af-0811-4822-bbd9-a492014646bd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c239f2cf9ba3209ef7577c34aa10da537464fcc" 2018-12-03 15:26:05,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-fc57f3ab-ec21-4b0b-acec-3900249daae1 Date: Mon, 03 Dec 2018 15:26:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:26:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:26:05Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0724d4af-0811-4822-bbd9-a492014646bd/snap", "metadata": {}}], "self": "/v2/images/0724d4af-0811-4822-bbd9-a492014646bd", "min_disk": 0, "protected": false, "id": "0724d4af-0811-4822-bbd9-a492014646bd", "file": "/v2/images/0724d4af-0811-4822-bbd9-a492014646bd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "471a6ed39bed416f91996ad05aac8443", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0724d4af-0811-4822-bbd9-a492014646bd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 15:26:05,907 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0724d4af-0811-4822-bbd9-a492014646bd used request id req-fc57f3ab-ec21-4b0b-acec-3900249daae1 2018-12-03 15:26:05,908 - create_image - DEBUG - Instance status is - active 2018-12-03 15:26:05,908 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image 2018-12-03 15:26:05,908 - create_image - INFO - Image is now active with name - SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image 2018-12-03 15:26:05,908 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:26:05,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:26:06,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "025efbcc1e2848b7921fb96c7650594c", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj-role"}], "expires_at": "2018-12-03T16:26:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "471a6ed39bed416f91996ad05aac8443", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-470dd7c0-7a6a-475-user", "id": "32eeef2e4312437dbd3e272d1c4bfd3a"}, "audit_ids": ["e5l_1MWcTsmANYD5adEbAQ"], "issued_at": "2018-12-03T15:26:06.000000Z"}} 2018-12-03 15:26:06,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274209996f1deca8dcd520df0adbb7e21cb0fe13" 2018-12-03 15:26:06,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-effb261f-6731-4e4e-8f80-4cdf58190c8a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:26:06,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-effb261f-6731-4e4e-8f80-4cdf58190c8a 2018-12-03 15:26:06,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274209996f1deca8dcd520df0adbb7e21cb0fe13" 2018-12-03 15:26:06,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6268a8cc-db85-409a-8a25-e93a0156c40b Date: Mon, 03 Dec 2018 15:26:06 GMT RESP BODY: {"networks":[]} 2018-12-03 15:26:06,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net used request id req-6268a8cc-db85-409a-8a25-e93a0156c40b 2018-12-03 15:26:06,465 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net 2018-12-03 15:26:06,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274209996f1deca8dcd520df0adbb7e21cb0fe13" -d '{"network": {"name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net", "admin_state_up": true}}' 2018-12-03 15:26:06,999 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f3b3404c-70cd-4562-9151-890e7154c5b9 Date: Mon, 03 Dec 2018 15:26:07 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"471a6ed39bed416f91996ad05aac8443","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:26:06Z","is_default":false,"name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:06Z","mtu":1450}} 2018-12-03 15:26:06,999 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-f3b3404c-70cd-4562-9151-890e7154c5b9 2018-12-03 15:26:07,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274209996f1deca8dcd520df0adbb7e21cb0fe13" 2018-12-03 15:26:07,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-af17e1ad-bca2-452f-96cf-dd5ed7786b35 Date: Mon, 03 Dec 2018 15:26: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-12-03T15:26:06Z","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"471a6ed39bed416f91996ad05aac8443","id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net"}]} 2018-12-03 15:26:07,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 used request id req-af17e1ad-bca2-452f-96cf-dd5ed7786b35 2018-12-03 15:26:07,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274209996f1deca8dcd520df0adbb7e21cb0fe13" 2018-12-03 15:26:07,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8e3d2379-b3b5-43ac-b1dd-4cd1b4191a84 Date: Mon, 03 Dec 2018 15:26:07 GMT RESP BODY: {"subnets":[]} 2018-12-03 15:26:07,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 used request id req-8e3d2379-b3b5-43ac-b1dd-4cd1b4191a84 2018-12-03 15:26:07,422 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-subnet 2018-12-03 15:26:07,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274209996f1deca8dcd520df0adbb7e21cb0fe13" -d '{"subnets": [{"ip_version": 4, "network_id": "1df4ae53-eb14-44b0-8401-4e3f4e9130b5", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-subnet"}]}' 2018-12-03 15:26:08,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b0fa205f-0958-444d-8fe8-9209bc4d3ca9 Date: Mon, 03 Dec 2018 15:26:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:07Z","dns_nameservers":[],"updated_at":"2018-12-03T15:26:07Z","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":"471a6ed39bed416f91996ad05aac8443","id":"576ea2b9-0074-4e9f-a545-80e2d76e250e","subnetpool_id":null,"name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-subnet"}]} 2018-12-03 15:26:08,238 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-b0fa205f-0958-444d-8fe8-9209bc4d3ca9 2018-12-03 15:26:08,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274209996f1deca8dcd520df0adbb7e21cb0fe13" 2018-12-03 15:26:08,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-2f5bcb76-f164-4760-9fec-d37534b038d8 Date: Mon, 03 Dec 2018 15:26: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":["576ea2b9-0074-4e9f-a545-80e2d76e250e"],"updated_at":"2018-12-03T15:26:07Z","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"471a6ed39bed416f91996ad05aac8443","id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net"}]} 2018-12-03 15:26:08,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 used request id req-2f5bcb76-f164-4760-9fec-d37534b038d8 2018-12-03 15:26:08,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274209996f1deca8dcd520df0adbb7e21cb0fe13" 2018-12-03 15:26:08,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-64789d8a-2ce6-4c6d-ad93-d0242caa5596 Date: Mon, 03 Dec 2018 15:26:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:07Z","dns_nameservers":[],"updated_at":"2018-12-03T15:26:07Z","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":"471a6ed39bed416f91996ad05aac8443","id":"576ea2b9-0074-4e9f-a545-80e2d76e250e","subnetpool_id":null,"name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-subnet"}]} 2018-12-03 15:26:08,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 used request id req-64789d8a-2ce6-4c6d-ad93-d0242caa5596 2018-12-03 15:26:08,820 - OpenStackNetwork - DEBUG - Network [1df4ae53-eb14-44b0-8401-4e3f4e9130b5] created successfully 2018-12-03 15:26:08,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:26:08,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:26:09,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "62694dc65acb4c069743a15e7a13f5cf", "name": "heat_stack_owner"}, {"id": "80dfbcb2280a4e55895929989ab7b611", "name": "Member"}], "expires_at": "2018-12-03T16:26:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef1152428d094529914582c804e1adeb", "name": "snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ef1152428d094529914582c804e1adeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_17f11921-2c7c-4d46-90d4-b1280e8d2ce1", "id": "66eeaf5b82f0408b81e83b7fe3ca444a"}, "audit_ids": ["E2yfHcwATxu9jNcmrzQM-Q"], "issued_at": "2018-12-03T15:26:09.000000Z"}} 2018-12-03 15:26:09,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a0a0f92912b694bf93a8842e91f2e2982cb9e65" 2018-12-03 15:26:09,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b18892d-c9eb-4f30-a99b-aef37e6d222b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:26:09,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6b18892d-c9eb-4f30-a99b-aef37e6d222b 2018-12-03 15:26:09,282 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:26:09,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a0a0f92912b694bf93a8842e91f2e2982cb9e65" 2018-12-03 15:26:09,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26: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-95bc5780-583b-4b01-910b-c3b15f527742 x-compute-request-id: req-95bc5780-583b-4b01-910b-c3b15f527742 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 15:26:09,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-95bc5780-583b-4b01-910b-c3b15f527742 2018-12-03 15:26:09,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a0a0f92912b694bf93a8842e91f2e2982cb9e65" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-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-12-03 15:26:09,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26: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-614e6c5b-57fb-4822-be5c-0a32904ce707 x-compute-request-id: req-614e6c5b-57fb-4822-be5c-0a32904ce707 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "af1a9821-9f47-46ee-b40e-aa8bc961189a", "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:26:09,521 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-614e6c5b-57fb-4822-be5c-0a32904ce707 2018-12-03 15:26:09,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:26:09,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:26:09,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "025efbcc1e2848b7921fb96c7650594c", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj-role"}], "expires_at": "2018-12-03T16:26:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "471a6ed39bed416f91996ad05aac8443", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-470dd7c0-7a6a-475-user", "id": "32eeef2e4312437dbd3e272d1c4bfd3a"}, "audit_ids": ["EerxmTQMQuiehO7jBosX9A"], "issued_at": "2018-12-03T15:26:09.000000Z"}} 2018-12-03 15:26:09,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:09,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cba9caf3-3c4a-4303-9539-3644fcb31ff6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:26:09,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cba9caf3-3c4a-4303-9539-3644fcb31ff6 2018-12-03 15:26:09,978 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 15:26:09,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:09,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3240b29c-41b3-420e-9ba8-2b3b4213df71 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:26:09,993 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3240b29c-41b3-420e-9ba8-2b3b4213df71 2018-12-03 15:26:10,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:10,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-11c077e6-7a6a-40af-a8f8-79f40fd344ef Date: Mon, 03 Dec 2018 15:26: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":["576ea2b9-0074-4e9f-a545-80e2d76e250e"],"updated_at":"2018-12-03T15:26:07Z","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"471a6ed39bed416f91996ad05aac8443","id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net"}]} 2018-12-03 15:26:10,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net used request id req-11c077e6-7a6a-40af-a8f8-79f40fd344ef 2018-12-03 15:26:10,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:26:10,251 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:26:10,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:10,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08d7b08d-2c81-4870-b949-d1527d36b7f4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443"}, "enabled": true, "id": "471a6ed39bed416f91996ad05aac8443", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj"}} 2018-12-03 15:26:10,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 used request id req-08d7b08d-2c81-4870-b949-d1527d36b7f4 2018-12-03 15:26:10,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:10,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-856074ee-c9db-4291-a62a-27125ef38f3f Date: Mon, 03 Dec 2018 15:26:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:07Z","dns_nameservers":[],"updated_at":"2018-12-03T15:26:07Z","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":"471a6ed39bed416f91996ad05aac8443","id":"576ea2b9-0074-4e9f-a545-80e2d76e250e","subnetpool_id":null,"name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-subnet"}]} 2018-12-03 15:26:10,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 used request id req-856074ee-c9db-4291-a62a-27125ef38f3f 2018-12-03 15:26:10,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5&name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:10,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-880a396f-2b13-4c4c-aac7-6f6a25be8cbb Date: Mon, 03 Dec 2018 15:26:10 GMT RESP BODY: {"ports":[]} 2018-12-03 15:26:10,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5&name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5port-1&admin_state_up=True used request id req-880a396f-2b13-4c4c-aac7-6f6a25be8cbb 2018-12-03 15:26:10,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:10,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26: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-b8808b41-1cd9-4183-a867-562c7217f2f0 x-compute-request-id: req-b8808b41-1cd9-4183-a867-562c7217f2f0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 15:26:10,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst used request id req-b8808b41-1cd9-4183-a867-562c7217f2f0 2018-12-03 15:26:10,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:11,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-6bfef197-5c29-42a0-8412-4c28ddd9291c Date: Mon, 03 Dec 2018 15:26: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":["576ea2b9-0074-4e9f-a545-80e2d76e250e"],"updated_at":"2018-12-03T15:26:07Z","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"471a6ed39bed416f91996ad05aac8443","id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net"}]} 2018-12-03 15:26:11,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net used request id req-6bfef197-5c29-42a0-8412-4c28ddd9291c 2018-12-03 15:26:11,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:11,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-964892b2-d1e1-4f70-9968-37d9259b7f2d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443"}, "enabled": true, "id": "471a6ed39bed416f91996ad05aac8443", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj"}} 2018-12-03 15:26:11,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 used request id req-964892b2-d1e1-4f70-9968-37d9259b7f2d 2018-12-03 15:26:11,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:11,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d37b7515-c5ab-4b3f-a6c0-86f4fc9d7b70 Date: Mon, 03 Dec 2018 15:26:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:07Z","dns_nameservers":[],"updated_at":"2018-12-03T15:26:07Z","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":"471a6ed39bed416f91996ad05aac8443","id":"576ea2b9-0074-4e9f-a545-80e2d76e250e","subnetpool_id":null,"name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-subnet"}]} 2018-12-03 15:26:11,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 used request id req-d37b7515-c5ab-4b3f-a6c0-86f4fc9d7b70 2018-12-03 15:26:11,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5&name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:11,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fcef1422-f372-4107-9cb9-237ce6d74a54 Date: Mon, 03 Dec 2018 15:26:11 GMT RESP BODY: {"ports":[]} 2018-12-03 15:26:11,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5&name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5port-1&admin_state_up=True used request id req-fcef1422-f372-4107-9cb9-237ce6d74a54 2018-12-03 15:26:11,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 15:26:11,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:26:11,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "025efbcc1e2848b7921fb96c7650594c", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj-role"}], "expires_at": "2018-12-03T16:26:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "471a6ed39bed416f91996ad05aac8443", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/471a6ed39bed416f91996ad05aac8443", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/471a6ed39bed416f91996ad05aac8443", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/471a6ed39bed416f91996ad05aac8443", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-470dd7c0-7a6a-475-user", "id": "32eeef2e4312437dbd3e272d1c4bfd3a"}, "audit_ids": ["6mVn07WXQ-2fji87w85a6g"], "issued_at": "2018-12-03T15:26:11.000000Z"}} 2018-12-03 15:26:11,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96da71a3610599ff4d6a6d5bcef32571219e701a" 2018-12-03 15:26:11,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6522805a-33c8-4f08-93b3-3ddb25c82375 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:26:11,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6522805a-33c8-4f08-93b3-3ddb25c82375 2018-12-03 15:26:11,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:12,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-98389874-6473-486f-9600-50f900046f0c Date: Mon, 03 Dec 2018 15:26: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":["576ea2b9-0074-4e9f-a545-80e2d76e250e"],"updated_at":"2018-12-03T15:26:07Z","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"471a6ed39bed416f91996ad05aac8443","id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net"}]} 2018-12-03 15:26:12,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net used request id req-98389874-6473-486f-9600-50f900046f0c 2018-12-03 15:26:12,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:12,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ac1850ee-f556-46dd-aecc-662f244019df Date: Mon, 03 Dec 2018 15:26:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:07Z","dns_nameservers":[],"updated_at":"2018-12-03T15:26:07Z","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":"471a6ed39bed416f91996ad05aac8443","id":"576ea2b9-0074-4e9f-a545-80e2d76e250e","subnetpool_id":null,"name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-subnet"}]} 2018-12-03 15:26:12,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 used request id req-ac1850ee-f556-46dd-aecc-662f244019df 2018-12-03 15:26:12,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:12,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-9cb72aa4-a82a-4500-890a-cd5bb8166308 Date: Mon, 03 Dec 2018 15:26: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":["576ea2b9-0074-4e9f-a545-80e2d76e250e"],"updated_at":"2018-12-03T15:26:07Z","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"471a6ed39bed416f91996ad05aac8443","id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net"}]} 2018-12-03 15:26:12,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net used request id req-9cb72aa4-a82a-4500-890a-cd5bb8166308 2018-12-03 15:26:12,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 15:26:12,512 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:26:12,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96da71a3610599ff4d6a6d5bcef32571219e701a" 2018-12-03 15:26:12,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f1e0837-0b2c-4ee7-ac6d-051a6de102f0 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443"}, "enabled": true, "id": "471a6ed39bed416f91996ad05aac8443", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj"}} 2018-12-03 15:26:12,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 used request id req-6f1e0837-0b2c-4ee7-ac6d-051a6de102f0 2018-12-03 15:26:12,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:12,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-749ceea0-34c4-4eb2-9535-e12ccaa98d4e Date: Mon, 03 Dec 2018 15:26:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:07Z","dns_nameservers":[],"updated_at":"2018-12-03T15:26:07Z","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":"471a6ed39bed416f91996ad05aac8443","id":"576ea2b9-0074-4e9f-a545-80e2d76e250e","subnetpool_id":null,"name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-subnet"}]} 2018-12-03 15:26:12,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 used request id req-749ceea0-34c4-4eb2-9535-e12ccaa98d4e 2018-12-03 15:26:12,784 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net 2018-12-03 15:26:12,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" -d '{"port": {"network_id": "1df4ae53-eb14-44b0-8401-4e3f4e9130b5", "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5port-1", "admin_state_up": true}}' 2018-12-03 15:26:13,736 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-cda16b93-b7da-45e8-898c-eff8d066c887 Date: Mon, 03 Dec 2018 15:26:13 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:26:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"576ea2b9-0074-4e9f-a545-80e2d76e250e","ip_address":"10.55.0.12"}],"id":"9c43672a-bbf3-434d-848c-1045e47d5b44","security_groups":["c415c89f-0b34-45dd-a807-f2a662a00f50"],"mac_address":"fa:16:3e:0c:e5:95","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5port-1","project_id":"471a6ed39bed416f91996ad05aac8443","qos_policy_id":null,"admin_state_up":true,"network_id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:13Z","binding:vnic_type":"normal"}} 2018-12-03 15:26:13,736 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-cda16b93-b7da-45e8-898c-eff8d066c887 2018-12-03 15:26:13,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:14,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-d649df1d-23ff-452c-a2e5-a25b7fc06445 Date: Mon, 03 Dec 2018 15:26: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":["576ea2b9-0074-4e9f-a545-80e2d76e250e"],"updated_at":"2018-12-03T15:26:07Z","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"471a6ed39bed416f91996ad05aac8443","id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net"}]} 2018-12-03 15:26:14,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net used request id req-d649df1d-23ff-452c-a2e5-a25b7fc06445 2018-12-03 15:26:14,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:14,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6287ff3-5480-4dd3-88e9-86913c69e87b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443"}, "enabled": true, "id": "471a6ed39bed416f91996ad05aac8443", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj"}} 2018-12-03 15:26:14,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 used request id req-a6287ff3-5480-4dd3-88e9-86913c69e87b 2018-12-03 15:26:14,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:14,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5d04aeb8-8c93-4121-b008-0c1c61f04afc Date: Mon, 03 Dec 2018 15:26:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:07Z","dns_nameservers":[],"updated_at":"2018-12-03T15:26:07Z","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":"471a6ed39bed416f91996ad05aac8443","id":"576ea2b9-0074-4e9f-a545-80e2d76e250e","subnetpool_id":null,"name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-subnet"}]} 2018-12-03 15:26:14,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 used request id req-5d04aeb8-8c93-4121-b008-0c1c61f04afc 2018-12-03 15:26:14,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5&name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:14,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 777 X-Openstack-Request-Id: req-b082134a-b312-4cb9-97e6-12c48786ef84 Date: Mon, 03 Dec 2018 15:26:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:26:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"576ea2b9-0074-4e9f-a545-80e2d76e250e","ip_address":"10.55.0.12"}],"id":"9c43672a-bbf3-434d-848c-1045e47d5b44","security_groups":["c415c89f-0b34-45dd-a807-f2a662a00f50"],"mac_address":"fa:16:3e:0c:e5:95","project_id":"471a6ed39bed416f91996ad05aac8443","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5port-1","admin_state_up":true,"network_id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:13Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 15:26:14,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5&name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5port-1&admin_state_up=True used request id req-b082134a-b312-4cb9-97e6-12c48786ef84 2018-12-03 15:26:14,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:14,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1187c50e-a39e-454b-8c9c-b36f90046904 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443"}, "enabled": true, "id": "471a6ed39bed416f91996ad05aac8443", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj"}} 2018-12-03 15:26:14,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 used request id req-1187c50e-a39e-454b-8c9c-b36f90046904 2018-12-03 15:26:14,705 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst 2018-12-03 15:26:14,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:14,738 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-321093d2-b8d3-4a74-a643-99e929329db0 x-compute-request-id: req-321093d2-b8d3-4a74-a643-99e929329db0 Content-Encoding: gzip Content-Length: 200 Content-Type: application/json RESP BODY: {"flavors": [{"id": "af1a9821-9f47-46ee-b40e-aa8bc961189a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a", "rel": "bookmark"}], "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-flavor-name"}]} 2018-12-03 15:26:14,738 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-321093d2-b8d3-4a74-a643-99e929329db0 2018-12-03 15:26:14,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:14,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bcc6bd4d-4d88-40d3-ae08-d2a6c846cf6b x-compute-request-id: req-bcc6bd4d-4d88-40d3-ae08-d2a6c846cf6b Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "af1a9821-9f47-46ee-b40e-aa8bc961189a", "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:26:14,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a used request id req-bcc6bd4d-4d88-40d3-ae08-d2a6c846cf6b 2018-12-03 15:26:14,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:14,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-0d5c8adb-8729-4be0-8a65-766ea8da84f1 Date: Mon, 03 Dec 2018 15:26:14 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T15:26:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T15:26:05Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0724d4af-0811-4822-bbd9-a492014646bd/snap", "metadata": {}}], "self": "/v2/images/0724d4af-0811-4822-bbd9-a492014646bd", "min_disk": 0, "protected": false, "id": "0724d4af-0811-4822-bbd9-a492014646bd", "file": "/v2/images/0724d4af-0811-4822-bbd9-a492014646bd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "471a6ed39bed416f91996ad05aac8443", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0724d4af-0811-4822-bbd9-a492014646bd/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image"} 2018-12-03 15:26:14,939 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image used request id req-0d5c8adb-8729-4be0-8a65-766ea8da84f1 2018-12-03 15:26:14,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:15,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cadd2dc4-76a3-4133-b029-a44abb98e20d Date: Mon, 03 Dec 2018 15:26: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-12-03 15:26:15,202 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-cadd2dc4-76a3-4133-b029-a44abb98e20d 2018-12-03 15:26:15,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" -d '{"server": {"name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst", "imageRef": "0724d4af-0811-4822-bbd9-a492014646bd", "flavorRef": "af1a9821-9f47-46ee-b40e-aa8bc961189a", "max_count": 1, "min_count": 1, "networks": [{"port": "9c43672a-bbf3-434d-848c-1045e47d5b44"}]}}' 2018-12-03 15:26:16,751 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:26: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-069222fc-9f91-4913-9daa-9d733c9e1f3a x-compute-request-id: req-069222fc-9f91-4913-9daa-9d733c9e1f3a Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2a399a49-b77f-445b-ae50-7edfa404caf7", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "bookmark"}], "adminPass": "a9MaDuv4FW6T"}} 2018-12-03 15:26:16,751 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-069222fc-9f91-4913-9daa-9d733c9e1f3a 2018-12-03 15:26:16,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:16,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26: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-8bc52bd0-6c41-4e44-8b90-40f9a0ba3033 x-compute-request-id: req-8bc52bd0-6c41-4e44-8b90-40f9a0ba3033 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "bookmark"}], "image": {"id": "0724d4af-0811-4822-bbd9-a492014646bd", "links": [{"href": "http://172.30.9.30:8774/images/0724d4af-0811-4822-bbd9-a492014646bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af1a9821-9f47-46ee-b40e-aa8bc961189a", "links": [{"href": "http://172.30.9.30:8774/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a", "rel": "bookmark"}]}, "id": "2a399a49-b77f-445b-ae50-7edfa404caf7", "user_id": "32eeef2e4312437dbd3e272d1c4bfd3a", "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-12-03T15:26:16Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst", "created": "2018-12-03T15:26:16Z", "tenant_id": "471a6ed39bed416f91996ad05aac8443", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:26:16,970 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 used request id req-8bc52bd0-6c41-4e44-8b90-40f9a0ba3033 2018-12-03 15:26:16,971 - create_instance - INFO - Created instance with name - SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst 2018-12-03 15:26:16,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:17,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26: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-5ba3616b-f2cb-4530-9be4-e5eeeec3d90e x-compute-request-id: req-5ba3616b-f2cb-4530-9be4-e5eeeec3d90e 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.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "bookmark"}], "image": {"id": "0724d4af-0811-4822-bbd9-a492014646bd", "links": [{"href": "http://172.30.9.30:8774/images/0724d4af-0811-4822-bbd9-a492014646bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af1a9821-9f47-46ee-b40e-aa8bc961189a", "links": [{"href": "http://172.30.9.30:8774/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a", "rel": "bookmark"}]}, "id": "2a399a49-b77f-445b-ae50-7edfa404caf7", "user_id": "32eeef2e4312437dbd3e272d1c4bfd3a", "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-12-03T15:26:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst", "created": "2018-12-03T15:26:16Z", "tenant_id": "471a6ed39bed416f91996ad05aac8443", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:26:17,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 used request id req-5ba3616b-f2cb-4530-9be4-e5eeeec3d90e 2018-12-03 15:26:17,345 - create_instance - DEBUG - Instance status [SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst] is - BUILD 2018-12-03 15:26:17,345 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:26:20,348 - create_instance - DEBUG - VM status query timeout in 896.622535944 2018-12-03 15:26:20,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:20,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-c353bf3b-98ff-4f58-b8a1-b0c67add076d x-compute-request-id: req-c353bf3b-98ff-4f58-b8a1-b0c67add076d Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "bookmark"}], "image": {"id": "0724d4af-0811-4822-bbd9-a492014646bd", "links": [{"href": "http://172.30.9.30:8774/images/0724d4af-0811-4822-bbd9-a492014646bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af1a9821-9f47-46ee-b40e-aa8bc961189a", "links": [{"href": "http://172.30.9.30:8774/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a", "rel": "bookmark"}]}, "id": "2a399a49-b77f-445b-ae50-7edfa404caf7", "security_groups": [{"name": "default"}], "user_id": "32eeef2e4312437dbd3e272d1c4bfd3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:26:17Z", "hostId": "4a80fed99f26040fc823d4f8005ab0a0729fb3cdbbf9ac7e621de68f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst", "created": "2018-12-03T15:26:16Z", "tenant_id": "471a6ed39bed416f91996ad05aac8443", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:26:20,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 used request id req-c353bf3b-98ff-4f58-b8a1-b0c67add076d 2018-12-03 15:26:20,817 - create_instance - DEBUG - Instance status [SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst] is - BUILD 2018-12-03 15:26:20,818 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:26:23,821 - create_instance - DEBUG - VM status query timeout in 893.150179148 2018-12-03 15:26:23,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:24,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26: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-08d5d4ce-04d3-4b2b-9beb-ebb191e979c9 x-compute-request-id: req-08d5d4ce-04d3-4b2b-9beb-ebb191e979c9 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:e5:95", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "bookmark"}], "image": {"id": "0724d4af-0811-4822-bbd9-a492014646bd", "links": [{"href": "http://172.30.9.30:8774/images/0724d4af-0811-4822-bbd9-a492014646bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:26:22.000000", "flavor": {"id": "af1a9821-9f47-46ee-b40e-aa8bc961189a", "links": [{"href": "http://172.30.9.30:8774/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a", "rel": "bookmark"}]}, "id": "2a399a49-b77f-445b-ae50-7edfa404caf7", "security_groups": [{"name": "default"}], "user_id": "32eeef2e4312437dbd3e272d1c4bfd3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:26:22Z", "hostId": "4a80fed99f26040fc823d4f8005ab0a0729fb3cdbbf9ac7e621de68f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst", "created": "2018-12-03T15:26:16Z", "tenant_id": "471a6ed39bed416f91996ad05aac8443", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:26:24,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 used request id req-08d5d4ce-04d3-4b2b-9beb-ebb191e979c9 2018-12-03 15:26:24,268 - create_instance - DEBUG - Instance status [SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst] is - ACTIVE 2018-12-03 15:26:24,268 - create_instance - INFO - VM is - ACTIVE 2018-12-03 15:26:24,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:25,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26: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-154c10f0-862c-404a-8e4a-e66a2585730f x-compute-request-id: req-154c10f0-862c-404a-8e4a-e66a2585730f Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:e5:95", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "bookmark"}], "image": {"id": "0724d4af-0811-4822-bbd9-a492014646bd", "links": [{"href": "http://172.30.9.30:8774/images/0724d4af-0811-4822-bbd9-a492014646bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:26:22.000000", "flavor": {"id": "af1a9821-9f47-46ee-b40e-aa8bc961189a", "links": [{"href": "http://172.30.9.30:8774/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a", "rel": "bookmark"}]}, "id": "2a399a49-b77f-445b-ae50-7edfa404caf7", "security_groups": [{"name": "default"}], "user_id": "32eeef2e4312437dbd3e272d1c4bfd3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:26:22Z", "hostId": "4a80fed99f26040fc823d4f8005ab0a0729fb3cdbbf9ac7e621de68f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst", "created": "2018-12-03T15:26:16Z", "tenant_id": "471a6ed39bed416f91996ad05aac8443", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:26:25,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 used request id req-154c10f0-862c-404a-8e4a-e66a2585730f 2018-12-03 15:26:25,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:25,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-02aeb4db-f6a5-480f-aa57-73c1e8ade06d Date: Mon, 03 Dec 2018 15:26: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":["576ea2b9-0074-4e9f-a545-80e2d76e250e"],"updated_at":"2018-12-03T15:26:07Z","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"471a6ed39bed416f91996ad05aac8443","id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net"}]} 2018-12-03 15:26:25,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net used request id req-02aeb4db-f6a5-480f-aa57-73c1e8ade06d 2018-12-03 15:26:25,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:25,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83c6197e-1d07-4641-b6e9-4da8bd52bfad Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443"}, "enabled": true, "id": "471a6ed39bed416f91996ad05aac8443", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj"}} 2018-12-03 15:26:25,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 used request id req-83c6197e-1d07-4641-b6e9-4da8bd52bfad 2018-12-03 15:26:25,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:25,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d2ae41f1-88b0-4f20-b7b6-4500a71c5f0d Date: Mon, 03 Dec 2018 15:26:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:07Z","dns_nameservers":[],"updated_at":"2018-12-03T15:26:07Z","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":"471a6ed39bed416f91996ad05aac8443","id":"576ea2b9-0074-4e9f-a545-80e2d76e250e","subnetpool_id":null,"name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-subnet"}]} 2018-12-03 15:26:25,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 used request id req-d2ae41f1-88b0-4f20-b7b6-4500a71c5f0d 2018-12-03 15:26:25,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:25,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3104 X-Openstack-Request-Id: req-0c0339e4-6b0b-44d0-b250-6cf88d601fe9 Date: Mon, 03 Dec 2018 15:26:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:26:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"576ea2b9-0074-4e9f-a545-80e2d76e250e","ip_address":"10.55.0.3"}],"id":"350b80d2-2c77-41b8-8a60-624453f34d9b","security_groups":[],"mac_address":"fa:16:3e:27:ad:0f","project_id":"471a6ed39bed416f91996ad05aac8443","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1df4ae53-eb14-44b0-8401-4e3f4e9130b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:26:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"576ea2b9-0074-4e9f-a545-80e2d76e250e","ip_address":"10.55.0.4"}],"id":"5af3ecfc-9479-4526-be22-b2f47db815a8","security_groups":[],"mac_address":"fa:16:3e:3c:e1:57","project_id":"471a6ed39bed416f91996ad05aac8443","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1df4ae53-eb14-44b0-8401-4e3f4e9130b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:26:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"576ea2b9-0074-4e9f-a545-80e2d76e250e","ip_address":"10.55.0.2"}],"id":"986534cc-2396-4a06-9b65-bdd107c5d177","security_groups":[],"mac_address":"fa:16:3e:00:87:cd","project_id":"471a6ed39bed416f91996ad05aac8443","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1df4ae53-eb14-44b0-8401-4e3f4e9130b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:26:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"576ea2b9-0074-4e9f-a545-80e2d76e250e","ip_address":"10.55.0.12"}],"id":"9c43672a-bbf3-434d-848c-1045e47d5b44","security_groups":["c415c89f-0b34-45dd-a807-f2a662a00f50"],"mac_address":"fa:16:3e:0c:e5:95","project_id":"471a6ed39bed416f91996ad05aac8443","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5port-1","admin_state_up":true,"network_id":"1df4ae53-eb14-44b0-8401-4e3f4e9130b5","tenant_id":"471a6ed39bed416f91996ad05aac8443","created_at":"2018-12-03T15:26:13Z","binding:vnic_type":"normal","device_id":"2a399a49-b77f-445b-ae50-7edfa404caf7"}]} 2018-12-03 15:26:25,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1df4ae53-eb14-44b0-8401-4e3f4e9130b5 used request id req-0c0339e4-6b0b-44d0-b250-6cf88d601fe9 2018-12-03 15:26:25,633 - create_instance_tests - INFO - Looking for IP 10.55.0.12 in the console log 2018-12-03 15:26:25,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:26,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0a43cf7-ab35-4323-84ec-590abb62d14c x-compute-request-id: req-e0a43cf7-ab35-4323-84ec-590abb62d14c Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:e5:95", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "bookmark"}], "image": {"id": "0724d4af-0811-4822-bbd9-a492014646bd", "links": [{"href": "http://172.30.9.30:8774/images/0724d4af-0811-4822-bbd9-a492014646bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:26:22.000000", "flavor": {"id": "af1a9821-9f47-46ee-b40e-aa8bc961189a", "links": [{"href": "http://172.30.9.30:8774/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a", "rel": "bookmark"}]}, "id": "2a399a49-b77f-445b-ae50-7edfa404caf7", "security_groups": [{"name": "default"}], "user_id": "32eeef2e4312437dbd3e272d1c4bfd3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:26:22Z", "hostId": "4a80fed99f26040fc823d4f8005ab0a0729fb3cdbbf9ac7e621de68f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst", "created": "2018-12-03T15:26:16Z", "tenant_id": "471a6ed39bed416f91996ad05aac8443", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:26:26,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 used request id req-e0a43cf7-ab35-4323-84ec-590abb62d14c 2018-12-03 15:26:26,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 15:26:27,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26: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-9bc54bff-9078-4dcd-beb3-449074468da8 x-compute-request-id: req-9bc54bff-9078-4dcd-beb3-449074468da8 Content-Encoding: gzip Content-Length: 9409 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 495191424 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.129068] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130686] pid_max: default: 32768 minimum: 301\n[ 0.131561] ACPI: Core revision 20150930\n[ 0.132919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134205] Security Framework initialized\n[ 0.135016] Yama: becoming mindful.\n[ 0.135735] AppArmor: AppArmor initialized\n[ 0.136586] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137849] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139086] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140257] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141589] Initializing cgroup subsys io\n[ 0.142391] Initializing cgroup subsys memory\n[ 0.143243] Initializing cgroup subsys devices\n[ 0.144105] Initializing cgroup subsys freezer\n[ 0.144965] Initializing cgroup subsys net_cls\n[ 0.145817] Initializing cgroup subsys perf_event\n[ 0.146720] Initializing cgroup subsys net_prio\n[ 0.147584] Initializing cgroup subsys hugetlb\n[ 0.148455] Initializing cgroup subsys pids\n[ 0.149319] CPU: Physical Processor ID: 0\n[ 0.150793] mce: CPU supports 10 MCE banks\n[ 0.151620] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152611] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163342] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169652] ftrace: allocating 31920 entries in 125 pages\n[ 0.195507] smpboot: Max logical packages: 1\n[ 0.196373] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197703] x2apic enabled\n[ 0.198499] Switched APIC routing to physical x2apic.\n[ 0.200219] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201315] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203274] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205030] KVM setup paravirtual spinlock\n[ 0.206309] x86: Booted up 1 node, 1 CPUs\n[ 0.207103] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208464] devtmpfs: initialized\n[ 0.210152] evm: security.selinux\n[ 0.210835] evm: security.SMACK64\n[ 0.211519] evm: security.SMACK64EXEC\n[ 0.212252] evm: security.SMACK64TRANSMUTE\n[ 0.213047] evm: security.SMACK64MMAP\n[ 0.213773] evm: security.ima\n[ 0.214406] evm: security.capability\n[ 0.215196] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217008] pinctrl core: initialized pinctrl subsystem\n[ 0.218081] RTC time: 15:26:22, date: 12/03/18\n[ 0.219028] NET: Registered protocol family 16\n[ 0.219983] cpuidle: using governor ladder\n[ 0.220783] cpuidle: using governor menu\n[ 0.221556] PCCT header not found.\n[ 0.222292] ACPI: bus type PCI registered\n[ 0.223082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224305] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226856] ACPI: Added _OSI(Processor Device)\n[ 0.227711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228598] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230702] ACPI: Interpreter enabled\n[ 0.231455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235081] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238713] ACPI: (supports S0 S5)\n[ 0.239407] ACPI: Using IOAPIC for interrupt routing\n[ 0.240341] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243401] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244510] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245705] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246871] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249048] acpiphp: Slot [3] registered\n[ 0.249833] acpiphp: Slot [4] registered\n[ 0.250627] acpiphp: Slot [5] registered\n[ 0.251422] acpiphp: Slot [6] registered\n[ 0.252204] acpiphp: Slot [7] registered\n[ 0.252984] acpiphp: Slot [8] registered\n[ 0.253760] acpiphp: Slot [9] registered\n[ 0.254555] acpiphp: Slot [10] registered\n[ 0.255351] acpiphp: Slot [11] registered\n[ 0.256151] acpiphp: Slot [12] registered\n[ 0.256967] acpiphp: Slot [13] registered\n[ 0.257755] acpiphp: Slot [14] registered\n[ 0.258550] acpiphp: Slot [15] registered\n[ 0.269296] acpiphp: Slot [16] registered\n[ 0.270091] acpiphp: Slot [17] registered\n[ 0.270878] acpiphp: Slot [18] registered\n[ 0.271682] acpiphp: Slot [19] registered\n[ 0.272478] acpiphp: Slot [20] registered\n[ 0.273267] acpiphp: Slot [21] registered\n[ 0.274063] acpiphp: Slot [22] registered\n[ 0.274847] acpiphp: Slot [23] registered\n[ 0.275638] acpiphp: Slot [24] registered\n[ 0.276433] acpiphp: Slot [25] registered\n[ 0.277223] acpiphp: Slot [26] registered\n[ 0.278012] acpiphp: Slot [27] registered\n[ 0.278806] acpiphp: Slot [28] registered\n[ 0.279615] acpiphp: Slot [29] registered\n[ 0.280406] acpiphp: Slot [30] registered\n[ 0.281199] acpiphp: Slot [31] registered\n[ 0.281987] PCI host bridge to bus 0000:00\n[ 0.282774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283963] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285147] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286669] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.288201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294491] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298348] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351444] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355805] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357190] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359593] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360836] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362427] vgaarb: loaded\n[ 0.363031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364172] SCSI subsystem initialized\n[ 0.364995] ACPI: bus type USB registered\n[ 0.365799] usbcore: registered new interface driver usbfs\n[ 0.366826] usbcore: registered new interface driver hub\n[ 0.367835] usbcore: registered new device driver usb\n[ 0.368884] PCI: Using ACPI for IRQ routing\n[ 0.369896] NetLabel: Initializing\n[ 0.370646] NetLabel: domain hash size = 128\n[ 0.371529] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372470] NetLabel: unlabeled traffic allowed by default\n[ 0.373561] clocksource: Switched to clocksource kvm-clock\n[ 0.378908] AppArmor: AppArmor Filesystem Enabled\n[ 0.379885] pnp: PnP ACPI init\n[ 0.380788] pnp: PnP ACPI: found 5 devices\n[ 0.386791] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388543] NET: Registered protocol family 2\n[ 0.389515] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.390791] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.391983] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.393150] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394299] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395470] NET: Registered protocol family 1\n[ 0.396339] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397437] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412573] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426646] Trying to unpack rootfs image as initramfs...\n[ 0.476570] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.490997] Scanning for low memory corruption every 60 seconds\n[ 0.492367] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493579] audit: initializing netlink subsys (disabled)\n[ 0.494657] audit: type=2000 audit(1543850783.576:1): initialized\n[ 0.496015] Initialise system trusted keyring\n[ 0.496968] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498177] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500199] zbud: loaded\n[ 0.500912] VFS: Disk quotas dquot_6.6.0\n[ 0.501768] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503323] fuse init (API version 7.23)\n[ 0.504221] Key type big_key registered\n[ 0.505048] Allocating IMA MOK and blacklist keyrings.\n[ 0.506196] Key type asymmetric registered\n[ 0.507036] Asymmetric key parser 'x509' registered\n[ 0.508020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509495] io scheduler noop registered\n[ 0.510295] io scheduler deadline registered (default)\n[ 0.511306] io scheduler cfq registered\n[ 0.512136] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513175] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514451] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515898] ACPI: Power Button [PWRF]\n[ 0.516734] GHES: HEST is not enabled!\n[ 0.530247] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585697] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588451] Linux agpgart interface v0.103\n[ 0.590936] brd: module loaded\n[ 0.592149] loop: module loaded\n[ 0.596761] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598273] GPT:90111 != 20971519\n[ 0.598984] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600106] GPT:90111 != 20971519\n[ 0.600810] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601812] vda: vda1 vda15\n[ 0.603557] scsi host0: ata_piix\n[ 0.604691] scsi host1: ata_piix\n[ 0.605423] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606673] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608144] libphy: Fixed MDIO Bus: probed\n[ 0.608984] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609961] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612239] PPP generic driver version 2.4.2\n[ 0.613547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.616247] ehci-platform: EHCI generic platform driver\n[ 0.617530] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619014] ohci-pci: OHCI PCI platform driver\n[ 0.620136] ohci-platform: OHCI generic platform driver\n[ 0.621417] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636284] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637579] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639447] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640745] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642196] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643800] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645623] usb usb1: Product: UHCI Host Controller\n[ 0.646881] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648369] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649590] hub 1-0:1.0: USB hub found\n[ 0.650590] hub 1-0:1.0: 2 ports detected\n[ 0.651727] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655528] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656843] mousedev: PS/2 mouse device common for all mice\n[ 0.658421] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660729] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662086] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665187] i2c /dev entries driver\n[ 0.666159] device-mapper: uevent: version 1.0.3\n[ 0.667360] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669449] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671083] NET: Registered protocol family 10\n[ 0.672342] NET: Registered protocol family 17\n[ 0.673478] Key type dns_resolver registered\n[ 0.674647] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676065] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678298] registered taskstats version 1\n[ 0.679367] Loading compiled-in X.509 certificates\n[ 0.681078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683481] zswap: loaded using pool lzo/zbud\n[ 0.685100] Key type trusted registered\n[ 0.686908] Key type encrypted registered\n[ 0.687957] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689275] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690591] evm: HMAC attrs: 0x1\n[ 0.691732] Magic number: 14:227:436\n[ 0.692776] rtc_cmos 00:00: setting system clock to 2018-12-03 15:26:23 UTC (1543850783)\n[ 0.694810] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696221] EDD information not available.\n[ 0.766481] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768400] Write protecting the kernel read-only data: 14336k\n[ 0.780178] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782382] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827159] 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.04\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.12...\nLease of 10.55.0.12 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.18. 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: 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKUiNPW+dUT8UJyQtXYj1GD/Dc6cNYR24nWDDU3/PKFuf6GVo5vy4pYHq9fpBSN6qcpk06e8p9480hZwxC3qZyHPkfJzk6KGe85wc6ixKpD3YcrdgPwof+oDvV9UDLBkRXG3T1nzDzYfkGXPUMeUlYrSMbkAEv1p8zam4VMUSQmQz/UkcXZO3ghC74jB3iRfU6JxWh8tZD2Mo7HbsmejmAt8I4vWGWvCIioYhtziDxWNIkOTtesEQrDlg4TZxJDAYUaWEjjiCJkvDwtqnDLFs6aqqTHAEMjeE6OQAW8yWcneiL5piqXQa5Uv+Zwaj7jqCyJt62zh6YuC82n164pTub root@simplehealthcheck-0008473c-705d-4211-b237-46ee4846d3e5-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAOShRYk57q0twsrnDPZo98YKZbWVUH81qNJWV1SO/XXOvJLSH07asug/3Sy/TaEXdD9D0zQ17FahOGRJNXkg5EsBXbbP02FYho3KP4ZGmwNhehw1PoGvCQAuEXPrFFIBCdYlcP0YqwLBy998RqQIc72R7hRZYbINMov6JmE6xWlHAAAAFQCHW/RdrheR4bh8WNS0fbOOgEMViwAAAIB+bgH9KtieRJ6VayPMzfdOdSB2jWUwxv3l5QdntbHo2Qv3RlggHSafxmZNwknepwgiSiAqYDvAMzxdxaAI8HMnXaJ/l9cgyFh50fqU4+p1+YfxbzTqnK37J1rRI8u2JnoDONFPUfHzTpAuVfMuonyrrS7vxxW5ITz1xtwtbtWFUQAAAIEAmzX6cFz4MmcgnYCvy1CUh9NUEd3XE5+SqTmiQ2xc7gkg5jCLFN0yinvs3QREcT/4vEVPmc7R553zIQmGY9w1JCo7tulCzY/AsuO20ts12UWBxCoOzjy7TNuv2bRtFyv/svgg8rcC3vwWi6PXjoOYClko0Ovn8PTWZSGYdGhfMRk= root@simplehealthcheck-0008473c-705d-4211-b237-46ee4846d3e5-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.12,24,fe80::f816:3eff:fe0c:e595/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.12 \nip-route:169.254.169.254 via 10.55.0.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-0000001e\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-0008473c-705d-4211-b237-46ee4846d3e5-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.33 ===\n"} 2018-12-03 15:26:27,197 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7/action used request id req-9bc54bff-9078-4dcd-beb3-449074468da8 2018-12-03 15:26:27,198 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-03 15:26:27,198 - 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 495191424 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.129068] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130686] pid_max: default: 32768 minimum: 301 [ 0.131561] ACPI: Core revision 20150930 [ 0.132919] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134205] Security Framework initialized [ 0.135016] Yama: becoming mindful. [ 0.135735] AppArmor: AppArmor initialized [ 0.136586] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137849] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139086] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140257] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141589] Initializing cgroup subsys io [ 0.142391] Initializing cgroup subsys memory [ 0.143243] Initializing cgroup subsys devices [ 0.144105] Initializing cgroup subsys freezer [ 0.144965] Initializing cgroup subsys net_cls [ 0.145817] Initializing cgroup subsys perf_event [ 0.146720] Initializing cgroup subsys net_prio [ 0.147584] Initializing cgroup subsys hugetlb [ 0.148455] Initializing cgroup subsys pids [ 0.149319] CPU: Physical Processor ID: 0 [ 0.150793] mce: CPU supports 10 MCE banks [ 0.151620] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152611] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163342] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169652] ftrace: allocating 31920 entries in 125 pages [ 0.195507] smpboot: Max logical packages: 1 [ 0.196373] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.197703] x2apic enabled [ 0.198499] Switched APIC routing to physical x2apic. [ 0.200219] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201315] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203274] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205030] KVM setup paravirtual spinlock [ 0.206309] x86: Booted up 1 node, 1 CPUs [ 0.207103] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.208464] devtmpfs: initialized [ 0.210152] evm: security.selinux [ 0.210835] evm: security.SMACK64 [ 0.211519] evm: security.SMACK64EXEC [ 0.212252] evm: security.SMACK64TRANSMUTE [ 0.213047] evm: security.SMACK64MMAP [ 0.213773] evm: security.ima [ 0.214406] evm: security.capability [ 0.215196] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217008] pinctrl core: initialized pinctrl subsystem [ 0.218081] RTC time: 15:26:22, date: 12/03/18 [ 0.219028] NET: Registered protocol family 16 [ 0.219983] cpuidle: using governor ladder [ 0.220783] cpuidle: using governor menu [ 0.221556] PCCT header not found. [ 0.222292] ACPI: bus type PCI registered [ 0.223082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224305] PCI: Using configuration type 1 for base access [ 0.226035] ACPI: Added _OSI(Module Device) [ 0.226856] ACPI: Added _OSI(Processor Device) [ 0.227711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.228598] ACPI: Added _OSI(Processor Aggregator Device) [ 0.230702] ACPI: Interpreter enabled [ 0.231455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235081] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.236906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.238713] ACPI: (supports S0 S5) [ 0.239407] ACPI: Using IOAPIC for interrupt routing [ 0.240341] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243401] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244510] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.245705] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.246871] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249048] acpiphp: Slot [3] registered [ 0.249833] acpiphp: Slot [4] registered [ 0.250627] acpiphp: Slot [5] registered [ 0.251422] acpiphp: Slot [6] registered [ 0.252204] acpiphp: Slot [7] registered [ 0.252984] acpiphp: Slot [8] registered [ 0.253760] acpiphp: Slot [9] registered [ 0.254555] acpiphp: Slot [10] registered [ 0.255351] acpiphp: Slot [11] registered [ 0.256151] acpiphp: Slot [12] registered [ 0.256967] acpiphp: Slot [13] registered [ 0.257755] acpiphp: Slot [14] registered [ 0.258550] acpiphp: Slot [15] registered [ 0.269296] acpiphp: Slot [16] registered [ 0.270091] acpiphp: Slot [17] registered [ 0.270878] acpiphp: Slot [18] registered [ 0.271682] acpiphp: Slot [19] registered [ 0.272478] acpiphp: Slot [20] registered [ 0.273267] acpiphp: Slot [21] registered [ 0.274063] acpiphp: Slot [22] registered [ 0.274847] acpiphp: Slot [23] registered [ 0.275638] acpiphp: Slot [24] registered [ 0.276433] acpiphp: Slot [25] registered [ 0.277223] acpiphp: Slot [26] registered [ 0.278012] acpiphp: Slot [27] registered [ 0.278806] acpiphp: Slot [28] registered [ 0.279615] acpiphp: Slot [29] registered [ 0.280406] acpiphp: Slot [30] registered [ 0.281199] acpiphp: Slot [31] registered [ 0.281987] PCI host bridge to bus 0000:00 [ 0.282774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.283963] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285147] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286669] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.288201] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294491] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.297030] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.298348] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.351444] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.354395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355805] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.357190] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.358436] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.359593] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.360836] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.362427] vgaarb: loaded [ 0.363031] vgaarb: bridge control possible 0000:00:02.0 [ 0.364172] SCSI subsystem initialized [ 0.364995] ACPI: bus type USB registered [ 0.365799] usbcore: registered new interface driver usbfs [ 0.366826] usbcore: registered new interface driver hub [ 0.367835] usbcore: registered new device driver usb [ 0.368884] PCI: Using ACPI for IRQ routing [ 0.369896] NetLabel: Initializing [ 0.370646] NetLabel: domain hash size = 128 [ 0.371529] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.372470] NetLabel: unlabeled traffic allowed by default [ 0.373561] clocksource: Switched to clocksource kvm-clock [ 0.378908] AppArmor: AppArmor Filesystem Enabled [ 0.379885] pnp: PnP ACPI init [ 0.380788] pnp: PnP ACPI: found 5 devices [ 0.386791] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.388543] NET: Registered protocol family 2 [ 0.389515] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.390791] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.391983] TCP: Hash tables configured (established 2048 bind 2048) [ 0.393150] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.394299] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.395470] NET: Registered protocol family 1 [ 0.396339] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.397437] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.398518] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.412573] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.426646] Trying to unpack rootfs image as initramfs... [ 0.476570] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.490997] Scanning for low memory corruption every 60 seconds [ 0.492367] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493579] audit: initializing netlink subsys (disabled) [ 0.494657] audit: type=2000 audit(1543850783.576:1): initialized [ 0.496015] Initialise system trusted keyring [ 0.496968] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498177] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500199] zbud: loaded [ 0.500912] VFS: Disk quotas dquot_6.6.0 [ 0.501768] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503323] fuse init (API version 7.23) [ 0.504221] Key type big_key registered [ 0.505048] Allocating IMA MOK and blacklist keyrings. [ 0.506196] Key type asymmetric registered [ 0.507036] Asymmetric key parser 'x509' registered [ 0.508020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509495] io scheduler noop registered [ 0.510295] io scheduler deadline registered (default) [ 0.511306] io scheduler cfq registered [ 0.512136] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.513175] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514451] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515898] ACPI: Power Button [PWRF] [ 0.516734] GHES: HEST is not enabled! [ 0.530247] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.558325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.560586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585697] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588451] Linux agpgart interface v0.103 [ 0.590936] brd: module loaded [ 0.592149] loop: module loaded [ 0.596761] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.598273] GPT:90111 != 20971519 [ 0.598984] GPT:Alternate GPT header not at the end of the disk. [ 0.600106] GPT:90111 != 20971519 [ 0.600810] GPT: Use GNU Parted to correct GPT errors. [ 0.601812] vda: vda1 vda15 [ 0.603557] scsi host0: ata_piix [ 0.604691] scsi host1: ata_piix [ 0.605423] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.606673] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.608144] libphy: Fixed MDIO Bus: probed [ 0.608984] tun: Universal TUN/TAP device driver, 1.6 [ 0.609961] tun: (C) 1999-2004 Max Krasnyansky [ 0.612239] PPP generic driver version 2.4.2 [ 0.613547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615118] ehci-pci: EHCI PCI platform driver [ 0.616247] ehci-platform: EHCI generic platform driver [ 0.617530] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619014] ohci-pci: OHCI PCI platform driver [ 0.620136] ohci-platform: OHCI generic platform driver [ 0.621417] uhci_hcd: USB Universal Host Controller Interface driver [ 0.636284] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.637579] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.639447] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.640745] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.642196] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.643800] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.645623] usb usb1: Product: UHCI Host Controller [ 0.646881] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648369] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649590] hub 1-0:1.0: USB hub found [ 0.650590] hub 1-0:1.0: 2 ports detected [ 0.651727] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654296] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655528] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656843] mousedev: PS/2 mouse device common for all mice [ 0.658421] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.660729] rtc_cmos 00:00: RTC can wake from S4 [ 0.662086] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.663622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665187] i2c /dev entries driver [ 0.666159] device-mapper: uevent: version 1.0.3 [ 0.667360] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669449] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671083] NET: Registered protocol family 10 [ 0.672342] NET: Registered protocol family 17 [ 0.673478] Key type dns_resolver registered [ 0.674647] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.676065] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.678298] registered taskstats version 1 [ 0.679367] Loading compiled-in X.509 certificates [ 0.681078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683481] zswap: loaded using pool lzo/zbud [ 0.685100] Key type trusted registered [ 0.686908] Key type encrypted registered [ 0.687957] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689275] ima: No TPM chip found, activating TPM-bypass! [ 0.690591] evm: HMAC attrs: 0x1 [ 0.691732] Magic number: 14:227:436 [ 0.692776] rtc_cmos 00:00: setting system clock to 2018-12-03 15:26:23 UTC (1543850783) [ 0.694810] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696221] EDD information not available. [ 0.766481] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.768400] Write protecting the kernel read-only data: 14336k [ 0.780178] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.782382] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827159] 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.04 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.12... Lease of 10.55.0.12 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.18. 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: 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKUiNPW+dUT8UJyQtXYj1GD/Dc6cNYR24nWDDU3/PKFuf6GVo5vy4pYHq9fpBSN6qcpk06e8p9480hZwxC3qZyHPkfJzk6KGe85wc6ixKpD3YcrdgPwof+oDvV9UDLBkRXG3T1nzDzYfkGXPUMeUlYrSMbkAEv1p8zam4VMUSQmQz/UkcXZO3ghC74jB3iRfU6JxWh8tZD2Mo7HbsmejmAt8I4vWGWvCIioYhtziDxWNIkOTtesEQrDlg4TZxJDAYUaWEjjiCJkvDwtqnDLFs6aqqTHAEMjeE6OQAW8yWcneiL5piqXQa5Uv+Zwaj7jqCyJt62zh6YuC82n164pTub root@simplehealthcheck-0008473c-705d-4211-b237-46ee4846d3e5-inst ssh-dss AAAAB3NzaC1kc3MAAACBAOShRYk57q0twsrnDPZo98YKZbWVUH81qNJWV1SO/XXOvJLSH07asug/3Sy/TaEXdD9D0zQ17FahOGRJNXkg5EsBXbbP02FYho3KP4ZGmwNhehw1PoGvCQAuEXPrFFIBCdYlcP0YqwLBy998RqQIc72R7hRZYbINMov6JmE6xWlHAAAAFQCHW/RdrheR4bh8WNS0fbOOgEMViwAAAIB+bgH9KtieRJ6VayPMzfdOdSB2jWUwxv3l5QdntbHo2Qv3RlggHSafxmZNwknepwgiSiAqYDvAMzxdxaAI8HMnXaJ/l9cgyFh50fqU4+p1+YfxbzTqnK37J1rRI8u2JnoDONFPUfHzTpAuVfMuonyrrS7vxxW5ITz1xtwtbtWFUQAAAIEAmzX6cFz4MmcgnYCvy1CUh9NUEd3XE5+SqTmiQ2xc7gkg5jCLFN0yinvs3QREcT/4vEVPmc7R553zIQmGY9w1JCo7tulCzY/AsuO20ts12UWBxCoOzjy7TNuv2bRtFyv/svgg8rcC3vwWi6PXjoOYClko0Ovn8PTWZSGYdGhfMRk= root@simplehealthcheck-0008473c-705d-4211-b237-46ee4846d3e5-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.12,24,fe80::f816:3eff:fe0c:e595/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.12 ip-route:169.254.169.254 via 10.55.0.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-0000001e name: N/A availability-zone: nova local-hostname: simplehealthcheck-0008473c-705d-4211-b237-46ee4846d3e5-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.33 === 2018-12-03 15:26:27,199 - create_instance - INFO - Deleting Port with ID - 9c43672a-bbf3-434d-848c-1045e47d5b44 2018-12-03 15:26:27,199 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5port-1 2018-12-03 15:26:27,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/9c43672a-bbf3-434d-848c-1045e47d5b44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:27,825 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dccecfef-c504-4618-9638-42628a72c7ab Date: Mon, 03 Dec 2018 15:26:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:26:27,825 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/9c43672a-bbf3-434d-848c-1045e47d5b44 used request id req-dccecfef-c504-4618-9638-42628a72c7ab 2018-12-03 15:26:27,826 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst 2018-12-03 15:26:27,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:27,985 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:26: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-87f22540-c955-4d83-94c8-f66cb0f4bd49 x-compute-request-id: req-87f22540-c955-4d83-94c8-f66cb0f4bd49 Content-Type: application/json 2018-12-03 15:26:27,986 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 used request id req-87f22540-c955-4d83-94c8-f66cb0f4bd49 2018-12-03 15:26:27,986 - create_instance - INFO - Checking deletion status 2018-12-03 15:26:27,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:28,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26: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-f0beb090-1e94-449c-b031-acdb360c6d1a x-compute-request-id: req-f0beb090-1e94-449c-b031-acdb360c6d1a Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:e5:95", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "bookmark"}], "image": {"id": "0724d4af-0811-4822-bbd9-a492014646bd", "links": [{"href": "http://172.30.9.30:8774/images/0724d4af-0811-4822-bbd9-a492014646bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:26:22.000000", "flavor": {"id": "af1a9821-9f47-46ee-b40e-aa8bc961189a", "links": [{"href": "http://172.30.9.30:8774/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a", "rel": "bookmark"}]}, "id": "2a399a49-b77f-445b-ae50-7edfa404caf7", "user_id": "32eeef2e4312437dbd3e272d1c4bfd3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:26:27Z", "hostId": "4a80fed99f26040fc823d4f8005ab0a0729fb3cdbbf9ac7e621de68f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst", "created": "2018-12-03T15:26:16Z", "tenant_id": "471a6ed39bed416f91996ad05aac8443", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:26:28,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 used request id req-f0beb090-1e94-449c-b031-acdb360c6d1a 2018-12-03 15:26:28,247 - create_instance - DEBUG - Instance status [SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst] is - ACTIVE 2018-12-03 15:26:28,247 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:26:31,250 - create_instance - DEBUG - VM status query timeout in 296.735658884 2018-12-03 15:26:31,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:31,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26: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-2724827e-5602-42ff-81f4-0137054d2bfb x-compute-request-id: req-2724827e-5602-42ff-81f4-0137054d2bfb Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2a399a49-b77f-445b-ae50-7edfa404caf7", "rel": "bookmark"}], "image": {"id": "0724d4af-0811-4822-bbd9-a492014646bd", "links": [{"href": "http://172.30.9.30:8774/images/0724d4af-0811-4822-bbd9-a492014646bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:26:22.000000", "flavor": {"id": "af1a9821-9f47-46ee-b40e-aa8bc961189a", "links": [{"href": "http://172.30.9.30:8774/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a", "rel": "bookmark"}]}, "id": "2a399a49-b77f-445b-ae50-7edfa404caf7", "user_id": "32eeef2e4312437dbd3e272d1c4bfd3a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:26:27Z", "hostId": "4a80fed99f26040fc823d4f8005ab0a0729fb3cdbbf9ac7e621de68f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst", "created": "2018-12-03T15:26:16Z", "tenant_id": "471a6ed39bed416f91996ad05aac8443", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 15:26:31,589 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 used request id req-2724827e-5602-42ff-81f4-0137054d2bfb 2018-12-03 15:26:31,589 - create_instance - DEBUG - Instance status [SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst] is - ACTIVE 2018-12-03 15:26:31,589 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 15:26:34,592 - create_instance - DEBUG - VM status query timeout in 293.393612862 2018-12-03 15:26:34,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90aaaf726b69d33cd2739a3ca8a39f6b704691e" 2018-12-03 15:26:34,646 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 15:26: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-39afbb5e-c568-4ed5-8827-d40ebc7c5cb1 x-compute-request-id: req-39afbb5e-c568-4ed5-8827-d40ebc7c5cb1 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 2a399a49-b77f-445b-ae50-7edfa404caf7 could not be found.", "code": 404}} 2018-12-03 15:26:34,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2a399a49-b77f-445b-ae50-7edfa404caf7 used request id req-39afbb5e-c568-4ed5-8827-d40ebc7c5cb1 2018-12-03 15:26:34,647 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 2a399a49-b77f-445b-ae50-7edfa404caf7 could not be found. (HTTP 404) (Request-ID: req-39afbb5e-c568-4ed5-8827-d40ebc7c5cb1) 2018-12-03 15:26:34,647 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-inst 2018-12-03 15:26:34,648 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-subnet 2018-12-03 15:26:34,648 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-subnet 2018-12-03 15:26:34,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/576ea2b9-0074-4e9f-a545-80e2d76e250e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274209996f1deca8dcd520df0adbb7e21cb0fe13" 2018-12-03 15:26:37,002 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b7040714-0815-4ce5-b8ef-a846b465fa0c Date: Mon, 03 Dec 2018 15:26:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:26:37,002 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/576ea2b9-0074-4e9f-a545-80e2d76e250e used request id req-b7040714-0815-4ce5-b8ef-a846b465fa0c 2018-12-03 15:26:37,003 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-priv-net 2018-12-03 15:26:37,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/1df4ae53-eb14-44b0-8401-4e3f4e9130b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}274209996f1deca8dcd520df0adbb7e21cb0fe13" 2018-12-03 15:26:38,269 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-36524789-2934-44d6-86a2-935dc2f64a65 Date: Mon, 03 Dec 2018 15:26:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:26:38,269 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/1df4ae53-eb14-44b0-8401-4e3f4e9130b5 used request id req-36524789-2934-44d6-86a2-935dc2f64a65 2018-12-03 15:26:38,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a0a0f92912b694bf93a8842e91f2e2982cb9e65" 2018-12-03 15:26:38,328 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:26:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-25cad9ab-4b40-4b01-8be4-a46e74da70d1 x-compute-request-id: req-25cad9ab-4b40-4b01-8be4-a46e74da70d1 Content-Length: 0 Content-Type: application/json 2018-12-03 15:26:38,328 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/af1a9821-9f47-46ee-b40e-aa8bc961189a used request id req-25cad9ab-4b40-4b01-8be4-a46e74da70d1 2018-12-03 15:26:38,329 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-0008473c-705d-4211-b237-46ee4846d3e5-image 2018-12-03 15:26:38,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/0724d4af-0811-4822-bbd9-a492014646bd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c239f2cf9ba3209ef7577c34aa10da537464fcc" 2018-12-03 15:26:39,773 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dc2a6edd-71f9-4ac4-8daf-4ea1d3034729 Date: Mon, 03 Dec 2018 15:26:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:26:39,774 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/0724d4af-0811-4822-bbd9-a492014646bd used request id req-dc2a6edd-71f9-4ac4-8daf-4ea1d3034729 2018-12-03 15:26:39,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:40,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-bcced776-1aea-4bcb-9eec-43cab687351e Date: Mon, 03 Dec 2018 15:26:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef1152428d094529914582c804e1adeb", "created_at": "2018-12-03T15:26:39Z", "updated_at": "2018-12-03T15:26:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:40Z", "revision_number": 0, "id": "18c76e9d-eec7-4401-91a0-c5e4621b52c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:40Z", "security_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "tenant_id": "ef1152428d094529914582c804e1adeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef1152428d094529914582c804e1adeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:40Z", "revision_number": 0, "id": "7cb3e166-b195-45d8-9d44-6a4b121bade1", "remote_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:40Z", "security_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "tenant_id": "ef1152428d094529914582c804e1adeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef1152428d094529914582c804e1adeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:40Z", "revision_number": 0, "id": "a4658c16-441a-4989-b28e-1172568beaff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:40Z", "security_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "tenant_id": "ef1152428d094529914582c804e1adeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef1152428d094529914582c804e1adeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:40Z", "revision_number": 0, "id": "cef782c5-b41a-4902-890c-f2e7904f560b", "remote_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:40Z", "security_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "tenant_id": "ef1152428d094529914582c804e1adeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef1152428d094529914582c804e1adeb"}], "revision_number": 4, "project_id": "ef1152428d094529914582c804e1adeb", "id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "471a6ed39bed416f91996ad05aac8443", "created_at": "2018-12-03T15:26:06Z", "updated_at": "2018-12-03T15:26:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:06Z", "revision_number": 0, "id": "67fd5679-8879-4213-a6cb-5d8798ee96ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:06Z", "security_group_id": "c415c89f-0b34-45dd-a807-f2a662a00f50", "tenant_id": "471a6ed39bed416f91996ad05aac8443", "port_range_min": null, "ethertype": "IPv4", "project_id": "471a6ed39bed416f91996ad05aac8443"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:06Z", "revision_number": 0, "id": "6b96e554-ef00-402f-af9a-d1617383748e", "remote_group_id": "c415c89f-0b34-45dd-a807-f2a662a00f50", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:06Z", "security_group_id": "c415c89f-0b34-45dd-a807-f2a662a00f50", "tenant_id": "471a6ed39bed416f91996ad05aac8443", "port_range_min": null, "ethertype": "IPv4", "project_id": "471a6ed39bed416f91996ad05aac8443"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:06Z", "revision_number": 0, "id": "883c5bc4-843b-47d3-9868-141821e9cd10", "remote_group_id": "c415c89f-0b34-45dd-a807-f2a662a00f50", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:06Z", "security_group_id": "c415c89f-0b34-45dd-a807-f2a662a00f50", "tenant_id": "471a6ed39bed416f91996ad05aac8443", "port_range_min": null, "ethertype": "IPv6", "project_id": "471a6ed39bed416f91996ad05aac8443"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:06Z", "revision_number": 0, "id": "b84da938-afd3-4c25-98d6-76e4d579cfb8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:06Z", "security_group_id": "c415c89f-0b34-45dd-a807-f2a662a00f50", "tenant_id": "471a6ed39bed416f91996ad05aac8443", "port_range_min": null, "ethertype": "IPv6", "project_id": "471a6ed39bed416f91996ad05aac8443"}], "revision_number": 4, "project_id": "471a6ed39bed416f91996ad05aac8443", "id": "c415c89f-0b34-45dd-a807-f2a662a00f50", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 15:26:40,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-bcced776-1aea-4bcb-9eec-43cab687351e 2018-12-03 15:26:40,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:40,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b77bdab-1362-4947-a74c-e105ec3ff556 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 15:26:40,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-7b77bdab-1362-4947-a74c-e105ec3ff556 2018-12-03 15:26:40,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:40,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de5df755-f7d9-4fc9-afc5-2ada0f226049 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.30:5000/v3/projects/ef1152428d094529914582c804e1adeb"}, "enabled": true, "id": "ef1152428d094529914582c804e1adeb", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1"}} 2018-12-03 15:26:40,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb used request id req-de5df755-f7d9-4fc9-afc5-2ada0f226049 2018-12-03 15:26:40,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:40,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a95dac2e-0246-45ac-99f3-b307039a4cf1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443"}, "enabled": true, "id": "471a6ed39bed416f91996ad05aac8443", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-470dd7c0-7a6a-475-proj"}} 2018-12-03 15:26:40,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 used request id req-a95dac2e-0246-45ac-99f3-b307039a4cf1 2018-12-03 15:26:40,377 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c415c89f-0b34-45dd-a807-f2a662a00f50 2018-12-03 15:26:40,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=c415c89f-0b34-45dd-a807-f2a662a00f50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:40,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9c3ed00e-6d48-45c8-ad81-c17a8860abc7 Date: Mon, 03 Dec 2018 15:26:40 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-12-03T15:26:06Z", "security_group_id": "c415c89f-0b34-45dd-a807-f2a662a00f50", "port_range_min": null, "revision_number": 0, "tenant_id": "471a6ed39bed416f91996ad05aac8443", "created_at": "2018-12-03T15:26:06Z", "project_id": "471a6ed39bed416f91996ad05aac8443", "id": "67fd5679-8879-4213-a6cb-5d8798ee96ae"}, {"remote_group_id": "c415c89f-0b34-45dd-a807-f2a662a00f50", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:26:06Z", "security_group_id": "c415c89f-0b34-45dd-a807-f2a662a00f50", "port_range_min": null, "revision_number": 0, "tenant_id": "471a6ed39bed416f91996ad05aac8443", "created_at": "2018-12-03T15:26:06Z", "project_id": "471a6ed39bed416f91996ad05aac8443", "id": "6b96e554-ef00-402f-af9a-d1617383748e"}, {"remote_group_id": "c415c89f-0b34-45dd-a807-f2a662a00f50", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:26:06Z", "security_group_id": "c415c89f-0b34-45dd-a807-f2a662a00f50", "port_range_min": null, "revision_number": 0, "tenant_id": "471a6ed39bed416f91996ad05aac8443", "created_at": "2018-12-03T15:26:06Z", "project_id": "471a6ed39bed416f91996ad05aac8443", "id": "883c5bc4-843b-47d3-9868-141821e9cd10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:26:06Z", "security_group_id": "c415c89f-0b34-45dd-a807-f2a662a00f50", "port_range_min": null, "revision_number": 0, "tenant_id": "471a6ed39bed416f91996ad05aac8443", "created_at": "2018-12-03T15:26:06Z", "project_id": "471a6ed39bed416f91996ad05aac8443", "id": "b84da938-afd3-4c25-98d6-76e4d579cfb8"}]} 2018-12-03 15:26:40,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=c415c89f-0b34-45dd-a807-f2a662a00f50 used request id req-9c3ed00e-6d48-45c8-ad81-c17a8860abc7 2018-12-03 15:26:40,557 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 15:26:40,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/c415c89f-0b34-45dd-a807-f2a662a00f50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:40,845 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6495100e-044c-46f2-9903-4c107d3e19f7 Content-Length: 0 Date: Mon, 03 Dec 2018 15:26:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:26:40,845 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/c415c89f-0b34-45dd-a807-f2a662a00f50 used request id req-6495100e-044c-46f2-9903-4c107d3e19f7 2018-12-03 15:26:40,846 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-470dd7c0-7a6a-475-proj 2018-12-03 15:26:40,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:41,052 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:26:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87db5315-3df7-4867-9960-1555b7f7da4a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:26:41,052 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/471a6ed39bed416f91996ad05aac8443 used request id req-87db5315-3df7-4867-9960-1555b7f7da4a 2018-12-03 15:26:41,052 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-470dd7c0-7a6a-475-proj-role 2018-12-03 15:26:41,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/025efbcc1e2848b7921fb96c7650594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:41,162 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:26:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63ce7196-4fb8-4816-9e57-11f3edd16f59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:26:41,163 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/025efbcc1e2848b7921fb96c7650594c used request id req-63ce7196-4fb8-4816-9e57-11f3edd16f59 2018-12-03 15:26:41,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3101117efaa684346810ffd4d20fcb253df40330" 2018-12-03 15:26:41,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8ce9cf5-0d72-409c-b842-96589af362b0 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "62694dc65acb4c069743a15e7a13f5cf", "links": {"self": "http://172.30.9.30:5000/v3/roles/62694dc65acb4c069743a15e7a13f5cf"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "80dfbcb2280a4e55895929989ab7b611", "links": {"self": "http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:26:41,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e8ce9cf5-0d72-409c-b842-96589af362b0 2018-12-03 15:26:41,258 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-470dd7c0-7a6a-475-user 2018-12-03 15:26:41,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/32eeef2e4312437dbd3e272d1c4bfd3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f256720b20300d8bf9dae16d93a78f654ccbcf67" 2018-12-03 15:26:41,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:26:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee055ec8-c61d-4c61-b5c2-833d187ba071 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:26:41,535 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/32eeef2e4312437dbd3e272d1c4bfd3a used request id req-ee055ec8-c61d-4c61-b5c2-833d187ba071 2018-12-03 15:26:41,536 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.149s OK 2018-12-03 15:26:41,643 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-03 15:26:41,643 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-12-03 15:26:41,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:26:41,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:26:41,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2839bfee-5610-4a6d-95e8-b54c1de03422 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "62694dc65acb4c069743a15e7a13f5cf", "links": {"self": "http://172.30.9.30:5000/v3/roles/62694dc65acb4c069743a15e7a13f5cf"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "80dfbcb2280a4e55895929989ab7b611", "links": {"self": "http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:26:41,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2839bfee-5610-4a6d-95e8-b54c1de03422 2018-12-03 15:26:41,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0760719776154s 2018-12-03 15:26:41,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 15:26:41,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/62694dc65acb4c069743a15e7a13f5cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:26:41,892 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:26:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5027220-f8e7-4f51-8795-7fb92364e76b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:26:41,892 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/62694dc65acb4c069743a15e7a13f5cf used request id req-a5027220-f8e7-4f51-8795-7fb92364e76b 2018-12-03 15:26:41,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.166018009186s 2018-12-03 15:26:41,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:26:41,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:26:41,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d03b6f41-618e-4609-9425-691f0ec681db Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_17f11921-2c7c-4d46-90d4-b1280e8d2ce1", "links": {"self": "http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a"}, "domain_id": "default", "enabled": true, "id": "66eeaf5b82f0408b81e83b7fe3ca444a", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:26:41,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d03b6f41-618e-4609-9425-691f0ec681db 2018-12-03 15:26:41,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100635051727s 2018-12-03 15:26:41,994 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d03b6f41-618e-4609-9425-691f0ec681db 2018-12-03 15:26:42,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:26:42,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:26:42,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-301667de-7bb9-46dc-b6ff-509ada66178a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a"}, "enabled": true, "id": "66eeaf5b82f0408b81e83b7fe3ca444a", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_17f11921-2c7c-4d46-90d4-b1280e8d2ce1"}} 2018-12-03 15:26:42,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a used request id req-301667de-7bb9-46dc-b6ff-509ada66178a 2018-12-03 15:26:42,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0863189697266s 2018-12-03 15:26:42,087 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a used request id req-301667de-7bb9-46dc-b6ff-509ada66178a 2018-12-03 15:26:42,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 15:26:42,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:26:42,256 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:26:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a6a5c81-4488-43f8-89b3-218bd8cd7fff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:26:42,256 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a used request id req-7a6a5c81-4488-43f8-89b3-218bd8cd7fff 2018-12-03 15:26:42,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.168792009354s 2018-12-03 15:26:42,257 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/66eeaf5b82f0408b81e83b7fe3ca444a used request id req-7a6a5c81-4488-43f8-89b3-218bd8cd7fff 2018-12-03 15:26:42,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:26:42,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:26:42,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c138c5c-3168-4783-928a-5f2ace09d4b6 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb"}, "enabled": true, "id": "ef1152428d094529914582c804e1adeb", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_17f11921-2c7c-4d46-90d4-b1280e8d2ce1"}]} 2018-12-03 15:26:42,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-5c138c5c-3168-4783-928a-5f2ace09d4b6 2018-12-03 15:26:42,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0816731452942s 2018-12-03 15:26:42,339 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-5c138c5c-3168-4783-928a-5f2ace09d4b6 2018-12-03 15:26:42,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 15:26:42,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:26:42,477 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:26:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4482361-d45b-4e53-9d0f-62ee7966c777 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:26:42,477 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb used request id req-a4482361-d45b-4e53-9d0f-62ee7966c777 2018-12-03 15:26:42,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.135756015778s 2018-12-03 15:26:42,477 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ef1152428d094529914582c804e1adeb used request id req-a4482361-d45b-4e53-9d0f-62ee7966c777 2018-12-03 15:26:42,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:26:42,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:26:42,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f900e0d-af00-47e5-b450-4b812afcde1d Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "80dfbcb2280a4e55895929989ab7b611", "links": {"self": "http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:26:42,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5f900e0d-af00-47e5-b450-4b812afcde1d 2018-12-03 15:26:42,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0786299705505s 2018-12-03 15:26:42,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 15:26:42,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:26:42,677 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:26:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88d09d7c-6cf0-45f3-a17f-eb8df5304c3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:26:42,677 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/80dfbcb2280a4e55895929989ab7b611 used request id req-88d09d7c-6cf0-45f3-a17f-eb8df5304c3f 2018-12-03 15:26:42,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.119410991669s 2018-12-03 15:26:42,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 15:26:42,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=ef1152428d094529914582c804e1adeb&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}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:26:42,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-e5ef3397-ddcd-4161-9056-9f2da72f5599 Date: Mon, 03 Dec 2018 15:26:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ef1152428d094529914582c804e1adeb", "created_at": "2018-12-03T15:26:39Z", "updated_at": "2018-12-03T15:26:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:40Z", "revision_number": 0, "id": "18c76e9d-eec7-4401-91a0-c5e4621b52c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:40Z", "security_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "tenant_id": "ef1152428d094529914582c804e1adeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef1152428d094529914582c804e1adeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:40Z", "revision_number": 0, "id": "7cb3e166-b195-45d8-9d44-6a4b121bade1", "remote_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:40Z", "security_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "tenant_id": "ef1152428d094529914582c804e1adeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef1152428d094529914582c804e1adeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:40Z", "revision_number": 0, "id": "a4658c16-441a-4989-b28e-1172568beaff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:40Z", "security_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "tenant_id": "ef1152428d094529914582c804e1adeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef1152428d094529914582c804e1adeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:40Z", "revision_number": 0, "id": "cef782c5-b41a-4902-890c-f2e7904f560b", "remote_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:40Z", "security_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "tenant_id": "ef1152428d094529914582c804e1adeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef1152428d094529914582c804e1adeb"}], "revision_number": 4, "project_id": "ef1152428d094529914582c804e1adeb", "id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "name": "default"}]} 2018-12-03 15:26:42,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=ef1152428d094529914582c804e1adeb&name=default used request id req-e5ef3397-ddcd-4161-9056-9f2da72f5599 2018-12-03 15:26:42,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186667919159s 2018-12-03 15:26:42,870 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=ef1152428d094529914582c804e1adeb&name=default used request id req-e5ef3397-ddcd-4161-9056-9f2da72f5599 2018-12-03 15:26:42,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 15:26:42,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:26:43,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3e2c6536-dd22-424e-9a03-d280526f1cd9 Date: Mon, 03 Dec 2018 15:26:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef1152428d094529914582c804e1adeb", "created_at": "2018-12-03T15:26:39Z", "updated_at": "2018-12-03T15:26:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:40Z", "revision_number": 0, "id": "cef782c5-b41a-4902-890c-f2e7904f560b", "remote_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:40Z", "security_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "tenant_id": "ef1152428d094529914582c804e1adeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef1152428d094529914582c804e1adeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:40Z", "revision_number": 0, "id": "7cb3e166-b195-45d8-9d44-6a4b121bade1", "remote_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:40Z", "security_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "tenant_id": "ef1152428d094529914582c804e1adeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef1152428d094529914582c804e1adeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:40Z", "revision_number": 0, "id": "18c76e9d-eec7-4401-91a0-c5e4621b52c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:40Z", "security_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "tenant_id": "ef1152428d094529914582c804e1adeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef1152428d094529914582c804e1adeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:40Z", "revision_number": 0, "id": "a4658c16-441a-4989-b28e-1172568beaff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:40Z", "security_group_id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "tenant_id": "ef1152428d094529914582c804e1adeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef1152428d094529914582c804e1adeb"}], "revision_number": 4, "project_id": "ef1152428d094529914582c804e1adeb", "id": "b31831ef-7d8c-4976-a581-bc1f9bd7353e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 15:26:43,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-3e2c6536-dd22-424e-9a03-d280526f1cd9 2018-12-03 15:26:43,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.190680980682s 2018-12-03 15:26:43,065 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-3e2c6536-dd22-424e-9a03-d280526f1cd9 2018-12-03 15:26:43,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-03 15:26:43,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/b31831ef-7d8c-4976-a581-bc1f9bd7353e.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}2c68cefc6b62e2c256e488b8db667a92c98fb715" 2018-12-03 15:26:43,351 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f3403d5a-ad36-41e6-bac6-d2a9c8dd69d3 Content-Length: 0 Date: Mon, 03 Dec 2018 15:26:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:26:43,351 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/b31831ef-7d8c-4976-a581-bc1f9bd7353e.json used request id req-f3403d5a-ad36-41e6-bac6-d2a9c8dd69d3 2018-12-03 15:26:43,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.282104969025s 2018-12-03 15:26:43,352 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/b31831ef-7d8c-4976-a581-bc1f9bd7353e.json used request id req-f3403d5a-ad36-41e6-bac6-d2a9c8dd69d3 2018-12-03 15:26:43,352 - 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:08 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-12-03 15:26:43,357 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-03 15:26:50,840 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-317 | | 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-12-03 15:26:50,846 - 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=7DxJ4t2jrueQmnebsaZsvRmTW export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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-12-03 15:26:50,846 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-03 15:26:50,847 - 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-12-03 15:26:50,888 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-12-03 15:26:54,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 15:26:54,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 15:26:54,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 15:26:54,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 15:26:54,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 15:26:54,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 15:26:54,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 15:26:54,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 15:26:54,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 15:26:54,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 15:26:54,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 15:26:54,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 15:26:54,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 15:26:54,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 15:26:54,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 15:26:54,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 15:26:54,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 15:26:54,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 15:26:54,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 15:26:54,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 15:26:54,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 15:26:54,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 15:26:54,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 15:26:54,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 15:26:54,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 15:26:54,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16ef603e-fc1d-4740-8bde-773907695719 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:26:54,809 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-16ef603e-fc1d-4740-8bde-773907695719 2018-12-03 15:26:54,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:26:55,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:26:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["O7J0ueDLRBmLXEoow4xGPA"], "issued_at": "2018-12-03T15:26:55.000000Z"}} 2018-12-03 15:26:55,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:26:55,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:55,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-693c5fa2-8ef4-476e-ab12-e64f8dd0bfbe Date: Mon, 03 Dec 2018 15:26:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:26:55,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-693c5fa2-8ef4-476e-ab12-e64f8dd0bfbe 2018-12-03 15:26:55,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.245422840118s 2018-12-03 15:26:55,439 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-693c5fa2-8ef4-476e-ab12-e64f8dd0bfbe 2018-12-03 15:26:55,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 15:26:55,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:55,454 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:26:55,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:55,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-241cfeec-13f9-4ae6-82fd-70801ac94276 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 15:26:55,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-241cfeec-13f9-4ae6-82fd-70801ac94276 2018-12-03 15:26:55,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.434867858887s 2018-12-03 15:26:55,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 15:26:55,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}3a4c2380310f6492af3e916750947e4f16a4c150" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_a5ed61ac-a786-4c62-afbb-678a03699fea"}}' 2018-12-03 15:26:56,032 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:26:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-141b0af6-ab14-4dea-ab3e-2d4c54a04f00 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.30:5000/v3/projects/06d5f5ad7db04a1eba308f78d39a0200"}, "enabled": true, "id": "06d5f5ad7db04a1eba308f78d39a0200", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_a5ed61ac-a786-4c62-afbb-678a03699fea"}} 2018-12-03 15:26:56,032 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-141b0af6-ab14-4dea-ab3e-2d4c54a04f00 2018-12-03 15:26:56,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.151114940643s 2018-12-03 15:26:56,033 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-141b0af6-ab14-4dea-ab3e-2d4c54a04f00 2018-12-03 15:26:56,033 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_a5ed61ac-a786-4c62-afbb-678a03699fea', 'id': u'06d5f5ad7db04a1eba308f78d39a0200', '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-12-03 15:26:56,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 15:26:56,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.376079082489s 2018-12-03 15:26:56,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/c78ede91b332476a9eb184d3861cb590 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:56,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e7d6fc7-1bf0-4634-83e9-2b8dda58fca8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/c78ede91b332476a9eb184d3861cb590"}, "enabled": true, "id": "c78ede91b332476a9eb184d3861cb590", "options": {}, "domain_id": "default", "name": "vping_ssh-user_a5ed61ac-a786-4c62-afbb-678a03699fea"}} 2018-12-03 15:26:56,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/c78ede91b332476a9eb184d3861cb590 used request id req-1e7d6fc7-1bf0-4634-83e9-2b8dda58fca8 2018-12-03 15:26:56,514 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c78ede91b332476a9eb184d3861cb590', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_a5ed61ac-a786-4c62-afbb-678a03699fea'}) 2018-12-03 15:26:56,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:26:56,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:56,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9352fd9-4bf9-48bf-afb6-69e1fac23c34 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:26:56,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f9352fd9-4bf9-48bf-afb6-69e1fac23c34 2018-12-03 15:26:56,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0160930156708s 2018-12-03 15:26:56,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:26:56,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:56,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a1ec843-62aa-4668-b917-8d37ff92e6db Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:26:56,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9a1ec843-62aa-4668-b917-8d37ff92e6db 2018-12-03 15:26:56,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0856349468231s 2018-12-03 15:26:56,619 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 15:26:56,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 15:26:56,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" -d '{"role": {"name": "Member"}}' 2018-12-03 15:26:56,726 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:26:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65fe49e0-f29f-438b-b044-dc2ab8396ee5 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6449a3c192c549ae91dcbed95b79b894", "links": {"self": "http://172.30.9.30:5000/v3/roles/6449a3c192c549ae91dcbed95b79b894"}, "name": "Member"}} 2018-12-03 15:26:56,726 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-65fe49e0-f29f-438b-b044-dc2ab8396ee5 2018-12-03 15:26:56,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.106578111649s 2018-12-03 15:26:56,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/6449a3c192c549ae91dcbed95b79b894 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:56,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-627307d0-ad77-4a73-abbc-0dc10b633bc0 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/6449a3c192c549ae91dcbed95b79b894"}, "domain_id": null, "name": "Member", "id": "6449a3c192c549ae91dcbed95b79b894"}} 2018-12-03 15:26:56,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/6449a3c192c549ae91dcbed95b79b894 used request id req-627307d0-ad77-4a73-abbc-0dc10b633bc0 2018-12-03 15:26:56,808 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/6449a3c192c549ae91dcbed95b79b894'}, 'domain_id': None, 'human_id': None, 'id': u'6449a3c192c549ae91dcbed95b79b894', 'HUMAN_ID': False}) 2018-12-03 15:26:56,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:26:56,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:56,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21b08d28-6935-47eb-9718-639f36e2aa95 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "6449a3c192c549ae91dcbed95b79b894", "links": {"self": "http://172.30.9.30:5000/v3/roles/6449a3c192c549ae91dcbed95b79b894"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:26:56,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-21b08d28-6935-47eb-9718-639f36e2aa95 2018-12-03 15:26:56,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0931789875031s 2018-12-03 15:26:56,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:26:56,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:56,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b61f7f16-a542-4898-9c08-578603c75e63 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:26:56,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-b61f7f16-a542-4898-9c08-578603c75e63 2018-12-03 15:26:56,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0762300491333s 2018-12-03 15:26:56,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:26:56,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:57,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d66548b-b3a4-415b-865b-8a176c91dad2 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_a5ed61ac-a786-4c62-afbb-678a03699fea", "links": {"self": "http://172.30.9.30:5000/v3/users/c78ede91b332476a9eb184d3861cb590"}, "domain_id": "default", "enabled": true, "id": "c78ede91b332476a9eb184d3861cb590", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:26:57,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6d66548b-b3a4-415b-865b-8a176c91dad2 2018-12-03 15:26:57,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111134052277s 2018-12-03 15:26:57,092 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6d66548b-b3a4-415b-865b-8a176c91dad2 2018-12-03 15:26:57,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:26:57,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:57,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f03ba47c-14a0-4e12-8bce-4e49050f3e36 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30: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.30:5000/v3/projects/06d5f5ad7db04a1eba308f78d39a0200"}, "enabled": true, "id": "06d5f5ad7db04a1eba308f78d39a0200", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_a5ed61ac-a786-4c62-afbb-678a03699fea"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:26:57,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f03ba47c-14a0-4e12-8bce-4e49050f3e36 2018-12-03 15:26:57,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0956361293793s 2018-12-03 15:26:57,194 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f03ba47c-14a0-4e12-8bce-4e49050f3e36 2018-12-03 15:26:57,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:26:57,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=c78ede91b332476a9eb184d3861cb590&scope.project.id=06d5f5ad7db04a1eba308f78d39a0200&role.id=6449a3c192c549ae91dcbed95b79b894 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:57,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48c2e2fa-c62d-446e-8053-d7890cd02dd4 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=c78ede91b332476a9eb184d3861cb590&scope.project.id=06d5f5ad7db04a1eba308f78d39a0200&role.id=6449a3c192c549ae91dcbed95b79b894", "previous": null, "next": null}} 2018-12-03 15:26:57,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=c78ede91b332476a9eb184d3861cb590&scope.project.id=06d5f5ad7db04a1eba308f78d39a0200&role.id=6449a3c192c549ae91dcbed95b79b894 used request id req-48c2e2fa-c62d-446e-8053-d7890cd02dd4 2018-12-03 15:26:57,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0782661437988s 2018-12-03 15:26:57,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:26:57,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/06d5f5ad7db04a1eba308f78d39a0200/users/c78ede91b332476a9eb184d3861cb590/roles/6449a3c192c549ae91dcbed95b79b894 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:57,399 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:26:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e0c72b1-9548-4694-98e8-9c23e3080495 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:26:57,399 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/06d5f5ad7db04a1eba308f78d39a0200/users/c78ede91b332476a9eb184d3861cb590/roles/6449a3c192c549ae91dcbed95b79b894 used request id req-6e0c72b1-9548-4694-98e8-9c23e3080495 2018-12-03 15:26:57,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12390089035s 2018-12-03 15:26:57,400 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_a5ed61ac-a786-4c62-afbb-678a03699fea', 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': 'd39c4b8e-366c-49de-a7a8-1b1e26c9a284', 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_a5ed61ac-a786-4c62-afbb-678a03699fea', 'project_id': u'06d5f5ad7db04a1eba308f78d39a0200', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 15:26:57,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 15:26:57,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 15:26:57,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 15:26:57,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 15:26:57,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 15:26:57,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 15:26:57,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 15:26:57,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 15:26:57,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 15:26:57,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 15:26:57,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 15:26:57,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 15:26:57,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 15:26:57,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 15:26:57,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 15:26:57,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 15:26:57,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 15:26:57,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 15:26:57,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 15:26:57,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 15:26:57,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 15:26:57,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 15:26:57,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 15:26:57,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 15:26:57,406 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_a5ed61ac-a786-4c62-afbb-678a03699fea', 'password': 'd39c4b8e-366c-49de-a7a8-1b1e26c9a284', 'project_name': 'vping_ssh-project_a5ed61ac-a786-4c62-afbb-678a03699fea', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '06d5f5ad7db04a1eba308f78d39a0200', 'project_domain_name': 'Default'} 2018-12-03 15:26:57,407 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-12-03 15:26:57,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 15:26:57,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:57,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0309df1f-d7b9-443b-879e-b6a1b6d92e40 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 15:26:57,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-0309df1f-d7b9-443b-879e-b6a1b6d92e40 2018-12-03 15:26:57,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0898079872131s 2018-12-03 15:26:57,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:26:57,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:26:57,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23ae4765-4f9c-4c96-a06b-34f08ad26eed Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30: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.30:5000/v3/projects/06d5f5ad7db04a1eba308f78d39a0200"}, "enabled": true, "id": "06d5f5ad7db04a1eba308f78d39a0200", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_a5ed61ac-a786-4c62-afbb-678a03699fea"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:26:57,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-23ae4765-4f9c-4c96-a06b-34f08ad26eed 2018-12-03 15:26:57,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0731120109558s 2018-12-03 15:26:57,572 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-23ae4765-4f9c-4c96-a06b-34f08ad26eed 2018-12-03 15:26:57,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-03 15:26:57,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}3a4c2380310f6492af3e916750947e4f16a4c150" -d '{"network": {"tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "name": "vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea", "admin_state_up": true}}' 2018-12-03 15:26:58,197 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 703 X-Openstack-Request-Id: req-c707a09b-8f50-4d79-b082-e42400bdf239 Date: Mon, 03 Dec 2018 15:26:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5a851b06-0eef-4bb8-b030-60ce3487d735","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"06d5f5ad7db04a1eba308f78d39a0200","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:26:58Z","is_default":false,"qos_policy_id":null,"name":"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea","admin_state_up":true,"tenant_id":"06d5f5ad7db04a1eba308f78d39a0200","created_at":"2018-12-03T15:26:57Z","mtu":1450}} 2018-12-03 15:26:58,197 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c707a09b-8f50-4d79-b082-e42400bdf239 2018-12-03 15:26:58,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.621943950653s 2018-12-03 15:26:58,197 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c707a09b-8f50-4d79-b082-e42400bdf239 2018-12-03 15:26:58,198 - 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-12-03T15:26:58Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5a851b06-0eef-4bb8-b030-60ce3487d735', u'provider:segmentation_id': 42, 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_a5ed61ac-a786-4c62-afbb-678a03699fea', u'created_at': u'2018-12-03T15:26:57Z', u'mtu': 1450, u'tenant_id': u'06d5f5ad7db04a1eba308f78d39a0200', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'06d5f5ad7db04a1eba308f78d39a0200'}) 2018-12-03 15:26:58,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 15:26:58,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c883d66c-eb70-4f7e-8336-49e8611adc3c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:26:58,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c883d66c-eb70-4f7e-8336-49e8611adc3c 2018-12-03 15:26:58,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:26:58,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6449a3c192c549ae91dcbed95b79b894", "name": "Member"}], "expires_at": "2018-12-03T16:26:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06d5f5ad7db04a1eba308f78d39a0200", "name": "vping_ssh-project_a5ed61ac-a786-4c62-afbb-678a03699fea"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/06d5f5ad7db04a1eba308f78d39a0200", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/06d5f5ad7db04a1eba308f78d39a0200", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/06d5f5ad7db04a1eba308f78d39a0200", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/06d5f5ad7db04a1eba308f78d39a0200", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/06d5f5ad7db04a1eba308f78d39a0200", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/06d5f5ad7db04a1eba308f78d39a0200", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/06d5f5ad7db04a1eba308f78d39a0200", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/06d5f5ad7db04a1eba308f78d39a0200", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/06d5f5ad7db04a1eba308f78d39a0200", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/06d5f5ad7db04a1eba308f78d39a0200", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/06d5f5ad7db04a1eba308f78d39a0200", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/06d5f5ad7db04a1eba308f78d39a0200", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_a5ed61ac-a786-4c62-afbb-678a03699fea", "id": "c78ede91b332476a9eb184d3861cb590"}, "audit_ids": ["MC7SuT4CTf6IRv2igRnQqA"], "issued_at": "2018-12-03T15:26:58.000000Z"}} 2018-12-03 15:26:58,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:26:58,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:26:59,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-83de5fac-f4e4-437f-a9e7-c945e2855629 Date: Mon, 03 Dec 2018 15:26:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-03T15:26:58Z","tenant_id":"06d5f5ad7db04a1eba308f78d39a0200","created_at":"2018-12-03T15:26:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06d5f5ad7db04a1eba308f78d39a0200","id":"5a851b06-0eef-4bb8-b030-60ce3487d735","name":"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 15:26:59,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-83de5fac-f4e4-437f-a9e7-c945e2855629 2018-12-03 15:26:59,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.426979064941s 2018-12-03 15:26:59,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-83de5fac-f4e4-437f-a9e7-c945e2855629 2018-12-03 15:26:59,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-03 15:26:59,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" -d '{"subnet": {"name": "vping_ssh-subnet_a5ed61ac-a786-4c62-afbb-678a03699fea", "enable_dhcp": true, "network_id": "5a851b06-0eef-4bb8-b030-60ce3487d735", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-12-03 15:26:59,682 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-c350a0e8-959a-4cef-a8a4-a377b7adb177 Date: Mon, 03 Dec 2018 15:26:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a851b06-0eef-4bb8-b030-60ce3487d735","tenant_id":"06d5f5ad7db04a1eba308f78d39a0200","created_at":"2018-12-03T15:26:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T15:26:59Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"06d5f5ad7db04a1eba308f78d39a0200","id":"1221632c-2e85-400b-93ab-71a8e97c0b79","subnetpool_id":null,"name":"vping_ssh-subnet_a5ed61ac-a786-4c62-afbb-678a03699fea"}} 2018-12-03 15:26:59,683 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-c350a0e8-959a-4cef-a8a4-a377b7adb177 2018-12-03 15:26:59,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.671087026596s 2018-12-03 15:26:59,683 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-c350a0e8-959a-4cef-a8a4-a377b7adb177 2018-12-03 15:26:59,683 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-03T15:26:59Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'1221632c-2e85-400b-93ab-71a8e97c0b79', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_a5ed61ac-a786-4c62-afbb-678a03699fea', u'enable_dhcp': True, u'network_id': u'5a851b06-0eef-4bb8-b030-60ce3487d735', u'tenant_id': u'06d5f5ad7db04a1eba308f78d39a0200', u'created_at': u'2018-12-03T15:26:59Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'06d5f5ad7db04a1eba308f78d39a0200'}) 2018-12-03 15:26:59,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-03 15:26:59,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "vping_ssh-router_a5ed61ac-a786-4c62-afbb-678a03699fea", "admin_state_up": true}}' 2018-12-03 15:27:05,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-f1b5741c-4dae-4ee8-8856-4ac92120cb26 Date: Mon, 03 Dec 2018 15:27:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:27:00Z", "admin_state_up": true, "updated_at": "2018-12-03T15:27:01Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "id": "7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9", "name": "vping_ssh-router_a5ed61ac-a786-4c62-afbb-678a03699fea"}} 2018-12-03 15:27:05,087 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-f1b5741c-4dae-4ee8-8856-4ac92120cb26 2018-12-03 15:27:05,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.40284705162s 2018-12-03 15:27:05,087 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-f1b5741c-4dae-4ee8-8856-4ac92120cb26 2018-12-03 15:27:05,088 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-12-03T15:27:01Z', u'revision_number': 3, u'id': u'7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9', u'external_gateway_info': {u'network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4c341e68-838a-4185-83e8-4a80ca2687ff', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_a5ed61ac-a786-4c62-afbb-678a03699fea', u'admin_state_up': True, u'tenant_id': u'06d5f5ad7db04a1eba308f78d39a0200', u'created_at': u'2018-12-03T15:27:00Z', u'flavor_id': None, u'routes': [], u'project_id': u'06d5f5ad7db04a1eba308f78d39a0200'}) 2018-12-03 15:27:05,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-03 15:27:05,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9/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}8e859059366d06608dbe909eaaa4b20cdbb03e07" -d '{"subnet_id": "1221632c-2e85-400b-93ab-71a8e97c0b79"}' 2018-12-03 15:27:07,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2ed46224-79c3-4069-b200-df66f47a0aa1 Date: Mon, 03 Dec 2018 15:27:07 GMT RESP BODY: {"network_id": "5a851b06-0eef-4bb8-b030-60ce3487d735", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "subnet_id": "1221632c-2e85-400b-93ab-71a8e97c0b79", "subnet_ids": ["1221632c-2e85-400b-93ab-71a8e97c0b79"], "port_id": "d93805be-9476-4cee-9a18-45d3d3e3b4c1", "id": "7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9"} 2018-12-03 15:27:07,165 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9/add_router_interface.json used request id req-2ed46224-79c3-4069-b200-df66f47a0aa1 2018-12-03 15:27:07,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.0765941143s 2018-12-03 15:27:07,166 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9/add_router_interface.json used request id req-2ed46224-79c3-4069-b200-df66f47a0aa1 returning object 7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9 2018-12-03 15:27:07,166 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 15:27:07,294 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-03 15:27:07,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:07,301 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 03 Dec 2018 15:27:07 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-03 15:27:07,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:27:07,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:07,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b0f4b534-7248-4919-b5ec-f4dd17faa055 Date: Mon, 03 Dec 2018 15:27:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:27:07,484 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b0f4b534-7248-4919-b5ec-f4dd17faa055 2018-12-03 15:27:07,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179477930069s 2018-12-03 15:27:07,485 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b0f4b534-7248-4919-b5ec-f4dd17faa055 2018-12-03 15:27:07,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 15:27:07,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea"}' 2018-12-03 15:27:07,764 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0 X-Openstack-Request-Id: req-48d60393-2c4a-4f3e-83ff-9b843139cb07 Date: Mon, 03 Dec 2018 15:27:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/file", "owner": "06d5f5ad7db04a1eba308f78d39a0200", "id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "size": null, "self": "/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:27:07Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea", "checksum": null, "created_at": "2018-12-03T15:27:07Z", "protected": false} 2018-12-03 15:27:07,765 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-48d60393-2c4a-4f3e-83ff-9b843139cb07 2018-12-03 15:27:07,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.277969121933s 2018-12-03 15:27:07,765 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-48d60393-2c4a-4f3e-83ff-9b843139cb07 returning object 8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0 2018-12-03 15:27:07,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 15:27:07,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/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}8e859059366d06608dbe909eaaa4b20cdbb03e07" -d '' 2018-12-03 15:27:09,483 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-52ff79af-d3dc-492d-8650-90e2c5f9fb42 Date: Mon, 03 Dec 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-12-03 15:27:09,484 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/file used request id req-52ff79af-d3dc-492d-8650-90e2c5f9fb42 2018-12-03 15:27:09,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.71773505211s 2018-12-03 15:27:09,484 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/file used request id req-52ff79af-d3dc-492d-8650-90e2c5f9fb42 2018-12-03 15:27:09,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:27:09,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:09,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-effaf9de-04e7-478e-82a8-b15e6b8f5f36 Date: Mon, 03 Dec 2018 15:27:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/snap", "metadata": {}}], "file": "/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/file", "owner": "06d5f5ad7db04a1eba308f78d39a0200", "id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "size": 12716032, "self": "/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:27:09Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:27:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:27:09,666 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-effaf9de-04e7-478e-82a8-b15e6b8f5f36 2018-12-03 15:27:09,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180677890778s 2018-12-03 15:27:09,666 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-effaf9de-04e7-478e-82a8-b15e6b8f5f36 2018-12-03 15:27:09,668 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/file', 'owner': u'06d5f5ad7db04a1eba308f78d39a0200', 'id': u'8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0', 'size': 12716032, u'self': u'/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'06d5f5ad7db04a1eba308f78d39a0200', 'name': 'vping_ssh-project_a5ed61ac-a786-4c62-afbb-678a03699fea', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T15:27:09Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-03T15:27:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea', 'created': u'2018-12-03T15:27:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-03T15:27:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-03 15:27:09,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 15:27:09,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}3a4c2380310f6492af3e916750947e4f16a4c150" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_a5ed61ac-a786-4c62-afbb-678a03699fea", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-03 15:27:09,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 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,Accept-Encoding x-openstack-request-id: req-838c9183-96ef-486d-b2fc-b65721b8fb84 x-compute-request-id: req-838c9183-96ef-486d-b2fc-b65721b8fb84 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "name": "vping_ssh-flavor_a5ed61ac-a786-4c62-afbb-678a03699fea", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:27:09,880 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-838c9183-96ef-486d-b2fc-b65721b8fb84 2018-12-03 15:27:09,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.211246967316s 2018-12-03 15:27:09,881 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-838c9183-96ef-486d-b2fc-b65721b8fb84 returning object 59117a35-4efd-4ee0-b664-f1f78a51d2d3 2018-12-03 15:27:09,882 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_a5ed61ac-a786-4c62-afbb-678a03699fea', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'59117a35-4efd-4ee0-b664-f1f78a51d2d3', 'swap': 0}) 2018-12-03 15:27:09,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 15:27:09,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3/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}3a4c2380310f6492af3e916750947e4f16a4c150" -d '{"extra_specs": {}}' 2018-12-03 15:27:09,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-1359f4a3-aa25-4858-a964-d05e6bae958b x-compute-request-id: req-1359f4a3-aa25-4858-a964-d05e6bae958b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 15:27:09,908 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3/os-extra_specs used request id req-1359f4a3-aa25-4858-a964-d05e6bae958b 2018-12-03 15:27:09,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0252339839935s 2018-12-03 15:27:09,908 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3/os-extra_specs used request id req-1359f4a3-aa25-4858-a964-d05e6bae958b 2018-12-03 15:27:09,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-12-03 15:27:09,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" -d '{"keypair": {"name": "vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea"}}' 2018-12-03 15:27:10,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 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,Accept-Encoding x-openstack-request-id: req-e001a656-752b-4b3c-abef-9c92169219d6 x-compute-request-id: req-e001a656-752b-4b3c-abef-9c92169219d6 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrRSjHq6qYZLWdDMoeMlG+T4m1iVOXSTZuKKO6fjgvCqRvCvYjRGavpXf2jzvIsfQBlNIMxFGFzXuUVcXmEjTSUYGjw8ylckOqqjuewG52dSc2Spw+M3JZ+1jgFFowM1qttZ2e4X/UAE7tGyFrJFw96fubuMl77pT/Szj2KFBhrg5rdE7nfB5wCt7LtF3+uCObCKMC6tx4+t6DCau3kgcRZ7H4kHaC4aqcSaIpXlLf8bEE4fhrlxUH3eeYlM7KLi1C7ouQhpJQIxMolzkW6DX8tzGl52XoWF7HqMgKtG3rML7/0IbrKekEtCAHRMKv4Q4He8mktWyosGafppA2l/zt Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAq0Uox6uqmGS1nQzKHjJRvk+JtYlTl0k2biijun44Lwqkbwr2\nI0Rmr6V39o87yLH0AZTSDMRRhc17lFXF5hI00lGBo8PMpXJDqqo7nsBudnUnNkqc\nPjNyWftY4BRaMDNarbWdnuF/1ABO7RshayRcPen7m7jJe+6U/0s49ihQYa4Oa3RO\n53wecArey7Rd/rgjmwijAurcePregwmrt5IHEWex+JB2guGqnEmiKV5S3/GxBOH4\na5cVB93nmJTOyi4tQu6LkIaSUCMTKJc5Fug1/Lcxpedl6Fhex6jICrRt6zC+/9CG\n6ynpBLQgB0TCr+EOB3vJpLVsqLBmn6aQNpf87QIDAQABAoIBAQCElGjZCD5q8arV\nBA2CCpnUpGWJreCTgA0ugS8dMo/zel2HyAh5jH2hAoo2xvIUjgzBHJ7tWxtwZHyB\ne1RSoU1acdXVG8DTYfyXpGe6oGPiNxY/pMoGLHUcysEl1RtrrJVJWwnE7/Kv/f0a\n9qGL+v2cwAARr53o3ethJK3Xf6WZtoq+K6eh5m2OS1TLeokMhLhtTozrlNltZewl\n3vxjJ9HKT1eZKQWTiVm+7sYjVVqowOaJbJdcp5LlDhMw0CGw0Ad1S7rd18TLwNmn\n9bxZG1zGyBQLRBX1/SEwv92UMACPVI4pIRF/1Pod2odY6UNccu/L9r6/Rptfr5Ig\nqcLlAVuBAoGBANxuBIjuw571zdlk/SPb3Avbfu9l4mom3OPJQpoW+Mxxm0gT0K4w\njXoGTQTI+r0p2FytDcbbxYlzjDn5U06aopIgearx2474J9pKmFl7pNw+/2SjrQlL\nQkXmk826HiuPCWwH0ZTwcqdlt3EcTUfjasB0pbSy6+0X5d0tif+ie71pAoGBAMbo\nWhYJHsu18Ivv2kPE2gJNUaiATTCb3+JS3HkkkFKnOH30VBWa8BvLX0VsCbvJ8Ul4\n2uk8BJLsYQ68PoVeTdw5ETnJd06nilK4LERQE8lPZ8ZzuYnBgPVDqF+Zr+4c/Z2K\nvbdCE2OER5ohcQyvAFf0NrD7C4IoZvpQ+B0hI17lAoGBAI7OD84OsVlYcaX3kTAc\nDfD4oMHDxe1zhANmrelaHJGGwEzv2XAgMGfvkRIaiqbmZy+TRauhUdZ8r0oXxurT\nr6LvuyMOUWnMRzVawlymh+XQQnEWwNGWmjbi7LqJa2ZY4ofEgPj21bCxayiyZza9\nlLleWMQ6bjJKGzcxe4fL4lKRAoGBAJY4LqkLtEVXH9cfivC5f4hTioM+eo1me1w7\nBiU7lv/FKKX/W22BuSrUmhwc7vDzH5ZEfte8qxunB9oQEwu4YAcc1kSVQdSWNaIp\nU803yOm1XYOELLC8Aj+5HDUvJa4oGOXdPVBkx63V3hmqfe19UT4bwx5ASr2+857C\nfc/KEiN9AoGAYEWpyePEGhee36KxIuY7sEIHJMXSk2dyUUvd+TWCR5r7ZLrIIATq\nuiiSWgUnEy9FjmyRwD4m73Dgkwxexoe+w0qHaJlLd7dWP3PBoBYheyXamqNVqpR4\npB8NpH+7+qLu/kLQDvcZ4htrG8Op6vMhb9NmpavlncE+8PFQVSkRXiw=\n-----END RSA PRIVATE KEY-----\n", "user_id": "c78ede91b332476a9eb184d3861cb590", "name": "vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea", "fingerprint": "fd:e0:b6:f9:3d:c0:cd:7d:b2:95:a9:55:69:63:e3:81"}} 2018-12-03 15:27:10,377 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-e001a656-752b-4b3c-abef-9c92169219d6 2018-12-03 15:27:10,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.468143939972s 2018-12-03 15:27:10,378 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-e001a656-752b-4b3c-abef-9c92169219d6 2018-12-03 15:27:10,378 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrRSjHq6qYZLWdDMoeMlG+T4m1iVOXSTZuKKO6fjgvCqRvCvYjRGavpXf2jzvIsfQBlNIMxFGFzXuUVcXmEjTSUYGjw8ylckOqqjuewG52dSc2Spw+M3JZ+1jgFFowM1qttZ2e4X/UAE7tGyFrJFw96fubuMl77pT/Szj2KFBhrg5rdE7nfB5wCt7LtF3+uCObCKMC6tx4+t6DCau3kgcRZ7H4kHaC4aqcSaIpXlLf8bEE4fhrlxUH3eeYlM7KLi1C7ouQhpJQIxMolzkW6DX8tzGl52XoWF7HqMgKtG3rML7/0IbrKekEtCAHRMKv4Q4He8mktWyosGafppA2l/zt Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAq0Uox6uqmGS1nQzKHjJRvk+JtYlTl0k2biijun44Lwqkbwr2\nI0Rmr6V39o87yLH0AZTSDMRRhc17lFXF5hI00lGBo8PMpXJDqqo7nsBudnUnNkqc\nPjNyWftY4BRaMDNarbWdnuF/1ABO7RshayRcPen7m7jJe+6U/0s49ihQYa4Oa3RO\n53wecArey7Rd/rgjmwijAurcePregwmrt5IHEWex+JB2guGqnEmiKV5S3/GxBOH4\na5cVB93nmJTOyi4tQu6LkIaSUCMTKJc5Fug1/Lcxpedl6Fhex6jICrRt6zC+/9CG\n6ynpBLQgB0TCr+EOB3vJpLVsqLBmn6aQNpf87QIDAQABAoIBAQCElGjZCD5q8arV\nBA2CCpnUpGWJreCTgA0ugS8dMo/zel2HyAh5jH2hAoo2xvIUjgzBHJ7tWxtwZHyB\ne1RSoU1acdXVG8DTYfyXpGe6oGPiNxY/pMoGLHUcysEl1RtrrJVJWwnE7/Kv/f0a\n9qGL+v2cwAARr53o3ethJK3Xf6WZtoq+K6eh5m2OS1TLeokMhLhtTozrlNltZewl\n3vxjJ9HKT1eZKQWTiVm+7sYjVVqowOaJbJdcp5LlDhMw0CGw0Ad1S7rd18TLwNmn\n9bxZG1zGyBQLRBX1/SEwv92UMACPVI4pIRF/1Pod2odY6UNccu/L9r6/Rptfr5Ig\nqcLlAVuBAoGBANxuBIjuw571zdlk/SPb3Avbfu9l4mom3OPJQpoW+Mxxm0gT0K4w\njXoGTQTI+r0p2FytDcbbxYlzjDn5U06aopIgearx2474J9pKmFl7pNw+/2SjrQlL\nQkXmk826HiuPCWwH0ZTwcqdlt3EcTUfjasB0pbSy6+0X5d0tif+ie71pAoGBAMbo\nWhYJHsu18Ivv2kPE2gJNUaiATTCb3+JS3HkkkFKnOH30VBWa8BvLX0VsCbvJ8Ul4\n2uk8BJLsYQ68PoVeTdw5ETnJd06nilK4LERQE8lPZ8ZzuYnBgPVDqF+Zr+4c/Z2K\nvbdCE2OER5ohcQyvAFf0NrD7C4IoZvpQ+B0hI17lAoGBAI7OD84OsVlYcaX3kTAc\nDfD4oMHDxe1zhANmrelaHJGGwEzv2XAgMGfvkRIaiqbmZy+TRauhUdZ8r0oXxurT\nr6LvuyMOUWnMRzVawlymh+XQQnEWwNGWmjbi7LqJa2ZY4ofEgPj21bCxayiyZza9\nlLleWMQ6bjJKGzcxe4fL4lKRAoGBAJY4LqkLtEVXH9cfivC5f4hTioM+eo1me1w7\nBiU7lv/FKKX/W22BuSrUmhwc7vDzH5ZEfte8qxunB9oQEwu4YAcc1kSVQdSWNaIp\nU803yOm1XYOELLC8Aj+5HDUvJa4oGOXdPVBkx63V3hmqfe19UT4bwx5ASr2+857C\nfc/KEiN9AoGAYEWpyePEGhee36KxIuY7sEIHJMXSk2dyUUvd+TWCR5r7ZLrIIATq\nuiiSWgUnEy9FjmyRwD4m73Dgkwxexoe+w0qHaJlLd7dWP3PBoBYheyXamqNVqpR4\npB8NpH+7+qLu/kLQDvcZ4htrG8Op6vMhb9NmpavlncE+8PFQVSkRXiw=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'c78ede91b332476a9eb184d3861cb590', 'name': u'vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea', 'created_at': '2018-12-03T15:27:10.378846', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'06d5f5ad7db04a1eba308f78d39a0200', 'name': 'vping_ssh-project_a5ed61ac-a786-4c62-afbb-678a03699fea', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'fd:e0:b6:f9:3d:c0:cd:7d:b2:95:a9:55:69:63:e3:81', 'type': 'ssh', 'id': u'vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea'}) 2018-12-03 15:27:10,379 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAq0Uox6uqmGS1nQzKHjJRvk+JtYlTl0k2biijun44Lwqkbwr2 I0Rmr6V39o87yLH0AZTSDMRRhc17lFXF5hI00lGBo8PMpXJDqqo7nsBudnUnNkqc PjNyWftY4BRaMDNarbWdnuF/1ABO7RshayRcPen7m7jJe+6U/0s49ihQYa4Oa3RO 53wecArey7Rd/rgjmwijAurcePregwmrt5IHEWex+JB2guGqnEmiKV5S3/GxBOH4 a5cVB93nmJTOyi4tQu6LkIaSUCMTKJc5Fug1/Lcxpedl6Fhex6jICrRt6zC+/9CG 6ynpBLQgB0TCr+EOB3vJpLVsqLBmn6aQNpf87QIDAQABAoIBAQCElGjZCD5q8arV BA2CCpnUpGWJreCTgA0ugS8dMo/zel2HyAh5jH2hAoo2xvIUjgzBHJ7tWxtwZHyB e1RSoU1acdXVG8DTYfyXpGe6oGPiNxY/pMoGLHUcysEl1RtrrJVJWwnE7/Kv/f0a 9qGL+v2cwAARr53o3ethJK3Xf6WZtoq+K6eh5m2OS1TLeokMhLhtTozrlNltZewl 3vxjJ9HKT1eZKQWTiVm+7sYjVVqowOaJbJdcp5LlDhMw0CGw0Ad1S7rd18TLwNmn 9bxZG1zGyBQLRBX1/SEwv92UMACPVI4pIRF/1Pod2odY6UNccu/L9r6/Rptfr5Ig qcLlAVuBAoGBANxuBIjuw571zdlk/SPb3Avbfu9l4mom3OPJQpoW+Mxxm0gT0K4w jXoGTQTI+r0p2FytDcbbxYlzjDn5U06aopIgearx2474J9pKmFl7pNw+/2SjrQlL QkXmk826HiuPCWwH0ZTwcqdlt3EcTUfjasB0pbSy6+0X5d0tif+ie71pAoGBAMbo WhYJHsu18Ivv2kPE2gJNUaiATTCb3+JS3HkkkFKnOH30VBWa8BvLX0VsCbvJ8Ul4 2uk8BJLsYQ68PoVeTdw5ETnJd06nilK4LERQE8lPZ8ZzuYnBgPVDqF+Zr+4c/Z2K vbdCE2OER5ohcQyvAFf0NrD7C4IoZvpQ+B0hI17lAoGBAI7OD84OsVlYcaX3kTAc DfD4oMHDxe1zhANmrelaHJGGwEzv2XAgMGfvkRIaiqbmZy+TRauhUdZ8r0oXxurT r6LvuyMOUWnMRzVawlymh+XQQnEWwNGWmjbi7LqJa2ZY4ofEgPj21bCxayiyZza9 lLleWMQ6bjJKGzcxe4fL4lKRAoGBAJY4LqkLtEVXH9cfivC5f4hTioM+eo1me1w7 BiU7lv/FKKX/W22BuSrUmhwc7vDzH5ZEfte8qxunB9oQEwu4YAcc1kSVQdSWNaIp U803yOm1XYOELLC8Aj+5HDUvJa4oGOXdPVBkx63V3hmqfe19UT4bwx5ASr2+857C fc/KEiN9AoGAYEWpyePEGhee36KxIuY7sEIHJMXSk2dyUUvd+TWCR5r7ZLrIIATq uiiSWgUnEy9FjmyRwD4m73Dgkwxexoe+w0qHaJlLd7dWP3PBoBYheyXamqNVqpR4 pB8NpH+7+qLu/kLQDvcZ4htrG8Op6vMhb9NmpavlncE+8PFQVSkRXiw= -----END RSA PRIVATE KEY----- 2018-12-03 15:27:10,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-12-03 15:27:10,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" -d '{"security_group": {"name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-12-03 15:27:10,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-5ad6fc55-19e7-4e89-b8ad-d4bd660fa0bc Date: Mon, 03 Dec 2018 15:27:10 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:27:10Z", "updated_at": "2018-12-03T15:27:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:27:10Z", "revision_number": 0, "id": "68e7baa6-ea9e-487b-9e3e-f711458a95d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:27:10Z", "security_group_id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:27:10Z", "revision_number": 0, "id": "cf5b0c72-4af3-4e85-8fc9-5cd7560193ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:27:10Z", "security_group_id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv6", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}], "revision_number": 2, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}} 2018-12-03 15:27:10,738 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-5ad6fc55-19e7-4e89-b8ad-d4bd660fa0bc 2018-12-03 15:27:10,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.355950832367s 2018-12-03 15:27:10,739 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-5ad6fc55-19e7-4e89-b8ad-d4bd660fa0bc 2018-12-03 15:27:10,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 15:27:10,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:10,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-ef0d6e98-7880-4811-a9f3-6dd73749febc Date: Mon, 03 Dec 2018 15:27:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:26:57Z", "updated_at": "2018-12-03T15:26:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "61c08319-29be-44d4-ad2d-79e5a7b3470f", "remote_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "875b6603-79f7-45e1-a91e-b3cb2ebce15a", "remote_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv6", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "93bf601b-c05d-4c3e-b094-ca849f09747a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv6", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "b007ef6f-5cc1-42c1-97e1-878c48d69bbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}], "revision_number": 4, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:27:10Z", "updated_at": "2018-12-03T15:27:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:27:10Z", "revision_number": 0, "id": "68e7baa6-ea9e-487b-9e3e-f711458a95d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:27:10Z", "security_group_id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:27:10Z", "revision_number": 0, "id": "cf5b0c72-4af3-4e85-8fc9-5cd7560193ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:27:10Z", "security_group_id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv6", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}], "revision_number": 2, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}]} 2018-12-03 15:27:10,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-ef0d6e98-7880-4811-a9f3-6dd73749febc 2018-12-03 15:27:10,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.208869934082s 2018-12-03 15:27:10,952 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-ef0d6e98-7880-4811-a9f3-6dd73749febc 2018-12-03 15:27:10,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 15:27:10,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" -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": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7"}}' 2018-12-03 15:27:11,343 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8a1403d4-a8d3-438b-8aaa-fec0a84d8b16 Date: Mon, 03 Dec 2018 15:27:11 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-03T15:27:11Z", "security_group_id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "port_range_min": 22, "revision_number": 0, "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:27:11Z", "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "id": "5b37e098-f9c2-4f63-9573-f531797dee55"}} 2018-12-03 15:27:11,344 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-8a1403d4-a8d3-438b-8aaa-fec0a84d8b16 2018-12-03 15:27:11,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.387331008911s 2018-12-03 15:27:11,344 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-8a1403d4-a8d3-438b-8aaa-fec0a84d8b16 2018-12-03 15:27:11,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 15:27:11,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:11,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-4fcf2c33-1f27-4314-aa89-2795c80b797c Date: Mon, 03 Dec 2018 15:27:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:26:57Z", "updated_at": "2018-12-03T15:26:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "61c08319-29be-44d4-ad2d-79e5a7b3470f", "remote_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "875b6603-79f7-45e1-a91e-b3cb2ebce15a", "remote_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv6", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "93bf601b-c05d-4c3e-b094-ca849f09747a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv6", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "b007ef6f-5cc1-42c1-97e1-878c48d69bbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}], "revision_number": 4, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:27:10Z", "updated_at": "2018-12-03T15:27:11Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T15:27:11Z", "revision_number": 0, "id": "5b37e098-f9c2-4f63-9573-f531797dee55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:27:11Z", "security_group_id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": 22, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:27:10Z", "revision_number": 0, "id": "68e7baa6-ea9e-487b-9e3e-f711458a95d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:27:10Z", "security_group_id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:27:10Z", "revision_number": 0, "id": "cf5b0c72-4af3-4e85-8fc9-5cd7560193ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:27:10Z", "security_group_id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv6", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}], "revision_number": 3, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}]} 2018-12-03 15:27:11,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-4fcf2c33-1f27-4314-aa89-2795c80b797c 2018-12-03 15:27:11,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191194057465s 2018-12-03 15:27:11,539 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-4fcf2c33-1f27-4314-aa89-2795c80b797c 2018-12-03 15:27:11,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 15:27:11,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" -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": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7"}}' 2018-12-03 15:27:11,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-75a354c8-969f-4a86-bd1d-6b10dcf5f452 Date: Mon, 03 Dec 2018 15:27:11 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T15:27:11Z", "security_group_id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "port_range_min": null, "revision_number": 0, "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:27:11Z", "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "id": "7b94b707-1c48-4003-a4c6-e6abfd8f0500"}} 2018-12-03 15:27:11,852 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-75a354c8-969f-4a86-bd1d-6b10dcf5f452 2018-12-03 15:27:11,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.309413909912s 2018-12-03 15:27:11,853 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-75a354c8-969f-4a86-bd1d-6b10dcf5f452 2018-12-03 15:27:11,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:27:11,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:12,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-59435986-35e3-403a-bef7-3ebb3b02cb44 Date: Mon, 03 Dec 2018 15:27: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":["1221632c-2e85-400b-93ab-71a8e97c0b79"],"updated_at":"2018-12-03T15:26:59Z","tenant_id":"06d5f5ad7db04a1eba308f78d39a0200","created_at":"2018-12-03T15:26:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"06d5f5ad7db04a1eba308f78d39a0200","id":"5a851b06-0eef-4bb8-b030-60ce3487d735","name":"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 15:27:12,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-59435986-35e3-403a-bef7-3ebb3b02cb44 2018-12-03 15:27:12,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.256349086761s 2018-12-03 15:27:12,111 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-59435986-35e3-403a-bef7-3ebb3b02cb44 2018-12-03 15:27:12,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:27:12,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:12,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-a6e4d17d-98a1-4529-87e5-df24d9c01a85 Date: Mon, 03 Dec 2018 15:27:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/snap", "metadata": {}}], "file": "/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/file", "owner": "06d5f5ad7db04a1eba308f78d39a0200", "id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "size": 12716032, "self": "/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:27:09Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:27:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:27:12,283 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a6e4d17d-98a1-4529-87e5-df24d9c01a85 2018-12-03 15:27:12,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170884132385s 2018-12-03 15:27:12,284 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a6e4d17d-98a1-4529-87e5-df24d9c01a85 2018-12-03 15:27:12,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 15:27:12,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:12,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27: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-4b6d33b9-bfc8-4e9c-bcb7-343e40e9fa2d x-compute-request-id: req-4b6d33b9-bfc8-4e9c-bcb7-343e40e9fa2d Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "name": "vping_ssh-flavor_a5ed61ac-a786-4c62-afbb-678a03699fea", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 15:27:12,318 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-4b6d33b9-bfc8-4e9c-bcb7-343e40e9fa2d 2018-12-03 15:27:12,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0329539775848s 2018-12-03 15:27:12,319 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-4b6d33b9-bfc8-4e9c-bcb7-343e40e9fa2d 2018-12-03 15:27:12,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-03 15:27:12,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" -d '{"server": {"name": "vping_ssh-vm2_a5ed61ac-a786-4c62-afbb-678a03699fea", "imageRef": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "flavorRef": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5a851b06-0eef-4bb8-b030-60ce3487d735"}], "security_groups": [{"name": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7"}]}}' 2018-12-03 15:27:14,841 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:27: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-31f02704-8cce-4d90-8ad6-d059896b788b x-compute-request-id: req-31f02704-8cce-4d90-8ad6-d059896b788b Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/10803126-db46-4a14-87b9-ed493209db4c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7"}], "OS-DCF:diskConfig": "MANUAL", "id": "10803126-db46-4a14-87b9-ed493209db4c", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "bookmark"}], "adminPass": "emr83F9aDucN"}} 2018-12-03 15:27:14,842 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-31f02704-8cce-4d90-8ad6-d059896b788b 2018-12-03 15:27:14,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.52120494843s 2018-12-03 15:27:14,842 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-31f02704-8cce-4d90-8ad6-d059896b788b 2018-12-03 15:27:14,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:27:14,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:15,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27: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-2a82e1a2-14a7-4e32-b852-6bcf26ec3d79 x-compute-request-id: req-2a82e1a2-14a7-4e32-b852-6bcf26ec3d79 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "10803126-db46-4a14-87b9-ed493209db4c", "user_id": "c78ede91b332476a9eb184d3861cb590", "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-12-03T15:27:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:14Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:27:15,242 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2a82e1a2-14a7-4e32-b852-6bcf26ec3d79 2018-12-03 15:27:15,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398983955383s 2018-12-03 15:27:15,242 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2a82e1a2-14a7-4e32-b852-6bcf26ec3d79 2018-12-03 15:27:15,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:27:15,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:15,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-c57a59b3-38c2-45b4-9a9b-19b889e83045 Date: Mon, 03 Dec 2018 15:27: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":["1221632c-2e85-400b-93ab-71a8e97c0b79"],"updated_at":"2018-12-03T15:26:59Z","tenant_id":"06d5f5ad7db04a1eba308f78d39a0200","created_at":"2018-12-03T15:26:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"06d5f5ad7db04a1eba308f78d39a0200","id":"5a851b06-0eef-4bb8-b030-60ce3487d735","name":"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 15:27:15,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c57a59b3-38c2-45b4-9a9b-19b889e83045 2018-12-03 15:27:15,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260275125504s 2018-12-03 15:27:15,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c57a59b3-38c2-45b4-9a9b-19b889e83045 2018-12-03 15:27:15,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-03 15:27:15,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:15,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-44cccc2b-d6cf-4250-a890-ac285cf3c26a Date: Mon, 03 Dec 2018 15:27:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a851b06-0eef-4bb8-b030-60ce3487d735","tenant_id":"06d5f5ad7db04a1eba308f78d39a0200","created_at":"2018-12-03T15:26:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T15:26:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"06d5f5ad7db04a1eba308f78d39a0200","id":"1221632c-2e85-400b-93ab-71a8e97c0b79","subnetpool_id":null,"name":"vping_ssh-subnet_a5ed61ac-a786-4c62-afbb-678a03699fea"}]} 2018-12-03 15:27:15,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-44cccc2b-d6cf-4250-a890-ac285cf3c26a 2018-12-03 15:27:15,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.049633026123s 2018-12-03 15:27:15,561 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-44cccc2b-d6cf-4250-a890-ac285cf3c26a 2018-12-03 15:27:15,562 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:27:17,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:27:17,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:17,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cae0260-7e75-4e93-9914-413f13feeee8 x-compute-request-id: req-2cae0260-7e75-4e93-9914-413f13feeee8 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "10803126-db46-4a14-87b9-ed493209db4c", "security_groups": [{"name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}], "user_id": "c78ede91b332476a9eb184d3861cb590", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:27:16Z", "hostId": "e4a2412181ef69b5f5f295a1943af7440af8ddfbb8c50319d09c65e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:14Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:27:17,934 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2cae0260-7e75-4e93-9914-413f13feeee8 2018-12-03 15:27:17,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369742870331s 2018-12-03 15:27:17,935 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2cae0260-7e75-4e93-9914-413f13feeee8 2018-12-03 15:27:17,939 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:27:19,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:27:19,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:20,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2414a99-9e7c-4201-b6a0-1d1033154565 x-compute-request-id: req-b2414a99-9e7c-4201-b6a0-1d1033154565 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "10803126-db46-4a14-87b9-ed493209db4c", "security_groups": [{"name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}], "user_id": "c78ede91b332476a9eb184d3861cb590", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:27:16Z", "hostId": "e4a2412181ef69b5f5f295a1943af7440af8ddfbb8c50319d09c65e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:14Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:27:20,534 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b2414a99-9e7c-4201-b6a0-1d1033154565 2018-12-03 15:27:20,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592236042023s 2018-12-03 15:27:20,534 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b2414a99-9e7c-4201-b6a0-1d1033154565 2018-12-03 15:27:20,538 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:27:22,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:27:22,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:23,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9de519e3-df2e-4c56-a8a3-8302b10c4fc7 x-compute-request-id: req-9de519e3-df2e-4c56-a8a3-8302b10c4fc7 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:d1:41", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:27:21.000000", "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "10803126-db46-4a14-87b9-ed493209db4c", "security_groups": [{"name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}], "user_id": "c78ede91b332476a9eb184d3861cb590", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:27:21Z", "hostId": "e4a2412181ef69b5f5f295a1943af7440af8ddfbb8c50319d09c65e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:14Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:27:23,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9de519e3-df2e-4c56-a8a3-8302b10c4fc7 2018-12-03 15:27:23,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.737975120544s 2018-12-03 15:27:23,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9de519e3-df2e-4c56-a8a3-8302b10c4fc7 2018-12-03 15:27:23,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-03 15:27:23,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=10803126-db46-4a14-87b9-ed493209db4c" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:23,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-3f62d625-52bc-497c-aa37-05eb85869d1a Date: Mon, 03 Dec 2018 15:27:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:27:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1221632c-2e85-400b-93ab-71a8e97c0b79","ip_address":"192.168.120.6"}],"id":"229b7beb-37da-425d-8aa3-14b1a47c0cf0","security_groups":["4c2ef6f1-2b5b-40d8-8772-824dea28f0f7"],"mac_address":"fa:16:3e:36:d1:41","project_id":"06d5f5ad7db04a1eba308f78d39a0200","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5a851b06-0eef-4bb8-b030-60ce3487d735","tenant_id":"06d5f5ad7db04a1eba308f78d39a0200","created_at":"2018-12-03T15:27:16Z","binding:vnic_type":"normal","device_id":"10803126-db46-4a14-87b9-ed493209db4c"}]} 2018-12-03 15:27:23,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=10803126-db46-4a14-87b9-ed493209db4c used request id req-3f62d625-52bc-497c-aa37-05eb85869d1a 2018-12-03 15:27:23,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.19217300415s 2018-12-03 15:27:23,476 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=10803126-db46-4a14-87b9-ed493209db4c used request id req-3f62d625-52bc-497c-aa37-05eb85869d1a 2018-12-03 15:27:23,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 15:27:23,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=229b7beb-37da-425d-8aa3-14b1a47c0cf0" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:23,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c0e7390e-1e84-4ac6-bfc0-eff65cf6e045 Date: Mon, 03 Dec 2018 15:27:23 GMT RESP BODY: {"floatingips": []} 2018-12-03 15:27:23,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=229b7beb-37da-425d-8aa3-14b1a47c0cf0 used request id req-c0e7390e-1e84-4ac6-bfc0-eff65cf6e045 2018-12-03 15:27:23,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0225520133972s 2018-12-03 15:27:23,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=229b7beb-37da-425d-8aa3-14b1a47c0cf0 used request id req-c0e7390e-1e84-4ac6-bfc0-eff65cf6e045 2018-12-03 15:27:23,505 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:36:d1:41', 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'8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-03T15:27:21.000000', 'flavor': Munch({u'id': u'59117a35-4efd-4ee0-b664-f1f78a51d2d3'}), 'az': u'nova', 'id': u'10803126-db46-4a14-87b9-ed493209db4c', 'security_groups': [Munch({u'name': u'vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c78ede91b332476a9eb184d3861cb590', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'06d5f5ad7db04a1eba308f78d39a0200', 'name': 'vping_ssh-project_a5ed61ac-a786-4c62-afbb-678a03699fea', '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-12-03T15:27:21.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-03T15:27:21Z', 'hostId': u'e4a2412181ef69b5f5f295a1943af7440af8ddfbb8c50319d09c65e3', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'e4a2412181ef69b5f5f295a1943af7440af8ddfbb8c50319d09c65e3', '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-12-03T15:27:21.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'06d5f5ad7db04a1eba308f78d39a0200', 'name': u'vping_ssh-vm2_a5ed61ac-a786-4c62-afbb-678a03699fea', 'adminPass': u'emr83F9aDucN', 'tenant_id': u'06d5f5ad7db04a1eba308f78d39a0200', 'region': 'regionOne', 'created': u'2018-12-03T15:27:14Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-03 15:27:23,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:27:23,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:23,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-b112a614-19d8-4ef5-a7c1-d6dafc161f72 Date: Mon, 03 Dec 2018 15:27: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":["1221632c-2e85-400b-93ab-71a8e97c0b79"],"updated_at":"2018-12-03T15:26:59Z","tenant_id":"06d5f5ad7db04a1eba308f78d39a0200","created_at":"2018-12-03T15:26:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"06d5f5ad7db04a1eba308f78d39a0200","id":"5a851b06-0eef-4bb8-b030-60ce3487d735","name":"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 15:27:23,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-b112a614-19d8-4ef5-a7c1-d6dafc161f72 2018-12-03 15:27:23,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.19221997261s 2018-12-03 15:27:23,699 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-b112a614-19d8-4ef5-a7c1-d6dafc161f72 2018-12-03 15:27:23,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:27:23,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:23,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-86496b0a-0aa3-43c1-8f17-de5c2baa1528 Date: Mon, 03 Dec 2018 15:27:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/snap", "metadata": {}}], "file": "/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/file", "owner": "06d5f5ad7db04a1eba308f78d39a0200", "id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "size": 12716032, "self": "/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:27:09Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:27:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:27:23,731 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-86496b0a-0aa3-43c1-8f17-de5c2baa1528 2018-12-03 15:27:23,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0313501358032s 2018-12-03 15:27:23,731 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-86496b0a-0aa3-43c1-8f17-de5c2baa1528 2018-12-03 15:27:23,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 15:27:23,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:23,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a909c91e-4012-4ea3-92c2-618b90797cc7 x-compute-request-id: req-a909c91e-4012-4ea3-92c2-618b90797cc7 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "name": "vping_ssh-flavor_a5ed61ac-a786-4c62-afbb-678a03699fea", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 15:27:23,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-a909c91e-4012-4ea3-92c2-618b90797cc7 2018-12-03 15:27:23,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0298449993134s 2018-12-03 15:27:23,763 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-a909c91e-4012-4ea3-92c2-618b90797cc7 2018-12-03 15:27:23,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-03 15:27:23,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" -d '{"server": {"name": "vping_ssh-vm_a5ed61ac-a786-4c62-afbb-678a03699fea", "imageRef": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "key_name": "vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea", "flavorRef": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5a851b06-0eef-4bb8-b030-60ce3487d735"}], "security_groups": [{"name": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7"}]}}' 2018-12-03 15:27:25,616 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:27:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6beb08b5-cc20-4152-8a40-f663d1d723ca x-compute-request-id: req-6beb08b5-cc20-4152-8a40-f663d1d723ca Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7"}], "OS-DCF:diskConfig": "MANUAL", "id": "f175dda2-18dd-4900-ad9f-574b3af06dcb", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "bookmark"}], "adminPass": "2ZDCKLu9eVHv"}} 2018-12-03 15:27:25,616 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-6beb08b5-cc20-4152-8a40-f663d1d723ca 2018-12-03 15:27:25,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.85271477699s 2018-12-03 15:27:25,617 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-6beb08b5-cc20-4152-8a40-f663d1d723ca 2018-12-03 15:27:25,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:27:25,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:26,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ba534af-3645-4a32-a1c7-4495bdd72769 x-compute-request-id: req-0ba534af-3645-4a32-a1c7-4495bdd72769 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "f175dda2-18dd-4900-ad9f-574b3af06dcb", "user_id": "c78ede91b332476a9eb184d3861cb590", "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-12-03T15:27:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea", "name": "vping_ssh-vm_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:25Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:d1:41", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:27:21.000000", "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "10803126-db46-4a14-87b9-ed493209db4c", "security_groups": [{"name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}], "user_id": "c78ede91b332476a9eb184d3861cb590", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:27:21Z", "hostId": "e4a2412181ef69b5f5f295a1943af7440af8ddfbb8c50319d09c65e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:14Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:27:26,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0ba534af-3645-4a32-a1c7-4495bdd72769 2018-12-03 15:27:26,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4755859375s 2018-12-03 15:27:26,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0ba534af-3645-4a32-a1c7-4495bdd72769 2018-12-03 15:27:26,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:27:28,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:27:28,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:28,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25d1feab-efff-4431-81a4-c451571f1d17 x-compute-request-id: req-25d1feab-efff-4431-81a4-c451571f1d17 Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "f175dda2-18dd-4900-ad9f-574b3af06dcb", "user_id": "c78ede91b332476a9eb184d3861cb590", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:27:27Z", "hostId": "5ee5b4bf282b0ff3fa81c0d0e96648ccfd307fa19ca18035ae544847", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea", "name": "vping_ssh-vm_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:25Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:d1:41", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:27:21.000000", "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "10803126-db46-4a14-87b9-ed493209db4c", "security_groups": [{"name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}], "user_id": "c78ede91b332476a9eb184d3861cb590", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:27:21Z", "hostId": "e4a2412181ef69b5f5f295a1943af7440af8ddfbb8c50319d09c65e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:14Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:27:28,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-25d1feab-efff-4431-81a4-c451571f1d17 2018-12-03 15:27:28,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5816218853s 2018-12-03 15:27:28,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-25d1feab-efff-4431-81a4-c451571f1d17 2018-12-03 15:27:28,688 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:27:30,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:27:30,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:31,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27: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-b07f3a80-986d-464a-98ea-82a276bcad06 x-compute-request-id: req-b07f3a80-986d-464a-98ea-82a276bcad06 Content-Encoding: gzip Content-Length: 889 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "f175dda2-18dd-4900-ad9f-574b3af06dcb", "security_groups": [{"name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}], "user_id": "c78ede91b332476a9eb184d3861cb590", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:27:27Z", "hostId": "5ee5b4bf282b0ff3fa81c0d0e96648ccfd307fa19ca18035ae544847", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea", "name": "vping_ssh-vm_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:25Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:d1:41", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:27:21.000000", "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "10803126-db46-4a14-87b9-ed493209db4c", "security_groups": [{"name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}], "user_id": "c78ede91b332476a9eb184d3861cb590", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:27:21Z", "hostId": "e4a2412181ef69b5f5f295a1943af7440af8ddfbb8c50319d09c65e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:14Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:27:31,220 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b07f3a80-986d-464a-98ea-82a276bcad06 2018-12-03 15:27:31,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528544187546s 2018-12-03 15:27:31,220 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b07f3a80-986d-464a-98ea-82a276bcad06 2018-12-03 15:27:31,225 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:27:33,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:27:33,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:33,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-892dbb52-d466-4a27-a4d1-ce54a2c7c219 x-compute-request-id: req-892dbb52-d466-4a27-a4d1-ce54a2c7c219 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:88:90", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:27:32.000000", "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "f175dda2-18dd-4900-ad9f-574b3af06dcb", "security_groups": [{"name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}], "user_id": "c78ede91b332476a9eb184d3861cb590", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:27:32Z", "hostId": "5ee5b4bf282b0ff3fa81c0d0e96648ccfd307fa19ca18035ae544847", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea", "name": "vping_ssh-vm_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:25Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:d1:41", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:27:21.000000", "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "10803126-db46-4a14-87b9-ed493209db4c", "security_groups": [{"name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}], "user_id": "c78ede91b332476a9eb184d3861cb590", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:27:21Z", "hostId": "e4a2412181ef69b5f5f295a1943af7440af8ddfbb8c50319d09c65e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:14Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:27:33,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-892dbb52-d466-4a27-a4d1-ce54a2c7c219 2018-12-03 15:27:33,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631866931915s 2018-12-03 15:27:33,860 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-892dbb52-d466-4a27-a4d1-ce54a2c7c219 2018-12-03 15:27:33,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-03 15:27:33,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=f175dda2-18dd-4900-ad9f-574b3af06dcb" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:33,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-619e5c97-e778-4bc9-a17f-1b6e5e479d1d Date: Mon, 03 Dec 2018 15:27:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:27:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1221632c-2e85-400b-93ab-71a8e97c0b79","ip_address":"192.168.120.8"}],"id":"51503bce-aad5-4245-afbe-19a2a38fc86e","security_groups":["4c2ef6f1-2b5b-40d8-8772-824dea28f0f7"],"mac_address":"fa:16:3e:4e:88:90","project_id":"06d5f5ad7db04a1eba308f78d39a0200","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5a851b06-0eef-4bb8-b030-60ce3487d735","tenant_id":"06d5f5ad7db04a1eba308f78d39a0200","created_at":"2018-12-03T15:27:28Z","binding:vnic_type":"normal","device_id":"f175dda2-18dd-4900-ad9f-574b3af06dcb"}]} 2018-12-03 15:27:33,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=f175dda2-18dd-4900-ad9f-574b3af06dcb used request id req-619e5c97-e778-4bc9-a17f-1b6e5e479d1d 2018-12-03 15:27:33,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0768451690674s 2018-12-03 15:27:33,942 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=f175dda2-18dd-4900-ad9f-574b3af06dcb used request id req-619e5c97-e778-4bc9-a17f-1b6e5e479d1d 2018-12-03 15:27:33,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 15:27:33,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=51503bce-aad5-4245-afbe-19a2a38fc86e" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:33,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4f4ae2ba-15e3-4df9-a6c8-b6b85d646a03 Date: Mon, 03 Dec 2018 15:27:33 GMT RESP BODY: {"floatingips": []} 2018-12-03 15:27:33,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=51503bce-aad5-4245-afbe-19a2a38fc86e used request id req-4f4ae2ba-15e3-4df9-a6c8-b6b85d646a03 2018-12-03 15:27:33,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0184960365295s 2018-12-03 15:27:33,966 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=51503bce-aad5-4245-afbe-19a2a38fc86e used request id req-4f4ae2ba-15e3-4df9-a6c8-b6b85d646a03 2018-12-03 15:27:33,967 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4e:88:90', 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'8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-03T15:27:32.000000', 'flavor': Munch({u'id': u'59117a35-4efd-4ee0-b664-f1f78a51d2d3'}), 'az': u'nova', 'id': u'f175dda2-18dd-4900-ad9f-574b3af06dcb', 'security_groups': [Munch({u'name': u'vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c78ede91b332476a9eb184d3861cb590', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'06d5f5ad7db04a1eba308f78d39a0200', 'name': 'vping_ssh-project_a5ed61ac-a786-4c62-afbb-678a03699fea', '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-12-03T15:27:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-03T15:27:32Z', 'hostId': u'5ee5b4bf282b0ff3fa81c0d0e96648ccfd307fa19ca18035ae544847', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'5ee5b4bf282b0ff3fa81c0d0e96648ccfd307fa19ca18035ae544847', '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-12-03T15:27:32.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'06d5f5ad7db04a1eba308f78d39a0200', 'name': u'vping_ssh-vm_a5ed61ac-a786-4c62-afbb-678a03699fea', 'adminPass': u'2ZDCKLu9eVHv', 'tenant_id': u'06d5f5ad7db04a1eba308f78d39a0200', 'region': 'regionOne', 'created': u'2018-12-03T15:27:25Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-03 15:27:33,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:27:33,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:34,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-b7de73fe-4593-4304-bf30-eea41bc4fcbc Date: Mon, 03 Dec 2018 15:27: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":["1221632c-2e85-400b-93ab-71a8e97c0b79"],"updated_at":"2018-12-03T15:26:59Z","tenant_id":"06d5f5ad7db04a1eba308f78d39a0200","created_at":"2018-12-03T15:26:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"06d5f5ad7db04a1eba308f78d39a0200","id":"5a851b06-0eef-4bb8-b030-60ce3487d735","name":"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 15:27:34,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-b7de73fe-4593-4304-bf30-eea41bc4fcbc 2018-12-03 15:27:34,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108981847763s 2018-12-03 15:27:34,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-b7de73fe-4593-4304-bf30-eea41bc4fcbc 2018-12-03 15:27:34,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-03 15:27:34,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=f175dda2-18dd-4900-ad9f-574b3af06dcb" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:34,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-17fbf4db-8e84-4b06-a2e3-115e30c5efd0 Date: Mon, 03 Dec 2018 15:27:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:27:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1221632c-2e85-400b-93ab-71a8e97c0b79","ip_address":"192.168.120.8"}],"id":"51503bce-aad5-4245-afbe-19a2a38fc86e","security_groups":["4c2ef6f1-2b5b-40d8-8772-824dea28f0f7"],"mac_address":"fa:16:3e:4e:88:90","project_id":"06d5f5ad7db04a1eba308f78d39a0200","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5a851b06-0eef-4bb8-b030-60ce3487d735","tenant_id":"06d5f5ad7db04a1eba308f78d39a0200","created_at":"2018-12-03T15:27:28Z","binding:vnic_type":"normal","device_id":"f175dda2-18dd-4900-ad9f-574b3af06dcb"}]} 2018-12-03 15:27:34,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=f175dda2-18dd-4900-ad9f-574b3af06dcb used request id req-17fbf4db-8e84-4b06-a2e3-115e30c5efd0 2018-12-03 15:27:34,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.061222076416s 2018-12-03 15:27:34,143 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=f175dda2-18dd-4900-ad9f-574b3af06dcb used request id req-17fbf4db-8e84-4b06-a2e3-115e30c5efd0 2018-12-03 15:27:34,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-12-03 15:27:34,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" -d '{"floatingip": {"floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.8", "port_id": "51503bce-aad5-4245-afbe-19a2a38fc86e"}}' 2018-12-03 15:27:35,968 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-a70609c8-02f6-4eea-b50c-6ae44e2723a0 Date: Mon, 03 Dec 2018 15:27:35 GMT RESP BODY: {"floatingip": {"router_id": "7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9", "status": "DOWN", "description": "", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:27:35Z", "updated_at": "2018-12-03T15:27:35Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_id": "51503bce-aad5-4245-afbe-19a2a38fc86e", "id": "1baaa33f-dc81-4b8c-8bfe-8486b1450efb"}} 2018-12-03 15:27:35,968 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-a70609c8-02f6-4eea-b50c-6ae44e2723a0 2018-12-03 15:27:35,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.8242650032s 2018-12-03 15:27:35,969 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-a70609c8-02f6-4eea-b50c-6ae44e2723a0 2018-12-03 15:27:35,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 15:27:35,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:36,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-17b996b4-71bf-43d5-9b7a-cb1b2e1148b7 Date: Mon, 03 Dec 2018 15:27:36 GMT RESP BODY: {"floatingips": [{"router_id": "7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9", "status": "DOWN", "description": "", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:27:35Z", "updated_at": "2018-12-03T15:27:35Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_id": "51503bce-aad5-4245-afbe-19a2a38fc86e", "id": "1baaa33f-dc81-4b8c-8bfe-8486b1450efb"}]} 2018-12-03 15:27:36,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-17b996b4-71bf-43d5-9b7a-cb1b2e1148b7 2018-12-03 15:27:36,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0252017974854s 2018-12-03 15:27:36,003 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-17b996b4-71bf-43d5-9b7a-cb1b2e1148b7 2018-12-03 15:27:36,007 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-03 15:27:36,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 15:27:36,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:36,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-851d49be-c781-42f1-9520-bb8a3aa6cc63 Date: Mon, 03 Dec 2018 15:27:36 GMT RESP BODY: {"floatingips": [{"router_id": "7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9", "status": "DOWN", "description": "", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:27:35Z", "updated_at": "2018-12-03T15:27:35Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_id": "51503bce-aad5-4245-afbe-19a2a38fc86e", "id": "1baaa33f-dc81-4b8c-8bfe-8486b1450efb"}]} 2018-12-03 15:27:36,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-851d49be-c781-42f1-9520-bb8a3aa6cc63 2018-12-03 15:27:36,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0340349674225s 2018-12-03 15:27:36,147 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-851d49be-c781-42f1-9520-bb8a3aa6cc63 2018-12-03 15:27:36,150 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-03 15:27:36,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 15:27:36,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:36,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-df624ab3-85a7-42c5-b2a7-bcdd0e30dea7 Date: Mon, 03 Dec 2018 15:27:36 GMT RESP BODY: {"floatingips": [{"router_id": "7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9", "status": "DOWN", "description": "", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:27:35Z", "updated_at": "2018-12-03T15:27:35Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_id": "51503bce-aad5-4245-afbe-19a2a38fc86e", "id": "1baaa33f-dc81-4b8c-8bfe-8486b1450efb"}]} 2018-12-03 15:27:36,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-df624ab3-85a7-42c5-b2a7-bcdd0e30dea7 2018-12-03 15:27:36,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0225028991699s 2018-12-03 15:27:36,279 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-df624ab3-85a7-42c5-b2a7-bcdd0e30dea7 2018-12-03 15:27:36,283 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-03 15:27:36,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 15:27:36,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:36,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-cbf03704-2d48-4b86-a0cd-fc382c0809fa Date: Mon, 03 Dec 2018 15:27:36 GMT RESP BODY: {"floatingips": [{"router_id": "7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9", "status": "DOWN", "description": "", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:27:35Z", "updated_at": "2018-12-03T15:27:35Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_id": "51503bce-aad5-4245-afbe-19a2a38fc86e", "id": "1baaa33f-dc81-4b8c-8bfe-8486b1450efb"}]} 2018-12-03 15:27:36,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-cbf03704-2d48-4b86-a0cd-fc382c0809fa 2018-12-03 15:27:36,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0217118263245s 2018-12-03 15:27:36,410 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-cbf03704-2d48-4b86-a0cd-fc382c0809fa 2018-12-03 15:27:36,414 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-03 15:27:36,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 15:27:36,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:36,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-9bbc765e-79bc-46cd-b839-5021d831a130 Date: Mon, 03 Dec 2018 15:27:36 GMT RESP BODY: {"floatingips": [{"router_id": "7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:27:35Z", "updated_at": "2018-12-03T15:27:35Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_id": "51503bce-aad5-4245-afbe-19a2a38fc86e", "id": "1baaa33f-dc81-4b8c-8bfe-8486b1450efb"}]} 2018-12-03 15:27:36,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-9bbc765e-79bc-46cd-b839-5021d831a130 2018-12-03 15:27:36,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.166594028473s 2018-12-03 15:27:36,686 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-9bbc765e-79bc-46cd-b839-5021d831a130 2018-12-03 15:27:36,689 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'06d5f5ad7db04a1eba308f78d39a0200', 'created_at': u'2018-12-03T15:27:35Z', 'attached': True, 'updated_at': u'2018-12-03T15:27:35Z', 'id': u'1baaa33f-dc81-4b8c-8bfe-8486b1450efb', 'floating_network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'06d5f5ad7db04a1eba308f78d39a0200', 'name': 'vping_ssh-project_a5ed61ac-a786-4c62-afbb-678a03699fea', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9', 'project_id': u'06d5f5ad7db04a1eba308f78d39a0200', 'port_id': u'51503bce-aad5-4245-afbe-19a2a38fc86e', 'port': u'51503bce-aad5-4245-afbe-19a2a38fc86e', 'network': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2'}) 2018-12-03 15:27:36,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-03 15:27:36,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb/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}8e859059366d06608dbe909eaaa4b20cdbb03e07" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 15:27:37,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b161a47-2a76-4510-8f2f-8136196c7bdb x-compute-request-id: req-7b161a47-2a76-4510-8f2f-8136196c7bdb Content-Encoding: gzip Content-Length: 9529 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 519731448 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.131639] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133282] pid_max: default: 32768 minimum: 301\n[ 0.134174] ACPI: Core revision 20150930\n[ 0.135538] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136844] Security Framework initialized\n[ 0.137659] Yama: becoming mindful.\n[ 0.138388] AppArmor: AppArmor initialized\n[ 0.139251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140581] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141910] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143120] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144500] Initializing cgroup subsys io\n[ 0.145314] Initializing cgroup subsys memory\n[ 0.146176] Initializing cgroup subsys devices\n[ 0.147059] Initializing cgroup subsys freezer\n[ 0.147923] Initializing cgroup subsys net_cls\n[ 0.148788] Initializing cgroup subsys perf_event\n[ 0.149698] Initializing cgroup subsys net_prio\n[ 0.150581] Initializing cgroup subsys hugetlb\n[ 0.151450] Initializing cgroup subsys pids\n[ 0.152323] CPU: Physical Processor ID: 0\n[ 0.153829] mce: CPU supports 10 MCE banks\n[ 0.154677] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155677] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167296] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173538] ftrace: allocating 31920 entries in 125 pages\n[ 0.199231] smpboot: Max logical packages: 1\n[ 0.200087] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201561] x2apic enabled\n[ 0.202392] Switched APIC routing to physical x2apic.\n[ 0.204175] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205352] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207392] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209227] KVM setup paravirtual spinlock\n[ 0.210551] x86: Booted up 1 node, 1 CPUs\n[ 0.211391] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212800] devtmpfs: initialized\n[ 0.214485] evm: security.selinux\n[ 0.215179] evm: security.SMACK64\n[ 0.215860] evm: security.SMACK64EXEC\n[ 0.216600] evm: security.SMACK64TRANSMUTE\n[ 0.217402] evm: security.SMACK64MMAP\n[ 0.218141] evm: security.ima\n[ 0.218774] evm: security.capability\n[ 0.219569] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221471] pinctrl core: initialized pinctrl subsystem\n[ 0.222565] RTC time: 15:27:33, date: 12/03/18\n[ 0.223515] NET: Registered protocol family 16\n[ 0.224482] cpuidle: using governor ladder\n[ 0.225298] cpuidle: using governor menu\n[ 0.226080] PCCT header not found.\n[ 0.226830] ACPI: bus type PCI registered\n[ 0.227630] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228862] PCI: Using configuration type 1 for base access\n[ 0.230593] ACPI: Added _OSI(Module Device)\n[ 0.231438] ACPI: Added _OSI(Processor Device)\n[ 0.232306] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233213] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235353] ACPI: Interpreter enabled\n[ 0.236133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239808] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241682] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243521] ACPI: (supports S0 S5)\n[ 0.244224] ACPI: Using IOAPIC for interrupt routing\n[ 0.245333] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249537] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251973] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254194] acpiphp: Slot [3] registered\n[ 0.254992] acpiphp: Slot [4] registered\n[ 0.255822] acpiphp: Slot [5] registered\n[ 0.256649] acpiphp: Slot [6] registered\n[ 0.257444] acpiphp: Slot [7] registered\n[ 0.258261] acpiphp: Slot [8] registered\n[ 0.259118] acpiphp: Slot [9] registered\n[ 0.259925] acpiphp: Slot [10] registered\n[ 0.260743] acpiphp: Slot [11] registered\n[ 0.261559] acpiphp: Slot [12] registered\n[ 0.262374] acpiphp: Slot [13] registered\n[ 0.263185] acpiphp: Slot [14] registered\n[ 0.263995] acpiphp: Slot [15] registered\n[ 0.274617] acpiphp: Slot [16] registered\n[ 0.275445] acpiphp: Slot [17] registered\n[ 0.276261] acpiphp: Slot [18] registered\n[ 0.277069] acpiphp: Slot [19] registered\n[ 0.277875] acpiphp: Slot [20] registered\n[ 0.278695] acpiphp: Slot [21] registered\n[ 0.279510] acpiphp: Slot [22] registered\n[ 0.280321] acpiphp: Slot [23] registered\n[ 0.281129] acpiphp: Slot [24] registered\n[ 0.281935] acpiphp: Slot [25] registered\n[ 0.282751] acpiphp: Slot [26] registered\n[ 0.283563] acpiphp: Slot [27] registered\n[ 0.284372] acpiphp: Slot [28] registered\n[ 0.285184] acpiphp: Slot [29] registered\n[ 0.285988] acpiphp: Slot [30] registered\n[ 0.286804] acpiphp: Slot [31] registered\n[ 0.287614] PCI host bridge to bus 0000:00\n[ 0.288427] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290859] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293760] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299992] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301266] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310129] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311549] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356972] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358471] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359953] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361387] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362769] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364034] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365179] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367913] vgaarb: loaded\n[ 0.368525] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369664] SCSI subsystem initialized\n[ 0.370486] ACPI: bus type USB registered\n[ 0.371306] usbcore: registered new interface driver usbfs\n[ 0.372332] usbcore: registered new interface driver hub\n[ 0.373343] usbcore: registered new device driver usb\n[ 0.374393] PCI: Using ACPI for IRQ routing\n[ 0.375437] NetLabel: Initializing\n[ 0.376162] NetLabel: domain hash size = 128\n[ 0.377039] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378010] NetLabel: unlabeled traffic allowed by default\n[ 0.379101] clocksource: Switched to clocksource kvm-clock\n[ 0.384438] AppArmor: AppArmor Filesystem Enabled\n[ 0.385406] pnp: PnP ACPI init\n[ 0.386302] pnp: PnP ACPI: found 5 devices\n[ 0.392653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394344] NET: Registered protocol family 2\n[ 0.395302] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396574] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397739] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399971] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401172] NET: Registered protocol family 1\n[ 0.402035] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403131] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404204] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417917] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431904] Trying to unpack rootfs image as initramfs...\n[ 0.480786] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494911] Scanning for low memory corruption every 60 seconds\n[ 0.496208] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497336] audit: initializing netlink subsys (disabled)\n[ 0.498343] audit: type=2000 audit(1543850853.599:1): initialized\n[ 0.499638] Initialise system trusted keyring\n[ 0.500559] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501701] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503676] zbud: loaded\n[ 0.504370] VFS: Disk quotas dquot_6.6.0\n[ 0.505177] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506665] fuse init (API version 7.23)\n[ 0.507545] Key type big_key registered\n[ 0.508341] Allocating IMA MOK and blacklist keyrings.\n[ 0.509442] Key type asymmetric registered\n[ 0.510256] Asymmetric key parser 'x509' registered\n[ 0.511206] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512648] io scheduler noop registered\n[ 0.513431] io scheduler deadline registered (default)\n[ 0.514400] io scheduler cfq registered\n[ 0.515231] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516261] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517492] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518910] ACPI: Power Button [PWRF]\n[ 0.520124] GHES: HEST is not enabled!\n[ 0.533853] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564278] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567011] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590550] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592657] Linux agpgart interface v0.103\n[ 0.594698] brd: module loaded\n[ 0.595870] loop: module loaded\n[ 0.600211] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601662] GPT:90111 != 2097151\n[ 0.602334] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603422] GPT:90111 != 2097151\n[ 0.604091] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605041] vda: vda1 vda15\n[ 0.606522] scsi host0: ata_piix\n[ 0.607259] scsi host1: ata_piix\n[ 0.607955] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609153] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610575] libphy: Fixed MDIO Bus: probed\n[ 0.611417] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614611] PPP generic driver version 2.4.2\n[ 0.615502] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616739] ehci-pci: EHCI PCI platform driver\n[ 0.617595] ehci-platform: EHCI generic platform driver\n[ 0.618567] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619682] ohci-pci: OHCI PCI platform driver\n[ 0.620546] ohci-platform: OHCI generic platform driver\n[ 0.621520] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635814] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636798] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638245] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639264] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640373] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642996] usb usb1: Product: UHCI Host Controller\n[ 0.643922] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646047] hub 1-0:1.0: USB hub found\n[ 0.646817] hub 1-0:1.0: 2 ports detected\n[ 0.647724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649820] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650770] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651803] mousedev: PS/2 mouse device common for all mice\n[ 0.653064] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654884] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655975] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657163] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658336] i2c /dev entries driver\n[ 0.659088] device-mapper: uevent: version 1.0.3\n[ 0.660024] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661627] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662884] NET: Registered protocol family 10\n[ 0.663873] NET: Registered protocol family 17\n[ 0.664754] Key type dns_resolver registered\n[ 0.665666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666738] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668467] registered taskstats version 1\n[ 0.669296] Loading compiled-in X.509 certificates\n[ 0.670723] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672568] zswap: loaded using pool lzo/zbud\n[ 0.673924] Key type trusted registered\n[ 0.675479] Key type encrypted registered\n[ 0.676304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677324] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678348] evm: HMAC attrs: 0x1\n[ 0.679280] Magic number: 14:777:486\n[ 0.680131] rtc_cmos 00:00: setting system clock to 2018-12-03 15:27:33 UTC (1543850853)\n[ 0.681714] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682826] EDD information not available.\n[ 0.768045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769591] Write protecting the kernel read-only data: 14336k\n[ 0.781528] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783334] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826220] 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.98\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.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.13. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDi3XPI2y6+J2T0vrIkRI1thtz7+5dAicmzX8roT/IongWybpHnkAlz6KwAb7Zyy7o058evBldEOGWSPk9REt3Cw5Cahx335iaU9M2YUPGCHy0sfrg4ja6Qp6fQfzpDk++Ggz2rqb7JkV8EME0isDj3+VZ20OGZKYTGTFYApvXZo3QGnDoP5Kya6UW9EzsT4xeKixdvnqVvBit9vBoa3NG/QvYNp/IU0ZeaDewVygjdBqVw4/3aMPpVrFt7dWVy4jyc3TxfDY7ZqAd5p2uCkGDu91pGZmv015gqg/70oL+/GrDeW5kCbduHakjnb/RmN97x2cfTfs+cfLw7924md0Vt root@vping-ssh-vm-a5ed61ac-a786-4c62-afbb-678a03699fea\nssh-dss AAAAB3NzaC1kc3MAAACBAOpyyv53+KI3BrC5H2wIACKY56SSaryMtJ3H8hCbNIAOJyrmWG2i4JNMYaG0kGhiijkEVhHpAKaGciSqEAJSSL5LUsAfrRXx6X6dRAiyYIqqq5UDdGhzCuN6ujSKPQuYFtNMeziVbE3t6JXtSnj/bnvPYSPdOVwtBrRPRlE5/qfrAAAAFQCPt0OJy3bwYM9nxlo0l0J3sBbQjwAAAIBH0ERhFEMqYFSVyW+0WCEjCaJYh/jsWpOXkYTSih5lmIBkFFgsNGfRPXeHLkHSNj+2mJeZV7l860RZh8ATvpG194L+4hS1P49OpkuKlyK+jmINUxUlAu1ugziw54VYm54roisv5ZR3OoLgFv6O7qCTvKz1cDqKjzeaaiAvIprAugAAAIBL908YcOgAVyjpfCSP75lC8sFSl6czT/feJSriczkKuAXyd6w27X6gGLHM8rP89KXqntwsS2FyOgpWxNXpZ5RAH7uUP6GD+FsKDUfpOy8XabOrX0x33VYcySMxuvpY9868d9n5tt9ziYIXGiAjf39B/UBhexzBEeWP9gWAzElt6A== root@vping-ssh-vm-a5ed61ac-a786-4c62-afbb-678a03699fea\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:fe4e:8890/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-a5ed61ac-a786-4c62-afbb-678a03699fea\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.68 ===\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-a5ed61ac-a786-4c62-afbb-678a03699fea login: "} 2018-12-03 15:27:37,840 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb/action used request id req-7b161a47-2a76-4510-8f2f-8136196c7bdb 2018-12-03 15:27:37,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.15039515495s 2018-12-03 15:27:37,841 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb/action used request id req-7b161a47-2a76-4510-8f2f-8136196c7bdb 2018-12-03 15:27:37,841 - 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 519731448 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.131639] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133282] pid_max: default: 32768 minimum: 301 [ 0.134174] ACPI: Core revision 20150930 [ 0.135538] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136844] Security Framework initialized [ 0.137659] Yama: becoming mindful. [ 0.138388] AppArmor: AppArmor initialized [ 0.139251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140581] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141910] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143120] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144500] Initializing cgroup subsys io [ 0.145314] Initializing cgroup subsys memory [ 0.146176] Initializing cgroup subsys devices [ 0.147059] Initializing cgroup subsys freezer [ 0.147923] Initializing cgroup subsys net_cls [ 0.148788] Initializing cgroup subsys perf_event [ 0.149698] Initializing cgroup subsys net_prio [ 0.150581] Initializing cgroup subsys hugetlb [ 0.151450] Initializing cgroup subsys pids [ 0.152323] CPU: Physical Processor ID: 0 [ 0.153829] mce: CPU supports 10 MCE banks [ 0.154677] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155677] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167296] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173538] ftrace: allocating 31920 entries in 125 pages [ 0.199231] smpboot: Max logical packages: 1 [ 0.200087] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201561] x2apic enabled [ 0.202392] Switched APIC routing to physical x2apic. [ 0.204175] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205352] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207392] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209227] KVM setup paravirtual spinlock [ 0.210551] x86: Booted up 1 node, 1 CPUs [ 0.211391] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212800] devtmpfs: initialized [ 0.214485] evm: security.selinux [ 0.215179] evm: security.SMACK64 [ 0.215860] evm: security.SMACK64EXEC [ 0.216600] evm: security.SMACK64TRANSMUTE [ 0.217402] evm: security.SMACK64MMAP [ 0.218141] evm: security.ima [ 0.218774] evm: security.capability [ 0.219569] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221471] pinctrl core: initialized pinctrl subsystem [ 0.222565] RTC time: 15:27:33, date: 12/03/18 [ 0.223515] NET: Registered protocol family 16 [ 0.224482] cpuidle: using governor ladder [ 0.225298] cpuidle: using governor menu [ 0.226080] PCCT header not found. [ 0.226830] ACPI: bus type PCI registered [ 0.227630] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228862] PCI: Using configuration type 1 for base access [ 0.230593] ACPI: Added _OSI(Module Device) [ 0.231438] ACPI: Added _OSI(Processor Device) [ 0.232306] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.233213] ACPI: Added _OSI(Processor Aggregator Device) [ 0.235353] ACPI: Interpreter enabled [ 0.236133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239808] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241682] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243521] ACPI: (supports S0 S5) [ 0.244224] ACPI: Using IOAPIC for interrupt routing [ 0.245333] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249537] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251973] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254194] acpiphp: Slot [3] registered [ 0.254992] acpiphp: Slot [4] registered [ 0.255822] acpiphp: Slot [5] registered [ 0.256649] acpiphp: Slot [6] registered [ 0.257444] acpiphp: Slot [7] registered [ 0.258261] acpiphp: Slot [8] registered [ 0.259118] acpiphp: Slot [9] registered [ 0.259925] acpiphp: Slot [10] registered [ 0.260743] acpiphp: Slot [11] registered [ 0.261559] acpiphp: Slot [12] registered [ 0.262374] acpiphp: Slot [13] registered [ 0.263185] acpiphp: Slot [14] registered [ 0.263995] acpiphp: Slot [15] registered [ 0.274617] acpiphp: Slot [16] registered [ 0.275445] acpiphp: Slot [17] registered [ 0.276261] acpiphp: Slot [18] registered [ 0.277069] acpiphp: Slot [19] registered [ 0.277875] acpiphp: Slot [20] registered [ 0.278695] acpiphp: Slot [21] registered [ 0.279510] acpiphp: Slot [22] registered [ 0.280321] acpiphp: Slot [23] registered [ 0.281129] acpiphp: Slot [24] registered [ 0.281935] acpiphp: Slot [25] registered [ 0.282751] acpiphp: Slot [26] registered [ 0.283563] acpiphp: Slot [27] registered [ 0.284372] acpiphp: Slot [28] registered [ 0.285184] acpiphp: Slot [29] registered [ 0.285988] acpiphp: Slot [30] registered [ 0.286804] acpiphp: Slot [31] registered [ 0.287614] PCI host bridge to bus 0000:00 [ 0.288427] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.290859] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.293760] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.299992] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301266] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303708] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310129] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311549] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356972] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358471] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359953] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361387] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362769] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364034] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365179] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367913] vgaarb: loaded [ 0.368525] vgaarb: bridge control possible 0000:00:02.0 [ 0.369664] SCSI subsystem initialized [ 0.370486] ACPI: bus type USB registered [ 0.371306] usbcore: registered new interface driver usbfs [ 0.372332] usbcore: registered new interface driver hub [ 0.373343] usbcore: registered new device driver usb [ 0.374393] PCI: Using ACPI for IRQ routing [ 0.375437] NetLabel: Initializing [ 0.376162] NetLabel: domain hash size = 128 [ 0.377039] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378010] NetLabel: unlabeled traffic allowed by default [ 0.379101] clocksource: Switched to clocksource kvm-clock [ 0.384438] AppArmor: AppArmor Filesystem Enabled [ 0.385406] pnp: PnP ACPI init [ 0.386302] pnp: PnP ACPI: found 5 devices [ 0.392653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394344] NET: Registered protocol family 2 [ 0.395302] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396574] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.397739] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398893] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399971] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401172] NET: Registered protocol family 1 [ 0.402035] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403131] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.404204] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417917] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431904] Trying to unpack rootfs image as initramfs... [ 0.480786] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.494911] Scanning for low memory corruption every 60 seconds [ 0.496208] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.497336] audit: initializing netlink subsys (disabled) [ 0.498343] audit: type=2000 audit(1543850853.599:1): initialized [ 0.499638] Initialise system trusted keyring [ 0.500559] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501701] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503676] zbud: loaded [ 0.504370] VFS: Disk quotas dquot_6.6.0 [ 0.505177] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506665] fuse init (API version 7.23) [ 0.507545] Key type big_key registered [ 0.508341] Allocating IMA MOK and blacklist keyrings. [ 0.509442] Key type asymmetric registered [ 0.510256] Asymmetric key parser 'x509' registered [ 0.511206] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.512648] io scheduler noop registered [ 0.513431] io scheduler deadline registered (default) [ 0.514400] io scheduler cfq registered [ 0.515231] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.516261] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.517492] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518910] ACPI: Power Button [PWRF] [ 0.520124] GHES: HEST is not enabled! [ 0.533853] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564278] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567011] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590550] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.592657] Linux agpgart interface v0.103 [ 0.594698] brd: module loaded [ 0.595870] loop: module loaded [ 0.600211] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601662] GPT:90111 != 2097151 [ 0.602334] GPT:Alternate GPT header not at the end of the disk. [ 0.603422] GPT:90111 != 2097151 [ 0.604091] GPT: Use GNU Parted to correct GPT errors. [ 0.605041] vda: vda1 vda15 [ 0.606522] scsi host0: ata_piix [ 0.607259] scsi host1: ata_piix [ 0.607955] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.609153] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.610575] libphy: Fixed MDIO Bus: probed [ 0.611417] tun: Universal TUN/TAP device driver, 1.6 [ 0.612360] tun: (C) 1999-2004 Max Krasnyansky [ 0.614611] PPP generic driver version 2.4.2 [ 0.615502] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.616739] ehci-pci: EHCI PCI platform driver [ 0.617595] ehci-platform: EHCI generic platform driver [ 0.618567] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619682] ohci-pci: OHCI PCI platform driver [ 0.620546] ohci-platform: OHCI generic platform driver [ 0.621520] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635814] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636798] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638245] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639264] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.640373] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.642996] usb usb1: Product: UHCI Host Controller [ 0.643922] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646047] hub 1-0:1.0: USB hub found [ 0.646817] hub 1-0:1.0: 2 ports detected [ 0.647724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.649820] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.650770] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.651803] mousedev: PS/2 mouse device common for all mice [ 0.653064] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654884] rtc_cmos 00:00: RTC can wake from S4 [ 0.655975] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.657163] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.658336] i2c /dev entries driver [ 0.659088] device-mapper: uevent: version 1.0.3 [ 0.660024] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661627] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662884] NET: Registered protocol family 10 [ 0.663873] NET: Registered protocol family 17 [ 0.664754] Key type dns_resolver registered [ 0.665666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666738] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668467] registered taskstats version 1 [ 0.669296] Loading compiled-in X.509 certificates [ 0.670723] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672568] zswap: loaded using pool lzo/zbud [ 0.673924] Key type trusted registered [ 0.675479] Key type encrypted registered [ 0.676304] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677324] ima: No TPM chip found, activating TPM-bypass! [ 0.678348] evm: HMAC attrs: 0x1 [ 0.679280] Magic number: 14:777:486 [ 0.680131] rtc_cmos 00:00: setting system clock to 2018-12-03 15:27:33 UTC (1543850853) [ 0.681714] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.682826] EDD information not available. [ 0.768045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769591] Write protecting the kernel read-only data: 14336k [ 0.781528] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783334] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.826220] 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.98 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.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.13. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDi3XPI2y6+J2T0vrIkRI1thtz7+5dAicmzX8roT/IongWybpHnkAlz6KwAb7Zyy7o058evBldEOGWSPk9REt3Cw5Cahx335iaU9M2YUPGCHy0sfrg4ja6Qp6fQfzpDk++Ggz2rqb7JkV8EME0isDj3+VZ20OGZKYTGTFYApvXZo3QGnDoP5Kya6UW9EzsT4xeKixdvnqVvBit9vBoa3NG/QvYNp/IU0ZeaDewVygjdBqVw4/3aMPpVrFt7dWVy4jyc3TxfDY7ZqAd5p2uCkGDu91pGZmv015gqg/70oL+/GrDeW5kCbduHakjnb/RmN97x2cfTfs+cfLw7924md0Vt root@vping-ssh-vm-a5ed61ac-a786-4c62-afbb-678a03699fea ssh-dss AAAAB3NzaC1kc3MAAACBAOpyyv53+KI3BrC5H2wIACKY56SSaryMtJ3H8hCbNIAOJyrmWG2i4JNMYaG0kGhiijkEVhHpAKaGciSqEAJSSL5LUsAfrRXx6X6dRAiyYIqqq5UDdGhzCuN6ujSKPQuYFtNMeziVbE3t6JXtSnj/bnvPYSPdOVwtBrRPRlE5/qfrAAAAFQCPt0OJy3bwYM9nxlo0l0J3sBbQjwAAAIBH0ERhFEMqYFSVyW+0WCEjCaJYh/jsWpOXkYTSih5lmIBkFFgsNGfRPXeHLkHSNj+2mJeZV7l860RZh8ATvpG194L+4hS1P49OpkuKlyK+jmINUxUlAu1ugziw54VYm54roisv5ZR3OoLgFv6O7qCTvKz1cDqKjzeaaiAvIprAugAAAIBL908YcOgAVyjpfCSP75lC8sFSl6czT/feJSriczkKuAXyd6w27X6gGLHM8rP89KXqntwsS2FyOgpWxNXpZ5RAH7uUP6GD+FsKDUfpOy8XabOrX0x33VYcySMxuvpY9868d9n5tt9ziYIXGiAjf39B/UBhexzBEeWP9gWAzElt6A== root@vping-ssh-vm-a5ed61ac-a786-4c62-afbb-678a03699fea -----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:fe4e:8890/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-a5ed61ac-a786-4c62-afbb-678a03699fea launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.68 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-a5ed61ac-a786-4c62-afbb-678a03699fea login: 2018-12-03 15:27:37,846 - paramiko.transport - DEBUG - starting thread (client mode): 0x5fa39d10L 2018-12-03 15:27:37,846 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 15:27:37,847 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 15:27:37,847 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 15:27:37,848 - 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-12-03 15:27:37,849 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 15:27:37,849 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 15:27:37,849 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 15:27:37,849 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 15:27:37,849 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 15:27:37,911 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 15:27:37,913 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 15:27:37,924 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: d60401ec533aa7a92a2fe57f1d5a65ab 2018-12-03 15:27:37,926 - paramiko.transport - DEBUG - Trying key fde0b6f93dc0cd7db295a9556963e381 from /tmp/tmpU9tHd4 2018-12-03 15:27:37,951 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 15:27:39,626 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 15:27:39,630 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 15:27:39,631 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-03 15:27:39,631 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 15:27:39,633 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 15:27:39,635 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-03 15:27:39,636 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.6 (192.168.120.6): 56 data bytes 64 bytes from 192.168.120.6: seq=0 ttl=64 time=1.248 ms --- 192.168.120.6 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.248/1.248/1.248 ms 2018-12-03 15:27:39,636 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-12-03 15:27:39,642 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-03 15:27:39,753 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-03 15:27:39,754 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-12-03 15:27:39,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-03 15:27:39,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/10803126-db46-4a14-87b9-ed493209db4c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:39,889 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:27: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-d90ad457-3b60-4f29-a2be-0f7a064d7c56 x-compute-request-id: req-d90ad457-3b60-4f29-a2be-0f7a064d7c56 Content-Type: application/json 2018-12-03 15:27:39,889 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/10803126-db46-4a14-87b9-ed493209db4c used request id req-d90ad457-3b60-4f29-a2be-0f7a064d7c56 2018-12-03 15:27:39,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.129589080811s 2018-12-03 15:27:39,889 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/10803126-db46-4a14-87b9-ed493209db4c used request id req-d90ad457-3b60-4f29-a2be-0f7a064d7c56 2018-12-03 15:27:39,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:27:39,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:40,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27: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-03e1c476-4ad3-44ea-b369-f55eedbed846 x-compute-request-id: req-03e1c476-4ad3-44ea-b369-f55eedbed846 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:88:90", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:88:90", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:27:32.000000", "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "f175dda2-18dd-4900-ad9f-574b3af06dcb", "security_groups": [{"name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}], "user_id": "c78ede91b332476a9eb184d3861cb590", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:27:32Z", "hostId": "5ee5b4bf282b0ff3fa81c0d0e96648ccfd307fa19ca18035ae544847", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea", "name": "vping_ssh-vm_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:25Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:d1:41", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/10803126-db46-4a14-87b9-ed493209db4c", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:27:21.000000", "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "10803126-db46-4a14-87b9-ed493209db4c", "security_groups": [{"name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}], "user_id": "c78ede91b332476a9eb184d3861cb590", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:27:39Z", "hostId": "e4a2412181ef69b5f5f295a1943af7440af8ddfbb8c50319d09c65e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:14Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:27:40,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-03e1c476-4ad3-44ea-b369-f55eedbed846 2018-12-03 15:27:40,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521996974945s 2018-12-03 15:27:40,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-03e1c476-4ad3-44ea-b369-f55eedbed846 2018-12-03 15:27:40,415 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:27:42,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:27:42,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:42,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27: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-6e699b32-3900-4b51-bf81-935047022865 x-compute-request-id: req-6e699b32-3900-4b51-bf81-935047022865 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:88:90", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:88:90", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:27:32.000000", "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "f175dda2-18dd-4900-ad9f-574b3af06dcb", "security_groups": [{"name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}], "user_id": "c78ede91b332476a9eb184d3861cb590", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:27:32Z", "hostId": "5ee5b4bf282b0ff3fa81c0d0e96648ccfd307fa19ca18035ae544847", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea", "name": "vping_ssh-vm_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:25Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:27:42,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6e699b32-3900-4b51-bf81-935047022865 2018-12-03 15:27:42,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356101989746s 2018-12-03 15:27:42,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6e699b32-3900-4b51-bf81-935047022865 2018-12-03 15:27:42,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-03 15:27:42,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/1baaa33f-dc81-4b8c-8bfe-8486b1450efb.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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:43,831 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e60a221e-5664-4d45-aae7-f406ca0bf867 Content-Length: 0 Date: Mon, 03 Dec 2018 15:27:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:27:43,831 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/1baaa33f-dc81-4b8c-8bfe-8486b1450efb.json used request id req-e60a221e-5664-4d45-aae7-f406ca0bf867 2018-12-03 15:27:43,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.05284881592s 2018-12-03 15:27:43,831 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/1baaa33f-dc81-4b8c-8bfe-8486b1450efb.json used request id req-e60a221e-5664-4d45-aae7-f406ca0bf867 2018-12-03 15:27:43,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 15:27:43,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:43,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e8cc14db-d30e-4f90-af2c-efef569fc6d2 Date: Mon, 03 Dec 2018 15:27:43 GMT RESP BODY: {"floatingips": []} 2018-12-03 15:27:43,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-e8cc14db-d30e-4f90-af2c-efef569fc6d2 2018-12-03 15:27:43,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0228629112244s 2018-12-03 15:27:43,860 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-e8cc14db-d30e-4f90-af2c-efef569fc6d2 2018-12-03 15:27:43,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-03 15:27:43,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:44,051 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:27: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-7d686cda-c40a-4ad7-907b-d76c85d5c450 x-compute-request-id: req-7d686cda-c40a-4ad7-907b-d76c85d5c450 Content-Type: application/json 2018-12-03 15:27:44,051 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb used request id req-7d686cda-c40a-4ad7-907b-d76c85d5c450 2018-12-03 15:27:44,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.190730810165s 2018-12-03 15:27:44,052 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb used request id req-7d686cda-c40a-4ad7-907b-d76c85d5c450 2018-12-03 15:27:44,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:27:44,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:44,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27: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-08e94c7b-3648-4764-aeb0-8c9e3eab2cce x-compute-request-id: req-08e94c7b-3648-4764-aeb0-8c9e3eab2cce Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:88:90", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:88:90", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f175dda2-18dd-4900-ad9f-574b3af06dcb", "rel": "bookmark"}], "image": {"id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "links": [{"href": "http://172.30.9.30:8774/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:27:32.000000", "flavor": {"id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "links": [{"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}]}, "id": "f175dda2-18dd-4900-ad9f-574b3af06dcb", "security_groups": [{"name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}], "user_id": "c78ede91b332476a9eb184d3861cb590", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:27:43Z", "hostId": "5ee5b4bf282b0ff3fa81c0d0e96648ccfd307fa19ca18035ae544847", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea", "name": "vping_ssh-vm_a5ed61ac-a786-4c62-afbb-678a03699fea", "created": "2018-12-03T15:27:25Z", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:27:44,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-08e94c7b-3648-4764-aeb0-8c9e3eab2cce 2018-12-03 15:27:44,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.401294946671s 2018-12-03 15:27:44,454 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-08e94c7b-3648-4764-aeb0-8c9e3eab2cce 2018-12-03 15:27:44,455 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:27:46,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:27:46,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:46,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27: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-c77de88c-b937-4721-ac12-504b756b54c1 x-compute-request-id: req-c77de88c-b937-4721-ac12-504b756b54c1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 15:27:46,544 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c77de88c-b937-4721-ac12-504b756b54c1 2018-12-03 15:27:46,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0859508514404s 2018-12-03 15:27:46,544 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c77de88c-b937-4721-ac12-504b756b54c1 2018-12-03 15:27:46,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 15:27:46,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:46,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-6f9f5d5f-339b-4670-b657-ea53df3a00af Date: Mon, 03 Dec 2018 15:27:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:26:57Z", "updated_at": "2018-12-03T15:26:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "61c08319-29be-44d4-ad2d-79e5a7b3470f", "remote_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "875b6603-79f7-45e1-a91e-b3cb2ebce15a", "remote_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv6", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "93bf601b-c05d-4c3e-b094-ca849f09747a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv6", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "b007ef6f-5cc1-42c1-97e1-878c48d69bbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}], "revision_number": 4, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:27:10Z", "updated_at": "2018-12-03T15:27:11Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T15:27:11Z", "revision_number": 0, "id": "5b37e098-f9c2-4f63-9573-f531797dee55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:27:11Z", "security_group_id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": 22, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:27:10Z", "revision_number": 0, "id": "68e7baa6-ea9e-487b-9e3e-f711458a95d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:27:10Z", "security_group_id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:27:11Z", "revision_number": 0, "id": "7b94b707-1c48-4003-a4c6-e6abfd8f0500", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:27:11Z", "security_group_id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:27:10Z", "revision_number": 0, "id": "cf5b0c72-4af3-4e85-8fc9-5cd7560193ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:27:10Z", "security_group_id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv6", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}], "revision_number": 4, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "id": "4c2ef6f1-2b5b-40d8-8772-824dea28f0f7", "name": "vping_ssh-sg_a5ed61ac-a786-4c62-afbb-678a03699fea"}]} 2018-12-03 15:27:46,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-6f9f5d5f-339b-4670-b657-ea53df3a00af 2018-12-03 15:27:46,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0516710281372s 2018-12-03 15:27:46,600 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-6f9f5d5f-339b-4670-b657-ea53df3a00af 2018-12-03 15:27:46,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-03 15:27:46,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/4c2ef6f1-2b5b-40d8-8772-824dea28f0f7.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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:46,760 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f29c4126-f947-4e2c-a85b-eff7b98b3fab Content-Length: 0 Date: Mon, 03 Dec 2018 15:27:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:27:46,760 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/4c2ef6f1-2b5b-40d8-8772-824dea28f0f7.json used request id req-f29c4126-f947-4e2c-a85b-eff7b98b3fab 2018-12-03 15:27:46,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.156733036041s 2018-12-03 15:27:46,761 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/4c2ef6f1-2b5b-40d8-8772-824dea28f0f7.json used request id req-f29c4126-f947-4e2c-a85b-eff7b98b3fab 2018-12-03 15:27:46,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-12-03 15:27:46,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:46,804 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:27: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-18b56595-ee0a-4642-bd3c-65e8cdb0a2e2 x-compute-request-id: req-18b56595-ee0a-4642-bd3c-65e8cdb0a2e2 Content-Length: 0 Content-Type: application/json 2018-12-03 15:27:46,804 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea used request id req-18b56595-ee0a-4642-bd3c-65e8cdb0a2e2 2018-12-03 15:27:46,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0431621074677s 2018-12-03 15:27:46,804 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_a5ed61ac-a786-4c62-afbb-678a03699fea used request id req-18b56595-ee0a-4642-bd3c-65e8cdb0a2e2 2018-12-03 15:27:46,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-03 15:27:46,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9/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}8e859059366d06608dbe909eaaa4b20cdbb03e07" -d '{"subnet_id": "1221632c-2e85-400b-93ab-71a8e97c0b79"}' 2018-12-03 15:27:48,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9948ef8a-7178-4cdd-8c8c-85050ce9f2f8 Date: Mon, 03 Dec 2018 15:27:48 GMT RESP BODY: {"network_id": "5a851b06-0eef-4bb8-b030-60ce3487d735", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "subnet_id": "1221632c-2e85-400b-93ab-71a8e97c0b79", "subnet_ids": ["1221632c-2e85-400b-93ab-71a8e97c0b79"], "port_id": "d93805be-9476-4cee-9a18-45d3d3e3b4c1", "id": "7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9"} 2018-12-03 15:27:48,156 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9/remove_router_interface.json used request id req-9948ef8a-7178-4cdd-8c8c-85050ce9f2f8 2018-12-03 15:27:48,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.35125803947s 2018-12-03 15:27:48,157 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9/remove_router_interface.json used request id req-9948ef8a-7178-4cdd-8c8c-85050ce9f2f8 returning object 7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9 2018-12-03 15:27:48,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-03 15:27:48,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:48,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-6b07ef47-954c-459f-9e65-0f69aaf37341 Date: Mon, 03 Dec 2018 15:27:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:27:00Z", "admin_state_up": true, "updated_at": "2018-12-03T15:27:47Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "id": "7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9", "name": "vping_ssh-router_a5ed61ac-a786-4c62-afbb-678a03699fea"}]} 2018-12-03 15:27:48,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-6b07ef47-954c-459f-9e65-0f69aaf37341 2018-12-03 15:27:48,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0678300857544s 2018-12-03 15:27:48,226 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-6b07ef47-954c-459f-9e65-0f69aaf37341 2018-12-03 15:27:48,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-03 15:27:48,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9.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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:51,967 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a3a4b15-928d-45c9-880b-2849c8ab0d9a Content-Length: 0 Date: Mon, 03 Dec 2018 15:27:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:27:51,967 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9.json used request id req-9a3a4b15-928d-45c9-880b-2849c8ab0d9a 2018-12-03 15:27:51,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.74010491371s 2018-12-03 15:27:51,967 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/7bb72f9b-07d1-4edf-b67e-6ee33b8c01d9.json used request id req-9a3a4b15-928d-45c9-880b-2849c8ab0d9a 2018-12-03 15:27:51,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-03 15:27:51,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:52,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-18930db7-d702-40ed-bc6d-f180a66e5223 Date: Mon, 03 Dec 2018 15:27:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a851b06-0eef-4bb8-b030-60ce3487d735","tenant_id":"06d5f5ad7db04a1eba308f78d39a0200","created_at":"2018-12-03T15:26:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T15:26:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"06d5f5ad7db04a1eba308f78d39a0200","id":"1221632c-2e85-400b-93ab-71a8e97c0b79","subnetpool_id":null,"name":"vping_ssh-subnet_a5ed61ac-a786-4c62-afbb-678a03699fea"}]} 2018-12-03 15:27:52,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-18930db7-d702-40ed-bc6d-f180a66e5223 2018-12-03 15:27:52,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0562899112701s 2018-12-03 15:27:52,025 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-18930db7-d702-40ed-bc6d-f180a66e5223 2018-12-03 15:27:52,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-03 15:27:52,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/1221632c-2e85-400b-93ab-71a8e97c0b79.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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:54,351 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6df4cf28-3d47-4c99-aced-b604c04f9b26 Date: Mon, 03 Dec 2018 15:27:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:27:54,352 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/1221632c-2e85-400b-93ab-71a8e97c0b79.json used request id req-6df4cf28-3d47-4c99-aced-b604c04f9b26 2018-12-03 15:27:54,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.32586693764s 2018-12-03 15:27:54,352 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/1221632c-2e85-400b-93ab-71a8e97c0b79.json used request id req-6df4cf28-3d47-4c99-aced-b604c04f9b26 2018-12-03 15:27:54,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:27:54,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:54,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1196 X-Openstack-Request-Id: req-0f2c106c-5ebb-4892-90b2-cbb7d5def8ee Date: Mon, 03 Dec 2018 15:27: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":[],"updated_at":"2018-12-03T15:27:54Z","tenant_id":"06d5f5ad7db04a1eba308f78d39a0200","created_at":"2018-12-03T15:26:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"06d5f5ad7db04a1eba308f78d39a0200","id":"5a851b06-0eef-4bb8-b030-60ce3487d735","name":"vping_ssh-net_a5ed61ac-a786-4c62-afbb-678a03699fea"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 15:27:54,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-0f2c106c-5ebb-4892-90b2-cbb7d5def8ee 2018-12-03 15:27:54,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.143783092499s 2018-12-03 15:27:54,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-0f2c106c-5ebb-4892-90b2-cbb7d5def8ee 2018-12-03 15:27:54,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-03 15:27:54,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/5a851b06-0eef-4bb8-b030-60ce3487d735.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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:55,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ffc67f1-f1e2-470d-8276-e0919b26ad11 Date: Mon, 03 Dec 2018 15:27:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:27:55,692 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5a851b06-0eef-4bb8-b030-60ce3487d735.json used request id req-5ffc67f1-f1e2-470d-8276-e0919b26ad11 2018-12-03 15:27:55,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.19433283806s 2018-12-03 15:27:55,692 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5a851b06-0eef-4bb8-b030-60ce3487d735.json used request id req-5ffc67f1-f1e2-470d-8276-e0919b26ad11 2018-12-03 15:27:55,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:27:55,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:55,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-fbf0c315-eaf7-4570-a851-94a123df3e2c Date: Mon, 03 Dec 2018 15:27:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/snap", "metadata": {}}], "file": "/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/file", "owner": "06d5f5ad7db04a1eba308f78d39a0200", "id": "8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "size": 12716032, "self": "/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:27:09Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a5ed61ac-a786-4c62-afbb-678a03699fea", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:27:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:27:55,725 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-fbf0c315-eaf7-4570-a851-94a123df3e2c 2018-12-03 15:27:55,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0323750972748s 2018-12-03 15:27:55,726 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-fbf0c315-eaf7-4570-a851-94a123df3e2c 2018-12-03 15:27:55,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 15:27:55,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e859059366d06608dbe909eaaa4b20cdbb03e07" 2018-12-03 15:27:56,559 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e687d222-823b-4915-ac34-9435abb81e85 Date: Mon, 03 Dec 2018 15:27:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:27:56,559 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0 used request id req-e687d222-823b-4915-ac34-9435abb81e85 2018-12-03 15:27:56,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.831551074982s 2018-12-03 15:27:56,559 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/8fabe2c9-5de0-4efc-a4d6-54ed28eb77f0 used request id req-e687d222-823b-4915-ac34-9435abb81e85 2018-12-03 15:27:56,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 15:27:56,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:27:56,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27: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-a7fdff83-fe94-4321-bb6e-067b44beffda x-compute-request-id: req-a7fdff83-fe94-4321-bb6e-067b44beffda Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "59117a35-4efd-4ee0-b664-f1f78a51d2d3", "name": "vping_ssh-flavor_a5ed61ac-a786-4c62-afbb-678a03699fea", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 15:27:56,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-a7fdff83-fe94-4321-bb6e-067b44beffda 2018-12-03 15:27:56,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0326888561249s 2018-12-03 15:27:56,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-a7fdff83-fe94-4321-bb6e-067b44beffda 2018-12-03 15:27:56,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 15:27:56,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:27:56,637 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:27: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-b779c9d3-f551-4457-a14f-8ace683b8c1d x-compute-request-id: req-b779c9d3-f551-4457-a14f-8ace683b8c1d Content-Length: 0 Content-Type: application/json 2018-12-03 15:27:56,637 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3 used request id req-b779c9d3-f551-4457-a14f-8ace683b8c1d 2018-12-03 15:27:56,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.043398141861s 2018-12-03 15:27:56,638 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/59117a35-4efd-4ee0-b664-f1f78a51d2d3 used request id req-b779c9d3-f551-4457-a14f-8ace683b8c1d 2018-12-03 15:27:56,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:27:56,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:27:56,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44fe2382-2075-4a54-a94e-6c239ce6cd4b Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_a5ed61ac-a786-4c62-afbb-678a03699fea", "links": {"self": "http://172.30.9.30:5000/v3/users/c78ede91b332476a9eb184d3861cb590"}, "domain_id": "default", "enabled": true, "id": "c78ede91b332476a9eb184d3861cb590", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:27:56,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-44fe2382-2075-4a54-a94e-6c239ce6cd4b 2018-12-03 15:27:56,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0905070304871s 2018-12-03 15:27:56,729 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-44fe2382-2075-4a54-a94e-6c239ce6cd4b 2018-12-03 15:27:56,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:27:56,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/c78ede91b332476a9eb184d3861cb590 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:27:56,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ce40841-4a4c-426d-9cdc-ed36d7ef8a54 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/c78ede91b332476a9eb184d3861cb590"}, "enabled": true, "id": "c78ede91b332476a9eb184d3861cb590", "options": {}, "domain_id": "default", "name": "vping_ssh-user_a5ed61ac-a786-4c62-afbb-678a03699fea"}} 2018-12-03 15:27:56,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/c78ede91b332476a9eb184d3861cb590 used request id req-8ce40841-4a4c-426d-9cdc-ed36d7ef8a54 2018-12-03 15:27:56,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102684020996s 2018-12-03 15:27:56,838 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/c78ede91b332476a9eb184d3861cb590 used request id req-8ce40841-4a4c-426d-9cdc-ed36d7ef8a54 2018-12-03 15:27:56,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 15:27:56,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/c78ede91b332476a9eb184d3861cb590 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:27:57,019 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:27:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a7e8bbf-ae9e-4041-bf2c-64c9ac7b6123 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:27:57,019 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/c78ede91b332476a9eb184d3861cb590 used request id req-2a7e8bbf-ae9e-4041-bf2c-64c9ac7b6123 2018-12-03 15:27:57,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.18082690239s 2018-12-03 15:27:57,020 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/c78ede91b332476a9eb184d3861cb590 used request id req-2a7e8bbf-ae9e-4041-bf2c-64c9ac7b6123 2018-12-03 15:27:57,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:27:57,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:27:57,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8445982-9772-4222-992e-1d49587a445e Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.30:5000/v3/projects/06d5f5ad7db04a1eba308f78d39a0200"}, "enabled": true, "id": "06d5f5ad7db04a1eba308f78d39a0200", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_a5ed61ac-a786-4c62-afbb-678a03699fea"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:27:57,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-f8445982-9772-4222-992e-1d49587a445e 2018-12-03 15:27:57,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.071907043457s 2018-12-03 15:27:57,093 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-f8445982-9772-4222-992e-1d49587a445e 2018-12-03 15:27:57,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 15:27:57,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/06d5f5ad7db04a1eba308f78d39a0200 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:27:57,256 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:27:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b29ae7c7-6161-495d-a473-3799aa8c70b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:27:57,256 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/06d5f5ad7db04a1eba308f78d39a0200 used request id req-b29ae7c7-6161-495d-a473-3799aa8c70b8 2018-12-03 15:27:57,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.161427021027s 2018-12-03 15:27:57,257 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/06d5f5ad7db04a1eba308f78d39a0200 used request id req-b29ae7c7-6161-495d-a473-3799aa8c70b8 2018-12-03 15:27:57,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:27:57,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:27:57,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ad9070f-af80-48e2-8e69-167f89aad687 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "6449a3c192c549ae91dcbed95b79b894", "links": {"self": "http://172.30.9.30:5000/v3/roles/6449a3c192c549ae91dcbed95b79b894"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:27:57,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9ad9070f-af80-48e2-8e69-167f89aad687 2018-12-03 15:27:57,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0771961212158s 2018-12-03 15:27:57,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 15:27:57,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/6449a3c192c549ae91dcbed95b79b894 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:27:57,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:27:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e82cc54-01fd-49c7-9cdf-9df9efb41d4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:27:57,445 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/6449a3c192c549ae91dcbed95b79b894 used request id req-8e82cc54-01fd-49c7-9cdf-9df9efb41d4e 2018-12-03 15:27:57,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.109631061554s 2018-12-03 15:27:57,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 15:27:57,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=06d5f5ad7db04a1eba308f78d39a0200&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}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:27:57,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-711c1905-ade4-44ab-b5e5-28e53bc81f63 Date: Mon, 03 Dec 2018 15:27:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:26:57Z", "updated_at": "2018-12-03T15:26:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "61c08319-29be-44d4-ad2d-79e5a7b3470f", "remote_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "875b6603-79f7-45e1-a91e-b3cb2ebce15a", "remote_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv6", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "93bf601b-c05d-4c3e-b094-ca849f09747a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv6", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "b007ef6f-5cc1-42c1-97e1-878c48d69bbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}], "revision_number": 4, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "name": "default"}]} 2018-12-03 15:27:57,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=06d5f5ad7db04a1eba308f78d39a0200&name=default used request id req-711c1905-ade4-44ab-b5e5-28e53bc81f63 2018-12-03 15:27:57,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.187056779861s 2018-12-03 15:27:57,636 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=06d5f5ad7db04a1eba308f78d39a0200&name=default used request id req-711c1905-ade4-44ab-b5e5-28e53bc81f63 2018-12-03 15:27:57,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 15:27:57,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:27:57,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-99ee4e6d-4aac-477b-af74-e993f1a18aba Date: Mon, 03 Dec 2018 15:27:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "created_at": "2018-12-03T15:26:57Z", "updated_at": "2018-12-03T15:26:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "93bf601b-c05d-4c3e-b094-ca849f09747a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv6", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "875b6603-79f7-45e1-a91e-b3cb2ebce15a", "remote_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv6", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "b007ef6f-5cc1-42c1-97e1-878c48d69bbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:26:57Z", "revision_number": 0, "id": "61c08319-29be-44d4-ad2d-79e5a7b3470f", "remote_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "remote_ip_prefix": null, "created_at": "2018-12-03T15:26:57Z", "security_group_id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "tenant_id": "06d5f5ad7db04a1eba308f78d39a0200", "port_range_min": null, "ethertype": "IPv4", "project_id": "06d5f5ad7db04a1eba308f78d39a0200"}], "revision_number": 4, "project_id": "06d5f5ad7db04a1eba308f78d39a0200", "id": "02bac82c-864e-4020-8f2e-e24fcf8f39ea", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 15:27:57,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-99ee4e6d-4aac-477b-af74-e993f1a18aba 2018-12-03 15:27:57,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199437856674s 2018-12-03 15:27:57,839 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-99ee4e6d-4aac-477b-af74-e993f1a18aba 2018-12-03 15:27:57,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-03 15:27:57,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/02bac82c-864e-4020-8f2e-e24fcf8f39ea.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}3a4c2380310f6492af3e916750947e4f16a4c150" 2018-12-03 15:27:58,137 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-503f2596-0794-4200-8895-031775aa28aa Content-Length: 0 Date: Mon, 03 Dec 2018 15:27:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:27:58,137 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/02bac82c-864e-4020-8f2e-e24fcf8f39ea.json used request id req-503f2596-0794-4200-8895-031775aa28aa 2018-12-03 15:27:58,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.293804883957s 2018-12-03 15:27:58,138 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/02bac82c-864e-4020-8f2e-e24fcf8f39ea.json used request id req-503f2596-0794-4200-8895-031775aa28aa 2018-12-03 15:27:58,188 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-12-03 15:27:58,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 15:27:58,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 15:27:58,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 15:27:58,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 15:27:58,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 15:27:58,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 15:27:58,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 15:27:58,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 15:27:58,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 15:27:58,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 15:27:58,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 15:27:58,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 15:27:58,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 15:27:58,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 15:27:58,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 15:27:58,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 15:27:58,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 15:27:58,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 15:27:58,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 15:27:58,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 15:27:58,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 15:27:58,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 15:27:58,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 15:27:58,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 15:27:58,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 15:27:58,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26a8a04d-0451-4031-bde5-da84f8a7cc08 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:27:58,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-26a8a04d-0451-4031-bde5-da84f8a7cc08 2018-12-03 15:27:58,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:27:58,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:27:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["X32ZnhpwRBKTJ31LVpq14Q"], "issued_at": "2018-12-03T15:27:58.000000Z"}} 2018-12-03 15:27:58,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:27:58,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:27:58,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-4f37371e-a43d-4230-821a-59816cf479e8 Date: Mon, 03 Dec 2018 15:27:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:27:58,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4f37371e-a43d-4230-821a-59816cf479e8 2018-12-03 15:27:58,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.228282928467s 2018-12-03 15:27:58,853 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4f37371e-a43d-4230-821a-59816cf479e8 2018-12-03 15:27:58,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 15:27:58,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:27:58,863 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:27: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:27:58,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:27:58,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b75f07b2-9154-4fec-b091-8e8b507dc9c6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 15:27:58,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-b75f07b2-9154-4fec-b091-8e8b507dc9c6 2018-12-03 15:27:58,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.10685801506s 2018-12-03 15:27:58,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 15:27:58,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_b8119bec-75f9-4db7-8861-2a03364beb3c"}}' 2018-12-03 15:27:59,080 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:27:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18bc83e0-c588-4f4f-8c07-42987e941a76 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.30:5000/v3/projects/b8bb6674ed574044a49dce46b7d54d6d"}, "enabled": true, "id": "b8bb6674ed574044a49dce46b7d54d6d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_b8119bec-75f9-4db7-8861-2a03364beb3c"}} 2018-12-03 15:27:59,080 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-18bc83e0-c588-4f4f-8c07-42987e941a76 2018-12-03 15:27:59,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.118329048157s 2018-12-03 15:27:59,081 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-18bc83e0-c588-4f4f-8c07-42987e941a76 2018-12-03 15:27:59,081 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_b8119bec-75f9-4db7-8861-2a03364beb3c', 'id': u'b8bb6674ed574044a49dce46b7d54d6d', '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-12-03 15:27:59,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 15:27:59,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357249975204s 2018-12-03 15:27:59,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/93b2dd799d2748a4a667613a1351562c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:27:59,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18ecb2ea-ba00-4cb6-95ee-4a318c59f436 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/93b2dd799d2748a4a667613a1351562c"}, "enabled": true, "id": "93b2dd799d2748a4a667613a1351562c", "options": {}, "domain_id": "default", "name": "vping_userdata-user_b8119bec-75f9-4db7-8861-2a03364beb3c"}} 2018-12-03 15:27:59,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/93b2dd799d2748a4a667613a1351562c used request id req-18ecb2ea-ba00-4cb6-95ee-4a318c59f436 2018-12-03 15:27:59,638 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'93b2dd799d2748a4a667613a1351562c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_b8119bec-75f9-4db7-8861-2a03364beb3c'}) 2018-12-03 15:27:59,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:27:59,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:27:59,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b17f96e4-ed9c-4d23-b36b-3f4adf90d899 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:27:59,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b17f96e4-ed9c-4d23-b36b-3f4adf90d899 2018-12-03 15:27:59,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0803000926971s 2018-12-03 15:27:59,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:27:59,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:27:59,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90260e27-b3cf-431c-abb7-987e4c1e3e0b Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:27:59,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-90260e27-b3cf-431c-abb7-987e4c1e3e0b 2018-12-03 15:27:59,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0740430355072s 2018-12-03 15:27:59,795 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 15:27:59,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 15:27:59,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" -d '{"role": {"name": "Member"}}' 2018-12-03 15:27:59,900 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36eb9590-9104-4502-9c98-89d6d6e26a6d Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1adb14051e794d5faff52e52f76d0961", "links": {"self": "http://172.30.9.30:5000/v3/roles/1adb14051e794d5faff52e52f76d0961"}, "name": "Member"}} 2018-12-03 15:27:59,900 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-36eb9590-9104-4502-9c98-89d6d6e26a6d 2018-12-03 15:27:59,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.10448884964s 2018-12-03 15:27:59,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/1adb14051e794d5faff52e52f76d0961 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:27:59,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ec10325-7f53-44b0-bd7f-a72822b09a60 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/1adb14051e794d5faff52e52f76d0961"}, "domain_id": null, "name": "Member", "id": "1adb14051e794d5faff52e52f76d0961"}} 2018-12-03 15:27:59,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/1adb14051e794d5faff52e52f76d0961 used request id req-5ec10325-7f53-44b0-bd7f-a72822b09a60 2018-12-03 15:27:59,986 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/1adb14051e794d5faff52e52f76d0961'}, 'domain_id': None, 'human_id': None, 'id': u'1adb14051e794d5faff52e52f76d0961', 'HUMAN_ID': False}) 2018-12-03 15:27:59,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:27:59,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:00,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98cd068b-8ba5-4524-b2af-bd098b18c82b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1adb14051e794d5faff52e52f76d0961", "links": {"self": "http://172.30.9.30:5000/v3/roles/1adb14051e794d5faff52e52f76d0961"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:28:00,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-98cd068b-8ba5-4524-b2af-bd098b18c82b 2018-12-03 15:28:00,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0732619762421s 2018-12-03 15:28:00,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:28:00,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:00,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a041631-320d-48ef-8d2f-6af83f573032 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:28:00,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-7a041631-320d-48ef-8d2f-6af83f573032 2018-12-03 15:28:00,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0791630744934s 2018-12-03 15:28:00,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:28:00,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:00,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1270b2eb-df04-48cf-a78d-0633f453d59d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_b8119bec-75f9-4db7-8861-2a03364beb3c", "links": {"self": "http://172.30.9.30:5000/v3/users/93b2dd799d2748a4a667613a1351562c"}, "domain_id": "default", "enabled": true, "id": "93b2dd799d2748a4a667613a1351562c", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:28:00,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1270b2eb-df04-48cf-a78d-0633f453d59d 2018-12-03 15:28:00,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0979969501495s 2018-12-03 15:28:00,239 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1270b2eb-df04-48cf-a78d-0633f453d59d 2018-12-03 15:28:00,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:28:00,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:00,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aaa0caa-b198-4394-aad2-c961ca337822 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/b8bb6674ed574044a49dce46b7d54d6d"}, "enabled": true, "id": "b8bb6674ed574044a49dce46b7d54d6d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_b8119bec-75f9-4db7-8861-2a03364beb3c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:28:00,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-8aaa0caa-b198-4394-aad2-c961ca337822 2018-12-03 15:28:00,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0733470916748s 2018-12-03 15:28:00,320 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-8aaa0caa-b198-4394-aad2-c961ca337822 2018-12-03 15:28:00,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:28:00,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=93b2dd799d2748a4a667613a1351562c&scope.project.id=b8bb6674ed574044a49dce46b7d54d6d&role.id=1adb14051e794d5faff52e52f76d0961 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:00,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e99c4c7a-87f9-4a58-ade1-40ea652c88e4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=93b2dd799d2748a4a667613a1351562c&scope.project.id=b8bb6674ed574044a49dce46b7d54d6d&role.id=1adb14051e794d5faff52e52f76d0961", "previous": null, "next": null}} 2018-12-03 15:28:00,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=93b2dd799d2748a4a667613a1351562c&scope.project.id=b8bb6674ed574044a49dce46b7d54d6d&role.id=1adb14051e794d5faff52e52f76d0961 used request id req-e99c4c7a-87f9-4a58-ade1-40ea652c88e4 2018-12-03 15:28:00,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0805599689484s 2018-12-03 15:28:00,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:28:00,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/b8bb6674ed574044a49dce46b7d54d6d/users/93b2dd799d2748a4a667613a1351562c/roles/1adb14051e794d5faff52e52f76d0961 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:00,574 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2740335-0b10-4c0a-bf7e-e9730e1ab349 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:28:00,574 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/b8bb6674ed574044a49dce46b7d54d6d/users/93b2dd799d2748a4a667613a1351562c/roles/1adb14051e794d5faff52e52f76d0961 used request id req-e2740335-0b10-4c0a-bf7e-e9730e1ab349 2018-12-03 15:28:00,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.170922040939s 2018-12-03 15:28:00,575 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_b8119bec-75f9-4db7-8861-2a03364beb3c', 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': 'c7dbf8ec-8c0e-438d-b139-8c09621c38d2', 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_b8119bec-75f9-4db7-8861-2a03364beb3c', 'project_id': u'b8bb6674ed574044a49dce46b7d54d6d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 15:28:00,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 15:28:00,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 15:28:00,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 15:28:00,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 15:28:00,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 15:28:00,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 15:28:00,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 15:28:00,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 15:28:00,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 15:28:00,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 15:28:00,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 15:28:00,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 15:28:00,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 15:28:00,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 15:28:00,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 15:28:00,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 15:28:00,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 15:28:00,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 15:28:00,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 15:28:00,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 15:28:00,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 15:28:00,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 15:28:00,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 15:28:00,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 15:28:00,581 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_b8119bec-75f9-4db7-8861-2a03364beb3c', 'password': 'c7dbf8ec-8c0e-438d-b139-8c09621c38d2', 'project_name': 'vping_userdata-project_b8119bec-75f9-4db7-8861-2a03364beb3c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'b8bb6674ed574044a49dce46b7d54d6d', 'project_domain_name': 'Default'} 2018-12-03 15:28:00,581 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-12-03 15:28:00,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 15:28:00,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:00,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83e7ad3e-6787-4a26-aafe-9517a3b1a834 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 15:28:00,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-83e7ad3e-6787-4a26-aafe-9517a3b1a834 2018-12-03 15:28:00,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0752530097961s 2018-12-03 15:28:00,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:28:00,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:00,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46d2e626-9cb7-42ba-ab63-bbe44a0f9504 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/b8bb6674ed574044a49dce46b7d54d6d"}, "enabled": true, "id": "b8bb6674ed574044a49dce46b7d54d6d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_b8119bec-75f9-4db7-8861-2a03364beb3c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:28:00,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-46d2e626-9cb7-42ba-ab63-bbe44a0f9504 2018-12-03 15:28:00,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.082132101059s 2018-12-03 15:28:00,741 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-46d2e626-9cb7-42ba-ab63-bbe44a0f9504 2018-12-03 15:28:00,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-03 15:28:00,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" -d '{"network": {"tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "name": "vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c", "admin_state_up": true}}' 2018-12-03 15:28:01,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-ae0782f0-7cff-4439-8116-6f082afa9cb6 Date: Mon, 03 Dec 2018 15:28: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":"e381624c-edd5-4c18-a3a4-1b62c8e9ee96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"b8bb6674ed574044a49dce46b7d54d6d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:28:01Z","is_default":false,"qos_policy_id":null,"name":"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c","admin_state_up":true,"tenant_id":"b8bb6674ed574044a49dce46b7d54d6d","created_at":"2018-12-03T15:28:01Z","mtu":1450}} 2018-12-03 15:28:01,401 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-ae0782f0-7cff-4439-8116-6f082afa9cb6 2018-12-03 15:28:01,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.657216072083s 2018-12-03 15:28:01,402 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-ae0782f0-7cff-4439-8116-6f082afa9cb6 2018-12-03 15:28:01,402 - 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-12-03T15:28:01Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e381624c-edd5-4c18-a3a4-1b62c8e9ee96', u'provider:segmentation_id': 83, 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_b8119bec-75f9-4db7-8861-2a03364beb3c', u'created_at': u'2018-12-03T15:28:01Z', u'mtu': 1450, u'tenant_id': u'b8bb6674ed574044a49dce46b7d54d6d', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b8bb6674ed574044a49dce46b7d54d6d'}) 2018-12-03 15:28:01,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 15:28:01,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be7d8a4c-d434-4f66-918e-c311ad0c8cc5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:28:01,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-be7d8a4c-d434-4f66-918e-c311ad0c8cc5 2018-12-03 15:28:01,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:28:01,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1adb14051e794d5faff52e52f76d0961", "name": "Member"}], "expires_at": "2018-12-03T16:28:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8bb6674ed574044a49dce46b7d54d6d", "name": "vping_userdata-project_b8119bec-75f9-4db7-8861-2a03364beb3c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b8bb6674ed574044a49dce46b7d54d6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/b8bb6674ed574044a49dce46b7d54d6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/b8bb6674ed574044a49dce46b7d54d6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/b8bb6674ed574044a49dce46b7d54d6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/b8bb6674ed574044a49dce46b7d54d6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/b8bb6674ed574044a49dce46b7d54d6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/b8bb6674ed574044a49dce46b7d54d6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/b8bb6674ed574044a49dce46b7d54d6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/b8bb6674ed574044a49dce46b7d54d6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/b8bb6674ed574044a49dce46b7d54d6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/b8bb6674ed574044a49dce46b7d54d6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/b8bb6674ed574044a49dce46b7d54d6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_b8119bec-75f9-4db7-8861-2a03364beb3c", "id": "93b2dd799d2748a4a667613a1351562c"}, "audit_ids": ["VFOwQWonRuWA_HSFSL5meg"], "issued_at": "2018-12-03T15:28:01.000000Z"}} 2018-12-03 15:28:01,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:28:01,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:02,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-91800488-4d07-4791-adae-aa39f8e41f5d Date: Mon, 03 Dec 2018 15:28:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01: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-12-03T15:28:01Z","tenant_id":"b8bb6674ed574044a49dce46b7d54d6d","created_at":"2018-12-03T15:28:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b8bb6674ed574044a49dce46b7d54d6d","id":"e381624c-edd5-4c18-a3a4-1b62c8e9ee96","name":"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c"}]} 2018-12-03 15:28:02,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-91800488-4d07-4791-adae-aa39f8e41f5d 2018-12-03 15:28:02,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.259124994278s 2018-12-03 15:28:02,044 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-91800488-4d07-4791-adae-aa39f8e41f5d 2018-12-03 15:28:02,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-03 15:28:02,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" -d '{"subnet": {"name": "vping_userdata-subnet_b8119bec-75f9-4db7-8861-2a03364beb3c", "enable_dhcp": true, "network_id": "e381624c-edd5-4c18-a3a4-1b62c8e9ee96", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-12-03 15:28:02,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-eb5f6a52-9481-4112-b82c-aa0b57a29373 Date: Mon, 03 Dec 2018 15:28:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e381624c-edd5-4c18-a3a4-1b62c8e9ee96","tenant_id":"b8bb6674ed574044a49dce46b7d54d6d","created_at":"2018-12-03T15:28:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T15:28:02Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"b8bb6674ed574044a49dce46b7d54d6d","id":"62331b2c-eb2d-4c3e-8382-ae3174c8d8ce","subnetpool_id":null,"name":"vping_userdata-subnet_b8119bec-75f9-4db7-8861-2a03364beb3c"}} 2018-12-03 15:28:02,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-eb5f6a52-9481-4112-b82c-aa0b57a29373 2018-12-03 15:28:02,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.775083065033s 2018-12-03 15:28:02,821 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-eb5f6a52-9481-4112-b82c-aa0b57a29373 2018-12-03 15:28:02,821 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-03T15:28:02Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'62331b2c-eb2d-4c3e-8382-ae3174c8d8ce', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_b8119bec-75f9-4db7-8861-2a03364beb3c', u'enable_dhcp': True, u'network_id': u'e381624c-edd5-4c18-a3a4-1b62c8e9ee96', u'tenant_id': u'b8bb6674ed574044a49dce46b7d54d6d', u'created_at': u'2018-12-03T15:28:02Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b8bb6674ed574044a49dce46b7d54d6d'}) 2018-12-03 15:28:02,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-03 15:28:02,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "vping_userdata-router_b8119bec-75f9-4db7-8861-2a03364beb3c", "admin_state_up": true}}' 2018-12-03 15:28:07,722 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-aca83cfe-4f39-4e90-9da5-7c7ea216ed38 Date: Mon, 03 Dec 2018 15:28:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "created_at": "2018-12-03T15:28:03Z", "admin_state_up": true, "updated_at": "2018-12-03T15:28:04Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "b8bb6674ed574044a49dce46b7d54d6d", "id": "6004754b-78c6-4988-ab49-a55566187251", "name": "vping_userdata-router_b8119bec-75f9-4db7-8861-2a03364beb3c"}} 2018-12-03 15:28:07,723 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-aca83cfe-4f39-4e90-9da5-7c7ea216ed38 2018-12-03 15:28:07,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.90091013908s 2018-12-03 15:28:07,723 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-aca83cfe-4f39-4e90-9da5-7c7ea216ed38 2018-12-03 15:28:07,723 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-12-03T15:28:04Z', u'revision_number': 3, u'id': u'6004754b-78c6-4988-ab49-a55566187251', u'external_gateway_info': {u'network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4c341e68-838a-4185-83e8-4a80ca2687ff', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_b8119bec-75f9-4db7-8861-2a03364beb3c', u'admin_state_up': True, u'tenant_id': u'b8bb6674ed574044a49dce46b7d54d6d', u'created_at': u'2018-12-03T15:28:03Z', u'flavor_id': None, u'routes': [], u'project_id': u'b8bb6674ed574044a49dce46b7d54d6d'}) 2018-12-03 15:28:07,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-03 15:28:07,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/6004754b-78c6-4988-ab49-a55566187251/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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" -d '{"subnet_id": "62331b2c-eb2d-4c3e-8382-ae3174c8d8ce"}' 2018-12-03 15:28:09,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-45efd6b4-d96f-468b-aab3-a3088a0b474d Date: Mon, 03 Dec 2018 15:28:09 GMT RESP BODY: {"network_id": "e381624c-edd5-4c18-a3a4-1b62c8e9ee96", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "subnet_id": "62331b2c-eb2d-4c3e-8382-ae3174c8d8ce", "subnet_ids": ["62331b2c-eb2d-4c3e-8382-ae3174c8d8ce"], "port_id": "3d39624e-494b-4243-9575-686f5f008acb", "id": "6004754b-78c6-4988-ab49-a55566187251"} 2018-12-03 15:28:09,764 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/6004754b-78c6-4988-ab49-a55566187251/add_router_interface.json used request id req-45efd6b4-d96f-468b-aab3-a3088a0b474d 2018-12-03 15:28:09,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.03932499886s 2018-12-03 15:28:09,766 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/6004754b-78c6-4988-ab49-a55566187251/add_router_interface.json used request id req-45efd6b4-d96f-468b-aab3-a3088a0b474d returning object 6004754b-78c6-4988-ab49-a55566187251 2018-12-03 15:28:09,767 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 15:28:09,899 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-03 15:28:09,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:09,909 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 03 Dec 2018 15:28:09 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-03 15:28:09,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:28:09,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:10,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-31b7c646-fecc-45a5-b500-6ee1bd75ee31 Date: Mon, 03 Dec 2018 15:28:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:28:10,079 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-31b7c646-fecc-45a5-b500-6ee1bd75ee31 2018-12-03 15:28:10,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.16588306427s 2018-12-03 15:28:10,079 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-31b7c646-fecc-45a5-b500-6ee1bd75ee31 2018-12-03 15:28:10,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 15:28:10,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c"}' 2018-12-03 15:28:10,351 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9 X-Openstack-Request-Id: req-a08dc54f-b2e9-4bb7-a631-c25ab4df3614 Date: Mon, 03 Dec 2018 15:28:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/file", "owner": "b8bb6674ed574044a49dce46b7d54d6d", "id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "size": null, "self": "/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:28:10Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c", "checksum": null, "created_at": "2018-12-03T15:28:10Z", "protected": false} 2018-12-03 15:28:10,352 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-a08dc54f-b2e9-4bb7-a631-c25ab4df3614 2018-12-03 15:28:10,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.270592927933s 2018-12-03 15:28:10,352 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-a08dc54f-b2e9-4bb7-a631-c25ab4df3614 returning object f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9 2018-12-03 15:28:10,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 15:28:10,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" -d '' 2018-12-03 15:28:11,666 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-77d5f6e3-3373-49f7-8d8e-23602c6b2e8c Date: Mon, 03 Dec 2018 15:28:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:28:11,666 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/file used request id req-77d5f6e3-3373-49f7-8d8e-23602c6b2e8c 2018-12-03 15:28:11,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.31331896782s 2018-12-03 15:28:11,667 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/file used request id req-77d5f6e3-3373-49f7-8d8e-23602c6b2e8c 2018-12-03 15:28:11,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:28:11,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:11,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-4a29da18-a4a9-4467-a36a-fe16be1c6f49 Date: Mon, 03 Dec 2018 15:28:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/snap", "metadata": {}}], "file": "/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/file", "owner": "b8bb6674ed574044a49dce46b7d54d6d", "id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "size": 12716032, "self": "/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:28:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:28:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:28:11,840 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-4a29da18-a4a9-4467-a36a-fe16be1c6f49 2018-12-03 15:28:11,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172420978546s 2018-12-03 15:28:11,840 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-4a29da18-a4a9-4467-a36a-fe16be1c6f49 2018-12-03 15:28:11,843 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/file', 'owner': u'b8bb6674ed574044a49dce46b7d54d6d', 'id': u'f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9', 'size': 12716032, u'self': u'/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b8bb6674ed574044a49dce46b7d54d6d', 'name': 'vping_userdata-project_b8119bec-75f9-4db7-8861-2a03364beb3c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T15:28:11Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-03T15:28:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c', 'created': u'2018-12-03T15:28:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-03T15:28:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-03 15:28:11,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 15:28:11,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_b8119bec-75f9-4db7-8861-2a03364beb3c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-03 15:28:12,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28: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-a1eef127-76a0-45ee-afa9-5be4068ca4b5 x-compute-request-id: req-a1eef127-76a0-45ee-afa9-5be4068ca4b5 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "name": "vping_userdata-flavor_b8119bec-75f9-4db7-8861-2a03364beb3c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:28:12,040 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a1eef127-76a0-45ee-afa9-5be4068ca4b5 2018-12-03 15:28:12,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.196857213974s 2018-12-03 15:28:12,041 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a1eef127-76a0-45ee-afa9-5be4068ca4b5 returning object 3a14ac9e-deb6-4a95-803f-798a4927dfbc 2018-12-03 15:28:12,042 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_b8119bec-75f9-4db7-8861-2a03364beb3c', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'3a14ac9e-deb6-4a95-803f-798a4927dfbc', 'swap': 0}) 2018-12-03 15:28:12,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 15:28:12,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc/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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" -d '{"extra_specs": {}}' 2018-12-03 15:28:12,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28: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-7000f55a-4849-4447-ab39-c7062faa79b4 x-compute-request-id: req-7000f55a-4849-4447-ab39-c7062faa79b4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 15:28:12,066 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc/os-extra_specs used request id req-7000f55a-4849-4447-ab39-c7062faa79b4 2018-12-03 15:28:12,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0231728553772s 2018-12-03 15:28:12,066 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc/os-extra_specs used request id req-7000f55a-4849-4447-ab39-c7062faa79b4 2018-12-03 15:28:12,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:28:12,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:12,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-5da7e813-2048-4ebb-b633-3a9933c986ef Date: Mon, 03 Dec 2018 15:28:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["62331b2c-eb2d-4c3e-8382-ae3174c8d8ce"],"updated_at":"2018-12-03T15:28:02Z","tenant_id":"b8bb6674ed574044a49dce46b7d54d6d","created_at":"2018-12-03T15:28:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8bb6674ed574044a49dce46b7d54d6d","id":"e381624c-edd5-4c18-a3a4-1b62c8e9ee96","name":"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c"}]} 2018-12-03 15:28:12,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-5da7e813-2048-4ebb-b633-3a9933c986ef 2018-12-03 15:28:12,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.240230083466s 2018-12-03 15:28:12,308 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-5da7e813-2048-4ebb-b633-3a9933c986ef 2018-12-03 15:28:12,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:28:12,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:12,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-d4dd5979-da1c-4c6d-a220-1fa980c67366 Date: Mon, 03 Dec 2018 15:28:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/snap", "metadata": {}}], "file": "/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/file", "owner": "b8bb6674ed574044a49dce46b7d54d6d", "id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "size": 12716032, "self": "/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:28:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:28:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:28:12,508 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d4dd5979-da1c-4c6d-a220-1fa980c67366 2018-12-03 15:28:12,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.198698997498s 2018-12-03 15:28:12,508 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d4dd5979-da1c-4c6d-a220-1fa980c67366 2018-12-03 15:28:12,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 15:28:12,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:12,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28: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-f0e3dcbe-7dff-44e3-83df-edaaf1e7ca85 x-compute-request-id: req-f0e3dcbe-7dff-44e3-83df-edaaf1e7ca85 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "name": "vping_userdata-flavor_b8119bec-75f9-4db7-8861-2a03364beb3c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 15:28:12,691 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-f0e3dcbe-7dff-44e3-83df-edaaf1e7ca85 2018-12-03 15:28:12,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.181348085403s 2018-12-03 15:28:12,692 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-f0e3dcbe-7dff-44e3-83df-edaaf1e7ca85 2018-12-03 15:28:12,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-03 15:28:12,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" -d '{"server": {"name": "vping_userdata-vm_b8119bec-75f9-4db7-8861-2a03364beb3c", "imageRef": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "flavorRef": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e381624c-edd5-4c18-a3a4-1b62c8e9ee96"}]}}' 2018-12-03 15:28:14,638 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:28: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-f88bd719-325f-4e82-af80-8196d8b015ac x-compute-request-id: req-f88bd719-325f-4e82-af80-8196d8b015ac Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "bookmark"}], "adminPass": "HZwno8nGfsmJ"}} 2018-12-03 15:28:14,638 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-f88bd719-325f-4e82-af80-8196d8b015ac 2018-12-03 15:28:14,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.9445707798s 2018-12-03 15:28:14,639 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-f88bd719-325f-4e82-af80-8196d8b015ac 2018-12-03 15:28:14,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:28:14,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:15,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28: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-39a265c7-f298-48e9-a1bf-7068dddb1b6e x-compute-request-id: req-39a265c7-f298-48e9-a1bf-7068dddb1b6e 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.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "user_id": "93b2dd799d2748a4a667613a1351562c", "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-12-03T15:28:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:14Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:28:15,056 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-39a265c7-f298-48e9-a1bf-7068dddb1b6e 2018-12-03 15:28:15,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.416657924652s 2018-12-03 15:28:15,057 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-39a265c7-f298-48e9-a1bf-7068dddb1b6e 2018-12-03 15:28:15,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:28:15,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:15,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-8769d348-91f1-4c27-868c-b410c7141771 Date: Mon, 03 Dec 2018 15:28:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["62331b2c-eb2d-4c3e-8382-ae3174c8d8ce"],"updated_at":"2018-12-03T15:28:02Z","tenant_id":"b8bb6674ed574044a49dce46b7d54d6d","created_at":"2018-12-03T15:28:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8bb6674ed574044a49dce46b7d54d6d","id":"e381624c-edd5-4c18-a3a4-1b62c8e9ee96","name":"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c"}]} 2018-12-03 15:28:15,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8769d348-91f1-4c27-868c-b410c7141771 2018-12-03 15:28:15,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105157852173s 2018-12-03 15:28:15,170 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8769d348-91f1-4c27-868c-b410c7141771 2018-12-03 15:28:15,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-03 15:28:15,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:15,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-474596d7-b68e-478d-b2d9-907c724ee920 Date: Mon, 03 Dec 2018 15:28:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e381624c-edd5-4c18-a3a4-1b62c8e9ee96","tenant_id":"b8bb6674ed574044a49dce46b7d54d6d","created_at":"2018-12-03T15:28:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T15:28:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b8bb6674ed574044a49dce46b7d54d6d","id":"62331b2c-eb2d-4c3e-8382-ae3174c8d8ce","subnetpool_id":null,"name":"vping_userdata-subnet_b8119bec-75f9-4db7-8861-2a03364beb3c"}]} 2018-12-03 15:28:15,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-474596d7-b68e-478d-b2d9-907c724ee920 2018-12-03 15:28:15,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0530729293823s 2018-12-03 15:28:15,224 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-474596d7-b68e-478d-b2d9-907c724ee920 2018-12-03 15:28:15,225 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:28:17,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:28:17,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:17,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28: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-73793350-43b9-4989-a53f-0284353d70fc x-compute-request-id: req-73793350-43b9-4989-a53f-0284353d70fc 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.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:28:15Z", "hostId": "048459a62a3d5e72b964ffbf2a4fa237ff1694a305adb2a41516285c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:14Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:28:17,767 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-73793350-43b9-4989-a53f-0284353d70fc 2018-12-03 15:28:17,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540409088135s 2018-12-03 15:28:17,768 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-73793350-43b9-4989-a53f-0284353d70fc 2018-12-03 15:28:17,772 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:28:19,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:28:19,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:20,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b9e6f5c-54f3-4495-ac0d-e4d46917e5dd x-compute-request-id: req-8b9e6f5c-54f3-4495-ac0d-e4d46917e5dd 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.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:28:15Z", "hostId": "048459a62a3d5e72b964ffbf2a4fa237ff1694a305adb2a41516285c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:14Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:28:20,216 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8b9e6f5c-54f3-4495-ac0d-e4d46917e5dd 2018-12-03 15:28:20,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441149950027s 2018-12-03 15:28:20,216 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8b9e6f5c-54f3-4495-ac0d-e4d46917e5dd 2018-12-03 15:28:20,220 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:28:22,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:28:22,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:22,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28: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-33c01c57-d919-4146-b514-5d2605515f38 x-compute-request-id: req-33c01c57-d919-4146-b514-5d2605515f38 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:34:17", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:28:20.000000", "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:28:20Z", "hostId": "048459a62a3d5e72b964ffbf2a4fa237ff1694a305adb2a41516285c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:14Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:28:22,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-33c01c57-d919-4146-b514-5d2605515f38 2018-12-03 15:28:22,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623114824295s 2018-12-03 15:28:22,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-33c01c57-d919-4146-b514-5d2605515f38 2018-12-03 15:28:22,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-03 15:28:22,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:23,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-ee59fe00-7e89-40cf-9893-d24181214f5a Date: Mon, 03 Dec 2018 15:28:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:28:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"62331b2c-eb2d-4c3e-8382-ae3174c8d8ce","ip_address":"192.168.120.11"}],"id":"260c51eb-a49f-4331-98a2-87a6586b19db","security_groups":["dd310346-2846-4e0c-b999-408f88f6991a"],"mac_address":"fa:16:3e:ef:34:17","project_id":"b8bb6674ed574044a49dce46b7d54d6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e381624c-edd5-4c18-a3a4-1b62c8e9ee96","tenant_id":"b8bb6674ed574044a49dce46b7d54d6d","created_at":"2018-12-03T15:28:15Z","binding:vnic_type":"normal","device_id":"656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6"}]} 2018-12-03 15:28:23,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6 used request id req-ee59fe00-7e89-40cf-9893-d24181214f5a 2018-12-03 15:28:23,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.200178861618s 2018-12-03 15:28:23,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6 used request id req-ee59fe00-7e89-40cf-9893-d24181214f5a 2018-12-03 15:28:23,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 15:28:23,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=260c51eb-a49f-4331-98a2-87a6586b19db" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:23,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-627deadb-a21e-4716-8dbf-93715d8b486e Date: Mon, 03 Dec 2018 15:28:23 GMT RESP BODY: {"floatingips": []} 2018-12-03 15:28:23,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=260c51eb-a49f-4331-98a2-87a6586b19db used request id req-627deadb-a21e-4716-8dbf-93715d8b486e 2018-12-03 15:28:23,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.168997049332s 2018-12-03 15:28:23,226 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=260c51eb-a49f-4331-98a2-87a6586b19db used request id req-627deadb-a21e-4716-8dbf-93715d8b486e 2018-12-03 15:28:23,227 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ef:34:17', 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'f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-03T15:28:20.000000', 'flavor': Munch({u'id': u'3a14ac9e-deb6-4a95-803f-798a4927dfbc'}), 'az': u'nova', 'id': u'656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'93b2dd799d2748a4a667613a1351562c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b8bb6674ed574044a49dce46b7d54d6d', 'name': 'vping_userdata-project_b8119bec-75f9-4db7-8861-2a03364beb3c', '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-12-03T15:28:20.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-03T15:28:20Z', 'hostId': u'048459a62a3d5e72b964ffbf2a4fa237ff1694a305adb2a41516285c', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'048459a62a3d5e72b964ffbf2a4fa237ff1694a305adb2a41516285c', '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-12-03T15:28:20.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b8bb6674ed574044a49dce46b7d54d6d', 'name': u'vping_userdata-vm_b8119bec-75f9-4db7-8861-2a03364beb3c', 'adminPass': u'HZwno8nGfsmJ', 'tenant_id': u'b8bb6674ed574044a49dce46b7d54d6d', 'region': 'regionOne', 'created': u'2018-12-03T15:28:14Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-03 15:28:23,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:28:23,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:23,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-59f2b745-186e-4ac7-a74c-1bbd083bd98f Date: Mon, 03 Dec 2018 15:28:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["62331b2c-eb2d-4c3e-8382-ae3174c8d8ce"],"updated_at":"2018-12-03T15:28:02Z","tenant_id":"b8bb6674ed574044a49dce46b7d54d6d","created_at":"2018-12-03T15:28:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8bb6674ed574044a49dce46b7d54d6d","id":"e381624c-edd5-4c18-a3a4-1b62c8e9ee96","name":"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c"}]} 2018-12-03 15:28:23,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-59f2b745-186e-4ac7-a74c-1bbd083bd98f 2018-12-03 15:28:23,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102715969086s 2018-12-03 15:28:23,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-59f2b745-186e-4ac7-a74c-1bbd083bd98f 2018-12-03 15:28:23,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:28:23,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:23,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-f0e15d9c-28f6-4e77-9adf-3b52d1ad11f0 Date: Mon, 03 Dec 2018 15:28:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/snap", "metadata": {}}], "file": "/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/file", "owner": "b8bb6674ed574044a49dce46b7d54d6d", "id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "size": 12716032, "self": "/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:28:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:28:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:28:23,513 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f0e15d9c-28f6-4e77-9adf-3b52d1ad11f0 2018-12-03 15:28:23,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181048870087s 2018-12-03 15:28:23,514 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f0e15d9c-28f6-4e77-9adf-3b52d1ad11f0 2018-12-03 15:28:23,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 15:28:23,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:23,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28: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-79deb804-0019-49a5-ae14-fd85ea3edfba x-compute-request-id: req-79deb804-0019-49a5-ae14-fd85ea3edfba Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "name": "vping_userdata-flavor_b8119bec-75f9-4db7-8861-2a03364beb3c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 15:28:23,548 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-79deb804-0019-49a5-ae14-fd85ea3edfba 2018-12-03 15:28:23,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.031888961792s 2018-12-03 15:28:23,548 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-79deb804-0019-49a5-ae14-fd85ea3edfba 2018-12-03 15:28:23,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-03 15:28:23,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" -d '{"server": {"name": "vping_userdata-vm2_b8119bec-75f9-4db7-8861-2a03364beb3c", "imageRef": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "flavorRef": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjExIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e381624c-edd5-4c18-a3a4-1b62c8e9ee96"}]}}' 2018-12-03 15:28:24,807 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:28: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-38b04812-6f94-4232-9c5a-0a22c77d89b9 x-compute-request-id: req-38b04812-6f94-4232-9c5a-0a22c77d89b9 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "229191b9-ea4e-4ec1-9db4-b53836139452", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "bookmark"}], "adminPass": "94VJwehpYGDn"}} 2018-12-03 15:28:24,807 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-38b04812-6f94-4232-9c5a-0a22c77d89b9 2018-12-03 15:28:24,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.25738191605s 2018-12-03 15:28:24,807 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-38b04812-6f94-4232-9c5a-0a22c77d89b9 2018-12-03 15:28:24,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:28:24,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:25,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28: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-6e5caa46-8f20-4351-9fd6-7bc5dc0a0073 x-compute-request-id: req-6e5caa46-8f20-4351-9fd6-7bc5dc0a0073 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.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "229191b9-ea4e-4ec1-9db4-b53836139452", "user_id": "93b2dd799d2748a4a667613a1351562c", "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-12-03T15:28:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:24Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:34:17", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:28:20.000000", "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:28:20Z", "hostId": "048459a62a3d5e72b964ffbf2a4fa237ff1694a305adb2a41516285c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:14Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:28:25,431 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6e5caa46-8f20-4351-9fd6-7bc5dc0a0073 2018-12-03 15:28:25,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623079061508s 2018-12-03 15:28:25,432 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6e5caa46-8f20-4351-9fd6-7bc5dc0a0073 2018-12-03 15:28:25,437 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:28:27,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:28:27,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:27,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28: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-20d4e99e-cd5b-48b7-889d-a6e52f1f6b6f x-compute-request-id: req-20d4e99e-cd5b-48b7-889d-a6e52f1f6b6f Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "229191b9-ea4e-4ec1-9db4-b53836139452", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:28:26Z", "hostId": "ffab035f6c0f1d6ceb36b2b43a3b111f9ace079f8583416a584558ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:24Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:34:17", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:28:20.000000", "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:28:20Z", "hostId": "048459a62a3d5e72b964ffbf2a4fa237ff1694a305adb2a41516285c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:14Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:28:27,942 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-20d4e99e-cd5b-48b7-889d-a6e52f1f6b6f 2018-12-03 15:28:27,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.502460956573s 2018-12-03 15:28:27,943 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-20d4e99e-cd5b-48b7-889d-a6e52f1f6b6f 2018-12-03 15:28:27,947 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:28:29,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:28:29,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:30,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28: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-9dc5e5d9-affa-476b-92f6-ee045c2512f4 x-compute-request-id: req-9dc5e5d9-affa-476b-92f6-ee045c2512f4 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "229191b9-ea4e-4ec1-9db4-b53836139452", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T15:28:26Z", "hostId": "ffab035f6c0f1d6ceb36b2b43a3b111f9ace079f8583416a584558ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:24Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:34:17", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:28:20.000000", "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:28:20Z", "hostId": "048459a62a3d5e72b964ffbf2a4fa237ff1694a305adb2a41516285c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:14Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:28:30,584 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9dc5e5d9-affa-476b-92f6-ee045c2512f4 2018-12-03 15:28:30,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634527921677s 2018-12-03 15:28:30,585 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9dc5e5d9-affa-476b-92f6-ee045c2512f4 2018-12-03 15:28:30,590 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:28:32,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:28:32,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:33,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28: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-8eb810e0-cfbb-4efb-8f0a-d382a74dd3af x-compute-request-id: req-8eb810e0-cfbb-4efb-8f0a-d382a74dd3af Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:70:3e", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:28:31.000000", "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "229191b9-ea4e-4ec1-9db4-b53836139452", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:28:31Z", "hostId": "ffab035f6c0f1d6ceb36b2b43a3b111f9ace079f8583416a584558ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:24Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:34:17", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:28:20.000000", "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:28:20Z", "hostId": "048459a62a3d5e72b964ffbf2a4fa237ff1694a305adb2a41516285c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:14Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:28:33,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8eb810e0-cfbb-4efb-8f0a-d382a74dd3af 2018-12-03 15:28:33,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.794103145599s 2018-12-03 15:28:33,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8eb810e0-cfbb-4efb-8f0a-d382a74dd3af 2018-12-03 15:28:33,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-03 15:28:33,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=229191b9-ea4e-4ec1-9db4-b53836139452" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:33,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-f709857b-4afa-4445-800f-ac67b0ab4856 Date: Mon, 03 Dec 2018 15:28:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T15:28:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"62331b2c-eb2d-4c3e-8382-ae3174c8d8ce","ip_address":"192.168.120.9"}],"id":"0b8c114d-28cb-46dc-8ab8-5076e74754b9","security_groups":["dd310346-2846-4e0c-b999-408f88f6991a"],"mac_address":"fa:16:3e:9d:70:3e","project_id":"b8bb6674ed574044a49dce46b7d54d6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e381624c-edd5-4c18-a3a4-1b62c8e9ee96","tenant_id":"b8bb6674ed574044a49dce46b7d54d6d","created_at":"2018-12-03T15:28:26Z","binding:vnic_type":"normal","device_id":"229191b9-ea4e-4ec1-9db4-b53836139452"}]} 2018-12-03 15:28:33,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=229191b9-ea4e-4ec1-9db4-b53836139452 used request id req-f709857b-4afa-4445-800f-ac67b0ab4856 2018-12-03 15:28:33,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.187865018845s 2018-12-03 15:28:33,580 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=229191b9-ea4e-4ec1-9db4-b53836139452 used request id req-f709857b-4afa-4445-800f-ac67b0ab4856 2018-12-03 15:28:33,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 15:28:33,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=0b8c114d-28cb-46dc-8ab8-5076e74754b9" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:33,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-37a93c0c-8ef0-46b1-b312-f0bb7aebc4df Date: Mon, 03 Dec 2018 15:28:33 GMT RESP BODY: {"floatingips": []} 2018-12-03 15:28:33,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=0b8c114d-28cb-46dc-8ab8-5076e74754b9 used request id req-37a93c0c-8ef0-46b1-b312-f0bb7aebc4df 2018-12-03 15:28:33,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0188870429993s 2018-12-03 15:28:33,605 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=0b8c114d-28cb-46dc-8ab8-5076e74754b9 used request id req-37a93c0c-8ef0-46b1-b312-f0bb7aebc4df 2018-12-03 15:28:33,605 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9d:70:3e', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-03T15:28:31.000000', 'flavor': Munch({u'id': u'3a14ac9e-deb6-4a95-803f-798a4927dfbc'}), 'az': u'nova', 'id': u'229191b9-ea4e-4ec1-9db4-b53836139452', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'93b2dd799d2748a4a667613a1351562c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b8bb6674ed574044a49dce46b7d54d6d', 'name': 'vping_userdata-project_b8119bec-75f9-4db7-8861-2a03364beb3c', '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-12-03T15:28:31.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-03T15:28:31Z', 'hostId': u'ffab035f6c0f1d6ceb36b2b43a3b111f9ace079f8583416a584558ec', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'ffab035f6c0f1d6ceb36b2b43a3b111f9ace079f8583416a584558ec', '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-12-03T15:28:31.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b8bb6674ed574044a49dce46b7d54d6d', 'name': u'vping_userdata-vm2_b8119bec-75f9-4db7-8861-2a03364beb3c', 'adminPass': u'94VJwehpYGDn', 'tenant_id': u'b8bb6674ed574044a49dce46b7d54d6d', 'region': 'regionOne', 'created': u'2018-12-03T15:28:24Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-03 15:28:33,606 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-12-03 15:28:34,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:28:34,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:35,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91c385aa-a086-4cf9-be71-28ab18e8c984 x-compute-request-id: req-91c385aa-a086-4cf9-be71-28ab18e8c984 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:70:3e", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:28:31.000000", "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "229191b9-ea4e-4ec1-9db4-b53836139452", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:28:31Z", "hostId": "ffab035f6c0f1d6ceb36b2b43a3b111f9ace079f8583416a584558ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:24Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:34:17", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:28:20.000000", "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:28:20Z", "hostId": "048459a62a3d5e72b964ffbf2a4fa237ff1694a305adb2a41516285c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:14Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:28:35,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-91c385aa-a086-4cf9-be71-28ab18e8c984 2018-12-03 15:28:35,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.671063899994s 2018-12-03 15:28:35,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-91c385aa-a086-4cf9-be71-28ab18e8c984 2018-12-03 15:28:35,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-03 15:28:35,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452/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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 15:28:36,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28: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-072b4dfa-1c24-4018-8c71-da3344da001c x-compute-request-id: req-072b4dfa-1c24-4018-8c71-da3344da001c Content-Encoding: gzip Content-Length: 9518 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 673594440 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131974] pid_max: default: 32768 minimum: 301\n[ 0.132911] ACPI: Core revision 20150930\n[ 0.134378] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135730] Security Framework initialized\n[ 0.136592] Yama: becoming mindful.\n[ 0.137365] AppArmor: AppArmor initialized\n[ 0.138260] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139651] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140981] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142239] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143722] Initializing cgroup subsys io\n[ 0.144596] Initializing cgroup subsys memory\n[ 0.145504] Initializing cgroup subsys devices\n[ 0.146410] Initializing cgroup subsys freezer\n[ 0.147311] Initializing cgroup subsys net_cls\n[ 0.148219] Initializing cgroup subsys perf_event\n[ 0.149170] Initializing cgroup subsys net_prio\n[ 0.150096] Initializing cgroup subsys hugetlb\n[ 0.150999] Initializing cgroup subsys pids\n[ 0.151900] CPU: Physical Processor ID: 0\n[ 0.153458] mce: CPU supports 10 MCE banks\n[ 0.154385] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167296] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173857] ftrace: allocating 31920 entries in 125 pages\n[ 0.200434] smpboot: Max logical packages: 1\n[ 0.201488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202985] x2apic enabled\n[ 0.203825] Switched APIC routing to physical x2apic.\n[ 0.205666] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207101] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209504] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211575] KVM setup paravirtual spinlock\n[ 0.213027] x86: Booted up 1 node, 1 CPUs\n[ 0.213929] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215468] devtmpfs: initialized\n[ 0.217285] evm: security.selinux\n[ 0.218066] evm: security.SMACK64\n[ 0.218852] evm: security.SMACK64EXEC\n[ 0.219701] evm: security.SMACK64TRANSMUTE\n[ 0.220624] evm: security.SMACK64MMAP\n[ 0.221481] evm: security.ima\n[ 0.222212] evm: security.capability\n[ 0.223117] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225357] pinctrl core: initialized pinctrl subsystem\n[ 0.226578] RTC time: 15:28:30, date: 12/03/18\n[ 0.227657] NET: Registered protocol family 16\n[ 0.228733] cpuidle: using governor ladder\n[ 0.229670] cpuidle: using governor menu\n[ 0.230550] PCCT header not found.\n[ 0.231401] ACPI: bus type PCI registered\n[ 0.232268] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233626] PCI: Using configuration type 1 for base access\n[ 0.235551] ACPI: Added _OSI(Module Device)\n[ 0.236496] ACPI: Added _OSI(Processor Device)\n[ 0.237459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238452] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240704] ACPI: Interpreter enabled\n[ 0.241588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250080] ACPI: (supports S0 S5)\n[ 0.251066] ACPI: Using IOAPIC for interrupt routing\n[ 0.252163] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255474] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258490] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259922] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262668] acpiphp: Slot [3] registered\n[ 0.263599] acpiphp: Slot [4] registered\n[ 0.264579] acpiphp: Slot [5] registered\n[ 0.265540] acpiphp: Slot [6] registered\n[ 0.266509] acpiphp: Slot [7] registered\n[ 0.267481] acpiphp: Slot [8] registered\n[ 0.268408] acpiphp: Slot [9] registered\n[ 0.269331] acpiphp: Slot [10] registered\n[ 0.270232] acpiphp: Slot [11] registered\n[ 0.271138] acpiphp: Slot [12] registered\n[ 0.272037] acpiphp: Slot [13] registered\n[ 0.272930] acpiphp: Slot [14] registered\n[ 0.273910] acpiphp: Slot [15] registered\n[ 0.284926] acpiphp: Slot [16] registered\n[ 0.285820] acpiphp: Slot [17] registered\n[ 0.286716] acpiphp: Slot [18] registered\n[ 0.287613] acpiphp: Slot [19] registered\n[ 0.288525] acpiphp: Slot [20] registered\n[ 0.289415] acpiphp: Slot [21] registered\n[ 0.290316] acpiphp: Slot [22] registered\n[ 0.291247] acpiphp: Slot [23] registered\n[ 0.292156] acpiphp: Slot [24] registered\n[ 0.293062] acpiphp: Slot [25] registered\n[ 0.293949] acpiphp: Slot [26] registered\n[ 0.294888] acpiphp: Slot [27] registered\n[ 0.295825] acpiphp: Slot [28] registered\n[ 0.296778] acpiphp: Slot [29] registered\n[ 0.297761] acpiphp: Slot [30] registered\n[ 0.298655] acpiphp: Slot [31] registered\n[ 0.299598] PCI host bridge to bus 0000:00\n[ 0.300505] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301939] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303391] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306589] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313046] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315805] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317228] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325834] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375112] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376746] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379908] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382356] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383780] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385127] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386401] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388161] vgaarb: loaded\n[ 0.388870] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390154] SCSI subsystem initialized\n[ 0.391051] ACPI: bus type USB registered\n[ 0.392001] usbcore: registered new interface driver usbfs\n[ 0.393249] usbcore: registered new interface driver hub\n[ 0.394448] usbcore: registered new device driver usb\n[ 0.395686] PCI: Using ACPI for IRQ routing\n[ 0.396929] NetLabel: Initializing\n[ 0.397754] NetLabel: domain hash size = 128\n[ 0.398686] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399830] NetLabel: unlabeled traffic allowed by default\n[ 0.401114] clocksource: Switched to clocksource kvm-clock\n[ 0.407016] AppArmor: AppArmor Filesystem Enabled\n[ 0.408190] pnp: PnP ACPI init\n[ 0.409175] pnp: PnP ACPI: found 5 devices\n[ 0.415645] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417936] NET: Registered protocol family 2\n[ 0.419171] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420897] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.422479] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424035] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425460] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427054] NET: Registered protocol family 1\n[ 0.428191] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.429639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431067] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445485] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460071] Trying to unpack rootfs image as initramfs...\n[ 0.511574] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526243] Scanning for low memory corruption every 60 seconds\n[ 0.527970] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529478] audit: initializing netlink subsys (disabled)\n[ 0.530838] audit: type=2000 audit(1543850911.875:1): initialized\n[ 0.532559] Initialise system trusted keyring\n[ 0.533743] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535270] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537620] zbud: loaded\n[ 0.538477] VFS: Disk quotas dquot_6.6.0\n[ 0.539510] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541415] fuse init (API version 7.23)\n[ 0.542508] Key type big_key registered\n[ 0.543537] Allocating IMA MOK and blacklist keyrings.\n[ 0.544804] Key type asymmetric registered\n[ 0.545812] Asymmetric key parser 'x509' registered\n[ 0.546987] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548918] io scheduler noop registered\n[ 0.549907] io scheduler deadline registered (default)\n[ 0.551183] io scheduler cfq registered\n[ 0.552567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553796] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555336] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557205] ACPI: Power Button [PWRF]\n[ 0.558206] GHES: HEST is not enabled!\n[ 0.572031] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608483] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612775] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638571] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640979] Linux agpgart interface v0.103\n[ 0.643657] brd: module loaded\n[ 0.644997] loop: module loaded\n[ 0.649826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651623] GPT:90111 != 2097151\n[ 0.652420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.653698] GPT:90111 != 2097151\n[ 0.654501] GPT: Use GNU Parted to correct GPT errors.\n[ 0.655628] vda: vda1 vda15\n[ 0.657298] scsi host0: ata_piix\n[ 0.658113] scsi host1: ata_piix\n[ 0.658917] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660351] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.662010] libphy: Fixed MDIO Bus: probed\n[ 0.662958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664076] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.666591] PPP generic driver version 2.4.2\n[ 0.667798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.668961] ehci-pci: EHCI PCI platform driver\n[ 0.669821] ehci-platform: EHCI generic platform driver\n[ 0.670781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.671870] ohci-pci: OHCI PCI platform driver\n[ 0.672707] ohci-platform: OHCI generic platform driver\n[ 0.673671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.688143] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.689135] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691570] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692671] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.693888] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.695286] usb usb1: Product: UHCI Host Controller\n[ 0.696212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.697337] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698388] hub 1-0:1.0: USB hub found\n[ 0.699157] hub 1-0:1.0: 2 ports detected\n[ 0.700058] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.702150] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.703083] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.704101] mousedev: PS/2 mouse device common for all mice\n[ 0.705339] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.707143] rtc_cmos 00:00: RTC can wake from S4\n[ 0.708230] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.709412] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.710589] i2c /dev entries driver\n[ 0.711351] device-mapper: uevent: version 1.0.3\n[ 0.712278] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.713883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715168] NET: Registered protocol family 10\n[ 0.716180] NET: Registered protocol family 17\n[ 0.717057] Key type dns_resolver registered\n[ 0.717983] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.719063] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.720786] registered taskstats version 1\n[ 0.721612] Loading compiled-in X.509 certificates\n[ 0.723047] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.724868] zswap: loaded using pool lzo/zbud\n[ 0.726267] Key type trusted registered\n[ 0.727795] Key type encrypted registered\n[ 0.728615] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.729643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.730669] evm: HMAC attrs: 0x1\n[ 0.731592] Magic number: 14:777:486\n[ 0.732454] rtc_cmos 00:00: setting system clock to 2018-12-03 15:28:31 UTC (1543850911)\n[ 0.734034] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.735129] EDD information not available.\n[ 0.822096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823628] Write protecting the kernel read-only data: 14336k\n[ 0.835339] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837125] 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\n[ 0.878346] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.52. 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.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8eqBHDC1FEqcgYqmQoglwsLY9scFcTxIl6oFNfDZcsl79aFKgmMmVDvwifQZ4pXRk7ZxZvLNix+Lkcl8u6uYQ/+FWuBVA7+aIP99nNiuelnjeRdKVRbliyaht6NrkAaBzOIvev0QJFddyeX0SaJGl+dchqU/izo//ZtfvcXFhR+A+08gyMpSdF0AZ/4BTlCCyi0FJjKBO5ZLtLfTnHWg6rDvmSqgOeK+kA4oowFIk3YDxkMH419uoYUyDKgxB/S/R6NWO05q0fubuRh5oYtzytOxtEKo9/rj7SvZ5l1XVCXh3etpOn6H01++tG8ILhqRbufb6uJEGEx0DB0qkoWbT root@vping-userdata-vm2-b8119bec-75f9-4db7-8861-2a03364beb3c\nssh-dss AAAAB3NzaC1kc3MAAACBAPwdPC+tqijnNX+i3Ya02EDfXQM98AQr1k0CLosWNQvFgmxgfDP7bZw8/IAxqhHjboqJY/wa79RuQ0J8xRqicoUrTXiluyz1kC9z0Gqlk83jU0ZTT2FQdOSygbdGMB0CLZk0i6kM7+pphnpXYDidxiBVNrq//0fVVk/XgUhwKXLtAAAAFQCT4CXmFAw5zSvV1TI7Zi1jKvIrJwAAAIEAlnxaQhinewar+grpPMc9Q5TthchsI3n8aM3qwE4xfCFbquKVkaNh8LcB7LSupE5TXlk7Lq8ELHunMlTjfs22LLb9cTgUFTFgID/UcLbl5BGJQIAENs2ZdU1K0oODmlH8LC/H0WK/tJ2Tp5PJ2w0zR7VvPmUMr2mjWczPbwdpY6sAAACBAJUeEsSTL8LNBNEGa/SYmog75M6mze7s+NBjefKk7PnlGmpBjJo1VPGQ3KfBFNsg2Na1Dft4gzqzM4X+aDheMOmBFSHkF0rJ6thD9usYzdvrAs6nVmhL0IZQGy6rwZEiUw+ITD0uWtD99EkJeluxrzvdz/v+vhQTBzlYj4O19d5w root@vping-userdata-vm2-b8119bec-75f9-4db7-8861-2a03364beb3c\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.9,24,fe80::f816:3eff:fe9d:703e/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000002a\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-b8119bec-75f9-4db7-8861-2a03364beb3c\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.44 ===\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-b8119bec-75f9-4db7-8861-2a03364beb3c login: "} 2018-12-03 15:28:36,389 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452/action used request id req-072b4dfa-1c24-4018-8c71-da3344da001c 2018-12-03 15:28:36,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10702705383s 2018-12-03 15:28:36,390 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452/action used request id req-072b4dfa-1c24-4018-8c71-da3344da001c 2018-12-03 15:28:36,391 - 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 673594440 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131974] pid_max: default: 32768 minimum: 301 [ 0.132911] ACPI: Core revision 20150930 [ 0.134378] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135730] Security Framework initialized [ 0.136592] Yama: becoming mindful. [ 0.137365] AppArmor: AppArmor initialized [ 0.138260] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139651] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140981] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142239] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143722] Initializing cgroup subsys io [ 0.144596] Initializing cgroup subsys memory [ 0.145504] Initializing cgroup subsys devices [ 0.146410] Initializing cgroup subsys freezer [ 0.147311] Initializing cgroup subsys net_cls [ 0.148219] Initializing cgroup subsys perf_event [ 0.149170] Initializing cgroup subsys net_prio [ 0.150096] Initializing cgroup subsys hugetlb [ 0.150999] Initializing cgroup subsys pids [ 0.151900] CPU: Physical Processor ID: 0 [ 0.153458] mce: CPU supports 10 MCE banks [ 0.154385] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167296] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173857] ftrace: allocating 31920 entries in 125 pages [ 0.200434] smpboot: Max logical packages: 1 [ 0.201488] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202985] x2apic enabled [ 0.203825] Switched APIC routing to physical x2apic. [ 0.205666] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207101] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209504] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211575] KVM setup paravirtual spinlock [ 0.213027] x86: Booted up 1 node, 1 CPUs [ 0.213929] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.215468] devtmpfs: initialized [ 0.217285] evm: security.selinux [ 0.218066] evm: security.SMACK64 [ 0.218852] evm: security.SMACK64EXEC [ 0.219701] evm: security.SMACK64TRANSMUTE [ 0.220624] evm: security.SMACK64MMAP [ 0.221481] evm: security.ima [ 0.222212] evm: security.capability [ 0.223117] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.225357] pinctrl core: initialized pinctrl subsystem [ 0.226578] RTC time: 15:28:30, date: 12/03/18 [ 0.227657] NET: Registered protocol family 16 [ 0.228733] cpuidle: using governor ladder [ 0.229670] cpuidle: using governor menu [ 0.230550] PCCT header not found. [ 0.231401] ACPI: bus type PCI registered [ 0.232268] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.233626] PCI: Using configuration type 1 for base access [ 0.235551] ACPI: Added _OSI(Module Device) [ 0.236496] ACPI: Added _OSI(Processor Device) [ 0.237459] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.238452] ACPI: Added _OSI(Processor Aggregator Device) [ 0.240704] ACPI: Interpreter enabled [ 0.241588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.243697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.245822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.247918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250080] ACPI: (supports S0 S5) [ 0.251066] ACPI: Using IOAPIC for interrupt routing [ 0.252163] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255474] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.258490] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259922] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262668] acpiphp: Slot [3] registered [ 0.263599] acpiphp: Slot [4] registered [ 0.264579] acpiphp: Slot [5] registered [ 0.265540] acpiphp: Slot [6] registered [ 0.266509] acpiphp: Slot [7] registered [ 0.267481] acpiphp: Slot [8] registered [ 0.268408] acpiphp: Slot [9] registered [ 0.269331] acpiphp: Slot [10] registered [ 0.270232] acpiphp: Slot [11] registered [ 0.271138] acpiphp: Slot [12] registered [ 0.272037] acpiphp: Slot [13] registered [ 0.272930] acpiphp: Slot [14] registered [ 0.273910] acpiphp: Slot [15] registered [ 0.284926] acpiphp: Slot [16] registered [ 0.285820] acpiphp: Slot [17] registered [ 0.286716] acpiphp: Slot [18] registered [ 0.287613] acpiphp: Slot [19] registered [ 0.288525] acpiphp: Slot [20] registered [ 0.289415] acpiphp: Slot [21] registered [ 0.290316] acpiphp: Slot [22] registered [ 0.291247] acpiphp: Slot [23] registered [ 0.292156] acpiphp: Slot [24] registered [ 0.293062] acpiphp: Slot [25] registered [ 0.293949] acpiphp: Slot [26] registered [ 0.294888] acpiphp: Slot [27] registered [ 0.295825] acpiphp: Slot [28] registered [ 0.296778] acpiphp: Slot [29] registered [ 0.297761] acpiphp: Slot [30] registered [ 0.298655] acpiphp: Slot [31] registered [ 0.299598] PCI host bridge to bus 0000:00 [ 0.300505] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.301939] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303391] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.304995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306589] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.313046] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315805] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.317228] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.324227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.325834] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375112] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376746] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379908] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.382356] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.383780] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.385127] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.386401] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.388161] vgaarb: loaded [ 0.388870] vgaarb: bridge control possible 0000:00:02.0 [ 0.390154] SCSI subsystem initialized [ 0.391051] ACPI: bus type USB registered [ 0.392001] usbcore: registered new interface driver usbfs [ 0.393249] usbcore: registered new interface driver hub [ 0.394448] usbcore: registered new device driver usb [ 0.395686] PCI: Using ACPI for IRQ routing [ 0.396929] NetLabel: Initializing [ 0.397754] NetLabel: domain hash size = 128 [ 0.398686] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.399830] NetLabel: unlabeled traffic allowed by default [ 0.401114] clocksource: Switched to clocksource kvm-clock [ 0.407016] AppArmor: AppArmor Filesystem Enabled [ 0.408190] pnp: PnP ACPI init [ 0.409175] pnp: PnP ACPI: found 5 devices [ 0.415645] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417936] NET: Registered protocol family 2 [ 0.419171] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420897] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.422479] TCP: Hash tables configured (established 4096 bind 4096) [ 0.424035] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.425460] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.427054] NET: Registered protocol family 1 [ 0.428191] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.429639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.431067] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.445485] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.460071] Trying to unpack rootfs image as initramfs... [ 0.511574] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.526243] Scanning for low memory corruption every 60 seconds [ 0.527970] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.529478] audit: initializing netlink subsys (disabled) [ 0.530838] audit: type=2000 audit(1543850911.875:1): initialized [ 0.532559] Initialise system trusted keyring [ 0.533743] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.535270] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.537620] zbud: loaded [ 0.538477] VFS: Disk quotas dquot_6.6.0 [ 0.539510] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541415] fuse init (API version 7.23) [ 0.542508] Key type big_key registered [ 0.543537] Allocating IMA MOK and blacklist keyrings. [ 0.544804] Key type asymmetric registered [ 0.545812] Asymmetric key parser 'x509' registered [ 0.546987] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.548918] io scheduler noop registered [ 0.549907] io scheduler deadline registered (default) [ 0.551183] io scheduler cfq registered [ 0.552567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553796] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555336] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.557205] ACPI: Power Button [PWRF] [ 0.558206] GHES: HEST is not enabled! [ 0.572031] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.608483] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.612775] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.638571] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.640979] Linux agpgart interface v0.103 [ 0.643657] brd: module loaded [ 0.644997] loop: module loaded [ 0.649826] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.651623] GPT:90111 != 2097151 [ 0.652420] GPT:Alternate GPT header not at the end of the disk. [ 0.653698] GPT:90111 != 2097151 [ 0.654501] GPT: Use GNU Parted to correct GPT errors. [ 0.655628] vda: vda1 vda15 [ 0.657298] scsi host0: ata_piix [ 0.658113] scsi host1: ata_piix [ 0.658917] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.660351] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.662010] libphy: Fixed MDIO Bus: probed [ 0.662958] tun: Universal TUN/TAP device driver, 1.6 [ 0.664076] tun: (C) 1999-2004 Max Krasnyansky [ 0.666591] PPP generic driver version 2.4.2 [ 0.667798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.668961] ehci-pci: EHCI PCI platform driver [ 0.669821] ehci-platform: EHCI generic platform driver [ 0.670781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.671870] ohci-pci: OHCI PCI platform driver [ 0.672707] ohci-platform: OHCI generic platform driver [ 0.673671] uhci_hcd: USB Universal Host Controller Interface driver [ 0.688143] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.689135] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.690563] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.691570] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.692671] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.693888] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.695286] usb usb1: Product: UHCI Host Controller [ 0.696212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.697337] usb usb1: SerialNumber: 0000:00:01.2 [ 0.698388] hub 1-0:1.0: USB hub found [ 0.699157] hub 1-0:1.0: 2 ports detected [ 0.700058] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.702150] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.703083] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.704101] mousedev: PS/2 mouse device common for all mice [ 0.705339] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.707143] rtc_cmos 00:00: RTC can wake from S4 [ 0.708230] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.709412] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.710589] i2c /dev entries driver [ 0.711351] device-mapper: uevent: version 1.0.3 [ 0.712278] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.713883] ledtrig-cpu: registered to indicate activity on CPUs [ 0.715168] NET: Registered protocol family 10 [ 0.716180] NET: Registered protocol family 17 [ 0.717057] Key type dns_resolver registered [ 0.717983] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.719063] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.720786] registered taskstats version 1 [ 0.721612] Loading compiled-in X.509 certificates [ 0.723047] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.724868] zswap: loaded using pool lzo/zbud [ 0.726267] Key type trusted registered [ 0.727795] Key type encrypted registered [ 0.728615] AppArmor: AppArmor sha1 policy hashing enabled [ 0.729643] ima: No TPM chip found, activating TPM-bypass! [ 0.730669] evm: HMAC attrs: 0x1 [ 0.731592] Magic number: 14:777:486 [ 0.732454] rtc_cmos 00:00: setting system clock to 2018-12-03 15:28:31 UTC (1543850911) [ 0.734034] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.735129] EDD information not available. [ 0.822096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.823628] Write protecting the kernel read-only data: 14336k [ 0.835339] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.837125] 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 [ 0.878346] 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.37 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.52. 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.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8eqBHDC1FEqcgYqmQoglwsLY9scFcTxIl6oFNfDZcsl79aFKgmMmVDvwifQZ4pXRk7ZxZvLNix+Lkcl8u6uYQ/+FWuBVA7+aIP99nNiuelnjeRdKVRbliyaht6NrkAaBzOIvev0QJFddyeX0SaJGl+dchqU/izo//ZtfvcXFhR+A+08gyMpSdF0AZ/4BTlCCyi0FJjKBO5ZLtLfTnHWg6rDvmSqgOeK+kA4oowFIk3YDxkMH419uoYUyDKgxB/S/R6NWO05q0fubuRh5oYtzytOxtEKo9/rj7SvZ5l1XVCXh3etpOn6H01++tG8ILhqRbufb6uJEGEx0DB0qkoWbT root@vping-userdata-vm2-b8119bec-75f9-4db7-8861-2a03364beb3c ssh-dss AAAAB3NzaC1kc3MAAACBAPwdPC+tqijnNX+i3Ya02EDfXQM98AQr1k0CLosWNQvFgmxgfDP7bZw8/IAxqhHjboqJY/wa79RuQ0J8xRqicoUrTXiluyz1kC9z0Gqlk83jU0ZTT2FQdOSygbdGMB0CLZk0i6kM7+pphnpXYDidxiBVNrq//0fVVk/XgUhwKXLtAAAAFQCT4CXmFAw5zSvV1TI7Zi1jKvIrJwAAAIEAlnxaQhinewar+grpPMc9Q5TthchsI3n8aM3qwE4xfCFbquKVkaNh8LcB7LSupE5TXlk7Lq8ELHunMlTjfs22LLb9cTgUFTFgID/UcLbl5BGJQIAENs2ZdU1K0oODmlH8LC/H0WK/tJ2Tp5PJ2w0zR7VvPmUMr2mjWczPbwdpY6sAAACBAJUeEsSTL8LNBNEGa/SYmog75M6mze7s+NBjefKk7PnlGmpBjJo1VPGQ3KfBFNsg2Na1Dft4gzqzM4X+aDheMOmBFSHkF0rJ6thD9usYzdvrAs6nVmhL0IZQGy6rwZEiUw+ITD0uWtD99EkJeluxrzvdz/v+vhQTBzlYj4O19d5w root@vping-userdata-vm2-b8119bec-75f9-4db7-8861-2a03364beb3c -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe9d:703e/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000002a name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-b8119bec-75f9-4db7-8861-2a03364beb3c launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.44 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-b8119bec-75f9-4db7-8861-2a03364beb3c login: 2018-12-03 15:28:36,392 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-12-03 15:28:36,504 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-03 15:28:36,504 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:36 | PASS | +------------------------+------------------+------------------+----------------+ 2018-12-03 15:28:36,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-03 15:28:36,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:36,662 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:28: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-15f409b4-7f08-426a-b1e9-83f5acc0656d x-compute-request-id: req-15f409b4-7f08-426a-b1e9-83f5acc0656d Content-Type: application/json 2018-12-03 15:28:36,662 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6 used request id req-15f409b4-7f08-426a-b1e9-83f5acc0656d 2018-12-03 15:28:36,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.151657104492s 2018-12-03 15:28:36,662 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6 used request id req-15f409b4-7f08-426a-b1e9-83f5acc0656d 2018-12-03 15:28:36,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:28:36,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:37,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28: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-e8bd83bd-be10-4f7f-91d6-89b6812ddc89 x-compute-request-id: req-e8bd83bd-be10-4f7f-91d6-89b6812ddc89 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:70:3e", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:28:31.000000", "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "229191b9-ea4e-4ec1-9db4-b53836139452", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:28:31Z", "hostId": "ffab035f6c0f1d6ceb36b2b43a3b111f9ace079f8583416a584558ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:24Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:34:17", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:28:20.000000", "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "656ee2fd-fe05-4ef3-9d8e-f2d647fed8e6", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:28:36Z", "hostId": "048459a62a3d5e72b964ffbf2a4fa237ff1694a305adb2a41516285c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:14Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:28:37,298 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e8bd83bd-be10-4f7f-91d6-89b6812ddc89 2018-12-03 15:28:37,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.63530087471s 2018-12-03 15:28:37,299 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e8bd83bd-be10-4f7f-91d6-89b6812ddc89 2018-12-03 15:28:37,301 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:28:39,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:28:39,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:39,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-418d7eb9-6639-428b-b72b-bce20b6d4c03 x-compute-request-id: req-418d7eb9-6639-428b-b72b-bce20b6d4c03 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:70:3e", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:28:31.000000", "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "229191b9-ea4e-4ec1-9db4-b53836139452", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:28:31Z", "hostId": "ffab035f6c0f1d6ceb36b2b43a3b111f9ace079f8583416a584558ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:24Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:28:39,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-418d7eb9-6639-428b-b72b-bce20b6d4c03 2018-12-03 15:28:39,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.496865987778s 2018-12-03 15:28:39,801 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-418d7eb9-6639-428b-b72b-bce20b6d4c03 2018-12-03 15:28:39,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-03 15:28:39,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:39,961 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:28:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d843f2cc-7e03-4007-bd9f-2818f53e5237 x-compute-request-id: req-d843f2cc-7e03-4007-bd9f-2818f53e5237 Content-Type: application/json 2018-12-03 15:28:39,961 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452 used request id req-d843f2cc-7e03-4007-bd9f-2818f53e5237 2018-12-03 15:28:39,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.157892227173s 2018-12-03 15:28:39,961 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452 used request id req-d843f2cc-7e03-4007-bd9f-2818f53e5237 2018-12-03 15:28:39,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:28:39,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:41,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83db923d-c9cc-4bfe-b0f1-b3d3d775e3d5 x-compute-request-id: req-83db923d-c9cc-4bfe-b0f1-b3d3d775e3d5 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:70:3e", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/229191b9-ea4e-4ec1-9db4-b53836139452", "rel": "bookmark"}], "image": {"id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "links": [{"href": "http://172.30.9.30:8774/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T15:28:31.000000", "flavor": {"id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "links": [{"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}]}, "id": "229191b9-ea4e-4ec1-9db4-b53836139452", "security_groups": [{"name": "default"}], "user_id": "93b2dd799d2748a4a667613a1351562c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T15:28:39Z", "hostId": "ffab035f6c0f1d6ceb36b2b43a3b111f9ace079f8583416a584558ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b8119bec-75f9-4db7-8861-2a03364beb3c", "created": "2018-12-03T15:28:24Z", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 15:28:41,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-83db923d-c9cc-4bfe-b0f1-b3d3d775e3d5 2018-12-03 15:28:41,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07913899422s 2018-12-03 15:28:41,042 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-83db923d-c9cc-4bfe-b0f1-b3d3d775e3d5 2018-12-03 15:28:41,043 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 15:28:43,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 15:28:43,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:43,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28: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-b2e9777b-8790-4683-be2c-67fd1dcaf419 x-compute-request-id: req-b2e9777b-8790-4683-be2c-67fd1dcaf419 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 15:28:43,220 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b2e9777b-8790-4683-be2c-67fd1dcaf419 2018-12-03 15:28:43,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17375087738s 2018-12-03 15:28:43,220 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b2e9777b-8790-4683-be2c-67fd1dcaf419 2018-12-03 15:28:43,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-03 15:28:43,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/6004754b-78c6-4988-ab49-a55566187251/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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" -d '{"subnet_id": "62331b2c-eb2d-4c3e-8382-ae3174c8d8ce"}' 2018-12-03 15:28:44,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ccdc1ddf-b1fa-49cf-845a-b9cf481098df Date: Mon, 03 Dec 2018 15:28:44 GMT RESP BODY: {"network_id": "e381624c-edd5-4c18-a3a4-1b62c8e9ee96", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "subnet_id": "62331b2c-eb2d-4c3e-8382-ae3174c8d8ce", "subnet_ids": ["62331b2c-eb2d-4c3e-8382-ae3174c8d8ce"], "port_id": "3d39624e-494b-4243-9575-686f5f008acb", "id": "6004754b-78c6-4988-ab49-a55566187251"} 2018-12-03 15:28:44,546 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/6004754b-78c6-4988-ab49-a55566187251/remove_router_interface.json used request id req-ccdc1ddf-b1fa-49cf-845a-b9cf481098df 2018-12-03 15:28:44,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.32485485077s 2018-12-03 15:28:44,546 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/6004754b-78c6-4988-ab49-a55566187251/remove_router_interface.json used request id req-ccdc1ddf-b1fa-49cf-845a-b9cf481098df returning object 6004754b-78c6-4988-ab49-a55566187251 2018-12-03 15:28:44,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-03 15:28:44,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:44,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-43c9ab35-1e00-4c53-a65b-1073484bcd3b Date: Mon, 03 Dec 2018 15:28:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "created_at": "2018-12-03T15:28:03Z", "admin_state_up": true, "updated_at": "2018-12-03T15:28:43Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "b8bb6674ed574044a49dce46b7d54d6d", "id": "6004754b-78c6-4988-ab49-a55566187251", "name": "vping_userdata-router_b8119bec-75f9-4db7-8861-2a03364beb3c"}]} 2018-12-03 15:28:44,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-43c9ab35-1e00-4c53-a65b-1073484bcd3b 2018-12-03 15:28:44,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0805041790009s 2018-12-03 15:28:44,628 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-43c9ab35-1e00-4c53-a65b-1073484bcd3b 2018-12-03 15:28:44,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-03 15:28:44,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/6004754b-78c6-4988-ab49-a55566187251.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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:47,991 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72c4321a-d790-4183-8b59-da2ec847a03f Content-Length: 0 Date: Mon, 03 Dec 2018 15:28:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:28:47,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/6004754b-78c6-4988-ab49-a55566187251.json used request id req-72c4321a-d790-4183-8b59-da2ec847a03f 2018-12-03 15:28:47,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.36187291145s 2018-12-03 15:28:47,992 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/6004754b-78c6-4988-ab49-a55566187251.json used request id req-72c4321a-d790-4183-8b59-da2ec847a03f 2018-12-03 15:28:47,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-03 15:28:47,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:48,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-500c0dc3-8cf0-442b-966a-feac7d4f5072 Date: Mon, 03 Dec 2018 15:28:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e381624c-edd5-4c18-a3a4-1b62c8e9ee96","tenant_id":"b8bb6674ed574044a49dce46b7d54d6d","created_at":"2018-12-03T15:28:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T15:28:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b8bb6674ed574044a49dce46b7d54d6d","id":"62331b2c-eb2d-4c3e-8382-ae3174c8d8ce","subnetpool_id":null,"name":"vping_userdata-subnet_b8119bec-75f9-4db7-8861-2a03364beb3c"}]} 2018-12-03 15:28:48,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-500c0dc3-8cf0-442b-966a-feac7d4f5072 2018-12-03 15:28:48,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0536689758301s 2018-12-03 15:28:48,046 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-500c0dc3-8cf0-442b-966a-feac7d4f5072 2018-12-03 15:28:48,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-03 15:28:48,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/62331b2c-eb2d-4c3e-8382-ae3174c8d8ce.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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:50,571 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-06bf7ad9-8bf4-4cc9-9916-09f901e0f623 Date: Mon, 03 Dec 2018 15:28:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:28:50,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/62331b2c-eb2d-4c3e-8382-ae3174c8d8ce.json used request id req-06bf7ad9-8bf4-4cc9-9916-09f901e0f623 2018-12-03 15:28:50,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.52416610718s 2018-12-03 15:28:50,572 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/62331b2c-eb2d-4c3e-8382-ae3174c8d8ce.json used request id req-06bf7ad9-8bf4-4cc9-9916-09f901e0f623 2018-12-03 15:28:50,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:28:50,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:50,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1201 X-Openstack-Request-Id: req-a4b70bd7-db35-4e39-8f58-9a1a0e5c0811 Date: Mon, 03 Dec 2018 15:28:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01: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-12-03T15:28:50Z","tenant_id":"b8bb6674ed574044a49dce46b7d54d6d","created_at":"2018-12-03T15:28:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"b8bb6674ed574044a49dce46b7d54d6d","id":"e381624c-edd5-4c18-a3a4-1b62c8e9ee96","name":"vping_userdata-net_b8119bec-75f9-4db7-8861-2a03364beb3c"}]} 2018-12-03 15:28:50,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a4b70bd7-db35-4e39-8f58-9a1a0e5c0811 2018-12-03 15:28:50,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.285443067551s 2018-12-03 15:28:50,858 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a4b70bd7-db35-4e39-8f58-9a1a0e5c0811 2018-12-03 15:28:50,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-03 15:28:50,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/e381624c-edd5-4c18-a3a4-1b62c8e9ee96.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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:52,032 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b36e38b4-05c5-4d30-a725-46464b47132a Date: Mon, 03 Dec 2018 15:28:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:28:52,032 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/e381624c-edd5-4c18-a3a4-1b62c8e9ee96.json used request id req-b36e38b4-05c5-4d30-a725-46464b47132a 2018-12-03 15:28:52,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.17257809639s 2018-12-03 15:28:52,032 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/e381624c-edd5-4c18-a3a4-1b62c8e9ee96.json used request id req-b36e38b4-05c5-4d30-a725-46464b47132a 2018-12-03 15:28:52,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:28:52,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:52,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-b54f877d-0a1b-4495-a132-ed8d2043694d Date: Mon, 03 Dec 2018 15:28:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/snap", "metadata": {}}], "file": "/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/file", "owner": "b8bb6674ed574044a49dce46b7d54d6d", "id": "f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "size": 12716032, "self": "/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:28:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b8119bec-75f9-4db7-8861-2a03364beb3c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:28:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:28:52,067 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b54f877d-0a1b-4495-a132-ed8d2043694d 2018-12-03 15:28:52,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0338559150696s 2018-12-03 15:28:52,067 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b54f877d-0a1b-4495-a132-ed8d2043694d 2018-12-03 15:28:52,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 15:28:52,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}15fa7d75080d5dfd960af2920cbcb2021eb9a569" 2018-12-03 15:28:53,045 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-96a20c0c-6fbf-45f7-b702-54fcd3b61e99 Date: Mon, 03 Dec 2018 15:28:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:28:53,045 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9 used request id req-96a20c0c-6fbf-45f7-b702-54fcd3b61e99 2018-12-03 15:28:53,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.97623705864s 2018-12-03 15:28:53,046 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/f6f08002-5bdd-4b8a-b0bd-3b23cf82ffd9 used request id req-96a20c0c-6fbf-45f7-b702-54fcd3b61e99 2018-12-03 15:28:53,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 15:28:53,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:53,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07aa925e-02e5-4812-8b1a-410c74dc5aea x-compute-request-id: req-07aa925e-02e5-4812-8b1a-410c74dc5aea Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3a14ac9e-deb6-4a95-803f-798a4927dfbc", "name": "vping_userdata-flavor_b8119bec-75f9-4db7-8861-2a03364beb3c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 15:28:53,081 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-07aa925e-02e5-4812-8b1a-410c74dc5aea 2018-12-03 15:28:53,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0353870391846s 2018-12-03 15:28:53,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-07aa925e-02e5-4812-8b1a-410c74dc5aea 2018-12-03 15:28:53,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 15:28:53,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:53,140 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15:28:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2d7d57a0-e573-4f92-8099-d87120c30d36 x-compute-request-id: req-2d7d57a0-e573-4f92-8099-d87120c30d36 Content-Length: 0 Content-Type: application/json 2018-12-03 15:28:53,140 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc used request id req-2d7d57a0-e573-4f92-8099-d87120c30d36 2018-12-03 15:28:53,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0572700500488s 2018-12-03 15:28:53,141 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/3a14ac9e-deb6-4a95-803f-798a4927dfbc used request id req-2d7d57a0-e573-4f92-8099-d87120c30d36 2018-12-03 15:28:53,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:28:53,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:53,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d12dfdd5-5393-4ac4-a039-c509c5563620 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_b8119bec-75f9-4db7-8861-2a03364beb3c", "links": {"self": "http://172.30.9.30:5000/v3/users/93b2dd799d2748a4a667613a1351562c"}, "domain_id": "default", "enabled": true, "id": "93b2dd799d2748a4a667613a1351562c", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:28:53,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d12dfdd5-5393-4ac4-a039-c509c5563620 2018-12-03 15:28:53,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0987040996552s 2018-12-03 15:28:53,241 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d12dfdd5-5393-4ac4-a039-c509c5563620 2018-12-03 15:28:53,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:28:53,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/93b2dd799d2748a4a667613a1351562c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:53,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ad34c44-2421-49b8-9131-a9e89557b715 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/93b2dd799d2748a4a667613a1351562c"}, "enabled": true, "id": "93b2dd799d2748a4a667613a1351562c", "options": {}, "domain_id": "default", "name": "vping_userdata-user_b8119bec-75f9-4db7-8861-2a03364beb3c"}} 2018-12-03 15:28:53,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/93b2dd799d2748a4a667613a1351562c used request id req-6ad34c44-2421-49b8-9131-a9e89557b715 2018-12-03 15:28:53,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0942709445953s 2018-12-03 15:28:53,341 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/93b2dd799d2748a4a667613a1351562c used request id req-6ad34c44-2421-49b8-9131-a9e89557b715 2018-12-03 15:28:53,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 15:28:53,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/93b2dd799d2748a4a667613a1351562c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:53,678 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:28:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-154d8ce0-8446-409e-a8b8-61d145499a3e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:28:53,678 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/93b2dd799d2748a4a667613a1351562c used request id req-154d8ce0-8446-409e-a8b8-61d145499a3e 2018-12-03 15:28:53,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.336150169373s 2018-12-03 15:28:53,679 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/93b2dd799d2748a4a667613a1351562c used request id req-154d8ce0-8446-409e-a8b8-61d145499a3e 2018-12-03 15:28:53,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:28:53,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:53,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84653f5c-8db3-48bd-a972-b21b9289d7c9 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/b8bb6674ed574044a49dce46b7d54d6d"}, "enabled": true, "id": "b8bb6674ed574044a49dce46b7d54d6d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_b8119bec-75f9-4db7-8861-2a03364beb3c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:28:53,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-84653f5c-8db3-48bd-a972-b21b9289d7c9 2018-12-03 15:28:53,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0788950920105s 2018-12-03 15:28:53,758 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-84653f5c-8db3-48bd-a972-b21b9289d7c9 2018-12-03 15:28:53,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 15:28:53,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/b8bb6674ed574044a49dce46b7d54d6d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:53,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:28:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-359e42d3-d584-492b-85c1-19cb6ef9124f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:28:53,987 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/b8bb6674ed574044a49dce46b7d54d6d used request id req-359e42d3-d584-492b-85c1-19cb6ef9124f 2018-12-03 15:28:53,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.226454973221s 2018-12-03 15:28:53,987 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/b8bb6674ed574044a49dce46b7d54d6d used request id req-359e42d3-d584-492b-85c1-19cb6ef9124f 2018-12-03 15:28:53,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:28:53,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:54,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e70ad306-ec57-4ec3-8fb9-75d88821a407 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1adb14051e794d5faff52e52f76d0961", "links": {"self": "http://172.30.9.30:5000/v3/roles/1adb14051e794d5faff52e52f76d0961"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:28:54,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e70ad306-ec57-4ec3-8fb9-75d88821a407 2018-12-03 15:28:54,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0743429660797s 2018-12-03 15:28:54,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 15:28:54,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/1adb14051e794d5faff52e52f76d0961 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:54,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:28:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79c87c17-fd7e-4f17-8708-6d948615a096 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:28:54,175 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/1adb14051e794d5faff52e52f76d0961 used request id req-79c87c17-fd7e-4f17-8708-6d948615a096 2018-12-03 15:28:54,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.111106872559s 2018-12-03 15:28:54,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 15:28:54,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=b8bb6674ed574044a49dce46b7d54d6d&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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:54,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-d1ae36af-7fe2-4be7-8d6d-c212a723a84d Date: Mon, 03 Dec 2018 15:28:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "created_at": "2018-12-03T15:28:01Z", "updated_at": "2018-12-03T15:28:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:28:01Z", "revision_number": 0, "id": "49334455-ad25-46f7-98bd-0d1ad70e84b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:28:01Z", "security_group_id": "dd310346-2846-4e0c-b999-408f88f6991a", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bb6674ed574044a49dce46b7d54d6d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:28:01Z", "revision_number": 0, "id": "58602b0e-6575-47de-a21d-9043748577c9", "remote_group_id": "dd310346-2846-4e0c-b999-408f88f6991a", "remote_ip_prefix": null, "created_at": "2018-12-03T15:28:01Z", "security_group_id": "dd310346-2846-4e0c-b999-408f88f6991a", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bb6674ed574044a49dce46b7d54d6d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:28:01Z", "revision_number": 0, "id": "7daeccd1-51ba-45a5-82d1-0810d895a6df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:28:01Z", "security_group_id": "dd310346-2846-4e0c-b999-408f88f6991a", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bb6674ed574044a49dce46b7d54d6d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:28:01Z", "revision_number": 0, "id": "bc51b3ea-fb16-4999-9013-6c07eb55b87a", "remote_group_id": "dd310346-2846-4e0c-b999-408f88f6991a", "remote_ip_prefix": null, "created_at": "2018-12-03T15:28:01Z", "security_group_id": "dd310346-2846-4e0c-b999-408f88f6991a", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bb6674ed574044a49dce46b7d54d6d"}], "revision_number": 4, "project_id": "b8bb6674ed574044a49dce46b7d54d6d", "id": "dd310346-2846-4e0c-b999-408f88f6991a", "name": "default"}]} 2018-12-03 15:28:54,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=b8bb6674ed574044a49dce46b7d54d6d&name=default used request id req-d1ae36af-7fe2-4be7-8d6d-c212a723a84d 2018-12-03 15:28:54,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191667795181s 2018-12-03 15:28:54,370 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=b8bb6674ed574044a49dce46b7d54d6d&name=default used request id req-d1ae36af-7fe2-4be7-8d6d-c212a723a84d 2018-12-03 15:28:54,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 15:28:54,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:54,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3d417e70-ba4d-42f4-af65-a618daa5e929 Date: Mon, 03 Dec 2018 15:28:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "created_at": "2018-12-03T15:28:01Z", "updated_at": "2018-12-03T15:28:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:28:01Z", "revision_number": 0, "id": "58602b0e-6575-47de-a21d-9043748577c9", "remote_group_id": "dd310346-2846-4e0c-b999-408f88f6991a", "remote_ip_prefix": null, "created_at": "2018-12-03T15:28:01Z", "security_group_id": "dd310346-2846-4e0c-b999-408f88f6991a", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bb6674ed574044a49dce46b7d54d6d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:28:01Z", "revision_number": 0, "id": "49334455-ad25-46f7-98bd-0d1ad70e84b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:28:01Z", "security_group_id": "dd310346-2846-4e0c-b999-408f88f6991a", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bb6674ed574044a49dce46b7d54d6d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:28:01Z", "revision_number": 0, "id": "7daeccd1-51ba-45a5-82d1-0810d895a6df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:28:01Z", "security_group_id": "dd310346-2846-4e0c-b999-408f88f6991a", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bb6674ed574044a49dce46b7d54d6d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:28:01Z", "revision_number": 0, "id": "bc51b3ea-fb16-4999-9013-6c07eb55b87a", "remote_group_id": "dd310346-2846-4e0c-b999-408f88f6991a", "remote_ip_prefix": null, "created_at": "2018-12-03T15:28:01Z", "security_group_id": "dd310346-2846-4e0c-b999-408f88f6991a", "tenant_id": "b8bb6674ed574044a49dce46b7d54d6d", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bb6674ed574044a49dce46b7d54d6d"}], "revision_number": 4, "project_id": "b8bb6674ed574044a49dce46b7d54d6d", "id": "dd310346-2846-4e0c-b999-408f88f6991a", "name": "default"}]} 2018-12-03 15:28:54,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-3d417e70-ba4d-42f4-af65-a618daa5e929 2018-12-03 15:28:54,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199663877487s 2018-12-03 15:28:54,574 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-3d417e70-ba4d-42f4-af65-a618daa5e929 2018-12-03 15:28:54,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-03 15:28:54,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/dd310346-2846-4e0c-b999-408f88f6991a.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}88f8b66ba3bb630c845a9a309adb6d80aaf1b640" 2018-12-03 15:28:54,874 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e2a38593-ab81-4b93-9871-9ca3b2448073 Content-Length: 0 Date: Mon, 03 Dec 2018 15:28:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 15:28:54,874 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/dd310346-2846-4e0c-b999-408f88f6991a.json used request id req-e2a38593-ab81-4b93-9871-9ca3b2448073 2018-12-03 15:28:54,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.296096086502s 2018-12-03 15:28:54,875 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/dd310346-2846-4e0c-b999-408f88f6991a.json used request id req-e2a38593-ab81-4b93-9871-9ca3b2448073 2018-12-03 15:28:54,928 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-12-03 15:28:55,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 15:28:55,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 15:28:55,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 15:28:55,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 15:28:55,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 15:28:55,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 15:28:55,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 15:28:55,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 15:28:55,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 15:28:55,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 15:28:55,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 15:28:55,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 15:28:55,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 15:28:55,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 15:28:55,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 15:28:55,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 15:28:55,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 15:28:55,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 15:28:55,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 15:28:55,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 15:28:55,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 15:28:55,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 15:28:55,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 15:28:55,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 15:28:55,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 15:28:55,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d4a0f99-e59b-4758-b780-11c9b4a58917 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:28:55,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0d4a0f99-e59b-4758-b780-11c9b4a58917 2018-12-03 15:28:55,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:28:55,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:28:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["krmLTQxLSI6sqOhoCKJ6hA"], "issued_at": "2018-12-03T15:28:55.000000Z"}} 2018-12-03 15:28:55,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:28:55,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:55,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7af85843-5536-48da-a34d-624225eddf8e Date: Mon, 03 Dec 2018 15:28:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:28:55,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7af85843-5536-48da-a34d-624225eddf8e 2018-12-03 15:28:55,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.23481798172s 2018-12-03 15:28:55,628 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7af85843-5536-48da-a34d-624225eddf8e 2018-12-03 15:28:55,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 15:28:55,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:55,637 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:28: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:28:55,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:55,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32e7e350-ef29-4bff-872d-15131b9759a3 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 15:28:55,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-32e7e350-ef29-4bff-872d-15131b9759a3 2018-12-03 15:28:55,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0897598266602s 2018-12-03 15:28:55,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 15:28:55,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}9fc4a9c7c151d675f665273942f3a9cdd316884f" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_eb7a018c-ff50-4347-900a-b6d610bdaa10"}}' 2018-12-03 15:28:55,827 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:28:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9f2664f-af41-48df-9427-37642b2aa44c 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.30:5000/v3/projects/26585566057a47b782a1630e3bee0566"}, "enabled": true, "id": "26585566057a47b782a1630e3bee0566", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_eb7a018c-ff50-4347-900a-b6d610bdaa10"}} 2018-12-03 15:28:55,828 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-c9f2664f-af41-48df-9427-37642b2aa44c 2018-12-03 15:28:55,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.107887029648s 2018-12-03 15:28:55,828 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-c9f2664f-af41-48df-9427-37642b2aa44c 2018-12-03 15:28:55,829 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_eb7a018c-ff50-4347-900a-b6d610bdaa10', 'id': u'26585566057a47b782a1630e3bee0566', '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-12-03 15:28:55,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 15:28:56,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351523160934s 2018-12-03 15:28:56,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/7c8c3ec738d6492f877ba514178d6703 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:56,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62dc7c1c-c268-4aa6-a83e-4e12ce005dff Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/7c8c3ec738d6492f877ba514178d6703"}, "enabled": true, "id": "7c8c3ec738d6492f877ba514178d6703", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_eb7a018c-ff50-4347-900a-b6d610bdaa10"}} 2018-12-03 15:28:56,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/7c8c3ec738d6492f877ba514178d6703 used request id req-62dc7c1c-c268-4aa6-a83e-4e12ce005dff 2018-12-03 15:28:56,276 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7c8c3ec738d6492f877ba514178d6703', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_eb7a018c-ff50-4347-900a-b6d610bdaa10'}) 2018-12-03 15:28:56,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:28:56,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:56,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9d254e5-291d-450f-b71d-411a9cac8fc5 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:28:56,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b9d254e5-291d-450f-b71d-411a9cac8fc5 2018-12-03 15:28:56,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0763611793518s 2018-12-03 15:28:56,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:28:56,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:56,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51e91618-a413-4c7b-b8a3-935c754b070f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:28:56,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-51e91618-a413-4c7b-b8a3-935c754b070f 2018-12-03 15:28:56,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0825490951538s 2018-12-03 15:28:56,437 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 15:28:56,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 15:28:56,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" -d '{"role": {"name": "Member"}}' 2018-12-03 15:28:56,570 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52958a1c-6b06-4212-990a-d8be7b005326 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3fa8a82cd67b40b28784462e1249ef0a", "links": {"self": "http://172.30.9.30:5000/v3/roles/3fa8a82cd67b40b28784462e1249ef0a"}, "name": "Member"}} 2018-12-03 15:28:56,570 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-52958a1c-6b06-4212-990a-d8be7b005326 2018-12-03 15:28:56,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.132936954498s 2018-12-03 15:28:56,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/3fa8a82cd67b40b28784462e1249ef0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:56,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e17f117c-dc01-4cf7-b33c-8b95be6fc2d0 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/3fa8a82cd67b40b28784462e1249ef0a"}, "domain_id": null, "name": "Member", "id": "3fa8a82cd67b40b28784462e1249ef0a"}} 2018-12-03 15:28:56,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/3fa8a82cd67b40b28784462e1249ef0a used request id req-e17f117c-dc01-4cf7-b33c-8b95be6fc2d0 2018-12-03 15:28:56,645 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/3fa8a82cd67b40b28784462e1249ef0a'}, 'domain_id': None, 'human_id': None, 'id': u'3fa8a82cd67b40b28784462e1249ef0a', 'HUMAN_ID': False}) 2018-12-03 15:28:56,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:28:56,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:56,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c88cb72-2b65-4344-a43c-560682df6f8c Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "3fa8a82cd67b40b28784462e1249ef0a", "links": {"self": "http://172.30.9.30:5000/v3/roles/3fa8a82cd67b40b28784462e1249ef0a"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:28:56,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7c88cb72-2b65-4344-a43c-560682df6f8c 2018-12-03 15:28:56,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0817348957062s 2018-12-03 15:28:56,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:28:56,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:56,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33cccb8e-ccaa-4f45-b56a-f4acc0a3ca84 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:28:56,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-33cccb8e-ccaa-4f45-b56a-f4acc0a3ca84 2018-12-03 15:28:56,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0780189037323s 2018-12-03 15:28:56,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:28:56,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:56,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a79105db-4684-4018-8ba9-6a276d17ece5 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_eb7a018c-ff50-4347-900a-b6d610bdaa10", "links": {"self": "http://172.30.9.30:5000/v3/users/7c8c3ec738d6492f877ba514178d6703"}, "domain_id": "default", "enabled": true, "id": "7c8c3ec738d6492f877ba514178d6703", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:28:56,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a79105db-4684-4018-8ba9-6a276d17ece5 2018-12-03 15:28:56,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0899291038513s 2018-12-03 15:28:56,898 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a79105db-4684-4018-8ba9-6a276d17ece5 2018-12-03 15:28:56,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:28:56,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:56,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eed18c9-34c1-4e70-aecf-98859cde4296 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "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.30:5000/v3/projects/26585566057a47b782a1630e3bee0566"}, "enabled": true, "id": "26585566057a47b782a1630e3bee0566", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_eb7a018c-ff50-4347-900a-b6d610bdaa10"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:28:56,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-5eed18c9-34c1-4e70-aecf-98859cde4296 2018-12-03 15:28:56,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0791780948639s 2018-12-03 15:28:56,984 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-5eed18c9-34c1-4e70-aecf-98859cde4296 2018-12-03 15:28:56,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:28:56,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=7c8c3ec738d6492f877ba514178d6703&scope.project.id=26585566057a47b782a1630e3bee0566&role.id=3fa8a82cd67b40b28784462e1249ef0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:57,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be5bccf4-9047-482b-a1f2-0452f6d7418b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=7c8c3ec738d6492f877ba514178d6703&scope.project.id=26585566057a47b782a1630e3bee0566&role.id=3fa8a82cd67b40b28784462e1249ef0a", "previous": null, "next": null}} 2018-12-03 15:28:57,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=7c8c3ec738d6492f877ba514178d6703&scope.project.id=26585566057a47b782a1630e3bee0566&role.id=3fa8a82cd67b40b28784462e1249ef0a used request id req-be5bccf4-9047-482b-a1f2-0452f6d7418b 2018-12-03 15:28:57,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0824811458588s 2018-12-03 15:28:57,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:28:57,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/26585566057a47b782a1630e3bee0566/users/7c8c3ec738d6492f877ba514178d6703/roles/3fa8a82cd67b40b28784462e1249ef0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:57,178 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a12cd6f8-6254-4f07-a8dd-f0556f11f17a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:28:57,178 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/26585566057a47b782a1630e3bee0566/users/7c8c3ec738d6492f877ba514178d6703/roles/3fa8a82cd67b40b28784462e1249ef0a used request id req-a12cd6f8-6254-4f07-a8dd-f0556f11f17a 2018-12-03 15:28:57,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.108990907669s 2018-12-03 15:28:57,179 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_eb7a018c-ff50-4347-900a-b6d610bdaa10', 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': '22f75b7c-6a4f-4a17-b3e0-6db896adab2e', 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_eb7a018c-ff50-4347-900a-b6d610bdaa10', 'project_id': u'26585566057a47b782a1630e3bee0566', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 15:28:57,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 15:28:57,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 15:28:57,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 15:28:57,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 15:28:57,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 15:28:57,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 15:28:57,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 15:28:57,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 15:28:57,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 15:28:57,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 15:28:57,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 15:28:57,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 15:28:57,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 15:28:57,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 15:28:57,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 15:28:57,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 15:28:57,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 15:28:57,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 15:28:57,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 15:28:57,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 15:28:57,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 15:28:57,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 15:28:57,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 15:28:57,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 15:28:57,185 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_eb7a018c-ff50-4347-900a-b6d610bdaa10', 'password': '22f75b7c-6a4f-4a17-b3e0-6db896adab2e', 'project_name': 'tempest_smoke_seri-project_eb7a018c-ff50-4347-900a-b6d610bdaa10', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '26585566057a47b782a1630e3bee0566', 'project_domain_name': 'Default'} 2018-12-03 15:28:57,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:28:57,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:57,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01638340-3f0f-44d2-9b0a-0d57162ca615 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "3fa8a82cd67b40b28784462e1249ef0a", "links": {"self": "http://172.30.9.30:5000/v3/roles/3fa8a82cd67b40b28784462e1249ef0a"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:28:57,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-01638340-3f0f-44d2-9b0a-0d57162ca615 2018-12-03 15:28:57,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0792500972748s 2018-12-03 15:28:57,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:28:57,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:57,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5059b4d9-a08a-4cfd-a050-5f167240e44d Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "3fa8a82cd67b40b28784462e1249ef0a", "links": {"self": "http://172.30.9.30:5000/v3/roles/3fa8a82cd67b40b28784462e1249ef0a"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:28:57,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5059b4d9-a08a-4cfd-a050-5f167240e44d 2018-12-03 15:28:57,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0778830051422s 2018-12-03 15:28:57,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:28:57,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:57,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f5a4ad9-8aef-4a44-802c-8c5a46412878 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:28:57,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-9f5a4ad9-8aef-4a44-802c-8c5a46412878 2018-12-03 15:28:57,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0754141807556s 2018-12-03 15:28:57,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:28:57,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:57,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef30c433-a411-4d99-ba04-4c1e5670b77c Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_eb7a018c-ff50-4347-900a-b6d610bdaa10", "links": {"self": "http://172.30.9.30:5000/v3/users/7c8c3ec738d6492f877ba514178d6703"}, "domain_id": "default", "enabled": true, "id": "7c8c3ec738d6492f877ba514178d6703", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:28:57,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ef30c433-a411-4d99-ba04-4c1e5670b77c 2018-12-03 15:28:57,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0954010486603s 2018-12-03 15:28:57,517 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ef30c433-a411-4d99-ba04-4c1e5670b77c 2018-12-03 15:28:57,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:28:57,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:57,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6799a3d8-3d9e-4d9c-971f-00ed50f48bf9 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "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.30:5000/v3/projects/26585566057a47b782a1630e3bee0566"}, "enabled": true, "id": "26585566057a47b782a1630e3bee0566", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_eb7a018c-ff50-4347-900a-b6d610bdaa10"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:28:57,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-6799a3d8-3d9e-4d9c-971f-00ed50f48bf9 2018-12-03 15:28:57,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.079439163208s 2018-12-03 15:28:57,603 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-6799a3d8-3d9e-4d9c-971f-00ed50f48bf9 2018-12-03 15:28:57,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:28:57,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=7c8c3ec738d6492f877ba514178d6703&scope.project.id=26585566057a47b782a1630e3bee0566&role.id=262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:57,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddcc797d-f245-4e3c-90de-df4295576fee Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=7c8c3ec738d6492f877ba514178d6703&scope.project.id=26585566057a47b782a1630e3bee0566&role.id=262658b16a4440adb64abe58dbd094c0", "previous": null, "next": null}} 2018-12-03 15:28:57,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=7c8c3ec738d6492f877ba514178d6703&scope.project.id=26585566057a47b782a1630e3bee0566&role.id=262658b16a4440adb64abe58dbd094c0 used request id req-ddcc797d-f245-4e3c-90de-df4295576fee 2018-12-03 15:28:57,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.074068069458s 2018-12-03 15:28:57,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:28:57,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/26585566057a47b782a1630e3bee0566/users/7c8c3ec738d6492f877ba514178d6703/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:57,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e86c90bd-06d6-4d7a-b435-67d65d2d0a53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:28:57,794 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/26585566057a47b782a1630e3bee0566/users/7c8c3ec738d6492f877ba514178d6703/roles/262658b16a4440adb64abe58dbd094c0 used request id req-e86c90bd-06d6-4d7a-b435-67d65d2d0a53 2018-12-03 15:28:57,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.114976882935s 2018-12-03 15:28:57,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:28:57,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:57,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66d211ee-13c1-4678-9ca6-302de941370d Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "3fa8a82cd67b40b28784462e1249ef0a", "links": {"self": "http://172.30.9.30:5000/v3/roles/3fa8a82cd67b40b28784462e1249ef0a"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:28:57,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-66d211ee-13c1-4678-9ca6-302de941370d 2018-12-03 15:28:57,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0748829841614s 2018-12-03 15:28:57,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:28:57,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:57,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04e8a73f-07c5-4db7-bddf-d7fef13cb989 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:28:57,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-04e8a73f-07c5-4db7-bddf-d7fef13cb989 2018-12-03 15:28:57,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0764470100403s 2018-12-03 15:28:57,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:28:57,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:58,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d652ec6e-296f-4bee-8632-1aba22c7b01a Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_eb7a018c-ff50-4347-900a-b6d610bdaa10", "links": {"self": "http://172.30.9.30:5000/v3/users/7c8c3ec738d6492f877ba514178d6703"}, "domain_id": "default", "enabled": true, "id": "7c8c3ec738d6492f877ba514178d6703", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:28:58,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d652ec6e-296f-4bee-8632-1aba22c7b01a 2018-12-03 15:28:58,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0968670845032s 2018-12-03 15:28:58,047 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d652ec6e-296f-4bee-8632-1aba22c7b01a 2018-12-03 15:28:58,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:28:58,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=7c8c3ec738d6492f877ba514178d6703&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:58,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c70c319-de09-41a7-8fb3-268d6d741860 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=7c8c3ec738d6492f877ba514178d6703&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default", "previous": null, "next": null}} 2018-12-03 15:28:58,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=7c8c3ec738d6492f877ba514178d6703&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default used request id req-0c70c319-de09-41a7-8fb3-268d6d741860 2018-12-03 15:28:58,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0738048553467s 2018-12-03 15:28:58,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:28:58,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/7c8c3ec738d6492f877ba514178d6703/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:28:58,243 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:28:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13f64448-21c1-4933-b3e1-ad7eeba8527e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:28:58,244 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/7c8c3ec738d6492f877ba514178d6703/roles/262658b16a4440adb64abe58dbd094c0 used request id req-13f64448-21c1-4933-b3e1-ad7eeba8527e 2018-12-03 15:28:58,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116270065308s 2018-12-03 15:28:58,244 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-03 15:29:10,297 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-03 15:29:09.972 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=df1fd120-c42e-4b68-9cdd-b370fce85a17) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | df1fd120-c42e-4b68-9cdd-b370fce85a17 | 2018-12-03T15:29:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: df1fd120-c42e-4b68-9cdd-b370fce85a17 ~/.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-12-03 15:29:13,654 - 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-12-03 15:29:13,655 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-03 15:29:21,874 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-03 15:29:17.997 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-03 15:29:18.162 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-03 15:29:21.665 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c743a1ca-5d47-481c-89d6-936636ad381d) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c743a1ca-5d47-481c-89d6-936636ad381d) as the default verifier for the future CLI operations. 2018-12-03 15:29:25,029 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-12-03 15:29:25,029 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 15:29:25,138 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-03 15:29:25,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 15:29:25,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02515f1b-4ee6-4fe7-bef2-b8925ce0bac3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:29:25,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-02515f1b-4ee6-4fe7-bef2-b8925ce0bac3 2018-12-03 15:29:25,148 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:29:25,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "3fa8a82cd67b40b28784462e1249ef0a", "name": "Member"}], "expires_at": "2018-12-03T16:29:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "26585566057a47b782a1630e3bee0566", "name": "tempest_smoke_seri-project_eb7a018c-ff50-4347-900a-b6d610bdaa10"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/26585566057a47b782a1630e3bee0566", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/26585566057a47b782a1630e3bee0566", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/26585566057a47b782a1630e3bee0566", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/26585566057a47b782a1630e3bee0566", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/26585566057a47b782a1630e3bee0566", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/26585566057a47b782a1630e3bee0566", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/26585566057a47b782a1630e3bee0566", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/26585566057a47b782a1630e3bee0566", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/26585566057a47b782a1630e3bee0566", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/26585566057a47b782a1630e3bee0566", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/26585566057a47b782a1630e3bee0566", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/26585566057a47b782a1630e3bee0566", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_eb7a018c-ff50-4347-900a-b6d610bdaa10", "id": "7c8c3ec738d6492f877ba514178d6703"}, "audit_ids": ["zGdT8WqGTzScKJ2P3gbSjg"], "issued_at": "2018-12-03T15:29:25.000000Z"}} 2018-12-03 15:29:25,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a18efb59c08af363e9b48261839d2aa80ca0241e" 2018-12-03 15:29:25,526 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 03 Dec 2018 15:29:25 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-03 15:29:25,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:29:25,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a18efb59c08af363e9b48261839d2aa80ca0241e" 2018-12-03 15:29:25,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8a60f2cd-8356-4206-b0c8-4bea9b30a14b Date: Mon, 03 Dec 2018 15:29:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:29:25,689 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-8a60f2cd-8356-4206-b0c8-4bea9b30a14b 2018-12-03 15:29:25,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.159023046494s 2018-12-03 15:29:25,689 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-8a60f2cd-8356-4206-b0c8-4bea9b30a14b 2018-12-03 15:29:25,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 15:29:25,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}a18efb59c08af363e9b48261839d2aa80ca0241e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10"}' 2018-12-03 15:29:25,941 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd X-Openstack-Request-Id: req-0eea4d81-78f2-436c-b3f0-5ec144bbc406 Date: Mon, 03 Dec 2018 15:29:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/file", "owner": "26585566057a47b782a1630e3bee0566", "id": "bee8a1db-3b8a-4886-8821-8e7afeb1c9cd", "size": null, "self": "/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:29:25Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10", "checksum": null, "created_at": "2018-12-03T15:29:25Z", "protected": false} 2018-12-03 15:29:25,941 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-0eea4d81-78f2-436c-b3f0-5ec144bbc406 2018-12-03 15:29:25,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.250324010849s 2018-12-03 15:29:25,942 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-0eea4d81-78f2-436c-b3f0-5ec144bbc406 returning object bee8a1db-3b8a-4886-8821-8e7afeb1c9cd 2018-12-03 15:29:25,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 15:29:25,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/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}a18efb59c08af363e9b48261839d2aa80ca0241e" -d '' 2018-12-03 15:29:27,364 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-446c102b-b535-44b0-bbd7-b3edb4fcb654 Date: Mon, 03 Dec 2018 15:29:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:29:27,365 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/file used request id req-446c102b-b535-44b0-bbd7-b3edb4fcb654 2018-12-03 15:29:27,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.42226290703s 2018-12-03 15:29:27,365 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/file used request id req-446c102b-b535-44b0-bbd7-b3edb4fcb654 2018-12-03 15:29:27,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:29:27,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a18efb59c08af363e9b48261839d2aa80ca0241e" 2018-12-03 15:29:27,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-deae61b2-a802-4858-8c90-61bf8bc7bee7 Date: Mon, 03 Dec 2018 15:29:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/snap", "metadata": {}}], "file": "/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/file", "owner": "26585566057a47b782a1630e3bee0566", "id": "bee8a1db-3b8a-4886-8821-8e7afeb1c9cd", "size": 12716032, "self": "/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:29:27Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:29:25Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:29:27,551 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-deae61b2-a802-4858-8c90-61bf8bc7bee7 2018-12-03 15:29:27,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185490131378s 2018-12-03 15:29:27,552 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-deae61b2-a802-4858-8c90-61bf8bc7bee7 2018-12-03 15:29:27,554 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/file', 'owner': u'26585566057a47b782a1630e3bee0566', 'id': u'bee8a1db-3b8a-4886-8821-8e7afeb1c9cd', 'size': 12716032, u'self': u'/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'26585566057a47b782a1630e3bee0566', 'name': 'tempest_smoke_seri-project_eb7a018c-ff50-4347-900a-b6d610bdaa10', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T15:29:27Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-03T15:29:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10', 'created': u'2018-12-03T15:29:25Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-03T15:29:25Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-03 15:29:27,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 15:29:27,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}9fc4a9c7c151d675f665273942f3a9cdd316884f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_eb7a018c-ff50-4347-900a-b6d610bdaa10", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-03 15:29:27,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:29: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-f5465c0f-8f27-4835-bbfd-bef6bf01b7da x-compute-request-id: req-f5465c0f-8f27-4835-bbfd-bef6bf01b7da Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/faa0e0c1-8bc6-4b81-a943-7f2fcddade01", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/faa0e0c1-8bc6-4b81-a943-7f2fcddade01", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "faa0e0c1-8bc6-4b81-a943-7f2fcddade01", "name": "tempest_smoke_serial-flavor_eb7a018c-ff50-4347-900a-b6d610bdaa10", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:29:27,768 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f5465c0f-8f27-4835-bbfd-bef6bf01b7da 2018-12-03 15:29:27,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.212610960007s 2018-12-03 15:29:27,768 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f5465c0f-8f27-4835-bbfd-bef6bf01b7da returning object faa0e0c1-8bc6-4b81-a943-7f2fcddade01 2018-12-03 15:29:27,769 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_eb7a018c-ff50-4347-900a-b6d610bdaa10', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'faa0e0c1-8bc6-4b81-a943-7f2fcddade01', 'swap': 0}) 2018-12-03 15:29:27,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 15:29:27,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/faa0e0c1-8bc6-4b81-a943-7f2fcddade01/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}9fc4a9c7c151d675f665273942f3a9cdd316884f" -d '{"extra_specs": {}}' 2018-12-03 15:29:27,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:29: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-c0bfd2fd-2a45-489b-8bb6-794f5fcb0981 x-compute-request-id: req-c0bfd2fd-2a45-489b-8bb6-794f5fcb0981 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 15:29:27,793 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/faa0e0c1-8bc6-4b81-a943-7f2fcddade01/os-extra_specs used request id req-c0bfd2fd-2a45-489b-8bb6-794f5fcb0981 2018-12-03 15:29:27,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0234620571136s 2018-12-03 15:29:27,794 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/faa0e0c1-8bc6-4b81-a943-7f2fcddade01/os-extra_specs used request id req-c0bfd2fd-2a45-489b-8bb6-794f5fcb0981 2018-12-03 15:29:27,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:29:27,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a18efb59c08af363e9b48261839d2aa80ca0241e" 2018-12-03 15:29:27,805 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:29: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:29:27,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a18efb59c08af363e9b48261839d2aa80ca0241e" 2018-12-03 15:29:27,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba9ca55d-9461-43d2-8a5d-3eac1ed30c80 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "3fa8a82cd67b40b28784462e1249ef0a", "links": {"self": "http://172.30.9.30:5000/v3/roles/3fa8a82cd67b40b28784462e1249ef0a"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:29:27,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ba9ca55d-9461-43d2-8a5d-3eac1ed30c80 2018-12-03 15:29:27,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0942809581757s 2018-12-03 15:29:27,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-03 15:29:27,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a18efb59c08af363e9b48261839d2aa80ca0241e" 2018-12-03 15:29:28,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:29: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-cc70ce02-2552-4d29-9801-fc1860e8031a x-compute-request-id: req-cc70ce02-2552-4d29-9801-fc1860e8031a Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 210}, "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": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-03 15:29:28,080 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-cc70ce02-2552-4d29-9801-fc1860e8031a 2018-12-03 15:29:28,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.186789989471s 2018-12-03 15:29:28,081 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-cc70ce02-2552-4d29-9801-fc1860e8031a 2018-12-03 15:29:28,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:29:28,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a18efb59c08af363e9b48261839d2aa80ca0241e" 2018-12-03 15:29:28,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-72ce636e-bab5-46da-abfa-49b5519449ee Date: Mon, 03 Dec 2018 15:29:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/snap", "metadata": {}}], "file": "/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/file", "owner": "26585566057a47b782a1630e3bee0566", "id": "bee8a1db-3b8a-4886-8821-8e7afeb1c9cd", "size": 12716032, "self": "/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:29:27Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:29:25Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:29:28,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-72ce636e-bab5-46da-abfa-49b5519449ee 2018-12-03 15:29:28,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18443107605s 2018-12-03 15:29:28,267 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-72ce636e-bab5-46da-abfa-49b5519449ee 2018-12-03 15:29:28,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 15:29:28,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}a18efb59c08af363e9b48261839d2aa80ca0241e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10"}' 2018-12-03 15:29:28,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c X-Openstack-Request-Id: req-1ee7cec0-3d7d-4cdd-b1e6-ed012a172e0a Date: Mon, 03 Dec 2018 15:29:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c/file", "owner": "26585566057a47b782a1630e3bee0566", "id": "8288651b-8bf2-49ea-b35d-c68f13d3778c", "size": null, "self": "/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:29:28Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10", "checksum": null, "created_at": "2018-12-03T15:29:28Z", "protected": false} 2018-12-03 15:29:28,507 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1ee7cec0-3d7d-4cdd-b1e6-ed012a172e0a 2018-12-03 15:29:28,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.237795829773s 2018-12-03 15:29:28,508 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1ee7cec0-3d7d-4cdd-b1e6-ed012a172e0a returning object 8288651b-8bf2-49ea-b35d-c68f13d3778c 2018-12-03 15:29:28,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 15:29:28,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c/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}a18efb59c08af363e9b48261839d2aa80ca0241e" -d '' 2018-12-03 15:29:29,573 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fb8e6ab6-eb12-4388-b7f2-28ff2c72fd7d Date: Mon, 03 Dec 2018 15:29:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:29:29,573 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c/file used request id req-fb8e6ab6-eb12-4388-b7f2-28ff2c72fd7d 2018-12-03 15:29:29,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.064412117s 2018-12-03 15:29:29,574 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c/file used request id req-fb8e6ab6-eb12-4388-b7f2-28ff2c72fd7d 2018-12-03 15:29:29,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:29:29,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a18efb59c08af363e9b48261839d2aa80ca0241e" 2018-12-03 15:29:29,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-c238ed79-303a-4eaf-bb25-eaf2de95cd62 Date: Mon, 03 Dec 2018 15:29:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8288651b-8bf2-49ea-b35d-c68f13d3778c/snap", "metadata": {}}], "file": "/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c/file", "owner": "26585566057a47b782a1630e3bee0566", "id": "8288651b-8bf2-49ea-b35d-c68f13d3778c", "size": 12716032, "self": "/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8288651b-8bf2-49ea-b35d-c68f13d3778c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:29:29Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:29:28Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/snap", "metadata": {}}], "file": "/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/file", "owner": "26585566057a47b782a1630e3bee0566", "id": "bee8a1db-3b8a-4886-8821-8e7afeb1c9cd", "size": 12716032, "self": "/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:29:27Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:29:25Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:29:29,767 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-c238ed79-303a-4eaf-bb25-eaf2de95cd62 2018-12-03 15:29:29,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.193238019943s 2018-12-03 15:29:29,768 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-c238ed79-303a-4eaf-bb25-eaf2de95cd62 2018-12-03 15:29:29,771 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8288651b-8bf2-49ea-b35d-c68f13d3778c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c/file', 'owner': u'26585566057a47b782a1630e3bee0566', 'id': u'8288651b-8bf2-49ea-b35d-c68f13d3778c', 'size': 12716032, u'self': u'/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'26585566057a47b782a1630e3bee0566', 'name': 'tempest_smoke_seri-project_eb7a018c-ff50-4347-900a-b6d610bdaa10', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8288651b-8bf2-49ea-b35d-c68f13d3778c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T15:29:29Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-03T15:29:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10', 'created': u'2018-12-03T15:29:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-03T15:29:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-03 15:29:29,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 15:29:29,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}9fc4a9c7c151d675f665273942f3a9cdd316884f" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-03 15:29:29,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-324bf949-c64a-4f99-89bc-b1866a1a441f x-compute-request-id: req-324bf949-c64a-4f99-89bc-b1866a1a441f Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e22fb22a-7980-47b1-85cf-7ef8e035c760", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e22fb22a-7980-47b1-85cf-7ef8e035c760", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e22fb22a-7980-47b1-85cf-7ef8e035c760", "name": "tempest_smoke_serial-flavor_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:29:29,820 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-324bf949-c64a-4f99-89bc-b1866a1a441f 2018-12-03 15:29:29,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0487711429596s 2018-12-03 15:29:29,821 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-324bf949-c64a-4f99-89bc-b1866a1a441f returning object e22fb22a-7980-47b1-85cf-7ef8e035c760 2018-12-03 15:29:29,822 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'e22fb22a-7980-47b1-85cf-7ef8e035c760', 'swap': 0}) 2018-12-03 15:29:29,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 15:29:29,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/e22fb22a-7980-47b1-85cf-7ef8e035c760/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}9fc4a9c7c151d675f665273942f3a9cdd316884f" -d '{"extra_specs": {}}' 2018-12-03 15:29:29,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-4dfd0483-98ca-4f60-972f-585baa19880b x-compute-request-id: req-4dfd0483-98ca-4f60-972f-585baa19880b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 15:29:29,846 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/e22fb22a-7980-47b1-85cf-7ef8e035c760/os-extra_specs used request id req-4dfd0483-98ca-4f60-972f-585baa19880b 2018-12-03 15:29:29,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236730575562s 2018-12-03 15:29:29,847 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/e22fb22a-7980-47b1-85cf-7ef8e035c760/os-extra_specs used request id req-4dfd0483-98ca-4f60-972f-585baa19880b 2018-12-03 15:29:29,847 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'e22fb22a-7980-47b1-85cf-7ef8e035c760', 'swap': 0}) 2018-12-03 15:29:33,097 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-03 15:29:31.995 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c743a1ca-5d47-481c-89d6-936636ad381d) for deployment 'opnfv-rally' (UUID=df1fd120-c42e-4b68-9cdd-b370fce85a17). 2018-12-03 15:29:32.903 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-03 15:29:32.906 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c743a1ca-5d47-481c-89d6-936636ad381d) has been successfully configured for deployment 'opnfv-rally' (UUID=df1fd120-c42e-4b68-9cdd-b370fce85a17)! 2018-12-03 15:29:33,097 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-03 15:29:33,098 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-03 15:29:33,100 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-03 15:29:33,116 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-03 15:29:38,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c743a1ca-5d47-481c-89d6-936636ad381d/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-12-03 15:29:38,396 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-03 15:29:38,424 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-03 15:29:38,424 - 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-12-03 15:29:40,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:29:40.610 51 INFO rally.api [-] Starting verification (UUID=1372215b-2691-4539-8853-b79f2f94bc05) for deployment 'opnfv-rally' (UUID=df1fd120-c42e-4b68-9cdd-b370fce85a17) by verifier 'opnfv-tempest' (UUID=c743a1ca-5d47-481c-89d6-936636ad381d). 2018-12-03 15:29:40,612 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1372215b-2691-4539-8853-b79f2f94bc05 2018-12-03 15:29:47,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:29:47.794 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.165s] 2018-12-03 15:29:47,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:29:47.849 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.055s] 2018-12-03 15:29:53,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:29:53.935 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.439s] 2018-12-03 15:29:57,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:29:57.697 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.760s] 2018-12-03 15:30:10,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:30:10.375 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.216s] 2018-12-03 15:30:27,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:30:27.864 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.508s] 2018-12-03 15:31:07,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:31:07.625 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-12-03 15:31:07,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:31:07.626 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-12-03 15:31:43,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:31:43.453 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.075s] 2018-12-03 15:31:43,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:31:43.455 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-12-03 15:32:20,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:32:20.404 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-12-03 15:32:20,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:32:20.406 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-12-03 15:33:19,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:33:19.909 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.240s] 2018-12-03 15:33:45,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:33:45.288 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-12-03 15:33:45,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:33:45.384 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-12-03 15:33:52,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:33:52.011 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.653s] 2018-12-03 15:33:52,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:33:52.021 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-12-03 15:33:53,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:33:53.339 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-12-03 15:33:53,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:33:53.340 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-12-03 15:33:57,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:33:57.438 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.292s] 2018-12-03 15:34:03,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:34:03.325 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.409s] 2018-12-03 15:34:09,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:34:09.881 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.598s] 2018-12-03 15:34:17,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:34:17.107 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.429s] 2018-12-03 15:34:26,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:34:26.205 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.884s] 2018-12-03 15:34:32,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:34:32.502 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.692s] 2018-12-03 15:34:38,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:34:38.368 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.170s] 2018-12-03 15:34:45,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:34:45.823 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.402s] 2018-12-03 15:34:52,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:34:52.916 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.756s] 2018-12-03 15:35:02,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:35:02.104 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.655s] 2018-12-03 15:35:04,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:35:04.447 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-12-03 15:35:06,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:35:06.363 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.072s] 2018-12-03 15:35:06,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:35:06.439 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.076s] 2018-12-03 15:35:06,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:35:06.516 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-12-03 15:35:06,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:35:06.523 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-12-03 15:35:10,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:35:10.537 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.804s] 2018-12-03 15:35:11,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:35:11.994 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.456s] 2018-12-03 15:35:14,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:35:14.154 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.160s] 2018-12-03 15:35:20,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:35:20.973 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-12-03 15:35:28,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:35:28.672 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.573s] 2018-12-03 15:35:46,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:35:46.149 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.094s] 2018-12-03 15:35:50,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:35:50.621 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.472s] 2018-12-03 15:36:04,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:36:04.161 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.990s] 2018-12-03 15:36:07,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:36:07.442 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.279s] 2018-12-03 15:36:13,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:36:13.713 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.270s] 2018-12-03 15:36:22,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:36:22.788 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.708s] 2018-12-03 15:36:26,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:36:26.732 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.943s] 2018-12-03 15:36:30,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:36:30.659 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.927s] 2018-12-03 15:36:47,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:36:47.145 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.933s] 2018-12-03 15:36:47,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:36:47.586 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.441s] 2018-12-03 15:36:47,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:36:47.849 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.262s] 2018-12-03 15:36:48,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:36:48.048 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.198s] 2018-12-03 15:36:48,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:36:48.441 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.393s] 2018-12-03 15:36:48,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:36:48.642 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.201s] 2018-12-03 15:37:02,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:02.093 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.595s] 2018-12-03 15:37:02,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:02.509 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.415s] 2018-12-03 15:37:02,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:02.850 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.340s] 2018-12-03 15:37:03,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:03.084 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.234s] 2018-12-03 15:37:03,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:03.317 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.233s] 2018-12-03 15:37:03,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:03.523 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.205s] 2018-12-03 15:37:17,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:17.032 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.473s] 2018-12-03 15:37:22,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:22.582 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.549s] 2018-12-03 15:37:24,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:24.883 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.301s] 2018-12-03 15:37:25,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:25.084 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.200s] 2018-12-03 15:37:25,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:25.272 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.188s] 2018-12-03 15:37:37,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:37.214 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.688s] 2018-12-03 15:37:44,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:44.310 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.095s] 2018-12-03 15:37:46,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:46.410 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.099s] 2018-12-03 15:37:46,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:46.473 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.064s] 2018-12-03 15:37:46,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:37:46.678 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.204s] 2018-12-03 15:38:07,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:38:07.599 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.611s] 2018-12-03 15:38:19,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:38:19.383 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.784s] 2018-12-03 15:38:30,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:38:30.177 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.793s] 2018-12-03 15:38:39,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:38:39.887 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.709s] 2018-12-03 15:39:10,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:39:10.444 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.347s] 2018-12-03 15:39:22,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:39:22.012 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.568s] 2018-12-03 15:39:32,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:39:32.437 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.424s] 2018-12-03 15:39:41,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:39:41.267 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [8.829s] 2018-12-03 15:39:57,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:39:57.613 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.573s] 2018-12-03 15:39:59,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:39:59.920 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.304s] 2018-12-03 15:40:00,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:00.103 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.186s] 2018-12-03 15:40:05,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:05.084 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.638s] 2018-12-03 15:40:07,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:07.461 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.374s] 2018-12-03 15:40:07,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:07.674 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.215s] 2018-12-03 15:40:12,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:12.216 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.467s] 2018-12-03 15:40:15,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:15.382 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-12-03 15:40:16,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:16.677 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-12-03 15:40:16,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:16.681 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-12-03 15:40:16,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:16.682 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-12-03 15:40:16,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:16.683 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-12-03 15:40:16,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:16.684 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-12-03 15:40:18,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:18.573 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-12-03 15:40:33,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:33.345 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.392s] 2018-12-03 15:40:46,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:46.452 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.626s] 2018-12-03 15:40:59,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:40:59.864 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.409s] 2018-12-03 15:41:08,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:41:08.489 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.047s] 2018-12-03 15:42:21,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:42:21.934 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [66.426s] 2018-12-03 15:43:02,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:43:02.791 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [28.255s] 2018-12-03 15:43:56,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 15:43:56.805 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [25.720s] 2018-12-03 15:44:17,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 1372215b-2691-4539-8853-b79f2f94bc05 2018-12-03 15:44:17,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1372215b-2691-4539-8853-b79f2f94bc05']'. 2018-12-03 15:44:18,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-03 15:44:18,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-03 15:44:18,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-03 15:44:18,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1372215b-2691-4539-8853-b79f2f94bc05 | 2018-12-03 15:44:18,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-12-03 15:44:18,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-03 15:29:40 | 2018-12-03 15:44:18,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-03 15:44:17 | 2018-12-03 15:44:18,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:37 | 2018-12-03 15:44:18,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-12-03 15:44:18,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-03 15:44:18,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-03 15:44:18,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c743a1ca-5d47-481c-89d6-936636ad381d) | 2018-12-03 15:44:18,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-03 15:44:18,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: df1fd120-c42e-4b68-9cdd-b370fce85a17) | 2018-12-03 15:44:18,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-12-03 15:44:18,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 851.059 | 2018-12-03 15:44:18,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-12-03 15:44:18,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-12-03 15:44:18,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-03 15:44:18,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-03 15:44:18,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-12-03 15:44:18,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-03 15:44:18,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-03 15:44:18,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-03 15:44:18,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-12-03 15:44:18,532 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-03 15:44:18,532 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:53 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-12-03 15:44:18,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 15:44:18,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a18efb59c08af363e9b48261839d2aa80ca0241e" 2018-12-03 15:44:20,271 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a005da5b-511c-4ad6-bb25-7af3f0e416a4 Date: Mon, 03 Dec 2018 15:44:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:44:20,272 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c used request id req-a005da5b-511c-4ad6-bb25-7af3f0e416a4 2018-12-03 15:44:20,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.73575496674s 2018-12-03 15:44:20,272 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/8288651b-8bf2-49ea-b35d-c68f13d3778c used request id req-a005da5b-511c-4ad6-bb25-7af3f0e416a4 2018-12-03 15:44:20,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 15:44:20,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:44:20,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-d1b8dc7d-98a2-4ae7-85b9-77d5321bbbe2 x-compute-request-id: req-d1b8dc7d-98a2-4ae7-85b9-77d5321bbbe2 Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e22fb22a-7980-47b1-85cf-7ef8e035c760", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e22fb22a-7980-47b1-85cf-7ef8e035c760", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e22fb22a-7980-47b1-85cf-7ef8e035c760", "name": "tempest_smoke_serial-flavor_alt_eb7a018c-ff50-4347-900a-b6d610bdaa10", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/faa0e0c1-8bc6-4b81-a943-7f2fcddade01", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/faa0e0c1-8bc6-4b81-a943-7f2fcddade01", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "faa0e0c1-8bc6-4b81-a943-7f2fcddade01", "name": "tempest_smoke_serial-flavor_eb7a018c-ff50-4347-900a-b6d610bdaa10", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 15:44:20,470 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-d1b8dc7d-98a2-4ae7-85b9-77d5321bbbe2 2018-12-03 15:44:20,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.197379112244s 2018-12-03 15:44:20,471 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-d1b8dc7d-98a2-4ae7-85b9-77d5321bbbe2 2018-12-03 15:44:20,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 15:44:20,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/e22fb22a-7980-47b1-85cf-7ef8e035c760 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:44:20,528 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 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 x-openstack-request-id: req-ac649e1e-e08a-4949-bfec-db52b102e493 x-compute-request-id: req-ac649e1e-e08a-4949-bfec-db52b102e493 Content-Length: 0 Content-Type: application/json 2018-12-03 15:44:20,528 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e22fb22a-7980-47b1-85cf-7ef8e035c760 used request id req-ac649e1e-e08a-4949-bfec-db52b102e493 2018-12-03 15:44:20,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0547771453857s 2018-12-03 15:44:20,528 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e22fb22a-7980-47b1-85cf-7ef8e035c760 used request id req-ac649e1e-e08a-4949-bfec-db52b102e493 2018-12-03 15:44:20,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:44:20,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a18efb59c08af363e9b48261839d2aa80ca0241e" 2018-12-03 15:44:20,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-9b7d7590-21e7-4ed3-bd28-07fc0ec51774 Date: Mon, 03 Dec 2018 15:44:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/snap", "metadata": {}}], "file": "/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/file", "owner": "26585566057a47b782a1630e3bee0566", "id": "bee8a1db-3b8a-4886-8821-8e7afeb1c9cd", "size": 12716032, "self": "/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:29:27Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_eb7a018c-ff50-4347-900a-b6d610bdaa10", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:29:25Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:44:20,720 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-9b7d7590-21e7-4ed3-bd28-07fc0ec51774 2018-12-03 15:44:20,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.19219493866s 2018-12-03 15:44:20,721 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-9b7d7590-21e7-4ed3-bd28-07fc0ec51774 2018-12-03 15:44:20,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 15:44:20,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a18efb59c08af363e9b48261839d2aa80ca0241e" 2018-12-03 15:44:22,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-10f2f90a-03f4-4f03-a9f2-9bb5d8778cd6 Date: Mon, 03 Dec 2018 15:44:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:44:22,832 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd used request id req-10f2f90a-03f4-4f03-a9f2-9bb5d8778cd6 2018-12-03 15:44:22,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.10899400711s 2018-12-03 15:44:22,833 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/bee8a1db-3b8a-4886-8821-8e7afeb1c9cd used request id req-10f2f90a-03f4-4f03-a9f2-9bb5d8778cd6 2018-12-03 15:44:22,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 15:44:22,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:44:22,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15: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-63638f67-6133-4b92-ab3f-d80cb8798466 x-compute-request-id: req-63638f67-6133-4b92-ab3f-d80cb8798466 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/faa0e0c1-8bc6-4b81-a943-7f2fcddade01", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/faa0e0c1-8bc6-4b81-a943-7f2fcddade01", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "faa0e0c1-8bc6-4b81-a943-7f2fcddade01", "name": "tempest_smoke_serial-flavor_eb7a018c-ff50-4347-900a-b6d610bdaa10", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 15:44:22,867 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-63638f67-6133-4b92-ab3f-d80cb8798466 2018-12-03 15:44:22,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0343821048737s 2018-12-03 15:44:22,868 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-63638f67-6133-4b92-ab3f-d80cb8798466 2018-12-03 15:44:22,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 15:44:22,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/faa0e0c1-8bc6-4b81-a943-7f2fcddade01 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:44:22,911 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 15: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 x-openstack-request-id: req-e6fc7a0d-f68b-4126-b1eb-c25801d2814e x-compute-request-id: req-e6fc7a0d-f68b-4126-b1eb-c25801d2814e Content-Length: 0 Content-Type: application/json 2018-12-03 15:44:22,911 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/faa0e0c1-8bc6-4b81-a943-7f2fcddade01 used request id req-e6fc7a0d-f68b-4126-b1eb-c25801d2814e 2018-12-03 15:44:22,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0416278839111s 2018-12-03 15:44:22,912 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/faa0e0c1-8bc6-4b81-a943-7f2fcddade01 used request id req-e6fc7a0d-f68b-4126-b1eb-c25801d2814e 2018-12-03 15:44:22,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:44:22,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:44:23,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ebc0686-c3cb-4668-9842-6869e88a76e6 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_eb7a018c-ff50-4347-900a-b6d610bdaa10", "links": {"self": "http://172.30.9.30:5000/v3/users/7c8c3ec738d6492f877ba514178d6703"}, "domain_id": "default", "enabled": true, "id": "7c8c3ec738d6492f877ba514178d6703", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:44:23,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9ebc0686-c3cb-4668-9842-6869e88a76e6 2018-12-03 15:44:23,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11152100563s 2018-12-03 15:44:23,024 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9ebc0686-c3cb-4668-9842-6869e88a76e6 2018-12-03 15:44:23,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:44:23,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/7c8c3ec738d6492f877ba514178d6703 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:44:23,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15f65dce-1c3b-4f82-b244-5eba1a2f9b31 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/7c8c3ec738d6492f877ba514178d6703"}, "enabled": true, "id": "7c8c3ec738d6492f877ba514178d6703", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_eb7a018c-ff50-4347-900a-b6d610bdaa10"}} 2018-12-03 15:44:23,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/7c8c3ec738d6492f877ba514178d6703 used request id req-15f65dce-1c3b-4f82-b244-5eba1a2f9b31 2018-12-03 15:44:23,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0889599323273s 2018-12-03 15:44:23,120 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/7c8c3ec738d6492f877ba514178d6703 used request id req-15f65dce-1c3b-4f82-b244-5eba1a2f9b31 2018-12-03 15:44:23,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 15:44:23,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/7c8c3ec738d6492f877ba514178d6703 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:44:23,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:44:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef5e9277-595f-4346-bc06-f5987f9c04e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:44:23,378 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/7c8c3ec738d6492f877ba514178d6703 used request id req-ef5e9277-595f-4346-bc06-f5987f9c04e1 2018-12-03 15:44:23,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.257472991943s 2018-12-03 15:44:23,378 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/7c8c3ec738d6492f877ba514178d6703 used request id req-ef5e9277-595f-4346-bc06-f5987f9c04e1 2018-12-03 15:44:23,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:44:23,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:44:23,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d0068b9-2f28-4751-8506-128027fa9dbb Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "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.30:5000/v3/projects/26585566057a47b782a1630e3bee0566"}, "enabled": true, "id": "26585566057a47b782a1630e3bee0566", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_eb7a018c-ff50-4347-900a-b6d610bdaa10"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:44:23,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-1d0068b9-2f28-4751-8506-128027fa9dbb 2018-12-03 15:44:23,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0832169055939s 2018-12-03 15:44:23,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-1d0068b9-2f28-4751-8506-128027fa9dbb 2018-12-03 15:44:23,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 15:44:23,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/26585566057a47b782a1630e3bee0566 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:44:23,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:44:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc929bf2-f00f-401d-86c8-2dd448b6aa73 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:44:23,606 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/26585566057a47b782a1630e3bee0566 used request id req-dc929bf2-f00f-401d-86c8-2dd448b6aa73 2018-12-03 15:44:23,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.141726016998s 2018-12-03 15:44:23,607 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/26585566057a47b782a1630e3bee0566 used request id req-dc929bf2-f00f-401d-86c8-2dd448b6aa73 2018-12-03 15:44:23,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:44:23,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:44:23,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c68d83ad-d0a4-476b-82ec-3a4330dc9dea Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "3fa8a82cd67b40b28784462e1249ef0a", "links": {"self": "http://172.30.9.30:5000/v3/roles/3fa8a82cd67b40b28784462e1249ef0a"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:44:23,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c68d83ad-d0a4-476b-82ec-3a4330dc9dea 2018-12-03 15:44:23,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0896360874176s 2018-12-03 15:44:23,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 15:44:23,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/3fa8a82cd67b40b28784462e1249ef0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:44:23,820 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:44:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0869528d-8b90-4ab5-afc1-c28e88f95312 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:44:23,820 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/3fa8a82cd67b40b28784462e1249ef0a used request id req-0869528d-8b90-4ab5-afc1-c28e88f95312 2018-12-03 15:44:23,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.121325969696s 2018-12-03 15:44:23,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 15:44:23,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=26585566057a47b782a1630e3bee0566&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}9fc4a9c7c151d675f665273942f3a9cdd316884f" 2018-12-03 15:44:24,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c16e70e8-ef3a-462e-901c-66592ab6d940 Date: Mon, 03 Dec 2018 15:44:24 GMT RESP BODY: {"security_groups": []} 2018-12-03 15:44:24,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=26585566057a47b782a1630e3bee0566&name=default used request id req-c16e70e8-ef3a-462e-901c-66592ab6d940 2018-12-03 15:44:24,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.185082912445s 2018-12-03 15:44:24,009 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=26585566057a47b782a1630e3bee0566&name=default used request id req-c16e70e8-ef3a-462e-901c-66592ab6d940 2018-12-03 15:44:24,063 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-12-03 15:44:24,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 15:44:24,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 15:44:24,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 15:44:24,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 15:44:24,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 15:44:24,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 15:44:24,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 15:44:24,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 15:44:24,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 15:44:24,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 15:44:24,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 15:44:24,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 15:44:24,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 15:44:24,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 15:44:24,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 15:44:24,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 15:44:24,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 15:44:24,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 15:44:24,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 15:44:24,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 15:44:24,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 15:44:24,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 15:44:24,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 15:44:24,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 15:44:24,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 15:44:24,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feb2a36d-6725-4db8-bd27-b8c1fab5b12d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:44:24,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-feb2a36d-6725-4db8-bd27-b8c1fab5b12d 2018-12-03 15:44:24,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:44:24,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T16:44:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["ntNplGWeSViX2k9SY_X4uA"], "issued_at": "2018-12-03T15:44:24.000000Z"}} 2018-12-03 15:44:24,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:44:24,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:24,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c4bb3cde-dc5e-4036-b38b-2d19c9703a16 Date: Mon, 03 Dec 2018 15:44:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:44:24,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c4bb3cde-dc5e-4036-b38b-2d19c9703a16 2018-12-03 15:44:24,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.229443073273s 2018-12-03 15:44:24,815 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c4bb3cde-dc5e-4036-b38b-2d19c9703a16 2018-12-03 15:44:24,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 15:44:24,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:24,824 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 15:44: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 15:44:24,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:24,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eea0a81b-3068-4093-9420-0894fb3fda96 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 15:44:24,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-eea0a81b-3068-4093-9420-0894fb3fda96 2018-12-03 15:44:24,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0846638679504s 2018-12-03 15:44:24,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 15:44:24,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_8c6f1920-df62-49a5-a860-8ee9a601d05f"}}' 2018-12-03 15:44:25,017 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:44:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8eaf623-9685-4d44-bdaa-09c270a7eda8 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.30:5000/v3/projects/a834096a70644fc8ad511c84e14558da"}, "enabled": true, "id": "a834096a70644fc8ad511c84e14558da", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_8c6f1920-df62-49a5-a860-8ee9a601d05f"}} 2018-12-03 15:44:25,018 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-c8eaf623-9685-4d44-bdaa-09c270a7eda8 2018-12-03 15:44:25,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.115633964539s 2018-12-03 15:44:25,018 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-c8eaf623-9685-4d44-bdaa-09c270a7eda8 2018-12-03 15:44:25,019 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'id': u'a834096a70644fc8ad511c84e14558da', '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-12-03 15:44:25,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 15:44:25,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.393212080002s 2018-12-03 15:44:25,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/7da59be8a8fa40118198c3fa183ae3ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:25,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b0dc62f-9fd9-4344-9e6a-950be8cd706d Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/7da59be8a8fa40118198c3fa183ae3ba"}, "enabled": true, "id": "7da59be8a8fa40118198c3fa183ae3ba", "options": {}, "domain_id": "default", "name": "rally_sanity-user_8c6f1920-df62-49a5-a860-8ee9a601d05f"}} 2018-12-03 15:44:25,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/7da59be8a8fa40118198c3fa183ae3ba used request id req-2b0dc62f-9fd9-4344-9e6a-950be8cd706d 2018-12-03 15:44:25,500 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7da59be8a8fa40118198c3fa183ae3ba', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_8c6f1920-df62-49a5-a860-8ee9a601d05f'}) 2018-12-03 15:44:25,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:44:25,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:25,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd2ccb22-390b-448a-8c7c-16568707f006 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:44:25,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-fd2ccb22-390b-448a-8c7c-16568707f006 2018-12-03 15:44:25,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824348926544s 2018-12-03 15:44:25,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:44:25,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:25,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ee46ebb-8e8a-4e23-b73a-8647667a2c32 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 15:44:25,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1ee46ebb-8e8a-4e23-b73a-8647667a2c32 2018-12-03 15:44:25,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819990634918s 2018-12-03 15:44:25,667 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 15:44:25,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 15:44:25,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" -d '{"role": {"name": "Member"}}' 2018-12-03 15:44:25,760 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 15:44:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7eef40e6-493b-4c38-8c52-9d935509e70b Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f555db7abc16461b93e598772fafbadd", "links": {"self": "http://172.30.9.30:5000/v3/roles/f555db7abc16461b93e598772fafbadd"}, "name": "Member"}} 2018-12-03 15:44:25,761 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-7eef40e6-493b-4c38-8c52-9d935509e70b 2018-12-03 15:44:25,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0929529666901s 2018-12-03 15:44:25,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/f555db7abc16461b93e598772fafbadd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:25,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91450141-208a-49cd-b10e-92f1fc603428 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/f555db7abc16461b93e598772fafbadd"}, "domain_id": null, "name": "Member", "id": "f555db7abc16461b93e598772fafbadd"}} 2018-12-03 15:44:25,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/f555db7abc16461b93e598772fafbadd used request id req-91450141-208a-49cd-b10e-92f1fc603428 2018-12-03 15:44:25,844 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/f555db7abc16461b93e598772fafbadd'}, 'domain_id': None, 'human_id': None, 'id': u'f555db7abc16461b93e598772fafbadd', 'HUMAN_ID': False}) 2018-12-03 15:44:25,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:44:25,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:25,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-163561f7-97fd-4036-83e6-77aedff4f304 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f555db7abc16461b93e598772fafbadd", "links": {"self": "http://172.30.9.30:5000/v3/roles/f555db7abc16461b93e598772fafbadd"}, "name": "Member"}]} 2018-12-03 15:44:25,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-163561f7-97fd-4036-83e6-77aedff4f304 2018-12-03 15:44:25,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0811440944672s 2018-12-03 15:44:25,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:44:25,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:26,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28a5c7d8-dda9-4216-a42a-f0418caaedda Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:44:26,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-28a5c7d8-dda9-4216-a42a-f0418caaedda 2018-12-03 15:44:26,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.074786901474s 2018-12-03 15:44:26,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:44:26,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:26,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9434af78-e921-4def-ab14-1e42c02c64fa Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_8c6f1920-df62-49a5-a860-8ee9a601d05f", "links": {"self": "http://172.30.9.30:5000/v3/users/7da59be8a8fa40118198c3fa183ae3ba"}, "domain_id": "default", "enabled": true, "id": "7da59be8a8fa40118198c3fa183ae3ba", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:44:26,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9434af78-e921-4def-ab14-1e42c02c64fa 2018-12-03 15:44:26,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0981750488281s 2018-12-03 15:44:26,102 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9434af78-e921-4def-ab14-1e42c02c64fa 2018-12-03 15:44:26,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:44:26,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:26,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c364c9-5112-4849-b14e-8787a6d10d6a Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.30:5000/v3/projects/a834096a70644fc8ad511c84e14558da"}, "enabled": true, "id": "a834096a70644fc8ad511c84e14558da", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_8c6f1920-df62-49a5-a860-8ee9a601d05f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:44:26,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-38c364c9-5112-4849-b14e-8787a6d10d6a 2018-12-03 15:44:26,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0835399627686s 2018-12-03 15:44:26,192 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-38c364c9-5112-4849-b14e-8787a6d10d6a 2018-12-03 15:44:26,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:44:26,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=7da59be8a8fa40118198c3fa183ae3ba&scope.project.id=a834096a70644fc8ad511c84e14558da&role.id=f555db7abc16461b93e598772fafbadd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:26,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f037ae48-ea0e-47b9-b41d-6d2fb9892c2b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=7da59be8a8fa40118198c3fa183ae3ba&scope.project.id=a834096a70644fc8ad511c84e14558da&role.id=f555db7abc16461b93e598772fafbadd", "previous": null, "next": null}} 2018-12-03 15:44:26,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=7da59be8a8fa40118198c3fa183ae3ba&scope.project.id=a834096a70644fc8ad511c84e14558da&role.id=f555db7abc16461b93e598772fafbadd used request id req-f037ae48-ea0e-47b9-b41d-6d2fb9892c2b 2018-12-03 15:44:26,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0725049972534s 2018-12-03 15:44:26,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:44:26,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/a834096a70644fc8ad511c84e14558da/users/7da59be8a8fa40118198c3fa183ae3ba/roles/f555db7abc16461b93e598772fafbadd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:26,391 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:44:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b75a850-ef6a-4d3e-bc58-1230a5072306 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:44:26,392 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a834096a70644fc8ad511c84e14558da/users/7da59be8a8fa40118198c3fa183ae3ba/roles/f555db7abc16461b93e598772fafbadd used request id req-6b75a850-ef6a-4d3e-bc58-1230a5072306 2018-12-03 15:44:26,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124716043472s 2018-12-03 15:44:26,393 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_8c6f1920-df62-49a5-a860-8ee9a601d05f', 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': '0b7ac444-3fa6-460f-b8e9-85632ee79715', 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_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'project_id': u'a834096a70644fc8ad511c84e14558da', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 15:44:26,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 15:44:26,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 15:44:26,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 15:44:26,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 15:44:26,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 15:44:26,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 15:44:26,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 15:44:26,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 15:44:26,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 15:44:26,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 15:44:26,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 15:44:26,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 15:44:26,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 15:44:26,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 15:44:26,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 15:44:26,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 15:44:26,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 15:44:26,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 15:44:26,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 15:44:26,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 15:44:26,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 15:44:26,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 15:44:26,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 15:44:26,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 15:44:26,398 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'password': '0b7ac444-3fa6-460f-b8e9-85632ee79715', 'project_name': 'rally_sanity-project_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'a834096a70644fc8ad511c84e14558da', 'project_domain_name': 'Default'} 2018-12-03 15:44:26,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:44:26,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:26,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc500eb-ad02-451e-b043-50c6932cbffb Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f555db7abc16461b93e598772fafbadd", "links": {"self": "http://172.30.9.30:5000/v3/roles/f555db7abc16461b93e598772fafbadd"}, "name": "Member"}]} 2018-12-03 15:44:26,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3dc500eb-ad02-451e-b043-50c6932cbffb 2018-12-03 15:44:26,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824730396271s 2018-12-03 15:44:26,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 15:44:26,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:26,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9309dcc-049b-438a-a542-e8c35fcf9995 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f555db7abc16461b93e598772fafbadd", "links": {"self": "http://172.30.9.30:5000/v3/roles/f555db7abc16461b93e598772fafbadd"}, "name": "Member"}]} 2018-12-03 15:44:26,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c9309dcc-049b-438a-a542-e8c35fcf9995 2018-12-03 15:44:26,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0769019126892s 2018-12-03 15:44:26,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 15:44:26,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:26,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28696140-4db8-4edd-9992-7a49a30fdcb4 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 15:44:26,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-28696140-4db8-4edd-9992-7a49a30fdcb4 2018-12-03 15:44:26,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0803890228271s 2018-12-03 15:44:26,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 15:44:26,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:26,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3292e8eb-6f7b-4e13-b5bd-cf571f1c0244 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_8c6f1920-df62-49a5-a860-8ee9a601d05f", "links": {"self": "http://172.30.9.30:5000/v3/users/7da59be8a8fa40118198c3fa183ae3ba"}, "domain_id": "default", "enabled": true, "id": "7da59be8a8fa40118198c3fa183ae3ba", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 15:44:26,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3292e8eb-6f7b-4e13-b5bd-cf571f1c0244 2018-12-03 15:44:26,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104199886322s 2018-12-03 15:44:26,747 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3292e8eb-6f7b-4e13-b5bd-cf571f1c0244 2018-12-03 15:44:26,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:44:26,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:26,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18962324-2270-4a1a-a1c0-c16a4abf64af Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.30:5000/v3/projects/a834096a70644fc8ad511c84e14558da"}, "enabled": true, "id": "a834096a70644fc8ad511c84e14558da", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_8c6f1920-df62-49a5-a860-8ee9a601d05f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:44:26,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-18962324-2270-4a1a-a1c0-c16a4abf64af 2018-12-03 15:44:26,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0738279819489s 2018-12-03 15:44:26,827 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-18962324-2270-4a1a-a1c0-c16a4abf64af 2018-12-03 15:44:26,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 15:44:26,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=7da59be8a8fa40118198c3fa183ae3ba&scope.project.id=a834096a70644fc8ad511c84e14558da&role.id=262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:26,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0db873fa-b03a-4eee-b152-419f86459e00 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=7da59be8a8fa40118198c3fa183ae3ba&scope.project.id=a834096a70644fc8ad511c84e14558da&role.id=262658b16a4440adb64abe58dbd094c0", "previous": null, "next": null}} 2018-12-03 15:44:26,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=7da59be8a8fa40118198c3fa183ae3ba&scope.project.id=a834096a70644fc8ad511c84e14558da&role.id=262658b16a4440adb64abe58dbd094c0 used request id req-0db873fa-b03a-4eee-b152-419f86459e00 2018-12-03 15:44:26,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0801739692688s 2018-12-03 15:44:26,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 15:44:26,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/a834096a70644fc8ad511c84e14558da/users/7da59be8a8fa40118198c3fa183ae3ba/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:27,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 15:44:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4af455ea-2712-49a9-944e-738fa75c54f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 15:44:27,032 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a834096a70644fc8ad511c84e14558da/users/7da59be8a8fa40118198c3fa183ae3ba/roles/262658b16a4440adb64abe58dbd094c0 used request id req-4af455ea-2712-49a9-944e-738fa75c54f8 2018-12-03 15:44:27,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121994018555s 2018-12-03 15:44:27,033 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-12-03 15:44:27,364 - 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 NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-12-03 15:44:27,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 15:44:27,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:27,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcf3926a-c7d2-4dbb-b928-3a052921538a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 15:44:27,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-dcf3926a-c7d2-4dbb-b928-3a052921538a 2018-12-03 15:44:27,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0739390850067s 2018-12-03 15:44:27,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 15:44:27,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 15:44:27,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2308fba2-4df1-4d19-864a-957d8bf73abc Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.30:5000/v3/projects/a834096a70644fc8ad511c84e14558da"}, "enabled": true, "id": "a834096a70644fc8ad511c84e14558da", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_8c6f1920-df62-49a5-a860-8ee9a601d05f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 15:44:27,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-2308fba2-4df1-4d19-864a-957d8bf73abc 2018-12-03 15:44:27,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0816419124603s 2018-12-03 15:44:27,522 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-2308fba2-4df1-4d19-864a-957d8bf73abc 2018-12-03 15:44:27,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-03 15:44:27,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" -d '{"network": {"shared": true, "tenant_id": "a834096a70644fc8ad511c84e14558da", "name": "rally_sanity-net_8c6f1920-df62-49a5-a860-8ee9a601d05f", "admin_state_up": true}}' 2018-12-03 15:44:28,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-acc1a23f-b3a2-4387-870b-4ccc38758b33 Date: Mon, 03 Dec 2018 15:44:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5dba8263-529e-460b-b4b8-6e75c83f762f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":true,"project_id":"a834096a70644fc8ad511c84e14558da","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:44:27Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_8c6f1920-df62-49a5-a860-8ee9a601d05f","admin_state_up":true,"tenant_id":"a834096a70644fc8ad511c84e14558da","created_at":"2018-12-03T15:44:27Z","mtu":1450}} 2018-12-03 15:44:28,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-acc1a23f-b3a2-4387-870b-4ccc38758b33 2018-12-03 15:44:28,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.514509916306s 2018-12-03 15:44:28,040 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-acc1a23f-b3a2-4387-870b-4ccc38758b33 2018-12-03 15:44:28,041 - 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-12-03T15:44:27Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5dba8263-529e-460b-b4b8-6e75c83f762f', u'provider:segmentation_id': 75, 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_8c6f1920-df62-49a5-a860-8ee9a601d05f', u'created_at': u'2018-12-03T15:44:27Z', u'mtu': 1450, u'tenant_id': u'a834096a70644fc8ad511c84e14558da', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'a834096a70644fc8ad511c84e14558da'}) 2018-12-03 15:44:28,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 15:44:28,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-810a2fb2-7812-4581-b301-8c80289fa7d7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 15:44:28,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-810a2fb2-7812-4581-b301-8c80289fa7d7 2018-12-03 15:44:28,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 15:44:28,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "f555db7abc16461b93e598772fafbadd", "name": "Member"}], "expires_at": "2018-12-03T16:44:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a834096a70644fc8ad511c84e14558da", "name": "rally_sanity-project_8c6f1920-df62-49a5-a860-8ee9a601d05f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a834096a70644fc8ad511c84e14558da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/a834096a70644fc8ad511c84e14558da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/a834096a70644fc8ad511c84e14558da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/a834096a70644fc8ad511c84e14558da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/a834096a70644fc8ad511c84e14558da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/a834096a70644fc8ad511c84e14558da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a834096a70644fc8ad511c84e14558da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/a834096a70644fc8ad511c84e14558da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/a834096a70644fc8ad511c84e14558da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a834096a70644fc8ad511c84e14558da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/a834096a70644fc8ad511c84e14558da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/a834096a70644fc8ad511c84e14558da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_8c6f1920-df62-49a5-a860-8ee9a601d05f", "id": "7da59be8a8fa40118198c3fa183ae3ba"}, "audit_ids": ["w3rzfo4RQnSupXeS0JDUqQ"], "issued_at": "2018-12-03T15:44:28.000000Z"}} 2018-12-03 15:44:28,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 15:44:28,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d9ca6b3f598b553753265df438ec2a240edbe717" 2018-12-03 15:44:28,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-2127ee4d-cb7c-4614-86e8-a63879fa7d7b Date: Mon, 03 Dec 2018 15:44:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5dba8263-529e-460b-b4b8-6e75c83f762f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":true,"project_id":"a834096a70644fc8ad511c84e14558da","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T15:44:27Z","qos_policy_id":null,"name":"rally_sanity-net_8c6f1920-df62-49a5-a860-8ee9a601d05f","admin_state_up":true,"tenant_id":"a834096a70644fc8ad511c84e14558da","created_at":"2018-12-03T15:44:27Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 15:44:28,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-2127ee4d-cb7c-4614-86e8-a63879fa7d7b 2018-12-03 15:44:28,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.38388800621s 2018-12-03 15:44:28,805 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-2127ee4d-cb7c-4614-86e8-a63879fa7d7b 2018-12-03 15:44:28,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-03 15:44:28,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d9ca6b3f598b553753265df438ec2a240edbe717" -d '{"subnet": {"name": "rally_sanity-subnet_8c6f1920-df62-49a5-a860-8ee9a601d05f", "enable_dhcp": true, "network_id": "5dba8263-529e-460b-b4b8-6e75c83f762f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-12-03 15:44:29,333 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-05e0eabe-cac7-4ad6-8cd4-d719b6d6fc48 Date: Mon, 03 Dec 2018 15:44:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dba8263-529e-460b-b4b8-6e75c83f762f","tenant_id":"a834096a70644fc8ad511c84e14558da","created_at":"2018-12-03T15:44:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T15:44:29Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"a834096a70644fc8ad511c84e14558da","id":"c5d769a4-4449-4cd6-bf22-68aa53835f62","subnetpool_id":null,"name":"rally_sanity-subnet_8c6f1920-df62-49a5-a860-8ee9a601d05f"}} 2018-12-03 15:44:29,333 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-05e0eabe-cac7-4ad6-8cd4-d719b6d6fc48 2018-12-03 15:44:29,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.526848077774s 2018-12-03 15:44:29,334 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-05e0eabe-cac7-4ad6-8cd4-d719b6d6fc48 2018-12-03 15:44:29,334 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-03T15:44:29Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'c5d769a4-4449-4cd6-bf22-68aa53835f62', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_8c6f1920-df62-49a5-a860-8ee9a601d05f', u'enable_dhcp': True, u'network_id': u'5dba8263-529e-460b-b4b8-6e75c83f762f', u'tenant_id': u'a834096a70644fc8ad511c84e14558da', u'created_at': u'2018-12-03T15:44:29Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a834096a70644fc8ad511c84e14558da'}) 2018-12-03 15:44:29,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-03 15:44:29,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d9ca6b3f598b553753265df438ec2a240edbe717" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "rally_sanity-router_8c6f1920-df62-49a5-a860-8ee9a601d05f", "admin_state_up": true}}' 2018-12-03 15:44:34,115 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 711 X-Openstack-Request-Id: req-c6f65013-ac3f-4e38-a449-3a3dcb9fe9ce Date: Mon, 03 Dec 2018 15:44:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "a834096a70644fc8ad511c84e14558da", "created_at": "2018-12-03T15:44:30Z", "admin_state_up": true, "updated_at": "2018-12-03T15:44:30Z", "project_id": "a834096a70644fc8ad511c84e14558da", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "9bfdbb77-cd2f-43d9-bf4e-af41aa968a11", "name": "rally_sanity-router_8c6f1920-df62-49a5-a860-8ee9a601d05f"}} 2018-12-03 15:44:34,115 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-c6f65013-ac3f-4e38-a449-3a3dcb9fe9ce 2018-12-03 15:44:34,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.78040790558s 2018-12-03 15:44:34,116 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-c6f65013-ac3f-4e38-a449-3a3dcb9fe9ce 2018-12-03 15:44:34,116 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-12-03T15:44:30Z', u'revision_number': 3, u'ha': True, u'id': u'9bfdbb77-cd2f-43d9-bf4e-af41aa968a11', u'external_gateway_info': {u'network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4c341e68-838a-4185-83e8-4a80ca2687ff', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_8c6f1920-df62-49a5-a860-8ee9a601d05f', u'admin_state_up': True, u'tenant_id': u'a834096a70644fc8ad511c84e14558da', u'created_at': u'2018-12-03T15:44:30Z', u'flavor_id': None, u'routes': [], u'project_id': u'a834096a70644fc8ad511c84e14558da'}) 2018-12-03 15:44:34,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-03 15:44:34,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/9bfdbb77-cd2f-43d9-bf4e-af41aa968a11/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}d9ca6b3f598b553753265df438ec2a240edbe717" -d '{"subnet_id": "c5d769a4-4449-4cd6-bf22-68aa53835f62"}' 2018-12-03 15:44:36,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-300f9e5e-7227-4745-bddc-87dabf51ddd5 Date: Mon, 03 Dec 2018 15:44:36 GMT RESP BODY: {"network_id": "5dba8263-529e-460b-b4b8-6e75c83f762f", "tenant_id": "a834096a70644fc8ad511c84e14558da", "subnet_id": "c5d769a4-4449-4cd6-bf22-68aa53835f62", "subnet_ids": ["c5d769a4-4449-4cd6-bf22-68aa53835f62"], "port_id": "7ff18f56-f28d-49b9-bd91-5f766321cbbe", "id": "9bfdbb77-cd2f-43d9-bf4e-af41aa968a11"} 2018-12-03 15:44:36,008 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/9bfdbb77-cd2f-43d9-bf4e-af41aa968a11/add_router_interface.json used request id req-300f9e5e-7227-4745-bddc-87dabf51ddd5 2018-12-03 15:44:36,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.89095783234s 2018-12-03 15:44:36,009 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/9bfdbb77-cd2f-43d9-bf4e-af41aa968a11/add_router_interface.json used request id req-300f9e5e-7227-4745-bddc-87dabf51ddd5 returning object 9bfdbb77-cd2f-43d9-bf4e-af41aa968a11 2018-12-03 15:44:36,010 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 15:44:36,159 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-03 15:44:36,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d9ca6b3f598b553753265df438ec2a240edbe717" 2018-12-03 15:44:36,169 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 03 Dec 2018 15:44:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-03 15:44:36,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:44:36,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d9ca6b3f598b553753265df438ec2a240edbe717" 2018-12-03 15:44:36,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3b06c274-eb87-4dde-a45b-162f8b70d9b9 Date: Mon, 03 Dec 2018 15:44:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:44:36,350 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-3b06c274-eb87-4dde-a45b-162f8b70d9b9 2018-12-03 15:44:36,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176494121552s 2018-12-03 15:44:36,351 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-3b06c274-eb87-4dde-a45b-162f8b70d9b9 2018-12-03 15:44:36,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 15:44:36,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d9ca6b3f598b553753265df438ec2a240edbe717" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f"}' 2018-12-03 15:44:36,559 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2 X-Openstack-Request-Id: req-21f06918-71ce-4372-9578-ff73d9ecb84c Date: Mon, 03 Dec 2018 15:44:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2/file", "owner": "a834096a70644fc8ad511c84e14558da", "id": "c29232f7-88c7-40f9-bac0-ae4ee2b54ae2", "size": null, "self": "/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:44:36Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f", "checksum": null, "created_at": "2018-12-03T15:44:36Z", "protected": false} 2018-12-03 15:44:36,559 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-21f06918-71ce-4372-9578-ff73d9ecb84c 2018-12-03 15:44:36,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.206454992294s 2018-12-03 15:44:36,560 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-21f06918-71ce-4372-9578-ff73d9ecb84c returning object c29232f7-88c7-40f9-bac0-ae4ee2b54ae2 2018-12-03 15:44:36,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 15:44:36,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2/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}d9ca6b3f598b553753265df438ec2a240edbe717" -d '' 2018-12-03 15:44:37,845 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8b00524e-ad9a-4cf7-9744-3580dce15e71 Date: Mon, 03 Dec 2018 15:44:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 15:44:37,845 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2/file used request id req-8b00524e-ad9a-4cf7-9744-3580dce15e71 2018-12-03 15:44:37,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.28451085091s 2018-12-03 15:44:37,846 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2/file used request id req-8b00524e-ad9a-4cf7-9744-3580dce15e71 2018-12-03 15:44:37,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 15:44:37,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d9ca6b3f598b553753265df438ec2a240edbe717" 2018-12-03 15:44:37,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-908fc78b-8877-4355-8ea9-e087fed22d99 Date: Mon, 03 Dec 2018 15:44:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2/snap", "metadata": {}}], "file": "/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2/file", "owner": "a834096a70644fc8ad511c84e14558da", "id": "c29232f7-88c7-40f9-bac0-ae4ee2b54ae2", "size": 12716032, "self": "/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:44:37Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:44:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 15:44:37,868 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-908fc78b-8877-4355-8ea9-e087fed22d99 2018-12-03 15:44:37,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0219910144806s 2018-12-03 15:44:37,869 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-908fc78b-8877-4355-8ea9-e087fed22d99 2018-12-03 15:44:37,872 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2/file', 'owner': u'a834096a70644fc8ad511c84e14558da', 'id': u'c29232f7-88c7-40f9-bac0-ae4ee2b54ae2', 'size': 12716032, u'self': u'/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a834096a70644fc8ad511c84e14558da', 'name': 'rally_sanity-project_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T15:44:37Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-03T15:44:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'created': u'2018-12-03T15:44:36Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-03T15:44:36Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-03 15:44:37,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 15:44:37,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-03 15:44:38,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15: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-f764377b-0ef5-4a97-96ed-bb9ffa170b36 x-compute-request-id: req-f764377b-0ef5-4a97-96ed-bb9ffa170b36 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5cb9ecfa-9307-47f3-9e05-e39cdcae042c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5cb9ecfa-9307-47f3-9e05-e39cdcae042c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5cb9ecfa-9307-47f3-9e05-e39cdcae042c", "name": "rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:44:38,095 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f764377b-0ef5-4a97-96ed-bb9ffa170b36 2018-12-03 15:44:38,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.221762895584s 2018-12-03 15:44:38,096 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f764377b-0ef5-4a97-96ed-bb9ffa170b36 returning object 5cb9ecfa-9307-47f3-9e05-e39cdcae042c 2018-12-03 15:44:38,096 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'5cb9ecfa-9307-47f3-9e05-e39cdcae042c', 'swap': 0}) 2018-12-03 15:44:38,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 15:44:38,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/5cb9ecfa-9307-47f3-9e05-e39cdcae042c/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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" -d '{"extra_specs": {}}' 2018-12-03 15:44:38,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15:44: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-a655c78d-2b8a-4d23-bbac-9a84bef70b61 x-compute-request-id: req-a655c78d-2b8a-4d23-bbac-9a84bef70b61 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 15:44:38,118 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/5cb9ecfa-9307-47f3-9e05-e39cdcae042c/os-extra_specs used request id req-a655c78d-2b8a-4d23-bbac-9a84bef70b61 2018-12-03 15:44:38,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211980342865s 2018-12-03 15:44:38,119 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/5cb9ecfa-9307-47f3-9e05-e39cdcae042c/os-extra_specs used request id req-a655c78d-2b8a-4d23-bbac-9a84bef70b61 2018-12-03 15:44:38,119 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-03 15:44:40,747 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-03 15:44:40.309 117 INFO rally.deployment.engine [-] Deployment df1fd120-c42e-4b68-9cdd-b370fce85a17 | Starting: Destroy cloud and free allocated resources. 2018-12-03 15:44:40.399 117 INFO rally.deployment.engine [-] Deployment df1fd120-c42e-4b68-9cdd-b370fce85a17 | Completed: Destroy cloud and free allocated resources. 2018-12-03 15:44:40.439 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c743a1ca-5d47-481c-89d6-936636ad381d) for deployment 'opnfv-rally'. 2018-12-03 15:44:40.455 117 INFO rally.api [-] Deleting verification (UUID=1372215b-2691-4539-8853-b79f2f94bc05). 2018-12-03 15:44:40.502 117 INFO rally.api [-] Verification has been successfully deleted! 2018-12-03 15:44:40.502 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c743a1ca-5d47-481c-89d6-936636ad381d). 2018-12-03 15:44:40.510 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-03 15:44:43,185 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-03 15:44:42.864 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=275a6c65-2d4f-43ad-a0bb-6ee6212bee17) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 275a6c65-2d4f-43ad-a0bb-6ee6212bee17 | 2018-12-03T15:44:42 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 275a6c65-2d4f-43ad-a0bb-6ee6212bee17 ~/.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-12-03 15:44:46,594 - 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-12-03 15:44:46,595 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-12-03 15:44:46,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-03 15:44:46,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d9ca6b3f598b553753265df438ec2a240edbe717" 2018-12-03 15:44:46,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15: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-567abf0f-9654-44ee-813e-f04a1efbd1ec x-compute-request-id: req-567abf0f-9654-44ee-813e-f04a1efbd1ec Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 210}, "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": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-03 15:44:46,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-567abf0f-9654-44ee-813e-f04a1efbd1ec 2018-12-03 15:44:46,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.205451011658s 2018-12-03 15:44:46,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-567abf0f-9654-44ee-813e-f04a1efbd1ec 2018-12-03 15:44:46,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 15:44:46,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_8c6f1920-df62-49a5-a860-8ee9a601d05f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-03 15:44:46,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15: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-6790cb54-e56a-4638-9348-ee6800176a83 x-compute-request-id: req-6790cb54-e56a-4638-9348-ee6800176a83 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/7d59d805-f6fb-49fa-8f20-5fdb2735ea81", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/7d59d805-f6fb-49fa-8f20-5fdb2735ea81", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7d59d805-f6fb-49fa-8f20-5fdb2735ea81", "name": "rally_sanity-flavor_alt_8c6f1920-df62-49a5-a860-8ee9a601d05f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 15:44:46,883 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6790cb54-e56a-4638-9348-ee6800176a83 2018-12-03 15:44:46,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0795319080353s 2018-12-03 15:44:46,883 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6790cb54-e56a-4638-9348-ee6800176a83 returning object 7d59d805-f6fb-49fa-8f20-5fdb2735ea81 2018-12-03 15:44:46,884 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'7d59d805-f6fb-49fa-8f20-5fdb2735ea81', 'swap': 0}) 2018-12-03 15:44:46,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 15:44:46,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/7d59d805-f6fb-49fa-8f20-5fdb2735ea81/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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" -d '{"extra_specs": {}}' 2018-12-03 15:44:46,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 15: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 x-openstack-request-id: req-3a9b7e04-43df-4b22-b41d-322488953ce7 x-compute-request-id: req-3a9b7e04-43df-4b22-b41d-322488953ce7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 15:44:46,911 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/7d59d805-f6fb-49fa-8f20-5fdb2735ea81/os-extra_specs used request id req-3a9b7e04-43df-4b22-b41d-322488953ce7 2018-12-03 15:44:46,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0260651111603s 2018-12-03 15:44:46,911 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/7d59d805-f6fb-49fa-8f20-5fdb2735ea81/os-extra_specs used request id req-3a9b7e04-43df-4b22-b41d-322488953ce7 2018-12-03 15:44:46,912 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'7d59d805-f6fb-49fa-8f20-5fdb2735ea81', 'swap': 0}) 2018-12-03 15:44:46,912 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-12-03 15:44:46,935 - 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-12-03 15:44:46,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-03 15:44:46,956 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-03 15:44:46,961 - 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': '5dba8263-529e-460b-b4b8-6e75c83f762f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'flavor_name': 'rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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-12-03 15:45:51,041 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 314ec126-ef93-46b6-aad3-8d81639cc48c 2018-12-03 15:45:51,042 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-12-03 15:45:51,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '314ec126-ef93-46b6-aad3-8d81639cc48c'] 2018-12-03 15:45:52,093 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 314ec126-ef93-46b6-aad3-8d81639cc48c -------------------------------------------------------------------------------- Task 314ec126-ef93-46b6-aad3-8d81639cc48c: 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 314ec126-ef93-46b6-aad3-8d81639cc48c 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.485 | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 100.0% | 1 | | total | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 100.0% | 1 | | -> duration | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.485226 Full duration: 7.126667 -------------------------------------------------------------------------------- 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 314ec126-ef93-46b6-aad3-8d81639cc48c 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.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | total | 1.315 | 1.315 | 1.315 | 1.315 | 1.315 | 1.315 | 100.0% | 1 | | -> duration | 1.315 | 1.315 | 1.315 | 1.315 | 1.315 | 1.315 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.315106 Full duration: 8.385459 -------------------------------------------------------------------------------- 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 314ec126-ef93-46b6-aad3-8d81639cc48c 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.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | total | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | -> duration | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.9655 Full duration: 7.884091 -------------------------------------------------------------------------------- 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 314ec126-ef93-46b6-aad3-8d81639cc48c 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.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | total | 1.461 | 1.461 | 1.461 | 1.461 | 1.461 | 1.461 | 100.0% | 1 | | -> duration | 1.461 | 1.461 | 1.461 | 1.461 | 1.461 | 1.461 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.460519 Full duration: 8.082059 -------------------------------------------------------------------------------- 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 314ec126-ef93-46b6-aad3-8d81639cc48c 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.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 100.0% | 1 | | total | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> duration | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.923687 Full duration: 7.970721 -------------------------------------------------------------------------------- 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 314ec126-ef93-46b6-aad3-8d81639cc48c 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.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> duration | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.714902 Full duration: 7.30977 HINTS: * To plot HTML graphics with this data, run: rally task report 314ec126-ef93-46b6-aad3-8d81639cc48c --out output.html * To generate a JUnit report, run: rally task export 314ec126-ef93-46b6-aad3-8d81639cc48c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 314ec126-ef93-46b6-aad3-8d81639cc48c --json --out output.json 2018-12-03 15:45:52,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '314ec126-ef93-46b6-aad3-8d81639cc48c', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-12-03 15:45:54,437 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 314ec126-ef93-46b6-aad3-8d81639cc48c --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-12-03 15:45:54.286 728 INFO rally.api [-] Building 'json' report for the following task(s): '314ec126-ef93-46b6-aad3-8d81639cc48c'. 2018-12-03 15:45:54.291 728 INFO rally.api [-] The report has been successfully built. 2018-12-03 15:45:54,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '314ec126-ef93-46b6-aad3-8d81639cc48c', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-12-03 15:45:56,675 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 314ec126-ef93-46b6-aad3-8d81639cc48c --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-12-03 15:45:56.541 731 INFO rally.api [-] Building 'html' report for the following task(s): '314ec126-ef93-46b6-aad3-8d81639cc48c'. 2018-12-03 15:45:56.573 731 INFO rally.api [-] The report has been successfully built. 2018-12-03 15:45:56,678 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-12-03 15:45:56,678 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-12-03 15:45:56,686 - 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-12-03 15:45:56,686 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-03 15:45:56,697 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-03 15:45:56,707 - 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': '5dba8263-529e-460b-b4b8-6e75c83f762f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'flavor_name': 'rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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-12-03 15:47:31,095 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3a19496e-cf2f-43fe-8671-56ee988b0d76 2018-12-03 15:47:31,096 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3a19496e-cf2f-43fe-8671-56ee988b0d76'] 2018-12-03 15:47:32,242 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3a19496e-cf2f-43fe-8671-56ee988b0d76 -------------------------------------------------------------------------------- Task 3a19496e-cf2f-43fe-8671-56ee988b0d76: 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 3a19496e-cf2f-43fe-8671-56ee988b0d76 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.741 | 4.741 | 4.741 | 4.741 | 4.741 | 4.741 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | -> glance_v2.upload_data | 1.837 | 1.837 | 1.837 | 1.837 | 1.837 | 1.837 | 100.0% | 1 | | glance_v2.delete_image | 1.148 | 1.148 | 1.148 | 1.148 | 1.148 | 1.148 | 100.0% | 1 | | total | 5.889 | 5.889 | 5.889 | 5.889 | 5.889 | 5.889 | 100.0% | 1 | | -> duration | 5.889 | 5.889 | 5.889 | 5.889 | 5.889 | 5.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.888611 Full duration: 14.648877 -------------------------------------------------------------------------------- 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 3a19496e-cf2f-43fe-8671-56ee988b0d76 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.622 | 4.622 | 4.622 | 4.622 | 4.622 | 4.622 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.384 | 0.384 | 0.384 | 0.384 | 0.384 | 0.384 | 100.0% | 1 | | -> glance_v2.upload_data | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 100.0% | 1 | | glance_v2.list_images | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 100.0% | 1 | | total | 4.814 | 4.814 | 4.814 | 4.814 | 4.814 | 4.814 | 100.0% | 1 | | -> duration | 4.814 | 4.814 | 4.814 | 4.814 | 4.814 | 4.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.814047 Full duration: 17.099443 -------------------------------------------------------------------------------- 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 3a19496e-cf2f-43fe-8671-56ee988b0d76 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.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | total | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | -> duration | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.346103 Full duration: 8.269119 -------------------------------------------------------------------------------- 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_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "number_instances": 2, "nics": [ { "net-id": "5dba8263-529e-460b-b4b8-6e75c83f762f" } ] }, "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 3a19496e-cf2f-43fe-8671-56ee988b0d76 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.681 | 3.681 | 3.681 | 3.681 | 3.681 | 3.681 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 100.0% | 1 | | -> glance_v2.upload_data | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 100.0% | 1 | | nova.boot_servers | 11.845 | 11.845 | 11.845 | 11.845 | 11.845 | 11.845 | 100.0% | 1 | | total | 15.528 | 15.528 | 15.528 | 15.528 | 15.528 | 15.528 | 100.0% | 1 | | -> duration | 14.528 | 14.528 | 14.528 | 14.528 | 14.528 | 14.528 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.527507 Full duration: 35.839652 HINTS: * To plot HTML graphics with this data, run: rally task report 3a19496e-cf2f-43fe-8671-56ee988b0d76 --out output.html * To generate a JUnit report, run: rally task export 3a19496e-cf2f-43fe-8671-56ee988b0d76 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3a19496e-cf2f-43fe-8671-56ee988b0d76 --json --out output.json 2018-12-03 15:47:32,243 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3a19496e-cf2f-43fe-8671-56ee988b0d76', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-12-03 15:47:34,595 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3a19496e-cf2f-43fe-8671-56ee988b0d76 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-12-03 15:47:34.444 1284 INFO rally.api [-] Building 'json' report for the following task(s): '3a19496e-cf2f-43fe-8671-56ee988b0d76'. 2018-12-03 15:47:34.450 1284 INFO rally.api [-] The report has been successfully built. 2018-12-03 15:47:34,596 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3a19496e-cf2f-43fe-8671-56ee988b0d76', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-12-03 15:47:36,940 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3a19496e-cf2f-43fe-8671-56ee988b0d76 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-12-03 15:47:36.772 1287 INFO rally.api [-] Building 'html' report for the following task(s): '3a19496e-cf2f-43fe-8671-56ee988b0d76'. 2018-12-03 15:47:36.795 1287 INFO rally.api [-] The report has been successfully built. 2018-12-03 15:47:36,946 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-12-03 15:47:36,947 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-12-03 15:47:36,948 - 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-12-03 15:47:36,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-03 15:47:36,965 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-03 15:47:36,978 - 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': '5dba8263-529e-460b-b4b8-6e75c83f762f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'flavor_name': 'rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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-12-03 15:50:54,517 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d2f0bef2-610b-40f3-a7e1-6ba094d87613 2018-12-03 15:50:54,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd2f0bef2-610b-40f3-a7e1-6ba094d87613'] 2018-12-03 15:50:55,527 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d2f0bef2-610b-40f3-a7e1-6ba094d87613 -------------------------------------------------------------------------------- Task d2f0bef2-610b-40f3-a7e1-6ba094d87613: 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 d2f0bef2-610b-40f3-a7e1-6ba094d87613 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.236 | 3.236 | 3.236 | 3.236 | 3.236 | 3.236 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.591 | 2.591 | 2.591 | 2.591 | 2.591 | 2.591 | 100.0% | 1 | | total | 5.827 | 5.827 | 5.827 | 5.827 | 5.827 | 5.827 | 100.0% | 1 | | -> duration | 5.827 | 5.827 | 5.827 | 5.827 | 5.827 | 5.827 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.827245 Full duration: 23.301907 -------------------------------------------------------------------------------- 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 d2f0bef2-610b-40f3-a7e1-6ba094d87613 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.343 | 3.343 | 3.343 | 3.343 | 3.343 | 3.343 | 100.0% | 1 | | cinder_v2.delete_volume | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 100.0% | 1 | | total | 5.974 | 5.974 | 5.974 | 5.974 | 5.974 | 5.974 | 100.0% | 1 | | -> duration | 5.974 | 5.974 | 5.974 | 5.974 | 5.974 | 5.974 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.973709 Full duration: 16.653094 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task d2f0bef2-610b-40f3-a7e1-6ba094d87613 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.468 | 8.468 | 8.468 | 8.468 | 8.468 | 8.468 | 100.0% | 1 | | cinder_v2.delete_volume | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | total | 9.388 | 9.388 | 9.388 | 9.388 | 9.388 | 9.388 | 100.0% | 1 | | -> duration | 9.388 | 9.388 | 9.388 | 9.388 | 9.388 | 9.388 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.387921 Full duration: 20.172298 -------------------------------------------------------------------------------- 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 d2f0bef2-610b-40f3-a7e1-6ba094d87613 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.188 | 3.188 | 3.188 | 3.188 | 3.188 | 3.188 | 100.0% | 1 | | cinder_v2.delete_volume | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 100.0% | 1 | | total | 5.753 | 5.753 | 5.753 | 5.753 | 5.753 | 5.753 | 100.0% | 1 | | -> duration | 5.753 | 5.753 | 5.753 | 5.753 | 5.753 | 5.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.752589 Full duration: 15.660457 -------------------------------------------------------------------------------- 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 d2f0bef2-610b-40f3-a7e1-6ba094d87613 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.176 | 3.176 | 3.176 | 3.176 | 3.176 | 3.176 | 100.0% | 1 | | cinder_v2.extend_volume | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 100.0% | 1 | | cinder_v2.delete_volume | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 100.0% | 1 | | total | 8.346 | 8.346 | 8.346 | 8.346 | 8.346 | 8.346 | 100.0% | 1 | | -> duration | 8.346 | 8.346 | 8.346 | 8.346 | 8.346 | 8.346 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.346012 Full duration: 18.051663 -------------------------------------------------------------------------------- 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 d2f0bef2-610b-40f3-a7e1-6ba094d87613 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.378 | 3.378 | 3.378 | 3.378 | 3.378 | 3.378 | 100.0% | 1 | | cinder_v2.delete_volume | 2.796 | 2.796 | 2.796 | 2.796 | 2.796 | 2.796 | 100.0% | 1 | | total | 6.174 | 6.174 | 6.174 | 6.174 | 6.174 | 6.174 | 100.0% | 1 | | -> duration | 6.174 | 6.174 | 6.174 | 6.174 | 6.174 | 6.174 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.174352 Full duration: 23.393272 -------------------------------------------------------------------------------- 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 d2f0bef2-610b-40f3-a7e1-6ba094d87613 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.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | cinder_v2.list_qos | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 100.0% | 1 | | total | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> duration | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.764808 Full duration: 12.248572 -------------------------------------------------------------------------------- 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 d2f0bef2-610b-40f3-a7e1-6ba094d87613 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | cinder_v2.set_qos | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.791516 Full duration: 12.340496 -------------------------------------------------------------------------------- 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 d2f0bef2-610b-40f3-a7e1-6ba094d87613 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.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | cinder_v2.list_types | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | total | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | -> duration | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.268294 Full duration: 12.767421 -------------------------------------------------------------------------------- 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 d2f0bef2-610b-40f3-a7e1-6ba094d87613 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.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 100.0% | 1 | | total | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | -> duration | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.860109 Full duration: 12.343512 HINTS: * To plot HTML graphics with this data, run: rally task report d2f0bef2-610b-40f3-a7e1-6ba094d87613 --out output.html * To generate a JUnit report, run: rally task export d2f0bef2-610b-40f3-a7e1-6ba094d87613 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d2f0bef2-610b-40f3-a7e1-6ba094d87613 --json --out output.json 2018-12-03 15:50:55,528 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd2f0bef2-610b-40f3-a7e1-6ba094d87613', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-12-03 15:50:57,703 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d2f0bef2-610b-40f3-a7e1-6ba094d87613 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-12-03 15:50:57.582 3076 INFO rally.api [-] Building 'json' report for the following task(s): 'd2f0bef2-610b-40f3-a7e1-6ba094d87613'. 2018-12-03 15:50:57.591 3076 INFO rally.api [-] The report has been successfully built. 2018-12-03 15:50:57,704 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd2f0bef2-610b-40f3-a7e1-6ba094d87613', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-12-03 15:50:59,994 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d2f0bef2-610b-40f3-a7e1-6ba094d87613 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-12-03 15:50:59.822 3079 INFO rally.api [-] Building 'html' report for the following task(s): 'd2f0bef2-610b-40f3-a7e1-6ba094d87613'. 2018-12-03 15:50:59.851 3079 INFO rally.api [-] The report has been successfully built. 2018-12-03 15:51:00,006 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-12-03 15:51:00,006 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-12-03 15:51:00,007 - 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-12-03 15:51:00,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-03 15:51:00,024 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-03 15:51:00,033 - 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': '5dba8263-529e-460b-b4b8-6e75c83f762f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'flavor_name': 'rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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-12-03 15:52:21,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 93a845c2-0a2f-4811-93b5-0bf65100ed0f 2018-12-03 15:52:21,741 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '93a845c2-0a2f-4811-93b5-0bf65100ed0f'] 2018-12-03 15:52:22,785 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 93a845c2-0a2f-4811-93b5-0bf65100ed0f -------------------------------------------------------------------------------- Task 93a845c2-0a2f-4811-93b5-0bf65100ed0f: 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 93a845c2-0a2f-4811-93b5-0bf65100ed0f 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.516 | 4.516 | 4.516 | 4.516 | 4.516 | 4.516 | 100.0% | 1 | | heat.update_stack | 2.718 | 2.718 | 2.718 | 2.718 | 2.718 | 2.718 | 100.0% | 1 | | heat.delete_stack | 2.846 | 2.846 | 2.846 | 2.846 | 2.846 | 2.846 | 100.0% | 1 | | total | 10.08 | 10.08 | 10.08 | 10.08 | 10.08 | 10.08 | 100.0% | 1 | | -> duration | 6.08 | 6.08 | 6.08 | 6.08 | 6.08 | 6.08 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.080471 Full duration: 18.527726 -------------------------------------------------------------------------------- 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 93a845c2-0a2f-4811-93b5-0bf65100ed0f 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.801 | 4.801 | 4.801 | 4.801 | 4.801 | 4.801 | 100.0% | 1 | | heat.check_stack | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | heat.delete_stack | 2.542 | 2.542 | 2.542 | 2.542 | 2.542 | 2.542 | 100.0% | 1 | | total | 8.025 | 8.025 | 8.025 | 8.025 | 8.025 | 8.025 | 100.0% | 1 | | -> duration | 6.025 | 6.025 | 6.025 | 6.025 | 6.025 | 6.025 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.025079 Full duration: 16.376405 -------------------------------------------------------------------------------- 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 93a845c2-0a2f-4811-93b5-0bf65100ed0f has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.115 | 5.115 | 5.115 | 5.115 | 5.115 | 5.115 | 100.0% | 1 | | heat.suspend_stack | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 100.0% | 1 | | heat.resume_stack | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | heat.delete_stack | 1.587 | 1.587 | 1.587 | 1.587 | 1.587 | 1.587 | 100.0% | 1 | | total | 8.259 | 8.259 | 8.259 | 8.259 | 8.259 | 8.259 | 100.0% | 1 | | -> duration | 6.259 | 6.259 | 6.259 | 6.259 | 6.259 | 6.259 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.259435 Full duration: 16.702068 -------------------------------------------------------------------------------- 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 93a845c2-0a2f-4811-93b5-0bf65100ed0f 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.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | total | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | -> duration | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.571325 Full duration: 8.291589 HINTS: * To plot HTML graphics with this data, run: rally task report 93a845c2-0a2f-4811-93b5-0bf65100ed0f --out output.html * To generate a JUnit report, run: rally task export 93a845c2-0a2f-4811-93b5-0bf65100ed0f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 93a845c2-0a2f-4811-93b5-0bf65100ed0f --json --out output.json 2018-12-03 15:52:22,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '93a845c2-0a2f-4811-93b5-0bf65100ed0f', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-12-03 15:52:25,054 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 93a845c2-0a2f-4811-93b5-0bf65100ed0f --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-12-03 15:52:24.904 3812 INFO rally.api [-] Building 'json' report for the following task(s): '93a845c2-0a2f-4811-93b5-0bf65100ed0f'. 2018-12-03 15:52:24.909 3812 INFO rally.api [-] The report has been successfully built. 2018-12-03 15:52:25,055 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '93a845c2-0a2f-4811-93b5-0bf65100ed0f', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-12-03 15:52:27,288 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 93a845c2-0a2f-4811-93b5-0bf65100ed0f --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-12-03 15:52:27.120 3815 INFO rally.api [-] Building 'html' report for the following task(s): '93a845c2-0a2f-4811-93b5-0bf65100ed0f'. 2018-12-03 15:52:27.143 3815 INFO rally.api [-] The report has been successfully built. 2018-12-03 15:52:27,292 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-12-03 15:52:27,292 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-12-03 15:52:27,293 - 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-12-03 15:52:27,293 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-03 15:52:27,306 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-03 15:52:27,315 - 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': '5dba8263-529e-460b-b4b8-6e75c83f762f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'flavor_name': 'rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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-12-03 15:55:43,822 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dc118d66-b5ad-4ad5-b5e9-c3f063437f59 2018-12-03 15:55:43,823 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'dc118d66-b5ad-4ad5-b5e9-c3f063437f59'] 2018-12-03 15:55:44,943 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid dc118d66-b5ad-4ad5-b5e9-c3f063437f59 -------------------------------------------------------------------------------- Task dc118d66-b5ad-4ad5-b5e9-c3f063437f59: 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 dc118d66-b5ad-4ad5-b5e9-c3f063437f59 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.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.revoke_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> duration | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.768518 Full duration: 14.568526 -------------------------------------------------------------------------------- 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 dc118d66-b5ad-4ad5-b5e9-c3f063437f59 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.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.list_roles | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | total | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> duration | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.734679 Full duration: 14.474437 -------------------------------------------------------------------------------- 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 dc118d66-b5ad-4ad5-b5e9-c3f063437f59 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | keystone_v3.list_projects | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> duration | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.773604 Full duration: 14.776429 -------------------------------------------------------------------------------- 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 dc118d66-b5ad-4ad5-b5e9-c3f063437f59 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.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> duration | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.609557 Full duration: 12.416759 -------------------------------------------------------------------------------- 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 dc118d66-b5ad-4ad5-b5e9-c3f063437f59 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | keystone_v3.delete_service | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | total | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | -> duration | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.639999 Full duration: 12.500272 -------------------------------------------------------------------------------- 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 dc118d66-b5ad-4ad5-b5e9-c3f063437f59 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.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | keystone_v3.create_user | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | -> keystone_v3.add_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | keystone_v3.create_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.get_project | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_user | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_role | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.list_services | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 1.831 | 1.831 | 1.831 | 1.831 | 1.831 | 1.831 | 100.0% | 1 | | -> duration | 1.831 | 1.831 | 1.831 | 1.831 | 1.831 | 1.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.830722 Full duration: 19.824887 -------------------------------------------------------------------------------- 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 dc118d66-b5ad-4ad5-b5e9-c3f063437f59 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.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 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.153 | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 100.0% | 1 | | total | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> duration | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.94009 Full duration: 12.564122 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task dc118d66-b5ad-4ad5-b5e9-c3f063437f59 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.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | total | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> duration | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.843155 Full duration: 14.556074 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task dc118d66-b5ad-4ad5-b5e9-c3f063437f59 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.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | total | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> duration | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.720965 Full duration: 14.450707 -------------------------------------------------------------------------------- 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 dc118d66-b5ad-4ad5-b5e9-c3f063437f59 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.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | keystone_v3.list_users | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | -> duration | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.899456 Full duration: 14.838037 -------------------------------------------------------------------------------- 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 dc118d66-b5ad-4ad5-b5e9-c3f063437f59 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.128 | 5.128 | 5.128 | 5.128 | 5.128 | 5.128 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.128 | 5.128 | 5.128 | 5.128 | 5.128 | 5.128 | 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.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | total | 6.854 | 6.854 | 6.854 | 6.854 | 6.854 | 6.854 | 100.0% | 1 | | -> duration | 6.854 | 6.854 | 6.854 | 6.854 | 6.854 | 6.854 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.85372 Full duration: 23.35171 HINTS: * To plot HTML graphics with this data, run: rally task report dc118d66-b5ad-4ad5-b5e9-c3f063437f59 --out output.html * To generate a JUnit report, run: rally task export dc118d66-b5ad-4ad5-b5e9-c3f063437f59 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dc118d66-b5ad-4ad5-b5e9-c3f063437f59 --json --out output.json 2018-12-03 15:55:44,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'dc118d66-b5ad-4ad5-b5e9-c3f063437f59', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-12-03 15:55:47,258 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid dc118d66-b5ad-4ad5-b5e9-c3f063437f59 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-12-03 15:55:47.102 5730 INFO rally.api [-] Building 'json' report for the following task(s): 'dc118d66-b5ad-4ad5-b5e9-c3f063437f59'. 2018-12-03 15:55:47.112 5730 INFO rally.api [-] The report has been successfully built. 2018-12-03 15:55:47,259 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'dc118d66-b5ad-4ad5-b5e9-c3f063437f59', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-12-03 15:55:49,541 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid dc118d66-b5ad-4ad5-b5e9-c3f063437f59 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-12-03 15:55:49.362 5733 INFO rally.api [-] Building 'html' report for the following task(s): 'dc118d66-b5ad-4ad5-b5e9-c3f063437f59'. 2018-12-03 15:55:49.394 5733 INFO rally.api [-] The report has been successfully built. 2018-12-03 15:55:49,555 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-12-03 15:55:49,555 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-12-03 15:55:49,556 - 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-12-03 15:55:49,556 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-03 15:55:49,572 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-03 15:55:49,581 - 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': '5dba8263-529e-460b-b4b8-6e75c83f762f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'flavor_name': 'rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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-12-03 16:02:02,073 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 2018-12-03 16:02:02,074 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8'] 2018-12-03 16:02:03,222 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 -------------------------------------------------------------------------------- Task 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8: 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 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 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.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | neutron.delete_network | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | total | 1.602 | 1.602 | 1.602 | 1.602 | 1.602 | 1.602 | 100.0% | 1 | | -> duration | 1.602 | 1.602 | 1.602 | 1.602 | 1.602 | 1.602 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.602374 Full duration: 14.896 -------------------------------------------------------------------------------- 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 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 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.453 | 1.453 | 1.453 | 1.453 | 1.453 | 1.453 | 100.0% | 1 | | neutron.delete_port | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | total | 2.246 | 2.246 | 2.246 | 2.246 | 2.246 | 2.246 | 100.0% | 1 | | -> duration | 2.246 | 2.246 | 2.246 | 2.246 | 2.246 | 2.246 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.246159 Full duration: 35.374006 -------------------------------------------------------------------------------- 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 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 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.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | neutron.create_subnet | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | neutron.create_router | 3.134 | 3.134 | 3.134 | 3.134 | 3.134 | 3.134 | 100.0% | 1 | | neutron.add_interface_router | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 100.0% | 1 | | neutron.remove_interface_router | 1.264 | 1.264 | 1.264 | 1.264 | 1.264 | 1.264 | 100.0% | 1 | | neutron.delete_router | 2.046 | 2.046 | 2.046 | 2.046 | 2.046 | 2.046 | 100.0% | 1 | | total | 10.125 | 10.125 | 10.125 | 10.125 | 10.125 | 10.125 | 100.0% | 1 | | -> duration | 10.125 | 10.125 | 10.125 | 10.125 | 10.125 | 10.125 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.125176 Full duration: 49.090163 -------------------------------------------------------------------------------- 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 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 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.227 | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 100.0% | 1 | | neutron.delete_subnet | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | total | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 100.0% | 1 | | -> duration | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.01091 Full duration: 35.657166 -------------------------------------------------------------------------------- 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 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 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.115 | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 100.0% | 1 | | neutron.list_networks | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 100.0% | 1 | | total | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 100.0% | 1 | | -> duration | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.398749 Full duration: 17.255091 -------------------------------------------------------------------------------- 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 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 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.343 | 1.343 | 1.343 | 1.343 | 1.343 | 1.343 | 100.0% | 1 | | neutron.list_ports | 0.304 | 0.304 | 0.304 | 0.304 | 0.304 | 0.304 | 100.0% | 1 | | total | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 100.0% | 1 | | -> duration | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.647755 Full duration: 36.588371 -------------------------------------------------------------------------------- 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 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 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.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | neutron.create_subnet | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | neutron.create_router | 3.272 | 3.272 | 3.272 | 3.272 | 3.272 | 3.272 | 100.0% | 1 | | neutron.add_interface_router | 2.099 | 2.099 | 2.099 | 2.099 | 2.099 | 2.099 | 100.0% | 1 | | neutron.list_routers | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 100.0% | 1 | | total | 7.175 | 7.175 | 7.175 | 7.175 | 7.175 | 7.175 | 100.0% | 1 | | -> duration | 7.175 | 7.175 | 7.175 | 7.175 | 7.175 | 7.175 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.175069 Full duration: 51.070624 -------------------------------------------------------------------------------- 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 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 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.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | neutron.list_subnets | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 100.0% | 1 | | -> duration | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.681307 Full duration: 41.690877 -------------------------------------------------------------------------------- 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 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 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.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | neutron.delete_security_group | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | total | 1.183 | 1.183 | 1.183 | 1.183 | 1.183 | 1.183 | 100.0% | 1 | | -> duration | 1.183 | 1.183 | 1.183 | 1.183 | 1.183 | 1.183 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.183194 Full duration: 14.546856 -------------------------------------------------------------------------------- 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 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 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.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | neutron.create_security_group_rule | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 100.0% | 1 | | neutron.delete_security_group | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | total | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 100.0% | 1 | | -> duration | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.694552 Full duration: 14.649399 -------------------------------------------------------------------------------- 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 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 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.126 | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 100.0% | 1 | | neutron.create_router | 3.667 | 3.667 | 3.667 | 3.667 | 3.667 | 3.667 | 100.0% | 1 | | neutron.add_gateway_router | 1.89 | 1.89 | 1.89 | 1.89 | 1.89 | 1.89 | 100.0% | 1 | | neutron.remove_gateway_router | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 100.0% | 1 | | total | 7.716 | 7.716 | 7.716 | 7.716 | 7.716 | 7.716 | 100.0% | 1 | | -> duration | 7.716 | 7.716 | 7.716 | 7.716 | 7.716 | 7.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.716165 Full duration: 30.779141 HINTS: * To plot HTML graphics with this data, run: rally task report 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 --out output.html * To generate a JUnit report, run: rally task export 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 --json --out output.json 2018-12-03 16:02:03,223 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-12-03 16:02:05,485 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-12-03 16:02:05.368 9028 INFO rally.api [-] Building 'json' report for the following task(s): '9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8'. 2018-12-03 16:02:05.377 9028 INFO rally.api [-] The report has been successfully built. 2018-12-03 16:02:05,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-12-03 16:02:07,699 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-12-03 16:02:07.540 9031 INFO rally.api [-] Building 'html' report for the following task(s): '9ec28cdb-2009-43a0-ad1a-6e7d69fe9ef8'. 2018-12-03 16:02:07.572 9031 INFO rally.api [-] The report has been successfully built. 2018-12-03 16:02:07,706 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-12-03 16:02:07,706 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-12-03 16:02:07,707 - 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-12-03 16:02:07,707 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-03 16:02:07,724 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-03 16:02:07,733 - 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': '5dba8263-529e-460b-b4b8-6e75c83f762f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'flavor_name': 'rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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-12-03 16:09:07,779 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7971a10e-939f-4a7d-a9c5-3676b37d99c9 2018-12-03 16:09:07,780 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7971a10e-939f-4a7d-a9c5-3676b37d99c9'] 2018-12-03 16:09:08,861 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7971a10e-939f-4a7d-a9c5-3676b37d99c9 -------------------------------------------------------------------------------- Task 7971a10e-939f-4a7d-a9c5-3676b37d99c9: 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_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "image": { "name": "rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "block_migration": false, "nics": [ { "net-id": "5dba8263-529e-460b-b4b8-6e75c83f762f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7971a10e-939f-4a7d-a9c5-3676b37d99c9 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.549 | 9.549 | 9.549 | 9.549 | 9.549 | 9.549 | 100.0% | 1 | | nova.find_host_to_migrate | 1.511 | 1.511 | 1.511 | 1.511 | 1.511 | 1.511 | 100.0% | 1 | | nova.live_migrate | 10.93 | 10.93 | 10.93 | 10.93 | 10.93 | 10.93 | 100.0% | 1 | | nova.delete_server | 2.832 | 2.832 | 2.832 | 2.832 | 2.832 | 2.832 | 100.0% | 1 | | total | 24.822 | 24.822 | 24.822 | 24.822 | 24.822 | 24.822 | 100.0% | 1 | | -> duration | 23.822 | 23.822 | 23.822 | 23.822 | 23.822 | 23.822 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.821763 Full duration: 34.442852 -------------------------------------------------------------------------------- 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_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "image": { "name": "rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "5dba8263-529e-460b-b4b8-6e75c83f762f" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7971a10e-939f-4a7d-a9c5-3676b37d99c9 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.244 | 9.244 | 9.244 | 9.244 | 9.244 | 9.244 | 100.0% | 1 | | cinder_v2.create_volume | 2.957 | 2.957 | 2.957 | 2.957 | 2.957 | 2.957 | 100.0% | 1 | | nova.attach_volume | 4.016 | 4.016 | 4.016 | 4.016 | 4.016 | 4.016 | 100.0% | 1 | | nova.find_host_to_migrate | 1.397 | 1.397 | 1.397 | 1.397 | 1.397 | 1.397 | 100.0% | 1 | | nova.live_migrate | 11.515 | 11.515 | 11.515 | 11.515 | 11.515 | 11.515 | 100.0% | 1 | | nova.detach_volume | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 100.0% | 1 | | cinder_v2.delete_volume | 2.498 | 2.498 | 2.498 | 2.498 | 2.498 | 2.498 | 100.0% | 1 | | nova.delete_server | 2.666 | 2.666 | 2.666 | 2.666 | 2.666 | 2.666 | 100.0% | 1 | | total | 35.498 | 35.498 | 35.498 | 35.498 | 35.498 | 35.498 | 100.0% | 1 | | -> duration | 34.498 | 34.498 | 34.498 | 34.498 | 34.498 | 34.498 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 34.498189 Full duration: 47.073141 -------------------------------------------------------------------------------- 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_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "image": { "name": "rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "5dba8263-529e-460b-b4b8-6e75c83f762f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7971a10e-939f-4a7d-a9c5-3676b37d99c9 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.786 | 8.786 | 8.786 | 8.786 | 8.786 | 8.786 | 100.0% | 1 | | nova.boot_server | 9.557 | 9.557 | 9.557 | 9.557 | 9.557 | 9.557 | 100.0% | 1 | | nova.find_host_to_migrate | 1.374 | 1.374 | 1.374 | 1.374 | 1.374 | 1.374 | 100.0% | 1 | | nova.live_migrate | 16.393 | 16.393 | 16.393 | 16.393 | 16.393 | 16.393 | 100.0% | 1 | | nova.delete_server | 7.675 | 7.675 | 7.675 | 7.675 | 7.675 | 7.675 | 100.0% | 1 | | total | 43.786 | 43.786 | 43.786 | 43.786 | 43.786 | 43.786 | 100.0% | 1 | | -> duration | 42.786 | 42.786 | 42.786 | 42.786 | 42.786 | 42.786 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.785681 Full duration: 55.382171 -------------------------------------------------------------------------------- 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_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "image": { "name": "rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "server_kwargs": { "nics": [ { "net-id": "5dba8263-529e-460b-b4b8-6e75c83f762f" } ] } }, "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 7971a10e-939f-4a7d-a9c5-3676b37d99c9 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.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | nova.boot_server | 8.765 | 8.765 | 8.765 | 8.765 | 8.765 | 8.765 | 100.0% | 1 | | nova.delete_server | 3.096 | 3.096 | 3.096 | 3.096 | 3.096 | 3.096 | 100.0% | 1 | | nova.delete_keypair | 0.053 | 0.053 | 0.053 | 0.053 | 0.053 | 0.053 | 100.0% | 1 | | total | 12.628 | 12.628 | 12.628 | 12.628 | 12.628 | 12.628 | 100.0% | 1 | | -> duration | 11.628 | 11.628 | 11.628 | 11.628 | 11.628 | 11.628 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.628495 Full duration: 43.887515 -------------------------------------------------------------------------------- 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_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "image": { "name": "rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "volume_size": 5, "nics": [ { "net-id": "5dba8263-529e-460b-b4b8-6e75c83f762f" } ] }, "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 7971a10e-939f-4a7d-a9c5-3676b37d99c9 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.368 | 8.368 | 8.368 | 8.368 | 8.368 | 8.368 | 100.0% | 1 | | nova.boot_server | 9.543 | 9.543 | 9.543 | 9.543 | 9.543 | 9.543 | 100.0% | 1 | | nova.delete_server | 5.053 | 5.053 | 5.053 | 5.053 | 5.053 | 5.053 | 100.0% | 1 | | total | 22.964 | 22.964 | 22.964 | 22.964 | 22.964 | 22.964 | 100.0% | 1 | | -> duration | 21.964 | 21.964 | 21.964 | 21.964 | 21.964 | 21.964 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 21.964264 Full duration: 57.271571 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "image": { "name": "rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "force_delete": false, "nics": [ { "net-id": "5dba8263-529e-460b-b4b8-6e75c83f762f" } ] }, "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 7971a10e-939f-4a7d-a9c5-3676b37d99c9 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 | 8.906 | 8.906 | 8.906 | 8.906 | 8.906 | 8.906 | 100.0% | 1 | | nova.pause_server | 2.936 | 2.936 | 2.936 | 2.936 | 2.936 | 2.936 | 100.0% | 1 | | nova.unpause_server | 2.922 | 2.922 | 2.922 | 2.922 | 2.922 | 2.922 | 100.0% | 1 | | nova.delete_server | 5.189 | 5.189 | 5.189 | 5.189 | 5.189 | 5.189 | 100.0% | 1 | | total | 19.954 | 19.954 | 19.954 | 19.954 | 19.954 | 19.954 | 100.0% | 1 | | -> duration | 14.954 | 14.954 | 14.954 | 14.954 | 14.954 | 14.954 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.953814 Full duration: 52.28306 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "image": { "name": "rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "nics": [ { "net-id": "5dba8263-529e-460b-b4b8-6e75c83f762f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7971a10e-939f-4a7d-a9c5-3676b37d99c9 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.507 | 12.507 | 12.507 | 12.507 | 12.507 | 12.507 | 100.0% | 1 | | nova.migrate | 13.215 | 13.215 | 13.215 | 13.215 | 13.215 | 13.215 | 100.0% | 1 | | nova.resize_confirm | 2.753 | 2.753 | 2.753 | 2.753 | 2.753 | 2.753 | 100.0% | 1 | | nova.delete_server | 2.593 | 2.593 | 2.593 | 2.593 | 2.593 | 2.593 | 100.0% | 1 | | total | 31.068 | 31.068 | 31.068 | 31.068 | 31.068 | 31.068 | 100.0% | 1 | | -> duration | 30.068 | 30.068 | 30.068 | 30.068 | 30.068 | 30.068 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 30.067846 Full duration: 40.577458 -------------------------------------------------------------------------------- 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_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "image": { "name": "rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 7971a10e-939f-4a7d-a9c5-3676b37d99c9 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 | 8.823 | 8.823 | 8.823 | 8.823 | 8.823 | 8.823 | 100.0% | 1 | | nova.list_interfaces | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | total | 9.706 | 9.706 | 9.706 | 9.706 | 9.706 | 9.706 | 100.0% | 1 | | -> duration | 8.706 | 8.706 | 8.706 | 8.706 | 8.706 | 8.706 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.706259 Full duration: 43.349019 -------------------------------------------------------------------------------- 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 7971a10e-939f-4a7d-a9c5-3676b37d99c9 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.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | nova.delete_server_group | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 100.0% | 1 | | total | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> duration | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.774331 Full duration: 9.240311 HINTS: * To plot HTML graphics with this data, run: rally task report 7971a10e-939f-4a7d-a9c5-3676b37d99c9 --out output.html * To generate a JUnit report, run: rally task export 7971a10e-939f-4a7d-a9c5-3676b37d99c9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7971a10e-939f-4a7d-a9c5-3676b37d99c9 --json --out output.json 2018-12-03 16:09:08,862 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7971a10e-939f-4a7d-a9c5-3676b37d99c9', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-12-03 16:09:11,184 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7971a10e-939f-4a7d-a9c5-3676b37d99c9 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-12-03 16:09:11.031 10674 INFO rally.api [-] Building 'json' report for the following task(s): '7971a10e-939f-4a7d-a9c5-3676b37d99c9'. 2018-12-03 16:09:11.040 10674 INFO rally.api [-] The report has been successfully built. 2018-12-03 16:09:11,184 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7971a10e-939f-4a7d-a9c5-3676b37d99c9', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-12-03 16:09:13,461 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7971a10e-939f-4a7d-a9c5-3676b37d99c9 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-12-03 16:09:13.287 10677 INFO rally.api [-] Building 'html' report for the following task(s): '7971a10e-939f-4a7d-a9c5-3676b37d99c9'. 2018-12-03 16:09:13.318 10677 INFO rally.api [-] The report has been successfully built. 2018-12-03 16:09:13,475 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-12-03 16:09:13,475 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-12-03 16:09:13,476 - 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-12-03 16:09:13,476 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-03 16:09:13,492 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-03 16:09:13,503 - 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': '5dba8263-529e-460b-b4b8-6e75c83f762f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f', 'flavor_name': 'rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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_8c6f1920-df62-49a5-a860-8ee9a601d05f', '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-12-03 16:10:06,763 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 02ea38c9-c84e-452b-bb74-56465ff69c75 2018-12-03 16:10:06,764 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '02ea38c9-c84e-452b-bb74-56465ff69c75'] 2018-12-03 16:10:07,872 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 02ea38c9-c84e-452b-bb74-56465ff69c75 -------------------------------------------------------------------------------- Task 02ea38c9-c84e-452b-bb74-56465ff69c75: 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 02ea38c9-c84e-452b-bb74-56465ff69c75 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.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | quotas.delete_quotas | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | -> duration | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.918926 Full duration: 8.654066 -------------------------------------------------------------------------------- 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 02ea38c9-c84e-452b-bb74-56465ff69c75 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.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | total | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> duration | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.687733 Full duration: 8.414173 -------------------------------------------------------------------------------- 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 02ea38c9-c84e-452b-bb74-56465ff69c75 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.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | total | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | -> duration | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.864309 Full duration: 8.630886 -------------------------------------------------------------------------------- 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 02ea38c9-c84e-452b-bb74-56465ff69c75 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.18 | 1.18 | 1.18 | 1.18 | 1.18 | 1.18 | 100.0% | 1 | | total | 1.181 | 1.181 | 1.181 | 1.181 | 1.181 | 1.181 | 100.0% | 1 | | -> duration | 1.181 | 1.181 | 1.181 | 1.181 | 1.181 | 1.181 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.180569 Full duration: 8.896727 HINTS: * To plot HTML graphics with this data, run: rally task report 02ea38c9-c84e-452b-bb74-56465ff69c75 --out output.html * To generate a JUnit report, run: rally task export 02ea38c9-c84e-452b-bb74-56465ff69c75 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 02ea38c9-c84e-452b-bb74-56465ff69c75 --json --out output.json 2018-12-03 16:10:07,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '02ea38c9-c84e-452b-bb74-56465ff69c75', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-12-03 16:10:10,184 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 02ea38c9-c84e-452b-bb74-56465ff69c75 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-12-03 16:10:10.038 11190 INFO rally.api [-] Building 'json' report for the following task(s): '02ea38c9-c84e-452b-bb74-56465ff69c75'. 2018-12-03 16:10:10.043 11190 INFO rally.api [-] The report has been successfully built. 2018-12-03 16:10:10,185 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '02ea38c9-c84e-452b-bb74-56465ff69c75', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-12-03 16:10:12,546 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 02ea38c9-c84e-452b-bb74-56465ff69c75 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-12-03 16:10:12.382 11193 INFO rally.api [-] Building 'html' report for the following task(s): '02ea38c9-c84e-452b-bb74-56465ff69c75'. 2018-12-03 16:10:12.404 11193 INFO rally.api [-] The report has been successfully built. 2018-12-03 16:10:12,550 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-12-03 16:10:12,554 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:15 | 4 | 100.00% | | cinder | 02:46 | 10 | 100.00% | | heat | 00:59 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 05:41 | 11 | 100.00% | | nova | 06:23 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:17 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-12-03 16:10:12,554 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-12-03 16:10:12,683 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-03 16:10:12,684 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:45 | PASS | +----------------------+------------------+------------------+----------------+ 2018-12-03 16:10:12,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 16:10:12,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 16:10:12,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89aff7ce-ca1e-4550-b6a7-e25c70e7861c x-compute-request-id: req-89aff7ce-ca1e-4550-b6a7-e25c70e7861c Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5cb9ecfa-9307-47f3-9e05-e39cdcae042c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5cb9ecfa-9307-47f3-9e05-e39cdcae042c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5cb9ecfa-9307-47f3-9e05-e39cdcae042c", "name": "rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/7d59d805-f6fb-49fa-8f20-5fdb2735ea81", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/7d59d805-f6fb-49fa-8f20-5fdb2735ea81", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7d59d805-f6fb-49fa-8f20-5fdb2735ea81", "name": "rally_sanity-flavor_alt_8c6f1920-df62-49a5-a860-8ee9a601d05f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 16:10:12,890 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-89aff7ce-ca1e-4550-b6a7-e25c70e7861c 2018-12-03 16:10:12,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.201653957367s 2018-12-03 16:10:12,891 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-89aff7ce-ca1e-4550-b6a7-e25c70e7861c 2018-12-03 16:10:12,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 16:10:12,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/7d59d805-f6fb-49fa-8f20-5fdb2735ea81 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 16:10:12,936 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:10:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4a281b3c-ee6d-4b2f-a5f7-6c1158dc9407 x-compute-request-id: req-4a281b3c-ee6d-4b2f-a5f7-6c1158dc9407 Content-Length: 0 Content-Type: application/json 2018-12-03 16:10:12,937 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/7d59d805-f6fb-49fa-8f20-5fdb2735ea81 used request id req-4a281b3c-ee6d-4b2f-a5f7-6c1158dc9407 2018-12-03 16:10:12,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0433659553528s 2018-12-03 16:10:12,937 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/7d59d805-f6fb-49fa-8f20-5fdb2735ea81 used request id req-4a281b3c-ee6d-4b2f-a5f7-6c1158dc9407 2018-12-03 16:10:12,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-03 16:10:12,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/9bfdbb77-cd2f-43d9-bf4e-af41aa968a11/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}d9ca6b3f598b553753265df438ec2a240edbe717" -d '{"subnet_id": "c5d769a4-4449-4cd6-bf22-68aa53835f62"}' 2018-12-03 16:10:14,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d8d76df4-6e89-4e11-900a-9625e4107fef Date: Mon, 03 Dec 2018 16:10:14 GMT RESP BODY: {"network_id": "5dba8263-529e-460b-b4b8-6e75c83f762f", "tenant_id": "a834096a70644fc8ad511c84e14558da", "subnet_id": "c5d769a4-4449-4cd6-bf22-68aa53835f62", "subnet_ids": ["c5d769a4-4449-4cd6-bf22-68aa53835f62"], "port_id": "7ff18f56-f28d-49b9-bd91-5f766321cbbe", "id": "9bfdbb77-cd2f-43d9-bf4e-af41aa968a11"} 2018-12-03 16:10:14,438 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/9bfdbb77-cd2f-43d9-bf4e-af41aa968a11/remove_router_interface.json used request id req-d8d76df4-6e89-4e11-900a-9625e4107fef 2018-12-03 16:10:14,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.50052785873s 2018-12-03 16:10:14,439 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/9bfdbb77-cd2f-43d9-bf4e-af41aa968a11/remove_router_interface.json used request id req-d8d76df4-6e89-4e11-900a-9625e4107fef returning object 9bfdbb77-cd2f-43d9-bf4e-af41aa968a11 2018-12-03 16:10:14,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-03 16:10:14,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d9ca6b3f598b553753265df438ec2a240edbe717" 2018-12-03 16:10:14,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-6bdb7c35-9571-4eac-8251-7bc1bcad3f33 Date: Mon, 03 Dec 2018 16:10:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a834096a70644fc8ad511c84e14558da", "created_at": "2018-12-03T15:44:30Z", "admin_state_up": true, "updated_at": "2018-12-03T16:10:13Z", "project_id": "a834096a70644fc8ad511c84e14558da", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "9bfdbb77-cd2f-43d9-bf4e-af41aa968a11", "name": "rally_sanity-router_8c6f1920-df62-49a5-a860-8ee9a601d05f"}]} 2018-12-03 16:10:14,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-6bdb7c35-9571-4eac-8251-7bc1bcad3f33 2018-12-03 16:10:14,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.233411073685s 2018-12-03 16:10:14,673 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-6bdb7c35-9571-4eac-8251-7bc1bcad3f33 2018-12-03 16:10:14,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-03 16:10:14,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/9bfdbb77-cd2f-43d9-bf4e-af41aa968a11.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}d9ca6b3f598b553753265df438ec2a240edbe717" 2018-12-03 16:10:18,022 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e27e8217-259f-44aa-9a4b-5e39786dc669 Content-Length: 0 Date: Mon, 03 Dec 2018 16:10:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:10:18,023 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/9bfdbb77-cd2f-43d9-bf4e-af41aa968a11.json used request id req-e27e8217-259f-44aa-9a4b-5e39786dc669 2018-12-03 16:10:18,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.34808492661s 2018-12-03 16:10:18,023 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/9bfdbb77-cd2f-43d9-bf4e-af41aa968a11.json used request id req-e27e8217-259f-44aa-9a4b-5e39786dc669 2018-12-03 16:10:18,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-03 16:10:18,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d9ca6b3f598b553753265df438ec2a240edbe717" 2018-12-03 16:10:18,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-e870be09-1663-4c9e-9b1f-e8c954e1a9cf Date: Mon, 03 Dec 2018 16:10:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dba8263-529e-460b-b4b8-6e75c83f762f","tenant_id":"a834096a70644fc8ad511c84e14558da","created_at":"2018-12-03T15:44:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T15:44:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a834096a70644fc8ad511c84e14558da","id":"c5d769a4-4449-4cd6-bf22-68aa53835f62","subnetpool_id":null,"name":"rally_sanity-subnet_8c6f1920-df62-49a5-a860-8ee9a601d05f"}]} 2018-12-03 16:10:18,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-e870be09-1663-4c9e-9b1f-e8c954e1a9cf 2018-12-03 16:10:18,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.203299045563s 2018-12-03 16:10:18,227 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-e870be09-1663-4c9e-9b1f-e8c954e1a9cf 2018-12-03 16:10:18,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-03 16:10:18,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/c5d769a4-4449-4cd6-bf22-68aa53835f62.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}d9ca6b3f598b553753265df438ec2a240edbe717" 2018-12-03 16:10:20,279 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2c1e078f-bc5e-48a1-b715-47cc0614e1c5 Date: Mon, 03 Dec 2018 16:10:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:10:20,280 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/c5d769a4-4449-4cd6-bf22-68aa53835f62.json used request id req-2c1e078f-bc5e-48a1-b715-47cc0614e1c5 2018-12-03 16:10:20,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.05053091049s 2018-12-03 16:10:20,280 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/c5d769a4-4449-4cd6-bf22-68aa53835f62.json used request id req-2c1e078f-bc5e-48a1-b715-47cc0614e1c5 2018-12-03 16:10:20,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 16:10:20,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d9ca6b3f598b553753265df438ec2a240edbe717" 2018-12-03 16:10:20,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1397 X-Openstack-Request-Id: req-7d6e7280-ad1e-48ee-aeb3-d5d05db1cbf2 Date: Mon, 03 Dec 2018 16:10:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"5dba8263-529e-460b-b4b8-6e75c83f762f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":true,"project_id":"a834096a70644fc8ad511c84e14558da","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:10:20Z","qos_policy_id":null,"name":"rally_sanity-net_8c6f1920-df62-49a5-a860-8ee9a601d05f","admin_state_up":true,"tenant_id":"a834096a70644fc8ad511c84e14558da","created_at":"2018-12-03T15:44:27Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 16:10:20,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-7d6e7280-ad1e-48ee-aeb3-d5d05db1cbf2 2018-12-03 16:10:20,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.238458871841s 2018-12-03 16:10:20,519 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-7d6e7280-ad1e-48ee-aeb3-d5d05db1cbf2 2018-12-03 16:10:20,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-03 16:10:20,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/5dba8263-529e-460b-b4b8-6e75c83f762f.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}d9ca6b3f598b553753265df438ec2a240edbe717" 2018-12-03 16:10:21,209 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42cb9ff8-69ed-4735-b1f7-b1e998643dbe Date: Mon, 03 Dec 2018 16:10:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:10:21,210 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5dba8263-529e-460b-b4b8-6e75c83f762f.json used request id req-42cb9ff8-69ed-4735-b1f7-b1e998643dbe 2018-12-03 16:10:21,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.689236879349s 2018-12-03 16:10:21,210 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5dba8263-529e-460b-b4b8-6e75c83f762f.json used request id req-42cb9ff8-69ed-4735-b1f7-b1e998643dbe 2018-12-03 16:10:21,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 16:10:21,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d9ca6b3f598b553753265df438ec2a240edbe717" 2018-12-03 16:10:21,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-f7f4ec84-c38d-4a59-b9bb-629bcabd330a Date: Mon, 03 Dec 2018 16:10:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2/snap", "metadata": {}}], "file": "/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2/file", "owner": "a834096a70644fc8ad511c84e14558da", "id": "c29232f7-88c7-40f9-bac0-ae4ee2b54ae2", "size": 12716032, "self": "/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T15:44:37Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_8c6f1920-df62-49a5-a860-8ee9a601d05f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T15:44:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 16:10:21,386 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f7f4ec84-c38d-4a59-b9bb-629bcabd330a 2018-12-03 16:10:21,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175375938416s 2018-12-03 16:10:21,386 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f7f4ec84-c38d-4a59-b9bb-629bcabd330a 2018-12-03 16:10:21,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 16:10:21,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d9ca6b3f598b553753265df438ec2a240edbe717" 2018-12-03 16:10:23,240 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b2260703-abe0-4c1e-912b-30123e2b70cb Date: Mon, 03 Dec 2018 16: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-12-03 16:10:23,241 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2 used request id req-b2260703-abe0-4c1e-912b-30123e2b70cb 2018-12-03 16:10:23,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.85264492035s 2018-12-03 16:10:23,241 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/c29232f7-88c7-40f9-bac0-ae4ee2b54ae2 used request id req-b2260703-abe0-4c1e-912b-30123e2b70cb 2018-12-03 16:10:23,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 16:10:23,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 16:10:23,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af545b9a-ae4d-4d3a-85fc-ec6ccd685601 x-compute-request-id: req-af545b9a-ae4d-4d3a-85fc-ec6ccd685601 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5cb9ecfa-9307-47f3-9e05-e39cdcae042c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5cb9ecfa-9307-47f3-9e05-e39cdcae042c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5cb9ecfa-9307-47f3-9e05-e39cdcae042c", "name": "rally_sanity-flavor_8c6f1920-df62-49a5-a860-8ee9a601d05f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 16:10:23,272 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-af545b9a-ae4d-4d3a-85fc-ec6ccd685601 2018-12-03 16:10:23,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0299940109253s 2018-12-03 16:10:23,272 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-af545b9a-ae4d-4d3a-85fc-ec6ccd685601 2018-12-03 16:10:23,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 16:10:23,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/5cb9ecfa-9307-47f3-9e05-e39cdcae042c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 16:10:23,325 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:10:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d0da7030-cb51-4728-94d4-9d6e907773de x-compute-request-id: req-d0da7030-cb51-4728-94d4-9d6e907773de Content-Length: 0 Content-Type: application/json 2018-12-03 16:10:23,325 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/5cb9ecfa-9307-47f3-9e05-e39cdcae042c used request id req-d0da7030-cb51-4728-94d4-9d6e907773de 2018-12-03 16:10:23,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0506930351257s 2018-12-03 16:10:23,326 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/5cb9ecfa-9307-47f3-9e05-e39cdcae042c used request id req-d0da7030-cb51-4728-94d4-9d6e907773de 2018-12-03 16:10:23,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:10:23,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 16:10:23,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34193e3a-6c9a-4008-8bf7-475f3dda10cf Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_8c6f1920-df62-49a5-a860-8ee9a601d05f", "links": {"self": "http://172.30.9.30:5000/v3/users/7da59be8a8fa40118198c3fa183ae3ba"}, "domain_id": "default", "enabled": true, "id": "7da59be8a8fa40118198c3fa183ae3ba", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:10:23,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-34193e3a-6c9a-4008-8bf7-475f3dda10cf 2018-12-03 16:10:23,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.091775894165s 2018-12-03 16:10:23,418 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-34193e3a-6c9a-4008-8bf7-475f3dda10cf 2018-12-03 16:10:23,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:10:23,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/7da59be8a8fa40118198c3fa183ae3ba -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 16:10:23,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce8516c5-01e2-42bf-8e6a-1f1f731f6773 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/7da59be8a8fa40118198c3fa183ae3ba"}, "enabled": true, "id": "7da59be8a8fa40118198c3fa183ae3ba", "options": {}, "domain_id": "default", "name": "rally_sanity-user_8c6f1920-df62-49a5-a860-8ee9a601d05f"}} 2018-12-03 16:10:23,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/7da59be8a8fa40118198c3fa183ae3ba used request id req-ce8516c5-01e2-42bf-8e6a-1f1f731f6773 2018-12-03 16:10:23,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.091726064682s 2018-12-03 16:10:23,517 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/7da59be8a8fa40118198c3fa183ae3ba used request id req-ce8516c5-01e2-42bf-8e6a-1f1f731f6773 2018-12-03 16:10:23,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 16:10:23,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/7da59be8a8fa40118198c3fa183ae3ba -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 16:10:23,693 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:10:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b439bfe-1343-4f56-93c2-f32063a7f154 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:10:23,693 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/7da59be8a8fa40118198c3fa183ae3ba used request id req-8b439bfe-1343-4f56-93c2-f32063a7f154 2018-12-03 16:10:23,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.175304889679s 2018-12-03 16:10:23,694 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/7da59be8a8fa40118198c3fa183ae3ba used request id req-8b439bfe-1343-4f56-93c2-f32063a7f154 2018-12-03 16:10:23,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 16:10:23,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 16:10:23,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f241e9f4-b6a6-41ff-9b4b-54f1977a7c98 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.30:5000/v3/projects/a834096a70644fc8ad511c84e14558da"}, "enabled": true, "id": "a834096a70644fc8ad511c84e14558da", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_8c6f1920-df62-49a5-a860-8ee9a601d05f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 16:10:23,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-f241e9f4-b6a6-41ff-9b4b-54f1977a7c98 2018-12-03 16:10:23,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0778169631958s 2018-12-03 16:10:23,772 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-f241e9f4-b6a6-41ff-9b4b-54f1977a7c98 2018-12-03 16:10:23,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 16:10:23,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/a834096a70644fc8ad511c84e14558da -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 16:10:23,931 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:10:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bebbde8-53e0-42a9-baff-a5dba2b7827c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:10:23,931 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/a834096a70644fc8ad511c84e14558da used request id req-6bebbde8-53e0-42a9-baff-a5dba2b7827c 2018-12-03 16:10:23,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.15628695488s 2018-12-03 16:10:23,932 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/a834096a70644fc8ad511c84e14558da used request id req-6bebbde8-53e0-42a9-baff-a5dba2b7827c 2018-12-03 16:10:23,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:10:23,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 16:10:24,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af7869bd-101d-457c-a820-9d2e43bab06a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f555db7abc16461b93e598772fafbadd", "links": {"self": "http://172.30.9.30:5000/v3/roles/f555db7abc16461b93e598772fafbadd"}, "name": "Member"}]} 2018-12-03 16:10:24,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-af7869bd-101d-457c-a820-9d2e43bab06a 2018-12-03 16:10:24,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0728948116302s 2018-12-03 16:10:24,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 16:10:24,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/f555db7abc16461b93e598772fafbadd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 16:10:24,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:10:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19c0378d-ab87-4fa9-bfe1-bba3babc6297 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:10:24,114 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/f555db7abc16461b93e598772fafbadd used request id req-19c0378d-ab87-4fa9-bfe1-bba3babc6297 2018-12-03 16:10:24,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.10700917244s 2018-12-03 16:10:24,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 16:10:24,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=a834096a70644fc8ad511c84e14558da&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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 16:10:24,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-11ad0b20-898d-42d3-90a6-a4436f6cd4bf Date: Mon, 03 Dec 2018 16:10:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a834096a70644fc8ad511c84e14558da", "created_at": "2018-12-03T15:44:27Z", "updated_at": "2018-12-03T15:44:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:44:27Z", "revision_number": 0, "id": "0366be30-b500-47bd-8ad5-c908360caee4", "remote_group_id": "a4e2302c-2991-49ca-87cb-ffa0e2837f3a", "remote_ip_prefix": null, "created_at": "2018-12-03T15:44:27Z", "security_group_id": "a4e2302c-2991-49ca-87cb-ffa0e2837f3a", "tenant_id": "a834096a70644fc8ad511c84e14558da", "port_range_min": null, "ethertype": "IPv4", "project_id": "a834096a70644fc8ad511c84e14558da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:44:27Z", "revision_number": 0, "id": "06837c16-3e9e-45ed-8806-f7c115c5c542", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:44:27Z", "security_group_id": "a4e2302c-2991-49ca-87cb-ffa0e2837f3a", "tenant_id": "a834096a70644fc8ad511c84e14558da", "port_range_min": null, "ethertype": "IPv4", "project_id": "a834096a70644fc8ad511c84e14558da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:44:27Z", "revision_number": 0, "id": "acc9fcf3-c32f-4f5d-8de0-561a6ad1163e", "remote_group_id": "a4e2302c-2991-49ca-87cb-ffa0e2837f3a", "remote_ip_prefix": null, "created_at": "2018-12-03T15:44:27Z", "security_group_id": "a4e2302c-2991-49ca-87cb-ffa0e2837f3a", "tenant_id": "a834096a70644fc8ad511c84e14558da", "port_range_min": null, "ethertype": "IPv6", "project_id": "a834096a70644fc8ad511c84e14558da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:44:27Z", "revision_number": 0, "id": "aefa7cbb-e81e-4748-8d29-f8f4479d025d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:44:27Z", "security_group_id": "a4e2302c-2991-49ca-87cb-ffa0e2837f3a", "tenant_id": "a834096a70644fc8ad511c84e14558da", "port_range_min": null, "ethertype": "IPv6", "project_id": "a834096a70644fc8ad511c84e14558da"}], "revision_number": 4, "project_id": "a834096a70644fc8ad511c84e14558da", "id": "a4e2302c-2991-49ca-87cb-ffa0e2837f3a", "name": "default"}]} 2018-12-03 16:10:24,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=a834096a70644fc8ad511c84e14558da&name=default used request id req-11ad0b20-898d-42d3-90a6-a4436f6cd4bf 2018-12-03 16:10:24,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.184184074402s 2018-12-03 16:10:24,301 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=a834096a70644fc8ad511c84e14558da&name=default used request id req-11ad0b20-898d-42d3-90a6-a4436f6cd4bf 2018-12-03 16:10:24,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 16:10:24,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 16:10:24,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ca4a8cb3-d0d2-47c5-9f2f-cf8e854c02c6 Date: Mon, 03 Dec 2018 16:10:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a834096a70644fc8ad511c84e14558da", "created_at": "2018-12-03T15:44:27Z", "updated_at": "2018-12-03T15:44:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:44:27Z", "revision_number": 0, "id": "06837c16-3e9e-45ed-8806-f7c115c5c542", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:44:27Z", "security_group_id": "a4e2302c-2991-49ca-87cb-ffa0e2837f3a", "tenant_id": "a834096a70644fc8ad511c84e14558da", "port_range_min": null, "ethertype": "IPv4", "project_id": "a834096a70644fc8ad511c84e14558da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:44:27Z", "revision_number": 0, "id": "aefa7cbb-e81e-4748-8d29-f8f4479d025d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:44:27Z", "security_group_id": "a4e2302c-2991-49ca-87cb-ffa0e2837f3a", "tenant_id": "a834096a70644fc8ad511c84e14558da", "port_range_min": null, "ethertype": "IPv6", "project_id": "a834096a70644fc8ad511c84e14558da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:44:27Z", "revision_number": 0, "id": "0366be30-b500-47bd-8ad5-c908360caee4", "remote_group_id": "a4e2302c-2991-49ca-87cb-ffa0e2837f3a", "remote_ip_prefix": null, "created_at": "2018-12-03T15:44:27Z", "security_group_id": "a4e2302c-2991-49ca-87cb-ffa0e2837f3a", "tenant_id": "a834096a70644fc8ad511c84e14558da", "port_range_min": null, "ethertype": "IPv4", "project_id": "a834096a70644fc8ad511c84e14558da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:44:27Z", "revision_number": 0, "id": "acc9fcf3-c32f-4f5d-8de0-561a6ad1163e", "remote_group_id": "a4e2302c-2991-49ca-87cb-ffa0e2837f3a", "remote_ip_prefix": null, "created_at": "2018-12-03T15:44:27Z", "security_group_id": "a4e2302c-2991-49ca-87cb-ffa0e2837f3a", "tenant_id": "a834096a70644fc8ad511c84e14558da", "port_range_min": null, "ethertype": "IPv6", "project_id": "a834096a70644fc8ad511c84e14558da"}], "revision_number": 4, "project_id": "a834096a70644fc8ad511c84e14558da", "id": "a4e2302c-2991-49ca-87cb-ffa0e2837f3a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:10:24,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-ca4a8cb3-d0d2-47c5-9f2f-cf8e854c02c6 2018-12-03 16:10:24,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.227918148041s 2018-12-03 16:10:24,533 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-ca4a8cb3-d0d2-47c5-9f2f-cf8e854c02c6 2018-12-03 16:10:24,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-03 16:10:24,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/a4e2302c-2991-49ca-87cb-ffa0e2837f3a.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}0ac574ca21b25e458673104ff1c4b5f84e1f7750" 2018-12-03 16:10:24,976 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55da2bd6-4e13-413f-b70d-6b8813b79750 Content-Length: 0 Date: Mon, 03 Dec 2018 16:10:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:10:24,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/a4e2302c-2991-49ca-87cb-ffa0e2837f3a.json used request id req-55da2bd6-4e13-413f-b70d-6b8813b79750 2018-12-03 16:10:24,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.438777923584s 2018-12-03 16:10:24,977 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/a4e2302c-2991-49ca-87cb-ffa0e2837f3a.json used request id req-55da2bd6-4e13-413f-b70d-6b8813b79750 2018-12-03 16:10:25,005 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-12-03 16:10:25,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 16:10:25,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 16:10:25,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 16:10:25,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 16:10:25,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 16:10:25,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 16:10:25,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 16:10:25,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 16:10:25,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 16:10:25,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 16:10:25,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 16:10:25,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 16:10:25,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 16:10:25,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 16:10:25,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 16:10:25,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 16:10:25,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 16:10:25,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 16:10:25,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 16:10:25,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 16:10:25,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 16:10:25,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 16:10:25,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 16:10:25,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 16:10:25,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 16:10:25,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43e78bea-438b-4293-8016-06b913e434c4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:10:25,117 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-43e78bea-438b-4293-8016-06b913e434c4 2018-12-03 16:10:25,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:10:25,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T17:10:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["IegcDXVZQmy5Nxy6t84V1A"], "issued_at": "2018-12-03T16:10:25.000000Z"}} 2018-12-03 16:10:25,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 16:10:25,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:25,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f0df392d-683d-41b9-ad4d-41814bfd71e7 Date: Mon, 03 Dec 2018 16:10:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 16:10:25,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f0df392d-683d-41b9-ad4d-41814bfd71e7 2018-12-03 16:10:25,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.391896009445s 2018-12-03 16:10:25,885 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f0df392d-683d-41b9-ad4d-41814bfd71e7 2018-12-03 16:10:25,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 16:10:25,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:25,894 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:10: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:10:25,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:25,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b4edd3-ba77-4146-812e-d2c589406406 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 16:10:25,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-f3b4edd3-ba77-4146-812e-d2c589406406 2018-12-03 16:10:25,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.10361790657s 2018-12-03 16:10:25,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 16:10:25,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}7153096b45cd5c5774ad2fcec44f46c91b450631" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_baa799ef-9436-4871-8c66-b42b344a0667"}}' 2018-12-03 16:10:26,104 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:10:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebe42001-56db-4b17-a114-efc5bad4fd39 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.30:5000/v3/projects/e0d111cab0ef4d8b9b71450a6a69602e"}, "enabled": true, "id": "e0d111cab0ef4d8b9b71450a6a69602e", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_baa799ef-9436-4871-8c66-b42b344a0667"}} 2018-12-03 16:10:26,104 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-ebe42001-56db-4b17-a114-efc5bad4fd39 2018-12-03 16:10:26,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.112468004227s 2018-12-03 16:10:26,104 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-ebe42001-56db-4b17-a114-efc5bad4fd39 2018-12-03 16:10:26,105 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_baa799ef-9436-4871-8c66-b42b344a0667', 'id': u'e0d111cab0ef4d8b9b71450a6a69602e', '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-12-03 16:10:26,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 16:10:26,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.349252939224s 2018-12-03 16:10:26,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/4e2c6e8750b449eca4b4081a5b5a599f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:26,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0c76307-dd1f-4456-bbd9-e0f306e0acbb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/4e2c6e8750b449eca4b4081a5b5a599f"}, "enabled": true, "id": "4e2c6e8750b449eca4b4081a5b5a599f", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_baa799ef-9436-4871-8c66-b42b344a0667"}} 2018-12-03 16:10:26,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/4e2c6e8750b449eca4b4081a5b5a599f used request id req-e0c76307-dd1f-4456-bbd9-e0f306e0acbb 2018-12-03 16:10:26,565 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4e2c6e8750b449eca4b4081a5b5a599f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_baa799ef-9436-4871-8c66-b42b344a0667'}) 2018-12-03 16:10:26,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:10:26,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:26,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15b7cc62-7b0a-4b45-b69e-46d3a62b6768 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:10:26,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-15b7cc62-7b0a-4b45-b69e-46d3a62b6768 2018-12-03 16:10:26,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.159112930298s 2018-12-03 16:10:26,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:10:26,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:26,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13ecf302-6c14-42ab-a3a5-a16c7d769c70 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:10:26,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-13ecf302-6c14-42ab-a3a5-a16c7d769c70 2018-12-03 16:10:26,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0820910930634s 2018-12-03 16:10:26,809 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 16:10:26,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 16:10:26,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" -d '{"role": {"name": "Member"}}' 2018-12-03 16:10:26,923 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:10:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4a43945-2154-4aba-866a-cfa7f03fa72f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "af6a1767293b41cdbe23f3dbe9d2d0de", "links": {"self": "http://172.30.9.30:5000/v3/roles/af6a1767293b41cdbe23f3dbe9d2d0de"}, "name": "Member"}} 2018-12-03 16:10:26,923 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-b4a43945-2154-4aba-866a-cfa7f03fa72f 2018-12-03 16:10:26,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.11323595047s 2018-12-03 16:10:26,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/af6a1767293b41cdbe23f3dbe9d2d0de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:26,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6804fe0-6a96-4bdd-95ca-cd500088d37d Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/af6a1767293b41cdbe23f3dbe9d2d0de"}, "domain_id": null, "name": "Member", "id": "af6a1767293b41cdbe23f3dbe9d2d0de"}} 2018-12-03 16:10:26,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/af6a1767293b41cdbe23f3dbe9d2d0de used request id req-f6804fe0-6a96-4bdd-95ca-cd500088d37d 2018-12-03 16:10:26,999 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/af6a1767293b41cdbe23f3dbe9d2d0de'}, 'domain_id': None, 'human_id': None, 'id': u'af6a1767293b41cdbe23f3dbe9d2d0de', 'HUMAN_ID': False}) 2018-12-03 16:10:27,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:10:27,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:27,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecbdbec8-3171-4da3-81fa-c05377d603d3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "af6a1767293b41cdbe23f3dbe9d2d0de", "links": {"self": "http://172.30.9.30:5000/v3/roles/af6a1767293b41cdbe23f3dbe9d2d0de"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:10:27,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ecbdbec8-3171-4da3-81fa-c05377d603d3 2018-12-03 16:10:27,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0818071365356s 2018-12-03 16:10:27,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 16:10:27,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:27,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9139f1b1-1f41-4354-b4c0-a32eb1d74f7b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 16:10:27,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-9139f1b1-1f41-4354-b4c0-a32eb1d74f7b 2018-12-03 16:10:27,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0805549621582s 2018-12-03 16:10:27,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:10:27,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:27,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a81c9f09-e21e-48c7-820a-c97f5de61020 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_baa799ef-9436-4871-8c66-b42b344a0667", "links": {"self": "http://172.30.9.30:5000/v3/users/4e2c6e8750b449eca4b4081a5b5a599f"}, "domain_id": "default", "enabled": true, "id": "4e2c6e8750b449eca4b4081a5b5a599f", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:10:27,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a81c9f09-e21e-48c7-820a-c97f5de61020 2018-12-03 16:10:27,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115104913712s 2018-12-03 16:10:27,280 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a81c9f09-e21e-48c7-820a-c97f5de61020 2018-12-03 16:10:27,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 16:10:27,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:27,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-029fab6d-02c9-4944-ba9a-07c549e24cdf Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.30:5000/v3/projects/e0d111cab0ef4d8b9b71450a6a69602e"}, "enabled": true, "id": "e0d111cab0ef4d8b9b71450a6a69602e", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_baa799ef-9436-4871-8c66-b42b344a0667"}]} 2018-12-03 16:10:27,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-029fab6d-02c9-4944-ba9a-07c549e24cdf 2018-12-03 16:10:27,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0754020214081s 2018-12-03 16:10:27,363 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-029fab6d-02c9-4944-ba9a-07c549e24cdf 2018-12-03 16:10:27,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 16:10:27,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=4e2c6e8750b449eca4b4081a5b5a599f&scope.project.id=e0d111cab0ef4d8b9b71450a6a69602e&role.id=af6a1767293b41cdbe23f3dbe9d2d0de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:27,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2923288-db4c-4b15-ae6b-7f7f5a0875d1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=4e2c6e8750b449eca4b4081a5b5a599f&scope.project.id=e0d111cab0ef4d8b9b71450a6a69602e&role.id=af6a1767293b41cdbe23f3dbe9d2d0de", "previous": null, "next": null}} 2018-12-03 16:10:27,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=4e2c6e8750b449eca4b4081a5b5a599f&scope.project.id=e0d111cab0ef4d8b9b71450a6a69602e&role.id=af6a1767293b41cdbe23f3dbe9d2d0de used request id req-d2923288-db4c-4b15-ae6b-7f7f5a0875d1 2018-12-03 16:10:27,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0872371196747s 2018-12-03 16:10:27,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 16:10:27,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/e0d111cab0ef4d8b9b71450a6a69602e/users/4e2c6e8750b449eca4b4081a5b5a599f/roles/af6a1767293b41cdbe23f3dbe9d2d0de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:27,565 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:10:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e11dac3-4d8c-4bb6-89d6-94d94671c9a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:10:27,565 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e0d111cab0ef4d8b9b71450a6a69602e/users/4e2c6e8750b449eca4b4081a5b5a599f/roles/af6a1767293b41cdbe23f3dbe9d2d0de used request id req-3e11dac3-4d8c-4bb6-89d6-94d94671c9a3 2018-12-03 16:10:27,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.112215042114s 2018-12-03 16:10:27,566 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_baa799ef-9436-4871-8c66-b42b344a0667', 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': 'c005574c-3d5d-490e-b43d-0692c2f8c569', 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_baa799ef-9436-4871-8c66-b42b344a0667', 'project_id': u'e0d111cab0ef4d8b9b71450a6a69602e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 16:10:27,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 16:10:27,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 16:10:27,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 16:10:27,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 16:10:27,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 16:10:27,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 16:10:27,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 16:10:27,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 16:10:27,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 16:10:27,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 16:10:27,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 16:10:27,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 16:10:27,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 16:10:27,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 16:10:27,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 16:10:27,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 16:10:27,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 16:10:27,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 16:10:27,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 16:10:27,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 16:10:27,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 16:10:27,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 16:10:27,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 16:10:27,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 16:10:27,572 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_baa799ef-9436-4871-8c66-b42b344a0667', 'password': 'c005574c-3d5d-490e-b43d-0692c2f8c569', 'project_name': 'refstack_defcore-project_baa799ef-9436-4871-8c66-b42b344a0667', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'e0d111cab0ef4d8b9b71450a6a69602e', 'project_domain_name': 'Default'} 2018-12-03 16:10:27,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:10:27,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:27,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63e80760-230c-4f80-a5ba-96c0e1525a60 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "af6a1767293b41cdbe23f3dbe9d2d0de", "links": {"self": "http://172.30.9.30:5000/v3/roles/af6a1767293b41cdbe23f3dbe9d2d0de"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:10:27,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-63e80760-230c-4f80-a5ba-96c0e1525a60 2018-12-03 16:10:27,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0811560153961s 2018-12-03 16:10:27,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:10:27,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:27,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fec9506-3c0c-4d4f-8278-8281a02084f0 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "af6a1767293b41cdbe23f3dbe9d2d0de", "links": {"self": "http://172.30.9.30:5000/v3/roles/af6a1767293b41cdbe23f3dbe9d2d0de"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:10:27,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6fec9506-3c0c-4d4f-8278-8281a02084f0 2018-12-03 16:10:27,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0773499011993s 2018-12-03 16:10:27,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 16:10:27,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:27,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c84bd197-f702-4484-9173-1648b464cb52 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 16:10:27,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-c84bd197-f702-4484-9173-1648b464cb52 2018-12-03 16:10:27,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0732049942017s 2018-12-03 16:10:27,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:10:27,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:27,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba34e734-0a38-45b5-b4b4-bff312b77f5a Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_baa799ef-9436-4871-8c66-b42b344a0667", "links": {"self": "http://172.30.9.30:5000/v3/users/4e2c6e8750b449eca4b4081a5b5a599f"}, "domain_id": "default", "enabled": true, "id": "4e2c6e8750b449eca4b4081a5b5a599f", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:10:27,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ba34e734-0a38-45b5-b4b4-bff312b77f5a 2018-12-03 16:10:27,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0992720127106s 2018-12-03 16:10:27,908 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ba34e734-0a38-45b5-b4b4-bff312b77f5a 2018-12-03 16:10:27,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 16:10:27,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:27,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a59d92e0-79bc-47d9-83ca-66cb5698fa75 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.30:5000/v3/projects/e0d111cab0ef4d8b9b71450a6a69602e"}, "enabled": true, "id": "e0d111cab0ef4d8b9b71450a6a69602e", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_baa799ef-9436-4871-8c66-b42b344a0667"}]} 2018-12-03 16:10:27,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-a59d92e0-79bc-47d9-83ca-66cb5698fa75 2018-12-03 16:10:27,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0782699584961s 2018-12-03 16:10:27,993 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-a59d92e0-79bc-47d9-83ca-66cb5698fa75 2018-12-03 16:10:27,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 16:10:27,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=4e2c6e8750b449eca4b4081a5b5a599f&scope.project.id=e0d111cab0ef4d8b9b71450a6a69602e&role.id=262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:28,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8ebfc59-bfcf-4ecb-9292-309a3a31f010 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=4e2c6e8750b449eca4b4081a5b5a599f&scope.project.id=e0d111cab0ef4d8b9b71450a6a69602e&role.id=262658b16a4440adb64abe58dbd094c0", "previous": null, "next": null}} 2018-12-03 16:10:28,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=4e2c6e8750b449eca4b4081a5b5a599f&scope.project.id=e0d111cab0ef4d8b9b71450a6a69602e&role.id=262658b16a4440adb64abe58dbd094c0 used request id req-b8ebfc59-bfcf-4ecb-9292-309a3a31f010 2018-12-03 16:10:28,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0150580406189s 2018-12-03 16:10:28,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 16:10:28,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/e0d111cab0ef4d8b9b71450a6a69602e/users/4e2c6e8750b449eca4b4081a5b5a599f/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:28,165 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:10:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d286b54-fe0e-4615-97b5-6c96b883866c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:10:28,165 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e0d111cab0ef4d8b9b71450a6a69602e/users/4e2c6e8750b449eca4b4081a5b5a599f/roles/262658b16a4440adb64abe58dbd094c0 used request id req-3d286b54-fe0e-4615-97b5-6c96b883866c 2018-12-03 16:10:28,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.155241012573s 2018-12-03 16:10:28,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:10:28,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:28,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fce53642-81b8-454a-a63b-6d39c4e5219b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "af6a1767293b41cdbe23f3dbe9d2d0de", "links": {"self": "http://172.30.9.30:5000/v3/roles/af6a1767293b41cdbe23f3dbe9d2d0de"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:10:28,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-fce53642-81b8-454a-a63b-6d39c4e5219b 2018-12-03 16:10:28,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819439888s 2018-12-03 16:10:28,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 16:10:28,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:28,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38bcacbf-2992-41c6-a55f-6b4a3bc37f2f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 16:10:28,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-38bcacbf-2992-41c6-a55f-6b4a3bc37f2f 2018-12-03 16:10:28,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0728409290314s 2018-12-03 16:10:28,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:10:28,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:28,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e80ab34-ec5e-4dfb-8fab-a8b730624a85 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_baa799ef-9436-4871-8c66-b42b344a0667", "links": {"self": "http://172.30.9.30:5000/v3/users/4e2c6e8750b449eca4b4081a5b5a599f"}, "domain_id": "default", "enabled": true, "id": "4e2c6e8750b449eca4b4081a5b5a599f", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:10:28,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3e80ab34-ec5e-4dfb-8fab-a8b730624a85 2018-12-03 16:10:28,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0968799591064s 2018-12-03 16:10:28,420 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3e80ab34-ec5e-4dfb-8fab-a8b730624a85 2018-12-03 16:10:28,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 16:10:28,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=4e2c6e8750b449eca4b4081a5b5a599f&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:28,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d910bd5-3c03-49d9-93de-68b02842948d Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=4e2c6e8750b449eca4b4081a5b5a599f&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default", "previous": null, "next": null}} 2018-12-03 16:10:28,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=4e2c6e8750b449eca4b4081a5b5a599f&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default used request id req-0d910bd5-3c03-49d9-93de-68b02842948d 2018-12-03 16:10:28,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0803577899933s 2018-12-03 16:10:28,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 16:10:28,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/4e2c6e8750b449eca4b4081a5b5a599f/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:10:28,625 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:10:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f8bf514-b707-43b7-b958-2649f0568824 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:10:28,625 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/4e2c6e8750b449eca4b4081a5b5a599f/roles/262658b16a4440adb64abe58dbd094c0 used request id req-7f8bf514-b707-43b7-b958-2649f0568824 2018-12-03 16:10:28,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118101835251s 2018-12-03 16:10:28,626 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-03 16:10:31,151 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-03 16:10:30.803 11196 INFO rally.deployment.engine [-] Deployment 275a6c65-2d4f-43ad-a0bb-6ee6212bee17 | Starting: Destroy cloud and free allocated resources. 2018-12-03 16:10:30.886 11196 INFO rally.deployment.engine [-] Deployment 275a6c65-2d4f-43ad-a0bb-6ee6212bee17 | Completed: Destroy cloud and free allocated resources. 2018-12-03 16:10:30.910 11196 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c743a1ca-5d47-481c-89d6-936636ad381d). 2018-12-03 16:10:30.915 11196 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-03 16:10:33,573 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-03 16:10:33.273 11199 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2e5f9f7e-b609-41a7-82f0-0b1fc72676d4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2e5f9f7e-b609-41a7-82f0-0b1fc72676d4 | 2018-12-03T16:10:33 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2e5f9f7e-b609-41a7-82f0-0b1fc72676d4 ~/.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-12-03 16:10:36,943 - 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-12-03 16:10:36,943 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-03 16:10:39,324 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-12-03 16:10:39.011 11205 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c743a1ca-5d47-481c-89d6-936636ad381d). 2018-12-03 16:10:39.143 11205 INFO rally.api [-] Verifier has been successfully deleted! 2018-12-03 16:10:43,019 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-03 16:10:41.361 11208 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-03 16:10:41.524 11208 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-03 16:10:42.841 11208 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=508eb744-a483-4c61-928a-d128828d157d) has been successfully created! Using verifier 'opnfv-tempest' (UUID=508eb744-a483-4c61-928a-d128828d157d) as the default verifier for the future CLI operations. 2018-12-03 16:10:46,041 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-12-03 16:10:46,042 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:10:46,176 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-03 16:10:46,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 16:10:46,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-215ea249-57d8-4fba-addc-e77fead2f4b0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:10:46,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-215ea249-57d8-4fba-addc-e77fead2f4b0 2018-12-03 16:10:46,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:10:46,547 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "af6a1767293b41cdbe23f3dbe9d2d0de", "name": "Member"}], "expires_at": "2018-12-03T17:10:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0d111cab0ef4d8b9b71450a6a69602e", "name": "refstack_defcore-project_baa799ef-9436-4871-8c66-b42b344a0667"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e0d111cab0ef4d8b9b71450a6a69602e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e0d111cab0ef4d8b9b71450a6a69602e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e0d111cab0ef4d8b9b71450a6a69602e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e0d111cab0ef4d8b9b71450a6a69602e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e0d111cab0ef4d8b9b71450a6a69602e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e0d111cab0ef4d8b9b71450a6a69602e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e0d111cab0ef4d8b9b71450a6a69602e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e0d111cab0ef4d8b9b71450a6a69602e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e0d111cab0ef4d8b9b71450a6a69602e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e0d111cab0ef4d8b9b71450a6a69602e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e0d111cab0ef4d8b9b71450a6a69602e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e0d111cab0ef4d8b9b71450a6a69602e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_baa799ef-9436-4871-8c66-b42b344a0667", "id": "4e2c6e8750b449eca4b4081a5b5a599f"}, "audit_ids": ["tc8EcD9nSVOMmL8kWJGuBw"], "issued_at": "2018-12-03T16:10:46.000000Z"}} 2018-12-03 16:10:46,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bd6bb2a12333e8467848e808f9fb0adca611e13" 2018-12-03 16:10:46,557 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 03 Dec 2018 16:10:46 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-03 16:10:46,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 16:10:46,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bd6bb2a12333e8467848e808f9fb0adca611e13" 2018-12-03 16:10:46,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-438497fb-903d-4a40-a51f-d7f5bdfda49b Date: Mon, 03 Dec 2018 16:10:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 16:10:46,732 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-438497fb-903d-4a40-a51f-d7f5bdfda49b 2018-12-03 16:10:46,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171186923981s 2018-12-03 16:10:46,733 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-438497fb-903d-4a40-a51f-d7f5bdfda49b 2018-12-03 16:10:46,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 16:10:46,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4bd6bb2a12333e8467848e808f9fb0adca611e13" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667"}' 2018-12-03 16:10:46,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806 X-Openstack-Request-Id: req-8d4ebfda-c7b3-4555-a4c4-f51f30ce9263 Date: Mon, 03 Dec 2018 16:10:46 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806/file", "owner": "e0d111cab0ef4d8b9b71450a6a69602e", "id": "a64afe9e-c110-4ceb-93a6-df7809459806", "size": null, "self": "/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T16:10:46Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667", "checksum": null, "created_at": "2018-12-03T16:10:46Z", "protected": false} 2018-12-03 16:10:46,956 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-8d4ebfda-c7b3-4555-a4c4-f51f30ce9263 2018-12-03 16:10:46,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.221950054169s 2018-12-03 16:10:46,957 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-8d4ebfda-c7b3-4555-a4c4-f51f30ce9263 returning object a64afe9e-c110-4ceb-93a6-df7809459806 2018-12-03 16:10:46,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 16:10:46,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806/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}4bd6bb2a12333e8467848e808f9fb0adca611e13" -d '' 2018-12-03 16:10:48,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ad1f961a-cea6-4124-95de-2d11e5a7338e Date: Mon, 03 Dec 2018 16:10:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:10:48,832 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806/file used request id req-ad1f961a-cea6-4124-95de-2d11e5a7338e 2018-12-03 16:10:48,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.87481307983s 2018-12-03 16:10:48,833 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806/file used request id req-ad1f961a-cea6-4124-95de-2d11e5a7338e 2018-12-03 16:10:48,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 16:10:48,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bd6bb2a12333e8467848e808f9fb0adca611e13" 2018-12-03 16:10:48,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-e996038a-1314-4f31-8a95-ece3141aeeab Date: Mon, 03 Dec 2018 16:10:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a64afe9e-c110-4ceb-93a6-df7809459806/snap", "metadata": {}}], "file": "/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806/file", "owner": "e0d111cab0ef4d8b9b71450a6a69602e", "id": "a64afe9e-c110-4ceb-93a6-df7809459806", "size": 12716032, "self": "/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a64afe9e-c110-4ceb-93a6-df7809459806/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T16:10:48Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T16:10:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 16:10:48,859 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-e996038a-1314-4f31-8a95-ece3141aeeab 2018-12-03 16:10:48,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.024347782135s 2018-12-03 16:10:48,860 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-e996038a-1314-4f31-8a95-ece3141aeeab 2018-12-03 16:10:48,862 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a64afe9e-c110-4ceb-93a6-df7809459806/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806/file', 'owner': u'e0d111cab0ef4d8b9b71450a6a69602e', 'id': u'a64afe9e-c110-4ceb-93a6-df7809459806', 'size': 12716032, u'self': u'/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0d111cab0ef4d8b9b71450a6a69602e', 'name': 'refstack_defcore-project_baa799ef-9436-4871-8c66-b42b344a0667', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a64afe9e-c110-4ceb-93a6-df7809459806/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T16:10:48Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-03T16:10:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667', 'created': u'2018-12-03T16:10:46Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-03T16:10:46Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-03 16:10:48,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 16:10:48,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}7153096b45cd5c5774ad2fcec44f46c91b450631" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_baa799ef-9436-4871-8c66-b42b344a0667", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-03 16:10:49,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-e3787a21-4d57-4527-9840-a692129397af x-compute-request-id: req-e3787a21-4d57-4527-9840-a692129397af Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a", "name": "refstack_defcore-flavor_baa799ef-9436-4871-8c66-b42b344a0667", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:10:49,085 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e3787a21-4d57-4527-9840-a692129397af 2018-12-03 16:10:49,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.221618890762s 2018-12-03 16:10:49,085 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e3787a21-4d57-4527-9840-a692129397af returning object 8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a 2018-12-03 16:10:49,086 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_baa799ef-9436-4871-8c66-b42b344a0667', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a', 'swap': 0}) 2018-12-03 16:10:49,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 16:10:49,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a/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}7153096b45cd5c5774ad2fcec44f46c91b450631" -d '{"extra_specs": {}}' 2018-12-03 16:10:49,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-90b387df-441a-4093-85d6-bcabfb807dbe x-compute-request-id: req-90b387df-441a-4093-85d6-bcabfb807dbe Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 16:10:49,109 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a/os-extra_specs used request id req-90b387df-441a-4093-85d6-bcabfb807dbe 2018-12-03 16:10:49,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0219390392303s 2018-12-03 16:10:49,109 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a/os-extra_specs used request id req-90b387df-441a-4093-85d6-bcabfb807dbe 2018-12-03 16:10:49,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:10:49,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bd6bb2a12333e8467848e808f9fb0adca611e13" 2018-12-03 16:10:49,120 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:10:49,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd6bb2a12333e8467848e808f9fb0adca611e13" 2018-12-03 16:10:49,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c509a391-c6f5-4f62-9678-19ac94d6949f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "af6a1767293b41cdbe23f3dbe9d2d0de", "links": {"self": "http://172.30.9.30:5000/v3/roles/af6a1767293b41cdbe23f3dbe9d2d0de"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:10:49,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c509a391-c6f5-4f62-9678-19ac94d6949f 2018-12-03 16:10:49,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0916919708252s 2018-12-03 16:10:49,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-03 16:10:49,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bd6bb2a12333e8467848e808f9fb0adca611e13" 2018-12-03 16:10:49,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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,Accept-Encoding x-openstack-request-id: req-b674c02f-97d9-47f7-8294-edf2b903cbb0 x-compute-request-id: req-b674c02f-97d9-47f7-8294-edf2b903cbb0 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 210}, "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": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-03 16:10:49,385 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-b674c02f-97d9-47f7-8294-edf2b903cbb0 2018-12-03 16:10:49,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.179170131683s 2018-12-03 16:10:49,386 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-b674c02f-97d9-47f7-8294-edf2b903cbb0 2018-12-03 16:10:49,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 16:10:49,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bd6bb2a12333e8467848e808f9fb0adca611e13" 2018-12-03 16:10:49,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-da116732-2c8d-4783-8b21-33deaf48c088 Date: Mon, 03 Dec 2018 16:10:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a64afe9e-c110-4ceb-93a6-df7809459806/snap", "metadata": {}}], "file": "/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806/file", "owner": "e0d111cab0ef4d8b9b71450a6a69602e", "id": "a64afe9e-c110-4ceb-93a6-df7809459806", "size": 12716032, "self": "/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a64afe9e-c110-4ceb-93a6-df7809459806/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T16:10:48Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T16:10:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 16:10:49,564 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-da116732-2c8d-4783-8b21-33deaf48c088 2018-12-03 16:10:49,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177924871445s 2018-12-03 16:10:49,565 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-da116732-2c8d-4783-8b21-33deaf48c088 2018-12-03 16:10:49,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 16:10:49,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4bd6bb2a12333e8467848e808f9fb0adca611e13" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_baa799ef-9436-4871-8c66-b42b344a0667", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_baa799ef-9436-4871-8c66-b42b344a0667"}' 2018-12-03 16:10:49,814 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a X-Openstack-Request-Id: req-1573969c-0872-4a70-860f-09d27756d681 Date: Mon, 03 Dec 2018 16:10:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a/file", "owner": "e0d111cab0ef4d8b9b71450a6a69602e", "id": "dfc47b2a-8bc3-4906-b3db-258914f6c84a", "size": null, "self": "/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T16:10:49Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_baa799ef-9436-4871-8c66-b42b344a0667", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_baa799ef-9436-4871-8c66-b42b344a0667", "checksum": null, "created_at": "2018-12-03T16:10:49Z", "protected": false} 2018-12-03 16:10:49,814 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1573969c-0872-4a70-860f-09d27756d681 2018-12-03 16:10:49,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.246523141861s 2018-12-03 16:10:49,815 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1573969c-0872-4a70-860f-09d27756d681 returning object dfc47b2a-8bc3-4906-b3db-258914f6c84a 2018-12-03 16:10:49,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 16:10:49,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a/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}4bd6bb2a12333e8467848e808f9fb0adca611e13" -d '' 2018-12-03 16:10:51,391 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4c8fbd08-d30c-493a-b422-2560c8af13e5 Date: Mon, 03 Dec 2018 16:10:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:10:51,391 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a/file used request id req-4c8fbd08-d30c-493a-b422-2560c8af13e5 2018-12-03 16:10:51,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.57557296753s 2018-12-03 16:10:51,391 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a/file used request id req-4c8fbd08-d30c-493a-b422-2560c8af13e5 2018-12-03 16:10:51,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 16:10:51,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bd6bb2a12333e8467848e808f9fb0adca611e13" 2018-12-03 16:10:51,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-9348c7f6-e412-49b9-a03f-a46d60df1fe6 Date: Mon, 03 Dec 2018 16:10:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a/snap", "metadata": {}}], "file": "/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a/file", "owner": "e0d111cab0ef4d8b9b71450a6a69602e", "id": "dfc47b2a-8bc3-4906-b3db-258914f6c84a", "size": 12716032, "self": "/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T16:10:51Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_baa799ef-9436-4871-8c66-b42b344a0667", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_baa799ef-9436-4871-8c66-b42b344a0667", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T16:10:49Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a64afe9e-c110-4ceb-93a6-df7809459806/snap", "metadata": {}}], "file": "/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806/file", "owner": "e0d111cab0ef4d8b9b71450a6a69602e", "id": "a64afe9e-c110-4ceb-93a6-df7809459806", "size": 12716032, "self": "/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a64afe9e-c110-4ceb-93a6-df7809459806/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T16:10:48Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T16:10:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 16:10:51,421 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-9348c7f6-e412-49b9-a03f-a46d60df1fe6 2018-12-03 16:10:51,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0291881561279s 2018-12-03 16:10:51,422 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-9348c7f6-e412-49b9-a03f-a46d60df1fe6 2018-12-03 16:10:51,424 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a/file', 'owner': u'e0d111cab0ef4d8b9b71450a6a69602e', 'id': u'dfc47b2a-8bc3-4906-b3db-258914f6c84a', 'size': 12716032, u'self': u'/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0d111cab0ef4d8b9b71450a6a69602e', 'name': 'refstack_defcore-project_baa799ef-9436-4871-8c66-b42b344a0667', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T16:10:51Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-03T16:10:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_baa799ef-9436-4871-8c66-b42b344a0667', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_baa799ef-9436-4871-8c66-b42b344a0667', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_baa799ef-9436-4871-8c66-b42b344a0667', 'created': u'2018-12-03T16:10:49Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-03T16:10:49Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_baa799ef-9436-4871-8c66-b42b344a0667', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-03 16:10:51,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 16:10:51,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}7153096b45cd5c5774ad2fcec44f46c91b450631" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_baa799ef-9436-4871-8c66-b42b344a0667", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-03 16:10:51,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c558461-7137-41f7-a008-9fd7759b25bd x-compute-request-id: req-9c558461-7137-41f7-a008-9fd7759b25bd Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5959f81a-1b69-4280-9022-e5247b50167e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5959f81a-1b69-4280-9022-e5247b50167e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5959f81a-1b69-4280-9022-e5247b50167e", "name": "refstack_defcore-flavor_alt_baa799ef-9436-4871-8c66-b42b344a0667", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:10:51,480 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9c558461-7137-41f7-a008-9fd7759b25bd 2018-12-03 16:10:51,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0549819469452s 2018-12-03 16:10:51,481 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9c558461-7137-41f7-a008-9fd7759b25bd returning object 5959f81a-1b69-4280-9022-e5247b50167e 2018-12-03 16:10:51,482 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_baa799ef-9436-4871-8c66-b42b344a0667', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'5959f81a-1b69-4280-9022-e5247b50167e', 'swap': 0}) 2018-12-03 16:10:51,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 16:10:51,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/5959f81a-1b69-4280-9022-e5247b50167e/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}7153096b45cd5c5774ad2fcec44f46c91b450631" -d '{"extra_specs": {}}' 2018-12-03 16:10:51,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:10:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-38ae494a-1773-4d23-b0be-6d3c419428b3 x-compute-request-id: req-38ae494a-1773-4d23-b0be-6d3c419428b3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 16:10:51,511 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/5959f81a-1b69-4280-9022-e5247b50167e/os-extra_specs used request id req-38ae494a-1773-4d23-b0be-6d3c419428b3 2018-12-03 16:10:51,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.028981924057s 2018-12-03 16:10:51,512 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/5959f81a-1b69-4280-9022-e5247b50167e/os-extra_specs used request id req-38ae494a-1773-4d23-b0be-6d3c419428b3 2018-12-03 16:10:51,512 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_baa799ef-9436-4871-8c66-b42b344a0667', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'5959f81a-1b69-4280-9022-e5247b50167e', 'swap': 0}) 2018-12-03 16:10:55,091 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-03 16:10:53.628 11227 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=508eb744-a483-4c61-928a-d128828d157d) for deployment 'opnfv-rally' (UUID=2e5f9f7e-b609-41a7-82f0-0b1fc72676d4). 2018-12-03 16:10:54.888 11227 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-03 16:10:54.890 11227 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=508eb744-a483-4c61-928a-d128828d157d) has been successfully configured for deployment 'opnfv-rally' (UUID=2e5f9f7e-b609-41a7-82f0-0b1fc72676d4)! 2018-12-03 16:10:55,091 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-03 16:10:55,091 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-03 16:10:55,094 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-03 16:11:00,862 - 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-12-03 16:11:00,863 - 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-12-03 16:11:00,863 - 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-12-03 16:11:00,863 - 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-12-03 16:11:00,863 - 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-12-03 16:11:00,863 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-12-03 16:11:00,863 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-12-03 16:11:00,863 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-12-03 16:11:00,863 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-12-03 16:11:00,863 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-12-03 16:11:00,863 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-12-03 16:11:00,864 - 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-12-03 16:11:00,864 - 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-12-03 16:11:00,864 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-12-03 16:11:00,864 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-12-03 16:11:00,864 - 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-12-03 16:11:00,864 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-12-03 16:11:00,864 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-12-03 16:11:00,864 - 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-12-03 16:11:00,864 - 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-12-03 16:11:00,864 - 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-12-03 16:11:00,864 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-12-03 16:11:00,864 - 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-12-03 16:11:00,864 - 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-12-03 16:11:00,864 - 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-12-03 16:11:00,865 - 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-12-03 16:11:00,865 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-12-03 16:11:00,865 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-12-03 16:11:00,865 - 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-12-03 16:11:00,865 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-12-03 16:11:00,865 - 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-12-03 16:11:00,865 - 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-12-03 16:11:00,865 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-12-03 16:11:00,865 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-12-03 16:11:00,865 - 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-12-03 16:11:00,865 - 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-12-03 16:11:00,865 - 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-12-03 16:11:00,865 - 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-12-03 16:11:00,865 - 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-12-03 16:11:00,866 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-12-03 16:11:00,866 - 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-12-03 16:11:00,866 - 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-12-03 16:11:00,866 - 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-12-03 16:11:00,866 - 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-12-03 16:11:00,866 - 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-12-03 16:11:00,866 - 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-12-03 16:11:00,866 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-12-03 16:11:00,866 - 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-12-03 16:11:00,866 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-12-03 16:11:00,866 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-12-03 16:11:00,866 - 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-12-03 16:11:00,866 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-12-03 16:11:00,866 - 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-12-03 16:11:00,867 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-12-03 16:11:00,867 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-12-03 16:11:00,867 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-12-03 16:11:00,867 - 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-12-03 16:11:00,867 - 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-12-03 16:11:00,867 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-12-03 16:11:00,867 - 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-12-03 16:11:00,867 - 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-12-03 16:11:00,867 - 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-12-03 16:11:00,867 - 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-12-03 16:11:00,867 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-12-03 16:11:00,867 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-12-03 16:11:00,867 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-12-03 16:11:00,867 - 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-12-03 16:11:00,868 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-12-03 16:11:00,868 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-12-03 16:11:00,868 - 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-12-03 16:11:00,868 - 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-12-03 16:11:00,868 - 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-12-03 16:11:00,868 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-12-03 16:11:00,868 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-12-03 16:11:00,868 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-12-03 16:11:00,868 - 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-12-03 16:11:00,868 - 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-12-03 16:11:00,868 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-12-03 16:11:00,868 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-12-03 16:11:00,868 - 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-12-03 16:11:00,868 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-12-03 16:11:00,868 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-12-03 16:11:00,869 - 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-12-03 16:11:00,869 - 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-12-03 16:11:00,869 - 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-12-03 16:11:00,869 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-12-03 16:11:00,869 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-12-03 16:11:00,869 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-12-03 16:11:00,869 - 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-12-03 16:11:00,869 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-12-03 16:11:00,869 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-12-03 16:11:00,869 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-12-03 16:11:00,869 - 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-12-03 16:11:00,869 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-12-03 16:11:00,869 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-12-03 16:11:00,871 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-03 16:11:00,892 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-03 16:11:00,892 - 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-12-03 16:11:03,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:03.024 11239 INFO rally.api [-] Starting verification (UUID=7e85a391-03aa-4dd8-8f70-f03d5c2a7302) for deployment 'opnfv-rally' (UUID=2e5f9f7e-b609-41a7-82f0-0b1fc72676d4) by verifier 'opnfv-tempest' (UUID=508eb744-a483-4c61-928a-d128828d157d). 2018-12-03 16:11:03,026 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 7e85a391-03aa-4dd8-8f70-f03d5c2a7302 2018-12-03 16:11:10,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:10.054 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.188s] 2018-12-03 16:11:10,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:10.106 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.052s] 2018-12-03 16:11:11,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:11.597 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.654s] 2018-12-03 16:11:14,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:14.598 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.202s] 2018-12-03 16:11:22,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:22.220 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [12.290s] 2018-12-03 16:11:29,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:29.629 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [18.025s] 2018-12-03 16:11:31,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:31.485 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.058s] 2018-12-03 16:11:31,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:31.496 11239 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-12-03 16:11:31,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:31.628 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.132s] 2018-12-03 16:11:31,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:31.639 11239 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-12-03 16:11:31,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:31.650 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-12-03 16:11:31,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:31.681 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-12-03 16:11:31,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:31.739 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.058s] 2018-12-03 16:11:31,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:31.811 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.071s] 2018-12-03 16:11:32,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:32.229 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.416s] 2018-12-03 16:11:32,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:32.245 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-12-03 16:11:32,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:32.307 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.056s] 2018-12-03 16:11:32,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:32.313 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.067s] 2018-12-03 16:11:35,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:35.152 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [2.844s] 2018-12-03 16:11:37,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:37.768 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-12-03 16:11:40,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:40.945 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-12-03 16:11:41,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:41.017 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-12-03 16:11:41,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:41.081 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.064s] 2018-12-03 16:11:45,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:45.135 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [25.584s] 2018-12-03 16:11:45,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:45.364 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.160s] 2018-12-03 16:11:45,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:45.528 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.163s] 2018-12-03 16:11:46,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:46.416 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.886s] 2018-12-03 16:11:46,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:46.569 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.153s] 2018-12-03 16:11:46,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:46.574 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.445s] 2018-12-03 16:11:46,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:46.584 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.016s] 2018-12-03 16:11:46,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:46.807 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [17.176s] 2018-12-03 16:11:56,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:11:56.855 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.844s] 2018-12-03 16:12:00,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:00.214 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.838s] 2018-12-03 16:12:00,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:00.583 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.728s] 2018-12-03 16:12:01,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:01.460 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [1.245s] 2018-12-03 16:12:02,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:02.343 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.884s] 2018-12-03 16:12:02,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:02.922 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.577s] 2018-12-03 16:12:03,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:03.819 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.894s] 2018-12-03 16:12:03,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:03.820 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.234s] 2018-12-03 16:12:03,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:03.884 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.067s] 2018-12-03 16:12:03,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:03.955 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.070s] 2018-12-03 16:12:04,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:04.038 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.082s] 2018-12-03 16:12:04,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:04.110 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.072s] 2018-12-03 16:12:04,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:04.182 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.071s] 2018-12-03 16:12:04,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:04.332 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.149s] 2018-12-03 16:12:07,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:07.795 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.976s] 2018-12-03 16:12:10,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:10.857 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.062s] 2018-12-03 16:12:16,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:16.533 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.675s] 2018-12-03 16:12:21,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:21.514 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.980s] 2018-12-03 16:12:22,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:22.165 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [0.282s] 2018-12-03 16:12:22,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:22.233 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-12-03 16:12:22,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:22.925 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.691s] 2018-12-03 16:12:23,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:23.024 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-12-03 16:12:23,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:23.025 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-12-03 16:12:27,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:27.754 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.239s] 2018-12-03 16:12:28,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:28.450 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [41.635s] 2018-12-03 16:12:31,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:31.234 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.479s] 2018-12-03 16:12:31,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:31.517 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.283s] 2018-12-03 16:12:31,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:31.650 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.132s] 2018-12-03 16:12:31,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:31.722 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.071s] 2018-12-03 16:12:31,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:31.907 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.185s] 2018-12-03 16:12:32,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:32.141 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.232s] 2018-12-03 16:12:32,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:32.244 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.103s] 2018-12-03 16:12:32,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:32.308 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.064s] 2018-12-03 16:12:32,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:32.362 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.053s] 2018-12-03 16:12:37,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:37.956 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.593s] 2018-12-03 16:12:44,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:44.778 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.165s] 2018-12-03 16:12:46,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:46.470 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.690s] 2018-12-03 16:12:47,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:47.540 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.069s] 2018-12-03 16:12:48,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:48.260 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.720s] 2018-12-03 16:12:49,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:49.362 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.101s] 2018-12-03 16:12:51,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:51.460 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.097s] 2018-12-03 16:12:52,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:52.464 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.002s] 2018-12-03 16:12:52,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:52.543 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.080s] 2018-12-03 16:12:52,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:52.707 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.162s] 2018-12-03 16:12:52,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:52.725 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-12-03 16:12:52,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:52.743 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-12-03 16:12:59,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:12:59.432 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.256s] 2018-12-03 16:13:00,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:00.276 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.844s] 2018-12-03 16:13:05,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:05.855 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [15.373s] 2018-12-03 16:13:11,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:11.679 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.711s] 2018-12-03 16:13:14,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:14.716 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [8.861s] 2018-12-03 16:13:15,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:15.274 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.314s] 2018-12-03 16:13:15,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:15.343 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-12-03 16:13:15,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:15.980 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.636s] 2018-12-03 16:13:16,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:16.080 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-12-03 16:13:16,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:16.081 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-12-03 16:13:20,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:20.452 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [8.769s] 2018-12-03 16:13:27,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:27.948 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [59.489s] 2018-12-03 16:13:32,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:32.101 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.308s] 2018-12-03 16:13:32,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:32.453 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.351s] 2018-12-03 16:13:40,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:40.038 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.441s] 2018-12-03 16:13:40,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:40.251 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.213s] 2018-12-03 16:13:40,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:40.465 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.214s] 2018-12-03 16:13:41,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:41.157 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.691s] 2018-12-03 16:13:41,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:41.538 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.380s] 2018-12-03 16:13:41,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:41.923 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.385s] 2018-12-03 16:13:44,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:44.869 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [30.147s] 2018-12-03 16:13:47,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:47.820 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.995s] 2018-12-03 16:13:49,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:49.267 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.446s] 2018-12-03 16:13:58,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:58.283 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.220s] 2018-12-03 16:13:59,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:13:59.802 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.519s] 2018-12-03 16:14:02,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:02.683 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.812s] 2018-12-03 16:14:03,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:03.719 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.912s] 2018-12-03 16:14:04,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:04.310 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.594s] 2018-12-03 16:14:05,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:05.935 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.623s] 2018-12-03 16:14:06,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:06.987 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.052s] 2018-12-03 16:14:08,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:08.342 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.351s] 2018-12-03 16:14:08,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:08.731 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.391s] 2018-12-03 16:14:11,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:11.999 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.162s] 2018-12-03 16:14:17,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:17.974 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.785s] 2018-12-03 16:14:18,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:18.639 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.664s] 2018-12-03 16:14:30,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:30.120 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.028s] 2018-12-03 16:14:31,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:31.004 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.882s] 2018-12-03 16:14:31,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:31.745 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.740s] 2018-12-03 16:14:32,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:32.809 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.063s] 2018-12-03 16:14:33,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:33.544 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.734s] 2018-12-03 16:14:34,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:34.617 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.072s] 2018-12-03 16:14:35,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:35.147 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.530s] 2018-12-03 16:14:35,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:35.518 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.370s] 2018-12-03 16:14:36,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:36.070 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.551s] 2018-12-03 16:14:37,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:37.089 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.017s] 2018-12-03 16:14:37,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:37.477 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.388s] 2018-12-03 16:14:38,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:38.026 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.549s] 2018-12-03 16:14:38,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:38.289 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.261s] 2018-12-03 16:14:39,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:39.259 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.969s] 2018-12-03 16:14:39,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:39.724 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.464s] 2018-12-03 16:14:40,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:40.154 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [54.957s] 2018-12-03 16:14:40,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:40.156 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.431s] 2018-12-03 16:14:40,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:40.535 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.378s] 2018-12-03 16:14:40,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:40.910 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.375s] 2018-12-03 16:14:47,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:47.307 11239 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.183s] 2018-12-03 16:14:56,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:56.290 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.194s] 2018-12-03 16:14:58,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:14:58.241 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [39.595s] 2018-12-03 16:15:02,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:02.260 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.969s] 2018-12-03 16:15:04,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:04.579 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.319s] 2018-12-03 16:15:04,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:04.775 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.197s] 2018-12-03 16:15:04,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:04.854 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.078s] 2018-12-03 16:15:04,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:04.911 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.056s] 2018-12-03 16:15:04,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:04.953 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.042s] 2018-12-03 16:15:08,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:08.655 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.493s] 2018-12-03 16:15:11,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:11.441 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.153s] 2018-12-03 16:15:11,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:11.891 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.347s] 2018-12-03 16:15:12,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:12.246 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.355s] 2018-12-03 16:15:22,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:22.177 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.484s] 2018-12-03 16:15:24,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:24.020 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.185s] 2018-12-03 16:15:24,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:24.198 11239 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.313s] 2018-12-03 16:15:24,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:24.212 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.192s] 2018-12-03 16:15:31,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:31.095 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.913s] 2018-12-03 16:15:40,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:40.827 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.151s] 2018-12-03 16:15:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:40.980 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.152s] 2018-12-03 16:15:41,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:41.205 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.224s] 2018-12-03 16:15:41,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:41.398 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.193s] 2018-12-03 16:15:41,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:41.568 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.169s] 2018-12-03 16:15:41,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:41.617 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.048s] 2018-12-03 16:15:41,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:41.660 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.043s] 2018-12-03 16:15:41,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:41.705 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.043s] 2018-12-03 16:15:41,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:41.745 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.039s] 2018-12-03 16:15:42,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:42.050 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.304s] 2018-12-03 16:15:43,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:43.951 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.853s] 2018-12-03 16:15:57,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:57.026 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.606s] 2018-12-03 16:15:57,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:15:57.197 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.170s] 2018-12-03 16:16:01,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:01.715 11239 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.088s] 2018-12-03 16:16:10,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:10.720 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.533s] 2018-12-03 16:16:11,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:11.168 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.448s] 2018-12-03 16:16:24,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:24.057 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.186s] 2018-12-03 16:16:24,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:24.236 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.178s] 2018-12-03 16:16:24,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:24.283 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.046s] 2018-12-03 16:16:24,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:24.822 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.537s] 2018-12-03 16:16:25,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:25.068 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.246s] 2018-12-03 16:16:25,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:25.279 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.210s] 2018-12-03 16:16:25,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:25.316 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.037s] 2018-12-03 16:16:25,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:25.365 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.049s] 2018-12-03 16:16:25,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:25.418 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.053s] 2018-12-03 16:16:25,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:25.467 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2018-12-03 16:16:25,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:25.509 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.041s] 2018-12-03 16:16:25,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:25.732 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.222s] 2018-12-03 16:16:25,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:25.806 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.072s] 2018-12-03 16:16:25,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:25.854 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.049s] 2018-12-03 16:16:25,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:25.901 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.047s] 2018-12-03 16:16:32,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:32.515 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.162s] 2018-12-03 16:16:32,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:32.697 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.181s] 2018-12-03 16:16:32,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:32.876 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.178s] 2018-12-03 16:16:33,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:33.049 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.172s] 2018-12-03 16:16:33,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:33.209 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.160s] 2018-12-03 16:16:33,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:33.224 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.015s] 2018-12-03 16:16:33,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:33.433 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.207s] 2018-12-03 16:16:33,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:33.466 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.032s] 2018-12-03 16:16:33,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:33.642 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.174s] 2018-12-03 16:16:33,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:33.675 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.033s] 2018-12-03 16:16:33,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:33.831 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.155s] 2018-12-03 16:16:33,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:33.874 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.043s] 2018-12-03 16:16:34,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:34.078 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.203s] 2018-12-03 16:16:34,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:34.114 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.036s] 2018-12-03 16:16:34,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:34.290 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.174s] 2018-12-03 16:16:34,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:34.301 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2018-12-03 16:16:34,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:34.333 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.032s] 2018-12-03 16:16:34,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:34.368 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.034s] 2018-12-03 16:16:34,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:34.404 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.035s] 2018-12-03 16:16:34,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:16:34.587 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.181s] 2018-12-03 16:16:38,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 7e85a391-03aa-4dd8-8f70-f03d5c2a7302 2018-12-03 16:16:38,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7e85a391-03aa-4dd8-8f70-f03d5c2a7302']'. 2018-12-03 16:16:39,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-03 16:16:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-03 16:16:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-03 16:16:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7e85a391-03aa-4dd8-8f70-f03d5c2a7302 | 2018-12-03 16:16:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-12-03 16:16:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-03 16:11:02 | 2018-12-03 16:16:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-03 16:16:38 | 2018-12-03 16:16:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:36 | 2018-12-03 16:16:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-12-03 16:16:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-03 16:16:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-03 16:16:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 508eb744-a483-4c61-928a-d128828d157d) | 2018-12-03 16:16:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-03 16:16:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2e5f9f7e-b609-41a7-82f0-0b1fc72676d4) | 2018-12-03 16:16:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-12-03 16:16:39,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 326.501 | 2018-12-03 16:16:39,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 200 | 2018-12-03 16:16:39,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-12-03 16:16:39,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-03 16:16:39,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-03 16:16:39,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-12-03 16:16:39,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-03 16:16:39,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-03 16:16:39,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-03 16:16:39,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-12-03 16:16:39,821 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-03 16:16:39,821 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:54 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-12-03 16:16:39,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 16:16:39,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd6bb2a12333e8467848e808f9fb0adca611e13" 2018-12-03 16:16:41,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b7c4ec48-4551-40c1-b5ed-fcd52446b44c Date: Mon, 03 Dec 2018 16:16:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:16:41,499 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a used request id req-b7c4ec48-4551-40c1-b5ed-fcd52446b44c 2018-12-03 16:16:41,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.67326807976s 2018-12-03 16:16:41,500 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/dfc47b2a-8bc3-4906-b3db-258914f6c84a used request id req-b7c4ec48-4551-40c1-b5ed-fcd52446b44c 2018-12-03 16:16:41,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 16:16:41,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:16:42,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16: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-4cb50cc4-7af5-4ab1-93c4-e916455a3155 x-compute-request-id: req-4cb50cc4-7af5-4ab1-93c4-e916455a3155 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5959f81a-1b69-4280-9022-e5247b50167e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5959f81a-1b69-4280-9022-e5247b50167e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5959f81a-1b69-4280-9022-e5247b50167e", "name": "refstack_defcore-flavor_alt_baa799ef-9436-4871-8c66-b42b344a0667", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a", "name": "refstack_defcore-flavor_baa799ef-9436-4871-8c66-b42b344a0667", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 16:16:42,150 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-4cb50cc4-7af5-4ab1-93c4-e916455a3155 2018-12-03 16:16:42,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.64968085289s 2018-12-03 16:16:42,150 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-4cb50cc4-7af5-4ab1-93c4-e916455a3155 2018-12-03 16:16:42,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 16:16:42,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/5959f81a-1b69-4280-9022-e5247b50167e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:16:42,189 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:16: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-6802fbf9-fc3f-4a16-a370-05720f36dff2 x-compute-request-id: req-6802fbf9-fc3f-4a16-a370-05720f36dff2 Content-Length: 0 Content-Type: application/json 2018-12-03 16:16:42,189 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/5959f81a-1b69-4280-9022-e5247b50167e used request id req-6802fbf9-fc3f-4a16-a370-05720f36dff2 2018-12-03 16:16:42,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.036365032196s 2018-12-03 16:16:42,189 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/5959f81a-1b69-4280-9022-e5247b50167e used request id req-6802fbf9-fc3f-4a16-a370-05720f36dff2 2018-12-03 16:16:42,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 16:16:42,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bd6bb2a12333e8467848e808f9fb0adca611e13" 2018-12-03 16:16:42,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-46e4e906-02af-4bc4-abd3-01fa97ac6015 Date: Mon, 03 Dec 2018 16:16:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a64afe9e-c110-4ceb-93a6-df7809459806/snap", "metadata": {}}], "file": "/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806/file", "owner": "e0d111cab0ef4d8b9b71450a6a69602e", "id": "a64afe9e-c110-4ceb-93a6-df7809459806", "size": 12716032, "self": "/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a64afe9e-c110-4ceb-93a6-df7809459806/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T16:10:48Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_baa799ef-9436-4871-8c66-b42b344a0667", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T16:10:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 16:16:42,374 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-46e4e906-02af-4bc4-abd3-01fa97ac6015 2018-12-03 16:16:42,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183791160583s 2018-12-03 16:16:42,374 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-46e4e906-02af-4bc4-abd3-01fa97ac6015 2018-12-03 16:16:42,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 16:16:42,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd6bb2a12333e8467848e808f9fb0adca611e13" 2018-12-03 16:16:43,799 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4545b188-85a0-45c1-8384-5a4e47428ff7 Date: Mon, 03 Dec 2018 16:16:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:16:43,799 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806 used request id req-4545b188-85a0-45c1-8384-5a4e47428ff7 2018-12-03 16:16:43,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.42338204384s 2018-12-03 16:16:43,800 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/a64afe9e-c110-4ceb-93a6-df7809459806 used request id req-4545b188-85a0-45c1-8384-5a4e47428ff7 2018-12-03 16:16:43,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 16:16:43,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:16:43,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16: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-b113228b-3e28-4b45-a458-fc909000dba4 x-compute-request-id: req-b113228b-3e28-4b45-a458-fc909000dba4 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a", "name": "refstack_defcore-flavor_baa799ef-9436-4871-8c66-b42b344a0667", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 16:16:43,832 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-b113228b-3e28-4b45-a458-fc909000dba4 2018-12-03 16:16:43,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0324809551239s 2018-12-03 16:16:43,833 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-b113228b-3e28-4b45-a458-fc909000dba4 2018-12-03 16:16:43,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 16:16:43,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:16:43,873 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:16: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-a3a88b04-91a9-4f0a-8948-9b7d41842b48 x-compute-request-id: req-a3a88b04-91a9-4f0a-8948-9b7d41842b48 Content-Length: 0 Content-Type: application/json 2018-12-03 16:16:43,873 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a used request id req-a3a88b04-91a9-4f0a-8948-9b7d41842b48 2018-12-03 16:16:43,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0380079746246s 2018-12-03 16:16:43,873 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/8cbb03d6-5c1b-40bc-a6e9-26513f83cc6a used request id req-a3a88b04-91a9-4f0a-8948-9b7d41842b48 2018-12-03 16:16:43,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:16:43,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:16:43,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9c789c2-f916-452e-bbe0-a832d977fa46 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_baa799ef-9436-4871-8c66-b42b344a0667", "links": {"self": "http://172.30.9.30:5000/v3/users/4e2c6e8750b449eca4b4081a5b5a599f"}, "domain_id": "default", "enabled": true, "id": "4e2c6e8750b449eca4b4081a5b5a599f", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:16:43,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f9c789c2-f916-452e-bbe0-a832d977fa46 2018-12-03 16:16:43,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0939140319824s 2018-12-03 16:16:43,968 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f9c789c2-f916-452e-bbe0-a832d977fa46 2018-12-03 16:16:43,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:16:43,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/4e2c6e8750b449eca4b4081a5b5a599f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:16:44,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88387eab-1aee-4e5d-93c1-04f621424864 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/4e2c6e8750b449eca4b4081a5b5a599f"}, "enabled": true, "id": "4e2c6e8750b449eca4b4081a5b5a599f", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_baa799ef-9436-4871-8c66-b42b344a0667"}} 2018-12-03 16:16:44,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/4e2c6e8750b449eca4b4081a5b5a599f used request id req-88387eab-1aee-4e5d-93c1-04f621424864 2018-12-03 16:16:44,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0967481136322s 2018-12-03 16:16:44,071 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/4e2c6e8750b449eca4b4081a5b5a599f used request id req-88387eab-1aee-4e5d-93c1-04f621424864 2018-12-03 16:16:44,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 16:16:44,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/4e2c6e8750b449eca4b4081a5b5a599f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:16:44,281 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:16:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55863b05-b8e7-4082-aaaf-dc6d20a1282e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:16:44,281 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/4e2c6e8750b449eca4b4081a5b5a599f used request id req-55863b05-b8e7-4082-aaaf-dc6d20a1282e 2018-12-03 16:16:44,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.208924055099s 2018-12-03 16:16:44,281 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/4e2c6e8750b449eca4b4081a5b5a599f used request id req-55863b05-b8e7-4082-aaaf-dc6d20a1282e 2018-12-03 16:16:44,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 16:16:44,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:16:44,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0834862b-81e8-4ae1-b7b2-21c69cb34b1f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.30:5000/v3/projects/e0d111cab0ef4d8b9b71450a6a69602e"}, "enabled": true, "id": "e0d111cab0ef4d8b9b71450a6a69602e", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_baa799ef-9436-4871-8c66-b42b344a0667"}]} 2018-12-03 16:16:44,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-0834862b-81e8-4ae1-b7b2-21c69cb34b1f 2018-12-03 16:16:44,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0764141082764s 2018-12-03 16:16:44,358 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-0834862b-81e8-4ae1-b7b2-21c69cb34b1f 2018-12-03 16:16:44,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 16:16:44,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/e0d111cab0ef4d8b9b71450a6a69602e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:16:44,514 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:16:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ef9ad76-c3eb-4b5f-8ec8-55f3e344c847 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:16:44,514 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/e0d111cab0ef4d8b9b71450a6a69602e used request id req-0ef9ad76-c3eb-4b5f-8ec8-55f3e344c847 2018-12-03 16:16:44,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.153404951096s 2018-12-03 16:16:44,514 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/e0d111cab0ef4d8b9b71450a6a69602e used request id req-0ef9ad76-c3eb-4b5f-8ec8-55f3e344c847 2018-12-03 16:16:44,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:16:44,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:16:44,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e88f212c-bcfd-4e79-8422-bb51031f90d4 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "af6a1767293b41cdbe23f3dbe9d2d0de", "links": {"self": "http://172.30.9.30:5000/v3/roles/af6a1767293b41cdbe23f3dbe9d2d0de"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:16:44,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e88f212c-bcfd-4e79-8422-bb51031f90d4 2018-12-03 16:16:44,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756289958954s 2018-12-03 16:16:44,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 16:16:44,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/af6a1767293b41cdbe23f3dbe9d2d0de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:16:44,690 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:16:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a5708bf-0cc4-475e-8345-4777b57176de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:16:44,690 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/af6a1767293b41cdbe23f3dbe9d2d0de used request id req-7a5708bf-0cc4-475e-8345-4777b57176de 2018-12-03 16:16:44,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0982089042664s 2018-12-03 16:16:44,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 16:16:44,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=e0d111cab0ef4d8b9b71450a6a69602e&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}7153096b45cd5c5774ad2fcec44f46c91b450631" 2018-12-03 16:16:44,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4804404b-94c9-478c-8c40-969f8d05a09c Date: Mon, 03 Dec 2018 16:16:44 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:16:44,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=e0d111cab0ef4d8b9b71450a6a69602e&name=default used request id req-4804404b-94c9-478c-8c40-969f8d05a09c 2018-12-03 16:16:44,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.180499076843s 2018-12-03 16:16:44,874 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=e0d111cab0ef4d8b9b71450a6a69602e&name=default used request id req-4804404b-94c9-478c-8c40-969f8d05a09c 2018-12-03 16:16:44,927 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-12-03 16:16:44,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 16:16:44,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 16:16:44,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 16:16:44,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 16:16:44,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 16:16:44,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 16:16:44,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 16:16:44,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 16:16:44,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 16:16:44,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 16:16:44,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 16:16:44,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 16:16:44,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 16:16:44,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 16:16:44,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 16:16:44,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 16:16:44,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 16:16:44,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 16:16:44,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 16:16:44,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 16:16:44,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 16:16:44,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 16:16:44,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 16:16:44,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 16:16:45,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 16:16:45,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf53b3db-ccf4-45c3-a144-d9a2278fc896 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:16:45,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bf53b3db-ccf4-45c3-a144-d9a2278fc896 2018-12-03 16:16:45,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:16:45,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T17:16:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["2lqr8GdzQ-aYolOn7ZDaOg"], "issued_at": "2018-12-03T16:16:45.000000Z"}} 2018-12-03 16:16:45,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 16:16:45,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:45,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-574c1449-e9d6-4177-bd3b-4c3f91292eca Date: Mon, 03 Dec 2018 16:16:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 16:16:45,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-574c1449-e9d6-4177-bd3b-4c3f91292eca 2018-12-03 16:16:45,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.375418901443s 2018-12-03 16:16:45,753 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-574c1449-e9d6-4177-bd3b-4c3f91292eca 2018-12-03 16:16:45,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 16:16:45,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:45,762 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:16:45,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:45,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e20da04f-5213-4ef3-a8c0-e9ba9e59f174 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 16:16:45,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-e20da04f-5213-4ef3-a8c0-e9ba9e59f174 2018-12-03 16:16:45,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0956580638885s 2018-12-03 16:16:45,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 16:16:45,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}933a60f4948a7d545c210447248d6aa9adf4e328" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_6069bead-8167-4332-9318-219cc98ebd2c"}}' 2018-12-03 16:16:45,942 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:16:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68c02632-d4ce-4ecc-8a17-746795ef69ed 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.30:5000/v3/projects/dedf00e7db804b57a5c6e011f8362b92"}, "enabled": true, "id": "dedf00e7db804b57a5c6e011f8362b92", "parent_id": "default", "domain_id": "default", "name": "patrole-project_6069bead-8167-4332-9318-219cc98ebd2c"}} 2018-12-03 16:16:45,942 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-68c02632-d4ce-4ecc-8a17-746795ef69ed 2018-12-03 16:16:45,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0921909809113s 2018-12-03 16:16:45,943 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-68c02632-d4ce-4ecc-8a17-746795ef69ed 2018-12-03 16:16:45,944 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_6069bead-8167-4332-9318-219cc98ebd2c', 'id': u'dedf00e7db804b57a5c6e011f8362b92', '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-12-03 16:16:45,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 16:16:46,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.356523990631s 2018-12-03 16:16:46,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/45563eb2da6e4ed4b28eba81cfe10cd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:46,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40f61684-e93b-40d3-8876-4cd781ba8a1d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/45563eb2da6e4ed4b28eba81cfe10cd3"}, "enabled": true, "id": "45563eb2da6e4ed4b28eba81cfe10cd3", "options": {}, "domain_id": "default", "name": "patrole-user_6069bead-8167-4332-9318-219cc98ebd2c"}} 2018-12-03 16:16:46,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/45563eb2da6e4ed4b28eba81cfe10cd3 used request id req-40f61684-e93b-40d3-8876-4cd781ba8a1d 2018-12-03 16:16:46,404 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'45563eb2da6e4ed4b28eba81cfe10cd3', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_6069bead-8167-4332-9318-219cc98ebd2c'}) 2018-12-03 16:16:46,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:16:46,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:46,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9488aae-5ba6-4c85-baf6-05852aa6ccd8 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:16:46,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d9488aae-5ba6-4c85-baf6-05852aa6ccd8 2018-12-03 16:16:46,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.076210975647s 2018-12-03 16:16:46,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:16:46,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:46,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bb385ec-c896-41da-8d4e-3ef4391b84f7 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:16:46,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8bb385ec-c896-41da-8d4e-3ef4391b84f7 2018-12-03 16:16:46,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0842368602753s 2018-12-03 16:16:46,567 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 16:16:46,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 16:16:46,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" -d '{"role": {"name": "Member"}}' 2018-12-03 16:16:46,679 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:16:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-944b1645-5995-43be-bfc9-51ed1a28cdfd Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "af97c55abe544da094b5c500298467bd", "links": {"self": "http://172.30.9.30:5000/v3/roles/af97c55abe544da094b5c500298467bd"}, "name": "Member"}} 2018-12-03 16:16:46,679 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-944b1645-5995-43be-bfc9-51ed1a28cdfd 2018-12-03 16:16:46,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.111922979355s 2018-12-03 16:16:46,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/af97c55abe544da094b5c500298467bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:46,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26c4114b-93d3-4660-874a-f5159c90e22e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/af97c55abe544da094b5c500298467bd"}, "domain_id": null, "name": "Member", "id": "af97c55abe544da094b5c500298467bd"}} 2018-12-03 16:16:46,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/af97c55abe544da094b5c500298467bd used request id req-26c4114b-93d3-4660-874a-f5159c90e22e 2018-12-03 16:16:46,761 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/af97c55abe544da094b5c500298467bd'}, 'domain_id': None, 'human_id': None, 'id': u'af97c55abe544da094b5c500298467bd', 'HUMAN_ID': False}) 2018-12-03 16:16:46,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:16:46,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:46,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88472345-20ca-486c-b78c-050366cfe35d Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "af97c55abe544da094b5c500298467bd", "links": {"self": "http://172.30.9.30:5000/v3/roles/af97c55abe544da094b5c500298467bd"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:16:46,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-88472345-20ca-486c-b78c-050366cfe35d 2018-12-03 16:16:46,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0798389911652s 2018-12-03 16:16:46,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 16:16:46,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:46,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca5c23b6-12e3-43b1-bb30-0c2e0e0604fa Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 16:16:46,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-ca5c23b6-12e3-43b1-bb30-0c2e0e0604fa 2018-12-03 16:16:46,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.086797952652s 2018-12-03 16:16:46,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:16:46,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:47,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d981685-ed1f-4764-8499-cfd1fdde7f02 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_6069bead-8167-4332-9318-219cc98ebd2c", "links": {"self": "http://172.30.9.30:5000/v3/users/45563eb2da6e4ed4b28eba81cfe10cd3"}, "domain_id": "default", "enabled": true, "id": "45563eb2da6e4ed4b28eba81cfe10cd3", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:16:47,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9d981685-ed1f-4764-8499-cfd1fdde7f02 2018-12-03 16:16:47,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0888950824738s 2018-12-03 16:16:47,020 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9d981685-ed1f-4764-8499-cfd1fdde7f02 2018-12-03 16:16:47,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 16:16:47,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:47,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac0eeca5-9c37-428b-b5ff-fce18ac1af7c Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.30:5000/v3/projects/dedf00e7db804b57a5c6e011f8362b92"}, "enabled": true, "id": "dedf00e7db804b57a5c6e011f8362b92", "parent_id": "default", "domain_id": "default", "name": "patrole-project_6069bead-8167-4332-9318-219cc98ebd2c"}]} 2018-12-03 16:16:47,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-ac0eeca5-9c37-428b-b5ff-fce18ac1af7c 2018-12-03 16:16:47,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0819609165192s 2018-12-03 16:16:47,109 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-ac0eeca5-9c37-428b-b5ff-fce18ac1af7c 2018-12-03 16:16:47,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 16:16:47,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=45563eb2da6e4ed4b28eba81cfe10cd3&scope.project.id=dedf00e7db804b57a5c6e011f8362b92&role.id=af97c55abe544da094b5c500298467bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:47,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c765493f-5324-4907-abef-83299609dfc0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=45563eb2da6e4ed4b28eba81cfe10cd3&scope.project.id=dedf00e7db804b57a5c6e011f8362b92&role.id=af97c55abe544da094b5c500298467bd", "previous": null, "next": null}} 2018-12-03 16:16:47,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=45563eb2da6e4ed4b28eba81cfe10cd3&scope.project.id=dedf00e7db804b57a5c6e011f8362b92&role.id=af97c55abe544da094b5c500298467bd used request id req-c765493f-5324-4907-abef-83299609dfc0 2018-12-03 16:16:47,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0798258781433s 2018-12-03 16:16:47,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 16:16:47,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/dedf00e7db804b57a5c6e011f8362b92/users/45563eb2da6e4ed4b28eba81cfe10cd3/roles/af97c55abe544da094b5c500298467bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:47,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9e8da03-503b-4791-b43b-c64494a2d288 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:16:47,310 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/dedf00e7db804b57a5c6e011f8362b92/users/45563eb2da6e4ed4b28eba81cfe10cd3/roles/af97c55abe544da094b5c500298467bd used request id req-b9e8da03-503b-4791-b43b-c64494a2d288 2018-12-03 16:16:47,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117971897125s 2018-12-03 16:16:47,311 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_6069bead-8167-4332-9318-219cc98ebd2c', 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': 'ce295837-13b8-4d6b-98f2-e88b648338f2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_6069bead-8167-4332-9318-219cc98ebd2c', 'project_id': u'dedf00e7db804b57a5c6e011f8362b92', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 16:16:47,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 16:16:47,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 16:16:47,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 16:16:47,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 16:16:47,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 16:16:47,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 16:16:47,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 16:16:47,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 16:16:47,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 16:16:47,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 16:16:47,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 16:16:47,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 16:16:47,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 16:16:47,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 16:16:47,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 16:16:47,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 16:16:47,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 16:16:47,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 16:16:47,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 16:16:47,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 16:16:47,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 16:16:47,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 16:16:47,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 16:16:47,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 16:16:47,316 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_6069bead-8167-4332-9318-219cc98ebd2c', 'password': 'ce295837-13b8-4d6b-98f2-e88b648338f2', 'project_name': 'patrole-project_6069bead-8167-4332-9318-219cc98ebd2c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'dedf00e7db804b57a5c6e011f8362b92', 'project_domain_name': 'Default'} 2018-12-03 16:16:47,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:16:47,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:47,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9be8d18-8109-4c79-be12-d1bd579a0a2b Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "af97c55abe544da094b5c500298467bd", "links": {"self": "http://172.30.9.30:5000/v3/roles/af97c55abe544da094b5c500298467bd"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:16:47,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f9be8d18-8109-4c79-be12-d1bd579a0a2b 2018-12-03 16:16:47,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.156518936157s 2018-12-03 16:16:47,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:16:47,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:47,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7347d76c-9a35-40d2-b243-77fc067e8efb Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "af97c55abe544da094b5c500298467bd", "links": {"self": "http://172.30.9.30:5000/v3/roles/af97c55abe544da094b5c500298467bd"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:16:47,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7347d76c-9a35-40d2-b243-77fc067e8efb 2018-12-03 16:16:47,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0835978984833s 2018-12-03 16:16:47,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 16:16:47,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:47,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ea2e63-1e12-4311-853b-8e4524142d7d Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 16:16:47,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-21ea2e63-1e12-4311-853b-8e4524142d7d 2018-12-03 16:16:47,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0742509365082s 2018-12-03 16:16:47,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:16:47,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:47,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cfab140-2cf2-4bc3-ad1a-a7960cf4d5bf Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_6069bead-8167-4332-9318-219cc98ebd2c", "links": {"self": "http://172.30.9.30:5000/v3/users/45563eb2da6e4ed4b28eba81cfe10cd3"}, "domain_id": "default", "enabled": true, "id": "45563eb2da6e4ed4b28eba81cfe10cd3", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:16:47,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-5cfab140-2cf2-4bc3-ad1a-a7960cf4d5bf 2018-12-03 16:16:47,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0967290401459s 2018-12-03 16:16:47,731 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-5cfab140-2cf2-4bc3-ad1a-a7960cf4d5bf 2018-12-03 16:16:47,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 16:16:47,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:47,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f168ef36-6e8b-4b1e-b0ef-4428b6925edb Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.30:5000/v3/projects/dedf00e7db804b57a5c6e011f8362b92"}, "enabled": true, "id": "dedf00e7db804b57a5c6e011f8362b92", "parent_id": "default", "domain_id": "default", "name": "patrole-project_6069bead-8167-4332-9318-219cc98ebd2c"}]} 2018-12-03 16:16:47,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f168ef36-6e8b-4b1e-b0ef-4428b6925edb 2018-12-03 16:16:47,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0774137973785s 2018-12-03 16:16:47,814 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f168ef36-6e8b-4b1e-b0ef-4428b6925edb 2018-12-03 16:16:47,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 16:16:47,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=45563eb2da6e4ed4b28eba81cfe10cd3&scope.project.id=dedf00e7db804b57a5c6e011f8362b92&role.id=262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:47,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f38650c0-3d3c-40d6-8921-49f2cea22475 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=45563eb2da6e4ed4b28eba81cfe10cd3&scope.project.id=dedf00e7db804b57a5c6e011f8362b92&role.id=262658b16a4440adb64abe58dbd094c0", "previous": null, "next": null}} 2018-12-03 16:16:47,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=45563eb2da6e4ed4b28eba81cfe10cd3&scope.project.id=dedf00e7db804b57a5c6e011f8362b92&role.id=262658b16a4440adb64abe58dbd094c0 used request id req-f38650c0-3d3c-40d6-8921-49f2cea22475 2018-12-03 16:16:47,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0750141143799s 2018-12-03 16:16:47,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 16:16:47,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/dedf00e7db804b57a5c6e011f8362b92/users/45563eb2da6e4ed4b28eba81cfe10cd3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:48,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5649eff3-7ccb-4cd9-9fad-97c7d9854b88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:16:48,016 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/dedf00e7db804b57a5c6e011f8362b92/users/45563eb2da6e4ed4b28eba81cfe10cd3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-5649eff3-7ccb-4cd9-9fad-97c7d9854b88 2018-12-03 16:16:48,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124962091446s 2018-12-03 16:16:48,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:16:48,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:48,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb5af5a3-e047-46f4-bf43-83693b696ea6 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "af97c55abe544da094b5c500298467bd", "links": {"self": "http://172.30.9.30:5000/v3/roles/af97c55abe544da094b5c500298467bd"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:16:48,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-fb5af5a3-e047-46f4-bf43-83693b696ea6 2018-12-03 16:16:48,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0758521556854s 2018-12-03 16:16:48,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 16:16:48,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:48,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9c206db-8ab5-4356-ab0c-1c77e661fdb8 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 16:16:48,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-a9c206db-8ab5-4356-ab0c-1c77e661fdb8 2018-12-03 16:16:48,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0750460624695s 2018-12-03 16:16:48,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:16:48,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:48,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9acbd10-6bf1-4afb-89ae-20d76a422d6e Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_6069bead-8167-4332-9318-219cc98ebd2c", "links": {"self": "http://172.30.9.30:5000/v3/users/45563eb2da6e4ed4b28eba81cfe10cd3"}, "domain_id": "default", "enabled": true, "id": "45563eb2da6e4ed4b28eba81cfe10cd3", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:16:48,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a9acbd10-6bf1-4afb-89ae-20d76a422d6e 2018-12-03 16:16:48,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105969190598s 2018-12-03 16:16:48,277 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a9acbd10-6bf1-4afb-89ae-20d76a422d6e 2018-12-03 16:16:48,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 16:16:48,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=45563eb2da6e4ed4b28eba81cfe10cd3&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:48,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17511a58-e13d-4e24-8edb-6f08a993b764 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=45563eb2da6e4ed4b28eba81cfe10cd3&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default", "previous": null, "next": null}} 2018-12-03 16:16:48,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=45563eb2da6e4ed4b28eba81cfe10cd3&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default used request id req-17511a58-e13d-4e24-8edb-6f08a993b764 2018-12-03 16:16:48,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0804300308228s 2018-12-03 16:16:48,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 16:16:48,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/45563eb2da6e4ed4b28eba81cfe10cd3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:16:48,477 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16d5c568-508b-49db-b435-b3df48fed17a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:16:48,477 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/45563eb2da6e4ed4b28eba81cfe10cd3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-16d5c568-508b-49db-b435-b3df48fed17a 2018-12-03 16:16:48,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.113849878311s 2018-12-03 16:16:48,478 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-03 16:16:50,981 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-03 16:16:50.612 11291 INFO rally.deployment.engine [-] Deployment 2e5f9f7e-b609-41a7-82f0-0b1fc72676d4 | Starting: Destroy cloud and free allocated resources. 2018-12-03 16:16:50.698 11291 INFO rally.deployment.engine [-] Deployment 2e5f9f7e-b609-41a7-82f0-0b1fc72676d4 | Completed: Destroy cloud and free allocated resources. 2018-12-03 16:16:50.736 11291 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=508eb744-a483-4c61-928a-d128828d157d) for deployment 'opnfv-rally'. 2018-12-03 16:16:50.756 11291 INFO rally.api [-] Deleting verification (UUID=7e85a391-03aa-4dd8-8f70-f03d5c2a7302). 2018-12-03 16:16:50.792 11291 INFO rally.api [-] Verification has been successfully deleted! 2018-12-03 16:16:50.792 11291 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=508eb744-a483-4c61-928a-d128828d157d). 2018-12-03 16:16:50.800 11291 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-03 16:16:53,352 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-03 16:16:53.054 11294 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=333edf01-db3f-463f-aeed-3fbdd1235d8b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 333edf01-db3f-463f-aeed-3fbdd1235d8b | 2018-12-03T16:16:52 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 333edf01-db3f-463f-aeed-3fbdd1235d8b ~/.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-12-03 16:16:56,748 - 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-12-03 16:16:56,749 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-03 16:16:59,107 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-12-03 16:16:58.828 11300 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=508eb744-a483-4c61-928a-d128828d157d). 2018-12-03 16:16:58.962 11300 INFO rally.api [-] Verifier has been successfully deleted! 2018-12-03 16:17:02,742 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-03 16:17:01.107 11303 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-03 16:17:01.286 11303 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-03 16:17:02.602 11303 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=713638eb-479f-4c9f-9ac9-65a8064a0ab4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=713638eb-479f-4c9f-9ac9-65a8064a0ab4) as the default verifier for the future CLI operations. 2018-12-03 16:17:05,641 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-12-03 16:17:05,642 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:17:05,794 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-03 16:17:05,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 16:17:05,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f8bde4a-345d-4453-891f-bf98d0e2c337 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:17:05,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8f8bde4a-345d-4453-891f-bf98d0e2c337 2018-12-03 16:17:05,805 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:17:06,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "af97c55abe544da094b5c500298467bd", "name": "Member"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T17:17:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dedf00e7db804b57a5c6e011f8362b92", "name": "patrole-project_6069bead-8167-4332-9318-219cc98ebd2c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/dedf00e7db804b57a5c6e011f8362b92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/dedf00e7db804b57a5c6e011f8362b92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/dedf00e7db804b57a5c6e011f8362b92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/dedf00e7db804b57a5c6e011f8362b92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/dedf00e7db804b57a5c6e011f8362b92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/dedf00e7db804b57a5c6e011f8362b92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/dedf00e7db804b57a5c6e011f8362b92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/dedf00e7db804b57a5c6e011f8362b92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/dedf00e7db804b57a5c6e011f8362b92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/dedf00e7db804b57a5c6e011f8362b92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/dedf00e7db804b57a5c6e011f8362b92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/dedf00e7db804b57a5c6e011f8362b92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_6069bead-8167-4332-9318-219cc98ebd2c", "id": "45563eb2da6e4ed4b28eba81cfe10cd3"}, "audit_ids": ["5hKlrI4lReWaBQPN7KoUsg"], "issued_at": "2018-12-03T16:17:06.000000Z"}} 2018-12-03 16:17:06,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4e14d97d1c61062b35ee781fea5e13f80faddb76" 2018-12-03 16:17:06,193 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 03 Dec 2018 16:17:06 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-03 16:17:06,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 16:17:06,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4e14d97d1c61062b35ee781fea5e13f80faddb76" 2018-12-03 16:17:06,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ea9ac08c-5c38-4502-b3e3-28b4152a00b4 Date: Mon, 03 Dec 2018 16:17:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 16:17:06,748 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ea9ac08c-5c38-4502-b3e3-28b4152a00b4 2018-12-03 16:17:06,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.550484895706s 2018-12-03 16:17:06,749 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ea9ac08c-5c38-4502-b3e3-28b4152a00b4 2018-12-03 16:17:06,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 16:17:06,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4e14d97d1c61062b35ee781fea5e13f80faddb76" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_6069bead-8167-4332-9318-219cc98ebd2c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_6069bead-8167-4332-9318-219cc98ebd2c"}' 2018-12-03 16:17:07,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941 X-Openstack-Request-Id: req-c0a4a1e1-530c-4445-a54e-71d76e43772b Date: Mon, 03 Dec 2018 16:17:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/file", "owner": "dedf00e7db804b57a5c6e011f8362b92", "id": "670a4511-8fbd-4f28-9c60-9ecc1f7ca941", "size": null, "self": "/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T16:17:07Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_6069bead-8167-4332-9318-219cc98ebd2c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_6069bead-8167-4332-9318-219cc98ebd2c", "checksum": null, "created_at": "2018-12-03T16:17:07Z", "protected": false} 2018-12-03 16:17:07,318 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-c0a4a1e1-530c-4445-a54e-71d76e43772b 2018-12-03 16:17:07,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.567540884018s 2018-12-03 16:17:07,319 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-c0a4a1e1-530c-4445-a54e-71d76e43772b returning object 670a4511-8fbd-4f28-9c60-9ecc1f7ca941 2018-12-03 16:17:07,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 16:17:07,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/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}4e14d97d1c61062b35ee781fea5e13f80faddb76" -d '' 2018-12-03 16:17:08,675 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-71408f66-d393-4d52-b57c-a257cb84fae8 Date: Mon, 03 Dec 2018 16:17:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:17:08,675 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/file used request id req-71408f66-d393-4d52-b57c-a257cb84fae8 2018-12-03 16:17:08,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.35541605949s 2018-12-03 16:17:08,675 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/file used request id req-71408f66-d393-4d52-b57c-a257cb84fae8 2018-12-03 16:17:08,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 16:17:08,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4e14d97d1c61062b35ee781fea5e13f80faddb76" 2018-12-03 16:17:08,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-630b0f3f-abfc-4bb3-b38a-472088b23afb Date: Mon, 03 Dec 2018 16:17:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/snap", "metadata": {}}], "file": "/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/file", "owner": "dedf00e7db804b57a5c6e011f8362b92", "id": "670a4511-8fbd-4f28-9c60-9ecc1f7ca941", "size": 12716032, "self": "/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T16:17:08Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_6069bead-8167-4332-9318-219cc98ebd2c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_6069bead-8167-4332-9318-219cc98ebd2c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T16:17:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 16:17:08,860 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-630b0f3f-abfc-4bb3-b38a-472088b23afb 2018-12-03 16:17:08,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184362888336s 2018-12-03 16:17:08,861 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-630b0f3f-abfc-4bb3-b38a-472088b23afb 2018-12-03 16:17:08,863 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/snap', u'metadata': Munch({})})], 'file': u'/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/file', 'owner': u'dedf00e7db804b57a5c6e011f8362b92', 'id': u'670a4511-8fbd-4f28-9c60-9ecc1f7ca941', 'size': 12716032, u'self': u'/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dedf00e7db804b57a5c6e011f8362b92', 'name': 'patrole-project_6069bead-8167-4332-9318-219cc98ebd2c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T16:17:08Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-03T16:17:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_6069bead-8167-4332-9318-219cc98ebd2c', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_6069bead-8167-4332-9318-219cc98ebd2c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_6069bead-8167-4332-9318-219cc98ebd2c', 'created': u'2018-12-03T16:17:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-03T16:17:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_6069bead-8167-4332-9318-219cc98ebd2c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-03 16:17:08,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 16:17:08,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}933a60f4948a7d545c210447248d6aa9adf4e328" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_6069bead-8167-4332-9318-219cc98ebd2c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-03 16:17:09,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-86e15a29-d874-4e24-b033-0b0832143068 x-compute-request-id: req-86e15a29-d874-4e24-b033-0b0832143068 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0349c75f-f7d3-4918-98d6-8caaf0fb326c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0349c75f-f7d3-4918-98d6-8caaf0fb326c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0349c75f-f7d3-4918-98d6-8caaf0fb326c", "name": "patrole-flavor_6069bead-8167-4332-9318-219cc98ebd2c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:17:09,055 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-86e15a29-d874-4e24-b033-0b0832143068 2018-12-03 16:17:09,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.190880060196s 2018-12-03 16:17:09,055 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-86e15a29-d874-4e24-b033-0b0832143068 returning object 0349c75f-f7d3-4918-98d6-8caaf0fb326c 2018-12-03 16:17:09,056 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_6069bead-8167-4332-9318-219cc98ebd2c', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'0349c75f-f7d3-4918-98d6-8caaf0fb326c', 'swap': 0}) 2018-12-03 16:17:09,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 16:17:09,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/0349c75f-f7d3-4918-98d6-8caaf0fb326c/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}933a60f4948a7d545c210447248d6aa9adf4e328" -d '{"extra_specs": {}}' 2018-12-03 16:17:09,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-6f19c839-d9c1-4861-a74d-88c3a0eb6af8 x-compute-request-id: req-6f19c839-d9c1-4861-a74d-88c3a0eb6af8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 16:17:09,078 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/0349c75f-f7d3-4918-98d6-8caaf0fb326c/os-extra_specs used request id req-6f19c839-d9c1-4861-a74d-88c3a0eb6af8 2018-12-03 16:17:09,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210931301117s 2018-12-03 16:17:09,079 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/0349c75f-f7d3-4918-98d6-8caaf0fb326c/os-extra_specs used request id req-6f19c839-d9c1-4861-a74d-88c3a0eb6af8 2018-12-03 16:17:09,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:17:09,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4e14d97d1c61062b35ee781fea5e13f80faddb76" 2018-12-03 16:17:09,089 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:17:09,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e14d97d1c61062b35ee781fea5e13f80faddb76" 2018-12-03 16:17:09,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:17:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b51239b-505f-4b32-bb60-f99ad9114440 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "af97c55abe544da094b5c500298467bd", "links": {"self": "http://172.30.9.30:5000/v3/roles/af97c55abe544da094b5c500298467bd"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:17:09,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9b51239b-505f-4b32-bb60-f99ad9114440 2018-12-03 16:17:09,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0975878238678s 2018-12-03 16:17:09,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-03 16:17:09,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4e14d97d1c61062b35ee781fea5e13f80faddb76" 2018-12-03 16:17:09,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-d88f9f34-5635-4044-ae3f-ee1eaa019fea x-compute-request-id: req-d88f9f34-5635-4044-ae3f-ee1eaa019fea Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 210}, "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": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-03 16:17:09,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-d88f9f34-5635-4044-ae3f-ee1eaa019fea 2018-12-03 16:17:09,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.185162067413s 2018-12-03 16:17:09,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-d88f9f34-5635-4044-ae3f-ee1eaa019fea 2018-12-03 16:17:09,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 16:17:09,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4e14d97d1c61062b35ee781fea5e13f80faddb76" 2018-12-03 16:17:09,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-ada3910f-d315-44f8-ae4e-212580bb5a8e Date: Mon, 03 Dec 2018 16:17:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/snap", "metadata": {}}], "file": "/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/file", "owner": "dedf00e7db804b57a5c6e011f8362b92", "id": "670a4511-8fbd-4f28-9c60-9ecc1f7ca941", "size": 12716032, "self": "/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T16:17:08Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_6069bead-8167-4332-9318-219cc98ebd2c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_6069bead-8167-4332-9318-219cc98ebd2c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T16:17:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 16:17:09,662 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ada3910f-d315-44f8-ae4e-212580bb5a8e 2018-12-03 16:17:09,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.155354976654s 2018-12-03 16:17:09,663 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ada3910f-d315-44f8-ae4e-212580bb5a8e 2018-12-03 16:17:09,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 16:17:09,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4e14d97d1c61062b35ee781fea5e13f80faddb76" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_6069bead-8167-4332-9318-219cc98ebd2c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_6069bead-8167-4332-9318-219cc98ebd2c"}' 2018-12-03 16:17:10,259 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b X-Openstack-Request-Id: req-f7ff9db3-6587-4423-9653-53a454e3a097 Date: Mon, 03 Dec 2018 16:17:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b/file", "owner": "dedf00e7db804b57a5c6e011f8362b92", "id": "dc7f7553-ba00-4de9-b560-6a9d16dbdb2b", "size": null, "self": "/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T16:17:10Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_6069bead-8167-4332-9318-219cc98ebd2c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_6069bead-8167-4332-9318-219cc98ebd2c", "checksum": null, "created_at": "2018-12-03T16:17:10Z", "protected": false} 2018-12-03 16:17:10,259 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f7ff9db3-6587-4423-9653-53a454e3a097 2018-12-03 16:17:10,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.593839883804s 2018-12-03 16:17:10,260 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f7ff9db3-6587-4423-9653-53a454e3a097 returning object dc7f7553-ba00-4de9-b560-6a9d16dbdb2b 2018-12-03 16:17:10,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 16:17:10,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b/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}4e14d97d1c61062b35ee781fea5e13f80faddb76" -d '' 2018-12-03 16:17:11,812 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-10cd081b-3b6e-4264-b263-aaacc4459345 Date: Mon, 03 Dec 2018 16:17:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:17:11,812 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b/file used request id req-10cd081b-3b6e-4264-b263-aaacc4459345 2018-12-03 16:17:11,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.5522081852s 2018-12-03 16:17:11,813 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b/file used request id req-10cd081b-3b6e-4264-b263-aaacc4459345 2018-12-03 16:17:11,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 16:17:11,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4e14d97d1c61062b35ee781fea5e13f80faddb76" 2018-12-03 16:17:12,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-5694ec52-749d-49c9-99cd-9eaa9f9aa222 Date: Mon, 03 Dec 2018 16:17:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b/snap", "metadata": {}}], "file": "/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b/file", "owner": "dedf00e7db804b57a5c6e011f8362b92", "id": "dc7f7553-ba00-4de9-b560-6a9d16dbdb2b", "size": 12716032, "self": "/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T16:17:11Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_6069bead-8167-4332-9318-219cc98ebd2c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_6069bead-8167-4332-9318-219cc98ebd2c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T16:17:10Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/snap", "metadata": {}}], "file": "/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/file", "owner": "dedf00e7db804b57a5c6e011f8362b92", "id": "670a4511-8fbd-4f28-9c60-9ecc1f7ca941", "size": 12716032, "self": "/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T16:17:08Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_6069bead-8167-4332-9318-219cc98ebd2c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_6069bead-8167-4332-9318-219cc98ebd2c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T16:17:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 16:17:12,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-5694ec52-749d-49c9-99cd-9eaa9f9aa222 2018-12-03 16:17:12,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.255990028381s 2018-12-03 16:17:12,070 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-5694ec52-749d-49c9-99cd-9eaa9f9aa222 2018-12-03 16:17:12,073 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b/file', 'owner': u'dedf00e7db804b57a5c6e011f8362b92', 'id': u'dc7f7553-ba00-4de9-b560-6a9d16dbdb2b', 'size': 12716032, u'self': u'/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dedf00e7db804b57a5c6e011f8362b92', 'name': 'patrole-project_6069bead-8167-4332-9318-219cc98ebd2c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T16:17:11Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-03T16:17:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_6069bead-8167-4332-9318-219cc98ebd2c', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_6069bead-8167-4332-9318-219cc98ebd2c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_6069bead-8167-4332-9318-219cc98ebd2c', 'created': u'2018-12-03T16:17:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-03T16:17:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_6069bead-8167-4332-9318-219cc98ebd2c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-03 16:17:12,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 16:17:12,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}933a60f4948a7d545c210447248d6aa9adf4e328" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_6069bead-8167-4332-9318-219cc98ebd2c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-03 16:17:12,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:17: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-bbdc8ac4-b408-43ff-80be-27565d2d63a7 x-compute-request-id: req-bbdc8ac4-b408-43ff-80be-27565d2d63a7 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ee60b691-4bbe-4a89-a87b-e0fd25018729", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ee60b691-4bbe-4a89-a87b-e0fd25018729", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ee60b691-4bbe-4a89-a87b-e0fd25018729", "name": "patrole-flavor_alt_6069bead-8167-4332-9318-219cc98ebd2c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:17:12,142 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-bbdc8ac4-b408-43ff-80be-27565d2d63a7 2018-12-03 16:17:12,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0679931640625s 2018-12-03 16:17:12,142 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-bbdc8ac4-b408-43ff-80be-27565d2d63a7 returning object ee60b691-4bbe-4a89-a87b-e0fd25018729 2018-12-03 16:17:12,143 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_6069bead-8167-4332-9318-219cc98ebd2c', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'ee60b691-4bbe-4a89-a87b-e0fd25018729', 'swap': 0}) 2018-12-03 16:17:12,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 16:17:12,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/ee60b691-4bbe-4a89-a87b-e0fd25018729/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}933a60f4948a7d545c210447248d6aa9adf4e328" -d '{"extra_specs": {}}' 2018-12-03 16:17:12,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:17: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-49d4b5b8-5a38-4ca5-b5cc-0598be09cccd x-compute-request-id: req-49d4b5b8-5a38-4ca5-b5cc-0598be09cccd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 16:17:12,164 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/ee60b691-4bbe-4a89-a87b-e0fd25018729/os-extra_specs used request id req-49d4b5b8-5a38-4ca5-b5cc-0598be09cccd 2018-12-03 16:17:12,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0198631286621s 2018-12-03 16:17:12,164 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/ee60b691-4bbe-4a89-a87b-e0fd25018729/os-extra_specs used request id req-49d4b5b8-5a38-4ca5-b5cc-0598be09cccd 2018-12-03 16:17:12,164 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_6069bead-8167-4332-9318-219cc98ebd2c', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'ee60b691-4bbe-4a89-a87b-e0fd25018729', 'swap': 0}) 2018-12-03 16:17:15,337 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-03 16:17:14.275 11322 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=713638eb-479f-4c9f-9ac9-65a8064a0ab4) for deployment 'opnfv-rally' (UUID=333edf01-db3f-463f-aeed-3fbdd1235d8b). 2018-12-03 16:17:15.122 11322 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-03 16:17:15.125 11322 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=713638eb-479f-4c9f-9ac9-65a8064a0ab4) has been successfully configured for deployment 'opnfv-rally' (UUID=333edf01-db3f-463f-aeed-3fbdd1235d8b)! 2018-12-03 16:17:15,338 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-03 16:17:15,338 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-03 16:17:15,341 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-03 16:17:15,363 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-03 16:17:18,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-713638eb-479f-4c9f-9ac9-65a8064a0ab4/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-12-03 16:17:18,810 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-03 16:17:18,833 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-03 16:17:18,833 - 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-12-03 16:17:21,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 16:17:21.038 11331 INFO rally.api [-] Starting verification (UUID=71b7bd7c-d127-4809-82c9-d8010171e41d) for deployment 'opnfv-rally' (UUID=333edf01-db3f-463f-aeed-3fbdd1235d8b) by verifier 'opnfv-tempest' (UUID=713638eb-479f-4c9f-9ac9-65a8064a0ab4). 2018-12-03 16:17:21,040 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 71b7bd7c-d127-4809-82c9-d8010171e41d 2018-12-03 16:19:42,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 71b7bd7c-d127-4809-82c9-d8010171e41d 2018-12-03 16:19:42,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '71b7bd7c-d127-4809-82c9-d8010171e41d']'. 2018-12-03 16:19:43,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-03 16:19:43,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-03 16:19:43,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-03 16:19:43,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 71b7bd7c-d127-4809-82c9-d8010171e41d | 2018-12-03 16:19:43,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-12-03 16:19:43,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-03 16:17:20 | 2018-12-03 16:19:43,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-03 16:19:42 | 2018-12-03 16:19:43,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:22 | 2018-12-03 16:19:43,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-03 16:19:43,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-03 16:19:43,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 713638eb-479f-4c9f-9ac9-65a8064a0ab4) | 2018-12-03 16:19:43,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-03 16:19:43,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 333edf01-db3f-463f-aeed-3fbdd1235d8b) | 2018-12-03 16:19:43,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-12-03 16:19:43,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 132.851 | 2018-12-03 16:19:43,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-12-03 16:19:43,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-12-03 16:19:43,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-03 16:19:43,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-03 16:19:43,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-12-03 16:19:43,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-03 16:19:43,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-03 16:19:43,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-03 16:19:43,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-12-03 16:19:43,886 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-03 16:19:43,886 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:38 | PASS | +-------------------+------------------+------------------+----------------+ 2018-12-03 16:19:43,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 16:19:43,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e14d97d1c61062b35ee781fea5e13f80faddb76" 2018-12-03 16:19:44,902 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3058feb7-ce38-48fe-8274-6eec603e82cd Date: Mon, 03 Dec 2018 16:19:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:19:44,902 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b used request id req-3058feb7-ce38-48fe-8274-6eec603e82cd 2018-12-03 16:19:44,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.01337599754s 2018-12-03 16:19:44,902 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/dc7f7553-ba00-4de9-b560-6a9d16dbdb2b used request id req-3058feb7-ce38-48fe-8274-6eec603e82cd 2018-12-03 16:19:44,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 16:19:44,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:19:44,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19: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-4ddeb9bf-5fbb-4464-bcf9-eafcc49a7ea5 x-compute-request-id: req-4ddeb9bf-5fbb-4464-bcf9-eafcc49a7ea5 Content-Encoding: gzip Content-Length: 359 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0349c75f-f7d3-4918-98d6-8caaf0fb326c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0349c75f-f7d3-4918-98d6-8caaf0fb326c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0349c75f-f7d3-4918-98d6-8caaf0fb326c", "name": "patrole-flavor_6069bead-8167-4332-9318-219cc98ebd2c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ee60b691-4bbe-4a89-a87b-e0fd25018729", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ee60b691-4bbe-4a89-a87b-e0fd25018729", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ee60b691-4bbe-4a89-a87b-e0fd25018729", "name": "patrole-flavor_alt_6069bead-8167-4332-9318-219cc98ebd2c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 16:19:44,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-4ddeb9bf-5fbb-4464-bcf9-eafcc49a7ea5 2018-12-03 16:19:44,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0386459827423s 2018-12-03 16:19:44,942 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-4ddeb9bf-5fbb-4464-bcf9-eafcc49a7ea5 2018-12-03 16:19:44,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 16:19:44,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/ee60b691-4bbe-4a89-a87b-e0fd25018729 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:19:44,986 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:19: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-88f2227f-d3d8-476d-b436-671b6b5189f6 x-compute-request-id: req-88f2227f-d3d8-476d-b436-671b6b5189f6 Content-Length: 0 Content-Type: application/json 2018-12-03 16:19:44,986 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ee60b691-4bbe-4a89-a87b-e0fd25018729 used request id req-88f2227f-d3d8-476d-b436-671b6b5189f6 2018-12-03 16:19:44,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0416579246521s 2018-12-03 16:19:44,986 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ee60b691-4bbe-4a89-a87b-e0fd25018729 used request id req-88f2227f-d3d8-476d-b436-671b6b5189f6 2018-12-03 16:19:44,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 16:19:44,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4e14d97d1c61062b35ee781fea5e13f80faddb76" 2018-12-03 16:19:45,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-ba4dce59-fc8a-4524-9367-54893b0623f8 Date: Mon, 03 Dec 2018 16:19:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/snap", "metadata": {}}], "file": "/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/file", "owner": "dedf00e7db804b57a5c6e011f8362b92", "id": "670a4511-8fbd-4f28-9c60-9ecc1f7ca941", "size": 12716032, "self": "/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T16:17:08Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_6069bead-8167-4332-9318-219cc98ebd2c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_6069bead-8167-4332-9318-219cc98ebd2c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T16:17:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 16:19:45,249 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ba4dce59-fc8a-4524-9367-54893b0623f8 2018-12-03 16:19:45,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.26278591156s 2018-12-03 16:19:45,250 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ba4dce59-fc8a-4524-9367-54893b0623f8 2018-12-03 16:19:45,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 16:19:45,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e14d97d1c61062b35ee781fea5e13f80faddb76" 2018-12-03 16:19:47,350 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bdbd506d-9bbe-4269-89a8-c3256580a9cb Date: Mon, 03 Dec 2018 16:19:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:19:47,351 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941 used request id req-bdbd506d-9bbe-4269-89a8-c3256580a9cb 2018-12-03 16:19:47,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.09894514084s 2018-12-03 16:19:47,351 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/670a4511-8fbd-4f28-9c60-9ecc1f7ca941 used request id req-bdbd506d-9bbe-4269-89a8-c3256580a9cb 2018-12-03 16:19:47,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 16:19:47,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:19:47,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-897bbd41-a99e-4478-b15b-19e04f2807ed x-compute-request-id: req-897bbd41-a99e-4478-b15b-19e04f2807ed Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0349c75f-f7d3-4918-98d6-8caaf0fb326c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0349c75f-f7d3-4918-98d6-8caaf0fb326c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0349c75f-f7d3-4918-98d6-8caaf0fb326c", "name": "patrole-flavor_6069bead-8167-4332-9318-219cc98ebd2c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 16:19:47,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-897bbd41-a99e-4478-b15b-19e04f2807ed 2018-12-03 16:19:47,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0364890098572s 2018-12-03 16:19:47,388 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-897bbd41-a99e-4478-b15b-19e04f2807ed 2018-12-03 16:19:47,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 16:19:47,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/0349c75f-f7d3-4918-98d6-8caaf0fb326c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:19:47,453 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:19:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a0bef6be-a798-4745-b5d1-8c9c99a680d0 x-compute-request-id: req-a0bef6be-a798-4745-b5d1-8c9c99a680d0 Content-Length: 0 Content-Type: application/json 2018-12-03 16:19:47,453 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/0349c75f-f7d3-4918-98d6-8caaf0fb326c used request id req-a0bef6be-a798-4745-b5d1-8c9c99a680d0 2018-12-03 16:19:47,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0634670257568s 2018-12-03 16:19:47,454 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/0349c75f-f7d3-4918-98d6-8caaf0fb326c used request id req-a0bef6be-a798-4745-b5d1-8c9c99a680d0 2018-12-03 16:19:47,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:19:47,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:19:47,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ea3dbcf-3537-49a1-a721-66452f06779b Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_6069bead-8167-4332-9318-219cc98ebd2c", "links": {"self": "http://172.30.9.30:5000/v3/users/45563eb2da6e4ed4b28eba81cfe10cd3"}, "domain_id": "default", "enabled": true, "id": "45563eb2da6e4ed4b28eba81cfe10cd3", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:19:47,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7ea3dbcf-3537-49a1-a721-66452f06779b 2018-12-03 16:19:47,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0920090675354s 2018-12-03 16:19:47,547 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7ea3dbcf-3537-49a1-a721-66452f06779b 2018-12-03 16:19:47,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:19:47,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/45563eb2da6e4ed4b28eba81cfe10cd3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:19:47,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe4ec5ab-ef85-4bef-8329-b108f6a49275 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/45563eb2da6e4ed4b28eba81cfe10cd3"}, "enabled": true, "id": "45563eb2da6e4ed4b28eba81cfe10cd3", "options": {}, "domain_id": "default", "name": "patrole-user_6069bead-8167-4332-9318-219cc98ebd2c"}} 2018-12-03 16:19:47,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/45563eb2da6e4ed4b28eba81cfe10cd3 used request id req-fe4ec5ab-ef85-4bef-8329-b108f6a49275 2018-12-03 16:19:47,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0947999954224s 2018-12-03 16:19:47,647 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/45563eb2da6e4ed4b28eba81cfe10cd3 used request id req-fe4ec5ab-ef85-4bef-8329-b108f6a49275 2018-12-03 16:19:47,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 16:19:47,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/45563eb2da6e4ed4b28eba81cfe10cd3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:19:47,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c09da9c-f6f7-4d1e-af73-93aa94730593 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:19:47,846 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/45563eb2da6e4ed4b28eba81cfe10cd3 used request id req-8c09da9c-f6f7-4d1e-af73-93aa94730593 2018-12-03 16:19:47,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.198476791382s 2018-12-03 16:19:47,846 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/45563eb2da6e4ed4b28eba81cfe10cd3 used request id req-8c09da9c-f6f7-4d1e-af73-93aa94730593 2018-12-03 16:19:47,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 16:19:47,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:19:47,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eb4f389-2b43-4e47-bfe1-52c4b03eaa0e Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.30:5000/v3/projects/dedf00e7db804b57a5c6e011f8362b92"}, "enabled": true, "id": "dedf00e7db804b57a5c6e011f8362b92", "parent_id": "default", "domain_id": "default", "name": "patrole-project_6069bead-8167-4332-9318-219cc98ebd2c"}]} 2018-12-03 16:19:47,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-0eb4f389-2b43-4e47-bfe1-52c4b03eaa0e 2018-12-03 16:19:47,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0783820152283s 2018-12-03 16:19:47,925 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-0eb4f389-2b43-4e47-bfe1-52c4b03eaa0e 2018-12-03 16:19:47,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 16:19:47,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/dedf00e7db804b57a5c6e011f8362b92 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:19:48,065 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4631f993-d0f1-4a2e-bcdf-169f47b3505b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:19:48,065 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/dedf00e7db804b57a5c6e011f8362b92 used request id req-4631f993-d0f1-4a2e-bcdf-169f47b3505b 2018-12-03 16:19:48,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.137696027756s 2018-12-03 16:19:48,066 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/dedf00e7db804b57a5c6e011f8362b92 used request id req-4631f993-d0f1-4a2e-bcdf-169f47b3505b 2018-12-03 16:19:48,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:19:48,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:19:48,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-080b1f57-8863-4543-a5a7-faba9af35b1e Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "af97c55abe544da094b5c500298467bd", "links": {"self": "http://172.30.9.30:5000/v3/roles/af97c55abe544da094b5c500298467bd"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:19:48,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-080b1f57-8863-4543-a5a7-faba9af35b1e 2018-12-03 16:19:48,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802459716797s 2018-12-03 16:19:48,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 16:19:48,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/af97c55abe544da094b5c500298467bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:19:48,254 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cdeb075-b2e6-44c8-9d77-698554d79541 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:19:48,254 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/af97c55abe544da094b5c500298467bd used request id req-8cdeb075-b2e6-44c8-9d77-698554d79541 2018-12-03 16:19:48,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.106363773346s 2018-12-03 16:19:48,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 16:19:48,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=dedf00e7db804b57a5c6e011f8362b92&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}933a60f4948a7d545c210447248d6aa9adf4e328" 2018-12-03 16:19:48,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-37bbe31c-d3ca-4bcc-a579-513eda716bc9 Date: Mon, 03 Dec 2018 16:19:48 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:19:48,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=dedf00e7db804b57a5c6e011f8362b92&name=default used request id req-37bbe31c-d3ca-4bcc-a579-513eda716bc9 2018-12-03 16:19:48,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.18757390976s 2018-12-03 16:19:48,445 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=dedf00e7db804b57a5c6e011f8362b92&name=default used request id req-37bbe31c-d3ca-4bcc-a579-513eda716bc9 2018-12-03 16:19:48,499 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-12-03 16:19:49,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 16:19:49,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 16:19:49,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 16:19:49,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 16:19:49,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 16:19:49,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 16:19:49,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 16:19:49,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 16:19:49,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 16:19:49,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 16:19:49,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 16:19:49,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 16:19:49,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 16:19:49,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 16:19:49,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 16:19:49,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 16:19:49,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 16:19:49,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 16:19:49,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 16:19:49,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 16:19:49,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 16:19:49,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 16:19:49,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 16:19:49,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 16:19:49,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 16:19:49,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 16:19:49,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2433e59a-1ed7-4de7-9650-9e2e7fc4f78f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:19:49,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2433e59a-1ed7-4de7-9650-9e2e7fc4f78f 2018-12-03 16:19:49,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:19:49,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T17:19:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["m_A4H5_zSdq_nrVh0rOMtA"], "issued_at": "2018-12-03T16:19:49.000000Z"}} 2018-12-03 16:19:49,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:49,452 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:19: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:19:49,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:49,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7dd1f64-d6da-437b-87d2-d67feb216349 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 16:19:49,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-e7dd1f64-d6da-437b-87d2-d67feb216349 2018-12-03 16:19:49,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.486616134644s 2018-12-03 16:19:49,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 16:19:49,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}}' 2018-12-03 16:19:49,644 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:19:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-065aac65-2ee9-46a7-9565-689e044eb12a 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.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:19:49,644 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-065aac65-2ee9-46a7-9565-689e044eb12a 2018-12-03 16:19:49,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0937471389771s 2018-12-03 16:19:49,645 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-065aac65-2ee9-46a7-9565-689e044eb12a 2018-12-03 16:19:49,645 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da', 'id': u'e7db44589aed46ada30f0de826785caf', '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-12-03 16:19:49,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 16:19:49,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.346031904221s 2018-12-03 16:19:49,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:50,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d1af026-225e-46a9-84c4-7d8214fd2c7d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:19:50,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21 used request id req-9d1af026-225e-46a9-84c4-7d8214fd2c7d 2018-12-03 16:19:50,088 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b79a3a66067740c99af17bcc7b121a21', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da'}) 2018-12-03 16:19:50,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:19:50,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:50,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d046b842-41d5-4063-bc38-fc4a77b1cf83 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:19:50,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d046b842-41d5-4063-bc38-fc4a77b1cf83 2018-12-03 16:19:50,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0758740901947s 2018-12-03 16:19:50,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:19:50,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:50,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb613800-1755-4ca1-b6f1-410819708d08 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:19:50,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-eb613800-1755-4ca1-b6f1-410819708d08 2018-12-03 16:19:50,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0736308097839s 2018-12-03 16:19:50,240 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 16:19:50,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 16:19:50,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" -d '{"role": {"name": "Member"}}' 2018-12-03 16:19:50,337 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12a32a49-2ffe-4367-97cc-6edb47676e3a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}} 2018-12-03 16:19:50,338 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-12a32a49-2ffe-4367-97cc-6edb47676e3a 2018-12-03 16:19:50,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0971338748932s 2018-12-03 16:19:50,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:50,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-380e20b7-1b3a-40fa-bf25-469f8f0070e1 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "domain_id": null, "name": "Member", "id": "befeb10030394fa0abfda5ffbcd4113a"}} 2018-12-03 16:19:50,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a used request id req-380e20b7-1b3a-40fa-bf25-469f8f0070e1 2018-12-03 16:19:50,414 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a'}, 'domain_id': None, 'human_id': None, 'id': u'befeb10030394fa0abfda5ffbcd4113a', 'HUMAN_ID': False}) 2018-12-03 16:19:50,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:19:50,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:50,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-744c3e5a-f18f-4a88-8a4e-6a38ecf73807 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:19:50,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-744c3e5a-f18f-4a88-8a4e-6a38ecf73807 2018-12-03 16:19:50,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.074784040451s 2018-12-03 16:19:50,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 16:19:50,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:50,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40391839-2e32-49bf-8311-9a5542eb6d1c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 16:19:50,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-40391839-2e32-49bf-8311-9a5542eb6d1c 2018-12-03 16:19:50,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0800039768219s 2018-12-03 16:19:50,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:19:50,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:50,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b96921d7-3abc-43a5-b5cb-195cc73712fb Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:19:50,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b96921d7-3abc-43a5-b5cb-195cc73712fb 2018-12-03 16:19:50,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.094801902771s 2018-12-03 16:19:50,667 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b96921d7-3abc-43a5-b5cb-195cc73712fb 2018-12-03 16:19:50,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 16:19:50,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:50,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01fef874-b228-455c-b508-5aefaaa58bfd Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}]} 2018-12-03 16:19:50,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-01fef874-b228-455c-b508-5aefaaa58bfd 2018-12-03 16:19:50,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0727128982544s 2018-12-03 16:19:50,745 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-01fef874-b228-455c-b508-5aefaaa58bfd 2018-12-03 16:19:50,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 16:19:50,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=b79a3a66067740c99af17bcc7b121a21&scope.project.id=e7db44589aed46ada30f0de826785caf&role.id=befeb10030394fa0abfda5ffbcd4113a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:50,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67eeb861-83a0-488a-9cf3-14a81160a77d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=b79a3a66067740c99af17bcc7b121a21&scope.project.id=e7db44589aed46ada30f0de826785caf&role.id=befeb10030394fa0abfda5ffbcd4113a", "previous": null, "next": null}} 2018-12-03 16:19:50,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=b79a3a66067740c99af17bcc7b121a21&scope.project.id=e7db44589aed46ada30f0de826785caf&role.id=befeb10030394fa0abfda5ffbcd4113a used request id req-67eeb861-83a0-488a-9cf3-14a81160a77d 2018-12-03 16:19:50,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0767638683319s 2018-12-03 16:19:50,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 16:19:50,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf/users/b79a3a66067740c99af17bcc7b121a21/roles/befeb10030394fa0abfda5ffbcd4113a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:50,944 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e34f7d52-b37a-44b2-9b6f-23d5caba61d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:19:50,944 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf/users/b79a3a66067740c99af17bcc7b121a21/roles/befeb10030394fa0abfda5ffbcd4113a used request id req-e34f7d52-b37a-44b2-9b6f-23d5caba61d1 2018-12-03 16:19:50,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119932889938s 2018-12-03 16:19:50,945 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da', 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': 'd6cc1f88-8a4c-4c52-afce-2e08480d875a', 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_192bdd2c-7917-467d-bd0d-4f43e22ee9da', 'project_id': u'e7db44589aed46ada30f0de826785caf', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 16:19:50,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 16:19:50,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 16:19:50,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 16:19:50,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 16:19:50,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 16:19:50,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 16:19:50,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 16:19:50,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 16:19:50,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 16:19:50,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 16:19:50,948 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da', 'password': 'd6cc1f88-8a4c-4c52-afce-2e08480d875a', 'project_name': 'snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'e7db44589aed46ada30f0de826785caf', 'project_domain_name': 'Default'} 2018-12-03 16:19:50,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:19:50,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:51,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e18b2ee9-29d4-469e-83b3-c62e1eb8487c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:19:51,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e18b2ee9-29d4-469e-83b3-c62e1eb8487c 2018-12-03 16:19:51,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776009559631s 2018-12-03 16:19:51,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:19:51,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:51,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf50199-e153-447c-97d2-743645a431d8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:19:51,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7bf50199-e153-447c-97d2-743645a431d8 2018-12-03 16:19:51,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0803108215332s 2018-12-03 16:19:51,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 16:19:51,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:51,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d5a58ca-713a-46c1-968f-c179e98f7be9 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 16:19:51,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-4d5a58ca-713a-46c1-968f-c179e98f7be9 2018-12-03 16:19:51,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0812299251556s 2018-12-03 16:19:51,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:19:51,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:51,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d0c78b4-1982-4243-9379-5675c19ee7ce Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:19:51,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1d0c78b4-1982-4243-9379-5675c19ee7ce 2018-12-03 16:19:51,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0884039402008s 2018-12-03 16:19:51,279 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1d0c78b4-1982-4243-9379-5675c19ee7ce 2018-12-03 16:19:51,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 16:19:51,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:51,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eaf2e29-eb3b-4bc6-abce-bb880faf9609 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}]} 2018-12-03 16:19:51,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-3eaf2e29-eb3b-4bc6-abce-bb880faf9609 2018-12-03 16:19:51,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0773150920868s 2018-12-03 16:19:51,361 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-3eaf2e29-eb3b-4bc6-abce-bb880faf9609 2018-12-03 16:19:51,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 16:19:51,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=b79a3a66067740c99af17bcc7b121a21&scope.project.id=e7db44589aed46ada30f0de826785caf&role.id=262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:51,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b541f3-9ab6-45a4-96f4-ce5abd138396 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=b79a3a66067740c99af17bcc7b121a21&scope.project.id=e7db44589aed46ada30f0de826785caf&role.id=262658b16a4440adb64abe58dbd094c0", "previous": null, "next": null}} 2018-12-03 16:19:51,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=b79a3a66067740c99af17bcc7b121a21&scope.project.id=e7db44589aed46ada30f0de826785caf&role.id=262658b16a4440adb64abe58dbd094c0 used request id req-a1b541f3-9ab6-45a4-96f4-ce5abd138396 2018-12-03 16:19:51,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0821640491486s 2018-12-03 16:19:51,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 16:19:51,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf/users/b79a3a66067740c99af17bcc7b121a21/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:51,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39a4fac2-082f-46e6-b08a-b850598b36ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:19:51,550 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf/users/b79a3a66067740c99af17bcc7b121a21/roles/262658b16a4440adb64abe58dbd094c0 used request id req-39a4fac2-082f-46e6-b08a-b850598b36ec 2018-12-03 16:19:51,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.103932857513s 2018-12-03 16:19:51,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:19:51,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:51,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddc60956-b9cd-486f-b3f7-b33cff5e7b71 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:19:51,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ddc60956-b9cd-486f-b3f7-b33cff5e7b71 2018-12-03 16:19:51,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0820429325104s 2018-12-03 16:19:51,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 16:19:51,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" -d '{"role": {"name": "heat_stack_owner"}}' 2018-12-03 16:19:51,727 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2439b0f-52cd-4cbb-ac7e-f1d32fc8d783 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}} 2018-12-03 16:19:51,727 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-a2439b0f-52cd-4cbb-ac7e-f1d32fc8d783 2018-12-03 16:19:51,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0936172008514s 2018-12-03 16:19:51,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:51,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deb56452-550d-45c3-97b3-490dbd77a332 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:19:51,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-deb56452-550d-45c3-97b3-490dbd77a332 2018-12-03 16:19:51,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 16:19:51,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:51,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-491817a4-5877-4c63-a06b-1ceed3e40e3d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:19:51,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-491817a4-5877-4c63-a06b-1ceed3e40e3d 2018-12-03 16:19:51,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804941654205s 2018-12-03 16:19:51,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 16:19:51,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:51,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecc91e5f-ba15-4db3-990d-efa0f4921dc6 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 16:19:51,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-ecc91e5f-ba15-4db3-990d-efa0f4921dc6 2018-12-03 16:19:51,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0818099975586s 2018-12-03 16:19:51,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 16:19:51,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:52,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc424dbd-7daf-44d3-bff7-b29c76414949 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:19:52,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-bc424dbd-7daf-44d3-bff7-b29c76414949 2018-12-03 16:19:52,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0882389545441s 2018-12-03 16:19:52,075 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-bc424dbd-7daf-44d3-bff7-b29c76414949 2018-12-03 16:19:52,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 16:19:52,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:52,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-177af745-fed8-4915-b6dd-f1ffc7e06bf9 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}]} 2018-12-03 16:19:52,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-177af745-fed8-4915-b6dd-f1ffc7e06bf9 2018-12-03 16:19:52,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0819180011749s 2018-12-03 16:19:52,163 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-177af745-fed8-4915-b6dd-f1ffc7e06bf9 2018-12-03 16:19:52,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 16:19:52,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=b79a3a66067740c99af17bcc7b121a21&scope.project.id=e7db44589aed46ada30f0de826785caf&role.id=84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:52,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6992ae8-9888-4b95-8139-ac5982c560e1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=b79a3a66067740c99af17bcc7b121a21&scope.project.id=e7db44589aed46ada30f0de826785caf&role.id=84a2554f97b2457082c443c3960fe29d", "previous": null, "next": null}} 2018-12-03 16:19:52,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=b79a3a66067740c99af17bcc7b121a21&scope.project.id=e7db44589aed46ada30f0de826785caf&role.id=84a2554f97b2457082c443c3960fe29d used request id req-f6992ae8-9888-4b95-8139-ac5982c560e1 2018-12-03 16:19:52,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.082065820694s 2018-12-03 16:19:52,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 16:19:52,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf/users/b79a3a66067740c99af17bcc7b121a21/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 16:19:52,358 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:19:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11efa7ba-6f1b-4231-86db-1800ee07912a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:19:52,358 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf/users/b79a3a66067740c99af17bcc7b121a21/roles/84a2554f97b2457082c443c3960fe29d used request id req-11efa7ba-6f1b-4231-86db-1800ee07912a 2018-12-03 16:19:52,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.110597848892s 2018-12-03 16:19:52,358 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-12-03 16:19:52,358 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-12-03 16:19:52,359 - openstack_tests - INFO - OS Credentials = > 2018-12-03 16:19:52,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:52,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:19:52,747 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:19:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["gV0AMDl0QQeb2yd0F9dHiQ"], "issued_at": "2018-12-03T16:19:52.000000Z"}} 2018-12-03 16:19:52,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cf3d8e78f3529c0ed1f55714fb9bbb9f12c4eb8" 2018-12-03 16:19:52,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-df141df3-bd73-4360-8233-90336951a0db Date: Mon, 03 Dec 2018 16:19:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 16:19:52,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-df141df3-bd73-4360-8233-90336951a0db 2018-12-03 16:19:52,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cf3d8e78f3529c0ed1f55714fb9bbb9f12c4eb8" 2018-12-03 16:19:53,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-1d8a3aed-b187-4481-815c-72e9ddce4606 Date: Mon, 03 Dec 2018 16:19:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 16:19:53,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-1d8a3aed-b187-4481-815c-72e9ddce4606 2018-12-03 16:19:53,206 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-03 16:19:53,207 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-12-03 16:19:53,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:19:53,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:19:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["1L1YT0NIRleEOAlUpu0uKg"], "issued_at": "2018-12-03T16:19:53.000000Z"}} 2018-12-03 16:19:53,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b240190d1c7c74943a629c55dde5b8fa97967465" 2018-12-03 16:19:53,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c36898e3-c504-4f5a-9f8a-90f6d913ab3d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:19:53,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c36898e3-c504-4f5a-9f8a-90f6d913ab3d 2018-12-03 16:19:53,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:53,760 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:19:54,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:19:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["CXUiUekCT3amzcmvjJpGDQ"], "issued_at": "2018-12-03T16:19:54.000000Z"}} 2018-12-03 16:19:54,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:19:54,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44107dd0-2a4c-4f1c-84f7-0828ba70f180 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:19:54,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-44107dd0-2a4c-4f1c-84f7-0828ba70f180 2018-12-03 16:19:54,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:19:54,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:19: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:19:54,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0bd15429-71f5-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:19:54,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bee2906-aca8-4f32-8d09-502c47f40b06 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0bd15429-71f5-41d-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:19:54,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0bd15429-71f5-41d-proj used request id req-4bee2906-aca8-4f32-8d09-502c47f40b06 2018-12-03 16:19:54,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:19:54,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec659f84-0b92-4177-9eb5-c5f5e8acb087 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:19:54,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-ec659f84-0b92-4177-9eb5-c5f5e8acb087 2018-12-03 16:19:54,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-0bd15429-71f5-41d-proj"}}' 2018-12-03 16:19:54,543 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:19:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5abce16b-7f10-41b7-983e-4b6a035c2622 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30"}, "enabled": true, "id": "a29c4ac090ee419fa52efe144c058a30", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0bd15429-71f5-41d-proj"}} 2018-12-03 16:19:54,543 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5abce16b-7f10-41b7-983e-4b6a035c2622 2018-12-03 16:19:54,543 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-0bd15429-71f5-41d-proj 2018-12-03 16:19:54,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:54,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:19:54,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:19:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["nNpouBR8TLChaBJ5ub0tcQ"], "issued_at": "2018-12-03T16:19:54.000000Z"}} 2018-12-03 16:19:54,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ae2d51c385d8d4dc99a9e1a3461151379c2d54" 2018-12-03 16:19:55,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d3189c7-d8c8-4378-af94-13596034886f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:19:55,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0d3189c7-d8c8-4378-af94-13596034886f 2018-12-03 16:19:55,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:19:55,120 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:19: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:19:55,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ae2d51c385d8d4dc99a9e1a3461151379c2d54" 2018-12-03 16:19:55,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d79f6e92-6f46-4cc5-8100-399829fe8fff Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:19:55,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d79f6e92-6f46-4cc5-8100-399829fe8fff 2018-12-03 16:19:55,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-0bd15429-71f5-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ae2d51c385d8d4dc99a9e1a3461151379c2d54" 2018-12-03 16:19:55,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb210450-1777-4b1f-bfe1-ca4f9ad6ffda Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-0bd15429-71f5-41d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30"}, "enabled": true, "id": "a29c4ac090ee419fa52efe144c058a30", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0bd15429-71f5-41d-proj"}]} 2018-12-03 16:19:55,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-0bd15429-71f5-41d-proj used request id req-bb210450-1777-4b1f-bfe1-ca4f9ad6ffda 2018-12-03 16:19:55,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ae2d51c385d8d4dc99a9e1a3461151379c2d54" 2018-12-03 16:19:55,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-561dfa72-c653-4ef3-89b3-8ba9c5cfc137 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:19:55,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-561dfa72-c653-4ef3-89b3-8ba9c5cfc137 2018-12-03 16:19:55,710 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-0bd15429-71f5-41d-user 2018-12-03 16:19:55,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:55,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:19:55,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-965e852e-3272-4783-8b67-35b7c599cd2b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:19:55,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-965e852e-3272-4783-8b67-35b7c599cd2b 2018-12-03 16:19:55,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" -d '{"role": {"name": "CreateSecurityGroupTests-0bd15429-71f5-41d-proj-role"}}' 2018-12-03 16:19:55,895 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06449a08-5dbd-4801-ab36-d55ff49fb89e Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "38e2216b1aa74e8c9e2ef80c01130daa", "links": {"self": "http://172.30.9.30:5000/v3/roles/38e2216b1aa74e8c9e2ef80c01130daa"}, "name": "CreateSecurityGroupTests-0bd15429-71f5-41d-proj-role"}} 2018-12-03 16:19:55,895 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-06449a08-5dbd-4801-ab36-d55ff49fb89e 2018-12-03 16:19:55,896 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-0bd15429-71f5-41d-proj-role 2018-12-03 16:19:55,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/38e2216b1aa74e8c9e2ef80c01130daa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:19:55,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9904f868-f6bb-40b0-a91d-25ced4b9b1ff Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/38e2216b1aa74e8c9e2ef80c01130daa"}, "domain_id": null, "name": "CreateSecurityGroupTests-0bd15429-71f5-41d-proj-role", "id": "38e2216b1aa74e8c9e2ef80c01130daa"}} 2018-12-03 16:19:55,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/38e2216b1aa74e8c9e2ef80c01130daa used request id req-9904f868-f6bb-40b0-a91d-25ced4b9b1ff 2018-12-03 16:19:55,988 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-0bd15429-71f5-41d-proj-role to project CreateSecurityGroupTests-0bd15429-71f5-41d-proj 2018-12-03 16:19:55,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30/users/7c5dc7f1727542e6a4d83311b0961939/roles/38e2216b1aa74e8c9e2ef80c01130daa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:19:56,113 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:19:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db1affbf-12be-45dc-a9cf-e50c8ebb5cd6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:19:56,113 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30/users/7c5dc7f1727542e6a4d83311b0961939/roles/38e2216b1aa74e8c9e2ef80c01130daa used request id req-db1affbf-12be-45dc-a9cf-e50c8ebb5cd6 2018-12-03 16:19:56,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:19:56,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:19:56,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "38e2216b1aa74e8c9e2ef80c01130daa", "name": "CreateSecurityGroupTests-0bd15429-71f5-41d-proj-role"}], "expires_at": "2018-12-03T17:19:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a29c4ac090ee419fa52efe144c058a30", "name": "CreateSecurityGroupTests-0bd15429-71f5-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a29c4ac090ee419fa52efe144c058a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/a29c4ac090ee419fa52efe144c058a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/a29c4ac090ee419fa52efe144c058a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/a29c4ac090ee419fa52efe144c058a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/a29c4ac090ee419fa52efe144c058a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/a29c4ac090ee419fa52efe144c058a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a29c4ac090ee419fa52efe144c058a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/a29c4ac090ee419fa52efe144c058a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/a29c4ac090ee419fa52efe144c058a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a29c4ac090ee419fa52efe144c058a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/a29c4ac090ee419fa52efe144c058a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/a29c4ac090ee419fa52efe144c058a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-0bd15429-71f5-41d-user", "id": "7c5dc7f1727542e6a4d83311b0961939"}, "audit_ids": ["5eB66OttSLOHeMHvbRjq5g"], "issued_at": "2018-12-03T16:19:56.000000Z"}} 2018-12-03 16:19:56,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:19:56,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75028472-fe6c-46b0-b663-cb70b7b70736 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:19:56,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-75028472-fe6c-46b0-b663-cb70b7b70736 2018-12-03 16:19:56,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:19:56,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-cd4a5c48-8f50-4169-bd4f-bfd8f302a82b Date: Mon, 03 Dec 2018 16:19:56 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:19:56,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name&description=hello+group used request id req-cd4a5c48-8f50-4169-bd4f-bfd8f302a82b 2018-12-03 16:19:56,861 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name... 2018-12-03 16:19:56,861 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name 2018-12-03 16:19:56,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" -d '{"security_group": {"name": "CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name", "description": "hello group"}}' 2018-12-03 16:19:57,219 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-1bb4a06e-5770-4be6-a248-7b8b11330df6 Date: Mon, 03 Dec 2018 16:19:57 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "updated_at": "2018-12-03T16:19:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv6", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "d4dd277b-62db-40a8-9da6-799d0d58919e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}], "revision_number": 2, "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "name": "CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name"}} 2018-12-03 16:19:57,219 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-1bb4a06e-5770-4be6-a248-7b8b11330df6 2018-12-03 16:19:57,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:19:57,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:19:57,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e07226b9-cdeb-4276-90aa-462eb2ae423a Date: Mon, 03 Dec 2018 16:19: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-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d4dd277b-62db-40a8-9da6-799d0d58919e"}]} 2018-12-03 16:19:57,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-e07226b9-cdeb-4276-90aa-462eb2ae423a 2018-12-03 16:19:57,588 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:19:57,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:19:57,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d7c04af0-90ab-4349-adae-0bc117d6142d Date: Mon, 03 Dec 2018 16:19: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-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d4dd277b-62db-40a8-9da6-799d0d58919e"}]} 2018-12-03 16:19:57,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-d7c04af0-90ab-4349-adae-0bc117d6142d 2018-12-03 16:19:57,775 - neutron_utils - INFO - Retrieving security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:19:57,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:19:57,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-4f3032c1-ea40-4b26-ac47-dba1708b869a Date: Mon, 03 Dec 2018 16:19:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "updated_at": "2018-12-03T16:19:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv6", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "d4dd277b-62db-40a8-9da6-799d0d58919e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}], "revision_number": 2, "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "name": "CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name"}]} 2018-12-03 16:19:57,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-4f3032c1-ea40-4b26-ac47-dba1708b869a 2018-12-03 16:19:57,965 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:19:57,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:19:58,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-486413fc-80ba-4565-a2c0-871c331eb57b Date: Mon, 03 Dec 2018 16:19: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-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d4dd277b-62db-40a8-9da6-799d0d58919e"}]} 2018-12-03 16:19:58,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-486413fc-80ba-4565-a2c0-871c331eb57b 2018-12-03 16:19:58,139 - neutron_utils - INFO - Retrieving security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:19:58,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:19:58,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-75f87991-cafb-4ee2-9902-3b188fdb6541 Date: Mon, 03 Dec 2018 16:19:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "updated_at": "2018-12-03T16:19:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv6", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "d4dd277b-62db-40a8-9da6-799d0d58919e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}], "revision_number": 2, "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "name": "CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name"}]} 2018-12-03 16:19:58,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-75f87991-cafb-4ee2-9902-3b188fdb6541 2018-12-03 16:19:58,349 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:19:58,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:19:58,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6854ced0-f9da-4df8-ab95-d417b22fe4ed Date: Mon, 03 Dec 2018 16:19: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-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d4dd277b-62db-40a8-9da6-799d0d58919e"}]} 2018-12-03 16:19:58,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-6854ced0-f9da-4df8-ab95-d417b22fe4ed 2018-12-03 16:19:58,512 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name 2018-12-03 16:19:58,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:19:58,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-824c0a87-d233-48ef-82a3-3f69f2adc793 Date: Mon, 03 Dec 2018 16:19:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "updated_at": "2018-12-03T16:19:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv6", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "d4dd277b-62db-40a8-9da6-799d0d58919e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}], "revision_number": 2, "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "name": "CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name"}]} 2018-12-03 16:19:58,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name used request id req-824c0a87-d233-48ef-82a3-3f69f2adc793 2018-12-03 16:19:58,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:19:58,568 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:19: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:19:58,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:19:58,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-785d0d5c-415a-4ced-9edb-b36bb1a1057f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30"}, "enabled": true, "id": "a29c4ac090ee419fa52efe144c058a30", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0bd15429-71f5-41d-proj"}} 2018-12-03 16:19:58,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30 used request id req-785d0d5c-415a-4ced-9edb-b36bb1a1057f 2018-12-03 16:19:58,656 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:19:58,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:19:58,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7f47d40a-7d1e-4b49-8cc7-6cd45d05113f Date: Mon, 03 Dec 2018 16:19: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-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d4dd277b-62db-40a8-9da6-799d0d58919e"}]} 2018-12-03 16:19:58,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-7f47d40a-7d1e-4b49-8cc7-6cd45d05113f 2018-12-03 16:19:58,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7"}}' 2018-12-03 16:19:59,135 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-5a57453a-5ca3-44a0-bfb7-eacf5c46a12b Date: Mon, 03 Dec 2018 16:19:59 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-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:59Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d"}} 2018-12-03 16:19:59,135 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-5a57453a-5ca3-44a0-bfb7-eacf5c46a12b 2018-12-03 16:19:59,136 - neutron_utils - INFO - Retrieving security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:19:59,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:19:59,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-a6f4845f-99dd-4065-b5f6-91bd999d36e0 Date: Mon, 03 Dec 2018 16:19:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "updated_at": "2018-12-03T16:19:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv6", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "d4dd277b-62db-40a8-9da6-799d0d58919e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:59Z", "revision_number": 0, "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}], "revision_number": 3, "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "name": "CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name"}]} 2018-12-03 16:19:59,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-a6f4845f-99dd-4065-b5f6-91bd999d36e0 2018-12-03 16:19:59,344 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:19:59,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:19:59,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-8519f943-2bac-45d2-bcba-7eef9748113c Date: Mon, 03 Dec 2018 16:19: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-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d4dd277b-62db-40a8-9da6-799d0d58919e"}, {"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-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:59Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d"}]} 2018-12-03 16:19:59,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-8519f943-2bac-45d2-bcba-7eef9748113c 2018-12-03 16:19:59,530 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:19:59,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "38e2216b1aa74e8c9e2ef80c01130daa", "name": "CreateSecurityGroupTests-0bd15429-71f5-41d-proj-role"}], "expires_at": "2018-12-03T17:19:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a29c4ac090ee419fa52efe144c058a30", "name": "CreateSecurityGroupTests-0bd15429-71f5-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a29c4ac090ee419fa52efe144c058a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/a29c4ac090ee419fa52efe144c058a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/a29c4ac090ee419fa52efe144c058a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/a29c4ac090ee419fa52efe144c058a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/a29c4ac090ee419fa52efe144c058a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/a29c4ac090ee419fa52efe144c058a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a29c4ac090ee419fa52efe144c058a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/a29c4ac090ee419fa52efe144c058a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/a29c4ac090ee419fa52efe144c058a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a29c4ac090ee419fa52efe144c058a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/a29c4ac090ee419fa52efe144c058a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/a29c4ac090ee419fa52efe144c058a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-0bd15429-71f5-41d-user", "id": "7c5dc7f1727542e6a4d83311b0961939"}, "audit_ids": ["tEcGAP-XQH6FhC26Hbgthw"], "issued_at": "2018-12-03T16:19:59.000000Z"}} 2018-12-03 16:19:59,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99be830727b72986cb4cbda50db475ba42e17740" 2018-12-03 16:20:00,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-076067fd-abc8-4e0b-86e2-1b19b6c776e5 Date: Mon, 03 Dec 2018 16:20:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "updated_at": "2018-12-03T16:19:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv6", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "d4dd277b-62db-40a8-9da6-799d0d58919e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:59Z", "revision_number": 0, "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}], "revision_number": 3, "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "name": "CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name"}]} 2018-12-03 16:20:00,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name&description=hello+group used request id req-076067fd-abc8-4e0b-86e2-1b19b6c776e5 2018-12-03 16:20:00,105 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:20:00,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99be830727b72986cb4cbda50db475ba42e17740" 2018-12-03 16:20:00,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-4e91a873-fb3b-45ea-85a3-a147fb0af562 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d4dd277b-62db-40a8-9da6-799d0d58919e"}, {"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-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:59Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d"}]} 2018-12-03 16:20:00,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-4e91a873-fb3b-45ea-85a3-a147fb0af562 2018-12-03 16:20:00,279 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:20:00,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99be830727b72986cb4cbda50db475ba42e17740" 2018-12-03 16:20:00,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-3a6a547a-0318-483a-9d91-6517ba6d8664 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d4dd277b-62db-40a8-9da6-799d0d58919e"}, {"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-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:59Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d"}]} 2018-12-03 16:20:00,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-3a6a547a-0318-483a-9d91-6517ba6d8664 2018-12-03 16:20:00,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99be830727b72986cb4cbda50db475ba42e17740" 2018-12-03 16:20:00,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-9417724e-824d-4c60-a894-0c702fc37b36 Date: Mon, 03 Dec 2018 16:20:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "updated_at": "2018-12-03T16:19:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv6", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "d4dd277b-62db-40a8-9da6-799d0d58919e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:59Z", "revision_number": 0, "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}], "revision_number": 3, "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "name": "CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name"}]} 2018-12-03 16:20:00,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name used request id req-9417724e-824d-4c60-a894-0c702fc37b36 2018-12-03 16:20:00,524 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:20:00,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99be830727b72986cb4cbda50db475ba42e17740" 2018-12-03 16:20:00,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-3ef58ddb-ec29-48af-9454-6fa854287f68 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d4dd277b-62db-40a8-9da6-799d0d58919e"}, {"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-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:59Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d"}]} 2018-12-03 16:20:00,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-3ef58ddb-ec29-48af-9454-6fa854287f68 2018-12-03 16:20:00,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99be830727b72986cb4cbda50db475ba42e17740" 2018-12-03 16:20:00,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-68e1944e-82ea-4441-8aa7-69e2c637589d Date: Mon, 03 Dec 2018 16:20:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "updated_at": "2018-12-03T16:19:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv6", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "d4dd277b-62db-40a8-9da6-799d0d58919e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:59Z", "revision_number": 0, "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}], "revision_number": 3, "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "name": "CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name"}]} 2018-12-03 16:20:00,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name used request id req-68e1944e-82ea-4441-8aa7-69e2c637589d 2018-12-03 16:20:00,892 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:20:00,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99be830727b72986cb4cbda50db475ba42e17740" 2018-12-03 16:20:00,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-043efc59-63c4-4e78-a688-68669d1857e3 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d4dd277b-62db-40a8-9da6-799d0d58919e"}, {"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-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:59Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d"}]} 2018-12-03 16:20:00,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-043efc59-63c4-4e78-a688-68669d1857e3 2018-12-03 16:20:00,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99be830727b72986cb4cbda50db475ba42e17740" 2018-12-03 16:20:01,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-2b25b27b-6a72-44e4-852d-f5c38c3e7394 Date: Mon, 03 Dec 2018 16:20:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "updated_at": "2018-12-03T16:19:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv6", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "d4dd277b-62db-40a8-9da6-799d0d58919e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:59Z", "revision_number": 0, "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}], "revision_number": 3, "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "name": "CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name"}]} 2018-12-03 16:20:01,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name used request id req-2b25b27b-6a72-44e4-852d-f5c38c3e7394 2018-12-03 16:20:01,135 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:20:01,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99be830727b72986cb4cbda50db475ba42e17740" 2018-12-03 16:20:01,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-35a8909a-f1c7-4e64-95c5-d1f85425fad4 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d4dd277b-62db-40a8-9da6-799d0d58919e"}, {"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-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:59Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d"}]} 2018-12-03 16:20:01,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-35a8909a-f1c7-4e64-95c5-d1f85425fad4 2018-12-03 16:20:01,313 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:20:01,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99be830727b72986cb4cbda50db475ba42e17740" 2018-12-03 16:20:01,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-48ff158a-dccc-47b2-a25d-3f607b074420 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d4dd277b-62db-40a8-9da6-799d0d58919e"}, {"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-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:59Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d"}]} 2018-12-03 16:20:01,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-48ff158a-dccc-47b2-a25d-3f607b074420 2018-12-03 16:20:01,496 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name 2018-12-03 16:20:01,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:20:01,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-e918ea94-8d89-4082-b751-169786b00feb Date: Mon, 03 Dec 2018 16:20:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "updated_at": "2018-12-03T16:19:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv6", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "revision_number": 0, "id": "d4dd277b-62db-40a8-9da6-799d0d58919e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:59Z", "revision_number": 0, "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}], "revision_number": 3, "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "name": "CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name"}]} 2018-12-03 16:20:01,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name used request id req-e918ea94-8d89-4082-b751-169786b00feb 2018-12-03 16:20:01,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:20:01,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-929b1ee8-1304-4ed3-b979-c966e77d0581 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30"}, "enabled": true, "id": "a29c4ac090ee419fa52efe144c058a30", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0bd15429-71f5-41d-proj"}} 2018-12-03 16:20:01,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30 used request id req-929b1ee8-1304-4ed3-b979-c966e77d0581 2018-12-03 16:20:01,635 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:20:01,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:20:01,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-6a7d5595-e8fe-46bd-9e15-6acb8ddb7c2e Date: Mon, 03 Dec 2018 16:20: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-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d4dd277b-62db-40a8-9da6-799d0d58919e"}, {"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-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:59Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d"}]} 2018-12-03 16:20:01,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-6a7d5595-e8fe-46bd-9e15-6acb8ddb7c2e 2018-12-03 16:20:01,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "description": "test_rule_2", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7"}}' 2018-12-03 16:20:01,980 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 519 X-Openstack-Request-Id: req-09d08afe-32ad-4bd1-ae00-e5e437d2bb18 Date: Mon, 03 Dec 2018 16:20:01 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-12-03T16:20:01Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:20:01Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "754e5401-d19e-4d48-8e8f-4976a26bbeee"}} 2018-12-03 16:20:01,980 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-09d08afe-32ad-4bd1-ae00-e5e437d2bb18 2018-12-03 16:20:01,980 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2896894-9824-4c65-9c9e-1d0d8c6067c7 2018-12-03 16:20:01,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99be830727b72986cb4cbda50db475ba42e17740" 2018-12-03 16:20:02,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1996 X-Openstack-Request-Id: req-49240b44-3348-4ba0-92ca-de283904f8cd Date: Mon, 03 Dec 2018 16:20: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-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "2dd32fb9-4891-4fcd-bca6-bc924c0a631d"}, {"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-12-03T16:20:01Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:20:01Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "754e5401-d19e-4d48-8e8f-4976a26bbeee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:57Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:57Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d4dd277b-62db-40a8-9da6-799d0d58919e"}, {"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-12-03T16:19:59Z", "security_group_id": "d2896894-9824-4c65-9c9e-1d0d8c6067c7", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:59Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "fac94bc3-59e9-47f9-a6c9-e0231a99933d"}]} 2018-12-03 16:20:02,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-49240b44-3348-4ba0-92ca-de283904f8cd 2018-12-03 16:20:02,167 - neutron_utils - INFO - Deleting security group rule with ID - d4dd277b-62db-40a8-9da6-799d0d58919e 2018-12-03 16:20:02,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/d4dd277b-62db-40a8-9da6-799d0d58919e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:20:02,393 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8a5bd79c-631d-4354-99d6-25c7f8dc646a Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:02,393 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/d4dd277b-62db-40a8-9da6-799d0d58919e used request id req-8a5bd79c-631d-4354-99d6-25c7f8dc646a 2018-12-03 16:20:02,393 - neutron_utils - INFO - Deleting security group rule with ID - fac94bc3-59e9-47f9-a6c9-e0231a99933d 2018-12-03 16:20:02,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/fac94bc3-59e9-47f9-a6c9-e0231a99933d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:20:02,482 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c877185c-9c2c-4a14-95d1-7c242e370728 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:02,482 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/fac94bc3-59e9-47f9-a6c9-e0231a99933d used request id req-c877185c-9c2c-4a14-95d1-7c242e370728 2018-12-03 16:20:02,483 - neutron_utils - INFO - Deleting security group rule with ID - 754e5401-d19e-4d48-8e8f-4976a26bbeee 2018-12-03 16:20:02,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/754e5401-d19e-4d48-8e8f-4976a26bbeee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:20:02,752 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dcdae30a-3148-4237-9f5f-c666cd30e38b Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:02,752 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/754e5401-d19e-4d48-8e8f-4976a26bbeee used request id req-dcdae30a-3148-4237-9f5f-c666cd30e38b 2018-12-03 16:20:02,753 - neutron_utils - INFO - Deleting security group rule with ID - 2dd32fb9-4891-4fcd-bca6-bc924c0a631d 2018-12-03 16:20:02,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/2dd32fb9-4891-4fcd-bca6-bc924c0a631d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:20:02,986 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f7557494-748e-4fea-9293-63cb6f22b1d9 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:02,986 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/2dd32fb9-4891-4fcd-bca6-bc924c0a631d used request id req-f7557494-748e-4fea-9293-63cb6f22b1d9 2018-12-03 16:20:02,986 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-829366ea-b682-42bd-9c11-c8b6b8e523f4name 2018-12-03 16:20:02,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/d2896894-9824-4c65-9c9e-1d0d8c6067c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e7646d9c4b064b7f38301c7685f1ab7c1b5151" 2018-12-03 16:20:03,098 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4a14ffa3-8eb5-4832-9421-d712c3c097c4 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:03,098 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/d2896894-9824-4c65-9c9e-1d0d8c6067c7 used request id req-4a14ffa3-8eb5-4832-9421-d712c3c097c4 2018-12-03 16:20:03,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:20:03,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c215e416-8849-496a-a0de-b9d9a285b502 Date: Mon, 03 Dec 2018 16:20:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:56Z", "updated_at": "2018-12-03T16:19:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:56Z", "revision_number": 0, "id": "0d17e855-d4cc-4bbc-b123-ad99daf2f2bc", "remote_group_id": "85277038-2411-446e-8a15-513858a325da", "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:56Z", "security_group_id": "85277038-2411-446e-8a15-513858a325da", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv6", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:56Z", "revision_number": 0, "id": "5b3168de-abc2-4873-9904-ee7a037b1a91", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:56Z", "security_group_id": "85277038-2411-446e-8a15-513858a325da", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv6", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:56Z", "revision_number": 0, "id": "d2fe280b-3b50-4894-b413-3916bbf2b818", "remote_group_id": "85277038-2411-446e-8a15-513858a325da", "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:56Z", "security_group_id": "85277038-2411-446e-8a15-513858a325da", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:19:56Z", "revision_number": 0, "id": "f50f9823-b7e3-4db6-82f8-c9db56ed411e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:19:56Z", "security_group_id": "85277038-2411-446e-8a15-513858a325da", "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "a29c4ac090ee419fa52efe144c058a30"}], "revision_number": 4, "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "85277038-2411-446e-8a15-513858a325da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:20:03,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-c215e416-8849-496a-a0de-b9d9a285b502 2018-12-03 16:20:03,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:20:03,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54fb8351-6165-4ba6-b745-5f936a5caaf0 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:20:03,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-54fb8351-6165-4ba6-b745-5f936a5caaf0 2018-12-03 16:20:03,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:20:03,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7da4225a-3f36-43e3-8045-6c4afe60bd93 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:20:03,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-7da4225a-3f36-43e3-8045-6c4afe60bd93 2018-12-03 16:20:03,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:20:03,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d003b40-f1e8-49f8-aac8-5027e5a47dd9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30"}, "enabled": true, "id": "a29c4ac090ee419fa52efe144c058a30", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0bd15429-71f5-41d-proj"}} 2018-12-03 16:20:03,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30 used request id req-0d003b40-f1e8-49f8-aac8-5027e5a47dd9 2018-12-03 16:20:03,792 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 85277038-2411-446e-8a15-513858a325da 2018-12-03 16:20:03,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=85277038-2411-446e-8a15-513858a325da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:20:03,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d266082d-b046-41c7-8124-b22325aa2f4b Date: Mon, 03 Dec 2018 16:20:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "85277038-2411-446e-8a15-513858a325da", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:56Z", "security_group_id": "85277038-2411-446e-8a15-513858a325da", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:56Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "0d17e855-d4cc-4bbc-b123-ad99daf2f2bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:56Z", "security_group_id": "85277038-2411-446e-8a15-513858a325da", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:56Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "5b3168de-abc2-4873-9904-ee7a037b1a91"}, {"remote_group_id": "85277038-2411-446e-8a15-513858a325da", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:56Z", "security_group_id": "85277038-2411-446e-8a15-513858a325da", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:56Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "d2fe280b-3b50-4894-b413-3916bbf2b818"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:19:56Z", "security_group_id": "85277038-2411-446e-8a15-513858a325da", "port_range_min": null, "revision_number": 0, "tenant_id": "a29c4ac090ee419fa52efe144c058a30", "created_at": "2018-12-03T16:19:56Z", "project_id": "a29c4ac090ee419fa52efe144c058a30", "id": "f50f9823-b7e3-4db6-82f8-c9db56ed411e"}]} 2018-12-03 16:20:03,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=85277038-2411-446e-8a15-513858a325da used request id req-d266082d-b046-41c7-8124-b22325aa2f4b 2018-12-03 16:20:03,971 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:20:03,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/85277038-2411-446e-8a15-513858a325da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:20:04,255 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f8606cf0-88b1-42b4-b5b4-4b6a666d8a91 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:04,255 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/85277038-2411-446e-8a15-513858a325da used request id req-f8606cf0-88b1-42b4-b5b4-4b6a666d8a91 2018-12-03 16:20:04,256 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-0bd15429-71f5-41d-proj 2018-12-03 16:20:04,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:20:04,443 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-278efddd-f808-43d2-8caa-b3e8fefb1e0e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:04,443 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/a29c4ac090ee419fa52efe144c058a30 used request id req-278efddd-f808-43d2-8caa-b3e8fefb1e0e 2018-12-03 16:20:04,443 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-0bd15429-71f5-41d-proj-role 2018-12-03 16:20:04,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/38e2216b1aa74e8c9e2ef80c01130daa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:20:04,559 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0100a6f3-9da8-4b03-847a-1ce8dbb54f39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:04,559 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/38e2216b1aa74e8c9e2ef80c01130daa used request id req-0100a6f3-9da8-4b03-847a-1ce8dbb54f39 2018-12-03 16:20:04,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a2906509329e40f5255dd176c7ef35aa52959c" 2018-12-03 16:20:04,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2edb1483-0411-4562-9acd-2cef3f6debd4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:20:04,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2edb1483-0411-4562-9acd-2cef3f6debd4 2018-12-03 16:20:04,658 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-0bd15429-71f5-41d-user 2018-12-03 16:20:04,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/7c5dc7f1727542e6a4d83311b0961939 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ae2d51c385d8d4dc99a9e1a3461151379c2d54" 2018-12-03 16:20:04,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54c4698a-0f5f-4b8d-bf8d-bc2e08686a89 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:04,827 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/7c5dc7f1727542e6a4d83311b0961939 used request id req-54c4698a-0f5f-4b8d-bf8d-bc2e08686a89 2018-12-03 16:20:04,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:05,215 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Z8U38ln_T0-MSkklP3Tx_Q"], "issued_at": "2018-12-03T16:20:05.000000Z"}} 2018-12-03 16:20:05,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5640add7c2ed9a4139d4952361df1f67db7e9df9" 2018-12-03 16:20:05,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-151d746d-1d28-4bfa-85c4-8254f5b26f8a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:05,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-151d746d-1d28-4bfa-85c4-8254f5b26f8a 2018-12-03 16:20:05,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:05,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:05,689 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ypyxF49LRda0PqWiluxItQ"], "issued_at": "2018-12-03T16:20:05.000000Z"}} 2018-12-03 16:20:05,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:05,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02aa969f-bdfa-4b9c-abed-726eafc3a0f4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:05,776 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-02aa969f-bdfa-4b9c-abed-726eafc3a0f4 2018-12-03 16:20:05,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:05,786 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:05,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-3b315d74-6e92-4d7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:05,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36a6329a-d079-437f-b45b-d192c9988e28 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-3b315d74-6e92-4d7-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:20:05,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-3b315d74-6e92-4d7-proj used request id req-36a6329a-d079-437f-b45b-d192c9988e28 2018-12-03 16:20:05,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:05,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-021546aa-3e48-433c-82bc-c6c653885edf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:20:05,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-021546aa-3e48-433c-82bc-c6c653885edf 2018-12-03 16:20:05,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-3b315d74-6e92-4d7-proj"}}' 2018-12-03 16:20:06,106 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8614b2bf-f5d7-42bd-80e8-9efb0d753fc4 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4db3dcb4edce48078bbbd109cbb80899"}, "enabled": true, "id": "4db3dcb4edce48078bbbd109cbb80899", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3b315d74-6e92-4d7-proj"}} 2018-12-03 16:20:06,106 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-8614b2bf-f5d7-42bd-80e8-9efb0d753fc4 2018-12-03 16:20:06,106 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-3b315d74-6e92-4d7-proj 2018-12-03 16:20:06,107 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:06,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:06,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["KrF0HLyuQpWZrwNMD4gXpQ"], "issued_at": "2018-12-03T16:20:06.000000Z"}} 2018-12-03 16:20:06,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541d4244930cc6c45715ad0b8ccce5e1e801b113" 2018-12-03 16:20:06,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7220653-c844-44de-9088-90ad1c934a46 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:06,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d7220653-c844-44de-9088-90ad1c934a46 2018-12-03 16:20:06,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:06,511 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:06,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541d4244930cc6c45715ad0b8ccce5e1e801b113" 2018-12-03 16:20:06,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ef6f975-304a-4556-ba31-0cfd1d6c5dab Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:20:06,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-8ef6f975-304a-4556-ba31-0cfd1d6c5dab 2018-12-03 16:20:06,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-3b315d74-6e92-4d7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541d4244930cc6c45715ad0b8ccce5e1e801b113" 2018-12-03 16:20:06,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4dc37a2-e029-40ab-a406-1b7f2b4cc941 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-3b315d74-6e92-4d7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4db3dcb4edce48078bbbd109cbb80899"}, "enabled": true, "id": "4db3dcb4edce48078bbbd109cbb80899", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3b315d74-6e92-4d7-proj"}]} 2018-12-03 16:20:06,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-3b315d74-6e92-4d7-proj used request id req-d4dc37a2-e029-40ab-a406-1b7f2b4cc941 2018-12-03 16:20:06,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541d4244930cc6c45715ad0b8ccce5e1e801b113" 2018-12-03 16:20:06,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6dd28b5-1180-49ea-a3ac-eba43e11dd5a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:20:06,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f6dd28b5-1180-49ea-a3ac-eba43e11dd5a 2018-12-03 16:20:07,165 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-3b315d74-6e92-4d7-user 2018-12-03 16:20:07,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:07,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:07,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8179fdb8-e66e-47e2-bf52-d399b2621df8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:20:07,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8179fdb8-e66e-47e2-bf52-d399b2621df8 2018-12-03 16:20:07,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" -d '{"role": {"name": "CreateSecurityGroupTests-3b315d74-6e92-4d7-proj-role"}}' 2018-12-03 16:20:07,374 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:20:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b226ed14-d650-4673-b5fd-62455a3bc1e6 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "51d7179de6e14c7f884abfe0f07ad709", "links": {"self": "http://172.30.9.30:5000/v3/roles/51d7179de6e14c7f884abfe0f07ad709"}, "name": "CreateSecurityGroupTests-3b315d74-6e92-4d7-proj-role"}} 2018-12-03 16:20:07,374 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-b226ed14-d650-4673-b5fd-62455a3bc1e6 2018-12-03 16:20:07,375 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-3b315d74-6e92-4d7-proj-role 2018-12-03 16:20:07,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/51d7179de6e14c7f884abfe0f07ad709 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:07,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5055365-42c7-458f-9231-bae359bf6dd1 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/51d7179de6e14c7f884abfe0f07ad709"}, "domain_id": null, "name": "CreateSecurityGroupTests-3b315d74-6e92-4d7-proj-role", "id": "51d7179de6e14c7f884abfe0f07ad709"}} 2018-12-03 16:20:07,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/51d7179de6e14c7f884abfe0f07ad709 used request id req-d5055365-42c7-458f-9231-bae359bf6dd1 2018-12-03 16:20:07,460 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-3b315d74-6e92-4d7-proj-role to project CreateSecurityGroupTests-3b315d74-6e92-4d7-proj 2018-12-03 16:20:07,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/4db3dcb4edce48078bbbd109cbb80899/users/7ca2bf5c62094218afbd9dd48e6fdbe9/roles/51d7179de6e14c7f884abfe0f07ad709 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:07,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2c7f65e-5f17-403b-bbc8-15c82c85bdad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:07,606 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4db3dcb4edce48078bbbd109cbb80899/users/7ca2bf5c62094218afbd9dd48e6fdbe9/roles/51d7179de6e14c7f884abfe0f07ad709 used request id req-d2c7f65e-5f17-403b-bbc8-15c82c85bdad 2018-12-03 16:20:07,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:07,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:07,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51d7179de6e14c7f884abfe0f07ad709", "name": "CreateSecurityGroupTests-3b315d74-6e92-4d7-proj-role"}], "expires_at": "2018-12-03T17:20:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4db3dcb4edce48078bbbd109cbb80899", "name": "CreateSecurityGroupTests-3b315d74-6e92-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4db3dcb4edce48078bbbd109cbb80899", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4db3dcb4edce48078bbbd109cbb80899", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4db3dcb4edce48078bbbd109cbb80899", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4db3dcb4edce48078bbbd109cbb80899", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4db3dcb4edce48078bbbd109cbb80899", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4db3dcb4edce48078bbbd109cbb80899", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4db3dcb4edce48078bbbd109cbb80899", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4db3dcb4edce48078bbbd109cbb80899", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4db3dcb4edce48078bbbd109cbb80899", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4db3dcb4edce48078bbbd109cbb80899", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4db3dcb4edce48078bbbd109cbb80899", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4db3dcb4edce48078bbbd109cbb80899", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-3b315d74-6e92-4d7-user", "id": "7ca2bf5c62094218afbd9dd48e6fdbe9"}, "audit_ids": ["Gbj6uL5PT1qC7NM9EW8tfw"], "issued_at": "2018-12-03T16:20:07.000000Z"}} 2018-12-03 16:20:07,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe2e5351f238fae39d8d07da004123685746447" 2018-12-03 16:20:08,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33c50771-d0e8-4b6b-bad1-0f60a9496b7c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:08,053 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-33c50771-d0e8-4b6b-bad1-0f60a9496b7c 2018-12-03 16:20:08,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-922fc1e8-6dff-437a-b2d3-4ea27c2b14c2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe2e5351f238fae39d8d07da004123685746447" 2018-12-03 16:20:08,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c93187b7-8718-46e3-a205-ec418d5776e0 Date: Mon, 03 Dec 2018 16:20:08 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:20:08,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-922fc1e8-6dff-437a-b2d3-4ea27c2b14c2name&description=hello+group used request id req-c93187b7-8718-46e3-a205-ec418d5776e0 2018-12-03 16:20:08,347 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-922fc1e8-6dff-437a-b2d3-4ea27c2b14c2name... 2018-12-03 16:20:08,347 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-922fc1e8-6dff-437a-b2d3-4ea27c2b14c2name 2018-12-03 16:20:08,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe2e5351f238fae39d8d07da004123685746447" -d '{"security_group": {"name": "CreateSecurityGroupTests-922fc1e8-6dff-437a-b2d3-4ea27c2b14c2name", "description": "hello group"}}' 2018-12-03 16:20:08,698 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-2f959dbe-a5f0-4f8b-bac9-47cb1c91a62e Date: Mon, 03 Dec 2018 16:20:08 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "updated_at": "2018-12-03T16:20:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "revision_number": 0, "id": "205787e5-8bb4-4fd4-b4f2-281156ab9c26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "port_range_min": null, "ethertype": "IPv6", "project_id": "4db3dcb4edce48078bbbd109cbb80899"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "revision_number": 0, "id": "5d247f9d-5c28-4476-ba7d-41da2791fb25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "port_range_min": null, "ethertype": "IPv4", "project_id": "4db3dcb4edce48078bbbd109cbb80899"}], "revision_number": 2, "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "name": "CreateSecurityGroupTests-922fc1e8-6dff-437a-b2d3-4ea27c2b14c2name"}} 2018-12-03 16:20:08,698 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-2f959dbe-a5f0-4f8b-bac9-47cb1c91a62e 2018-12-03 16:20:08,699 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 443bc7e1-1b5e-4514-ae6a-94e9d7664656 2018-12-03 16:20:08,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe2e5351f238fae39d8d07da004123685746447" 2018-12-03 16:20:08,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7c0c75bd-987b-49d4-bb60-b373c935278f Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "port_range_min": null, "revision_number": 0, "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "205787e5-8bb4-4fd4-b4f2-281156ab9c26"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "port_range_min": null, "revision_number": 0, "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "5d247f9d-5c28-4476-ba7d-41da2791fb25"}]} 2018-12-03 16:20:08,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 used request id req-7c0c75bd-987b-49d4-bb60-b373c935278f 2018-12-03 16:20:08,875 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 443bc7e1-1b5e-4514-ae6a-94e9d7664656 2018-12-03 16:20:08,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe2e5351f238fae39d8d07da004123685746447" 2018-12-03 16:20:09,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-59927614-2ec5-4b20-9fcf-ce791e4f92e2 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "port_range_min": null, "revision_number": 0, "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "205787e5-8bb4-4fd4-b4f2-281156ab9c26"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "port_range_min": null, "revision_number": 0, "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "5d247f9d-5c28-4476-ba7d-41da2791fb25"}]} 2018-12-03 16:20:09,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 used request id req-59927614-2ec5-4b20-9fcf-ce791e4f92e2 2018-12-03 16:20:09,058 - neutron_utils - INFO - Retrieving security group with ID - 443bc7e1-1b5e-4514-ae6a-94e9d7664656 2018-12-03 16:20:09,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe2e5351f238fae39d8d07da004123685746447" 2018-12-03 16:20:09,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c1780d3f-c96a-40bc-905e-754f6c15a7c4 Date: Mon, 03 Dec 2018 16:20:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "updated_at": "2018-12-03T16:20:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "revision_number": 0, "id": "205787e5-8bb4-4fd4-b4f2-281156ab9c26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "port_range_min": null, "ethertype": "IPv6", "project_id": "4db3dcb4edce48078bbbd109cbb80899"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "revision_number": 0, "id": "5d247f9d-5c28-4476-ba7d-41da2791fb25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "port_range_min": null, "ethertype": "IPv4", "project_id": "4db3dcb4edce48078bbbd109cbb80899"}], "revision_number": 2, "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "name": "CreateSecurityGroupTests-922fc1e8-6dff-437a-b2d3-4ea27c2b14c2name"}]} 2018-12-03 16:20:09,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 used request id req-c1780d3f-c96a-40bc-905e-754f6c15a7c4 2018-12-03 16:20:09,255 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 443bc7e1-1b5e-4514-ae6a-94e9d7664656 2018-12-03 16:20:09,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe2e5351f238fae39d8d07da004123685746447" 2018-12-03 16:20:09,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2d13638a-2571-4c65-aa1b-a9f3b5fa579a Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "port_range_min": null, "revision_number": 0, "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "205787e5-8bb4-4fd4-b4f2-281156ab9c26"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "port_range_min": null, "revision_number": 0, "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "5d247f9d-5c28-4476-ba7d-41da2791fb25"}]} 2018-12-03 16:20:09,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 used request id req-2d13638a-2571-4c65-aa1b-a9f3b5fa579a 2018-12-03 16:20:09,434 - neutron_utils - INFO - Retrieving security group with ID - 443bc7e1-1b5e-4514-ae6a-94e9d7664656 2018-12-03 16:20:09,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe2e5351f238fae39d8d07da004123685746447" 2018-12-03 16:20:09,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1b8c6046-328e-4895-8c6f-4b10c63008e1 Date: Mon, 03 Dec 2018 16:20:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "updated_at": "2018-12-03T16:20:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "revision_number": 0, "id": "205787e5-8bb4-4fd4-b4f2-281156ab9c26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "port_range_min": null, "ethertype": "IPv6", "project_id": "4db3dcb4edce48078bbbd109cbb80899"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "revision_number": 0, "id": "5d247f9d-5c28-4476-ba7d-41da2791fb25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "port_range_min": null, "ethertype": "IPv4", "project_id": "4db3dcb4edce48078bbbd109cbb80899"}], "revision_number": 2, "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "name": "CreateSecurityGroupTests-922fc1e8-6dff-437a-b2d3-4ea27c2b14c2name"}]} 2018-12-03 16:20:09,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 used request id req-1b8c6046-328e-4895-8c6f-4b10c63008e1 2018-12-03 16:20:09,656 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 443bc7e1-1b5e-4514-ae6a-94e9d7664656 2018-12-03 16:20:09,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe2e5351f238fae39d8d07da004123685746447" 2018-12-03 16:20:09,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-436f65c7-6e21-428d-a9eb-d11075748c3d Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "port_range_min": null, "revision_number": 0, "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "205787e5-8bb4-4fd4-b4f2-281156ab9c26"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "port_range_min": null, "revision_number": 0, "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "5d247f9d-5c28-4476-ba7d-41da2791fb25"}]} 2018-12-03 16:20:09,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 used request id req-436f65c7-6e21-428d-a9eb-d11075748c3d 2018-12-03 16:20:09,687 - neutron_utils - INFO - Retrieving security group with ID - 443bc7e1-1b5e-4514-ae6a-94e9d7664656 2018-12-03 16:20:09,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe2e5351f238fae39d8d07da004123685746447" 2018-12-03 16:20:09,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-07f5eb58-8f09-48b7-b508-23275168bf09 Date: Mon, 03 Dec 2018 16:20:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "updated_at": "2018-12-03T16:20:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "revision_number": 0, "id": "205787e5-8bb4-4fd4-b4f2-281156ab9c26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "port_range_min": null, "ethertype": "IPv6", "project_id": "4db3dcb4edce48078bbbd109cbb80899"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "revision_number": 0, "id": "5d247f9d-5c28-4476-ba7d-41da2791fb25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "port_range_min": null, "ethertype": "IPv4", "project_id": "4db3dcb4edce48078bbbd109cbb80899"}], "revision_number": 2, "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "name": "CreateSecurityGroupTests-922fc1e8-6dff-437a-b2d3-4ea27c2b14c2name"}]} 2018-12-03 16:20:09,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 used request id req-07f5eb58-8f09-48b7-b508-23275168bf09 2018-12-03 16:20:09,875 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 443bc7e1-1b5e-4514-ae6a-94e9d7664656 2018-12-03 16:20:09,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe2e5351f238fae39d8d07da004123685746447" 2018-12-03 16:20:09,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-17691eca-03ad-43ae-924a-8a560e54b744 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "port_range_min": null, "revision_number": 0, "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "205787e5-8bb4-4fd4-b4f2-281156ab9c26"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "security_group_id": "443bc7e1-1b5e-4514-ae6a-94e9d7664656", "port_range_min": null, "revision_number": 0, "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "5d247f9d-5c28-4476-ba7d-41da2791fb25"}]} 2018-12-03 16:20:09,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=443bc7e1-1b5e-4514-ae6a-94e9d7664656 used request id req-17691eca-03ad-43ae-924a-8a560e54b744 2018-12-03 16:20:09,905 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-922fc1e8-6dff-437a-b2d3-4ea27c2b14c2name 2018-12-03 16:20:09,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:10,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51d7179de6e14c7f884abfe0f07ad709", "name": "CreateSecurityGroupTests-3b315d74-6e92-4d7-proj-role"}], "expires_at": "2018-12-03T17:20:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4db3dcb4edce48078bbbd109cbb80899", "name": "CreateSecurityGroupTests-3b315d74-6e92-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4db3dcb4edce48078bbbd109cbb80899", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4db3dcb4edce48078bbbd109cbb80899", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4db3dcb4edce48078bbbd109cbb80899", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4db3dcb4edce48078bbbd109cbb80899", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4db3dcb4edce48078bbbd109cbb80899", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4db3dcb4edce48078bbbd109cbb80899", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4db3dcb4edce48078bbbd109cbb80899", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4db3dcb4edce48078bbbd109cbb80899", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4db3dcb4edce48078bbbd109cbb80899", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4db3dcb4edce48078bbbd109cbb80899", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4db3dcb4edce48078bbbd109cbb80899", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4db3dcb4edce48078bbbd109cbb80899", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-3b315d74-6e92-4d7-user", "id": "7ca2bf5c62094218afbd9dd48e6fdbe9"}, "audit_ids": ["udN5EujuTkuWpep0xTkfDQ"], "issued_at": "2018-12-03T16:20:10.000000Z"}} 2018-12-03 16:20:10,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/443bc7e1-1b5e-4514-ae6a-94e9d7664656 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db384763122396a912159907d53bd378059cb7d5" 2018-12-03 16:20:10,576 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf6059da-2c1b-4acd-913b-6efaecc9910a Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:10,576 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/443bc7e1-1b5e-4514-ae6a-94e9d7664656 used request id req-bf6059da-2c1b-4acd-913b-6efaecc9910a 2018-12-03 16:20:10,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-922fc1e8-6dff-437a-b2d3-4ea27c2b14c2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db384763122396a912159907d53bd378059cb7d5" 2018-12-03 16:20:10,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-aa52bdb3-8a0f-4d1f-b93c-7765c4250ac5 Date: Mon, 03 Dec 2018 16:20:10 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:20:10,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-922fc1e8-6dff-437a-b2d3-4ea27c2b14c2name&description=hello+group used request id req-aa52bdb3-8a0f-4d1f-b93c-7765c4250ac5 2018-12-03 16:20:10,768 - neutron_utils - INFO - Deleting security group rule with ID - 5d247f9d-5c28-4476-ba7d-41da2791fb25 2018-12-03 16:20:10,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/5d247f9d-5c28-4476-ba7d-41da2791fb25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe2e5351f238fae39d8d07da004123685746447" 2018-12-03 16:20:10,798 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-d13ea11c-f88c-4381-a032-3bfc33a63dbb Date: Mon, 03 Dec 2018 16:20:10 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 5d247f9d-5c28-4476-ba7d-41da2791fb25 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-03 16:20:10,799 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/5d247f9d-5c28-4476-ba7d-41da2791fb25 used request id req-d13ea11c-f88c-4381-a032-3bfc33a63dbb 2018-12-03 16:20:10,799 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 5d247f9d-5c28-4476-ba7d-41da2791fb25 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-03 16:20:10,799 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 5d247f9d-5c28-4476-ba7d-41da2791fb25 does not exist Neutron server returns request_ids: ['req-d13ea11c-f88c-4381-a032-3bfc33a63dbb'] 2018-12-03 16:20:10,799 - neutron_utils - INFO - Deleting security group rule with ID - 205787e5-8bb4-4fd4-b4f2-281156ab9c26 2018-12-03 16:20:10,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/205787e5-8bb4-4fd4-b4f2-281156ab9c26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe2e5351f238fae39d8d07da004123685746447" 2018-12-03 16:20:10,960 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-df569f6b-5097-4161-8650-0f0b77ca179d Date: Mon, 03 Dec 2018 16:20:10 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 205787e5-8bb4-4fd4-b4f2-281156ab9c26 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-03 16:20:10,960 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/205787e5-8bb4-4fd4-b4f2-281156ab9c26 used request id req-df569f6b-5097-4161-8650-0f0b77ca179d 2018-12-03 16:20:10,960 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 205787e5-8bb4-4fd4-b4f2-281156ab9c26 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-03 16:20:10,961 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 205787e5-8bb4-4fd4-b4f2-281156ab9c26 does not exist Neutron server returns request_ids: ['req-df569f6b-5097-4161-8650-0f0b77ca179d'] 2018-12-03 16:20:10,961 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-922fc1e8-6dff-437a-b2d3-4ea27c2b14c2name 2018-12-03 16:20:10,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/443bc7e1-1b5e-4514-ae6a-94e9d7664656 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe2e5351f238fae39d8d07da004123685746447" 2018-12-03 16:20:10,989 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-a4b40537-3d72-4dcc-9cce-af5a54cdce46 Date: Mon, 03 Dec 2018 16:20:10 GMT RESP BODY: {"NeutronError": {"message": "Security group 443bc7e1-1b5e-4514-ae6a-94e9d7664656 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-12-03 16:20:10,990 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/443bc7e1-1b5e-4514-ae6a-94e9d7664656 used request id req-a4b40537-3d72-4dcc-9cce-af5a54cdce46 2018-12-03 16:20:10,990 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 443bc7e1-1b5e-4514-ae6a-94e9d7664656 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-12-03 16:20:10,990 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 443bc7e1-1b5e-4514-ae6a-94e9d7664656 does not exist Neutron server returns request_ids: ['req-a4b40537-3d72-4dcc-9cce-af5a54cdce46'] 2018-12-03 16:20:10,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:11,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-29a685da-a364-4aef-8ff6-4fc5f3ac6b61 Date: Mon, 03 Dec 2018 16:20:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "updated_at": "2018-12-03T16:20:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "revision_number": 0, "id": "3fff1999-f06e-49be-931d-963ff706a7e0", "remote_group_id": "5dcb88e2-3000-4d28-ae95-308ca0ae8282", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:08Z", "security_group_id": "5dcb88e2-3000-4d28-ae95-308ca0ae8282", "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "port_range_min": null, "ethertype": "IPv6", "project_id": "4db3dcb4edce48078bbbd109cbb80899"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "revision_number": 0, "id": "74c3a5ae-62d6-458d-b041-2b1fd52057a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:08Z", "security_group_id": "5dcb88e2-3000-4d28-ae95-308ca0ae8282", "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "port_range_min": null, "ethertype": "IPv4", "project_id": "4db3dcb4edce48078bbbd109cbb80899"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "revision_number": 0, "id": "9dfa1ae6-09e3-4988-a9a0-fd663a2f2cf3", "remote_group_id": "5dcb88e2-3000-4d28-ae95-308ca0ae8282", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:08Z", "security_group_id": "5dcb88e2-3000-4d28-ae95-308ca0ae8282", "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "port_range_min": null, "ethertype": "IPv4", "project_id": "4db3dcb4edce48078bbbd109cbb80899"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "revision_number": 0, "id": "f366bc7a-86c6-4eaa-8322-81eeb6f13940", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:08Z", "security_group_id": "5dcb88e2-3000-4d28-ae95-308ca0ae8282", "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "port_range_min": null, "ethertype": "IPv6", "project_id": "4db3dcb4edce48078bbbd109cbb80899"}], "revision_number": 4, "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "5dcb88e2-3000-4d28-ae95-308ca0ae8282", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:20:11,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-29a685da-a364-4aef-8ff6-4fc5f3ac6b61 2018-12-03 16:20:11,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:11,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2550faaa-78ce-4a09-bbf6-f589d00165af Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:20:11,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-2550faaa-78ce-4a09-bbf6-f589d00165af 2018-12-03 16:20:11,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:11,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c6bdc0-6937-497c-8097-5084bcea63e9 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:20:11,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-18c6bdc0-6937-497c-8097-5084bcea63e9 2018-12-03 16:20:11,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4db3dcb4edce48078bbbd109cbb80899 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:11,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ab15daa-9c5d-425b-ac2c-0a4add80b895 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4db3dcb4edce48078bbbd109cbb80899"}, "enabled": true, "id": "4db3dcb4edce48078bbbd109cbb80899", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3b315d74-6e92-4d7-proj"}} 2018-12-03 16:20:11,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4db3dcb4edce48078bbbd109cbb80899 used request id req-4ab15daa-9c5d-425b-ac2c-0a4add80b895 2018-12-03 16:20:11,476 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5dcb88e2-3000-4d28-ae95-308ca0ae8282 2018-12-03 16:20:11,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5dcb88e2-3000-4d28-ae95-308ca0ae8282 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:11,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-bbf9e317-2820-4670-b6e8-a357ce43f6b4 Date: Mon, 03 Dec 2018 16:20:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5dcb88e2-3000-4d28-ae95-308ca0ae8282", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "security_group_id": "5dcb88e2-3000-4d28-ae95-308ca0ae8282", "port_range_min": null, "revision_number": 0, "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "3fff1999-f06e-49be-931d-963ff706a7e0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "security_group_id": "5dcb88e2-3000-4d28-ae95-308ca0ae8282", "port_range_min": null, "revision_number": 0, "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "74c3a5ae-62d6-458d-b041-2b1fd52057a6"}, {"remote_group_id": "5dcb88e2-3000-4d28-ae95-308ca0ae8282", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "security_group_id": "5dcb88e2-3000-4d28-ae95-308ca0ae8282", "port_range_min": null, "revision_number": 0, "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "9dfa1ae6-09e3-4988-a9a0-fd663a2f2cf3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:08Z", "security_group_id": "5dcb88e2-3000-4d28-ae95-308ca0ae8282", "port_range_min": null, "revision_number": 0, "tenant_id": "4db3dcb4edce48078bbbd109cbb80899", "created_at": "2018-12-03T16:20:08Z", "project_id": "4db3dcb4edce48078bbbd109cbb80899", "id": "f366bc7a-86c6-4eaa-8322-81eeb6f13940"}]} 2018-12-03 16:20:11,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5dcb88e2-3000-4d28-ae95-308ca0ae8282 used request id req-bbf9e317-2820-4670-b6e8-a357ce43f6b4 2018-12-03 16:20:11,749 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:20:11,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/5dcb88e2-3000-4d28-ae95-308ca0ae8282 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:12,027 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d50b96cc-7633-4993-b142-b50ed5e32307 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:12,027 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/5dcb88e2-3000-4d28-ae95-308ca0ae8282 used request id req-d50b96cc-7633-4993-b142-b50ed5e32307 2018-12-03 16:20:12,028 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-3b315d74-6e92-4d7-proj 2018-12-03 16:20:12,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/4db3dcb4edce48078bbbd109cbb80899 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:12,221 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-580db253-bbdc-4b2e-b284-45078ec8b1aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:12,222 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4db3dcb4edce48078bbbd109cbb80899 used request id req-580db253-bbdc-4b2e-b284-45078ec8b1aa 2018-12-03 16:20:12,222 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-3b315d74-6e92-4d7-proj-role 2018-12-03 16:20:12,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/51d7179de6e14c7f884abfe0f07ad709 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:12,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2850df11-c229-479e-9506-58be24f6e3e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:12,333 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/51d7179de6e14c7f884abfe0f07ad709 used request id req-2850df11-c229-479e-9506-58be24f6e3e6 2018-12-03 16:20:12,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb39985baa6e1d6a94d0b3e7384293e1c9196e4" 2018-12-03 16:20:12,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64ea8617-c143-48f1-9d01-119739c6c29f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:20:12,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-64ea8617-c143-48f1-9d01-119739c6c29f 2018-12-03 16:20:12,427 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-3b315d74-6e92-4d7-user 2018-12-03 16:20:12,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/7ca2bf5c62094218afbd9dd48e6fdbe9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541d4244930cc6c45715ad0b8ccce5e1e801b113" 2018-12-03 16:20:12,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-047442e5-5717-467f-8c8d-8dc5c564ec09 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:12,594 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/7ca2bf5c62094218afbd9dd48e6fdbe9 used request id req-047442e5-5717-467f-8c8d-8dc5c564ec09 2018-12-03 16:20:12,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:12,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["2RJNiSuWT7K3o7prHaXaeA"], "issued_at": "2018-12-03T16:20:12.000000Z"}} 2018-12-03 16:20:12,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94b98820f692ae58cd6a3f82893bda358f71cf3" 2018-12-03 16:20:13,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5449153e-145f-423c-aa8f-1c1c79de303b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:13,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5449153e-145f-423c-aa8f-1c1c79de303b 2018-12-03 16:20:13,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:13,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:13,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Cg4MHro-Sde9-hbVEBn5Mg"], "issued_at": "2018-12-03T16:20:13.000000Z"}} 2018-12-03 16:20:13,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:13,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40099065-ac9f-43a8-9d12-ef425a040673 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:13,525 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-40099065-ac9f-43a8-9d12-ef425a040673 2018-12-03 16:20:13,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:13,534 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:13,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-b5144590-f55b-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:13,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f763dad-7162-48f8-9151-9a9804312fe0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-b5144590-f55b-4c3-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:20:13,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-b5144590-f55b-4c3-proj used request id req-1f763dad-7162-48f8-9151-9a9804312fe0 2018-12-03 16:20:13,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:13,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7523419a-7287-4028-8639-0ec020630d0b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:20:13,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-7523419a-7287-4028-8639-0ec020630d0b 2018-12-03 16:20:13,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-proj"}}' 2018-12-03 16:20:13,829 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:20:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ebafbbe-d68d-4807-be83-ee3bb4c77d35 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5"}, "enabled": true, "id": "b49603aa26754489a0ad6b80515be9b5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-proj"}} 2018-12-03 16:20:13,829 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-4ebafbbe-d68d-4807-be83-ee3bb4c77d35 2018-12-03 16:20:13,829 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-b5144590-f55b-4c3-proj 2018-12-03 16:20:13,830 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:13,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:14,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["yZ9QjnCsSimgvC40g-zx9A"], "issued_at": "2018-12-03T16:20:14.000000Z"}} 2018-12-03 16:20:14,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2499cd8bacd93e5aa38f6f718bb98232e1e22397" 2018-12-03 16:20:14,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfa9b8b1-3f04-40af-89f2-10115851a97a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:14,290 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cfa9b8b1-3f04-40af-89f2-10115851a97a 2018-12-03 16:20:14,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:14,300 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:14,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2499cd8bacd93e5aa38f6f718bb98232e1e22397" 2018-12-03 16:20:14,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b39aa4e8-030c-4a4e-88fa-c17397babd6e Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:20:14,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b39aa4e8-030c-4a4e-88fa-c17397babd6e 2018-12-03 16:20:14,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-b5144590-f55b-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2499cd8bacd93e5aa38f6f718bb98232e1e22397" 2018-12-03 16:20:14,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20d00f8c-f8ca-470c-97ca-6ff963f92bec Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-b5144590-f55b-4c3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5"}, "enabled": true, "id": "b49603aa26754489a0ad6b80515be9b5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-proj"}]} 2018-12-03 16:20:14,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-b5144590-f55b-4c3-proj used request id req-20d00f8c-f8ca-470c-97ca-6ff963f92bec 2018-12-03 16:20:14,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2499cd8bacd93e5aa38f6f718bb98232e1e22397" 2018-12-03 16:20:14,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d47601a1-d482-44be-99f9-8f19ae8f6a3d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:20:14,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d47601a1-d482-44be-99f9-8f19ae8f6a3d 2018-12-03 16:20:14,871 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-b5144590-f55b-4c3-user 2018-12-03 16:20:14,871 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:14,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:14,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38b7f13e-1482-4e53-949d-7608a5bccbc6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:20:14,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-38b7f13e-1482-4e53-949d-7608a5bccbc6 2018-12-03 16:20:14,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" -d '{"role": {"name": "CreateSecurityGroupTests-b5144590-f55b-4c3-proj-role"}}' 2018-12-03 16:20:15,081 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:20:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c01d761-33ed-4ece-a582-bf897642c4bb Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6a8380ade59c45b8a0b9db4d94dad2b2", "links": {"self": "http://172.30.9.30:5000/v3/roles/6a8380ade59c45b8a0b9db4d94dad2b2"}, "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-proj-role"}} 2018-12-03 16:20:15,081 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-0c01d761-33ed-4ece-a582-bf897642c4bb 2018-12-03 16:20:15,081 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-b5144590-f55b-4c3-proj-role 2018-12-03 16:20:15,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/6a8380ade59c45b8a0b9db4d94dad2b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:15,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d76fff7-e8ab-41d3-b33b-a7509e90583c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/6a8380ade59c45b8a0b9db4d94dad2b2"}, "domain_id": null, "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-proj-role", "id": "6a8380ade59c45b8a0b9db4d94dad2b2"}} 2018-12-03 16:20:15,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/6a8380ade59c45b8a0b9db4d94dad2b2 used request id req-9d76fff7-e8ab-41d3-b33b-a7509e90583c 2018-12-03 16:20:15,174 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-b5144590-f55b-4c3-proj-role to project CreateSecurityGroupTests-b5144590-f55b-4c3-proj 2018-12-03 16:20:15,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5/users/fd99d683816f4f06bdc498884c8e301b/roles/6a8380ade59c45b8a0b9db4d94dad2b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:15,298 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4036ff45-3d46-4a5e-b622-fc305ff550a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:15,298 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5/users/fd99d683816f4f06bdc498884c8e301b/roles/6a8380ade59c45b8a0b9db4d94dad2b2 used request id req-4036ff45-3d46-4a5e-b622-fc305ff550a3 2018-12-03 16:20:15,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:15,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:15,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["IMnaXRq-SJS-70mFqzlipA"], "issued_at": "2018-12-03T16:20:15.000000Z"}} 2018-12-03 16:20:15,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" 2018-12-03 16:20:15,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bb2a5e1-9c36-4d09-8da3-2d2dba30d7de Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:15,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3bb2a5e1-9c36-4d09-8da3-2d2dba30d7de 2018-12-03 16:20:15,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" 2018-12-03 16:20:15,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-adbc704b-3dee-4905-ac92-8d5d811b45bf Date: Mon, 03 Dec 2018 16:20:15 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:20:15,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name&description=hello+group used request id req-adbc704b-3dee-4905-ac92-8d5d811b45bf 2018-12-03 16:20:15,887 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name... 2018-12-03 16:20:15,887 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name 2018-12-03 16:20:15,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:15,895 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:15,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-b5144590-f55b-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" 2018-12-03 16:20:15,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-438982ca-8309-401f-a00b-41210b007801 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-b5144590-f55b-4c3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5"}, "enabled": true, "id": "b49603aa26754489a0ad6b80515be9b5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-proj"}]} 2018-12-03 16:20:15,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-b5144590-f55b-4c3-proj used request id req-438982ca-8309-401f-a00b-41210b007801 2018-12-03 16:20:15,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" -d '{"security_group": {"tenant_id": "b49603aa26754489a0ad6b80515be9b5", "name": "CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name", "description": "hello group"}}' 2018-12-03 16:20:16,453 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-dd2bd9a2-2ead-4177-98f3-adc34e97b897 Date: Mon, 03 Dec 2018 16:20:16 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "updated_at": "2018-12-03T16:20:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "0774fe29-5840-459d-baeb-b88295a6df12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b49603aa26754489a0ad6b80515be9b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "2869ecf4-d694-4032-868e-828d06e3cbfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b49603aa26754489a0ad6b80515be9b5"}], "revision_number": 2, "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "name": "CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name"}} 2018-12-03 16:20:16,453 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-dd2bd9a2-2ead-4177-98f3-adc34e97b897 2018-12-03 16:20:16,453 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 861865ce-1982-4932-9cfb-d3fd532bd1d0 2018-12-03 16:20:16,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" 2018-12-03 16:20:16,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-69b846c5-c33c-4980-9f56-08b9b80ae6d1 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "0774fe29-5840-459d-baeb-b88295a6df12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "2869ecf4-d694-4032-868e-828d06e3cbfc"}]} 2018-12-03 16:20:16,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-69b846c5-c33c-4980-9f56-08b9b80ae6d1 2018-12-03 16:20:16,625 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 861865ce-1982-4932-9cfb-d3fd532bd1d0 2018-12-03 16:20:16,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" 2018-12-03 16:20:16,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f131e2ce-1c06-4550-b96f-352d5b7ce381 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "0774fe29-5840-459d-baeb-b88295a6df12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "2869ecf4-d694-4032-868e-828d06e3cbfc"}]} 2018-12-03 16:20:16,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-f131e2ce-1c06-4550-b96f-352d5b7ce381 2018-12-03 16:20:16,813 - neutron_utils - INFO - Retrieving security group with ID - 861865ce-1982-4932-9cfb-d3fd532bd1d0 2018-12-03 16:20:16,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" 2018-12-03 16:20:17,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-78606197-e67d-4792-9e51-50cb293c06c5 Date: Mon, 03 Dec 2018 16:20:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "updated_at": "2018-12-03T16:20:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "0774fe29-5840-459d-baeb-b88295a6df12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b49603aa26754489a0ad6b80515be9b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "2869ecf4-d694-4032-868e-828d06e3cbfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b49603aa26754489a0ad6b80515be9b5"}], "revision_number": 2, "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "name": "CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name"}]} 2018-12-03 16:20:17,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-78606197-e67d-4792-9e51-50cb293c06c5 2018-12-03 16:20:17,022 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 861865ce-1982-4932-9cfb-d3fd532bd1d0 2018-12-03 16:20:17,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" 2018-12-03 16:20:17,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2420b31b-5612-4664-b27c-4be0e0bdae41 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "0774fe29-5840-459d-baeb-b88295a6df12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "2869ecf4-d694-4032-868e-828d06e3cbfc"}]} 2018-12-03 16:20:17,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-2420b31b-5612-4664-b27c-4be0e0bdae41 2018-12-03 16:20:17,194 - neutron_utils - INFO - Retrieving security group with ID - 861865ce-1982-4932-9cfb-d3fd532bd1d0 2018-12-03 16:20:17,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" 2018-12-03 16:20:17,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-48395592-dd70-41a8-a574-c3b634301b76 Date: Mon, 03 Dec 2018 16:20:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "updated_at": "2018-12-03T16:20:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "0774fe29-5840-459d-baeb-b88295a6df12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b49603aa26754489a0ad6b80515be9b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "2869ecf4-d694-4032-868e-828d06e3cbfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b49603aa26754489a0ad6b80515be9b5"}], "revision_number": 2, "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "name": "CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name"}]} 2018-12-03 16:20:17,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-48395592-dd70-41a8-a574-c3b634301b76 2018-12-03 16:20:17,403 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 861865ce-1982-4932-9cfb-d3fd532bd1d0 2018-12-03 16:20:17,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" 2018-12-03 16:20:17,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-adaa4a7e-37ab-40ca-bbc4-a39071481075 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "0774fe29-5840-459d-baeb-b88295a6df12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "2869ecf4-d694-4032-868e-828d06e3cbfc"}]} 2018-12-03 16:20:17,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-adaa4a7e-37ab-40ca-bbc4-a39071481075 2018-12-03 16:20:17,589 - neutron_utils - INFO - Retrieving security group with ID - 861865ce-1982-4932-9cfb-d3fd532bd1d0 2018-12-03 16:20:17,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" 2018-12-03 16:20:17,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-96dd471e-8dc0-425f-a621-e243a97ed697 Date: Mon, 03 Dec 2018 16:20:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "updated_at": "2018-12-03T16:20:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "0774fe29-5840-459d-baeb-b88295a6df12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b49603aa26754489a0ad6b80515be9b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "2869ecf4-d694-4032-868e-828d06e3cbfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b49603aa26754489a0ad6b80515be9b5"}], "revision_number": 2, "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "name": "CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name"}]} 2018-12-03 16:20:17,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-96dd471e-8dc0-425f-a621-e243a97ed697 2018-12-03 16:20:17,782 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 861865ce-1982-4932-9cfb-d3fd532bd1d0 2018-12-03 16:20:17,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" 2018-12-03 16:20:17,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c33c2988-def2-4d12-84c5-fa317909b96a Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "0774fe29-5840-459d-baeb-b88295a6df12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "2869ecf4-d694-4032-868e-828d06e3cbfc"}]} 2018-12-03 16:20:17,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-c33c2988-def2-4d12-84c5-fa317909b96a 2018-12-03 16:20:17,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:18,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6a8380ade59c45b8a0b9db4d94dad2b2", "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-proj-role"}], "expires_at": "2018-12-03T17:20:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b49603aa26754489a0ad6b80515be9b5", "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b49603aa26754489a0ad6b80515be9b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/b49603aa26754489a0ad6b80515be9b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/b49603aa26754489a0ad6b80515be9b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/b49603aa26754489a0ad6b80515be9b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/b49603aa26754489a0ad6b80515be9b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/b49603aa26754489a0ad6b80515be9b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/b49603aa26754489a0ad6b80515be9b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/b49603aa26754489a0ad6b80515be9b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/b49603aa26754489a0ad6b80515be9b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/b49603aa26754489a0ad6b80515be9b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/b49603aa26754489a0ad6b80515be9b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/b49603aa26754489a0ad6b80515be9b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-user", "id": "fd99d683816f4f06bdc498884c8e301b"}, "audit_ids": ["4Xp7lB_3TCqvB7daYj69FQ"], "issued_at": "2018-12-03T16:20:18.000000Z"}} 2018-12-03 16:20:18,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7feb4a10d3b28b6918d899dc0a5714dcc43885" 2018-12-03 16:20:18,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-4bf83732-4123-4856-8259-c10ff9359b1a Date: Mon, 03 Dec 2018 16:20:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "updated_at": "2018-12-03T16:20:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "0774fe29-5840-459d-baeb-b88295a6df12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b49603aa26754489a0ad6b80515be9b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "2869ecf4-d694-4032-868e-828d06e3cbfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b49603aa26754489a0ad6b80515be9b5"}], "revision_number": 2, "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "name": "CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name"}]} 2018-12-03 16:20:18,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name&description=hello+group used request id req-4bf83732-4123-4856-8259-c10ff9359b1a 2018-12-03 16:20:18,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:18,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:18,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94b98820f692ae58cd6a3f82893bda358f71cf3" 2018-12-03 16:20:18,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63ce3523-4982-405d-a7bb-16e2be2966d0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5"}, "enabled": true, "id": "b49603aa26754489a0ad6b80515be9b5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-proj"}} 2018-12-03 16:20:18,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5 used request id req-63ce3523-4982-405d-a7bb-16e2be2966d0 2018-12-03 16:20:18,652 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 861865ce-1982-4932-9cfb-d3fd532bd1d0 2018-12-03 16:20:18,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7feb4a10d3b28b6918d899dc0a5714dcc43885" 2018-12-03 16:20:18,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0b86baa0-40c2-40fd-8545-c99f5871c4c8 Date: Mon, 03 Dec 2018 16:20:18 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-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "0774fe29-5840-459d-baeb-b88295a6df12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "2869ecf4-d694-4032-868e-828d06e3cbfc"}]} 2018-12-03 16:20:18,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-0b86baa0-40c2-40fd-8545-c99f5871c4c8 2018-12-03 16:20:18,820 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 861865ce-1982-4932-9cfb-d3fd532bd1d0 2018-12-03 16:20:18,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7feb4a10d3b28b6918d899dc0a5714dcc43885" 2018-12-03 16:20:18,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8978a744-f767-4671-a2ae-37fb994e00e1 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "0774fe29-5840-459d-baeb-b88295a6df12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "2869ecf4-d694-4032-868e-828d06e3cbfc"}]} 2018-12-03 16:20:18,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-8978a744-f767-4671-a2ae-37fb994e00e1 2018-12-03 16:20:19,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:19,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:19,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6a8380ade59c45b8a0b9db4d94dad2b2", "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-proj-role"}], "expires_at": "2018-12-03T17:20:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b49603aa26754489a0ad6b80515be9b5", "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b49603aa26754489a0ad6b80515be9b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/b49603aa26754489a0ad6b80515be9b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/b49603aa26754489a0ad6b80515be9b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/b49603aa26754489a0ad6b80515be9b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/b49603aa26754489a0ad6b80515be9b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/b49603aa26754489a0ad6b80515be9b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/b49603aa26754489a0ad6b80515be9b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/b49603aa26754489a0ad6b80515be9b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/b49603aa26754489a0ad6b80515be9b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/b49603aa26754489a0ad6b80515be9b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/b49603aa26754489a0ad6b80515be9b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/b49603aa26754489a0ad6b80515be9b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-user", "id": "fd99d683816f4f06bdc498884c8e301b"}, "audit_ids": ["FKmbrAdhSEWieeS0QXFYRA"], "issued_at": "2018-12-03T16:20:19.000000Z"}} 2018-12-03 16:20:19,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22fc25beb8659239e3f03aaff42a1c2f97b587f9" 2018-12-03 16:20:19,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-156495ee-8b82-4348-b2c8-54e2aeddff42 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:19,449 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-156495ee-8b82-4348-b2c8-54e2aeddff42 2018-12-03 16:20:19,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22fc25beb8659239e3f03aaff42a1c2f97b587f9" 2018-12-03 16:20:19,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-6f3349b9-d279-470c-b218-c521674148f3 Date: Mon, 03 Dec 2018 16:20:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "updated_at": "2018-12-03T16:20:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "0774fe29-5840-459d-baeb-b88295a6df12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b49603aa26754489a0ad6b80515be9b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "2869ecf4-d694-4032-868e-828d06e3cbfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b49603aa26754489a0ad6b80515be9b5"}], "revision_number": 2, "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "name": "CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name"}]} 2018-12-03 16:20:19,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name used request id req-6f3349b9-d279-470c-b218-c521674148f3 2018-12-03 16:20:19,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:19,646 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:19,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22fc25beb8659239e3f03aaff42a1c2f97b587f9" 2018-12-03 16:20:19,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-434e01b8-ab71-4e19-a68f-37782d7ecb9c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5"}, "enabled": true, "id": "b49603aa26754489a0ad6b80515be9b5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-proj"}} 2018-12-03 16:20:19,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5 used request id req-434e01b8-ab71-4e19-a68f-37782d7ecb9c 2018-12-03 16:20:19,725 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 861865ce-1982-4932-9cfb-d3fd532bd1d0 2018-12-03 16:20:19,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22fc25beb8659239e3f03aaff42a1c2f97b587f9" 2018-12-03 16:20:19,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1a8c7cc8-82d7-4491-b737-e21f2964c355 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "0774fe29-5840-459d-baeb-b88295a6df12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "2869ecf4-d694-4032-868e-828d06e3cbfc"}]} 2018-12-03 16:20:19,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-1a8c7cc8-82d7-4491-b737-e21f2964c355 2018-12-03 16:20:19,994 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 861865ce-1982-4932-9cfb-d3fd532bd1d0 2018-12-03 16:20:20,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22fc25beb8659239e3f03aaff42a1c2f97b587f9" 2018-12-03 16:20:20,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-50ee3c0b-2447-4d69-bf15-f60014089355 Date: Mon, 03 Dec 2018 16:20:20 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-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "0774fe29-5840-459d-baeb-b88295a6df12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "2869ecf4-d694-4032-868e-828d06e3cbfc"}]} 2018-12-03 16:20:20,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-50ee3c0b-2447-4d69-bf15-f60014089355 2018-12-03 16:20:20,176 - neutron_utils - INFO - Retrieving security group with ID - 861865ce-1982-4932-9cfb-d3fd532bd1d0 2018-12-03 16:20:20,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22fc25beb8659239e3f03aaff42a1c2f97b587f9" 2018-12-03 16:20:20,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-35071d89-fd67-49f5-9898-7e1a5dd995d6 Date: Mon, 03 Dec 2018 16:20:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "updated_at": "2018-12-03T16:20:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "0774fe29-5840-459d-baeb-b88295a6df12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b49603aa26754489a0ad6b80515be9b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "2869ecf4-d694-4032-868e-828d06e3cbfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b49603aa26754489a0ad6b80515be9b5"}], "revision_number": 2, "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "name": "CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name"}]} 2018-12-03 16:20:20,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-35071d89-fd67-49f5-9898-7e1a5dd995d6 2018-12-03 16:20:20,447 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 861865ce-1982-4932-9cfb-d3fd532bd1d0 2018-12-03 16:20:20,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22fc25beb8659239e3f03aaff42a1c2f97b587f9" 2018-12-03 16:20:20,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-02203e37-da5a-4230-a636-744b302a9975 Date: Mon, 03 Dec 2018 16:20:20 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-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "0774fe29-5840-459d-baeb-b88295a6df12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "security_group_id": "861865ce-1982-4932-9cfb-d3fd532bd1d0", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "2869ecf4-d694-4032-868e-828d06e3cbfc"}]} 2018-12-03 16:20:20,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-02203e37-da5a-4230-a636-744b302a9975 2018-12-03 16:20:20,624 - neutron_utils - INFO - Deleting security group rule with ID - 2869ecf4-d694-4032-868e-828d06e3cbfc 2018-12-03 16:20:20,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/2869ecf4-d694-4032-868e-828d06e3cbfc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" 2018-12-03 16:20:20,726 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fcbbcb4a-108c-40a6-b74d-d11182a9e248 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:20,726 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/2869ecf4-d694-4032-868e-828d06e3cbfc used request id req-fcbbcb4a-108c-40a6-b74d-d11182a9e248 2018-12-03 16:20:20,727 - neutron_utils - INFO - Deleting security group rule with ID - 0774fe29-5840-459d-baeb-b88295a6df12 2018-12-03 16:20:20,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/0774fe29-5840-459d-baeb-b88295a6df12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" 2018-12-03 16:20:21,061 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c9c9df9-3031-4ddb-a04b-f2067013a9fd Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:21,061 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/0774fe29-5840-459d-baeb-b88295a6df12 used request id req-8c9c9df9-3031-4ddb-a04b-f2067013a9fd 2018-12-03 16:20:21,061 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-1a75b6dd-b28a-4dbe-8407-a83bef097009name 2018-12-03 16:20:21,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/861865ce-1982-4932-9cfb-d3fd532bd1d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed157535f0e0f8dddad4f2a5a32005cd5920e16" 2018-12-03 16:20:21,391 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6b22d61a-0907-40ff-89ba-edcb9413c956 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:21,392 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/861865ce-1982-4932-9cfb-d3fd532bd1d0 used request id req-6b22d61a-0907-40ff-89ba-edcb9413c956 2018-12-03 16:20:21,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:21,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-26247c5a-5362-4956-a8ff-89c37a05e179 Date: Mon, 03 Dec 2018 16:20:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "updated_at": "2018-12-03T16:20:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "81abb775-62b6-42de-9418-db7f585b3548", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b49603aa26754489a0ad6b80515be9b5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "b7fe51a7-0e60-4854-8a24-369ef64a019d", "remote_group_id": "c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b49603aa26754489a0ad6b80515be9b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "bac8c1a2-e866-4a89-864f-e22d9530119e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b49603aa26754489a0ad6b80515be9b5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "revision_number": 0, "id": "c7c6a087-dd2f-4b8a-a05d-45a444cf0da2", "remote_group_id": "c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:16Z", "security_group_id": "c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74", "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b49603aa26754489a0ad6b80515be9b5"}], "revision_number": 4, "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:20:21,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-26247c5a-5362-4956-a8ff-89c37a05e179 2018-12-03 16:20:21,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:21,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80508fb-2ec4-49de-841e-8aaa0ba06f5b Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:20:21,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-b80508fb-2ec4-49de-841e-8aaa0ba06f5b 2018-12-03 16:20:21,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:21,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d70194ce-dbed-4a71-add6-de853d792e7a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:20:21,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-d70194ce-dbed-4a71-add6-de853d792e7a 2018-12-03 16:20:21,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:21,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8530b53a-9f92-4218-89ec-d6830d88df26 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5"}, "enabled": true, "id": "b49603aa26754489a0ad6b80515be9b5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b5144590-f55b-4c3-proj"}} 2018-12-03 16:20:21,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5 used request id req-8530b53a-9f92-4218-89ec-d6830d88df26 2018-12-03 16:20:21,891 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74 2018-12-03 16:20:21,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:22,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f8462f63-73c4-4edd-8461-e221b51bc32f Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:16Z", "security_group_id": "c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "81abb775-62b6-42de-9418-db7f585b3548"}, {"remote_group_id": "c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "security_group_id": "c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "b7fe51a7-0e60-4854-8a24-369ef64a019d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "security_group_id": "c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "bac8c1a2-e866-4a89-864f-e22d9530119e"}, {"remote_group_id": "c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:16Z", "security_group_id": "c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74", "port_range_min": null, "revision_number": 0, "tenant_id": "b49603aa26754489a0ad6b80515be9b5", "created_at": "2018-12-03T16:20:16Z", "project_id": "b49603aa26754489a0ad6b80515be9b5", "id": "c7c6a087-dd2f-4b8a-a05d-45a444cf0da2"}]} 2018-12-03 16:20:22,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74 used request id req-f8462f63-73c4-4edd-8461-e221b51bc32f 2018-12-03 16:20:22,077 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:20:22,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:22,471 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-190fec3d-93cb-4392-92da-554546eb1524 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:22,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/c7c4be4c-e2b9-4fdc-8aea-26d9a53f3f74 used request id req-190fec3d-93cb-4392-92da-554546eb1524 2018-12-03 16:20:22,472 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-b5144590-f55b-4c3-proj 2018-12-03 16:20:22,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:22,658 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eefc5ca2-2ef9-4a89-8961-788680d48e90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:22,658 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/b49603aa26754489a0ad6b80515be9b5 used request id req-eefc5ca2-2ef9-4a89-8961-788680d48e90 2018-12-03 16:20:22,658 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-b5144590-f55b-4c3-proj-role 2018-12-03 16:20:22,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/6a8380ade59c45b8a0b9db4d94dad2b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:22,781 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05824b95-c594-4a08-ba05-c3e3eb2df8f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:22,781 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/6a8380ade59c45b8a0b9db4d94dad2b2 used request id req-05824b95-c594-4a08-ba05-c3e3eb2df8f8 2018-12-03 16:20:22,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8ccba4da4239c3d2f0f92df195d6d4d291a750" 2018-12-03 16:20:22,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91bb9d00-4384-46a4-b780-d8409eebc286 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:20:22,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-91bb9d00-4384-46a4-b780-d8409eebc286 2018-12-03 16:20:22,871 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-b5144590-f55b-4c3-user 2018-12-03 16:20:22,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/fd99d683816f4f06bdc498884c8e301b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2499cd8bacd93e5aa38f6f718bb98232e1e22397" 2018-12-03 16:20:23,030 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddc6a8d5-5c19-4d56-8a9a-91a892ae00cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:23,031 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/fd99d683816f4f06bdc498884c8e301b used request id req-ddc6a8d5-5c19-4d56-8a9a-91a892ae00cb 2018-12-03 16:20:23,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:23,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["fugnjsYqSFGVZ52-ugNZIg"], "issued_at": "2018-12-03T16:20:23.000000Z"}} 2018-12-03 16:20:23,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4fd1779510970ca755e79725feb487c45acc87" 2018-12-03 16:20:23,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd5b6f0a-2b89-4609-8ef1-898c9a8f8184 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:23,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fd5b6f0a-2b89-4609-8ef1-898c9a8f8184 2018-12-03 16:20:23,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:23,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:23,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Wr6p9VtASKGmvJJydYZslg"], "issued_at": "2018-12-03T16:20:23.000000Z"}} 2018-12-03 16:20:23,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:23,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d854d098-0279-4fe8-927a-aac14f827b4c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:23,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d854d098-0279-4fe8-927a-aac14f827b4c 2018-12-03 16:20:23,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:23,994 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:23,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-8f8f0516-020a-4ac-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:24,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8da626ad-20dd-4155-900e-ed8c84bd915e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-8f8f0516-020a-4ac-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:20:24,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-8f8f0516-020a-4ac-proj used request id req-8da626ad-20dd-4155-900e-ed8c84bd915e 2018-12-03 16:20:24,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:24,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ffd833a-e976-441b-a70d-48f787f9cf11 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:20:24,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-8ffd833a-e976-441b-a70d-48f787f9cf11 2018-12-03 16:20:24,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-8f8f0516-020a-4ac-proj"}}' 2018-12-03 16:20:24,309 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:20:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3ce67be-ee76-4f1f-8f06-7b24293cc58d Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b8b4a9133114a81a29fd717a063c84a"}, "enabled": true, "id": "7b8b4a9133114a81a29fd717a063c84a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-8f8f0516-020a-4ac-proj"}} 2018-12-03 16:20:24,309 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-a3ce67be-ee76-4f1f-8f06-7b24293cc58d 2018-12-03 16:20:24,309 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-8f8f0516-020a-4ac-proj 2018-12-03 16:20:24,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:24,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:24,681 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["5n9AI5NFQwutvqdZxhO-jg"], "issued_at": "2018-12-03T16:20:24.000000Z"}} 2018-12-03 16:20:24,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc87dc602227ef514cb52582a97bcb64a90a1605" 2018-12-03 16:20:24,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39b9898c-a6c5-4214-b59c-26ef3839691d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:24,695 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-39b9898c-a6c5-4214-b59c-26ef3839691d 2018-12-03 16:20:24,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:24,705 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:24,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc87dc602227ef514cb52582a97bcb64a90a1605" 2018-12-03 16:20:24,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b61bf212-d0c2-49cf-ad20-5478b257203e Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:20:24,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b61bf212-d0c2-49cf-ad20-5478b257203e 2018-12-03 16:20:24,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-8f8f0516-020a-4ac-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc87dc602227ef514cb52582a97bcb64a90a1605" 2018-12-03 16:20:24,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1656238f-ff1c-4c3e-9d32-19dcfbf7da1b Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-8f8f0516-020a-4ac-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b8b4a9133114a81a29fd717a063c84a"}, "enabled": true, "id": "7b8b4a9133114a81a29fd717a063c84a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-8f8f0516-020a-4ac-proj"}]} 2018-12-03 16:20:24,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-8f8f0516-020a-4ac-proj used request id req-1656238f-ff1c-4c3e-9d32-19dcfbf7da1b 2018-12-03 16:20:24,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc87dc602227ef514cb52582a97bcb64a90a1605" 2018-12-03 16:20:25,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef814d01-46c2-401c-87fa-f1548d3e381c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:20:25,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-ef814d01-46c2-401c-87fa-f1548d3e381c 2018-12-03 16:20:25,363 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-8f8f0516-020a-4ac-user 2018-12-03 16:20:25,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:25,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:25,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b16fbe7c-fb19-469a-bd5b-7869714a386b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:20:25,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b16fbe7c-fb19-469a-bd5b-7869714a386b 2018-12-03 16:20:25,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" -d '{"role": {"name": "CreateSecurityGroupTests-8f8f0516-020a-4ac-proj-role"}}' 2018-12-03 16:20:25,566 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:20:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cab891f6-b3f9-4056-9835-c95cfe428f5c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "85511897b1f14ad6898f049e9219f600", "links": {"self": "http://172.30.9.30:5000/v3/roles/85511897b1f14ad6898f049e9219f600"}, "name": "CreateSecurityGroupTests-8f8f0516-020a-4ac-proj-role"}} 2018-12-03 16:20:25,566 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-cab891f6-b3f9-4056-9835-c95cfe428f5c 2018-12-03 16:20:25,566 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-8f8f0516-020a-4ac-proj-role 2018-12-03 16:20:25,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/85511897b1f14ad6898f049e9219f600 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:25,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d4cc56e-6f3e-4581-bd11-ff01b18486bb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/85511897b1f14ad6898f049e9219f600"}, "domain_id": null, "name": "CreateSecurityGroupTests-8f8f0516-020a-4ac-proj-role", "id": "85511897b1f14ad6898f049e9219f600"}} 2018-12-03 16:20:25,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/85511897b1f14ad6898f049e9219f600 used request id req-8d4cc56e-6f3e-4581-bd11-ff01b18486bb 2018-12-03 16:20:25,650 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-8f8f0516-020a-4ac-proj-role to project CreateSecurityGroupTests-8f8f0516-020a-4ac-proj 2018-12-03 16:20:25,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/7b8b4a9133114a81a29fd717a063c84a/users/b70b7658235b440382562d1da01b5484/roles/85511897b1f14ad6898f049e9219f600 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:25,784 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f012bf29-f30d-4df5-bc21-e8f07425f184 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:25,784 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/7b8b4a9133114a81a29fd717a063c84a/users/b70b7658235b440382562d1da01b5484/roles/85511897b1f14ad6898f049e9219f600 used request id req-f012bf29-f30d-4df5-bc21-e8f07425f184 2018-12-03 16:20:25,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:25,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:26,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["FGZQ3HLcSw69G_pvll9vpQ"], "issued_at": "2018-12-03T16:20:26.000000Z"}} 2018-12-03 16:20:26,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" 2018-12-03 16:20:26,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c55a08d5-6e2c-45d2-9cf8-c5a54818110f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:26,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c55a08d5-6e2c-45d2-9cf8-c5a54818110f 2018-12-03 16:20:26,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-aa8d2172-c073-488e-85b1-1cefadd75644name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" 2018-12-03 16:20:26,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0831ec17-8f64-44de-b41a-32e8a73bc1fa Date: Mon, 03 Dec 2018 16:20:26 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:20:26,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-aa8d2172-c073-488e-85b1-1cefadd75644name&description=hello+group used request id req-0831ec17-8f64-44de-b41a-32e8a73bc1fa 2018-12-03 16:20:26,450 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-aa8d2172-c073-488e-85b1-1cefadd75644name... 2018-12-03 16:20:26,451 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-aa8d2172-c073-488e-85b1-1cefadd75644name 2018-12-03 16:20:26,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:26,459 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:26,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-8f8f0516-020a-4ac-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" 2018-12-03 16:20:26,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1418d820-9854-4630-bd61-f732264d53be Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-8f8f0516-020a-4ac-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b8b4a9133114a81a29fd717a063c84a"}, "enabled": true, "id": "7b8b4a9133114a81a29fd717a063c84a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-8f8f0516-020a-4ac-proj"}]} 2018-12-03 16:20:26,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-8f8f0516-020a-4ac-proj used request id req-1418d820-9854-4630-bd61-f732264d53be 2018-12-03 16:20:26,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" -d '{"security_group": {"tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "name": "CreateSecurityGroupTests-aa8d2172-c073-488e-85b1-1cefadd75644name", "description": "hello group"}}' 2018-12-03 16:20:27,124 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-476b0b2b-4769-4848-b3f9-d710ecf4da80 Date: Mon, 03 Dec 2018 16:20:27 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "updated_at": "2018-12-03T16:20:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "revision_number": 0, "id": "47472159-b8d6-42ea-add5-8259c04cac14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b8b4a9133114a81a29fd717a063c84a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "revision_number": 0, "id": "f9e9a6a4-1e64-4f9c-8dc2-01065295a35c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b8b4a9133114a81a29fd717a063c84a"}], "revision_number": 2, "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "17eaa1d5-069d-470b-808d-92710931d302", "name": "CreateSecurityGroupTests-aa8d2172-c073-488e-85b1-1cefadd75644name"}} 2018-12-03 16:20:27,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-476b0b2b-4769-4848-b3f9-d710ecf4da80 2018-12-03 16:20:27,125 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17eaa1d5-069d-470b-808d-92710931d302 2018-12-03 16:20:27,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=17eaa1d5-069d-470b-808d-92710931d302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" 2018-12-03 16:20:27,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c95acc1b-4f58-46cf-97c4-e19f200f4d5b Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "47472159-b8d6-42ea-add5-8259c04cac14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "f9e9a6a4-1e64-4f9c-8dc2-01065295a35c"}]} 2018-12-03 16:20:27,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=17eaa1d5-069d-470b-808d-92710931d302 used request id req-c95acc1b-4f58-46cf-97c4-e19f200f4d5b 2018-12-03 16:20:27,377 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17eaa1d5-069d-470b-808d-92710931d302 2018-12-03 16:20:27,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=17eaa1d5-069d-470b-808d-92710931d302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" 2018-12-03 16:20:27,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-219b13e6-5fca-40b8-bb1b-9ac3a8dd8ff8 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "47472159-b8d6-42ea-add5-8259c04cac14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "f9e9a6a4-1e64-4f9c-8dc2-01065295a35c"}]} 2018-12-03 16:20:27,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=17eaa1d5-069d-470b-808d-92710931d302 used request id req-219b13e6-5fca-40b8-bb1b-9ac3a8dd8ff8 2018-12-03 16:20:27,579 - neutron_utils - INFO - Retrieving security group with ID - 17eaa1d5-069d-470b-808d-92710931d302 2018-12-03 16:20:27,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=17eaa1d5-069d-470b-808d-92710931d302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" 2018-12-03 16:20:27,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-502d3743-e7a5-4725-8e7c-d16bcd63e84c Date: Mon, 03 Dec 2018 16:20:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "updated_at": "2018-12-03T16:20:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "revision_number": 0, "id": "47472159-b8d6-42ea-add5-8259c04cac14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b8b4a9133114a81a29fd717a063c84a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "revision_number": 0, "id": "f9e9a6a4-1e64-4f9c-8dc2-01065295a35c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b8b4a9133114a81a29fd717a063c84a"}], "revision_number": 2, "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "17eaa1d5-069d-470b-808d-92710931d302", "name": "CreateSecurityGroupTests-aa8d2172-c073-488e-85b1-1cefadd75644name"}]} 2018-12-03 16:20:27,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=17eaa1d5-069d-470b-808d-92710931d302 used request id req-502d3743-e7a5-4725-8e7c-d16bcd63e84c 2018-12-03 16:20:27,783 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17eaa1d5-069d-470b-808d-92710931d302 2018-12-03 16:20:27,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=17eaa1d5-069d-470b-808d-92710931d302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" 2018-12-03 16:20:27,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dd959fbb-6d42-4c78-9efc-a31c5eaf5764 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "47472159-b8d6-42ea-add5-8259c04cac14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "f9e9a6a4-1e64-4f9c-8dc2-01065295a35c"}]} 2018-12-03 16:20:27,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=17eaa1d5-069d-470b-808d-92710931d302 used request id req-dd959fbb-6d42-4c78-9efc-a31c5eaf5764 2018-12-03 16:20:27,954 - neutron_utils - INFO - Retrieving security group with ID - 17eaa1d5-069d-470b-808d-92710931d302 2018-12-03 16:20:27,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=17eaa1d5-069d-470b-808d-92710931d302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" 2018-12-03 16:20:28,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a3b197c4-ca27-411d-bf0b-dad34132524d Date: Mon, 03 Dec 2018 16:20:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "updated_at": "2018-12-03T16:20:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "revision_number": 0, "id": "47472159-b8d6-42ea-add5-8259c04cac14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b8b4a9133114a81a29fd717a063c84a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "revision_number": 0, "id": "f9e9a6a4-1e64-4f9c-8dc2-01065295a35c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b8b4a9133114a81a29fd717a063c84a"}], "revision_number": 2, "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "17eaa1d5-069d-470b-808d-92710931d302", "name": "CreateSecurityGroupTests-aa8d2172-c073-488e-85b1-1cefadd75644name"}]} 2018-12-03 16:20:28,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=17eaa1d5-069d-470b-808d-92710931d302 used request id req-a3b197c4-ca27-411d-bf0b-dad34132524d 2018-12-03 16:20:28,001 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17eaa1d5-069d-470b-808d-92710931d302 2018-12-03 16:20:28,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=17eaa1d5-069d-470b-808d-92710931d302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" 2018-12-03 16:20:28,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-02587772-5963-4a5b-bac6-0ea57c62c860 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "47472159-b8d6-42ea-add5-8259c04cac14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "f9e9a6a4-1e64-4f9c-8dc2-01065295a35c"}]} 2018-12-03 16:20:28,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=17eaa1d5-069d-470b-808d-92710931d302 used request id req-02587772-5963-4a5b-bac6-0ea57c62c860 2018-12-03 16:20:28,190 - neutron_utils - INFO - Retrieving security group with ID - 17eaa1d5-069d-470b-808d-92710931d302 2018-12-03 16:20:28,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=17eaa1d5-069d-470b-808d-92710931d302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" 2018-12-03 16:20:28,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e7527df1-8a28-460f-ab2f-c4da239de399 Date: Mon, 03 Dec 2018 16:20:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "updated_at": "2018-12-03T16:20:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "revision_number": 0, "id": "47472159-b8d6-42ea-add5-8259c04cac14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b8b4a9133114a81a29fd717a063c84a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "revision_number": 0, "id": "f9e9a6a4-1e64-4f9c-8dc2-01065295a35c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b8b4a9133114a81a29fd717a063c84a"}], "revision_number": 2, "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "17eaa1d5-069d-470b-808d-92710931d302", "name": "CreateSecurityGroupTests-aa8d2172-c073-488e-85b1-1cefadd75644name"}]} 2018-12-03 16:20:28,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=17eaa1d5-069d-470b-808d-92710931d302 used request id req-e7527df1-8a28-460f-ab2f-c4da239de399 2018-12-03 16:20:28,244 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17eaa1d5-069d-470b-808d-92710931d302 2018-12-03 16:20:28,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=17eaa1d5-069d-470b-808d-92710931d302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" 2018-12-03 16:20:28,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2888a30b-69ce-4dc8-8283-78066850c218 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "47472159-b8d6-42ea-add5-8259c04cac14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "f9e9a6a4-1e64-4f9c-8dc2-01065295a35c"}]} 2018-12-03 16:20:28,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=17eaa1d5-069d-470b-808d-92710931d302 used request id req-2888a30b-69ce-4dc8-8283-78066850c218 2018-12-03 16:20:28,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:28,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "85511897b1f14ad6898f049e9219f600", "name": "CreateSecurityGroupTests-8f8f0516-020a-4ac-proj-role"}], "expires_at": "2018-12-03T17:20:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b8b4a9133114a81a29fd717a063c84a", "name": "CreateSecurityGroupTests-8f8f0516-020a-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/7b8b4a9133114a81a29fd717a063c84a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/7b8b4a9133114a81a29fd717a063c84a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/7b8b4a9133114a81a29fd717a063c84a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/7b8b4a9133114a81a29fd717a063c84a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/7b8b4a9133114a81a29fd717a063c84a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/7b8b4a9133114a81a29fd717a063c84a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7b8b4a9133114a81a29fd717a063c84a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/7b8b4a9133114a81a29fd717a063c84a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/7b8b4a9133114a81a29fd717a063c84a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/7b8b4a9133114a81a29fd717a063c84a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/7b8b4a9133114a81a29fd717a063c84a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/7b8b4a9133114a81a29fd717a063c84a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-8f8f0516-020a-4ac-user", "id": "b70b7658235b440382562d1da01b5484"}, "audit_ids": ["CZ727GP9S1SmD923-1CQKQ"], "issued_at": "2018-12-03T16:20:28.000000Z"}} 2018-12-03 16:20:28,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-aa8d2172-c073-488e-85b1-1cefadd75644name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4348f7bc9bddf977ba2097716c4bddcf80bea8a9" 2018-12-03 16:20:29,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-6be11c1d-e0bb-4f9a-aeef-0c8bfebd3965 Date: Mon, 03 Dec 2018 16:20:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "updated_at": "2018-12-03T16:20:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "revision_number": 0, "id": "47472159-b8d6-42ea-add5-8259c04cac14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b8b4a9133114a81a29fd717a063c84a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "revision_number": 0, "id": "f9e9a6a4-1e64-4f9c-8dc2-01065295a35c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b8b4a9133114a81a29fd717a063c84a"}], "revision_number": 2, "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "17eaa1d5-069d-470b-808d-92710931d302", "name": "CreateSecurityGroupTests-aa8d2172-c073-488e-85b1-1cefadd75644name"}]} 2018-12-03 16:20:29,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-aa8d2172-c073-488e-85b1-1cefadd75644name&description=hello+group used request id req-6be11c1d-e0bb-4f9a-aeef-0c8bfebd3965 2018-12-03 16:20:29,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:29,167 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:29,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/7b8b4a9133114a81a29fd717a063c84a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4fd1779510970ca755e79725feb487c45acc87" 2018-12-03 16:20:29,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cd9c512-52d6-42b2-852f-cefea1453d6d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b8b4a9133114a81a29fd717a063c84a"}, "enabled": true, "id": "7b8b4a9133114a81a29fd717a063c84a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-8f8f0516-020a-4ac-proj"}} 2018-12-03 16:20:29,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/7b8b4a9133114a81a29fd717a063c84a used request id req-7cd9c512-52d6-42b2-852f-cefea1453d6d 2018-12-03 16:20:29,262 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17eaa1d5-069d-470b-808d-92710931d302 2018-12-03 16:20:29,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=17eaa1d5-069d-470b-808d-92710931d302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4348f7bc9bddf977ba2097716c4bddcf80bea8a9" 2018-12-03 16:20:29,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3eda0bc0-6d28-4e83-9c97-9da3c8132632 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "47472159-b8d6-42ea-add5-8259c04cac14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "f9e9a6a4-1e64-4f9c-8dc2-01065295a35c"}]} 2018-12-03 16:20:29,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=17eaa1d5-069d-470b-808d-92710931d302 used request id req-3eda0bc0-6d28-4e83-9c97-9da3c8132632 2018-12-03 16:20:29,443 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17eaa1d5-069d-470b-808d-92710931d302 2018-12-03 16:20:29,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=17eaa1d5-069d-470b-808d-92710931d302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4348f7bc9bddf977ba2097716c4bddcf80bea8a9" 2018-12-03 16:20:29,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0b7081a2-488c-4e1f-b068-291b9e211473 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "47472159-b8d6-42ea-add5-8259c04cac14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:27Z", "security_group_id": "17eaa1d5-069d-470b-808d-92710931d302", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:27Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "f9e9a6a4-1e64-4f9c-8dc2-01065295a35c"}]} 2018-12-03 16:20:29,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=17eaa1d5-069d-470b-808d-92710931d302 used request id req-0b7081a2-488c-4e1f-b068-291b9e211473 2018-12-03 16:20:29,608 - neutron_utils - INFO - Deleting security group rule with ID - 47472159-b8d6-42ea-add5-8259c04cac14 2018-12-03 16:20:29,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/47472159-b8d6-42ea-add5-8259c04cac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" 2018-12-03 16:20:29,852 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61b84642-436e-49ff-bc01-2c7ac370e84d Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:29,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/47472159-b8d6-42ea-add5-8259c04cac14 used request id req-61b84642-436e-49ff-bc01-2c7ac370e84d 2018-12-03 16:20:29,853 - neutron_utils - INFO - Deleting security group rule with ID - f9e9a6a4-1e64-4f9c-8dc2-01065295a35c 2018-12-03 16:20:29,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/f9e9a6a4-1e64-4f9c-8dc2-01065295a35c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" 2018-12-03 16:20:29,947 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4f01075-b8c2-481c-bfde-7d7468d3a924 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:29,948 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/f9e9a6a4-1e64-4f9c-8dc2-01065295a35c used request id req-b4f01075-b8c2-481c-bfde-7d7468d3a924 2018-12-03 16:20:29,948 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-aa8d2172-c073-488e-85b1-1cefadd75644name 2018-12-03 16:20:29,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/17eaa1d5-069d-470b-808d-92710931d302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a42b4e56895d22f999ee2713b19e1e1a798a60a7" 2018-12-03 16:20:30,074 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9e65738f-7b8c-406a-b832-5c78e4645aec Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:30,074 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/17eaa1d5-069d-470b-808d-92710931d302 used request id req-9e65738f-7b8c-406a-b832-5c78e4645aec 2018-12-03 16:20:30,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:30,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f2e30214-becc-4395-9f88-d861cf2b4173 Date: Mon, 03 Dec 2018 16:20:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:26Z", "updated_at": "2018-12-03T16:20:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:26Z", "revision_number": 0, "id": "2e3e8fc5-90e7-4267-aa3d-41262efcc0e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:26Z", "security_group_id": "31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd", "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b8b4a9133114a81a29fd717a063c84a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:26Z", "revision_number": 0, "id": "cf19c8ee-37a3-4ab8-8461-a7b24a9595f8", "remote_group_id": "31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:26Z", "security_group_id": "31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd", "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b8b4a9133114a81a29fd717a063c84a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:26Z", "revision_number": 0, "id": "d4a3e56a-2d28-4579-a119-0551ecf688d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:26Z", "security_group_id": "31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd", "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b8b4a9133114a81a29fd717a063c84a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:26Z", "revision_number": 0, "id": "eec3eeb9-74d2-4a80-b664-da0e5c82ab98", "remote_group_id": "31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:26Z", "security_group_id": "31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd", "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b8b4a9133114a81a29fd717a063c84a"}], "revision_number": 4, "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:20:30,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-f2e30214-becc-4395-9f88-d861cf2b4173 2018-12-03 16:20:30,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:30,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af2c94a8-d167-477c-95cb-751ab546f3a1 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:20:30,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-af2c94a8-d167-477c-95cb-751ab546f3a1 2018-12-03 16:20:30,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:30,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b5bb8cf-015a-4dc0-8de2-6f30eace8d20 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:20:30,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-4b5bb8cf-015a-4dc0-8de2-6f30eace8d20 2018-12-03 16:20:30,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/7b8b4a9133114a81a29fd717a063c84a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:30,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c177e3c-68f3-4ed5-a706-31579081e500 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b8b4a9133114a81a29fd717a063c84a"}, "enabled": true, "id": "7b8b4a9133114a81a29fd717a063c84a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-8f8f0516-020a-4ac-proj"}} 2018-12-03 16:20:30,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/7b8b4a9133114a81a29fd717a063c84a used request id req-7c177e3c-68f3-4ed5-a706-31579081e500 2018-12-03 16:20:30,660 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd 2018-12-03 16:20:30,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:30,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-bc8457d5-8493-41dd-ab1a-20bc6be944ae Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:26Z", "security_group_id": "31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:26Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "2e3e8fc5-90e7-4267-aa3d-41262efcc0e5"}, {"remote_group_id": "31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:26Z", "security_group_id": "31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:26Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "cf19c8ee-37a3-4ab8-8461-a7b24a9595f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:26Z", "security_group_id": "31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:26Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "d4a3e56a-2d28-4579-a119-0551ecf688d8"}, {"remote_group_id": "31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:26Z", "security_group_id": "31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd", "port_range_min": null, "revision_number": 0, "tenant_id": "7b8b4a9133114a81a29fd717a063c84a", "created_at": "2018-12-03T16:20:26Z", "project_id": "7b8b4a9133114a81a29fd717a063c84a", "id": "eec3eeb9-74d2-4a80-b664-da0e5c82ab98"}]} 2018-12-03 16:20:30,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd used request id req-bc8457d5-8493-41dd-ab1a-20bc6be944ae 2018-12-03 16:20:30,830 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:20:30,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:31,117 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-03fae7e8-f698-473c-99e2-c91db4714616 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:31,117 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/31e0f6d1-a5d1-4094-98dd-5c325a6fe3dd used request id req-03fae7e8-f698-473c-99e2-c91db4714616 2018-12-03 16:20:31,118 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-8f8f0516-020a-4ac-proj 2018-12-03 16:20:31,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/7b8b4a9133114a81a29fd717a063c84a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:31,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4168d92-2eaf-4c2b-92ca-4f3962f9d9ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:31,329 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/7b8b4a9133114a81a29fd717a063c84a used request id req-b4168d92-2eaf-4c2b-92ca-4f3962f9d9ab 2018-12-03 16:20:31,329 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-8f8f0516-020a-4ac-proj-role 2018-12-03 16:20:31,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/85511897b1f14ad6898f049e9219f600 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:31,446 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d75aab9-36dd-42b9-9dcd-35d810e83b86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:31,446 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/85511897b1f14ad6898f049e9219f600 used request id req-1d75aab9-36dd-42b9-9dcd-35d810e83b86 2018-12-03 16:20:31,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}626e72426bf688fd7d66a113cefd54a692290c4e" 2018-12-03 16:20:31,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88d05475-338e-49f2-83d5-31dd19f6a2ff Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:20:31,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-88d05475-338e-49f2-83d5-31dd19f6a2ff 2018-12-03 16:20:31,550 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-8f8f0516-020a-4ac-user 2018-12-03 16:20:31,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/b70b7658235b440382562d1da01b5484 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc87dc602227ef514cb52582a97bcb64a90a1605" 2018-12-03 16:20:31,726 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f33bc377-afa3-4e56-983d-21d208717a2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:31,726 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b70b7658235b440382562d1da01b5484 used request id req-f33bc377-afa3-4e56-983d-21d208717a2f 2018-12-03 16:20:31,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:32,115 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["AvjOommaTS2p9j2LGEaQsA"], "issued_at": "2018-12-03T16:20:32.000000Z"}} 2018-12-03 16:20:32,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43b6b26af07f84cb4eb5f1879fa06b5e40955a02" 2018-12-03 16:20:32,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a39186-1f38-4414-824d-acd0af6cdd88 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:32,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c7a39186-1f38-4414-824d-acd0af6cdd88 2018-12-03 16:20:32,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:32,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:32,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["1dvX657SQxiDzg1KTsyvGQ"], "issued_at": "2018-12-03T16:20:32.000000Z"}} 2018-12-03 16:20:32,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:32,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e6eb519-f3aa-4a22-b0c9-c4139c30e0f6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:32,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8e6eb519-f3aa-4a22-b0c9-c4139c30e0f6 2018-12-03 16:20:32,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:32,883 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:32,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-629da23e-5898-4b7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:32,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52934a5f-26ad-4533-a00b-1cb90ec7950a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-629da23e-5898-4b7-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:20:32,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-629da23e-5898-4b7-proj used request id req-52934a5f-26ad-4533-a00b-1cb90ec7950a 2018-12-03 16:20:32,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:33,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d6e869e-df72-4f25-b1c8-1c7b60db83d3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:20:33,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-7d6e869e-df72-4f25-b1c8-1c7b60db83d3 2018-12-03 16:20:33,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-629da23e-5898-4b7-proj"}}' 2018-12-03 16:20:33,200 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:20:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9a83f17-602c-47f2-93e5-8f18015c5951 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60570b8328664d5ba1e27f5cf865907b"}, "enabled": true, "id": "60570b8328664d5ba1e27f5cf865907b", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-629da23e-5898-4b7-proj"}} 2018-12-03 16:20:33,200 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-c9a83f17-602c-47f2-93e5-8f18015c5951 2018-12-03 16:20:33,201 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-629da23e-5898-4b7-proj 2018-12-03 16:20:33,201 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:33,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:33,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["v8wDD09ASw2yfUxlocMR6Q"], "issued_at": "2018-12-03T16:20:33.000000Z"}} 2018-12-03 16:20:33,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adbb037bab15d2a2e72bcb2889b7c6707d035185" 2018-12-03 16:20:33,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61902416-ffa0-4302-a811-331975c7ab8a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:33,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-61902416-ffa0-4302-a811-331975c7ab8a 2018-12-03 16:20:33,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:33,667 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:33,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adbb037bab15d2a2e72bcb2889b7c6707d035185" 2018-12-03 16:20:33,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fb61de9-75ee-4108-af81-7d9009b7925a Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:20:33,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-2fb61de9-75ee-4108-af81-7d9009b7925a 2018-12-03 16:20:33,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-629da23e-5898-4b7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adbb037bab15d2a2e72bcb2889b7c6707d035185" 2018-12-03 16:20:33,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8600e041-f4ab-485d-a271-b7af5dcf29f8 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-629da23e-5898-4b7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60570b8328664d5ba1e27f5cf865907b"}, "enabled": true, "id": "60570b8328664d5ba1e27f5cf865907b", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-629da23e-5898-4b7-proj"}]} 2018-12-03 16:20:33,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-629da23e-5898-4b7-proj used request id req-8600e041-f4ab-485d-a271-b7af5dcf29f8 2018-12-03 16:20:33,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adbb037bab15d2a2e72bcb2889b7c6707d035185" 2018-12-03 16:20:33,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1305abc3-4eda-4516-9356-da48b5657545 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:20:33,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-1305abc3-4eda-4516-9356-da48b5657545 2018-12-03 16:20:34,320 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-629da23e-5898-4b7-user 2018-12-03 16:20:34,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:34,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:34,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d83a2d33-f7a9-41da-b858-2593c9a74163 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:20:34,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d83a2d33-f7a9-41da-b858-2593c9a74163 2018-12-03 16:20:34,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" -d '{"role": {"name": "CreateSecurityGroupTests-629da23e-5898-4b7-proj-role"}}' 2018-12-03 16:20:34,548 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:20:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f6de46d-0d43-4566-822b-fec8bc181ab6 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d887a84b0a97480ab48a65d0d111ef01", "links": {"self": "http://172.30.9.30:5000/v3/roles/d887a84b0a97480ab48a65d0d111ef01"}, "name": "CreateSecurityGroupTests-629da23e-5898-4b7-proj-role"}} 2018-12-03 16:20:34,548 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-9f6de46d-0d43-4566-822b-fec8bc181ab6 2018-12-03 16:20:34,548 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-629da23e-5898-4b7-proj-role 2018-12-03 16:20:34,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/d887a84b0a97480ab48a65d0d111ef01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:34,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff7c678b-1ba1-43aa-8dbd-21019a7442d0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/d887a84b0a97480ab48a65d0d111ef01"}, "domain_id": null, "name": "CreateSecurityGroupTests-629da23e-5898-4b7-proj-role", "id": "d887a84b0a97480ab48a65d0d111ef01"}} 2018-12-03 16:20:34,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/d887a84b0a97480ab48a65d0d111ef01 used request id req-ff7c678b-1ba1-43aa-8dbd-21019a7442d0 2018-12-03 16:20:34,632 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-629da23e-5898-4b7-proj-role to project CreateSecurityGroupTests-629da23e-5898-4b7-proj 2018-12-03 16:20:34,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/60570b8328664d5ba1e27f5cf865907b/users/702c0e5cd3ff45249129e618ed6feeee/roles/d887a84b0a97480ab48a65d0d111ef01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:34,777 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-704ecb6c-b7cc-4e13-adff-167878ee9b29 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:34,778 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/60570b8328664d5ba1e27f5cf865907b/users/702c0e5cd3ff45249129e618ed6feeee/roles/d887a84b0a97480ab48a65d0d111ef01 used request id req-704ecb6c-b7cc-4e13-adff-167878ee9b29 2018-12-03 16:20:34,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:34,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:35,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d887a84b0a97480ab48a65d0d111ef01", "name": "CreateSecurityGroupTests-629da23e-5898-4b7-proj-role"}], "expires_at": "2018-12-03T17:20:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60570b8328664d5ba1e27f5cf865907b", "name": "CreateSecurityGroupTests-629da23e-5898-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/60570b8328664d5ba1e27f5cf865907b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/60570b8328664d5ba1e27f5cf865907b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/60570b8328664d5ba1e27f5cf865907b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/60570b8328664d5ba1e27f5cf865907b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/60570b8328664d5ba1e27f5cf865907b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/60570b8328664d5ba1e27f5cf865907b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/60570b8328664d5ba1e27f5cf865907b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/60570b8328664d5ba1e27f5cf865907b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/60570b8328664d5ba1e27f5cf865907b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/60570b8328664d5ba1e27f5cf865907b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/60570b8328664d5ba1e27f5cf865907b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/60570b8328664d5ba1e27f5cf865907b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-629da23e-5898-4b7-user", "id": "702c0e5cd3ff45249129e618ed6feeee"}, "audit_ids": ["2MZBfl-STMeX_KDi1G8C7g"], "issued_at": "2018-12-03T16:20:35.000000Z"}} 2018-12-03 16:20:35,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:35,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07dff904-1d83-4c71-9d9d-467788d5d186 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:35,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-07dff904-1d83-4c71-9d9d-467788d5d186 2018-12-03 16:20:35,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:35,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-dac38f0d-c71a-4302-ae0f-c2bbf0f40cc2 Date: Mon, 03 Dec 2018 16:20:35 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:20:35,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name&description=hello+group used request id req-dac38f0d-c71a-4302-ae0f-c2bbf0f40cc2 2018-12-03 16:20:35,528 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name... 2018-12-03 16:20:35,529 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name 2018-12-03 16:20:35,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" -d '{"security_group": {"name": "CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name", "description": "hello group"}}' 2018-12-03 16:20:35,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-26d3cc2c-c678-4777-b77f-435fa38e7860 Date: Mon, 03 Dec 2018 16:20:35 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "updated_at": "2018-12-03T16:20:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "52e11311-2d33-4955-bb9e-e306d359cde3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv6", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "80043a08-cc42-4578-af64-e8e498b23cf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}], "revision_number": 2, "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "name": "CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name"}} 2018-12-03 16:20:35,866 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-26d3cc2c-c678-4777-b77f-435fa38e7860 2018-12-03 16:20:35,866 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0f096a8-c1c1-420e-8386-fc64ecb3492a 2018-12-03 16:20:35,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:36,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a40bafa1-208e-40d0-aafa-40e1ab0aeec2 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "52e11311-2d33-4955-bb9e-e306d359cde3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "80043a08-cc42-4578-af64-e8e498b23cf1"}]} 2018-12-03 16:20:36,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-a40bafa1-208e-40d0-aafa-40e1ab0aeec2 2018-12-03 16:20:36,044 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0f096a8-c1c1-420e-8386-fc64ecb3492a 2018-12-03 16:20:36,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:36,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6b733187-6b96-49db-9e20-13659583977e Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "52e11311-2d33-4955-bb9e-e306d359cde3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "80043a08-cc42-4578-af64-e8e498b23cf1"}]} 2018-12-03 16:20:36,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-6b733187-6b96-49db-9e20-13659583977e 2018-12-03 16:20:36,219 - neutron_utils - INFO - Retrieving security group with ID - d0f096a8-c1c1-420e-8386-fc64ecb3492a 2018-12-03 16:20:36,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:36,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1ab6be48-714b-46d3-9fc6-0f566091cd3b Date: Mon, 03 Dec 2018 16:20:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "updated_at": "2018-12-03T16:20:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "52e11311-2d33-4955-bb9e-e306d359cde3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv6", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "80043a08-cc42-4578-af64-e8e498b23cf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}], "revision_number": 2, "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "name": "CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name"}]} 2018-12-03 16:20:36,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-1ab6be48-714b-46d3-9fc6-0f566091cd3b 2018-12-03 16:20:36,301 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0f096a8-c1c1-420e-8386-fc64ecb3492a 2018-12-03 16:20:36,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:36,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e536d976-b7b0-4e2c-8ac6-d49746955f17 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "52e11311-2d33-4955-bb9e-e306d359cde3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "80043a08-cc42-4578-af64-e8e498b23cf1"}]} 2018-12-03 16:20:36,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-e536d976-b7b0-4e2c-8ac6-d49746955f17 2018-12-03 16:20:36,465 - neutron_utils - INFO - Retrieving security group with ID - d0f096a8-c1c1-420e-8386-fc64ecb3492a 2018-12-03 16:20:36,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:36,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-61ef63ed-d62d-4897-9496-2871a4b066bc Date: Mon, 03 Dec 2018 16:20:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "updated_at": "2018-12-03T16:20:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "52e11311-2d33-4955-bb9e-e306d359cde3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv6", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "80043a08-cc42-4578-af64-e8e498b23cf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}], "revision_number": 2, "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "name": "CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name"}]} 2018-12-03 16:20:36,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-61ef63ed-d62d-4897-9496-2871a4b066bc 2018-12-03 16:20:36,668 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0f096a8-c1c1-420e-8386-fc64ecb3492a 2018-12-03 16:20:36,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:36,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bcc5b2c7-e3f1-49b4-b891-ab33c48ffca7 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "52e11311-2d33-4955-bb9e-e306d359cde3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "80043a08-cc42-4578-af64-e8e498b23cf1"}]} 2018-12-03 16:20:36,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-bcc5b2c7-e3f1-49b4-b891-ab33c48ffca7 2018-12-03 16:20:36,856 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name 2018-12-03 16:20:36,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:37,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-0a90a0ca-4816-4086-bda8-aeceaa4f08dc Date: Mon, 03 Dec 2018 16:20:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "updated_at": "2018-12-03T16:20:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "52e11311-2d33-4955-bb9e-e306d359cde3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv6", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "80043a08-cc42-4578-af64-e8e498b23cf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}], "revision_number": 2, "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "name": "CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name"}]} 2018-12-03 16:20:37,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name used request id req-0a90a0ca-4816-4086-bda8-aeceaa4f08dc 2018-12-03 16:20:37,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:37,066 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:37,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60570b8328664d5ba1e27f5cf865907b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:37,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a72ae7ac-0488-4bd9-b2d6-0c5d4db6f31f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60570b8328664d5ba1e27f5cf865907b"}, "enabled": true, "id": "60570b8328664d5ba1e27f5cf865907b", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-629da23e-5898-4b7-proj"}} 2018-12-03 16:20:37,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60570b8328664d5ba1e27f5cf865907b used request id req-a72ae7ac-0488-4bd9-b2d6-0c5d4db6f31f 2018-12-03 16:20:37,150 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0f096a8-c1c1-420e-8386-fc64ecb3492a 2018-12-03 16:20:37,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:37,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-162c548f-2c2a-406d-ae3c-61bd93421f02 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "52e11311-2d33-4955-bb9e-e306d359cde3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "80043a08-cc42-4578-af64-e8e498b23cf1"}]} 2018-12-03 16:20:37,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-162c548f-2c2a-406d-ae3c-61bd93421f02 2018-12-03 16:20:37,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}147c1f79272f555f7e2f60e5d004382ef9ff4e12" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_1", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": 10}}' 2018-12-03 16:20:37,573 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-d3963576-4c0b-467e-a62f-7a2e274c84a2 Date: Mon, 03 Dec 2018 16:20:37 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-12-03T16:20:37Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": 10, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:37Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "b3aef4c7-6b32-449f-8b01-9ef0b0b6b007"}} 2018-12-03 16:20:37,573 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-d3963576-4c0b-467e-a62f-7a2e274c84a2 2018-12-03 16:20:37,573 - neutron_utils - INFO - Retrieving security group with ID - d0f096a8-c1c1-420e-8386-fc64ecb3492a 2018-12-03 16:20:37,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:37,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-dfffe2c6-b154-4026-9c66-acd7245500ab Date: Mon, 03 Dec 2018 16:20:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "updated_at": "2018-12-03T16:20:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "52e11311-2d33-4955-bb9e-e306d359cde3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv6", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "80043a08-cc42-4578-af64-e8e498b23cf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:37Z", "revision_number": 0, "id": "b3aef4c7-6b32-449f-8b01-9ef0b0b6b007", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:37Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": 10, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}], "revision_number": 3, "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "name": "CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name"}]} 2018-12-03 16:20:37,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-dfffe2c6-b154-4026-9c66-acd7245500ab 2018-12-03 16:20:37,635 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0f096a8-c1c1-420e-8386-fc64ecb3492a 2018-12-03 16:20:37,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:37,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-5e9ba143-47dc-4a97-a20f-c4343e1eb316 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "52e11311-2d33-4955-bb9e-e306d359cde3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "80043a08-cc42-4578-af64-e8e498b23cf1"}, {"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-12-03T16:20:37Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": 10, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:37Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "b3aef4c7-6b32-449f-8b01-9ef0b0b6b007"}]} 2018-12-03 16:20:37,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-5e9ba143-47dc-4a97-a20f-c4343e1eb316 2018-12-03 16:20:37,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:38,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d887a84b0a97480ab48a65d0d111ef01", "name": "CreateSecurityGroupTests-629da23e-5898-4b7-proj-role"}], "expires_at": "2018-12-03T17:20:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60570b8328664d5ba1e27f5cf865907b", "name": "CreateSecurityGroupTests-629da23e-5898-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/60570b8328664d5ba1e27f5cf865907b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/60570b8328664d5ba1e27f5cf865907b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/60570b8328664d5ba1e27f5cf865907b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/60570b8328664d5ba1e27f5cf865907b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/60570b8328664d5ba1e27f5cf865907b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/60570b8328664d5ba1e27f5cf865907b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/60570b8328664d5ba1e27f5cf865907b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/60570b8328664d5ba1e27f5cf865907b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/60570b8328664d5ba1e27f5cf865907b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/60570b8328664d5ba1e27f5cf865907b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/60570b8328664d5ba1e27f5cf865907b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/60570b8328664d5ba1e27f5cf865907b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-629da23e-5898-4b7-user", "id": "702c0e5cd3ff45249129e618ed6feeee"}, "audit_ids": ["GXt4WaUXQvG5amib7ksFUQ"], "issued_at": "2018-12-03T16:20:38.000000Z"}} 2018-12-03 16:20:38,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9b6429b0f808e6f261eb27a15575865cc5b60c" 2018-12-03 16:20:38,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-fc8d671a-e03a-4a7b-96cc-040a3beeed9b Date: Mon, 03 Dec 2018 16:20:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "updated_at": "2018-12-03T16:20:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "52e11311-2d33-4955-bb9e-e306d359cde3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv6", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "80043a08-cc42-4578-af64-e8e498b23cf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:37Z", "revision_number": 0, "id": "b3aef4c7-6b32-449f-8b01-9ef0b0b6b007", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:37Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": 10, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}], "revision_number": 3, "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "name": "CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name"}]} 2018-12-03 16:20:38,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name&description=hello+group used request id req-fc8d671a-e03a-4a7b-96cc-040a3beeed9b 2018-12-03 16:20:38,254 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0f096a8-c1c1-420e-8386-fc64ecb3492a 2018-12-03 16:20:38,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9b6429b0f808e6f261eb27a15575865cc5b60c" 2018-12-03 16:20:38,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-cb7ee506-c89a-45c0-84a2-75ef1720bee6 Date: Mon, 03 Dec 2018 16:20:38 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-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "52e11311-2d33-4955-bb9e-e306d359cde3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "80043a08-cc42-4578-af64-e8e498b23cf1"}, {"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-12-03T16:20:37Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": 10, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:37Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "b3aef4c7-6b32-449f-8b01-9ef0b0b6b007"}]} 2018-12-03 16:20:38,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-cb7ee506-c89a-45c0-84a2-75ef1720bee6 2018-12-03 16:20:38,447 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0f096a8-c1c1-420e-8386-fc64ecb3492a 2018-12-03 16:20:38,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9b6429b0f808e6f261eb27a15575865cc5b60c" 2018-12-03 16:20:38,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-84c84029-7903-4121-9c28-73c1a4db7057 Date: Mon, 03 Dec 2018 16:20:38 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-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "52e11311-2d33-4955-bb9e-e306d359cde3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "80043a08-cc42-4578-af64-e8e498b23cf1"}, {"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-12-03T16:20:37Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": 10, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:37Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "b3aef4c7-6b32-449f-8b01-9ef0b0b6b007"}]} 2018-12-03 16:20:38,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-84c84029-7903-4121-9c28-73c1a4db7057 2018-12-03 16:20:38,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9b6429b0f808e6f261eb27a15575865cc5b60c" 2018-12-03 16:20:38,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-db856848-5228-4882-961e-a24fbfa5dd88 Date: Mon, 03 Dec 2018 16:20:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "updated_at": "2018-12-03T16:20:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "52e11311-2d33-4955-bb9e-e306d359cde3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv6", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "80043a08-cc42-4578-af64-e8e498b23cf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:37Z", "revision_number": 0, "id": "b3aef4c7-6b32-449f-8b01-9ef0b0b6b007", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:37Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": 10, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}], "revision_number": 3, "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "name": "CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name"}]} 2018-12-03 16:20:38,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name used request id req-db856848-5228-4882-961e-a24fbfa5dd88 2018-12-03 16:20:38,814 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0f096a8-c1c1-420e-8386-fc64ecb3492a 2018-12-03 16:20:38,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9b6429b0f808e6f261eb27a15575865cc5b60c" 2018-12-03 16:20:38,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-bd82522f-82c4-4220-983a-51ead32da31e Date: Mon, 03 Dec 2018 16:20:38 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-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "52e11311-2d33-4955-bb9e-e306d359cde3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "80043a08-cc42-4578-af64-e8e498b23cf1"}, {"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-12-03T16:20:37Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": 10, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:37Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "b3aef4c7-6b32-449f-8b01-9ef0b0b6b007"}]} 2018-12-03 16:20:38,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-bd82522f-82c4-4220-983a-51ead32da31e 2018-12-03 16:20:38,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9b6429b0f808e6f261eb27a15575865cc5b60c" 2018-12-03 16:20:39,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-66838f08-07d1-4728-b86f-97d1218cf79f Date: Mon, 03 Dec 2018 16:20:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "updated_at": "2018-12-03T16:20:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "52e11311-2d33-4955-bb9e-e306d359cde3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv6", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "80043a08-cc42-4578-af64-e8e498b23cf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:37Z", "revision_number": 0, "id": "b3aef4c7-6b32-449f-8b01-9ef0b0b6b007", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:37Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": 10, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}], "revision_number": 3, "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "name": "CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name"}]} 2018-12-03 16:20:39,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name used request id req-66838f08-07d1-4728-b86f-97d1218cf79f 2018-12-03 16:20:39,193 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0f096a8-c1c1-420e-8386-fc64ecb3492a 2018-12-03 16:20:39,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9b6429b0f808e6f261eb27a15575865cc5b60c" 2018-12-03 16:20:39,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-996c37f9-ab12-4088-a0f3-e49b5aa22a82 Date: Mon, 03 Dec 2018 16:20:39 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-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "52e11311-2d33-4955-bb9e-e306d359cde3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "80043a08-cc42-4578-af64-e8e498b23cf1"}, {"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-12-03T16:20:37Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": 10, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:37Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "b3aef4c7-6b32-449f-8b01-9ef0b0b6b007"}]} 2018-12-03 16:20:39,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-996c37f9-ab12-4088-a0f3-e49b5aa22a82 2018-12-03 16:20:39,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9b6429b0f808e6f261eb27a15575865cc5b60c" 2018-12-03 16:20:39,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-b4f920cd-54d1-4b92-962f-c47a9eef2298 Date: Mon, 03 Dec 2018 16:20:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "updated_at": "2018-12-03T16:20:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "52e11311-2d33-4955-bb9e-e306d359cde3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv6", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "80043a08-cc42-4578-af64-e8e498b23cf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:37Z", "revision_number": 0, "id": "b3aef4c7-6b32-449f-8b01-9ef0b0b6b007", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:37Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": 10, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}], "revision_number": 3, "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "name": "CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name"}]} 2018-12-03 16:20:39,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name used request id req-b4f920cd-54d1-4b92-962f-c47a9eef2298 2018-12-03 16:20:39,573 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0f096a8-c1c1-420e-8386-fc64ecb3492a 2018-12-03 16:20:39,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9b6429b0f808e6f261eb27a15575865cc5b60c" 2018-12-03 16:20:39,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-f60cb521-89f3-4ccc-b3c5-0624bbd92561 Date: Mon, 03 Dec 2018 16:20:39 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-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "52e11311-2d33-4955-bb9e-e306d359cde3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "80043a08-cc42-4578-af64-e8e498b23cf1"}, {"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-12-03T16:20:37Z", "security_group_id": "d0f096a8-c1c1-420e-8386-fc64ecb3492a", "port_range_min": 10, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:37Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "b3aef4c7-6b32-449f-8b01-9ef0b0b6b007"}]} 2018-12-03 16:20:39,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-f60cb521-89f3-4ccc-b3c5-0624bbd92561 2018-12-03 16:20:39,605 - neutron_utils - INFO - Deleting security group rule with ID - 52e11311-2d33-4955-bb9e-e306d359cde3 2018-12-03 16:20:39,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/52e11311-2d33-4955-bb9e-e306d359cde3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:39,852 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2a1d5db7-255d-4715-920e-9e67d96224e0 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:39,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/52e11311-2d33-4955-bb9e-e306d359cde3 used request id req-2a1d5db7-255d-4715-920e-9e67d96224e0 2018-12-03 16:20:39,852 - neutron_utils - INFO - Deleting security group rule with ID - 80043a08-cc42-4578-af64-e8e498b23cf1 2018-12-03 16:20:39,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/80043a08-cc42-4578-af64-e8e498b23cf1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:40,081 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d4226237-b69e-4b6f-aa9c-4801c47bc814 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:40,081 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/80043a08-cc42-4578-af64-e8e498b23cf1 used request id req-d4226237-b69e-4b6f-aa9c-4801c47bc814 2018-12-03 16:20:40,081 - neutron_utils - INFO - Deleting security group rule with ID - b3aef4c7-6b32-449f-8b01-9ef0b0b6b007 2018-12-03 16:20:40,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/b3aef4c7-6b32-449f-8b01-9ef0b0b6b007 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:40,177 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-36ea57ab-81f8-4ec4-a86f-09166f6fbfea Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:40,178 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/b3aef4c7-6b32-449f-8b01-9ef0b0b6b007 used request id req-36ea57ab-81f8-4ec4-a86f-09166f6fbfea 2018-12-03 16:20:40,178 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-5b53073b-e51f-4aa0-be9a-edfb8a9f0e24name 2018-12-03 16:20:40,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/d0f096a8-c1c1-420e-8386-fc64ecb3492a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147c1f79272f555f7e2f60e5d004382ef9ff4e12" 2018-12-03 16:20:40,321 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-357b55b9-031f-4dcd-86d6-6e9ccd67016a Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:40,321 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/d0f096a8-c1c1-420e-8386-fc64ecb3492a used request id req-357b55b9-031f-4dcd-86d6-6e9ccd67016a 2018-12-03 16:20:40,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:40,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-93d05395-2177-4a47-8375-ba10420a6201 Date: Mon, 03 Dec 2018 16:20:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "updated_at": "2018-12-03T16:20:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "006c794f-ca43-406b-b3c0-43c715538b33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "66168856-1d76-4a1a-925d-c8588f143113", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "72cd09f3-32e9-4b23-a617-5e56288f18be", "remote_group_id": "66168856-1d76-4a1a-925d-c8588f143113", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "66168856-1d76-4a1a-925d-c8588f143113", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv4", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "8b725d06-b342-4d2e-903b-5ff73f756fef", "remote_group_id": "66168856-1d76-4a1a-925d-c8588f143113", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "66168856-1d76-4a1a-925d-c8588f143113", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv6", "project_id": "60570b8328664d5ba1e27f5cf865907b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "revision_number": 0, "id": "dd5a9a1c-46d5-4dbd-bfdc-2dc8acddb56d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:35Z", "security_group_id": "66168856-1d76-4a1a-925d-c8588f143113", "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "port_range_min": null, "ethertype": "IPv6", "project_id": "60570b8328664d5ba1e27f5cf865907b"}], "revision_number": 4, "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "66168856-1d76-4a1a-925d-c8588f143113", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:20:40,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-93d05395-2177-4a47-8375-ba10420a6201 2018-12-03 16:20:40,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:40,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfd80603-7f1b-4236-9b30-e389ba2aef3a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:20:40,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-dfd80603-7f1b-4236-9b30-e389ba2aef3a 2018-12-03 16:20:40,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:40,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-320c6abf-262f-4577-bee2-3a871dc1ad82 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:20:40,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-320c6abf-262f-4577-bee2-3a871dc1ad82 2018-12-03 16:20:40,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60570b8328664d5ba1e27f5cf865907b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:40,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d2d73f3-6b66-4154-859a-c5b974680e62 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60570b8328664d5ba1e27f5cf865907b"}, "enabled": true, "id": "60570b8328664d5ba1e27f5cf865907b", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-629da23e-5898-4b7-proj"}} 2018-12-03 16:20:40,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60570b8328664d5ba1e27f5cf865907b used request id req-8d2d73f3-6b66-4154-859a-c5b974680e62 2018-12-03 16:20:40,816 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66168856-1d76-4a1a-925d-c8588f143113 2018-12-03 16:20:40,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=66168856-1d76-4a1a-925d-c8588f143113 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:40,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-01b01d85-5330-4d2b-84e6-f48b61a6bb3c Date: Mon, 03 Dec 2018 16:20:41 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-12-03T16:20:35Z", "security_group_id": "66168856-1d76-4a1a-925d-c8588f143113", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "006c794f-ca43-406b-b3c0-43c715538b33"}, {"remote_group_id": "66168856-1d76-4a1a-925d-c8588f143113", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "security_group_id": "66168856-1d76-4a1a-925d-c8588f143113", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "72cd09f3-32e9-4b23-a617-5e56288f18be"}, {"remote_group_id": "66168856-1d76-4a1a-925d-c8588f143113", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "security_group_id": "66168856-1d76-4a1a-925d-c8588f143113", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "8b725d06-b342-4d2e-903b-5ff73f756fef"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:35Z", "security_group_id": "66168856-1d76-4a1a-925d-c8588f143113", "port_range_min": null, "revision_number": 0, "tenant_id": "60570b8328664d5ba1e27f5cf865907b", "created_at": "2018-12-03T16:20:35Z", "project_id": "60570b8328664d5ba1e27f5cf865907b", "id": "dd5a9a1c-46d5-4dbd-bfdc-2dc8acddb56d"}]} 2018-12-03 16:20:40,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=66168856-1d76-4a1a-925d-c8588f143113 used request id req-01b01d85-5330-4d2b-84e6-f48b61a6bb3c 2018-12-03 16:20:40,994 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:20:40,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/66168856-1d76-4a1a-925d-c8588f143113 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:41,273 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-99f7a426-46ef-453f-b284-9fd821570c01 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:41,273 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/66168856-1d76-4a1a-925d-c8588f143113 used request id req-99f7a426-46ef-453f-b284-9fd821570c01 2018-12-03 16:20:41,274 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-629da23e-5898-4b7-proj 2018-12-03 16:20:41,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/60570b8328664d5ba1e27f5cf865907b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:41,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-791820e3-c738-4ae1-bab5-50e1647f0241 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:41,557 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/60570b8328664d5ba1e27f5cf865907b used request id req-791820e3-c738-4ae1-bab5-50e1647f0241 2018-12-03 16:20:41,557 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-629da23e-5898-4b7-proj-role 2018-12-03 16:20:41,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/d887a84b0a97480ab48a65d0d111ef01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:41,673 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c69ade78-0cbf-4df9-81b4-cba23b517c67 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:41,674 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/d887a84b0a97480ab48a65d0d111ef01 used request id req-c69ade78-0cbf-4df9-81b4-cba23b517c67 2018-12-03 16:20:41,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c936258961bc4ae9659d3e0187e60562397056" 2018-12-03 16:20:41,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1d64595-8ce8-4a08-abf7-ddd5b0a57837 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:20:41,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f1d64595-8ce8-4a08-abf7-ddd5b0a57837 2018-12-03 16:20:41,761 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-629da23e-5898-4b7-user 2018-12-03 16:20:41,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/702c0e5cd3ff45249129e618ed6feeee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adbb037bab15d2a2e72bcb2889b7c6707d035185" 2018-12-03 16:20:41,937 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c040d5b0-f391-431d-82a2-67bd097f0510 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:41,937 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/702c0e5cd3ff45249129e618ed6feeee used request id req-c040d5b0-f391-431d-82a2-67bd097f0510 2018-12-03 16:20:41,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:42,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["BturDHv4QwKGDAib6k5EIw"], "issued_at": "2018-12-03T16:20:42.000000Z"}} 2018-12-03 16:20:42,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b017eaff9b0b79434709d8eb94cdb9689cf73b4" 2018-12-03 16:20:42,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e8707ce-2437-490d-931b-f442d382e8d6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:42,484 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6e8707ce-2437-490d-931b-f442d382e8d6 2018-12-03 16:20:42,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:42,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:42,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["chZSI_hTS7WDneis_gflzQ"], "issued_at": "2018-12-03T16:20:42.000000Z"}} 2018-12-03 16:20:42,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:42,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc14c192-fadf-48e1-b619-1035395d4bcb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:42,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bc14c192-fadf-48e1-b619-1035395d4bcb 2018-12-03 16:20:42,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:42,960 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:42,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:43,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afc97260-4a02-4e87-b7f1-edad59c539a1 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:20:43,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj used request id req-afc97260-4a02-4e87-b7f1-edad59c539a1 2018-12-03 16:20:43,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:43,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee88450d-5997-4104-8838-3c0528437269 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:20:43,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-ee88450d-5997-4104-8838-3c0528437269 2018-12-03 16:20:43,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj"}}' 2018-12-03 16:20:43,266 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:20:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2ec1404-32ae-4968-a994-00bc220a3ddd Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fc5b1c23de1a4a9681c1acb0f0f8659c"}, "enabled": true, "id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj"}} 2018-12-03 16:20:43,266 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-a2ec1404-32ae-4968-a994-00bc220a3ddd 2018-12-03 16:20:43,267 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj 2018-12-03 16:20:43,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:43,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:43,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["55I2KUKBSnepp2XYLtT2AA"], "issued_at": "2018-12-03T16:20:43.000000Z"}} 2018-12-03 16:20:43,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de41bf75182f6409b2ad066f3ef357546c56196" 2018-12-03 16:20:43,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77d122e8-e0c5-4297-a751-7011037a5b69 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:43,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-77d122e8-e0c5-4297-a751-7011037a5b69 2018-12-03 16:20:43,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:43,751 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:43,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de41bf75182f6409b2ad066f3ef357546c56196" 2018-12-03 16:20:43,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b75cca75-afc2-4c7a-a00c-66936e1d6360 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:20:43,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b75cca75-afc2-4c7a-a00c-66936e1d6360 2018-12-03 16:20:43,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de41bf75182f6409b2ad066f3ef357546c56196" 2018-12-03 16:20:43,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e2c94c4-b694-4c19-8aaf-d80cc19955f6 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fc5b1c23de1a4a9681c1acb0f0f8659c"}, "enabled": true, "id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj"}]} 2018-12-03 16:20:43,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj used request id req-7e2c94c4-b694-4c19-8aaf-d80cc19955f6 2018-12-03 16:20:43,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de41bf75182f6409b2ad066f3ef357546c56196" 2018-12-03 16:20:43,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74b695d8-57a4-4791-92c2-6324f762c4ec Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:20:43,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-74b695d8-57a4-4791-92c2-6324f762c4ec 2018-12-03 16:20:44,350 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-7296fcf2-f5c8-49f-user 2018-12-03 16:20:44,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:44,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:44,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef706c87-e164-4c89-a744-74427f3f2bc1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:20:44,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ef706c87-e164-4c89-a744-74427f3f2bc1 2018-12-03 16:20:44,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" -d '{"role": {"name": "CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj-role"}}' 2018-12-03 16:20:44,638 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:20:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90caa9bc-2c73-4b05-bdf5-b74df347bf5e Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "857202149e1e49b89aca067226473e46", "links": {"self": "http://172.30.9.30:5000/v3/roles/857202149e1e49b89aca067226473e46"}, "name": "CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj-role"}} 2018-12-03 16:20:44,638 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-90caa9bc-2c73-4b05-bdf5-b74df347bf5e 2018-12-03 16:20:44,638 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj-role 2018-12-03 16:20:44,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/857202149e1e49b89aca067226473e46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:44,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73dc5aee-d43a-4a04-9f81-4c67874736bd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/857202149e1e49b89aca067226473e46"}, "domain_id": null, "name": "CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj-role", "id": "857202149e1e49b89aca067226473e46"}} 2018-12-03 16:20:44,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/857202149e1e49b89aca067226473e46 used request id req-73dc5aee-d43a-4a04-9f81-4c67874736bd 2018-12-03 16:20:44,728 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj-role to project CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj 2018-12-03 16:20:44,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/fc5b1c23de1a4a9681c1acb0f0f8659c/users/0a9bec169f3c42e2943ea0ec7f6d2bc4/roles/857202149e1e49b89aca067226473e46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:44,862 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27912e74-2b07-4f5b-85a7-57e2270482cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:44,862 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/fc5b1c23de1a4a9681c1acb0f0f8659c/users/0a9bec169f3c42e2943ea0ec7f6d2bc4/roles/857202149e1e49b89aca067226473e46 used request id req-27912e74-2b07-4f5b-85a7-57e2270482cb 2018-12-03 16:20:44,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:44,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:45,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "857202149e1e49b89aca067226473e46", "name": "CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj-role"}], "expires_at": "2018-12-03T17:20:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "name": "CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-7296fcf2-f5c8-49f-user", "id": "0a9bec169f3c42e2943ea0ec7f6d2bc4"}, "audit_ids": ["ExmeDCH5RS2AJBQIN8Z3DQ"], "issued_at": "2018-12-03T16:20:45.000000Z"}} 2018-12-03 16:20:45,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:45,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2a23b1e-6965-4324-b3a2-4f2aa1d32789 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:45,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c2a23b1e-6965-4324-b3a2-4f2aa1d32789 2018-12-03 16:20:45,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:45,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6aae888d-4c7a-4ec0-acc4-a4f4817a7313 Date: Mon, 03 Dec 2018 16:20:45 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:20:45,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name&description=hello+group used request id req-6aae888d-4c7a-4ec0-acc4-a4f4817a7313 2018-12-03 16:20:45,624 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name... 2018-12-03 16:20:45,624 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name 2018-12-03 16:20:45,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" -d '{"security_group": {"name": "CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name", "description": "hello group"}}' 2018-12-03 16:20:45,980 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-48778d80-6d26-494a-a5a9-b8208335302a Date: Mon, 03 Dec 2018 16:20:45 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "updated_at": "2018-12-03T16:20:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}], "revision_number": 2, "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "774346ba-25af-4304-9e08-804cc10baa25", "name": "CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name"}} 2018-12-03 16:20:45,980 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-48778d80-6d26-494a-a5a9-b8208335302a 2018-12-03 16:20:45,981 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 774346ba-25af-4304-9e08-804cc10baa25 2018-12-03 16:20:45,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:46,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e396cf2a-8fd4-41bf-bfa2-c6f2a15f3731 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b"}]} 2018-12-03 16:20:46,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 used request id req-e396cf2a-8fd4-41bf-bfa2-c6f2a15f3731 2018-12-03 16:20:46,159 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 774346ba-25af-4304-9e08-804cc10baa25 2018-12-03 16:20:46,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:46,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1440ae7e-aec1-45fc-9434-feb280281562 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b"}]} 2018-12-03 16:20:46,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 used request id req-1440ae7e-aec1-45fc-9434-feb280281562 2018-12-03 16:20:46,345 - neutron_utils - INFO - Retrieving security group with ID - 774346ba-25af-4304-9e08-804cc10baa25 2018-12-03 16:20:46,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=774346ba-25af-4304-9e08-804cc10baa25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:46,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-198e31c0-4c66-48ff-86e1-fc0c98b1c8aa Date: Mon, 03 Dec 2018 16:20:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "updated_at": "2018-12-03T16:20:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}], "revision_number": 2, "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "774346ba-25af-4304-9e08-804cc10baa25", "name": "CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name"}]} 2018-12-03 16:20:46,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=774346ba-25af-4304-9e08-804cc10baa25 used request id req-198e31c0-4c66-48ff-86e1-fc0c98b1c8aa 2018-12-03 16:20:46,550 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 774346ba-25af-4304-9e08-804cc10baa25 2018-12-03 16:20:46,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:46,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7111fcfa-90f3-43c0-8eeb-643b4a673ad5 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b"}]} 2018-12-03 16:20:46,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 used request id req-7111fcfa-90f3-43c0-8eeb-643b4a673ad5 2018-12-03 16:20:46,723 - neutron_utils - INFO - Retrieving security group with ID - 774346ba-25af-4304-9e08-804cc10baa25 2018-12-03 16:20:46,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=774346ba-25af-4304-9e08-804cc10baa25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:46,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2ebeb556-6b0c-456b-b278-16bec7fc32cb Date: Mon, 03 Dec 2018 16:20:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "updated_at": "2018-12-03T16:20:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}], "revision_number": 2, "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "774346ba-25af-4304-9e08-804cc10baa25", "name": "CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name"}]} 2018-12-03 16:20:46,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=774346ba-25af-4304-9e08-804cc10baa25 used request id req-2ebeb556-6b0c-456b-b278-16bec7fc32cb 2018-12-03 16:20:46,951 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 774346ba-25af-4304-9e08-804cc10baa25 2018-12-03 16:20:46,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:47,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d1b9c684-2dfa-4eed-b1dc-099c9299f2cc Date: Mon, 03 Dec 2018 16:20:47 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-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b"}]} 2018-12-03 16:20:47,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 used request id req-d1b9c684-2dfa-4eed-b1dc-099c9299f2cc 2018-12-03 16:20:47,014 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name 2018-12-03 16:20:47,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:47,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-8b6ded6c-f6cc-4bdd-9e2e-ba8a68537c14 Date: Mon, 03 Dec 2018 16:20:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "updated_at": "2018-12-03T16:20:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}], "revision_number": 2, "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "774346ba-25af-4304-9e08-804cc10baa25", "name": "CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name"}]} 2018-12-03 16:20:47,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name used request id req-8b6ded6c-f6cc-4bdd-9e2e-ba8a68537c14 2018-12-03 16:20:47,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:47,076 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:47,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fc5b1c23de1a4a9681c1acb0f0f8659c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:47,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b75a5bf-a4a4-4154-9ce4-326f6c87d1d5 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fc5b1c23de1a4a9681c1acb0f0f8659c"}, "enabled": true, "id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj"}} 2018-12-03 16:20:47,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fc5b1c23de1a4a9681c1acb0f0f8659c used request id req-7b75a5bf-a4a4-4154-9ce4-326f6c87d1d5 2018-12-03 16:20:47,155 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 774346ba-25af-4304-9e08-804cc10baa25 2018-12-03 16:20:47,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:47,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-864e642c-9aad-4662-88a0-58fd4a8f2229 Date: Mon, 03 Dec 2018 16:20:47 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-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b"}]} 2018-12-03 16:20:47,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 used request id req-864e642c-9aad-4662-88a0-58fd4a8f2229 2018-12-03 16:20:47,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}6d6241772f959bed9db178c1565f6287bf6b9221" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25"}}' 2018-12-03 16:20:47,656 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-18e793d1-bcf5-428a-a97c-223585c492a1 Date: Mon, 03 Dec 2018 16:20:47 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-12-03T16:20:47Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:47Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "3990af15-aba7-4f09-870e-4ef61f1aef7f"}} 2018-12-03 16:20:47,656 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-18e793d1-bcf5-428a-a97c-223585c492a1 2018-12-03 16:20:47,657 - neutron_utils - INFO - Retrieving security group with ID - 774346ba-25af-4304-9e08-804cc10baa25 2018-12-03 16:20:47,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=774346ba-25af-4304-9e08-804cc10baa25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:47,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-9531bc15-6ac8-4dba-b865-3b4d3ce3d019 Date: Mon, 03 Dec 2018 16:20:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "updated_at": "2018-12-03T16:20:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:47Z", "revision_number": 0, "id": "3990af15-aba7-4f09-870e-4ef61f1aef7f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:47Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}], "revision_number": 3, "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "774346ba-25af-4304-9e08-804cc10baa25", "name": "CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name"}]} 2018-12-03 16:20:47,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=774346ba-25af-4304-9e08-804cc10baa25 used request id req-9531bc15-6ac8-4dba-b865-3b4d3ce3d019 2018-12-03 16:20:47,856 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 774346ba-25af-4304-9e08-804cc10baa25 2018-12-03 16:20:47,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:48,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-6af9a40d-523e-4f96-87ed-35342f100d58 Date: Mon, 03 Dec 2018 16:20:48 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-12-03T16:20:47Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:47Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "3990af15-aba7-4f09-870e-4ef61f1aef7f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b"}]} 2018-12-03 16:20:48,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 used request id req-6af9a40d-523e-4f96-87ed-35342f100d58 2018-12-03 16:20:48,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:48,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "857202149e1e49b89aca067226473e46", "name": "CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj-role"}], "expires_at": "2018-12-03T17:20:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "name": "CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/fc5b1c23de1a4a9681c1acb0f0f8659c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-7296fcf2-f5c8-49f-user", "id": "0a9bec169f3c42e2943ea0ec7f6d2bc4"}, "audit_ids": ["jJiamWa-T0-cpr1LVa1RSw"], "issued_at": "2018-12-03T16:20:48.000000Z"}} 2018-12-03 16:20:48,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccea4ea3a031a8f3222d6ceb102e8e3f66c33bf2" 2018-12-03 16:20:48,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-aa4ebcff-f8df-4be1-a876-8dd4410bec7a Date: Mon, 03 Dec 2018 16:20:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "updated_at": "2018-12-03T16:20:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:47Z", "revision_number": 0, "id": "3990af15-aba7-4f09-870e-4ef61f1aef7f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:47Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}], "revision_number": 3, "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "774346ba-25af-4304-9e08-804cc10baa25", "name": "CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name"}]} 2018-12-03 16:20:48,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name&description=hello+group used request id req-aa4ebcff-f8df-4be1-a876-8dd4410bec7a 2018-12-03 16:20:48,648 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 774346ba-25af-4304-9e08-804cc10baa25 2018-12-03 16:20:48,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccea4ea3a031a8f3222d6ceb102e8e3f66c33bf2" 2018-12-03 16:20:48,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-71eadb7b-12bd-448d-baa6-6f55fc3273e2 Date: Mon, 03 Dec 2018 16:20:48 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-12-03T16:20:47Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:47Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "3990af15-aba7-4f09-870e-4ef61f1aef7f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b"}]} 2018-12-03 16:20:48,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 used request id req-71eadb7b-12bd-448d-baa6-6f55fc3273e2 2018-12-03 16:20:48,821 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 774346ba-25af-4304-9e08-804cc10baa25 2018-12-03 16:20:48,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccea4ea3a031a8f3222d6ceb102e8e3f66c33bf2" 2018-12-03 16:20:49,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-10556ba0-a509-4ba5-b87a-527afd3e1920 Date: Mon, 03 Dec 2018 16:20:49 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-12-03T16:20:47Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:47Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "3990af15-aba7-4f09-870e-4ef61f1aef7f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b"}]} 2018-12-03 16:20:49,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 used request id req-10556ba0-a509-4ba5-b87a-527afd3e1920 2018-12-03 16:20:49,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccea4ea3a031a8f3222d6ceb102e8e3f66c33bf2" 2018-12-03 16:20:49,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-f4c7e52e-25f4-4735-8fdb-d66948c8fd62 Date: Mon, 03 Dec 2018 16:20:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "updated_at": "2018-12-03T16:20:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:47Z", "revision_number": 0, "id": "3990af15-aba7-4f09-870e-4ef61f1aef7f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:47Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}], "revision_number": 3, "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "774346ba-25af-4304-9e08-804cc10baa25", "name": "CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name"}]} 2018-12-03 16:20:49,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name used request id req-f4c7e52e-25f4-4735-8fdb-d66948c8fd62 2018-12-03 16:20:49,201 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 774346ba-25af-4304-9e08-804cc10baa25 2018-12-03 16:20:49,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccea4ea3a031a8f3222d6ceb102e8e3f66c33bf2" 2018-12-03 16:20:49,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-9f9238bc-edf3-4476-a594-3f3bdf769b9d Date: Mon, 03 Dec 2018 16:20:49 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-12-03T16:20:47Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:47Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "3990af15-aba7-4f09-870e-4ef61f1aef7f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "d87604f0-3833-48bc-bdd4-81122e4d77c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "774346ba-25af-4304-9e08-804cc10baa25", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "e563ba29-def3-47a6-81cc-ce46718a8e3b"}]} 2018-12-03 16:20:49,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=774346ba-25af-4304-9e08-804cc10baa25 used request id req-9f9238bc-edf3-4476-a594-3f3bdf769b9d 2018-12-03 16:20:49,383 - neutron_utils - INFO - Deleting security group rule with ID - 3990af15-aba7-4f09-870e-4ef61f1aef7f 2018-12-03 16:20:49,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/3990af15-aba7-4f09-870e-4ef61f1aef7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:49,491 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3ff54644-d5e0-41a8-8539-05786cf011db Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:49,491 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/3990af15-aba7-4f09-870e-4ef61f1aef7f used request id req-3ff54644-d5e0-41a8-8539-05786cf011db 2018-12-03 16:20:49,491 - neutron_utils - INFO - Deleting security group rule with ID - e563ba29-def3-47a6-81cc-ce46718a8e3b 2018-12-03 16:20:49,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/e563ba29-def3-47a6-81cc-ce46718a8e3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:49,731 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-98304bfb-0125-490f-b791-da74a3eb2f53 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:49,731 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/e563ba29-def3-47a6-81cc-ce46718a8e3b used request id req-98304bfb-0125-490f-b791-da74a3eb2f53 2018-12-03 16:20:49,731 - neutron_utils - INFO - Deleting security group rule with ID - d87604f0-3833-48bc-bdd4-81122e4d77c0 2018-12-03 16:20:49,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/d87604f0-3833-48bc-bdd4-81122e4d77c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:49,973 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-02e4b025-a1e7-4317-9255-554ba192e371 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:49,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/d87604f0-3833-48bc-bdd4-81122e4d77c0 used request id req-02e4b025-a1e7-4317-9255-554ba192e371 2018-12-03 16:20:49,974 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-6c9d0317-9bf9-4c03-8a03-379b4a8a6e43name 2018-12-03 16:20:49,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/774346ba-25af-4304-9e08-804cc10baa25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d6241772f959bed9db178c1565f6287bf6b9221" 2018-12-03 16:20:50,255 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f627941c-757d-40e7-a283-2ff685fffe19 Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:50,255 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/774346ba-25af-4304-9e08-804cc10baa25 used request id req-f627941c-757d-40e7-a283-2ff685fffe19 2018-12-03 16:20:50,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:50,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-564730d5-69df-4985-a240-e9c38fb92191 Date: Mon, 03 Dec 2018 16:20:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "updated_at": "2018-12-03T16:20:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "028068f4-92c2-4d6d-b3b8-3ad493238220", "remote_group_id": "2a2b2c22-ec43-4699-80d3-f524511854a0", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "2a2b2c22-ec43-4699-80d3-f524511854a0", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "34cf0579-eb0c-44a5-a70d-12d2a205a070", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "2a2b2c22-ec43-4699-80d3-f524511854a0", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "7e22e35e-c4b8-4600-b905-81479e085102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "2a2b2c22-ec43-4699-80d3-f524511854a0", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "revision_number": 0, "id": "d75ea666-a25f-4617-b32f-9ac8f2b1bafa", "remote_group_id": "2a2b2c22-ec43-4699-80d3-f524511854a0", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:45Z", "security_group_id": "2a2b2c22-ec43-4699-80d3-f524511854a0", "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c"}], "revision_number": 4, "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "2a2b2c22-ec43-4699-80d3-f524511854a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:20:50,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-564730d5-69df-4985-a240-e9c38fb92191 2018-12-03 16:20:50,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:50,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0f1123e-6468-4aea-8a14-9057b9dca9df Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:20:50,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-c0f1123e-6468-4aea-8a14-9057b9dca9df 2018-12-03 16:20:50,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:50,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc11fdaa-128a-4516-a008-52e54f13ac21 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:20:50,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-bc11fdaa-128a-4516-a008-52e54f13ac21 2018-12-03 16:20:50,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fc5b1c23de1a4a9681c1acb0f0f8659c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:50,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcdb079b-db66-49a5-8043-04e0f790a75b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fc5b1c23de1a4a9681c1acb0f0f8659c"}, "enabled": true, "id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj"}} 2018-12-03 16:20:50,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fc5b1c23de1a4a9681c1acb0f0f8659c used request id req-dcdb079b-db66-49a5-8043-04e0f790a75b 2018-12-03 16:20:50,741 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a2b2c22-ec43-4699-80d3-f524511854a0 2018-12-03 16:20:50,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=2a2b2c22-ec43-4699-80d3-f524511854a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:50,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-54024893-35b5-4cc1-8e5d-9dd7ed75588e Date: Mon, 03 Dec 2018 16:20:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2a2b2c22-ec43-4699-80d3-f524511854a0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "2a2b2c22-ec43-4699-80d3-f524511854a0", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "028068f4-92c2-4d6d-b3b8-3ad493238220"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "2a2b2c22-ec43-4699-80d3-f524511854a0", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "34cf0579-eb0c-44a5-a70d-12d2a205a070"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "2a2b2c22-ec43-4699-80d3-f524511854a0", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "7e22e35e-c4b8-4600-b905-81479e085102"}, {"remote_group_id": "2a2b2c22-ec43-4699-80d3-f524511854a0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:45Z", "security_group_id": "2a2b2c22-ec43-4699-80d3-f524511854a0", "port_range_min": null, "revision_number": 0, "tenant_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "created_at": "2018-12-03T16:20:45Z", "project_id": "fc5b1c23de1a4a9681c1acb0f0f8659c", "id": "d75ea666-a25f-4617-b32f-9ac8f2b1bafa"}]} 2018-12-03 16:20:50,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=2a2b2c22-ec43-4699-80d3-f524511854a0 used request id req-54024893-35b5-4cc1-8e5d-9dd7ed75588e 2018-12-03 16:20:50,914 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:20:50,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/2a2b2c22-ec43-4699-80d3-f524511854a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:51,235 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-02458734-d1c4-4a22-adf3-b3824016c31c Content-Length: 0 Date: Mon, 03 Dec 2018 16:20:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:20:51,236 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/2a2b2c22-ec43-4699-80d3-f524511854a0 used request id req-02458734-d1c4-4a22-adf3-b3824016c31c 2018-12-03 16:20:51,236 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj 2018-12-03 16:20:51,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/fc5b1c23de1a4a9681c1acb0f0f8659c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:51,449 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3b00ba5-118d-4156-a01c-405ded76a186 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:51,450 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/fc5b1c23de1a4a9681c1acb0f0f8659c used request id req-e3b00ba5-118d-4156-a01c-405ded76a186 2018-12-03 16:20:51,450 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-7296fcf2-f5c8-49f-proj-role 2018-12-03 16:20:51,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/857202149e1e49b89aca067226473e46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:51,554 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc96456b-46a5-49f6-b6fb-328cedc7eae0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:51,554 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/857202149e1e49b89aca067226473e46 used request id req-cc96456b-46a5-49f6-b6fb-328cedc7eae0 2018-12-03 16:20:51,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1520a001e2a1085667e7d23ac01dbc49ae1e9cc8" 2018-12-03 16:20:51,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89f20cfb-be39-4142-8a2a-d3fcc7421fb6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:20:51,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-89f20cfb-be39-4142-8a2a-d3fcc7421fb6 2018-12-03 16:20:51,649 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-7296fcf2-f5c8-49f-user 2018-12-03 16:20:51,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/0a9bec169f3c42e2943ea0ec7f6d2bc4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de41bf75182f6409b2ad066f3ef357546c56196" 2018-12-03 16:20:51,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66d62359-3605-4ddb-a802-5e25ada5c7a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:51,793 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/0a9bec169f3c42e2943ea0ec7f6d2bc4 used request id req-66d62359-3605-4ddb-a802-5e25ada5c7a5 2018-12-03 16:20:51,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:52,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["b7NlGEcWTquZMvpJHonLhQ"], "issued_at": "2018-12-03T16:20:52.000000Z"}} 2018-12-03 16:20:52,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3005f204862728633a50e4403b3fb1edc87008" 2018-12-03 16:20:52,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed9545ba-6f5c-4541-996f-b318e582642a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:52,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ed9545ba-6f5c-4541-996f-b318e582642a 2018-12-03 16:20:52,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:52,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:52,640 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["plaBnZQMRQaMQY-c2wd26w"], "issued_at": "2018-12-03T16:20:52.000000Z"}} 2018-12-03 16:20:52,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:20:52,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9575356-c91a-4cd0-8416-a86a22ba79c8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:52,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b9575356-c91a-4cd0-8416-a86a22ba79c8 2018-12-03 16:20:52,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:52,733 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:52,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-91689a4d-844d-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:20:52,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8d62178-05da-4a41-ada5-ade4aca71a4e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-91689a4d-844d-4a5-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:20:52,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-91689a4d-844d-4a5-proj used request id req-e8d62178-05da-4a41-ada5-ade4aca71a4e 2018-12-03 16:20:52,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:20:52,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4636fb58-0d0c-489e-b8df-d62cbc2f7c40 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:20:52,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-4636fb58-0d0c-489e-b8df-d62cbc2f7c40 2018-12-03 16:20:52,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-proj"}}' 2018-12-03 16:20:53,021 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:20:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8f755f9-91c6-4f74-b647-a2d850ade3db Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc"}, "enabled": true, "id": "945fb137270f413eb1e5c8455f6ce1fc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-proj"}} 2018-12-03 16:20:53,021 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-c8f755f9-91c6-4f74-b647-a2d850ade3db 2018-12-03 16:20:53,021 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-91689a4d-844d-4a5-proj 2018-12-03 16:20:53,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:53,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:53,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:20:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["CxTBmEsnRFSlwzYcDFhbGA"], "issued_at": "2018-12-03T16:20:53.000000Z"}} 2018-12-03 16:20:53,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72b57909537c2f46b7a0fbcfdea0757a7c420f02" 2018-12-03 16:20:53,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fab500f3-313e-4ad1-9bba-a8f951f9d4d1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:53,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fab500f3-313e-4ad1-9bba-a8f951f9d4d1 2018-12-03 16:20:53,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:53,502 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:53,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72b57909537c2f46b7a0fbcfdea0757a7c420f02" 2018-12-03 16:20:53,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f335c989-7862-41d3-9bcf-ae11c1538320 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:20:53,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f335c989-7862-41d3-9bcf-ae11c1538320 2018-12-03 16:20:53,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-91689a4d-844d-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72b57909537c2f46b7a0fbcfdea0757a7c420f02" 2018-12-03 16:20:53,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eb1acf8-cd87-43ec-a03d-2f292de30b5c Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-91689a4d-844d-4a5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc"}, "enabled": true, "id": "945fb137270f413eb1e5c8455f6ce1fc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-proj"}]} 2018-12-03 16:20:53,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-91689a4d-844d-4a5-proj used request id req-4eb1acf8-cd87-43ec-a03d-2f292de30b5c 2018-12-03 16:20:53,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72b57909537c2f46b7a0fbcfdea0757a7c420f02" 2018-12-03 16:20:53,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b26de9a-c86b-432f-82c7-719f3df95d31 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:20:53,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-9b26de9a-c86b-432f-82c7-719f3df95d31 2018-12-03 16:20:54,178 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-91689a4d-844d-4a5-user 2018-12-03 16:20:54,178 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:54,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:20:54,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86233dc2-0b75-4122-8ff0-2f9b9539ce45 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:20:54,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-86233dc2-0b75-4122-8ff0-2f9b9539ce45 2018-12-03 16:20:54,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" -d '{"role": {"name": "CreateSecurityGroupTests-91689a4d-844d-4a5-proj-role"}}' 2018-12-03 16:20:54,380 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e04e39b5-ad53-404b-99a2-9f48c78c1a1c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e44115e937f54f7494b6e908efe33ba8", "links": {"self": "http://172.30.9.30:5000/v3/roles/e44115e937f54f7494b6e908efe33ba8"}, "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-proj-role"}} 2018-12-03 16:20:54,380 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-e04e39b5-ad53-404b-99a2-9f48c78c1a1c 2018-12-03 16:20:54,381 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-91689a4d-844d-4a5-proj-role 2018-12-03 16:20:54,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/e44115e937f54f7494b6e908efe33ba8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:20:54,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7572a7c3-8e95-4bc3-9df0-dc01c3424838 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/e44115e937f54f7494b6e908efe33ba8"}, "domain_id": null, "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-proj-role", "id": "e44115e937f54f7494b6e908efe33ba8"}} 2018-12-03 16:20:54,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/e44115e937f54f7494b6e908efe33ba8 used request id req-7572a7c3-8e95-4bc3-9df0-dc01c3424838 2018-12-03 16:20:54,472 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-91689a4d-844d-4a5-proj-role to project CreateSecurityGroupTests-91689a4d-844d-4a5-proj 2018-12-03 16:20:54,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc/users/14fc2b4bf3bd49db8957b285ae2719c2/roles/e44115e937f54f7494b6e908efe33ba8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:20:54,676 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5eb58fac-1729-47e5-95d7-5356dd3d2c83 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:20:54,676 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc/users/14fc2b4bf3bd49db8957b285ae2719c2/roles/e44115e937f54f7494b6e908efe33ba8 used request id req-5eb58fac-1729-47e5-95d7-5356dd3d2c83 2018-12-03 16:20:54,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:20:54,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:55,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e44115e937f54f7494b6e908efe33ba8", "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-proj-role"}], "expires_at": "2018-12-03T17:20:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "945fb137270f413eb1e5c8455f6ce1fc", "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/945fb137270f413eb1e5c8455f6ce1fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/945fb137270f413eb1e5c8455f6ce1fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/945fb137270f413eb1e5c8455f6ce1fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/945fb137270f413eb1e5c8455f6ce1fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/945fb137270f413eb1e5c8455f6ce1fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/945fb137270f413eb1e5c8455f6ce1fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/945fb137270f413eb1e5c8455f6ce1fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/945fb137270f413eb1e5c8455f6ce1fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/945fb137270f413eb1e5c8455f6ce1fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/945fb137270f413eb1e5c8455f6ce1fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/945fb137270f413eb1e5c8455f6ce1fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/945fb137270f413eb1e5c8455f6ce1fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-user", "id": "14fc2b4bf3bd49db8957b285ae2719c2"}, "audit_ids": ["HIbuQWGpSD69tKJHgFI3RQ"], "issued_at": "2018-12-03T16:20:55.000000Z"}} 2018-12-03 16:20:55,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:55,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db4acac5-7640-48ff-9406-b03b71cd85f1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:20:55,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-db4acac5-7640-48ff-9406-b03b71cd85f1 2018-12-03 16:20:55,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:55,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a71200db-0a84-4727-9d6d-5843c3d5f818 Date: Mon, 03 Dec 2018 16:20:55 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:20:55,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name&description=hello+group used request id req-a71200db-0a84-4727-9d6d-5843c3d5f818 2018-12-03 16:20:55,427 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name... 2018-12-03 16:20:55,428 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name 2018-12-03 16:20:55,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" -d '{"security_group": {"name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name", "description": "hello group"}}' 2018-12-03 16:20:55,788 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-3a583995-8e75-4067-99f1-a560db229396 Date: Mon, 03 Dec 2018 16:20:55 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 2, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}} 2018-12-03 16:20:55,788 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-3a583995-8e75-4067-99f1-a560db229396 2018-12-03 16:20:55,789 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:20:55,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:55,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-02c5dd5e-8fdb-4baa-802a-a0b91f9340fe Date: Mon, 03 Dec 2018 16:20:55 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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}]} 2018-12-03 16:20:55,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-02c5dd5e-8fdb-4baa-802a-a0b91f9340fe 2018-12-03 16:20:55,978 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:20:55,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:56,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-28499812-379b-490d-a269-e66124382524 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}]} 2018-12-03 16:20:56,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-28499812-379b-490d-a269-e66124382524 2018-12-03 16:20:56,146 - neutron_utils - INFO - Retrieving security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:20:56,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:56,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e31ecaa1-d650-484d-839f-6d832d644684 Date: Mon, 03 Dec 2018 16:20:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 2, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:20:56,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-e31ecaa1-d650-484d-839f-6d832d644684 2018-12-03 16:20:56,352 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:20:56,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:56,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8791f36b-b165-466f-b989-f8df7c9faf28 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}]} 2018-12-03 16:20:56,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-8791f36b-b165-466f-b989-f8df7c9faf28 2018-12-03 16:20:56,543 - neutron_utils - INFO - Retrieving security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:20:56,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:56,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a0c691b4-64bb-4eb6-8ab9-bebffc2c5fce Date: Mon, 03 Dec 2018 16:20:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 2, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:20:56,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-a0c691b4-64bb-4eb6-8ab9-bebffc2c5fce 2018-12-03 16:20:56,735 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:20:56,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:56,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f8b11a9c-0c46-4f13-a608-6984a951fdee Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}]} 2018-12-03 16:20:56,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-f8b11a9c-0c46-4f13-a608-6984a951fdee 2018-12-03 16:20:56,911 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name 2018-12-03 16:20:56,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:57,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d848a4f7-07c9-4b4f-8f32-11565a0767a3 Date: Mon, 03 Dec 2018 16:20:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 2, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:20:57,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-d848a4f7-07c9-4b4f-8f32-11565a0767a3 2018-12-03 16:20:57,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:20:57,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:20:57,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:57,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c477f16-318d-4f6e-b858-d721cc4e8b63 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc"}, "enabled": true, "id": "945fb137270f413eb1e5c8455f6ce1fc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-proj"}} 2018-12-03 16:20:57,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc used request id req-3c477f16-318d-4f6e-b858-d721cc4e8b63 2018-12-03 16:20:57,211 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:20:57,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:57,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a6ae1be8-0699-4bac-9bfe-80e367d566bd Date: Mon, 03 Dec 2018 16:20:57 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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}]} 2018-12-03 16:20:57,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-a6ae1be8-0699-4bac-9bfe-80e367d566bd 2018-12-03 16:20:57,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d"}}' 2018-12-03 16:20:57,483 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-a0fcc8a3-c2f6-44e7-8b65-70fd7f86eec1 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}} 2018-12-03 16:20:57,483 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-a0fcc8a3-c2f6-44e7-8b65-70fd7f86eec1 2018-12-03 16:20:57,483 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name 2018-12-03 16:20:57,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:57,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-99706f1d-857e-408e-b9a6-f59a625f82ed Date: Mon, 03 Dec 2018 16:20:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 3, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:20:57,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-99706f1d-857e-408e-b9a6-f59a625f82ed 2018-12-03 16:20:57,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:57,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af548ff4-b3a1-40fb-97e9-1fdc5bf7c0b9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc"}, "enabled": true, "id": "945fb137270f413eb1e5c8455f6ce1fc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-proj"}} 2018-12-03 16:20:57,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc used request id req-af548ff4-b3a1-40fb-97e9-1fdc5bf7c0b9 2018-12-03 16:20:57,760 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:20:57,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:57,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-3ddd7817-dd49-424a-9de8-b633890844c2 Date: Mon, 03 Dec 2018 16:20:57 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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:20:57,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-3ddd7817-dd49-424a-9de8-b633890844c2 2018-12-03 16:20:57,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d"}}' 2018-12-03 16:20:58,093 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-3fab978b-0b2f-4191-bf42-63efafd7dffc Date: Mon, 03 Dec 2018 16:20:58 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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}} 2018-12-03 16:20:58,094 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-3fab978b-0b2f-4191-bf42-63efafd7dffc 2018-12-03 16:20:58,094 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name 2018-12-03 16:20:58,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:58,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-5a617278-7d16-4ff6-b02f-bf78b4632659 Date: Mon, 03 Dec 2018 16:20:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 4, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:20:58,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-5a617278-7d16-4ff6-b02f-bf78b4632659 2018-12-03 16:20:58,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:58,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd71dc4f-ea20-4e22-ae43-1498ddbea04c Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc"}, "enabled": true, "id": "945fb137270f413eb1e5c8455f6ce1fc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-proj"}} 2018-12-03 16:20:58,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc used request id req-dd71dc4f-ea20-4e22-ae43-1498ddbea04c 2018-12-03 16:20:58,377 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:20:58,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:58,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-943b2bf2-b6a6-4fad-8da6-28d857f0f9c2 Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:20:58,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-943b2bf2-b6a6-4fad-8da6-28d857f0f9c2 2018-12-03 16:20:58,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10}}' 2018-12-03 16:20:58,717 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-fcf1fc30-3c8e-4a67-8c78-1097366ff15a Date: Mon, 03 Dec 2018 16:20:58 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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}} 2018-12-03 16:20:58,717 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-fcf1fc30-3c8e-4a67-8c78-1097366ff15a 2018-12-03 16:20:58,718 - neutron_utils - INFO - Retrieving security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:20:58,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:58,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e139593c-d03e-46f0-aa89-0583723112ab Date: Mon, 03 Dec 2018 16:20:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 5, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:20:58,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-e139593c-d03e-46f0-aa89-0583723112ab 2018-12-03 16:20:58,769 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:20:58,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:20:58,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-0043c4bf-4b4e-4d33-93f7-e663a4cff5ef Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:20:58,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-0043c4bf-4b4e-4d33-93f7-e663a4cff5ef 2018-12-03 16:20:58,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:20:59,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e44115e937f54f7494b6e908efe33ba8", "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-proj-role"}], "expires_at": "2018-12-03T17:20:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "945fb137270f413eb1e5c8455f6ce1fc", "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/945fb137270f413eb1e5c8455f6ce1fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/945fb137270f413eb1e5c8455f6ce1fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/945fb137270f413eb1e5c8455f6ce1fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/945fb137270f413eb1e5c8455f6ce1fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/945fb137270f413eb1e5c8455f6ce1fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/945fb137270f413eb1e5c8455f6ce1fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/945fb137270f413eb1e5c8455f6ce1fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/945fb137270f413eb1e5c8455f6ce1fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/945fb137270f413eb1e5c8455f6ce1fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/945fb137270f413eb1e5c8455f6ce1fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/945fb137270f413eb1e5c8455f6ce1fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/945fb137270f413eb1e5c8455f6ce1fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-user", "id": "14fc2b4bf3bd49db8957b285ae2719c2"}, "audit_ids": ["O0z81UbrRSegJglT0cXLuQ"], "issued_at": "2018-12-03T16:20:59.000000Z"}} 2018-12-03 16:20:59,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:20:59,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e3a33d05-bf0a-40f8-9264-abf23d2fbf2f Date: Mon, 03 Dec 2018 16:20:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 5, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:20:59,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name&description=hello+group used request id req-e3a33d05-bf0a-40f8-9264-abf23d2fbf2f 2018-12-03 16:20:59,611 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:20:59,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:20:59,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f1730a6d-d16f-4dbd-814d-956ab068991c Date: Mon, 03 Dec 2018 16:20: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:20:59,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-f1730a6d-d16f-4dbd-814d-956ab068991c 2018-12-03 16:20:59,805 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:20:59,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:00,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-beecca43-5ced-42ce-9ed9-fe210be1100c Date: Mon, 03 Dec 2018 16:21: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:21:00,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-beecca43-5ced-42ce-9ed9-fe210be1100c 2018-12-03 16:21:00,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:00,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e800df68-94e8-464f-8190-68c120949cc5 Date: Mon, 03 Dec 2018 16:21:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 5, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:21:00,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-e800df68-94e8-464f-8190-68c120949cc5 2018-12-03 16:21:00,194 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:21:00,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:00,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-77c409c1-71aa-403d-b1df-3a37c54c719e Date: Mon, 03 Dec 2018 16:21: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:21:00,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-77c409c1-71aa-403d-b1df-3a37c54c719e 2018-12-03 16:21:00,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:00,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-d67dbd0a-ed7b-4de8-b3c4-f8a3f09a1226 Date: Mon, 03 Dec 2018 16:21:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 5, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:21:00,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-d67dbd0a-ed7b-4de8-b3c4-f8a3f09a1226 2018-12-03 16:21:00,577 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:21:00,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:00,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c31189b2-7512-49fd-bd08-11f3931c32a4 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:21:00,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-c31189b2-7512-49fd-bd08-11f3931c32a4 2018-12-03 16:21:00,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:00,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-28e137ea-7562-4194-96e4-259dab22e421 Date: Mon, 03 Dec 2018 16:21:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 5, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:21:00,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-28e137ea-7562-4194-96e4-259dab22e421 2018-12-03 16:21:00,806 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:21:00,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:00,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-735fd1f0-b014-4f62-b940-5d96287bb975 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:21:00,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-735fd1f0-b014-4f62-b940-5d96287bb975 2018-12-03 16:21:00,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:01,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a2474e10-4db6-402f-ba9d-c1c85bcbb46e Date: Mon, 03 Dec 2018 16:21:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 5, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:21:01,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-a2474e10-4db6-402f-ba9d-c1c85bcbb46e 2018-12-03 16:21:01,189 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:21:01,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:01,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-06592e94-0d44-46ba-8c26-4b69b2a9399f Date: Mon, 03 Dec 2018 16:21:01 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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:21:01,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-06592e94-0d44-46ba-8c26-4b69b2a9399f 2018-12-03 16:21:01,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:01,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-81e9a4eb-0fc9-42cc-87b9-78dc25478ec5 Date: Mon, 03 Dec 2018 16:21:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 5, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:21:01,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-81e9a4eb-0fc9-42cc-87b9-78dc25478ec5 2018-12-03 16:21:01,563 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:21:01,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:01,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-394d4be8-b729-4235-aac7-d35bc36441f0 Date: Mon, 03 Dec 2018 16:21:01 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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:21:01,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-394d4be8-b729-4235-aac7-d35bc36441f0 2018-12-03 16:21:01,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:01,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-790b209f-aebe-428c-8ab4-0c821cd1bb5c Date: Mon, 03 Dec 2018 16:21:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 5, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:21:01,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-790b209f-aebe-428c-8ab4-0c821cd1bb5c 2018-12-03 16:21:01,654 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:21:01,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:01,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-0b7919b5-5c2d-421a-a807-071b1f8495ca Date: Mon, 03 Dec 2018 16:21:01 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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:21:01,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-0b7919b5-5c2d-421a-a807-071b1f8495ca 2018-12-03 16:21:01,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:02,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-fde6e3ea-3c53-4fbb-b75b-cad97d3a1bfa Date: Mon, 03 Dec 2018 16:21:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 5, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:21:02,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-fde6e3ea-3c53-4fbb-b75b-cad97d3a1bfa 2018-12-03 16:21:02,050 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:21:02,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:02,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f91e31cd-a8e1-4a7d-98a0-4acf2902b088 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:21:02,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-f91e31cd-a8e1-4a7d-98a0-4acf2902b088 2018-12-03 16:21:02,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:02,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a9cccea9-bbe5-4896-8060-947087d5eb42 Date: Mon, 03 Dec 2018 16:21:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 5, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:21:02,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-a9cccea9-bbe5-4896-8060-947087d5eb42 2018-12-03 16:21:02,293 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:21:02,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:02,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-01c4574f-637c-4c9f-ab89-ebb4933c3661 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:21:02,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-01c4574f-637c-4c9f-ab89-ebb4933c3661 2018-12-03 16:21:02,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:02,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a3b983f2-b752-4b53-bedb-e2ca0fc8a4af Date: Mon, 03 Dec 2018 16:21:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 5, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:21:02,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-a3b983f2-b752-4b53-bedb-e2ca0fc8a4af 2018-12-03 16:21:02,559 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:21:02,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:02,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-aefadc4e-0d3a-4563-8f2a-58ea84576335 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:21:02,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-aefadc4e-0d3a-4563-8f2a-58ea84576335 2018-12-03 16:21:02,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:02,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-33af7765-a4f8-44a5-b9f7-aac98477e09c Date: Mon, 03 Dec 2018 16:21:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 5, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:21:02,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-33af7765-a4f8-44a5-b9f7-aac98477e09c 2018-12-03 16:21:02,649 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:21:02,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:02,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-dab31d6a-40d8-4f01-9ad0-56f655d91977 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:21:02,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-dab31d6a-40d8-4f01-9ad0-56f655d91977 2018-12-03 16:21:02,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:02,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9fde86a6-dabf-488e-9e49-635fc2d78dab Date: Mon, 03 Dec 2018 16:21:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 5, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:21:02,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-9fde86a6-dabf-488e-9e49-635fc2d78dab 2018-12-03 16:21:02,871 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:21:02,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:03,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-5d395e4e-6b42-415a-934b-38fdd4c9252c Date: Mon, 03 Dec 2018 16:21: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:21:03,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-5d395e4e-6b42-415a-934b-38fdd4c9252c 2018-12-03 16:21:03,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:03,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-2e7a0fe9-eecf-432e-b0b4-0a3e474596d4 Date: Mon, 03 Dec 2018 16:21:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "70d8f3a4-1519-42bd-864e-de934314da09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "76451367-6032-4fed-b08c-df2f5b5d8559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:20:58Z", "revision_number": 0, "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:57Z", "revision_number": 0, "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 5, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "name": "CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name"}]} 2018-12-03 16:21:03,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name used request id req-2e7a0fe9-eecf-432e-b0b4-0a3e474596d4 2018-12-03 16:21:03,108 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d181265a-66ae-415f-bda5-dc95cea9ea0d 2018-12-03 16:21:03,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d352bc815dd4b101c12fdbb7add190a28043d13" 2018-12-03 16:21:03,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-a31a9902-ea20-46eb-bfef-ddf690924e94 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "0299b8ee-6c8c-4e01-b01d-36e17d98f50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "70d8f3a4-1519-42bd-864e-de934314da09"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "76451367-6032-4fed-b08c-df2f5b5d8559"}, {"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-12-03T16:20:58Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": 10, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:58Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "8ecb36a2-ff75-4a06-8afc-2a686662cdc4"}, {"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-12-03T16:20:57Z", "security_group_id": "d181265a-66ae-415f-bda5-dc95cea9ea0d", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:57Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "a2537d57-f2dd-4ea5-8097-3aff34b6950f"}]} 2018-12-03 16:21:03,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-a31a9902-ea20-46eb-bfef-ddf690924e94 2018-12-03 16:21:03,301 - neutron_utils - INFO - Deleting security group rule with ID - a2537d57-f2dd-4ea5-8097-3aff34b6950f 2018-12-03 16:21:03,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/a2537d57-f2dd-4ea5-8097-3aff34b6950f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:21:03,567 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-15929577-b364-47ec-ad64-b8a938e3c658 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:03,568 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/a2537d57-f2dd-4ea5-8097-3aff34b6950f used request id req-15929577-b364-47ec-ad64-b8a938e3c658 2018-12-03 16:21:03,568 - neutron_utils - INFO - Deleting security group rule with ID - 70d8f3a4-1519-42bd-864e-de934314da09 2018-12-03 16:21:03,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/70d8f3a4-1519-42bd-864e-de934314da09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:21:03,673 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fcef41a0-8415-4ad8-9256-b2801f0b11c9 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:03,673 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/70d8f3a4-1519-42bd-864e-de934314da09 used request id req-fcef41a0-8415-4ad8-9256-b2801f0b11c9 2018-12-03 16:21:03,673 - neutron_utils - INFO - Deleting security group rule with ID - 76451367-6032-4fed-b08c-df2f5b5d8559 2018-12-03 16:21:03,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/76451367-6032-4fed-b08c-df2f5b5d8559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:21:03,929 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cacbc5b6-e0dd-4b74-a7c8-4c912cf93c3b Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:03,929 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/76451367-6032-4fed-b08c-df2f5b5d8559 used request id req-cacbc5b6-e0dd-4b74-a7c8-4c912cf93c3b 2018-12-03 16:21:03,930 - neutron_utils - INFO - Deleting security group rule with ID - 0299b8ee-6c8c-4e01-b01d-36e17d98f50b 2018-12-03 16:21:03,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/0299b8ee-6c8c-4e01-b01d-36e17d98f50b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:21:04,174 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-49a833ad-eeaa-4b0a-9e9f-bc9806588135 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:04,174 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/0299b8ee-6c8c-4e01-b01d-36e17d98f50b used request id req-49a833ad-eeaa-4b0a-9e9f-bc9806588135 2018-12-03 16:21:04,174 - neutron_utils - INFO - Deleting security group rule with ID - 8ecb36a2-ff75-4a06-8afc-2a686662cdc4 2018-12-03 16:21:04,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/8ecb36a2-ff75-4a06-8afc-2a686662cdc4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:21:04,289 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9fc6331d-ff5b-4a19-95ba-e0961a0e2f61 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:04,289 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/8ecb36a2-ff75-4a06-8afc-2a686662cdc4 used request id req-9fc6331d-ff5b-4a19-95ba-e0961a0e2f61 2018-12-03 16:21:04,289 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-c84d014d-8b40-4010-80ae-1a3e8914c160name 2018-12-03 16:21:04,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/d181265a-66ae-415f-bda5-dc95cea9ea0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe852e9d4a39d26bbf53b1a996c77ddf4672ec7" 2018-12-03 16:21:04,573 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e358de2c-7cb7-4612-96e1-ac90e60f62dc Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:04,573 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/d181265a-66ae-415f-bda5-dc95cea9ea0d used request id req-e358de2c-7cb7-4612-96e1-ac90e60f62dc 2018-12-03 16:21:04,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:21:04,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-2f024452-fb5e-4e6d-a59e-fc5d8d39c794 Date: Mon, 03 Dec 2018 16:21:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "updated_at": "2018-12-03T16:20:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "020c4778-b013-465a-bb6c-0b1ea1226cb8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d8431bd2-bc93-4b4b-9327-fc014dc6b419", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "590f205e-6d36-4d37-a8da-a5d4cf04e76b", "remote_group_id": "d8431bd2-bc93-4b4b-9327-fc014dc6b419", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d8431bd2-bc93-4b4b-9327-fc014dc6b419", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "b1b368ae-e1c7-463b-aa81-ed0bd3cc0a7b", "remote_group_id": "d8431bd2-bc93-4b4b-9327-fc014dc6b419", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d8431bd2-bc93-4b4b-9327-fc014dc6b419", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "revision_number": 0, "id": "d8061a59-0150-48a1-93ea-9ee6bc6baa93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:55Z", "security_group_id": "d8431bd2-bc93-4b4b-9327-fc014dc6b419", "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "945fb137270f413eb1e5c8455f6ce1fc"}], "revision_number": 4, "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d8431bd2-bc93-4b4b-9327-fc014dc6b419", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:21:04,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-2f024452-fb5e-4e6d-a59e-fc5d8d39c794 2018-12-03 16:21:04,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:21:04,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df2062c0-f897-4ddb-8746-7fd32f5df8b1 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:21:04,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-df2062c0-f897-4ddb-8746-7fd32f5df8b1 2018-12-03 16:21:04,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:21:04,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8a02baf-dea3-4def-af38-fa51015dedb4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:21:04,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-a8a02baf-dea3-4def-af38-fa51015dedb4 2018-12-03 16:21:04,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:21:05,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce6e64c0-c2fd-4ebf-8d6b-263deb53e248 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc"}, "enabled": true, "id": "945fb137270f413eb1e5c8455f6ce1fc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-91689a4d-844d-4a5-proj"}} 2018-12-03 16:21:05,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc used request id req-ce6e64c0-c2fd-4ebf-8d6b-263deb53e248 2018-12-03 16:21:05,062 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8431bd2-bc93-4b4b-9327-fc014dc6b419 2018-12-03 16:21:05,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d8431bd2-bc93-4b4b-9327-fc014dc6b419 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:21:05,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d6b0a4e8-f69e-497e-bc2e-c8a18e8f0b81 Date: Mon, 03 Dec 2018 16:21:05 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-12-03T16:20:55Z", "security_group_id": "d8431bd2-bc93-4b4b-9327-fc014dc6b419", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "020c4778-b013-465a-bb6c-0b1ea1226cb8"}, {"remote_group_id": "d8431bd2-bc93-4b4b-9327-fc014dc6b419", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d8431bd2-bc93-4b4b-9327-fc014dc6b419", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "590f205e-6d36-4d37-a8da-a5d4cf04e76b"}, {"remote_group_id": "d8431bd2-bc93-4b4b-9327-fc014dc6b419", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d8431bd2-bc93-4b4b-9327-fc014dc6b419", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "b1b368ae-e1c7-463b-aa81-ed0bd3cc0a7b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:20:55Z", "security_group_id": "d8431bd2-bc93-4b4b-9327-fc014dc6b419", "port_range_min": null, "revision_number": 0, "tenant_id": "945fb137270f413eb1e5c8455f6ce1fc", "created_at": "2018-12-03T16:20:55Z", "project_id": "945fb137270f413eb1e5c8455f6ce1fc", "id": "d8061a59-0150-48a1-93ea-9ee6bc6baa93"}]} 2018-12-03 16:21:05,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d8431bd2-bc93-4b4b-9327-fc014dc6b419 used request id req-d6b0a4e8-f69e-497e-bc2e-c8a18e8f0b81 2018-12-03 16:21:05,245 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:21:05,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/d8431bd2-bc93-4b4b-9327-fc014dc6b419 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:21:05,535 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6a6f4a9-84e3-4995-8440-842c15036774 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:05,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/d8431bd2-bc93-4b4b-9327-fc014dc6b419 used request id req-a6a6f4a9-84e3-4995-8440-842c15036774 2018-12-03 16:21:05,536 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-91689a4d-844d-4a5-proj 2018-12-03 16:21:05,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:21:05,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b45201a9-865f-48ac-9270-20c4f280fbb0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:05,755 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/945fb137270f413eb1e5c8455f6ce1fc used request id req-b45201a9-865f-48ac-9270-20c4f280fbb0 2018-12-03 16:21:05,756 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-91689a4d-844d-4a5-proj-role 2018-12-03 16:21:05,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/e44115e937f54f7494b6e908efe33ba8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:21:05,859 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a031150-5cf2-40ad-a5fd-90ffc9de2248 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:05,860 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/e44115e937f54f7494b6e908efe33ba8 used request id req-7a031150-5cf2-40ad-a5fd-90ffc9de2248 2018-12-03 16:21:05,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29ccb9e5307ed77a5b691975151ad5da6b907d1" 2018-12-03 16:21:05,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39f4f0ce-daeb-46ec-a9c3-5f94eb7a4872 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:21:05,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-39f4f0ce-daeb-46ec-a9c3-5f94eb7a4872 2018-12-03 16:21:05,961 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-91689a4d-844d-4a5-user 2018-12-03 16:21:05,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/14fc2b4bf3bd49db8957b285ae2719c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72b57909537c2f46b7a0fbcfdea0757a7c420f02" 2018-12-03 16:21:06,158 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d2ae4fc-024b-42bd-abaf-6e1bac540402 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:06,158 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/14fc2b4bf3bd49db8957b285ae2719c2 used request id req-8d2ae4fc-024b-42bd-abaf-6e1bac540402 2018-12-03 16:21:06,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:06,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["PZKx8b7mQd-C_FVPJeKg4g"], "issued_at": "2018-12-03T16:21:06.000000Z"}} 2018-12-03 16:21:06,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1677835a1cadabb2e8186d3d25918e7c38d4066" 2018-12-03 16:21:06,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b713c35-5e58-4007-888e-b224d1c6577f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:06,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3b713c35-5e58-4007-888e-b224d1c6577f 2018-12-03 16:21:06,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:06,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:07,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["0XeRLZBiReKsxBIA89T9OA"], "issued_at": "2018-12-03T16:21:07.000000Z"}} 2018-12-03 16:21:07,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" 2018-12-03 16:21:07,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b71db9d-2087-497c-b7de-1fa63da16f47 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:07,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0b71db9d-2087-497c-b7de-1fa63da16f47 2018-12-03 16:21:07,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:21:07,179 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:21:07,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7f00ee90-9353-4fa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" 2018-12-03 16:21:07,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8582b6a3-f143-41c8-b157-961b24b88d99 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7f00ee90-9353-4fa-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:21:07,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7f00ee90-9353-4fa-proj used request id req-8582b6a3-f143-41c8-b157-961b24b88d99 2018-12-03 16:21:07,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" 2018-12-03 16:21:07,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38ac187e-1b44-490e-bea6-ee1b2a1fc7dc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:21:07,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-38ac187e-1b44-490e-bea6-ee1b2a1fc7dc 2018-12-03 16:21:07,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-7f00ee90-9353-4fa-proj"}}' 2018-12-03 16:21:07,476 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:21:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c376d7c-379b-45ae-b49e-d6904ac90552 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/5983771097dd4140b925afef254fad88"}, "enabled": true, "id": "5983771097dd4140b925afef254fad88", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7f00ee90-9353-4fa-proj"}} 2018-12-03 16:21:07,477 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5c376d7c-379b-45ae-b49e-d6904ac90552 2018-12-03 16:21:07,477 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-7f00ee90-9353-4fa-proj 2018-12-03 16:21:07,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:07,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:07,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["tS1uKDeFSjeGIZppBo4HkA"], "issued_at": "2018-12-03T16:21:07.000000Z"}} 2018-12-03 16:21:07,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b02172372ad46fb4f670462c0030c800e6e3f83" 2018-12-03 16:21:07,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-689dbcca-7ee5-4d4b-85e2-8538a50b40b0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:07,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-689dbcca-7ee5-4d4b-85e2-8538a50b40b0 2018-12-03 16:21:07,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:21:07,947 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:21:07,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b02172372ad46fb4f670462c0030c800e6e3f83" 2018-12-03 16:21:08,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1053b5f0-1a3d-4f18-b106-33d89b3281a8 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:21:08,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1053b5f0-1a3d-4f18-b106-33d89b3281a8 2018-12-03 16:21:08,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-7f00ee90-9353-4fa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b02172372ad46fb4f670462c0030c800e6e3f83" 2018-12-03 16:21:08,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c375a657-74a5-41e1-b4cf-46f9e7aaa2ad Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-7f00ee90-9353-4fa-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/5983771097dd4140b925afef254fad88"}, "enabled": true, "id": "5983771097dd4140b925afef254fad88", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7f00ee90-9353-4fa-proj"}]} 2018-12-03 16:21:08,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-7f00ee90-9353-4fa-proj used request id req-c375a657-74a5-41e1-b4cf-46f9e7aaa2ad 2018-12-03 16:21:08,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b02172372ad46fb4f670462c0030c800e6e3f83" 2018-12-03 16:21:08,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf963b8-a0e7-4aec-aabd-957b3561b425 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:21:08,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-3bf963b8-a0e7-4aec-aabd-957b3561b425 2018-12-03 16:21:08,537 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-7f00ee90-9353-4fa-user 2018-12-03 16:21:08,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:08,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" 2018-12-03 16:21:08,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcf1f56d-68fd-4ad0-9fdd-24ea744a01ff Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:21:08,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-fcf1f56d-68fd-4ad0-9fdd-24ea744a01ff 2018-12-03 16:21:08,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" -d '{"role": {"name": "CreateSecurityGroupTests-7f00ee90-9353-4fa-proj-role"}}' 2018-12-03 16:21:08,734 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:21:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33bf9361-f912-46d5-a7ac-b91af489ddd1 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e1f3b87b719a4c57b6a934cf895a6399", "links": {"self": "http://172.30.9.30:5000/v3/roles/e1f3b87b719a4c57b6a934cf895a6399"}, "name": "CreateSecurityGroupTests-7f00ee90-9353-4fa-proj-role"}} 2018-12-03 16:21:08,734 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-33bf9361-f912-46d5-a7ac-b91af489ddd1 2018-12-03 16:21:08,734 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-7f00ee90-9353-4fa-proj-role 2018-12-03 16:21:08,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/e1f3b87b719a4c57b6a934cf895a6399 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" 2018-12-03 16:21:08,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d13ce2a8-3769-40da-bea5-07200108c0e4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/e1f3b87b719a4c57b6a934cf895a6399"}, "domain_id": null, "name": "CreateSecurityGroupTests-7f00ee90-9353-4fa-proj-role", "id": "e1f3b87b719a4c57b6a934cf895a6399"}} 2018-12-03 16:21:08,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/e1f3b87b719a4c57b6a934cf895a6399 used request id req-d13ce2a8-3769-40da-bea5-07200108c0e4 2018-12-03 16:21:08,755 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-7f00ee90-9353-4fa-proj-role to project CreateSecurityGroupTests-7f00ee90-9353-4fa-proj 2018-12-03 16:21:08,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/5983771097dd4140b925afef254fad88/users/0420b639aea346168312cd351dcb7602/roles/e1f3b87b719a4c57b6a934cf895a6399 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" 2018-12-03 16:21:08,886 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edb8d0bb-44c4-42c6-ae7c-b9bad9b98fbf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:08,886 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/5983771097dd4140b925afef254fad88/users/0420b639aea346168312cd351dcb7602/roles/e1f3b87b719a4c57b6a934cf895a6399 used request id req-edb8d0bb-44c4-42c6-ae7c-b9bad9b98fbf 2018-12-03 16:21:08,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:08,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:09,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e1f3b87b719a4c57b6a934cf895a6399", "name": "CreateSecurityGroupTests-7f00ee90-9353-4fa-proj-role"}], "expires_at": "2018-12-03T17:21:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5983771097dd4140b925afef254fad88", "name": "CreateSecurityGroupTests-7f00ee90-9353-4fa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/5983771097dd4140b925afef254fad88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/5983771097dd4140b925afef254fad88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/5983771097dd4140b925afef254fad88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/5983771097dd4140b925afef254fad88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/5983771097dd4140b925afef254fad88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/5983771097dd4140b925afef254fad88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/5983771097dd4140b925afef254fad88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/5983771097dd4140b925afef254fad88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/5983771097dd4140b925afef254fad88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/5983771097dd4140b925afef254fad88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/5983771097dd4140b925afef254fad88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/5983771097dd4140b925afef254fad88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-7f00ee90-9353-4fa-user", "id": "0420b639aea346168312cd351dcb7602"}, "audit_ids": ["SDFXxYSHQka6ma5da2m-1Q"], "issued_at": "2018-12-03T16:21:09.000000Z"}} 2018-12-03 16:21:09,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57468199a215e16d2448ff1d3c59824d69a55599" 2018-12-03 16:21:09,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c88f4e1-62ae-4607-b4c0-7de8a77c215a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:09,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0c88f4e1-62ae-4607-b4c0-7de8a77c215a 2018-12-03 16:21:09,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8bbd9445-dc60-4eec-841d-ca29cd7ebb01name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57468199a215e16d2448ff1d3c59824d69a55599" 2018-12-03 16:21:09,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-791bfbfc-4fb7-4d1b-a4bb-a6556d036ab2 Date: Mon, 03 Dec 2018 16:21:09 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:21:09,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8bbd9445-dc60-4eec-841d-ca29cd7ebb01name&description=hello+group used request id req-791bfbfc-4fb7-4d1b-a4bb-a6556d036ab2 2018-12-03 16:21:09,661 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-8bbd9445-dc60-4eec-841d-ca29cd7ebb01name... 2018-12-03 16:21:09,661 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-8bbd9445-dc60-4eec-841d-ca29cd7ebb01name 2018-12-03 16:21:09,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57468199a215e16d2448ff1d3c59824d69a55599" -d '{"security_group": {"name": "CreateSecurityGroupTests-8bbd9445-dc60-4eec-841d-ca29cd7ebb01name", "description": "hello group"}}' 2018-12-03 16:21:10,010 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-62de1230-6be8-44a5-b060-3764a62a9ba7 Date: Mon, 03 Dec 2018 16:21:10 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "updated_at": "2018-12-03T16:21:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "revision_number": 0, "id": "02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "tenant_id": "5983771097dd4140b925afef254fad88", "port_range_min": null, "ethertype": "IPv6", "project_id": "5983771097dd4140b925afef254fad88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "revision_number": 0, "id": "07289770-94b7-492c-917f-dcc5c76f8898", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "tenant_id": "5983771097dd4140b925afef254fad88", "port_range_min": null, "ethertype": "IPv4", "project_id": "5983771097dd4140b925afef254fad88"}], "revision_number": 2, "project_id": "5983771097dd4140b925afef254fad88", "id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "name": "CreateSecurityGroupTests-8bbd9445-dc60-4eec-841d-ca29cd7ebb01name"}} 2018-12-03 16:21:10,010 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-62de1230-6be8-44a5-b060-3764a62a9ba7 2018-12-03 16:21:10,011 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21e33bd8-e981-4193-bed7-44e9080dd03a 2018-12-03 16:21:10,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=21e33bd8-e981-4193-bed7-44e9080dd03a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57468199a215e16d2448ff1d3c59824d69a55599" 2018-12-03 16:21:10,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0b2c6584-3255-4bf8-b4ef-0bf77ef524fc Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "07289770-94b7-492c-917f-dcc5c76f8898"}]} 2018-12-03 16:21:10,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=21e33bd8-e981-4193-bed7-44e9080dd03a used request id req-0b2c6584-3255-4bf8-b4ef-0bf77ef524fc 2018-12-03 16:21:10,190 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21e33bd8-e981-4193-bed7-44e9080dd03a 2018-12-03 16:21:10,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=21e33bd8-e981-4193-bed7-44e9080dd03a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57468199a215e16d2448ff1d3c59824d69a55599" 2018-12-03 16:21:10,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dd743dc9-2df2-46da-810a-beec332a93bd Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "07289770-94b7-492c-917f-dcc5c76f8898"}]} 2018-12-03 16:21:10,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=21e33bd8-e981-4193-bed7-44e9080dd03a used request id req-dd743dc9-2df2-46da-810a-beec332a93bd 2018-12-03 16:21:10,220 - neutron_utils - INFO - Retrieving security group with ID - 21e33bd8-e981-4193-bed7-44e9080dd03a 2018-12-03 16:21:10,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=21e33bd8-e981-4193-bed7-44e9080dd03a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57468199a215e16d2448ff1d3c59824d69a55599" 2018-12-03 16:21:10,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-6e96cf54-c6ee-4828-a691-6f9394b0eb07 Date: Mon, 03 Dec 2018 16:21:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "updated_at": "2018-12-03T16:21:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "revision_number": 0, "id": "02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "tenant_id": "5983771097dd4140b925afef254fad88", "port_range_min": null, "ethertype": "IPv6", "project_id": "5983771097dd4140b925afef254fad88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "revision_number": 0, "id": "07289770-94b7-492c-917f-dcc5c76f8898", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "tenant_id": "5983771097dd4140b925afef254fad88", "port_range_min": null, "ethertype": "IPv4", "project_id": "5983771097dd4140b925afef254fad88"}], "revision_number": 2, "project_id": "5983771097dd4140b925afef254fad88", "id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "name": "CreateSecurityGroupTests-8bbd9445-dc60-4eec-841d-ca29cd7ebb01name"}]} 2018-12-03 16:21:10,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=21e33bd8-e981-4193-bed7-44e9080dd03a used request id req-6e96cf54-c6ee-4828-a691-6f9394b0eb07 2018-12-03 16:21:10,434 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21e33bd8-e981-4193-bed7-44e9080dd03a 2018-12-03 16:21:10,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=21e33bd8-e981-4193-bed7-44e9080dd03a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57468199a215e16d2448ff1d3c59824d69a55599" 2018-12-03 16:21:10,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-afe8e745-2ff9-4568-99d5-593ecbd7883d Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "07289770-94b7-492c-917f-dcc5c76f8898"}]} 2018-12-03 16:21:10,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=21e33bd8-e981-4193-bed7-44e9080dd03a used request id req-afe8e745-2ff9-4568-99d5-593ecbd7883d 2018-12-03 16:21:10,610 - neutron_utils - INFO - Retrieving security group with ID - 21e33bd8-e981-4193-bed7-44e9080dd03a 2018-12-03 16:21:10,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=21e33bd8-e981-4193-bed7-44e9080dd03a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57468199a215e16d2448ff1d3c59824d69a55599" 2018-12-03 16:21:10,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2cb98be8-ed7b-4abc-bbe5-7c70d82f12d9 Date: Mon, 03 Dec 2018 16:21:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "updated_at": "2018-12-03T16:21:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "revision_number": 0, "id": "02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "tenant_id": "5983771097dd4140b925afef254fad88", "port_range_min": null, "ethertype": "IPv6", "project_id": "5983771097dd4140b925afef254fad88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "revision_number": 0, "id": "07289770-94b7-492c-917f-dcc5c76f8898", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "tenant_id": "5983771097dd4140b925afef254fad88", "port_range_min": null, "ethertype": "IPv4", "project_id": "5983771097dd4140b925afef254fad88"}], "revision_number": 2, "project_id": "5983771097dd4140b925afef254fad88", "id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "name": "CreateSecurityGroupTests-8bbd9445-dc60-4eec-841d-ca29cd7ebb01name"}]} 2018-12-03 16:21:10,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=21e33bd8-e981-4193-bed7-44e9080dd03a used request id req-2cb98be8-ed7b-4abc-bbe5-7c70d82f12d9 2018-12-03 16:21:10,803 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21e33bd8-e981-4193-bed7-44e9080dd03a 2018-12-03 16:21:10,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=21e33bd8-e981-4193-bed7-44e9080dd03a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57468199a215e16d2448ff1d3c59824d69a55599" 2018-12-03 16:21:10,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ebe22f93-eae3-401a-a357-dec88b402775 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "07289770-94b7-492c-917f-dcc5c76f8898"}]} 2018-12-03 16:21:10,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=21e33bd8-e981-4193-bed7-44e9080dd03a used request id req-ebe22f93-eae3-401a-a357-dec88b402775 2018-12-03 16:21:10,981 - neutron_utils - INFO - Retrieving security group with ID - 21e33bd8-e981-4193-bed7-44e9080dd03a 2018-12-03 16:21:10,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=21e33bd8-e981-4193-bed7-44e9080dd03a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57468199a215e16d2448ff1d3c59824d69a55599" 2018-12-03 16:21:11,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9c5c116b-97f1-4164-9f46-e86af92dc3e4 Date: Mon, 03 Dec 2018 16:21:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "updated_at": "2018-12-03T16:21:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "revision_number": 0, "id": "02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "tenant_id": "5983771097dd4140b925afef254fad88", "port_range_min": null, "ethertype": "IPv6", "project_id": "5983771097dd4140b925afef254fad88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "revision_number": 0, "id": "07289770-94b7-492c-917f-dcc5c76f8898", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "tenant_id": "5983771097dd4140b925afef254fad88", "port_range_min": null, "ethertype": "IPv4", "project_id": "5983771097dd4140b925afef254fad88"}], "revision_number": 2, "project_id": "5983771097dd4140b925afef254fad88", "id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "name": "CreateSecurityGroupTests-8bbd9445-dc60-4eec-841d-ca29cd7ebb01name"}]} 2018-12-03 16:21:11,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=21e33bd8-e981-4193-bed7-44e9080dd03a used request id req-9c5c116b-97f1-4164-9f46-e86af92dc3e4 2018-12-03 16:21:11,040 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21e33bd8-e981-4193-bed7-44e9080dd03a 2018-12-03 16:21:11,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=21e33bd8-e981-4193-bed7-44e9080dd03a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57468199a215e16d2448ff1d3c59824d69a55599" 2018-12-03 16:21:11,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9ac7b30f-0ed5-4dc6-a4a2-f19d70c9a92c Date: Mon, 03 Dec 2018 16:21:11 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-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "07289770-94b7-492c-917f-dcc5c76f8898"}]} 2018-12-03 16:21:11,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=21e33bd8-e981-4193-bed7-44e9080dd03a used request id req-9ac7b30f-0ed5-4dc6-a4a2-f19d70c9a92c 2018-12-03 16:21:11,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:11,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e1f3b87b719a4c57b6a934cf895a6399", "name": "CreateSecurityGroupTests-7f00ee90-9353-4fa-proj-role"}], "expires_at": "2018-12-03T17:21:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5983771097dd4140b925afef254fad88", "name": "CreateSecurityGroupTests-7f00ee90-9353-4fa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/5983771097dd4140b925afef254fad88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/5983771097dd4140b925afef254fad88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/5983771097dd4140b925afef254fad88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/5983771097dd4140b925afef254fad88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/5983771097dd4140b925afef254fad88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/5983771097dd4140b925afef254fad88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/5983771097dd4140b925afef254fad88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/5983771097dd4140b925afef254fad88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/5983771097dd4140b925afef254fad88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/5983771097dd4140b925afef254fad88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/5983771097dd4140b925afef254fad88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/5983771097dd4140b925afef254fad88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-7f00ee90-9353-4fa-user", "id": "0420b639aea346168312cd351dcb7602"}, "audit_ids": ["DTvb2GDlR76ZDpMPy9gjFQ"], "issued_at": "2018-12-03T16:21:11.000000Z"}} 2018-12-03 16:21:11,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8bbd9445-dc60-4eec-841d-ca29cd7ebb01name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c7e6a7537b33c38b1a88a0f1ad9eca840fee51d" 2018-12-03 16:21:11,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-5a0ddab4-458b-48c5-9654-22eb3caf7681 Date: Mon, 03 Dec 2018 16:21:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "updated_at": "2018-12-03T16:21:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "revision_number": 0, "id": "02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "tenant_id": "5983771097dd4140b925afef254fad88", "port_range_min": null, "ethertype": "IPv6", "project_id": "5983771097dd4140b925afef254fad88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "revision_number": 0, "id": "07289770-94b7-492c-917f-dcc5c76f8898", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "tenant_id": "5983771097dd4140b925afef254fad88", "port_range_min": null, "ethertype": "IPv4", "project_id": "5983771097dd4140b925afef254fad88"}], "revision_number": 2, "project_id": "5983771097dd4140b925afef254fad88", "id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "name": "CreateSecurityGroupTests-8bbd9445-dc60-4eec-841d-ca29cd7ebb01name"}]} 2018-12-03 16:21:11,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8bbd9445-dc60-4eec-841d-ca29cd7ebb01name&description=hello+group used request id req-5a0ddab4-458b-48c5-9654-22eb3caf7681 2018-12-03 16:21:11,784 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21e33bd8-e981-4193-bed7-44e9080dd03a 2018-12-03 16:21:11,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=21e33bd8-e981-4193-bed7-44e9080dd03a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c7e6a7537b33c38b1a88a0f1ad9eca840fee51d" 2018-12-03 16:21:11,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f2f6c9a1-f58e-45dc-a15d-52672ae05ea8 Date: Mon, 03 Dec 2018 16:21:11 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-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "07289770-94b7-492c-917f-dcc5c76f8898"}]} 2018-12-03 16:21:11,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=21e33bd8-e981-4193-bed7-44e9080dd03a used request id req-f2f6c9a1-f58e-45dc-a15d-52672ae05ea8 2018-12-03 16:21:11,965 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21e33bd8-e981-4193-bed7-44e9080dd03a 2018-12-03 16:21:11,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=21e33bd8-e981-4193-bed7-44e9080dd03a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c7e6a7537b33c38b1a88a0f1ad9eca840fee51d" 2018-12-03 16:21:12,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-227ee71d-0c58-4452-956f-ae08fa3cd65b Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "security_group_id": "21e33bd8-e981-4193-bed7-44e9080dd03a", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "07289770-94b7-492c-917f-dcc5c76f8898"}]} 2018-12-03 16:21:12,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=21e33bd8-e981-4193-bed7-44e9080dd03a used request id req-227ee71d-0c58-4452-956f-ae08fa3cd65b 2018-12-03 16:21:12,141 - neutron_utils - INFO - Deleting security group rule with ID - 02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86 2018-12-03 16:21:12,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57468199a215e16d2448ff1d3c59824d69a55599" 2018-12-03 16:21:12,389 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9062743b-d1d0-4866-9708-95e4488e1bb3 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:12,389 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/02b66696-1d4f-4fd3-b2d4-ddaefaa2ec86 used request id req-9062743b-d1d0-4866-9708-95e4488e1bb3 2018-12-03 16:21:12,389 - neutron_utils - INFO - Deleting security group rule with ID - 07289770-94b7-492c-917f-dcc5c76f8898 2018-12-03 16:21:12,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/07289770-94b7-492c-917f-dcc5c76f8898 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57468199a215e16d2448ff1d3c59824d69a55599" 2018-12-03 16:21:12,643 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-80d885d1-3bae-4b01-8070-a1e0dcef2a51 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:12,643 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/07289770-94b7-492c-917f-dcc5c76f8898 used request id req-80d885d1-3bae-4b01-8070-a1e0dcef2a51 2018-12-03 16:21:12,644 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-8bbd9445-dc60-4eec-841d-ca29cd7ebb01name 2018-12-03 16:21:12,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/21e33bd8-e981-4193-bed7-44e9080dd03a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57468199a215e16d2448ff1d3c59824d69a55599" 2018-12-03 16:21:12,892 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3ec79444-b65d-424a-8bc7-76c81d354ef1 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:12,892 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/21e33bd8-e981-4193-bed7-44e9080dd03a used request id req-3ec79444-b65d-424a-8bc7-76c81d354ef1 2018-12-03 16:21:12,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" 2018-12-03 16:21:13,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-64cbc3fe-4b52-451d-a1ec-3750e87e3593 Date: Mon, 03 Dec 2018 16:21:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "updated_at": "2018-12-03T16:21:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "revision_number": 0, "id": "370c2461-4649-4d6d-b057-5753266f2104", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:09Z", "security_group_id": "07f56a5e-d1ed-496d-ab51-dc435f3201cd", "tenant_id": "5983771097dd4140b925afef254fad88", "port_range_min": null, "ethertype": "IPv6", "project_id": "5983771097dd4140b925afef254fad88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "revision_number": 0, "id": "8a61835d-ce0a-4514-8357-e663d8c78229", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:09Z", "security_group_id": "07f56a5e-d1ed-496d-ab51-dc435f3201cd", "tenant_id": "5983771097dd4140b925afef254fad88", "port_range_min": null, "ethertype": "IPv4", "project_id": "5983771097dd4140b925afef254fad88"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "revision_number": 0, "id": "bc0c9946-1fcd-4fc2-81a5-c090929c1483", "remote_group_id": "07f56a5e-d1ed-496d-ab51-dc435f3201cd", "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:09Z", "security_group_id": "07f56a5e-d1ed-496d-ab51-dc435f3201cd", "tenant_id": "5983771097dd4140b925afef254fad88", "port_range_min": null, "ethertype": "IPv4", "project_id": "5983771097dd4140b925afef254fad88"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "revision_number": 0, "id": "d487b365-e8f6-4ff5-9de0-f3b23779864a", "remote_group_id": "07f56a5e-d1ed-496d-ab51-dc435f3201cd", "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:09Z", "security_group_id": "07f56a5e-d1ed-496d-ab51-dc435f3201cd", "tenant_id": "5983771097dd4140b925afef254fad88", "port_range_min": null, "ethertype": "IPv6", "project_id": "5983771097dd4140b925afef254fad88"}], "revision_number": 4, "project_id": "5983771097dd4140b925afef254fad88", "id": "07f56a5e-d1ed-496d-ab51-dc435f3201cd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:21:13,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-64cbc3fe-4b52-451d-a1ec-3750e87e3593 2018-12-03 16:21:13,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/5983771097dd4140b925afef254fad88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" 2018-12-03 16:21:13,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-533c3eea-66b4-4d29-b10d-d2ccca695b1f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/5983771097dd4140b925afef254fad88"}, "enabled": true, "id": "5983771097dd4140b925afef254fad88", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7f00ee90-9353-4fa-proj"}} 2018-12-03 16:21:13,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/5983771097dd4140b925afef254fad88 used request id req-533c3eea-66b4-4d29-b10d-d2ccca695b1f 2018-12-03 16:21:13,200 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 07f56a5e-d1ed-496d-ab51-dc435f3201cd 2018-12-03 16:21:13,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=07f56a5e-d1ed-496d-ab51-dc435f3201cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" 2018-12-03 16:21:13,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ab5dfc82-c8ae-40d4-a748-71c91bf6bb1c Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:09Z", "security_group_id": "07f56a5e-d1ed-496d-ab51-dc435f3201cd", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "370c2461-4649-4d6d-b057-5753266f2104"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "security_group_id": "07f56a5e-d1ed-496d-ab51-dc435f3201cd", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "8a61835d-ce0a-4514-8357-e663d8c78229"}, {"remote_group_id": "07f56a5e-d1ed-496d-ab51-dc435f3201cd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "security_group_id": "07f56a5e-d1ed-496d-ab51-dc435f3201cd", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "bc0c9946-1fcd-4fc2-81a5-c090929c1483"}, {"remote_group_id": "07f56a5e-d1ed-496d-ab51-dc435f3201cd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:09Z", "security_group_id": "07f56a5e-d1ed-496d-ab51-dc435f3201cd", "port_range_min": null, "revision_number": 0, "tenant_id": "5983771097dd4140b925afef254fad88", "created_at": "2018-12-03T16:21:09Z", "project_id": "5983771097dd4140b925afef254fad88", "id": "d487b365-e8f6-4ff5-9de0-f3b23779864a"}]} 2018-12-03 16:21:13,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=07f56a5e-d1ed-496d-ab51-dc435f3201cd used request id req-ab5dfc82-c8ae-40d4-a748-71c91bf6bb1c 2018-12-03 16:21:13,391 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:21:13,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/07f56a5e-d1ed-496d-ab51-dc435f3201cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" 2018-12-03 16:21:13,680 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0e962882-6c6e-4560-b1ac-bc75512183b7 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:13,680 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/07f56a5e-d1ed-496d-ab51-dc435f3201cd used request id req-0e962882-6c6e-4560-b1ac-bc75512183b7 2018-12-03 16:21:13,681 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-7f00ee90-9353-4fa-proj 2018-12-03 16:21:13,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/5983771097dd4140b925afef254fad88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" 2018-12-03 16:21:13,886 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22df8679-082d-4de5-81f9-790444f96f3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:13,886 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/5983771097dd4140b925afef254fad88 used request id req-22df8679-082d-4de5-81f9-790444f96f3b 2018-12-03 16:21:13,886 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-7f00ee90-9353-4fa-proj-role 2018-12-03 16:21:13,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/e1f3b87b719a4c57b6a934cf895a6399 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" 2018-12-03 16:21:13,991 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-953caba0-4d9b-437f-8bf0-e13c43fa17be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:13,991 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/e1f3b87b719a4c57b6a934cf895a6399 used request id req-953caba0-4d9b-437f-8bf0-e13c43fa17be 2018-12-03 16:21:13,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cd4c17baf92924ddee61462d1a61991110853d" 2018-12-03 16:21:14,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d39d8ec0-61a7-4d21-971e-9d260b149b1d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:21:14,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d39d8ec0-61a7-4d21-971e-9d260b149b1d 2018-12-03 16:21:14,086 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-7f00ee90-9353-4fa-user 2018-12-03 16:21:14,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/0420b639aea346168312cd351dcb7602 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b02172372ad46fb4f670462c0030c800e6e3f83" 2018-12-03 16:21:14,266 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf30effb-9b5d-497d-9988-ba05a9a848bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:14,266 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/0420b639aea346168312cd351dcb7602 used request id req-bf30effb-9b5d-497d-9988-ba05a9a848bf 2018-12-03 16:21:14,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:14,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["l-OSm9JwTEySaP7TUGiqAg"], "issued_at": "2018-12-03T16:21:14.000000Z"}} 2018-12-03 16:21:14,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60e7307b6ae5542c06753c3be86cde812fda412a" 2018-12-03 16:21:14,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6678f990-d9ef-420e-bd2f-35e37d60a27a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:14,721 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6678f990-d9ef-420e-bd2f-35e37d60a27a 2018-12-03 16:21:14,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:14,724 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:15,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["8IPzp1zURye4C5Ei_mRQ7Q"], "issued_at": "2018-12-03T16:21:15.000000Z"}} 2018-12-03 16:21:15,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:15,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33e87c0d-5fd2-4579-8bc4-be423148eaaa Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:15,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-33e87c0d-5fd2-4579-8bc4-be423148eaaa 2018-12-03 16:21:15,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:21:15,202 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:21:15,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7f6280a3-a66f-411-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:15,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a5fa3c0-b195-4238-adcd-97a06544321c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7f6280a3-a66f-411-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:21:15,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7f6280a3-a66f-411-proj used request id req-5a5fa3c0-b195-4238-adcd-97a06544321c 2018-12-03 16:21:15,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:15,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-088d18a4-9525-413a-ae1a-9c36524677b7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:21:15,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-088d18a4-9525-413a-ae1a-9c36524677b7 2018-12-03 16:21:15,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-proj"}}' 2018-12-03 16:21:15,500 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:21:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b825cfd5-b482-4f20-a770-66390f44840e Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa"}, "enabled": true, "id": "07600599c15d4716beb5886a424702aa", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-proj"}} 2018-12-03 16:21:15,500 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b825cfd5-b482-4f20-a770-66390f44840e 2018-12-03 16:21:15,501 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-7f6280a3-a66f-411-proj 2018-12-03 16:21:15,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:15,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:15,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["P5sblvC4QvSSV4nazQGk9Q"], "issued_at": "2018-12-03T16:21:15.000000Z"}} 2018-12-03 16:21:15,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}649c0e5b30e9145de066c30745188a33e2115a56" 2018-12-03 16:21:15,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a473b54-e5a2-442e-ae86-a112d04f9bed Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:15,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3a473b54-e5a2-442e-ae86-a112d04f9bed 2018-12-03 16:21:15,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:21:15,972 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:21:15,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}649c0e5b30e9145de066c30745188a33e2115a56" 2018-12-03 16:21:16,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25b64aaa-a115-4d14-85c1-e3467e22d6de Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:21:16,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-25b64aaa-a115-4d14-85c1-e3467e22d6de 2018-12-03 16:21:16,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-7f6280a3-a66f-411-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}649c0e5b30e9145de066c30745188a33e2115a56" 2018-12-03 16:21:16,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a665937f-8151-4948-8a3d-1826e6303cb5 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-7f6280a3-a66f-411-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa"}, "enabled": true, "id": "07600599c15d4716beb5886a424702aa", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-proj"}]} 2018-12-03 16:21:16,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-7f6280a3-a66f-411-proj used request id req-a665937f-8151-4948-8a3d-1826e6303cb5 2018-12-03 16:21:16,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}649c0e5b30e9145de066c30745188a33e2115a56" 2018-12-03 16:21:16,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca1843c6-586f-44d5-a934-b2e33f016803 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:21:16,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-ca1843c6-586f-44d5-a934-b2e33f016803 2018-12-03 16:21:16,620 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-7f6280a3-a66f-411-user 2018-12-03 16:21:16,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:16,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:16,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf76fbfb-b499-4dca-a0b0-8c085b85a9d2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:21:16,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-bf76fbfb-b499-4dca-a0b0-8c085b85a9d2 2018-12-03 16:21:16,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" -d '{"role": {"name": "CreateSecurityGroupTests-7f6280a3-a66f-411-proj-role"}}' 2018-12-03 16:21:16,847 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:21:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa52dd38-951a-4ef7-b30c-aef9e68904d2 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f979fb9d2d594292847bfc8a3c98f2e7", "links": {"self": "http://172.30.9.30:5000/v3/roles/f979fb9d2d594292847bfc8a3c98f2e7"}, "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-proj-role"}} 2018-12-03 16:21:16,847 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-aa52dd38-951a-4ef7-b30c-aef9e68904d2 2018-12-03 16:21:16,848 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-7f6280a3-a66f-411-proj-role 2018-12-03 16:21:16,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/f979fb9d2d594292847bfc8a3c98f2e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:16,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64d331f8-a4ad-43bd-8408-21dc1faf4862 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/f979fb9d2d594292847bfc8a3c98f2e7"}, "domain_id": null, "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-proj-role", "id": "f979fb9d2d594292847bfc8a3c98f2e7"}} 2018-12-03 16:21:16,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/f979fb9d2d594292847bfc8a3c98f2e7 used request id req-64d331f8-a4ad-43bd-8408-21dc1faf4862 2018-12-03 16:21:16,937 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-7f6280a3-a66f-411-proj-role to project CreateSecurityGroupTests-7f6280a3-a66f-411-proj 2018-12-03 16:21:16,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa/users/89bd9d6bd7f747feafb4129f017fe073/roles/f979fb9d2d594292847bfc8a3c98f2e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:17,053 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a19eba6-f822-46e0-82b6-c3f2220e6263 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:17,053 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa/users/89bd9d6bd7f747feafb4129f017fe073/roles/f979fb9d2d594292847bfc8a3c98f2e7 used request id req-9a19eba6-f822-46e0-82b6-c3f2220e6263 2018-12-03 16:21:17,054 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:17,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:17,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f979fb9d2d594292847bfc8a3c98f2e7", "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-proj-role"}], "expires_at": "2018-12-03T17:21:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "07600599c15d4716beb5886a424702aa", "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/07600599c15d4716beb5886a424702aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/07600599c15d4716beb5886a424702aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/07600599c15d4716beb5886a424702aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/07600599c15d4716beb5886a424702aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/07600599c15d4716beb5886a424702aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/07600599c15d4716beb5886a424702aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/07600599c15d4716beb5886a424702aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/07600599c15d4716beb5886a424702aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/07600599c15d4716beb5886a424702aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/07600599c15d4716beb5886a424702aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/07600599c15d4716beb5886a424702aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/07600599c15d4716beb5886a424702aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-user", "id": "89bd9d6bd7f747feafb4129f017fe073"}, "audit_ids": ["opKTBTRNQmKF0EEl_53CIg"], "issued_at": "2018-12-03T16:21:17.000000Z"}} 2018-12-03 16:21:17,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:17,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c839dc2d-d141-48de-8724-8d4b2ee87514 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:17,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c839dc2d-d141-48de-8724-8d4b2ee87514 2018-12-03 16:21:17,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:17,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f90c8448-5d6d-479a-9ad3-d5a88d44a6ab Date: Mon, 03 Dec 2018 16:21:17 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:21:17,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname&description=hello+group used request id req-f90c8448-5d6d-479a-9ad3-d5a88d44a6ab 2018-12-03 16:21:17,815 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname... 2018-12-03 16:21:17,815 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname 2018-12-03 16:21:17,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" -d '{"security_group": {"name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname", "description": "hello group"}}' 2018-12-03 16:21:18,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-3c0de3e8-ecff-4b0a-a50d-3e18f73f1f6d Date: Mon, 03 Dec 2018 16:21:18 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 2, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}} 2018-12-03 16:21:18,159 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-3c0de3e8-ecff-4b0a-a50d-3e18f73f1f6d 2018-12-03 16:21:18,160 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:18,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:18,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-212c101f-b355-4466-bd06-54253136dda7 Date: Mon, 03 Dec 2018 16:21:18 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-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}]} 2018-12-03 16:21:18,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-212c101f-b355-4466-bd06-54253136dda7 2018-12-03 16:21:18,369 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:18,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:18,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-69890aaf-87d3-4b08-b4f7-84a6d30ee100 Date: Mon, 03 Dec 2018 16:21:18 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-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}]} 2018-12-03 16:21:18,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-69890aaf-87d3-4b08-b4f7-84a6d30ee100 2018-12-03 16:21:18,544 - neutron_utils - INFO - Retrieving security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:18,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:18,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-55decbab-4951-4324-a4a2-8005d9e659ba Date: Mon, 03 Dec 2018 16:21:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 2, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:18,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-55decbab-4951-4324-a4a2-8005d9e659ba 2018-12-03 16:21:18,743 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:18,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:18,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6166ad48-8725-4cad-8c2d-400a6a320a7e Date: Mon, 03 Dec 2018 16:21:18 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-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}]} 2018-12-03 16:21:18,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-6166ad48-8725-4cad-8c2d-400a6a320a7e 2018-12-03 16:21:18,907 - neutron_utils - INFO - Retrieving security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:18,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:19,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-52340681-dae4-4cd7-b5ab-feff03e2835b Date: Mon, 03 Dec 2018 16:21:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 2, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:19,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-52340681-dae4-4cd7-b5ab-feff03e2835b 2018-12-03 16:21:19,111 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:19,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:19,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-313d3879-c2e2-40b6-80d9-f4ce47aaf871 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}]} 2018-12-03 16:21:19,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-313d3879-c2e2-40b6-80d9-f4ce47aaf871 2018-12-03 16:21:19,278 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname 2018-12-03 16:21:19,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:19,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-077b9bb8-9ba5-4db4-97d2-3b6c87b97113 Date: Mon, 03 Dec 2018 16:21:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 2, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:19,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname used request id req-077b9bb8-9ba5-4db4-97d2-3b6c87b97113 2018-12-03 16:21:19,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:21:19,338 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:21:19,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:19,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ca27ce2-d121-46e6-969d-bcf4d4b02f77 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa"}, "enabled": true, "id": "07600599c15d4716beb5886a424702aa", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-proj"}} 2018-12-03 16:21:19,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa used request id req-8ca27ce2-d121-46e6-969d-bcf4d4b02f77 2018-12-03 16:21:19,353 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:19,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:19,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-91e6d9a6-9391-495f-8709-c6c444970289 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}]} 2018-12-03 16:21:19,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-91e6d9a6-9391-495f-8709-c6c444970289 2018-12-03 16:21:19,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}d8e095d2d4e2c982fd5e9778e1224802bf121e02" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7"}}' 2018-12-03 16:21:19,848 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-91ae86ad-ea4c-4eeb-b699-d26deb7d2559 Date: Mon, 03 Dec 2018 16:21:19 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}} 2018-12-03 16:21:19,848 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-91ae86ad-ea4c-4eeb-b699-d26deb7d2559 2018-12-03 16:21:19,848 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname 2018-12-03 16:21:19,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:20,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-d14bd53b-21d2-462c-a679-c806659d2375 Date: Mon, 03 Dec 2018 16:21:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:19Z", "revision_number": 0, "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 3, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:20,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname used request id req-d14bd53b-21d2-462c-a679-c806659d2375 2018-12-03 16:21:20,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:20,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1d90fb2-cda6-4819-88ac-0f2a0de00bab Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa"}, "enabled": true, "id": "07600599c15d4716beb5886a424702aa", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-proj"}} 2018-12-03 16:21:20,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa used request id req-e1d90fb2-cda6-4819-88ac-0f2a0de00bab 2018-12-03 16:21:20,148 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:20,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:20,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-879ed6a0-fbf2-4da0-945e-74998bb0f982 Date: Mon, 03 Dec 2018 16:21:20 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}]} 2018-12-03 16:21:20,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-879ed6a0-fbf2-4da0-945e-74998bb0f982 2018-12-03 16:21:20,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}d8e095d2d4e2c982fd5e9778e1224802bf121e02" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7"}}' 2018-12-03 16:21:20,632 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-e031e8af-d570-4c08-8d47-0272f05f10e1 Date: Mon, 03 Dec 2018 16:21:20 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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}} 2018-12-03 16:21:20,633 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-e031e8af-d570-4c08-8d47-0272f05f10e1 2018-12-03 16:21:20,633 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname 2018-12-03 16:21:20,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:20,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-7802739d-2f53-4e6e-919f-d2a3e6189e68 Date: Mon, 03 Dec 2018 16:21:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:19Z", "revision_number": 0, "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:20Z", "revision_number": 0, "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 4, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:20,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname used request id req-7802739d-2f53-4e6e-919f-d2a3e6189e68 2018-12-03 16:21:20,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:20,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8637fe08-66dd-4172-b205-59fb84607cd1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa"}, "enabled": true, "id": "07600599c15d4716beb5886a424702aa", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-proj"}} 2018-12-03 16:21:20,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa used request id req-8637fe08-66dd-4172-b205-59fb84607cd1 2018-12-03 16:21:20,917 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:20,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:21,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-277c52b2-4522-4cd1-81cb-ba3fba92809d Date: Mon, 03 Dec 2018 16:21:21 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}]} 2018-12-03 16:21:21,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-277c52b2-4522-4cd1-81cb-ba3fba92809d 2018-12-03 16:21:21,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}d8e095d2d4e2c982fd5e9778e1224802bf121e02" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10}}' 2018-12-03 16:21:21,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-2000ddd0-f9a4-4c80-897f-3c4e333e5614 Date: Mon, 03 Dec 2018 16:21:21 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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}} 2018-12-03 16:21:21,279 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-2000ddd0-f9a4-4c80-897f-3c4e333e5614 2018-12-03 16:21:21,280 - neutron_utils - INFO - Retrieving security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:21,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:21,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-aee634db-5eb0-4f47-80ae-628961f4943f Date: Mon, 03 Dec 2018 16:21:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:19Z", "revision_number": 0, "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:20Z", "revision_number": 0, "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:21Z", "revision_number": 0, "id": "9e43bb80-0732-4c61-9894-b271e8ab3146", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": 10, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 5, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:21,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-aee634db-5eb0-4f47-80ae-628961f4943f 2018-12-03 16:21:21,479 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:21,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:21,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9e75fa94-e358-46af-8988-4e8a2fb35b00 Date: Mon, 03 Dec 2018 16:21:21 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}, {"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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}]} 2018-12-03 16:21:21,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-9e75fa94-e358-46af-8988-4e8a2fb35b00 2018-12-03 16:21:21,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:22,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f979fb9d2d594292847bfc8a3c98f2e7", "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-proj-role"}], "expires_at": "2018-12-03T17:21:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "07600599c15d4716beb5886a424702aa", "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/07600599c15d4716beb5886a424702aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/07600599c15d4716beb5886a424702aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/07600599c15d4716beb5886a424702aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/07600599c15d4716beb5886a424702aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/07600599c15d4716beb5886a424702aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/07600599c15d4716beb5886a424702aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/07600599c15d4716beb5886a424702aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/07600599c15d4716beb5886a424702aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/07600599c15d4716beb5886a424702aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/07600599c15d4716beb5886a424702aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/07600599c15d4716beb5886a424702aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/07600599c15d4716beb5886a424702aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-user", "id": "89bd9d6bd7f747feafb4129f017fe073"}, "audit_ids": ["LdPVQ48QSf68dIaKPNhAOw"], "issued_at": "2018-12-03T16:21:22.000000Z"}} 2018-12-03 16:21:22,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:22,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-cb3bc474-1c52-4895-a583-b85015189500 Date: Mon, 03 Dec 2018 16:21:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:19Z", "revision_number": 0, "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:20Z", "revision_number": 0, "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:21Z", "revision_number": 0, "id": "9e43bb80-0732-4c61-9894-b271e8ab3146", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": 10, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 5, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:22,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname&description=hello+group used request id req-cb3bc474-1c52-4895-a583-b85015189500 2018-12-03 16:21:22,241 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:22,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:22,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e633f8b2-da3b-42fb-9f14-7df07498a04e Date: Mon, 03 Dec 2018 16:21:22 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}, {"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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}]} 2018-12-03 16:21:22,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-e633f8b2-da3b-42fb-9f14-7df07498a04e 2018-12-03 16:21:22,426 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:22,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:22,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-70d3073c-fa3a-40ca-91ef-91d04ad668d2 Date: Mon, 03 Dec 2018 16:21:22 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}, {"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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}]} 2018-12-03 16:21:22,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-70d3073c-fa3a-40ca-91ef-91d04ad668d2 2018-12-03 16:21:22,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:22,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-26465ad4-5eb6-49df-9345-28efdee9f9bb Date: Mon, 03 Dec 2018 16:21:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:19Z", "revision_number": 0, "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:20Z", "revision_number": 0, "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:21Z", "revision_number": 0, "id": "9e43bb80-0732-4c61-9894-b271e8ab3146", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": 10, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 5, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:22,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname used request id req-26465ad4-5eb6-49df-9345-28efdee9f9bb 2018-12-03 16:21:22,880 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:22,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:23,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-1c1b27dd-8ed5-4e21-9b4a-7c0259447ac7 Date: Mon, 03 Dec 2018 16:21:23 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}, {"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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}]} 2018-12-03 16:21:23,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-1c1b27dd-8ed5-4e21-9b4a-7c0259447ac7 2018-12-03 16:21:23,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:23,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-80d103ed-de16-480f-85f6-e15d9d292217 Date: Mon, 03 Dec 2018 16:21:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:19Z", "revision_number": 0, "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:20Z", "revision_number": 0, "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:21Z", "revision_number": 0, "id": "9e43bb80-0732-4c61-9894-b271e8ab3146", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": 10, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 5, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:23,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname used request id req-80d103ed-de16-480f-85f6-e15d9d292217 2018-12-03 16:21:23,256 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:23,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:23,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-faff3861-e525-4922-bd7e-ace9e3feec54 Date: Mon, 03 Dec 2018 16:21:23 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}, {"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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}]} 2018-12-03 16:21:23,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-faff3861-e525-4922-bd7e-ace9e3feec54 2018-12-03 16:21:23,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:23,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-8f53f356-181a-49c0-9f5a-11bdd8bdee9e Date: Mon, 03 Dec 2018 16:21:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:19Z", "revision_number": 0, "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:20Z", "revision_number": 0, "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:21Z", "revision_number": 0, "id": "9e43bb80-0732-4c61-9894-b271e8ab3146", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": 10, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 5, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:23,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname used request id req-8f53f356-181a-49c0-9f5a-11bdd8bdee9e 2018-12-03 16:21:23,641 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:23,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:23,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-23ebecd3-95ca-40c4-a484-18ad22ee72ef Date: Mon, 03 Dec 2018 16:21:23 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}, {"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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}]} 2018-12-03 16:21:23,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-23ebecd3-95ca-40c4-a484-18ad22ee72ef 2018-12-03 16:21:23,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:23,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-f026a681-5810-4394-b43a-e00dd18a2e1b Date: Mon, 03 Dec 2018 16:21:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:19Z", "revision_number": 0, "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:20Z", "revision_number": 0, "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:21Z", "revision_number": 0, "id": "9e43bb80-0732-4c61-9894-b271e8ab3146", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": 10, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 5, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:23,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname used request id req-f026a681-5810-4394-b43a-e00dd18a2e1b 2018-12-03 16:21:23,999 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:24,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:24,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6f79354f-a49c-472d-a35a-9592a476a15f Date: Mon, 03 Dec 2018 16:21:24 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}, {"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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}]} 2018-12-03 16:21:24,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-6f79354f-a49c-472d-a35a-9592a476a15f 2018-12-03 16:21:24,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:24,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-659a4d86-8e27-40a2-b2bd-1ff3ccce642b Date: Mon, 03 Dec 2018 16:21:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:19Z", "revision_number": 0, "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:20Z", "revision_number": 0, "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:21Z", "revision_number": 0, "id": "9e43bb80-0732-4c61-9894-b271e8ab3146", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": 10, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 5, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:24,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname used request id req-659a4d86-8e27-40a2-b2bd-1ff3ccce642b 2018-12-03 16:21:24,089 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:24,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:24,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f106d432-96f2-42d7-ab2c-c22d8f2fb88b Date: Mon, 03 Dec 2018 16:21:24 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}, {"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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}]} 2018-12-03 16:21:24,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-f106d432-96f2-42d7-ab2c-c22d8f2fb88b 2018-12-03 16:21:24,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:24,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9d23dfeb-cb5f-439d-a52f-77e4c931ccf4 Date: Mon, 03 Dec 2018 16:21:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:19Z", "revision_number": 0, "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:20Z", "revision_number": 0, "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:21Z", "revision_number": 0, "id": "9e43bb80-0732-4c61-9894-b271e8ab3146", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": 10, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 5, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:24,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname used request id req-9d23dfeb-cb5f-439d-a52f-77e4c931ccf4 2018-12-03 16:21:24,368 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:24,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:24,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b6867e14-6635-40e0-a4ea-d16e7450c5d2 Date: Mon, 03 Dec 2018 16:21:24 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}, {"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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}]} 2018-12-03 16:21:24,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-b6867e14-6635-40e0-a4ea-d16e7450c5d2 2018-12-03 16:21:24,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:24,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-d7a2520e-0e96-4339-8db9-15d7d1ae0365 Date: Mon, 03 Dec 2018 16:21:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:19Z", "revision_number": 0, "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:20Z", "revision_number": 0, "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:21Z", "revision_number": 0, "id": "9e43bb80-0732-4c61-9894-b271e8ab3146", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": 10, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 5, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:24,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname used request id req-d7a2520e-0e96-4339-8db9-15d7d1ae0365 2018-12-03 16:21:24,600 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:24,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:24,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-606541f1-a1d5-4b52-9e1d-8ca5d3a69c5a Date: Mon, 03 Dec 2018 16:21:24 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}, {"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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}]} 2018-12-03 16:21:24,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-606541f1-a1d5-4b52-9e1d-8ca5d3a69c5a 2018-12-03 16:21:24,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:24,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-6f7a8c80-7b4a-462c-a27a-1c3d257823b1 Date: Mon, 03 Dec 2018 16:21:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:19Z", "revision_number": 0, "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:20Z", "revision_number": 0, "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:21Z", "revision_number": 0, "id": "9e43bb80-0732-4c61-9894-b271e8ab3146", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": 10, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 5, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:24,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname used request id req-6f7a8c80-7b4a-462c-a27a-1c3d257823b1 2018-12-03 16:21:24,985 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:24,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:25,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-5a7fff19-0a87-4caf-98e8-df4d214ab519 Date: Mon, 03 Dec 2018 16:21:25 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}, {"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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}]} 2018-12-03 16:21:25,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-5a7fff19-0a87-4caf-98e8-df4d214ab519 2018-12-03 16:21:25,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:25,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9192476a-518f-4542-8ae5-4a6a9df43161 Date: Mon, 03 Dec 2018 16:21:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "updated_at": "2018-12-03T16:21:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:19Z", "revision_number": 0, "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:20Z", "revision_number": 0, "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "revision_number": 0, "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:21Z", "revision_number": 0, "id": "9e43bb80-0732-4c61-9894-b271e8ab3146", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": 10, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 5, "project_id": "07600599c15d4716beb5886a424702aa", "id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "name": "CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname"}]} 2018-12-03 16:21:25,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname used request id req-9192476a-518f-4542-8ae5-4a6a9df43161 2018-12-03 16:21:25,074 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:25,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:25,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-57de4282-f958-49ef-8de9-6a908df03753 Date: Mon, 03 Dec 2018 16:21:25 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}, {"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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}]} 2018-12-03 16:21:25,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-57de4282-f958-49ef-8de9-6a908df03753 2018-12-03 16:21:25,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:25,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b9e41517-0f55-46e4-8c58-adaeb5d6192e Date: Mon, 03 Dec 2018 16:21:25 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-12-03T16:21:19Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:19Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "1900e9c7-07ce-4aae-82e8-2bd6d4a7950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}, {"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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}]} 2018-12-03 16:21:25,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-b9e41517-0f55-46e4-8c58-adaeb5d6192e 2018-12-03 16:21:25,146 - neutron_utils - INFO - Deleting security group rule with ID - 1900e9c7-07ce-4aae-82e8-2bd6d4a7950e 2018-12-03 16:21:25,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/1900e9c7-07ce-4aae-82e8-2bd6d4a7950e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:25,387 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-57c39a16-da38-42a4-88cd-14c22f5f59af Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:25,387 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/1900e9c7-07ce-4aae-82e8-2bd6d4a7950e used request id req-57c39a16-da38-42a4-88cd-14c22f5f59af 2018-12-03 16:21:25,387 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-12-03 16:21:25,388 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45fe9dde-15b8-4507-8a51-8a87621000e7 2018-12-03 16:21:25,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ac4716b4752cf947023790a5435457ce641f7d" 2018-12-03 16:21:25,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-9a5149af-6516-40e9-87fa-555167866514 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "2ed9ae5d-6fed-4a09-a99f-f851346888ec"}, {"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-12-03T16:21:20Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:20Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "693b6b33-ebd3-4ba8-87e1-b47074d5248f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:18Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:18Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8501d699-f46c-4ef7-9e07-d3414e274bb5"}, {"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-12-03T16:21:21Z", "security_group_id": "45fe9dde-15b8-4507-8a51-8a87621000e7", "port_range_min": 10, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:21Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "9e43bb80-0732-4c61-9894-b271e8ab3146"}]} 2018-12-03 16:21:25,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-9a5149af-6516-40e9-87fa-555167866514 2018-12-03 16:21:25,425 - neutron_utils - INFO - Deleting security group rule with ID - 693b6b33-ebd3-4ba8-87e1-b47074d5248f 2018-12-03 16:21:25,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/693b6b33-ebd3-4ba8-87e1-b47074d5248f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:25,516 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-719613f3-4c86-480b-8068-4cd14fa6ecb4 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:25,516 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/693b6b33-ebd3-4ba8-87e1-b47074d5248f used request id req-719613f3-4c86-480b-8068-4cd14fa6ecb4 2018-12-03 16:21:25,516 - neutron_utils - INFO - Deleting security group rule with ID - 2ed9ae5d-6fed-4a09-a99f-f851346888ec 2018-12-03 16:21:25,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/2ed9ae5d-6fed-4a09-a99f-f851346888ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:25,611 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4165d926-bce5-449e-8dcf-9211ff75cebc Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:25,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/2ed9ae5d-6fed-4a09-a99f-f851346888ec used request id req-4165d926-bce5-449e-8dcf-9211ff75cebc 2018-12-03 16:21:25,611 - neutron_utils - INFO - Deleting security group rule with ID - 8501d699-f46c-4ef7-9e07-d3414e274bb5 2018-12-03 16:21:25,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/8501d699-f46c-4ef7-9e07-d3414e274bb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:25,704 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-daa3eb6a-6021-4fe5-953f-c8eafec4d18d Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:25,705 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/8501d699-f46c-4ef7-9e07-d3414e274bb5 used request id req-daa3eb6a-6021-4fe5-953f-c8eafec4d18d 2018-12-03 16:21:25,705 - neutron_utils - INFO - Deleting security group rule with ID - 9e43bb80-0732-4c61-9894-b271e8ab3146 2018-12-03 16:21:25,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/9e43bb80-0732-4c61-9894-b271e8ab3146 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:25,941 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a33f3753-4978-414f-84fd-9bd636a63fd8 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:25,941 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/9e43bb80-0732-4c61-9894-b271e8ab3146 used request id req-a33f3753-4978-414f-84fd-9bd636a63fd8 2018-12-03 16:21:25,941 - neutron_utils - INFO - Deleting security group rule with ID - 1900e9c7-07ce-4aae-82e8-2bd6d4a7950e 2018-12-03 16:21:25,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/1900e9c7-07ce-4aae-82e8-2bd6d4a7950e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:25,967 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-32a9a067-9487-4afe-9c85-756a6e2932b7 Date: Mon, 03 Dec 2018 16:21:25 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 1900e9c7-07ce-4aae-82e8-2bd6d4a7950e does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-03 16:21:25,967 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/1900e9c7-07ce-4aae-82e8-2bd6d4a7950e used request id req-32a9a067-9487-4afe-9c85-756a6e2932b7 2018-12-03 16:21:25,967 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 1900e9c7-07ce-4aae-82e8-2bd6d4a7950e does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-03 16:21:25,968 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 1900e9c7-07ce-4aae-82e8-2bd6d4a7950e does not exist Neutron server returns request_ids: ['req-32a9a067-9487-4afe-9c85-756a6e2932b7'] 2018-12-03 16:21:25,968 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-6f0be497-78a2-44fa-bda6-c47460ebd66bname 2018-12-03 16:21:25,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/45fe9dde-15b8-4507-8a51-8a87621000e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e095d2d4e2c982fd5e9778e1224802bf121e02" 2018-12-03 16:21:26,082 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-574de76c-a77a-4ec7-831a-fd208a241a72 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:26,082 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/45fe9dde-15b8-4507-8a51-8a87621000e7 used request id req-574de76c-a77a-4ec7-831a-fd208a241a72 2018-12-03 16:21:26,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:26,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b94e83bc-6757-47bc-af94-6b905d5f304d Date: Mon, 03 Dec 2018 16:21:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:17Z", "updated_at": "2018-12-03T16:21:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:17Z", "revision_number": 0, "id": "280d497b-9009-47e4-b923-9283ea3fe078", "remote_group_id": "41159c41-361c-4dc1-84a6-9429c78104d7", "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:17Z", "security_group_id": "41159c41-361c-4dc1-84a6-9429c78104d7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:17Z", "revision_number": 0, "id": "6aeed895-7857-4fcc-97b2-fc607aa50b7f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:17Z", "security_group_id": "41159c41-361c-4dc1-84a6-9429c78104d7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:17Z", "revision_number": 0, "id": "8162e1ee-2a51-423a-bb2a-f7fbb07ecee3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:17Z", "security_group_id": "41159c41-361c-4dc1-84a6-9429c78104d7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:17Z", "revision_number": 0, "id": "8f05b4d2-5088-44ea-9de9-b0ec2caa752e", "remote_group_id": "41159c41-361c-4dc1-84a6-9429c78104d7", "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:17Z", "security_group_id": "41159c41-361c-4dc1-84a6-9429c78104d7", "tenant_id": "07600599c15d4716beb5886a424702aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "07600599c15d4716beb5886a424702aa"}], "revision_number": 4, "project_id": "07600599c15d4716beb5886a424702aa", "id": "41159c41-361c-4dc1-84a6-9429c78104d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:21:26,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-b94e83bc-6757-47bc-af94-6b905d5f304d 2018-12-03 16:21:26,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:26,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee541740-64c5-4525-adc1-d312caa1a022 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:21:26,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-ee541740-64c5-4525-adc1-d312caa1a022 2018-12-03 16:21:26,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:26,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8014751a-e164-475f-94dd-ab9330542855 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:21:26,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-8014751a-e164-475f-94dd-ab9330542855 2018-12-03 16:21:26,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:26,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cb4bfc7-3706-432d-8067-ddc2507b37a0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa"}, "enabled": true, "id": "07600599c15d4716beb5886a424702aa", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7f6280a3-a66f-411-proj"}} 2018-12-03 16:21:26,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa used request id req-7cb4bfc7-3706-432d-8067-ddc2507b37a0 2018-12-03 16:21:26,563 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 41159c41-361c-4dc1-84a6-9429c78104d7 2018-12-03 16:21:26,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=41159c41-361c-4dc1-84a6-9429c78104d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:26,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4eb42891-41dc-4990-872b-ae849ef4f1eb Date: Mon, 03 Dec 2018 16:21:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "41159c41-361c-4dc1-84a6-9429c78104d7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:17Z", "security_group_id": "41159c41-361c-4dc1-84a6-9429c78104d7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:17Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "280d497b-9009-47e4-b923-9283ea3fe078"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:17Z", "security_group_id": "41159c41-361c-4dc1-84a6-9429c78104d7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:17Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "6aeed895-7857-4fcc-97b2-fc607aa50b7f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:17Z", "security_group_id": "41159c41-361c-4dc1-84a6-9429c78104d7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:17Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8162e1ee-2a51-423a-bb2a-f7fbb07ecee3"}, {"remote_group_id": "41159c41-361c-4dc1-84a6-9429c78104d7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:17Z", "security_group_id": "41159c41-361c-4dc1-84a6-9429c78104d7", "port_range_min": null, "revision_number": 0, "tenant_id": "07600599c15d4716beb5886a424702aa", "created_at": "2018-12-03T16:21:17Z", "project_id": "07600599c15d4716beb5886a424702aa", "id": "8f05b4d2-5088-44ea-9de9-b0ec2caa752e"}]} 2018-12-03 16:21:26,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=41159c41-361c-4dc1-84a6-9429c78104d7 used request id req-4eb42891-41dc-4990-872b-ae849ef4f1eb 2018-12-03 16:21:26,734 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:21:26,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/41159c41-361c-4dc1-84a6-9429c78104d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:27,028 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d771f8d-aca2-4151-8312-008d4bd4816d Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:27,029 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/41159c41-361c-4dc1-84a6-9429c78104d7 used request id req-2d771f8d-aca2-4151-8312-008d4bd4816d 2018-12-03 16:21:27,029 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-7f6280a3-a66f-411-proj 2018-12-03 16:21:27,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:27,228 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99e7445a-a250-485e-bd0d-180a8ae7fa31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:27,228 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/07600599c15d4716beb5886a424702aa used request id req-99e7445a-a250-485e-bd0d-180a8ae7fa31 2018-12-03 16:21:27,228 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-7f6280a3-a66f-411-proj-role 2018-12-03 16:21:27,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/f979fb9d2d594292847bfc8a3c98f2e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:27,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd77425a-4ccf-44e7-a8f5-892c2897a066 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:27,332 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/f979fb9d2d594292847bfc8a3c98f2e7 used request id req-bd77425a-4ccf-44e7-a8f5-892c2897a066 2018-12-03 16:21:27,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817472c0374537551724483c6aeaa434ca081fd7" 2018-12-03 16:21:27,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ce65d60-8edb-48a8-b807-83e466022b87 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:21:27,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5ce65d60-8edb-48a8-b807-83e466022b87 2018-12-03 16:21:27,424 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-7f6280a3-a66f-411-user 2018-12-03 16:21:27,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/89bd9d6bd7f747feafb4129f017fe073 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}649c0e5b30e9145de066c30745188a33e2115a56" 2018-12-03 16:21:27,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d28354d3-b6f9-41b0-aad3-2e2f664538e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:27,638 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/89bd9d6bd7f747feafb4129f017fe073 used request id req-d28354d3-b6f9-41b0-aad3-2e2f664538e6 2018-12-03 16:21:27,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:28,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["p4-amuFHS22T00mEgCpKBQ"], "issued_at": "2018-12-03T16:21:28.000000Z"}} 2018-12-03 16:21:28,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}609f49bc46fd8835e7408cbfe7137ccffb838e41" 2018-12-03 16:21:28,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdf31aaf-3798-4bd8-995b-6dbe24da4c36 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:28,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fdf31aaf-3798-4bd8-995b-6dbe24da4c36 2018-12-03 16:21:28,108 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:28,109 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:28,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["4WUCrZbcQr-hC80C5SlKhQ"], "issued_at": "2018-12-03T16:21:28.000000Z"}} 2018-12-03 16:21:28,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:28,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0232f3f-4d78-46d7-a12b-2a7420c9e979 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:28,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c0232f3f-4d78-46d7-a12b-2a7420c9e979 2018-12-03 16:21:28,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:21:28,585 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:21:28,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-34e9355f-9e00-403-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:28,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a99d1a4-e93b-4256-8ad7-774a24a0e47a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-34e9355f-9e00-403-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:21:28,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-34e9355f-9e00-403-proj used request id req-8a99d1a4-e93b-4256-8ad7-774a24a0e47a 2018-12-03 16:21:28,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:28,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f92178-2fbf-470e-9c2d-0d9a521ba2d7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:21:28,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d8f92178-2fbf-470e-9c2d-0d9a521ba2d7 2018-12-03 16:21:28,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-34e9355f-9e00-403-proj"}}' 2018-12-03 16:21:28,883 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:21:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b30e4b57-f0ce-4086-a592-541349f129e3 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb"}, "enabled": true, "id": "83dd2224d94344369d1ed710436641cb", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-34e9355f-9e00-403-proj"}} 2018-12-03 16:21:28,883 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b30e4b57-f0ce-4086-a592-541349f129e3 2018-12-03 16:21:28,884 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-34e9355f-9e00-403-proj 2018-12-03 16:21:28,884 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:28,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:29,267 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["kYiehO8nTqGNi9pGgL6NjA"], "issued_at": "2018-12-03T16:21:29.000000Z"}} 2018-12-03 16:21:29,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de61275854e3b48bcb4e26b0063eee595dc0b4fa" 2018-12-03 16:21:29,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46d1e26d-6b33-4f80-8c09-2f0be6a3e677 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:29,345 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-46d1e26d-6b33-4f80-8c09-2f0be6a3e677 2018-12-03 16:21:29,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:21:29,355 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:21:29,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de61275854e3b48bcb4e26b0063eee595dc0b4fa" 2018-12-03 16:21:29,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1977734-4ba5-4017-ba33-7079189da334 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:21:29,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c1977734-4ba5-4017-ba33-7079189da334 2018-12-03 16:21:29,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-34e9355f-9e00-403-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de61275854e3b48bcb4e26b0063eee595dc0b4fa" 2018-12-03 16:21:29,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dd7fa7b-8216-4726-ac49-2b94181b138b Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-34e9355f-9e00-403-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb"}, "enabled": true, "id": "83dd2224d94344369d1ed710436641cb", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-34e9355f-9e00-403-proj"}]} 2018-12-03 16:21:29,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSecurityGroupTests-34e9355f-9e00-403-proj used request id req-0dd7fa7b-8216-4726-ac49-2b94181b138b 2018-12-03 16:21:29,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de61275854e3b48bcb4e26b0063eee595dc0b4fa" 2018-12-03 16:21:29,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94d0850b-be84-40c1-8110-973bbcc98de7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:21:29,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-94d0850b-be84-40c1-8110-973bbcc98de7 2018-12-03 16:21:30,022 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-34e9355f-9e00-403-user 2018-12-03 16:21:30,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:30,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:30,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34052e14-1e2b-484f-9dc4-7f800596d02d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:21:30,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-34052e14-1e2b-484f-9dc4-7f800596d02d 2018-12-03 16:21:30,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" -d '{"role": {"name": "CreateSecurityGroupTests-34e9355f-9e00-403-proj-role"}}' 2018-12-03 16:21:30,225 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:21:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2747382-c7f8-4e55-9a6b-e2274afacb2c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3290fb13fb32432183cdcf7be2e8a205", "links": {"self": "http://172.30.9.30:5000/v3/roles/3290fb13fb32432183cdcf7be2e8a205"}, "name": "CreateSecurityGroupTests-34e9355f-9e00-403-proj-role"}} 2018-12-03 16:21:30,225 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-e2747382-c7f8-4e55-9a6b-e2274afacb2c 2018-12-03 16:21:30,225 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-34e9355f-9e00-403-proj-role 2018-12-03 16:21:30,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/3290fb13fb32432183cdcf7be2e8a205 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:30,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-238938be-7082-46ae-9ac8-616b27d14dab Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/3290fb13fb32432183cdcf7be2e8a205"}, "domain_id": null, "name": "CreateSecurityGroupTests-34e9355f-9e00-403-proj-role", "id": "3290fb13fb32432183cdcf7be2e8a205"}} 2018-12-03 16:21:30,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/3290fb13fb32432183cdcf7be2e8a205 used request id req-238938be-7082-46ae-9ac8-616b27d14dab 2018-12-03 16:21:30,324 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-34e9355f-9e00-403-proj-role to project CreateSecurityGroupTests-34e9355f-9e00-403-proj 2018-12-03 16:21:30,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb/users/cb07ca917b714a479577c00c59036d92/roles/3290fb13fb32432183cdcf7be2e8a205 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:30,448 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fe34869-a4b0-4617-acd1-ee4e4b15f75d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:30,449 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb/users/cb07ca917b714a479577c00c59036d92/roles/3290fb13fb32432183cdcf7be2e8a205 used request id req-3fe34869-a4b0-4617-acd1-ee4e4b15f75d 2018-12-03 16:21:30,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:30,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:30,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3290fb13fb32432183cdcf7be2e8a205", "name": "CreateSecurityGroupTests-34e9355f-9e00-403-proj-role"}], "expires_at": "2018-12-03T17:21:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83dd2224d94344369d1ed710436641cb", "name": "CreateSecurityGroupTests-34e9355f-9e00-403-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/83dd2224d94344369d1ed710436641cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/83dd2224d94344369d1ed710436641cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/83dd2224d94344369d1ed710436641cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/83dd2224d94344369d1ed710436641cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/83dd2224d94344369d1ed710436641cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/83dd2224d94344369d1ed710436641cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/83dd2224d94344369d1ed710436641cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/83dd2224d94344369d1ed710436641cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/83dd2224d94344369d1ed710436641cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/83dd2224d94344369d1ed710436641cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/83dd2224d94344369d1ed710436641cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/83dd2224d94344369d1ed710436641cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-34e9355f-9e00-403-user", "id": "cb07ca917b714a479577c00c59036d92"}, "audit_ids": ["qGrgboXFTGqGy-sO9A4zcA"], "issued_at": "2018-12-03T16:21:30.000000Z"}} 2018-12-03 16:21:30,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:30,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41aa30b2-f2eb-4286-919f-6144866d7146 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:30,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-41aa30b2-f2eb-4286-919f-6144866d7146 2018-12-03 16:21:30,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:31,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-8edbc88c-a0e7-4c2c-a21f-eef2aeb9cfe9 Date: Mon, 03 Dec 2018 16:21:31 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:21:31,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name&description=hello+group used request id req-8edbc88c-a0e7-4c2c-a21f-eef2aeb9cfe9 2018-12-03 16:21:31,231 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name... 2018-12-03 16:21:31,231 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name 2018-12-03 16:21:31,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" -d '{"security_group": {"name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name", "description": "hello group"}}' 2018-12-03 16:21:31,722 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-da441dcf-53e5-47bb-a176-c99553f2b484 Date: Mon, 03 Dec 2018 16:21:31 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 2, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}} 2018-12-03 16:21:31,722 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-da441dcf-53e5-47bb-a176-c99553f2b484 2018-12-03 16:21:31,723 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:31,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:31,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-833d1509-d9d5-4d4b-9fdd-ac33d443667b Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}]} 2018-12-03 16:21:31,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-833d1509-d9d5-4d4b-9fdd-ac33d443667b 2018-12-03 16:21:31,924 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:31,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:31,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5434dbe4-d42c-44ef-bf2a-e70c2f2137a3 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}]} 2018-12-03 16:21:31,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-5434dbe4-d42c-44ef-bf2a-e70c2f2137a3 2018-12-03 16:21:31,954 - neutron_utils - INFO - Retrieving security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:31,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:32,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-459bb5a8-8d05-471a-8cb3-31b80eef74ad Date: Mon, 03 Dec 2018 16:21:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 2, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:32,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-459bb5a8-8d05-471a-8cb3-31b80eef74ad 2018-12-03 16:21:32,158 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:32,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:32,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f86ed8d0-f00e-49ae-916d-33aae11a6709 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}]} 2018-12-03 16:21:32,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-f86ed8d0-f00e-49ae-916d-33aae11a6709 2018-12-03 16:21:32,188 - neutron_utils - INFO - Retrieving security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:32,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:32,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2fe8fc43-a181-4643-a7f4-90f6c03db7c3 Date: Mon, 03 Dec 2018 16:21:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 2, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:32,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-2fe8fc43-a181-4643-a7f4-90f6c03db7c3 2018-12-03 16:21:32,398 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:32,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:32,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2e2ed27a-6ce7-4f8a-bb97-d047e49be31c Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}]} 2018-12-03 16:21:32,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-2e2ed27a-6ce7-4f8a-bb97-d047e49be31c 2018-12-03 16:21:32,451 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name 2018-12-03 16:21:32,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:32,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e28fd693-58ce-4012-8c9d-a214d8b42177 Date: Mon, 03 Dec 2018 16:21:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 2, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:32,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name used request id req-e28fd693-58ce-4012-8c9d-a214d8b42177 2018-12-03 16:21:32,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:21:32,657 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:21:32,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:32,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3105cbb-7f05-4e7f-b430-f3cd427e4c62 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb"}, "enabled": true, "id": "83dd2224d94344369d1ed710436641cb", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-34e9355f-9e00-403-proj"}} 2018-12-03 16:21:32,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb used request id req-d3105cbb-7f05-4e7f-b430-f3cd427e4c62 2018-12-03 16:21:32,738 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:32,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:32,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b93b337a-8bd5-4ada-9bff-3cbd5424f4ea Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}]} 2018-12-03 16:21:32,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-b93b337a-8bd5-4ada-9bff-3cbd5424f4ea 2018-12-03 16:21:32,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}a6c428606ec2a0aadb066aa553440da9bac6e262" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083"}}' 2018-12-03 16:21:33,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-0ceacf54-277a-49d2-9bd5-1e2a5e0d8ba8 Date: Mon, 03 Dec 2018 16:21:33 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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}} 2018-12-03 16:21:33,064 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-0ceacf54-277a-49d2-9bd5-1e2a5e0d8ba8 2018-12-03 16:21:33,064 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name 2018-12-03 16:21:33,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:33,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-f06ca5b5-d6bf-4dc5-acc6-7ac7383216c4 Date: Mon, 03 Dec 2018 16:21:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 3, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:33,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name used request id req-f06ca5b5-d6bf-4dc5-acc6-7ac7383216c4 2018-12-03 16:21:33,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:33,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e062d5cc-e89f-40c7-9de1-b85c25c99ce4 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb"}, "enabled": true, "id": "83dd2224d94344369d1ed710436641cb", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-34e9355f-9e00-403-proj"}} 2018-12-03 16:21:33,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb used request id req-e062d5cc-e89f-40c7-9de1-b85c25c99ce4 2018-12-03 16:21:33,352 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:33,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:33,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-3837a5db-690f-4952-9290-90320e92bf0d Date: Mon, 03 Dec 2018 16:21:33 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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}]} 2018-12-03 16:21:33,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-3837a5db-690f-4952-9290-90320e92bf0d 2018-12-03 16:21:33,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}a6c428606ec2a0aadb066aa553440da9bac6e262" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083"}}' 2018-12-03 16:21:33,812 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-14d75f9d-794f-469f-a61b-274b57c64006 Date: Mon, 03 Dec 2018 16:21:33 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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}} 2018-12-03 16:21:33,812 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-14d75f9d-794f-469f-a61b-274b57c64006 2018-12-03 16:21:33,812 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name 2018-12-03 16:21:33,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:33,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-86d8dd5a-44b8-4c12-82c4-58284d99a830 Date: Mon, 03 Dec 2018 16:21:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "db197874-94a4-4755-9bbd-19acbca41f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 4, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:33,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name used request id req-86d8dd5a-44b8-4c12-82c4-58284d99a830 2018-12-03 16:21:33,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:33,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac3dae11-9331-4695-b7fa-20b7b2fcfc39 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb"}, "enabled": true, "id": "83dd2224d94344369d1ed710436641cb", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-34e9355f-9e00-403-proj"}} 2018-12-03 16:21:33,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb used request id req-ac3dae11-9331-4695-b7fa-20b7b2fcfc39 2018-12-03 16:21:33,941 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:33,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:34,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-40308081-ad47-4ba7-a6a2-f922887e0196 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:34,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-40308081-ad47-4ba7-a6a2-f922887e0196 2018-12-03 16:21:34,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}a6c428606ec2a0aadb066aa553440da9bac6e262" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10}}' 2018-12-03 16:21:34,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-d483631e-4695-4434-a4fe-010d6a97f43b Date: Mon, 03 Dec 2018 16:21:34 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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}} 2018-12-03 16:21:34,279 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-d483631e-4695-4434-a4fe-010d6a97f43b 2018-12-03 16:21:34,279 - neutron_utils - INFO - Retrieving security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:34,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:34,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-ee6eeb7b-e40b-47e8-9218-8979e9a79080 Date: Mon, 03 Dec 2018 16:21:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:34Z", "revision_number": 0, "id": "bbea6aba-369d-4711-864a-89ecf1156cec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "db197874-94a4-4755-9bbd-19acbca41f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 5, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:34,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-ee6eeb7b-e40b-47e8-9218-8979e9a79080 2018-12-03 16:21:34,330 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:34,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:34,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-bc6b37e1-b19d-4d00-bf73-07925e310c75 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:34,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-bc6b37e1-b19d-4d00-bf73-07925e310c75 2018-12-03 16:21:34,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:34,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3290fb13fb32432183cdcf7be2e8a205", "name": "CreateSecurityGroupTests-34e9355f-9e00-403-proj-role"}], "expires_at": "2018-12-03T17:21:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83dd2224d94344369d1ed710436641cb", "name": "CreateSecurityGroupTests-34e9355f-9e00-403-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/83dd2224d94344369d1ed710436641cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/83dd2224d94344369d1ed710436641cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/83dd2224d94344369d1ed710436641cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/83dd2224d94344369d1ed710436641cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/83dd2224d94344369d1ed710436641cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/83dd2224d94344369d1ed710436641cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/83dd2224d94344369d1ed710436641cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/83dd2224d94344369d1ed710436641cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/83dd2224d94344369d1ed710436641cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/83dd2224d94344369d1ed710436641cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/83dd2224d94344369d1ed710436641cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/83dd2224d94344369d1ed710436641cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-34e9355f-9e00-403-user", "id": "cb07ca917b714a479577c00c59036d92"}, "audit_ids": ["Ii0CPgisRkqequaHrpwodg"], "issued_at": "2018-12-03T16:21:34.000000Z"}} 2018-12-03 16:21:34,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:35,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0ed1f0e3-7405-48fd-935f-4cfda7aee601 Date: Mon, 03 Dec 2018 16:21:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:34Z", "revision_number": 0, "id": "bbea6aba-369d-4711-864a-89ecf1156cec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "db197874-94a4-4755-9bbd-19acbca41f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 5, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:35,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name&description=hello+group used request id req-0ed1f0e3-7405-48fd-935f-4cfda7aee601 2018-12-03 16:21:35,017 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:35,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:35,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-8bf6352c-65b2-4c30-9438-15b042aadb83 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:35,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-8bf6352c-65b2-4c30-9438-15b042aadb83 2018-12-03 16:21:35,193 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:35,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:35,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-246efa3f-8323-43d6-992a-6a33b7746c33 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:35,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-246efa3f-8323-43d6-992a-6a33b7746c33 2018-12-03 16:21:35,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:35,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-323f4386-734f-4510-8312-13c4cfa48c14 Date: Mon, 03 Dec 2018 16:21:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:34Z", "revision_number": 0, "id": "bbea6aba-369d-4711-864a-89ecf1156cec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "db197874-94a4-4755-9bbd-19acbca41f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 5, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:35,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name used request id req-323f4386-734f-4510-8312-13c4cfa48c14 2018-12-03 16:21:35,601 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:35,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:35,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-a16cd5b5-50ad-43a6-bb36-d5c479a01d59 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:35,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-a16cd5b5-50ad-43a6-bb36-d5c479a01d59 2018-12-03 16:21:35,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:35,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-93a20e0d-e955-49eb-aeb0-161a153d4570 Date: Mon, 03 Dec 2018 16:21:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:34Z", "revision_number": 0, "id": "bbea6aba-369d-4711-864a-89ecf1156cec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "db197874-94a4-4755-9bbd-19acbca41f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 5, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:35,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name used request id req-93a20e0d-e955-49eb-aeb0-161a153d4570 2018-12-03 16:21:35,976 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:35,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:36,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-430c72b3-95cd-4adb-ad7e-b238f1940cfa Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:36,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-430c72b3-95cd-4adb-ad7e-b238f1940cfa 2018-12-03 16:21:36,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:36,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9fe81cc3-a8af-450d-bf84-8bf60f2fb039 Date: Mon, 03 Dec 2018 16:21:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:34Z", "revision_number": 0, "id": "bbea6aba-369d-4711-864a-89ecf1156cec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "db197874-94a4-4755-9bbd-19acbca41f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 5, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:36,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name used request id req-9fe81cc3-a8af-450d-bf84-8bf60f2fb039 2018-12-03 16:21:36,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:36,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:36,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-17ebc550-bfe5-405f-84f2-376a3c5f326e Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:36,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-17ebc550-bfe5-405f-84f2-376a3c5f326e 2018-12-03 16:21:36,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:36,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-79cb8b21-e8c0-4d26-bc21-1e50ac7a72ac Date: Mon, 03 Dec 2018 16:21:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:34Z", "revision_number": 0, "id": "bbea6aba-369d-4711-864a-89ecf1156cec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "db197874-94a4-4755-9bbd-19acbca41f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 5, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:36,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name used request id req-79cb8b21-e8c0-4d26-bc21-1e50ac7a72ac 2018-12-03 16:21:36,483 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:36,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:36,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-fa661d19-c3c3-4025-9635-49ed434652ba Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:36,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-fa661d19-c3c3-4025-9635-49ed434652ba 2018-12-03 16:21:36,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:36,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-1f302e42-7460-4504-b026-0a094cbcaf91 Date: Mon, 03 Dec 2018 16:21:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:34Z", "revision_number": 0, "id": "bbea6aba-369d-4711-864a-89ecf1156cec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "db197874-94a4-4755-9bbd-19acbca41f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 5, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:36,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name used request id req-1f302e42-7460-4504-b026-0a094cbcaf91 2018-12-03 16:21:36,873 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:36,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:37,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-172cce14-4feb-4fdd-abf6-babe58f29707 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:37,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-172cce14-4feb-4fdd-abf6-babe58f29707 2018-12-03 16:21:37,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:37,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5a296220-42cb-4449-b98e-e58010cc57c8 Date: Mon, 03 Dec 2018 16:21:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:34Z", "revision_number": 0, "id": "bbea6aba-369d-4711-864a-89ecf1156cec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "db197874-94a4-4755-9bbd-19acbca41f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 5, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:37,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name used request id req-5a296220-42cb-4449-b98e-e58010cc57c8 2018-12-03 16:21:37,259 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:37,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:37,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-0606abe4-16e4-440d-af35-9e7a04106318 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:37,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-0606abe4-16e4-440d-af35-9e7a04106318 2018-12-03 16:21:37,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:37,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-6ee16e53-7227-4210-8585-7092114e40f6 Date: Mon, 03 Dec 2018 16:21:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:34Z", "revision_number": 0, "id": "bbea6aba-369d-4711-864a-89ecf1156cec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "db197874-94a4-4755-9bbd-19acbca41f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 5, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:37,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name used request id req-6ee16e53-7227-4210-8585-7092114e40f6 2018-12-03 16:21:37,639 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:37,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:37,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-01cdcb98-cb6c-4015-b6e1-143b1327ee66 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:37,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-01cdcb98-cb6c-4015-b6e1-143b1327ee66 2018-12-03 16:21:37,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:37,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-43133d40-7983-4f82-bdcc-f7a6f6ac59eb Date: Mon, 03 Dec 2018 16:21:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:34Z", "revision_number": 0, "id": "bbea6aba-369d-4711-864a-89ecf1156cec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "db197874-94a4-4755-9bbd-19acbca41f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 5, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:37,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name used request id req-43133d40-7983-4f82-bdcc-f7a6f6ac59eb 2018-12-03 16:21:37,869 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:37,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:37,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6a6a5302-3394-461e-b90a-66363776e163 Date: Mon, 03 Dec 2018 16:21: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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:37,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-6a6a5302-3394-461e-b90a-66363776e163 2018-12-03 16:21:37,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:37,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-1be54511-f283-4ef4-8749-f42baacc6b4e Date: Mon, 03 Dec 2018 16:21:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:34Z", "revision_number": 0, "id": "bbea6aba-369d-4711-864a-89ecf1156cec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "db197874-94a4-4755-9bbd-19acbca41f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 5, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:37,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name used request id req-1be54511-f283-4ef4-8749-f42baacc6b4e 2018-12-03 16:21:37,957 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:37,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:37,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-770a4191-6778-42af-85cf-1b82baeb57d3 Date: Mon, 03 Dec 2018 16:21:38 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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:37,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-770a4191-6778-42af-85cf-1b82baeb57d3 2018-12-03 16:21:37,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:38,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-518c0a7b-a99d-47ed-aea3-d78546287416 Date: Mon, 03 Dec 2018 16:21:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:34Z", "revision_number": 0, "id": "bbea6aba-369d-4711-864a-89ecf1156cec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "db197874-94a4-4755-9bbd-19acbca41f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 5, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:38,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name used request id req-518c0a7b-a99d-47ed-aea3-d78546287416 2018-12-03 16:21:38,044 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:38,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:38,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-076ecf2b-175f-498a-8388-1a16855d2d4e Date: Mon, 03 Dec 2018 16:21:38 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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:38,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-076ecf2b-175f-498a-8388-1a16855d2d4e 2018-12-03 16:21:38,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:38,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9ce0920b-e522-4255-8f6c-1811eb63406d Date: Mon, 03 Dec 2018 16:21:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "79e29961-1fee-410b-a9c7-0763a6a76305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-03T16:21:34Z", "revision_number": 0, "id": "bbea6aba-369d-4711-864a-89ecf1156cec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:33Z", "revision_number": 0, "id": "db197874-94a4-4755-9bbd-19acbca41f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 5, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "name": "CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name"}]} 2018-12-03 16:21:38,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name used request id req-9ce0920b-e522-4255-8f6c-1811eb63406d 2018-12-03 16:21:38,131 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:38,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:38,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9ed5c711-7887-41f3-963b-a0fecbcea6d9 Date: Mon, 03 Dec 2018 16:21:38 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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "79e29961-1fee-410b-a9c7-0763a6a76305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:38,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-9ed5c711-7887-41f3-963b-a0fecbcea6d9 2018-12-03 16:21:38,309 - neutron_utils - INFO - Deleting security group rule with ID - 79e29961-1fee-410b-a9c7-0763a6a76305 2018-12-03 16:21:38,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/79e29961-1fee-410b-a9c7-0763a6a76305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:38,570 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8d050fa7-6050-48b0-bbb3-fec56b50b21c Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:38,570 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/79e29961-1fee-410b-a9c7-0763a6a76305 used request id req-8d050fa7-6050-48b0-bbb3-fec56b50b21c 2018-12-03 16:21:38,570 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-12-03 16:21:38,570 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf838eb1-9cc8-4f81-b17d-7d5e2494a083 2018-12-03 16:21:38,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d57782e29ecba4a1cd5be510839b00f5dd6c83a" 2018-12-03 16:21:38,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-58a10972-6ea8-4131-869c-98274f1c4caa Date: Mon, 03 Dec 2018 16:21:38 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-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "b0768deb-4bc7-4a45-aab7-bfc4b55eacd1"}, {"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-12-03T16:21:34Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": 10, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:34Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "bbea6aba-369d-4711-864a-89ecf1156cec"}, {"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-12-03T16:21:33Z", "security_group_id": "cf838eb1-9cc8-4f81-b17d-7d5e2494a083", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:33Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "db197874-94a4-4755-9bbd-19acbca41f6e"}]} 2018-12-03 16:21:38,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-58a10972-6ea8-4131-869c-98274f1c4caa 2018-12-03 16:21:38,606 - neutron_utils - INFO - Deleting security group rule with ID - db197874-94a4-4755-9bbd-19acbca41f6e 2018-12-03 16:21:38,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/db197874-94a4-4755-9bbd-19acbca41f6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:38,860 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72725145-88f7-44f7-8a82-a1fc0646ea84 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:38,860 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/db197874-94a4-4755-9bbd-19acbca41f6e used request id req-72725145-88f7-44f7-8a82-a1fc0646ea84 2018-12-03 16:21:38,861 - neutron_utils - INFO - Deleting security group rule with ID - 08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e 2018-12-03 16:21:38,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:38,957 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bed93699-c1d1-400c-93e9-0ee46dd1f62a Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:38,957 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/08d5ffbe-969c-4ca5-89c8-7fe4e6c9466e used request id req-bed93699-c1d1-400c-93e9-0ee46dd1f62a 2018-12-03 16:21:38,957 - neutron_utils - INFO - Deleting security group rule with ID - 79e29961-1fee-410b-a9c7-0763a6a76305 2018-12-03 16:21:38,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/79e29961-1fee-410b-a9c7-0763a6a76305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:39,127 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-012fbc17-8219-4abe-bf46-590a069b6a2d Date: Mon, 03 Dec 2018 16:21:39 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 79e29961-1fee-410b-a9c7-0763a6a76305 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-03 16:21:39,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/79e29961-1fee-410b-a9c7-0763a6a76305 used request id req-012fbc17-8219-4abe-bf46-590a069b6a2d 2018-12-03 16:21:39,128 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 79e29961-1fee-410b-a9c7-0763a6a76305 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-03 16:21:39,128 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 79e29961-1fee-410b-a9c7-0763a6a76305 does not exist Neutron server returns request_ids: ['req-012fbc17-8219-4abe-bf46-590a069b6a2d'] 2018-12-03 16:21:39,128 - neutron_utils - INFO - Deleting security group rule with ID - bbea6aba-369d-4711-864a-89ecf1156cec 2018-12-03 16:21:39,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/bbea6aba-369d-4711-864a-89ecf1156cec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:39,377 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aec27b92-3e7a-4b96-98d3-8a7e3e78d53f Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:39,377 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/bbea6aba-369d-4711-864a-89ecf1156cec used request id req-aec27b92-3e7a-4b96-98d3-8a7e3e78d53f 2018-12-03 16:21:39,377 - neutron_utils - INFO - Deleting security group rule with ID - b0768deb-4bc7-4a45-aab7-bfc4b55eacd1 2018-12-03 16:21:39,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/b0768deb-4bc7-4a45-aab7-bfc4b55eacd1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:39,618 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2002721e-b248-4fe5-aba4-2520e0f2247e Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:39,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/b0768deb-4bc7-4a45-aab7-bfc4b55eacd1 used request id req-2002721e-b248-4fe5-aba4-2520e0f2247e 2018-12-03 16:21:39,618 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-fe6983a9-d902-4626-a14b-38e4e8d0be75name 2018-12-03 16:21:39,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/cf838eb1-9cc8-4f81-b17d-7d5e2494a083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c428606ec2a0aadb066aa553440da9bac6e262" 2018-12-03 16:21:39,914 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-916b9d62-3c4a-4387-9e4b-b5d973d54593 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:39,914 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/cf838eb1-9cc8-4f81-b17d-7d5e2494a083 used request id req-916b9d62-3c4a-4387-9e4b-b5d973d54593 2018-12-03 16:21:39,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:40,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-7029ac4d-26fa-498a-908b-e309e747df2d Date: Mon, 03 Dec 2018 16:21:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "updated_at": "2018-12-03T16:21:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "192aaca7-7313-4847-a7c1-9fac5e606c95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "effd0666-e56a-4ee1-8baf-d41b5b2ce116", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "8258f163-f5a9-4495-870f-ea5d4a2c0dfc", "remote_group_id": "effd0666-e56a-4ee1-8baf-d41b5b2ce116", "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "effd0666-e56a-4ee1-8baf-d41b5b2ce116", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "ac034839-d2f8-41c3-bea1-bd4eee3ca729", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "effd0666-e56a-4ee1-8baf-d41b5b2ce116", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "revision_number": 0, "id": "f2147491-4511-4006-ad25-5c5160d1febf", "remote_group_id": "effd0666-e56a-4ee1-8baf-d41b5b2ce116", "remote_ip_prefix": null, "created_at": "2018-12-03T16:21:31Z", "security_group_id": "effd0666-e56a-4ee1-8baf-d41b5b2ce116", "tenant_id": "83dd2224d94344369d1ed710436641cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "83dd2224d94344369d1ed710436641cb"}], "revision_number": 4, "project_id": "83dd2224d94344369d1ed710436641cb", "id": "effd0666-e56a-4ee1-8baf-d41b5b2ce116", "name": "default"}]} 2018-12-03 16:21:40,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-7029ac4d-26fa-498a-908b-e309e747df2d 2018-12-03 16:21:40,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:40,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87e84928-e7c2-474c-8845-41e16fa509c6 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:21:40,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-87e84928-e7c2-474c-8845-41e16fa509c6 2018-12-03 16:21:40,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:40,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12686b22-eacf-4116-a1e7-282238411c18 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:21:40,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-12686b22-eacf-4116-a1e7-282238411c18 2018-12-03 16:21:40,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:40,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca0f6fd1-95f9-4c15-8c04-2f2d57f25fa3 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:21:40,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-ca0f6fd1-95f9-4c15-8c04-2f2d57f25fa3 2018-12-03 16:21:40,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:40,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f18386-f373-4717-a19e-2edfda1b20a7 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb"}, "enabled": true, "id": "83dd2224d94344369d1ed710436641cb", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-34e9355f-9e00-403-proj"}} 2018-12-03 16:21:40,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb used request id req-d8f18386-f373-4717-a19e-2edfda1b20a7 2018-12-03 16:21:40,484 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - effd0666-e56a-4ee1-8baf-d41b5b2ce116 2018-12-03 16:21:40,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=effd0666-e56a-4ee1-8baf-d41b5b2ce116 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:40,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-042ee3ff-88d1-4139-ac06-3dad99eeeb14 Date: Mon, 03 Dec 2018 16:21:40 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-12-03T16:21:31Z", "security_group_id": "effd0666-e56a-4ee1-8baf-d41b5b2ce116", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "192aaca7-7313-4847-a7c1-9fac5e606c95"}, {"remote_group_id": "effd0666-e56a-4ee1-8baf-d41b5b2ce116", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "effd0666-e56a-4ee1-8baf-d41b5b2ce116", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "8258f163-f5a9-4495-870f-ea5d4a2c0dfc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "effd0666-e56a-4ee1-8baf-d41b5b2ce116", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "ac034839-d2f8-41c3-bea1-bd4eee3ca729"}, {"remote_group_id": "effd0666-e56a-4ee1-8baf-d41b5b2ce116", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:21:31Z", "security_group_id": "effd0666-e56a-4ee1-8baf-d41b5b2ce116", "port_range_min": null, "revision_number": 0, "tenant_id": "83dd2224d94344369d1ed710436641cb", "created_at": "2018-12-03T16:21:31Z", "project_id": "83dd2224d94344369d1ed710436641cb", "id": "f2147491-4511-4006-ad25-5c5160d1febf"}]} 2018-12-03 16:21:40,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=effd0666-e56a-4ee1-8baf-d41b5b2ce116 used request id req-042ee3ff-88d1-4139-ac06-3dad99eeeb14 2018-12-03 16:21:40,672 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:21:40,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/effd0666-e56a-4ee1-8baf-d41b5b2ce116 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:40,944 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-abd97b0e-9c62-4c07-b670-abb429a50b06 Content-Length: 0 Date: Mon, 03 Dec 2018 16:21:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:21:40,945 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/effd0666-e56a-4ee1-8baf-d41b5b2ce116 used request id req-abd97b0e-9c62-4c07-b670-abb429a50b06 2018-12-03 16:21:40,945 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-34e9355f-9e00-403-proj 2018-12-03 16:21:40,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:41,131 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93917f42-ccb7-47b3-ac99-b80677102aa7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:41,131 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/83dd2224d94344369d1ed710436641cb used request id req-93917f42-ccb7-47b3-ac99-b80677102aa7 2018-12-03 16:21:41,131 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-34e9355f-9e00-403-proj-role 2018-12-03 16:21:41,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/3290fb13fb32432183cdcf7be2e8a205 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:41,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01968bb6-a642-402a-ada8-74ae8f578565 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:41,249 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/3290fb13fb32432183cdcf7be2e8a205 used request id req-01968bb6-a642-402a-ada8-74ae8f578565 2018-12-03 16:21:41,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ac7b7e27c91d63de75729dca590840e16f8d3d8" 2018-12-03 16:21:41,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d787fcb-78b2-4436-bac3-7765ba4b846c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:21:41,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2d787fcb-78b2-4436-bac3-7765ba4b846c 2018-12-03 16:21:41,348 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-34e9355f-9e00-403-user 2018-12-03 16:21:41,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/cb07ca917b714a479577c00c59036d92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de61275854e3b48bcb4e26b0063eee595dc0b4fa" 2018-12-03 16:21:41,522 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-197c6acb-b4c2-4c83-978a-102f10a0becd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:41,522 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/cb07ca917b714a479577c00c59036d92 used request id req-197c6acb-b4c2-4c83-978a-102f10a0becd 2018-12-03 16:21:41,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:41,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Ms-Mxs9MRxOZjyejhlJQIA"], "issued_at": "2018-12-03T16:21:41.000000Z"}} 2018-12-03 16:21:41,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c5ff8e2a1e9ca04e1b7b3d1b50ca72438f18d2" 2018-12-03 16:21:42,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-210ac50e-2a64-4a8c-8c90-6ee3746382da Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:42,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-210ac50e-2a64-4a8c-8c90-6ee3746382da 2018-12-03 16:21:42,004 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:42,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:42,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["H_4-vj2qT7y6HY35Q-CNjw"], "issued_at": "2018-12-03T16:21:42.000000Z"}} 2018-12-03 16:21:42,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" 2018-12-03 16:21:42,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ff3195c-aeb1-4fbe-a53a-b28ab6020565 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:42,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1ff3195c-aeb1-4fbe-a53a-b28ab6020565 2018-12-03 16:21:42,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:21:42,480 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:21:42,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-136375ee-2499-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" 2018-12-03 16:21:42,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-111c98b7-bf23-4033-b708-51930d45dacd Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-136375ee-2499-4fe-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:21:42,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-136375ee-2499-4fe-proj used request id req-111c98b7-bf23-4033-b708-51930d45dacd 2018-12-03 16:21:42,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" 2018-12-03 16:21:42,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cd69ed9-c55d-4070-a674-a5040017df05 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:21:42,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-9cd69ed9-c55d-4070-a674-a5040017df05 2018-12-03 16:21:42,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-136375ee-2499-4fe-proj"}}' 2018-12-03 16:21:42,788 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:21:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63c16280-e73d-4535-9027-e7de9b40291b Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/db9d52bfd5624ed4a619197e7861051e"}, "enabled": true, "id": "db9d52bfd5624ed4a619197e7861051e", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-136375ee-2499-4fe-proj"}} 2018-12-03 16:21:42,788 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-63c16280-e73d-4535-9027-e7de9b40291b 2018-12-03 16:21:42,788 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-136375ee-2499-4fe-proj 2018-12-03 16:21:42,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:42,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:43,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["qzCOgHCoS-aB6GQq_0ewAw"], "issued_at": "2018-12-03T16:21:43.000000Z"}} 2018-12-03 16:21:43,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3886d1f75738f40ca5d3099d164d37a3ef4e7031" 2018-12-03 16:21:43,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe90e45-8fb8-4660-b0f4-ec9a8bb76e4b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:43,175 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8fe90e45-8fb8-4660-b0f4-ec9a8bb76e4b 2018-12-03 16:21:43,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:21:43,185 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:21:43,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3886d1f75738f40ca5d3099d164d37a3ef4e7031" 2018-12-03 16:21:43,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b973e807-ec06-408d-8c5c-c66ae0cd6bf1 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:21:43,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b973e807-ec06-408d-8c5c-c66ae0cd6bf1 2018-12-03 16:21:43,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-136375ee-2499-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3886d1f75738f40ca5d3099d164d37a3ef4e7031" 2018-12-03 16:21:43,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfd3bef7-ea19-492b-a2d0-ca60af945cea Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-136375ee-2499-4fe-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/db9d52bfd5624ed4a619197e7861051e"}, "enabled": true, "id": "db9d52bfd5624ed4a619197e7861051e", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-136375ee-2499-4fe-proj"}]} 2018-12-03 16:21:43,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-136375ee-2499-4fe-proj used request id req-cfd3bef7-ea19-492b-a2d0-ca60af945cea 2018-12-03 16:21:43,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3886d1f75738f40ca5d3099d164d37a3ef4e7031" 2018-12-03 16:21:43,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c39938b2-50a0-4498-b15a-82e162453e60 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:21:43,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c39938b2-50a0-4498-b15a-82e162453e60 2018-12-03 16:21:43,865 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-136375ee-2499-4fe-user 2018-12-03 16:21:43,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:43,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" 2018-12-03 16:21:43,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7536110-e54e-47df-9553-bd810b7b28b0 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:21:43,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a7536110-e54e-47df-9553-bd810b7b28b0 2018-12-03 16:21:43,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" -d '{"role": {"name": "CreateImageSuccessTests-136375ee-2499-4fe-proj-role"}}' 2018-12-03 16:21:44,087 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:21:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3512b8c5-6fc4-497a-9efd-3e9c04da8054 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eeef7c25e2cb4156824bd16055d52217", "links": {"self": "http://172.30.9.30:5000/v3/roles/eeef7c25e2cb4156824bd16055d52217"}, "name": "CreateImageSuccessTests-136375ee-2499-4fe-proj-role"}} 2018-12-03 16:21:44,087 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-3512b8c5-6fc4-497a-9efd-3e9c04da8054 2018-12-03 16:21:44,087 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-136375ee-2499-4fe-proj-role 2018-12-03 16:21:44,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/eeef7c25e2cb4156824bd16055d52217 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" 2018-12-03 16:21:44,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9391deae-17d6-4327-9b34-310d6426d695 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/eeef7c25e2cb4156824bd16055d52217"}, "domain_id": null, "name": "CreateImageSuccessTests-136375ee-2499-4fe-proj-role", "id": "eeef7c25e2cb4156824bd16055d52217"}} 2018-12-03 16:21:44,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/eeef7c25e2cb4156824bd16055d52217 used request id req-9391deae-17d6-4327-9b34-310d6426d695 2018-12-03 16:21:44,170 - keystone_utils - INFO - Granting role CreateImageSuccessTests-136375ee-2499-4fe-proj-role to project CreateImageSuccessTests-136375ee-2499-4fe-proj 2018-12-03 16:21:44,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/db9d52bfd5624ed4a619197e7861051e/users/bc4f4cb7d7ab481a97ef5559ec0b6d86/roles/eeef7c25e2cb4156824bd16055d52217 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" 2018-12-03 16:21:44,318 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81ed63c4-54ac-4e6d-aede-442977229ecd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:44,318 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/db9d52bfd5624ed4a619197e7861051e/users/bc4f4cb7d7ab481a97ef5559ec0b6d86/roles/eeef7c25e2cb4156824bd16055d52217 used request id req-81ed63c4-54ac-4e6d-aede-442977229ecd 2018-12-03 16:21:44,338 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:21:44,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:44,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:44,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eeef7c25e2cb4156824bd16055d52217", "name": "CreateImageSuccessTests-136375ee-2499-4fe-proj-role"}], "expires_at": "2018-12-03T17:21:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db9d52bfd5624ed4a619197e7861051e", "name": "CreateImageSuccessTests-136375ee-2499-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/db9d52bfd5624ed4a619197e7861051e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/db9d52bfd5624ed4a619197e7861051e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/db9d52bfd5624ed4a619197e7861051e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/db9d52bfd5624ed4a619197e7861051e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/db9d52bfd5624ed4a619197e7861051e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/db9d52bfd5624ed4a619197e7861051e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/db9d52bfd5624ed4a619197e7861051e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/db9d52bfd5624ed4a619197e7861051e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/db9d52bfd5624ed4a619197e7861051e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/db9d52bfd5624ed4a619197e7861051e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/db9d52bfd5624ed4a619197e7861051e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/db9d52bfd5624ed4a619197e7861051e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-136375ee-2499-4fe-user", "id": "bc4f4cb7d7ab481a97ef5559ec0b6d86"}, "audit_ids": ["CXlB4kbDQkug8y15oPtxow"], "issued_at": "2018-12-03T16:21:44.000000Z"}} 2018-12-03 16:21:44,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b3e0746dd06893acd031d9763b46157dcd1425" 2018-12-03 16:21:44,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f507610c-9234-447a-ad4e-13453b1d3a4f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:44,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f507610c-9234-447a-ad4e-13453b1d3a4f 2018-12-03 16:21:44,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65b3e0746dd06893acd031d9763b46157dcd1425" 2018-12-03 16:21:44,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-2c40d672-0f4c-4776-8709-b12d88cb7898 Date: Mon, 03 Dec 2018 16:21:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712"} 2018-12-03 16:21:44,961 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712 used request id req-2c40d672-0f4c-4776-8709-b12d88cb7898 2018-12-03 16:21:44,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65b3e0746dd06893acd031d9763b46157dcd1425" 2018-12-03 16:21:45,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-974161fc-833b-42d9-af86-65ba9af9a3a9 Date: Mon, 03 Dec 2018 16:21: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-12-03 16:21:45,125 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-974161fc-833b-42d9-af86-65ba9af9a3a9 2018-12-03 16:21:45,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}65b3e0746dd06893acd031d9763b46157dcd1425" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712"}' 2018-12-03 16:21:45,737 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf X-Openstack-Request-Id: req-08914dd2-217f-4cda-93f1-007dde56df06 Date: Mon, 03 Dec 2018 16:21:45 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:21:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:21:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf", "min_disk": 0, "protected": false, "id": "8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf", "file": "/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf/file", "checksum": null, "owner": "db9d52bfd5624ed4a619197e7861051e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:21:45,737 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-08914dd2-217f-4cda-93f1-007dde56df06 2018-12-03 16:21:45,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65b3e0746dd06893acd031d9763b46157dcd1425" -d '' 2018-12-03 16:21:47,054 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-21eb53ce-fbc4-4b59-abd4-cb22807abbea Date: Mon, 03 Dec 2018 16:21:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:21:47,054 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf/file used request id req-21eb53ce-fbc4-4b59-abd4-cb22807abbea 2018-12-03 16:21:47,055 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:21:47,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65b3e0746dd06893acd031d9763b46157dcd1425" 2018-12-03 16:21:47,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-9a5de81e-5e07-47a5-8261-3cc0e0bffbe7 Date: Mon, 03 Dec 2018 16:21:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:21:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:21:47Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf/snap", "metadata": {}}], "self": "/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf", "min_disk": 0, "protected": false, "id": "8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf", "file": "/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "db9d52bfd5624ed4a619197e7861051e", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:21:47,218 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf used request id req-9a5de81e-5e07-47a5-8261-3cc0e0bffbe7 2018-12-03 16:21:47,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65b3e0746dd06893acd031d9763b46157dcd1425" 2018-12-03 16:21:47,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c117add7-a147-4cca-a85d-e8ac0abe5c15 Date: Mon, 03 Dec 2018 16:21: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-12-03 16:21:47,366 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c117add7-a147-4cca-a85d-e8ac0abe5c15 2018-12-03 16:21:47,369 - create_image - INFO - Created image with name - CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712 2018-12-03 16:21:47,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65b3e0746dd06893acd031d9763b46157dcd1425" 2018-12-03 16:21:47,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-830d0273-96b4-435b-ba65-617b13f77511 Date: Mon, 03 Dec 2018 16:21:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:21:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:21:47Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf/snap", "metadata": {}}], "self": "/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf", "min_disk": 0, "protected": false, "id": "8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf", "file": "/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "db9d52bfd5624ed4a619197e7861051e", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:21:47,390 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf used request id req-830d0273-96b4-435b-ba65-617b13f77511 2018-12-03 16:21:47,391 - create_image - DEBUG - Instance status is - active 2018-12-03 16:21:47,391 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712 2018-12-03 16:21:47,391 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712 2018-12-03 16:21:47,392 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:47,769 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eeef7c25e2cb4156824bd16055d52217", "name": "CreateImageSuccessTests-136375ee-2499-4fe-proj-role"}], "expires_at": "2018-12-03T17:21:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db9d52bfd5624ed4a619197e7861051e", "name": "CreateImageSuccessTests-136375ee-2499-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/db9d52bfd5624ed4a619197e7861051e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/db9d52bfd5624ed4a619197e7861051e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/db9d52bfd5624ed4a619197e7861051e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/db9d52bfd5624ed4a619197e7861051e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/db9d52bfd5624ed4a619197e7861051e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/db9d52bfd5624ed4a619197e7861051e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/db9d52bfd5624ed4a619197e7861051e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/db9d52bfd5624ed4a619197e7861051e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/db9d52bfd5624ed4a619197e7861051e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/db9d52bfd5624ed4a619197e7861051e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/db9d52bfd5624ed4a619197e7861051e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/db9d52bfd5624ed4a619197e7861051e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-136375ee-2499-4fe-user", "id": "bc4f4cb7d7ab481a97ef5559ec0b6d86"}, "audit_ids": ["_F1JxAIQQZeiJVNLaj5n7A"], "issued_at": "2018-12-03T16:21:47.000000Z"}} 2018-12-03 16:21:47,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8eac8a365f752e1630181ec29d6924c54894aa4" 2018-12-03 16:21:47,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-0ebd515f-9099-4927-9ff9-2b5acf0a2e2f Date: Mon, 03 Dec 2018 16:21:47 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:21:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:21:47Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf/snap", "metadata": {}}], "self": "/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf", "min_disk": 0, "protected": false, "id": "8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf", "file": "/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "db9d52bfd5624ed4a619197e7861051e", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712"} 2018-12-03 16:21:47,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712 used request id req-0ebd515f-9099-4927-9ff9-2b5acf0a2e2f 2018-12-03 16:21:47,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8eac8a365f752e1630181ec29d6924c54894aa4" 2018-12-03 16:21:48,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6ac6c594-cc39-4439-bfdd-cb748e275bc3 Date: Mon, 03 Dec 2018 16:21: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-12-03 16:21:48,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-6ac6c594-cc39-4439-bfdd-cb748e275bc3 2018-12-03 16:21:48,193 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712 2018-12-03 16:21:48,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8eac8a365f752e1630181ec29d6924c54894aa4" 2018-12-03 16:21:49,590 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-803e8e1d-ef2f-45cc-8cae-4171dc01b4fc Date: Mon, 03 Dec 2018 16:21:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:21:49,590 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf used request id req-803e8e1d-ef2f-45cc-8cae-4171dc01b4fc 2018-12-03 16:21:49,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8eac8a365f752e1630181ec29d6924c54894aa4" 2018-12-03 16:21:49,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-5dd8255e-ecb1-459f-89f9-30d2fb11a123 Date: Mon, 03 Dec 2018 16:21:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712"} 2018-12-03 16:21:49,770 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712 used request id req-5dd8255e-ecb1-459f-89f9-30d2fb11a123 2018-12-03 16:21:49,771 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-5fb62f2e-4d11-43b2-9de7-4783e5904712 2018-12-03 16:21:49,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65b3e0746dd06893acd031d9763b46157dcd1425" 2018-12-03 16:21:49,935 - keystoneauth.session - DEBUG - RESP: [404] Content-Length: 189 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-6ca4ed10-923c-4c19-be2b-5365b042dbc9 Date: Mon, 03 Dec 2018 16:21:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:21:49,935 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/8e3d9b47-b1be-4c2e-90ac-ee81c7c838cf used request id req-6ca4ed10-923c-4c19-be2b-5365b042dbc9 2018-12-03 16:21:49,935 - glanceclient.common.http - DEBUG - Request returned failure status 404. 2018-12-03 16:21:49,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" 2018-12-03 16:21:50,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d54fcae9-18a5-48f3-b144-613512ec321c Date: Mon, 03 Dec 2018 16:21:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:21:50,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-d54fcae9-18a5-48f3-b144-613512ec321c 2018-12-03 16:21:50,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" 2018-12-03 16:21:50,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab5b046e-0e9c-4125-af70-f3cfabd81c3a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:21:50,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-ab5b046e-0e9c-4125-af70-f3cfabd81c3a 2018-12-03 16:21:50,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" 2018-12-03 16:21:50,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43a8964c-5f83-46da-b175-bb4e4905276b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:21:50,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-43a8964c-5f83-46da-b175-bb4e4905276b 2018-12-03 16:21:50,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" 2018-12-03 16:21:50,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbd8802b-640a-4b0f-9d5b-3832664e0e7f Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:21:50,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-cbd8802b-640a-4b0f-9d5b-3832664e0e7f 2018-12-03 16:21:50,516 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-136375ee-2499-4fe-proj 2018-12-03 16:21:50,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/db9d52bfd5624ed4a619197e7861051e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" 2018-12-03 16:21:50,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43653ffc-5994-42d1-bedd-e47c2a38780f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:50,755 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/db9d52bfd5624ed4a619197e7861051e used request id req-43653ffc-5994-42d1-bedd-e47c2a38780f 2018-12-03 16:21:50,755 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-136375ee-2499-4fe-proj-role 2018-12-03 16:21:50,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/eeef7c25e2cb4156824bd16055d52217 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" 2018-12-03 16:21:50,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3216833-a724-483a-b18b-9d1b89edef5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:50,870 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/eeef7c25e2cb4156824bd16055d52217 used request id req-f3216833-a724-483a-b18b-9d1b89edef5d 2018-12-03 16:21:50,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd7bc35da837d86ff8a51295d95abc13f704e6b" 2018-12-03 16:21:50,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52e7f4e1-6319-4399-847f-904a0ddb9bbf Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:21:50,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-52e7f4e1-6319-4399-847f-904a0ddb9bbf 2018-12-03 16:21:50,960 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-136375ee-2499-4fe-user 2018-12-03 16:21:50,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/bc4f4cb7d7ab481a97ef5559ec0b6d86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3886d1f75738f40ca5d3099d164d37a3ef4e7031" 2018-12-03 16:21:51,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b5956bf-be0d-435b-a6b5-fb5bc60abcc0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:51,133 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/bc4f4cb7d7ab481a97ef5559ec0b6d86 used request id req-2b5956bf-be0d-435b-a6b5-fb5bc60abcc0 2018-12-03 16:21:51,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:51,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["lnJ6weK-SByEIzI8KZME2A"], "issued_at": "2018-12-03T16:21:51.000000Z"}} 2018-12-03 16:21:51,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fcefdf8b4f916b92652e2072e4a883dc9dfc60" 2018-12-03 16:21:51,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c09dd37f-a4eb-4514-9e1a-7e1e00e33737 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:51,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c09dd37f-a4eb-4514-9e1a-7e1e00e33737 2018-12-03 16:21:51,593 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:51,594 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:51,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["CvfPXnxBSGq4LQ4PnDAscw"], "issued_at": "2018-12-03T16:21:51.000000Z"}} 2018-12-03 16:21:51,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" 2018-12-03 16:21:52,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ad4c7c8-d561-41ae-9c33-939a075a019f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:52,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6ad4c7c8-d561-41ae-9c33-939a075a019f 2018-12-03 16:21:52,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:21:52,068 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:21:52,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-837f89ee-7f15-498-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" 2018-12-03 16:21:52,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-817a243a-639b-47ca-907a-3e20f1fff24c Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-837f89ee-7f15-498-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:21:52,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-837f89ee-7f15-498-proj used request id req-817a243a-639b-47ca-907a-3e20f1fff24c 2018-12-03 16:21:52,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" 2018-12-03 16:21:52,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-985a6e7b-eacb-4bf7-a333-1deaae7bb956 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:21:52,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-985a6e7b-eacb-4bf7-a333-1deaae7bb956 2018-12-03 16:21:52,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-837f89ee-7f15-498-proj"}}' 2018-12-03 16:21:52,357 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:21:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8053546-60f7-47b8-a123-7123d54f4c14 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fec619c07f1f4ac5bbbd985a9ac87631"}, "enabled": true, "id": "fec619c07f1f4ac5bbbd985a9ac87631", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-837f89ee-7f15-498-proj"}} 2018-12-03 16:21:52,357 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-c8053546-60f7-47b8-a123-7123d54f4c14 2018-12-03 16:21:52,358 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-837f89ee-7f15-498-proj 2018-12-03 16:21:52,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:52,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:52,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:21:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["FQZJvGHCRtitT1gpMgQiuw"], "issued_at": "2018-12-03T16:21:52.000000Z"}} 2018-12-03 16:21:52,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c231a16ba5706cfab4b8cefef450f81f99cc61b3" 2018-12-03 16:21:52,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77ae9718-8020-48df-bb4c-30f2f608b998 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:52,822 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-77ae9718-8020-48df-bb4c-30f2f608b998 2018-12-03 16:21:52,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:21:52,831 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:21: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:21:52,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c231a16ba5706cfab4b8cefef450f81f99cc61b3" 2018-12-03 16:21:52,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82fd3575-7e44-4401-9b94-05a7124e6dfc Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:21:52,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-82fd3575-7e44-4401-9b94-05a7124e6dfc 2018-12-03 16:21:52,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-837f89ee-7f15-498-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c231a16ba5706cfab4b8cefef450f81f99cc61b3" 2018-12-03 16:21:52,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a523ad9c-90bd-44bf-8a45-76d7eaf7ed08 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-837f89ee-7f15-498-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fec619c07f1f4ac5bbbd985a9ac87631"}, "enabled": true, "id": "fec619c07f1f4ac5bbbd985a9ac87631", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-837f89ee-7f15-498-proj"}]} 2018-12-03 16:21:52,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-837f89ee-7f15-498-proj used request id req-a523ad9c-90bd-44bf-8a45-76d7eaf7ed08 2018-12-03 16:21:52,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c231a16ba5706cfab4b8cefef450f81f99cc61b3" 2018-12-03 16:21:53,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-098e683d-591d-4bee-8563-efa5af6a4fd7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:21:53,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-098e683d-591d-4bee-8563-efa5af6a4fd7 2018-12-03 16:21:53,476 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-837f89ee-7f15-498-user 2018-12-03 16:21:53,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:53,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" 2018-12-03 16:21:53,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-652fb705-4fdc-4d34-b22c-99589973029f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:21:53,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-652fb705-4fdc-4d34-b22c-99589973029f 2018-12-03 16:21:53,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" -d '{"role": {"name": "CreateImageSuccessTests-837f89ee-7f15-498-proj-role"}}' 2018-12-03 16:21:53,674 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:21:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f17b7ce-67ec-4cc8-87f8-88f614b5ac17 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e0c15ecf51c5436fb3a995f9d5ffd44d", "links": {"self": "http://172.30.9.30:5000/v3/roles/e0c15ecf51c5436fb3a995f9d5ffd44d"}, "name": "CreateImageSuccessTests-837f89ee-7f15-498-proj-role"}} 2018-12-03 16:21:53,674 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-1f17b7ce-67ec-4cc8-87f8-88f614b5ac17 2018-12-03 16:21:53,674 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-837f89ee-7f15-498-proj-role 2018-12-03 16:21:53,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/e0c15ecf51c5436fb3a995f9d5ffd44d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" 2018-12-03 16:21:53,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0475f0c-374d-47f5-ab13-a890753e4115 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/e0c15ecf51c5436fb3a995f9d5ffd44d"}, "domain_id": null, "name": "CreateImageSuccessTests-837f89ee-7f15-498-proj-role", "id": "e0c15ecf51c5436fb3a995f9d5ffd44d"}} 2018-12-03 16:21:53,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/e0c15ecf51c5436fb3a995f9d5ffd44d used request id req-d0475f0c-374d-47f5-ab13-a890753e4115 2018-12-03 16:21:53,766 - keystone_utils - INFO - Granting role CreateImageSuccessTests-837f89ee-7f15-498-proj-role to project CreateImageSuccessTests-837f89ee-7f15-498-proj 2018-12-03 16:21:53,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/fec619c07f1f4ac5bbbd985a9ac87631/users/21d84896c3f349caaaf9812c8eeb3ddf/roles/e0c15ecf51c5436fb3a995f9d5ffd44d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" 2018-12-03 16:21:53,892 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:21:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbaf7474-10f4-4b98-89b6-46fbce815cde Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:21:53,892 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/fec619c07f1f4ac5bbbd985a9ac87631/users/21d84896c3f349caaaf9812c8eeb3ddf/roles/e0c15ecf51c5436fb3a995f9d5ffd44d used request id req-dbaf7474-10f4-4b98-89b6-46fbce815cde 2018-12-03 16:21:53,893 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:21:53,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:21:53,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:54,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e0c15ecf51c5436fb3a995f9d5ffd44d", "name": "CreateImageSuccessTests-837f89ee-7f15-498-proj-role"}], "expires_at": "2018-12-03T17:21:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fec619c07f1f4ac5bbbd985a9ac87631", "name": "CreateImageSuccessTests-837f89ee-7f15-498-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-837f89ee-7f15-498-user", "id": "21d84896c3f349caaaf9812c8eeb3ddf"}, "audit_ids": ["FEbyNelJTqGnJwo7AXdX2A"], "issued_at": "2018-12-03T16:21:54.000000Z"}} 2018-12-03 16:21:54,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edbd8a35b1610af9142be3c5c3a30695c31a4a27" 2018-12-03 16:21:54,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faf841cf-2f02-4395-996b-4966e37a25b2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:21:54,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-faf841cf-2f02-4395-996b-4966e37a25b2 2018-12-03 16:21:54,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}edbd8a35b1610af9142be3c5c3a30695c31a4a27" 2018-12-03 16:21:54,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-516d68de-3315-408f-8545-3413636ebfcd Date: Mon, 03 Dec 2018 16:21:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad"} 2018-12-03 16:21:54,619 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad used request id req-516d68de-3315-408f-8545-3413636ebfcd 2018-12-03 16:21:54,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}edbd8a35b1610af9142be3c5c3a30695c31a4a27" 2018-12-03 16:21:55,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-777758f7-636e-487a-93dd-04af5f7cf0f7 Date: Mon, 03 Dec 2018 16:21: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-12-03 16:21:55,144 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-777758f7-636e-487a-93dd-04af5f7cf0f7 2018-12-03 16:21:55,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}edbd8a35b1610af9142be3c5c3a30695c31a4a27" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad"}' 2018-12-03 16:21:55,750 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12 X-Openstack-Request-Id: req-5d36291f-a37e-4601-8051-24da3e5560ee Date: Mon, 03 Dec 2018 16:21:55 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:21:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:21:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12", "min_disk": 0, "protected": false, "id": "e421e8d4-605d-4865-bb51-7818dbb00d12", "file": "/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12/file", "checksum": null, "owner": "fec619c07f1f4ac5bbbd985a9ac87631", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:21:55,750 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-5d36291f-a37e-4601-8051-24da3e5560ee 2018-12-03 16:21:55,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}edbd8a35b1610af9142be3c5c3a30695c31a4a27" -d '' 2018-12-03 16:21:57,122 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e20ee12b-3586-4f4d-a8bd-addf105c2119 Date: Mon, 03 Dec 2018 16:21:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:21:57,122 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12/file used request id req-e20ee12b-3586-4f4d-a8bd-addf105c2119 2018-12-03 16:21:57,122 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:21:57,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}edbd8a35b1610af9142be3c5c3a30695c31a4a27" 2018-12-03 16:21:57,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-6c6b280a-b4cb-4820-957b-f9ee6e4fd890 Date: Mon, 03 Dec 2018 16:21:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:21:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:21:57Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e421e8d4-605d-4865-bb51-7818dbb00d12/snap", "metadata": {}}], "self": "/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12", "min_disk": 0, "protected": false, "id": "e421e8d4-605d-4865-bb51-7818dbb00d12", "file": "/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fec619c07f1f4ac5bbbd985a9ac87631", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e421e8d4-605d-4865-bb51-7818dbb00d12/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:21:57,671 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12 used request id req-6c6b280a-b4cb-4820-957b-f9ee6e4fd890 2018-12-03 16:21:57,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}edbd8a35b1610af9142be3c5c3a30695c31a4a27" 2018-12-03 16:21:58,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8a1bb63c-88a2-4ddc-a69f-456e19140f5b Date: Mon, 03 Dec 2018 16:21: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-12-03 16:21:58,210 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-8a1bb63c-88a2-4ddc-a69f-456e19140f5b 2018-12-03 16:21:58,213 - create_image - INFO - Created image with name - CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad 2018-12-03 16:21:58,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}edbd8a35b1610af9142be3c5c3a30695c31a4a27" 2018-12-03 16:21:58,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-7f927d0c-9486-4fa7-a08f-7edfe5380244 Date: Mon, 03 Dec 2018 16:21:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:21:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:21:57Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e421e8d4-605d-4865-bb51-7818dbb00d12/snap", "metadata": {}}], "self": "/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12", "min_disk": 0, "protected": false, "id": "e421e8d4-605d-4865-bb51-7818dbb00d12", "file": "/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fec619c07f1f4ac5bbbd985a9ac87631", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e421e8d4-605d-4865-bb51-7818dbb00d12/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:21:58,233 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12 used request id req-7f927d0c-9486-4fa7-a08f-7edfe5380244 2018-12-03 16:21:58,234 - create_image - DEBUG - Instance status is - active 2018-12-03 16:21:58,234 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad 2018-12-03 16:21:58,234 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad 2018-12-03 16:21:58,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:21:58,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e0c15ecf51c5436fb3a995f9d5ffd44d", "name": "CreateImageSuccessTests-837f89ee-7f15-498-proj-role"}], "expires_at": "2018-12-03T17:21:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fec619c07f1f4ac5bbbd985a9ac87631", "name": "CreateImageSuccessTests-837f89ee-7f15-498-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/fec619c07f1f4ac5bbbd985a9ac87631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-837f89ee-7f15-498-user", "id": "21d84896c3f349caaaf9812c8eeb3ddf"}, "audit_ids": ["r1k6TaeuQrusjVgYiB8wAA"], "issued_at": "2018-12-03T16:21:58.000000Z"}} 2018-12-03 16:21:58,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0afd5b839462e8e15a1769bcc5194f8b4d17db96" 2018-12-03 16:21:58,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-0430e369-41f0-4487-8d87-fe8cb44c07d9 Date: Mon, 03 Dec 2018 16:21:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:21:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:21:57Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e421e8d4-605d-4865-bb51-7818dbb00d12/snap", "metadata": {}}], "self": "/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12", "min_disk": 0, "protected": false, "id": "e421e8d4-605d-4865-bb51-7818dbb00d12", "file": "/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fec619c07f1f4ac5bbbd985a9ac87631", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e421e8d4-605d-4865-bb51-7818dbb00d12/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad"} 2018-12-03 16:21:58,776 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad used request id req-0430e369-41f0-4487-8d87-fe8cb44c07d9 2018-12-03 16:21:58,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0afd5b839462e8e15a1769bcc5194f8b4d17db96" 2018-12-03 16:21:58,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a78f0b5b-be62-446a-8d10-2a8cf5ae7b1f Date: Mon, 03 Dec 2018 16:21: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-12-03 16:21:58,937 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-a78f0b5b-be62-446a-8d10-2a8cf5ae7b1f 2018-12-03 16:21:58,940 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-93c63a70-17ff-444b-8bbd-7fcc8e6b51ad 2018-12-03 16:21:58,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}edbd8a35b1610af9142be3c5c3a30695c31a4a27" 2018-12-03 16:22:00,637 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c2b7a3d5-6d31-4755-8b30-b9705b44cb37 Date: Mon, 03 Dec 2018 16:22:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:22:00,637 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e421e8d4-605d-4865-bb51-7818dbb00d12 used request id req-c2b7a3d5-6d31-4755-8b30-b9705b44cb37 2018-12-03 16:22:00,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" 2018-12-03 16:22:00,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fa3514f6-5c01-4ced-ba68-b47b1f83be71 Date: Mon, 03 Dec 2018 16:22:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:22:00,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-fa3514f6-5c01-4ced-ba68-b47b1f83be71 2018-12-03 16:22:00,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" 2018-12-03 16:22:00,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8314ec99-a094-46bf-b893-70a698cc7951 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:22:00,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-8314ec99-a094-46bf-b893-70a698cc7951 2018-12-03 16:22:00,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" 2018-12-03 16:22:01,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f1c0b6c-d196-48cc-b4ea-af78073a03e4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:22:01,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-7f1c0b6c-d196-48cc-b4ea-af78073a03e4 2018-12-03 16:22:01,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" 2018-12-03 16:22:01,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ea32725-ae16-44bb-a884-9aad5e4aaf2a Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:22:01,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-7ea32725-ae16-44bb-a884-9aad5e4aaf2a 2018-12-03 16:22:01,154 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-837f89ee-7f15-498-proj 2018-12-03 16:22:01,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/fec619c07f1f4ac5bbbd985a9ac87631 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" 2018-12-03 16:22:01,390 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08f350fd-f4d2-40d1-83b1-2a3cb328dc23 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:01,390 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/fec619c07f1f4ac5bbbd985a9ac87631 used request id req-08f350fd-f4d2-40d1-83b1-2a3cb328dc23 2018-12-03 16:22:01,391 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-837f89ee-7f15-498-proj-role 2018-12-03 16:22:01,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/e0c15ecf51c5436fb3a995f9d5ffd44d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" 2018-12-03 16:22:01,440 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-478acfa2-d40a-4f8a-b87d-197ca6559054 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:01,440 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/e0c15ecf51c5436fb3a995f9d5ffd44d used request id req-478acfa2-d40a-4f8a-b87d-197ca6559054 2018-12-03 16:22:01,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34482eeafd8075bdaae0b3e808b916377d08ba10" 2018-12-03 16:22:01,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b56324a6-b281-4f56-97b1-b1ee1975d9d2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:01,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b56324a6-b281-4f56-97b1-b1ee1975d9d2 2018-12-03 16:22:01,522 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-837f89ee-7f15-498-user 2018-12-03 16:22:01,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/21d84896c3f349caaaf9812c8eeb3ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c231a16ba5706cfab4b8cefef450f81f99cc61b3" 2018-12-03 16:22:01,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b52a8836-5efc-485a-be14-680d0a55c9a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:01,708 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/21d84896c3f349caaaf9812c8eeb3ddf used request id req-b52a8836-5efc-485a-be14-680d0a55c9a3 2018-12-03 16:22:01,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:02,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["oEHenXIsQBCe2Wkhip3uHA"], "issued_at": "2018-12-03T16:22:02.000000Z"}} 2018-12-03 16:22:02,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be5d9c86508c3d4fa952208724cb528e1899631" 2018-12-03 16:22:02,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea65677a-a816-49f0-b805-42e79eef49fc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:02,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ea65677a-a816-49f0-b805-42e79eef49fc 2018-12-03 16:22:02,187 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:02,188 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:02,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["zUQ6uM08Rpm1fjksDYk93g"], "issued_at": "2018-12-03T16:22:02.000000Z"}} 2018-12-03 16:22:02,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" 2018-12-03 16:22:02,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6381cea-27ee-413c-be8c-b9e9b7005970 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:02,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e6381cea-27ee-413c-be8c-b9e9b7005970 2018-12-03 16:22:02,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:02,670 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:02,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-e7006b21-e201-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" 2018-12-03 16:22:02,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b47fbcc9-4d33-48f0-9613-494d04c58cf3 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-e7006b21-e201-4be-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:22:02,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-e7006b21-e201-4be-proj used request id req-b47fbcc9-4d33-48f0-9613-494d04c58cf3 2018-12-03 16:22:02,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" 2018-12-03 16:22:02,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7a42aa0-4d80-4876-9a8e-38b26a592b8f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:02,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b7a42aa0-4d80-4876-9a8e-38b26a592b8f 2018-12-03 16:22:02,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-e7006b21-e201-4be-proj"}}' 2018-12-03 16:22:02,967 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef38591b-c097-43db-ba5f-f1b1d0514521 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f3a73ea34ab492593acfd0b7906017c"}, "enabled": true, "id": "4f3a73ea34ab492593acfd0b7906017c", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-e7006b21-e201-4be-proj"}} 2018-12-03 16:22:02,967 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-ef38591b-c097-43db-ba5f-f1b1d0514521 2018-12-03 16:22:02,967 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-e7006b21-e201-4be-proj 2018-12-03 16:22:02,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:02,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:03,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["cf_M9Y_OR0SXnsDYG6E97w"], "issued_at": "2018-12-03T16:22:03.000000Z"}} 2018-12-03 16:22:03,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d18c456b7eea4edc46092ad412c67882195f4d6e" 2018-12-03 16:22:03,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d062583-11c2-41da-a142-0f171f984e34 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:03,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7d062583-11c2-41da-a142-0f171f984e34 2018-12-03 16:22:03,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:03,370 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:03,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d18c456b7eea4edc46092ad412c67882195f4d6e" 2018-12-03 16:22:03,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66ac802c-f330-4624-ae9e-87c06ed99101 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:22:03,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-66ac802c-f330-4624-ae9e-87c06ed99101 2018-12-03 16:22:03,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-e7006b21-e201-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d18c456b7eea4edc46092ad412c67882195f4d6e" 2018-12-03 16:22:03,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-897132c9-5cf8-457c-be3a-761bc8e00c8d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-e7006b21-e201-4be-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f3a73ea34ab492593acfd0b7906017c"}, "enabled": true, "id": "4f3a73ea34ab492593acfd0b7906017c", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-e7006b21-e201-4be-proj"}]} 2018-12-03 16:22:03,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-e7006b21-e201-4be-proj used request id req-897132c9-5cf8-457c-be3a-761bc8e00c8d 2018-12-03 16:22:03,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d18c456b7eea4edc46092ad412c67882195f4d6e" 2018-12-03 16:22:03,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6220e7ad-98de-432b-afcb-de4b14229c5e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:03,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-6220e7ad-98de-432b-afcb-de4b14229c5e 2018-12-03 16:22:04,009 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-e7006b21-e201-4be-user 2018-12-03 16:22:04,010 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:04,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" 2018-12-03 16:22:04,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c32928d-dc18-4135-baa0-bd10eec93832 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:04,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6c32928d-dc18-4135-baa0-bd10eec93832 2018-12-03 16:22:04,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" -d '{"role": {"name": "CreateImageSuccessTests-e7006b21-e201-4be-proj-role"}}' 2018-12-03 16:22:04,213 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb208aa9-9d6a-4d6d-9c0a-86f3e04c89b5 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "09d6b6746a964430812fd279ea7a5ee1", "links": {"self": "http://172.30.9.30:5000/v3/roles/09d6b6746a964430812fd279ea7a5ee1"}, "name": "CreateImageSuccessTests-e7006b21-e201-4be-proj-role"}} 2018-12-03 16:22:04,213 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-cb208aa9-9d6a-4d6d-9c0a-86f3e04c89b5 2018-12-03 16:22:04,213 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-e7006b21-e201-4be-proj-role 2018-12-03 16:22:04,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/09d6b6746a964430812fd279ea7a5ee1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" 2018-12-03 16:22:04,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57162bac-6b4f-44c8-a1ed-c21d0eaa95bd Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/09d6b6746a964430812fd279ea7a5ee1"}, "domain_id": null, "name": "CreateImageSuccessTests-e7006b21-e201-4be-proj-role", "id": "09d6b6746a964430812fd279ea7a5ee1"}} 2018-12-03 16:22:04,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/09d6b6746a964430812fd279ea7a5ee1 used request id req-57162bac-6b4f-44c8-a1ed-c21d0eaa95bd 2018-12-03 16:22:04,307 - keystone_utils - INFO - Granting role CreateImageSuccessTests-e7006b21-e201-4be-proj-role to project CreateImageSuccessTests-e7006b21-e201-4be-proj 2018-12-03 16:22:04,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/4f3a73ea34ab492593acfd0b7906017c/users/dcdc10512295452b9e5f5b4b91964951/roles/09d6b6746a964430812fd279ea7a5ee1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" 2018-12-03 16:22:04,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-012e1d0d-0f79-4f03-8d23-46078f6f4c0c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:04,437 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4f3a73ea34ab492593acfd0b7906017c/users/dcdc10512295452b9e5f5b4b91964951/roles/09d6b6746a964430812fd279ea7a5ee1 used request id req-012e1d0d-0f79-4f03-8d23-46078f6f4c0c 2018-12-03 16:22:04,438 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:22:04,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:04,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:04,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "09d6b6746a964430812fd279ea7a5ee1", "name": "CreateImageSuccessTests-e7006b21-e201-4be-proj-role"}], "expires_at": "2018-12-03T17:22:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f3a73ea34ab492593acfd0b7906017c", "name": "CreateImageSuccessTests-e7006b21-e201-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4f3a73ea34ab492593acfd0b7906017c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4f3a73ea34ab492593acfd0b7906017c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4f3a73ea34ab492593acfd0b7906017c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4f3a73ea34ab492593acfd0b7906017c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4f3a73ea34ab492593acfd0b7906017c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4f3a73ea34ab492593acfd0b7906017c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4f3a73ea34ab492593acfd0b7906017c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4f3a73ea34ab492593acfd0b7906017c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4f3a73ea34ab492593acfd0b7906017c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4f3a73ea34ab492593acfd0b7906017c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4f3a73ea34ab492593acfd0b7906017c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4f3a73ea34ab492593acfd0b7906017c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-e7006b21-e201-4be-user", "id": "dcdc10512295452b9e5f5b4b91964951"}, "audit_ids": ["z0T6qg2eTYq_KaQxSw1u8Q"], "issued_at": "2018-12-03T16:22:04.000000Z"}} 2018-12-03 16:22:04,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eaa0506c3f3a78e22ee4e058e61f6f50bfcd9e8" 2018-12-03 16:22:04,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c8463f4-f332-4ffa-8129-51bd5b91491f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:04,888 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7c8463f4-f332-4ffa-8129-51bd5b91491f 2018-12-03 16:22:04,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5eaa0506c3f3a78e22ee4e058e61f6f50bfcd9e8" 2018-12-03 16:22:05,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-536c66c4-76bf-428b-90e7-40203432dd55 Date: Mon, 03 Dec 2018 16:22:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1"} 2018-12-03 16:22:05,167 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1 used request id req-536c66c4-76bf-428b-90e7-40203432dd55 2018-12-03 16:22:05,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5eaa0506c3f3a78e22ee4e058e61f6f50bfcd9e8" 2018-12-03 16:22:05,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6da25e75-da7d-4ac4-a8fa-b1567ce4952c Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:05,699 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-6da25e75-da7d-4ac4-a8fa-b1567ce4952c 2018-12-03 16:22:05,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5eaa0506c3f3a78e22ee4e058e61f6f50bfcd9e8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1"}' 2018-12-03 16:22:05,909 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21 X-Openstack-Request-Id: req-693ceab5-9cf0-45f9-b45b-b4537492510a Date: Mon, 03 Dec 2018 16:22:05 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21", "min_disk": 0, "protected": false, "id": "22d1129b-4ffb-42d6-9842-92a1e3026a21", "file": "/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21/file", "checksum": null, "owner": "4f3a73ea34ab492593acfd0b7906017c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:22:05,909 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-693ceab5-9cf0-45f9-b45b-b4537492510a 2018-12-03 16:22:05,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5eaa0506c3f3a78e22ee4e058e61f6f50bfcd9e8" -d '' 2018-12-03 16:22:07,959 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2d0e3e40-5d6c-47f5-9276-03f111854af8 Date: Mon, 03 Dec 2018 16: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-12-03 16:22:07,960 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21/file used request id req-2d0e3e40-5d6c-47f5-9276-03f111854af8 2018-12-03 16:22:07,960 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:22:07,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5eaa0506c3f3a78e22ee4e058e61f6f50bfcd9e8" 2018-12-03 16:22:08,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-bce309fa-27bc-4a40-904e-1789b7b1a46e Date: Mon, 03 Dec 2018 16:22:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:07Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/22d1129b-4ffb-42d6-9842-92a1e3026a21/snap", "metadata": {}}], "self": "/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21", "min_disk": 0, "protected": false, "id": "22d1129b-4ffb-42d6-9842-92a1e3026a21", "file": "/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4f3a73ea34ab492593acfd0b7906017c", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/22d1129b-4ffb-42d6-9842-92a1e3026a21/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:22:08,135 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21 used request id req-bce309fa-27bc-4a40-904e-1789b7b1a46e 2018-12-03 16:22:08,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5eaa0506c3f3a78e22ee4e058e61f6f50bfcd9e8" 2018-12-03 16:22:08,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-522bab79-6afb-479e-9373-e1e884c39686 Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:08,296 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-522bab79-6afb-479e-9373-e1e884c39686 2018-12-03 16:22:08,300 - create_image - INFO - Created image with name - CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1 2018-12-03 16:22:08,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5eaa0506c3f3a78e22ee4e058e61f6f50bfcd9e8" 2018-12-03 16:22:08,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-1c3a469f-7399-4bde-93d8-fe3e4d9e42b9 Date: Mon, 03 Dec 2018 16:22:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:07Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/22d1129b-4ffb-42d6-9842-92a1e3026a21/snap", "metadata": {}}], "self": "/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21", "min_disk": 0, "protected": false, "id": "22d1129b-4ffb-42d6-9842-92a1e3026a21", "file": "/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4f3a73ea34ab492593acfd0b7906017c", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/22d1129b-4ffb-42d6-9842-92a1e3026a21/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:22:08,319 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21 used request id req-1c3a469f-7399-4bde-93d8-fe3e4d9e42b9 2018-12-03 16:22:08,319 - create_image - DEBUG - Instance status is - active 2018-12-03 16:22:08,320 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1 2018-12-03 16:22:08,320 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1 2018-12-03 16:22:08,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:08,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "09d6b6746a964430812fd279ea7a5ee1", "name": "CreateImageSuccessTests-e7006b21-e201-4be-proj-role"}], "expires_at": "2018-12-03T17:22:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f3a73ea34ab492593acfd0b7906017c", "name": "CreateImageSuccessTests-e7006b21-e201-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4f3a73ea34ab492593acfd0b7906017c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4f3a73ea34ab492593acfd0b7906017c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4f3a73ea34ab492593acfd0b7906017c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4f3a73ea34ab492593acfd0b7906017c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4f3a73ea34ab492593acfd0b7906017c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4f3a73ea34ab492593acfd0b7906017c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4f3a73ea34ab492593acfd0b7906017c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4f3a73ea34ab492593acfd0b7906017c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4f3a73ea34ab492593acfd0b7906017c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4f3a73ea34ab492593acfd0b7906017c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4f3a73ea34ab492593acfd0b7906017c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4f3a73ea34ab492593acfd0b7906017c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-e7006b21-e201-4be-user", "id": "dcdc10512295452b9e5f5b4b91964951"}, "audit_ids": ["1OWVG14LQW6LBWysbqy65w"], "issued_at": "2018-12-03T16:22:08.000000Z"}} 2018-12-03 16:22:08,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cf024dfd075fec32999bc67edcdad0449f368fa" 2018-12-03 16:22:08,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-a1c1d989-054f-4d6c-8fb1-3a6357f37d13 Date: Mon, 03 Dec 2018 16:22:08 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:07Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/22d1129b-4ffb-42d6-9842-92a1e3026a21/snap", "metadata": {}}], "self": "/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21", "min_disk": 0, "protected": false, "id": "22d1129b-4ffb-42d6-9842-92a1e3026a21", "file": "/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4f3a73ea34ab492593acfd0b7906017c", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/22d1129b-4ffb-42d6-9842-92a1e3026a21/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1"} 2018-12-03 16:22:08,963 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1 used request id req-a1c1d989-054f-4d6c-8fb1-3a6357f37d13 2018-12-03 16:22:08,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cf024dfd075fec32999bc67edcdad0449f368fa" 2018-12-03 16:22:09,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-09eb6261-26de-49f1-bc73-a6b346b3eaad Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:09,117 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-09eb6261-26de-49f1-bc73-a6b346b3eaad 2018-12-03 16:22:09,120 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-3c90654a-41b7-4ef9-aad7-56e69f2359d1 2018-12-03 16:22:09,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5eaa0506c3f3a78e22ee4e058e61f6f50bfcd9e8" 2018-12-03 16:22:10,399 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e1e0a52f-82db-4e7a-a9fd-dfb31bbc136a Date: Mon, 03 Dec 2018 16:22:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:22:10,399 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/22d1129b-4ffb-42d6-9842-92a1e3026a21 used request id req-e1e0a52f-82db-4e7a-a9fd-dfb31bbc136a 2018-12-03 16:22:10,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" 2018-12-03 16:22:10,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d5d5f9a4-4d23-41f7-97ad-3ffd4623de05 Date: Mon, 03 Dec 2018 16:22:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:22:10,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-d5d5f9a4-4d23-41f7-97ad-3ffd4623de05 2018-12-03 16:22:10,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" 2018-12-03 16:22:10,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbb90944-8f33-438e-9e7e-808724e1c4a3 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:22:10,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-dbb90944-8f33-438e-9e7e-808724e1c4a3 2018-12-03 16:22:10,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" 2018-12-03 16:22:10,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fd52777-a022-462c-9946-14cca34f4bae Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:22:10,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-6fd52777-a022-462c-9946-14cca34f4bae 2018-12-03 16:22:10,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" 2018-12-03 16:22:10,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d86ab577-ca1c-49e0-9501-cdcba525c45b Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:22:10,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-d86ab577-ca1c-49e0-9501-cdcba525c45b 2018-12-03 16:22:10,910 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-e7006b21-e201-4be-proj 2018-12-03 16:22:10,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/4f3a73ea34ab492593acfd0b7906017c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" 2018-12-03 16:22:11,145 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84ea6484-b333-4c2d-a106-19828484a085 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:11,145 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4f3a73ea34ab492593acfd0b7906017c used request id req-84ea6484-b333-4c2d-a106-19828484a085 2018-12-03 16:22:11,145 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-e7006b21-e201-4be-proj-role 2018-12-03 16:22:11,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/09d6b6746a964430812fd279ea7a5ee1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" 2018-12-03 16:22:11,272 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9969b4b5-1d31-408b-9192-bbc114149196 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:11,273 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/09d6b6746a964430812fd279ea7a5ee1 used request id req-9969b4b5-1d31-408b-9192-bbc114149196 2018-12-03 16:22:11,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9027d75e62dbb105aae455ea2a94671b9da9703" 2018-12-03 16:22:11,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-822368d8-ba8f-4380-b138-9a614aea5cd8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:11,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-822368d8-ba8f-4380-b138-9a614aea5cd8 2018-12-03 16:22:11,364 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-e7006b21-e201-4be-user 2018-12-03 16:22:11,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/dcdc10512295452b9e5f5b4b91964951 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d18c456b7eea4edc46092ad412c67882195f4d6e" 2018-12-03 16:22:11,528 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8084db94-e7fc-4e6d-822b-4feaaa765528 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:11,528 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/dcdc10512295452b9e5f5b4b91964951 used request id req-8084db94-e7fc-4e6d-822b-4feaaa765528 2018-12-03 16:22:11,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:11,912 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["J3Fo1L5iSM6fcJe-FmalMw"], "issued_at": "2018-12-03T16:22:11.000000Z"}} 2018-12-03 16:22:11,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c8518618e5cc8f83683e889af7242575933d58" 2018-12-03 16:22:12,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c847149-0393-465a-8a52-ddd2161c3f98 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:12,001 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0c847149-0393-465a-8a52-ddd2161c3f98 2018-12-03 16:22:12,002 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:12,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:12,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["RAk1WGlMSbO3RWUxbH5GsA"], "issued_at": "2018-12-03T16:22:12.000000Z"}} 2018-12-03 16:22:12,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" 2018-12-03 16:22:12,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-513c5575-423b-4dd9-afaf-56ab5f68b078 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:12,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-513c5575-423b-4dd9-afaf-56ab5f68b078 2018-12-03 16:22:12,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:12,479 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:12,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" 2018-12-03 16:22:12,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-713ec3e6-7b37-4a8d-a135-bd50be461ef5 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:22:12,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj used request id req-713ec3e6-7b37-4a8d-a135-bd50be461ef5 2018-12-03 16:22:12,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" 2018-12-03 16:22:12,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05c7c0b6-6b83-45db-a8c9-41108841037b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:12,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-05c7c0b6-6b83-45db-a8c9-41108841037b 2018-12-03 16:22:12,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj"}}' 2018-12-03 16:22:12,872 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f40434e3-9459-4417-a39f-83e85c547599 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7dcf116ab3fb4cfc88eb5a74c66b1dd1"}, "enabled": true, "id": "7dcf116ab3fb4cfc88eb5a74c66b1dd1", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj"}} 2018-12-03 16:22:12,872 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f40434e3-9459-4417-a39f-83e85c547599 2018-12-03 16:22:12,873 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj 2018-12-03 16:22:12,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:12,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:13,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["eRnYch21SnGPDFU3t7-Wdg"], "issued_at": "2018-12-03T16:22:13.000000Z"}} 2018-12-03 16:22:13,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b54d3ff788acbb03c7d8842a62aeee13eaae4c" 2018-12-03 16:22:13,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90811d1b-947c-4e4c-b046-a2875f492937 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:13,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-90811d1b-947c-4e4c-b046-a2875f492937 2018-12-03 16:22:13,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:13,347 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:13,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b54d3ff788acbb03c7d8842a62aeee13eaae4c" 2018-12-03 16:22:13,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d87d8a33-1134-4a20-84af-12592c3edd19 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:22:13,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d87d8a33-1134-4a20-84af-12592c3edd19 2018-12-03 16:22:13,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b54d3ff788acbb03c7d8842a62aeee13eaae4c" 2018-12-03 16:22:13,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3ec5a5b-48d9-4aa2-875b-09210d3dcad7 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7dcf116ab3fb4cfc88eb5a74c66b1dd1"}, "enabled": true, "id": "7dcf116ab3fb4cfc88eb5a74c66b1dd1", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj"}]} 2018-12-03 16:22:13,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj used request id req-b3ec5a5b-48d9-4aa2-875b-09210d3dcad7 2018-12-03 16:22:13,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b54d3ff788acbb03c7d8842a62aeee13eaae4c" 2018-12-03 16:22:13,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38db8cd0-a7d1-4af9-8fd5-6ba2516da9d9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:13,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-38db8cd0-a7d1-4af9-8fd5-6ba2516da9d9 2018-12-03 16:22:13,919 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-cc1c0d5d-8919-4a8-user 2018-12-03 16:22:13,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:13,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" 2018-12-03 16:22:14,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd2a187d-b982-429e-8309-d364f3b0a46a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:14,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-fd2a187d-b982-429e-8309-d364f3b0a46a 2018-12-03 16:22:14,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" -d '{"role": {"name": "CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj-role"}}' 2018-12-03 16:22:14,105 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95764a94-2e9c-4f72-a361-862e87033cd5 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d9e966adf8ef4d9ea7d66a6ce8ed2f34", "links": {"self": "http://172.30.9.30:5000/v3/roles/d9e966adf8ef4d9ea7d66a6ce8ed2f34"}, "name": "CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj-role"}} 2018-12-03 16:22:14,105 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-95764a94-2e9c-4f72-a361-862e87033cd5 2018-12-03 16:22:14,105 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj-role 2018-12-03 16:22:14,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/d9e966adf8ef4d9ea7d66a6ce8ed2f34 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" 2018-12-03 16:22:14,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ecca7ec-0194-4b5f-a2a8-918082d3fa1a Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/d9e966adf8ef4d9ea7d66a6ce8ed2f34"}, "domain_id": null, "name": "CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj-role", "id": "d9e966adf8ef4d9ea7d66a6ce8ed2f34"}} 2018-12-03 16:22:14,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/d9e966adf8ef4d9ea7d66a6ce8ed2f34 used request id req-3ecca7ec-0194-4b5f-a2a8-918082d3fa1a 2018-12-03 16:22:14,195 - keystone_utils - INFO - Granting role CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj-role to project CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj 2018-12-03 16:22:14,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/7dcf116ab3fb4cfc88eb5a74c66b1dd1/users/3b6808d6146b4a9e9584fce2cc996414/roles/d9e966adf8ef4d9ea7d66a6ce8ed2f34 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" 2018-12-03 16:22:14,360 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2aad4d1-3240-480d-b810-5c0cb59cfc6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:14,360 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/7dcf116ab3fb4cfc88eb5a74c66b1dd1/users/3b6808d6146b4a9e9584fce2cc996414/roles/d9e966adf8ef4d9ea7d66a6ce8ed2f34 used request id req-d2aad4d1-3240-480d-b810-5c0cb59cfc6e 2018-12-03 16:22:14,361 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:22:14,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:14,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:14,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d9e966adf8ef4d9ea7d66a6ce8ed2f34", "name": "CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj-role"}], "expires_at": "2018-12-03T17:22:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dcf116ab3fb4cfc88eb5a74c66b1dd1", "name": "CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-cc1c0d5d-8919-4a8-user", "id": "3b6808d6146b4a9e9584fce2cc996414"}, "audit_ids": ["tt3Cw2mqQXyxDaTXk9Z7yQ"], "issued_at": "2018-12-03T16:22:14.000000Z"}} 2018-12-03 16:22:14,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45a6a6de22179b3cc8f2edc1c5005a535cc6fd55" 2018-12-03 16:22:14,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5241f118-f565-4ee8-bcee-069b1041a91b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:14,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5241f118-f565-4ee8-bcee-069b1041a91b 2018-12-03 16:22:14,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45a6a6de22179b3cc8f2edc1c5005a535cc6fd55" 2018-12-03 16:22:15,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-97bd0b15-d302-4b43-bde4-aded48981424 Date: Mon, 03 Dec 2018 16:22:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b"} 2018-12-03 16:22:15,006 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b used request id req-97bd0b15-d302-4b43-bde4-aded48981424 2018-12-03 16:22:15,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45a6a6de22179b3cc8f2edc1c5005a535cc6fd55" 2018-12-03 16:22:15,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ad7e7908-9406-41aa-b804-b3777937507e Date: Mon, 03 Dec 2018 16: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-12-03 16:22:15,164 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-ad7e7908-9406-41aa-b804-b3777937507e 2018-12-03 16:22:15,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45a6a6de22179b3cc8f2edc1c5005a535cc6fd55" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b"}' 2018-12-03 16:22:15,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4 X-Openstack-Request-Id: req-97241ad3-ef21-40b2-b2df-0ed74ebe945d Date: Mon, 03 Dec 2018 16:22:15 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4", "min_disk": 0, "protected": false, "id": "331fb6ca-2dda-41df-8579-dffd2658b4e4", "file": "/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4/file", "checksum": null, "owner": "7dcf116ab3fb4cfc88eb5a74c66b1dd1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:22:15,402 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-97241ad3-ef21-40b2-b2df-0ed74ebe945d 2018-12-03 16:22:15,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45a6a6de22179b3cc8f2edc1c5005a535cc6fd55" -d '' 2018-12-03 16:22:16,781 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-610549f7-e94a-4c18-9d54-fded0db7145e Date: Mon, 03 Dec 2018 16:22:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:22:16,781 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4/file used request id req-610549f7-e94a-4c18-9d54-fded0db7145e 2018-12-03 16:22:16,782 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:22:16,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45a6a6de22179b3cc8f2edc1c5005a535cc6fd55" 2018-12-03 16:22:17,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-ad7ed7f7-c9ab-41b3-bce6-36a12eab9313 Date: Mon, 03 Dec 2018 16:22:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:16Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/331fb6ca-2dda-41df-8579-dffd2658b4e4/snap", "metadata": {}}], "self": "/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4", "min_disk": 0, "protected": false, "id": "331fb6ca-2dda-41df-8579-dffd2658b4e4", "file": "/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7dcf116ab3fb4cfc88eb5a74c66b1dd1", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/331fb6ca-2dda-41df-8579-dffd2658b4e4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:22:17,049 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4 used request id req-ad7ed7f7-c9ab-41b3-bce6-36a12eab9313 2018-12-03 16:22:17,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45a6a6de22179b3cc8f2edc1c5005a535cc6fd55" 2018-12-03 16:22:17,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4d3d437a-3730-4b4d-bb00-937e29c730d5 Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:17,059 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-4d3d437a-3730-4b4d-bb00-937e29c730d5 2018-12-03 16:22:17,062 - create_image - INFO - Created image with name - CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b 2018-12-03 16:22:17,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45a6a6de22179b3cc8f2edc1c5005a535cc6fd55" 2018-12-03 16:22:17,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-aeb9d988-c71b-480a-978c-4f2d19c5dd7f Date: Mon, 03 Dec 2018 16:22:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:16Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/331fb6ca-2dda-41df-8579-dffd2658b4e4/snap", "metadata": {}}], "self": "/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4", "min_disk": 0, "protected": false, "id": "331fb6ca-2dda-41df-8579-dffd2658b4e4", "file": "/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7dcf116ab3fb4cfc88eb5a74c66b1dd1", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/331fb6ca-2dda-41df-8579-dffd2658b4e4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:22:17,218 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4 used request id req-aeb9d988-c71b-480a-978c-4f2d19c5dd7f 2018-12-03 16:22:17,219 - create_image - DEBUG - Instance status is - active 2018-12-03 16:22:17,219 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b 2018-12-03 16:22:17,219 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b 2018-12-03 16:22:17,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:17,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d9e966adf8ef4d9ea7d66a6ce8ed2f34", "name": "CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj-role"}], "expires_at": "2018-12-03T17:22:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dcf116ab3fb4cfc88eb5a74c66b1dd1", "name": "CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/7dcf116ab3fb4cfc88eb5a74c66b1dd1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-cc1c0d5d-8919-4a8-user", "id": "3b6808d6146b4a9e9584fce2cc996414"}, "audit_ids": ["sGlQeG0kT4mgtfzJiLsqBQ"], "issued_at": "2018-12-03T16:22:17.000000Z"}} 2018-12-03 16:22:17,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41315790bab4b40e443854cabff492b20d6e3243" 2018-12-03 16:22:17,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-4a874540-97b4-4b3a-ac7a-e6c00188f59b Date: Mon, 03 Dec 2018 16:22:17 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:16Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/331fb6ca-2dda-41df-8579-dffd2658b4e4/snap", "metadata": {}}], "self": "/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4", "min_disk": 0, "protected": false, "id": "331fb6ca-2dda-41df-8579-dffd2658b4e4", "file": "/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7dcf116ab3fb4cfc88eb5a74c66b1dd1", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/331fb6ca-2dda-41df-8579-dffd2658b4e4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b"} 2018-12-03 16:22:17,776 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b used request id req-4a874540-97b4-4b3a-ac7a-e6c00188f59b 2018-12-03 16:22:17,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41315790bab4b40e443854cabff492b20d6e3243" 2018-12-03 16:22:17,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2c640172-2019-4e58-9f25-4dd37d7b2127 Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:17,931 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-2c640172-2019-4e58-9f25-4dd37d7b2127 2018-12-03 16:22:17,934 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-c58e8883-4557-440f-a804-c8787d15394b 2018-12-03 16:22:17,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45a6a6de22179b3cc8f2edc1c5005a535cc6fd55" 2018-12-03 16:22:19,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-90a3ffdf-c03d-4705-b023-ae9ece200527 Date: Mon, 03 Dec 2018 16:22:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:22:19,219 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/331fb6ca-2dda-41df-8579-dffd2658b4e4 used request id req-90a3ffdf-c03d-4705-b023-ae9ece200527 2018-12-03 16:22:19,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" 2018-12-03 16:22:19,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6b4249e7-c7cb-44f7-b027-9611726ff19e Date: Mon, 03 Dec 2018 16:22:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:22:19,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-6b4249e7-c7cb-44f7-b027-9611726ff19e 2018-12-03 16:22:19,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" 2018-12-03 16:22:19,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2da41608-5eb3-4adb-b331-ede198e4037b Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:22:19,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-2da41608-5eb3-4adb-b331-ede198e4037b 2018-12-03 16:22:19,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" 2018-12-03 16:22:19,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fa90de7-a4c2-4fdf-b252-7b66461bd770 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:22:19,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-5fa90de7-a4c2-4fdf-b252-7b66461bd770 2018-12-03 16:22:19,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" 2018-12-03 16:22:19,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be180f43-5f7f-4512-be4f-a2547dc13d72 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:22:19,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-be180f43-5f7f-4512-be4f-a2547dc13d72 2018-12-03 16:22:19,709 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj 2018-12-03 16:22:19,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/7dcf116ab3fb4cfc88eb5a74c66b1dd1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" 2018-12-03 16:22:20,013 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e0bdcc0-5212-4e66-968e-5458d81dade2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:20,013 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/7dcf116ab3fb4cfc88eb5a74c66b1dd1 used request id req-2e0bdcc0-5212-4e66-968e-5458d81dade2 2018-12-03 16:22:20,014 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-cc1c0d5d-8919-4a8-proj-role 2018-12-03 16:22:20,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/d9e966adf8ef4d9ea7d66a6ce8ed2f34 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" 2018-12-03 16:22:20,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e292e21e-e11b-40aa-9149-5972f3863edf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:20,118 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/d9e966adf8ef4d9ea7d66a6ce8ed2f34 used request id req-e292e21e-e11b-40aa-9149-5972f3863edf 2018-12-03 16:22:20,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedbdc0ee22bd0186aec535d10318d879c0e00b1" 2018-12-03 16:22:20,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36ba26d4-370b-4328-81f9-975c0596ce62 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:20,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-36ba26d4-370b-4328-81f9-975c0596ce62 2018-12-03 16:22:20,211 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-cc1c0d5d-8919-4a8-user 2018-12-03 16:22:20,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/3b6808d6146b4a9e9584fce2cc996414 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b54d3ff788acbb03c7d8842a62aeee13eaae4c" 2018-12-03 16:22:20,411 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eadf4567-b1e6-44d6-814c-730919f4cfc4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:20,411 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/3b6808d6146b4a9e9584fce2cc996414 used request id req-eadf4567-b1e6-44d6-814c-730919f4cfc4 2018-12-03 16:22:20,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:20,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["r7KwLh4qSLGhQcgavI7SFA"], "issued_at": "2018-12-03T16:22:20.000000Z"}} 2018-12-03 16:22:20,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31cd7419c033892800069305ccc227a721b2d7b0" 2018-12-03 16:22:20,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc9b0b91-8a78-47be-8830-f457f1a095fb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:20,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cc9b0b91-8a78-47be-8830-f457f1a095fb 2018-12-03 16:22:20,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:20,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:21,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["005n3-duRr2GDbLe-fWITQ"], "issued_at": "2018-12-03T16:22:21.000000Z"}} 2018-12-03 16:22:21,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" 2018-12-03 16:22:21,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f45e8b3f-089f-4c85-a8a5-85f2f50d5ccd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:21,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f45e8b3f-089f-4c85-a8a5-85f2f50d5ccd 2018-12-03 16:22:21,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:21,350 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:21,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-dcb20657-c788-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" 2018-12-03 16:22:21,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4721627d-2337-4b8a-a1f7-e7f1d5b59956 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-dcb20657-c788-46a-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:22:21,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-dcb20657-c788-46a-proj used request id req-4721627d-2337-4b8a-a1f7-e7f1d5b59956 2018-12-03 16:22:21,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" 2018-12-03 16:22:21,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f9ba67e-d22b-4e39-bcaa-084e6cd1b7fe Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:21,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-2f9ba67e-d22b-4e39-bcaa-084e6cd1b7fe 2018-12-03 16:22:21,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-dcb20657-c788-46a-proj"}}' 2018-12-03 16:22:21,644 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb54d279-ef3a-4533-9701-0fc0f310aa41 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ece4615bd6754b59a187078182513d8c"}, "enabled": true, "id": "ece4615bd6754b59a187078182513d8c", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-dcb20657-c788-46a-proj"}} 2018-12-03 16:22:21,644 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-bb54d279-ef3a-4533-9701-0fc0f310aa41 2018-12-03 16:22:21,645 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-dcb20657-c788-46a-proj 2018-12-03 16:22:21,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:21,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:22,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["-IiwHwpWSAS1jOIKdvdVbQ"], "issued_at": "2018-12-03T16:22:22.000000Z"}} 2018-12-03 16:22:22,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d9fc012ff079b6e4e606dc926095d1d902a7f8" 2018-12-03 16:22:22,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-828378c0-8803-4bdd-ae15-d558f77f26d2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:22,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-828378c0-8803-4bdd-ae15-d558f77f26d2 2018-12-03 16:22:22,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:22,125 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:22,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d9fc012ff079b6e4e606dc926095d1d902a7f8" 2018-12-03 16:22:22,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43a98220-9866-4d0d-bf82-d88497d6d23f Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:22:22,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-43a98220-9866-4d0d-bf82-d88497d6d23f 2018-12-03 16:22:22,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-dcb20657-c788-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d9fc012ff079b6e4e606dc926095d1d902a7f8" 2018-12-03 16:22:22,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92d9c608-2e3b-4410-8d60-739b0c7e9115 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-dcb20657-c788-46a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ece4615bd6754b59a187078182513d8c"}, "enabled": true, "id": "ece4615bd6754b59a187078182513d8c", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-dcb20657-c788-46a-proj"}]} 2018-12-03 16:22:22,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-dcb20657-c788-46a-proj used request id req-92d9c608-2e3b-4410-8d60-739b0c7e9115 2018-12-03 16:22:22,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d9fc012ff079b6e4e606dc926095d1d902a7f8" 2018-12-03 16:22:22,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0895ae4b-e7f8-4d4a-869f-e40109f2dd61 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:22,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-0895ae4b-e7f8-4d4a-869f-e40109f2dd61 2018-12-03 16:22:22,776 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-dcb20657-c788-46a-user 2018-12-03 16:22:22,776 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:22,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" 2018-12-03 16:22:22,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3dbd670-b056-4810-a59e-64bcdbe1391a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:22,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c3dbd670-b056-4810-a59e-64bcdbe1391a 2018-12-03 16:22:22,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" -d '{"role": {"name": "CreateImageSuccessTests-dcb20657-c788-46a-proj-role"}}' 2018-12-03 16:22:22,974 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c335662-0629-41e5-801a-6947a5229262 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "de0c7331c3b5422d9d3fcdd3448a28ac", "links": {"self": "http://172.30.9.30:5000/v3/roles/de0c7331c3b5422d9d3fcdd3448a28ac"}, "name": "CreateImageSuccessTests-dcb20657-c788-46a-proj-role"}} 2018-12-03 16:22:22,974 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-1c335662-0629-41e5-801a-6947a5229262 2018-12-03 16:22:22,975 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-dcb20657-c788-46a-proj-role 2018-12-03 16:22:22,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/de0c7331c3b5422d9d3fcdd3448a28ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" 2018-12-03 16:22:23,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc905ef9-6e1f-4914-bb73-5df76b1ea61a Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/de0c7331c3b5422d9d3fcdd3448a28ac"}, "domain_id": null, "name": "CreateImageSuccessTests-dcb20657-c788-46a-proj-role", "id": "de0c7331c3b5422d9d3fcdd3448a28ac"}} 2018-12-03 16:22:23,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/de0c7331c3b5422d9d3fcdd3448a28ac used request id req-fc905ef9-6e1f-4914-bb73-5df76b1ea61a 2018-12-03 16:22:23,066 - keystone_utils - INFO - Granting role CreateImageSuccessTests-dcb20657-c788-46a-proj-role to project CreateImageSuccessTests-dcb20657-c788-46a-proj 2018-12-03 16:22:23,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/ece4615bd6754b59a187078182513d8c/users/6f4c892ec0a140b09e4e842d04f7e8ec/roles/de0c7331c3b5422d9d3fcdd3448a28ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" 2018-12-03 16:22:23,191 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8e3e48a-dfd0-4fe5-8ebd-a8a0d0947812 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:23,191 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ece4615bd6754b59a187078182513d8c/users/6f4c892ec0a140b09e4e842d04f7e8ec/roles/de0c7331c3b5422d9d3fcdd3448a28ac used request id req-f8e3e48a-dfd0-4fe5-8ebd-a8a0d0947812 2018-12-03 16:22:23,192 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:22:23,192 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:23,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:23,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "de0c7331c3b5422d9d3fcdd3448a28ac", "name": "CreateImageSuccessTests-dcb20657-c788-46a-proj-role"}], "expires_at": "2018-12-03T17:22:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ece4615bd6754b59a187078182513d8c", "name": "CreateImageSuccessTests-dcb20657-c788-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ece4615bd6754b59a187078182513d8c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ece4615bd6754b59a187078182513d8c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ece4615bd6754b59a187078182513d8c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ece4615bd6754b59a187078182513d8c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ece4615bd6754b59a187078182513d8c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ece4615bd6754b59a187078182513d8c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ece4615bd6754b59a187078182513d8c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ece4615bd6754b59a187078182513d8c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ece4615bd6754b59a187078182513d8c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ece4615bd6754b59a187078182513d8c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ece4615bd6754b59a187078182513d8c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ece4615bd6754b59a187078182513d8c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-dcb20657-c788-46a-user", "id": "6f4c892ec0a140b09e4e842d04f7e8ec"}, "audit_ids": ["YAZeXg8vQS6xfdGn4jY-Vg"], "issued_at": "2018-12-03T16:22:23.000000Z"}} 2018-12-03 16:22:23,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af03ca799f69d532341f71545db0abeef2b03adc" 2018-12-03 16:22:23,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb2fc709-4d4b-4d33-8953-7b3e7bf8d0fe Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:23,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cb2fc709-4d4b-4d33-8953-7b3e7bf8d0fe 2018-12-03 16:22:23,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af03ca799f69d532341f71545db0abeef2b03adc" 2018-12-03 16:22:23,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-b01c4d70-8831-4e24-b0e5-62b1c2bf2520 Date: Mon, 03 Dec 2018 16:22:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9"} 2018-12-03 16:22:23,832 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9 used request id req-b01c4d70-8831-4e24-b0e5-62b1c2bf2520 2018-12-03 16:22:23,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af03ca799f69d532341f71545db0abeef2b03adc" 2018-12-03 16:22:23,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f8858ee2-5534-446a-8e22-01b663bb0fd7 Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:23,994 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-f8858ee2-5534-446a-8e22-01b663bb0fd7 2018-12-03 16:22:24,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af03ca799f69d532341f71545db0abeef2b03adc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9"}' 2018-12-03 16:22:24,241 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17 X-Openstack-Request-Id: req-b46bf844-6301-4939-9808-12d3d760d635 Date: Mon, 03 Dec 2018 16:22:24 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17", "min_disk": 0, "protected": false, "id": "4c8aeeb7-a6b9-4078-9369-97d81004dd17", "file": "/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/file", "checksum": null, "owner": "ece4615bd6754b59a187078182513d8c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:22:24,241 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-b46bf844-6301-4939-9808-12d3d760d635 2018-12-03 16:22:24,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af03ca799f69d532341f71545db0abeef2b03adc" -d '' 2018-12-03 16:22:25,833 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b38e3530-c245-4ec2-8308-d2c3952ab5e3 Date: Mon, 03 Dec 2018 16:22:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:22:25,833 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/file used request id req-b38e3530-c245-4ec2-8308-d2c3952ab5e3 2018-12-03 16:22:25,834 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:22:25,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af03ca799f69d532341f71545db0abeef2b03adc" 2018-12-03 16:22:26,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-28f98825-fde0-4978-b688-d426e5b7c53f Date: Mon, 03 Dec 2018 16:22:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:25Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/snap", "metadata": {}}], "self": "/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17", "min_disk": 0, "protected": false, "id": "4c8aeeb7-a6b9-4078-9369-97d81004dd17", "file": "/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ece4615bd6754b59a187078182513d8c", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:22:26,000 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17 used request id req-28f98825-fde0-4978-b688-d426e5b7c53f 2018-12-03 16:22:26,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af03ca799f69d532341f71545db0abeef2b03adc" 2018-12-03 16:22:26,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c381009b-6e0e-41d8-aebe-1a1720802ea1 Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:26,142 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c381009b-6e0e-41d8-aebe-1a1720802ea1 2018-12-03 16:22:26,144 - create_image - INFO - Created image with name - CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9 2018-12-03 16:22:26,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af03ca799f69d532341f71545db0abeef2b03adc" 2018-12-03 16:22:26,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-d7df9697-dd51-4db8-9e69-0fc50d52f8d0 Date: Mon, 03 Dec 2018 16:22:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:25Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/snap", "metadata": {}}], "self": "/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17", "min_disk": 0, "protected": false, "id": "4c8aeeb7-a6b9-4078-9369-97d81004dd17", "file": "/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ece4615bd6754b59a187078182513d8c", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:22:26,700 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17 used request id req-d7df9697-dd51-4db8-9e69-0fc50d52f8d0 2018-12-03 16:22:26,701 - create_image - DEBUG - Instance status is - active 2018-12-03 16:22:26,701 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9 2018-12-03 16:22:26,701 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9 2018-12-03 16:22:26,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:27,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "de0c7331c3b5422d9d3fcdd3448a28ac", "name": "CreateImageSuccessTests-dcb20657-c788-46a-proj-role"}], "expires_at": "2018-12-03T17:22:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ece4615bd6754b59a187078182513d8c", "name": "CreateImageSuccessTests-dcb20657-c788-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ece4615bd6754b59a187078182513d8c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ece4615bd6754b59a187078182513d8c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ece4615bd6754b59a187078182513d8c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ece4615bd6754b59a187078182513d8c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ece4615bd6754b59a187078182513d8c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ece4615bd6754b59a187078182513d8c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ece4615bd6754b59a187078182513d8c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ece4615bd6754b59a187078182513d8c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ece4615bd6754b59a187078182513d8c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ece4615bd6754b59a187078182513d8c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ece4615bd6754b59a187078182513d8c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ece4615bd6754b59a187078182513d8c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-dcb20657-c788-46a-user", "id": "6f4c892ec0a140b09e4e842d04f7e8ec"}, "audit_ids": ["XN98fzoTQlyBXF1jZQ7RYQ"], "issued_at": "2018-12-03T16:22:27.000000Z"}} 2018-12-03 16:22:27,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5a8a2af2d3a9c1c817a94dd13e7d2a1a5ba9addd" 2018-12-03 16:22:27,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-47f74097-228e-4d47-9dc6-345df216787d Date: Mon, 03 Dec 2018 16:22:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:25Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/snap", "metadata": {}}], "self": "/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17", "min_disk": 0, "protected": false, "id": "4c8aeeb7-a6b9-4078-9369-97d81004dd17", "file": "/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ece4615bd6754b59a187078182513d8c", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9"} 2018-12-03 16:22:27,631 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9 used request id req-47f74097-228e-4d47-9dc6-345df216787d 2018-12-03 16:22:27,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5a8a2af2d3a9c1c817a94dd13e7d2a1a5ba9addd" 2018-12-03 16:22:27,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-722ec037-ef94-40c6-aafd-013b60b7841b Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:27,779 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-722ec037-ef94-40c6-aafd-013b60b7841b 2018-12-03 16:22:27,782 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:27,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:28,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "de0c7331c3b5422d9d3fcdd3448a28ac", "name": "CreateImageSuccessTests-dcb20657-c788-46a-proj-role"}], "expires_at": "2018-12-03T17:22:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ece4615bd6754b59a187078182513d8c", "name": "CreateImageSuccessTests-dcb20657-c788-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ece4615bd6754b59a187078182513d8c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ece4615bd6754b59a187078182513d8c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ece4615bd6754b59a187078182513d8c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ece4615bd6754b59a187078182513d8c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ece4615bd6754b59a187078182513d8c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ece4615bd6754b59a187078182513d8c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ece4615bd6754b59a187078182513d8c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ece4615bd6754b59a187078182513d8c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ece4615bd6754b59a187078182513d8c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ece4615bd6754b59a187078182513d8c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ece4615bd6754b59a187078182513d8c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ece4615bd6754b59a187078182513d8c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-dcb20657-c788-46a-user", "id": "6f4c892ec0a140b09e4e842d04f7e8ec"}, "audit_ids": ["zA8nJehjT_erLQ8MUfzEag"], "issued_at": "2018-12-03T16:22:28.000000Z"}} 2018-12-03 16:22:28,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb40f88781a04648066cc7582bed820efd69791" 2018-12-03 16:22:28,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84b362ac-2bb5-416a-ae5d-1c078f76b3d6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:28,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-84b362ac-2bb5-416a-ae5d-1c078f76b3d6 2018-12-03 16:22:28,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbb40f88781a04648066cc7582bed820efd69791" 2018-12-03 16:22:28,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-6a2dbb82-0d6a-4c3f-9b00-4956fd368606 Date: Mon, 03 Dec 2018 16:22:28 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:25Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/snap", "metadata": {}}], "self": "/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17", "min_disk": 0, "protected": false, "id": "4c8aeeb7-a6b9-4078-9369-97d81004dd17", "file": "/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ece4615bd6754b59a187078182513d8c", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9"} 2018-12-03 16:22:28,484 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9 used request id req-6a2dbb82-0d6a-4c3f-9b00-4956fd368606 2018-12-03 16:22:28,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbb40f88781a04648066cc7582bed820efd69791" 2018-12-03 16:22:28,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2cfb2e93-49a8-4aa3-9d1f-3d20f5060b21 Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:28,644 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-2cfb2e93-49a8-4aa3-9d1f-3d20f5060b21 2018-12-03 16:22:28,647 - create_image - INFO - Found image with name - CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9 2018-12-03 16:22:28,647 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-40dbd602-df26-4eba-bb4e-fb45f3cdf8d9 2018-12-03 16:22:28,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af03ca799f69d532341f71545db0abeef2b03adc" 2018-12-03 16:22:30,890 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c0d634a-83d8-487a-8777-ed0d532410c7 Date: Mon, 03 Dec 2018 16:22:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:22:30,891 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/4c8aeeb7-a6b9-4078-9369-97d81004dd17 used request id req-5c0d634a-83d8-487a-8777-ed0d532410c7 2018-12-03 16:22:30,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" 2018-12-03 16:22:31,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-191a3545-b7a9-4964-92b4-451652cfaf97 Date: Mon, 03 Dec 2018 16:22:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:22:31,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-191a3545-b7a9-4964-92b4-451652cfaf97 2018-12-03 16:22:31,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" 2018-12-03 16:22:31,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd16f8fd-7f9c-4171-8c9f-f148466c965d Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:22:31,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-fd16f8fd-7f9c-4171-8c9f-f148466c965d 2018-12-03 16:22:31,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" 2018-12-03 16:22:31,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a99f5a86-644b-4200-b265-4e0bdf7fe8eb Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:22:31,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-a99f5a86-644b-4200-b265-4e0bdf7fe8eb 2018-12-03 16:22:31,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" 2018-12-03 16:22:31,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb1af45e-1e91-40e8-ba2d-2252b899982b Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:22:31,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-bb1af45e-1e91-40e8-ba2d-2252b899982b 2018-12-03 16:22:31,387 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-dcb20657-c788-46a-proj 2018-12-03 16:22:31,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/ece4615bd6754b59a187078182513d8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" 2018-12-03 16:22:31,586 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09be6fe7-89ee-4e85-a226-f7bb6a72f9c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:31,587 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ece4615bd6754b59a187078182513d8c used request id req-09be6fe7-89ee-4e85-a226-f7bb6a72f9c7 2018-12-03 16:22:31,587 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-dcb20657-c788-46a-proj-role 2018-12-03 16:22:31,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/de0c7331c3b5422d9d3fcdd3448a28ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" 2018-12-03 16:22:31,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd15798c-c94d-4f02-9abd-5b2c310b2ec1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:31,704 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/de0c7331c3b5422d9d3fcdd3448a28ac used request id req-cd15798c-c94d-4f02-9abd-5b2c310b2ec1 2018-12-03 16:22:31,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0006702bb111dbd5f49f4bb4c3d66293196a678a" 2018-12-03 16:22:31,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-333f081b-1cea-4bf1-9dca-3bee4377d8cb Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:31,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-333f081b-1cea-4bf1-9dca-3bee4377d8cb 2018-12-03 16:22:31,798 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-dcb20657-c788-46a-user 2018-12-03 16:22:31,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/6f4c892ec0a140b09e4e842d04f7e8ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d9fc012ff079b6e4e606dc926095d1d902a7f8" 2018-12-03 16:22:31,954 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5a6276f-ecbb-4144-8c18-b75c0b3aae20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:31,954 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/6f4c892ec0a140b09e4e842d04f7e8ec used request id req-d5a6276f-ecbb-4144-8c18-b75c0b3aae20 2018-12-03 16:22:31,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:32,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["q8ewUu4LT8G2qFfpX2hcjQ"], "issued_at": "2018-12-03T16:22:32.000000Z"}} 2018-12-03 16:22:32,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c6fbea1736ee41d2d5dbac2e0ac7d3d5f545f0" 2018-12-03 16:22:32,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fd40371-1b64-42bc-8ad1-cc69dcfe060c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:32,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3fd40371-1b64-42bc-8ad1-cc69dcfe060c 2018-12-03 16:22:32,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:32,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:32,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["mGRU5p3cT9epiq9IggHJIw"], "issued_at": "2018-12-03T16:22:32.000000Z"}} 2018-12-03 16:22:32,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" 2018-12-03 16:22:32,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b34606e-b39d-440e-811e-bf79574f5fad Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:32,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7b34606e-b39d-440e-811e-bf79574f5fad 2018-12-03 16:22:32,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:32,910 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:32,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-d31edfc9-b576-44d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" 2018-12-03 16:22:32,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e7bf42f-dbcd-40e5-994f-f79b7fa7ed95 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-d31edfc9-b576-44d-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:22:32,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-d31edfc9-b576-44d-proj used request id req-1e7bf42f-dbcd-40e5-994f-f79b7fa7ed95 2018-12-03 16:22:32,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" 2018-12-03 16:22:33,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffa08996-496a-43fd-878b-3d3b1f0d2fe0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:33,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-ffa08996-496a-43fd-878b-3d3b1f0d2fe0 2018-12-03 16:22:33,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-d31edfc9-b576-44d-proj"}}' 2018-12-03 16:22:33,237 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65aaf2df-d4db-4122-91b1-606d565992f2 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/a0b7d8b8a5994ebb9ef875e474885334"}, "enabled": true, "id": "a0b7d8b8a5994ebb9ef875e474885334", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-d31edfc9-b576-44d-proj"}} 2018-12-03 16:22:33,237 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-65aaf2df-d4db-4122-91b1-606d565992f2 2018-12-03 16:22:33,238 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-d31edfc9-b576-44d-proj 2018-12-03 16:22:33,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:33,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:33,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["XGLkpeGeQlCFFaY7NVWFtQ"], "issued_at": "2018-12-03T16:22:33.000000Z"}} 2018-12-03 16:22:33,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c183bd2aa25d52c169296043ba25f250255600" 2018-12-03 16:22:33,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5234b87e-eedd-47a6-8d6b-02396227aa9c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:33,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5234b87e-eedd-47a6-8d6b-02396227aa9c 2018-12-03 16:22:33,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:33,715 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:33,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c183bd2aa25d52c169296043ba25f250255600" 2018-12-03 16:22:33,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36fd7a34-b77a-4540-b727-7dd274d3d23c Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:22:33,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-36fd7a34-b77a-4540-b727-7dd274d3d23c 2018-12-03 16:22:33,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-d31edfc9-b576-44d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c183bd2aa25d52c169296043ba25f250255600" 2018-12-03 16:22:33,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02845ac7-1046-44c1-a61e-af55a3e91a8d Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-d31edfc9-b576-44d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/a0b7d8b8a5994ebb9ef875e474885334"}, "enabled": true, "id": "a0b7d8b8a5994ebb9ef875e474885334", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-d31edfc9-b576-44d-proj"}]} 2018-12-03 16:22:33,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateImageSuccessTests-d31edfc9-b576-44d-proj used request id req-02845ac7-1046-44c1-a61e-af55a3e91a8d 2018-12-03 16:22:33,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c183bd2aa25d52c169296043ba25f250255600" 2018-12-03 16:22:33,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0f479be-c2ff-4b3d-a454-d7c90b35eb09 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:33,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c0f479be-c2ff-4b3d-a454-d7c90b35eb09 2018-12-03 16:22:34,285 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-d31edfc9-b576-44d-user 2018-12-03 16:22:34,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:34,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" 2018-12-03 16:22:34,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00a6eba5-b7f0-418f-8667-b1a28cad5e42 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:34,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-00a6eba5-b7f0-418f-8667-b1a28cad5e42 2018-12-03 16:22:34,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" -d '{"role": {"name": "CreateImageSuccessTests-d31edfc9-b576-44d-proj-role"}}' 2018-12-03 16:22:34,482 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fe584cd-bb84-4327-b253-0f75b71b7765 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "45bd65507a5f4a5aa75bd058fb168c6d", "links": {"self": "http://172.30.9.30:5000/v3/roles/45bd65507a5f4a5aa75bd058fb168c6d"}, "name": "CreateImageSuccessTests-d31edfc9-b576-44d-proj-role"}} 2018-12-03 16:22:34,483 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-9fe584cd-bb84-4327-b253-0f75b71b7765 2018-12-03 16:22:34,483 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-d31edfc9-b576-44d-proj-role 2018-12-03 16:22:34,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/45bd65507a5f4a5aa75bd058fb168c6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" 2018-12-03 16:22:34,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9dd3dc-bd21-4607-8a18-f1d552e149a3 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/45bd65507a5f4a5aa75bd058fb168c6d"}, "domain_id": null, "name": "CreateImageSuccessTests-d31edfc9-b576-44d-proj-role", "id": "45bd65507a5f4a5aa75bd058fb168c6d"}} 2018-12-03 16:22:34,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/45bd65507a5f4a5aa75bd058fb168c6d used request id req-9c9dd3dc-bd21-4607-8a18-f1d552e149a3 2018-12-03 16:22:34,503 - keystone_utils - INFO - Granting role CreateImageSuccessTests-d31edfc9-b576-44d-proj-role to project CreateImageSuccessTests-d31edfc9-b576-44d-proj 2018-12-03 16:22:34,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/a0b7d8b8a5994ebb9ef875e474885334/users/798f5bd89e2a4f6797de03f9c1828a91/roles/45bd65507a5f4a5aa75bd058fb168c6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" 2018-12-03 16:22:34,641 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e3de0c8-7ba6-485a-ba5e-a808d289d7c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:34,641 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a0b7d8b8a5994ebb9ef875e474885334/users/798f5bd89e2a4f6797de03f9c1828a91/roles/45bd65507a5f4a5aa75bd058fb168c6d used request id req-8e3de0c8-7ba6-485a-ba5e-a808d289d7c5 2018-12-03 16:22:34,642 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:22:34,642 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:34,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:35,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45bd65507a5f4a5aa75bd058fb168c6d", "name": "CreateImageSuccessTests-d31edfc9-b576-44d-proj-role"}], "expires_at": "2018-12-03T17:22:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0b7d8b8a5994ebb9ef875e474885334", "name": "CreateImageSuccessTests-d31edfc9-b576-44d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a0b7d8b8a5994ebb9ef875e474885334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/a0b7d8b8a5994ebb9ef875e474885334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/a0b7d8b8a5994ebb9ef875e474885334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a0b7d8b8a5994ebb9ef875e474885334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/a0b7d8b8a5994ebb9ef875e474885334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/a0b7d8b8a5994ebb9ef875e474885334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-d31edfc9-b576-44d-user", "id": "798f5bd89e2a4f6797de03f9c1828a91"}, "audit_ids": ["6MngWVUOTNCup2Oxd0x_Hg"], "issued_at": "2018-12-03T16:22:35.000000Z"}} 2018-12-03 16:22:35,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be57a31cb243406b692df91c556d7d0d7a935032" 2018-12-03 16:22:35,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edae7ddd-a2aa-4e26-b9c9-c1ce67077420 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:35,091 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-edae7ddd-a2aa-4e26-b9c9-c1ce67077420 2018-12-03 16:22:35,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be57a31cb243406b692df91c556d7d0d7a935032" 2018-12-03 16:22:35,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-d038f628-7227-4e0c-9f23-46f58e291058 Date: Mon, 03 Dec 2018 16:22:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3"} 2018-12-03 16:22:35,349 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3 used request id req-d038f628-7227-4e0c-9f23-46f58e291058 2018-12-03 16:22:35,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be57a31cb243406b692df91c556d7d0d7a935032" 2018-12-03 16:22:35,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3950cda5-6207-47f1-a860-09cdbbce2fa0 Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:35,494 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-3950cda5-6207-47f1-a860-09cdbbce2fa0 2018-12-03 16:22:35,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}be57a31cb243406b692df91c556d7d0d7a935032" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3"}' 2018-12-03 16:22:35,815 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6 X-Openstack-Request-Id: req-5efd2325-d151-4d52-8eef-564cf952e8e7 Date: Mon, 03 Dec 2018 16:22:35 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6", "min_disk": 0, "protected": false, "id": "1e85785e-1e6f-46fd-86e6-afab1ef063b6", "file": "/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/file", "checksum": null, "owner": "a0b7d8b8a5994ebb9ef875e474885334", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:22:35,816 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-5efd2325-d151-4d52-8eef-564cf952e8e7 2018-12-03 16:22:35,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be57a31cb243406b692df91c556d7d0d7a935032" -d '' 2018-12-03 16:22:37,288 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f45068e2-e0f6-43a7-b6db-ac7deb10f4a1 Date: Mon, 03 Dec 2018 16:22:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:22:37,289 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/file used request id req-f45068e2-e0f6-43a7-b6db-ac7deb10f4a1 2018-12-03 16:22:37,289 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:22:37,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be57a31cb243406b692df91c556d7d0d7a935032" 2018-12-03 16:22:37,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-c695715b-2b22-4a17-8cf6-523323cdbe57 Date: Mon, 03 Dec 2018 16:22:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:37Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/snap", "metadata": {}}], "self": "/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6", "min_disk": 0, "protected": false, "id": "1e85785e-1e6f-46fd-86e6-afab1ef063b6", "file": "/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a0b7d8b8a5994ebb9ef875e474885334", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:22:37,456 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6 used request id req-c695715b-2b22-4a17-8cf6-523323cdbe57 2018-12-03 16:22:37,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be57a31cb243406b692df91c556d7d0d7a935032" 2018-12-03 16:22:37,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-736e740e-35fb-414c-a954-4a9a5db67ee7 Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:37,626 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-736e740e-35fb-414c-a954-4a9a5db67ee7 2018-12-03 16:22:37,629 - create_image - INFO - Created image with name - CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3 2018-12-03 16:22:37,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be57a31cb243406b692df91c556d7d0d7a935032" 2018-12-03 16:22:37,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-2609bb25-d2cc-4b0d-8837-d09df88dec4d Date: Mon, 03 Dec 2018 16:22:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:37Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/snap", "metadata": {}}], "self": "/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6", "min_disk": 0, "protected": false, "id": "1e85785e-1e6f-46fd-86e6-afab1ef063b6", "file": "/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a0b7d8b8a5994ebb9ef875e474885334", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:22:37,788 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6 used request id req-2609bb25-d2cc-4b0d-8837-d09df88dec4d 2018-12-03 16:22:37,789 - create_image - DEBUG - Instance status is - active 2018-12-03 16:22:37,789 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3 2018-12-03 16:22:37,789 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3 2018-12-03 16:22:37,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:38,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45bd65507a5f4a5aa75bd058fb168c6d", "name": "CreateImageSuccessTests-d31edfc9-b576-44d-proj-role"}], "expires_at": "2018-12-03T17:22:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0b7d8b8a5994ebb9ef875e474885334", "name": "CreateImageSuccessTests-d31edfc9-b576-44d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a0b7d8b8a5994ebb9ef875e474885334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/a0b7d8b8a5994ebb9ef875e474885334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/a0b7d8b8a5994ebb9ef875e474885334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a0b7d8b8a5994ebb9ef875e474885334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/a0b7d8b8a5994ebb9ef875e474885334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/a0b7d8b8a5994ebb9ef875e474885334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-d31edfc9-b576-44d-user", "id": "798f5bd89e2a4f6797de03f9c1828a91"}, "audit_ids": ["yh3HEVNQQnGHitN3nkaBXg"], "issued_at": "2018-12-03T16:22:38.000000Z"}} 2018-12-03 16:22:38,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f392738351fab51160501da2c49a19834fb209b8" 2018-12-03 16:22:38,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-66a4efe7-9b16-4c58-822f-6bd982d3d560 Date: Mon, 03 Dec 2018 16:22:38 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:37Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/snap", "metadata": {}}], "self": "/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6", "min_disk": 0, "protected": false, "id": "1e85785e-1e6f-46fd-86e6-afab1ef063b6", "file": "/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a0b7d8b8a5994ebb9ef875e474885334", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3"} 2018-12-03 16:22:38,699 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3 used request id req-66a4efe7-9b16-4c58-822f-6bd982d3d560 2018-12-03 16:22:38,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f392738351fab51160501da2c49a19834fb209b8" 2018-12-03 16:22:38,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aed6fe5a-1f57-4820-a13f-fd4ccaafd469 Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:38,858 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-aed6fe5a-1f57-4820-a13f-fd4ccaafd469 2018-12-03 16:22:38,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:38,862 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:39,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45bd65507a5f4a5aa75bd058fb168c6d", "name": "CreateImageSuccessTests-d31edfc9-b576-44d-proj-role"}], "expires_at": "2018-12-03T17:22:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0b7d8b8a5994ebb9ef875e474885334", "name": "CreateImageSuccessTests-d31edfc9-b576-44d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a0b7d8b8a5994ebb9ef875e474885334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/a0b7d8b8a5994ebb9ef875e474885334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/a0b7d8b8a5994ebb9ef875e474885334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a0b7d8b8a5994ebb9ef875e474885334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/a0b7d8b8a5994ebb9ef875e474885334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/a0b7d8b8a5994ebb9ef875e474885334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/a0b7d8b8a5994ebb9ef875e474885334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-d31edfc9-b576-44d-user", "id": "798f5bd89e2a4f6797de03f9c1828a91"}, "audit_ids": ["QgQLWISsQWypvbJG0u2CmQ"], "issued_at": "2018-12-03T16:22:39.000000Z"}} 2018-12-03 16:22:39,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c0e55f4edb272bcd211ff0e0bb30dd5e21c5e12" 2018-12-03 16:22:39,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baf1b25f-8e65-45e3-b360-e16a96cb41ec Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:39,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-baf1b25f-8e65-45e3-b360-e16a96cb41ec 2018-12-03 16:22:39,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&name=CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c0e55f4edb272bcd211ff0e0bb30dd5e21c5e12" 2018-12-03 16:22:39,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1026 Content-Type: application/json X-Openstack-Request-Id: req-8b1c674e-2e76-4bda-a92a-26b24785eda0 Date: Mon, 03 Dec 2018 16:22:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:37Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/snap", "metadata": {}}], "self": "/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6", "min_disk": 0, "protected": false, "id": "1e85785e-1e6f-46fd-86e6-afab1ef063b6", "file": "/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a0b7d8b8a5994ebb9ef875e474885334", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3"} 2018-12-03 16:22:39,541 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&name=CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3 used request id req-8b1c674e-2e76-4bda-a92a-26b24785eda0 2018-12-03 16:22:39,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c0e55f4edb272bcd211ff0e0bb30dd5e21c5e12" 2018-12-03 16:22:39,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e7a10ef4-7b23-4e16-8564-bfc3108c1ca2 Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:39,699 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e7a10ef4-7b23-4e16-8564-bfc3108c1ca2 2018-12-03 16:22:39,702 - create_image - INFO - Found image with name - CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3 2018-12-03 16:22:39,702 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-cb82b3e5-0540-4e75-8985-75bb5fd534d3 2018-12-03 16:22:39,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be57a31cb243406b692df91c556d7d0d7a935032" 2018-12-03 16:22:40,878 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-065969a3-c68b-46bd-af74-5587ec7a22a5 Date: Mon, 03 Dec 2018 16:22:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:22:40,878 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/1e85785e-1e6f-46fd-86e6-afab1ef063b6 used request id req-065969a3-c68b-46bd-af74-5587ec7a22a5 2018-12-03 16:22:40,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" 2018-12-03 16:22:41,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0b5164e4-72e8-4b4f-bc93-e17f08aafa2d Date: Mon, 03 Dec 2018 16:22:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:22:41,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-0b5164e4-72e8-4b4f-bc93-e17f08aafa2d 2018-12-03 16:22:41,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" 2018-12-03 16:22:41,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1830208b-4805-46aa-b7b4-e7a6d433ad44 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:22:41,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-1830208b-4805-46aa-b7b4-e7a6d433ad44 2018-12-03 16:22:41,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" 2018-12-03 16:22:41,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bec93ef8-1b48-4e43-ae76-bbb913d3fd97 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:22:41,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-bec93ef8-1b48-4e43-ae76-bbb913d3fd97 2018-12-03 16:22:41,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" 2018-12-03 16:22:41,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f635f392-e95d-4186-89e8-60e8d41874fe Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:22:41,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-f635f392-e95d-4186-89e8-60e8d41874fe 2018-12-03 16:22:41,362 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-d31edfc9-b576-44d-proj 2018-12-03 16:22:41,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/a0b7d8b8a5994ebb9ef875e474885334 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" 2018-12-03 16:22:41,600 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1df438e6-15ff-44dc-a534-485e2f024ce5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:41,600 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/a0b7d8b8a5994ebb9ef875e474885334 used request id req-1df438e6-15ff-44dc-a534-485e2f024ce5 2018-12-03 16:22:41,600 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-d31edfc9-b576-44d-proj-role 2018-12-03 16:22:41,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/45bd65507a5f4a5aa75bd058fb168c6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" 2018-12-03 16:22:41,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4445b73-7eb3-45df-9931-9c8dd47c8dbe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:41,716 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/45bd65507a5f4a5aa75bd058fb168c6d used request id req-c4445b73-7eb3-45df-9931-9c8dd47c8dbe 2018-12-03 16:22:41,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0344e8039ca139a269ba6a1542413fe61031be02" 2018-12-03 16:22:41,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c4df4c7-9c2f-4691-aa70-6bd342b4ea76 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:41,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6c4df4c7-9c2f-4691-aa70-6bd342b4ea76 2018-12-03 16:22:41,801 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-d31edfc9-b576-44d-user 2018-12-03 16:22:41,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/798f5bd89e2a4f6797de03f9c1828a91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c183bd2aa25d52c169296043ba25f250255600" 2018-12-03 16:22:41,984 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14424d89-7a7f-4ccc-ade9-b75c80609810 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:41,985 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/798f5bd89e2a4f6797de03f9c1828a91 used request id req-14424d89-7a7f-4ccc-ade9-b75c80609810 2018-12-03 16:22:41,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:42,372 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["HJWfRGlKTSuW0g1Ntbxl6w"], "issued_at": "2018-12-03T16:22:42.000000Z"}} 2018-12-03 16:22:42,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb3d7910548357a0c0c5f15406ae8674ce13155" 2018-12-03 16:22:42,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2f0f35d-fcb1-4e8a-9934-a0fa4b80b954 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:42,455 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d2f0f35d-fcb1-4e8a-9934-a0fa4b80b954 2018-12-03 16:22:42,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:42,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:42,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["r_4DJugvQEOn0jbkhuT79A"], "issued_at": "2018-12-03T16:22:42.000000Z"}} 2018-12-03 16:22:42,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" 2018-12-03 16:22:42,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-671c76a1-d6e8-4989-90d0-735ebfefccd1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:42,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-671c76a1-d6e8-4989-90d0-735ebfefccd1 2018-12-03 16:22:42,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:42,948 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:42,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-faee77e7-60d2-44a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" 2018-12-03 16:22:43,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91e07fbd-e84d-428b-8a59-128fcb600dcb Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-faee77e7-60d2-44a-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:22:43,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-faee77e7-60d2-44a-proj used request id req-91e07fbd-e84d-428b-8a59-128fcb600dcb 2018-12-03 16:22:43,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" 2018-12-03 16:22:43,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9243a86c-af66-4341-ba30-0c43ccc5fa36 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:43,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-9243a86c-af66-4341-ba30-0c43ccc5fa36 2018-12-03 16:22:43,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-faee77e7-60d2-44a-proj"}}' 2018-12-03 16:22:43,255 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07a8d9cc-10ca-4e0a-ab76-71ca0a72bd4a Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8733afd83e954dd79fc850cac372b7b6"}, "enabled": true, "id": "8733afd83e954dd79fc850cac372b7b6", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-faee77e7-60d2-44a-proj"}} 2018-12-03 16:22:43,255 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-07a8d9cc-10ca-4e0a-ab76-71ca0a72bd4a 2018-12-03 16:22:43,256 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-faee77e7-60d2-44a-proj 2018-12-03 16:22:43,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:43,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:43,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["facLB1ztS8W1v7ish1yeBA"], "issued_at": "2018-12-03T16:22:43.000000Z"}} 2018-12-03 16:22:43,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5288aa23199a75e079b5f744513077c91c8e7845" 2018-12-03 16:22:43,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59af1cf0-de7f-4f7a-bf28-3509ea1da9b8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:43,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-59af1cf0-de7f-4f7a-bf28-3509ea1da9b8 2018-12-03 16:22:43,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:43,742 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:43,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5288aa23199a75e079b5f744513077c91c8e7845" 2018-12-03 16:22:43,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-243b9cab-12d8-4fd3-b0e4-cfb63b85a59f Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:22:43,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-243b9cab-12d8-4fd3-b0e4-cfb63b85a59f 2018-12-03 16:22:43,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateImageNegativeTests-faee77e7-60d2-44a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5288aa23199a75e079b5f744513077c91c8e7845" 2018-12-03 16:22:43,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d96baf0-1ea8-49cf-b2a3-fe2ce5856be1 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateImageNegativeTests-faee77e7-60d2-44a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8733afd83e954dd79fc850cac372b7b6"}, "enabled": true, "id": "8733afd83e954dd79fc850cac372b7b6", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-faee77e7-60d2-44a-proj"}]} 2018-12-03 16:22:43,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateImageNegativeTests-faee77e7-60d2-44a-proj used request id req-8d96baf0-1ea8-49cf-b2a3-fe2ce5856be1 2018-12-03 16:22:43,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5288aa23199a75e079b5f744513077c91c8e7845" 2018-12-03 16:22:44,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3e24390-f4eb-4156-8748-183deaa70346 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:44,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b3e24390-f4eb-4156-8748-183deaa70346 2018-12-03 16:22:44,399 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-faee77e7-60d2-44a-user 2018-12-03 16:22:44,399 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:44,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" 2018-12-03 16:22:44,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-278701b1-d2d5-4115-b836-c1c30cd470e8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:44,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-278701b1-d2d5-4115-b836-c1c30cd470e8 2018-12-03 16:22:44,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" -d '{"role": {"name": "CreateImageNegativeTests-faee77e7-60d2-44a-proj-role"}}' 2018-12-03 16:22:44,602 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c9afcae-37ce-45b3-b05d-3e2d00840d4b Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "91fd180e45974fad86b111e830ce36b3", "links": {"self": "http://172.30.9.30:5000/v3/roles/91fd180e45974fad86b111e830ce36b3"}, "name": "CreateImageNegativeTests-faee77e7-60d2-44a-proj-role"}} 2018-12-03 16:22:44,602 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-6c9afcae-37ce-45b3-b05d-3e2d00840d4b 2018-12-03 16:22:44,603 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-faee77e7-60d2-44a-proj-role 2018-12-03 16:22:44,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/91fd180e45974fad86b111e830ce36b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" 2018-12-03 16:22:44,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbf881f4-ce99-4c64-b426-e2bb9f691076 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/91fd180e45974fad86b111e830ce36b3"}, "domain_id": null, "name": "CreateImageNegativeTests-faee77e7-60d2-44a-proj-role", "id": "91fd180e45974fad86b111e830ce36b3"}} 2018-12-03 16:22:44,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/91fd180e45974fad86b111e830ce36b3 used request id req-fbf881f4-ce99-4c64-b426-e2bb9f691076 2018-12-03 16:22:44,694 - keystone_utils - INFO - Granting role CreateImageNegativeTests-faee77e7-60d2-44a-proj-role to project CreateImageNegativeTests-faee77e7-60d2-44a-proj 2018-12-03 16:22:44,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/8733afd83e954dd79fc850cac372b7b6/users/a104b8ab5d0b4293910b1d25ce6b4cfa/roles/91fd180e45974fad86b111e830ce36b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" 2018-12-03 16:22:44,833 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1b31c3d-b1bc-48ed-bce3-b0674ad853b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:44,833 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/8733afd83e954dd79fc850cac372b7b6/users/a104b8ab5d0b4293910b1d25ce6b4cfa/roles/91fd180e45974fad86b111e830ce36b3 used request id req-d1b31c3d-b1bc-48ed-bce3-b0674ad853b3 2018-12-03 16:22:44,833 - openstack_tests - DEBUG - Image metadata - None 2018-12-03 16:22:44,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:44,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:45,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "91fd180e45974fad86b111e830ce36b3", "name": "CreateImageNegativeTests-faee77e7-60d2-44a-proj-role"}], "expires_at": "2018-12-03T17:22:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8733afd83e954dd79fc850cac372b7b6", "name": "CreateImageNegativeTests-faee77e7-60d2-44a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8733afd83e954dd79fc850cac372b7b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8733afd83e954dd79fc850cac372b7b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8733afd83e954dd79fc850cac372b7b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8733afd83e954dd79fc850cac372b7b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8733afd83e954dd79fc850cac372b7b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8733afd83e954dd79fc850cac372b7b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8733afd83e954dd79fc850cac372b7b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8733afd83e954dd79fc850cac372b7b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8733afd83e954dd79fc850cac372b7b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8733afd83e954dd79fc850cac372b7b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8733afd83e954dd79fc850cac372b7b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8733afd83e954dd79fc850cac372b7b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-faee77e7-60d2-44a-user", "id": "a104b8ab5d0b4293910b1d25ce6b4cfa"}, "audit_ids": ["g87k1sWFQA-9bBTkYP0cMw"], "issued_at": "2018-12-03T16:22:45.000000Z"}} 2018-12-03 16:22:45,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a2153b8a0f449f47c843a10a156bf4c505ec03" 2018-12-03 16:22:45,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57e62557-d764-407f-a8ca-6645bb517ae7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:45,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-57e62557-d764-407f-a8ca-6645bb517ae7 2018-12-03 16:22:45,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-951e3ebc-e542-4440-9ae0-679301148b95 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2a2153b8a0f449f47c843a10a156bf4c505ec03" 2018-12-03 16:22:45,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-3b29e33a-0801-4dfa-b460-47d6e1f9cacd Date: Mon, 03 Dec 2018 16:22:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-951e3ebc-e542-4440-9ae0-679301148b95"} 2018-12-03 16:22:45,458 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-951e3ebc-e542-4440-9ae0-679301148b95 used request id req-3b29e33a-0801-4dfa-b460-47d6e1f9cacd 2018-12-03 16:22:45,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2a2153b8a0f449f47c843a10a156bf4c505ec03" 2018-12-03 16:22:46,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3d327b59-4ff3-4e8c-8eab-b99338ce5d95 Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:46,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-3d327b59-4ff3-4e8c-8eab-b99338ce5d95 2018-12-03 16:22:46,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c2a2153b8a0f449f47c843a10a156bf4c505ec03" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageNegativeTests-951e3ebc-e542-4440-9ae0-679301148b95"}' 2018-12-03 16:22:46,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 622 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/4d12e765-4376-4da8-9b48-5f36a1eacfd1 X-Openstack-Request-Id: req-13d96795-c5a6-4826-89d4-6daceac11257 Date: Mon, 03 Dec 2018 16:22:46 GMT RESP BODY: {"status": "queued", "name": "CreateImageNegativeTests-951e3ebc-e542-4440-9ae0-679301148b95", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:22:46Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:22:46Z", "visibility": "shared", "locations": [], "self": "/v2/images/4d12e765-4376-4da8-9b48-5f36a1eacfd1", "min_disk": 0, "protected": false, "id": "4d12e765-4376-4da8-9b48-5f36a1eacfd1", "file": "/v2/images/4d12e765-4376-4da8-9b48-5f36a1eacfd1/file", "checksum": null, "owner": "8733afd83e954dd79fc850cac372b7b6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:22:46,347 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-13d96795-c5a6-4826-89d4-6daceac11257 2018-12-03 16:22:46,355 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-12-03 16:22:46,355 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-951e3ebc-e542-4440-9ae0-679301148b95 2018-12-03 16:22:46,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/4d12e765-4376-4da8-9b48-5f36a1eacfd1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2a2153b8a0f449f47c843a10a156bf4c505ec03" 2018-12-03 16:22:46,566 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5f20ed8a-238e-4d8b-90b7-71cbbebe8c8c Date: Mon, 03 Dec 2018 16:22:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:22:46,567 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/4d12e765-4376-4da8-9b48-5f36a1eacfd1 used request id req-5f20ed8a-238e-4d8b-90b7-71cbbebe8c8c 2018-12-03 16:22:46,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" 2018-12-03 16:22:46,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ee7ded1d-c94e-468d-94e0-4f7ab5380a16 Date: Mon, 03 Dec 2018 16:22:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:22:46,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-ee7ded1d-c94e-468d-94e0-4f7ab5380a16 2018-12-03 16:22:46,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" 2018-12-03 16:22:46,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-280d9538-118f-416c-a50a-c628362bde16 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:22:46,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-280d9538-118f-416c-a50a-c628362bde16 2018-12-03 16:22:46,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" 2018-12-03 16:22:46,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ceb29ac-7795-4c50-b0e7-cc792026f1bb Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:22:46,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-5ceb29ac-7795-4c50-b0e7-cc792026f1bb 2018-12-03 16:22:46,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" 2018-12-03 16:22:47,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2729b899-ed18-4ea1-b4e7-141722362d2d Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:22:47,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-2729b899-ed18-4ea1-b4e7-141722362d2d 2018-12-03 16:22:47,050 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-faee77e7-60d2-44a-proj 2018-12-03 16:22:47,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/8733afd83e954dd79fc850cac372b7b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" 2018-12-03 16:22:47,359 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0daa8150-a119-4901-a822-fa633bbe4d69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:47,359 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/8733afd83e954dd79fc850cac372b7b6 used request id req-0daa8150-a119-4901-a822-fa633bbe4d69 2018-12-03 16:22:47,360 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-faee77e7-60d2-44a-proj-role 2018-12-03 16:22:47,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/91fd180e45974fad86b111e830ce36b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" 2018-12-03 16:22:47,464 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28ff1e68-48be-4019-9a1d-fa01beef1078 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:47,464 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/91fd180e45974fad86b111e830ce36b3 used request id req-28ff1e68-48be-4019-9a1d-fa01beef1078 2018-12-03 16:22:47,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307ecc57fa76c1b52466a18ff672f374b3ecedf6" 2018-12-03 16:22:47,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46eeeb9f-1a84-4577-8a44-3c6a3844cc81 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:47,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-46eeeb9f-1a84-4577-8a44-3c6a3844cc81 2018-12-03 16:22:47,549 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-faee77e7-60d2-44a-user 2018-12-03 16:22:47,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/a104b8ab5d0b4293910b1d25ce6b4cfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5288aa23199a75e079b5f744513077c91c8e7845" 2018-12-03 16:22:47,733 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5aec7662-e464-4a09-acaf-395323c1ca33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:47,734 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/a104b8ab5d0b4293910b1d25ce6b4cfa used request id req-5aec7662-e464-4a09-acaf-395323c1ca33 2018-12-03 16:22:47,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:48,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["CEasmj1cSTeHhXb-C-ZTMw"], "issued_at": "2018-12-03T16:22:48.000000Z"}} 2018-12-03 16:22:48,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f26d77de1a7fd4ec48ac9097ade2af60214e65e" 2018-12-03 16:22:48,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2465cdf4-dfbd-4c44-a485-72c921ec49a5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:48,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2465cdf4-dfbd-4c44-a485-72c921ec49a5 2018-12-03 16:22:48,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:48,279 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:48,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["KezY0HrrTg6jIc5fS81LsA"], "issued_at": "2018-12-03T16:22:48.000000Z"}} 2018-12-03 16:22:48,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" 2018-12-03 16:22:48,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24d2ecd1-deeb-4980-aa0b-b86ab001824f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:48,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-24d2ecd1-deeb-4980-aa0b-b86ab001824f 2018-12-03 16:22:48,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:48,753 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:48,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" 2018-12-03 16:22:48,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2f9d331-68fe-4b9d-a72b-3ef9c202a0ce Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:22:48,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj used request id req-d2f9d331-68fe-4b9d-a72b-3ef9c202a0ce 2018-12-03 16:22:48,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" 2018-12-03 16:22:48,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b31d224-02b9-488e-b503-94bf54b4db71 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:48,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-6b31d224-02b9-488e-b503-94bf54b4db71 2018-12-03 16:22:48,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj"}}' 2018-12-03 16:22:49,052 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4b3faa0-4452-4418-8444-7183fd6273a4 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ea651230a2534c22a76aaa24d9ed0b5b"}, "enabled": true, "id": "ea651230a2534c22a76aaa24d9ed0b5b", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj"}} 2018-12-03 16:22:49,052 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b4b3faa0-4452-4418-8444-7183fd6273a4 2018-12-03 16:22:49,052 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj 2018-12-03 16:22:49,052 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:49,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:49,440 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["8x5ysrBRS_abvf4w2WbEeQ"], "issued_at": "2018-12-03T16:22:49.000000Z"}} 2018-12-03 16:22:49,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e49bee7425e617035c234c8a0281089a5c1950bb" 2018-12-03 16:22:49,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b71cf349-62e2-430f-aaa9-612905f972a1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:49,525 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b71cf349-62e2-430f-aaa9-612905f972a1 2018-12-03 16:22:49,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:49,535 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:49,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e49bee7425e617035c234c8a0281089a5c1950bb" 2018-12-03 16:22:49,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56d7fa8c-c0df-4078-a7d3-b82ff2ae42da Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:22:49,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-56d7fa8c-c0df-4078-a7d3-b82ff2ae42da 2018-12-03 16:22:49,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e49bee7425e617035c234c8a0281089a5c1950bb" 2018-12-03 16:22:49,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c945bb03-c514-4593-9278-9e99133fcdb0 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ea651230a2534c22a76aaa24d9ed0b5b"}, "enabled": true, "id": "ea651230a2534c22a76aaa24d9ed0b5b", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj"}]} 2018-12-03 16:22:49,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj used request id req-c945bb03-c514-4593-9278-9e99133fcdb0 2018-12-03 16:22:49,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e49bee7425e617035c234c8a0281089a5c1950bb" 2018-12-03 16:22:49,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c1a7aaa-0421-4191-a7a9-11917c49d739 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:49,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-7c1a7aaa-0421-4191-a7a9-11917c49d739 2018-12-03 16:22:50,195 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-8ccdc3ed-f8a2-435-user 2018-12-03 16:22:50,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:50,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" 2018-12-03 16:22:50,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47afc038-f386-4be2-a401-ec2e0f2cdc0b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:50,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-47afc038-f386-4be2-a401-ec2e0f2cdc0b 2018-12-03 16:22:50,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" -d '{"role": {"name": "CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj-role"}}' 2018-12-03 16:22:50,393 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9882509f-e21f-4cef-bb04-6b1620930c1c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8566bfd373644c84bdbb57247627be4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/8566bfd373644c84bdbb57247627be4e"}, "name": "CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj-role"}} 2018-12-03 16:22:50,393 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-9882509f-e21f-4cef-bb04-6b1620930c1c 2018-12-03 16:22:50,394 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj-role 2018-12-03 16:22:50,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/8566bfd373644c84bdbb57247627be4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" 2018-12-03 16:22:50,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b77a2584-ac4d-42e3-9a43-a60548dfe677 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/8566bfd373644c84bdbb57247627be4e"}, "domain_id": null, "name": "CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj-role", "id": "8566bfd373644c84bdbb57247627be4e"}} 2018-12-03 16:22:50,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/8566bfd373644c84bdbb57247627be4e used request id req-b77a2584-ac4d-42e3-9a43-a60548dfe677 2018-12-03 16:22:50,482 - keystone_utils - INFO - Granting role CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj-role to project CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj 2018-12-03 16:22:50,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/ea651230a2534c22a76aaa24d9ed0b5b/users/be3faaeaea2a40c094cb2d2d61ee2fbd/roles/8566bfd373644c84bdbb57247627be4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" 2018-12-03 16:22:50,539 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34244316-91df-42ec-9e4c-7572b97c7caa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:50,539 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ea651230a2534c22a76aaa24d9ed0b5b/users/be3faaeaea2a40c094cb2d2d61ee2fbd/roles/8566bfd373644c84bdbb57247627be4e used request id req-34244316-91df-42ec-9e4c-7572b97c7caa 2018-12-03 16:22:50,539 - openstack_tests - DEBUG - Image metadata - None 2018-12-03 16:22:50,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:50,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:50,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8566bfd373644c84bdbb57247627be4e", "name": "CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj-role"}], "expires_at": "2018-12-03T17:22:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea651230a2534c22a76aaa24d9ed0b5b", "name": "CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ea651230a2534c22a76aaa24d9ed0b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ea651230a2534c22a76aaa24d9ed0b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ea651230a2534c22a76aaa24d9ed0b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ea651230a2534c22a76aaa24d9ed0b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ea651230a2534c22a76aaa24d9ed0b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ea651230a2534c22a76aaa24d9ed0b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ea651230a2534c22a76aaa24d9ed0b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ea651230a2534c22a76aaa24d9ed0b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ea651230a2534c22a76aaa24d9ed0b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ea651230a2534c22a76aaa24d9ed0b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ea651230a2534c22a76aaa24d9ed0b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ea651230a2534c22a76aaa24d9ed0b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-8ccdc3ed-f8a2-435-user", "id": "be3faaeaea2a40c094cb2d2d61ee2fbd"}, "audit_ids": ["eB4jryT1QaaohnUBjsuUCQ"], "issued_at": "2018-12-03T16:22:50.000000Z"}} 2018-12-03 16:22:50,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bef2a178edc22487fe2abd929c155c3d14408d" 2018-12-03 16:22:50,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3522d37a-00f8-4905-ad11-19ad1b62340a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:50,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3522d37a-00f8-4905-ad11-19ad1b62340a 2018-12-03 16:22:50,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-d75d7135-12c9-4884-b229-cbc53dc9c301 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3bef2a178edc22487fe2abd929c155c3d14408d" 2018-12-03 16:22:51,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 161 Content-Type: application/json X-Openstack-Request-Id: req-2fb62bec-aa7c-44a2-9459-7ec8ee287f8f Date: Mon, 03 Dec 2018 16:22:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=foo&limit=20&name=CreateImageNegativeTests-d75d7135-12c9-4884-b229-cbc53dc9c301"} 2018-12-03 16:22:51,546 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-d75d7135-12c9-4884-b229-cbc53dc9c301 used request id req-2fb62bec-aa7c-44a2-9459-7ec8ee287f8f 2018-12-03 16:22:51,547 - file_utils - DEBUG - Downloading file from - http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2018-12-03 16:22:51,547 - file_utils - DEBUG - Saving file to - /tmp/49102661-bc1a-4676-9ff4-1d1e50906e99 2018-12-03 16:22:51,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3bef2a178edc22487fe2abd929c155c3d14408d" 2018-12-03 16:22:51,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a47d4068-6778-4650-a7af-eb563fab8a78 Date: Mon, 03 Dec 2018 16:22: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-12-03 16:22:51,966 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-a47d4068-6778-4650-a7af-eb563fab8a78 2018-12-03 16:22:51,990 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-12-03 16:22:51,990 - glance_utils - DEBUG - Closing file ./tmp/49102661-bc1a-4676-9ff4-1d1e50906e99 2018-12-03 16:22:51,990 - glance_utils - INFO - Removing file ./tmp/49102661-bc1a-4676-9ff4-1d1e50906e99 2018-12-03 16:22:51,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" 2018-12-03 16:22:52,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7051eb8d-ab56-488b-b7fc-060a980b57e2 Date: Mon, 03 Dec 2018 16:22:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:22:52,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-7051eb8d-ab56-488b-b7fc-060a980b57e2 2018-12-03 16:22:52,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" 2018-12-03 16:22:52,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e6e00f0-7ab0-4e76-9e3d-7eb91ce5e110 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:22:52,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-4e6e00f0-7ab0-4e76-9e3d-7eb91ce5e110 2018-12-03 16:22:52,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" 2018-12-03 16:22:52,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b8a2774-0abe-4281-870e-4a4828950d22 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:22:52,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-9b8a2774-0abe-4281-870e-4a4828950d22 2018-12-03 16:22:52,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" 2018-12-03 16:22:52,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcf60117-c239-43aa-b29f-99154383e30a Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:22:52,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-fcf60117-c239-43aa-b29f-99154383e30a 2018-12-03 16:22:52,475 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj 2018-12-03 16:22:52,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/ea651230a2534c22a76aaa24d9ed0b5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" 2018-12-03 16:22:52,701 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abc4ced4-3e00-46df-a35c-27ebed830b5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:52,701 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ea651230a2534c22a76aaa24d9ed0b5b used request id req-abc4ced4-3e00-46df-a35c-27ebed830b5d 2018-12-03 16:22:52,701 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-8ccdc3ed-f8a2-435-proj-role 2018-12-03 16:22:52,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/8566bfd373644c84bdbb57247627be4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" 2018-12-03 16:22:52,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f319b4a4-74b4-421f-9226-fe22c1b4570c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:52,817 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/8566bfd373644c84bdbb57247627be4e used request id req-f319b4a4-74b4-421f-9226-fe22c1b4570c 2018-12-03 16:22:52,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f6348184e15be4160db3102c3094cc6c2b21f9" 2018-12-03 16:22:52,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a72eaa0-69c9-4825-956b-8f46897d907e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:52,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3a72eaa0-69c9-4825-956b-8f46897d907e 2018-12-03 16:22:52,913 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-8ccdc3ed-f8a2-435-user 2018-12-03 16:22:52,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/be3faaeaea2a40c094cb2d2d61ee2fbd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e49bee7425e617035c234c8a0281089a5c1950bb" 2018-12-03 16:22:53,079 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67ef4963-ea81-4e25-882f-58259238a671 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:53,079 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/be3faaeaea2a40c094cb2d2d61ee2fbd used request id req-67ef4963-ea81-4e25-882f-58259238a671 2018-12-03 16:22:53,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:53,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ufgC-v8BTASi61aj_i5FLg"], "issued_at": "2018-12-03T16:22:53.000000Z"}} 2018-12-03 16:22:53,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c4a70fa7cabb947a882f108431290c8775d593" 2018-12-03 16:22:53,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-effae920-1d1e-4848-add3-9afb66140ebf Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:53,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-effae920-1d1e-4848-add3-9afb66140ebf 2018-12-03 16:22:53,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:53,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:53,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["x6KnSuhBS5CtT_fEXhyMig"], "issued_at": "2018-12-03T16:22:53.000000Z"}} 2018-12-03 16:22:53,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" 2018-12-03 16:22:54,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-442aaaa2-7b0e-4044-b746-c2b98cdf37d8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:54,099 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-442aaaa2-7b0e-4044-b746-c2b98cdf37d8 2018-12-03 16:22:54,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:54,111 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:54,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" 2018-12-03 16:22:54,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e127e259-18de-4fa8-8203-4e565d945cfa Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:22:54,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj used request id req-e127e259-18de-4fa8-8203-4e565d945cfa 2018-12-03 16:22:54,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" 2018-12-03 16:22:54,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-414001ef-7c57-48c0-a254-efb9f04ca932 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:54,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-414001ef-7c57-48c0-a254-efb9f04ca932 2018-12-03 16:22:54,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj"}}' 2018-12-03 16:22:54,417 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe723933-ee50-4982-a32a-904f41e189c7 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/6a1f7a611a8e431a8ff80d0153e78488"}, "enabled": true, "id": "6a1f7a611a8e431a8ff80d0153e78488", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj"}} 2018-12-03 16:22:54,417 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-fe723933-ee50-4982-a32a-904f41e189c7 2018-12-03 16:22:54,418 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj 2018-12-03 16:22:54,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:54,419 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:54,791 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["TuSQc4xmSEK81RqKEjqHmQ"], "issued_at": "2018-12-03T16:22:54.000000Z"}} 2018-12-03 16:22:54,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28c9a4e6763b6edad399ba0ff90eaa74891fe7a" 2018-12-03 16:22:54,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05515996-47b8-4ee3-943a-74d7839fa1b8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:54,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-05515996-47b8-4ee3-943a-74d7839fa1b8 2018-12-03 16:22:54,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:54,813 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:54,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28c9a4e6763b6edad399ba0ff90eaa74891fe7a" 2018-12-03 16:22:54,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62596f05-fc90-43bf-806a-259e47ca2795 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:22:54,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-62596f05-fc90-43bf-806a-259e47ca2795 2018-12-03 16:22:54,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28c9a4e6763b6edad399ba0ff90eaa74891fe7a" 2018-12-03 16:22:55,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7da44df8-03f6-4d0f-b4f8-9c57b64e7fb5 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/6a1f7a611a8e431a8ff80d0153e78488"}, "enabled": true, "id": "6a1f7a611a8e431a8ff80d0153e78488", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj"}]} 2018-12-03 16:22:55,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj used request id req-7da44df8-03f6-4d0f-b4f8-9c57b64e7fb5 2018-12-03 16:22:55,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28c9a4e6763b6edad399ba0ff90eaa74891fe7a" 2018-12-03 16:22:55,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3bd6149-636c-4a99-ae8d-b51f38e5a63d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:55,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d3bd6149-636c-4a99-ae8d-b51f38e5a63d 2018-12-03 16:22:55,453 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-7dc0fc44-54d7-4ef-user 2018-12-03 16:22:55,453 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:55,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" 2018-12-03 16:22:55,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9fe1295-9922-4615-a110-ecc16ed4525b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:55,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f9fe1295-9922-4615-a110-ecc16ed4525b 2018-12-03 16:22:55,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" -d '{"role": {"name": "CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj-role"}}' 2018-12-03 16:22:55,656 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43634bcd-3b29-404b-9380-f99a00fd4f1d Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fd754a230caf4d9ab730c07add1d60b5", "links": {"self": "http://172.30.9.30:5000/v3/roles/fd754a230caf4d9ab730c07add1d60b5"}, "name": "CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj-role"}} 2018-12-03 16:22:55,657 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-43634bcd-3b29-404b-9380-f99a00fd4f1d 2018-12-03 16:22:55,657 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj-role 2018-12-03 16:22:55,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/fd754a230caf4d9ab730c07add1d60b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" 2018-12-03 16:22:55,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e937cec-1423-475f-b8a9-9ac54d0bbea9 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/fd754a230caf4d9ab730c07add1d60b5"}, "domain_id": null, "name": "CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj-role", "id": "fd754a230caf4d9ab730c07add1d60b5"}} 2018-12-03 16:22:55,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/fd754a230caf4d9ab730c07add1d60b5 used request id req-9e937cec-1423-475f-b8a9-9ac54d0bbea9 2018-12-03 16:22:55,742 - keystone_utils - INFO - Granting role CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj-role to project CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj 2018-12-03 16:22:55,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/6a1f7a611a8e431a8ff80d0153e78488/users/931128fbfd224beb80a851381f0767ad/roles/fd754a230caf4d9ab730c07add1d60b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" 2018-12-03 16:22:55,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6ffe557-29f1-495f-b083-154ed7c6c2a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:55,881 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/6a1f7a611a8e431a8ff80d0153e78488/users/931128fbfd224beb80a851381f0767ad/roles/fd754a230caf4d9ab730c07add1d60b5 used request id req-f6ffe557-29f1-495f-b083-154ed7c6c2a9 2018-12-03 16:22:55,881 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:55,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:56,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd754a230caf4d9ab730c07add1d60b5", "name": "CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj-role"}], "expires_at": "2018-12-03T17:22:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6a1f7a611a8e431a8ff80d0153e78488", "name": "CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/6a1f7a611a8e431a8ff80d0153e78488", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/6a1f7a611a8e431a8ff80d0153e78488", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/6a1f7a611a8e431a8ff80d0153e78488", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/6a1f7a611a8e431a8ff80d0153e78488", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/6a1f7a611a8e431a8ff80d0153e78488", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/6a1f7a611a8e431a8ff80d0153e78488", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/6a1f7a611a8e431a8ff80d0153e78488", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/6a1f7a611a8e431a8ff80d0153e78488", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/6a1f7a611a8e431a8ff80d0153e78488", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/6a1f7a611a8e431a8ff80d0153e78488", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/6a1f7a611a8e431a8ff80d0153e78488", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/6a1f7a611a8e431a8ff80d0153e78488", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-7dc0fc44-54d7-4ef-user", "id": "931128fbfd224beb80a851381f0767ad"}, "audit_ids": ["hMtFi9zqSfGSnMbXC_93MQ"], "issued_at": "2018-12-03T16:22:56.000000Z"}} 2018-12-03 16:22:56,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ead9d71cc559627e70a64457a59ede11196a2a" 2018-12-03 16:22:56,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddb8a49c-784d-4843-bbd5-c9430d32a673 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:56,330 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ddb8a49c-784d-4843-bbd5-c9430d32a673 2018-12-03 16:22:56,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}76ead9d71cc559627e70a64457a59ede11196a2a" 2018-12-03 16:22:56,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-403adc34-f518-4a8b-97f3-2bf097aeb458 Date: Mon, 03 Dec 2018 16:22:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-12-03 16:22:56,524 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&name=foo used request id req-403adc34-f518-4a8b-97f3-2bf097aeb458 2018-12-03 16:22:56,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" 2018-12-03 16:22:56,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-31dacb41-81bc-4f47-8ac7-51d0318c3179 Date: Mon, 03 Dec 2018 16:22:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:22:56,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-31dacb41-81bc-4f47-8ac7-51d0318c3179 2018-12-03 16:22:56,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" 2018-12-03 16:22:56,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72f59172-d731-496d-aae5-6fcec2657b95 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:22:56,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-72f59172-d731-496d-aae5-6fcec2657b95 2018-12-03 16:22:56,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" 2018-12-03 16:22:56,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77e8fa62-b884-497a-9b0a-b196f1bc56f1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:22:56,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-77e8fa62-b884-497a-9b0a-b196f1bc56f1 2018-12-03 16:22:56,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" 2018-12-03 16:22:57,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba868eca-ae04-4c02-9d40-8ccbd3de29e1 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:22:57,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-ba868eca-ae04-4c02-9d40-8ccbd3de29e1 2018-12-03 16:22:57,017 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj 2018-12-03 16:22:57,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/6a1f7a611a8e431a8ff80d0153e78488 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" 2018-12-03 16:22:57,246 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e4357dc-a891-40cc-8cf5-64956d95cd2d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:57,246 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/6a1f7a611a8e431a8ff80d0153e78488 used request id req-2e4357dc-a891-40cc-8cf5-64956d95cd2d 2018-12-03 16:22:57,246 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-7dc0fc44-54d7-4ef-proj-role 2018-12-03 16:22:57,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/fd754a230caf4d9ab730c07add1d60b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" 2018-12-03 16:22:57,362 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af1167d8-167d-4b9c-b7f0-7ba0e87ad904 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:57,363 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/fd754a230caf4d9ab730c07add1d60b5 used request id req-af1167d8-167d-4b9c-b7f0-7ba0e87ad904 2018-12-03 16:22:57,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01bbe5ef8f504ab282a4b6acb25fdc7612539daf" 2018-12-03 16:22:57,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01535576-925e-464b-bd96-b4a7c11a27a5 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:22:57,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-01535576-925e-464b-bd96-b4a7c11a27a5 2018-12-03 16:22:57,444 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-7dc0fc44-54d7-4ef-user 2018-12-03 16:22:57,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/931128fbfd224beb80a851381f0767ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28c9a4e6763b6edad399ba0ff90eaa74891fe7a" 2018-12-03 16:22:57,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:22:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-815305ae-26a4-400a-95c9-93a4bc87a93d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:22:57,619 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/931128fbfd224beb80a851381f0767ad used request id req-815305ae-26a4-400a-95c9-93a4bc87a93d 2018-12-03 16:22:57,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:58,006 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["TtwACJqfSKKlJxeKPHfT2w"], "issued_at": "2018-12-03T16:22:58.000000Z"}} 2018-12-03 16:22:58,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e238f56824681dd3f0d661d5b6f61a2b3849f083" 2018-12-03 16:22:58,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccf59048-01d5-4be8-aa1f-1d0e8e52e354 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:58,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ccf59048-01d5-4be8-aa1f-1d0e8e52e354 2018-12-03 16:22:58,086 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:58,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:58,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["UmeAb_lhQG6EtM39CRJtiQ"], "issued_at": "2018-12-03T16:22:58.000000Z"}} 2018-12-03 16:22:58,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" 2018-12-03 16:22:58,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a44ae867-c14b-4752-bc8b-886ce276f7f7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:58,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a44ae867-c14b-4752-bc8b-886ce276f7f7 2018-12-03 16:22:58,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:58,578 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:58,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-e3504fea-0ccb-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" 2018-12-03 16:22:58,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c4ac745-02e6-46b4-8122-3e2d3f2c0805 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-e3504fea-0ccb-4f0-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:22:58,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-e3504fea-0ccb-4f0-proj used request id req-2c4ac745-02e6-46b4-8122-3e2d3f2c0805 2018-12-03 16:22:58,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" 2018-12-03 16:22:58,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33f6a146-236c-4e3a-b426-f34c54b76769 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:58,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-33f6a146-236c-4e3a-b426-f34c54b76769 2018-12-03 16:22:58,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-e3504fea-0ccb-4f0-proj"}}' 2018-12-03 16:22:58,872 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-390f1200-7307-4f4c-abb7-71085ccd525c Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fce69313b7d4592b40b641713e103b0"}, "enabled": true, "id": "8fce69313b7d4592b40b641713e103b0", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-e3504fea-0ccb-4f0-proj"}} 2018-12-03 16:22:58,872 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-390f1200-7307-4f4c-abb7-71085ccd525c 2018-12-03 16:22:58,873 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-e3504fea-0ccb-4f0-proj 2018-12-03 16:22:58,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:58,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:22:59,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:22:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["urGfJaHdQPq8v8jft3TrTw"], "issued_at": "2018-12-03T16:22:59.000000Z"}} 2018-12-03 16:22:59,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3570fb9bce9677ba45f7a24534c43e792fd8e195" 2018-12-03 16:22:59,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80d220f-50a2-44e0-b89d-c47603ad048b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:22:59,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b80d220f-50a2-44e0-b89d-c47603ad048b 2018-12-03 16:22:59,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:22:59,348 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:22: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:22:59,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3570fb9bce9677ba45f7a24534c43e792fd8e195" 2018-12-03 16:22:59,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-347e3b69-d857-4230-8479-21875e2b9815 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:22:59,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-347e3b69-d857-4230-8479-21875e2b9815 2018-12-03 16:22:59,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateImageNegativeTests-e3504fea-0ccb-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3570fb9bce9677ba45f7a24534c43e792fd8e195" 2018-12-03 16:22:59,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73876d5d-1bc4-48ad-9511-151be014a4ea Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateImageNegativeTests-e3504fea-0ccb-4f0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fce69313b7d4592b40b641713e103b0"}, "enabled": true, "id": "8fce69313b7d4592b40b641713e103b0", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-e3504fea-0ccb-4f0-proj"}]} 2018-12-03 16:22:59,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateImageNegativeTests-e3504fea-0ccb-4f0-proj used request id req-73876d5d-1bc4-48ad-9511-151be014a4ea 2018-12-03 16:22:59,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3570fb9bce9677ba45f7a24534c43e792fd8e195" 2018-12-03 16:22:59,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-400d7b72-d591-4087-957c-14a5001d36c8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:22:59,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-400d7b72-d591-4087-957c-14a5001d36c8 2018-12-03 16:22:59,991 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-e3504fea-0ccb-4f0-user 2018-12-03 16:22:59,991 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:22:59,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" 2018-12-03 16:23:00,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac44039e-9fd9-4466-b437-9335e0098704 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:00,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ac44039e-9fd9-4466-b437-9335e0098704 2018-12-03 16:23:00,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" -d '{"role": {"name": "CreateImageNegativeTests-e3504fea-0ccb-4f0-proj-role"}}' 2018-12-03 16:23:00,124 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17583616-08da-499b-b671-25d66cac492b Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "37fc0af0030b49b3931783da578b7509", "links": {"self": "http://172.30.9.30:5000/v3/roles/37fc0af0030b49b3931783da578b7509"}, "name": "CreateImageNegativeTests-e3504fea-0ccb-4f0-proj-role"}} 2018-12-03 16:23:00,124 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-17583616-08da-499b-b671-25d66cac492b 2018-12-03 16:23:00,124 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-e3504fea-0ccb-4f0-proj-role 2018-12-03 16:23:00,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/37fc0af0030b49b3931783da578b7509 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" 2018-12-03 16:23:00,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f2196b4-91dc-4209-abd5-caef3c47a62b Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/37fc0af0030b49b3931783da578b7509"}, "domain_id": null, "name": "CreateImageNegativeTests-e3504fea-0ccb-4f0-proj-role", "id": "37fc0af0030b49b3931783da578b7509"}} 2018-12-03 16:23:00,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/37fc0af0030b49b3931783da578b7509 used request id req-2f2196b4-91dc-4209-abd5-caef3c47a62b 2018-12-03 16:23:00,144 - keystone_utils - INFO - Granting role CreateImageNegativeTests-e3504fea-0ccb-4f0-proj-role to project CreateImageNegativeTests-e3504fea-0ccb-4f0-proj 2018-12-03 16:23:00,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/8fce69313b7d4592b40b641713e103b0/users/5d9d3b4f069649a4aad26ec2e172a03e/roles/37fc0af0030b49b3931783da578b7509 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" 2018-12-03 16:23:00,281 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-978694ef-4dd6-4227-9d47-535b2e7cf3c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:00,282 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/8fce69313b7d4592b40b641713e103b0/users/5d9d3b4f069649a4aad26ec2e172a03e/roles/37fc0af0030b49b3931783da578b7509 used request id req-978694ef-4dd6-4227-9d47-535b2e7cf3c6 2018-12-03 16:23:00,282 - openstack_tests - DEBUG - Image metadata - None 2018-12-03 16:23:00,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:00,283 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:00,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "37fc0af0030b49b3931783da578b7509", "name": "CreateImageNegativeTests-e3504fea-0ccb-4f0-proj-role"}], "expires_at": "2018-12-03T17:23:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8fce69313b7d4592b40b641713e103b0", "name": "CreateImageNegativeTests-e3504fea-0ccb-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8fce69313b7d4592b40b641713e103b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8fce69313b7d4592b40b641713e103b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8fce69313b7d4592b40b641713e103b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8fce69313b7d4592b40b641713e103b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8fce69313b7d4592b40b641713e103b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8fce69313b7d4592b40b641713e103b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8fce69313b7d4592b40b641713e103b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8fce69313b7d4592b40b641713e103b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8fce69313b7d4592b40b641713e103b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8fce69313b7d4592b40b641713e103b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8fce69313b7d4592b40b641713e103b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8fce69313b7d4592b40b641713e103b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-e3504fea-0ccb-4f0-user", "id": "5d9d3b4f069649a4aad26ec2e172a03e"}, "audit_ids": ["mZJdfX7VQp-OGkqBhDWm0g"], "issued_at": "2018-12-03T16:23:00.000000Z"}} 2018-12-03 16:23:00,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e721c19f9f8a64a1f189156fe6ae476fd9f40e" 2018-12-03 16:23:00,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c190435a-2686-4fe1-bece-c3270edc1b93 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:00,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c190435a-2686-4fe1-bece-c3270edc1b93 2018-12-03 16:23:00,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-5761b623-17bc-419a-9554-f4095b15dbee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19e721c19f9f8a64a1f189156fe6ae476fd9f40e" 2018-12-03 16:23:00,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-9380e016-c401-4ccb-8338-2747c7daac94 Date: Mon, 03 Dec 2018 16:23:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-5761b623-17bc-419a-9554-f4095b15dbee"} 2018-12-03 16:23:00,907 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-5761b623-17bc-419a-9554-f4095b15dbee used request id req-9380e016-c401-4ccb-8338-2747c7daac94 2018-12-03 16:23:00,908 - file_utils - DEBUG - Downloading file from - http://foo.bar 2018-12-03 16:23:00,908 - file_utils - DEBUG - Saving file to - /tmp/d97b1302-6e4f-4772-9645-5fa5c46567a3 2018-12-03 16:23:00,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" 2018-12-03 16:23:01,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e5b2709b-3281-47be-aed4-90604d4c75c5 Date: Mon, 03 Dec 2018 16:23:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:23:01,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-e5b2709b-3281-47be-aed4-90604d4c75c5 2018-12-03 16:23:01,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" 2018-12-03 16:23:01,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-925be39a-7472-480d-b556-e65a50750d6a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:23:01,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-925be39a-7472-480d-b556-e65a50750d6a 2018-12-03 16:23:01,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" 2018-12-03 16:23:01,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1919a140-a3d6-448b-93ce-4f91cc9d6c87 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:23:01,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-1919a140-a3d6-448b-93ce-4f91cc9d6c87 2018-12-03 16:23:01,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" 2018-12-03 16:23:01,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f86ca753-4bd2-4cd8-9c78-512415ead018 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:23:01,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-f86ca753-4bd2-4cd8-9c78-512415ead018 2018-12-03 16:23:01,479 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-e3504fea-0ccb-4f0-proj 2018-12-03 16:23:01,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/8fce69313b7d4592b40b641713e103b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" 2018-12-03 16:23:01,672 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c6241f6-bd0a-4ecb-b063-cf7433a3edff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:01,672 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/8fce69313b7d4592b40b641713e103b0 used request id req-2c6241f6-bd0a-4ecb-b063-cf7433a3edff 2018-12-03 16:23:01,672 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-e3504fea-0ccb-4f0-proj-role 2018-12-03 16:23:01,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/37fc0af0030b49b3931783da578b7509 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" 2018-12-03 16:23:01,776 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5eb434e5-3c2a-416b-804c-eb2d7fd16549 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:01,777 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/37fc0af0030b49b3931783da578b7509 used request id req-5eb434e5-3c2a-416b-804c-eb2d7fd16549 2018-12-03 16:23:01,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd778359f8298ff586f53c66ba77aa63ee9a5d8" 2018-12-03 16:23:01,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3640ca3-2df2-4b52-af9f-97100bd0d7de Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:01,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b3640ca3-2df2-4b52-af9f-97100bd0d7de 2018-12-03 16:23:01,870 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-e3504fea-0ccb-4f0-user 2018-12-03 16:23:01,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/5d9d3b4f069649a4aad26ec2e172a03e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3570fb9bce9677ba45f7a24534c43e792fd8e195" 2018-12-03 16:23:02,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ef0fef1-87f0-41bd-8f8c-29eb4aecd844 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:02,039 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/5d9d3b4f069649a4aad26ec2e172a03e used request id req-6ef0fef1-87f0-41bd-8f8c-29eb4aecd844 2018-12-03 16:23:02,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:02,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["d1ilz_qWSPCnGpoBLfBGww"], "issued_at": "2018-12-03T16:23:02.000000Z"}} 2018-12-03 16:23:02,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a7d5eca9796b3a8632e518ed537745ea55590fa" 2018-12-03 16:23:02,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5345c6b7-ab42-4cbf-b074-ee2fff9c9b12 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:02,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5345c6b7-ab42-4cbf-b074-ee2fff9c9b12 2018-12-03 16:23:02,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:02,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:02,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["cY1rQkkLSkKPHyCH2Hw12Q"], "issued_at": "2018-12-03T16:23:02.000000Z"}} 2018-12-03 16:23:02,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" 2018-12-03 16:23:02,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9ed3ed6-ea16-4b9a-baf8-64615808a7cd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:02,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d9ed3ed6-ea16-4b9a-baf8-64615808a7cd 2018-12-03 16:23:02,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:02,988 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:02,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-0e0caf77-2638-4d3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" 2018-12-03 16:23:03,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad24a8f1-8a4c-4885-aa42-d5e60184f1cd Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-0e0caf77-2638-4d3-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:23:03,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-0e0caf77-2638-4d3-proj used request id req-ad24a8f1-8a4c-4885-aa42-d5e60184f1cd 2018-12-03 16:23:03,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" 2018-12-03 16:23:03,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56990790-02a1-417d-874f-c5429b750686 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:03,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-56990790-02a1-417d-874f-c5429b750686 2018-12-03 16:23:03,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-0e0caf77-2638-4d3-proj"}}' 2018-12-03 16:23:03,214 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8c67bc9-0469-47cf-8fcd-0d7b2dc97b3d Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/79c8dc2f423448408b1c982414eeb969"}, "enabled": true, "id": "79c8dc2f423448408b1c982414eeb969", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-0e0caf77-2638-4d3-proj"}} 2018-12-03 16:23:03,214 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b8c67bc9-0469-47cf-8fcd-0d7b2dc97b3d 2018-12-03 16:23:03,214 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-0e0caf77-2638-4d3-proj 2018-12-03 16:23:03,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:03,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:03,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Yxj8AESiT36TVpL-fmCavw"], "issued_at": "2018-12-03T16:23:03.000000Z"}} 2018-12-03 16:23:03,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a02b05ff02e1f15dc18f9e459092abc3a7ba0" 2018-12-03 16:23:03,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e3e281e-2dab-4ff1-b2ca-958a24e4f06a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:03,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5e3e281e-2dab-4ff1-b2ca-958a24e4f06a 2018-12-03 16:23:03,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:03,677 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:03,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a02b05ff02e1f15dc18f9e459092abc3a7ba0" 2018-12-03 16:23:03,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e996972-e164-4615-a772-1b79494cce6d Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:23:03,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9e996972-e164-4615-a772-1b79494cce6d 2018-12-03 16:23:03,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateMultiPartImageTests-0e0caf77-2638-4d3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a02b05ff02e1f15dc18f9e459092abc3a7ba0" 2018-12-03 16:23:03,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a90893e-ee92-4dd3-9d03-56c89de0c736 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateMultiPartImageTests-0e0caf77-2638-4d3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/79c8dc2f423448408b1c982414eeb969"}, "enabled": true, "id": "79c8dc2f423448408b1c982414eeb969", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-0e0caf77-2638-4d3-proj"}]} 2018-12-03 16:23:03,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateMultiPartImageTests-0e0caf77-2638-4d3-proj used request id req-8a90893e-ee92-4dd3-9d03-56c89de0c736 2018-12-03 16:23:03,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a02b05ff02e1f15dc18f9e459092abc3a7ba0" 2018-12-03 16:23:03,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b13e9d6e-fa06-4c0a-95e8-c8aeeaca3656 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:03,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b13e9d6e-fa06-4c0a-95e8-c8aeeaca3656 2018-12-03 16:23:04,345 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-0e0caf77-2638-4d3-user 2018-12-03 16:23:04,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:04,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" 2018-12-03 16:23:04,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ac9133b-8c12-4a57-8fcf-3e4d3e642038 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:04,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3ac9133b-8c12-4a57-8fcf-3e4d3e642038 2018-12-03 16:23:04,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" -d '{"role": {"name": "CreateMultiPartImageTests-0e0caf77-2638-4d3-proj-role"}}' 2018-12-03 16:23:04,561 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60908be9-f072-4e6f-8cee-dfcb588d673c Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5a4c7114b3aa4d8f91e3653dac0f3c11", "links": {"self": "http://172.30.9.30:5000/v3/roles/5a4c7114b3aa4d8f91e3653dac0f3c11"}, "name": "CreateMultiPartImageTests-0e0caf77-2638-4d3-proj-role"}} 2018-12-03 16:23:04,561 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-60908be9-f072-4e6f-8cee-dfcb588d673c 2018-12-03 16:23:04,561 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-0e0caf77-2638-4d3-proj-role 2018-12-03 16:23:04,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/5a4c7114b3aa4d8f91e3653dac0f3c11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" 2018-12-03 16:23:04,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56096084-ab66-4dcd-9418-c6d19df298f9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/5a4c7114b3aa4d8f91e3653dac0f3c11"}, "domain_id": null, "name": "CreateMultiPartImageTests-0e0caf77-2638-4d3-proj-role", "id": "5a4c7114b3aa4d8f91e3653dac0f3c11"}} 2018-12-03 16:23:04,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/5a4c7114b3aa4d8f91e3653dac0f3c11 used request id req-56096084-ab66-4dcd-9418-c6d19df298f9 2018-12-03 16:23:04,652 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-0e0caf77-2638-4d3-proj-role to project CreateMultiPartImageTests-0e0caf77-2638-4d3-proj 2018-12-03 16:23:04,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/79c8dc2f423448408b1c982414eeb969/users/33c70c8c5ddc490484cdb7a9e3d223ab/roles/5a4c7114b3aa4d8f91e3653dac0f3c11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" 2018-12-03 16:23:04,778 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa1bd842-1862-473a-8ccc-6f9e4081ff5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:04,778 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/79c8dc2f423448408b1c982414eeb969/users/33c70c8c5ddc490484cdb7a9e3d223ab/roles/5a4c7114b3aa4d8f91e3653dac0f3c11 used request id req-fa1bd842-1862-473a-8ccc-6f9e4081ff5e 2018-12-03 16:23:04,779 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-12-03 16:23:04,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" 2018-12-03 16:23:04,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fc8ccbc2-304d-4bd3-9184-644a52028df3 Date: Mon, 03 Dec 2018 16:23:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:23:04,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-fc8ccbc2-304d-4bd3-9184-644a52028df3 2018-12-03 16:23:05,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" 2018-12-03 16:23:05,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-941410d5-a758-49f6-953b-1aa90aadf51d Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:23:05,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-941410d5-a758-49f6-953b-1aa90aadf51d 2018-12-03 16:23:05,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" 2018-12-03 16:23:05,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-376720af-8d2f-4881-81c2-48d86b4f9e41 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:23:05,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-376720af-8d2f-4881-81c2-48d86b4f9e41 2018-12-03 16:23:05,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" 2018-12-03 16:23:05,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f373b58a-68c8-47a7-8f66-f9cde22e7e27 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:23:05,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-f373b58a-68c8-47a7-8f66-f9cde22e7e27 2018-12-03 16:23:05,283 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-0e0caf77-2638-4d3-proj 2018-12-03 16:23:05,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/79c8dc2f423448408b1c982414eeb969 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" 2018-12-03 16:23:05,510 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16c8fde5-73f2-4236-88e2-82c5f9fb333b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:05,510 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/79c8dc2f423448408b1c982414eeb969 used request id req-16c8fde5-73f2-4236-88e2-82c5f9fb333b 2018-12-03 16:23:05,510 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-0e0caf77-2638-4d3-proj-role 2018-12-03 16:23:05,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/5a4c7114b3aa4d8f91e3653dac0f3c11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" 2018-12-03 16:23:05,620 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a73908fa-cd43-4d4c-bcdb-726812116103 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:05,620 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/5a4c7114b3aa4d8f91e3653dac0f3c11 used request id req-a73908fa-cd43-4d4c-bcdb-726812116103 2018-12-03 16:23:05,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae74334b08bcf9947e835f3ca4bb95614fe51dc" 2018-12-03 16:23:05,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f9a73bf-101c-4227-978f-baa6dda0d6fb Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:05,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2f9a73bf-101c-4227-978f-baa6dda0d6fb 2018-12-03 16:23:05,790 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-0e0caf77-2638-4d3-user 2018-12-03 16:23:05,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/33c70c8c5ddc490484cdb7a9e3d223ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a02b05ff02e1f15dc18f9e459092abc3a7ba0" 2018-12-03 16:23:05,979 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a5b5415-ffb6-49d5-85ef-7eead83f5e58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:05,979 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/33c70c8c5ddc490484cdb7a9e3d223ab used request id req-5a5b5415-ffb6-49d5-85ef-7eead83f5e58 2018-12-03 16:23:05,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:06,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Icm7OYgqTbOnzjrcfhetwg"], "issued_at": "2018-12-03T16:23:06.000000Z"}} 2018-12-03 16:23:06,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6daf9755a45d66d1a189b89e22ca1f0a9621fcd2" 2018-12-03 16:23:06,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29b3fd5a-1fec-45cf-95f3-df4f9a0bb71a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:06,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-29b3fd5a-1fec-45cf-95f3-df4f9a0bb71a 2018-12-03 16:23:06,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:06,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:06,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["r-jo3BxAQ0KREa1cnixeRg"], "issued_at": "2018-12-03T16:23:06.000000Z"}} 2018-12-03 16:23:06,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" 2018-12-03 16:23:06,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3fad5ad-7ae1-45b6-8a07-835a4c997be4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:06,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c3fad5ad-7ae1-45b6-8a07-835a4c997be4 2018-12-03 16:23:06,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:06,951 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:06,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-0cffaa17-2006-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" 2018-12-03 16:23:07,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a29d2a16-96e4-4679-9161-9c8b14d3a6da Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-0cffaa17-2006-49f-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:23:07,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-0cffaa17-2006-49f-proj used request id req-a29d2a16-96e4-4679-9161-9c8b14d3a6da 2018-12-03 16:23:07,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" 2018-12-03 16:23:07,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783ebe44-f2d1-4788-99f3-990275138f84 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:07,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-783ebe44-f2d1-4788-99f3-990275138f84 2018-12-03 16:23:07,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-0cffaa17-2006-49f-proj"}}' 2018-12-03 16:23:07,274 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-397820bb-8fe1-4e25-ab72-349bd3716176 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9d0680a420624ed7bc564a3ffbf45884"}, "enabled": true, "id": "9d0680a420624ed7bc564a3ffbf45884", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-0cffaa17-2006-49f-proj"}} 2018-12-03 16:23:07,274 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-397820bb-8fe1-4e25-ab72-349bd3716176 2018-12-03 16:23:07,274 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-0cffaa17-2006-49f-proj 2018-12-03 16:23:07,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:07,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:07,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["RBxLA67ZTWCYKNSPLL6LiA"], "issued_at": "2018-12-03T16:23:07.000000Z"}} 2018-12-03 16:23:07,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50a4db8871584715b11b0fdcaeb0b66a386e509c" 2018-12-03 16:23:07,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ddd11e6-aa2a-46c8-9dd7-fe778e008963 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:07,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5ddd11e6-aa2a-46c8-9dd7-fe778e008963 2018-12-03 16:23:07,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:07,692 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:07,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50a4db8871584715b11b0fdcaeb0b66a386e509c" 2018-12-03 16:23:07,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc188ba3-14e3-4665-a675-b7fa76a58725 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:23:07,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-fc188ba3-14e3-4665-a675-b7fa76a58725 2018-12-03 16:23:07,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateMultiPartImageTests-0cffaa17-2006-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50a4db8871584715b11b0fdcaeb0b66a386e509c" 2018-12-03 16:23:07,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e055f786-d6d8-4d4f-9407-b62de48d32db Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateMultiPartImageTests-0cffaa17-2006-49f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9d0680a420624ed7bc564a3ffbf45884"}, "enabled": true, "id": "9d0680a420624ed7bc564a3ffbf45884", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-0cffaa17-2006-49f-proj"}]} 2018-12-03 16:23:07,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateMultiPartImageTests-0cffaa17-2006-49f-proj used request id req-e055f786-d6d8-4d4f-9407-b62de48d32db 2018-12-03 16:23:07,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50a4db8871584715b11b0fdcaeb0b66a386e509c" 2018-12-03 16:23:07,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2093a48-d716-4cd1-b480-4b2ba665bb02 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:07,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b2093a48-d716-4cd1-b480-4b2ba665bb02 2018-12-03 16:23:08,339 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-0cffaa17-2006-49f-user 2018-12-03 16:23:08,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:08,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" 2018-12-03 16:23:08,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-622c35df-877a-46db-b49a-74dead210634 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:08,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-622c35df-877a-46db-b49a-74dead210634 2018-12-03 16:23:08,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" -d '{"role": {"name": "CreateMultiPartImageTests-0cffaa17-2006-49f-proj-role"}}' 2018-12-03 16:23:08,537 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-616b0e86-5d95-4ef5-b06b-a3f9a5879870 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a9df9a034fe145e59b6dfb32e5aff974", "links": {"self": "http://172.30.9.30:5000/v3/roles/a9df9a034fe145e59b6dfb32e5aff974"}, "name": "CreateMultiPartImageTests-0cffaa17-2006-49f-proj-role"}} 2018-12-03 16:23:08,537 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-616b0e86-5d95-4ef5-b06b-a3f9a5879870 2018-12-03 16:23:08,537 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-0cffaa17-2006-49f-proj-role 2018-12-03 16:23:08,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/a9df9a034fe145e59b6dfb32e5aff974 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" 2018-12-03 16:23:08,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fe5eb50-7431-402a-af71-6d9fdfbebc66 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/a9df9a034fe145e59b6dfb32e5aff974"}, "domain_id": null, "name": "CreateMultiPartImageTests-0cffaa17-2006-49f-proj-role", "id": "a9df9a034fe145e59b6dfb32e5aff974"}} 2018-12-03 16:23:08,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/a9df9a034fe145e59b6dfb32e5aff974 used request id req-6fe5eb50-7431-402a-af71-6d9fdfbebc66 2018-12-03 16:23:08,634 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-0cffaa17-2006-49f-proj-role to project CreateMultiPartImageTests-0cffaa17-2006-49f-proj 2018-12-03 16:23:08,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/9d0680a420624ed7bc564a3ffbf45884/users/8453e9b9774b4ac1a42837c8280ccc68/roles/a9df9a034fe145e59b6dfb32e5aff974 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" 2018-12-03 16:23:08,762 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ffc4678-a15e-4f5d-a449-1a271588ab60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:08,763 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/9d0680a420624ed7bc564a3ffbf45884/users/8453e9b9774b4ac1a42837c8280ccc68/roles/a9df9a034fe145e59b6dfb32e5aff974 used request id req-1ffc4678-a15e-4f5d-a449-1a271588ab60 2018-12-03 16:23:08,768 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-12-03 16:23:08,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" 2018-12-03 16:23:08,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-785a456c-6945-46f0-9def-b5cd9b617d52 Date: Mon, 03 Dec 2018 16:23:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:23:08,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-785a456c-6945-46f0-9def-b5cd9b617d52 2018-12-03 16:23:08,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" 2018-12-03 16:23:09,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c90d965e-cb89-42d8-9a11-882b5893da74 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:23:09,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-c90d965e-cb89-42d8-9a11-882b5893da74 2018-12-03 16:23:09,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" 2018-12-03 16:23:09,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda2710a-7b3a-4cce-835a-003566655dda Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:23:09,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-eda2710a-7b3a-4cce-835a-003566655dda 2018-12-03 16:23:09,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" 2018-12-03 16:23:09,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29464cdd-038a-4b01-bdbb-4c478f928240 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:23:09,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-29464cdd-038a-4b01-bdbb-4c478f928240 2018-12-03 16:23:09,262 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-0cffaa17-2006-49f-proj 2018-12-03 16:23:09,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/9d0680a420624ed7bc564a3ffbf45884 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" 2018-12-03 16:23:09,450 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8aa6d904-b52c-48a1-b7e2-204659a9985b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:09,450 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/9d0680a420624ed7bc564a3ffbf45884 used request id req-8aa6d904-b52c-48a1-b7e2-204659a9985b 2018-12-03 16:23:09,450 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-0cffaa17-2006-49f-proj-role 2018-12-03 16:23:09,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/a9df9a034fe145e59b6dfb32e5aff974 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" 2018-12-03 16:23:09,650 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff3dbd18-55d7-467c-a64f-c77d8f4620eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:09,650 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/a9df9a034fe145e59b6dfb32e5aff974 used request id req-ff3dbd18-55d7-467c-a64f-c77d8f4620eb 2018-12-03 16:23:09,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e50f0e6bd92bc9d5b89c1430f0eb3f33d7c2fc" 2018-12-03 16:23:09,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6170b4e-8132-4ee8-997c-c93e2f379a2b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:09,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a6170b4e-8132-4ee8-997c-c93e2f379a2b 2018-12-03 16:23:09,745 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-0cffaa17-2006-49f-user 2018-12-03 16:23:09,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/8453e9b9774b4ac1a42837c8280ccc68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50a4db8871584715b11b0fdcaeb0b66a386e509c" 2018-12-03 16:23:09,930 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8e524cf-f81f-4e05-9f84-4c3e242c58a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:09,930 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/8453e9b9774b4ac1a42837c8280ccc68 used request id req-b8e524cf-f81f-4e05-9f84-4c3e242c58a7 2018-12-03 16:23:09,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:10,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["QcPmu0yIQSGf8k8Q7u6efg"], "issued_at": "2018-12-03T16:23:10.000000Z"}} 2018-12-03 16:23:10,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1dbf6522f32820f055d0565124b55ea88774a0" 2018-12-03 16:23:10,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d6c93d0-d4ff-4c16-9d93-bf7b206d3896 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:10,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2d6c93d0-d4ff-4c16-9d93-bf7b206d3896 2018-12-03 16:23:10,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:10,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:10,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["G5mqwkWLRoSF05WaYWAa1Q"], "issued_at": "2018-12-03T16:23:10.000000Z"}} 2018-12-03 16:23:10,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" 2018-12-03 16:23:10,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e85c3017-d19f-4dda-9666-1b69f35912d2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:10,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e85c3017-d19f-4dda-9666-1b69f35912d2 2018-12-03 16:23:10,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:10,881 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:10,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-b20fe35a-1e06-44d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" 2018-12-03 16:23:10,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01615543-5fde-4c46-b4ac-852ec4e39cde Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-b20fe35a-1e06-44d-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:23:10,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-b20fe35a-1e06-44d-proj used request id req-01615543-5fde-4c46-b4ac-852ec4e39cde 2018-12-03 16:23:10,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" 2018-12-03 16:23:11,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-163fa412-31b7-4307-bbba-341943e4876c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:11,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-163fa412-31b7-4307-bbba-341943e4876c 2018-12-03 16:23:11,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-b20fe35a-1e06-44d-proj"}}' 2018-12-03 16:23:11,178 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3effd31e-8fc5-4986-8a47-4ed20e8c20b2 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/dd104c832c9a4c258057eb70882c9fb2"}, "enabled": true, "id": "dd104c832c9a4c258057eb70882c9fb2", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-b20fe35a-1e06-44d-proj"}} 2018-12-03 16:23:11,179 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-3effd31e-8fc5-4986-8a47-4ed20e8c20b2 2018-12-03 16:23:11,179 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-b20fe35a-1e06-44d-proj 2018-12-03 16:23:11,179 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:11,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:11,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["uYJkubPCQau-VWgLVnCpqA"], "issued_at": "2018-12-03T16:23:11.000000Z"}} 2018-12-03 16:23:11,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69751c67a8bf9051aa67cb71d5f0bbce8abecb39" 2018-12-03 16:23:11,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eab9e00-87b7-453e-8543-a48cafde540c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:11,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9eab9e00-87b7-453e-8543-a48cafde540c 2018-12-03 16:23:11,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:11,718 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:11,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69751c67a8bf9051aa67cb71d5f0bbce8abecb39" 2018-12-03 16:23:11,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8d2f006-610a-4bd4-8d3a-84b2eecdc529 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:23:11,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b8d2f006-610a-4bd4-8d3a-84b2eecdc529 2018-12-03 16:23:11,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateMultiPartImageTests-b20fe35a-1e06-44d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69751c67a8bf9051aa67cb71d5f0bbce8abecb39" 2018-12-03 16:23:11,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9130f16-a36c-4c7d-907a-979f2c5c0568 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateMultiPartImageTests-b20fe35a-1e06-44d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/dd104c832c9a4c258057eb70882c9fb2"}, "enabled": true, "id": "dd104c832c9a4c258057eb70882c9fb2", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-b20fe35a-1e06-44d-proj"}]} 2018-12-03 16:23:11,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateMultiPartImageTests-b20fe35a-1e06-44d-proj used request id req-a9130f16-a36c-4c7d-907a-979f2c5c0568 2018-12-03 16:23:11,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69751c67a8bf9051aa67cb71d5f0bbce8abecb39" 2018-12-03 16:23:11,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41e459ce-c721-4663-8a67-fc39c6ac2aea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:11,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-41e459ce-c721-4663-8a67-fc39c6ac2aea 2018-12-03 16:23:12,318 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-b20fe35a-1e06-44d-user 2018-12-03 16:23:12,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:12,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" 2018-12-03 16:23:12,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed3751ee-11ee-4dd0-b728-4b12773bc435 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:12,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ed3751ee-11ee-4dd0-b728-4b12773bc435 2018-12-03 16:23:12,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" -d '{"role": {"name": "CreateMultiPartImageTests-b20fe35a-1e06-44d-proj-role"}}' 2018-12-03 16:23:12,543 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd12dd9c-e527-4b7d-9dac-4a4e96e70114 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5fc06247019f4c409f72c6761591b7c7", "links": {"self": "http://172.30.9.30:5000/v3/roles/5fc06247019f4c409f72c6761591b7c7"}, "name": "CreateMultiPartImageTests-b20fe35a-1e06-44d-proj-role"}} 2018-12-03 16:23:12,543 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-cd12dd9c-e527-4b7d-9dac-4a4e96e70114 2018-12-03 16:23:12,543 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-b20fe35a-1e06-44d-proj-role 2018-12-03 16:23:12,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/5fc06247019f4c409f72c6761591b7c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" 2018-12-03 16:23:12,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbb95b6a-3b00-4b37-a05e-0495129838b2 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/5fc06247019f4c409f72c6761591b7c7"}, "domain_id": null, "name": "CreateMultiPartImageTests-b20fe35a-1e06-44d-proj-role", "id": "5fc06247019f4c409f72c6761591b7c7"}} 2018-12-03 16:23:12,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/5fc06247019f4c409f72c6761591b7c7 used request id req-dbb95b6a-3b00-4b37-a05e-0495129838b2 2018-12-03 16:23:12,629 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-b20fe35a-1e06-44d-proj-role to project CreateMultiPartImageTests-b20fe35a-1e06-44d-proj 2018-12-03 16:23:12,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/dd104c832c9a4c258057eb70882c9fb2/users/7af973f2831b44ddba7c90a760856a97/roles/5fc06247019f4c409f72c6761591b7c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" 2018-12-03 16:23:12,695 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da287642-8464-4474-ab7b-63174fde9643 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:12,696 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/dd104c832c9a4c258057eb70882c9fb2/users/7af973f2831b44ddba7c90a760856a97/roles/5fc06247019f4c409f72c6761591b7c7 used request id req-da287642-8464-4474-ab7b-63174fde9643 2018-12-03 16:23:12,703 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-12-03 16:23:12,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" 2018-12-03 16:23:12,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-31ffaa43-ee4e-43b7-a444-2a71989c6939 Date: Mon, 03 Dec 2018 16:23:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:23:12,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-31ffaa43-ee4e-43b7-a444-2a71989c6939 2018-12-03 16:23:12,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" 2018-12-03 16:23:13,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2bbe3a6-56ef-43b1-841d-6320fb31022a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:23:13,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-b2bbe3a6-56ef-43b1-841d-6320fb31022a 2018-12-03 16:23:13,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" 2018-12-03 16:23:13,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc9c9db4-4b0b-4ea2-a904-fe80749a7928 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:23:13,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-bc9c9db4-4b0b-4ea2-a904-fe80749a7928 2018-12-03 16:23:13,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" 2018-12-03 16:23:13,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f5f1723-c341-48bd-9b72-0afa68ebb3bc Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:23:13,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-5f5f1723-c341-48bd-9b72-0afa68ebb3bc 2018-12-03 16:23:13,142 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-b20fe35a-1e06-44d-proj 2018-12-03 16:23:13,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/dd104c832c9a4c258057eb70882c9fb2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" 2018-12-03 16:23:13,397 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b38c2c6d-fc48-41b7-bde0-67bfee6fd746 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:13,397 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/dd104c832c9a4c258057eb70882c9fb2 used request id req-b38c2c6d-fc48-41b7-bde0-67bfee6fd746 2018-12-03 16:23:13,397 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-b20fe35a-1e06-44d-proj-role 2018-12-03 16:23:13,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/5fc06247019f4c409f72c6761591b7c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" 2018-12-03 16:23:13,500 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-864bc721-8499-4643-baae-d6b0254e6ce9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:13,500 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/5fc06247019f4c409f72c6761591b7c7 used request id req-864bc721-8499-4643-baae-d6b0254e6ce9 2018-12-03 16:23:13,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4fee36b19c3147e2a63c9a45597e5ca9ad0b636" 2018-12-03 16:23:13,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-273f4d42-f9e5-4c07-8e23-14a3a62e8afd Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:13,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-273f4d42-f9e5-4c07-8e23-14a3a62e8afd 2018-12-03 16:23:13,593 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-b20fe35a-1e06-44d-user 2018-12-03 16:23:13,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/7af973f2831b44ddba7c90a760856a97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69751c67a8bf9051aa67cb71d5f0bbce8abecb39" 2018-12-03 16:23:13,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-461c6552-1b3e-46e1-a332-17ff8b8ee6f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:13,793 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/7af973f2831b44ddba7c90a760856a97 used request id req-461c6552-1b3e-46e1-a332-17ff8b8ee6f0 2018-12-03 16:23:13,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:14,170 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["wA4qPPaJRXSJtZZ9ImRNTQ"], "issued_at": "2018-12-03T16:23:14.000000Z"}} 2018-12-03 16:23:14,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f248df583b7ae5850d38666d0e47b88623fae27" 2018-12-03 16:23:14,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2d57d0a-db11-4307-bb47-6a6a57532066 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:14,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b2d57d0a-db11-4307-bb47-6a6a57532066 2018-12-03 16:23:14,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:14,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:14,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["HulRxlLHT9G7zazBKbk50Q"], "issued_at": "2018-12-03T16:23:14.000000Z"}} 2018-12-03 16:23:14,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" 2018-12-03 16:23:14,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-674b662d-f5b3-4996-b43d-bbabee945e3d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:14,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-674b662d-f5b3-4996-b43d-bbabee945e3d 2018-12-03 16:23:14,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:14,728 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:14,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-ff897006-14ff-48f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" 2018-12-03 16:23:14,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb99addb-e436-4e4c-85e2-ebf38dd0fb02 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-ff897006-14ff-48f-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:23:14,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-ff897006-14ff-48f-proj used request id req-fb99addb-e436-4e4c-85e2-ebf38dd0fb02 2018-12-03 16:23:14,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" 2018-12-03 16:23:14,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b9a4ed2-b36d-4792-9d14-81f9fca74e26 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:14,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-8b9a4ed2-b36d-4792-9d14-81f9fca74e26 2018-12-03 16:23:14,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-ff897006-14ff-48f-proj"}}' 2018-12-03 16:23:15,021 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32fc5d99-2b3a-486c-8337-d4501c4fc9c4 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae43dc9ba3a44010ba69c3c19895bc6f"}, "enabled": true, "id": "ae43dc9ba3a44010ba69c3c19895bc6f", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-ff897006-14ff-48f-proj"}} 2018-12-03 16:23:15,022 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-32fc5d99-2b3a-486c-8337-d4501c4fc9c4 2018-12-03 16:23:15,022 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-ff897006-14ff-48f-proj 2018-12-03 16:23:15,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:15,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:15,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["CHWOih5LToCjh6z_0S2p3w"], "issued_at": "2018-12-03T16:23:15.000000Z"}} 2018-12-03 16:23:15,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff0a57bd593b03c8baac9d7c4eee28a70532b63" 2018-12-03 16:23:15,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2e25511-8a71-4e19-ae93-0e526d635789 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:15,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f2e25511-8a71-4e19-ae93-0e526d635789 2018-12-03 16:23:15,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:15,541 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:15,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff0a57bd593b03c8baac9d7c4eee28a70532b63" 2018-12-03 16:23:15,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9fb2975-bb47-4f96-a20c-d2d94cbf97f1 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:23:15,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a9fb2975-bb47-4f96-a20c-d2d94cbf97f1 2018-12-03 16:23:15,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-ff897006-14ff-48f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff0a57bd593b03c8baac9d7c4eee28a70532b63" 2018-12-03 16:23:15,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fc67d62-5c95-4baa-8868-ba8c102ffdb6 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-ff897006-14ff-48f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae43dc9ba3a44010ba69c3c19895bc6f"}, "enabled": true, "id": "ae43dc9ba3a44010ba69c3c19895bc6f", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-ff897006-14ff-48f-proj"}]} 2018-12-03 16:23:15,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-ff897006-14ff-48f-proj used request id req-3fc67d62-5c95-4baa-8868-ba8c102ffdb6 2018-12-03 16:23:15,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff0a57bd593b03c8baac9d7c4eee28a70532b63" 2018-12-03 16:23:15,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f050ce60-e748-43a4-ba65-3f5e6f401ea3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:15,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f050ce60-e748-43a4-ba65-3f5e6f401ea3 2018-12-03 16:23:16,058 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-ff897006-14ff-48f-user 2018-12-03 16:23:16,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:16,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" 2018-12-03 16:23:16,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c08a4b0c-031c-4c02-9560-39030a038ee2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:16,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c08a4b0c-031c-4c02-9560-39030a038ee2 2018-12-03 16:23:16,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" -d '{"role": {"name": "CreateKeypairsTests-ff897006-14ff-48f-proj-role"}}' 2018-12-03 16:23:16,369 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf988e3e-e893-4893-91b2-ead1ebfd0d6f Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7a26e8e86976454aa8a0b5c0e7efd87b", "links": {"self": "http://172.30.9.30:5000/v3/roles/7a26e8e86976454aa8a0b5c0e7efd87b"}, "name": "CreateKeypairsTests-ff897006-14ff-48f-proj-role"}} 2018-12-03 16:23:16,369 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-cf988e3e-e893-4893-91b2-ead1ebfd0d6f 2018-12-03 16:23:16,370 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-ff897006-14ff-48f-proj-role 2018-12-03 16:23:16,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/7a26e8e86976454aa8a0b5c0e7efd87b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" 2018-12-03 16:23:16,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c5a24b4-844f-483c-90d4-e4eb5dbc5871 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/7a26e8e86976454aa8a0b5c0e7efd87b"}, "domain_id": null, "name": "CreateKeypairsTests-ff897006-14ff-48f-proj-role", "id": "7a26e8e86976454aa8a0b5c0e7efd87b"}} 2018-12-03 16:23:16,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/7a26e8e86976454aa8a0b5c0e7efd87b used request id req-0c5a24b4-844f-483c-90d4-e4eb5dbc5871 2018-12-03 16:23:16,466 - keystone_utils - INFO - Granting role CreateKeypairsTests-ff897006-14ff-48f-proj-role to project CreateKeypairsTests-ff897006-14ff-48f-proj 2018-12-03 16:23:16,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/ae43dc9ba3a44010ba69c3c19895bc6f/users/03ab37d5ce7a430da405b957ac8f2e1a/roles/7a26e8e86976454aa8a0b5c0e7efd87b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" 2018-12-03 16:23:16,599 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5b58659-77a2-4377-b157-3c0069898814 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:16,599 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ae43dc9ba3a44010ba69c3c19895bc6f/users/03ab37d5ce7a430da405b957ac8f2e1a/roles/7a26e8e86976454aa8a0b5c0e7efd87b used request id req-d5b58659-77a2-4377-b157-3c0069898814 2018-12-03 16:23:16,600 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:23:16,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:16,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:17,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7a26e8e86976454aa8a0b5c0e7efd87b", "name": "CreateKeypairsTests-ff897006-14ff-48f-proj-role"}], "expires_at": "2018-12-03T17:23:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae43dc9ba3a44010ba69c3c19895bc6f", "name": "CreateKeypairsTests-ff897006-14ff-48f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-ff897006-14ff-48f-user", "id": "03ab37d5ce7a430da405b957ac8f2e1a"}, "audit_ids": ["LPdraYmdSDG9UFpgyptSKQ"], "issued_at": "2018-12-03T16:23:17.000000Z"}} 2018-12-03 16:23:17,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbf44face32c78cbbe87b2ae6134bb8d43aed2db" 2018-12-03 16:23:17,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9af288f-4809-4288-b323-55f6aa7efaa0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:17,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d9af288f-4809-4288-b323-55f6aa7efaa0 2018-12-03 16:23:17,130 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:23:17,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbf44face32c78cbbe87b2ae6134bb8d43aed2db" 2018-12-03 16:23:17,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23: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-50428d11-d188-4515-b68a-2cbc8267d812 x-compute-request-id: req-50428d11-d188-4515-b68a-2cbc8267d812 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 16:23:17,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-50428d11-d188-4515-b68a-2cbc8267d812 2018-12-03 16:23:17,685 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-a7f704f3-1345-4cd9-9427-c3723f6b8537... 2018-12-03 16:23:17,685 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 16:23:17,721 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-a7f704f3-1345-4cd9-9427-c3723f6b8537 2018-12-03 16:23:17,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbf44face32c78cbbe87b2ae6134bb8d43aed2db" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDX7/pVMyiROZfRJJ4pFizvGBm220C+Xd7MOW0wyC4+CYng8qS+A198t0k2KIfnLnocjvpHq8Phrdy9wj9oA/U/pqQB9mGzXbKoMv8LKVKrDsvkYtbW2uw3TOtdqvgCUBk78LDu8yl83X0xquPR58PtWXgUgHi4xo17FJTJy6iO5w==", "name": "CreateKeypairsTests-a7f704f3-1345-4cd9-9427-c3723f6b8537"}}' 2018-12-03 16:23:17,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23: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-af486659-84e2-451b-ab90-25d7fe9310cd x-compute-request-id: req-af486659-84e2-451b-ab90-25d7fe9310cd Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDX7/pVMyiROZfRJJ4pFizvGBm220C+Xd7MOW0wyC4+CYng8qS+A198t0k2KIfnLnocjvpHq8Phrdy9wj9oA/U/pqQB9mGzXbKoMv8LKVKrDsvkYtbW2uw3TOtdqvgCUBk78LDu8yl83X0xquPR58PtWXgUgHi4xo17FJTJy6iO5w==", "user_id": "03ab37d5ce7a430da405b957ac8f2e1a", "name": "CreateKeypairsTests-a7f704f3-1345-4cd9-9427-c3723f6b8537", "fingerprint": "f1:9f:95:b4:0d:3e:71:21:e0:42:cb:72:81:62:d0:cc"}} 2018-12-03 16:23:17,795 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-af486659-84e2-451b-ab90-25d7fe9310cd 2018-12-03 16:23:17,795 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-a7f704f3-1345-4cd9-9427-c3723f6b8537 2018-12-03 16:23:17,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:18,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7a26e8e86976454aa8a0b5c0e7efd87b", "name": "CreateKeypairsTests-ff897006-14ff-48f-proj-role"}], "expires_at": "2018-12-03T17:23:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae43dc9ba3a44010ba69c3c19895bc6f", "name": "CreateKeypairsTests-ff897006-14ff-48f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ae43dc9ba3a44010ba69c3c19895bc6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-ff897006-14ff-48f-user", "id": "03ab37d5ce7a430da405b957ac8f2e1a"}, "audit_ids": ["piIWGCkTRLi7y8Fr9qu_JQ"], "issued_at": "2018-12-03T16:23:18.000000Z"}} 2018-12-03 16:23:18,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-a7f704f3-1345-4cd9-9427-c3723f6b8537 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97a3a9c0e05c5ff8a6330bf788da1e102144334" 2018-12-03 16:23:18,357 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:23: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-a2e9ff16-e8e6-48ab-8fa3-6264a3f47561 x-compute-request-id: req-a2e9ff16-e8e6-48ab-8fa3-6264a3f47561 Content-Length: 0 Content-Type: application/json 2018-12-03 16:23:18,358 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-a7f704f3-1345-4cd9-9427-c3723f6b8537 used request id req-a2e9ff16-e8e6-48ab-8fa3-6264a3f47561 2018-12-03 16:23:18,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97a3a9c0e05c5ff8a6330bf788da1e102144334" 2018-12-03 16:23:18,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23: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-c11f25bb-1d7a-46cc-b058-5434d059e7be x-compute-request-id: req-c11f25bb-1d7a-46cc-b058-5434d059e7be Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 16:23:18,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-c11f25bb-1d7a-46cc-b058-5434d059e7be 2018-12-03 16:23:18,385 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-a7f704f3-1345-4cd9-9427-c3723f6b8537 2018-12-03 16:23:18,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-a7f704f3-1345-4cd9-9427-c3723f6b8537 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbf44face32c78cbbe87b2ae6134bb8d43aed2db" 2018-12-03 16:23:18,436 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:23: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-20132379-5aae-4867-abcd-b2f76706f8b7 x-compute-request-id: req-20132379-5aae-4867-abcd-b2f76706f8b7 Content-Length: 162 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair CreateKeypairsTests-a7f704f3-1345-4cd9-9427-c3723f6b8537 not found for user 03ab37d5ce7a430da405b957ac8f2e1a", "code": 404}} 2018-12-03 16:23:18,436 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-a7f704f3-1345-4cd9-9427-c3723f6b8537 used request id req-20132379-5aae-4867-abcd-b2f76706f8b7 2018-12-03 16:23:18,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" 2018-12-03 16:23:18,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f269505e-d75e-47aa-a79f-fc880ca32c8e Date: Mon, 03 Dec 2018 16:23:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:23:18,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-f269505e-d75e-47aa-a79f-fc880ca32c8e 2018-12-03 16:23:18,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" 2018-12-03 16:23:18,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f9d7df3-6bb9-4e2e-b530-1c834a6ac02d Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:23:18,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-8f9d7df3-6bb9-4e2e-b530-1c834a6ac02d 2018-12-03 16:23:18,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" 2018-12-03 16:23:18,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fba18eb-21a5-44de-8ba6-2bf55dd742d4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:23:18,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-4fba18eb-21a5-44de-8ba6-2bf55dd742d4 2018-12-03 16:23:18,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" 2018-12-03 16:23:18,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aa0e3be-81e5-4498-8453-a19b020bee59 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:23:18,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-4aa0e3be-81e5-4498-8453-a19b020bee59 2018-12-03 16:23:18,953 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-ff897006-14ff-48f-proj 2018-12-03 16:23:18,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/ae43dc9ba3a44010ba69c3c19895bc6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" 2018-12-03 16:23:19,181 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f562b6b0-52c6-480f-b1b3-8960629447fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:19,181 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ae43dc9ba3a44010ba69c3c19895bc6f used request id req-f562b6b0-52c6-480f-b1b3-8960629447fa 2018-12-03 16:23:19,181 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-ff897006-14ff-48f-proj-role 2018-12-03 16:23:19,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/7a26e8e86976454aa8a0b5c0e7efd87b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" 2018-12-03 16:23:19,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0e6e92e-d5c2-4945-ae98-113291fd6925 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:19,309 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/7a26e8e86976454aa8a0b5c0e7efd87b used request id req-b0e6e92e-d5c2-4945-ae98-113291fd6925 2018-12-03 16:23:19,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13581b990df218407a8a786d426e7f5bae5322e6" 2018-12-03 16:23:19,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f612f866-dff4-4eae-a5f1-3db4120573dc Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:19,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f612f866-dff4-4eae-a5f1-3db4120573dc 2018-12-03 16:23:19,392 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-ff897006-14ff-48f-user 2018-12-03 16:23:19,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/03ab37d5ce7a430da405b957ac8f2e1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff0a57bd593b03c8baac9d7c4eee28a70532b63" 2018-12-03 16:23:19,649 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36ae487b-517d-45a6-8dbf-1c7bb1fc2c28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:19,649 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/03ab37d5ce7a430da405b957ac8f2e1a used request id req-36ae487b-517d-45a6-8dbf-1c7bb1fc2c28 2018-12-03 16:23:19,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:20,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["lvm09JysT3uxk1a07rerug"], "issued_at": "2018-12-03T16:23:20.000000Z"}} 2018-12-03 16:23:20,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55cf62488dd5559d8be436b5e8e89961a726c9ce" 2018-12-03 16:23:20,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ce27240-5c6a-4215-ab50-b1062eca9835 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:20,121 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9ce27240-5c6a-4215-ab50-b1062eca9835 2018-12-03 16:23:20,123 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:20,124 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:20,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["nM8FR36MTheqTftUk6-00A"], "issued_at": "2018-12-03T16:23:20.000000Z"}} 2018-12-03 16:23:20,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" 2018-12-03 16:23:20,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46b83bf1-c80a-4dfa-82e2-f7d4e689ade6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:20,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-46b83bf1-c80a-4dfa-82e2-f7d4e689ade6 2018-12-03 16:23:20,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:20,601 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:20,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-fda40f2e-cb42-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" 2018-12-03 16:23:20,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3e99c6b-ff22-41fc-a695-761a37687762 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-fda40f2e-cb42-415-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:23:20,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-fda40f2e-cb42-415-proj used request id req-d3e99c6b-ff22-41fc-a695-761a37687762 2018-12-03 16:23:20,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" 2018-12-03 16:23:20,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fffcd6df-bbf4-4a30-bb49-f108d8a7f55e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:20,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-fffcd6df-bbf4-4a30-bb49-f108d8a7f55e 2018-12-03 16:23:20,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-fda40f2e-cb42-415-proj"}}' 2018-12-03 16:23:20,896 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb4b5ac1-21e6-4c26-af7a-46a5b7146491 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/74199f7564154d5cbe78b719a645d728"}, "enabled": true, "id": "74199f7564154d5cbe78b719a645d728", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-fda40f2e-cb42-415-proj"}} 2018-12-03 16:23:20,896 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-bb4b5ac1-21e6-4c26-af7a-46a5b7146491 2018-12-03 16:23:20,896 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-fda40f2e-cb42-415-proj 2018-12-03 16:23:20,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:20,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:21,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["nG2i2gECTqKmoJ3wGYKOOQ"], "issued_at": "2018-12-03T16:23:21.000000Z"}} 2018-12-03 16:23:21,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c27b3f1d80a9377c046d73a35f84153743797961" 2018-12-03 16:23:21,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b884faaa-c991-4c94-9dfe-7e6ad97fd47f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:21,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b884faaa-c991-4c94-9dfe-7e6ad97fd47f 2018-12-03 16:23:21,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:21,382 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:21,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c27b3f1d80a9377c046d73a35f84153743797961" 2018-12-03 16:23:21,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb375229-811e-4268-aa2e-75b4bf0e6a97 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:23:21,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-bb375229-811e-4268-aa2e-75b4bf0e6a97 2018-12-03 16:23:21,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-fda40f2e-cb42-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c27b3f1d80a9377c046d73a35f84153743797961" 2018-12-03 16:23:21,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c93eba5-708b-4694-bd58-3f8dec3e7fb4 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-fda40f2e-cb42-415-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/74199f7564154d5cbe78b719a645d728"}, "enabled": true, "id": "74199f7564154d5cbe78b719a645d728", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-fda40f2e-cb42-415-proj"}]} 2018-12-03 16:23:21,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-fda40f2e-cb42-415-proj used request id req-7c93eba5-708b-4694-bd58-3f8dec3e7fb4 2018-12-03 16:23:21,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c27b3f1d80a9377c046d73a35f84153743797961" 2018-12-03 16:23:21,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b583f0cb-7d3e-460f-b7e4-12fe29df77c9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:21,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b583f0cb-7d3e-460f-b7e4-12fe29df77c9 2018-12-03 16:23:22,034 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-fda40f2e-cb42-415-user 2018-12-03 16:23:22,034 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:22,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" 2018-12-03 16:23:22,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4602e9c5-067e-4fcb-95f8-ff6bf798da66 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:22,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4602e9c5-067e-4fcb-95f8-ff6bf798da66 2018-12-03 16:23:22,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" -d '{"role": {"name": "CreateKeypairsTests-fda40f2e-cb42-415-proj-role"}}' 2018-12-03 16:23:22,255 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fa5a715-5c2f-4a7a-aedf-ea4d8a1fff63 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "85ba1d73a32848f894bc7d5fb66bb902", "links": {"self": "http://172.30.9.30:5000/v3/roles/85ba1d73a32848f894bc7d5fb66bb902"}, "name": "CreateKeypairsTests-fda40f2e-cb42-415-proj-role"}} 2018-12-03 16:23:22,255 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-2fa5a715-5c2f-4a7a-aedf-ea4d8a1fff63 2018-12-03 16:23:22,255 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-fda40f2e-cb42-415-proj-role 2018-12-03 16:23:22,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/85ba1d73a32848f894bc7d5fb66bb902 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" 2018-12-03 16:23:22,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b15d44b-b880-49af-a842-afaab9c177c8 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/85ba1d73a32848f894bc7d5fb66bb902"}, "domain_id": null, "name": "CreateKeypairsTests-fda40f2e-cb42-415-proj-role", "id": "85ba1d73a32848f894bc7d5fb66bb902"}} 2018-12-03 16:23:22,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/85ba1d73a32848f894bc7d5fb66bb902 used request id req-8b15d44b-b880-49af-a842-afaab9c177c8 2018-12-03 16:23:22,362 - keystone_utils - INFO - Granting role CreateKeypairsTests-fda40f2e-cb42-415-proj-role to project CreateKeypairsTests-fda40f2e-cb42-415-proj 2018-12-03 16:23:22,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/74199f7564154d5cbe78b719a645d728/users/8c09b116b4eb447990e849fa9e2c3d4a/roles/85ba1d73a32848f894bc7d5fb66bb902 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" 2018-12-03 16:23:22,498 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38cde195-ae93-4971-b4ac-75dacf1e1d8a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:22,498 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/74199f7564154d5cbe78b719a645d728/users/8c09b116b4eb447990e849fa9e2c3d4a/roles/85ba1d73a32848f894bc7d5fb66bb902 used request id req-38cde195-ae93-4971-b4ac-75dacf1e1d8a 2018-12-03 16:23:22,498 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:23:22,710 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-02ba4990-1a35-48c2-b447-785426f54903.pub 2018-12-03 16:23:22,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:22,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:23,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "85ba1d73a32848f894bc7d5fb66bb902", "name": "CreateKeypairsTests-fda40f2e-cb42-415-proj-role"}], "expires_at": "2018-12-03T17:23:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74199f7564154d5cbe78b719a645d728", "name": "CreateKeypairsTests-fda40f2e-cb42-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/74199f7564154d5cbe78b719a645d728", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/74199f7564154d5cbe78b719a645d728", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/74199f7564154d5cbe78b719a645d728", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/74199f7564154d5cbe78b719a645d728", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/74199f7564154d5cbe78b719a645d728", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/74199f7564154d5cbe78b719a645d728", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/74199f7564154d5cbe78b719a645d728", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/74199f7564154d5cbe78b719a645d728", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/74199f7564154d5cbe78b719a645d728", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74199f7564154d5cbe78b719a645d728", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/74199f7564154d5cbe78b719a645d728", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/74199f7564154d5cbe78b719a645d728", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-fda40f2e-cb42-415-user", "id": "8c09b116b4eb447990e849fa9e2c3d4a"}, "audit_ids": ["eaeO3JEXTrqfeuXCU2a8fQ"], "issued_at": "2018-12-03T16:23:23.000000Z"}} 2018-12-03 16:23:23,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46672ac7b478c0cfb5996cd580b59ce2d1af10d6" 2018-12-03 16:23:23,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-874bf80b-dcd4-40ce-9f1e-c79a8cc15572 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:23,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-874bf80b-dcd4-40ce-9f1e-c79a8cc15572 2018-12-03 16:23:23,158 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:23:23,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46672ac7b478c0cfb5996cd580b59ce2d1af10d6" 2018-12-03 16:23:23,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23: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-553d7ae8-ace5-4b1e-9d1e-754671eacaca x-compute-request-id: req-553d7ae8-ace5-4b1e-9d1e-754671eacaca Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 16:23:23,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-553d7ae8-ace5-4b1e-9d1e-754671eacaca 2018-12-03 16:23:23,704 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-02ba4990-1a35-48c2-b447-785426f54903... 2018-12-03 16:23:23,704 - OpenStackKeypair - INFO - Uploading existing keypair 2018-12-03 16:23:23,704 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-02ba4990-1a35-48c2-b447-785426f54903.pub 2018-12-03 16:23:23,704 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-02ba4990-1a35-48c2-b447-785426f54903 2018-12-03 16:23:23,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46672ac7b478c0cfb5996cd580b59ce2d1af10d6" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf82Yh8ep+DhqOXb1phZOpNydvJBuxzMKS+bKY0gWhO8QDTM5BrTEm+5feMBRuGwluiZfaYWp8w3tE0b6A5g8U3kpdiDQw2k9A2JaH3js8pQZotE5sdMXZ6b4lpXBea4P5CdW++Kj2YorYSlZU4MIEf/0ym+S3UAVkwcCO7SLjsg4g6uaTalzrbXoqm39g06MpZS6C+gHPUEFCZiCR0nv5IZ0TJNxQ3uiECKds1nWyE0aUCgvkqAJ/L22HGSW0VWxpUu0c9pmKKcJg/UIZWrpXa/Kh0GDuYn6xMbHRE1BJVWnFpKrVOLCkrLgZ1U0PNkBxnLA6V24Xge4gJr4lx5M3", "name": "CreateKeypairsTests-02ba4990-1a35-48c2-b447-785426f54903"}}' 2018-12-03 16:23:23,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23: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-eb9faccc-92a2-4cba-b021-fde0eead8f01 x-compute-request-id: req-eb9faccc-92a2-4cba-b021-fde0eead8f01 Content-Encoding: gzip Content-Length: 494 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf82Yh8ep+DhqOXb1phZOpNydvJBuxzMKS+bKY0gWhO8QDTM5BrTEm+5feMBRuGwluiZfaYWp8w3tE0b6A5g8U3kpdiDQw2k9A2JaH3js8pQZotE5sdMXZ6b4lpXBea4P5CdW++Kj2YorYSlZU4MIEf/0ym+S3UAVkwcCO7SLjsg4g6uaTalzrbXoqm39g06MpZS6C+gHPUEFCZiCR0nv5IZ0TJNxQ3uiECKds1nWyE0aUCgvkqAJ/L22HGSW0VWxpUu0c9pmKKcJg/UIZWrpXa/Kh0GDuYn6xMbHRE1BJVWnFpKrVOLCkrLgZ1U0PNkBxnLA6V24Xge4gJr4lx5M3", "user_id": "8c09b116b4eb447990e849fa9e2c3d4a", "name": "CreateKeypairsTests-02ba4990-1a35-48c2-b447-785426f54903", "fingerprint": "68:d5:38:9d:9c:49:cb:11:4c:90:d7:37:a8:a8:4e:3a"}} 2018-12-03 16:23:23,777 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-eb9faccc-92a2-4cba-b021-fde0eead8f01 2018-12-03 16:23:23,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:24,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "85ba1d73a32848f894bc7d5fb66bb902", "name": "CreateKeypairsTests-fda40f2e-cb42-415-proj-role"}], "expires_at": "2018-12-03T17:23:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74199f7564154d5cbe78b719a645d728", "name": "CreateKeypairsTests-fda40f2e-cb42-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/74199f7564154d5cbe78b719a645d728", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/74199f7564154d5cbe78b719a645d728", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/74199f7564154d5cbe78b719a645d728", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/74199f7564154d5cbe78b719a645d728", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/74199f7564154d5cbe78b719a645d728", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/74199f7564154d5cbe78b719a645d728", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/74199f7564154d5cbe78b719a645d728", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/74199f7564154d5cbe78b719a645d728", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/74199f7564154d5cbe78b719a645d728", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74199f7564154d5cbe78b719a645d728", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/74199f7564154d5cbe78b719a645d728", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/74199f7564154d5cbe78b719a645d728", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-fda40f2e-cb42-415-user", "id": "8c09b116b4eb447990e849fa9e2c3d4a"}, "audit_ids": ["4O-hhq2zTsS6CCghpPdjEQ"], "issued_at": "2018-12-03T16:23:24.000000Z"}} 2018-12-03 16:23:24,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-02ba4990-1a35-48c2-b447-785426f54903 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}483bd92fdd1a5687e5cc9f439ee4318ba77ff1fa" 2018-12-03 16:23:24,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23: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-2852e16b-bd45-4754-9b36-5cd275ceb770 x-compute-request-id: req-2852e16b-bd45-4754-9b36-5cd275ceb770 Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf82Yh8ep+DhqOXb1phZOpNydvJBuxzMKS+bKY0gWhO8QDTM5BrTEm+5feMBRuGwluiZfaYWp8w3tE0b6A5g8U3kpdiDQw2k9A2JaH3js8pQZotE5sdMXZ6b4lpXBea4P5CdW++Kj2YorYSlZU4MIEf/0ym+S3UAVkwcCO7SLjsg4g6uaTalzrbXoqm39g06MpZS6C+gHPUEFCZiCR0nv5IZ0TJNxQ3uiECKds1nWyE0aUCgvkqAJ/L22HGSW0VWxpUu0c9pmKKcJg/UIZWrpXa/Kh0GDuYn6xMbHRE1BJVWnFpKrVOLCkrLgZ1U0PNkBxnLA6V24Xge4gJr4lx5M3", "user_id": "8c09b116b4eb447990e849fa9e2c3d4a", "name": "CreateKeypairsTests-02ba4990-1a35-48c2-b447-785426f54903", "deleted": false, "created_at": "2018-12-03T16:23:23.000000", "updated_at": null, "fingerprint": "68:d5:38:9d:9c:49:cb:11:4c:90:d7:37:a8:a8:4e:3a", "deleted_at": null, "id": 66}} 2018-12-03 16:23:24,336 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-02ba4990-1a35-48c2-b447-785426f54903 used request id req-2852e16b-bd45-4754-9b36-5cd275ceb770 2018-12-03 16:23:24,337 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-02ba4990-1a35-48c2-b447-785426f54903 2018-12-03 16:23:24,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-02ba4990-1a35-48c2-b447-785426f54903 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46672ac7b478c0cfb5996cd580b59ce2d1af10d6" 2018-12-03 16:23:24,375 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:23: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-fd5f2d2f-798b-4a32-a675-aba63db14744 x-compute-request-id: req-fd5f2d2f-798b-4a32-a675-aba63db14744 Content-Length: 0 Content-Type: application/json 2018-12-03 16:23:24,375 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-02ba4990-1a35-48c2-b447-785426f54903 used request id req-fd5f2d2f-798b-4a32-a675-aba63db14744 2018-12-03 16:23:24,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" 2018-12-03 16:23:24,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bb6f77ae-5e1e-426a-b86a-0c4e9eac75a5 Date: Mon, 03 Dec 2018 16:23:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:23:24,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-bb6f77ae-5e1e-426a-b86a-0c4e9eac75a5 2018-12-03 16:23:24,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" 2018-12-03 16:23:24,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dc70778-2733-4462-a99f-c6347464aeca Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:23:24,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-0dc70778-2733-4462-a99f-c6347464aeca 2018-12-03 16:23:24,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" 2018-12-03 16:23:24,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-901cf6c2-c886-4f02-a702-f815902cc1b3 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:23:24,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-901cf6c2-c886-4f02-a702-f815902cc1b3 2018-12-03 16:23:24,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" 2018-12-03 16:23:24,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d23bedb8-9dbf-47a9-8a92-c20bc6eb0483 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:23:24,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-d23bedb8-9dbf-47a9-8a92-c20bc6eb0483 2018-12-03 16:23:24,862 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-fda40f2e-cb42-415-proj 2018-12-03 16:23:24,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/74199f7564154d5cbe78b719a645d728 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" 2018-12-03 16:23:25,054 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b71fee16-075f-4af8-b354-a3f1daa0dee3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:25,054 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/74199f7564154d5cbe78b719a645d728 used request id req-b71fee16-075f-4af8-b354-a3f1daa0dee3 2018-12-03 16:23:25,054 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-fda40f2e-cb42-415-proj-role 2018-12-03 16:23:25,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/85ba1d73a32848f894bc7d5fb66bb902 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" 2018-12-03 16:23:25,178 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c045d23-064d-4d42-b66c-aa9c2096ee61 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:25,178 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/85ba1d73a32848f894bc7d5fb66bb902 used request id req-2c045d23-064d-4d42-b66c-aa9c2096ee61 2018-12-03 16:23:25,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09a5561f8273d765ff7e17bb1901986537f6cd19" 2018-12-03 16:23:25,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7bbd4b9-65eb-46c0-8b38-556127b6c2e3 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:25,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e7bbd4b9-65eb-46c0-8b38-556127b6c2e3 2018-12-03 16:23:25,273 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-fda40f2e-cb42-415-user 2018-12-03 16:23:25,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/8c09b116b4eb447990e849fa9e2c3d4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c27b3f1d80a9377c046d73a35f84153743797961" 2018-12-03 16:23:25,433 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c069cdf3-5543-46cf-bab7-f1b54a2d90d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:25,433 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/8c09b116b4eb447990e849fa9e2c3d4a used request id req-c069cdf3-5543-46cf-bab7-f1b54a2d90d9 2018-12-03 16:23:25,435 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:25,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["nCMh4pBnSs6NC81cUmxcZg"], "issued_at": "2018-12-03T16:23:25.000000Z"}} 2018-12-03 16:23:25,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d5a7e6ea4856d6e817a9d389f0a5854ed492117" 2018-12-03 16:23:25,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22def162-6fea-4c6b-aaa4-f1c7b36755a7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:25,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-22def162-6fea-4c6b-aaa4-f1c7b36755a7 2018-12-03 16:23:25,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:25,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:26,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["FwuNPaTbQqqDCXA_fGkgAA"], "issued_at": "2018-12-03T16:23:26.000000Z"}} 2018-12-03 16:23:26,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" 2018-12-03 16:23:26,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc3f52a4-e481-4e4c-bd38-059e2a693663 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:26,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cc3f52a4-e481-4e4c-bd38-059e2a693663 2018-12-03 16:23:26,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:26,380 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:26,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-52d58e0a-406f-484-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" 2018-12-03 16:23:26,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b533be0-bd26-42fe-859d-f1539230cbda Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-52d58e0a-406f-484-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:23:26,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-52d58e0a-406f-484-proj used request id req-6b533be0-bd26-42fe-859d-f1539230cbda 2018-12-03 16:23:26,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" 2018-12-03 16:23:26,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45d636ee-984d-4911-834b-cb52019ad989 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:26,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-45d636ee-984d-4911-834b-cb52019ad989 2018-12-03 16:23:26,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-52d58e0a-406f-484-proj"}}' 2018-12-03 16:23:26,662 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c76a79f-8121-4b78-a9ac-e6dd83a5c473 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0b1ec551463948538d301d599acddd25"}, "enabled": true, "id": "0b1ec551463948538d301d599acddd25", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-52d58e0a-406f-484-proj"}} 2018-12-03 16:23:26,662 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-0c76a79f-8121-4b78-a9ac-e6dd83a5c473 2018-12-03 16:23:26,663 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-52d58e0a-406f-484-proj 2018-12-03 16:23:26,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:26,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:27,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["E3vFFFCLS2uL4ecROblEIA"], "issued_at": "2018-12-03T16:23:27.000000Z"}} 2018-12-03 16:23:27,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb1dfb275e4cc8f9d3f9de7f1573cd3c579869d3" 2018-12-03 16:23:27,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-889e3085-a6e7-42b6-bd05-4f33846261af Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:27,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-889e3085-a6e7-42b6-bd05-4f33846261af 2018-12-03 16:23:27,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:27,133 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:27,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb1dfb275e4cc8f9d3f9de7f1573cd3c579869d3" 2018-12-03 16:23:27,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e98a4a5-eb22-4f3c-a48d-bfd5bc0ebe59 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:23:27,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7e98a4a5-eb22-4f3c-a48d-bfd5bc0ebe59 2018-12-03 16:23:27,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-52d58e0a-406f-484-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb1dfb275e4cc8f9d3f9de7f1573cd3c579869d3" 2018-12-03 16:23:27,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f924ace6-4336-4782-849d-0fe80c01f080 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-52d58e0a-406f-484-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0b1ec551463948538d301d599acddd25"}, "enabled": true, "id": "0b1ec551463948538d301d599acddd25", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-52d58e0a-406f-484-proj"}]} 2018-12-03 16:23:27,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-52d58e0a-406f-484-proj used request id req-f924ace6-4336-4782-849d-0fe80c01f080 2018-12-03 16:23:27,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb1dfb275e4cc8f9d3f9de7f1573cd3c579869d3" 2018-12-03 16:23:27,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f0073d9-4e41-47f4-878e-10795aed2b51 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:27,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-4f0073d9-4e41-47f4-878e-10795aed2b51 2018-12-03 16:23:27,764 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-52d58e0a-406f-484-user 2018-12-03 16:23:27,764 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:27,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" 2018-12-03 16:23:27,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8495f92a-c0ca-4646-9d72-a071dfd90583 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:27,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8495f92a-c0ca-4646-9d72-a071dfd90583 2018-12-03 16:23:27,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" -d '{"role": {"name": "CreateKeypairsTests-52d58e0a-406f-484-proj-role"}}' 2018-12-03 16:23:27,968 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bc7a8fb-8232-4e77-aeca-39d09892a4b6 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ddbc46f72bb34658b01e87c7a74e4ced", "links": {"self": "http://172.30.9.30:5000/v3/roles/ddbc46f72bb34658b01e87c7a74e4ced"}, "name": "CreateKeypairsTests-52d58e0a-406f-484-proj-role"}} 2018-12-03 16:23:27,968 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-0bc7a8fb-8232-4e77-aeca-39d09892a4b6 2018-12-03 16:23:27,968 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-52d58e0a-406f-484-proj-role 2018-12-03 16:23:27,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/ddbc46f72bb34658b01e87c7a74e4ced -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" 2018-12-03 16:23:28,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-284e6f53-e936-488c-a456-19b1e432b532 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ddbc46f72bb34658b01e87c7a74e4ced"}, "domain_id": null, "name": "CreateKeypairsTests-52d58e0a-406f-484-proj-role", "id": "ddbc46f72bb34658b01e87c7a74e4ced"}} 2018-12-03 16:23:28,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ddbc46f72bb34658b01e87c7a74e4ced used request id req-284e6f53-e936-488c-a456-19b1e432b532 2018-12-03 16:23:28,050 - keystone_utils - INFO - Granting role CreateKeypairsTests-52d58e0a-406f-484-proj-role to project CreateKeypairsTests-52d58e0a-406f-484-proj 2018-12-03 16:23:28,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/0b1ec551463948538d301d599acddd25/users/6a40a3a6540e43fcbf4bee7bdd8b371e/roles/ddbc46f72bb34658b01e87c7a74e4ced -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" 2018-12-03 16:23:28,192 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ee54d50-c253-4bf8-867b-00c85eec20dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:28,193 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/0b1ec551463948538d301d599acddd25/users/6a40a3a6540e43fcbf4bee7bdd8b371e/roles/ddbc46f72bb34658b01e87c7a74e4ced used request id req-6ee54d50-c253-4bf8-867b-00c85eec20dc 2018-12-03 16:23:28,193 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:23:28,194 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:28,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:28,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ddbc46f72bb34658b01e87c7a74e4ced", "name": "CreateKeypairsTests-52d58e0a-406f-484-proj-role"}], "expires_at": "2018-12-03T17:23:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b1ec551463948538d301d599acddd25", "name": "CreateKeypairsTests-52d58e0a-406f-484-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0b1ec551463948538d301d599acddd25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0b1ec551463948538d301d599acddd25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0b1ec551463948538d301d599acddd25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0b1ec551463948538d301d599acddd25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0b1ec551463948538d301d599acddd25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0b1ec551463948538d301d599acddd25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0b1ec551463948538d301d599acddd25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0b1ec551463948538d301d599acddd25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0b1ec551463948538d301d599acddd25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0b1ec551463948538d301d599acddd25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0b1ec551463948538d301d599acddd25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0b1ec551463948538d301d599acddd25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-52d58e0a-406f-484-user", "id": "6a40a3a6540e43fcbf4bee7bdd8b371e"}, "audit_ids": ["Q1Mxzu7WRGqvXw5eo7vrzg"], "issued_at": "2018-12-03T16:23:28.000000Z"}} 2018-12-03 16:23:28,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdaf10b489f7e0c3cf866758d2746c3afe195ead" 2018-12-03 16:23:28,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9557838a-759d-44bb-b5a5-ddec85d0481d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:28,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9557838a-759d-44bb-b5a5-ddec85d0481d 2018-12-03 16:23:28,643 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:23:28,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdaf10b489f7e0c3cf866758d2746c3afe195ead" 2018-12-03 16:23:29,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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 x-openstack-request-id: req-8319c7cb-7400-4ed8-a74c-21f13112531d x-compute-request-id: req-8319c7cb-7400-4ed8-a74c-21f13112531d Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 16:23:29,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-8319c7cb-7400-4ed8-a74c-21f13112531d 2018-12-03 16:23:29,178 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-fe9fba03-5b67-49b5-8f9f-c6fbbf7b763c... 2018-12-03 16:23:29,178 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 16:23:41,520 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-fe9fba03-5b67-49b5-8f9f-c6fbbf7b763c 2018-12-03 16:23:41,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdaf10b489f7e0c3cf866758d2746c3afe195ead" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDGd0L9vynqWG6L1mjkjPzkaBdS6FJE5evOP6qP3t7OF0hczWONxOwMBoJCSAENgZIjjV+Ep9iJKKJl55CId2fKgVD6sfQCzwBvN8AZF7fQBWL1HWDdDt/GViraDs/bQvoTAKFp1WA3ceDcGj8ghqUpL5cETJTa64K+PRLwlUTIy+JSKoosIEnVmZsLoQF1wg+WLZ8TmfXPf5Ej6F8RrSL48D+ucV0mkWzWok5d5MwTxZBB7ne3UKH4BENuuqKMOD78P6DZDM7Xftg/3VweytxCQ+pJCLP26Ld+cScOXIzv38FmLik8AlUClO6/du8VGgoI0Q9k+19afir3qZeUS/o7wAahMF5dBekC/E+MXqiV1EUEmU2jFUcKoPPSd0uMIivRoEMsKWg6rO2yjRn1peeWYiPUL1GdqpGdq3s5KhirwK6WyylfVBg+6e4gNAdAXcwikkvHNxR48kDwcyOEEbN7h5sdW3h89Yw9eiO65qzgrMZxFOHomc7ykPV4aGgEHic/uH/TE0J9k75xFYExgu5NB3a4ZDe1Oez91W6urWMpSDWKfPk4kgIz1pnUU0CGbHu06KwegRsaWCosFTZmWhDwlbS8f9IRQ4s/cknGJ8jG7ASPn81JkIYLmw8rrt7rC+SsxRBgeZEGVzlP8kohwyjzntsTh+5Lp58WUPXwO4TJAIDQVfbm1R+pCS005ESWVQ1nzuWWjpAWrK478Fdnx/BcPD+2agbM8dTt9IvvG9UswXL9rya25HcsgQoG5mLZcxyzn9UdPiWFfieCKphxI5B+rT3SFjZUl5SsJCCjufxmxj4Jju5Wgyo8zuYrSZdZ4gdaJfO5iPH72RE7lO0UN/Nag+k292oRHgOiUtAQFtCIdu+neC/tjcW3EZ1arDDHz/WudKLWOqZK50OxJOOcJ7veH0gJ/mD30VABl822nNxNVyn77yHhrmDT0kdwfGPT4zp9j5DLhLnmAM0Pfy0i/sWmnP3stE5ghKxN6LWchh4mNc/aMRQb0d4pUhzDMe8CUwJcjGgfs+Ne+1Xv7NaOzLUP5loDEkkU87DOdFNrlMYybj8VRYzo4+syzZP624JLWuv7g0gswL66+L0YoUo9iNQrGO9w7MIQ1yj0UErX74k/XYuldG4LrlH9rjgqrAyUbrpopUYzSToUTVsC8rc/ItjlZh1Xakf9UhVB2GjxzNLsp0mqe6Tafe+2iXIfaqXHrxpEsQ1zE3mF6FrJ9kG545xwmwFYoi2nA6eUn3ezlnmrlKY1+j+XGTOVET50D2YWXD5ZVwKxKz8mGHJquH25vIgtvW1iCWVEDAErY9OYp2n52BfpoEekDmywtL0/DsNFusaajZm8dUxf0CIevfG0cwKPY+c3njA+PIpQNLxIXtK8pAzJ99jeZPzBo3ULPBEGy+F39/aLcAMQ/FL+DgpWER5bAfN13thLzwrnIz4/7oz1vCvBlJYy7Aw3nMW0LzWRKsSj3GwCBJPKw3BPcJb1K4sVhGJPkYP9pzpLInX/vr79SpCzAvRz0WQ8DDB3uebE8q3gzYxBnuxbBIsKbEmiN8y7nj7Oz1hXTKHkesO22UestoePH4vRSD6mOBHvOCkeDW3tO5eUtkUtYy+ePIREBrOO22+bjGS3y9uy9TMMYFZiTbKbD9gauQT9WQl5u/q0ubH/iw==", "name": "CreateKeypairsTests-fe9fba03-5b67-49b5-8f9f-c6fbbf7b763c"}}' 2018-12-03 16:23:41,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-2eac26d7-6ba5-4264-a36b-b827d6b5bcd4 x-compute-request-id: req-2eac26d7-6ba5-4264-a36b-b827d6b5bcd4 Content-Encoding: gzip Content-Length: 1513 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDGd0L9vynqWG6L1mjkjPzkaBdS6FJE5evOP6qP3t7OF0hczWONxOwMBoJCSAENgZIjjV+Ep9iJKKJl55CId2fKgVD6sfQCzwBvN8AZF7fQBWL1HWDdDt/GViraDs/bQvoTAKFp1WA3ceDcGj8ghqUpL5cETJTa64K+PRLwlUTIy+JSKoosIEnVmZsLoQF1wg+WLZ8TmfXPf5Ej6F8RrSL48D+ucV0mkWzWok5d5MwTxZBB7ne3UKH4BENuuqKMOD78P6DZDM7Xftg/3VweytxCQ+pJCLP26Ld+cScOXIzv38FmLik8AlUClO6/du8VGgoI0Q9k+19afir3qZeUS/o7wAahMF5dBekC/E+MXqiV1EUEmU2jFUcKoPPSd0uMIivRoEMsKWg6rO2yjRn1peeWYiPUL1GdqpGdq3s5KhirwK6WyylfVBg+6e4gNAdAXcwikkvHNxR48kDwcyOEEbN7h5sdW3h89Yw9eiO65qzgrMZxFOHomc7ykPV4aGgEHic/uH/TE0J9k75xFYExgu5NB3a4ZDe1Oez91W6urWMpSDWKfPk4kgIz1pnUU0CGbHu06KwegRsaWCosFTZmWhDwlbS8f9IRQ4s/cknGJ8jG7ASPn81JkIYLmw8rrt7rC+SsxRBgeZEGVzlP8kohwyjzntsTh+5Lp58WUPXwO4TJAIDQVfbm1R+pCS005ESWVQ1nzuWWjpAWrK478Fdnx/BcPD+2agbM8dTt9IvvG9UswXL9rya25HcsgQoG5mLZcxyzn9UdPiWFfieCKphxI5B+rT3SFjZUl5SsJCCjufxmxj4Jju5Wgyo8zuYrSZdZ4gdaJfO5iPH72RE7lO0UN/Nag+k292oRHgOiUtAQFtCIdu+neC/tjcW3EZ1arDDHz/WudKLWOqZK50OxJOOcJ7veH0gJ/mD30VABl822nNxNVyn77yHhrmDT0kdwfGPT4zp9j5DLhLnmAM0Pfy0i/sWmnP3stE5ghKxN6LWchh4mNc/aMRQb0d4pUhzDMe8CUwJcjGgfs+Ne+1Xv7NaOzLUP5loDEkkU87DOdFNrlMYybj8VRYzo4+syzZP624JLWuv7g0gswL66+L0YoUo9iNQrGO9w7MIQ1yj0UErX74k/XYuldG4LrlH9rjgqrAyUbrpopUYzSToUTVsC8rc/ItjlZh1Xakf9UhVB2GjxzNLsp0mqe6Tafe+2iXIfaqXHrxpEsQ1zE3mF6FrJ9kG545xwmwFYoi2nA6eUn3ezlnmrlKY1+j+XGTOVET50D2YWXD5ZVwKxKz8mGHJquH25vIgtvW1iCWVEDAErY9OYp2n52BfpoEekDmywtL0/DsNFusaajZm8dUxf0CIevfG0cwKPY+c3njA+PIpQNLxIXtK8pAzJ99jeZPzBo3ULPBEGy+F39/aLcAMQ/FL+DgpWER5bAfN13thLzwrnIz4/7oz1vCvBlJYy7Aw3nMW0LzWRKsSj3GwCBJPKw3BPcJb1K4sVhGJPkYP9pzpLInX/vr79SpCzAvRz0WQ8DDB3uebE8q3gzYxBnuxbBIsKbEmiN8y7nj7Oz1hXTKHkesO22UestoePH4vRSD6mOBHvOCkeDW3tO5eUtkUtYy+ePIREBrOO22+bjGS3y9uy9TMMYFZiTbKbD9gauQT9WQl5u/q0ubH/iw==", "user_id": "6a40a3a6540e43fcbf4bee7bdd8b371e", "name": "CreateKeypairsTests-fe9fba03-5b67-49b5-8f9f-c6fbbf7b763c", "fingerprint": "ba:06:f2:e2:0e:42:29:f4:18:e1:38:72:b9:9d:de:08"}} 2018-12-03 16:23:41,592 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-2eac26d7-6ba5-4264-a36b-b827d6b5bcd4 2018-12-03 16:23:41,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:41,988 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ddbc46f72bb34658b01e87c7a74e4ced", "name": "CreateKeypairsTests-52d58e0a-406f-484-proj-role"}], "expires_at": "2018-12-03T17:23:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b1ec551463948538d301d599acddd25", "name": "CreateKeypairsTests-52d58e0a-406f-484-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0b1ec551463948538d301d599acddd25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0b1ec551463948538d301d599acddd25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0b1ec551463948538d301d599acddd25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0b1ec551463948538d301d599acddd25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0b1ec551463948538d301d599acddd25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0b1ec551463948538d301d599acddd25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0b1ec551463948538d301d599acddd25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0b1ec551463948538d301d599acddd25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0b1ec551463948538d301d599acddd25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0b1ec551463948538d301d599acddd25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0b1ec551463948538d301d599acddd25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0b1ec551463948538d301d599acddd25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-52d58e0a-406f-484-user", "id": "6a40a3a6540e43fcbf4bee7bdd8b371e"}, "audit_ids": ["Xk4nfn5bQNmngWw5Imy2Ng"], "issued_at": "2018-12-03T16:23:41.000000Z"}} 2018-12-03 16:23:41,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-fe9fba03-5b67-49b5-8f9f-c6fbbf7b763c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94d73355bb4b3487aed1abcb4ed54793a4c10c6" 2018-12-03 16:23:42,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23: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-a2ec8fff-ce03-4570-95e4-11beb63dada1 x-compute-request-id: req-a2ec8fff-ce03-4570-95e4-11beb63dada1 Content-Encoding: gzip Content-Length: 1577 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDGd0L9vynqWG6L1mjkjPzkaBdS6FJE5evOP6qP3t7OF0hczWONxOwMBoJCSAENgZIjjV+Ep9iJKKJl55CId2fKgVD6sfQCzwBvN8AZF7fQBWL1HWDdDt/GViraDs/bQvoTAKFp1WA3ceDcGj8ghqUpL5cETJTa64K+PRLwlUTIy+JSKoosIEnVmZsLoQF1wg+WLZ8TmfXPf5Ej6F8RrSL48D+ucV0mkWzWok5d5MwTxZBB7ne3UKH4BENuuqKMOD78P6DZDM7Xftg/3VweytxCQ+pJCLP26Ld+cScOXIzv38FmLik8AlUClO6/du8VGgoI0Q9k+19afir3qZeUS/o7wAahMF5dBekC/E+MXqiV1EUEmU2jFUcKoPPSd0uMIivRoEMsKWg6rO2yjRn1peeWYiPUL1GdqpGdq3s5KhirwK6WyylfVBg+6e4gNAdAXcwikkvHNxR48kDwcyOEEbN7h5sdW3h89Yw9eiO65qzgrMZxFOHomc7ykPV4aGgEHic/uH/TE0J9k75xFYExgu5NB3a4ZDe1Oez91W6urWMpSDWKfPk4kgIz1pnUU0CGbHu06KwegRsaWCosFTZmWhDwlbS8f9IRQ4s/cknGJ8jG7ASPn81JkIYLmw8rrt7rC+SsxRBgeZEGVzlP8kohwyjzntsTh+5Lp58WUPXwO4TJAIDQVfbm1R+pCS005ESWVQ1nzuWWjpAWrK478Fdnx/BcPD+2agbM8dTt9IvvG9UswXL9rya25HcsgQoG5mLZcxyzn9UdPiWFfieCKphxI5B+rT3SFjZUl5SsJCCjufxmxj4Jju5Wgyo8zuYrSZdZ4gdaJfO5iPH72RE7lO0UN/Nag+k292oRHgOiUtAQFtCIdu+neC/tjcW3EZ1arDDHz/WudKLWOqZK50OxJOOcJ7veH0gJ/mD30VABl822nNxNVyn77yHhrmDT0kdwfGPT4zp9j5DLhLnmAM0Pfy0i/sWmnP3stE5ghKxN6LWchh4mNc/aMRQb0d4pUhzDMe8CUwJcjGgfs+Ne+1Xv7NaOzLUP5loDEkkU87DOdFNrlMYybj8VRYzo4+syzZP624JLWuv7g0gswL66+L0YoUo9iNQrGO9w7MIQ1yj0UErX74k/XYuldG4LrlH9rjgqrAyUbrpopUYzSToUTVsC8rc/ItjlZh1Xakf9UhVB2GjxzNLsp0mqe6Tafe+2iXIfaqXHrxpEsQ1zE3mF6FrJ9kG545xwmwFYoi2nA6eUn3ezlnmrlKY1+j+XGTOVET50D2YWXD5ZVwKxKz8mGHJquH25vIgtvW1iCWVEDAErY9OYp2n52BfpoEekDmywtL0/DsNFusaajZm8dUxf0CIevfG0cwKPY+c3njA+PIpQNLxIXtK8pAzJ99jeZPzBo3ULPBEGy+F39/aLcAMQ/FL+DgpWER5bAfN13thLzwrnIz4/7oz1vCvBlJYy7Aw3nMW0LzWRKsSj3GwCBJPKw3BPcJb1K4sVhGJPkYP9pzpLInX/vr79SpCzAvRz0WQ8DDB3uebE8q3gzYxBnuxbBIsKbEmiN8y7nj7Oz1hXTKHkesO22UestoePH4vRSD6mOBHvOCkeDW3tO5eUtkUtYy+ePIREBrOO22+bjGS3y9uy9TMMYFZiTbKbD9gauQT9WQl5u/q0ubH/iw==", "user_id": "6a40a3a6540e43fcbf4bee7bdd8b371e", "name": "CreateKeypairsTests-fe9fba03-5b67-49b5-8f9f-c6fbbf7b763c", "deleted": false, "created_at": "2018-12-03T16:23:41.000000", "updated_at": null, "fingerprint": "ba:06:f2:e2:0e:42:29:f4:18:e1:38:72:b9:9d:de:08", "deleted_at": null, "id": 69}} 2018-12-03 16:23:42,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-fe9fba03-5b67-49b5-8f9f-c6fbbf7b763c used request id req-a2ec8fff-ce03-4570-95e4-11beb63dada1 2018-12-03 16:23:42,165 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-fe9fba03-5b67-49b5-8f9f-c6fbbf7b763c 2018-12-03 16:23:42,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-fe9fba03-5b67-49b5-8f9f-c6fbbf7b763c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdaf10b489f7e0c3cf866758d2746c3afe195ead" 2018-12-03 16:23:42,202 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:23: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-41e572a7-1a0a-4dc7-b555-9b20cec01e7b x-compute-request-id: req-41e572a7-1a0a-4dc7-b555-9b20cec01e7b Content-Length: 0 Content-Type: application/json 2018-12-03 16:23:42,202 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-fe9fba03-5b67-49b5-8f9f-c6fbbf7b763c used request id req-41e572a7-1a0a-4dc7-b555-9b20cec01e7b 2018-12-03 16:23:42,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" 2018-12-03 16:23:42,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e9e3a24a-c2dd-4d72-a607-ee4dbf803f96 Date: Mon, 03 Dec 2018 16:23:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:23:42,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-e9e3a24a-c2dd-4d72-a607-ee4dbf803f96 2018-12-03 16:23:42,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" 2018-12-03 16:23:42,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd9990b5-4719-46e6-8ae6-45f666f3cfba Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:23:42,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-fd9990b5-4719-46e6-8ae6-45f666f3cfba 2018-12-03 16:23:42,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" 2018-12-03 16:23:42,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-279497c6-17ad-4c03-bea8-c020c28d1a9d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:23:42,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-279497c6-17ad-4c03-bea8-c020c28d1a9d 2018-12-03 16:23:42,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" 2018-12-03 16:23:42,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-990ae404-490e-4986-8d3d-def910aaf92e Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:23:42,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-990ae404-490e-4986-8d3d-def910aaf92e 2018-12-03 16:23:42,703 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-52d58e0a-406f-484-proj 2018-12-03 16:23:42,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/0b1ec551463948538d301d599acddd25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" 2018-12-03 16:23:42,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6bf4e9b-6260-47df-a861-4f9027a3df95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:42,910 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/0b1ec551463948538d301d599acddd25 used request id req-e6bf4e9b-6260-47df-a861-4f9027a3df95 2018-12-03 16:23:42,911 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-52d58e0a-406f-484-proj-role 2018-12-03 16:23:42,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/ddbc46f72bb34658b01e87c7a74e4ced -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" 2018-12-03 16:23:43,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f61d69bc-efc9-4f17-996e-9f90ca545818 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:43,016 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/ddbc46f72bb34658b01e87c7a74e4ced used request id req-f61d69bc-efc9-4f17-996e-9f90ca545818 2018-12-03 16:23:43,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}502352b08d4978126738336572b3b414efc4e9c2" 2018-12-03 16:23:43,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dffc017-f2bb-419d-bf7b-549d29da38aa Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:43,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7dffc017-f2bb-419d-bf7b-549d29da38aa 2018-12-03 16:23:43,110 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-52d58e0a-406f-484-user 2018-12-03 16:23:43,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/6a40a3a6540e43fcbf4bee7bdd8b371e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb1dfb275e4cc8f9d3f9de7f1573cd3c579869d3" 2018-12-03 16:23:43,278 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3606768-b8c6-4a69-82b1-b12bc7eba2a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:43,278 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/6a40a3a6540e43fcbf4bee7bdd8b371e used request id req-b3606768-b8c6-4a69-82b1-b12bc7eba2a9 2018-12-03 16:23:43,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:43,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["zyzq61QwTI6klu5800hZcg"], "issued_at": "2018-12-03T16:23:43.000000Z"}} 2018-12-03 16:23:43,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e24b3c3b895474f19ff86e44b70a17e3c0e6fd21" 2018-12-03 16:23:43,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b69e13d-4f18-4942-bf00-6ba76dcab945 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:43,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5b69e13d-4f18-4942-bf00-6ba76dcab945 2018-12-03 16:23:43,751 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:43,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:44,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["wza7FIrvSnK3Rzu_Zo96Uw"], "issued_at": "2018-12-03T16:23:44.000000Z"}} 2018-12-03 16:23:44,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" 2018-12-03 16:23:44,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d673b3d-13f5-40c0-a211-3fc92445e838 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:44,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1d673b3d-13f5-40c0-a211-3fc92445e838 2018-12-03 16:23:44,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:44,227 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:44,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-dc955170-1e77-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" 2018-12-03 16:23:44,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58b586b8-568d-4206-ac70-ffee5d0a5066 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-dc955170-1e77-474-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:23:44,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-dc955170-1e77-474-proj used request id req-58b586b8-568d-4206-ac70-ffee5d0a5066 2018-12-03 16:23:44,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" 2018-12-03 16:23:44,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0cd25c0-fd6e-4cce-8a1f-ff15e12d2f1b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:44,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c0cd25c0-fd6e-4cce-8a1f-ff15e12d2f1b 2018-12-03 16:23:44,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-dc955170-1e77-474-proj"}}' 2018-12-03 16:23:44,531 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53c41bd4-2fa6-4138-a20d-7fe7ea5a062a Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8abe025d50454263a6b21f1ba0269b11"}, "enabled": true, "id": "8abe025d50454263a6b21f1ba0269b11", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-dc955170-1e77-474-proj"}} 2018-12-03 16:23:44,531 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-53c41bd4-2fa6-4138-a20d-7fe7ea5a062a 2018-12-03 16:23:44,531 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-dc955170-1e77-474-proj 2018-12-03 16:23:44,532 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:44,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:44,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["hlEyEHLERVq1aqe3qrAfuA"], "issued_at": "2018-12-03T16:23:44.000000Z"}} 2018-12-03 16:23:44,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f28bc7cf5a56392f6916ae180d3bbf7879c0919b" 2018-12-03 16:23:44,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2435d4d8-298b-4883-8387-f15c861ddb76 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:44,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2435d4d8-298b-4883-8387-f15c861ddb76 2018-12-03 16:23:45,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:45,006 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:45,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f28bc7cf5a56392f6916ae180d3bbf7879c0919b" 2018-12-03 16:23:45,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47f9d78f-6846-48b5-ae1c-732e94963c49 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:23:45,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-47f9d78f-6846-48b5-ae1c-732e94963c49 2018-12-03 16:23:45,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-dc955170-1e77-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f28bc7cf5a56392f6916ae180d3bbf7879c0919b" 2018-12-03 16:23:45,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe3c462-b4bd-40ea-a4f3-f073191a4382 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-dc955170-1e77-474-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8abe025d50454263a6b21f1ba0269b11"}, "enabled": true, "id": "8abe025d50454263a6b21f1ba0269b11", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-dc955170-1e77-474-proj"}]} 2018-12-03 16:23:45,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-dc955170-1e77-474-proj used request id req-cbe3c462-b4bd-40ea-a4f3-f073191a4382 2018-12-03 16:23:45,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f28bc7cf5a56392f6916ae180d3bbf7879c0919b" 2018-12-03 16:23:45,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45f95a5d-63ca-4285-bb7f-a8055fa89e52 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:45,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-45f95a5d-63ca-4285-bb7f-a8055fa89e52 2018-12-03 16:23:45,675 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-dc955170-1e77-474-user 2018-12-03 16:23:45,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:45,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" 2018-12-03 16:23:45,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aa59fbf-4bf6-40b6-b672-47e66591d72f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:45,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4aa59fbf-4bf6-40b6-b672-47e66591d72f 2018-12-03 16:23:45,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" -d '{"role": {"name": "CreateKeypairsTests-dc955170-1e77-474-proj-role"}}' 2018-12-03 16:23:45,884 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c711a008-dff1-4fd9-9d8c-8ddfaf23acbc Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3fa6584721db4590aa08bba0a75705a1", "links": {"self": "http://172.30.9.30:5000/v3/roles/3fa6584721db4590aa08bba0a75705a1"}, "name": "CreateKeypairsTests-dc955170-1e77-474-proj-role"}} 2018-12-03 16:23:45,885 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-c711a008-dff1-4fd9-9d8c-8ddfaf23acbc 2018-12-03 16:23:45,885 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-dc955170-1e77-474-proj-role 2018-12-03 16:23:45,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/3fa6584721db4590aa08bba0a75705a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" 2018-12-03 16:23:45,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51253f82-5f61-4981-9408-d847e51fcc9d Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/3fa6584721db4590aa08bba0a75705a1"}, "domain_id": null, "name": "CreateKeypairsTests-dc955170-1e77-474-proj-role", "id": "3fa6584721db4590aa08bba0a75705a1"}} 2018-12-03 16:23:45,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/3fa6584721db4590aa08bba0a75705a1 used request id req-51253f82-5f61-4981-9408-d847e51fcc9d 2018-12-03 16:23:45,977 - keystone_utils - INFO - Granting role CreateKeypairsTests-dc955170-1e77-474-proj-role to project CreateKeypairsTests-dc955170-1e77-474-proj 2018-12-03 16:23:45,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/8abe025d50454263a6b21f1ba0269b11/users/cf0d6022def049379ab289901d525728/roles/3fa6584721db4590aa08bba0a75705a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" 2018-12-03 16:23:46,036 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddc01e52-fc37-4daf-82a3-5c8ce9feaac9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:46,036 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/8abe025d50454263a6b21f1ba0269b11/users/cf0d6022def049379ab289901d525728/roles/3fa6584721db4590aa08bba0a75705a1 used request id req-ddc01e52-fc37-4daf-82a3-5c8ce9feaac9 2018-12-03 16:23:46,037 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:23:46,038 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:46,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:46,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3fa6584721db4590aa08bba0a75705a1", "name": "CreateKeypairsTests-dc955170-1e77-474-proj-role"}], "expires_at": "2018-12-03T17:23:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8abe025d50454263a6b21f1ba0269b11", "name": "CreateKeypairsTests-dc955170-1e77-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8abe025d50454263a6b21f1ba0269b11", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8abe025d50454263a6b21f1ba0269b11", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8abe025d50454263a6b21f1ba0269b11", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8abe025d50454263a6b21f1ba0269b11", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8abe025d50454263a6b21f1ba0269b11", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8abe025d50454263a6b21f1ba0269b11", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8abe025d50454263a6b21f1ba0269b11", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8abe025d50454263a6b21f1ba0269b11", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8abe025d50454263a6b21f1ba0269b11", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8abe025d50454263a6b21f1ba0269b11", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8abe025d50454263a6b21f1ba0269b11", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8abe025d50454263a6b21f1ba0269b11", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-dc955170-1e77-474-user", "id": "cf0d6022def049379ab289901d525728"}, "audit_ids": ["QI-L6epvSDiaoryDYXWmaQ"], "issued_at": "2018-12-03T16:23:46.000000Z"}} 2018-12-03 16:23:46,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b830bfbaff3ad10ad28d0cdcec9d05185beb14" 2018-12-03 16:23:46,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d117e476-8c33-406b-98f8-c6aefa4c0e7b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:46,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d117e476-8c33-406b-98f8-c6aefa4c0e7b 2018-12-03 16:23:46,516 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:23:46,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b830bfbaff3ad10ad28d0cdcec9d05185beb14" 2018-12-03 16:23:46,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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 x-openstack-request-id: req-7b10f76d-c5ee-4bab-b560-10447c47f53e x-compute-request-id: req-7b10f76d-c5ee-4bab-b560-10447c47f53e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 16:23:46,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-7b10f76d-c5ee-4bab-b560-10447c47f53e 2018-12-03 16:23:46,696 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-90afebdc-439e-496d-a154-a0fed2469fca... 2018-12-03 16:23:46,696 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 16:23:46,721 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-90afebdc-439e-496d-a154-a0fed2469fca 2018-12-03 16:23:46,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b830bfbaff3ad10ad28d0cdcec9d05185beb14" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCjvs0/v7MuN7L8m4zVLlzMR36iB7kUOnGDH13M/ZaYuBeYhgusC43njLhYfbYzgFalGJN/8eIQvMnA81UIdEA8GJhckrhqwkSDn8RCQ9bUYwVsfogEYeA3EE54uwxe5kSMjYS5c2HzVIhgVg+FxHB+vFRYL8fJRx/+3re4usn+DQ==", "name": "CreateKeypairsTests-90afebdc-439e-496d-a154-a0fed2469fca"}}' 2018-12-03 16:23:46,783 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-741fda11-520f-48dc-b134-8190254d8ca8 x-compute-request-id: req-741fda11-520f-48dc-b134-8190254d8ca8 Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCjvs0/v7MuN7L8m4zVLlzMR36iB7kUOnGDH13M/ZaYuBeYhgusC43njLhYfbYzgFalGJN/8eIQvMnA81UIdEA8GJhckrhqwkSDn8RCQ9bUYwVsfogEYeA3EE54uwxe5kSMjYS5c2HzVIhgVg+FxHB+vFRYL8fJRx/+3re4usn+DQ==", "user_id": "cf0d6022def049379ab289901d525728", "name": "CreateKeypairsTests-90afebdc-439e-496d-a154-a0fed2469fca", "fingerprint": "82:a9:f8:ac:23:cc:2a:bf:85:4e:d3:97:1e:94:f2:13"}} 2018-12-03 16:23:46,783 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-741fda11-520f-48dc-b134-8190254d8ca8 2018-12-03 16:23:46,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:47,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3fa6584721db4590aa08bba0a75705a1", "name": "CreateKeypairsTests-dc955170-1e77-474-proj-role"}], "expires_at": "2018-12-03T17:23:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8abe025d50454263a6b21f1ba0269b11", "name": "CreateKeypairsTests-dc955170-1e77-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8abe025d50454263a6b21f1ba0269b11", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8abe025d50454263a6b21f1ba0269b11", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8abe025d50454263a6b21f1ba0269b11", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8abe025d50454263a6b21f1ba0269b11", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8abe025d50454263a6b21f1ba0269b11", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8abe025d50454263a6b21f1ba0269b11", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8abe025d50454263a6b21f1ba0269b11", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8abe025d50454263a6b21f1ba0269b11", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8abe025d50454263a6b21f1ba0269b11", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8abe025d50454263a6b21f1ba0269b11", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8abe025d50454263a6b21f1ba0269b11", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8abe025d50454263a6b21f1ba0269b11", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-dc955170-1e77-474-user", "id": "cf0d6022def049379ab289901d525728"}, "audit_ids": ["C7XezFD7RKScMWqcrSj6pQ"], "issued_at": "2018-12-03T16:23:47.000000Z"}} 2018-12-03 16:23:47,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-90afebdc-439e-496d-a154-a0fed2469fca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6e8e27bf4881cde51336c83488523bab97b6d41" 2018-12-03 16:23:47,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23: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-ded94caa-fe27-46da-8e2b-4db205f3f03b x-compute-request-id: req-ded94caa-fe27-46da-8e2b-4db205f3f03b Content-Encoding: gzip Content-Length: 421 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCjvs0/v7MuN7L8m4zVLlzMR36iB7kUOnGDH13M/ZaYuBeYhgusC43njLhYfbYzgFalGJN/8eIQvMnA81UIdEA8GJhckrhqwkSDn8RCQ9bUYwVsfogEYeA3EE54uwxe5kSMjYS5c2HzVIhgVg+FxHB+vFRYL8fJRx/+3re4usn+DQ==", "user_id": "cf0d6022def049379ab289901d525728", "name": "CreateKeypairsTests-90afebdc-439e-496d-a154-a0fed2469fca", "deleted": false, "created_at": "2018-12-03T16:23:46.000000", "updated_at": null, "fingerprint": "82:a9:f8:ac:23:cc:2a:bf:85:4e:d3:97:1e:94:f2:13", "deleted_at": null, "id": 72}} 2018-12-03 16:23:47,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-90afebdc-439e-496d-a154-a0fed2469fca used request id req-ded94caa-fe27-46da-8e2b-4db205f3f03b 2018-12-03 16:23:47,318 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-90afebdc-439e-496d-a154-a0fed2469fca 2018-12-03 16:23:47,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-90afebdc-439e-496d-a154-a0fed2469fca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b830bfbaff3ad10ad28d0cdcec9d05185beb14" 2018-12-03 16:23:47,375 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:23: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-f4c93b74-6e4b-4884-9d5d-f78a3c439c47 x-compute-request-id: req-f4c93b74-6e4b-4884-9d5d-f78a3c439c47 Content-Length: 0 Content-Type: application/json 2018-12-03 16:23:47,375 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-90afebdc-439e-496d-a154-a0fed2469fca used request id req-f4c93b74-6e4b-4884-9d5d-f78a3c439c47 2018-12-03 16:23:47,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" 2018-12-03 16:23:47,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-50b890f5-afb2-45cd-823c-d898ae763729 Date: Mon, 03 Dec 2018 16:23:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:23:47,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-50b890f5-afb2-45cd-823c-d898ae763729 2018-12-03 16:23:47,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" 2018-12-03 16:23:47,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-984b66fe-166d-45fe-8957-883f3ffc436e Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:23:47,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-984b66fe-166d-45fe-8957-883f3ffc436e 2018-12-03 16:23:47,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" 2018-12-03 16:23:47,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a81ec878-9b2c-479b-9109-9f8c142528e0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:23:47,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-a81ec878-9b2c-479b-9109-9f8c142528e0 2018-12-03 16:23:47,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" 2018-12-03 16:23:47,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-851afb03-168d-4259-a64f-ac4c01255a6f Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:23:47,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-851afb03-168d-4259-a64f-ac4c01255a6f 2018-12-03 16:23:47,859 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-dc955170-1e77-474-proj 2018-12-03 16:23:47,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/8abe025d50454263a6b21f1ba0269b11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" 2018-12-03 16:23:48,042 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-020d65c4-7288-4936-a418-4fac47ea7272 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:48,042 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/8abe025d50454263a6b21f1ba0269b11 used request id req-020d65c4-7288-4936-a418-4fac47ea7272 2018-12-03 16:23:48,042 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-dc955170-1e77-474-proj-role 2018-12-03 16:23:48,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/3fa6584721db4590aa08bba0a75705a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" 2018-12-03 16:23:48,147 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07a154ef-f2a2-4c3d-bc2d-3d98b0b39bf5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:48,147 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/3fa6584721db4590aa08bba0a75705a1 used request id req-07a154ef-f2a2-4c3d-bc2d-3d98b0b39bf5 2018-12-03 16:23:48,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7888c9beaa8985d17cc56f908009f1e83d1c1da" 2018-12-03 16:23:48,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16117c2a-c4c0-4e7a-87cd-41ce98b76bdd Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:48,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-16117c2a-c4c0-4e7a-87cd-41ce98b76bdd 2018-12-03 16:23:48,232 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-dc955170-1e77-474-user 2018-12-03 16:23:48,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/cf0d6022def049379ab289901d525728 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f28bc7cf5a56392f6916ae180d3bbf7879c0919b" 2018-12-03 16:23:48,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ccd9423-4382-4be2-8742-ccb30a547139 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:48,406 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/cf0d6022def049379ab289901d525728 used request id req-7ccd9423-4382-4be2-8742-ccb30a547139 2018-12-03 16:23:48,407 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:48,792 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["6pnLG0VBTGGuAA59AcRSmQ"], "issued_at": "2018-12-03T16:23:48.000000Z"}} 2018-12-03 16:23:48,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c3baea26f681bc25cf8253537ce207f4c7b0a3" 2018-12-03 16:23:48,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f18509ea-c0ed-4368-9e1c-4b12d9ac7332 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:48,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f18509ea-c0ed-4368-9e1c-4b12d9ac7332 2018-12-03 16:23:48,871 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:48,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:49,255 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["qwvoXo9ARY63_9XU-3Csuw"], "issued_at": "2018-12-03T16:23:49.000000Z"}} 2018-12-03 16:23:49,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" 2018-12-03 16:23:49,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0da5257b-dba8-4c08-a1f8-294426c8b99d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:49,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0da5257b-dba8-4c08-a1f8-294426c8b99d 2018-12-03 16:23:49,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:49,351 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:49,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-84116def-ff79-4ea-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" 2018-12-03 16:23:49,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-487d912d-15d7-4e64-a246-530ec279100a Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-84116def-ff79-4ea-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:23:49,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-84116def-ff79-4ea-proj used request id req-487d912d-15d7-4e64-a246-530ec279100a 2018-12-03 16:23:49,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" 2018-12-03 16:23:49,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6750e59-bf89-4572-98b9-2e0483f5eda6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:49,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d6750e59-bf89-4572-98b9-2e0483f5eda6 2018-12-03 16:23:49,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-84116def-ff79-4ea-proj"}}' 2018-12-03 16:23:49,627 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0de1a38-58f8-4769-8f82-1c582f44bb02 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b39efd8d62a4412bbcb2c07dbb433907"}, "enabled": true, "id": "b39efd8d62a4412bbcb2c07dbb433907", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-84116def-ff79-4ea-proj"}} 2018-12-03 16:23:49,627 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f0de1a38-58f8-4769-8f82-1c582f44bb02 2018-12-03 16:23:49,627 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-84116def-ff79-4ea-proj 2018-12-03 16:23:49,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:49,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:50,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["oqZjYVmJST-m7DAoeTAZjA"], "issued_at": "2018-12-03T16:23:50.000000Z"}} 2018-12-03 16:23:50,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05ad3361187a286fcb5991bbbeff3b449869b9e6" 2018-12-03 16:23:50,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a115db2a-af5c-4945-bccb-5dc28fa8ff08 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:50,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a115db2a-af5c-4945-bccb-5dc28fa8ff08 2018-12-03 16:23:50,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:50,035 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:50,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05ad3361187a286fcb5991bbbeff3b449869b9e6" 2018-12-03 16:23:50,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-965a5520-850a-4f85-b384-e15f5c193bd6 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:23:50,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-965a5520-850a-4f85-b384-e15f5c193bd6 2018-12-03 16:23:50,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-84116def-ff79-4ea-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05ad3361187a286fcb5991bbbeff3b449869b9e6" 2018-12-03 16:23:50,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83d2ba9a-1207-4144-95e9-ccc28ae469db Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-84116def-ff79-4ea-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b39efd8d62a4412bbcb2c07dbb433907"}, "enabled": true, "id": "b39efd8d62a4412bbcb2c07dbb433907", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-84116def-ff79-4ea-proj"}]} 2018-12-03 16:23:50,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-84116def-ff79-4ea-proj used request id req-83d2ba9a-1207-4144-95e9-ccc28ae469db 2018-12-03 16:23:50,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05ad3361187a286fcb5991bbbeff3b449869b9e6" 2018-12-03 16:23:50,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13705ae3-f468-4ae3-ac1d-2db1978d0f78 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:50,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-13705ae3-f468-4ae3-ac1d-2db1978d0f78 2018-12-03 16:23:50,776 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-84116def-ff79-4ea-user 2018-12-03 16:23:50,776 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:50,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" 2018-12-03 16:23:50,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7dd4442-89bf-487a-85dd-524f0cf548a9 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:50,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c7dd4442-89bf-487a-85dd-524f0cf548a9 2018-12-03 16:23:50,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" -d '{"role": {"name": "CreateKeypairsTests-84116def-ff79-4ea-proj-role"}}' 2018-12-03 16:23:50,962 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bb91c32-9438-4553-af0a-fe90c25e7f67 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8fc7d24a3d054541a6b5ef7c0133b9a7", "links": {"self": "http://172.30.9.30:5000/v3/roles/8fc7d24a3d054541a6b5ef7c0133b9a7"}, "name": "CreateKeypairsTests-84116def-ff79-4ea-proj-role"}} 2018-12-03 16:23:50,962 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-8bb91c32-9438-4553-af0a-fe90c25e7f67 2018-12-03 16:23:50,963 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-84116def-ff79-4ea-proj-role 2018-12-03 16:23:50,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/8fc7d24a3d054541a6b5ef7c0133b9a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" 2018-12-03 16:23:50,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8390ba6f-8b80-477e-bbb4-5d345e878fb3 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/8fc7d24a3d054541a6b5ef7c0133b9a7"}, "domain_id": null, "name": "CreateKeypairsTests-84116def-ff79-4ea-proj-role", "id": "8fc7d24a3d054541a6b5ef7c0133b9a7"}} 2018-12-03 16:23:50,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/8fc7d24a3d054541a6b5ef7c0133b9a7 used request id req-8390ba6f-8b80-477e-bbb4-5d345e878fb3 2018-12-03 16:23:50,981 - keystone_utils - INFO - Granting role CreateKeypairsTests-84116def-ff79-4ea-proj-role to project CreateKeypairsTests-84116def-ff79-4ea-proj 2018-12-03 16:23:50,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/b39efd8d62a4412bbcb2c07dbb433907/users/b78ce1eacaf6459f9eede7214da34ab8/roles/8fc7d24a3d054541a6b5ef7c0133b9a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" 2018-12-03 16:23:51,115 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-738b9760-c0bf-4049-807c-ffb77e456ee4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:51,115 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/b39efd8d62a4412bbcb2c07dbb433907/users/b78ce1eacaf6459f9eede7214da34ab8/roles/8fc7d24a3d054541a6b5ef7c0133b9a7 used request id req-738b9760-c0bf-4049-807c-ffb77e456ee4 2018-12-03 16:23:51,115 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:23:51,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:51,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:51,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8fc7d24a3d054541a6b5ef7c0133b9a7", "name": "CreateKeypairsTests-84116def-ff79-4ea-proj-role"}], "expires_at": "2018-12-03T17:23:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b39efd8d62a4412bbcb2c07dbb433907", "name": "CreateKeypairsTests-84116def-ff79-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b39efd8d62a4412bbcb2c07dbb433907", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/b39efd8d62a4412bbcb2c07dbb433907", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/b39efd8d62a4412bbcb2c07dbb433907", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/b39efd8d62a4412bbcb2c07dbb433907", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/b39efd8d62a4412bbcb2c07dbb433907", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/b39efd8d62a4412bbcb2c07dbb433907", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/b39efd8d62a4412bbcb2c07dbb433907", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/b39efd8d62a4412bbcb2c07dbb433907", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/b39efd8d62a4412bbcb2c07dbb433907", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/b39efd8d62a4412bbcb2c07dbb433907", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/b39efd8d62a4412bbcb2c07dbb433907", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/b39efd8d62a4412bbcb2c07dbb433907", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-84116def-ff79-4ea-user", "id": "b78ce1eacaf6459f9eede7214da34ab8"}, "audit_ids": ["3428OlE4TiCvHdfAzkgBiA"], "issued_at": "2018-12-03T16:23:51.000000Z"}} 2018-12-03 16:23:51,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41981a4069437bcb0cc56f454ef24535946caab" 2018-12-03 16:23:51,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c71ae889-34f9-4d06-9d06-570677e4abfb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:51,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c71ae889-34f9-4d06-9d06-570677e4abfb 2018-12-03 16:23:51,561 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:23:51,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41981a4069437bcb0cc56f454ef24535946caab" 2018-12-03 16:23:52,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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 x-openstack-request-id: req-d9054163-e5fe-44ec-ab60-3f6a4fbf495e x-compute-request-id: req-d9054163-e5fe-44ec-ab60-3f6a4fbf495e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 16:23:52,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-d9054163-e5fe-44ec-ab60-3f6a4fbf495e 2018-12-03 16:23:52,107 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-a50a45af-4970-415c-8984-2f53a59cf9fa... 2018-12-03 16:23:52,108 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 16:23:52,126 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-a50a45af-4970-415c-8984-2f53a59cf9fa 2018-12-03 16:23:52,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41981a4069437bcb0cc56f454ef24535946caab" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDa5zD3X4DgC4x3x+1R2zdxpQhvKtvyp/fGyqlKAs/XjLBzC1zn7mwm654QdsuBQ/7xoNMBPzy3TRB5knRe26Tv3DfO2Lhv0bjsN69nOlJLnMlLWCeEamEqIYYH3ps03x7SpExLhLdjCHjh54U0Wpc26tI4VCknoFFPlsiODfli1Q==", "name": "CreateKeypairsTests-a50a45af-4970-415c-8984-2f53a59cf9fa"}}' 2018-12-03 16:23:52,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23: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-68c6891c-bec2-48a9-b533-f8635f540d21 x-compute-request-id: req-68c6891c-bec2-48a9-b533-f8635f540d21 Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDa5zD3X4DgC4x3x+1R2zdxpQhvKtvyp/fGyqlKAs/XjLBzC1zn7mwm654QdsuBQ/7xoNMBPzy3TRB5knRe26Tv3DfO2Lhv0bjsN69nOlJLnMlLWCeEamEqIYYH3ps03x7SpExLhLdjCHjh54U0Wpc26tI4VCknoFFPlsiODfli1Q==", "user_id": "b78ce1eacaf6459f9eede7214da34ab8", "name": "CreateKeypairsTests-a50a45af-4970-415c-8984-2f53a59cf9fa", "fingerprint": "fc:6e:dd:e4:c8:c8:7f:28:7d:b7:32:7d:7c:f5:ff:b6"}} 2018-12-03 16:23:52,196 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-68c6891c-bec2-48a9-b533-f8635f540d21 2018-12-03 16:23:52,198 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-a50a45af-4970-415c-8984-2f53a59cf9fa.pub 2018-12-03 16:23:52,199 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-a50a45af-4970-415c-8984-2f53a59cf9fa 2018-12-03 16:23:52,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:52,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8fc7d24a3d054541a6b5ef7c0133b9a7", "name": "CreateKeypairsTests-84116def-ff79-4ea-proj-role"}], "expires_at": "2018-12-03T17:23:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b39efd8d62a4412bbcb2c07dbb433907", "name": "CreateKeypairsTests-84116def-ff79-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b39efd8d62a4412bbcb2c07dbb433907", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/b39efd8d62a4412bbcb2c07dbb433907", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/b39efd8d62a4412bbcb2c07dbb433907", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/b39efd8d62a4412bbcb2c07dbb433907", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/b39efd8d62a4412bbcb2c07dbb433907", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/b39efd8d62a4412bbcb2c07dbb433907", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/b39efd8d62a4412bbcb2c07dbb433907", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/b39efd8d62a4412bbcb2c07dbb433907", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/b39efd8d62a4412bbcb2c07dbb433907", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/b39efd8d62a4412bbcb2c07dbb433907", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/b39efd8d62a4412bbcb2c07dbb433907", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/b39efd8d62a4412bbcb2c07dbb433907", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-84116def-ff79-4ea-user", "id": "b78ce1eacaf6459f9eede7214da34ab8"}, "audit_ids": ["5HZWXAP2TQ-JDottw7hU7A"], "issued_at": "2018-12-03T16:23:52.000000Z"}} 2018-12-03 16:23:52,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-a50a45af-4970-415c-8984-2f53a59cf9fa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf044ddd1b71f7182b7484c058ca079df7f20979" 2018-12-03 16:23:53,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23: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-fc666ca1-5648-4f0d-a068-73023481d6f0 x-compute-request-id: req-fc666ca1-5648-4f0d-a068-73023481d6f0 Content-Encoding: gzip Content-Length: 420 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDa5zD3X4DgC4x3x+1R2zdxpQhvKtvyp/fGyqlKAs/XjLBzC1zn7mwm654QdsuBQ/7xoNMBPzy3TRB5knRe26Tv3DfO2Lhv0bjsN69nOlJLnMlLWCeEamEqIYYH3ps03x7SpExLhLdjCHjh54U0Wpc26tI4VCknoFFPlsiODfli1Q==", "user_id": "b78ce1eacaf6459f9eede7214da34ab8", "name": "CreateKeypairsTests-a50a45af-4970-415c-8984-2f53a59cf9fa", "deleted": false, "created_at": "2018-12-03T16:23:52.000000", "updated_at": null, "fingerprint": "fc:6e:dd:e4:c8:c8:7f:28:7d:b7:32:7d:7c:f5:ff:b6", "deleted_at": null, "id": 75}} 2018-12-03 16:23:53,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-a50a45af-4970-415c-8984-2f53a59cf9fa used request id req-fc666ca1-5648-4f0d-a068-73023481d6f0 2018-12-03 16:23:53,107 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-a50a45af-4970-415c-8984-2f53a59cf9fa 2018-12-03 16:23:53,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-a50a45af-4970-415c-8984-2f53a59cf9fa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41981a4069437bcb0cc56f454ef24535946caab" 2018-12-03 16:23:53,153 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:23: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-895f07c6-8e48-4a9f-afa7-237d07c07b0d x-compute-request-id: req-895f07c6-8e48-4a9f-afa7-237d07c07b0d Content-Length: 0 Content-Type: application/json 2018-12-03 16:23:53,153 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-a50a45af-4970-415c-8984-2f53a59cf9fa used request id req-895f07c6-8e48-4a9f-afa7-237d07c07b0d 2018-12-03 16:23:53,154 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-a50a45af-4970-415c-8984-2f53a59cf9fa.pub] 2018-12-03 16:23:53,154 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-a50a45af-4970-415c-8984-2f53a59cf9fa] 2018-12-03 16:23:53,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" 2018-12-03 16:23:53,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-01e71472-d9db-4149-be4f-a4c4075a8848 Date: Mon, 03 Dec 2018 16:23:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:23:53,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-01e71472-d9db-4149-be4f-a4c4075a8848 2018-12-03 16:23:53,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" 2018-12-03 16:23:53,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbc82cd3-e828-4a3f-bd90-93219f210149 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:23:53,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-dbc82cd3-e828-4a3f-bd90-93219f210149 2018-12-03 16:23:53,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" 2018-12-03 16:23:53,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cffa2f88-f8f2-47e2-b78a-e8ca91599fd5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:23:53,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-cffa2f88-f8f2-47e2-b78a-e8ca91599fd5 2018-12-03 16:23:53,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" 2018-12-03 16:23:53,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9344788e-f757-47a3-81fa-be66b124562e Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:23:53,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-9344788e-f757-47a3-81fa-be66b124562e 2018-12-03 16:23:53,650 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-84116def-ff79-4ea-proj 2018-12-03 16:23:53,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/b39efd8d62a4412bbcb2c07dbb433907 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" 2018-12-03 16:23:53,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cca24202-f58a-4dea-ae7f-fdf8d700b074 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:53,845 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/b39efd8d62a4412bbcb2c07dbb433907 used request id req-cca24202-f58a-4dea-ae7f-fdf8d700b074 2018-12-03 16:23:53,845 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-84116def-ff79-4ea-proj-role 2018-12-03 16:23:53,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/8fc7d24a3d054541a6b5ef7c0133b9a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" 2018-12-03 16:23:53,968 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-707311bf-d9b7-40f7-99dd-4ca4f37bd467 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:53,968 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/8fc7d24a3d054541a6b5ef7c0133b9a7 used request id req-707311bf-d9b7-40f7-99dd-4ca4f37bd467 2018-12-03 16:23:53,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d291b511799abefc1351f01eb21444735d97226c" 2018-12-03 16:23:54,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-492fc622-a199-4b0b-9130-cc0d179edb47 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:54,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-492fc622-a199-4b0b-9130-cc0d179edb47 2018-12-03 16:23:54,061 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-84116def-ff79-4ea-user 2018-12-03 16:23:54,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/b78ce1eacaf6459f9eede7214da34ab8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05ad3361187a286fcb5991bbbeff3b449869b9e6" 2018-12-03 16:23:54,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3171c35c-87f3-4141-8c4c-5f3c3969df2d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:54,223 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b78ce1eacaf6459f9eede7214da34ab8 used request id req-3171c35c-87f3-4141-8c4c-5f3c3969df2d 2018-12-03 16:23:54,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:54,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["rxHnRdSCRNeII41LJdizmg"], "issued_at": "2018-12-03T16:23:54.000000Z"}} 2018-12-03 16:23:54,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2452636e710bbe76fe97b5c41f6fe7d731a8a6e7" 2018-12-03 16:23:54,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6de7f983-53be-4bbd-ae49-e96c30a883ae Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:54,704 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6de7f983-53be-4bbd-ae49-e96c30a883ae 2018-12-03 16:23:54,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:54,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:55,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["QfJtE-ELSYei3qwbPgQP2Q"], "issued_at": "2018-12-03T16:23:55.000000Z"}} 2018-12-03 16:23:55,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" 2018-12-03 16:23:55,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f76c81d-af84-40dd-a380-a615f517560c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:55,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0f76c81d-af84-40dd-a380-a615f517560c 2018-12-03 16:23:55,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:55,180 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:55,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6d1d6fa9-35c9-42d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" 2018-12-03 16:23:55,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef8cd79a-7665-4666-a38e-59c323b6f15d Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6d1d6fa9-35c9-42d-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:23:55,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6d1d6fa9-35c9-42d-proj used request id req-ef8cd79a-7665-4666-a38e-59c323b6f15d 2018-12-03 16:23:55,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" 2018-12-03 16:23:55,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80ceefb-76fa-40db-b0d0-92b0329e0d08 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:55,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b80ceefb-76fa-40db-b0d0-92b0329e0d08 2018-12-03 16:23:55,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-6d1d6fa9-35c9-42d-proj"}}' 2018-12-03 16:23:55,465 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f158164f-56ec-402b-ba21-b1c0f687c76d Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f620f5476bf4f2999889d7545323489"}, "enabled": true, "id": "4f620f5476bf4f2999889d7545323489", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-6d1d6fa9-35c9-42d-proj"}} 2018-12-03 16:23:55,465 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f158164f-56ec-402b-ba21-b1c0f687c76d 2018-12-03 16:23:55,465 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-6d1d6fa9-35c9-42d-proj 2018-12-03 16:23:55,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:55,466 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:55,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["CgS--4UoRLqp2-8iQskuIg"], "issued_at": "2018-12-03T16:23:55.000000Z"}} 2018-12-03 16:23:55,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210d2ba9ba27fc1e174ccebedfd3c0295af62e8c" 2018-12-03 16:23:55,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62ab1b2c-9f8b-4ce1-aa76-712d07183ce7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:55,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-62ab1b2c-9f8b-4ce1-aa76-712d07183ce7 2018-12-03 16:23:55,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:23:55,944 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:23: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:23:55,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210d2ba9ba27fc1e174ccebedfd3c0295af62e8c" 2018-12-03 16:23:56,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd426463-e70d-4294-91f1-fc98cbc54e65 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:23:56,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-cd426463-e70d-4294-91f1-fc98cbc54e65 2018-12-03 16:23:56,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-6d1d6fa9-35c9-42d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210d2ba9ba27fc1e174ccebedfd3c0295af62e8c" 2018-12-03 16:23:56,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d86dadfa-b578-44ce-9380-85fde00cef84 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-6d1d6fa9-35c9-42d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f620f5476bf4f2999889d7545323489"}, "enabled": true, "id": "4f620f5476bf4f2999889d7545323489", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-6d1d6fa9-35c9-42d-proj"}]} 2018-12-03 16:23:56,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateKeypairsTests-6d1d6fa9-35c9-42d-proj used request id req-d86dadfa-b578-44ce-9380-85fde00cef84 2018-12-03 16:23:56,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210d2ba9ba27fc1e174ccebedfd3c0295af62e8c" 2018-12-03 16:23:56,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-970ba315-2d7a-4f6a-82b2-d5590c8eb21b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:23:56,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-970ba315-2d7a-4f6a-82b2-d5590c8eb21b 2018-12-03 16:23:56,603 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-6d1d6fa9-35c9-42d-user 2018-12-03 16:23:56,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:56,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" 2018-12-03 16:23:56,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66191fbe-fe95-4de3-bd7e-688080364dac Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:56,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-66191fbe-fe95-4de3-bd7e-688080364dac 2018-12-03 16:23:56,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" -d '{"role": {"name": "CreateKeypairsTests-6d1d6fa9-35c9-42d-proj-role"}}' 2018-12-03 16:23:56,831 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:23:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91255fbc-fec5-46a8-8f22-a35280c7fcce Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eb896a7a27a1469599140f8655f057b5", "links": {"self": "http://172.30.9.30:5000/v3/roles/eb896a7a27a1469599140f8655f057b5"}, "name": "CreateKeypairsTests-6d1d6fa9-35c9-42d-proj-role"}} 2018-12-03 16:23:56,831 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-91255fbc-fec5-46a8-8f22-a35280c7fcce 2018-12-03 16:23:56,831 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-6d1d6fa9-35c9-42d-proj-role 2018-12-03 16:23:56,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/eb896a7a27a1469599140f8655f057b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" 2018-12-03 16:23:56,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e87fd3-fc5b-49f0-ba20-0bdb1b55a4db Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/eb896a7a27a1469599140f8655f057b5"}, "domain_id": null, "name": "CreateKeypairsTests-6d1d6fa9-35c9-42d-proj-role", "id": "eb896a7a27a1469599140f8655f057b5"}} 2018-12-03 16:23:56,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/eb896a7a27a1469599140f8655f057b5 used request id req-01e87fd3-fc5b-49f0-ba20-0bdb1b55a4db 2018-12-03 16:23:56,916 - keystone_utils - INFO - Granting role CreateKeypairsTests-6d1d6fa9-35c9-42d-proj-role to project CreateKeypairsTests-6d1d6fa9-35c9-42d-proj 2018-12-03 16:23:56,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/4f620f5476bf4f2999889d7545323489/users/d96d918443dc460f972e98a5b96f06f5/roles/eb896a7a27a1469599140f8655f057b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" 2018-12-03 16:23:57,054 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2490810c-1ca8-443f-8629-a4228792f400 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:57,054 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4f620f5476bf4f2999889d7545323489/users/d96d918443dc460f972e98a5b96f06f5/roles/eb896a7a27a1469599140f8655f057b5 used request id req-2490810c-1ca8-443f-8629-a4228792f400 2018-12-03 16:23:57,055 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:23:57,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:57,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:57,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb896a7a27a1469599140f8655f057b5", "name": "CreateKeypairsTests-6d1d6fa9-35c9-42d-proj-role"}], "expires_at": "2018-12-03T17:23:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f620f5476bf4f2999889d7545323489", "name": "CreateKeypairsTests-6d1d6fa9-35c9-42d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4f620f5476bf4f2999889d7545323489", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4f620f5476bf4f2999889d7545323489", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4f620f5476bf4f2999889d7545323489", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4f620f5476bf4f2999889d7545323489", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4f620f5476bf4f2999889d7545323489", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4f620f5476bf4f2999889d7545323489", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4f620f5476bf4f2999889d7545323489", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4f620f5476bf4f2999889d7545323489", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4f620f5476bf4f2999889d7545323489", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4f620f5476bf4f2999889d7545323489", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4f620f5476bf4f2999889d7545323489", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4f620f5476bf4f2999889d7545323489", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-6d1d6fa9-35c9-42d-user", "id": "d96d918443dc460f972e98a5b96f06f5"}, "audit_ids": ["03M2HK1IQqO77cCwoiFQyg"], "issued_at": "2018-12-03T16:23:57.000000Z"}} 2018-12-03 16:23:57,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212f032fe32fbad1bd894a79e94369beb4eda150" 2018-12-03 16:23:57,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f245a23-9065-4936-9582-81c95c8e96ac Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:57,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8f245a23-9065-4936-9582-81c95c8e96ac 2018-12-03 16:23:57,509 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:23:57,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212f032fe32fbad1bd894a79e94369beb4eda150" 2018-12-03 16:23:57,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23: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-126f0490-4ad3-4997-80c3-2be1406c8674 x-compute-request-id: req-126f0490-4ad3-4997-80c3-2be1406c8674 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 16:23:57,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-126f0490-4ad3-4997-80c3-2be1406c8674 2018-12-03 16:23:57,679 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-401d36b7-1ca9-4b3c-8512-41920b1cbfd5... 2018-12-03 16:23:57,680 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 16:23:57,714 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-401d36b7-1ca9-4b3c-8512-41920b1cbfd5 2018-12-03 16:23:57,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212f032fe32fbad1bd894a79e94369beb4eda150" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCk0Zgxyzq/+vC079h0APRlTekKYh+Lrp7r2qQIgd1qqWO998ndvPsgwHwSnj3zhuU5wHEbK3nRKaera7s9i8QNTsZAaxtkJwmBihkPuSRy4N4sEPoUg0ItZa6C5tDBYka4/mnga9wySflwUVoTFo7b3d/3b4ZH/HAdlyGtXCN7VQ==", "name": "CreateKeypairsTests-401d36b7-1ca9-4b3c-8512-41920b1cbfd5"}}' 2018-12-03 16:23:57,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23: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-86fea75e-4f3d-4b92-a3c3-487351b22547 x-compute-request-id: req-86fea75e-4f3d-4b92-a3c3-487351b22547 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCk0Zgxyzq/+vC079h0APRlTekKYh+Lrp7r2qQIgd1qqWO998ndvPsgwHwSnj3zhuU5wHEbK3nRKaera7s9i8QNTsZAaxtkJwmBihkPuSRy4N4sEPoUg0ItZa6C5tDBYka4/mnga9wySflwUVoTFo7b3d/3b4ZH/HAdlyGtXCN7VQ==", "user_id": "d96d918443dc460f972e98a5b96f06f5", "name": "CreateKeypairsTests-401d36b7-1ca9-4b3c-8512-41920b1cbfd5", "fingerprint": "36:9f:8f:db:d9:6d:6c:55:5c:96:92:00:0a:10:5c:da"}} 2018-12-03 16:23:57,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-86fea75e-4f3d-4b92-a3c3-487351b22547 2018-12-03 16:23:57,782 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-401d36b7-1ca9-4b3c-8512-41920b1cbfd5.pub 2018-12-03 16:23:57,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:58,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb896a7a27a1469599140f8655f057b5", "name": "CreateKeypairsTests-6d1d6fa9-35c9-42d-proj-role"}], "expires_at": "2018-12-03T17:23:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f620f5476bf4f2999889d7545323489", "name": "CreateKeypairsTests-6d1d6fa9-35c9-42d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4f620f5476bf4f2999889d7545323489", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4f620f5476bf4f2999889d7545323489", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4f620f5476bf4f2999889d7545323489", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4f620f5476bf4f2999889d7545323489", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4f620f5476bf4f2999889d7545323489", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4f620f5476bf4f2999889d7545323489", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4f620f5476bf4f2999889d7545323489", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4f620f5476bf4f2999889d7545323489", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4f620f5476bf4f2999889d7545323489", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4f620f5476bf4f2999889d7545323489", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4f620f5476bf4f2999889d7545323489", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4f620f5476bf4f2999889d7545323489", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-6d1d6fa9-35c9-42d-user", "id": "d96d918443dc460f972e98a5b96f06f5"}, "audit_ids": ["M0cUliE0TOqTzKJbS7NY3A"], "issued_at": "2018-12-03T16:23:58.000000Z"}} 2018-12-03 16:23:58,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-401d36b7-1ca9-4b3c-8512-41920b1cbfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}322f5104ee44d0d6390d781380a54934a92be452" 2018-12-03 16:23:58,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23: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-88c1df1b-d29c-401f-989e-8ffa3f768ebd x-compute-request-id: req-88c1df1b-d29c-401f-989e-8ffa3f768ebd Content-Encoding: gzip Content-Length: 421 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCk0Zgxyzq/+vC079h0APRlTekKYh+Lrp7r2qQIgd1qqWO998ndvPsgwHwSnj3zhuU5wHEbK3nRKaera7s9i8QNTsZAaxtkJwmBihkPuSRy4N4sEPoUg0ItZa6C5tDBYka4/mnga9wySflwUVoTFo7b3d/3b4ZH/HAdlyGtXCN7VQ==", "user_id": "d96d918443dc460f972e98a5b96f06f5", "name": "CreateKeypairsTests-401d36b7-1ca9-4b3c-8512-41920b1cbfd5", "deleted": false, "created_at": "2018-12-03T16:23:57.000000", "updated_at": null, "fingerprint": "36:9f:8f:db:d9:6d:6c:55:5c:96:92:00:0a:10:5c:da", "deleted_at": null, "id": 78}} 2018-12-03 16:23:58,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-401d36b7-1ca9-4b3c-8512-41920b1cbfd5 used request id req-88c1df1b-d29c-401f-989e-8ffa3f768ebd 2018-12-03 16:23:58,322 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-401d36b7-1ca9-4b3c-8512-41920b1cbfd5 2018-12-03 16:23:58,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-401d36b7-1ca9-4b3c-8512-41920b1cbfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212f032fe32fbad1bd894a79e94369beb4eda150" 2018-12-03 16:23:58,357 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:23: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-87e664f1-816b-4ab5-bd0a-4b8e6db6a4e1 x-compute-request-id: req-87e664f1-816b-4ab5-bd0a-4b8e6db6a4e1 Content-Length: 0 Content-Type: application/json 2018-12-03 16:23:58,358 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsTests-401d36b7-1ca9-4b3c-8512-41920b1cbfd5 used request id req-87e664f1-816b-4ab5-bd0a-4b8e6db6a4e1 2018-12-03 16:23:58,358 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-401d36b7-1ca9-4b3c-8512-41920b1cbfd5.pub] 2018-12-03 16:23:58,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" 2018-12-03 16:23:58,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2067309b-b7bc-45d6-af38-d5ca9d38941c Date: Mon, 03 Dec 2018 16:23:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:23:58,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-2067309b-b7bc-45d6-af38-d5ca9d38941c 2018-12-03 16:23:58,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" 2018-12-03 16:23:58,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45ef214f-2056-4a30-ac67-87abb4802c62 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:23:58,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-45ef214f-2056-4a30-ac67-87abb4802c62 2018-12-03 16:23:58,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" 2018-12-03 16:23:58,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a85521dc-bb22-4b89-8ed1-caf7ba59fe52 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:23:58,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-a85521dc-bb22-4b89-8ed1-caf7ba59fe52 2018-12-03 16:23:58,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" 2018-12-03 16:23:58,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dbb5cfb-a671-4b48-9a22-eb6b5701a1bc Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:23:58,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-6dbb5cfb-a671-4b48-9a22-eb6b5701a1bc 2018-12-03 16:23:58,863 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-6d1d6fa9-35c9-42d-proj 2018-12-03 16:23:58,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/4f620f5476bf4f2999889d7545323489 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" 2018-12-03 16:23:59,084 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdb6c538-e7ab-477e-a833-04e2a3708a49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:59,084 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4f620f5476bf4f2999889d7545323489 used request id req-bdb6c538-e7ab-477e-a833-04e2a3708a49 2018-12-03 16:23:59,085 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-6d1d6fa9-35c9-42d-proj-role 2018-12-03 16:23:59,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/eb896a7a27a1469599140f8655f057b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" 2018-12-03 16:23:59,123 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c87d00d-bbf7-4115-b94b-25548599e7c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:59,124 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/eb896a7a27a1469599140f8655f057b5 used request id req-0c87d00d-bbf7-4115-b94b-25548599e7c2 2018-12-03 16:23:59,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50027b05ef792a11e975c0d2ba7e44bbb37480e6" 2018-12-03 16:23:59,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92096b5a-afd1-48ab-874c-81ea9fc90e05 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:23:59,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-92096b5a-afd1-48ab-874c-81ea9fc90e05 2018-12-03 16:23:59,211 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-6d1d6fa9-35c9-42d-user 2018-12-03 16:23:59,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/d96d918443dc460f972e98a5b96f06f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210d2ba9ba27fc1e174ccebedfd3c0295af62e8c" 2018-12-03 16:23:59,393 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:23:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59bd2495-7ecf-4a1f-9ad0-61d510df7343 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:23:59,393 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d96d918443dc460f972e98a5b96f06f5 used request id req-59bd2495-7ecf-4a1f-9ad0-61d510df7343 2018-12-03 16:23:59,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:23:59,769 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:23:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ISNz78EmSoujKv3UJMfAJA"], "issued_at": "2018-12-03T16:23:59.000000Z"}} 2018-12-03 16:23:59,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6577e0c740ad4e801c29b5b4957e070ea17f101" 2018-12-03 16:23:59,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68c4856e-e20e-4482-b7c9-fd85064a1c9f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:23:59,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-68c4856e-e20e-4482-b7c9-fd85064a1c9f 2018-12-03 16:23:59,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:23:59,861 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:00,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["kgJpiVtEQCOKVJsBbJZBew"], "issued_at": "2018-12-03T16:24:00.000000Z"}} 2018-12-03 16:24:00,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" 2018-12-03 16:24:00,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c388570-b57b-409b-a334-a5388287bc67 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:00,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6c388570-b57b-409b-a334-a5388287bc67 2018-12-03 16:24:00,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:00,425 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:00,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-e0974665-877c-4fd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" 2018-12-03 16:24:00,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a52f8042-6950-4141-95b7-e6802c57953b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-e0974665-877c-4fd-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:24:00,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-e0974665-877c-4fd-proj used request id req-a52f8042-6950-4141-95b7-e6802c57953b 2018-12-03 16:24:00,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" 2018-12-03 16:24:00,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b8f5b4b-b0ca-4a9c-bc12-c718d9fee66f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:24:00,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-9b8f5b4b-b0ca-4a9c-bc12-c718d9fee66f 2018-12-03 16:24:00,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-e0974665-877c-4fd-proj"}}' 2018-12-03 16:24:00,716 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:24:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32668400-ed31-4b58-a510-8c11dcfd16e6 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/896172a0e1674070862a1cd9d6425deb"}, "enabled": true, "id": "896172a0e1674070862a1cd9d6425deb", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-e0974665-877c-4fd-proj"}} 2018-12-03 16:24:00,717 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-32668400-ed31-4b58-a510-8c11dcfd16e6 2018-12-03 16:24:00,717 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-e0974665-877c-4fd-proj 2018-12-03 16:24:00,717 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:00,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:01,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Uu8k7pEoTeGRX8MYAmsmSw"], "issued_at": "2018-12-03T16:24:01.000000Z"}} 2018-12-03 16:24:01,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91e18ddbdfea5e280da1b4b3cbcbecdb101bbeff" 2018-12-03 16:24:01,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9860ebf6-7e21-41d4-8cd2-659d7459d7e7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:01,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9860ebf6-7e21-41d4-8cd2-659d7459d7e7 2018-12-03 16:24:01,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:01,189 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:01,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91e18ddbdfea5e280da1b4b3cbcbecdb101bbeff" 2018-12-03 16:24:01,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0727b521-1a7f-4124-a4f0-968c0edeb875 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:24:01,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-0727b521-1a7f-4124-a4f0-968c0edeb875 2018-12-03 16:24:01,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-e0974665-877c-4fd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91e18ddbdfea5e280da1b4b3cbcbecdb101bbeff" 2018-12-03 16:24:01,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3e09072-1847-458d-9e49-477f58efcab4 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-e0974665-877c-4fd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/896172a0e1674070862a1cd9d6425deb"}, "enabled": true, "id": "896172a0e1674070862a1cd9d6425deb", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-e0974665-877c-4fd-proj"}]} 2018-12-03 16:24:01,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-e0974665-877c-4fd-proj used request id req-f3e09072-1847-458d-9e49-477f58efcab4 2018-12-03 16:24:01,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91e18ddbdfea5e280da1b4b3cbcbecdb101bbeff" 2018-12-03 16:24:01,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58c63bdf-7c77-4371-8804-d33fdfc5ac36 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:24:01,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-58c63bdf-7c77-4371-8804-d33fdfc5ac36 2018-12-03 16:24:01,776 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-e0974665-877c-4fd-user 2018-12-03 16:24:01,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:01,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" 2018-12-03 16:24:01,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-658591ba-10bf-435b-9452-8276add4607e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:24:01,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-658591ba-10bf-435b-9452-8276add4607e 2018-12-03 16:24:01,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" -d '{"role": {"name": "CreateKeypairsCleanupTests-e0974665-877c-4fd-proj-role"}}' 2018-12-03 16:24:01,974 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:24:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bd3ebb7-f0c4-4106-aae3-20c806acce47 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ec41122392854dd88879ebebc77b9b9a", "links": {"self": "http://172.30.9.30:5000/v3/roles/ec41122392854dd88879ebebc77b9b9a"}, "name": "CreateKeypairsCleanupTests-e0974665-877c-4fd-proj-role"}} 2018-12-03 16:24:01,974 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-5bd3ebb7-f0c4-4106-aae3-20c806acce47 2018-12-03 16:24:01,974 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-e0974665-877c-4fd-proj-role 2018-12-03 16:24:01,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/ec41122392854dd88879ebebc77b9b9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" 2018-12-03 16:24:01,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20826a8a-2017-49d7-9dc8-06e1ee42b0f7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ec41122392854dd88879ebebc77b9b9a"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-e0974665-877c-4fd-proj-role", "id": "ec41122392854dd88879ebebc77b9b9a"}} 2018-12-03 16:24:01,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ec41122392854dd88879ebebc77b9b9a used request id req-20826a8a-2017-49d7-9dc8-06e1ee42b0f7 2018-12-03 16:24:01,996 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-e0974665-877c-4fd-proj-role to project CreateKeypairsCleanupTests-e0974665-877c-4fd-proj 2018-12-03 16:24:01,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/896172a0e1674070862a1cd9d6425deb/users/5f4dacec2be24e399f683a84904917d9/roles/ec41122392854dd88879ebebc77b9b9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" 2018-12-03 16:24:02,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f85a8a98-b1e5-4bf2-82ae-217c578f2cab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:02,114 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/896172a0e1674070862a1cd9d6425deb/users/5f4dacec2be24e399f683a84904917d9/roles/ec41122392854dd88879ebebc77b9b9a used request id req-f85a8a98-b1e5-4bf2-82ae-217c578f2cab 2018-12-03 16:24:02,114 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:24:02,249 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-bd8d3dfa-227e-4c86-95fd-feea1041038f.pub 2018-12-03 16:24:02,250 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-bd8d3dfa-227e-4c86-95fd-feea1041038f 2018-12-03 16:24:02,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:02,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:02,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ec41122392854dd88879ebebc77b9b9a", "name": "CreateKeypairsCleanupTests-e0974665-877c-4fd-proj-role"}], "expires_at": "2018-12-03T17:24:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "896172a0e1674070862a1cd9d6425deb", "name": "CreateKeypairsCleanupTests-e0974665-877c-4fd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/896172a0e1674070862a1cd9d6425deb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/896172a0e1674070862a1cd9d6425deb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/896172a0e1674070862a1cd9d6425deb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/896172a0e1674070862a1cd9d6425deb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/896172a0e1674070862a1cd9d6425deb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/896172a0e1674070862a1cd9d6425deb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/896172a0e1674070862a1cd9d6425deb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/896172a0e1674070862a1cd9d6425deb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/896172a0e1674070862a1cd9d6425deb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/896172a0e1674070862a1cd9d6425deb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/896172a0e1674070862a1cd9d6425deb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/896172a0e1674070862a1cd9d6425deb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-e0974665-877c-4fd-user", "id": "5f4dacec2be24e399f683a84904917d9"}, "audit_ids": ["IY_bdaDuQIGtZbwYt2zHqw"], "issued_at": "2018-12-03T16:24:02.000000Z"}} 2018-12-03 16:24:02,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e96ed4f5c25fa9689f3e1e5cd340d72d2596b0e0" 2018-12-03 16:24:02,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38e0d82d-0897-490b-8173-8aa6d2d8a3b4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:02,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-38e0d82d-0897-490b-8173-8aa6d2d8a3b4 2018-12-03 16:24:02,723 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:24:02,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e96ed4f5c25fa9689f3e1e5cd340d72d2596b0e0" 2018-12-03 16:24:03,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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 x-openstack-request-id: req-12357f30-4d96-4ed1-a538-52381fe3c05e x-compute-request-id: req-12357f30-4d96-4ed1-a538-52381fe3c05e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 16:24:03,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-12357f30-4d96-4ed1-a538-52381fe3c05e 2018-12-03 16:24:03,262 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-bd8d3dfa-227e-4c86-95fd-feea1041038f... 2018-12-03 16:24:03,262 - OpenStackKeypair - INFO - Uploading existing keypair 2018-12-03 16:24:03,262 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-bd8d3dfa-227e-4c86-95fd-feea1041038f.pub 2018-12-03 16:24:03,263 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-bd8d3dfa-227e-4c86-95fd-feea1041038f 2018-12-03 16:24:03,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e96ed4f5c25fa9689f3e1e5cd340d72d2596b0e0" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpDN+GdCPs82pUqbxYuJNQwyDXTYgx6rYFAO+IfE9ySAT/iz0mh6TKygWMQCeWdPO4FaYfmhqSkvvJeQc3BgcjZcX9uZB7/Mplp7IuINoK6/2d1qriqW9gW/KCN2Vao9fQyNvR+GI3Dm8Q9OQipqTx1QX7Kp9kDYZiRZyLWzhTdXtsoheNY5p7MUomvMnXSnvlEKboYxfQdjsIGek1zMNlNGHOUdw23oXWsJc0c71S/PLAiWxEnvtp13EvVcgxAIfXO1qgkvNEpLVc68b5N8rh414LiUxwK/nDibCmZiFYyxoTdXh6S4h8Ojskz4H0b6xj4cdTrlbMj91y1StQNaRD", "name": "CreateKeypairsCleanupTests-bd8d3dfa-227e-4c86-95fd-feea1041038f"}}' 2018-12-03 16:24:03,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24: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-c011fb28-5f73-4739-aa6a-3e74113bc8c2 x-compute-request-id: req-c011fb28-5f73-4739-aa6a-3e74113bc8c2 Content-Encoding: gzip Content-Length: 503 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpDN+GdCPs82pUqbxYuJNQwyDXTYgx6rYFAO+IfE9ySAT/iz0mh6TKygWMQCeWdPO4FaYfmhqSkvvJeQc3BgcjZcX9uZB7/Mplp7IuINoK6/2d1qriqW9gW/KCN2Vao9fQyNvR+GI3Dm8Q9OQipqTx1QX7Kp9kDYZiRZyLWzhTdXtsoheNY5p7MUomvMnXSnvlEKboYxfQdjsIGek1zMNlNGHOUdw23oXWsJc0c71S/PLAiWxEnvtp13EvVcgxAIfXO1qgkvNEpLVc68b5N8rh414LiUxwK/nDibCmZiFYyxoTdXh6S4h8Ojskz4H0b6xj4cdTrlbMj91y1StQNaRD", "user_id": "5f4dacec2be24e399f683a84904917d9", "name": "CreateKeypairsCleanupTests-bd8d3dfa-227e-4c86-95fd-feea1041038f", "fingerprint": "98:95:a1:ef:9b:63:d5:20:c5:b4:f2:89:1d:37:87:28"}} 2018-12-03 16:24:03,346 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-c011fb28-5f73-4739-aa6a-3e74113bc8c2 2018-12-03 16:24:03,347 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-bd8d3dfa-227e-4c86-95fd-feea1041038f 2018-12-03 16:24:03,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-bd8d3dfa-227e-4c86-95fd-feea1041038f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e96ed4f5c25fa9689f3e1e5cd340d72d2596b0e0" 2018-12-03 16:24:03,381 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:24: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-e406f39c-7452-405c-acdf-3ed4afd3ec43 x-compute-request-id: req-e406f39c-7452-405c-acdf-3ed4afd3ec43 Content-Length: 0 Content-Type: application/json 2018-12-03 16:24:03,381 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-bd8d3dfa-227e-4c86-95fd-feea1041038f used request id req-e406f39c-7452-405c-acdf-3ed4afd3ec43 2018-12-03 16:24:03,381 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-bd8d3dfa-227e-4c86-95fd-feea1041038f.pub] 2018-12-03 16:24:03,382 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-bd8d3dfa-227e-4c86-95fd-feea1041038f] 2018-12-03 16:24:03,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" 2018-12-03 16:24:03,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-af1244dc-41e2-4b4d-aa06-1365f02dc055 Date: Mon, 03 Dec 2018 16:24:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:24:03,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-af1244dc-41e2-4b4d-aa06-1365f02dc055 2018-12-03 16:24:03,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" 2018-12-03 16:24:03,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bf79d59-b235-4e07-a8ff-db26a281bb83 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:24:03,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-9bf79d59-b235-4e07-a8ff-db26a281bb83 2018-12-03 16:24:03,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" 2018-12-03 16:24:03,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bf8da1d-ad29-4ea5-9e50-633a1c7ad4b1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:24:03,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-2bf8da1d-ad29-4ea5-9e50-633a1c7ad4b1 2018-12-03 16:24:03,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" 2018-12-03 16:24:03,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eefa5b4-79af-4d2d-8cc4-ea5ae8e4641e Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:24:03,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-0eefa5b4-79af-4d2d-8cc4-ea5ae8e4641e 2018-12-03 16:24:03,872 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-e0974665-877c-4fd-proj 2018-12-03 16:24:03,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/896172a0e1674070862a1cd9d6425deb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" 2018-12-03 16:24:04,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47be8565-1872-4cfa-a7cc-ebcbe8ce68c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:04,066 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/896172a0e1674070862a1cd9d6425deb used request id req-47be8565-1872-4cfa-a7cc-ebcbe8ce68c8 2018-12-03 16:24:04,066 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-e0974665-877c-4fd-proj-role 2018-12-03 16:24:04,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/ec41122392854dd88879ebebc77b9b9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" 2018-12-03 16:24:04,177 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e93ad7e7-7703-423a-95e5-e6ca6ecda587 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:04,177 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/ec41122392854dd88879ebebc77b9b9a used request id req-e93ad7e7-7703-423a-95e5-e6ca6ecda587 2018-12-03 16:24:04,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2d81dff2d1cf85952133137f6030a00616490b" 2018-12-03 16:24:04,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b69bba93-c677-4006-986d-bab47ed9bdad Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:24:04,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b69bba93-c677-4006-986d-bab47ed9bdad 2018-12-03 16:24:04,269 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-e0974665-877c-4fd-user 2018-12-03 16:24:04,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/5f4dacec2be24e399f683a84904917d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91e18ddbdfea5e280da1b4b3cbcbecdb101bbeff" 2018-12-03 16:24:04,438 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffd58671-ba74-48f5-b983-c70336f9e097 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:04,438 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/5f4dacec2be24e399f683a84904917d9 used request id req-ffd58671-ba74-48f5-b983-c70336f9e097 2018-12-03 16:24:04,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:04,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["xKPCCgLqQ_e15kED1Nz5sw"], "issued_at": "2018-12-03T16:24:04.000000Z"}} 2018-12-03 16:24:04,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}379c0510554321d217c7bf3c746da56b59001a06" 2018-12-03 16:24:04,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b25b3bc-90f9-41f5-b223-1ba7beb27071 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:04,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7b25b3bc-90f9-41f5-b223-1ba7beb27071 2018-12-03 16:24:04,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:04,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:05,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["sBNlzSQnQc2Gri5kT8ADOA"], "issued_at": "2018-12-03T16:24:05.000000Z"}} 2018-12-03 16:24:05,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" 2018-12-03 16:24:05,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38878e5f-35d6-40a3-b87c-0708f203186b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:05,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-38878e5f-35d6-40a3-b87c-0708f203186b 2018-12-03 16:24:05,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:05,378 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:05,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" 2018-12-03 16:24:05,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1856967b-5634-49bc-9213-4a5b2910dbe3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:24:05,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj used request id req-1856967b-5634-49bc-9213-4a5b2910dbe3 2018-12-03 16:24:05,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" 2018-12-03 16:24:05,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-760d02f4-9d9a-40e9-a4fc-c3dccbec3a9c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:24:05,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-760d02f4-9d9a-40e9-a4fc-c3dccbec3a9c 2018-12-03 16:24:05,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj"}}' 2018-12-03 16:24:05,674 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:24:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81b8f91b-515e-4254-ae88-23c4c4936b5d Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e5eeb4782e7946c49fdaf0f2db9154fe"}, "enabled": true, "id": "e5eeb4782e7946c49fdaf0f2db9154fe", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj"}} 2018-12-03 16:24:05,675 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-81b8f91b-515e-4254-ae88-23c4c4936b5d 2018-12-03 16:24:05,675 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj 2018-12-03 16:24:05,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:05,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:06,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Mv0vMcunShCkCsuda8MiiA"], "issued_at": "2018-12-03T16:24:06.000000Z"}} 2018-12-03 16:24:06,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dd561acd412e9af781dad6a99a2f2cd2bcba10" 2018-12-03 16:24:06,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0f62259-5c58-4991-93a3-2ce12e10c434 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:06,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b0f62259-5c58-4991-93a3-2ce12e10c434 2018-12-03 16:24:06,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:06,149 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:06,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dd561acd412e9af781dad6a99a2f2cd2bcba10" 2018-12-03 16:24:06,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb11142a-dee4-4810-808b-bd39f645b5a7 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:24:06,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-eb11142a-dee4-4810-808b-bd39f645b5a7 2018-12-03 16:24:06,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dd561acd412e9af781dad6a99a2f2cd2bcba10" 2018-12-03 16:24:06,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e7cb5e7-4224-426e-b619-aa01ec43bf76 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e5eeb4782e7946c49fdaf0f2db9154fe"}, "enabled": true, "id": "e5eeb4782e7946c49fdaf0f2db9154fe", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj"}]} 2018-12-03 16:24:06,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj used request id req-9e7cb5e7-4224-426e-b619-aa01ec43bf76 2018-12-03 16:24:06,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dd561acd412e9af781dad6a99a2f2cd2bcba10" 2018-12-03 16:24:06,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-621289b9-fda4-4ca4-a2d5-a3ab34768f68 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:24:06,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-621289b9-fda4-4ca4-a2d5-a3ab34768f68 2018-12-03 16:24:06,794 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-user 2018-12-03 16:24:06,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:06,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" 2018-12-03 16:24:06,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baeaa537-8e6a-4ffe-b5d8-a504ca5023f1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:24:06,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-baeaa537-8e6a-4ffe-b5d8-a504ca5023f1 2018-12-03 16:24:06,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" -d '{"role": {"name": "CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj-role"}}' 2018-12-03 16:24:07,017 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:24:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2b97c28-9239-4b46-b4bf-56d8c715a81a Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b16b51cd81ab452ca808971675e61ec7", "links": {"self": "http://172.30.9.30:5000/v3/roles/b16b51cd81ab452ca808971675e61ec7"}, "name": "CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj-role"}} 2018-12-03 16:24:07,017 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-a2b97c28-9239-4b46-b4bf-56d8c715a81a 2018-12-03 16:24:07,017 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj-role 2018-12-03 16:24:07,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/b16b51cd81ab452ca808971675e61ec7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" 2018-12-03 16:24:07,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0039075c-60e8-4568-8ecd-c69f0c989e74 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/b16b51cd81ab452ca808971675e61ec7"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj-role", "id": "b16b51cd81ab452ca808971675e61ec7"}} 2018-12-03 16:24:07,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/b16b51cd81ab452ca808971675e61ec7 used request id req-0039075c-60e8-4568-8ecd-c69f0c989e74 2018-12-03 16:24:07,037 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj-role to project CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj 2018-12-03 16:24:07,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/e5eeb4782e7946c49fdaf0f2db9154fe/users/99d80d6403e34ce383f996bf2035d38f/roles/b16b51cd81ab452ca808971675e61ec7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" 2018-12-03 16:24:07,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6a4348b-7461-40fc-bc2f-3d6cceac5670 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:07,174 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e5eeb4782e7946c49fdaf0f2db9154fe/users/99d80d6403e34ce383f996bf2035d38f/roles/b16b51cd81ab452ca808971675e61ec7 used request id req-d6a4348b-7461-40fc-bc2f-3d6cceac5670 2018-12-03 16:24:07,175 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:24:07,291 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-698719d1-8107-406d-9a06-9f286d7a74e4.pub 2018-12-03 16:24:07,291 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-698719d1-8107-406d-9a06-9f286d7a74e4 2018-12-03 16:24:07,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:07,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:07,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b16b51cd81ab452ca808971675e61ec7", "name": "CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj-role"}], "expires_at": "2018-12-03T17:24:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5eeb4782e7946c49fdaf0f2db9154fe", "name": "CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e5eeb4782e7946c49fdaf0f2db9154fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e5eeb4782e7946c49fdaf0f2db9154fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e5eeb4782e7946c49fdaf0f2db9154fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e5eeb4782e7946c49fdaf0f2db9154fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e5eeb4782e7946c49fdaf0f2db9154fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e5eeb4782e7946c49fdaf0f2db9154fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e5eeb4782e7946c49fdaf0f2db9154fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e5eeb4782e7946c49fdaf0f2db9154fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e5eeb4782e7946c49fdaf0f2db9154fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e5eeb4782e7946c49fdaf0f2db9154fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e5eeb4782e7946c49fdaf0f2db9154fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e5eeb4782e7946c49fdaf0f2db9154fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-user", "id": "99d80d6403e34ce383f996bf2035d38f"}, "audit_ids": ["YC6Z1C1xTo2oag-kVvnurQ"], "issued_at": "2018-12-03T16:24:07.000000Z"}} 2018-12-03 16:24:07,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a15e93ed8813bf701a32a6d48d14d057b8a897" 2018-12-03 16:24:07,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25778a15-5f58-4edc-8fd2-9ba6d5280439 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:07,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-25778a15-5f58-4edc-8fd2-9ba6d5280439 2018-12-03 16:24:07,748 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:24:07,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a15e93ed8813bf701a32a6d48d14d057b8a897" 2018-12-03 16:24:07,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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 x-openstack-request-id: req-1e515b09-47b8-41d3-9d13-f958e629f149 x-compute-request-id: req-1e515b09-47b8-41d3-9d13-f958e629f149 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 16:24:07,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-1e515b09-47b8-41d3-9d13-f958e629f149 2018-12-03 16:24:07,908 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-698719d1-8107-406d-9a06-9f286d7a74e4... 2018-12-03 16:24:07,908 - OpenStackKeypair - INFO - Uploading existing keypair 2018-12-03 16:24:07,908 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-698719d1-8107-406d-9a06-9f286d7a74e4.pub 2018-12-03 16:24:07,908 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-698719d1-8107-406d-9a06-9f286d7a74e4 2018-12-03 16:24:07,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a15e93ed8813bf701a32a6d48d14d057b8a897" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr2MO1/2G5YiECLrNtLZ7WHTFaDEW0D2Xw5HnRbF65S1jJpm/50he0A/x00802HyQ06XOGh/dKBP3q0rYk/WNu+mJaUK84x0mb1A+mrPO/8m/PAhHIMok4TXKW0yjUlJ02/cG0C/GoYko3hEOvyRA4X+/O5+5VN/yCpSWJs97Kv/6QHWTIMM+H3v23x7aXsjTGzoJb9uFvfpgUU5suD19RH+udqyYRJaAyd0i7NlxiA9huwXKT7wXWjLYdypEH/uokiXy1J4wbApQ3hwvHe6uS1iPTk7+WBaRyKZVh+c8u1V1IOxLXWGRUAT/sWQvcInHgq75K5IA3T9brzANaGtu5", "name": "CreateKeypairsCleanupTests-698719d1-8107-406d-9a06-9f286d7a74e4"}}' 2018-12-03 16:24:07,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-8077e691-6387-4699-ba48-61ec5696160f x-compute-request-id: req-8077e691-6387-4699-ba48-61ec5696160f Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr2MO1/2G5YiECLrNtLZ7WHTFaDEW0D2Xw5HnRbF65S1jJpm/50he0A/x00802HyQ06XOGh/dKBP3q0rYk/WNu+mJaUK84x0mb1A+mrPO/8m/PAhHIMok4TXKW0yjUlJ02/cG0C/GoYko3hEOvyRA4X+/O5+5VN/yCpSWJs97Kv/6QHWTIMM+H3v23x7aXsjTGzoJb9uFvfpgUU5suD19RH+udqyYRJaAyd0i7NlxiA9huwXKT7wXWjLYdypEH/uokiXy1J4wbApQ3hwvHe6uS1iPTk7+WBaRyKZVh+c8u1V1IOxLXWGRUAT/sWQvcInHgq75K5IA3T9brzANaGtu5", "user_id": "99d80d6403e34ce383f996bf2035d38f", "name": "CreateKeypairsCleanupTests-698719d1-8107-406d-9a06-9f286d7a74e4", "fingerprint": "5d:87:fd:e5:87:7d:a1:2f:87:f2:4e:17:bb:48:5a:e9"}} 2018-12-03 16:24:07,969 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-8077e691-6387-4699-ba48-61ec5696160f 2018-12-03 16:24:07,969 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-698719d1-8107-406d-9a06-9f286d7a74e4 2018-12-03 16:24:07,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-698719d1-8107-406d-9a06-9f286d7a74e4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a15e93ed8813bf701a32a6d48d14d057b8a897" 2018-12-03 16:24:08,004 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 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 x-openstack-request-id: req-8ca02038-5afc-4143-8a2d-3076cfeaf361 x-compute-request-id: req-8ca02038-5afc-4143-8a2d-3076cfeaf361 Content-Length: 0 Content-Type: application/json 2018-12-03 16:24:08,004 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-698719d1-8107-406d-9a06-9f286d7a74e4 used request id req-8ca02038-5afc-4143-8a2d-3076cfeaf361 2018-12-03 16:24:08,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" 2018-12-03 16:24:08,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-edc603f9-1613-4372-9d87-d72dea532245 Date: Mon, 03 Dec 2018 16:24:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:24:08,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-edc603f9-1613-4372-9d87-d72dea532245 2018-12-03 16:24:08,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" 2018-12-03 16:24:08,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbb89420-6451-4067-aee7-65c6aabcd3c7 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:24:08,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-bbb89420-6451-4067-aee7-65c6aabcd3c7 2018-12-03 16:24:08,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" 2018-12-03 16:24:08,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c563bf3c-1f93-4440-a26f-6e57709e3984 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:24:08,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-c563bf3c-1f93-4440-a26f-6e57709e3984 2018-12-03 16:24:08,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" 2018-12-03 16:24:08,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25a29628-defc-4152-ba7e-44996ab80972 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:24:08,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-25a29628-defc-4152-ba7e-44996ab80972 2018-12-03 16:24:08,419 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj 2018-12-03 16:24:08,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/e5eeb4782e7946c49fdaf0f2db9154fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" 2018-12-03 16:24:08,612 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb797454-af7c-4a97-a988-5391a8e11e4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:08,612 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/e5eeb4782e7946c49fdaf0f2db9154fe used request id req-eb797454-af7c-4a97-a988-5391a8e11e4d 2018-12-03 16:24:08,613 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-proj-role 2018-12-03 16:24:08,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/b16b51cd81ab452ca808971675e61ec7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" 2018-12-03 16:24:08,722 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a640e41e-b94f-41f4-98a3-5cc29330da28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:08,722 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/b16b51cd81ab452ca808971675e61ec7 used request id req-a640e41e-b94f-41f4-98a3-5cc29330da28 2018-12-03 16:24:08,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62da09c3a53b442c85ace97af66796c582e7504c" 2018-12-03 16:24:08,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81e8b8b4-7c49-470c-89f7-c6e200421a38 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:24:08,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-81e8b8b4-7c49-470c-89f7-c6e200421a38 2018-12-03 16:24:08,808 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-fa2a9ba0-ed82-4eb-user 2018-12-03 16:24:08,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/99d80d6403e34ce383f996bf2035d38f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dd561acd412e9af781dad6a99a2f2cd2bcba10" 2018-12-03 16:24:08,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f82239a9-ea38-4226-84fa-43d2b4e787be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:08,996 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/99d80d6403e34ce383f996bf2035d38f used request id req-f82239a9-ea38-4226-84fa-43d2b4e787be 2018-12-03 16:24:08,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:09,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["GonMFYGbSgCOw4RWhtAoJg"], "issued_at": "2018-12-03T16:24:09.000000Z"}} 2018-12-03 16:24:09,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b102cd7e2445a58232645192b7e1ec82b58b8d" 2018-12-03 16:24:09,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8eec7f7-78da-445c-a269-be24f809ae90 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:09,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c8eec7f7-78da-445c-a269-be24f809ae90 2018-12-03 16:24:09,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:09,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:09,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["tFSX5eRBS5ukt9shkV-31Q"], "issued_at": "2018-12-03T16:24:09.000000Z"}} 2018-12-03 16:24:09,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" 2018-12-03 16:24:09,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a37d876f-7f4a-450f-bfbe-0c26fad53823 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:09,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a37d876f-7f4a-450f-bfbe-0c26fad53823 2018-12-03 16:24:09,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:09,951 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:09,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" 2018-12-03 16:24:10,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45da87e4-8ff2-4f6c-b3e0-77cabc769451 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:24:10,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj used request id req-45da87e4-8ff2-4f6c-b3e0-77cabc769451 2018-12-03 16:24:10,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" 2018-12-03 16:24:10,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e49c82d-097a-40b3-b03a-ad20815778a4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:24:10,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-3e49c82d-097a-40b3-b03a-ad20815778a4 2018-12-03 16:24:10,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj"}}' 2018-12-03 16:24:10,243 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:24:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35674596-3a93-4d1d-9061-c7a4306801a6 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/c19b1f70474242c7ab8bd3bfce708f4b"}, "enabled": true, "id": "c19b1f70474242c7ab8bd3bfce708f4b", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj"}} 2018-12-03 16:24:10,243 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-35674596-3a93-4d1d-9061-c7a4306801a6 2018-12-03 16:24:10,244 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj 2018-12-03 16:24:10,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:10,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:10,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["zpoR-FEnShe44IR5GYfpYQ"], "issued_at": "2018-12-03T16:24:10.000000Z"}} 2018-12-03 16:24:10,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4bd77b8910bb4696816fee5d51a29e88da4c259" 2018-12-03 16:24:10,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e45b14c1-3f23-470e-93e2-544b04f1fb56 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:10,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e45b14c1-3f23-470e-93e2-544b04f1fb56 2018-12-03 16:24:10,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:10,731 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:10,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4bd77b8910bb4696816fee5d51a29e88da4c259" 2018-12-03 16:24:10,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f98a335-9146-4fa5-9c70-85247315d5b5 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:24:10,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-5f98a335-9146-4fa5-9c70-85247315d5b5 2018-12-03 16:24:10,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4bd77b8910bb4696816fee5d51a29e88da4c259" 2018-12-03 16:24:10,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-201f1274-73cf-406c-b3db-5d51f7536659 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/c19b1f70474242c7ab8bd3bfce708f4b"}, "enabled": true, "id": "c19b1f70474242c7ab8bd3bfce708f4b", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj"}]} 2018-12-03 16:24:10,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj used request id req-201f1274-73cf-406c-b3db-5d51f7536659 2018-12-03 16:24:10,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4bd77b8910bb4696816fee5d51a29e88da4c259" 2018-12-03 16:24:10,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68724504-b176-4a87-8398-721a8f755e15 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:24:10,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-68724504-b176-4a87-8398-721a8f755e15 2018-12-03 16:24:11,315 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-user 2018-12-03 16:24:11,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:11,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" 2018-12-03 16:24:11,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ef50439-f9ce-4517-a72c-0cd7e747994f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:24:11,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4ef50439-f9ce-4517-a72c-0cd7e747994f 2018-12-03 16:24:11,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" -d '{"role": {"name": "CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj-role"}}' 2018-12-03 16:24:11,507 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:24:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4aecf34-2da0-4c0f-9da1-0100438d20e1 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "35af8d97985944b1ac957f3424230d58", "links": {"self": "http://172.30.9.30:5000/v3/roles/35af8d97985944b1ac957f3424230d58"}, "name": "CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj-role"}} 2018-12-03 16:24:11,507 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-c4aecf34-2da0-4c0f-9da1-0100438d20e1 2018-12-03 16:24:11,507 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj-role 2018-12-03 16:24:11,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/35af8d97985944b1ac957f3424230d58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" 2018-12-03 16:24:11,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3bba057-c830-4bbc-bc37-4528b6d5d64b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/35af8d97985944b1ac957f3424230d58"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj-role", "id": "35af8d97985944b1ac957f3424230d58"}} 2018-12-03 16:24:11,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/35af8d97985944b1ac957f3424230d58 used request id req-c3bba057-c830-4bbc-bc37-4528b6d5d64b 2018-12-03 16:24:11,599 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj-role to project CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj 2018-12-03 16:24:11,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/c19b1f70474242c7ab8bd3bfce708f4b/users/bb55740ab80b4f009fdf588e050eb7b1/roles/35af8d97985944b1ac957f3424230d58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" 2018-12-03 16:24:11,731 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2ecb9a4-1460-4675-9085-d7e87ddd1eb1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:11,731 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/c19b1f70474242c7ab8bd3bfce708f4b/users/bb55740ab80b4f009fdf588e050eb7b1/roles/35af8d97985944b1ac957f3424230d58 used request id req-a2ecb9a4-1460-4675-9085-d7e87ddd1eb1 2018-12-03 16:24:11,732 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:24:11,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:11,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:12,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "35af8d97985944b1ac957f3424230d58", "name": "CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj-role"}], "expires_at": "2018-12-03T17:24:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c19b1f70474242c7ab8bd3bfce708f4b", "name": "CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/c19b1f70474242c7ab8bd3bfce708f4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/c19b1f70474242c7ab8bd3bfce708f4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/c19b1f70474242c7ab8bd3bfce708f4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/c19b1f70474242c7ab8bd3bfce708f4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/c19b1f70474242c7ab8bd3bfce708f4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/c19b1f70474242c7ab8bd3bfce708f4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/c19b1f70474242c7ab8bd3bfce708f4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/c19b1f70474242c7ab8bd3bfce708f4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/c19b1f70474242c7ab8bd3bfce708f4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/c19b1f70474242c7ab8bd3bfce708f4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/c19b1f70474242c7ab8bd3bfce708f4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/c19b1f70474242c7ab8bd3bfce708f4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-user", "id": "bb55740ab80b4f009fdf588e050eb7b1"}, "audit_ids": ["zgH6PXd1RaKYQ_jlZjHeSQ"], "issued_at": "2018-12-03T16:24:12.000000Z"}} 2018-12-03 16:24:12,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e17b382c3cff3dea88cffa283c7ba4660eff16c" 2018-12-03 16:24:12,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6803034-c674-49c9-aecf-f21d38158a6f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:12,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f6803034-c674-49c9-aecf-f21d38158a6f 2018-12-03 16:24:12,171 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:24:12,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e17b382c3cff3dea88cffa283c7ba4660eff16c" 2018-12-03 16:24:12,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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 x-openstack-request-id: req-d9d2d534-7e55-4d56-85ff-83ae7b7b60fc x-compute-request-id: req-d9d2d534-7e55-4d56-85ff-83ae7b7b60fc Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 16:24:12,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-d9d2d534-7e55-4d56-85ff-83ae7b7b60fc 2018-12-03 16:24:12,330 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-8266eb71-c6f1-4c1b-8a11-93d50e5946b3... 2018-12-03 16:24:12,330 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 16:24:12,347 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-8266eb71-c6f1-4c1b-8a11-93d50e5946b3 2018-12-03 16:24:12,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e17b382c3cff3dea88cffa283c7ba4660eff16c" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDDn3rSj8nZTX+JdyznUhox2xC7ox3ulz6zQqeJbHjSqvyXwLSFBjs+4SipodhFWbLiKBAhVPilTAYOBlw7nxhlbThGhYYM+DgvbzXC7hMZRb+d2Tuv5WAXu0BLvzJiYT109CimT/L3cpLU465Lx5iE+6+USVtfbkXsuTT16hHRVQ==", "name": "CreateKeypairsCleanupTests-8266eb71-c6f1-4c1b-8a11-93d50e5946b3"}}' 2018-12-03 16:24:12,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-eabf3dfc-f12c-444a-944e-ccbc50beb01d x-compute-request-id: req-eabf3dfc-f12c-444a-944e-ccbc50beb01d Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDDn3rSj8nZTX+JdyznUhox2xC7ox3ulz6zQqeJbHjSqvyXwLSFBjs+4SipodhFWbLiKBAhVPilTAYOBlw7nxhlbThGhYYM+DgvbzXC7hMZRb+d2Tuv5WAXu0BLvzJiYT109CimT/L3cpLU465Lx5iE+6+USVtfbkXsuTT16hHRVQ==", "user_id": "bb55740ab80b4f009fdf588e050eb7b1", "name": "CreateKeypairsCleanupTests-8266eb71-c6f1-4c1b-8a11-93d50e5946b3", "fingerprint": "96:2d:6b:20:8e:39:8a:fa:6d:fd:d9:24:84:dd:52:ea"}} 2018-12-03 16:24:12,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-eabf3dfc-f12c-444a-944e-ccbc50beb01d 2018-12-03 16:24:12,428 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-8266eb71-c6f1-4c1b-8a11-93d50e5946b3.pub 2018-12-03 16:24:12,429 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-8266eb71-c6f1-4c1b-8a11-93d50e5946b3 2018-12-03 16:24:12,429 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-8266eb71-c6f1-4c1b-8a11-93d50e5946b3 2018-12-03 16:24:12,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-8266eb71-c6f1-4c1b-8a11-93d50e5946b3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e17b382c3cff3dea88cffa283c7ba4660eff16c" 2018-12-03 16:24:12,465 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 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 x-openstack-request-id: req-35b5b6c1-9fef-4fbb-8909-894238441215 x-compute-request-id: req-35b5b6c1-9fef-4fbb-8909-894238441215 Content-Length: 0 Content-Type: application/json 2018-12-03 16:24:12,465 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-8266eb71-c6f1-4c1b-8a11-93d50e5946b3 used request id req-35b5b6c1-9fef-4fbb-8909-894238441215 2018-12-03 16:24:12,465 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-8266eb71-c6f1-4c1b-8a11-93d50e5946b3.pub] 2018-12-03 16:24:12,465 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-8266eb71-c6f1-4c1b-8a11-93d50e5946b3] 2018-12-03 16:24:12,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" 2018-12-03 16:24:12,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d5fbeef2-ce30-4158-a537-26c1e3c49726 Date: Mon, 03 Dec 2018 16:24:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:24:12,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-d5fbeef2-ce30-4158-a537-26c1e3c49726 2018-12-03 16:24:12,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" 2018-12-03 16:24:12,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-744ae0a9-da64-4fe4-b859-fa0d572b8daa Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:24:12,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-744ae0a9-da64-4fe4-b859-fa0d572b8daa 2018-12-03 16:24:12,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" 2018-12-03 16:24:12,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14e517d5-f9f7-49e5-b3bc-9c4b7f863b15 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:24:12,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-14e517d5-f9f7-49e5-b3bc-9c4b7f863b15 2018-12-03 16:24:12,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" 2018-12-03 16:24:12,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d459d72-fc4f-4934-8edf-2549b9c37b9d Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:24:12,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-2d459d72-fc4f-4934-8edf-2549b9c37b9d 2018-12-03 16:24:12,956 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj 2018-12-03 16:24:12,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/c19b1f70474242c7ab8bd3bfce708f4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" 2018-12-03 16:24:13,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f43b832-ac7e-4f2c-bf25-bf91d0f6e3c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:13,176 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/c19b1f70474242c7ab8bd3bfce708f4b used request id req-4f43b832-ac7e-4f2c-bf25-bf91d0f6e3c9 2018-12-03 16:24:13,176 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-proj-role 2018-12-03 16:24:13,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/35af8d97985944b1ac957f3424230d58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" 2018-12-03 16:24:13,225 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a4fb191-6b31-45b2-9a47-945046bc096c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:13,225 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/35af8d97985944b1ac957f3424230d58 used request id req-8a4fb191-6b31-45b2-9a47-945046bc096c 2018-12-03 16:24:13,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc2ea20081982f5e620879efe44d6fcabcad21a" 2018-12-03 16:24:13,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2319e1a-5226-486d-b9c7-e07d5a68b547 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:24:13,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f2319e1a-5226-486d-b9c7-e07d5a68b547 2018-12-03 16:24:13,317 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-d5f9a1b2-fc50-4a1-user 2018-12-03 16:24:13,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/bb55740ab80b4f009fdf588e050eb7b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4bd77b8910bb4696816fee5d51a29e88da4c259" 2018-12-03 16:24:13,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdb01c70-bf0e-497d-99ca-f451bb60c08b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:13,494 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/bb55740ab80b4f009fdf588e050eb7b1 used request id req-cdb01c70-bf0e-497d-99ca-f451bb60c08b 2018-12-03 16:24:13,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:13,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["npd6a_S2TYmcBkhHrFn_HQ"], "issued_at": "2018-12-03T16:24:13.000000Z"}} 2018-12-03 16:24:13,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c22f772927628b4abe048cfde30c03f03a2065" 2018-12-03 16:24:13,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d09efa68-8dc3-4d1c-bd28-b500fca47d49 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:13,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d09efa68-8dc3-4d1c-bd28-b500fca47d49 2018-12-03 16:24:13,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:13,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:14,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["t_k3WkVJSv6MHJ4pzYphtQ"], "issued_at": "2018-12-03T16:24:14.000000Z"}} 2018-12-03 16:24:14,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" 2018-12-03 16:24:14,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4ca8d09-c062-426d-9841-d8675622b497 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:14,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e4ca8d09-c062-426d-9841-d8675622b497 2018-12-03 16:24:14,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:14,438 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:14,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-c84dede0-7138-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" 2018-12-03 16:24:14,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d22de2d9-79d4-4903-87f8-cefe96222703 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-c84dede0-7138-437-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:24:14,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-c84dede0-7138-437-proj used request id req-d22de2d9-79d4-4903-87f8-cefe96222703 2018-12-03 16:24:14,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" 2018-12-03 16:24:14,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad3a56e9-4e77-4edc-9269-8607c2c63ea7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:24:14,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-ad3a56e9-4e77-4edc-9269-8607c2c63ea7 2018-12-03 16:24:14,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-c84dede0-7138-437-proj"}}' 2018-12-03 16:24:14,729 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:24:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84979b57-e1e7-4221-a065-d2ffb6b3108d Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4091d65900384a0386f84522f4beeb16"}, "enabled": true, "id": "4091d65900384a0386f84522f4beeb16", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-c84dede0-7138-437-proj"}} 2018-12-03 16:24:14,729 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-84979b57-e1e7-4221-a065-d2ffb6b3108d 2018-12-03 16:24:14,729 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-c84dede0-7138-437-proj 2018-12-03 16:24:14,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:14,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:15,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Kwez0YBBQaqfttlsFM0XUw"], "issued_at": "2018-12-03T16:24:15.000000Z"}} 2018-12-03 16:24:15,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5eb4f8b59e6900e96afb566a316f5c1528ae122" 2018-12-03 16:24:15,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d32824d0-964a-46fe-bb56-4f2c0d9de6bd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:15,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d32824d0-964a-46fe-bb56-4f2c0d9de6bd 2018-12-03 16:24:15,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:15,203 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:15,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5eb4f8b59e6900e96afb566a316f5c1528ae122" 2018-12-03 16:24:15,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c9e178b-0024-4ed2-9e2b-8d1e6475b6f1 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:24:15,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4c9e178b-0024-4ed2-9e2b-8d1e6475b6f1 2018-12-03 16:24:15,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-c84dede0-7138-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5eb4f8b59e6900e96afb566a316f5c1528ae122" 2018-12-03 16:24:15,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aca9ab8-bc52-4dff-953c-999cd21bfb1f Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-c84dede0-7138-437-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4091d65900384a0386f84522f4beeb16"}, "enabled": true, "id": "4091d65900384a0386f84522f4beeb16", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-c84dede0-7138-437-proj"}]} 2018-12-03 16:24:15,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-c84dede0-7138-437-proj used request id req-8aca9ab8-bc52-4dff-953c-999cd21bfb1f 2018-12-03 16:24:15,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5eb4f8b59e6900e96afb566a316f5c1528ae122" 2018-12-03 16:24:15,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2099408-6a09-4ff8-b72f-63e90e239130 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:24:15,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c2099408-6a09-4ff8-b72f-63e90e239130 2018-12-03 16:24:15,878 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-c84dede0-7138-437-user 2018-12-03 16:24:15,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:15,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" 2018-12-03 16:24:15,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dab33fa-c932-48d5-883c-8d6ed6c09beb Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:24:15,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7dab33fa-c932-48d5-883c-8d6ed6c09beb 2018-12-03 16:24:15,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" -d '{"role": {"name": "CreateKeypairsCleanupTests-c84dede0-7138-437-proj-role"}}' 2018-12-03 16:24:16,082 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:24:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9599771-5363-48d6-950c-d5ef31ff3274 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e51a9817ff3b46c8bf4f6af9ff9bf6d4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e51a9817ff3b46c8bf4f6af9ff9bf6d4"}, "name": "CreateKeypairsCleanupTests-c84dede0-7138-437-proj-role"}} 2018-12-03 16:24:16,082 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-c9599771-5363-48d6-950c-d5ef31ff3274 2018-12-03 16:24:16,082 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-c84dede0-7138-437-proj-role 2018-12-03 16:24:16,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/e51a9817ff3b46c8bf4f6af9ff9bf6d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" 2018-12-03 16:24:16,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-612ca49a-1ac2-49d2-95d1-f498b4f62bcc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/e51a9817ff3b46c8bf4f6af9ff9bf6d4"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-c84dede0-7138-437-proj-role", "id": "e51a9817ff3b46c8bf4f6af9ff9bf6d4"}} 2018-12-03 16:24:16,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/e51a9817ff3b46c8bf4f6af9ff9bf6d4 used request id req-612ca49a-1ac2-49d2-95d1-f498b4f62bcc 2018-12-03 16:24:16,170 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-c84dede0-7138-437-proj-role to project CreateKeypairsCleanupTests-c84dede0-7138-437-proj 2018-12-03 16:24:16,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/4091d65900384a0386f84522f4beeb16/users/180630319453402b9d710497c68ccf41/roles/e51a9817ff3b46c8bf4f6af9ff9bf6d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" 2018-12-03 16:24:16,287 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e18f18d2-23ef-4ddb-9463-5a530a8a856b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:16,287 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4091d65900384a0386f84522f4beeb16/users/180630319453402b9d710497c68ccf41/roles/e51a9817ff3b46c8bf4f6af9ff9bf6d4 used request id req-e18f18d2-23ef-4ddb-9463-5a530a8a856b 2018-12-03 16:24:16,288 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:24:16,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:16,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:16,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e51a9817ff3b46c8bf4f6af9ff9bf6d4", "name": "CreateKeypairsCleanupTests-c84dede0-7138-437-proj-role"}], "expires_at": "2018-12-03T17:24:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4091d65900384a0386f84522f4beeb16", "name": "CreateKeypairsCleanupTests-c84dede0-7138-437-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4091d65900384a0386f84522f4beeb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4091d65900384a0386f84522f4beeb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4091d65900384a0386f84522f4beeb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4091d65900384a0386f84522f4beeb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4091d65900384a0386f84522f4beeb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4091d65900384a0386f84522f4beeb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4091d65900384a0386f84522f4beeb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4091d65900384a0386f84522f4beeb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4091d65900384a0386f84522f4beeb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4091d65900384a0386f84522f4beeb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4091d65900384a0386f84522f4beeb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4091d65900384a0386f84522f4beeb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-c84dede0-7138-437-user", "id": "180630319453402b9d710497c68ccf41"}, "audit_ids": ["pXx9xAhRSo-nOZF2lwzp2w"], "issued_at": "2018-12-03T16:24:16.000000Z"}} 2018-12-03 16:24:16,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe5b7497f7a64215fe92ef79204a7f0bff1ad058" 2018-12-03 16:24:16,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed545ebb-f737-4ec0-972c-4bbdc9de1070 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:16,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ed545ebb-f737-4ec0-972c-4bbdc9de1070 2018-12-03 16:24:16,750 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:24:16,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe5b7497f7a64215fe92ef79204a7f0bff1ad058" 2018-12-03 16:24:16,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24: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-7542d7c4-03bc-43b7-aac7-68133816eb88 x-compute-request-id: req-7542d7c4-03bc-43b7-aac7-68133816eb88 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 16:24:16,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-7542d7c4-03bc-43b7-aac7-68133816eb88 2018-12-03 16:24:16,925 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-4864e91e-764a-49dc-87cb-a70a19abc0ac... 2018-12-03 16:24:16,925 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 16:24:16,938 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-4864e91e-764a-49dc-87cb-a70a19abc0ac 2018-12-03 16:24:16,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe5b7497f7a64215fe92ef79204a7f0bff1ad058" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCaXU/4N3ck7F//3qZWW8f2Ehtsl3rGS4p8apnQULo5vntEeaqG4ouKljwU+UyV66MoQ7iMzx2e+v2jJ9bFEyDpB1BX3SzOMK032WrjQfEwwCQKfyIJy6WiqKR+yeMoyKeSGHsXV5YKKrYhGK46ZAT0e0pnCJgHdhHWrHnaNR0wjw==", "name": "CreateKeypairsCleanupTests-4864e91e-764a-49dc-87cb-a70a19abc0ac"}}' 2018-12-03 16:24:16,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24: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-100f43a1-1a7c-4968-b4be-42b2ddd28224 x-compute-request-id: req-100f43a1-1a7c-4968-b4be-42b2ddd28224 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCaXU/4N3ck7F//3qZWW8f2Ehtsl3rGS4p8apnQULo5vntEeaqG4ouKljwU+UyV66MoQ7iMzx2e+v2jJ9bFEyDpB1BX3SzOMK032WrjQfEwwCQKfyIJy6WiqKR+yeMoyKeSGHsXV5YKKrYhGK46ZAT0e0pnCJgHdhHWrHnaNR0wjw==", "user_id": "180630319453402b9d710497c68ccf41", "name": "CreateKeypairsCleanupTests-4864e91e-764a-49dc-87cb-a70a19abc0ac", "fingerprint": "79:b7:84:6d:64:12:60:31:a1:f0:10:3a:95:02:0f:56"}} 2018-12-03 16:24:16,998 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-100f43a1-1a7c-4968-b4be-42b2ddd28224 2018-12-03 16:24:17,009 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-4864e91e-764a-49dc-87cb-a70a19abc0ac.pub 2018-12-03 16:24:17,010 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-4864e91e-764a-49dc-87cb-a70a19abc0ac 2018-12-03 16:24:17,010 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-4864e91e-764a-49dc-87cb-a70a19abc0ac 2018-12-03 16:24:17,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-4864e91e-764a-49dc-87cb-a70a19abc0ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe5b7497f7a64215fe92ef79204a7f0bff1ad058" 2018-12-03 16:24:17,046 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 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 x-openstack-request-id: req-5ba570e7-7392-47e3-9b46-f5f0610b17e0 x-compute-request-id: req-5ba570e7-7392-47e3-9b46-f5f0610b17e0 Content-Length: 0 Content-Type: application/json 2018-12-03 16:24:17,046 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-4864e91e-764a-49dc-87cb-a70a19abc0ac used request id req-5ba570e7-7392-47e3-9b46-f5f0610b17e0 2018-12-03 16:24:17,046 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-4864e91e-764a-49dc-87cb-a70a19abc0ac.pub] 2018-12-03 16:24:17,046 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-4864e91e-764a-49dc-87cb-a70a19abc0ac] 2018-12-03 16:24:17,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" 2018-12-03 16:24:17,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d79ca9db-ff23-4126-9d7f-20553b2d42e0 Date: Mon, 03 Dec 2018 16:24:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:24:17,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-d79ca9db-ff23-4126-9d7f-20553b2d42e0 2018-12-03 16:24:17,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" 2018-12-03 16:24:17,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74aaf14b-eba5-4c9f-ade8-233629e4a844 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:24:17,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-74aaf14b-eba5-4c9f-ade8-233629e4a844 2018-12-03 16:24:17,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" 2018-12-03 16:24:17,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f04e8e48-d87b-4584-b8fd-15aa12643dd1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:24:17,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-f04e8e48-d87b-4584-b8fd-15aa12643dd1 2018-12-03 16:24:17,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" 2018-12-03 16:24:17,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d6285a1-e248-49bc-932d-274a23a8535b Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:24:17,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-6d6285a1-e248-49bc-932d-274a23a8535b 2018-12-03 16:24:17,517 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-c84dede0-7138-437-proj 2018-12-03 16:24:17,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/4091d65900384a0386f84522f4beeb16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" 2018-12-03 16:24:17,744 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cbe62c8-ab48-4a6c-9b34-8c64701d8835 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:17,744 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4091d65900384a0386f84522f4beeb16 used request id req-0cbe62c8-ab48-4a6c-9b34-8c64701d8835 2018-12-03 16:24:17,745 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-c84dede0-7138-437-proj-role 2018-12-03 16:24:17,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/e51a9817ff3b46c8bf4f6af9ff9bf6d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" 2018-12-03 16:24:17,860 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d382c87-d9a0-4cc1-9a98-2ed9b484e69c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:17,860 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/e51a9817ff3b46c8bf4f6af9ff9bf6d4 used request id req-6d382c87-d9a0-4cc1-9a98-2ed9b484e69c 2018-12-03 16:24:17,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f8d90447d3c9a229a0235ebcf532207efe8fa8" 2018-12-03 16:24:17,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98b04daf-268b-47f1-95c5-bd00956779ec Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:24:17,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-98b04daf-268b-47f1-95c5-bd00956779ec 2018-12-03 16:24:17,952 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-c84dede0-7138-437-user 2018-12-03 16:24:17,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/180630319453402b9d710497c68ccf41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5eb4f8b59e6900e96afb566a316f5c1528ae122" 2018-12-03 16:24:18,122 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b025ab8-33be-4730-a6cb-45b75ebb53e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:18,122 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/180630319453402b9d710497c68ccf41 used request id req-8b025ab8-33be-4730-a6cb-45b75ebb53e9 2018-12-03 16:24:18,124 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:18,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["j9cMzPMVRySItPHyRwZiZg"], "issued_at": "2018-12-03T16:24:18.000000Z"}} 2018-12-03 16:24:18,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460eb08db14dadd495fcb6699d297a5477fb0fe9" 2018-12-03 16:24:18,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e988590b-242a-4aae-89d0-7d9108397212 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:18,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e988590b-242a-4aae-89d0-7d9108397212 2018-12-03 16:24:18,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:18,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:18,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["7bUaYsqiQXqj1FtKN96epw"], "issued_at": "2018-12-03T16:24:18.000000Z"}} 2018-12-03 16:24:18,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" 2018-12-03 16:24:19,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f73542c-85dc-403b-86fe-1993b257646d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:19,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7f73542c-85dc-403b-86fe-1993b257646d 2018-12-03 16:24:19,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:19,073 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:19,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" 2018-12-03 16:24:19,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d7dbc2c-a843-4c6d-b99a-177853ebf1ce Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:24:19,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj used request id req-6d7dbc2c-a843-4c6d-b99a-177853ebf1ce 2018-12-03 16:24:19,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" 2018-12-03 16:24:19,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07ec8ad1-578f-4ca1-a2de-3eb7d934a36b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:24:19,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-07ec8ad1-578f-4ca1-a2de-3eb7d934a36b 2018-12-03 16:24:19,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj"}}' 2018-12-03 16:24:19,387 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:24:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59883e6a-c765-4eb4-a4f0-60d57e6c50f5 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/c8d0ba20e0274161b2784afa9f4ce7f3"}, "enabled": true, "id": "c8d0ba20e0274161b2784afa9f4ce7f3", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj"}} 2018-12-03 16:24:19,388 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-59883e6a-c765-4eb4-a4f0-60d57e6c50f5 2018-12-03 16:24:19,388 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj 2018-12-03 16:24:19,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:19,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:19,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["MyF8qJPVSTqmzzQvxwymKA"], "issued_at": "2018-12-03T16:24:19.000000Z"}} 2018-12-03 16:24:19,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383b16e95ba80e2db00a1293360a1264c9b922b2" 2018-12-03 16:24:19,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c7d41a4-b412-458e-8850-da4b20dd502c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:19,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3c7d41a4-b412-458e-8850-da4b20dd502c 2018-12-03 16:24:19,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:19,858 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:19,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383b16e95ba80e2db00a1293360a1264c9b922b2" 2018-12-03 16:24:19,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac36a6a2-ca7f-4a54-98eb-1c1b90402691 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:24:19,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ac36a6a2-ca7f-4a54-98eb-1c1b90402691 2018-12-03 16:24:19,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383b16e95ba80e2db00a1293360a1264c9b922b2" 2018-12-03 16:24:20,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0d39faa-5cb0-4aa6-a743-a20b9adb982e Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/c8d0ba20e0274161b2784afa9f4ce7f3"}, "enabled": true, "id": "c8d0ba20e0274161b2784afa9f4ce7f3", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj"}]} 2018-12-03 16:24:20,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj used request id req-e0d39faa-5cb0-4aa6-a743-a20b9adb982e 2018-12-03 16:24:20,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383b16e95ba80e2db00a1293360a1264c9b922b2" 2018-12-03 16:24:20,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb4df740-8676-4f55-af89-a9d6d8010618 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:24:20,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-cb4df740-8676-4f55-af89-a9d6d8010618 2018-12-03 16:24:20,597 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-05f90f60-a4a6-494-user 2018-12-03 16:24:20,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:20,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" 2018-12-03 16:24:20,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b5f7b5-68ba-4d7e-98a1-0953f9876b25 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:24:20,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a1b5f7b5-68ba-4d7e-98a1-0953f9876b25 2018-12-03 16:24:20,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" -d '{"role": {"name": "CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj-role"}}' 2018-12-03 16:24:20,734 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:24:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40c26fc2-73f0-4853-be30-311566050024 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fadcf00b6a79498ba9d78a46832f83ae", "links": {"self": "http://172.30.9.30:5000/v3/roles/fadcf00b6a79498ba9d78a46832f83ae"}, "name": "CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj-role"}} 2018-12-03 16:24:20,735 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-40c26fc2-73f0-4853-be30-311566050024 2018-12-03 16:24:20,735 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj-role 2018-12-03 16:24:20,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/fadcf00b6a79498ba9d78a46832f83ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" 2018-12-03 16:24:20,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-619069cf-2792-4e0c-8d89-bfa5ae5a82c1 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/fadcf00b6a79498ba9d78a46832f83ae"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj-role", "id": "fadcf00b6a79498ba9d78a46832f83ae"}} 2018-12-03 16:24:20,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/fadcf00b6a79498ba9d78a46832f83ae used request id req-619069cf-2792-4e0c-8d89-bfa5ae5a82c1 2018-12-03 16:24:20,826 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj-role to project CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj 2018-12-03 16:24:20,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/c8d0ba20e0274161b2784afa9f4ce7f3/users/0bfc29e15f914c0fb7cc0cf4acf8d0b2/roles/fadcf00b6a79498ba9d78a46832f83ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" 2018-12-03 16:24:20,965 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5a7298d-863e-438b-93b3-0332664ebd77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:20,965 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/c8d0ba20e0274161b2784afa9f4ce7f3/users/0bfc29e15f914c0fb7cc0cf4acf8d0b2/roles/fadcf00b6a79498ba9d78a46832f83ae used request id req-a5a7298d-863e-438b-93b3-0332664ebd77 2018-12-03 16:24:20,965 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:24:20,967 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:20,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:21,343 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fadcf00b6a79498ba9d78a46832f83ae", "name": "CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj-role"}], "expires_at": "2018-12-03T17:24:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8d0ba20e0274161b2784afa9f4ce7f3", "name": "CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/c8d0ba20e0274161b2784afa9f4ce7f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/c8d0ba20e0274161b2784afa9f4ce7f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/c8d0ba20e0274161b2784afa9f4ce7f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/c8d0ba20e0274161b2784afa9f4ce7f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/c8d0ba20e0274161b2784afa9f4ce7f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/c8d0ba20e0274161b2784afa9f4ce7f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/c8d0ba20e0274161b2784afa9f4ce7f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/c8d0ba20e0274161b2784afa9f4ce7f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/c8d0ba20e0274161b2784afa9f4ce7f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/c8d0ba20e0274161b2784afa9f4ce7f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/c8d0ba20e0274161b2784afa9f4ce7f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/c8d0ba20e0274161b2784afa9f4ce7f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-05f90f60-a4a6-494-user", "id": "0bfc29e15f914c0fb7cc0cf4acf8d0b2"}, "audit_ids": ["HvvcHLcBQ9uBI3zEt__1Yg"], "issued_at": "2018-12-03T16:24:21.000000Z"}} 2018-12-03 16:24:21,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}858057df77a314d53b273b94b0e73b67d409617a" 2018-12-03 16:24:21,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b20189bb-e85a-492a-9f3b-45f41957dac5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:21,412 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b20189bb-e85a-492a-9f3b-45f41957dac5 2018-12-03 16:24:21,413 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:24:21,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}858057df77a314d53b273b94b0e73b67d409617a" 2018-12-03 16:24:21,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24: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-acc14bd7-8bfe-45a4-831d-54c3aa82b9a0 x-compute-request-id: req-acc14bd7-8bfe-45a4-831d-54c3aa82b9a0 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 16:24:21,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-acc14bd7-8bfe-45a4-831d-54c3aa82b9a0 2018-12-03 16:24:21,581 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-b0c318dd-155a-4b74-a220-0979caf00aa5... 2018-12-03 16:24:21,581 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 16:24:21,648 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-b0c318dd-155a-4b74-a220-0979caf00aa5 2018-12-03 16:24:21,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}858057df77a314d53b273b94b0e73b67d409617a" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCZUsTjKK99be9fgcZIH97sPWyI4OL/8dYaPhirkMWu5DQu0GskUPddTufE8d0c6fXpBsIVfC77tsv/GnzaD8zEHB4sLr+Xupm6AoJtrXCVtn9nVJHEW8mcWbLsaQLrtO7g+JnEXIZT3LRAXjmhVGfw6fn1brfIZleAydi8QYgiwQ==", "name": "CreateKeypairsCleanupTests-b0c318dd-155a-4b74-a220-0979caf00aa5"}}' 2018-12-03 16:24:21,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24: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-9afa3942-70af-4407-ada0-f32b0b071988 x-compute-request-id: req-9afa3942-70af-4407-ada0-f32b0b071988 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCZUsTjKK99be9fgcZIH97sPWyI4OL/8dYaPhirkMWu5DQu0GskUPddTufE8d0c6fXpBsIVfC77tsv/GnzaD8zEHB4sLr+Xupm6AoJtrXCVtn9nVJHEW8mcWbLsaQLrtO7g+JnEXIZT3LRAXjmhVGfw6fn1brfIZleAydi8QYgiwQ==", "user_id": "0bfc29e15f914c0fb7cc0cf4acf8d0b2", "name": "CreateKeypairsCleanupTests-b0c318dd-155a-4b74-a220-0979caf00aa5", "fingerprint": "e5:44:22:a7:4d:76:37:d6:4c:4d:20:41:35:c2:84:f6"}} 2018-12-03 16:24:21,705 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-9afa3942-70af-4407-ada0-f32b0b071988 2018-12-03 16:24:21,716 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-b0c318dd-155a-4b74-a220-0979caf00aa5.pub 2018-12-03 16:24:21,716 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-b0c318dd-155a-4b74-a220-0979caf00aa5 2018-12-03 16:24:21,716 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-b0c318dd-155a-4b74-a220-0979caf00aa5 2018-12-03 16:24:21,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-b0c318dd-155a-4b74-a220-0979caf00aa5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}858057df77a314d53b273b94b0e73b67d409617a" 2018-12-03 16:24:21,752 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:24: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-b8668c6d-4f73-43b7-8c7f-f93a641f72b9 x-compute-request-id: req-b8668c6d-4f73-43b7-8c7f-f93a641f72b9 Content-Length: 0 Content-Type: application/json 2018-12-03 16:24:21,752 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-b0c318dd-155a-4b74-a220-0979caf00aa5 used request id req-b8668c6d-4f73-43b7-8c7f-f93a641f72b9 2018-12-03 16:24:21,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" 2018-12-03 16:24:21,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-94c431fb-af2a-4233-84bd-2a9ca2eb7b09 Date: Mon, 03 Dec 2018 16:24:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:24:21,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-94c431fb-af2a-4233-84bd-2a9ca2eb7b09 2018-12-03 16:24:21,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" 2018-12-03 16:24:22,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69741a02-e040-4f27-babd-92ef99ee5058 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:24:22,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-69741a02-e040-4f27-babd-92ef99ee5058 2018-12-03 16:24:22,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" 2018-12-03 16:24:22,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0d9553-565a-4ed6-9b2a-1fbf530a56dc Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:24:22,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-eb0d9553-565a-4ed6-9b2a-1fbf530a56dc 2018-12-03 16:24:22,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" 2018-12-03 16:24:22,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32bd560c-234c-46e8-ae47-2a7792fbb114 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:24:22,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-32bd560c-234c-46e8-ae47-2a7792fbb114 2018-12-03 16:24:22,241 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj 2018-12-03 16:24:22,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/c8d0ba20e0274161b2784afa9f4ce7f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" 2018-12-03 16:24:22,462 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20c11223-aab0-40e3-aefe-058978c8783d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:22,462 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/c8d0ba20e0274161b2784afa9f4ce7f3 used request id req-20c11223-aab0-40e3-aefe-058978c8783d 2018-12-03 16:24:22,463 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-05f90f60-a4a6-494-proj-role 2018-12-03 16:24:22,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/fadcf00b6a79498ba9d78a46832f83ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" 2018-12-03 16:24:22,578 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38e364f5-6c0e-454f-ae61-c33b37c7cdb3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:22,578 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/fadcf00b6a79498ba9d78a46832f83ae used request id req-38e364f5-6c0e-454f-ae61-c33b37c7cdb3 2018-12-03 16:24:22,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8184b72678646c8a4715762266a741737799580" 2018-12-03 16:24:22,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60357d91-524e-4404-9eed-dae5d891956e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:24:22,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-60357d91-524e-4404-9eed-dae5d891956e 2018-12-03 16:24:22,663 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-05f90f60-a4a6-494-user 2018-12-03 16:24:22,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/0bfc29e15f914c0fb7cc0cf4acf8d0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383b16e95ba80e2db00a1293360a1264c9b922b2" 2018-12-03 16:24:22,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29b5f357-15aa-4069-b983-3177c4cdf736 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:22,854 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/0bfc29e15f914c0fb7cc0cf4acf8d0b2 used request id req-29b5f357-15aa-4069-b983-3177c4cdf736 2018-12-03 16:24:22,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:23,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["svpq9zVoREy8GW2fh5eACg"], "issued_at": "2018-12-03T16:24:23.000000Z"}} 2018-12-03 16:24:23,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67f54c13b1d4c655b639a3e96038594ab606e2" 2018-12-03 16:24:23,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20db16c0-99a5-4327-9c37-27c0c3f493bb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:23,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-20db16c0-99a5-4327-9c37-27c0c3f493bb 2018-12-03 16:24:23,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:23,318 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:23,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["V_MZGKuTTOm7kGX3XmiNVQ"], "issued_at": "2018-12-03T16:24:23.000000Z"}} 2018-12-03 16:24:23,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:23,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae338db5-4e21-49df-88c1-6fa0012498af Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:23,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ae338db5-4e21-49df-88c1-6fa0012498af 2018-12-03 16:24:23,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:23,801 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:23,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:23,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eedb87e-b063-4771-a9fa-867262a64a64 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:24:23,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj used request id req-4eedb87e-b063-4771-a9fa-867262a64a64 2018-12-03 16:24:23,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:23,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60f45312-7566-478f-982a-230746910dea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:24:23,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-60f45312-7566-478f-982a-230746910dea 2018-12-03 16:24:23,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj"}}' 2018-12-03 16:24:24,093 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:24:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-030af9d3-4873-4d6e-9fa6-74d0ae8d1218 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/62b7ab36567a46549ba3a77c18dad1a3"}, "enabled": true, "id": "62b7ab36567a46549ba3a77c18dad1a3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj"}} 2018-12-03 16:24:24,094 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-030af9d3-4873-4d6e-9fa6-74d0ae8d1218 2018-12-03 16:24:24,094 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj 2018-12-03 16:24:24,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:24,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:24,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["GWHjLXfXTlOvujFdGOjROw"], "issued_at": "2018-12-03T16:24:24.000000Z"}} 2018-12-03 16:24:24,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e11d9a03c03a2456155fa941620ef1e0c9fdcab" 2018-12-03 16:24:24,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e0d32ae-4198-418a-9511-2b9765b59789 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:24,565 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0e0d32ae-4198-418a-9511-2b9765b59789 2018-12-03 16:24:24,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:24,575 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:24,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e11d9a03c03a2456155fa941620ef1e0c9fdcab" 2018-12-03 16:24:24,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-398f2d82-3eda-4bc4-a286-552cc9f6c981 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:24:24,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-398f2d82-3eda-4bc4-a286-552cc9f6c981 2018-12-03 16:24:24,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e11d9a03c03a2456155fa941620ef1e0c9fdcab" 2018-12-03 16:24:24,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2809c7fe-4c8e-46bc-b6f0-64abbb567fbe Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/62b7ab36567a46549ba3a77c18dad1a3"}, "enabled": true, "id": "62b7ab36567a46549ba3a77c18dad1a3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj"}]} 2018-12-03 16:24:24,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj used request id req-2809c7fe-4c8e-46bc-b6f0-64abbb567fbe 2018-12-03 16:24:24,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e11d9a03c03a2456155fa941620ef1e0c9fdcab" 2018-12-03 16:24:24,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a91a1102-5986-4bf6-9665-8cd39e7db4ed Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:24:24,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a91a1102-5986-4bf6-9665-8cd39e7db4ed 2018-12-03 16:24:25,160 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-user 2018-12-03 16:24:25,160 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:25,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:25,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75db94de-4f8c-41b3-95e3-112d3fdbfc4a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:24:25,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-75db94de-4f8c-41b3-95e3-112d3fdbfc4a 2018-12-03 16:24:25,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" -d '{"role": {"name": "CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj-role"}}' 2018-12-03 16:24:25,381 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:24:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df492be9-de0f-4219-8983-7e8caa7f7bb0 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7489f2d1571d410ab1d349e3261571e8", "links": {"self": "http://172.30.9.30:5000/v3/roles/7489f2d1571d410ab1d349e3261571e8"}, "name": "CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj-role"}} 2018-12-03 16:24:25,382 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-df492be9-de0f-4219-8983-7e8caa7f7bb0 2018-12-03 16:24:25,382 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj-role 2018-12-03 16:24:25,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/7489f2d1571d410ab1d349e3261571e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:25,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31e71c7f-b17b-4f34-8e76-6c90e355ef25 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/7489f2d1571d410ab1d349e3261571e8"}, "domain_id": null, "name": "CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj-role", "id": "7489f2d1571d410ab1d349e3261571e8"}} 2018-12-03 16:24:25,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/7489f2d1571d410ab1d349e3261571e8 used request id req-31e71c7f-b17b-4f34-8e76-6c90e355ef25 2018-12-03 16:24:25,472 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj-role to project CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj 2018-12-03 16:24:25,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/62b7ab36567a46549ba3a77c18dad1a3/users/d15393117b7b4267b69ae7d206caf12b/roles/7489f2d1571d410ab1d349e3261571e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:25,605 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5183f711-4ff4-4c59-aa38-7eb103c7caab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:25,606 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/62b7ab36567a46549ba3a77c18dad1a3/users/d15393117b7b4267b69ae7d206caf12b/roles/7489f2d1571d410ab1d349e3261571e8 used request id req-5183f711-4ff4-4c59-aa38-7eb103c7caab 2018-12-03 16:24:25,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:25,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:25,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7489f2d1571d410ab1d349e3261571e8", "name": "CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj-role"}], "expires_at": "2018-12-03T17:24:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62b7ab36567a46549ba3a77c18dad1a3", "name": "CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/62b7ab36567a46549ba3a77c18dad1a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/62b7ab36567a46549ba3a77c18dad1a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/62b7ab36567a46549ba3a77c18dad1a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/62b7ab36567a46549ba3a77c18dad1a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/62b7ab36567a46549ba3a77c18dad1a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/62b7ab36567a46549ba3a77c18dad1a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/62b7ab36567a46549ba3a77c18dad1a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/62b7ab36567a46549ba3a77c18dad1a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/62b7ab36567a46549ba3a77c18dad1a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/62b7ab36567a46549ba3a77c18dad1a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/62b7ab36567a46549ba3a77c18dad1a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/62b7ab36567a46549ba3a77c18dad1a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-user", "id": "d15393117b7b4267b69ae7d206caf12b"}, "audit_ids": ["-Ec6tBMWTh-oDMNioLfCvA"], "issued_at": "2018-12-03T16:24:25.000000Z"}} 2018-12-03 16:24:25,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216ecf6a0f4974677044b25fca9684f0557f9c8f" 2018-12-03 16:24:26,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01cfdc25-c71c-4281-bc3f-e14efc6196e8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:26,053 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-01cfdc25-c71c-4281-bc3f-e14efc6196e8 2018-12-03 16:24:26,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216ecf6a0f4974677044b25fca9684f0557f9c8f" 2018-12-03 16:24:26,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-70ef9c33-586d-42fd-b579-396aa1408fa0 Date: Mon, 03 Dec 2018 16:24:26 GMT RESP BODY: {"networks":[]} 2018-12-03 16:24:26,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-net used request id req-70ef9c33-586d-42fd-b579-396aa1408fa0 2018-12-03 16:24:26,234 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-net 2018-12-03 16:24:26,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216ecf6a0f4974677044b25fca9684f0557f9c8f" -d '{"network": {"name": "CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-net", "admin_state_up": true}}' 2018-12-03 16:24:27,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-fcd6fb2e-237b-4f69-bc83-4c80931063d8 Date: Mon, 03 Dec 2018 16:24:27 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"62b7ab36567a46549ba3a77c18dad1a3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:24:26Z","is_default":false,"name":"CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"62b7ab36567a46549ba3a77c18dad1a3","created_at":"2018-12-03T16:24:26Z","mtu":1450}} 2018-12-03 16:24:27,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-fcd6fb2e-237b-4f69-bc83-4c80931063d8 2018-12-03 16:24:27,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216ecf6a0f4974677044b25fca9684f0557f9c8f" 2018-12-03 16:24:27,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d9db2f36-3d72-4c3c-a021-ce2e41d4115d Date: Mon, 03 Dec 2018 16:24: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-12-03T16:24:26Z","tenant_id":"62b7ab36567a46549ba3a77c18dad1a3","created_at":"2018-12-03T16:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"62b7ab36567a46549ba3a77c18dad1a3","id":"dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c","name":"CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-net"}]} 2018-12-03 16:24:27,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c used request id req-d9db2f36-3d72-4c3c-a021-ce2e41d4115d 2018-12-03 16:24:27,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216ecf6a0f4974677044b25fca9684f0557f9c8f" 2018-12-03 16:24:27,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2185ef9f-40eb-469c-8d2b-d058c478fc5f Date: Mon, 03 Dec 2018 16:24:27 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:24:27,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c used request id req-2185ef9f-40eb-469c-8d2b-d058c478fc5f 2018-12-03 16:24:27,590 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-subnet 2018-12-03 16:24:27,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216ecf6a0f4974677044b25fca9684f0557f9c8f" -d '{"subnets": [{"ip_version": 4, "network_id": "dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-subnet"}]}' 2018-12-03 16:24:28,325 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0757d791-3b50-48c1-a1ec-83ba48fab13f Date: Mon, 03 Dec 2018 16:24:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c","tenant_id":"62b7ab36567a46549ba3a77c18dad1a3","created_at":"2018-12-03T16:24:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24:27Z","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":"62b7ab36567a46549ba3a77c18dad1a3","id":"2c006a46-66cb-420c-9132-3c1159509796","subnetpool_id":null,"name":"CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-subnet"}]} 2018-12-03 16:24:28,325 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-0757d791-3b50-48c1-a1ec-83ba48fab13f 2018-12-03 16:24:28,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216ecf6a0f4974677044b25fca9684f0557f9c8f" 2018-12-03 16:24:28,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fbd0c65d-1625-41cd-b094-ed68724cb670 Date: Mon, 03 Dec 2018 16:24: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":["2c006a46-66cb-420c-9132-3c1159509796"],"updated_at":"2018-12-03T16:24:27Z","tenant_id":"62b7ab36567a46549ba3a77c18dad1a3","created_at":"2018-12-03T16:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"62b7ab36567a46549ba3a77c18dad1a3","id":"dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c","name":"CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-net"}]} 2018-12-03 16:24:28,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c used request id req-fbd0c65d-1625-41cd-b094-ed68724cb670 2018-12-03 16:24:28,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216ecf6a0f4974677044b25fca9684f0557f9c8f" 2018-12-03 16:24:28,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-57b35e7a-2e46-4697-ab9b-365bc0bde2b1 Date: Mon, 03 Dec 2018 16:24:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c","tenant_id":"62b7ab36567a46549ba3a77c18dad1a3","created_at":"2018-12-03T16:24:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24:27Z","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":"62b7ab36567a46549ba3a77c18dad1a3","id":"2c006a46-66cb-420c-9132-3c1159509796","subnetpool_id":null,"name":"CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-subnet"}]} 2018-12-03 16:24:28,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c used request id req-57b35e7a-2e46-4697-ab9b-365bc0bde2b1 2018-12-03 16:24:28,618 - OpenStackNetwork - DEBUG - Network [dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c] created successfully 2018-12-03 16:24:28,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:28,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7489f2d1571d410ab1d349e3261571e8", "name": "CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj-role"}], "expires_at": "2018-12-03T17:24:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62b7ab36567a46549ba3a77c18dad1a3", "name": "CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/62b7ab36567a46549ba3a77c18dad1a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/62b7ab36567a46549ba3a77c18dad1a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/62b7ab36567a46549ba3a77c18dad1a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/62b7ab36567a46549ba3a77c18dad1a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/62b7ab36567a46549ba3a77c18dad1a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/62b7ab36567a46549ba3a77c18dad1a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/62b7ab36567a46549ba3a77c18dad1a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/62b7ab36567a46549ba3a77c18dad1a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/62b7ab36567a46549ba3a77c18dad1a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/62b7ab36567a46549ba3a77c18dad1a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/62b7ab36567a46549ba3a77c18dad1a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/62b7ab36567a46549ba3a77c18dad1a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-user", "id": "d15393117b7b4267b69ae7d206caf12b"}, "audit_ids": ["HmJaQ_DjR-yLSI0f6NtwAQ"], "issued_at": "2018-12-03T16:24:29.000000Z"}} 2018-12-03 16:24:29,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481d18be25a4553551f89d1990bc9c6137d828c0" 2018-12-03 16:24:29,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f4838ef2-9ce9-464c-ab33-c5df81723a6d Date: Mon, 03 Dec 2018 16:24: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":["2c006a46-66cb-420c-9132-3c1159509796"],"updated_at":"2018-12-03T16:24:27Z","tenant_id":"62b7ab36567a46549ba3a77c18dad1a3","created_at":"2018-12-03T16:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"62b7ab36567a46549ba3a77c18dad1a3","id":"dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c","name":"CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-net"}]} 2018-12-03 16:24:29,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-net used request id req-f4838ef2-9ce9-464c-ab33-c5df81723a6d 2018-12-03 16:24:29,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:29,453 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:29,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/62b7ab36567a46549ba3a77c18dad1a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67f54c13b1d4c655b639a3e96038594ab606e2" 2018-12-03 16:24:29,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98222e77-1e78-4873-9ed5-f5ea01c8e4c4 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/62b7ab36567a46549ba3a77c18dad1a3"}, "enabled": true, "id": "62b7ab36567a46549ba3a77c18dad1a3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj"}} 2018-12-03 16:24:29,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/62b7ab36567a46549ba3a77c18dad1a3 used request id req-98222e77-1e78-4873-9ed5-f5ea01c8e4c4 2018-12-03 16:24:29,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481d18be25a4553551f89d1990bc9c6137d828c0" 2018-12-03 16:24:29,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-047b7ed2-aaf9-4052-8422-8a95cff066c0 Date: Mon, 03 Dec 2018 16:24:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c","tenant_id":"62b7ab36567a46549ba3a77c18dad1a3","created_at":"2018-12-03T16:24:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24:27Z","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":"62b7ab36567a46549ba3a77c18dad1a3","id":"2c006a46-66cb-420c-9132-3c1159509796","subnetpool_id":null,"name":"CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-subnet"}]} 2018-12-03 16:24:29,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c used request id req-047b7ed2-aaf9-4052-8422-8a95cff066c0 2018-12-03 16:24:29,758 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-subnet 2018-12-03 16:24:29,758 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-subnet 2018-12-03 16:24:29,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/2c006a46-66cb-420c-9132-3c1159509796 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481d18be25a4553551f89d1990bc9c6137d828c0" 2018-12-03 16:24:31,631 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-17c6a427-2954-42a8-8183-ef930fe95331 Date: Mon, 03 Dec 2018 16:24:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:24:31,631 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/2c006a46-66cb-420c-9132-3c1159509796 used request id req-17c6a427-2954-42a8-8183-ef930fe95331 2018-12-03 16:24:31,631 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-net 2018-12-03 16:24:31,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481d18be25a4553551f89d1990bc9c6137d828c0" 2018-12-03 16:24:32,977 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af0f8ce0-eca5-4392-a761-674323c77e31 Date: Mon, 03 Dec 2018 16:24:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:24:32,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c used request id req-af0f8ce0-eca5-4392-a761-674323c77e31 2018-12-03 16:24:32,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481d18be25a4553551f89d1990bc9c6137d828c0" 2018-12-03 16:24:33,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-089d389e-752f-480d-8846-e35ac24cd79b Date: Mon, 03 Dec 2018 16:24:33 GMT RESP BODY: {"networks":[]} 2018-12-03 16:24:33,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-net used request id req-089d389e-752f-480d-8846-e35ac24cd79b 2018-12-03 16:24:33,015 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-subnet 2018-12-03 16:24:33,015 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-subnet 2018-12-03 16:24:33,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/2c006a46-66cb-420c-9132-3c1159509796 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216ecf6a0f4974677044b25fca9684f0557f9c8f" 2018-12-03 16:24:33,065 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-bf3d14fe-8e6d-4cf4-9598-84e1b3074650 Date: Mon, 03 Dec 2018 16:24:33 GMT RESP BODY: {"NeutronError": {"message": "Subnet 2c006a46-66cb-420c-9132-3c1159509796 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-03 16:24:33,065 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/2c006a46-66cb-420c-9132-3c1159509796 used request id req-bf3d14fe-8e6d-4cf4-9598-84e1b3074650 2018-12-03 16:24:33,065 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 2c006a46-66cb-420c-9132-3c1159509796 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-03 16:24:33,066 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-2d935dd8-bd8e-4768-b447-411cb8f1bc43-pub-net 2018-12-03 16:24:33,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216ecf6a0f4974677044b25fca9684f0557f9c8f" 2018-12-03 16:24:33,244 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 138 X-Openstack-Request-Id: req-f653cb05-5d6e-43c9-99fb-8b568be418d4 Date: Mon, 03 Dec 2018 16:24:33 GMT RESP BODY: {"NeutronError": {"message": "Network dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-12-03 16:24:33,244 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c used request id req-f653cb05-5d6e-43c9-99fb-8b568be418d4 2018-12-03 16:24:33,245 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Network dbeeea47-9cb2-492b-9cf5-0d8d7e718f4c could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-12-03 16:24:33,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:33,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-29bc2974-14d3-4ef9-93e5-0dc7447ab008 Date: Mon, 03 Dec 2018 16:24:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "62b7ab36567a46549ba3a77c18dad1a3", "created_at": "2018-12-03T16:24:26Z", "updated_at": "2018-12-03T16:24:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:24:26Z", "revision_number": 0, "id": "7e849280-359a-44ba-92fb-f2bf9e324a08", "remote_group_id": "874ad675-514e-425a-aeea-9035bad1eb6b", "remote_ip_prefix": null, "created_at": "2018-12-03T16:24:26Z", "security_group_id": "874ad675-514e-425a-aeea-9035bad1eb6b", "tenant_id": "62b7ab36567a46549ba3a77c18dad1a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "62b7ab36567a46549ba3a77c18dad1a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:24:26Z", "revision_number": 0, "id": "9e064684-45cc-4e23-9b5f-00286d15ac2e", "remote_group_id": "874ad675-514e-425a-aeea-9035bad1eb6b", "remote_ip_prefix": null, "created_at": "2018-12-03T16:24:26Z", "security_group_id": "874ad675-514e-425a-aeea-9035bad1eb6b", "tenant_id": "62b7ab36567a46549ba3a77c18dad1a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "62b7ab36567a46549ba3a77c18dad1a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:24:26Z", "revision_number": 0, "id": "a7addd4e-279c-4d7b-9059-561c4c1fe911", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:24:26Z", "security_group_id": "874ad675-514e-425a-aeea-9035bad1eb6b", "tenant_id": "62b7ab36567a46549ba3a77c18dad1a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "62b7ab36567a46549ba3a77c18dad1a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:24:26Z", "revision_number": 0, "id": "ba6a4458-ef45-4f75-aecc-63cf259b67cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:24:26Z", "security_group_id": "874ad675-514e-425a-aeea-9035bad1eb6b", "tenant_id": "62b7ab36567a46549ba3a77c18dad1a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "62b7ab36567a46549ba3a77c18dad1a3"}], "revision_number": 4, "project_id": "62b7ab36567a46549ba3a77c18dad1a3", "id": "874ad675-514e-425a-aeea-9035bad1eb6b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:24:33,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-29bc2974-14d3-4ef9-93e5-0dc7447ab008 2018-12-03 16:24:33,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:33,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d9c63a4-badc-4a79-9fbb-667a8d73f432 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:24:33,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-5d9c63a4-badc-4a79-9fbb-667a8d73f432 2018-12-03 16:24:33,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:33,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eb5c59e-2f3b-4a92-bfe3-eae8a645189f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:24:33,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-7eb5c59e-2f3b-4a92-bfe3-eae8a645189f 2018-12-03 16:24:33,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/62b7ab36567a46549ba3a77c18dad1a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:33,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc79f905-b8a1-4756-888b-64535d735faf Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/62b7ab36567a46549ba3a77c18dad1a3"}, "enabled": true, "id": "62b7ab36567a46549ba3a77c18dad1a3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj"}} 2018-12-03 16:24:33,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/62b7ab36567a46549ba3a77c18dad1a3 used request id req-fc79f905-b8a1-4756-888b-64535d735faf 2018-12-03 16:24:33,751 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 874ad675-514e-425a-aeea-9035bad1eb6b 2018-12-03 16:24:33,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=874ad675-514e-425a-aeea-9035bad1eb6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:33,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a2030b6c-0b35-4e55-bb87-6231faaf7b02 Date: Mon, 03 Dec 2018 16:24:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "874ad675-514e-425a-aeea-9035bad1eb6b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:24:26Z", "security_group_id": "874ad675-514e-425a-aeea-9035bad1eb6b", "port_range_min": null, "revision_number": 0, "tenant_id": "62b7ab36567a46549ba3a77c18dad1a3", "created_at": "2018-12-03T16:24:26Z", "project_id": "62b7ab36567a46549ba3a77c18dad1a3", "id": "7e849280-359a-44ba-92fb-f2bf9e324a08"}, {"remote_group_id": "874ad675-514e-425a-aeea-9035bad1eb6b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:24:26Z", "security_group_id": "874ad675-514e-425a-aeea-9035bad1eb6b", "port_range_min": null, "revision_number": 0, "tenant_id": "62b7ab36567a46549ba3a77c18dad1a3", "created_at": "2018-12-03T16:24:26Z", "project_id": "62b7ab36567a46549ba3a77c18dad1a3", "id": "9e064684-45cc-4e23-9b5f-00286d15ac2e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:24:26Z", "security_group_id": "874ad675-514e-425a-aeea-9035bad1eb6b", "port_range_min": null, "revision_number": 0, "tenant_id": "62b7ab36567a46549ba3a77c18dad1a3", "created_at": "2018-12-03T16:24:26Z", "project_id": "62b7ab36567a46549ba3a77c18dad1a3", "id": "a7addd4e-279c-4d7b-9059-561c4c1fe911"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:24:26Z", "security_group_id": "874ad675-514e-425a-aeea-9035bad1eb6b", "port_range_min": null, "revision_number": 0, "tenant_id": "62b7ab36567a46549ba3a77c18dad1a3", "created_at": "2018-12-03T16:24:26Z", "project_id": "62b7ab36567a46549ba3a77c18dad1a3", "id": "ba6a4458-ef45-4f75-aecc-63cf259b67cd"}]} 2018-12-03 16:24:33,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=874ad675-514e-425a-aeea-9035bad1eb6b used request id req-a2030b6c-0b35-4e55-bb87-6231faaf7b02 2018-12-03 16:24:33,935 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:24:33,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/874ad675-514e-425a-aeea-9035bad1eb6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:34,269 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8bd57c7c-7bd2-4c97-84b9-d614fd3f068c Content-Length: 0 Date: Mon, 03 Dec 2018 16:24:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:24:34,269 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/874ad675-514e-425a-aeea-9035bad1eb6b used request id req-8bd57c7c-7bd2-4c97-84b9-d614fd3f068c 2018-12-03 16:24:34,270 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj 2018-12-03 16:24:34,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/62b7ab36567a46549ba3a77c18dad1a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:34,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8e119aa-06c6-45fa-bbd2-8d5f7ab7a925 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:34,510 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/62b7ab36567a46549ba3a77c18dad1a3 used request id req-b8e119aa-06c6-45fa-bbd2-8d5f7ab7a925 2018-12-03 16:24:34,510 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-proj-role 2018-12-03 16:24:34,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/7489f2d1571d410ab1d349e3261571e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:34,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97176061-0bb9-45aa-96d0-08b7b233c68a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:34,615 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/7489f2d1571d410ab1d349e3261571e8 used request id req-97176061-0bb9-45aa-96d0-08b7b233c68a 2018-12-03 16:24:34,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933e7efc11e363b2dff9bd56a1c118bc0863667a" 2018-12-03 16:24:34,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7bb4239-bbd4-4f12-8d52-91872ac8c2da Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:24:34,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a7bb4239-bbd4-4f12-8d52-91872ac8c2da 2018-12-03 16:24:34,722 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-4e568a6a-f0ac-4a5-user 2018-12-03 16:24:34,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/d15393117b7b4267b69ae7d206caf12b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e11d9a03c03a2456155fa941620ef1e0c9fdcab" 2018-12-03 16:24:34,902 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fb24272-7ee9-47a0-b1fb-635a26cf3c20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:34,902 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d15393117b7b4267b69ae7d206caf12b used request id req-2fb24272-7ee9-47a0-b1fb-635a26cf3c20 2018-12-03 16:24:34,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:35,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["9e8BHZKxTJy5sbCseGVsfA"], "issued_at": "2018-12-03T16:24:35.000000Z"}} 2018-12-03 16:24:35,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22fa3dae11fca168963cd8b6918303a5808ffaaa" 2018-12-03 16:24:35,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ea8b49c-adbc-4b01-881c-f6336a0102b2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:35,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6ea8b49c-adbc-4b01-881c-f6336a0102b2 2018-12-03 16:24:35,372 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:35,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:35,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["HYjwWi5PSFui0Tnm6418BA"], "issued_at": "2018-12-03T16:24:35.000000Z"}} 2018-12-03 16:24:35,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:24:35,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3944d110-293e-471e-8ffc-8ba5db7a1070 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:35,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3944d110-293e-471e-8ffc-8ba5db7a1070 2018-12-03 16:24:35,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:35,853 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:35,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:24:35,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35875e42-c452-44ec-80ab-5c2569569912 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:24:35,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj used request id req-35875e42-c452-44ec-80ab-5c2569569912 2018-12-03 16:24:35,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:24:36,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f47cee6f-301d-4e21-811a-4a6836f13a11 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:24:36,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f47cee6f-301d-4e21-811a-4a6836f13a11 2018-12-03 16:24:36,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj"}}' 2018-12-03 16:24:36,166 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:24:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1dd864e9-93b4-4140-bc6e-5e803a1b2dcc Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f"}, "enabled": true, "id": "339010324e304273b32d9efc75cc248f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj"}} 2018-12-03 16:24:36,166 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-1dd864e9-93b4-4140-bc6e-5e803a1b2dcc 2018-12-03 16:24:36,167 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj 2018-12-03 16:24:36,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:36,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:36,554 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["qi_aBQ8zQk6Og5IxAzG6Kg"], "issued_at": "2018-12-03T16:24:36.000000Z"}} 2018-12-03 16:24:36,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2292e605c4de1b01b4031acd758453fc44ac36ed" 2018-12-03 16:24:36,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e2c3c53-0351-4206-9814-f43276305132 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:36,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2e2c3c53-0351-4206-9814-f43276305132 2018-12-03 16:24:36,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:36,643 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:36,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2292e605c4de1b01b4031acd758453fc44ac36ed" 2018-12-03 16:24:36,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a43f6795-1b21-493a-8541-bf6f8ec990fe Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:24:36,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a43f6795-1b21-493a-8541-bf6f8ec990fe 2018-12-03 16:24:36,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2292e605c4de1b01b4031acd758453fc44ac36ed" 2018-12-03 16:24:36,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4b5f7d7-b6f6-47f3-97d5-e3c4115024ca Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f"}, "enabled": true, "id": "339010324e304273b32d9efc75cc248f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj"}]} 2018-12-03 16:24:36,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj used request id req-a4b5f7d7-b6f6-47f3-97d5-e3c4115024ca 2018-12-03 16:24:36,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2292e605c4de1b01b4031acd758453fc44ac36ed" 2018-12-03 16:24:36,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a56882fb-bb72-46a7-9999-d7c90be59f1f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:24:36,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a56882fb-bb72-46a7-9999-d7c90be59f1f 2018-12-03 16:24:37,297 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-27261d78-a2dc-4e6-user 2018-12-03 16:24:37,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:37,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:24:37,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-186baac0-81ae-4717-b949-1f595a6f593e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:24:37,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-186baac0-81ae-4717-b949-1f595a6f593e 2018-12-03 16:24:37,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" -d '{"role": {"name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj-role"}}' 2018-12-03 16:24:37,489 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:24:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92a2ba17-8116-4c5a-ae8b-71ae8ad95422 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "37d00bea57e54f37aa3cfcb8556edd99", "links": {"self": "http://172.30.9.30:5000/v3/roles/37d00bea57e54f37aa3cfcb8556edd99"}, "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj-role"}} 2018-12-03 16:24:37,489 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-92a2ba17-8116-4c5a-ae8b-71ae8ad95422 2018-12-03 16:24:37,489 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj-role 2018-12-03 16:24:37,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/37d00bea57e54f37aa3cfcb8556edd99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:24:37,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c1f1484-7e30-431c-9554-3de2dc1f43b1 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/37d00bea57e54f37aa3cfcb8556edd99"}, "domain_id": null, "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj-role", "id": "37d00bea57e54f37aa3cfcb8556edd99"}} 2018-12-03 16:24:37,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/37d00bea57e54f37aa3cfcb8556edd99 used request id req-4c1f1484-7e30-431c-9554-3de2dc1f43b1 2018-12-03 16:24:37,508 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj-role to project CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj 2018-12-03 16:24:37,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f/users/eccac45752be430dbcd6047b13387f2e/roles/37d00bea57e54f37aa3cfcb8556edd99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:24:37,558 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:24:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96283265-6199-4c33-a824-fec8a77a6084 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:24:37,558 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f/users/eccac45752be430dbcd6047b13387f2e/roles/37d00bea57e54f37aa3cfcb8556edd99 used request id req-96283265-6199-4c33-a824-fec8a77a6084 2018-12-03 16:24:37,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:37,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:37,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["6zdSo2KkQbiTKIsSLBASow"], "issued_at": "2018-12-03T16:24:37.000000Z"}} 2018-12-03 16:24:37,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae06fa258c272c27f9558a53d5387599c470d64" 2018-12-03 16:24:38,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71089cac-9b93-40df-9405-70e95b0dda7e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:38,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-71089cac-9b93-40df-9405-70e95b0dda7e 2018-12-03 16:24:38,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae06fa258c272c27f9558a53d5387599c470d64" 2018-12-03 16:24:38,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f729d86c-6467-469f-b29c-a6538fed1c6a Date: Mon, 03 Dec 2018 16:24:38 GMT RESP BODY: {"networks":[]} 2018-12-03 16:24:38,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net used request id req-f729d86c-6467-469f-b29c-a6538fed1c6a 2018-12-03 16:24:38,355 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net 2018-12-03 16:24:38,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:38,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:38,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Hw8z8wemQ9akU-m4SYOiAg"], "issued_at": "2018-12-03T16:24:38.000000Z"}} 2018-12-03 16:24:38,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df9c67c714a5a4fd04033346956ef04c4da11d9" 2018-12-03 16:24:38,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a04a1360-c380-4326-a924-58de8e5e56e0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:38,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a04a1360-c380-4326-a924-58de8e5e56e0 2018-12-03 16:24:38,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:38,835 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:38,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df9c67c714a5a4fd04033346956ef04c4da11d9" 2018-12-03 16:24:38,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-747332e6-3968-46f2-befd-e0b664b107c8 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f"}, "enabled": true, "id": "339010324e304273b32d9efc75cc248f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj"}]} 2018-12-03 16:24:38,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj used request id req-747332e6-3968-46f2-befd-e0b664b107c8 2018-12-03 16:24:38,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae06fa258c272c27f9558a53d5387599c470d64" -d '{"network": {"tenant_id": "339010324e304273b32d9efc75cc248f", "name": "CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net", "admin_state_up": true}}' 2018-12-03 16:24:39,613 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-b84719ab-ee3d-453e-8025-b43cbffa4cd5 Date: Mon, 03 Dec 2018 16:24:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":62,"ipv4_address_scope":null,"shared":false,"project_id":"339010324e304273b32d9efc75cc248f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:24:39Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net","admin_state_up":true,"tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:39Z","mtu":1450}} 2018-12-03 16:24:39,613 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-b84719ab-ee3d-453e-8025-b43cbffa4cd5 2018-12-03 16:24:39,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae06fa258c272c27f9558a53d5387599c470d64" 2018-12-03 16:24:39,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-14745bf6-9460-443a-87a0-9361ee628ce7 Date: Mon, 03 Dec 2018 16:24:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":62,"ipv4_address_scope":null,"shared":false,"project_id":"339010324e304273b32d9efc75cc248f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:24:39Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net","admin_state_up":true,"tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:24:39,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 used request id req-14745bf6-9460-443a-87a0-9361ee628ce7 2018-12-03 16:24:39,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae06fa258c272c27f9558a53d5387599c470d64" 2018-12-03 16:24:40,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6b4567c2-b181-468a-b73d-f0a8e00cb92f Date: Mon, 03 Dec 2018 16:24:40 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:24:40,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 used request id req-6b4567c2-b181-468a-b73d-f0a8e00cb92f 2018-12-03 16:24:40,038 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:40,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:40,422 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["P19S7QJDS2y3DoclO0cEJg"], "issued_at": "2018-12-03T16:24:40.000000Z"}} 2018-12-03 16:24:40,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f0b22d2ecd4ec082d627da638224ee88fd082d" 2018-12-03 16:24:40,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8376c68-2a0b-4d3a-81fd-052470ae48d7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:40,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e8376c68-2a0b-4d3a-81fd-052470ae48d7 2018-12-03 16:24:40,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:40,517 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:40,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f0b22d2ecd4ec082d627da638224ee88fd082d" 2018-12-03 16:24:40,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03b37397-c9f0-44ef-bc2b-0698b1861068 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f"}, "enabled": true, "id": "339010324e304273b32d9efc75cc248f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj"}]} 2018-12-03 16:24:40,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj used request id req-03b37397-c9f0-44ef-bc2b-0698b1861068 2018-12-03 16:24:40,606 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet 2018-12-03 16:24:40,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae06fa258c272c27f9558a53d5387599c470d64" -d '{"subnets": [{"ip_version": 4, "network_id": "ce88702f-d7b1-4234-ae4f-e39b2f4e37b1", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet", "tenant_id": "339010324e304273b32d9efc75cc248f"}]}' 2018-12-03 16:24:41,194 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b5468b03-55b3-4bb0-964b-b0de466126c4 Date: Mon, 03 Dec 2018 16:24:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24: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":"339010324e304273b32d9efc75cc248f","id":"9b49eade-98eb-44b0-8cc3-6323a1d0736c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet"}]} 2018-12-03 16:24:41,194 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-b5468b03-55b3-4bb0-964b-b0de466126c4 2018-12-03 16:24:41,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae06fa258c272c27f9558a53d5387599c470d64" 2018-12-03 16:24:41,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-fe70ff6c-e5f1-406b-9208-264dd64c0fa6 Date: Mon, 03 Dec 2018 16:24:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":62,"ipv4_address_scope":null,"shared":false,"project_id":"339010324e304273b32d9efc75cc248f","status":"ACTIVE","subnets":["9b49eade-98eb-44b0-8cc3-6323a1d0736c"],"description":"","tags":[],"updated_at":"2018-12-03T16:24:40Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net","admin_state_up":true,"tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:24:41,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 used request id req-fe70ff6c-e5f1-406b-9208-264dd64c0fa6 2018-12-03 16:24:41,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae06fa258c272c27f9558a53d5387599c470d64" 2018-12-03 16:24:41,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e2817eea-3888-446a-9e68-e943b7cf2279 Date: Mon, 03 Dec 2018 16:24:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24: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":"339010324e304273b32d9efc75cc248f","id":"9b49eade-98eb-44b0-8cc3-6323a1d0736c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet"}]} 2018-12-03 16:24:41,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 used request id req-e2817eea-3888-446a-9e68-e943b7cf2279 2018-12-03 16:24:41,585 - OpenStackNetwork - DEBUG - Network [ce88702f-d7b1-4234-ae4f-e39b2f4e37b1] created successfully 2018-12-03 16:24:41,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:41,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "37d00bea57e54f37aa3cfcb8556edd99", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj-role"}], "expires_at": "2018-12-03T17:24:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "339010324e304273b32d9efc75cc248f", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/339010324e304273b32d9efc75cc248f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/339010324e304273b32d9efc75cc248f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/339010324e304273b32d9efc75cc248f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/339010324e304273b32d9efc75cc248f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/339010324e304273b32d9efc75cc248f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/339010324e304273b32d9efc75cc248f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/339010324e304273b32d9efc75cc248f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/339010324e304273b32d9efc75cc248f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/339010324e304273b32d9efc75cc248f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/339010324e304273b32d9efc75cc248f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/339010324e304273b32d9efc75cc248f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/339010324e304273b32d9efc75cc248f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-user", "id": "eccac45752be430dbcd6047b13387f2e"}, "audit_ids": ["boPFMwcuQhazcXAxsatbow"], "issued_at": "2018-12-03T16:24:41.000000Z"}} 2018-12-03 16:24:41,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfb7d134cd4f1164e5a951d74c99c595ba83b14" 2018-12-03 16:24:42,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1b0878da-db45-4732-a740-292382dabb7c Date: Mon, 03 Dec 2018 16:24: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":["9b49eade-98eb-44b0-8cc3-6323a1d0736c"],"updated_at":"2018-12-03T16:24:40Z","tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"339010324e304273b32d9efc75cc248f","id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","name":"CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net"}]} 2018-12-03 16:24:42,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net used request id req-1b0878da-db45-4732-a740-292382dabb7c 2018-12-03 16:24:42,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:42,329 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:42,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22fa3dae11fca168963cd8b6918303a5808ffaaa" 2018-12-03 16:24:42,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc26f7e4-eea1-4be5-96a4-c0f30960269d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f"}, "enabled": true, "id": "339010324e304273b32d9efc75cc248f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj"}} 2018-12-03 16:24:42,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f used request id req-bc26f7e4-eea1-4be5-96a4-c0f30960269d 2018-12-03 16:24:42,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfb7d134cd4f1164e5a951d74c99c595ba83b14" 2018-12-03 16:24:42,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d41fd528-5de4-4e16-abe9-241a887d191e Date: Mon, 03 Dec 2018 16:24:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24: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":"339010324e304273b32d9efc75cc248f","id":"9b49eade-98eb-44b0-8cc3-6323a1d0736c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet"}]} 2018-12-03 16:24:42,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 used request id req-d41fd528-5de4-4e16-abe9-241a887d191e 2018-12-03 16:24:42,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:42,631 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:43,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "37d00bea57e54f37aa3cfcb8556edd99", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj-role"}], "expires_at": "2018-12-03T17:24:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "339010324e304273b32d9efc75cc248f", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/339010324e304273b32d9efc75cc248f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/339010324e304273b32d9efc75cc248f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/339010324e304273b32d9efc75cc248f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/339010324e304273b32d9efc75cc248f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/339010324e304273b32d9efc75cc248f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/339010324e304273b32d9efc75cc248f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/339010324e304273b32d9efc75cc248f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/339010324e304273b32d9efc75cc248f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/339010324e304273b32d9efc75cc248f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/339010324e304273b32d9efc75cc248f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/339010324e304273b32d9efc75cc248f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/339010324e304273b32d9efc75cc248f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-user", "id": "eccac45752be430dbcd6047b13387f2e"}, "audit_ids": ["OJy-tUhzRYODgl2pIvdgHw"], "issued_at": "2018-12-03T16:24:43.000000Z"}} 2018-12-03 16:24:43,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dea75c86d05fb2481da0c4c7358a0d9d5b60339" 2018-12-03 16:24:43,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c57e2f1-7e0b-4074-aa2c-cd1306f6dfcd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:43,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0c57e2f1-7e0b-4074-aa2c-cd1306f6dfcd 2018-12-03 16:24:43,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dea75c86d05fb2481da0c4c7358a0d9d5b60339" 2018-12-03 16:24:43,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f303c870-c1b2-4221-b1a1-784b6ba6923e Date: Mon, 03 Dec 2018 16:24: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":["9b49eade-98eb-44b0-8cc3-6323a1d0736c"],"updated_at":"2018-12-03T16:24:40Z","tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"339010324e304273b32d9efc75cc248f","id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","name":"CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net"}]} 2018-12-03 16:24:43,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net used request id req-f303c870-c1b2-4221-b1a1-784b6ba6923e 2018-12-03 16:24:43,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:43,338 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:43,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dea75c86d05fb2481da0c4c7358a0d9d5b60339" 2018-12-03 16:24:43,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3188fd1-8533-48b7-be68-4ae71a362a9f Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f"}, "enabled": true, "id": "339010324e304273b32d9efc75cc248f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj"}} 2018-12-03 16:24:43,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f used request id req-f3188fd1-8533-48b7-be68-4ae71a362a9f 2018-12-03 16:24:43,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dea75c86d05fb2481da0c4c7358a0d9d5b60339" 2018-12-03 16:24:43,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6b06dfd0-8935-4f9a-a42a-effa99fde07c Date: Mon, 03 Dec 2018 16:24:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24: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":"339010324e304273b32d9efc75cc248f","id":"9b49eade-98eb-44b0-8cc3-6323a1d0736c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet"}]} 2018-12-03 16:24:43,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 used request id req-6b06dfd0-8935-4f9a-a42a-effa99fde07c 2018-12-03 16:24:43,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:43,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:44,006 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["9djhaDiYQ-ygkSxCsA_79A"], "issued_at": "2018-12-03T16:24:44.000000Z"}} 2018-12-03 16:24:44,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:44,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d17099e8-b1e5-4c75-9a85-6ddbcdc13e5d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:44,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d17099e8-b1e5-4c75-9a85-6ddbcdc13e5d 2018-12-03 16:24:44,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:44,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-926de77c-cd10-4a6d-80e2-f1c1587f5bc7 Date: Mon, 03 Dec 2018 16:24:44 GMT RESP BODY: {"routers": []} 2018-12-03 16:24:44,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-router&admin_state_up=True used request id req-926de77c-cd10-4a6d-80e2-f1c1587f5bc7 2018-12-03 16:24:44,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:24:44,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:24:44,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:24:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["bVCZhJlIQbKe9RmWWYLtIw"], "issued_at": "2018-12-03T16:24:44.000000Z"}} 2018-12-03 16:24:44,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c461eae3f7b9877313303ec6e255d578b4d8d7" 2018-12-03 16:24:44,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fdcbb33-6b31-4f6b-8c34-3dd35a92c195 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:24:44,762 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9fdcbb33-6b31-4f6b-8c34-3dd35a92c195 2018-12-03 16:24:44,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:44,772 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:44,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c461eae3f7b9877313303ec6e255d578b4d8d7" 2018-12-03 16:24:44,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02d2fbf7-92bd-4139-baa8-dfc536bef474 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f"}, "enabled": true, "id": "339010324e304273b32d9efc75cc248f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj"}]} 2018-12-03 16:24:44,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj used request id req-02d2fbf7-92bd-4139-baa8-dfc536bef474 2018-12-03 16:24:44,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:45,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-26f63158-aedc-4b18-830d-ec4df7d9d229 Date: Mon, 03 Dec 2018 16:24:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 16:24:45,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-26f63158-aedc-4b18-830d-ec4df7d9d229 2018-12-03 16:24:45,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:45,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e0dc1c56-d9e4-47cf-b990-5d0010f3c740 Date: Mon, 03 Dec 2018 16:24:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 16:24:45,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-e0dc1c56-d9e4-47cf-b990-5d0010f3c740 2018-12-03 16:24:45,458 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-router 2018-12-03 16:24:45,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "tenant_id": "339010324e304273b32d9efc75cc248f", "name": "CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-router", "admin_state_up": true}}' 2018-12-03 16:24:50,628 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-980e05f2-76ce-4e9c-afbd-501b223477dc Date: Mon, 03 Dec 2018 16:24:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "339010324e304273b32d9efc75cc248f", "created_at": "2018-12-03T16:24:46Z", "admin_state_up": true, "updated_at": "2018-12-03T16:24:47Z", "project_id": "339010324e304273b32d9efc75cc248f", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "e163dd19-b162-4be7-8f7f-bed0b6d92983", "name": "CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-router"}} 2018-12-03 16:24:50,628 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-980e05f2-76ce-4e9c-afbd-501b223477dc 2018-12-03 16:24:50,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=e163dd19-b162-4be7-8f7f-bed0b6d92983 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:50,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-b42c60d7-9cf7-4424-8b8c-42043ecbf454 Date: Mon, 03 Dec 2018 16:24:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:24:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0b281b21-d450-4faa-9d05-90323b62f0af","ip_address":"169.254.192.1"}],"id":"28289e76-6232-437e-a4b5-c853dd995898","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fc:67:38","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 339010324e304273b32d9efc75cc248f","admin_state_up":true,"network_id":"86692fa5-b7a1-4d26-8096-2653f37fb950","tenant_id":"","created_at":"2018-12-03T16:24:48Z","binding:vnic_type":"normal","device_id":"e163dd19-b162-4be7-8f7f-bed0b6d92983"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:24:46Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.209"}],"id":"3b2cc5d6-e551-41bd-ba06-0eda0ee0f644","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e5:fb:e0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T16:24:46Z","binding:vnic_type":"normal","device_id":"e163dd19-b162-4be7-8f7f-bed0b6d92983"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:24:47Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0b281b21-d450-4faa-9d05-90323b62f0af","ip_address":"169.254.192.4"}],"id":"5f805d19-53ef-40fc-b398-b7d1aabf0dd6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:39:6e:ed","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 339010324e304273b32d9efc75cc248f","admin_state_up":true,"network_id":"86692fa5-b7a1-4d26-8096-2653f37fb950","tenant_id":"","created_at":"2018-12-03T16:24:47Z","binding:vnic_type":"normal","device_id":"e163dd19-b162-4be7-8f7f-bed0b6d92983"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:24:49Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0b281b21-d450-4faa-9d05-90323b62f0af","ip_address":"169.254.192.5"}],"id":"7a10225c-4527-4207-82f8-e6279ec5d8d9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c0:71:ec","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 339010324e304273b32d9efc75cc248f","admin_state_up":true,"network_id":"86692fa5-b7a1-4d26-8096-2653f37fb950","tenant_id":"","created_at":"2018-12-03T16:24:49Z","binding:vnic_type":"normal","device_id":"e163dd19-b162-4be7-8f7f-bed0b6d92983"}]} 2018-12-03 16:24:50,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=e163dd19-b162-4be7-8f7f-bed0b6d92983 used request id req-b42c60d7-9cf7-4424-8b8c-42043ecbf454 2018-12-03 16:24:50,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:50,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-10562674-34d7-4fc1-93ab-c91bf1d96f47 Date: Mon, 03 Dec 2018 16:24:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 16:24:50,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-10562674-34d7-4fc1-93ab-c91bf1d96f47 2018-12-03 16:24:50,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/0b281b21-d450-4faa-9d05-90323b62f0af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:51,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9889a839-8f2f-4047-928d-21837eadbcb4 Date: Mon, 03 Dec 2018 16:24:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"86692fa5-b7a1-4d26-8096-2653f37fb950","tenant_id":"","created_at":"2018-12-03T16:24:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24:46Z","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":"0b281b21-d450-4faa-9d05-90323b62f0af","subnetpool_id":null,"name":"HA subnet tenant 339010324e304273b32d9efc75cc248f"}} 2018-12-03 16:24:51,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/0b281b21-d450-4faa-9d05-90323b62f0af used request id req-9889a839-8f2f-4047-928d-21837eadbcb4 2018-12-03 16:24:51,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/0b281b21-d450-4faa-9d05-90323b62f0af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:51,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-041fd562-fffb-45f5-a0c8-dc59fa284917 Date: Mon, 03 Dec 2018 16:24:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"86692fa5-b7a1-4d26-8096-2653f37fb950","tenant_id":"","created_at":"2018-12-03T16:24:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24:46Z","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":"0b281b21-d450-4faa-9d05-90323b62f0af","subnetpool_id":null,"name":"HA subnet tenant 339010324e304273b32d9efc75cc248f"}} 2018-12-03 16:24:51,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/0b281b21-d450-4faa-9d05-90323b62f0af used request id req-041fd562-fffb-45f5-a0c8-dc59fa284917 2018-12-03 16:24:51,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/0b281b21-d450-4faa-9d05-90323b62f0af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:51,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2401be3f-27d6-4c59-9dcd-1d1ad9f6be1b Date: Mon, 03 Dec 2018 16:24:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"86692fa5-b7a1-4d26-8096-2653f37fb950","tenant_id":"","created_at":"2018-12-03T16:24:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24:46Z","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":"0b281b21-d450-4faa-9d05-90323b62f0af","subnetpool_id":null,"name":"HA subnet tenant 339010324e304273b32d9efc75cc248f"}} 2018-12-03 16:24:51,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/0b281b21-d450-4faa-9d05-90323b62f0af used request id req-2401be3f-27d6-4c59-9dcd-1d1ad9f6be1b 2018-12-03 16:24:51,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:51,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-8b01e002-16a9-44dd-b227-c1a4af61f5ad Date: Mon, 03 Dec 2018 16:24:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":62,"ipv4_address_scope":null,"shared":false,"project_id":"339010324e304273b32d9efc75cc248f","status":"ACTIVE","subnets":["9b49eade-98eb-44b0-8cc3-6323a1d0736c"],"description":"","tags":[],"updated_at":"2018-12-03T16:24:40Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net","admin_state_up":true,"tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:24:51,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net used request id req-8b01e002-16a9-44dd-b227-c1a4af61f5ad 2018-12-03 16:24:51,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:24:51,743 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:24:51,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:51,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a913f1b-e364-48d2-87f2-5d8b3a732ddc Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f"}, "enabled": true, "id": "339010324e304273b32d9efc75cc248f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj"}} 2018-12-03 16:24:51,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f used request id req-3a913f1b-e364-48d2-87f2-5d8b3a732ddc 2018-12-03 16:24:51,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:52,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-51f06072-2412-4551-8cf7-65f7e55a58f0 Date: Mon, 03 Dec 2018 16:24:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24: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":"339010324e304273b32d9efc75cc248f","id":"9b49eade-98eb-44b0-8cc3-6323a1d0736c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet"}]} 2018-12-03 16:24:52,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 used request id req-51f06072-2412-4551-8cf7-65f7e55a58f0 2018-12-03 16:24:52,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1&name=CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:52,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5536528c-e3d4-424c-9ae9-5435beb918e5 Date: Mon, 03 Dec 2018 16:24:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24: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":"339010324e304273b32d9efc75cc248f","id":"9b49eade-98eb-44b0-8cc3-6323a1d0736c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet"}]} 2018-12-03 16:24:52,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ce88702f-d7b1-4234-ae4f-e39b2f4e37b1&name=CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet used request id req-5536528c-e3d4-424c-9ae9-5435beb918e5 2018-12-03 16:24:52,091 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-03 16:24:52,092 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-router 2018-12-03 16:24:52,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/e163dd19-b162-4be7-8f7f-bed0b6d92983/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" -d '{"subnet_id": "9b49eade-98eb-44b0-8cc3-6323a1d0736c"}' 2018-12-03 16:24:53,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a75aa81c-5900-4aa9-b96a-71e3ddec869f Date: Mon, 03 Dec 2018 16:24:53 GMT RESP BODY: {"network_id": "ce88702f-d7b1-4234-ae4f-e39b2f4e37b1", "tenant_id": "339010324e304273b32d9efc75cc248f", "subnet_id": "9b49eade-98eb-44b0-8cc3-6323a1d0736c", "subnet_ids": ["9b49eade-98eb-44b0-8cc3-6323a1d0736c"], "port_id": "a5d817a8-7ec0-4858-a766-1595a7ca9abb", "id": "e163dd19-b162-4be7-8f7f-bed0b6d92983"} 2018-12-03 16:24:53,901 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/e163dd19-b162-4be7-8f7f-bed0b6d92983/add_router_interface used request id req-a75aa81c-5900-4aa9-b96a-71e3ddec869f 2018-12-03 16:24:53,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/e163dd19-b162-4be7-8f7f-bed0b6d92983 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:54,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-847f360c-8306-40ec-a68f-e3395d0d22fe Date: Mon, 03 Dec 2018 16:24:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "339010324e304273b32d9efc75cc248f", "created_at": "2018-12-03T16:24:46Z", "admin_state_up": true, "updated_at": "2018-12-03T16:24:53Z", "project_id": "339010324e304273b32d9efc75cc248f", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "e163dd19-b162-4be7-8f7f-bed0b6d92983", "name": "CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-router"}} 2018-12-03 16:24:54,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/e163dd19-b162-4be7-8f7f-bed0b6d92983 used request id req-847f360c-8306-40ec-a68f-e3395d0d22fe 2018-12-03 16:24:54,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=e163dd19-b162-4be7-8f7f-bed0b6d92983 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:54,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4439 X-Openstack-Request-Id: req-26275c36-aa22-4d44-9e60-f08fd6033bfc Date: Mon, 03 Dec 2018 16:24:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:24:52Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0b281b21-d450-4faa-9d05-90323b62f0af","ip_address":"169.254.192.1"}],"id":"28289e76-6232-437e-a4b5-c853dd995898","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fc:67:38","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 339010324e304273b32d9efc75cc248f","admin_state_up":true,"network_id":"86692fa5-b7a1-4d26-8096-2653f37fb950","tenant_id":"","created_at":"2018-12-03T16:24:48Z","binding:vnic_type":"normal","device_id":"e163dd19-b162-4be7-8f7f-bed0b6d92983"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:24:52Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.209"}],"id":"3b2cc5d6-e551-41bd-ba06-0eda0ee0f644","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:fb:e0","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":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T16:24:46Z","binding:vnic_type":"normal","device_id":"e163dd19-b162-4be7-8f7f-bed0b6d92983"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:24:53Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0b281b21-d450-4faa-9d05-90323b62f0af","ip_address":"169.254.192.4"}],"id":"5f805d19-53ef-40fc-b398-b7d1aabf0dd6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:39:6e:ed","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 339010324e304273b32d9efc75cc248f","admin_state_up":true,"network_id":"86692fa5-b7a1-4d26-8096-2653f37fb950","tenant_id":"","created_at":"2018-12-03T16:24:47Z","binding:vnic_type":"normal","device_id":"e163dd19-b162-4be7-8f7f-bed0b6d92983"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:24:53Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0b281b21-d450-4faa-9d05-90323b62f0af","ip_address":"169.254.192.5"}],"id":"7a10225c-4527-4207-82f8-e6279ec5d8d9","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:71:ec","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 339010324e304273b32d9efc75cc248f","admin_state_up":true,"network_id":"86692fa5-b7a1-4d26-8096-2653f37fb950","tenant_id":"","created_at":"2018-12-03T16:24:49Z","binding:vnic_type":"normal","device_id":"e163dd19-b162-4be7-8f7f-bed0b6d92983"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:24:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9b49eade-98eb-44b0-8cc3-6323a1d0736c","ip_address":"10.55.1.1"}],"id":"a5d817a8-7ec0-4858-a766-1595a7ca9abb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:45:0a:3e","project_id":"339010324e304273b32d9efc75cc248f","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:52Z","binding:vnic_type":"normal","device_id":"e163dd19-b162-4be7-8f7f-bed0b6d92983"}]} 2018-12-03 16:24:54,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=e163dd19-b162-4be7-8f7f-bed0b6d92983 used request id req-26275c36-aa22-4d44-9e60-f08fd6033bfc 2018-12-03 16:24:54,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:54,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-51c4a24b-4263-4524-b7be-d5fd8c6b6d0b Date: Mon, 03 Dec 2018 16:24:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 16:24:54,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-51c4a24b-4263-4524-b7be-d5fd8c6b6d0b 2018-12-03 16:24:54,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/0b281b21-d450-4faa-9d05-90323b62f0af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:54,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ba42882d-4f09-44e7-9245-33df7b6898af Date: Mon, 03 Dec 2018 16:24:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"86692fa5-b7a1-4d26-8096-2653f37fb950","tenant_id":"","created_at":"2018-12-03T16:24:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24:46Z","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":"0b281b21-d450-4faa-9d05-90323b62f0af","subnetpool_id":null,"name":"HA subnet tenant 339010324e304273b32d9efc75cc248f"}} 2018-12-03 16:24:54,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/0b281b21-d450-4faa-9d05-90323b62f0af used request id req-ba42882d-4f09-44e7-9245-33df7b6898af 2018-12-03 16:24:54,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/0b281b21-d450-4faa-9d05-90323b62f0af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:54,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b0ff315e-9169-41fa-b0cf-2f37b5069853 Date: Mon, 03 Dec 2018 16:24:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"86692fa5-b7a1-4d26-8096-2653f37fb950","tenant_id":"","created_at":"2018-12-03T16:24:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24:46Z","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":"0b281b21-d450-4faa-9d05-90323b62f0af","subnetpool_id":null,"name":"HA subnet tenant 339010324e304273b32d9efc75cc248f"}} 2018-12-03 16:24:54,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/0b281b21-d450-4faa-9d05-90323b62f0af used request id req-b0ff315e-9169-41fa-b0cf-2f37b5069853 2018-12-03 16:24:54,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/0b281b21-d450-4faa-9d05-90323b62f0af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:55,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-29f400ae-3742-49eb-ab5f-53d3e73711d3 Date: Mon, 03 Dec 2018 16:24:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"86692fa5-b7a1-4d26-8096-2653f37fb950","tenant_id":"","created_at":"2018-12-03T16:24:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24:46Z","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":"0b281b21-d450-4faa-9d05-90323b62f0af","subnetpool_id":null,"name":"HA subnet tenant 339010324e304273b32d9efc75cc248f"}} 2018-12-03 16:24:55,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/0b281b21-d450-4faa-9d05-90323b62f0af used request id req-29f400ae-3742-49eb-ab5f-53d3e73711d3 2018-12-03 16:24:55,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/9b49eade-98eb-44b0-8cc3-6323a1d0736c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:24:55,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-76a1f279-2684-48af-ac2f-1ec566da37af Date: Mon, 03 Dec 2018 16:24:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24: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":"339010324e304273b32d9efc75cc248f","id":"9b49eade-98eb-44b0-8cc3-6323a1d0736c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet"}} 2018-12-03 16:24:55,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/9b49eade-98eb-44b0-8cc3-6323a1d0736c used request id req-76a1f279-2684-48af-ac2f-1ec566da37af 2018-12-03 16:24:55,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfb7d134cd4f1164e5a951d74c99c595ba83b14" 2018-12-03 16:24:55,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-d4793b72-81b7-4190-8136-f3f660d8f884 Date: Mon, 03 Dec 2018 16:24:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "339010324e304273b32d9efc75cc248f", "created_at": "2018-12-03T16:24:46Z", "admin_state_up": true, "updated_at": "2018-12-03T16:24:53Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "339010324e304273b32d9efc75cc248f", "id": "e163dd19-b162-4be7-8f7f-bed0b6d92983", "name": "CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-router"}]} 2018-12-03 16:24:55,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-router&admin_state_up=True used request id req-d4793b72-81b7-4190-8136-f3f660d8f884 2018-12-03 16:24:55,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22fa3dae11fca168963cd8b6918303a5808ffaaa" 2018-12-03 16:24:55,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ec79a5a-e30f-4307-8c4f-641140a13a95 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f"}, "enabled": true, "id": "339010324e304273b32d9efc75cc248f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj"}} 2018-12-03 16:24:55,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f used request id req-0ec79a5a-e30f-4307-8c4f-641140a13a95 2018-12-03 16:24:55,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=e163dd19-b162-4be7-8f7f-bed0b6d92983 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfb7d134cd4f1164e5a951d74c99c595ba83b14" 2018-12-03 16:24:55,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-2f516adb-fa17-432d-a63f-1cd2eb348291 Date: Mon, 03 Dec 2018 16:24:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:24:55Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b49eade-98eb-44b0-8cc3-6323a1d0736c","ip_address":"10.55.1.1"}],"id":"a5d817a8-7ec0-4858-a766-1595a7ca9abb","security_groups":[],"mac_address":"fa:16:3e:45:0a:3e","project_id":"339010324e304273b32d9efc75cc248f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:52Z","binding:vnic_type":"normal","device_id":"e163dd19-b162-4be7-8f7f-bed0b6d92983"}]} 2018-12-03 16:24:55,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=e163dd19-b162-4be7-8f7f-bed0b6d92983 used request id req-2f516adb-fa17-432d-a63f-1cd2eb348291 2018-12-03 16:24:55,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/9b49eade-98eb-44b0-8cc3-6323a1d0736c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfb7d134cd4f1164e5a951d74c99c595ba83b14" 2018-12-03 16:24:56,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-90864b2b-64f7-4bc1-9a93-d5ffbfab9c97 Date: Mon, 03 Dec 2018 16:24:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce88702f-d7b1-4234-ae4f-e39b2f4e37b1","tenant_id":"339010324e304273b32d9efc75cc248f","created_at":"2018-12-03T16:24:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:24: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":"339010324e304273b32d9efc75cc248f","id":"9b49eade-98eb-44b0-8cc3-6323a1d0736c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet"}} 2018-12-03 16:24:56,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/9b49eade-98eb-44b0-8cc3-6323a1d0736c used request id req-90864b2b-64f7-4bc1-9a93-d5ffbfab9c97 2018-12-03 16:24:56,161 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-router and subnet CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet 2018-12-03 16:24:56,161 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-router 2018-12-03 16:24:56,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/e163dd19-b162-4be7-8f7f-bed0b6d92983/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" -d '{"subnet_id": "9b49eade-98eb-44b0-8cc3-6323a1d0736c"}' 2018-12-03 16:24:57,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-44c5b64f-cd2c-4024-9617-718555067479 Date: Mon, 03 Dec 2018 16:24:57 GMT RESP BODY: {"network_id": "ce88702f-d7b1-4234-ae4f-e39b2f4e37b1", "tenant_id": "339010324e304273b32d9efc75cc248f", "subnet_id": "9b49eade-98eb-44b0-8cc3-6323a1d0736c", "subnet_ids": ["9b49eade-98eb-44b0-8cc3-6323a1d0736c"], "port_id": "a5d817a8-7ec0-4858-a766-1595a7ca9abb", "id": "e163dd19-b162-4be7-8f7f-bed0b6d92983"} 2018-12-03 16:24:57,744 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/e163dd19-b162-4be7-8f7f-bed0b6d92983/remove_router_interface used request id req-44c5b64f-cd2c-4024-9617-718555067479 2018-12-03 16:24:57,745 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-router 2018-12-03 16:24:57,745 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-router 2018-12-03 16:24:57,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/e163dd19-b162-4be7-8f7f-bed0b6d92983 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe6d128a7123e710126ef568c1a6daf1cb84756" 2018-12-03 16:25:01,441 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3fdb8d6f-a3da-4a5f-86e4-e18ccbe719b7 Content-Length: 0 Date: Mon, 03 Dec 2018 16:25:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:25:01,441 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/e163dd19-b162-4be7-8f7f-bed0b6d92983 used request id req-3fdb8d6f-a3da-4a5f-86e4-e18ccbe719b7 2018-12-03 16:25:01,442 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet 2018-12-03 16:25:01,442 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-subnet 2018-12-03 16:25:01,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/9b49eade-98eb-44b0-8cc3-6323a1d0736c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae06fa258c272c27f9558a53d5387599c470d64" 2018-12-03 16:25:03,674 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c5f0ee34-4b83-4244-a989-abe8e9144bde Date: Mon, 03 Dec 2018 16:25:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:25:03,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/9b49eade-98eb-44b0-8cc3-6323a1d0736c used request id req-c5f0ee34-4b83-4244-a989-abe8e9144bde 2018-12-03 16:25:03,674 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-827d6f82-1d59-47b2-8834-27ba25ba2acc-pub-net 2018-12-03 16:25:03,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae06fa258c272c27f9558a53d5387599c470d64" 2018-12-03 16:25:04,990 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3a94c306-8ecd-4947-b1fd-ff53b3cf5203 Date: Mon, 03 Dec 2018 16:25:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:25:04,990 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/ce88702f-d7b1-4234-ae4f-e39b2f4e37b1 used request id req-3a94c306-8ecd-4947-b1fd-ff53b3cf5203 2018-12-03 16:25:04,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:25:05,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3447c742-4bf3-451a-a0a4-261d05d67b03 Date: Mon, 03 Dec 2018 16:25:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "339010324e304273b32d9efc75cc248f", "created_at": "2018-12-03T16:24:39Z", "updated_at": "2018-12-03T16:24:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:24:39Z", "revision_number": 0, "id": "0dbb5947-8dce-4ff7-a424-ed8aec96df80", "remote_group_id": "dcd7c563-e364-4207-bd8c-7d79670dd26b", "remote_ip_prefix": null, "created_at": "2018-12-03T16:24:39Z", "security_group_id": "dcd7c563-e364-4207-bd8c-7d79670dd26b", "tenant_id": "339010324e304273b32d9efc75cc248f", "port_range_min": null, "ethertype": "IPv4", "project_id": "339010324e304273b32d9efc75cc248f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:24:39Z", "revision_number": 0, "id": "6e2e9044-d9c6-4698-9512-dba91bbede1c", "remote_group_id": "dcd7c563-e364-4207-bd8c-7d79670dd26b", "remote_ip_prefix": null, "created_at": "2018-12-03T16:24:39Z", "security_group_id": "dcd7c563-e364-4207-bd8c-7d79670dd26b", "tenant_id": "339010324e304273b32d9efc75cc248f", "port_range_min": null, "ethertype": "IPv6", "project_id": "339010324e304273b32d9efc75cc248f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:24:39Z", "revision_number": 0, "id": "e6e6ab9a-7c1a-451f-bc14-26703992db1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:24:39Z", "security_group_id": "dcd7c563-e364-4207-bd8c-7d79670dd26b", "tenant_id": "339010324e304273b32d9efc75cc248f", "port_range_min": null, "ethertype": "IPv6", "project_id": "339010324e304273b32d9efc75cc248f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:24:39Z", "revision_number": 0, "id": "f3c711bf-1cb9-4366-af3f-ecaa33302f35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:24:39Z", "security_group_id": "dcd7c563-e364-4207-bd8c-7d79670dd26b", "tenant_id": "339010324e304273b32d9efc75cc248f", "port_range_min": null, "ethertype": "IPv4", "project_id": "339010324e304273b32d9efc75cc248f"}], "revision_number": 4, "project_id": "339010324e304273b32d9efc75cc248f", "id": "dcd7c563-e364-4207-bd8c-7d79670dd26b", "name": "default"}]} 2018-12-03 16:25:05,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-3447c742-4bf3-451a-a0a4-261d05d67b03 2018-12-03 16:25:05,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:25:05,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f20cffd0-3976-4b07-8416-ecce3cf15e98 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:25:05,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-f20cffd0-3976-4b07-8416-ecce3cf15e98 2018-12-03 16:25:05,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:25:05,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3413629-60bb-48ab-8238-e61634afa325 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:25:05,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-b3413629-60bb-48ab-8238-e61634afa325 2018-12-03 16:25:05,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:25:05,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8fffddc-6b59-4a4f-a689-054b6e8b71bd Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:25:05,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-d8fffddc-6b59-4a4f-a689-054b6e8b71bd 2018-12-03 16:25:05,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:25:05,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77003867-9f14-41e4-b6df-ae1c5a2bb310 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f"}, "enabled": true, "id": "339010324e304273b32d9efc75cc248f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj"}} 2018-12-03 16:25:05,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f used request id req-77003867-9f14-41e4-b6df-ae1c5a2bb310 2018-12-03 16:25:05,596 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcd7c563-e364-4207-bd8c-7d79670dd26b 2018-12-03 16:25:05,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dcd7c563-e364-4207-bd8c-7d79670dd26b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:25:05,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3c15e145-07b8-4910-92d9-864d08d02eb6 Date: Mon, 03 Dec 2018 16:25:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "dcd7c563-e364-4207-bd8c-7d79670dd26b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:24:39Z", "security_group_id": "dcd7c563-e364-4207-bd8c-7d79670dd26b", "port_range_min": null, "revision_number": 0, "tenant_id": "339010324e304273b32d9efc75cc248f", "created_at": "2018-12-03T16:24:39Z", "project_id": "339010324e304273b32d9efc75cc248f", "id": "0dbb5947-8dce-4ff7-a424-ed8aec96df80"}, {"remote_group_id": "dcd7c563-e364-4207-bd8c-7d79670dd26b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:24:39Z", "security_group_id": "dcd7c563-e364-4207-bd8c-7d79670dd26b", "port_range_min": null, "revision_number": 0, "tenant_id": "339010324e304273b32d9efc75cc248f", "created_at": "2018-12-03T16:24:39Z", "project_id": "339010324e304273b32d9efc75cc248f", "id": "6e2e9044-d9c6-4698-9512-dba91bbede1c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:24:39Z", "security_group_id": "dcd7c563-e364-4207-bd8c-7d79670dd26b", "port_range_min": null, "revision_number": 0, "tenant_id": "339010324e304273b32d9efc75cc248f", "created_at": "2018-12-03T16:24:39Z", "project_id": "339010324e304273b32d9efc75cc248f", "id": "e6e6ab9a-7c1a-451f-bc14-26703992db1f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:24:39Z", "security_group_id": "dcd7c563-e364-4207-bd8c-7d79670dd26b", "port_range_min": null, "revision_number": 0, "tenant_id": "339010324e304273b32d9efc75cc248f", "created_at": "2018-12-03T16:24:39Z", "project_id": "339010324e304273b32d9efc75cc248f", "id": "f3c711bf-1cb9-4366-af3f-ecaa33302f35"}]} 2018-12-03 16:25:05,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dcd7c563-e364-4207-bd8c-7d79670dd26b used request id req-3c15e145-07b8-4910-92d9-864d08d02eb6 2018-12-03 16:25:05,787 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:25:05,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/dcd7c563-e364-4207-bd8c-7d79670dd26b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:25:06,094 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9663e75e-f85e-43f3-8d48-a50b8c956209 Content-Length: 0 Date: Mon, 03 Dec 2018 16:25:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:25:06,094 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/dcd7c563-e364-4207-bd8c-7d79670dd26b used request id req-9663e75e-f85e-43f3-8d48-a50b8c956209 2018-12-03 16:25:06,095 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj 2018-12-03 16:25:06,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:25:06,319 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:25:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecfd46f4-8f54-4544-965b-ff93204dd097 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:25:06,319 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/339010324e304273b32d9efc75cc248f used request id req-ecfd46f4-8f54-4544-965b-ff93204dd097 2018-12-03 16:25:06,319 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-27261d78-a2dc-4e6-proj-role 2018-12-03 16:25:06,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/37d00bea57e54f37aa3cfcb8556edd99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:25:06,447 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:25:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-726c398c-757f-42e4-9d12-c12fd85c1694 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:25:06,447 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/37d00bea57e54f37aa3cfcb8556edd99 used request id req-726c398c-757f-42e4-9d12-c12fd85c1694 2018-12-03 16:25:06,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9caac44e83305df322b33010ebb1560b9b1b773" 2018-12-03 16:25:06,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b3bed06-a1c7-40a6-a749-9b88490f9a07 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:25:06,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9b3bed06-a1c7-40a6-a749-9b88490f9a07 2018-12-03 16:25:06,532 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-27261d78-a2dc-4e6-user 2018-12-03 16:25:06,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/eccac45752be430dbcd6047b13387f2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2292e605c4de1b01b4031acd758453fc44ac36ed" 2018-12-03 16:25:06,752 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:25:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af11146a-9cad-40e1-a101-4644625d81dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:25:06,752 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/eccac45752be430dbcd6047b13387f2e used request id req-af11146a-9cad-40e1-a101-4644625d81dc 2018-12-03 16:25:06,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:07,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:25:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["OVraYiwlStqxnAS2kmZKXQ"], "issued_at": "2018-12-03T16:25:07.000000Z"}} 2018-12-03 16:25:07,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25725c1c18ea76f0601ac22d94f4d6eb60d4855e" 2018-12-03 16:25:07,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e30a9ab5-ebd6-448a-8c7d-98f3677cdd94 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:25:07,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e30a9ab5-ebd6-448a-8c7d-98f3677cdd94 2018-12-03 16:25:07,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:25:07,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:07,611 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:25:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ggn0xIPhQCyTgXLjR3OYCg"], "issued_at": "2018-12-03T16:25:07.000000Z"}} 2018-12-03 16:25:07,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:07,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3fdb4be-e7e2-4a9f-b115-09ca4a8b6b73 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:25:07,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c3fdb4be-e7e2-4a9f-b115-09ca4a8b6b73 2018-12-03 16:25:07,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:25:07,709 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:25: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:25:07,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:07,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed3846c4-ad70-4426-9d73-7473f74c0ae9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:25:07,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj used request id req-ed3846c4-ad70-4426-9d73-7473f74c0ae9 2018-12-03 16:25:07,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:07,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e16a7529-76ce-4769-b8af-16bcc3356cc5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:25:07,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-e16a7529-76ce-4769-b8af-16bcc3356cc5 2018-12-03 16:25:07,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj"}}' 2018-12-03 16:25:07,998 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:25:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8e12cfc-af36-4153-a1fb-43a62e7d65c1 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4"}, "enabled": true, "id": "441207080afe4308bdfde16674f36bb4", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj"}} 2018-12-03 16:25:07,998 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b8e12cfc-af36-4153-a1fb-43a62e7d65c1 2018-12-03 16:25:07,999 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-35e4feda-c54f-444-proj 2018-12-03 16:25:07,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:25:08,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:08,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:25:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["GVro0qK6T_K5GimDOzLpHg"], "issued_at": "2018-12-03T16:25:08.000000Z"}} 2018-12-03 16:25:08,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5fa3db5c3789475d5d782601e569c99b9ec476f" 2018-12-03 16:25:08,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8912f51c-88a7-4e1e-8cb6-c131482bae13 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:25:08,473 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8912f51c-88a7-4e1e-8cb6-c131482bae13 2018-12-03 16:25:08,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:25:08,483 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:25: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:25:08,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5fa3db5c3789475d5d782601e569c99b9ec476f" 2018-12-03 16:25:08,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b28b1381-e6cd-4d77-8393-6519b8ded5b9 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:25:08,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b28b1381-e6cd-4d77-8393-6519b8ded5b9 2018-12-03 16:25:08,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5fa3db5c3789475d5d782601e569c99b9ec476f" 2018-12-03 16:25:08,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6415901e-6aa1-4aa1-a8fc-6f089c01e4c3 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4"}, "enabled": true, "id": "441207080afe4308bdfde16674f36bb4", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj"}]} 2018-12-03 16:25:08,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj used request id req-6415901e-6aa1-4aa1-a8fc-6f089c01e4c3 2018-12-03 16:25:08,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5fa3db5c3789475d5d782601e569c99b9ec476f" 2018-12-03 16:25:08,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eecc13e6-32b8-459d-8e2d-d2e100e18086 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:25:08,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-eecc13e6-32b8-459d-8e2d-d2e100e18086 2018-12-03 16:25:09,153 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-35e4feda-c54f-444-user 2018-12-03 16:25:09,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:25:09,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:09,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f3f36c3-34ff-4b39-9bbf-b9d8c4df50e0 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:25:09,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8f3f36c3-34ff-4b39-9bbf-b9d8c4df50e0 2018-12-03 16:25:09,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" -d '{"role": {"name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj-role"}}' 2018-12-03 16:25:09,279 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:25:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d1a9fa8-9867-4377-b4de-d57e0be7485c Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c757603fa3fd497b9cbe6435357b44b2", "links": {"self": "http://172.30.9.30:5000/v3/roles/c757603fa3fd497b9cbe6435357b44b2"}, "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj-role"}} 2018-12-03 16:25:09,279 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-2d1a9fa8-9867-4377-b4de-d57e0be7485c 2018-12-03 16:25:09,280 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-35e4feda-c54f-444-proj-role 2018-12-03 16:25:09,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/c757603fa3fd497b9cbe6435357b44b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:09,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95d54ce9-5764-4843-83c8-c6127442e0e9 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/c757603fa3fd497b9cbe6435357b44b2"}, "domain_id": null, "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj-role", "id": "c757603fa3fd497b9cbe6435357b44b2"}} 2018-12-03 16:25:09,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/c757603fa3fd497b9cbe6435357b44b2 used request id req-95d54ce9-5764-4843-83c8-c6127442e0e9 2018-12-03 16:25:09,369 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-35e4feda-c54f-444-proj-role to project CreateNetworkSuccessTests-35e4feda-c54f-444-proj 2018-12-03 16:25:09,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4/users/03faf2569bc342cd8313ae2829690156/roles/c757603fa3fd497b9cbe6435357b44b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:09,497 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:25:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bea369f-df74-4a32-85db-e8e43515c2fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:25:09,498 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4/users/03faf2569bc342cd8313ae2829690156/roles/c757603fa3fd497b9cbe6435357b44b2 used request id req-8bea369f-df74-4a32-85db-e8e43515c2fa 2018-12-03 16:25:09,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:25:09,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:09,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:25:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["_2qHMBqQRfaB4wL830oL7A"], "issued_at": "2018-12-03T16:25:09.000000Z"}} 2018-12-03 16:25:09,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6447594e80407b48ca1e04e109ef55b7ae7d659" 2018-12-03 16:25:09,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3dd011a-36e8-4555-97ed-70181fb843af Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:25:09,957 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e3dd011a-36e8-4555-97ed-70181fb843af 2018-12-03 16:25:09,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6447594e80407b48ca1e04e109ef55b7ae7d659" 2018-12-03 16:25:10,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e3ce8510-2fe1-40a2-ba20-a3fa4e59a5e4 Date: Mon, 03 Dec 2018 16:25:10 GMT RESP BODY: {"networks":[]} 2018-12-03 16:25:10,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-net used request id req-e3ce8510-2fe1-40a2-ba20-a3fa4e59a5e4 2018-12-03 16:25:10,144 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-net 2018-12-03 16:25:10,144 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:25:10,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:10,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:25:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Ph-wENbHRDy3lE2DBFuaww"], "issued_at": "2018-12-03T16:25:10.000000Z"}} 2018-12-03 16:25:10,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dec0850bc079951d4a1dc3f2b556cbf5958b97f" 2018-12-03 16:25:10,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0597904-4d25-4dcd-bb93-8b43066b7828 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:25:10,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a0597904-4d25-4dcd-bb93-8b43066b7828 2018-12-03 16:25:10,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:25:10,615 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:25: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:25:10,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dec0850bc079951d4a1dc3f2b556cbf5958b97f" 2018-12-03 16:25:10,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa9c8b96-ca25-405c-a014-be707bb3d869 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4"}, "enabled": true, "id": "441207080afe4308bdfde16674f36bb4", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj"}]} 2018-12-03 16:25:10,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj used request id req-aa9c8b96-ca25-405c-a014-be707bb3d869 2018-12-03 16:25:10,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6447594e80407b48ca1e04e109ef55b7ae7d659" -d '{"network": {"tenant_id": "441207080afe4308bdfde16674f36bb4", "name": "CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-net", "admin_state_up": true}}' 2018-12-03 16:25:11,218 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-3a5018a1-f74f-4fbc-89df-e74f10ba3e96 Date: Mon, 03 Dec 2018 16:25:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4e361a09-6c18-4c7b-b260-96c1995c5bb5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"441207080afe4308bdfde16674f36bb4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:25:11Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-net","admin_state_up":true,"tenant_id":"441207080afe4308bdfde16674f36bb4","created_at":"2018-12-03T16:25:11Z","mtu":1450}} 2018-12-03 16:25:11,218 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-3a5018a1-f74f-4fbc-89df-e74f10ba3e96 2018-12-03 16:25:11,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4e361a09-6c18-4c7b-b260-96c1995c5bb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6447594e80407b48ca1e04e109ef55b7ae7d659" 2018-12-03 16:25:11,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-f415f731-b4f1-424b-9684-e0b857ea9f59 Date: Mon, 03 Dec 2018 16:25:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4e361a09-6c18-4c7b-b260-96c1995c5bb5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"441207080afe4308bdfde16674f36bb4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:25:11Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-net","admin_state_up":true,"tenant_id":"441207080afe4308bdfde16674f36bb4","created_at":"2018-12-03T16:25:11Z","provider:network_type":"vxlan"}]} 2018-12-03 16:25:11,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4e361a09-6c18-4c7b-b260-96c1995c5bb5 used request id req-f415f731-b4f1-424b-9684-e0b857ea9f59 2018-12-03 16:25:11,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e361a09-6c18-4c7b-b260-96c1995c5bb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6447594e80407b48ca1e04e109ef55b7ae7d659" 2018-12-03 16:25:11,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e17d253c-273c-4268-9994-17a0408853b4 Date: Mon, 03 Dec 2018 16:25:11 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:25:11,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e361a09-6c18-4c7b-b260-96c1995c5bb5 used request id req-e17d253c-273c-4268-9994-17a0408853b4 2018-12-03 16:25:11,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:25:11,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:12,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:25:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["jlpnkwmfR5qO43bkfJ4bSg"], "issued_at": "2018-12-03T16:25:12.000000Z"}} 2018-12-03 16:25:12,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a86ee5688fe5636711e811effb13d4730e3375c" 2018-12-03 16:25:12,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb375bb1-1aac-4381-8f21-18038a03f9b9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:25:12,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bb375bb1-1aac-4381-8f21-18038a03f9b9 2018-12-03 16:25:12,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:25:12,134 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:25: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:25:12,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a86ee5688fe5636711e811effb13d4730e3375c" 2018-12-03 16:25:12,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e371c437-3ddb-4aa1-ba8c-d65cefc442cb Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4"}, "enabled": true, "id": "441207080afe4308bdfde16674f36bb4", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj"}]} 2018-12-03 16:25:12,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj used request id req-e371c437-3ddb-4aa1-ba8c-d65cefc442cb 2018-12-03 16:25:12,215 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-subnet 2018-12-03 16:25:12,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6447594e80407b48ca1e04e109ef55b7ae7d659" -d '{"subnets": [{"ip_version": 4, "network_id": "4e361a09-6c18-4c7b-b260-96c1995c5bb5", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-subnet", "tenant_id": "441207080afe4308bdfde16674f36bb4"}]}' 2018-12-03 16:25:12,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-758b8877-bc9f-427e-9a43-23b291710937 Date: Mon, 03 Dec 2018 16:25:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e361a09-6c18-4c7b-b260-96c1995c5bb5","tenant_id":"441207080afe4308bdfde16674f36bb4","created_at":"2018-12-03T16:25:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:12Z","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":"441207080afe4308bdfde16674f36bb4","id":"7385e331-48ee-42b4-95fd-18dfd2bdf7ef","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-subnet"}]} 2018-12-03 16:25:12,763 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-758b8877-bc9f-427e-9a43-23b291710937 2018-12-03 16:25:12,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4e361a09-6c18-4c7b-b260-96c1995c5bb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6447594e80407b48ca1e04e109ef55b7ae7d659" 2018-12-03 16:25:13,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a99428dc-6ac7-4232-bd89-6d6ec7878ec4 Date: Mon, 03 Dec 2018 16:25:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e361a09-6c18-4c7b-b260-96c1995c5bb5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"441207080afe4308bdfde16674f36bb4","status":"ACTIVE","subnets":["7385e331-48ee-42b4-95fd-18dfd2bdf7ef"],"description":"","tags":[],"updated_at":"2018-12-03T16:25:12Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-net","admin_state_up":true,"tenant_id":"441207080afe4308bdfde16674f36bb4","created_at":"2018-12-03T16:25:11Z","provider:network_type":"vxlan"}]} 2018-12-03 16:25:13,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4e361a09-6c18-4c7b-b260-96c1995c5bb5 used request id req-a99428dc-6ac7-4232-bd89-6d6ec7878ec4 2018-12-03 16:25:13,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e361a09-6c18-4c7b-b260-96c1995c5bb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6447594e80407b48ca1e04e109ef55b7ae7d659" 2018-12-03 16:25:13,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-51a52c46-1f95-43a7-bf5f-985313b9a873 Date: Mon, 03 Dec 2018 16:25:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e361a09-6c18-4c7b-b260-96c1995c5bb5","tenant_id":"441207080afe4308bdfde16674f36bb4","created_at":"2018-12-03T16:25:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:12Z","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":"441207080afe4308bdfde16674f36bb4","id":"7385e331-48ee-42b4-95fd-18dfd2bdf7ef","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-subnet"}]} 2018-12-03 16:25:13,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e361a09-6c18-4c7b-b260-96c1995c5bb5 used request id req-51a52c46-1f95-43a7-bf5f-985313b9a873 2018-12-03 16:25:13,522 - OpenStackNetwork - DEBUG - Network [4e361a09-6c18-4c7b-b260-96c1995c5bb5] created successfully 2018-12-03 16:25:13,523 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:13,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c757603fa3fd497b9cbe6435357b44b2", "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj-role"}], "expires_at": "2018-12-03T17:25:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "441207080afe4308bdfde16674f36bb4", "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/441207080afe4308bdfde16674f36bb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/441207080afe4308bdfde16674f36bb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/441207080afe4308bdfde16674f36bb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/441207080afe4308bdfde16674f36bb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/441207080afe4308bdfde16674f36bb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/441207080afe4308bdfde16674f36bb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/441207080afe4308bdfde16674f36bb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/441207080afe4308bdfde16674f36bb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/441207080afe4308bdfde16674f36bb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/441207080afe4308bdfde16674f36bb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/441207080afe4308bdfde16674f36bb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/441207080afe4308bdfde16674f36bb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-user", "id": "03faf2569bc342cd8313ae2829690156"}, "audit_ids": ["aGfQj3waTk-zQjpXszz7DA"], "issued_at": "2018-12-03T16:25:13.000000Z"}} 2018-12-03 16:25:13,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc068a169d67f73c119ad7826f1520797b05ebc2" 2018-12-03 16:25:14,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1e68e832-b524-46ac-b459-321729fd5765 Date: Mon, 03 Dec 2018 16:25: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":["7385e331-48ee-42b4-95fd-18dfd2bdf7ef"],"updated_at":"2018-12-03T16:25:12Z","tenant_id":"441207080afe4308bdfde16674f36bb4","created_at":"2018-12-03T16:25:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"441207080afe4308bdfde16674f36bb4","id":"4e361a09-6c18-4c7b-b260-96c1995c5bb5","name":"CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-net"}]} 2018-12-03 16:25:14,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-net used request id req-1e68e832-b524-46ac-b459-321729fd5765 2018-12-03 16:25:14,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:25:14,147 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:25: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:25:14,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25725c1c18ea76f0601ac22d94f4d6eb60d4855e" 2018-12-03 16:25:14,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9bdc1da-b51b-4d9f-9c91-b4f7804d3bbc Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4"}, "enabled": true, "id": "441207080afe4308bdfde16674f36bb4", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj"}} 2018-12-03 16:25:14,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4 used request id req-f9bdc1da-b51b-4d9f-9c91-b4f7804d3bbc 2018-12-03 16:25:14,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e361a09-6c18-4c7b-b260-96c1995c5bb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc068a169d67f73c119ad7826f1520797b05ebc2" 2018-12-03 16:25:14,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ad590421-e079-4e3b-84da-2fb163e2e10f Date: Mon, 03 Dec 2018 16:25:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e361a09-6c18-4c7b-b260-96c1995c5bb5","tenant_id":"441207080afe4308bdfde16674f36bb4","created_at":"2018-12-03T16:25:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:12Z","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":"441207080afe4308bdfde16674f36bb4","id":"7385e331-48ee-42b4-95fd-18dfd2bdf7ef","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-subnet"}]} 2018-12-03 16:25:14,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e361a09-6c18-4c7b-b260-96c1995c5bb5 used request id req-ad590421-e079-4e3b-84da-2fb163e2e10f 2018-12-03 16:25:14,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:25:14,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:14,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:25:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["xHlY11SDTqObhbS7cxYuQQ"], "issued_at": "2018-12-03T16:25:14.000000Z"}} 2018-12-03 16:25:14,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:14,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cdac89c-c40d-43f6-b4f5-fbb6ead82626 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:25:14,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8cdac89c-c40d-43f6-b4f5-fbb6ead82626 2018-12-03 16:25:14,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:15,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-04f444ef-d44f-4078-82ca-a3faa517cb92 Date: Mon, 03 Dec 2018 16:25:15 GMT RESP BODY: {"routers": []} 2018-12-03 16:25:15,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-router&admin_state_up=True used request id req-04f444ef-d44f-4078-82ca-a3faa517cb92 2018-12-03 16:25:15,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:25:15,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:15,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:25:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["94PSAkasR4KeI0_b1kdQUg"], "issued_at": "2018-12-03T16:25:15.000000Z"}} 2018-12-03 16:25:15,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03c11900664a4b915aa8f5eadffb5144fa26877" 2018-12-03 16:25:15,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07469bea-82e0-4ddc-9788-222c49f4befa Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:25:15,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-07469bea-82e0-4ddc-9788-222c49f4befa 2018-12-03 16:25:15,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:25:15,742 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:25: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:25:15,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03c11900664a4b915aa8f5eadffb5144fa26877" 2018-12-03 16:25:15,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daa7289f-3e06-4357-8c77-6adea31f6ed3 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4"}, "enabled": true, "id": "441207080afe4308bdfde16674f36bb4", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj"}]} 2018-12-03 16:25:15,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-35e4feda-c54f-444-proj used request id req-daa7289f-3e06-4357-8c77-6adea31f6ed3 2018-12-03 16:25:15,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:16,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-3e96ca2e-a30c-422a-8390-d24b2c2bf6d6 Date: Mon, 03 Dec 2018 16:25:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 16:25:16,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-3e96ca2e-a30c-422a-8390-d24b2c2bf6d6 2018-12-03 16:25:16,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:16,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-63e0f5bd-01e5-4775-8f58-70fabf179c79 Date: Mon, 03 Dec 2018 16:25:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 16:25:16,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-63e0f5bd-01e5-4775-8f58-70fabf179c79 2018-12-03 16:25:16,426 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-router 2018-12-03 16:25:16,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "tenant_id": "441207080afe4308bdfde16674f36bb4", "name": "CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-router", "admin_state_up": true}}' 2018-12-03 16:25:21,251 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-31b56dbf-e3e6-4dd5-9d1f-fc8ef3814248 Date: Mon, 03 Dec 2018 16:25:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "441207080afe4308bdfde16674f36bb4", "created_at": "2018-12-03T16:25:17Z", "admin_state_up": true, "updated_at": "2018-12-03T16:25:17Z", "project_id": "441207080afe4308bdfde16674f36bb4", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "43022224-8586-4a54-9c7e-9d833da8c794", "name": "CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-router"}} 2018-12-03 16:25:21,251 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-31b56dbf-e3e6-4dd5-9d1f-fc8ef3814248 2018-12-03 16:25:21,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=43022224-8586-4a54-9c7e-9d833da8c794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:21,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-7ac09d25-cc2d-471a-ae98-b243595f791a Date: Mon, 03 Dec 2018 16:25:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:25:17Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.206"}],"id":"544c3a5c-d606-403e-8374-06e66a481b93","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:df:df","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T16:25:17Z","binding:vnic_type":"normal","device_id":"43022224-8586-4a54-9c7e-9d833da8c794"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:25:20Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d11366-58c5-41f2-9060-ff1794a2549d","ip_address":"169.254.192.9"}],"id":"56209032-f389-418e-a445-052842f6d2b8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c0:43:53","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 441207080afe4308bdfde16674f36bb4","admin_state_up":true,"network_id":"3de6bcd2-ea9d-4e81-84dd-35cb76a2a362","tenant_id":"","created_at":"2018-12-03T16:25:20Z","binding:vnic_type":"normal","device_id":"43022224-8586-4a54-9c7e-9d833da8c794"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:25:18Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d11366-58c5-41f2-9060-ff1794a2549d","ip_address":"169.254.192.7"}],"id":"7be37df1-9102-49ef-a820-a6762c391d7e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:18:44:b7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 441207080afe4308bdfde16674f36bb4","admin_state_up":true,"network_id":"3de6bcd2-ea9d-4e81-84dd-35cb76a2a362","tenant_id":"","created_at":"2018-12-03T16:25:18Z","binding:vnic_type":"normal","device_id":"43022224-8586-4a54-9c7e-9d833da8c794"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:25:19Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d11366-58c5-41f2-9060-ff1794a2549d","ip_address":"169.254.192.11"}],"id":"a112c32c-87a6-4f31-bf98-9009cd9bb3cc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5f:81:de","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 441207080afe4308bdfde16674f36bb4","admin_state_up":true,"network_id":"3de6bcd2-ea9d-4e81-84dd-35cb76a2a362","tenant_id":"","created_at":"2018-12-03T16:25:19Z","binding:vnic_type":"normal","device_id":"43022224-8586-4a54-9c7e-9d833da8c794"}]} 2018-12-03 16:25:21,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=43022224-8586-4a54-9c7e-9d833da8c794 used request id req-7ac09d25-cc2d-471a-ae98-b243595f791a 2018-12-03 16:25:21,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:21,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4a0641e1-2f7f-4bd2-a508-376f1a7cfc0b Date: Mon, 03 Dec 2018 16:25:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 16:25:21,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-4a0641e1-2f7f-4bd2-a508-376f1a7cfc0b 2018-12-03 16:25:21,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/f9d11366-58c5-41f2-9060-ff1794a2549d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:21,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-437012ec-ccc7-47a6-bc0e-c5fa5580d4f7 Date: Mon, 03 Dec 2018 16:25:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3de6bcd2-ea9d-4e81-84dd-35cb76a2a362","tenant_id":"","created_at":"2018-12-03T16:25:16Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:16Z","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":"f9d11366-58c5-41f2-9060-ff1794a2549d","subnetpool_id":null,"name":"HA subnet tenant 441207080afe4308bdfde16674f36bb4"}} 2018-12-03 16:25:21,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/f9d11366-58c5-41f2-9060-ff1794a2549d used request id req-437012ec-ccc7-47a6-bc0e-c5fa5580d4f7 2018-12-03 16:25:21,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/f9d11366-58c5-41f2-9060-ff1794a2549d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:22,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a0f0f26b-c198-4ed9-b39e-7a7b1464d0c6 Date: Mon, 03 Dec 2018 16:25:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3de6bcd2-ea9d-4e81-84dd-35cb76a2a362","tenant_id":"","created_at":"2018-12-03T16:25:16Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:16Z","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":"f9d11366-58c5-41f2-9060-ff1794a2549d","subnetpool_id":null,"name":"HA subnet tenant 441207080afe4308bdfde16674f36bb4"}} 2018-12-03 16:25:22,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/f9d11366-58c5-41f2-9060-ff1794a2549d used request id req-a0f0f26b-c198-4ed9-b39e-7a7b1464d0c6 2018-12-03 16:25:22,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/f9d11366-58c5-41f2-9060-ff1794a2549d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:22,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-78c8d704-9fc1-4a82-9df7-7d3b8810b607 Date: Mon, 03 Dec 2018 16:25:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3de6bcd2-ea9d-4e81-84dd-35cb76a2a362","tenant_id":"","created_at":"2018-12-03T16:25:16Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:16Z","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":"f9d11366-58c5-41f2-9060-ff1794a2549d","subnetpool_id":null,"name":"HA subnet tenant 441207080afe4308bdfde16674f36bb4"}} 2018-12-03 16:25:22,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/f9d11366-58c5-41f2-9060-ff1794a2549d used request id req-78c8d704-9fc1-4a82-9df7-7d3b8810b607 2018-12-03 16:25:22,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:22,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-69ac895a-00a8-4f3c-8660-d0ace381922f Date: Mon, 03 Dec 2018 16:25:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e361a09-6c18-4c7b-b260-96c1995c5bb5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"441207080afe4308bdfde16674f36bb4","status":"ACTIVE","subnets":["7385e331-48ee-42b4-95fd-18dfd2bdf7ef"],"description":"","tags":[],"updated_at":"2018-12-03T16:25:12Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-net","admin_state_up":true,"tenant_id":"441207080afe4308bdfde16674f36bb4","created_at":"2018-12-03T16:25:11Z","provider:network_type":"vxlan"}]} 2018-12-03 16:25:22,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-net used request id req-69ac895a-00a8-4f3c-8660-d0ace381922f 2018-12-03 16:25:22,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:25:22,388 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:25:22,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:22,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee7cb072-b468-47d3-935f-f678f9879e4a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4"}, "enabled": true, "id": "441207080afe4308bdfde16674f36bb4", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj"}} 2018-12-03 16:25:22,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4 used request id req-ee7cb072-b468-47d3-935f-f678f9879e4a 2018-12-03 16:25:22,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e361a09-6c18-4c7b-b260-96c1995c5bb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:22,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4004f63d-6628-47b0-a105-43fed771ee3a Date: Mon, 03 Dec 2018 16:25:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e361a09-6c18-4c7b-b260-96c1995c5bb5","tenant_id":"441207080afe4308bdfde16674f36bb4","created_at":"2018-12-03T16:25:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:12Z","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":"441207080afe4308bdfde16674f36bb4","id":"7385e331-48ee-42b4-95fd-18dfd2bdf7ef","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-subnet"}]} 2018-12-03 16:25:22,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e361a09-6c18-4c7b-b260-96c1995c5bb5 used request id req-4004f63d-6628-47b0-a105-43fed771ee3a 2018-12-03 16:25:22,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e361a09-6c18-4c7b-b260-96c1995c5bb5&name=CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:22,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5ff5cb8d-a0f7-4107-8219-e21aefd181c5 Date: Mon, 03 Dec 2018 16:25:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e361a09-6c18-4c7b-b260-96c1995c5bb5","tenant_id":"441207080afe4308bdfde16674f36bb4","created_at":"2018-12-03T16:25:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:12Z","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":"441207080afe4308bdfde16674f36bb4","id":"7385e331-48ee-42b4-95fd-18dfd2bdf7ef","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-subnet"}]} 2018-12-03 16:25:22,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e361a09-6c18-4c7b-b260-96c1995c5bb5&name=CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-subnet used request id req-5ff5cb8d-a0f7-4107-8219-e21aefd181c5 2018-12-03 16:25:22,730 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-03 16:25:22,730 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-router 2018-12-03 16:25:22,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/43022224-8586-4a54-9c7e-9d833da8c794/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" -d '{"subnet_id": "7385e331-48ee-42b4-95fd-18dfd2bdf7ef"}' 2018-12-03 16:25:24,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-29e170e1-f9fc-4785-ab50-e2b1176dd93d Date: Mon, 03 Dec 2018 16:25:24 GMT RESP BODY: {"network_id": "4e361a09-6c18-4c7b-b260-96c1995c5bb5", "tenant_id": "441207080afe4308bdfde16674f36bb4", "subnet_id": "7385e331-48ee-42b4-95fd-18dfd2bdf7ef", "subnet_ids": ["7385e331-48ee-42b4-95fd-18dfd2bdf7ef"], "port_id": "df1de30c-5dd5-4916-ba1b-cb5a008b82b2", "id": "43022224-8586-4a54-9c7e-9d833da8c794"} 2018-12-03 16:25:24,386 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/43022224-8586-4a54-9c7e-9d833da8c794/add_router_interface used request id req-29e170e1-f9fc-4785-ab50-e2b1176dd93d 2018-12-03 16:25:24,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/43022224-8586-4a54-9c7e-9d833da8c794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:24,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-d412fe41-91e3-4644-a599-cf2494d7bc75 Date: Mon, 03 Dec 2018 16:25:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "441207080afe4308bdfde16674f36bb4", "created_at": "2018-12-03T16:25:17Z", "admin_state_up": true, "updated_at": "2018-12-03T16:25:23Z", "project_id": "441207080afe4308bdfde16674f36bb4", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "43022224-8586-4a54-9c7e-9d833da8c794", "name": "CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-router"}} 2018-12-03 16:25:24,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/43022224-8586-4a54-9c7e-9d833da8c794 used request id req-d412fe41-91e3-4644-a599-cf2494d7bc75 2018-12-03 16:25:24,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=43022224-8586-4a54-9c7e-9d833da8c794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:24,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4440 X-Openstack-Request-Id: req-b7d75331-3075-4259-bb6f-dd81ee0947df Date: Mon, 03 Dec 2018 16:25:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:25:23Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.206"}],"id":"544c3a5c-d606-403e-8374-06e66a481b93","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f1:df:df","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":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T16:25:17Z","binding:vnic_type":"normal","device_id":"43022224-8586-4a54-9c7e-9d833da8c794"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:25:23Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d11366-58c5-41f2-9060-ff1794a2549d","ip_address":"169.254.192.9"}],"id":"56209032-f389-418e-a445-052842f6d2b8","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:43:53","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 441207080afe4308bdfde16674f36bb4","admin_state_up":true,"network_id":"3de6bcd2-ea9d-4e81-84dd-35cb76a2a362","tenant_id":"","created_at":"2018-12-03T16:25:20Z","binding:vnic_type":"normal","device_id":"43022224-8586-4a54-9c7e-9d833da8c794"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:25:23Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d11366-58c5-41f2-9060-ff1794a2549d","ip_address":"169.254.192.7"}],"id":"7be37df1-9102-49ef-a820-a6762c391d7e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:18:44:b7","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 441207080afe4308bdfde16674f36bb4","admin_state_up":true,"network_id":"3de6bcd2-ea9d-4e81-84dd-35cb76a2a362","tenant_id":"","created_at":"2018-12-03T16:25:18Z","binding:vnic_type":"normal","device_id":"43022224-8586-4a54-9c7e-9d833da8c794"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:25:24Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d11366-58c5-41f2-9060-ff1794a2549d","ip_address":"169.254.192.11"}],"id":"a112c32c-87a6-4f31-bf98-9009cd9bb3cc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:81:de","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 441207080afe4308bdfde16674f36bb4","admin_state_up":true,"network_id":"3de6bcd2-ea9d-4e81-84dd-35cb76a2a362","tenant_id":"","created_at":"2018-12-03T16:25:19Z","binding:vnic_type":"normal","device_id":"43022224-8586-4a54-9c7e-9d833da8c794"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:25:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7385e331-48ee-42b4-95fd-18dfd2bdf7ef","ip_address":"10.55.1.1"}],"id":"df1de30c-5dd5-4916-ba1b-cb5a008b82b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7d:2d:f6","project_id":"441207080afe4308bdfde16674f36bb4","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e361a09-6c18-4c7b-b260-96c1995c5bb5","tenant_id":"441207080afe4308bdfde16674f36bb4","created_at":"2018-12-03T16:25:23Z","binding:vnic_type":"normal","device_id":"43022224-8586-4a54-9c7e-9d833da8c794"}]} 2018-12-03 16:25:24,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=43022224-8586-4a54-9c7e-9d833da8c794 used request id req-b7d75331-3075-4259-bb6f-dd81ee0947df 2018-12-03 16:25:24,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:24,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e1c180eb-3c0b-4e53-aaa6-b81b8a0122ef Date: Mon, 03 Dec 2018 16:25:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 16:25:24,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-e1c180eb-3c0b-4e53-aaa6-b81b8a0122ef 2018-12-03 16:25:24,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/f9d11366-58c5-41f2-9060-ff1794a2549d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:25,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-aca7c6fb-4539-45ee-8d1c-63ff12bbe533 Date: Mon, 03 Dec 2018 16:25:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3de6bcd2-ea9d-4e81-84dd-35cb76a2a362","tenant_id":"","created_at":"2018-12-03T16:25:16Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:16Z","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":"f9d11366-58c5-41f2-9060-ff1794a2549d","subnetpool_id":null,"name":"HA subnet tenant 441207080afe4308bdfde16674f36bb4"}} 2018-12-03 16:25:25,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/f9d11366-58c5-41f2-9060-ff1794a2549d used request id req-aca7c6fb-4539-45ee-8d1c-63ff12bbe533 2018-12-03 16:25:25,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/f9d11366-58c5-41f2-9060-ff1794a2549d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:25,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8714e39a-c0a6-43a8-8dcd-293796d20a20 Date: Mon, 03 Dec 2018 16:25:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3de6bcd2-ea9d-4e81-84dd-35cb76a2a362","tenant_id":"","created_at":"2018-12-03T16:25:16Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:16Z","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":"f9d11366-58c5-41f2-9060-ff1794a2549d","subnetpool_id":null,"name":"HA subnet tenant 441207080afe4308bdfde16674f36bb4"}} 2018-12-03 16:25:25,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/f9d11366-58c5-41f2-9060-ff1794a2549d used request id req-8714e39a-c0a6-43a8-8dcd-293796d20a20 2018-12-03 16:25:25,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/f9d11366-58c5-41f2-9060-ff1794a2549d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:25,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f8924237-63d8-4fee-bf2f-20fa78665d39 Date: Mon, 03 Dec 2018 16:25:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3de6bcd2-ea9d-4e81-84dd-35cb76a2a362","tenant_id":"","created_at":"2018-12-03T16:25:16Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:16Z","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":"f9d11366-58c5-41f2-9060-ff1794a2549d","subnetpool_id":null,"name":"HA subnet tenant 441207080afe4308bdfde16674f36bb4"}} 2018-12-03 16:25:25,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/f9d11366-58c5-41f2-9060-ff1794a2549d used request id req-f8924237-63d8-4fee-bf2f-20fa78665d39 2018-12-03 16:25:25,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/7385e331-48ee-42b4-95fd-18dfd2bdf7ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:25,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-bf74f4ef-63f9-431b-a044-5411db02b8f2 Date: Mon, 03 Dec 2018 16:25:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e361a09-6c18-4c7b-b260-96c1995c5bb5","tenant_id":"441207080afe4308bdfde16674f36bb4","created_at":"2018-12-03T16:25:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:12Z","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":"441207080afe4308bdfde16674f36bb4","id":"7385e331-48ee-42b4-95fd-18dfd2bdf7ef","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-subnet"}} 2018-12-03 16:25:25,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/7385e331-48ee-42b4-95fd-18dfd2bdf7ef used request id req-bf74f4ef-63f9-431b-a044-5411db02b8f2 2018-12-03 16:25:25,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc068a169d67f73c119ad7826f1520797b05ebc2" 2018-12-03 16:25:26,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-cca9f68d-83a9-4aba-9dd3-e2771f99a093 Date: Mon, 03 Dec 2018 16:25:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "441207080afe4308bdfde16674f36bb4", "created_at": "2018-12-03T16:25:17Z", "admin_state_up": true, "updated_at": "2018-12-03T16:25:23Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "441207080afe4308bdfde16674f36bb4", "id": "43022224-8586-4a54-9c7e-9d833da8c794", "name": "CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-router"}]} 2018-12-03 16:25:26,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-router&admin_state_up=True used request id req-cca9f68d-83a9-4aba-9dd3-e2771f99a093 2018-12-03 16:25:26,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25725c1c18ea76f0601ac22d94f4d6eb60d4855e" 2018-12-03 16:25:26,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-362e85ee-1718-4192-a59c-7315cdd73b8e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4"}, "enabled": true, "id": "441207080afe4308bdfde16674f36bb4", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj"}} 2018-12-03 16:25:26,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4 used request id req-362e85ee-1718-4192-a59c-7315cdd73b8e 2018-12-03 16:25:26,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=43022224-8586-4a54-9c7e-9d833da8c794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc068a169d67f73c119ad7826f1520797b05ebc2" 2018-12-03 16:25:26,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-e2a074bf-6024-4a02-88f4-2a4574e84e47 Date: Mon, 03 Dec 2018 16:25:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:25:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7385e331-48ee-42b4-95fd-18dfd2bdf7ef","ip_address":"10.55.1.1"}],"id":"df1de30c-5dd5-4916-ba1b-cb5a008b82b2","security_groups":[],"mac_address":"fa:16:3e:7d:2d:f6","project_id":"441207080afe4308bdfde16674f36bb4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e361a09-6c18-4c7b-b260-96c1995c5bb5","tenant_id":"441207080afe4308bdfde16674f36bb4","created_at":"2018-12-03T16:25:23Z","binding:vnic_type":"normal","device_id":"43022224-8586-4a54-9c7e-9d833da8c794"}]} 2018-12-03 16:25:26,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=43022224-8586-4a54-9c7e-9d833da8c794 used request id req-e2a074bf-6024-4a02-88f4-2a4574e84e47 2018-12-03 16:25:26,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/7385e331-48ee-42b4-95fd-18dfd2bdf7ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc068a169d67f73c119ad7826f1520797b05ebc2" 2018-12-03 16:25:26,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-6082d098-6a0f-475d-9a5c-bb920f7d13b8 Date: Mon, 03 Dec 2018 16:25:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e361a09-6c18-4c7b-b260-96c1995c5bb5","tenant_id":"441207080afe4308bdfde16674f36bb4","created_at":"2018-12-03T16:25:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:12Z","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":"441207080afe4308bdfde16674f36bb4","id":"7385e331-48ee-42b4-95fd-18dfd2bdf7ef","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-subnet"}} 2018-12-03 16:25:26,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/7385e331-48ee-42b4-95fd-18dfd2bdf7ef used request id req-6082d098-6a0f-475d-9a5c-bb920f7d13b8 2018-12-03 16:25:26,544 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-router and subnet CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-subnet 2018-12-03 16:25:26,544 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-router 2018-12-03 16:25:26,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/43022224-8586-4a54-9c7e-9d833da8c794/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" -d '{"subnet_id": "7385e331-48ee-42b4-95fd-18dfd2bdf7ef"}' 2018-12-03 16:25:28,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-89d2eb26-f207-4e9d-a66e-e2ecfb4e515e Date: Mon, 03 Dec 2018 16:25:28 GMT RESP BODY: {"network_id": "4e361a09-6c18-4c7b-b260-96c1995c5bb5", "tenant_id": "441207080afe4308bdfde16674f36bb4", "subnet_id": "7385e331-48ee-42b4-95fd-18dfd2bdf7ef", "subnet_ids": ["7385e331-48ee-42b4-95fd-18dfd2bdf7ef"], "port_id": "df1de30c-5dd5-4916-ba1b-cb5a008b82b2", "id": "43022224-8586-4a54-9c7e-9d833da8c794"} 2018-12-03 16:25:28,050 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/43022224-8586-4a54-9c7e-9d833da8c794/remove_router_interface used request id req-89d2eb26-f207-4e9d-a66e-e2ecfb4e515e 2018-12-03 16:25:28,050 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-router 2018-12-03 16:25:28,050 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-router 2018-12-03 16:25:28,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/43022224-8586-4a54-9c7e-9d833da8c794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6fd33b00483d4a3b2495c3110025bd76400fb07" 2018-12-03 16:25:32,032 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88c4d177-eaf6-4308-a015-2be5b32932f3 Content-Length: 0 Date: Mon, 03 Dec 2018 16:25:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:25:32,032 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/43022224-8586-4a54-9c7e-9d833da8c794 used request id req-88c4d177-eaf6-4308-a015-2be5b32932f3 2018-12-03 16:25:32,033 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-subnet 2018-12-03 16:25:32,033 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-subnet 2018-12-03 16:25:32,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/7385e331-48ee-42b4-95fd-18dfd2bdf7ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6447594e80407b48ca1e04e109ef55b7ae7d659" 2018-12-03 16:25:34,177 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4ecc8818-7a9e-418d-bf1b-0bb2675a7324 Date: Mon, 03 Dec 2018 16:25:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:25:34,177 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/7385e331-48ee-42b4-95fd-18dfd2bdf7ef used request id req-4ecc8818-7a9e-418d-bf1b-0bb2675a7324 2018-12-03 16:25:34,178 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-79438875-1f9a-458c-b9ff-899a6ae92136-pub-net 2018-12-03 16:25:34,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/4e361a09-6c18-4c7b-b260-96c1995c5bb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6447594e80407b48ca1e04e109ef55b7ae7d659" 2018-12-03 16:25:35,418 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0f3c98d2-bc52-41eb-a5b1-e858cf5d36f5 Date: Mon, 03 Dec 2018 16:25:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:25:35,418 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/4e361a09-6c18-4c7b-b260-96c1995c5bb5 used request id req-0f3c98d2-bc52-41eb-a5b1-e858cf5d36f5 2018-12-03 16:25:35,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:35,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-db5e45f3-484b-4268-80de-17a0ca64c587 Date: Mon, 03 Dec 2018 16:25:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "441207080afe4308bdfde16674f36bb4", "created_at": "2018-12-03T16:25:10Z", "updated_at": "2018-12-03T16:25:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:25:10Z", "revision_number": 0, "id": "014c47b5-4b54-48e6-b267-0e879c5bf479", "remote_group_id": "26bdd547-ab89-4f4a-942c-99ea5a61efa4", "remote_ip_prefix": null, "created_at": "2018-12-03T16:25:10Z", "security_group_id": "26bdd547-ab89-4f4a-942c-99ea5a61efa4", "tenant_id": "441207080afe4308bdfde16674f36bb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "441207080afe4308bdfde16674f36bb4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:25:10Z", "revision_number": 0, "id": "09e258d8-c90b-40b3-8929-165563d42bc7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:25:10Z", "security_group_id": "26bdd547-ab89-4f4a-942c-99ea5a61efa4", "tenant_id": "441207080afe4308bdfde16674f36bb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "441207080afe4308bdfde16674f36bb4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:25:10Z", "revision_number": 0, "id": "867e12df-7ba1-44ce-bede-16f39ca59508", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:25:10Z", "security_group_id": "26bdd547-ab89-4f4a-942c-99ea5a61efa4", "tenant_id": "441207080afe4308bdfde16674f36bb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "441207080afe4308bdfde16674f36bb4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:25:10Z", "revision_number": 0, "id": "fd1f85a4-8912-454e-a9b4-fa4b4c4bb389", "remote_group_id": "26bdd547-ab89-4f4a-942c-99ea5a61efa4", "remote_ip_prefix": null, "created_at": "2018-12-03T16:25:10Z", "security_group_id": "26bdd547-ab89-4f4a-942c-99ea5a61efa4", "tenant_id": "441207080afe4308bdfde16674f36bb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "441207080afe4308bdfde16674f36bb4"}], "revision_number": 4, "project_id": "441207080afe4308bdfde16674f36bb4", "id": "26bdd547-ab89-4f4a-942c-99ea5a61efa4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:25:35,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-db5e45f3-484b-4268-80de-17a0ca64c587 2018-12-03 16:25:35,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:35,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-761a513b-d0b1-4734-8b69-eedfed215cc6 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:25:35,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-761a513b-d0b1-4734-8b69-eedfed215cc6 2018-12-03 16:25:35,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:35,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-771c5e8a-c07e-4155-8535-fbfe94260752 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:25:35,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-771c5e8a-c07e-4155-8535-fbfe94260752 2018-12-03 16:25:35,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:35,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ac65750-2ad2-49af-a835-bf36936e3c9f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4"}, "enabled": true, "id": "441207080afe4308bdfde16674f36bb4", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35e4feda-c54f-444-proj"}} 2018-12-03 16:25:35,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4 used request id req-9ac65750-2ad2-49af-a835-bf36936e3c9f 2018-12-03 16:25:35,946 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 26bdd547-ab89-4f4a-942c-99ea5a61efa4 2018-12-03 16:25:35,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=26bdd547-ab89-4f4a-942c-99ea5a61efa4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:36,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-62934722-7b70-4704-83e2-a7d0b2b41d2b Date: Mon, 03 Dec 2018 16:25:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "26bdd547-ab89-4f4a-942c-99ea5a61efa4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:25:10Z", "security_group_id": "26bdd547-ab89-4f4a-942c-99ea5a61efa4", "port_range_min": null, "revision_number": 0, "tenant_id": "441207080afe4308bdfde16674f36bb4", "created_at": "2018-12-03T16:25:10Z", "project_id": "441207080afe4308bdfde16674f36bb4", "id": "014c47b5-4b54-48e6-b267-0e879c5bf479"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:25:10Z", "security_group_id": "26bdd547-ab89-4f4a-942c-99ea5a61efa4", "port_range_min": null, "revision_number": 0, "tenant_id": "441207080afe4308bdfde16674f36bb4", "created_at": "2018-12-03T16:25:10Z", "project_id": "441207080afe4308bdfde16674f36bb4", "id": "09e258d8-c90b-40b3-8929-165563d42bc7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:25:10Z", "security_group_id": "26bdd547-ab89-4f4a-942c-99ea5a61efa4", "port_range_min": null, "revision_number": 0, "tenant_id": "441207080afe4308bdfde16674f36bb4", "created_at": "2018-12-03T16:25:10Z", "project_id": "441207080afe4308bdfde16674f36bb4", "id": "867e12df-7ba1-44ce-bede-16f39ca59508"}, {"remote_group_id": "26bdd547-ab89-4f4a-942c-99ea5a61efa4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:25:10Z", "security_group_id": "26bdd547-ab89-4f4a-942c-99ea5a61efa4", "port_range_min": null, "revision_number": 0, "tenant_id": "441207080afe4308bdfde16674f36bb4", "created_at": "2018-12-03T16:25:10Z", "project_id": "441207080afe4308bdfde16674f36bb4", "id": "fd1f85a4-8912-454e-a9b4-fa4b4c4bb389"}]} 2018-12-03 16:25:36,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=26bdd547-ab89-4f4a-942c-99ea5a61efa4 used request id req-62934722-7b70-4704-83e2-a7d0b2b41d2b 2018-12-03 16:25:36,117 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:25:36,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/26bdd547-ab89-4f4a-942c-99ea5a61efa4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:36,427 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-377d2757-3af2-4ab1-a00d-57cfb2abf212 Content-Length: 0 Date: Mon, 03 Dec 2018 16:25:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:25:36,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/26bdd547-ab89-4f4a-942c-99ea5a61efa4 used request id req-377d2757-3af2-4ab1-a00d-57cfb2abf212 2018-12-03 16:25:36,428 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-35e4feda-c54f-444-proj 2018-12-03 16:25:36,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:36,623 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:25:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9390fdfe-5fb2-49bd-95ad-0422602d6d69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:25:36,624 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/441207080afe4308bdfde16674f36bb4 used request id req-9390fdfe-5fb2-49bd-95ad-0422602d6d69 2018-12-03 16:25:36,624 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-35e4feda-c54f-444-proj-role 2018-12-03 16:25:36,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/c757603fa3fd497b9cbe6435357b44b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:36,747 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:25:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17e4b27b-3ca5-48a6-a678-899ce5132f27 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:25:36,747 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/c757603fa3fd497b9cbe6435357b44b2 used request id req-17e4b27b-3ca5-48a6-a678-899ce5132f27 2018-12-03 16:25:36,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f3afb839811a48eb916a0b5aaa41f262b1ed14" 2018-12-03 16:25:36,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f3a7ad5-1b52-4941-833e-b586a1344c7d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:25:36,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2f3a7ad5-1b52-4941-833e-b586a1344c7d 2018-12-03 16:25:36,855 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-35e4feda-c54f-444-user 2018-12-03 16:25:36,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/03faf2569bc342cd8313ae2829690156 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5fa3db5c3789475d5d782601e569c99b9ec476f" 2018-12-03 16:25:37,034 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:25:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5faf70af-7420-4393-8bdd-e4a3dad82b17 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:25:37,034 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/03faf2569bc342cd8313ae2829690156 used request id req-5faf70af-7420-4393-8bdd-e4a3dad82b17 2018-12-03 16:25:37,036 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:37,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:25:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["WZipYN1hRqO0owVXvV2ktw"], "issued_at": "2018-12-03T16:25:37.000000Z"}} 2018-12-03 16:25:37,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbcdd2b12eabe730036add6d3f29862d40910397" 2018-12-03 16:25:37,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eba852f3-805d-4cda-83b7-8ed3971ef377 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:25:37,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-eba852f3-805d-4cda-83b7-8ed3971ef377 2018-12-03 16:25:37,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:25:37,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:37,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:25:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["QnqarzNzSEWScxIHU0YezA"], "issued_at": "2018-12-03T16:25:37.000000Z"}} 2018-12-03 16:25:37,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:25:37,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-752c46f5-a80c-4c11-8ff5-604b20841b5c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:25:37,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-752c46f5-a80c-4c11-8ff5-604b20841b5c 2018-12-03 16:25:37,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:25:37,992 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:25: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:25:37,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:25:38,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59478d8f-fb86-45ce-95f1-26b1e9426a13 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:25:38,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj used request id req-59478d8f-fb86-45ce-95f1-26b1e9426a13 2018-12-03 16:25:38,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:25:38,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a666c2-4a34-495d-bb6f-9f598677106e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:25:38,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f8a666c2-4a34-495d-bb6f-9f598677106e 2018-12-03 16:25:38,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj"}}' 2018-12-03 16:25:38,292 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:25:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-467d59bd-0225-4491-aae8-af5eebc2382e Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a"}, "enabled": true, "id": "8eff617fb23345cf903027c8bd39254a", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj"}} 2018-12-03 16:25:38,292 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-467d59bd-0225-4491-aae8-af5eebc2382e 2018-12-03 16:25:38,292 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj 2018-12-03 16:25:38,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:25:38,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:38,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:25:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["WzcHjdbhTMmbe4ymGEh7FA"], "issued_at": "2018-12-03T16:25:38.000000Z"}} 2018-12-03 16:25:38,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2877a771460456165e4331af1bc0d1024849261f" 2018-12-03 16:25:38,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7e9f19f-f113-424f-a677-a9a0ea687f89 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:25:38,774 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d7e9f19f-f113-424f-a677-a9a0ea687f89 2018-12-03 16:25:38,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:25:38,784 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:25: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:25:38,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2877a771460456165e4331af1bc0d1024849261f" 2018-12-03 16:25:38,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc26d5b1-26ab-4f59-b461-f3a3df241cfd Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:25:38,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-dc26d5b1-26ab-4f59-b461-f3a3df241cfd 2018-12-03 16:25:38,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2877a771460456165e4331af1bc0d1024849261f" 2018-12-03 16:25:38,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f36ff54b-05d0-4db4-a6c6-c6cb4b4ddea6 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a"}, "enabled": true, "id": "8eff617fb23345cf903027c8bd39254a", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj"}]} 2018-12-03 16:25:38,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj used request id req-f36ff54b-05d0-4db4-a6c6-c6cb4b4ddea6 2018-12-03 16:25:38,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2877a771460456165e4331af1bc0d1024849261f" 2018-12-03 16:25:39,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a50e212e-efd9-45f6-a8dd-6574e0f5b052 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:25:39,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a50e212e-efd9-45f6-a8dd-6574e0f5b052 2018-12-03 16:25:39,471 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-f3d3f1dc-2231-496-user 2018-12-03 16:25:39,471 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:25:39,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:25:39,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f58cb212-91e4-45d3-9fb2-87232d3751fe Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:25:39,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f58cb212-91e4-45d3-9fb2-87232d3751fe 2018-12-03 16:25:39,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" -d '{"role": {"name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj-role"}}' 2018-12-03 16:25:39,681 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:25:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f154c135-33a7-4c8f-ae91-6ab818f9676a Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aebb24bcf21c47e68e3fc7f95daefe6e", "links": {"self": "http://172.30.9.30:5000/v3/roles/aebb24bcf21c47e68e3fc7f95daefe6e"}, "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj-role"}} 2018-12-03 16:25:39,681 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-f154c135-33a7-4c8f-ae91-6ab818f9676a 2018-12-03 16:25:39,681 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj-role 2018-12-03 16:25:39,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/aebb24bcf21c47e68e3fc7f95daefe6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:25:39,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95425fea-f994-48e3-b8b2-9633dcc098e1 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/aebb24bcf21c47e68e3fc7f95daefe6e"}, "domain_id": null, "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj-role", "id": "aebb24bcf21c47e68e3fc7f95daefe6e"}} 2018-12-03 16:25:39,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/aebb24bcf21c47e68e3fc7f95daefe6e used request id req-95425fea-f994-48e3-b8b2-9633dcc098e1 2018-12-03 16:25:39,773 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj-role to project CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj 2018-12-03 16:25:39,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a/users/6dbc1ec41a434025be46b6fd7106468d/roles/aebb24bcf21c47e68e3fc7f95daefe6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:25:39,905 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:25:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce683e21-20c0-40ec-8b51-7b3fd73e6dc9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:25:39,905 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a/users/6dbc1ec41a434025be46b6fd7106468d/roles/aebb24bcf21c47e68e3fc7f95daefe6e used request id req-ce683e21-20c0-40ec-8b51-7b3fd73e6dc9 2018-12-03 16:25:39,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:25:39,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:40,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aebb24bcf21c47e68e3fc7f95daefe6e", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj-role"}], "expires_at": "2018-12-03T17:25:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8eff617fb23345cf903027c8bd39254a", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-user", "id": "6dbc1ec41a434025be46b6fd7106468d"}, "audit_ids": ["bxmlSy2oTrqlEGtFdeMK9g"], "issued_at": "2018-12-03T16:25:40.000000Z"}} 2018-12-03 16:25:40,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1c8ec90d58f38fefa6fe5eca518e2adee6d084" 2018-12-03 16:25:40,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a31e1650-4875-48c9-9358-c10a69ed242f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:25:40,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a31e1650-4875-48c9-9358-c10a69ed242f 2018-12-03 16:25:40,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1c8ec90d58f38fefa6fe5eca518e2adee6d084" 2018-12-03 16:25:40,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-acb46df3-3323-4579-8b90-963306df1b7a Date: Mon, 03 Dec 2018 16:25:40 GMT RESP BODY: {"networks":[]} 2018-12-03 16:25:40,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-net used request id req-acb46df3-3323-4579-8b90-963306df1b7a 2018-12-03 16:25:40,587 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-net 2018-12-03 16:25:40,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1c8ec90d58f38fefa6fe5eca518e2adee6d084" -d '{"network": {"name": "CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-net", "admin_state_up": true}}' 2018-12-03 16:25:41,170 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-0e99f654-4b8a-4500-807b-291027d4b251 Date: Mon, 03 Dec 2018 16:25:41 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f7df2256-ed9e-482a-8b35-3a8f73341694","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8eff617fb23345cf903027c8bd39254a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:25:41Z","is_default":false,"name":"CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:40Z","mtu":1450}} 2018-12-03 16:25:41,170 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-0e99f654-4b8a-4500-807b-291027d4b251 2018-12-03 16:25:41,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f7df2256-ed9e-482a-8b35-3a8f73341694 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1c8ec90d58f38fefa6fe5eca518e2adee6d084" 2018-12-03 16:25:41,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7877c698-0533-4c57-9e10-9008f797044d Date: Mon, 03 Dec 2018 16:25: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-12-03T16:25:41Z","tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8eff617fb23345cf903027c8bd39254a","id":"f7df2256-ed9e-482a-8b35-3a8f73341694","name":"CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-net"}]} 2018-12-03 16:25:41,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f7df2256-ed9e-482a-8b35-3a8f73341694 used request id req-7877c698-0533-4c57-9e10-9008f797044d 2018-12-03 16:25:41,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f7df2256-ed9e-482a-8b35-3a8f73341694 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1c8ec90d58f38fefa6fe5eca518e2adee6d084" 2018-12-03 16:25:41,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-438733de-35c2-418f-8042-170099aea52d Date: Mon, 03 Dec 2018 16:25:41 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:25:41,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f7df2256-ed9e-482a-8b35-3a8f73341694 used request id req-438733de-35c2-418f-8042-170099aea52d 2018-12-03 16:25:41,582 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet 2018-12-03 16:25:41,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1c8ec90d58f38fefa6fe5eca518e2adee6d084" -d '{"subnets": [{"ip_version": 4, "network_id": "f7df2256-ed9e-482a-8b35-3a8f73341694", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet"}]}' 2018-12-03 16:25:42,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6c5d4484-0291-4a2e-a5a4-b6061976e9c8 Date: Mon, 03 Dec 2018 16:25:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7df2256-ed9e-482a-8b35-3a8f73341694","tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:41Z","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":"8eff617fb23345cf903027c8bd39254a","id":"5438c80b-ef6e-4593-94d9-2b1a3a6fc88a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet"}]} 2018-12-03 16:25:42,242 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-6c5d4484-0291-4a2e-a5a4-b6061976e9c8 2018-12-03 16:25:42,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f7df2256-ed9e-482a-8b35-3a8f73341694 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1c8ec90d58f38fefa6fe5eca518e2adee6d084" 2018-12-03 16:25:42,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1d811ff8-d73e-4f20-96a0-d862993325ca Date: Mon, 03 Dec 2018 16:25: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":["5438c80b-ef6e-4593-94d9-2b1a3a6fc88a"],"updated_at":"2018-12-03T16:25:41Z","tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8eff617fb23345cf903027c8bd39254a","id":"f7df2256-ed9e-482a-8b35-3a8f73341694","name":"CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-net"}]} 2018-12-03 16:25:42,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f7df2256-ed9e-482a-8b35-3a8f73341694 used request id req-1d811ff8-d73e-4f20-96a0-d862993325ca 2018-12-03 16:25:42,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f7df2256-ed9e-482a-8b35-3a8f73341694 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1c8ec90d58f38fefa6fe5eca518e2adee6d084" 2018-12-03 16:25:42,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f49c963c-981a-4b13-accd-db2a37ffa20c Date: Mon, 03 Dec 2018 16:25:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7df2256-ed9e-482a-8b35-3a8f73341694","tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:41Z","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":"8eff617fb23345cf903027c8bd39254a","id":"5438c80b-ef6e-4593-94d9-2b1a3a6fc88a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet"}]} 2018-12-03 16:25:42,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f7df2256-ed9e-482a-8b35-3a8f73341694 used request id req-f49c963c-981a-4b13-accd-db2a37ffa20c 2018-12-03 16:25:42,557 - OpenStackNetwork - DEBUG - Network [f7df2256-ed9e-482a-8b35-3a8f73341694] created successfully 2018-12-03 16:25:42,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:25:42,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:42,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aebb24bcf21c47e68e3fc7f95daefe6e", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj-role"}], "expires_at": "2018-12-03T17:25:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8eff617fb23345cf903027c8bd39254a", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-user", "id": "6dbc1ec41a434025be46b6fd7106468d"}, "audit_ids": ["6lmXN_pVT1WeX0xEbMp9dg"], "issued_at": "2018-12-03T16:25:42.000000Z"}} 2018-12-03 16:25:42,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" 2018-12-03 16:25:43,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c010d0a7-43e5-416b-bd77-1e520e093b5d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:25:43,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c010d0a7-43e5-416b-bd77-1e520e093b5d 2018-12-03 16:25:43,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" 2018-12-03 16:25:43,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3fd4b527-e66b-469e-ba06-b644cf1de63f Date: Mon, 03 Dec 2018 16:25:43 GMT RESP BODY: {"routers": []} 2018-12-03 16:25:43,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-router&admin_state_up=True used request id req-3fd4b527-e66b-469e-ba06-b644cf1de63f 2018-12-03 16:25:43,199 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:25:43,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:43,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aebb24bcf21c47e68e3fc7f95daefe6e", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj-role"}], "expires_at": "2018-12-03T17:25:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8eff617fb23345cf903027c8bd39254a", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-user", "id": "6dbc1ec41a434025be46b6fd7106468d"}, "audit_ids": ["8cUpOVWjSiKzLCih_itApQ"], "issued_at": "2018-12-03T16:25:43.000000Z"}} 2018-12-03 16:25:43,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23412ae720132844727718c51dcbe5274705e26c" 2018-12-03 16:25:43,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-786bc776-4a43-440f-93fb-4964270900af Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:25:43,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-786bc776-4a43-440f-93fb-4964270900af 2018-12-03 16:25:43,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" 2018-12-03 16:25:43,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2ae3c006-8046-45af-98f2-ad0fd9bd77ca Date: Mon, 03 Dec 2018 16:25:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:25:43,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-2ae3c006-8046-45af-98f2-ad0fd9bd77ca 2018-12-03 16:25:43,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" 2018-12-03 16:25:44,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1cb955f5-6e5a-4545-903b-4b7ce312fecf Date: Mon, 03 Dec 2018 16:25:44 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:25:44,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-1cb955f5-6e5a-4545-903b-4b7ce312fecf 2018-12-03 16:25:44,068 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-router 2018-12-03 16:25:44,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-router", "admin_state_up": true}}' 2018-12-03 16:25:48,994 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d85a39d5-dae5-4fbf-a2e7-4dc43024916a Date: Mon, 03 Dec 2018 16:25:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8eff617fb23345cf903027c8bd39254a", "created_at": "2018-12-03T16:25:44Z", "admin_state_up": true, "updated_at": "2018-12-03T16:25:45Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "8eff617fb23345cf903027c8bd39254a", "id": "a65cf4f6-98f8-46c6-bdf6-02fc67f8289d", "name": "CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-router"}} 2018-12-03 16:25:48,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-d85a39d5-dae5-4fbf-a2e7-4dc43024916a 2018-12-03 16:25:49,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=a65cf4f6-98f8-46c6-bdf6-02fc67f8289d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" 2018-12-03 16:25:49,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c4a8d934-5cb9-4b6b-b7c5-56307c0247a6 Date: Mon, 03 Dec 2018 16:25:49 GMT RESP BODY: {"ports":[]} 2018-12-03 16:25:49,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=a65cf4f6-98f8-46c6-bdf6-02fc67f8289d used request id req-c4a8d934-5cb9-4b6b-b7c5-56307c0247a6 2018-12-03 16:25:49,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" 2018-12-03 16:25:49,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5cf05d82-7b5f-4fbc-b3f4-053ac5ab85cb Date: Mon, 03 Dec 2018 16:25: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":["5438c80b-ef6e-4593-94d9-2b1a3a6fc88a"],"updated_at":"2018-12-03T16:25:41Z","tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8eff617fb23345cf903027c8bd39254a","id":"f7df2256-ed9e-482a-8b35-3a8f73341694","name":"CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-net"}]} 2018-12-03 16:25:49,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-net used request id req-5cf05d82-7b5f-4fbc-b3f4-053ac5ab85cb 2018-12-03 16:25:49,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:25:49,446 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:25: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:25:49,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" 2018-12-03 16:25:49,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea5ac831-8afb-491d-8ad3-369b99914e68 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a"}, "enabled": true, "id": "8eff617fb23345cf903027c8bd39254a", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj"}} 2018-12-03 16:25:49,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a used request id req-ea5ac831-8afb-491d-8ad3-369b99914e68 2018-12-03 16:25:49,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f7df2256-ed9e-482a-8b35-3a8f73341694 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" 2018-12-03 16:25:49,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b8a05378-e511-4deb-bfbb-0a204788987f Date: Mon, 03 Dec 2018 16:25:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7df2256-ed9e-482a-8b35-3a8f73341694","tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:41Z","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":"8eff617fb23345cf903027c8bd39254a","id":"5438c80b-ef6e-4593-94d9-2b1a3a6fc88a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet"}]} 2018-12-03 16:25:49,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f7df2256-ed9e-482a-8b35-3a8f73341694 used request id req-b8a05378-e511-4deb-bfbb-0a204788987f 2018-12-03 16:25:49,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f7df2256-ed9e-482a-8b35-3a8f73341694&name=CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" 2018-12-03 16:25:49,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-288310e8-12f8-469e-8e85-568c8dd7e0ec Date: Mon, 03 Dec 2018 16:25:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7df2256-ed9e-482a-8b35-3a8f73341694","tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:41Z","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":"8eff617fb23345cf903027c8bd39254a","id":"5438c80b-ef6e-4593-94d9-2b1a3a6fc88a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet"}]} 2018-12-03 16:25:49,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f7df2256-ed9e-482a-8b35-3a8f73341694&name=CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet used request id req-288310e8-12f8-469e-8e85-568c8dd7e0ec 2018-12-03 16:25:49,961 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-03 16:25:49,961 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-router 2018-12-03 16:25:49,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/a65cf4f6-98f8-46c6-bdf6-02fc67f8289d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" -d '{"subnet_id": "5438c80b-ef6e-4593-94d9-2b1a3a6fc88a"}' 2018-12-03 16:25:51,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2dad7b90-b3aa-46f6-9c9f-a842e896adc8 Date: Mon, 03 Dec 2018 16:25:51 GMT RESP BODY: {"network_id": "f7df2256-ed9e-482a-8b35-3a8f73341694", "tenant_id": "8eff617fb23345cf903027c8bd39254a", "subnet_id": "5438c80b-ef6e-4593-94d9-2b1a3a6fc88a", "subnet_ids": ["5438c80b-ef6e-4593-94d9-2b1a3a6fc88a"], "port_id": "56ce51d2-b47b-4b27-9c3f-4692638ac1d1", "id": "a65cf4f6-98f8-46c6-bdf6-02fc67f8289d"} 2018-12-03 16:25:51,884 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a65cf4f6-98f8-46c6-bdf6-02fc67f8289d/add_router_interface used request id req-2dad7b90-b3aa-46f6-9c9f-a842e896adc8 2018-12-03 16:25:51,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/a65cf4f6-98f8-46c6-bdf6-02fc67f8289d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" 2018-12-03 16:25:52,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-6bb97393-7cca-4ea2-9908-6a345f450dfb Date: Mon, 03 Dec 2018 16:25:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8eff617fb23345cf903027c8bd39254a", "created_at": "2018-12-03T16:25:44Z", "admin_state_up": true, "updated_at": "2018-12-03T16:25:51Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "8eff617fb23345cf903027c8bd39254a", "id": "a65cf4f6-98f8-46c6-bdf6-02fc67f8289d", "name": "CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-router"}} 2018-12-03 16:25:52,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/a65cf4f6-98f8-46c6-bdf6-02fc67f8289d used request id req-6bb97393-7cca-4ea2-9908-6a345f450dfb 2018-12-03 16:25:52,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=a65cf4f6-98f8-46c6-bdf6-02fc67f8289d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" 2018-12-03 16:25:52,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-47a6b46a-e2cc-44ff-ba9f-cb1c91c6ad26 Date: Mon, 03 Dec 2018 16:25:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:25:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5438c80b-ef6e-4593-94d9-2b1a3a6fc88a","ip_address":"10.55.1.1"}],"id":"56ce51d2-b47b-4b27-9c3f-4692638ac1d1","security_groups":[],"mac_address":"fa:16:3e:be:2a:38","project_id":"8eff617fb23345cf903027c8bd39254a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7df2256-ed9e-482a-8b35-3a8f73341694","tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:50Z","binding:vnic_type":"normal","device_id":"a65cf4f6-98f8-46c6-bdf6-02fc67f8289d"}]} 2018-12-03 16:25:52,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=a65cf4f6-98f8-46c6-bdf6-02fc67f8289d used request id req-47a6b46a-e2cc-44ff-ba9f-cb1c91c6ad26 2018-12-03 16:25:52,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5438c80b-ef6e-4593-94d9-2b1a3a6fc88a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" 2018-12-03 16:25:52,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-552b2cd0-c5df-4294-9d0a-2b9ea4bccb79 Date: Mon, 03 Dec 2018 16:25:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7df2256-ed9e-482a-8b35-3a8f73341694","tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:41Z","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":"8eff617fb23345cf903027c8bd39254a","id":"5438c80b-ef6e-4593-94d9-2b1a3a6fc88a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet"}} 2018-12-03 16:25:52,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5438c80b-ef6e-4593-94d9-2b1a3a6fc88a used request id req-552b2cd0-c5df-4294-9d0a-2b9ea4bccb79 2018-12-03 16:25:52,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:25:52,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aebb24bcf21c47e68e3fc7f95daefe6e", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj-role"}], "expires_at": "2018-12-03T17:25:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8eff617fb23345cf903027c8bd39254a", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8eff617fb23345cf903027c8bd39254a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8eff617fb23345cf903027c8bd39254a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8eff617fb23345cf903027c8bd39254a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-user", "id": "6dbc1ec41a434025be46b6fd7106468d"}, "audit_ids": ["aT0hTebTROaYof0e_1RvUw"], "issued_at": "2018-12-03T16:25:52.000000Z"}} 2018-12-03 16:25:52,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d0e6e58030213c58b7c446afc1103b125292c2" 2018-12-03 16:25:53,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-275f2f2d-948b-43fc-9187-d7b38e863415 Date: Mon, 03 Dec 2018 16:25: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":["5438c80b-ef6e-4593-94d9-2b1a3a6fc88a"],"updated_at":"2018-12-03T16:25:41Z","tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8eff617fb23345cf903027c8bd39254a","id":"f7df2256-ed9e-482a-8b35-3a8f73341694","name":"CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-net"}]} 2018-12-03 16:25:53,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-net used request id req-275f2f2d-948b-43fc-9187-d7b38e863415 2018-12-03 16:25:53,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:25:53,028 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:25: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:25:53,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbcdd2b12eabe730036add6d3f29862d40910397" 2018-12-03 16:25:53,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b9fe566-4dfa-4df6-b66a-66c0e4c98136 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a"}, "enabled": true, "id": "8eff617fb23345cf903027c8bd39254a", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj"}} 2018-12-03 16:25:53,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a used request id req-0b9fe566-4dfa-4df6-b66a-66c0e4c98136 2018-12-03 16:25:53,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f7df2256-ed9e-482a-8b35-3a8f73341694 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d0e6e58030213c58b7c446afc1103b125292c2" 2018-12-03 16:25:53,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4b37cf67-2ba7-4d4e-a005-0f1ec4223f3d Date: Mon, 03 Dec 2018 16:25:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7df2256-ed9e-482a-8b35-3a8f73341694","tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:41Z","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":"8eff617fb23345cf903027c8bd39254a","id":"5438c80b-ef6e-4593-94d9-2b1a3a6fc88a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet"}]} 2018-12-03 16:25:53,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f7df2256-ed9e-482a-8b35-3a8f73341694 used request id req-4b37cf67-2ba7-4d4e-a005-0f1ec4223f3d 2018-12-03 16:25:53,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f7df2256-ed9e-482a-8b35-3a8f73341694&name=CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d0e6e58030213c58b7c446afc1103b125292c2" 2018-12-03 16:25:53,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ba380f0e-67c5-4ed7-8faa-4029eb85fb64 Date: Mon, 03 Dec 2018 16:25:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7df2256-ed9e-482a-8b35-3a8f73341694","tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:41Z","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":"8eff617fb23345cf903027c8bd39254a","id":"5438c80b-ef6e-4593-94d9-2b1a3a6fc88a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet"}]} 2018-12-03 16:25:53,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f7df2256-ed9e-482a-8b35-3a8f73341694&name=CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet used request id req-ba380f0e-67c5-4ed7-8faa-4029eb85fb64 2018-12-03 16:25:53,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d0e6e58030213c58b7c446afc1103b125292c2" 2018-12-03 16:25:53,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-77edd3c5-e6c3-4321-90de-905470462f62 Date: Mon, 03 Dec 2018 16:25:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8eff617fb23345cf903027c8bd39254a", "created_at": "2018-12-03T16:25:44Z", "admin_state_up": true, "updated_at": "2018-12-03T16:25:51Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "8eff617fb23345cf903027c8bd39254a", "id": "a65cf4f6-98f8-46c6-bdf6-02fc67f8289d", "name": "CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-router"}]} 2018-12-03 16:25:53,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-router used request id req-77edd3c5-e6c3-4321-90de-905470462f62 2018-12-03 16:25:53,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbcdd2b12eabe730036add6d3f29862d40910397" 2018-12-03 16:25:53,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:25:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2080baa5-e791-465b-9136-d4208801d6aa Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a"}, "enabled": true, "id": "8eff617fb23345cf903027c8bd39254a", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj"}} 2018-12-03 16:25:53,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a used request id req-2080baa5-e791-465b-9136-d4208801d6aa 2018-12-03 16:25:53,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=a65cf4f6-98f8-46c6-bdf6-02fc67f8289d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d0e6e58030213c58b7c446afc1103b125292c2" 2018-12-03 16:25:54,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-a86865e9-8355-4d3d-87ee-5295fe3a98a1 Date: Mon, 03 Dec 2018 16:25:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:25:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5438c80b-ef6e-4593-94d9-2b1a3a6fc88a","ip_address":"10.55.1.1"}],"id":"56ce51d2-b47b-4b27-9c3f-4692638ac1d1","security_groups":[],"mac_address":"fa:16:3e:be:2a:38","project_id":"8eff617fb23345cf903027c8bd39254a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7df2256-ed9e-482a-8b35-3a8f73341694","tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:50Z","binding:vnic_type":"normal","device_id":"a65cf4f6-98f8-46c6-bdf6-02fc67f8289d"}]} 2018-12-03 16:25:54,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=a65cf4f6-98f8-46c6-bdf6-02fc67f8289d used request id req-a86865e9-8355-4d3d-87ee-5295fe3a98a1 2018-12-03 16:25:54,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5438c80b-ef6e-4593-94d9-2b1a3a6fc88a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d0e6e58030213c58b7c446afc1103b125292c2" 2018-12-03 16:25:54,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-4c45f1f4-fda5-4dcf-8393-a7932280785a Date: Mon, 03 Dec 2018 16:25:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7df2256-ed9e-482a-8b35-3a8f73341694","tenant_id":"8eff617fb23345cf903027c8bd39254a","created_at":"2018-12-03T16:25:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:25:41Z","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":"8eff617fb23345cf903027c8bd39254a","id":"5438c80b-ef6e-4593-94d9-2b1a3a6fc88a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet"}} 2018-12-03 16:25:54,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5438c80b-ef6e-4593-94d9-2b1a3a6fc88a used request id req-4c45f1f4-fda5-4dcf-8393-a7932280785a 2018-12-03 16:25:54,089 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-router and subnet CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet 2018-12-03 16:25:54,089 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-router 2018-12-03 16:25:54,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/a65cf4f6-98f8-46c6-bdf6-02fc67f8289d/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" -d '{"subnet_id": "5438c80b-ef6e-4593-94d9-2b1a3a6fc88a"}' 2018-12-03 16:25:55,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-54c33fdd-6d6b-4a65-9faf-dffcce7e2c63 Date: Mon, 03 Dec 2018 16:25:55 GMT RESP BODY: {"network_id": "f7df2256-ed9e-482a-8b35-3a8f73341694", "tenant_id": "8eff617fb23345cf903027c8bd39254a", "subnet_id": "5438c80b-ef6e-4593-94d9-2b1a3a6fc88a", "subnet_ids": ["5438c80b-ef6e-4593-94d9-2b1a3a6fc88a"], "port_id": "56ce51d2-b47b-4b27-9c3f-4692638ac1d1", "id": "a65cf4f6-98f8-46c6-bdf6-02fc67f8289d"} 2018-12-03 16:25:55,911 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a65cf4f6-98f8-46c6-bdf6-02fc67f8289d/remove_router_interface used request id req-54c33fdd-6d6b-4a65-9faf-dffcce7e2c63 2018-12-03 16:25:55,911 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-router 2018-12-03 16:25:55,911 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-router 2018-12-03 16:25:55,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/a65cf4f6-98f8-46c6-bdf6-02fc67f8289d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6219237c684a041fa389a488b70de4b114538fc6" 2018-12-03 16:25:59,320 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad79978c-e3e1-4fc6-87ca-b84677104daf Content-Length: 0 Date: Mon, 03 Dec 2018 16:25:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:25:59,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/a65cf4f6-98f8-46c6-bdf6-02fc67f8289d used request id req-ad79978c-e3e1-4fc6-87ca-b84677104daf 2018-12-03 16:25:59,321 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet 2018-12-03 16:25:59,321 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-subnet 2018-12-03 16:25:59,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/5438c80b-ef6e-4593-94d9-2b1a3a6fc88a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1c8ec90d58f38fefa6fe5eca518e2adee6d084" 2018-12-03 16:26:01,646 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9fcc0d62-69e0-44e4-80dc-c2c93702b941 Date: Mon, 03 Dec 2018 16:26:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:26:01,647 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/5438c80b-ef6e-4593-94d9-2b1a3a6fc88a used request id req-9fcc0d62-69e0-44e4-80dc-c2c93702b941 2018-12-03 16:26:01,647 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-3e761659-c4d5-4ef7-be76-3f63ec362c7f-pub-net 2018-12-03 16:26:01,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/f7df2256-ed9e-482a-8b35-3a8f73341694 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1c8ec90d58f38fefa6fe5eca518e2adee6d084" 2018-12-03 16:26:02,863 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5fc5b166-df06-49d0-9706-6f389192e7cb Date: Mon, 03 Dec 2018 16:26:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:26:02,863 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/f7df2256-ed9e-482a-8b35-3a8f73341694 used request id req-5fc5b166-df06-49d0-9706-6f389192e7cb 2018-12-03 16:26:02,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:26:03,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-570fa931-7c65-4053-ba5d-7a69404b92b7 Date: Mon, 03 Dec 2018 16:26:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8eff617fb23345cf903027c8bd39254a", "created_at": "2018-12-03T16:25:40Z", "updated_at": "2018-12-03T16:25:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:25:40Z", "revision_number": 0, "id": "1c0d9716-90cc-405a-ba20-20a4467c8e38", "remote_group_id": "b3118851-6545-4871-8e06-a3f1c85588cd", "remote_ip_prefix": null, "created_at": "2018-12-03T16:25:40Z", "security_group_id": "b3118851-6545-4871-8e06-a3f1c85588cd", "tenant_id": "8eff617fb23345cf903027c8bd39254a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8eff617fb23345cf903027c8bd39254a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:25:40Z", "revision_number": 0, "id": "53074044-9602-4677-bfa9-697d54b58758", "remote_group_id": "b3118851-6545-4871-8e06-a3f1c85588cd", "remote_ip_prefix": null, "created_at": "2018-12-03T16:25:40Z", "security_group_id": "b3118851-6545-4871-8e06-a3f1c85588cd", "tenant_id": "8eff617fb23345cf903027c8bd39254a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8eff617fb23345cf903027c8bd39254a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:25:40Z", "revision_number": 0, "id": "9ecb656b-58ac-4da2-92f1-c7d78a6f52e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:25:40Z", "security_group_id": "b3118851-6545-4871-8e06-a3f1c85588cd", "tenant_id": "8eff617fb23345cf903027c8bd39254a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8eff617fb23345cf903027c8bd39254a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:25:40Z", "revision_number": 0, "id": "ffb3a7c8-5a08-4720-b3e4-985acb5132ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:25:40Z", "security_group_id": "b3118851-6545-4871-8e06-a3f1c85588cd", "tenant_id": "8eff617fb23345cf903027c8bd39254a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8eff617fb23345cf903027c8bd39254a"}], "revision_number": 4, "project_id": "8eff617fb23345cf903027c8bd39254a", "id": "b3118851-6545-4871-8e06-a3f1c85588cd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:26:03,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-570fa931-7c65-4053-ba5d-7a69404b92b7 2018-12-03 16:26:03,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:26:03,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a26bb267-f155-4cf0-9975-7decb2328d16 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:26:03,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-a26bb267-f155-4cf0-9975-7decb2328d16 2018-12-03 16:26:03,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:26:03,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f9ed716-4a86-402e-b32f-fd07063a6dea Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:26:03,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-8f9ed716-4a86-402e-b32f-fd07063a6dea 2018-12-03 16:26:03,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:26:03,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b61e95cf-fa28-4e4b-95c4-3b1940c9a0fe Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a"}, "enabled": true, "id": "8eff617fb23345cf903027c8bd39254a", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj"}} 2018-12-03 16:26:03,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a used request id req-b61e95cf-fa28-4e4b-95c4-3b1940c9a0fe 2018-12-03 16:26:03,364 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3118851-6545-4871-8e06-a3f1c85588cd 2018-12-03 16:26:03,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=b3118851-6545-4871-8e06-a3f1c85588cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:26:03,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-cd8571fc-b8dc-41eb-acf8-90c68dfaf1b3 Date: Mon, 03 Dec 2018 16:26:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b3118851-6545-4871-8e06-a3f1c85588cd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:25:40Z", "security_group_id": "b3118851-6545-4871-8e06-a3f1c85588cd", "port_range_min": null, "revision_number": 0, "tenant_id": "8eff617fb23345cf903027c8bd39254a", "created_at": "2018-12-03T16:25:40Z", "project_id": "8eff617fb23345cf903027c8bd39254a", "id": "1c0d9716-90cc-405a-ba20-20a4467c8e38"}, {"remote_group_id": "b3118851-6545-4871-8e06-a3f1c85588cd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:25:40Z", "security_group_id": "b3118851-6545-4871-8e06-a3f1c85588cd", "port_range_min": null, "revision_number": 0, "tenant_id": "8eff617fb23345cf903027c8bd39254a", "created_at": "2018-12-03T16:25:40Z", "project_id": "8eff617fb23345cf903027c8bd39254a", "id": "53074044-9602-4677-bfa9-697d54b58758"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:25:40Z", "security_group_id": "b3118851-6545-4871-8e06-a3f1c85588cd", "port_range_min": null, "revision_number": 0, "tenant_id": "8eff617fb23345cf903027c8bd39254a", "created_at": "2018-12-03T16:25:40Z", "project_id": "8eff617fb23345cf903027c8bd39254a", "id": "9ecb656b-58ac-4da2-92f1-c7d78a6f52e2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:25:40Z", "security_group_id": "b3118851-6545-4871-8e06-a3f1c85588cd", "port_range_min": null, "revision_number": 0, "tenant_id": "8eff617fb23345cf903027c8bd39254a", "created_at": "2018-12-03T16:25:40Z", "project_id": "8eff617fb23345cf903027c8bd39254a", "id": "ffb3a7c8-5a08-4720-b3e4-985acb5132ae"}]} 2018-12-03 16:26:03,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=b3118851-6545-4871-8e06-a3f1c85588cd used request id req-cd8571fc-b8dc-41eb-acf8-90c68dfaf1b3 2018-12-03 16:26:03,560 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:26:03,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/b3118851-6545-4871-8e06-a3f1c85588cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:26:03,850 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fc1d4b71-d494-44bc-bb3c-66edfd66c110 Content-Length: 0 Date: Mon, 03 Dec 2018 16:26:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:26:03,850 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/b3118851-6545-4871-8e06-a3f1c85588cd used request id req-fc1d4b71-d494-44bc-bb3c-66edfd66c110 2018-12-03 16:26:03,851 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj 2018-12-03 16:26:03,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:26:04,091 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f7ef2e3-e110-46f5-8ce2-25041663ca80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:04,091 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/8eff617fb23345cf903027c8bd39254a used request id req-7f7ef2e3-e110-46f5-8ce2-25041663ca80 2018-12-03 16:26:04,092 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-f3d3f1dc-2231-496-proj-role 2018-12-03 16:26:04,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/aebb24bcf21c47e68e3fc7f95daefe6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:26:04,208 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16cf48b7-ccf4-4eda-a037-f2a2e6dd117a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:04,208 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/aebb24bcf21c47e68e3fc7f95daefe6e used request id req-16cf48b7-ccf4-4eda-a037-f2a2e6dd117a 2018-12-03 16:26:04,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab07b34bc02a7b62d5d3b03a5514ef20190065a" 2018-12-03 16:26:04,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b5a5352-68fd-4d3c-a3ce-bf24c0a7330e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:26:04,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9b5a5352-68fd-4d3c-a3ce-bf24c0a7330e 2018-12-03 16:26:04,296 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-f3d3f1dc-2231-496-user 2018-12-03 16:26:04,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/6dbc1ec41a434025be46b6fd7106468d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2877a771460456165e4331af1bc0d1024849261f" 2018-12-03 16:26:04,522 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c6d416f-e975-4d93-93f6-e85017551a66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:04,522 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/6dbc1ec41a434025be46b6fd7106468d used request id req-1c6d416f-e975-4d93-93f6-e85017551a66 2018-12-03 16:26:04,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:04,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["0Cd6YYriQS6QtuAexFmnoA"], "issued_at": "2018-12-03T16:26:04.000000Z"}} 2018-12-03 16:26:04,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3c6bd28bb35ebb6c7fb9f174297a618545fb96a" 2018-12-03 16:26:04,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7190f40-e0b6-41cd-a3fa-3cd0f9a64e78 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:04,993 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d7190f40-e0b6-41cd-a3fa-3cd0f9a64e78 2018-12-03 16:26:04,995 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:04,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:05,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["wW_WJZd1SG6LxcVvgHGUag"], "issued_at": "2018-12-03T16:26:05.000000Z"}} 2018-12-03 16:26:05,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:05,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1e109a3-51c7-4a19-a7c6-ef6753214aaa Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:05,452 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d1e109a3-51c7-4a19-a7c6-ef6753214aaa 2018-12-03 16:26:05,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:26:05,463 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:26:05,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:05,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0baeb685-6066-48ba-8ea2-ff5b4f73d127 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:26:05,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj used request id req-0baeb685-6066-48ba-8ea2-ff5b4f73d127 2018-12-03 16:26:05,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:05,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51819d3f-c79e-4f1e-8bc1-ffea7f32dd26 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:26:05,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-51819d3f-c79e-4f1e-8bc1-ffea7f32dd26 2018-12-03 16:26:05,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj"}}' 2018-12-03 16:26:05,693 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:26:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df310b15-47cc-4d7e-ad8a-48cbf82f14d4 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae8793a87ef74aa2aa7dcf104d5879f8"}, "enabled": true, "id": "ae8793a87ef74aa2aa7dcf104d5879f8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj"}} 2018-12-03 16:26:05,693 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-df310b15-47cc-4d7e-ad8a-48cbf82f14d4 2018-12-03 16:26:05,694 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj 2018-12-03 16:26:05,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:05,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:06,068 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Ca1zLos5TEahPzNf_MClig"], "issued_at": "2018-12-03T16:26:06.000000Z"}} 2018-12-03 16:26:06,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}952ac2027ba23723dbd9c1b79b3e993be18b9fe5" 2018-12-03 16:26:06,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfa8e204-fd8d-4ab1-bbf6-143d92b11ae9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:06,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bfa8e204-fd8d-4ab1-bbf6-143d92b11ae9 2018-12-03 16:26:06,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:26:06,173 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:26:06,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}952ac2027ba23723dbd9c1b79b3e993be18b9fe5" 2018-12-03 16:26:06,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07f003f3-5ba4-4e4d-8b4d-2895e73e7c42 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:26:06,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-07f003f3-5ba4-4e4d-8b4d-2895e73e7c42 2018-12-03 16:26:06,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}952ac2027ba23723dbd9c1b79b3e993be18b9fe5" 2018-12-03 16:26:06,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cad05b2-5ccc-41eb-becd-6e1db8681c68 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae8793a87ef74aa2aa7dcf104d5879f8"}, "enabled": true, "id": "ae8793a87ef74aa2aa7dcf104d5879f8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj"}]} 2018-12-03 16:26:06,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj used request id req-3cad05b2-5ccc-41eb-becd-6e1db8681c68 2018-12-03 16:26:06,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}952ac2027ba23723dbd9c1b79b3e993be18b9fe5" 2018-12-03 16:26:06,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73f835be-36a3-4244-bdbc-72200b853148 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:26:06,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-73f835be-36a3-4244-bdbc-72200b853148 2018-12-03 16:26:06,837 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-user 2018-12-03 16:26:06,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:06,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:06,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80c099c-475a-480a-bcf6-43123c45c19a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:26:06,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b80c099c-475a-480a-bcf6-43123c45c19a 2018-12-03 16:26:06,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" -d '{"role": {"name": "CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj-role"}}' 2018-12-03 16:26:07,058 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:26:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d651b840-93f1-4d2d-9945-1b4e417fc6ff Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f7f454d895114a9a8e35596925fc8c80", "links": {"self": "http://172.30.9.30:5000/v3/roles/f7f454d895114a9a8e35596925fc8c80"}, "name": "CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj-role"}} 2018-12-03 16:26:07,059 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-d651b840-93f1-4d2d-9945-1b4e417fc6ff 2018-12-03 16:26:07,059 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj-role 2018-12-03 16:26:07,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/f7f454d895114a9a8e35596925fc8c80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:07,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6472513d-be50-40b5-84bc-dda324fdc42d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/f7f454d895114a9a8e35596925fc8c80"}, "domain_id": null, "name": "CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj-role", "id": "f7f454d895114a9a8e35596925fc8c80"}} 2018-12-03 16:26:07,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/f7f454d895114a9a8e35596925fc8c80 used request id req-6472513d-be50-40b5-84bc-dda324fdc42d 2018-12-03 16:26:07,143 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj-role to project CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj 2018-12-03 16:26:07,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/ae8793a87ef74aa2aa7dcf104d5879f8/users/f22cc80f3e8647bd88dfdf928d689cbf/roles/f7f454d895114a9a8e35596925fc8c80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:07,282 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09cb8e53-ca04-41d5-8dc3-f41909b6afa8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:07,282 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ae8793a87ef74aa2aa7dcf104d5879f8/users/f22cc80f3e8647bd88dfdf928d689cbf/roles/f7f454d895114a9a8e35596925fc8c80 used request id req-09cb8e53-ca04-41d5-8dc3-f41909b6afa8 2018-12-03 16:26:07,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:07,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:07,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f7f454d895114a9a8e35596925fc8c80", "name": "CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj-role"}], "expires_at": "2018-12-03T17:26:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae8793a87ef74aa2aa7dcf104d5879f8", "name": "CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-user", "id": "f22cc80f3e8647bd88dfdf928d689cbf"}, "audit_ids": ["eZ1TI2c1Qe2AOlpsmTz20w"], "issued_at": "2018-12-03T16:26:07.000000Z"}} 2018-12-03 16:26:07,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebf4fd2ea3dbda09e758121d6f35fe7e5d2d6e0" 2018-12-03 16:26:07,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c785f5ba-8151-4980-b306-050dd217fe84 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:07,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c785f5ba-8151-4980-b306-050dd217fe84 2018-12-03 16:26:07,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebf4fd2ea3dbda09e758121d6f35fe7e5d2d6e0" 2018-12-03 16:26:07,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-93b49181-d4e4-4151-a4be-832e0b0aff10 Date: Mon, 03 Dec 2018 16:26:07 GMT RESP BODY: {"networks":[]} 2018-12-03 16:26:07,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-net used request id req-93b49181-d4e4-4151-a4be-832e0b0aff10 2018-12-03 16:26:07,935 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-net 2018-12-03 16:26:07,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebf4fd2ea3dbda09e758121d6f35fe7e5d2d6e0" -d '{"network": {"name": "CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-net", "admin_state_up": true}}' 2018-12-03 16:26:08,482 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-73af3f05-f7e6-4ac8-930c-500b19de408f Date: Mon, 03 Dec 2018 16:26:08 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b3749450-7f6c-4fe4-ac37-7e24c14a55f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ae8793a87ef74aa2aa7dcf104d5879f8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:26:08Z","is_default":false,"name":"CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ae8793a87ef74aa2aa7dcf104d5879f8","created_at":"2018-12-03T16:26:08Z","mtu":1450}} 2018-12-03 16:26:08,482 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-73af3f05-f7e6-4ac8-930c-500b19de408f 2018-12-03 16:26:08,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=b3749450-7f6c-4fe4-ac37-7e24c14a55f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebf4fd2ea3dbda09e758121d6f35fe7e5d2d6e0" 2018-12-03 16:26:08,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c8fcb073-a6a3-441f-acbd-bb2ebf6ab709 Date: Mon, 03 Dec 2018 16:26:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-03T16:26:08Z","tenant_id":"ae8793a87ef74aa2aa7dcf104d5879f8","created_at":"2018-12-03T16:26:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ae8793a87ef74aa2aa7dcf104d5879f8","id":"b3749450-7f6c-4fe4-ac37-7e24c14a55f1","name":"CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-net"}]} 2018-12-03 16:26:08,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=b3749450-7f6c-4fe4-ac37-7e24c14a55f1 used request id req-c8fcb073-a6a3-441f-acbd-bb2ebf6ab709 2018-12-03 16:26:08,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3749450-7f6c-4fe4-ac37-7e24c14a55f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebf4fd2ea3dbda09e758121d6f35fe7e5d2d6e0" 2018-12-03 16:26:08,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-427d46db-509d-4d78-b228-526f60c412d2 Date: Mon, 03 Dec 2018 16:26:08 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:26:08,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3749450-7f6c-4fe4-ac37-7e24c14a55f1 used request id req-427d46db-509d-4d78-b228-526f60c412d2 2018-12-03 16:26:08,894 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-subnet 2018-12-03 16:26:08,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebf4fd2ea3dbda09e758121d6f35fe7e5d2d6e0" -d '{"subnets": [{"ip_version": 4, "network_id": "b3749450-7f6c-4fe4-ac37-7e24c14a55f1", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-subnet"}]}' 2018-12-03 16:26:09,583 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3e89005a-e12f-4eb4-b9be-1854c5e71906 Date: Mon, 03 Dec 2018 16:26:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3749450-7f6c-4fe4-ac37-7e24c14a55f1","tenant_id":"ae8793a87ef74aa2aa7dcf104d5879f8","created_at":"2018-12-03T16:26:09Z","dns_nameservers":[],"updated_at":"2018-12-03T16:26:09Z","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":"ae8793a87ef74aa2aa7dcf104d5879f8","id":"7a73c7f7-cb7c-4e0c-aae2-466fd7477ccb","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-subnet"}]} 2018-12-03 16:26:09,583 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-3e89005a-e12f-4eb4-b9be-1854c5e71906 2018-12-03 16:26:09,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=b3749450-7f6c-4fe4-ac37-7e24c14a55f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebf4fd2ea3dbda09e758121d6f35fe7e5d2d6e0" 2018-12-03 16:26:09,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7bad7fda-4ad4-4905-9409-5b382a51bf93 Date: Mon, 03 Dec 2018 16:26: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":["7a73c7f7-cb7c-4e0c-aae2-466fd7477ccb"],"updated_at":"2018-12-03T16:26:09Z","tenant_id":"ae8793a87ef74aa2aa7dcf104d5879f8","created_at":"2018-12-03T16:26:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae8793a87ef74aa2aa7dcf104d5879f8","id":"b3749450-7f6c-4fe4-ac37-7e24c14a55f1","name":"CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-net"}]} 2018-12-03 16:26:09,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=b3749450-7f6c-4fe4-ac37-7e24c14a55f1 used request id req-7bad7fda-4ad4-4905-9409-5b382a51bf93 2018-12-03 16:26:09,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3749450-7f6c-4fe4-ac37-7e24c14a55f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebf4fd2ea3dbda09e758121d6f35fe7e5d2d6e0" 2018-12-03 16:26:09,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fb7956ad-1602-4ee7-91df-ad4e05bba2b6 Date: Mon, 03 Dec 2018 16:26:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3749450-7f6c-4fe4-ac37-7e24c14a55f1","tenant_id":"ae8793a87ef74aa2aa7dcf104d5879f8","created_at":"2018-12-03T16:26:09Z","dns_nameservers":[],"updated_at":"2018-12-03T16:26:09Z","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":"ae8793a87ef74aa2aa7dcf104d5879f8","id":"7a73c7f7-cb7c-4e0c-aae2-466fd7477ccb","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-subnet"}]} 2018-12-03 16:26:09,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3749450-7f6c-4fe4-ac37-7e24c14a55f1 used request id req-fb7956ad-1602-4ee7-91df-ad4e05bba2b6 2018-12-03 16:26:09,892 - OpenStackNetwork - DEBUG - Network [b3749450-7f6c-4fe4-ac37-7e24c14a55f1] created successfully 2018-12-03 16:26:09,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:10,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f7f454d895114a9a8e35596925fc8c80", "name": "CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj-role"}], "expires_at": "2018-12-03T17:26:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae8793a87ef74aa2aa7dcf104d5879f8", "name": "CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ae8793a87ef74aa2aa7dcf104d5879f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-user", "id": "f22cc80f3e8647bd88dfdf928d689cbf"}, "audit_ids": ["qoqmkIVHSuGuAPtKR8KeDg"], "issued_at": "2018-12-03T16:26:10.000000Z"}} 2018-12-03 16:26:10,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221057728c4c2c571a22f482ed009f0026339d77" 2018-12-03 16:26:10,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6e6b09bc-b1da-4406-83f2-676d3fa82f2b Date: Mon, 03 Dec 2018 16:26: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":["7a73c7f7-cb7c-4e0c-aae2-466fd7477ccb"],"updated_at":"2018-12-03T16:26:09Z","tenant_id":"ae8793a87ef74aa2aa7dcf104d5879f8","created_at":"2018-12-03T16:26:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae8793a87ef74aa2aa7dcf104d5879f8","id":"b3749450-7f6c-4fe4-ac37-7e24c14a55f1","name":"CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-net"}]} 2018-12-03 16:26:10,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-net used request id req-6e6b09bc-b1da-4406-83f2-676d3fa82f2b 2018-12-03 16:26:10,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:26:10,530 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:26:10,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ae8793a87ef74aa2aa7dcf104d5879f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3c6bd28bb35ebb6c7fb9f174297a618545fb96a" 2018-12-03 16:26:10,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfd56be8-1968-4553-8ca4-2e6736da574d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae8793a87ef74aa2aa7dcf104d5879f8"}, "enabled": true, "id": "ae8793a87ef74aa2aa7dcf104d5879f8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj"}} 2018-12-03 16:26:10,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ae8793a87ef74aa2aa7dcf104d5879f8 used request id req-cfd56be8-1968-4553-8ca4-2e6736da574d 2018-12-03 16:26:10,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3749450-7f6c-4fe4-ac37-7e24c14a55f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221057728c4c2c571a22f482ed009f0026339d77" 2018-12-03 16:26:10,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7a9eef78-67c4-41ca-b460-fc5cea179070 Date: Mon, 03 Dec 2018 16:26:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3749450-7f6c-4fe4-ac37-7e24c14a55f1","tenant_id":"ae8793a87ef74aa2aa7dcf104d5879f8","created_at":"2018-12-03T16:26:09Z","dns_nameservers":[],"updated_at":"2018-12-03T16:26:09Z","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":"ae8793a87ef74aa2aa7dcf104d5879f8","id":"7a73c7f7-cb7c-4e0c-aae2-466fd7477ccb","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-subnet"}]} 2018-12-03 16:26:10,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3749450-7f6c-4fe4-ac37-7e24c14a55f1 used request id req-7a9eef78-67c4-41ca-b460-fc5cea179070 2018-12-03 16:26:10,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3749450-7f6c-4fe4-ac37-7e24c14a55f1&name=CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221057728c4c2c571a22f482ed009f0026339d77" 2018-12-03 16:26:11,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-38754051-8d45-4f85-aa6b-a564b59a055f Date: Mon, 03 Dec 2018 16:26:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3749450-7f6c-4fe4-ac37-7e24c14a55f1","tenant_id":"ae8793a87ef74aa2aa7dcf104d5879f8","created_at":"2018-12-03T16:26:09Z","dns_nameservers":[],"updated_at":"2018-12-03T16:26:09Z","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":"ae8793a87ef74aa2aa7dcf104d5879f8","id":"7a73c7f7-cb7c-4e0c-aae2-466fd7477ccb","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-subnet"}]} 2018-12-03 16:26:11,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3749450-7f6c-4fe4-ac37-7e24c14a55f1&name=CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-subnet used request id req-38754051-8d45-4f85-aa6b-a564b59a055f 2018-12-03 16:26:11,023 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-subnet 2018-12-03 16:26:11,023 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-subnet 2018-12-03 16:26:11,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/7a73c7f7-cb7c-4e0c-aae2-466fd7477ccb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebf4fd2ea3dbda09e758121d6f35fe7e5d2d6e0" 2018-12-03 16:26:13,269 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5db0e943-051b-4c3e-b258-9f2c335948ad Date: Mon, 03 Dec 2018 16:26:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:26:13,269 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/7a73c7f7-cb7c-4e0c-aae2-466fd7477ccb used request id req-5db0e943-051b-4c3e-b258-9f2c335948ad 2018-12-03 16:26:13,269 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-0bd1174c-ace9-438a-8352-c4b9f7f50ba6-pub-net 2018-12-03 16:26:13,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/b3749450-7f6c-4fe4-ac37-7e24c14a55f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebf4fd2ea3dbda09e758121d6f35fe7e5d2d6e0" 2018-12-03 16:26:14,583 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1f754e7-8801-452b-bbe6-e83f6ab5fe8c Date: Mon, 03 Dec 2018 16:26:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:26:14,584 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/b3749450-7f6c-4fe4-ac37-7e24c14a55f1 used request id req-f1f754e7-8801-452b-bbe6-e83f6ab5fe8c 2018-12-03 16:26:14,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:14,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-253004a1-b1c4-4f03-8fba-2ec806fe3c3c Date: Mon, 03 Dec 2018 16:26:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ae8793a87ef74aa2aa7dcf104d5879f8", "created_at": "2018-12-03T16:26:08Z", "updated_at": "2018-12-03T16:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:26:08Z", "revision_number": 0, "id": "10c6e494-6f3d-4f43-97a1-ca8c9b2bacd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:26:08Z", "security_group_id": "acb19f42-61a0-4b87-80c7-212122edb70c", "tenant_id": "ae8793a87ef74aa2aa7dcf104d5879f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae8793a87ef74aa2aa7dcf104d5879f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:26:08Z", "revision_number": 0, "id": "225572cc-0ae0-4a1a-a2ea-cfe5a2de7ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:26:08Z", "security_group_id": "acb19f42-61a0-4b87-80c7-212122edb70c", "tenant_id": "ae8793a87ef74aa2aa7dcf104d5879f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae8793a87ef74aa2aa7dcf104d5879f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:26:08Z", "revision_number": 0, "id": "43056e81-02f9-43cb-b871-b5cd335cfe04", "remote_group_id": "acb19f42-61a0-4b87-80c7-212122edb70c", "remote_ip_prefix": null, "created_at": "2018-12-03T16:26:08Z", "security_group_id": "acb19f42-61a0-4b87-80c7-212122edb70c", "tenant_id": "ae8793a87ef74aa2aa7dcf104d5879f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae8793a87ef74aa2aa7dcf104d5879f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:26:08Z", "revision_number": 0, "id": "a48e7ea1-ed46-459d-b854-34120eb95a3d", "remote_group_id": "acb19f42-61a0-4b87-80c7-212122edb70c", "remote_ip_prefix": null, "created_at": "2018-12-03T16:26:08Z", "security_group_id": "acb19f42-61a0-4b87-80c7-212122edb70c", "tenant_id": "ae8793a87ef74aa2aa7dcf104d5879f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae8793a87ef74aa2aa7dcf104d5879f8"}], "revision_number": 4, "project_id": "ae8793a87ef74aa2aa7dcf104d5879f8", "id": "acb19f42-61a0-4b87-80c7-212122edb70c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:26:14,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-253004a1-b1c4-4f03-8fba-2ec806fe3c3c 2018-12-03 16:26:14,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:14,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7a588c5-08fd-4f20-9f82-3d1577ea8e50 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:26:14,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-e7a588c5-08fd-4f20-9f82-3d1577ea8e50 2018-12-03 16:26:14,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:14,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2840e836-f745-4ab2-8512-f3b506c1ce85 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:26:14,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-2840e836-f745-4ab2-8512-f3b506c1ce85 2018-12-03 16:26:14,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ae8793a87ef74aa2aa7dcf104d5879f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:15,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cf3f8fb-4c56-4a3c-8b56-d989e2d4f21a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae8793a87ef74aa2aa7dcf104d5879f8"}, "enabled": true, "id": "ae8793a87ef74aa2aa7dcf104d5879f8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj"}} 2018-12-03 16:26:15,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ae8793a87ef74aa2aa7dcf104d5879f8 used request id req-3cf3f8fb-4c56-4a3c-8b56-d989e2d4f21a 2018-12-03 16:26:15,086 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - acb19f42-61a0-4b87-80c7-212122edb70c 2018-12-03 16:26:15,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=acb19f42-61a0-4b87-80c7-212122edb70c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:15,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4a5690d0-dc76-4965-971e-dede5b14e329 Date: Mon, 03 Dec 2018 16:26: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-12-03T16:26:08Z", "security_group_id": "acb19f42-61a0-4b87-80c7-212122edb70c", "port_range_min": null, "revision_number": 0, "tenant_id": "ae8793a87ef74aa2aa7dcf104d5879f8", "created_at": "2018-12-03T16:26:08Z", "project_id": "ae8793a87ef74aa2aa7dcf104d5879f8", "id": "10c6e494-6f3d-4f43-97a1-ca8c9b2bacd6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:26:08Z", "security_group_id": "acb19f42-61a0-4b87-80c7-212122edb70c", "port_range_min": null, "revision_number": 0, "tenant_id": "ae8793a87ef74aa2aa7dcf104d5879f8", "created_at": "2018-12-03T16:26:08Z", "project_id": "ae8793a87ef74aa2aa7dcf104d5879f8", "id": "225572cc-0ae0-4a1a-a2ea-cfe5a2de7ff5"}, {"remote_group_id": "acb19f42-61a0-4b87-80c7-212122edb70c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:26:08Z", "security_group_id": "acb19f42-61a0-4b87-80c7-212122edb70c", "port_range_min": null, "revision_number": 0, "tenant_id": "ae8793a87ef74aa2aa7dcf104d5879f8", "created_at": "2018-12-03T16:26:08Z", "project_id": "ae8793a87ef74aa2aa7dcf104d5879f8", "id": "43056e81-02f9-43cb-b871-b5cd335cfe04"}, {"remote_group_id": "acb19f42-61a0-4b87-80c7-212122edb70c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:26:08Z", "security_group_id": "acb19f42-61a0-4b87-80c7-212122edb70c", "port_range_min": null, "revision_number": 0, "tenant_id": "ae8793a87ef74aa2aa7dcf104d5879f8", "created_at": "2018-12-03T16:26:08Z", "project_id": "ae8793a87ef74aa2aa7dcf104d5879f8", "id": "a48e7ea1-ed46-459d-b854-34120eb95a3d"}]} 2018-12-03 16:26:15,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=acb19f42-61a0-4b87-80c7-212122edb70c used request id req-4a5690d0-dc76-4965-971e-dede5b14e329 2018-12-03 16:26:15,267 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:26:15,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/acb19f42-61a0-4b87-80c7-212122edb70c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:15,569 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88560a48-2571-4497-88d6-d4e2f8caabb2 Content-Length: 0 Date: Mon, 03 Dec 2018 16:26:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:26:15,569 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/acb19f42-61a0-4b87-80c7-212122edb70c used request id req-88560a48-2571-4497-88d6-d4e2f8caabb2 2018-12-03 16:26:15,570 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj 2018-12-03 16:26:15,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/ae8793a87ef74aa2aa7dcf104d5879f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:15,816 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6930e82f-dc49-4f21-9555-4152645f9c85 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:15,816 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ae8793a87ef74aa2aa7dcf104d5879f8 used request id req-6930e82f-dc49-4f21-9555-4152645f9c85 2018-12-03 16:26:15,816 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-proj-role 2018-12-03 16:26:15,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/f7f454d895114a9a8e35596925fc8c80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:15,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c941db6-6573-4352-82e4-ee29973c9293 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:15,926 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/f7f454d895114a9a8e35596925fc8c80 used request id req-1c941db6-6573-4352-82e4-ee29973c9293 2018-12-03 16:26:15,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce5389f432382f44deabbc4be2484f2c818de8d3" 2018-12-03 16:26:16,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2419c1bb-c1a1-4488-b4af-152b55628e7a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:26:16,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2419c1bb-c1a1-4488-b4af-152b55628e7a 2018-12-03 16:26:16,016 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-bf4ff92e-c0b8-4f7-user 2018-12-03 16:26:16,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/f22cc80f3e8647bd88dfdf928d689cbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}952ac2027ba23723dbd9c1b79b3e993be18b9fe5" 2018-12-03 16:26:16,209 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2954ea6-df93-4fe4-964b-df5cfdda7366 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:16,209 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/f22cc80f3e8647bd88dfdf928d689cbf used request id req-b2954ea6-df93-4fe4-964b-df5cfdda7366 2018-12-03 16:26:16,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:16,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["RQhmOmJQSMCfBcaRJGzHxQ"], "issued_at": "2018-12-03T16:26:16.000000Z"}} 2018-12-03 16:26:16,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee0f6468b3067923091f04e368d17bc0e1266aa0" 2018-12-03 16:26:16,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abdb2986-7224-4196-9747-736bc7b6d060 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:16,669 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-abdb2986-7224-4196-9747-736bc7b6d060 2018-12-03 16:26:16,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:16,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:17,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["J6RG7T8WQP-gyss_WOuQhw"], "issued_at": "2018-12-03T16:26:17.000000Z"}} 2018-12-03 16:26:17,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:17,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c1f4738-04f5-4b92-bb49-87b66ba51053 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:17,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4c1f4738-04f5-4b92-bb49-87b66ba51053 2018-12-03 16:26:17,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:26:17,152 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:26:17,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-b899aabb-38f8-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:17,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bfb842d-633a-4289-9841-2828c4dd3dcf Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-b899aabb-38f8-491-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:26:17,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-b899aabb-38f8-491-proj used request id req-8bfb842d-633a-4289-9841-2828c4dd3dcf 2018-12-03 16:26:17,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:17,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-090478e5-41d5-4163-9478-696ce28b5a30 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:26:17,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-090478e5-41d5-4163-9478-696ce28b5a30 2018-12-03 16:26:17,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-b899aabb-38f8-491-proj"}}' 2018-12-03 16:26:17,400 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:26:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f82eef38-a37f-4fc9-9f42-01e20833fdbf Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/767b3721fdf743b4b0a50dd90fa01fb0"}, "enabled": true, "id": "767b3721fdf743b4b0a50dd90fa01fb0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b899aabb-38f8-491-proj"}} 2018-12-03 16:26:17,400 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f82eef38-a37f-4fc9-9f42-01e20833fdbf 2018-12-03 16:26:17,401 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-b899aabb-38f8-491-proj 2018-12-03 16:26:17,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:17,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:17,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["xf9csHQESL67krxhioqD7Q"], "issued_at": "2018-12-03T16:26:17.000000Z"}} 2018-12-03 16:26:17,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2100ee8d8743825c8ddc72f81253a4c50f5e00f7" 2018-12-03 16:26:17,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2290e2d4-24f5-4465-ad04-938d6722dc3a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:17,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2290e2d4-24f5-4465-ad04-938d6722dc3a 2018-12-03 16:26:17,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:26:17,877 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:26:17,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2100ee8d8743825c8ddc72f81253a4c50f5e00f7" 2018-12-03 16:26:17,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e814e372-21ca-4a23-bd04-ffa8bf472657 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:26:17,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e814e372-21ca-4a23-bd04-ffa8bf472657 2018-12-03 16:26:17,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-b899aabb-38f8-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2100ee8d8743825c8ddc72f81253a4c50f5e00f7" 2018-12-03 16:26:18,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64bc58c1-1b94-40fd-9e06-adb3f81c1154 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-b899aabb-38f8-491-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/767b3721fdf743b4b0a50dd90fa01fb0"}, "enabled": true, "id": "767b3721fdf743b4b0a50dd90fa01fb0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b899aabb-38f8-491-proj"}]} 2018-12-03 16:26:18,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateNetworkSuccessTests-b899aabb-38f8-491-proj used request id req-64bc58c1-1b94-40fd-9e06-adb3f81c1154 2018-12-03 16:26:18,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2100ee8d8743825c8ddc72f81253a4c50f5e00f7" 2018-12-03 16:26:18,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df38c1a2-b43b-49cc-8506-80065ac4112b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:26:18,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-df38c1a2-b43b-49cc-8506-80065ac4112b 2018-12-03 16:26:18,525 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-b899aabb-38f8-491-user 2018-12-03 16:26:18,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:18,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:18,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42d914cf-9009-46d1-957a-fdea6bc00d4d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:26:18,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-42d914cf-9009-46d1-957a-fdea6bc00d4d 2018-12-03 16:26:18,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" -d '{"role": {"name": "CreateNetworkSuccessTests-b899aabb-38f8-491-proj-role"}}' 2018-12-03 16:26:18,724 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:26:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-338f917e-581f-4345-b136-e298806d5f15 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "03dac7bdc1224281a95d2f3f3cfd3b55", "links": {"self": "http://172.30.9.30:5000/v3/roles/03dac7bdc1224281a95d2f3f3cfd3b55"}, "name": "CreateNetworkSuccessTests-b899aabb-38f8-491-proj-role"}} 2018-12-03 16:26:18,724 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-338f917e-581f-4345-b136-e298806d5f15 2018-12-03 16:26:18,724 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-b899aabb-38f8-491-proj-role 2018-12-03 16:26:18,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/03dac7bdc1224281a95d2f3f3cfd3b55 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:18,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4825ef27-fbef-4460-a64d-6a48ad0bf864 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/03dac7bdc1224281a95d2f3f3cfd3b55"}, "domain_id": null, "name": "CreateNetworkSuccessTests-b899aabb-38f8-491-proj-role", "id": "03dac7bdc1224281a95d2f3f3cfd3b55"}} 2018-12-03 16:26:18,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/03dac7bdc1224281a95d2f3f3cfd3b55 used request id req-4825ef27-fbef-4460-a64d-6a48ad0bf864 2018-12-03 16:26:18,812 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-b899aabb-38f8-491-proj-role to project CreateNetworkSuccessTests-b899aabb-38f8-491-proj 2018-12-03 16:26:18,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/767b3721fdf743b4b0a50dd90fa01fb0/users/44af39eecfbb43a7aa40d86948dfdf7b/roles/03dac7bdc1224281a95d2f3f3cfd3b55 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:18,965 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-189291d2-f1a5-40b4-8e5e-d8ea56def42c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:18,966 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/767b3721fdf743b4b0a50dd90fa01fb0/users/44af39eecfbb43a7aa40d86948dfdf7b/roles/03dac7bdc1224281a95d2f3f3cfd3b55 used request id req-189291d2-f1a5-40b4-8e5e-d8ea56def42c 2018-12-03 16:26:18,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:18,967 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:19,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "03dac7bdc1224281a95d2f3f3cfd3b55", "name": "CreateNetworkSuccessTests-b899aabb-38f8-491-proj-role"}], "expires_at": "2018-12-03T17:26:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "767b3721fdf743b4b0a50dd90fa01fb0", "name": "CreateNetworkSuccessTests-b899aabb-38f8-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-b899aabb-38f8-491-user", "id": "44af39eecfbb43a7aa40d86948dfdf7b"}, "audit_ids": ["vhQYEgYrSa-OQMK3czF0ug"], "issued_at": "2018-12-03T16:26:19.000000Z"}} 2018-12-03 16:26:19,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0c5d642d261d6039c79527dcf19f7343e519e5" 2018-12-03 16:26:19,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d917528-5cd6-4952-8485-8dfbff01b940 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:19,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5d917528-5cd6-4952-8485-8dfbff01b940 2018-12-03 16:26:19,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0c5d642d261d6039c79527dcf19f7343e519e5" 2018-12-03 16:26:19,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e62ee6ec-00f6-4485-ae19-5713f3a55c49 Date: Mon, 03 Dec 2018 16:26:19 GMT RESP BODY: {"networks":[]} 2018-12-03 16:26:19,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-net used request id req-e62ee6ec-00f6-4485-ae19-5713f3a55c49 2018-12-03 16:26:19,595 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-net 2018-12-03 16:26:19,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0c5d642d261d6039c79527dcf19f7343e519e5" -d '{"network": {"name": "CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-net", "admin_state_up": true}}' 2018-12-03 16:26:20,146 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-31efebf6-a326-4dc7-8ff6-92b89061412f Date: Mon, 03 Dec 2018 16:26:20 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c48c0612-e159-42f8-9f7d-764cad25f6a4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"767b3721fdf743b4b0a50dd90fa01fb0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:26:20Z","is_default":false,"name":"CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"767b3721fdf743b4b0a50dd90fa01fb0","created_at":"2018-12-03T16:26:19Z","mtu":1450}} 2018-12-03 16:26:20,146 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-31efebf6-a326-4dc7-8ff6-92b89061412f 2018-12-03 16:26:20,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=c48c0612-e159-42f8-9f7d-764cad25f6a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0c5d642d261d6039c79527dcf19f7343e519e5" 2018-12-03 16:26:20,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-eef3f452-ecdc-4d97-a44d-3ba876302484 Date: Mon, 03 Dec 2018 16:26:20 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-12-03T16:26:20Z","tenant_id":"767b3721fdf743b4b0a50dd90fa01fb0","created_at":"2018-12-03T16:26:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"767b3721fdf743b4b0a50dd90fa01fb0","id":"c48c0612-e159-42f8-9f7d-764cad25f6a4","name":"CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-net"}]} 2018-12-03 16:26:20,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=c48c0612-e159-42f8-9f7d-764cad25f6a4 used request id req-eef3f452-ecdc-4d97-a44d-3ba876302484 2018-12-03 16:26:20,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c48c0612-e159-42f8-9f7d-764cad25f6a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0c5d642d261d6039c79527dcf19f7343e519e5" 2018-12-03 16:26:20,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1ae22f40-8f0c-4edb-857d-3d1ea945bcce Date: Mon, 03 Dec 2018 16:26:20 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:26:20,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c48c0612-e159-42f8-9f7d-764cad25f6a4 used request id req-1ae22f40-8f0c-4edb-857d-3d1ea945bcce 2018-12-03 16:26:20,576 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-subnet 2018-12-03 16:26:20,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0c5d642d261d6039c79527dcf19f7343e519e5" -d '{"subnets": [{"ip_version": 4, "network_id": "c48c0612-e159-42f8-9f7d-764cad25f6a4", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-subnet"}]}' 2018-12-03 16:26:21,536 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ae462eac-2664-42a0-bd2c-07f413742bc2 Date: Mon, 03 Dec 2018 16:26:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c48c0612-e159-42f8-9f7d-764cad25f6a4","tenant_id":"767b3721fdf743b4b0a50dd90fa01fb0","created_at":"2018-12-03T16:26:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:26:21Z","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":"767b3721fdf743b4b0a50dd90fa01fb0","id":"b83c0464-1e5e-4835-a774-42afda5f7ad9","subnetpool_id":null,"name":"CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-subnet"}]} 2018-12-03 16:26:21,536 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-ae462eac-2664-42a0-bd2c-07f413742bc2 2018-12-03 16:26:21,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=c48c0612-e159-42f8-9f7d-764cad25f6a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0c5d642d261d6039c79527dcf19f7343e519e5" 2018-12-03 16:26:21,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3835eba9-67b4-42d8-ab1d-8bce58f572e6 Date: Mon, 03 Dec 2018 16:26: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":["b83c0464-1e5e-4835-a774-42afda5f7ad9"],"updated_at":"2018-12-03T16:26:21Z","tenant_id":"767b3721fdf743b4b0a50dd90fa01fb0","created_at":"2018-12-03T16:26:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"767b3721fdf743b4b0a50dd90fa01fb0","id":"c48c0612-e159-42f8-9f7d-764cad25f6a4","name":"CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-net"}]} 2018-12-03 16:26:21,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=c48c0612-e159-42f8-9f7d-764cad25f6a4 used request id req-3835eba9-67b4-42d8-ab1d-8bce58f572e6 2018-12-03 16:26:21,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c48c0612-e159-42f8-9f7d-764cad25f6a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0c5d642d261d6039c79527dcf19f7343e519e5" 2018-12-03 16:26:22,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c6287d54-810e-4b6c-9354-ad7bfc437cbc Date: Mon, 03 Dec 2018 16:26:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c48c0612-e159-42f8-9f7d-764cad25f6a4","tenant_id":"767b3721fdf743b4b0a50dd90fa01fb0","created_at":"2018-12-03T16:26:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:26:21Z","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":"767b3721fdf743b4b0a50dd90fa01fb0","id":"b83c0464-1e5e-4835-a774-42afda5f7ad9","subnetpool_id":null,"name":"CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-subnet"}]} 2018-12-03 16:26:22,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c48c0612-e159-42f8-9f7d-764cad25f6a4 used request id req-c6287d54-810e-4b6c-9354-ad7bfc437cbc 2018-12-03 16:26:22,010 - OpenStackNetwork - DEBUG - Network [c48c0612-e159-42f8-9f7d-764cad25f6a4] created successfully 2018-12-03 16:26:22,010 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:22,011 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:22,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "03dac7bdc1224281a95d2f3f3cfd3b55", "name": "CreateNetworkSuccessTests-b899aabb-38f8-491-proj-role"}], "expires_at": "2018-12-03T17:26:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "767b3721fdf743b4b0a50dd90fa01fb0", "name": "CreateNetworkSuccessTests-b899aabb-38f8-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/767b3721fdf743b4b0a50dd90fa01fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-b899aabb-38f8-491-user", "id": "44af39eecfbb43a7aa40d86948dfdf7b"}, "audit_ids": ["MpIpXlAPRgqyFalD6P9kCA"], "issued_at": "2018-12-03T16:26:22.000000Z"}} 2018-12-03 16:26:22,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252322582a23a81bbcd4116ac5fc4214535f4da1" 2018-12-03 16:26:22,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6ff8883-fd43-4f3a-afad-f116ad84d07e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:22,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b6ff8883-fd43-4f3a-afad-f116ad84d07e 2018-12-03 16:26:22,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252322582a23a81bbcd4116ac5fc4214535f4da1" 2018-12-03 16:26:22,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-cf00b4c6-5cbd-4540-ab37-4fe77ed603e7 Date: Mon, 03 Dec 2018 16:26: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":["b83c0464-1e5e-4835-a774-42afda5f7ad9"],"updated_at":"2018-12-03T16:26:21Z","tenant_id":"767b3721fdf743b4b0a50dd90fa01fb0","created_at":"2018-12-03T16:26:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"767b3721fdf743b4b0a50dd90fa01fb0","id":"c48c0612-e159-42f8-9f7d-764cad25f6a4","name":"CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-net"}]} 2018-12-03 16:26:22,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-net used request id req-cf00b4c6-5cbd-4540-ab37-4fe77ed603e7 2018-12-03 16:26:22,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:26:22,700 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:26:22,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/767b3721fdf743b4b0a50dd90fa01fb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252322582a23a81bbcd4116ac5fc4214535f4da1" 2018-12-03 16:26:22,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7af67dc5-cef4-4b41-9fca-59daa5052959 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/767b3721fdf743b4b0a50dd90fa01fb0"}, "enabled": true, "id": "767b3721fdf743b4b0a50dd90fa01fb0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b899aabb-38f8-491-proj"}} 2018-12-03 16:26:22,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/767b3721fdf743b4b0a50dd90fa01fb0 used request id req-7af67dc5-cef4-4b41-9fca-59daa5052959 2018-12-03 16:26:22,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c48c0612-e159-42f8-9f7d-764cad25f6a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252322582a23a81bbcd4116ac5fc4214535f4da1" 2018-12-03 16:26:22,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-660a295f-1c6c-4ce5-ba6e-c20358ed0898 Date: Mon, 03 Dec 2018 16:26:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c48c0612-e159-42f8-9f7d-764cad25f6a4","tenant_id":"767b3721fdf743b4b0a50dd90fa01fb0","created_at":"2018-12-03T16:26:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:26:21Z","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":"767b3721fdf743b4b0a50dd90fa01fb0","id":"b83c0464-1e5e-4835-a774-42afda5f7ad9","subnetpool_id":null,"name":"CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-subnet"}]} 2018-12-03 16:26:22,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c48c0612-e159-42f8-9f7d-764cad25f6a4 used request id req-660a295f-1c6c-4ce5-ba6e-c20358ed0898 2018-12-03 16:26:22,982 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-subnet 2018-12-03 16:26:22,982 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-subnet 2018-12-03 16:26:22,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/b83c0464-1e5e-4835-a774-42afda5f7ad9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0c5d642d261d6039c79527dcf19f7343e519e5" 2018-12-03 16:26:24,549 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bab1d7f1-98af-45d1-bd21-d166d181e38a Date: Mon, 03 Dec 2018 16:26:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:26:24,549 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/b83c0464-1e5e-4835-a774-42afda5f7ad9 used request id req-bab1d7f1-98af-45d1-bd21-d166d181e38a 2018-12-03 16:26:24,549 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-bafef5b0-eb48-4053-8f67-54337d2248af-pub-net 2018-12-03 16:26:24,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/c48c0612-e159-42f8-9f7d-764cad25f6a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0c5d642d261d6039c79527dcf19f7343e519e5" 2018-12-03 16:26:25,800 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ebd03fe1-61a0-411a-b477-c4b4083955dd Date: Mon, 03 Dec 2018 16:26:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:26:25,800 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/c48c0612-e159-42f8-9f7d-764cad25f6a4 used request id req-ebd03fe1-61a0-411a-b477-c4b4083955dd 2018-12-03 16:26:25,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:26,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-62acdd70-b528-4266-9759-b1220ab1a687 Date: Mon, 03 Dec 2018 16:26:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "767b3721fdf743b4b0a50dd90fa01fb0", "created_at": "2018-12-03T16:26:19Z", "updated_at": "2018-12-03T16:26:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:26:19Z", "revision_number": 0, "id": "0521f53b-a891-4b7c-a5d1-7a7a47793b1c", "remote_group_id": "db8da988-1d14-4ff4-927a-9d33fe4af2b3", "remote_ip_prefix": null, "created_at": "2018-12-03T16:26:19Z", "security_group_id": "db8da988-1d14-4ff4-927a-9d33fe4af2b3", "tenant_id": "767b3721fdf743b4b0a50dd90fa01fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "767b3721fdf743b4b0a50dd90fa01fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:26:19Z", "revision_number": 0, "id": "0e6c4fc2-ea86-483c-a4a9-5a9846596f83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:26:19Z", "security_group_id": "db8da988-1d14-4ff4-927a-9d33fe4af2b3", "tenant_id": "767b3721fdf743b4b0a50dd90fa01fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "767b3721fdf743b4b0a50dd90fa01fb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:26:19Z", "revision_number": 0, "id": "12fe7bf8-70b4-45d9-9cc9-81cee9ff4033", "remote_group_id": "db8da988-1d14-4ff4-927a-9d33fe4af2b3", "remote_ip_prefix": null, "created_at": "2018-12-03T16:26:19Z", "security_group_id": "db8da988-1d14-4ff4-927a-9d33fe4af2b3", "tenant_id": "767b3721fdf743b4b0a50dd90fa01fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "767b3721fdf743b4b0a50dd90fa01fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:26:19Z", "revision_number": 0, "id": "5115a775-97c8-4e48-9a3f-1fac8d2fed30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:26:19Z", "security_group_id": "db8da988-1d14-4ff4-927a-9d33fe4af2b3", "tenant_id": "767b3721fdf743b4b0a50dd90fa01fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "767b3721fdf743b4b0a50dd90fa01fb0"}], "revision_number": 4, "project_id": "767b3721fdf743b4b0a50dd90fa01fb0", "id": "db8da988-1d14-4ff4-927a-9d33fe4af2b3", "name": "default"}]} 2018-12-03 16:26:26,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-62acdd70-b528-4266-9759-b1220ab1a687 2018-12-03 16:26:26,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:26,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3067e5ca-6fb0-4ddd-b27a-74d60d042d84 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:26:26,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-3067e5ca-6fb0-4ddd-b27a-74d60d042d84 2018-12-03 16:26:26,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:26,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02f0f093-5507-478b-9364-267f79fef35b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:26:26,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-02f0f093-5507-478b-9364-267f79fef35b 2018-12-03 16:26:26,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:26,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3dd2be3-db2c-474c-8488-639fd20a17c9 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:26:26,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-a3dd2be3-db2c-474c-8488-639fd20a17c9 2018-12-03 16:26:26,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/767b3721fdf743b4b0a50dd90fa01fb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:26,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3c00cf6-bcb6-452d-a7d6-54d9894a9d07 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/767b3721fdf743b4b0a50dd90fa01fb0"}, "enabled": true, "id": "767b3721fdf743b4b0a50dd90fa01fb0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b899aabb-38f8-491-proj"}} 2018-12-03 16:26:26,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/767b3721fdf743b4b0a50dd90fa01fb0 used request id req-e3c00cf6-bcb6-452d-a7d6-54d9894a9d07 2018-12-03 16:26:26,381 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db8da988-1d14-4ff4-927a-9d33fe4af2b3 2018-12-03 16:26:26,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=db8da988-1d14-4ff4-927a-9d33fe4af2b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:26,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b4789ea0-9106-47f5-8809-252a05e26a50 Date: Mon, 03 Dec 2018 16:26:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "db8da988-1d14-4ff4-927a-9d33fe4af2b3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:26:19Z", "security_group_id": "db8da988-1d14-4ff4-927a-9d33fe4af2b3", "port_range_min": null, "revision_number": 0, "tenant_id": "767b3721fdf743b4b0a50dd90fa01fb0", "created_at": "2018-12-03T16:26:19Z", "project_id": "767b3721fdf743b4b0a50dd90fa01fb0", "id": "0521f53b-a891-4b7c-a5d1-7a7a47793b1c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:26:19Z", "security_group_id": "db8da988-1d14-4ff4-927a-9d33fe4af2b3", "port_range_min": null, "revision_number": 0, "tenant_id": "767b3721fdf743b4b0a50dd90fa01fb0", "created_at": "2018-12-03T16:26:19Z", "project_id": "767b3721fdf743b4b0a50dd90fa01fb0", "id": "0e6c4fc2-ea86-483c-a4a9-5a9846596f83"}, {"remote_group_id": "db8da988-1d14-4ff4-927a-9d33fe4af2b3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:26:19Z", "security_group_id": "db8da988-1d14-4ff4-927a-9d33fe4af2b3", "port_range_min": null, "revision_number": 0, "tenant_id": "767b3721fdf743b4b0a50dd90fa01fb0", "created_at": "2018-12-03T16:26:19Z", "project_id": "767b3721fdf743b4b0a50dd90fa01fb0", "id": "12fe7bf8-70b4-45d9-9cc9-81cee9ff4033"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:26:19Z", "security_group_id": "db8da988-1d14-4ff4-927a-9d33fe4af2b3", "port_range_min": null, "revision_number": 0, "tenant_id": "767b3721fdf743b4b0a50dd90fa01fb0", "created_at": "2018-12-03T16:26:19Z", "project_id": "767b3721fdf743b4b0a50dd90fa01fb0", "id": "5115a775-97c8-4e48-9a3f-1fac8d2fed30"}]} 2018-12-03 16:26:26,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=db8da988-1d14-4ff4-927a-9d33fe4af2b3 used request id req-b4789ea0-9106-47f5-8809-252a05e26a50 2018-12-03 16:26:26,567 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:26:26,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/db8da988-1d14-4ff4-927a-9d33fe4af2b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:26,855 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-29baf66f-10a1-4a2c-bf60-c484943f9e58 Content-Length: 0 Date: Mon, 03 Dec 2018 16:26:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:26:26,855 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/db8da988-1d14-4ff4-927a-9d33fe4af2b3 used request id req-29baf66f-10a1-4a2c-bf60-c484943f9e58 2018-12-03 16:26:26,856 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-b899aabb-38f8-491-proj 2018-12-03 16:26:26,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/767b3721fdf743b4b0a50dd90fa01fb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:27,086 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa8aa230-1d89-4e9f-8433-f4dfd9e22d47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:27,086 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/767b3721fdf743b4b0a50dd90fa01fb0 used request id req-fa8aa230-1d89-4e9f-8433-f4dfd9e22d47 2018-12-03 16:26:27,086 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-b899aabb-38f8-491-proj-role 2018-12-03 16:26:27,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/03dac7bdc1224281a95d2f3f3cfd3b55 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:27,226 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c266a00-b983-4019-a9b0-ca6b7aab8c2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:27,226 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/03dac7bdc1224281a95d2f3f3cfd3b55 used request id req-5c266a00-b983-4019-a9b0-ca6b7aab8c2b 2018-12-03 16:26:27,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f91b41743b4defdf1430388ec699ea5878806e9f" 2018-12-03 16:26:27,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbe70828-0e34-4cf6-867b-976a4be456df Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:26:27,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-dbe70828-0e34-4cf6-867b-976a4be456df 2018-12-03 16:26:27,309 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-b899aabb-38f8-491-user 2018-12-03 16:26:27,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/44af39eecfbb43a7aa40d86948dfdf7b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2100ee8d8743825c8ddc72f81253a4c50f5e00f7" 2018-12-03 16:26:27,572 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8499c85-734c-4f1f-a0b3-4fa6a35b199a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:27,572 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/44af39eecfbb43a7aa40d86948dfdf7b used request id req-e8499c85-734c-4f1f-a0b3-4fa6a35b199a 2018-12-03 16:26:27,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:27,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["fiKuBzbHQm2Y8aJcB1VScg"], "issued_at": "2018-12-03T16:26:27.000000Z"}} 2018-12-03 16:26:27,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c1a7192bf1ef337a8ecae177fec3de14e7c03b" 2018-12-03 16:26:28,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3a8ab3e-2857-427a-97fc-25bc48e227df Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:28,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c3a8ab3e-2857-427a-97fc-25bc48e227df 2018-12-03 16:26:28,027 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:28,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:28,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["fv_rKq99R3S_SNqRdCfqjQ"], "issued_at": "2018-12-03T16:26:28.000000Z"}} 2018-12-03 16:26:28,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" 2018-12-03 16:26:28,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64068048-d1ac-4e5a-b643-704fa0a439a0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:28,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-64068048-d1ac-4e5a-b643-704fa0a439a0 2018-12-03 16:26:28,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:26:28,505 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:26:28,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" 2018-12-03 16:26:28,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d9d33ec-1b50-42f9-b77d-d7efd2947731 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:26:28,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj used request id req-4d9d33ec-1b50-42f9-b77d-d7efd2947731 2018-12-03 16:26:28,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" 2018-12-03 16:26:28,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5125f3c1-4775-4f79-af34-ee737c68b80a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:26:28,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-5125f3c1-4775-4f79-af34-ee737c68b80a 2018-12-03 16:26:28,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj"}}' 2018-12-03 16:26:28,788 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:26:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d70f7ac-aec6-4fca-aeb3-febe5719a820 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/da1d2fc0a9a441678d37a82883df44de"}, "enabled": true, "id": "da1d2fc0a9a441678d37a82883df44de", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj"}} 2018-12-03 16:26:28,789 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-0d70f7ac-aec6-4fca-aeb3-febe5719a820 2018-12-03 16:26:28,789 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj 2018-12-03 16:26:28,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:28,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:29,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["7xnTbg34QuKZ2GWxuwWk1A"], "issued_at": "2018-12-03T16:26:29.000000Z"}} 2018-12-03 16:26:29,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d62775644d3662ac9de2fc2b741c6799cebf84" 2018-12-03 16:26:29,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28c7c428-4699-4275-9363-4723f8127779 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:29,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-28c7c428-4699-4275-9363-4723f8127779 2018-12-03 16:26:29,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:26:29,267 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:26:29,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d62775644d3662ac9de2fc2b741c6799cebf84" 2018-12-03 16:26:29,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54d774f0-67cb-496b-8f58-b837ee6c94bb Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:26:29,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-54d774f0-67cb-496b-8f58-b837ee6c94bb 2018-12-03 16:26:29,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d62775644d3662ac9de2fc2b741c6799cebf84" 2018-12-03 16:26:29,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9181c4a8-cc25-4d2f-9c7d-ac1c0867b71d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/da1d2fc0a9a441678d37a82883df44de"}, "enabled": true, "id": "da1d2fc0a9a441678d37a82883df44de", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj"}]} 2018-12-03 16:26:29,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj used request id req-9181c4a8-cc25-4d2f-9c7d-ac1c0867b71d 2018-12-03 16:26:29,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d62775644d3662ac9de2fc2b741c6799cebf84" 2018-12-03 16:26:29,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c18e1b33-645b-40c8-8455-07c1c67b393e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:26:29,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c18e1b33-645b-40c8-8455-07c1c67b393e 2018-12-03 16:26:29,854 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-0f877ee3-72b7-4f5-user 2018-12-03 16:26:29,855 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:29,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" 2018-12-03 16:26:29,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d82094a7-3075-41b0-ba8c-6d16603f686c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:26:29,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d82094a7-3075-41b0-ba8c-6d16603f686c 2018-12-03 16:26:29,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" -d '{"role": {"name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj-role"}}' 2018-12-03 16:26:30,070 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:26:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51401d9b-9ace-493f-8d56-a98b876b809a Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "10a18572f56e40f985812f7e1882283e", "links": {"self": "http://172.30.9.30:5000/v3/roles/10a18572f56e40f985812f7e1882283e"}, "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj-role"}} 2018-12-03 16:26:30,070 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-51401d9b-9ace-493f-8d56-a98b876b809a 2018-12-03 16:26:30,071 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj-role 2018-12-03 16:26:30,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/10a18572f56e40f985812f7e1882283e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" 2018-12-03 16:26:30,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-678e16c7-af5c-40a9-958d-6314514cb0bb Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/10a18572f56e40f985812f7e1882283e"}, "domain_id": null, "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj-role", "id": "10a18572f56e40f985812f7e1882283e"}} 2018-12-03 16:26:30,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/10a18572f56e40f985812f7e1882283e used request id req-678e16c7-af5c-40a9-958d-6314514cb0bb 2018-12-03 16:26:30,092 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj-role to project CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj 2018-12-03 16:26:30,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/da1d2fc0a9a441678d37a82883df44de/users/1d5731e9f68348d9ae4dab2b2cf2ecb9/roles/10a18572f56e40f985812f7e1882283e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" 2018-12-03 16:26:30,229 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c015399-8d36-4ef6-a862-34cc3b8b92ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:30,229 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/da1d2fc0a9a441678d37a82883df44de/users/1d5731e9f68348d9ae4dab2b2cf2ecb9/roles/10a18572f56e40f985812f7e1882283e used request id req-3c015399-8d36-4ef6-a862-34cc3b8b92ff 2018-12-03 16:26:30,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:30,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:30,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10a18572f56e40f985812f7e1882283e", "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj-role"}], "expires_at": "2018-12-03T17:26:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1d2fc0a9a441678d37a82883df44de", "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/da1d2fc0a9a441678d37a82883df44de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/da1d2fc0a9a441678d37a82883df44de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/da1d2fc0a9a441678d37a82883df44de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/da1d2fc0a9a441678d37a82883df44de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/da1d2fc0a9a441678d37a82883df44de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/da1d2fc0a9a441678d37a82883df44de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-user", "id": "1d5731e9f68348d9ae4dab2b2cf2ecb9"}, "audit_ids": ["rY990nE7SsmVXBB7YJ53OQ"], "issued_at": "2018-12-03T16:26:30.000000Z"}} 2018-12-03 16:26:30,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5131a1fc8a315b9fa8b33bf87745bf47220e8e" 2018-12-03 16:26:30,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d39df8d9-f329-40ee-af76-0fef15d25416 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:30,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d39df8d9-f329-40ee-af76-0fef15d25416 2018-12-03 16:26:30,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-f1353a55-d7f9-445f-9774-f2d70e1d835a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5131a1fc8a315b9fa8b33bf87745bf47220e8e" 2018-12-03 16:26:30,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-562bee7c-1bbf-4e39-a58d-72701a6d2d49 Date: Mon, 03 Dec 2018 16:26:30 GMT RESP BODY: {"routers": []} 2018-12-03 16:26:30,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-f1353a55-d7f9-445f-9774-f2d70e1d835a-pub-router&admin_state_up=True used request id req-562bee7c-1bbf-4e39-a58d-72701a6d2d49 2018-12-03 16:26:30,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:30,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:31,292 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10a18572f56e40f985812f7e1882283e", "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj-role"}], "expires_at": "2018-12-03T17:26:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1d2fc0a9a441678d37a82883df44de", "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/da1d2fc0a9a441678d37a82883df44de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/da1d2fc0a9a441678d37a82883df44de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/da1d2fc0a9a441678d37a82883df44de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/da1d2fc0a9a441678d37a82883df44de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/da1d2fc0a9a441678d37a82883df44de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/da1d2fc0a9a441678d37a82883df44de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-user", "id": "1d5731e9f68348d9ae4dab2b2cf2ecb9"}, "audit_ids": ["2u_EwyniS-GjeOb3ZDIUQA"], "issued_at": "2018-12-03T16:26:31.000000Z"}} 2018-12-03 16:26:31,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634183490cf216dc34b07e6a8c5d9c083de72bee" 2018-12-03 16:26:31,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad521398-357b-4626-9c6b-a93e2d0e5726 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:31,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ad521398-357b-4626-9c6b-a93e2d0e5726 2018-12-03 16:26:31,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5131a1fc8a315b9fa8b33bf87745bf47220e8e" 2018-12-03 16:26:31,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7eaca585-7c3a-46c0-a39e-a4a5264da897 Date: Mon, 03 Dec 2018 16:26:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:26:31,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-7eaca585-7c3a-46c0-a39e-a4a5264da897 2018-12-03 16:26:31,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5131a1fc8a315b9fa8b33bf87745bf47220e8e" 2018-12-03 16:26:31,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-84e36880-a0da-44bc-8798-bf65f0ea414f Date: Mon, 03 Dec 2018 16:26:31 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:26:31,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-84e36880-a0da-44bc-8798-bf65f0ea414f 2018-12-03 16:26:31,771 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-f1353a55-d7f9-445f-9774-f2d70e1d835a-pub-router 2018-12-03 16:26:31,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5131a1fc8a315b9fa8b33bf87745bf47220e8e" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "CreateRouterSuccessTests-f1353a55-d7f9-445f-9774-f2d70e1d835a-pub-router", "admin_state_up": true}}' 2018-12-03 16:26:37,006 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-5cd2d96e-9f22-44ed-a380-566f0cfebe0a Date: Mon, 03 Dec 2018 16:26:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "da1d2fc0a9a441678d37a82883df44de", "created_at": "2018-12-03T16:26:32Z", "admin_state_up": true, "updated_at": "2018-12-03T16:26:33Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "da1d2fc0a9a441678d37a82883df44de", "id": "7c44a4dc-90ed-455f-ae9f-095ea1a629b1", "name": "CreateRouterSuccessTests-f1353a55-d7f9-445f-9774-f2d70e1d835a-pub-router"}} 2018-12-03 16:26:37,006 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-5cd2d96e-9f22-44ed-a380-566f0cfebe0a 2018-12-03 16:26:37,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=7c44a4dc-90ed-455f-ae9f-095ea1a629b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5131a1fc8a315b9fa8b33bf87745bf47220e8e" 2018-12-03 16:26:37,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-89df248c-33f0-405d-b7ac-64a4c1f76ce0 Date: Mon, 03 Dec 2018 16:26:37 GMT RESP BODY: {"ports":[]} 2018-12-03 16:26:37,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=7c44a4dc-90ed-455f-ae9f-095ea1a629b1 used request id req-89df248c-33f0-405d-b7ac-64a4c1f76ce0 2018-12-03 16:26:37,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/7c44a4dc-90ed-455f-ae9f-095ea1a629b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5131a1fc8a315b9fa8b33bf87745bf47220e8e" 2018-12-03 16:26:37,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-2edb45c4-3330-471c-9756-a2f8432c9971 Date: Mon, 03 Dec 2018 16:26:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "da1d2fc0a9a441678d37a82883df44de", "created_at": "2018-12-03T16:26:32Z", "admin_state_up": true, "updated_at": "2018-12-03T16:26:36Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "da1d2fc0a9a441678d37a82883df44de", "id": "7c44a4dc-90ed-455f-ae9f-095ea1a629b1", "name": "CreateRouterSuccessTests-f1353a55-d7f9-445f-9774-f2d70e1d835a-pub-router"}} 2018-12-03 16:26:37,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/7c44a4dc-90ed-455f-ae9f-095ea1a629b1 used request id req-2edb45c4-3330-471c-9756-a2f8432c9971 2018-12-03 16:26:37,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=7c44a4dc-90ed-455f-ae9f-095ea1a629b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5131a1fc8a315b9fa8b33bf87745bf47220e8e" 2018-12-03 16:26:37,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-040fd587-53f5-4417-934b-c7b0d73b634b Date: Mon, 03 Dec 2018 16:26:37 GMT RESP BODY: {"ports":[]} 2018-12-03 16:26:37,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=7c44a4dc-90ed-455f-ae9f-095ea1a629b1 used request id req-040fd587-53f5-4417-934b-c7b0d73b634b 2018-12-03 16:26:37,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:38,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10a18572f56e40f985812f7e1882283e", "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj-role"}], "expires_at": "2018-12-03T17:26:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1d2fc0a9a441678d37a82883df44de", "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/da1d2fc0a9a441678d37a82883df44de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/da1d2fc0a9a441678d37a82883df44de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/da1d2fc0a9a441678d37a82883df44de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/da1d2fc0a9a441678d37a82883df44de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/da1d2fc0a9a441678d37a82883df44de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/da1d2fc0a9a441678d37a82883df44de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/da1d2fc0a9a441678d37a82883df44de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-user", "id": "1d5731e9f68348d9ae4dab2b2cf2ecb9"}, "audit_ids": ["qV4g9RXtQPCn_vOJw9NFXw"], "issued_at": "2018-12-03T16:26:38.000000Z"}} 2018-12-03 16:26:38,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-f1353a55-d7f9-445f-9774-f2d70e1d835a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68297251ba300c91ee73552ac3eb5aeec8c18a1" 2018-12-03 16:26:38,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-5ad1ec70-9f13-49e9-9bd5-28f202a04b5c Date: Mon, 03 Dec 2018 16:26:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "da1d2fc0a9a441678d37a82883df44de", "created_at": "2018-12-03T16:26:32Z", "admin_state_up": true, "updated_at": "2018-12-03T16:26:36Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "da1d2fc0a9a441678d37a82883df44de", "id": "7c44a4dc-90ed-455f-ae9f-095ea1a629b1", "name": "CreateRouterSuccessTests-f1353a55-d7f9-445f-9774-f2d70e1d835a-pub-router"}]} 2018-12-03 16:26:38,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-f1353a55-d7f9-445f-9774-f2d70e1d835a-pub-router&admin_state_up=True used request id req-5ad1ec70-9f13-49e9-9bd5-28f202a04b5c 2018-12-03 16:26:38,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:26:38,356 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:26:38,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/da1d2fc0a9a441678d37a82883df44de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c1a7192bf1ef337a8ecae177fec3de14e7c03b" 2018-12-03 16:26:38,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da627806-3b31-4360-8fc8-527906c4c651 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/da1d2fc0a9a441678d37a82883df44de"}, "enabled": true, "id": "da1d2fc0a9a441678d37a82883df44de", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj"}} 2018-12-03 16:26:38,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/da1d2fc0a9a441678d37a82883df44de used request id req-da627806-3b31-4360-8fc8-527906c4c651 2018-12-03 16:26:38,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=7c44a4dc-90ed-455f-ae9f-095ea1a629b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68297251ba300c91ee73552ac3eb5aeec8c18a1" 2018-12-03 16:26:38,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5727e1c0-95e0-49a3-83c7-172aca16ee03 Date: Mon, 03 Dec 2018 16:26:38 GMT RESP BODY: {"ports":[]} 2018-12-03 16:26:38,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=7c44a4dc-90ed-455f-ae9f-095ea1a629b1 used request id req-5727e1c0-95e0-49a3-83c7-172aca16ee03 2018-12-03 16:26:38,617 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-f1353a55-d7f9-445f-9774-f2d70e1d835a-pub-router 2018-12-03 16:26:38,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/7c44a4dc-90ed-455f-ae9f-095ea1a629b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68297251ba300c91ee73552ac3eb5aeec8c18a1" 2018-12-03 16:26:42,945 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-50a7caed-29f6-4d64-af1e-37d20d223c0b Content-Length: 0 Date: Mon, 03 Dec 2018 16:26:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:26:42,945 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/7c44a4dc-90ed-455f-ae9f-095ea1a629b1 used request id req-50a7caed-29f6-4d64-af1e-37d20d223c0b 2018-12-03 16:26:42,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-f1353a55-d7f9-445f-9774-f2d70e1d835a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68297251ba300c91ee73552ac3eb5aeec8c18a1" 2018-12-03 16:26:43,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c8fe49d6-8c36-4a8a-8cec-a0be8d9f838a Date: Mon, 03 Dec 2018 16:26:43 GMT RESP BODY: {"routers": []} 2018-12-03 16:26:43,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-f1353a55-d7f9-445f-9774-f2d70e1d835a-pub-router&admin_state_up=True used request id req-c8fe49d6-8c36-4a8a-8cec-a0be8d9f838a 2018-12-03 16:26:43,134 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-f1353a55-d7f9-445f-9774-f2d70e1d835a-pub-router 2018-12-03 16:26:43,134 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-f1353a55-d7f9-445f-9774-f2d70e1d835a-pub-router 2018-12-03 16:26:43,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/7c44a4dc-90ed-455f-ae9f-095ea1a629b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5131a1fc8a315b9fa8b33bf87745bf47220e8e" 2018-12-03 16:26:43,337 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 135 X-Openstack-Request-Id: req-6e716d21-b42f-48fe-9985-c07b9339a635 Date: Mon, 03 Dec 2018 16:26:43 GMT RESP BODY: {"NeutronError": {"message": "Router 7c44a4dc-90ed-455f-ae9f-095ea1a629b1 could not be found", "type": "RouterNotFound", "detail": ""}} 2018-12-03 16:26:43,338 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/7c44a4dc-90ed-455f-ae9f-095ea1a629b1 used request id req-6e716d21-b42f-48fe-9985-c07b9339a635 2018-12-03 16:26:43,338 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Router 7c44a4dc-90ed-455f-ae9f-095ea1a629b1 could not be found", "type": "RouterNotFound", "detail": ""}} 2018-12-03 16:26:43,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" 2018-12-03 16:26:43,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-11199a3c-264a-4115-a247-99d2541cdc86 Date: Mon, 03 Dec 2018 16:26:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:26:43,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-11199a3c-264a-4115-a247-99d2541cdc86 2018-12-03 16:26:43,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" 2018-12-03 16:26:43,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f35f459-06d6-4309-b940-63159538f3e5 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:26:43,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-4f35f459-06d6-4309-b940-63159538f3e5 2018-12-03 16:26:43,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" 2018-12-03 16:26:43,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e874108a-2470-4cf1-b76a-4f356ae5be25 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:26:43,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-e874108a-2470-4cf1-b76a-4f356ae5be25 2018-12-03 16:26:43,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" 2018-12-03 16:26:43,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da6ed18a-d634-479f-ac42-9d30b364c589 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:26:43,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-da6ed18a-d634-479f-ac42-9d30b364c589 2018-12-03 16:26:43,835 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj 2018-12-03 16:26:43,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/da1d2fc0a9a441678d37a82883df44de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" 2018-12-03 16:26:44,037 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e44c74a7-69cf-4974-912a-93988ec0f887 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:44,037 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/da1d2fc0a9a441678d37a82883df44de used request id req-e44c74a7-69cf-4974-912a-93988ec0f887 2018-12-03 16:26:44,038 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-0f877ee3-72b7-4f5-proj-role 2018-12-03 16:26:44,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/10a18572f56e40f985812f7e1882283e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" 2018-12-03 16:26:44,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-899214e8-86cc-4ed3-bc36-fb3887c9563d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:44,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/10a18572f56e40f985812f7e1882283e used request id req-899214e8-86cc-4ed3-bc36-fb3887c9563d 2018-12-03 16:26:44,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45300faf8953497d25053bc6695794f5e2ae699" 2018-12-03 16:26:44,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b3c7da3-ca46-4118-bfd9-3d225389c64d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:26:44,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1b3c7da3-ca46-4118-bfd9-3d225389c64d 2018-12-03 16:26:44,257 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-0f877ee3-72b7-4f5-user 2018-12-03 16:26:44,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/1d5731e9f68348d9ae4dab2b2cf2ecb9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d62775644d3662ac9de2fc2b741c6799cebf84" 2018-12-03 16:26:44,434 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7eddaa4-2884-48bd-a2b0-4eeb37ad7beb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:44,434 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/1d5731e9f68348d9ae4dab2b2cf2ecb9 used request id req-d7eddaa4-2884-48bd-a2b0-4eeb37ad7beb 2018-12-03 16:26:44,435 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:44,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["A4fED94sQPG-zVSriZ73Lw"], "issued_at": "2018-12-03T16:26:44.000000Z"}} 2018-12-03 16:26:44,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4aaa19a1546e2ee136b87664cc367dca702ce44" 2018-12-03 16:26:44,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7f0c7e1-ec5e-4066-aad6-56e085df67fb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:44,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a7f0c7e1-ec5e-4066-aad6-56e085df67fb 2018-12-03 16:26:44,910 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:44,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:45,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["E0JsxGoLTcSk7noww1G3SA"], "issued_at": "2018-12-03T16:26:45.000000Z"}} 2018-12-03 16:26:45,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" 2018-12-03 16:26:45,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78860f9e-f310-4702-bfb1-418362b60c64 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:45,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-78860f9e-f310-4702-bfb1-418362b60c64 2018-12-03 16:26:45,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:26:45,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:26:45,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f4093420-79f5-48e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" 2018-12-03 16:26:45,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7db0ec6-14fa-41ad-a101-4381df711366 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f4093420-79f5-48e-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:26:45,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f4093420-79f5-48e-proj used request id req-c7db0ec6-14fa-41ad-a101-4381df711366 2018-12-03 16:26:45,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" 2018-12-03 16:26:45,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd02c572-4f51-4174-b2c1-f01b2bd50d54 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:26:45,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-dd02c572-4f51-4174-b2c1-f01b2bd50d54 2018-12-03 16:26:45,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-f4093420-79f5-48e-proj"}}' 2018-12-03 16:26:45,777 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:26:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1960f293-02b2-4ddf-bb7c-53d36fa897ba Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7c376d14e7f94ffea1635d8f6e445dce"}, "enabled": true, "id": "7c376d14e7f94ffea1635d8f6e445dce", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f4093420-79f5-48e-proj"}} 2018-12-03 16:26:45,777 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-1960f293-02b2-4ddf-bb7c-53d36fa897ba 2018-12-03 16:26:45,777 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f4093420-79f5-48e-proj 2018-12-03 16:26:45,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:45,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:46,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["BD2GlgYrQ92PhbWJFKUySA"], "issued_at": "2018-12-03T16:26:46.000000Z"}} 2018-12-03 16:26:46,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bded46d0ae84a2ab36e650f88bce42f2ec7d1a4" 2018-12-03 16:26:46,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be92d750-3be9-45c8-8845-57865226852a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:46,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-be92d750-3be9-45c8-8845-57865226852a 2018-12-03 16:26:46,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:26:46,255 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:26:46,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bded46d0ae84a2ab36e650f88bce42f2ec7d1a4" 2018-12-03 16:26:46,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cc4838f-daca-4e8d-b724-ebd857ee67f5 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:26:46,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1cc4838f-daca-4e8d-b724-ebd857ee67f5 2018-12-03 16:26:46,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-f4093420-79f5-48e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bded46d0ae84a2ab36e650f88bce42f2ec7d1a4" 2018-12-03 16:26:46,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe34b06-c3f9-4b0a-ad48-38a21dc44dbb Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-f4093420-79f5-48e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7c376d14e7f94ffea1635d8f6e445dce"}, "enabled": true, "id": "7c376d14e7f94ffea1635d8f6e445dce", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f4093420-79f5-48e-proj"}]} 2018-12-03 16:26:46,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-f4093420-79f5-48e-proj used request id req-cbe34b06-c3f9-4b0a-ad48-38a21dc44dbb 2018-12-03 16:26:46,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bded46d0ae84a2ab36e650f88bce42f2ec7d1a4" 2018-12-03 16:26:46,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03a10948-952f-4378-a758-a08a4bbdd5f7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:26:46,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-03a10948-952f-4378-a758-a08a4bbdd5f7 2018-12-03 16:26:46,890 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f4093420-79f5-48e-user 2018-12-03 16:26:46,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:46,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" 2018-12-03 16:26:46,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f762308e-8470-43ae-8ba9-05f30e6cec45 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:26:46,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f762308e-8470-43ae-8ba9-05f30e6cec45 2018-12-03 16:26:46,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" -d '{"role": {"name": "CreateRouterSuccessTests-f4093420-79f5-48e-proj-role"}}' 2018-12-03 16:26:47,083 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:26:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba150825-e4cd-4c5c-b968-c4636cd9a547 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c2b46771d6ec45b08cf8026254d00884", "links": {"self": "http://172.30.9.30:5000/v3/roles/c2b46771d6ec45b08cf8026254d00884"}, "name": "CreateRouterSuccessTests-f4093420-79f5-48e-proj-role"}} 2018-12-03 16:26:47,083 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-ba150825-e4cd-4c5c-b968-c4636cd9a547 2018-12-03 16:26:47,083 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f4093420-79f5-48e-proj-role 2018-12-03 16:26:47,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/c2b46771d6ec45b08cf8026254d00884 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" 2018-12-03 16:26:47,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed9c3747-e9c2-45a3-8240-525ab8b7c3bf Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/c2b46771d6ec45b08cf8026254d00884"}, "domain_id": null, "name": "CreateRouterSuccessTests-f4093420-79f5-48e-proj-role", "id": "c2b46771d6ec45b08cf8026254d00884"}} 2018-12-03 16:26:47,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/c2b46771d6ec45b08cf8026254d00884 used request id req-ed9c3747-e9c2-45a3-8240-525ab8b7c3bf 2018-12-03 16:26:47,104 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f4093420-79f5-48e-proj-role to project CreateRouterSuccessTests-f4093420-79f5-48e-proj 2018-12-03 16:26:47,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/7c376d14e7f94ffea1635d8f6e445dce/users/0ae7eed2f32b4a5b9df9feb344c7310d/roles/c2b46771d6ec45b08cf8026254d00884 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" 2018-12-03 16:26:47,229 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3f04c60-1e0c-4064-90de-4f6fe46b77c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:47,229 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/7c376d14e7f94ffea1635d8f6e445dce/users/0ae7eed2f32b4a5b9df9feb344c7310d/roles/c2b46771d6ec45b08cf8026254d00884 used request id req-e3f04c60-1e0c-4064-90de-4f6fe46b77c2 2018-12-03 16:26:47,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:47,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:47,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c2b46771d6ec45b08cf8026254d00884", "name": "CreateRouterSuccessTests-f4093420-79f5-48e-proj-role"}], "expires_at": "2018-12-03T17:26:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c376d14e7f94ffea1635d8f6e445dce", "name": "CreateRouterSuccessTests-f4093420-79f5-48e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/7c376d14e7f94ffea1635d8f6e445dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/7c376d14e7f94ffea1635d8f6e445dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/7c376d14e7f94ffea1635d8f6e445dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7c376d14e7f94ffea1635d8f6e445dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/7c376d14e7f94ffea1635d8f6e445dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/7c376d14e7f94ffea1635d8f6e445dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f4093420-79f5-48e-user", "id": "0ae7eed2f32b4a5b9df9feb344c7310d"}, "audit_ids": ["1sNTkqORRMGXvDDkyAOx0w"], "issued_at": "2018-12-03T16:26:47.000000Z"}} 2018-12-03 16:26:47,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6598fd2d79d7cc8c6fd43efd7b9e19036bd4d0cb" 2018-12-03 16:26:47,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e67d5e03-f1b4-44b6-9b2c-b045edeed7ea Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:47,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e67d5e03-f1b4-44b6-9b2c-b045edeed7ea 2018-12-03 16:26:47,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-dba30b62-b5d5-47e1-b235-0c001a8d03db-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6598fd2d79d7cc8c6fd43efd7b9e19036bd4d0cb" 2018-12-03 16:26:47,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3722703c-84c1-45c8-80da-ffd1d1962359 Date: Mon, 03 Dec 2018 16:26:47 GMT RESP BODY: {"routers": []} 2018-12-03 16:26:47,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-dba30b62-b5d5-47e1-b235-0c001a8d03db-pub-router&admin_state_up=True used request id req-3722703c-84c1-45c8-80da-ffd1d1962359 2018-12-03 16:26:47,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:47,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:48,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c2b46771d6ec45b08cf8026254d00884", "name": "CreateRouterSuccessTests-f4093420-79f5-48e-proj-role"}], "expires_at": "2018-12-03T17:26:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c376d14e7f94ffea1635d8f6e445dce", "name": "CreateRouterSuccessTests-f4093420-79f5-48e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/7c376d14e7f94ffea1635d8f6e445dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/7c376d14e7f94ffea1635d8f6e445dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/7c376d14e7f94ffea1635d8f6e445dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7c376d14e7f94ffea1635d8f6e445dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/7c376d14e7f94ffea1635d8f6e445dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/7c376d14e7f94ffea1635d8f6e445dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f4093420-79f5-48e-user", "id": "0ae7eed2f32b4a5b9df9feb344c7310d"}, "audit_ids": ["isMKe5PRQoqfIpEaeHeNXw"], "issued_at": "2018-12-03T16:26:48.000000Z"}} 2018-12-03 16:26:48,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a5345d0cd13aba5bc6dec86983cf0c08f534568" 2018-12-03 16:26:48,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d692308-b18c-4c48-8832-1eabf5f1853d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:48,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2d692308-b18c-4c48-8832-1eabf5f1853d 2018-12-03 16:26:48,322 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-dba30b62-b5d5-47e1-b235-0c001a8d03db-pub-router 2018-12-03 16:26:48,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6598fd2d79d7cc8c6fd43efd7b9e19036bd4d0cb" -d '{"router": {"name": "CreateRouterSuccessTests-dba30b62-b5d5-47e1-b235-0c001a8d03db-pub-router", "admin_state_up": true}}' 2018-12-03 16:26:51,899 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-bbdac71f-7832-43f3-9cc6-7ab30262634f Date: Mon, 03 Dec 2018 16:26:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7c376d14e7f94ffea1635d8f6e445dce", "created_at": "2018-12-03T16:26:49Z", "admin_state_up": true, "updated_at": "2018-12-03T16:26:49Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "7c376d14e7f94ffea1635d8f6e445dce", "id": "d07af571-f15d-4fa2-9970-df866d9a1822", "name": "CreateRouterSuccessTests-dba30b62-b5d5-47e1-b235-0c001a8d03db-pub-router"}} 2018-12-03 16:26:51,899 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-bbdac71f-7832-43f3-9cc6-7ab30262634f 2018-12-03 16:26:51,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=d07af571-f15d-4fa2-9970-df866d9a1822 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6598fd2d79d7cc8c6fd43efd7b9e19036bd4d0cb" 2018-12-03 16:26:52,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7fbedbc6-ce25-4483-bd66-b7de410c1163 Date: Mon, 03 Dec 2018 16:26:52 GMT RESP BODY: {"ports":[]} 2018-12-03 16:26:52,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=d07af571-f15d-4fa2-9970-df866d9a1822 used request id req-7fbedbc6-ce25-4483-bd66-b7de410c1163 2018-12-03 16:26:52,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/d07af571-f15d-4fa2-9970-df866d9a1822 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6598fd2d79d7cc8c6fd43efd7b9e19036bd4d0cb" 2018-12-03 16:26:52,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-dcd1c3f7-27cb-4c19-bc27-9beef3ed4624 Date: Mon, 03 Dec 2018 16:26:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7c376d14e7f94ffea1635d8f6e445dce", "created_at": "2018-12-03T16:26:49Z", "admin_state_up": true, "updated_at": "2018-12-03T16:26:51Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "7c376d14e7f94ffea1635d8f6e445dce", "id": "d07af571-f15d-4fa2-9970-df866d9a1822", "name": "CreateRouterSuccessTests-dba30b62-b5d5-47e1-b235-0c001a8d03db-pub-router"}} 2018-12-03 16:26:52,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/d07af571-f15d-4fa2-9970-df866d9a1822 used request id req-dcd1c3f7-27cb-4c19-bc27-9beef3ed4624 2018-12-03 16:26:52,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=d07af571-f15d-4fa2-9970-df866d9a1822 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6598fd2d79d7cc8c6fd43efd7b9e19036bd4d0cb" 2018-12-03 16:26:52,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9c44e65d-8a61-4a60-adae-73c0a677ada8 Date: Mon, 03 Dec 2018 16:26:52 GMT RESP BODY: {"ports":[]} 2018-12-03 16:26:52,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=d07af571-f15d-4fa2-9970-df866d9a1822 used request id req-9c44e65d-8a61-4a60-adae-73c0a677ada8 2018-12-03 16:26:52,490 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:52,875 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c2b46771d6ec45b08cf8026254d00884", "name": "CreateRouterSuccessTests-f4093420-79f5-48e-proj-role"}], "expires_at": "2018-12-03T17:26:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c376d14e7f94ffea1635d8f6e445dce", "name": "CreateRouterSuccessTests-f4093420-79f5-48e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/7c376d14e7f94ffea1635d8f6e445dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/7c376d14e7f94ffea1635d8f6e445dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/7c376d14e7f94ffea1635d8f6e445dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7c376d14e7f94ffea1635d8f6e445dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/7c376d14e7f94ffea1635d8f6e445dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/7c376d14e7f94ffea1635d8f6e445dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/7c376d14e7f94ffea1635d8f6e445dce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f4093420-79f5-48e-user", "id": "0ae7eed2f32b4a5b9df9feb344c7310d"}, "audit_ids": ["f6iGAZrcSyaQWFJakfU4wA"], "issued_at": "2018-12-03T16:26:52.000000Z"}} 2018-12-03 16:26:52,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-dba30b62-b5d5-47e1-b235-0c001a8d03db-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c1fb2b43c83bd2e3f2951b1ffc7a3bc63ed3a4e" 2018-12-03 16:26:53,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-fcf4fbbd-c96d-4f28-9a84-2256c663bef0 Date: Mon, 03 Dec 2018 16:26:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7c376d14e7f94ffea1635d8f6e445dce", "created_at": "2018-12-03T16:26:49Z", "admin_state_up": true, "updated_at": "2018-12-03T16:26:51Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "7c376d14e7f94ffea1635d8f6e445dce", "id": "d07af571-f15d-4fa2-9970-df866d9a1822", "name": "CreateRouterSuccessTests-dba30b62-b5d5-47e1-b235-0c001a8d03db-pub-router"}]} 2018-12-03 16:26:53,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-dba30b62-b5d5-47e1-b235-0c001a8d03db-pub-router&admin_state_up=True used request id req-fcf4fbbd-c96d-4f28-9a84-2256c663bef0 2018-12-03 16:26:53,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:26:53,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:26:53,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/7c376d14e7f94ffea1635d8f6e445dce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4aaa19a1546e2ee136b87664cc367dca702ce44" 2018-12-03 16:26:53,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd860632-5125-445c-a96b-270e0d7a35b2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7c376d14e7f94ffea1635d8f6e445dce"}, "enabled": true, "id": "7c376d14e7f94ffea1635d8f6e445dce", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f4093420-79f5-48e-proj"}} 2018-12-03 16:26:53,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/7c376d14e7f94ffea1635d8f6e445dce used request id req-fd860632-5125-445c-a96b-270e0d7a35b2 2018-12-03 16:26:53,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=d07af571-f15d-4fa2-9970-df866d9a1822 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c1fb2b43c83bd2e3f2951b1ffc7a3bc63ed3a4e" 2018-12-03 16:26:53,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-60e1c833-7846-4397-a0ee-69021a9bd685 Date: Mon, 03 Dec 2018 16:26:53 GMT RESP BODY: {"ports":[]} 2018-12-03 16:26:53,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=d07af571-f15d-4fa2-9970-df866d9a1822 used request id req-60e1c833-7846-4397-a0ee-69021a9bd685 2018-12-03 16:26:53,450 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-dba30b62-b5d5-47e1-b235-0c001a8d03db-pub-router 2018-12-03 16:26:53,451 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-dba30b62-b5d5-47e1-b235-0c001a8d03db-pub-router 2018-12-03 16:26:53,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/d07af571-f15d-4fa2-9970-df866d9a1822 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6598fd2d79d7cc8c6fd43efd7b9e19036bd4d0cb" 2018-12-03 16:26:56,621 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-05fc84d3-3cec-42d1-bbdf-a0dcf761687c Content-Length: 0 Date: Mon, 03 Dec 2018 16:26:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:26:56,622 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/d07af571-f15d-4fa2-9970-df866d9a1822 used request id req-05fc84d3-3cec-42d1-bbdf-a0dcf761687c 2018-12-03 16:26:56,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" 2018-12-03 16:26:56,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1511265f-8d77-41e2-893c-ad1e6bbda64d Date: Mon, 03 Dec 2018 16:26:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:26:56,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-1511265f-8d77-41e2-893c-ad1e6bbda64d 2018-12-03 16:26:56,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" 2018-12-03 16:26:56,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e26193a7-4897-48b2-8a2b-b1620495d4da Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:26:56,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-e26193a7-4897-48b2-8a2b-b1620495d4da 2018-12-03 16:26:56,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" 2018-12-03 16:26:57,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee38eb58-eae0-469e-871d-a83e18bb7c44 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:26:57,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-ee38eb58-eae0-469e-871d-a83e18bb7c44 2018-12-03 16:26:57,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" 2018-12-03 16:26:57,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d3cd398-f296-4983-b0a5-f969f93f23cd Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:26:57,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-1d3cd398-f296-4983-b0a5-f969f93f23cd 2018-12-03 16:26:57,112 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f4093420-79f5-48e-proj 2018-12-03 16:26:57,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/7c376d14e7f94ffea1635d8f6e445dce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" 2018-12-03 16:26:57,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e41e5ccf-98d8-4e38-bf26-9a83609ba27d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:57,362 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/7c376d14e7f94ffea1635d8f6e445dce used request id req-e41e5ccf-98d8-4e38-bf26-9a83609ba27d 2018-12-03 16:26:57,362 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f4093420-79f5-48e-proj-role 2018-12-03 16:26:57,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/c2b46771d6ec45b08cf8026254d00884 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" 2018-12-03 16:26:57,477 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9062d700-f86b-420e-aff0-9722513b0514 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:57,477 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/c2b46771d6ec45b08cf8026254d00884 used request id req-9062d700-f86b-420e-aff0-9722513b0514 2018-12-03 16:26:57,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9963a724b23289a8eeec1456dae2c4063f91f6db" 2018-12-03 16:26:57,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c59c168-b00e-4a21-9745-561f3cfdaa3a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:26:57,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7c59c168-b00e-4a21-9745-561f3cfdaa3a 2018-12-03 16:26:57,561 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f4093420-79f5-48e-user 2018-12-03 16:26:57,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/0ae7eed2f32b4a5b9df9feb344c7310d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bded46d0ae84a2ab36e650f88bce42f2ec7d1a4" 2018-12-03 16:26:57,741 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:26:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-497541ec-57bd-47f4-89c6-df5b1f98fcaa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:26:57,741 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/0ae7eed2f32b4a5b9df9feb344c7310d used request id req-497541ec-57bd-47f4-89c6-df5b1f98fcaa 2018-12-03 16:26:57,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:58,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["DxHiLmKNRr6XdV_YGW-odA"], "issued_at": "2018-12-03T16:26:58.000000Z"}} 2018-12-03 16:26:58,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc007d6490fb8f6ca973d4708af30ff6510875ee" 2018-12-03 16:26:58,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1f2fce1-0c2a-48a5-a24c-b2fe5c42962a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:58,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d1f2fce1-0c2a-48a5-a24c-b2fe5c42962a 2018-12-03 16:26:58,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:58,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:58,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["cbN6eDcMToiDTN0lzVPyUA"], "issued_at": "2018-12-03T16:26:58.000000Z"}} 2018-12-03 16:26:58,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" 2018-12-03 16:26:58,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcb7b9ca-6db7-48c8-ba19-f1ee49280d25 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:58,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dcb7b9ca-6db7-48c8-ba19-f1ee49280d25 2018-12-03 16:26:58,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:26:58,766 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:26:58,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-01019ef7-c93f-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" 2018-12-03 16:26:58,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0cda523-0295-48d2-a653-4ce6f33f65c9 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-01019ef7-c93f-4c1-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:26:58,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-01019ef7-c93f-4c1-proj used request id req-e0cda523-0295-48d2-a653-4ce6f33f65c9 2018-12-03 16:26:58,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" 2018-12-03 16:26:58,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b69a30e-e637-4d21-8a61-7bf409bd87b0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:26:58,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-1b69a30e-e637-4d21-8a61-7bf409bd87b0 2018-12-03 16:26:58,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-proj"}}' 2018-12-03 16:26:59,070 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:26:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcf61715-6536-480e-9518-71257460dad4 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0e8b7d0a8a7d4be78efb47b44f8cb7dd"}, "enabled": true, "id": "0e8b7d0a8a7d4be78efb47b44f8cb7dd", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-proj"}} 2018-12-03 16:26:59,071 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-bcf61715-6536-480e-9518-71257460dad4 2018-12-03 16:26:59,071 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-01019ef7-c93f-4c1-proj 2018-12-03 16:26:59,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:26:59,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:26:59,460 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:26:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["pDiYWlFKR16FP2Dt2ouFrQ"], "issued_at": "2018-12-03T16:26:59.000000Z"}} 2018-12-03 16:26:59,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f344d6e0ebe8a8ee802286eee9c7d89d39f830cf" 2018-12-03 16:26:59,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea6cb238-1308-4636-924d-8e8bc14b4b78 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:26:59,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ea6cb238-1308-4636-924d-8e8bc14b4b78 2018-12-03 16:26:59,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:26:59,569 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:26: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:26:59,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f344d6e0ebe8a8ee802286eee9c7d89d39f830cf" 2018-12-03 16:26:59,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bd0bbee-4f2f-45ce-afda-bdfaeea503fb Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:26:59,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7bd0bbee-4f2f-45ce-afda-bdfaeea503fb 2018-12-03 16:26:59,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-01019ef7-c93f-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f344d6e0ebe8a8ee802286eee9c7d89d39f830cf" 2018-12-03 16:26:59,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-787f3e1d-cdf0-4c56-981d-621060adab37 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-01019ef7-c93f-4c1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0e8b7d0a8a7d4be78efb47b44f8cb7dd"}, "enabled": true, "id": "0e8b7d0a8a7d4be78efb47b44f8cb7dd", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-proj"}]} 2018-12-03 16:26:59,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-01019ef7-c93f-4c1-proj used request id req-787f3e1d-cdf0-4c56-981d-621060adab37 2018-12-03 16:26:59,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f344d6e0ebe8a8ee802286eee9c7d89d39f830cf" 2018-12-03 16:26:59,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-042510f8-82e7-4f00-99c5-8b1dfb7d20ee Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:26:59,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-042510f8-82e7-4f00-99c5-8b1dfb7d20ee 2018-12-03 16:27:00,238 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-01019ef7-c93f-4c1-user 2018-12-03 16:27:00,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:00,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" 2018-12-03 16:27:00,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ac60291-cb60-4ee8-9b3c-59d66cdb77b0 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:27:00,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4ac60291-cb60-4ee8-9b3c-59d66cdb77b0 2018-12-03 16:27:00,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" -d '{"role": {"name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-proj-role"}}' 2018-12-03 16:27:00,441 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:27:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3aae54d2-decc-48e5-a326-33ee9ab61c61 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e4ac15bac88a45d59f228f7f49afe71d", "links": {"self": "http://172.30.9.30:5000/v3/roles/e4ac15bac88a45d59f228f7f49afe71d"}, "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-proj-role"}} 2018-12-03 16:27:00,442 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-3aae54d2-decc-48e5-a326-33ee9ab61c61 2018-12-03 16:27:00,442 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-01019ef7-c93f-4c1-proj-role 2018-12-03 16:27:00,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/e4ac15bac88a45d59f228f7f49afe71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" 2018-12-03 16:27:00,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8c77ee7-82b8-40ca-90e0-a8fe874b3e48 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/e4ac15bac88a45d59f228f7f49afe71d"}, "domain_id": null, "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-proj-role", "id": "e4ac15bac88a45d59f228f7f49afe71d"}} 2018-12-03 16:27:00,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/e4ac15bac88a45d59f228f7f49afe71d used request id req-d8c77ee7-82b8-40ca-90e0-a8fe874b3e48 2018-12-03 16:27:00,461 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-01019ef7-c93f-4c1-proj-role to project CreateRouterSuccessTests-01019ef7-c93f-4c1-proj 2018-12-03 16:27:00,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/0e8b7d0a8a7d4be78efb47b44f8cb7dd/users/a04a291bb30a4d199abcf803a9ef3ad4/roles/e4ac15bac88a45d59f228f7f49afe71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" 2018-12-03 16:27:00,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:27:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89b3a78c-8215-49db-b3ae-79d5fe9aab0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:27:00,594 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/0e8b7d0a8a7d4be78efb47b44f8cb7dd/users/a04a291bb30a4d199abcf803a9ef3ad4/roles/e4ac15bac88a45d59f228f7f49afe71d used request id req-89b3a78c-8215-49db-b3ae-79d5fe9aab0f 2018-12-03 16:27:00,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:00,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:00,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4ac15bac88a45d59f228f7f49afe71d", "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-proj-role"}], "expires_at": "2018-12-03T17:27:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e8b7d0a8a7d4be78efb47b44f8cb7dd", "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-user", "id": "a04a291bb30a4d199abcf803a9ef3ad4"}, "audit_ids": ["60_20vJXSpiEcTYJ-AWzpg"], "issued_at": "2018-12-03T16:27:00.000000Z"}} 2018-12-03 16:27:00,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30adcaa7cc16cb95872e938a0aa2aff11f12505" 2018-12-03 16:27:01,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17df2587-c986-4c08-93f1-6c3522abf6c8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:01,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-17df2587-c986-4c08-93f1-6c3522abf6c8 2018-12-03 16:27:01,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-39864c55-cecb-4347-ab29-24c8880668f4-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30adcaa7cc16cb95872e938a0aa2aff11f12505" 2018-12-03 16:27:01,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5ed61b26-660c-4c5c-a087-530ee68d9272 Date: Mon, 03 Dec 2018 16:27:01 GMT RESP BODY: {"routers": []} 2018-12-03 16:27:01,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-39864c55-cecb-4347-ab29-24c8880668f4-pub-router&admin_state_up=False used request id req-5ed61b26-660c-4c5c-a087-530ee68d9272 2018-12-03 16:27:01,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:01,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:01,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4ac15bac88a45d59f228f7f49afe71d", "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-proj-role"}], "expires_at": "2018-12-03T17:27:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e8b7d0a8a7d4be78efb47b44f8cb7dd", "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-user", "id": "a04a291bb30a4d199abcf803a9ef3ad4"}, "audit_ids": ["e-e7wpyyT7SrO5GRmE3e7A"], "issued_at": "2018-12-03T16:27:01.000000Z"}} 2018-12-03 16:27:01,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3c0d2dec0f9e199910b9da4403afde6bf13b75" 2018-12-03 16:27:01,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1567203f-ae8a-4a2e-a104-4275b33f3339 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:01,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1567203f-ae8a-4a2e-a104-4275b33f3339 2018-12-03 16:27:01,717 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-39864c55-cecb-4347-ab29-24c8880668f4-pub-router 2018-12-03 16:27:01,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30adcaa7cc16cb95872e938a0aa2aff11f12505" -d '{"router": {"name": "CreateRouterSuccessTests-39864c55-cecb-4347-ab29-24c8880668f4-pub-router", "admin_state_up": false}}' 2018-12-03 16:27:05,227 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-abbfec68-e26e-489c-9638-e2988ff5d714 Date: Mon, 03 Dec 2018 16:27:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "0e8b7d0a8a7d4be78efb47b44f8cb7dd", "created_at": "2018-12-03T16:27:02Z", "admin_state_up": false, "updated_at": "2018-12-03T16:27:02Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "0e8b7d0a8a7d4be78efb47b44f8cb7dd", "id": "03bbf890-ecfd-427f-b8cb-5c9fc07589ce", "name": "CreateRouterSuccessTests-39864c55-cecb-4347-ab29-24c8880668f4-pub-router"}} 2018-12-03 16:27:05,227 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-abbfec68-e26e-489c-9638-e2988ff5d714 2018-12-03 16:27:05,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=03bbf890-ecfd-427f-b8cb-5c9fc07589ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30adcaa7cc16cb95872e938a0aa2aff11f12505" 2018-12-03 16:27:05,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d14ec912-01a2-474a-8530-d250b84d04ae Date: Mon, 03 Dec 2018 16:27:05 GMT RESP BODY: {"ports":[]} 2018-12-03 16:27:05,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=03bbf890-ecfd-427f-b8cb-5c9fc07589ce used request id req-d14ec912-01a2-474a-8530-d250b84d04ae 2018-12-03 16:27:05,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/03bbf890-ecfd-427f-b8cb-5c9fc07589ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30adcaa7cc16cb95872e938a0aa2aff11f12505" 2018-12-03 16:27:05,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-7abfe581-37c9-40d4-a5fe-62c9856ca1ac Date: Mon, 03 Dec 2018 16:27:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0e8b7d0a8a7d4be78efb47b44f8cb7dd", "created_at": "2018-12-03T16:27:02Z", "admin_state_up": false, "updated_at": "2018-12-03T16:27:04Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "0e8b7d0a8a7d4be78efb47b44f8cb7dd", "id": "03bbf890-ecfd-427f-b8cb-5c9fc07589ce", "name": "CreateRouterSuccessTests-39864c55-cecb-4347-ab29-24c8880668f4-pub-router"}} 2018-12-03 16:27:05,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/03bbf890-ecfd-427f-b8cb-5c9fc07589ce used request id req-7abfe581-37c9-40d4-a5fe-62c9856ca1ac 2018-12-03 16:27:05,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=03bbf890-ecfd-427f-b8cb-5c9fc07589ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30adcaa7cc16cb95872e938a0aa2aff11f12505" 2018-12-03 16:27:05,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-144695d2-63e7-40be-850b-7b7ec97b06ca Date: Mon, 03 Dec 2018 16:27:05 GMT RESP BODY: {"ports":[]} 2018-12-03 16:27:05,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=03bbf890-ecfd-427f-b8cb-5c9fc07589ce used request id req-144695d2-63e7-40be-850b-7b7ec97b06ca 2018-12-03 16:27:05,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:06,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4ac15bac88a45d59f228f7f49afe71d", "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-proj-role"}], "expires_at": "2018-12-03T17:27:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e8b7d0a8a7d4be78efb47b44f8cb7dd", "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0e8b7d0a8a7d4be78efb47b44f8cb7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-user", "id": "a04a291bb30a4d199abcf803a9ef3ad4"}, "audit_ids": ["XsQTAJdPQb-MUpPPDJYzaQ"], "issued_at": "2018-12-03T16:27:06.000000Z"}} 2018-12-03 16:27:06,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-39864c55-cecb-4347-ab29-24c8880668f4-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15c35973e8156d26e8a915b0dac20fd9001f768e" 2018-12-03 16:27:06,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 545 X-Openstack-Request-Id: req-4c9815e4-9f2e-4052-b5ca-34bd797461cf Date: Mon, 03 Dec 2018 16:27:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0e8b7d0a8a7d4be78efb47b44f8cb7dd", "created_at": "2018-12-03T16:27:02Z", "admin_state_up": false, "updated_at": "2018-12-03T16:27:04Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "0e8b7d0a8a7d4be78efb47b44f8cb7dd", "id": "03bbf890-ecfd-427f-b8cb-5c9fc07589ce", "name": "CreateRouterSuccessTests-39864c55-cecb-4347-ab29-24c8880668f4-pub-router"}]} 2018-12-03 16:27:06,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-39864c55-cecb-4347-ab29-24c8880668f4-pub-router&admin_state_up=False used request id req-4c9815e4-9f2e-4052-b5ca-34bd797461cf 2018-12-03 16:27:06,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:27:06,419 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:27: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:27:06,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0e8b7d0a8a7d4be78efb47b44f8cb7dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc007d6490fb8f6ca973d4708af30ff6510875ee" 2018-12-03 16:27:06,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ef71d1c-bf88-4108-a5ae-ac375c61a27a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0e8b7d0a8a7d4be78efb47b44f8cb7dd"}, "enabled": true, "id": "0e8b7d0a8a7d4be78efb47b44f8cb7dd", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-01019ef7-c93f-4c1-proj"}} 2018-12-03 16:27:06,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0e8b7d0a8a7d4be78efb47b44f8cb7dd used request id req-7ef71d1c-bf88-4108-a5ae-ac375c61a27a 2018-12-03 16:27:06,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=03bbf890-ecfd-427f-b8cb-5c9fc07589ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15c35973e8156d26e8a915b0dac20fd9001f768e" 2018-12-03 16:27:06,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-37ce42df-52f6-42c0-9787-e27b6366a207 Date: Mon, 03 Dec 2018 16:27:06 GMT RESP BODY: {"ports":[]} 2018-12-03 16:27:06,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=03bbf890-ecfd-427f-b8cb-5c9fc07589ce used request id req-37ce42df-52f6-42c0-9787-e27b6366a207 2018-12-03 16:27:06,686 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-39864c55-cecb-4347-ab29-24c8880668f4-pub-router 2018-12-03 16:27:06,686 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-39864c55-cecb-4347-ab29-24c8880668f4-pub-router 2018-12-03 16:27:06,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/03bbf890-ecfd-427f-b8cb-5c9fc07589ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30adcaa7cc16cb95872e938a0aa2aff11f12505" 2018-12-03 16:27:09,338 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c9e68e38-a9ec-43c9-95a8-df8dfbf3d381 Content-Length: 0 Date: Mon, 03 Dec 2018 16:27:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:27:09,338 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/03bbf890-ecfd-427f-b8cb-5c9fc07589ce used request id req-c9e68e38-a9ec-43c9-95a8-df8dfbf3d381 2018-12-03 16:27:09,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" 2018-12-03 16:27:09,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f18405ca-4674-46ac-bd2a-549e62b27cab Date: Mon, 03 Dec 2018 16:27:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:27:09,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-f18405ca-4674-46ac-bd2a-549e62b27cab 2018-12-03 16:27:09,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" 2018-12-03 16:27:09,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af056d24-a3ad-4f50-be7f-b9321eb8d418 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:27:09,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-af056d24-a3ad-4f50-be7f-b9321eb8d418 2018-12-03 16:27:09,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" 2018-12-03 16:27:09,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7532834d-1764-4a74-b499-0fcc897d5666 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:27:09,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-7532834d-1764-4a74-b499-0fcc897d5666 2018-12-03 16:27:09,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" 2018-12-03 16:27:09,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c14b303d-e5f9-470e-9163-31dc45bbc4c3 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:27:09,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-c14b303d-e5f9-470e-9163-31dc45bbc4c3 2018-12-03 16:27:09,937 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-01019ef7-c93f-4c1-proj 2018-12-03 16:27:09,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/0e8b7d0a8a7d4be78efb47b44f8cb7dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" 2018-12-03 16:27:10,181 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:27:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9553eed6-db3c-4c45-a974-169a96675306 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:27:10,182 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/0e8b7d0a8a7d4be78efb47b44f8cb7dd used request id req-9553eed6-db3c-4c45-a974-169a96675306 2018-12-03 16:27:10,182 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-01019ef7-c93f-4c1-proj-role 2018-12-03 16:27:10,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/e4ac15bac88a45d59f228f7f49afe71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" 2018-12-03 16:27:10,304 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:27:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6b39aea-f1e0-4d63-8685-6b93080ae8f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:27:10,304 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/e4ac15bac88a45d59f228f7f49afe71d used request id req-a6b39aea-f1e0-4d63-8685-6b93080ae8f0 2018-12-03 16:27:10,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60298ef20bebcbf63bef86c9752ab5ad2608491d" 2018-12-03 16:27:10,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-967f555d-fc8e-40d0-b867-95cb0c1d057f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:27:10,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-967f555d-fc8e-40d0-b867-95cb0c1d057f 2018-12-03 16:27:10,392 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-01019ef7-c93f-4c1-user 2018-12-03 16:27:10,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/a04a291bb30a4d199abcf803a9ef3ad4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f344d6e0ebe8a8ee802286eee9c7d89d39f830cf" 2018-12-03 16:27:10,610 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:27:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8491fb82-cd67-49c5-a5fa-836bd01d7c4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:27:10,610 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/a04a291bb30a4d199abcf803a9ef3ad4 used request id req-8491fb82-cd67-49c5-a5fa-836bd01d7c4d 2018-12-03 16:27:10,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:11,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:27:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["HIcGR3FzQK-557vJlDc9TQ"], "issued_at": "2018-12-03T16:27:11.000000Z"}} 2018-12-03 16:27:11,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89484e83ecf6d3d0914488ab6eca787956d47d70" 2018-12-03 16:27:11,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62d6b9ec-6260-44b9-a0c0-5e8bb5418720 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:11,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-62d6b9ec-6260-44b9-a0c0-5e8bb5418720 2018-12-03 16:27:11,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:11,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:11,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:27:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ZFZEUcU4RW-5QCBSkjc1XA"], "issued_at": "2018-12-03T16:27:11.000000Z"}} 2018-12-03 16:27:11,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" 2018-12-03 16:27:11,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7728e40-17a6-458d-a804-dc2420a7f4ff Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:11,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f7728e40-17a6-458d-a804-dc2420a7f4ff 2018-12-03 16:27:11,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:27:11,574 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:27: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:27:11,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-814c1597-b1b4-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" 2018-12-03 16:27:11,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d86acb6-185e-43a7-8eca-ab222d0b1957 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-814c1597-b1b4-489-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:27:11,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-814c1597-b1b4-489-proj used request id req-2d86acb6-185e-43a7-8eca-ab222d0b1957 2018-12-03 16:27:11,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" 2018-12-03 16:27:11,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d3de12-fec6-4c9f-a3a7-1fb018a20f82 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:27:11,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f9d3de12-fec6-4c9f-a3a7-1fb018a20f82 2018-12-03 16:27:11,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-814c1597-b1b4-489-proj"}}' 2018-12-03 16:27:11,790 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:27:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad6eb15e-c11c-4e97-beda-9732a6d78493 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/10f05040c700468ca584a9bcdfdbd147"}, "enabled": true, "id": "10f05040c700468ca584a9bcdfdbd147", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-814c1597-b1b4-489-proj"}} 2018-12-03 16:27:11,790 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-ad6eb15e-c11c-4e97-beda-9732a6d78493 2018-12-03 16:27:11,790 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-814c1597-b1b4-489-proj 2018-12-03 16:27:11,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:11,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:12,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:27:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["042vZR0BS164gNIRIzSQ0Q"], "issued_at": "2018-12-03T16:27:12.000000Z"}} 2018-12-03 16:27:12,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d7a6227d1a8a6433bc5457c9e88dc1e9ffab8c" 2018-12-03 16:27:12,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a686b92-0fca-435e-96ea-2a66bd87d574 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:12,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2a686b92-0fca-435e-96ea-2a66bd87d574 2018-12-03 16:27:12,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:27:12,272 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:27:12,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d7a6227d1a8a6433bc5457c9e88dc1e9ffab8c" 2018-12-03 16:27:12,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-141c8ec6-3374-4b65-97f5-13ac791eacf1 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:27:12,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-141c8ec6-3374-4b65-97f5-13ac791eacf1 2018-12-03 16:27:12,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-814c1597-b1b4-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d7a6227d1a8a6433bc5457c9e88dc1e9ffab8c" 2018-12-03 16:27:12,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13471c37-716f-4c58-8d40-852ce8a6e329 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-814c1597-b1b4-489-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/10f05040c700468ca584a9bcdfdbd147"}, "enabled": true, "id": "10f05040c700468ca584a9bcdfdbd147", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-814c1597-b1b4-489-proj"}]} 2018-12-03 16:27:12,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-814c1597-b1b4-489-proj used request id req-13471c37-716f-4c58-8d40-852ce8a6e329 2018-12-03 16:27:12,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d7a6227d1a8a6433bc5457c9e88dc1e9ffab8c" 2018-12-03 16:27:12,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b2ec880-07da-4349-b72b-3443a0ac7256 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:27:12,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-5b2ec880-07da-4349-b72b-3443a0ac7256 2018-12-03 16:27:12,909 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-814c1597-b1b4-489-user 2018-12-03 16:27:12,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:12,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" 2018-12-03 16:27:13,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3896269a-3f1a-4403-b5fe-687fe1db8881 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:27:13,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3896269a-3f1a-4403-b5fe-687fe1db8881 2018-12-03 16:27:13,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" -d '{"role": {"name": "CreateRouterSuccessTests-814c1597-b1b4-489-proj-role"}}' 2018-12-03 16:27:13,101 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:27:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0403709c-9e61-4292-967f-f018ead36f3f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e5b2433cc7244cb1ab2c41059c282cd9", "links": {"self": "http://172.30.9.30:5000/v3/roles/e5b2433cc7244cb1ab2c41059c282cd9"}, "name": "CreateRouterSuccessTests-814c1597-b1b4-489-proj-role"}} 2018-12-03 16:27:13,101 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-0403709c-9e61-4292-967f-f018ead36f3f 2018-12-03 16:27:13,101 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-814c1597-b1b4-489-proj-role 2018-12-03 16:27:13,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/e5b2433cc7244cb1ab2c41059c282cd9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" 2018-12-03 16:27:13,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b55d5514-3fee-4304-869f-89eac977c7bf Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/e5b2433cc7244cb1ab2c41059c282cd9"}, "domain_id": null, "name": "CreateRouterSuccessTests-814c1597-b1b4-489-proj-role", "id": "e5b2433cc7244cb1ab2c41059c282cd9"}} 2018-12-03 16:27:13,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/e5b2433cc7244cb1ab2c41059c282cd9 used request id req-b55d5514-3fee-4304-869f-89eac977c7bf 2018-12-03 16:27:13,194 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-814c1597-b1b4-489-proj-role to project CreateRouterSuccessTests-814c1597-b1b4-489-proj 2018-12-03 16:27:13,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/10f05040c700468ca584a9bcdfdbd147/users/54c8d36d33164ddabb0081787f86ea16/roles/e5b2433cc7244cb1ab2c41059c282cd9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" 2018-12-03 16:27:13,344 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:27:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eff1ed99-6d70-4c08-b6b5-9b8235bb9a6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:27:13,344 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/10f05040c700468ca584a9bcdfdbd147/users/54c8d36d33164ddabb0081787f86ea16/roles/e5b2433cc7244cb1ab2c41059c282cd9 used request id req-eff1ed99-6d70-4c08-b6b5-9b8235bb9a6a 2018-12-03 16:27:13,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:13,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:13,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:27:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["7LzFwaY6QT6L3-I1ygNwUQ"], "issued_at": "2018-12-03T16:27:13.000000Z"}} 2018-12-03 16:27:13,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:13,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c5abab-e8f7-4377-bd3b-62d9b4b23187 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:13,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-88c5abab-e8f7-4377-bd3b-62d9b4b23187 2018-12-03 16:27:13,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-8b2c4679-7efd-4499-b122-13acf69b3729-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:14,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3d29b1f5-e9b1-40d6-9ae6-3b7fd217feed Date: Mon, 03 Dec 2018 16:27:14 GMT RESP BODY: {"routers": []} 2018-12-03 16:27:14,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-8b2c4679-7efd-4499-b122-13acf69b3729-pub-router&admin_state_up=True used request id req-3d29b1f5-e9b1-40d6-9ae6-3b7fd217feed 2018-12-03 16:27:14,007 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:14,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:14,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:27:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["euFXll6wTceg3WAECVMYbQ"], "issued_at": "2018-12-03T16:27:14.000000Z"}} 2018-12-03 16:27:14,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88a38e03bf230483cecdf2324185a37fd3caa994" 2018-12-03 16:27:14,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a924170-0bf2-47c9-8e69-817910ce0008 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:14,487 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7a924170-0bf2-47c9-8e69-817910ce0008 2018-12-03 16:27:14,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:27:14,496 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:27: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:27:14,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-814c1597-b1b4-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88a38e03bf230483cecdf2324185a37fd3caa994" 2018-12-03 16:27:14,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d05d7f9-21f9-4439-9827-a97af29e5052 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-814c1597-b1b4-489-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/10f05040c700468ca584a9bcdfdbd147"}, "enabled": true, "id": "10f05040c700468ca584a9bcdfdbd147", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-814c1597-b1b4-489-proj"}]} 2018-12-03 16:27:14,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-814c1597-b1b4-489-proj used request id req-3d05d7f9-21f9-4439-9827-a97af29e5052 2018-12-03 16:27:14,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:14,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-fe86e4cf-1906-46b1-9249-5ca1d9aa3c7f Date: Mon, 03 Dec 2018 16:27:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 16:27:14,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-fe86e4cf-1906-46b1-9249-5ca1d9aa3c7f 2018-12-03 16:27:14,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:15,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ba2ea6ed-21c9-425c-999d-fab2c7c017aa Date: Mon, 03 Dec 2018 16:27:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 16:27:15,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-ba2ea6ed-21c9-425c-999d-fab2c7c017aa 2018-12-03 16:27:15,181 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-8b2c4679-7efd-4499-b122-13acf69b3729-pub-router 2018-12-03 16:27:15,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "tenant_id": "10f05040c700468ca584a9bcdfdbd147", "name": "CreateRouterSuccessTests-8b2c4679-7efd-4499-b122-13acf69b3729-pub-router", "admin_state_up": true}}' 2018-12-03 16:27:20,132 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-054e2c37-b8b4-4acc-8688-4dd5c6828f61 Date: Mon, 03 Dec 2018 16:27:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "10f05040c700468ca584a9bcdfdbd147", "created_at": "2018-12-03T16:27:15Z", "admin_state_up": true, "updated_at": "2018-12-03T16:27:16Z", "project_id": "10f05040c700468ca584a9bcdfdbd147", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "ff9c29c0-97a2-4473-ad80-6df775670230", "name": "CreateRouterSuccessTests-8b2c4679-7efd-4499-b122-13acf69b3729-pub-router"}} 2018-12-03 16:27:20,132 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-054e2c37-b8b4-4acc-8688-4dd5c6828f61 2018-12-03 16:27:20,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=ff9c29c0-97a2-4473-ad80-6df775670230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:20,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3249 X-Openstack-Request-Id: req-2f128719-95a1-4bd9-a463-23b7c5268c57 Date: Mon, 03 Dec 2018 16:27:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:18Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac8f952b-cdf3-4972-8897-3051ca0eb4a0","ip_address":"169.254.192.11"}],"id":"27b45241-f650-4b85-9995-a58197da47eb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5e:8d:6e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 10f05040c700468ca584a9bcdfdbd147","admin_state_up":true,"network_id":"4b57acd6-0491-4680-9184-5b3f58b34b51","tenant_id":"","created_at":"2018-12-03T16:27:18Z","binding:vnic_type":"normal","device_id":"ff9c29c0-97a2-4473-ad80-6df775670230"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:20Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.204"}],"id":"3f76b8c1-2da3-4f05-af7f-6bb775274290","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:23:ec:a1","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":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T16:27:16Z","binding:vnic_type":"normal","device_id":"ff9c29c0-97a2-4473-ad80-6df775670230"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:17Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac8f952b-cdf3-4972-8897-3051ca0eb4a0","ip_address":"169.254.192.6"}],"id":"c4c997ec-1b59-4175-9f0a-33ac3549543b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:27:be:e9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 10f05040c700468ca584a9bcdfdbd147","admin_state_up":true,"network_id":"4b57acd6-0491-4680-9184-5b3f58b34b51","tenant_id":"","created_at":"2018-12-03T16:27:17Z","binding:vnic_type":"normal","device_id":"ff9c29c0-97a2-4473-ad80-6df775670230"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:18Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac8f952b-cdf3-4972-8897-3051ca0eb4a0","ip_address":"169.254.192.7"}],"id":"deeb8c35-75d0-4e32-8ed3-05be6159e381","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bc:67:e8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 10f05040c700468ca584a9bcdfdbd147","admin_state_up":true,"network_id":"4b57acd6-0491-4680-9184-5b3f58b34b51","tenant_id":"","created_at":"2018-12-03T16:27:18Z","binding:vnic_type":"normal","device_id":"ff9c29c0-97a2-4473-ad80-6df775670230"}]} 2018-12-03 16:27:20,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=ff9c29c0-97a2-4473-ad80-6df775670230 used request id req-2f128719-95a1-4bd9-a463-23b7c5268c57 2018-12-03 16:27:20,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:20,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bd98dc0d-85df-4e2e-a440-c8ffe40ad0bb Date: Mon, 03 Dec 2018 16:27:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 16:27:20,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-bd98dc0d-85df-4e2e-a440-c8ffe40ad0bb 2018-12-03 16:27:20,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/ac8f952b-cdf3-4972-8897-3051ca0eb4a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:20,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2d443c4e-c52b-4e48-9ee2-57a52e012b42 Date: Mon, 03 Dec 2018 16:27:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4b57acd6-0491-4680-9184-5b3f58b34b51","tenant_id":"","created_at":"2018-12-03T16:27:15Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27: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":"ac8f952b-cdf3-4972-8897-3051ca0eb4a0","subnetpool_id":null,"name":"HA subnet tenant 10f05040c700468ca584a9bcdfdbd147"}} 2018-12-03 16:27:20,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/ac8f952b-cdf3-4972-8897-3051ca0eb4a0 used request id req-2d443c4e-c52b-4e48-9ee2-57a52e012b42 2018-12-03 16:27:20,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/ac8f952b-cdf3-4972-8897-3051ca0eb4a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:20,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e604a650-0de1-496d-a9fb-fa96b6603e38 Date: Mon, 03 Dec 2018 16:27:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4b57acd6-0491-4680-9184-5b3f58b34b51","tenant_id":"","created_at":"2018-12-03T16:27:15Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27: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":"ac8f952b-cdf3-4972-8897-3051ca0eb4a0","subnetpool_id":null,"name":"HA subnet tenant 10f05040c700468ca584a9bcdfdbd147"}} 2018-12-03 16:27:20,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/ac8f952b-cdf3-4972-8897-3051ca0eb4a0 used request id req-e604a650-0de1-496d-a9fb-fa96b6603e38 2018-12-03 16:27:20,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/ac8f952b-cdf3-4972-8897-3051ca0eb4a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:21,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5d7f2763-21be-4261-a280-05b740a3a765 Date: Mon, 03 Dec 2018 16:27:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4b57acd6-0491-4680-9184-5b3f58b34b51","tenant_id":"","created_at":"2018-12-03T16:27:15Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27: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":"ac8f952b-cdf3-4972-8897-3051ca0eb4a0","subnetpool_id":null,"name":"HA subnet tenant 10f05040c700468ca584a9bcdfdbd147"}} 2018-12-03 16:27:21,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/ac8f952b-cdf3-4972-8897-3051ca0eb4a0 used request id req-5d7f2763-21be-4261-a280-05b740a3a765 2018-12-03 16:27:21,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/ff9c29c0-97a2-4473-ad80-6df775670230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:21,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-8045f929-f3a4-44d3-b24b-d7ebd9c6be10 Date: Mon, 03 Dec 2018 16:27:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "10f05040c700468ca584a9bcdfdbd147", "created_at": "2018-12-03T16:27:15Z", "admin_state_up": true, "updated_at": "2018-12-03T16:27:19Z", "project_id": "10f05040c700468ca584a9bcdfdbd147", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "ff9c29c0-97a2-4473-ad80-6df775670230", "name": "CreateRouterSuccessTests-8b2c4679-7efd-4499-b122-13acf69b3729-pub-router"}} 2018-12-03 16:27:21,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/ff9c29c0-97a2-4473-ad80-6df775670230 used request id req-8045f929-f3a4-44d3-b24b-d7ebd9c6be10 2018-12-03 16:27:21,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=ff9c29c0-97a2-4473-ad80-6df775670230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:21,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3345 X-Openstack-Request-Id: req-2859e057-5c3a-4e33-b71b-4cda940745a8 Date: Mon, 03 Dec 2018 16:27:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:21Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac8f952b-cdf3-4972-8897-3051ca0eb4a0","ip_address":"169.254.192.11"}],"id":"27b45241-f650-4b85-9995-a58197da47eb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5e:8d:6e","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 10f05040c700468ca584a9bcdfdbd147","admin_state_up":true,"network_id":"4b57acd6-0491-4680-9184-5b3f58b34b51","tenant_id":"","created_at":"2018-12-03T16:27:18Z","binding:vnic_type":"normal","device_id":"ff9c29c0-97a2-4473-ad80-6df775670230"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:20Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.204"}],"id":"3f76b8c1-2da3-4f05-af7f-6bb775274290","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:ec:a1","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":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T16:27:16Z","binding:vnic_type":"normal","device_id":"ff9c29c0-97a2-4473-ad80-6df775670230"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:17Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac8f952b-cdf3-4972-8897-3051ca0eb4a0","ip_address":"169.254.192.6"}],"id":"c4c997ec-1b59-4175-9f0a-33ac3549543b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:27:be:e9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 10f05040c700468ca584a9bcdfdbd147","admin_state_up":true,"network_id":"4b57acd6-0491-4680-9184-5b3f58b34b51","tenant_id":"","created_at":"2018-12-03T16:27:17Z","binding:vnic_type":"normal","device_id":"ff9c29c0-97a2-4473-ad80-6df775670230"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:18Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ac8f952b-cdf3-4972-8897-3051ca0eb4a0","ip_address":"169.254.192.7"}],"id":"deeb8c35-75d0-4e32-8ed3-05be6159e381","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bc:67:e8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 10f05040c700468ca584a9bcdfdbd147","admin_state_up":true,"network_id":"4b57acd6-0491-4680-9184-5b3f58b34b51","tenant_id":"","created_at":"2018-12-03T16:27:18Z","binding:vnic_type":"normal","device_id":"ff9c29c0-97a2-4473-ad80-6df775670230"}]} 2018-12-03 16:27:21,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=ff9c29c0-97a2-4473-ad80-6df775670230 used request id req-2859e057-5c3a-4e33-b71b-4cda940745a8 2018-12-03 16:27:21,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:21,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a72748d8-f48e-49db-b446-01b279abe039 Date: Mon, 03 Dec 2018 16:27:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 16:27:21,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-a72748d8-f48e-49db-b446-01b279abe039 2018-12-03 16:27:21,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/ac8f952b-cdf3-4972-8897-3051ca0eb4a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:21,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-02037580-2f7d-43ab-badd-e812b884cfcd Date: Mon, 03 Dec 2018 16:27:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4b57acd6-0491-4680-9184-5b3f58b34b51","tenant_id":"","created_at":"2018-12-03T16:27:15Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27: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":"ac8f952b-cdf3-4972-8897-3051ca0eb4a0","subnetpool_id":null,"name":"HA subnet tenant 10f05040c700468ca584a9bcdfdbd147"}} 2018-12-03 16:27:21,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/ac8f952b-cdf3-4972-8897-3051ca0eb4a0 used request id req-02037580-2f7d-43ab-badd-e812b884cfcd 2018-12-03 16:27:21,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/ac8f952b-cdf3-4972-8897-3051ca0eb4a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:21,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9870de72-7c2c-47cd-b8c3-f9873264ef97 Date: Mon, 03 Dec 2018 16:27:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4b57acd6-0491-4680-9184-5b3f58b34b51","tenant_id":"","created_at":"2018-12-03T16:27:15Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27: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":"ac8f952b-cdf3-4972-8897-3051ca0eb4a0","subnetpool_id":null,"name":"HA subnet tenant 10f05040c700468ca584a9bcdfdbd147"}} 2018-12-03 16:27:21,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/ac8f952b-cdf3-4972-8897-3051ca0eb4a0 used request id req-9870de72-7c2c-47cd-b8c3-f9873264ef97 2018-12-03 16:27:21,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/ac8f952b-cdf3-4972-8897-3051ca0eb4a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:21,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fbe60b7c-f559-4367-8246-7ee64ff3a5ef Date: Mon, 03 Dec 2018 16:27:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4b57acd6-0491-4680-9184-5b3f58b34b51","tenant_id":"","created_at":"2018-12-03T16:27:15Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27: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":"ac8f952b-cdf3-4972-8897-3051ca0eb4a0","subnetpool_id":null,"name":"HA subnet tenant 10f05040c700468ca584a9bcdfdbd147"}} 2018-12-03 16:27:21,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/ac8f952b-cdf3-4972-8897-3051ca0eb4a0 used request id req-fbe60b7c-f559-4367-8246-7ee64ff3a5ef 2018-12-03 16:27:21,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:22,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e5b2433cc7244cb1ab2c41059c282cd9", "name": "CreateRouterSuccessTests-814c1597-b1b4-489-proj-role"}], "expires_at": "2018-12-03T17:27:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10f05040c700468ca584a9bcdfdbd147", "name": "CreateRouterSuccessTests-814c1597-b1b4-489-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/10f05040c700468ca584a9bcdfdbd147", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/10f05040c700468ca584a9bcdfdbd147", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/10f05040c700468ca584a9bcdfdbd147", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/10f05040c700468ca584a9bcdfdbd147", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/10f05040c700468ca584a9bcdfdbd147", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/10f05040c700468ca584a9bcdfdbd147", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/10f05040c700468ca584a9bcdfdbd147", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/10f05040c700468ca584a9bcdfdbd147", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/10f05040c700468ca584a9bcdfdbd147", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/10f05040c700468ca584a9bcdfdbd147", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/10f05040c700468ca584a9bcdfdbd147", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/10f05040c700468ca584a9bcdfdbd147", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-814c1597-b1b4-489-user", "id": "54c8d36d33164ddabb0081787f86ea16"}, "audit_ids": ["41zWPsojTweDMf9Cgvzlfw"], "issued_at": "2018-12-03T16:27:22.000000Z"}} 2018-12-03 16:27:22,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-8b2c4679-7efd-4499-b122-13acf69b3729-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a138613cfd6d86a0fe099effc627ecaf12534936" 2018-12-03 16:27:22,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-51ad133f-2821-4d28-8aba-f23452c696fa Date: Mon, 03 Dec 2018 16:27:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "10f05040c700468ca584a9bcdfdbd147", "created_at": "2018-12-03T16:27:15Z", "admin_state_up": true, "updated_at": "2018-12-03T16:27:19Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "10f05040c700468ca584a9bcdfdbd147", "id": "ff9c29c0-97a2-4473-ad80-6df775670230", "name": "CreateRouterSuccessTests-8b2c4679-7efd-4499-b122-13acf69b3729-pub-router"}]} 2018-12-03 16:27:22,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-8b2c4679-7efd-4499-b122-13acf69b3729-pub-router&admin_state_up=True used request id req-51ad133f-2821-4d28-8aba-f23452c696fa 2018-12-03 16:27:22,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:27:22,516 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:27: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:27:22,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/10f05040c700468ca584a9bcdfdbd147 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89484e83ecf6d3d0914488ab6eca787956d47d70" 2018-12-03 16:27:22,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d434bea-f9f4-4bae-bc87-d9733fe5cbac Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/10f05040c700468ca584a9bcdfdbd147"}, "enabled": true, "id": "10f05040c700468ca584a9bcdfdbd147", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-814c1597-b1b4-489-proj"}} 2018-12-03 16:27:22,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/10f05040c700468ca584a9bcdfdbd147 used request id req-9d434bea-f9f4-4bae-bc87-d9733fe5cbac 2018-12-03 16:27:22,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=ff9c29c0-97a2-4473-ad80-6df775670230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a138613cfd6d86a0fe099effc627ecaf12534936" 2018-12-03 16:27:22,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-82dc5a7d-5c82-45cf-9e13-384353ee16db Date: Mon, 03 Dec 2018 16:27:22 GMT RESP BODY: {"ports":[]} 2018-12-03 16:27:22,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=ff9c29c0-97a2-4473-ad80-6df775670230 used request id req-82dc5a7d-5c82-45cf-9e13-384353ee16db 2018-12-03 16:27:22,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a138613cfd6d86a0fe099effc627ecaf12534936" 2018-12-03 16:27:23,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-928e4e51-9ab5-40ea-88bc-fc27a4fa5cae Date: Mon, 03 Dec 2018 16:27:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:27:23,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-928e4e51-9ab5-40ea-88bc-fc27a4fa5cae 2018-12-03 16:27:23,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a138613cfd6d86a0fe099effc627ecaf12534936" 2018-12-03 16:27:23,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-83abed79-269a-41c6-b0e1-09b089738ff4 Date: Mon, 03 Dec 2018 16:27:23 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:27:23,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-83abed79-269a-41c6-b0e1-09b089738ff4 2018-12-03 16:27:23,199 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-8b2c4679-7efd-4499-b122-13acf69b3729-pub-router 2018-12-03 16:27:23,200 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-8b2c4679-7efd-4499-b122-13acf69b3729-pub-router 2018-12-03 16:27:23,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/ff9c29c0-97a2-4473-ad80-6df775670230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5804722cb3be70c6299ba359d96ceffbac6947b9" 2018-12-03 16:27:26,565 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b1af1317-6c9a-4a26-944d-74db6e805406 Content-Length: 0 Date: Mon, 03 Dec 2018 16:27:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:27:26,565 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/ff9c29c0-97a2-4473-ad80-6df775670230 used request id req-b1af1317-6c9a-4a26-944d-74db6e805406 2018-12-03 16:27:26,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" 2018-12-03 16:27:26,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1fafef0f-7200-46d5-8464-7888b14ec46d Date: Mon, 03 Dec 2018 16:27:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:27:26,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-1fafef0f-7200-46d5-8464-7888b14ec46d 2018-12-03 16:27:26,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" 2018-12-03 16:27:26,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-910e927b-c2ff-447a-8b9f-06e13a95b20a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:27:26,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-910e927b-c2ff-447a-8b9f-06e13a95b20a 2018-12-03 16:27:26,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" 2018-12-03 16:27:26,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eae4d961-439d-4d54-ba6f-3e36d89c22fa Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:27:26,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-eae4d961-439d-4d54-ba6f-3e36d89c22fa 2018-12-03 16:27:26,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" 2018-12-03 16:27:27,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d03d7f10-feaa-4053-bf14-1816e23ec816 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:27:27,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-d03d7f10-feaa-4053-bf14-1816e23ec816 2018-12-03 16:27:27,067 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-814c1597-b1b4-489-proj 2018-12-03 16:27:27,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/10f05040c700468ca584a9bcdfdbd147 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" 2018-12-03 16:27:27,258 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:27:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b065fe41-735f-46a7-b674-56570e51b26b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:27:27,258 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/10f05040c700468ca584a9bcdfdbd147 used request id req-b065fe41-735f-46a7-b674-56570e51b26b 2018-12-03 16:27:27,259 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-814c1597-b1b4-489-proj-role 2018-12-03 16:27:27,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/e5b2433cc7244cb1ab2c41059c282cd9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" 2018-12-03 16:27:27,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:27:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82611b23-1a5e-40b0-90d5-f4b444d742c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:27:27,370 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/e5b2433cc7244cb1ab2c41059c282cd9 used request id req-82611b23-1a5e-40b0-90d5-f4b444d742c1 2018-12-03 16:27:27,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc7636bd29e47388c65165af5b738699e299845" 2018-12-03 16:27:27,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40b457ab-dc0a-4616-b446-67b7c4e4cafe Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:27:27,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-40b457ab-dc0a-4616-b446-67b7c4e4cafe 2018-12-03 16:27:27,468 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-814c1597-b1b4-489-user 2018-12-03 16:27:27,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/54c8d36d33164ddabb0081787f86ea16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d7a6227d1a8a6433bc5457c9e88dc1e9ffab8c" 2018-12-03 16:27:27,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:27:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69d640c1-ad69-44fb-94a9-48266da33665 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:27:27,638 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/54c8d36d33164ddabb0081787f86ea16 used request id req-69d640c1-ad69-44fb-94a9-48266da33665 2018-12-03 16:27:27,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:28,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:27:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["aVDiZNxOTB-GFSWzp1zrRA"], "issued_at": "2018-12-03T16:27:28.000000Z"}} 2018-12-03 16:27:28,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d4c243cb7b1a182f5cd60e570f310797e58eda" 2018-12-03 16:27:28,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0af3a40e-20a9-4de9-8b90-7adf00d8ca2e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:28,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0af3a40e-20a9-4de9-8b90-7adf00d8ca2e 2018-12-03 16:27:28,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:28,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:28,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:27:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["8aeW9XMjSZSQmoOslt_N1A"], "issued_at": "2018-12-03T16:27:28.000000Z"}} 2018-12-03 16:27:28,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:28,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8ceff62-bd7c-4b41-b499-c40f9c5d4597 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:28,559 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b8ceff62-bd7c-4b41-b499-c40f9c5d4597 2018-12-03 16:27:28,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:27:28,570 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:27: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:27:28,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d6aeec19-4921-4ce-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:28,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b18a655-54c9-46dc-a5eb-30289f1521ec Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d6aeec19-4921-4ce-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:27:28,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d6aeec19-4921-4ce-proj used request id req-0b18a655-54c9-46dc-a5eb-30289f1521ec 2018-12-03 16:27:28,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:28,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f202acf-d711-4097-9af2-b42feda0beb9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:27:28,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-1f202acf-d711-4097-9af2-b42feda0beb9 2018-12-03 16:27:28,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj"}}' 2018-12-03 16:27:28,879 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:27:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c3ab32b-b7bb-4284-9f19-4020884e5199 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0"}, "enabled": true, "id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj"}} 2018-12-03 16:27:28,879 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-7c3ab32b-b7bb-4284-9f19-4020884e5199 2018-12-03 16:27:28,879 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-d6aeec19-4921-4ce-proj 2018-12-03 16:27:28,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:28,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:29,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:27:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["2njEKefaQgCCO3j3_8ujIA"], "issued_at": "2018-12-03T16:27:29.000000Z"}} 2018-12-03 16:27:29,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3332d245e16dcfd8b02ca979010187ce9ec7d333" 2018-12-03 16:27:29,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c15e99ad-71fa-479b-9493-bd6ff7d542a3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:29,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c15e99ad-71fa-479b-9493-bd6ff7d542a3 2018-12-03 16:27:29,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:27:29,349 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:27:29,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3332d245e16dcfd8b02ca979010187ce9ec7d333" 2018-12-03 16:27:29,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-217b00ba-1630-4e45-8469-ba474fb0a58b Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:27:29,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-217b00ba-1630-4e45-8469-ba474fb0a58b 2018-12-03 16:27:29,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-d6aeec19-4921-4ce-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3332d245e16dcfd8b02ca979010187ce9ec7d333" 2018-12-03 16:27:29,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59422dcb-b8a1-4c52-a9b8-272186b2243d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-d6aeec19-4921-4ce-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0"}, "enabled": true, "id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj"}]} 2018-12-03 16:27:29,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-d6aeec19-4921-4ce-proj used request id req-59422dcb-b8a1-4c52-a9b8-272186b2243d 2018-12-03 16:27:29,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3332d245e16dcfd8b02ca979010187ce9ec7d333" 2018-12-03 16:27:29,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50869b93-7b32-4c3e-a996-81b4d7ad26bf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:27:29,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-50869b93-7b32-4c3e-a996-81b4d7ad26bf 2018-12-03 16:27:29,999 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-d6aeec19-4921-4ce-user 2018-12-03 16:27:29,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:30,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:30,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daba00bb-e336-4cb6-bcfc-68012a5ab98a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:27:30,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-daba00bb-e336-4cb6-bcfc-68012a5ab98a 2018-12-03 16:27:30,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" -d '{"role": {"name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj-role"}}' 2018-12-03 16:27:30,202 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:27:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d08b2d9-3fa0-4cd3-a49f-5cd73a3c7e7e Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8655e19867b743ba99c3f3356939bb1f", "links": {"self": "http://172.30.9.30:5000/v3/roles/8655e19867b743ba99c3f3356939bb1f"}, "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj-role"}} 2018-12-03 16:27:30,203 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-5d08b2d9-3fa0-4cd3-a49f-5cd73a3c7e7e 2018-12-03 16:27:30,203 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-d6aeec19-4921-4ce-proj-role 2018-12-03 16:27:30,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/8655e19867b743ba99c3f3356939bb1f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:30,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70548ec1-f69e-40c1-bf32-fad1623d6fdd Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/8655e19867b743ba99c3f3356939bb1f"}, "domain_id": null, "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj-role", "id": "8655e19867b743ba99c3f3356939bb1f"}} 2018-12-03 16:27:30,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/8655e19867b743ba99c3f3356939bb1f used request id req-70548ec1-f69e-40c1-bf32-fad1623d6fdd 2018-12-03 16:27:30,223 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-d6aeec19-4921-4ce-proj-role to project CreateRouterSuccessTests-d6aeec19-4921-4ce-proj 2018-12-03 16:27:30,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0/users/8dc7c94caf2a40ac949afd66f756768a/roles/8655e19867b743ba99c3f3356939bb1f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:30,373 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:27:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afb0483e-a655-43d1-b47c-70138953a29d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:27:30,373 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0/users/8dc7c94caf2a40ac949afd66f756768a/roles/8655e19867b743ba99c3f3356939bb1f used request id req-afb0483e-a655-43d1-b47c-70138953a29d 2018-12-03 16:27:30,373 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:30,374 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:30,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8655e19867b743ba99c3f3356939bb1f", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj-role"}], "expires_at": "2018-12-03T17:27:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-user", "id": "8dc7c94caf2a40ac949afd66f756768a"}, "audit_ids": ["wWGr68OqRiSoZJMgCcQg9w"], "issued_at": "2018-12-03T16:27:30.000000Z"}} 2018-12-03 16:27:30,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a32e38da625cc46f1e0feab17c2e8c585913112" 2018-12-03 16:27:30,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9044ec3a-c506-4168-ad79-fb75fb2af1c6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:30,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9044ec3a-c506-4168-ad79-fb75fb2af1c6 2018-12-03 16:27:30,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a32e38da625cc46f1e0feab17c2e8c585913112" 2018-12-03 16:27:31,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-47d978be-0ff2-4023-be99-4dee1f8bea12 Date: Mon, 03 Dec 2018 16:27:31 GMT RESP BODY: {"networks":[]} 2018-12-03 16:27:31,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1 used request id req-47d978be-0ff2-4023-be99-4dee1f8bea12 2018-12-03 16:27:31,005 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1 2018-12-03 16:27:31,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a32e38da625cc46f1e0feab17c2e8c585913112" -d '{"network": {"name": "CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1", "admin_state_up": true}}' 2018-12-03 16:27:31,673 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-1d390647-46e4-406b-8e54-1f7b62f42e7e Date: Mon, 03 Dec 2018 16:27:31 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:27:31Z","is_default":false,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:31Z","mtu":1450}} 2018-12-03 16:27:31,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-1d390647-46e4-406b-8e54-1f7b62f42e7e 2018-12-03 16:27:31,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a32e38da625cc46f1e0feab17c2e8c585913112" 2018-12-03 16:27:31,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-810881ed-6a3e-43fc-89d0-f57b8d9a7879 Date: Mon, 03 Dec 2018 16:27: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-12-03T16:27:31Z","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1"}]} 2018-12-03 16:27:31,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 used request id req-810881ed-6a3e-43fc-89d0-f57b8d9a7879 2018-12-03 16:27:31,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a32e38da625cc46f1e0feab17c2e8c585913112" 2018-12-03 16:27:32,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-99e24f1f-6eab-4a2c-85b5-51401cc06e78 Date: Mon, 03 Dec 2018 16:27:32 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:27:32,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 used request id req-99e24f1f-6eab-4a2c-85b5-51401cc06e78 2018-12-03 16:27:32,184 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1 2018-12-03 16:27:32,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a32e38da625cc46f1e0feab17c2e8c585913112" -d '{"subnets": [{"ip_version": 4, "network_id": "79e6d9e3-2d86-4b62-81c6-69108618ffe7", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1"}]}' 2018-12-03 16:27:32,973 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-677a67bb-f3ef-4e3b-8a9a-d3cc54f76766 Date: Mon, 03 Dec 2018 16:27:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27:32Z","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":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","subnetpool_id":null,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1"}]} 2018-12-03 16:27:32,973 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-677a67bb-f3ef-4e3b-8a9a-d3cc54f76766 2018-12-03 16:27:32,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a32e38da625cc46f1e0feab17c2e8c585913112" 2018-12-03 16:27:33,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-792b9b86-12bc-46e9-af52-83150e089515 Date: Mon, 03 Dec 2018 16:27: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":["c68f96d4-6151-47ef-9de5-23b1eb850e1e"],"updated_at":"2018-12-03T16:27:32Z","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1"}]} 2018-12-03 16:27:33,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 used request id req-792b9b86-12bc-46e9-af52-83150e089515 2018-12-03 16:27:33,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a32e38da625cc46f1e0feab17c2e8c585913112" 2018-12-03 16:27:33,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-cac6d53a-54a8-4e04-a301-329b0ba65c5d Date: Mon, 03 Dec 2018 16:27:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27:32Z","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":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","subnetpool_id":null,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1"}]} 2018-12-03 16:27:33,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 used request id req-cac6d53a-54a8-4e04-a301-329b0ba65c5d 2018-12-03 16:27:33,438 - OpenStackNetwork - DEBUG - Network [79e6d9e3-2d86-4b62-81c6-69108618ffe7] created successfully 2018-12-03 16:27:33,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:33,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:33,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8655e19867b743ba99c3f3356939bb1f", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj-role"}], "expires_at": "2018-12-03T17:27:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-user", "id": "8dc7c94caf2a40ac949afd66f756768a"}, "audit_ids": ["4-OXf9eJSOOqfjpViNHMWg"], "issued_at": "2018-12-03T16:27:33.000000Z"}} 2018-12-03 16:27:33,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:33,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc3f447d-50a8-48de-bd9e-7aa793b65d22 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:33,885 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cc3f447d-50a8-48de-bd9e-7aa793b65d22 2018-12-03 16:27:33,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:34,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-12211aa9-77e6-4d25-aa65-af05cfb7fa5c Date: Mon, 03 Dec 2018 16:27:34 GMT RESP BODY: {"routers": []} 2018-12-03 16:27:34,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router&admin_state_up=True used request id req-12211aa9-77e6-4d25-aa65-af05cfb7fa5c 2018-12-03 16:27:34,091 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:34,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:34,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8655e19867b743ba99c3f3356939bb1f", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj-role"}], "expires_at": "2018-12-03T17:27:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-user", "id": "8dc7c94caf2a40ac949afd66f756768a"}, "audit_ids": ["QWmIVQAZRT2tjQcxrnPzNg"], "issued_at": "2018-12-03T16:27:34.000000Z"}} 2018-12-03 16:27:34,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a98002d2a9372646e5cd1c2eba7719f88eaf03" 2018-12-03 16:27:34,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aebfcce-09c6-4d81-a5c7-a67dbe5c353b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:34,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0aebfcce-09c6-4d81-a5c7-a67dbe5c353b 2018-12-03 16:27:34,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:34,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-db60065e-97db-45e4-982b-d8a6578fb362 Date: Mon, 03 Dec 2018 16:27:34 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:27:34,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-db60065e-97db-45e4-982b-d8a6578fb362 2018-12-03 16:27:34,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:34,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3b1322eb-10ff-49a9-b7a0-fa6141750d66 Date: Mon, 03 Dec 2018 16:27:34 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:27:34,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-3b1322eb-10ff-49a9-b7a0-fa6141750d66 2018-12-03 16:27:34,992 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router 2018-12-03 16:27:34,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router", "admin_state_up": true}}' 2018-12-03 16:27:39,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-8bbd2e59-a38c-4421-953a-25bfa93b1271 Date: Mon, 03 Dec 2018 16:27:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "created_at": "2018-12-03T16:27:35Z", "admin_state_up": true, "updated_at": "2018-12-03T16:27:36Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "id": "e2106550-d77b-47b6-acbd-f7d99880a75c", "name": "CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router"}} 2018-12-03 16:27:39,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-8bbd2e59-a38c-4421-953a-25bfa93b1271 2018-12-03 16:27:39,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=e2106550-d77b-47b6-acbd-f7d99880a75c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:39,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c667fc9c-9074-41eb-8b42-1dd8b9ac4eb0 Date: Mon, 03 Dec 2018 16:27:39 GMT RESP BODY: {"ports":[]} 2018-12-03 16:27:39,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=e2106550-d77b-47b6-acbd-f7d99880a75c used request id req-c667fc9c-9074-41eb-8b42-1dd8b9ac4eb0 2018-12-03 16:27:39,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:40,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-00e4ccce-0ff3-4177-a298-41be1964ceef Date: Mon, 03 Dec 2018 16:27: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":["c68f96d4-6151-47ef-9de5-23b1eb850e1e"],"updated_at":"2018-12-03T16:27:32Z","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1"}]} 2018-12-03 16:27:40,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1 used request id req-00e4ccce-0ff3-4177-a298-41be1964ceef 2018-12-03 16:27:40,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:27:40,370 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:27: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:27:40,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:40,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db780e69-7130-47fd-80b6-805fc5f57bd9 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0"}, "enabled": true, "id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj"}} 2018-12-03 16:27:40,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0 used request id req-db780e69-7130-47fd-80b6-805fc5f57bd9 2018-12-03 16:27:40,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:40,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-26b20a9e-7d2f-4e0a-a2a5-d029200388cc Date: Mon, 03 Dec 2018 16:27:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27:32Z","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":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","subnetpool_id":null,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1"}]} 2018-12-03 16:27:40,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 used request id req-26b20a9e-7d2f-4e0a-a2a5-d029200388cc 2018-12-03 16:27:40,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7&name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:40,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-de8fc536-b503-4e35-8ada-39ec3c3d637c Date: Mon, 03 Dec 2018 16:27:40 GMT RESP BODY: {"ports":[]} 2018-12-03 16:27:40,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7&name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-port1&admin_state_up=True used request id req-de8fc536-b503-4e35-8ada-39ec3c3d637c 2018-12-03 16:27:40,945 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-port1 for router - CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router 2018-12-03 16:27:40,945 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:40,946 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:41,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8655e19867b743ba99c3f3356939bb1f", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj-role"}], "expires_at": "2018-12-03T17:27:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-user", "id": "8dc7c94caf2a40ac949afd66f756768a"}, "audit_ids": ["g6LtSe_OSbOlUWjh3IGL9w"], "issued_at": "2018-12-03T16:27:41.000000Z"}} 2018-12-03 16:27:41,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9844242e831da6ca3cf04316c471279b5454683" 2018-12-03 16:27:41,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-847a88d3-40e0-4acd-9879-29f23b01fdbd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:41,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-847a88d3-40e0-4acd-9879-29f23b01fdbd 2018-12-03 16:27:41,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:41,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a6ae37ad-3ad1-44af-8dd5-061f0566e654 Date: Mon, 03 Dec 2018 16:27: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":["c68f96d4-6151-47ef-9de5-23b1eb850e1e"],"updated_at":"2018-12-03T16:27:32Z","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1"}]} 2018-12-03 16:27:41,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1 used request id req-a6ae37ad-3ad1-44af-8dd5-061f0566e654 2018-12-03 16:27:41,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:41,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-56fcd49c-ec0f-43dd-8dd6-6885a1fd341a Date: Mon, 03 Dec 2018 16:27:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27:32Z","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":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","subnetpool_id":null,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1"}]} 2018-12-03 16:27:41,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 used request id req-56fcd49c-ec0f-43dd-8dd6-6885a1fd341a 2018-12-03 16:27:41,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:41,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7c7d3209-0c6d-47ce-a0bf-dc80e6d438fe Date: Mon, 03 Dec 2018 16:27: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":["c68f96d4-6151-47ef-9de5-23b1eb850e1e"],"updated_at":"2018-12-03T16:27:32Z","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1"}]} 2018-12-03 16:27:41,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1 used request id req-7c7d3209-0c6d-47ce-a0bf-dc80e6d438fe 2018-12-03 16:27:41,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:27:41,991 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:27: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:27:41,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9844242e831da6ca3cf04316c471279b5454683" 2018-12-03 16:27:42,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57cb847b-6840-4fc9-93d3-a6ecc88eba1b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0"}, "enabled": true, "id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj"}} 2018-12-03 16:27:42,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0 used request id req-57cb847b-6840-4fc9-93d3-a6ecc88eba1b 2018-12-03 16:27:42,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:42,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-82156548-0929-42ca-a534-dd448e59e1cd Date: Mon, 03 Dec 2018 16:27:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27:32Z","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":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","subnetpool_id":null,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1"}]} 2018-12-03 16:27:42,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 used request id req-82156548-0929-42ca-a534-dd448e59e1cd 2018-12-03 16:27:42,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7&name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:42,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-626011c7-ccb0-4e2b-8bf5-deaad25452a5 Date: Mon, 03 Dec 2018 16:27:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27:32Z","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":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","subnetpool_id":null,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1"}]} 2018-12-03 16:27:42,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7&name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1 used request id req-626011c7-ccb0-4e2b-8bf5-deaad25452a5 2018-12-03 16:27:42,140 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1 2018-12-03 16:27:42,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" -d '{"port": {"network_id": "79e6d9e3-2d86-4b62-81c6-69108618ffe7", "fixed_ips": [{"subnet_id": "c68f96d4-6151-47ef-9de5-23b1eb850e1e", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-port1", "admin_state_up": true}}' 2018-12-03 16:27:43,267 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-11d1c37e-0722-46c0-9098-5f89225768c3 Date: Mon, 03 Dec 2018 16:27:43 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:42Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","ip_address":"10.200.201.1"}],"id":"5118416b-7d0c-44ac-ab69-df37ab127315","security_groups":["721d7577-4ccc-4303-8ff1-589c5f01d002"],"mac_address":"fa:16:3e:17:2b:f2","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-port1","project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","qos_policy_id":null,"admin_state_up":true,"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:42Z","binding:vnic_type":"normal"}} 2018-12-03 16:27:43,267 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-11d1c37e-0722-46c0-9098-5f89225768c3 2018-12-03 16:27:43,267 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-port1 for router - CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router 2018-12-03 16:27:43,268 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router 2018-12-03 16:27:43,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/e2106550-d77b-47b6-acbd-f7d99880a75c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" -d '{"port_id": "5118416b-7d0c-44ac-ab69-df37ab127315"}' 2018-12-03 16:27:45,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d8863136-84a3-4633-a23d-22dc76a1edaf Date: Mon, 03 Dec 2018 16:27:45 GMT RESP BODY: {"network_id": "79e6d9e3-2d86-4b62-81c6-69108618ffe7", "tenant_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "subnet_id": "c68f96d4-6151-47ef-9de5-23b1eb850e1e", "subnet_ids": ["c68f96d4-6151-47ef-9de5-23b1eb850e1e"], "port_id": "5118416b-7d0c-44ac-ab69-df37ab127315", "id": "e2106550-d77b-47b6-acbd-f7d99880a75c"} 2018-12-03 16:27:45,221 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/e2106550-d77b-47b6-acbd-f7d99880a75c/add_router_interface used request id req-d8863136-84a3-4633-a23d-22dc76a1edaf 2018-12-03 16:27:45,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/e2106550-d77b-47b6-acbd-f7d99880a75c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:45,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-dab9dd1f-2a80-409e-a170-cea49d45ada4 Date: Mon, 03 Dec 2018 16:27:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "created_at": "2018-12-03T16:27:35Z", "admin_state_up": true, "updated_at": "2018-12-03T16:27:44Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "id": "e2106550-d77b-47b6-acbd-f7d99880a75c", "name": "CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router"}} 2018-12-03 16:27:45,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/e2106550-d77b-47b6-acbd-f7d99880a75c used request id req-dab9dd1f-2a80-409e-a170-cea49d45ada4 2018-12-03 16:27:45,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=e2106550-d77b-47b6-acbd-f7d99880a75c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:45,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 860 X-Openstack-Request-Id: req-1d7cca79-4cef-4a7a-b0c6-c64dc3cee6e5 Date: Mon, 03 Dec 2018 16:27:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","ip_address":"10.200.201.1"}],"id":"5118416b-7d0c-44ac-ab69-df37ab127315","security_groups":["721d7577-4ccc-4303-8ff1-589c5f01d002"],"mac_address":"fa:16:3e:17:2b:f2","project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-port1","admin_state_up":true,"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:42Z","binding:vnic_type":"normal","device_id":"e2106550-d77b-47b6-acbd-f7d99880a75c"}]} 2018-12-03 16:27:45,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=e2106550-d77b-47b6-acbd-f7d99880a75c used request id req-1d7cca79-4cef-4a7a-b0c6-c64dc3cee6e5 2018-12-03 16:27:45,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/c68f96d4-6151-47ef-9de5-23b1eb850e1e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:45,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7758a59f-0683-4f68-bc97-d450bc84beab Date: Mon, 03 Dec 2018 16:27:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27:32Z","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":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","subnetpool_id":null,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1"}} 2018-12-03 16:27:45,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/c68f96d4-6151-47ef-9de5-23b1eb850e1e used request id req-7758a59f-0683-4f68-bc97-d450bc84beab 2018-12-03 16:27:45,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:46,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8655e19867b743ba99c3f3356939bb1f", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj-role"}], "expires_at": "2018-12-03T17:27:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/affcb2a6e2a747ec8b15f5c5c12af7c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-user", "id": "8dc7c94caf2a40ac949afd66f756768a"}, "audit_ids": ["fgIRpS0GSkyuWolJkPToVw"], "issued_at": "2018-12-03T16:27:46.000000Z"}} 2018-12-03 16:27:46,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8c4846866dec3025fc32121a8b7b53b422348b" 2018-12-03 16:27:46,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-a6c528ba-77e9-46e8-af67-ecc9768f139a Date: Mon, 03 Dec 2018 16:27:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "created_at": "2018-12-03T16:27:35Z", "admin_state_up": true, "updated_at": "2018-12-03T16:27:44Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "id": "e2106550-d77b-47b6-acbd-f7d99880a75c", "name": "CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router"}]} 2018-12-03 16:27:46,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router&admin_state_up=True used request id req-a6c528ba-77e9-46e8-af67-ecc9768f139a 2018-12-03 16:27:46,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:27:46,417 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:27:46,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d4c243cb7b1a182f5cd60e570f310797e58eda" 2018-12-03 16:27:46,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a886a57-5532-4610-b9f1-ebcea97d1b31 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0"}, "enabled": true, "id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj"}} 2018-12-03 16:27:46,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0 used request id req-9a886a57-5532-4610-b9f1-ebcea97d1b31 2018-12-03 16:27:46,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=e2106550-d77b-47b6-acbd-f7d99880a75c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8c4846866dec3025fc32121a8b7b53b422348b" 2018-12-03 16:27:46,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-40906099-b01d-49df-be0c-fdbd61f9ec9d Date: Mon, 03 Dec 2018 16:27:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:46Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","ip_address":"10.200.201.1"}],"id":"5118416b-7d0c-44ac-ab69-df37ab127315","security_groups":["721d7577-4ccc-4303-8ff1-589c5f01d002"],"mac_address":"fa:16:3e:17:2b:f2","project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-port1","admin_state_up":true,"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:42Z","binding:vnic_type":"normal","device_id":"e2106550-d77b-47b6-acbd-f7d99880a75c"}]} 2018-12-03 16:27:46,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=e2106550-d77b-47b6-acbd-f7d99880a75c used request id req-40906099-b01d-49df-be0c-fdbd61f9ec9d 2018-12-03 16:27:46,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/c68f96d4-6151-47ef-9de5-23b1eb850e1e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8c4846866dec3025fc32121a8b7b53b422348b" 2018-12-03 16:27:46,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-da694b5d-ebf9-4a62-bfd3-ba41c0c0ab25 Date: Mon, 03 Dec 2018 16:27:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27:32Z","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":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","subnetpool_id":null,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1"}} 2018-12-03 16:27:46,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/c68f96d4-6151-47ef-9de5-23b1eb850e1e used request id req-da694b5d-ebf9-4a62-bfd3-ba41c0c0ab25 2018-12-03 16:27:46,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8c4846866dec3025fc32121a8b7b53b422348b" 2018-12-03 16:27:47,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-cbe74fc7-9210-4e6f-968d-4efb49ed87c3 Date: Mon, 03 Dec 2018 16:27:47 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:27:47,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-cbe74fc7-9210-4e6f-968d-4efb49ed87c3 2018-12-03 16:27:47,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8c4846866dec3025fc32121a8b7b53b422348b" 2018-12-03 16:27:47,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4cdd3d10-c00b-4551-8e68-362da1b07c52 Date: Mon, 03 Dec 2018 16:27:47 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:27:47,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-4cdd3d10-c00b-4551-8e68-362da1b07c52 2018-12-03 16:27:47,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8c4846866dec3025fc32121a8b7b53b422348b" 2018-12-03 16:27:47,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7a7db144-dc71-4010-a552-43e421d739fe Date: Mon, 03 Dec 2018 16:27: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":["c68f96d4-6151-47ef-9de5-23b1eb850e1e"],"updated_at":"2018-12-03T16:27:32Z","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1"}]} 2018-12-03 16:27:47,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 used request id req-7a7db144-dc71-4010-a552-43e421d739fe 2018-12-03 16:27:47,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8c4846866dec3025fc32121a8b7b53b422348b" 2018-12-03 16:27:47,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-789740d5-2cc7-4d62-b79c-3a536c57cc2c Date: Mon, 03 Dec 2018 16:27:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27:32Z","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":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","subnetpool_id":null,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1"}]} 2018-12-03 16:27:47,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 used request id req-789740d5-2cc7-4d62-b79c-3a536c57cc2c 2018-12-03 16:27:47,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8c4846866dec3025fc32121a8b7b53b422348b" 2018-12-03 16:27:47,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3147 X-Openstack-Request-Id: req-7d2f87c3-2d76-4df8-8300-859da502df9c Date: Mon, 03 Dec 2018 16:27:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","ip_address":"10.200.201.2"}],"id":"2183226b-fe7e-493e-ae8d-d399314761b5","security_groups":[],"mac_address":"fa:16:3e:ae:da:ae","project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-79e6d9e3-2d86-4b62-81c6-69108618ffe7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","ip_address":"10.200.201.3"}],"id":"417690c1-fa2c-4566-806a-f0b3cb5f2d2e","security_groups":[],"mac_address":"fa:16:3e:4c:1e:a5","project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-79e6d9e3-2d86-4b62-81c6-69108618ffe7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","ip_address":"10.200.201.1"}],"id":"5118416b-7d0c-44ac-ab69-df37ab127315","security_groups":["721d7577-4ccc-4303-8ff1-589c5f01d002"],"mac_address":"fa:16:3e:17:2b:f2","project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-port1","admin_state_up":true,"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:42Z","binding:vnic_type":"normal","device_id":"e2106550-d77b-47b6-acbd-f7d99880a75c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:27:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","ip_address":"10.200.201.4"}],"id":"765e2404-37e2-4927-bb9d-076f9665be38","security_groups":[],"mac_address":"fa:16:3e:0b:3c:9d","project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-79e6d9e3-2d86-4b62-81c6-69108618ffe7"}]} 2018-12-03 16:27:47,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 used request id req-7d2f87c3-2d76-4df8-8300-859da502df9c 2018-12-03 16:27:47,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/c68f96d4-6151-47ef-9de5-23b1eb850e1e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8c4846866dec3025fc32121a8b7b53b422348b" 2018-12-03 16:27:48,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-633fca09-66f1-4ca7-a809-a148c6abe945 Date: Mon, 03 Dec 2018 16:27:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27:32Z","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":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","subnetpool_id":null,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1"}} 2018-12-03 16:27:48,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/c68f96d4-6151-47ef-9de5-23b1eb850e1e used request id req-633fca09-66f1-4ca7-a809-a148c6abe945 2018-12-03 16:27:48,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8c4846866dec3025fc32121a8b7b53b422348b" 2018-12-03 16:27:48,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-015d269c-9afd-4fe0-8bf7-85f7f9faa8b2 Date: Mon, 03 Dec 2018 16:27: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":["c68f96d4-6151-47ef-9de5-23b1eb850e1e"],"updated_at":"2018-12-03T16:27:32Z","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1"}]} 2018-12-03 16:27:48,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 used request id req-015d269c-9afd-4fe0-8bf7-85f7f9faa8b2 2018-12-03 16:27:48,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8c4846866dec3025fc32121a8b7b53b422348b" 2018-12-03 16:27:48,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-79cfd21a-9b7e-458f-a0b0-0d2712712dc2 Date: Mon, 03 Dec 2018 16:27:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e6d9e3-2d86-4b62-81c6-69108618ffe7","tenant_id":"affcb2a6e2a747ec8b15f5c5c12af7c0","created_at":"2018-12-03T16:27:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:27:32Z","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":"affcb2a6e2a747ec8b15f5c5c12af7c0","id":"c68f96d4-6151-47ef-9de5-23b1eb850e1e","subnetpool_id":null,"name":"CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1"}]} 2018-12-03 16:27:48,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e6d9e3-2d86-4b62-81c6-69108618ffe7 used request id req-79cfd21a-9b7e-458f-a0b0-0d2712712dc2 2018-12-03 16:27:48,280 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router and port CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-port1 2018-12-03 16:27:48,281 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router 2018-12-03 16:27:48,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/e2106550-d77b-47b6-acbd-f7d99880a75c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" -d '{"port_id": "5118416b-7d0c-44ac-ab69-df37ab127315"}' 2018-12-03 16:27:49,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5bb9ead9-8b03-4cc4-891a-6cf9dfad1a1d Date: Mon, 03 Dec 2018 16:27:49 GMT RESP BODY: {"network_id": "79e6d9e3-2d86-4b62-81c6-69108618ffe7", "tenant_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "subnet_id": "c68f96d4-6151-47ef-9de5-23b1eb850e1e", "subnet_ids": ["c68f96d4-6151-47ef-9de5-23b1eb850e1e"], "port_id": "5118416b-7d0c-44ac-ab69-df37ab127315", "id": "e2106550-d77b-47b6-acbd-f7d99880a75c"} 2018-12-03 16:27:49,628 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/e2106550-d77b-47b6-acbd-f7d99880a75c/remove_router_interface used request id req-5bb9ead9-8b03-4cc4-891a-6cf9dfad1a1d 2018-12-03 16:27:49,629 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router 2018-12-03 16:27:49,629 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-router 2018-12-03 16:27:49,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/e2106550-d77b-47b6-acbd-f7d99880a75c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd1448d1873acd2f6731d9051cbbbb137bb2e3" 2018-12-03 16:27:53,085 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78ca9117-df23-4f7c-8bb2-2ff5501d3616 Content-Length: 0 Date: Mon, 03 Dec 2018 16:27:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:27:53,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/e2106550-d77b-47b6-acbd-f7d99880a75c used request id req-78ca9117-df23-4f7c-8bb2-2ff5501d3616 2018-12-03 16:27:53,086 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1 2018-12-03 16:27:53,086 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-subnet1 2018-12-03 16:27:53,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/c68f96d4-6151-47ef-9de5-23b1eb850e1e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a32e38da625cc46f1e0feab17c2e8c585913112" 2018-12-03 16:27:55,484 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87e249a5-d105-405a-92a2-d331baa9a66b Date: Mon, 03 Dec 2018 16:27:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:27:55,484 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/c68f96d4-6151-47ef-9de5-23b1eb850e1e used request id req-87e249a5-d105-405a-92a2-d331baa9a66b 2018-12-03 16:27:55,484 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-faf6ce91-4eb4-4e7c-a6f5-c937974de731-pub-net1 2018-12-03 16:27:55,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/79e6d9e3-2d86-4b62-81c6-69108618ffe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a32e38da625cc46f1e0feab17c2e8c585913112" 2018-12-03 16:27:57,194 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08df136f-93dc-42f7-888d-4123ce01fd3f Date: Mon, 03 Dec 2018 16:27:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:27:57,194 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/79e6d9e3-2d86-4b62-81c6-69108618ffe7 used request id req-08df136f-93dc-42f7-888d-4123ce01fd3f 2018-12-03 16:27:57,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:57,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-02e61bbd-871f-48ae-a97f-7f6d86e7bc5a Date: Mon, 03 Dec 2018 16:27:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "created_at": "2018-12-03T16:27:31Z", "updated_at": "2018-12-03T16:27:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:27:31Z", "revision_number": 0, "id": "382a6b03-bac3-4c60-9e9d-4336eae1fce5", "remote_group_id": "721d7577-4ccc-4303-8ff1-589c5f01d002", "remote_ip_prefix": null, "created_at": "2018-12-03T16:27:31Z", "security_group_id": "721d7577-4ccc-4303-8ff1-589c5f01d002", "tenant_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "affcb2a6e2a747ec8b15f5c5c12af7c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:27:31Z", "revision_number": 0, "id": "7f349efd-20d4-4a3f-b20c-c9cb355f636a", "remote_group_id": "721d7577-4ccc-4303-8ff1-589c5f01d002", "remote_ip_prefix": null, "created_at": "2018-12-03T16:27:31Z", "security_group_id": "721d7577-4ccc-4303-8ff1-589c5f01d002", "tenant_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "affcb2a6e2a747ec8b15f5c5c12af7c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:27:31Z", "revision_number": 0, "id": "7f6d30be-c1b1-44f2-8ec0-8ab09a8a994a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:27:31Z", "security_group_id": "721d7577-4ccc-4303-8ff1-589c5f01d002", "tenant_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "affcb2a6e2a747ec8b15f5c5c12af7c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:27:31Z", "revision_number": 0, "id": "d4aec4ac-dab5-4fa3-b9bb-94e01c5320f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:27:31Z", "security_group_id": "721d7577-4ccc-4303-8ff1-589c5f01d002", "tenant_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "affcb2a6e2a747ec8b15f5c5c12af7c0"}], "revision_number": 4, "project_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "id": "721d7577-4ccc-4303-8ff1-589c5f01d002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:27:57,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-02e61bbd-871f-48ae-a97f-7f6d86e7bc5a 2018-12-03 16:27:57,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:57,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76a68927-32a2-4c96-aa02-ab151e67f857 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:27:57,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-76a68927-32a2-4c96-aa02-ab151e67f857 2018-12-03 16:27:57,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:57,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f7ad544-eb80-4194-b166-b6b1acb77cbc Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:27:57,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-0f7ad544-eb80-4194-b166-b6b1acb77cbc 2018-12-03 16:27:57,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:57,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ed8fbef-efe5-4698-8686-fc91b3eb4a34 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0"}, "enabled": true, "id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d6aeec19-4921-4ce-proj"}} 2018-12-03 16:27:57,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0 used request id req-4ed8fbef-efe5-4698-8686-fc91b3eb4a34 2018-12-03 16:27:57,691 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 721d7577-4ccc-4303-8ff1-589c5f01d002 2018-12-03 16:27:57,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=721d7577-4ccc-4303-8ff1-589c5f01d002 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:57,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-daecc40f-5899-4f57-8806-199c2a87db12 Date: Mon, 03 Dec 2018 16:27:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "721d7577-4ccc-4303-8ff1-589c5f01d002", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:27:31Z", "security_group_id": "721d7577-4ccc-4303-8ff1-589c5f01d002", "port_range_min": null, "revision_number": 0, "tenant_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "created_at": "2018-12-03T16:27:31Z", "project_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "id": "382a6b03-bac3-4c60-9e9d-4336eae1fce5"}, {"remote_group_id": "721d7577-4ccc-4303-8ff1-589c5f01d002", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:27:31Z", "security_group_id": "721d7577-4ccc-4303-8ff1-589c5f01d002", "port_range_min": null, "revision_number": 0, "tenant_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "created_at": "2018-12-03T16:27:31Z", "project_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "id": "7f349efd-20d4-4a3f-b20c-c9cb355f636a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:27:31Z", "security_group_id": "721d7577-4ccc-4303-8ff1-589c5f01d002", "port_range_min": null, "revision_number": 0, "tenant_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "created_at": "2018-12-03T16:27:31Z", "project_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "id": "7f6d30be-c1b1-44f2-8ec0-8ab09a8a994a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:27:31Z", "security_group_id": "721d7577-4ccc-4303-8ff1-589c5f01d002", "port_range_min": null, "revision_number": 0, "tenant_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "created_at": "2018-12-03T16:27:31Z", "project_id": "affcb2a6e2a747ec8b15f5c5c12af7c0", "id": "d4aec4ac-dab5-4fa3-b9bb-94e01c5320f8"}]} 2018-12-03 16:27:57,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=721d7577-4ccc-4303-8ff1-589c5f01d002 used request id req-daecc40f-5899-4f57-8806-199c2a87db12 2018-12-03 16:27:57,874 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:27:57,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/721d7577-4ccc-4303-8ff1-589c5f01d002 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:58,171 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ddf54bc-3661-48e9-91f0-9293362ca522 Content-Length: 0 Date: Mon, 03 Dec 2018 16:27:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:27:58,171 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/721d7577-4ccc-4303-8ff1-589c5f01d002 used request id req-0ddf54bc-3661-48e9-91f0-9293362ca522 2018-12-03 16:27:58,172 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-d6aeec19-4921-4ce-proj 2018-12-03 16:27:58,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:58,367 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:27:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b480c4f-969d-4373-8f79-6e55ba02cced Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:27:58,367 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/affcb2a6e2a747ec8b15f5c5c12af7c0 used request id req-3b480c4f-969d-4373-8f79-6e55ba02cced 2018-12-03 16:27:58,367 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-d6aeec19-4921-4ce-proj-role 2018-12-03 16:27:58,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/8655e19867b743ba99c3f3356939bb1f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:58,669 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:27:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7617f3b9-9d99-4790-83a8-de8800acde7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:27:58,670 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/8655e19867b743ba99c3f3356939bb1f used request id req-7617f3b9-9d99-4790-83a8-de8800acde7b 2018-12-03 16:27:58,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9883781bfccaa293d485b0baf0416e06bd1b1f1d" 2018-12-03 16:27:58,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-863fa5c1-dfd9-4c80-8217-82c73b434bd0 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:27:58,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-863fa5c1-dfd9-4c80-8217-82c73b434bd0 2018-12-03 16:27:58,770 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-d6aeec19-4921-4ce-user 2018-12-03 16:27:58,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/8dc7c94caf2a40ac949afd66f756768a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3332d245e16dcfd8b02ca979010187ce9ec7d333" 2018-12-03 16:27:58,956 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:27:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-497db135-3d74-4f63-ba1f-f67ce26b6e5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:27:58,956 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/8dc7c94caf2a40ac949afd66f756768a used request id req-497db135-3d74-4f63-ba1f-f67ce26b6e5a 2018-12-03 16:27:58,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:59,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:27:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["W8YYyrAARm6EQfZZNtr3vQ"], "issued_at": "2018-12-03T16:27:59.000000Z"}} 2018-12-03 16:27:59,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21517fb0763158e16862998d21beae41657c24cf" 2018-12-03 16:27:59,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c30f275b-30f3-4b5b-959f-090cfa4c110b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:59,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c30f275b-30f3-4b5b-959f-090cfa4c110b 2018-12-03 16:27:59,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:27:59,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:27:59,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:27:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ZB9lWkGJS9Gc-7L_cqKSDQ"], "issued_at": "2018-12-03T16:27:59.000000Z"}} 2018-12-03 16:27:59,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" 2018-12-03 16:27:59,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c432dae2-891b-4b0c-9298-9ab5eac7eade Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:27:59,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c432dae2-891b-4b0c-9298-9ab5eac7eade 2018-12-03 16:27:59,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:27:59,906 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:27:59,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" 2018-12-03 16:27:59,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3a66315-fdcb-4fbe-8ffc-75f30e636adb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:27:59,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj used request id req-e3a66315-fdcb-4fbe-8ffc-75f30e636adb 2018-12-03 16:27:59,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" 2018-12-03 16:28:00,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cf933fd-5e57-4663-8ebd-ef86ce873c94 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:28:00,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-7cf933fd-5e57-4663-8ebd-ef86ce873c94 2018-12-03 16:28:00,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj"}}' 2018-12-03 16:28:00,208 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:28:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0ebdb95-c61e-41c6-8187-a9a5b5a695c1 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f6d1e342568d4028a752c4ee89d007d9"}, "enabled": true, "id": "f6d1e342568d4028a752c4ee89d007d9", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj"}} 2018-12-03 16:28:00,209 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-d0ebdb95-c61e-41c6-8187-a9a5b5a695c1 2018-12-03 16:28:00,209 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj 2018-12-03 16:28:00,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:28:00,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:00,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:28:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["if21OhL8RVOToK0N1-9FsA"], "issued_at": "2018-12-03T16:28:00.000000Z"}} 2018-12-03 16:28:00,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e8b1bcc77e52d6b5ce4157003974c6f510dff6" 2018-12-03 16:28:00,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1aef6b8-0f7c-41d3-be8e-a986e0aac478 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:28:00,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a1aef6b8-0f7c-41d3-be8e-a986e0aac478 2018-12-03 16:28:00,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:28:00,771 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:28: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:28:00,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e8b1bcc77e52d6b5ce4157003974c6f510dff6" 2018-12-03 16:28:00,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b93a1d-6361-43ff-9223-b029f87860e3 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:28:00,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f5b93a1d-6361-43ff-9223-b029f87860e3 2018-12-03 16:28:00,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e8b1bcc77e52d6b5ce4157003974c6f510dff6" 2018-12-03 16:28:00,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dec9fba3-d48e-4be2-975e-786048a1fab9 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f6d1e342568d4028a752c4ee89d007d9"}, "enabled": true, "id": "f6d1e342568d4028a752c4ee89d007d9", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj"}]} 2018-12-03 16:28:00,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj used request id req-dec9fba3-d48e-4be2-975e-786048a1fab9 2018-12-03 16:28:00,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e8b1bcc77e52d6b5ce4157003974c6f510dff6" 2018-12-03 16:28:01,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9a7ff57-f145-471f-898f-73c4dc3a1cc8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:28:01,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d9a7ff57-f145-471f-898f-73c4dc3a1cc8 2018-12-03 16:28:01,424 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-user 2018-12-03 16:28:01,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:28:01,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" 2018-12-03 16:28:01,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0476c1c3-2526-4dd1-ab34-88b105f08f63 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:28:01,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0476c1c3-2526-4dd1-ab34-88b105f08f63 2018-12-03 16:28:01,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" -d '{"role": {"name": "CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj-role"}}' 2018-12-03 16:28:01,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:28:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85a5a3c9-7ac3-4a9f-b91c-81b4e0329b51 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "193d72f79a16422ab8159fb889436fc6", "links": {"self": "http://172.30.9.30:5000/v3/roles/193d72f79a16422ab8159fb889436fc6"}, "name": "CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj-role"}} 2018-12-03 16:28:01,616 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-85a5a3c9-7ac3-4a9f-b91c-81b4e0329b51 2018-12-03 16:28:01,616 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj-role 2018-12-03 16:28:01,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/193d72f79a16422ab8159fb889436fc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" 2018-12-03 16:28:01,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c7a47cc-aee6-4c84-b366-42b5d43ad2a0 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/193d72f79a16422ab8159fb889436fc6"}, "domain_id": null, "name": "CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj-role", "id": "193d72f79a16422ab8159fb889436fc6"}} 2018-12-03 16:28:01,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/193d72f79a16422ab8159fb889436fc6 used request id req-1c7a47cc-aee6-4c84-b366-42b5d43ad2a0 2018-12-03 16:28:01,636 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj-role to project CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj 2018-12-03 16:28:01,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/f6d1e342568d4028a752c4ee89d007d9/users/739b6802794c4daa91859748a127cc41/roles/193d72f79a16422ab8159fb889436fc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" 2018-12-03 16:28:01,756 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:28:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f31dd690-dee9-4545-a7a6-8fc6f8a8029f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:28:01,756 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f6d1e342568d4028a752c4ee89d007d9/users/739b6802794c4daa91859748a127cc41/roles/193d72f79a16422ab8159fb889436fc6 used request id req-f31dd690-dee9-4545-a7a6-8fc6f8a8029f 2018-12-03 16:28:01,756 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:28:01,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:02,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:28:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["HXNOwDJVTVG1bkW-IISlqg"], "issued_at": "2018-12-03T16:28:02.000000Z"}} 2018-12-03 16:28:02,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:02,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b4ab11f-4682-4c4d-9c73-6f081baf9863 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:28:02,228 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6b4ab11f-4682-4c4d-9c73-6f081baf9863 2018-12-03 16:28:02,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-cd71205f-ad72-4ce1-a986-14fa20e7c1b4-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:02,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5d8505fd-219e-4eab-91ed-83b55a8773f1 Date: Mon, 03 Dec 2018 16:28:02 GMT RESP BODY: {"routers": []} 2018-12-03 16:28:02,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-cd71205f-ad72-4ce1-a986-14fa20e7c1b4-pub-router&admin_state_up=True used request id req-5d8505fd-219e-4eab-91ed-83b55a8773f1 2018-12-03 16:28:02,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:28:02,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:02,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:28:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["qLsojAsgTei9bCyi-Vikeg"], "issued_at": "2018-12-03T16:28:02.000000Z"}} 2018-12-03 16:28:02,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44150d0439cf30604788bb25c4a7e1820fa48bdd" 2018-12-03 16:28:02,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-482291e1-d086-40b3-aa56-e7a8dc8e5294 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:28:02,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-482291e1-d086-40b3-aa56-e7a8dc8e5294 2018-12-03 16:28:02,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:28:02,913 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:28: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:28:02,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44150d0439cf30604788bb25c4a7e1820fa48bdd" 2018-12-03 16:28:02,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0661a6ee-d443-428c-bb85-95f642502fb6 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f6d1e342568d4028a752c4ee89d007d9"}, "enabled": true, "id": "f6d1e342568d4028a752c4ee89d007d9", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj"}]} 2018-12-03 16:28:02,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj used request id req-0661a6ee-d443-428c-bb85-95f642502fb6 2018-12-03 16:28:03,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:03,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-1170750a-1a60-4e95-8b1f-0bcbfa27c878 Date: Mon, 03 Dec 2018 16:28:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 16:28:03,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-1170750a-1a60-4e95-8b1f-0bcbfa27c878 2018-12-03 16:28:03,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:03,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-8c7db54f-7e30-4c84-b618-a0d7b575bdce Date: Mon, 03 Dec 2018 16:28:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 16:28:03,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-8c7db54f-7e30-4c84-b618-a0d7b575bdce 2018-12-03 16:28:03,598 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-cd71205f-ad72-4ce1-a986-14fa20e7c1b4-pub-router 2018-12-03 16:28:03,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "tenant_id": "f6d1e342568d4028a752c4ee89d007d9", "name": "CreateRouterSuccessTests-cd71205f-ad72-4ce1-a986-14fa20e7c1b4-pub-router", "admin_state_up": true}}' 2018-12-03 16:28:08,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-66085138-738b-48da-b6b1-68bafc8d95bd Date: Mon, 03 Dec 2018 16:28:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f6d1e342568d4028a752c4ee89d007d9", "created_at": "2018-12-03T16:28:04Z", "admin_state_up": true, "updated_at": "2018-12-03T16:28:05Z", "project_id": "f6d1e342568d4028a752c4ee89d007d9", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "465dae3c-93ac-476f-b0ac-6c7b2c97d154", "name": "CreateRouterSuccessTests-cd71205f-ad72-4ce1-a986-14fa20e7c1b4-pub-router"}} 2018-12-03 16:28:08,570 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-66085138-738b-48da-b6b1-68bafc8d95bd 2018-12-03 16:28:08,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=465dae3c-93ac-476f-b0ac-6c7b2c97d154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:08,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-a1695f64-8999-4cb1-96cf-5130b4a1e27c Date: Mon, 03 Dec 2018 16:28:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:05Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"124ddb36-4600-4c64-961a-32e005c823b4","ip_address":"169.254.192.8"}],"id":"3599834b-ce8b-4bb1-9c7b-837d3d50357c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:98:76","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f6d1e342568d4028a752c4ee89d007d9","admin_state_up":true,"network_id":"fe11034d-4954-45f7-8386-11dd26606d95","tenant_id":"","created_at":"2018-12-03T16:28:05Z","binding:vnic_type":"normal","device_id":"465dae3c-93ac-476f-b0ac-6c7b2c97d154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:04Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.201"}],"id":"3fb857b0-f7bb-49a1-a05e-00f0f6ed4553","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c9:68:eb","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T16:28:04Z","binding:vnic_type":"normal","device_id":"465dae3c-93ac-476f-b0ac-6c7b2c97d154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:06Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"124ddb36-4600-4c64-961a-32e005c823b4","ip_address":"169.254.192.6"}],"id":"62533c6e-dc90-494a-a885-3e639d932664","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:75:84:47","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f6d1e342568d4028a752c4ee89d007d9","admin_state_up":true,"network_id":"fe11034d-4954-45f7-8386-11dd26606d95","tenant_id":"","created_at":"2018-12-03T16:28:06Z","binding:vnic_type":"normal","device_id":"465dae3c-93ac-476f-b0ac-6c7b2c97d154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:07Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"124ddb36-4600-4c64-961a-32e005c823b4","ip_address":"169.254.192.12"}],"id":"d3e9058e-6a99-461f-802d-f36cf4712610","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:60:ae:e4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f6d1e342568d4028a752c4ee89d007d9","admin_state_up":true,"network_id":"fe11034d-4954-45f7-8386-11dd26606d95","tenant_id":"","created_at":"2018-12-03T16:28:07Z","binding:vnic_type":"normal","device_id":"465dae3c-93ac-476f-b0ac-6c7b2c97d154"}]} 2018-12-03 16:28:08,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=465dae3c-93ac-476f-b0ac-6c7b2c97d154 used request id req-a1695f64-8999-4cb1-96cf-5130b4a1e27c 2018-12-03 16:28:08,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:08,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4612ca6f-2ad5-40de-b8f3-9b5697c4e100 Date: Mon, 03 Dec 2018 16:28:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 16:28:08,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-4612ca6f-2ad5-40de-b8f3-9b5697c4e100 2018-12-03 16:28:09,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/124ddb36-4600-4c64-961a-32e005c823b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:09,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4eeca91a-2000-4b0b-ac3d-8ca769927e48 Date: Mon, 03 Dec 2018 16:28:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fe11034d-4954-45f7-8386-11dd26606d95","tenant_id":"","created_at":"2018-12-03T16:28:04Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:04Z","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":"124ddb36-4600-4c64-961a-32e005c823b4","subnetpool_id":null,"name":"HA subnet tenant f6d1e342568d4028a752c4ee89d007d9"}} 2018-12-03 16:28:09,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/124ddb36-4600-4c64-961a-32e005c823b4 used request id req-4eeca91a-2000-4b0b-ac3d-8ca769927e48 2018-12-03 16:28:09,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/124ddb36-4600-4c64-961a-32e005c823b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:09,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7447cda2-d6da-48b4-bb1c-a87a846b5168 Date: Mon, 03 Dec 2018 16:28:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fe11034d-4954-45f7-8386-11dd26606d95","tenant_id":"","created_at":"2018-12-03T16:28:04Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:04Z","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":"124ddb36-4600-4c64-961a-32e005c823b4","subnetpool_id":null,"name":"HA subnet tenant f6d1e342568d4028a752c4ee89d007d9"}} 2018-12-03 16:28:09,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/124ddb36-4600-4c64-961a-32e005c823b4 used request id req-7447cda2-d6da-48b4-bb1c-a87a846b5168 2018-12-03 16:28:09,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/124ddb36-4600-4c64-961a-32e005c823b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:09,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-90cf849c-32f2-409e-a0e1-28cef2a3fcdc Date: Mon, 03 Dec 2018 16:28:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fe11034d-4954-45f7-8386-11dd26606d95","tenant_id":"","created_at":"2018-12-03T16:28:04Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:04Z","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":"124ddb36-4600-4c64-961a-32e005c823b4","subnetpool_id":null,"name":"HA subnet tenant f6d1e342568d4028a752c4ee89d007d9"}} 2018-12-03 16:28:09,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/124ddb36-4600-4c64-961a-32e005c823b4 used request id req-90cf849c-32f2-409e-a0e1-28cef2a3fcdc 2018-12-03 16:28:09,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/465dae3c-93ac-476f-b0ac-6c7b2c97d154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:09,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-42e16a09-e9ee-44f6-8b95-3344b8255880 Date: Mon, 03 Dec 2018 16:28:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f6d1e342568d4028a752c4ee89d007d9", "created_at": "2018-12-03T16:28:04Z", "admin_state_up": true, "updated_at": "2018-12-03T16:28:07Z", "project_id": "f6d1e342568d4028a752c4ee89d007d9", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "465dae3c-93ac-476f-b0ac-6c7b2c97d154", "name": "CreateRouterSuccessTests-cd71205f-ad72-4ce1-a986-14fa20e7c1b4-pub-router"}} 2018-12-03 16:28:09,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/465dae3c-93ac-476f-b0ac-6c7b2c97d154 used request id req-42e16a09-e9ee-44f6-8b95-3344b8255880 2018-12-03 16:28:09,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=465dae3c-93ac-476f-b0ac-6c7b2c97d154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:09,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3345 X-Openstack-Request-Id: req-cb7af15f-82c6-4151-8fc4-86557c406546 Date: Mon, 03 Dec 2018 16:28:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:05Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"124ddb36-4600-4c64-961a-32e005c823b4","ip_address":"169.254.192.8"}],"id":"3599834b-ce8b-4bb1-9c7b-837d3d50357c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:98:76","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f6d1e342568d4028a752c4ee89d007d9","admin_state_up":true,"network_id":"fe11034d-4954-45f7-8386-11dd26606d95","tenant_id":"","created_at":"2018-12-03T16:28:05Z","binding:vnic_type":"normal","device_id":"465dae3c-93ac-476f-b0ac-6c7b2c97d154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:09Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.201"}],"id":"3fb857b0-f7bb-49a1-a05e-00f0f6ed4553","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:68:eb","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":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T16:28:04Z","binding:vnic_type":"normal","device_id":"465dae3c-93ac-476f-b0ac-6c7b2c97d154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:06Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"124ddb36-4600-4c64-961a-32e005c823b4","ip_address":"169.254.192.6"}],"id":"62533c6e-dc90-494a-a885-3e639d932664","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:75:84:47","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f6d1e342568d4028a752c4ee89d007d9","admin_state_up":true,"network_id":"fe11034d-4954-45f7-8386-11dd26606d95","tenant_id":"","created_at":"2018-12-03T16:28:06Z","binding:vnic_type":"normal","device_id":"465dae3c-93ac-476f-b0ac-6c7b2c97d154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:09Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"124ddb36-4600-4c64-961a-32e005c823b4","ip_address":"169.254.192.12"}],"id":"d3e9058e-6a99-461f-802d-f36cf4712610","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:60:ae:e4","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f6d1e342568d4028a752c4ee89d007d9","admin_state_up":true,"network_id":"fe11034d-4954-45f7-8386-11dd26606d95","tenant_id":"","created_at":"2018-12-03T16:28:07Z","binding:vnic_type":"normal","device_id":"465dae3c-93ac-476f-b0ac-6c7b2c97d154"}]} 2018-12-03 16:28:09,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=465dae3c-93ac-476f-b0ac-6c7b2c97d154 used request id req-cb7af15f-82c6-4151-8fc4-86557c406546 2018-12-03 16:28:09,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:09,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-aeadf2ae-f3ed-4d8b-a4f2-f14521f00bcd Date: Mon, 03 Dec 2018 16:28:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 16:28:09,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-aeadf2ae-f3ed-4d8b-a4f2-f14521f00bcd 2018-12-03 16:28:09,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/124ddb36-4600-4c64-961a-32e005c823b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:09,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d64052ad-4dcf-443a-bf08-eb1170772c21 Date: Mon, 03 Dec 2018 16:28:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fe11034d-4954-45f7-8386-11dd26606d95","tenant_id":"","created_at":"2018-12-03T16:28:04Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:04Z","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":"124ddb36-4600-4c64-961a-32e005c823b4","subnetpool_id":null,"name":"HA subnet tenant f6d1e342568d4028a752c4ee89d007d9"}} 2018-12-03 16:28:09,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/124ddb36-4600-4c64-961a-32e005c823b4 used request id req-d64052ad-4dcf-443a-bf08-eb1170772c21 2018-12-03 16:28:09,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/124ddb36-4600-4c64-961a-32e005c823b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:09,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-af668101-7589-473a-a170-32c54c163941 Date: Mon, 03 Dec 2018 16:28:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fe11034d-4954-45f7-8386-11dd26606d95","tenant_id":"","created_at":"2018-12-03T16:28:04Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:04Z","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":"124ddb36-4600-4c64-961a-32e005c823b4","subnetpool_id":null,"name":"HA subnet tenant f6d1e342568d4028a752c4ee89d007d9"}} 2018-12-03 16:28:09,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/124ddb36-4600-4c64-961a-32e005c823b4 used request id req-af668101-7589-473a-a170-32c54c163941 2018-12-03 16:28:09,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/124ddb36-4600-4c64-961a-32e005c823b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:10,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1612374e-6607-4174-a8ec-4f1f8ee9b70b Date: Mon, 03 Dec 2018 16:28:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fe11034d-4954-45f7-8386-11dd26606d95","tenant_id":"","created_at":"2018-12-03T16:28:04Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:04Z","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":"124ddb36-4600-4c64-961a-32e005c823b4","subnetpool_id":null,"name":"HA subnet tenant f6d1e342568d4028a752c4ee89d007d9"}} 2018-12-03 16:28:10,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/124ddb36-4600-4c64-961a-32e005c823b4 used request id req-1612374e-6607-4174-a8ec-4f1f8ee9b70b 2018-12-03 16:28:10,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:10,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "193d72f79a16422ab8159fb889436fc6", "name": "CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj-role"}], "expires_at": "2018-12-03T17:28:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f6d1e342568d4028a752c4ee89d007d9", "name": "CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/f6d1e342568d4028a752c4ee89d007d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/f6d1e342568d4028a752c4ee89d007d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/f6d1e342568d4028a752c4ee89d007d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/f6d1e342568d4028a752c4ee89d007d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/f6d1e342568d4028a752c4ee89d007d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/f6d1e342568d4028a752c4ee89d007d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/f6d1e342568d4028a752c4ee89d007d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/f6d1e342568d4028a752c4ee89d007d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/f6d1e342568d4028a752c4ee89d007d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/f6d1e342568d4028a752c4ee89d007d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/f6d1e342568d4028a752c4ee89d007d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/f6d1e342568d4028a752c4ee89d007d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-user", "id": "739b6802794c4daa91859748a127cc41"}, "audit_ids": ["fDKq3LmfTSOldOaC66Bo7Q"], "issued_at": "2018-12-03T16:28:10.000000Z"}} 2018-12-03 16:28:10,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-cd71205f-ad72-4ce1-a986-14fa20e7c1b4-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d679be94eb1d183f41f763285ac1094d651669a7" 2018-12-03 16:28:10,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-c423b3ed-1335-44ec-8372-98a380b08d36 Date: Mon, 03 Dec 2018 16:28:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f6d1e342568d4028a752c4ee89d007d9", "created_at": "2018-12-03T16:28:04Z", "admin_state_up": true, "updated_at": "2018-12-03T16:28:07Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "f6d1e342568d4028a752c4ee89d007d9", "id": "465dae3c-93ac-476f-b0ac-6c7b2c97d154", "name": "CreateRouterSuccessTests-cd71205f-ad72-4ce1-a986-14fa20e7c1b4-pub-router"}]} 2018-12-03 16:28:10,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-cd71205f-ad72-4ce1-a986-14fa20e7c1b4-pub-router&admin_state_up=True used request id req-c423b3ed-1335-44ec-8372-98a380b08d36 2018-12-03 16:28:10,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:28:10,693 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:28: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:28:10,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f6d1e342568d4028a752c4ee89d007d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21517fb0763158e16862998d21beae41657c24cf" 2018-12-03 16:28:10,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ab11e0b-f351-4eb2-9acd-117c465ea4e9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f6d1e342568d4028a752c4ee89d007d9"}, "enabled": true, "id": "f6d1e342568d4028a752c4ee89d007d9", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj"}} 2018-12-03 16:28:10,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f6d1e342568d4028a752c4ee89d007d9 used request id req-1ab11e0b-f351-4eb2-9acd-117c465ea4e9 2018-12-03 16:28:10,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=465dae3c-93ac-476f-b0ac-6c7b2c97d154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d679be94eb1d183f41f763285ac1094d651669a7" 2018-12-03 16:28:10,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-03498f78-ee50-4893-bf88-6807eda77a38 Date: Mon, 03 Dec 2018 16:28:10 GMT RESP BODY: {"ports":[]} 2018-12-03 16:28:10,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=465dae3c-93ac-476f-b0ac-6c7b2c97d154 used request id req-03498f78-ee50-4893-bf88-6807eda77a38 2018-12-03 16:28:10,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d679be94eb1d183f41f763285ac1094d651669a7" 2018-12-03 16:28:11,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-8d70d8e1-bf52-42c4-a01a-919519d37155 Date: Mon, 03 Dec 2018 16:28:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:28:11,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-8d70d8e1-bf52-42c4-a01a-919519d37155 2018-12-03 16:28:11,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d679be94eb1d183f41f763285ac1094d651669a7" 2018-12-03 16:28:11,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c72c4c99-d95e-4d1c-b08c-c12159f9ccef Date: Mon, 03 Dec 2018 16:28:11 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:28:11,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-c72c4c99-d95e-4d1c-b08c-c12159f9ccef 2018-12-03 16:28:11,374 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-cd71205f-ad72-4ce1-a986-14fa20e7c1b4-pub-router 2018-12-03 16:28:11,375 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-cd71205f-ad72-4ce1-a986-14fa20e7c1b4-pub-router 2018-12-03 16:28:11,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/465dae3c-93ac-476f-b0ac-6c7b2c97d154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0144fddd84974a8d34e3440b98a5c82cd8fd11b" 2018-12-03 16:28:15,100 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b515a2b-c3e3-406a-830e-036782ce161a Content-Length: 0 Date: Mon, 03 Dec 2018 16:28:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:28:15,100 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/465dae3c-93ac-476f-b0ac-6c7b2c97d154 used request id req-2b515a2b-c3e3-406a-830e-036782ce161a 2018-12-03 16:28:15,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" 2018-12-03 16:28:15,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d858e4a8-8b8b-421d-a448-b67fc0ff2016 Date: Mon, 03 Dec 2018 16:28:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:28:15,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-d858e4a8-8b8b-421d-a448-b67fc0ff2016 2018-12-03 16:28:15,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" 2018-12-03 16:28:15,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9f6d5fa-7505-4224-b4c2-d54d2688b8e5 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:28:15,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-a9f6d5fa-7505-4224-b4c2-d54d2688b8e5 2018-12-03 16:28:15,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" 2018-12-03 16:28:15,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab6d7515-e193-4b1f-bb33-a6f064b2a6f6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:28:15,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-ab6d7515-e193-4b1f-bb33-a6f064b2a6f6 2018-12-03 16:28:15,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" 2018-12-03 16:28:15,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d41d1cd1-bab5-4876-8dec-a29f7843d6e8 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:28:15,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-d41d1cd1-bab5-4876-8dec-a29f7843d6e8 2018-12-03 16:28:15,588 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj 2018-12-03 16:28:15,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/f6d1e342568d4028a752c4ee89d007d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" 2018-12-03 16:28:15,816 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:28:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa2eee2a-4311-4d72-a3d8-a8946f8bca62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:28:15,816 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/f6d1e342568d4028a752c4ee89d007d9 used request id req-fa2eee2a-4311-4d72-a3d8-a8946f8bca62 2018-12-03 16:28:15,816 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-proj-role 2018-12-03 16:28:15,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/193d72f79a16422ab8159fb889436fc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" 2018-12-03 16:28:15,927 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:28:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8f1358d-c20e-4874-88cd-e3063645d22e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:28:15,927 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/193d72f79a16422ab8159fb889436fc6 used request id req-b8f1358d-c20e-4874-88cd-e3063645d22e 2018-12-03 16:28:15,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b31b61d2f571b568df2ceb4536716cbf63c7f0" 2018-12-03 16:28:16,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d2e23e1-cad1-4be3-ad9f-4d60971c5b7a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:28:16,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8d2e23e1-cad1-4be3-ad9f-4d60971c5b7a 2018-12-03 16:28:16,014 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-3ddc0c1b-e9c9-47d-user 2018-12-03 16:28:16,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/739b6802794c4daa91859748a127cc41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e8b1bcc77e52d6b5ce4157003974c6f510dff6" 2018-12-03 16:28:16,195 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:28:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd3d20e4-2172-4450-be04-3b6895b015ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:28:16,195 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/739b6802794c4daa91859748a127cc41 used request id req-bd3d20e4-2172-4450-be04-3b6895b015ec 2018-12-03 16:28:16,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:16,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:28:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["FpCzmJsaRYipOulDmXkGFQ"], "issued_at": "2018-12-03T16:28:16.000000Z"}} 2018-12-03 16:28:16,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ea3aa0b919af4a813ff6939c9ce67d62123c7f9" 2018-12-03 16:28:16,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cee390ed-90cb-4385-8db5-ff21e36da3e1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:28:16,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cee390ed-90cb-4385-8db5-ff21e36da3e1 2018-12-03 16:28:16,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:28:16,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:17,041 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:28:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["2IzUEq_dRReH5jAbBC-f3w"], "issued_at": "2018-12-03T16:28:17.000000Z"}} 2018-12-03 16:28:17,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" 2018-12-03 16:28:17,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6caa8d90-ee02-4ab6-b92c-702fcec9274e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:28:17,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6caa8d90-ee02-4ab6-b92c-702fcec9274e 2018-12-03 16:28:17,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:28:17,135 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:28: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:28:17,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-aafe9852-40b7-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" 2018-12-03 16:28:17,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e42897d7-4a7c-4900-b099-6314ee0e6026 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-aafe9852-40b7-486-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:28:17,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-aafe9852-40b7-486-proj used request id req-e42897d7-4a7c-4900-b099-6314ee0e6026 2018-12-03 16:28:17,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" 2018-12-03 16:28:17,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7875b59-e7ab-4123-b4ac-b221a6d24867 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:28:17,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a7875b59-e7ab-4123-b4ac-b221a6d24867 2018-12-03 16:28:17,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}}' 2018-12-03 16:28:17,514 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:28:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90dbdc85-0d75-4f00-ad66-e05453c4872a Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13"}, "enabled": true, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}} 2018-12-03 16:28:17,514 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-90dbdc85-0d75-4f00-ad66-e05453c4872a 2018-12-03 16:28:17,514 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-aafe9852-40b7-486-proj 2018-12-03 16:28:17,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:28:17,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:17,899 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:28:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["1oGXEMqGQUKoeJMnqa5KBA"], "issued_at": "2018-12-03T16:28:17.000000Z"}} 2018-12-03 16:28:17,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2578414192293d4963ff868a82f7e6f161b9bb48" 2018-12-03 16:28:17,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bd71cfd-03dd-4f79-be8a-3828c87ea2e1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:28:17,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4bd71cfd-03dd-4f79-be8a-3828c87ea2e1 2018-12-03 16:28:17,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:28:17,990 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:28: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:28:17,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2578414192293d4963ff868a82f7e6f161b9bb48" 2018-12-03 16:28:18,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f317982-4da3-47da-b9ad-484c101f8fcc Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:28:18,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3f317982-4da3-47da-b9ad-484c101f8fcc 2018-12-03 16:28:18,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-aafe9852-40b7-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2578414192293d4963ff868a82f7e6f161b9bb48" 2018-12-03 16:28:18,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2bf39c9-9ae8-4927-8ff4-f11c61109ebb Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-aafe9852-40b7-486-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13"}, "enabled": true, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}]} 2018-12-03 16:28:18,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-aafe9852-40b7-486-proj used request id req-e2bf39c9-9ae8-4927-8ff4-f11c61109ebb 2018-12-03 16:28:18,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2578414192293d4963ff868a82f7e6f161b9bb48" 2018-12-03 16:28:18,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2994ce08-4860-45a9-8846-63d2f7447484 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:28:18,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-2994ce08-4860-45a9-8846-63d2f7447484 2018-12-03 16:28:18,665 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-aafe9852-40b7-486-user 2018-12-03 16:28:18,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:28:18,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" 2018-12-03 16:28:18,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab54fadc-bfd9-42c0-bb92-8d7f85bbf54a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:28:18,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ab54fadc-bfd9-42c0-bb92-8d7f85bbf54a 2018-12-03 16:28:18,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" -d '{"role": {"name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj-role"}}' 2018-12-03 16:28:18,867 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:28:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf6635e1-60d7-47f3-9d11-01714de32ebc Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "163da5d0bcb44921abd81b82519c0cf8", "links": {"self": "http://172.30.9.30:5000/v3/roles/163da5d0bcb44921abd81b82519c0cf8"}, "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj-role"}} 2018-12-03 16:28:18,867 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-cf6635e1-60d7-47f3-9d11-01714de32ebc 2018-12-03 16:28:18,868 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-aafe9852-40b7-486-proj-role 2018-12-03 16:28:18,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/163da5d0bcb44921abd81b82519c0cf8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" 2018-12-03 16:28:18,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12499837-606d-411e-af13-a0720b1239a3 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/163da5d0bcb44921abd81b82519c0cf8"}, "domain_id": null, "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj-role", "id": "163da5d0bcb44921abd81b82519c0cf8"}} 2018-12-03 16:28:18,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/163da5d0bcb44921abd81b82519c0cf8 used request id req-12499837-606d-411e-af13-a0720b1239a3 2018-12-03 16:28:18,956 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-aafe9852-40b7-486-proj-role to project CreateRouterSuccessTests-aafe9852-40b7-486-proj 2018-12-03 16:28:18,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13/users/f8d9d3fb1e334be48db047f12dcce8f8/roles/163da5d0bcb44921abd81b82519c0cf8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" 2018-12-03 16:28:19,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:28:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef1b2520-6ec7-450f-985c-b77f1be690ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:28:19,092 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13/users/f8d9d3fb1e334be48db047f12dcce8f8/roles/163da5d0bcb44921abd81b82519c0cf8 used request id req-ef1b2520-6ec7-450f-985c-b77f1be690ea 2018-12-03 16:28:19,092 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:28:19,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:19,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "163da5d0bcb44921abd81b82519c0cf8", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj-role"}], "expires_at": "2018-12-03T17:28:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-aafe9852-40b7-486-user", "id": "f8d9d3fb1e334be48db047f12dcce8f8"}, "audit_ids": ["7QbOrcpiTkGXix90Dsmfbg"], "issued_at": "2018-12-03T16:28:19.000000Z"}} 2018-12-03 16:28:19,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdcfe6fc4bdac2b7d1af80b90a4dd8e9dde5b6ac" 2018-12-03 16:28:19,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-991c544c-9174-4d06-921d-a241c3c27b79 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:28:19,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-991c544c-9174-4d06-921d-a241c3c27b79 2018-12-03 16:28:19,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdcfe6fc4bdac2b7d1af80b90a4dd8e9dde5b6ac" 2018-12-03 16:28:19,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7040c5c3-fcbd-44f1-8f9e-9422471ea0c3 Date: Mon, 03 Dec 2018 16:28:19 GMT RESP BODY: {"networks":[]} 2018-12-03 16:28:19,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1 used request id req-7040c5c3-fcbd-44f1-8f9e-9422471ea0c3 2018-12-03 16:28:19,733 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1 2018-12-03 16:28:19,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdcfe6fc4bdac2b7d1af80b90a4dd8e9dde5b6ac" -d '{"network": {"name": "CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1", "admin_state_up": true}}' 2018-12-03 16:28:20,344 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-25fc33b1-c39a-408c-af5c-8a86e57edb02 Date: Mon, 03 Dec 2018 16:28:20 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9c95e9db-9593-4648-a887-096d89e727f7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:28:20Z","is_default":false,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:20Z","mtu":1450}} 2018-12-03 16:28:20,345 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-25fc33b1-c39a-408c-af5c-8a86e57edb02 2018-12-03 16:28:20,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9c95e9db-9593-4648-a887-096d89e727f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdcfe6fc4bdac2b7d1af80b90a4dd8e9dde5b6ac" 2018-12-03 16:28:20,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7d824939-1452-4c1d-b978-f981f6197065 Date: Mon, 03 Dec 2018 16:28:20 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-12-03T16:28:20Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"9c95e9db-9593-4648-a887-096d89e727f7","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1"}]} 2018-12-03 16:28:20,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9c95e9db-9593-4648-a887-096d89e727f7 used request id req-7d824939-1452-4c1d-b978-f981f6197065 2018-12-03 16:28:20,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdcfe6fc4bdac2b7d1af80b90a4dd8e9dde5b6ac" 2018-12-03 16:28:20,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-da2cfc19-ced3-4779-bfda-6a2a58ebcaa3 Date: Mon, 03 Dec 2018 16:28:20 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:28:20,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 used request id req-da2cfc19-ced3-4779-bfda-6a2a58ebcaa3 2018-12-03 16:28:20,758 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1 2018-12-03 16:28:20,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdcfe6fc4bdac2b7d1af80b90a4dd8e9dde5b6ac" -d '{"subnets": [{"ip_version": 4, "network_id": "9c95e9db-9593-4648-a887-096d89e727f7", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}]}' 2018-12-03 16:28:21,554 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c2bf56bb-c40c-44b2-aba4-21a171761e13 Date: Mon, 03 Dec 2018 16:28:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:21Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}]} 2018-12-03 16:28:21,554 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-c2bf56bb-c40c-44b2-aba4-21a171761e13 2018-12-03 16:28:21,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9c95e9db-9593-4648-a887-096d89e727f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdcfe6fc4bdac2b7d1af80b90a4dd8e9dde5b6ac" 2018-12-03 16:28:21,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7ced438a-18c1-4ca6-9ea6-e4ab9e633b24 Date: Mon, 03 Dec 2018 16:28: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":["8ea4483b-ad87-4b39-ab8d-61e0ba942b4c"],"updated_at":"2018-12-03T16:28:21Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"9c95e9db-9593-4648-a887-096d89e727f7","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1"}]} 2018-12-03 16:28:21,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9c95e9db-9593-4648-a887-096d89e727f7 used request id req-7ced438a-18c1-4ca6-9ea6-e4ab9e633b24 2018-12-03 16:28:21,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdcfe6fc4bdac2b7d1af80b90a4dd8e9dde5b6ac" 2018-12-03 16:28:22,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-fc6211aa-ce36-49db-983b-9c29bd1c67d6 Date: Mon, 03 Dec 2018 16:28:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:21Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}]} 2018-12-03 16:28:22,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 used request id req-fc6211aa-ce36-49db-983b-9c29bd1c67d6 2018-12-03 16:28:22,035 - OpenStackNetwork - DEBUG - Network [9c95e9db-9593-4648-a887-096d89e727f7] created successfully 2018-12-03 16:28:22,035 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:28:22,036 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:22,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "163da5d0bcb44921abd81b82519c0cf8", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj-role"}], "expires_at": "2018-12-03T17:28:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-aafe9852-40b7-486-user", "id": "f8d9d3fb1e334be48db047f12dcce8f8"}, "audit_ids": ["anUb06giRbqqQPHiXF8F8A"], "issued_at": "2018-12-03T16:28:22.000000Z"}} 2018-12-03 16:28:22,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42554e3f506fd910b2aba231a8379b5f750dcdc8" 2018-12-03 16:28:22,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4db8c42-8f19-4c0e-b246-58534b21e1c8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:28:22,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b4db8c42-8f19-4c0e-b246-58534b21e1c8 2018-12-03 16:28:22,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42554e3f506fd910b2aba231a8379b5f750dcdc8" 2018-12-03 16:28:22,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-843d1c27-1d43-4e2c-acd4-634105d0cc65 Date: Mon, 03 Dec 2018 16:28:22 GMT RESP BODY: {"networks":[]} 2018-12-03 16:28:22,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2 used request id req-843d1c27-1d43-4e2c-acd4-634105d0cc65 2018-12-03 16:28:22,617 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2 2018-12-03 16:28:22,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42554e3f506fd910b2aba231a8379b5f750dcdc8" -d '{"network": {"name": "CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2", "admin_state_up": true}}' 2018-12-03 16:28:23,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-7bfe6119-18c1-479b-a610-8dfcec075f21 Date: Mon, 03 Dec 2018 16:28:23 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:28:22Z","is_default":false,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:22Z","mtu":1450}} 2018-12-03 16:28:23,183 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-7bfe6119-18c1-479b-a610-8dfcec075f21 2018-12-03 16:28:23,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=43dcaee2-79ca-465e-b0ad-8606805e9cce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42554e3f506fd910b2aba231a8379b5f750dcdc8" 2018-12-03 16:28:23,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-449acd7a-1452-468c-aabb-809512a414c3 Date: Mon, 03 Dec 2018 16:28: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-12-03T16:28:22Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2"}]} 2018-12-03 16:28:23,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=43dcaee2-79ca-465e-b0ad-8606805e9cce used request id req-449acd7a-1452-468c-aabb-809512a414c3 2018-12-03 16:28:23,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42554e3f506fd910b2aba231a8379b5f750dcdc8" 2018-12-03 16:28:23,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ed06da7d-53d1-4db8-87f7-f6f19c201d07 Date: Mon, 03 Dec 2018 16:28:23 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:28:23,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce used request id req-ed06da7d-53d1-4db8-87f7-f6f19c201d07 2018-12-03 16:28:23,463 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2 2018-12-03 16:28:23,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42554e3f506fd910b2aba231a8379b5f750dcdc8" -d '{"subnets": [{"ip_version": 4, "network_id": "43dcaee2-79ca-465e-b0ad-8606805e9cce", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}]}' 2018-12-03 16:28:24,117 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-4cbc6415-0008-42cd-a09f-28a7ed4453cd Date: Mon, 03 Dec 2018 16:28:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:23Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"5b673e83-f5b4-4812-aac0-7b83e3711349","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}]} 2018-12-03 16:28:24,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-4cbc6415-0008-42cd-a09f-28a7ed4453cd 2018-12-03 16:28:24,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=43dcaee2-79ca-465e-b0ad-8606805e9cce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42554e3f506fd910b2aba231a8379b5f750dcdc8" 2018-12-03 16:28:24,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-65991433-ba7d-4436-9a12-ac8f1c266bbd Date: Mon, 03 Dec 2018 16:28:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5b673e83-f5b4-4812-aac0-7b83e3711349"],"updated_at":"2018-12-03T16:28:23Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2"}]} 2018-12-03 16:28:24,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=43dcaee2-79ca-465e-b0ad-8606805e9cce used request id req-65991433-ba7d-4436-9a12-ac8f1c266bbd 2018-12-03 16:28:24,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42554e3f506fd910b2aba231a8379b5f750dcdc8" 2018-12-03 16:28:24,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c64242b7-3e2b-4d8d-bdda-ea24988ea6e4 Date: Mon, 03 Dec 2018 16:28:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:23Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"5b673e83-f5b4-4812-aac0-7b83e3711349","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}]} 2018-12-03 16:28:24,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce used request id req-c64242b7-3e2b-4d8d-bdda-ea24988ea6e4 2018-12-03 16:28:24,493 - OpenStackNetwork - DEBUG - Network [43dcaee2-79ca-465e-b0ad-8606805e9cce] created successfully 2018-12-03 16:28:24,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:28:24,494 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:24,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "163da5d0bcb44921abd81b82519c0cf8", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj-role"}], "expires_at": "2018-12-03T17:28:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-aafe9852-40b7-486-user", "id": "f8d9d3fb1e334be48db047f12dcce8f8"}, "audit_ids": ["sOG7PDgjRlOYVoHxrH9bmg"], "issued_at": "2018-12-03T16:28:24.000000Z"}} 2018-12-03 16:28:24,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:24,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-189ee7ac-1fa1-4d1f-b225-c520cb51e3f3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:28:24,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-189ee7ac-1fa1-4d1f-b225-c520cb51e3f3 2018-12-03 16:28:24,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:25,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-30e2ff05-3dea-449c-8630-825407396f94 Date: Mon, 03 Dec 2018 16:28:25 GMT RESP BODY: {"routers": []} 2018-12-03 16:28:25,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router&admin_state_up=True used request id req-30e2ff05-3dea-449c-8630-825407396f94 2018-12-03 16:28:25,149 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:28:25,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:25,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "163da5d0bcb44921abd81b82519c0cf8", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj-role"}], "expires_at": "2018-12-03T17:28:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-aafe9852-40b7-486-user", "id": "f8d9d3fb1e334be48db047f12dcce8f8"}, "audit_ids": ["WMhShOLaRQKoa7JxO6Ifzw"], "issued_at": "2018-12-03T16:28:25.000000Z"}} 2018-12-03 16:28:25,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e287ac984010f663ecefc623093eaee884849dcf" 2018-12-03 16:28:25,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f80543cd-d2b5-4b4f-951b-f413603e0483 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:28:25,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f80543cd-d2b5-4b4f-951b-f413603e0483 2018-12-03 16:28:25,609 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router 2018-12-03 16:28:25,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" -d '{"router": {"name": "CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router", "admin_state_up": true}}' 2018-12-03 16:28:29,132 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-e9dabb43-3848-49d2-9cc1-8ee43b637a04 Date: Mon, 03 Dec 2018 16:28:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "created_at": "2018-12-03T16:28:26Z", "admin_state_up": true, "updated_at": "2018-12-03T16:28:26Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "ae05ede2580b49ab8568a07dc3bbfc13", "id": "b37a5df5-54f3-4bfb-a8cf-59207156fca9", "name": "CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router"}} 2018-12-03 16:28:29,132 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-e9dabb43-3848-49d2-9cc1-8ee43b637a04 2018-12-03 16:28:29,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=b37a5df5-54f3-4bfb-a8cf-59207156fca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:29,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5bcf8527-6b75-48b3-a4d0-61f4c8b1f502 Date: Mon, 03 Dec 2018 16:28:29 GMT RESP BODY: {"ports":[]} 2018-12-03 16:28:29,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=b37a5df5-54f3-4bfb-a8cf-59207156fca9 used request id req-5bcf8527-6b75-48b3-a4d0-61f4c8b1f502 2018-12-03 16:28:29,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:29,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4c4f2da4-1850-41b7-8e3f-38854c27589e Date: Mon, 03 Dec 2018 16:28: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":["8ea4483b-ad87-4b39-ab8d-61e0ba942b4c"],"updated_at":"2018-12-03T16:28:21Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"9c95e9db-9593-4648-a887-096d89e727f7","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1"}]} 2018-12-03 16:28:29,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1 used request id req-4c4f2da4-1850-41b7-8e3f-38854c27589e 2018-12-03 16:28:29,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:28:29,566 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:28: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:28:29,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:29,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-779dd646-62ac-4f05-bd27-a4ce6562d874 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13"}, "enabled": true, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}} 2018-12-03 16:28:29,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 used request id req-779dd646-62ac-4f05-bd27-a4ce6562d874 2018-12-03 16:28:29,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:29,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c696c815-2c5d-42b2-bd85-17eab78969ce Date: Mon, 03 Dec 2018 16:28:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:21Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}]} 2018-12-03 16:28:29,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 used request id req-c696c815-2c5d-42b2-bd85-17eab78969ce 2018-12-03 16:28:29,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9c95e9db-9593-4648-a887-096d89e727f7&name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:30,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3a4f0253-35d5-4fa2-bc16-00748b5c8721 Date: Mon, 03 Dec 2018 16:28:30 GMT RESP BODY: {"ports":[]} 2018-12-03 16:28:30,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9c95e9db-9593-4648-a887-096d89e727f7&name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1&admin_state_up=True used request id req-3a4f0253-35d5-4fa2-bc16-00748b5c8721 2018-12-03 16:28:30,186 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1 for router - CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router 2018-12-03 16:28:30,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:28:30,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:30,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "163da5d0bcb44921abd81b82519c0cf8", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj-role"}], "expires_at": "2018-12-03T17:28:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-aafe9852-40b7-486-user", "id": "f8d9d3fb1e334be48db047f12dcce8f8"}, "audit_ids": ["lNqa6okCRhK_Uh6lL8CW-g"], "issued_at": "2018-12-03T16:28:30.000000Z"}} 2018-12-03 16:28:30,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d15fa1e9241ed75121a4b792c786d653fcc393e" 2018-12-03 16:28:30,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d1e1296-199e-4e28-96f0-998cc3423dcd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:28:30,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9d1e1296-199e-4e28-96f0-998cc3423dcd 2018-12-03 16:28:30,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:30,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8c7fcbc2-893f-4116-be29-b855c21aa2cb Date: Mon, 03 Dec 2018 16:28: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":["8ea4483b-ad87-4b39-ab8d-61e0ba942b4c"],"updated_at":"2018-12-03T16:28:21Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"9c95e9db-9593-4648-a887-096d89e727f7","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1"}]} 2018-12-03 16:28:30,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1 used request id req-8c7fcbc2-893f-4116-be29-b855c21aa2cb 2018-12-03 16:28:31,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:31,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a742d29a-1a15-4311-b2ea-3d585e9f2d3d Date: Mon, 03 Dec 2018 16:28:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:21Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}]} 2018-12-03 16:28:31,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 used request id req-a742d29a-1a15-4311-b2ea-3d585e9f2d3d 2018-12-03 16:28:31,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:31,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7092240b-c2f1-4904-a13a-0b01ee539086 Date: Mon, 03 Dec 2018 16:28: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":["8ea4483b-ad87-4b39-ab8d-61e0ba942b4c"],"updated_at":"2018-12-03T16:28:21Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"9c95e9db-9593-4648-a887-096d89e727f7","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1"}]} 2018-12-03 16:28:31,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1 used request id req-7092240b-c2f1-4904-a13a-0b01ee539086 2018-12-03 16:28:31,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:28:31,438 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:28:31,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d15fa1e9241ed75121a4b792c786d653fcc393e" 2018-12-03 16:28:31,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-863c894f-38c8-4093-914a-a5efbd8a22af Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13"}, "enabled": true, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}} 2018-12-03 16:28:31,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 used request id req-863c894f-38c8-4093-914a-a5efbd8a22af 2018-12-03 16:28:31,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:31,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d24c7dce-535d-4e6d-802a-4e794181dd2e Date: Mon, 03 Dec 2018 16:28:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:21Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}]} 2018-12-03 16:28:31,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 used request id req-d24c7dce-535d-4e6d-802a-4e794181dd2e 2018-12-03 16:28:31,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7&name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:31,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-b538fb65-3e39-41d1-917f-2b6fee292d83 Date: Mon, 03 Dec 2018 16:28:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:21Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}]} 2018-12-03 16:28:31,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7&name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1 used request id req-b538fb65-3e39-41d1-917f-2b6fee292d83 2018-12-03 16:28:31,779 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1 2018-12-03 16:28:31,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" -d '{"port": {"network_id": "9c95e9db-9593-4648-a887-096d89e727f7", "fixed_ips": [{"subnet_id": "8ea4483b-ad87-4b39-ab8d-61e0ba942b4c", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1", "admin_state_up": true}}' 2018-12-03 16:28:32,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-6777220c-5ded-4bbd-92a1-1cdbbb36532e Date: Mon, 03 Dec 2018 16:28:32 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","ip_address":"10.200.201.1"}],"id":"f2019049-b35d-4e24-b546-b79bfa98c827","security_groups":["0a863cba-6c6a-4484-ab27-a02c9ceb7716"],"mac_address":"fa:16:3e:f9:3c:8e","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","qos_policy_id":null,"admin_state_up":true,"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:32Z","binding:vnic_type":"normal"}} 2018-12-03 16:28:32,925 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-6777220c-5ded-4bbd-92a1-1cdbbb36532e 2018-12-03 16:28:32,926 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1 for router - CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router 2018-12-03 16:28:32,926 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router 2018-12-03 16:28:32,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/b37a5df5-54f3-4bfb-a8cf-59207156fca9/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" -d '{"port_id": "f2019049-b35d-4e24-b546-b79bfa98c827"}' 2018-12-03 16:28:34,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b006c1d9-a448-49c3-955f-c3b499273818 Date: Mon, 03 Dec 2018 16:28:34 GMT RESP BODY: {"network_id": "9c95e9db-9593-4648-a887-096d89e727f7", "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "subnet_id": "8ea4483b-ad87-4b39-ab8d-61e0ba942b4c", "subnet_ids": ["8ea4483b-ad87-4b39-ab8d-61e0ba942b4c"], "port_id": "f2019049-b35d-4e24-b546-b79bfa98c827", "id": "b37a5df5-54f3-4bfb-a8cf-59207156fca9"} 2018-12-03 16:28:34,596 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b37a5df5-54f3-4bfb-a8cf-59207156fca9/add_router_interface used request id req-b006c1d9-a448-49c3-955f-c3b499273818 2018-12-03 16:28:34,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:34,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6c40121c-d796-43ec-a7e7-45c2cfbd9994 Date: Mon, 03 Dec 2018 16:28: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":["5b673e83-f5b4-4812-aac0-7b83e3711349"],"updated_at":"2018-12-03T16:28:23Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2"}]} 2018-12-03 16:28:34,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2 used request id req-6c40121c-d796-43ec-a7e7-45c2cfbd9994 2018-12-03 16:28:34,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:34,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53c1a54b-2045-4633-8835-23c967924c75 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13"}, "enabled": true, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}} 2018-12-03 16:28:34,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 used request id req-53c1a54b-2045-4633-8835-23c967924c75 2018-12-03 16:28:34,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:35,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-3c5b6609-73e2-4caf-a640-2a14a23983b4 Date: Mon, 03 Dec 2018 16:28:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:23Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"5b673e83-f5b4-4812-aac0-7b83e3711349","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}]} 2018-12-03 16:28:35,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce used request id req-3c5b6609-73e2-4caf-a640-2a14a23983b4 2018-12-03 16:28:35,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce&name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:35,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e3928bd2-3452-442d-99c1-dd78579c9592 Date: Mon, 03 Dec 2018 16:28:35 GMT RESP BODY: {"ports":[]} 2018-12-03 16:28:35,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce&name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2&admin_state_up=True used request id req-e3928bd2-3452-442d-99c1-dd78579c9592 2018-12-03 16:28:35,357 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2 for router - CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router 2018-12-03 16:28:35,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:28:35,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:35,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "163da5d0bcb44921abd81b82519c0cf8", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj-role"}], "expires_at": "2018-12-03T17:28:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-aafe9852-40b7-486-user", "id": "f8d9d3fb1e334be48db047f12dcce8f8"}, "audit_ids": ["PnOf4ahDSjWB_gD685qDEQ"], "issued_at": "2018-12-03T16:28:35.000000Z"}} 2018-12-03 16:28:35,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582ae8481b381e6b3c73841d080b51da0b78be84" 2018-12-03 16:28:35,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9566bcc-5878-4bb0-9e9f-1be6a613467d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:28:35,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e9566bcc-5878-4bb0-9e9f-1be6a613467d 2018-12-03 16:28:35,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:36,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-eb0d1c49-2588-4af4-9f73-2278ba40845c Date: Mon, 03 Dec 2018 16:28: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":["5b673e83-f5b4-4812-aac0-7b83e3711349"],"updated_at":"2018-12-03T16:28:23Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2"}]} 2018-12-03 16:28:36,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2 used request id req-eb0d1c49-2588-4af4-9f73-2278ba40845c 2018-12-03 16:28:36,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:36,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-b8bd54ea-6544-4813-88ca-ce4f4ff28563 Date: Mon, 03 Dec 2018 16:28:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:23Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"5b673e83-f5b4-4812-aac0-7b83e3711349","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}]} 2018-12-03 16:28:36,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce used request id req-b8bd54ea-6544-4813-88ca-ce4f4ff28563 2018-12-03 16:28:36,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:36,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7fc83bed-65b6-4dcc-93bb-692b3b2ee821 Date: Mon, 03 Dec 2018 16:28: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":["5b673e83-f5b4-4812-aac0-7b83e3711349"],"updated_at":"2018-12-03T16:28:23Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2"}]} 2018-12-03 16:28:36,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2 used request id req-7fc83bed-65b6-4dcc-93bb-692b3b2ee821 2018-12-03 16:28:36,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:28:36,518 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:28:36,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582ae8481b381e6b3c73841d080b51da0b78be84" 2018-12-03 16:28:36,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7518d9b-ec06-4d63-9ceb-011d586438b0 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13"}, "enabled": true, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}} 2018-12-03 16:28:36,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 used request id req-f7518d9b-ec06-4d63-9ceb-011d586438b0 2018-12-03 16:28:36,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:36,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-00bf2864-d3dc-4a79-a784-0c84c3e28580 Date: Mon, 03 Dec 2018 16:28:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:23Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"5b673e83-f5b4-4812-aac0-7b83e3711349","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}]} 2018-12-03 16:28:36,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce used request id req-00bf2864-d3dc-4a79-a784-0c84c3e28580 2018-12-03 16:28:36,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce&name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:36,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-b44e8933-2794-4b15-ba9a-d1d6eaf5cf27 Date: Mon, 03 Dec 2018 16:28:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:23Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"5b673e83-f5b4-4812-aac0-7b83e3711349","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}]} 2018-12-03 16:28:36,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce&name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2 used request id req-b44e8933-2794-4b15-ba9a-d1d6eaf5cf27 2018-12-03 16:28:36,718 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2 2018-12-03 16:28:36,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" -d '{"port": {"network_id": "43dcaee2-79ca-465e-b0ad-8606805e9cce", "fixed_ips": [{"subnet_id": "5b673e83-f5b4-4812-aac0-7b83e3711349", "ip_address": "10.200.202.1"}], "name": "CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2", "admin_state_up": true}}' 2018-12-03 16:28:37,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-1a187008-f83a-41b4-bbdb-006f47613fee Date: Mon, 03 Dec 2018 16:28:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:37Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5b673e83-f5b4-4812-aac0-7b83e3711349","ip_address":"10.200.202.1"}],"id":"7529239c-abfe-4287-916f-e2201ec522e9","security_groups":["0a863cba-6c6a-4484-ab27-a02c9ceb7716"],"mac_address":"fa:16:3e:71:9c:40","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","qos_policy_id":null,"admin_state_up":true,"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:37Z","binding:vnic_type":"normal"}} 2018-12-03 16:28:37,710 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-1a187008-f83a-41b4-bbdb-006f47613fee 2018-12-03 16:28:37,710 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2 for router - CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router 2018-12-03 16:28:37,711 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router 2018-12-03 16:28:37,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/b37a5df5-54f3-4bfb-a8cf-59207156fca9/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" -d '{"port_id": "7529239c-abfe-4287-916f-e2201ec522e9"}' 2018-12-03 16:28:39,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e0b0e8af-a811-44f7-a4b9-e21ba6a39246 Date: Mon, 03 Dec 2018 16:28:39 GMT RESP BODY: {"network_id": "43dcaee2-79ca-465e-b0ad-8606805e9cce", "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "subnet_id": "5b673e83-f5b4-4812-aac0-7b83e3711349", "subnet_ids": ["5b673e83-f5b4-4812-aac0-7b83e3711349"], "port_id": "7529239c-abfe-4287-916f-e2201ec522e9", "id": "b37a5df5-54f3-4bfb-a8cf-59207156fca9"} 2018-12-03 16:28:39,418 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b37a5df5-54f3-4bfb-a8cf-59207156fca9/add_router_interface used request id req-e0b0e8af-a811-44f7-a4b9-e21ba6a39246 2018-12-03 16:28:39,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/b37a5df5-54f3-4bfb-a8cf-59207156fca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:39,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-d51b7124-18bc-403d-b436-6496909652b3 Date: Mon, 03 Dec 2018 16:28:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "created_at": "2018-12-03T16:28:26Z", "admin_state_up": true, "updated_at": "2018-12-03T16:28:38Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "ae05ede2580b49ab8568a07dc3bbfc13", "id": "b37a5df5-54f3-4bfb-a8cf-59207156fca9", "name": "CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router"}} 2018-12-03 16:28:39,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/b37a5df5-54f3-4bfb-a8cf-59207156fca9 used request id req-d51b7124-18bc-403d-b436-6496909652b3 2018-12-03 16:28:39,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=b37a5df5-54f3-4bfb-a8cf-59207156fca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:39,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-d6d51b7e-c071-419d-a1c9-4dc92ef86fcf Date: Mon, 03 Dec 2018 16:28:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5b673e83-f5b4-4812-aac0-7b83e3711349","ip_address":"10.200.202.1"}],"id":"7529239c-abfe-4287-916f-e2201ec522e9","security_groups":["0a863cba-6c6a-4484-ab27-a02c9ceb7716"],"mac_address":"fa:16:3e:71:9c:40","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2","admin_state_up":true,"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:37Z","binding:vnic_type":"normal","device_id":"b37a5df5-54f3-4bfb-a8cf-59207156fca9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","ip_address":"10.200.201.1"}],"id":"f2019049-b35d-4e24-b546-b79bfa98c827","security_groups":["0a863cba-6c6a-4484-ab27-a02c9ceb7716"],"mac_address":"fa:16:3e:f9:3c:8e","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1","admin_state_up":true,"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:32Z","binding:vnic_type":"normal","device_id":"b37a5df5-54f3-4bfb-a8cf-59207156fca9"}]} 2018-12-03 16:28:39,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=b37a5df5-54f3-4bfb-a8cf-59207156fca9 used request id req-d6d51b7e-c071-419d-a1c9-4dc92ef86fcf 2018-12-03 16:28:39,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/8ea4483b-ad87-4b39-ab8d-61e0ba942b4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:40,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e75e0b27-65a9-4d09-a49d-a3332926f4a8 Date: Mon, 03 Dec 2018 16:28:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:21Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}} 2018-12-03 16:28:40,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/8ea4483b-ad87-4b39-ab8d-61e0ba942b4c used request id req-e75e0b27-65a9-4d09-a49d-a3332926f4a8 2018-12-03 16:28:40,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5b673e83-f5b4-4812-aac0-7b83e3711349 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:40,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a1b6db70-e3a2-4c72-b846-2af412061e29 Date: Mon, 03 Dec 2018 16:28:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:23Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"5b673e83-f5b4-4812-aac0-7b83e3711349","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}} 2018-12-03 16:28:40,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5b673e83-f5b4-4812-aac0-7b83e3711349 used request id req-a1b6db70-e3a2-4c72-b846-2af412061e29 2018-12-03 16:28:40,333 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:40,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "163da5d0bcb44921abd81b82519c0cf8", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj-role"}], "expires_at": "2018-12-03T17:28:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-aafe9852-40b7-486-user", "id": "f8d9d3fb1e334be48db047f12dcce8f8"}, "audit_ids": ["PlIP5WOUTWqjF-LBcpgzog"], "issued_at": "2018-12-03T16:28:40.000000Z"}} 2018-12-03 16:28:40,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:40,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-5b9aa42b-9b0f-4375-a06b-97f91e3c39fe Date: Mon, 03 Dec 2018 16:28:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "created_at": "2018-12-03T16:28:26Z", "admin_state_up": true, "updated_at": "2018-12-03T16:28:38Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "ae05ede2580b49ab8568a07dc3bbfc13", "id": "b37a5df5-54f3-4bfb-a8cf-59207156fca9", "name": "CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router"}]} 2018-12-03 16:28:40,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router&admin_state_up=True used request id req-5b9aa42b-9b0f-4375-a06b-97f91e3c39fe 2018-12-03 16:28:40,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:28:40,927 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:28: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:28:40,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ea3aa0b919af4a813ff6939c9ce67d62123c7f9" 2018-12-03 16:28:41,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed625100-525e-4642-b4ed-f397af5ac950 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13"}, "enabled": true, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}} 2018-12-03 16:28:41,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 used request id req-ed625100-525e-4642-b4ed-f397af5ac950 2018-12-03 16:28:41,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=b37a5df5-54f3-4bfb-a8cf-59207156fca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:41,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1713 X-Openstack-Request-Id: req-f812235b-b9c1-4683-a81a-a758bb26ae11 Date: Mon, 03 Dec 2018 16:28:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5b673e83-f5b4-4812-aac0-7b83e3711349","ip_address":"10.200.202.1"}],"id":"7529239c-abfe-4287-916f-e2201ec522e9","security_groups":["0a863cba-6c6a-4484-ab27-a02c9ceb7716"],"mac_address":"fa:16:3e:71:9c:40","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2","admin_state_up":true,"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:37Z","binding:vnic_type":"normal","device_id":"b37a5df5-54f3-4bfb-a8cf-59207156fca9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","ip_address":"10.200.201.1"}],"id":"f2019049-b35d-4e24-b546-b79bfa98c827","security_groups":["0a863cba-6c6a-4484-ab27-a02c9ceb7716"],"mac_address":"fa:16:3e:f9:3c:8e","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1","admin_state_up":true,"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:32Z","binding:vnic_type":"normal","device_id":"b37a5df5-54f3-4bfb-a8cf-59207156fca9"}]} 2018-12-03 16:28:41,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=b37a5df5-54f3-4bfb-a8cf-59207156fca9 used request id req-f812235b-b9c1-4683-a81a-a758bb26ae11 2018-12-03 16:28:41,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/8ea4483b-ad87-4b39-ab8d-61e0ba942b4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:41,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-783eeb46-1071-48dc-a420-f1508a8d9d05 Date: Mon, 03 Dec 2018 16:28:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:21Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}} 2018-12-03 16:28:41,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/8ea4483b-ad87-4b39-ab8d-61e0ba942b4c used request id req-783eeb46-1071-48dc-a420-f1508a8d9d05 2018-12-03 16:28:41,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5b673e83-f5b4-4812-aac0-7b83e3711349 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:41,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0aea89da-802d-41c5-a25e-176ac78ca7f4 Date: Mon, 03 Dec 2018 16:28:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:23Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"5b673e83-f5b4-4812-aac0-7b83e3711349","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}} 2018-12-03 16:28:41,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5b673e83-f5b4-4812-aac0-7b83e3711349 used request id req-0aea89da-802d-41c5-a25e-176ac78ca7f4 2018-12-03 16:28:41,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:28:41,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:28:42,033 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "163da5d0bcb44921abd81b82519c0cf8", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj-role"}], "expires_at": "2018-12-03T17:28:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ae05ede2580b49ab8568a07dc3bbfc13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-aafe9852-40b7-486-user", "id": "f8d9d3fb1e334be48db047f12dcce8f8"}, "audit_ids": ["xjeF4C_IQ3enJ-ugyZKVvw"], "issued_at": "2018-12-03T16:28:42.000000Z"}} 2018-12-03 16:28:42,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:42,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7170c03-608d-4140-9b7f-eb08e1a903b5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:28:42,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b7170c03-608d-4140-9b7f-eb08e1a903b5 2018-12-03 16:28:42,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:42,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-c42e018c-20c0-465e-ac03-5b38753a5791 Date: Mon, 03 Dec 2018 16:28:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "created_at": "2018-12-03T16:28:26Z", "admin_state_up": true, "updated_at": "2018-12-03T16:28:38Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "ae05ede2580b49ab8568a07dc3bbfc13", "id": "b37a5df5-54f3-4bfb-a8cf-59207156fca9", "name": "CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router"}]} 2018-12-03 16:28:42,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router&admin_state_up=True used request id req-c42e018c-20c0-465e-ac03-5b38753a5791 2018-12-03 16:28:42,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:28:42,335 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:28:42,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:42,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37ba08b4-791f-4c51-8d9c-bcb622400f9f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13"}, "enabled": true, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}} 2018-12-03 16:28:42,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 used request id req-37ba08b4-791f-4c51-8d9c-bcb622400f9f 2018-12-03 16:28:42,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=b37a5df5-54f3-4bfb-a8cf-59207156fca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:42,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1715 X-Openstack-Request-Id: req-356eeb12-4eb1-4aeb-91da-6bcd7a5c3884 Date: Mon, 03 Dec 2018 16:28:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5b673e83-f5b4-4812-aac0-7b83e3711349","ip_address":"10.200.202.1"}],"id":"7529239c-abfe-4287-916f-e2201ec522e9","security_groups":["0a863cba-6c6a-4484-ab27-a02c9ceb7716"],"mac_address":"fa:16:3e:71:9c:40","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2","admin_state_up":true,"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:37Z","binding:vnic_type":"normal","device_id":"b37a5df5-54f3-4bfb-a8cf-59207156fca9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","ip_address":"10.200.201.1"}],"id":"f2019049-b35d-4e24-b546-b79bfa98c827","security_groups":["0a863cba-6c6a-4484-ab27-a02c9ceb7716"],"mac_address":"fa:16:3e:f9:3c:8e","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1","admin_state_up":true,"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:32Z","binding:vnic_type":"normal","device_id":"b37a5df5-54f3-4bfb-a8cf-59207156fca9"}]} 2018-12-03 16:28:42,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=b37a5df5-54f3-4bfb-a8cf-59207156fca9 used request id req-356eeb12-4eb1-4aeb-91da-6bcd7a5c3884 2018-12-03 16:28:42,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/8ea4483b-ad87-4b39-ab8d-61e0ba942b4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:42,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-927a75c7-242a-45a4-b349-b06973720506 Date: Mon, 03 Dec 2018 16:28:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:21Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}} 2018-12-03 16:28:42,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/8ea4483b-ad87-4b39-ab8d-61e0ba942b4c used request id req-927a75c7-242a-45a4-b349-b06973720506 2018-12-03 16:28:42,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5b673e83-f5b4-4812-aac0-7b83e3711349 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:43,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-125851b3-b509-478c-aaf8-d926afa6573e Date: Mon, 03 Dec 2018 16:28:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:23Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"5b673e83-f5b4-4812-aac0-7b83e3711349","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}} 2018-12-03 16:28:43,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5b673e83-f5b4-4812-aac0-7b83e3711349 used request id req-125851b3-b509-478c-aaf8-d926afa6573e 2018-12-03 16:28:43,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:43,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9b64ff9f-e7b7-4106-bdd7-de45d08032b3 Date: Mon, 03 Dec 2018 16:28: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":["8ea4483b-ad87-4b39-ab8d-61e0ba942b4c"],"updated_at":"2018-12-03T16:28:21Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"9c95e9db-9593-4648-a887-096d89e727f7","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1"}]} 2018-12-03 16:28:43,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1 used request id req-9b64ff9f-e7b7-4106-bdd7-de45d08032b3 2018-12-03 16:28:43,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:43,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8bd716f-0d77-4dea-9766-7a1e238bbee5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13"}, "enabled": true, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}} 2018-12-03 16:28:43,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 used request id req-b8bd716f-0d77-4dea-9766-7a1e238bbee5 2018-12-03 16:28:43,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:43,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-96d8f3ae-11bd-4cc3-80ea-76e6251c7b7f Date: Mon, 03 Dec 2018 16:28:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:21Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}]} 2018-12-03 16:28:43,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 used request id req-96d8f3ae-11bd-4cc3-80ea-76e6251c7b7f 2018-12-03 16:28:43,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9c95e9db-9593-4648-a887-096d89e727f7&name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:43,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-bf44e1a5-8e4c-4bed-a60a-34f5f4d4db0e Date: Mon, 03 Dec 2018 16:28:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","ip_address":"10.200.201.1"}],"id":"f2019049-b35d-4e24-b546-b79bfa98c827","security_groups":["0a863cba-6c6a-4484-ab27-a02c9ceb7716"],"mac_address":"fa:16:3e:f9:3c:8e","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1","admin_state_up":true,"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:32Z","binding:vnic_type":"normal","device_id":"b37a5df5-54f3-4bfb-a8cf-59207156fca9"}]} 2018-12-03 16:28:43,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9c95e9db-9593-4648-a887-096d89e727f7&name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1&admin_state_up=True used request id req-bf44e1a5-8e4c-4bed-a60a-34f5f4d4db0e 2018-12-03 16:28:43,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:43,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f93bbce-f64b-4e8b-a681-b16806a1cac7 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13"}, "enabled": true, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}} 2018-12-03 16:28:43,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 used request id req-4f93bbce-f64b-4e8b-a681-b16806a1cac7 2018-12-03 16:28:43,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:44,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3de1d505-64af-40df-bee2-6bad31f61236 Date: Mon, 03 Dec 2018 16:28: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":["5b673e83-f5b4-4812-aac0-7b83e3711349"],"updated_at":"2018-12-03T16:28:23Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2"}]} 2018-12-03 16:28:44,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2 used request id req-3de1d505-64af-40df-bee2-6bad31f61236 2018-12-03 16:28:44,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:44,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-197f1c43-4993-4e03-a849-39b279cd08a9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13"}, "enabled": true, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}} 2018-12-03 16:28:44,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 used request id req-197f1c43-4993-4e03-a849-39b279cd08a9 2018-12-03 16:28:44,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:44,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-06567a6d-cabd-4d69-a5d3-796d23fec61c Date: Mon, 03 Dec 2018 16:28:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:23Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"5b673e83-f5b4-4812-aac0-7b83e3711349","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}]} 2018-12-03 16:28:44,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce used request id req-06567a6d-cabd-4d69-a5d3-796d23fec61c 2018-12-03 16:28:44,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce&name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:44,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-3f53f5fd-a579-4004-9e4a-ab811dd772b6 Date: Mon, 03 Dec 2018 16:28:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5b673e83-f5b4-4812-aac0-7b83e3711349","ip_address":"10.200.202.1"}],"id":"7529239c-abfe-4287-916f-e2201ec522e9","security_groups":["0a863cba-6c6a-4484-ab27-a02c9ceb7716"],"mac_address":"fa:16:3e:71:9c:40","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2","admin_state_up":true,"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:37Z","binding:vnic_type":"normal","device_id":"b37a5df5-54f3-4bfb-a8cf-59207156fca9"}]} 2018-12-03 16:28:44,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce&name=CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2&admin_state_up=True used request id req-3f53f5fd-a579-4004-9e4a-ab811dd772b6 2018-12-03 16:28:44,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:44,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4391249-9025-4964-a4a5-f3098b197677 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13"}, "enabled": true, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}} 2018-12-03 16:28:44,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 used request id req-b4391249-9025-4964-a4a5-f3098b197677 2018-12-03 16:28:44,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/b37a5df5-54f3-4bfb-a8cf-59207156fca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:44,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-a8bdde35-5b58-45a9-bd73-2f518934a99b Date: Mon, 03 Dec 2018 16:28:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "created_at": "2018-12-03T16:28:26Z", "admin_state_up": true, "updated_at": "2018-12-03T16:28:38Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "ae05ede2580b49ab8568a07dc3bbfc13", "id": "b37a5df5-54f3-4bfb-a8cf-59207156fca9", "name": "CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router"}} 2018-12-03 16:28:44,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/b37a5df5-54f3-4bfb-a8cf-59207156fca9 used request id req-a8bdde35-5b58-45a9-bd73-2f518934a99b 2018-12-03 16:28:44,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=b37a5df5-54f3-4bfb-a8cf-59207156fca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:45,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1715 X-Openstack-Request-Id: req-dd3a7b05-44b6-4429-8139-359d4d9dc8bf Date: Mon, 03 Dec 2018 16:28:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5b673e83-f5b4-4812-aac0-7b83e3711349","ip_address":"10.200.202.1"}],"id":"7529239c-abfe-4287-916f-e2201ec522e9","security_groups":["0a863cba-6c6a-4484-ab27-a02c9ceb7716"],"mac_address":"fa:16:3e:71:9c:40","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2","admin_state_up":true,"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:37Z","binding:vnic_type":"normal","device_id":"b37a5df5-54f3-4bfb-a8cf-59207156fca9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","ip_address":"10.200.201.1"}],"id":"f2019049-b35d-4e24-b546-b79bfa98c827","security_groups":["0a863cba-6c6a-4484-ab27-a02c9ceb7716"],"mac_address":"fa:16:3e:f9:3c:8e","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1","admin_state_up":true,"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:32Z","binding:vnic_type":"normal","device_id":"b37a5df5-54f3-4bfb-a8cf-59207156fca9"}]} 2018-12-03 16:28:45,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=b37a5df5-54f3-4bfb-a8cf-59207156fca9 used request id req-dd3a7b05-44b6-4429-8139-359d4d9dc8bf 2018-12-03 16:28:45,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/8ea4483b-ad87-4b39-ab8d-61e0ba942b4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:45,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-db70620b-afb9-4b68-b62f-26bd045e3f36 Date: Mon, 03 Dec 2018 16:28:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:21Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}} 2018-12-03 16:28:45,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/8ea4483b-ad87-4b39-ab8d-61e0ba942b4c used request id req-db70620b-afb9-4b68-b62f-26bd045e3f36 2018-12-03 16:28:45,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5b673e83-f5b4-4812-aac0-7b83e3711349 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52b808c96aaf6e3ed997e559dfeea7be09ab41b" 2018-12-03 16:28:45,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d614cc45-a97e-4289-9f97-e74127c3faa5 Date: Mon, 03 Dec 2018 16:28:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:23Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"5b673e83-f5b4-4812-aac0-7b83e3711349","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}} 2018-12-03 16:28:45,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5b673e83-f5b4-4812-aac0-7b83e3711349 used request id req-d614cc45-a97e-4289-9f97-e74127c3faa5 2018-12-03 16:28:45,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9c95e9db-9593-4648-a887-096d89e727f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:45,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8d0454fb-e8df-4976-8665-96fedcd58ff5 Date: Mon, 03 Dec 2018 16:28: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":["8ea4483b-ad87-4b39-ab8d-61e0ba942b4c"],"updated_at":"2018-12-03T16:28:21Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"9c95e9db-9593-4648-a887-096d89e727f7","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1"}]} 2018-12-03 16:28:45,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9c95e9db-9593-4648-a887-096d89e727f7 used request id req-8d0454fb-e8df-4976-8665-96fedcd58ff5 2018-12-03 16:28:45,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:45,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-86b8d66b-024f-4a20-9b23-ab70e6796581 Date: Mon, 03 Dec 2018 16:28:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:21Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}]} 2018-12-03 16:28:45,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 used request id req-86b8d66b-024f-4a20-9b23-ab70e6796581 2018-12-03 16:28:45,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9c95e9db-9593-4648-a887-096d89e727f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:45,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-595a0e5a-3ae3-4994-859f-b592e950e732 Date: Mon, 03 Dec 2018 16:28:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","ip_address":"10.200.201.2"}],"id":"48ed3063-dd27-4507-a7ad-5ce451fa1ed1","security_groups":[],"mac_address":"fa:16:3e:11:92:24","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9c95e9db-9593-4648-a887-096d89e727f7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","ip_address":"10.200.201.4"}],"id":"7490a92d-aafe-4048-beb3-ce405797af29","security_groups":[],"mac_address":"fa:16:3e:d4:ae:78","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9c95e9db-9593-4648-a887-096d89e727f7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","ip_address":"10.200.201.3"}],"id":"ba37d9bc-ff35-4c12-a177-1d6326b5a400","security_groups":[],"mac_address":"fa:16:3e:46:6b:de","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9c95e9db-9593-4648-a887-096d89e727f7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","ip_address":"10.200.201.1"}],"id":"f2019049-b35d-4e24-b546-b79bfa98c827","security_groups":["0a863cba-6c6a-4484-ab27-a02c9ceb7716"],"mac_address":"fa:16:3e:f9:3c:8e","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1","admin_state_up":true,"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:32Z","binding:vnic_type":"normal","device_id":"b37a5df5-54f3-4bfb-a8cf-59207156fca9"}]} 2018-12-03 16:28:45,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9c95e9db-9593-4648-a887-096d89e727f7 used request id req-595a0e5a-3ae3-4994-859f-b592e950e732 2018-12-03 16:28:45,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=43dcaee2-79ca-465e-b0ad-8606805e9cce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:45,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f6a8a089-d62f-4884-b6ef-d4e4fc3d24e0 Date: Mon, 03 Dec 2018 16:28: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":["5b673e83-f5b4-4812-aac0-7b83e3711349"],"updated_at":"2018-12-03T16:28:23Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2"}]} 2018-12-03 16:28:45,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=43dcaee2-79ca-465e-b0ad-8606805e9cce used request id req-f6a8a089-d62f-4884-b6ef-d4e4fc3d24e0 2018-12-03 16:28:45,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:45,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-661f896e-7a3c-4008-a062-d45ca292ca73 Date: Mon, 03 Dec 2018 16:28:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:23Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"5b673e83-f5b4-4812-aac0-7b83e3711349","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}]} 2018-12-03 16:28:45,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce used request id req-661f896e-7a3c-4008-a062-d45ca292ca73 2018-12-03 16:28:45,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:46,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-a0450cb1-e0c1-4e00-a16e-15cd44866c40 Date: Mon, 03 Dec 2018 16:28:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5b673e83-f5b4-4812-aac0-7b83e3711349","ip_address":"10.200.202.4"}],"id":"6bcfdbf4-c96d-4bd6-ba14-c20a26dd68a8","security_groups":[],"mac_address":"fa:16:3e:77:28:e6","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-43dcaee2-79ca-465e-b0ad-8606805e9cce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5b673e83-f5b4-4812-aac0-7b83e3711349","ip_address":"10.200.202.1"}],"id":"7529239c-abfe-4287-916f-e2201ec522e9","security_groups":["0a863cba-6c6a-4484-ab27-a02c9ceb7716"],"mac_address":"fa:16:3e:71:9c:40","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2","admin_state_up":true,"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:37Z","binding:vnic_type":"normal","device_id":"b37a5df5-54f3-4bfb-a8cf-59207156fca9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5b673e83-f5b4-4812-aac0-7b83e3711349","ip_address":"10.200.202.2"}],"id":"a5492a6d-f118-4c53-943d-71cb52e1832c","security_groups":[],"mac_address":"fa:16:3e:3a:23:74","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-43dcaee2-79ca-465e-b0ad-8606805e9cce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:28:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5b673e83-f5b4-4812-aac0-7b83e3711349","ip_address":"10.200.202.3"}],"id":"e2ba2642-062d-4b9e-86a5-956baeec916d","security_groups":[],"mac_address":"fa:16:3e:45:24:68","project_id":"ae05ede2580b49ab8568a07dc3bbfc13","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:24Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-43dcaee2-79ca-465e-b0ad-8606805e9cce"}]} 2018-12-03 16:28:46,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce used request id req-a0450cb1-e0c1-4e00-a16e-15cd44866c40 2018-12-03 16:28:46,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/8ea4483b-ad87-4b39-ab8d-61e0ba942b4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:46,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2275fdd5-eaeb-4906-b71f-69dfb7d46f77 Date: Mon, 03 Dec 2018 16:28:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:21Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}} 2018-12-03 16:28:46,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/8ea4483b-ad87-4b39-ab8d-61e0ba942b4c used request id req-2275fdd5-eaeb-4906-b71f-69dfb7d46f77 2018-12-03 16:28:46,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9c95e9db-9593-4648-a887-096d89e727f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:46,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7c0e18ec-e8f1-4954-aac2-7c73d9857bc1 Date: Mon, 03 Dec 2018 16:28: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":["8ea4483b-ad87-4b39-ab8d-61e0ba942b4c"],"updated_at":"2018-12-03T16:28:21Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"9c95e9db-9593-4648-a887-096d89e727f7","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1"}]} 2018-12-03 16:28:46,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9c95e9db-9593-4648-a887-096d89e727f7 used request id req-7c0e18ec-e8f1-4954-aac2-7c73d9857bc1 2018-12-03 16:28:46,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:46,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2bf7f1fe-1756-48bc-b406-077ed20dd939 Date: Mon, 03 Dec 2018 16:28:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c95e9db-9593-4648-a887-096d89e727f7","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:21Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"8ea4483b-ad87-4b39-ab8d-61e0ba942b4c","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1"}]} 2018-12-03 16:28:46,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9c95e9db-9593-4648-a887-096d89e727f7 used request id req-2bf7f1fe-1756-48bc-b406-077ed20dd939 2018-12-03 16:28:46,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5b673e83-f5b4-4812-aac0-7b83e3711349 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:46,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8169a656-26a7-47f1-ac89-34dda3119d02 Date: Mon, 03 Dec 2018 16:28:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:23Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"5b673e83-f5b4-4812-aac0-7b83e3711349","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}} 2018-12-03 16:28:46,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5b673e83-f5b4-4812-aac0-7b83e3711349 used request id req-8169a656-26a7-47f1-ac89-34dda3119d02 2018-12-03 16:28:46,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=43dcaee2-79ca-465e-b0ad-8606805e9cce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:47,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9d78b275-bd2a-4f46-b6ca-7dcb2db1585e Date: Mon, 03 Dec 2018 16:28: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":["5b673e83-f5b4-4812-aac0-7b83e3711349"],"updated_at":"2018-12-03T16:28:23Z","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ae05ede2580b49ab8568a07dc3bbfc13","id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2"}]} 2018-12-03 16:28:47,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=43dcaee2-79ca-465e-b0ad-8606805e9cce used request id req-9d78b275-bd2a-4f46-b6ca-7dcb2db1585e 2018-12-03 16:28:47,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c3fc7e2f93ed609f26203c6df192632a5945a7" 2018-12-03 16:28:47,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-35bf950b-1ac1-4a70-92bb-f1b1674872c0 Date: Mon, 03 Dec 2018 16:28:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dcaee2-79ca-465e-b0ad-8606805e9cce","tenant_id":"ae05ede2580b49ab8568a07dc3bbfc13","created_at":"2018-12-03T16:28:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:28:23Z","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":"ae05ede2580b49ab8568a07dc3bbfc13","id":"5b673e83-f5b4-4812-aac0-7b83e3711349","subnetpool_id":null,"name":"CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2"}]} 2018-12-03 16:28:47,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=43dcaee2-79ca-465e-b0ad-8606805e9cce used request id req-35bf950b-1ac1-4a70-92bb-f1b1674872c0 2018-12-03 16:28:47,301 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router and port CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port1 2018-12-03 16:28:47,301 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router 2018-12-03 16:28:47,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/b37a5df5-54f3-4bfb-a8cf-59207156fca9/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" -d '{"port_id": "f2019049-b35d-4e24-b546-b79bfa98c827"}' 2018-12-03 16:28:48,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9cfcc174-5fe1-443e-a560-db1c6181705f Date: Mon, 03 Dec 2018 16:28:48 GMT RESP BODY: {"network_id": "9c95e9db-9593-4648-a887-096d89e727f7", "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "subnet_id": "8ea4483b-ad87-4b39-ab8d-61e0ba942b4c", "subnet_ids": ["8ea4483b-ad87-4b39-ab8d-61e0ba942b4c"], "port_id": "f2019049-b35d-4e24-b546-b79bfa98c827", "id": "b37a5df5-54f3-4bfb-a8cf-59207156fca9"} 2018-12-03 16:28:48,521 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b37a5df5-54f3-4bfb-a8cf-59207156fca9/remove_router_interface used request id req-9cfcc174-5fe1-443e-a560-db1c6181705f 2018-12-03 16:28:48,522 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router and port CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-port2 2018-12-03 16:28:48,522 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router 2018-12-03 16:28:48,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/b37a5df5-54f3-4bfb-a8cf-59207156fca9/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" -d '{"port_id": "7529239c-abfe-4287-916f-e2201ec522e9"}' 2018-12-03 16:28:49,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-22b9d368-0ab4-4533-8ab1-72aacbced41f Date: Mon, 03 Dec 2018 16:28:49 GMT RESP BODY: {"network_id": "43dcaee2-79ca-465e-b0ad-8606805e9cce", "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "subnet_id": "5b673e83-f5b4-4812-aac0-7b83e3711349", "subnet_ids": ["5b673e83-f5b4-4812-aac0-7b83e3711349"], "port_id": "7529239c-abfe-4287-916f-e2201ec522e9", "id": "b37a5df5-54f3-4bfb-a8cf-59207156fca9"} 2018-12-03 16:28:49,788 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b37a5df5-54f3-4bfb-a8cf-59207156fca9/remove_router_interface used request id req-22b9d368-0ab4-4533-8ab1-72aacbced41f 2018-12-03 16:28:49,789 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router 2018-12-03 16:28:49,789 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-router 2018-12-03 16:28:49,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/b37a5df5-54f3-4bfb-a8cf-59207156fca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd40fbfa4ded75cf1c9b2fc87294f5bf73d53ec" 2018-12-03 16:28:52,588 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d72f7fd0-e1a7-45b2-ab4d-99a60c70f7d7 Content-Length: 0 Date: Mon, 03 Dec 2018 16:28:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:28:52,588 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/b37a5df5-54f3-4bfb-a8cf-59207156fca9 used request id req-d72f7fd0-e1a7-45b2-ab4d-99a60c70f7d7 2018-12-03 16:28:52,588 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1 2018-12-03 16:28:52,589 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet1 2018-12-03 16:28:52,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/8ea4483b-ad87-4b39-ab8d-61e0ba942b4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdcfe6fc4bdac2b7d1af80b90a4dd8e9dde5b6ac" 2018-12-03 16:28:54,872 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-65d8b858-a9b9-403e-a1b0-c7230c45c3c5 Date: Mon, 03 Dec 2018 16:28:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:28:54,872 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/8ea4483b-ad87-4b39-ab8d-61e0ba942b4c used request id req-65d8b858-a9b9-403e-a1b0-c7230c45c3c5 2018-12-03 16:28:54,872 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net1 2018-12-03 16:28:54,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/9c95e9db-9593-4648-a887-096d89e727f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdcfe6fc4bdac2b7d1af80b90a4dd8e9dde5b6ac" 2018-12-03 16:28:55,714 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf47e7fa-1408-44bf-a48b-ad31c93e6311 Date: Mon, 03 Dec 2018 16:28:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:28:55,714 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/9c95e9db-9593-4648-a887-096d89e727f7 used request id req-cf47e7fa-1408-44bf-a48b-ad31c93e6311 2018-12-03 16:28:55,715 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2 2018-12-03 16:28:55,715 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-subnet2 2018-12-03 16:28:55,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/5b673e83-f5b4-4812-aac0-7b83e3711349 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42554e3f506fd910b2aba231a8379b5f750dcdc8" 2018-12-03 16:28:58,143 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-18b562a7-d2b3-43f5-a3d5-cf9ee7f5d0e0 Date: Mon, 03 Dec 2018 16:28:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:28:58,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/5b673e83-f5b4-4812-aac0-7b83e3711349 used request id req-18b562a7-d2b3-43f5-a3d5-cf9ee7f5d0e0 2018-12-03 16:28:58,143 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-37cac50c-d58f-4295-b354-45a32abf6923-pub-net2 2018-12-03 16:28:58,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/43dcaee2-79ca-465e-b0ad-8606805e9cce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42554e3f506fd910b2aba231a8379b5f750dcdc8" 2018-12-03 16:28:59,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f709e87e-3abe-479c-8d2a-f35c72f34756 Date: Mon, 03 Dec 2018 16:28:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:28:59,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/43dcaee2-79ca-465e-b0ad-8606805e9cce used request id req-f709e87e-3abe-479c-8d2a-f35c72f34756 2018-12-03 16:28:59,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" 2018-12-03 16:28:59,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5a8a1187-1f27-48f0-9367-33ccbac4e7ac Date: Mon, 03 Dec 2018 16:28:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "created_at": "2018-12-03T16:28:20Z", "updated_at": "2018-12-03T16:28:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:28:20Z", "revision_number": 0, "id": "0232df23-b85b-449d-b9c1-445c17defb72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:28:20Z", "security_group_id": "0a863cba-6c6a-4484-ab27-a02c9ceb7716", "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae05ede2580b49ab8568a07dc3bbfc13"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:28:20Z", "revision_number": 0, "id": "2b2f234d-6a1b-47d8-a9d9-0f160f55c23d", "remote_group_id": "0a863cba-6c6a-4484-ab27-a02c9ceb7716", "remote_ip_prefix": null, "created_at": "2018-12-03T16:28:20Z", "security_group_id": "0a863cba-6c6a-4484-ab27-a02c9ceb7716", "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae05ede2580b49ab8568a07dc3bbfc13"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:28:20Z", "revision_number": 0, "id": "b7902c7b-ed68-4a25-a1f9-e7c20ea0ee2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:28:20Z", "security_group_id": "0a863cba-6c6a-4484-ab27-a02c9ceb7716", "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae05ede2580b49ab8568a07dc3bbfc13"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:28:20Z", "revision_number": 0, "id": "dc4cfefb-1b1f-437b-a640-3a3b4f8b2083", "remote_group_id": "0a863cba-6c6a-4484-ab27-a02c9ceb7716", "remote_ip_prefix": null, "created_at": "2018-12-03T16:28:20Z", "security_group_id": "0a863cba-6c6a-4484-ab27-a02c9ceb7716", "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae05ede2580b49ab8568a07dc3bbfc13"}], "revision_number": 4, "project_id": "ae05ede2580b49ab8568a07dc3bbfc13", "id": "0a863cba-6c6a-4484-ab27-a02c9ceb7716", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:28:59,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-5a8a1187-1f27-48f0-9367-33ccbac4e7ac 2018-12-03 16:28:59,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" 2018-12-03 16:28:59,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b0f04e1-975e-468d-9076-caca3f360884 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13"}, "enabled": true, "id": "ae05ede2580b49ab8568a07dc3bbfc13", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-aafe9852-40b7-486-proj"}} 2018-12-03 16:28:59,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 used request id req-4b0f04e1-975e-468d-9076-caca3f360884 2018-12-03 16:28:59,690 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a863cba-6c6a-4484-ab27-a02c9ceb7716 2018-12-03 16:28:59,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a863cba-6c6a-4484-ab27-a02c9ceb7716 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" 2018-12-03 16:28:59,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a26918e9-cb8a-4577-8d7a-5afbacfa24b8 Date: Mon, 03 Dec 2018 16:28: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-12-03T16:28:20Z", "security_group_id": "0a863cba-6c6a-4484-ab27-a02c9ceb7716", "port_range_min": null, "revision_number": 0, "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "created_at": "2018-12-03T16:28:20Z", "project_id": "ae05ede2580b49ab8568a07dc3bbfc13", "id": "0232df23-b85b-449d-b9c1-445c17defb72"}, {"remote_group_id": "0a863cba-6c6a-4484-ab27-a02c9ceb7716", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:28:20Z", "security_group_id": "0a863cba-6c6a-4484-ab27-a02c9ceb7716", "port_range_min": null, "revision_number": 0, "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "created_at": "2018-12-03T16:28:20Z", "project_id": "ae05ede2580b49ab8568a07dc3bbfc13", "id": "2b2f234d-6a1b-47d8-a9d9-0f160f55c23d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:28:20Z", "security_group_id": "0a863cba-6c6a-4484-ab27-a02c9ceb7716", "port_range_min": null, "revision_number": 0, "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "created_at": "2018-12-03T16:28:20Z", "project_id": "ae05ede2580b49ab8568a07dc3bbfc13", "id": "b7902c7b-ed68-4a25-a1f9-e7c20ea0ee2c"}, {"remote_group_id": "0a863cba-6c6a-4484-ab27-a02c9ceb7716", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:28:20Z", "security_group_id": "0a863cba-6c6a-4484-ab27-a02c9ceb7716", "port_range_min": null, "revision_number": 0, "tenant_id": "ae05ede2580b49ab8568a07dc3bbfc13", "created_at": "2018-12-03T16:28:20Z", "project_id": "ae05ede2580b49ab8568a07dc3bbfc13", "id": "dc4cfefb-1b1f-437b-a640-3a3b4f8b2083"}]} 2018-12-03 16:28:59,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a863cba-6c6a-4484-ab27-a02c9ceb7716 used request id req-a26918e9-cb8a-4577-8d7a-5afbacfa24b8 2018-12-03 16:28:59,855 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:28:59,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/0a863cba-6c6a-4484-ab27-a02c9ceb7716 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" 2018-12-03 16:29:00,171 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b3acc9fa-a145-45f8-a945-43d5fbefd8b5 Content-Length: 0 Date: Mon, 03 Dec 2018 16:29:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:29:00,172 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/0a863cba-6c6a-4484-ab27-a02c9ceb7716 used request id req-b3acc9fa-a145-45f8-a945-43d5fbefd8b5 2018-12-03 16:29:00,172 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-aafe9852-40b7-486-proj 2018-12-03 16:29:00,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" 2018-12-03 16:29:00,362 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:29:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2fdd395-0a8d-42db-a7b3-3096f47e1613 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:29:00,362 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ae05ede2580b49ab8568a07dc3bbfc13 used request id req-e2fdd395-0a8d-42db-a7b3-3096f47e1613 2018-12-03 16:29:00,362 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-aafe9852-40b7-486-proj-role 2018-12-03 16:29:00,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/163da5d0bcb44921abd81b82519c0cf8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" 2018-12-03 16:29:00,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:29:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-659d41ef-a13e-4155-bb51-6f04f0c8ec34 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:29:00,478 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/163da5d0bcb44921abd81b82519c0cf8 used request id req-659d41ef-a13e-4155-bb51-6f04f0c8ec34 2018-12-03 16:29:00,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cfc63604991c159b5fdf505e393c344a656654" 2018-12-03 16:29:00,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3492a4a-1827-4dc1-9959-f3f8597cfaee Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:29:00,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f3492a4a-1827-4dc1-9959-f3f8597cfaee 2018-12-03 16:29:00,566 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-aafe9852-40b7-486-user 2018-12-03 16:29:00,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/f8d9d3fb1e334be48db047f12dcce8f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2578414192293d4963ff868a82f7e6f161b9bb48" 2018-12-03 16:29:00,747 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:29:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05e1571f-6d49-426a-8d50-e1f41db695c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:29:00,747 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/f8d9d3fb1e334be48db047f12dcce8f8 used request id req-05e1571f-6d49-426a-8d50-e1f41db695c3 2018-12-03 16:29:00,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:01,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:29:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["QFgfA4xvTXOhJTA9TTKGiQ"], "issued_at": "2018-12-03T16:29:01.000000Z"}} 2018-12-03 16:29:01,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfea633cdc3c1556be125bbdc85791f6ccc3453a" 2018-12-03 16:29:01,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-953b3855-d520-4aec-9803-9c2e01cd032e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:01,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-953b3855-d520-4aec-9803-9c2e01cd032e 2018-12-03 16:29:01,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:01,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:01,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:29:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["RNP65u3rQAmLbe-3QRig3Q"], "issued_at": "2018-12-03T16:29:01.000000Z"}} 2018-12-03 16:29:01,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" 2018-12-03 16:29:01,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9f974b4-8eb6-4c4a-a643-1dd3fada1148 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:01,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a9f974b4-8eb6-4c4a-a643-1dd3fada1148 2018-12-03 16:29:01,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:29:01,628 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:29: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:29:01,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-31d8e482-a427-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" 2018-12-03 16:29:01,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86194664-42b8-49a3-90a9-ba358df2aff2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-31d8e482-a427-494-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:29:01,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-31d8e482-a427-494-proj used request id req-86194664-42b8-49a3-90a9-ba358df2aff2 2018-12-03 16:29:01,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" 2018-12-03 16:29:01,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0fe9031-ce43-4180-a3c6-b4a069ff860d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:29:01,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b0fe9031-ce43-4180-a3c6-b4a069ff860d 2018-12-03 16:29:01,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-31d8e482-a427-494-proj"}}' 2018-12-03 16:29:01,915 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae5d200d-28b3-48be-bb43-d856817a8a3c Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/22e701fd57084dbe81c69fa67bd03d01"}, "enabled": true, "id": "22e701fd57084dbe81c69fa67bd03d01", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-31d8e482-a427-494-proj"}} 2018-12-03 16:29:01,915 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-ae5d200d-28b3-48be-bb43-d856817a8a3c 2018-12-03 16:29:01,916 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-31d8e482-a427-494-proj 2018-12-03 16:29:01,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:01,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:02,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:29:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["hUjBTNPYTOemIRtYJLXv2A"], "issued_at": "2018-12-03T16:29:02.000000Z"}} 2018-12-03 16:29:02,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52826d3822951c84bae64218548a5495f1239072" 2018-12-03 16:29:02,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-684c2d39-b846-44ec-bc04-c842466c700a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:02,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-684c2d39-b846-44ec-bc04-c842466c700a 2018-12-03 16:29:02,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:29:02,397 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:29: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:29:02,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52826d3822951c84bae64218548a5495f1239072" 2018-12-03 16:29:02,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-456b9e83-d819-4b8e-b71e-dba15f6ed7c3 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:29:02,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-456b9e83-d819-4b8e-b71e-dba15f6ed7c3 2018-12-03 16:29:02,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-31d8e482-a427-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52826d3822951c84bae64218548a5495f1239072" 2018-12-03 16:29:02,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ddbdd54-808d-4c92-8f3d-428d2693df83 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-31d8e482-a427-494-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/22e701fd57084dbe81c69fa67bd03d01"}, "enabled": true, "id": "22e701fd57084dbe81c69fa67bd03d01", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-31d8e482-a427-494-proj"}]} 2018-12-03 16:29:02,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-31d8e482-a427-494-proj used request id req-5ddbdd54-808d-4c92-8f3d-428d2693df83 2018-12-03 16:29:02,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52826d3822951c84bae64218548a5495f1239072" 2018-12-03 16:29:02,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-923774e1-9a7d-4eca-9087-4cb4c4559193 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:29:02,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-923774e1-9a7d-4eca-9087-4cb4c4559193 2018-12-03 16:29:03,064 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-31d8e482-a427-494-user 2018-12-03 16:29:03,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:03,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" 2018-12-03 16:29:03,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf33cc66-0e1a-4ada-ae0e-d92d1f448a3f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:29:03,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-bf33cc66-0e1a-4ada-ae0e-d92d1f448a3f 2018-12-03 16:29:03,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" -d '{"role": {"name": "CreateRouterSuccessTests-31d8e482-a427-494-proj-role"}}' 2018-12-03 16:29:03,281 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:29:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49ef2829-3367-462b-b175-6fe34a9d23f6 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "de5451837e2b4c2eafc3d5a5b9b2eee2", "links": {"self": "http://172.30.9.30:5000/v3/roles/de5451837e2b4c2eafc3d5a5b9b2eee2"}, "name": "CreateRouterSuccessTests-31d8e482-a427-494-proj-role"}} 2018-12-03 16:29:03,281 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-49ef2829-3367-462b-b175-6fe34a9d23f6 2018-12-03 16:29:03,281 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-31d8e482-a427-494-proj-role 2018-12-03 16:29:03,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/de5451837e2b4c2eafc3d5a5b9b2eee2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" 2018-12-03 16:29:03,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1666c6b8-df06-4c4d-b905-e6abcffc60e0 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/de5451837e2b4c2eafc3d5a5b9b2eee2"}, "domain_id": null, "name": "CreateRouterSuccessTests-31d8e482-a427-494-proj-role", "id": "de5451837e2b4c2eafc3d5a5b9b2eee2"}} 2018-12-03 16:29:03,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/de5451837e2b4c2eafc3d5a5b9b2eee2 used request id req-1666c6b8-df06-4c4d-b905-e6abcffc60e0 2018-12-03 16:29:03,372 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-31d8e482-a427-494-proj-role to project CreateRouterSuccessTests-31d8e482-a427-494-proj 2018-12-03 16:29:03,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/22e701fd57084dbe81c69fa67bd03d01/users/e128c06dea6d4c7cbf4e5c31ba013ead/roles/de5451837e2b4c2eafc3d5a5b9b2eee2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" 2018-12-03 16:29:03,510 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:29:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39557741-1aab-4c40-8f4d-d000363e1696 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:29:03,510 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/22e701fd57084dbe81c69fa67bd03d01/users/e128c06dea6d4c7cbf4e5c31ba013ead/roles/de5451837e2b4c2eafc3d5a5b9b2eee2 used request id req-39557741-1aab-4c40-8f4d-d000363e1696 2018-12-03 16:29:03,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:03,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:03,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "de5451837e2b4c2eafc3d5a5b9b2eee2", "name": "CreateRouterSuccessTests-31d8e482-a427-494-proj-role"}], "expires_at": "2018-12-03T17:29:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22e701fd57084dbe81c69fa67bd03d01", "name": "CreateRouterSuccessTests-31d8e482-a427-494-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/22e701fd57084dbe81c69fa67bd03d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/22e701fd57084dbe81c69fa67bd03d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/22e701fd57084dbe81c69fa67bd03d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/22e701fd57084dbe81c69fa67bd03d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/22e701fd57084dbe81c69fa67bd03d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/22e701fd57084dbe81c69fa67bd03d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-31d8e482-a427-494-user", "id": "e128c06dea6d4c7cbf4e5c31ba013ead"}, "audit_ids": ["GLDPRmxCSV-W3MwSsfPb5w"], "issued_at": "2018-12-03T16:29:03.000000Z"}} 2018-12-03 16:29:03,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b258650f8a3799232f06e239263a5d51d83d6c56" 2018-12-03 16:29:03,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d91863f-cbf1-44f9-ad66-0675be1b8fad Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:03,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4d91863f-cbf1-44f9-ad66-0675be1b8fad 2018-12-03 16:29:03,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-a6273675-86fe-47f7-a2f5-7fac7cb25c1d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b258650f8a3799232f06e239263a5d51d83d6c56" 2018-12-03 16:29:04,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0b35fe88-445c-4a68-a641-c88527c31bc7 Date: Mon, 03 Dec 2018 16:29:04 GMT RESP BODY: {"routers": []} 2018-12-03 16:29:04,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-a6273675-86fe-47f7-a2f5-7fac7cb25c1d-pub-router&admin_state_up=True used request id req-0b35fe88-445c-4a68-a641-c88527c31bc7 2018-12-03 16:29:04,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:04,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:04,547 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "de5451837e2b4c2eafc3d5a5b9b2eee2", "name": "CreateRouterSuccessTests-31d8e482-a427-494-proj-role"}], "expires_at": "2018-12-03T17:29:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22e701fd57084dbe81c69fa67bd03d01", "name": "CreateRouterSuccessTests-31d8e482-a427-494-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/22e701fd57084dbe81c69fa67bd03d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/22e701fd57084dbe81c69fa67bd03d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/22e701fd57084dbe81c69fa67bd03d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/22e701fd57084dbe81c69fa67bd03d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/22e701fd57084dbe81c69fa67bd03d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/22e701fd57084dbe81c69fa67bd03d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-31d8e482-a427-494-user", "id": "e128c06dea6d4c7cbf4e5c31ba013ead"}, "audit_ids": ["flUVGlJXQTyDzu43PUw5Vw"], "issued_at": "2018-12-03T16:29:04.000000Z"}} 2018-12-03 16:29:04,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab0367e0d6a40ff4f9787fa3f3dbcfeeca242b32" 2018-12-03 16:29:04,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24bbb6fc-b1ae-4653-af78-6f520ae768db Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:04,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-24bbb6fc-b1ae-4653-af78-6f520ae768db 2018-12-03 16:29:04,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b258650f8a3799232f06e239263a5d51d83d6c56" 2018-12-03 16:29:04,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-984ca127-db3c-4bc9-a6d8-721143a6014b Date: Mon, 03 Dec 2018 16:29:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:29:04,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-984ca127-db3c-4bc9-a6d8-721143a6014b 2018-12-03 16:29:04,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b258650f8a3799232f06e239263a5d51d83d6c56" 2018-12-03 16:29:05,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dfa5a54c-5155-4686-ba29-8bb3fbf0a974 Date: Mon, 03 Dec 2018 16:29:05 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:29:05,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-dfa5a54c-5155-4686-ba29-8bb3fbf0a974 2018-12-03 16:29:05,050 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-a6273675-86fe-47f7-a2f5-7fac7cb25c1d-pub-router 2018-12-03 16:29:05,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b258650f8a3799232f06e239263a5d51d83d6c56" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "CreateRouterSuccessTests-a6273675-86fe-47f7-a2f5-7fac7cb25c1d-pub-router", "admin_state_up": true}}' 2018-12-03 16:29:09,892 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-b3803816-c431-4c1e-b0b1-0996a8dfbf54 Date: Mon, 03 Dec 2018 16:29:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "22e701fd57084dbe81c69fa67bd03d01", "created_at": "2018-12-03T16:29:05Z", "admin_state_up": true, "updated_at": "2018-12-03T16:29:06Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "22e701fd57084dbe81c69fa67bd03d01", "id": "0b43e058-f907-42e6-a049-f5001f7ce721", "name": "CreateRouterSuccessTests-a6273675-86fe-47f7-a2f5-7fac7cb25c1d-pub-router"}} 2018-12-03 16:29:09,892 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-b3803816-c431-4c1e-b0b1-0996a8dfbf54 2018-12-03 16:29:09,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=0b43e058-f907-42e6-a049-f5001f7ce721 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b258650f8a3799232f06e239263a5d51d83d6c56" 2018-12-03 16:29:09,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-65472d96-8eb1-42ad-b4b3-a28114891105 Date: Mon, 03 Dec 2018 16:29:09 GMT RESP BODY: {"ports":[]} 2018-12-03 16:29:09,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=0b43e058-f907-42e6-a049-f5001f7ce721 used request id req-65472d96-8eb1-42ad-b4b3-a28114891105 2018-12-03 16:29:09,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/0b43e058-f907-42e6-a049-f5001f7ce721 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b258650f8a3799232f06e239263a5d51d83d6c56" 2018-12-03 16:29:10,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-439567bf-41af-4c70-9f76-36cbb3285545 Date: Mon, 03 Dec 2018 16:29:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "22e701fd57084dbe81c69fa67bd03d01", "created_at": "2018-12-03T16:29:05Z", "admin_state_up": true, "updated_at": "2018-12-03T16:29:09Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "22e701fd57084dbe81c69fa67bd03d01", "id": "0b43e058-f907-42e6-a049-f5001f7ce721", "name": "CreateRouterSuccessTests-a6273675-86fe-47f7-a2f5-7fac7cb25c1d-pub-router"}} 2018-12-03 16:29:10,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/0b43e058-f907-42e6-a049-f5001f7ce721 used request id req-439567bf-41af-4c70-9f76-36cbb3285545 2018-12-03 16:29:10,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=0b43e058-f907-42e6-a049-f5001f7ce721 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b258650f8a3799232f06e239263a5d51d83d6c56" 2018-12-03 16:29:10,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0d0c6be9-f022-437b-95b5-c4df88d6d7fd Date: Mon, 03 Dec 2018 16:29:10 GMT RESP BODY: {"ports":[]} 2018-12-03 16:29:10,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=0b43e058-f907-42e6-a049-f5001f7ce721 used request id req-0d0c6be9-f022-437b-95b5-c4df88d6d7fd 2018-12-03 16:29:10,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:10,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "de5451837e2b4c2eafc3d5a5b9b2eee2", "name": "CreateRouterSuccessTests-31d8e482-a427-494-proj-role"}], "expires_at": "2018-12-03T17:29:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22e701fd57084dbe81c69fa67bd03d01", "name": "CreateRouterSuccessTests-31d8e482-a427-494-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/22e701fd57084dbe81c69fa67bd03d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/22e701fd57084dbe81c69fa67bd03d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/22e701fd57084dbe81c69fa67bd03d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/22e701fd57084dbe81c69fa67bd03d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/22e701fd57084dbe81c69fa67bd03d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/22e701fd57084dbe81c69fa67bd03d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/22e701fd57084dbe81c69fa67bd03d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-31d8e482-a427-494-user", "id": "e128c06dea6d4c7cbf4e5c31ba013ead"}, "audit_ids": ["VZNOAY0pTXeBxy227Iy-iw"], "issued_at": "2018-12-03T16:29:10.000000Z"}} 2018-12-03 16:29:10,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-a6273675-86fe-47f7-a2f5-7fac7cb25c1d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}264e9433e301b1a958267d4997636e414176f97e" 2018-12-03 16:29:10,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-2faf3cb6-86cd-411e-ade8-e362e2d69da9 Date: Mon, 03 Dec 2018 16:29:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "22e701fd57084dbe81c69fa67bd03d01", "created_at": "2018-12-03T16:29:05Z", "admin_state_up": true, "updated_at": "2018-12-03T16:29:09Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "22e701fd57084dbe81c69fa67bd03d01", "id": "0b43e058-f907-42e6-a049-f5001f7ce721", "name": "CreateRouterSuccessTests-a6273675-86fe-47f7-a2f5-7fac7cb25c1d-pub-router"}]} 2018-12-03 16:29:10,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-a6273675-86fe-47f7-a2f5-7fac7cb25c1d-pub-router&admin_state_up=True used request id req-2faf3cb6-86cd-411e-ade8-e362e2d69da9 2018-12-03 16:29:10,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:29:10,984 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:29: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:29:10,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/22e701fd57084dbe81c69fa67bd03d01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfea633cdc3c1556be125bbdc85791f6ccc3453a" 2018-12-03 16:29:11,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fb10359-a82e-4cba-aa5b-2120c7385912 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/22e701fd57084dbe81c69fa67bd03d01"}, "enabled": true, "id": "22e701fd57084dbe81c69fa67bd03d01", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-31d8e482-a427-494-proj"}} 2018-12-03 16:29:11,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/22e701fd57084dbe81c69fa67bd03d01 used request id req-2fb10359-a82e-4cba-aa5b-2120c7385912 2018-12-03 16:29:11,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=0b43e058-f907-42e6-a049-f5001f7ce721 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}264e9433e301b1a958267d4997636e414176f97e" 2018-12-03 16:29:11,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d6784935-de16-47b3-b975-d02800772ca6 Date: Mon, 03 Dec 2018 16:29:11 GMT RESP BODY: {"ports":[]} 2018-12-03 16:29:11,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=0b43e058-f907-42e6-a049-f5001f7ce721 used request id req-d6784935-de16-47b3-b975-d02800772ca6 2018-12-03 16:29:11,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}264e9433e301b1a958267d4997636e414176f97e" 2018-12-03 16:29:11,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-740c0ef7-dcb8-4eea-a323-0319dec07990 Date: Mon, 03 Dec 2018 16:29:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:29:11,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-740c0ef7-dcb8-4eea-a323-0319dec07990 2018-12-03 16:29:11,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}264e9433e301b1a958267d4997636e414176f97e" 2018-12-03 16:29:11,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-06792adb-db70-4090-8507-d1e77d879e85 Date: Mon, 03 Dec 2018 16:29:11 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:29:11,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-06792adb-db70-4090-8507-d1e77d879e85 2018-12-03 16:29:11,709 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-a6273675-86fe-47f7-a2f5-7fac7cb25c1d-pub-router 2018-12-03 16:29:11,710 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-a6273675-86fe-47f7-a2f5-7fac7cb25c1d-pub-router 2018-12-03 16:29:11,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/0b43e058-f907-42e6-a049-f5001f7ce721 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b258650f8a3799232f06e239263a5d51d83d6c56" 2018-12-03 16:29:15,086 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c4188e90-ff44-4817-88ab-5ce666fa169b Content-Length: 0 Date: Mon, 03 Dec 2018 16:29:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:29:15,086 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/0b43e058-f907-42e6-a049-f5001f7ce721 used request id req-c4188e90-ff44-4817-88ab-5ce666fa169b 2018-12-03 16:29:15,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" 2018-12-03 16:29:15,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b70c97b2-99b7-4953-8795-4a72772996bb Date: Mon, 03 Dec 2018 16:29:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:29:15,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-b70c97b2-99b7-4953-8795-4a72772996bb 2018-12-03 16:29:15,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" 2018-12-03 16:29:15,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1836ea5a-3e2b-44df-a0d1-6a771c1229df Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:29:15,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-1836ea5a-3e2b-44df-a0d1-6a771c1229df 2018-12-03 16:29:15,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" 2018-12-03 16:29:15,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df45467b-ada7-4ea8-8294-7945ab797eb6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:29:15,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-df45467b-ada7-4ea8-8294-7945ab797eb6 2018-12-03 16:29:15,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" 2018-12-03 16:29:15,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49182a6b-2037-4bc5-8d58-467a571a3874 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:29:15,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-49182a6b-2037-4bc5-8d58-467a571a3874 2018-12-03 16:29:15,731 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-31d8e482-a427-494-proj 2018-12-03 16:29:15,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/22e701fd57084dbe81c69fa67bd03d01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" 2018-12-03 16:29:16,024 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:29:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48c63f00-376f-4110-a5a8-cb8870e70eeb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:29:16,024 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/22e701fd57084dbe81c69fa67bd03d01 used request id req-48c63f00-376f-4110-a5a8-cb8870e70eeb 2018-12-03 16:29:16,024 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-31d8e482-a427-494-proj-role 2018-12-03 16:29:16,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/de5451837e2b4c2eafc3d5a5b9b2eee2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" 2018-12-03 16:29:16,136 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:29:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7363b3b2-bd18-4830-875e-6642a207c3cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:29:16,137 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/de5451837e2b4c2eafc3d5a5b9b2eee2 used request id req-7363b3b2-bd18-4830-875e-6642a207c3cb 2018-12-03 16:29:16,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812accf66672c4e271535794da7332e730100679" 2018-12-03 16:29:16,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64b42d6d-aeaf-4944-8d68-b9866c88f14a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:29:16,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-64b42d6d-aeaf-4944-8d68-b9866c88f14a 2018-12-03 16:29:16,227 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-31d8e482-a427-494-user 2018-12-03 16:29:16,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/e128c06dea6d4c7cbf4e5c31ba013ead -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52826d3822951c84bae64218548a5495f1239072" 2018-12-03 16:29:16,435 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:29:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18102caf-94f8-468f-a73a-7cb14d2b98fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:29:16,435 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e128c06dea6d4c7cbf4e5c31ba013ead used request id req-18102caf-94f8-468f-a73a-7cb14d2b98fd 2018-12-03 16:29:16,436 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:16,818 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:29:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ZkY8wOzETSeNJYxVeDwzsA"], "issued_at": "2018-12-03T16:29:16.000000Z"}} 2018-12-03 16:29:16,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59adfffafc62665938293678e01f9d984dab8bc3" 2018-12-03 16:29:16,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4542347-737a-4360-b2c0-dd7245a1fc61 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:16,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c4542347-737a-4360-b2c0-dd7245a1fc61 2018-12-03 16:29:16,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:16,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:17,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:29:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["xbDlDASyQe-2uTfb-knTsQ"], "issued_at": "2018-12-03T16:29:17.000000Z"}} 2018-12-03 16:29:17,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" 2018-12-03 16:29:17,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c621991-cd3e-4454-91d5-ed83021af136 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:17,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0c621991-cd3e-4454-91d5-ed83021af136 2018-12-03 16:29:17,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:29:17,378 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:29: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:29:17,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bd3ddd74-e78f-409-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" 2018-12-03 16:29:17,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf7a7451-3249-4a47-a953-aea059ceeef8 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bd3ddd74-e78f-409-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:29:17,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bd3ddd74-e78f-409-proj used request id req-bf7a7451-3249-4a47-a953-aea059ceeef8 2018-12-03 16:29:17,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" 2018-12-03 16:29:17,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1037df35-aa9f-49ad-9d26-cfd24b7da855 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:29:17,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-1037df35-aa9f-49ad-9d26-cfd24b7da855 2018-12-03 16:29:17,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-bd3ddd74-e78f-409-proj"}}' 2018-12-03 16:29:17,658 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:29:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd31ae05-933a-4368-a0a7-f616276e1e15 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ebf9bd902cb74d94aac06383dc33481c"}, "enabled": true, "id": "ebf9bd902cb74d94aac06383dc33481c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bd3ddd74-e78f-409-proj"}} 2018-12-03 16:29:17,658 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-bd31ae05-933a-4368-a0a7-f616276e1e15 2018-12-03 16:29:17,659 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-bd3ddd74-e78f-409-proj 2018-12-03 16:29:17,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:17,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:18,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:29:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["PaWBGbGTR9GdckqyqszELQ"], "issued_at": "2018-12-03T16:29:18.000000Z"}} 2018-12-03 16:29:18,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e630b56ebdb59c73f519fa0b2dd03d8988c446e" 2018-12-03 16:29:18,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82c865ba-38e6-40cb-b00d-59cb2eb20171 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:18,121 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-82c865ba-38e6-40cb-b00d-59cb2eb20171 2018-12-03 16:29:18,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:29:18,131 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:29: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:29:18,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e630b56ebdb59c73f519fa0b2dd03d8988c446e" 2018-12-03 16:29:18,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b511ec05-db5c-4ea4-b9b1-4dcea5e4805e Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:29:18,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b511ec05-db5c-4ea4-b9b1-4dcea5e4805e 2018-12-03 16:29:18,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-bd3ddd74-e78f-409-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e630b56ebdb59c73f519fa0b2dd03d8988c446e" 2018-12-03 16:29:18,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0d87be9-7f44-42fc-a1ad-36b6bb5938df Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-bd3ddd74-e78f-409-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ebf9bd902cb74d94aac06383dc33481c"}, "enabled": true, "id": "ebf9bd902cb74d94aac06383dc33481c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bd3ddd74-e78f-409-proj"}]} 2018-12-03 16:29:18,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-bd3ddd74-e78f-409-proj used request id req-f0d87be9-7f44-42fc-a1ad-36b6bb5938df 2018-12-03 16:29:18,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e630b56ebdb59c73f519fa0b2dd03d8988c446e" 2018-12-03 16:29:18,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2f2772b-c8a5-4df2-96da-f017a018e0ac Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:29:18,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c2f2772b-c8a5-4df2-96da-f017a018e0ac 2018-12-03 16:29:18,706 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-bd3ddd74-e78f-409-user 2018-12-03 16:29:18,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:18,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" 2018-12-03 16:29:18,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1640495-de46-4eaa-b061-027041290387 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:29:18,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d1640495-de46-4eaa-b061-027041290387 2018-12-03 16:29:18,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" -d '{"role": {"name": "CreateRouterSuccessTests-bd3ddd74-e78f-409-proj-role"}}' 2018-12-03 16:29:18,903 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:29:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e203fdb2-e887-463b-bd2d-b834f652c044 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f0e0a456f304465ba69156f8eab5b688", "links": {"self": "http://172.30.9.30:5000/v3/roles/f0e0a456f304465ba69156f8eab5b688"}, "name": "CreateRouterSuccessTests-bd3ddd74-e78f-409-proj-role"}} 2018-12-03 16:29:18,904 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-e203fdb2-e887-463b-bd2d-b834f652c044 2018-12-03 16:29:18,904 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-bd3ddd74-e78f-409-proj-role 2018-12-03 16:29:18,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/f0e0a456f304465ba69156f8eab5b688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" 2018-12-03 16:29:18,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1f5b833-38fd-444a-a544-d8c101f30793 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/f0e0a456f304465ba69156f8eab5b688"}, "domain_id": null, "name": "CreateRouterSuccessTests-bd3ddd74-e78f-409-proj-role", "id": "f0e0a456f304465ba69156f8eab5b688"}} 2018-12-03 16:29:18,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/f0e0a456f304465ba69156f8eab5b688 used request id req-b1f5b833-38fd-444a-a544-d8c101f30793 2018-12-03 16:29:18,996 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-bd3ddd74-e78f-409-proj-role to project CreateRouterSuccessTests-bd3ddd74-e78f-409-proj 2018-12-03 16:29:18,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/ebf9bd902cb74d94aac06383dc33481c/users/e19c7e20b9a8410d874bd49883917e02/roles/f0e0a456f304465ba69156f8eab5b688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" 2018-12-03 16:29:19,127 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:29:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b570c470-7c0f-4f1b-923c-8ea9a77ec045 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:29:19,127 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ebf9bd902cb74d94aac06383dc33481c/users/e19c7e20b9a8410d874bd49883917e02/roles/f0e0a456f304465ba69156f8eab5b688 used request id req-b570c470-7c0f-4f1b-923c-8ea9a77ec045 2018-12-03 16:29:19,128 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:19,129 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:19,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:29:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["IJU_UlaHRAmp4XCj0zMBqQ"], "issued_at": "2018-12-03T16:29:19.000000Z"}} 2018-12-03 16:29:19,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:19,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83101cbf-96ae-4593-a249-baebd185813c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:19,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-83101cbf-96ae-4593-a249-baebd185813c 2018-12-03 16:29:19,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:19,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9b70417c-e8fb-436d-8d3a-00f7b9c12ab7 Date: Mon, 03 Dec 2018 16:29:19 GMT RESP BODY: {"routers": []} 2018-12-03 16:29:19,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router&admin_state_up=True used request id req-9b70417c-e8fb-436d-8d3a-00f7b9c12ab7 2018-12-03 16:29:19,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:19,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:20,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:29:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["-9KqHs3JSaayKK3Ec2D0vw"], "issued_at": "2018-12-03T16:29:20.000000Z"}} 2018-12-03 16:29:20,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70afa15aec5d238795dfb1e55145e824a6e8e44e" 2018-12-03 16:29:20,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c993c8b1-d183-4f3a-8865-e54054c96315 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:20,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c993c8b1-d183-4f3a-8865-e54054c96315 2018-12-03 16:29:20,353 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router 2018-12-03 16:29:20,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" -d '{"router": {"name": "CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router", "admin_state_up": true}}' 2018-12-03 16:29:23,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-d5c30559-0578-4014-beaa-df73fdff7e58 Date: Mon, 03 Dec 2018 16:29:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:29:21Z", "admin_state_up": true, "updated_at": "2018-12-03T16:29:21Z", "project_id": "e7db44589aed46ada30f0de826785caf", "flavor_id": null, "revision_number": 1, "routes": [], "ha": true, "id": "d96a4e4f-f524-40e9-95ae-d6186c01d538", "name": "CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router"}} 2018-12-03 16:29:23,904 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-d5c30559-0578-4014-beaa-df73fdff7e58 2018-12-03 16:29:23,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=d96a4e4f-f524-40e9-95ae-d6186c01d538 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:24,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2454 X-Openstack-Request-Id: req-0ef03d51-5ee4-48ea-9106-ba2609efc51c Date: Mon, 03 Dec 2018 16:29:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:29:21Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","ip_address":"169.254.192.7"}],"id":"069660d9-ae1d-489b-9cdd-e23bdeaf4d9a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a2:ee:d9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e7db44589aed46ada30f0de826785caf","admin_state_up":true,"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:21Z","binding:vnic_type":"normal","device_id":"d96a4e4f-f524-40e9-95ae-d6186c01d538"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:29:22Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","ip_address":"169.254.192.5"}],"id":"07dd9954-176b-4daa-b162-b3d1d75b3a2c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:61:48:33","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e7db44589aed46ada30f0de826785caf","admin_state_up":true,"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:22Z","binding:vnic_type":"normal","device_id":"d96a4e4f-f524-40e9-95ae-d6186c01d538"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:29:23Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","ip_address":"169.254.192.10"}],"id":"e02c053d-8a4f-4b6e-9b41-2b66cb253daf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:50:3e:0e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e7db44589aed46ada30f0de826785caf","admin_state_up":true,"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:23Z","binding:vnic_type":"normal","device_id":"d96a4e4f-f524-40e9-95ae-d6186c01d538"}]} 2018-12-03 16:29:24,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=d96a4e4f-f524-40e9-95ae-d6186c01d538 used request id req-0ef03d51-5ee4-48ea-9106-ba2609efc51c 2018-12-03 16:29:24,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:24,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6e3b538a-758f-4934-b6e0-0d6c333ee436 Date: Mon, 03 Dec 2018 16:29:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:20Z","dns_nameservers":[],"updated_at":"2018-12-03T16:29:20Z","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":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","subnetpool_id":null,"name":"HA subnet tenant e7db44589aed46ada30f0de826785caf"}} 2018-12-03 16:29:24,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 used request id req-6e3b538a-758f-4934-b6e0-0d6c333ee436 2018-12-03 16:29:24,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:24,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-98da9a3a-444e-4f09-808a-660257d96818 Date: Mon, 03 Dec 2018 16:29:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:20Z","dns_nameservers":[],"updated_at":"2018-12-03T16:29:20Z","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":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","subnetpool_id":null,"name":"HA subnet tenant e7db44589aed46ada30f0de826785caf"}} 2018-12-03 16:29:24,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 used request id req-98da9a3a-444e-4f09-808a-660257d96818 2018-12-03 16:29:24,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:24,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ceeaa180-dcaa-4f4d-ad3b-204a6e2b8bb2 Date: Mon, 03 Dec 2018 16:29:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:20Z","dns_nameservers":[],"updated_at":"2018-12-03T16:29:20Z","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":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","subnetpool_id":null,"name":"HA subnet tenant e7db44589aed46ada30f0de826785caf"}} 2018-12-03 16:29:24,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 used request id req-ceeaa180-dcaa-4f4d-ad3b-204a6e2b8bb2 2018-12-03 16:29:24,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:25,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-8e09679e-0577-4b0e-9a58-b8ef27270fce Date: Mon, 03 Dec 2018 16:29:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 16:29:25,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-8e09679e-0577-4b0e-9a58-b8ef27270fce 2018-12-03 16:29:25,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:29:25,090 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:29: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:29:25,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:25,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe4a979-bcaa-4f26-bbb7-2f21466a1b15 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:29:25,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-cbe4a979-bcaa-4f26-bbb7-2f21466a1b15 2018-12-03 16:29:25,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?name=CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:25,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-717425a8-831f-44cb-a6c9-4f5c224128e0 Date: Mon, 03 Dec 2018 16:29:25 GMT RESP BODY: {"ports":[]} 2018-12-03 16:29:25,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?name=CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-port1&admin_state_up=True used request id req-717425a8-831f-44cb-a6c9-4f5c224128e0 2018-12-03 16:29:25,301 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-port1 for router - CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router 2018-12-03 16:29:25,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:25,301 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:25,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:29:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["KcwGPPeHQ2u-Di74qpR2WA"], "issued_at": "2018-12-03T16:29:25.000000Z"}} 2018-12-03 16:29:25,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d17c9bf0e71f996ccf26f16f42726bea7267fa49" 2018-12-03 16:29:25,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc303f00-254e-42d2-a017-2fde873de3b0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:25,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dc303f00-254e-42d2-a017-2fde873de3b0 2018-12-03 16:29:25,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:26,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-8d3faa21-0909-4f83-8060-f27eaf7b9c9b Date: Mon, 03 Dec 2018 16:29:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 16:29:26,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-8d3faa21-0909-4f83-8060-f27eaf7b9c9b 2018-12-03 16:29:26,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:26,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-8f6be09a-8a6f-4379-bcd4-e15c2fd5a880 Date: Mon, 03 Dec 2018 16:29:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 16:29:26,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-8f6be09a-8a6f-4379-bcd4-e15c2fd5a880 2018-12-03 16:29:26,150 - neutron_utils - INFO - Creating port for network with name - external 2018-12-03 16:29:26,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" -d '{"port": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "name": "CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-port1", "admin_state_up": true}}' 2018-12-03 16:29:26,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-bf1ec3f3-39b8-482a-a442-eb2871cf9ce6 Date: Mon, 03 Dec 2018 16:29:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:29:26Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.206"}],"id":"57ad5f85-852f-4403-a025-b4f5467e1944","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:97:69:da","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-port1","project_id":"e7db44589aed46ada30f0de826785caf","qos_policy_id":null,"admin_state_up":true,"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:29:26Z","binding:vnic_type":"normal"}} 2018-12-03 16:29:26,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-bf1ec3f3-39b8-482a-a442-eb2871cf9ce6 2018-12-03 16:29:26,956 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-port1 for router - CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router 2018-12-03 16:29:26,956 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router 2018-12-03 16:29:26,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/d96a4e4f-f524-40e9-95ae-d6186c01d538/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" -d '{"port_id": "57ad5f85-852f-4403-a025-b4f5467e1944"}' 2018-12-03 16:29:28,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9927573f-f86f-4b5e-a4c6-ee606a5acaa9 Date: Mon, 03 Dec 2018 16:29:28 GMT RESP BODY: {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "tenant_id": "e7db44589aed46ada30f0de826785caf", "subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "subnet_ids": ["4c341e68-838a-4185-83e8-4a80ca2687ff"], "port_id": "57ad5f85-852f-4403-a025-b4f5467e1944", "id": "d96a4e4f-f524-40e9-95ae-d6186c01d538"} 2018-12-03 16:29:28,545 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d96a4e4f-f524-40e9-95ae-d6186c01d538/add_router_interface used request id req-9927573f-f86f-4b5e-a4c6-ee606a5acaa9 2018-12-03 16:29:28,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/d96a4e4f-f524-40e9-95ae-d6186c01d538 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:28,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-abba388e-4bf8-4c5b-9616-0563cf45d228 Date: Mon, 03 Dec 2018 16:29:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:29:21Z", "admin_state_up": true, "updated_at": "2018-12-03T16:29:27Z", "project_id": "e7db44589aed46ada30f0de826785caf", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "d96a4e4f-f524-40e9-95ae-d6186c01d538", "name": "CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router"}} 2018-12-03 16:29:28,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/d96a4e4f-f524-40e9-95ae-d6186c01d538 used request id req-abba388e-4bf8-4c5b-9616-0563cf45d228 2018-12-03 16:29:28,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=d96a4e4f-f524-40e9-95ae-d6186c01d538 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:29,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3693 X-Openstack-Request-Id: req-6b2fe6ac-2cc2-4662-87cc-900ab4513615 Date: Mon, 03 Dec 2018 16:29:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:29:26Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","ip_address":"169.254.192.7"}],"id":"069660d9-ae1d-489b-9cdd-e23bdeaf4d9a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:ee:d9","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e7db44589aed46ada30f0de826785caf","admin_state_up":true,"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:21Z","binding:vnic_type":"normal","device_id":"d96a4e4f-f524-40e9-95ae-d6186c01d538"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:29:25Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","ip_address":"169.254.192.5"}],"id":"07dd9954-176b-4daa-b162-b3d1d75b3a2c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:48:33","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e7db44589aed46ada30f0de826785caf","admin_state_up":true,"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:22Z","binding:vnic_type":"normal","device_id":"d96a4e4f-f524-40e9-95ae-d6186c01d538"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:29:28Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.206"}],"id":"57ad5f85-852f-4403-a025-b4f5467e1944","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:97:69:da","project_id":"e7db44589aed46ada30f0de826785caf","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-port1","admin_state_up":true,"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:29:26Z","binding:vnic_type":"normal","device_id":"d96a4e4f-f524-40e9-95ae-d6186c01d538"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:29:25Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","ip_address":"169.254.192.10"}],"id":"e02c053d-8a4f-4b6e-9b41-2b66cb253daf","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:3e:0e","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e7db44589aed46ada30f0de826785caf","admin_state_up":true,"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:23Z","binding:vnic_type":"normal","device_id":"d96a4e4f-f524-40e9-95ae-d6186c01d538"}]} 2018-12-03 16:29:29,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=d96a4e4f-f524-40e9-95ae-d6186c01d538 used request id req-6b2fe6ac-2cc2-4662-87cc-900ab4513615 2018-12-03 16:29:29,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:29,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e366eda3-26bd-490b-919a-5017d0581b55 Date: Mon, 03 Dec 2018 16:29:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:20Z","dns_nameservers":[],"updated_at":"2018-12-03T16:29:20Z","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":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","subnetpool_id":null,"name":"HA subnet tenant e7db44589aed46ada30f0de826785caf"}} 2018-12-03 16:29:29,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 used request id req-e366eda3-26bd-490b-919a-5017d0581b55 2018-12-03 16:29:29,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:29,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8a0a9fce-aeac-414b-90e9-1b2393af3353 Date: Mon, 03 Dec 2018 16:29:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:20Z","dns_nameservers":[],"updated_at":"2018-12-03T16:29:20Z","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":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","subnetpool_id":null,"name":"HA subnet tenant e7db44589aed46ada30f0de826785caf"}} 2018-12-03 16:29:29,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 used request id req-8a0a9fce-aeac-414b-90e9-1b2393af3353 2018-12-03 16:29:29,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:29,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d4d242e8-4940-4366-856f-cc2367b3aadf Date: Mon, 03 Dec 2018 16:29:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:20Z","dns_nameservers":[],"updated_at":"2018-12-03T16:29:20Z","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":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","subnetpool_id":null,"name":"HA subnet tenant e7db44589aed46ada30f0de826785caf"}} 2018-12-03 16:29:29,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 used request id req-d4d242e8-4940-4366-856f-cc2367b3aadf 2018-12-03 16:29:29,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:29,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4b290c6f-4cc0-45bb-a00e-b216bb889862 Date: Mon, 03 Dec 2018 16:29:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 16:29:29,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-4b290c6f-4cc0-45bb-a00e-b216bb889862 2018-12-03 16:29:29,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59adfffafc62665938293678e01f9d984dab8bc3" 2018-12-03 16:29:29,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bfe1185-0c4e-46d2-bb23-83e13c4e19c4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:29,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4bfe1185-0c4e-46d2-bb23-83e13c4e19c4 2018-12-03 16:29:29,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59adfffafc62665938293678e01f9d984dab8bc3" 2018-12-03 16:29:29,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-8049c925-185d-46aa-b126-87e7e9acce25 Date: Mon, 03 Dec 2018 16:29:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:29:21Z", "admin_state_up": true, "updated_at": "2018-12-03T16:29:27Z", "project_id": "e7db44589aed46ada30f0de826785caf", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "d96a4e4f-f524-40e9-95ae-d6186c01d538", "name": "CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router"}]} 2018-12-03 16:29:29,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router&admin_state_up=True used request id req-8049c925-185d-46aa-b126-87e7e9acce25 2018-12-03 16:29:29,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:29:29,862 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:29: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:29:29,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59adfffafc62665938293678e01f9d984dab8bc3" 2018-12-03 16:29:29,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56680cd4-5b28-4b83-bdcf-3d9cb7ba725f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:29:29,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-56680cd4-5b28-4b83-bdcf-3d9cb7ba725f 2018-12-03 16:29:29,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=d96a4e4f-f524-40e9-95ae-d6186c01d538 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59adfffafc62665938293678e01f9d984dab8bc3" 2018-12-03 16:29:30,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3727 X-Openstack-Request-Id: req-9dabeecf-7d8c-44bf-ab25-931719c3f223 Date: Mon, 03 Dec 2018 16:29:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:29:26Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","ip_address":"169.254.192.7"}],"id":"069660d9-ae1d-489b-9cdd-e23bdeaf4d9a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:ee:d9","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e7db44589aed46ada30f0de826785caf","admin_state_up":true,"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:21Z","binding:vnic_type":"normal","device_id":"d96a4e4f-f524-40e9-95ae-d6186c01d538"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:29:25Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","ip_address":"169.254.192.5"}],"id":"07dd9954-176b-4daa-b162-b3d1d75b3a2c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:48:33","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e7db44589aed46ada30f0de826785caf","admin_state_up":true,"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:22Z","binding:vnic_type":"normal","device_id":"d96a4e4f-f524-40e9-95ae-d6186c01d538"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:29:30Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.206"}],"id":"57ad5f85-852f-4403-a025-b4f5467e1944","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:97:69:da","project_id":"e7db44589aed46ada30f0de826785caf","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-port1","admin_state_up":true,"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:29:26Z","binding:vnic_type":"normal","device_id":"d96a4e4f-f524-40e9-95ae-d6186c01d538"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:29:25Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","ip_address":"169.254.192.10"}],"id":"e02c053d-8a4f-4b6e-9b41-2b66cb253daf","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:3e:0e","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e7db44589aed46ada30f0de826785caf","admin_state_up":true,"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:23Z","binding:vnic_type":"normal","device_id":"d96a4e4f-f524-40e9-95ae-d6186c01d538"}]} 2018-12-03 16:29:30,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=d96a4e4f-f524-40e9-95ae-d6186c01d538 used request id req-9dabeecf-7d8c-44bf-ab25-931719c3f223 2018-12-03 16:29:30,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59adfffafc62665938293678e01f9d984dab8bc3" 2018-12-03 16:29:30,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ba59c115-3208-41f6-b69c-9256350087d7 Date: Mon, 03 Dec 2018 16:29:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:20Z","dns_nameservers":[],"updated_at":"2018-12-03T16:29:20Z","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":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","subnetpool_id":null,"name":"HA subnet tenant e7db44589aed46ada30f0de826785caf"}} 2018-12-03 16:29:30,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 used request id req-ba59c115-3208-41f6-b69c-9256350087d7 2018-12-03 16:29:30,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59adfffafc62665938293678e01f9d984dab8bc3" 2018-12-03 16:29:30,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f17a2e9d-b985-4ce6-8f45-4e4cde3e2e4c Date: Mon, 03 Dec 2018 16:29:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:20Z","dns_nameservers":[],"updated_at":"2018-12-03T16:29:20Z","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":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","subnetpool_id":null,"name":"HA subnet tenant e7db44589aed46ada30f0de826785caf"}} 2018-12-03 16:29:30,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 used request id req-f17a2e9d-b985-4ce6-8f45-4e4cde3e2e4c 2018-12-03 16:29:30,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59adfffafc62665938293678e01f9d984dab8bc3" 2018-12-03 16:29:30,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f0368047-e3c5-4136-9871-2df6124ddddb Date: Mon, 03 Dec 2018 16:29:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"197b188f-d2bb-432a-a3d1-72a56f685d77","tenant_id":"","created_at":"2018-12-03T16:29:20Z","dns_nameservers":[],"updated_at":"2018-12-03T16:29:20Z","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":"550e2e20-4761-4d8a-884c-734fc7c7e5d2","subnetpool_id":null,"name":"HA subnet tenant e7db44589aed46ada30f0de826785caf"}} 2018-12-03 16:29:30,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/550e2e20-4761-4d8a-884c-734fc7c7e5d2 used request id req-f0368047-e3c5-4136-9871-2df6124ddddb 2018-12-03 16:29:30,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59adfffafc62665938293678e01f9d984dab8bc3" 2018-12-03 16:29:31,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d49cb2a6-8f7f-4932-9751-bec9d124f81f Date: Mon, 03 Dec 2018 16:29:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 16:29:31,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-d49cb2a6-8f7f-4932-9751-bec9d124f81f 2018-12-03 16:29:31,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59adfffafc62665938293678e01f9d984dab8bc3" 2018-12-03 16:29:31,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b070e43d-ebab-49c5-ae54-46995078aded Date: Mon, 03 Dec 2018 16:29:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 16:29:31,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-b070e43d-ebab-49c5-ae54-46995078aded 2018-12-03 16:29:31,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59adfffafc62665938293678e01f9d984dab8bc3" 2018-12-03 16:29:31,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a6cd4d7b-685a-45e3-a8ce-560178210d4d Date: Mon, 03 Dec 2018 16:29:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-03 16:29:31,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-a6cd4d7b-685a-45e3-a8ce-560178210d4d 2018-12-03 16:29:31,472 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router and port CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-port1 2018-12-03 16:29:31,472 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router 2018-12-03 16:29:31,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/d96a4e4f-f524-40e9-95ae-d6186c01d538/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" -d '{"port_id": "57ad5f85-852f-4403-a025-b4f5467e1944"}' 2018-12-03 16:29:32,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d91e8e11-a537-4b52-9182-1896d04e65a4 Date: Mon, 03 Dec 2018 16:29:32 GMT RESP BODY: {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "tenant_id": "e7db44589aed46ada30f0de826785caf", "subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "subnet_ids": ["4c341e68-838a-4185-83e8-4a80ca2687ff"], "port_id": "57ad5f85-852f-4403-a025-b4f5467e1944", "id": "d96a4e4f-f524-40e9-95ae-d6186c01d538"} 2018-12-03 16:29:32,891 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d96a4e4f-f524-40e9-95ae-d6186c01d538/remove_router_interface used request id req-d91e8e11-a537-4b52-9182-1896d04e65a4 2018-12-03 16:29:32,892 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router 2018-12-03 16:29:32,892 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-512460fe-0647-4ac8-9cff-cefaedc2f09b-pub-router 2018-12-03 16:29:32,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/d96a4e4f-f524-40e9-95ae-d6186c01d538 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da84cbdde5e348ef8c60e537c1b7d317d5bb71d" 2018-12-03 16:29:35,794 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78bf42bc-dcf0-4283-a360-c7446c0e262f Content-Length: 0 Date: Mon, 03 Dec 2018 16:29:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:29:35,794 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/d96a4e4f-f524-40e9-95ae-d6186c01d538 used request id req-78bf42bc-dcf0-4283-a360-c7446c0e262f 2018-12-03 16:29:35,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" 2018-12-03 16:29:36,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-636adf8b-97cf-43c0-997f-b8d601b94d45 Date: Mon, 03 Dec 2018 16:29:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:29:36,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-636adf8b-97cf-43c0-997f-b8d601b94d45 2018-12-03 16:29:36,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" 2018-12-03 16:29:36,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9db35844-e890-4c79-9e17-0253bdb1b6f4 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:29:36,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-9db35844-e890-4c79-9e17-0253bdb1b6f4 2018-12-03 16:29:36,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" 2018-12-03 16:29:36,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08abccd2-f12f-4754-8f11-0795244706e0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:29:36,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-08abccd2-f12f-4754-8f11-0795244706e0 2018-12-03 16:29:36,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" 2018-12-03 16:29:36,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-534c7b88-8e88-4990-a991-117c0cac2705 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:29:36,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-534c7b88-8e88-4990-a991-117c0cac2705 2018-12-03 16:29:36,279 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-bd3ddd74-e78f-409-proj 2018-12-03 16:29:36,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/ebf9bd902cb74d94aac06383dc33481c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" 2018-12-03 16:29:36,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:29:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a53e6e7-edbf-4ef1-8f6b-d6c994d00c59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:29:36,505 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ebf9bd902cb74d94aac06383dc33481c used request id req-3a53e6e7-edbf-4ef1-8f6b-d6c994d00c59 2018-12-03 16:29:36,505 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-bd3ddd74-e78f-409-proj-role 2018-12-03 16:29:36,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/f0e0a456f304465ba69156f8eab5b688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" 2018-12-03 16:29:36,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:29:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7a3b46a-b45f-4b16-ad06-1f48cb831c3a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:29:36,603 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/f0e0a456f304465ba69156f8eab5b688 used request id req-f7a3b46a-b45f-4b16-ad06-1f48cb831c3a 2018-12-03 16:29:36,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4259dd7517d1a914273f5dbfb0faf5da41784275" 2018-12-03 16:29:36,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1058c4e-d626-41c0-8786-0381256f7513 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:29:36,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b1058c4e-d626-41c0-8786-0381256f7513 2018-12-03 16:29:36,695 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-bd3ddd74-e78f-409-user 2018-12-03 16:29:36,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/e19c7e20b9a8410d874bd49883917e02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e630b56ebdb59c73f519fa0b2dd03d8988c446e" 2018-12-03 16:29:36,958 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:29:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3988335e-cb3e-4b8e-b16c-739027d67e82 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:29:36,958 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e19c7e20b9a8410d874bd49883917e02 used request id req-3988335e-cb3e-4b8e-b16c-739027d67e82 2018-12-03 16:29:36,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:37,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:29:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["sOL3Ofw3QFGfeNQY25H5oA"], "issued_at": "2018-12-03T16:29:37.000000Z"}} 2018-12-03 16:29:37,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3214f6efdb4df19ecc62e623f80689b9727459f8" 2018-12-03 16:29:37,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-336855c0-5558-40d5-9c9a-a7f1d9d0aaf5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:37,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-336855c0-5558-40d5-9c9a-a7f1d9d0aaf5 2018-12-03 16:29:37,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:37,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:37,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:29:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["FS7F7gYUQsKbjuPmhBEmBw"], "issued_at": "2018-12-03T16:29:37.000000Z"}} 2018-12-03 16:29:37,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:29:37,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32826a08-512a-4d06-b8ad-77cf109ccdf6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:37,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-32826a08-512a-4d06-b8ad-77cf109ccdf6 2018-12-03 16:29:37,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:29:37,921 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:29: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:29:37,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-42076e0b-2ae3-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:29:38,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-910d91eb-560f-4489-a4cf-43b590ee2267 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-42076e0b-2ae3-414-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:29:38,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-42076e0b-2ae3-414-proj used request id req-910d91eb-560f-4489-a4cf-43b590ee2267 2018-12-03 16:29:38,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:29:38,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d5da300-da71-40aa-9874-4a20c2f05410 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:29:38,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-2d5da300-da71-40aa-9874-4a20c2f05410 2018-12-03 16:29:38,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-proj"}}' 2018-12-03 16:29:38,203 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:29:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97e1edf3-5e01-4c1a-8393-4c0bc9d1139c Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b7748cef0bf40859d9c4e9b85198ff6"}, "enabled": true, "id": "7b7748cef0bf40859d9c4e9b85198ff6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-proj"}} 2018-12-03 16:29:38,204 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-97e1edf3-5e01-4c1a-8393-4c0bc9d1139c 2018-12-03 16:29:38,204 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-42076e0b-2ae3-414-proj 2018-12-03 16:29:38,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:38,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:38,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:29:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["RmAd4exaQB66s-oUmsR5zA"], "issued_at": "2018-12-03T16:29:38.000000Z"}} 2018-12-03 16:29:38,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e4471f721bbe4d5c0515c2b9d03d515fa7f98ba" 2018-12-03 16:29:38,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3528a8b5-395d-474f-9b97-892361a12a7c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:38,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3528a8b5-395d-474f-9b97-892361a12a7c 2018-12-03 16:29:38,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:29:38,611 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:29: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:29:38,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e4471f721bbe4d5c0515c2b9d03d515fa7f98ba" 2018-12-03 16:29:38,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f945fb4d-0cb6-4fd1-8de2-ac06b344dbd0 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:29:38,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f945fb4d-0cb6-4fd1-8de2-ac06b344dbd0 2018-12-03 16:29:38,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-42076e0b-2ae3-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e4471f721bbe4d5c0515c2b9d03d515fa7f98ba" 2018-12-03 16:29:38,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf896783-a230-4151-8e9d-b7f4f1342f40 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-42076e0b-2ae3-414-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b7748cef0bf40859d9c4e9b85198ff6"}, "enabled": true, "id": "7b7748cef0bf40859d9c4e9b85198ff6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-proj"}]} 2018-12-03 16:29:38,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-42076e0b-2ae3-414-proj used request id req-bf896783-a230-4151-8e9d-b7f4f1342f40 2018-12-03 16:29:38,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e4471f721bbe4d5c0515c2b9d03d515fa7f98ba" 2018-12-03 16:29:38,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b693a1e8-a2a1-46d6-9c42-02e8b2fff831 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:29:38,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b693a1e8-a2a1-46d6-9c42-02e8b2fff831 2018-12-03 16:29:39,300 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-42076e0b-2ae3-414-user 2018-12-03 16:29:39,300 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:39,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:29:39,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b27a6f-c36f-4b29-a8cc-0f834f1bd6f6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:29:39,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-99b27a6f-c36f-4b29-a8cc-0f834f1bd6f6 2018-12-03 16:29:39,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" -d '{"role": {"name": "CreateRouterSuccessTests-42076e0b-2ae3-414-proj-role"}}' 2018-12-03 16:29:39,604 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:29:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f15d1314-49f9-4b79-bc2c-baa54a3ee72a Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d5daec48adc644f4a6b41142076e96db", "links": {"self": "http://172.30.9.30:5000/v3/roles/d5daec48adc644f4a6b41142076e96db"}, "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-proj-role"}} 2018-12-03 16:29:39,604 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-f15d1314-49f9-4b79-bc2c-baa54a3ee72a 2018-12-03 16:29:39,604 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-42076e0b-2ae3-414-proj-role 2018-12-03 16:29:39,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/d5daec48adc644f4a6b41142076e96db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:29:39,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f605f68e-8aa7-49b8-a41c-b51fc439effa Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/d5daec48adc644f4a6b41142076e96db"}, "domain_id": null, "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-proj-role", "id": "d5daec48adc644f4a6b41142076e96db"}} 2018-12-03 16:29:39,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/d5daec48adc644f4a6b41142076e96db used request id req-f605f68e-8aa7-49b8-a41c-b51fc439effa 2018-12-03 16:29:39,702 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-42076e0b-2ae3-414-proj-role to project CreateRouterSuccessTests-42076e0b-2ae3-414-proj 2018-12-03 16:29:39,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/7b7748cef0bf40859d9c4e9b85198ff6/users/94f0bb60e05f430fabc5ae1a57bb2401/roles/d5daec48adc644f4a6b41142076e96db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:29:39,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:29:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec61afdf-a9a9-499d-9676-9c0c0b2526b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:29:39,912 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/7b7748cef0bf40859d9c4e9b85198ff6/users/94f0bb60e05f430fabc5ae1a57bb2401/roles/d5daec48adc644f4a6b41142076e96db used request id req-ec61afdf-a9a9-499d-9676-9c0c0b2526b2 2018-12-03 16:29:39,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:39,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:40,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d5daec48adc644f4a6b41142076e96db", "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-proj-role"}], "expires_at": "2018-12-03T17:29:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b7748cef0bf40859d9c4e9b85198ff6", "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-user", "id": "94f0bb60e05f430fabc5ae1a57bb2401"}, "audit_ids": ["LWozQDX4QCir8uGY0DGv4g"], "issued_at": "2018-12-03T16:29:40.000000Z"}} 2018-12-03 16:29:40,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}989b943bb02137f0f405d368304b7b6e8f4c35c0" 2018-12-03 16:29:40,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0a146bc-1e65-48d7-83c4-95a829a0a94d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:40,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c0a146bc-1e65-48d7-83c4-95a829a0a94d 2018-12-03 16:29:40,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}989b943bb02137f0f405d368304b7b6e8f4c35c0" 2018-12-03 16:29:40,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e0d9d1f8-2e52-4995-aab0-6670157cefb9 Date: Mon, 03 Dec 2018 16:29:40 GMT RESP BODY: {"networks":[]} 2018-12-03 16:29:40,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-net1 used request id req-e0d9d1f8-2e52-4995-aab0-6670157cefb9 2018-12-03 16:29:40,550 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-net1 2018-12-03 16:29:40,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}989b943bb02137f0f405d368304b7b6e8f4c35c0" -d '{"network": {"name": "CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-net1", "admin_state_up": true}}' 2018-12-03 16:29:41,285 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-0051f7a9-6a07-4a2d-baa1-7940e1194f39 Date: Mon, 03 Dec 2018 16:29:41 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"71538013-f959-4b02-bb9b-7245a179fa8f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b7748cef0bf40859d9c4e9b85198ff6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:29:41Z","is_default":false,"name":"CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7b7748cef0bf40859d9c4e9b85198ff6","created_at":"2018-12-03T16:29:41Z","mtu":1450}} 2018-12-03 16:29:41,285 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-0051f7a9-6a07-4a2d-baa1-7940e1194f39 2018-12-03 16:29:41,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=71538013-f959-4b02-bb9b-7245a179fa8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}989b943bb02137f0f405d368304b7b6e8f4c35c0" 2018-12-03 16:29:41,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b43f4326-cff7-4b2b-af75-b09230390d5f Date: Mon, 03 Dec 2018 16:29: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-12-03T16:29:41Z","tenant_id":"7b7748cef0bf40859d9c4e9b85198ff6","created_at":"2018-12-03T16:29:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7b7748cef0bf40859d9c4e9b85198ff6","id":"71538013-f959-4b02-bb9b-7245a179fa8f","name":"CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-net1"}]} 2018-12-03 16:29:41,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=71538013-f959-4b02-bb9b-7245a179fa8f used request id req-b43f4326-cff7-4b2b-af75-b09230390d5f 2018-12-03 16:29:41,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=71538013-f959-4b02-bb9b-7245a179fa8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}989b943bb02137f0f405d368304b7b6e8f4c35c0" 2018-12-03 16:29:41,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-913e8b5b-1568-4503-9254-c050e3b0da36 Date: Mon, 03 Dec 2018 16:29:41 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:29:41,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=71538013-f959-4b02-bb9b-7245a179fa8f used request id req-913e8b5b-1568-4503-9254-c050e3b0da36 2018-12-03 16:29:41,697 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-subnet1 2018-12-03 16:29:41,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}989b943bb02137f0f405d368304b7b6e8f4c35c0" -d '{"subnets": [{"ip_version": 4, "network_id": "71538013-f959-4b02-bb9b-7245a179fa8f", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-subnet1"}]}' 2018-12-03 16:29:42,506 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-976409b8-a65b-4549-8696-e3091ccc776e Date: Mon, 03 Dec 2018 16:29:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71538013-f959-4b02-bb9b-7245a179fa8f","tenant_id":"7b7748cef0bf40859d9c4e9b85198ff6","created_at":"2018-12-03T16:29:42Z","dns_nameservers":[],"updated_at":"2018-12-03T16:29:42Z","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":"7b7748cef0bf40859d9c4e9b85198ff6","id":"524ab850-8ee5-49d3-9530-21eaa5bd1181","subnetpool_id":null,"name":"CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-subnet1"}]} 2018-12-03 16:29:42,507 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-976409b8-a65b-4549-8696-e3091ccc776e 2018-12-03 16:29:42,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=71538013-f959-4b02-bb9b-7245a179fa8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}989b943bb02137f0f405d368304b7b6e8f4c35c0" 2018-12-03 16:29:42,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-11891f56-f47b-4e54-ad69-cdbef3a3f714 Date: Mon, 03 Dec 2018 16:29:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["524ab850-8ee5-49d3-9530-21eaa5bd1181"],"updated_at":"2018-12-03T16:29:42Z","tenant_id":"7b7748cef0bf40859d9c4e9b85198ff6","created_at":"2018-12-03T16:29:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7b7748cef0bf40859d9c4e9b85198ff6","id":"71538013-f959-4b02-bb9b-7245a179fa8f","name":"CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-net1"}]} 2018-12-03 16:29:42,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=71538013-f959-4b02-bb9b-7245a179fa8f used request id req-11891f56-f47b-4e54-ad69-cdbef3a3f714 2018-12-03 16:29:42,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=71538013-f959-4b02-bb9b-7245a179fa8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}989b943bb02137f0f405d368304b7b6e8f4c35c0" 2018-12-03 16:29:42,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-4f0c2a90-d251-4bef-876a-9221a218a9ec Date: Mon, 03 Dec 2018 16:29:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71538013-f959-4b02-bb9b-7245a179fa8f","tenant_id":"7b7748cef0bf40859d9c4e9b85198ff6","created_at":"2018-12-03T16:29:42Z","dns_nameservers":[],"updated_at":"2018-12-03T16:29:42Z","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":"7b7748cef0bf40859d9c4e9b85198ff6","id":"524ab850-8ee5-49d3-9530-21eaa5bd1181","subnetpool_id":null,"name":"CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-subnet1"}]} 2018-12-03 16:29:42,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=71538013-f959-4b02-bb9b-7245a179fa8f used request id req-4f0c2a90-d251-4bef-876a-9221a218a9ec 2018-12-03 16:29:42,994 - OpenStackNetwork - DEBUG - Network [71538013-f959-4b02-bb9b-7245a179fa8f] created successfully 2018-12-03 16:29:42,994 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:42,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:43,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d5daec48adc644f4a6b41142076e96db", "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-proj-role"}], "expires_at": "2018-12-03T17:29:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b7748cef0bf40859d9c4e9b85198ff6", "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-user", "id": "94f0bb60e05f430fabc5ae1a57bb2401"}, "audit_ids": ["_qOY3cGAQoiUuJYGBFIybA"], "issued_at": "2018-12-03T16:29:43.000000Z"}} 2018-12-03 16:29:43,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5549051595c7ea9bf6dc90b72def989dc308d9f5" 2018-12-03 16:29:43,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20846809-89b7-4ab0-aef3-36d3ff9bb66e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:43,440 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-20846809-89b7-4ab0-aef3-36d3ff9bb66e 2018-12-03 16:29:43,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5549051595c7ea9bf6dc90b72def989dc308d9f5" 2018-12-03 16:29:43,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-de4975dd-e074-4b18-b868-c120d5a896c6 Date: Mon, 03 Dec 2018 16:29:43 GMT RESP BODY: {"routers": []} 2018-12-03 16:29:43,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-router&admin_state_up=True used request id req-de4975dd-e074-4b18-b868-c120d5a896c6 2018-12-03 16:29:43,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:29:43,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:29:44,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d5daec48adc644f4a6b41142076e96db", "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-proj-role"}], "expires_at": "2018-12-03T17:29:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b7748cef0bf40859d9c4e9b85198ff6", "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/7b7748cef0bf40859d9c4e9b85198ff6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-user", "id": "94f0bb60e05f430fabc5ae1a57bb2401"}, "audit_ids": ["Vnrg9AQkSretbH7-svT3dg"], "issued_at": "2018-12-03T16:29:44.000000Z"}} 2018-12-03 16:29:44,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8950867478371fbf5f996cd4b048a692d5376c8c" 2018-12-03 16:29:44,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e6a777b-7d69-48af-9a8b-3f5d3fb46878 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:29:44,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6e6a777b-7d69-48af-9a8b-3f5d3fb46878 2018-12-03 16:29:44,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5549051595c7ea9bf6dc90b72def989dc308d9f5" 2018-12-03 16:29:44,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-1cef3a75-49a7-4d54-93b7-ad7557ea6a46 Date: Mon, 03 Dec 2018 16:29:44 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:29:44,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-1cef3a75-49a7-4d54-93b7-ad7557ea6a46 2018-12-03 16:29:44,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5549051595c7ea9bf6dc90b72def989dc308d9f5" 2018-12-03 16:29:44,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3b243050-bc93-407c-851f-dfb48fc4be9b Date: Mon, 03 Dec 2018 16:29:44 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:29:44,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-3b243050-bc93-407c-851f-dfb48fc4be9b 2018-12-03 16:29:44,555 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-router 2018-12-03 16:29:44,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5549051595c7ea9bf6dc90b72def989dc308d9f5" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-router", "admin_state_up": true}}' 2018-12-03 16:29:49,642 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-4b119ce5-4424-4dbc-8593-bf9140eb6ec1 Date: Mon, 03 Dec 2018 16:29:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7b7748cef0bf40859d9c4e9b85198ff6", "created_at": "2018-12-03T16:29:45Z", "admin_state_up": true, "updated_at": "2018-12-03T16:29:46Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "7b7748cef0bf40859d9c4e9b85198ff6", "id": "2affc43e-c73b-42c8-88eb-4a779d51f1b7", "name": "CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-router"}} 2018-12-03 16:29:49,642 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-4b119ce5-4424-4dbc-8593-bf9140eb6ec1 2018-12-03 16:29:49,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=2affc43e-c73b-42c8-88eb-4a779d51f1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5549051595c7ea9bf6dc90b72def989dc308d9f5" 2018-12-03 16:29:49,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-31f886c4-3e12-40b1-b6c2-ce8d090d8a80 Date: Mon, 03 Dec 2018 16:29:49 GMT RESP BODY: {"ports":[]} 2018-12-03 16:29:49,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=2affc43e-c73b-42c8-88eb-4a779d51f1b7 used request id req-31f886c4-3e12-40b1-b6c2-ce8d090d8a80 2018-12-03 16:29:49,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?name=CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5549051595c7ea9bf6dc90b72def989dc308d9f5" 2018-12-03 16:29:50,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-baec2474-0185-4830-be55-68508b08164b Date: Mon, 03 Dec 2018 16:29:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71538013-f959-4b02-bb9b-7245a179fa8f","tenant_id":"7b7748cef0bf40859d9c4e9b85198ff6","created_at":"2018-12-03T16:29:42Z","dns_nameservers":[],"updated_at":"2018-12-03T16:29:42Z","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":"7b7748cef0bf40859d9c4e9b85198ff6","id":"524ab850-8ee5-49d3-9530-21eaa5bd1181","subnetpool_id":null,"name":"CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-subnet1"}]} 2018-12-03 16:29:50,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?name=CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-subnet1 used request id req-baec2474-0185-4830-be55-68508b08164b 2018-12-03 16:29:50,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:29:50,037 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:29: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:29:50,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/7b7748cef0bf40859d9c4e9b85198ff6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5549051595c7ea9bf6dc90b72def989dc308d9f5" 2018-12-03 16:29:50,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dcaf6a1-5a5b-4ce0-a11b-8b640d81350b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b7748cef0bf40859d9c4e9b85198ff6"}, "enabled": true, "id": "7b7748cef0bf40859d9c4e9b85198ff6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-proj"}} 2018-12-03 16:29:50,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/7b7748cef0bf40859d9c4e9b85198ff6 used request id req-5dcaf6a1-5a5b-4ce0-a11b-8b640d81350b 2018-12-03 16:29:50,120 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-03 16:29:50,120 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-router 2018-12-03 16:29:50,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/2affc43e-c73b-42c8-88eb-4a779d51f1b7/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5549051595c7ea9bf6dc90b72def989dc308d9f5" -d '{"subnet_id": "524ab850-8ee5-49d3-9530-21eaa5bd1181"}' 2018-12-03 16:29:52,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c6134db7-a393-4d3c-be87-079836f1e6df Date: Mon, 03 Dec 2018 16:29:52 GMT RESP BODY: {"network_id": "71538013-f959-4b02-bb9b-7245a179fa8f", "tenant_id": "7b7748cef0bf40859d9c4e9b85198ff6", "subnet_id": "524ab850-8ee5-49d3-9530-21eaa5bd1181", "subnet_ids": ["524ab850-8ee5-49d3-9530-21eaa5bd1181"], "port_id": "b19bbcf1-2ae7-4d0f-aca2-fbfe3e2aaa7d", "id": "2affc43e-c73b-42c8-88eb-4a779d51f1b7"} 2018-12-03 16:29:52,087 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/2affc43e-c73b-42c8-88eb-4a779d51f1b7/add_router_interface used request id req-c6134db7-a393-4d3c-be87-079836f1e6df 2018-12-03 16:29:52,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/2affc43e-c73b-42c8-88eb-4a779d51f1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5549051595c7ea9bf6dc90b72def989dc308d9f5" 2018-12-03 16:29:52,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-971d2018-4b8b-4e43-a324-910e6e09332c Date: Mon, 03 Dec 2018 16:29:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7b7748cef0bf40859d9c4e9b85198ff6", "created_at": "2018-12-03T16:29:45Z", "admin_state_up": true, "updated_at": "2018-12-03T16:29:51Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "7b7748cef0bf40859d9c4e9b85198ff6", "id": "2affc43e-c73b-42c8-88eb-4a779d51f1b7", "name": "CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-router"}} 2018-12-03 16:29:52,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/2affc43e-c73b-42c8-88eb-4a779d51f1b7 used request id req-971d2018-4b8b-4e43-a324-910e6e09332c 2018-12-03 16:29:52,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=2affc43e-c73b-42c8-88eb-4a779d51f1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5549051595c7ea9bf6dc90b72def989dc308d9f5" 2018-12-03 16:29:52,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-36afa05a-84e2-4a2b-956a-515106707c7e Date: Mon, 03 Dec 2018 16:29:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:29:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"524ab850-8ee5-49d3-9530-21eaa5bd1181","ip_address":"10.200.201.1"}],"id":"b19bbcf1-2ae7-4d0f-aca2-fbfe3e2aaa7d","security_groups":[],"mac_address":"fa:16:3e:c7:73:d7","project_id":"7b7748cef0bf40859d9c4e9b85198ff6","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"71538013-f959-4b02-bb9b-7245a179fa8f","tenant_id":"7b7748cef0bf40859d9c4e9b85198ff6","created_at":"2018-12-03T16:29:50Z","binding:vnic_type":"normal","device_id":"2affc43e-c73b-42c8-88eb-4a779d51f1b7"}]} 2018-12-03 16:29:52,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=2affc43e-c73b-42c8-88eb-4a779d51f1b7 used request id req-36afa05a-84e2-4a2b-956a-515106707c7e 2018-12-03 16:29:52,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/524ab850-8ee5-49d3-9530-21eaa5bd1181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5549051595c7ea9bf6dc90b72def989dc308d9f5" 2018-12-03 16:29:52,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-119d3cfb-3b13-471c-a3a0-a5485f99b5e9 Date: Mon, 03 Dec 2018 16:29:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71538013-f959-4b02-bb9b-7245a179fa8f","tenant_id":"7b7748cef0bf40859d9c4e9b85198ff6","created_at":"2018-12-03T16:29:42Z","dns_nameservers":[],"updated_at":"2018-12-03T16:29:42Z","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":"7b7748cef0bf40859d9c4e9b85198ff6","id":"524ab850-8ee5-49d3-9530-21eaa5bd1181","subnetpool_id":null,"name":"CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-subnet1"}} 2018-12-03 16:29:52,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/524ab850-8ee5-49d3-9530-21eaa5bd1181 used request id req-119d3cfb-3b13-471c-a3a0-a5485f99b5e9 2018-12-03 16:29:52,709 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-router and subnet CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-subnet1 2018-12-03 16:29:52,709 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-router 2018-12-03 16:29:52,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/2affc43e-c73b-42c8-88eb-4a779d51f1b7/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5549051595c7ea9bf6dc90b72def989dc308d9f5" -d '{"subnet_id": "524ab850-8ee5-49d3-9530-21eaa5bd1181"}' 2018-12-03 16:29:54,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dfe70f45-55cf-4902-8b20-9e7938d29693 Date: Mon, 03 Dec 2018 16:29:54 GMT RESP BODY: {"network_id": "71538013-f959-4b02-bb9b-7245a179fa8f", "tenant_id": "7b7748cef0bf40859d9c4e9b85198ff6", "subnet_id": "524ab850-8ee5-49d3-9530-21eaa5bd1181", "subnet_ids": ["524ab850-8ee5-49d3-9530-21eaa5bd1181"], "port_id": "b19bbcf1-2ae7-4d0f-aca2-fbfe3e2aaa7d", "id": "2affc43e-c73b-42c8-88eb-4a779d51f1b7"} 2018-12-03 16:29:54,072 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/2affc43e-c73b-42c8-88eb-4a779d51f1b7/remove_router_interface used request id req-dfe70f45-55cf-4902-8b20-9e7938d29693 2018-12-03 16:29:54,072 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-router 2018-12-03 16:29:54,072 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-router 2018-12-03 16:29:54,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/2affc43e-c73b-42c8-88eb-4a779d51f1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5549051595c7ea9bf6dc90b72def989dc308d9f5" 2018-12-03 16:29:57,265 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e0a3bc5-6cf9-43df-8d6c-583f817211e4 Content-Length: 0 Date: Mon, 03 Dec 2018 16:29:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:29:57,265 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/2affc43e-c73b-42c8-88eb-4a779d51f1b7 used request id req-4e0a3bc5-6cf9-43df-8d6c-583f817211e4 2018-12-03 16:29:57,265 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-subnet1 2018-12-03 16:29:57,266 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-subnet1 2018-12-03 16:29:57,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/524ab850-8ee5-49d3-9530-21eaa5bd1181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}989b943bb02137f0f405d368304b7b6e8f4c35c0" 2018-12-03 16:29:59,612 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-689e5825-6b35-4b12-bf12-75012f7b09c2 Date: Mon, 03 Dec 2018 16:29:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:29:59,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/524ab850-8ee5-49d3-9530-21eaa5bd1181 used request id req-689e5825-6b35-4b12-bf12-75012f7b09c2 2018-12-03 16:29:59,613 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-e97ef371-c5ae-4e44-bc91-f2411c08deb8-pub-net1 2018-12-03 16:29:59,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/71538013-f959-4b02-bb9b-7245a179fa8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}989b943bb02137f0f405d368304b7b6e8f4c35c0" 2018-12-03 16:30:00,829 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0532a1a2-396e-4131-990b-91025a957a03 Date: Mon, 03 Dec 2018 16:30:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:30:00,829 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/71538013-f959-4b02-bb9b-7245a179fa8f used request id req-0532a1a2-396e-4131-990b-91025a957a03 2018-12-03 16:30:00,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:30:01,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8daff1c3-9cd7-4187-b824-d1123f249f08 Date: Mon, 03 Dec 2018 16:30:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7b7748cef0bf40859d9c4e9b85198ff6", "created_at": "2018-12-03T16:29:40Z", "updated_at": "2018-12-03T16:29:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:29:40Z", "revision_number": 0, "id": "319f40ed-5623-4819-9e51-a4d0a643386e", "remote_group_id": "c99e716b-0fea-4050-99db-205959fb230f", "remote_ip_prefix": null, "created_at": "2018-12-03T16:29:40Z", "security_group_id": "c99e716b-0fea-4050-99db-205959fb230f", "tenant_id": "7b7748cef0bf40859d9c4e9b85198ff6", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b7748cef0bf40859d9c4e9b85198ff6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:29:40Z", "revision_number": 0, "id": "dc09bbf5-a457-4c83-baa1-c7390357b92c", "remote_group_id": "c99e716b-0fea-4050-99db-205959fb230f", "remote_ip_prefix": null, "created_at": "2018-12-03T16:29:40Z", "security_group_id": "c99e716b-0fea-4050-99db-205959fb230f", "tenant_id": "7b7748cef0bf40859d9c4e9b85198ff6", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b7748cef0bf40859d9c4e9b85198ff6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:29:40Z", "revision_number": 0, "id": "f25ab15b-2af9-4842-9287-fb3cec590ae1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:29:40Z", "security_group_id": "c99e716b-0fea-4050-99db-205959fb230f", "tenant_id": "7b7748cef0bf40859d9c4e9b85198ff6", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b7748cef0bf40859d9c4e9b85198ff6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:29:40Z", "revision_number": 0, "id": "fd217807-19b2-41a3-a0f1-b92928ba9c1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:29:40Z", "security_group_id": "c99e716b-0fea-4050-99db-205959fb230f", "tenant_id": "7b7748cef0bf40859d9c4e9b85198ff6", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b7748cef0bf40859d9c4e9b85198ff6"}], "revision_number": 4, "project_id": "7b7748cef0bf40859d9c4e9b85198ff6", "id": "c99e716b-0fea-4050-99db-205959fb230f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:30:01,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-8daff1c3-9cd7-4187-b824-d1123f249f08 2018-12-03 16:30:01,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:30:01,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba8271a0-69fb-44ed-8f44-a7337077591a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:30:01,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-ba8271a0-69fb-44ed-8f44-a7337077591a 2018-12-03 16:30:01,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:30:01,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f375f4c1-8942-464a-b489-4884549cff97 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:30:01,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-f375f4c1-8942-464a-b489-4884549cff97 2018-12-03 16:30:01,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/7b7748cef0bf40859d9c4e9b85198ff6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:30:01,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b641698-65bd-45af-8588-235a2f9d10d9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b7748cef0bf40859d9c4e9b85198ff6"}, "enabled": true, "id": "7b7748cef0bf40859d9c4e9b85198ff6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-42076e0b-2ae3-414-proj"}} 2018-12-03 16:30:01,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/7b7748cef0bf40859d9c4e9b85198ff6 used request id req-9b641698-65bd-45af-8588-235a2f9d10d9 2018-12-03 16:30:01,335 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c99e716b-0fea-4050-99db-205959fb230f 2018-12-03 16:30:01,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=c99e716b-0fea-4050-99db-205959fb230f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:30:01,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d9794340-fc6d-4b83-b54e-256624997b32 Date: Mon, 03 Dec 2018 16:30:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c99e716b-0fea-4050-99db-205959fb230f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:29:40Z", "security_group_id": "c99e716b-0fea-4050-99db-205959fb230f", "port_range_min": null, "revision_number": 0, "tenant_id": "7b7748cef0bf40859d9c4e9b85198ff6", "created_at": "2018-12-03T16:29:40Z", "project_id": "7b7748cef0bf40859d9c4e9b85198ff6", "id": "319f40ed-5623-4819-9e51-a4d0a643386e"}, {"remote_group_id": "c99e716b-0fea-4050-99db-205959fb230f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:29:40Z", "security_group_id": "c99e716b-0fea-4050-99db-205959fb230f", "port_range_min": null, "revision_number": 0, "tenant_id": "7b7748cef0bf40859d9c4e9b85198ff6", "created_at": "2018-12-03T16:29:40Z", "project_id": "7b7748cef0bf40859d9c4e9b85198ff6", "id": "dc09bbf5-a457-4c83-baa1-c7390357b92c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:29:40Z", "security_group_id": "c99e716b-0fea-4050-99db-205959fb230f", "port_range_min": null, "revision_number": 0, "tenant_id": "7b7748cef0bf40859d9c4e9b85198ff6", "created_at": "2018-12-03T16:29:40Z", "project_id": "7b7748cef0bf40859d9c4e9b85198ff6", "id": "f25ab15b-2af9-4842-9287-fb3cec590ae1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:29:40Z", "security_group_id": "c99e716b-0fea-4050-99db-205959fb230f", "port_range_min": null, "revision_number": 0, "tenant_id": "7b7748cef0bf40859d9c4e9b85198ff6", "created_at": "2018-12-03T16:29:40Z", "project_id": "7b7748cef0bf40859d9c4e9b85198ff6", "id": "fd217807-19b2-41a3-a0f1-b92928ba9c1c"}]} 2018-12-03 16:30:01,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=c99e716b-0fea-4050-99db-205959fb230f used request id req-d9794340-fc6d-4b83-b54e-256624997b32 2018-12-03 16:30:01,503 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:30:01,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/c99e716b-0fea-4050-99db-205959fb230f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:30:01,808 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a145d455-eebe-46e5-90bc-377adbb5dec4 Content-Length: 0 Date: Mon, 03 Dec 2018 16:30:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:30:01,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/c99e716b-0fea-4050-99db-205959fb230f used request id req-a145d455-eebe-46e5-90bc-377adbb5dec4 2018-12-03 16:30:01,809 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-42076e0b-2ae3-414-proj 2018-12-03 16:30:01,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/7b7748cef0bf40859d9c4e9b85198ff6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:30:02,002 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71ea2b76-f105-4368-816e-06e989ccac81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:02,002 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/7b7748cef0bf40859d9c4e9b85198ff6 used request id req-71ea2b76-f105-4368-816e-06e989ccac81 2018-12-03 16:30:02,002 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-42076e0b-2ae3-414-proj-role 2018-12-03 16:30:02,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/d5daec48adc644f4a6b41142076e96db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:30:02,113 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d62f7a9-84a4-472e-9be8-186a40d5d214 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:02,113 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/d5daec48adc644f4a6b41142076e96db used request id req-9d62f7a9-84a4-472e-9be8-186a40d5d214 2018-12-03 16:30:02,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef570ffccd5d0880bc3d94762d9e7465d3de4a36" 2018-12-03 16:30:02,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-318d8fce-ffae-4f32-afb9-04905daee2e1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:30:02,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-318d8fce-ffae-4f32-afb9-04905daee2e1 2018-12-03 16:30:02,204 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-42076e0b-2ae3-414-user 2018-12-03 16:30:02,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/94f0bb60e05f430fabc5ae1a57bb2401 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e4471f721bbe4d5c0515c2b9d03d515fa7f98ba" 2018-12-03 16:30:02,374 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac18c210-1a60-4008-87cb-2b40d1a62950 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:02,374 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/94f0bb60e05f430fabc5ae1a57bb2401 used request id req-ac18c210-1a60-4008-87cb-2b40d1a62950 2018-12-03 16:30:02,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:02,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["hyHWwvfWRaW8__KGNb2_gw"], "issued_at": "2018-12-03T16:30:02.000000Z"}} 2018-12-03 16:30:02,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b547b45418ae17076970ace31e685b8c73bd493" 2018-12-03 16:30:02,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f22c6902-3b35-41b9-b880-13154c0ced04 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:02,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f22c6902-3b35-41b9-b880-13154c0ced04 2018-12-03 16:30:02,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:02,865 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:03,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Ax73FLn8TLuT3_iqEi5thw"], "issued_at": "2018-12-03T16:30:03.000000Z"}} 2018-12-03 16:30:03,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" 2018-12-03 16:30:03,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c09dcd84-31ad-4514-bbd9-a914fc859100 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:03,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c09dcd84-31ad-4514-bbd9-a914fc859100 2018-12-03 16:30:03,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:30:03,414 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:30: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:30:03,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" 2018-12-03 16:30:03,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-678cbaeb-f80b-494d-9636-8d4277608171 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:30:03,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj used request id req-678cbaeb-f80b-494d-9636-8d4277608171 2018-12-03 16:30:03,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" 2018-12-03 16:30:03,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-043621f7-0fc8-4208-8f6f-fe88b6260556 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:30:03,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-043621f7-0fc8-4208-8f6f-fe88b6260556 2018-12-03 16:30:03,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj"}}' 2018-12-03 16:30:03,736 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:30:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c289518-11c5-4cff-bfa1-dd8302469f89 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/79752ac5cbca45c49f455a6cc0c11212"}, "enabled": true, "id": "79752ac5cbca45c49f455a6cc0c11212", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj"}} 2018-12-03 16:30:03,736 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-9c289518-11c5-4cff-bfa1-dd8302469f89 2018-12-03 16:30:03,737 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj 2018-12-03 16:30:03,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:03,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:04,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["U5868RTZRtWmoQcCXYbIog"], "issued_at": "2018-12-03T16:30:04.000000Z"}} 2018-12-03 16:30:04,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533f7de651ea6381e3601c1671b23ab80860eb49" 2018-12-03 16:30:04,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be3668b6-9870-4560-b013-da6fa03809c9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:04,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-be3668b6-9870-4560-b013-da6fa03809c9 2018-12-03 16:30:04,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:30:04,208 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:30: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:30:04,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533f7de651ea6381e3601c1671b23ab80860eb49" 2018-12-03 16:30:04,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97f3f1f6-1844-4f49-aedf-21b8778f17f1 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:30:04,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-97f3f1f6-1844-4f49-aedf-21b8778f17f1 2018-12-03 16:30:04,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533f7de651ea6381e3601c1671b23ab80860eb49" 2018-12-03 16:30:04,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3945d1c2-473c-4082-9574-8565a0fe8d90 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/79752ac5cbca45c49f455a6cc0c11212"}, "enabled": true, "id": "79752ac5cbca45c49f455a6cc0c11212", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj"}]} 2018-12-03 16:30:04,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj used request id req-3945d1c2-473c-4082-9574-8565a0fe8d90 2018-12-03 16:30:04,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533f7de651ea6381e3601c1671b23ab80860eb49" 2018-12-03 16:30:04,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fefdfe17-1e98-446e-b8d6-2ea32c37b97d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:30:04,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-fefdfe17-1e98-446e-b8d6-2ea32c37b97d 2018-12-03 16:30:04,885 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-e8c4f841-55a0-4a8-user 2018-12-03 16:30:04,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:04,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" 2018-12-03 16:30:04,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5456f976-58f9-42bb-bd3c-0795582f19e8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:30:04,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5456f976-58f9-42bb-bd3c-0795582f19e8 2018-12-03 16:30:04,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" -d '{"role": {"name": "CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj-role"}}' 2018-12-03 16:30:05,029 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:30:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab7a8ff1-e653-4c63-b37e-de534c0e1653 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f8eaf98e86514d4983b72e62bd9bef3b", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eaf98e86514d4983b72e62bd9bef3b"}, "name": "CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj-role"}} 2018-12-03 16:30:05,030 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-ab7a8ff1-e653-4c63-b37e-de534c0e1653 2018-12-03 16:30:05,030 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj-role 2018-12-03 16:30:05,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/f8eaf98e86514d4983b72e62bd9bef3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" 2018-12-03 16:30:05,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6956c2b9-2ee2-45f5-98ad-397fff351e53 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/f8eaf98e86514d4983b72e62bd9bef3b"}, "domain_id": null, "name": "CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj-role", "id": "f8eaf98e86514d4983b72e62bd9bef3b"}} 2018-12-03 16:30:05,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/f8eaf98e86514d4983b72e62bd9bef3b used request id req-6956c2b9-2ee2-45f5-98ad-397fff351e53 2018-12-03 16:30:05,116 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj-role to project CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj 2018-12-03 16:30:05,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/79752ac5cbca45c49f455a6cc0c11212/users/f1a8fdc42ef94c28b165cc220f05ec28/roles/f8eaf98e86514d4983b72e62bd9bef3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" 2018-12-03 16:30:05,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de7ebd1c-ac20-4e83-81ed-b761581a0f5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:05,247 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/79752ac5cbca45c49f455a6cc0c11212/users/f1a8fdc42ef94c28b165cc220f05ec28/roles/f8eaf98e86514d4983b72e62bd9bef3b used request id req-de7ebd1c-ac20-4e83-81ed-b761581a0f5f 2018-12-03 16:30:05,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:05,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:05,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["qeNzei7YSkunM1XXIA9N3w"], "issued_at": "2018-12-03T16:30:05.000000Z"}} 2018-12-03 16:30:05,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93703533c91cf17ec79921a96dcfa6c1a905782a" 2018-12-03 16:30:05,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22e853c2-b117-453a-a4d3-168f0a5ee6e2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:05,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-22e853c2-b117-453a-a4d3-168f0a5ee6e2 2018-12-03 16:30:05,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93703533c91cf17ec79921a96dcfa6c1a905782a" 2018-12-03 16:30:05,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-45d4b6c2-601a-41b0-952f-8879541bec4d Date: Mon, 03 Dec 2018 16:30:05 GMT RESP BODY: {"networks":[]} 2018-12-03 16:30:05,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-net1 used request id req-45d4b6c2-601a-41b0-952f-8879541bec4d 2018-12-03 16:30:05,893 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-net1 2018-12-03 16:30:05,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93703533c91cf17ec79921a96dcfa6c1a905782a" -d '{"network": {"name": "CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-net1", "admin_state_up": true}}' 2018-12-03 16:30:06,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-200896a6-83c3-45ce-af5f-d85fa9d76c67 Date: Mon, 03 Dec 2018 16:30: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":"9e057789-fdc2-4b5f-97ca-a6dd524f187d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:30:06Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-net1","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:30:06Z","mtu":1450}} 2018-12-03 16:30:06,459 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-200896a6-83c3-45ce-af5f-d85fa9d76c67 2018-12-03 16:30:06,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9e057789-fdc2-4b5f-97ca-a6dd524f187d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93703533c91cf17ec79921a96dcfa6c1a905782a" 2018-12-03 16:30:06,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-4f2ac40e-34c4-441f-b517-79695e735cb0 Date: Mon, 03 Dec 2018 16:30:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9e057789-fdc2-4b5f-97ca-a6dd524f187d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:30:06Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-net1","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:30:06Z","provider:network_type":"vxlan"}]} 2018-12-03 16:30:06,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9e057789-fdc2-4b5f-97ca-a6dd524f187d used request id req-4f2ac40e-34c4-441f-b517-79695e735cb0 2018-12-03 16:30:06,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9e057789-fdc2-4b5f-97ca-a6dd524f187d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93703533c91cf17ec79921a96dcfa6c1a905782a" 2018-12-03 16:30:06,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5d799ff8-88da-4ee4-86fe-2c30a3107bc7 Date: Mon, 03 Dec 2018 16:30:06 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:30:06,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9e057789-fdc2-4b5f-97ca-a6dd524f187d used request id req-5d799ff8-88da-4ee4-86fe-2c30a3107bc7 2018-12-03 16:30:06,895 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-subnet1 2018-12-03 16:30:06,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93703533c91cf17ec79921a96dcfa6c1a905782a" -d '{"subnets": [{"ip_version": 4, "network_id": "9e057789-fdc2-4b5f-97ca-a6dd524f187d", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-subnet1"}]}' 2018-12-03 16:30:07,405 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0c6a0c4e-b766-4aab-9008-a8465c84f4c3 Date: Mon, 03 Dec 2018 16:30:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9e057789-fdc2-4b5f-97ca-a6dd524f187d","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:30:07Z","dns_nameservers":[],"updated_at":"2018-12-03T16:30:07Z","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":"e7db44589aed46ada30f0de826785caf","id":"9fa3bef9-8e01-41e7-96a5-f5b1fa3f13b4","subnetpool_id":null,"name":"CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-subnet1"}]} 2018-12-03 16:30:07,405 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-0c6a0c4e-b766-4aab-9008-a8465c84f4c3 2018-12-03 16:30:07,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9e057789-fdc2-4b5f-97ca-a6dd524f187d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93703533c91cf17ec79921a96dcfa6c1a905782a" 2018-12-03 16:30:07,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-71951df2-2360-4724-8254-2674e1b169fc Date: Mon, 03 Dec 2018 16:30:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9e057789-fdc2-4b5f-97ca-a6dd524f187d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["9fa3bef9-8e01-41e7-96a5-f5b1fa3f13b4"],"description":"","tags":[],"updated_at":"2018-12-03T16:30:07Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-net1","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:30:06Z","provider:network_type":"vxlan"}]} 2018-12-03 16:30:07,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9e057789-fdc2-4b5f-97ca-a6dd524f187d used request id req-71951df2-2360-4724-8254-2674e1b169fc 2018-12-03 16:30:07,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9e057789-fdc2-4b5f-97ca-a6dd524f187d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93703533c91cf17ec79921a96dcfa6c1a905782a" 2018-12-03 16:30:07,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-fcd9471d-9361-409f-849c-ebb74cd15ece Date: Mon, 03 Dec 2018 16:30:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9e057789-fdc2-4b5f-97ca-a6dd524f187d","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:30:07Z","dns_nameservers":[],"updated_at":"2018-12-03T16:30:07Z","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":"e7db44589aed46ada30f0de826785caf","id":"9fa3bef9-8e01-41e7-96a5-f5b1fa3f13b4","subnetpool_id":null,"name":"CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-subnet1"}]} 2018-12-03 16:30:07,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9e057789-fdc2-4b5f-97ca-a6dd524f187d used request id req-fcd9471d-9361-409f-849c-ebb74cd15ece 2018-12-03 16:30:07,559 - OpenStackNetwork - DEBUG - Network [9e057789-fdc2-4b5f-97ca-a6dd524f187d] created successfully 2018-12-03 16:30:07,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:07,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:07,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f8eaf98e86514d4983b72e62bd9bef3b", "name": "CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj-role"}], "expires_at": "2018-12-03T17:30:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "79752ac5cbca45c49f455a6cc0c11212", "name": "CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/79752ac5cbca45c49f455a6cc0c11212", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/79752ac5cbca45c49f455a6cc0c11212", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/79752ac5cbca45c49f455a6cc0c11212", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/79752ac5cbca45c49f455a6cc0c11212", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/79752ac5cbca45c49f455a6cc0c11212", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/79752ac5cbca45c49f455a6cc0c11212", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/79752ac5cbca45c49f455a6cc0c11212", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/79752ac5cbca45c49f455a6cc0c11212", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/79752ac5cbca45c49f455a6cc0c11212", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/79752ac5cbca45c49f455a6cc0c11212", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/79752ac5cbca45c49f455a6cc0c11212", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/79752ac5cbca45c49f455a6cc0c11212", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-e8c4f841-55a0-4a8-user", "id": "f1a8fdc42ef94c28b165cc220f05ec28"}, "audit_ids": ["ysWNCYxhSkODiTOz39Idfg"], "issued_at": "2018-12-03T16:30:07.000000Z"}} 2018-12-03 16:30:07,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}804f280aa92376f4774da9862f84e83b5ea1c716" 2018-12-03 16:30:08,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-768513fe-0d37-4442-85d5-8cda72dfe4bf Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:08,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-768513fe-0d37-4442-85d5-8cda72dfe4bf 2018-12-03 16:30:08,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}804f280aa92376f4774da9862f84e83b5ea1c716" 2018-12-03 16:30:08,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f4832e24-f414-4cbb-8cc5-0116e97f7e83 Date: Mon, 03 Dec 2018 16:30:08 GMT RESP BODY: {"routers": []} 2018-12-03 16:30:08,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-router&admin_state_up=True used request id req-f4832e24-f414-4cbb-8cc5-0116e97f7e83 2018-12-03 16:30:08,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:08,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:08,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f8eaf98e86514d4983b72e62bd9bef3b", "name": "CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj-role"}], "expires_at": "2018-12-03T17:30:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "79752ac5cbca45c49f455a6cc0c11212", "name": "CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/79752ac5cbca45c49f455a6cc0c11212", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/79752ac5cbca45c49f455a6cc0c11212", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/79752ac5cbca45c49f455a6cc0c11212", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/79752ac5cbca45c49f455a6cc0c11212", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/79752ac5cbca45c49f455a6cc0c11212", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/79752ac5cbca45c49f455a6cc0c11212", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/79752ac5cbca45c49f455a6cc0c11212", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/79752ac5cbca45c49f455a6cc0c11212", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/79752ac5cbca45c49f455a6cc0c11212", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/79752ac5cbca45c49f455a6cc0c11212", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/79752ac5cbca45c49f455a6cc0c11212", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/79752ac5cbca45c49f455a6cc0c11212", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-e8c4f841-55a0-4a8-user", "id": "f1a8fdc42ef94c28b165cc220f05ec28"}, "audit_ids": ["96984990TxSy_-qM0vH_yw"], "issued_at": "2018-12-03T16:30:08.000000Z"}} 2018-12-03 16:30:08,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e8b9ac78c85cc3cc8d5950d961e8a4c67ad7b6e" 2018-12-03 16:30:08,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3e1215c-c24e-4181-8419-e417c2002772 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:08,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e3e1215c-c24e-4181-8419-e417c2002772 2018-12-03 16:30:08,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}804f280aa92376f4774da9862f84e83b5ea1c716" 2018-12-03 16:30:08,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-4f194982-4bbe-4bf1-a972-9bb9a9d2ddca Date: Mon, 03 Dec 2018 16:30:08 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:30:08,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-4f194982-4bbe-4bf1-a972-9bb9a9d2ddca 2018-12-03 16:30:08,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}804f280aa92376f4774da9862f84e83b5ea1c716" 2018-12-03 16:30:09,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f190f3b6-8195-454a-ae9a-219c7f421287 Date: Mon, 03 Dec 2018 16:30:09 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:30:09,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-f190f3b6-8195-454a-ae9a-219c7f421287 2018-12-03 16:30:09,099 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-router 2018-12-03 16:30:09,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}804f280aa92376f4774da9862f84e83b5ea1c716" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-router", "admin_state_up": true}}' 2018-12-03 16:30:14,250 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-19759559-fcba-4aec-b6e0-0224f69d8883 Date: Mon, 03 Dec 2018 16:30:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "79752ac5cbca45c49f455a6cc0c11212", "created_at": "2018-12-03T16:30:09Z", "admin_state_up": true, "updated_at": "2018-12-03T16:30:10Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "79752ac5cbca45c49f455a6cc0c11212", "id": "d28f7aaf-8a2f-43b6-b151-57ff2cafab71", "name": "CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-router"}} 2018-12-03 16:30:14,250 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-19759559-fcba-4aec-b6e0-0224f69d8883 2018-12-03 16:30:14,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=d28f7aaf-8a2f-43b6-b151-57ff2cafab71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}804f280aa92376f4774da9862f84e83b5ea1c716" 2018-12-03 16:30:14,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4ec6e7dc-4be2-49ab-a4d1-c050c71dad82 Date: Mon, 03 Dec 2018 16:30:14 GMT RESP BODY: {"ports":[]} 2018-12-03 16:30:14,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=d28f7aaf-8a2f-43b6-b151-57ff2cafab71 used request id req-4ec6e7dc-4be2-49ab-a4d1-c050c71dad82 2018-12-03 16:30:14,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?name=CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}804f280aa92376f4774da9862f84e83b5ea1c716" 2018-12-03 16:30:14,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3e1b74c8-f53c-4924-a849-dc47f1905e1f Date: Mon, 03 Dec 2018 16:30:14 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:30:14,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?name=CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-subnet1 used request id req-3e1b74c8-f53c-4924-a849-dc47f1905e1f 2018-12-03 16:30:14,631 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-router 2018-12-03 16:30:14,632 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-router 2018-12-03 16:30:14,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/d28f7aaf-8a2f-43b6-b151-57ff2cafab71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}804f280aa92376f4774da9862f84e83b5ea1c716" 2018-12-03 16:30:18,290 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-84770b61-c549-420b-a73e-e48653f9cebb Content-Length: 0 Date: Mon, 03 Dec 2018 16:30:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:30:18,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/d28f7aaf-8a2f-43b6-b151-57ff2cafab71 used request id req-84770b61-c549-420b-a73e-e48653f9cebb 2018-12-03 16:30:18,291 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-subnet1 2018-12-03 16:30:18,291 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-subnet1 2018-12-03 16:30:18,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/9fa3bef9-8e01-41e7-96a5-f5b1fa3f13b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93703533c91cf17ec79921a96dcfa6c1a905782a" 2018-12-03 16:30:20,444 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5bca5981-788d-4650-84ac-e5162c63e185 Date: Mon, 03 Dec 2018 16:30:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:30:20,444 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/9fa3bef9-8e01-41e7-96a5-f5b1fa3f13b4 used request id req-5bca5981-788d-4650-84ac-e5162c63e185 2018-12-03 16:30:20,445 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-c3e71e3b-4f5a-4dc1-9e44-8f3b2f3302f7-pub-net1 2018-12-03 16:30:20,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/9e057789-fdc2-4b5f-97ca-a6dd524f187d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93703533c91cf17ec79921a96dcfa6c1a905782a" 2018-12-03 16:30:21,298 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c297e0de-6b41-4680-ac77-94b01f1d71ae Date: Mon, 03 Dec 2018 16:30:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:30:21,298 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/9e057789-fdc2-4b5f-97ca-a6dd524f187d used request id req-c297e0de-6b41-4680-ac77-94b01f1d71ae 2018-12-03 16:30:21,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" 2018-12-03 16:30:21,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ae5ba98a-0705-4043-b481-969c68391d8c Date: Mon, 03 Dec 2018 16:30:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:30:21,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-ae5ba98a-0705-4043-b481-969c68391d8c 2018-12-03 16:30:21,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" 2018-12-03 16:30:21,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1076cb93-3d10-4e9c-af7e-b35cb761a405 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:30:21,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-1076cb93-3d10-4e9c-af7e-b35cb761a405 2018-12-03 16:30:21,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" 2018-12-03 16:30:21,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d27110ab-e7f6-44bb-a52f-348baa838333 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:30:21,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-d27110ab-e7f6-44bb-a52f-348baa838333 2018-12-03 16:30:21,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" 2018-12-03 16:30:21,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7219a828-f051-4c95-8684-ef2093550882 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:30:21,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-7219a828-f051-4c95-8684-ef2093550882 2018-12-03 16:30:21,792 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj 2018-12-03 16:30:21,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/79752ac5cbca45c49f455a6cc0c11212 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" 2018-12-03 16:30:22,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5470d43-bbcb-4f38-b25c-45bccdcae6f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:22,008 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/79752ac5cbca45c49f455a6cc0c11212 used request id req-f5470d43-bbcb-4f38-b25c-45bccdcae6f1 2018-12-03 16:30:22,008 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-e8c4f841-55a0-4a8-proj-role 2018-12-03 16:30:22,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/f8eaf98e86514d4983b72e62bd9bef3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" 2018-12-03 16:30:22,137 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65d5aeb7-19f3-4466-a91a-c6fd70052b4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:22,137 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/f8eaf98e86514d4983b72e62bd9bef3b used request id req-65d5aeb7-19f3-4466-a91a-c6fd70052b4d 2018-12-03 16:30:22,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598a338d5416c66d318922a3e4be7d90c7be544" 2018-12-03 16:30:22,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a6c5bd5-b219-43bb-ab45-ff4910557a53 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:30:22,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2a6c5bd5-b219-43bb-ab45-ff4910557a53 2018-12-03 16:30:22,228 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-e8c4f841-55a0-4a8-user 2018-12-03 16:30:22,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/f1a8fdc42ef94c28b165cc220f05ec28 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533f7de651ea6381e3601c1671b23ab80860eb49" 2018-12-03 16:30:22,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6be2a1aa-ed6b-41fc-9b90-b5a77c46bd6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:22,484 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/f1a8fdc42ef94c28b165cc220f05ec28 used request id req-6be2a1aa-ed6b-41fc-9b90-b5a77c46bd6d 2018-12-03 16:30:22,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:22,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["goeHNig0RdmRJ9exeINarQ"], "issued_at": "2018-12-03T16:30:22.000000Z"}} 2018-12-03 16:30:22,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f837d6a5378bbdce273c733fb779183ae1f6dbf" 2018-12-03 16:30:22,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-976c51ba-abd9-4bac-8f68-b20b45ee1a92 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:22,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-976c51ba-abd9-4bac-8f68-b20b45ee1a92 2018-12-03 16:30:22,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:22,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:23,337 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["MshzFtxHRPOpLXmcaPXjxg"], "issued_at": "2018-12-03T16:30:23.000000Z"}} 2018-12-03 16:30:23,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" 2018-12-03 16:30:23,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5456b3ba-efd8-4139-b0e1-e48e87f546d6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:23,413 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5456b3ba-efd8-4139-b0e1-e48e87f546d6 2018-12-03 16:30:23,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:30:23,423 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:30: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:30:23,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-30d8743f-9176-472-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" 2018-12-03 16:30:23,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46caf567-6528-4534-892d-9b153779e5eb Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-30d8743f-9176-472-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:30:23,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-30d8743f-9176-472-proj used request id req-46caf567-6528-4534-892d-9b153779e5eb 2018-12-03 16:30:23,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" 2018-12-03 16:30:23,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a311d341-56a3-4771-9a36-1d274b138dcd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:30:23,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a311d341-56a3-4771-9a36-1d274b138dcd 2018-12-03 16:30:23,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-30d8743f-9176-472-proj"}}' 2018-12-03 16:30:23,718 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:30:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5d0b913-26f0-4f80-8b97-b7a7ac90f6a1 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4d22dc3e60c2480aa3edbfdbacebeae4"}, "enabled": true, "id": "4d22dc3e60c2480aa3edbfdbacebeae4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-30d8743f-9176-472-proj"}} 2018-12-03 16:30:23,718 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-d5d0b913-26f0-4f80-8b97-b7a7ac90f6a1 2018-12-03 16:30:23,718 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-30d8743f-9176-472-proj 2018-12-03 16:30:23,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:23,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:24,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["PmikwU0xQbyv7humhJ6KcA"], "issued_at": "2018-12-03T16:30:24.000000Z"}} 2018-12-03 16:30:24,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fe4a3a88b93604c0327415af5357e4b6f20a02" 2018-12-03 16:30:24,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40ca3978-b687-40f2-bf71-44661ab61db2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:24,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-40ca3978-b687-40f2-bf71-44661ab61db2 2018-12-03 16:30:24,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:30:24,191 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:30: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:30:24,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fe4a3a88b93604c0327415af5357e4b6f20a02" 2018-12-03 16:30:24,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-585df358-8a38-448a-a267-545f0fbcb43f Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:30:24,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-585df358-8a38-448a-a267-545f0fbcb43f 2018-12-03 16:30:24,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterNegativeTests-30d8743f-9176-472-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fe4a3a88b93604c0327415af5357e4b6f20a02" 2018-12-03 16:30:24,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86209712-ad65-464d-8ba6-bace345bb57b Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterNegativeTests-30d8743f-9176-472-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4d22dc3e60c2480aa3edbfdbacebeae4"}, "enabled": true, "id": "4d22dc3e60c2480aa3edbfdbacebeae4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-30d8743f-9176-472-proj"}]} 2018-12-03 16:30:24,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterNegativeTests-30d8743f-9176-472-proj used request id req-86209712-ad65-464d-8ba6-bace345bb57b 2018-12-03 16:30:24,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fe4a3a88b93604c0327415af5357e4b6f20a02" 2018-12-03 16:30:24,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82a11d04-aa52-4472-a2d4-c9286a7d0815 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:30:24,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-82a11d04-aa52-4472-a2d4-c9286a7d0815 2018-12-03 16:30:24,784 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-30d8743f-9176-472-user 2018-12-03 16:30:24,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:24,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" 2018-12-03 16:30:24,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f643b45-86cf-4003-a5e0-672b80e34031 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:30:24,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3f643b45-86cf-4003-a5e0-672b80e34031 2018-12-03 16:30:24,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" -d '{"role": {"name": "CreateRouterNegativeTests-30d8743f-9176-472-proj-role"}}' 2018-12-03 16:30:24,975 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:30:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae65b69d-b661-4373-b8d0-016bdfb16113 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b85777f21f7745bf90aa93b1a3b922eb", "links": {"self": "http://172.30.9.30:5000/v3/roles/b85777f21f7745bf90aa93b1a3b922eb"}, "name": "CreateRouterNegativeTests-30d8743f-9176-472-proj-role"}} 2018-12-03 16:30:24,976 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-ae65b69d-b661-4373-b8d0-016bdfb16113 2018-12-03 16:30:24,976 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-30d8743f-9176-472-proj-role 2018-12-03 16:30:24,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/b85777f21f7745bf90aa93b1a3b922eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" 2018-12-03 16:30:24,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ebd4149-debc-4b80-a8b7-15bf4d711f39 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/b85777f21f7745bf90aa93b1a3b922eb"}, "domain_id": null, "name": "CreateRouterNegativeTests-30d8743f-9176-472-proj-role", "id": "b85777f21f7745bf90aa93b1a3b922eb"}} 2018-12-03 16:30:24,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/b85777f21f7745bf90aa93b1a3b922eb used request id req-9ebd4149-debc-4b80-a8b7-15bf4d711f39 2018-12-03 16:30:24,998 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-30d8743f-9176-472-proj-role to project CreateRouterNegativeTests-30d8743f-9176-472-proj 2018-12-03 16:30:25,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/4d22dc3e60c2480aa3edbfdbacebeae4/users/52d7490f32c649449c79cbf513aaed4d/roles/b85777f21f7745bf90aa93b1a3b922eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" 2018-12-03 16:30:25,109 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8939d87f-2c17-4acf-83d3-353fcc8fec32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:25,110 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4d22dc3e60c2480aa3edbfdbacebeae4/users/52d7490f32c649449c79cbf513aaed4d/roles/b85777f21f7745bf90aa93b1a3b922eb used request id req-8939d87f-2c17-4acf-83d3-353fcc8fec32 2018-12-03 16:30:25,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:25,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:25,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["DKeLMc_0Sg6-gqTSSXtdoA"], "issued_at": "2018-12-03T16:30:25.000000Z"}} 2018-12-03 16:30:25,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}434496c3671e4e15d22a410e0d4d3b68daf0f325" 2018-12-03 16:30:25,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10f28054-5b77-4929-a96a-2503c07951b0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:25,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-10f28054-5b77-4929-a96a-2503c07951b0 2018-12-03 16:30:25,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}434496c3671e4e15d22a410e0d4d3b68daf0f325" 2018-12-03 16:30:25,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f0bb7c51-9d11-4405-894d-ccfcdcd75176 Date: Mon, 03 Dec 2018 16:30:25 GMT RESP BODY: {"networks":[]} 2018-12-03 16:30:25,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-net1 used request id req-f0bb7c51-9d11-4405-894d-ccfcdcd75176 2018-12-03 16:30:25,765 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-net1 2018-12-03 16:30:25,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}434496c3671e4e15d22a410e0d4d3b68daf0f325" -d '{"network": {"name": "CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-net1", "admin_state_up": true}}' 2018-12-03 16:30:26,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-85492dbd-ac08-4aaf-b4a8-84c32cb44711 Date: Mon, 03 Dec 2018 16:30:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"31bd0f14-ead5-47f3-8b03-a150feadd75b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":31,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:30:26Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-net1","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:30:26Z","mtu":1450}} 2018-12-03 16:30:26,160 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-85492dbd-ac08-4aaf-b4a8-84c32cb44711 2018-12-03 16:30:26,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=31bd0f14-ead5-47f3-8b03-a150feadd75b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}434496c3671e4e15d22a410e0d4d3b68daf0f325" 2018-12-03 16:30:26,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-14c55437-761e-4c2a-9e45-289f845df75c Date: Mon, 03 Dec 2018 16:30:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"31bd0f14-ead5-47f3-8b03-a150feadd75b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":31,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:30:26Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-net1","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:30:26Z","provider:network_type":"vxlan"}]} 2018-12-03 16:30:26,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=31bd0f14-ead5-47f3-8b03-a150feadd75b used request id req-14c55437-761e-4c2a-9e45-289f845df75c 2018-12-03 16:30:26,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=31bd0f14-ead5-47f3-8b03-a150feadd75b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}434496c3671e4e15d22a410e0d4d3b68daf0f325" 2018-12-03 16:30:26,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bb8bb8ed-e285-41ea-8e1d-b60f748fdd34 Date: Mon, 03 Dec 2018 16:30:26 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:30:26,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=31bd0f14-ead5-47f3-8b03-a150feadd75b used request id req-bb8bb8ed-e285-41ea-8e1d-b60f748fdd34 2018-12-03 16:30:26,571 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-subnet1 2018-12-03 16:30:26,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}434496c3671e4e15d22a410e0d4d3b68daf0f325" -d '{"subnets": [{"ip_version": 4, "network_id": "31bd0f14-ead5-47f3-8b03-a150feadd75b", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-subnet1"}]}' 2018-12-03 16:30:26,998 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-069370ce-1886-4238-8158-968fbfaa36e5 Date: Mon, 03 Dec 2018 16:30:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31bd0f14-ead5-47f3-8b03-a150feadd75b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:30:26Z","dns_nameservers":[],"updated_at":"2018-12-03T16:30:26Z","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":"e7db44589aed46ada30f0de826785caf","id":"969fa399-6992-4657-83c1-904ebee328eb","subnetpool_id":null,"name":"CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-subnet1"}]} 2018-12-03 16:30:26,998 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-069370ce-1886-4238-8158-968fbfaa36e5 2018-12-03 16:30:27,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=31bd0f14-ead5-47f3-8b03-a150feadd75b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}434496c3671e4e15d22a410e0d4d3b68daf0f325" 2018-12-03 16:30:27,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-8f31f003-635b-458b-aab6-876ef2859151 Date: Mon, 03 Dec 2018 16:30:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"31bd0f14-ead5-47f3-8b03-a150feadd75b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":31,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["969fa399-6992-4657-83c1-904ebee328eb"],"description":"","tags":[],"updated_at":"2018-12-03T16:30:26Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-net1","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:30:26Z","provider:network_type":"vxlan"}]} 2018-12-03 16:30:27,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=31bd0f14-ead5-47f3-8b03-a150feadd75b used request id req-8f31f003-635b-458b-aab6-876ef2859151 2018-12-03 16:30:27,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=31bd0f14-ead5-47f3-8b03-a150feadd75b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}434496c3671e4e15d22a410e0d4d3b68daf0f325" 2018-12-03 16:30:27,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-424a3588-2c1b-4a71-ba79-feff5f75e07d Date: Mon, 03 Dec 2018 16:30:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31bd0f14-ead5-47f3-8b03-a150feadd75b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:30:26Z","dns_nameservers":[],"updated_at":"2018-12-03T16:30:26Z","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":"e7db44589aed46ada30f0de826785caf","id":"969fa399-6992-4657-83c1-904ebee328eb","subnetpool_id":null,"name":"CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-subnet1"}]} 2018-12-03 16:30:27,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=31bd0f14-ead5-47f3-8b03-a150feadd75b used request id req-424a3588-2c1b-4a71-ba79-feff5f75e07d 2018-12-03 16:30:27,501 - OpenStackNetwork - DEBUG - Network [31bd0f14-ead5-47f3-8b03-a150feadd75b] created successfully 2018-12-03 16:30:27,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:27,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:27,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b85777f21f7745bf90aa93b1a3b922eb", "name": "CreateRouterNegativeTests-30d8743f-9176-472-proj-role"}], "expires_at": "2018-12-03T17:30:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d22dc3e60c2480aa3edbfdbacebeae4", "name": "CreateRouterNegativeTests-30d8743f-9176-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-30d8743f-9176-472-user", "id": "52d7490f32c649449c79cbf513aaed4d"}, "audit_ids": ["Jv5sY2hCSuCPFvEVOwRnYQ"], "issued_at": "2018-12-03T16:30:27.000000Z"}} 2018-12-03 16:30:27,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955fcf585d423552e586aed99a1691f80b6a08c3" 2018-12-03 16:30:27,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b84c3161-5516-4b9a-ab9d-23d92b2a3abe Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:27,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b84c3161-5516-4b9a-ab9d-23d92b2a3abe 2018-12-03 16:30:27,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955fcf585d423552e586aed99a1691f80b6a08c3" 2018-12-03 16:30:28,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-df37a6df-ad7c-453c-ad4e-ad28d3ecc730 Date: Mon, 03 Dec 2018 16:30:28 GMT RESP BODY: {"routers": []} 2018-12-03 16:30:28,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-router&admin_state_up=True used request id req-df37a6df-ad7c-453c-ad4e-ad28d3ecc730 2018-12-03 16:30:28,147 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:28,147 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:28,521 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b85777f21f7745bf90aa93b1a3b922eb", "name": "CreateRouterNegativeTests-30d8743f-9176-472-proj-role"}], "expires_at": "2018-12-03T17:30:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d22dc3e60c2480aa3edbfdbacebeae4", "name": "CreateRouterNegativeTests-30d8743f-9176-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-30d8743f-9176-472-user", "id": "52d7490f32c649449c79cbf513aaed4d"}, "audit_ids": ["I1d16ijPQxOlNW53k35lAQ"], "issued_at": "2018-12-03T16:30:28.000000Z"}} 2018-12-03 16:30:28,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11734ecf99bd8d35229d50a5f18f66afb6357dc8" 2018-12-03 16:30:28,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecbfeb7c-002e-4119-a293-676ec05bcb59 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:28,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ecbfeb7c-002e-4119-a293-676ec05bcb59 2018-12-03 16:30:28,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955fcf585d423552e586aed99a1691f80b6a08c3" 2018-12-03 16:30:28,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-27805ad3-0c80-4000-acfb-0f21fc78472e Date: Mon, 03 Dec 2018 16:30:28 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:30:28,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-27805ad3-0c80-4000-acfb-0f21fc78472e 2018-12-03 16:30:28,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955fcf585d423552e586aed99a1691f80b6a08c3" 2018-12-03 16:30:29,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1a35eae7-17f3-41bb-b7fa-2423fda37afa Date: Mon, 03 Dec 2018 16:30:29 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:30:29,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-1a35eae7-17f3-41bb-b7fa-2423fda37afa 2018-12-03 16:30:29,031 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-router 2018-12-03 16:30:29,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955fcf585d423552e586aed99a1691f80b6a08c3" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-router", "admin_state_up": true}}' 2018-12-03 16:30:33,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-4f68c260-d790-41d3-bb7c-01a95402bbf6 Date: Mon, 03 Dec 2018 16:30:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4d22dc3e60c2480aa3edbfdbacebeae4", "created_at": "2018-12-03T16:30:29Z", "admin_state_up": true, "updated_at": "2018-12-03T16:30:30Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "4d22dc3e60c2480aa3edbfdbacebeae4", "id": "f487d4c7-032a-4ba6-a182-8e4d34d4f731", "name": "CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-router"}} 2018-12-03 16:30:33,908 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-4f68c260-d790-41d3-bb7c-01a95402bbf6 2018-12-03 16:30:33,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=f487d4c7-032a-4ba6-a182-8e4d34d4f731 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955fcf585d423552e586aed99a1691f80b6a08c3" 2018-12-03 16:30:34,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e5d96981-eb39-4884-88ca-3ba6b7c29fa6 Date: Mon, 03 Dec 2018 16:30:34 GMT RESP BODY: {"ports":[]} 2018-12-03 16:30:34,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=f487d4c7-032a-4ba6-a182-8e4d34d4f731 used request id req-e5d96981-eb39-4884-88ca-3ba6b7c29fa6 2018-12-03 16:30:34,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955fcf585d423552e586aed99a1691f80b6a08c3" 2018-12-03 16:30:34,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2359b58f-fbd7-49f3-9f32-c80a7fba2e55 Date: Mon, 03 Dec 2018 16:30:34 GMT RESP BODY: {"networks":[]} 2018-12-03 16:30:34,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-net1 used request id req-2359b58f-fbd7-49f3-9f32-c80a7fba2e55 2018-12-03 16:30:34,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?name=CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955fcf585d423552e586aed99a1691f80b6a08c3" 2018-12-03 16:30:34,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ece3f76c-a58f-43b1-99e5-d1fad038f1d0 Date: Mon, 03 Dec 2018 16:30:34 GMT RESP BODY: {"ports":[]} 2018-12-03 16:30:34,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?name=CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-port1&admin_state_up=True used request id req-ece3f76c-a58f-43b1-99e5-d1fad038f1d0 2018-12-03 16:30:34,479 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-port1 for router - CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-router 2018-12-03 16:30:34,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:34,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:34,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b85777f21f7745bf90aa93b1a3b922eb", "name": "CreateRouterNegativeTests-30d8743f-9176-472-proj-role"}], "expires_at": "2018-12-03T17:30:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d22dc3e60c2480aa3edbfdbacebeae4", "name": "CreateRouterNegativeTests-30d8743f-9176-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4d22dc3e60c2480aa3edbfdbacebeae4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-30d8743f-9176-472-user", "id": "52d7490f32c649449c79cbf513aaed4d"}, "audit_ids": ["RAcJdJJzSSK8rb8v9Jj14Q"], "issued_at": "2018-12-03T16:30:34.000000Z"}} 2018-12-03 16:30:34,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}905651233d5569aa79e341f5da87cd7744422be8" 2018-12-03 16:30:35,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3460692e-6a40-4259-9c4f-75011ce0ad16 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:35,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3460692e-6a40-4259-9c4f-75011ce0ad16 2018-12-03 16:30:35,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955fcf585d423552e586aed99a1691f80b6a08c3" 2018-12-03 16:30:35,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d1c1a6d8-f1fa-4e65-89f3-5ddc92271e2d Date: Mon, 03 Dec 2018 16:30:35 GMT RESP BODY: {"networks":[]} 2018-12-03 16:30:35,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-net1 used request id req-d1c1a6d8-f1fa-4e65-89f3-5ddc92271e2d 2018-12-03 16:30:35,186 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-router 2018-12-03 16:30:35,186 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-router 2018-12-03 16:30:35,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/f487d4c7-032a-4ba6-a182-8e4d34d4f731 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955fcf585d423552e586aed99a1691f80b6a08c3" 2018-12-03 16:30:39,590 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a37756ab-1280-49b8-8eef-a6fc4d588819 Content-Length: 0 Date: Mon, 03 Dec 2018 16:30:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:30:39,590 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/f487d4c7-032a-4ba6-a182-8e4d34d4f731 used request id req-a37756ab-1280-49b8-8eef-a6fc4d588819 2018-12-03 16:30:39,591 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-subnet1 2018-12-03 16:30:39,591 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-subnet1 2018-12-03 16:30:39,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/969fa399-6992-4657-83c1-904ebee328eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}434496c3671e4e15d22a410e0d4d3b68daf0f325" 2018-12-03 16:30:41,609 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3726c31d-25d0-41eb-a142-793a01b9c132 Date: Mon, 03 Dec 2018 16:30:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:30:41,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/969fa399-6992-4657-83c1-904ebee328eb used request id req-3726c31d-25d0-41eb-a142-793a01b9c132 2018-12-03 16:30:41,609 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-4de13d9e-41c3-40c1-884a-4cf4cb84490f-pub-net1 2018-12-03 16:30:41,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/31bd0f14-ead5-47f3-8b03-a150feadd75b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}434496c3671e4e15d22a410e0d4d3b68daf0f325" 2018-12-03 16:30:42,884 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ddbedeab-81e0-43f9-996b-028dc378a04d Date: Mon, 03 Dec 2018 16:30:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:30:42,884 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/31bd0f14-ead5-47f3-8b03-a150feadd75b used request id req-ddbedeab-81e0-43f9-996b-028dc378a04d 2018-12-03 16:30:42,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" 2018-12-03 16:30:43,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1329d0bd-f2c9-44fb-9247-03712e64e88d Date: Mon, 03 Dec 2018 16:30:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:30:43,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-1329d0bd-f2c9-44fb-9247-03712e64e88d 2018-12-03 16:30:43,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" 2018-12-03 16:30:43,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c73a598d-0aec-4a47-bc8b-2dcf1b95cbcd Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:30:43,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-c73a598d-0aec-4a47-bc8b-2dcf1b95cbcd 2018-12-03 16:30:43,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" 2018-12-03 16:30:43,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae0d2183-e334-41d6-892a-cf0fd44d78ab Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:30:43,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-ae0d2183-e334-41d6-892a-cf0fd44d78ab 2018-12-03 16:30:43,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" 2018-12-03 16:30:43,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3861609b-9a56-4eeb-8120-33a9dfbd292f Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:30:43,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-3861609b-9a56-4eeb-8120-33a9dfbd292f 2018-12-03 16:30:43,375 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-30d8743f-9176-472-proj 2018-12-03 16:30:43,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/4d22dc3e60c2480aa3edbfdbacebeae4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" 2018-12-03 16:30:43,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7101d4e1-2a50-49f2-877f-3d24a7d9e5be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:43,619 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4d22dc3e60c2480aa3edbfdbacebeae4 used request id req-7101d4e1-2a50-49f2-877f-3d24a7d9e5be 2018-12-03 16:30:43,619 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-30d8743f-9176-472-proj-role 2018-12-03 16:30:43,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/b85777f21f7745bf90aa93b1a3b922eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" 2018-12-03 16:30:43,754 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fdd08f4-90a2-469b-b8bd-72fc24f44d26 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:43,754 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/b85777f21f7745bf90aa93b1a3b922eb used request id req-3fdd08f4-90a2-469b-b8bd-72fc24f44d26 2018-12-03 16:30:43,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc63197f65e108b6711e4250fbf15ab77305f764" 2018-12-03 16:30:43,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-061adf76-2072-4516-a157-b127f3c4d803 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:30:43,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-061adf76-2072-4516-a157-b127f3c4d803 2018-12-03 16:30:43,842 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-30d8743f-9176-472-user 2018-12-03 16:30:43,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/52d7490f32c649449c79cbf513aaed4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fe4a3a88b93604c0327415af5357e4b6f20a02" 2018-12-03 16:30:44,040 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c2c2a40-2119-459c-ac41-49e2c264d0b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:44,040 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/52d7490f32c649449c79cbf513aaed4d used request id req-2c2c2a40-2119-459c-ac41-49e2c264d0b4 2018-12-03 16:30:44,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:44,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["RmMQ9XjDTkahxia-ExuPFQ"], "issued_at": "2018-12-03T16:30:44.000000Z"}} 2018-12-03 16:30:44,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}081f771008b074dd13c9e5a6b5ff096e13b78674" 2018-12-03 16:30:44,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96126a86-546b-47b4-89cd-491454039dea Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:44,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-96126a86-546b-47b4-89cd-491454039dea 2018-12-03 16:30:44,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:44,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:44,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["VkvF-Ce-Sza6_ucsxxG7VQ"], "issued_at": "2018-12-03T16:30:44.000000Z"}} 2018-12-03 16:30:44,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" 2018-12-03 16:30:44,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7681a6c4-3acb-47ee-a0b5-eeff1862b43f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:44,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7681a6c4-3acb-47ee-a0b5-eeff1862b43f 2018-12-03 16:30:44,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:30:44,995 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:30: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:30:44,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-5b50193e-b992-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" 2018-12-03 16:30:45,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f3d39ee-0bfe-48b4-bef3-adda57698fcc Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-5b50193e-b992-474-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:30:45,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-5b50193e-b992-474-proj used request id req-3f3d39ee-0bfe-48b4-bef3-adda57698fcc 2018-12-03 16:30:45,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" 2018-12-03 16:30:45,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48c8d382-f264-465c-a066-3cc2dc8f77a1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:30:45,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-48c8d382-f264-465c-a066-3cc2dc8f77a1 2018-12-03 16:30:45,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-5b50193e-b992-474-proj"}}' 2018-12-03 16:30:45,293 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:30:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01010ea5-ed11-4e9e-9d5a-8ef7c2b65784 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0c80489739424f528c3cee1225c30f88"}, "enabled": true, "id": "0c80489739424f528c3cee1225c30f88", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-5b50193e-b992-474-proj"}} 2018-12-03 16:30:45,293 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-01010ea5-ed11-4e9e-9d5a-8ef7c2b65784 2018-12-03 16:30:45,293 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-5b50193e-b992-474-proj 2018-12-03 16:30:45,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:45,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:45,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["AgyXF4nCRIqIBEewkgvWVQ"], "issued_at": "2018-12-03T16:30:45.000000Z"}} 2018-12-03 16:30:45,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d4528a7a5921c759de2153ec8e98e6710f17a" 2018-12-03 16:30:45,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd40ed8e-4098-4343-a4d6-9722d9c119c4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:45,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cd40ed8e-4098-4343-a4d6-9722d9c119c4 2018-12-03 16:30:45,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:30:45,776 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:30: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:30:45,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d4528a7a5921c759de2153ec8e98e6710f17a" 2018-12-03 16:30:45,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-023b16ee-7690-4fc9-b8aa-aa2a60bba1aa Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:30:45,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-023b16ee-7690-4fc9-b8aa-aa2a60bba1aa 2018-12-03 16:30:45,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterNegativeTests-5b50193e-b992-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d4528a7a5921c759de2153ec8e98e6710f17a" 2018-12-03 16:30:45,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76f16260-fcd0-4410-a8bf-4122757eba89 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterNegativeTests-5b50193e-b992-474-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0c80489739424f528c3cee1225c30f88"}, "enabled": true, "id": "0c80489739424f528c3cee1225c30f88", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-5b50193e-b992-474-proj"}]} 2018-12-03 16:30:45,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterNegativeTests-5b50193e-b992-474-proj used request id req-76f16260-fcd0-4410-a8bf-4122757eba89 2018-12-03 16:30:45,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d4528a7a5921c759de2153ec8e98e6710f17a" 2018-12-03 16:30:46,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fef0c7ed-0846-4ddd-a32f-d7221fe7c483 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:30:46,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-fef0c7ed-0846-4ddd-a32f-d7221fe7c483 2018-12-03 16:30:46,359 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-5b50193e-b992-474-user 2018-12-03 16:30:46,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:46,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" 2018-12-03 16:30:46,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d20c1a65-a02e-4197-be33-d37213e8d4aa Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:30:46,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d20c1a65-a02e-4197-be33-d37213e8d4aa 2018-12-03 16:30:46,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" -d '{"role": {"name": "CreateRouterNegativeTests-5b50193e-b992-474-proj-role"}}' 2018-12-03 16:30:46,574 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:30:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-949d6b00-363e-47b4-81cb-7bc5ff32cbb2 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2fb8cfede36c46988498d08be7c3f996", "links": {"self": "http://172.30.9.30:5000/v3/roles/2fb8cfede36c46988498d08be7c3f996"}, "name": "CreateRouterNegativeTests-5b50193e-b992-474-proj-role"}} 2018-12-03 16:30:46,575 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-949d6b00-363e-47b4-81cb-7bc5ff32cbb2 2018-12-03 16:30:46,575 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-5b50193e-b992-474-proj-role 2018-12-03 16:30:46,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/2fb8cfede36c46988498d08be7c3f996 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" 2018-12-03 16:30:46,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc27278-bc89-4499-aa0e-98f121ee6fb7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/2fb8cfede36c46988498d08be7c3f996"}, "domain_id": null, "name": "CreateRouterNegativeTests-5b50193e-b992-474-proj-role", "id": "2fb8cfede36c46988498d08be7c3f996"}} 2018-12-03 16:30:46,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/2fb8cfede36c46988498d08be7c3f996 used request id req-3dc27278-bc89-4499-aa0e-98f121ee6fb7 2018-12-03 16:30:46,660 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-5b50193e-b992-474-proj-role to project CreateRouterNegativeTests-5b50193e-b992-474-proj 2018-12-03 16:30:46,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/0c80489739424f528c3cee1225c30f88/users/1ea233eabf754f4282c627e1d8722059/roles/2fb8cfede36c46988498d08be7c3f996 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" 2018-12-03 16:30:46,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bc023c1-7440-40f2-9a98-bb0cca581e74 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:46,793 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/0c80489739424f528c3cee1225c30f88/users/1ea233eabf754f4282c627e1d8722059/roles/2fb8cfede36c46988498d08be7c3f996 used request id req-0bc023c1-7440-40f2-9a98-bb0cca581e74 2018-12-03 16:30:46,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:46,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:47,170 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fb8cfede36c46988498d08be7c3f996", "name": "CreateRouterNegativeTests-5b50193e-b992-474-proj-role"}], "expires_at": "2018-12-03T17:30:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c80489739424f528c3cee1225c30f88", "name": "CreateRouterNegativeTests-5b50193e-b992-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0c80489739424f528c3cee1225c30f88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0c80489739424f528c3cee1225c30f88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0c80489739424f528c3cee1225c30f88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0c80489739424f528c3cee1225c30f88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0c80489739424f528c3cee1225c30f88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0c80489739424f528c3cee1225c30f88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0c80489739424f528c3cee1225c30f88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0c80489739424f528c3cee1225c30f88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0c80489739424f528c3cee1225c30f88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0c80489739424f528c3cee1225c30f88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0c80489739424f528c3cee1225c30f88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0c80489739424f528c3cee1225c30f88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-5b50193e-b992-474-user", "id": "1ea233eabf754f4282c627e1d8722059"}, "audit_ids": ["A4rfo9e9TU2-m3cc0AyMMQ"], "issued_at": "2018-12-03T16:30:47.000000Z"}} 2018-12-03 16:30:47,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfecb4a472ece36f2bdd8f9494ea763473f27ff" 2018-12-03 16:30:47,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93a7008b-5a82-49c1-bba7-a0181b0a34d8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:47,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-93a7008b-5a82-49c1-bba7-a0181b0a34d8 2018-12-03 16:30:47,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateRouterNegativeTests-076a2a76-539d-40d9-a61a-42005fac8608-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfecb4a472ece36f2bdd8f9494ea763473f27ff" 2018-12-03 16:30:47,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-323aa8e4-cba7-4bd0-ae82-fd47f6810d12 Date: Mon, 03 Dec 2018 16:30:47 GMT RESP BODY: {"routers": []} 2018-12-03 16:30:47,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateRouterNegativeTests-076a2a76-539d-40d9-a61a-42005fac8608-pub-router&admin_state_up=True used request id req-323aa8e4-cba7-4bd0-ae82-fd47f6810d12 2018-12-03 16:30:47,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:47,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:47,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fb8cfede36c46988498d08be7c3f996", "name": "CreateRouterNegativeTests-5b50193e-b992-474-proj-role"}], "expires_at": "2018-12-03T17:30:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c80489739424f528c3cee1225c30f88", "name": "CreateRouterNegativeTests-5b50193e-b992-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0c80489739424f528c3cee1225c30f88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0c80489739424f528c3cee1225c30f88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0c80489739424f528c3cee1225c30f88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0c80489739424f528c3cee1225c30f88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0c80489739424f528c3cee1225c30f88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0c80489739424f528c3cee1225c30f88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0c80489739424f528c3cee1225c30f88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0c80489739424f528c3cee1225c30f88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0c80489739424f528c3cee1225c30f88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0c80489739424f528c3cee1225c30f88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0c80489739424f528c3cee1225c30f88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0c80489739424f528c3cee1225c30f88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-5b50193e-b992-474-user", "id": "1ea233eabf754f4282c627e1d8722059"}, "audit_ids": ["4zqsv-nEQmCTQFo1TdBFdw"], "issued_at": "2018-12-03T16:30:47.000000Z"}} 2018-12-03 16:30:47,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e0022051407f816052ccb912fe360912940830" 2018-12-03 16:30:47,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77072f58-f09c-4d6d-a30e-4b059d3ba695 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:47,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-77072f58-f09c-4d6d-a30e-4b059d3ba695 2018-12-03 16:30:47,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=Invalid_name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfecb4a472ece36f2bdd8f9494ea763473f27ff" 2018-12-03 16:30:48,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7c89d129-ca91-4998-a312-5d2ecd744b60 Date: Mon, 03 Dec 2018 16:30:48 GMT RESP BODY: {"networks":[]} 2018-12-03 16:30:48,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=Invalid_name used request id req-7c89d129-ca91-4998-a312-5d2ecd744b60 2018-12-03 16:30:48,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" 2018-12-03 16:30:48,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2b20f8c3-7ac4-4fbb-9b29-c8f7a600f730 Date: Mon, 03 Dec 2018 16:30:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:30:48,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-2b20f8c3-7ac4-4fbb-9b29-c8f7a600f730 2018-12-03 16:30:48,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" 2018-12-03 16:30:48,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a795d2dc-9f82-4b2f-b35b-a1800bb0759b Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:30:48,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-a795d2dc-9f82-4b2f-b35b-a1800bb0759b 2018-12-03 16:30:48,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" 2018-12-03 16:30:48,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92fd5819-03b2-4400-9c6f-49179e6cc241 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:30:48,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-92fd5819-03b2-4400-9c6f-49179e6cc241 2018-12-03 16:30:48,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" 2018-12-03 16:30:48,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb1d786b-0414-40cf-a402-8772e1c9322a Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:30:48,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-bb1d786b-0414-40cf-a402-8772e1c9322a 2018-12-03 16:30:48,641 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-5b50193e-b992-474-proj 2018-12-03 16:30:48,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/0c80489739424f528c3cee1225c30f88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" 2018-12-03 16:30:48,841 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-561c293c-2efe-42fb-8b91-0cc5c52d3a2d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:48,841 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/0c80489739424f528c3cee1225c30f88 used request id req-561c293c-2efe-42fb-8b91-0cc5c52d3a2d 2018-12-03 16:30:48,841 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-5b50193e-b992-474-proj-role 2018-12-03 16:30:48,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/2fb8cfede36c46988498d08be7c3f996 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" 2018-12-03 16:30:48,958 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98eda530-6dfd-45f4-be74-a87304770b71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:48,958 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/2fb8cfede36c46988498d08be7c3f996 used request id req-98eda530-6dfd-45f4-be74-a87304770b71 2018-12-03 16:30:48,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103fbc9118e99051c4d4ed49df041ee42cbc07ba" 2018-12-03 16:30:49,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54ef6adc-1e25-48cc-9fa1-64c4db8d192b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:30:49,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-54ef6adc-1e25-48cc-9fa1-64c4db8d192b 2018-12-03 16:30:49,058 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-5b50193e-b992-474-user 2018-12-03 16:30:49,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/1ea233eabf754f4282c627e1d8722059 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d4528a7a5921c759de2153ec8e98e6710f17a" 2018-12-03 16:30:49,238 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-786a5806-61eb-497f-871a-c2c093365752 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:49,238 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/1ea233eabf754f4282c627e1d8722059 used request id req-786a5806-61eb-497f-871a-c2c093365752 2018-12-03 16:30:49,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:49,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["UOIT5p8XTIWflrEy5upx6A"], "issued_at": "2018-12-03T16:30:49.000000Z"}} 2018-12-03 16:30:49,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f54c5d0d551e26df12c15d0662f92a783992c98" 2018-12-03 16:30:49,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e5c09ce-fc0d-431e-b140-6c0dee7f34c0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:49,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0e5c09ce-fc0d-431e-b140-6c0dee7f34c0 2018-12-03 16:30:49,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:49,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:50,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["tLXmT7HMSgmpHu3Mg90NnA"], "issued_at": "2018-12-03T16:30:50.000000Z"}} 2018-12-03 16:30:50,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" 2018-12-03 16:30:50,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3666f3a3-dc64-49ec-bb0a-7d302982712b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:50,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3666f3a3-dc64-49ec-bb0a-7d302982712b 2018-12-03 16:30:50,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:30:50,268 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:30: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:30:50,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-42a5cb90-6f13-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" 2018-12-03 16:30:50,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d25e7b97-e264-46f3-a70b-631b77c47afe Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-42a5cb90-6f13-426-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:30:50,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-42a5cb90-6f13-426-proj used request id req-d25e7b97-e264-46f3-a70b-631b77c47afe 2018-12-03 16:30:50,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" 2018-12-03 16:30:50,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffd317f7-1832-4d26-a20f-0083d8e11581 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:30:50,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-ffd317f7-1832-4d26-a20f-0083d8e11581 2018-12-03 16:30:50,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-42a5cb90-6f13-426-proj"}}' 2018-12-03 16:30:50,640 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:30:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e163c9f-9cf1-4c09-bcc1-5278d1446378 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4dfdb5027cfd45049c37bfc3043c48f5"}, "enabled": true, "id": "4dfdb5027cfd45049c37bfc3043c48f5", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-42a5cb90-6f13-426-proj"}} 2018-12-03 16:30:50,640 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5e163c9f-9cf1-4c09-bcc1-5278d1446378 2018-12-03 16:30:50,641 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-42a5cb90-6f13-426-proj 2018-12-03 16:30:50,641 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:50,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:51,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["6WWJRtd1RbWeI_3DT_lsNA"], "issued_at": "2018-12-03T16:30:51.000000Z"}} 2018-12-03 16:30:51,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8368b57b8d70448042a60d79fc5f994dba4bfeb" 2018-12-03 16:30:51,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6408b363-9565-41a7-a53f-a9362cc2a1d2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:51,100 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6408b363-9565-41a7-a53f-a9362cc2a1d2 2018-12-03 16:30:51,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:30:51,110 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:30: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:30:51,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8368b57b8d70448042a60d79fc5f994dba4bfeb" 2018-12-03 16:30:51,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e454ac1e-951b-4268-86b8-3fb128f2d46a Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:30:51,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e454ac1e-951b-4268-86b8-3fb128f2d46a 2018-12-03 16:30:51,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateRouterNegativeTests-42a5cb90-6f13-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8368b57b8d70448042a60d79fc5f994dba4bfeb" 2018-12-03 16:30:51,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ea46ace-d4b2-4440-98f5-222304055c50 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateRouterNegativeTests-42a5cb90-6f13-426-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4dfdb5027cfd45049c37bfc3043c48f5"}, "enabled": true, "id": "4dfdb5027cfd45049c37bfc3043c48f5", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-42a5cb90-6f13-426-proj"}]} 2018-12-03 16:30:51,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateRouterNegativeTests-42a5cb90-6f13-426-proj used request id req-0ea46ace-d4b2-4440-98f5-222304055c50 2018-12-03 16:30:51,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8368b57b8d70448042a60d79fc5f994dba4bfeb" 2018-12-03 16:30:51,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc50db8c-42d6-4e1c-9055-10adfe151c40 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:30:51,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-cc50db8c-42d6-4e1c-9055-10adfe151c40 2018-12-03 16:30:51,749 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-42a5cb90-6f13-426-user 2018-12-03 16:30:51,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:51,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" 2018-12-03 16:30:51,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38d7d6e0-0b66-42ff-8a26-6ee1d6c031d1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:30:51,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-38d7d6e0-0b66-42ff-8a26-6ee1d6c031d1 2018-12-03 16:30:51,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" -d '{"role": {"name": "CreateRouterNegativeTests-42a5cb90-6f13-426-proj-role"}}' 2018-12-03 16:30:51,965 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:30:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76aa33a8-43ac-4a74-a46d-fef2743cc4b9 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b0a46801aa494f21bb0bacfaaba010c8", "links": {"self": "http://172.30.9.30:5000/v3/roles/b0a46801aa494f21bb0bacfaaba010c8"}, "name": "CreateRouterNegativeTests-42a5cb90-6f13-426-proj-role"}} 2018-12-03 16:30:51,965 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-76aa33a8-43ac-4a74-a46d-fef2743cc4b9 2018-12-03 16:30:51,965 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-42a5cb90-6f13-426-proj-role 2018-12-03 16:30:51,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/b0a46801aa494f21bb0bacfaaba010c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" 2018-12-03 16:30:51,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc3a5be-3a37-45cf-86fd-1c63ac2f7e77 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/b0a46801aa494f21bb0bacfaaba010c8"}, "domain_id": null, "name": "CreateRouterNegativeTests-42a5cb90-6f13-426-proj-role", "id": "b0a46801aa494f21bb0bacfaaba010c8"}} 2018-12-03 16:30:51,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/b0a46801aa494f21bb0bacfaaba010c8 used request id req-acc3a5be-3a37-45cf-86fd-1c63ac2f7e77 2018-12-03 16:30:51,986 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-42a5cb90-6f13-426-proj-role to project CreateRouterNegativeTests-42a5cb90-6f13-426-proj 2018-12-03 16:30:51,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/4dfdb5027cfd45049c37bfc3043c48f5/users/b097b72d975f48fb836e20b2ca4e2263/roles/b0a46801aa494f21bb0bacfaaba010c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" 2018-12-03 16:30:52,128 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-259b05e4-4df6-4386-898b-4766f1dc1e55 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:52,128 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4dfdb5027cfd45049c37bfc3043c48f5/users/b097b72d975f48fb836e20b2ca4e2263/roles/b0a46801aa494f21bb0bacfaaba010c8 used request id req-259b05e4-4df6-4386-898b-4766f1dc1e55 2018-12-03 16:30:52,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" 2018-12-03 16:30:52,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c43bee44-9c2a-4fea-9006-e04ba2e854d4 Date: Mon, 03 Dec 2018 16:30:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:30:52,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-c43bee44-9c2a-4fea-9006-e04ba2e854d4 2018-12-03 16:30:52,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" 2018-12-03 16:30:52,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7d54c76-445f-449c-8ec2-d3be28f4f28d Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:30:52,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-b7d54c76-445f-449c-8ec2-d3be28f4f28d 2018-12-03 16:30:52,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" 2018-12-03 16:30:52,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eb5c5e0-afbe-4fea-a325-a5d293d49dfc Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:30:52,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-3eb5c5e0-afbe-4fea-a325-a5d293d49dfc 2018-12-03 16:30:52,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" 2018-12-03 16:30:52,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f10262d-7656-473d-a8a9-dd6af5b9fe50 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:30:52,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-5f10262d-7656-473d-a8a9-dd6af5b9fe50 2018-12-03 16:30:52,621 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-42a5cb90-6f13-426-proj 2018-12-03 16:30:52,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/4dfdb5027cfd45049c37bfc3043c48f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" 2018-12-03 16:30:52,835 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c97282af-bcd0-4147-bb66-a3395d4a15ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:52,835 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4dfdb5027cfd45049c37bfc3043c48f5 used request id req-c97282af-bcd0-4147-bb66-a3395d4a15ed 2018-12-03 16:30:52,835 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-42a5cb90-6f13-426-proj-role 2018-12-03 16:30:52,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/b0a46801aa494f21bb0bacfaaba010c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" 2018-12-03 16:30:52,939 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-724ed43c-c76d-4a94-98fb-d09b889112c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:52,940 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/b0a46801aa494f21bb0bacfaaba010c8 used request id req-724ed43c-c76d-4a94-98fb-d09b889112c4 2018-12-03 16:30:52,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf08e2c132b3ffef81c2fdb9ae13adfdb135691" 2018-12-03 16:30:53,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79adf19c-6e7a-47b1-bafb-a0d12bc0c7f8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:30:53,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-79adf19c-6e7a-47b1-bafb-a0d12bc0c7f8 2018-12-03 16:30:53,030 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-42a5cb90-6f13-426-user 2018-12-03 16:30:53,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/b097b72d975f48fb836e20b2ca4e2263 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8368b57b8d70448042a60d79fc5f994dba4bfeb" 2018-12-03 16:30:53,202 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51eac06b-5e6b-4a31-b90e-4dce610a5019 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:53,202 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b097b72d975f48fb836e20b2ca4e2263 used request id req-51eac06b-5e6b-4a31-b90e-4dce610a5019 2018-12-03 16:30:53,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:53,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["-oCHNeu8Tgy2T2mV_w3Pfw"], "issued_at": "2018-12-03T16:30:53.000000Z"}} 2018-12-03 16:30:53,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5e128871331caa0aa7159d582d3be49e64867c5" 2018-12-03 16:30:53,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f524a8be-8899-4779-b874-223d0f60f1de Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:53,659 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f524a8be-8899-4779-b874-223d0f60f1de 2018-12-03 16:30:53,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:53,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:54,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["YQ65ZMJTSx2t7ciadcE9qA"], "issued_at": "2018-12-03T16:30:54.000000Z"}} 2018-12-03 16:30:54,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" 2018-12-03 16:30:54,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b907cd07-6d6b-4817-aa19-3a95befb4487 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:54,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b907cd07-6d6b-4817-aa19-3a95befb4487 2018-12-03 16:30:54,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:30:54,140 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:30: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:30:54,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-4cd98013-5efc-46b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" 2018-12-03 16:30:54,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-030ff17f-c62c-41ef-8bb9-6fa5117302e6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-4cd98013-5efc-46b-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:30:54,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-4cd98013-5efc-46b-proj used request id req-030ff17f-c62c-41ef-8bb9-6fa5117302e6 2018-12-03 16:30:54,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" 2018-12-03 16:30:54,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-996fbcc1-8d37-45e6-9ee8-0517bfca9f2f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:30:54,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-996fbcc1-8d37-45e6-9ee8-0517bfca9f2f 2018-12-03 16:30:54,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-4cd98013-5efc-46b-proj"}}' 2018-12-03 16:30:54,425 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:30:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-827556e8-9f4f-4969-b95f-2eb8631e0d2b Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8afa866f87ea4cb792d1d2d68a8d6fb8"}, "enabled": true, "id": "8afa866f87ea4cb792d1d2d68a8d6fb8", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-4cd98013-5efc-46b-proj"}} 2018-12-03 16:30:54,425 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-827556e8-9f4f-4969-b95f-2eb8631e0d2b 2018-12-03 16:30:54,425 - keystone_utils - INFO - Created project with name - CreateQoSTests-4cd98013-5efc-46b-proj 2018-12-03 16:30:54,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:54,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:54,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["VTqMja6pTr6g0gZzAXBM1A"], "issued_at": "2018-12-03T16:30:54.000000Z"}} 2018-12-03 16:30:54,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d09dcf9c58e53678c9a05c330e5b88135ae529" 2018-12-03 16:30:54,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bda098d6-5b77-4687-b367-f26aa9ef0ca0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:54,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bda098d6-5b77-4687-b367-f26aa9ef0ca0 2018-12-03 16:30:54,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:30:54,891 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:30: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:30:54,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d09dcf9c58e53678c9a05c330e5b88135ae529" 2018-12-03 16:30:54,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b42405b3-521c-4a09-b37d-fd08b435f7ae Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:30:54,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b42405b3-521c-4a09-b37d-fd08b435f7ae 2018-12-03 16:30:54,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateQoSTests-4cd98013-5efc-46b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d09dcf9c58e53678c9a05c330e5b88135ae529" 2018-12-03 16:30:55,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a470bfa-b448-47f4-92de-55b8fc2e2bfa Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateQoSTests-4cd98013-5efc-46b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8afa866f87ea4cb792d1d2d68a8d6fb8"}, "enabled": true, "id": "8afa866f87ea4cb792d1d2d68a8d6fb8", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-4cd98013-5efc-46b-proj"}]} 2018-12-03 16:30:55,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateQoSTests-4cd98013-5efc-46b-proj used request id req-5a470bfa-b448-47f4-92de-55b8fc2e2bfa 2018-12-03 16:30:55,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d09dcf9c58e53678c9a05c330e5b88135ae529" 2018-12-03 16:30:55,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66f21dd3-3959-4fa5-a6f6-18a42f765a09 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:30:55,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-66f21dd3-3959-4fa5-a6f6-18a42f765a09 2018-12-03 16:30:55,557 - keystone_utils - INFO - Created user with name - CreateQoSTests-4cd98013-5efc-46b-user 2018-12-03 16:30:55,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:55,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" 2018-12-03 16:30:55,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c11a50da-9af2-4d5e-a4bf-9eed2b24abd9 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:30:55,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c11a50da-9af2-4d5e-a4bf-9eed2b24abd9 2018-12-03 16:30:55,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" -d '{"role": {"name": "CreateQoSTests-4cd98013-5efc-46b-proj-role"}}' 2018-12-03 16:30:55,760 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:30:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ef20de3-075b-4880-86c8-6dee1c96685d Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2d534c48a70b45b09506c313543bdf70", "links": {"self": "http://172.30.9.30:5000/v3/roles/2d534c48a70b45b09506c313543bdf70"}, "name": "CreateQoSTests-4cd98013-5efc-46b-proj-role"}} 2018-12-03 16:30:55,760 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-2ef20de3-075b-4880-86c8-6dee1c96685d 2018-12-03 16:30:55,761 - keystone_utils - INFO - Created role with name - CreateQoSTests-4cd98013-5efc-46b-proj-role 2018-12-03 16:30:55,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/2d534c48a70b45b09506c313543bdf70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" 2018-12-03 16:30:55,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d71fd60e-4115-4021-aac9-8ef90fa3c98c Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/2d534c48a70b45b09506c313543bdf70"}, "domain_id": null, "name": "CreateQoSTests-4cd98013-5efc-46b-proj-role", "id": "2d534c48a70b45b09506c313543bdf70"}} 2018-12-03 16:30:55,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/2d534c48a70b45b09506c313543bdf70 used request id req-d71fd60e-4115-4021-aac9-8ef90fa3c98c 2018-12-03 16:30:55,852 - keystone_utils - INFO - Granting role CreateQoSTests-4cd98013-5efc-46b-proj-role to project CreateQoSTests-4cd98013-5efc-46b-proj 2018-12-03 16:30:55,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/8afa866f87ea4cb792d1d2d68a8d6fb8/users/e10c8138b57d473795562d8663dbafc7/roles/2d534c48a70b45b09506c313543bdf70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" 2018-12-03 16:30:55,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:30:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f703926-0cdc-4c3e-aebf-3e623d1c3ab8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:30:55,978 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/8afa866f87ea4cb792d1d2d68a8d6fb8/users/e10c8138b57d473795562d8663dbafc7/roles/2d534c48a70b45b09506c313543bdf70 used request id req-0f703926-0cdc-4c3e-aebf-3e623d1c3ab8 2018-12-03 16:30:55,994 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:30:55,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:30:56,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:30:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["5j0-yucURReWfyQRUwOtYw"], "issued_at": "2018-12-03T16:30:56.000000Z"}} 2018-12-03 16:30:56,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f5a13fa226b8709715c142d0e5fe5d34a54087" 2018-12-03 16:30:56,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-344d8f50-aae5-4c83-8970-613360259b18 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:30:56,474 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-344d8f50-aae5-4c83-8970-613360259b18 2018-12-03 16:30:56,479 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f5a13fa226b8709715c142d0e5fe5d34a54087" 2018-12-03 16:30:57,106 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:56 GMT Server: Apache x-compute-request-id: req-6ab58ccd-b18e-43a6-a3b1-371d25fd70c5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6ab58ccd-b18e-43a6-a3b1-371d25fd70c5 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-03 16:30:57,106 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-6ab58ccd-b18e-43a6-a3b1-371d25fd70c5 2018-12-03 16:30:57,110 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6ab58ccd-b18e-43a6-a3b1-371d25fd70c5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f5a13fa226b8709715c142d0e5fe5d34a54087" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-f50e2b45-df00-4a07-be9b-19a9ef5ed0a0"}}' 2018-12-03 16:30:57,709 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:57 GMT Server: Apache x-compute-request-id: req-75ead73f-c268-49a5-9b4d-312d85bb7057 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-75ead73f-c268-49a5-9b4d-312d85bb7057 Content-Encoding: gzip Content-Length: 239 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "80c20bb1-e552-4420-9196-57ddede46b39", "name": "CreateQoSTests-f50e2b45-df00-4a07-be9b-19a9ef5ed0a0"}, "links": [{"href": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/80c20bb1-e552-4420-9196-57ddede46b39", "rel": "self"}, {"href": "http://172.30.9.30:8776/e7db44589aed46ada30f0de826785caf/qos-specs/80c20bb1-e552-4420-9196-57ddede46b39", "rel": "bookmark"}]} 2018-12-03 16:30:57,709 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-75ead73f-c268-49a5-9b4d-312d85bb7057 2018-12-03 16:30:57,710 - create_qos - INFO - Created qos with name - CreateQoSTests-f50e2b45-df00-4a07-be9b-19a9ef5ed0a0 2018-12-03 16:30:57,713 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5e128871331caa0aa7159d582d3be49e64867c5" 2018-12-03 16:30:58,281 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:57 GMT Server: Apache x-compute-request-id: req-cc1b9c6c-3c2a-4214-9f34-93647b4f912a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cc1b9c6c-3c2a-4214-9f34-93647b4f912a Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "80c20bb1-e552-4420-9196-57ddede46b39", "name": "CreateQoSTests-f50e2b45-df00-4a07-be9b-19a9ef5ed0a0"}]} 2018-12-03 16:30:58,281 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-cc1b9c6c-3c2a-4214-9f34-93647b4f912a 2018-12-03 16:30:58,281 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-f50e2b45-df00-4a07-be9b-19a9ef5ed0a0 2018-12-03 16:30:58,285 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/80c20bb1-e552-4420-9196-57ddede46b39?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc1b9c6c-3c2a-4214-9f34-93647b4f912a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5e128871331caa0aa7159d582d3be49e64867c5" 2018-12-03 16:30:58,491 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:30:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-134a78b9-5742-4f11-b798-14301eacec5e 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-12-03 16:30:58,491 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/80c20bb1-e552-4420-9196-57ddede46b39?force=False used request id req-134a78b9-5742-4f11-b798-14301eacec5e 2018-12-03 16:30:58,494 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc1b9c6c-3c2a-4214-9f34-93647b4f912a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5e128871331caa0aa7159d582d3be49e64867c5" 2018-12-03 16:30:59,040 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:58 GMT Server: Apache x-compute-request-id: req-a990c71e-9454-4c6a-9124-88c5d9188efd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a990c71e-9454-4c6a-9124-88c5d9188efd Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-03 16:30:59,040 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-a990c71e-9454-4c6a-9124-88c5d9188efd 2018-12-03 16:30:59,041 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-f50e2b45-df00-4a07-be9b-19a9ef5ed0a0 2018-12-03 16:30:59,044 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/80c20bb1-e552-4420-9196-57ddede46b39?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ab58ccd-b18e-43a6-a3b1-371d25fd70c5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f5a13fa226b8709715c142d0e5fe5d34a54087" 2018-12-03 16:30:59,631 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:30:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-10362af2-09f4-4581-b6f4-49390d3b026d x-openstack-request-id: req-10362af2-09f4-4581-b6f4-49390d3b026d Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 80c20bb1-e552-4420-9196-57ddede46b39.", "code": 404}} 2018-12-03 16:30:59,631 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/80c20bb1-e552-4420-9196-57ddede46b39?force=False used request id req-10362af2-09f4-4581-b6f4-49390d3b026d 2018-12-03 16:30:59,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" 2018-12-03 16:30:59,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2562b320-452d-41e8-b027-7dc6354b24aa Date: Mon, 03 Dec 2018 16:30:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:30:59,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-2562b320-452d-41e8-b027-7dc6354b24aa 2018-12-03 16:30:59,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" 2018-12-03 16:30:59,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9015fdb-c242-4001-b58f-5cbf7ae3b10c Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:30:59,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-c9015fdb-c242-4001-b58f-5cbf7ae3b10c 2018-12-03 16:30:59,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" 2018-12-03 16:31:00,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28882561-e06b-49aa-8117-647d1f5af43a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:31:00,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-28882561-e06b-49aa-8117-647d1f5af43a 2018-12-03 16:31:00,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" 2018-12-03 16:31:00,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35cca768-c88a-4881-bfa1-ecfb9715e47c Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:31:00,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-35cca768-c88a-4881-bfa1-ecfb9715e47c 2018-12-03 16:31:00,102 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-4cd98013-5efc-46b-proj 2018-12-03 16:31:00,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/8afa866f87ea4cb792d1d2d68a8d6fb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" 2018-12-03 16:31:00,320 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa06a38d-8d7c-4d0c-a592-8d4db3ec6deb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:00,320 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/8afa866f87ea4cb792d1d2d68a8d6fb8 used request id req-aa06a38d-8d7c-4d0c-a592-8d4db3ec6deb 2018-12-03 16:31:00,320 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-4cd98013-5efc-46b-proj-role 2018-12-03 16:31:00,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/2d534c48a70b45b09506c313543bdf70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" 2018-12-03 16:31:00,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfda9117-5aff-4686-8667-7d25a08f3231 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:00,437 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/2d534c48a70b45b09506c313543bdf70 used request id req-bfda9117-5aff-4686-8667-7d25a08f3231 2018-12-03 16:31:00,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c22ae4aa5037e98c67a71ebc192d57a685eb79" 2018-12-03 16:31:00,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aa43fb3-4a94-48be-ade1-b50acebfacf4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:00,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3aa43fb3-4a94-48be-ade1-b50acebfacf4 2018-12-03 16:31:00,535 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-4cd98013-5efc-46b-user 2018-12-03 16:31:00,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/e10c8138b57d473795562d8663dbafc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d09dcf9c58e53678c9a05c330e5b88135ae529" 2018-12-03 16:31:00,692 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa89749f-b803-4bbc-aaf0-aa1a5fa00acd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:00,692 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e10c8138b57d473795562d8663dbafc7 used request id req-aa89749f-b803-4bbc-aaf0-aa1a5fa00acd 2018-12-03 16:31:00,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:01,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["LF7q-KL6TSGgY8W3R60t8g"], "issued_at": "2018-12-03T16:31:01.000000Z"}} 2018-12-03 16:31:01,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20107e5fabf441295c241877e3cdb24a666ff0fa" 2018-12-03 16:31:01,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d576d17-1109-420c-9be8-d2f5183986f2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:01,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8d576d17-1109-420c-9be8-d2f5183986f2 2018-12-03 16:31:01,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:01,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:01,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["fbiehqYDS-yFwsYTCoCWLg"], "issued_at": "2018-12-03T16:31:01.000000Z"}} 2018-12-03 16:31:01,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" 2018-12-03 16:31:01,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45e34e78-0038-44ce-93db-c388c5f3d52b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:01,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-45e34e78-0038-44ce-93db-c388c5f3d52b 2018-12-03 16:31:01,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:01,745 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:01,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-8b26a54b-c70f-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" 2018-12-03 16:31:01,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-642dbef7-3e94-45a4-9db7-690fa4ee7d22 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-8b26a54b-c70f-410-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:31:01,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-8b26a54b-c70f-410-proj used request id req-642dbef7-3e94-45a4-9db7-690fa4ee7d22 2018-12-03 16:31:01,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" 2018-12-03 16:31:01,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e09b35d-60bd-4385-be3a-7f2b4c8ec595 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:01,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-1e09b35d-60bd-4385-be3a-7f2b4c8ec595 2018-12-03 16:31:01,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-8b26a54b-c70f-410-proj"}}' 2018-12-03 16:31:02,042 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-408bc180-c5ca-4d79-a1a8-7fb8882764cb Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f8842666ad3e4623b8dfa4a27f8158f7"}, "enabled": true, "id": "f8842666ad3e4623b8dfa4a27f8158f7", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-8b26a54b-c70f-410-proj"}} 2018-12-03 16:31:02,042 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-408bc180-c5ca-4d79-a1a8-7fb8882764cb 2018-12-03 16:31:02,042 - keystone_utils - INFO - Created project with name - CreateQoSTests-8b26a54b-c70f-410-proj 2018-12-03 16:31:02,043 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:02,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:02,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["lDzIvIpbS6CR9tctVKwLUw"], "issued_at": "2018-12-03T16:31:02.000000Z"}} 2018-12-03 16:31:02,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e69255966c558a370344cdbefe437087e87672b" 2018-12-03 16:31:02,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae953a02-9e34-4a2b-87bc-88776f3a9255 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:02,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ae953a02-9e34-4a2b-87bc-88776f3a9255 2018-12-03 16:31:02,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:02,519 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:02,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e69255966c558a370344cdbefe437087e87672b" 2018-12-03 16:31:02,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40bf3d1c-e0c7-4437-a798-be50c3cf3535 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:31:02,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-40bf3d1c-e0c7-4437-a798-be50c3cf3535 2018-12-03 16:31:02,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateQoSTests-8b26a54b-c70f-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e69255966c558a370344cdbefe437087e87672b" 2018-12-03 16:31:02,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ee8baf6-890f-45ff-a349-af4a1b7fda82 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateQoSTests-8b26a54b-c70f-410-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f8842666ad3e4623b8dfa4a27f8158f7"}, "enabled": true, "id": "f8842666ad3e4623b8dfa4a27f8158f7", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-8b26a54b-c70f-410-proj"}]} 2018-12-03 16:31:02,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateQoSTests-8b26a54b-c70f-410-proj used request id req-2ee8baf6-890f-45ff-a349-af4a1b7fda82 2018-12-03 16:31:02,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e69255966c558a370344cdbefe437087e87672b" 2018-12-03 16:31:02,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c7af083-c254-4685-9a38-bf2517592b8c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:02,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-8c7af083-c254-4685-9a38-bf2517592b8c 2018-12-03 16:31:03,089 - keystone_utils - INFO - Created user with name - CreateQoSTests-8b26a54b-c70f-410-user 2018-12-03 16:31:03,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:03,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" 2018-12-03 16:31:03,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c784f78-906d-401a-a32a-ae665cf7c4d6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:03,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8c784f78-906d-401a-a32a-ae665cf7c4d6 2018-12-03 16:31:03,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" -d '{"role": {"name": "CreateQoSTests-8b26a54b-c70f-410-proj-role"}}' 2018-12-03 16:31:03,287 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c168c2ac-37c4-4aea-bea1-62759db6492c Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e4ec86b7a55a428b8c5d53a35adc7b67", "links": {"self": "http://172.30.9.30:5000/v3/roles/e4ec86b7a55a428b8c5d53a35adc7b67"}, "name": "CreateQoSTests-8b26a54b-c70f-410-proj-role"}} 2018-12-03 16:31:03,287 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-c168c2ac-37c4-4aea-bea1-62759db6492c 2018-12-03 16:31:03,288 - keystone_utils - INFO - Created role with name - CreateQoSTests-8b26a54b-c70f-410-proj-role 2018-12-03 16:31:03,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/e4ec86b7a55a428b8c5d53a35adc7b67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" 2018-12-03 16:31:03,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41a22375-484e-4b88-b504-cb117c2f1700 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/e4ec86b7a55a428b8c5d53a35adc7b67"}, "domain_id": null, "name": "CreateQoSTests-8b26a54b-c70f-410-proj-role", "id": "e4ec86b7a55a428b8c5d53a35adc7b67"}} 2018-12-03 16:31:03,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/e4ec86b7a55a428b8c5d53a35adc7b67 used request id req-41a22375-484e-4b88-b504-cb117c2f1700 2018-12-03 16:31:03,372 - keystone_utils - INFO - Granting role CreateQoSTests-8b26a54b-c70f-410-proj-role to project CreateQoSTests-8b26a54b-c70f-410-proj 2018-12-03 16:31:03,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/f8842666ad3e4623b8dfa4a27f8158f7/users/7e6ea475f6d34fd09eee67199a3dd840/roles/e4ec86b7a55a428b8c5d53a35adc7b67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" 2018-12-03 16:31:03,500 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dac755ce-cd01-4edf-b467-b56a621996cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:03,500 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f8842666ad3e4623b8dfa4a27f8158f7/users/7e6ea475f6d34fd09eee67199a3dd840/roles/e4ec86b7a55a428b8c5d53a35adc7b67 used request id req-dac755ce-cd01-4edf-b467-b56a621996cf 2018-12-03 16:31:03,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:03,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:03,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["AtSSXAeTRUC4edR4R7T-2Q"], "issued_at": "2018-12-03T16:31:03.000000Z"}} 2018-12-03 16:31:03,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}902701c4a1caf3f2c8a4bdc560cc24d8fe90dac7" 2018-12-03 16:31:03,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cac666b-548b-4747-8fe2-377eedce4ef3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:03,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4cac666b-548b-4747-8fe2-377eedce4ef3 2018-12-03 16:31:03,972 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}902701c4a1caf3f2c8a4bdc560cc24d8fe90dac7" 2018-12-03 16:31:04,159 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:03 GMT Server: Apache x-compute-request-id: req-5b8e4e99-4b80-4600-9093-25aedc3a9ea9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5b8e4e99-4b80-4600-9093-25aedc3a9ea9 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-03 16:31:04,159 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-5b8e4e99-4b80-4600-9093-25aedc3a9ea9 2018-12-03 16:31:04,162 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5b8e4e99-4b80-4600-9093-25aedc3a9ea9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}902701c4a1caf3f2c8a4bdc560cc24d8fe90dac7" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-86507b61-3521-49c7-b73f-dd9ec1fa5b1b"}}' 2018-12-03 16:31:04,762 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:04 GMT Server: Apache x-compute-request-id: req-7843569d-f6d9-4a26-aa8e-4a46968496ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7843569d-f6d9-4a26-aa8e-4a46968496ba Content-Encoding: gzip Content-Length: 239 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "0343699b-23cf-4df1-9ca1-bbfb84fe9f9d", "name": "CreateQoSTests-86507b61-3521-49c7-b73f-dd9ec1fa5b1b"}, "links": [{"href": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/0343699b-23cf-4df1-9ca1-bbfb84fe9f9d", "rel": "self"}, {"href": "http://172.30.9.30:8776/e7db44589aed46ada30f0de826785caf/qos-specs/0343699b-23cf-4df1-9ca1-bbfb84fe9f9d", "rel": "bookmark"}]} 2018-12-03 16:31:04,762 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-7843569d-f6d9-4a26-aa8e-4a46968496ba 2018-12-03 16:31:04,763 - create_qos - INFO - Created qos with name - CreateQoSTests-86507b61-3521-49c7-b73f-dd9ec1fa5b1b 2018-12-03 16:31:04,766 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20107e5fabf441295c241877e3cdb24a666ff0fa" 2018-12-03 16:31:04,933 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:04 GMT Server: Apache x-compute-request-id: req-0287f81f-2431-48b9-8afe-01aa8b4cf1f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0287f81f-2431-48b9-8afe-01aa8b4cf1f6 Content-Encoding: gzip Content-Length: 150 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "0343699b-23cf-4df1-9ca1-bbfb84fe9f9d", "name": "CreateQoSTests-86507b61-3521-49c7-b73f-dd9ec1fa5b1b"}]} 2018-12-03 16:31:04,933 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-0287f81f-2431-48b9-8afe-01aa8b4cf1f6 2018-12-03 16:31:04,933 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-86507b61-3521-49c7-b73f-dd9ec1fa5b1b 2018-12-03 16:31:04,936 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/0343699b-23cf-4df1-9ca1-bbfb84fe9f9d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5b8e4e99-4b80-4600-9093-25aedc3a9ea9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}902701c4a1caf3f2c8a4bdc560cc24d8fe90dac7" 2018-12-03 16:31:05,143 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:31:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3706b00d-d151-4aba-85cd-b4a964217f9c 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-12-03 16:31:05,143 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/0343699b-23cf-4df1-9ca1-bbfb84fe9f9d?force=False used request id req-3706b00d-d151-4aba-85cd-b4a964217f9c 2018-12-03 16:31:05,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" 2018-12-03 16:31:05,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2511849a-5b21-4f64-af7e-9658018c7911 Date: Mon, 03 Dec 2018 16:31:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:31:05,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-2511849a-5b21-4f64-af7e-9658018c7911 2018-12-03 16:31:05,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" 2018-12-03 16:31:05,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6189f13f-acf8-4cfb-ae03-65cb30f9b6b7 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:31:05,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-6189f13f-acf8-4cfb-ae03-65cb30f9b6b7 2018-12-03 16:31:05,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" 2018-12-03 16:31:05,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b44ded99-288a-4692-8443-4da3c25f42fe Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:31:05,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-b44ded99-288a-4692-8443-4da3c25f42fe 2018-12-03 16:31:05,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" 2018-12-03 16:31:05,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa4de16c-8623-4b88-b597-225500e4f5fc Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:31:05,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-aa4de16c-8623-4b88-b597-225500e4f5fc 2018-12-03 16:31:05,617 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-8b26a54b-c70f-410-proj 2018-12-03 16:31:05,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/f8842666ad3e4623b8dfa4a27f8158f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" 2018-12-03 16:31:05,872 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c883ff6d-f656-4a98-80b2-0d49392d22ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:05,872 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/f8842666ad3e4623b8dfa4a27f8158f7 used request id req-c883ff6d-f656-4a98-80b2-0d49392d22ac 2018-12-03 16:31:05,872 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-8b26a54b-c70f-410-proj-role 2018-12-03 16:31:05,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/e4ec86b7a55a428b8c5d53a35adc7b67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" 2018-12-03 16:31:05,981 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2542ee2-54fd-44db-88af-cb4b5a15d84c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:05,982 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/e4ec86b7a55a428b8c5d53a35adc7b67 used request id req-a2542ee2-54fd-44db-88af-cb4b5a15d84c 2018-12-03 16:31:05,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54dda115ce221b1424cf313f8c4460ad6e7803fe" 2018-12-03 16:31:06,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6baedfd2-29d1-44f2-9ce0-15721437ba15 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:06,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6baedfd2-29d1-44f2-9ce0-15721437ba15 2018-12-03 16:31:06,148 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-8b26a54b-c70f-410-user 2018-12-03 16:31:06,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/7e6ea475f6d34fd09eee67199a3dd840 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e69255966c558a370344cdbefe437087e87672b" 2018-12-03 16:31:06,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77383006-379f-45a4-b404-242c6be14434 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:06,329 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/7e6ea475f6d34fd09eee67199a3dd840 used request id req-77383006-379f-45a4-b404-242c6be14434 2018-12-03 16:31:06,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:06,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["UCRikdS3RBSxEnt3owGvCA"], "issued_at": "2018-12-03T16:31:06.000000Z"}} 2018-12-03 16:31:06,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7372ce40c6cca536af34f913b032ef223231646" 2018-12-03 16:31:06,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b3d0c6e-7c15-47d4-b923-8de7c5332bf6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:06,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8b3d0c6e-7c15-47d4-b923-8de7c5332bf6 2018-12-03 16:31:06,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:06,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:07,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Rix7EWSeR1WMv_4QaQk5CA"], "issued_at": "2018-12-03T16:31:07.000000Z"}} 2018-12-03 16:31:07,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" 2018-12-03 16:31:07,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28da6d3b-7e19-4ff0-b026-5afcff7108c5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:07,264 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-28da6d3b-7e19-4ff0-b026-5afcff7108c5 2018-12-03 16:31:07,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:07,273 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:07,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-346ba489-94c1-404-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" 2018-12-03 16:31:07,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eff9b714-48af-4b38-a12a-243e332b974e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-346ba489-94c1-404-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:31:07,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-346ba489-94c1-404-proj used request id req-eff9b714-48af-4b38-a12a-243e332b974e 2018-12-03 16:31:07,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" 2018-12-03 16:31:07,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4191846b-5ab2-489d-8a1f-89fdfc47fc01 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:07,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-4191846b-5ab2-489d-8a1f-89fdfc47fc01 2018-12-03 16:31:07,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-346ba489-94c1-404-proj"}}' 2018-12-03 16:31:07,556 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7de6ad0-cc2f-4cfd-8ea2-8d2e66f7a352 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/afd8ff511b17455e9c192418078c5115"}, "enabled": true, "id": "afd8ff511b17455e9c192418078c5115", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-346ba489-94c1-404-proj"}} 2018-12-03 16:31:07,557 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f7de6ad0-cc2f-4cfd-8ea2-8d2e66f7a352 2018-12-03 16:31:07,557 - keystone_utils - INFO - Created project with name - CreateQoSTests-346ba489-94c1-404-proj 2018-12-03 16:31:07,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:07,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:07,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["mhELwi8WT0iXiKLIPejGFQ"], "issued_at": "2018-12-03T16:31:07.000000Z"}} 2018-12-03 16:31:07,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d65e91f49fdc0f4e3cc4dc4e9da71cd97e621e6" 2018-12-03 16:31:08,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68f4134a-8a5c-477c-8d6d-cc83c20bdf45 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:08,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-68f4134a-8a5c-477c-8d6d-cc83c20bdf45 2018-12-03 16:31:08,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:08,038 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:08,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d65e91f49fdc0f4e3cc4dc4e9da71cd97e621e6" 2018-12-03 16:31:08,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3efb4bb7-96f4-4288-9d68-54a643f224de Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:31:08,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3efb4bb7-96f4-4288-9d68-54a643f224de 2018-12-03 16:31:08,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateQoSTests-346ba489-94c1-404-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d65e91f49fdc0f4e3cc4dc4e9da71cd97e621e6" 2018-12-03 16:31:08,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71d41693-65d9-4f22-aa29-588c19f9eec9 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateQoSTests-346ba489-94c1-404-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/afd8ff511b17455e9c192418078c5115"}, "enabled": true, "id": "afd8ff511b17455e9c192418078c5115", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-346ba489-94c1-404-proj"}]} 2018-12-03 16:31:08,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateQoSTests-346ba489-94c1-404-proj used request id req-71d41693-65d9-4f22-aa29-588c19f9eec9 2018-12-03 16:31:08,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d65e91f49fdc0f4e3cc4dc4e9da71cd97e621e6" 2018-12-03 16:31:08,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d5081f3-3fb4-4768-abee-c04da4e51dd0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:08,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-6d5081f3-3fb4-4768-abee-c04da4e51dd0 2018-12-03 16:31:08,640 - keystone_utils - INFO - Created user with name - CreateQoSTests-346ba489-94c1-404-user 2018-12-03 16:31:08,641 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:08,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" 2018-12-03 16:31:08,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edfee0d0-bd74-444c-9e79-9d3c4866cfea Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:08,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-edfee0d0-bd74-444c-9e79-9d3c4866cfea 2018-12-03 16:31:08,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" -d '{"role": {"name": "CreateQoSTests-346ba489-94c1-404-proj-role"}}' 2018-12-03 16:31:08,856 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cdf11b1-9a73-404a-b5a5-b900463f016a Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dadac9ef60ce458aba0f958d0568fe98", "links": {"self": "http://172.30.9.30:5000/v3/roles/dadac9ef60ce458aba0f958d0568fe98"}, "name": "CreateQoSTests-346ba489-94c1-404-proj-role"}} 2018-12-03 16:31:08,856 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-8cdf11b1-9a73-404a-b5a5-b900463f016a 2018-12-03 16:31:08,857 - keystone_utils - INFO - Created role with name - CreateQoSTests-346ba489-94c1-404-proj-role 2018-12-03 16:31:08,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/dadac9ef60ce458aba0f958d0568fe98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" 2018-12-03 16:31:08,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28c69a12-0d83-49ef-83f2-ac91fa86c607 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/dadac9ef60ce458aba0f958d0568fe98"}, "domain_id": null, "name": "CreateQoSTests-346ba489-94c1-404-proj-role", "id": "dadac9ef60ce458aba0f958d0568fe98"}} 2018-12-03 16:31:08,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/dadac9ef60ce458aba0f958d0568fe98 used request id req-28c69a12-0d83-49ef-83f2-ac91fa86c607 2018-12-03 16:31:08,953 - keystone_utils - INFO - Granting role CreateQoSTests-346ba489-94c1-404-proj-role to project CreateQoSTests-346ba489-94c1-404-proj 2018-12-03 16:31:08,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/afd8ff511b17455e9c192418078c5115/users/cda4e3f3ab3342b3b54e403c4eccb7df/roles/dadac9ef60ce458aba0f958d0568fe98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" 2018-12-03 16:31:09,093 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b189fdca-e96e-42c4-b564-6fc792374be5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:09,093 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/afd8ff511b17455e9c192418078c5115/users/cda4e3f3ab3342b3b54e403c4eccb7df/roles/dadac9ef60ce458aba0f958d0568fe98 used request id req-b189fdca-e96e-42c4-b564-6fc792374be5 2018-12-03 16:31:09,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:09,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:09,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["8v3yCKI-T-ixo5lmZq9TPQ"], "issued_at": "2018-12-03T16:31:09.000000Z"}} 2018-12-03 16:31:09,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b477844023cdd17779d6785a9f74366dd665e963" 2018-12-03 16:31:09,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f27419f8-023e-4a5c-a319-1462d7686bf1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:09,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f27419f8-023e-4a5c-a319-1462d7686bf1 2018-12-03 16:31:09,568 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b477844023cdd17779d6785a9f74366dd665e963" 2018-12-03 16:31:10,173 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:09 GMT Server: Apache x-compute-request-id: req-2f3b8410-e02f-4627-91ab-aa52d3c9bf0b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2f3b8410-e02f-4627-91ab-aa52d3c9bf0b Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-03 16:31:10,173 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-2f3b8410-e02f-4627-91ab-aa52d3c9bf0b 2018-12-03 16:31:10,177 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2f3b8410-e02f-4627-91ab-aa52d3c9bf0b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b477844023cdd17779d6785a9f74366dd665e963" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-47bf9144-a301-473d-b3f2-7421aac68611"}}' 2018-12-03 16:31:10,384 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:10 GMT Server: Apache x-compute-request-id: req-f6853030-82d3-43d7-b370-8b1fed0df6ab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f6853030-82d3-43d7-b370-8b1fed0df6ab Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "9203117a-7d14-4d3a-82a4-2b4a5b7e2ef5", "name": "CreateQoSTests-47bf9144-a301-473d-b3f2-7421aac68611"}, "links": [{"href": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/9203117a-7d14-4d3a-82a4-2b4a5b7e2ef5", "rel": "self"}, {"href": "http://172.30.9.30:8776/e7db44589aed46ada30f0de826785caf/qos-specs/9203117a-7d14-4d3a-82a4-2b4a5b7e2ef5", "rel": "bookmark"}]} 2018-12-03 16:31:10,384 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-f6853030-82d3-43d7-b370-8b1fed0df6ab 2018-12-03 16:31:10,385 - create_qos - INFO - Created qos with name - CreateQoSTests-47bf9144-a301-473d-b3f2-7421aac68611 2018-12-03 16:31:10,388 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7372ce40c6cca536af34f913b032ef223231646" 2018-12-03 16:31:10,948 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:10 GMT Server: Apache x-compute-request-id: req-8d796f60-d941-4f40-a2ab-d66f1d5beeec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8d796f60-d941-4f40-a2ab-d66f1d5beeec Content-Encoding: gzip Content-Length: 150 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "9203117a-7d14-4d3a-82a4-2b4a5b7e2ef5", "name": "CreateQoSTests-47bf9144-a301-473d-b3f2-7421aac68611"}]} 2018-12-03 16:31:10,949 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-8d796f60-d941-4f40-a2ab-d66f1d5beeec 2018-12-03 16:31:10,949 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:10,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:11,333 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["uOPxRt64SO2fU62g2CEJEw"], "issued_at": "2018-12-03T16:31:11.000000Z"}} 2018-12-03 16:31:11,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6676a62e052418a81a85861d37e5b5257ecf64f2" 2018-12-03 16:31:11,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ab0594c-18ec-4a72-8ae8-f2b786b4081a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:11,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2ab0594c-18ec-4a72-8ae8-f2b786b4081a 2018-12-03 16:31:11,419 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6676a62e052418a81a85861d37e5b5257ecf64f2" 2018-12-03 16:31:12,068 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:11 GMT Server: Apache x-compute-request-id: req-0969bf37-4c47-4390-b057-af0dc7c11d22 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0969bf37-4c47-4390-b057-af0dc7c11d22 Content-Encoding: gzip Content-Length: 150 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "9203117a-7d14-4d3a-82a4-2b4a5b7e2ef5", "name": "CreateQoSTests-47bf9144-a301-473d-b3f2-7421aac68611"}]} 2018-12-03 16:31:12,068 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-0969bf37-4c47-4390-b057-af0dc7c11d22 2018-12-03 16:31:12,069 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-47bf9144-a301-473d-b3f2-7421aac68611 2018-12-03 16:31:12,072 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/9203117a-7d14-4d3a-82a4-2b4a5b7e2ef5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2f3b8410-e02f-4627-91ab-aa52d3c9bf0b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b477844023cdd17779d6785a9f74366dd665e963" 2018-12-03 16:31:12,276 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:31:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d428161f-bc79-45c6-96d7-79ae87017310 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-12-03 16:31:12,276 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/9203117a-7d14-4d3a-82a4-2b4a5b7e2ef5?force=False used request id req-d428161f-bc79-45c6-96d7-79ae87017310 2018-12-03 16:31:12,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" 2018-12-03 16:31:12,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e59d540a-b198-4746-aef0-92e70e6dd9c0 Date: Mon, 03 Dec 2018 16:31:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:31:12,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-e59d540a-b198-4746-aef0-92e70e6dd9c0 2018-12-03 16:31:12,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" 2018-12-03 16:31:12,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ac1192e-b095-4cc6-b2b4-9df28b721a8f Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:31:12,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-6ac1192e-b095-4cc6-b2b4-9df28b721a8f 2018-12-03 16:31:12,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" 2018-12-03 16:31:12,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-555f3941-9c3a-43a4-aa0c-dbe6be1f17f4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:31:12,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-555f3941-9c3a-43a4-aa0c-dbe6be1f17f4 2018-12-03 16:31:12,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" 2018-12-03 16:31:12,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07edf02c-6376-4a05-91bd-607086ff472c Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:31:12,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-07edf02c-6376-4a05-91bd-607086ff472c 2018-12-03 16:31:12,766 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-346ba489-94c1-404-proj 2018-12-03 16:31:12,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/afd8ff511b17455e9c192418078c5115 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" 2018-12-03 16:31:12,990 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a111d2a6-01ec-45ae-9098-f2ebe76834ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:12,991 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/afd8ff511b17455e9c192418078c5115 used request id req-a111d2a6-01ec-45ae-9098-f2ebe76834ae 2018-12-03 16:31:12,991 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-346ba489-94c1-404-proj-role 2018-12-03 16:31:12,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/dadac9ef60ce458aba0f958d0568fe98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" 2018-12-03 16:31:13,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50680c23-a1fc-4374-9611-549caf25b555 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:13,107 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/dadac9ef60ce458aba0f958d0568fe98 used request id req-50680c23-a1fc-4374-9611-549caf25b555 2018-12-03 16:31:13,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd36858e65fca29218aca945081b19bb628894f4" 2018-12-03 16:31:13,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1aa297d-ffad-410f-891f-c99ae512119b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:13,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b1aa297d-ffad-410f-891f-c99ae512119b 2018-12-03 16:31:13,192 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-346ba489-94c1-404-user 2018-12-03 16:31:13,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/cda4e3f3ab3342b3b54e403c4eccb7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d65e91f49fdc0f4e3cc4dc4e9da71cd97e621e6" 2018-12-03 16:31:13,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ec75ce0-eead-4465-80ca-ae8406bd48eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:13,381 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/cda4e3f3ab3342b3b54e403c4eccb7df used request id req-1ec75ce0-eead-4465-80ca-ae8406bd48eb 2018-12-03 16:31:13,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:13,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["1gvL_nAoTEevLk0Mv71NZw"], "issued_at": "2018-12-03T16:31:13.000000Z"}} 2018-12-03 16:31:13,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43661b045a5fccd7f27d65d6acf989d698a9de14" 2018-12-03 16:31:13,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6096d8de-b157-4d5e-af4d-bb8adce44f71 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:13,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6096d8de-b157-4d5e-af4d-bb8adce44f71 2018-12-03 16:31:13,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:13,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:14,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["0TTXzAKLT8aBFY4MFStC-Q"], "issued_at": "2018-12-03T16:31:14.000000Z"}} 2018-12-03 16:31:14,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" 2018-12-03 16:31:14,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6005e213-83f4-4ee6-979f-5179e875109d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:14,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6005e213-83f4-4ee6-979f-5179e875109d 2018-12-03 16:31:14,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:14,349 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:14,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" 2018-12-03 16:31:14,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12e71e8d-c88e-4a9e-af4d-c87ed1c60c38 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:31:14,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj used request id req-12e71e8d-c88e-4a9e-af4d-c87ed1c60c38 2018-12-03 16:31:14,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" 2018-12-03 16:31:14,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf6053d3-af1b-4aa8-8430-e424a384c167 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:14,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-bf6053d3-af1b-4aa8-8430-e424a384c167 2018-12-03 16:31:14,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj"}}' 2018-12-03 16:31:14,664 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-563d9271-65e1-420d-8c81-50f75cf52d43 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/abdea9ddb68346ef81aa0083824ed4f8"}, "enabled": true, "id": "abdea9ddb68346ef81aa0083824ed4f8", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj"}} 2018-12-03 16:31:14,664 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-563d9271-65e1-420d-8c81-50f75cf52d43 2018-12-03 16:31:14,665 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj 2018-12-03 16:31:14,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:14,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:15,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["eoof3WnPTKe14y0UN7j9zg"], "issued_at": "2018-12-03T16:31:15.000000Z"}} 2018-12-03 16:31:15,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77492ba7772daad6c558157898ff15963323e1e" 2018-12-03 16:31:15,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb2de310-7b85-48b7-b49e-04621e80c1a3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:15,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-eb2de310-7b85-48b7-b49e-04621e80c1a3 2018-12-03 16:31:15,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:15,155 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:15,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77492ba7772daad6c558157898ff15963323e1e" 2018-12-03 16:31:15,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14417a42-1729-4782-ae2c-ed6a46b2be33 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:31:15,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-14417a42-1729-4782-ae2c-ed6a46b2be33 2018-12-03 16:31:15,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77492ba7772daad6c558157898ff15963323e1e" 2018-12-03 16:31:15,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69e16d16-6cb1-48a6-9090-7c7daf0b2cde Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/abdea9ddb68346ef81aa0083824ed4f8"}, "enabled": true, "id": "abdea9ddb68346ef81aa0083824ed4f8", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj"}]} 2018-12-03 16:31:15,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj used request id req-69e16d16-6cb1-48a6-9090-7c7daf0b2cde 2018-12-03 16:31:15,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77492ba7772daad6c558157898ff15963323e1e" 2018-12-03 16:31:15,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad7bfd4a-0c61-4936-90ea-dc72f3d1f265 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:15,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-ad7bfd4a-0c61-4936-90ea-dc72f3d1f265 2018-12-03 16:31:15,808 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-user 2018-12-03 16:31:15,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:15,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" 2018-12-03 16:31:15,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6e3e3d9-4510-4d66-b721-d7a4e453b436 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:15,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c6e3e3d9-4510-4d66-b721-d7a4e453b436 2018-12-03 16:31:15,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj-role"}}' 2018-12-03 16:31:15,940 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20ffc6ca-e36e-419c-8f38-47b653e2603c Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4206bbed951240e4b76899f9fd9ccd05", "links": {"self": "http://172.30.9.30:5000/v3/roles/4206bbed951240e4b76899f9fd9ccd05"}, "name": "CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj-role"}} 2018-12-03 16:31:15,941 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-20ffc6ca-e36e-419c-8f38-47b653e2603c 2018-12-03 16:31:15,941 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj-role 2018-12-03 16:31:15,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/4206bbed951240e4b76899f9fd9ccd05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" 2018-12-03 16:31:16,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ea6df67-f89e-44da-b890-dae158bcecb5 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/4206bbed951240e4b76899f9fd9ccd05"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj-role", "id": "4206bbed951240e4b76899f9fd9ccd05"}} 2018-12-03 16:31:16,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/4206bbed951240e4b76899f9fd9ccd05 used request id req-8ea6df67-f89e-44da-b890-dae158bcecb5 2018-12-03 16:31:16,032 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj-role to project CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj 2018-12-03 16:31:16,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/abdea9ddb68346ef81aa0083824ed4f8/users/8be7e4e38fa0430a9f38ba1a91e7e371/roles/4206bbed951240e4b76899f9fd9ccd05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" 2018-12-03 16:31:16,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecde3098-400f-46a9-bf34-34d015e8e948 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:16,092 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/abdea9ddb68346ef81aa0083824ed4f8/users/8be7e4e38fa0430a9f38ba1a91e7e371/roles/4206bbed951240e4b76899f9fd9ccd05 used request id req-ecde3098-400f-46a9-bf34-34d015e8e948 2018-12-03 16:31:16,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:16,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:16,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["yb6hRf9fQKilF7OrTAyqMg"], "issued_at": "2018-12-03T16:31:16.000000Z"}} 2018-12-03 16:31:16,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f853218a9eb3f0f0c4651d887915fae35f84e598" 2018-12-03 16:31:16,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98052589-f2dc-4c98-ab3e-32d8e5c6871a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:16,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-98052589-f2dc-4c98-ab3e-32d8e5c6871a 2018-12-03 16:31:16,562 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f853218a9eb3f0f0c4651d887915fae35f84e598" 2018-12-03 16:31:17,119 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:16 GMT Server: Apache x-compute-request-id: req-fa3cf364-3791-4332-af9c-cef841ce3cb8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fa3cf364-3791-4332-af9c-cef841ce3cb8 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-03 16:31:17,120 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None used request id req-fa3cf364-3791-4332-af9c-cef841ce3cb8 2018-12-03 16:31:17,123 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fa3cf364-3791-4332-af9c-cef841ce3cb8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f853218a9eb3f0f0c4651d887915fae35f84e598" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-c74e98fa-fd5c-4a3f-9f17-25d4dfe7c3f5", "description": null}}' 2018-12-03 16:31:17,705 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:17 GMT Server: Apache x-compute-request-id: req-13d7ca13-e9db-4127-a38a-0187dc0d86f4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-13d7ca13-e9db-4127-a38a-0187dc0d86f4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-c74e98fa-fd5c-4a3f-9f17-25d4dfe7c3f5", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "76cd9680-ab92-4f78-963c-525d6cee8b23", "description": null}} 2018-12-03 16:31:17,706 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types used request id req-13d7ca13-e9db-4127-a38a-0187dc0d86f4 2018-12-03 16:31:17,706 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-c74e98fa-fd5c-4a3f-9f17-25d4dfe7c3f5 2018-12-03 16:31:17,710 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43661b045a5fccd7f27d65d6acf989d698a9de14" 2018-12-03 16:31:18,344 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:17 GMT Server: Apache x-compute-request-id: req-fa59fbfa-26fa-49f7-baf1-c745737cab92 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fa59fbfa-26fa-49f7-baf1-c745737cab92 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-c74e98fa-fd5c-4a3f-9f17-25d4dfe7c3f5", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "76cd9680-ab92-4f78-963c-525d6cee8b23", "description": null}]} 2018-12-03 16:31:18,345 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None used request id req-fa59fbfa-26fa-49f7-baf1-c745737cab92 2018-12-03 16:31:18,348 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/76cd9680-ab92-4f78-963c-525d6cee8b23 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa59fbfa-26fa-49f7-baf1-c745737cab92" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43661b045a5fccd7f27d65d6acf989d698a9de14" 2018-12-03 16:31:18,900 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:18 GMT Server: Apache x-compute-request-id: req-3f882a9c-9ebe-4e7b-8227-dd6d1da18bc8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f882a9c-9ebe-4e7b-8227-dd6d1da18bc8 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-c74e98fa-fd5c-4a3f-9f17-25d4dfe7c3f5", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "76cd9680-ab92-4f78-963c-525d6cee8b23", "description": null}} 2018-12-03 16:31:18,900 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/76cd9680-ab92-4f78-963c-525d6cee8b23 used request id req-3f882a9c-9ebe-4e7b-8227-dd6d1da18bc8 2018-12-03 16:31:18,903 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/76cd9680-ab92-4f78-963c-525d6cee8b23/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa59fbfa-26fa-49f7-baf1-c745737cab92" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43661b045a5fccd7f27d65d6acf989d698a9de14" 2018-12-03 16:31:19,081 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:18 GMT Server: Apache x-compute-request-id: req-f3ef2e9e-f828-42b8-90cf-9248aa320e1c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f3ef2e9e-f828-42b8-90cf-9248aa320e1c Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-03 16:31:19,081 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/76cd9680-ab92-4f78-963c-525d6cee8b23/encryption used request id req-f3ef2e9e-f828-42b8-90cf-9248aa320e1c 2018-12-03 16:31:19,081 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-c74e98fa-fd5c-4a3f-9f17-25d4dfe7c3f5 2018-12-03 16:31:19,085 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/76cd9680-ab92-4f78-963c-525d6cee8b23 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa59fbfa-26fa-49f7-baf1-c745737cab92" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43661b045a5fccd7f27d65d6acf989d698a9de14" 2018-12-03 16:31:19,300 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:31:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a30b6fb7-9991-4f28-9d44-768eccbdb2a0 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-12-03 16:31:19,300 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/76cd9680-ab92-4f78-963c-525d6cee8b23 used request id req-a30b6fb7-9991-4f28-9d44-768eccbdb2a0 2018-12-03 16:31:19,303 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa59fbfa-26fa-49f7-baf1-c745737cab92" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43661b045a5fccd7f27d65d6acf989d698a9de14" 2018-12-03 16:31:19,929 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:19 GMT Server: Apache x-compute-request-id: req-da405a37-076a-4cef-9cf3-37176b4cec94 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-da405a37-076a-4cef-9cf3-37176b4cec94 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-03 16:31:19,930 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None used request id req-da405a37-076a-4cef-9cf3-37176b4cec94 2018-12-03 16:31:19,930 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-c74e98fa-fd5c-4a3f-9f17-25d4dfe7c3f5 2018-12-03 16:31:19,934 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/76cd9680-ab92-4f78-963c-525d6cee8b23 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa3cf364-3791-4332-af9c-cef841ce3cb8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f853218a9eb3f0f0c4651d887915fae35f84e598" 2018-12-03 16:31:20,097 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:31:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-30369674-23c3-41eb-92b9-5bd5cfbfd456 x-openstack-request-id: req-30369674-23c3-41eb-92b9-5bd5cfbfd456 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 76cd9680-ab92-4f78-963c-525d6cee8b23 could not be found.", "code": 404}} 2018-12-03 16:31:20,097 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/76cd9680-ab92-4f78-963c-525d6cee8b23 used request id req-30369674-23c3-41eb-92b9-5bd5cfbfd456 2018-12-03 16:31:20,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" 2018-12-03 16:31:20,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-10c1351c-5171-4711-92f9-fc05e58d3bf2 Date: Mon, 03 Dec 2018 16:31:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:31:20,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-10c1351c-5171-4711-92f9-fc05e58d3bf2 2018-12-03 16:31:20,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" 2018-12-03 16:31:20,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88ed8a1b-a219-4062-8b9e-82a35d721d75 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:31:20,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-88ed8a1b-a219-4062-8b9e-82a35d721d75 2018-12-03 16:31:20,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" 2018-12-03 16:31:20,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1534f571-ced7-4537-9616-ca3648300d5b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:31:20,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-1534f571-ced7-4537-9616-ca3648300d5b 2018-12-03 16:31:20,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" 2018-12-03 16:31:20,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6647d7b2-e3f7-49c7-b54a-6827be42919a Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:31:20,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-6647d7b2-e3f7-49c7-b54a-6827be42919a 2018-12-03 16:31:20,582 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj 2018-12-03 16:31:20,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/abdea9ddb68346ef81aa0083824ed4f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" 2018-12-03 16:31:20,788 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18ca9e31-54bd-4a58-934e-5842c8cc3637 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:20,788 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/abdea9ddb68346ef81aa0083824ed4f8 used request id req-18ca9e31-54bd-4a58-934e-5842c8cc3637 2018-12-03 16:31:20,789 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-proj-role 2018-12-03 16:31:20,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/4206bbed951240e4b76899f9fd9ccd05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" 2018-12-03 16:31:20,891 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a61246c-f735-48f4-a2a3-154dcd809b3c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:20,892 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/4206bbed951240e4b76899f9fd9ccd05 used request id req-9a61246c-f735-48f4-a2a3-154dcd809b3c 2018-12-03 16:31:20,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f932d2ae00e8c3baa94d28d5ab3e27da98115875" 2018-12-03 16:31:20,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc1f0316-50d4-4a9e-9674-073a5a80f6b0 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:20,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-fc1f0316-50d4-4a9e-9674-073a5a80f6b0 2018-12-03 16:31:20,984 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-e55a8a5d-81e1-467-user 2018-12-03 16:31:20,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/8be7e4e38fa0430a9f38ba1a91e7e371 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77492ba7772daad6c558157898ff15963323e1e" 2018-12-03 16:31:21,160 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e509bd84-6fd9-4c08-a96e-f85e8cd8f79d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:21,161 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/8be7e4e38fa0430a9f38ba1a91e7e371 used request id req-e509bd84-6fd9-4c08-a96e-f85e8cd8f79d 2018-12-03 16:31:21,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:21,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["v4e5BeTfT3yLIibqBz-ysw"], "issued_at": "2018-12-03T16:31:21.000000Z"}} 2018-12-03 16:31:21,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71fefb3d2acd552c8503c5c5fd324146f22f4be" 2018-12-03 16:31:21,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-744ca8b5-4064-4700-a2cd-c05e50d69b4a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:21,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-744ca8b5-4064-4700-a2cd-c05e50d69b4a 2018-12-03 16:31:21,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:21,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:22,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["XHw2IRmTQWihB0-JUA-B9A"], "issued_at": "2018-12-03T16:31:22.000000Z"}} 2018-12-03 16:31:22,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" 2018-12-03 16:31:22,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a01fe45c-6bdc-47fd-8591-8c4f0e398ff9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:22,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a01fe45c-6bdc-47fd-8591-8c4f0e398ff9 2018-12-03 16:31:22,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:22,089 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:22,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" 2018-12-03 16:31:22,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d724653-69e4-4c29-8182-ab10a8bb1df1 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:31:22,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj used request id req-0d724653-69e4-4c29-8182-ab10a8bb1df1 2018-12-03 16:31:22,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" 2018-12-03 16:31:22,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8c1a9ed-bd7e-4b36-91c9-3861a4371067 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:22,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-e8c1a9ed-bd7e-4b36-91c9-3861a4371067 2018-12-03 16:31:22,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj"}}' 2018-12-03 16:31:22,425 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6258bd0-9f02-451f-b411-b50b87c6bc26 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7818051440ba446aba49e932bd3f98b9"}, "enabled": true, "id": "7818051440ba446aba49e932bd3f98b9", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj"}} 2018-12-03 16:31:22,425 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-d6258bd0-9f02-451f-b411-b50b87c6bc26 2018-12-03 16:31:22,425 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj 2018-12-03 16:31:22,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:22,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:22,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["5_FGSSfTQZOzyL7Rcea5Gg"], "issued_at": "2018-12-03T16:31:22.000000Z"}} 2018-12-03 16:31:22,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}718e7bbb533675d8b519d2115092c27bea42be0a" 2018-12-03 16:31:22,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43fa190b-cac0-4d79-858a-79af530b9740 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:22,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-43fa190b-cac0-4d79-858a-79af530b9740 2018-12-03 16:31:22,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:22,912 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:22,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}718e7bbb533675d8b519d2115092c27bea42be0a" 2018-12-03 16:31:22,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bedb44ec-6647-42ac-98df-099f779fcbf9 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:31:22,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-bedb44ec-6647-42ac-98df-099f779fcbf9 2018-12-03 16:31:22,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}718e7bbb533675d8b519d2115092c27bea42be0a" 2018-12-03 16:31:23,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b9aa01c-eb25-4fa3-b23f-1aaf1f778e05 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7818051440ba446aba49e932bd3f98b9"}, "enabled": true, "id": "7818051440ba446aba49e932bd3f98b9", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj"}]} 2018-12-03 16:31:23,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj used request id req-2b9aa01c-eb25-4fa3-b23f-1aaf1f778e05 2018-12-03 16:31:23,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}718e7bbb533675d8b519d2115092c27bea42be0a" 2018-12-03 16:31:23,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3fa3e52-8005-4395-9cc7-69fa5801a2a1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:23,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f3fa3e52-8005-4395-9cc7-69fa5801a2a1 2018-12-03 16:31:23,515 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-user 2018-12-03 16:31:23,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:23,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" 2018-12-03 16:31:23,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61802384-5848-4675-8244-1b7d010ce24b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:23,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-61802384-5848-4675-8244-1b7d010ce24b 2018-12-03 16:31:23,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj-role"}}' 2018-12-03 16:31:23,712 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea2a03eb-3074-459a-a5fd-210f95327952 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b05d7f142be545869ce1da7cf659d872", "links": {"self": "http://172.30.9.30:5000/v3/roles/b05d7f142be545869ce1da7cf659d872"}, "name": "CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj-role"}} 2018-12-03 16:31:23,712 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-ea2a03eb-3074-459a-a5fd-210f95327952 2018-12-03 16:31:23,712 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj-role 2018-12-03 16:31:23,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/b05d7f142be545869ce1da7cf659d872 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" 2018-12-03 16:31:23,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d6e6b30-bc63-4aaf-935d-e407d0233439 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/b05d7f142be545869ce1da7cf659d872"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj-role", "id": "b05d7f142be545869ce1da7cf659d872"}} 2018-12-03 16:31:23,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/b05d7f142be545869ce1da7cf659d872 used request id req-0d6e6b30-bc63-4aaf-935d-e407d0233439 2018-12-03 16:31:23,886 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj-role to project CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj 2018-12-03 16:31:23,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/7818051440ba446aba49e932bd3f98b9/users/22b43c4310304a2e9b83867f45a4d603/roles/b05d7f142be545869ce1da7cf659d872 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" 2018-12-03 16:31:24,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a49f2bbf-08b9-42c7-ad25-d0cab83ab7de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:24,008 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/7818051440ba446aba49e932bd3f98b9/users/22b43c4310304a2e9b83867f45a4d603/roles/b05d7f142be545869ce1da7cf659d872 used request id req-a49f2bbf-08b9-42c7-ad25-d0cab83ab7de 2018-12-03 16:31:24,010 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:24,011 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:24,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["lERaFQb7TKeDbjTzTuDlYw"], "issued_at": "2018-12-03T16:31:24.000000Z"}} 2018-12-03 16:31:24,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44460b8a72b1269d16e96f87b2f6916d105d978c" 2018-12-03 16:31:24,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6ed9385-bff1-4349-8ab5-a7998b2e4555 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:24,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f6ed9385-bff1-4349-8ab5-a7998b2e4555 2018-12-03 16:31:24,502 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44460b8a72b1269d16e96f87b2f6916d105d978c" 2018-12-03 16:31:24,693 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:24 GMT Server: Apache x-compute-request-id: req-158dca28-7e2b-4430-b7af-628560e07b2c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-158dca28-7e2b-4430-b7af-628560e07b2c Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-03 16:31:24,693 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None used request id req-158dca28-7e2b-4430-b7af-628560e07b2c 2018-12-03 16:31:24,698 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-158dca28-7e2b-4430-b7af-628560e07b2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44460b8a72b1269d16e96f87b2f6916d105d978c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-797d8fb1-98ce-4eda-9d9c-a13075bb64ac", "description": null}}' 2018-12-03 16:31:25,286 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:24 GMT Server: Apache x-compute-request-id: req-11bae7ed-d7fb-4ccc-8c4e-c98fb7c23239 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-11bae7ed-d7fb-4ccc-8c4e-c98fb7c23239 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-797d8fb1-98ce-4eda-9d9c-a13075bb64ac", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "190128cf-893c-4a23-b6e1-9118abf24388", "description": null}} 2018-12-03 16:31:25,286 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types used request id req-11bae7ed-d7fb-4ccc-8c4e-c98fb7c23239 2018-12-03 16:31:25,287 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-797d8fb1-98ce-4eda-9d9c-a13075bb64ac 2018-12-03 16:31:25,290 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71fefb3d2acd552c8503c5c5fd324146f22f4be" 2018-12-03 16:31:25,482 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:25 GMT Server: Apache x-compute-request-id: req-6d8740bb-61ea-4fbf-947b-da04328823a2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6d8740bb-61ea-4fbf-947b-da04328823a2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-797d8fb1-98ce-4eda-9d9c-a13075bb64ac", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "190128cf-893c-4a23-b6e1-9118abf24388", "description": null}]} 2018-12-03 16:31:25,482 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None used request id req-6d8740bb-61ea-4fbf-947b-da04328823a2 2018-12-03 16:31:25,486 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/190128cf-893c-4a23-b6e1-9118abf24388 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d8740bb-61ea-4fbf-947b-da04328823a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71fefb3d2acd552c8503c5c5fd324146f22f4be" 2018-12-03 16:31:25,660 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:25 GMT Server: Apache x-compute-request-id: req-e8e08f0c-c8e3-468d-a0b9-f27ec26fbac6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e8e08f0c-c8e3-468d-a0b9-f27ec26fbac6 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-797d8fb1-98ce-4eda-9d9c-a13075bb64ac", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "190128cf-893c-4a23-b6e1-9118abf24388", "description": null}} 2018-12-03 16:31:25,660 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/190128cf-893c-4a23-b6e1-9118abf24388 used request id req-e8e08f0c-c8e3-468d-a0b9-f27ec26fbac6 2018-12-03 16:31:25,663 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/190128cf-893c-4a23-b6e1-9118abf24388/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d8740bb-61ea-4fbf-947b-da04328823a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71fefb3d2acd552c8503c5c5fd324146f22f4be" 2018-12-03 16:31:25,833 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:25 GMT Server: Apache x-compute-request-id: req-8625be65-d73a-455c-972f-8eea8ba48dbc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8625be65-d73a-455c-972f-8eea8ba48dbc Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-03 16:31:25,833 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/190128cf-893c-4a23-b6e1-9118abf24388/encryption used request id req-8625be65-d73a-455c-972f-8eea8ba48dbc 2018-12-03 16:31:25,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:25,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:26,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["o8FEMuXxRjqvib0RQjuPdw"], "issued_at": "2018-12-03T16:31:26.000000Z"}} 2018-12-03 16:31:26,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29bf2ade7bb2275bfd0d98ed3793204ae5aa65a" 2018-12-03 16:31:26,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-504cf8fc-98a2-4b51-af78-f5a5a4a2c815 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:26,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-504cf8fc-98a2-4b51-af78-f5a5a4a2c815 2018-12-03 16:31:26,223 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29bf2ade7bb2275bfd0d98ed3793204ae5aa65a" 2018-12-03 16:31:26,403 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:26 GMT Server: Apache x-compute-request-id: req-a79fcfa4-c50f-4a63-b7f8-664b223b3644 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a79fcfa4-c50f-4a63-b7f8-664b223b3644 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-797d8fb1-98ce-4eda-9d9c-a13075bb64ac", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "190128cf-893c-4a23-b6e1-9118abf24388", "description": null}]} 2018-12-03 16:31:26,403 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None used request id req-a79fcfa4-c50f-4a63-b7f8-664b223b3644 2018-12-03 16:31:26,407 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/190128cf-893c-4a23-b6e1-9118abf24388 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a79fcfa4-c50f-4a63-b7f8-664b223b3644" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29bf2ade7bb2275bfd0d98ed3793204ae5aa65a" 2018-12-03 16:31:26,583 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:26 GMT Server: Apache x-compute-request-id: req-dcab5d85-e79e-47c9-a8ae-fdf0e76a1308 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dcab5d85-e79e-47c9-a8ae-fdf0e76a1308 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-797d8fb1-98ce-4eda-9d9c-a13075bb64ac", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "190128cf-893c-4a23-b6e1-9118abf24388", "description": null}} 2018-12-03 16:31:26,583 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/190128cf-893c-4a23-b6e1-9118abf24388 used request id req-dcab5d85-e79e-47c9-a8ae-fdf0e76a1308 2018-12-03 16:31:26,587 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/190128cf-893c-4a23-b6e1-9118abf24388/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a79fcfa4-c50f-4a63-b7f8-664b223b3644" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29bf2ade7bb2275bfd0d98ed3793204ae5aa65a" 2018-12-03 16:31:26,761 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:26 GMT Server: Apache x-compute-request-id: req-fed7f2f2-f0c6-48f0-9523-43be62b6c535 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fed7f2f2-f0c6-48f0-9523-43be62b6c535 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-03 16:31:26,762 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/190128cf-893c-4a23-b6e1-9118abf24388/encryption used request id req-fed7f2f2-f0c6-48f0-9523-43be62b6c535 2018-12-03 16:31:26,762 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-797d8fb1-98ce-4eda-9d9c-a13075bb64ac 2018-12-03 16:31:26,765 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/190128cf-893c-4a23-b6e1-9118abf24388 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-158dca28-7e2b-4430-b7af-628560e07b2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44460b8a72b1269d16e96f87b2f6916d105d978c" 2018-12-03 16:31:26,970 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:31:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-993cf95a-62e8-4e34-a32c-5527762565d8 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-12-03 16:31:26,971 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/190128cf-893c-4a23-b6e1-9118abf24388 used request id req-993cf95a-62e8-4e34-a32c-5527762565d8 2018-12-03 16:31:26,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" 2018-12-03 16:31:27,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-654a80e5-cffa-4957-91b8-456e2dea19d4 Date: Mon, 03 Dec 2018 16:31:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:31:27,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-654a80e5-cffa-4957-91b8-456e2dea19d4 2018-12-03 16:31:27,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" 2018-12-03 16:31:27,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2a3a020-3f5e-4ae2-8ddd-0b1aa0e19b11 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:31:27,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-f2a3a020-3f5e-4ae2-8ddd-0b1aa0e19b11 2018-12-03 16:31:27,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" 2018-12-03 16:31:27,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bf2d9e4-3e00-4ee4-aeec-22416a9deeba Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:31:27,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-1bf2d9e4-3e00-4ee4-aeec-22416a9deeba 2018-12-03 16:31:27,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" 2018-12-03 16:31:27,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d54c517-0c6d-4eb9-bfa2-97ad9512c53b Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:31:27,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-6d54c517-0c6d-4eb9-bfa2-97ad9512c53b 2018-12-03 16:31:27,483 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj 2018-12-03 16:31:27,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/7818051440ba446aba49e932bd3f98b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" 2018-12-03 16:31:27,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fac01682-415c-4c2c-8d21-b14b15f1a151 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:27,703 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/7818051440ba446aba49e932bd3f98b9 used request id req-fac01682-415c-4c2c-8d21-b14b15f1a151 2018-12-03 16:31:27,703 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-proj-role 2018-12-03 16:31:27,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/b05d7f142be545869ce1da7cf659d872 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" 2018-12-03 16:31:27,808 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92efca69-30c6-47f0-9cd3-85a6b65046f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:27,808 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/b05d7f142be545869ce1da7cf659d872 used request id req-92efca69-30c6-47f0-9cd3-85a6b65046f5 2018-12-03 16:31:27,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05849038c400cbeabf8494c95b45c66b006675f8" 2018-12-03 16:31:27,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-040c5cd3-607d-48ed-8b20-5d5deaf8cc46 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:27,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-040c5cd3-607d-48ed-8b20-5d5deaf8cc46 2018-12-03 16:31:27,899 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-e0445304-c59d-41c-user 2018-12-03 16:31:27,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/22b43c4310304a2e9b83867f45a4d603 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}718e7bbb533675d8b519d2115092c27bea42be0a" 2018-12-03 16:31:28,072 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bfecccb-24ea-4588-9352-64f4c08a6d2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:28,072 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/22b43c4310304a2e9b83867f45a4d603 used request id req-6bfecccb-24ea-4588-9352-64f4c08a6d2e 2018-12-03 16:31:28,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:28,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["vpt4qqcRTF61a_xammrRQQ"], "issued_at": "2018-12-03T16:31:28.000000Z"}} 2018-12-03 16:31:28,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b969a89a9ef2396d0a6353b0b1825f6e862455e4" 2018-12-03 16:31:28,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40563799-b753-4b76-bb06-d3f861588011 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:28,539 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-40563799-b753-4b76-bb06-d3f861588011 2018-12-03 16:31:28,540 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:28,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:28,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["nStelcI1RuyctUqXcG6JSg"], "issued_at": "2018-12-03T16:31:28.000000Z"}} 2018-12-03 16:31:28,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" 2018-12-03 16:31:29,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4521c1ad-2148-47fb-8847-2134bbe20fd2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:29,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4521c1ad-2148-47fb-8847-2134bbe20fd2 2018-12-03 16:31:29,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:29,012 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:29,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" 2018-12-03 16:31:29,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3058e079-dcec-49e0-901f-2250380f3d0a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:31:29,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj used request id req-3058e079-dcec-49e0-901f-2250380f3d0a 2018-12-03 16:31:29,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" 2018-12-03 16:31:29,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16742b0f-c00c-46b4-b5f6-0418ea1d7ba4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:29,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-16742b0f-c00c-46b4-b5f6-0418ea1d7ba4 2018-12-03 16:31:29,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj"}}' 2018-12-03 16:31:29,251 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4229a29f-81eb-44f3-b02b-d4c9b28be71a Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/367b652b599e4acbbd2701ecaae60873"}, "enabled": true, "id": "367b652b599e4acbbd2701ecaae60873", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj"}} 2018-12-03 16:31:29,251 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-4229a29f-81eb-44f3-b02b-d4c9b28be71a 2018-12-03 16:31:29,252 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj 2018-12-03 16:31:29,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:29,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:29,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["RNFBIPy0QTiI1x8EADXv6w"], "issued_at": "2018-12-03T16:31:29.000000Z"}} 2018-12-03 16:31:29,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c102a7b5569246ee224588fe523e3a944e8c72fb" 2018-12-03 16:31:29,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25dffafa-7e90-4c9b-b786-10c370d5278f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:29,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-25dffafa-7e90-4c9b-b786-10c370d5278f 2018-12-03 16:31:29,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:29,715 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:29,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c102a7b5569246ee224588fe523e3a944e8c72fb" 2018-12-03 16:31:29,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-419dcc82-fef7-485d-a817-c10ea32f7c6c Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:31:29,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-419dcc82-fef7-485d-a817-c10ea32f7c6c 2018-12-03 16:31:29,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c102a7b5569246ee224588fe523e3a944e8c72fb" 2018-12-03 16:31:29,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b11e0b6-a13d-4de5-b4fd-4339a8a5d940 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/367b652b599e4acbbd2701ecaae60873"}, "enabled": true, "id": "367b652b599e4acbbd2701ecaae60873", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj"}]} 2018-12-03 16:31:29,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj used request id req-8b11e0b6-a13d-4de5-b4fd-4339a8a5d940 2018-12-03 16:31:29,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c102a7b5569246ee224588fe523e3a944e8c72fb" 2018-12-03 16:31:30,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a6a15be-7a3b-4ae6-a73e-879eb890c12b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:30,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-4a6a15be-7a3b-4ae6-a73e-879eb890c12b 2018-12-03 16:31:30,305 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-user 2018-12-03 16:31:30,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:30,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" 2018-12-03 16:31:30,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3c971a8-e580-4dde-878c-6bd7240bc0dc Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:30,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d3c971a8-e580-4dde-878c-6bd7240bc0dc 2018-12-03 16:31:30,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj-role"}}' 2018-12-03 16:31:30,503 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afa6e78e-1d5f-4b72-b1cc-57dbc2e19b28 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7e50918764d54a01a19cc0bd344618a4", "links": {"self": "http://172.30.9.30:5000/v3/roles/7e50918764d54a01a19cc0bd344618a4"}, "name": "CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj-role"}} 2018-12-03 16:31:30,503 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-afa6e78e-1d5f-4b72-b1cc-57dbc2e19b28 2018-12-03 16:31:30,503 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj-role 2018-12-03 16:31:30,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/7e50918764d54a01a19cc0bd344618a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" 2018-12-03 16:31:30,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77866af5-2c52-4d08-8434-921dfe2e17ad Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/7e50918764d54a01a19cc0bd344618a4"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj-role", "id": "7e50918764d54a01a19cc0bd344618a4"}} 2018-12-03 16:31:30,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/7e50918764d54a01a19cc0bd344618a4 used request id req-77866af5-2c52-4d08-8434-921dfe2e17ad 2018-12-03 16:31:30,609 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj-role to project CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj 2018-12-03 16:31:30,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/367b652b599e4acbbd2701ecaae60873/users/527ad0075bf74b5d838ad93780768fed/roles/7e50918764d54a01a19cc0bd344618a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" 2018-12-03 16:31:30,732 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee3998da-5392-4553-870d-5c215d82d98d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:30,733 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/367b652b599e4acbbd2701ecaae60873/users/527ad0075bf74b5d838ad93780768fed/roles/7e50918764d54a01a19cc0bd344618a4 used request id req-ee3998da-5392-4553-870d-5c215d82d98d 2018-12-03 16:31:30,735 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:30,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:31,124 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["hD41akodSDiUNp4yd21W5w"], "issued_at": "2018-12-03T16:31:31.000000Z"}} 2018-12-03 16:31:31,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c43e6dc1a9d9c4289c56f3a27d38d8c6b8f9896" 2018-12-03 16:31:31,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4506666f-0360-4e1e-9b45-187ce69be048 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:31,209 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4506666f-0360-4e1e-9b45-187ce69be048 2018-12-03 16:31:31,215 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c43e6dc1a9d9c4289c56f3a27d38d8c6b8f9896" 2018-12-03 16:31:31,755 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:31 GMT Server: Apache x-compute-request-id: req-7ed0c77f-121c-403a-b682-dd3159f6c87c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7ed0c77f-121c-403a-b682-dd3159f6c87c Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-03 16:31:31,755 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None used request id req-7ed0c77f-121c-403a-b682-dd3159f6c87c 2018-12-03 16:31:31,759 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7ed0c77f-121c-403a-b682-dd3159f6c87c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c43e6dc1a9d9c4289c56f3a27d38d8c6b8f9896" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-5918991a-65c1-4988-a389-66458ac73952", "description": null}}' 2018-12-03 16:31:31,968 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:31 GMT Server: Apache x-compute-request-id: req-c7b984a0-b455-424a-9988-5f1c383617e5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c7b984a0-b455-424a-9988-5f1c383617e5 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-5918991a-65c1-4988-a389-66458ac73952", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "12388cc5-895c-4e7e-9ad9-2e8db410876a", "description": null}} 2018-12-03 16:31:31,968 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types used request id req-c7b984a0-b455-424a-9988-5f1c383617e5 2018-12-03 16:31:31,968 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-5918991a-65c1-4988-a389-66458ac73952 2018-12-03 16:31:31,971 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b969a89a9ef2396d0a6353b0b1825f6e862455e4" 2018-12-03 16:31:32,136 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:31 GMT Server: Apache x-compute-request-id: req-d09efff5-7e4e-43b1-b6d8-600335400398 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d09efff5-7e4e-43b1-b6d8-600335400398 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-5918991a-65c1-4988-a389-66458ac73952", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "12388cc5-895c-4e7e-9ad9-2e8db410876a", "description": null}]} 2018-12-03 16:31:32,136 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None used request id req-d09efff5-7e4e-43b1-b6d8-600335400398 2018-12-03 16:31:32,139 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/12388cc5-895c-4e7e-9ad9-2e8db410876a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d09efff5-7e4e-43b1-b6d8-600335400398" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b969a89a9ef2396d0a6353b0b1825f6e862455e4" 2018-12-03 16:31:32,725 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:32 GMT Server: Apache x-compute-request-id: req-e740db5a-5dfb-4015-8910-4bbcae752f9e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e740db5a-5dfb-4015-8910-4bbcae752f9e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-5918991a-65c1-4988-a389-66458ac73952", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "12388cc5-895c-4e7e-9ad9-2e8db410876a", "description": null}} 2018-12-03 16:31:32,725 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/12388cc5-895c-4e7e-9ad9-2e8db410876a used request id req-e740db5a-5dfb-4015-8910-4bbcae752f9e 2018-12-03 16:31:32,728 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/12388cc5-895c-4e7e-9ad9-2e8db410876a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d09efff5-7e4e-43b1-b6d8-600335400398" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b969a89a9ef2396d0a6353b0b1825f6e862455e4" 2018-12-03 16:31:32,920 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:32 GMT Server: Apache x-compute-request-id: req-9954a124-a0a8-4c9e-8b0a-971da5c2c9a7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9954a124-a0a8-4c9e-8b0a-971da5c2c9a7 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-03 16:31:32,920 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/12388cc5-895c-4e7e-9ad9-2e8db410876a/encryption used request id req-9954a124-a0a8-4c9e-8b0a-971da5c2c9a7 2018-12-03 16:31:32,923 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/12388cc5-895c-4e7e-9ad9-2e8db410876a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d09efff5-7e4e-43b1-b6d8-600335400398" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b969a89a9ef2396d0a6353b0b1825f6e862455e4" 2018-12-03 16:31:33,100 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:32 GMT Server: Apache x-compute-request-id: req-3e07fcf8-91b2-4398-bcf1-fc388f6133c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3e07fcf8-91b2-4398-bcf1-fc388f6133c8 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-5918991a-65c1-4988-a389-66458ac73952", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "12388cc5-895c-4e7e-9ad9-2e8db410876a", "description": null}} 2018-12-03 16:31:33,100 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/12388cc5-895c-4e7e-9ad9-2e8db410876a used request id req-3e07fcf8-91b2-4398-bcf1-fc388f6133c8 2018-12-03 16:31:33,103 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/12388cc5-895c-4e7e-9ad9-2e8db410876a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d09efff5-7e4e-43b1-b6d8-600335400398" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b969a89a9ef2396d0a6353b0b1825f6e862455e4" 2018-12-03 16:31:33,275 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:33 GMT Server: Apache x-compute-request-id: req-011c2ac0-27ac-4e7f-8158-3a20efdc6544 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-011c2ac0-27ac-4e7f-8158-3a20efdc6544 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-5918991a-65c1-4988-a389-66458ac73952", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "12388cc5-895c-4e7e-9ad9-2e8db410876a", "description": null}} 2018-12-03 16:31:33,275 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/12388cc5-895c-4e7e-9ad9-2e8db410876a used request id req-011c2ac0-27ac-4e7f-8158-3a20efdc6544 2018-12-03 16:31:33,278 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/12388cc5-895c-4e7e-9ad9-2e8db410876a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d09efff5-7e4e-43b1-b6d8-600335400398" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b969a89a9ef2396d0a6353b0b1825f6e862455e4" 2018-12-03 16:31:33,522 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:33 GMT Server: Apache x-compute-request-id: req-695c4789-7596-4cc0-b74d-ba12e1148dd6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-695c4789-7596-4cc0-b74d-ba12e1148dd6 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-03 16:31:33,522 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/12388cc5-895c-4e7e-9ad9-2e8db410876a/encryption used request id req-695c4789-7596-4cc0-b74d-ba12e1148dd6 2018-12-03 16:31:33,523 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-5918991a-65c1-4988-a389-66458ac73952 2018-12-03 16:31:33,526 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/12388cc5-895c-4e7e-9ad9-2e8db410876a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7ed0c77f-121c-403a-b682-dd3159f6c87c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c43e6dc1a9d9c4289c56f3a27d38d8c6b8f9896" 2018-12-03 16:31:33,731 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:31:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-56ddfa3e-0e00-4253-a478-f810e9e9670b 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-12-03 16:31:33,731 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/12388cc5-895c-4e7e-9ad9-2e8db410876a used request id req-56ddfa3e-0e00-4253-a478-f810e9e9670b 2018-12-03 16:31:33,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" 2018-12-03 16:31:33,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-33810b70-900d-4ceb-9764-d5dc15fa78cd Date: Mon, 03 Dec 2018 16:31:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:31:33,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-33810b70-900d-4ceb-9764-d5dc15fa78cd 2018-12-03 16:31:33,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" 2018-12-03 16:31:34,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a358139-d1ab-482a-93b9-379c741b114b Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:31:34,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-2a358139-d1ab-482a-93b9-379c741b114b 2018-12-03 16:31:34,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" 2018-12-03 16:31:34,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dd8ef50-5462-40b2-b0fd-1c2c8ee84e3a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:31:34,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-5dd8ef50-5462-40b2-b0fd-1c2c8ee84e3a 2018-12-03 16:31:34,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" 2018-12-03 16:31:34,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c60e27ac-f18a-4d0b-9c91-96dfeaa746fe Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:31:34,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-c60e27ac-f18a-4d0b-9c91-96dfeaa746fe 2018-12-03 16:31:34,216 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj 2018-12-03 16:31:34,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/367b652b599e4acbbd2701ecaae60873 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" 2018-12-03 16:31:34,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d2b2093-8114-4de0-b5fe-65060d3228d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:34,410 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/367b652b599e4acbbd2701ecaae60873 used request id req-1d2b2093-8114-4de0-b5fe-65060d3228d0 2018-12-03 16:31:34,410 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-proj-role 2018-12-03 16:31:34,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/7e50918764d54a01a19cc0bd344618a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" 2018-12-03 16:31:34,533 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2aea436-5f64-41f0-bf1b-a575d133fbb6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:34,533 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/7e50918764d54a01a19cc0bd344618a4 used request id req-f2aea436-5f64-41f0-bf1b-a575d133fbb6 2018-12-03 16:31:34,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ccbf28ae21a2a29140cc0936d0237816a35ab2" 2018-12-03 16:31:34,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb01a855-9d49-48a4-a47f-b96025bc1f16 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:34,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-eb01a855-9d49-48a4-a47f-b96025bc1f16 2018-12-03 16:31:34,630 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-347981d8-f8a4-429-user 2018-12-03 16:31:34,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/527ad0075bf74b5d838ad93780768fed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c102a7b5569246ee224588fe523e3a944e8c72fb" 2018-12-03 16:31:34,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5fd60a8-2254-4c23-be8a-b742f50fb136 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:34,794 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/527ad0075bf74b5d838ad93780768fed used request id req-b5fd60a8-2254-4c23-be8a-b742f50fb136 2018-12-03 16:31:34,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:35,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["LITvtBhtQMS8zLJVj_y0dA"], "issued_at": "2018-12-03T16:31:35.000000Z"}} 2018-12-03 16:31:35,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6055949bccd52732b4c9faff30095d5a4f94a2c2" 2018-12-03 16:31:35,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-951cdb17-e912-42cd-b14e-1d887090354c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:35,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-951cdb17-e912-42cd-b14e-1d887090354c 2018-12-03 16:31:35,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:35,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:35,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["_3qtoiupQqOT7A5pe0uWXw"], "issued_at": "2018-12-03T16:31:35.000000Z"}} 2018-12-03 16:31:35,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" 2018-12-03 16:31:35,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-776f6f51-aa9a-483c-8013-936ede8a76b8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:35,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-776f6f51-aa9a-483c-8013-936ede8a76b8 2018-12-03 16:31:35,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:35,767 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:35,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-40119140-f908-48f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" 2018-12-03 16:31:35,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f6207fb-d9fa-443a-a86a-926f1b5ca54a Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-40119140-f908-48f-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:31:35,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-40119140-f908-48f-proj used request id req-6f6207fb-d9fa-443a-a86a-926f1b5ca54a 2018-12-03 16:31:35,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" 2018-12-03 16:31:35,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6343ce7-181f-49a4-b3af-23cf3bc66050 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:35,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a6343ce7-181f-49a4-b3af-23cf3bc66050 2018-12-03 16:31:35,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-40119140-f908-48f-proj"}}' 2018-12-03 16:31:36,060 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-411f8717-ff96-44c0-801c-8cc0113f3578 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f4e98d67f4849de840525fbb9a5fe18"}, "enabled": true, "id": "4f4e98d67f4849de840525fbb9a5fe18", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-40119140-f908-48f-proj"}} 2018-12-03 16:31:36,060 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-411f8717-ff96-44c0-801c-8cc0113f3578 2018-12-03 16:31:36,060 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-40119140-f908-48f-proj 2018-12-03 16:31:36,061 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:36,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:36,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["RuUGvnP7QOiMF_J0mDFswQ"], "issued_at": "2018-12-03T16:31:36.000000Z"}} 2018-12-03 16:31:36,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d98404ffb759ed2cf6949d48b29c780b20198535" 2018-12-03 16:31:36,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-349fdd71-dceb-41b3-9397-d6f512b77b19 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:36,449 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-349fdd71-dceb-41b3-9397-d6f512b77b19 2018-12-03 16:31:36,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:36,459 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:36,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d98404ffb759ed2cf6949d48b29c780b20198535" 2018-12-03 16:31:36,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c4cda9a-a550-4d23-9e63-fe15ef4631d3 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:31:36,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6c4cda9a-a550-4d23-9e63-fe15ef4631d3 2018-12-03 16:31:36,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateVolumeTypeComplexTests-40119140-f908-48f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d98404ffb759ed2cf6949d48b29c780b20198535" 2018-12-03 16:31:36,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-836f38e1-9ad8-42dc-ba2f-97e03033466f Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateVolumeTypeComplexTests-40119140-f908-48f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f4e98d67f4849de840525fbb9a5fe18"}, "enabled": true, "id": "4f4e98d67f4849de840525fbb9a5fe18", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-40119140-f908-48f-proj"}]} 2018-12-03 16:31:36,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateVolumeTypeComplexTests-40119140-f908-48f-proj used request id req-836f38e1-9ad8-42dc-ba2f-97e03033466f 2018-12-03 16:31:36,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d98404ffb759ed2cf6949d48b29c780b20198535" 2018-12-03 16:31:36,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f16e0527-54ce-47ce-9e51-3ecf6a1b0e1f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:36,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f16e0527-54ce-47ce-9e51-3ecf6a1b0e1f 2018-12-03 16:31:37,048 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-40119140-f908-48f-user 2018-12-03 16:31:37,048 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:37,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" 2018-12-03 16:31:37,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-731bff1d-fd69-4385-a5d0-99a47d55cf27 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:37,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-731bff1d-fd69-4385-a5d0-99a47d55cf27 2018-12-03 16:31:37,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" -d '{"role": {"name": "CreateVolumeTypeComplexTests-40119140-f908-48f-proj-role"}}' 2018-12-03 16:31:37,251 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83137823-df30-46cf-822a-11c5758c3949 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "81af395c0ff441d29dc68f52d3b566be", "links": {"self": "http://172.30.9.30:5000/v3/roles/81af395c0ff441d29dc68f52d3b566be"}, "name": "CreateVolumeTypeComplexTests-40119140-f908-48f-proj-role"}} 2018-12-03 16:31:37,252 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-83137823-df30-46cf-822a-11c5758c3949 2018-12-03 16:31:37,252 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-40119140-f908-48f-proj-role 2018-12-03 16:31:37,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/81af395c0ff441d29dc68f52d3b566be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" 2018-12-03 16:31:37,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-263e1f17-0a6c-4433-a51b-80ed2cf62804 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/81af395c0ff441d29dc68f52d3b566be"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-40119140-f908-48f-proj-role", "id": "81af395c0ff441d29dc68f52d3b566be"}} 2018-12-03 16:31:37,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/81af395c0ff441d29dc68f52d3b566be used request id req-263e1f17-0a6c-4433-a51b-80ed2cf62804 2018-12-03 16:31:37,335 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-40119140-f908-48f-proj-role to project CreateVolumeTypeComplexTests-40119140-f908-48f-proj 2018-12-03 16:31:37,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/4f4e98d67f4849de840525fbb9a5fe18/users/9727256bcd5d4461949b67a5c25b1580/roles/81af395c0ff441d29dc68f52d3b566be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" 2018-12-03 16:31:37,469 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc29e238-2e1e-4b14-ad45-32fc7ef8949e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:37,469 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4f4e98d67f4849de840525fbb9a5fe18/users/9727256bcd5d4461949b67a5c25b1580/roles/81af395c0ff441d29dc68f52d3b566be used request id req-bc29e238-2e1e-4b14-ad45-32fc7ef8949e 2018-12-03 16:31:37,471 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:37,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:37,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["nRjSA0o9SzuV9Dzn_0tQPg"], "issued_at": "2018-12-03T16:31:37.000000Z"}} 2018-12-03 16:31:37,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9caa0420cf6371716161b53029966bc9da95a6b4" 2018-12-03 16:31:37,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ec805e5-b341-40a9-9740-7057a53bae42 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:37,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7ec805e5-b341-40a9-9740-7057a53bae42 2018-12-03 16:31:37,942 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9caa0420cf6371716161b53029966bc9da95a6b4" 2018-12-03 16:31:38,115 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:37 GMT Server: Apache x-compute-request-id: req-8122b81d-1393-4708-8e9b-a099c99fcfca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8122b81d-1393-4708-8e9b-a099c99fcfca Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-03 16:31:38,115 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-8122b81d-1393-4708-8e9b-a099c99fcfca 2018-12-03 16:31:38,118 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8122b81d-1393-4708-8e9b-a099c99fcfca" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9caa0420cf6371716161b53029966bc9da95a6b4" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-388679c3-b6fe-401a-a139-fe8d0bfcc6c7-qos-spec"}}' 2018-12-03 16:31:38,294 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:38 GMT Server: Apache x-compute-request-id: req-c3d9cfcc-7d3a-47d4-81f0-6950bc2eb20e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c3d9cfcc-7d3a-47d4-81f0-6950bc2eb20e Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "3149bcdd-5462-4d05-96ef-fe65c5bf7b12", "name": "CreateVolumeTypeComplexTests-388679c3-b6fe-401a-a139-fe8d0bfcc6c7-qos-spec"}, "links": [{"href": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/3149bcdd-5462-4d05-96ef-fe65c5bf7b12", "rel": "self"}, {"href": "http://172.30.9.30:8776/e7db44589aed46ada30f0de826785caf/qos-specs/3149bcdd-5462-4d05-96ef-fe65c5bf7b12", "rel": "bookmark"}]} 2018-12-03 16:31:38,294 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-c3d9cfcc-7d3a-47d4-81f0-6950bc2eb20e 2018-12-03 16:31:38,295 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-388679c3-b6fe-401a-a139-fe8d0bfcc6c7-qos-spec 2018-12-03 16:31:38,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:38,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:38,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["x2PDKtqATU-RJifNONgmSg"], "issued_at": "2018-12-03T16:31:38.000000Z"}} 2018-12-03 16:31:38,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b4e14c84b2cd7a5346ebf79ea63d537fa635250" 2018-12-03 16:31:38,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9351b026-3b86-4b02-8ee6-8ac8ce853163 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:38,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9351b026-3b86-4b02-8ee6-8ac8ce853163 2018-12-03 16:31:38,798 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b4e14c84b2cd7a5346ebf79ea63d537fa635250" 2018-12-03 16:31:38,975 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:38 GMT Server: Apache x-compute-request-id: req-ec44f2a0-6e58-4db5-abdc-31d70ae05f2b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ec44f2a0-6e58-4db5-abdc-31d70ae05f2b Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-03 16:31:38,976 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None used request id req-ec44f2a0-6e58-4db5-abdc-31d70ae05f2b 2018-12-03 16:31:38,979 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ec44f2a0-6e58-4db5-abdc-31d70ae05f2b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b4e14c84b2cd7a5346ebf79ea63d537fa635250" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-388679c3-b6fe-401a-a139-fe8d0bfcc6c7-vol_type", "description": null}}' 2018-12-03 16:31:39,178 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:38 GMT Server: Apache x-compute-request-id: req-dd232f31-c024-405c-988b-83d91c4b72a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd232f31-c024-405c-988b-83d91c4b72a0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-388679c3-b6fe-401a-a139-fe8d0bfcc6c7-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "11e6f512-7fc9-4db0-b2bd-53d4ff7982ea", "description": null}} 2018-12-03 16:31:39,178 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types used request id req-dd232f31-c024-405c-988b-83d91c4b72a0 2018-12-03 16:31:39,181 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/11e6f512-7fc9-4db0-b2bd-53d4ff7982ea/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ec44f2a0-6e58-4db5-abdc-31d70ae05f2b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b4e14c84b2cd7a5346ebf79ea63d537fa635250" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-12-03 16:31:39,858 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:39 GMT Server: Apache x-compute-request-id: req-205609a0-8472-445a-b5e3-c8537bb5f2ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-205609a0-8472-445a-b5e3-c8537bb5f2ce Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "11e6f512-7fc9-4db0-b2bd-53d4ff7982ea", "name": "foo", "control_location": "back-end", "encryption_id": "f9ec7c53-4a60-48da-8f73-8d5f41cf50df", "provider": "bar", "provider_class": "bar"}} 2018-12-03 16:31:39,858 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/11e6f512-7fc9-4db0-b2bd-53d4ff7982ea/encryption used request id req-205609a0-8472-445a-b5e3-c8537bb5f2ce 2018-12-03 16:31:39,859 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-388679c3-b6fe-401a-a139-fe8d0bfcc6c7-vol_type 2018-12-03 16:31:39,862 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/11e6f512-7fc9-4db0-b2bd-53d4ff7982ea -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6055949bccd52732b4c9faff30095d5a4f94a2c2" 2018-12-03 16:31:40,044 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:39 GMT Server: Apache x-compute-request-id: req-e7d710e0-2564-49be-b09a-a5590703b613 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e7d710e0-2564-49be-b09a-a5590703b613 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-388679c3-b6fe-401a-a139-fe8d0bfcc6c7-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "11e6f512-7fc9-4db0-b2bd-53d4ff7982ea", "description": null}} 2018-12-03 16:31:40,044 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/11e6f512-7fc9-4db0-b2bd-53d4ff7982ea used request id req-e7d710e0-2564-49be-b09a-a5590703b613 2018-12-03 16:31:40,047 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/11e6f512-7fc9-4db0-b2bd-53d4ff7982ea -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e7d710e0-2564-49be-b09a-a5590703b613" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6055949bccd52732b4c9faff30095d5a4f94a2c2" 2018-12-03 16:31:40,215 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:40 GMT Server: Apache x-compute-request-id: req-168e7727-0b15-4b0b-934d-3dcaafe827a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-168e7727-0b15-4b0b-934d-3dcaafe827a8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-388679c3-b6fe-401a-a139-fe8d0bfcc6c7-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "11e6f512-7fc9-4db0-b2bd-53d4ff7982ea", "description": null}} 2018-12-03 16:31:40,215 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/11e6f512-7fc9-4db0-b2bd-53d4ff7982ea used request id req-168e7727-0b15-4b0b-934d-3dcaafe827a8 2018-12-03 16:31:40,218 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/11e6f512-7fc9-4db0-b2bd-53d4ff7982ea/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e7d710e0-2564-49be-b09a-a5590703b613" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6055949bccd52732b4c9faff30095d5a4f94a2c2" 2018-12-03 16:31:40,763 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:40 GMT Server: Apache x-compute-request-id: req-3af54a22-2885-4566-9f68-26e442fe2909 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3af54a22-2885-4566-9f68-26e442fe2909 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "11e6f512-7fc9-4db0-b2bd-53d4ff7982ea", "control_location": "back-end", "deleted": false, "created_at": "2018-12-03T16:31:39.000000", "updated_at": null, "encryption_id": "f9ec7c53-4a60-48da-8f73-8d5f41cf50df", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-12-03 16:31:40,763 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/11e6f512-7fc9-4db0-b2bd-53d4ff7982ea/encryption used request id req-3af54a22-2885-4566-9f68-26e442fe2909 2018-12-03 16:31:40,764 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-388679c3-b6fe-401a-a139-fe8d0bfcc6c7-vol_type 2018-12-03 16:31:40,767 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/11e6f512-7fc9-4db0-b2bd-53d4ff7982ea -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ec44f2a0-6e58-4db5-abdc-31d70ae05f2b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b4e14c84b2cd7a5346ebf79ea63d537fa635250" 2018-12-03 16:31:40,971 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:31:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d601c6ac-f324-43b7-a96c-8316b96259b7 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-12-03 16:31:40,971 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/11e6f512-7fc9-4db0-b2bd-53d4ff7982ea used request id req-d601c6ac-f324-43b7-a96c-8316b96259b7 2018-12-03 16:31:40,972 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-388679c3-b6fe-401a-a139-fe8d0bfcc6c7-qos-spec 2018-12-03 16:31:40,975 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/3149bcdd-5462-4d05-96ef-fe65c5bf7b12?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8122b81d-1393-4708-8e9b-a099c99fcfca" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9caa0420cf6371716161b53029966bc9da95a6b4" 2018-12-03 16:31:41,018 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:31:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-608e8fdd-03e1-497d-bd9f-ba9eab7b7e72 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-12-03 16:31:41,018 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/3149bcdd-5462-4d05-96ef-fe65c5bf7b12?force=False used request id req-608e8fdd-03e1-497d-bd9f-ba9eab7b7e72 2018-12-03 16:31:41,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" 2018-12-03 16:31:41,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b63aee2e-5083-4d91-abc5-a0ca21b8ffa0 Date: Mon, 03 Dec 2018 16:31:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:31:41,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-b63aee2e-5083-4d91-abc5-a0ca21b8ffa0 2018-12-03 16:31:41,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" 2018-12-03 16:31:41,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfc81f0c-03a6-46d8-8b93-8f59f2f7682a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:31:41,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-cfc81f0c-03a6-46d8-8b93-8f59f2f7682a 2018-12-03 16:31:41,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" 2018-12-03 16:31:41,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bef9814e-514d-4507-a596-30b8614e8b1f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:31:41,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-bef9814e-514d-4507-a596-30b8614e8b1f 2018-12-03 16:31:41,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" 2018-12-03 16:31:41,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aabbe35-7314-4494-96bf-b075f9f681b0 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:31:41,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-6aabbe35-7314-4494-96bf-b075f9f681b0 2018-12-03 16:31:41,418 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-40119140-f908-48f-proj 2018-12-03 16:31:41,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/4f4e98d67f4849de840525fbb9a5fe18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" 2018-12-03 16:31:41,613 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e06be21-158a-4581-a5f1-7e9364d3d510 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:41,613 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4f4e98d67f4849de840525fbb9a5fe18 used request id req-5e06be21-158a-4581-a5f1-7e9364d3d510 2018-12-03 16:31:41,614 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-40119140-f908-48f-proj-role 2018-12-03 16:31:41,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/81af395c0ff441d29dc68f52d3b566be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" 2018-12-03 16:31:41,731 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55ef3930-da9b-412b-9327-2d7f6f3b9a12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:41,731 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/81af395c0ff441d29dc68f52d3b566be used request id req-55ef3930-da9b-412b-9327-2d7f6f3b9a12 2018-12-03 16:31:41,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f43378485c2112613ce7aee14e602defefe912f2" 2018-12-03 16:31:41,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49d857b1-0791-45be-9224-55a0c83bc0dc Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:41,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-49d857b1-0791-45be-9224-55a0c83bc0dc 2018-12-03 16:31:41,822 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-40119140-f908-48f-user 2018-12-03 16:31:41,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/9727256bcd5d4461949b67a5c25b1580 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d98404ffb759ed2cf6949d48b29c780b20198535" 2018-12-03 16:31:41,980 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ad56b47-8931-4434-9505-5162cf5b274e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:41,980 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/9727256bcd5d4461949b67a5c25b1580 used request id req-6ad56b47-8931-4434-9505-5162cf5b274e 2018-12-03 16:31:41,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:42,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["FAxkv8JNRymFFB7uCvzGrw"], "issued_at": "2018-12-03T16:31:42.000000Z"}} 2018-12-03 16:31:42,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7cbcf40a7c7c143e5f28e48dd5ad7bdbac2d06b" 2018-12-03 16:31:42,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11f4b2d6-3348-4650-8cba-7996f4ecc86b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:42,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-11f4b2d6-3348-4650-8cba-7996f4ecc86b 2018-12-03 16:31:42,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:42,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:42,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["wrqGIeYhRvef4hvh50AO0g"], "issued_at": "2018-12-03T16:31:42.000000Z"}} 2018-12-03 16:31:42,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" 2018-12-03 16:31:42,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-449d825f-03b9-40a9-9ec8-e45fe0c8e36f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:42,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-449d825f-03b9-40a9-9ec8-e45fe0c8e36f 2018-12-03 16:31:42,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:42,909 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:42,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" 2018-12-03 16:31:42,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d41f1949-ae8c-48c0-98f2-9164534c2112 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:31:42,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj used request id req-d41f1949-ae8c-48c0-98f2-9164534c2112 2018-12-03 16:31:42,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" 2018-12-03 16:31:43,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04ffd3fb-5673-4fc2-8663-6be611ce42fa Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:43,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-04ffd3fb-5673-4fc2-8663-6be611ce42fa 2018-12-03 16:31:43,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj"}}' 2018-12-03 16:31:43,198 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b51146a-5e01-4eb8-aeb7-684fdf30ef3e Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/6b1ce0cb7c074855b1227678dc3ac742"}, "enabled": true, "id": "6b1ce0cb7c074855b1227678dc3ac742", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj"}} 2018-12-03 16:31:43,198 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-8b51146a-5e01-4eb8-aeb7-684fdf30ef3e 2018-12-03 16:31:43,198 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj 2018-12-03 16:31:43,198 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:43,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:43,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["mY7UI7epRsG0TeIXECm0HA"], "issued_at": "2018-12-03T16:31:43.000000Z"}} 2018-12-03 16:31:43,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ea4c90b3ff018ce92ada7abea29f569d10160d" 2018-12-03 16:31:43,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e905e797-832c-46fb-9094-72b4f5d9575c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:43,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e905e797-832c-46fb-9094-72b4f5d9575c 2018-12-03 16:31:43,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:43,667 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:43,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ea4c90b3ff018ce92ada7abea29f569d10160d" 2018-12-03 16:31:43,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24a2996e-1a99-4215-9854-c06aa8ac289f Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:31:43,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-24a2996e-1a99-4215-9854-c06aa8ac289f 2018-12-03 16:31:43,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ea4c90b3ff018ce92ada7abea29f569d10160d" 2018-12-03 16:31:43,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6b26990-0bfa-4885-8720-8ab957edbf06 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/6b1ce0cb7c074855b1227678dc3ac742"}, "enabled": true, "id": "6b1ce0cb7c074855b1227678dc3ac742", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj"}]} 2018-12-03 16:31:43,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj used request id req-b6b26990-0bfa-4885-8720-8ab957edbf06 2018-12-03 16:31:43,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ea4c90b3ff018ce92ada7abea29f569d10160d" 2018-12-03 16:31:43,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5722370d-484c-4dbf-9a77-8e45cfbde079 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:43,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-5722370d-484c-4dbf-9a77-8e45cfbde079 2018-12-03 16:31:44,233 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-user 2018-12-03 16:31:44,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:44,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" 2018-12-03 16:31:44,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89d320f9-0ff5-4ac7-9f26-bf548d664a28 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:44,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-89d320f9-0ff5-4ac7-9f26-bf548d664a28 2018-12-03 16:31:44,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" -d '{"role": {"name": "CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj-role"}}' 2018-12-03 16:31:44,431 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c10003fc-b601-442b-a031-e765472d1263 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bd7fb7e1592e4cd39496c1765e591b18", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd7fb7e1592e4cd39496c1765e591b18"}, "name": "CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj-role"}} 2018-12-03 16:31:44,431 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-c10003fc-b601-442b-a031-e765472d1263 2018-12-03 16:31:44,431 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj-role 2018-12-03 16:31:44,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/bd7fb7e1592e4cd39496c1765e591b18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" 2018-12-03 16:31:44,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-147b902c-e8ed-4520-a96b-795ce6a96241 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/bd7fb7e1592e4cd39496c1765e591b18"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj-role", "id": "bd7fb7e1592e4cd39496c1765e591b18"}} 2018-12-03 16:31:44,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/bd7fb7e1592e4cd39496c1765e591b18 used request id req-147b902c-e8ed-4520-a96b-795ce6a96241 2018-12-03 16:31:44,451 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj-role to project CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj 2018-12-03 16:31:44,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/6b1ce0cb7c074855b1227678dc3ac742/users/b1e05a39c1cd4517af31b9b8b1e2da3b/roles/bd7fb7e1592e4cd39496c1765e591b18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" 2018-12-03 16:31:44,577 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c07ee364-b6e2-4158-8d9a-b2983e3fdeeb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:44,577 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/6b1ce0cb7c074855b1227678dc3ac742/users/b1e05a39c1cd4517af31b9b8b1e2da3b/roles/bd7fb7e1592e4cd39496c1765e591b18 used request id req-c07ee364-b6e2-4158-8d9a-b2983e3fdeeb 2018-12-03 16:31:44,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:44,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:44,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["tUJaBRSRTlepYNiagPsieg"], "issued_at": "2018-12-03T16:31:44.000000Z"}} 2018-12-03 16:31:44,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}203aa1ecae76bf9c7fc693606456976dca21b604" 2018-12-03 16:31:45,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ab909b-0fec-4cbc-9287-1a96a1a77376 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:45,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-21ab909b-0fec-4cbc-9287-1a96a1a77376 2018-12-03 16:31:45,061 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}203aa1ecae76bf9c7fc693606456976dca21b604" 2018-12-03 16:31:45,234 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:45 GMT Server: Apache x-compute-request-id: req-ff7f09f1-722a-4699-b725-7d1230eaa020 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ff7f09f1-722a-4699-b725-7d1230eaa020 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-03 16:31:45,235 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-ff7f09f1-722a-4699-b725-7d1230eaa020 2018-12-03 16:31:45,238 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ff7f09f1-722a-4699-b725-7d1230eaa020" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}203aa1ecae76bf9c7fc693606456976dca21b604" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-5bc30460-8144-4b30-9501-192046b2f4de-qos-spec"}}' 2018-12-03 16:31:45,450 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:45 GMT Server: Apache x-compute-request-id: req-dd7bcfdd-1c2b-4b07-9ecf-60df77ce3c11 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd7bcfdd-1c2b-4b07-9ecf-60df77ce3c11 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "a5959ae6-2c16-45c9-937f-5537d649d373", "name": "CreateVolumeTypeComplexTests-5bc30460-8144-4b30-9501-192046b2f4de-qos-spec"}, "links": [{"href": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/a5959ae6-2c16-45c9-937f-5537d649d373", "rel": "self"}, {"href": "http://172.30.9.30:8776/e7db44589aed46ada30f0de826785caf/qos-specs/a5959ae6-2c16-45c9-937f-5537d649d373", "rel": "bookmark"}]} 2018-12-03 16:31:45,450 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-dd7bcfdd-1c2b-4b07-9ecf-60df77ce3c11 2018-12-03 16:31:45,451 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-5bc30460-8144-4b30-9501-192046b2f4de-qos-spec 2018-12-03 16:31:45,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:45,452 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:45,838 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["x5TByzsNRJ6toerkPsnT9Q"], "issued_at": "2018-12-03T16:31:45.000000Z"}} 2018-12-03 16:31:45,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e981df8ed77060861afd59b9d648c2ba450112" 2018-12-03 16:31:45,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3aa1877-80ab-4e78-aa5b-7005af3f19c3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:45,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a3aa1877-80ab-4e78-aa5b-7005af3f19c3 2018-12-03 16:31:45,929 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e981df8ed77060861afd59b9d648c2ba450112" 2018-12-03 16:31:46,091 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:45 GMT Server: Apache x-compute-request-id: req-71492c7a-e6b8-4fc2-92d0-b737bc9dc0ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-71492c7a-e6b8-4fc2-92d0-b737bc9dc0ba Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-03 16:31:46,091 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None used request id req-71492c7a-e6b8-4fc2-92d0-b737bc9dc0ba 2018-12-03 16:31:46,095 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-71492c7a-e6b8-4fc2-92d0-b737bc9dc0ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e981df8ed77060861afd59b9d648c2ba450112" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-5bc30460-8144-4b30-9501-192046b2f4de-vol_type", "description": null}}' 2018-12-03 16:31:46,302 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:46 GMT Server: Apache x-compute-request-id: req-286a95d9-7f75-41de-8b5f-9ddc1599e99c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-286a95d9-7f75-41de-8b5f-9ddc1599e99c Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-5bc30460-8144-4b30-9501-192046b2f4de-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e5c26db4-0ce9-43b1-9fe0-d8d191672cfb", "description": null}} 2018-12-03 16:31:46,303 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types used request id req-286a95d9-7f75-41de-8b5f-9ddc1599e99c 2018-12-03 16:31:46,306 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-71492c7a-e6b8-4fc2-92d0-b737bc9dc0ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e981df8ed77060861afd59b9d648c2ba450112" 2018-12-03 16:31:46,477 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:46 GMT Server: Apache x-compute-request-id: req-694e574f-53d7-48a7-bbb3-6fb62469c897 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-694e574f-53d7-48a7-bbb3-6fb62469c897 Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "a5959ae6-2c16-45c9-937f-5537d649d373", "name": "CreateVolumeTypeComplexTests-5bc30460-8144-4b30-9501-192046b2f4de-qos-spec"}]} 2018-12-03 16:31:46,477 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-694e574f-53d7-48a7-bbb3-6fb62469c897 2018-12-03 16:31:46,481 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/a5959ae6-2c16-45c9-937f-5537d649d373/associate?vol_type_id=e5c26db4-0ce9-43b1-9fe0-d8d191672cfb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-71492c7a-e6b8-4fc2-92d0-b737bc9dc0ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e981df8ed77060861afd59b9d648c2ba450112" 2018-12-03 16:31:46,677 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:31:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0e7dbcdd-6193-448c-b568-b19b06d77240 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-12-03 16:31:46,677 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/a5959ae6-2c16-45c9-937f-5537d649d373/associate?vol_type_id=e5c26db4-0ce9-43b1-9fe0-d8d191672cfb used request id req-0e7dbcdd-6193-448c-b568-b19b06d77240 2018-12-03 16:31:46,677 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-5bc30460-8144-4b30-9501-192046b2f4de-vol_type 2018-12-03 16:31:46,680 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/e5c26db4-0ce9-43b1-9fe0-d8d191672cfb -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7cbcf40a7c7c143e5f28e48dd5ad7bdbac2d06b" 2018-12-03 16:31:47,249 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:46 GMT Server: Apache x-compute-request-id: req-a0b9cb75-0696-4a9f-bfdd-95f81c9069f8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a0b9cb75-0696-4a9f-bfdd-95f81c9069f8 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-5bc30460-8144-4b30-9501-192046b2f4de-vol_type", "qos_specs_id": "a5959ae6-2c16-45c9-937f-5537d649d373", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e5c26db4-0ce9-43b1-9fe0-d8d191672cfb", "description": null}} 2018-12-03 16:31:47,250 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/e5c26db4-0ce9-43b1-9fe0-d8d191672cfb used request id req-a0b9cb75-0696-4a9f-bfdd-95f81c9069f8 2018-12-03 16:31:47,253 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/e5c26db4-0ce9-43b1-9fe0-d8d191672cfb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a0b9cb75-0696-4a9f-bfdd-95f81c9069f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7cbcf40a7c7c143e5f28e48dd5ad7bdbac2d06b" 2018-12-03 16:31:47,814 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:47 GMT Server: Apache x-compute-request-id: req-51b2eac2-d2ae-42f2-b586-43b7db57ab60 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-51b2eac2-d2ae-42f2-b586-43b7db57ab60 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-5bc30460-8144-4b30-9501-192046b2f4de-vol_type", "qos_specs_id": "a5959ae6-2c16-45c9-937f-5537d649d373", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e5c26db4-0ce9-43b1-9fe0-d8d191672cfb", "description": null}} 2018-12-03 16:31:47,814 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/e5c26db4-0ce9-43b1-9fe0-d8d191672cfb used request id req-51b2eac2-d2ae-42f2-b586-43b7db57ab60 2018-12-03 16:31:47,817 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/e5c26db4-0ce9-43b1-9fe0-d8d191672cfb/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a0b9cb75-0696-4a9f-bfdd-95f81c9069f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7cbcf40a7c7c143e5f28e48dd5ad7bdbac2d06b" 2018-12-03 16:31:47,992 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:47 GMT Server: Apache x-compute-request-id: req-05288f6e-14bf-4ae6-9748-083d77139b2b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-05288f6e-14bf-4ae6-9748-083d77139b2b Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-03 16:31:47,992 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/e5c26db4-0ce9-43b1-9fe0-d8d191672cfb/encryption used request id req-05288f6e-14bf-4ae6-9748-083d77139b2b 2018-12-03 16:31:47,995 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/a5959ae6-2c16-45c9-937f-5537d649d373 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a0b9cb75-0696-4a9f-bfdd-95f81c9069f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7cbcf40a7c7c143e5f28e48dd5ad7bdbac2d06b" 2018-12-03 16:31:48,162 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:48 GMT Server: Apache x-compute-request-id: req-89d2f4eb-764f-441c-9ba4-3238e5b7cf8b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-89d2f4eb-764f-441c-9ba4-3238e5b7cf8b Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "a5959ae6-2c16-45c9-937f-5537d649d373", "name": "CreateVolumeTypeComplexTests-5bc30460-8144-4b30-9501-192046b2f4de-qos-spec"}, "links": [{"href": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/a5959ae6-2c16-45c9-937f-5537d649d373", "rel": "self"}, {"href": "http://172.30.9.30:8776/e7db44589aed46ada30f0de826785caf/qos-specs/a5959ae6-2c16-45c9-937f-5537d649d373", "rel": "bookmark"}]} 2018-12-03 16:31:48,162 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/a5959ae6-2c16-45c9-937f-5537d649d373 used request id req-89d2f4eb-764f-441c-9ba4-3238e5b7cf8b 2018-12-03 16:31:48,163 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-5bc30460-8144-4b30-9501-192046b2f4de-vol_type 2018-12-03 16:31:48,166 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/e5c26db4-0ce9-43b1-9fe0-d8d191672cfb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-71492c7a-e6b8-4fc2-92d0-b737bc9dc0ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e981df8ed77060861afd59b9d648c2ba450112" 2018-12-03 16:31:48,378 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:31:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-352ee3e1-edb1-4f1d-95e6-cb08da1321e0 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-12-03 16:31:48,378 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/e5c26db4-0ce9-43b1-9fe0-d8d191672cfb used request id req-352ee3e1-edb1-4f1d-95e6-cb08da1321e0 2018-12-03 16:31:48,379 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-5bc30460-8144-4b30-9501-192046b2f4de-qos-spec 2018-12-03 16:31:48,382 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/a5959ae6-2c16-45c9-937f-5537d649d373?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff7f09f1-722a-4699-b725-7d1230eaa020" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}203aa1ecae76bf9c7fc693606456976dca21b604" 2018-12-03 16:31:48,557 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:31:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5f952ee7-d5ba-46a1-ad76-bd89e835307e 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-12-03 16:31:48,557 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/a5959ae6-2c16-45c9-937f-5537d649d373?force=False used request id req-5f952ee7-d5ba-46a1-ad76-bd89e835307e 2018-12-03 16:31:48,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" 2018-12-03 16:31:48,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-28963926-97a5-4b86-88f8-c8e6c991a119 Date: Mon, 03 Dec 2018 16:31:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:31:48,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-28963926-97a5-4b86-88f8-c8e6c991a119 2018-12-03 16:31:48,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" 2018-12-03 16:31:48,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1151a16f-69a3-432d-864e-c2ecb2cf25ff Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:31:48,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-1151a16f-69a3-432d-864e-c2ecb2cf25ff 2018-12-03 16:31:48,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" 2018-12-03 16:31:48,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7ab4f15-fcdf-469a-a0c5-89dd1b024cbd Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:31:48,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-e7ab4f15-fcdf-469a-a0c5-89dd1b024cbd 2018-12-03 16:31:48,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" 2018-12-03 16:31:48,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07e63545-6b52-4ccd-a57e-130e77f76667 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:31:48,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-07e63545-6b52-4ccd-a57e-130e77f76667 2018-12-03 16:31:48,910 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj 2018-12-03 16:31:48,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/6b1ce0cb7c074855b1227678dc3ac742 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" 2018-12-03 16:31:49,147 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-376a2f5d-50fa-4316-91f1-db56afd141bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:49,147 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/6b1ce0cb7c074855b1227678dc3ac742 used request id req-376a2f5d-50fa-4316-91f1-db56afd141bc 2018-12-03 16:31:49,147 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-proj-role 2018-12-03 16:31:49,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/bd7fb7e1592e4cd39496c1765e591b18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" 2018-12-03 16:31:49,257 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19907e86-6e45-44f4-a402-eca0f56efc6b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:49,257 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/bd7fb7e1592e4cd39496c1765e591b18 used request id req-19907e86-6e45-44f4-a402-eca0f56efc6b 2018-12-03 16:31:49,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a7a5eb5513fc4beeab4191a29903e0fb9bfb2e4" 2018-12-03 16:31:49,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12697265-17f6-4fa4-82d1-abcf00438599 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:49,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-12697265-17f6-4fa4-82d1-abcf00438599 2018-12-03 16:31:49,355 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-618bfe54-8cdc-4d6-user 2018-12-03 16:31:49,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/b1e05a39c1cd4517af31b9b8b1e2da3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ea4c90b3ff018ce92ada7abea29f569d10160d" 2018-12-03 16:31:49,519 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c494ccd7-3d97-467f-9adc-dd6872abc373 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:49,519 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b1e05a39c1cd4517af31b9b8b1e2da3b used request id req-c494ccd7-3d97-467f-9adc-dd6872abc373 2018-12-03 16:31:49,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:49,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["B_SuSykATv-i3b6NXdm1fA"], "issued_at": "2018-12-03T16:31:49.000000Z"}} 2018-12-03 16:31:49,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2d2e64fd66b321650d209e88a99858f898a2654" 2018-12-03 16:31:49,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d438fea1-cb6b-4634-a56c-7d6fc4bbacf2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:49,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d438fea1-cb6b-4634-a56c-7d6fc4bbacf2 2018-12-03 16:31:49,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:50,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:50,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["caoyYztBT422o3ChlVy3eQ"], "issued_at": "2018-12-03T16:31:50.000000Z"}} 2018-12-03 16:31:50,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" 2018-12-03 16:31:50,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de3def2a-26a8-4fc1-a03c-f4562e8e7f7d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:50,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-de3def2a-26a8-4fc1-a03c-f4562e8e7f7d 2018-12-03 16:31:50,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:50,489 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:50,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" 2018-12-03 16:31:50,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-194e3c16-48a3-41b6-b19f-66e85f0b4c02 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:31:50,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj used request id req-194e3c16-48a3-41b6-b19f-66e85f0b4c02 2018-12-03 16:31:50,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" 2018-12-03 16:31:50,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a95e814-ab1b-44a8-9168-f494d3f722b5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:50,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-2a95e814-ab1b-44a8-9168-f494d3f722b5 2018-12-03 16:31:50,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj"}}' 2018-12-03 16:31:50,790 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb96cf17-6e14-4a5c-bb7c-1b1067de3cfc Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ac24176860b04134bcc420005f135bdb"}, "enabled": true, "id": "ac24176860b04134bcc420005f135bdb", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj"}} 2018-12-03 16:31:50,790 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-cb96cf17-6e14-4a5c-bb7c-1b1067de3cfc 2018-12-03 16:31:50,791 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj 2018-12-03 16:31:50,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:50,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:51,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["rzwkVf4lRzidmL8e_5Mg1g"], "issued_at": "2018-12-03T16:31:51.000000Z"}} 2018-12-03 16:31:51,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aa4d65e1081409ad2e42703f2cd8a51759bb5dc" 2018-12-03 16:31:51,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3cede96-fdae-4b7e-a76f-376ccf38bbd4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:51,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d3cede96-fdae-4b7e-a76f-376ccf38bbd4 2018-12-03 16:31:51,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:51,256 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:51,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aa4d65e1081409ad2e42703f2cd8a51759bb5dc" 2018-12-03 16:31:51,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-731a1089-a3ef-42ed-85a5-90e365bb6678 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:31:51,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-731a1089-a3ef-42ed-85a5-90e365bb6678 2018-12-03 16:31:51,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aa4d65e1081409ad2e42703f2cd8a51759bb5dc" 2018-12-03 16:31:51,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16017209-4145-4ab3-b950-e587e97c9344 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ac24176860b04134bcc420005f135bdb"}, "enabled": true, "id": "ac24176860b04134bcc420005f135bdb", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj"}]} 2018-12-03 16:31:51,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj used request id req-16017209-4145-4ab3-b950-e587e97c9344 2018-12-03 16:31:51,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aa4d65e1081409ad2e42703f2cd8a51759bb5dc" 2018-12-03 16:31:51,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6016e662-1d7c-4687-a885-1daf7a85fb85 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:51,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-6016e662-1d7c-4687-a885-1daf7a85fb85 2018-12-03 16:31:51,760 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-user 2018-12-03 16:31:51,761 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:51,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" 2018-12-03 16:31:51,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b7bbb16-4c4f-4705-ae16-3660dd13a772 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:51,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8b7bbb16-4c4f-4705-ae16-3660dd13a772 2018-12-03 16:31:51,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" -d '{"role": {"name": "CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj-role"}}' 2018-12-03 16:31:51,964 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24bf3cec-f3e4-436e-ba59-b9630797a70d Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ecdb88428c2444c19b7bee071f2a1d5b", "links": {"self": "http://172.30.9.30:5000/v3/roles/ecdb88428c2444c19b7bee071f2a1d5b"}, "name": "CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj-role"}} 2018-12-03 16:31:51,964 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-24bf3cec-f3e4-436e-ba59-b9630797a70d 2018-12-03 16:31:51,964 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj-role 2018-12-03 16:31:51,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/ecdb88428c2444c19b7bee071f2a1d5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" 2018-12-03 16:31:52,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-083fe01c-39f3-4253-8139-6b6bc223b682 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ecdb88428c2444c19b7bee071f2a1d5b"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj-role", "id": "ecdb88428c2444c19b7bee071f2a1d5b"}} 2018-12-03 16:31:52,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ecdb88428c2444c19b7bee071f2a1d5b used request id req-083fe01c-39f3-4253-8139-6b6bc223b682 2018-12-03 16:31:52,048 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj-role to project CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj 2018-12-03 16:31:52,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/ac24176860b04134bcc420005f135bdb/users/4a6ee79b7ffc4893a2b5f9d0c9668684/roles/ecdb88428c2444c19b7bee071f2a1d5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" 2018-12-03 16:31:52,177 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f859ccd4-848f-4066-82a9-fcab1537c395 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:52,177 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ac24176860b04134bcc420005f135bdb/users/4a6ee79b7ffc4893a2b5f9d0c9668684/roles/ecdb88428c2444c19b7bee071f2a1d5b used request id req-f859ccd4-848f-4066-82a9-fcab1537c395 2018-12-03 16:31:52,179 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:52,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:52,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["USS-Ncn2Se6La33_UGbdDg"], "issued_at": "2018-12-03T16:31:52.000000Z"}} 2018-12-03 16:31:52,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7f562d61a65dab97c90c0bce90bf97de25e603" 2018-12-03 16:31:52,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6412f9d-4275-46c5-9acc-d825d84e05c8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:52,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d6412f9d-4275-46c5-9acc-d825d84e05c8 2018-12-03 16:31:52,649 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7f562d61a65dab97c90c0bce90bf97de25e603" 2018-12-03 16:31:52,812 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:52 GMT Server: Apache x-compute-request-id: req-78411ba1-a721-4129-a965-f2274b7a2e2c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-78411ba1-a721-4129-a965-f2274b7a2e2c Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-03 16:31:52,813 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-78411ba1-a721-4129-a965-f2274b7a2e2c 2018-12-03 16:31:52,816 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-78411ba1-a721-4129-a965-f2274b7a2e2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7f562d61a65dab97c90c0bce90bf97de25e603" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-4c04531e-7311-4917-a147-0b41830b1dbe-qos-spec"}}' 2018-12-03 16:31:53,097 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:52 GMT Server: Apache x-compute-request-id: req-c5305e93-ed7d-4da9-874c-1698f3814156 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5305e93-ed7d-4da9-874c-1698f3814156 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "1428c962-16bc-49ca-a993-d64e597e59d7", "name": "CreateVolumeTypeComplexTests-4c04531e-7311-4917-a147-0b41830b1dbe-qos-spec"}, "links": [{"href": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/1428c962-16bc-49ca-a993-d64e597e59d7", "rel": "self"}, {"href": "http://172.30.9.30:8776/e7db44589aed46ada30f0de826785caf/qos-specs/1428c962-16bc-49ca-a993-d64e597e59d7", "rel": "bookmark"}]} 2018-12-03 16:31:53,097 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-c5305e93-ed7d-4da9-874c-1698f3814156 2018-12-03 16:31:53,098 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-4c04531e-7311-4917-a147-0b41830b1dbe-qos-spec 2018-12-03 16:31:53,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:53,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:53,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["FsUWyfl1S--xBSqYY_YAag"], "issued_at": "2018-12-03T16:31:53.000000Z"}} 2018-12-03 16:31:53,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6dae8f646743317ad1ab9b26c9c73892a2b864b" 2018-12-03 16:31:53,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7934e7e5-9396-4b37-ad25-4171ad179fba Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:53,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7934e7e5-9396-4b37-ad25-4171ad179fba 2018-12-03 16:31:53,584 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6dae8f646743317ad1ab9b26c9c73892a2b864b" 2018-12-03 16:31:53,842 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:53 GMT Server: Apache x-compute-request-id: req-484ae8f9-326d-49bc-b244-61d0ca794aac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-484ae8f9-326d-49bc-b244-61d0ca794aac Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-03 16:31:53,842 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None used request id req-484ae8f9-326d-49bc-b244-61d0ca794aac 2018-12-03 16:31:53,846 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-484ae8f9-326d-49bc-b244-61d0ca794aac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6dae8f646743317ad1ab9b26c9c73892a2b864b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-4c04531e-7311-4917-a147-0b41830b1dbe-vol_type", "description": null}}' 2018-12-03 16:31:54,028 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:53 GMT Server: Apache x-compute-request-id: req-107a57a5-cf05-4ca0-b7ff-0185c9748fb3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-107a57a5-cf05-4ca0-b7ff-0185c9748fb3 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-4c04531e-7311-4917-a147-0b41830b1dbe-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "95671b96-4fee-48c0-92c6-6b84fb7a3c91", "description": null}} 2018-12-03 16:31:54,028 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types used request id req-107a57a5-cf05-4ca0-b7ff-0185c9748fb3 2018-12-03 16:31:54,031 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/95671b96-4fee-48c0-92c6-6b84fb7a3c91/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-484ae8f9-326d-49bc-b244-61d0ca794aac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6dae8f646743317ad1ab9b26c9c73892a2b864b" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-12-03 16:31:54,252 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:54 GMT Server: Apache x-compute-request-id: req-e92aceb5-a66f-4244-b1bc-59022575c709 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e92aceb5-a66f-4244-b1bc-59022575c709 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "95671b96-4fee-48c0-92c6-6b84fb7a3c91", "name": "foo", "control_location": "back-end", "encryption_id": "8558a47d-0abd-407c-a1a3-711a1ee6be63", "provider": "bar", "provider_class": "bar"}} 2018-12-03 16:31:54,252 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/95671b96-4fee-48c0-92c6-6b84fb7a3c91/encryption used request id req-e92aceb5-a66f-4244-b1bc-59022575c709 2018-12-03 16:31:54,255 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-484ae8f9-326d-49bc-b244-61d0ca794aac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6dae8f646743317ad1ab9b26c9c73892a2b864b" 2018-12-03 16:31:54,422 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:54 GMT Server: Apache x-compute-request-id: req-57a0d5b7-37e7-4525-a4e2-1c9e262fd0fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-57a0d5b7-37e7-4525-a4e2-1c9e262fd0fb Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "1428c962-16bc-49ca-a993-d64e597e59d7", "name": "CreateVolumeTypeComplexTests-4c04531e-7311-4917-a147-0b41830b1dbe-qos-spec"}]} 2018-12-03 16:31:54,423 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs used request id req-57a0d5b7-37e7-4525-a4e2-1c9e262fd0fb 2018-12-03 16:31:54,426 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/1428c962-16bc-49ca-a993-d64e597e59d7/associate?vol_type_id=95671b96-4fee-48c0-92c6-6b84fb7a3c91 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-484ae8f9-326d-49bc-b244-61d0ca794aac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6dae8f646743317ad1ab9b26c9c73892a2b864b" 2018-12-03 16:31:54,636 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:31:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-51187a68-3803-4d66-af02-38253c439a69 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-12-03 16:31:54,637 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/1428c962-16bc-49ca-a993-d64e597e59d7/associate?vol_type_id=95671b96-4fee-48c0-92c6-6b84fb7a3c91 used request id req-51187a68-3803-4d66-af02-38253c439a69 2018-12-03 16:31:54,637 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-4c04531e-7311-4917-a147-0b41830b1dbe-vol_type 2018-12-03 16:31:54,640 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/95671b96-4fee-48c0-92c6-6b84fb7a3c91 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2d2e64fd66b321650d209e88a99858f898a2654" 2018-12-03 16:31:54,813 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:54 GMT Server: Apache x-compute-request-id: req-b375c2de-06ab-43c6-8932-db7dbc234dec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b375c2de-06ab-43c6-8932-db7dbc234dec Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-4c04531e-7311-4917-a147-0b41830b1dbe-vol_type", "qos_specs_id": "1428c962-16bc-49ca-a993-d64e597e59d7", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "95671b96-4fee-48c0-92c6-6b84fb7a3c91", "description": null}} 2018-12-03 16:31:54,813 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/95671b96-4fee-48c0-92c6-6b84fb7a3c91 used request id req-b375c2de-06ab-43c6-8932-db7dbc234dec 2018-12-03 16:31:54,817 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/95671b96-4fee-48c0-92c6-6b84fb7a3c91 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b375c2de-06ab-43c6-8932-db7dbc234dec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2d2e64fd66b321650d209e88a99858f898a2654" 2018-12-03 16:31:55,046 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:54 GMT Server: Apache x-compute-request-id: req-fc3505ae-c200-4fa5-bf96-35dfe8e746a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fc3505ae-c200-4fa5-bf96-35dfe8e746a0 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-4c04531e-7311-4917-a147-0b41830b1dbe-vol_type", "qos_specs_id": "1428c962-16bc-49ca-a993-d64e597e59d7", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "95671b96-4fee-48c0-92c6-6b84fb7a3c91", "description": null}} 2018-12-03 16:31:55,046 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/95671b96-4fee-48c0-92c6-6b84fb7a3c91 used request id req-fc3505ae-c200-4fa5-bf96-35dfe8e746a0 2018-12-03 16:31:55,049 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/95671b96-4fee-48c0-92c6-6b84fb7a3c91/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b375c2de-06ab-43c6-8932-db7dbc234dec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2d2e64fd66b321650d209e88a99858f898a2654" 2018-12-03 16:31:55,216 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:55 GMT Server: Apache x-compute-request-id: req-176ad531-c83f-40fb-8ecd-08bcac6aef3e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-176ad531-c83f-40fb-8ecd-08bcac6aef3e Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "95671b96-4fee-48c0-92c6-6b84fb7a3c91", "control_location": "back-end", "deleted": false, "created_at": "2018-12-03T16:31:54.000000", "updated_at": null, "encryption_id": "8558a47d-0abd-407c-a1a3-711a1ee6be63", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-12-03 16:31:55,217 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/95671b96-4fee-48c0-92c6-6b84fb7a3c91/encryption used request id req-176ad531-c83f-40fb-8ecd-08bcac6aef3e 2018-12-03 16:31:55,220 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/1428c962-16bc-49ca-a993-d64e597e59d7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b375c2de-06ab-43c6-8932-db7dbc234dec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2d2e64fd66b321650d209e88a99858f898a2654" 2018-12-03 16:31:55,389 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:55 GMT Server: Apache x-compute-request-id: req-71e8a4e7-a8fc-4d82-8a75-146480bacc7c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-71e8a4e7-a8fc-4d82-8a75-146480bacc7c Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "1428c962-16bc-49ca-a993-d64e597e59d7", "name": "CreateVolumeTypeComplexTests-4c04531e-7311-4917-a147-0b41830b1dbe-qos-spec"}, "links": [{"href": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/1428c962-16bc-49ca-a993-d64e597e59d7", "rel": "self"}, {"href": "http://172.30.9.30:8776/e7db44589aed46ada30f0de826785caf/qos-specs/1428c962-16bc-49ca-a993-d64e597e59d7", "rel": "bookmark"}]} 2018-12-03 16:31:55,389 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/1428c962-16bc-49ca-a993-d64e597e59d7 used request id req-71e8a4e7-a8fc-4d82-8a75-146480bacc7c 2018-12-03 16:31:55,390 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-4c04531e-7311-4917-a147-0b41830b1dbe-vol_type 2018-12-03 16:31:55,393 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/95671b96-4fee-48c0-92c6-6b84fb7a3c91 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-484ae8f9-326d-49bc-b244-61d0ca794aac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6dae8f646743317ad1ab9b26c9c73892a2b864b" 2018-12-03 16:31:55,599 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:31:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bb468c96-7aa9-457f-b6fb-20e6f2222780 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-12-03 16:31:55,599 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/95671b96-4fee-48c0-92c6-6b84fb7a3c91 used request id req-bb468c96-7aa9-457f-b6fb-20e6f2222780 2018-12-03 16:31:55,600 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-4c04531e-7311-4917-a147-0b41830b1dbe-qos-spec 2018-12-03 16:31:55,602 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/1428c962-16bc-49ca-a993-d64e597e59d7?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-78411ba1-a721-4129-a965-f2274b7a2e2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7f562d61a65dab97c90c0bce90bf97de25e603" 2018-12-03 16:31:55,856 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:31:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-80d5481b-9e1b-45e7-af77-9bdabd59f1e0 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-12-03 16:31:55,856 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/qos-specs/1428c962-16bc-49ca-a993-d64e597e59d7?force=False used request id req-80d5481b-9e1b-45e7-af77-9bdabd59f1e0 2018-12-03 16:31:55,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" 2018-12-03 16:31:56,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-27d561c9-49f5-4876-b345-37bc2b4225f2 Date: Mon, 03 Dec 2018 16:31:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:31:56,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-27d561c9-49f5-4876-b345-37bc2b4225f2 2018-12-03 16:31:56,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" 2018-12-03 16:31:56,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4effdec-ce47-433c-9fe9-8aced2b2dcd4 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:31:56,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-e4effdec-ce47-433c-9fe9-8aced2b2dcd4 2018-12-03 16:31:56,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" 2018-12-03 16:31:56,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e47e3013-9745-454d-a40f-53f6c3f05368 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:31:56,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-e47e3013-9745-454d-a40f-53f6c3f05368 2018-12-03 16:31:56,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" 2018-12-03 16:31:56,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2d08c4f-71c2-4289-805d-2c9f9772d265 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:31:56,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-d2d08c4f-71c2-4289-805d-2c9f9772d265 2018-12-03 16:31:56,270 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj 2018-12-03 16:31:56,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/ac24176860b04134bcc420005f135bdb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" 2018-12-03 16:31:56,463 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65db6193-7e55-4ed1-a6a0-66a282d84de9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:56,463 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ac24176860b04134bcc420005f135bdb used request id req-65db6193-7e55-4ed1-a6a0-66a282d84de9 2018-12-03 16:31:56,463 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-proj-role 2018-12-03 16:31:56,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/ecdb88428c2444c19b7bee071f2a1d5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" 2018-12-03 16:31:56,587 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc619ad2-8767-47af-9834-ad2dce957333 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:56,587 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/ecdb88428c2444c19b7bee071f2a1d5b used request id req-bc619ad2-8767-47af-9834-ad2dce957333 2018-12-03 16:31:56,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504f46ab1d0d852b45e1922fa239cc7b09a575cc" 2018-12-03 16:31:56,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb35c96f-f21b-4c4b-bb60-c9dfa054a784 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:56,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-eb35c96f-f21b-4c4b-bb60-c9dfa054a784 2018-12-03 16:31:56,698 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-9e21b347-afbe-4ee-user 2018-12-03 16:31:56,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/4a6ee79b7ffc4893a2b5f9d0c9668684 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aa4d65e1081409ad2e42703f2cd8a51759bb5dc" 2018-12-03 16:31:56,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd7e5dad-6479-403e-b862-8011eac8e6fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:56,866 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/4a6ee79b7ffc4893a2b5f9d0c9668684 used request id req-cd7e5dad-6479-403e-b862-8011eac8e6fa 2018-12-03 16:31:56,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:57,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["_7CsL88eRpuMCWl2BuHjlQ"], "issued_at": "2018-12-03T16:31:57.000000Z"}} 2018-12-03 16:31:57,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}068e75e0957f9dac361c10aef6f18236f8dd4704" 2018-12-03 16:31:57,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fafcf0b5-23a6-4552-99ea-f68a8a168019 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:57,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fafcf0b5-23a6-4552-99ea-f68a8a168019 2018-12-03 16:31:57,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:57,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:57,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["HmJZrR7iSieTcKXctKZMlQ"], "issued_at": "2018-12-03T16:31:57.000000Z"}} 2018-12-03 16:31:57,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" 2018-12-03 16:31:57,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dda0d47e-8275-4a55-8cc3-ac1e7b198cc6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:57,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dda0d47e-8275-4a55-8cc3-ac1e7b198cc6 2018-12-03 16:31:57,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:57,825 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:57,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" 2018-12-03 16:31:57,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f7ccbc9-181c-485e-bb2f-2618391ca53a Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:31:57,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj used request id req-8f7ccbc9-181c-485e-bb2f-2618391ca53a 2018-12-03 16:31:57,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" 2018-12-03 16:31:58,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3289561-ba53-4620-a779-200791b063e8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:58,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a3289561-ba53-4620-a779-200791b063e8 2018-12-03 16:31:58,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj"}}' 2018-12-03 16:31:58,132 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f04481f6-72c3-4a15-9025-8ed53a4a63f0 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/667deb8b82334b48b096776d710898a5"}, "enabled": true, "id": "667deb8b82334b48b096776d710898a5", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj"}} 2018-12-03 16:31:58,132 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f04481f6-72c3-4a15-9025-8ed53a4a63f0 2018-12-03 16:31:58,132 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj 2018-12-03 16:31:58,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:58,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:31:58,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:31:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["4ZijZGYuRu-jCLRwsKqNPw"], "issued_at": "2018-12-03T16:31:58.000000Z"}} 2018-12-03 16:31:58,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f46d0f7dc9d2822ffe3066af43f79c24dbf8dc" 2018-12-03 16:31:58,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1cfd75b-ef37-47a1-b46d-2170374b579b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:31:58,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c1cfd75b-ef37-47a1-b46d-2170374b579b 2018-12-03 16:31:58,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:31:58,608 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:31:58,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f46d0f7dc9d2822ffe3066af43f79c24dbf8dc" 2018-12-03 16:31:58,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6844d5c0-4caa-43a4-b01e-dc73f9c656b9 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:31:58,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6844d5c0-4caa-43a4-b01e-dc73f9c656b9 2018-12-03 16:31:58,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f46d0f7dc9d2822ffe3066af43f79c24dbf8dc" 2018-12-03 16:31:58,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e9aa68b-ab54-465f-82d6-e840c7c87ced Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/667deb8b82334b48b096776d710898a5"}, "enabled": true, "id": "667deb8b82334b48b096776d710898a5", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj"}]} 2018-12-03 16:31:58,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj used request id req-6e9aa68b-ab54-465f-82d6-e840c7c87ced 2018-12-03 16:31:58,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f46d0f7dc9d2822ffe3066af43f79c24dbf8dc" 2018-12-03 16:31:58,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d470ddd5-e152-49d7-abb5-757a633288f2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:31:58,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d470ddd5-e152-49d7-abb5-757a633288f2 2018-12-03 16:31:59,281 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-user 2018-12-03 16:31:59,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:31:59,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" 2018-12-03 16:31:59,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7d8fcea-27b1-49b9-ae7a-6bd1b92e3c54 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:31:59,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b7d8fcea-27b1-49b9-ae7a-6bd1b92e3c54 2018-12-03 16:31:59,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj-role"}}' 2018-12-03 16:31:59,491 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:31:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a2a0890-f345-4ed6-be09-5a0b0322b64e Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f4bfa8e69ef64d6dad7c18c17f48c12e", "links": {"self": "http://172.30.9.30:5000/v3/roles/f4bfa8e69ef64d6dad7c18c17f48c12e"}, "name": "CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj-role"}} 2018-12-03 16:31:59,491 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-3a2a0890-f345-4ed6-be09-5a0b0322b64e 2018-12-03 16:31:59,491 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj-role 2018-12-03 16:31:59,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/f4bfa8e69ef64d6dad7c18c17f48c12e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" 2018-12-03 16:31:59,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ddaf471-c81d-421b-9d02-47e7b49b9e9f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/f4bfa8e69ef64d6dad7c18c17f48c12e"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj-role", "id": "f4bfa8e69ef64d6dad7c18c17f48c12e"}} 2018-12-03 16:31:59,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/f4bfa8e69ef64d6dad7c18c17f48c12e used request id req-7ddaf471-c81d-421b-9d02-47e7b49b9e9f 2018-12-03 16:31:59,512 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj-role to project CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj 2018-12-03 16:31:59,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/667deb8b82334b48b096776d710898a5/users/8db2cdc242104175b89883128d82814e/roles/f4bfa8e69ef64d6dad7c18c17f48c12e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" 2018-12-03 16:31:59,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:31:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4617428d-a677-4c76-b987-b473a088a478 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:31:59,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/667deb8b82334b48b096776d710898a5/users/8db2cdc242104175b89883128d82814e/roles/f4bfa8e69ef64d6dad7c18c17f48c12e used request id req-4617428d-a677-4c76-b987-b473a088a478 2018-12-03 16:31:59,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:00,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f4bfa8e69ef64d6dad7c18c17f48c12e", "name": "CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj-role"}], "expires_at": "2018-12-03T17:32:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "667deb8b82334b48b096776d710898a5", "name": "CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/667deb8b82334b48b096776d710898a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/667deb8b82334b48b096776d710898a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/667deb8b82334b48b096776d710898a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/667deb8b82334b48b096776d710898a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/667deb8b82334b48b096776d710898a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/667deb8b82334b48b096776d710898a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/667deb8b82334b48b096776d710898a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/667deb8b82334b48b096776d710898a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/667deb8b82334b48b096776d710898a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/667deb8b82334b48b096776d710898a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/667deb8b82334b48b096776d710898a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-user", "id": "8db2cdc242104175b89883128d82814e"}, "audit_ids": ["6FT8mgEARsWlJ5tt2Y_jFA"], "issued_at": "2018-12-03T16:32:00.000000Z"}} 2018-12-03 16:32:00,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c38608c0286d914a2b69c3bf2d6c0bb8b0703a" 2018-12-03 16:32:00,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83cac999-e052-49f9-8911-4987cffbef92 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:00,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-83cac999-e052-49f9-8911-4987cffbef92 2018-12-03 16:32:00,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:00,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:00,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f4bfa8e69ef64d6dad7c18c17f48c12e", "name": "CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj-role"}], "expires_at": "2018-12-03T17:32:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "667deb8b82334b48b096776d710898a5", "name": "CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/667deb8b82334b48b096776d710898a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/667deb8b82334b48b096776d710898a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/667deb8b82334b48b096776d710898a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/667deb8b82334b48b096776d710898a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/667deb8b82334b48b096776d710898a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/667deb8b82334b48b096776d710898a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/667deb8b82334b48b096776d710898a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/667deb8b82334b48b096776d710898a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/667deb8b82334b48b096776d710898a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/667deb8b82334b48b096776d710898a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/667deb8b82334b48b096776d710898a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-user", "id": "8db2cdc242104175b89883128d82814e"}, "audit_ids": ["g4OYTAl9QcmNwOkquBe0jQ"], "issued_at": "2018-12-03T16:32:00.000000Z"}} 2018-12-03 16:32:00,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202cd3a31fe0283b7b7b7f92ce2476790ae0555f" 2018-12-03 16:32:00,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dbdf270-e0f3-4f8c-8659-67edb617e5f2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:00,561 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7dbdf270-e0f3-4f8c-8659-67edb617e5f2 2018-12-03 16:32:00,567 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202cd3a31fe0283b7b7b7f92ce2476790ae0555f" 2018-12-03 16:32:00,737 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:00 GMT Server: Apache x-compute-request-id: req-0668fabb-1be9-4e37-827b-d25202def994 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0668fabb-1be9-4e37-827b-d25202def994 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 16:32:00,738 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/detail used request id req-0668fabb-1be9-4e37-827b-d25202def994 2018-12-03 16:32:00,741 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0668fabb-1be9-4e37-827b-d25202def994" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202cd3a31fe0283b7b7b7f92ce2476790ae0555f" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-02b89d24-13c1-4fbf-b0a5-f9ce8732a09a", "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-12-03 16:32:01,095 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:32:00 GMT Server: Apache x-compute-request-id: req-8f3148b4-0d94-43de-be25-f08ac0d54718 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8f3148b4-0d94-43de-be25-f08ac0d54718 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "8db2cdc242104175b89883128d82814e", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "rel": "self"}, {"href": "http://172.30.9.30:8776/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:01.027846", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-02b89d24-13c1-4fbf-b0a5-f9ce8732a09a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "size": 1}} 2018-12-03 16:32:01,095 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes used request id req-8f3148b4-0d94-43de-be25-f08ac0d54718 2018-12-03 16:32:01,099 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0668fabb-1be9-4e37-827b-d25202def994" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202cd3a31fe0283b7b7b7f92ce2476790ae0555f" 2018-12-03 16:32:01,294 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:01 GMT Server: Apache x-compute-request-id: req-a96ac7c0-0dd1-4f01-a3ec-1600b1c6b83d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a96ac7c0-0dd1-4f01-a3ec-1600b1c6b83d Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "8db2cdc242104175b89883128d82814e", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "rel": "self"}, {"href": "http://172.30.9.30:8776/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "667deb8b82334b48b096776d710898a5", "updated_at": "2018-12-03T16:32:01.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-02b89d24-13c1-4fbf-b0a5-f9ce8732a09a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "size": 1}} 2018-12-03 16:32:01,294 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa used request id req-a96ac7c0-0dd1-4f01-a3ec-1600b1c6b83d 2018-12-03 16:32:01,294 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-02b89d24-13c1-4fbf-b0a5-f9ce8732a09a 2018-12-03 16:32:01,297 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0668fabb-1be9-4e37-827b-d25202def994" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202cd3a31fe0283b7b7b7f92ce2476790ae0555f" 2018-12-03 16:32:01,482 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:01 GMT Server: Apache x-compute-request-id: req-7e8d3f59-5d09-46be-8f6d-2bae05a86a1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7e8d3f59-5d09-46be-8f6d-2bae05a86a1f Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "8db2cdc242104175b89883128d82814e", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "rel": "self"}, {"href": "http://172.30.9.30:8776/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "667deb8b82334b48b096776d710898a5", "updated_at": "2018-12-03T16:32:01.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-02b89d24-13c1-4fbf-b0a5-f9ce8732a09a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "size": 1}} 2018-12-03 16:32:01,483 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa used request id req-7e8d3f59-5d09-46be-8f6d-2bae05a86a1f 2018-12-03 16:32:01,483 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:32:01,483 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-02b89d24-13c1-4fbf-b0a5-f9ce8732a09a 2018-12-03 16:32:01,483 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-02b89d24-13c1-4fbf-b0a5-f9ce8732a09a 2018-12-03 16:32:01,486 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c38608c0286d914a2b69c3bf2d6c0bb8b0703a" 2018-12-03 16:32:01,671 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:01 GMT Server: Apache x-compute-request-id: req-67b5248c-e89c-4a64-ba82-fbd932254e46 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-67b5248c-e89c-4a64-ba82-fbd932254e46 Content-Encoding: gzip Content-Length: 458 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "8db2cdc242104175b89883128d82814e", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "rel": "self"}, {"href": "http://172.30.9.30:8776/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "667deb8b82334b48b096776d710898a5", "updated_at": "2018-12-03T16:32:01.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-02b89d24-13c1-4fbf-b0a5-f9ce8732a09a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "size": 1}]} 2018-12-03 16:32:01,671 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/detail used request id req-67b5248c-e89c-4a64-ba82-fbd932254e46 2018-12-03 16:32:01,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:01,681 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:01,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/667deb8b82334b48b096776d710898a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c38608c0286d914a2b69c3bf2d6c0bb8b0703a" 2018-12-03 16:32:01,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05b76d59-15e8-4d4d-a101-7bea4073631b Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/667deb8b82334b48b096776d710898a5"}, "enabled": true, "id": "667deb8b82334b48b096776d710898a5", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj"}} 2018-12-03 16:32:01,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/667deb8b82334b48b096776d710898a5 used request id req-05b76d59-15e8-4d4d-a101-7bea4073631b 2018-12-03 16:32:01,766 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0668fabb-1be9-4e37-827b-d25202def994" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202cd3a31fe0283b7b7b7f92ce2476790ae0555f" 2018-12-03 16:32:01,953 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:01 GMT Server: Apache x-compute-request-id: req-6a28b972-6bb0-4d0d-bc22-85dd586cf347 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6a28b972-6bb0-4d0d-bc22-85dd586cf347 Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "8db2cdc242104175b89883128d82814e", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "rel": "self"}, {"href": "http://172.30.9.30:8776/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "667deb8b82334b48b096776d710898a5", "updated_at": "2018-12-03T16:32:01.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-02b89d24-13c1-4fbf-b0a5-f9ce8732a09a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "size": 1}} 2018-12-03 16:32:01,953 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa used request id req-6a28b972-6bb0-4d0d-bc22-85dd586cf347 2018-12-03 16:32:01,954 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:32:01,954 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-02b89d24-13c1-4fbf-b0a5-f9ce8732a09a 2018-12-03 16:32:01,954 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-02b89d24-13c1-4fbf-b0a5-f9ce8732a09a 2018-12-03 16:32:01,957 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0668fabb-1be9-4e37-827b-d25202def994" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202cd3a31fe0283b7b7b7f92ce2476790ae0555f" 2018-12-03 16:32:02,204 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:32:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8b564efc-2fe8-4f6d-ade7-4a941c2e8f0b 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-12-03 16:32:02,205 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa used request id req-8b564efc-2fe8-4f6d-ade7-4a941c2e8f0b 2018-12-03 16:32:02,208 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0668fabb-1be9-4e37-827b-d25202def994" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202cd3a31fe0283b7b7b7f92ce2476790ae0555f" 2018-12-03 16:32:02,398 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:02 GMT Server: Apache x-compute-request-id: req-cc3efea7-99fd-4d6a-bfdd-44f001204c7e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cc3efea7-99fd-4d6a-bfdd-44f001204c7e Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "8db2cdc242104175b89883128d82814e", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "rel": "self"}, {"href": "http://172.30.9.30:8776/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "667deb8b82334b48b096776d710898a5", "updated_at": "2018-12-03T16:32:02.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-02b89d24-13c1-4fbf-b0a5-f9ce8732a09a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa", "size": 1}} 2018-12-03 16:32:02,398 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa used request id req-cc3efea7-99fd-4d6a-bfdd-44f001204c7e 2018-12-03 16:32:02,399 - create_volume - DEBUG - Instance status is - deleting 2018-12-03 16:32:02,399 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 16:32:05,402 - create_volume - DEBUG - Volume status query timeout in 56.8029780388 2018-12-03 16:32:05,405 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0668fabb-1be9-4e37-827b-d25202def994" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202cd3a31fe0283b7b7b7f92ce2476790ae0555f" 2018-12-03 16:32:05,441 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:32:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-bc0a1778-a384-4bfe-8b15-bbd989268d11 x-openstack-request-id: req-bc0a1778-a384-4bfe-8b15-bbd989268d11 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa could not be found.", "code": 404}} 2018-12-03 16:32:05,441 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa used request id req-bc0a1778-a384-4bfe-8b15-bbd989268d11 2018-12-03 16:32:05,442 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 9ab56b39-07a5-4e7c-b46e-ca9e87a3afaa could not be found. (HTTP 404) (Request-ID: req-bc0a1778-a384-4bfe-8b15-bbd989268d11) 2018-12-03 16:32:05,442 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-02b89d24-13c1-4fbf-b0a5-f9ce8732a09a 2018-12-03 16:32:05,445 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-67b5248c-e89c-4a64-ba82-fbd932254e46" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c38608c0286d914a2b69c3bf2d6c0bb8b0703a" 2018-12-03 16:32:05,661 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:05 GMT Server: Apache x-compute-request-id: req-eb825d54-b5a4-4d43-b464-a128ea6ea0a6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eb825d54-b5a4-4d43-b464-a128ea6ea0a6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 16:32:05,661 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/667deb8b82334b48b096776d710898a5/volumes/detail used request id req-eb825d54-b5a4-4d43-b464-a128ea6ea0a6 2018-12-03 16:32:05,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" 2018-12-03 16:32:05,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8a618b47-baa2-45a2-8cd5-d62048fd4d42 Date: Mon, 03 Dec 2018 16:32:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:32:05,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-8a618b47-baa2-45a2-8cd5-d62048fd4d42 2018-12-03 16:32:05,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" 2018-12-03 16:32:05,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39cfeede-4c9e-4dc1-942e-352b653ca209 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:32:05,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-39cfeede-4c9e-4dc1-942e-352b653ca209 2018-12-03 16:32:05,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" 2018-12-03 16:32:06,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4381008-856d-4cfa-b67f-aaff1ff17ca3 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:32:06,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-c4381008-856d-4cfa-b67f-aaff1ff17ca3 2018-12-03 16:32:06,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" 2018-12-03 16:32:06,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f71fe6f-e43b-418f-af35-9f341db673cf Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:32:06,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-7f71fe6f-e43b-418f-af35-9f341db673cf 2018-12-03 16:32:06,151 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj 2018-12-03 16:32:06,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/667deb8b82334b48b096776d710898a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" 2018-12-03 16:32:06,368 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b410b9d-bad7-4da6-a6d6-95a9c156f5f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:06,368 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/667deb8b82334b48b096776d710898a5 used request id req-0b410b9d-bad7-4da6-a6d6-95a9c156f5f2 2018-12-03 16:32:06,368 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-proj-role 2018-12-03 16:32:06,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/f4bfa8e69ef64d6dad7c18c17f48c12e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" 2018-12-03 16:32:06,480 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04ce9b8c-63da-40c2-9d86-f42e00125981 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:06,481 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/f4bfa8e69ef64d6dad7c18c17f48c12e used request id req-04ce9b8c-63da-40c2-9d86-f42e00125981 2018-12-03 16:32:06,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee97dc6ea995d4671dba91903e3befee6145319c" 2018-12-03 16:32:06,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c3d4d33-53fa-4e30-946b-7bead1a33ada Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:06,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4c3d4d33-53fa-4e30-946b-7bead1a33ada 2018-12-03 16:32:06,570 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-5e4568b4-3240-4e1-user 2018-12-03 16:32:06,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/8db2cdc242104175b89883128d82814e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f46d0f7dc9d2822ffe3066af43f79c24dbf8dc" 2018-12-03 16:32:06,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79ccd318-4f34-4419-87e7-9afe2180ef90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:06,755 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/8db2cdc242104175b89883128d82814e used request id req-79ccd318-4f34-4419-87e7-9afe2180ef90 2018-12-03 16:32:06,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:07,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["jALNhc8TQzu3Vs4fU8DyOQ"], "issued_at": "2018-12-03T16:32:07.000000Z"}} 2018-12-03 16:32:07,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1642e07ad8043330c0cfa66ba3cccc3695f84f51" 2018-12-03 16:32:07,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60a40640-a0c6-43b9-a870-5d56098cd622 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:07,299 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-60a40640-a0c6-43b9-a870-5d56098cd622 2018-12-03 16:32:07,300 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:07,301 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:07,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["BjGoImvFTGW9NAkCkuocig"], "issued_at": "2018-12-03T16:32:07.000000Z"}} 2018-12-03 16:32:07,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" 2018-12-03 16:32:07,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbdfd0a2-14b5-46f9-b73e-16530b9a57b2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:07,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cbdfd0a2-14b5-46f9-b73e-16530b9a57b2 2018-12-03 16:32:07,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:07,775 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:07,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" 2018-12-03 16:32:07,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6892ed7b-df90-47e5-874c-a28cd5c50df8 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:32:07,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj used request id req-6892ed7b-df90-47e5-874c-a28cd5c50df8 2018-12-03 16:32:07,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" 2018-12-03 16:32:07,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a882dcae-731a-4a2b-932c-c708b2b847ec Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:07,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a882dcae-731a-4a2b-932c-c708b2b847ec 2018-12-03 16:32:07,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj"}}' 2018-12-03 16:32:08,072 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a614056e-8697-4ce9-9672-01153266e323 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/564dbda7a57f4c77b34dd7e505c7484d"}, "enabled": true, "id": "564dbda7a57f4c77b34dd7e505c7484d", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj"}} 2018-12-03 16:32:08,072 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-a614056e-8697-4ce9-9672-01153266e323 2018-12-03 16:32:08,072 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj 2018-12-03 16:32:08,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:08,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:08,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["JWB3f3NqQIK0Mp6B46UgpQ"], "issued_at": "2018-12-03T16:32:08.000000Z"}} 2018-12-03 16:32:08,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06427643d24b45fe2b24861c1a47f84dbbe6f21" 2018-12-03 16:32:08,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-359c9811-482c-4aef-8e27-a1c9603ec60e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:08,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-359c9811-482c-4aef-8e27-a1c9603ec60e 2018-12-03 16:32:08,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:08,479 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:08,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06427643d24b45fe2b24861c1a47f84dbbe6f21" 2018-12-03 16:32:08,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dbb3e1e-f438-4046-8aea-3b3d2060ca8a Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:32:08,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3dbb3e1e-f438-4046-8aea-3b3d2060ca8a 2018-12-03 16:32:08,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06427643d24b45fe2b24861c1a47f84dbbe6f21" 2018-12-03 16:32:08,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64b35511-f5a1-4e5a-ab31-cea4a664533e Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/564dbda7a57f4c77b34dd7e505c7484d"}, "enabled": true, "id": "564dbda7a57f4c77b34dd7e505c7484d", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj"}]} 2018-12-03 16:32:08,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj used request id req-64b35511-f5a1-4e5a-ab31-cea4a664533e 2018-12-03 16:32:08,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06427643d24b45fe2b24861c1a47f84dbbe6f21" 2018-12-03 16:32:08,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a112cf17-e4d2-4f9c-a5f5-4af6c3319b99 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:08,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a112cf17-e4d2-4f9c-a5f5-4af6c3319b99 2018-12-03 16:32:09,144 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-user 2018-12-03 16:32:09,144 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:09,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" 2018-12-03 16:32:09,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3f72a0d-1011-4161-90dc-634afa92feab Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:09,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d3f72a0d-1011-4161-90dc-634afa92feab 2018-12-03 16:32:09,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj-role"}}' 2018-12-03 16:32:09,486 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dae2dce6-7045-4982-b5a1-af8dbb1d5137 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c9cc0cf76d7347d695ec4796153e8190", "links": {"self": "http://172.30.9.30:5000/v3/roles/c9cc0cf76d7347d695ec4796153e8190"}, "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj-role"}} 2018-12-03 16:32:09,486 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-dae2dce6-7045-4982-b5a1-af8dbb1d5137 2018-12-03 16:32:09,486 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj-role 2018-12-03 16:32:09,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/c9cc0cf76d7347d695ec4796153e8190 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" 2018-12-03 16:32:09,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0244666a-862a-4745-b8d4-0c6c3c3b5836 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/c9cc0cf76d7347d695ec4796153e8190"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj-role", "id": "c9cc0cf76d7347d695ec4796153e8190"}} 2018-12-03 16:32:09,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/c9cc0cf76d7347d695ec4796153e8190 used request id req-0244666a-862a-4745-b8d4-0c6c3c3b5836 2018-12-03 16:32:09,660 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj-role to project CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj 2018-12-03 16:32:09,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/564dbda7a57f4c77b34dd7e505c7484d/users/3828d954361445a0a58a10f237c8b300/roles/c9cc0cf76d7347d695ec4796153e8190 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" 2018-12-03 16:32:09,781 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-879ec1fa-fd15-40eb-a05f-2a94126d314c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:09,781 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/564dbda7a57f4c77b34dd7e505c7484d/users/3828d954361445a0a58a10f237c8b300/roles/c9cc0cf76d7347d695ec4796153e8190 used request id req-879ec1fa-fd15-40eb-a05f-2a94126d314c 2018-12-03 16:32:09,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:10,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9cc0cf76d7347d695ec4796153e8190", "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj-role"}], "expires_at": "2018-12-03T17:32:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "564dbda7a57f4c77b34dd7e505c7484d", "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/564dbda7a57f4c77b34dd7e505c7484d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/564dbda7a57f4c77b34dd7e505c7484d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/564dbda7a57f4c77b34dd7e505c7484d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/564dbda7a57f4c77b34dd7e505c7484d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/564dbda7a57f4c77b34dd7e505c7484d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-user", "id": "3828d954361445a0a58a10f237c8b300"}, "audit_ids": ["N_9W0vZ4SOqLRE3oNKS8wg"], "issued_at": "2018-12-03T16:32:10.000000Z"}} 2018-12-03 16:32:10,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6072db7700377b6a7d1feee8ebbae1cb4e8280" 2018-12-03 16:32:10,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df3f602c-7a27-4a68-bbda-3b7ad1d2c485 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:10,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-df3f602c-7a27-4a68-bbda-3b7ad1d2c485 2018-12-03 16:32:10,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:10,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:10,611 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9cc0cf76d7347d695ec4796153e8190", "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj-role"}], "expires_at": "2018-12-03T17:32:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "564dbda7a57f4c77b34dd7e505c7484d", "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/564dbda7a57f4c77b34dd7e505c7484d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/564dbda7a57f4c77b34dd7e505c7484d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/564dbda7a57f4c77b34dd7e505c7484d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/564dbda7a57f4c77b34dd7e505c7484d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/564dbda7a57f4c77b34dd7e505c7484d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-user", "id": "3828d954361445a0a58a10f237c8b300"}, "audit_ids": ["8y65s_0sSNCRm1YIDnw50A"], "issued_at": "2018-12-03T16:32:10.000000Z"}} 2018-12-03 16:32:10,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724f0a026ce703936496e674e96dc9d181ba3d9b" 2018-12-03 16:32:10,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af6b20b9-18c6-4098-b9f6-4cc8c29a0da3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:10,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-af6b20b9-18c6-4098-b9f6-4cc8c29a0da3 2018-12-03 16:32:10,707 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724f0a026ce703936496e674e96dc9d181ba3d9b" 2018-12-03 16:32:10,893 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:10 GMT Server: Apache x-compute-request-id: req-17b4e845-90f6-4b8a-b4a6-abf0b944e25f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-17b4e845-90f6-4b8a-b4a6-abf0b944e25f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 16:32:10,893 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/detail used request id req-17b4e845-90f6-4b8a-b4a6-abf0b944e25f 2018-12-03 16:32:10,897 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-17b4e845-90f6-4b8a-b4a6-abf0b944e25f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724f0a026ce703936496e674e96dc9d181ba3d9b" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-9fb810ed-d45c-4d07-9e85-abd796f07003", "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-12-03 16:32:11,288 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:32:10 GMT Server: Apache x-compute-request-id: req-51ad05b0-5379-462f-b490-80c7d34f6804 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-51ad05b0-5379-462f-b490-80c7d34f6804 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "3828d954361445a0a58a10f237c8b300", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f", "rel": "self"}, {"href": "http://172.30.9.30:8776/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:11.158667", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9fb810ed-d45c-4d07-9e85-abd796f07003", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a40e43-e50e-46b2-97d9-e90a448d152f", "size": 1}} 2018-12-03 16:32:11,289 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes used request id req-51ad05b0-5379-462f-b490-80c7d34f6804 2018-12-03 16:32:11,292 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17b4e845-90f6-4b8a-b4a6-abf0b944e25f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724f0a026ce703936496e674e96dc9d181ba3d9b" 2018-12-03 16:32:11,477 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:11 GMT Server: Apache x-compute-request-id: req-2be969d0-1b71-4688-9aef-2616ad8def11 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2be969d0-1b71-4688-9aef-2616ad8def11 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "3828d954361445a0a58a10f237c8b300", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f", "rel": "self"}, {"href": "http://172.30.9.30:8776/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:11.000000", "description": null, "os-vol-tenant-attr:tenant_id": "564dbda7a57f4c77b34dd7e505c7484d", "updated_at": "2018-12-03T16:32:11.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9fb810ed-d45c-4d07-9e85-abd796f07003", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a40e43-e50e-46b2-97d9-e90a448d152f", "size": 1}} 2018-12-03 16:32:11,477 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f used request id req-2be969d0-1b71-4688-9aef-2616ad8def11 2018-12-03 16:32:11,478 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-9fb810ed-d45c-4d07-9e85-abd796f07003 2018-12-03 16:32:11,481 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17b4e845-90f6-4b8a-b4a6-abf0b944e25f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724f0a026ce703936496e674e96dc9d181ba3d9b" 2018-12-03 16:32:12,046 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:11 GMT Server: Apache x-compute-request-id: req-b177022e-8b16-41e3-aca9-134fe41efe6c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b177022e-8b16-41e3-aca9-134fe41efe6c Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "3828d954361445a0a58a10f237c8b300", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f", "rel": "self"}, {"href": "http://172.30.9.30:8776/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:11.000000", "description": null, "os-vol-tenant-attr:tenant_id": "564dbda7a57f4c77b34dd7e505c7484d", "updated_at": "2018-12-03T16:32:11.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9fb810ed-d45c-4d07-9e85-abd796f07003", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a40e43-e50e-46b2-97d9-e90a448d152f", "size": 1}} 2018-12-03 16:32:12,046 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f used request id req-b177022e-8b16-41e3-aca9-134fe41efe6c 2018-12-03 16:32:12,046 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:32:12,047 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-9fb810ed-d45c-4d07-9e85-abd796f07003 2018-12-03 16:32:12,047 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-9fb810ed-d45c-4d07-9e85-abd796f07003 2018-12-03 16:32:12,050 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6072db7700377b6a7d1feee8ebbae1cb4e8280" 2018-12-03 16:32:12,237 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:12 GMT Server: Apache x-compute-request-id: req-aa13940a-e8c2-4906-8964-949dad6ba009 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aa13940a-e8c2-4906-8964-949dad6ba009 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "3828d954361445a0a58a10f237c8b300", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f", "rel": "self"}, {"href": "http://172.30.9.30:8776/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:11.000000", "description": null, "os-vol-tenant-attr:tenant_id": "564dbda7a57f4c77b34dd7e505c7484d", "updated_at": "2018-12-03T16:32:11.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9fb810ed-d45c-4d07-9e85-abd796f07003", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a40e43-e50e-46b2-97d9-e90a448d152f", "size": 1}]} 2018-12-03 16:32:12,237 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/detail used request id req-aa13940a-e8c2-4906-8964-949dad6ba009 2018-12-03 16:32:12,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:12,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:12,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/564dbda7a57f4c77b34dd7e505c7484d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6072db7700377b6a7d1feee8ebbae1cb4e8280" 2018-12-03 16:32:12,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7cad275-9a02-4198-9327-af32e6e0ea35 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/564dbda7a57f4c77b34dd7e505c7484d"}, "enabled": true, "id": "564dbda7a57f4c77b34dd7e505c7484d", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj"}} 2018-12-03 16:32:12,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/564dbda7a57f4c77b34dd7e505c7484d used request id req-c7cad275-9a02-4198-9327-af32e6e0ea35 2018-12-03 16:32:12,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:12,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:12,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9cc0cf76d7347d695ec4796153e8190", "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj-role"}], "expires_at": "2018-12-03T17:32:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "564dbda7a57f4c77b34dd7e505c7484d", "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/564dbda7a57f4c77b34dd7e505c7484d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/564dbda7a57f4c77b34dd7e505c7484d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/564dbda7a57f4c77b34dd7e505c7484d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/564dbda7a57f4c77b34dd7e505c7484d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/564dbda7a57f4c77b34dd7e505c7484d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/564dbda7a57f4c77b34dd7e505c7484d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-user", "id": "3828d954361445a0a58a10f237c8b300"}, "audit_ids": ["WpuPptdxTgmOZV8Z7YMJbw"], "issued_at": "2018-12-03T16:32:12.000000Z"}} 2018-12-03 16:32:12,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c31100eb89d4cecc87ddb5a9683e825f6a8fb13" 2018-12-03 16:32:12,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24a58d86-7a27-4dc6-a343-865bed0d834e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:12,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-24a58d86-7a27-4dc6-a343-865bed0d834e 2018-12-03 16:32:12,784 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c31100eb89d4cecc87ddb5a9683e825f6a8fb13" 2018-12-03 16:32:12,978 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:12 GMT Server: Apache x-compute-request-id: req-9a4cf91b-12ac-4797-82e9-517ae0a79811 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9a4cf91b-12ac-4797-82e9-517ae0a79811 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "3828d954361445a0a58a10f237c8b300", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f", "rel": "self"}, {"href": "http://172.30.9.30:8776/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:11.000000", "description": null, "os-vol-tenant-attr:tenant_id": "564dbda7a57f4c77b34dd7e505c7484d", "updated_at": "2018-12-03T16:32:11.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9fb810ed-d45c-4d07-9e85-abd796f07003", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a40e43-e50e-46b2-97d9-e90a448d152f", "size": 1}]} 2018-12-03 16:32:12,978 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/detail used request id req-9a4cf91b-12ac-4797-82e9-517ae0a79811 2018-12-03 16:32:12,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:12,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:12,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/564dbda7a57f4c77b34dd7e505c7484d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c31100eb89d4cecc87ddb5a9683e825f6a8fb13" 2018-12-03 16:32:13,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b6e64e5-71de-41e8-92e4-c379522cb309 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/564dbda7a57f4c77b34dd7e505c7484d"}, "enabled": true, "id": "564dbda7a57f4c77b34dd7e505c7484d", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj"}} 2018-12-03 16:32:13,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/564dbda7a57f4c77b34dd7e505c7484d used request id req-5b6e64e5-71de-41e8-92e4-c379522cb309 2018-12-03 16:32:13,070 - create_volume - INFO - Did not create volume due to cleanup mode 2018-12-03 16:32:13,073 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17b4e845-90f6-4b8a-b4a6-abf0b944e25f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724f0a026ce703936496e674e96dc9d181ba3d9b" 2018-12-03 16:32:13,121 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:13 GMT Server: Apache x-compute-request-id: req-0521571c-ef42-4a2e-92eb-9ea386daa5f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0521571c-ef42-4a2e-92eb-9ea386daa5f6 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "3828d954361445a0a58a10f237c8b300", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f", "rel": "self"}, {"href": "http://172.30.9.30:8776/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:11.000000", "description": null, "os-vol-tenant-attr:tenant_id": "564dbda7a57f4c77b34dd7e505c7484d", "updated_at": "2018-12-03T16:32:11.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9fb810ed-d45c-4d07-9e85-abd796f07003", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a40e43-e50e-46b2-97d9-e90a448d152f", "size": 1}} 2018-12-03 16:32:13,121 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f used request id req-0521571c-ef42-4a2e-92eb-9ea386daa5f6 2018-12-03 16:32:13,121 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:32:13,121 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-9fb810ed-d45c-4d07-9e85-abd796f07003 2018-12-03 16:32:13,122 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-9fb810ed-d45c-4d07-9e85-abd796f07003 2018-12-03 16:32:13,124 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17b4e845-90f6-4b8a-b4a6-abf0b944e25f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724f0a026ce703936496e674e96dc9d181ba3d9b" 2018-12-03 16:32:13,204 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:32:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c66f1d99-0ba2-4180-bf3e-39f9f6140ab6 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-12-03 16:32:13,204 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f used request id req-c66f1d99-0ba2-4180-bf3e-39f9f6140ab6 2018-12-03 16:32:13,207 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17b4e845-90f6-4b8a-b4a6-abf0b944e25f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724f0a026ce703936496e674e96dc9d181ba3d9b" 2018-12-03 16:32:13,399 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:13 GMT Server: Apache x-compute-request-id: req-409f7862-e3a1-4361-b705-876211dde120 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-409f7862-e3a1-4361-b705-876211dde120 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "3828d954361445a0a58a10f237c8b300", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f", "rel": "self"}, {"href": "http://172.30.9.30:8776/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:11.000000", "description": null, "os-vol-tenant-attr:tenant_id": "564dbda7a57f4c77b34dd7e505c7484d", "updated_at": "2018-12-03T16:32:13.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9fb810ed-d45c-4d07-9e85-abd796f07003", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a40e43-e50e-46b2-97d9-e90a448d152f", "size": 1}} 2018-12-03 16:32:13,399 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f used request id req-409f7862-e3a1-4361-b705-876211dde120 2018-12-03 16:32:13,400 - create_volume - DEBUG - Instance status is - deleting 2018-12-03 16:32:13,400 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 16:32:16,403 - create_volume - DEBUG - Volume status query timeout in 56.8013920784 2018-12-03 16:32:16,407 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17b4e845-90f6-4b8a-b4a6-abf0b944e25f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724f0a026ce703936496e674e96dc9d181ba3d9b" 2018-12-03 16:32:16,613 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:32:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f1b3aed5-dfcd-4830-bdd1-eec3f0e1b5ee x-openstack-request-id: req-f1b3aed5-dfcd-4830-bdd1-eec3f0e1b5ee Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 37a40e43-e50e-46b2-97d9-e90a448d152f could not be found.", "code": 404}} 2018-12-03 16:32:16,613 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/564dbda7a57f4c77b34dd7e505c7484d/volumes/37a40e43-e50e-46b2-97d9-e90a448d152f used request id req-f1b3aed5-dfcd-4830-bdd1-eec3f0e1b5ee 2018-12-03 16:32:16,614 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 37a40e43-e50e-46b2-97d9-e90a448d152f could not be found. (HTTP 404) (Request-ID: req-f1b3aed5-dfcd-4830-bdd1-eec3f0e1b5ee) 2018-12-03 16:32:16,614 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-9fb810ed-d45c-4d07-9e85-abd796f07003 2018-12-03 16:32:16,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" 2018-12-03 16:32:16,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fa2b2c8e-b8b7-483a-92e7-2ffa0e0442f3 Date: Mon, 03 Dec 2018 16:32:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:32:16,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-fa2b2c8e-b8b7-483a-92e7-2ffa0e0442f3 2018-12-03 16:32:16,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" 2018-12-03 16:32:16,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-285002e5-45ed-46df-82c9-cb97303f4e45 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:32:16,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-285002e5-45ed-46df-82c9-cb97303f4e45 2018-12-03 16:32:16,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" 2018-12-03 16:32:17,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fdf201d-53e2-48f8-bc6c-e723e259747c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:32:17,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-7fdf201d-53e2-48f8-bc6c-e723e259747c 2018-12-03 16:32:17,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" 2018-12-03 16:32:17,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83d0ab42-88aa-446f-bee6-f1c9f10d8671 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:32:17,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-83d0ab42-88aa-446f-bee6-f1c9f10d8671 2018-12-03 16:32:17,141 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj 2018-12-03 16:32:17,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/564dbda7a57f4c77b34dd7e505c7484d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" 2018-12-03 16:32:17,362 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ffeedc4-2968-419e-83ba-da567ed3fb5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:17,362 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/564dbda7a57f4c77b34dd7e505c7484d used request id req-7ffeedc4-2968-419e-83ba-da567ed3fb5d 2018-12-03 16:32:17,363 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-proj-role 2018-12-03 16:32:17,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/c9cc0cf76d7347d695ec4796153e8190 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" 2018-12-03 16:32:17,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56ecdf0e-54c1-419c-9420-ef43c27c3eab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:17,473 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/c9cc0cf76d7347d695ec4796153e8190 used request id req-56ecdf0e-54c1-419c-9420-ef43c27c3eab 2018-12-03 16:32:17,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3899aecf444c1d43065073194423958e0af9fc74" 2018-12-03 16:32:17,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c11b32e-b6f3-46a5-8d7e-e839810cae8e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:17,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5c11b32e-b6f3-46a5-8d7e-e839810cae8e 2018-12-03 16:32:17,565 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-53e9460b-65bc-4ad-user 2018-12-03 16:32:17,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/3828d954361445a0a58a10f237c8b300 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06427643d24b45fe2b24861c1a47f84dbbe6f21" 2018-12-03 16:32:17,746 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4a30eb0-2487-4ce5-ba7a-1534ec423495 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:17,746 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/3828d954361445a0a58a10f237c8b300 used request id req-b4a30eb0-2487-4ce5-ba7a-1534ec423495 2018-12-03 16:32:17,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:18,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ZUTWV8snR2OhsjG7v4JnWA"], "issued_at": "2018-12-03T16:32:18.000000Z"}} 2018-12-03 16:32:18,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}205310e13f6dfddd53b51c60d7fef5224eb6fd31" 2018-12-03 16:32:18,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19589591-eb32-493d-8f38-4ff9436322c1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:18,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-19589591-eb32-493d-8f38-4ff9436322c1 2018-12-03 16:32:18,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:18,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:18,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["XIQtNxKtT0u4GFOdIM_P8g"], "issued_at": "2018-12-03T16:32:18.000000Z"}} 2018-12-03 16:32:18,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" 2018-12-03 16:32:18,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b50142e-e5bc-4d53-a300-8571875a479c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:18,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5b50142e-e5bc-4d53-a300-8571875a479c 2018-12-03 16:32:18,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:18,686 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:18,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" 2018-12-03 16:32:18,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e9107c3-fd2d-44a7-b757-9fdcca2a6e0b Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:32:18,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj used request id req-1e9107c3-fd2d-44a7-b757-9fdcca2a6e0b 2018-12-03 16:32:18,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" 2018-12-03 16:32:18,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ef9819-7d8e-4c90-a366-f1dc298ce6a7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:18,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d5ef9819-7d8e-4c90-a366-f1dc298ce6a7 2018-12-03 16:32:18,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj"}}' 2018-12-03 16:32:18,970 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7ba829d-0e1a-401b-a6a0-7d4396ab1406 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/628d566b6b17409da269b5059171e8f1"}, "enabled": true, "id": "628d566b6b17409da269b5059171e8f1", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj"}} 2018-12-03 16:32:18,970 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f7ba829d-0e1a-401b-a6a0-7d4396ab1406 2018-12-03 16:32:18,971 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj 2018-12-03 16:32:18,971 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:18,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:19,354 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["i5ccUFQIT_eYoON1rjgXgg"], "issued_at": "2018-12-03T16:32:19.000000Z"}} 2018-12-03 16:32:19,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85bcc260ac7bf3ae4d32e19a999c915b8e1aed7" 2018-12-03 16:32:19,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bd31947-bd1f-46f4-881e-d3074396a094 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:19,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7bd31947-bd1f-46f4-881e-d3074396a094 2018-12-03 16:32:19,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:19,440 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:19,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85bcc260ac7bf3ae4d32e19a999c915b8e1aed7" 2018-12-03 16:32:19,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9616bec7-20c4-4571-b0ac-1107867e1b38 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:32:19,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9616bec7-20c4-4571-b0ac-1107867e1b38 2018-12-03 16:32:19,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85bcc260ac7bf3ae4d32e19a999c915b8e1aed7" 2018-12-03 16:32:19,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65ffe7bd-c454-4461-9cf0-0ae29dc93ef9 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/628d566b6b17409da269b5059171e8f1"}, "enabled": true, "id": "628d566b6b17409da269b5059171e8f1", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj"}]} 2018-12-03 16:32:19,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj used request id req-65ffe7bd-c454-4461-9cf0-0ae29dc93ef9 2018-12-03 16:32:19,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85bcc260ac7bf3ae4d32e19a999c915b8e1aed7" 2018-12-03 16:32:19,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08620ecb-17ca-4431-96a3-60df220b3973 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:19,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-08620ecb-17ca-4431-96a3-60df220b3973 2018-12-03 16:32:20,012 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-user 2018-12-03 16:32:20,012 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:20,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" 2018-12-03 16:32:20,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7be68f4-225f-4d55-9cc7-949704c824f2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:20,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c7be68f4-225f-4d55-9cc7-949704c824f2 2018-12-03 16:32:20,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj-role"}}' 2018-12-03 16:32:20,209 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28879508-36ea-44cb-9158-1b429b0d68e1 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3a801bffd84043bfad2b259187fa2457", "links": {"self": "http://172.30.9.30:5000/v3/roles/3a801bffd84043bfad2b259187fa2457"}, "name": "CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj-role"}} 2018-12-03 16:32:20,210 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-28879508-36ea-44cb-9158-1b429b0d68e1 2018-12-03 16:32:20,210 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj-role 2018-12-03 16:32:20,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/3a801bffd84043bfad2b259187fa2457 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" 2018-12-03 16:32:20,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd3c0fa6-4209-4fa8-a6b3-b8b48912d494 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/3a801bffd84043bfad2b259187fa2457"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj-role", "id": "3a801bffd84043bfad2b259187fa2457"}} 2018-12-03 16:32:20,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/3a801bffd84043bfad2b259187fa2457 used request id req-cd3c0fa6-4209-4fa8-a6b3-b8b48912d494 2018-12-03 16:32:20,231 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj-role to project CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj 2018-12-03 16:32:20,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/628d566b6b17409da269b5059171e8f1/users/86454730b47d43f998be59026b7898ab/roles/3a801bffd84043bfad2b259187fa2457 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" 2018-12-03 16:32:20,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85555b07-da53-428a-afdf-b524daa7dc42 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:20,349 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/628d566b6b17409da269b5059171e8f1/users/86454730b47d43f998be59026b7898ab/roles/3a801bffd84043bfad2b259187fa2457 used request id req-85555b07-da53-428a-afdf-b524daa7dc42 2018-12-03 16:32:20,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:20,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a801bffd84043bfad2b259187fa2457", "name": "CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj-role"}], "expires_at": "2018-12-03T17:32:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "628d566b6b17409da269b5059171e8f1", "name": "CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/628d566b6b17409da269b5059171e8f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/628d566b6b17409da269b5059171e8f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/628d566b6b17409da269b5059171e8f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/628d566b6b17409da269b5059171e8f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/628d566b6b17409da269b5059171e8f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/628d566b6b17409da269b5059171e8f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/628d566b6b17409da269b5059171e8f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/628d566b6b17409da269b5059171e8f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/628d566b6b17409da269b5059171e8f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/628d566b6b17409da269b5059171e8f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/628d566b6b17409da269b5059171e8f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-user", "id": "86454730b47d43f998be59026b7898ab"}, "audit_ids": ["07X9xht0RA6YuAgOj0DruQ"], "issued_at": "2018-12-03T16:32:20.000000Z"}} 2018-12-03 16:32:20,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5571b19b6f28a13bfe4820612e87abce6e55b0" 2018-12-03 16:32:20,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8819cf4-1370-4ec9-941c-c25af12a9d48 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:20,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f8819cf4-1370-4ec9-941c-c25af12a9d48 2018-12-03 16:32:20,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:20,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:21,176 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a801bffd84043bfad2b259187fa2457", "name": "CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj-role"}], "expires_at": "2018-12-03T17:32:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "628d566b6b17409da269b5059171e8f1", "name": "CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/628d566b6b17409da269b5059171e8f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/628d566b6b17409da269b5059171e8f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/628d566b6b17409da269b5059171e8f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/628d566b6b17409da269b5059171e8f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/628d566b6b17409da269b5059171e8f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/628d566b6b17409da269b5059171e8f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/628d566b6b17409da269b5059171e8f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/628d566b6b17409da269b5059171e8f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/628d566b6b17409da269b5059171e8f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/628d566b6b17409da269b5059171e8f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/628d566b6b17409da269b5059171e8f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-user", "id": "86454730b47d43f998be59026b7898ab"}, "audit_ids": ["UAFSCvGMTB6UHsW3UBwigw"], "issued_at": "2018-12-03T16:32:21.000000Z"}} 2018-12-03 16:32:21,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed71c1f5839d36ee5b3cbafe6e41bc84f360e986" 2018-12-03 16:32:21,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45913062-5994-423c-9da5-978d920a3dd5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:21,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-45913062-5994-423c-9da5-978d920a3dd5 2018-12-03 16:32:21,255 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed71c1f5839d36ee5b3cbafe6e41bc84f360e986" 2018-12-03 16:32:21,435 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:21 GMT Server: Apache x-compute-request-id: req-77e49746-a016-4e64-a1d6-9ed4418bf536 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-77e49746-a016-4e64-a1d6-9ed4418bf536 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 16:32:21,435 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/detail used request id req-77e49746-a016-4e64-a1d6-9ed4418bf536 2018-12-03 16:32:21,439 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-77e49746-a016-4e64-a1d6-9ed4418bf536" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed71c1f5839d36ee5b3cbafe6e41bc84f360e986" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-3a1ba242-16fa-458e-b2cd-4a7d631da157", "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-12-03 16:32:21,765 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:32:21 GMT Server: Apache x-compute-request-id: req-100ab868-04dc-49e3-a1f8-48a9e6f3ebf6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-100ab868-04dc-49e3-a1f8-48a9e6f3ebf6 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "86454730b47d43f998be59026b7898ab", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60", "rel": "self"}, {"href": "http://172.30.9.30:8776/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:21.694470", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3a1ba242-16fa-458e-b2cd-4a7d631da157", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7efece73-ec98-424c-bc43-a929eadc6c60", "size": 1}} 2018-12-03 16:32:21,765 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes used request id req-100ab868-04dc-49e3-a1f8-48a9e6f3ebf6 2018-12-03 16:32:21,768 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77e49746-a016-4e64-a1d6-9ed4418bf536" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed71c1f5839d36ee5b3cbafe6e41bc84f360e986" 2018-12-03 16:32:21,961 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:21 GMT Server: Apache x-compute-request-id: req-2614acb0-71af-4b47-b8d2-2d06042828ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2614acb0-71af-4b47-b8d2-2d06042828ce Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "86454730b47d43f998be59026b7898ab", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60", "rel": "self"}, {"href": "http://172.30.9.30:8776/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:21.000000", "description": null, "os-vol-tenant-attr:tenant_id": "628d566b6b17409da269b5059171e8f1", "updated_at": "2018-12-03T16:32:21.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3a1ba242-16fa-458e-b2cd-4a7d631da157", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7efece73-ec98-424c-bc43-a929eadc6c60", "size": 1}} 2018-12-03 16:32:21,961 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60 used request id req-2614acb0-71af-4b47-b8d2-2d06042828ce 2018-12-03 16:32:21,962 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-3a1ba242-16fa-458e-b2cd-4a7d631da157 2018-12-03 16:32:21,965 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77e49746-a016-4e64-a1d6-9ed4418bf536" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed71c1f5839d36ee5b3cbafe6e41bc84f360e986" 2018-12-03 16:32:22,156 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:21 GMT Server: Apache x-compute-request-id: req-bd5f76cd-3092-4068-8234-6d1939b09893 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bd5f76cd-3092-4068-8234-6d1939b09893 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "86454730b47d43f998be59026b7898ab", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60", "rel": "self"}, {"href": "http://172.30.9.30:8776/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:21.000000", "description": null, "os-vol-tenant-attr:tenant_id": "628d566b6b17409da269b5059171e8f1", "updated_at": "2018-12-03T16:32:21.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3a1ba242-16fa-458e-b2cd-4a7d631da157", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7efece73-ec98-424c-bc43-a929eadc6c60", "size": 1}} 2018-12-03 16:32:22,156 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60 used request id req-bd5f76cd-3092-4068-8234-6d1939b09893 2018-12-03 16:32:22,157 - create_volume - DEBUG - Instance status is - creating 2018-12-03 16:32:22,157 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 16:32:25,160 - create_volume - DEBUG - Volume status query timeout in 296.801764011 2018-12-03 16:32:25,163 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77e49746-a016-4e64-a1d6-9ed4418bf536" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed71c1f5839d36ee5b3cbafe6e41bc84f360e986" 2018-12-03 16:32:25,386 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:25 GMT Server: Apache x-compute-request-id: req-c832cb10-383c-40c9-a073-4a7db3f45e6a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c832cb10-383c-40c9-a073-4a7db3f45e6a Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "86454730b47d43f998be59026b7898ab", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60", "rel": "self"}, {"href": "http://172.30.9.30:8776/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:21.000000", "description": null, "os-vol-tenant-attr:tenant_id": "628d566b6b17409da269b5059171e8f1", "updated_at": "2018-12-03T16:32:22.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3a1ba242-16fa-458e-b2cd-4a7d631da157", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7efece73-ec98-424c-bc43-a929eadc6c60", "size": 1}} 2018-12-03 16:32:25,386 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60 used request id req-c832cb10-383c-40c9-a073-4a7db3f45e6a 2018-12-03 16:32:25,386 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:32:25,386 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-3a1ba242-16fa-458e-b2cd-4a7d631da157 2018-12-03 16:32:25,387 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-3a1ba242-16fa-458e-b2cd-4a7d631da157 2018-12-03 16:32:25,389 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5571b19b6f28a13bfe4820612e87abce6e55b0" 2018-12-03 16:32:25,612 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:25 GMT Server: Apache x-compute-request-id: req-26de6679-eb88-4fb3-907c-9accf51a996d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-26de6679-eb88-4fb3-907c-9accf51a996d Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "86454730b47d43f998be59026b7898ab", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60", "rel": "self"}, {"href": "http://172.30.9.30:8776/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:21.000000", "description": null, "os-vol-tenant-attr:tenant_id": "628d566b6b17409da269b5059171e8f1", "updated_at": "2018-12-03T16:32:22.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3a1ba242-16fa-458e-b2cd-4a7d631da157", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7efece73-ec98-424c-bc43-a929eadc6c60", "size": 1}]} 2018-12-03 16:32:25,612 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/detail used request id req-26de6679-eb88-4fb3-907c-9accf51a996d 2018-12-03 16:32:25,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:25,621 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:25,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/628d566b6b17409da269b5059171e8f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5571b19b6f28a13bfe4820612e87abce6e55b0" 2018-12-03 16:32:25,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fa76ce4-9fca-44c6-afe1-323cef6aaa73 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/628d566b6b17409da269b5059171e8f1"}, "enabled": true, "id": "628d566b6b17409da269b5059171e8f1", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj"}} 2018-12-03 16:32:25,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/628d566b6b17409da269b5059171e8f1 used request id req-9fa76ce4-9fca-44c6-afe1-323cef6aaa73 2018-12-03 16:32:25,714 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77e49746-a016-4e64-a1d6-9ed4418bf536" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed71c1f5839d36ee5b3cbafe6e41bc84f360e986" 2018-12-03 16:32:25,900 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:25 GMT Server: Apache x-compute-request-id: req-eb7e8d4b-3937-4185-bf28-ea99d8a3c979 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-eb7e8d4b-3937-4185-bf28-ea99d8a3c979 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "86454730b47d43f998be59026b7898ab", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60", "rel": "self"}, {"href": "http://172.30.9.30:8776/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:21.000000", "description": null, "os-vol-tenant-attr:tenant_id": "628d566b6b17409da269b5059171e8f1", "updated_at": "2018-12-03T16:32:22.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3a1ba242-16fa-458e-b2cd-4a7d631da157", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7efece73-ec98-424c-bc43-a929eadc6c60", "size": 1}} 2018-12-03 16:32:25,901 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60 used request id req-eb7e8d4b-3937-4185-bf28-ea99d8a3c979 2018-12-03 16:32:25,901 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:32:25,901 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-3a1ba242-16fa-458e-b2cd-4a7d631da157 2018-12-03 16:32:25,901 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-3a1ba242-16fa-458e-b2cd-4a7d631da157 2018-12-03 16:32:25,904 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77e49746-a016-4e64-a1d6-9ed4418bf536" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed71c1f5839d36ee5b3cbafe6e41bc84f360e986" 2018-12-03 16:32:26,242 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:32:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8d349b1b-8226-4d41-87f1-56888f24954e 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-12-03 16:32:26,242 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60 used request id req-8d349b1b-8226-4d41-87f1-56888f24954e 2018-12-03 16:32:26,245 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77e49746-a016-4e64-a1d6-9ed4418bf536" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed71c1f5839d36ee5b3cbafe6e41bc84f360e986" 2018-12-03 16:32:26,796 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:32:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8770dbf9-08a1-428e-8d35-e743383dd7bb x-openstack-request-id: req-8770dbf9-08a1-428e-8d35-e743383dd7bb Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7efece73-ec98-424c-bc43-a929eadc6c60 could not be found.", "code": 404}} 2018-12-03 16:32:26,796 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/628d566b6b17409da269b5059171e8f1/volumes/7efece73-ec98-424c-bc43-a929eadc6c60 used request id req-8770dbf9-08a1-428e-8d35-e743383dd7bb 2018-12-03 16:32:26,796 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 7efece73-ec98-424c-bc43-a929eadc6c60 could not be found. (HTTP 404) (Request-ID: req-8770dbf9-08a1-428e-8d35-e743383dd7bb) 2018-12-03 16:32:26,797 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-3a1ba242-16fa-458e-b2cd-4a7d631da157 2018-12-03 16:32:26,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" 2018-12-03 16:32:27,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-147de245-0b53-420e-878b-12d5bbcf3f98 Date: Mon, 03 Dec 2018 16:32:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:32:27,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-147de245-0b53-420e-878b-12d5bbcf3f98 2018-12-03 16:32:27,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" 2018-12-03 16:32:27,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9422c3e-9d29-40a3-9b0c-0d30ae5e24e2 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:32:27,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-f9422c3e-9d29-40a3-9b0c-0d30ae5e24e2 2018-12-03 16:32:27,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" 2018-12-03 16:32:27,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59409fd1-c10b-4ccd-94de-4dd825b57e86 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:32:27,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-59409fd1-c10b-4ccd-94de-4dd825b57e86 2018-12-03 16:32:27,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" 2018-12-03 16:32:27,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8c0b6f3-9a60-4575-9f8a-94d8183878d4 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:32:27,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-d8c0b6f3-9a60-4575-9f8a-94d8183878d4 2018-12-03 16:32:27,288 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj 2018-12-03 16:32:27,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/628d566b6b17409da269b5059171e8f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" 2018-12-03 16:32:27,518 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09fe3d50-72b2-4933-a4e8-43cf2d226c10 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:27,518 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/628d566b6b17409da269b5059171e8f1 used request id req-09fe3d50-72b2-4933-a4e8-43cf2d226c10 2018-12-03 16:32:27,518 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-proj-role 2018-12-03 16:32:27,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/3a801bffd84043bfad2b259187fa2457 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" 2018-12-03 16:32:27,634 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55387cc2-bb14-42aa-b38e-ce55e116064b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:27,634 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/3a801bffd84043bfad2b259187fa2457 used request id req-55387cc2-bb14-42aa-b38e-ce55e116064b 2018-12-03 16:32:27,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd4b6e0728a41f654b7eda503d9df1f2442c7bc" 2018-12-03 16:32:27,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2052fdba-1803-424f-99a8-6fb4c7b622db Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:27,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2052fdba-1803-424f-99a8-6fb4c7b622db 2018-12-03 16:32:27,719 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-7c763237-7615-4d5-user 2018-12-03 16:32:27,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/86454730b47d43f998be59026b7898ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85bcc260ac7bf3ae4d32e19a999c915b8e1aed7" 2018-12-03 16:32:27,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48c22710-7576-4adf-81ed-bc5cb5f52489 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:27,910 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/86454730b47d43f998be59026b7898ab used request id req-48c22710-7576-4adf-81ed-bc5cb5f52489 2018-12-03 16:32:27,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:28,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["tA9zhHzmQiGfLyl0A8t4mA"], "issued_at": "2018-12-03T16:32:28.000000Z"}} 2018-12-03 16:32:28,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8993da24ea6a369043ca9532ff65ba300b24fde" 2018-12-03 16:32:28,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c47ae2f4-9ef1-4e56-9a78-d19a9a81f3ef Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:28,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c47ae2f4-9ef1-4e56-9a78-d19a9a81f3ef 2018-12-03 16:32:28,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:28,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:28,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["MQIlF_fJRzmkR_WPux19ug"], "issued_at": "2018-12-03T16:32:28.000000Z"}} 2018-12-03 16:32:28,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" 2018-12-03 16:32:28,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8c363af-52b4-45b0-ac8d-326edba28d31 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:28,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e8c363af-52b4-45b0-ac8d-326edba28d31 2018-12-03 16:32:28,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:28,882 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:28,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" 2018-12-03 16:32:28,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f9917bd-64ff-4b6a-856b-bf3378dffb24 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:32:28,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj used request id req-9f9917bd-64ff-4b6a-856b-bf3378dffb24 2018-12-03 16:32:28,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" 2018-12-03 16:32:29,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e348867-f787-40c0-acec-010e54984217 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:29,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-8e348867-f787-40c0-acec-010e54984217 2018-12-03 16:32:29,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj"}}' 2018-12-03 16:32:29,162 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4558f265-9f79-4a4c-93a0-9a31b51c1eb8 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d22f1aac174d44c2ba7d63339a55c2ae"}, "enabled": true, "id": "d22f1aac174d44c2ba7d63339a55c2ae", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj"}} 2018-12-03 16:32:29,163 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-4558f265-9f79-4a4c-93a0-9a31b51c1eb8 2018-12-03 16:32:29,163 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj 2018-12-03 16:32:29,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:29,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:29,549 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["1h3iBbsAT92SCLpYCG_MSQ"], "issued_at": "2018-12-03T16:32:29.000000Z"}} 2018-12-03 16:32:29,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fe1371e11bdfc18a15018ceb90f17f6a58e3ac" 2018-12-03 16:32:29,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2324fe7c-ef8d-49ee-8b54-888722009500 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:29,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2324fe7c-ef8d-49ee-8b54-888722009500 2018-12-03 16:32:29,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:29,648 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:29,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fe1371e11bdfc18a15018ceb90f17f6a58e3ac" 2018-12-03 16:32:29,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-607589d4-ba71-4fd2-8eef-6674c55d5299 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:32:29,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-607589d4-ba71-4fd2-8eef-6674c55d5299 2018-12-03 16:32:29,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fe1371e11bdfc18a15018ceb90f17f6a58e3ac" 2018-12-03 16:32:29,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b70235da-d332-4e03-9112-9e53d6e762f9 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d22f1aac174d44c2ba7d63339a55c2ae"}, "enabled": true, "id": "d22f1aac174d44c2ba7d63339a55c2ae", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj"}]} 2018-12-03 16:32:29,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj used request id req-b70235da-d332-4e03-9112-9e53d6e762f9 2018-12-03 16:32:29,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fe1371e11bdfc18a15018ceb90f17f6a58e3ac" 2018-12-03 16:32:29,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab0316f6-ce14-4099-92e9-0318aecb25b7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:29,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-ab0316f6-ce14-4099-92e9-0318aecb25b7 2018-12-03 16:32:30,221 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-user 2018-12-03 16:32:30,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:30,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" 2018-12-03 16:32:30,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-720149b6-0ae9-4461-bc7a-aa13fbc42442 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:30,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-720149b6-0ae9-4461-bc7a-aa13fbc42442 2018-12-03 16:32:30,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj-role"}}' 2018-12-03 16:32:30,419 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcc4c974-bd96-4308-a6aa-5678be07c26f Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "44b49e8f71524d01b70088248fbf63fe", "links": {"self": "http://172.30.9.30:5000/v3/roles/44b49e8f71524d01b70088248fbf63fe"}, "name": "CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj-role"}} 2018-12-03 16:32:30,419 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-bcc4c974-bd96-4308-a6aa-5678be07c26f 2018-12-03 16:32:30,419 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj-role 2018-12-03 16:32:30,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/44b49e8f71524d01b70088248fbf63fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" 2018-12-03 16:32:30,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a2b6e8a-305c-47eb-8bf7-dc460f3781fd Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/44b49e8f71524d01b70088248fbf63fe"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj-role", "id": "44b49e8f71524d01b70088248fbf63fe"}} 2018-12-03 16:32:30,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/44b49e8f71524d01b70088248fbf63fe used request id req-2a2b6e8a-305c-47eb-8bf7-dc460f3781fd 2018-12-03 16:32:30,514 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj-role to project CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj 2018-12-03 16:32:30,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/d22f1aac174d44c2ba7d63339a55c2ae/users/0f245618739f4a8ba3c8180e030c09d9/roles/44b49e8f71524d01b70088248fbf63fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" 2018-12-03 16:32:30,650 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6570f560-866e-4bad-9fe5-ebdb203867b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:30,650 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/d22f1aac174d44c2ba7d63339a55c2ae/users/0f245618739f4a8ba3c8180e030c09d9/roles/44b49e8f71524d01b70088248fbf63fe used request id req-6570f560-866e-4bad-9fe5-ebdb203867b2 2018-12-03 16:32:30,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:30,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:31,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "44b49e8f71524d01b70088248fbf63fe", "name": "CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj-role"}], "expires_at": "2018-12-03T17:32:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d22f1aac174d44c2ba7d63339a55c2ae", "name": "CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d22f1aac174d44c2ba7d63339a55c2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/d22f1aac174d44c2ba7d63339a55c2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/d22f1aac174d44c2ba7d63339a55c2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/d22f1aac174d44c2ba7d63339a55c2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/d22f1aac174d44c2ba7d63339a55c2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/d22f1aac174d44c2ba7d63339a55c2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/d22f1aac174d44c2ba7d63339a55c2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/d22f1aac174d44c2ba7d63339a55c2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/d22f1aac174d44c2ba7d63339a55c2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d22f1aac174d44c2ba7d63339a55c2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/d22f1aac174d44c2ba7d63339a55c2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/d22f1aac174d44c2ba7d63339a55c2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-user", "id": "0f245618739f4a8ba3c8180e030c09d9"}, "audit_ids": ["ZuJNo2fZQeGM-sHZ7wj6Mw"], "issued_at": "2018-12-03T16:32:31.000000Z"}} 2018-12-03 16:32:31,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e8a5b5741b6ac386b582fdb9396c73b58737a0" 2018-12-03 16:32:31,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adb63439-06b6-4f05-b663-c6b9379cd7e9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:31,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-adb63439-06b6-4f05-b663-c6b9379cd7e9 2018-12-03 16:32:31,104 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d22f1aac174d44c2ba7d63339a55c2ae/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e8a5b5741b6ac386b582fdb9396c73b58737a0" 2018-12-03 16:32:31,290 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:31 GMT Server: Apache x-compute-request-id: req-90e2fb08-2e3a-44ca-8186-4c71ff309493 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-90e2fb08-2e3a-44ca-8186-4c71ff309493 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 16:32:31,290 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d22f1aac174d44c2ba7d63339a55c2ae/volumes/detail used request id req-90e2fb08-2e3a-44ca-8186-4c71ff309493 2018-12-03 16:32:31,294 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d22f1aac174d44c2ba7d63339a55c2ae/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-90e2fb08-2e3a-44ca-8186-4c71ff309493" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e8a5b5741b6ac386b582fdb9396c73b58737a0" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-a5ea62c0-1e98-433c-b662-6b73aebabe1b", "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-12-03 16:32:31,726 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Mon, 03 Dec 2018 16:32:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-160f77c4-3e4a-46a7-b65a-5f7812d91cf1 x-openstack-request-id: req-160f77c4-3e4a-46a7-b65a-5f7812d91cf1 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-12-03 16:32:31,726 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d22f1aac174d44c2ba7d63339a55c2ae/volumes used request id req-160f77c4-3e4a-46a7-b65a-5f7812d91cf1 2018-12-03 16:32:31,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" 2018-12-03 16:32:31,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9bc7b073-0783-4c72-8806-b14fe86a7771 Date: Mon, 03 Dec 2018 16:32:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:32:31,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-9bc7b073-0783-4c72-8806-b14fe86a7771 2018-12-03 16:32:31,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" 2018-12-03 16:32:32,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6976f40b-fd89-4365-9ece-875ed4b698a5 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:32:32,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-6976f40b-fd89-4365-9ece-875ed4b698a5 2018-12-03 16:32:32,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" 2018-12-03 16:32:32,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c093a349-a671-4b4e-b4af-9f7023b9d824 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:32:32,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-c093a349-a671-4b4e-b4af-9f7023b9d824 2018-12-03 16:32:32,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" 2018-12-03 16:32:32,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae998ea5-63d1-42e6-be6f-456ff02fd8be Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:32:32,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-ae998ea5-63d1-42e6-be6f-456ff02fd8be 2018-12-03 16:32:32,219 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj 2018-12-03 16:32:32,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/d22f1aac174d44c2ba7d63339a55c2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" 2018-12-03 16:32:32,434 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54504350-257d-4355-a912-2bf65c2ec00f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:32,434 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/d22f1aac174d44c2ba7d63339a55c2ae used request id req-54504350-257d-4355-a912-2bf65c2ec00f 2018-12-03 16:32:32,434 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-proj-role 2018-12-03 16:32:32,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/44b49e8f71524d01b70088248fbf63fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" 2018-12-03 16:32:32,544 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48f4f025-6405-4c2b-8813-ee9f0e9dd1f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:32,545 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/44b49e8f71524d01b70088248fbf63fe used request id req-48f4f025-6405-4c2b-8813-ee9f0e9dd1f8 2018-12-03 16:32:32,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb3e25ad7517a32a2f6a491fcb25abc35856ba9" 2018-12-03 16:32:32,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e4cb6a-f37d-455a-a41a-cde7e7bbf47e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:32,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-10e4cb6a-f37d-455a-a41a-cde7e7bbf47e 2018-12-03 16:32:32,642 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-ede478ff-aa5e-488-user 2018-12-03 16:32:32,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/0f245618739f4a8ba3c8180e030c09d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fe1371e11bdfc18a15018ceb90f17f6a58e3ac" 2018-12-03 16:32:32,825 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56870909-0ab5-4227-9c06-bf16aee34960 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:32,825 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/0f245618739f4a8ba3c8180e030c09d9 used request id req-56870909-0ab5-4227-9c06-bf16aee34960 2018-12-03 16:32:32,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:33,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["QscXdeW-RP-2HX7pPdRsMQ"], "issued_at": "2018-12-03T16:32:33.000000Z"}} 2018-12-03 16:32:33,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fff258bb495a41e0e2bcdbc6e22de97f214c1ac" 2018-12-03 16:32:33,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc4d2d32-3288-44b9-a75d-ae3c8be9c154 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:33,297 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fc4d2d32-3288-44b9-a75d-ae3c8be9c154 2018-12-03 16:32:33,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:33,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:33,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["NMN2U-UYRTyWAIDRtsCotQ"], "issued_at": "2018-12-03T16:32:33.000000Z"}} 2018-12-03 16:32:33,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" 2018-12-03 16:32:33,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a62707c-6f5c-4029-a0b1-c6445dc387e4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:33,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5a62707c-6f5c-4029-a0b1-c6445dc387e4 2018-12-03 16:32:33,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:33,769 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:33,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" 2018-12-03 16:32:33,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c0d04ee-ea69-40f7-8b90-e2d8615ebdb6 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:32:33,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj used request id req-8c0d04ee-ea69-40f7-8b90-e2d8615ebdb6 2018-12-03 16:32:33,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" 2018-12-03 16:32:33,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ca0fe2b-7383-49b1-9371-9783eb42db5c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:33,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-8ca0fe2b-7383-49b1-9371-9783eb42db5c 2018-12-03 16:32:33,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj"}}' 2018-12-03 16:32:34,060 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86cffd7e-4b2c-4c88-896b-4864110d7c71 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/a62393a13ac1426587d699c63d13b980"}, "enabled": true, "id": "a62393a13ac1426587d699c63d13b980", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj"}} 2018-12-03 16:32:34,060 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-86cffd7e-4b2c-4c88-896b-4864110d7c71 2018-12-03 16:32:34,060 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj 2018-12-03 16:32:34,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:34,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:34,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["bUcnJItISRW6JWKOMRtxCQ"], "issued_at": "2018-12-03T16:32:34.000000Z"}} 2018-12-03 16:32:34,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57535d1aa4bb32dfaed61904ac24448bef554fc" 2018-12-03 16:32:34,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc6c30e8-674c-4e2e-bb69-1c3a3d7fef96 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:34,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cc6c30e8-674c-4e2e-bb69-1c3a3d7fef96 2018-12-03 16:32:34,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:34,534 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:34,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57535d1aa4bb32dfaed61904ac24448bef554fc" 2018-12-03 16:32:34,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6e2f47b-ca1c-4868-a7fb-e0f4b82a06ec Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:32:34,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e6e2f47b-ca1c-4868-a7fb-e0f4b82a06ec 2018-12-03 16:32:34,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57535d1aa4bb32dfaed61904ac24448bef554fc" 2018-12-03 16:32:34,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-188267c4-d39a-4afb-a5a7-ce8e2c15a8dd Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/a62393a13ac1426587d699c63d13b980"}, "enabled": true, "id": "a62393a13ac1426587d699c63d13b980", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj"}]} 2018-12-03 16:32:34,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj used request id req-188267c4-d39a-4afb-a5a7-ce8e2c15a8dd 2018-12-03 16:32:34,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57535d1aa4bb32dfaed61904ac24448bef554fc" 2018-12-03 16:32:34,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e15add8-0f53-462a-a782-52cb701073df Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:34,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-6e15add8-0f53-462a-a782-52cb701073df 2018-12-03 16:32:35,217 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-user 2018-12-03 16:32:35,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:35,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" 2018-12-03 16:32:35,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bf1b2d0-2b15-4614-83d4-a7aaf155a6fc Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:35,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1bf1b2d0-2b15-4614-83d4-a7aaf155a6fc 2018-12-03 16:32:35,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj-role"}}' 2018-12-03 16:32:35,425 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-170897df-f803-41a2-84fc-06bd0361705e Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "93cfbf34592145128fdbfc13b39ac6ac", "links": {"self": "http://172.30.9.30:5000/v3/roles/93cfbf34592145128fdbfc13b39ac6ac"}, "name": "CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj-role"}} 2018-12-03 16:32:35,426 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-170897df-f803-41a2-84fc-06bd0361705e 2018-12-03 16:32:35,426 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj-role 2018-12-03 16:32:35,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/93cfbf34592145128fdbfc13b39ac6ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" 2018-12-03 16:32:35,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be2d8a52-df50-4818-918b-367731cc34ce Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/93cfbf34592145128fdbfc13b39ac6ac"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj-role", "id": "93cfbf34592145128fdbfc13b39ac6ac"}} 2018-12-03 16:32:35,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/93cfbf34592145128fdbfc13b39ac6ac used request id req-be2d8a52-df50-4818-918b-367731cc34ce 2018-12-03 16:32:35,521 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj-role to project CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj 2018-12-03 16:32:35,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/a62393a13ac1426587d699c63d13b980/users/716037d97a534d07ae6aa673f509cef1/roles/93cfbf34592145128fdbfc13b39ac6ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" 2018-12-03 16:32:35,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf45e31e-95c1-4a3d-a8f2-97df0497aee0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:35,649 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a62393a13ac1426587d699c63d13b980/users/716037d97a534d07ae6aa673f509cef1/roles/93cfbf34592145128fdbfc13b39ac6ac used request id req-cf45e31e-95c1-4a3d-a8f2-97df0497aee0 2018-12-03 16:32:35,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:35,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:36,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "93cfbf34592145128fdbfc13b39ac6ac", "name": "CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj-role"}], "expires_at": "2018-12-03T17:32:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a62393a13ac1426587d699c63d13b980", "name": "CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a62393a13ac1426587d699c63d13b980", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/a62393a13ac1426587d699c63d13b980", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/a62393a13ac1426587d699c63d13b980", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/a62393a13ac1426587d699c63d13b980", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/a62393a13ac1426587d699c63d13b980", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/a62393a13ac1426587d699c63d13b980", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a62393a13ac1426587d699c63d13b980", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/a62393a13ac1426587d699c63d13b980", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/a62393a13ac1426587d699c63d13b980", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a62393a13ac1426587d699c63d13b980", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/a62393a13ac1426587d699c63d13b980", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/a62393a13ac1426587d699c63d13b980", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-user", "id": "716037d97a534d07ae6aa673f509cef1"}, "audit_ids": ["gOY0pUS5QVyHZCmEEk6uXQ"], "issued_at": "2018-12-03T16:32:36.000000Z"}} 2018-12-03 16:32:36,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd93aef3e5f2cff9f44031ab1413e1065465c9d" 2018-12-03 16:32:36,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2faf215a-8366-4110-9712-fccee150e6ca Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:36,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2faf215a-8366-4110-9712-fccee150e6ca 2018-12-03 16:32:36,111 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/a62393a13ac1426587d699c63d13b980/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd93aef3e5f2cff9f44031ab1413e1065465c9d" 2018-12-03 16:32:36,310 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:36 GMT Server: Apache x-compute-request-id: req-4f720b2e-81d2-4986-94b0-8e68725a50b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4f720b2e-81d2-4986-94b0-8e68725a50b6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 16:32:36,311 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/a62393a13ac1426587d699c63d13b980/volumes/detail used request id req-4f720b2e-81d2-4986-94b0-8e68725a50b6 2018-12-03 16:32:36,314 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/a62393a13ac1426587d699c63d13b980/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4f720b2e-81d2-4986-94b0-8e68725a50b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd93aef3e5f2cff9f44031ab1413e1065465c9d" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-78c783a5-5f3c-4321-9e19-44fa61c99ee1", "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-12-03 16:32:36,471 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Mon, 03 Dec 2018 16:32:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-db51f9b0-eb0f-4fbd-9a9a-e6fb5438ff56 x-openstack-request-id: req-db51f9b0-eb0f-4fbd-9a9a-e6fb5438ff56 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-12-03 16:32:36,472 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/a62393a13ac1426587d699c63d13b980/volumes used request id req-db51f9b0-eb0f-4fbd-9a9a-e6fb5438ff56 2018-12-03 16:32:36,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" 2018-12-03 16:32:36,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1a6800ed-52ca-4761-ac53-33367167e1fa Date: Mon, 03 Dec 2018 16:32:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:32:36,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-1a6800ed-52ca-4761-ac53-33367167e1fa 2018-12-03 16:32:36,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" 2018-12-03 16:32:36,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2d2b5a9-c018-4799-bab6-023cc0c43c31 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:32:36,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-b2d2b5a9-c018-4799-bab6-023cc0c43c31 2018-12-03 16:32:36,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" 2018-12-03 16:32:36,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-379eab1e-c09f-48d9-86f5-8874093612aa Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:32:36,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-379eab1e-c09f-48d9-86f5-8874093612aa 2018-12-03 16:32:36,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" 2018-12-03 16:32:36,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60a1802a-fe32-43c3-830e-8342a7d36aa6 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:32:36,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-60a1802a-fe32-43c3-830e-8342a7d36aa6 2018-12-03 16:32:36,951 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj 2018-12-03 16:32:36,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/a62393a13ac1426587d699c63d13b980 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" 2018-12-03 16:32:37,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd692643-642a-46e5-81a1-2279a12c37d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:37,171 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/a62393a13ac1426587d699c63d13b980 used request id req-cd692643-642a-46e5-81a1-2279a12c37d1 2018-12-03 16:32:37,171 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-proj-role 2018-12-03 16:32:37,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/93cfbf34592145128fdbfc13b39ac6ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" 2018-12-03 16:32:37,294 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54cc4014-8333-46b1-b2d1-333dc15c3ad7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:37,294 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/93cfbf34592145128fdbfc13b39ac6ac used request id req-54cc4014-8333-46b1-b2d1-333dc15c3ad7 2018-12-03 16:32:37,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c75be77ced8a5983903260a45523d267945232" 2018-12-03 16:32:37,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbd53181-d687-45b8-a925-a84430034db3 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:37,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-bbd53181-d687-45b8-a925-a84430034db3 2018-12-03 16:32:37,386 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-6df3f4ed-7013-445-user 2018-12-03 16:32:37,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/716037d97a534d07ae6aa673f509cef1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57535d1aa4bb32dfaed61904ac24448bef554fc" 2018-12-03 16:32:37,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e11acc92-81cd-48c7-a833-54b2de6b843a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:37,561 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/716037d97a534d07ae6aa673f509cef1 used request id req-e11acc92-81cd-48c7-a833-54b2de6b843a 2018-12-03 16:32:37,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:37,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["IwtMtOQ7SfqTIeg4JbTSAg"], "issued_at": "2018-12-03T16:32:37.000000Z"}} 2018-12-03 16:32:37,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70eb1458700469f6aea350eb4500ef23155e2506" 2018-12-03 16:32:38,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-168dc24d-8a14-4584-8446-181fdfd2e668 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:38,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-168dc24d-8a14-4584-8446-181fdfd2e668 2018-12-03 16:32:38,034 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:38,035 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:38,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["QkQkplYMQOWT2gLbmmj-eA"], "issued_at": "2018-12-03T16:32:38.000000Z"}} 2018-12-03 16:32:38,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" 2018-12-03 16:32:38,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d98d343e-3f81-4f8b-bbb8-95d4a326cec0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:38,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d98d343e-3f81-4f8b-bbb8-95d4a326cec0 2018-12-03 16:32:38,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:38,520 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:38,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" 2018-12-03 16:32:38,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c605c7e9-8190-4530-9bf0-984325d0d12f Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:32:38,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj used request id req-c605c7e9-8190-4530-9bf0-984325d0d12f 2018-12-03 16:32:38,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" 2018-12-03 16:32:38,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17e0ce44-0875-48e4-8cb0-2b017c0250ae Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:38,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-17e0ce44-0875-48e4-8cb0-2b017c0250ae 2018-12-03 16:32:38,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj"}}' 2018-12-03 16:32:38,839 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ca5412c-1502-4a71-be26-a3ae369f9d70 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/315e79f7db18485b84d3a0a8b5282ba2"}, "enabled": true, "id": "315e79f7db18485b84d3a0a8b5282ba2", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj"}} 2018-12-03 16:32:38,839 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-7ca5412c-1502-4a71-be26-a3ae369f9d70 2018-12-03 16:32:38,840 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj 2018-12-03 16:32:38,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:38,841 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:39,219 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["8wqmttlETamQEJJ2pS0njA"], "issued_at": "2018-12-03T16:32:39.000000Z"}} 2018-12-03 16:32:39,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce6e796dfd6b58e96393c08187d5e3e26fe41a5" 2018-12-03 16:32:39,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c89afed9-648b-4884-ba65-6e3041026091 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:39,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c89afed9-648b-4884-ba65-6e3041026091 2018-12-03 16:32:39,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:39,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:39,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce6e796dfd6b58e96393c08187d5e3e26fe41a5" 2018-12-03 16:32:39,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ce88c6f-3839-4cf6-ae89-e5f017f605b9 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:32:39,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1ce88c6f-3839-4cf6-ae89-e5f017f605b9 2018-12-03 16:32:39,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce6e796dfd6b58e96393c08187d5e3e26fe41a5" 2018-12-03 16:32:39,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b60f6fb-b298-4ec4-9831-d9f0b7e65e55 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/315e79f7db18485b84d3a0a8b5282ba2"}, "enabled": true, "id": "315e79f7db18485b84d3a0a8b5282ba2", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj"}]} 2018-12-03 16:32:39,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj used request id req-0b60f6fb-b298-4ec4-9831-d9f0b7e65e55 2018-12-03 16:32:39,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce6e796dfd6b58e96393c08187d5e3e26fe41a5" 2018-12-03 16:32:39,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ce2b4e3-b5d4-4e13-9596-597efa3170a7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:39,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-4ce2b4e3-b5d4-4e13-9596-597efa3170a7 2018-12-03 16:32:39,886 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-7953c723-24be-43d-user 2018-12-03 16:32:39,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:39,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" 2018-12-03 16:32:39,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d1ae0df-8b2a-44a5-b5cc-9d46d671c8a8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:39,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7d1ae0df-8b2a-44a5-b5cc-9d46d671c8a8 2018-12-03 16:32:39,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj-role"}}' 2018-12-03 16:32:40,078 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75f37a56-bb9e-4af0-83c9-e305e7219062 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "30bd977d9f644c349ac5fa9f28875e05", "links": {"self": "http://172.30.9.30:5000/v3/roles/30bd977d9f644c349ac5fa9f28875e05"}, "name": "CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj-role"}} 2018-12-03 16:32:40,078 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-75f37a56-bb9e-4af0-83c9-e305e7219062 2018-12-03 16:32:40,078 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj-role 2018-12-03 16:32:40,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/30bd977d9f644c349ac5fa9f28875e05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" 2018-12-03 16:32:40,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54cf3029-9540-48d9-9d17-f989a387d1c7 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/30bd977d9f644c349ac5fa9f28875e05"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj-role", "id": "30bd977d9f644c349ac5fa9f28875e05"}} 2018-12-03 16:32:40,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/30bd977d9f644c349ac5fa9f28875e05 used request id req-54cf3029-9540-48d9-9d17-f989a387d1c7 2018-12-03 16:32:40,162 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj-role to project CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj 2018-12-03 16:32:40,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/315e79f7db18485b84d3a0a8b5282ba2/users/03ab478b30f342ab88f0d137ceb2600f/roles/30bd977d9f644c349ac5fa9f28875e05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" 2018-12-03 16:32:40,298 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-636d7a8c-7aef-489b-9bdd-619e81ab9320 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:40,298 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/315e79f7db18485b84d3a0a8b5282ba2/users/03ab478b30f342ab88f0d137ceb2600f/roles/30bd977d9f644c349ac5fa9f28875e05 used request id req-636d7a8c-7aef-489b-9bdd-619e81ab9320 2018-12-03 16:32:40,300 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:40,301 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:40,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "30bd977d9f644c349ac5fa9f28875e05", "name": "CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj-role"}], "expires_at": "2018-12-03T17:32:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "315e79f7db18485b84d3a0a8b5282ba2", "name": "CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/315e79f7db18485b84d3a0a8b5282ba2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/315e79f7db18485b84d3a0a8b5282ba2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/315e79f7db18485b84d3a0a8b5282ba2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/315e79f7db18485b84d3a0a8b5282ba2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/315e79f7db18485b84d3a0a8b5282ba2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/315e79f7db18485b84d3a0a8b5282ba2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/315e79f7db18485b84d3a0a8b5282ba2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/315e79f7db18485b84d3a0a8b5282ba2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/315e79f7db18485b84d3a0a8b5282ba2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/315e79f7db18485b84d3a0a8b5282ba2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/315e79f7db18485b84d3a0a8b5282ba2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/315e79f7db18485b84d3a0a8b5282ba2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-7953c723-24be-43d-user", "id": "03ab478b30f342ab88f0d137ceb2600f"}, "audit_ids": ["lVRiQ5FIRASAZJLXkjCnow"], "issued_at": "2018-12-03T16:32:40.000000Z"}} 2018-12-03 16:32:40,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c782290c90bfe656c11d36223eeb45671e812b8" 2018-12-03 16:32:40,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ee68ec8-7361-4676-8e42-e19fd753a650 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:40,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8ee68ec8-7361-4676-8e42-e19fd753a650 2018-12-03 16:32:40,752 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/315e79f7db18485b84d3a0a8b5282ba2/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c782290c90bfe656c11d36223eeb45671e812b8" 2018-12-03 16:32:40,943 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:40 GMT Server: Apache x-compute-request-id: req-cd1b167a-72b6-45c5-b3b7-6a4d25126c26 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cd1b167a-72b6-45c5-b3b7-6a4d25126c26 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 16:32:40,943 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/315e79f7db18485b84d3a0a8b5282ba2/volumes/detail used request id req-cd1b167a-72b6-45c5-b3b7-6a4d25126c26 2018-12-03 16:32:40,946 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/315e79f7db18485b84d3a0a8b5282ba2/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-cd1b167a-72b6-45c5-b3b7-6a4d25126c26" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c782290c90bfe656c11d36223eeb45671e812b8" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-5bd58f23-e55a-494e-b95c-43c95b224172", "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-12-03 16:32:41,098 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:32:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7f6a8307-89d5-4e73-963e-cbcf99f353dc x-openstack-request-id: req-7f6a8307-89d5-4e73-963e-cbcf99f353dc Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-12-03 16:32:41,098 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/315e79f7db18485b84d3a0a8b5282ba2/volumes used request id req-7f6a8307-89d5-4e73-963e-cbcf99f353dc 2018-12-03 16:32:41,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" 2018-12-03 16:32:41,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-31939265-9264-4a89-9b97-5fc7d2eac4cb Date: Mon, 03 Dec 2018 16:32:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:32:41,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-31939265-9264-4a89-9b97-5fc7d2eac4cb 2018-12-03 16:32:41,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" 2018-12-03 16:32:41,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3f090b8-1386-4032-b80a-09d91d4e0a4a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:32:41,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-a3f090b8-1386-4032-b80a-09d91d4e0a4a 2018-12-03 16:32:41,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" 2018-12-03 16:32:41,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2577097d-7490-4787-a2d4-27a5af31c003 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:32:41,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-2577097d-7490-4787-a2d4-27a5af31c003 2018-12-03 16:32:41,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" 2018-12-03 16:32:41,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c18668bd-799f-4d77-8ee9-6b2a5b2ae471 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:32:41,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-c18668bd-799f-4d77-8ee9-6b2a5b2ae471 2018-12-03 16:32:41,529 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj 2018-12-03 16:32:41,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/315e79f7db18485b84d3a0a8b5282ba2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" 2018-12-03 16:32:41,739 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bb5d9e5-6cb4-41fa-bf27-ac3455ea4f20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:41,739 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/315e79f7db18485b84d3a0a8b5282ba2 used request id req-5bb5d9e5-6cb4-41fa-bf27-ac3455ea4f20 2018-12-03 16:32:41,740 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-7953c723-24be-43d-proj-role 2018-12-03 16:32:41,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/30bd977d9f644c349ac5fa9f28875e05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" 2018-12-03 16:32:41,844 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4170761e-b35b-44fa-8e65-436891f3d03d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:41,844 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/30bd977d9f644c349ac5fa9f28875e05 used request id req-4170761e-b35b-44fa-8e65-436891f3d03d 2018-12-03 16:32:41,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6420345c57498492be2513fa9e76aeb4b618e243" 2018-12-03 16:32:41,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0317c7dd-37b0-4450-b8ef-7ca9a0e042aa Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:41,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0317c7dd-37b0-4450-b8ef-7ca9a0e042aa 2018-12-03 16:32:41,932 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-7953c723-24be-43d-user 2018-12-03 16:32:41,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/03ab478b30f342ab88f0d137ceb2600f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce6e796dfd6b58e96393c08187d5e3e26fe41a5" 2018-12-03 16:32:42,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e60c5f3b-040f-4a33-b265-8a5a385f932d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:42,107 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/03ab478b30f342ab88f0d137ceb2600f used request id req-e60c5f3b-040f-4a33-b265-8a5a385f932d 2018-12-03 16:32:42,109 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:42,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["w8zwlKKnQMalMxD4TQ592g"], "issued_at": "2018-12-03T16:32:42.000000Z"}} 2018-12-03 16:32:42,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0a5390b4aeaf894254729d8d73908caa039496" 2018-12-03 16:32:42,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a604f16-f760-49b7-8bc3-00bbf4ba31d2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:42,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5a604f16-f760-49b7-8bc3-00bbf4ba31d2 2018-12-03 16:32:42,569 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:42,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:42,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["jAipxSv_SqOZAFPtWLbnoA"], "issued_at": "2018-12-03T16:32:42.000000Z"}} 2018-12-03 16:32:42,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" 2018-12-03 16:32:43,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7e61f6f-02d2-48f9-b9de-c55953ccb5e0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:43,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f7e61f6f-02d2-48f9-b9de-c55953ccb5e0 2018-12-03 16:32:43,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:43,044 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:43,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" 2018-12-03 16:32:43,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f28e391-1fb3-482a-91f6-b2e62b2d643a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:32:43,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj used request id req-7f28e391-1fb3-482a-91f6-b2e62b2d643a 2018-12-03 16:32:43,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" 2018-12-03 16:32:43,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea956dae-99e5-4ea5-8d83-8fcef1cd5a7b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:43,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-ea956dae-99e5-4ea5-8d83-8fcef1cd5a7b 2018-12-03 16:32:43,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj"}}' 2018-12-03 16:32:43,419 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c79c2fa7-eb43-4279-a79e-8b3cf1be623a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0b07a8efc0f04b06819d1bdd06501567"}, "enabled": true, "id": "0b07a8efc0f04b06819d1bdd06501567", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj"}} 2018-12-03 16:32:43,419 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-c79c2fa7-eb43-4279-a79e-8b3cf1be623a 2018-12-03 16:32:43,420 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj 2018-12-03 16:32:43,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:43,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:43,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["EesxcYIlS9qddOmo67i30g"], "issued_at": "2018-12-03T16:32:43.000000Z"}} 2018-12-03 16:32:43,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6295a9f82ac9f7e64ce833a966051de7470c923" 2018-12-03 16:32:43,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd54d94f-fcb1-401c-9542-068328247f0e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:43,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dd54d94f-fcb1-401c-9542-068328247f0e 2018-12-03 16:32:43,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:43,826 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:43,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6295a9f82ac9f7e64ce833a966051de7470c923" 2018-12-03 16:32:43,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda2639b-0d6a-4c0f-806f-3b709c3399ae Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:32:43,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-eda2639b-0d6a-4c0f-806f-3b709c3399ae 2018-12-03 16:32:43,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6295a9f82ac9f7e64ce833a966051de7470c923" 2018-12-03 16:32:43,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebda1694-a5c2-41d3-a24e-e4d928224de2 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0b07a8efc0f04b06819d1bdd06501567"}, "enabled": true, "id": "0b07a8efc0f04b06819d1bdd06501567", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj"}]} 2018-12-03 16:32:43,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj used request id req-ebda1694-a5c2-41d3-a24e-e4d928224de2 2018-12-03 16:32:43,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6295a9f82ac9f7e64ce833a966051de7470c923" 2018-12-03 16:32:44,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6a9b913-dcc1-4400-9a8e-decc79221718 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:44,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d6a9b913-dcc1-4400-9a8e-decc79221718 2018-12-03 16:32:44,413 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-user 2018-12-03 16:32:44,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:44,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" 2018-12-03 16:32:44,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a44cac5d-5f89-44a2-81fc-4b0fca2dfe9d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:44,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a44cac5d-5f89-44a2-81fc-4b0fca2dfe9d 2018-12-03 16:32:44,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" -d '{"role": {"name": "CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj-role"}}' 2018-12-03 16:32:44,605 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-968d7f2d-4b1a-45ef-bc73-ef87e72b634a Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f417241f4a2b4e8a83edeffca30690ae", "links": {"self": "http://172.30.9.30:5000/v3/roles/f417241f4a2b4e8a83edeffca30690ae"}, "name": "CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj-role"}} 2018-12-03 16:32:44,605 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-968d7f2d-4b1a-45ef-bc73-ef87e72b634a 2018-12-03 16:32:44,606 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj-role 2018-12-03 16:32:44,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/f417241f4a2b4e8a83edeffca30690ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" 2018-12-03 16:32:44,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba095b0b-8d9a-4739-bd72-c327e4d6bbbe Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/f417241f4a2b4e8a83edeffca30690ae"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj-role", "id": "f417241f4a2b4e8a83edeffca30690ae"}} 2018-12-03 16:32:44,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/f417241f4a2b4e8a83edeffca30690ae used request id req-ba095b0b-8d9a-4739-bd72-c327e4d6bbbe 2018-12-03 16:32:44,696 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj-role to project CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj 2018-12-03 16:32:44,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/0b07a8efc0f04b06819d1bdd06501567/users/0fc36d8c4f9f46b0ba76117cd91dcaab/roles/f417241f4a2b4e8a83edeffca30690ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" 2018-12-03 16:32:44,829 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75305508-3e4b-4569-a3a2-5a5ab707f21f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:44,829 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/0b07a8efc0f04b06819d1bdd06501567/users/0fc36d8c4f9f46b0ba76117cd91dcaab/roles/f417241f4a2b4e8a83edeffca30690ae used request id req-75305508-3e4b-4569-a3a2-5a5ab707f21f 2018-12-03 16:32:44,830 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:44,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:45,202 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["OhfIekWsTp6KajFqZ5QFsQ"], "issued_at": "2018-12-03T16:32:45.000000Z"}} 2018-12-03 16:32:45,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ad66f1fe55363ba1ddda43cb098655421ce6b1" 2018-12-03 16:32:45,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dd2c83d-71d2-4186-8cfb-921ae308256f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:45,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0dd2c83d-71d2-4186-8cfb-921ae308256f 2018-12-03 16:32:45,296 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ad66f1fe55363ba1ddda43cb098655421ce6b1" 2018-12-03 16:32:45,466 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:45 GMT Server: Apache x-compute-request-id: req-86700981-103d-461f-9d44-631dc9f3f641 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-86700981-103d-461f-9d44-631dc9f3f641 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-03 16:32:45,467 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None used request id req-86700981-103d-461f-9d44-631dc9f3f641 2018-12-03 16:32:45,470 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-86700981-103d-461f-9d44-631dc9f3f641" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ad66f1fe55363ba1ddda43cb098655421ce6b1" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-3556080c-3b8c-48a6-b50a-fd9c61a853aa-vol-type", "description": null}}' 2018-12-03 16:32:45,663 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:45 GMT Server: Apache x-compute-request-id: req-3b4f9b5c-f6d3-418a-abcf-aba87ee88b43 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3b4f9b5c-f6d3-418a-abcf-aba87ee88b43 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-3556080c-3b8c-48a6-b50a-fd9c61a853aa-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4d68d977-7e93-4c42-8fec-3952b7c782ad", "description": null}} 2018-12-03 16:32:45,664 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types used request id req-3b4f9b5c-f6d3-418a-abcf-aba87ee88b43 2018-12-03 16:32:45,664 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-3556080c-3b8c-48a6-b50a-fd9c61a853aa-vol-type 2018-12-03 16:32:45,664 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:45,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:46,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f417241f4a2b4e8a83edeffca30690ae", "name": "CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj-role"}], "expires_at": "2018-12-03T17:32:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b07a8efc0f04b06819d1bdd06501567", "name": "CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0b07a8efc0f04b06819d1bdd06501567", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0b07a8efc0f04b06819d1bdd06501567", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0b07a8efc0f04b06819d1bdd06501567", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0b07a8efc0f04b06819d1bdd06501567", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0b07a8efc0f04b06819d1bdd06501567", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0b07a8efc0f04b06819d1bdd06501567", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0b07a8efc0f04b06819d1bdd06501567", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0b07a8efc0f04b06819d1bdd06501567", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0b07a8efc0f04b06819d1bdd06501567", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0b07a8efc0f04b06819d1bdd06501567", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0b07a8efc0f04b06819d1bdd06501567", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0b07a8efc0f04b06819d1bdd06501567", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-user", "id": "0fc36d8c4f9f46b0ba76117cd91dcaab"}, "audit_ids": ["TZZ2TNyyQeuYGHWHyAXWfA"], "issued_at": "2018-12-03T16:32:46.000000Z"}} 2018-12-03 16:32:46,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db4549844dc1243a7bd09ec1622dda28e8c3c07" 2018-12-03 16:32:46,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d49255e3-a7ce-4427-810d-0e3c6ed5a86f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:46,113 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d49255e3-a7ce-4427-810d-0e3c6ed5a86f 2018-12-03 16:32:46,119 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/0b07a8efc0f04b06819d1bdd06501567/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db4549844dc1243a7bd09ec1622dda28e8c3c07" 2018-12-03 16:32:46,326 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:46 GMT Server: Apache x-compute-request-id: req-02417424-5b21-4a67-aefa-d9d97c3f9710 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-02417424-5b21-4a67-aefa-d9d97c3f9710 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 16:32:46,326 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/0b07a8efc0f04b06819d1bdd06501567/volumes/detail used request id req-02417424-5b21-4a67-aefa-d9d97c3f9710 2018-12-03 16:32:46,329 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/0b07a8efc0f04b06819d1bdd06501567/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-02417424-5b21-4a67-aefa-d9d97c3f9710" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db4549844dc1243a7bd09ec1622dda28e8c3c07" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-3556080c-3b8c-48a6-b50a-fd9c61a853aa-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-12-03 16:32:46,498 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:32:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-74cd6706-16a1-4604-b592-8b8ed5c88a12 x-openstack-request-id: req-74cd6706-16a1-4604-b592-8b8ed5c88a12 Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-12-03 16:32:46,498 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/0b07a8efc0f04b06819d1bdd06501567/volumes used request id req-74cd6706-16a1-4604-b592-8b8ed5c88a12 2018-12-03 16:32:46,499 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-3556080c-3b8c-48a6-b50a-fd9c61a853aa-vol-type 2018-12-03 16:32:46,502 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/4d68d977-7e93-4c42-8fec-3952b7c782ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-86700981-103d-461f-9d44-631dc9f3f641" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ad66f1fe55363ba1ddda43cb098655421ce6b1" 2018-12-03 16:32:46,701 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:32:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-26e5a6a7-d4e4-42fe-8464-309da76f46f3 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-12-03 16:32:46,701 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/4d68d977-7e93-4c42-8fec-3952b7c782ad used request id req-26e5a6a7-d4e4-42fe-8464-309da76f46f3 2018-12-03 16:32:46,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" 2018-12-03 16:32:46,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-de81d15f-b295-4c8d-a0e1-0868889c9821 Date: Mon, 03 Dec 2018 16:32:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:32:46,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-de81d15f-b295-4c8d-a0e1-0868889c9821 2018-12-03 16:32:46,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" 2018-12-03 16:32:47,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbc26d4a-b5a6-4ae4-bb42-1b24918119a8 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:32:47,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-cbc26d4a-b5a6-4ae4-bb42-1b24918119a8 2018-12-03 16:32:47,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" 2018-12-03 16:32:47,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c92082c0-d651-4591-b40d-e84b9e535d5d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:32:47,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-c92082c0-d651-4591-b40d-e84b9e535d5d 2018-12-03 16:32:47,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" 2018-12-03 16:32:47,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bd6b1b6-2f11-4da8-8cb6-6e84b0ad7812 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:32:47,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-9bd6b1b6-2f11-4da8-8cb6-6e84b0ad7812 2018-12-03 16:32:47,197 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj 2018-12-03 16:32:47,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/0b07a8efc0f04b06819d1bdd06501567 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" 2018-12-03 16:32:47,386 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-353b7c86-22db-47e9-8197-546e90736a47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:47,386 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/0b07a8efc0f04b06819d1bdd06501567 used request id req-353b7c86-22db-47e9-8197-546e90736a47 2018-12-03 16:32:47,387 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-proj-role 2018-12-03 16:32:47,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/f417241f4a2b4e8a83edeffca30690ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" 2018-12-03 16:32:47,497 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-254bff45-4864-4b6a-beca-3b3af972d274 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:47,497 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/f417241f4a2b4e8a83edeffca30690ae used request id req-254bff45-4864-4b6a-beca-3b3af972d274 2018-12-03 16:32:47,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda0441065570411a24df8d66d8d66d91687a835" 2018-12-03 16:32:47,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82fa7a5c-b3cf-4992-bb86-660d98c64cec Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:47,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-82fa7a5c-b3cf-4992-bb86-660d98c64cec 2018-12-03 16:32:47,581 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-9bc0d570-0a68-4f4-user 2018-12-03 16:32:47,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/0fc36d8c4f9f46b0ba76117cd91dcaab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6295a9f82ac9f7e64ce833a966051de7470c923" 2018-12-03 16:32:47,831 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b278dfab-68e3-48d9-a02a-c542a0271006 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:47,831 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/0fc36d8c4f9f46b0ba76117cd91dcaab used request id req-b278dfab-68e3-48d9-a02a-c542a0271006 2018-12-03 16:32:47,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:48,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["TMjmInieQi6QnuIMCYbv6A"], "issued_at": "2018-12-03T16:32:48.000000Z"}} 2018-12-03 16:32:48,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e921798ab6746e802806539d69198239e6a55f69" 2018-12-03 16:32:48,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81198f08-6cbc-4b43-b543-fc3164bf2f78 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:48,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-81198f08-6cbc-4b43-b543-fc3164bf2f78 2018-12-03 16:32:48,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:48,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:48,688 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["M1XWgd8gSnKv1cdyzWyXUg"], "issued_at": "2018-12-03T16:32:48.000000Z"}} 2018-12-03 16:32:48,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" 2018-12-03 16:32:48,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ff098d6-4749-4fc3-b829-12bcfbcc23c2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:48,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6ff098d6-4749-4fc3-b829-12bcfbcc23c2 2018-12-03 16:32:48,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:48,789 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:48,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-d9690672-0f5f-446-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" 2018-12-03 16:32:48,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bcb6c36-4358-46dc-b2ed-5c420c9a9adf Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-d9690672-0f5f-446-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:32:48,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-d9690672-0f5f-446-proj used request id req-8bcb6c36-4358-46dc-b2ed-5c420c9a9adf 2018-12-03 16:32:48,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" 2018-12-03 16:32:48,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b73be84a-22e3-4350-bfa4-71b62a3c3858 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:48,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b73be84a-22e3-4350-bfa4-71b62a3c3858 2018-12-03 16:32:48,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-d9690672-0f5f-446-proj"}}' 2018-12-03 16:32:49,096 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-643874ac-7559-429c-9d06-4710525918a7 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/6ec30cc3dafe42fe96be6b381c0d6a73"}, "enabled": true, "id": "6ec30cc3dafe42fe96be6b381c0d6a73", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-d9690672-0f5f-446-proj"}} 2018-12-03 16:32:49,097 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-643874ac-7559-429c-9d06-4710525918a7 2018-12-03 16:32:49,097 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-d9690672-0f5f-446-proj 2018-12-03 16:32:49,097 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:49,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:49,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["GfJQErIBQqevBXNp5jPQnw"], "issued_at": "2018-12-03T16:32:49.000000Z"}} 2018-12-03 16:32:49,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5e365f7038d78365884de2b72d97cc2cbb1be09" 2018-12-03 16:32:49,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf7d4dd9-2868-4b9a-a833-392c77ebc17d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:49,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cf7d4dd9-2868-4b9a-a833-392c77ebc17d 2018-12-03 16:32:49,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:49,585 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:49,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5e365f7038d78365884de2b72d97cc2cbb1be09" 2018-12-03 16:32:49,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8a447fc-ef31-40c7-bfb3-780cbf2113b5 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:32:49,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d8a447fc-ef31-40c7-bfb3-780cbf2113b5 2018-12-03 16:32:49,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateVolumeWithTypeTests-d9690672-0f5f-446-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5e365f7038d78365884de2b72d97cc2cbb1be09" 2018-12-03 16:32:49,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b290b907-5307-4352-aa03-b9bfe8324517 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateVolumeWithTypeTests-d9690672-0f5f-446-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/6ec30cc3dafe42fe96be6b381c0d6a73"}, "enabled": true, "id": "6ec30cc3dafe42fe96be6b381c0d6a73", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-d9690672-0f5f-446-proj"}]} 2018-12-03 16:32:49,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateVolumeWithTypeTests-d9690672-0f5f-446-proj used request id req-b290b907-5307-4352-aa03-b9bfe8324517 2018-12-03 16:32:49,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5e365f7038d78365884de2b72d97cc2cbb1be09" 2018-12-03 16:32:49,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-178c3101-d3b3-48a7-86e0-a567915a655f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:49,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-178c3101-d3b3-48a7-86e0-a567915a655f 2018-12-03 16:32:50,245 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-d9690672-0f5f-446-user 2018-12-03 16:32:50,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:50,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" 2018-12-03 16:32:50,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c35d9688-ce66-44a3-a655-7c34be503863 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:50,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c35d9688-ce66-44a3-a655-7c34be503863 2018-12-03 16:32:50,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" -d '{"role": {"name": "CreateVolumeWithTypeTests-d9690672-0f5f-446-proj-role"}}' 2018-12-03 16:32:50,443 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed36ed34-8f48-4ee7-9668-a6503143bb89 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bc0743d36d3f43a1a0d7d210c593aa1e", "links": {"self": "http://172.30.9.30:5000/v3/roles/bc0743d36d3f43a1a0d7d210c593aa1e"}, "name": "CreateVolumeWithTypeTests-d9690672-0f5f-446-proj-role"}} 2018-12-03 16:32:50,443 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-ed36ed34-8f48-4ee7-9668-a6503143bb89 2018-12-03 16:32:50,443 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-d9690672-0f5f-446-proj-role 2018-12-03 16:32:50,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/bc0743d36d3f43a1a0d7d210c593aa1e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" 2018-12-03 16:32:50,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e271ec4e-9495-408d-82fb-0e325d312c1e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/bc0743d36d3f43a1a0d7d210c593aa1e"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-d9690672-0f5f-446-proj-role", "id": "bc0743d36d3f43a1a0d7d210c593aa1e"}} 2018-12-03 16:32:50,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/bc0743d36d3f43a1a0d7d210c593aa1e used request id req-e271ec4e-9495-408d-82fb-0e325d312c1e 2018-12-03 16:32:50,532 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-d9690672-0f5f-446-proj-role to project CreateVolumeWithTypeTests-d9690672-0f5f-446-proj 2018-12-03 16:32:50,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/6ec30cc3dafe42fe96be6b381c0d6a73/users/d221a6bfadfa4c59aaf291f44502a30e/roles/bc0743d36d3f43a1a0d7d210c593aa1e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" 2018-12-03 16:32:50,662 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3edb0b8e-1096-4382-9e44-acd93baf6b36 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:50,662 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/6ec30cc3dafe42fe96be6b381c0d6a73/users/d221a6bfadfa4c59aaf291f44502a30e/roles/bc0743d36d3f43a1a0d7d210c593aa1e used request id req-3edb0b8e-1096-4382-9e44-acd93baf6b36 2018-12-03 16:32:50,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:50,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:51,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["tG5dqwW9TrS4GX7-vUGVzA"], "issued_at": "2018-12-03T16:32:51.000000Z"}} 2018-12-03 16:32:51,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41983890170782b31e83b0f11b47d9b7d27d7384" 2018-12-03 16:32:51,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-840d93bf-9510-4d34-906b-7e8e3a40368b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:51,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-840d93bf-9510-4d34-906b-7e8e3a40368b 2018-12-03 16:32:51,131 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41983890170782b31e83b0f11b47d9b7d27d7384" 2018-12-03 16:32:51,301 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:51 GMT Server: Apache x-compute-request-id: req-cc0f267f-4481-4fa8-b46a-17b79163ae22 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cc0f267f-4481-4fa8-b46a-17b79163ae22 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-03 16:32:51,301 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types?is_public=None used request id req-cc0f267f-4481-4fa8-b46a-17b79163ae22 2018-12-03 16:32:51,305 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-cc0f267f-4481-4fa8-b46a-17b79163ae22" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41983890170782b31e83b0f11b47d9b7d27d7384" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol-type", "description": null}}' 2018-12-03 16:32:51,508 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:51 GMT Server: Apache x-compute-request-id: req-3d6c8647-d8d9-45fe-86ba-4f970b934da5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3d6c8647-d8d9-45fe-86ba-4f970b934da5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a4fcf43f-c98f-4221-9b7a-eaf40f35e058", "description": null}} 2018-12-03 16:32:51,508 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types used request id req-3d6c8647-d8d9-45fe-86ba-4f970b934da5 2018-12-03 16:32:51,509 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol-type 2018-12-03 16:32:51,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:51,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:51,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["bMF4x_T0Q1eDBjkzcOCD3Q"], "issued_at": "2018-12-03T16:32:51.000000Z"}} 2018-12-03 16:32:51,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31d147b63c723e1b5df7756cd03b16a32b565333" 2018-12-03 16:32:51,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba7e93c8-dece-4d30-9ac5-0b32086b37d8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:51,974 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ba7e93c8-dece-4d30-9ac5-0b32086b37d8 2018-12-03 16:32:51,980 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31d147b63c723e1b5df7756cd03b16a32b565333" 2018-12-03 16:32:52,185 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:51 GMT Server: Apache x-compute-request-id: req-4e401ab7-c950-4ea3-96c1-d58a95322431 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4e401ab7-c950-4ea3-96c1-d58a95322431 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 16:32:52,185 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/detail used request id req-4e401ab7-c950-4ea3-96c1-d58a95322431 2018-12-03 16:32:52,188 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4e401ab7-c950-4ea3-96c1-d58a95322431" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31d147b63c723e1b5df7756cd03b16a32b565333" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol-type", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-03 16:32:52,591 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:32:52 GMT Server: Apache x-compute-request-id: req-e6e20f40-4bdf-4e71-b784-2c69d175dc0c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e6e20f40-4bdf-4e71-b784-2c69d175dc0c Content-Length: 922 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "b79a3a66067740c99af17bcc7b121a21", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb", "rel": "self"}, {"href": "http://172.30.9.30:8776/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:32:52.487404", "description": null, "updated_at": null, "volume_type": "CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol-type", "name": "CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "73776903-3c8f-4b95-8268-31672beaeccb", "size": 1}} 2018-12-03 16:32:52,591 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes used request id req-e6e20f40-4bdf-4e71-b784-2c69d175dc0c 2018-12-03 16:32:52,594 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e401ab7-c950-4ea3-96c1-d58a95322431" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31d147b63c723e1b5df7756cd03b16a32b565333" 2018-12-03 16:32:52,801 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:52 GMT Server: Apache x-compute-request-id: req-325ddf24-f55d-4836-a712-0534dde528b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-325ddf24-f55d-4836-a712-0534dde528b6 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb", "rel": "self"}, {"href": "http://172.30.9.30:8776/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T16:32:52.000000", "replication_status": null, "snapshot_id": null, "id": "73776903-3c8f-4b95-8268-31672beaeccb", "size": 1, "user_id": "b79a3a66067740c99af17bcc7b121a21", "os-vol-tenant-attr:tenant_id": "e7db44589aed46ada30f0de826785caf", "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-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol", "bootable": "false", "created_at": "2018-12-03T16:32:52.000000", "volume_type": "CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol-type"}} 2018-12-03 16:32:52,801 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb used request id req-325ddf24-f55d-4836-a712-0534dde528b6 2018-12-03 16:32:52,802 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol 2018-12-03 16:32:52,804 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e401ab7-c950-4ea3-96c1-d58a95322431" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31d147b63c723e1b5df7756cd03b16a32b565333" 2018-12-03 16:32:52,996 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:52 GMT Server: Apache x-compute-request-id: req-2e12e7b6-d336-4433-b152-c54b68bc9885 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2e12e7b6-d336-4433-b152-c54b68bc9885 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb", "rel": "self"}, {"href": "http://172.30.9.30:8776/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T16:32:52.000000", "replication_status": null, "snapshot_id": null, "id": "73776903-3c8f-4b95-8268-31672beaeccb", "size": 1, "user_id": "b79a3a66067740c99af17bcc7b121a21", "os-vol-tenant-attr:tenant_id": "e7db44589aed46ada30f0de826785caf", "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-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol", "bootable": "false", "created_at": "2018-12-03T16:32:52.000000", "volume_type": "CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol-type"}} 2018-12-03 16:32:52,996 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb used request id req-2e12e7b6-d336-4433-b152-c54b68bc9885 2018-12-03 16:32:52,996 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:32:52,997 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol 2018-12-03 16:32:52,997 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol 2018-12-03 16:32:53,000 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e401ab7-c950-4ea3-96c1-d58a95322431" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31d147b63c723e1b5df7756cd03b16a32b565333" 2018-12-03 16:32:53,187 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:53 GMT Server: Apache x-compute-request-id: req-77ed0e89-09c6-4d01-9133-a0c14be724d1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-77ed0e89-09c6-4d01-9133-a0c14be724d1 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb", "rel": "self"}, {"href": "http://172.30.9.30:8776/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T16:32:52.000000", "replication_status": null, "snapshot_id": null, "id": "73776903-3c8f-4b95-8268-31672beaeccb", "size": 1, "user_id": "b79a3a66067740c99af17bcc7b121a21", "os-vol-tenant-attr:tenant_id": "e7db44589aed46ada30f0de826785caf", "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-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol", "bootable": "false", "created_at": "2018-12-03T16:32:52.000000", "volume_type": "CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol-type"}} 2018-12-03 16:32:53,187 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb used request id req-77ed0e89-09c6-4d01-9133-a0c14be724d1 2018-12-03 16:32:53,187 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:32:53,188 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol 2018-12-03 16:32:53,188 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol 2018-12-03 16:32:53,191 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e401ab7-c950-4ea3-96c1-d58a95322431" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31d147b63c723e1b5df7756cd03b16a32b565333" 2018-12-03 16:32:53,432 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:32:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-aa8354ea-9a1e-4bea-86c5-72f5a68a5875 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-12-03 16:32:53,432 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb used request id req-aa8354ea-9a1e-4bea-86c5-72f5a68a5875 2018-12-03 16:32:53,436 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e401ab7-c950-4ea3-96c1-d58a95322431" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31d147b63c723e1b5df7756cd03b16a32b565333" 2018-12-03 16:32:53,486 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:53 GMT Server: Apache x-compute-request-id: req-96adfb45-7fe5-4f67-a8ac-8401f3e4b2d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-96adfb45-7fe5-4f67-a8ac-8401f3e4b2d2 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb", "rel": "self"}, {"href": "http://172.30.9.30:8776/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T16:32:53.000000", "replication_status": null, "snapshot_id": null, "id": "73776903-3c8f-4b95-8268-31672beaeccb", "size": 1, "user_id": "b79a3a66067740c99af17bcc7b121a21", "os-vol-tenant-attr:tenant_id": "e7db44589aed46ada30f0de826785caf", "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-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol", "bootable": "false", "created_at": "2018-12-03T16:32:52.000000", "volume_type": "CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol-type"}} 2018-12-03 16:32:53,486 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb used request id req-96adfb45-7fe5-4f67-a8ac-8401f3e4b2d2 2018-12-03 16:32:53,487 - create_volume - DEBUG - Instance status is - deleting 2018-12-03 16:32:53,487 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 16:32:56,490 - create_volume - DEBUG - Volume status query timeout in 56.942658186 2018-12-03 16:32:56,493 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e401ab7-c950-4ea3-96c1-d58a95322431" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31d147b63c723e1b5df7756cd03b16a32b565333" 2018-12-03 16:32:56,680 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:32:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-15b43dcd-7542-46cb-810f-1b9b0f72bc31 x-openstack-request-id: req-15b43dcd-7542-46cb-810f-1b9b0f72bc31 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 73776903-3c8f-4b95-8268-31672beaeccb could not be found.", "code": 404}} 2018-12-03 16:32:56,680 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/volumes/73776903-3c8f-4b95-8268-31672beaeccb used request id req-15b43dcd-7542-46cb-810f-1b9b0f72bc31 2018-12-03 16:32:56,681 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 73776903-3c8f-4b95-8268-31672beaeccb could not be found. (HTTP 404) (Request-ID: req-15b43dcd-7542-46cb-810f-1b9b0f72bc31) 2018-12-03 16:32:56,681 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol 2018-12-03 16:32:56,682 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-d7b095e2-02a7-4a10-a45a-e838149c8cb0-vol-type 2018-12-03 16:32:56,684 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/a4fcf43f-c98f-4221-9b7a-eaf40f35e058 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc0f267f-4481-4fa8-b46a-17b79163ae22" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41983890170782b31e83b0f11b47d9b7d27d7384" 2018-12-03 16:32:56,893 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:32:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0b1f9d71-bf34-455f-8f6b-c4842acbfe94 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-12-03 16:32:56,893 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf/types/a4fcf43f-c98f-4221-9b7a-eaf40f35e058 used request id req-0b1f9d71-bf34-455f-8f6b-c4842acbfe94 2018-12-03 16:32:56,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" 2018-12-03 16:32:57,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a0346f2e-2bb3-4625-a33a-08eace88106d Date: Mon, 03 Dec 2018 16:32:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:32:57,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-a0346f2e-2bb3-4625-a33a-08eace88106d 2018-12-03 16:32:57,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" 2018-12-03 16:32:57,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f904d6ce-0a68-4857-b051-fdad6d387d55 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:32:57,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-f904d6ce-0a68-4857-b051-fdad6d387d55 2018-12-03 16:32:57,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" 2018-12-03 16:32:57,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f13593ee-7f42-48ca-ae57-2f673754d052 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:32:57,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-f13593ee-7f42-48ca-ae57-2f673754d052 2018-12-03 16:32:57,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" 2018-12-03 16:32:57,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82633715-41d3-42a8-a3e4-35c7e320d0f7 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:32:57,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-82633715-41d3-42a8-a3e4-35c7e320d0f7 2018-12-03 16:32:57,394 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-d9690672-0f5f-446-proj 2018-12-03 16:32:57,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/6ec30cc3dafe42fe96be6b381c0d6a73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" 2018-12-03 16:32:57,632 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72d1b24b-8aa2-4cfa-9fa0-12381d333856 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:57,632 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/6ec30cc3dafe42fe96be6b381c0d6a73 used request id req-72d1b24b-8aa2-4cfa-9fa0-12381d333856 2018-12-03 16:32:57,633 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-d9690672-0f5f-446-proj-role 2018-12-03 16:32:57,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/bc0743d36d3f43a1a0d7d210c593aa1e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" 2018-12-03 16:32:57,748 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b382c71-6709-48ac-9813-35f04247f133 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:57,748 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/bc0743d36d3f43a1a0d7d210c593aa1e used request id req-0b382c71-6709-48ac-9813-35f04247f133 2018-12-03 16:32:57,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99e01a1513c6d103c1af4ee476e1b1b7444115ae" 2018-12-03 16:32:57,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bffe9f3-6982-4922-b087-1a7f3d796ed0 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:32:57,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7bffe9f3-6982-4922-b087-1a7f3d796ed0 2018-12-03 16:32:57,834 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-d9690672-0f5f-446-user 2018-12-03 16:32:57,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/d221a6bfadfa4c59aaf291f44502a30e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5e365f7038d78365884de2b72d97cc2cbb1be09" 2018-12-03 16:32:58,017 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:32:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ead7a802-a15e-4f37-9bef-050e665c8952 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:32:58,017 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d221a6bfadfa4c59aaf291f44502a30e used request id req-ead7a802-a15e-4f37-9bef-050e665c8952 2018-12-03 16:32:58,019 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:58,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["vIaSaTeeTVmY3pdbhKM7pw"], "issued_at": "2018-12-03T16:32:58.000000Z"}} 2018-12-03 16:32:58,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d1d1cf6e842ab232faef8fdb8640841fb530fa" 2018-12-03 16:32:58,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-357adba5-15d4-4bbe-9113-e710e22483aa Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:58,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-357adba5-15d4-4bbe-9113-e710e22483aa 2018-12-03 16:32:58,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:58,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:58,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["hpJf95THS3WCCc1rAKBJiQ"], "issued_at": "2018-12-03T16:32:58.000000Z"}} 2018-12-03 16:32:58,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" 2018-12-03 16:32:58,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a169d178-482c-44dd-870b-80c6821265f5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:58,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a169d178-482c-44dd-870b-80c6821265f5 2018-12-03 16:32:58,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:58,977 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:58,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-aff1ffc1-5005-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" 2018-12-03 16:32:59,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aea1b66-ad4c-479c-9c70-056a5831be48 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-aff1ffc1-5005-410-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:32:59,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-aff1ffc1-5005-410-proj used request id req-1aea1b66-ad4c-479c-9c70-056a5831be48 2018-12-03 16:32:59,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" 2018-12-03 16:32:59,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b510a769-9b7e-43d0-9482-93afcda9b029 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:32:59,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b510a769-9b7e-43d0-9482-93afcda9b029 2018-12-03 16:32:59,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-aff1ffc1-5005-410-proj"}}' 2018-12-03 16:32:59,301 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6113704e-f40c-4d10-bf0f-9e1f0a244960 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/659bf1d71abd48da8198dc7e60b3ee47"}, "enabled": true, "id": "659bf1d71abd48da8198dc7e60b3ee47", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-aff1ffc1-5005-410-proj"}} 2018-12-03 16:32:59,301 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-6113704e-f40c-4d10-bf0f-9e1f0a244960 2018-12-03 16:32:59,301 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-aff1ffc1-5005-410-proj 2018-12-03 16:32:59,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:32:59,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:32:59,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:32:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["b_niWfv4TsynH21ggnjRAA"], "issued_at": "2018-12-03T16:32:59.000000Z"}} 2018-12-03 16:32:59,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}310729eaa0856b635a0c76d02cf16f6f24076a62" 2018-12-03 16:32:59,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7de81afc-3acb-4c84-9721-cce6ed4ff9ff Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:32:59,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7de81afc-3acb-4c84-9721-cce6ed4ff9ff 2018-12-03 16:32:59,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:32:59,707 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:32: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:32:59,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}310729eaa0856b635a0c76d02cf16f6f24076a62" 2018-12-03 16:32:59,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3db6b4e3-f81a-49d6-b3da-61188cd6871d Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:32:59,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3db6b4e3-f81a-49d6-b3da-61188cd6871d 2018-12-03 16:32:59,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateVolumeWithImageTests-aff1ffc1-5005-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}310729eaa0856b635a0c76d02cf16f6f24076a62" 2018-12-03 16:32:59,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0795f7b0-34f1-4da8-b392-6d4209b4f72f Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateVolumeWithImageTests-aff1ffc1-5005-410-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/659bf1d71abd48da8198dc7e60b3ee47"}, "enabled": true, "id": "659bf1d71abd48da8198dc7e60b3ee47", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-aff1ffc1-5005-410-proj"}]} 2018-12-03 16:32:59,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateVolumeWithImageTests-aff1ffc1-5005-410-proj used request id req-0795f7b0-34f1-4da8-b392-6d4209b4f72f 2018-12-03 16:32:59,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}310729eaa0856b635a0c76d02cf16f6f24076a62" 2018-12-03 16:33:00,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98c4c686-8735-452f-ac15-99163fdaaa49 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:33:00,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-98c4c686-8735-452f-ac15-99163fdaaa49 2018-12-03 16:33:00,366 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-aff1ffc1-5005-410-user 2018-12-03 16:33:00,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:00,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" 2018-12-03 16:33:00,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54024c34-0b7b-445e-a279-c506e4b923c6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:33:00,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-54024c34-0b7b-445e-a279-c506e4b923c6 2018-12-03 16:33:00,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" -d '{"role": {"name": "CreateVolumeWithImageTests-aff1ffc1-5005-410-proj-role"}}' 2018-12-03 16:33:00,563 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:33:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14faea9a-fad4-4ead-8131-ea2673ee40e5 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4f08b53af76f41079bdc59a284218ee5", "links": {"self": "http://172.30.9.30:5000/v3/roles/4f08b53af76f41079bdc59a284218ee5"}, "name": "CreateVolumeWithImageTests-aff1ffc1-5005-410-proj-role"}} 2018-12-03 16:33:00,563 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-14faea9a-fad4-4ead-8131-ea2673ee40e5 2018-12-03 16:33:00,564 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-aff1ffc1-5005-410-proj-role 2018-12-03 16:33:00,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/4f08b53af76f41079bdc59a284218ee5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" 2018-12-03 16:33:00,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bbee824-6c9e-4aa1-9fa0-ab3333491ca8 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/4f08b53af76f41079bdc59a284218ee5"}, "domain_id": null, "name": "CreateVolumeWithImageTests-aff1ffc1-5005-410-proj-role", "id": "4f08b53af76f41079bdc59a284218ee5"}} 2018-12-03 16:33:00,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/4f08b53af76f41079bdc59a284218ee5 used request id req-8bbee824-6c9e-4aa1-9fa0-ab3333491ca8 2018-12-03 16:33:00,658 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-aff1ffc1-5005-410-proj-role to project CreateVolumeWithImageTests-aff1ffc1-5005-410-proj 2018-12-03 16:33:00,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/659bf1d71abd48da8198dc7e60b3ee47/users/75b158c95c7b499caddbb8fa895697e7/roles/4f08b53af76f41079bdc59a284218ee5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" 2018-12-03 16:33:00,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:33:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1875a15-95d8-4451-8367-198763fcd3ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:33:00,793 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/659bf1d71abd48da8198dc7e60b3ee47/users/75b158c95c7b499caddbb8fa895697e7/roles/4f08b53af76f41079bdc59a284218ee5 used request id req-f1875a15-95d8-4451-8367-198763fcd3ab 2018-12-03 16:33:00,795 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:33:00,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:00,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:01,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4f08b53af76f41079bdc59a284218ee5", "name": "CreateVolumeWithImageTests-aff1ffc1-5005-410-proj-role"}], "expires_at": "2018-12-03T17:33:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "659bf1d71abd48da8198dc7e60b3ee47", "name": "CreateVolumeWithImageTests-aff1ffc1-5005-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/659bf1d71abd48da8198dc7e60b3ee47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/659bf1d71abd48da8198dc7e60b3ee47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/659bf1d71abd48da8198dc7e60b3ee47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/659bf1d71abd48da8198dc7e60b3ee47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/659bf1d71abd48da8198dc7e60b3ee47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/659bf1d71abd48da8198dc7e60b3ee47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/659bf1d71abd48da8198dc7e60b3ee47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/659bf1d71abd48da8198dc7e60b3ee47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/659bf1d71abd48da8198dc7e60b3ee47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/659bf1d71abd48da8198dc7e60b3ee47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/659bf1d71abd48da8198dc7e60b3ee47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/659bf1d71abd48da8198dc7e60b3ee47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-aff1ffc1-5005-410-user", "id": "75b158c95c7b499caddbb8fa895697e7"}, "audit_ids": ["HIId3poMTE6pu1zg3L7EIw"], "issued_at": "2018-12-03T16:33:01.000000Z"}} 2018-12-03 16:33:01,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}919eb67f5481e9a770978eb36eb9d9e387d576c5" 2018-12-03 16:33:01,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-449cf117-ddcc-4915-a1ca-d52f5cc5f2f5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:01,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-449cf117-ddcc-4915-a1ca-d52f5cc5f2f5 2018-12-03 16:33:01,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-d9e033e8-49e1-418c-b02c-3c81a4db57e2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}919eb67f5481e9a770978eb36eb9d9e387d576c5" 2018-12-03 16:33:01,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-8d3087f4-e75b-4775-b34a-c706f9303100 Date: Mon, 03 Dec 2018 16:33:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-d9e033e8-49e1-418c-b02c-3c81a4db57e2-image"} 2018-12-03 16:33:01,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-d9e033e8-49e1-418c-b02c-3c81a4db57e2-image used request id req-8d3087f4-e75b-4775-b34a-c706f9303100 2018-12-03 16:33:01,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}919eb67f5481e9a770978eb36eb9d9e387d576c5" 2018-12-03 16:33:01,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-50922c1b-2b37-40a7-86e4-88526fe522cc Date: Mon, 03 Dec 2018 16:33: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-12-03 16:33:01,572 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-50922c1b-2b37-40a7-86e4-88526fe522cc 2018-12-03 16:33:01,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}919eb67f5481e9a770978eb36eb9d9e387d576c5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-d9e033e8-49e1-418c-b02c-3c81a4db57e2-image"}' 2018-12-03 16:33:01,806 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f X-Openstack-Request-Id: req-af5384f0-2831-48ea-9b43-4a460437aedb Date: Mon, 03 Dec 2018 16:33:01 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-d9e033e8-49e1-418c-b02c-3c81a4db57e2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:33:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:33:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f", "min_disk": 0, "protected": false, "id": "5740d7ee-9b02-414a-93a9-f599076fad7f", "file": "/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f/file", "checksum": null, "owner": "659bf1d71abd48da8198dc7e60b3ee47", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:33:01,807 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-af5384f0-2831-48ea-9b43-4a460437aedb 2018-12-03 16:33:01,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}919eb67f5481e9a770978eb36eb9d9e387d576c5" -d '' 2018-12-03 16:33:03,240 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-94bcb656-923c-42c2-8f88-7290387646e5 Date: Mon, 03 Dec 2018 16:33:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:33:03,240 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f/file used request id req-94bcb656-923c-42c2-8f88-7290387646e5 2018-12-03 16:33:03,240 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:33:03,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}919eb67f5481e9a770978eb36eb9d9e387d576c5" 2018-12-03 16:33:03,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-505f7190-d389-4a66-baf6-6b3f2eaa3d20 Date: Mon, 03 Dec 2018 16:33:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-d9e033e8-49e1-418c-b02c-3c81a4db57e2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:33:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:33:03Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/5740d7ee-9b02-414a-93a9-f599076fad7f/snap", "metadata": {}}], "self": "/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f", "min_disk": 0, "protected": false, "id": "5740d7ee-9b02-414a-93a9-f599076fad7f", "file": "/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "659bf1d71abd48da8198dc7e60b3ee47", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/5740d7ee-9b02-414a-93a9-f599076fad7f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:33:03,422 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f used request id req-505f7190-d389-4a66-baf6-6b3f2eaa3d20 2018-12-03 16:33:03,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}919eb67f5481e9a770978eb36eb9d9e387d576c5" 2018-12-03 16:33:03,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eba13da0-330f-45d5-9bf3-c767a7abca9f Date: Mon, 03 Dec 2018 16:33: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-12-03 16:33:03,588 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-eba13da0-330f-45d5-9bf3-c767a7abca9f 2018-12-03 16:33:03,591 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-d9e033e8-49e1-418c-b02c-3c81a4db57e2-image 2018-12-03 16:33:03,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}919eb67f5481e9a770978eb36eb9d9e387d576c5" 2018-12-03 16:33:03,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-0ef32194-ba6e-4e11-ab9b-ef88a2e6c543 Date: Mon, 03 Dec 2018 16:33:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-d9e033e8-49e1-418c-b02c-3c81a4db57e2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:33:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:33:03Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/5740d7ee-9b02-414a-93a9-f599076fad7f/snap", "metadata": {}}], "self": "/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f", "min_disk": 0, "protected": false, "id": "5740d7ee-9b02-414a-93a9-f599076fad7f", "file": "/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "659bf1d71abd48da8198dc7e60b3ee47", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/5740d7ee-9b02-414a-93a9-f599076fad7f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:33:03,831 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f used request id req-0ef32194-ba6e-4e11-ab9b-ef88a2e6c543 2018-12-03 16:33:03,831 - create_image - DEBUG - Instance status is - active 2018-12-03 16:33:03,831 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-d9e033e8-49e1-418c-b02c-3c81a4db57e2-image 2018-12-03 16:33:03,832 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-d9e033e8-49e1-418c-b02c-3c81a4db57e2-image 2018-12-03 16:33:03,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:03,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:04,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4f08b53af76f41079bdc59a284218ee5", "name": "CreateVolumeWithImageTests-aff1ffc1-5005-410-proj-role"}], "expires_at": "2018-12-03T17:33:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "659bf1d71abd48da8198dc7e60b3ee47", "name": "CreateVolumeWithImageTests-aff1ffc1-5005-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/659bf1d71abd48da8198dc7e60b3ee47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/659bf1d71abd48da8198dc7e60b3ee47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/659bf1d71abd48da8198dc7e60b3ee47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/659bf1d71abd48da8198dc7e60b3ee47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/659bf1d71abd48da8198dc7e60b3ee47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/659bf1d71abd48da8198dc7e60b3ee47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/659bf1d71abd48da8198dc7e60b3ee47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/659bf1d71abd48da8198dc7e60b3ee47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/659bf1d71abd48da8198dc7e60b3ee47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/659bf1d71abd48da8198dc7e60b3ee47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/659bf1d71abd48da8198dc7e60b3ee47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/659bf1d71abd48da8198dc7e60b3ee47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-aff1ffc1-5005-410-user", "id": "75b158c95c7b499caddbb8fa895697e7"}, "audit_ids": ["Q7f1FswhRxmNFtZEESvKmQ"], "issued_at": "2018-12-03T16:33:04.000000Z"}} 2018-12-03 16:33:04,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a128c96f365494429b4e6420649e7906dbb76e" 2018-12-03 16:33:04,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c82f6c1c-c666-477c-98c9-f850b063607e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:04,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c82f6c1c-c666-477c-98c9-f850b063607e 2018-12-03 16:33:04,282 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/659bf1d71abd48da8198dc7e60b3ee47/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a128c96f365494429b4e6420649e7906dbb76e" 2018-12-03 16:33:04,478 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:04 GMT Server: Apache x-compute-request-id: req-73e33de3-68bf-45f5-afc2-7913453fd8c5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-73e33de3-68bf-45f5-afc2-7913453fd8c5 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 16:33:04,478 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/659bf1d71abd48da8198dc7e60b3ee47/volumes/detail used request id req-73e33de3-68bf-45f5-afc2-7913453fd8c5 2018-12-03 16:33:04,481 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/659bf1d71abd48da8198dc7e60b3ee47/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-73e33de3-68bf-45f5-afc2-7913453fd8c5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6a128c96f365494429b4e6420649e7906dbb76e" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-d9e033e8-49e1-418c-b02c-3c81a4db57e2-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-12-03 16:33:04,810 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Mon, 03 Dec 2018 16:33:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-dca89a36-437b-4a0b-ba20-c42ed96b2e1b x-openstack-request-id: req-dca89a36-437b-4a0b-ba20-c42ed96b2e1b Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-12-03 16:33:04,810 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/659bf1d71abd48da8198dc7e60b3ee47/volumes used request id req-dca89a36-437b-4a0b-ba20-c42ed96b2e1b 2018-12-03 16:33:04,811 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-d9e033e8-49e1-418c-b02c-3c81a4db57e2-image 2018-12-03 16:33:04,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}919eb67f5481e9a770978eb36eb9d9e387d576c5" 2018-12-03 16:33:06,688 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e8db6b85-3b17-471e-b3dd-9b7d5f85846e Date: Mon, 03 Dec 2018 16:33:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:33:06,689 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/5740d7ee-9b02-414a-93a9-f599076fad7f used request id req-e8db6b85-3b17-471e-b3dd-9b7d5f85846e 2018-12-03 16:33:06,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" 2018-12-03 16:33:06,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2a9a8072-9910-4fa5-9717-62545ecfdbd1 Date: Mon, 03 Dec 2018 16:33:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:33:06,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-2a9a8072-9910-4fa5-9717-62545ecfdbd1 2018-12-03 16:33:06,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" 2018-12-03 16:33:06,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d40143ee-e016-4225-b663-f9558e0d84c3 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:33:06,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-d40143ee-e016-4225-b663-f9558e0d84c3 2018-12-03 16:33:06,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" 2018-12-03 16:33:07,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4b2ebde-cdc2-4107-8a50-580dc42eb6c7 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:33:07,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-b4b2ebde-cdc2-4107-8a50-580dc42eb6c7 2018-12-03 16:33:07,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" 2018-12-03 16:33:07,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0657e94e-59ca-4959-b7ad-1dd9e2975e99 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:33:07,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-0657e94e-59ca-4959-b7ad-1dd9e2975e99 2018-12-03 16:33:07,158 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-aff1ffc1-5005-410-proj 2018-12-03 16:33:07,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/659bf1d71abd48da8198dc7e60b3ee47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" 2018-12-03 16:33:07,368 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:33:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c4bbb3c-acae-4760-9775-9f37f8f887bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:33:07,368 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/659bf1d71abd48da8198dc7e60b3ee47 used request id req-0c4bbb3c-acae-4760-9775-9f37f8f887bf 2018-12-03 16:33:07,368 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-aff1ffc1-5005-410-proj-role 2018-12-03 16:33:07,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/4f08b53af76f41079bdc59a284218ee5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" 2018-12-03 16:33:07,490 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:33:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c59cd097-a713-42ac-a19d-1e9ef23c836b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:33:07,491 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/4f08b53af76f41079bdc59a284218ee5 used request id req-c59cd097-a713-42ac-a19d-1e9ef23c836b 2018-12-03 16:33:07,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ba547853459fe081e24f3a8c073a503983251fd" 2018-12-03 16:33:07,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf4819b9-5240-47dd-b397-24cdd88b2b6f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:33:07,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cf4819b9-5240-47dd-b397-24cdd88b2b6f 2018-12-03 16:33:07,575 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-aff1ffc1-5005-410-user 2018-12-03 16:33:07,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/75b158c95c7b499caddbb8fa895697e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}310729eaa0856b635a0c76d02cf16f6f24076a62" 2018-12-03 16:33:07,753 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:33:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e1b6782-0046-464a-9775-b957db2fa0e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:33:07,753 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/75b158c95c7b499caddbb8fa895697e7 used request id req-1e1b6782-0046-464a-9775-b957db2fa0e6 2018-12-03 16:33:07,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:08,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:33:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["zDVTJv8lQvyLw5uEw3lBTQ"], "issued_at": "2018-12-03T16:33:08.000000Z"}} 2018-12-03 16:33:08,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5595bca98f12a961350733964e48299fac84e758" 2018-12-03 16:33:08,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88f61b83-2f2e-453b-a849-a931e0b24b6f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:08,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-88f61b83-2f2e-453b-a849-a931e0b24b6f 2018-12-03 16:33:08,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:08,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:08,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:33:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["zK0ToG2_ReqCse1hOUF9bQ"], "issued_at": "2018-12-03T16:33:08.000000Z"}} 2018-12-03 16:33:08,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" 2018-12-03 16:33:08,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65c6f049-b621-4ce0-b077-86df6eeaf101 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:08,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-65c6f049-b621-4ce0-b077-86df6eeaf101 2018-12-03 16:33:08,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:33:08,701 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:33: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:33:08,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" 2018-12-03 16:33:08,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5ebd83f-7269-496c-8d8b-35b428ea2efb Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:33:08,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj used request id req-e5ebd83f-7269-496c-8d8b-35b428ea2efb 2018-12-03 16:33:08,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" 2018-12-03 16:33:08,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d322925-182b-45d6-ba11-65add0f58b94 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:33:08,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-9d322925-182b-45d6-ba11-65add0f58b94 2018-12-03 16:33:08,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj"}}' 2018-12-03 16:33:09,000 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:33:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c9422ca-83e5-4585-aa93-3ec0c6f87a57 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/102b4ea97de14e9ba03f6437cfe3dbbf"}, "enabled": true, "id": "102b4ea97de14e9ba03f6437cfe3dbbf", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj"}} 2018-12-03 16:33:09,000 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-9c9422ca-83e5-4585-aa93-3ec0c6f87a57 2018-12-03 16:33:09,001 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj 2018-12-03 16:33:09,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:09,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:09,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:33:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["R_hqS45CT12Db6KBiyjzqA"], "issued_at": "2018-12-03T16:33:09.000000Z"}} 2018-12-03 16:33:09,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c537f1afc3b3a3479278b4736490e5a92fafd84c" 2018-12-03 16:33:09,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb25105d-c901-4ad3-9299-8ddbc0734297 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:09,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fb25105d-c901-4ad3-9299-8ddbc0734297 2018-12-03 16:33:09,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:33:09,488 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:33: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:33:09,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c537f1afc3b3a3479278b4736490e5a92fafd84c" 2018-12-03 16:33:09,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10a9d1f6-4556-4325-9aa4-a5b057708714 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:33:09,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-10a9d1f6-4556-4325-9aa4-a5b057708714 2018-12-03 16:33:09,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c537f1afc3b3a3479278b4736490e5a92fafd84c" 2018-12-03 16:33:09,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7757fc2-63e8-404e-a76e-dfd728d24ed4 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/102b4ea97de14e9ba03f6437cfe3dbbf"}, "enabled": true, "id": "102b4ea97de14e9ba03f6437cfe3dbbf", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj"}]} 2018-12-03 16:33:09,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj used request id req-d7757fc2-63e8-404e-a76e-dfd728d24ed4 2018-12-03 16:33:09,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c537f1afc3b3a3479278b4736490e5a92fafd84c" 2018-12-03 16:33:09,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80688012-a362-4dd2-bea4-55bd8ac5d12a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:33:09,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-80688012-a362-4dd2-bea4-55bd8ac5d12a 2018-12-03 16:33:10,144 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-d883cbc5-b3f0-427-user 2018-12-03 16:33:10,144 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:10,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" 2018-12-03 16:33:10,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1776a0dc-2c02-41c2-a6e4-42b4ac1b33b6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:33:10,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1776a0dc-2c02-41c2-a6e4-42b4ac1b33b6 2018-12-03 16:33:10,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" -d '{"role": {"name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj-role"}}' 2018-12-03 16:33:10,347 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:33:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-287433ae-f4b3-4fd9-8b6c-f227b58ff4c6 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "73d0ddd1e674455fbb9616f337acd250", "links": {"self": "http://172.30.9.30:5000/v3/roles/73d0ddd1e674455fbb9616f337acd250"}, "name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj-role"}} 2018-12-03 16:33:10,347 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-287433ae-f4b3-4fd9-8b6c-f227b58ff4c6 2018-12-03 16:33:10,348 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj-role 2018-12-03 16:33:10,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/73d0ddd1e674455fbb9616f337acd250 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" 2018-12-03 16:33:10,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708e5cd3-6774-4aa3-bd8f-8acd06a0c039 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/73d0ddd1e674455fbb9616f337acd250"}, "domain_id": null, "name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj-role", "id": "73d0ddd1e674455fbb9616f337acd250"}} 2018-12-03 16:33:10,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/73d0ddd1e674455fbb9616f337acd250 used request id req-708e5cd3-6774-4aa3-bd8f-8acd06a0c039 2018-12-03 16:33:10,371 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj-role to project CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj 2018-12-03 16:33:10,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/102b4ea97de14e9ba03f6437cfe3dbbf/users/cf90e10d54ba4826921e20aa1712212f/roles/73d0ddd1e674455fbb9616f337acd250 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" 2018-12-03 16:33:10,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:33:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-710f1423-b2cd-4528-a75e-1b2155f0e95d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:33:10,506 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/102b4ea97de14e9ba03f6437cfe3dbbf/users/cf90e10d54ba4826921e20aa1712212f/roles/73d0ddd1e674455fbb9616f337acd250 used request id req-710f1423-b2cd-4528-a75e-1b2155f0e95d 2018-12-03 16:33:10,507 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:33:10,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:10,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:10,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73d0ddd1e674455fbb9616f337acd250", "name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj-role"}], "expires_at": "2018-12-03T17:33:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "102b4ea97de14e9ba03f6437cfe3dbbf", "name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-user", "id": "cf90e10d54ba4826921e20aa1712212f"}, "audit_ids": ["M8znxv_uQsO3gmAkUIwMAA"], "issued_at": "2018-12-03T16:33:10.000000Z"}} 2018-12-03 16:33:10,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd8e6888434dad4d8cabfdf305c3224879e919b9" 2018-12-03 16:33:10,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a08179e8-6358-4724-af8d-69df48474875 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:10,964 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a08179e8-6358-4724-af8d-69df48474875 2018-12-03 16:33:10,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd8e6888434dad4d8cabfdf305c3224879e919b9" 2018-12-03 16:33:11,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-82af1c19-313e-430b-8fbf-c429ec06c571 Date: Mon, 03 Dec 2018 16:33:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image"} 2018-12-03 16:33:11,238 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image used request id req-82af1c19-313e-430b-8fbf-c429ec06c571 2018-12-03 16:33:11,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd8e6888434dad4d8cabfdf305c3224879e919b9" 2018-12-03 16:33:11,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5675d01d-9536-4291-b8e6-fae039bd16c3 Date: Mon, 03 Dec 2018 16:33: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-12-03 16:33:11,409 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-5675d01d-9536-4291-b8e6-fae039bd16c3 2018-12-03 16:33:11,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bd8e6888434dad4d8cabfdf305c3224879e919b9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image"}' 2018-12-03 16:33:11,625 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/1877959a-c578-4202-b9c2-6a763d945283 X-Openstack-Request-Id: req-66ad485a-7bd0-419c-b3f1-86b84ff981cd Date: Mon, 03 Dec 2018 16:33:11 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:33:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:33:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/1877959a-c578-4202-b9c2-6a763d945283", "min_disk": 0, "protected": false, "id": "1877959a-c578-4202-b9c2-6a763d945283", "file": "/v2/images/1877959a-c578-4202-b9c2-6a763d945283/file", "checksum": null, "owner": "102b4ea97de14e9ba03f6437cfe3dbbf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:33:11,625 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-66ad485a-7bd0-419c-b3f1-86b84ff981cd 2018-12-03 16:33:11,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/1877959a-c578-4202-b9c2-6a763d945283/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd8e6888434dad4d8cabfdf305c3224879e919b9" -d '' 2018-12-03 16:33:13,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c910ac1b-0b60-4aa1-b3e1-c01c99beb6a8 Date: Mon, 03 Dec 2018 16:33:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:33:13,106 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/1877959a-c578-4202-b9c2-6a763d945283/file used request id req-c910ac1b-0b60-4aa1-b3e1-c01c99beb6a8 2018-12-03 16:33:13,107 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:33:13,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/1877959a-c578-4202-b9c2-6a763d945283 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd8e6888434dad4d8cabfdf305c3224879e919b9" 2018-12-03 16:33:13,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-68401a34-fc10-46d6-b52c-d5a8d8f6c1d5 Date: Mon, 03 Dec 2018 16:33:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:33:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:33:13Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1877959a-c578-4202-b9c2-6a763d945283/snap", "metadata": {}}], "self": "/v2/images/1877959a-c578-4202-b9c2-6a763d945283", "min_disk": 0, "protected": false, "id": "1877959a-c578-4202-b9c2-6a763d945283", "file": "/v2/images/1877959a-c578-4202-b9c2-6a763d945283/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "102b4ea97de14e9ba03f6437cfe3dbbf", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1877959a-c578-4202-b9c2-6a763d945283/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:33:13,268 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/1877959a-c578-4202-b9c2-6a763d945283 used request id req-68401a34-fc10-46d6-b52c-d5a8d8f6c1d5 2018-12-03 16:33:13,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd8e6888434dad4d8cabfdf305c3224879e919b9" 2018-12-03 16:33:13,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c60c0f87-9149-4d16-a98a-911338c51ac3 Date: Mon, 03 Dec 2018 16:33: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-12-03 16:33:13,279 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c60c0f87-9149-4d16-a98a-911338c51ac3 2018-12-03 16:33:13,282 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image 2018-12-03 16:33:13,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/1877959a-c578-4202-b9c2-6a763d945283 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd8e6888434dad4d8cabfdf305c3224879e919b9" 2018-12-03 16:33:13,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-88f44aa5-5c70-4423-b8cb-79428ac45021 Date: Mon, 03 Dec 2018 16:33:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:33:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:33:13Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1877959a-c578-4202-b9c2-6a763d945283/snap", "metadata": {}}], "self": "/v2/images/1877959a-c578-4202-b9c2-6a763d945283", "min_disk": 0, "protected": false, "id": "1877959a-c578-4202-b9c2-6a763d945283", "file": "/v2/images/1877959a-c578-4202-b9c2-6a763d945283/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "102b4ea97de14e9ba03f6437cfe3dbbf", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1877959a-c578-4202-b9c2-6a763d945283/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:33:13,449 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/1877959a-c578-4202-b9c2-6a763d945283 used request id req-88f44aa5-5c70-4423-b8cb-79428ac45021 2018-12-03 16:33:13,450 - create_image - DEBUG - Instance status is - active 2018-12-03 16:33:13,450 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image 2018-12-03 16:33:13,450 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image 2018-12-03 16:33:13,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:13,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:13,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73d0ddd1e674455fbb9616f337acd250", "name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj-role"}], "expires_at": "2018-12-03T17:33:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "102b4ea97de14e9ba03f6437cfe3dbbf", "name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-user", "id": "cf90e10d54ba4826921e20aa1712212f"}, "audit_ids": ["7iSWb3cpRTe3FyLGTXsj0Q"], "issued_at": "2018-12-03T16:33:13.000000Z"}} 2018-12-03 16:33:13,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadb1b33517c3b25a8271d45f89a92566cce6fd3" 2018-12-03 16:33:13,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c842efb-ab08-441c-8469-87b1b1175e2d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:13,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3c842efb-ab08-441c-8469-87b1b1175e2d 2018-12-03 16:33:13,908 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadb1b33517c3b25a8271d45f89a92566cce6fd3" 2018-12-03 16:33:14,083 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:13 GMT Server: Apache x-compute-request-id: req-8ef7a1d4-e5b3-4d16-916d-225a298a60c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8ef7a1d4-e5b3-4d16-916d-225a298a60c2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 16:33:14,084 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/detail used request id req-8ef7a1d4-e5b3-4d16-916d-225a298a60c2 2018-12-03 16:33:14,087 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8ef7a1d4-e5b3-4d16-916d-225a298a60c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadb1b33517c3b25a8271d45f89a92566cce6fd3" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol", "imageRef": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-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-12-03 16:33:15,759 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:33:14 GMT Server: Apache x-compute-request-id: req-bb6c73bf-cb50-489e-9537-0b7926bb0553 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bb6c73bf-cb50-489e-9537-0b7926bb0553 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "cf90e10d54ba4826921e20aa1712212f", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "self"}, {"href": "http://172.30.9.30:8776/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:33:15.666032", "description": null, "updated_at": null, "volume_type": null, "name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "size": 1}} 2018-12-03 16:33:15,759 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes used request id req-bb6c73bf-cb50-489e-9537-0b7926bb0553 2018-12-03 16:33:15,763 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ef7a1d4-e5b3-4d16-916d-225a298a60c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadb1b33517c3b25a8271d45f89a92566cce6fd3" 2018-12-03 16:33:15,948 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:15 GMT Server: Apache x-compute-request-id: req-a0ebd1f9-9305-4bbf-841c-4f7d5cd4f4e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a0ebd1f9-9305-4bbf-841c-4f7d5cd4f4e4 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "cf90e10d54ba4826921e20aa1712212f", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "self"}, {"href": "http://172.30.9.30:8776/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:33:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "102b4ea97de14e9ba03f6437cfe3dbbf", "updated_at": "2018-12-03T16:33:15.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "size": 1}} 2018-12-03 16:33:15,948 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 used request id req-a0ebd1f9-9305-4bbf-841c-4f7d5cd4f4e4 2018-12-03 16:33:15,949 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol 2018-12-03 16:33:15,952 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ef7a1d4-e5b3-4d16-916d-225a298a60c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadb1b33517c3b25a8271d45f89a92566cce6fd3" 2018-12-03 16:33:16,146 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:15 GMT Server: Apache x-compute-request-id: req-135e1448-b32b-4b26-91ed-e51d37828d91 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-135e1448-b32b-4b26-91ed-e51d37828d91 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "cf90e10d54ba4826921e20aa1712212f", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "self"}, {"href": "http://172.30.9.30:8776/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:33:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "102b4ea97de14e9ba03f6437cfe3dbbf", "updated_at": "2018-12-03T16:33:15.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "size": 1}} 2018-12-03 16:33:16,146 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 used request id req-135e1448-b32b-4b26-91ed-e51d37828d91 2018-12-03 16:33:16,147 - create_volume - DEBUG - Instance status is - creating 2018-12-03 16:33:16,147 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 16:33:19,150 - create_volume - DEBUG - Volume status query timeout in 296.799115181 2018-12-03 16:33:19,153 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ef7a1d4-e5b3-4d16-916d-225a298a60c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadb1b33517c3b25a8271d45f89a92566cce6fd3" 2018-12-03 16:33:19,357 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:19 GMT Server: Apache x-compute-request-id: req-303eaed7-8a94-4d06-b667-d5c010992922 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-303eaed7-8a94-4d06-b667-d5c010992922 Content-Encoding: gzip Content-Length: 471 Content-Type: application/json RESP BODY: {"volume": {"status": "downloading", "user_id": "cf90e10d54ba4826921e20aa1712212f", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "self"}, {"href": "http://172.30.9.30:8776/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:33:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "102b4ea97de14e9ba03f6437cfe3dbbf", "updated_at": "2018-12-03T16:33:18.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "size": 1}} 2018-12-03 16:33:19,357 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 used request id req-303eaed7-8a94-4d06-b667-d5c010992922 2018-12-03 16:33:19,358 - create_volume - DEBUG - Instance status is - downloading 2018-12-03 16:33:19,358 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 16:33:22,361 - create_volume - DEBUG - Volume status query timeout in 293.5882442 2018-12-03 16:33:22,364 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ef7a1d4-e5b3-4d16-916d-225a298a60c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadb1b33517c3b25a8271d45f89a92566cce6fd3" 2018-12-03 16:33:22,557 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:22 GMT Server: Apache x-compute-request-id: req-03abd329-d1b6-453a-8757-d1f897e4b3aa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-03abd329-d1b6-453a-8757-d1f897e4b3aa Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "self"}, {"href": "http://172.30.9.30:8776/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-12-03T16:33:21.000000", "replication_status": null, "snapshot_id": null, "id": "5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "size": 1, "user_id": "cf90e10d54ba4826921e20aa1712212f", "os-vol-tenant-attr:tenant_id": "102b4ea97de14e9ba03f6437cfe3dbbf", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image", "image_id": "1877959a-c578-4202-b9c2-6a763d945283", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol", "bootable": "true", "created_at": "2018-12-03T16:33:15.000000", "volume_type": null}} 2018-12-03 16:33:22,557 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 used request id req-03abd329-d1b6-453a-8757-d1f897e4b3aa 2018-12-03 16:33:22,557 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:33:22,557 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol 2018-12-03 16:33:22,558 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol 2018-12-03 16:33:22,560 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ef7a1d4-e5b3-4d16-916d-225a298a60c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadb1b33517c3b25a8271d45f89a92566cce6fd3" 2018-12-03 16:33:22,758 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:22 GMT Server: Apache x-compute-request-id: req-9a32d79d-171a-4845-8351-5e3ed13236c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9a32d79d-171a-4845-8351-5e3ed13236c8 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "self"}, {"href": "http://172.30.9.30:8776/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-12-03T16:33:21.000000", "replication_status": null, "snapshot_id": null, "id": "5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "size": 1, "user_id": "cf90e10d54ba4826921e20aa1712212f", "os-vol-tenant-attr:tenant_id": "102b4ea97de14e9ba03f6437cfe3dbbf", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image", "image_id": "1877959a-c578-4202-b9c2-6a763d945283", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol", "bootable": "true", "created_at": "2018-12-03T16:33:15.000000", "volume_type": null}} 2018-12-03 16:33:22,759 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 used request id req-9a32d79d-171a-4845-8351-5e3ed13236c8 2018-12-03 16:33:22,759 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:33:22,759 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol 2018-12-03 16:33:22,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:23,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73d0ddd1e674455fbb9616f337acd250", "name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj-role"}], "expires_at": "2018-12-03T17:33:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "102b4ea97de14e9ba03f6437cfe3dbbf", "name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/102b4ea97de14e9ba03f6437cfe3dbbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-d883cbc5-b3f0-427-user", "id": "cf90e10d54ba4826921e20aa1712212f"}, "audit_ids": ["_Dz8hEMYS4ynHYfRL3wMuA"], "issued_at": "2018-12-03T16:33:23.000000Z"}} 2018-12-03 16:33:23,140 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb1f93c81e4fd81651209185eb8dea75229a9cff" 2018-12-03 16:33:23,356 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:23 GMT Server: Apache x-compute-request-id: req-24c965bb-e862-4601-9e63-b1375f96a91c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-24c965bb-e862-4601-9e63-b1375f96a91c Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "self"}, {"href": "http://172.30.9.30:8776/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-12-03T16:33:21.000000", "replication_status": null, "snapshot_id": null, "id": "5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "size": 1, "user_id": "cf90e10d54ba4826921e20aa1712212f", "os-vol-tenant-attr:tenant_id": "102b4ea97de14e9ba03f6437cfe3dbbf", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image", "image_id": "1877959a-c578-4202-b9c2-6a763d945283", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol", "bootable": "true", "created_at": "2018-12-03T16:33:15.000000", "volume_type": null}} 2018-12-03 16:33:23,356 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 used request id req-24c965bb-e862-4601-9e63-b1375f96a91c 2018-12-03 16:33:23,359 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ef7a1d4-e5b3-4d16-916d-225a298a60c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadb1b33517c3b25a8271d45f89a92566cce6fd3" 2018-12-03 16:33:23,551 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:23 GMT Server: Apache x-compute-request-id: req-fe3689b0-32cd-4f41-bdc6-ffbd7f8ab9a6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fe3689b0-32cd-4f41-bdc6-ffbd7f8ab9a6 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "self"}, {"href": "http://172.30.9.30:8776/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-12-03T16:33:21.000000", "replication_status": null, "snapshot_id": null, "id": "5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "size": 1, "user_id": "cf90e10d54ba4826921e20aa1712212f", "os-vol-tenant-attr:tenant_id": "102b4ea97de14e9ba03f6437cfe3dbbf", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image", "image_id": "1877959a-c578-4202-b9c2-6a763d945283", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol", "bootable": "true", "created_at": "2018-12-03T16:33:15.000000", "volume_type": null}} 2018-12-03 16:33:23,551 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 used request id req-fe3689b0-32cd-4f41-bdc6-ffbd7f8ab9a6 2018-12-03 16:33:23,551 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:33:23,551 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol 2018-12-03 16:33:23,552 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol 2018-12-03 16:33:23,554 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ef7a1d4-e5b3-4d16-916d-225a298a60c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadb1b33517c3b25a8271d45f89a92566cce6fd3" 2018-12-03 16:33:23,649 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:33:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2d88a19c-d0f4-4c03-a34a-eabd9ad7d4cc 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-12-03 16:33:23,649 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 used request id req-2d88a19c-d0f4-4c03-a34a-eabd9ad7d4cc 2018-12-03 16:33:23,652 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ef7a1d4-e5b3-4d16-916d-225a298a60c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadb1b33517c3b25a8271d45f89a92566cce6fd3" 2018-12-03 16:33:23,857 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:23 GMT Server: Apache x-compute-request-id: req-e95d0ca3-d96c-445e-b53e-3c576840f779 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e95d0ca3-d96c-445e-b53e-3c576840f779 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "self"}, {"href": "http://172.30.9.30:8776/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-12-03T16:33:23.000000", "replication_status": null, "snapshot_id": null, "id": "5e7f8111-1ca9-4d7a-a89d-65c5116b7808", "size": 1, "user_id": "cf90e10d54ba4826921e20aa1712212f", "os-vol-tenant-attr:tenant_id": "102b4ea97de14e9ba03f6437cfe3dbbf", "metadata": {}, "status": "deleting", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image", "image_id": "1877959a-c578-4202-b9c2-6a763d945283", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol", "bootable": "true", "created_at": "2018-12-03T16:33:15.000000", "volume_type": null}} 2018-12-03 16:33:23,857 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 used request id req-e95d0ca3-d96c-445e-b53e-3c576840f779 2018-12-03 16:33:23,858 - create_volume - DEBUG - Instance status is - deleting 2018-12-03 16:33:23,858 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 16:33:26,861 - create_volume - DEBUG - Volume status query timeout in 56.7882812023 2018-12-03 16:33:26,864 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ef7a1d4-e5b3-4d16-916d-225a298a60c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadb1b33517c3b25a8271d45f89a92566cce6fd3" 2018-12-03 16:33:26,899 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:33:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-db7a51ee-ab53-4de2-9706-ac38d010c742 x-openstack-request-id: req-db7a51ee-ab53-4de2-9706-ac38d010c742 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 5e7f8111-1ca9-4d7a-a89d-65c5116b7808 could not be found.", "code": 404}} 2018-12-03 16:33:26,899 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/102b4ea97de14e9ba03f6437cfe3dbbf/volumes/5e7f8111-1ca9-4d7a-a89d-65c5116b7808 used request id req-db7a51ee-ab53-4de2-9706-ac38d010c742 2018-12-03 16:33:26,899 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 5e7f8111-1ca9-4d7a-a89d-65c5116b7808 could not be found. (HTTP 404) (Request-ID: req-db7a51ee-ab53-4de2-9706-ac38d010c742) 2018-12-03 16:33:26,899 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-vol 2018-12-03 16:33:26,900 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-57d543ba-3868-468c-8a8e-4ff4be6133b3-image 2018-12-03 16:33:26,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/1877959a-c578-4202-b9c2-6a763d945283 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd8e6888434dad4d8cabfdf305c3224879e919b9" 2018-12-03 16:33:28,726 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5a6046aa-4030-4d4f-9d3e-3b3ec6cca5c5 Date: Mon, 03 Dec 2018 16:33:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:33:28,726 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/1877959a-c578-4202-b9c2-6a763d945283 used request id req-5a6046aa-4030-4d4f-9d3e-3b3ec6cca5c5 2018-12-03 16:33:28,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" 2018-12-03 16:33:28,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7ee31abd-5731-4e9e-be14-3a3f2c24e984 Date: Mon, 03 Dec 2018 16:33:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:33:28,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-7ee31abd-5731-4e9e-be14-3a3f2c24e984 2018-12-03 16:33:28,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" 2018-12-03 16:33:29,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e44e7da4-b358-4362-8966-415c735944ff Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:33:29,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-e44e7da4-b358-4362-8966-415c735944ff 2018-12-03 16:33:29,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" 2018-12-03 16:33:29,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc5743a5-a945-41ee-a59f-dd7a86057aa7 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:33:29,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-dc5743a5-a945-41ee-a59f-dd7a86057aa7 2018-12-03 16:33:29,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" 2018-12-03 16:33:29,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc50fd3d-2258-442a-9ea1-59ee080b2aea Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:33:29,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-fc50fd3d-2258-442a-9ea1-59ee080b2aea 2018-12-03 16:33:29,211 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj 2018-12-03 16:33:29,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/102b4ea97de14e9ba03f6437cfe3dbbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" 2018-12-03 16:33:29,459 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:33:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88bfa8cb-b5ad-426d-8e93-cfbb9c7fcc2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:33:29,459 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/102b4ea97de14e9ba03f6437cfe3dbbf used request id req-88bfa8cb-b5ad-426d-8e93-cfbb9c7fcc2e 2018-12-03 16:33:29,460 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-d883cbc5-b3f0-427-proj-role 2018-12-03 16:33:29,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/73d0ddd1e674455fbb9616f337acd250 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" 2018-12-03 16:33:29,683 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:33:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fa445ce-b6ea-43cc-a71d-2afe79a46a9e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:33:29,683 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/73d0ddd1e674455fbb9616f337acd250 used request id req-2fa445ce-b6ea-43cc-a71d-2afe79a46a9e 2018-12-03 16:33:29,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edc1c7c64d779785f3a456fee4761adda7d9dc3" 2018-12-03 16:33:29,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68de8967-ed5d-44b6-bf9e-425ba2102ce4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:33:29,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-68de8967-ed5d-44b6-bf9e-425ba2102ce4 2018-12-03 16:33:29,777 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-d883cbc5-b3f0-427-user 2018-12-03 16:33:29,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/cf90e10d54ba4826921e20aa1712212f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c537f1afc3b3a3479278b4736490e5a92fafd84c" 2018-12-03 16:33:29,970 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:33:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8fc2bb9-6a47-4286-bee5-14cf93e5ddee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:33:29,970 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/cf90e10d54ba4826921e20aa1712212f used request id req-b8fc2bb9-6a47-4286-bee5-14cf93e5ddee 2018-12-03 16:33:29,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:30,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:33:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["lKoM7k04Q7m8q6fqFU8ICQ"], "issued_at": "2018-12-03T16:33:30.000000Z"}} 2018-12-03 16:33:30,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84b3a2aa41fe18714fdb2e1ffd551cf610527d1" 2018-12-03 16:33:30,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dff4f3d-869d-4f2f-956f-4dc0920f70be Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:30,429 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3dff4f3d-869d-4f2f-956f-4dc0920f70be 2018-12-03 16:33:30,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:30,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:30,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:33:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["EcYc6L2rT1m67h894Unxiw"], "issued_at": "2018-12-03T16:33:30.000000Z"}} 2018-12-03 16:33:30,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:33:30,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08971792-38a2-4e45-ba76-0642459f4d5f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:30,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-08971792-38a2-4e45-ba76-0642459f4d5f 2018-12-03 16:33:30,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:33:30,908 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:33: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:33:30,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-7835cb2c-1f06-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:33:30,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dd4714f-5334-41d1-9186-f1d1d37aceeb Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-7835cb2c-1f06-486-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:33:30,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-7835cb2c-1f06-486-proj used request id req-2dd4714f-5334-41d1-9186-f1d1d37aceeb 2018-12-03 16:33:30,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:33:31,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94dfc56e-d34a-4b3d-948a-6f7cbfdae131 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:33:31,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-94dfc56e-d34a-4b3d-948a-6f7cbfdae131 2018-12-03 16:33:31,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj"}}' 2018-12-03 16:33:31,234 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:33:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59c63576-76ec-42da-b576-e24bd10b17d9 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27"}, "enabled": true, "id": "1d77c3e1dc194bbb96ffc07e089fcc27", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj"}} 2018-12-03 16:33:31,234 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-59c63576-76ec-42da-b576-e24bd10b17d9 2018-12-03 16:33:31,235 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-7835cb2c-1f06-486-proj 2018-12-03 16:33:31,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:31,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:31,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:33:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["MfmyT1TETky-5y4L5RpiIw"], "issued_at": "2018-12-03T16:33:31.000000Z"}} 2018-12-03 16:33:31,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f08cff6eb782b6f13c0927064cd1633ae1d12f1" 2018-12-03 16:33:31,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8412ba6c-58ea-4ba2-95d4-64b393bb41ba Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:31,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8412ba6c-58ea-4ba2-95d4-64b393bb41ba 2018-12-03 16:33:31,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:33:31,705 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:33: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:33:31,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f08cff6eb782b6f13c0927064cd1633ae1d12f1" 2018-12-03 16:33:31,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fe981b6-a891-42b4-97ba-351c52401639 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:33:31,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-2fe981b6-a891-42b4-97ba-351c52401639 2018-12-03 16:33:31,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-7835cb2c-1f06-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f08cff6eb782b6f13c0927064cd1633ae1d12f1" 2018-12-03 16:33:31,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91458143-a3cd-418b-b835-eb6ab3ac82d7 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-7835cb2c-1f06-486-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27"}, "enabled": true, "id": "1d77c3e1dc194bbb96ffc07e089fcc27", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj"}]} 2018-12-03 16:33:31,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-7835cb2c-1f06-486-proj used request id req-91458143-a3cd-418b-b835-eb6ab3ac82d7 2018-12-03 16:33:31,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f08cff6eb782b6f13c0927064cd1633ae1d12f1" 2018-12-03 16:33:31,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abd1f30d-85d8-4d72-be1e-f19bfac178a2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:33:31,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-abd1f30d-85d8-4d72-be1e-f19bfac178a2 2018-12-03 16:33:32,312 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-7835cb2c-1f06-486-user 2018-12-03 16:33:32,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:32,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:33:32,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e8ca13-ef1b-4261-8753-5c88704f4757 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:33:32,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c2e8ca13-ef1b-4261-8753-5c88704f4757 2018-12-03 16:33:32,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" -d '{"role": {"name": "SimpleHealthCheck-7835cb2c-1f06-486-proj-role"}}' 2018-12-03 16:33:32,516 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:33:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edeeeb21-6c06-44a6-a1e1-cd00561c3fc3 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d69680a1927e4237840ec4ecee64fcda", "links": {"self": "http://172.30.9.30:5000/v3/roles/d69680a1927e4237840ec4ecee64fcda"}, "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj-role"}} 2018-12-03 16:33:32,516 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-edeeeb21-6c06-44a6-a1e1-cd00561c3fc3 2018-12-03 16:33:32,516 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-7835cb2c-1f06-486-proj-role 2018-12-03 16:33:32,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/d69680a1927e4237840ec4ecee64fcda -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:33:32,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e3dabd1-cfc0-4d88-9362-8af18520c760 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/d69680a1927e4237840ec4ecee64fcda"}, "domain_id": null, "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj-role", "id": "d69680a1927e4237840ec4ecee64fcda"}} 2018-12-03 16:33:32,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/d69680a1927e4237840ec4ecee64fcda used request id req-0e3dabd1-cfc0-4d88-9362-8af18520c760 2018-12-03 16:33:32,609 - keystone_utils - INFO - Granting role SimpleHealthCheck-7835cb2c-1f06-486-proj-role to project SimpleHealthCheck-7835cb2c-1f06-486-proj 2018-12-03 16:33:32,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27/users/0c60c21b64ee43a697c41b23b3cc5eaa/roles/d69680a1927e4237840ec4ecee64fcda -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:33:32,734 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:33:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67ac96d8-ce0a-4212-8265-8c80d7392612 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:33:32,734 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27/users/0c60c21b64ee43a697c41b23b3cc5eaa/roles/d69680a1927e4237840ec4ecee64fcda used request id req-67ac96d8-ce0a-4212-8265-8c80d7392612 2018-12-03 16:33:32,734 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:33:32,736 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:33:32,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:32,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:33,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d69680a1927e4237840ec4ecee64fcda", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj-role"}], "expires_at": "2018-12-03T17:33:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d77c3e1dc194bbb96ffc07e089fcc27", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-7835cb2c-1f06-486-user", "id": "0c60c21b64ee43a697c41b23b3cc5eaa"}, "audit_ids": ["qHdgXu9UTZaNHXewGX2SyQ"], "issued_at": "2018-12-03T16:33:33.000000Z"}} 2018-12-03 16:33:33,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7375a290218f23ae2bcb7b1825ea631c24b36f" 2018-12-03 16:33:33,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73885f10-6ab6-4052-b4b1-52259fd03ebf Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:33,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-73885f10-6ab6-4052-b4b1-52259fd03ebf 2018-12-03 16:33:33,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e7375a290218f23ae2bcb7b1825ea631c24b36f" 2018-12-03 16:33:33,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-868bebf3-9b33-46b8-a0e0-b134fd66242b Date: Mon, 03 Dec 2018 16:33:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image"} 2018-12-03 16:33:33,379 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image used request id req-868bebf3-9b33-46b8-a0e0-b134fd66242b 2018-12-03 16:33:33,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e7375a290218f23ae2bcb7b1825ea631c24b36f" 2018-12-03 16:33:33,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-344951fd-b76e-40e4-973d-1c6af845c41d Date: Mon, 03 Dec 2018 16:33: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-12-03 16:33:33,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-344951fd-b76e-40e4-973d-1c6af845c41d 2018-12-03 16:33:33,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e7375a290218f23ae2bcb7b1825ea631c24b36f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image"}' 2018-12-03 16:33:33,757 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d475610e-b618-4c77-9383-459dc6158564 X-Openstack-Request-Id: req-1a8ec910-9449-4d26-88b2-42cf8289a879 Date: Mon, 03 Dec 2018 16:33:33 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:33:33Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:33:33Z", "visibility": "shared", "locations": [], "self": "/v2/images/d475610e-b618-4c77-9383-459dc6158564", "min_disk": 0, "protected": false, "id": "d475610e-b618-4c77-9383-459dc6158564", "file": "/v2/images/d475610e-b618-4c77-9383-459dc6158564/file", "checksum": null, "owner": "1d77c3e1dc194bbb96ffc07e089fcc27", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:33:33,758 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1a8ec910-9449-4d26-88b2-42cf8289a879 2018-12-03 16:33:33,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/d475610e-b618-4c77-9383-459dc6158564/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e7375a290218f23ae2bcb7b1825ea631c24b36f" -d '' 2018-12-03 16:33:35,117 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bd58a926-fd6a-4421-a659-c19f36e75b16 Date: Mon, 03 Dec 2018 16:33:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:33:35,118 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d475610e-b618-4c77-9383-459dc6158564/file used request id req-bd58a926-fd6a-4421-a659-c19f36e75b16 2018-12-03 16:33:35,118 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:33:35,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d475610e-b618-4c77-9383-459dc6158564 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e7375a290218f23ae2bcb7b1825ea631c24b36f" 2018-12-03 16:33:35,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-780142a1-e697-4b77-a000-6a27458ed3c7 Date: Mon, 03 Dec 2018 16:33:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:33:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:33:35Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d475610e-b618-4c77-9383-459dc6158564/snap", "metadata": {}}], "self": "/v2/images/d475610e-b618-4c77-9383-459dc6158564", "min_disk": 0, "protected": false, "id": "d475610e-b618-4c77-9383-459dc6158564", "file": "/v2/images/d475610e-b618-4c77-9383-459dc6158564/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1d77c3e1dc194bbb96ffc07e089fcc27", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d475610e-b618-4c77-9383-459dc6158564/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:33:35,140 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d475610e-b618-4c77-9383-459dc6158564 used request id req-780142a1-e697-4b77-a000-6a27458ed3c7 2018-12-03 16:33:35,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e7375a290218f23ae2bcb7b1825ea631c24b36f" 2018-12-03 16:33:35,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8889e904-a525-4060-80b1-294c7c6f2524 Date: Mon, 03 Dec 2018 16:33: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-12-03 16:33:35,292 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-8889e904-a525-4060-80b1-294c7c6f2524 2018-12-03 16:33:35,294 - create_image - INFO - Created image with name - SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image 2018-12-03 16:33:35,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d475610e-b618-4c77-9383-459dc6158564 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e7375a290218f23ae2bcb7b1825ea631c24b36f" 2018-12-03 16:33:35,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-d688b36e-55a1-4521-88bd-b7a70bdae8d1 Date: Mon, 03 Dec 2018 16:33:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:33:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:33:35Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d475610e-b618-4c77-9383-459dc6158564/snap", "metadata": {}}], "self": "/v2/images/d475610e-b618-4c77-9383-459dc6158564", "min_disk": 0, "protected": false, "id": "d475610e-b618-4c77-9383-459dc6158564", "file": "/v2/images/d475610e-b618-4c77-9383-459dc6158564/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1d77c3e1dc194bbb96ffc07e089fcc27", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d475610e-b618-4c77-9383-459dc6158564/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:33:35,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d475610e-b618-4c77-9383-459dc6158564 used request id req-d688b36e-55a1-4521-88bd-b7a70bdae8d1 2018-12-03 16:33:35,460 - create_image - DEBUG - Instance status is - active 2018-12-03 16:33:35,460 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image 2018-12-03 16:33:35,461 - create_image - INFO - Image is now active with name - SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image 2018-12-03 16:33:35,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:35,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:35,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d69680a1927e4237840ec4ecee64fcda", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj-role"}], "expires_at": "2018-12-03T17:33:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d77c3e1dc194bbb96ffc07e089fcc27", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-7835cb2c-1f06-486-user", "id": "0c60c21b64ee43a697c41b23b3cc5eaa"}, "audit_ids": ["s7Hywn5xS8WW-oMT55Wwcw"], "issued_at": "2018-12-03T16:33:35.000000Z"}} 2018-12-03 16:33:35,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e7aba3f3fc6638c6e70a414050020330fa7abb" 2018-12-03 16:33:35,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b3280ce-04b1-4ff4-80f0-8dc09ccd60d5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:35,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3b3280ce-04b1-4ff4-80f0-8dc09ccd60d5 2018-12-03 16:33:35,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e7aba3f3fc6638c6e70a414050020330fa7abb" 2018-12-03 16:33:36,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-340951b0-c7df-4405-a434-0dc912cd8fff Date: Mon, 03 Dec 2018 16:33:36 GMT RESP BODY: {"networks":[]} 2018-12-03 16:33:36,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net used request id req-340951b0-c7df-4405-a434-0dc912cd8fff 2018-12-03 16:33:36,089 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net 2018-12-03 16:33:36,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e7aba3f3fc6638c6e70a414050020330fa7abb" -d '{"network": {"name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net", "admin_state_up": true}}' 2018-12-03 16:33:36,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d1e4710e-55fb-4ec5-bd94-eac1d20c5fc6 Date: Mon, 03 Dec 2018 16:33:36 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:33:36Z","is_default":false,"name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:36Z","mtu":1450}} 2018-12-03 16:33:36,711 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-d1e4710e-55fb-4ec5-bd94-eac1d20c5fc6 2018-12-03 16:33:36,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e7aba3f3fc6638c6e70a414050020330fa7abb" 2018-12-03 16:33:36,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-bd8e4585-5aa1-4672-88e7-492dbfc87663 Date: Mon, 03 Dec 2018 16:33:36 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-12-03T16:33:36Z","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net"}]} 2018-12-03 16:33:36,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce used request id req-bd8e4585-5aa1-4672-88e7-492dbfc87663 2018-12-03 16:33:36,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e7aba3f3fc6638c6e70a414050020330fa7abb" 2018-12-03 16:33:37,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fe2ef892-b090-4b12-b58d-5bbdff1499da Date: Mon, 03 Dec 2018 16:33:37 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:33:37,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce used request id req-fe2ef892-b090-4b12-b58d-5bbdff1499da 2018-12-03 16:33:37,125 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-subnet 2018-12-03 16:33:37,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e7aba3f3fc6638c6e70a414050020330fa7abb" -d '{"subnets": [{"ip_version": 4, "network_id": "c7cfd2a9-2767-4ddb-97a9-6c50849323ce", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-subnet"}]}' 2018-12-03 16:33:37,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ae5e783f-b1c7-44ae-a949-f2686360d560 Date: Mon, 03 Dec 2018 16:33:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:37Z","dns_nameservers":[],"updated_at":"2018-12-03T16:33:37Z","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":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8","subnetpool_id":null,"name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-subnet"}]} 2018-12-03 16:33:37,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-ae5e783f-b1c7-44ae-a949-f2686360d560 2018-12-03 16:33:37,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e7aba3f3fc6638c6e70a414050020330fa7abb" 2018-12-03 16:33:37,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-9e8e81f7-5527-4157-b4a2-b9e904d4ae47 Date: Mon, 03 Dec 2018 16:33: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":["e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8"],"updated_at":"2018-12-03T16:33:37Z","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net"}]} 2018-12-03 16:33:37,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce used request id req-9e8e81f7-5527-4157-b4a2-b9e904d4ae47 2018-12-03 16:33:37,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e7aba3f3fc6638c6e70a414050020330fa7abb" 2018-12-03 16:33:38,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b8909171-f835-4407-96ff-b465581a1ec8 Date: Mon, 03 Dec 2018 16:33:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:37Z","dns_nameservers":[],"updated_at":"2018-12-03T16:33:37Z","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":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8","subnetpool_id":null,"name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-subnet"}]} 2018-12-03 16:33:38,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce used request id req-b8909171-f835-4407-96ff-b465581a1ec8 2018-12-03 16:33:38,143 - OpenStackNetwork - DEBUG - Network [c7cfd2a9-2767-4ddb-97a9-6c50849323ce] created successfully 2018-12-03 16:33:38,143 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:38,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:38,527 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:33:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["pUq0B5PWRtmSKIt6CisKEQ"], "issued_at": "2018-12-03T16:33:38.000000Z"}} 2018-12-03 16:33:38,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e52b3ee3b3df0afa0e6a7775c74537e6c4fe78" 2018-12-03 16:33:38,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f1cb805-6bf9-4d22-8612-6acb228be286 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:38,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3f1cb805-6bf9-4d22-8612-6acb228be286 2018-12-03 16:33:38,619 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:33:38,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e52b3ee3b3df0afa0e6a7775c74537e6c4fe78" 2018-12-03 16:33:38,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-bcebbb11-eccf-4cac-a9a0-228eb2329ec5 x-compute-request-id: req-bcebbb11-eccf-4cac-a9a0-228eb2329ec5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:33:38,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-bcebbb11-eccf-4cac-a9a0-228eb2329ec5 2018-12-03 16:33:38,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e52b3ee3b3df0afa0e6a7775c74537e6c4fe78" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-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-12-03 16:33:38,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-81d2edaa-ec78-4eae-93a8-64a3280ccb12 x-compute-request-id: req-81d2edaa-ec78-4eae-93a8-64a3280ccb12 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "dedab2b8-fee2-48ce-b139-1ba76d30206f", "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:33:38,860 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-81d2edaa-ec78-4eae-93a8-64a3280ccb12 2018-12-03 16:33:38,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:38,862 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:39,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d69680a1927e4237840ec4ecee64fcda", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj-role"}], "expires_at": "2018-12-03T17:33:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d77c3e1dc194bbb96ffc07e089fcc27", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-7835cb2c-1f06-486-user", "id": "0c60c21b64ee43a697c41b23b3cc5eaa"}, "audit_ids": ["dRCTzjdvRpqq8KC39J0JQg"], "issued_at": "2018-12-03T16:33:39.000000Z"}} 2018-12-03 16:33:39,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:39,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62b85cd1-94b8-411f-abf6-1d2bbfd14734 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:39,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-62b85cd1-94b8-411f-abf6-1d2bbfd14734 2018-12-03 16:33:39,314 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:33:39,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:39,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5bfa2a0-aae1-401c-a84b-482f9738d466 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:39,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c5bfa2a0-aae1-401c-a84b-482f9738d466 2018-12-03 16:33:39,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:39,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-c2582d70-e2b9-4cd5-8fce-0360ec863787 Date: Mon, 03 Dec 2018 16:33: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":["e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8"],"updated_at":"2018-12-03T16:33:37Z","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net"}]} 2018-12-03 16:33:39,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net used request id req-c2582d70-e2b9-4cd5-8fce-0360ec863787 2018-12-03 16:33:39,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:33:39,698 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:33: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:33:39,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:39,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e480ca7c-d651-4d27-aace-cde93e2c9dad Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27"}, "enabled": true, "id": "1d77c3e1dc194bbb96ffc07e089fcc27", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj"}} 2018-12-03 16:33:39,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 used request id req-e480ca7c-d651-4d27-aace-cde93e2c9dad 2018-12-03 16:33:39,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:39,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ec787b2b-c627-479e-9332-59a1e86051aa Date: Mon, 03 Dec 2018 16:33:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:37Z","dns_nameservers":[],"updated_at":"2018-12-03T16:33:37Z","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":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8","subnetpool_id":null,"name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-subnet"}]} 2018-12-03 16:33:39,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce used request id req-ec787b2b-c627-479e-9332-59a1e86051aa 2018-12-03 16:33:39,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce&name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:40,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0418bde6-867c-4b45-bce6-c544148d6fc4 Date: Mon, 03 Dec 2018 16:33:40 GMT RESP BODY: {"ports":[]} 2018-12-03 16:33:40,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce&name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188port-1&admin_state_up=True used request id req-0418bde6-867c-4b45-bce6-c544148d6fc4 2018-12-03 16:33:40,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:40,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33: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-ebb1f649-182e-4e3e-a822-4aa3efa7351e x-compute-request-id: req-ebb1f649-182e-4e3e-a822-4aa3efa7351e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:33:40,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst used request id req-ebb1f649-182e-4e3e-a822-4aa3efa7351e 2018-12-03 16:33:40,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:41,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-980c5e06-3922-415f-a33e-d934e3192473 Date: Mon, 03 Dec 2018 16:33: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":["e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8"],"updated_at":"2018-12-03T16:33:37Z","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net"}]} 2018-12-03 16:33:41,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net used request id req-980c5e06-3922-415f-a33e-d934e3192473 2018-12-03 16:33:41,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:41,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07bd1ae7-8d6b-49d8-83d1-8f24f6c62da5 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27"}, "enabled": true, "id": "1d77c3e1dc194bbb96ffc07e089fcc27", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj"}} 2018-12-03 16:33:41,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 used request id req-07bd1ae7-8d6b-49d8-83d1-8f24f6c62da5 2018-12-03 16:33:41,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:41,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9988daa6-3583-4605-948f-76a2409e0688 Date: Mon, 03 Dec 2018 16:33:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:37Z","dns_nameservers":[],"updated_at":"2018-12-03T16:33:37Z","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":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8","subnetpool_id":null,"name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-subnet"}]} 2018-12-03 16:33:41,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce used request id req-9988daa6-3583-4605-948f-76a2409e0688 2018-12-03 16:33:41,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce&name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:41,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b5ea3ac3-6a93-487c-8e9d-ee27aeee1e69 Date: Mon, 03 Dec 2018 16:33:41 GMT RESP BODY: {"ports":[]} 2018-12-03 16:33:41,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce&name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188port-1&admin_state_up=True used request id req-b5ea3ac3-6a93-487c-8e9d-ee27aeee1e69 2018-12-03 16:33:41,395 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:33:41,396 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:33:41,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d69680a1927e4237840ec4ecee64fcda", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj-role"}], "expires_at": "2018-12-03T17:33:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d77c3e1dc194bbb96ffc07e089fcc27", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1d77c3e1dc194bbb96ffc07e089fcc27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-7835cb2c-1f06-486-user", "id": "0c60c21b64ee43a697c41b23b3cc5eaa"}, "audit_ids": ["O7djPd8TQQWd3xHWUF-zPA"], "issued_at": "2018-12-03T16:33:41.000000Z"}} 2018-12-03 16:33:41,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f6adfd0e88bedc763ddb1fbcf42584fa9436ec" 2018-12-03 16:33:41,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48dbdc41-dd28-41ef-b325-a6bdc95c90e1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:33:41,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-48dbdc41-dd28-41ef-b325-a6bdc95c90e1 2018-12-03 16:33:41,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:42,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-5869e761-6a50-40e0-8619-01ebed735937 Date: Mon, 03 Dec 2018 16:33: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":["e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8"],"updated_at":"2018-12-03T16:33:37Z","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net"}]} 2018-12-03 16:33:42,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net used request id req-5869e761-6a50-40e0-8619-01ebed735937 2018-12-03 16:33:42,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:42,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-77b1778d-60ab-417d-9ee9-72f6dd21c416 Date: Mon, 03 Dec 2018 16:33:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:37Z","dns_nameservers":[],"updated_at":"2018-12-03T16:33:37Z","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":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8","subnetpool_id":null,"name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-subnet"}]} 2018-12-03 16:33:42,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce used request id req-77b1778d-60ab-417d-9ee9-72f6dd21c416 2018-12-03 16:33:42,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:42,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-38ca7378-edda-4d98-ab08-33bb0818c215 Date: Mon, 03 Dec 2018 16:33: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":["e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8"],"updated_at":"2018-12-03T16:33:37Z","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net"}]} 2018-12-03 16:33:42,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net used request id req-38ca7378-edda-4d98-ab08-33bb0818c215 2018-12-03 16:33:42,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:33:42,287 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:33: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:33:42,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f6adfd0e88bedc763ddb1fbcf42584fa9436ec" 2018-12-03 16:33:42,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cd9abdd-b868-426e-b6f9-6ae97ee5aad0 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27"}, "enabled": true, "id": "1d77c3e1dc194bbb96ffc07e089fcc27", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj"}} 2018-12-03 16:33:42,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 used request id req-3cd9abdd-b868-426e-b6f9-6ae97ee5aad0 2018-12-03 16:33:42,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:42,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bb761ad6-0f33-4090-98ae-ee1e6f16c8a6 Date: Mon, 03 Dec 2018 16:33:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:37Z","dns_nameservers":[],"updated_at":"2018-12-03T16:33:37Z","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":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8","subnetpool_id":null,"name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-subnet"}]} 2018-12-03 16:33:42,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce used request id req-bb761ad6-0f33-4090-98ae-ee1e6f16c8a6 2018-12-03 16:33:42,555 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net 2018-12-03 16:33:42,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" -d '{"port": {"network_id": "c7cfd2a9-2767-4ddb-97a9-6c50849323ce", "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188port-1", "admin_state_up": true}}' 2018-12-03 16:33:43,681 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-4741c239-b222-4808-a5c2-ba8968c6c912 Date: Mon, 03 Dec 2018 16:33:43 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:33:43Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8","ip_address":"10.55.0.10"}],"id":"64a8434a-57e6-4503-898c-ddb255222ff1","security_groups":["71fac564-3ffd-4bc0-9cd4-7d3729616eb3"],"mac_address":"fa:16:3e:ca:d7:9e","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188port-1","project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","qos_policy_id":null,"admin_state_up":true,"network_id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:43Z","binding:vnic_type":"normal"}} 2018-12-03 16:33:43,681 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-4741c239-b222-4808-a5c2-ba8968c6c912 2018-12-03 16:33:43,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:43,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-5b656672-d650-4296-b413-97a15200bc63 Date: Mon, 03 Dec 2018 16:33: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":["e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8"],"updated_at":"2018-12-03T16:33:37Z","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net"}]} 2018-12-03 16:33:43,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net used request id req-5b656672-d650-4296-b413-97a15200bc63 2018-12-03 16:33:43,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:44,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34c462a2-2036-4288-9d87-8ea345924cc9 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27"}, "enabled": true, "id": "1d77c3e1dc194bbb96ffc07e089fcc27", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj"}} 2018-12-03 16:33:44,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 used request id req-34c462a2-2036-4288-9d87-8ea345924cc9 2018-12-03 16:33:44,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:44,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1b66f516-7b79-4a0a-9e42-576a3cd5f906 Date: Mon, 03 Dec 2018 16:33:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:37Z","dns_nameservers":[],"updated_at":"2018-12-03T16:33:37Z","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":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8","subnetpool_id":null,"name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-subnet"}]} 2018-12-03 16:33:44,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce used request id req-1b66f516-7b79-4a0a-9e42-576a3cd5f906 2018-12-03 16:33:44,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce&name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:44,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 777 X-Openstack-Request-Id: req-77597abd-98d6-42fd-81a7-e0add17d3b4b Date: Mon, 03 Dec 2018 16:33:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:33:43Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8","ip_address":"10.55.0.10"}],"id":"64a8434a-57e6-4503-898c-ddb255222ff1","security_groups":["71fac564-3ffd-4bc0-9cd4-7d3729616eb3"],"mac_address":"fa:16:3e:ca:d7:9e","project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188port-1","admin_state_up":true,"network_id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:43Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:33:44,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce&name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188port-1&admin_state_up=True used request id req-77597abd-98d6-42fd-81a7-e0add17d3b4b 2018-12-03 16:33:44,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:44,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8195ed71-0f77-486a-aa0d-5b59e01f940b Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27"}, "enabled": true, "id": "1d77c3e1dc194bbb96ffc07e089fcc27", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj"}} 2018-12-03 16:33:44,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 used request id req-8195ed71-0f77-486a-aa0d-5b59e01f940b 2018-12-03 16:33:44,393 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst 2018-12-03 16:33:44,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:44,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33: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-144ab6d9-79ac-4a3d-8a94-cca5242cfb89 x-compute-request-id: req-144ab6d9-79ac-4a3d-8a94-cca5242cfb89 Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"flavors": [{"id": "dedab2b8-fee2-48ce-b139-1ba76d30206f", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "bookmark"}], "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-flavor-name"}]} 2018-12-03 16:33:44,425 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-144ab6d9-79ac-4a3d-8a94-cca5242cfb89 2018-12-03 16:33:44,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:44,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33: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-70376c3d-70ec-44c2-b75e-0c3b37d87a2b x-compute-request-id: req-70376c3d-70ec-44c2-b75e-0c3b37d87a2b Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "dedab2b8-fee2-48ce-b139-1ba76d30206f", "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:33:44,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f used request id req-70376c3d-70ec-44c2-b75e-0c3b37d87a2b 2018-12-03 16:33:44,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:44,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-55835766-bb00-4aa4-b39e-99e37ee2a085 Date: Mon, 03 Dec 2018 16:33:44 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:33:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:33:35Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d475610e-b618-4c77-9383-459dc6158564/snap", "metadata": {}}], "self": "/v2/images/d475610e-b618-4c77-9383-459dc6158564", "min_disk": 0, "protected": false, "id": "d475610e-b618-4c77-9383-459dc6158564", "file": "/v2/images/d475610e-b618-4c77-9383-459dc6158564/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1d77c3e1dc194bbb96ffc07e089fcc27", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d475610e-b618-4c77-9383-459dc6158564/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image"} 2018-12-03 16:33:44,627 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image used request id req-55835766-bb00-4aa4-b39e-99e37ee2a085 2018-12-03 16:33:44,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:44,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-02fa90aa-33f2-492f-98eb-d643e141b441 Date: Mon, 03 Dec 2018 16:33: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-12-03 16:33:44,788 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-02fa90aa-33f2-492f-98eb-d643e141b441 2018-12-03 16:33:44,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" -d '{"server": {"name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst", "imageRef": "d475610e-b618-4c77-9383-459dc6158564", "flavorRef": "dedab2b8-fee2-48ce-b139-1ba76d30206f", "max_count": 1, "min_count": 1, "networks": [{"port": "64a8434a-57e6-4503-898c-ddb255222ff1"}]}}' 2018-12-03 16:33:46,559 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:33: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-06c01c4c-3c2d-4f16-962b-dc2811a13033 x-compute-request-id: req-06c01c4c-3c2d-4f16-962b-dc2811a13033 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "bookmark"}], "adminPass": "LJ4SSJFiAMS3"}} 2018-12-03 16:33:46,560 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-06c01c4c-3c2d-4f16-962b-dc2811a13033 2018-12-03 16:33:46,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:46,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e4d595b-b4d3-447f-88d3-ff16901bdda9 x-compute-request-id: req-5e4d595b-b4d3-447f-88d3-ff16901bdda9 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.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "bookmark"}], "image": {"id": "d475610e-b618-4c77-9383-459dc6158564", "links": [{"href": "http://172.30.9.30:8774/images/d475610e-b618-4c77-9383-459dc6158564", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dedab2b8-fee2-48ce-b139-1ba76d30206f", "links": [{"href": "http://172.30.9.30:8774/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "bookmark"}]}, "id": "bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "user_id": "0c60c21b64ee43a697c41b23b3cc5eaa", "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-12-03T16:33:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst", "created": "2018-12-03T16:33:46Z", "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:33:46,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 used request id req-5e4d595b-b4d3-447f-88d3-ff16901bdda9 2018-12-03 16:33:46,922 - create_instance - INFO - Created instance with name - SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst 2018-12-03 16:33:46,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:47,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c1f513e-4378-4733-98ea-d7d9a5a3676f x-compute-request-id: req-5c1f513e-4378-4733-98ea-d7d9a5a3676f 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.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "bookmark"}], "image": {"id": "d475610e-b618-4c77-9383-459dc6158564", "links": [{"href": "http://172.30.9.30:8774/images/d475610e-b618-4c77-9383-459dc6158564", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dedab2b8-fee2-48ce-b139-1ba76d30206f", "links": [{"href": "http://172.30.9.30:8774/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "bookmark"}]}, "id": "bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "user_id": "0c60c21b64ee43a697c41b23b3cc5eaa", "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-12-03T16:33:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst", "created": "2018-12-03T16:33:46Z", "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:33:47,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 used request id req-5c1f513e-4378-4733-98ea-d7d9a5a3676f 2018-12-03 16:33:47,285 - create_instance - DEBUG - Instance status [SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst] is - BUILD 2018-12-03 16:33:47,285 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:33:50,288 - create_instance - DEBUG - VM status query timeout in 896.633445978 2018-12-03 16:33:50,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:51,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33: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-0eb13d93-ebcb-4dad-b6c8-6d87af100f5c x-compute-request-id: req-0eb13d93-ebcb-4dad-b6c8-6d87af100f5c 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.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "bookmark"}], "image": {"id": "d475610e-b618-4c77-9383-459dc6158564", "links": [{"href": "http://172.30.9.30:8774/images/d475610e-b618-4c77-9383-459dc6158564", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dedab2b8-fee2-48ce-b139-1ba76d30206f", "links": [{"href": "http://172.30.9.30:8774/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "bookmark"}]}, "id": "bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "security_groups": [{"name": "default"}], "user_id": "0c60c21b64ee43a697c41b23b3cc5eaa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:33:49Z", "hostId": "5131cb035101d6e804c393aa0a766b35fe9d49ca2b73f9f8564d66af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst", "created": "2018-12-03T16:33:46Z", "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:33:51,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 used request id req-0eb13d93-ebcb-4dad-b6c8-6d87af100f5c 2018-12-03 16:33:51,125 - create_instance - DEBUG - Instance status [SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst] is - BUILD 2018-12-03 16:33:51,126 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:33:54,129 - create_instance - DEBUG - VM status query timeout in 892.793140173 2018-12-03 16:33:54,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:54,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-bfc7fbce-529b-4c73-9871-3021bfde639c x-compute-request-id: req-bfc7fbce-529b-4c73-9871-3021bfde639c 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.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "bookmark"}], "image": {"id": "d475610e-b618-4c77-9383-459dc6158564", "links": [{"href": "http://172.30.9.30:8774/images/d475610e-b618-4c77-9383-459dc6158564", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dedab2b8-fee2-48ce-b139-1ba76d30206f", "links": [{"href": "http://172.30.9.30:8774/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "bookmark"}]}, "id": "bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "security_groups": [{"name": "default"}], "user_id": "0c60c21b64ee43a697c41b23b3cc5eaa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:33:49Z", "hostId": "5131cb035101d6e804c393aa0a766b35fe9d49ca2b73f9f8564d66af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst", "created": "2018-12-03T16:33:46Z", "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:33:54,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 used request id req-bfc7fbce-529b-4c73-9871-3021bfde639c 2018-12-03 16:33:54,662 - create_instance - DEBUG - Instance status [SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst] is - BUILD 2018-12-03 16:33:54,662 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:33:57,665 - create_instance - DEBUG - VM status query timeout in 889.256572008 2018-12-03 16:33:57,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:58,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-6f95b987-1618-46dd-9378-33bd91fa7f2b x-compute-request-id: req-6f95b987-1618-46dd-9378-33bd91fa7f2b Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:d7:9e", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "bookmark"}], "image": {"id": "d475610e-b618-4c77-9383-459dc6158564", "links": [{"href": "http://172.30.9.30:8774/images/d475610e-b618-4c77-9383-459dc6158564", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:33:54.000000", "flavor": {"id": "dedab2b8-fee2-48ce-b139-1ba76d30206f", "links": [{"href": "http://172.30.9.30:8774/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "bookmark"}]}, "id": "bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "security_groups": [{"name": "default"}], "user_id": "0c60c21b64ee43a697c41b23b3cc5eaa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:33:54Z", "hostId": "5131cb035101d6e804c393aa0a766b35fe9d49ca2b73f9f8564d66af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst", "created": "2018-12-03T16:33:46Z", "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:33:58,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 used request id req-6f95b987-1618-46dd-9378-33bd91fa7f2b 2018-12-03 16:33:58,375 - create_instance - DEBUG - Instance status [SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst] is - ACTIVE 2018-12-03 16:33:58,375 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:33:58,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:58,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33: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-f3d5473c-3f11-45c6-80cf-2113b11c7717 x-compute-request-id: req-f3d5473c-3f11-45c6-80cf-2113b11c7717 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:d7:9e", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "bookmark"}], "image": {"id": "d475610e-b618-4c77-9383-459dc6158564", "links": [{"href": "http://172.30.9.30:8774/images/d475610e-b618-4c77-9383-459dc6158564", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:33:54.000000", "flavor": {"id": "dedab2b8-fee2-48ce-b139-1ba76d30206f", "links": [{"href": "http://172.30.9.30:8774/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "bookmark"}]}, "id": "bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "security_groups": [{"name": "default"}], "user_id": "0c60c21b64ee43a697c41b23b3cc5eaa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:33:54Z", "hostId": "5131cb035101d6e804c393aa0a766b35fe9d49ca2b73f9f8564d66af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst", "created": "2018-12-03T16:33:46Z", "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:33:58,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 used request id req-f3d5473c-3f11-45c6-80cf-2113b11c7717 2018-12-03 16:33:58,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:58,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-b2c4431c-e75d-4741-88bf-22d2aa5c801a Date: Mon, 03 Dec 2018 16:33: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":["e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8"],"updated_at":"2018-12-03T16:33:37Z","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net"}]} 2018-12-03 16:33:58,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net used request id req-b2c4431c-e75d-4741-88bf-22d2aa5c801a 2018-12-03 16:33:58,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:59,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0cbad8a-fc10-4ff6-9f0a-4e67cb61145b Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27"}, "enabled": true, "id": "1d77c3e1dc194bbb96ffc07e089fcc27", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj"}} 2018-12-03 16:33:59,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 used request id req-d0cbad8a-fc10-4ff6-9f0a-4e67cb61145b 2018-12-03 16:33:59,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:59,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-84a6f189-9ac0-4eac-b192-ace5060f80e4 Date: Mon, 03 Dec 2018 16:33:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:37Z","dns_nameservers":[],"updated_at":"2018-12-03T16:33:37Z","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":"1d77c3e1dc194bbb96ffc07e089fcc27","id":"e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8","subnetpool_id":null,"name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-subnet"}]} 2018-12-03 16:33:59,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce used request id req-84a6f189-9ac0-4eac-b192-ace5060f80e4 2018-12-03 16:33:59,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:33:59,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3104 X-Openstack-Request-Id: req-03300069-844a-40c3-8208-1e6ecd006721 Date: Mon, 03 Dec 2018 16:33:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:33:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8","ip_address":"10.55.0.2"}],"id":"3c01b834-59d8-4cad-8bff-7a4718ca15cb","security_groups":[],"mac_address":"fa:16:3e:4c:9b:cd","project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c7cfd2a9-2767-4ddb-97a9-6c50849323ce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:33:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8","ip_address":"10.55.0.10"}],"id":"64a8434a-57e6-4503-898c-ddb255222ff1","security_groups":["71fac564-3ffd-4bc0-9cd4-7d3729616eb3"],"mac_address":"fa:16:3e:ca:d7:9e","project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188port-1","admin_state_up":true,"network_id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:43Z","binding:vnic_type":"normal","device_id":"bdb2fbd3-00ec-40f5-be38-2b6c6871bb39"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:33:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8","ip_address":"10.55.0.4"}],"id":"97ed69b4-005f-4ca7-8f7f-a9c58c8f4728","security_groups":[],"mac_address":"fa:16:3e:2b:a4:5c","project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c7cfd2a9-2767-4ddb-97a9-6c50849323ce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:33:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8","ip_address":"10.55.0.3"}],"id":"f2977152-06e0-45a7-9244-146eea331341","security_groups":[],"mac_address":"fa:16:3e:6d:b6:73","project_id":"1d77c3e1dc194bbb96ffc07e089fcc27","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c7cfd2a9-2767-4ddb-97a9-6c50849323ce","tenant_id":"1d77c3e1dc194bbb96ffc07e089fcc27","created_at":"2018-12-03T16:33:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c7cfd2a9-2767-4ddb-97a9-6c50849323ce"}]} 2018-12-03 16:33:59,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c7cfd2a9-2767-4ddb-97a9-6c50849323ce used request id req-03300069-844a-40c3-8208-1e6ecd006721 2018-12-03 16:33:59,239 - create_instance_tests - INFO - Looking for IP 10.55.0.10 in the console log 2018-12-03 16:33:59,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:34:00,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:33:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2af0a8d7-c66e-4174-b5b5-d544dda46da3 x-compute-request-id: req-2af0a8d7-c66e-4174-b5b5-d544dda46da3 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:d7:9e", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "bookmark"}], "image": {"id": "d475610e-b618-4c77-9383-459dc6158564", "links": [{"href": "http://172.30.9.30:8774/images/d475610e-b618-4c77-9383-459dc6158564", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:33:54.000000", "flavor": {"id": "dedab2b8-fee2-48ce-b139-1ba76d30206f", "links": [{"href": "http://172.30.9.30:8774/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "bookmark"}]}, "id": "bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "security_groups": [{"name": "default"}], "user_id": "0c60c21b64ee43a697c41b23b3cc5eaa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:33:54Z", "hostId": "5131cb035101d6e804c393aa0a766b35fe9d49ca2b73f9f8564d66af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst", "created": "2018-12-03T16:33:46Z", "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:34:00,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 used request id req-2af0a8d7-c66e-4174-b5b5-d544dda46da3 2018-12-03 16:34:00,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 16:34:01,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34: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-a7b07c78-c685-491a-a8af-f1e59bc5ecce x-compute-request-id: req-a7b07c78-c685-491a-a8af-f1e59bc5ecce Content-Encoding: gzip Content-Length: 9402 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 489263618 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.140784] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142389] pid_max: default: 32768 minimum: 301\n[ 0.143255] ACPI: Core revision 20150930\n[ 0.144613] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145881] Security Framework initialized\n[ 0.146677] Yama: becoming mindful.\n[ 0.147389] AppArmor: AppArmor initialized\n[ 0.148223] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149471] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.150691] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.151839] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.153163] Initializing cgroup subsys io\n[ 0.153956] Initializing cgroup subsys memory\n[ 0.154788] Initializing cgroup subsys devices\n[ 0.155630] Initializing cgroup subsys freezer\n[ 0.156479] Initializing cgroup subsys net_cls\n[ 0.157320] Initializing cgroup subsys perf_event\n[ 0.158197] Initializing cgroup subsys net_prio\n[ 0.159048] Initializing cgroup subsys hugetlb\n[ 0.159900] Initializing cgroup subsys pids\n[ 0.160749] CPU: Physical Processor ID: 0\n[ 0.162215] mce: CPU supports 10 MCE banks\n[ 0.163035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164009] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174621] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180964] ftrace: allocating 31920 entries in 125 pages\n[ 0.206864] smpboot: Max logical packages: 1\n[ 0.207707] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209027] x2apic enabled\n[ 0.209823] Switched APIC routing to physical x2apic.\n[ 0.211530] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212631] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216321] KVM setup paravirtual spinlock\n[ 0.217592] x86: Booted up 1 node, 1 CPUs\n[ 0.218376] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219726] devtmpfs: initialized\n[ 0.221409] evm: security.selinux\n[ 0.222089] evm: security.SMACK64\n[ 0.222761] evm: security.SMACK64EXEC\n[ 0.223483] evm: security.SMACK64TRANSMUTE\n[ 0.224262] evm: security.SMACK64MMAP\n[ 0.224987] evm: security.ima\n[ 0.225618] evm: security.capability\n[ 0.226399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228195] pinctrl core: initialized pinctrl subsystem\n[ 0.229292] RTC time: 16:33:54, date: 12/03/18\n[ 0.230224] NET: Registered protocol family 16\n[ 0.231175] cpuidle: using governor ladder\n[ 0.231973] cpuidle: using governor menu\n[ 0.232748] PCCT header not found.\n[ 0.233478] ACPI: bus type PCI registered\n[ 0.234259] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235472] PCI: Using configuration type 1 for base access\n[ 0.237185] ACPI: Added _OSI(Module Device)\n[ 0.238005] ACPI: Added _OSI(Processor Device)\n[ 0.238862] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239744] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241858] ACPI: Interpreter enabled\n[ 0.242619] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249816] ACPI: (supports S0 S5)\n[ 0.250507] ACPI: Using IOAPIC for interrupt routing\n[ 0.251648] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254690] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255809] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257012] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260353] acpiphp: Slot [3] registered\n[ 0.261134] acpiphp: Slot [4] registered\n[ 0.261919] acpiphp: Slot [5] registered\n[ 0.262699] acpiphp: Slot [6] registered\n[ 0.263476] acpiphp: Slot [7] registered\n[ 0.264256] acpiphp: Slot [8] registered\n[ 0.265038] acpiphp: Slot [9] registered\n[ 0.265819] acpiphp: Slot [10] registered\n[ 0.266614] acpiphp: Slot [11] registered\n[ 0.267407] acpiphp: Slot [12] registered\n[ 0.268203] acpiphp: Slot [13] registered\n[ 0.269001] acpiphp: Slot [14] registered\n[ 0.269790] acpiphp: Slot [15] registered\n[ 0.280377] acpiphp: Slot [16] registered\n[ 0.281185] acpiphp: Slot [17] registered\n[ 0.281981] acpiphp: Slot [18] registered\n[ 0.282773] acpiphp: Slot [19] registered\n[ 0.283565] acpiphp: Slot [20] registered\n[ 0.284355] acpiphp: Slot [21] registered\n[ 0.285144] acpiphp: Slot [22] registered\n[ 0.285934] acpiphp: Slot [23] registered\n[ 0.286725] acpiphp: Slot [24] registered\n[ 0.287514] acpiphp: Slot [25] registered\n[ 0.288302] acpiphp: Slot [26] registered\n[ 0.289086] acpiphp: Slot [27] registered\n[ 0.289881] acpiphp: Slot [28] registered\n[ 0.290681] acpiphp: Slot [29] registered\n[ 0.291470] acpiphp: Slot [30] registered\n[ 0.292258] acpiphp: Slot [31] registered\n[ 0.293043] PCI host bridge to bus 0000:00\n[ 0.293833] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295018] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297618] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.299037] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306443] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308821] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315864] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317284] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364726] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366178] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368940] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370302] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372089] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373247] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374275] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375779] vgaarb: loaded\n[ 0.376367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377480] SCSI subsystem initialized\n[ 0.378285] ACPI: bus type USB registered\n[ 0.379076] usbcore: registered new interface driver usbfs\n[ 0.380078] usbcore: registered new interface driver hub\n[ 0.381055] usbcore: registered new device driver usb\n[ 0.382081] PCI: Using ACPI for IRQ routing\n[ 0.383092] NetLabel: Initializing\n[ 0.383797] NetLabel: domain hash size = 128\n[ 0.384628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385553] NetLabel: unlabeled traffic allowed by default\n[ 0.386620] clocksource: Switched to clocksource kvm-clock\n[ 0.391959] AppArmor: AppArmor Filesystem Enabled\n[ 0.392904] pnp: PnP ACPI init\n[ 0.393801] pnp: PnP ACPI: found 5 devices\n[ 0.399801] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401463] NET: Registered protocol family 2\n[ 0.402403] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.403638] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.404776] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.405905] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406951] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408087] NET: Registered protocol family 1\n[ 0.408940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409999] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411044] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425415] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439677] Trying to unpack rootfs image as initramfs...\n[ 0.489364] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.503522] Scanning for low memory corruption every 60 seconds\n[ 0.504822] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505939] audit: initializing netlink subsys (disabled)\n[ 0.506946] audit: type=2000 audit(1543854835.485:1): initialized\n[ 0.508214] Initialise system trusted keyring\n[ 0.509116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510252] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512197] zbud: loaded\n[ 0.512888] VFS: Disk quotas dquot_6.6.0\n[ 0.513686] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515152] fuse init (API version 7.23)\n[ 0.516014] Key type big_key registered\n[ 0.516795] Allocating IMA MOK and blacklist keyrings.\n[ 0.517873] Key type asymmetric registered\n[ 0.518683] Asymmetric key parser 'x509' registered\n[ 0.519607] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521019] io scheduler noop registered\n[ 0.521789] io scheduler deadline registered (default)\n[ 0.522756] io scheduler cfq registered\n[ 0.523568] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525796] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527218] ACPI: Power Button [PWRF]\n[ 0.528033] GHES: HEST is not enabled!\n[ 0.541749] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569697] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571974] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597427] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600500] Linux agpgart interface v0.103\n[ 0.602971] brd: module loaded\n[ 0.604136] loop: module loaded\n[ 0.608167] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609589] GPT:90111 != 20971519\n[ 0.610258] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611330] GPT:90111 != 20971519\n[ 0.612002] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612942] vda: vda1 vda15\n[ 0.614452] scsi host0: ata_piix\n[ 0.615195] scsi host1: ata_piix\n[ 0.615894] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617074] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618858] libphy: Fixed MDIO Bus: probed\n[ 0.619662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620586] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622704] PPP generic driver version 2.4.2\n[ 0.623570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624986] ehci-pci: EHCI PCI platform driver\n[ 0.625847] ehci-platform: EHCI generic platform driver\n[ 0.626820] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627919] ohci-pci: OHCI PCI platform driver\n[ 0.628772] ohci-platform: OHCI generic platform driver\n[ 0.629737] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644128] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645101] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.646517] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648591] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649775] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651162] usb usb1: Product: UHCI Host Controller\n[ 0.652078] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.653189] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.654227] hub 1-0:1.0: USB hub found\n[ 0.655005] hub 1-0:1.0: 2 ports detected\n[ 0.655890] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657943] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658875] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659873] mousedev: PS/2 mouse device common for all mice\n[ 0.661084] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662901] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666277] i2c /dev entries driver\n[ 0.667032] device-mapper: uevent: version 1.0.3\n[ 0.667943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670782] NET: Registered protocol family 10\n[ 0.671756] NET: Registered protocol family 17\n[ 0.672629] Key type dns_resolver registered\n[ 0.673537] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674614] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676330] registered taskstats version 1\n[ 0.677144] Loading compiled-in X.509 certificates\n[ 0.678565] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680380] zswap: loaded using pool lzo/zbud\n[ 0.682199] Key type trusted registered\n[ 0.683757] Key type encrypted registered\n[ 0.684568] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685567] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686580] evm: HMAC attrs: 0x1\n[ 0.687526] Magic number: 14:986:589\n[ 0.688368] rtc_cmos 00:00: setting system clock to 2018-12-03 16:33:55 UTC (1543854835)\n[ 0.689920] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691006] EDD information not available.\n[ 0.775585] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777146] Write protecting the kernel read-only data: 14336k\n[ 0.788860] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.07\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.292411] 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.10...\nLease of 10.55.0.10 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.22. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJppP8py6LiquqDHRJx7ehAQUCcJCc/bcBNAYM1T/ZDICeU8C3OhwwefDYVtRChurL7zUtIh2cEB1WDqa/rjbf3o6V2tDFeFfNbqJyW9wVSbSK4zvmyNp+40+pZIQwVnh8Adle22v5+88KKTT1iYz9vCs3Pxi8gjVblyKi3fjh+BH9JTyss7CU69URaE8ppbIm1K4WtVT4eZu1oA+aVUCAuNA+RL+uATcQTpRYTKs64zg9OCea5TlrFx4PaUm66qibM3RmlelCCVsbKVNusXy112vkgVjLHZhMCjCBEoA2IeuwASTlNUyBrEyurvY5kxYBVWs+mZHzZhDhUVAgRS0Z root@simplehealthcheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAJVpi147rkLBRuFjL2wXHN0cFzjbID7MpzV35G0jDGkRvEHRd268Hxll2j1K5wK9AzMnQbUkUbGwFJTHcAAuhM2RZzRJzF7C2JNhSabbSeyuXua/X0KiGzOF96nz8r9feoJ15+vxiew/ULWBcVD214w/qNfbMDQ4qG00zKq7uUvdAAAAFQD58GU8vZvVkbqVKqB4nYiNveyH6QAAAIEAjksaVqrI5iOfTbLrW3fahAQ206QkUU0Ng9MeALss3j+slenZ8vr1dimnOsdI8SwjB65LOMwB9mQrF4ekSlOyrGzr/5HjGgxmVpz552wz9u0OtMIAjT+DDel3Ku259PiDk1InHpKljQSasTP4FFOJnlNOBXdCna9ybITWfsd0b28AAACAB3ChPVAp8Hzmrf56KVe/FMB0tZg+Y05u56y2CHR1g6nwfoBpfpTpFO7UqC73blPG4eIA88ttkXG9HMvu14tV5vRB0wsYCCdHE620IgFFZpVhvYWoHDVzt81qJloqo15aItVgtQLUFoxNjGdk8YPC4Cx2bj+5TuGXiegmJGYMDIg= root@simplehealthcheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-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.10,24,fe80::f816:3eff:feca:d79e/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.10 \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-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.13 ===\n"} 2018-12-03 16:34:01,163 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39/action used request id req-a7b07c78-c685-491a-a8af-f1e59bc5ecce 2018-12-03 16:34:01,165 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-03 16:34:01,165 - 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 489263618 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.140784] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.142389] pid_max: default: 32768 minimum: 301 [ 0.143255] ACPI: Core revision 20150930 [ 0.144613] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145881] Security Framework initialized [ 0.146677] Yama: becoming mindful. [ 0.147389] AppArmor: AppArmor initialized [ 0.148223] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149471] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.150691] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.151839] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.153163] Initializing cgroup subsys io [ 0.153956] Initializing cgroup subsys memory [ 0.154788] Initializing cgroup subsys devices [ 0.155630] Initializing cgroup subsys freezer [ 0.156479] Initializing cgroup subsys net_cls [ 0.157320] Initializing cgroup subsys perf_event [ 0.158197] Initializing cgroup subsys net_prio [ 0.159048] Initializing cgroup subsys hugetlb [ 0.159900] Initializing cgroup subsys pids [ 0.160749] CPU: Physical Processor ID: 0 [ 0.162215] mce: CPU supports 10 MCE banks [ 0.163035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164009] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174621] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180964] ftrace: allocating 31920 entries in 125 pages [ 0.206864] smpboot: Max logical packages: 1 [ 0.207707] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.209027] x2apic enabled [ 0.209823] Switched APIC routing to physical x2apic. [ 0.211530] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212631] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216321] KVM setup paravirtual spinlock [ 0.217592] x86: Booted up 1 node, 1 CPUs [ 0.218376] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219726] devtmpfs: initialized [ 0.221409] evm: security.selinux [ 0.222089] evm: security.SMACK64 [ 0.222761] evm: security.SMACK64EXEC [ 0.223483] evm: security.SMACK64TRANSMUTE [ 0.224262] evm: security.SMACK64MMAP [ 0.224987] evm: security.ima [ 0.225618] evm: security.capability [ 0.226399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228195] pinctrl core: initialized pinctrl subsystem [ 0.229292] RTC time: 16:33:54, date: 12/03/18 [ 0.230224] NET: Registered protocol family 16 [ 0.231175] cpuidle: using governor ladder [ 0.231973] cpuidle: using governor menu [ 0.232748] PCCT header not found. [ 0.233478] ACPI: bus type PCI registered [ 0.234259] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235472] PCI: Using configuration type 1 for base access [ 0.237185] ACPI: Added _OSI(Module Device) [ 0.238005] ACPI: Added _OSI(Processor Device) [ 0.238862] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239744] ACPI: Added _OSI(Processor Aggregator Device) [ 0.241858] ACPI: Interpreter enabled [ 0.242619] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244425] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249816] ACPI: (supports S0 S5) [ 0.250507] ACPI: Using IOAPIC for interrupt routing [ 0.251648] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254690] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255809] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257012] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260353] acpiphp: Slot [3] registered [ 0.261134] acpiphp: Slot [4] registered [ 0.261919] acpiphp: Slot [5] registered [ 0.262699] acpiphp: Slot [6] registered [ 0.263476] acpiphp: Slot [7] registered [ 0.264256] acpiphp: Slot [8] registered [ 0.265038] acpiphp: Slot [9] registered [ 0.265819] acpiphp: Slot [10] registered [ 0.266614] acpiphp: Slot [11] registered [ 0.267407] acpiphp: Slot [12] registered [ 0.268203] acpiphp: Slot [13] registered [ 0.269001] acpiphp: Slot [14] registered [ 0.269790] acpiphp: Slot [15] registered [ 0.280377] acpiphp: Slot [16] registered [ 0.281185] acpiphp: Slot [17] registered [ 0.281981] acpiphp: Slot [18] registered [ 0.282773] acpiphp: Slot [19] registered [ 0.283565] acpiphp: Slot [20] registered [ 0.284355] acpiphp: Slot [21] registered [ 0.285144] acpiphp: Slot [22] registered [ 0.285934] acpiphp: Slot [23] registered [ 0.286725] acpiphp: Slot [24] registered [ 0.287514] acpiphp: Slot [25] registered [ 0.288302] acpiphp: Slot [26] registered [ 0.289086] acpiphp: Slot [27] registered [ 0.289881] acpiphp: Slot [28] registered [ 0.290681] acpiphp: Slot [29] registered [ 0.291470] acpiphp: Slot [30] registered [ 0.292258] acpiphp: Slot [31] registered [ 0.293043] PCI host bridge to bus 0000:00 [ 0.293833] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295018] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.297618] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.299037] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306443] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.307589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.308821] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.315864] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317284] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364726] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366178] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368940] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370302] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372089] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373247] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374275] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375779] vgaarb: loaded [ 0.376367] vgaarb: bridge control possible 0000:00:02.0 [ 0.377480] SCSI subsystem initialized [ 0.378285] ACPI: bus type USB registered [ 0.379076] usbcore: registered new interface driver usbfs [ 0.380078] usbcore: registered new interface driver hub [ 0.381055] usbcore: registered new device driver usb [ 0.382081] PCI: Using ACPI for IRQ routing [ 0.383092] NetLabel: Initializing [ 0.383797] NetLabel: domain hash size = 128 [ 0.384628] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385553] NetLabel: unlabeled traffic allowed by default [ 0.386620] clocksource: Switched to clocksource kvm-clock [ 0.391959] AppArmor: AppArmor Filesystem Enabled [ 0.392904] pnp: PnP ACPI init [ 0.393801] pnp: PnP ACPI: found 5 devices [ 0.399801] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.401463] NET: Registered protocol family 2 [ 0.402403] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.403638] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.404776] TCP: Hash tables configured (established 2048 bind 2048) [ 0.405905] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.406951] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.408087] NET: Registered protocol family 1 [ 0.408940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.409999] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.411044] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425415] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.439677] Trying to unpack rootfs image as initramfs... [ 0.489364] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.503522] Scanning for low memory corruption every 60 seconds [ 0.504822] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.505939] audit: initializing netlink subsys (disabled) [ 0.506946] audit: type=2000 audit(1543854835.485:1): initialized [ 0.508214] Initialise system trusted keyring [ 0.509116] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.510252] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.512197] zbud: loaded [ 0.512888] VFS: Disk quotas dquot_6.6.0 [ 0.513686] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.515152] fuse init (API version 7.23) [ 0.516014] Key type big_key registered [ 0.516795] Allocating IMA MOK and blacklist keyrings. [ 0.517873] Key type asymmetric registered [ 0.518683] Asymmetric key parser 'x509' registered [ 0.519607] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.521019] io scheduler noop registered [ 0.521789] io scheduler deadline registered (default) [ 0.522756] io scheduler cfq registered [ 0.523568] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.524580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525796] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.527218] ACPI: Power Button [PWRF] [ 0.528033] GHES: HEST is not enabled! [ 0.541749] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.569697] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571974] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.597427] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.600500] Linux agpgart interface v0.103 [ 0.602971] brd: module loaded [ 0.604136] loop: module loaded [ 0.608167] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.609589] GPT:90111 != 20971519 [ 0.610258] GPT:Alternate GPT header not at the end of the disk. [ 0.611330] GPT:90111 != 20971519 [ 0.612002] GPT: Use GNU Parted to correct GPT errors. [ 0.612942] vda: vda1 vda15 [ 0.614452] scsi host0: ata_piix [ 0.615195] scsi host1: ata_piix [ 0.615894] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.617074] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.618858] libphy: Fixed MDIO Bus: probed [ 0.619662] tun: Universal TUN/TAP device driver, 1.6 [ 0.620586] tun: (C) 1999-2004 Max Krasnyansky [ 0.622704] PPP generic driver version 2.4.2 [ 0.623570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624986] ehci-pci: EHCI PCI platform driver [ 0.625847] ehci-platform: EHCI generic platform driver [ 0.626820] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627919] ohci-pci: OHCI PCI platform driver [ 0.628772] ohci-platform: OHCI generic platform driver [ 0.629737] uhci_hcd: USB Universal Host Controller Interface driver [ 0.644128] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.645101] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.646517] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.647511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.648591] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.649775] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.651162] usb usb1: Product: UHCI Host Controller [ 0.652078] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.653189] usb usb1: SerialNumber: 0000:00:01.2 [ 0.654227] hub 1-0:1.0: USB hub found [ 0.655005] hub 1-0:1.0: 2 ports detected [ 0.655890] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.657943] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.658875] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.659873] mousedev: PS/2 mouse device common for all mice [ 0.661084] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662901] rtc_cmos 00:00: RTC can wake from S4 [ 0.663955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666277] i2c /dev entries driver [ 0.667032] device-mapper: uevent: version 1.0.3 [ 0.667943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669528] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670782] NET: Registered protocol family 10 [ 0.671756] NET: Registered protocol family 17 [ 0.672629] Key type dns_resolver registered [ 0.673537] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674614] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676330] registered taskstats version 1 [ 0.677144] Loading compiled-in X.509 certificates [ 0.678565] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680380] zswap: loaded using pool lzo/zbud [ 0.682199] Key type trusted registered [ 0.683757] Key type encrypted registered [ 0.684568] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685567] ima: No TPM chip found, activating TPM-bypass! [ 0.686580] evm: HMAC attrs: 0x1 [ 0.687526] Magic number: 14:986:589 [ 0.688368] rtc_cmos 00:00: setting system clock to 2018-12-03 16:33:55 UTC (1543854835) [ 0.689920] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.691006] EDD information not available. [ 0.775585] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.777146] Write protecting the kernel read-only data: 14336k [ 0.788860] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.790678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.07 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.292411] 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.10... Lease of 10.55.0.10 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.22. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJppP8py6LiquqDHRJx7ehAQUCcJCc/bcBNAYM1T/ZDICeU8C3OhwwefDYVtRChurL7zUtIh2cEB1WDqa/rjbf3o6V2tDFeFfNbqJyW9wVSbSK4zvmyNp+40+pZIQwVnh8Adle22v5+88KKTT1iYz9vCs3Pxi8gjVblyKi3fjh+BH9JTyss7CU69URaE8ppbIm1K4WtVT4eZu1oA+aVUCAuNA+RL+uATcQTpRYTKs64zg9OCea5TlrFx4PaUm66qibM3RmlelCCVsbKVNusXy112vkgVjLHZhMCjCBEoA2IeuwASTlNUyBrEyurvY5kxYBVWs+mZHzZhDhUVAgRS0Z root@simplehealthcheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst ssh-dss AAAAB3NzaC1kc3MAAACBAJVpi147rkLBRuFjL2wXHN0cFzjbID7MpzV35G0jDGkRvEHRd268Hxll2j1K5wK9AzMnQbUkUbGwFJTHcAAuhM2RZzRJzF7C2JNhSabbSeyuXua/X0KiGzOF96nz8r9feoJ15+vxiew/ULWBcVD214w/qNfbMDQ4qG00zKq7uUvdAAAAFQD58GU8vZvVkbqVKqB4nYiNveyH6QAAAIEAjksaVqrI5iOfTbLrW3fahAQ206QkUU0Ng9MeALss3j+slenZ8vr1dimnOsdI8SwjB65LOMwB9mQrF4ekSlOyrGzr/5HjGgxmVpz552wz9u0OtMIAjT+DDel3Ku259PiDk1InHpKljQSasTP4FFOJnlNOBXdCna9ybITWfsd0b28AAACAB3ChPVAp8Hzmrf56KVe/FMB0tZg+Y05u56y2CHR1g6nwfoBpfpTpFO7UqC73blPG4eIA88ttkXG9HMvu14tV5vRB0wsYCCdHE620IgFFZpVhvYWoHDVzt81qJloqo15aItVgtQLUFoxNjGdk8YPC4Cx2bj+5TuGXiegmJGYMDIg= root@simplehealthcheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.10,24,fe80::f816:3eff:feca:d79e/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.10 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-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst launch-index: 0 === cirros: current=0.4.0 uptime=4.13 === 2018-12-03 16:34:01,165 - create_instance - INFO - Deleting Port with ID - 64a8434a-57e6-4503-898c-ddb255222ff1 2018-12-03 16:34:01,166 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188port-1 2018-12-03 16:34:01,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/64a8434a-57e6-4503-898c-ddb255222ff1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:34:01,747 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0632a410-176d-4868-a427-499cb9971a04 Date: Mon, 03 Dec 2018 16:34:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:34:01,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/64a8434a-57e6-4503-898c-ddb255222ff1 used request id req-0632a410-176d-4868-a427-499cb9971a04 2018-12-03 16:34:01,747 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst 2018-12-03 16:34:01,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:34:01,906 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:34: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-2c1b0b62-53f6-4b1c-8f14-e2af7b8554d7 x-compute-request-id: req-2c1b0b62-53f6-4b1c-8f14-e2af7b8554d7 Content-Type: application/json 2018-12-03 16:34:01,906 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 used request id req-2c1b0b62-53f6-4b1c-8f14-e2af7b8554d7 2018-12-03 16:34:01,907 - create_instance - INFO - Checking deletion status 2018-12-03 16:34:01,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:34:02,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34: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-82198c1b-0ec8-47e1-8c01-b029bbe07c70 x-compute-request-id: req-82198c1b-0ec8-47e1-8c01-b029bbe07c70 Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:d7:9e", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "bookmark"}], "image": {"id": "d475610e-b618-4c77-9383-459dc6158564", "links": [{"href": "http://172.30.9.30:8774/images/d475610e-b618-4c77-9383-459dc6158564", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:33:54.000000", "flavor": {"id": "dedab2b8-fee2-48ce-b139-1ba76d30206f", "links": [{"href": "http://172.30.9.30:8774/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "bookmark"}]}, "id": "bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "user_id": "0c60c21b64ee43a697c41b23b3cc5eaa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:34:01Z", "hostId": "5131cb035101d6e804c393aa0a766b35fe9d49ca2b73f9f8564d66af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst", "created": "2018-12-03T16:33:46Z", "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:34:02,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 used request id req-82198c1b-0ec8-47e1-8c01-b029bbe07c70 2018-12-03 16:34:02,296 - create_instance - DEBUG - Instance status [SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst] is - ACTIVE 2018-12-03 16:34:02,296 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:34:05,299 - create_instance - DEBUG - VM status query timeout in 296.607372999 2018-12-03 16:34:05,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:34:05,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34: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-25c3c7b0-2145-4c3f-ae53-55d698af62cb x-compute-request-id: req-25c3c7b0-2145-4c3f-ae53-55d698af62cb 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.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "rel": "bookmark"}], "image": {"id": "d475610e-b618-4c77-9383-459dc6158564", "links": [{"href": "http://172.30.9.30:8774/images/d475610e-b618-4c77-9383-459dc6158564", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:33:54.000000", "flavor": {"id": "dedab2b8-fee2-48ce-b139-1ba76d30206f", "links": [{"href": "http://172.30.9.30:8774/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f", "rel": "bookmark"}]}, "id": "bdb2fbd3-00ec-40f5-be38-2b6c6871bb39", "user_id": "0c60c21b64ee43a697c41b23b3cc5eaa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:34:01Z", "hostId": "5131cb035101d6e804c393aa0a766b35fe9d49ca2b73f9f8564d66af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst", "created": "2018-12-03T16:33:46Z", "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:34:05,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 used request id req-25c3c7b0-2145-4c3f-ae53-55d698af62cb 2018-12-03 16:34:05,584 - create_instance - DEBUG - Instance status [SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst] is - ACTIVE 2018-12-03 16:34:05,584 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:34:08,587 - create_instance - DEBUG - VM status query timeout in 293.319772005 2018-12-03 16:34:08,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd42366dc4f5e3605fdef7f1b3b81c2df139fdff" 2018-12-03 16:34:08,641 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:34: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-401b5471-8ad8-494d-b1e7-2a94499d6350 x-compute-request-id: req-401b5471-8ad8-494d-b1e7-2a94499d6350 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 could not be found.", "code": 404}} 2018-12-03 16:34:08,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 used request id req-401b5471-8ad8-494d-b1e7-2a94499d6350 2018-12-03 16:34:08,641 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance bdb2fbd3-00ec-40f5-be38-2b6c6871bb39 could not be found. (HTTP 404) (Request-ID: req-401b5471-8ad8-494d-b1e7-2a94499d6350) 2018-12-03 16:34:08,642 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-inst 2018-12-03 16:34:08,643 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-subnet 2018-12-03 16:34:08,643 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-subnet 2018-12-03 16:34:08,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e7aba3f3fc6638c6e70a414050020330fa7abb" 2018-12-03 16:34:11,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a2832105-70cd-41d1-9f01-7f88029a0a80 Date: Mon, 03 Dec 2018 16:34:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:34:11,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/e2d0b6c8-b6d6-44ad-80a6-0f90a90ddac8 used request id req-a2832105-70cd-41d1-9f01-7f88029a0a80 2018-12-03 16:34:11,041 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-priv-net 2018-12-03 16:34:11,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/c7cfd2a9-2767-4ddb-97a9-6c50849323ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e7aba3f3fc6638c6e70a414050020330fa7abb" 2018-12-03 16:34:12,405 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5336a277-2d05-48e0-9104-2062fa37e477 Date: Mon, 03 Dec 2018 16:34:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:34:12,406 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/c7cfd2a9-2767-4ddb-97a9-6c50849323ce used request id req-5336a277-2d05-48e0-9104-2062fa37e477 2018-12-03 16:34:12,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e52b3ee3b3df0afa0e6a7775c74537e6c4fe78" 2018-12-03 16:34:12,469 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:34:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0a6a5fec-a8df-4d3c-847c-55d8ceb28e5c x-compute-request-id: req-0a6a5fec-a8df-4d3c-847c-55d8ceb28e5c Content-Length: 0 Content-Type: application/json 2018-12-03 16:34:12,469 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/dedab2b8-fee2-48ce-b139-1ba76d30206f used request id req-0a6a5fec-a8df-4d3c-847c-55d8ceb28e5c 2018-12-03 16:34:12,470 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-cadfdde4-cee1-4dc7-99bc-b3d6e317f188-image 2018-12-03 16:34:12,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/d475610e-b618-4c77-9383-459dc6158564 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e7375a290218f23ae2bcb7b1825ea631c24b36f" 2018-12-03 16:34:13,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9882e78f-3198-4d45-982f-3720fa3c3606 Date: Mon, 03 Dec 2018 16:34:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:34:13,749 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d475610e-b618-4c77-9383-459dc6158564 used request id req-9882e78f-3198-4d45-982f-3720fa3c3606 2018-12-03 16:34:13,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:34:13,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-bf7b5335-d2ed-4ceb-ba49-06283e2725cb Date: Mon, 03 Dec 2018 16:34:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "created_at": "2018-12-03T16:33:36Z", "updated_at": "2018-12-03T16:33:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:33:36Z", "revision_number": 0, "id": "043ec1bd-a701-4f88-b5a8-8292b16b449e", "remote_group_id": "71fac564-3ffd-4bc0-9cd4-7d3729616eb3", "remote_ip_prefix": null, "created_at": "2018-12-03T16:33:36Z", "security_group_id": "71fac564-3ffd-4bc0-9cd4-7d3729616eb3", "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d77c3e1dc194bbb96ffc07e089fcc27"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:33:36Z", "revision_number": 0, "id": "237c3f10-b4e4-4764-92cf-27ecf9cb72d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:33:36Z", "security_group_id": "71fac564-3ffd-4bc0-9cd4-7d3729616eb3", "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d77c3e1dc194bbb96ffc07e089fcc27"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:33:36Z", "revision_number": 0, "id": "489776dc-47c8-4c37-b7ce-2246f993e8d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:33:36Z", "security_group_id": "71fac564-3ffd-4bc0-9cd4-7d3729616eb3", "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d77c3e1dc194bbb96ffc07e089fcc27"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:33:36Z", "revision_number": 0, "id": "aed17e3d-f37d-4f93-b9fa-b92c2ec16fb6", "remote_group_id": "71fac564-3ffd-4bc0-9cd4-7d3729616eb3", "remote_ip_prefix": null, "created_at": "2018-12-03T16:33:36Z", "security_group_id": "71fac564-3ffd-4bc0-9cd4-7d3729616eb3", "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d77c3e1dc194bbb96ffc07e089fcc27"}], "revision_number": 4, "project_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "id": "71fac564-3ffd-4bc0-9cd4-7d3729616eb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:34:13,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-bf7b5335-d2ed-4ceb-ba49-06283e2725cb 2018-12-03 16:34:13,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:34:14,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89379013-59b1-4184-bfa7-754f875bdc35 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:34:14,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-89379013-59b1-4184-bfa7-754f875bdc35 2018-12-03 16:34:14,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:34:14,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfecf130-febf-4edb-ae70-0fc932bd374a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:34:14,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-bfecf130-febf-4edb-ae70-0fc932bd374a 2018-12-03 16:34:14,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:34:14,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2ce916b-167d-4d64-962a-6551fadcab6a Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27"}, "enabled": true, "id": "1d77c3e1dc194bbb96ffc07e089fcc27", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7835cb2c-1f06-486-proj"}} 2018-12-03 16:34:14,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 used request id req-e2ce916b-167d-4d64-962a-6551fadcab6a 2018-12-03 16:34:14,248 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71fac564-3ffd-4bc0-9cd4-7d3729616eb3 2018-12-03 16:34:14,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=71fac564-3ffd-4bc0-9cd4-7d3729616eb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:34:14,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-400543c5-2c11-4c19-88e8-f427815b9a6d Date: Mon, 03 Dec 2018 16:34:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "71fac564-3ffd-4bc0-9cd4-7d3729616eb3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:33:36Z", "security_group_id": "71fac564-3ffd-4bc0-9cd4-7d3729616eb3", "port_range_min": null, "revision_number": 0, "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "created_at": "2018-12-03T16:33:36Z", "project_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "id": "043ec1bd-a701-4f88-b5a8-8292b16b449e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:33:36Z", "security_group_id": "71fac564-3ffd-4bc0-9cd4-7d3729616eb3", "port_range_min": null, "revision_number": 0, "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "created_at": "2018-12-03T16:33:36Z", "project_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "id": "237c3f10-b4e4-4764-92cf-27ecf9cb72d4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:33:36Z", "security_group_id": "71fac564-3ffd-4bc0-9cd4-7d3729616eb3", "port_range_min": null, "revision_number": 0, "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "created_at": "2018-12-03T16:33:36Z", "project_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "id": "489776dc-47c8-4c37-b7ce-2246f993e8d5"}, {"remote_group_id": "71fac564-3ffd-4bc0-9cd4-7d3729616eb3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:33:36Z", "security_group_id": "71fac564-3ffd-4bc0-9cd4-7d3729616eb3", "port_range_min": null, "revision_number": 0, "tenant_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "created_at": "2018-12-03T16:33:36Z", "project_id": "1d77c3e1dc194bbb96ffc07e089fcc27", "id": "aed17e3d-f37d-4f93-b9fa-b92c2ec16fb6"}]} 2018-12-03 16:34:14,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=71fac564-3ffd-4bc0-9cd4-7d3729616eb3 used request id req-400543c5-2c11-4c19-88e8-f427815b9a6d 2018-12-03 16:34:14,416 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:34:14,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/71fac564-3ffd-4bc0-9cd4-7d3729616eb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:34:14,755 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-69fcc256-d752-49cf-a27d-4be3d0976390 Content-Length: 0 Date: Mon, 03 Dec 2018 16:34:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:34:14,755 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/71fac564-3ffd-4bc0-9cd4-7d3729616eb3 used request id req-69fcc256-d752-49cf-a27d-4be3d0976390 2018-12-03 16:34:14,756 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-7835cb2c-1f06-486-proj 2018-12-03 16:34:14,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:34:14,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:34:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3117efcd-110b-4579-916d-3bf06d1b255c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:34:14,962 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/1d77c3e1dc194bbb96ffc07e089fcc27 used request id req-3117efcd-110b-4579-916d-3bf06d1b255c 2018-12-03 16:34:14,962 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-7835cb2c-1f06-486-proj-role 2018-12-03 16:34:14,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/d69680a1927e4237840ec4ecee64fcda -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:34:15,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:34:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92648484-615a-4453-b0f5-9d19db8658e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:34:15,066 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/d69680a1927e4237840ec4ecee64fcda used request id req-92648484-615a-4453-b0f5-9d19db8658e1 2018-12-03 16:34:15,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9865ef32f5328400e245f85334e7fb962f3b26f1" 2018-12-03 16:34:15,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fb35897-4469-4bb2-8803-5dd9e10fa55e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:34:15,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4fb35897-4469-4bb2-8803-5dd9e10fa55e 2018-12-03 16:34:15,164 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-7835cb2c-1f06-486-user 2018-12-03 16:34:15,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/0c60c21b64ee43a697c41b23b3cc5eaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f08cff6eb782b6f13c0927064cd1633ae1d12f1" 2018-12-03 16:34:15,365 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:34:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c972a53d-b462-4bed-9c6e-0e350c01ece2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:34:15,366 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/0c60c21b64ee43a697c41b23b3cc5eaa used request id req-c972a53d-b462-4bed-9c6e-0e350c01ece2 2018-12-03 16:34:15,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:34:15,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:34:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["z1uYYSfcSx-Cvqb_POokUg"], "issued_at": "2018-12-03T16:34:15.000000Z"}} 2018-12-03 16:34:15,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2573c1f5ef8bea015b19c15ef811fd1ebc3688" 2018-12-03 16:34:15,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf7a220a-d592-4252-ab4d-e5f5d475bfbd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:15,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bf7a220a-d592-4252-ab4d-e5f5d475bfbd 2018-12-03 16:34:15,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:34:15,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:34:16,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:34:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["SlQS9Eq5TwiboiFe9EgXOQ"], "issued_at": "2018-12-03T16:34:16.000000Z"}} 2018-12-03 16:34:16,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:34:16,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b37f05c-227c-4750-814e-773e37b0db36 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:16,294 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4b37f05c-227c-4750-814e-773e37b0db36 2018-12-03 16:34:16,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:34:16,303 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:34: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:34:16,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-5c381035-f2e0-467-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:34:16,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-100198cc-54cd-4590-b66f-299834271003 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-5c381035-f2e0-467-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:34:16,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-5c381035-f2e0-467-proj used request id req-100198cc-54cd-4590-b66f-299834271003 2018-12-03 16:34:16,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:34:16,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-429a6fb7-2ac1-4e41-b50c-329e629b32ad Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:34:16,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-429a6fb7-2ac1-4e41-b50c-329e629b32ad 2018-12-03 16:34:16,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}}' 2018-12-03 16:34:16,533 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:34:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-352fd3a5-0d94-4de4-9ba2-939e597c42c5 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:34:16,533 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-352fd3a5-0d94-4de4-9ba2-939e597c42c5 2018-12-03 16:34:16,534 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-5c381035-f2e0-467-proj 2018-12-03 16:34:16,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:34:16,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:34:16,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:34:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["pLwSa7UxQyS_rPIk2kvRig"], "issued_at": "2018-12-03T16:34:16.000000Z"}} 2018-12-03 16:34:16,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6aeb29bee791ca7ba8219e84957b3f9f3c7d710" 2018-12-03 16:34:17,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b3c5ba-2851-4974-b2d6-cc9aafe74711 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:17,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-99b3c5ba-2851-4974-b2d6-cc9aafe74711 2018-12-03 16:34:17,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:34:17,015 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:34: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:34:17,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6aeb29bee791ca7ba8219e84957b3f9f3c7d710" 2018-12-03 16:34:17,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af813337-5813-4d1b-8771-739a530ada56 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:34:17,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-af813337-5813-4d1b-8771-739a530ada56 2018-12-03 16:34:17,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstanceTwoNetTests-5c381035-f2e0-467-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6aeb29bee791ca7ba8219e84957b3f9f3c7d710" 2018-12-03 16:34:17,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ace94d9-c2bb-41fd-9f11-a4fee519e177 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstanceTwoNetTests-5c381035-f2e0-467-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}]} 2018-12-03 16:34:17,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstanceTwoNetTests-5c381035-f2e0-467-proj used request id req-8ace94d9-c2bb-41fd-9f11-a4fee519e177 2018-12-03 16:34:17,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6aeb29bee791ca7ba8219e84957b3f9f3c7d710" 2018-12-03 16:34:17,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a4f7a69-5162-417a-9b91-57c64210d4a8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:34:17,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-1a4f7a69-5162-417a-9b91-57c64210d4a8 2018-12-03 16:34:17,725 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-5c381035-f2e0-467-user 2018-12-03 16:34:17,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:34:17,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:34:17,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3674d733-11cf-459f-a5bb-7dc5083b5688 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:34:17,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3674d733-11cf-459f-a5bb-7dc5083b5688 2018-12-03 16:34:17,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" -d '{"role": {"name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role"}}' 2018-12-03 16:34:17,922 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:34:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-119c724c-5991-4ac0-861a-01fdc00205cb Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "da56c95b1e49458285e234e2a1b5f728", "links": {"self": "http://172.30.9.30:5000/v3/roles/da56c95b1e49458285e234e2a1b5f728"}, "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role"}} 2018-12-03 16:34:17,922 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-119c724c-5991-4ac0-861a-01fdc00205cb 2018-12-03 16:34:17,923 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role 2018-12-03 16:34:17,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/da56c95b1e49458285e234e2a1b5f728 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:34:18,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7348ff93-12a7-46b5-99a7-0640630842eb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/da56c95b1e49458285e234e2a1b5f728"}, "domain_id": null, "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role", "id": "da56c95b1e49458285e234e2a1b5f728"}} 2018-12-03 16:34:18,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/da56c95b1e49458285e234e2a1b5f728 used request id req-7348ff93-12a7-46b5-99a7-0640630842eb 2018-12-03 16:34:18,013 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role to project CreateInstanceTwoNetTests-5c381035-f2e0-467-proj 2018-12-03 16:34:18,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c/users/e8a5b1bce7e3452991aa343988b2773d/roles/da56c95b1e49458285e234e2a1b5f728 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:34:18,135 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:34:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5558be86-8e50-45fb-a675-942e17b719fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:34:18,135 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c/users/e8a5b1bce7e3452991aa343988b2773d/roles/da56c95b1e49458285e234e2a1b5f728 used request id req-5558be86-8e50-45fb-a675-942e17b719fc 2018-12-03 16:34:18,136 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:34:18,137 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:34:18,137 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:34:18,138 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:34:18,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da56c95b1e49458285e234e2a1b5f728", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role"}], "expires_at": "2018-12-03T17:34:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9dba15fac3214070969166c8aecd2b7c", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-user", "id": "e8a5b1bce7e3452991aa343988b2773d"}, "audit_ids": ["Lxl3H10HSESH4OWVFS4n8Q"], "issued_at": "2018-12-03T16:34:18.000000Z"}} 2018-12-03 16:34:18,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efe8a27f3ab88e9381eaa76300c2b348bebd6a11" 2018-12-03 16:34:18,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0132b264-c022-450b-90f0-14a73db18bda Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:18,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0132b264-c022-450b-90f0-14a73db18bda 2018-12-03 16:34:18,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}efe8a27f3ab88e9381eaa76300c2b348bebd6a11" 2018-12-03 16:34:18,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 164 Content-Type: application/json X-Openstack-Request-Id: req-6554e46f-dc30-49b5-a459-83271a4ecd62 Date: Mon, 03 Dec 2018 16:34:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d"} 2018-12-03 16:34:18,783 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d used request id req-6554e46f-dc30-49b5-a459-83271a4ecd62 2018-12-03 16:34:18,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}efe8a27f3ab88e9381eaa76300c2b348bebd6a11" 2018-12-03 16:34:18,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-49dd93af-7bbc-4dc2-9bae-c533cc0b5a41 Date: Mon, 03 Dec 2018 16:34: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-12-03 16:34:18,936 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-49dd93af-7bbc-4dc2-9bae-c533cc0b5a41 2018-12-03 16:34:18,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}efe8a27f3ab88e9381eaa76300c2b348bebd6a11" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d"}' 2018-12-03 16:34:19,158 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 623 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa X-Openstack-Request-Id: req-3ff36d9b-9500-4b67-87e7-8a33003b2696 Date: Mon, 03 Dec 2018 16:34:19 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:34:19Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:34:19Z", "visibility": "shared", "locations": [], "self": "/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "min_disk": 0, "protected": false, "id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "file": "/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/file", "checksum": null, "owner": "9dba15fac3214070969166c8aecd2b7c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:34:19,158 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-3ff36d9b-9500-4b67-87e7-8a33003b2696 2018-12-03 16:34:19,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}efe8a27f3ab88e9381eaa76300c2b348bebd6a11" -d '' 2018-12-03 16:34:21,388 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-24e88fd6-4f63-4783-b71c-7a588f582179 Date: Mon, 03 Dec 2018 16:34:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:34:21,388 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/file used request id req-24e88fd6-4f63-4783-b71c-7a588f582179 2018-12-03 16:34:21,389 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:34:21,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}efe8a27f3ab88e9381eaa76300c2b348bebd6a11" 2018-12-03 16:34:21,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-241cbbb3-bf8a-4551-8c17-33c4d1cd7158 Date: Mon, 03 Dec 2018 16:34:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:34:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:34:21Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/snap", "metadata": {}}], "self": "/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "min_disk": 0, "protected": false, "id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "file": "/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9dba15fac3214070969166c8aecd2b7c", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:34:21,561 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa used request id req-241cbbb3-bf8a-4551-8c17-33c4d1cd7158 2018-12-03 16:34:21,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}efe8a27f3ab88e9381eaa76300c2b348bebd6a11" 2018-12-03 16:34:22,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4e8bc135-07d1-4d26-8f61-c707664af7a6 Date: Mon, 03 Dec 2018 16:34: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-12-03 16:34:22,088 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-4e8bc135-07d1-4d26-8f61-c707664af7a6 2018-12-03 16:34:22,091 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d 2018-12-03 16:34:22,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}efe8a27f3ab88e9381eaa76300c2b348bebd6a11" 2018-12-03 16:34:22,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-344e0766-3f5f-4d17-b72a-954fbb3f0549 Date: Mon, 03 Dec 2018 16:34:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:34:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:34:21Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/snap", "metadata": {}}], "self": "/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "min_disk": 0, "protected": false, "id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "file": "/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9dba15fac3214070969166c8aecd2b7c", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:34:22,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa used request id req-344e0766-3f5f-4d17-b72a-954fbb3f0549 2018-12-03 16:34:22,259 - create_image - DEBUG - Instance status is - active 2018-12-03 16:34:22,259 - create_image - DEBUG - Image is active with name - CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d 2018-12-03 16:34:22,259 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d 2018-12-03 16:34:22,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:34:22,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:34:22,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da56c95b1e49458285e234e2a1b5f728", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role"}], "expires_at": "2018-12-03T17:34:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9dba15fac3214070969166c8aecd2b7c", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-user", "id": "e8a5b1bce7e3452991aa343988b2773d"}, "audit_ids": ["mUhDr8QETfCxfMHw2QBMAw"], "issued_at": "2018-12-03T16:34:22.000000Z"}} 2018-12-03 16:34:22,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96117e0d74dd5f5fbac9b0a2aa8358e28425bba9" 2018-12-03 16:34:22,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d741f80-3d56-4313-9d00-8aef47964ae6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:22,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2d741f80-3d56-4313-9d00-8aef47964ae6 2018-12-03 16:34:22,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96117e0d74dd5f5fbac9b0a2aa8358e28425bba9" 2018-12-03 16:34:22,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5e376058-b343-44fd-aee6-981d6e1b24a7 Date: Mon, 03 Dec 2018 16:34:22 GMT RESP BODY: {"networks":[]} 2018-12-03 16:34:22,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 used request id req-5e376058-b343-44fd-aee6-981d6e1b24a7 2018-12-03 16:34:22,885 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 2018-12-03 16:34:22,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96117e0d74dd5f5fbac9b0a2aa8358e28425bba9" -d '{"network": {"name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1", "admin_state_up": true}}' 2018-12-03 16:34:23,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-dd5c71bb-6536-42d3-b5b8-b3b3e3c04cf2 Date: Mon, 03 Dec 2018 16:34:23 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:34:23Z","is_default":false,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:23Z","mtu":1450}} 2018-12-03 16:34:23,394 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-dd5c71bb-6536-42d3-b5b8-b3b3e3c04cf2 2018-12-03 16:34:23,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96117e0d74dd5f5fbac9b0a2aa8358e28425bba9" 2018-12-03 16:34:23,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-979fc87c-dde3-4dca-9d6b-bd0b5be7ddfe Date: Mon, 03 Dec 2018 16:34: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-12-03T16:34:23Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1"}]} 2018-12-03 16:34:23,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-979fc87c-dde3-4dca-9d6b-bd0b5be7ddfe 2018-12-03 16:34:23,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96117e0d74dd5f5fbac9b0a2aa8358e28425bba9" 2018-12-03 16:34:23,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bb6acbb8-5ced-4390-8f36-30d97fd03ced Date: Mon, 03 Dec 2018 16:34:23 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:34:23,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-bb6acbb8-5ced-4390-8f36-30d97fd03ced 2018-12-03 16:34:23,819 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1 2018-12-03 16:34:23,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96117e0d74dd5f5fbac9b0a2aa8358e28425bba9" -d '{"subnets": [{"ip_version": 4, "network_id": "f4b3520e-c3c8-4469-a93d-ee65c0676a2d", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}]}' 2018-12-03 16:34:24,501 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-325b4059-ab15-4edb-b257-2304cf1e9b70 Date: Mon, 03 Dec 2018 16:34:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:24Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}]} 2018-12-03 16:34:24,501 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-325b4059-ab15-4edb-b257-2304cf1e9b70 2018-12-03 16:34:24,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96117e0d74dd5f5fbac9b0a2aa8358e28425bba9" 2018-12-03 16:34:24,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-dfec6179-cca5-4c2d-b315-a20ffafe521b Date: Mon, 03 Dec 2018 16:34: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":["705face7-fa73-46e5-bdf1-45ecca5dde9f"],"updated_at":"2018-12-03T16:34:24Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1"}]} 2018-12-03 16:34:24,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-dfec6179-cca5-4c2d-b315-a20ffafe521b 2018-12-03 16:34:24,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96117e0d74dd5f5fbac9b0a2aa8358e28425bba9" 2018-12-03 16:34:25,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-decb619c-27c7-44c3-acbe-d7d08d299c41 Date: Mon, 03 Dec 2018 16:34:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:24Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}]} 2018-12-03 16:34:25,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-decb619c-27c7-44c3-acbe-d7d08d299c41 2018-12-03 16:34:25,004 - OpenStackNetwork - DEBUG - Network [f4b3520e-c3c8-4469-a93d-ee65c0676a2d] created successfully 2018-12-03 16:34:25,004 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:34:25,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:34:25,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da56c95b1e49458285e234e2a1b5f728", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role"}], "expires_at": "2018-12-03T17:34:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9dba15fac3214070969166c8aecd2b7c", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-user", "id": "e8a5b1bce7e3452991aa343988b2773d"}, "audit_ids": ["AG5ny0kpQp2wYkLWdrs97Q"], "issued_at": "2018-12-03T16:34:25.000000Z"}} 2018-12-03 16:34:25,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46264d8bd5a6f1452df2c999fd448e2b5a0e4f82" 2018-12-03 16:34:25,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91f104bc-fabe-4833-ab64-a3a06ae9bf89 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:25,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-91f104bc-fabe-4833-ab64-a3a06ae9bf89 2018-12-03 16:34:25,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46264d8bd5a6f1452df2c999fd448e2b5a0e4f82" 2018-12-03 16:34:25,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3c0865bf-1489-4a02-ac33-b1942bf7c249 Date: Mon, 03 Dec 2018 16:34:25 GMT RESP BODY: {"networks":[]} 2018-12-03 16:34:25,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 used request id req-3c0865bf-1489-4a02-ac33-b1942bf7c249 2018-12-03 16:34:25,652 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 2018-12-03 16:34:25,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46264d8bd5a6f1452df2c999fd448e2b5a0e4f82" -d '{"network": {"name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2", "admin_state_up": true}}' 2018-12-03 16:34:26,208 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-d7a6d1e6-cd78-4cbe-882e-be31a6445176 Date: Mon, 03 Dec 2018 16:34:26 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"51febb9f-596a-4b61-92c0-9036b60bead7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:34:25Z","is_default":false,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:25Z","mtu":1450}} 2018-12-03 16:34:26,208 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-d7a6d1e6-cd78-4cbe-882e-be31a6445176 2018-12-03 16:34:26,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46264d8bd5a6f1452df2c999fd448e2b5a0e4f82" 2018-12-03 16:34:26,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-30450852-01c3-4ec1-878f-4f66d36ad947 Date: Mon, 03 Dec 2018 16:34:26 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-12-03T16:34:25Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"51febb9f-596a-4b61-92c0-9036b60bead7","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2"}]} 2018-12-03 16:34:26,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-30450852-01c3-4ec1-878f-4f66d36ad947 2018-12-03 16:34:26,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46264d8bd5a6f1452df2c999fd448e2b5a0e4f82" 2018-12-03 16:34:26,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-14ca6227-84ac-404c-807c-a3a621506bb8 Date: Mon, 03 Dec 2018 16:34:26 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:34:26,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-14ca6227-84ac-404c-807c-a3a621506bb8 2018-12-03 16:34:26,748 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2 2018-12-03 16:34:26,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46264d8bd5a6f1452df2c999fd448e2b5a0e4f82" -d '{"subnets": [{"ip_version": 4, "network_id": "51febb9f-596a-4b61-92c0-9036b60bead7", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}]}' 2018-12-03 16:34:27,579 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-238f15c5-f7bd-4cbf-a52e-eb8c2abec44d Date: Mon, 03 Dec 2018 16:34:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:27Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}]} 2018-12-03 16:34:27,580 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-238f15c5-f7bd-4cbf-a52e-eb8c2abec44d 2018-12-03 16:34:27,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46264d8bd5a6f1452df2c999fd448e2b5a0e4f82" 2018-12-03 16:34:27,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-e0db3ff9-1b25-4148-9ab5-879bb651659f Date: Mon, 03 Dec 2018 16:34: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":["a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a"],"updated_at":"2018-12-03T16:34:27Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"51febb9f-596a-4b61-92c0-9036b60bead7","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2"}]} 2018-12-03 16:34:27,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-e0db3ff9-1b25-4148-9ab5-879bb651659f 2018-12-03 16:34:27,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46264d8bd5a6f1452df2c999fd448e2b5a0e4f82" 2018-12-03 16:34:27,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c332d69a-c156-4772-90e8-5ce6100376ba Date: Mon, 03 Dec 2018 16:34:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:27Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}]} 2018-12-03 16:34:27,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-c332d69a-c156-4772-90e8-5ce6100376ba 2018-12-03 16:34:27,887 - OpenStackNetwork - DEBUG - Network [51febb9f-596a-4b61-92c0-9036b60bead7] created successfully 2018-12-03 16:34:27,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:34:27,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:34:28,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da56c95b1e49458285e234e2a1b5f728", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role"}], "expires_at": "2018-12-03T17:34:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9dba15fac3214070969166c8aecd2b7c", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-user", "id": "e8a5b1bce7e3452991aa343988b2773d"}, "audit_ids": ["qSePbc7JTc2n9ZsXMM584Q"], "issued_at": "2018-12-03T16:34:28.000000Z"}} 2018-12-03 16:34:28,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:28,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c9d063c-5386-4104-8c1c-1ec238bdf1a6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:28,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0c9d063c-5386-4104-8c1c-1ec238bdf1a6 2018-12-03 16:34:28,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:28,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a132924a-cda6-4bbc-b8ae-5641245c6206 Date: Mon, 03 Dec 2018 16:34:28 GMT RESP BODY: {"routers": []} 2018-12-03 16:34:28,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router&admin_state_up=True used request id req-a132924a-cda6-4bbc-b8ae-5641245c6206 2018-12-03 16:34:28,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:34:28,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:34:28,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da56c95b1e49458285e234e2a1b5f728", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role"}], "expires_at": "2018-12-03T17:34:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9dba15fac3214070969166c8aecd2b7c", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-user", "id": "e8a5b1bce7e3452991aa343988b2773d"}, "audit_ids": ["uT4ncYYSTgGpydt53RQzsA"], "issued_at": "2018-12-03T16:34:28.000000Z"}} 2018-12-03 16:34:28,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07decb61da99d26c65e4d4b599f549e0d547bc1a" 2018-12-03 16:34:29,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8d9c07d-f7ec-475b-98f2-9186c2483295 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:29,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a8d9c07d-f7ec-475b-98f2-9186c2483295 2018-12-03 16:34:29,072 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router 2018-12-03 16:34:29,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" -d '{"router": {"name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router", "admin_state_up": true}}' 2018-12-03 16:34:33,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-ffbbeb71-ee57-4081-9671-c6e991ae60c5 Date: Mon, 03 Dec 2018 16:34:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:30Z", "admin_state_up": true, "updated_at": "2018-12-03T16:34:30Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "82b71309-ae05-4ddc-b953-3d120151f02a", "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router"}} 2018-12-03 16:34:33,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-ffbbeb71-ee57-4081-9671-c6e991ae60c5 2018-12-03 16:34:33,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=82b71309-ae05-4ddc-b953-3d120151f02a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:33,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-979607b9-9886-4868-9588-f1aae506e5da Date: Mon, 03 Dec 2018 16:34:33 GMT RESP BODY: {"ports":[]} 2018-12-03 16:34:33,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=82b71309-ae05-4ddc-b953-3d120151f02a used request id req-979607b9-9886-4868-9588-f1aae506e5da 2018-12-03 16:34:33,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:33,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-b8b8e1b7-c3bd-428f-82f4-25b691be8797 Date: Mon, 03 Dec 2018 16:34: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":["705face7-fa73-46e5-bdf1-45ecca5dde9f"],"updated_at":"2018-12-03T16:34:24Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1"}]} 2018-12-03 16:34:33,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 used request id req-b8b8e1b7-c3bd-428f-82f4-25b691be8797 2018-12-03 16:34:33,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:34:33,475 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:34: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:34:33,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:33,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-474b9c66-6263-4477-b411-ddeb0ec25cf9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:34:33,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-474b9c66-6263-4477-b411-ddeb0ec25cf9 2018-12-03 16:34:33,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:33,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2220911b-54f7-4a63-8b6d-26ddd5492bbe Date: Mon, 03 Dec 2018 16:34:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:24Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}]} 2018-12-03 16:34:33,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-2220911b-54f7-4a63-8b6d-26ddd5492bbe 2018-12-03 16:34:33,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:34,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7a3c7472-f02e-441b-ba32-885c35449601 Date: Mon, 03 Dec 2018 16:34:34 GMT RESP BODY: {"ports":[]} 2018-12-03 16:34:34,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port1&admin_state_up=True used request id req-7a3c7472-f02e-441b-ba32-885c35449601 2018-12-03 16:34:34,031 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port1 for router - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router 2018-12-03 16:34:34,031 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:34:34,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:34:34,413 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da56c95b1e49458285e234e2a1b5f728", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role"}], "expires_at": "2018-12-03T17:34:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9dba15fac3214070969166c8aecd2b7c", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-user", "id": "e8a5b1bce7e3452991aa343988b2773d"}, "audit_ids": ["msHFoD0oTjSClQw4PZjfEg"], "issued_at": "2018-12-03T16:34:34.000000Z"}} 2018-12-03 16:34:34,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4a6830b723450f6b5060af61538ed65cdd5944f" 2018-12-03 16:34:34,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7846fd23-0c14-4e60-9e10-17c3a05e2234 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:34,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7846fd23-0c14-4e60-9e10-17c3a05e2234 2018-12-03 16:34:34,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:34,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-43ac1c6f-9490-487e-94e2-8217093bb352 Date: Mon, 03 Dec 2018 16:34: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":["705face7-fa73-46e5-bdf1-45ecca5dde9f"],"updated_at":"2018-12-03T16:34:24Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1"}]} 2018-12-03 16:34:34,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 used request id req-43ac1c6f-9490-487e-94e2-8217093bb352 2018-12-03 16:34:34,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:34,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-325c8b0c-28b8-4e3e-a7b4-74b847480316 Date: Mon, 03 Dec 2018 16:34:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:24Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}]} 2018-12-03 16:34:34,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-325c8b0c-28b8-4e3e-a7b4-74b847480316 2018-12-03 16:34:34,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:35,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-885287cd-34e9-4338-b81c-354aae02361b Date: Mon, 03 Dec 2018 16:34: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":["705face7-fa73-46e5-bdf1-45ecca5dde9f"],"updated_at":"2018-12-03T16:34:24Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1"}]} 2018-12-03 16:34:35,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 used request id req-885287cd-34e9-4338-b81c-354aae02361b 2018-12-03 16:34:35,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:34:35,038 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:34: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:34:35,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4a6830b723450f6b5060af61538ed65cdd5944f" 2018-12-03 16:34:35,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-261a60ad-d22f-4dfa-898d-9f90141579a2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:34:35,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-261a60ad-d22f-4dfa-898d-9f90141579a2 2018-12-03 16:34:35,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:35,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f56adca7-cc31-434c-ab30-f7c3a33c4fdd Date: Mon, 03 Dec 2018 16:34:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:24Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}]} 2018-12-03 16:34:35,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-f56adca7-cc31-434c-ab30-f7c3a33c4fdd 2018-12-03 16:34:35,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:35,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-81855d1c-1398-43fe-a1e3-3121a2de190d Date: Mon, 03 Dec 2018 16:34:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:24Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}]} 2018-12-03 16:34:35,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1 used request id req-81855d1c-1398-43fe-a1e3-3121a2de190d 2018-12-03 16:34:35,522 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 2018-12-03 16:34:35,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" -d '{"port": {"network_id": "f4b3520e-c3c8-4469-a93d-ee65c0676a2d", "fixed_ips": [{"subnet_id": "705face7-fa73-46e5-bdf1-45ecca5dde9f", "ip_address": "10.200.201.1"}], "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port1", "admin_state_up": true}}' 2018-12-03 16:34:36,639 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-934def79-506f-4fa0-a430-cdc01976e2df Date: Mon, 03 Dec 2018 16:34:36 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:34:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","ip_address":"10.200.201.1"}],"id":"f1c0001d-a6df-41ea-b34e-a4b3245014f0","security_groups":["7546cce6-a5e2-48ec-b5bc-54aec60ca4ba"],"mac_address":"fa:16:3e:fe:68:c1","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port1","project_id":"9dba15fac3214070969166c8aecd2b7c","qos_policy_id":null,"admin_state_up":true,"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:36Z","binding:vnic_type":"normal"}} 2018-12-03 16:34:36,639 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-934def79-506f-4fa0-a430-cdc01976e2df 2018-12-03 16:34:36,640 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port1 for router - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router 2018-12-03 16:34:36,640 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router 2018-12-03 16:34:36,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/82b71309-ae05-4ddc-b953-3d120151f02a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" -d '{"port_id": "f1c0001d-a6df-41ea-b34e-a4b3245014f0"}' 2018-12-03 16:34:38,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f7e482ff-8208-476a-b37a-b97f943d9816 Date: Mon, 03 Dec 2018 16:34:38 GMT RESP BODY: {"network_id": "f4b3520e-c3c8-4469-a93d-ee65c0676a2d", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "subnet_id": "705face7-fa73-46e5-bdf1-45ecca5dde9f", "subnet_ids": ["705face7-fa73-46e5-bdf1-45ecca5dde9f"], "port_id": "f1c0001d-a6df-41ea-b34e-a4b3245014f0", "id": "82b71309-ae05-4ddc-b953-3d120151f02a"} 2018-12-03 16:34:38,307 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/82b71309-ae05-4ddc-b953-3d120151f02a/add_router_interface used request id req-f7e482ff-8208-476a-b37a-b97f943d9816 2018-12-03 16:34:38,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:38,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-4bff1503-83a3-4a40-9634-bae0f74b4df7 Date: Mon, 03 Dec 2018 16:34: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":["a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a"],"updated_at":"2018-12-03T16:34:27Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"51febb9f-596a-4b61-92c0-9036b60bead7","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2"}]} 2018-12-03 16:34:38,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 used request id req-4bff1503-83a3-4a40-9634-bae0f74b4df7 2018-12-03 16:34:38,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:38,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3489a6f-0749-4cd2-a923-31eb1bf1b036 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:34:38,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-c3489a6f-0749-4cd2-a923-31eb1bf1b036 2018-12-03 16:34:38,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:38,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-bf2bd6c8-be11-4c6e-98a0-71baa4b08f5a Date: Mon, 03 Dec 2018 16:34:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:27Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}]} 2018-12-03 16:34:38,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-bf2bd6c8-be11-4c6e-98a0-71baa4b08f5a 2018-12-03 16:34:38,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=51febb9f-596a-4b61-92c0-9036b60bead7&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:39,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c6193e28-0084-46c7-9038-042f8dae05c7 Date: Mon, 03 Dec 2018 16:34:39 GMT RESP BODY: {"ports":[]} 2018-12-03 16:34:39,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=51febb9f-596a-4b61-92c0-9036b60bead7&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port2&admin_state_up=True used request id req-c6193e28-0084-46c7-9038-042f8dae05c7 2018-12-03 16:34:39,050 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port2 for router - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router 2018-12-03 16:34:39,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:34:39,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:34:39,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da56c95b1e49458285e234e2a1b5f728", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role"}], "expires_at": "2018-12-03T17:34:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9dba15fac3214070969166c8aecd2b7c", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-user", "id": "e8a5b1bce7e3452991aa343988b2773d"}, "audit_ids": ["8KZAd9wyQiyvzSIUnd8i_Q"], "issued_at": "2018-12-03T16:34:39.000000Z"}} 2018-12-03 16:34:39,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b19fea577ca5d14fb84358ccbf37a50c38ff3d71" 2018-12-03 16:34:39,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4285f0af-6028-4cdb-a8ec-0c7c8d1dbc2c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:39,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4285f0af-6028-4cdb-a8ec-0c7c8d1dbc2c 2018-12-03 16:34:39,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:39,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-bbf44838-03f2-420b-b1c8-f2bf0345f80d Date: Mon, 03 Dec 2018 16:34: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":["a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a"],"updated_at":"2018-12-03T16:34:27Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"51febb9f-596a-4b61-92c0-9036b60bead7","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2"}]} 2018-12-03 16:34:39,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 used request id req-bbf44838-03f2-420b-b1c8-f2bf0345f80d 2018-12-03 16:34:39,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:39,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-cfea4ae5-dd91-47dc-b2f3-b629e4226dc2 Date: Mon, 03 Dec 2018 16:34:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:27Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}]} 2018-12-03 16:34:39,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-cfea4ae5-dd91-47dc-b2f3-b629e4226dc2 2018-12-03 16:34:39,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:39,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-d1860043-1731-4573-a24d-a9d102ce0dcf Date: Mon, 03 Dec 2018 16:34: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":["a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a"],"updated_at":"2018-12-03T16:34:27Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"51febb9f-596a-4b61-92c0-9036b60bead7","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2"}]} 2018-12-03 16:34:39,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 used request id req-d1860043-1731-4573-a24d-a9d102ce0dcf 2018-12-03 16:34:39,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:34:39,946 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:34: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:34:39,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b19fea577ca5d14fb84358ccbf37a50c38ff3d71" 2018-12-03 16:34:40,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cc9afa3-a77c-4e5d-8f20-36cb06dcc246 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:34:40,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-9cc9afa3-a77c-4e5d-8f20-36cb06dcc246 2018-12-03 16:34:40,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:40,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e9cd2e45-1f4a-4ff6-b257-c6a666a8462b Date: Mon, 03 Dec 2018 16:34:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:27Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}]} 2018-12-03 16:34:40,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-e9cd2e45-1f4a-4ff6-b257-c6a666a8462b 2018-12-03 16:34:40,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:40,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-84798452-f3e9-48cc-a976-b833fcba29d7 Date: Mon, 03 Dec 2018 16:34:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:27Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}]} 2018-12-03 16:34:40,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2 used request id req-84798452-f3e9-48cc-a976-b833fcba29d7 2018-12-03 16:34:40,167 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 2018-12-03 16:34:40,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" -d '{"port": {"network_id": "51febb9f-596a-4b61-92c0-9036b60bead7", "fixed_ips": [{"subnet_id": "a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a", "ip_address": "10.200.202.1"}], "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port2", "admin_state_up": true}}' 2018-12-03 16:34:41,208 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-cf77477f-9f50-4530-8ad8-4ec8d3e6933a Date: Mon, 03 Dec 2018 16:34:41 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:34:40Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","ip_address":"10.200.202.1"}],"id":"7469547a-792c-4f59-ab0e-6c32d73c67d7","security_groups":["7546cce6-a5e2-48ec-b5bc-54aec60ca4ba"],"mac_address":"fa:16:3e:89:21:ce","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port2","project_id":"9dba15fac3214070969166c8aecd2b7c","qos_policy_id":null,"admin_state_up":true,"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:40Z","binding:vnic_type":"normal"}} 2018-12-03 16:34:41,208 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-cf77477f-9f50-4530-8ad8-4ec8d3e6933a 2018-12-03 16:34:41,209 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port2 for router - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router 2018-12-03 16:34:41,209 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router 2018-12-03 16:34:41,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/82b71309-ae05-4ddc-b953-3d120151f02a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" -d '{"port_id": "7469547a-792c-4f59-ab0e-6c32d73c67d7"}' 2018-12-03 16:34:43,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-153269b8-1b8d-4dc5-9d1b-23d50c6995cd Date: Mon, 03 Dec 2018 16:34:43 GMT RESP BODY: {"network_id": "51febb9f-596a-4b61-92c0-9036b60bead7", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "subnet_id": "a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a", "subnet_ids": ["a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a"], "port_id": "7469547a-792c-4f59-ab0e-6c32d73c67d7", "id": "82b71309-ae05-4ddc-b953-3d120151f02a"} 2018-12-03 16:34:43,076 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/82b71309-ae05-4ddc-b953-3d120151f02a/add_router_interface used request id req-153269b8-1b8d-4dc5-9d1b-23d50c6995cd 2018-12-03 16:34:43,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/82b71309-ae05-4ddc-b953-3d120151f02a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:43,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-4b9d1e7c-c139-4a74-93af-ad0d5cfa4efc Date: Mon, 03 Dec 2018 16:34:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:30Z", "admin_state_up": true, "updated_at": "2018-12-03T16:34:42Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "82b71309-ae05-4ddc-b953-3d120151f02a", "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router"}} 2018-12-03 16:34:43,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/82b71309-ae05-4ddc-b953-3d120151f02a used request id req-4b9d1e7c-c139-4a74-93af-ad0d5cfa4efc 2018-12-03 16:34:43,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=82b71309-ae05-4ddc-b953-3d120151f02a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:43,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1728 X-Openstack-Request-Id: req-f18c4cf9-5a37-45ba-8797-e005220d2763 Date: Mon, 03 Dec 2018 16:34:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:34:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","ip_address":"10.200.202.1"}],"id":"7469547a-792c-4f59-ab0e-6c32d73c67d7","security_groups":["7546cce6-a5e2-48ec-b5bc-54aec60ca4ba"],"mac_address":"fa:16:3e:89:21:ce","project_id":"9dba15fac3214070969166c8aecd2b7c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port2","admin_state_up":true,"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:40Z","binding:vnic_type":"normal","device_id":"82b71309-ae05-4ddc-b953-3d120151f02a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:34:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","ip_address":"10.200.201.1"}],"id":"f1c0001d-a6df-41ea-b34e-a4b3245014f0","security_groups":["7546cce6-a5e2-48ec-b5bc-54aec60ca4ba"],"mac_address":"fa:16:3e:fe:68:c1","project_id":"9dba15fac3214070969166c8aecd2b7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port1","admin_state_up":true,"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:36Z","binding:vnic_type":"normal","device_id":"82b71309-ae05-4ddc-b953-3d120151f02a"}]} 2018-12-03 16:34:43,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=82b71309-ae05-4ddc-b953-3d120151f02a used request id req-f18c4cf9-5a37-45ba-8797-e005220d2763 2018-12-03 16:34:43,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/705face7-fa73-46e5-bdf1-45ecca5dde9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:43,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-99a98aa8-b716-4fa6-954b-b8e272b36077 Date: Mon, 03 Dec 2018 16:34:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:24Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}} 2018-12-03 16:34:43,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/705face7-fa73-46e5-bdf1-45ecca5dde9f used request id req-99a98aa8-b716-4fa6-954b-b8e272b36077 2018-12-03 16:34:43,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:34:43,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-c8a55044-63d7-4470-81e9-c2e5b66c9b8a Date: Mon, 03 Dec 2018 16:34:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:27Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}} 2018-12-03 16:34:43,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a used request id req-c8a55044-63d7-4470-81e9-c2e5b66c9b8a 2018-12-03 16:34:43,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:34:43,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:34:43,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:34:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Rl3FHgRYQnym0YgBQsOQ7A"], "issued_at": "2018-12-03T16:34:43.000000Z"}} 2018-12-03 16:34:43,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ea774e83e25c9e82cadc83ec70dae46d0ba92bc" 2018-12-03 16:34:43,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-889c1317-d16a-4c1a-b334-e6431f4a39eb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:43,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-889c1317-d16a-4c1a-b334-e6431f4a39eb 2018-12-03 16:34:43,949 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:34:43,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ea774e83e25c9e82cadc83ec70dae46d0ba92bc" 2018-12-03 16:34:44,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-13fbd636-e33a-452c-afcd-e9e56d18f736 x-compute-request-id: req-13fbd636-e33a-452c-afcd-e9e56d18f736 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:34:44,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-13fbd636-e33a-452c-afcd-e9e56d18f736 2018-12-03 16:34:44,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ea774e83e25c9e82cadc83ec70dae46d0ba92bc" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-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-12-03 16:34:44,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-66863e5d-0c6e-4dec-9bdb-8050a18548df x-compute-request-id: req-66863e5d-0c6e-4dec-9bdb-8050a18548df Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:34:44,221 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-66863e5d-0c6e-4dec-9bdb-8050a18548df 2018-12-03 16:34:44,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:34:44,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:34:44,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da56c95b1e49458285e234e2a1b5f728", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role"}], "expires_at": "2018-12-03T17:34:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9dba15fac3214070969166c8aecd2b7c", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-user", "id": "e8a5b1bce7e3452991aa343988b2773d"}, "audit_ids": ["QB6jqXIfR62WqUx9IFidYg"], "issued_at": "2018-12-03T16:34:44.000000Z"}} 2018-12-03 16:34:44,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:34:44,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abf4d351-78e9-4c92-b53b-d0076dd99788 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:44,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-abf4d351-78e9-4c92-b53b-d0076dd99788 2018-12-03 16:34:44,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:34:44,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6268a5f6-0a19-4751-a02f-63b31031ef39 Date: Mon, 03 Dec 2018 16:34:44 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:34:44,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-sec-grp used request id req-6268a5f6-0a19-4751-a02f-63b31031ef39 2018-12-03 16:34:44,850 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-sec-grp... 2018-12-03 16:34:44,850 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-sec-grp 2018-12-03 16:34:44,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" -d '{"security_group": {"name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-sec-grp"}}' 2018-12-03 16:34:45,247 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1402 X-Openstack-Request-Id: req-af0c9a82-83e1-47fa-a1ab-9af386a551f4 Date: Mon, 03 Dec 2018 16:34:45 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "updated_at": "2018-12-03T16:34:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "revision_number": 0, "id": "8b113f50-a953-40a3-a694-5b29cb4ddb2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9dba15fac3214070969166c8aecd2b7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "revision_number": 0, "id": "ace7c1c0-c08d-4b2c-9d9b-89244fd1693e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9dba15fac3214070969166c8aecd2b7c"}], "revision_number": 2, "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-sec-grp"}} 2018-12-03 16:34:45,247 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-af0c9a82-83e1-47fa-a1ab-9af386a551f4 2018-12-03 16:34:45,248 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96d150d1-0f9d-4526-bf6b-d36f8f973647 2018-12-03 16:34:45,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=96d150d1-0f9d-4526-bf6b-d36f8f973647 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:34:45,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2b86ec76-6479-4d00-a58e-db72a72f8aad Date: Mon, 03 Dec 2018 16:34:45 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-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "8b113f50-a953-40a3-a694-5b29cb4ddb2e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "ace7c1c0-c08d-4b2c-9d9b-89244fd1693e"}]} 2018-12-03 16:34:45,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=96d150d1-0f9d-4526-bf6b-d36f8f973647 used request id req-2b86ec76-6479-4d00-a58e-db72a72f8aad 2018-12-03 16:34:45,423 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96d150d1-0f9d-4526-bf6b-d36f8f973647 2018-12-03 16:34:45,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=96d150d1-0f9d-4526-bf6b-d36f8f973647 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:34:45,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-094925b9-595f-48da-8dcf-af6c99936ee4 Date: Mon, 03 Dec 2018 16:34:45 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-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "8b113f50-a953-40a3-a694-5b29cb4ddb2e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "ace7c1c0-c08d-4b2c-9d9b-89244fd1693e"}]} 2018-12-03 16:34:45,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=96d150d1-0f9d-4526-bf6b-d36f8f973647 used request id req-094925b9-595f-48da-8dcf-af6c99936ee4 2018-12-03 16:34:45,588 - neutron_utils - INFO - Retrieving security group with ID - 96d150d1-0f9d-4526-bf6b-d36f8f973647 2018-12-03 16:34:45,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=96d150d1-0f9d-4526-bf6b-d36f8f973647 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:34:45,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-92f300d0-33c1-4a12-92e0-3b76f3d2a203 Date: Mon, 03 Dec 2018 16:34:45 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "updated_at": "2018-12-03T16:34:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "revision_number": 0, "id": "8b113f50-a953-40a3-a694-5b29cb4ddb2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9dba15fac3214070969166c8aecd2b7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "revision_number": 0, "id": "ace7c1c0-c08d-4b2c-9d9b-89244fd1693e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9dba15fac3214070969166c8aecd2b7c"}], "revision_number": 2, "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-sec-grp"}]} 2018-12-03 16:34:45,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=96d150d1-0f9d-4526-bf6b-d36f8f973647 used request id req-92f300d0-33c1-4a12-92e0-3b76f3d2a203 2018-12-03 16:34:45,788 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96d150d1-0f9d-4526-bf6b-d36f8f973647 2018-12-03 16:34:45,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=96d150d1-0f9d-4526-bf6b-d36f8f973647 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:34:45,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aae51f71-4157-4633-adc6-25d5be2eb800 Date: Mon, 03 Dec 2018 16:34:45 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-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "8b113f50-a953-40a3-a694-5b29cb4ddb2e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "ace7c1c0-c08d-4b2c-9d9b-89244fd1693e"}]} 2018-12-03 16:34:45,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=96d150d1-0f9d-4526-bf6b-d36f8f973647 used request id req-aae51f71-4157-4633-adc6-25d5be2eb800 2018-12-03 16:34:45,967 - neutron_utils - INFO - Retrieving security group with ID - 96d150d1-0f9d-4526-bf6b-d36f8f973647 2018-12-03 16:34:45,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=96d150d1-0f9d-4526-bf6b-d36f8f973647 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:34:46,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-bad41d6c-2360-4f5e-a2e6-77ae7a5a2b90 Date: Mon, 03 Dec 2018 16:34:46 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "updated_at": "2018-12-03T16:34:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "revision_number": 0, "id": "8b113f50-a953-40a3-a694-5b29cb4ddb2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9dba15fac3214070969166c8aecd2b7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "revision_number": 0, "id": "ace7c1c0-c08d-4b2c-9d9b-89244fd1693e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9dba15fac3214070969166c8aecd2b7c"}], "revision_number": 2, "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-sec-grp"}]} 2018-12-03 16:34:46,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=96d150d1-0f9d-4526-bf6b-d36f8f973647 used request id req-bad41d6c-2360-4f5e-a2e6-77ae7a5a2b90 2018-12-03 16:34:46,159 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96d150d1-0f9d-4526-bf6b-d36f8f973647 2018-12-03 16:34:46,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=96d150d1-0f9d-4526-bf6b-d36f8f973647 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:34:46,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e9c1ae3e-1dc7-493e-a43b-bb3bc8f63088 Date: Mon, 03 Dec 2018 16:34: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-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "8b113f50-a953-40a3-a694-5b29cb4ddb2e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "ace7c1c0-c08d-4b2c-9d9b-89244fd1693e"}]} 2018-12-03 16:34:46,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=96d150d1-0f9d-4526-bf6b-d36f8f973647 used request id req-e9c1ae3e-1dc7-493e-a43b-bb3bc8f63088 2018-12-03 16:34:46,328 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-sec-grp 2018-12-03 16:34:46,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:34:46,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-ed292f17-4afa-4552-9668-d8187ecc9167 Date: Mon, 03 Dec 2018 16:34:46 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "updated_at": "2018-12-03T16:34:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "revision_number": 0, "id": "8b113f50-a953-40a3-a694-5b29cb4ddb2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9dba15fac3214070969166c8aecd2b7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "revision_number": 0, "id": "ace7c1c0-c08d-4b2c-9d9b-89244fd1693e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9dba15fac3214070969166c8aecd2b7c"}], "revision_number": 2, "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-sec-grp"}]} 2018-12-03 16:34:46,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-sec-grp used request id req-ed292f17-4afa-4552-9668-d8187ecc9167 2018-12-03 16:34:46,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:34:46,541 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:34: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:34:46,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:34:46,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d048733a-14d4-40c8-9cea-e9493e34afd4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:34:46,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-d048733a-14d4-40c8-9cea-e9493e34afd4 2018-12-03 16:34:46,616 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96d150d1-0f9d-4526-bf6b-d36f8f973647 2018-12-03 16:34:46,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=96d150d1-0f9d-4526-bf6b-d36f8f973647 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:34:46,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-714dd7c3-16b2-402a-914b-e7fc21fa50fe Date: Mon, 03 Dec 2018 16:34: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-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "8b113f50-a953-40a3-a694-5b29cb4ddb2e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "ace7c1c0-c08d-4b2c-9d9b-89244fd1693e"}]} 2018-12-03 16:34:46,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=96d150d1-0f9d-4526-bf6b-d36f8f973647 used request id req-714dd7c3-16b2-402a-914b-e7fc21fa50fe 2018-12-03 16:34:46,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}cf9ea32f195bc07c213c95f096eef88dab82825d" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647"}}' 2018-12-03 16:34:46,953 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-9ac67413-a9fa-49fc-bb76-1b62592c8f6a Date: Mon, 03 Dec 2018 16:34:46 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-12-03T16:34:46Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:46Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "6ed25ca1-d5c3-449e-8e64-5ce9d59593e0"}} 2018-12-03 16:34:46,954 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-9ac67413-a9fa-49fc-bb76-1b62592c8f6a 2018-12-03 16:34:46,954 - neutron_utils - INFO - Retrieving security group with ID - 96d150d1-0f9d-4526-bf6b-d36f8f973647 2018-12-03 16:34:46,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=96d150d1-0f9d-4526-bf6b-d36f8f973647 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:34:47,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1903 X-Openstack-Request-Id: req-9dad9f8e-bd06-4971-816f-504ec59e62fa Date: Mon, 03 Dec 2018 16:34:47 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "updated_at": "2018-12-03T16:34:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:46Z", "revision_number": 0, "id": "6ed25ca1-d5c3-449e-8e64-5ce9d59593e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:46Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9dba15fac3214070969166c8aecd2b7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "revision_number": 0, "id": "8b113f50-a953-40a3-a694-5b29cb4ddb2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9dba15fac3214070969166c8aecd2b7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "revision_number": 0, "id": "ace7c1c0-c08d-4b2c-9d9b-89244fd1693e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9dba15fac3214070969166c8aecd2b7c"}], "revision_number": 3, "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-sec-grp"}]} 2018-12-03 16:34:47,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=96d150d1-0f9d-4526-bf6b-d36f8f973647 used request id req-9dad9f8e-bd06-4971-816f-504ec59e62fa 2018-12-03 16:34:47,008 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96d150d1-0f9d-4526-bf6b-d36f8f973647 2018-12-03 16:34:47,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=96d150d1-0f9d-4526-bf6b-d36f8f973647 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:34:47,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-8398db3e-358c-48f9-9b14-d253f5605693 Date: Mon, 03 Dec 2018 16:34:47 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-12-03T16:34:46Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:46Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "6ed25ca1-d5c3-449e-8e64-5ce9d59593e0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "8b113f50-a953-40a3-a694-5b29cb4ddb2e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:34:45Z", "security_group_id": "96d150d1-0f9d-4526-bf6b-d36f8f973647", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:45Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "ace7c1c0-c08d-4b2c-9d9b-89244fd1693e"}]} 2018-12-03 16:34:47,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=96d150d1-0f9d-4526-bf6b-d36f8f973647 used request id req-8398db3e-358c-48f9-9b14-d253f5605693 2018-12-03 16:34:47,194 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:34:47,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:34:47,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da56c95b1e49458285e234e2a1b5f728", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role"}], "expires_at": "2018-12-03T17:34:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9dba15fac3214070969166c8aecd2b7c", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-user", "id": "e8a5b1bce7e3452991aa343988b2773d"}, "audit_ids": ["Z1hMINDdRrWnjAuxLEnnNQ"], "issued_at": "2018-12-03T16:34:47.000000Z"}} 2018-12-03 16:34:47,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:47,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-921896b0-decc-4661-b605-9d458fbb539d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:47,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-921896b0-decc-4661-b605-9d458fbb539d 2018-12-03 16:34:47,652 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:34:47,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:47,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd4d5cf2-14b3-4215-a3d2-3e2b24d746e0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:47,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bd4d5cf2-14b3-4215-a3d2-3e2b24d746e0 2018-12-03 16:34:47,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:48,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-98a2ed90-27ee-42df-81fe-1fac6fc11046 Date: Mon, 03 Dec 2018 16:34: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":["705face7-fa73-46e5-bdf1-45ecca5dde9f"],"updated_at":"2018-12-03T16:34:24Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1"}]} 2018-12-03 16:34:48,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 used request id req-98a2ed90-27ee-42df-81fe-1fac6fc11046 2018-12-03 16:34:48,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:34:48,083 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:34: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:34:48,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:48,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f43ad93-0941-475a-9f43-6de13360088b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:34:48,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-7f43ad93-0941-475a-9f43-6de13360088b 2018-12-03 16:34:48,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:48,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1262aebd-99bf-4092-bfad-48bd1f4f7090 Date: Mon, 03 Dec 2018 16:34:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:24Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}]} 2018-12-03 16:34:48,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-1262aebd-99bf-4092-bfad-48bd1f4f7090 2018-12-03 16:34:48,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:48,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a5ecaaba-d9bd-4500-b277-fb0fe96a0ded Date: Mon, 03 Dec 2018 16:34:48 GMT RESP BODY: {"ports":[]} 2018-12-03 16:34:48,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm1-port&admin_state_up=True used request id req-a5ecaaba-d9bd-4500-b277-fb0fe96a0ded 2018-12-03 16:34:48,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:48,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-219cee39-692f-4617-b615-b4090493ccbd x-compute-request-id: req-219cee39-692f-4617-b615-b4090493ccbd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:34:48,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1 used request id req-219cee39-692f-4617-b615-b4090493ccbd 2018-12-03 16:34:48,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:49,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-09c0a660-e4ec-4a57-816b-338f704cb0ea Date: Mon, 03 Dec 2018 16:34: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":["705face7-fa73-46e5-bdf1-45ecca5dde9f"],"updated_at":"2018-12-03T16:34:24Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1"}]} 2018-12-03 16:34:49,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 used request id req-09c0a660-e4ec-4a57-816b-338f704cb0ea 2018-12-03 16:34:49,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:49,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-205c677e-6c75-4428-99fe-0af7d11f67df Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:34:49,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-205c677e-6c75-4428-99fe-0af7d11f67df 2018-12-03 16:34:49,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:49,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-27b800dc-5abc-40c8-8568-46ad48b44ac9 Date: Mon, 03 Dec 2018 16:34:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:24Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}]} 2018-12-03 16:34:49,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-27b800dc-5abc-40c8-8568-46ad48b44ac9 2018-12-03 16:34:49,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:49,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-df040e6d-06d0-4daa-97b4-dba25e95a8ba Date: Mon, 03 Dec 2018 16:34:49 GMT RESP BODY: {"ports":[]} 2018-12-03 16:34:49,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm1-port&admin_state_up=True used request id req-df040e6d-06d0-4daa-97b4-dba25e95a8ba 2018-12-03 16:34:49,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:34:49,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:34:49,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da56c95b1e49458285e234e2a1b5f728", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role"}], "expires_at": "2018-12-03T17:34:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9dba15fac3214070969166c8aecd2b7c", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-user", "id": "e8a5b1bce7e3452991aa343988b2773d"}, "audit_ids": ["BXod45OHTcuO3iwG3x35tQ"], "issued_at": "2018-12-03T16:34:49.000000Z"}} 2018-12-03 16:34:49,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4819b0fecda03e4adb2c1b8148ae1093794793f8" 2018-12-03 16:34:49,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b708716d-1b7f-4a9e-96f5-62a1c64fa144 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:34:49,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b708716d-1b7f-4a9e-96f5-62a1c64fa144 2018-12-03 16:34:49,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:50,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-062e7b86-ca9e-4bc6-94eb-cf52782c2eb9 Date: Mon, 03 Dec 2018 16:34: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":["705face7-fa73-46e5-bdf1-45ecca5dde9f"],"updated_at":"2018-12-03T16:34:24Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1"}]} 2018-12-03 16:34:50,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 used request id req-062e7b86-ca9e-4bc6-94eb-cf52782c2eb9 2018-12-03 16:34:50,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:50,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-161cf16c-53ed-43b2-9466-bcefc44f3fe9 Date: Mon, 03 Dec 2018 16:34:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:24Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}]} 2018-12-03 16:34:50,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-161cf16c-53ed-43b2-9466-bcefc44f3fe9 2018-12-03 16:34:50,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:50,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-58534ea0-0760-44c5-9567-22494b63d31c Date: Mon, 03 Dec 2018 16:34: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":["705face7-fa73-46e5-bdf1-45ecca5dde9f"],"updated_at":"2018-12-03T16:34:24Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1"}]} 2018-12-03 16:34:50,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 used request id req-58534ea0-0760-44c5-9567-22494b63d31c 2018-12-03 16:34:50,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:34:50,420 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:34: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:34:50,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4819b0fecda03e4adb2c1b8148ae1093794793f8" 2018-12-03 16:34:50,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf2f4048-7bcb-4822-b5d4-aef96ac8864d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:34:50,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-cf2f4048-7bcb-4822-b5d4-aef96ac8864d 2018-12-03 16:34:50,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:50,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-90edf407-136d-44e8-aebd-120508edd387 Date: Mon, 03 Dec 2018 16:34:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:24Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}]} 2018-12-03 16:34:50,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-90edf407-136d-44e8-aebd-120508edd387 2018-12-03 16:34:50,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:50,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-debd08a2-0802-4ab1-95d3-7fd1fcb06fd1 Date: Mon, 03 Dec 2018 16:34:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:24Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}]} 2018-12-03 16:34:50,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1 used request id req-debd08a2-0802-4ab1-95d3-7fd1fcb06fd1 2018-12-03 16:34:50,904 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 2018-12-03 16:34:50,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" -d '{"port": {"network_id": "f4b3520e-c3c8-4469-a93d-ee65c0676a2d", "fixed_ips": [{"subnet_id": "705face7-fa73-46e5-bdf1-45ecca5dde9f", "ip_address": "10.200.201.5"}], "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm1-port", "admin_state_up": true}}' 2018-12-03 16:34:52,082 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-178dc578-507d-4189-83e7-19a79ec66910 Date: Mon, 03 Dec 2018 16:34:52 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:34:51Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","ip_address":"10.200.201.5"}],"id":"ab37dde7-8068-4244-aef3-1a2cc05e8387","security_groups":["7546cce6-a5e2-48ec-b5bc-54aec60ca4ba"],"mac_address":"fa:16:3e:98:1f:7a","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm1-port","project_id":"9dba15fac3214070969166c8aecd2b7c","qos_policy_id":null,"admin_state_up":true,"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:51Z","binding:vnic_type":"normal"}} 2018-12-03 16:34:52,083 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-178dc578-507d-4189-83e7-19a79ec66910 2018-12-03 16:34:52,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:52,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-010d173b-e099-43e6-a040-1da262e4c751 Date: Mon, 03 Dec 2018 16:34:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["705face7-fa73-46e5-bdf1-45ecca5dde9f"],"updated_at":"2018-12-03T16:34:24Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1"}]} 2018-12-03 16:34:52,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 used request id req-010d173b-e099-43e6-a040-1da262e4c751 2018-12-03 16:34:52,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:52,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb3ce29f-1532-4b61-9ff0-e87f99465229 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:34:52,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-bb3ce29f-1532-4b61-9ff0-e87f99465229 2018-12-03 16:34:52,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:52,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-70b75bef-3b84-4afe-8d47-d539714c237c Date: Mon, 03 Dec 2018 16:34:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:24Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}]} 2018-12-03 16:34:52,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-70b75bef-3b84-4afe-8d47-d539714c237c 2018-12-03 16:34:52,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:52,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-3a4c6543-b2cd-4f8b-ae98-36877b929786 Date: Mon, 03 Dec 2018 16:34:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:34:51Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","ip_address":"10.200.201.5"}],"id":"ab37dde7-8068-4244-aef3-1a2cc05e8387","security_groups":["7546cce6-a5e2-48ec-b5bc-54aec60ca4ba"],"mac_address":"fa:16:3e:98:1f:7a","project_id":"9dba15fac3214070969166c8aecd2b7c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm1-port","admin_state_up":true,"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:51Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:34:52,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm1-port&admin_state_up=True used request id req-3a4c6543-b2cd-4f8b-ae98-36877b929786 2018-12-03 16:34:52,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:52,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:34:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d737abb-2372-4ba8-9b4e-0d6614ccd21a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:34:52,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-8d737abb-2372-4ba8-9b4e-0d6614ccd21a 2018-12-03 16:34:52,770 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1 2018-12-03 16:34:52,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:52,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-cf4d67a6-e797-4f85-8c6a-3e640255826b x-compute-request-id: req-cf4d67a6-e797-4f85-8c6a-3e640255826b Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-flavor-name"}]} 2018-12-03 16:34:52,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-cf4d67a6-e797-4f85-8c6a-3e640255826b 2018-12-03 16:34:52,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:52,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-5c020f7f-724b-4717-b78b-1a398e9feb05 x-compute-request-id: req-5c020f7f-724b-4717-b78b-1a398e9feb05 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:34:52,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884 used request id req-5c020f7f-724b-4717-b78b-1a398e9feb05 2018-12-03 16:34:52,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:53,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-9fbbfeb6-014b-4189-8c64-f9787180c9c4 Date: Mon, 03 Dec 2018 16:34:53 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:34:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:34:21Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/snap", "metadata": {}}], "self": "/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "min_disk": 0, "protected": false, "id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "file": "/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9dba15fac3214070969166c8aecd2b7c", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d"} 2018-12-03 16:34:53,092 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d used request id req-9fbbfeb6-014b-4189-8c64-f9787180c9c4 2018-12-03 16:34:53,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:53,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-216ac5ed-1a0c-47c4-9656-0b33d2bb1276 Date: Mon, 03 Dec 2018 16:34: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-12-03 16:34:53,243 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-216ac5ed-1a0c-47c4-9656-0b33d2bb1276 2018-12-03 16:34:53,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" -d '{"server": {"name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1", "imageRef": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "flavorRef": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDIuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "ab37dde7-8068-4244-aef3-1a2cc05e8387"}]}}' 2018-12-03 16:34:54,683 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:34:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9a379709-f54c-4d5f-a095-cb572c056d65 x-compute-request-id: req-9a379709-f54c-4d5f-a095-cb572c056d65 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "191bc3cc-001f-42c9-a202-d7f35416742d", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "bookmark"}], "adminPass": "sgngNkwBP2vx"}} 2018-12-03 16:34:54,683 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-9a379709-f54c-4d5f-a095-cb572c056d65 2018-12-03 16:34:54,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:55,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-f99f1021-c127-4cc0-a4a8-8335911bd85c x-compute-request-id: req-f99f1021-c127-4cc0-a4a8-8335911bd85c 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.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "191bc3cc-001f-42c9-a202-d7f35416742d", "user_id": "e8a5b1bce7e3452991aa343988b2773d", "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-12-03T16:34:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1", "created": "2018-12-03T16:34:54Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:34:55,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d used request id req-f99f1021-c127-4cc0-a4a8-8335911bd85c 2018-12-03 16:34:55,233 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1 2018-12-03 16:34:55,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:55,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-0b1e65aa-00ae-4b8b-9f18-d6904495ef88 x-compute-request-id: req-0b1e65aa-00ae-4b8b-9f18-d6904495ef88 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.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "191bc3cc-001f-42c9-a202-d7f35416742d", "user_id": "e8a5b1bce7e3452991aa343988b2773d", "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-12-03T16:34:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1", "created": "2018-12-03T16:34:54Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:34:55,450 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d used request id req-0b1e65aa-00ae-4b8b-9f18-d6904495ef88 2018-12-03 16:34:55,450 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1] is - BUILD 2018-12-03 16:34:55,450 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:34:58,454 - create_instance - DEBUG - VM status query timeout in 896.779209852 2018-12-03 16:34:58,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:34:58,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-210b053b-1d9a-4f4d-9432-722ad11cb3d2 x-compute-request-id: req-210b053b-1d9a-4f4d-9432-722ad11cb3d2 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.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "191bc3cc-001f-42c9-a202-d7f35416742d", "security_groups": [{"name": "default"}], "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:34:57Z", "hostId": "9562d0ef716dfc7406cf9306a91d3ff3c0733d423fd2d6c1bec0da07", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1", "created": "2018-12-03T16:34:54Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:34:58,942 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d used request id req-210b053b-1d9a-4f4d-9432-722ad11cb3d2 2018-12-03 16:34:58,943 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1] is - BUILD 2018-12-03 16:34:58,943 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:35:01,944 - create_instance - DEBUG - VM status query timeout in 893.288741827 2018-12-03 16:35:01,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:02,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-45c63da6-bf58-4e37-a4cf-5ff7e1a89d0b x-compute-request-id: req-45c63da6-bf58-4e37-a4cf-5ff7e1a89d0b 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.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "191bc3cc-001f-42c9-a202-d7f35416742d", "security_groups": [{"name": "default"}], "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:34:57Z", "hostId": "9562d0ef716dfc7406cf9306a91d3ff3c0733d423fd2d6c1bec0da07", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1", "created": "2018-12-03T16:34:54Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:02,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d used request id req-45c63da6-bf58-4e37-a4cf-5ff7e1a89d0b 2018-12-03 16:35:02,794 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1] is - BUILD 2018-12-03 16:35:02,794 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:35:05,797 - create_instance - DEBUG - VM status query timeout in 889.435594797 2018-12-03 16:35:05,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:06,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8ac681e-57b1-420b-bc7c-306dc32a1237 x-compute-request-id: req-d8ac681e-57b1-420b-bc7c-306dc32a1237 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:1f:7a", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:02.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "191bc3cc-001f-42c9-a202-d7f35416742d", "security_groups": [{"name": "default"}], "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:02Z", "hostId": "9562d0ef716dfc7406cf9306a91d3ff3c0733d423fd2d6c1bec0da07", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1", "created": "2018-12-03T16:34:54Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:06,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d used request id req-d8ac681e-57b1-420b-bc7c-306dc32a1237 2018-12-03 16:35:06,598 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1] is - ACTIVE 2018-12-03 16:35:06,598 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:35:06,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:07,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35: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-26b8966c-f279-452d-a48f-68b867d99c23 x-compute-request-id: req-26b8966c-f279-452d-a48f-68b867d99c23 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:1f:7a", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:02.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "191bc3cc-001f-42c9-a202-d7f35416742d", "security_groups": [{"name": "default"}], "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:02Z", "hostId": "9562d0ef716dfc7406cf9306a91d3ff3c0733d423fd2d6c1bec0da07", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1", "created": "2018-12-03T16:34:54Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:07,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d used request id req-26b8966c-f279-452d-a48f-68b867d99c23 2018-12-03 16:35:07,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:07,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-8eeb14df-2a31-40c4-be67-7ec238763b56 Date: Mon, 03 Dec 2018 16:35: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":["705face7-fa73-46e5-bdf1-45ecca5dde9f"],"updated_at":"2018-12-03T16:34:24Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1"}]} 2018-12-03 16:35:07,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 used request id req-8eeb14df-2a31-40c4-be67-7ec238763b56 2018-12-03 16:35:07,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:07,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4632418f-d06f-49fc-ba57-4e4cd21ce547 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:35:07,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-4632418f-d06f-49fc-ba57-4e4cd21ce547 2018-12-03 16:35:07,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:07,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e7ee6451-e049-4e89-97f8-3c767867b7ed Date: Mon, 03 Dec 2018 16:35:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:24Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1"}]} 2018-12-03 16:35:07,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-e7ee6451-e049-4e89-97f8-3c767867b7ed 2018-12-03 16:35:07,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:07,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-fbcccc82-f0c3-40c4-a016-cd6f97559ee4 Date: Mon, 03 Dec 2018 16:35:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:34:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","ip_address":"10.200.201.4"}],"id":"482be7d9-cf2c-40aa-bb19-6158e28ecda3","security_groups":[],"mac_address":"fa:16:3e:7d:e6:07","project_id":"9dba15fac3214070969166c8aecd2b7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f4b3520e-c3c8-4469-a93d-ee65c0676a2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:34:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","ip_address":"10.200.201.3"}],"id":"a1be399e-09f4-477d-b510-963fea9c2002","security_groups":[],"mac_address":"fa:16:3e:c6:25:e9","project_id":"9dba15fac3214070969166c8aecd2b7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f4b3520e-c3c8-4469-a93d-ee65c0676a2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:35:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","ip_address":"10.200.201.5"}],"id":"ab37dde7-8068-4244-aef3-1a2cc05e8387","security_groups":["7546cce6-a5e2-48ec-b5bc-54aec60ca4ba"],"mac_address":"fa:16:3e:98:1f:7a","project_id":"9dba15fac3214070969166c8aecd2b7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm1-port","admin_state_up":true,"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:51Z","binding:vnic_type":"normal","device_id":"191bc3cc-001f-42c9-a202-d7f35416742d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:34:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","ip_address":"10.200.201.2"}],"id":"bfe4cbc6-9d03-4204-a88c-489e74d8694b","security_groups":[],"mac_address":"fa:16:3e:af:15:0c","project_id":"9dba15fac3214070969166c8aecd2b7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f4b3520e-c3c8-4469-a93d-ee65c0676a2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:34:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":16,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"705face7-fa73-46e5-bdf1-45ecca5dde9f","ip_address":"10.200.201.1"}],"id":"f1c0001d-a6df-41ea-b34e-a4b3245014f0","security_groups":["7546cce6-a5e2-48ec-b5bc-54aec60ca4ba"],"mac_address":"fa:16:3e:fe:68:c1","project_id":"9dba15fac3214070969166c8aecd2b7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port1","admin_state_up":true,"network_id":"f4b3520e-c3c8-4469-a93d-ee65c0676a2d","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:36Z","binding:vnic_type":"normal","device_id":"82b71309-ae05-4ddc-b953-3d120151f02a"}]} 2018-12-03 16:35:07,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-fbcccc82-f0c3-40c4-a016-cd6f97559ee4 2018-12-03 16:35:07,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:35:07,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:35:08,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da56c95b1e49458285e234e2a1b5f728", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role"}], "expires_at": "2018-12-03T17:35:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9dba15fac3214070969166c8aecd2b7c", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-user", "id": "e8a5b1bce7e3452991aa343988b2773d"}, "audit_ids": ["Upqv-AJsT6qVBNepDA_n5Q"], "issued_at": "2018-12-03T16:35:08.000000Z"}} 2018-12-03 16:35:08,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:08,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca187f39-6f4c-4894-a3b8-3c2c4f8b3685 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:35:08,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ca187f39-6f4c-4894-a3b8-3c2c4f8b3685 2018-12-03 16:35:08,272 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:35:08,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:08,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edf6ff21-e8ec-4459-992a-1c4816bec124 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:35:08,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-edf6ff21-e8ec-4459-992a-1c4816bec124 2018-12-03 16:35:08,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:08,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-1e9dee4f-15b4-486d-96f5-597b3e3b45b1 Date: Mon, 03 Dec 2018 16:35: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":["a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a"],"updated_at":"2018-12-03T16:34:27Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"51febb9f-596a-4b61-92c0-9036b60bead7","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2"}]} 2018-12-03 16:35:08,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 used request id req-1e9dee4f-15b4-486d-96f5-597b3e3b45b1 2018-12-03 16:35:08,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:35:08,626 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:35: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:35:08,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:08,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d373156-ddd5-4ce3-bc49-08eeb89a2f59 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:35:08,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-6d373156-ddd5-4ce3-bc49-08eeb89a2f59 2018-12-03 16:35:08,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:08,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-fcc2e641-1eba-49c5-88e5-be2fc121ef30 Date: Mon, 03 Dec 2018 16:35:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:27Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}]} 2018-12-03 16:35:08,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-fcc2e641-1eba-49c5-88e5-be2fc121ef30 2018-12-03 16:35:08,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=51febb9f-596a-4b61-92c0-9036b60bead7&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:09,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-db7bd983-0168-4f5e-a860-10f0cf9782bd Date: Mon, 03 Dec 2018 16:35:09 GMT RESP BODY: {"ports":[]} 2018-12-03 16:35:09,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=51febb9f-596a-4b61-92c0-9036b60bead7&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm2-port&admin_state_up=True used request id req-db7bd983-0168-4f5e-a860-10f0cf9782bd 2018-12-03 16:35:09,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:09,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35: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-e2bb660b-2dfe-467d-921e-642fe973d3a1 x-compute-request-id: req-e2bb660b-2dfe-467d-921e-642fe973d3a1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:35:09,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2 used request id req-e2bb660b-2dfe-467d-921e-642fe973d3a1 2018-12-03 16:35:09,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:09,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-55faee9b-4fd3-47cb-8757-0f0417cf6eb4 Date: Mon, 03 Dec 2018 16:35: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":["a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a"],"updated_at":"2018-12-03T16:34:27Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"51febb9f-596a-4b61-92c0-9036b60bead7","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2"}]} 2018-12-03 16:35:09,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 used request id req-55faee9b-4fd3-47cb-8757-0f0417cf6eb4 2018-12-03 16:35:09,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:09,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c512325-14cf-47de-8f9c-182f157d8bcf Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:35:09,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-8c512325-14cf-47de-8f9c-182f157d8bcf 2018-12-03 16:35:09,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:10,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c836cf49-8aed-417d-9b21-b31a8e1d94ef Date: Mon, 03 Dec 2018 16:35:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:27Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}]} 2018-12-03 16:35:10,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-c836cf49-8aed-417d-9b21-b31a8e1d94ef 2018-12-03 16:35:10,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=51febb9f-596a-4b61-92c0-9036b60bead7&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:10,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dfd65c57-9a7a-4608-80ce-5b4485975e1e Date: Mon, 03 Dec 2018 16:35:10 GMT RESP BODY: {"ports":[]} 2018-12-03 16:35:10,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=51febb9f-596a-4b61-92c0-9036b60bead7&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm2-port&admin_state_up=True used request id req-dfd65c57-9a7a-4608-80ce-5b4485975e1e 2018-12-03 16:35:10,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:35:10,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:35:10,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da56c95b1e49458285e234e2a1b5f728", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role"}], "expires_at": "2018-12-03T17:35:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9dba15fac3214070969166c8aecd2b7c", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9dba15fac3214070969166c8aecd2b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-user", "id": "e8a5b1bce7e3452991aa343988b2773d"}, "audit_ids": ["0S01ae5cQRmA-H9wOY0ooQ"], "issued_at": "2018-12-03T16:35:10.000000Z"}} 2018-12-03 16:35:10,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}989c111d17446d99941b4895f3eaf101754f4481" 2018-12-03 16:35:10,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba1d329c-3d25-4ff7-aa9e-fa3814a5e5c0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:35:10,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ba1d329c-3d25-4ff7-aa9e-fa3814a5e5c0 2018-12-03 16:35:10,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:10,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-8182f73e-7f8e-462b-9d00-57b449fd520d Date: Mon, 03 Dec 2018 16:35: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":["a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a"],"updated_at":"2018-12-03T16:34:27Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"51febb9f-596a-4b61-92c0-9036b60bead7","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2"}]} 2018-12-03 16:35:10,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 used request id req-8182f73e-7f8e-462b-9d00-57b449fd520d 2018-12-03 16:35:10,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:10,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b0a39ac5-10b4-47c5-86c7-91273500f3f6 Date: Mon, 03 Dec 2018 16:35:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:27Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}]} 2018-12-03 16:35:10,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-b0a39ac5-10b4-47c5-86c7-91273500f3f6 2018-12-03 16:35:10,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:11,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-832694c8-7dbd-46f8-a81e-ea2be8b43e47 Date: Mon, 03 Dec 2018 16:35: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":["a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a"],"updated_at":"2018-12-03T16:34:27Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"51febb9f-596a-4b61-92c0-9036b60bead7","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2"}]} 2018-12-03 16:35:11,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 used request id req-832694c8-7dbd-46f8-a81e-ea2be8b43e47 2018-12-03 16:35:11,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:35:11,149 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:35: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:35:11,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}989c111d17446d99941b4895f3eaf101754f4481" 2018-12-03 16:35:11,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c62eef00-df2e-424f-a4f6-a2f8646c9df7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:35:11,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-c62eef00-df2e-424f-a4f6-a2f8646c9df7 2018-12-03 16:35:11,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:11,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-dad88bb9-681b-4b7b-8c82-82cdba0df43e Date: Mon, 03 Dec 2018 16:35:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:27Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}]} 2018-12-03 16:35:11,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-dad88bb9-681b-4b7b-8c82-82cdba0df43e 2018-12-03 16:35:11,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:11,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b31f2c22-06c3-4280-baff-9310720ba0da Date: Mon, 03 Dec 2018 16:35:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:27Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}]} 2018-12-03 16:35:11,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2 used request id req-b31f2c22-06c3-4280-baff-9310720ba0da 2018-12-03 16:35:11,654 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 2018-12-03 16:35:11,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" -d '{"port": {"network_id": "51febb9f-596a-4b61-92c0-9036b60bead7", "fixed_ips": [{"subnet_id": "a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a", "ip_address": "10.200.202.5"}], "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm2-port", "admin_state_up": true}}' 2018-12-03 16:35:12,891 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-2ae17ce7-f77d-4846-9707-da0f4c9acb82 Date: Mon, 03 Dec 2018 16:35:12 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:35:12Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","ip_address":"10.200.202.5"}],"id":"42757814-3f57-4ebe-97d7-b2f092ef1ed0","security_groups":["7546cce6-a5e2-48ec-b5bc-54aec60ca4ba"],"mac_address":"fa:16:3e:a1:85:9e","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm2-port","project_id":"9dba15fac3214070969166c8aecd2b7c","qos_policy_id":null,"admin_state_up":true,"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:35:12Z","binding:vnic_type":"normal"}} 2018-12-03 16:35:12,891 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-2ae17ce7-f77d-4846-9707-da0f4c9acb82 2018-12-03 16:35:12,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:13,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-d1ee3506-5e89-456b-93ee-fe04bf71e8f6 Date: Mon, 03 Dec 2018 16:35: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":["a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a"],"updated_at":"2018-12-03T16:34:27Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"51febb9f-596a-4b61-92c0-9036b60bead7","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2"}]} 2018-12-03 16:35:13,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 used request id req-d1ee3506-5e89-456b-93ee-fe04bf71e8f6 2018-12-03 16:35:13,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:13,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f88f078b-7094-4fb8-af34-38354f4ce30a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:35:13,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-f88f078b-7094-4fb8-af34-38354f4ce30a 2018-12-03 16:35:13,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:13,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-451a46ab-9c61-4178-b0b3-2e99defcffe6 Date: Mon, 03 Dec 2018 16:35:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:27Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}]} 2018-12-03 16:35:13,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-451a46ab-9c61-4178-b0b3-2e99defcffe6 2018-12-03 16:35:13,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=51febb9f-596a-4b61-92c0-9036b60bead7&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:13,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-ff920f6a-a9ac-46e4-9d7f-b9a6418eb8b9 Date: Mon, 03 Dec 2018 16:35:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:35:12Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","ip_address":"10.200.202.5"}],"id":"42757814-3f57-4ebe-97d7-b2f092ef1ed0","security_groups":["7546cce6-a5e2-48ec-b5bc-54aec60ca4ba"],"mac_address":"fa:16:3e:a1:85:9e","project_id":"9dba15fac3214070969166c8aecd2b7c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm2-port","admin_state_up":true,"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:35:12Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:35:13,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=51febb9f-596a-4b61-92c0-9036b60bead7&name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm2-port&admin_state_up=True used request id req-ff920f6a-a9ac-46e4-9d7f-b9a6418eb8b9 2018-12-03 16:35:13,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:13,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3796fa3-fb27-4325-9dac-d1124bd84f8c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:35:13,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-e3796fa3-fb27-4325-9dac-d1124bd84f8c 2018-12-03 16:35:13,724 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2 2018-12-03 16:35:13,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:13,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35: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-599bd0c6-b48c-4cba-baac-53bcbf9d91a0 x-compute-request-id: req-599bd0c6-b48c-4cba-baac-53bcbf9d91a0 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-flavor-name"}]} 2018-12-03 16:35:13,756 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-599bd0c6-b48c-4cba-baac-53bcbf9d91a0 2018-12-03 16:35:13,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:13,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35: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-2c971954-109c-4a44-a038-d33d78959c2a x-compute-request-id: req-2c971954-109c-4a44-a038-d33d78959c2a Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:35:13,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884 used request id req-2c971954-109c-4a44-a038-d33d78959c2a 2018-12-03 16:35:13,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:13,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-a6cf2537-d9a1-4277-81e6-3b0c4d2e4cf4 Date: Mon, 03 Dec 2018 16:35:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:34:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:34:21Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/snap", "metadata": {}}], "self": "/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "min_disk": 0, "protected": false, "id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "file": "/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9dba15fac3214070969166c8aecd2b7c", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d"} 2018-12-03 16:35:13,953 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d used request id req-a6cf2537-d9a1-4277-81e6-3b0c4d2e4cf4 2018-12-03 16:35:13,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:14,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-22dfeb88-e4c5-4b51-a1a9-29215537d890 Date: Mon, 03 Dec 2018 16:35: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-12-03 16:35:14,108 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-22dfeb88-e4c5-4b51-a1a9-29215537d890 2018-12-03 16:35:14,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" -d '{"server": {"name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2", "imageRef": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "flavorRef": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDEuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "42757814-3f57-4ebe-97d7-b2f092ef1ed0"}]}}' 2018-12-03 16:35:15,901 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ed7a8fa2-7a83-45d3-b903-b63d01304d34 x-compute-request-id: req-ed7a8fa2-7a83-45d3-b903-b63d01304d34 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f8e68483-a75a-4d4e-b004-562c61535730", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "bookmark"}], "adminPass": "EnZWaRz89PHq"}} 2018-12-03 16:35:15,901 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-ed7a8fa2-7a83-45d3-b903-b63d01304d34 2018-12-03 16:35:15,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:16,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35: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-6d82b839-d29b-44a3-a4c3-4bfd478bd8be x-compute-request-id: req-6d82b839-d29b-44a3-a4c3-4bfd478bd8be 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.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "f8e68483-a75a-4d4e-b004-562c61535730", "user_id": "e8a5b1bce7e3452991aa343988b2773d", "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-12-03T16:35:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2", "created": "2018-12-03T16:35:15Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:16,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 used request id req-6d82b839-d29b-44a3-a4c3-4bfd478bd8be 2018-12-03 16:35:16,496 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2 2018-12-03 16:35:16,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:16,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35: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-d0f7b473-55f2-4e6a-8bfc-e08f14fc6659 x-compute-request-id: req-d0f7b473-55f2-4e6a-8bfc-e08f14fc6659 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.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "f8e68483-a75a-4d4e-b004-562c61535730", "user_id": "e8a5b1bce7e3452991aa343988b2773d", "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-12-03T16:35:16Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2", "created": "2018-12-03T16:35:15Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:16,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 used request id req-d0f7b473-55f2-4e6a-8bfc-e08f14fc6659 2018-12-03 16:35:16,724 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2] is - BUILD 2018-12-03 16:35:16,724 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:35:19,727 - create_instance - DEBUG - VM status query timeout in 896.768776178 2018-12-03 16:35:19,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:20,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a037d538-f90e-4ada-9b12-7eca02150d9d x-compute-request-id: req-a037d538-f90e-4ada-9b12-7eca02150d9d 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.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "f8e68483-a75a-4d4e-b004-562c61535730", "security_groups": [{"name": "default"}], "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:35:18Z", "hostId": "447f8cc4ea3a3640e6291581ce254195b44e78256920ec646d3024d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2", "created": "2018-12-03T16:35:15Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:20,322 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 used request id req-a037d538-f90e-4ada-9b12-7eca02150d9d 2018-12-03 16:35:20,323 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2] is - BUILD 2018-12-03 16:35:20,323 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:35:23,326 - create_instance - DEBUG - VM status query timeout in 893.16999197 2018-12-03 16:35:23,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:23,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35: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-346c4d3b-417f-4556-8e0d-234c7e1285cc x-compute-request-id: req-346c4d3b-417f-4556-8e0d-234c7e1285cc 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.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "f8e68483-a75a-4d4e-b004-562c61535730", "security_groups": [{"name": "default"}], "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:35:18Z", "hostId": "447f8cc4ea3a3640e6291581ce254195b44e78256920ec646d3024d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2", "created": "2018-12-03T16:35:15Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:23,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 used request id req-346c4d3b-417f-4556-8e0d-234c7e1285cc 2018-12-03 16:35:23,765 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2] is - BUILD 2018-12-03 16:35:23,765 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:35:26,768 - create_instance - DEBUG - VM status query timeout in 889.727710009 2018-12-03 16:35:26,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:27,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35: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-f63f5e58-867a-422f-95af-742b83606350 x-compute-request-id: req-f63f5e58-867a-422f-95af-742b83606350 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.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "f8e68483-a75a-4d4e-b004-562c61535730", "security_groups": [{"name": "default"}], "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:35:18Z", "hostId": "447f8cc4ea3a3640e6291581ce254195b44e78256920ec646d3024d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2", "created": "2018-12-03T16:35:15Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:27,236 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 used request id req-f63f5e58-867a-422f-95af-742b83606350 2018-12-03 16:35:27,236 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2] is - BUILD 2018-12-03 16:35:27,236 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:35:30,239 - create_instance - DEBUG - VM status query timeout in 886.256850004 2018-12-03 16:35:30,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:31,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5acbeb37-cae2-4a95-9cd5-2992eb64960f x-compute-request-id: req-5acbeb37-cae2-4a95-9cd5-2992eb64960f Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:85:9e", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:27.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "f8e68483-a75a-4d4e-b004-562c61535730", "security_groups": [{"name": "default"}], "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:27Z", "hostId": "447f8cc4ea3a3640e6291581ce254195b44e78256920ec646d3024d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2", "created": "2018-12-03T16:35:15Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:31,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 used request id req-5acbeb37-cae2-4a95-9cd5-2992eb64960f 2018-12-03 16:35:31,233 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2] is - ACTIVE 2018-12-03 16:35:31,233 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:35:31,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:31,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d899d4d-34fb-4f85-bc11-df58dcd73167 x-compute-request-id: req-7d899d4d-34fb-4f85-bc11-df58dcd73167 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:85:9e", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:27.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "f8e68483-a75a-4d4e-b004-562c61535730", "security_groups": [{"name": "default"}], "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:27Z", "hostId": "447f8cc4ea3a3640e6291581ce254195b44e78256920ec646d3024d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2", "created": "2018-12-03T16:35:15Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:31,862 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 used request id req-7d899d4d-34fb-4f85-bc11-df58dcd73167 2018-12-03 16:35:31,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:31,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-24b649eb-774a-4f54-bcfb-d37d1cedb95c Date: Mon, 03 Dec 2018 16:35: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":["a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a"],"updated_at":"2018-12-03T16:34:27Z","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9dba15fac3214070969166c8aecd2b7c","id":"51febb9f-596a-4b61-92c0-9036b60bead7","name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2"}]} 2018-12-03 16:35:31,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 used request id req-24b649eb-774a-4f54-bcfb-d37d1cedb95c 2018-12-03 16:35:31,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:32,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b975133b-df40-4d9e-867b-6fce122eb601 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:35:32,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-b975133b-df40-4d9e-867b-6fce122eb601 2018-12-03 16:35:32,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:32,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d14968ae-c0a2-4170-9e02-a6c269bbd19e Date: Mon, 03 Dec 2018 16:35:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:34:27Z","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":"9dba15fac3214070969166c8aecd2b7c","id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2"}]} 2018-12-03 16:35:32,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-d14968ae-c0a2-4170-9e02-a6c269bbd19e 2018-12-03 16:35:32,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:32,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-2336b32e-7538-41ed-8f6c-d5fc29a58b13 Date: Mon, 03 Dec 2018 16:35:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:34:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","ip_address":"10.200.202.4"}],"id":"354a1fd6-95ba-4319-8642-81ad65df6fb8","security_groups":[],"mac_address":"fa:16:3e:df:6d:6b","project_id":"9dba15fac3214070969166c8aecd2b7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-51febb9f-596a-4b61-92c0-9036b60bead7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:35:27Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","ip_address":"10.200.202.5"}],"id":"42757814-3f57-4ebe-97d7-b2f092ef1ed0","security_groups":["7546cce6-a5e2-48ec-b5bc-54aec60ca4ba"],"mac_address":"fa:16:3e:a1:85:9e","project_id":"9dba15fac3214070969166c8aecd2b7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm2-port","admin_state_up":true,"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:35:12Z","binding:vnic_type":"normal","device_id":"f8e68483-a75a-4d4e-b004-562c61535730"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:34:54Z","device_owner":"network:ha_router_replicated_interface","revision_number":17,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","ip_address":"10.200.202.1"}],"id":"7469547a-792c-4f59-ab0e-6c32d73c67d7","security_groups":["7546cce6-a5e2-48ec-b5bc-54aec60ca4ba"],"mac_address":"fa:16:3e:89:21:ce","project_id":"9dba15fac3214070969166c8aecd2b7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port2","admin_state_up":true,"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:40Z","binding:vnic_type":"normal","device_id":"82b71309-ae05-4ddc-b953-3d120151f02a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:34:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","ip_address":"10.200.202.3"}],"id":"dc83551e-0250-466d-b78a-cbe1454fdeaa","security_groups":[],"mac_address":"fa:16:3e:93:a0:11","project_id":"9dba15fac3214070969166c8aecd2b7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-51febb9f-596a-4b61-92c0-9036b60bead7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:34:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a","ip_address":"10.200.202.2"}],"id":"e48d3eb9-7054-440c-a7b2-e43e1bb2a99a","security_groups":[],"mac_address":"fa:16:3e:16:e5:30","project_id":"9dba15fac3214070969166c8aecd2b7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51febb9f-596a-4b61-92c0-9036b60bead7","tenant_id":"9dba15fac3214070969166c8aecd2b7c","created_at":"2018-12-03T16:34:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-51febb9f-596a-4b61-92c0-9036b60bead7"}]} 2018-12-03 16:35:32,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-2336b32e-7538-41ed-8f6c-d5fc29a58b13 2018-12-03 16:35:32,241 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-12-03 16:35:32,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:33,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35: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-8c4c4f45-056f-424b-b375-7a6e85af74a7 x-compute-request-id: req-8c4c4f45-056f-424b-b375-7a6e85af74a7 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:1f:7a", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:02.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "191bc3cc-001f-42c9-a202-d7f35416742d", "security_groups": [{"name": "default"}], "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:02Z", "hostId": "9562d0ef716dfc7406cf9306a91d3ff3c0733d423fd2d6c1bec0da07", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1", "created": "2018-12-03T16:34:54Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:33,063 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d used request id req-8c4c4f45-056f-424b-b375-7a6e85af74a7 2018-12-03 16:35:33,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 16:35:34,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c25521df-5d62-4499-b2c6-3d1f39dda9a9 x-compute-request-id: req-c25521df-5d62-4499-b2c6-3d1f39dda9a9 Content-Encoding: gzip Content-Length: 9614 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 533974926 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.171592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.173372] pid_max: default: 32768 minimum: 301\n[ 0.174268] ACPI: Core revision 20150930\n[ 0.175664] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.176966] Security Framework initialized\n[ 0.177770] Yama: becoming mindful.\n[ 0.178511] AppArmor: AppArmor initialized\n[ 0.179379] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.180703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.181976] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183175] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184567] Initializing cgroup subsys io\n[ 0.185375] Initializing cgroup subsys memory\n[ 0.186226] Initializing cgroup subsys devices\n[ 0.187104] Initializing cgroup subsys freezer\n[ 0.187965] Initializing cgroup subsys net_cls\n[ 0.188824] Initializing cgroup subsys perf_event\n[ 0.189724] Initializing cgroup subsys net_prio\n[ 0.190614] Initializing cgroup subsys hugetlb\n[ 0.191473] Initializing cgroup subsys pids\n[ 0.192341] CPU: Physical Processor ID: 0\n[ 0.193829] mce: CPU supports 10 MCE banks\n[ 0.194672] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.195661] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.197962] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.204471] ftrace: allocating 31920 entries in 125 pages\n[ 0.231519] smpboot: Max logical packages: 2\n[ 0.232391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233566] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.234911] x2apic enabled\n[ 0.235710] Switched APIC routing to physical x2apic.\n[ 0.237453] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238667] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240818] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242745] KVM setup paravirtual spinlock\n[ 0.244220] x86: Booting SMP configuration:\n[ 0.245119] .... node #0, CPUs: #1\n[ 0.246020] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.268156] x86: Booted up 1 node, 2 CPUs\n[ 0.268158] KVM setup async PF for cpu 1\n[ 0.268161] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.270709] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.272226] devtmpfs: initialized\n[ 0.273960] evm: security.selinux\n[ 0.274648] evm: security.SMACK64\n[ 0.275337] evm: security.SMACK64EXEC\n[ 0.276073] evm: security.SMACK64TRANSMUTE\n[ 0.276880] evm: security.SMACK64MMAP\n[ 0.277613] evm: security.ima\n[ 0.278247] evm: security.capability\n[ 0.279102] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.280981] pinctrl core: initialized pinctrl subsystem\n[ 0.282075] RTC time: 16:35:03, date: 12/03/18\n[ 0.283062] NET: Registered protocol family 16\n[ 0.292977] cpuidle: using governor ladder\n[ 0.305080] cpuidle: using governor menu\n[ 0.305891] PCCT header not found.\n[ 0.306677] ACPI: bus type PCI registered\n[ 0.307480] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.308718] PCI: Using configuration type 1 for base access\n[ 0.322199] ACPI: Added _OSI(Module Device)\n[ 0.323045] ACPI: Added _OSI(Processor Device)\n[ 0.323903] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324797] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.327183] ACPI: Interpreter enabled\n[ 0.327946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329769] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335268] ACPI: (supports S0 S5)\n[ 0.335967] ACPI: Using IOAPIC for interrupt routing\n[ 0.337049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340404] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.341534] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.342757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346178] acpiphp: Slot [3] registered\n[ 0.346985] acpiphp: Slot [4] registered\n[ 0.347777] acpiphp: Slot [5] registered\n[ 0.348572] acpiphp: Slot [6] registered\n[ 0.349369] acpiphp: Slot [7] registered\n[ 0.350164] acpiphp: Slot [8] registered\n[ 0.350958] acpiphp: Slot [9] registered\n[ 0.351755] acpiphp: Slot [10] registered\n[ 0.362684] acpiphp: Slot [11] registered\n[ 0.363502] acpiphp: Slot [12] registered\n[ 0.364312] acpiphp: Slot [13] registered\n[ 0.365120] acpiphp: Slot [14] registered\n[ 0.365926] acpiphp: Slot [15] registered\n[ 0.366735] acpiphp: Slot [16] registered\n[ 0.367545] acpiphp: Slot [17] registered\n[ 0.368350] acpiphp: Slot [18] registered\n[ 0.369155] acpiphp: Slot [19] registered\n[ 0.369960] acpiphp: Slot [20] registered\n[ 0.370771] acpiphp: Slot [21] registered\n[ 0.371578] acpiphp: Slot [22] registered\n[ 0.372385] acpiphp: Slot [23] registered\n[ 0.373191] acpiphp: Slot [24] registered\n[ 0.373998] acpiphp: Slot [25] registered\n[ 0.374810] acpiphp: Slot [26] registered\n[ 0.375612] acpiphp: Slot [27] registered\n[ 0.376422] acpiphp: Slot [28] registered\n[ 0.377229] acpiphp: Slot [29] registered\n[ 0.378032] acpiphp: Slot [30] registered\n[ 0.378842] acpiphp: Slot [31] registered\n[ 0.379639] PCI host bridge to bus 0000:00\n[ 0.380445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.381649] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.382863] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.384299] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.385739] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.392131] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.393423] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.394583] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.395846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.402976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.404400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.452911] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.454391] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.455825] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.457229] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.458608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.460592] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461795] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462842] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464382] vgaarb: loaded\n[ 0.464983] vgaarb: bridge control possible 0000:00:02.0\n[ 0.466504] SCSI subsystem initialized\n[ 0.467359] ACPI: bus type USB registered\n[ 0.468186] usbcore: registered new interface driver usbfs\n[ 0.469221] usbcore: registered new interface driver hub\n[ 0.470224] usbcore: registered new device driver usb\n[ 0.471347] PCI: Using ACPI for IRQ routing\n[ 0.472389] NetLabel: Initializing\n[ 0.473105] NetLabel: domain hash size = 128\n[ 0.473958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.474902] NetLabel: unlabeled traffic allowed by default\n[ 0.476024] clocksource: Switched to clocksource kvm-clock\n[ 0.482370] AppArmor: AppArmor Filesystem Enabled\n[ 0.483325] pnp: PnP ACPI init\n[ 0.484276] pnp: PnP ACPI: found 5 devices\n[ 0.491254] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492951] NET: Registered protocol family 2\n[ 0.493923] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495191] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.496351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.497505] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498565] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.499714] NET: Registered protocol family 1\n[ 0.500580] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501664] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502730] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521383] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.540262] Trying to unpack rootfs image as initramfs...\n[ 0.590707] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.608682] Scanning for low memory corruption every 60 seconds\n[ 0.610147] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.611304] audit: initializing netlink subsys (disabled)\n[ 0.612338] audit: type=2000 audit(1543854903.692:1): initialized\n[ 0.613658] Initialise system trusted keyring\n[ 0.614644] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.615809] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.617914] zbud: loaded\n[ 0.619030] VFS: Disk quotas dquot_6.6.0\n[ 0.619863] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621467] fuse init (API version 7.23)\n[ 0.622393] Key type big_key registered\n[ 0.623197] Allocating IMA MOK and blacklist keyrings.\n[ 0.624570] Key type asymmetric registered\n[ 0.625411] Asymmetric key parser 'x509' registered\n[ 0.626380] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.627894] io scheduler noop registered\n[ 0.628699] io scheduler deadline registered (default)\n[ 0.629700] io scheduler cfq registered\n[ 0.630545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.631600] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.632886] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.634343] ACPI: Power Button [PWRF]\n[ 0.635243] GHES: HEST is not enabled!\n[ 0.653633] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.693789] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.717870] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.720407] Linux agpgart interface v0.103\n[ 0.722999] brd: module loaded\n[ 0.724834] loop: module loaded\n[ 0.729712] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.731170] GPT:90111 != 20971519\n[ 0.731860] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732953] GPT:90111 != 20971519\n[ 0.733638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734620] vda: vda1 vda15\n[ 0.736220] scsi host0: ata_piix\n[ 0.736983] scsi host1: ata_piix\n[ 0.737683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.738889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.740169] libphy: Fixed MDIO Bus: probed\n[ 0.741069] tun: Universal TUN/TAP device driver, 1.6\n[ 0.742096] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.744087] PPP generic driver version 2.4.2\n[ 0.744992] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746271] ehci-pci: EHCI PCI platform driver\n[ 0.747136] ehci-platform: EHCI generic platform driver\n[ 0.748121] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.749239] ohci-pci: OHCI PCI platform driver\n[ 0.750100] ohci-platform: OHCI generic platform driver\n[ 0.751076] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.769902] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.770888] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.772329] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773331] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.774445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.775657] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777075] usb usb1: Product: UHCI Host Controller\n[ 0.778004] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.779130] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.780203] hub 1-0:1.0: USB hub found\n[ 0.780977] hub 1-0:1.0: 2 ports detected\n[ 0.781881] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783984] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784950] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786014] mousedev: PS/2 mouse device common for all mice\n[ 0.787287] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.789035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.790568] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791776] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.792995] i2c /dev entries driver\n[ 0.793765] device-mapper: uevent: version 1.0.3\n[ 0.794712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796366] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.797732] NET: Registered protocol family 10\n[ 0.799163] NET: Registered protocol family 17\n[ 0.800072] Key type dns_resolver registered\n[ 0.801061] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.802161] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.803266] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.805044] registered taskstats version 1\n[ 0.805899] Loading compiled-in X.509 certificates\n[ 0.807338] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.809206] zswap: loaded using pool lzo/zbud\n[ 0.811248] Key type trusted registered\n[ 0.812956] Key type encrypted registered\n[ 0.813774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814810] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815863] evm: HMAC attrs: 0x1\n[ 0.816860] Magic number: 14:986:589\n[ 0.817754] rtc_cmos 00:00: setting system clock to 2018-12-03 16:35:03 UTC (1543854903)\n[ 0.829754] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830920] EDD information not available.\n[ 0.897241] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.898812] Write protecting the kernel read-only data: 14336k\n[ 0.900473] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.902333] 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.969489] 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.34\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.53. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC3Te6/GvC0d+EBrAg3lo1ioqpwCwwVrs8IOMtH6iVidfa87LonZKKcSCI/plGr9hvfWccnnIyZ9rCi157oIoS+ZK+v2Dd74bk+d6Svo6cG5dExz1k9jRNHR7wA2yvz8B6FW31AXV3qK9H9fqaPq+ovZbHVCv83OKD0d68P57PHbA3dg6+w0wW0aApGBTx5OROBYZmirieISEIoYDMDispNxJgxMAvXZmxNsySS7y9L3+GhO2Pcc3/oLP8vRY1ZSJJTJLRhfRak2Fgkrg8DXJsuhEeaSoPSepjDqUXJ3n9FG3iHcVX8Vt872U3Jn7Imj3Kp7VeTbra4WzwAs0rcEgE/ root@createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c\nssh-dss AAAAB3NzaC1kc3MAAACBAL1jp0QwSYFS0KlyCaguVswLIyrpqZXLzK8ifIiaGyXjDdVqi/a3NWU2KG0zyvPJgelY3MeKXTX4pQHu5ISaVV+BiyzPzEcf1R80ggVGfJ8RCNGZz4b+/vlCNea4eHkKSM3VLtRLRi9vhv5QTRCL/Mgwr5VG7wsge4RNT4uux1GlAAAAFQCS+XlKg1O7uTPvvPTqOP/s5gPKuQAAAIArk4x4w8zDkhbhzvRh8UzmLgZ+AFCro/Uwc1Kk7EqOP1wbjTsz9TU0zq7CTf8qhc7leme5S4Zhd9OVIcSlzmuG7gGhgjOeozEQV1XlCemhkpHNqM0Qj8hneK/mQeBW8gk4HSoWrK04acleUaGXmPCZPVSciqpUMbK/j2mtsIJToQAAAIAgqYZ94okfeDGnbogYPSZVOiF5oJmA2lcqNxv7dCibTsCtEKwhmTKj2zitWnMspATwEAnsc+6YCW+VErGDQsLwFqoI/QmxRTYtstZ2lnpgc3E62/5IVQtKnyam28eeQpbLzDz6CyyWm7eyQmZ718WdDxmrZZj9LvGUNVnmA4kkLQ== root@createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c\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:fe98:1f7a/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.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-000000b1\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=27.36 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c login: "} 2018-12-03 16:35:34,169 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d/action used request id req-c25521df-5d62-4499-b2c6-3d1f39dda9a9 2018-12-03 16:35:34,171 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-03 16:35:34,171 - 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 533974926 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.171592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.173372] pid_max: default: 32768 minimum: 301 [ 0.174268] ACPI: Core revision 20150930 [ 0.175664] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.176966] Security Framework initialized [ 0.177770] Yama: becoming mindful. [ 0.178511] AppArmor: AppArmor initialized [ 0.179379] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.180703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.181976] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.183175] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.184567] Initializing cgroup subsys io [ 0.185375] Initializing cgroup subsys memory [ 0.186226] Initializing cgroup subsys devices [ 0.187104] Initializing cgroup subsys freezer [ 0.187965] Initializing cgroup subsys net_cls [ 0.188824] Initializing cgroup subsys perf_event [ 0.189724] Initializing cgroup subsys net_prio [ 0.190614] Initializing cgroup subsys hugetlb [ 0.191473] Initializing cgroup subsys pids [ 0.192341] CPU: Physical Processor ID: 0 [ 0.193829] mce: CPU supports 10 MCE banks [ 0.194672] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.195661] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.197962] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.204471] ftrace: allocating 31920 entries in 125 pages [ 0.231519] smpboot: Max logical packages: 2 [ 0.232391] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.233566] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.234911] x2apic enabled [ 0.235710] Switched APIC routing to physical x2apic. [ 0.237453] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.238667] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.240818] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.242745] KVM setup paravirtual spinlock [ 0.244220] x86: Booting SMP configuration: [ 0.245119] .... node #0, CPUs: #1 [ 0.246020] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.268156] x86: Booted up 1 node, 2 CPUs [ 0.268158] KVM setup async PF for cpu 1 [ 0.268161] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.270709] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.272226] devtmpfs: initialized [ 0.273960] evm: security.selinux [ 0.274648] evm: security.SMACK64 [ 0.275337] evm: security.SMACK64EXEC [ 0.276073] evm: security.SMACK64TRANSMUTE [ 0.276880] evm: security.SMACK64MMAP [ 0.277613] evm: security.ima [ 0.278247] evm: security.capability [ 0.279102] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.280981] pinctrl core: initialized pinctrl subsystem [ 0.282075] RTC time: 16:35:03, date: 12/03/18 [ 0.283062] NET: Registered protocol family 16 [ 0.292977] cpuidle: using governor ladder [ 0.305080] cpuidle: using governor menu [ 0.305891] PCCT header not found. [ 0.306677] ACPI: bus type PCI registered [ 0.307480] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.308718] PCI: Using configuration type 1 for base access [ 0.322199] ACPI: Added _OSI(Module Device) [ 0.323045] ACPI: Added _OSI(Processor Device) [ 0.323903] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324797] ACPI: Added _OSI(Processor Aggregator Device) [ 0.327183] ACPI: Interpreter enabled [ 0.327946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.329769] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.331601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.333424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.335268] ACPI: (supports S0 S5) [ 0.335967] ACPI: Using IOAPIC for interrupt routing [ 0.337049] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.340404] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.341534] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.342757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346178] acpiphp: Slot [3] registered [ 0.346985] acpiphp: Slot [4] registered [ 0.347777] acpiphp: Slot [5] registered [ 0.348572] acpiphp: Slot [6] registered [ 0.349369] acpiphp: Slot [7] registered [ 0.350164] acpiphp: Slot [8] registered [ 0.350958] acpiphp: Slot [9] registered [ 0.351755] acpiphp: Slot [10] registered [ 0.362684] acpiphp: Slot [11] registered [ 0.363502] acpiphp: Slot [12] registered [ 0.364312] acpiphp: Slot [13] registered [ 0.365120] acpiphp: Slot [14] registered [ 0.365926] acpiphp: Slot [15] registered [ 0.366735] acpiphp: Slot [16] registered [ 0.367545] acpiphp: Slot [17] registered [ 0.368350] acpiphp: Slot [18] registered [ 0.369155] acpiphp: Slot [19] registered [ 0.369960] acpiphp: Slot [20] registered [ 0.370771] acpiphp: Slot [21] registered [ 0.371578] acpiphp: Slot [22] registered [ 0.372385] acpiphp: Slot [23] registered [ 0.373191] acpiphp: Slot [24] registered [ 0.373998] acpiphp: Slot [25] registered [ 0.374810] acpiphp: Slot [26] registered [ 0.375612] acpiphp: Slot [27] registered [ 0.376422] acpiphp: Slot [28] registered [ 0.377229] acpiphp: Slot [29] registered [ 0.378032] acpiphp: Slot [30] registered [ 0.378842] acpiphp: Slot [31] registered [ 0.379639] PCI host bridge to bus 0000:00 [ 0.380445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.381649] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.382863] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.384299] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.385739] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.392131] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.393423] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.394583] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.395846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.402976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.404400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.452911] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.454391] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.455825] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.457229] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.458608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.460592] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.461795] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.462842] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.464382] vgaarb: loaded [ 0.464983] vgaarb: bridge control possible 0000:00:02.0 [ 0.466504] SCSI subsystem initialized [ 0.467359] ACPI: bus type USB registered [ 0.468186] usbcore: registered new interface driver usbfs [ 0.469221] usbcore: registered new interface driver hub [ 0.470224] usbcore: registered new device driver usb [ 0.471347] PCI: Using ACPI for IRQ routing [ 0.472389] NetLabel: Initializing [ 0.473105] NetLabel: domain hash size = 128 [ 0.473958] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.474902] NetLabel: unlabeled traffic allowed by default [ 0.476024] clocksource: Switched to clocksource kvm-clock [ 0.482370] AppArmor: AppArmor Filesystem Enabled [ 0.483325] pnp: PnP ACPI init [ 0.484276] pnp: PnP ACPI: found 5 devices [ 0.491254] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.492951] NET: Registered protocol family 2 [ 0.493923] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.495191] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.496351] TCP: Hash tables configured (established 4096 bind 4096) [ 0.497505] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.498565] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.499714] NET: Registered protocol family 1 [ 0.500580] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.501664] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502730] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.521383] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.540262] Trying to unpack rootfs image as initramfs... [ 0.590707] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.608682] Scanning for low memory corruption every 60 seconds [ 0.610147] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.611304] audit: initializing netlink subsys (disabled) [ 0.612338] audit: type=2000 audit(1543854903.692:1): initialized [ 0.613658] Initialise system trusted keyring [ 0.614644] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.615809] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.617914] zbud: loaded [ 0.619030] VFS: Disk quotas dquot_6.6.0 [ 0.619863] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.621467] fuse init (API version 7.23) [ 0.622393] Key type big_key registered [ 0.623197] Allocating IMA MOK and blacklist keyrings. [ 0.624570] Key type asymmetric registered [ 0.625411] Asymmetric key parser 'x509' registered [ 0.626380] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.627894] io scheduler noop registered [ 0.628699] io scheduler deadline registered (default) [ 0.629700] io scheduler cfq registered [ 0.630545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.631600] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.632886] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.634343] ACPI: Power Button [PWRF] [ 0.635243] GHES: HEST is not enabled! [ 0.653633] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.691172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.693789] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.717870] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.720407] Linux agpgart interface v0.103 [ 0.722999] brd: module loaded [ 0.724834] loop: module loaded [ 0.729712] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.731170] GPT:90111 != 20971519 [ 0.731860] GPT:Alternate GPT header not at the end of the disk. [ 0.732953] GPT:90111 != 20971519 [ 0.733638] GPT: Use GNU Parted to correct GPT errors. [ 0.734620] vda: vda1 vda15 [ 0.736220] scsi host0: ata_piix [ 0.736983] scsi host1: ata_piix [ 0.737683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.738889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.740169] libphy: Fixed MDIO Bus: probed [ 0.741069] tun: Universal TUN/TAP device driver, 1.6 [ 0.742096] tun: (C) 1999-2004 Max Krasnyansky [ 0.744087] PPP generic driver version 2.4.2 [ 0.744992] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.746271] ehci-pci: EHCI PCI platform driver [ 0.747136] ehci-platform: EHCI generic platform driver [ 0.748121] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.749239] ohci-pci: OHCI PCI platform driver [ 0.750100] ohci-platform: OHCI generic platform driver [ 0.751076] uhci_hcd: USB Universal Host Controller Interface driver [ 0.769902] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.770888] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.772329] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.773331] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.774445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.775657] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777075] usb usb1: Product: UHCI Host Controller [ 0.778004] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.779130] usb usb1: SerialNumber: 0000:00:01.2 [ 0.780203] hub 1-0:1.0: USB hub found [ 0.780977] hub 1-0:1.0: 2 ports detected [ 0.781881] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.783984] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.784950] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.786014] mousedev: PS/2 mouse device common for all mice [ 0.787287] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.789035] rtc_cmos 00:00: RTC can wake from S4 [ 0.790568] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.791776] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.792995] i2c /dev entries driver [ 0.793765] device-mapper: uevent: version 1.0.3 [ 0.794712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.796366] ledtrig-cpu: registered to indicate activity on CPUs [ 0.797732] NET: Registered protocol family 10 [ 0.799163] NET: Registered protocol family 17 [ 0.800072] Key type dns_resolver registered [ 0.801061] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.802161] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.803266] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.805044] registered taskstats version 1 [ 0.805899] Loading compiled-in X.509 certificates [ 0.807338] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.809206] zswap: loaded using pool lzo/zbud [ 0.811248] Key type trusted registered [ 0.812956] Key type encrypted registered [ 0.813774] AppArmor: AppArmor sha1 policy hashing enabled [ 0.814810] ima: No TPM chip found, activating TPM-bypass! [ 0.815863] evm: HMAC attrs: 0x1 [ 0.816860] Magic number: 14:986:589 [ 0.817754] rtc_cmos 00:00: setting system clock to 2018-12-03 16:35:03 UTC (1543854903) [ 0.829754] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.830920] EDD information not available. [ 0.897241] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.898812] Write protecting the kernel read-only data: 14336k [ 0.900473] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.902333] 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.969489] 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.34 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.53. 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 vPing KO vPing OK === 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: 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC3Te6/GvC0d+EBrAg3lo1ioqpwCwwVrs8IOMtH6iVidfa87LonZKKcSCI/plGr9hvfWccnnIyZ9rCi157oIoS+ZK+v2Dd74bk+d6Svo6cG5dExz1k9jRNHR7wA2yvz8B6FW31AXV3qK9H9fqaPq+ovZbHVCv83OKD0d68P57PHbA3dg6+w0wW0aApGBTx5OROBYZmirieISEIoYDMDispNxJgxMAvXZmxNsySS7y9L3+GhO2Pcc3/oLP8vRY1ZSJJTJLRhfRak2Fgkrg8DXJsuhEeaSoPSepjDqUXJ3n9FG3iHcVX8Vt872U3Jn7Imj3Kp7VeTbra4WzwAs0rcEgE/ root@createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c ssh-dss AAAAB3NzaC1kc3MAAACBAL1jp0QwSYFS0KlyCaguVswLIyrpqZXLzK8ifIiaGyXjDdVqi/a3NWU2KG0zyvPJgelY3MeKXTX4pQHu5ISaVV+BiyzPzEcf1R80ggVGfJ8RCNGZz4b+/vlCNea4eHkKSM3VLtRLRi9vhv5QTRCL/Mgwr5VG7wsge4RNT4uux1GlAAAAFQCS+XlKg1O7uTPvvPTqOP/s5gPKuQAAAIArk4x4w8zDkhbhzvRh8UzmLgZ+AFCro/Uwc1Kk7EqOP1wbjTsz9TU0zq7CTf8qhc7leme5S4Zhd9OVIcSlzmuG7gGhgjOeozEQV1XlCemhkpHNqM0Qj8hneK/mQeBW8gk4HSoWrK04acleUaGXmPCZPVSciqpUMbK/j2mtsIJToQAAAIAgqYZ94okfeDGnbogYPSZVOiF5oJmA2lcqNxv7dCibTsCtEKwhmTKj2zitWnMspATwEAnsc+6YCW+VErGDQsLwFqoI/QmxRTYtstZ2lnpgc3E62/5IVQtKnyam28eeQpbLzDz6CyyWm7eyQmZ718WdDxmrZZj9LvGUNVnmA4kkLQ== root@createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.200.201.5,24,fe80::f816:3eff:fe98:1f7a/64, ip-route:default via 10.200.201.1 dev eth0 ip-route:10.200.201.0/24 dev eth0 src 10.200.201.5 ip-route:169.254.169.254 via 10.200.201.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-000000b1 name: N/A availability-zone: nova local-hostname: createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c launch-index: 0 === cirros: current=0.4.0 uptime=27.36 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c login: 2018-12-03 16:35:34,172 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-12-03 16:35:34,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:34,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8b4a85c-540d-4283-9d76-b2e164627fc6 x-compute-request-id: req-b8b4a85c-540d-4283-9d76-b2e164627fc6 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:85:9e", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:27.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "f8e68483-a75a-4d4e-b004-562c61535730", "security_groups": [{"name": "default"}], "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:27Z", "hostId": "447f8cc4ea3a3640e6291581ce254195b44e78256920ec646d3024d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2", "created": "2018-12-03T16:35:15Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:34,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 used request id req-b8b4a85c-540d-4283-9d76-b2e164627fc6 2018-12-03 16:35:34,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 16:35:35,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fc104ad-199a-4987-b2db-e265e4da8168 x-compute-request-id: req-5fc104ad-199a-4987-b2db-e265e4da8168 Content-Encoding: gzip Content-Length: 9615 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 544428981 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.131025] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132658] pid_max: default: 32768 minimum: 301\n[ 0.133538] ACPI: Core revision 20150930\n[ 0.134904] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136231] Security Framework initialized\n[ 0.137065] Yama: becoming mindful.\n[ 0.137779] AppArmor: AppArmor initialized\n[ 0.138648] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140035] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141361] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142585] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143984] Initializing cgroup subsys io\n[ 0.144794] Initializing cgroup subsys memory\n[ 0.145647] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147430] Initializing cgroup subsys net_cls\n[ 0.148301] Initializing cgroup subsys perf_event\n[ 0.149195] Initializing cgroup subsys net_prio\n[ 0.150075] Initializing cgroup subsys hugetlb\n[ 0.150956] Initializing cgroup subsys pids\n[ 0.151816] CPU: Physical Processor ID: 0\n[ 0.153302] mce: CPU supports 10 MCE banks\n[ 0.154156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155189] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.163932] ftrace: allocating 31920 entries in 125 pages\n[ 0.190290] smpboot: Max logical packages: 2\n[ 0.191168] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.192366] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.193736] x2apic enabled\n[ 0.194561] Switched APIC routing to physical x2apic.\n[ 0.196354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.197590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.199757] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.201700] KVM setup paravirtual spinlock\n[ 0.203121] x86: Booting SMP configuration:\n[ 0.204040] .... node #0, CPUs: #1\n[ 0.204937] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.226620] x86: Booted up 1 node, 2 CPUs\n[ 0.226622] KVM setup async PF for cpu 1\n[ 0.226625] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.229237] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.230761] devtmpfs: initialized\n[ 0.232491] evm: security.selinux\n[ 0.233201] evm: security.SMACK64\n[ 0.233896] evm: security.SMACK64EXEC\n[ 0.234642] evm: security.SMACK64TRANSMUTE\n[ 0.235462] evm: security.SMACK64MMAP\n[ 0.236193] evm: security.ima\n[ 0.236820] evm: security.capability\n[ 0.237629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239454] pinctrl core: initialized pinctrl subsystem\n[ 0.240542] RTC time: 16:35:27, date: 12/03/18\n[ 0.241484] NET: Registered protocol family 16\n[ 0.252513] cpuidle: using governor ladder\n[ 0.264598] cpuidle: using governor menu\n[ 0.265407] PCCT header not found.\n[ 0.266165] ACPI: bus type PCI registered\n[ 0.266951] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.268164] PCI: Using configuration type 1 for base access\n[ 0.281565] ACPI: Added _OSI(Module Device)\n[ 0.282390] ACPI: Added _OSI(Processor Device)\n[ 0.283224] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.284227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.286717] ACPI: Interpreter enabled\n[ 0.287655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.289784] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.291999] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.294104] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.296207] ACPI: (supports S0 S5)\n[ 0.297200] ACPI: Using IOAPIC for interrupt routing\n[ 0.298271] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.301863] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.303110] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.304529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305901] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308452] acpiphp: Slot [3] registered\n[ 0.309355] acpiphp: Slot [4] registered\n[ 0.310214] acpiphp: Slot [5] registered\n[ 0.311078] acpiphp: Slot [6] registered\n[ 0.311974] acpiphp: Slot [7] registered\n[ 0.312857] acpiphp: Slot [8] registered\n[ 0.313703] acpiphp: Slot [9] registered\n[ 0.314546] acpiphp: Slot [10] registered\n[ 0.325235] acpiphp: Slot [11] registered\n[ 0.326152] acpiphp: Slot [12] registered\n[ 0.327023] acpiphp: Slot [13] registered\n[ 0.327923] acpiphp: Slot [14] registered\n[ 0.328815] acpiphp: Slot [15] registered\n[ 0.329716] acpiphp: Slot [16] registered\n[ 0.330613] acpiphp: Slot [17] registered\n[ 0.331478] acpiphp: Slot [18] registered\n[ 0.332396] acpiphp: Slot [19] registered\n[ 0.333322] acpiphp: Slot [20] registered\n[ 0.334195] acpiphp: Slot [21] registered\n[ 0.335089] acpiphp: Slot [22] registered\n[ 0.336039] acpiphp: Slot [23] registered\n[ 0.336904] acpiphp: Slot [24] registered\n[ 0.337862] acpiphp: Slot [25] registered\n[ 0.338755] acpiphp: Slot [26] registered\n[ 0.339726] acpiphp: Slot [27] registered\n[ 0.340683] acpiphp: Slot [28] registered\n[ 0.341675] acpiphp: Slot [29] registered\n[ 0.342650] acpiphp: Slot [30] registered\n[ 0.343842] acpiphp: Slot [31] registered\n[ 0.344821] PCI host bridge to bus 0000:00\n[ 0.345727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.347091] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.348446] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.350070] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.351692] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.358017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.359457] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.360815] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369239] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.370891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.419219] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.420871] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.422348] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.424078] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426558] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.427828] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.428965] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.430001] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.431504] vgaarb: loaded\n[ 0.432098] vgaarb: bridge control possible 0000:00:02.0\n[ 0.433566] SCSI subsystem initialized\n[ 0.434384] ACPI: bus type USB registered\n[ 0.435187] usbcore: registered new interface driver usbfs\n[ 0.436195] usbcore: registered new interface driver hub\n[ 0.437180] usbcore: registered new device driver usb\n[ 0.438248] PCI: Using ACPI for IRQ routing\n[ 0.439243] NetLabel: Initializing\n[ 0.439944] NetLabel: domain hash size = 128\n[ 0.440778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.441705] NetLabel: unlabeled traffic allowed by default\n[ 0.442784] clocksource: Switched to clocksource kvm-clock\n[ 0.448623] AppArmor: AppArmor Filesystem Enabled\n[ 0.449559] pnp: PnP ACPI init\n[ 0.450479] pnp: PnP ACPI: found 5 devices\n[ 0.457197] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.458881] NET: Registered protocol family 2\n[ 0.459826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.461067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.462239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.463383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464438] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465578] NET: Registered protocol family 1\n[ 0.466426] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467503] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487185] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.505755] Trying to unpack rootfs image as initramfs...\n[ 0.555621] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569649] Scanning for low memory corruption every 60 seconds\n[ 0.570958] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.572095] audit: initializing netlink subsys (disabled)\n[ 0.573105] audit: type=2000 audit(1543854928.162:1): initialized\n[ 0.574389] Initialise system trusted keyring\n[ 0.575339] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576479] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578942] zbud: loaded\n[ 0.579686] VFS: Disk quotas dquot_6.6.0\n[ 0.580490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.582054] fuse init (API version 7.23)\n[ 0.582938] Key type big_key registered\n[ 0.583733] Allocating IMA MOK and blacklist keyrings.\n[ 0.584903] Key type asymmetric registered\n[ 0.585711] Asymmetric key parser 'x509' registered\n[ 0.586646] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.588136] io scheduler noop registered\n[ 0.588919] io scheduler deadline registered (default)\n[ 0.589894] io scheduler cfq registered\n[ 0.590720] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.591760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.593001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.594427] ACPI: Power Button [PWRF]\n[ 0.595299] GHES: HEST is not enabled!\n[ 0.613580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.650677] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.653004] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.677157] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.679423] Linux agpgart interface v0.103\n[ 0.681683] brd: module loaded\n[ 0.683351] loop: module loaded\n[ 0.688240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.689675] GPT:90111 != 20971519\n[ 0.690347] GPT:Alternate GPT header not at the end of the disk.\n[ 0.691436] GPT:90111 != 20971519\n[ 0.692133] GPT: Use GNU Parted to correct GPT errors.\n[ 0.693096] vda: vda1 vda15\n[ 0.694568] scsi host0: ata_piix\n[ 0.695344] scsi host1: ata_piix\n[ 0.696046] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.697233] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.698820] libphy: Fixed MDIO Bus: probed\n[ 0.699621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.700548] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.702477] PPP generic driver version 2.4.2\n[ 0.703369] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.704583] ehci-pci: EHCI PCI platform driver\n[ 0.705442] ehci-platform: EHCI generic platform driver\n[ 0.706406] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.707512] ohci-pci: OHCI PCI platform driver\n[ 0.708364] ohci-platform: OHCI generic platform driver\n[ 0.709331] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.728255] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.729230] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.730644] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.731623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.732722] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.733912] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.735305] usb usb1: Product: UHCI Host Controller\n[ 0.736226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.737340] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.738299] hub 1-0:1.0: USB hub found\n[ 0.739077] hub 1-0:1.0: 2 ports detected\n[ 0.739970] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.742058] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.743005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744009] mousedev: PS/2 mouse device common for all mice\n[ 0.745229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.746532] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.748262] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.749828] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.751470] i2c /dev entries driver\n[ 0.752524] device-mapper: uevent: version 1.0.3\n[ 0.753864] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.756073] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.758566] NET: Registered protocol family 10\n[ 0.759913] NET: Registered protocol family 17\n[ 0.761142] Key type dns_resolver registered\n[ 0.762564] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.764379] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.765916] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768279] registered taskstats version 1\n[ 0.769420] Loading compiled-in X.509 certificates\n[ 0.771084] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.773424] zswap: loaded using pool lzo/zbud\n[ 0.775093] Key type trusted registered\n[ 0.777034] Key type encrypted registered\n[ 0.778108] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.779426] ima: No TPM chip found, activating TPM-bypass!\n[ 0.780750] evm: HMAC attrs: 0x1\n[ 0.781872] Magic number: 14:986:589\n[ 0.782994] rtc_cmos 00:00: setting system clock to 2018-12-03 16:35:27 UTC (1543854927)\n[ 0.795211] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.796613] EDD information not available.\n[ 0.851928] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853784] Write protecting the kernel read-only data: 14336k\n[ 0.855571] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.857597] 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\n[ 0.924499] 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 2.56\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 2.76. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCpEilr7sq5GfHiaoKxz7RF8lYTAEPY5K+1RXQ3bvucVN0swkroBjC3BK9tLEnrd3Oqqa+h3eSMfJUQ3BW7DfI5A8s0tFhK0NARZvHUVN0f2lNcNN/aKqnRRmew6rVjihjX+ua/NaakP+o6A3czCOz5WabQCKW94zGHteDO8F8t6xmPCT2nMyoK5hFI4jQB0LIsIALU7C+q6SvEugFRIOBBCF8yB0wpLei+b0/Kid7Z/5eR4fUD5/StUuseluDmpVa38pxMRwDxtLkPFwRwXKE5pGlrcgUWOeQJOY2Sy024sm6LiLA/ADbQkrSfNRzKhoHPpMBZ+6YJI7SPaYkWTaE3 root@createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c\nssh-dss AAAAB3NzaC1kc3MAAACBAIBGmKMb+kfKNbtgICUqLgdzzzjEnPpaFa8raP8boaMzLMnQGZeAzfnxUO3jLHoFKjbEWDeYvbHxam6subbFb/jH1DpxHLfkqW2Wy4wcQYe6jhot5aqNBnkN/qSVSj+QQPRb1C4LU8qbRXdv6MMRTRCAsE3Lt/qZnH5MOyv+15oZAAAAFQCEuZUbDuiuWMO1XSFzwAgM5k93XwAAAIB3HR6FeZpBFP7r6uq/qRGmwXX2Hz6o27VmceWNx2LqN814v389jR+jgch9avvuIb1ew7j9wQYf4BBNDURzq2BDRvqUuT/xqXQwWnKquJ3w4YBenfl2MKjwGNVlccZcu+QEwVzzvWrnS6Eq6JMXprmbOppajpHfeMsHY7nLZTf2agAAAIAb85OE91WzVv2V11QUgM222/yYkLLH04gMlVObxuTIqx6Cz2cUG5rjOHwygEvSluzHM1sx79D4rg3pMLEp4HVkhtLSF140zs/5ddOk4mCGjPROh2/qiTczvsbMQaljRIYT23q/P4IZe4HmecNcGbd86cRsd9rClIHtKSo4/t+29Q== root@createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c\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:fea1:859e/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-82bac7ea-3f20-42eb-a592-b85c5c5bd76c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.91 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c login: "} 2018-12-03 16:35:35,693 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730/action used request id req-5fc104ad-199a-4987-b2db-e265e4da8168 2018-12-03 16:35:35,695 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-03 16:35:35,695 - 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 544428981 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.131025] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132658] pid_max: default: 32768 minimum: 301 [ 0.133538] ACPI: Core revision 20150930 [ 0.134904] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136231] Security Framework initialized [ 0.137065] Yama: becoming mindful. [ 0.137779] AppArmor: AppArmor initialized [ 0.138648] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140035] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141361] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142585] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143984] Initializing cgroup subsys io [ 0.144794] Initializing cgroup subsys memory [ 0.145647] Initializing cgroup subsys devices [ 0.146551] Initializing cgroup subsys freezer [ 0.147430] Initializing cgroup subsys net_cls [ 0.148301] Initializing cgroup subsys perf_event [ 0.149195] Initializing cgroup subsys net_prio [ 0.150075] Initializing cgroup subsys hugetlb [ 0.150956] Initializing cgroup subsys pids [ 0.151816] CPU: Physical Processor ID: 0 [ 0.153302] mce: CPU supports 10 MCE banks [ 0.154156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155189] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.163932] ftrace: allocating 31920 entries in 125 pages [ 0.190290] smpboot: Max logical packages: 2 [ 0.191168] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.192366] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.193736] x2apic enabled [ 0.194561] Switched APIC routing to physical x2apic. [ 0.196354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.197590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.199757] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.201700] KVM setup paravirtual spinlock [ 0.203121] x86: Booting SMP configuration: [ 0.204040] .... node #0, CPUs: #1 [ 0.204937] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.226620] x86: Booted up 1 node, 2 CPUs [ 0.226622] KVM setup async PF for cpu 1 [ 0.226625] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.229237] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.230761] devtmpfs: initialized [ 0.232491] evm: security.selinux [ 0.233201] evm: security.SMACK64 [ 0.233896] evm: security.SMACK64EXEC [ 0.234642] evm: security.SMACK64TRANSMUTE [ 0.235462] evm: security.SMACK64MMAP [ 0.236193] evm: security.ima [ 0.236820] evm: security.capability [ 0.237629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239454] pinctrl core: initialized pinctrl subsystem [ 0.240542] RTC time: 16:35:27, date: 12/03/18 [ 0.241484] NET: Registered protocol family 16 [ 0.252513] cpuidle: using governor ladder [ 0.264598] cpuidle: using governor menu [ 0.265407] PCCT header not found. [ 0.266165] ACPI: bus type PCI registered [ 0.266951] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.268164] PCI: Using configuration type 1 for base access [ 0.281565] ACPI: Added _OSI(Module Device) [ 0.282390] ACPI: Added _OSI(Processor Device) [ 0.283224] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.284227] ACPI: Added _OSI(Processor Aggregator Device) [ 0.286717] ACPI: Interpreter enabled [ 0.287655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.289784] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.291999] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.294104] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.296207] ACPI: (supports S0 S5) [ 0.297200] ACPI: Using IOAPIC for interrupt routing [ 0.298271] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.301863] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.303110] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.304529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.305901] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.308452] acpiphp: Slot [3] registered [ 0.309355] acpiphp: Slot [4] registered [ 0.310214] acpiphp: Slot [5] registered [ 0.311078] acpiphp: Slot [6] registered [ 0.311974] acpiphp: Slot [7] registered [ 0.312857] acpiphp: Slot [8] registered [ 0.313703] acpiphp: Slot [9] registered [ 0.314546] acpiphp: Slot [10] registered [ 0.325235] acpiphp: Slot [11] registered [ 0.326152] acpiphp: Slot [12] registered [ 0.327023] acpiphp: Slot [13] registered [ 0.327923] acpiphp: Slot [14] registered [ 0.328815] acpiphp: Slot [15] registered [ 0.329716] acpiphp: Slot [16] registered [ 0.330613] acpiphp: Slot [17] registered [ 0.331478] acpiphp: Slot [18] registered [ 0.332396] acpiphp: Slot [19] registered [ 0.333322] acpiphp: Slot [20] registered [ 0.334195] acpiphp: Slot [21] registered [ 0.335089] acpiphp: Slot [22] registered [ 0.336039] acpiphp: Slot [23] registered [ 0.336904] acpiphp: Slot [24] registered [ 0.337862] acpiphp: Slot [25] registered [ 0.338755] acpiphp: Slot [26] registered [ 0.339726] acpiphp: Slot [27] registered [ 0.340683] acpiphp: Slot [28] registered [ 0.341675] acpiphp: Slot [29] registered [ 0.342650] acpiphp: Slot [30] registered [ 0.343842] acpiphp: Slot [31] registered [ 0.344821] PCI host bridge to bus 0000:00 [ 0.345727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.347091] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.348446] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.350070] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.351692] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.358017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.359457] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.360815] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.362235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.369239] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.370891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.419219] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.420871] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.422348] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.424078] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.426558] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.427828] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.428965] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.430001] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.431504] vgaarb: loaded [ 0.432098] vgaarb: bridge control possible 0000:00:02.0 [ 0.433566] SCSI subsystem initialized [ 0.434384] ACPI: bus type USB registered [ 0.435187] usbcore: registered new interface driver usbfs [ 0.436195] usbcore: registered new interface driver hub [ 0.437180] usbcore: registered new device driver usb [ 0.438248] PCI: Using ACPI for IRQ routing [ 0.439243] NetLabel: Initializing [ 0.439944] NetLabel: domain hash size = 128 [ 0.440778] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.441705] NetLabel: unlabeled traffic allowed by default [ 0.442784] clocksource: Switched to clocksource kvm-clock [ 0.448623] AppArmor: AppArmor Filesystem Enabled [ 0.449559] pnp: PnP ACPI init [ 0.450479] pnp: PnP ACPI: found 5 devices [ 0.457197] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.458881] NET: Registered protocol family 2 [ 0.459826] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.461067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.462239] TCP: Hash tables configured (established 4096 bind 4096) [ 0.463383] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.464438] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.465578] NET: Registered protocol family 1 [ 0.466426] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.467503] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468552] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487185] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.505755] Trying to unpack rootfs image as initramfs... [ 0.555621] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.569649] Scanning for low memory corruption every 60 seconds [ 0.570958] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.572095] audit: initializing netlink subsys (disabled) [ 0.573105] audit: type=2000 audit(1543854928.162:1): initialized [ 0.574389] Initialise system trusted keyring [ 0.575339] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.576479] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.578942] zbud: loaded [ 0.579686] VFS: Disk quotas dquot_6.6.0 [ 0.580490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.582054] fuse init (API version 7.23) [ 0.582938] Key type big_key registered [ 0.583733] Allocating IMA MOK and blacklist keyrings. [ 0.584903] Key type asymmetric registered [ 0.585711] Asymmetric key parser 'x509' registered [ 0.586646] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.588136] io scheduler noop registered [ 0.588919] io scheduler deadline registered (default) [ 0.589894] io scheduler cfq registered [ 0.590720] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.591760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.593001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.594427] ACPI: Power Button [PWRF] [ 0.595299] GHES: HEST is not enabled! [ 0.613580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.650677] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.653004] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.677157] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.679423] Linux agpgart interface v0.103 [ 0.681683] brd: module loaded [ 0.683351] loop: module loaded [ 0.688240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.689675] GPT:90111 != 20971519 [ 0.690347] GPT:Alternate GPT header not at the end of the disk. [ 0.691436] GPT:90111 != 20971519 [ 0.692133] GPT: Use GNU Parted to correct GPT errors. [ 0.693096] vda: vda1 vda15 [ 0.694568] scsi host0: ata_piix [ 0.695344] scsi host1: ata_piix [ 0.696046] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.697233] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.698820] libphy: Fixed MDIO Bus: probed [ 0.699621] tun: Universal TUN/TAP device driver, 1.6 [ 0.700548] tun: (C) 1999-2004 Max Krasnyansky [ 0.702477] PPP generic driver version 2.4.2 [ 0.703369] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.704583] ehci-pci: EHCI PCI platform driver [ 0.705442] ehci-platform: EHCI generic platform driver [ 0.706406] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.707512] ohci-pci: OHCI PCI platform driver [ 0.708364] ohci-platform: OHCI generic platform driver [ 0.709331] uhci_hcd: USB Universal Host Controller Interface driver [ 0.728255] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.729230] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.730644] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.731623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.732722] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.733912] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.735305] usb usb1: Product: UHCI Host Controller [ 0.736226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.737340] usb usb1: SerialNumber: 0000:00:01.2 [ 0.738299] hub 1-0:1.0: USB hub found [ 0.739077] hub 1-0:1.0: 2 ports detected [ 0.739970] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.742058] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.743005] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.744009] mousedev: PS/2 mouse device common for all mice [ 0.745229] rtc_cmos 00:00: RTC can wake from S4 [ 0.746532] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.748262] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.749828] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.751470] i2c /dev entries driver [ 0.752524] device-mapper: uevent: version 1.0.3 [ 0.753864] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.756073] ledtrig-cpu: registered to indicate activity on CPUs [ 0.758566] NET: Registered protocol family 10 [ 0.759913] NET: Registered protocol family 17 [ 0.761142] Key type dns_resolver registered [ 0.762564] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.764379] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.765916] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.768279] registered taskstats version 1 [ 0.769420] Loading compiled-in X.509 certificates [ 0.771084] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.773424] zswap: loaded using pool lzo/zbud [ 0.775093] Key type trusted registered [ 0.777034] Key type encrypted registered [ 0.778108] AppArmor: AppArmor sha1 policy hashing enabled [ 0.779426] ima: No TPM chip found, activating TPM-bypass! [ 0.780750] evm: HMAC attrs: 0x1 [ 0.781872] Magic number: 14:986:589 [ 0.782994] rtc_cmos 00:00: setting system clock to 2018-12-03 16:35:27 UTC (1543854927) [ 0.795211] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.796613] EDD information not available. [ 0.851928] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.853784] Write protecting the kernel read-only data: 14336k [ 0.855571] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857597] 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 [ 0.924499] 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 2.56 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 2.76. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCpEilr7sq5GfHiaoKxz7RF8lYTAEPY5K+1RXQ3bvucVN0swkroBjC3BK9tLEnrd3Oqqa+h3eSMfJUQ3BW7DfI5A8s0tFhK0NARZvHUVN0f2lNcNN/aKqnRRmew6rVjihjX+ua/NaakP+o6A3czCOz5WabQCKW94zGHteDO8F8t6xmPCT2nMyoK5hFI4jQB0LIsIALU7C+q6SvEugFRIOBBCF8yB0wpLei+b0/Kid7Z/5eR4fUD5/StUuseluDmpVa38pxMRwDxtLkPFwRwXKE5pGlrcgUWOeQJOY2Sy024sm6LiLA/ADbQkrSfNRzKhoHPpMBZ+6YJI7SPaYkWTaE3 root@createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c ssh-dss AAAAB3NzaC1kc3MAAACBAIBGmKMb+kfKNbtgICUqLgdzzzjEnPpaFa8raP8boaMzLMnQGZeAzfnxUO3jLHoFKjbEWDeYvbHxam6subbFb/jH1DpxHLfkqW2Wy4wcQYe6jhot5aqNBnkN/qSVSj+QQPRb1C4LU8qbRXdv6MMRTRCAsE3Lt/qZnH5MOyv+15oZAAAAFQCEuZUbDuiuWMO1XSFzwAgM5k93XwAAAIB3HR6FeZpBFP7r6uq/qRGmwXX2Hz6o27VmceWNx2LqN814v389jR+jgch9avvuIb1ew7j9wQYf4BBNDURzq2BDRvqUuT/xqXQwWnKquJ3w4YBenfl2MKjwGNVlccZcu+QEwVzzvWrnS6Eq6JMXprmbOppajpHfeMsHY7nLZTf2agAAAIAb85OE91WzVv2V11QUgM222/yYkLLH04gMlVObxuTIqx6Cz2cUG5rjOHwygEvSluzHM1sx79D4rg3pMLEp4HVkhtLSF140zs/5ddOk4mCGjPROh2/qiTczvsbMQaljRIYT23q/P4IZe4HmecNcGbd86cRsd9rClIHtKSo4/t+29Q== root@createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c -----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:fea1:859e/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-82bac7ea-3f20-42eb-a592-b85c5c5bd76c launch-index: 0 === cirros: current=0.4.0 uptime=4.91 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c login: 2018-12-03 16:35:36,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:37,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35: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-d28a3008-5eb9-47f0-99c8-a5b7071f0a0c x-compute-request-id: req-d28a3008-5eb9-47f0-99c8-a5b7071f0a0c Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:1f:7a", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:02.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "191bc3cc-001f-42c9-a202-d7f35416742d", "security_groups": [{"name": "default"}], "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:02Z", "hostId": "9562d0ef716dfc7406cf9306a91d3ff3c0733d423fd2d6c1bec0da07", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1", "created": "2018-12-03T16:34:54Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:37,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d used request id req-d28a3008-5eb9-47f0-99c8-a5b7071f0a0c 2018-12-03 16:35:37,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 16:35:38,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf03cb3f-0cc9-4735-9a3d-4c2c24386096 x-compute-request-id: req-cf03cb3f-0cc9-4735-9a3d-4c2c24386096 Content-Encoding: gzip Content-Length: 9614 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 533974926 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.171592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.173372] pid_max: default: 32768 minimum: 301\n[ 0.174268] ACPI: Core revision 20150930\n[ 0.175664] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.176966] Security Framework initialized\n[ 0.177770] Yama: becoming mindful.\n[ 0.178511] AppArmor: AppArmor initialized\n[ 0.179379] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.180703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.181976] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183175] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184567] Initializing cgroup subsys io\n[ 0.185375] Initializing cgroup subsys memory\n[ 0.186226] Initializing cgroup subsys devices\n[ 0.187104] Initializing cgroup subsys freezer\n[ 0.187965] Initializing cgroup subsys net_cls\n[ 0.188824] Initializing cgroup subsys perf_event\n[ 0.189724] Initializing cgroup subsys net_prio\n[ 0.190614] Initializing cgroup subsys hugetlb\n[ 0.191473] Initializing cgroup subsys pids\n[ 0.192341] CPU: Physical Processor ID: 0\n[ 0.193829] mce: CPU supports 10 MCE banks\n[ 0.194672] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.195661] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.197962] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.204471] ftrace: allocating 31920 entries in 125 pages\n[ 0.231519] smpboot: Max logical packages: 2\n[ 0.232391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233566] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.234911] x2apic enabled\n[ 0.235710] Switched APIC routing to physical x2apic.\n[ 0.237453] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238667] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240818] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242745] KVM setup paravirtual spinlock\n[ 0.244220] x86: Booting SMP configuration:\n[ 0.245119] .... node #0, CPUs: #1\n[ 0.246020] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.268156] x86: Booted up 1 node, 2 CPUs\n[ 0.268158] KVM setup async PF for cpu 1\n[ 0.268161] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.270709] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.272226] devtmpfs: initialized\n[ 0.273960] evm: security.selinux\n[ 0.274648] evm: security.SMACK64\n[ 0.275337] evm: security.SMACK64EXEC\n[ 0.276073] evm: security.SMACK64TRANSMUTE\n[ 0.276880] evm: security.SMACK64MMAP\n[ 0.277613] evm: security.ima\n[ 0.278247] evm: security.capability\n[ 0.279102] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.280981] pinctrl core: initialized pinctrl subsystem\n[ 0.282075] RTC time: 16:35:03, date: 12/03/18\n[ 0.283062] NET: Registered protocol family 16\n[ 0.292977] cpuidle: using governor ladder\n[ 0.305080] cpuidle: using governor menu\n[ 0.305891] PCCT header not found.\n[ 0.306677] ACPI: bus type PCI registered\n[ 0.307480] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.308718] PCI: Using configuration type 1 for base access\n[ 0.322199] ACPI: Added _OSI(Module Device)\n[ 0.323045] ACPI: Added _OSI(Processor Device)\n[ 0.323903] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324797] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.327183] ACPI: Interpreter enabled\n[ 0.327946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329769] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335268] ACPI: (supports S0 S5)\n[ 0.335967] ACPI: Using IOAPIC for interrupt routing\n[ 0.337049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340404] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.341534] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.342757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346178] acpiphp: Slot [3] registered\n[ 0.346985] acpiphp: Slot [4] registered\n[ 0.347777] acpiphp: Slot [5] registered\n[ 0.348572] acpiphp: Slot [6] registered\n[ 0.349369] acpiphp: Slot [7] registered\n[ 0.350164] acpiphp: Slot [8] registered\n[ 0.350958] acpiphp: Slot [9] registered\n[ 0.351755] acpiphp: Slot [10] registered\n[ 0.362684] acpiphp: Slot [11] registered\n[ 0.363502] acpiphp: Slot [12] registered\n[ 0.364312] acpiphp: Slot [13] registered\n[ 0.365120] acpiphp: Slot [14] registered\n[ 0.365926] acpiphp: Slot [15] registered\n[ 0.366735] acpiphp: Slot [16] registered\n[ 0.367545] acpiphp: Slot [17] registered\n[ 0.368350] acpiphp: Slot [18] registered\n[ 0.369155] acpiphp: Slot [19] registered\n[ 0.369960] acpiphp: Slot [20] registered\n[ 0.370771] acpiphp: Slot [21] registered\n[ 0.371578] acpiphp: Slot [22] registered\n[ 0.372385] acpiphp: Slot [23] registered\n[ 0.373191] acpiphp: Slot [24] registered\n[ 0.373998] acpiphp: Slot [25] registered\n[ 0.374810] acpiphp: Slot [26] registered\n[ 0.375612] acpiphp: Slot [27] registered\n[ 0.376422] acpiphp: Slot [28] registered\n[ 0.377229] acpiphp: Slot [29] registered\n[ 0.378032] acpiphp: Slot [30] registered\n[ 0.378842] acpiphp: Slot [31] registered\n[ 0.379639] PCI host bridge to bus 0000:00\n[ 0.380445] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.381649] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.382863] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.384299] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.385739] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.392131] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.393423] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.394583] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.395846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.402976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.404400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.452911] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.454391] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.455825] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.457229] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.458608] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.460592] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461795] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462842] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464382] vgaarb: loaded\n[ 0.464983] vgaarb: bridge control possible 0000:00:02.0\n[ 0.466504] SCSI subsystem initialized\n[ 0.467359] ACPI: bus type USB registered\n[ 0.468186] usbcore: registered new interface driver usbfs\n[ 0.469221] usbcore: registered new interface driver hub\n[ 0.470224] usbcore: registered new device driver usb\n[ 0.471347] PCI: Using ACPI for IRQ routing\n[ 0.472389] NetLabel: Initializing\n[ 0.473105] NetLabel: domain hash size = 128\n[ 0.473958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.474902] NetLabel: unlabeled traffic allowed by default\n[ 0.476024] clocksource: Switched to clocksource kvm-clock\n[ 0.482370] AppArmor: AppArmor Filesystem Enabled\n[ 0.483325] pnp: PnP ACPI init\n[ 0.484276] pnp: PnP ACPI: found 5 devices\n[ 0.491254] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492951] NET: Registered protocol family 2\n[ 0.493923] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495191] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.496351] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.497505] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498565] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.499714] NET: Registered protocol family 1\n[ 0.500580] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501664] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502730] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521383] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.540262] Trying to unpack rootfs image as initramfs...\n[ 0.590707] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.608682] Scanning for low memory corruption every 60 seconds\n[ 0.610147] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.611304] audit: initializing netlink subsys (disabled)\n[ 0.612338] audit: type=2000 audit(1543854903.692:1): initialized\n[ 0.613658] Initialise system trusted keyring\n[ 0.614644] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.615809] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.617914] zbud: loaded\n[ 0.619030] VFS: Disk quotas dquot_6.6.0\n[ 0.619863] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621467] fuse init (API version 7.23)\n[ 0.622393] Key type big_key registered\n[ 0.623197] Allocating IMA MOK and blacklist keyrings.\n[ 0.624570] Key type asymmetric registered\n[ 0.625411] Asymmetric key parser 'x509' registered\n[ 0.626380] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.627894] io scheduler noop registered\n[ 0.628699] io scheduler deadline registered (default)\n[ 0.629700] io scheduler cfq registered\n[ 0.630545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.631600] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.632886] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.634343] ACPI: Power Button [PWRF]\n[ 0.635243] GHES: HEST is not enabled!\n[ 0.653633] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.693789] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.717870] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.720407] Linux agpgart interface v0.103\n[ 0.722999] brd: module loaded\n[ 0.724834] loop: module loaded\n[ 0.729712] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.731170] GPT:90111 != 20971519\n[ 0.731860] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732953] GPT:90111 != 20971519\n[ 0.733638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734620] vda: vda1 vda15\n[ 0.736220] scsi host0: ata_piix\n[ 0.736983] scsi host1: ata_piix\n[ 0.737683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.738889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.740169] libphy: Fixed MDIO Bus: probed\n[ 0.741069] tun: Universal TUN/TAP device driver, 1.6\n[ 0.742096] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.744087] PPP generic driver version 2.4.2\n[ 0.744992] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746271] ehci-pci: EHCI PCI platform driver\n[ 0.747136] ehci-platform: EHCI generic platform driver\n[ 0.748121] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.749239] ohci-pci: OHCI PCI platform driver\n[ 0.750100] ohci-platform: OHCI generic platform driver\n[ 0.751076] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.769902] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.770888] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.772329] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773331] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.774445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.775657] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777075] usb usb1: Product: UHCI Host Controller\n[ 0.778004] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.779130] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.780203] hub 1-0:1.0: USB hub found\n[ 0.780977] hub 1-0:1.0: 2 ports detected\n[ 0.781881] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783984] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784950] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786014] mousedev: PS/2 mouse device common for all mice\n[ 0.787287] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.789035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.790568] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791776] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.792995] i2c /dev entries driver\n[ 0.793765] device-mapper: uevent: version 1.0.3\n[ 0.794712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796366] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.797732] NET: Registered protocol family 10\n[ 0.799163] NET: Registered protocol family 17\n[ 0.800072] Key type dns_resolver registered\n[ 0.801061] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.802161] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.803266] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.805044] registered taskstats version 1\n[ 0.805899] Loading compiled-in X.509 certificates\n[ 0.807338] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.809206] zswap: loaded using pool lzo/zbud\n[ 0.811248] Key type trusted registered\n[ 0.812956] Key type encrypted registered\n[ 0.813774] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814810] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815863] evm: HMAC attrs: 0x1\n[ 0.816860] Magic number: 14:986:589\n[ 0.817754] rtc_cmos 00:00: setting system clock to 2018-12-03 16:35:03 UTC (1543854903)\n[ 0.829754] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830920] EDD information not available.\n[ 0.897241] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.898812] Write protecting the kernel read-only data: 14336k\n[ 0.900473] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.902333] 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.969489] 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.34\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.53. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC3Te6/GvC0d+EBrAg3lo1ioqpwCwwVrs8IOMtH6iVidfa87LonZKKcSCI/plGr9hvfWccnnIyZ9rCi157oIoS+ZK+v2Dd74bk+d6Svo6cG5dExz1k9jRNHR7wA2yvz8B6FW31AXV3qK9H9fqaPq+ovZbHVCv83OKD0d68P57PHbA3dg6+w0wW0aApGBTx5OROBYZmirieISEIoYDMDispNxJgxMAvXZmxNsySS7y9L3+GhO2Pcc3/oLP8vRY1ZSJJTJLRhfRak2Fgkrg8DXJsuhEeaSoPSepjDqUXJ3n9FG3iHcVX8Vt872U3Jn7Imj3Kp7VeTbra4WzwAs0rcEgE/ root@createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c\nssh-dss AAAAB3NzaC1kc3MAAACBAL1jp0QwSYFS0KlyCaguVswLIyrpqZXLzK8ifIiaGyXjDdVqi/a3NWU2KG0zyvPJgelY3MeKXTX4pQHu5ISaVV+BiyzPzEcf1R80ggVGfJ8RCNGZz4b+/vlCNea4eHkKSM3VLtRLRi9vhv5QTRCL/Mgwr5VG7wsge4RNT4uux1GlAAAAFQCS+XlKg1O7uTPvvPTqOP/s5gPKuQAAAIArk4x4w8zDkhbhzvRh8UzmLgZ+AFCro/Uwc1Kk7EqOP1wbjTsz9TU0zq7CTf8qhc7leme5S4Zhd9OVIcSlzmuG7gGhgjOeozEQV1XlCemhkpHNqM0Qj8hneK/mQeBW8gk4HSoWrK04acleUaGXmPCZPVSciqpUMbK/j2mtsIJToQAAAIAgqYZ94okfeDGnbogYPSZVOiF5oJmA2lcqNxv7dCibTsCtEKwhmTKj2zitWnMspATwEAnsc+6YCW+VErGDQsLwFqoI/QmxRTYtstZ2lnpgc3E62/5IVQtKnyam28eeQpbLzDz6CyyWm7eyQmZ718WdDxmrZZj9LvGUNVnmA4kkLQ== root@createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c\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:fe98:1f7a/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.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-000000b1\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=27.36 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c login: "} 2018-12-03 16:35:38,624 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d/action used request id req-cf03cb3f-0cc9-4735-9a3d-4c2c24386096 2018-12-03 16:35:39,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:40,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e1158f2-4157-42c3-b949-895b970a6487 x-compute-request-id: req-4e1158f2-4157-42c3-b949-895b970a6487 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:85:9e", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:27.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "f8e68483-a75a-4d4e-b004-562c61535730", "security_groups": [{"name": "default"}], "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:27Z", "hostId": "447f8cc4ea3a3640e6291581ce254195b44e78256920ec646d3024d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2", "created": "2018-12-03T16:35:15Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:40,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 used request id req-4e1158f2-4157-42c3-b949-895b970a6487 2018-12-03 16:35:40,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 16:35:41,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-ecd8e2e3-879e-42f3-849c-7d721564658e x-compute-request-id: req-ecd8e2e3-879e-42f3-849c-7d721564658e Content-Encoding: gzip Content-Length: 9615 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 544428981 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.131025] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132658] pid_max: default: 32768 minimum: 301\n[ 0.133538] ACPI: Core revision 20150930\n[ 0.134904] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136231] Security Framework initialized\n[ 0.137065] Yama: becoming mindful.\n[ 0.137779] AppArmor: AppArmor initialized\n[ 0.138648] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140035] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141361] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142585] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143984] Initializing cgroup subsys io\n[ 0.144794] Initializing cgroup subsys memory\n[ 0.145647] Initializing cgroup subsys devices\n[ 0.146551] Initializing cgroup subsys freezer\n[ 0.147430] Initializing cgroup subsys net_cls\n[ 0.148301] Initializing cgroup subsys perf_event\n[ 0.149195] Initializing cgroup subsys net_prio\n[ 0.150075] Initializing cgroup subsys hugetlb\n[ 0.150956] Initializing cgroup subsys pids\n[ 0.151816] CPU: Physical Processor ID: 0\n[ 0.153302] mce: CPU supports 10 MCE banks\n[ 0.154156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155189] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.163932] ftrace: allocating 31920 entries in 125 pages\n[ 0.190290] smpboot: Max logical packages: 2\n[ 0.191168] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.192366] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.193736] x2apic enabled\n[ 0.194561] Switched APIC routing to physical x2apic.\n[ 0.196354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.197590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.199757] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.201700] KVM setup paravirtual spinlock\n[ 0.203121] x86: Booting SMP configuration:\n[ 0.204040] .... node #0, CPUs: #1\n[ 0.204937] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.226620] x86: Booted up 1 node, 2 CPUs\n[ 0.226622] KVM setup async PF for cpu 1\n[ 0.226625] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.229237] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.230761] devtmpfs: initialized\n[ 0.232491] evm: security.selinux\n[ 0.233201] evm: security.SMACK64\n[ 0.233896] evm: security.SMACK64EXEC\n[ 0.234642] evm: security.SMACK64TRANSMUTE\n[ 0.235462] evm: security.SMACK64MMAP\n[ 0.236193] evm: security.ima\n[ 0.236820] evm: security.capability\n[ 0.237629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239454] pinctrl core: initialized pinctrl subsystem\n[ 0.240542] RTC time: 16:35:27, date: 12/03/18\n[ 0.241484] NET: Registered protocol family 16\n[ 0.252513] cpuidle: using governor ladder\n[ 0.264598] cpuidle: using governor menu\n[ 0.265407] PCCT header not found.\n[ 0.266165] ACPI: bus type PCI registered\n[ 0.266951] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.268164] PCI: Using configuration type 1 for base access\n[ 0.281565] ACPI: Added _OSI(Module Device)\n[ 0.282390] ACPI: Added _OSI(Processor Device)\n[ 0.283224] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.284227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.286717] ACPI: Interpreter enabled\n[ 0.287655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.289784] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.291999] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.294104] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.296207] ACPI: (supports S0 S5)\n[ 0.297200] ACPI: Using IOAPIC for interrupt routing\n[ 0.298271] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.301863] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.303110] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.304529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305901] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308452] acpiphp: Slot [3] registered\n[ 0.309355] acpiphp: Slot [4] registered\n[ 0.310214] acpiphp: Slot [5] registered\n[ 0.311078] acpiphp: Slot [6] registered\n[ 0.311974] acpiphp: Slot [7] registered\n[ 0.312857] acpiphp: Slot [8] registered\n[ 0.313703] acpiphp: Slot [9] registered\n[ 0.314546] acpiphp: Slot [10] registered\n[ 0.325235] acpiphp: Slot [11] registered\n[ 0.326152] acpiphp: Slot [12] registered\n[ 0.327023] acpiphp: Slot [13] registered\n[ 0.327923] acpiphp: Slot [14] registered\n[ 0.328815] acpiphp: Slot [15] registered\n[ 0.329716] acpiphp: Slot [16] registered\n[ 0.330613] acpiphp: Slot [17] registered\n[ 0.331478] acpiphp: Slot [18] registered\n[ 0.332396] acpiphp: Slot [19] registered\n[ 0.333322] acpiphp: Slot [20] registered\n[ 0.334195] acpiphp: Slot [21] registered\n[ 0.335089] acpiphp: Slot [22] registered\n[ 0.336039] acpiphp: Slot [23] registered\n[ 0.336904] acpiphp: Slot [24] registered\n[ 0.337862] acpiphp: Slot [25] registered\n[ 0.338755] acpiphp: Slot [26] registered\n[ 0.339726] acpiphp: Slot [27] registered\n[ 0.340683] acpiphp: Slot [28] registered\n[ 0.341675] acpiphp: Slot [29] registered\n[ 0.342650] acpiphp: Slot [30] registered\n[ 0.343842] acpiphp: Slot [31] registered\n[ 0.344821] PCI host bridge to bus 0000:00\n[ 0.345727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.347091] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.348446] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.350070] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.351692] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.358017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.359457] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.360815] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369239] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.370891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.419219] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.420871] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.422348] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.424078] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426558] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.427828] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.428965] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.430001] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.431504] vgaarb: loaded\n[ 0.432098] vgaarb: bridge control possible 0000:00:02.0\n[ 0.433566] SCSI subsystem initialized\n[ 0.434384] ACPI: bus type USB registered\n[ 0.435187] usbcore: registered new interface driver usbfs\n[ 0.436195] usbcore: registered new interface driver hub\n[ 0.437180] usbcore: registered new device driver usb\n[ 0.438248] PCI: Using ACPI for IRQ routing\n[ 0.439243] NetLabel: Initializing\n[ 0.439944] NetLabel: domain hash size = 128\n[ 0.440778] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.441705] NetLabel: unlabeled traffic allowed by default\n[ 0.442784] clocksource: Switched to clocksource kvm-clock\n[ 0.448623] AppArmor: AppArmor Filesystem Enabled\n[ 0.449559] pnp: PnP ACPI init\n[ 0.450479] pnp: PnP ACPI: found 5 devices\n[ 0.457197] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.458881] NET: Registered protocol family 2\n[ 0.459826] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.461067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.462239] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.463383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464438] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465578] NET: Registered protocol family 1\n[ 0.466426] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467503] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487185] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.505755] Trying to unpack rootfs image as initramfs...\n[ 0.555621] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569649] Scanning for low memory corruption every 60 seconds\n[ 0.570958] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.572095] audit: initializing netlink subsys (disabled)\n[ 0.573105] audit: type=2000 audit(1543854928.162:1): initialized\n[ 0.574389] Initialise system trusted keyring\n[ 0.575339] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576479] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578942] zbud: loaded\n[ 0.579686] VFS: Disk quotas dquot_6.6.0\n[ 0.580490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.582054] fuse init (API version 7.23)\n[ 0.582938] Key type big_key registered\n[ 0.583733] Allocating IMA MOK and blacklist keyrings.\n[ 0.584903] Key type asymmetric registered\n[ 0.585711] Asymmetric key parser 'x509' registered\n[ 0.586646] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.588136] io scheduler noop registered\n[ 0.588919] io scheduler deadline registered (default)\n[ 0.589894] io scheduler cfq registered\n[ 0.590720] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.591760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.593001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.594427] ACPI: Power Button [PWRF]\n[ 0.595299] GHES: HEST is not enabled!\n[ 0.613580] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.650677] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.653004] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.677157] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.679423] Linux agpgart interface v0.103\n[ 0.681683] brd: module loaded\n[ 0.683351] loop: module loaded\n[ 0.688240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.689675] GPT:90111 != 20971519\n[ 0.690347] GPT:Alternate GPT header not at the end of the disk.\n[ 0.691436] GPT:90111 != 20971519\n[ 0.692133] GPT: Use GNU Parted to correct GPT errors.\n[ 0.693096] vda: vda1 vda15\n[ 0.694568] scsi host0: ata_piix\n[ 0.695344] scsi host1: ata_piix\n[ 0.696046] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.697233] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.698820] libphy: Fixed MDIO Bus: probed\n[ 0.699621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.700548] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.702477] PPP generic driver version 2.4.2\n[ 0.703369] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.704583] ehci-pci: EHCI PCI platform driver\n[ 0.705442] ehci-platform: EHCI generic platform driver\n[ 0.706406] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.707512] ohci-pci: OHCI PCI platform driver\n[ 0.708364] ohci-platform: OHCI generic platform driver\n[ 0.709331] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.728255] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.729230] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.730644] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.731623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.732722] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.733912] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.735305] usb usb1: Product: UHCI Host Controller\n[ 0.736226] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.737340] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.738299] hub 1-0:1.0: USB hub found\n[ 0.739077] hub 1-0:1.0: 2 ports detected\n[ 0.739970] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.742058] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.743005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744009] mousedev: PS/2 mouse device common for all mice\n[ 0.745229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.746532] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.748262] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.749828] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.751470] i2c /dev entries driver\n[ 0.752524] device-mapper: uevent: version 1.0.3\n[ 0.753864] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.756073] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.758566] NET: Registered protocol family 10\n[ 0.759913] NET: Registered protocol family 17\n[ 0.761142] Key type dns_resolver registered\n[ 0.762564] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.764379] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.765916] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768279] registered taskstats version 1\n[ 0.769420] Loading compiled-in X.509 certificates\n[ 0.771084] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.773424] zswap: loaded using pool lzo/zbud\n[ 0.775093] Key type trusted registered\n[ 0.777034] Key type encrypted registered\n[ 0.778108] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.779426] ima: No TPM chip found, activating TPM-bypass!\n[ 0.780750] evm: HMAC attrs: 0x1\n[ 0.781872] Magic number: 14:986:589\n[ 0.782994] rtc_cmos 00:00: setting system clock to 2018-12-03 16:35:27 UTC (1543854927)\n[ 0.795211] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.796613] EDD information not available.\n[ 0.851928] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853784] Write protecting the kernel read-only data: 14336k\n[ 0.855571] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.857597] 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\n[ 0.924499] 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 2.56\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 2.76. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCpEilr7sq5GfHiaoKxz7RF8lYTAEPY5K+1RXQ3bvucVN0swkroBjC3BK9tLEnrd3Oqqa+h3eSMfJUQ3BW7DfI5A8s0tFhK0NARZvHUVN0f2lNcNN/aKqnRRmew6rVjihjX+ua/NaakP+o6A3czCOz5WabQCKW94zGHteDO8F8t6xmPCT2nMyoK5hFI4jQB0LIsIALU7C+q6SvEugFRIOBBCF8yB0wpLei+b0/Kid7Z/5eR4fUD5/StUuseluDmpVa38pxMRwDxtLkPFwRwXKE5pGlrcgUWOeQJOY2Sy024sm6LiLA/ADbQkrSfNRzKhoHPpMBZ+6YJI7SPaYkWTaE3 root@createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c\nssh-dss AAAAB3NzaC1kc3MAAACBAIBGmKMb+kfKNbtgICUqLgdzzzjEnPpaFa8raP8boaMzLMnQGZeAzfnxUO3jLHoFKjbEWDeYvbHxam6subbFb/jH1DpxHLfkqW2Wy4wcQYe6jhot5aqNBnkN/qSVSj+QQPRb1C4LU8qbRXdv6MMRTRCAsE3Lt/qZnH5MOyv+15oZAAAAFQCEuZUbDuiuWMO1XSFzwAgM5k93XwAAAIB3HR6FeZpBFP7r6uq/qRGmwXX2Hz6o27VmceWNx2LqN814v389jR+jgch9avvuIb1ew7j9wQYf4BBNDURzq2BDRvqUuT/xqXQwWnKquJ3w4YBenfl2MKjwGNVlccZcu+QEwVzzvWrnS6Eq6JMXprmbOppajpHfeMsHY7nLZTf2agAAAIAb85OE91WzVv2V11QUgM222/yYkLLH04gMlVObxuTIqx6Cz2cUG5rjOHwygEvSluzHM1sx79D4rg3pMLEp4HVkhtLSF140zs/5ddOk4mCGjPROh2/qiTczvsbMQaljRIYT23q/P4IZe4HmecNcGbd86cRsd9rClIHtKSo4/t+29Q== root@createinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c\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:fea1:859e/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-82bac7ea-3f20-42eb-a592-b85c5c5bd76c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.91 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c login: "} 2018-12-03 16:35:41,211 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730/action used request id req-ecd8e2e3-879e-42f3-849c-7d721564658e 2018-12-03 16:35:41,212 - create_instance - INFO - Deleting Port with ID - ab37dde7-8068-4244-aef3-1a2cc05e8387 2018-12-03 16:35:41,212 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm1-port 2018-12-03 16:35:41,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/ab37dde7-8068-4244-aef3-1a2cc05e8387 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:41,813 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42f0cea6-8d9a-4edd-bc67-4ad9b4529cb1 Date: Mon, 03 Dec 2018 16:35:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:35:41,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/ab37dde7-8068-4244-aef3-1a2cc05e8387 used request id req-42f0cea6-8d9a-4edd-bc67-4ad9b4529cb1 2018-12-03 16:35:41,813 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1 2018-12-03 16:35:41,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:42,008 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:35:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b2bfcfcd-584d-409b-a8dd-8cafa4bd67d8 x-compute-request-id: req-b2bfcfcd-584d-409b-a8dd-8cafa4bd67d8 Content-Type: application/json 2018-12-03 16:35:42,008 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d used request id req-b2bfcfcd-584d-409b-a8dd-8cafa4bd67d8 2018-12-03 16:35:42,009 - create_instance - INFO - Checking deletion status 2018-12-03 16:35:42,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:42,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f8c847f-4522-46d9-a4c6-5668bec147e0 x-compute-request-id: req-6f8c847f-4522-46d9-a4c6-5668bec147e0 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.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:02.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "191bc3cc-001f-42c9-a202-d7f35416742d", "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:41Z", "hostId": "9562d0ef716dfc7406cf9306a91d3ff3c0733d423fd2d6c1bec0da07", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1", "created": "2018-12-03T16:34:54Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:42,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d used request id req-6f8c847f-4522-46d9-a4c6-5668bec147e0 2018-12-03 16:35:42,207 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1] is - ACTIVE 2018-12-03 16:35:42,207 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:35:45,210 - create_instance - DEBUG - VM status query timeout in 296.798604965 2018-12-03 16:35:45,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:45,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34845940-5b2d-4b9a-9e31-e8c869f18096 x-compute-request-id: req-34845940-5b2d-4b9a-9e31-e8c869f18096 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.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:02.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "191bc3cc-001f-42c9-a202-d7f35416742d", "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:41Z", "hostId": "9562d0ef716dfc7406cf9306a91d3ff3c0733d423fd2d6c1bec0da07", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1", "created": "2018-12-03T16:34:54Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:45,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d used request id req-34845940-5b2d-4b9a-9e31-e8c869f18096 2018-12-03 16:35:45,458 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1] is - ACTIVE 2018-12-03 16:35:45,458 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:35:48,461 - create_instance - DEBUG - VM status query timeout in 293.547544003 2018-12-03 16:35:48,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:48,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b70e81f3-ca22-41b7-a92a-c4242debbb20 x-compute-request-id: req-b70e81f3-ca22-41b7-a92a-c4242debbb20 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.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:02.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "191bc3cc-001f-42c9-a202-d7f35416742d", "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:41Z", "hostId": "9562d0ef716dfc7406cf9306a91d3ff3c0733d423fd2d6c1bec0da07", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1", "created": "2018-12-03T16:34:54Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:48,562 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d used request id req-b70e81f3-ca22-41b7-a92a-c4242debbb20 2018-12-03 16:35:48,562 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1] is - ACTIVE 2018-12-03 16:35:48,562 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:35:51,565 - create_instance - DEBUG - VM status query timeout in 290.443523884 2018-12-03 16:35:51,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:51,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5abfe8e-d0fc-4d72-bc0e-aa6b8f48207e x-compute-request-id: req-c5abfe8e-d0fc-4d72-bc0e-aa6b8f48207e 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.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/191bc3cc-001f-42c9-a202-d7f35416742d", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:02.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "191bc3cc-001f-42c9-a202-d7f35416742d", "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:41Z", "hostId": "9562d0ef716dfc7406cf9306a91d3ff3c0733d423fd2d6c1bec0da07", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1", "created": "2018-12-03T16:34:54Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:51,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d used request id req-c5abfe8e-d0fc-4d72-bc0e-aa6b8f48207e 2018-12-03 16:35:51,818 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1] is - ACTIVE 2018-12-03 16:35:51,819 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:35:54,822 - create_instance - DEBUG - VM status query timeout in 287.187130928 2018-12-03 16:35:54,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e18463071d8c9ced758373633ce1ad348be13e2" 2018-12-03 16:35:54,871 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:35:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-40bd961d-14a5-43ce-bea5-11ff8b402628 x-compute-request-id: req-40bd961d-14a5-43ce-bea5-11ff8b402628 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 191bc3cc-001f-42c9-a202-d7f35416742d could not be found.", "code": 404}} 2018-12-03 16:35:54,871 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/191bc3cc-001f-42c9-a202-d7f35416742d used request id req-40bd961d-14a5-43ce-bea5-11ff8b402628 2018-12-03 16:35:54,871 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 191bc3cc-001f-42c9-a202-d7f35416742d could not be found. (HTTP 404) (Request-ID: req-40bd961d-14a5-43ce-bea5-11ff8b402628) 2018-12-03 16:35:54,872 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst1 2018-12-03 16:35:54,873 - create_instance - INFO - Deleting Port with ID - 42757814-3f57-4ebe-97d7-b2f092ef1ed0 2018-12-03 16:35:54,873 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-vm2-port 2018-12-03 16:35:54,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/42757814-3f57-4ebe-97d7-b2f092ef1ed0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:55,292 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8bc79253-1dcb-4eb8-879d-41ad7238ec25 Date: Mon, 03 Dec 2018 16:35:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:35:55,292 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/42757814-3f57-4ebe-97d7-b2f092ef1ed0 used request id req-8bc79253-1dcb-4eb8-879d-41ad7238ec25 2018-12-03 16:35:55,292 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2 2018-12-03 16:35:55,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:55,428 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:35: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-88e1ef70-5aea-401f-bc04-fa2b6e298413 x-compute-request-id: req-88e1ef70-5aea-401f-bc04-fa2b6e298413 Content-Type: application/json 2018-12-03 16:35:55,428 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 used request id req-88e1ef70-5aea-401f-bc04-fa2b6e298413 2018-12-03 16:35:55,428 - create_instance - INFO - Checking deletion status 2018-12-03 16:35:55,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:55,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35: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-a91a257e-ea54-4641-9e9d-119d5db7fa1b x-compute-request-id: req-a91a257e-ea54-4641-9e9d-119d5db7fa1b Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:85:9e", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:27.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "f8e68483-a75a-4d4e-b004-562c61535730", "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:55Z", "hostId": "447f8cc4ea3a3640e6291581ce254195b44e78256920ec646d3024d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2", "created": "2018-12-03T16:35:15Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:55,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 used request id req-a91a257e-ea54-4641-9e9d-119d5db7fa1b 2018-12-03 16:35:55,671 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2] is - ACTIVE 2018-12-03 16:35:55,671 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:35:58,675 - create_instance - DEBUG - VM status query timeout in 296.753990889 2018-12-03 16:35:58,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:35:59,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:35: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-581f59b3-c0c6-4557-a6da-36cda51cff88 x-compute-request-id: req-581f59b3-c0c6-4557-a6da-36cda51cff88 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:27.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "f8e68483-a75a-4d4e-b004-562c61535730", "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:55Z", "hostId": "447f8cc4ea3a3640e6291581ce254195b44e78256920ec646d3024d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2", "created": "2018-12-03T16:35:15Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:35:59,115 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 used request id req-581f59b3-c0c6-4557-a6da-36cda51cff88 2018-12-03 16:35:59,116 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2] is - ACTIVE 2018-12-03 16:35:59,116 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:36:02,119 - create_instance - DEBUG - VM status query timeout in 293.30953598 2018-12-03 16:36:02,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:36:02,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0bfbff5-b746-49e7-a14a-0622d2dec9f1 x-compute-request-id: req-f0bfbff5-b746-49e7-a14a-0622d2dec9f1 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f8e68483-a75a-4d4e-b004-562c61535730", "rel": "bookmark"}], "image": {"id": "d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "links": [{"href": "http://172.30.9.30:8774/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:35:27.000000", "flavor": {"id": "8d7b55cd-f271-4c4a-a81e-e7a77073c884", "links": [{"href": "http://172.30.9.30:8774/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884", "rel": "bookmark"}]}, "id": "f8e68483-a75a-4d4e-b004-562c61535730", "user_id": "e8a5b1bce7e3452991aa343988b2773d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:35:55Z", "hostId": "447f8cc4ea3a3640e6291581ce254195b44e78256920ec646d3024d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2", "created": "2018-12-03T16:35:15Z", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:36:02,551 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 used request id req-f0bfbff5-b746-49e7-a14a-0622d2dec9f1 2018-12-03 16:36:02,551 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2] is - ACTIVE 2018-12-03 16:36:02,552 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:36:05,555 - create_instance - DEBUG - VM status query timeout in 289.873748779 2018-12-03 16:36:05,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd469cec7beb1ecfe1303f7ffa7257c3055b6888" 2018-12-03 16:36:05,608 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-b6c7ef7c-9205-48c3-bb32-c2a3b765c0a2 x-compute-request-id: req-b6c7ef7c-9205-48c3-bb32-c2a3b765c0a2 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f8e68483-a75a-4d4e-b004-562c61535730 could not be found.", "code": 404}} 2018-12-03 16:36:05,609 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f8e68483-a75a-4d4e-b004-562c61535730 used request id req-b6c7ef7c-9205-48c3-bb32-c2a3b765c0a2 2018-12-03 16:36:05,609 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f8e68483-a75a-4d4e-b004-562c61535730 could not be found. (HTTP 404) (Request-ID: req-b6c7ef7c-9205-48c3-bb32-c2a3b765c0a2) 2018-12-03 16:36:05,609 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-inst2 2018-12-03 16:36:05,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ea774e83e25c9e82cadc83ec70dae46d0ba92bc" 2018-12-03 16:36:05,655 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-8e30c46a-bfc1-466a-a3db-012386f33329 x-compute-request-id: req-8e30c46a-bfc1-466a-a3db-012386f33329 Content-Length: 0 Content-Type: application/json 2018-12-03 16:36:05,656 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/8d7b55cd-f271-4c4a-a81e-e7a77073c884 used request id req-8e30c46a-bfc1-466a-a3db-012386f33329 2018-12-03 16:36:05,656 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router and port CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port1 2018-12-03 16:36:05,657 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router 2018-12-03 16:36:05,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/82b71309-ae05-4ddc-b953-3d120151f02a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" -d '{"port_id": "f1c0001d-a6df-41ea-b34e-a4b3245014f0"}' 2018-12-03 16:36:07,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-89881ce2-9a0e-4e3d-b25c-7b7938e072a8 Date: Mon, 03 Dec 2018 16:36:07 GMT RESP BODY: {"network_id": "f4b3520e-c3c8-4469-a93d-ee65c0676a2d", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "subnet_id": "705face7-fa73-46e5-bdf1-45ecca5dde9f", "subnet_ids": ["705face7-fa73-46e5-bdf1-45ecca5dde9f"], "port_id": "f1c0001d-a6df-41ea-b34e-a4b3245014f0", "id": "82b71309-ae05-4ddc-b953-3d120151f02a"} 2018-12-03 16:36:07,177 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/82b71309-ae05-4ddc-b953-3d120151f02a/remove_router_interface used request id req-89881ce2-9a0e-4e3d-b25c-7b7938e072a8 2018-12-03 16:36:07,178 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router and port CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-router-port2 2018-12-03 16:36:07,178 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router 2018-12-03 16:36:07,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/82b71309-ae05-4ddc-b953-3d120151f02a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" -d '{"port_id": "7469547a-792c-4f59-ab0e-6c32d73c67d7"}' 2018-12-03 16:36:08,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d9c4cd7e-819a-496a-b355-c8bd11643fbb Date: Mon, 03 Dec 2018 16:36:08 GMT RESP BODY: {"network_id": "51febb9f-596a-4b61-92c0-9036b60bead7", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "subnet_id": "a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a", "subnet_ids": ["a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a"], "port_id": "7469547a-792c-4f59-ab0e-6c32d73c67d7", "id": "82b71309-ae05-4ddc-b953-3d120151f02a"} 2018-12-03 16:36:08,754 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/82b71309-ae05-4ddc-b953-3d120151f02a/remove_router_interface used request id req-d9c4cd7e-819a-496a-b355-c8bd11643fbb 2018-12-03 16:36:08,755 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router 2018-12-03 16:36:08,755 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-pub-router 2018-12-03 16:36:08,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/82b71309-ae05-4ddc-b953-3d120151f02a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8493a2efa217c73204bb815dbed347035282dba5" 2018-12-03 16:36:11,726 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6c6e2c1f-c281-4ed4-bcaa-5caff1c3181e Content-Length: 0 Date: Mon, 03 Dec 2018 16:36:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:36:11,726 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/82b71309-ae05-4ddc-b953-3d120151f02a used request id req-6c6e2c1f-c281-4ed4-bcaa-5caff1c3181e 2018-12-03 16:36:11,727 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1 2018-12-03 16:36:11,727 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet1 2018-12-03 16:36:11,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/705face7-fa73-46e5-bdf1-45ecca5dde9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96117e0d74dd5f5fbac9b0a2aa8358e28425bba9" 2018-12-03 16:36:14,155 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3824e9ab-489a-434f-9974-80ee6c7a1ef0 Date: Mon, 03 Dec 2018 16:36:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:36:14,155 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/705face7-fa73-46e5-bdf1-45ecca5dde9f used request id req-3824e9ab-489a-434f-9974-80ee6c7a1ef0 2018-12-03 16:36:14,156 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net1 2018-12-03 16:36:14,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/f4b3520e-c3c8-4469-a93d-ee65c0676a2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96117e0d74dd5f5fbac9b0a2aa8358e28425bba9" 2018-12-03 16:36:15,304 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05b2ccb9-a482-41d1-856d-835c91ed070c Date: Mon, 03 Dec 2018 16:36:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:36:15,305 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/f4b3520e-c3c8-4469-a93d-ee65c0676a2d used request id req-05b2ccb9-a482-41d1-856d-835c91ed070c 2018-12-03 16:36:15,305 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2 2018-12-03 16:36:15,306 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-subnet2 2018-12-03 16:36:15,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46264d8bd5a6f1452df2c999fd448e2b5a0e4f82" 2018-12-03 16:36:17,632 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-90137028-0570-4315-b2a8-143a78b44ea1 Date: Mon, 03 Dec 2018 16:36:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:36:17,632 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/a64f32b7-2ce9-4cc1-ad07-8cf46f303c1a used request id req-90137028-0570-4315-b2a8-143a78b44ea1 2018-12-03 16:36:17,632 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-net2 2018-12-03 16:36:17,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/51febb9f-596a-4b61-92c0-9036b60bead7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46264d8bd5a6f1452df2c999fd448e2b5a0e4f82" 2018-12-03 16:36:18,831 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3dabc98c-f759-4117-b73b-ff6ff137aa74 Date: Mon, 03 Dec 2018 16:36:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:36:18,831 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/51febb9f-596a-4b61-92c0-9036b60bead7 used request id req-3dabc98c-f759-4117-b73b-ff6ff137aa74 2018-12-03 16:36:18,832 - neutron_utils - INFO - Deleting security group rule with ID - ace7c1c0-c08d-4b2c-9d9b-89244fd1693e 2018-12-03 16:36:18,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/ace7c1c0-c08d-4b2c-9d9b-89244fd1693e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:36:19,107 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5b0bc009-5fe0-4c7e-afad-254ebf2eb8b5 Content-Length: 0 Date: Mon, 03 Dec 2018 16:36:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:36:19,107 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/ace7c1c0-c08d-4b2c-9d9b-89244fd1693e used request id req-5b0bc009-5fe0-4c7e-afad-254ebf2eb8b5 2018-12-03 16:36:19,107 - neutron_utils - INFO - Deleting security group rule with ID - 8b113f50-a953-40a3-a694-5b29cb4ddb2e 2018-12-03 16:36:19,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/8b113f50-a953-40a3-a694-5b29cb4ddb2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:36:19,356 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61b34daa-99c4-4c69-b123-407de9e6f58c Content-Length: 0 Date: Mon, 03 Dec 2018 16:36:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:36:19,356 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/8b113f50-a953-40a3-a694-5b29cb4ddb2e used request id req-61b34daa-99c4-4c69-b123-407de9e6f58c 2018-12-03 16:36:19,356 - neutron_utils - INFO - Deleting security group rule with ID - 6ed25ca1-d5c3-449e-8e64-5ce9d59593e0 2018-12-03 16:36:19,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/6ed25ca1-d5c3-449e-8e64-5ce9d59593e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:36:19,593 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55049198-7841-472c-9c6b-286b61a9a14f Content-Length: 0 Date: Mon, 03 Dec 2018 16:36:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:36:19,593 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/6ed25ca1-d5c3-449e-8e64-5ce9d59593e0 used request id req-55049198-7841-472c-9c6b-286b61a9a14f 2018-12-03 16:36:19,593 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-82bac7ea-3f20-42eb-a592-b85c5c5bd76c-sec-grp 2018-12-03 16:36:19,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/96d150d1-0f9d-4526-bf6b-d36f8f973647 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9ea32f195bc07c213c95f096eef88dab82825d" 2018-12-03 16:36:19,720 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2848b1c2-25de-45fd-93c8-dad2345b4032 Content-Length: 0 Date: Mon, 03 Dec 2018 16:36:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:36:19,720 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/96d150d1-0f9d-4526-bf6b-d36f8f973647 used request id req-2848b1c2-25de-45fd-93c8-dad2345b4032 2018-12-03 16:36:19,721 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-afd1c0b1-09fa-4746-8496-14822538918d 2018-12-03 16:36:19,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}efe8a27f3ab88e9381eaa76300c2b348bebd6a11" 2018-12-03 16:36:21,677 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-91410ff9-ef80-4f39-bb55-fcb2b88a301c Date: Mon, 03 Dec 2018 16:36:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:36:21,678 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d9f60ab1-0453-4ea2-a830-ad5e64c7a8fa used request id req-91410ff9-ef80-4f39-bb55-fcb2b88a301c 2018-12-03 16:36:21,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:36:21,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-009f3900-4200-4162-a6ae-fbf2f86fc733 Date: Mon, 03 Dec 2018 16:36:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:23Z", "updated_at": "2018-12-03T16:34:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:23Z", "revision_number": 0, "id": "0c2193e3-cb18-422a-b7c4-d1ffb3c97161", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:23Z", "security_group_id": "7546cce6-a5e2-48ec-b5bc-54aec60ca4ba", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9dba15fac3214070969166c8aecd2b7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:23Z", "revision_number": 0, "id": "476bd47d-193c-41ef-86d7-edb012d3f563", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:23Z", "security_group_id": "7546cce6-a5e2-48ec-b5bc-54aec60ca4ba", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9dba15fac3214070969166c8aecd2b7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:23Z", "revision_number": 0, "id": "5a9475ce-04af-4e81-99d3-3f585c7bec32", "remote_group_id": "7546cce6-a5e2-48ec-b5bc-54aec60ca4ba", "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:23Z", "security_group_id": "7546cce6-a5e2-48ec-b5bc-54aec60ca4ba", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9dba15fac3214070969166c8aecd2b7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:34:23Z", "revision_number": 0, "id": "fb223bf2-1259-480d-854b-1edcd20e4591", "remote_group_id": "7546cce6-a5e2-48ec-b5bc-54aec60ca4ba", "remote_ip_prefix": null, "created_at": "2018-12-03T16:34:23Z", "security_group_id": "7546cce6-a5e2-48ec-b5bc-54aec60ca4ba", "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9dba15fac3214070969166c8aecd2b7c"}], "revision_number": 4, "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "7546cce6-a5e2-48ec-b5bc-54aec60ca4ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:36:21,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-009f3900-4200-4162-a6ae-fbf2f86fc733 2018-12-03 16:36:21,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:36:21,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5703f5e4-6943-42d6-8eb7-461792ed6d62 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:36:21,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-5703f5e4-6943-42d6-8eb7-461792ed6d62 2018-12-03 16:36:21,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:36:22,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed7e7b4b-7393-4be4-9ce8-9d92c35151bb Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:36:22,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-ed7e7b4b-7393-4be4-9ce8-9d92c35151bb 2018-12-03 16:36:22,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:36:22,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c14707b-9711-48ec-8fe0-430b1367ea4c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c"}, "enabled": true, "id": "9dba15fac3214070969166c8aecd2b7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-5c381035-f2e0-467-proj"}} 2018-12-03 16:36:22,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-8c14707b-9711-48ec-8fe0-430b1367ea4c 2018-12-03 16:36:22,161 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7546cce6-a5e2-48ec-b5bc-54aec60ca4ba 2018-12-03 16:36:22,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7546cce6-a5e2-48ec-b5bc-54aec60ca4ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:36:22,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3699afd7-6461-45f8-b94b-10c7c72f85f9 Date: Mon, 03 Dec 2018 16:36: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-12-03T16:34:23Z", "security_group_id": "7546cce6-a5e2-48ec-b5bc-54aec60ca4ba", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:23Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "0c2193e3-cb18-422a-b7c4-d1ffb3c97161"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:34:23Z", "security_group_id": "7546cce6-a5e2-48ec-b5bc-54aec60ca4ba", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:23Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "476bd47d-193c-41ef-86d7-edb012d3f563"}, {"remote_group_id": "7546cce6-a5e2-48ec-b5bc-54aec60ca4ba", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:34:23Z", "security_group_id": "7546cce6-a5e2-48ec-b5bc-54aec60ca4ba", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:23Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "5a9475ce-04af-4e81-99d3-3f585c7bec32"}, {"remote_group_id": "7546cce6-a5e2-48ec-b5bc-54aec60ca4ba", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:34:23Z", "security_group_id": "7546cce6-a5e2-48ec-b5bc-54aec60ca4ba", "port_range_min": null, "revision_number": 0, "tenant_id": "9dba15fac3214070969166c8aecd2b7c", "created_at": "2018-12-03T16:34:23Z", "project_id": "9dba15fac3214070969166c8aecd2b7c", "id": "fb223bf2-1259-480d-854b-1edcd20e4591"}]} 2018-12-03 16:36:22,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7546cce6-a5e2-48ec-b5bc-54aec60ca4ba used request id req-3699afd7-6461-45f8-b94b-10c7c72f85f9 2018-12-03 16:36:22,328 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:36:22,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/7546cce6-a5e2-48ec-b5bc-54aec60ca4ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:36:22,617 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-158033dc-7e18-40d8-b057-ac8f405fdf89 Content-Length: 0 Date: Mon, 03 Dec 2018 16:36:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:36:22,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/7546cce6-a5e2-48ec-b5bc-54aec60ca4ba used request id req-158033dc-7e18-40d8-b057-ac8f405fdf89 2018-12-03 16:36:22,618 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-5c381035-f2e0-467-proj 2018-12-03 16:36:22,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:36:22,819 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:36:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f280e757-7078-4a5b-b941-2fa54eacd5d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:36:22,819 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/9dba15fac3214070969166c8aecd2b7c used request id req-f280e757-7078-4a5b-b941-2fa54eacd5d8 2018-12-03 16:36:22,819 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-5c381035-f2e0-467-proj-role 2018-12-03 16:36:22,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/da56c95b1e49458285e234e2a1b5f728 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:36:23,013 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:36:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-334a5f2d-7f1f-4f79-86ec-6ad08f16ec8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:36:23,013 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/da56c95b1e49458285e234e2a1b5f728 used request id req-334a5f2d-7f1f-4f79-86ec-6ad08f16ec8d 2018-12-03 16:36:23,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214104f7290f5d03766a9bbfb0e1e20b79c472a" 2018-12-03 16:36:23,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-894833d5-a011-41ec-ae17-138236fa4a0c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:36:23,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-894833d5-a011-41ec-ae17-138236fa4a0c 2018-12-03 16:36:23,109 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-5c381035-f2e0-467-user 2018-12-03 16:36:23,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/e8a5b1bce7e3452991aa343988b2773d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6aeb29bee791ca7ba8219e84957b3f9f3c7d710" 2018-12-03 16:36:23,334 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:36:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29a03fc7-ca4c-4efa-bb6a-7a1b9a754421 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:36:23,334 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e8a5b1bce7e3452991aa343988b2773d used request id req-29a03fc7-ca4c-4efa-bb6a-7a1b9a754421 2018-12-03 16:36:23,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:36:23,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:36:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["7xHOFg4oTqyG4h4JqvDa7Q"], "issued_at": "2018-12-03T16:36:23.000000Z"}} 2018-12-03 16:36:23,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bb49d094a7e06a4adc7285165ec6939f22a4747" 2018-12-03 16:36:23,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3d1e2d3-8ad5-40b2-aa5f-fd99a6a5fa88 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:36:23,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f3d1e2d3-8ad5-40b2-aa5f-fd99a6a5fa88 2018-12-03 16:36:23,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:36:23,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:36:24,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:36:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["G5zGYjWmTcygTcAIK0-peg"], "issued_at": "2018-12-03T16:36:24.000000Z"}} 2018-12-03 16:36:24,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" 2018-12-03 16:36:24,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-062b4221-6f5c-4048-a97d-6ad3110fbc81 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:36:24,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-062b4221-6f5c-4048-a97d-6ad3110fbc81 2018-12-03 16:36:24,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:36:24,368 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:36: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:36:24,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-62012683-c79c-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" 2018-12-03 16:36:24,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a0aa549-4717-4957-937d-c8d39b6d4026 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-62012683-c79c-466-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:36:24,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-62012683-c79c-466-proj used request id req-1a0aa549-4717-4957-937d-c8d39b6d4026 2018-12-03 16:36:24,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" 2018-12-03 16:36:24,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb24e6e3-59c6-4660-aa85-bf8c597cf5c4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:36:24,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-cb24e6e3-59c6-4660-aa85-bf8c597cf5c4 2018-12-03 16:36:24,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-62012683-c79c-466-proj"}}' 2018-12-03 16:36:24,665 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:36:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ad88713-5585-4e0b-8c4a-465d608bbc8f Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4d863393f13141199c3b28542598ccb9"}, "enabled": true, "id": "4d863393f13141199c3b28542598ccb9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-62012683-c79c-466-proj"}} 2018-12-03 16:36:24,666 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5ad88713-5585-4e0b-8c4a-465d608bbc8f 2018-12-03 16:36:24,666 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-62012683-c79c-466-proj 2018-12-03 16:36:24,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:36:24,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:36:25,041 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:36:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["xUuaGfG4Rt-0seL9D3YHjA"], "issued_at": "2018-12-03T16:36:25.000000Z"}} 2018-12-03 16:36:25,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ebb11abc6858ddd142ae074df1a762e5819954" 2018-12-03 16:36:25,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fff7f71-40e4-4354-a600-2c2a71013876 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:36:25,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5fff7f71-40e4-4354-a600-2c2a71013876 2018-12-03 16:36:25,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:36:25,141 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:36: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:36:25,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ebb11abc6858ddd142ae074df1a762e5819954" 2018-12-03 16:36:25,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eed31d5-cf52-43b4-9c60-c9e22a832e41 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:36:25,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6eed31d5-cf52-43b4-9c60-c9e22a832e41 2018-12-03 16:36:25,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstanceSimpleTests-62012683-c79c-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ebb11abc6858ddd142ae074df1a762e5819954" 2018-12-03 16:36:25,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-797dfe46-f83f-4f1a-9d6c-02bbe851c153 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstanceSimpleTests-62012683-c79c-466-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4d863393f13141199c3b28542598ccb9"}, "enabled": true, "id": "4d863393f13141199c3b28542598ccb9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-62012683-c79c-466-proj"}]} 2018-12-03 16:36:25,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstanceSimpleTests-62012683-c79c-466-proj used request id req-797dfe46-f83f-4f1a-9d6c-02bbe851c153 2018-12-03 16:36:25,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ebb11abc6858ddd142ae074df1a762e5819954" 2018-12-03 16:36:25,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e861d8cf-64f2-407c-bc40-6fe2302f4ae9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:36:25,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-e861d8cf-64f2-407c-bc40-6fe2302f4ae9 2018-12-03 16:36:25,726 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-62012683-c79c-466-user 2018-12-03 16:36:25,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:36:25,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" 2018-12-03 16:36:25,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01766583-d573-4e90-9fac-12a91a958b7c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:36:25,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-01766583-d573-4e90-9fac-12a91a958b7c 2018-12-03 16:36:25,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" -d '{"role": {"name": "CreateInstanceSimpleTests-62012683-c79c-466-proj-role"}}' 2018-12-03 16:36:25,942 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:36:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ac86799-d4fe-496f-9358-741bed514429 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5894b6645cfc4b2b8bad4cb7abab3f07", "links": {"self": "http://172.30.9.30:5000/v3/roles/5894b6645cfc4b2b8bad4cb7abab3f07"}, "name": "CreateInstanceSimpleTests-62012683-c79c-466-proj-role"}} 2018-12-03 16:36:25,942 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-3ac86799-d4fe-496f-9358-741bed514429 2018-12-03 16:36:25,942 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-62012683-c79c-466-proj-role 2018-12-03 16:36:25,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/5894b6645cfc4b2b8bad4cb7abab3f07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" 2018-12-03 16:36:25,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04bc0b64-dce7-403d-a348-b4a315f4cd39 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/5894b6645cfc4b2b8bad4cb7abab3f07"}, "domain_id": null, "name": "CreateInstanceSimpleTests-62012683-c79c-466-proj-role", "id": "5894b6645cfc4b2b8bad4cb7abab3f07"}} 2018-12-03 16:36:25,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/5894b6645cfc4b2b8bad4cb7abab3f07 used request id req-04bc0b64-dce7-403d-a348-b4a315f4cd39 2018-12-03 16:36:25,962 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-62012683-c79c-466-proj-role to project CreateInstanceSimpleTests-62012683-c79c-466-proj 2018-12-03 16:36:25,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/4d863393f13141199c3b28542598ccb9/users/451a06aeb9a44d43a94cfd5f255f4bd4/roles/5894b6645cfc4b2b8bad4cb7abab3f07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" 2018-12-03 16:36:26,093 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:36:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f90641d-fb9f-43e3-9c9a-74bfe0d07155 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:36:26,093 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4d863393f13141199c3b28542598ccb9/users/451a06aeb9a44d43a94cfd5f255f4bd4/roles/5894b6645cfc4b2b8bad4cb7abab3f07 used request id req-4f90641d-fb9f-43e3-9c9a-74bfe0d07155 2018-12-03 16:36:26,093 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:36:26,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:36:26,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:36:26,096 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:36:26,096 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:36:26,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:36:26,475 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5894b6645cfc4b2b8bad4cb7abab3f07", "name": "CreateInstanceSimpleTests-62012683-c79c-466-proj-role"}], "expires_at": "2018-12-03T17:36:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d863393f13141199c3b28542598ccb9", "name": "CreateInstanceSimpleTests-62012683-c79c-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4d863393f13141199c3b28542598ccb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4d863393f13141199c3b28542598ccb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4d863393f13141199c3b28542598ccb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4d863393f13141199c3b28542598ccb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4d863393f13141199c3b28542598ccb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4d863393f13141199c3b28542598ccb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4d863393f13141199c3b28542598ccb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4d863393f13141199c3b28542598ccb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4d863393f13141199c3b28542598ccb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4d863393f13141199c3b28542598ccb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4d863393f13141199c3b28542598ccb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4d863393f13141199c3b28542598ccb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-62012683-c79c-466-user", "id": "451a06aeb9a44d43a94cfd5f255f4bd4"}, "audit_ids": ["jS727KpTS7SvYJkd213GlQ"], "issued_at": "2018-12-03T16:36:26.000000Z"}} 2018-12-03 16:36:26,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1066009c0496000deb929c33467545726816f5c4" 2018-12-03 16:36:26,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-779c196a-6ca0-4717-9dc5-75d81ea91ef2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:36:26,542 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-779c196a-6ca0-4717-9dc5-75d81ea91ef2 2018-12-03 16:36:26,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1066009c0496000deb929c33467545726816f5c4" 2018-12-03 16:36:26,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-401bd7ba-0d6e-4ca9-b41b-3e4d5c3e90eb Date: Mon, 03 Dec 2018 16:36:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image"} 2018-12-03 16:36:26,806 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image used request id req-401bd7ba-0d6e-4ca9-b41b-3e4d5c3e90eb 2018-12-03 16:36:26,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1066009c0496000deb929c33467545726816f5c4" 2018-12-03 16:36:26,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b3508206-4559-4453-b445-05fc1f848b0c Date: Mon, 03 Dec 2018 16:36: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-12-03 16:36:26,951 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-b3508206-4559-4453-b445-05fc1f848b0c 2018-12-03 16:36:26,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1066009c0496000deb929c33467545726816f5c4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image"}' 2018-12-03 16:36:27,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a X-Openstack-Request-Id: req-4b457044-531d-4f9d-bae3-c82bf0361e9d Date: Mon, 03 Dec 2018 16:36:27 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:36:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:36:27Z", "visibility": "shared", "locations": [], "self": "/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "min_disk": 0, "protected": false, "id": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "file": "/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a/file", "checksum": null, "owner": "4d863393f13141199c3b28542598ccb9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:36:27,188 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-4b457044-531d-4f9d-bae3-c82bf0361e9d 2018-12-03 16:36:27,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1066009c0496000deb929c33467545726816f5c4" -d '' 2018-12-03 16:36:29,448 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c995418-6bb6-4969-a79d-b4803ceb4f06 Date: Mon, 03 Dec 2018 16:36:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:36:29,448 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a/file used request id req-5c995418-6bb6-4969-a79d-b4803ceb4f06 2018-12-03 16:36:29,449 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:36:29,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1066009c0496000deb929c33467545726816f5c4" 2018-12-03 16:36:29,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-a107ed88-fb10-4f8b-9020-9bb9fde78aaf Date: Mon, 03 Dec 2018 16:36:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:36:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:36:29Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a/snap", "metadata": {}}], "self": "/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "min_disk": 0, "protected": false, "id": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "file": "/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4d863393f13141199c3b28542598ccb9", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:36:29,610 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a used request id req-a107ed88-fb10-4f8b-9020-9bb9fde78aaf 2018-12-03 16:36:29,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1066009c0496000deb929c33467545726816f5c4" 2018-12-03 16:36:29,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a1792e93-214d-4e7b-8cc9-14c9f4f0c2c6 Date: Mon, 03 Dec 2018 16:36: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-12-03 16:36:29,621 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-a1792e93-214d-4e7b-8cc9-14c9f4f0c2c6 2018-12-03 16:36:29,624 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image 2018-12-03 16:36:29,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1066009c0496000deb929c33467545726816f5c4" 2018-12-03 16:36:29,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-7a2b541f-76f3-422f-9aa7-4af108af8e24 Date: Mon, 03 Dec 2018 16:36:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:36:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:36:29Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a/snap", "metadata": {}}], "self": "/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "min_disk": 0, "protected": false, "id": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "file": "/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4d863393f13141199c3b28542598ccb9", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:36:29,786 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a used request id req-7a2b541f-76f3-422f-9aa7-4af108af8e24 2018-12-03 16:36:29,787 - create_image - DEBUG - Instance status is - active 2018-12-03 16:36:29,787 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image 2018-12-03 16:36:29,787 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image 2018-12-03 16:36:29,787 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:36:29,788 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:36:30,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:36:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["beT_cQseTjOvhYLfBCd1lA"], "issued_at": "2018-12-03T16:36:30.000000Z"}} 2018-12-03 16:36:30,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf497625e11f81ad68baeafb50a6e6119f52b11" 2018-12-03 16:36:30,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f3aa04a-500e-4feb-bef6-412eef13b38f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:36:30,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9f3aa04a-500e-4feb-bef6-412eef13b38f 2018-12-03 16:36:30,257 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:36:30,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf497625e11f81ad68baeafb50a6e6119f52b11" 2018-12-03 16:36:30,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36: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-f6ca30ec-94bc-4c20-adca-ef3f3f05615e x-compute-request-id: req-f6ca30ec-94bc-4c20-adca-ef3f3f05615e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:36:30,443 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f6ca30ec-94bc-4c20-adca-ef3f3f05615e 2018-12-03 16:36:30,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf497625e11f81ad68baeafb50a6e6119f52b11" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-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-12-03 16:36:30,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36: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-319c770f-d84e-4ec8-83f0-36af9ec5be50 x-compute-request-id: req-319c770f-d84e-4ec8-83f0-36af9ec5be50 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "83bec511-253d-4e56-8549-d4d7f6808254", "name": "CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:36:30,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-319c770f-d84e-4ec8-83f0-36af9ec5be50 2018-12-03 16:36:30,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:36:30,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:36:30,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:36:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["qIaQlEqYQwGCW8uXDGgPcQ"], "issued_at": "2018-12-03T16:36:30.000000Z"}} 2018-12-03 16:36:30,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd21918e8abb86d000ae1eb037d9b5db47ceb4c2" 2018-12-03 16:36:30,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40713388-9683-49fe-9d8c-e0c7337b76fe Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:36:30,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-40713388-9683-49fe-9d8c-e0c7337b76fe 2018-12-03 16:36:30,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd21918e8abb86d000ae1eb037d9b5db47ceb4c2" 2018-12-03 16:36:31,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3b7ec564-c823-41cc-88c2-f970f5e4d278 Date: Mon, 03 Dec 2018 16:36:31 GMT RESP BODY: {"networks":[]} 2018-12-03 16:36:31,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net used request id req-3b7ec564-c823-41cc-88c2-f970f5e4d278 2018-12-03 16:36:31,138 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net 2018-12-03 16:36:31,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd21918e8abb86d000ae1eb037d9b5db47ceb4c2" -d '{"network": {"name": "CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net", "admin_state_up": true}}' 2018-12-03 16:36:31,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-ed7aa850-343d-4cd7-9621-695b994eec82 Date: Mon, 03 Dec 2018 16:36:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"da5b2281-9749-4091-95fc-94b9b581a2f9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:36:31Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:31Z","mtu":1450}} 2018-12-03 16:36:31,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-ed7aa850-343d-4cd7-9621-695b994eec82 2018-12-03 16:36:31,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd21918e8abb86d000ae1eb037d9b5db47ceb4c2" 2018-12-03 16:36:31,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-f6ea8b53-83f7-4621-8153-e21a2d9bcae8 Date: Mon, 03 Dec 2018 16:36:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da5b2281-9749-4091-95fc-94b9b581a2f9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:36:31Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:31Z","provider:network_type":"vxlan"}]} 2018-12-03 16:36:31,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-f6ea8b53-83f7-4621-8153-e21a2d9bcae8 2018-12-03 16:36:31,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd21918e8abb86d000ae1eb037d9b5db47ceb4c2" 2018-12-03 16:36:32,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dbdbc2f4-d9eb-4667-941a-39dea84f9def Date: Mon, 03 Dec 2018 16:36:32 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:36:32,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-dbdbc2f4-d9eb-4667-941a-39dea84f9def 2018-12-03 16:36:32,116 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet 2018-12-03 16:36:32,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd21918e8abb86d000ae1eb037d9b5db47ceb4c2" -d '{"subnets": [{"ip_version": 4, "network_id": "da5b2281-9749-4091-95fc-94b9b581a2f9", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet"}]}' 2018-12-03 16:36:32,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-57063101-c556-4af0-8d28-7f27edd0c484 Date: Mon, 03 Dec 2018 16:36:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:36:32Z","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":"e7db44589aed46ada30f0de826785caf","id":"13d37fad-054e-45ef-9df5-59b87e49d28b","subnetpool_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet"}]} 2018-12-03 16:36:32,802 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-57063101-c556-4af0-8d28-7f27edd0c484 2018-12-03 16:36:32,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd21918e8abb86d000ae1eb037d9b5db47ceb4c2" 2018-12-03 16:36:33,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-cbf5560f-28b7-47ea-a61d-4c6ef9d51aa5 Date: Mon, 03 Dec 2018 16:36:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"da5b2281-9749-4091-95fc-94b9b581a2f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["13d37fad-054e-45ef-9df5-59b87e49d28b"],"description":"","tags":[],"updated_at":"2018-12-03T16:36:32Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:31Z","provider:network_type":"vxlan"}]} 2018-12-03 16:36:33,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-cbf5560f-28b7-47ea-a61d-4c6ef9d51aa5 2018-12-03 16:36:33,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd21918e8abb86d000ae1eb037d9b5db47ceb4c2" 2018-12-03 16:36:33,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-785c63d0-ad9d-4dbe-83c2-9ea1271f1919 Date: Mon, 03 Dec 2018 16:36:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:36:32Z","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":"e7db44589aed46ada30f0de826785caf","id":"13d37fad-054e-45ef-9df5-59b87e49d28b","subnetpool_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet"}]} 2018-12-03 16:36:33,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-785c63d0-ad9d-4dbe-83c2-9ea1271f1919 2018-12-03 16:36:33,271 - OpenStackNetwork - DEBUG - Network [da5b2281-9749-4091-95fc-94b9b581a2f9] created successfully 2018-12-03 16:36:33,272 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:36:33,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:36:33,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:36:33,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:36:33,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:36:33,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:36:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["r5-pTFbCQhOvVbog3-T3Lg"], "issued_at": "2018-12-03T16:36:33.000000Z"}} 2018-12-03 16:36:33,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2ef2d227ec7a098be2d934d9084aabd60c4cae" 2018-12-03 16:36:33,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f394e0e4-3771-4b5b-a1cd-11cc6908cc7e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:36:33,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f394e0e4-3771-4b5b-a1cd-11cc6908cc7e 2018-12-03 16:36:33,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:36:33,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:36:34,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:36:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["f7h4nSiJTU2Fken9CFLR9w"], "issued_at": "2018-12-03T16:36:34.000000Z"}} 2018-12-03 16:36:34,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:34,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2f2e5a9-8e20-4785-a35d-754a0717a8d2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:36:34,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e2f2e5a9-8e20-4785-a35d-754a0717a8d2 2018-12-03 16:36:34,210 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:36:34,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:34,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8de17d0-7298-45d6-b7d8-cf4cdc56d7fc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:36:34,290 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d8de17d0-7298-45d6-b7d8-cf4cdc56d7fc 2018-12-03 16:36:34,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:34,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-1fb187ae-c0d9-4f4b-9674-df7bea7efb10 Date: Mon, 03 Dec 2018 16:36:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"da5b2281-9749-4091-95fc-94b9b581a2f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["13d37fad-054e-45ef-9df5-59b87e49d28b"],"description":"","tags":[],"updated_at":"2018-12-03T16:36:32Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:31Z","provider:network_type":"vxlan"}]} 2018-12-03 16:36:34,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net used request id req-1fb187ae-c0d9-4f4b-9674-df7bea7efb10 2018-12-03 16:36:34,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:36:34,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:36: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:36:34,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:34,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-838f3c88-5934-410f-b16a-574cf7f1ec7f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:36:34,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-838f3c88-5934-410f-b16a-574cf7f1ec7f 2018-12-03 16:36:34,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:34,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f5fa0e4a-fce4-4b2c-9b5c-52058fecbcc4 Date: Mon, 03 Dec 2018 16:36:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:36:32Z","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":"e7db44589aed46ada30f0de826785caf","id":"13d37fad-054e-45ef-9df5-59b87e49d28b","subnetpool_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet"}]} 2018-12-03 16:36:34,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-f5fa0e4a-fce4-4b2c-9b5c-52058fecbcc4 2018-12-03 16:36:34,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9&name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:35,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ea6246a8-78af-44b5-a715-a816630cf8b6 Date: Mon, 03 Dec 2018 16:36:35 GMT RESP BODY: {"ports":[]} 2018-12-03 16:36:35,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9&name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-port&admin_state_up=True used request id req-ea6246a8-78af-44b5-a715-a816630cf8b6 2018-12-03 16:36:35,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:35,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36: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-5b26d556-aa0c-4155-a135-f8ff95a89906 x-compute-request-id: req-5b26d556-aa0c-4155-a135-f8ff95a89906 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:36:35,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst used request id req-5b26d556-aa0c-4155-a135-f8ff95a89906 2018-12-03 16:36:35,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:35,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a556cd25-4006-4822-b2e7-5cce4a6f28a7 Date: Mon, 03 Dec 2018 16:36:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"da5b2281-9749-4091-95fc-94b9b581a2f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["13d37fad-054e-45ef-9df5-59b87e49d28b"],"description":"","tags":[],"updated_at":"2018-12-03T16:36:32Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:31Z","provider:network_type":"vxlan"}]} 2018-12-03 16:36:35,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net used request id req-a556cd25-4006-4822-b2e7-5cce4a6f28a7 2018-12-03 16:36:35,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:35,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d76b3ee-7100-46d5-a285-abfe9f0f5a57 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:36:35,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-4d76b3ee-7100-46d5-a285-abfe9f0f5a57 2018-12-03 16:36:35,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:36,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-eaf197af-8816-414e-ae3d-2d1bc91b5315 Date: Mon, 03 Dec 2018 16:36:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:36:32Z","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":"e7db44589aed46ada30f0de826785caf","id":"13d37fad-054e-45ef-9df5-59b87e49d28b","subnetpool_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet"}]} 2018-12-03 16:36:36,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-eaf197af-8816-414e-ae3d-2d1bc91b5315 2018-12-03 16:36:36,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9&name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:36,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a94c6542-6bb8-4f66-a2a1-30e4b93bc590 Date: Mon, 03 Dec 2018 16:36:36 GMT RESP BODY: {"ports":[]} 2018-12-03 16:36:36,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9&name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-port&admin_state_up=True used request id req-a94c6542-6bb8-4f66-a2a1-30e4b93bc590 2018-12-03 16:36:36,192 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:36:36,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:36:36,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:36:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["sNHBng6iRfikPVBeK9Nhrg"], "issued_at": "2018-12-03T16:36:36.000000Z"}} 2018-12-03 16:36:36,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e99836e1bdbbb06238036fc2b8656a763f9790b" 2018-12-03 16:36:36,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f0b3e61-dff5-4d3e-a38c-3eab4b652f38 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:36:36,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3f0b3e61-dff5-4d3e-a38c-3eab4b652f38 2018-12-03 16:36:36,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:36,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d2172910-fa30-4f76-8167-506b8012dfb3 Date: Mon, 03 Dec 2018 16:36:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"da5b2281-9749-4091-95fc-94b9b581a2f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["13d37fad-054e-45ef-9df5-59b87e49d28b"],"description":"","tags":[],"updated_at":"2018-12-03T16:36:32Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:31Z","provider:network_type":"vxlan"}]} 2018-12-03 16:36:36,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net used request id req-d2172910-fa30-4f76-8167-506b8012dfb3 2018-12-03 16:36:36,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:37,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d04025f7-f811-40d9-8a8f-c0a02e1c1ef0 Date: Mon, 03 Dec 2018 16:36:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:36:32Z","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":"e7db44589aed46ada30f0de826785caf","id":"13d37fad-054e-45ef-9df5-59b87e49d28b","subnetpool_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet"}]} 2018-12-03 16:36:37,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-d04025f7-f811-40d9-8a8f-c0a02e1c1ef0 2018-12-03 16:36:37,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:37,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-410aa848-df7a-4123-abe6-429321d48ce1 Date: Mon, 03 Dec 2018 16:36:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"da5b2281-9749-4091-95fc-94b9b581a2f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["13d37fad-054e-45ef-9df5-59b87e49d28b"],"description":"","tags":[],"updated_at":"2018-12-03T16:36:32Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:31Z","provider:network_type":"vxlan"}]} 2018-12-03 16:36:37,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net used request id req-410aa848-df7a-4123-abe6-429321d48ce1 2018-12-03 16:36:37,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:36:37,346 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:36:37,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e99836e1bdbbb06238036fc2b8656a763f9790b" 2018-12-03 16:36:37,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af4559b4-7887-4a83-aa05-9106ab765d3d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:36:37,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-af4559b4-7887-4a83-aa05-9106ab765d3d 2018-12-03 16:36:37,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:37,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-741cd539-3fca-4de4-91cf-9f664a68a4ab Date: Mon, 03 Dec 2018 16:36:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:36:32Z","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":"e7db44589aed46ada30f0de826785caf","id":"13d37fad-054e-45ef-9df5-59b87e49d28b","subnetpool_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet"}]} 2018-12-03 16:36:37,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-741cd539-3fca-4de4-91cf-9f664a68a4ab 2018-12-03 16:36:37,644 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net 2018-12-03 16:36:37,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" -d '{"port": {"network_id": "da5b2281-9749-4091-95fc-94b9b581a2f9", "name": "CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-port", "admin_state_up": true}}' 2018-12-03 16:36:38,652 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-8d7b8071-2036-4736-9386-2f7871539afe Date: Mon, 03 Dec 2018 16:36:38 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:38Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.11"}],"id":"6dad6d67-5f09-4f75-b130-dcc8380546ec","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5f:74:ae","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-port","project_id":"e7db44589aed46ada30f0de826785caf","qos_policy_id":null,"admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:37Z","binding:vnic_type":"normal"}} 2018-12-03 16:36:38,652 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-8d7b8071-2036-4736-9386-2f7871539afe 2018-12-03 16:36:38,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:38,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-8e911ba6-213e-4f26-9ac9-bec735120f94 Date: Mon, 03 Dec 2018 16:36:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"da5b2281-9749-4091-95fc-94b9b581a2f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["13d37fad-054e-45ef-9df5-59b87e49d28b"],"description":"","tags":[],"updated_at":"2018-12-03T16:36:32Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:31Z","provider:network_type":"vxlan"}]} 2018-12-03 16:36:38,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net used request id req-8e911ba6-213e-4f26-9ac9-bec735120f94 2018-12-03 16:36:38,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:38,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c465c61-8509-4cb3-9c11-b5f3c41b7c1f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:36:38,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-1c465c61-8509-4cb3-9c11-b5f3c41b7c1f 2018-12-03 16:36:38,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:38,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-df3f0ea8-be20-4f3f-9116-36fd47d35bbf Date: Mon, 03 Dec 2018 16:36:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:36:32Z","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":"e7db44589aed46ada30f0de826785caf","id":"13d37fad-054e-45ef-9df5-59b87e49d28b","subnetpool_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet"}]} 2018-12-03 16:36:38,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-df3f0ea8-be20-4f3f-9116-36fd47d35bbf 2018-12-03 16:36:38,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9&name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:39,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-77bc1c49-baed-42e4-a8d9-aa2c488d7386 Date: Mon, 03 Dec 2018 16:36:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:38Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.11"}],"id":"6dad6d67-5f09-4f75-b130-dcc8380546ec","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5f:74:ae","project_id":"e7db44589aed46ada30f0de826785caf","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-port","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:37Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:36:39,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9&name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-port&admin_state_up=True used request id req-77bc1c49-baed-42e4-a8d9-aa2c488d7386 2018-12-03 16:36:39,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:39,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f509417b-935a-4e70-8f1e-04f6d443f17f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:36:39,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-f509417b-935a-4e70-8f1e-04f6d443f17f 2018-12-03 16:36:39,178 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst 2018-12-03 16:36:39,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:39,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36: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-2c55ae2a-36be-4e10-9682-30efb70637e8 x-compute-request-id: req-2c55ae2a-36be-4e10-9682-30efb70637e8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "83bec511-253d-4e56-8549-d4d7f6808254", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-flavor-name"}]} 2018-12-03 16:36:39,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-2c55ae2a-36be-4e10-9682-30efb70637e8 2018-12-03 16:36:39,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/83bec511-253d-4e56-8549-d4d7f6808254 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:39,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36: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-a30b86a8-03eb-45d8-a66e-1a688928e871 x-compute-request-id: req-a30b86a8-03eb-45d8-a66e-1a688928e871 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "83bec511-253d-4e56-8549-d4d7f6808254", "name": "CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:36:39,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/83bec511-253d-4e56-8549-d4d7f6808254 used request id req-a30b86a8-03eb-45d8-a66e-1a688928e871 2018-12-03 16:36:39,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:39,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-da4c165e-b73d-4b16-8bd8-efe5ff7111e6 Date: Mon, 03 Dec 2018 16:36:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:36:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:36:29Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a/snap", "metadata": {}}], "self": "/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "min_disk": 0, "protected": false, "id": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "file": "/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4d863393f13141199c3b28542598ccb9", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image"} 2018-12-03 16:36:39,404 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image used request id req-da4c165e-b73d-4b16-8bd8-efe5ff7111e6 2018-12-03 16:36:39,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:39,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-04a710b1-adec-45a3-9812-f0c7216f19e2 Date: Mon, 03 Dec 2018 16:36: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-12-03 16:36:39,571 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-04a710b1-adec-45a3-9812-f0c7216f19e2 2018-12-03 16:36:39,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" -d '{"server": {"name": "CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst", "imageRef": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "flavorRef": "83bec511-253d-4e56-8549-d4d7f6808254", "max_count": 1, "min_count": 1, "networks": [{"port": "6dad6d67-5f09-4f75-b130-dcc8380546ec"}]}}' 2018-12-03 16:36:41,218 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:36: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-0c53316b-22d3-4a25-97d0-13c3f46b98d0 x-compute-request-id: req-0c53316b-22d3-4a25-97d0-13c3f46b98d0 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "45904a08-bdb6-4486-beb1-5c88da92d67c", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "bookmark"}], "adminPass": "opKL799EKf3A"}} 2018-12-03 16:36:41,218 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-0c53316b-22d3-4a25-97d0-13c3f46b98d0 2018-12-03 16:36:41,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:41,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbc2edee-b8f6-44fd-93aa-6fcb40652fbc x-compute-request-id: req-cbc2edee-b8f6-44fd-93aa-6fcb40652fbc 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.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "bookmark"}], "image": {"id": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "links": [{"href": "http://172.30.9.30:8774/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "83bec511-253d-4e56-8549-d4d7f6808254", "links": [{"href": "http://172.30.9.30:8774/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "bookmark"}]}, "id": "45904a08-bdb6-4486-beb1-5c88da92d67c", "user_id": "b79a3a66067740c99af17bcc7b121a21", "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-12-03T16:36:41Z", "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-78450e1b-852f-4733-9d71-bef71964da7a-inst", "created": "2018-12-03T16:36:41Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:36:41,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c used request id req-cbc2edee-b8f6-44fd-93aa-6fcb40652fbc 2018-12-03 16:36:41,433 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst 2018-12-03 16:36:41,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:41,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afc41a61-c14b-4e95-80f4-740fc37b98ab x-compute-request-id: req-afc41a61-c14b-4e95-80f4-740fc37b98ab 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.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "bookmark"}], "image": {"id": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "links": [{"href": "http://172.30.9.30:8774/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "83bec511-253d-4e56-8549-d4d7f6808254", "links": [{"href": "http://172.30.9.30:8774/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "bookmark"}]}, "id": "45904a08-bdb6-4486-beb1-5c88da92d67c", "user_id": "b79a3a66067740c99af17bcc7b121a21", "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-12-03T16:36:41Z", "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-78450e1b-852f-4733-9d71-bef71964da7a-inst", "created": "2018-12-03T16:36:41Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:36:41,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c used request id req-afc41a61-c14b-4e95-80f4-740fc37b98ab 2018-12-03 16:36:41,800 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst] is - BUILD 2018-12-03 16:36:41,800 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:36:44,804 - create_instance - DEBUG - VM status query timeout in 896.630125046 2018-12-03 16:36:44,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:45,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d28fc74b-8b7b-472a-b80d-a2a12b3b7ef4 x-compute-request-id: req-d28fc74b-8b7b-472a-b80d-a2a12b3b7ef4 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:74:ae", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "bookmark"}], "image": {"id": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "links": [{"href": "http://172.30.9.30:8774/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": null, "flavor": {"id": "83bec511-253d-4e56-8549-d4d7f6808254", "links": [{"href": "http://172.30.9.30:8774/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "bookmark"}]}, "id": "45904a08-bdb6-4486-beb1-5c88da92d67c", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:36:42Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-78450e1b-852f-4733-9d71-bef71964da7a-inst", "created": "2018-12-03T16:36:41Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:36:45,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c used request id req-d28fc74b-8b7b-472a-b80d-a2a12b3b7ef4 2018-12-03 16:36:45,306 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst] is - BUILD 2018-12-03 16:36:45,306 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:36:48,309 - create_instance - DEBUG - VM status query timeout in 893.124284983 2018-12-03 16:36:48,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:49,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d02faeb0-4b28-48b8-b1f7-f2d87d96dfc8 x-compute-request-id: req-d02faeb0-4b28-48b8-b1f7-f2d87d96dfc8 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:74:ae", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "bookmark"}], "image": {"id": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "links": [{"href": "http://172.30.9.30:8774/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-12-03T16:36:47.000000", "flavor": {"id": "83bec511-253d-4e56-8549-d4d7f6808254", "links": [{"href": "http://172.30.9.30:8774/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "bookmark"}]}, "id": "45904a08-bdb6-4486-beb1-5c88da92d67c", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:36:47Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-78450e1b-852f-4733-9d71-bef71964da7a-inst", "created": "2018-12-03T16:36:41Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:36:49,315 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c used request id req-d02faeb0-4b28-48b8-b1f7-f2d87d96dfc8 2018-12-03 16:36:49,315 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst] is - ACTIVE 2018-12-03 16:36:49,315 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:36:49,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:50,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff8dc27a-e557-4fdb-9ad1-3c24abc37f6c x-compute-request-id: req-ff8dc27a-e557-4fdb-9ad1-3c24abc37f6c Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:74:ae", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "bookmark"}], "image": {"id": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "links": [{"href": "http://172.30.9.30:8774/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-12-03T16:36:47.000000", "flavor": {"id": "83bec511-253d-4e56-8549-d4d7f6808254", "links": [{"href": "http://172.30.9.30:8774/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "bookmark"}]}, "id": "45904a08-bdb6-4486-beb1-5c88da92d67c", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:36:47Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-78450e1b-852f-4733-9d71-bef71964da7a-inst", "created": "2018-12-03T16:36:41Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:36:50,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c used request id req-ff8dc27a-e557-4fdb-9ad1-3c24abc37f6c 2018-12-03 16:36:50,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:50,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f5b66122-d5b7-438b-b54c-26141ff674a4 Date: Mon, 03 Dec 2018 16:36:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"da5b2281-9749-4091-95fc-94b9b581a2f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["13d37fad-054e-45ef-9df5-59b87e49d28b"],"description":"","tags":[],"updated_at":"2018-12-03T16:36:32Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:31Z","provider:network_type":"vxlan"}]} 2018-12-03 16:36:50,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net used request id req-f5b66122-d5b7-438b-b54c-26141ff674a4 2018-12-03 16:36:50,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:50,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc762975-e065-4ff0-b6c1-0275c3ddcd6d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:36:50,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-dc762975-e065-4ff0-b6c1-0275c3ddcd6d 2018-12-03 16:36:50,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:50,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ddb3f2d3-8d36-4028-bc57-8da1a2fc6677 Date: Mon, 03 Dec 2018 16:36:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:36:32Z","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":"e7db44589aed46ada30f0de826785caf","id":"13d37fad-054e-45ef-9df5-59b87e49d28b","subnetpool_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet"}]} 2018-12-03 16:36:50,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-ddb3f2d3-8d36-4028-bc57-8da1a2fc6677 2018-12-03 16:36:50,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:50,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-039a4476-d5e1-4583-a77a-14905b8959e4 Date: Mon, 03 Dec 2018 16:36:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.3"}],"id":"02de9227-c10f-4ef7-afe9-1ad5dcc459b8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2f:bf:b9","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da5b2281-9749-4091-95fc-94b9b581a2f9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.2"}],"id":"1dafdd24-78b5-43d1-b207-db82eb9f1039","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:a2:55","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da5b2281-9749-4091-95fc-94b9b581a2f9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.11"}],"id":"6dad6d67-5f09-4f75-b130-dcc8380546ec","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:74:ae","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-port","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:37Z","binding:vnic_type":"normal","device_id":"45904a08-bdb6-4486-beb1-5c88da92d67c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.4"}],"id":"74838658-c5af-4466-b5b4-f702c5d58183","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:ee:01","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da5b2281-9749-4091-95fc-94b9b581a2f9"}]} 2018-12-03 16:36:50,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-039a4476-d5e1-4583-a77a-14905b8959e4 2018-12-03 16:36:50,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:36:50,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:36:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["F3XdTcRtRzaCa5SSy24rIA"], "issued_at": "2018-12-03T16:36:50.000000Z"}} 2018-12-03 16:36:50,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f75c072707cbb8a243cc748a7d5dd320c23fe4bf" 2018-12-03 16:36:52,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fba1d559-9b45-4e87-a750-d56556f600b2 x-compute-request-id: req-fba1d559-9b45-4e87-a750-d56556f600b2 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:74:ae", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "bookmark"}], "image": {"id": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "links": [{"href": "http://172.30.9.30:8774/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-12-03T16:36:47.000000", "flavor": {"id": "83bec511-253d-4e56-8549-d4d7f6808254", "links": [{"href": "http://172.30.9.30:8774/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "bookmark"}]}, "id": "45904a08-bdb6-4486-beb1-5c88da92d67c", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:36:47Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-78450e1b-852f-4733-9d71-bef71964da7a-inst", "created": "2018-12-03T16:36:41Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 16:36:52,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst used request id req-fba1d559-9b45-4e87-a750-d56556f600b2 2018-12-03 16:36:52,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:36:52,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:36:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ek_U_j_tT6aiqizhXA2fGQ"], "issued_at": "2018-12-03T16:36:52.000000Z"}} 2018-12-03 16:36:52,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cbfcdb979c3f7515ff93723fd8a1b0d9ebb8f6d" 2018-12-03 16:36:52,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-0a7f7c2a-9a45-4939-bce7-e068f0641dcf Date: Mon, 03 Dec 2018 16:36:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"da5b2281-9749-4091-95fc-94b9b581a2f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["13d37fad-054e-45ef-9df5-59b87e49d28b"],"description":"","tags":[],"updated_at":"2018-12-03T16:36:32Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:31Z","provider:network_type":"vxlan"}]} 2018-12-03 16:36:52,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net used request id req-0a7f7c2a-9a45-4939-bce7-e068f0641dcf 2018-12-03 16:36:52,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cbfcdb979c3f7515ff93723fd8a1b0d9ebb8f6d" 2018-12-03 16:36:52,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ca6a86cc-0a6b-4c8e-af3a-feef1ac5720c Date: Mon, 03 Dec 2018 16:36:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:36:32Z","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":"e7db44589aed46ada30f0de826785caf","id":"13d37fad-054e-45ef-9df5-59b87e49d28b","subnetpool_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet"}]} 2018-12-03 16:36:52,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-ca6a86cc-0a6b-4c8e-af3a-feef1ac5720c 2018-12-03 16:36:52,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cbfcdb979c3f7515ff93723fd8a1b0d9ebb8f6d" 2018-12-03 16:36:53,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-bb76f149-6bbb-474b-89a5-868c6d60a5c6 Date: Mon, 03 Dec 2018 16:36:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.3"}],"id":"02de9227-c10f-4ef7-afe9-1ad5dcc459b8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2f:bf:b9","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da5b2281-9749-4091-95fc-94b9b581a2f9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.2"}],"id":"1dafdd24-78b5-43d1-b207-db82eb9f1039","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:a2:55","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da5b2281-9749-4091-95fc-94b9b581a2f9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.11"}],"id":"6dad6d67-5f09-4f75-b130-dcc8380546ec","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:74:ae","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-port","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:37Z","binding:vnic_type":"normal","device_id":"45904a08-bdb6-4486-beb1-5c88da92d67c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.4"}],"id":"74838658-c5af-4466-b5b4-f702c5d58183","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:ee:01","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da5b2281-9749-4091-95fc-94b9b581a2f9"}]} 2018-12-03 16:36:53,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-bb76f149-6bbb-474b-89a5-868c6d60a5c6 2018-12-03 16:36:53,108 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:36:53,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5894b6645cfc4b2b8bad4cb7abab3f07", "name": "CreateInstanceSimpleTests-62012683-c79c-466-proj-role"}], "expires_at": "2018-12-03T17:36:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d863393f13141199c3b28542598ccb9", "name": "CreateInstanceSimpleTests-62012683-c79c-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4d863393f13141199c3b28542598ccb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4d863393f13141199c3b28542598ccb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4d863393f13141199c3b28542598ccb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4d863393f13141199c3b28542598ccb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4d863393f13141199c3b28542598ccb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4d863393f13141199c3b28542598ccb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4d863393f13141199c3b28542598ccb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4d863393f13141199c3b28542598ccb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4d863393f13141199c3b28542598ccb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4d863393f13141199c3b28542598ccb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4d863393f13141199c3b28542598ccb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4d863393f13141199c3b28542598ccb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-62012683-c79c-466-user", "id": "451a06aeb9a44d43a94cfd5f255f4bd4"}, "audit_ids": ["-BiEmHhwR62jIn1bTP9vYw"], "issued_at": "2018-12-03T16:36:53.000000Z"}} 2018-12-03 16:36:53,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8fe9e8ba139ad27192109065a68c314b89240b" 2018-12-03 16:36:54,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1d6cc829-2474-4396-9a30-285fc02b940c x-compute-request-id: req-1d6cc829-2474-4396-9a30-285fc02b940c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:36:54,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst used request id req-1d6cc829-2474-4396-9a30-285fc02b940c 2018-12-03 16:36:54,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:54,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbd244fc-4452-4a94-bb40-f97d2eb3291a x-compute-request-id: req-fbd244fc-4452-4a94-bb40-f97d2eb3291a Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:74:ae", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "bookmark"}], "image": {"id": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "links": [{"href": "http://172.30.9.30:8774/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-12-03T16:36:47.000000", "flavor": {"id": "83bec511-253d-4e56-8549-d4d7f6808254", "links": [{"href": "http://172.30.9.30:8774/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "bookmark"}]}, "id": "45904a08-bdb6-4486-beb1-5c88da92d67c", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:36:47Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-78450e1b-852f-4733-9d71-bef71964da7a-inst", "created": "2018-12-03T16:36:41Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:36:54,779 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c used request id req-fbd244fc-4452-4a94-bb40-f97d2eb3291a 2018-12-03 16:36:54,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:54,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-5ec4a1e0-de16-4dbf-9502-b10657e5388a Date: Mon, 03 Dec 2018 16:36:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"da5b2281-9749-4091-95fc-94b9b581a2f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["13d37fad-054e-45ef-9df5-59b87e49d28b"],"description":"","tags":[],"updated_at":"2018-12-03T16:36:32Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:31Z","provider:network_type":"vxlan"}]} 2018-12-03 16:36:54,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net used request id req-5ec4a1e0-de16-4dbf-9502-b10657e5388a 2018-12-03 16:36:54,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:54,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c986346-4386-4e3b-8b8d-10c03633e525 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:36:54,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-4c986346-4386-4e3b-8b8d-10c03633e525 2018-12-03 16:36:54,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:55,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-321f83f1-92a7-440d-9ddf-223846437771 Date: Mon, 03 Dec 2018 16:36:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:36:32Z","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":"e7db44589aed46ada30f0de826785caf","id":"13d37fad-054e-45ef-9df5-59b87e49d28b","subnetpool_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet"}]} 2018-12-03 16:36:55,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-321f83f1-92a7-440d-9ddf-223846437771 2018-12-03 16:36:55,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:55,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-71b91925-f343-46bc-a73b-6e2f4367ac2d Date: Mon, 03 Dec 2018 16:36:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.3"}],"id":"02de9227-c10f-4ef7-afe9-1ad5dcc459b8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2f:bf:b9","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da5b2281-9749-4091-95fc-94b9b581a2f9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.2"}],"id":"1dafdd24-78b5-43d1-b207-db82eb9f1039","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:a2:55","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da5b2281-9749-4091-95fc-94b9b581a2f9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.11"}],"id":"6dad6d67-5f09-4f75-b130-dcc8380546ec","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:74:ae","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-port","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:37Z","binding:vnic_type":"normal","device_id":"45904a08-bdb6-4486-beb1-5c88da92d67c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.4"}],"id":"74838658-c5af-4466-b5b4-f702c5d58183","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:ee:01","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da5b2281-9749-4091-95fc-94b9b581a2f9"}]} 2018-12-03 16:36:55,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-71b91925-f343-46bc-a73b-6e2f4367ac2d 2018-12-03 16:36:55,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:55,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-380712de-8610-44c4-bfbb-a16126d14189 x-compute-request-id: req-380712de-8610-44c4-bfbb-a16126d14189 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:74:ae", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "bookmark"}], "image": {"id": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "links": [{"href": "http://172.30.9.30:8774/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-12-03T16:36:47.000000", "flavor": {"id": "83bec511-253d-4e56-8549-d4d7f6808254", "links": [{"href": "http://172.30.9.30:8774/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "bookmark"}]}, "id": "45904a08-bdb6-4486-beb1-5c88da92d67c", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:36:47Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-78450e1b-852f-4733-9d71-bef71964da7a-inst", "created": "2018-12-03T16:36:41Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:36:55,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c used request id req-380712de-8610-44c4-bfbb-a16126d14189 2018-12-03 16:36:55,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:55,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4ea28fcf-fb2c-48a1-a05d-91a59caf6781 Date: Mon, 03 Dec 2018 16:36:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"da5b2281-9749-4091-95fc-94b9b581a2f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["13d37fad-054e-45ef-9df5-59b87e49d28b"],"description":"","tags":[],"updated_at":"2018-12-03T16:36:32Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:31Z","provider:network_type":"vxlan"}]} 2018-12-03 16:36:55,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net used request id req-4ea28fcf-fb2c-48a1-a05d-91a59caf6781 2018-12-03 16:36:55,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:55,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3edf7164-a910-4866-aa89-f922e1af1a7a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:36:55,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-3edf7164-a910-4866-aa89-f922e1af1a7a 2018-12-03 16:36:55,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:56,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2fb58352-a99a-4ae8-9bfc-babde0769979 Date: Mon, 03 Dec 2018 16:36:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:32Z","dns_nameservers":[],"updated_at":"2018-12-03T16:36:32Z","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":"e7db44589aed46ada30f0de826785caf","id":"13d37fad-054e-45ef-9df5-59b87e49d28b","subnetpool_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet"}]} 2018-12-03 16:36:56,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-2fb58352-a99a-4ae8-9bfc-babde0769979 2018-12-03 16:36:56,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:56,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-7fdaad8b-9213-4a00-aa82-6c619295a53a Date: Mon, 03 Dec 2018 16:36:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.3"}],"id":"02de9227-c10f-4ef7-afe9-1ad5dcc459b8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2f:bf:b9","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da5b2281-9749-4091-95fc-94b9b581a2f9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.2"}],"id":"1dafdd24-78b5-43d1-b207-db82eb9f1039","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:a2:55","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da5b2281-9749-4091-95fc-94b9b581a2f9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.11"}],"id":"6dad6d67-5f09-4f75-b130-dcc8380546ec","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:74:ae","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-port","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:37Z","binding:vnic_type":"normal","device_id":"45904a08-bdb6-4486-beb1-5c88da92d67c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13d37fad-054e-45ef-9df5-59b87e49d28b","ip_address":"10.55.0.4"}],"id":"74838658-c5af-4466-b5b4-f702c5d58183","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:ee:01","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da5b2281-9749-4091-95fc-94b9b581a2f9","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:36:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da5b2281-9749-4091-95fc-94b9b581a2f9"}]} 2018-12-03 16:36:56,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-7fdaad8b-9213-4a00-aa82-6c619295a53a 2018-12-03 16:36:56,089 - create_instance - INFO - Deleting Port with ID - 6dad6d67-5f09-4f75-b130-dcc8380546ec 2018-12-03 16:36:56,090 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-port 2018-12-03 16:36:56,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/6dad6d67-5f09-4f75-b130-dcc8380546ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:56,796 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5db0f4f2-73de-4a17-a6f2-6f5c62c726ee Date: Mon, 03 Dec 2018 16:36:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:36:56,796 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/6dad6d67-5f09-4f75-b130-dcc8380546ec used request id req-5db0f4f2-73de-4a17-a6f2-6f5c62c726ee 2018-12-03 16:36:56,796 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst 2018-12-03 16:36:56,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:56,955 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:36:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-27d0ca50-ad9c-43a4-b515-ba9bc24e4b49 x-compute-request-id: req-27d0ca50-ad9c-43a4-b515-ba9bc24e4b49 Content-Type: application/json 2018-12-03 16:36:56,955 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c used request id req-27d0ca50-ad9c-43a4-b515-ba9bc24e4b49 2018-12-03 16:36:56,956 - create_instance - INFO - Checking deletion status 2018-12-03 16:36:56,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:36:57,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:36:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5de0eb1-f854-4b8a-a7e9-d6875829111e x-compute-request-id: req-d5de0eb1-f854-4b8a-a7e9-d6875829111e 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.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "bookmark"}], "image": {"id": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "links": [{"href": "http://172.30.9.30:8774/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-12-03T16:36:47.000000", "flavor": {"id": "83bec511-253d-4e56-8549-d4d7f6808254", "links": [{"href": "http://172.30.9.30:8774/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "bookmark"}]}, "id": "45904a08-bdb6-4486-beb1-5c88da92d67c", "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:36:56Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-78450e1b-852f-4733-9d71-bef71964da7a-inst", "created": "2018-12-03T16:36:41Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:36:57,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c used request id req-d5de0eb1-f854-4b8a-a7e9-d6875829111e 2018-12-03 16:36:57,229 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst] is - ACTIVE 2018-12-03 16:36:57,230 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:37:00,233 - create_instance - DEBUG - VM status query timeout in 296.722975969 2018-12-03 16:37:00,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:37:00,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-6ede2288-fb56-456e-991b-9e77c001459b x-compute-request-id: req-6ede2288-fb56-456e-991b-9e77c001459b 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.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45904a08-bdb6-4486-beb1-5c88da92d67c", "rel": "bookmark"}], "image": {"id": "9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "links": [{"href": "http://172.30.9.30:8774/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-12-03T16:36:47.000000", "flavor": {"id": "83bec511-253d-4e56-8549-d4d7f6808254", "links": [{"href": "http://172.30.9.30:8774/flavors/83bec511-253d-4e56-8549-d4d7f6808254", "rel": "bookmark"}]}, "id": "45904a08-bdb6-4486-beb1-5c88da92d67c", "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:36:56Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-78450e1b-852f-4733-9d71-bef71964da7a-inst", "created": "2018-12-03T16:36:41Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:37:00,717 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c used request id req-6ede2288-fb56-456e-991b-9e77c001459b 2018-12-03 16:37:00,717 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst] is - ACTIVE 2018-12-03 16:37:00,718 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:37:03,721 - create_instance - DEBUG - VM status query timeout in 293.235000134 2018-12-03 16:37:03,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a8f161d1fd44b97545050a732b5b2a0ebdb6aa" 2018-12-03 16:37:03,775 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:37: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-5d882516-9bac-45ca-a403-86385d6776ce x-compute-request-id: req-5d882516-9bac-45ca-a403-86385d6776ce Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 45904a08-bdb6-4486-beb1-5c88da92d67c could not be found.", "code": 404}} 2018-12-03 16:37:03,775 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45904a08-bdb6-4486-beb1-5c88da92d67c used request id req-5d882516-9bac-45ca-a403-86385d6776ce 2018-12-03 16:37:03,775 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 45904a08-bdb6-4486-beb1-5c88da92d67c could not be found. (HTTP 404) (Request-ID: req-5d882516-9bac-45ca-a403-86385d6776ce) 2018-12-03 16:37:03,775 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-inst 2018-12-03 16:37:03,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/83bec511-253d-4e56-8549-d4d7f6808254 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf497625e11f81ad68baeafb50a6e6119f52b11" 2018-12-03 16:37:03,829 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:37: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-2d07d857-5847-4f63-9ef8-7c2ee7a420c4 x-compute-request-id: req-2d07d857-5847-4f63-9ef8-7c2ee7a420c4 Content-Length: 0 Content-Type: application/json 2018-12-03 16:37:03,829 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/83bec511-253d-4e56-8549-d4d7f6808254 used request id req-2d07d857-5847-4f63-9ef8-7c2ee7a420c4 2018-12-03 16:37:03,830 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet 2018-12-03 16:37:03,830 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-subnet 2018-12-03 16:37:03,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/13d37fad-054e-45ef-9df5-59b87e49d28b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd21918e8abb86d000ae1eb037d9b5db47ceb4c2" 2018-12-03 16:37:05,736 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1207f54-3359-4dea-9a95-0ecb1fbc6e43 Date: Mon, 03 Dec 2018 16:37:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:37:05,736 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/13d37fad-054e-45ef-9df5-59b87e49d28b used request id req-b1207f54-3359-4dea-9a95-0ecb1fbc6e43 2018-12-03 16:37:05,736 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-pub-net 2018-12-03 16:37:05,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/da5b2281-9749-4091-95fc-94b9b581a2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd21918e8abb86d000ae1eb037d9b5db47ceb4c2" 2018-12-03 16:37:06,837 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fbb179cd-1710-42c7-a200-132a2cb1d13e Date: Mon, 03 Dec 2018 16:37:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:37:06,837 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/da5b2281-9749-4091-95fc-94b9b581a2f9 used request id req-fbb179cd-1710-42c7-a200-132a2cb1d13e 2018-12-03 16:37:06,838 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-78450e1b-852f-4733-9d71-bef71964da7a-image 2018-12-03 16:37:06,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1066009c0496000deb929c33467545726816f5c4" 2018-12-03 16:37:08,642 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-712c340f-64d9-4692-bedc-4cb6f652082f Date: Mon, 03 Dec 2018 16:37:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:37:08,642 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/9d2397dc-b233-4ad3-aff8-b69c5d70a46a used request id req-712c340f-64d9-4692-bedc-4cb6f652082f 2018-12-03 16:37:08,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" 2018-12-03 16:37:09,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-15543b39-0a94-4aca-b6f7-e0524bed3bef Date: Mon, 03 Dec 2018 16:37:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:37:09,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-15543b39-0a94-4aca-b6f7-e0524bed3bef 2018-12-03 16:37:09,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" 2018-12-03 16:37:09,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2a9acfb-c6b0-4424-9bbc-8ce0429d9ff7 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:37:09,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-f2a9acfb-c6b0-4424-9bbc-8ce0429d9ff7 2018-12-03 16:37:09,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" 2018-12-03 16:37:09,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-927681dd-4248-49ef-b551-303782e3cde4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:37:09,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-927681dd-4248-49ef-b551-303782e3cde4 2018-12-03 16:37:09,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" 2018-12-03 16:37:09,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d22f0079-95e5-4b6a-afce-c71eee5bcd4c Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:37:09,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-d22f0079-95e5-4b6a-afce-c71eee5bcd4c 2018-12-03 16:37:09,270 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-62012683-c79c-466-proj 2018-12-03 16:37:09,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/4d863393f13141199c3b28542598ccb9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" 2018-12-03 16:37:09,495 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:37:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59d151f9-b10a-4649-99a5-3e7767ed4206 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:37:09,495 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4d863393f13141199c3b28542598ccb9 used request id req-59d151f9-b10a-4649-99a5-3e7767ed4206 2018-12-03 16:37:09,495 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-62012683-c79c-466-proj-role 2018-12-03 16:37:09,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/5894b6645cfc4b2b8bad4cb7abab3f07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" 2018-12-03 16:37:09,611 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:37:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74d6f544-4fe8-4342-914c-0c0299946007 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:37:09,612 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/5894b6645cfc4b2b8bad4cb7abab3f07 used request id req-74d6f544-4fe8-4342-914c-0c0299946007 2018-12-03 16:37:09,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb05726a554e3cb39c5c10ff172880237af02aa1" 2018-12-03 16:37:09,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77c31d43-bf22-436f-a11e-c77f664c242c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:37:09,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-77c31d43-bf22-436f-a11e-c77f664c242c 2018-12-03 16:37:09,708 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-62012683-c79c-466-user 2018-12-03 16:37:09,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/451a06aeb9a44d43a94cfd5f255f4bd4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ebb11abc6858ddd142ae074df1a762e5819954" 2018-12-03 16:37:09,886 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:37:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d03b6c16-31a2-4570-82c1-532056a8d91f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:37:09,886 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/451a06aeb9a44d43a94cfd5f255f4bd4 used request id req-d03b6c16-31a2-4570-82c1-532056a8d91f 2018-12-03 16:37:09,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:37:10,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:37:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["RHERDtnbQIe40YaESsdDGg"], "issued_at": "2018-12-03T16:37:10.000000Z"}} 2018-12-03 16:37:10,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7477e6642901d7f7ab2bc2765616f7de4306cfb" 2018-12-03 16:37:10,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffea46d3-9b9e-4a86-aff0-f790f80428ac Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:37:10,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ffea46d3-9b9e-4a86-aff0-f790f80428ac 2018-12-03 16:37:10,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:37:10,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:37:10,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:37:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["fjA-6fZOS2ewtB0XkVZLvg"], "issued_at": "2018-12-03T16:37:10.000000Z"}} 2018-12-03 16:37:10,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:10,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10086b3b-9e94-4688-b1fd-cc03a9a3087d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:37:10,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-10086b3b-9e94-4688-b1fd-cc03a9a3087d 2018-12-03 16:37:10,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:37:10,909 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:37: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:37:10,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:11,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76cd8838-2066-486e-ab6a-e78e707685d9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:37:11,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj used request id req-76cd8838-2066-486e-ab6a-e78e707685d9 2018-12-03 16:37:11,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:11,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b25ac72-0618-4b47-a28d-684fc65fabc2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:37:11,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-0b25ac72-0618-4b47-a28d-684fc65fabc2 2018-12-03 16:37:11,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}}' 2018-12-03 16:37:11,337 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:37:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f763133-e54e-4c9f-baf9-9919988c194b Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8"}, "enabled": true, "id": "99c93c35b8d142c18c02b81cca0af8c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}} 2018-12-03 16:37:11,337 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5f763133-e54e-4c9f-baf9-9919988c194b 2018-12-03 16:37:11,337 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj 2018-12-03 16:37:11,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:37:11,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:37:11,723 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:37:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["lu3TU_xQSoadFXxN5WkZnA"], "issued_at": "2018-12-03T16:37:11.000000Z"}} 2018-12-03 16:37:11,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f31df96d57282950fb7fd1d92a37b1fea72a02b" 2018-12-03 16:37:11,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15dd78fe-d346-4ef6-8c26-9873b65c9873 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:37:11,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-15dd78fe-d346-4ef6-8c26-9873b65c9873 2018-12-03 16:37:11,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:37:11,821 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:37:11,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f31df96d57282950fb7fd1d92a37b1fea72a02b" 2018-12-03 16:37:11,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2abdc66b-f509-4450-a615-983e53aa1b87 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:37:11,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-2abdc66b-f509-4450-a615-983e53aa1b87 2018-12-03 16:37:11,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f31df96d57282950fb7fd1d92a37b1fea72a02b" 2018-12-03 16:37:12,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b8f7298-463a-4f22-8b5f-16e0292e6830 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8"}, "enabled": true, "id": "99c93c35b8d142c18c02b81cca0af8c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}]} 2018-12-03 16:37:12,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj used request id req-8b8f7298-463a-4f22-8b5f-16e0292e6830 2018-12-03 16:37:12,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f31df96d57282950fb7fd1d92a37b1fea72a02b" 2018-12-03 16:37:12,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00397053-3738-44a9-8b52-2a88ccc7ecae Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:37:12,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-00397053-3738-44a9-8b52-2a88ccc7ecae 2018-12-03 16:37:12,498 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-90ac3306-cc61-4e1-user 2018-12-03 16:37:12,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:37:12,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:12,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3237b95-03f1-45ea-aaac-59e226fb609a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:37:12,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b3237b95-03f1-45ea-aaac-59e226fb609a 2018-12-03 16:37:12,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" -d '{"role": {"name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj-role"}}' 2018-12-03 16:37:12,708 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:37:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07c76d9c-57d6-4c8a-9019-73b4e3fb1b44 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "944860ffdee844748793b14837e184d0", "links": {"self": "http://172.30.9.30:5000/v3/roles/944860ffdee844748793b14837e184d0"}, "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj-role"}} 2018-12-03 16:37:12,708 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-07c76d9c-57d6-4c8a-9019-73b4e3fb1b44 2018-12-03 16:37:12,708 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj-role 2018-12-03 16:37:12,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/944860ffdee844748793b14837e184d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:12,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17a99cf9-716e-483a-9ff4-773920b1e019 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/944860ffdee844748793b14837e184d0"}, "domain_id": null, "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj-role", "id": "944860ffdee844748793b14837e184d0"}} 2018-12-03 16:37:12,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/944860ffdee844748793b14837e184d0 used request id req-17a99cf9-716e-483a-9ff4-773920b1e019 2018-12-03 16:37:12,800 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj-role to project CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj 2018-12-03 16:37:12,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8/users/483cf1eb500c4f2e8f285e73dda6d9f3/roles/944860ffdee844748793b14837e184d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:12,931 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:37:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b987b74-a027-4500-b29f-f8d5b19411d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:37:12,932 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8/users/483cf1eb500c4f2e8f285e73dda6d9f3/roles/944860ffdee844748793b14837e184d0 used request id req-4b987b74-a027-4500-b29f-f8d5b19411d0 2018-12-03 16:37:12,932 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:37:12,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:37:12,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:37:12,935 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:37:12,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:37:12,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:37:13,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "944860ffdee844748793b14837e184d0", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj-role"}], "expires_at": "2018-12-03T17:37:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99c93c35b8d142c18c02b81cca0af8c8", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-user", "id": "483cf1eb500c4f2e8f285e73dda6d9f3"}, "audit_ids": ["GugdIC5HQvmzktfGFaVgCQ"], "issued_at": "2018-12-03T16:37:13.000000Z"}} 2018-12-03 16:37:13,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19608249549646fc325f662096d778e1997d68aa" 2018-12-03 16:37:13,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4b966bc-c06e-4f66-be3f-cf8b3f67cd4a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:37:13,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e4b966bc-c06e-4f66-be3f-cf8b3f67cd4a 2018-12-03 16:37:13,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19608249549646fc325f662096d778e1997d68aa" 2018-12-03 16:37:13,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-d853eda6-c968-4ee8-84bb-7a79549c480e Date: Mon, 03 Dec 2018 16:37:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image"} 2018-12-03 16:37:13,555 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image used request id req-d853eda6-c968-4ee8-84bb-7a79549c480e 2018-12-03 16:37:13,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19608249549646fc325f662096d778e1997d68aa" 2018-12-03 16:37:13,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0e0cf1a7-c7f3-4c68-9a12-64fc3f2090b5 Date: Mon, 03 Dec 2018 16:37: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-12-03 16:37:13,703 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-0e0cf1a7-c7f3-4c68-9a12-64fc3f2090b5 2018-12-03 16:37:13,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19608249549646fc325f662096d778e1997d68aa" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image"}' 2018-12-03 16:37:13,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/6c021b04-9b2c-4077-9b53-d719de275407 X-Openstack-Request-Id: req-546b19b7-e39b-4c99-bb46-0ad96070c6ae Date: Mon, 03 Dec 2018 16:37:13 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:37:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:37:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/6c021b04-9b2c-4077-9b53-d719de275407", "min_disk": 0, "protected": false, "id": "6c021b04-9b2c-4077-9b53-d719de275407", "file": "/v2/images/6c021b04-9b2c-4077-9b53-d719de275407/file", "checksum": null, "owner": "99c93c35b8d142c18c02b81cca0af8c8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:37:13,922 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-546b19b7-e39b-4c99-bb46-0ad96070c6ae 2018-12-03 16:37:13,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/6c021b04-9b2c-4077-9b53-d719de275407/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19608249549646fc325f662096d778e1997d68aa" -d '' 2018-12-03 16:37:15,083 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-906d9715-5d24-4e88-aba5-9bc68c8b0ba9 Date: Mon, 03 Dec 2018 16:37:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:37:15,083 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/6c021b04-9b2c-4077-9b53-d719de275407/file used request id req-906d9715-5d24-4e88-aba5-9bc68c8b0ba9 2018-12-03 16:37:15,083 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:37:15,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/6c021b04-9b2c-4077-9b53-d719de275407 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19608249549646fc325f662096d778e1997d68aa" 2018-12-03 16:37:15,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-857f3d9f-72b3-4ab5-b74f-2dd398115318 Date: Mon, 03 Dec 2018 16:37:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:37:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:37:15Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6c021b04-9b2c-4077-9b53-d719de275407/snap", "metadata": {}}], "self": "/v2/images/6c021b04-9b2c-4077-9b53-d719de275407", "min_disk": 0, "protected": false, "id": "6c021b04-9b2c-4077-9b53-d719de275407", "file": "/v2/images/6c021b04-9b2c-4077-9b53-d719de275407/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "99c93c35b8d142c18c02b81cca0af8c8", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6c021b04-9b2c-4077-9b53-d719de275407/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:37:15,239 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/6c021b04-9b2c-4077-9b53-d719de275407 used request id req-857f3d9f-72b3-4ab5-b74f-2dd398115318 2018-12-03 16:37:15,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19608249549646fc325f662096d778e1997d68aa" 2018-12-03 16:37:15,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-633c829b-29bd-4202-b404-0b5163c06641 Date: Mon, 03 Dec 2018 16:37: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-12-03 16:37:15,416 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-633c829b-29bd-4202-b404-0b5163c06641 2018-12-03 16:37:15,419 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image 2018-12-03 16:37:15,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/6c021b04-9b2c-4077-9b53-d719de275407 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19608249549646fc325f662096d778e1997d68aa" 2018-12-03 16:37:15,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-373748ab-9e42-4046-940c-0efab4c2d757 Date: Mon, 03 Dec 2018 16:37:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:37:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:37:15Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6c021b04-9b2c-4077-9b53-d719de275407/snap", "metadata": {}}], "self": "/v2/images/6c021b04-9b2c-4077-9b53-d719de275407", "min_disk": 0, "protected": false, "id": "6c021b04-9b2c-4077-9b53-d719de275407", "file": "/v2/images/6c021b04-9b2c-4077-9b53-d719de275407/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "99c93c35b8d142c18c02b81cca0af8c8", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6c021b04-9b2c-4077-9b53-d719de275407/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:37:15,582 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/6c021b04-9b2c-4077-9b53-d719de275407 used request id req-373748ab-9e42-4046-940c-0efab4c2d757 2018-12-03 16:37:15,583 - create_image - DEBUG - Instance status is - active 2018-12-03 16:37:15,583 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image 2018-12-03 16:37:15,583 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image 2018-12-03 16:37:15,583 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:37:15,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:37:15,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:37:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["yzwLewdmSM6nRFE8OkbFPw"], "issued_at": "2018-12-03T16:37:15.000000Z"}} 2018-12-03 16:37:15,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553fb596b25f93fec4c1b961991aa5b59d3a71db" 2018-12-03 16:37:16,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-120d2d4c-d155-4afd-b28a-063a330e6792 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:37:16,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-120d2d4c-d155-4afd-b28a-063a330e6792 2018-12-03 16:37:16,047 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:37:16,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553fb596b25f93fec4c1b961991aa5b59d3a71db" 2018-12-03 16:37:16,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-af1dacf8-e303-410c-bc38-ffce5ae24b0e x-compute-request-id: req-af1dacf8-e303-410c-bc38-ffce5ae24b0e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:37:16,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-af1dacf8-e303-410c-bc38-ffce5ae24b0e 2018-12-03 16:37:16,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553fb596b25f93fec4c1b961991aa5b59d3a71db" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-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-12-03 16:37:16,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-fc984628-f3e6-42f2-ad77-7ba330dc222a x-compute-request-id: req-fc984628-f3e6-42f2-ad77-7ba330dc222a Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:37:16,289 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-fc984628-f3e6-42f2-ad77-7ba330dc222a 2018-12-03 16:37:16,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:37:16,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:37:16,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "944860ffdee844748793b14837e184d0", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj-role"}], "expires_at": "2018-12-03T17:37:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99c93c35b8d142c18c02b81cca0af8c8", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-user", "id": "483cf1eb500c4f2e8f285e73dda6d9f3"}, "audit_ids": ["PQ6hqF9EQHKwvOrJW8wg9g"], "issued_at": "2018-12-03T16:37:16.000000Z"}} 2018-12-03 16:37:16,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90dc6014836e7030f126ced770d4fde96aa8012e" 2018-12-03 16:37:16,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1f20bd3-7252-4492-97bc-48aee76974d6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:37:16,762 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e1f20bd3-7252-4492-97bc-48aee76974d6 2018-12-03 16:37:16,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90dc6014836e7030f126ced770d4fde96aa8012e" 2018-12-03 16:37:16,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0843573c-744d-4571-ab7f-a40b4ae29502 Date: Mon, 03 Dec 2018 16:37:16 GMT RESP BODY: {"networks":[]} 2018-12-03 16:37:16,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net used request id req-0843573c-744d-4571-ab7f-a40b4ae29502 2018-12-03 16:37:16,932 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net 2018-12-03 16:37:16,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90dc6014836e7030f126ced770d4fde96aa8012e" -d '{"network": {"name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net", "admin_state_up": true}}' 2018-12-03 16:37:17,467 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-e32138be-39c3-4561-a4e2-3ef1b871e0db Date: Mon, 03 Dec 2018 16:37:17 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:37:17Z","is_default":false,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:17Z","mtu":1450}} 2018-12-03 16:37:17,467 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e32138be-39c3-4561-a4e2-3ef1b871e0db 2018-12-03 16:37:17,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90dc6014836e7030f126ced770d4fde96aa8012e" 2018-12-03 16:37:17,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-879f9b23-f4e0-4c0c-9f90-8d18dfd10b2c Date: Mon, 03 Dec 2018 16:37:17 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-12-03T16:37:17Z","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"99c93c35b8d142c18c02b81cca0af8c8","id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net"}]} 2018-12-03 16:37:17,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-879f9b23-f4e0-4c0c-9f90-8d18dfd10b2c 2018-12-03 16:37:17,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90dc6014836e7030f126ced770d4fde96aa8012e" 2018-12-03 16:37:18,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7e758af8-981d-4624-972b-f275b3d8f7e6 Date: Mon, 03 Dec 2018 16:37:18 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:37:18,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-7e758af8-981d-4624-972b-f275b3d8f7e6 2018-12-03 16:37:18,027 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet 2018-12-03 16:37:18,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90dc6014836e7030f126ced770d4fde96aa8012e" -d '{"subnets": [{"ip_version": 4, "network_id": "73f2b16a-05ba-4eaa-9df6-969ba6010844", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet"}]}' 2018-12-03 16:37:18,676 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-02fd5d64-447a-435f-a5b2-02ae260ecac3 Date: Mon, 03 Dec 2018 16:37:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:37:18Z","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":"99c93c35b8d142c18c02b81cca0af8c8","id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","subnetpool_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet"}]} 2018-12-03 16:37:18,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-02fd5d64-447a-435f-a5b2-02ae260ecac3 2018-12-03 16:37:18,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90dc6014836e7030f126ced770d4fde96aa8012e" 2018-12-03 16:37:18,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fe75df8e-82fa-42a4-a46b-5a9a4b5da972 Date: Mon, 03 Dec 2018 16:37:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0"],"updated_at":"2018-12-03T16:37:18Z","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99c93c35b8d142c18c02b81cca0af8c8","id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net"}]} 2018-12-03 16:37:18,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-fe75df8e-82fa-42a4-a46b-5a9a4b5da972 2018-12-03 16:37:18,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90dc6014836e7030f126ced770d4fde96aa8012e" 2018-12-03 16:37:19,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-79421502-3cac-42e7-918e-e869dbb02ebc Date: Mon, 03 Dec 2018 16:37:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:37:18Z","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":"99c93c35b8d142c18c02b81cca0af8c8","id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","subnetpool_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet"}]} 2018-12-03 16:37:19,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-79421502-3cac-42e7-918e-e869dbb02ebc 2018-12-03 16:37:19,155 - OpenStackNetwork - DEBUG - Network [73f2b16a-05ba-4eaa-9df6-969ba6010844] created successfully 2018-12-03 16:37:19,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:37:19,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:37:19,538 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "944860ffdee844748793b14837e184d0", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj-role"}], "expires_at": "2018-12-03T17:37:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99c93c35b8d142c18c02b81cca0af8c8", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-user", "id": "483cf1eb500c4f2e8f285e73dda6d9f3"}, "audit_ids": ["g2dVO55aRPymBoznFGwJ4A"], "issued_at": "2018-12-03T16:37:19.000000Z"}} 2018-12-03 16:37:19,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:19,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3171622-a460-4ed2-b48e-0bc2c1249f82 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:37:19,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d3171622-a460-4ed2-b48e-0bc2c1249f82 2018-12-03 16:37:19,616 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:37:19,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:19,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3c9d3af-ecf6-4a20-997f-ec5f5914a052 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:37:19,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d3c9d3af-ecf6-4a20-997f-ec5f5914a052 2018-12-03 16:37:19,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:19,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-18d808a6-1e44-4eed-92fa-fff90da6d9ec Date: Mon, 03 Dec 2018 16:37: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":["8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0"],"updated_at":"2018-12-03T16:37:18Z","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99c93c35b8d142c18c02b81cca0af8c8","id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net"}]} 2018-12-03 16:37:19,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net used request id req-18d808a6-1e44-4eed-92fa-fff90da6d9ec 2018-12-03 16:37:19,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:37:19,964 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:37: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:37:19,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:20,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef477d20-2e62-4260-b74a-8d290f1f4448 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8"}, "enabled": true, "id": "99c93c35b8d142c18c02b81cca0af8c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}} 2018-12-03 16:37:20,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 used request id req-ef477d20-2e62-4260-b74a-8d290f1f4448 2018-12-03 16:37:20,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:20,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-edb9c1c5-0b23-4999-8900-3cbd321e4009 Date: Mon, 03 Dec 2018 16:37:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:37:18Z","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":"99c93c35b8d142c18c02b81cca0af8c8","id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","subnetpool_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet"}]} 2018-12-03 16:37:20,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-edb9c1c5-0b23-4999-8900-3cbd321e4009 2018-12-03 16:37:20,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844&name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:20,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4331334c-7772-4b25-9a3a-eff329ad5504 Date: Mon, 03 Dec 2018 16:37:20 GMT RESP BODY: {"ports":[]} 2018-12-03 16:37:20,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844&name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-port&admin_state_up=True used request id req-4331334c-7772-4b25-9a3a-eff329ad5504 2018-12-03 16:37:20,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:20,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37: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-ddd211fc-71d0-43dc-8e7c-23062ef8bb24 x-compute-request-id: req-ddd211fc-71d0-43dc-8e7c-23062ef8bb24 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:37:20,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst used request id req-ddd211fc-71d0-43dc-8e7c-23062ef8bb24 2018-12-03 16:37:20,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:20,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4e3cb468-0e77-4b55-ad50-c97de14f3bc4 Date: Mon, 03 Dec 2018 16:37: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":["8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0"],"updated_at":"2018-12-03T16:37:18Z","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99c93c35b8d142c18c02b81cca0af8c8","id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net"}]} 2018-12-03 16:37:20,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net used request id req-4e3cb468-0e77-4b55-ad50-c97de14f3bc4 2018-12-03 16:37:20,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:20,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40a0cc56-7228-43b4-86b4-4042de61b3aa Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8"}, "enabled": true, "id": "99c93c35b8d142c18c02b81cca0af8c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}} 2018-12-03 16:37:20,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 used request id req-40a0cc56-7228-43b4-86b4-4042de61b3aa 2018-12-03 16:37:20,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:21,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2522e95a-cf6d-4a11-a67f-1fee74f87edc Date: Mon, 03 Dec 2018 16:37:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:37:18Z","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":"99c93c35b8d142c18c02b81cca0af8c8","id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","subnetpool_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet"}]} 2018-12-03 16:37:21,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-2522e95a-cf6d-4a11-a67f-1fee74f87edc 2018-12-03 16:37:21,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844&name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:21,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-05441405-0767-4e19-b6bb-cb5902d403a6 Date: Mon, 03 Dec 2018 16:37:21 GMT RESP BODY: {"ports":[]} 2018-12-03 16:37:21,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844&name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-port&admin_state_up=True used request id req-05441405-0767-4e19-b6bb-cb5902d403a6 2018-12-03 16:37:21,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:37:21,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:37:21,605 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "944860ffdee844748793b14837e184d0", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj-role"}], "expires_at": "2018-12-03T17:37:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99c93c35b8d142c18c02b81cca0af8c8", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-user", "id": "483cf1eb500c4f2e8f285e73dda6d9f3"}, "audit_ids": ["1PpU1ObwQxqB3_LEIC2CFg"], "issued_at": "2018-12-03T16:37:21.000000Z"}} 2018-12-03 16:37:21,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c21af772926c71883abf4b9bf989a9e69e51b1" 2018-12-03 16:37:21,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a8b4d04-8df6-4666-90de-44ce1631ed14 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:37:21,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4a8b4d04-8df6-4666-90de-44ce1631ed14 2018-12-03 16:37:21,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:21,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6c47a7d7-ef94-4f78-a831-2bc643964816 Date: Mon, 03 Dec 2018 16:37: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":["8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0"],"updated_at":"2018-12-03T16:37:18Z","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99c93c35b8d142c18c02b81cca0af8c8","id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net"}]} 2018-12-03 16:37:21,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net used request id req-6c47a7d7-ef94-4f78-a831-2bc643964816 2018-12-03 16:37:21,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:22,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fd177b56-072e-4b76-9a21-946a8dbe2d05 Date: Mon, 03 Dec 2018 16:37:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:37:18Z","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":"99c93c35b8d142c18c02b81cca0af8c8","id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","subnetpool_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet"}]} 2018-12-03 16:37:22,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-fd177b56-072e-4b76-9a21-946a8dbe2d05 2018-12-03 16:37:22,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:22,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-52869795-e088-421c-8241-4f835ee60638 Date: Mon, 03 Dec 2018 16:37:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0"],"updated_at":"2018-12-03T16:37:18Z","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99c93c35b8d142c18c02b81cca0af8c8","id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net"}]} 2018-12-03 16:37:22,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net used request id req-52869795-e088-421c-8241-4f835ee60638 2018-12-03 16:37:22,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:37:22,393 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:37: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:37:22,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c21af772926c71883abf4b9bf989a9e69e51b1" 2018-12-03 16:37:22,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-275249b7-e58a-4487-bc20-9978e44b62ed Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8"}, "enabled": true, "id": "99c93c35b8d142c18c02b81cca0af8c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}} 2018-12-03 16:37:22,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 used request id req-275249b7-e58a-4487-bc20-9978e44b62ed 2018-12-03 16:37:22,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:22,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-156d63f4-ccc8-43e7-b6cd-b1f10c23cd52 Date: Mon, 03 Dec 2018 16:37:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:37:18Z","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":"99c93c35b8d142c18c02b81cca0af8c8","id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","subnetpool_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet"}]} 2018-12-03 16:37:22,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-156d63f4-ccc8-43e7-b6cd-b1f10c23cd52 2018-12-03 16:37:22,674 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net 2018-12-03 16:37:22,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" -d '{"port": {"network_id": "73f2b16a-05ba-4eaa-9df6-969ba6010844", "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-port", "admin_state_up": true}}' 2018-12-03 16:37:23,730 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 780 X-Openstack-Request-Id: req-bb9238e5-dd76-4b43-8270-46b7cda07893 Date: Mon, 03 Dec 2018 16:37:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.5"}],"id":"d6216aa5-ebb2-4de8-9be2-36dd614632cf","security_groups":["cce2ee53-f8a0-4a42-b6fc-c5da18ede856"],"mac_address":"fa:16:3e:c1:7c:88","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-port","project_id":"99c93c35b8d142c18c02b81cca0af8c8","qos_policy_id":null,"admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:23Z","binding:vnic_type":"normal"}} 2018-12-03 16:37:23,730 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-bb9238e5-dd76-4b43-8270-46b7cda07893 2018-12-03 16:37:23,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:23,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-80c4274c-0dde-47b0-a989-3afc35c012ea Date: Mon, 03 Dec 2018 16:37: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":["8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0"],"updated_at":"2018-12-03T16:37:18Z","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99c93c35b8d142c18c02b81cca0af8c8","id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net"}]} 2018-12-03 16:37:23,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net used request id req-80c4274c-0dde-47b0-a989-3afc35c012ea 2018-12-03 16:37:23,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:23,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b58a3830-7f9f-4d4f-a9fa-eefcb0db0137 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8"}, "enabled": true, "id": "99c93c35b8d142c18c02b81cca0af8c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}} 2018-12-03 16:37:23,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 used request id req-b58a3830-7f9f-4d4f-a9fa-eefcb0db0137 2018-12-03 16:37:23,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:24,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-71af590e-e6f3-475d-9d35-14c8dc36a2e2 Date: Mon, 03 Dec 2018 16:37:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:37:18Z","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":"99c93c35b8d142c18c02b81cca0af8c8","id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","subnetpool_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet"}]} 2018-12-03 16:37:24,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-71af590e-e6f3-475d-9d35-14c8dc36a2e2 2018-12-03 16:37:24,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844&name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:24,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-d1b196bc-7b98-43c0-bf92-96f9571fa687 Date: Mon, 03 Dec 2018 16:37:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.5"}],"id":"d6216aa5-ebb2-4de8-9be2-36dd614632cf","security_groups":["cce2ee53-f8a0-4a42-b6fc-c5da18ede856"],"mac_address":"fa:16:3e:c1:7c:88","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-port","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:23Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:37:24,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844&name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-port&admin_state_up=True used request id req-d1b196bc-7b98-43c0-bf92-96f9571fa687 2018-12-03 16:37:24,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:24,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d2b7c3f-c5af-403f-b66b-f84a0912b91d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8"}, "enabled": true, "id": "99c93c35b8d142c18c02b81cca0af8c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}} 2018-12-03 16:37:24,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 used request id req-4d2b7c3f-c5af-403f-b66b-f84a0912b91d 2018-12-03 16:37:24,294 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst 2018-12-03 16:37:24,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:24,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-53636d21-d8b4-43ee-955a-a67e9528abcb x-compute-request-id: req-53636d21-d8b4-43ee-955a-a67e9528abcb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-flavor-name"}]} 2018-12-03 16:37:24,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-53636d21-d8b4-43ee-955a-a67e9528abcb 2018-12-03 16:37:24,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:24,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-80890e7f-0ae8-44cf-b20d-5c8730b1057e x-compute-request-id: req-80890e7f-0ae8-44cf-b20d-5c8730b1057e Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:37:24,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648 used request id req-80890e7f-0ae8-44cf-b20d-5c8730b1057e 2018-12-03 16:37:24,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:24,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-103c03a7-c180-40ec-bc7f-627d953295ce Date: Mon, 03 Dec 2018 16:37:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:37:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:37:15Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6c021b04-9b2c-4077-9b53-d719de275407/snap", "metadata": {}}], "self": "/v2/images/6c021b04-9b2c-4077-9b53-d719de275407", "min_disk": 0, "protected": false, "id": "6c021b04-9b2c-4077-9b53-d719de275407", "file": "/v2/images/6c021b04-9b2c-4077-9b53-d719de275407/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "99c93c35b8d142c18c02b81cca0af8c8", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6c021b04-9b2c-4077-9b53-d719de275407/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image"} 2018-12-03 16:37:24,729 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image used request id req-103c03a7-c180-40ec-bc7f-627d953295ce 2018-12-03 16:37:24,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:24,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5c559330-f6e6-47a8-b1a0-f5217cc0463e Date: Mon, 03 Dec 2018 16:37: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-12-03 16:37:24,897 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-5c559330-f6e6-47a8-b1a0-f5217cc0463e 2018-12-03 16:37:24,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" -d '{"server": {"name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst", "imageRef": "6c021b04-9b2c-4077-9b53-d719de275407", "flavorRef": "7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "max_count": 1, "min_count": 1, "networks": [{"port": "d6216aa5-ebb2-4de8-9be2-36dd614632cf"}]}}' 2018-12-03 16:37:26,446 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:37:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fbd704c9-5856-4303-824a-357f5d86140c x-compute-request-id: req-fbd704c9-5856-4303-824a-357f5d86140c Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a9332451-e774-48c7-9954-87482c03ae35", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "bookmark"}], "adminPass": "YwgWdmF7YGJj"}} 2018-12-03 16:37:26,446 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-fbd704c9-5856-4303-824a-357f5d86140c 2018-12-03 16:37:26,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:26,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-166e54ff-19d7-43ad-9734-f4fdb1fd3023 x-compute-request-id: req-166e54ff-19d7-43ad-9734-f4fdb1fd3023 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.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "bookmark"}], "image": {"id": "6c021b04-9b2c-4077-9b53-d719de275407", "links": [{"href": "http://172.30.9.30:8774/images/6c021b04-9b2c-4077-9b53-d719de275407", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "links": [{"href": "http://172.30.9.30:8774/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "bookmark"}]}, "id": "a9332451-e774-48c7-9954-87482c03ae35", "user_id": "483cf1eb500c4f2e8f285e73dda6d9f3", "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-12-03T16:37:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst", "created": "2018-12-03T16:37:26Z", "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:37:26,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 used request id req-166e54ff-19d7-43ad-9734-f4fdb1fd3023 2018-12-03 16:37:26,799 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst 2018-12-03 16:37:26,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:27,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-add68c0d-8952-4df1-a216-546cfbd443e0 x-compute-request-id: req-add68c0d-8952-4df1-a216-546cfbd443e0 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.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "bookmark"}], "image": {"id": "6c021b04-9b2c-4077-9b53-d719de275407", "links": [{"href": "http://172.30.9.30:8774/images/6c021b04-9b2c-4077-9b53-d719de275407", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "links": [{"href": "http://172.30.9.30:8774/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "bookmark"}]}, "id": "a9332451-e774-48c7-9954-87482c03ae35", "user_id": "483cf1eb500c4f2e8f285e73dda6d9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:37:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst", "created": "2018-12-03T16:37:26Z", "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:37:27,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 used request id req-add68c0d-8952-4df1-a216-546cfbd443e0 2018-12-03 16:37:27,035 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst] is - BUILD 2018-12-03 16:37:27,035 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:37:30,038 - create_instance - DEBUG - VM status query timeout in 896.761582136 2018-12-03 16:37:30,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:30,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37: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-5b7be5c1-ed40-4a9b-8ee7-60c3ce1fc0ca x-compute-request-id: req-5b7be5c1-ed40-4a9b-8ee7-60c3ce1fc0ca 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.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "bookmark"}], "image": {"id": "6c021b04-9b2c-4077-9b53-d719de275407", "links": [{"href": "http://172.30.9.30:8774/images/6c021b04-9b2c-4077-9b53-d719de275407", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "links": [{"href": "http://172.30.9.30:8774/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "bookmark"}]}, "id": "a9332451-e774-48c7-9954-87482c03ae35", "security_groups": [{"name": "default"}], "user_id": "483cf1eb500c4f2e8f285e73dda6d9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:37:27Z", "hostId": "f5c9d3e9353f0c464a93ce202f68ec53124857d275b2df2dc4675e77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst", "created": "2018-12-03T16:37:26Z", "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:37:30,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 used request id req-5b7be5c1-ed40-4a9b-8ee7-60c3ce1fc0ca 2018-12-03 16:37:30,697 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst] is - BUILD 2018-12-03 16:37:30,698 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:37:33,701 - create_instance - DEBUG - VM status query timeout in 893.09872508 2018-12-03 16:37:33,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:34,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-603e00df-e3a6-403b-851a-c47702c84b5d x-compute-request-id: req-603e00df-e3a6-403b-851a-c47702c84b5d Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:7c:88", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "bookmark"}], "image": {"id": "6c021b04-9b2c-4077-9b53-d719de275407", "links": [{"href": "http://172.30.9.30:8774/images/6c021b04-9b2c-4077-9b53-d719de275407", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:37:32.000000", "flavor": {"id": "7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "links": [{"href": "http://172.30.9.30:8774/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "bookmark"}]}, "id": "a9332451-e774-48c7-9954-87482c03ae35", "security_groups": [{"name": "default"}], "user_id": "483cf1eb500c4f2e8f285e73dda6d9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:37:32Z", "hostId": "f5c9d3e9353f0c464a93ce202f68ec53124857d275b2df2dc4675e77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst", "created": "2018-12-03T16:37:26Z", "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:37:34,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 used request id req-603e00df-e3a6-403b-851a-c47702c84b5d 2018-12-03 16:37:34,478 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst] is - ACTIVE 2018-12-03 16:37:34,478 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:37:34,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:35,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09f30bfd-94a1-4ed3-a2e7-c554356f8c92 x-compute-request-id: req-09f30bfd-94a1-4ed3-a2e7-c554356f8c92 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:7c:88", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "bookmark"}], "image": {"id": "6c021b04-9b2c-4077-9b53-d719de275407", "links": [{"href": "http://172.30.9.30:8774/images/6c021b04-9b2c-4077-9b53-d719de275407", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:37:32.000000", "flavor": {"id": "7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "links": [{"href": "http://172.30.9.30:8774/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "bookmark"}]}, "id": "a9332451-e774-48c7-9954-87482c03ae35", "security_groups": [{"name": "default"}], "user_id": "483cf1eb500c4f2e8f285e73dda6d9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:37:32Z", "hostId": "f5c9d3e9353f0c464a93ce202f68ec53124857d275b2df2dc4675e77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst", "created": "2018-12-03T16:37:26Z", "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:37:35,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 used request id req-09f30bfd-94a1-4ed3-a2e7-c554356f8c92 2018-12-03 16:37:35,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:35,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1740a220-4066-4e08-95fe-d22f01c18a43 Date: Mon, 03 Dec 2018 16:37: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":["8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0"],"updated_at":"2018-12-03T16:37:18Z","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99c93c35b8d142c18c02b81cca0af8c8","id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net"}]} 2018-12-03 16:37:35,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net used request id req-1740a220-4066-4e08-95fe-d22f01c18a43 2018-12-03 16:37:35,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:35,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-944473f3-bf79-4c2c-992a-78bd1f276d40 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8"}, "enabled": true, "id": "99c93c35b8d142c18c02b81cca0af8c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}} 2018-12-03 16:37:35,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 used request id req-944473f3-bf79-4c2c-992a-78bd1f276d40 2018-12-03 16:37:35,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:35,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b5087af0-0da7-4e51-938d-2bdf47781bdf Date: Mon, 03 Dec 2018 16:37:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:37:18Z","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":"99c93c35b8d142c18c02b81cca0af8c8","id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","subnetpool_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet"}]} 2018-12-03 16:37:35,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-b5087af0-0da7-4e51-938d-2bdf47781bdf 2018-12-03 16:37:35,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:35,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-46dbb2f2-ca98-456b-ad49-67722ebba70b Date: Mon, 03 Dec 2018 16:37:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.3"}],"id":"5589605f-505d-47e9-8359-d570ddafadb3","security_groups":[],"mac_address":"fa:16:3e:eb:c1:af","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-73f2b16a-05ba-4eaa-9df6-969ba6010844"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.4"}],"id":"6c54b8ae-7ffc-40e3-b146-c194897dccb3","security_groups":[],"mac_address":"fa:16:3e:78:93:68","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-73f2b16a-05ba-4eaa-9df6-969ba6010844"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.2"}],"id":"a110fc03-a9b4-4a84-a970-a10f6e3ce1bc","security_groups":[],"mac_address":"fa:16:3e:27:92:26","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-73f2b16a-05ba-4eaa-9df6-969ba6010844"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.5"}],"id":"d6216aa5-ebb2-4de8-9be2-36dd614632cf","security_groups":["cce2ee53-f8a0-4a42-b6fc-c5da18ede856"],"mac_address":"fa:16:3e:c1:7c:88","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-port","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:23Z","binding:vnic_type":"normal","device_id":"a9332451-e774-48c7-9954-87482c03ae35"}]} 2018-12-03 16:37:35,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-46dbb2f2-ca98-456b-ad49-67722ebba70b 2018-12-03 16:37:35,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:37:36,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "944860ffdee844748793b14837e184d0", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj-role"}], "expires_at": "2018-12-03T17:37:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99c93c35b8d142c18c02b81cca0af8c8", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-user", "id": "483cf1eb500c4f2e8f285e73dda6d9f3"}, "audit_ids": ["u29djlonRnil_5T-3ZbqKg"], "issued_at": "2018-12-03T16:37:36.000000Z"}} 2018-12-03 16:37:36,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a61ae6b75a14b735bc66fbfa37a22e88fea13012" 2018-12-03 16:37:36,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37: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-e2d96ece-92e3-405a-8266-9a8ad375bd54 x-compute-request-id: req-e2d96ece-92e3-405a-8266-9a8ad375bd54 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:7c:88", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "bookmark"}], "image": {"id": "6c021b04-9b2c-4077-9b53-d719de275407", "links": [{"href": "http://172.30.9.30:8774/images/6c021b04-9b2c-4077-9b53-d719de275407", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:37:32.000000", "flavor": {"id": "7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "links": [{"href": "http://172.30.9.30:8774/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "bookmark"}]}, "id": "a9332451-e774-48c7-9954-87482c03ae35", "security_groups": [{"name": "default"}], "user_id": "483cf1eb500c4f2e8f285e73dda6d9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:37:32Z", "hostId": "f5c9d3e9353f0c464a93ce202f68ec53124857d275b2df2dc4675e77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst", "created": "2018-12-03T16:37:26Z", "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 16:37:36,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst used request id req-e2d96ece-92e3-405a-8266-9a8ad375bd54 2018-12-03 16:37:36,895 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:37:37,281 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "944860ffdee844748793b14837e184d0", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj-role"}], "expires_at": "2018-12-03T17:37:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99c93c35b8d142c18c02b81cca0af8c8", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/99c93c35b8d142c18c02b81cca0af8c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-user", "id": "483cf1eb500c4f2e8f285e73dda6d9f3"}, "audit_ids": ["yyHeM-iGTAO2y_5xVNqsIA"], "issued_at": "2018-12-03T16:37:37.000000Z"}} 2018-12-03 16:37:37,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fe93d8dc100c703ed142d6482282f1a1de4ca50" 2018-12-03 16:37:37,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f7b71db2-d7e4-4952-8a7d-e463bb2b4908 Date: Mon, 03 Dec 2018 16: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":["8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0"],"updated_at":"2018-12-03T16:37:18Z","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99c93c35b8d142c18c02b81cca0af8c8","id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net"}]} 2018-12-03 16:37:37,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net used request id req-f7b71db2-d7e4-4952-8a7d-e463bb2b4908 2018-12-03 16:37:37,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fe93d8dc100c703ed142d6482282f1a1de4ca50" 2018-12-03 16:37:37,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4c1ca9d6-82d5-43f8-afc1-6216ed3cb208 Date: Mon, 03 Dec 2018 16:37:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:37:18Z","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":"99c93c35b8d142c18c02b81cca0af8c8","id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","subnetpool_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet"}]} 2018-12-03 16:37:37,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-4c1ca9d6-82d5-43f8-afc1-6216ed3cb208 2018-12-03 16:37:37,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fe93d8dc100c703ed142d6482282f1a1de4ca50" 2018-12-03 16:37:37,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-0810fbdb-3c50-48bc-acbc-9709096f9bef Date: Mon, 03 Dec 2018 16:37:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.3"}],"id":"5589605f-505d-47e9-8359-d570ddafadb3","security_groups":[],"mac_address":"fa:16:3e:eb:c1:af","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-73f2b16a-05ba-4eaa-9df6-969ba6010844"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.4"}],"id":"6c54b8ae-7ffc-40e3-b146-c194897dccb3","security_groups":[],"mac_address":"fa:16:3e:78:93:68","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-73f2b16a-05ba-4eaa-9df6-969ba6010844"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.2"}],"id":"a110fc03-a9b4-4a84-a970-a10f6e3ce1bc","security_groups":[],"mac_address":"fa:16:3e:27:92:26","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-73f2b16a-05ba-4eaa-9df6-969ba6010844"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.5"}],"id":"d6216aa5-ebb2-4de8-9be2-36dd614632cf","security_groups":["cce2ee53-f8a0-4a42-b6fc-c5da18ede856"],"mac_address":"fa:16:3e:c1:7c:88","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-port","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:23Z","binding:vnic_type":"normal","device_id":"a9332451-e774-48c7-9954-87482c03ae35"}]} 2018-12-03 16:37:37,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-0810fbdb-3c50-48bc-acbc-9709096f9bef 2018-12-03 16:37:37,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:38,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f48adfbd-0577-413f-bf6f-4a595a367fc1 x-compute-request-id: req-f48adfbd-0577-413f-bf6f-4a595a367fc1 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:7c:88", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "bookmark"}], "image": {"id": "6c021b04-9b2c-4077-9b53-d719de275407", "links": [{"href": "http://172.30.9.30:8774/images/6c021b04-9b2c-4077-9b53-d719de275407", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:37:32.000000", "flavor": {"id": "7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "links": [{"href": "http://172.30.9.30:8774/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "bookmark"}]}, "id": "a9332451-e774-48c7-9954-87482c03ae35", "security_groups": [{"name": "default"}], "user_id": "483cf1eb500c4f2e8f285e73dda6d9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:37:32Z", "hostId": "f5c9d3e9353f0c464a93ce202f68ec53124857d275b2df2dc4675e77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst", "created": "2018-12-03T16:37:26Z", "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:37:38,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 used request id req-f48adfbd-0577-413f-bf6f-4a595a367fc1 2018-12-03 16:37:38,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:38,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-832b565f-18f9-4f71-a274-23ff96868175 Date: Mon, 03 Dec 2018 16:37: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":["8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0"],"updated_at":"2018-12-03T16:37:18Z","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99c93c35b8d142c18c02b81cca0af8c8","id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net"}]} 2018-12-03 16:37:38,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net used request id req-832b565f-18f9-4f71-a274-23ff96868175 2018-12-03 16:37:38,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:38,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a6f7e0b-b5c4-4f87-a57d-c29585ed9083 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8"}, "enabled": true, "id": "99c93c35b8d142c18c02b81cca0af8c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}} 2018-12-03 16:37:38,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 used request id req-7a6f7e0b-b5c4-4f87-a57d-c29585ed9083 2018-12-03 16:37:38,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:38,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cbbab36f-2ead-4964-8ac7-d0028db869d4 Date: Mon, 03 Dec 2018 16:37:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:37:18Z","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":"99c93c35b8d142c18c02b81cca0af8c8","id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","subnetpool_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet"}]} 2018-12-03 16:37:38,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-cbbab36f-2ead-4964-8ac7-d0028db869d4 2018-12-03 16:37:38,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:38,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-e257deca-ebf6-4f42-8a3d-23f35935009f Date: Mon, 03 Dec 2018 16:37:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.3"}],"id":"5589605f-505d-47e9-8359-d570ddafadb3","security_groups":[],"mac_address":"fa:16:3e:eb:c1:af","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-73f2b16a-05ba-4eaa-9df6-969ba6010844"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.4"}],"id":"6c54b8ae-7ffc-40e3-b146-c194897dccb3","security_groups":[],"mac_address":"fa:16:3e:78:93:68","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-73f2b16a-05ba-4eaa-9df6-969ba6010844"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.2"}],"id":"a110fc03-a9b4-4a84-a970-a10f6e3ce1bc","security_groups":[],"mac_address":"fa:16:3e:27:92:26","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-73f2b16a-05ba-4eaa-9df6-969ba6010844"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.5"}],"id":"d6216aa5-ebb2-4de8-9be2-36dd614632cf","security_groups":["cce2ee53-f8a0-4a42-b6fc-c5da18ede856"],"mac_address":"fa:16:3e:c1:7c:88","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-port","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:23Z","binding:vnic_type":"normal","device_id":"a9332451-e774-48c7-9954-87482c03ae35"}]} 2018-12-03 16:37:38,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-e257deca-ebf6-4f42-8a3d-23f35935009f 2018-12-03 16:37:38,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:39,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-2f1e085c-dab4-4242-8110-e9bef1420b37 x-compute-request-id: req-2f1e085c-dab4-4242-8110-e9bef1420b37 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:7c:88", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "bookmark"}], "image": {"id": "6c021b04-9b2c-4077-9b53-d719de275407", "links": [{"href": "http://172.30.9.30:8774/images/6c021b04-9b2c-4077-9b53-d719de275407", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:37:32.000000", "flavor": {"id": "7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "links": [{"href": "http://172.30.9.30:8774/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "bookmark"}]}, "id": "a9332451-e774-48c7-9954-87482c03ae35", "security_groups": [{"name": "default"}], "user_id": "483cf1eb500c4f2e8f285e73dda6d9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:37:32Z", "hostId": "f5c9d3e9353f0c464a93ce202f68ec53124857d275b2df2dc4675e77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst", "created": "2018-12-03T16:37:26Z", "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:37:39,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 used request id req-2f1e085c-dab4-4242-8110-e9bef1420b37 2018-12-03 16:37:39,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:39,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-89acca35-eb69-440e-ab1f-bbae799df73e Date: Mon, 03 Dec 2018 16: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":["8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0"],"updated_at":"2018-12-03T16:37:18Z","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99c93c35b8d142c18c02b81cca0af8c8","id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net"}]} 2018-12-03 16:37:39,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net used request id req-89acca35-eb69-440e-ab1f-bbae799df73e 2018-12-03 16:37:39,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:39,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eace15f-dca2-4b31-ab07-14002cf04e7b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8"}, "enabled": true, "id": "99c93c35b8d142c18c02b81cca0af8c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}} 2018-12-03 16:37:39,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 used request id req-2eace15f-dca2-4b31-ab07-14002cf04e7b 2018-12-03 16:37:39,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:39,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f0af63c7-aa26-40c2-a505-486d97ce5e82 Date: Mon, 03 Dec 2018 16:37:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:37:18Z","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":"99c93c35b8d142c18c02b81cca0af8c8","id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","subnetpool_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet"}]} 2018-12-03 16:37:39,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-f0af63c7-aa26-40c2-a505-486d97ce5e82 2018-12-03 16:37:39,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:39,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-22278640-4207-43f1-a3d1-38f2288455b8 Date: Mon, 03 Dec 2018 16:37:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.3"}],"id":"5589605f-505d-47e9-8359-d570ddafadb3","security_groups":[],"mac_address":"fa:16:3e:eb:c1:af","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-73f2b16a-05ba-4eaa-9df6-969ba6010844"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.4"}],"id":"6c54b8ae-7ffc-40e3-b146-c194897dccb3","security_groups":[],"mac_address":"fa:16:3e:78:93:68","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-73f2b16a-05ba-4eaa-9df6-969ba6010844"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.2"}],"id":"a110fc03-a9b4-4a84-a970-a10f6e3ce1bc","security_groups":[],"mac_address":"fa:16:3e:27:92:26","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-73f2b16a-05ba-4eaa-9df6-969ba6010844"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:37:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0","ip_address":"10.55.0.5"}],"id":"d6216aa5-ebb2-4de8-9be2-36dd614632cf","security_groups":["cce2ee53-f8a0-4a42-b6fc-c5da18ede856"],"mac_address":"fa:16:3e:c1:7c:88","project_id":"99c93c35b8d142c18c02b81cca0af8c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-port","admin_state_up":true,"network_id":"73f2b16a-05ba-4eaa-9df6-969ba6010844","tenant_id":"99c93c35b8d142c18c02b81cca0af8c8","created_at":"2018-12-03T16:37:23Z","binding:vnic_type":"normal","device_id":"a9332451-e774-48c7-9954-87482c03ae35"}]} 2018-12-03 16:37:39,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-22278640-4207-43f1-a3d1-38f2288455b8 2018-12-03 16:37:39,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a61ae6b75a14b735bc66fbfa37a22e88fea13012" 2018-12-03 16:37:40,027 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:37:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7b960348-dd13-4aeb-9f54-4a5316fb9254 x-compute-request-id: req-7b960348-dd13-4aeb-9f54-4a5316fb9254 Content-Type: application/json 2018-12-03 16:37:40,027 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 used request id req-7b960348-dd13-4aeb-9f54-4a5316fb9254 2018-12-03 16:37:40,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:40,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-3617daf2-9f7f-4bc4-b431-3ffe8415846a x-compute-request-id: req-3617daf2-9f7f-4bc4-b431-3ffe8415846a Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:7c:88", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "bookmark"}], "image": {"id": "6c021b04-9b2c-4077-9b53-d719de275407", "links": [{"href": "http://172.30.9.30:8774/images/6c021b04-9b2c-4077-9b53-d719de275407", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:37:32.000000", "flavor": {"id": "7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "links": [{"href": "http://172.30.9.30:8774/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "bookmark"}]}, "id": "a9332451-e774-48c7-9954-87482c03ae35", "security_groups": [{"name": "default"}], "user_id": "483cf1eb500c4f2e8f285e73dda6d9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:37:39Z", "hostId": "f5c9d3e9353f0c464a93ce202f68ec53124857d275b2df2dc4675e77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst", "created": "2018-12-03T16:37:26Z", "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:37:40,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 used request id req-3617daf2-9f7f-4bc4-b431-3ffe8415846a 2018-12-03 16:37:40,603 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst] is - ACTIVE 2018-12-03 16:37:40,603 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:37:43,607 - create_instance - DEBUG - VM status query timeout in 296.420688152 2018-12-03 16:37:43,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:44,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-3e85e01c-3e4c-4256-8655-0ac67a45b000 x-compute-request-id: req-3e85e01c-3e4c-4256-8655-0ac67a45b000 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:7c:88", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a9332451-e774-48c7-9954-87482c03ae35", "rel": "bookmark"}], "image": {"id": "6c021b04-9b2c-4077-9b53-d719de275407", "links": [{"href": "http://172.30.9.30:8774/images/6c021b04-9b2c-4077-9b53-d719de275407", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:37:32.000000", "flavor": {"id": "7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "links": [{"href": "http://172.30.9.30:8774/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648", "rel": "bookmark"}]}, "id": "a9332451-e774-48c7-9954-87482c03ae35", "security_groups": [{"name": "default"}], "user_id": "483cf1eb500c4f2e8f285e73dda6d9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:37:39Z", "hostId": "f5c9d3e9353f0c464a93ce202f68ec53124857d275b2df2dc4675e77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst", "created": "2018-12-03T16:37:26Z", "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:37:44,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 used request id req-3e85e01c-3e4c-4256-8655-0ac67a45b000 2018-12-03 16:37:44,398 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst] is - ACTIVE 2018-12-03 16:37:44,398 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:37:47,401 - create_instance - DEBUG - VM status query timeout in 292.625790119 2018-12-03 16:37:47,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:47,450 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:37:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bbfc5870-920c-4f69-ad00-d93e9bcab19a x-compute-request-id: req-bbfc5870-920c-4f69-ad00-d93e9bcab19a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance a9332451-e774-48c7-9954-87482c03ae35 could not be found.", "code": 404}} 2018-12-03 16:37:47,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 used request id req-bbfc5870-920c-4f69-ad00-d93e9bcab19a 2018-12-03 16:37:47,451 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance a9332451-e774-48c7-9954-87482c03ae35 could not be found. (HTTP 404) (Request-ID: req-bbfc5870-920c-4f69-ad00-d93e9bcab19a) 2018-12-03 16:37:47,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a61ae6b75a14b735bc66fbfa37a22e88fea13012" 2018-12-03 16:37:47,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ad2a48a6-d295-4dd3-8e2d-ceff26d976e7 x-compute-request-id: req-ad2a48a6-d295-4dd3-8e2d-ceff26d976e7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:37:47,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst used request id req-ad2a48a6-d295-4dd3-8e2d-ceff26d976e7 2018-12-03 16:37:47,543 - create_instance - INFO - Deleting Port with ID - d6216aa5-ebb2-4de8-9be2-36dd614632cf 2018-12-03 16:37:47,543 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-port 2018-12-03 16:37:47,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/d6216aa5-ebb2-4de8-9be2-36dd614632cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:48,173 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cd48c956-0afc-43c6-9f10-088a8a139ef0 Date: Mon, 03 Dec 2018 16:37:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:37:48,173 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/d6216aa5-ebb2-4de8-9be2-36dd614632cf used request id req-cd48c956-0afc-43c6-9f10-088a8a139ef0 2018-12-03 16:37:48,174 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst 2018-12-03 16:37:48,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:48,223 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:37:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-51b8d05a-bce0-4199-9e6a-46e51c4f4ef2 x-compute-request-id: req-51b8d05a-bce0-4199-9e6a-46e51c4f4ef2 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance a9332451-e774-48c7-9954-87482c03ae35 could not be found.", "code": 404}} 2018-12-03 16:37:48,223 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 used request id req-51b8d05a-bce0-4199-9e6a-46e51c4f4ef2 2018-12-03 16:37:48,223 - create_instance - WARNING - Instance already deleted - Instance a9332451-e774-48c7-9954-87482c03ae35 could not be found. (HTTP 404) (Request-ID: req-51b8d05a-bce0-4199-9e6a-46e51c4f4ef2) 2018-12-03 16:37:48,224 - create_instance - INFO - Checking deletion status 2018-12-03 16:37:48,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6342a2e2589695ea1ac4210f0d215bb0b2232fba" 2018-12-03 16:37:48,268 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:37:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-25cfe448-8cfa-4f15-8655-9a2fccdee655 x-compute-request-id: req-25cfe448-8cfa-4f15-8655-9a2fccdee655 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance a9332451-e774-48c7-9954-87482c03ae35 could not be found.", "code": 404}} 2018-12-03 16:37:48,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a9332451-e774-48c7-9954-87482c03ae35 used request id req-25cfe448-8cfa-4f15-8655-9a2fccdee655 2018-12-03 16:37:48,269 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance a9332451-e774-48c7-9954-87482c03ae35 could not be found. (HTTP 404) (Request-ID: req-25cfe448-8cfa-4f15-8655-9a2fccdee655) 2018-12-03 16:37:48,269 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-inst 2018-12-03 16:37:48,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553fb596b25f93fec4c1b961991aa5b59d3a71db" 2018-12-03 16:37:48,441 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:37:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f28bc060-c3e0-4f90-a52a-8be4a716b599 x-compute-request-id: req-f28bc060-c3e0-4f90-a52a-8be4a716b599 Content-Length: 0 Content-Type: application/json 2018-12-03 16:37:48,441 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/7bff8936-8171-4c7f-bad5-ec8d9e1dd648 used request id req-f28bc060-c3e0-4f90-a52a-8be4a716b599 2018-12-03 16:37:48,442 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet 2018-12-03 16:37:48,442 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-subnet 2018-12-03 16:37:48,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90dc6014836e7030f126ced770d4fde96aa8012e" 2018-12-03 16:37:50,714 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fe4a5026-4ec1-492d-a19c-cd1d4cbbadee Date: Mon, 03 Dec 2018 16:37:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:37:50,714 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/8c9d8bac-f8f9-4fe4-8d0f-16ffedfe59b0 used request id req-fe4a5026-4ec1-492d-a19c-cd1d4cbbadee 2018-12-03 16:37:50,714 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-pub-net 2018-12-03 16:37:50,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/73f2b16a-05ba-4eaa-9df6-969ba6010844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90dc6014836e7030f126ced770d4fde96aa8012e" 2018-12-03 16:37:51,783 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-469742f6-2bef-45ae-a63c-2a4df91d135b Date: Mon, 03 Dec 2018 16:37:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:37:51,783 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/73f2b16a-05ba-4eaa-9df6-969ba6010844 used request id req-469742f6-2bef-45ae-a63c-2a4df91d135b 2018-12-03 16:37:51,784 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-22610a08-fa9c-45e6-ac6f-17c50c35f03e-image 2018-12-03 16:37:51,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/6c021b04-9b2c-4077-9b53-d719de275407 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19608249549646fc325f662096d778e1997d68aa" 2018-12-03 16:37:53,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b69d23e6-415f-45af-a225-721b03a280ed Date: Mon, 03 Dec 2018 16:37:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:37:53,145 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/6c021b04-9b2c-4077-9b53-d719de275407 used request id req-b69d23e6-415f-45af-a225-721b03a280ed 2018-12-03 16:37:53,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:53,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-9014e998-2b53-46a6-ab71-e2e04084343e Date: Mon, 03 Dec 2018 16:37:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "created_at": "2018-12-03T16:37:17Z", "updated_at": "2018-12-03T16:37:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:37:17Z", "revision_number": 0, "id": "15740a66-68d2-4d46-9ad7-d7793643b484", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:37:17Z", "security_group_id": "cce2ee53-f8a0-4a42-b6fc-c5da18ede856", "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "99c93c35b8d142c18c02b81cca0af8c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:37:17Z", "revision_number": 0, "id": "29d73be6-d153-4506-a299-2af1c2861787", "remote_group_id": "cce2ee53-f8a0-4a42-b6fc-c5da18ede856", "remote_ip_prefix": null, "created_at": "2018-12-03T16:37:17Z", "security_group_id": "cce2ee53-f8a0-4a42-b6fc-c5da18ede856", "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "99c93c35b8d142c18c02b81cca0af8c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:37:17Z", "revision_number": 0, "id": "8dc654df-87bb-455f-8ee4-0b18293396e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:37:17Z", "security_group_id": "cce2ee53-f8a0-4a42-b6fc-c5da18ede856", "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "99c93c35b8d142c18c02b81cca0af8c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:37:17Z", "revision_number": 0, "id": "fb25e004-5668-413f-8b82-07c99f952a89", "remote_group_id": "cce2ee53-f8a0-4a42-b6fc-c5da18ede856", "remote_ip_prefix": null, "created_at": "2018-12-03T16:37:17Z", "security_group_id": "cce2ee53-f8a0-4a42-b6fc-c5da18ede856", "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "99c93c35b8d142c18c02b81cca0af8c8"}], "revision_number": 4, "project_id": "99c93c35b8d142c18c02b81cca0af8c8", "id": "cce2ee53-f8a0-4a42-b6fc-c5da18ede856", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:37:53,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-9014e998-2b53-46a6-ab71-e2e04084343e 2018-12-03 16:37:53,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:53,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c3e69f-4be4-4ef7-ab2f-72d2c584b867 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:37:53,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-55c3e69f-4be4-4ef7-ab2f-72d2c584b867 2018-12-03 16:37:53,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:53,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4d30882-9312-4648-957f-48b014d6680d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:37:53,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-f4d30882-9312-4648-957f-48b014d6680d 2018-12-03 16:37:53,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:53,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-269c45f8-4442-42e3-928d-6e57d6253b43 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8"}, "enabled": true, "id": "99c93c35b8d142c18c02b81cca0af8c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj"}} 2018-12-03 16:37:53,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 used request id req-269c45f8-4442-42e3-928d-6e57d6253b43 2018-12-03 16:37:53,631 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cce2ee53-f8a0-4a42-b6fc-c5da18ede856 2018-12-03 16:37:53,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cce2ee53-f8a0-4a42-b6fc-c5da18ede856 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:53,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4ae49f82-f5ea-4546-b830-bbc13a1b348b Date: Mon, 03 Dec 2018 16:37: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-12-03T16:37:17Z", "security_group_id": "cce2ee53-f8a0-4a42-b6fc-c5da18ede856", "port_range_min": null, "revision_number": 0, "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "created_at": "2018-12-03T16:37:17Z", "project_id": "99c93c35b8d142c18c02b81cca0af8c8", "id": "15740a66-68d2-4d46-9ad7-d7793643b484"}, {"remote_group_id": "cce2ee53-f8a0-4a42-b6fc-c5da18ede856", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:37:17Z", "security_group_id": "cce2ee53-f8a0-4a42-b6fc-c5da18ede856", "port_range_min": null, "revision_number": 0, "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "created_at": "2018-12-03T16:37:17Z", "project_id": "99c93c35b8d142c18c02b81cca0af8c8", "id": "29d73be6-d153-4506-a299-2af1c2861787"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:37:17Z", "security_group_id": "cce2ee53-f8a0-4a42-b6fc-c5da18ede856", "port_range_min": null, "revision_number": 0, "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "created_at": "2018-12-03T16:37:17Z", "project_id": "99c93c35b8d142c18c02b81cca0af8c8", "id": "8dc654df-87bb-455f-8ee4-0b18293396e4"}, {"remote_group_id": "cce2ee53-f8a0-4a42-b6fc-c5da18ede856", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:37:17Z", "security_group_id": "cce2ee53-f8a0-4a42-b6fc-c5da18ede856", "port_range_min": null, "revision_number": 0, "tenant_id": "99c93c35b8d142c18c02b81cca0af8c8", "created_at": "2018-12-03T16:37:17Z", "project_id": "99c93c35b8d142c18c02b81cca0af8c8", "id": "fb25e004-5668-413f-8b82-07c99f952a89"}]} 2018-12-03 16:37:53,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cce2ee53-f8a0-4a42-b6fc-c5da18ede856 used request id req-4ae49f82-f5ea-4546-b830-bbc13a1b348b 2018-12-03 16:37:53,828 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:37:53,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/cce2ee53-f8a0-4a42-b6fc-c5da18ede856 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:54,272 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-544dc506-47ac-4cf2-9712-76b2cdce62b2 Content-Length: 0 Date: Mon, 03 Dec 2018 16:37:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:37:54,272 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/cce2ee53-f8a0-4a42-b6fc-c5da18ede856 used request id req-544dc506-47ac-4cf2-9712-76b2cdce62b2 2018-12-03 16:37:54,273 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj 2018-12-03 16:37:54,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:54,496 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:37:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4091add9-dd42-463f-be7e-0e13e422a5c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:37:54,496 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/99c93c35b8d142c18c02b81cca0af8c8 used request id req-4091add9-dd42-463f-be7e-0e13e422a5c9 2018-12-03 16:37:54,496 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-90ac3306-cc61-4e1-proj-role 2018-12-03 16:37:54,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/944860ffdee844748793b14837e184d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:54,600 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:37:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ee06f0b-988b-414f-a253-b30611412e88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:37:54,600 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/944860ffdee844748793b14837e184d0 used request id req-2ee06f0b-988b-414f-a253-b30611412e88 2018-12-03 16:37:54,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6293a3586160e77f136a1d33e7039e55066514" 2018-12-03 16:37:54,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eca23f2-a4f1-477f-aa9e-5d351bad7d71 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:37:54,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2eca23f2-a4f1-477f-aa9e-5d351bad7d71 2018-12-03 16:37:54,691 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-90ac3306-cc61-4e1-user 2018-12-03 16:37:54,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/483cf1eb500c4f2e8f285e73dda6d9f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f31df96d57282950fb7fd1d92a37b1fea72a02b" 2018-12-03 16:37:54,898 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:37:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67d8870d-7d8a-41dd-b59d-4bbeb22d10de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:37:54,898 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/483cf1eb500c4f2e8f285e73dda6d9f3 used request id req-67d8870d-7d8a-41dd-b59d-4bbeb22d10de 2018-12-03 16:37:54,900 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:37:55,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:37:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["tERMt9pyRZqlVeMaSOnfnQ"], "issued_at": "2018-12-03T16:37:55.000000Z"}} 2018-12-03 16:37:55,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03c520ba60a3202b0cac5ec2d76c326274702cd6" 2018-12-03 16:37:55,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-288cab23-4dc2-4e9e-b7e9-026060700fd1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:37:55,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-288cab23-4dc2-4e9e-b7e9-026060700fd1 2018-12-03 16:37:55,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:37:55,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:37:55,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:37:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["TWkVqO2_Q0uR5wP3kf-_Kg"], "issued_at": "2018-12-03T16:37:55.000000Z"}} 2018-12-03 16:37:55,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:37:55,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-049ee5e7-6ef6-41c1-b22a-a9ccc3c249be Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:37:55,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-049ee5e7-6ef6-41c1-b22a-a9ccc3c249be 2018-12-03 16:37:55,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:37:55,939 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:37:55,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:37:56,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0fa8d72-5db2-4ed2-9ffb-80b1c238ae35 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:37:56,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj used request id req-e0fa8d72-5db2-4ed2-9ffb-80b1c238ae35 2018-12-03 16:37:56,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:37:56,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36f529dc-ace3-488e-aaa3-6a24f8c9235d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:37:56,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-36f529dc-ace3-488e-aaa3-6a24f8c9235d 2018-12-03 16:37:56,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj"}}' 2018-12-03 16:37:56,241 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:37:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7dc78a7-ae83-40a1-b28d-c53f68694f44 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30"}, "enabled": true, "id": "99376944f9e44695b807d4121654df30", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj"}} 2018-12-03 16:37:56,241 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b7dc78a7-ae83-40a1-b28d-c53f68694f44 2018-12-03 16:37:56,242 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj 2018-12-03 16:37:56,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:37:56,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:37:56,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:37:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["oBTbhTXbQl6jh4sTaVJhtA"], "issued_at": "2018-12-03T16:37:56.000000Z"}} 2018-12-03 16:37:56,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ffd0b16a44533cb531701324d4266633500a28" 2018-12-03 16:37:56,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61ec64de-1b55-4543-897c-bce54b3bf9e8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:37:56,704 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-61ec64de-1b55-4543-897c-bce54b3bf9e8 2018-12-03 16:37:56,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:37:56,714 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:37: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:37:56,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ffd0b16a44533cb531701324d4266633500a28" 2018-12-03 16:37:56,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a088e971-7b6f-4659-8e28-9d99a6e7b613 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:37:56,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a088e971-7b6f-4659-8e28-9d99a6e7b613 2018-12-03 16:37:56,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ffd0b16a44533cb531701324d4266633500a28" 2018-12-03 16:37:56,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-167e0dd9-347b-407e-bff9-6bd22afc3ae9 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30"}, "enabled": true, "id": "99376944f9e44695b807d4121654df30", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj"}]} 2018-12-03 16:37:56,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj used request id req-167e0dd9-347b-407e-bff9-6bd22afc3ae9 2018-12-03 16:37:56,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ffd0b16a44533cb531701324d4266633500a28" 2018-12-03 16:37:57,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9fb0249-5834-45af-ac8b-0b4f2074e513 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:37:57,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d9fb0249-5834-45af-ac8b-0b4f2074e513 2018-12-03 16:37:57,403 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-user 2018-12-03 16:37:57,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:37:57,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:37:57,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a6a58a6-9ade-4778-a225-54ec4a5437b2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:37:57,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6a6a58a6-9ade-4778-a225-54ec4a5437b2 2018-12-03 16:37:57,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" -d '{"role": {"name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj-role"}}' 2018-12-03 16:37:57,624 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:37:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6be80d9-fc8c-49cd-be7d-56b024d3bf9d Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ddec75f10d134c5ebce4c1bbfcb1c106", "links": {"self": "http://172.30.9.30:5000/v3/roles/ddec75f10d134c5ebce4c1bbfcb1c106"}, "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj-role"}} 2018-12-03 16:37:57,624 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-f6be80d9-fc8c-49cd-be7d-56b024d3bf9d 2018-12-03 16:37:57,625 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj-role 2018-12-03 16:37:57,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/ddec75f10d134c5ebce4c1bbfcb1c106 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:37:57,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6beb07ca-9310-4ea3-92a4-6ca77617ebc7 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ddec75f10d134c5ebce4c1bbfcb1c106"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj-role", "id": "ddec75f10d134c5ebce4c1bbfcb1c106"}} 2018-12-03 16:37:57,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ddec75f10d134c5ebce4c1bbfcb1c106 used request id req-6beb07ca-9310-4ea3-92a4-6ca77617ebc7 2018-12-03 16:37:57,714 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj-role to project CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj 2018-12-03 16:37:57,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30/users/e45ce0dbea8442f783334654c9209187/roles/ddec75f10d134c5ebce4c1bbfcb1c106 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:37:57,848 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:37:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f04307b-1f83-4885-9337-c0b45fb9b1a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:37:57,848 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30/users/e45ce0dbea8442f783334654c9209187/roles/ddec75f10d134c5ebce4c1bbfcb1c106 used request id req-4f04307b-1f83-4885-9337-c0b45fb9b1a2 2018-12-03 16:37:57,848 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:37:57,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:37:57,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:37:58,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ddec75f10d134c5ebce4c1bbfcb1c106", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj-role"}], "expires_at": "2018-12-03T17:37:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99376944f9e44695b807d4121654df30", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-user", "id": "e45ce0dbea8442f783334654c9209187"}, "audit_ids": ["tWjuWcdXSxmTyPIbViWzdw"], "issued_at": "2018-12-03T16:37:58.000000Z"}} 2018-12-03 16:37:58,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4154c6f740cbaacd4a27b445733012fdf68d8f64" 2018-12-03 16:37:58,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:37:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b8cc252-ea90-443c-843a-65109fc411d8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:37:58,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5b8cc252-ea90-443c-843a-65109fc411d8 2018-12-03 16:37:58,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4154c6f740cbaacd4a27b445733012fdf68d8f64" 2018-12-03 16:37:58,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-cd672197-2951-496d-b2fc-eed25152e042 Date: Mon, 03 Dec 2018 16:37:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image"} 2018-12-03 16:37:58,496 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image used request id req-cd672197-2951-496d-b2fc-eed25152e042 2018-12-03 16:37:58,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4154c6f740cbaacd4a27b445733012fdf68d8f64" 2018-12-03 16:37:58,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7136ff1f-cccf-4c64-9620-1da22d5beee3 Date: Mon, 03 Dec 2018 16:37: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-12-03 16:37:58,654 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-7136ff1f-cccf-4c64-9620-1da22d5beee3 2018-12-03 16:37:58,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4154c6f740cbaacd4a27b445733012fdf68d8f64" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image"}' 2018-12-03 16:37:58,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee X-Openstack-Request-Id: req-4c289968-553e-4be3-95e7-3c78f66a7bc1 Date: Mon, 03 Dec 2018 16:37:58 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:37:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:37:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "min_disk": 0, "protected": false, "id": "df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "file": "/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee/file", "checksum": null, "owner": "99376944f9e44695b807d4121654df30", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:37:58,866 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-4c289968-553e-4be3-95e7-3c78f66a7bc1 2018-12-03 16:37:58,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4154c6f740cbaacd4a27b445733012fdf68d8f64" -d '' 2018-12-03 16:38:00,909 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-48aeb05f-5380-4068-81d4-a70a45bfaef1 Date: Mon, 03 Dec 2018 16:38:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:38:00,910 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee/file used request id req-48aeb05f-5380-4068-81d4-a70a45bfaef1 2018-12-03 16:38:00,910 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:38:00,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4154c6f740cbaacd4a27b445733012fdf68d8f64" 2018-12-03 16:38:00,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f93bb5a2-e0e2-46c8-8a76-c3befed5f2c2 Date: Mon, 03 Dec 2018 16:38:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:37:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:38:00Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee/snap", "metadata": {}}], "self": "/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "min_disk": 0, "protected": false, "id": "df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "file": "/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "99376944f9e44695b807d4121654df30", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:38:00,933 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee used request id req-f93bb5a2-e0e2-46c8-8a76-c3befed5f2c2 2018-12-03 16:38:00,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4154c6f740cbaacd4a27b445733012fdf68d8f64" 2018-12-03 16:38:01,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7ca0ae87-b2c3-484e-9cb1-9cd18bc338dc Date: Mon, 03 Dec 2018 16:38: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-12-03 16:38:01,105 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-7ca0ae87-b2c3-484e-9cb1-9cd18bc338dc 2018-12-03 16:38:01,108 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image 2018-12-03 16:38:01,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4154c6f740cbaacd4a27b445733012fdf68d8f64" 2018-12-03 16:38:01,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-3126fb99-10d3-4484-b285-d8555c8c800b Date: Mon, 03 Dec 2018 16:38:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:37:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:38:00Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee/snap", "metadata": {}}], "self": "/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "min_disk": 0, "protected": false, "id": "df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "file": "/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "99376944f9e44695b807d4121654df30", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:38:01,290 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee used request id req-3126fb99-10d3-4484-b285-d8555c8c800b 2018-12-03 16:38:01,291 - create_image - DEBUG - Instance status is - active 2018-12-03 16:38:01,291 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image 2018-12-03 16:38:01,291 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image 2018-12-03 16:38:01,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:01,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:01,675 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ddec75f10d134c5ebce4c1bbfcb1c106", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj-role"}], "expires_at": "2018-12-03T17:38:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99376944f9e44695b807d4121654df30", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-user", "id": "e45ce0dbea8442f783334654c9209187"}, "audit_ids": ["yfBWYytiTnKKLUcOVsa5zg"], "issued_at": "2018-12-03T16:38:01.000000Z"}} 2018-12-03 16:38:01,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a71b862ce4cb265378decaef00c29f5a8192091" 2018-12-03 16:38:01,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2801a67d-92c1-4619-bdf6-b84b6577c728 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:01,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2801a67d-92c1-4619-bdf6-b84b6577c728 2018-12-03 16:38:01,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a71b862ce4cb265378decaef00c29f5a8192091" 2018-12-03 16:38:01,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-05876aa1-03fa-4ed2-b4df-313f1ea50de6 Date: Mon, 03 Dec 2018 16:38:01 GMT RESP BODY: {"networks":[]} 2018-12-03 16:38:01,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net used request id req-05876aa1-03fa-4ed2-b4df-313f1ea50de6 2018-12-03 16:38:01,933 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net 2018-12-03 16:38:01,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a71b862ce4cb265378decaef00c29f5a8192091" -d '{"network": {"name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net", "admin_state_up": true}}' 2018-12-03 16:38:02,514 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-36b3ed32-99eb-4ab7-8273-5bc7fe0c8513 Date: Mon, 03 Dec 2018 16:38:02 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"8d4002b0-03bf-4533-a870-2d27e2441c77","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"99376944f9e44695b807d4121654df30","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:38:02Z","is_default":false,"name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:02Z","mtu":1450}} 2018-12-03 16:38:02,515 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-36b3ed32-99eb-4ab7-8273-5bc7fe0c8513 2018-12-03 16:38:02,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=8d4002b0-03bf-4533-a870-2d27e2441c77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a71b862ce4cb265378decaef00c29f5a8192091" 2018-12-03 16:38:02,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-6399bb48-2930-4b56-88ee-5dd998bcd5db Date: Mon, 03 Dec 2018 16:38:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-03T16:38:02Z","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"99376944f9e44695b807d4121654df30","id":"8d4002b0-03bf-4533-a870-2d27e2441c77","name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net"}]} 2018-12-03 16:38:02,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=8d4002b0-03bf-4533-a870-2d27e2441c77 used request id req-6399bb48-2930-4b56-88ee-5dd998bcd5db 2018-12-03 16:38:02,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a71b862ce4cb265378decaef00c29f5a8192091" 2018-12-03 16:38:02,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-329f415f-2b5b-4edb-8735-c4c6ae3ebf1b Date: Mon, 03 Dec 2018 16:38:02 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:38:02,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 used request id req-329f415f-2b5b-4edb-8735-c4c6ae3ebf1b 2018-12-03 16:38:02,940 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-subnet 2018-12-03 16:38:02,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a71b862ce4cb265378decaef00c29f5a8192091" -d '{"subnets": [{"ip_version": 4, "network_id": "8d4002b0-03bf-4533-a870-2d27e2441c77", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-subnet"}]}' 2018-12-03 16:38:03,479 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-211880a3-0aee-4f68-a628-a8ffbc30d76d Date: Mon, 03 Dec 2018 16:38:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d4002b0-03bf-4533-a870-2d27e2441c77","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:38:03Z","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":"99376944f9e44695b807d4121654df30","id":"afbc6fd2-cfca-409d-90c6-2e5ee3077855","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-subnet"}]} 2018-12-03 16:38:03,479 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-211880a3-0aee-4f68-a628-a8ffbc30d76d 2018-12-03 16:38:03,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=8d4002b0-03bf-4533-a870-2d27e2441c77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a71b862ce4cb265378decaef00c29f5a8192091" 2018-12-03 16:38:03,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-97f4c4f5-ef98-4da1-8697-751789f6a9be Date: Mon, 03 Dec 2018 16:38: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":["afbc6fd2-cfca-409d-90c6-2e5ee3077855"],"updated_at":"2018-12-03T16:38:03Z","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99376944f9e44695b807d4121654df30","id":"8d4002b0-03bf-4533-a870-2d27e2441c77","name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net"}]} 2018-12-03 16:38:03,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=8d4002b0-03bf-4533-a870-2d27e2441c77 used request id req-97f4c4f5-ef98-4da1-8697-751789f6a9be 2018-12-03 16:38:03,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a71b862ce4cb265378decaef00c29f5a8192091" 2018-12-03 16:38:04,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-20546807-3e86-4e55-b1f4-8aa3ed949ba3 Date: Mon, 03 Dec 2018 16:38:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d4002b0-03bf-4533-a870-2d27e2441c77","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:38:03Z","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":"99376944f9e44695b807d4121654df30","id":"afbc6fd2-cfca-409d-90c6-2e5ee3077855","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-subnet"}]} 2018-12-03 16:38:04,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 used request id req-20546807-3e86-4e55-b1f4-8aa3ed949ba3 2018-12-03 16:38:04,070 - OpenStackNetwork - DEBUG - Network [8d4002b0-03bf-4533-a870-2d27e2441c77] created successfully 2018-12-03 16:38:04,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:04,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:04,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:38:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["b1yz0lnZSxKSvea37is8Rw"], "issued_at": "2018-12-03T16:38:04.000000Z"}} 2018-12-03 16:38:04,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554388d6dfe73c8dc3c580df212381ad4108f478" 2018-12-03 16:38:04,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e677e4d-7c84-45cf-877c-54c01d6ca220 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:04,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8e677e4d-7c84-45cf-877c-54c01d6ca220 2018-12-03 16:38:04,542 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:38:04,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554388d6dfe73c8dc3c580df212381ad4108f478" 2018-12-03 16:38:04,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-03616e67-48d3-4999-b999-887e1b43cfcb x-compute-request-id: req-03616e67-48d3-4999-b999-887e1b43cfcb Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:38:04,727 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-03616e67-48d3-4999-b999-887e1b43cfcb 2018-12-03 16:38:04,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554388d6dfe73c8dc3c580df212381ad4108f478" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-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-12-03 16:38:04,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fa97591-20e1-48c8-8693-d24d1c554490 x-compute-request-id: req-8fa97591-20e1-48c8-8693-d24d1c554490 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f728a872-d33e-49b1-818c-c37ceb35025e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f728a872-d33e-49b1-818c-c37ceb35025e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f728a872-d33e-49b1-818c-c37ceb35025e", "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:38:04,779 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8fa97591-20e1-48c8-8693-d24d1c554490 2018-12-03 16:38:04,780 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:04,781 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:05,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ddec75f10d134c5ebce4c1bbfcb1c106", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj-role"}], "expires_at": "2018-12-03T17:38:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99376944f9e44695b807d4121654df30", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-user", "id": "e45ce0dbea8442f783334654c9209187"}, "audit_ids": ["uqCoKFodRZaYds4yKqtgyw"], "issued_at": "2018-12-03T16:38:05.000000Z"}} 2018-12-03 16:38:05,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:05,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28c92710-4b45-4dfd-bbec-badaa7df4f65 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:05,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-28c92710-4b45-4dfd-bbec-badaa7df4f65 2018-12-03 16:38:05,232 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:38:05,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:05,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4f317d2-ecbf-402d-b5d6-50a2ab89d388 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:05,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b4f317d2-ecbf-402d-b5d6-50a2ab89d388 2018-12-03 16:38:05,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:05,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-df4b27be-ef2a-4998-92e9-aae5eff41e00 Date: Mon, 03 Dec 2018 16:38: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":["afbc6fd2-cfca-409d-90c6-2e5ee3077855"],"updated_at":"2018-12-03T16:38:03Z","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99376944f9e44695b807d4121654df30","id":"8d4002b0-03bf-4533-a870-2d27e2441c77","name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net"}]} 2018-12-03 16:38:05,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net used request id req-df4b27be-ef2a-4998-92e9-aae5eff41e00 2018-12-03 16:38:05,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:38:05,699 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:38: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:38:05,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:05,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2f318ed-9177-4eb8-8d97-6d8ff8574b17 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30"}, "enabled": true, "id": "99376944f9e44695b807d4121654df30", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj"}} 2018-12-03 16:38:05,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 used request id req-a2f318ed-9177-4eb8-8d97-6d8ff8574b17 2018-12-03 16:38:05,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:05,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dc0b4de0-c28f-469f-8329-dfa9a21b6b6b Date: Mon, 03 Dec 2018 16:38:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d4002b0-03bf-4533-a870-2d27e2441c77","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:38:03Z","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":"99376944f9e44695b807d4121654df30","id":"afbc6fd2-cfca-409d-90c6-2e5ee3077855","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-subnet"}]} 2018-12-03 16:38:05,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 used request id req-dc0b4de0-c28f-469f-8329-dfa9a21b6b6b 2018-12-03 16:38:05,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77&name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:06,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-55b70867-0d82-43c0-ad0d-695685dbba19 Date: Mon, 03 Dec 2018 16:38:06 GMT RESP BODY: {"ports":[]} 2018-12-03 16:38:06,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77&name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40dport-1&admin_state_up=True used request id req-55b70867-0d82-43c0-ad0d-695685dbba19 2018-12-03 16:38:06,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:06,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c28bbf86-745b-4210-bc55-6f0d4005ca80 x-compute-request-id: req-c28bbf86-745b-4210-bc55-6f0d4005ca80 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:38:06,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst used request id req-c28bbf86-745b-4210-bc55-6f0d4005ca80 2018-12-03 16:38:06,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:06,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-dbb795e8-a683-41d0-a24a-b76c19fb8b36 Date: Mon, 03 Dec 2018 16:38: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":["afbc6fd2-cfca-409d-90c6-2e5ee3077855"],"updated_at":"2018-12-03T16:38:03Z","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99376944f9e44695b807d4121654df30","id":"8d4002b0-03bf-4533-a870-2d27e2441c77","name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net"}]} 2018-12-03 16:38:06,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net used request id req-dbb795e8-a683-41d0-a24a-b76c19fb8b36 2018-12-03 16:38:06,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:06,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d60ede12-3f24-4ea6-b568-2b12f8d7518b Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30"}, "enabled": true, "id": "99376944f9e44695b807d4121654df30", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj"}} 2018-12-03 16:38:06,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 used request id req-d60ede12-3f24-4ea6-b568-2b12f8d7518b 2018-12-03 16:38:06,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:07,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a68870cc-63cc-4ffc-9739-2705e7b25c8f Date: Mon, 03 Dec 2018 16:38:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d4002b0-03bf-4533-a870-2d27e2441c77","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:38:03Z","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":"99376944f9e44695b807d4121654df30","id":"afbc6fd2-cfca-409d-90c6-2e5ee3077855","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-subnet"}]} 2018-12-03 16:38:07,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 used request id req-a68870cc-63cc-4ffc-9739-2705e7b25c8f 2018-12-03 16:38:07,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77&name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:07,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ec3c3bd5-fc03-457b-9ff1-88af9ce9d1b4 Date: Mon, 03 Dec 2018 16:38:07 GMT RESP BODY: {"ports":[]} 2018-12-03 16:38:07,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77&name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40dport-1&admin_state_up=True used request id req-ec3c3bd5-fc03-457b-9ff1-88af9ce9d1b4 2018-12-03 16:38:07,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:07,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:07,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ddec75f10d134c5ebce4c1bbfcb1c106", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj-role"}], "expires_at": "2018-12-03T17:38:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99376944f9e44695b807d4121654df30", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/99376944f9e44695b807d4121654df30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/99376944f9e44695b807d4121654df30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/99376944f9e44695b807d4121654df30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-user", "id": "e45ce0dbea8442f783334654c9209187"}, "audit_ids": ["PyUeMQ0IRUOzo5UcxVddjA"], "issued_at": "2018-12-03T16:38:07.000000Z"}} 2018-12-03 16:38:07,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f392a6ffe35d17f53f7e6fdf0fff11196ff085a8" 2018-12-03 16:38:07,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa92e4c7-a55b-475c-9f9a-e1cee24baeba Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:07,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fa92e4c7-a55b-475c-9f9a-e1cee24baeba 2018-12-03 16:38:07,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:08,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6d09d51f-5969-43b4-ab40-5e64ce477af1 Date: Mon, 03 Dec 2018 16:38: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":["afbc6fd2-cfca-409d-90c6-2e5ee3077855"],"updated_at":"2018-12-03T16:38:03Z","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99376944f9e44695b807d4121654df30","id":"8d4002b0-03bf-4533-a870-2d27e2441c77","name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net"}]} 2018-12-03 16:38:08,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net used request id req-6d09d51f-5969-43b4-ab40-5e64ce477af1 2018-12-03 16:38:08,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:08,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1504cd1f-d4fd-4004-adda-8d466ed7800c Date: Mon, 03 Dec 2018 16:38:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d4002b0-03bf-4533-a870-2d27e2441c77","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:38:03Z","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":"99376944f9e44695b807d4121654df30","id":"afbc6fd2-cfca-409d-90c6-2e5ee3077855","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-subnet"}]} 2018-12-03 16:38:08,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 used request id req-1504cd1f-d4fd-4004-adda-8d466ed7800c 2018-12-03 16:38:08,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:08,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-02489c61-c4d7-476d-a3bc-0ad5fbc92888 Date: Mon, 03 Dec 2018 16:38: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":["afbc6fd2-cfca-409d-90c6-2e5ee3077855"],"updated_at":"2018-12-03T16:38:03Z","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99376944f9e44695b807d4121654df30","id":"8d4002b0-03bf-4533-a870-2d27e2441c77","name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net"}]} 2018-12-03 16:38:08,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net used request id req-02489c61-c4d7-476d-a3bc-0ad5fbc92888 2018-12-03 16:38:08,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:38:08,354 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:38:08,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f392a6ffe35d17f53f7e6fdf0fff11196ff085a8" 2018-12-03 16:38:08,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5c98923-a521-46f2-9736-797070a1dcf6 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30"}, "enabled": true, "id": "99376944f9e44695b807d4121654df30", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj"}} 2018-12-03 16:38:08,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 used request id req-f5c98923-a521-46f2-9736-797070a1dcf6 2018-12-03 16:38:08,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:08,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-349584a7-6af6-4290-a4c4-c4b3853c6e20 Date: Mon, 03 Dec 2018 16:38:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d4002b0-03bf-4533-a870-2d27e2441c77","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:38:03Z","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":"99376944f9e44695b807d4121654df30","id":"afbc6fd2-cfca-409d-90c6-2e5ee3077855","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-subnet"}]} 2018-12-03 16:38:08,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 used request id req-349584a7-6af6-4290-a4c4-c4b3853c6e20 2018-12-03 16:38:08,490 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net 2018-12-03 16:38:08,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" -d '{"port": {"network_id": "8d4002b0-03bf-4533-a870-2d27e2441c77", "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40dport-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-12-03 16:38:09,598 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 854 X-Openstack-Request-Id: req-71594626-f567-45aa-86a6-dd645e2aa525 Date: Mon, 03 Dec 2018 16:38:09 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-12-03T16:38:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"afbc6fd2-cfca-409d-90c6-2e5ee3077855","ip_address":"10.55.0.12"}],"id":"37dafb16-369b-4e06-b9f9-a1e10ded9b78","security_groups":["5a52c8fd-008e-4a45-b083-58f67cc07d3a"],"mac_address":"fa:16:3e:dd:86:27","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40dport-1","project_id":"99376944f9e44695b807d4121654df30","qos_policy_id":null,"admin_state_up":true,"network_id":"8d4002b0-03bf-4533-a870-2d27e2441c77","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:09Z","binding:vnic_type":"normal"}} 2018-12-03 16:38:09,599 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-71594626-f567-45aa-86a6-dd645e2aa525 2018-12-03 16:38:09,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:09,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9e57d557-f20a-4382-99c0-4017a2a8acc2 Date: Mon, 03 Dec 2018 16:38:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["afbc6fd2-cfca-409d-90c6-2e5ee3077855"],"updated_at":"2018-12-03T16:38:03Z","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99376944f9e44695b807d4121654df30","id":"8d4002b0-03bf-4533-a870-2d27e2441c77","name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net"}]} 2018-12-03 16:38:09,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net used request id req-9e57d557-f20a-4382-99c0-4017a2a8acc2 2018-12-03 16:38:09,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:09,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a8de214-4096-4a7b-b442-31bff86ddad7 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30"}, "enabled": true, "id": "99376944f9e44695b807d4121654df30", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj"}} 2018-12-03 16:38:09,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 used request id req-2a8de214-4096-4a7b-b442-31bff86ddad7 2018-12-03 16:38:09,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:10,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-32e7827b-9bda-4614-9a1b-8fe4b169c70c Date: Mon, 03 Dec 2018 16:38:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d4002b0-03bf-4533-a870-2d27e2441c77","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:38:03Z","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":"99376944f9e44695b807d4121654df30","id":"afbc6fd2-cfca-409d-90c6-2e5ee3077855","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-subnet"}]} 2018-12-03 16:38:10,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 used request id req-32e7827b-9bda-4614-9a1b-8fe4b169c70c 2018-12-03 16:38:10,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77&name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:10,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 857 X-Openstack-Request-Id: req-c4e0d707-64ce-44c0-813b-2ad4c66dcf1c Date: Mon, 03 Dec 2018 16:38:10 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-12-03T16:38:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"afbc6fd2-cfca-409d-90c6-2e5ee3077855","ip_address":"10.55.0.12"}],"id":"37dafb16-369b-4e06-b9f9-a1e10ded9b78","security_groups":["5a52c8fd-008e-4a45-b083-58f67cc07d3a"],"mac_address":"fa:16:3e:dd:86:27","project_id":"99376944f9e44695b807d4121654df30","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40dport-1","admin_state_up":true,"network_id":"8d4002b0-03bf-4533-a870-2d27e2441c77","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:09Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:38:10,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77&name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40dport-1&admin_state_up=True used request id req-c4e0d707-64ce-44c0-813b-2ad4c66dcf1c 2018-12-03 16:38:10,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:10,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c792702b-6cc8-4e53-8234-7c93b2c632fa Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30"}, "enabled": true, "id": "99376944f9e44695b807d4121654df30", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj"}} 2018-12-03 16:38:10,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 used request id req-c792702b-6cc8-4e53-8234-7c93b2c632fa 2018-12-03 16:38:10,428 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst 2018-12-03 16:38:10,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:10,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38: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-fa34471d-2166-4c9a-b113-f8687d2d8191 x-compute-request-id: req-fa34471d-2166-4c9a-b113-f8687d2d8191 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f728a872-d33e-49b1-818c-c37ceb35025e", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f728a872-d33e-49b1-818c-c37ceb35025e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f728a872-d33e-49b1-818c-c37ceb35025e", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-flavor-name"}]} 2018-12-03 16:38:10,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-fa34471d-2166-4c9a-b113-f8687d2d8191 2018-12-03 16:38:10,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/f728a872-d33e-49b1-818c-c37ceb35025e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:10,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38: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-0c204f4d-b81e-4756-9133-7f3002aacacb x-compute-request-id: req-0c204f4d-b81e-4756-9133-7f3002aacacb Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f728a872-d33e-49b1-818c-c37ceb35025e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f728a872-d33e-49b1-818c-c37ceb35025e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f728a872-d33e-49b1-818c-c37ceb35025e", "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:38:10,488 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f728a872-d33e-49b1-818c-c37ceb35025e used request id req-0c204f4d-b81e-4756-9133-7f3002aacacb 2018-12-03 16:38:10,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:10,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-4af3c136-3e62-4268-ac86-7a8faca3c71f Date: Mon, 03 Dec 2018 16:38:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:37:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:38:00Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee/snap", "metadata": {}}], "self": "/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "min_disk": 0, "protected": false, "id": "df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "file": "/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "99376944f9e44695b807d4121654df30", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image"} 2018-12-03 16:38:10,678 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image used request id req-4af3c136-3e62-4268-ac86-7a8faca3c71f 2018-12-03 16:38:10,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:10,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-caed9d34-37d5-43c4-a650-9962a6609624 Date: Mon, 03 Dec 2018 16: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-12-03 16:38:10,838 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-caed9d34-37d5-43c4-a650-9962a6609624 2018-12-03 16:38:10,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" -d '{"server": {"name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst", "imageRef": "df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "flavorRef": "f728a872-d33e-49b1-818c-c37ceb35025e", "max_count": 1, "min_count": 1, "networks": [{"port": "37dafb16-369b-4e06-b9f9-a1e10ded9b78"}]}}' 2018-12-03 16:38:12,590 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:38: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-2c5bd746-96a8-4520-9e26-2343ca7f7bcc x-compute-request-id: req-2c5bd746-96a8-4520-9e26-2343ca7f7bcc Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6ace8459-8894-4d09-9be4-d16c0bd33cc9", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9", "rel": "bookmark"}], "adminPass": "RpF4LWd9auok"}} 2018-12-03 16:38:12,590 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-2c5bd746-96a8-4520-9e26-2343ca7f7bcc 2018-12-03 16:38:12,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:12,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afbc51e7-7e69-45de-aa54-494aa8f9bd34 x-compute-request-id: req-afbc51e7-7e69-45de-aa54-494aa8f9bd34 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.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9", "rel": "bookmark"}], "image": {"id": "df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "links": [{"href": "http://172.30.9.30:8774/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f728a872-d33e-49b1-818c-c37ceb35025e", "links": [{"href": "http://172.30.9.30:8774/flavors/f728a872-d33e-49b1-818c-c37ceb35025e", "rel": "bookmark"}]}, "id": "6ace8459-8894-4d09-9be4-d16c0bd33cc9", "user_id": "e45ce0dbea8442f783334654c9209187", "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-12-03T16:38:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst", "created": "2018-12-03T16:38:12Z", "tenant_id": "99376944f9e44695b807d4121654df30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:38:12,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 used request id req-afbc51e7-7e69-45de-aa54-494aa8f9bd34 2018-12-03 16:38:12,947 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst 2018-12-03 16:38:12,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:13,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f54463e-4b18-4291-ad7b-da58b4f57a00 x-compute-request-id: req-0f54463e-4b18-4291-ad7b-da58b4f57a00 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.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9", "rel": "bookmark"}], "image": {"id": "df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "links": [{"href": "http://172.30.9.30:8774/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f728a872-d33e-49b1-818c-c37ceb35025e", "links": [{"href": "http://172.30.9.30:8774/flavors/f728a872-d33e-49b1-818c-c37ceb35025e", "rel": "bookmark"}]}, "id": "6ace8459-8894-4d09-9be4-d16c0bd33cc9", "user_id": "e45ce0dbea8442f783334654c9209187", "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-12-03T16:38:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst", "created": "2018-12-03T16:38:12Z", "tenant_id": "99376944f9e44695b807d4121654df30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:38:13,332 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 used request id req-0f54463e-4b18-4291-ad7b-da58b4f57a00 2018-12-03 16:38:13,333 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst] is - BUILD 2018-12-03 16:38:13,333 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:38:16,336 - create_instance - DEBUG - VM status query timeout in 896.610790014 2018-12-03 16:38:16,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:16,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38: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-744c3841-adfd-44a3-820d-4a681b3118b8 x-compute-request-id: req-744c3841-adfd-44a3-820d-4a681b3118b8 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.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9", "rel": "bookmark"}], "image": {"id": "df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "links": [{"href": "http://172.30.9.30:8774/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f728a872-d33e-49b1-818c-c37ceb35025e", "links": [{"href": "http://172.30.9.30:8774/flavors/f728a872-d33e-49b1-818c-c37ceb35025e", "rel": "bookmark"}]}, "id": "6ace8459-8894-4d09-9be4-d16c0bd33cc9", "security_groups": [{"name": "default"}], "user_id": "e45ce0dbea8442f783334654c9209187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:38:13Z", "hostId": "b2e001a2f02d1beb83ef855af33d078226d11c50a270b967897efa81", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst", "created": "2018-12-03T16:38:12Z", "tenant_id": "99376944f9e44695b807d4121654df30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:38:16,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 used request id req-744c3841-adfd-44a3-820d-4a681b3118b8 2018-12-03 16:38:16,907 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst] is - BUILD 2018-12-03 16:38:16,907 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:38:19,911 - create_instance - DEBUG - VM status query timeout in 893.036267042 2018-12-03 16:38:19,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:20,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38: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-3152a572-bf66-4042-a9e8-bbe4dff71572 x-compute-request-id: req-3152a572-bf66-4042-a9e8-bbe4dff71572 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:86:27", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9", "rel": "bookmark"}], "image": {"id": "df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "links": [{"href": "http://172.30.9.30:8774/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:38:19.000000", "flavor": {"id": "f728a872-d33e-49b1-818c-c37ceb35025e", "links": [{"href": "http://172.30.9.30:8774/flavors/f728a872-d33e-49b1-818c-c37ceb35025e", "rel": "bookmark"}]}, "id": "6ace8459-8894-4d09-9be4-d16c0bd33cc9", "security_groups": [{"name": "default"}], "user_id": "e45ce0dbea8442f783334654c9209187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:38:19Z", "hostId": "b2e001a2f02d1beb83ef855af33d078226d11c50a270b967897efa81", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst", "created": "2018-12-03T16:38:12Z", "tenant_id": "99376944f9e44695b807d4121654df30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:38:20,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 used request id req-3152a572-bf66-4042-a9e8-bbe4dff71572 2018-12-03 16:38:20,471 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst] is - ACTIVE 2018-12-03 16:38:20,471 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:38:20,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:21,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3f648ae-d976-4f91-992b-271b88f2988b x-compute-request-id: req-e3f648ae-d976-4f91-992b-271b88f2988b Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:86:27", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9", "rel": "bookmark"}], "image": {"id": "df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "links": [{"href": "http://172.30.9.30:8774/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:38:19.000000", "flavor": {"id": "f728a872-d33e-49b1-818c-c37ceb35025e", "links": [{"href": "http://172.30.9.30:8774/flavors/f728a872-d33e-49b1-818c-c37ceb35025e", "rel": "bookmark"}]}, "id": "6ace8459-8894-4d09-9be4-d16c0bd33cc9", "security_groups": [{"name": "default"}], "user_id": "e45ce0dbea8442f783334654c9209187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:38:19Z", "hostId": "b2e001a2f02d1beb83ef855af33d078226d11c50a270b967897efa81", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst", "created": "2018-12-03T16:38:12Z", "tenant_id": "99376944f9e44695b807d4121654df30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:38:21,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 used request id req-e3f648ae-d976-4f91-992b-271b88f2988b 2018-12-03 16:38:21,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:21,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-467f11b3-3b2a-4c2b-8398-9cdfe3c4b75e Date: Mon, 03 Dec 2018 16:38: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":["afbc6fd2-cfca-409d-90c6-2e5ee3077855"],"updated_at":"2018-12-03T16:38:03Z","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99376944f9e44695b807d4121654df30","id":"8d4002b0-03bf-4533-a870-2d27e2441c77","name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net"}]} 2018-12-03 16:38:21,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net used request id req-467f11b3-3b2a-4c2b-8398-9cdfe3c4b75e 2018-12-03 16:38:21,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:21,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79bfd623-e524-4aa0-9ba7-15560e4ce25a Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30"}, "enabled": true, "id": "99376944f9e44695b807d4121654df30", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj"}} 2018-12-03 16:38:21,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 used request id req-79bfd623-e524-4aa0-9ba7-15560e4ce25a 2018-12-03 16:38:21,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:21,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6d35bb77-ea7e-426d-bb41-349af079f135 Date: Mon, 03 Dec 2018 16:38:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d4002b0-03bf-4533-a870-2d27e2441c77","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:38:03Z","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":"99376944f9e44695b807d4121654df30","id":"afbc6fd2-cfca-409d-90c6-2e5ee3077855","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-subnet"}]} 2018-12-03 16:38:21,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 used request id req-6d35bb77-ea7e-426d-bb41-349af079f135 2018-12-03 16:38:21,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:21,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3184 X-Openstack-Request-Id: req-de5921de-fe32-41a6-8ad3-37ba227aa77b Date: Mon, 03 Dec 2018 16:38:21 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-12-03T16:38:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"afbc6fd2-cfca-409d-90c6-2e5ee3077855","ip_address":"10.55.0.12"}],"id":"37dafb16-369b-4e06-b9f9-a1e10ded9b78","security_groups":["5a52c8fd-008e-4a45-b083-58f67cc07d3a"],"mac_address":"fa:16:3e:dd:86:27","project_id":"99376944f9e44695b807d4121654df30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40dport-1","admin_state_up":true,"network_id":"8d4002b0-03bf-4533-a870-2d27e2441c77","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:09Z","binding:vnic_type":"normal","device_id":"6ace8459-8894-4d09-9be4-d16c0bd33cc9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:38:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"afbc6fd2-cfca-409d-90c6-2e5ee3077855","ip_address":"10.55.0.2"}],"id":"40706a30-b3f4-43cf-851c-f3a065ad0419","security_groups":[],"mac_address":"fa:16:3e:c5:03:0f","project_id":"99376944f9e44695b807d4121654df30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8d4002b0-03bf-4533-a870-2d27e2441c77","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8d4002b0-03bf-4533-a870-2d27e2441c77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:38:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"afbc6fd2-cfca-409d-90c6-2e5ee3077855","ip_address":"10.55.0.4"}],"id":"a07a7dfb-735c-4137-a3e8-70ff899a25f8","security_groups":[],"mac_address":"fa:16:3e:65:3b:c8","project_id":"99376944f9e44695b807d4121654df30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8d4002b0-03bf-4533-a870-2d27e2441c77","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8d4002b0-03bf-4533-a870-2d27e2441c77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:38:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"afbc6fd2-cfca-409d-90c6-2e5ee3077855","ip_address":"10.55.0.3"}],"id":"aaa34f79-a7e4-4bb5-9b73-eeb78e68b718","security_groups":[],"mac_address":"fa:16:3e:fe:c2:ea","project_id":"99376944f9e44695b807d4121654df30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8d4002b0-03bf-4533-a870-2d27e2441c77","tenant_id":"99376944f9e44695b807d4121654df30","created_at":"2018-12-03T16:38:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8d4002b0-03bf-4533-a870-2d27e2441c77"}]} 2018-12-03 16:38:21,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8d4002b0-03bf-4533-a870-2d27e2441c77 used request id req-de5921de-fe32-41a6-8ad3-37ba227aa77b 2018-12-03 16:38:21,671 - create_instance - INFO - Deleting Port with ID - 37dafb16-369b-4e06-b9f9-a1e10ded9b78 2018-12-03 16:38:21,672 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40dport-1 2018-12-03 16:38:21,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/37dafb16-369b-4e06-b9f9-a1e10ded9b78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:22,532 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d826f5a5-6b36-4685-9571-649e2acf61aa Date: Mon, 03 Dec 2018 16:38:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:38:22,532 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/37dafb16-369b-4e06-b9f9-a1e10ded9b78 used request id req-d826f5a5-6b36-4685-9571-649e2acf61aa 2018-12-03 16:38:22,532 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst 2018-12-03 16:38:22,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:22,717 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:38: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-0bd0ee8c-0cb2-4601-966b-1407d3ac077a x-compute-request-id: req-0bd0ee8c-0cb2-4601-966b-1407d3ac077a Content-Type: application/json 2018-12-03 16:38:22,717 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 used request id req-0bd0ee8c-0cb2-4601-966b-1407d3ac077a 2018-12-03 16:38:22,718 - create_instance - INFO - Checking deletion status 2018-12-03 16:38:22,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:23,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38: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-444a9b2b-a129-481e-8199-79c55334df4e x-compute-request-id: req-444a9b2b-a129-481e-8199-79c55334df4e Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:86:27", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9", "rel": "bookmark"}], "image": {"id": "df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "links": [{"href": "http://172.30.9.30:8774/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:38:19.000000", "flavor": {"id": "f728a872-d33e-49b1-818c-c37ceb35025e", "links": [{"href": "http://172.30.9.30:8774/flavors/f728a872-d33e-49b1-818c-c37ceb35025e", "rel": "bookmark"}]}, "id": "6ace8459-8894-4d09-9be4-d16c0bd33cc9", "user_id": "e45ce0dbea8442f783334654c9209187", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:38:22Z", "hostId": "b2e001a2f02d1beb83ef855af33d078226d11c50a270b967897efa81", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst", "created": "2018-12-03T16:38:12Z", "tenant_id": "99376944f9e44695b807d4121654df30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:38:23,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 used request id req-444a9b2b-a129-481e-8199-79c55334df4e 2018-12-03 16:38:23,173 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst] is - ACTIVE 2018-12-03 16:38:23,173 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:38:26,176 - create_instance - DEBUG - VM status query timeout in 296.541800976 2018-12-03 16:38:26,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2af4a7b94f6bee46952b260ac9ee21314a7831" 2018-12-03 16:38:26,230 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16: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-9d2487cc-4ac5-4ed6-9763-84e4145b5316 x-compute-request-id: req-9d2487cc-4ac5-4ed6-9763-84e4145b5316 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6ace8459-8894-4d09-9be4-d16c0bd33cc9 could not be found.", "code": 404}} 2018-12-03 16:38:26,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6ace8459-8894-4d09-9be4-d16c0bd33cc9 used request id req-9d2487cc-4ac5-4ed6-9763-84e4145b5316 2018-12-03 16:38:26,230 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6ace8459-8894-4d09-9be4-d16c0bd33cc9 could not be found. (HTTP 404) (Request-ID: req-9d2487cc-4ac5-4ed6-9763-84e4145b5316) 2018-12-03 16:38:26,231 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-inst 2018-12-03 16:38:26,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/f728a872-d33e-49b1-818c-c37ceb35025e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554388d6dfe73c8dc3c580df212381ad4108f478" 2018-12-03 16:38:26,278 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16: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-5cd23ce4-3e12-4ccb-908a-8865f9ea2bf5 x-compute-request-id: req-5cd23ce4-3e12-4ccb-908a-8865f9ea2bf5 Content-Length: 0 Content-Type: application/json 2018-12-03 16:38:26,279 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/f728a872-d33e-49b1-818c-c37ceb35025e used request id req-5cd23ce4-3e12-4ccb-908a-8865f9ea2bf5 2018-12-03 16:38:26,279 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-subnet 2018-12-03 16:38:26,279 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-subnet 2018-12-03 16:38:26,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/afbc6fd2-cfca-409d-90c6-2e5ee3077855 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a71b862ce4cb265378decaef00c29f5a8192091" 2018-12-03 16:38:28,803 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7c35e81-c939-4d6d-a431-9440d6dd7cc3 Date: Mon, 03 Dec 2018 16:38:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:38:28,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/afbc6fd2-cfca-409d-90c6-2e5ee3077855 used request id req-f7c35e81-c939-4d6d-a431-9440d6dd7cc3 2018-12-03 16:38:28,804 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-pub-net 2018-12-03 16:38:28,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/8d4002b0-03bf-4533-a870-2d27e2441c77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a71b862ce4cb265378decaef00c29f5a8192091" 2018-12-03 16:38:30,137 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a7d99ecb-4f95-43af-94b4-1d729573cd2a Date: Mon, 03 Dec 2018 16:38:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:38:30,137 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/8d4002b0-03bf-4533-a870-2d27e2441c77 used request id req-a7d99ecb-4f95-43af-94b4-1d729573cd2a 2018-12-03 16:38:30,138 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-5e7ad297-0a34-4222-9626-0dfe6407b40d-image 2018-12-03 16:38:30,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4154c6f740cbaacd4a27b445733012fdf68d8f64" 2018-12-03 16:38:31,403 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c95fbf40-e06d-4538-8149-1a499519c6ab Date: Mon, 03 Dec 2018 16:38:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:38:31,403 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/df8d8a19-b7bf-4c69-87af-db73e6ad50ee used request id req-c95fbf40-e06d-4538-8149-1a499519c6ab 2018-12-03 16:38:31,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:38:31,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1ad26798-61c6-4631-9686-f05b6ce5bd65 Date: Mon, 03 Dec 2018 16:38:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "99376944f9e44695b807d4121654df30", "created_at": "2018-12-03T16:38:02Z", "updated_at": "2018-12-03T16:38:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:38:02Z", "revision_number": 0, "id": "0603dc30-abc5-4198-b546-62e04fd763c8", "remote_group_id": "5a52c8fd-008e-4a45-b083-58f67cc07d3a", "remote_ip_prefix": null, "created_at": "2018-12-03T16:38:02Z", "security_group_id": "5a52c8fd-008e-4a45-b083-58f67cc07d3a", "tenant_id": "99376944f9e44695b807d4121654df30", "port_range_min": null, "ethertype": "IPv4", "project_id": "99376944f9e44695b807d4121654df30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:38:02Z", "revision_number": 0, "id": "3d2ce1ee-42d9-4520-8e55-6c59498c9e40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:38:02Z", "security_group_id": "5a52c8fd-008e-4a45-b083-58f67cc07d3a", "tenant_id": "99376944f9e44695b807d4121654df30", "port_range_min": null, "ethertype": "IPv4", "project_id": "99376944f9e44695b807d4121654df30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:38:02Z", "revision_number": 0, "id": "b9bdfba8-8c0d-4ce8-9c22-13c7f278ec32", "remote_group_id": "5a52c8fd-008e-4a45-b083-58f67cc07d3a", "remote_ip_prefix": null, "created_at": "2018-12-03T16:38:02Z", "security_group_id": "5a52c8fd-008e-4a45-b083-58f67cc07d3a", "tenant_id": "99376944f9e44695b807d4121654df30", "port_range_min": null, "ethertype": "IPv6", "project_id": "99376944f9e44695b807d4121654df30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:38:02Z", "revision_number": 0, "id": "e0368603-6168-40d7-8aa1-e433d4d63e3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:38:02Z", "security_group_id": "5a52c8fd-008e-4a45-b083-58f67cc07d3a", "tenant_id": "99376944f9e44695b807d4121654df30", "port_range_min": null, "ethertype": "IPv6", "project_id": "99376944f9e44695b807d4121654df30"}], "revision_number": 4, "project_id": "99376944f9e44695b807d4121654df30", "id": "5a52c8fd-008e-4a45-b083-58f67cc07d3a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:38:31,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-1ad26798-61c6-4631-9686-f05b6ce5bd65 2018-12-03 16:38:31,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:38:31,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fe03331-7938-4e41-8c49-89be780fe0eb Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:38:31,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-7fe03331-7938-4e41-8c49-89be780fe0eb 2018-12-03 16:38:31,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:38:31,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40c9d988-4cfb-423e-a3b6-04718108e710 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:38:31,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-40c9d988-4cfb-423e-a3b6-04718108e710 2018-12-03 16:38:31,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:38:32,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f5d3651-219b-406b-93ac-1aaf50db1126 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30"}, "enabled": true, "id": "99376944f9e44695b807d4121654df30", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj"}} 2018-12-03 16:38:32,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 used request id req-1f5d3651-219b-406b-93ac-1aaf50db1126 2018-12-03 16:38:32,000 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a52c8fd-008e-4a45-b083-58f67cc07d3a 2018-12-03 16:38:32,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a52c8fd-008e-4a45-b083-58f67cc07d3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:38:32,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-82aa11fe-0a76-4547-8da9-0ba97e90025f Date: Mon, 03 Dec 2018 16:38:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5a52c8fd-008e-4a45-b083-58f67cc07d3a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:38:02Z", "security_group_id": "5a52c8fd-008e-4a45-b083-58f67cc07d3a", "port_range_min": null, "revision_number": 0, "tenant_id": "99376944f9e44695b807d4121654df30", "created_at": "2018-12-03T16:38:02Z", "project_id": "99376944f9e44695b807d4121654df30", "id": "0603dc30-abc5-4198-b546-62e04fd763c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:38:02Z", "security_group_id": "5a52c8fd-008e-4a45-b083-58f67cc07d3a", "port_range_min": null, "revision_number": 0, "tenant_id": "99376944f9e44695b807d4121654df30", "created_at": "2018-12-03T16:38:02Z", "project_id": "99376944f9e44695b807d4121654df30", "id": "3d2ce1ee-42d9-4520-8e55-6c59498c9e40"}, {"remote_group_id": "5a52c8fd-008e-4a45-b083-58f67cc07d3a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:38:02Z", "security_group_id": "5a52c8fd-008e-4a45-b083-58f67cc07d3a", "port_range_min": null, "revision_number": 0, "tenant_id": "99376944f9e44695b807d4121654df30", "created_at": "2018-12-03T16:38:02Z", "project_id": "99376944f9e44695b807d4121654df30", "id": "b9bdfba8-8c0d-4ce8-9c22-13c7f278ec32"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:38:02Z", "security_group_id": "5a52c8fd-008e-4a45-b083-58f67cc07d3a", "port_range_min": null, "revision_number": 0, "tenant_id": "99376944f9e44695b807d4121654df30", "created_at": "2018-12-03T16:38:02Z", "project_id": "99376944f9e44695b807d4121654df30", "id": "e0368603-6168-40d7-8aa1-e433d4d63e3f"}]} 2018-12-03 16:38:32,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a52c8fd-008e-4a45-b083-58f67cc07d3a used request id req-82aa11fe-0a76-4547-8da9-0ba97e90025f 2018-12-03 16:38:32,273 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:38:32,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/5a52c8fd-008e-4a45-b083-58f67cc07d3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:38:32,581 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c25f53d-8485-4d51-b54c-1bed2aa05e9c Content-Length: 0 Date: Mon, 03 Dec 2018 16:38:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:38:32,581 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/5a52c8fd-008e-4a45-b083-58f67cc07d3a used request id req-8c25f53d-8485-4d51-b54c-1bed2aa05e9c 2018-12-03 16:38:32,582 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj 2018-12-03 16:38:32,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:38:32,789 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:38:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aaaf0fe3-d1cf-4e7a-973d-6a566f92fc7f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:38:32,789 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/99376944f9e44695b807d4121654df30 used request id req-aaaf0fe3-d1cf-4e7a-973d-6a566f92fc7f 2018-12-03 16:38:32,790 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-proj-role 2018-12-03 16:38:32,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/ddec75f10d134c5ebce4c1bbfcb1c106 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:38:32,905 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:38:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd4ed075-ef99-48e3-af71-fe8b62d2eda2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:38:32,906 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/ddec75f10d134c5ebce4c1bbfcb1c106 used request id req-dd4ed075-ef99-48e3-af71-fe8b62d2eda2 2018-12-03 16:38:32,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d208fe992c0d4cf98e4dfd9bf8f1219f018200d2" 2018-12-03 16:38:33,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd81a78d-0b7a-45ea-8179-66952cf1f395 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:38:33,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cd81a78d-0b7a-45ea-8179-66952cf1f395 2018-12-03 16:38:33,001 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-d6f72c48-fbcc-49b-user 2018-12-03 16:38:33,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/e45ce0dbea8442f783334654c9209187 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ffd0b16a44533cb531701324d4266633500a28" 2018-12-03 16:38:33,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:38:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fee4fed-57ed-47f7-b11c-c6debf49838b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:38:33,175 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e45ce0dbea8442f783334654c9209187 used request id req-4fee4fed-57ed-47f7-b11c-c6debf49838b 2018-12-03 16:38:33,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:33,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:38:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["fFAsEP7-TNmrj_YCBssG_w"], "issued_at": "2018-12-03T16:38:33.000000Z"}} 2018-12-03 16:38:33,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d08913d434086617b2736a23bd0c3be0509c12f7" 2018-12-03 16:38:33,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6618edbb-9cc0-4277-9ff9-dbdcb0738d6f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:33,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6618edbb-9cc0-4277-9ff9-dbdcb0738d6f 2018-12-03 16:38:33,650 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:33,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:34,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:38:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["3GABh7YpSk29joNW8T0VeQ"], "issued_at": "2018-12-03T16:38:34.000000Z"}} 2018-12-03 16:38:34,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:34,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeda4042-30c9-44db-aae4-6346c290005a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:34,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-aeda4042-30c9-44db-aae4-6346c290005a 2018-12-03 16:38:34,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:38:34,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:38: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:38:34,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:34,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57a63210-3a4c-4b19-b725-864bd2d504fb Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:38:34,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj used request id req-57a63210-3a4c-4b19-b725-864bd2d504fb 2018-12-03 16:38:34,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:34,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2abb1714-1748-47cc-a9f5-1f89f6291213 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:38:34,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-2abb1714-1748-47cc-a9f5-1f89f6291213 2018-12-03 16:38:34,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj"}}' 2018-12-03 16:38:34,445 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:38:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3246238e-36ec-45bd-9d4f-de42cdb5e5a7 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115"}, "enabled": true, "id": "f6c6bb87485441b9b7bda974689df115", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj"}} 2018-12-03 16:38:34,445 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-3246238e-36ec-45bd-9d4f-de42cdb5e5a7 2018-12-03 16:38:34,445 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj 2018-12-03 16:38:34,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:34,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:34,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:38:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["PjxeDk-KSnOCAzv9FZJyww"], "issued_at": "2018-12-03T16:38:34.000000Z"}} 2018-12-03 16:38:34,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3b1358642ce773771a597e6633f6b80c434655" 2018-12-03 16:38:34,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e4c54fa-c332-4779-bdf2-2fd593b6391d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:34,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0e4c54fa-c332-4779-bdf2-2fd593b6391d 2018-12-03 16:38:34,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:38:34,919 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:38: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:38:34,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3b1358642ce773771a597e6633f6b80c434655" 2018-12-03 16:38:34,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6267db43-3539-4c67-9c4b-a5455fd6c309 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:38:34,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6267db43-3539-4c67-9c4b-a5455fd6c309 2018-12-03 16:38:34,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3b1358642ce773771a597e6633f6b80c434655" 2018-12-03 16:38:35,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77847044-5dc9-43ed-9345-a2e17cecb4d9 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115"}, "enabled": true, "id": "f6c6bb87485441b9b7bda974689df115", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj"}]} 2018-12-03 16:38:35,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj used request id req-77847044-5dc9-43ed-9345-a2e17cecb4d9 2018-12-03 16:38:35,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3b1358642ce773771a597e6633f6b80c434655" 2018-12-03 16:38:35,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-016b5860-7c66-4f3f-ad08-198b7b0d39a5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:38:35,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-016b5860-7c66-4f3f-ad08-198b7b0d39a5 2018-12-03 16:38:35,541 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-fecbcb44-e3db-497-user 2018-12-03 16:38:35,541 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:35,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:35,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f35fbd0-58a2-4343-a122-f041aa998435 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:38:35,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8f35fbd0-58a2-4343-a122-f041aa998435 2018-12-03 16:38:35,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" -d '{"role": {"name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj-role"}}' 2018-12-03 16:38:35,756 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:38:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05f9a4fe-86bd-4ee4-af26-6cd7ca7509f9 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "63ef1d48f807443b961a692ce7340ca4", "links": {"self": "http://172.30.9.30:5000/v3/roles/63ef1d48f807443b961a692ce7340ca4"}, "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj-role"}} 2018-12-03 16:38:35,756 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-05f9a4fe-86bd-4ee4-af26-6cd7ca7509f9 2018-12-03 16:38:35,757 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj-role 2018-12-03 16:38:35,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/63ef1d48f807443b961a692ce7340ca4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:35,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfb949fc-42cb-4e76-a38e-74ca935df2f6 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/63ef1d48f807443b961a692ce7340ca4"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj-role", "id": "63ef1d48f807443b961a692ce7340ca4"}} 2018-12-03 16:38:35,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/63ef1d48f807443b961a692ce7340ca4 used request id req-bfb949fc-42cb-4e76-a38e-74ca935df2f6 2018-12-03 16:38:35,847 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj-role to project CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj 2018-12-03 16:38:35,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115/users/653b2d7f38bf4da1bc3b6de06e1c2257/roles/63ef1d48f807443b961a692ce7340ca4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:35,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:38:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b571f8ed-a673-4e64-b069-4b2325a82818 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:38:35,974 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115/users/653b2d7f38bf4da1bc3b6de06e1c2257/roles/63ef1d48f807443b961a692ce7340ca4 used request id req-b571f8ed-a673-4e64-b069-4b2325a82818 2018-12-03 16:38:35,974 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:38:35,974 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:35,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:36,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63ef1d48f807443b961a692ce7340ca4", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj-role"}], "expires_at": "2018-12-03T17:38:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f6c6bb87485441b9b7bda974689df115", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-user", "id": "653b2d7f38bf4da1bc3b6de06e1c2257"}, "audit_ids": ["a5aO5tBoSj-9gFXaILIkrQ"], "issued_at": "2018-12-03T16:38:36.000000Z"}} 2018-12-03 16:38:36,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7351e2f673ed71f48c7ab596226e174c3fd2edfb" 2018-12-03 16:38:36,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc318c4-9cfd-4c56-a7b9-e7ea50c46187 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:36,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3dc318c4-9cfd-4c56-a7b9-e7ea50c46187 2018-12-03 16:38:36,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7351e2f673ed71f48c7ab596226e174c3fd2edfb" 2018-12-03 16:38:36,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-09b1c815-52be-4a4a-8565-93642f7ae343 Date: Mon, 03 Dec 2018 16:38:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-image"} 2018-12-03 16:38:36,620 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-image used request id req-09b1c815-52be-4a4a-8565-93642f7ae343 2018-12-03 16:38:36,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7351e2f673ed71f48c7ab596226e174c3fd2edfb" 2018-12-03 16:38:36,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1ccba635-ebcd-4d71-af60-11e4aa92d86b Date: Mon, 03 Dec 2018 16:38: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-12-03 16:38:36,775 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-1ccba635-ebcd-4d71-af60-11e4aa92d86b 2018-12-03 16:38:36,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7351e2f673ed71f48c7ab596226e174c3fd2edfb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-image"}' 2018-12-03 16:38:37,004 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498 X-Openstack-Request-Id: req-53325c89-cde3-4e78-9188-4ca19c17d793 Date: Mon, 03 Dec 2018 16:38:37 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:38:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:38:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498", "min_disk": 0, "protected": false, "id": "6920b20c-f371-4e05-8f7d-43f78d294498", "file": "/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498/file", "checksum": null, "owner": "f6c6bb87485441b9b7bda974689df115", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:38:37,005 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-53325c89-cde3-4e78-9188-4ca19c17d793 2018-12-03 16:38:37,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7351e2f673ed71f48c7ab596226e174c3fd2edfb" -d '' 2018-12-03 16:38:39,271 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4e2fb53a-15e8-4dee-a45d-2a4a0816f08d Date: Mon, 03 Dec 2018 16:38:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:38:39,271 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498/file used request id req-4e2fb53a-15e8-4dee-a45d-2a4a0816f08d 2018-12-03 16:38:39,272 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:38:39,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7351e2f673ed71f48c7ab596226e174c3fd2edfb" 2018-12-03 16:38:39,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-8cafafbc-4e84-4222-93f3-eed580dade21 Date: Mon, 03 Dec 2018 16:38:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:38:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:38:39Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6920b20c-f371-4e05-8f7d-43f78d294498/snap", "metadata": {}}], "self": "/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498", "min_disk": 0, "protected": false, "id": "6920b20c-f371-4e05-8f7d-43f78d294498", "file": "/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f6c6bb87485441b9b7bda974689df115", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6920b20c-f371-4e05-8f7d-43f78d294498/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:38:39,457 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498 used request id req-8cafafbc-4e84-4222-93f3-eed580dade21 2018-12-03 16:38:39,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7351e2f673ed71f48c7ab596226e174c3fd2edfb" 2018-12-03 16:38:39,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-969782a8-7e53-4a51-9428-e867cdccdb25 Date: Mon, 03 Dec 2018 16:38: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-12-03 16:38:39,610 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-969782a8-7e53-4a51-9428-e867cdccdb25 2018-12-03 16:38:39,613 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-image 2018-12-03 16:38:39,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7351e2f673ed71f48c7ab596226e174c3fd2edfb" 2018-12-03 16:38:39,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-3b20cb14-5824-4619-b310-4d53fff678c7 Date: Mon, 03 Dec 2018 16:38:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:38:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:38:39Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6920b20c-f371-4e05-8f7d-43f78d294498/snap", "metadata": {}}], "self": "/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498", "min_disk": 0, "protected": false, "id": "6920b20c-f371-4e05-8f7d-43f78d294498", "file": "/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f6c6bb87485441b9b7bda974689df115", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6920b20c-f371-4e05-8f7d-43f78d294498/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:38:39,633 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498 used request id req-3b20cb14-5824-4619-b310-4d53fff678c7 2018-12-03 16:38:39,634 - create_image - DEBUG - Instance status is - active 2018-12-03 16:38:39,634 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-image 2018-12-03 16:38:39,634 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-image 2018-12-03 16:38:39,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:39,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:39,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63ef1d48f807443b961a692ce7340ca4", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj-role"}], "expires_at": "2018-12-03T17:38:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f6c6bb87485441b9b7bda974689df115", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-user", "id": "653b2d7f38bf4da1bc3b6de06e1c2257"}, "audit_ids": ["nmpqnJQKT1yk7Nnx-nRjMQ"], "issued_at": "2018-12-03T16:38:40.000000Z"}} 2018-12-03 16:38:40,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6258b277b69fe77973e3a2657be581c5f0c35143" 2018-12-03 16:38:40,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8add7c6-07dc-4cc9-9720-ab59a0e259f1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:40,076 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a8add7c6-07dc-4cc9-9720-ab59a0e259f1 2018-12-03 16:38:40,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6258b277b69fe77973e3a2657be581c5f0c35143" 2018-12-03 16:38:40,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7c33edbb-2743-458b-a678-06c8cec049c5 Date: Mon, 03 Dec 2018 16:38:40 GMT RESP BODY: {"networks":[]} 2018-12-03 16:38:40,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net used request id req-7c33edbb-2743-458b-a678-06c8cec049c5 2018-12-03 16:38:40,254 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net 2018-12-03 16:38:40,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6258b277b69fe77973e3a2657be581c5f0c35143" -d '{"network": {"name": "CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net", "admin_state_up": true}}' 2018-12-03 16:38:40,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-abe5719d-f6c3-4bda-9e6e-1f3ded590519 Date: Mon, 03 Dec 2018 16:38:40 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1bbf7caf-7743-4c04-ab09-b599ef25f24c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6c6bb87485441b9b7bda974689df115","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:38:40Z","is_default":false,"name":"CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f6c6bb87485441b9b7bda974689df115","created_at":"2018-12-03T16:38:40Z","mtu":1450}} 2018-12-03 16:38:40,784 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-abe5719d-f6c3-4bda-9e6e-1f3ded590519 2018-12-03 16:38:40,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=1bbf7caf-7743-4c04-ab09-b599ef25f24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6258b277b69fe77973e3a2657be581c5f0c35143" 2018-12-03 16:38:41,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-c1f6e50d-1133-4e22-8797-4a11c64ffb34 Date: Mon, 03 Dec 2018 16:38: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-12-03T16:38:40Z","tenant_id":"f6c6bb87485441b9b7bda974689df115","created_at":"2018-12-03T16:38:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f6c6bb87485441b9b7bda974689df115","id":"1bbf7caf-7743-4c04-ab09-b599ef25f24c","name":"CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net"}]} 2018-12-03 16:38:41,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=1bbf7caf-7743-4c04-ab09-b599ef25f24c used request id req-c1f6e50d-1133-4e22-8797-4a11c64ffb34 2018-12-03 16:38:41,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6258b277b69fe77973e3a2657be581c5f0c35143" 2018-12-03 16:38:41,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d6762ce1-6fb8-48b5-b881-f54816a5d8d8 Date: Mon, 03 Dec 2018 16:38:41 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:38:41,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c used request id req-d6762ce1-6fb8-48b5-b881-f54816a5d8d8 2018-12-03 16:38:41,201 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-subnet 2018-12-03 16:38:41,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6258b277b69fe77973e3a2657be581c5f0c35143" -d '{"subnets": [{"ip_version": 4, "network_id": "1bbf7caf-7743-4c04-ab09-b599ef25f24c", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-subnet"}]}' 2018-12-03 16:38:41,826 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a7b4153f-c25a-4bb6-ab4a-556ffb869592 Date: Mon, 03 Dec 2018 16:38:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bbf7caf-7743-4c04-ab09-b599ef25f24c","tenant_id":"f6c6bb87485441b9b7bda974689df115","created_at":"2018-12-03T16:38:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:38: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":"f6c6bb87485441b9b7bda974689df115","id":"6509d642-64e0-4406-9f72-3273f2e0d3f7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-subnet"}]} 2018-12-03 16:38:41,826 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-a7b4153f-c25a-4bb6-ab4a-556ffb869592 2018-12-03 16:38:41,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=1bbf7caf-7743-4c04-ab09-b599ef25f24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6258b277b69fe77973e3a2657be581c5f0c35143" 2018-12-03 16:38:42,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-976e0552-35a2-480c-a87b-f3bb3d8603cb Date: Mon, 03 Dec 2018 16:38: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":["6509d642-64e0-4406-9f72-3273f2e0d3f7"],"updated_at":"2018-12-03T16:38:41Z","tenant_id":"f6c6bb87485441b9b7bda974689df115","created_at":"2018-12-03T16:38:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f6c6bb87485441b9b7bda974689df115","id":"1bbf7caf-7743-4c04-ab09-b599ef25f24c","name":"CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net"}]} 2018-12-03 16:38:42,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=1bbf7caf-7743-4c04-ab09-b599ef25f24c used request id req-976e0552-35a2-480c-a87b-f3bb3d8603cb 2018-12-03 16:38:42,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6258b277b69fe77973e3a2657be581c5f0c35143" 2018-12-03 16:38:42,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-29a4c1e7-b0f8-43bb-8f03-4f96c778727e Date: Mon, 03 Dec 2018 16:38:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bbf7caf-7743-4c04-ab09-b599ef25f24c","tenant_id":"f6c6bb87485441b9b7bda974689df115","created_at":"2018-12-03T16:38:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:38: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":"f6c6bb87485441b9b7bda974689df115","id":"6509d642-64e0-4406-9f72-3273f2e0d3f7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-subnet"}]} 2018-12-03 16:38:42,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c used request id req-29a4c1e7-b0f8-43bb-8f03-4f96c778727e 2018-12-03 16:38:42,279 - OpenStackNetwork - DEBUG - Network [1bbf7caf-7743-4c04-ab09-b599ef25f24c] created successfully 2018-12-03 16:38:42,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:42,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:42,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:38:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["i7L5zpVXSEmKneD8Ezw_8g"], "issued_at": "2018-12-03T16:38:42.000000Z"}} 2018-12-03 16:38:42,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}943ff2d490bfb75503ee454d49e3f8e52be322c7" 2018-12-03 16:38:42,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74923afb-60a3-43c7-8891-80bd802e4edb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:42,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-74923afb-60a3-43c7-8891-80bd802e4edb 2018-12-03 16:38:42,739 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:38:42,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}943ff2d490bfb75503ee454d49e3f8e52be322c7" 2018-12-03 16:38:42,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-92735362-7442-4fbf-aa17-b5672984fc96 x-compute-request-id: req-92735362-7442-4fbf-aa17-b5672984fc96 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:38:42,923 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-92735362-7442-4fbf-aa17-b5672984fc96 2018-12-03 16:38:42,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}943ff2d490bfb75503ee454d49e3f8e52be322c7" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-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-12-03 16:38:43,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-2f8e50dc-e25b-4748-ae05-d210ff00112d x-compute-request-id: req-2f8e50dc-e25b-4748-ae05-d210ff00112d Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e585ae56-67cd-4133-a4f8-2ec6cf6597cd", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e585ae56-67cd-4133-a4f8-2ec6cf6597cd", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e585ae56-67cd-4133-a4f8-2ec6cf6597cd", "name": "CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:38:43,021 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-2f8e50dc-e25b-4748-ae05-d210ff00112d 2018-12-03 16:38:43,021 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:43,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:43,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63ef1d48f807443b961a692ce7340ca4", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj-role"}], "expires_at": "2018-12-03T17:38:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f6c6bb87485441b9b7bda974689df115", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-user", "id": "653b2d7f38bf4da1bc3b6de06e1c2257"}, "audit_ids": ["5sZlfaU-SGOx98rjVIEi6Q"], "issued_at": "2018-12-03T16:38:43.000000Z"}} 2018-12-03 16:38:43,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:43,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1dbdf6b-3702-4fc9-a5cd-65d38f580a1c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:43,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a1dbdf6b-3702-4fc9-a5cd-65d38f580a1c 2018-12-03 16:38:43,473 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:38:43,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:43,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92d8c84e-7b8f-41b6-a1c7-c835a1fc50b1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:43,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-92d8c84e-7b8f-41b6-a1c7-c835a1fc50b1 2018-12-03 16:38:43,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:43,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-28bc06e8-8072-447c-bab0-d5d994ca0537 Date: Mon, 03 Dec 2018 16:38: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":["6509d642-64e0-4406-9f72-3273f2e0d3f7"],"updated_at":"2018-12-03T16:38:41Z","tenant_id":"f6c6bb87485441b9b7bda974689df115","created_at":"2018-12-03T16:38:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f6c6bb87485441b9b7bda974689df115","id":"1bbf7caf-7743-4c04-ab09-b599ef25f24c","name":"CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net"}]} 2018-12-03 16:38:43,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net used request id req-28bc06e8-8072-447c-bab0-d5d994ca0537 2018-12-03 16:38:43,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:38:43,803 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:38: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:38:43,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:43,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec7a332b-571e-41ab-8741-6d409f7e98ec Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115"}, "enabled": true, "id": "f6c6bb87485441b9b7bda974689df115", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj"}} 2018-12-03 16:38:43,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115 used request id req-ec7a332b-571e-41ab-8741-6d409f7e98ec 2018-12-03 16:38:43,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:44,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cfc872d8-7f1c-4216-8c1e-629329c60e4e Date: Mon, 03 Dec 2018 16:38:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bbf7caf-7743-4c04-ab09-b599ef25f24c","tenant_id":"f6c6bb87485441b9b7bda974689df115","created_at":"2018-12-03T16:38:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:38: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":"f6c6bb87485441b9b7bda974689df115","id":"6509d642-64e0-4406-9f72-3273f2e0d3f7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-subnet"}]} 2018-12-03 16:38:44,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c used request id req-cfc872d8-7f1c-4216-8c1e-629329c60e4e 2018-12-03 16:38:44,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c&name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:44,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-31944327-8ccc-4e3d-9ece-a6ddaa7267b5 Date: Mon, 03 Dec 2018 16:38:44 GMT RESP BODY: {"ports":[]} 2018-12-03 16:38:44,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c&name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907port-1&admin_state_up=True used request id req-31944327-8ccc-4e3d-9ece-a6ddaa7267b5 2018-12-03 16:38:44,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:44,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 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-98ea9fae-61d1-4933-9572-483d52962958 x-compute-request-id: req-98ea9fae-61d1-4933-9572-483d52962958 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:38:44,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-inst used request id req-98ea9fae-61d1-4933-9572-483d52962958 2018-12-03 16:38:44,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:44,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-dc71344f-96e4-4348-8868-997703e41841 Date: Mon, 03 Dec 2018 16:38: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":["6509d642-64e0-4406-9f72-3273f2e0d3f7"],"updated_at":"2018-12-03T16:38:41Z","tenant_id":"f6c6bb87485441b9b7bda974689df115","created_at":"2018-12-03T16:38:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f6c6bb87485441b9b7bda974689df115","id":"1bbf7caf-7743-4c04-ab09-b599ef25f24c","name":"CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net"}]} 2018-12-03 16:38:44,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net used request id req-dc71344f-96e4-4348-8868-997703e41841 2018-12-03 16:38:44,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:44,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de267386-e2d9-45b9-91a2-ba31c6dc3e17 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115"}, "enabled": true, "id": "f6c6bb87485441b9b7bda974689df115", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj"}} 2018-12-03 16:38:44,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115 used request id req-de267386-e2d9-45b9-91a2-ba31c6dc3e17 2018-12-03 16:38:44,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:45,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a150837d-00ce-40e7-9976-5920dffbb417 Date: Mon, 03 Dec 2018 16:38:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bbf7caf-7743-4c04-ab09-b599ef25f24c","tenant_id":"f6c6bb87485441b9b7bda974689df115","created_at":"2018-12-03T16:38:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:38: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":"f6c6bb87485441b9b7bda974689df115","id":"6509d642-64e0-4406-9f72-3273f2e0d3f7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-subnet"}]} 2018-12-03 16:38:45,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c used request id req-a150837d-00ce-40e7-9976-5920dffbb417 2018-12-03 16:38:45,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c&name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:45,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7333d8f2-2204-4593-9864-cbb12109c424 Date: Mon, 03 Dec 2018 16:38:45 GMT RESP BODY: {"ports":[]} 2018-12-03 16:38:45,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c&name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907port-1&admin_state_up=True used request id req-7333d8f2-2204-4593-9864-cbb12109c424 2018-12-03 16:38:45,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:45,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:45,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63ef1d48f807443b961a692ce7340ca4", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj-role"}], "expires_at": "2018-12-03T17:38:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f6c6bb87485441b9b7bda974689df115", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/f6c6bb87485441b9b7bda974689df115", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/f6c6bb87485441b9b7bda974689df115", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/f6c6bb87485441b9b7bda974689df115", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-user", "id": "653b2d7f38bf4da1bc3b6de06e1c2257"}, "audit_ids": ["l3dhVQ-ETaeN-GIgiIQ9IQ"], "issued_at": "2018-12-03T16:38:45.000000Z"}} 2018-12-03 16:38:45,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90e7a05f36f2c02405be75df694b29167540d27" 2018-12-03 16:38:45,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78dec591-ef5f-4cbb-98f2-d064de91650d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:45,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-78dec591-ef5f-4cbb-98f2-d064de91650d 2018-12-03 16:38:45,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:45,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-23576610-8884-4e8c-8ae5-5d0cebf25716 Date: Mon, 03 Dec 2018 16:38: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":["6509d642-64e0-4406-9f72-3273f2e0d3f7"],"updated_at":"2018-12-03T16:38:41Z","tenant_id":"f6c6bb87485441b9b7bda974689df115","created_at":"2018-12-03T16:38:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f6c6bb87485441b9b7bda974689df115","id":"1bbf7caf-7743-4c04-ab09-b599ef25f24c","name":"CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net"}]} 2018-12-03 16:38:45,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net used request id req-23576610-8884-4e8c-8ae5-5d0cebf25716 2018-12-03 16:38:45,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:46,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-833dc07d-61f5-4df4-8a33-f9dec100aeb8 Date: Mon, 03 Dec 2018 16:38:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bbf7caf-7743-4c04-ab09-b599ef25f24c","tenant_id":"f6c6bb87485441b9b7bda974689df115","created_at":"2018-12-03T16:38:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:38: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":"f6c6bb87485441b9b7bda974689df115","id":"6509d642-64e0-4406-9f72-3273f2e0d3f7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-subnet"}]} 2018-12-03 16:38:46,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c used request id req-833dc07d-61f5-4df4-8a33-f9dec100aeb8 2018-12-03 16:38:46,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:46,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a7a8f3fa-c485-46f0-83cd-19f83e0d0468 Date: Mon, 03 Dec 2018 16:38: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":["6509d642-64e0-4406-9f72-3273f2e0d3f7"],"updated_at":"2018-12-03T16:38:41Z","tenant_id":"f6c6bb87485441b9b7bda974689df115","created_at":"2018-12-03T16:38:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f6c6bb87485441b9b7bda974689df115","id":"1bbf7caf-7743-4c04-ab09-b599ef25f24c","name":"CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net"}]} 2018-12-03 16:38:46,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net used request id req-a7a8f3fa-c485-46f0-83cd-19f83e0d0468 2018-12-03 16:38:46,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:38:46,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:38:46,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90e7a05f36f2c02405be75df694b29167540d27" 2018-12-03 16:38:46,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-769cdde9-6b97-4b3c-937b-3f13e106bc48 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115"}, "enabled": true, "id": "f6c6bb87485441b9b7bda974689df115", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj"}} 2018-12-03 16:38:46,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115 used request id req-769cdde9-6b97-4b3c-937b-3f13e106bc48 2018-12-03 16:38:46,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" 2018-12-03 16:38:46,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9f8af433-a183-4f9f-92d3-9d709afb9da7 Date: Mon, 03 Dec 2018 16:38:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bbf7caf-7743-4c04-ab09-b599ef25f24c","tenant_id":"f6c6bb87485441b9b7bda974689df115","created_at":"2018-12-03T16:38:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:38: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":"f6c6bb87485441b9b7bda974689df115","id":"6509d642-64e0-4406-9f72-3273f2e0d3f7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-subnet"}]} 2018-12-03 16:38:46,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1bbf7caf-7743-4c04-ab09-b599ef25f24c used request id req-9f8af433-a183-4f9f-92d3-9d709afb9da7 2018-12-03 16:38:46,672 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net 2018-12-03 16:38:46,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a96b804c5cae64138338d840e3abb734cebe0998" -d '{"port": {"network_id": "1bbf7caf-7743-4c04-ab09-b599ef25f24c", "name": "CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907port-1", "allowed_address_pairs": [{"ip_address": "foo", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-12-03 16:38:46,690 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 104 Content-Type: application/json X-Openstack-Request-Id: req-141851a4-d7b5-4443-a9aa-24daad0b719c Date: Mon, 03 Dec 2018 16:38:46 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-12-03 16:38:46,690 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-141851a4-d7b5-4443-a9aa-24daad0b719c 2018-12-03 16:38:46,690 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-12-03 16:38:46,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/e585ae56-67cd-4133-a4f8-2ec6cf6597cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}943ff2d490bfb75503ee454d49e3f8e52be322c7" 2018-12-03 16:38:46,769 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-6138c786-9e8b-493c-8e6c-870e8be3ee2d x-compute-request-id: req-6138c786-9e8b-493c-8e6c-870e8be3ee2d Content-Length: 0 Content-Type: application/json 2018-12-03 16:38:46,770 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e585ae56-67cd-4133-a4f8-2ec6cf6597cd used request id req-6138c786-9e8b-493c-8e6c-870e8be3ee2d 2018-12-03 16:38:46,770 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-subnet 2018-12-03 16:38:46,771 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-subnet 2018-12-03 16:38:46,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/6509d642-64e0-4406-9f72-3273f2e0d3f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6258b277b69fe77973e3a2657be581c5f0c35143" 2018-12-03 16:38:49,088 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-acf467d7-ad3f-445e-a5c7-6d18f5071509 Date: Mon, 03 Dec 2018 16:38:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:38:49,088 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/6509d642-64e0-4406-9f72-3273f2e0d3f7 used request id req-acf467d7-ad3f-445e-a5c7-6d18f5071509 2018-12-03 16:38:49,088 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-pub-net 2018-12-03 16:38:49,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/1bbf7caf-7743-4c04-ab09-b599ef25f24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6258b277b69fe77973e3a2657be581c5f0c35143" 2018-12-03 16:38:50,467 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f788d71e-be9a-4300-89da-1f8e470cf3c7 Date: Mon, 03 Dec 2018 16:38:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:38:50,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/1bbf7caf-7743-4c04-ab09-b599ef25f24c used request id req-f788d71e-be9a-4300-89da-1f8e470cf3c7 2018-12-03 16:38:50,467 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-b6f94aa0-3095-40ea-afa4-5e59ef983907-image 2018-12-03 16:38:50,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7351e2f673ed71f48c7ab596226e174c3fd2edfb" 2018-12-03 16:38:51,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-25914442-6a50-481f-bb45-b01fc366a8b0 Date: Mon, 03 Dec 2018 16:38:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:38:51,679 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/6920b20c-f371-4e05-8f7d-43f78d294498 used request id req-25914442-6a50-481f-bb45-b01fc366a8b0 2018-12-03 16:38:51,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:51,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3ff6a655-e10c-4832-95db-e92e41b1c181 Date: Mon, 03 Dec 2018 16:38:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f6c6bb87485441b9b7bda974689df115", "created_at": "2018-12-03T16:38:40Z", "updated_at": "2018-12-03T16:38:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:38:40Z", "revision_number": 0, "id": "752b078b-46ac-4e4e-9f94-48a7ea1d0b34", "remote_group_id": "656d0bda-eda5-48cf-aa01-1fbbff128420", "remote_ip_prefix": null, "created_at": "2018-12-03T16:38:40Z", "security_group_id": "656d0bda-eda5-48cf-aa01-1fbbff128420", "tenant_id": "f6c6bb87485441b9b7bda974689df115", "port_range_min": null, "ethertype": "IPv4", "project_id": "f6c6bb87485441b9b7bda974689df115"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:38:40Z", "revision_number": 0, "id": "8e4aedf7-cad3-4bed-877c-e89a4631ebd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:38:40Z", "security_group_id": "656d0bda-eda5-48cf-aa01-1fbbff128420", "tenant_id": "f6c6bb87485441b9b7bda974689df115", "port_range_min": null, "ethertype": "IPv6", "project_id": "f6c6bb87485441b9b7bda974689df115"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:38:40Z", "revision_number": 0, "id": "eebb2408-b79f-48b5-8ec8-3996c1a98c2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:38:40Z", "security_group_id": "656d0bda-eda5-48cf-aa01-1fbbff128420", "tenant_id": "f6c6bb87485441b9b7bda974689df115", "port_range_min": null, "ethertype": "IPv4", "project_id": "f6c6bb87485441b9b7bda974689df115"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:38:40Z", "revision_number": 0, "id": "f8e6d001-d871-4d6e-8604-34da33697506", "remote_group_id": "656d0bda-eda5-48cf-aa01-1fbbff128420", "remote_ip_prefix": null, "created_at": "2018-12-03T16:38:40Z", "security_group_id": "656d0bda-eda5-48cf-aa01-1fbbff128420", "tenant_id": "f6c6bb87485441b9b7bda974689df115", "port_range_min": null, "ethertype": "IPv6", "project_id": "f6c6bb87485441b9b7bda974689df115"}], "revision_number": 4, "project_id": "f6c6bb87485441b9b7bda974689df115", "id": "656d0bda-eda5-48cf-aa01-1fbbff128420", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:38:51,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-3ff6a655-e10c-4832-95db-e92e41b1c181 2018-12-03 16:38:51,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:52,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6743f48-7fa0-4efa-bfaf-6fbfe6445fb4 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:38:52,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-d6743f48-7fa0-4efa-bfaf-6fbfe6445fb4 2018-12-03 16:38:52,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:52,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0f92fa2-89d7-4fe1-adb3-f855bacaa962 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:38:52,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-b0f92fa2-89d7-4fe1-adb3-f855bacaa962 2018-12-03 16:38:52,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:52,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-820b2ebe-0642-455c-99f6-b351e39affef Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115"}, "enabled": true, "id": "f6c6bb87485441b9b7bda974689df115", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj"}} 2018-12-03 16:38:52,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115 used request id req-820b2ebe-0642-455c-99f6-b351e39affef 2018-12-03 16:38:52,193 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 656d0bda-eda5-48cf-aa01-1fbbff128420 2018-12-03 16:38:52,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=656d0bda-eda5-48cf-aa01-1fbbff128420 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:52,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1bb94b12-af26-4e45-b83e-50a3f77efe1c Date: Mon, 03 Dec 2018 16:38:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "656d0bda-eda5-48cf-aa01-1fbbff128420", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:38:40Z", "security_group_id": "656d0bda-eda5-48cf-aa01-1fbbff128420", "port_range_min": null, "revision_number": 0, "tenant_id": "f6c6bb87485441b9b7bda974689df115", "created_at": "2018-12-03T16:38:40Z", "project_id": "f6c6bb87485441b9b7bda974689df115", "id": "752b078b-46ac-4e4e-9f94-48a7ea1d0b34"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:38:40Z", "security_group_id": "656d0bda-eda5-48cf-aa01-1fbbff128420", "port_range_min": null, "revision_number": 0, "tenant_id": "f6c6bb87485441b9b7bda974689df115", "created_at": "2018-12-03T16:38:40Z", "project_id": "f6c6bb87485441b9b7bda974689df115", "id": "8e4aedf7-cad3-4bed-877c-e89a4631ebd3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:38:40Z", "security_group_id": "656d0bda-eda5-48cf-aa01-1fbbff128420", "port_range_min": null, "revision_number": 0, "tenant_id": "f6c6bb87485441b9b7bda974689df115", "created_at": "2018-12-03T16:38:40Z", "project_id": "f6c6bb87485441b9b7bda974689df115", "id": "eebb2408-b79f-48b5-8ec8-3996c1a98c2f"}, {"remote_group_id": "656d0bda-eda5-48cf-aa01-1fbbff128420", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:38:40Z", "security_group_id": "656d0bda-eda5-48cf-aa01-1fbbff128420", "port_range_min": null, "revision_number": 0, "tenant_id": "f6c6bb87485441b9b7bda974689df115", "created_at": "2018-12-03T16:38:40Z", "project_id": "f6c6bb87485441b9b7bda974689df115", "id": "f8e6d001-d871-4d6e-8604-34da33697506"}]} 2018-12-03 16:38:52,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=656d0bda-eda5-48cf-aa01-1fbbff128420 used request id req-1bb94b12-af26-4e45-b83e-50a3f77efe1c 2018-12-03 16:38:52,382 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:38:52,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/656d0bda-eda5-48cf-aa01-1fbbff128420 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:52,670 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-40da9a9c-5c8c-4c35-809c-e39dc178d9ce Content-Length: 0 Date: Mon, 03 Dec 2018 16:38:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:38:52,670 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/656d0bda-eda5-48cf-aa01-1fbbff128420 used request id req-40da9a9c-5c8c-4c35-809c-e39dc178d9ce 2018-12-03 16:38:52,671 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj 2018-12-03 16:38:52,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:52,904 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:38:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dce4582f-5e86-408d-a1c2-cf1ec03937d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:38:52,904 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/f6c6bb87485441b9b7bda974689df115 used request id req-dce4582f-5e86-408d-a1c2-cf1ec03937d0 2018-12-03 16:38:52,904 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-fecbcb44-e3db-497-proj-role 2018-12-03 16:38:52,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/63ef1d48f807443b961a692ce7340ca4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:53,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:38:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dac21307-2224-4583-a09f-381480a523a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:38:53,001 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/63ef1d48f807443b961a692ce7340ca4 used request id req-dac21307-2224-4583-a09f-381480a523a3 2018-12-03 16:38:53,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a5c64b3db36e08573388f99fa352f20f5d87a3d" 2018-12-03 16:38:53,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bc2ba18-ccb4-4d99-9761-a9b9faeec6b1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:38:53,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1bc2ba18-ccb4-4d99-9761-a9b9faeec6b1 2018-12-03 16:38:53,097 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-fecbcb44-e3db-497-user 2018-12-03 16:38:53,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/653b2d7f38bf4da1bc3b6de06e1c2257 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3b1358642ce773771a597e6633f6b80c434655" 2018-12-03 16:38:53,229 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:38:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-586e648e-736a-4aab-987b-034033a6ee32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:38:53,229 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/653b2d7f38bf4da1bc3b6de06e1c2257 used request id req-586e648e-736a-4aab-987b-034033a6ee32 2018-12-03 16:38:53,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:53,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:38:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["b20Rv0VDSNKfuslmlMKsKw"], "issued_at": "2018-12-03T16:38:53.000000Z"}} 2018-12-03 16:38:53,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e870976834171df4243710cf5480cdf881c46bc7" 2018-12-03 16:38:53,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11203b8a-5446-4f74-9c03-6c2b5d9a0e94 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:53,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-11203b8a-5446-4f74-9c03-6c2b5d9a0e94 2018-12-03 16:38:53,693 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:53,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:54,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:38:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ijaLPXbtT8KDBmpaFHATvw"], "issued_at": "2018-12-03T16:38:54.000000Z"}} 2018-12-03 16:38:54,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:38:54,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bb5cc25-5bca-45d7-8cfe-7239877cfbc3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:54,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1bb5cc25-5bca-45d7-8cfe-7239877cfbc3 2018-12-03 16:38:54,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:38:54,179 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:38: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:38:54,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:38:54,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af7106d8-56f3-4c5f-a13f-de2d2bb1f8ed Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:38:54,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj used request id req-af7106d8-56f3-4c5f-a13f-de2d2bb1f8ed 2018-12-03 16:38:54,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:38:54,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0798cd19-5366-4b70-9f3a-8160fc767dcc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:38:54,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-0798cd19-5366-4b70-9f3a-8160fc767dcc 2018-12-03 16:38:54,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj"}}' 2018-12-03 16:38:54,469 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:38:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3bf268a-d60a-4b6d-ac33-bdfacc7dd981 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7"}, "enabled": true, "id": "672c4462756c4d1db1908103480808e7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj"}} 2018-12-03 16:38:54,469 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-e3bf268a-d60a-4b6d-ac33-bdfacc7dd981 2018-12-03 16:38:54,469 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj 2018-12-03 16:38:54,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:54,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:54,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:38:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["A78J_4UXSgKApsFgZWpxSQ"], "issued_at": "2018-12-03T16:38:54.000000Z"}} 2018-12-03 16:38:54,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925a3a0d7a7f6921103d676e823470333d27c97" 2018-12-03 16:38:54,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-134a37fd-8377-40ec-a9b8-fc7835392429 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:54,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-134a37fd-8377-40ec-a9b8-fc7835392429 2018-12-03 16:38:54,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:38:54,953 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:38: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:38:54,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925a3a0d7a7f6921103d676e823470333d27c97" 2018-12-03 16:38:55,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd5d589f-c4e2-491f-8535-cdd6f89a9b4f Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:38:55,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-cd5d589f-c4e2-491f-8535-cdd6f89a9b4f 2018-12-03 16:38:55,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925a3a0d7a7f6921103d676e823470333d27c97" 2018-12-03 16:38:55,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e22a42fb-4bae-4f20-8224-c01bed85005d Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7"}, "enabled": true, "id": "672c4462756c4d1db1908103480808e7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj"}]} 2018-12-03 16:38:55,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj used request id req-e22a42fb-4bae-4f20-8224-c01bed85005d 2018-12-03 16:38:55,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925a3a0d7a7f6921103d676e823470333d27c97" 2018-12-03 16:38:55,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b07f44d5-2cc4-4cbf-ae98-a50288740c21 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:38:55,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b07f44d5-2cc4-4cbf-ae98-a50288740c21 2018-12-03 16:38:55,600 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-6e2c66ca-a085-4db-user 2018-12-03 16:38:55,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:55,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:38:55,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55bc7e3c-95b7-43a5-a3b0-8855c412ba0f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:38:55,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-55bc7e3c-95b7-43a5-a3b0-8855c412ba0f 2018-12-03 16:38:55,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" -d '{"role": {"name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj-role"}}' 2018-12-03 16:38:55,804 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:38:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76041e79-dc5a-4238-b02c-fb1e7ace08c0 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "058554ae558945faa85ffd43fd7cd155", "links": {"self": "http://172.30.9.30:5000/v3/roles/058554ae558945faa85ffd43fd7cd155"}, "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj-role"}} 2018-12-03 16:38:55,804 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-76041e79-dc5a-4238-b02c-fb1e7ace08c0 2018-12-03 16:38:55,805 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj-role 2018-12-03 16:38:55,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/058554ae558945faa85ffd43fd7cd155 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:38:55,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f58f678d-7ee5-407e-a17e-8b74ee98ad55 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/058554ae558945faa85ffd43fd7cd155"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj-role", "id": "058554ae558945faa85ffd43fd7cd155"}} 2018-12-03 16:38:55,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/058554ae558945faa85ffd43fd7cd155 used request id req-f58f678d-7ee5-407e-a17e-8b74ee98ad55 2018-12-03 16:38:55,911 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj-role to project CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj 2018-12-03 16:38:55,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7/users/8c83ce85a1b548039ebd2c65c1c6c79c/roles/058554ae558945faa85ffd43fd7cd155 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:38:56,040 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:38:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64e65cd2-98f2-4e9a-88e8-bf836916ce78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:38:56,040 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7/users/8c83ce85a1b548039ebd2c65c1c6c79c/roles/058554ae558945faa85ffd43fd7cd155 used request id req-64e65cd2-98f2-4e9a-88e8-bf836916ce78 2018-12-03 16:38:56,041 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:38:56,041 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:56,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:56,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "058554ae558945faa85ffd43fd7cd155", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj-role"}], "expires_at": "2018-12-03T17:38:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "672c4462756c4d1db1908103480808e7", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-user", "id": "8c83ce85a1b548039ebd2c65c1c6c79c"}, "audit_ids": ["kUzH_lxlSeGXK1Tgs37XDw"], "issued_at": "2018-12-03T16:38:56.000000Z"}} 2018-12-03 16:38:56,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4341033e27ff0061f4a3cedf0d4098611a01b9a5" 2018-12-03 16:38:56,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16317baf-3264-4606-ae72-b2f7b5dbb9a6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:56,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-16317baf-3264-4606-ae72-b2f7b5dbb9a6 2018-12-03 16:38:56,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4341033e27ff0061f4a3cedf0d4098611a01b9a5" 2018-12-03 16:38:56,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-6ec30041-103f-4d6a-8440-f9c61cb29ca6 Date: Mon, 03 Dec 2018 16:38:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-image"} 2018-12-03 16:38:56,763 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-image used request id req-6ec30041-103f-4d6a-8440-f9c61cb29ca6 2018-12-03 16:38:56,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4341033e27ff0061f4a3cedf0d4098611a01b9a5" 2018-12-03 16:38:56,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-18d96f12-5f91-445d-8809-ece8564ac1ec Date: Mon, 03 Dec 2018 16:38: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-12-03 16:38:56,919 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-18d96f12-5f91-445d-8809-ece8564ac1ec 2018-12-03 16:38:56,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4341033e27ff0061f4a3cedf0d4098611a01b9a5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-image"}' 2018-12-03 16:38:57,136 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f X-Openstack-Request-Id: req-de35e283-8fd9-4104-bc02-d0679cec8b7d Date: Mon, 03 Dec 2018 16:38:57 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:38:57Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:38:57Z", "visibility": "shared", "locations": [], "self": "/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f", "min_disk": 0, "protected": false, "id": "76efd83d-9e64-4bd2-ae20-ccf6e8a0814f", "file": "/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f/file", "checksum": null, "owner": "672c4462756c4d1db1908103480808e7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:38:57,136 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-de35e283-8fd9-4104-bc02-d0679cec8b7d 2018-12-03 16:38:57,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4341033e27ff0061f4a3cedf0d4098611a01b9a5" -d '' 2018-12-03 16:38:59,023 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0cad4dde-b939-4e82-b93a-c666c12fafe8 Date: Mon, 03 Dec 2018 16:38:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:38:59,023 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f/file used request id req-0cad4dde-b939-4e82-b93a-c666c12fafe8 2018-12-03 16:38:59,024 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:38:59,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4341033e27ff0061f4a3cedf0d4098611a01b9a5" 2018-12-03 16:38:59,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-9204b409-fb80-4f61-a50d-37a4f8b0d9a4 Date: Mon, 03 Dec 2018 16:38:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:38:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:38:58Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f/snap", "metadata": {}}], "self": "/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f", "min_disk": 0, "protected": false, "id": "76efd83d-9e64-4bd2-ae20-ccf6e8a0814f", "file": "/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "672c4462756c4d1db1908103480808e7", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:38:59,176 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f used request id req-9204b409-fb80-4f61-a50d-37a4f8b0d9a4 2018-12-03 16:38:59,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4341033e27ff0061f4a3cedf0d4098611a01b9a5" 2018-12-03 16:38:59,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6b3ad7ea-63cd-4e99-ae22-2bda8ca45548 Date: Mon, 03 Dec 2018 16:38: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-12-03 16:38:59,348 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-6b3ad7ea-63cd-4e99-ae22-2bda8ca45548 2018-12-03 16:38:59,351 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-image 2018-12-03 16:38:59,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4341033e27ff0061f4a3cedf0d4098611a01b9a5" 2018-12-03 16:38:59,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-ffd74268-733d-424a-8ecd-d0219b06c150 Date: Mon, 03 Dec 2018 16:38:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:38:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:38:58Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f/snap", "metadata": {}}], "self": "/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f", "min_disk": 0, "protected": false, "id": "76efd83d-9e64-4bd2-ae20-ccf6e8a0814f", "file": "/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "672c4462756c4d1db1908103480808e7", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:38:59,370 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f used request id req-ffd74268-733d-424a-8ecd-d0219b06c150 2018-12-03 16:38:59,371 - create_image - DEBUG - Instance status is - active 2018-12-03 16:38:59,371 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-image 2018-12-03 16:38:59,371 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-image 2018-12-03 16:38:59,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:38:59,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:38:59,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "058554ae558945faa85ffd43fd7cd155", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj-role"}], "expires_at": "2018-12-03T17:38:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "672c4462756c4d1db1908103480808e7", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-user", "id": "8c83ce85a1b548039ebd2c65c1c6c79c"}, "audit_ids": ["fE3WHKHwTXyjK5o6Ijl3LA"], "issued_at": "2018-12-03T16:38:59.000000Z"}} 2018-12-03 16:38:59,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df366ba641c35d80bd67f8531213af2fab94855" 2018-12-03 16:38:59,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8667cf07-e263-4da2-a796-fe4f589d7578 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:38:59,822 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8667cf07-e263-4da2-a796-fe4f589d7578 2018-12-03 16:38:59,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df366ba641c35d80bd67f8531213af2fab94855" 2018-12-03 16:39:00,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3540dc64-e514-442a-abe2-9fe1b366457a Date: Mon, 03 Dec 2018 16:39:00 GMT RESP BODY: {"networks":[]} 2018-12-03 16:39:00,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net used request id req-3540dc64-e514-442a-abe2-9fe1b366457a 2018-12-03 16:39:00,103 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net 2018-12-03 16:39:00,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df366ba641c35d80bd67f8531213af2fab94855" -d '{"network": {"name": "CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net", "admin_state_up": true}}' 2018-12-03 16:39:00,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-afeae6fa-0c55-45bc-ab4f-6061d65d7e99 Date: Mon, 03 Dec 2018 16:39:00 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f120ca91-f509-4413-b5db-7fbf5bb2e26a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"672c4462756c4d1db1908103480808e7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:39:00Z","is_default":false,"name":"CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"672c4462756c4d1db1908103480808e7","created_at":"2018-12-03T16:39:00Z","mtu":1450}} 2018-12-03 16:39:00,934 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-afeae6fa-0c55-45bc-ab4f-6061d65d7e99 2018-12-03 16:39:00,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f120ca91-f509-4413-b5db-7fbf5bb2e26a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df366ba641c35d80bd67f8531213af2fab94855" 2018-12-03 16:39:01,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-da8a87ef-ec40-4dfc-9342-cd90d286a5fc Date: Mon, 03 Dec 2018 16:39: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-12-03T16:39:00Z","tenant_id":"672c4462756c4d1db1908103480808e7","created_at":"2018-12-03T16:39:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"672c4462756c4d1db1908103480808e7","id":"f120ca91-f509-4413-b5db-7fbf5bb2e26a","name":"CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net"}]} 2018-12-03 16:39:01,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f120ca91-f509-4413-b5db-7fbf5bb2e26a used request id req-da8a87ef-ec40-4dfc-9342-cd90d286a5fc 2018-12-03 16:39:01,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df366ba641c35d80bd67f8531213af2fab94855" 2018-12-03 16:39:01,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-96a4b01d-4e1b-48c3-932f-8cc1df5658c2 Date: Mon, 03 Dec 2018 16:39:01 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:39:01,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a used request id req-96a4b01d-4e1b-48c3-932f-8cc1df5658c2 2018-12-03 16:39:01,367 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-subnet 2018-12-03 16:39:01,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df366ba641c35d80bd67f8531213af2fab94855" -d '{"subnets": [{"ip_version": 4, "network_id": "f120ca91-f509-4413-b5db-7fbf5bb2e26a", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-subnet"}]}' 2018-12-03 16:39:02,138 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5f6fd1d8-76d4-4736-baec-57b558b772c1 Date: Mon, 03 Dec 2018 16:39:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f120ca91-f509-4413-b5db-7fbf5bb2e26a","tenant_id":"672c4462756c4d1db1908103480808e7","created_at":"2018-12-03T16:39:01Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39: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":"672c4462756c4d1db1908103480808e7","id":"7e01255b-3c89-44f9-9d62-1cc9b22623e4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-subnet"}]} 2018-12-03 16:39:02,138 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-5f6fd1d8-76d4-4736-baec-57b558b772c1 2018-12-03 16:39:02,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f120ca91-f509-4413-b5db-7fbf5bb2e26a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df366ba641c35d80bd67f8531213af2fab94855" 2018-12-03 16:39:02,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-cdb47635-a9fb-48c2-be7a-89b7adf4bcc0 Date: Mon, 03 Dec 2018 16: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":["7e01255b-3c89-44f9-9d62-1cc9b22623e4"],"updated_at":"2018-12-03T16:39:01Z","tenant_id":"672c4462756c4d1db1908103480808e7","created_at":"2018-12-03T16:39:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"672c4462756c4d1db1908103480808e7","id":"f120ca91-f509-4413-b5db-7fbf5bb2e26a","name":"CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net"}]} 2018-12-03 16:39:02,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f120ca91-f509-4413-b5db-7fbf5bb2e26a used request id req-cdb47635-a9fb-48c2-be7a-89b7adf4bcc0 2018-12-03 16:39:02,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df366ba641c35d80bd67f8531213af2fab94855" 2018-12-03 16:39:02,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-851ad7fa-0963-4d83-9d1f-2cbe104d4089 Date: Mon, 03 Dec 2018 16:39:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f120ca91-f509-4413-b5db-7fbf5bb2e26a","tenant_id":"672c4462756c4d1db1908103480808e7","created_at":"2018-12-03T16:39:01Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39: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":"672c4462756c4d1db1908103480808e7","id":"7e01255b-3c89-44f9-9d62-1cc9b22623e4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-subnet"}]} 2018-12-03 16:39:02,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a used request id req-851ad7fa-0963-4d83-9d1f-2cbe104d4089 2018-12-03 16:39:02,837 - OpenStackNetwork - DEBUG - Network [f120ca91-f509-4413-b5db-7fbf5bb2e26a] created successfully 2018-12-03 16:39:02,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:02,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:03,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:39:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["oZfPWHnNTSCvTlghAlFreQ"], "issued_at": "2018-12-03T16:39:03.000000Z"}} 2018-12-03 16:39:03,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c444f16095ce90d98a0b936f476e6c7fdf113d" 2018-12-03 16:39:03,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7a01b7a-522a-40ef-857e-76263c5b4470 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:03,293 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d7a01b7a-522a-40ef-857e-76263c5b4470 2018-12-03 16:39:03,295 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:39:03,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c444f16095ce90d98a0b936f476e6c7fdf113d" 2018-12-03 16:39:03,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-9e6d007c-4913-44fc-890d-72dea6838c77 x-compute-request-id: req-9e6d007c-4913-44fc-890d-72dea6838c77 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:39:03,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9e6d007c-4913-44fc-890d-72dea6838c77 2018-12-03 16:39:03,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c444f16095ce90d98a0b936f476e6c7fdf113d" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-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-12-03 16:39:03,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-b737c451-7b62-4ccc-8009-db695c84bb4f x-compute-request-id: req-b737c451-7b62-4ccc-8009-db695c84bb4f Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/1da12e01-cfd6-4c93-a105-a77ae08a5b6f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/1da12e01-cfd6-4c93-a105-a77ae08a5b6f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1da12e01-cfd6-4c93-a105-a77ae08a5b6f", "name": "CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:39:03,530 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b737c451-7b62-4ccc-8009-db695c84bb4f 2018-12-03 16:39:03,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:03,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:03,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "058554ae558945faa85ffd43fd7cd155", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj-role"}], "expires_at": "2018-12-03T17:39:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "672c4462756c4d1db1908103480808e7", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-user", "id": "8c83ce85a1b548039ebd2c65c1c6c79c"}, "audit_ids": ["GXtmf4LeQIWsEhk4XVFxMQ"], "issued_at": "2018-12-03T16:39:03.000000Z"}} 2018-12-03 16:39:03,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:03,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaa86e22-a100-4c27-81cf-fd2948c1c539 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:03,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-aaa86e22-a100-4c27-81cf-fd2948c1c539 2018-12-03 16:39:03,996 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:39:03,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:04,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deb15e29-5893-49e0-817a-f45c7008cbf8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:04,083 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-deb15e29-5893-49e0-817a-f45c7008cbf8 2018-12-03 16:39:04,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:04,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-aaf898e0-f486-4f8f-86da-0372f5ba97a4 Date: Mon, 03 Dec 2018 16: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":["7e01255b-3c89-44f9-9d62-1cc9b22623e4"],"updated_at":"2018-12-03T16:39:01Z","tenant_id":"672c4462756c4d1db1908103480808e7","created_at":"2018-12-03T16:39:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"672c4462756c4d1db1908103480808e7","id":"f120ca91-f509-4413-b5db-7fbf5bb2e26a","name":"CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net"}]} 2018-12-03 16:39:04,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net used request id req-aaf898e0-f486-4f8f-86da-0372f5ba97a4 2018-12-03 16:39:04,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:39:04,342 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:39:04,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:04,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6710fbc1-3173-4ed8-ba04-040cf572e7e4 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7"}, "enabled": true, "id": "672c4462756c4d1db1908103480808e7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj"}} 2018-12-03 16:39:04,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7 used request id req-6710fbc1-3173-4ed8-ba04-040cf572e7e4 2018-12-03 16:39:04,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:04,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9c0d6e2a-ff2c-40dc-871b-fb4e27b4b029 Date: Mon, 03 Dec 2018 16:39:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f120ca91-f509-4413-b5db-7fbf5bb2e26a","tenant_id":"672c4462756c4d1db1908103480808e7","created_at":"2018-12-03T16:39:01Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39: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":"672c4462756c4d1db1908103480808e7","id":"7e01255b-3c89-44f9-9d62-1cc9b22623e4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-subnet"}]} 2018-12-03 16:39:04,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a used request id req-9c0d6e2a-ff2c-40dc-871b-fb4e27b4b029 2018-12-03 16:39:04,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a&name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:04,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6155efe4-03ff-4110-abb9-04cbe804b7b6 Date: Mon, 03 Dec 2018 16:39:04 GMT RESP BODY: {"ports":[]} 2018-12-03 16:39:04,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a&name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232cport-1&admin_state_up=True used request id req-6155efe4-03ff-4110-abb9-04cbe804b7b6 2018-12-03 16:39:04,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:05,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39: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-3d562ef5-a628-442d-a0bc-96fc4db31bf2 x-compute-request-id: req-3d562ef5-a628-442d-a0bc-96fc4db31bf2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:39:05,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-inst used request id req-3d562ef5-a628-442d-a0bc-96fc4db31bf2 2018-12-03 16:39:05,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:05,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-451ad8ed-3a85-46ee-b0dc-920e61b069e9 Date: Mon, 03 Dec 2018 16:39: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":["7e01255b-3c89-44f9-9d62-1cc9b22623e4"],"updated_at":"2018-12-03T16:39:01Z","tenant_id":"672c4462756c4d1db1908103480808e7","created_at":"2018-12-03T16:39:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"672c4462756c4d1db1908103480808e7","id":"f120ca91-f509-4413-b5db-7fbf5bb2e26a","name":"CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net"}]} 2018-12-03 16:39:05,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net used request id req-451ad8ed-3a85-46ee-b0dc-920e61b069e9 2018-12-03 16:39:05,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:05,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78ac024f-5dc7-4f90-900a-efac93f0e66d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7"}, "enabled": true, "id": "672c4462756c4d1db1908103480808e7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj"}} 2018-12-03 16:39:05,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7 used request id req-78ac024f-5dc7-4f90-900a-efac93f0e66d 2018-12-03 16:39:05,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:05,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b04ee63b-9945-46df-ba9a-7db6164a378f Date: Mon, 03 Dec 2018 16:39:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f120ca91-f509-4413-b5db-7fbf5bb2e26a","tenant_id":"672c4462756c4d1db1908103480808e7","created_at":"2018-12-03T16:39:01Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39: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":"672c4462756c4d1db1908103480808e7","id":"7e01255b-3c89-44f9-9d62-1cc9b22623e4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-subnet"}]} 2018-12-03 16:39:05,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a used request id req-b04ee63b-9945-46df-ba9a-7db6164a378f 2018-12-03 16:39:05,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a&name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:05,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4e56fdf5-147c-4026-8c8e-93fafa15fa0c Date: Mon, 03 Dec 2018 16:39:05 GMT RESP BODY: {"ports":[]} 2018-12-03 16:39:05,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a&name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232cport-1&admin_state_up=True used request id req-4e56fdf5-147c-4026-8c8e-93fafa15fa0c 2018-12-03 16:39:05,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:05,895 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:06,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "058554ae558945faa85ffd43fd7cd155", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj-role"}], "expires_at": "2018-12-03T17:39:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "672c4462756c4d1db1908103480808e7", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/672c4462756c4d1db1908103480808e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/672c4462756c4d1db1908103480808e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/672c4462756c4d1db1908103480808e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-user", "id": "8c83ce85a1b548039ebd2c65c1c6c79c"}, "audit_ids": ["IAKPzSG7SBCP1yePCm6Ilw"], "issued_at": "2018-12-03T16:39:06.000000Z"}} 2018-12-03 16:39:06,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be5c8b76e81a6687dc8ec5af99020af0a4dfd0dd" 2018-12-03 16:39:06,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14074d20-ba65-4d1b-ace7-0391980a0fb7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:06,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-14074d20-ba65-4d1b-ace7-0391980a0fb7 2018-12-03 16:39:06,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:06,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7042118b-74a3-42d7-8753-fba113d418f9 Date: Mon, 03 Dec 2018 16:39: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":["7e01255b-3c89-44f9-9d62-1cc9b22623e4"],"updated_at":"2018-12-03T16:39:01Z","tenant_id":"672c4462756c4d1db1908103480808e7","created_at":"2018-12-03T16:39:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"672c4462756c4d1db1908103480808e7","id":"f120ca91-f509-4413-b5db-7fbf5bb2e26a","name":"CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net"}]} 2018-12-03 16:39:06,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net used request id req-7042118b-74a3-42d7-8753-fba113d418f9 2018-12-03 16:39:06,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:06,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-426effc6-ad5d-42bd-a0e9-1ddc2e1f9efb Date: Mon, 03 Dec 2018 16:39:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f120ca91-f509-4413-b5db-7fbf5bb2e26a","tenant_id":"672c4462756c4d1db1908103480808e7","created_at":"2018-12-03T16:39:01Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39: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":"672c4462756c4d1db1908103480808e7","id":"7e01255b-3c89-44f9-9d62-1cc9b22623e4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-subnet"}]} 2018-12-03 16:39:06,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a used request id req-426effc6-ad5d-42bd-a0e9-1ddc2e1f9efb 2018-12-03 16:39:06,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:06,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f4e5c8bd-de4a-4bec-8b28-70b577c5c5ca Date: Mon, 03 Dec 2018 16:39: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":["7e01255b-3c89-44f9-9d62-1cc9b22623e4"],"updated_at":"2018-12-03T16:39:01Z","tenant_id":"672c4462756c4d1db1908103480808e7","created_at":"2018-12-03T16:39:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"672c4462756c4d1db1908103480808e7","id":"f120ca91-f509-4413-b5db-7fbf5bb2e26a","name":"CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net"}]} 2018-12-03 16:39:06,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net used request id req-f4e5c8bd-de4a-4bec-8b28-70b577c5c5ca 2018-12-03 16:39:06,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:39:06,797 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:39: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:39:06,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be5c8b76e81a6687dc8ec5af99020af0a4dfd0dd" 2018-12-03 16:39:06,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-613fe3a4-baaa-44bb-bca2-e4ab66524deb Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7"}, "enabled": true, "id": "672c4462756c4d1db1908103480808e7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj"}} 2018-12-03 16:39:06,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7 used request id req-613fe3a4-baaa-44bb-bca2-e4ab66524deb 2018-12-03 16:39:06,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" 2018-12-03 16:39:07,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e982bf9c-ff59-471a-87bd-a226d617790a Date: Mon, 03 Dec 2018 16:39:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f120ca91-f509-4413-b5db-7fbf5bb2e26a","tenant_id":"672c4462756c4d1db1908103480808e7","created_at":"2018-12-03T16:39:01Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39: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":"672c4462756c4d1db1908103480808e7","id":"7e01255b-3c89-44f9-9d62-1cc9b22623e4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-subnet"}]} 2018-12-03 16:39:07,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f120ca91-f509-4413-b5db-7fbf5bb2e26a used request id req-e982bf9c-ff59-471a-87bd-a226d617790a 2018-12-03 16:39:07,071 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net 2018-12-03 16:39:07,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e5b2342418e78934d2c48ffd66ac0fa8cd622b" -d '{"port": {"network_id": "f120ca91-f509-4413-b5db-7fbf5bb2e26a", "name": "CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232cport-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "foo"}], "admin_state_up": true}}' 2018-12-03 16:39:07,088 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 105 Content-Type: application/json X-Openstack-Request-Id: req-f930e5dd-1525-4877-97f8-4ee0f99ad7c7 Date: Mon, 03 Dec 2018 16:39:07 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-12-03 16:39:07,089 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-f930e5dd-1525-4877-97f8-4ee0f99ad7c7 2018-12-03 16:39:07,089 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-12-03 16:39:07,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/1da12e01-cfd6-4c93-a105-a77ae08a5b6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c444f16095ce90d98a0b936f476e6c7fdf113d" 2018-12-03 16:39:07,141 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:39: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-e8b91608-61b9-47ad-a3d2-70bb44b2081b x-compute-request-id: req-e8b91608-61b9-47ad-a3d2-70bb44b2081b Content-Length: 0 Content-Type: application/json 2018-12-03 16:39:07,141 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/1da12e01-cfd6-4c93-a105-a77ae08a5b6f used request id req-e8b91608-61b9-47ad-a3d2-70bb44b2081b 2018-12-03 16:39:07,142 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-subnet 2018-12-03 16:39:07,142 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-subnet 2018-12-03 16:39:07,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/7e01255b-3c89-44f9-9d62-1cc9b22623e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df366ba641c35d80bd67f8531213af2fab94855" 2018-12-03 16:39:09,275 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-44c8b0b8-a43f-438e-bade-0478e9d70f95 Date: Mon, 03 Dec 2018 16:39:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:39:09,275 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/7e01255b-3c89-44f9-9d62-1cc9b22623e4 used request id req-44c8b0b8-a43f-438e-bade-0478e9d70f95 2018-12-03 16:39:09,276 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-pub-net 2018-12-03 16:39:09,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/f120ca91-f509-4413-b5db-7fbf5bb2e26a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df366ba641c35d80bd67f8531213af2fab94855" 2018-12-03 16:39:10,394 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6c89d193-b98e-40b1-86ec-ada702e4f171 Date: Mon, 03 Dec 2018 16:39:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:39:10,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/f120ca91-f509-4413-b5db-7fbf5bb2e26a used request id req-6c89d193-b98e-40b1-86ec-ada702e4f171 2018-12-03 16:39:10,395 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-7e4694c0-8b8f-40d1-9cbf-859567e4232c-image 2018-12-03 16:39:10,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4341033e27ff0061f4a3cedf0d4098611a01b9a5" 2018-12-03 16:39:11,475 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d99e81fa-39d7-4e36-9fe6-367fed648dba Date: Mon, 03 Dec 2018 16:39:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:39:11,475 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/76efd83d-9e64-4bd2-ae20-ccf6e8a0814f used request id req-d99e81fa-39d7-4e36-9fe6-367fed648dba 2018-12-03 16:39:11,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:39:11,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-41504308-1aa2-4567-ad9e-0cdfc160e5b4 Date: Mon, 03 Dec 2018 16:39:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "672c4462756c4d1db1908103480808e7", "created_at": "2018-12-03T16:39:00Z", "updated_at": "2018-12-03T16:39:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:39:00Z", "revision_number": 0, "id": "a0d9ccbf-7b26-48ab-b5ef-66ab3d9bcd51", "remote_group_id": "f334e8d1-af25-4ab7-8de1-768752166743", "remote_ip_prefix": null, "created_at": "2018-12-03T16:39:00Z", "security_group_id": "f334e8d1-af25-4ab7-8de1-768752166743", "tenant_id": "672c4462756c4d1db1908103480808e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "672c4462756c4d1db1908103480808e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:39:00Z", "revision_number": 0, "id": "e5a9d774-f592-4981-b816-7fe9264a1a90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:39:00Z", "security_group_id": "f334e8d1-af25-4ab7-8de1-768752166743", "tenant_id": "672c4462756c4d1db1908103480808e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "672c4462756c4d1db1908103480808e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:39:00Z", "revision_number": 0, "id": "e6f9386d-bf51-4f8c-9a75-b2eab6713e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:39:00Z", "security_group_id": "f334e8d1-af25-4ab7-8de1-768752166743", "tenant_id": "672c4462756c4d1db1908103480808e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "672c4462756c4d1db1908103480808e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:39:00Z", "revision_number": 0, "id": "fc39cc89-fcef-45b8-baae-8edc1022910c", "remote_group_id": "f334e8d1-af25-4ab7-8de1-768752166743", "remote_ip_prefix": null, "created_at": "2018-12-03T16:39:00Z", "security_group_id": "f334e8d1-af25-4ab7-8de1-768752166743", "tenant_id": "672c4462756c4d1db1908103480808e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "672c4462756c4d1db1908103480808e7"}], "revision_number": 4, "project_id": "672c4462756c4d1db1908103480808e7", "id": "f334e8d1-af25-4ab7-8de1-768752166743", "name": "default"}]} 2018-12-03 16:39:11,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-41504308-1aa2-4567-ad9e-0cdfc160e5b4 2018-12-03 16:39:11,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:39:11,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c56bbdd-e247-41a4-9e48-992e1f12f63f Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:39:11,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-4c56bbdd-e247-41a4-9e48-992e1f12f63f 2018-12-03 16:39:11,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:39:11,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28aedc25-b7cb-4ca1-9437-c4f9c409193c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:39:11,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-28aedc25-b7cb-4ca1-9437-c4f9c409193c 2018-12-03 16:39:11,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:39:11,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-858f5030-8259-4fee-b650-528126b93a9a Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:39:11,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-858f5030-8259-4fee-b650-528126b93a9a 2018-12-03 16:39:11,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:39:12,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90b45c4d-57f4-4500-b30b-886a06156bb5 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7"}, "enabled": true, "id": "672c4462756c4d1db1908103480808e7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj"}} 2018-12-03 16:39:12,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7 used request id req-90b45c4d-57f4-4500-b30b-886a06156bb5 2018-12-03 16:39:12,038 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f334e8d1-af25-4ab7-8de1-768752166743 2018-12-03 16:39:12,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f334e8d1-af25-4ab7-8de1-768752166743 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:39:12,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f4a773ca-f3a4-44fd-ba1c-973a0613fe77 Date: Mon, 03 Dec 2018 16:39:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f334e8d1-af25-4ab7-8de1-768752166743", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:39:00Z", "security_group_id": "f334e8d1-af25-4ab7-8de1-768752166743", "port_range_min": null, "revision_number": 0, "tenant_id": "672c4462756c4d1db1908103480808e7", "created_at": "2018-12-03T16:39:00Z", "project_id": "672c4462756c4d1db1908103480808e7", "id": "a0d9ccbf-7b26-48ab-b5ef-66ab3d9bcd51"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:39:00Z", "security_group_id": "f334e8d1-af25-4ab7-8de1-768752166743", "port_range_min": null, "revision_number": 0, "tenant_id": "672c4462756c4d1db1908103480808e7", "created_at": "2018-12-03T16:39:00Z", "project_id": "672c4462756c4d1db1908103480808e7", "id": "e5a9d774-f592-4981-b816-7fe9264a1a90"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:39:00Z", "security_group_id": "f334e8d1-af25-4ab7-8de1-768752166743", "port_range_min": null, "revision_number": 0, "tenant_id": "672c4462756c4d1db1908103480808e7", "created_at": "2018-12-03T16:39:00Z", "project_id": "672c4462756c4d1db1908103480808e7", "id": "e6f9386d-bf51-4f8c-9a75-b2eab6713e53"}, {"remote_group_id": "f334e8d1-af25-4ab7-8de1-768752166743", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:39:00Z", "security_group_id": "f334e8d1-af25-4ab7-8de1-768752166743", "port_range_min": null, "revision_number": 0, "tenant_id": "672c4462756c4d1db1908103480808e7", "created_at": "2018-12-03T16:39:00Z", "project_id": "672c4462756c4d1db1908103480808e7", "id": "fc39cc89-fcef-45b8-baae-8edc1022910c"}]} 2018-12-03 16:39:12,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f334e8d1-af25-4ab7-8de1-768752166743 used request id req-f4a773ca-f3a4-44fd-ba1c-973a0613fe77 2018-12-03 16:39:12,228 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:39:12,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/f334e8d1-af25-4ab7-8de1-768752166743 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:39:12,541 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4944e687-3e5a-43ee-9544-c334342b6d64 Content-Length: 0 Date: Mon, 03 Dec 2018 16:39:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:39:12,541 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/f334e8d1-af25-4ab7-8de1-768752166743 used request id req-4944e687-3e5a-43ee-9544-c334342b6d64 2018-12-03 16:39:12,542 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj 2018-12-03 16:39:12,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:39:12,735 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:39:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a91a59e-5fea-49fb-a8f3-eddbc0305f54 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:39:12,735 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/672c4462756c4d1db1908103480808e7 used request id req-1a91a59e-5fea-49fb-a8f3-eddbc0305f54 2018-12-03 16:39:12,735 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-6e2c66ca-a085-4db-proj-role 2018-12-03 16:39:12,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/058554ae558945faa85ffd43fd7cd155 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:39:12,877 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:39:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d9e07d1-06f5-48ee-975c-b6182bbc57c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:39:12,877 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/058554ae558945faa85ffd43fd7cd155 used request id req-0d9e07d1-06f5-48ee-975c-b6182bbc57c0 2018-12-03 16:39:12,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6073e8e1fdf4a20ea3dc97e9d15fd573fb2dd5bf" 2018-12-03 16:39:12,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8987956e-53d8-4d49-b3d9-f18f719390dc Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:39:12,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8987956e-53d8-4d49-b3d9-f18f719390dc 2018-12-03 16:39:12,969 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-6e2c66ca-a085-4db-user 2018-12-03 16:39:12,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/8c83ce85a1b548039ebd2c65c1c6c79c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925a3a0d7a7f6921103d676e823470333d27c97" 2018-12-03 16:39:13,137 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:39:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d6eabfd-9775-4341-ba4b-219500f7ad92 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:39:13,138 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/8c83ce85a1b548039ebd2c65c1c6c79c used request id req-9d6eabfd-9775-4341-ba4b-219500f7ad92 2018-12-03 16:39:13,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:13,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:39:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["J3h3FPN5SMGohHJ8tSt33A"], "issued_at": "2018-12-03T16:39:13.000000Z"}} 2018-12-03 16:39:13,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9229bd713b3f73a0e4956abecbe7b407e43ed23" 2018-12-03 16:39:13,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecd7a5e8-46fb-4594-980a-5507b3d925e2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:13,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ecd7a5e8-46fb-4594-980a-5507b3d925e2 2018-12-03 16:39:13,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:13,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:13,985 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:39:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["mlo0tV1FRCa8tIUkqhN2Dg"], "issued_at": "2018-12-03T16:39:13.000000Z"}} 2018-12-03 16:39:13,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:14,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad2cdec4-0d39-4ca3-b7b7-7b74da931d70 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:14,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ad2cdec4-0d39-4ca3-b7b7-7b74da931d70 2018-12-03 16:39:14,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:39:14,165 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:39:14,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-f5273f80-7121-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:14,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ca78dec-eb47-45a2-8e73-737e27d4e445 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-f5273f80-7121-444-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:39:14,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-f5273f80-7121-444-proj used request id req-8ca78dec-eb47-45a2-8e73-737e27d4e445 2018-12-03 16:39:14,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:14,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-302e7882-bbc4-4c45-a928-22657300828b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:39:14,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-302e7882-bbc4-4c45-a928-22657300828b 2018-12-03 16:39:14,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj"}}' 2018-12-03 16:39:14,469 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:39:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd02c52b-d6f8-481d-9f17-dfbcfc5abe35 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169"}, "enabled": true, "id": "60e7a90213384c39961f5f74b3921169", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj"}} 2018-12-03 16:39:14,469 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-dd02c52b-d6f8-481d-9f17-dfbcfc5abe35 2018-12-03 16:39:14,470 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-f5273f80-7121-444-proj 2018-12-03 16:39:14,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:14,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:14,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:39:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["35PavVFkSnCCnlfNDPs0_g"], "issued_at": "2018-12-03T16:39:14.000000Z"}} 2018-12-03 16:39:14,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63c6317ebaea1a010d885f5da16fe6179cace23" 2018-12-03 16:39:14,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88bfcbf8-9c80-4651-8127-5f10d2033817 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:14,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-88bfcbf8-9c80-4651-8127-5f10d2033817 2018-12-03 16:39:14,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:39:14,938 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:39:14,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63c6317ebaea1a010d885f5da16fe6179cace23" 2018-12-03 16:39:15,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26286adc-cc69-40bf-b57e-1932507588de Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:39:15,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-26286adc-cc69-40bf-b57e-1932507588de 2018-12-03 16:39:15,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-f5273f80-7121-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63c6317ebaea1a010d885f5da16fe6179cace23" 2018-12-03 16:39:15,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1c002d0-927b-4baa-81ac-361ee11094c5 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-f5273f80-7121-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169"}, "enabled": true, "id": "60e7a90213384c39961f5f74b3921169", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj"}]} 2018-12-03 16:39:15,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-f5273f80-7121-444-proj used request id req-b1c002d0-927b-4baa-81ac-361ee11094c5 2018-12-03 16:39:15,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63c6317ebaea1a010d885f5da16fe6179cace23" 2018-12-03 16:39:15,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39c7dbe5-27be-4fba-9ee7-7312b14fde24 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:39:15,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-39c7dbe5-27be-4fba-9ee7-7312b14fde24 2018-12-03 16:39:15,625 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-f5273f80-7121-444-user 2018-12-03 16:39:15,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:15,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:15,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67c53612-137f-4b19-b20a-5dc477bdcc51 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:39:15,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-67c53612-137f-4b19-b20a-5dc477bdcc51 2018-12-03 16:39:15,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" -d '{"role": {"name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj-role"}}' 2018-12-03 16:39:15,852 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:39:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a718e712-cc20-47f7-a0d2-04a2865f22c0 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9ec2ffcd1486490fa44e19b4c397c102", "links": {"self": "http://172.30.9.30:5000/v3/roles/9ec2ffcd1486490fa44e19b4c397c102"}, "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj-role"}} 2018-12-03 16:39:15,852 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-a718e712-cc20-47f7-a0d2-04a2865f22c0 2018-12-03 16:39:15,852 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-f5273f80-7121-444-proj-role 2018-12-03 16:39:15,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/9ec2ffcd1486490fa44e19b4c397c102 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:15,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2406962-0d1a-46bd-931c-3861487e9afa Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/9ec2ffcd1486490fa44e19b4c397c102"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj-role", "id": "9ec2ffcd1486490fa44e19b4c397c102"}} 2018-12-03 16:39:15,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/9ec2ffcd1486490fa44e19b4c397c102 used request id req-b2406962-0d1a-46bd-931c-3861487e9afa 2018-12-03 16:39:15,938 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-f5273f80-7121-444-proj-role to project CreateInstancePortManipulationTests-f5273f80-7121-444-proj 2018-12-03 16:39:15,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169/users/bb2853492fa94997b5b989ca0d034ba3/roles/9ec2ffcd1486490fa44e19b4c397c102 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:16,083 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:39:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-420b3c99-f7d0-409e-a8ab-46453ff2e222 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:39:16,083 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169/users/bb2853492fa94997b5b989ca0d034ba3/roles/9ec2ffcd1486490fa44e19b4c397c102 used request id req-420b3c99-f7d0-409e-a8ab-46453ff2e222 2018-12-03 16:39:16,083 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:39:16,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:16,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:16,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9ec2ffcd1486490fa44e19b4c397c102", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj-role"}], "expires_at": "2018-12-03T17:39:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60e7a90213384c39961f5f74b3921169", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-user", "id": "bb2853492fa94997b5b989ca0d034ba3"}, "audit_ids": ["8R5Ja4gTSSS_1PjFslOaQQ"], "issued_at": "2018-12-03T16:39:16.000000Z"}} 2018-12-03 16:39:16,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21723c807d8e230e1e5d824f092294f20ab910a7" 2018-12-03 16:39:16,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2248e8a-b52b-4edf-9a76-ae81e6552690 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:16,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f2248e8a-b52b-4edf-9a76-ae81e6552690 2018-12-03 16:39:16,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21723c807d8e230e1e5d824f092294f20ab910a7" 2018-12-03 16:39:16,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-122714f6-918f-443b-bd6f-a9ef36e59a0e Date: Mon, 03 Dec 2018 16:39:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-image"} 2018-12-03 16:39:16,710 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-image used request id req-122714f6-918f-443b-bd6f-a9ef36e59a0e 2018-12-03 16:39:16,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21723c807d8e230e1e5d824f092294f20ab910a7" 2018-12-03 16:39:16,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1cf71de9-0634-49c4-b4cb-7e02bfd3a89d Date: Mon, 03 Dec 2018 16:39: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-12-03 16:39:16,873 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-1cf71de9-0634-49c4-b4cb-7e02bfd3a89d 2018-12-03 16:39:16,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}21723c807d8e230e1e5d824f092294f20ab910a7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-image"}' 2018-12-03 16:39:17,101 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793 X-Openstack-Request-Id: req-0506b57b-9a37-45e1-bd2d-63b6f32d15fe Date: Mon, 03 Dec 2018 16:39:17 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:39:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:39:17Z", "visibility": "shared", "locations": [], "self": "/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793", "min_disk": 0, "protected": false, "id": "a36165a7-210f-4b29-9756-96a7ff28e793", "file": "/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793/file", "checksum": null, "owner": "60e7a90213384c39961f5f74b3921169", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:39:17,101 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-0506b57b-9a37-45e1-bd2d-63b6f32d15fe 2018-12-03 16:39:17,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21723c807d8e230e1e5d824f092294f20ab910a7" -d '' 2018-12-03 16:39:19,084 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fac229c4-7d9a-4b6e-ac0e-7da0fae5e0b5 Date: Mon, 03 Dec 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-12-03 16:39:19,084 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793/file used request id req-fac229c4-7d9a-4b6e-ac0e-7da0fae5e0b5 2018-12-03 16:39:19,085 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:39:19,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21723c807d8e230e1e5d824f092294f20ab910a7" 2018-12-03 16:39:19,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-3e8aa94f-4de4-4f88-8f39-2ea72f2fda21 Date: Mon, 03 Dec 2018 16:39:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:39:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:39:19Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a36165a7-210f-4b29-9756-96a7ff28e793/snap", "metadata": {}}], "self": "/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793", "min_disk": 0, "protected": false, "id": "a36165a7-210f-4b29-9756-96a7ff28e793", "file": "/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "60e7a90213384c39961f5f74b3921169", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a36165a7-210f-4b29-9756-96a7ff28e793/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:39:19,261 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793 used request id req-3e8aa94f-4de4-4f88-8f39-2ea72f2fda21 2018-12-03 16:39:19,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21723c807d8e230e1e5d824f092294f20ab910a7" 2018-12-03 16:39:19,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f671aa33-3110-4695-81a2-63dc490b5f6b Date: Mon, 03 Dec 2018 16:39: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-12-03 16:39:19,272 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-f671aa33-3110-4695-81a2-63dc490b5f6b 2018-12-03 16:39:19,275 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-image 2018-12-03 16:39:19,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21723c807d8e230e1e5d824f092294f20ab910a7" 2018-12-03 16:39:19,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-1e7e7939-e945-4454-bccf-57c1c039b5ef Date: Mon, 03 Dec 2018 16:39:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:39:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:39:19Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a36165a7-210f-4b29-9756-96a7ff28e793/snap", "metadata": {}}], "self": "/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793", "min_disk": 0, "protected": false, "id": "a36165a7-210f-4b29-9756-96a7ff28e793", "file": "/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "60e7a90213384c39961f5f74b3921169", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a36165a7-210f-4b29-9756-96a7ff28e793/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:39:19,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793 used request id req-1e7e7939-e945-4454-bccf-57c1c039b5ef 2018-12-03 16:39:19,432 - create_image - DEBUG - Instance status is - active 2018-12-03 16:39:19,432 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-image 2018-12-03 16:39:19,432 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-image 2018-12-03 16:39:19,432 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:19,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:19,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9ec2ffcd1486490fa44e19b4c397c102", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj-role"}], "expires_at": "2018-12-03T17:39:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60e7a90213384c39961f5f74b3921169", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-user", "id": "bb2853492fa94997b5b989ca0d034ba3"}, "audit_ids": ["WpYpWGUCQX-vXSCCckIs5A"], "issued_at": "2018-12-03T16:39:19.000000Z"}} 2018-12-03 16:39:19,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efdc4bfdb2703f75225e07c58715897ff454fba" 2018-12-03 16:39:19,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5a93cd4-294b-4efd-9d61-5da3b631c617 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:19,888 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c5a93cd4-294b-4efd-9d61-5da3b631c617 2018-12-03 16:39:19,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efdc4bfdb2703f75225e07c58715897ff454fba" 2018-12-03 16:39:20,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-56ea6012-29da-482b-9833-ca76cff4a793 Date: Mon, 03 Dec 2018 16:39:20 GMT RESP BODY: {"networks":[]} 2018-12-03 16:39:20,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net used request id req-56ea6012-29da-482b-9833-ca76cff4a793 2018-12-03 16:39:20,078 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net 2018-12-03 16:39:20,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efdc4bfdb2703f75225e07c58715897ff454fba" -d '{"network": {"name": "CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net", "admin_state_up": true}}' 2018-12-03 16:39:20,635 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-e6b67e4d-478f-416b-b1f3-44cd0e9116d7 Date: Mon, 03 Dec 2018 16:39:20 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a76edc77-df9e-4727-b3e3-635a96f75803","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"60e7a90213384c39961f5f74b3921169","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:39:20Z","is_default":false,"name":"CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"60e7a90213384c39961f5f74b3921169","created_at":"2018-12-03T16:39:20Z","mtu":1450}} 2018-12-03 16:39:20,635 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e6b67e4d-478f-416b-b1f3-44cd0e9116d7 2018-12-03 16:39:20,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=a76edc77-df9e-4727-b3e3-635a96f75803 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efdc4bfdb2703f75225e07c58715897ff454fba" 2018-12-03 16:39:20,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-39848bf2-8db0-4145-8892-3e1cc4f9c0c7 Date: Mon, 03 Dec 2018 16:39:20 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-12-03T16:39:20Z","tenant_id":"60e7a90213384c39961f5f74b3921169","created_at":"2018-12-03T16:39:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"60e7a90213384c39961f5f74b3921169","id":"a76edc77-df9e-4727-b3e3-635a96f75803","name":"CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net"}]} 2018-12-03 16:39:20,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=a76edc77-df9e-4727-b3e3-635a96f75803 used request id req-39848bf2-8db0-4145-8892-3e1cc4f9c0c7 2018-12-03 16:39:20,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a76edc77-df9e-4727-b3e3-635a96f75803 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efdc4bfdb2703f75225e07c58715897ff454fba" 2018-12-03 16:39:21,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8dbe7d4d-fcc1-4c52-868e-69b7ae295a8d Date: Mon, 03 Dec 2018 16:39:21 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:39:21,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a76edc77-df9e-4727-b3e3-635a96f75803 used request id req-8dbe7d4d-fcc1-4c52-868e-69b7ae295a8d 2018-12-03 16:39:21,050 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-subnet 2018-12-03 16:39:21,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efdc4bfdb2703f75225e07c58715897ff454fba" -d '{"subnets": [{"ip_version": 4, "network_id": "a76edc77-df9e-4727-b3e3-635a96f75803", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-subnet"}]}' 2018-12-03 16:39:22,150 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-49f95cce-b0c3-4cb1-a70c-dd17fb89376a Date: Mon, 03 Dec 2018 16:39:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a76edc77-df9e-4727-b3e3-635a96f75803","tenant_id":"60e7a90213384c39961f5f74b3921169","created_at":"2018-12-03T16:39:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39:21Z","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":"60e7a90213384c39961f5f74b3921169","id":"d912ad43-b230-4d3f-8850-dffa33e755ce","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-subnet"}]} 2018-12-03 16:39:22,150 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-49f95cce-b0c3-4cb1-a70c-dd17fb89376a 2018-12-03 16:39:22,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=a76edc77-df9e-4727-b3e3-635a96f75803 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efdc4bfdb2703f75225e07c58715897ff454fba" 2018-12-03 16:39:22,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6698f033-589d-406e-8c4f-dce1848ea096 Date: Mon, 03 Dec 2018 16:39: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":["d912ad43-b230-4d3f-8850-dffa33e755ce"],"updated_at":"2018-12-03T16:39:21Z","tenant_id":"60e7a90213384c39961f5f74b3921169","created_at":"2018-12-03T16:39:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60e7a90213384c39961f5f74b3921169","id":"a76edc77-df9e-4727-b3e3-635a96f75803","name":"CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net"}]} 2018-12-03 16:39:22,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=a76edc77-df9e-4727-b3e3-635a96f75803 used request id req-6698f033-589d-406e-8c4f-dce1848ea096 2018-12-03 16:39:22,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a76edc77-df9e-4727-b3e3-635a96f75803 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efdc4bfdb2703f75225e07c58715897ff454fba" 2018-12-03 16:39:22,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3643b020-b3c6-4bc6-8b49-88e9d7e6e9a2 Date: Mon, 03 Dec 2018 16:39:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a76edc77-df9e-4727-b3e3-635a96f75803","tenant_id":"60e7a90213384c39961f5f74b3921169","created_at":"2018-12-03T16:39:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39:21Z","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":"60e7a90213384c39961f5f74b3921169","id":"d912ad43-b230-4d3f-8850-dffa33e755ce","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-subnet"}]} 2018-12-03 16:39:22,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a76edc77-df9e-4727-b3e3-635a96f75803 used request id req-3643b020-b3c6-4bc6-8b49-88e9d7e6e9a2 2018-12-03 16:39:22,457 - OpenStackNetwork - DEBUG - Network [a76edc77-df9e-4727-b3e3-635a96f75803] created successfully 2018-12-03 16:39:22,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:22,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:22,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:39:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["8sZ1HVeRSSKuk73Nl4CobQ"], "issued_at": "2018-12-03T16:39:22.000000Z"}} 2018-12-03 16:39:22,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e65b0594e7aa9ab706bbe7d722a42b96ffd5fd26" 2018-12-03 16:39:22,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63e4e640-1fbe-487b-b4e0-c3c77c98b25b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:22,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-63e4e640-1fbe-487b-b4e0-c3c77c98b25b 2018-12-03 16:39:22,921 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:39:22,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e65b0594e7aa9ab706bbe7d722a42b96ffd5fd26" 2018-12-03 16:39:23,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39: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-7154d01f-2943-4ea7-91de-c275663f9c62 x-compute-request-id: req-7154d01f-2943-4ea7-91de-c275663f9c62 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:39:23,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-7154d01f-2943-4ea7-91de-c275663f9c62 2018-12-03 16:39:23,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e65b0594e7aa9ab706bbe7d722a42b96ffd5fd26" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-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-12-03 16:39:23,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-640bcf60-022b-4b2d-9fe8-52d6f88966d4 x-compute-request-id: req-640bcf60-022b-4b2d-9fe8-52d6f88966d4 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5b9c8418-8282-459b-80a0-c50b90379806", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5b9c8418-8282-459b-80a0-c50b90379806", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5b9c8418-8282-459b-80a0-c50b90379806", "name": "CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:39:23,167 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-640bcf60-022b-4b2d-9fe8-52d6f88966d4 2018-12-03 16:39:23,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:23,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:23,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9ec2ffcd1486490fa44e19b4c397c102", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj-role"}], "expires_at": "2018-12-03T17:39:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60e7a90213384c39961f5f74b3921169", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-user", "id": "bb2853492fa94997b5b989ca0d034ba3"}, "audit_ids": ["fgHyGDygTL648kbSCrSq4A"], "issued_at": "2018-12-03T16:39:23.000000Z"}} 2018-12-03 16:39:23,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:23,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1095649-b03a-475d-833d-73ef47705525 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:23,626 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f1095649-b03a-475d-833d-73ef47705525 2018-12-03 16:39:23,627 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:39:23,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:23,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3735527-48a0-496e-b125-12cdcd531912 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:23,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a3735527-48a0-496e-b125-12cdcd531912 2018-12-03 16:39:23,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:23,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-00f0e88f-904a-45bd-af5b-4199d51eb977 Date: Mon, 03 Dec 2018 16:39: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":["d912ad43-b230-4d3f-8850-dffa33e755ce"],"updated_at":"2018-12-03T16:39:21Z","tenant_id":"60e7a90213384c39961f5f74b3921169","created_at":"2018-12-03T16:39:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60e7a90213384c39961f5f74b3921169","id":"a76edc77-df9e-4727-b3e3-635a96f75803","name":"CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net"}]} 2018-12-03 16:39:23,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net used request id req-00f0e88f-904a-45bd-af5b-4199d51eb977 2018-12-03 16:39:23,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:39:23,960 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:39: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:39:23,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:24,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e524e502-e0a4-4378-a7f8-304b5abdbc7d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169"}, "enabled": true, "id": "60e7a90213384c39961f5f74b3921169", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj"}} 2018-12-03 16:39:24,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169 used request id req-e524e502-e0a4-4378-a7f8-304b5abdbc7d 2018-12-03 16:39:24,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a76edc77-df9e-4727-b3e3-635a96f75803 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:24,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7a49aefc-e57a-4ee5-a022-43a35e6a04d9 Date: Mon, 03 Dec 2018 16:39:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a76edc77-df9e-4727-b3e3-635a96f75803","tenant_id":"60e7a90213384c39961f5f74b3921169","created_at":"2018-12-03T16:39:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39:21Z","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":"60e7a90213384c39961f5f74b3921169","id":"d912ad43-b230-4d3f-8850-dffa33e755ce","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-subnet"}]} 2018-12-03 16:39:24,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a76edc77-df9e-4727-b3e3-635a96f75803 used request id req-7a49aefc-e57a-4ee5-a022-43a35e6a04d9 2018-12-03 16:39:24,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=a76edc77-df9e-4727-b3e3-635a96f75803&name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:24,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0918d638-1ba7-4779-8206-03be1ca2cc7a Date: Mon, 03 Dec 2018 16:39:24 GMT RESP BODY: {"ports":[]} 2018-12-03 16:39:24,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=a76edc77-df9e-4727-b3e3-635a96f75803&name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9port-1&admin_state_up=True used request id req-0918d638-1ba7-4779-8206-03be1ca2cc7a 2018-12-03 16:39:24,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:24,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-674eb242-9641-4447-9bd5-27d29e33f85b x-compute-request-id: req-674eb242-9641-4447-9bd5-27d29e33f85b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:39:24,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-inst used request id req-674eb242-9641-4447-9bd5-27d29e33f85b 2018-12-03 16:39:24,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:24,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d037dce3-31c5-4a17-948c-8ca73f10ec93 Date: Mon, 03 Dec 2018 16:39: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":["d912ad43-b230-4d3f-8850-dffa33e755ce"],"updated_at":"2018-12-03T16:39:21Z","tenant_id":"60e7a90213384c39961f5f74b3921169","created_at":"2018-12-03T16:39:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60e7a90213384c39961f5f74b3921169","id":"a76edc77-df9e-4727-b3e3-635a96f75803","name":"CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net"}]} 2018-12-03 16:39:24,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net used request id req-d037dce3-31c5-4a17-948c-8ca73f10ec93 2018-12-03 16:39:24,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:24,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3ca90a2-2d50-42b5-8110-8708dfcc524f Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169"}, "enabled": true, "id": "60e7a90213384c39961f5f74b3921169", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj"}} 2018-12-03 16:39:24,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169 used request id req-f3ca90a2-2d50-42b5-8110-8708dfcc524f 2018-12-03 16:39:24,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a76edc77-df9e-4727-b3e3-635a96f75803 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:25,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2a59750b-1b16-498f-9569-c0c02519ba9a Date: Mon, 03 Dec 2018 16:39:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a76edc77-df9e-4727-b3e3-635a96f75803","tenant_id":"60e7a90213384c39961f5f74b3921169","created_at":"2018-12-03T16:39:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39:21Z","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":"60e7a90213384c39961f5f74b3921169","id":"d912ad43-b230-4d3f-8850-dffa33e755ce","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-subnet"}]} 2018-12-03 16:39:25,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a76edc77-df9e-4727-b3e3-635a96f75803 used request id req-2a59750b-1b16-498f-9569-c0c02519ba9a 2018-12-03 16:39:25,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=a76edc77-df9e-4727-b3e3-635a96f75803&name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:25,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dff29816-8281-4235-a143-8ea48bdd5705 Date: Mon, 03 Dec 2018 16:39:25 GMT RESP BODY: {"ports":[]} 2018-12-03 16:39:25,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=a76edc77-df9e-4727-b3e3-635a96f75803&name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9port-1&admin_state_up=True used request id req-dff29816-8281-4235-a143-8ea48bdd5705 2018-12-03 16:39:25,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:25,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:25,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9ec2ffcd1486490fa44e19b4c397c102", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj-role"}], "expires_at": "2018-12-03T17:39:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60e7a90213384c39961f5f74b3921169", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/60e7a90213384c39961f5f74b3921169", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/60e7a90213384c39961f5f74b3921169", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/60e7a90213384c39961f5f74b3921169", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-user", "id": "bb2853492fa94997b5b989ca0d034ba3"}, "audit_ids": ["rir7JLtkROuoLOrtCMoFcA"], "issued_at": "2018-12-03T16:39:25.000000Z"}} 2018-12-03 16:39:25,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62d17e277eb1c70b838df18bf3ca41be685611aa" 2018-12-03 16:39:25,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abb8a9a2-b0f5-4ba4-ba18-bcb548d433ca Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:25,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-abb8a9a2-b0f5-4ba4-ba18-bcb548d433ca 2018-12-03 16:39:25,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:25,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-aff23bc7-e6bd-4d48-8efe-182bdb941981 Date: Mon, 03 Dec 2018 16:39: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":["d912ad43-b230-4d3f-8850-dffa33e755ce"],"updated_at":"2018-12-03T16:39:21Z","tenant_id":"60e7a90213384c39961f5f74b3921169","created_at":"2018-12-03T16:39:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60e7a90213384c39961f5f74b3921169","id":"a76edc77-df9e-4727-b3e3-635a96f75803","name":"CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net"}]} 2018-12-03 16:39:25,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net used request id req-aff23bc7-e6bd-4d48-8efe-182bdb941981 2018-12-03 16:39:25,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a76edc77-df9e-4727-b3e3-635a96f75803 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:26,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-900a7f5a-0af7-40c0-834f-e2174e9be95c Date: Mon, 03 Dec 2018 16:39:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a76edc77-df9e-4727-b3e3-635a96f75803","tenant_id":"60e7a90213384c39961f5f74b3921169","created_at":"2018-12-03T16:39:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39:21Z","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":"60e7a90213384c39961f5f74b3921169","id":"d912ad43-b230-4d3f-8850-dffa33e755ce","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-subnet"}]} 2018-12-03 16:39:26,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a76edc77-df9e-4727-b3e3-635a96f75803 used request id req-900a7f5a-0af7-40c0-834f-e2174e9be95c 2018-12-03 16:39:26,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:26,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-846a013b-f9a2-4105-8567-9aa7c64e751b Date: Mon, 03 Dec 2018 16:39: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":["d912ad43-b230-4d3f-8850-dffa33e755ce"],"updated_at":"2018-12-03T16:39:21Z","tenant_id":"60e7a90213384c39961f5f74b3921169","created_at":"2018-12-03T16:39:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60e7a90213384c39961f5f74b3921169","id":"a76edc77-df9e-4727-b3e3-635a96f75803","name":"CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net"}]} 2018-12-03 16:39:26,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net used request id req-846a013b-f9a2-4105-8567-9aa7c64e751b 2018-12-03 16:39:26,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:39:26,440 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:39: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:39:26,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62d17e277eb1c70b838df18bf3ca41be685611aa" 2018-12-03 16:39:26,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64dba95a-e393-427d-93c0-6d9dda0158c4 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169"}, "enabled": true, "id": "60e7a90213384c39961f5f74b3921169", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj"}} 2018-12-03 16:39:26,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169 used request id req-64dba95a-e393-427d-93c0-6d9dda0158c4 2018-12-03 16:39:26,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a76edc77-df9e-4727-b3e3-635a96f75803 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:26,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b5a64633-e8ba-469f-93f5-daefb35e2fcf Date: Mon, 03 Dec 2018 16:39:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a76edc77-df9e-4727-b3e3-635a96f75803","tenant_id":"60e7a90213384c39961f5f74b3921169","created_at":"2018-12-03T16:39:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39:21Z","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":"60e7a90213384c39961f5f74b3921169","id":"d912ad43-b230-4d3f-8850-dffa33e755ce","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-subnet"}]} 2018-12-03 16:39:26,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a76edc77-df9e-4727-b3e3-635a96f75803 used request id req-b5a64633-e8ba-469f-93f5-daefb35e2fcf 2018-12-03 16:39:26,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a76edc77-df9e-4727-b3e3-635a96f75803&name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" 2018-12-03 16:39:26,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9066ca70-a97e-40ee-a879-9d1aa01149ef Date: Mon, 03 Dec 2018 16:39:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a76edc77-df9e-4727-b3e3-635a96f75803","tenant_id":"60e7a90213384c39961f5f74b3921169","created_at":"2018-12-03T16:39:21Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39:21Z","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":"60e7a90213384c39961f5f74b3921169","id":"d912ad43-b230-4d3f-8850-dffa33e755ce","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-subnet"}]} 2018-12-03 16:39:26,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a76edc77-df9e-4727-b3e3-635a96f75803&name=CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-subnet used request id req-9066ca70-a97e-40ee-a879-9d1aa01149ef 2018-12-03 16:39:26,787 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net 2018-12-03 16:39:26,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbed4035b4ccf694018ab6f966a54b9d531cf79" -d '{"port": {"network_id": "a76edc77-df9e-4727-b3e3-635a96f75803", "fixed_ips": [{"subnet_id": "d912ad43-b230-4d3f-8850-dffa33e755ce", "ip_address": "10.66.0.101"}], "name": "CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9port-1", "admin_state_up": true}}' 2018-12-03 16:39:27,179 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 143 X-Openstack-Request-Id: req-1b8bb1b3-5e5d-4baa-9fc1-048bed30bd1f Date: Mon, 03 Dec 2018 16:39:27 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-12-03 16:39:27,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-1b8bb1b3-5e5d-4baa-9fc1-048bed30bd1f 2018-12-03 16:39:27,180 - 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-12-03 16:39:27,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/5b9c8418-8282-459b-80a0-c50b90379806 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e65b0594e7aa9ab706bbe7d722a42b96ffd5fd26" 2018-12-03 16:39:27,220 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:39: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-95d20560-ce2d-477a-973b-d47b7207b6b1 x-compute-request-id: req-95d20560-ce2d-477a-973b-d47b7207b6b1 Content-Length: 0 Content-Type: application/json 2018-12-03 16:39:27,220 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/5b9c8418-8282-459b-80a0-c50b90379806 used request id req-95d20560-ce2d-477a-973b-d47b7207b6b1 2018-12-03 16:39:27,221 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-subnet 2018-12-03 16:39:27,221 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-subnet 2018-12-03 16:39:27,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/d912ad43-b230-4d3f-8850-dffa33e755ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efdc4bfdb2703f75225e07c58715897ff454fba" 2018-12-03 16:39:29,447 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-818a050a-538b-4db2-934d-6f6dc6ea219a Date: Mon, 03 Dec 2018 16:39:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:39:29,447 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/d912ad43-b230-4d3f-8850-dffa33e755ce used request id req-818a050a-538b-4db2-934d-6f6dc6ea219a 2018-12-03 16:39:29,447 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-pub-net 2018-12-03 16:39:29,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/a76edc77-df9e-4727-b3e3-635a96f75803 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efdc4bfdb2703f75225e07c58715897ff454fba" 2018-12-03 16:39:30,713 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35ef8060-5551-4528-a0b7-5d136dc2e9da Date: Mon, 03 Dec 2018 16:39:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:39:30,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/a76edc77-df9e-4727-b3e3-635a96f75803 used request id req-35ef8060-5551-4528-a0b7-5d136dc2e9da 2018-12-03 16:39:30,713 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-c77d8446-bb80-453f-8af4-6834409a0af9-image 2018-12-03 16:39:30,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21723c807d8e230e1e5d824f092294f20ab910a7" 2018-12-03 16:39:32,858 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b9924981-a6d2-4dae-b60d-09364a2d4e3b Date: Mon, 03 Dec 2018 16:39:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:39:32,858 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/a36165a7-210f-4b29-9756-96a7ff28e793 used request id req-b9924981-a6d2-4dae-b60d-09364a2d4e3b 2018-12-03 16:39:32,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:33,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3cb67f83-deeb-46e1-9857-56410d97728a Date: Mon, 03 Dec 2018 16:39:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "60e7a90213384c39961f5f74b3921169", "created_at": "2018-12-03T16:39:20Z", "updated_at": "2018-12-03T16:39:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:39:20Z", "revision_number": 0, "id": "0bdf499e-40ba-496a-85ac-4b5ccd346619", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:39:20Z", "security_group_id": "3b081318-c80c-497e-aabd-e73e0eb03129", "tenant_id": "60e7a90213384c39961f5f74b3921169", "port_range_min": null, "ethertype": "IPv6", "project_id": "60e7a90213384c39961f5f74b3921169"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:39:20Z", "revision_number": 0, "id": "1c7abfd5-9c23-43cf-a608-c3836859c0c4", "remote_group_id": "3b081318-c80c-497e-aabd-e73e0eb03129", "remote_ip_prefix": null, "created_at": "2018-12-03T16:39:20Z", "security_group_id": "3b081318-c80c-497e-aabd-e73e0eb03129", "tenant_id": "60e7a90213384c39961f5f74b3921169", "port_range_min": null, "ethertype": "IPv6", "project_id": "60e7a90213384c39961f5f74b3921169"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:39:20Z", "revision_number": 0, "id": "7ef41a4f-46d7-4d0b-8aef-934ca7ebc11b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:39:20Z", "security_group_id": "3b081318-c80c-497e-aabd-e73e0eb03129", "tenant_id": "60e7a90213384c39961f5f74b3921169", "port_range_min": null, "ethertype": "IPv4", "project_id": "60e7a90213384c39961f5f74b3921169"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:39:20Z", "revision_number": 0, "id": "d342121e-4db4-4650-b120-6e5f743bbb11", "remote_group_id": "3b081318-c80c-497e-aabd-e73e0eb03129", "remote_ip_prefix": null, "created_at": "2018-12-03T16:39:20Z", "security_group_id": "3b081318-c80c-497e-aabd-e73e0eb03129", "tenant_id": "60e7a90213384c39961f5f74b3921169", "port_range_min": null, "ethertype": "IPv4", "project_id": "60e7a90213384c39961f5f74b3921169"}], "revision_number": 4, "project_id": "60e7a90213384c39961f5f74b3921169", "id": "3b081318-c80c-497e-aabd-e73e0eb03129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:39:33,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-3cb67f83-deeb-46e1-9857-56410d97728a 2018-12-03 16:39:33,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:33,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-946551db-4c25-408b-8ff9-d0d2cfcc11c1 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:39:33,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-946551db-4c25-408b-8ff9-d0d2cfcc11c1 2018-12-03 16:39:33,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:33,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e3a432f-8dca-4323-88f3-678f7233a4b4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:39:33,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-2e3a432f-8dca-4323-88f3-678f7233a4b4 2018-12-03 16:39:33,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:33,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc027934-ea4c-4d28-8412-fd81a3e5e725 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169"}, "enabled": true, "id": "60e7a90213384c39961f5f74b3921169", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f5273f80-7121-444-proj"}} 2018-12-03 16:39:33,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169 used request id req-fc027934-ea4c-4d28-8412-fd81a3e5e725 2018-12-03 16:39:33,358 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b081318-c80c-497e-aabd-e73e0eb03129 2018-12-03 16:39:33,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=3b081318-c80c-497e-aabd-e73e0eb03129 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:33,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-bd13c651-a1fb-4434-91d3-6bdc24544a2c Date: Mon, 03 Dec 2018 16:39:33 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-12-03T16:39:20Z", "security_group_id": "3b081318-c80c-497e-aabd-e73e0eb03129", "port_range_min": null, "revision_number": 0, "tenant_id": "60e7a90213384c39961f5f74b3921169", "created_at": "2018-12-03T16:39:20Z", "project_id": "60e7a90213384c39961f5f74b3921169", "id": "0bdf499e-40ba-496a-85ac-4b5ccd346619"}, {"remote_group_id": "3b081318-c80c-497e-aabd-e73e0eb03129", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:39:20Z", "security_group_id": "3b081318-c80c-497e-aabd-e73e0eb03129", "port_range_min": null, "revision_number": 0, "tenant_id": "60e7a90213384c39961f5f74b3921169", "created_at": "2018-12-03T16:39:20Z", "project_id": "60e7a90213384c39961f5f74b3921169", "id": "1c7abfd5-9c23-43cf-a608-c3836859c0c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:39:20Z", "security_group_id": "3b081318-c80c-497e-aabd-e73e0eb03129", "port_range_min": null, "revision_number": 0, "tenant_id": "60e7a90213384c39961f5f74b3921169", "created_at": "2018-12-03T16:39:20Z", "project_id": "60e7a90213384c39961f5f74b3921169", "id": "7ef41a4f-46d7-4d0b-8aef-934ca7ebc11b"}, {"remote_group_id": "3b081318-c80c-497e-aabd-e73e0eb03129", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:39:20Z", "security_group_id": "3b081318-c80c-497e-aabd-e73e0eb03129", "port_range_min": null, "revision_number": 0, "tenant_id": "60e7a90213384c39961f5f74b3921169", "created_at": "2018-12-03T16:39:20Z", "project_id": "60e7a90213384c39961f5f74b3921169", "id": "d342121e-4db4-4650-b120-6e5f743bbb11"}]} 2018-12-03 16:39:33,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=3b081318-c80c-497e-aabd-e73e0eb03129 used request id req-bd13c651-a1fb-4434-91d3-6bdc24544a2c 2018-12-03 16:39:33,545 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:39:33,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/3b081318-c80c-497e-aabd-e73e0eb03129 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:33,907 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dfe8119d-27d3-464e-bb8b-ab0a6520956e Content-Length: 0 Date: Mon, 03 Dec 2018 16:39:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:39:33,907 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/3b081318-c80c-497e-aabd-e73e0eb03129 used request id req-dfe8119d-27d3-464e-bb8b-ab0a6520956e 2018-12-03 16:39:33,908 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-f5273f80-7121-444-proj 2018-12-03 16:39:33,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:34,112 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:39:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f02ac5f-b552-45d7-9e3f-534c69443a23 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:39:34,112 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/60e7a90213384c39961f5f74b3921169 used request id req-3f02ac5f-b552-45d7-9e3f-534c69443a23 2018-12-03 16:39:34,113 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-f5273f80-7121-444-proj-role 2018-12-03 16:39:34,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/9ec2ffcd1486490fa44e19b4c397c102 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:34,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:39:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-824cff8d-4580-4393-8aec-b3d2e1d70808 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:39:34,223 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/9ec2ffcd1486490fa44e19b4c397c102 used request id req-824cff8d-4580-4393-8aec-b3d2e1d70808 2018-12-03 16:39:34,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dea4486a3d836789f1767e966a7324e027150dd" 2018-12-03 16:39:34,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d86c97e-ec9f-4da7-a7e5-d7abca40685f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:39:34,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7d86c97e-ec9f-4da7-a7e5-d7abca40685f 2018-12-03 16:39:34,316 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-f5273f80-7121-444-user 2018-12-03 16:39:34,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/bb2853492fa94997b5b989ca0d034ba3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63c6317ebaea1a010d885f5da16fe6179cace23" 2018-12-03 16:39:34,508 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:39:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-497d92a9-af79-471e-89b5-44eb6649ff5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:39:34,509 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/bb2853492fa94997b5b989ca0d034ba3 used request id req-497d92a9-af79-471e-89b5-44eb6649ff5a 2018-12-03 16:39:34,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:34,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:39:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["-QOsv-ExQDu12_dtAxHifg"], "issued_at": "2018-12-03T16:39:34.000000Z"}} 2018-12-03 16:39:34,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f61f2c83ceadcf25353a7f77a9d2996d1971cab" 2018-12-03 16:39:34,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f79a2252-c6c6-4692-ac42-e5d50c719304 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:34,976 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f79a2252-c6c6-4692-ac42-e5d50c719304 2018-12-03 16:39:34,978 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:34,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:35,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:39:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["I3xUSMzGQ7OEq9Kp-gedsA"], "issued_at": "2018-12-03T16:39:35.000000Z"}} 2018-12-03 16:39:35,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:35,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01d0a9ba-f27f-4ad5-a4cb-2ae5c7d46ae7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:35,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-01d0a9ba-f27f-4ad5-a4cb-2ae5c7d46ae7 2018-12-03 16:39:35,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:39:35,452 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:39: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:39:35,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3642f07b-68af-478-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:35,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43796dcc-c6e4-42e6-a8b5-fcd26fed4b1c Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3642f07b-68af-478-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:39:35,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3642f07b-68af-478-proj used request id req-43796dcc-c6e4-42e6-a8b5-fcd26fed4b1c 2018-12-03 16:39:35,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:35,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11dd7720-c3d3-48b6-9140-115e6a41b76c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:39:35,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-11dd7720-c3d3-48b6-9140-115e6a41b76c 2018-12-03 16:39:35,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj"}}' 2018-12-03 16:39:35,751 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:39:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8569e5a-0505-48b0-83b5-121bc41fbc21 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf"}, "enabled": true, "id": "005dc91104fe491d945e3c019b92c0cf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj"}} 2018-12-03 16:39:35,751 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b8569e5a-0505-48b0-83b5-121bc41fbc21 2018-12-03 16:39:35,752 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-3642f07b-68af-478-proj 2018-12-03 16:39:35,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:35,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:36,124 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:39:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["hWX7iZ4GTSSUW5DWfR2z6g"], "issued_at": "2018-12-03T16:39:36.000000Z"}} 2018-12-03 16:39:36,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a0c44bf15552d30c7b1c06ff7f23d6e9f33ec5" 2018-12-03 16:39:36,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf3f899-a071-4ce4-b2b8-944fd223bc22 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:36,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7bf3f899-a071-4ce4-b2b8-944fd223bc22 2018-12-03 16:39:36,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:39:36,146 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:39:36,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a0c44bf15552d30c7b1c06ff7f23d6e9f33ec5" 2018-12-03 16:39:36,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa367ef9-b888-4430-bac5-5458f3d03597 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:39:36,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-aa367ef9-b888-4430-bac5-5458f3d03597 2018-12-03 16:39:36,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-3642f07b-68af-478-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a0c44bf15552d30c7b1c06ff7f23d6e9f33ec5" 2018-12-03 16:39:36,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c012fe1-4bbe-4937-99d2-419e16ae728a Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-3642f07b-68af-478-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf"}, "enabled": true, "id": "005dc91104fe491d945e3c019b92c0cf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj"}]} 2018-12-03 16:39:36,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-3642f07b-68af-478-proj used request id req-6c012fe1-4bbe-4937-99d2-419e16ae728a 2018-12-03 16:39:36,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a0c44bf15552d30c7b1c06ff7f23d6e9f33ec5" 2018-12-03 16:39:36,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cb1fe6a-fd47-465e-a663-05eeee2255f0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:39:36,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-4cb1fe6a-fd47-465e-a663-05eeee2255f0 2018-12-03 16:39:36,930 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-3642f07b-68af-478-user 2018-12-03 16:39:36,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:36,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:37,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddfda3fa-214d-44cb-9be0-f072d1cf5e94 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:39:37,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ddfda3fa-214d-44cb-9be0-f072d1cf5e94 2018-12-03 16:39:37,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" -d '{"role": {"name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj-role"}}' 2018-12-03 16:39:37,145 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:39:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9ebded1-ce9f-4da7-bf24-7bbbfef45674 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "86e0f3dac3f04c63aa8db72b02dac059", "links": {"self": "http://172.30.9.30:5000/v3/roles/86e0f3dac3f04c63aa8db72b02dac059"}, "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj-role"}} 2018-12-03 16:39:37,145 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-a9ebded1-ce9f-4da7-bf24-7bbbfef45674 2018-12-03 16:39:37,146 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-3642f07b-68af-478-proj-role 2018-12-03 16:39:37,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/86e0f3dac3f04c63aa8db72b02dac059 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:37,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2641eba3-e6dc-48f9-9b47-88b9cab1e788 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/86e0f3dac3f04c63aa8db72b02dac059"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj-role", "id": "86e0f3dac3f04c63aa8db72b02dac059"}} 2018-12-03 16:39:37,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/86e0f3dac3f04c63aa8db72b02dac059 used request id req-2641eba3-e6dc-48f9-9b47-88b9cab1e788 2018-12-03 16:39:37,230 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-3642f07b-68af-478-proj-role to project CreateInstancePortManipulationTests-3642f07b-68af-478-proj 2018-12-03 16:39:37,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf/users/3c4478fac96543f9a668d6d49f90d6c8/roles/86e0f3dac3f04c63aa8db72b02dac059 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:37,363 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:39:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d4c7bf0-dc59-4d1d-9236-09a9c740463e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:39:37,363 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf/users/3c4478fac96543f9a668d6d49f90d6c8/roles/86e0f3dac3f04c63aa8db72b02dac059 used request id req-4d4c7bf0-dc59-4d1d-9236-09a9c740463e 2018-12-03 16:39:37,364 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:39:37,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:37,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:37,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "86e0f3dac3f04c63aa8db72b02dac059", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj-role"}], "expires_at": "2018-12-03T17:39:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "005dc91104fe491d945e3c019b92c0cf", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-user", "id": "3c4478fac96543f9a668d6d49f90d6c8"}, "audit_ids": ["_j9l-l3wS6inBy-P-oVQ1A"], "issued_at": "2018-12-03T16:39:37.000000Z"}} 2018-12-03 16:39:37,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11932c26e823ebda25743c0ac9afab4880087710" 2018-12-03 16:39:37,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90d11e64-2e2e-4c6e-bd1b-419f20b940f5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:37,815 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-90d11e64-2e2e-4c6e-bd1b-419f20b940f5 2018-12-03 16:39:37,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11932c26e823ebda25743c0ac9afab4880087710" 2018-12-03 16:39:37,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-a7721281-426a-42ff-b624-ae5a237e5666 Date: Mon, 03 Dec 2018 16:39:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-image"} 2018-12-03 16:39:37,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-image used request id req-a7721281-426a-42ff-b624-ae5a237e5666 2018-12-03 16:39:37,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11932c26e823ebda25743c0ac9afab4880087710" 2018-12-03 16:39:38,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4511ce00-d60c-47b4-b329-2addd5c1e334 Date: Mon, 03 Dec 2018 16:39: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-12-03 16:39:38,136 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-4511ce00-d60c-47b4-b329-2addd5c1e334 2018-12-03 16:39:38,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11932c26e823ebda25743c0ac9afab4880087710" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-image"}' 2018-12-03 16:39:38,339 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5 X-Openstack-Request-Id: req-5400c995-8a68-4765-9939-1781d435c9b1 Date: Mon, 03 Dec 2018 16:39:38 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:39:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:39:38Z", "visibility": "shared", "locations": [], "self": "/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5", "min_disk": 0, "protected": false, "id": "0b61c321-b281-4b56-9a99-8db563ca96b5", "file": "/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5/file", "checksum": null, "owner": "005dc91104fe491d945e3c019b92c0cf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:39:38,339 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-5400c995-8a68-4765-9939-1781d435c9b1 2018-12-03 16:39:38,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11932c26e823ebda25743c0ac9afab4880087710" -d '' 2018-12-03 16:39:40,051 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-96792978-366d-4cd9-adc8-dee86f0a6f50 Date: Mon, 03 Dec 2018 16:39:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:39:40,051 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5/file used request id req-96792978-366d-4cd9-adc8-dee86f0a6f50 2018-12-03 16:39:40,052 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:39:40,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11932c26e823ebda25743c0ac9afab4880087710" 2018-12-03 16:39:40,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-35dc61a3-004b-4153-bb24-e75cd7c6a17a Date: Mon, 03 Dec 2018 16:39:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:39:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:39:40Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0b61c321-b281-4b56-9a99-8db563ca96b5/snap", "metadata": {}}], "self": "/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5", "min_disk": 0, "protected": false, "id": "0b61c321-b281-4b56-9a99-8db563ca96b5", "file": "/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "005dc91104fe491d945e3c019b92c0cf", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0b61c321-b281-4b56-9a99-8db563ca96b5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:39:40,237 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5 used request id req-35dc61a3-004b-4153-bb24-e75cd7c6a17a 2018-12-03 16:39:40,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11932c26e823ebda25743c0ac9afab4880087710" 2018-12-03 16:39:40,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c4ac7b39-8d81-47b0-ada9-ceef8cd3258f Date: Mon, 03 Dec 2018 16:39: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-12-03 16:39:40,393 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c4ac7b39-8d81-47b0-ada9-ceef8cd3258f 2018-12-03 16:39:40,395 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-image 2018-12-03 16:39:40,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11932c26e823ebda25743c0ac9afab4880087710" 2018-12-03 16:39:40,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f89c2805-af97-484c-a936-c78cb52b4d56 Date: Mon, 03 Dec 2018 16:39:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:39:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:39:40Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0b61c321-b281-4b56-9a99-8db563ca96b5/snap", "metadata": {}}], "self": "/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5", "min_disk": 0, "protected": false, "id": "0b61c321-b281-4b56-9a99-8db563ca96b5", "file": "/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "005dc91104fe491d945e3c019b92c0cf", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0b61c321-b281-4b56-9a99-8db563ca96b5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:39:40,547 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5 used request id req-f89c2805-af97-484c-a936-c78cb52b4d56 2018-12-03 16:39:40,547 - create_image - DEBUG - Instance status is - active 2018-12-03 16:39:40,547 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-image 2018-12-03 16:39:40,548 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-image 2018-12-03 16:39:40,548 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:40,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:40,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "86e0f3dac3f04c63aa8db72b02dac059", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj-role"}], "expires_at": "2018-12-03T17:39:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "005dc91104fe491d945e3c019b92c0cf", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-user", "id": "3c4478fac96543f9a668d6d49f90d6c8"}, "audit_ids": ["U_tE7K19TXacrXn_xFTz9A"], "issued_at": "2018-12-03T16:39:40.000000Z"}} 2018-12-03 16:39:40,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58774799faf9b76737fd01fd57b3fcc6d98c67dc" 2018-12-03 16:39:41,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3284cff9-ac7d-4475-9a01-7b0e56f7a4ed Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:41,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3284cff9-ac7d-4475-9a01-7b0e56f7a4ed 2018-12-03 16:39:41,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58774799faf9b76737fd01fd57b3fcc6d98c67dc" 2018-12-03 16:39:41,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ede4eb6b-b925-4d3c-8b74-da4e4a2bcc75 Date: Mon, 03 Dec 2018 16:39:41 GMT RESP BODY: {"networks":[]} 2018-12-03 16:39:41,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net used request id req-ede4eb6b-b925-4d3c-8b74-da4e4a2bcc75 2018-12-03 16:39:41,200 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net 2018-12-03 16:39:41,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58774799faf9b76737fd01fd57b3fcc6d98c67dc" -d '{"network": {"name": "CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net", "admin_state_up": true}}' 2018-12-03 16:39:41,724 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-e8bd8b90-3feb-425a-8922-d7b6044d8856 Date: Mon, 03 Dec 2018 16:39:41 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4395132e-bb15-4585-9d32-8613d864d807","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"005dc91104fe491d945e3c019b92c0cf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:39:41Z","is_default":false,"name":"CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"005dc91104fe491d945e3c019b92c0cf","created_at":"2018-12-03T16:39:41Z","mtu":1450}} 2018-12-03 16:39:41,724 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e8bd8b90-3feb-425a-8922-d7b6044d8856 2018-12-03 16:39:41,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4395132e-bb15-4585-9d32-8613d864d807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58774799faf9b76737fd01fd57b3fcc6d98c67dc" 2018-12-03 16:39:41,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-ad200a40-c85a-441d-855e-e021d86f28fa Date: Mon, 03 Dec 2018 16:39: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-12-03T16:39:41Z","tenant_id":"005dc91104fe491d945e3c019b92c0cf","created_at":"2018-12-03T16:39:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"005dc91104fe491d945e3c019b92c0cf","id":"4395132e-bb15-4585-9d32-8613d864d807","name":"CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net"}]} 2018-12-03 16:39:41,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4395132e-bb15-4585-9d32-8613d864d807 used request id req-ad200a40-c85a-441d-855e-e021d86f28fa 2018-12-03 16:39:41,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4395132e-bb15-4585-9d32-8613d864d807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58774799faf9b76737fd01fd57b3fcc6d98c67dc" 2018-12-03 16:39:42,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0e961915-cc7d-43d6-a444-00a8d542e3e4 Date: Mon, 03 Dec 2018 16:39:42 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:39:42,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4395132e-bb15-4585-9d32-8613d864d807 used request id req-0e961915-cc7d-43d6-a444-00a8d542e3e4 2018-12-03 16:39:42,134 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-subnet 2018-12-03 16:39:42,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58774799faf9b76737fd01fd57b3fcc6d98c67dc" -d '{"subnets": [{"ip_version": 4, "network_id": "4395132e-bb15-4585-9d32-8613d864d807", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-subnet"}]}' 2018-12-03 16:39:43,072 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-296d9d45-4f3f-4300-acf4-62820573b2b9 Date: Mon, 03 Dec 2018 16:39:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4395132e-bb15-4585-9d32-8613d864d807","tenant_id":"005dc91104fe491d945e3c019b92c0cf","created_at":"2018-12-03T16:39:42Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39:42Z","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":"005dc91104fe491d945e3c019b92c0cf","id":"f323d9b4-975a-4ca9-bfdf-fcd98b6de14b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-subnet"}]} 2018-12-03 16:39:43,072 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-296d9d45-4f3f-4300-acf4-62820573b2b9 2018-12-03 16:39:43,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4395132e-bb15-4585-9d32-8613d864d807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58774799faf9b76737fd01fd57b3fcc6d98c67dc" 2018-12-03 16:39:43,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7b93c8f4-8707-41e3-b15d-5a90decfa69f Date: Mon, 03 Dec 2018 16:39: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":["f323d9b4-975a-4ca9-bfdf-fcd98b6de14b"],"updated_at":"2018-12-03T16:39:42Z","tenant_id":"005dc91104fe491d945e3c019b92c0cf","created_at":"2018-12-03T16:39:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"005dc91104fe491d945e3c019b92c0cf","id":"4395132e-bb15-4585-9d32-8613d864d807","name":"CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net"}]} 2018-12-03 16:39:43,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4395132e-bb15-4585-9d32-8613d864d807 used request id req-7b93c8f4-8707-41e3-b15d-5a90decfa69f 2018-12-03 16:39:43,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4395132e-bb15-4585-9d32-8613d864d807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58774799faf9b76737fd01fd57b3fcc6d98c67dc" 2018-12-03 16:39:43,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cd5543a9-8195-4427-bd77-b78be1ae1fc5 Date: Mon, 03 Dec 2018 16:39:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4395132e-bb15-4585-9d32-8613d864d807","tenant_id":"005dc91104fe491d945e3c019b92c0cf","created_at":"2018-12-03T16:39:42Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39:42Z","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":"005dc91104fe491d945e3c019b92c0cf","id":"f323d9b4-975a-4ca9-bfdf-fcd98b6de14b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-subnet"}]} 2018-12-03 16:39:43,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4395132e-bb15-4585-9d32-8613d864d807 used request id req-cd5543a9-8195-4427-bd77-b78be1ae1fc5 2018-12-03 16:39:43,520 - OpenStackNetwork - DEBUG - Network [4395132e-bb15-4585-9d32-8613d864d807] created successfully 2018-12-03 16:39:43,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:43,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:44,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:39:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["SzlIAliXQkSCMU_JQ4x3rg"], "issued_at": "2018-12-03T16:39:44.000000Z"}} 2018-12-03 16:39:44,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47a141f5fc1588a5a494ec072a5dfb5c8f166a9" 2018-12-03 16:39:44,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-276c3935-7344-4188-a061-bc2c99864ce4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:44,089 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-276c3935-7344-4188-a061-bc2c99864ce4 2018-12-03 16:39:44,091 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:39:44,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47a141f5fc1588a5a494ec072a5dfb5c8f166a9" 2018-12-03 16:39:44,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39: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-388baa15-11ca-45b7-abb7-66ca559a23f6 x-compute-request-id: req-388baa15-11ca-45b7-abb7-66ca559a23f6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:39:44,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-388baa15-11ca-45b7-abb7-66ca559a23f6 2018-12-03 16:39:44,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47a141f5fc1588a5a494ec072a5dfb5c8f166a9" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-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-12-03 16:39:44,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39: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-4d437f96-cb21-457f-8ea4-f615c9e01c8b x-compute-request-id: req-4d437f96-cb21-457f-8ea4-f615c9e01c8b Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8d062b6c-ddf4-4817-86bb-a889eb8720dd", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8d062b6c-ddf4-4817-86bb-a889eb8720dd", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8d062b6c-ddf4-4817-86bb-a889eb8720dd", "name": "CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:39:44,350 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4d437f96-cb21-457f-8ea4-f615c9e01c8b 2018-12-03 16:39:44,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:44,353 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:44,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "86e0f3dac3f04c63aa8db72b02dac059", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj-role"}], "expires_at": "2018-12-03T17:39:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "005dc91104fe491d945e3c019b92c0cf", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-user", "id": "3c4478fac96543f9a668d6d49f90d6c8"}, "audit_ids": ["3aI0NFM4Q3qThdJXxjdtBQ"], "issued_at": "2018-12-03T16:39:44.000000Z"}} 2018-12-03 16:39:44,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:44,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cbc0243-d297-4509-b0e2-245d2ed38ae1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:44,815 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9cbc0243-d297-4509-b0e2-245d2ed38ae1 2018-12-03 16:39:44,817 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:39:44,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:44,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47fe3717-b0f8-4a40-9efe-b4d346641f38 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:44,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-47fe3717-b0f8-4a40-9efe-b4d346641f38 2018-12-03 16:39:44,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:45,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-bcad22f5-ae50-48aa-894e-2d9ed8764090 Date: Mon, 03 Dec 2018 16:39: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":["f323d9b4-975a-4ca9-bfdf-fcd98b6de14b"],"updated_at":"2018-12-03T16:39:42Z","tenant_id":"005dc91104fe491d945e3c019b92c0cf","created_at":"2018-12-03T16:39:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"005dc91104fe491d945e3c019b92c0cf","id":"4395132e-bb15-4585-9d32-8613d864d807","name":"CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net"}]} 2018-12-03 16:39:45,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net used request id req-bcad22f5-ae50-48aa-894e-2d9ed8764090 2018-12-03 16:39:45,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:39:45,166 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:39:45,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:45,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f97cc3b5-fce0-4b16-ba3a-c67994982b22 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf"}, "enabled": true, "id": "005dc91104fe491d945e3c019b92c0cf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj"}} 2018-12-03 16:39:45,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf used request id req-f97cc3b5-fce0-4b16-ba3a-c67994982b22 2018-12-03 16:39:45,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4395132e-bb15-4585-9d32-8613d864d807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:45,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9f0188b0-2076-4f55-beef-e7a10774a56d Date: Mon, 03 Dec 2018 16:39:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4395132e-bb15-4585-9d32-8613d864d807","tenant_id":"005dc91104fe491d945e3c019b92c0cf","created_at":"2018-12-03T16:39:42Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39:42Z","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":"005dc91104fe491d945e3c019b92c0cf","id":"f323d9b4-975a-4ca9-bfdf-fcd98b6de14b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-subnet"}]} 2018-12-03 16:39:45,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4395132e-bb15-4585-9d32-8613d864d807 used request id req-9f0188b0-2076-4f55-beef-e7a10774a56d 2018-12-03 16:39:45,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4395132e-bb15-4585-9d32-8613d864d807&mac_address=foo&name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:45,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-15524970-0032-4fba-9ceb-4ce380ef72f8 Date: Mon, 03 Dec 2018 16:39:45 GMT RESP BODY: {"ports":[]} 2018-12-03 16:39:45,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4395132e-bb15-4585-9d32-8613d864d807&mac_address=foo&name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704port-1&admin_state_up=True used request id req-15524970-0032-4fba-9ceb-4ce380ef72f8 2018-12-03 16:39:45,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:45,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e13a685a-2f95-460c-af71-4b711c71aa25 x-compute-request-id: req-e13a685a-2f95-460c-af71-4b711c71aa25 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:39:45,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-inst used request id req-e13a685a-2f95-460c-af71-4b711c71aa25 2018-12-03 16:39:45,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:46,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f71264c4-8cdb-479d-9577-4da305a19eb0 Date: Mon, 03 Dec 2018 16:39: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":["f323d9b4-975a-4ca9-bfdf-fcd98b6de14b"],"updated_at":"2018-12-03T16:39:42Z","tenant_id":"005dc91104fe491d945e3c019b92c0cf","created_at":"2018-12-03T16:39:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"005dc91104fe491d945e3c019b92c0cf","id":"4395132e-bb15-4585-9d32-8613d864d807","name":"CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net"}]} 2018-12-03 16:39:46,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net used request id req-f71264c4-8cdb-479d-9577-4da305a19eb0 2018-12-03 16:39:46,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:46,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dde1785-b2c7-4657-a91d-6a9993643991 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf"}, "enabled": true, "id": "005dc91104fe491d945e3c019b92c0cf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj"}} 2018-12-03 16:39:46,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf used request id req-5dde1785-b2c7-4657-a91d-6a9993643991 2018-12-03 16:39:46,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4395132e-bb15-4585-9d32-8613d864d807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:46,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7c232972-987d-4a58-b55f-2fa72fe3d830 Date: Mon, 03 Dec 2018 16:39:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4395132e-bb15-4585-9d32-8613d864d807","tenant_id":"005dc91104fe491d945e3c019b92c0cf","created_at":"2018-12-03T16:39:42Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39:42Z","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":"005dc91104fe491d945e3c019b92c0cf","id":"f323d9b4-975a-4ca9-bfdf-fcd98b6de14b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-subnet"}]} 2018-12-03 16:39:46,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4395132e-bb15-4585-9d32-8613d864d807 used request id req-7c232972-987d-4a58-b55f-2fa72fe3d830 2018-12-03 16:39:46,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4395132e-bb15-4585-9d32-8613d864d807&mac_address=foo&name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:46,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1bc5786a-c85a-4dbb-a5bd-6de794c34844 Date: Mon, 03 Dec 2018 16:39:46 GMT RESP BODY: {"ports":[]} 2018-12-03 16:39:46,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4395132e-bb15-4585-9d32-8613d864d807&mac_address=foo&name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704port-1&admin_state_up=True used request id req-1bc5786a-c85a-4dbb-a5bd-6de794c34844 2018-12-03 16:39:46,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:46,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:47,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "86e0f3dac3f04c63aa8db72b02dac059", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj-role"}], "expires_at": "2018-12-03T17:39:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "005dc91104fe491d945e3c019b92c0cf", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/005dc91104fe491d945e3c019b92c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-user", "id": "3c4478fac96543f9a668d6d49f90d6c8"}, "audit_ids": ["19LTpPQNRXSCCIUAiPlZOA"], "issued_at": "2018-12-03T16:39:47.000000Z"}} 2018-12-03 16:39:47,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3516283a39b65ec9a7bd67a424c4416d369a3f3" 2018-12-03 16:39:47,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2b4c0db-8c59-4f4c-8b40-39eeced0af50 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:47,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c2b4c0db-8c59-4f4c-8b40-39eeced0af50 2018-12-03 16:39:47,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:47,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-585a63cb-6b60-48cb-ba68-13332973dc2a Date: Mon, 03 Dec 2018 16:39: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":["f323d9b4-975a-4ca9-bfdf-fcd98b6de14b"],"updated_at":"2018-12-03T16:39:42Z","tenant_id":"005dc91104fe491d945e3c019b92c0cf","created_at":"2018-12-03T16:39:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"005dc91104fe491d945e3c019b92c0cf","id":"4395132e-bb15-4585-9d32-8613d864d807","name":"CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net"}]} 2018-12-03 16:39:47,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net used request id req-585a63cb-6b60-48cb-ba68-13332973dc2a 2018-12-03 16:39:47,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4395132e-bb15-4585-9d32-8613d864d807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:47,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3f3b0469-0353-43a6-b3c3-54706e7d4537 Date: Mon, 03 Dec 2018 16:39:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4395132e-bb15-4585-9d32-8613d864d807","tenant_id":"005dc91104fe491d945e3c019b92c0cf","created_at":"2018-12-03T16:39:42Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39:42Z","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":"005dc91104fe491d945e3c019b92c0cf","id":"f323d9b4-975a-4ca9-bfdf-fcd98b6de14b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-subnet"}]} 2018-12-03 16:39:47,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4395132e-bb15-4585-9d32-8613d864d807 used request id req-3f3b0469-0353-43a6-b3c3-54706e7d4537 2018-12-03 16:39:47,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:47,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9fa62bf2-9e68-42c2-bd46-09346a7b1e20 Date: Mon, 03 Dec 2018 16:39: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":["f323d9b4-975a-4ca9-bfdf-fcd98b6de14b"],"updated_at":"2018-12-03T16:39:42Z","tenant_id":"005dc91104fe491d945e3c019b92c0cf","created_at":"2018-12-03T16:39:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"005dc91104fe491d945e3c019b92c0cf","id":"4395132e-bb15-4585-9d32-8613d864d807","name":"CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net"}]} 2018-12-03 16:39:47,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net used request id req-9fa62bf2-9e68-42c2-bd46-09346a7b1e20 2018-12-03 16:39:47,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:39:47,819 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:39:47,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3516283a39b65ec9a7bd67a424c4416d369a3f3" 2018-12-03 16:39:47,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4387eac1-3b69-4edd-bdb4-9a34371120b3 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf"}, "enabled": true, "id": "005dc91104fe491d945e3c019b92c0cf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj"}} 2018-12-03 16:39:47,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf used request id req-4387eac1-3b69-4edd-bdb4-9a34371120b3 2018-12-03 16:39:47,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4395132e-bb15-4585-9d32-8613d864d807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" 2018-12-03 16:39:48,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1202a016-bc37-40fc-acd3-d3a20cfd635b Date: Mon, 03 Dec 2018 16:39:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4395132e-bb15-4585-9d32-8613d864d807","tenant_id":"005dc91104fe491d945e3c019b92c0cf","created_at":"2018-12-03T16:39:42Z","dns_nameservers":[],"updated_at":"2018-12-03T16:39:42Z","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":"005dc91104fe491d945e3c019b92c0cf","id":"f323d9b4-975a-4ca9-bfdf-fcd98b6de14b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-subnet"}]} 2018-12-03 16:39:48,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4395132e-bb15-4585-9d32-8613d864d807 used request id req-1202a016-bc37-40fc-acd3-d3a20cfd635b 2018-12-03 16:39:48,101 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net 2018-12-03 16:39:48,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e73e86cd6bf286d352e1c0923f31b26839df7f9" -d '{"port": {"network_id": "4395132e-bb15-4585-9d32-8613d864d807", "mac_address": "foo", "name": "CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704port-1", "admin_state_up": true}}' 2018-12-03 16:39:48,117 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 145 Content-Type: application/json X-Openstack-Request-Id: req-e48342d5-55d5-4dee-822f-978dfb7f093e Date: Mon, 03 Dec 2018 16:39:48 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-03 16:39:48,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-e48342d5-55d5-4dee-822f-978dfb7f093e 2018-12-03 16:39:48,118 - 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-12-03 16:39:48,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/8d062b6c-ddf4-4817-86bb-a889eb8720dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47a141f5fc1588a5a494ec072a5dfb5c8f166a9" 2018-12-03 16:39:48,159 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:39:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6eaad42f-c7f6-44ec-a1b3-eb346434f304 x-compute-request-id: req-6eaad42f-c7f6-44ec-a1b3-eb346434f304 Content-Length: 0 Content-Type: application/json 2018-12-03 16:39:48,159 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/8d062b6c-ddf4-4817-86bb-a889eb8720dd used request id req-6eaad42f-c7f6-44ec-a1b3-eb346434f304 2018-12-03 16:39:48,160 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-subnet 2018-12-03 16:39:48,161 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-subnet 2018-12-03 16:39:48,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/f323d9b4-975a-4ca9-bfdf-fcd98b6de14b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58774799faf9b76737fd01fd57b3fcc6d98c67dc" 2018-12-03 16:39:50,390 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7024c8d4-cacd-43dd-b349-9217ab6674f6 Date: Mon, 03 Dec 2018 16:39:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:39:50,390 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/f323d9b4-975a-4ca9-bfdf-fcd98b6de14b used request id req-7024c8d4-cacd-43dd-b349-9217ab6674f6 2018-12-03 16:39:50,390 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-pub-net 2018-12-03 16:39:50,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/4395132e-bb15-4585-9d32-8613d864d807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58774799faf9b76737fd01fd57b3fcc6d98c67dc" 2018-12-03 16:39:51,656 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db20b429-792b-4721-9cf6-abcfdfd13fa5 Date: Mon, 03 Dec 2018 16:39:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:39:51,656 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/4395132e-bb15-4585-9d32-8613d864d807 used request id req-db20b429-792b-4721-9cf6-abcfdfd13fa5 2018-12-03 16:39:51,657 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-ef3b85ea-bec4-431b-8435-185d8824d704-image 2018-12-03 16:39:51,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11932c26e823ebda25743c0ac9afab4880087710" 2018-12-03 16:39:53,373 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-213618cd-4e98-4464-a1cc-4eea282ecb88 Date: Mon, 03 Dec 2018 16:39:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:39:53,374 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/0b61c321-b281-4b56-9a99-8db563ca96b5 used request id req-213618cd-4e98-4464-a1cc-4eea282ecb88 2018-12-03 16:39:53,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:53,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-69c779b7-78a3-49dc-847c-adf605832389 Date: Mon, 03 Dec 2018 16:39:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "005dc91104fe491d945e3c019b92c0cf", "created_at": "2018-12-03T16:39:41Z", "updated_at": "2018-12-03T16:39:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:39:41Z", "revision_number": 0, "id": "441b751f-c2c4-45a6-a0b8-aa765c39d3d9", "remote_group_id": "19b130eb-13bf-47ec-86ee-ccf86e805e55", "remote_ip_prefix": null, "created_at": "2018-12-03T16:39:41Z", "security_group_id": "19b130eb-13bf-47ec-86ee-ccf86e805e55", "tenant_id": "005dc91104fe491d945e3c019b92c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "005dc91104fe491d945e3c019b92c0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:39:41Z", "revision_number": 0, "id": "82bfa359-a58e-4a2d-bbf0-c863637ed399", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:39:41Z", "security_group_id": "19b130eb-13bf-47ec-86ee-ccf86e805e55", "tenant_id": "005dc91104fe491d945e3c019b92c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "005dc91104fe491d945e3c019b92c0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:39:41Z", "revision_number": 0, "id": "9c160857-4fc7-4e92-ba31-0a51cfb9ca31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:39:41Z", "security_group_id": "19b130eb-13bf-47ec-86ee-ccf86e805e55", "tenant_id": "005dc91104fe491d945e3c019b92c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "005dc91104fe491d945e3c019b92c0cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:39:41Z", "revision_number": 0, "id": "dbae1f78-ec46-4551-a007-c10cc29e19be", "remote_group_id": "19b130eb-13bf-47ec-86ee-ccf86e805e55", "remote_ip_prefix": null, "created_at": "2018-12-03T16:39:41Z", "security_group_id": "19b130eb-13bf-47ec-86ee-ccf86e805e55", "tenant_id": "005dc91104fe491d945e3c019b92c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "005dc91104fe491d945e3c019b92c0cf"}], "revision_number": 4, "project_id": "005dc91104fe491d945e3c019b92c0cf", "id": "19b130eb-13bf-47ec-86ee-ccf86e805e55", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:39:53,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-69c779b7-78a3-49dc-847c-adf605832389 2018-12-03 16:39:53,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:53,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b052393-c18b-4889-acc1-9ecf02fc075f Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:39:53,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-7b052393-c18b-4889-acc1-9ecf02fc075f 2018-12-03 16:39:53,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:53,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e23c3d6c-f4eb-4c68-be97-485697e8747a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:39:53,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-e23c3d6c-f4eb-4c68-be97-485697e8747a 2018-12-03 16:39:53,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:53,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3128efce-6f59-43b1-a2ef-8c9fcc8aad14 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf"}, "enabled": true, "id": "005dc91104fe491d945e3c019b92c0cf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3642f07b-68af-478-proj"}} 2018-12-03 16:39:53,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf used request id req-3128efce-6f59-43b1-a2ef-8c9fcc8aad14 2018-12-03 16:39:53,846 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 19b130eb-13bf-47ec-86ee-ccf86e805e55 2018-12-03 16:39:53,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=19b130eb-13bf-47ec-86ee-ccf86e805e55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:54,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f332b0b8-4ee5-4968-928f-a2152ef2544c Date: Mon, 03 Dec 2018 16:39:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "19b130eb-13bf-47ec-86ee-ccf86e805e55", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:39:41Z", "security_group_id": "19b130eb-13bf-47ec-86ee-ccf86e805e55", "port_range_min": null, "revision_number": 0, "tenant_id": "005dc91104fe491d945e3c019b92c0cf", "created_at": "2018-12-03T16:39:41Z", "project_id": "005dc91104fe491d945e3c019b92c0cf", "id": "441b751f-c2c4-45a6-a0b8-aa765c39d3d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:39:41Z", "security_group_id": "19b130eb-13bf-47ec-86ee-ccf86e805e55", "port_range_min": null, "revision_number": 0, "tenant_id": "005dc91104fe491d945e3c019b92c0cf", "created_at": "2018-12-03T16:39:41Z", "project_id": "005dc91104fe491d945e3c019b92c0cf", "id": "82bfa359-a58e-4a2d-bbf0-c863637ed399"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:39:41Z", "security_group_id": "19b130eb-13bf-47ec-86ee-ccf86e805e55", "port_range_min": null, "revision_number": 0, "tenant_id": "005dc91104fe491d945e3c019b92c0cf", "created_at": "2018-12-03T16:39:41Z", "project_id": "005dc91104fe491d945e3c019b92c0cf", "id": "9c160857-4fc7-4e92-ba31-0a51cfb9ca31"}, {"remote_group_id": "19b130eb-13bf-47ec-86ee-ccf86e805e55", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:39:41Z", "security_group_id": "19b130eb-13bf-47ec-86ee-ccf86e805e55", "port_range_min": null, "revision_number": 0, "tenant_id": "005dc91104fe491d945e3c019b92c0cf", "created_at": "2018-12-03T16:39:41Z", "project_id": "005dc91104fe491d945e3c019b92c0cf", "id": "dbae1f78-ec46-4551-a007-c10cc29e19be"}]} 2018-12-03 16:39:54,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=19b130eb-13bf-47ec-86ee-ccf86e805e55 used request id req-f332b0b8-4ee5-4968-928f-a2152ef2544c 2018-12-03 16:39:54,015 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:39:54,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/19b130eb-13bf-47ec-86ee-ccf86e805e55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:54,338 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-10c1c499-58a4-4dbd-b383-1fa500616970 Content-Length: 0 Date: Mon, 03 Dec 2018 16:39:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:39:54,338 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/19b130eb-13bf-47ec-86ee-ccf86e805e55 used request id req-10c1c499-58a4-4dbd-b383-1fa500616970 2018-12-03 16:39:54,339 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-3642f07b-68af-478-proj 2018-12-03 16:39:54,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:54,552 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:39:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a479c128-12fb-4a10-82e0-7d31c093187d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:39:54,552 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/005dc91104fe491d945e3c019b92c0cf used request id req-a479c128-12fb-4a10-82e0-7d31c093187d 2018-12-03 16:39:54,552 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-3642f07b-68af-478-proj-role 2018-12-03 16:39:54,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/86e0f3dac3f04c63aa8db72b02dac059 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:54,666 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:39:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21a7d8ff-1452-4767-abab-0da1cba95005 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:39:54,666 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/86e0f3dac3f04c63aa8db72b02dac059 used request id req-21a7d8ff-1452-4767-abab-0da1cba95005 2018-12-03 16:39:54,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f96f4582c22792af4eb2d4f2a21d62656794be" 2018-12-03 16:39:54,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48862d47-49b6-4d0e-9d8a-2b79212c72a4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:39:54,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-48862d47-49b6-4d0e-9d8a-2b79212c72a4 2018-12-03 16:39:54,761 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-3642f07b-68af-478-user 2018-12-03 16:39:54,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/3c4478fac96543f9a668d6d49f90d6c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a0c44bf15552d30c7b1c06ff7f23d6e9f33ec5" 2018-12-03 16:39:54,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:39:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1eda652-ae5d-4b8a-bbd9-dbc6694f8958 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:39:54,922 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/3c4478fac96543f9a668d6d49f90d6c8 used request id req-b1eda652-ae5d-4b8a-bbd9-dbc6694f8958 2018-12-03 16:39:54,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:55,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:39:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["skDg54fYSRmFPN0YViFn9Q"], "issued_at": "2018-12-03T16:39:55.000000Z"}} 2018-12-03 16:39:55,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05d16901322dc5a28fa86341a359274e7c3c7661" 2018-12-03 16:39:55,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac707eac-208e-41d8-8bbd-96b243a4f0ab Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:55,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ac707eac-208e-41d8-8bbd-96b243a4f0ab 2018-12-03 16:39:55,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:55,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:55,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:39:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Ueu7SIMdTk6_x-oLLvHK2w"], "issued_at": "2018-12-03T16:39:55.000000Z"}} 2018-12-03 16:39:55,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:39:55,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20f4fa09-3abc-4dd1-bd60-800373f7c184 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:55,944 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-20f4fa09-3abc-4dd1-bd60-800373f7c184 2018-12-03 16:39:55,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:39:55,953 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:39: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:39:55,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:39:56,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d573d8d-b8bb-434c-bef6-f46a9a55668e Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:39:56,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj used request id req-4d573d8d-b8bb-434c-bef6-f46a9a55668e 2018-12-03 16:39:56,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:39:56,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda36109-3540-484e-9d27-67063f333d31 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:39:56,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-eda36109-3540-484e-9d27-67063f333d31 2018-12-03 16:39:56,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj"}}' 2018-12-03 16:39:56,265 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:39:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6e3c027-741b-4c86-9773-d208bad28b95 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048"}, "enabled": true, "id": "ed27f0cab0624e67bb598b9790747048", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj"}} 2018-12-03 16:39:56,266 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-d6e3c027-741b-4c86-9773-d208bad28b95 2018-12-03 16:39:56,266 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj 2018-12-03 16:39:56,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:56,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:56,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:39:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["pXXfH9auSyar6cev46HYmg"], "issued_at": "2018-12-03T16:39:56.000000Z"}} 2018-12-03 16:39:56,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185ef3531e6f04f0fe078e7a90d88c822ea42a94" 2018-12-03 16:39:56,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6276af38-205e-441e-871f-20d01bec36a5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:56,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6276af38-205e-441e-871f-20d01bec36a5 2018-12-03 16:39:56,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:39:56,737 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:39:56,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185ef3531e6f04f0fe078e7a90d88c822ea42a94" 2018-12-03 16:39:56,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff3310e2-f4b9-48c7-ace0-82c5a53d0ab3 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:39:56,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ff3310e2-f4b9-48c7-ace0-82c5a53d0ab3 2018-12-03 16:39:56,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185ef3531e6f04f0fe078e7a90d88c822ea42a94" 2018-12-03 16:39:56,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92580ad4-57e1-4dbf-9f45-b375876ca446 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048"}, "enabled": true, "id": "ed27f0cab0624e67bb598b9790747048", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj"}]} 2018-12-03 16:39:56,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj used request id req-92580ad4-57e1-4dbf-9f45-b375876ca446 2018-12-03 16:39:56,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185ef3531e6f04f0fe078e7a90d88c822ea42a94" 2018-12-03 16:39:56,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05c2feff-8398-45b3-9929-6d4a918f3735 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:39:56,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-05c2feff-8398-45b3-9929-6d4a918f3735 2018-12-03 16:39:57,259 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-c7334a65-e0d2-41f-user 2018-12-03 16:39:57,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:57,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:39:57,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b99de7f-64b8-4678-904d-90f932f27dd7 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:39:57,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9b99de7f-64b8-4678-904d-90f932f27dd7 2018-12-03 16:39:57,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" -d '{"role": {"name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj-role"}}' 2018-12-03 16:39:57,469 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:39:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7ce3a79-cb86-4b8c-9830-2a625b7ccfb8 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3d4a9dbf3b0949a6a719b9004c8674ce", "links": {"self": "http://172.30.9.30:5000/v3/roles/3d4a9dbf3b0949a6a719b9004c8674ce"}, "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj-role"}} 2018-12-03 16:39:57,469 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-f7ce3a79-cb86-4b8c-9830-2a625b7ccfb8 2018-12-03 16:39:57,469 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj-role 2018-12-03 16:39:57,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/3d4a9dbf3b0949a6a719b9004c8674ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:39:57,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d2d1321-2d03-41f2-9333-81a0d8797cec Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/3d4a9dbf3b0949a6a719b9004c8674ce"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj-role", "id": "3d4a9dbf3b0949a6a719b9004c8674ce"}} 2018-12-03 16:39:57,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/3d4a9dbf3b0949a6a719b9004c8674ce used request id req-5d2d1321-2d03-41f2-9333-81a0d8797cec 2018-12-03 16:39:57,554 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj-role to project CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj 2018-12-03 16:39:57,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048/users/b2fc74d8b4a84a0097febe0330aab8e0/roles/3d4a9dbf3b0949a6a719b9004c8674ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:39:57,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:39:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d3e52cd-de39-4b25-bf7f-541bbc002ce6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:39:57,688 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048/users/b2fc74d8b4a84a0097febe0330aab8e0/roles/3d4a9dbf3b0949a6a719b9004c8674ce used request id req-4d3e52cd-de39-4b25-bf7f-541bbc002ce6 2018-12-03 16:39:57,688 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:39:57,688 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:39:57,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:39:58,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d4a9dbf3b0949a6a719b9004c8674ce", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj-role"}], "expires_at": "2018-12-03T17:39:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed27f0cab0624e67bb598b9790747048", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-user", "id": "b2fc74d8b4a84a0097febe0330aab8e0"}, "audit_ids": ["54eE0ZWVTzKUzAVM1OWOFw"], "issued_at": "2018-12-03T16:39:58.000000Z"}} 2018-12-03 16:39:58,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d139ce66eec2abbd6f0c850fb089c131da6a13" 2018-12-03 16:39:58,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10dd0581-f77d-4b0f-9e6a-3e359d91ae38 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:39:58,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-10dd0581-f77d-4b0f-9e6a-3e359d91ae38 2018-12-03 16:39:58,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5d139ce66eec2abbd6f0c850fb089c131da6a13" 2018-12-03 16:39:58,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-ff4a8a3f-3a4c-4197-aafc-b80916d90c54 Date: Mon, 03 Dec 2018 16:39:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image"} 2018-12-03 16:39:58,303 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image used request id req-ff4a8a3f-3a4c-4197-aafc-b80916d90c54 2018-12-03 16:39:58,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5d139ce66eec2abbd6f0c850fb089c131da6a13" 2018-12-03 16:39:58,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1ff6043a-5f9f-4c9c-a388-11176e8f52ea Date: Mon, 03 Dec 2018 16:39: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-12-03 16:39:58,462 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-1ff6043a-5f9f-4c9c-a388-11176e8f52ea 2018-12-03 16:39:58,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5d139ce66eec2abbd6f0c850fb089c131da6a13" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image"}' 2018-12-03 16:39:58,693 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4 X-Openstack-Request-Id: req-e08fe6cc-b172-4cb6-9752-d432287a45fe Date: Mon, 03 Dec 2018 16:39:58 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:39:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:39:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4", "min_disk": 0, "protected": false, "id": "d89b734d-8f09-433a-8fd6-3c93347929c4", "file": "/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4/file", "checksum": null, "owner": "ed27f0cab0624e67bb598b9790747048", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:39:58,693 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-e08fe6cc-b172-4cb6-9752-d432287a45fe 2018-12-03 16:39:58,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5d139ce66eec2abbd6f0c850fb089c131da6a13" -d '' 2018-12-03 16:40:00,996 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9f035dfb-5fa3-4378-b43b-b582f044d34a Date: Mon, 03 Dec 2018 16:40:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:40:00,996 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4/file used request id req-9f035dfb-5fa3-4378-b43b-b582f044d34a 2018-12-03 16:40:00,997 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:40:01,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5d139ce66eec2abbd6f0c850fb089c131da6a13" 2018-12-03 16:40:01,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-04a183ba-dbe2-4817-b2a7-c778562a0e16 Date: Mon, 03 Dec 2018 16:40:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:39:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:40:00Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d89b734d-8f09-433a-8fd6-3c93347929c4/snap", "metadata": {}}], "self": "/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4", "min_disk": 0, "protected": false, "id": "d89b734d-8f09-433a-8fd6-3c93347929c4", "file": "/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ed27f0cab0624e67bb598b9790747048", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d89b734d-8f09-433a-8fd6-3c93347929c4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:40:01,184 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4 used request id req-04a183ba-dbe2-4817-b2a7-c778562a0e16 2018-12-03 16:40:01,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5d139ce66eec2abbd6f0c850fb089c131da6a13" 2018-12-03 16:40:01,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-575e1f93-a66b-4434-bb33-df82e80d5192 Date: Mon, 03 Dec 2018 16:40: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-12-03 16:40:01,334 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-575e1f93-a66b-4434-bb33-df82e80d5192 2018-12-03 16:40:01,337 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image 2018-12-03 16:40:01,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5d139ce66eec2abbd6f0c850fb089c131da6a13" 2018-12-03 16:40:01,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f1610e5e-e019-465f-8252-e3121fd3c97d Date: Mon, 03 Dec 2018 16:40:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:39:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:40:00Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d89b734d-8f09-433a-8fd6-3c93347929c4/snap", "metadata": {}}], "self": "/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4", "min_disk": 0, "protected": false, "id": "d89b734d-8f09-433a-8fd6-3c93347929c4", "file": "/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ed27f0cab0624e67bb598b9790747048", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d89b734d-8f09-433a-8fd6-3c93347929c4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:40:01,505 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4 used request id req-f1610e5e-e019-465f-8252-e3121fd3c97d 2018-12-03 16:40:01,506 - create_image - DEBUG - Instance status is - active 2018-12-03 16:40:01,506 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image 2018-12-03 16:40:01,506 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image 2018-12-03 16:40:01,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:40:01,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:40:01,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d4a9dbf3b0949a6a719b9004c8674ce", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj-role"}], "expires_at": "2018-12-03T17:40:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed27f0cab0624e67bb598b9790747048", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-user", "id": "b2fc74d8b4a84a0097febe0330aab8e0"}, "audit_ids": ["qYcwteOfQf2pFtD5rmogDA"], "issued_at": "2018-12-03T16:40:01.000000Z"}} 2018-12-03 16:40:01,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb22697a3f37fcdfce0aaaa4662facc57c1892f" 2018-12-03 16:40:01,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c333ba0-7dbc-49db-93fb-aff0d9dfa17d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:40:01,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8c333ba0-7dbc-49db-93fb-aff0d9dfa17d 2018-12-03 16:40:01,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb22697a3f37fcdfce0aaaa4662facc57c1892f" 2018-12-03 16:40:02,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-08fc76db-e795-4258-8f96-d5f07791c7c9 Date: Mon, 03 Dec 2018 16:40:02 GMT RESP BODY: {"networks":[]} 2018-12-03 16:40:02,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net used request id req-08fc76db-e795-4258-8f96-d5f07791c7c9 2018-12-03 16:40:02,148 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net 2018-12-03 16:40:02,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb22697a3f37fcdfce0aaaa4662facc57c1892f" -d '{"network": {"name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net", "admin_state_up": true}}' 2018-12-03 16:40:02,658 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-1a2e0542-dd71-494b-93d1-4915b4e0c6e6 Date: Mon, 03 Dec 2018 16:40:02 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ed27f0cab0624e67bb598b9790747048","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:40:02Z","is_default":false,"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:02Z","mtu":1450}} 2018-12-03 16:40:02,659 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-1a2e0542-dd71-494b-93d1-4915b4e0c6e6 2018-12-03 16:40:02,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb22697a3f37fcdfce0aaaa4662facc57c1892f" 2018-12-03 16:40:02,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-06ef0c25-a0dc-4bf5-b5a8-1d3d65c0f3d1 Date: Mon, 03 Dec 2018 16:40:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-03T16:40:02Z","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ed27f0cab0624e67bb598b9790747048","id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net"}]} 2018-12-03 16:40:02,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 used request id req-06ef0c25-a0dc-4bf5-b5a8-1d3d65c0f3d1 2018-12-03 16:40:02,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb22697a3f37fcdfce0aaaa4662facc57c1892f" 2018-12-03 16:40:03,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dd0f9bae-8ad5-48a4-aaef-e8bc42fd457b Date: Mon, 03 Dec 2018 16:40:03 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:40:03,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 used request id req-dd0f9bae-8ad5-48a4-aaef-e8bc42fd457b 2018-12-03 16:40:03,094 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet 2018-12-03 16:40:03,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb22697a3f37fcdfce0aaaa4662facc57c1892f" -d '{"subnets": [{"ip_version": 4, "network_id": "5fcc97c1-e5e8-4fc9-92dc-0359e0155e16", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet"}]}' 2018-12-03 16:40:03,641 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1f106ce2-b9eb-4adc-b435-ab1a4df9a86c Date: Mon, 03 Dec 2018 16:40:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40:03Z","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":"ed27f0cab0624e67bb598b9790747048","id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet"}]} 2018-12-03 16:40:03,641 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-1f106ce2-b9eb-4adc-b435-ab1a4df9a86c 2018-12-03 16:40:03,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb22697a3f37fcdfce0aaaa4662facc57c1892f" 2018-12-03 16:40:03,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1cc8034b-bae0-4213-82ec-e3fe1dd9ddb7 Date: Mon, 03 Dec 2018 16:40: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":["04d5d3d2-caa1-4e50-b054-185a7b3bf344"],"updated_at":"2018-12-03T16:40:03Z","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed27f0cab0624e67bb598b9790747048","id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net"}]} 2018-12-03 16:40:03,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 used request id req-1cc8034b-bae0-4213-82ec-e3fe1dd9ddb7 2018-12-03 16:40:03,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb22697a3f37fcdfce0aaaa4662facc57c1892f" 2018-12-03 16:40:04,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-121a5569-fb10-47de-a8f6-fd1743e6bbda Date: Mon, 03 Dec 2018 16:40:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40:03Z","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":"ed27f0cab0624e67bb598b9790747048","id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet"}]} 2018-12-03 16:40:04,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 used request id req-121a5569-fb10-47de-a8f6-fd1743e6bbda 2018-12-03 16:40:04,109 - OpenStackNetwork - DEBUG - Network [5fcc97c1-e5e8-4fc9-92dc-0359e0155e16] created successfully 2018-12-03 16:40:04,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:40:04,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:40:04,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:40:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["mlug99EWTket19IH4EyYqg"], "issued_at": "2018-12-03T16:40:04.000000Z"}} 2018-12-03 16:40:04,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e6d286e3beccabebc0e916524788d0144aaa00" 2018-12-03 16:40:04,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e7a0c72-11a5-4fc9-9f48-adec6e18d65a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:40:04,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1e7a0c72-11a5-4fc9-9f48-adec6e18d65a 2018-12-03 16:40:04,590 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:40:04,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e6d286e3beccabebc0e916524788d0144aaa00" 2018-12-03 16:40:04,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-56cd7398-1878-4fe7-b5b7-c9b4948c8a62 x-compute-request-id: req-56cd7398-1878-4fe7-b5b7-c9b4948c8a62 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:40:04,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-56cd7398-1878-4fe7-b5b7-c9b4948c8a62 2018-12-03 16:40:04,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e6d286e3beccabebc0e916524788d0144aaa00" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-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-12-03 16:40:04,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-334ee462-0b1e-4284-bce9-e37b78aa4128 x-compute-request-id: req-334ee462-0b1e-4284-bce9-e37b78aa4128 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2eedacc0-fe47-4add-b1a3-8901acfd245f", "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:40:04,828 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-334ee462-0b1e-4284-bce9-e37b78aa4128 2018-12-03 16:40:04,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:40:04,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:40:05,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d4a9dbf3b0949a6a719b9004c8674ce", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj-role"}], "expires_at": "2018-12-03T17:40:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed27f0cab0624e67bb598b9790747048", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-user", "id": "b2fc74d8b4a84a0097febe0330aab8e0"}, "audit_ids": ["Bj1hJZJ5Rj60K5BhnjXbOg"], "issued_at": "2018-12-03T16:40:05.000000Z"}} 2018-12-03 16:40:05,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:05,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f54ff0b8-e255-4b7e-a73a-c60c9e9317b7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:40:05,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f54ff0b8-e255-4b7e-a73a-c60c9e9317b7 2018-12-03 16:40:05,280 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:40:05,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:05,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-125720bf-9267-4ddf-bc19-5f9a5c90c6af Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:40:05,295 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-125720bf-9267-4ddf-bc19-5f9a5c90c6af 2018-12-03 16:40:05,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:05,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-506038c6-ba31-4e21-9780-e07415cf69d8 Date: Mon, 03 Dec 2018 16:40: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":["04d5d3d2-caa1-4e50-b054-185a7b3bf344"],"updated_at":"2018-12-03T16:40:03Z","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed27f0cab0624e67bb598b9790747048","id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net"}]} 2018-12-03 16:40:05,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net used request id req-506038c6-ba31-4e21-9780-e07415cf69d8 2018-12-03 16:40:05,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:40:05,574 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:40: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:40:05,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:05,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb74061c-cc28-4f67-9208-c42ef8d48b43 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048"}, "enabled": true, "id": "ed27f0cab0624e67bb598b9790747048", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj"}} 2018-12-03 16:40:05,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 used request id req-eb74061c-cc28-4f67-9208-c42ef8d48b43 2018-12-03 16:40:05,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:05,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-824a9246-0199-415f-b9f1-5c113c554eaa Date: Mon, 03 Dec 2018 16:40:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40:03Z","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":"ed27f0cab0624e67bb598b9790747048","id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet"}]} 2018-12-03 16:40:05,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 used request id req-824a9246-0199-415f-b9f1-5c113c554eaa 2018-12-03 16:40:05,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:06,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1ae19117-6881-42d6-b4a9-a06d5b72e734 Date: Mon, 03 Dec 2018 16:40:06 GMT RESP BODY: {"ports":[]} 2018-12-03 16:40:06,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116port-1&admin_state_up=True used request id req-1ae19117-6881-42d6-b4a9-a06d5b72e734 2018-12-03 16:40:06,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:06,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aeaf8c13-af1c-4069-80fa-9c7e39ead9f8 x-compute-request-id: req-aeaf8c13-af1c-4069-80fa-9c7e39ead9f8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:40:06,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst used request id req-aeaf8c13-af1c-4069-80fa-9c7e39ead9f8 2018-12-03 16:40:06,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:06,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b78d652e-9ce2-4984-bcde-98076c2db44e Date: Mon, 03 Dec 2018 16:40: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":["04d5d3d2-caa1-4e50-b054-185a7b3bf344"],"updated_at":"2018-12-03T16:40:03Z","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed27f0cab0624e67bb598b9790747048","id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net"}]} 2018-12-03 16:40:06,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net used request id req-b78d652e-9ce2-4984-bcde-98076c2db44e 2018-12-03 16:40:06,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:06,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15caf4b3-2be7-48c4-b9e6-67dbe65d0ac3 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048"}, "enabled": true, "id": "ed27f0cab0624e67bb598b9790747048", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj"}} 2018-12-03 16:40:06,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 used request id req-15caf4b3-2be7-48c4-b9e6-67dbe65d0ac3 2018-12-03 16:40:06,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:06,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-998835a8-cb9f-4fac-8aa1-1769daa50fdd Date: Mon, 03 Dec 2018 16:40:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40:03Z","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":"ed27f0cab0624e67bb598b9790747048","id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet"}]} 2018-12-03 16:40:06,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 used request id req-998835a8-cb9f-4fac-8aa1-1769daa50fdd 2018-12-03 16:40:06,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:06,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-18575151-d5fa-44d5-938d-c72bcf82671c Date: Mon, 03 Dec 2018 16:40:06 GMT RESP BODY: {"ports":[]} 2018-12-03 16:40:06,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116port-1&admin_state_up=True used request id req-18575151-d5fa-44d5-938d-c72bcf82671c 2018-12-03 16:40:06,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:40:06,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:40:07,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d4a9dbf3b0949a6a719b9004c8674ce", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj-role"}], "expires_at": "2018-12-03T17:40:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed27f0cab0624e67bb598b9790747048", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/ed27f0cab0624e67bb598b9790747048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/ed27f0cab0624e67bb598b9790747048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/ed27f0cab0624e67bb598b9790747048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-user", "id": "b2fc74d8b4a84a0097febe0330aab8e0"}, "audit_ids": ["bRbTOMTfScS3J3STCouM0g"], "issued_at": "2018-12-03T16:40:07.000000Z"}} 2018-12-03 16:40:07,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba40004e38c663bbb2263cb534e0c7ee2c8b36a2" 2018-12-03 16:40:07,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39c984b6-81fc-4492-b9c7-2a7862431f45 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:40:07,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-39c984b6-81fc-4492-b9c7-2a7862431f45 2018-12-03 16:40:07,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:07,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2f9b1687-dd0e-45f8-bafb-ca86fca8be04 Date: Mon, 03 Dec 2018 16:40: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":["04d5d3d2-caa1-4e50-b054-185a7b3bf344"],"updated_at":"2018-12-03T16:40:03Z","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed27f0cab0624e67bb598b9790747048","id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net"}]} 2018-12-03 16:40:07,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net used request id req-2f9b1687-dd0e-45f8-bafb-ca86fca8be04 2018-12-03 16:40:07,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:07,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b1330ef4-2673-4d03-a935-46f38712c05c Date: Mon, 03 Dec 2018 16:40:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40:03Z","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":"ed27f0cab0624e67bb598b9790747048","id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet"}]} 2018-12-03 16:40:07,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 used request id req-b1330ef4-2673-4d03-a935-46f38712c05c 2018-12-03 16:40:07,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:08,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-04fe0edd-f6b6-4f31-83aa-5fb80369bbae Date: Mon, 03 Dec 2018 16:40: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":["04d5d3d2-caa1-4e50-b054-185a7b3bf344"],"updated_at":"2018-12-03T16:40:03Z","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed27f0cab0624e67bb598b9790747048","id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net"}]} 2018-12-03 16:40:08,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net used request id req-04fe0edd-f6b6-4f31-83aa-5fb80369bbae 2018-12-03 16:40:08,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:40:08,184 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:40:08,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba40004e38c663bbb2263cb534e0c7ee2c8b36a2" 2018-12-03 16:40:08,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf9dbe70-6e95-4f55-b780-7177af3fa6c7 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048"}, "enabled": true, "id": "ed27f0cab0624e67bb598b9790747048", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj"}} 2018-12-03 16:40:08,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 used request id req-bf9dbe70-6e95-4f55-b780-7177af3fa6c7 2018-12-03 16:40:08,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:08,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d84b88d1-7b24-4b1b-969d-2749bde1680b Date: Mon, 03 Dec 2018 16:40:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40:03Z","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":"ed27f0cab0624e67bb598b9790747048","id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet"}]} 2018-12-03 16:40:08,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 used request id req-d84b88d1-7b24-4b1b-969d-2749bde1680b 2018-12-03 16:40:08,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:08,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-95b51f43-c1df-4a51-bcdb-0f513c1e84d1 Date: Mon, 03 Dec 2018 16:40:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40:03Z","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":"ed27f0cab0624e67bb598b9790747048","id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet"}]} 2018-12-03 16:40:08,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet used request id req-95b51f43-c1df-4a51-bcdb-0f513c1e84d1 2018-12-03 16:40:08,475 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net 2018-12-03 16:40:08,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" -d '{"port": {"network_id": "5fcc97c1-e5e8-4fc9-92dc-0359e0155e16", "mac_address": "0a:1b:2c:3d:4e:5f", "fixed_ips": [{"subnet_id": "04d5d3d2-caa1-4e50-b054-185a7b3bf344", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116port-1", "admin_state_up": true}}' 2018-12-03 16:40:09,593 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-8a872bb2-862a-4ead-953a-58c7bde84219 Date: Mon, 03 Dec 2018 16:40:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:40:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","ip_address":"10.55.0.101"}],"id":"a8036a14-f2e6-4316-bda1-18b830cdd2a9","security_groups":["a5b09a00-f936-45fc-90a9-4ef9c8e5d53e"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116port-1","project_id":"ed27f0cab0624e67bb598b9790747048","qos_policy_id":null,"admin_state_up":true,"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:09Z","binding:vnic_type":"normal"}} 2018-12-03 16:40:09,593 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-8a872bb2-862a-4ead-953a-58c7bde84219 2018-12-03 16:40:09,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:09,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-34f54878-be45-4894-ad13-c322dbf72624 Date: Mon, 03 Dec 2018 16:40: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":["04d5d3d2-caa1-4e50-b054-185a7b3bf344"],"updated_at":"2018-12-03T16:40:03Z","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed27f0cab0624e67bb598b9790747048","id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net"}]} 2018-12-03 16:40:09,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net used request id req-34f54878-be45-4894-ad13-c322dbf72624 2018-12-03 16:40:09,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:09,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f64cdc5e-6817-4759-b55e-4ba98f1ea6a2 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048"}, "enabled": true, "id": "ed27f0cab0624e67bb598b9790747048", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj"}} 2018-12-03 16:40:09,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 used request id req-f64cdc5e-6817-4759-b55e-4ba98f1ea6a2 2018-12-03 16:40:09,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:10,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-aa6af2ba-2eab-4f11-bdd5-daa0627f943a Date: Mon, 03 Dec 2018 16:40:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40:03Z","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":"ed27f0cab0624e67bb598b9790747048","id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet"}]} 2018-12-03 16:40:10,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 used request id req-aa6af2ba-2eab-4f11-bdd5-daa0627f943a 2018-12-03 16:40:10,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:10,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-0c70b9d1-e952-42f1-aa02-e8bbce1e3117 Date: Mon, 03 Dec 2018 16:40:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:40:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","ip_address":"10.55.0.101"}],"id":"a8036a14-f2e6-4316-bda1-18b830cdd2a9","security_groups":["a5b09a00-f936-45fc-90a9-4ef9c8e5d53e"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"ed27f0cab0624e67bb598b9790747048","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116port-1","admin_state_up":true,"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:09Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:40:10,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116port-1&admin_state_up=True used request id req-0c70b9d1-e952-42f1-aa02-e8bbce1e3117 2018-12-03 16:40:10,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:10,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e08733c-9918-4520-b681-53388d0cd922 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048"}, "enabled": true, "id": "ed27f0cab0624e67bb598b9790747048", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj"}} 2018-12-03 16:40:10,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 used request id req-4e08733c-9918-4520-b681-53388d0cd922 2018-12-03 16:40:10,281 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst 2018-12-03 16:40:10,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:10,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-52d2ec18-a807-4455-9f73-7e613ce49ec6 x-compute-request-id: req-52d2ec18-a807-4455-9f73-7e613ce49ec6 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2eedacc0-fe47-4add-b1a3-8901acfd245f", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-flavor-name"}]} 2018-12-03 16:40:10,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-52d2ec18-a807-4455-9f73-7e613ce49ec6 2018-12-03 16:40:10,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:10,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-957ac820-b45f-48a6-ad71-6607009eb242 x-compute-request-id: req-957ac820-b45f-48a6-ad71-6607009eb242 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2eedacc0-fe47-4add-b1a3-8901acfd245f", "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:40:10,484 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f used request id req-957ac820-b45f-48a6-ad71-6607009eb242 2018-12-03 16:40:10,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:10,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-8757d8f5-e4eb-4008-8789-ed32f36e489f Date: Mon, 03 Dec 2018 16:40:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:39:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:40:00Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d89b734d-8f09-433a-8fd6-3c93347929c4/snap", "metadata": {}}], "self": "/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4", "min_disk": 0, "protected": false, "id": "d89b734d-8f09-433a-8fd6-3c93347929c4", "file": "/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ed27f0cab0624e67bb598b9790747048", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d89b734d-8f09-433a-8fd6-3c93347929c4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image"} 2018-12-03 16:40:10,672 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image used request id req-8757d8f5-e4eb-4008-8789-ed32f36e489f 2018-12-03 16:40:10,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:10,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-68bc4efb-a121-45b2-8a55-e5fd1d447f37 Date: Mon, 03 Dec 2018 16:40: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-12-03 16:40:10,829 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-68bc4efb-a121-45b2-8a55-e5fd1d447f37 2018-12-03 16:40:10,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" -d '{"server": {"name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst", "imageRef": "d89b734d-8f09-433a-8fd6-3c93347929c4", "flavorRef": "2eedacc0-fe47-4add-b1a3-8901acfd245f", "max_count": 1, "min_count": 1, "networks": [{"port": "a8036a14-f2e6-4316-bda1-18b830cdd2a9"}]}}' 2018-12-03 16:40:12,417 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:40:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2fd64c2f-ef86-49eb-81e9-c75bbb980958 x-compute-request-id: req-2fd64c2f-ef86-49eb-81e9-c75bbb980958 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6ce148db-481b-453c-9537-5565f9712c75", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6ce148db-481b-453c-9537-5565f9712c75", "rel": "bookmark"}], "adminPass": "xHyTjiiYiM64"}} 2018-12-03 16:40:12,417 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-2fd64c2f-ef86-49eb-81e9-c75bbb980958 2018-12-03 16:40:12,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:12,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40: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-9e684954-1682-4ceb-acb1-b1a0babb58ef x-compute-request-id: req-9e684954-1682-4ceb-acb1-b1a0babb58ef 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.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6ce148db-481b-453c-9537-5565f9712c75", "rel": "bookmark"}], "image": {"id": "d89b734d-8f09-433a-8fd6-3c93347929c4", "links": [{"href": "http://172.30.9.30:8774/images/d89b734d-8f09-433a-8fd6-3c93347929c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2eedacc0-fe47-4add-b1a3-8901acfd245f", "links": [{"href": "http://172.30.9.30:8774/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f", "rel": "bookmark"}]}, "id": "6ce148db-481b-453c-9537-5565f9712c75", "user_id": "b2fc74d8b4a84a0097febe0330aab8e0", "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-12-03T16:40:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst", "created": "2018-12-03T16:40:12Z", "tenant_id": "ed27f0cab0624e67bb598b9790747048", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:40:12,630 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 used request id req-9e684954-1682-4ceb-acb1-b1a0babb58ef 2018-12-03 16:40:12,630 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst 2018-12-03 16:40:12,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:12,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40: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-672e2a06-2433-414d-85aa-c5cdca380480 x-compute-request-id: req-672e2a06-2433-414d-85aa-c5cdca380480 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.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6ce148db-481b-453c-9537-5565f9712c75", "rel": "bookmark"}], "image": {"id": "d89b734d-8f09-433a-8fd6-3c93347929c4", "links": [{"href": "http://172.30.9.30:8774/images/d89b734d-8f09-433a-8fd6-3c93347929c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2eedacc0-fe47-4add-b1a3-8901acfd245f", "links": [{"href": "http://172.30.9.30:8774/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f", "rel": "bookmark"}]}, "id": "6ce148db-481b-453c-9537-5565f9712c75", "user_id": "b2fc74d8b4a84a0097febe0330aab8e0", "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-12-03T16:40:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst", "created": "2018-12-03T16:40:12Z", "tenant_id": "ed27f0cab0624e67bb598b9790747048", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:40:12,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 used request id req-672e2a06-2433-414d-85aa-c5cdca380480 2018-12-03 16:40:12,854 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst] is - BUILD 2018-12-03 16:40:12,854 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:40:15,857 - create_instance - DEBUG - VM status query timeout in 896.773109913 2018-12-03 16:40:15,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:16,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-c9497a1b-50b7-4a7c-b5b8-8ddd666fec35 x-compute-request-id: req-c9497a1b-50b7-4a7c-b5b8-8ddd666fec35 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.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6ce148db-481b-453c-9537-5565f9712c75", "rel": "bookmark"}], "image": {"id": "d89b734d-8f09-433a-8fd6-3c93347929c4", "links": [{"href": "http://172.30.9.30:8774/images/d89b734d-8f09-433a-8fd6-3c93347929c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2eedacc0-fe47-4add-b1a3-8901acfd245f", "links": [{"href": "http://172.30.9.30:8774/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f", "rel": "bookmark"}]}, "id": "6ce148db-481b-453c-9537-5565f9712c75", "security_groups": [{"name": "default"}], "user_id": "b2fc74d8b4a84a0097febe0330aab8e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:40:14Z", "hostId": "01a32b727532acfd782af2ba14ba2d24fadd1dd2af66736bf8db489b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst", "created": "2018-12-03T16:40:12Z", "tenant_id": "ed27f0cab0624e67bb598b9790747048", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:40:16,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 used request id req-c9497a1b-50b7-4a7c-b5b8-8ddd666fec35 2018-12-03 16:40:16,476 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst] is - BUILD 2018-12-03 16:40:16,477 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:40:19,480 - create_instance - DEBUG - VM status query timeout in 893.150765896 2018-12-03 16:40:19,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:20,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-e1e77594-876c-41ce-b383-ba3d34a83ebe x-compute-request-id: req-e1e77594-876c-41ce-b383-ba3d34a83ebe Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-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.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6ce148db-481b-453c-9537-5565f9712c75", "rel": "bookmark"}], "image": {"id": "d89b734d-8f09-433a-8fd6-3c93347929c4", "links": [{"href": "http://172.30.9.30:8774/images/d89b734d-8f09-433a-8fd6-3c93347929c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:40:19.000000", "flavor": {"id": "2eedacc0-fe47-4add-b1a3-8901acfd245f", "links": [{"href": "http://172.30.9.30:8774/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f", "rel": "bookmark"}]}, "id": "6ce148db-481b-453c-9537-5565f9712c75", "security_groups": [{"name": "default"}], "user_id": "b2fc74d8b4a84a0097febe0330aab8e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:40:19Z", "hostId": "01a32b727532acfd782af2ba14ba2d24fadd1dd2af66736bf8db489b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst", "created": "2018-12-03T16:40:12Z", "tenant_id": "ed27f0cab0624e67bb598b9790747048", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:40:20,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 used request id req-e1e77594-876c-41ce-b383-ba3d34a83ebe 2018-12-03 16:40:20,089 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst] is - ACTIVE 2018-12-03 16:40:20,089 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:40:20,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:20,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbc3b124-a034-44fd-a951-b5a38bf85945 x-compute-request-id: req-fbc3b124-a034-44fd-a951-b5a38bf85945 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-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.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6ce148db-481b-453c-9537-5565f9712c75", "rel": "bookmark"}], "image": {"id": "d89b734d-8f09-433a-8fd6-3c93347929c4", "links": [{"href": "http://172.30.9.30:8774/images/d89b734d-8f09-433a-8fd6-3c93347929c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:40:19.000000", "flavor": {"id": "2eedacc0-fe47-4add-b1a3-8901acfd245f", "links": [{"href": "http://172.30.9.30:8774/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f", "rel": "bookmark"}]}, "id": "6ce148db-481b-453c-9537-5565f9712c75", "security_groups": [{"name": "default"}], "user_id": "b2fc74d8b4a84a0097febe0330aab8e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:40:19Z", "hostId": "01a32b727532acfd782af2ba14ba2d24fadd1dd2af66736bf8db489b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst", "created": "2018-12-03T16:40:12Z", "tenant_id": "ed27f0cab0624e67bb598b9790747048", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:40:20,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 used request id req-fbc3b124-a034-44fd-a951-b5a38bf85945 2018-12-03 16:40:20,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:20,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4566b089-8ede-41a5-b10c-2bf659623303 Date: Mon, 03 Dec 2018 16:40: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":["04d5d3d2-caa1-4e50-b054-185a7b3bf344"],"updated_at":"2018-12-03T16:40:03Z","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed27f0cab0624e67bb598b9790747048","id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net"}]} 2018-12-03 16:40:20,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net used request id req-4566b089-8ede-41a5-b10c-2bf659623303 2018-12-03 16:40:20,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:20,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d94f5a7-7a1b-4b1d-aa88-74ea04fb4e2c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048"}, "enabled": true, "id": "ed27f0cab0624e67bb598b9790747048", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj"}} 2018-12-03 16:40:20,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 used request id req-5d94f5a7-7a1b-4b1d-aa88-74ea04fb4e2c 2018-12-03 16:40:20,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:21,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-46871e6a-d61a-451f-b13b-3d43b8ebf85b Date: Mon, 03 Dec 2018 16:40:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40:03Z","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":"ed27f0cab0624e67bb598b9790747048","id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet"}]} 2018-12-03 16:40:21,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 used request id req-46871e6a-d61a-451f-b13b-3d43b8ebf85b 2018-12-03 16:40:21,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:21,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-f8be38d4-d7f6-4ae8-806e-ff433cfbae4c Date: Mon, 03 Dec 2018 16:40:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:40:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","ip_address":"10.55.0.2"}],"id":"06c322a1-5a63-48d8-a910-c5a0d65b6af6","security_groups":[],"mac_address":"fa:16:3e:d3:01:a8","project_id":"ed27f0cab0624e67bb598b9790747048","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5fcc97c1-e5e8-4fc9-92dc-0359e0155e16"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:40:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","ip_address":"10.55.0.3"}],"id":"3790278c-79b8-4f30-9a92-f94330d8776e","security_groups":[],"mac_address":"fa:16:3e:ec:e3:c4","project_id":"ed27f0cab0624e67bb598b9790747048","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5fcc97c1-e5e8-4fc9-92dc-0359e0155e16"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:40:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","ip_address":"10.55.0.4"}],"id":"4765d4d6-a718-43f4-a3ee-3c39705824ab","security_groups":[],"mac_address":"fa:16:3e:42:9f:00","project_id":"ed27f0cab0624e67bb598b9790747048","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5fcc97c1-e5e8-4fc9-92dc-0359e0155e16"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:40:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","ip_address":"10.55.0.101"}],"id":"a8036a14-f2e6-4316-bda1-18b830cdd2a9","security_groups":["a5b09a00-f936-45fc-90a9-4ef9c8e5d53e"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"ed27f0cab0624e67bb598b9790747048","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116port-1","admin_state_up":true,"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:09Z","binding:vnic_type":"normal","device_id":"6ce148db-481b-453c-9537-5565f9712c75"}]} 2018-12-03 16:40:21,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 used request id req-f8be38d4-d7f6-4ae8-806e-ff433cfbae4c 2018-12-03 16:40:21,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:21,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-fad154a6-608f-4ea6-904b-7cb53192369f Date: Mon, 03 Dec 2018 16:40: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":["04d5d3d2-caa1-4e50-b054-185a7b3bf344"],"updated_at":"2018-12-03T16:40:03Z","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed27f0cab0624e67bb598b9790747048","id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net"}]} 2018-12-03 16:40:21,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 used request id req-fad154a6-608f-4ea6-904b-7cb53192369f 2018-12-03 16:40:21,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:21,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9600e8f5-1a58-4bfe-b5a1-f78a1618aea1 Date: Mon, 03 Dec 2018 16:40:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40:03Z","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":"ed27f0cab0624e67bb598b9790747048","id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet"}]} 2018-12-03 16:40:21,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 used request id req-9600e8f5-1a58-4bfe-b5a1-f78a1618aea1 2018-12-03 16:40:21,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:21,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-47c7b722-7b98-4043-99c7-7501f0bd950e Date: Mon, 03 Dec 2018 16:40:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fcc97c1-e5e8-4fc9-92dc-0359e0155e16","tenant_id":"ed27f0cab0624e67bb598b9790747048","created_at":"2018-12-03T16:40:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40:03Z","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":"ed27f0cab0624e67bb598b9790747048","id":"04d5d3d2-caa1-4e50-b054-185a7b3bf344","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet"}]} 2018-12-03 16:40:21,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5fcc97c1-e5e8-4fc9-92dc-0359e0155e16&name=CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet used request id req-47c7b722-7b98-4043-99c7-7501f0bd950e 2018-12-03 16:40:21,470 - create_instance - INFO - Deleting Port with ID - a8036a14-f2e6-4316-bda1-18b830cdd2a9 2018-12-03 16:40:21,470 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116port-1 2018-12-03 16:40:21,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/a8036a14-f2e6-4316-bda1-18b830cdd2a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:22,114 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-73bb62cf-d6ef-4c5d-b89f-97995ff89ef4 Date: Mon, 03 Dec 2018 16:40:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:40:22,114 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/a8036a14-f2e6-4316-bda1-18b830cdd2a9 used request id req-73bb62cf-d6ef-4c5d-b89f-97995ff89ef4 2018-12-03 16:40:22,114 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst 2018-12-03 16:40:22,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:22,477 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:40: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-3955710f-f34b-48c2-a8d5-73fe4177d454 x-compute-request-id: req-3955710f-f34b-48c2-a8d5-73fe4177d454 Content-Type: application/json 2018-12-03 16:40:22,477 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 used request id req-3955710f-f34b-48c2-a8d5-73fe4177d454 2018-12-03 16:40:22,477 - create_instance - INFO - Checking deletion status 2018-12-03 16:40:22,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:23,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40: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-e34a2763-000c-4597-8527-7d8df7a0da78 x-compute-request-id: req-e34a2763-000c-4597-8527-7d8df7a0da78 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-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.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6ce148db-481b-453c-9537-5565f9712c75", "rel": "bookmark"}], "image": {"id": "d89b734d-8f09-433a-8fd6-3c93347929c4", "links": [{"href": "http://172.30.9.30:8774/images/d89b734d-8f09-433a-8fd6-3c93347929c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:40:19.000000", "flavor": {"id": "2eedacc0-fe47-4add-b1a3-8901acfd245f", "links": [{"href": "http://172.30.9.30:8774/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f", "rel": "bookmark"}]}, "id": "6ce148db-481b-453c-9537-5565f9712c75", "user_id": "b2fc74d8b4a84a0097febe0330aab8e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:40:22Z", "hostId": "01a32b727532acfd782af2ba14ba2d24fadd1dd2af66736bf8db489b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst", "created": "2018-12-03T16:40:12Z", "tenant_id": "ed27f0cab0624e67bb598b9790747048", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:40:23,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 used request id req-e34a2763-000c-4597-8527-7d8df7a0da78 2018-12-03 16:40:23,024 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst] is - ACTIVE 2018-12-03 16:40:23,024 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:40:26,027 - create_instance - DEBUG - VM status query timeout in 296.450685024 2018-12-03 16:40:26,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d8145deb8091e4c0572daa1ad65b5eaf56f40a" 2018-12-03 16:40:26,080 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:40:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98e29f08-7cfc-47bb-a485-a9e71114593a x-compute-request-id: req-98e29f08-7cfc-47bb-a485-a9e71114593a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6ce148db-481b-453c-9537-5565f9712c75 could not be found.", "code": 404}} 2018-12-03 16:40:26,081 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6ce148db-481b-453c-9537-5565f9712c75 used request id req-98e29f08-7cfc-47bb-a485-a9e71114593a 2018-12-03 16:40:26,081 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6ce148db-481b-453c-9537-5565f9712c75 could not be found. (HTTP 404) (Request-ID: req-98e29f08-7cfc-47bb-a485-a9e71114593a) 2018-12-03 16:40:26,081 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-inst 2018-12-03 16:40:26,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e6d286e3beccabebc0e916524788d0144aaa00" 2018-12-03 16:40:26,130 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:40:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3f8d183c-96a9-43c7-b6de-dd6dfc709e44 x-compute-request-id: req-3f8d183c-96a9-43c7-b6de-dd6dfc709e44 Content-Length: 0 Content-Type: application/json 2018-12-03 16:40:26,130 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/2eedacc0-fe47-4add-b1a3-8901acfd245f used request id req-3f8d183c-96a9-43c7-b6de-dd6dfc709e44 2018-12-03 16:40:26,131 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet 2018-12-03 16:40:26,132 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-subnet 2018-12-03 16:40:26,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/04d5d3d2-caa1-4e50-b054-185a7b3bf344 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb22697a3f37fcdfce0aaaa4662facc57c1892f" 2018-12-03 16:40:28,477 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bee3cc56-6f96-4e21-ae46-457c2d5d5a07 Date: Mon, 03 Dec 2018 16:40:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:40:28,477 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/04d5d3d2-caa1-4e50-b054-185a7b3bf344 used request id req-bee3cc56-6f96-4e21-ae46-457c2d5d5a07 2018-12-03 16:40:28,478 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-pub-net 2018-12-03 16:40:28,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb22697a3f37fcdfce0aaaa4662facc57c1892f" 2018-12-03 16:40:29,772 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4f0850da-a2ec-4084-aed2-a823ef75a699 Date: Mon, 03 Dec 2018 16:40:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:40:29,773 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5fcc97c1-e5e8-4fc9-92dc-0359e0155e16 used request id req-4f0850da-a2ec-4084-aed2-a823ef75a699 2018-12-03 16:40:29,773 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-2c460ab9-e62e-416c-bcad-9c5b73a71116-image 2018-12-03 16:40:29,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5d139ce66eec2abbd6f0c850fb089c131da6a13" 2018-12-03 16:40:31,475 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c51d9b56-77aa-4669-b93c-bff261a3596e Date: Mon, 03 Dec 2018 16: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-12-03 16:40:31,475 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d89b734d-8f09-433a-8fd6-3c93347929c4 used request id req-c51d9b56-77aa-4669-b93c-bff261a3596e 2018-12-03 16:40:31,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:40:31,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-df754d4f-ab21-4887-b8d2-de9ce8d352ab Date: Mon, 03 Dec 2018 16:40:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ed27f0cab0624e67bb598b9790747048", "created_at": "2018-12-03T16:40:02Z", "updated_at": "2018-12-03T16:40:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:40:02Z", "revision_number": 0, "id": "04a6292f-5ac3-45d4-bdea-5a4d589b21e3", "remote_group_id": "a5b09a00-f936-45fc-90a9-4ef9c8e5d53e", "remote_ip_prefix": null, "created_at": "2018-12-03T16:40:02Z", "security_group_id": "a5b09a00-f936-45fc-90a9-4ef9c8e5d53e", "tenant_id": "ed27f0cab0624e67bb598b9790747048", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed27f0cab0624e67bb598b9790747048"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:40:02Z", "revision_number": 0, "id": "3fcf110e-0b9d-4c82-a146-501eaba11069", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:40:02Z", "security_group_id": "a5b09a00-f936-45fc-90a9-4ef9c8e5d53e", "tenant_id": "ed27f0cab0624e67bb598b9790747048", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed27f0cab0624e67bb598b9790747048"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:40:02Z", "revision_number": 0, "id": "7b3a47e1-a300-4fe5-92a5-584de5ceced9", "remote_group_id": "a5b09a00-f936-45fc-90a9-4ef9c8e5d53e", "remote_ip_prefix": null, "created_at": "2018-12-03T16:40:02Z", "security_group_id": "a5b09a00-f936-45fc-90a9-4ef9c8e5d53e", "tenant_id": "ed27f0cab0624e67bb598b9790747048", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed27f0cab0624e67bb598b9790747048"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:40:02Z", "revision_number": 0, "id": "b140a35c-2f81-44e4-8b32-66d37fbdc467", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:40:02Z", "security_group_id": "a5b09a00-f936-45fc-90a9-4ef9c8e5d53e", "tenant_id": "ed27f0cab0624e67bb598b9790747048", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed27f0cab0624e67bb598b9790747048"}], "revision_number": 4, "project_id": "ed27f0cab0624e67bb598b9790747048", "id": "a5b09a00-f936-45fc-90a9-4ef9c8e5d53e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:40:31,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-df754d4f-ab21-4887-b8d2-de9ce8d352ab 2018-12-03 16:40:31,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:40:31,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7b63060-942d-4313-b53d-984714ead0b2 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:40:31,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-a7b63060-942d-4313-b53d-984714ead0b2 2018-12-03 16:40:31,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:40:31,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6094b505-f03b-41da-8132-33329fefc389 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:40:31,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-6094b505-f03b-41da-8132-33329fefc389 2018-12-03 16:40:31,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:40:31,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7716427a-7f02-4a5a-8a16-f000010b6b26 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048"}, "enabled": true, "id": "ed27f0cab0624e67bb598b9790747048", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj"}} 2018-12-03 16:40:31,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 used request id req-7716427a-7f02-4a5a-8a16-f000010b6b26 2018-12-03 16:40:31,972 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a5b09a00-f936-45fc-90a9-4ef9c8e5d53e 2018-12-03 16:40:31,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a5b09a00-f936-45fc-90a9-4ef9c8e5d53e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:40:32,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-631e31cf-577b-4f21-9608-6dacdbba51f8 Date: Mon, 03 Dec 2018 16:40:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a5b09a00-f936-45fc-90a9-4ef9c8e5d53e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:40:02Z", "security_group_id": "a5b09a00-f936-45fc-90a9-4ef9c8e5d53e", "port_range_min": null, "revision_number": 0, "tenant_id": "ed27f0cab0624e67bb598b9790747048", "created_at": "2018-12-03T16:40:02Z", "project_id": "ed27f0cab0624e67bb598b9790747048", "id": "04a6292f-5ac3-45d4-bdea-5a4d589b21e3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:40:02Z", "security_group_id": "a5b09a00-f936-45fc-90a9-4ef9c8e5d53e", "port_range_min": null, "revision_number": 0, "tenant_id": "ed27f0cab0624e67bb598b9790747048", "created_at": "2018-12-03T16:40:02Z", "project_id": "ed27f0cab0624e67bb598b9790747048", "id": "3fcf110e-0b9d-4c82-a146-501eaba11069"}, {"remote_group_id": "a5b09a00-f936-45fc-90a9-4ef9c8e5d53e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:40:02Z", "security_group_id": "a5b09a00-f936-45fc-90a9-4ef9c8e5d53e", "port_range_min": null, "revision_number": 0, "tenant_id": "ed27f0cab0624e67bb598b9790747048", "created_at": "2018-12-03T16:40:02Z", "project_id": "ed27f0cab0624e67bb598b9790747048", "id": "7b3a47e1-a300-4fe5-92a5-584de5ceced9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:40:02Z", "security_group_id": "a5b09a00-f936-45fc-90a9-4ef9c8e5d53e", "port_range_min": null, "revision_number": 0, "tenant_id": "ed27f0cab0624e67bb598b9790747048", "created_at": "2018-12-03T16:40:02Z", "project_id": "ed27f0cab0624e67bb598b9790747048", "id": "b140a35c-2f81-44e4-8b32-66d37fbdc467"}]} 2018-12-03 16:40:32,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a5b09a00-f936-45fc-90a9-4ef9c8e5d53e used request id req-631e31cf-577b-4f21-9608-6dacdbba51f8 2018-12-03 16:40:32,146 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:40:32,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/a5b09a00-f936-45fc-90a9-4ef9c8e5d53e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:40:32,444 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8123131c-bd13-461f-b562-22c6cc3135d2 Content-Length: 0 Date: Mon, 03 Dec 2018 16:40:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:40:32,444 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/a5b09a00-f936-45fc-90a9-4ef9c8e5d53e used request id req-8123131c-bd13-461f-b562-22c6cc3135d2 2018-12-03 16:40:32,445 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj 2018-12-03 16:40:32,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:40:32,729 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:40:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-595b9ac0-5a4e-492e-a128-f78b3b18e943 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:40:32,729 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ed27f0cab0624e67bb598b9790747048 used request id req-595b9ac0-5a4e-492e-a128-f78b3b18e943 2018-12-03 16:40:32,729 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-c7334a65-e0d2-41f-proj-role 2018-12-03 16:40:32,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/3d4a9dbf3b0949a6a719b9004c8674ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:40:32,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:40:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7cc4aee-02a8-470e-a198-b54b411d035b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:40:32,840 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/3d4a9dbf3b0949a6a719b9004c8674ce used request id req-e7cc4aee-02a8-470e-a198-b54b411d035b 2018-12-03 16:40:32,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2703304d07ea4644e3e2b65a662088ce54813d" 2018-12-03 16:40:32,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22cd61c0-a298-4b14-a263-61ea156b8e03 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:40:32,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-22cd61c0-a298-4b14-a263-61ea156b8e03 2018-12-03 16:40:32,941 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-c7334a65-e0d2-41f-user 2018-12-03 16:40:32,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/b2fc74d8b4a84a0097febe0330aab8e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185ef3531e6f04f0fe078e7a90d88c822ea42a94" 2018-12-03 16:40:33,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:40:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eee0d8e5-bc41-4d89-9ae9-6b1d9526742a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:40:33,139 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b2fc74d8b4a84a0097febe0330aab8e0 used request id req-eee0d8e5-bc41-4d89-9ae9-6b1d9526742a 2018-12-03 16:40:33,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:40:33,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:40:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["f1MZB9DoQi6u0zzQXR7nQw"], "issued_at": "2018-12-03T16:40:33.000000Z"}} 2018-12-03 16:40:33,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6a624cac4ce4a394e9badaed8da9761dd4fa52" 2018-12-03 16:40:33,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a46b9404-3a55-4b59-83b6-c196b1c1b9fe Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:40:33,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a46b9404-3a55-4b59-83b6-c196b1c1b9fe 2018-12-03 16:40:33,600 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:40:33,601 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:40:33,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:40:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["_4Y3FBWST1mfyH-pbWIzmQ"], "issued_at": "2018-12-03T16:40:33.000000Z"}} 2018-12-03 16:40:33,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:40:34,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d97daa0-efb0-493c-83ee-d51842c809be Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:40:34,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7d97daa0-efb0-493c-83ee-d51842c809be 2018-12-03 16:40:34,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:40:34,068 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:40:34,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:40:34,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f206425-9ed2-4ccb-b30f-bae5249be43a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:40:34,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj used request id req-7f206425-9ed2-4ccb-b30f-bae5249be43a 2018-12-03 16:40:34,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:40:34,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7eae73a-2ef7-4921-b660-d607ce8c6aa4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:40:34,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a7eae73a-2ef7-4921-b660-d607ce8c6aa4 2018-12-03 16:40:34,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj"}}' 2018-12-03 16:40:34,380 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:40:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9df87a5-1cb5-46d5-ad8d-6220158d1a53 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8"}, "enabled": true, "id": "fab1359b6c6247ecbafe1014f6bbdbe8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj"}} 2018-12-03 16:40:34,380 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f9df87a5-1cb5-46d5-ad8d-6220158d1a53 2018-12-03 16:40:34,380 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj 2018-12-03 16:40:34,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:40:34,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:40:34,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:40:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["X69MqBrgRNWsmV2Y1mDSUA"], "issued_at": "2018-12-03T16:40:34.000000Z"}} 2018-12-03 16:40:34,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7121a7d12b03842891d547815aa424159f8f5e07" 2018-12-03 16:40:34,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6fe0023-cab8-4999-9e03-7d2648420dd5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:40:34,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e6fe0023-cab8-4999-9e03-7d2648420dd5 2018-12-03 16:40:34,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:40:34,854 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:40:34,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7121a7d12b03842891d547815aa424159f8f5e07" 2018-12-03 16:40:34,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2861b920-5227-49cb-b799-26f6b7402e76 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:40:34,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-2861b920-5227-49cb-b799-26f6b7402e76 2018-12-03 16:40:34,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7121a7d12b03842891d547815aa424159f8f5e07" 2018-12-03 16:40:35,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12fa112e-c6a1-4079-af6e-ff1af902845a Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8"}, "enabled": true, "id": "fab1359b6c6247ecbafe1014f6bbdbe8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj"}]} 2018-12-03 16:40:35,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj used request id req-12fa112e-c6a1-4079-af6e-ff1af902845a 2018-12-03 16:40:35,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7121a7d12b03842891d547815aa424159f8f5e07" 2018-12-03 16:40:35,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89d778ec-dc76-4697-a143-c8c0d1888472 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:40:35,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-89d778ec-dc76-4697-a143-c8c0d1888472 2018-12-03 16:40:35,530 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-user 2018-12-03 16:40:35,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:40:35,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:40:35,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab08a77f-e8e8-4d76-be7c-5b28b8ccce33 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:40:35,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ab08a77f-e8e8-4d76-be7c-5b28b8ccce33 2018-12-03 16:40:35,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" -d '{"role": {"name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj-role"}}' 2018-12-03 16:40:35,732 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:40:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3672fdb-6986-437a-83e2-f18e59595278 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7772fa1203344807aac09f7b7616d9d2", "links": {"self": "http://172.30.9.30:5000/v3/roles/7772fa1203344807aac09f7b7616d9d2"}, "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj-role"}} 2018-12-03 16:40:35,732 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-c3672fdb-6986-437a-83e2-f18e59595278 2018-12-03 16:40:35,733 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj-role 2018-12-03 16:40:35,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/7772fa1203344807aac09f7b7616d9d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:40:35,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e34ef2-98a6-4690-914a-d1cafdd0291b Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/7772fa1203344807aac09f7b7616d9d2"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj-role", "id": "7772fa1203344807aac09f7b7616d9d2"}} 2018-12-03 16:40:35,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/7772fa1203344807aac09f7b7616d9d2 used request id req-c2e34ef2-98a6-4690-914a-d1cafdd0291b 2018-12-03 16:40:35,819 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj-role to project CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj 2018-12-03 16:40:35,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8/users/bb7c2847130c48fcaa802f5ac47ea0bc/roles/7772fa1203344807aac09f7b7616d9d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:40:35,952 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:40:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e6b93d3-d8b3-45da-ab32-7842da5473fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:40:35,952 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8/users/bb7c2847130c48fcaa802f5ac47ea0bc/roles/7772fa1203344807aac09f7b7616d9d2 used request id req-4e6b93d3-d8b3-45da-ab32-7842da5473fe 2018-12-03 16:40:35,952 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:40:35,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:40:35,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:40:36,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7772fa1203344807aac09f7b7616d9d2", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj-role"}], "expires_at": "2018-12-03T17:40:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fab1359b6c6247ecbafe1014f6bbdbe8", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-user", "id": "bb7c2847130c48fcaa802f5ac47ea0bc"}, "audit_ids": ["uXhstX1ZSfCfYo_TJkvEnA"], "issued_at": "2018-12-03T16:40:36.000000Z"}} 2018-12-03 16:40:36,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d35442665fac02b5a55d111f0a13454b46a4b7a" 2018-12-03 16:40:36,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a66f698e-c6e0-44e9-98c3-0e98e7be68bd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:40:36,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a66f698e-c6e0-44e9-98c3-0e98e7be68bd 2018-12-03 16:40:36,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d35442665fac02b5a55d111f0a13454b46a4b7a" 2018-12-03 16:40:36,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-07b8b5c7-561c-4b55-bf47-fc4bd1bf0d81 Date: Mon, 03 Dec 2018 16:40:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image"} 2018-12-03 16:40:36,593 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image used request id req-07b8b5c7-561c-4b55-bf47-fc4bd1bf0d81 2018-12-03 16:40:36,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d35442665fac02b5a55d111f0a13454b46a4b7a" 2018-12-03 16:40:36,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c4ec04c9-0b06-4c03-85f8-2ec594ad3b8d Date: Mon, 03 Dec 2018 16:40: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-12-03 16:40:36,738 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c4ec04c9-0b06-4c03-85f8-2ec594ad3b8d 2018-12-03 16:40:36,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1d35442665fac02b5a55d111f0a13454b46a4b7a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image"}' 2018-12-03 16:40:36,974 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686 X-Openstack-Request-Id: req-575d075b-594a-4b4a-8414-ca6cdd812b57 Date: Mon, 03 Dec 2018 16:40:36 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:40:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:40:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686", "min_disk": 0, "protected": false, "id": "655ef59c-f954-4775-ac0f-1521d55a3686", "file": "/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686/file", "checksum": null, "owner": "fab1359b6c6247ecbafe1014f6bbdbe8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:40:36,975 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-575d075b-594a-4b4a-8414-ca6cdd812b57 2018-12-03 16:40:36,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d35442665fac02b5a55d111f0a13454b46a4b7a" -d '' 2018-12-03 16:40:39,037 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1df0a94f-516c-44aa-8447-a4889f538783 Date: Mon, 03 Dec 2018 16: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-12-03 16:40:39,037 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686/file used request id req-1df0a94f-516c-44aa-8447-a4889f538783 2018-12-03 16:40:39,038 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:40:39,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d35442665fac02b5a55d111f0a13454b46a4b7a" 2018-12-03 16:40:39,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-b049d836-6c94-40d4-a5b7-63c80f96ee44 Date: Mon, 03 Dec 2018 16:40:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:40:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:40:39Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/655ef59c-f954-4775-ac0f-1521d55a3686/snap", "metadata": {}}], "self": "/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686", "min_disk": 0, "protected": false, "id": "655ef59c-f954-4775-ac0f-1521d55a3686", "file": "/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fab1359b6c6247ecbafe1014f6bbdbe8", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/655ef59c-f954-4775-ac0f-1521d55a3686/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:40:39,212 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686 used request id req-b049d836-6c94-40d4-a5b7-63c80f96ee44 2018-12-03 16:40:39,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d35442665fac02b5a55d111f0a13454b46a4b7a" 2018-12-03 16:40:39,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-46621851-93c5-4714-81c9-c17cbdc78702 Date: Mon, 03 Dec 2018 16: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-12-03 16:40:39,379 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-46621851-93c5-4714-81c9-c17cbdc78702 2018-12-03 16:40:39,382 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image 2018-12-03 16:40:39,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d35442665fac02b5a55d111f0a13454b46a4b7a" 2018-12-03 16:40:39,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-edc277b4-cf50-4132-ab29-ccb715e16035 Date: Mon, 03 Dec 2018 16:40:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:40:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:40:39Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/655ef59c-f954-4775-ac0f-1521d55a3686/snap", "metadata": {}}], "self": "/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686", "min_disk": 0, "protected": false, "id": "655ef59c-f954-4775-ac0f-1521d55a3686", "file": "/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fab1359b6c6247ecbafe1014f6bbdbe8", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/655ef59c-f954-4775-ac0f-1521d55a3686/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:40:39,541 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686 used request id req-edc277b4-cf50-4132-ab29-ccb715e16035 2018-12-03 16:40:39,542 - create_image - DEBUG - Instance status is - active 2018-12-03 16:40:39,542 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image 2018-12-03 16:40:39,542 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image 2018-12-03 16:40:39,542 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:40:39,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:40:39,926 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7772fa1203344807aac09f7b7616d9d2", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj-role"}], "expires_at": "2018-12-03T17:40:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fab1359b6c6247ecbafe1014f6bbdbe8", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-user", "id": "bb7c2847130c48fcaa802f5ac47ea0bc"}, "audit_ids": ["bKQ4FeLAQa-DPk8HNcyK_g"], "issued_at": "2018-12-03T16:40:39.000000Z"}} 2018-12-03 16:40:39,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb409a38e91df04810a6506786b03383717ca209" 2018-12-03 16:40:40,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d839b92b-4a2b-4d09-ab0e-12f4cb2645e5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:40:40,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d839b92b-4a2b-4d09-ab0e-12f4cb2645e5 2018-12-03 16:40:40,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb409a38e91df04810a6506786b03383717ca209" 2018-12-03 16:40:40,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4ba02910-2677-4cd9-bc71-d7e8c354abbe Date: Mon, 03 Dec 2018 16:40:40 GMT RESP BODY: {"networks":[]} 2018-12-03 16:40:40,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net used request id req-4ba02910-2677-4cd9-bc71-d7e8c354abbe 2018-12-03 16:40:40,277 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net 2018-12-03 16:40:40,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb409a38e91df04810a6506786b03383717ca209" -d '{"network": {"name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net", "admin_state_up": true}}' 2018-12-03 16:40:40,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-2e4c7916-e999-478b-878e-daab7a83425c Date: Mon, 03 Dec 2018 16:40:40 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:40:40Z","is_default":false,"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:40Z","mtu":1450}} 2018-12-03 16:40:40,863 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-2e4c7916-e999-478b-878e-daab7a83425c 2018-12-03 16:40:40,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb409a38e91df04810a6506786b03383717ca209" 2018-12-03 16:40:41,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-f8362ed3-a14e-41ba-8f59-8a1d39c66968 Date: Mon, 03 Dec 2018 16:40: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-12-03T16:40:40Z","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net"}]} 2018-12-03 16:40:41,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 used request id req-f8362ed3-a14e-41ba-8f59-8a1d39c66968 2018-12-03 16:40:41,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb409a38e91df04810a6506786b03383717ca209" 2018-12-03 16:40:41,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-869cfa40-4aa6-42dd-947f-39e3a5b540b9 Date: Mon, 03 Dec 2018 16:40:41 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:40:41,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 used request id req-869cfa40-4aa6-42dd-947f-39e3a5b540b9 2018-12-03 16:40:41,161 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet 2018-12-03 16:40:41,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb409a38e91df04810a6506786b03383717ca209" -d '{"subnets": [{"ip_version": 4, "network_id": "38832d63-27a9-4fa9-ab56-8a4b368e3ab1", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet"}]}' 2018-12-03 16:40:41,928 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0d9f5c13-bbfb-451c-92c8-a5c6f356c504 Date: Mon, 03 Dec 2018 16:40:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40: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":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet"}]} 2018-12-03 16:40:41,928 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-0d9f5c13-bbfb-451c-92c8-a5c6f356c504 2018-12-03 16:40:41,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb409a38e91df04810a6506786b03383717ca209" 2018-12-03 16:40:42,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e33c4355-7e62-411e-9690-c86205ef0ea1 Date: Mon, 03 Dec 2018 16:40: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":["35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b"],"updated_at":"2018-12-03T16:40:41Z","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net"}]} 2018-12-03 16:40:42,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 used request id req-e33c4355-7e62-411e-9690-c86205ef0ea1 2018-12-03 16:40:42,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb409a38e91df04810a6506786b03383717ca209" 2018-12-03 16:40:42,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-eb0e6006-1423-4dd5-beb0-09cf5c4f7ffe Date: Mon, 03 Dec 2018 16:40:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40: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":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet"}]} 2018-12-03 16:40:42,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 used request id req-eb0e6006-1423-4dd5-beb0-09cf5c4f7ffe 2018-12-03 16:40:42,389 - OpenStackNetwork - DEBUG - Network [38832d63-27a9-4fa9-ab56-8a4b368e3ab1] created successfully 2018-12-03 16:40:42,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:40:42,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:40:42,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:40:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["-o-vttQBRTKWInEGTdsI5Q"], "issued_at": "2018-12-03T16:40:42.000000Z"}} 2018-12-03 16:40:42,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e67f9aa10d8a4cd136be9b8a2c781a17b68d465" 2018-12-03 16:40:42,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9141ae87-75c5-4794-aa0a-d644c8f2234e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:40:42,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9141ae87-75c5-4794-aa0a-d644c8f2234e 2018-12-03 16:40:42,860 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:40:42,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e67f9aa10d8a4cd136be9b8a2c781a17b68d465" 2018-12-03 16:40:43,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c7aafa02-6894-4df4-9b25-08b88032a74a x-compute-request-id: req-c7aafa02-6894-4df4-9b25-08b88032a74a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:40:43,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c7aafa02-6894-4df4-9b25-08b88032a74a 2018-12-03 16:40:43,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e67f9aa10d8a4cd136be9b8a2c781a17b68d465" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-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-12-03 16:40:43,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96b210fe-aecb-4f2e-bb9c-833aabe19eca x-compute-request-id: req-96b210fe-aecb-4f2e-bb9c-833aabe19eca Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2a67ce97-288d-4c0b-87de-372ca3947b17", "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:40:43,115 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-96b210fe-aecb-4f2e-bb9c-833aabe19eca 2018-12-03 16:40:43,116 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:40:43,117 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:40:43,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7772fa1203344807aac09f7b7616d9d2", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj-role"}], "expires_at": "2018-12-03T17:40:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fab1359b6c6247ecbafe1014f6bbdbe8", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-user", "id": "bb7c2847130c48fcaa802f5ac47ea0bc"}, "audit_ids": ["h1N_zrdQSTKvFw8izaG-4g"], "issued_at": "2018-12-03T16:40:43.000000Z"}} 2018-12-03 16:40:43,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:43,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6dbdb00-d694-4131-a5b0-9ed5e720672b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:40:43,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a6dbdb00-d694-4131-a5b0-9ed5e720672b 2018-12-03 16:40:43,571 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:40:43,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:43,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-066b42f2-1d92-41d6-87fa-97e9fffdb89f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:40:43,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-066b42f2-1d92-41d6-87fa-97e9fffdb89f 2018-12-03 16:40:43,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:43,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b6d6b454-09fe-47fb-aca3-910fcbafb6e0 Date: Mon, 03 Dec 2018 16:40: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":["35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b"],"updated_at":"2018-12-03T16:40:41Z","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net"}]} 2018-12-03 16:40:43,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net used request id req-b6d6b454-09fe-47fb-aca3-910fcbafb6e0 2018-12-03 16:40:43,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:40:43,868 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:40: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:40:43,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:43,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ba6d08d-cba8-4faf-9359-868626f895fc Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8"}, "enabled": true, "id": "fab1359b6c6247ecbafe1014f6bbdbe8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj"}} 2018-12-03 16:40:43,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 used request id req-4ba6d08d-cba8-4faf-9359-868626f895fc 2018-12-03 16:40:43,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:44,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e3c56a15-1f03-4dab-ad36-9518197aa597 Date: Mon, 03 Dec 2018 16:40:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40: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":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet"}]} 2018-12-03 16:40:44,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 used request id req-e3c56a15-1f03-4dab-ad36-9518197aa597 2018-12-03 16:40:44,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aaport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:44,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a63abccd-aaf0-4b75-aa55-ee13596a3dce Date: Mon, 03 Dec 2018 16:40:44 GMT RESP BODY: {"ports":[]} 2018-12-03 16:40:44,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aaport-1&admin_state_up=True used request id req-a63abccd-aaf0-4b75-aa55-ee13596a3dce 2018-12-03 16:40:44,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:44,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40: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-668d03cf-3437-4f34-9990-1a703a7ecaff x-compute-request-id: req-668d03cf-3437-4f34-9990-1a703a7ecaff Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:40:44,571 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst used request id req-668d03cf-3437-4f34-9990-1a703a7ecaff 2018-12-03 16:40:44,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:44,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-740b4827-256c-4457-815c-ae8cec8d8962 Date: Mon, 03 Dec 2018 16:40: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":["35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b"],"updated_at":"2018-12-03T16:40:41Z","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net"}]} 2018-12-03 16:40:44,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net used request id req-740b4827-256c-4457-815c-ae8cec8d8962 2018-12-03 16:40:44,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:44,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfa8c5fb-b42c-4090-8862-61d104e35494 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8"}, "enabled": true, "id": "fab1359b6c6247ecbafe1014f6bbdbe8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj"}} 2018-12-03 16:40:44,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 used request id req-cfa8c5fb-b42c-4090-8862-61d104e35494 2018-12-03 16:40:44,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:45,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-80e368b9-968f-4660-801f-c8ae16195320 Date: Mon, 03 Dec 2018 16:40:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40: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":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet"}]} 2018-12-03 16:40:45,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 used request id req-80e368b9-968f-4660-801f-c8ae16195320 2018-12-03 16:40:45,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aaport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:45,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4871e216-6650-47a5-bf2a-e19407f41587 Date: Mon, 03 Dec 2018 16:40:45 GMT RESP BODY: {"ports":[]} 2018-12-03 16:40:45,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aaport-1&admin_state_up=True used request id req-4871e216-6650-47a5-bf2a-e19407f41587 2018-12-03 16:40:45,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:40:45,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:40:45,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7772fa1203344807aac09f7b7616d9d2", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj-role"}], "expires_at": "2018-12-03T17:40:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fab1359b6c6247ecbafe1014f6bbdbe8", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/fab1359b6c6247ecbafe1014f6bbdbe8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-user", "id": "bb7c2847130c48fcaa802f5ac47ea0bc"}, "audit_ids": ["Rfb4qbQCQ-GDFjvbV4FvMQ"], "issued_at": "2018-12-03T16:40:45.000000Z"}} 2018-12-03 16:40:45,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967732131dc6b7a949edc1fcf5623ba2f7d08544" 2018-12-03 16:40:45,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b98e210-ff7a-4b63-bf69-e54ad620298e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:40:45,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0b98e210-ff7a-4b63-bf69-e54ad620298e 2018-12-03 16:40:45,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:45,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-546332d1-397b-45f5-b6a7-d5b9a93cecc7 Date: Mon, 03 Dec 2018 16:40: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":["35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b"],"updated_at":"2018-12-03T16:40:41Z","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net"}]} 2018-12-03 16:40:45,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net used request id req-546332d1-397b-45f5-b6a7-d5b9a93cecc7 2018-12-03 16:40:45,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:45,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-da1160ed-e1cd-4a98-b081-f9ca45911bcb Date: Mon, 03 Dec 2018 16:40:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40: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":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet"}]} 2018-12-03 16:40:45,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 used request id req-da1160ed-e1cd-4a98-b081-f9ca45911bcb 2018-12-03 16:40:45,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:46,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-35807534-7735-4091-8df2-d9b06fff51d7 Date: Mon, 03 Dec 2018 16:40: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":["35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b"],"updated_at":"2018-12-03T16:40:41Z","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net"}]} 2018-12-03 16:40:46,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net used request id req-35807534-7735-4091-8df2-d9b06fff51d7 2018-12-03 16:40:46,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:40:46,142 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:40: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:40:46,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967732131dc6b7a949edc1fcf5623ba2f7d08544" 2018-12-03 16:40:46,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d15afa7-e279-4a47-a207-1e8538b2e677 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8"}, "enabled": true, "id": "fab1359b6c6247ecbafe1014f6bbdbe8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj"}} 2018-12-03 16:40:46,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 used request id req-8d15afa7-e279-4a47-a207-1e8538b2e677 2018-12-03 16:40:46,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:46,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-75293b14-40a9-4b41-9ff4-e9cae96a9117 Date: Mon, 03 Dec 2018 16:40:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40: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":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet"}]} 2018-12-03 16:40:46,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 used request id req-75293b14-40a9-4b41-9ff4-e9cae96a9117 2018-12-03 16:40:46,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:46,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8474197d-6607-4431-a53b-8b297dd5b999 Date: Mon, 03 Dec 2018 16:40:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40: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":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet"}]} 2018-12-03 16:40:46,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet used request id req-8474197d-6607-4431-a53b-8b297dd5b999 2018-12-03 16:40:46,340 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net 2018-12-03 16:40:46,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" -d '{"port": {"network_id": "38832d63-27a9-4fa9-ab56-8a4b368e3ab1", "fixed_ips": [{"subnet_id": "35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aaport-1", "admin_state_up": true}}' 2018-12-03 16:40:47,330 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-74511e1c-3720-4d2e-9d37-c0cddb603e6d Date: Mon, 03 Dec 2018 16:40:47 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:40:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","ip_address":"10.55.0.101"}],"id":"0ac377dd-cdd6-467e-9d76-44335b2d2626","security_groups":["35367a6e-8add-42ca-b9af-11c9de8d4b72"],"mac_address":"fa:16:3e:e7:72:b1","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aaport-1","project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","qos_policy_id":null,"admin_state_up":true,"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:46Z","binding:vnic_type":"normal"}} 2018-12-03 16:40:47,330 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-74511e1c-3720-4d2e-9d37-c0cddb603e6d 2018-12-03 16:40:47,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:47,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-cd5e603d-3079-481b-9dba-cbe5e1ec6dcf Date: Mon, 03 Dec 2018 16:40: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":["35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b"],"updated_at":"2018-12-03T16:40:41Z","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net"}]} 2018-12-03 16:40:47,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net used request id req-cd5e603d-3079-481b-9dba-cbe5e1ec6dcf 2018-12-03 16:40:47,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:47,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d77ce48-adc3-4b67-9ca4-50f7be21daef Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8"}, "enabled": true, "id": "fab1359b6c6247ecbafe1014f6bbdbe8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj"}} 2018-12-03 16:40:47,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 used request id req-1d77ce48-adc3-4b67-9ca4-50f7be21daef 2018-12-03 16:40:47,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:47,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c4d7a7fc-74ef-4b7a-a36f-41bc0bb65427 Date: Mon, 03 Dec 2018 16:40:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40: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":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet"}]} 2018-12-03 16:40:47,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 used request id req-c4d7a7fc-74ef-4b7a-a36f-41bc0bb65427 2018-12-03 16:40:47,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aaport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:47,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-8b48e4bb-5767-473f-9ba2-14ab7307283b Date: Mon, 03 Dec 2018 16:40:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:40:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","ip_address":"10.55.0.101"}],"id":"0ac377dd-cdd6-467e-9d76-44335b2d2626","security_groups":["35367a6e-8add-42ca-b9af-11c9de8d4b72"],"mac_address":"fa:16:3e:e7:72:b1","project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aaport-1","admin_state_up":true,"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:46Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:40:47,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aaport-1&admin_state_up=True used request id req-8b48e4bb-5767-473f-9ba2-14ab7307283b 2018-12-03 16:40:47,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:48,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20b803bf-0821-4f01-ac1c-a8c52ad245ab Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8"}, "enabled": true, "id": "fab1359b6c6247ecbafe1014f6bbdbe8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj"}} 2018-12-03 16:40:48,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 used request id req-20b803bf-0821-4f01-ac1c-a8c52ad245ab 2018-12-03 16:40:48,018 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst 2018-12-03 16:40:48,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:48,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40: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-b69727d1-fcb3-420e-8c17-f79121cc9047 x-compute-request-id: req-b69727d1-fcb3-420e-8c17-f79121cc9047 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2a67ce97-288d-4c0b-87de-372ca3947b17", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-flavor-name"}]} 2018-12-03 16:40:48,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b69727d1-fcb3-420e-8c17-f79121cc9047 2018-12-03 16:40:48,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:48,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40: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-1163b48e-00a6-4aa5-8500-12c68bcc5d35 x-compute-request-id: req-1163b48e-00a6-4aa5-8500-12c68bcc5d35 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2a67ce97-288d-4c0b-87de-372ca3947b17", "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:40:48,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17 used request id req-1163b48e-00a6-4aa5-8500-12c68bcc5d35 2018-12-03 16:40:48,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:48,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-cf4a4f36-53da-4c1e-a8ae-b6387ffaeb0d Date: Mon, 03 Dec 2018 16:40:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:40:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:40:39Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/655ef59c-f954-4775-ac0f-1521d55a3686/snap", "metadata": {}}], "self": "/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686", "min_disk": 0, "protected": false, "id": "655ef59c-f954-4775-ac0f-1521d55a3686", "file": "/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fab1359b6c6247ecbafe1014f6bbdbe8", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/655ef59c-f954-4775-ac0f-1521d55a3686/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image"} 2018-12-03 16:40:48,320 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image used request id req-cf4a4f36-53da-4c1e-a8ae-b6387ffaeb0d 2018-12-03 16:40:48,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:48,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d1bdf63c-556e-4673-92af-738b1dc5d63d Date: Mon, 03 Dec 2018 16:40: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-12-03 16:40:48,488 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-d1bdf63c-556e-4673-92af-738b1dc5d63d 2018-12-03 16:40:48,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" -d '{"server": {"name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst", "imageRef": "655ef59c-f954-4775-ac0f-1521d55a3686", "flavorRef": "2a67ce97-288d-4c0b-87de-372ca3947b17", "max_count": 1, "min_count": 1, "networks": [{"port": "0ac377dd-cdd6-467e-9d76-44335b2d2626"}]}}' 2018-12-03 16:40:50,345 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:40: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-7c7ed425-e572-451e-b5d6-06ab9400b968 x-compute-request-id: req-7c7ed425-e572-451e-b5d6-06ab9400b968 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "rel": "bookmark"}], "adminPass": "8aqEaBpaHhsr"}} 2018-12-03 16:40:50,345 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-7c7ed425-e572-451e-b5d6-06ab9400b968 2018-12-03 16:40:50,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:50,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40: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-1523a567-4853-4eb7-b17e-5cc37e706bae x-compute-request-id: req-1523a567-4853-4eb7-b17e-5cc37e706bae 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.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "rel": "bookmark"}], "image": {"id": "655ef59c-f954-4775-ac0f-1521d55a3686", "links": [{"href": "http://172.30.9.30:8774/images/655ef59c-f954-4775-ac0f-1521d55a3686", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a67ce97-288d-4c0b-87de-372ca3947b17", "links": [{"href": "http://172.30.9.30:8774/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17", "rel": "bookmark"}]}, "id": "7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "user_id": "bb7c2847130c48fcaa802f5ac47ea0bc", "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-12-03T16:40:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst", "created": "2018-12-03T16:40:50Z", "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:40:50,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 used request id req-1523a567-4853-4eb7-b17e-5cc37e706bae 2018-12-03 16:40:50,558 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst 2018-12-03 16:40:50,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:50,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40: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-3c2e8edc-015a-400f-beb0-bd8edeae49f4 x-compute-request-id: req-3c2e8edc-015a-400f-beb0-bd8edeae49f4 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.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "rel": "bookmark"}], "image": {"id": "655ef59c-f954-4775-ac0f-1521d55a3686", "links": [{"href": "http://172.30.9.30:8774/images/655ef59c-f954-4775-ac0f-1521d55a3686", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a67ce97-288d-4c0b-87de-372ca3947b17", "links": [{"href": "http://172.30.9.30:8774/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17", "rel": "bookmark"}]}, "id": "7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "user_id": "bb7c2847130c48fcaa802f5ac47ea0bc", "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-12-03T16:40:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst", "created": "2018-12-03T16:40:50Z", "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:40:50,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 used request id req-3c2e8edc-015a-400f-beb0-bd8edeae49f4 2018-12-03 16:40:50,777 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst] is - BUILD 2018-12-03 16:40:50,777 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:40:53,780 - create_instance - DEBUG - VM status query timeout in 896.777817011 2018-12-03 16:40:53,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:54,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40: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-1b7f31ef-f03b-46d5-8438-77474f177b4c x-compute-request-id: req-1b7f31ef-f03b-46d5-8438-77474f177b4c 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.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "rel": "bookmark"}], "image": {"id": "655ef59c-f954-4775-ac0f-1521d55a3686", "links": [{"href": "http://172.30.9.30:8774/images/655ef59c-f954-4775-ac0f-1521d55a3686", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a67ce97-288d-4c0b-87de-372ca3947b17", "links": [{"href": "http://172.30.9.30:8774/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17", "rel": "bookmark"}]}, "id": "7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "security_groups": [{"name": "default"}], "user_id": "bb7c2847130c48fcaa802f5ac47ea0bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:40:51Z", "hostId": "303071f477f7764b5769e90eb1c4397fd83342d04fe42ec28cb66b0b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst", "created": "2018-12-03T16:40:50Z", "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:40:54,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 used request id req-1b7f31ef-f03b-46d5-8438-77474f177b4c 2018-12-03 16:40:54,366 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst] is - BUILD 2018-12-03 16:40:54,366 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:40:57,370 - create_instance - DEBUG - VM status query timeout in 893.188273191 2018-12-03 16:40:57,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:58,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fdb2aaa-a56c-460f-8178-8d086a2df73d x-compute-request-id: req-0fdb2aaa-a56c-460f-8178-8d086a2df73d Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:72:b1", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "rel": "bookmark"}], "image": {"id": "655ef59c-f954-4775-ac0f-1521d55a3686", "links": [{"href": "http://172.30.9.30:8774/images/655ef59c-f954-4775-ac0f-1521d55a3686", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:40:57.000000", "flavor": {"id": "2a67ce97-288d-4c0b-87de-372ca3947b17", "links": [{"href": "http://172.30.9.30:8774/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17", "rel": "bookmark"}]}, "id": "7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "security_groups": [{"name": "default"}], "user_id": "bb7c2847130c48fcaa802f5ac47ea0bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:40:57Z", "hostId": "303071f477f7764b5769e90eb1c4397fd83342d04fe42ec28cb66b0b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst", "created": "2018-12-03T16:40:50Z", "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:40:58,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 used request id req-0fdb2aaa-a56c-460f-8178-8d086a2df73d 2018-12-03 16:40:58,023 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst] is - ACTIVE 2018-12-03 16:40:58,023 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:40:58,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:58,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c3b3a97-012f-4e6f-95a1-555a7abf0bd2 x-compute-request-id: req-3c3b3a97-012f-4e6f-95a1-555a7abf0bd2 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:72:b1", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "rel": "bookmark"}], "image": {"id": "655ef59c-f954-4775-ac0f-1521d55a3686", "links": [{"href": "http://172.30.9.30:8774/images/655ef59c-f954-4775-ac0f-1521d55a3686", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:40:57.000000", "flavor": {"id": "2a67ce97-288d-4c0b-87de-372ca3947b17", "links": [{"href": "http://172.30.9.30:8774/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17", "rel": "bookmark"}]}, "id": "7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "security_groups": [{"name": "default"}], "user_id": "bb7c2847130c48fcaa802f5ac47ea0bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:40:57Z", "hostId": "303071f477f7764b5769e90eb1c4397fd83342d04fe42ec28cb66b0b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst", "created": "2018-12-03T16:40:50Z", "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:40:58,635 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 used request id req-3c3b3a97-012f-4e6f-95a1-555a7abf0bd2 2018-12-03 16:40:58,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:58,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6ead8203-9011-4bd5-bbe1-1514b023ae8f Date: Mon, 03 Dec 2018 16:40: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":["35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b"],"updated_at":"2018-12-03T16:40:41Z","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net"}]} 2018-12-03 16:40:58,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net used request id req-6ead8203-9011-4bd5-bbe1-1514b023ae8f 2018-12-03 16:40:58,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:58,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:40:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66ab741f-4a41-4780-a843-8439b860394b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8"}, "enabled": true, "id": "fab1359b6c6247ecbafe1014f6bbdbe8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj"}} 2018-12-03 16:40:58,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 used request id req-66ab741f-4a41-4780-a843-8439b860394b 2018-12-03 16:40:58,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:59,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6a1e3f91-a886-46ee-9b67-58bb343bdeef Date: Mon, 03 Dec 2018 16:40:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40: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":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet"}]} 2018-12-03 16:40:59,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 used request id req-6a1e3f91-a886-46ee-9b67-58bb343bdeef 2018-12-03 16:40:59,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:59,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-d2e38d1d-47bf-426b-a282-df8bfbf6b1ed Date: Mon, 03 Dec 2018 16:40:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:40:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","ip_address":"10.55.0.101"}],"id":"0ac377dd-cdd6-467e-9d76-44335b2d2626","security_groups":["35367a6e-8add-42ca-b9af-11c9de8d4b72"],"mac_address":"fa:16:3e:e7:72:b1","project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aaport-1","admin_state_up":true,"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:46Z","binding:vnic_type":"normal","device_id":"7405917e-bd6d-4386-b3c7-6fdf5b68e9f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:40:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","ip_address":"10.55.0.3"}],"id":"31fb4c24-77d3-42a8-8140-65f25baf5714","security_groups":[],"mac_address":"fa:16:3e:4f:ab:1f","project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-38832d63-27a9-4fa9-ab56-8a4b368e3ab1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:40:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","ip_address":"10.55.0.4"}],"id":"4da04f6b-8526-4907-a433-7830c1ae0b5f","security_groups":[],"mac_address":"fa:16:3e:9c:d1:b8","project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-38832d63-27a9-4fa9-ab56-8a4b368e3ab1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:40:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","ip_address":"10.55.0.2"}],"id":"ad92bc23-082a-4c69-a32b-1780fac12d81","security_groups":[],"mac_address":"fa:16:3e:7c:e2:6e","project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-38832d63-27a9-4fa9-ab56-8a4b368e3ab1"}]} 2018-12-03 16:40:59,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 used request id req-d2e38d1d-47bf-426b-a282-df8bfbf6b1ed 2018-12-03 16:40:59,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:59,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6fcc4141-2288-4a41-95b2-e5b246388185 Date: Mon, 03 Dec 2018 16:40: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":["35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b"],"updated_at":"2018-12-03T16:40:41Z","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net"}]} 2018-12-03 16:40:59,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 used request id req-6fcc4141-2288-4a41-95b2-e5b246388185 2018-12-03 16:40:59,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:59,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-11522e79-532a-4162-82b0-5fdf95cd4164 Date: Mon, 03 Dec 2018 16:40:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40: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":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet"}]} 2018-12-03 16:40:59,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1 used request id req-11522e79-532a-4162-82b0-5fdf95cd4164 2018-12-03 16:40:59,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:59,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d2ed2e7e-4b53-4e08-bd0e-900eb05e4c69 Date: Mon, 03 Dec 2018 16:40:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38832d63-27a9-4fa9-ab56-8a4b368e3ab1","tenant_id":"fab1359b6c6247ecbafe1014f6bbdbe8","created_at":"2018-12-03T16:40:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:40: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":"fab1359b6c6247ecbafe1014f6bbdbe8","id":"35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet"}]} 2018-12-03 16:40:59,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=38832d63-27a9-4fa9-ab56-8a4b368e3ab1&name=CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet used request id req-d2ed2e7e-4b53-4e08-bd0e-900eb05e4c69 2018-12-03 16:40:59,521 - create_instance - INFO - Deleting Port with ID - 0ac377dd-cdd6-467e-9d76-44335b2d2626 2018-12-03 16:40:59,521 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aaport-1 2018-12-03 16:40:59,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/0ac377dd-cdd6-467e-9d76-44335b2d2626 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:40:59,938 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05a56e4f-f622-48ac-98c9-a8f96b8527f4 Date: Mon, 03 Dec 2018 16:40:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:40:59,938 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/0ac377dd-cdd6-467e-9d76-44335b2d2626 used request id req-05a56e4f-f622-48ac-98c9-a8f96b8527f4 2018-12-03 16:40:59,939 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst 2018-12-03 16:40:59,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:41:00,099 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:40: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-103e2a1a-f339-4066-8bc0-15e6a5e67ce1 x-compute-request-id: req-103e2a1a-f339-4066-8bc0-15e6a5e67ce1 Content-Type: application/json 2018-12-03 16:41:00,099 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 used request id req-103e2a1a-f339-4066-8bc0-15e6a5e67ce1 2018-12-03 16:41:00,100 - create_instance - INFO - Checking deletion status 2018-12-03 16:41:00,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:41:00,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5af3f86b-b312-49c6-af06-285e8c956125 x-compute-request-id: req-5af3f86b-b312-49c6-af06-285e8c956125 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.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "rel": "bookmark"}], "image": {"id": "655ef59c-f954-4775-ac0f-1521d55a3686", "links": [{"href": "http://172.30.9.30:8774/images/655ef59c-f954-4775-ac0f-1521d55a3686", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:40:57.000000", "flavor": {"id": "2a67ce97-288d-4c0b-87de-372ca3947b17", "links": [{"href": "http://172.30.9.30:8774/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17", "rel": "bookmark"}]}, "id": "7405917e-bd6d-4386-b3c7-6fdf5b68e9f0", "user_id": "bb7c2847130c48fcaa802f5ac47ea0bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:41:00Z", "hostId": "303071f477f7764b5769e90eb1c4397fd83342d04fe42ec28cb66b0b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst", "created": "2018-12-03T16:40:50Z", "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:41:00,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 used request id req-5af3f86b-b312-49c6-af06-285e8c956125 2018-12-03 16:41:00,346 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst] is - ACTIVE 2018-12-03 16:41:00,346 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:41:03,350 - create_instance - DEBUG - VM status query timeout in 296.75011301 2018-12-03 16:41:03,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79064b607c62634dfd6e7719ac26b267c1e5fb46" 2018-12-03 16:41:03,400 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:41:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7c62c82a-417f-4ddb-9ff0-26492ff878d7 x-compute-request-id: req-7c62c82a-417f-4ddb-9ff0-26492ff878d7 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 could not be found.", "code": 404}} 2018-12-03 16:41:03,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 used request id req-7c62c82a-417f-4ddb-9ff0-26492ff878d7 2018-12-03 16:41:03,400 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 7405917e-bd6d-4386-b3c7-6fdf5b68e9f0 could not be found. (HTTP 404) (Request-ID: req-7c62c82a-417f-4ddb-9ff0-26492ff878d7) 2018-12-03 16:41:03,401 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-inst 2018-12-03 16:41:03,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e67f9aa10d8a4cd136be9b8a2c781a17b68d465" 2018-12-03 16:41:03,459 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:41:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-71aee783-2fe5-4a61-837e-25dd3e66ed74 x-compute-request-id: req-71aee783-2fe5-4a61-837e-25dd3e66ed74 Content-Length: 0 Content-Type: application/json 2018-12-03 16:41:03,460 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/2a67ce97-288d-4c0b-87de-372ca3947b17 used request id req-71aee783-2fe5-4a61-837e-25dd3e66ed74 2018-12-03 16:41:03,460 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet 2018-12-03 16:41:03,461 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-subnet 2018-12-03 16:41:03,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb409a38e91df04810a6506786b03383717ca209" 2018-12-03 16:41:05,668 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf7ee990-79e0-4e79-a5a8-5157f7480046 Date: Mon, 03 Dec 2018 16:41:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:41:05,668 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/35ef0bbb-be3a-4f8a-80a9-5adcc2d0691b used request id req-bf7ee990-79e0-4e79-a5a8-5157f7480046 2018-12-03 16:41:05,668 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-pub-net 2018-12-03 16:41:05,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/38832d63-27a9-4fa9-ab56-8a4b368e3ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb409a38e91df04810a6506786b03383717ca209" 2018-12-03 16:41:06,942 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-16b7908e-3522-44d2-8eda-821f3dcedb6f Date: Mon, 03 Dec 2018 16:41:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:41:06,942 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/38832d63-27a9-4fa9-ab56-8a4b368e3ab1 used request id req-16b7908e-3522-44d2-8eda-821f3dcedb6f 2018-12-03 16:41:06,943 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-ff712dd2-349e-4e78-b34d-bbe5b1fc61aa-image 2018-12-03 16:41:06,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d35442665fac02b5a55d111f0a13454b46a4b7a" 2018-12-03 16:41:08,338 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8d46c448-1e92-4656-9cb8-c83a1bdb782f Date: Mon, 03 Dec 2018 16:41:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:41:08,338 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/655ef59c-f954-4775-ac0f-1521d55a3686 used request id req-8d46c448-1e92-4656-9cb8-c83a1bdb782f 2018-12-03 16:41:08,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:41:08,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-eb9527af-1d3f-4bc2-9516-4bed1cb50c84 Date: Mon, 03 Dec 2018 16:41:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "created_at": "2018-12-03T16:40:40Z", "updated_at": "2018-12-03T16:40:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:40:40Z", "revision_number": 0, "id": "1705dc5b-6dd9-4f8f-ad4a-c6f82a4b5a29", "remote_group_id": "35367a6e-8add-42ca-b9af-11c9de8d4b72", "remote_ip_prefix": null, "created_at": "2018-12-03T16:40:40Z", "security_group_id": "35367a6e-8add-42ca-b9af-11c9de8d4b72", "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "port_range_min": null, "ethertype": "IPv6", "project_id": "fab1359b6c6247ecbafe1014f6bbdbe8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:40:40Z", "revision_number": 0, "id": "4f7ef4c6-2157-4dfa-9bd7-80259028a85b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:40:40Z", "security_group_id": "35367a6e-8add-42ca-b9af-11c9de8d4b72", "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "port_range_min": null, "ethertype": "IPv4", "project_id": "fab1359b6c6247ecbafe1014f6bbdbe8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:40:40Z", "revision_number": 0, "id": "58874ab6-e993-46f8-b804-9b911f008e51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:40:40Z", "security_group_id": "35367a6e-8add-42ca-b9af-11c9de8d4b72", "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "port_range_min": null, "ethertype": "IPv6", "project_id": "fab1359b6c6247ecbafe1014f6bbdbe8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:40:40Z", "revision_number": 0, "id": "84800880-9b5d-404a-8a7e-98dd50c46841", "remote_group_id": "35367a6e-8add-42ca-b9af-11c9de8d4b72", "remote_ip_prefix": null, "created_at": "2018-12-03T16:40:40Z", "security_group_id": "35367a6e-8add-42ca-b9af-11c9de8d4b72", "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "port_range_min": null, "ethertype": "IPv4", "project_id": "fab1359b6c6247ecbafe1014f6bbdbe8"}], "revision_number": 4, "project_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "id": "35367a6e-8add-42ca-b9af-11c9de8d4b72", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:41:08,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-eb9527af-1d3f-4bc2-9516-4bed1cb50c84 2018-12-03 16:41:08,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:41:08,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db6678d8-3ce1-478a-91f4-9921af7e3b5e Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:41:08,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-db6678d8-3ce1-478a-91f4-9921af7e3b5e 2018-12-03 16:41:08,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:41:08,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aee5494c-798e-4cef-b3fa-1b1217b0ca3f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:41:08,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-aee5494c-798e-4cef-b3fa-1b1217b0ca3f 2018-12-03 16:41:08,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:41:08,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-975d6b3d-6fd1-4274-83f6-9d93334f497a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8"}, "enabled": true, "id": "fab1359b6c6247ecbafe1014f6bbdbe8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj"}} 2018-12-03 16:41:08,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 used request id req-975d6b3d-6fd1-4274-83f6-9d93334f497a 2018-12-03 16:41:08,828 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 35367a6e-8add-42ca-b9af-11c9de8d4b72 2018-12-03 16:41:08,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=35367a6e-8add-42ca-b9af-11c9de8d4b72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:41:09,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-13b27dd5-19ba-4db7-bbf9-71d201dfa214 Date: Mon, 03 Dec 2018 16:41:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "35367a6e-8add-42ca-b9af-11c9de8d4b72", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:40:40Z", "security_group_id": "35367a6e-8add-42ca-b9af-11c9de8d4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "created_at": "2018-12-03T16:40:40Z", "project_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "id": "1705dc5b-6dd9-4f8f-ad4a-c6f82a4b5a29"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:40:40Z", "security_group_id": "35367a6e-8add-42ca-b9af-11c9de8d4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "created_at": "2018-12-03T16:40:40Z", "project_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "id": "4f7ef4c6-2157-4dfa-9bd7-80259028a85b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:40:40Z", "security_group_id": "35367a6e-8add-42ca-b9af-11c9de8d4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "created_at": "2018-12-03T16:40:40Z", "project_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "id": "58874ab6-e993-46f8-b804-9b911f008e51"}, {"remote_group_id": "35367a6e-8add-42ca-b9af-11c9de8d4b72", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:40:40Z", "security_group_id": "35367a6e-8add-42ca-b9af-11c9de8d4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "created_at": "2018-12-03T16:40:40Z", "project_id": "fab1359b6c6247ecbafe1014f6bbdbe8", "id": "84800880-9b5d-404a-8a7e-98dd50c46841"}]} 2018-12-03 16:41:09,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=35367a6e-8add-42ca-b9af-11c9de8d4b72 used request id req-13b27dd5-19ba-4db7-bbf9-71d201dfa214 2018-12-03 16:41:09,020 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:41:09,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/35367a6e-8add-42ca-b9af-11c9de8d4b72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:41:09,345 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1512b86d-60a8-44ee-8933-f6fd759eb94f Content-Length: 0 Date: Mon, 03 Dec 2018 16:41:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:41:09,345 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/35367a6e-8add-42ca-b9af-11c9de8d4b72 used request id req-1512b86d-60a8-44ee-8933-f6fd759eb94f 2018-12-03 16:41:09,346 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj 2018-12-03 16:41:09,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:41:09,543 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:41:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fee37413-e8e3-44c3-bf09-bc3598672f7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:41:09,544 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/fab1359b6c6247ecbafe1014f6bbdbe8 used request id req-fee37413-e8e3-44c3-bf09-bc3598672f7c 2018-12-03 16:41:09,544 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-proj-role 2018-12-03 16:41:09,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/7772fa1203344807aac09f7b7616d9d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:41:09,655 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:41:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab1ab59c-a048-4cb0-925a-91220cc6b49f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:41:09,655 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/7772fa1203344807aac09f7b7616d9d2 used request id req-ab1ab59c-a048-4cb0-925a-91220cc6b49f 2018-12-03 16:41:09,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338a373d7e3c4af57b269056fb531610c5723c9" 2018-12-03 16:41:09,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8a9a913-0bd0-431e-94ef-e6fb17024e87 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:41:09,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b8a9a913-0bd0-431e-94ef-e6fb17024e87 2018-12-03 16:41:09,751 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-8ac4dea8-f1c4-42f-user 2018-12-03 16:41:09,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/bb7c2847130c48fcaa802f5ac47ea0bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7121a7d12b03842891d547815aa424159f8f5e07" 2018-12-03 16:41:09,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:41:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e179dc8d-ea44-4921-83d9-d7d448f79d77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:41:09,946 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/bb7c2847130c48fcaa802f5ac47ea0bc used request id req-e179dc8d-ea44-4921-83d9-d7d448f79d77 2018-12-03 16:41:09,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:41:10,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:41:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["w8fQcSNoQTqeDLmBtAxKBA"], "issued_at": "2018-12-03T16:41:10.000000Z"}} 2018-12-03 16:41:10,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b0c791bb8492db04d2262043585fe3eab4bc0ad" 2018-12-03 16:41:10,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-958843a2-35c4-4e35-9040-ac45575cc6cb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:41:10,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-958843a2-35c4-4e35-9040-ac45575cc6cb 2018-12-03 16:41:10,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:41:10,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:41:10,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:41:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["-LY9NH7ZSCGBBcCy8UjPMw"], "issued_at": "2018-12-03T16:41:10.000000Z"}} 2018-12-03 16:41:10,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:10,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cab5b7a-3143-4b70-a7a0-9d88f619576d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:41:10,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8cab5b7a-3143-4b70-a7a0-9d88f619576d 2018-12-03 16:41:10,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:41:10,892 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:41:10,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-643e3e79-5161-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:10,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74e0c2b3-c86d-4e0e-8fcd-31ad07ef5667 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-643e3e79-5161-41e-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:41:10,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-643e3e79-5161-41e-proj used request id req-74e0c2b3-c86d-4e0e-8fcd-31ad07ef5667 2018-12-03 16:41:10,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:11,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e9da155-9d2c-46f6-b963-040b5d49b39c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:41:11,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-7e9da155-9d2c-46f6-b963-040b5d49b39c 2018-12-03 16:41:11,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj"}}' 2018-12-03 16:41:11,224 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:41:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-845c0709-093a-43b9-9d0f-c69c17373f21 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3"}, "enabled": true, "id": "33768093baa54bdaa741e741d15ccdd3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj"}} 2018-12-03 16:41:11,224 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-845c0709-093a-43b9-9d0f-c69c17373f21 2018-12-03 16:41:11,224 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-643e3e79-5161-41e-proj 2018-12-03 16:41:11,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:41:11,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:41:11,605 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:41:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["pohSJ1b0Sn2kVH5FW8rCUw"], "issued_at": "2018-12-03T16:41:11.000000Z"}} 2018-12-03 16:41:11,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c135f60ebe4381c5e4e55206309f8b76cd84358" 2018-12-03 16:41:11,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e2a897d-46b9-4075-8131-ba71c3a088db Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:41:11,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1e2a897d-46b9-4075-8131-ba71c3a088db 2018-12-03 16:41:11,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:41:11,699 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:41:11,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c135f60ebe4381c5e4e55206309f8b76cd84358" 2018-12-03 16:41:11,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94fca5ad-36bb-4122-be9c-37d42d1c4bf4 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:41:11,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-94fca5ad-36bb-4122-be9c-37d42d1c4bf4 2018-12-03 16:41:11,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-643e3e79-5161-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c135f60ebe4381c5e4e55206309f8b76cd84358" 2018-12-03 16:41:11,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c362d5b4-5c6a-4b57-b14a-922600167703 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-643e3e79-5161-41e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3"}, "enabled": true, "id": "33768093baa54bdaa741e741d15ccdd3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj"}]} 2018-12-03 16:41:11,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-643e3e79-5161-41e-proj used request id req-c362d5b4-5c6a-4b57-b14a-922600167703 2018-12-03 16:41:11,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c135f60ebe4381c5e4e55206309f8b76cd84358" 2018-12-03 16:41:11,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82e6a6fa-5f2f-4d96-a796-edc3ddf35b04 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:41:11,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-82e6a6fa-5f2f-4d96-a796-edc3ddf35b04 2018-12-03 16:41:12,361 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-643e3e79-5161-41e-user 2018-12-03 16:41:12,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:41:12,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:12,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71b81724-b467-45d7-8a4b-b7b945a42e6d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:41:12,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-71b81724-b467-45d7-8a4b-b7b945a42e6d 2018-12-03 16:41:12,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" -d '{"role": {"name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj-role"}}' 2018-12-03 16:41:12,565 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:41:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63091180-bbf2-4d5e-8df8-2604bf7c7125 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d70a25c70e5f41049ad6f546ec4fd6c8", "links": {"self": "http://172.30.9.30:5000/v3/roles/d70a25c70e5f41049ad6f546ec4fd6c8"}, "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj-role"}} 2018-12-03 16:41:12,565 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-63091180-bbf2-4d5e-8df8-2604bf7c7125 2018-12-03 16:41:12,565 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-643e3e79-5161-41e-proj-role 2018-12-03 16:41:12,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/d70a25c70e5f41049ad6f546ec4fd6c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:12,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b28643c-fc03-4031-834d-0dcc1f378b45 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/d70a25c70e5f41049ad6f546ec4fd6c8"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj-role", "id": "d70a25c70e5f41049ad6f546ec4fd6c8"}} 2018-12-03 16:41:12,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/d70a25c70e5f41049ad6f546ec4fd6c8 used request id req-9b28643c-fc03-4031-834d-0dcc1f378b45 2018-12-03 16:41:12,655 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-643e3e79-5161-41e-proj-role to project CreateInstancePortManipulationTests-643e3e79-5161-41e-proj 2018-12-03 16:41:12,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3/users/93069f934ad74068bae3e87f7bc5058e/roles/d70a25c70e5f41049ad6f546ec4fd6c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:12,789 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:41:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50406f1a-420f-496d-894e-052f52819d33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:41:12,789 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3/users/93069f934ad74068bae3e87f7bc5058e/roles/d70a25c70e5f41049ad6f546ec4fd6c8 used request id req-50406f1a-420f-496d-894e-052f52819d33 2018-12-03 16:41:12,790 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:41:12,790 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:41:12,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:41:13,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70a25c70e5f41049ad6f546ec4fd6c8", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj-role"}], "expires_at": "2018-12-03T17:41:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33768093baa54bdaa741e741d15ccdd3", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-user", "id": "93069f934ad74068bae3e87f7bc5058e"}, "audit_ids": ["anjpd2ylRe2MGxbnEUbwoA"], "issued_at": "2018-12-03T16:41:13.000000Z"}} 2018-12-03 16:41:13,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df22a010a9b562972e2a611464a3ce2f94cfb23a" 2018-12-03 16:41:13,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb6c54b4-4b2d-4d19-8717-7f913f397881 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:41:13,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bb6c54b4-4b2d-4d19-8717-7f913f397881 2018-12-03 16:41:13,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df22a010a9b562972e2a611464a3ce2f94cfb23a" 2018-12-03 16:41:13,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-c3cf1ae7-1369-4696-90a1-3f8943993f04 Date: Mon, 03 Dec 2018 16:41:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image"} 2018-12-03 16:41:13,430 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image used request id req-c3cf1ae7-1369-4696-90a1-3f8943993f04 2018-12-03 16:41:13,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df22a010a9b562972e2a611464a3ce2f94cfb23a" 2018-12-03 16:41:13,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-94fbbcbf-cc3b-410e-b465-93e420efbc14 Date: Mon, 03 Dec 2018 16:41: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-12-03 16:41:13,577 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-94fbbcbf-cc3b-410e-b465-93e420efbc14 2018-12-03 16:41:13,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}df22a010a9b562972e2a611464a3ce2f94cfb23a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image"}' 2018-12-03 16:41:13,819 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8 X-Openstack-Request-Id: req-a14501be-2b2f-4b43-bdc7-dafc3ef2e59a Date: Mon, 03 Dec 2018 16:41:13 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:41:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:41:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "min_disk": 0, "protected": false, "id": "b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "file": "/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8/file", "checksum": null, "owner": "33768093baa54bdaa741e741d15ccdd3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:41:13,819 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-a14501be-2b2f-4b43-bdc7-dafc3ef2e59a 2018-12-03 16:41:13,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df22a010a9b562972e2a611464a3ce2f94cfb23a" -d '' 2018-12-03 16:41:16,259 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6def5f4f-ef6f-4872-9cbe-535261767dde Date: Mon, 03 Dec 2018 16:41:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:41:16,259 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8/file used request id req-6def5f4f-ef6f-4872-9cbe-535261767dde 2018-12-03 16:41:16,260 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:41:16,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df22a010a9b562972e2a611464a3ce2f94cfb23a" 2018-12-03 16:41:16,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d3eb34e1-dd83-4fc6-a28a-90e7d6a7dfc4 Date: Mon, 03 Dec 2018 16:41:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:41:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:41:16Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8/snap", "metadata": {}}], "self": "/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "min_disk": 0, "protected": false, "id": "b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "file": "/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "33768093baa54bdaa741e741d15ccdd3", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:41:16,432 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8 used request id req-d3eb34e1-dd83-4fc6-a28a-90e7d6a7dfc4 2018-12-03 16:41:16,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df22a010a9b562972e2a611464a3ce2f94cfb23a" 2018-12-03 16:41:16,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9c74e005-6aa3-42f9-ad7c-813f9ac506f9 Date: Mon, 03 Dec 2018 16:41: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-12-03 16:41:16,607 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-9c74e005-6aa3-42f9-ad7c-813f9ac506f9 2018-12-03 16:41:16,610 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image 2018-12-03 16:41:16,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df22a010a9b562972e2a611464a3ce2f94cfb23a" 2018-12-03 16:41:16,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-53a32b3c-712b-42ef-b119-2b876b2f098a Date: Mon, 03 Dec 2018 16:41:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:41:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:41:16Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8/snap", "metadata": {}}], "self": "/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "min_disk": 0, "protected": false, "id": "b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "file": "/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "33768093baa54bdaa741e741d15ccdd3", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:41:16,794 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8 used request id req-53a32b3c-712b-42ef-b119-2b876b2f098a 2018-12-03 16:41:16,795 - create_image - DEBUG - Instance status is - active 2018-12-03 16:41:16,795 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image 2018-12-03 16:41:16,795 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image 2018-12-03 16:41:16,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:41:16,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:41:17,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70a25c70e5f41049ad6f546ec4fd6c8", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj-role"}], "expires_at": "2018-12-03T17:41:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33768093baa54bdaa741e741d15ccdd3", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-user", "id": "93069f934ad74068bae3e87f7bc5058e"}, "audit_ids": ["Jjdy4Zn8Tku-8QOk3Sz6GQ"], "issued_at": "2018-12-03T16:41:17.000000Z"}} 2018-12-03 16:41:17,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b9dd8302fd58c332f0b10f768b325966b3eaff" 2018-12-03 16:41:17,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b12bc2e-625f-4a87-b7f4-f497f4eaf9d6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:41:17,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6b12bc2e-625f-4a87-b7f4-f497f4eaf9d6 2018-12-03 16:41:17,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b9dd8302fd58c332f0b10f768b325966b3eaff" 2018-12-03 16:41:17,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5bbc5063-3755-4ced-9bfb-f76d9d6754f8 Date: Mon, 03 Dec 2018 16:41:17 GMT RESP BODY: {"networks":[]} 2018-12-03 16:41:17,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net used request id req-5bbc5063-3755-4ced-9bfb-f76d9d6754f8 2018-12-03 16:41:17,438 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net 2018-12-03 16:41:17,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b9dd8302fd58c332f0b10f768b325966b3eaff" -d '{"network": {"name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net", "admin_state_up": true}}' 2018-12-03 16:41:18,007 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-de469b6e-d484-4d96-9c6b-c48864ff3dea Date: Mon, 03 Dec 2018 16:41:18 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"33768093baa54bdaa741e741d15ccdd3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:41:17Z","is_default":false,"name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:17Z","mtu":1450}} 2018-12-03 16:41:18,007 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-de469b6e-d484-4d96-9c6b-c48864ff3dea 2018-12-03 16:41:18,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b9dd8302fd58c332f0b10f768b325966b3eaff" 2018-12-03 16:41:18,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-269ece37-7ecf-4ae6-b492-8415450dfd66 Date: Mon, 03 Dec 2018 16:41: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-12-03T16:41:17Z","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"33768093baa54bdaa741e741d15ccdd3","id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net"}]} 2018-12-03 16:41:18,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 used request id req-269ece37-7ecf-4ae6-b492-8415450dfd66 2018-12-03 16:41:18,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b9dd8302fd58c332f0b10f768b325966b3eaff" 2018-12-03 16:41:18,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e57cf3cb-b8cb-4b81-a635-bba88af505f7 Date: Mon, 03 Dec 2018 16:41:18 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:41:18,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 used request id req-e57cf3cb-b8cb-4b81-a635-bba88af505f7 2018-12-03 16:41:18,502 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-subnet 2018-12-03 16:41:18,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b9dd8302fd58c332f0b10f768b325966b3eaff" -d '{"subnets": [{"ip_version": 4, "network_id": "132b0b3d-7d3b-48c9-811e-9d1af63f4748", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-subnet"}]}' 2018-12-03 16:41:19,144 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ceca27d5-ba06-473a-b277-969d937a65a7 Date: Mon, 03 Dec 2018 16:41:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:41:18Z","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":"33768093baa54bdaa741e741d15ccdd3","id":"e9cddb1e-deeb-4b63-adea-48af495a8537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-subnet"}]} 2018-12-03 16:41:19,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-ceca27d5-ba06-473a-b277-969d937a65a7 2018-12-03 16:41:19,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b9dd8302fd58c332f0b10f768b325966b3eaff" 2018-12-03 16:41:19,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1255d755-3898-48d2-965c-495389203923 Date: Mon, 03 Dec 2018 16:41: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":["e9cddb1e-deeb-4b63-adea-48af495a8537"],"updated_at":"2018-12-03T16:41:18Z","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"33768093baa54bdaa741e741d15ccdd3","id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net"}]} 2018-12-03 16:41:19,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 used request id req-1255d755-3898-48d2-965c-495389203923 2018-12-03 16:41:19,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b9dd8302fd58c332f0b10f768b325966b3eaff" 2018-12-03 16:41:19,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ef349f68-6c6f-4fe9-9c40-e4eb8c73f15e Date: Mon, 03 Dec 2018 16:41:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:41:18Z","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":"33768093baa54bdaa741e741d15ccdd3","id":"e9cddb1e-deeb-4b63-adea-48af495a8537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-subnet"}]} 2018-12-03 16:41:19,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 used request id req-ef349f68-6c6f-4fe9-9c40-e4eb8c73f15e 2018-12-03 16:41:19,477 - OpenStackNetwork - DEBUG - Network [132b0b3d-7d3b-48c9-811e-9d1af63f4748] created successfully 2018-12-03 16:41:19,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:41:19,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:41:19,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:41:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["JpTja99cSPaDARh9ij0-VQ"], "issued_at": "2018-12-03T16:41:19.000000Z"}} 2018-12-03 16:41:19,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c82130e6805fe4239d7062d916af3f0ea73e8e" 2018-12-03 16:41:19,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86dc5501-c934-4bac-aaef-99fad3ab60f1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:41:19,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-86dc5501-c934-4bac-aaef-99fad3ab60f1 2018-12-03 16:41:19,942 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:41:19,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c82130e6805fe4239d7062d916af3f0ea73e8e" 2018-12-03 16:41:20,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-cdd827ea-0d2f-45c4-9643-e63094466107 x-compute-request-id: req-cdd827ea-0d2f-45c4-9643-e63094466107 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:41:20,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-cdd827ea-0d2f-45c4-9643-e63094466107 2018-12-03 16:41:20,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c82130e6805fe4239d7062d916af3f0ea73e8e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-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-12-03 16:41:20,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df11181d-86c1-40c8-83b5-69eac85d2699 x-compute-request-id: req-df11181d-86c1-40c8-83b5-69eac85d2699 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b7290b68-210f-4920-a35b-db1a03ca0a48", "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:41:20,195 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-df11181d-86c1-40c8-83b5-69eac85d2699 2018-12-03 16:41:20,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:41:20,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:41:20,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70a25c70e5f41049ad6f546ec4fd6c8", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj-role"}], "expires_at": "2018-12-03T17:41:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33768093baa54bdaa741e741d15ccdd3", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-user", "id": "93069f934ad74068bae3e87f7bc5058e"}, "audit_ids": ["f2dzSXqkQm2Lj72Bx0Nsgg"], "issued_at": "2018-12-03T16:41:20.000000Z"}} 2018-12-03 16:41:20,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:20,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41fc8e27-d173-4877-9f3c-6b8c20813987 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:41:20,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-41fc8e27-d173-4877-9f3c-6b8c20813987 2018-12-03 16:41:20,646 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:41:20,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:20,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee853e23-b884-4bda-9efd-5c6f2909fe6f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:41:20,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ee853e23-b884-4bda-9efd-5c6f2909fe6f 2018-12-03 16:41:20,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:21,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-fcf93d18-e2bd-4ccd-877a-caff2433f741 Date: Mon, 03 Dec 2018 16:41: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":["e9cddb1e-deeb-4b63-adea-48af495a8537"],"updated_at":"2018-12-03T16:41:18Z","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"33768093baa54bdaa741e741d15ccdd3","id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net"}]} 2018-12-03 16:41:21,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net used request id req-fcf93d18-e2bd-4ccd-877a-caff2433f741 2018-12-03 16:41:21,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:41:21,150 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:41:21,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:21,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eb21c17-767e-4208-ac1d-c00f783ed0a2 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3"}, "enabled": true, "id": "33768093baa54bdaa741e741d15ccdd3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj"}} 2018-12-03 16:41:21,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 used request id req-6eb21c17-767e-4208-ac1d-c00f783ed0a2 2018-12-03 16:41:21,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:21,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d1348c12-c1bb-4c83-b26b-f36ce274b970 Date: Mon, 03 Dec 2018 16:41:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:41:18Z","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":"33768093baa54bdaa741e741d15ccdd3","id":"e9cddb1e-deeb-4b63-adea-48af495a8537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-subnet"}]} 2018-12-03 16:41:21,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 used request id req-d1348c12-c1bb-4c83-b26b-f36ce274b970 2018-12-03 16:41:21,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:21,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4b03c595-ae87-4d67-97a5-69696cf2e71e Date: Mon, 03 Dec 2018 16:41:21 GMT RESP BODY: {"ports":[]} 2018-12-03 16:41:21,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6dport-1&admin_state_up=True used request id req-4b03c595-ae87-4d67-97a5-69696cf2e71e 2018-12-03 16:41:21,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:21,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-4931a5c0-4025-4cff-87bf-bd4903990688 x-compute-request-id: req-4931a5c0-4025-4cff-87bf-bd4903990688 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:41:21,864 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst used request id req-4931a5c0-4025-4cff-87bf-bd4903990688 2018-12-03 16:41:21,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:22,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b3a361c6-a951-4284-ad6e-5d1eabbcf4de Date: Mon, 03 Dec 2018 16:41: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":["e9cddb1e-deeb-4b63-adea-48af495a8537"],"updated_at":"2018-12-03T16:41:18Z","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"33768093baa54bdaa741e741d15ccdd3","id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net"}]} 2018-12-03 16:41:22,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net used request id req-b3a361c6-a951-4284-ad6e-5d1eabbcf4de 2018-12-03 16:41:22,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:22,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cbd7277-9dbc-4cb5-9172-b58b8672fdf7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3"}, "enabled": true, "id": "33768093baa54bdaa741e741d15ccdd3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj"}} 2018-12-03 16:41:22,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 used request id req-8cbd7277-9dbc-4cb5-9172-b58b8672fdf7 2018-12-03 16:41:22,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:22,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3e5af33d-95d5-4131-8f44-d538c566bb53 Date: Mon, 03 Dec 2018 16:41:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:41:18Z","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":"33768093baa54bdaa741e741d15ccdd3","id":"e9cddb1e-deeb-4b63-adea-48af495a8537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-subnet"}]} 2018-12-03 16:41:22,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 used request id req-3e5af33d-95d5-4131-8f44-d538c566bb53 2018-12-03 16:41:22,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:22,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-61576690-3c87-4b0f-bc00-03faf04b113a Date: Mon, 03 Dec 2018 16:41:22 GMT RESP BODY: {"ports":[]} 2018-12-03 16:41:22,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6dport-1&admin_state_up=True used request id req-61576690-3c87-4b0f-bc00-03faf04b113a 2018-12-03 16:41:22,591 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:41:22,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:41:22,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70a25c70e5f41049ad6f546ec4fd6c8", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj-role"}], "expires_at": "2018-12-03T17:41:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33768093baa54bdaa741e741d15ccdd3", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/33768093baa54bdaa741e741d15ccdd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-user", "id": "93069f934ad74068bae3e87f7bc5058e"}, "audit_ids": ["XUu6LxB1SSCcwElCuuFHlw"], "issued_at": "2018-12-03T16:41:22.000000Z"}} 2018-12-03 16:41:22,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd40e2b9735331671a9448eab7bbd75b51ca2288" 2018-12-03 16:41:23,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9f03861-2341-402c-a570-76ec507a0b69 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:41:23,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b9f03861-2341-402c-a570-76ec507a0b69 2018-12-03 16:41:23,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:23,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-18fc26d2-5f45-4650-9f9c-678f27d993d8 Date: Mon, 03 Dec 2018 16:41: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":["e9cddb1e-deeb-4b63-adea-48af495a8537"],"updated_at":"2018-12-03T16:41:18Z","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"33768093baa54bdaa741e741d15ccdd3","id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net"}]} 2018-12-03 16:41:23,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net used request id req-18fc26d2-5f45-4650-9f9c-678f27d993d8 2018-12-03 16:41:23,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:23,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f9402d30-e74e-41fe-99fd-c72eca31b4f8 Date: Mon, 03 Dec 2018 16:41:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:41:18Z","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":"33768093baa54bdaa741e741d15ccdd3","id":"e9cddb1e-deeb-4b63-adea-48af495a8537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-subnet"}]} 2018-12-03 16:41:23,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 used request id req-f9402d30-e74e-41fe-99fd-c72eca31b4f8 2018-12-03 16:41:23,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:23,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-80e15c15-37bc-48d5-8375-40e83be74529 Date: Mon, 03 Dec 2018 16:41: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":["e9cddb1e-deeb-4b63-adea-48af495a8537"],"updated_at":"2018-12-03T16:41:18Z","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"33768093baa54bdaa741e741d15ccdd3","id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net"}]} 2018-12-03 16:41:23,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net used request id req-80e15c15-37bc-48d5-8375-40e83be74529 2018-12-03 16:41:23,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:41:23,592 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:41:23,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd40e2b9735331671a9448eab7bbd75b51ca2288" 2018-12-03 16:41:23,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9322030f-d582-495e-8cbe-83ff218b3b4e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3"}, "enabled": true, "id": "33768093baa54bdaa741e741d15ccdd3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj"}} 2018-12-03 16:41:23,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 used request id req-9322030f-d582-495e-8cbe-83ff218b3b4e 2018-12-03 16:41:23,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:23,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-95b3cd68-1cd3-474e-a7b5-bc438a300315 Date: Mon, 03 Dec 2018 16:41:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:41:18Z","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":"33768093baa54bdaa741e741d15ccdd3","id":"e9cddb1e-deeb-4b63-adea-48af495a8537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-subnet"}]} 2018-12-03 16:41:23,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 used request id req-95b3cd68-1cd3-474e-a7b5-bc438a300315 2018-12-03 16:41:23,892 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net 2018-12-03 16:41:23,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" -d '{"port": {"network_id": "132b0b3d-7d3b-48c9-811e-9d1af63f4748", "mac_address": "0a:1b:2c:3d:4e:5f", "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6dport-1", "admin_state_up": true}}' 2018-12-03 16:41:24,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-2d3b47d5-dd62-49cc-937f-8d373f9b5b62 Date: Mon, 03 Dec 2018 16:41:24 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:41:24Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e9cddb1e-deeb-4b63-adea-48af495a8537","ip_address":"10.55.0.12"}],"id":"45cd2ed1-afaf-47e1-9192-94f7bcd5e4f7","security_groups":["514c2679-baef-40b8-ace0-a5f6348b7186"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6dport-1","project_id":"33768093baa54bdaa741e741d15ccdd3","qos_policy_id":null,"admin_state_up":true,"network_id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:24Z","binding:vnic_type":"normal"}} 2018-12-03 16:41:24,869 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-2d3b47d5-dd62-49cc-937f-8d373f9b5b62 2018-12-03 16:41:24,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:25,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-73790e37-fd70-42f7-8a8e-455946949152 Date: Mon, 03 Dec 2018 16:41: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":["e9cddb1e-deeb-4b63-adea-48af495a8537"],"updated_at":"2018-12-03T16:41:18Z","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"33768093baa54bdaa741e741d15ccdd3","id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net"}]} 2018-12-03 16:41:25,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net used request id req-73790e37-fd70-42f7-8a8e-455946949152 2018-12-03 16:41:25,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:25,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3cad3a2-745a-4381-a0eb-3a0122b26bd8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3"}, "enabled": true, "id": "33768093baa54bdaa741e741d15ccdd3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj"}} 2018-12-03 16:41:25,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 used request id req-c3cad3a2-745a-4381-a0eb-3a0122b26bd8 2018-12-03 16:41:25,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:25,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3e6a77de-4013-4eb5-ad50-d84f827e67fd Date: Mon, 03 Dec 2018 16:41:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:41:18Z","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":"33768093baa54bdaa741e741d15ccdd3","id":"e9cddb1e-deeb-4b63-adea-48af495a8537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-subnet"}]} 2018-12-03 16:41:25,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 used request id req-3e6a77de-4013-4eb5-ad50-d84f827e67fd 2018-12-03 16:41:25,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:25,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 795 X-Openstack-Request-Id: req-7e8d0541-4d85-4c0d-af78-322b624f4341 Date: Mon, 03 Dec 2018 16:41:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:41:24Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e9cddb1e-deeb-4b63-adea-48af495a8537","ip_address":"10.55.0.12"}],"id":"45cd2ed1-afaf-47e1-9192-94f7bcd5e4f7","security_groups":["514c2679-baef-40b8-ace0-a5f6348b7186"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"33768093baa54bdaa741e741d15ccdd3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6dport-1","admin_state_up":true,"network_id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:24Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:41:25,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6dport-1&admin_state_up=True used request id req-7e8d0541-4d85-4c0d-af78-322b624f4341 2018-12-03 16:41:25,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:25,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4488870e-f367-4ce1-9fba-a2e12da40279 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3"}, "enabled": true, "id": "33768093baa54bdaa741e741d15ccdd3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj"}} 2018-12-03 16:41:25,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 used request id req-4488870e-f367-4ce1-9fba-a2e12da40279 2018-12-03 16:41:25,865 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst 2018-12-03 16:41:25,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:25,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3242c97-d369-488d-b841-4c3211f05327 x-compute-request-id: req-f3242c97-d369-488d-b841-4c3211f05327 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b7290b68-210f-4920-a35b-db1a03ca0a48", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-flavor-name"}]} 2018-12-03 16:41:25,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f3242c97-d369-488d-b841-4c3211f05327 2018-12-03 16:41:25,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:25,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-604d2b6f-eeb6-4ca0-9b0a-e60774a925de x-compute-request-id: req-604d2b6f-eeb6-4ca0-9b0a-e60774a925de Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b7290b68-210f-4920-a35b-db1a03ca0a48", "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:41:25,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48 used request id req-604d2b6f-eeb6-4ca0-9b0a-e60774a925de 2018-12-03 16:41:25,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:26,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-e844864a-f4e7-4bd5-8308-b93acb87c4fa Date: Mon, 03 Dec 2018 16:41:26 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:41:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:41:16Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8/snap", "metadata": {}}], "self": "/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "min_disk": 0, "protected": false, "id": "b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "file": "/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "33768093baa54bdaa741e741d15ccdd3", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image"} 2018-12-03 16:41:26,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image used request id req-e844864a-f4e7-4bd5-8308-b93acb87c4fa 2018-12-03 16:41:26,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:26,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0f451983-808c-4941-8e12-f50e59780eb0 Date: Mon, 03 Dec 2018 16:41: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-12-03 16:41:26,245 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-0f451983-808c-4941-8e12-f50e59780eb0 2018-12-03 16:41:26,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" -d '{"server": {"name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst", "imageRef": "b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "flavorRef": "b7290b68-210f-4920-a35b-db1a03ca0a48", "max_count": 1, "min_count": 1, "networks": [{"port": "45cd2ed1-afaf-47e1-9192-94f7bcd5e4f7"}]}}' 2018-12-03 16:41:27,774 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:41:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c2759869-ff6b-4fa6-a360-c80b87babeae x-compute-request-id: req-c2759869-ff6b-4fa6-a360-c80b87babeae Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "bookmark"}], "adminPass": "TNtyrMJ2rcGC"}} 2018-12-03 16:41:27,774 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-c2759869-ff6b-4fa6-a360-c80b87babeae 2018-12-03 16:41:27,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:27,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41: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-932bf085-c8a5-4f45-8edc-4ce26f4a2e8c x-compute-request-id: req-932bf085-c8a5-4f45-8edc-4ce26f4a2e8c 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.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "bookmark"}], "image": {"id": "b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "links": [{"href": "http://172.30.9.30:8774/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7290b68-210f-4920-a35b-db1a03ca0a48", "links": [{"href": "http://172.30.9.30:8774/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48", "rel": "bookmark"}]}, "id": "5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "user_id": "93069f934ad74068bae3e87f7bc5058e", "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-12-03T16:41:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst", "created": "2018-12-03T16:41:27Z", "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:41:27,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 used request id req-932bf085-c8a5-4f45-8edc-4ce26f4a2e8c 2018-12-03 16:41:27,990 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst 2018-12-03 16:41:27,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:28,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d767061-bb23-4220-bed5-e4d5a3faf2d9 x-compute-request-id: req-6d767061-bb23-4220-bed5-e4d5a3faf2d9 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.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "bookmark"}], "image": {"id": "b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "links": [{"href": "http://172.30.9.30:8774/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7290b68-210f-4920-a35b-db1a03ca0a48", "links": [{"href": "http://172.30.9.30:8774/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48", "rel": "bookmark"}]}, "id": "5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "user_id": "93069f934ad74068bae3e87f7bc5058e", "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-12-03T16:41:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst", "created": "2018-12-03T16:41:27Z", "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:41:28,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 used request id req-6d767061-bb23-4220-bed5-e4d5a3faf2d9 2018-12-03 16:41:28,210 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst] is - BUILD 2018-12-03 16:41:28,211 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:41:31,214 - create_instance - DEBUG - VM status query timeout in 896.776655197 2018-12-03 16:41:31,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:31,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b11cccda-ee45-480f-bb20-e162157180ae x-compute-request-id: req-b11cccda-ee45-480f-bb20-e162157180ae 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.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "bookmark"}], "image": {"id": "b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "links": [{"href": "http://172.30.9.30:8774/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7290b68-210f-4920-a35b-db1a03ca0a48", "links": [{"href": "http://172.30.9.30:8774/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48", "rel": "bookmark"}]}, "id": "5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "security_groups": [{"name": "default"}], "user_id": "93069f934ad74068bae3e87f7bc5058e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:41:29Z", "hostId": "513bb7e64deb07e5d7aa4028f559655c87e2edaf90b1499c89c9b281", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst", "created": "2018-12-03T16:41:27Z", "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:41:31,683 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 used request id req-b11cccda-ee45-480f-bb20-e162157180ae 2018-12-03 16:41:31,684 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst] is - BUILD 2018-12-03 16:41:31,684 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:41:34,687 - create_instance - DEBUG - VM status query timeout in 893.303632021 2018-12-03 16:41:34,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:34,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a177a3df-5f18-4d33-9a0c-4e6e694b1d77 x-compute-request-id: req-a177a3df-5f18-4d33-9a0c-4e6e694b1d77 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.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "bookmark"}], "image": {"id": "b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "links": [{"href": "http://172.30.9.30:8774/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7290b68-210f-4920-a35b-db1a03ca0a48", "links": [{"href": "http://172.30.9.30:8774/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48", "rel": "bookmark"}]}, "id": "5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "security_groups": [{"name": "default"}], "user_id": "93069f934ad74068bae3e87f7bc5058e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:41:29Z", "hostId": "513bb7e64deb07e5d7aa4028f559655c87e2edaf90b1499c89c9b281", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst", "created": "2018-12-03T16:41:27Z", "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:41:34,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 used request id req-a177a3df-5f18-4d33-9a0c-4e6e694b1d77 2018-12-03 16:41:34,995 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst] is - BUILD 2018-12-03 16:41:34,995 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:41:37,998 - create_instance - DEBUG - VM status query timeout in 889.992341042 2018-12-03 16:41:38,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:38,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbf2f942-fcd7-42f7-aefa-604f464f1153 x-compute-request-id: req-bbf2f942-fcd7-42f7-aefa-604f464f1153 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-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.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "bookmark"}], "image": {"id": "b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "links": [{"href": "http://172.30.9.30:8774/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:41:35.000000", "flavor": {"id": "b7290b68-210f-4920-a35b-db1a03ca0a48", "links": [{"href": "http://172.30.9.30:8774/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48", "rel": "bookmark"}]}, "id": "5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "security_groups": [{"name": "default"}], "user_id": "93069f934ad74068bae3e87f7bc5058e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:41:35Z", "hostId": "513bb7e64deb07e5d7aa4028f559655c87e2edaf90b1499c89c9b281", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst", "created": "2018-12-03T16:41:27Z", "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:41:38,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 used request id req-bbf2f942-fcd7-42f7-aefa-604f464f1153 2018-12-03 16:41:38,643 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst] is - ACTIVE 2018-12-03 16:41:38,643 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:41:38,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:39,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a186230-6fb7-4894-b8e0-a6eaf0857397 x-compute-request-id: req-7a186230-6fb7-4894-b8e0-a6eaf0857397 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-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.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "bookmark"}], "image": {"id": "b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "links": [{"href": "http://172.30.9.30:8774/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:41:35.000000", "flavor": {"id": "b7290b68-210f-4920-a35b-db1a03ca0a48", "links": [{"href": "http://172.30.9.30:8774/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48", "rel": "bookmark"}]}, "id": "5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "security_groups": [{"name": "default"}], "user_id": "93069f934ad74068bae3e87f7bc5058e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:41:35Z", "hostId": "513bb7e64deb07e5d7aa4028f559655c87e2edaf90b1499c89c9b281", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst", "created": "2018-12-03T16:41:27Z", "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:41:39,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 used request id req-7a186230-6fb7-4894-b8e0-a6eaf0857397 2018-12-03 16:41:39,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:39,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-debb6f71-cac8-46e8-92a3-177d4b883cf9 Date: Mon, 03 Dec 2018 16:41: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":["e9cddb1e-deeb-4b63-adea-48af495a8537"],"updated_at":"2018-12-03T16:41:18Z","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"33768093baa54bdaa741e741d15ccdd3","id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net"}]} 2018-12-03 16:41:39,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net used request id req-debb6f71-cac8-46e8-92a3-177d4b883cf9 2018-12-03 16:41:39,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:39,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a1af49c-5ed8-4444-8862-0a65da6e729c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3"}, "enabled": true, "id": "33768093baa54bdaa741e741d15ccdd3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj"}} 2018-12-03 16:41:39,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 used request id req-5a1af49c-5ed8-4444-8862-0a65da6e729c 2018-12-03 16:41:39,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:39,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-de846e67-7095-40d3-8fbe-8aaf650af3c4 Date: Mon, 03 Dec 2018 16:41:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:41:18Z","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":"33768093baa54bdaa741e741d15ccdd3","id":"e9cddb1e-deeb-4b63-adea-48af495a8537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-subnet"}]} 2018-12-03 16:41:39,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 used request id req-de846e67-7095-40d3-8fbe-8aaf650af3c4 2018-12-03 16:41:39,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:39,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3122 X-Openstack-Request-Id: req-29edb0d0-ea75-4a75-b24c-15ff5d8c36f1 Date: Mon, 03 Dec 2018 16:41:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:41:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e9cddb1e-deeb-4b63-adea-48af495a8537","ip_address":"10.55.0.4"}],"id":"03a3c414-92c6-42b1-8ca4-ac277b02019e","security_groups":[],"mac_address":"fa:16:3e:e3:bc:5b","project_id":"33768093baa54bdaa741e741d15ccdd3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-132b0b3d-7d3b-48c9-811e-9d1af63f4748"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:41:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e9cddb1e-deeb-4b63-adea-48af495a8537","ip_address":"10.55.0.2"}],"id":"37199690-ed1e-4550-8ae5-0115773d505a","security_groups":[],"mac_address":"fa:16:3e:43:80:92","project_id":"33768093baa54bdaa741e741d15ccdd3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-132b0b3d-7d3b-48c9-811e-9d1af63f4748"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:41:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e9cddb1e-deeb-4b63-adea-48af495a8537","ip_address":"10.55.0.12"}],"id":"45cd2ed1-afaf-47e1-9192-94f7bcd5e4f7","security_groups":["514c2679-baef-40b8-ace0-a5f6348b7186"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"33768093baa54bdaa741e741d15ccdd3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6dport-1","admin_state_up":true,"network_id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:24Z","binding:vnic_type":"normal","device_id":"5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:41:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e9cddb1e-deeb-4b63-adea-48af495a8537","ip_address":"10.55.0.3"}],"id":"479b820d-77d2-4bf1-a8f2-0c106183cb45","security_groups":[],"mac_address":"fa:16:3e:99:65:3e","project_id":"33768093baa54bdaa741e741d15ccdd3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"132b0b3d-7d3b-48c9-811e-9d1af63f4748","tenant_id":"33768093baa54bdaa741e741d15ccdd3","created_at":"2018-12-03T16:41:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-132b0b3d-7d3b-48c9-811e-9d1af63f4748"}]} 2018-12-03 16:41:39,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=132b0b3d-7d3b-48c9-811e-9d1af63f4748 used request id req-29edb0d0-ea75-4a75-b24c-15ff5d8c36f1 2018-12-03 16:41:39,936 - create_instance - INFO - Deleting Port with ID - 45cd2ed1-afaf-47e1-9192-94f7bcd5e4f7 2018-12-03 16:41:39,936 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6dport-1 2018-12-03 16:41:39,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/45cd2ed1-afaf-47e1-9192-94f7bcd5e4f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:40,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6094fa45-dca3-4965-94e0-886e955ab46e Date: Mon, 03 Dec 2018 16:41:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:41:40,651 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/45cd2ed1-afaf-47e1-9192-94f7bcd5e4f7 used request id req-6094fa45-dca3-4965-94e0-886e955ab46e 2018-12-03 16:41:40,651 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst 2018-12-03 16:41:40,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:40,800 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:41:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5991536c-8c80-435b-a02d-ed10455d9921 x-compute-request-id: req-5991536c-8c80-435b-a02d-ed10455d9921 Content-Type: application/json 2018-12-03 16:41:40,801 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 used request id req-5991536c-8c80-435b-a02d-ed10455d9921 2018-12-03 16:41:40,801 - create_instance - INFO - Checking deletion status 2018-12-03 16:41:40,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:41,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4fe67ce-f45c-4b86-9549-12777d20aaaa x-compute-request-id: req-c4fe67ce-f45c-4b86-9549-12777d20aaaa Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-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.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "bookmark"}], "image": {"id": "b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "links": [{"href": "http://172.30.9.30:8774/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:41:35.000000", "flavor": {"id": "b7290b68-210f-4920-a35b-db1a03ca0a48", "links": [{"href": "http://172.30.9.30:8774/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48", "rel": "bookmark"}]}, "id": "5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "user_id": "93069f934ad74068bae3e87f7bc5058e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:41:40Z", "hostId": "513bb7e64deb07e5d7aa4028f559655c87e2edaf90b1499c89c9b281", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst", "created": "2018-12-03T16:41:27Z", "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:41:41,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 used request id req-c4fe67ce-f45c-4b86-9549-12777d20aaaa 2018-12-03 16:41:41,291 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst] is - ACTIVE 2018-12-03 16:41:41,291 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:41:44,295 - create_instance - DEBUG - VM status query timeout in 296.506651878 2018-12-03 16:41:44,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:44,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4039c9b9-a047-46a4-9d44-402da90b1c6d x-compute-request-id: req-4039c9b9-a047-46a4-9d44-402da90b1c6d 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.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "rel": "bookmark"}], "image": {"id": "b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "links": [{"href": "http://172.30.9.30:8774/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:41:35.000000", "flavor": {"id": "b7290b68-210f-4920-a35b-db1a03ca0a48", "links": [{"href": "http://172.30.9.30:8774/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48", "rel": "bookmark"}]}, "id": "5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405", "user_id": "93069f934ad74068bae3e87f7bc5058e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:41:40Z", "hostId": "513bb7e64deb07e5d7aa4028f559655c87e2edaf90b1499c89c9b281", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst", "created": "2018-12-03T16:41:27Z", "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:41:44,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 used request id req-4039c9b9-a047-46a4-9d44-402da90b1c6d 2018-12-03 16:41:44,695 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst] is - ACTIVE 2018-12-03 16:41:44,695 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:41:47,698 - create_instance - DEBUG - VM status query timeout in 293.102730989 2018-12-03 16:41:47,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559e280395a552a1e798ed60ca5ff5da4dff1b07" 2018-12-03 16:41:47,747 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:41:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6b3e74e8-aa29-4d67-afd6-2ed405c68a29 x-compute-request-id: req-6b3e74e8-aa29-4d67-afd6-2ed405c68a29 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 could not be found.", "code": 404}} 2018-12-03 16:41:47,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 used request id req-6b3e74e8-aa29-4d67-afd6-2ed405c68a29 2018-12-03 16:41:47,747 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5c3a32eb-c0a8-464c-bf2e-b9dbcc5a1405 could not be found. (HTTP 404) (Request-ID: req-6b3e74e8-aa29-4d67-afd6-2ed405c68a29) 2018-12-03 16:41:47,747 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-inst 2018-12-03 16:41:47,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c82130e6805fe4239d7062d916af3f0ea73e8e" 2018-12-03 16:41:47,789 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:41:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cabd545e-3382-499a-bafc-51cc7c00e2d6 x-compute-request-id: req-cabd545e-3382-499a-bafc-51cc7c00e2d6 Content-Length: 0 Content-Type: application/json 2018-12-03 16:41:47,789 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/b7290b68-210f-4920-a35b-db1a03ca0a48 used request id req-cabd545e-3382-499a-bafc-51cc7c00e2d6 2018-12-03 16:41:47,790 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-subnet 2018-12-03 16:41:47,790 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-subnet 2018-12-03 16:41:47,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/e9cddb1e-deeb-4b63-adea-48af495a8537 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b9dd8302fd58c332f0b10f768b325966b3eaff" 2018-12-03 16:41:50,110 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3cc0589-8fc0-465c-af32-7ff8e6f92da6 Date: Mon, 03 Dec 2018 16:41:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:41:50,110 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/e9cddb1e-deeb-4b63-adea-48af495a8537 used request id req-b3cc0589-8fc0-465c-af32-7ff8e6f92da6 2018-12-03 16:41:50,110 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-pub-net 2018-12-03 16:41:50,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/132b0b3d-7d3b-48c9-811e-9d1af63f4748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b9dd8302fd58c332f0b10f768b325966b3eaff" 2018-12-03 16:41:51,453 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6f994080-610c-4935-ab61-8e799484bec0 Date: Mon, 03 Dec 2018 16:41:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:41:51,453 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/132b0b3d-7d3b-48c9-811e-9d1af63f4748 used request id req-6f994080-610c-4935-ab61-8e799484bec0 2018-12-03 16:41:51,453 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-28c49568-b24b-4294-b440-eaca6855ed6d-image 2018-12-03 16:41:51,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df22a010a9b562972e2a611464a3ce2f94cfb23a" 2018-12-03 16:41:53,398 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-979c0f7d-04a0-4cbf-a158-e3738b7cb2ed Date: Mon, 03 Dec 2018 16:41:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:41:53,398 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/b4ce2581-d5e1-4f88-8be6-fb97ffbec6c8 used request id req-979c0f7d-04a0-4cbf-a158-e3738b7cb2ed 2018-12-03 16:41:53,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:53,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c806084c-2bb7-4221-804c-553a2cc7b2c2 Date: Mon, 03 Dec 2018 16:41:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "created_at": "2018-12-03T16:41:17Z", "updated_at": "2018-12-03T16:41:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:41:17Z", "revision_number": 0, "id": "ac2211ff-3f67-46f7-bacb-b31f8bf9b4b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:41:17Z", "security_group_id": "514c2679-baef-40b8-ace0-a5f6348b7186", "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "port_range_min": null, "ethertype": "IPv4", "project_id": "33768093baa54bdaa741e741d15ccdd3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:41:17Z", "revision_number": 0, "id": "e7563a1f-7f52-411c-a2f6-075f1e90264b", "remote_group_id": "514c2679-baef-40b8-ace0-a5f6348b7186", "remote_ip_prefix": null, "created_at": "2018-12-03T16:41:17Z", "security_group_id": "514c2679-baef-40b8-ace0-a5f6348b7186", "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "port_range_min": null, "ethertype": "IPv6", "project_id": "33768093baa54bdaa741e741d15ccdd3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:41:17Z", "revision_number": 0, "id": "f41f9c11-21c7-4b2f-986c-b67ce95b0023", "remote_group_id": "514c2679-baef-40b8-ace0-a5f6348b7186", "remote_ip_prefix": null, "created_at": "2018-12-03T16:41:17Z", "security_group_id": "514c2679-baef-40b8-ace0-a5f6348b7186", "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "port_range_min": null, "ethertype": "IPv4", "project_id": "33768093baa54bdaa741e741d15ccdd3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:41:17Z", "revision_number": 0, "id": "f5389e4e-a628-415f-bbdf-570076c67958", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:41:17Z", "security_group_id": "514c2679-baef-40b8-ace0-a5f6348b7186", "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "port_range_min": null, "ethertype": "IPv6", "project_id": "33768093baa54bdaa741e741d15ccdd3"}], "revision_number": 4, "project_id": "33768093baa54bdaa741e741d15ccdd3", "id": "514c2679-baef-40b8-ace0-a5f6348b7186", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:41:53,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-c806084c-2bb7-4221-804c-553a2cc7b2c2 2018-12-03 16:41:53,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:53,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83c49790-c383-492d-b53d-eebe5820395e Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:41:53,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-83c49790-c383-492d-b53d-eebe5820395e 2018-12-03 16:41:53,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:53,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaae640f-5bd0-4d73-8aec-e04516d01ad5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:41:53,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-eaae640f-5bd0-4d73-8aec-e04516d01ad5 2018-12-03 16:41:53,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:53,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68f6e486-f59e-47db-8865-f9e4d46383cc Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3"}, "enabled": true, "id": "33768093baa54bdaa741e741d15ccdd3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-643e3e79-5161-41e-proj"}} 2018-12-03 16:41:53,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 used request id req-68f6e486-f59e-47db-8865-f9e4d46383cc 2018-12-03 16:41:53,976 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 514c2679-baef-40b8-ace0-a5f6348b7186 2018-12-03 16:41:53,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=514c2679-baef-40b8-ace0-a5f6348b7186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:54,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ad938f49-4040-4f17-958d-14d5491235b5 Date: Mon, 03 Dec 2018 16:41:54 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-12-03T16:41:17Z", "security_group_id": "514c2679-baef-40b8-ace0-a5f6348b7186", "port_range_min": null, "revision_number": 0, "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "created_at": "2018-12-03T16:41:17Z", "project_id": "33768093baa54bdaa741e741d15ccdd3", "id": "ac2211ff-3f67-46f7-bacb-b31f8bf9b4b9"}, {"remote_group_id": "514c2679-baef-40b8-ace0-a5f6348b7186", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:41:17Z", "security_group_id": "514c2679-baef-40b8-ace0-a5f6348b7186", "port_range_min": null, "revision_number": 0, "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "created_at": "2018-12-03T16:41:17Z", "project_id": "33768093baa54bdaa741e741d15ccdd3", "id": "e7563a1f-7f52-411c-a2f6-075f1e90264b"}, {"remote_group_id": "514c2679-baef-40b8-ace0-a5f6348b7186", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:41:17Z", "security_group_id": "514c2679-baef-40b8-ace0-a5f6348b7186", "port_range_min": null, "revision_number": 0, "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "created_at": "2018-12-03T16:41:17Z", "project_id": "33768093baa54bdaa741e741d15ccdd3", "id": "f41f9c11-21c7-4b2f-986c-b67ce95b0023"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:41:17Z", "security_group_id": "514c2679-baef-40b8-ace0-a5f6348b7186", "port_range_min": null, "revision_number": 0, "tenant_id": "33768093baa54bdaa741e741d15ccdd3", "created_at": "2018-12-03T16:41:17Z", "project_id": "33768093baa54bdaa741e741d15ccdd3", "id": "f5389e4e-a628-415f-bbdf-570076c67958"}]} 2018-12-03 16:41:54,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=514c2679-baef-40b8-ace0-a5f6348b7186 used request id req-ad938f49-4040-4f17-958d-14d5491235b5 2018-12-03 16:41:54,145 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:41:54,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/514c2679-baef-40b8-ace0-a5f6348b7186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:54,482 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d645c94-a4bb-40b9-8288-06582e789d1e Content-Length: 0 Date: Mon, 03 Dec 2018 16:41:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:41:54,483 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/514c2679-baef-40b8-ace0-a5f6348b7186 used request id req-2d645c94-a4bb-40b9-8288-06582e789d1e 2018-12-03 16:41:54,483 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-643e3e79-5161-41e-proj 2018-12-03 16:41:54,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:54,771 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:41:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11fd8a0c-d39a-42cc-a63c-42d064937a32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:41:54,772 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/33768093baa54bdaa741e741d15ccdd3 used request id req-11fd8a0c-d39a-42cc-a63c-42d064937a32 2018-12-03 16:41:54,772 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-643e3e79-5161-41e-proj-role 2018-12-03 16:41:54,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/d70a25c70e5f41049ad6f546ec4fd6c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:54,888 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:41:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57617c2e-a650-4da2-a63e-422b7f39a600 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:41:54,889 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/d70a25c70e5f41049ad6f546ec4fd6c8 used request id req-57617c2e-a650-4da2-a63e-422b7f39a600 2018-12-03 16:41:54,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5d4b28340423fb35bc4681b91356132c6520747" 2018-12-03 16:41:54,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c509e61-04eb-43b4-b3a1-01cca33b01b7 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:41:54,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9c509e61-04eb-43b4-b3a1-01cca33b01b7 2018-12-03 16:41:54,985 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-643e3e79-5161-41e-user 2018-12-03 16:41:54,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/93069f934ad74068bae3e87f7bc5058e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c135f60ebe4381c5e4e55206309f8b76cd84358" 2018-12-03 16:41:55,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:41:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae12906c-98b4-4736-bace-8ef5e2a0e208 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:41:55,241 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/93069f934ad74068bae3e87f7bc5058e used request id req-ae12906c-98b4-4736-bace-8ef5e2a0e208 2018-12-03 16:41:55,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:41:55,637 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:41:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Y50nGky9SF2Ex3P586SEAg"], "issued_at": "2018-12-03T16:41:55.000000Z"}} 2018-12-03 16:41:55,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b674a5f6f0b716481d31a038b555e0cbf99993a" 2018-12-03 16:41:55,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43432ee1-206b-4800-9869-57726bd0f4a5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:41:55,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-43432ee1-206b-4800-9869-57726bd0f4a5 2018-12-03 16:41:55,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:41:55,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:41:56,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:41:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["HF7Yi9HDQtOEyGhCn3JPkg"], "issued_at": "2018-12-03T16:41:56.000000Z"}} 2018-12-03 16:41:56,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:41:56,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38ea150b-5813-4c85-b213-a894d33de938 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:41:56,366 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-38ea150b-5813-4c85-b213-a894d33de938 2018-12-03 16:41:56,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:41:56,376 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:41:56,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:41:56,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5e63c38-28cf-49c3-8990-8a3a51ea349e Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:41:56,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj used request id req-f5e63c38-28cf-49c3-8990-8a3a51ea349e 2018-12-03 16:41:56,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:41:56,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c7e033-e8a1-468f-999b-2b4a44c7225d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:41:56,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-18c7e033-e8a1-468f-999b-2b4a44c7225d 2018-12-03 16:41:56,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj"}}' 2018-12-03 16:41:56,685 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:41:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2be78122-026f-4edb-8a5c-76499567749e Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077"}, "enabled": true, "id": "d22428387dc5411e9c6c87c8d2a87077", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj"}} 2018-12-03 16:41:56,685 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-2be78122-026f-4edb-8a5c-76499567749e 2018-12-03 16:41:56,686 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj 2018-12-03 16:41:56,686 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:41:56,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:41:57,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:41:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["WogczmEdSBig36lSXg9v9Q"], "issued_at": "2018-12-03T16:41:57.000000Z"}} 2018-12-03 16:41:57,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e1a45996c56ec22d0766c44edf8b8f2863ba9" 2018-12-03 16:41:57,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3d6b165-ec99-4b7e-8a4e-c7de772f82d6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:41:57,144 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f3d6b165-ec99-4b7e-8a4e-c7de772f82d6 2018-12-03 16:41:57,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:41:57,154 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:41:57,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e1a45996c56ec22d0766c44edf8b8f2863ba9" 2018-12-03 16:41:57,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74b482e5-8a2a-4555-8f24-8ff4dde8348b Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:41:57,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-74b482e5-8a2a-4555-8f24-8ff4dde8348b 2018-12-03 16:41:57,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e1a45996c56ec22d0766c44edf8b8f2863ba9" 2018-12-03 16:41:57,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-913698a0-8fe0-4324-94fe-576209db40fa Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077"}, "enabled": true, "id": "d22428387dc5411e9c6c87c8d2a87077", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj"}]} 2018-12-03 16:41:57,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj used request id req-913698a0-8fe0-4324-94fe-576209db40fa 2018-12-03 16:41:57,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e1a45996c56ec22d0766c44edf8b8f2863ba9" 2018-12-03 16:41:57,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce1c09b2-8338-4adc-b903-4cf018e715f6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:41:57,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-ce1c09b2-8338-4adc-b903-4cf018e715f6 2018-12-03 16:41:57,745 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-user 2018-12-03 16:41:57,746 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:41:57,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:41:57,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de63462f-ce5f-4d65-9936-c1772e92697f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:41:57,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-de63462f-ce5f-4d65-9936-c1772e92697f 2018-12-03 16:41:57,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" -d '{"role": {"name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj-role"}}' 2018-12-03 16:41:57,966 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:41:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb2c933f-74f3-4161-9b48-b5497d773e4a Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0b7783bb16424f838aad3712d8265cd8", "links": {"self": "http://172.30.9.30:5000/v3/roles/0b7783bb16424f838aad3712d8265cd8"}, "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj-role"}} 2018-12-03 16:41:57,967 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-cb2c933f-74f3-4161-9b48-b5497d773e4a 2018-12-03 16:41:57,967 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj-role 2018-12-03 16:41:57,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/0b7783bb16424f838aad3712d8265cd8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:41:58,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1015c802-1c67-4f62-83a5-7b29b0fd5a06 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/0b7783bb16424f838aad3712d8265cd8"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj-role", "id": "0b7783bb16424f838aad3712d8265cd8"}} 2018-12-03 16:41:58,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/0b7783bb16424f838aad3712d8265cd8 used request id req-1015c802-1c67-4f62-83a5-7b29b0fd5a06 2018-12-03 16:41:58,122 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj-role to project CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj 2018-12-03 16:41:58,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077/users/2c71792b0b4d4387b779c38d1eb8c688/roles/0b7783bb16424f838aad3712d8265cd8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:41:58,251 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:41:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6601c605-3991-4877-88c9-46a676c79455 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:41:58,251 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077/users/2c71792b0b4d4387b779c38d1eb8c688/roles/0b7783bb16424f838aad3712d8265cd8 used request id req-6601c605-3991-4877-88c9-46a676c79455 2018-12-03 16:41:58,252 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:41:58,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:41:58,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:41:58,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b7783bb16424f838aad3712d8265cd8", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj-role"}], "expires_at": "2018-12-03T17:41:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d22428387dc5411e9c6c87c8d2a87077", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-user", "id": "2c71792b0b4d4387b779c38d1eb8c688"}, "audit_ids": ["3n2xqgapSuSl-RYR087EdA"], "issued_at": "2018-12-03T16:41:58.000000Z"}} 2018-12-03 16:41:58,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3280f474d61d06e4e7f7b917bdb7d3abb09d83c" 2018-12-03 16:41:58,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:41:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4d65a92-c52f-4baf-87dc-24c43c425382 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:41:58,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b4d65a92-c52f-4baf-87dc-24c43c425382 2018-12-03 16:41:58,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d3280f474d61d06e4e7f7b917bdb7d3abb09d83c" 2018-12-03 16:41:58,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-d2c0a31d-aabe-4f9e-9a74-b66f6bc15949 Date: Mon, 03 Dec 2018 16:41:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image"} 2018-12-03 16:41:58,939 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image used request id req-d2c0a31d-aabe-4f9e-9a74-b66f6bc15949 2018-12-03 16:41:58,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d3280f474d61d06e4e7f7b917bdb7d3abb09d83c" 2018-12-03 16:41:59,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cf42c7c8-bfc4-4986-aa08-e0ebc59ced82 Date: Mon, 03 Dec 2018 16:41: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-12-03 16:41:59,087 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-cf42c7c8-bfc4-4986-aa08-e0ebc59ced82 2018-12-03 16:41:59,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d3280f474d61d06e4e7f7b917bdb7d3abb09d83c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image"}' 2018-12-03 16:41:59,298 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9 X-Openstack-Request-Id: req-3a5ab300-9789-40c8-9535-c359d8547512 Date: Mon, 03 Dec 2018 16:41:59 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:41:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:41:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9", "min_disk": 0, "protected": false, "id": "1781a119-87b5-4c3a-b77e-4e7db014a0e9", "file": "/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9/file", "checksum": null, "owner": "d22428387dc5411e9c6c87c8d2a87077", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:41:59,298 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-3a5ab300-9789-40c8-9535-c359d8547512 2018-12-03 16:41:59,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d3280f474d61d06e4e7f7b917bdb7d3abb09d83c" -d '' 2018-12-03 16:42:01,218 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-07a71653-0b75-4779-bd0c-a24746d2f629 Date: Mon, 03 Dec 2018 16:42:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:42:01,218 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9/file used request id req-07a71653-0b75-4779-bd0c-a24746d2f629 2018-12-03 16:42:01,219 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:42:01,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d3280f474d61d06e4e7f7b917bdb7d3abb09d83c" 2018-12-03 16:42:01,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-6c4dd054-30d3-46d8-b943-098b156b31ff Date: Mon, 03 Dec 2018 16:42:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:41:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:42:01Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9/snap", "metadata": {}}], "self": "/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9", "min_disk": 0, "protected": false, "id": "1781a119-87b5-4c3a-b77e-4e7db014a0e9", "file": "/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d22428387dc5411e9c6c87c8d2a87077", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:42:01,389 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9 used request id req-6c4dd054-30d3-46d8-b943-098b156b31ff 2018-12-03 16:42:01,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d3280f474d61d06e4e7f7b917bdb7d3abb09d83c" 2018-12-03 16:42:01,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c5714858-c5f4-4a28-be3c-ba98232d3cc6 Date: Mon, 03 Dec 2018 16:42: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-12-03 16:42:01,555 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c5714858-c5f4-4a28-be3c-ba98232d3cc6 2018-12-03 16:42:01,558 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image 2018-12-03 16:42:01,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d3280f474d61d06e4e7f7b917bdb7d3abb09d83c" 2018-12-03 16:42:01,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-e0a0a1db-f2ed-492e-91ce-ae8695d67d35 Date: Mon, 03 Dec 2018 16:42:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:41:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:42:01Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9/snap", "metadata": {}}], "self": "/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9", "min_disk": 0, "protected": false, "id": "1781a119-87b5-4c3a-b77e-4e7db014a0e9", "file": "/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d22428387dc5411e9c6c87c8d2a87077", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:42:01,741 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9 used request id req-e0a0a1db-f2ed-492e-91ce-ae8695d67d35 2018-12-03 16:42:01,741 - create_image - DEBUG - Instance status is - active 2018-12-03 16:42:01,741 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image 2018-12-03 16:42:01,741 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image 2018-12-03 16:42:01,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:42:01,743 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:42:02,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b7783bb16424f838aad3712d8265cd8", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj-role"}], "expires_at": "2018-12-03T17:42:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d22428387dc5411e9c6c87c8d2a87077", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-user", "id": "2c71792b0b4d4387b779c38d1eb8c688"}, "audit_ids": ["m6eRWqjLTOKSwU1LosJ6UQ"], "issued_at": "2018-12-03T16:42:02.000000Z"}} 2018-12-03 16:42:02,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b54d621085f0674bb1b6b8424f6fa1e029f422" 2018-12-03 16:42:02,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ae5a415-3c73-4d25-8445-677c64ed8484 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:02,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6ae5a415-3c73-4d25-8445-677c64ed8484 2018-12-03 16:42:02,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b54d621085f0674bb1b6b8424f6fa1e029f422" 2018-12-03 16:42:02,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-017e7305-57ce-43cd-b618-bb008bdfdc30 Date: Mon, 03 Dec 2018 16:42:02 GMT RESP BODY: {"networks":[]} 2018-12-03 16:42:02,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net used request id req-017e7305-57ce-43cd-b618-bb008bdfdc30 2018-12-03 16:42:02,365 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net 2018-12-03 16:42:02,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b54d621085f0674bb1b6b8424f6fa1e029f422" -d '{"network": {"name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net", "admin_state_up": true}}' 2018-12-03 16:42:02,959 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-b812d355-c234-402f-b91b-cf34d89b065f Date: Mon, 03 Dec 2018 16:42:02 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d22428387dc5411e9c6c87c8d2a87077","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:42:02Z","is_default":false,"name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:02Z","mtu":1450}} 2018-12-03 16:42:02,959 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-b812d355-c234-402f-b91b-cf34d89b065f 2018-12-03 16:42:02,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=91dc8010-ca6d-4c1a-92ae-1485fc442254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b54d621085f0674bb1b6b8424f6fa1e029f422" 2018-12-03 16:42:03,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-51412c45-f63a-47b3-a3a4-0b0ae28b4ea7 Date: Mon, 03 Dec 2018 16:42: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-12-03T16:42:02Z","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d22428387dc5411e9c6c87c8d2a87077","id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net"}]} 2018-12-03 16:42:03,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=91dc8010-ca6d-4c1a-92ae-1485fc442254 used request id req-51412c45-f63a-47b3-a3a4-0b0ae28b4ea7 2018-12-03 16:42:03,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b54d621085f0674bb1b6b8424f6fa1e029f422" 2018-12-03 16:42:03,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a53dea58-8396-45cd-9108-3c088c23ae4e Date: Mon, 03 Dec 2018 16:42:03 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:42:03,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 used request id req-a53dea58-8396-45cd-9108-3c088c23ae4e 2018-12-03 16:42:03,385 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet 2018-12-03 16:42:03,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b54d621085f0674bb1b6b8424f6fa1e029f422" -d '{"subnets": [{"ip_version": 4, "network_id": "91dc8010-ca6d-4c1a-92ae-1485fc442254", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet"}]}' 2018-12-03 16:42:04,192 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8f069987-ca1d-464f-9a05-4566b2f0a420 Date: Mon, 03 Dec 2018 16:42:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:03Z","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":"d22428387dc5411e9c6c87c8d2a87077","id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet"}]} 2018-12-03 16:42:04,192 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-8f069987-ca1d-464f-9a05-4566b2f0a420 2018-12-03 16:42:04,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=91dc8010-ca6d-4c1a-92ae-1485fc442254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b54d621085f0674bb1b6b8424f6fa1e029f422" 2018-12-03 16:42:04,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-07ce745a-a21d-4f93-8d54-5c3feafe1c75 Date: Mon, 03 Dec 2018 16:42: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":["8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4"],"updated_at":"2018-12-03T16:42:03Z","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22428387dc5411e9c6c87c8d2a87077","id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net"}]} 2018-12-03 16:42:04,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=91dc8010-ca6d-4c1a-92ae-1485fc442254 used request id req-07ce745a-a21d-4f93-8d54-5c3feafe1c75 2018-12-03 16:42:04,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b54d621085f0674bb1b6b8424f6fa1e029f422" 2018-12-03 16:42:04,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a22ed325-277e-4ef3-99a6-78ea5d606d3e Date: Mon, 03 Dec 2018 16:42:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:03Z","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":"d22428387dc5411e9c6c87c8d2a87077","id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet"}]} 2018-12-03 16:42:04,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 used request id req-a22ed325-277e-4ef3-99a6-78ea5d606d3e 2018-12-03 16:42:04,654 - OpenStackNetwork - DEBUG - Network [91dc8010-ca6d-4c1a-92ae-1485fc442254] created successfully 2018-12-03 16:42:04,654 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:42:04,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:42:05,027 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:42:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["p_sxQ4YhTlGRDiQZTI6dew"], "issued_at": "2018-12-03T16:42:05.000000Z"}} 2018-12-03 16:42:05,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002b5a0d5806ff889a53b37e7694a7fd3d1f9660" 2018-12-03 16:42:05,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d006bf3-2346-4865-bda2-ec3d0359d07a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:05,134 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0d006bf3-2346-4865-bda2-ec3d0359d07a 2018-12-03 16:42:05,136 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:42:05,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002b5a0d5806ff889a53b37e7694a7fd3d1f9660" 2018-12-03 16:42:05,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-44f54051-3f50-4a2f-9ff5-866bfb8996d9 x-compute-request-id: req-44f54051-3f50-4a2f-9ff5-866bfb8996d9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:42:05,317 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-44f54051-3f50-4a2f-9ff5-866bfb8996d9 2018-12-03 16:42:05,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002b5a0d5806ff889a53b37e7694a7fd3d1f9660" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-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-12-03 16:42:05,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-934096ac-fbd4-4d21-b9a8-070e36a638e6 x-compute-request-id: req-934096ac-fbd4-4d21-b9a8-070e36a638e6 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b5b04a28-f35d-4417-abd3-1758118d1ef4", "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:42:05,380 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-934096ac-fbd4-4d21-b9a8-070e36a638e6 2018-12-03 16:42:05,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:42:05,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:42:05,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b7783bb16424f838aad3712d8265cd8", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj-role"}], "expires_at": "2018-12-03T17:42:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d22428387dc5411e9c6c87c8d2a87077", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-user", "id": "2c71792b0b4d4387b779c38d1eb8c688"}, "audit_ids": ["t00bkhwqSTqdzlZW2E3AnA"], "issued_at": "2018-12-03T16:42:05.000000Z"}} 2018-12-03 16:42:05,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:05,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f948a21a-aecb-4099-9993-c5c5232ac4bf Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:05,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f948a21a-aecb-4099-9993-c5c5232ac4bf 2018-12-03 16:42:05,835 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:42:05,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:05,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ecaf059-8fc4-4152-b4db-be30c5f84efc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:05,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1ecaf059-8fc4-4152-b4db-be30c5f84efc 2018-12-03 16:42:05,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:06,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-205e23c5-410e-4c07-b230-0943b80d601b Date: Mon, 03 Dec 2018 16:42: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":["8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4"],"updated_at":"2018-12-03T16:42:03Z","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22428387dc5411e9c6c87c8d2a87077","id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net"}]} 2018-12-03 16:42:06,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net used request id req-205e23c5-410e-4c07-b230-0943b80d601b 2018-12-03 16:42:06,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:42:06,181 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:42: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:42:06,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:06,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f6885ae-88e9-4643-9f2c-57666f705856 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077"}, "enabled": true, "id": "d22428387dc5411e9c6c87c8d2a87077", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj"}} 2018-12-03 16:42:06,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 used request id req-0f6885ae-88e9-4643-9f2c-57666f705856 2018-12-03 16:42:06,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:06,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7abf7652-ba6a-4ffa-99fa-1f99cd180731 Date: Mon, 03 Dec 2018 16:42:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:03Z","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":"d22428387dc5411e9c6c87c8d2a87077","id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet"}]} 2018-12-03 16:42:06,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 used request id req-7abf7652-ba6a-4ffa-99fa-1f99cd180731 2018-12-03 16:42:06,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:06,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7aab6e60-f45e-4a68-9646-c2f1a295cbd5 Date: Mon, 03 Dec 2018 16:42:06 GMT RESP BODY: {"ports":[]} 2018-12-03 16:42:06,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317port-1&admin_state_up=True used request id req-7aab6e60-f45e-4a68-9646-c2f1a295cbd5 2018-12-03 16:42:06,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:06,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-0ec9d48f-051a-43ef-a4ed-833c30bf88d0 x-compute-request-id: req-0ec9d48f-051a-43ef-a4ed-833c30bf88d0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:42:06,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst used request id req-0ec9d48f-051a-43ef-a4ed-833c30bf88d0 2018-12-03 16:42:06,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:07,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-5a021590-e188-460d-87af-b66c4c1e897d Date: Mon, 03 Dec 2018 16:42: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":["8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4"],"updated_at":"2018-12-03T16:42:03Z","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22428387dc5411e9c6c87c8d2a87077","id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net"}]} 2018-12-03 16:42:07,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net used request id req-5a021590-e188-460d-87af-b66c4c1e897d 2018-12-03 16:42:07,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:07,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed441ba1-77f3-4101-a566-038f512d047a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077"}, "enabled": true, "id": "d22428387dc5411e9c6c87c8d2a87077", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj"}} 2018-12-03 16:42:07,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 used request id req-ed441ba1-77f3-4101-a566-038f512d047a 2018-12-03 16:42:07,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:07,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b22b91d9-e1bb-4717-8517-f48ed5ad1605 Date: Mon, 03 Dec 2018 16:42:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:03Z","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":"d22428387dc5411e9c6c87c8d2a87077","id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet"}]} 2018-12-03 16:42:07,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 used request id req-b22b91d9-e1bb-4717-8517-f48ed5ad1605 2018-12-03 16:42:07,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:07,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b50a5688-ac42-4dfc-9ced-f11047bea390 Date: Mon, 03 Dec 2018 16:42:07 GMT RESP BODY: {"ports":[]} 2018-12-03 16:42:07,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317port-1&admin_state_up=True used request id req-b50a5688-ac42-4dfc-9ced-f11047bea390 2018-12-03 16:42:07,504 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:42:07,505 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:42:07,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b7783bb16424f838aad3712d8265cd8", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj-role"}], "expires_at": "2018-12-03T17:42:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d22428387dc5411e9c6c87c8d2a87077", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/d22428387dc5411e9c6c87c8d2a87077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-user", "id": "2c71792b0b4d4387b779c38d1eb8c688"}, "audit_ids": ["rmmCq4M0Sbi0Tg6WYnaMxg"], "issued_at": "2018-12-03T16:42:07.000000Z"}} 2018-12-03 16:42:07,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27ff78b320b3f6b9a0a182ef3e38b8cadfbd4af0" 2018-12-03 16:42:07,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05ad6ec9-5467-48d2-88af-acbbc28659eb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:07,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-05ad6ec9-5467-48d2-88af-acbbc28659eb 2018-12-03 16:42:07,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:08,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-dd098e56-b902-4d37-b34f-9fb2bc76ec4a Date: Mon, 03 Dec 2018 16:42: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":["8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4"],"updated_at":"2018-12-03T16:42:03Z","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22428387dc5411e9c6c87c8d2a87077","id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net"}]} 2018-12-03 16:42:08,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net used request id req-dd098e56-b902-4d37-b34f-9fb2bc76ec4a 2018-12-03 16:42:08,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:08,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-60964964-ea8e-41bb-8e77-2abc813df4cd Date: Mon, 03 Dec 2018 16:42:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:03Z","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":"d22428387dc5411e9c6c87c8d2a87077","id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet"}]} 2018-12-03 16:42:08,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 used request id req-60964964-ea8e-41bb-8e77-2abc813df4cd 2018-12-03 16:42:08,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:08,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-88fd4296-016a-42b8-9e1c-8198e4dfe0b0 Date: Mon, 03 Dec 2018 16:42: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":["8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4"],"updated_at":"2018-12-03T16:42:03Z","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22428387dc5411e9c6c87c8d2a87077","id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net"}]} 2018-12-03 16:42:08,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net used request id req-88fd4296-016a-42b8-9e1c-8198e4dfe0b0 2018-12-03 16:42:08,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:42:08,643 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:42:08,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27ff78b320b3f6b9a0a182ef3e38b8cadfbd4af0" 2018-12-03 16:42:08,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-610285b5-d18b-4c30-8293-b1bd50b2289b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077"}, "enabled": true, "id": "d22428387dc5411e9c6c87c8d2a87077", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj"}} 2018-12-03 16:42:08,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 used request id req-610285b5-d18b-4c30-8293-b1bd50b2289b 2018-12-03 16:42:08,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:08,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0295e305-83ff-4794-96cf-2a695b530085 Date: Mon, 03 Dec 2018 16:42:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:03Z","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":"d22428387dc5411e9c6c87c8d2a87077","id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet"}]} 2018-12-03 16:42:08,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 used request id req-0295e305-83ff-4794-96cf-2a695b530085 2018-12-03 16:42:08,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:09,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c42180c2-6a7b-4b6a-b987-686a54d9e68a Date: Mon, 03 Dec 2018 16:42:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:03Z","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":"d22428387dc5411e9c6c87c8d2a87077","id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet"}]} 2018-12-03 16:42:09,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet used request id req-c42180c2-6a7b-4b6a-b987-686a54d9e68a 2018-12-03 16:42:09,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:09,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-71ba258d-e912-4100-9fa4-fb89e8b5a28f Date: Mon, 03 Dec 2018 16:42:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:03Z","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":"d22428387dc5411e9c6c87c8d2a87077","id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet"}]} 2018-12-03 16:42:09,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet used request id req-71ba258d-e912-4100-9fa4-fb89e8b5a28f 2018-12-03 16:42:09,199 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net 2018-12-03 16:42:09,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" -d '{"port": {"network_id": "91dc8010-ca6d-4c1a-92ae-1485fc442254", "fixed_ips": [{"subnet_id": "8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4", "ip_address": "10.55.0.101"}, {"subnet_id": "8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4", "ip_address": "10.55.0.102"}], "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317port-1", "admin_state_up": true}}' 2018-12-03 16:42:10,072 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-2169f0e0-4ea6-4dbd-abed-290ef4d9297c Date: Mon, 03 Dec 2018 16:42:10 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:42:09Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","ip_address":"10.55.0.101"},{"subnet_id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","ip_address":"10.55.0.102"}],"id":"e2efa8b7-e715-489e-a329-fd8e2646cdd9","security_groups":["ca415229-7cd2-4d08-b086-603323ae283a"],"mac_address":"fa:16:3e:35:6d:30","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317port-1","project_id":"d22428387dc5411e9c6c87c8d2a87077","qos_policy_id":null,"admin_state_up":true,"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:09Z","binding:vnic_type":"normal"}} 2018-12-03 16:42:10,073 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-2169f0e0-4ea6-4dbd-abed-290ef4d9297c 2018-12-03 16:42:10,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:10,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-bb93aeba-0c99-485b-858a-a135a4e637c8 Date: Mon, 03 Dec 2018 16: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":["8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4"],"updated_at":"2018-12-03T16:42:03Z","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22428387dc5411e9c6c87c8d2a87077","id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net"}]} 2018-12-03 16:42:10,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net used request id req-bb93aeba-0c99-485b-858a-a135a4e637c8 2018-12-03 16:42:10,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:10,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53cf24a6-591c-4869-bfe5-235acf2ac8ce Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077"}, "enabled": true, "id": "d22428387dc5411e9c6c87c8d2a87077", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj"}} 2018-12-03 16:42:10,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 used request id req-53cf24a6-591c-4869-bfe5-235acf2ac8ce 2018-12-03 16:42:10,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:10,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1a260655-f7a9-4ec4-8a8c-2b7ab2ee6eba Date: Mon, 03 Dec 2018 16:42:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:03Z","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":"d22428387dc5411e9c6c87c8d2a87077","id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet"}]} 2018-12-03 16:42:10,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 used request id req-1a260655-f7a9-4ec4-8a8c-2b7ab2ee6eba 2018-12-03 16:42:10,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:10,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-9b2688c7-80e5-447e-b4b0-79f233817cf5 Date: Mon, 03 Dec 2018 16:42:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:42:09Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","ip_address":"10.55.0.101"},{"subnet_id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","ip_address":"10.55.0.102"}],"id":"e2efa8b7-e715-489e-a329-fd8e2646cdd9","security_groups":["ca415229-7cd2-4d08-b086-603323ae283a"],"mac_address":"fa:16:3e:35:6d:30","project_id":"d22428387dc5411e9c6c87c8d2a87077","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317port-1","admin_state_up":true,"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:09Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:42:10,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317port-1&admin_state_up=True used request id req-9b2688c7-80e5-447e-b4b0-79f233817cf5 2018-12-03 16:42:10,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:10,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61b19e6e-70cd-412e-9ee9-eeb824458538 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077"}, "enabled": true, "id": "d22428387dc5411e9c6c87c8d2a87077", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj"}} 2018-12-03 16:42:10,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 used request id req-61b19e6e-70cd-412e-9ee9-eeb824458538 2018-12-03 16:42:10,886 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst 2018-12-03 16:42:10,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:10,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de1ac9ba-86c8-4f28-99e4-9531c113c320 x-compute-request-id: req-de1ac9ba-86c8-4f28-99e4-9531c113c320 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b5b04a28-f35d-4417-abd3-1758118d1ef4", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-flavor-name"}]} 2018-12-03 16:42:10,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-de1ac9ba-86c8-4f28-99e4-9531c113c320 2018-12-03 16:42:10,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:10,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15143731-a12b-443d-9f37-de6f08698eb3 x-compute-request-id: req-15143731-a12b-443d-9f37-de6f08698eb3 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b5b04a28-f35d-4417-abd3-1758118d1ef4", "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:42:10,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4 used request id req-15143731-a12b-443d-9f37-de6f08698eb3 2018-12-03 16:42:10,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:11,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-847600b3-bcac-41af-878e-0e74b3ac5818 Date: Mon, 03 Dec 2018 16:42:11 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:41:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:42:01Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9/snap", "metadata": {}}], "self": "/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9", "min_disk": 0, "protected": false, "id": "1781a119-87b5-4c3a-b77e-4e7db014a0e9", "file": "/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d22428387dc5411e9c6c87c8d2a87077", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image"} 2018-12-03 16:42:11,116 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image used request id req-847600b3-bcac-41af-878e-0e74b3ac5818 2018-12-03 16:42:11,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:11,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ff21d64e-993b-4d22-bbd1-b05310c8631c Date: Mon, 03 Dec 2018 16:42: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-12-03 16:42:11,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-ff21d64e-993b-4d22-bbd1-b05310c8631c 2018-12-03 16:42:11,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" -d '{"server": {"name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst", "imageRef": "1781a119-87b5-4c3a-b77e-4e7db014a0e9", "flavorRef": "b5b04a28-f35d-4417-abd3-1758118d1ef4", "max_count": 1, "min_count": 1, "networks": [{"port": "e2efa8b7-e715-489e-a329-fd8e2646cdd9"}]}}' 2018-12-03 16:42:12,909 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16: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-22d89ee5-cdce-4dc3-b1a5-1b537a20e11f x-compute-request-id: req-22d89ee5-cdce-4dc3-b1a5-1b537a20e11f Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "89c3831c-77b8-4595-bf5a-2b93710bb743", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/89c3831c-77b8-4595-bf5a-2b93710bb743", "rel": "bookmark"}], "adminPass": "7bnU9RTGAQcR"}} 2018-12-03 16:42:12,909 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-22d89ee5-cdce-4dc3-b1a5-1b537a20e11f 2018-12-03 16:42:12,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:13,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b06b36e5-1617-4dd2-a3f0-c151b00ca542 x-compute-request-id: req-b06b36e5-1617-4dd2-a3f0-c151b00ca542 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.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/89c3831c-77b8-4595-bf5a-2b93710bb743", "rel": "bookmark"}], "image": {"id": "1781a119-87b5-4c3a-b77e-4e7db014a0e9", "links": [{"href": "http://172.30.9.30:8774/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b5b04a28-f35d-4417-abd3-1758118d1ef4", "links": [{"href": "http://172.30.9.30:8774/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4", "rel": "bookmark"}]}, "id": "89c3831c-77b8-4595-bf5a-2b93710bb743", "user_id": "2c71792b0b4d4387b779c38d1eb8c688", "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-12-03T16:42:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst", "created": "2018-12-03T16:42:12Z", "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:42:13,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 used request id req-b06b36e5-1617-4dd2-a3f0-c151b00ca542 2018-12-03 16:42:13,278 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst 2018-12-03 16:42:13,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:13,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42: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-81ec2346-9b2f-477e-88d5-519a0733213b x-compute-request-id: req-81ec2346-9b2f-477e-88d5-519a0733213b 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.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/89c3831c-77b8-4595-bf5a-2b93710bb743", "rel": "bookmark"}], "image": {"id": "1781a119-87b5-4c3a-b77e-4e7db014a0e9", "links": [{"href": "http://172.30.9.30:8774/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b5b04a28-f35d-4417-abd3-1758118d1ef4", "links": [{"href": "http://172.30.9.30:8774/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4", "rel": "bookmark"}]}, "id": "89c3831c-77b8-4595-bf5a-2b93710bb743", "user_id": "2c71792b0b4d4387b779c38d1eb8c688", "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-12-03T16:42:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst", "created": "2018-12-03T16:42:12Z", "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:42:13,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 used request id req-81ec2346-9b2f-477e-88d5-519a0733213b 2018-12-03 16:42:13,746 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst] is - BUILD 2018-12-03 16:42:13,746 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:42:16,746 - create_instance - DEBUG - VM status query timeout in 896.531382084 2018-12-03 16:42:16,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:17,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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,Accept-Encoding x-openstack-request-id: req-b9f903e0-da8b-4b51-a5c6-f4255062a509 x-compute-request-id: req-b9f903e0-da8b-4b51-a5c6-f4255062a509 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.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/89c3831c-77b8-4595-bf5a-2b93710bb743", "rel": "bookmark"}], "image": {"id": "1781a119-87b5-4c3a-b77e-4e7db014a0e9", "links": [{"href": "http://172.30.9.30:8774/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b5b04a28-f35d-4417-abd3-1758118d1ef4", "links": [{"href": "http://172.30.9.30:8774/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4", "rel": "bookmark"}]}, "id": "89c3831c-77b8-4595-bf5a-2b93710bb743", "security_groups": [{"name": "default"}], "user_id": "2c71792b0b4d4387b779c38d1eb8c688", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:42:14Z", "hostId": "7cd44401c0a1c08b89db60907c5d5c471f6925c966c7ed9b802c974a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst", "created": "2018-12-03T16:42:12Z", "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:42:17,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 used request id req-b9f903e0-da8b-4b51-a5c6-f4255062a509 2018-12-03 16:42:17,069 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst] is - BUILD 2018-12-03 16:42:17,069 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:42:20,072 - create_instance - DEBUG - VM status query timeout in 893.205634117 2018-12-03 16:42:20,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:20,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-9961028a-3fdd-4c71-8c3d-849a2ae6e4f9 x-compute-request-id: req-9961028a-3fdd-4c71-8c3d-849a2ae6e4f9 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:6d:30", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:6d:30", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/89c3831c-77b8-4595-bf5a-2b93710bb743", "rel": "bookmark"}], "image": {"id": "1781a119-87b5-4c3a-b77e-4e7db014a0e9", "links": [{"href": "http://172.30.9.30:8774/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:42:19.000000", "flavor": {"id": "b5b04a28-f35d-4417-abd3-1758118d1ef4", "links": [{"href": "http://172.30.9.30:8774/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4", "rel": "bookmark"}]}, "id": "89c3831c-77b8-4595-bf5a-2b93710bb743", "security_groups": [{"name": "default"}], "user_id": "2c71792b0b4d4387b779c38d1eb8c688", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:42:19Z", "hostId": "7cd44401c0a1c08b89db60907c5d5c471f6925c966c7ed9b802c974a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst", "created": "2018-12-03T16:42:12Z", "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:42:20,526 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 used request id req-9961028a-3fdd-4c71-8c3d-849a2ae6e4f9 2018-12-03 16:42:20,526 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst] is - ACTIVE 2018-12-03 16:42:20,526 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:42:20,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:21,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-2c2df188-cdde-421e-93b0-e547904cbf30 x-compute-request-id: req-2c2df188-cdde-421e-93b0-e547904cbf30 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:6d:30", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:6d:30", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/89c3831c-77b8-4595-bf5a-2b93710bb743", "rel": "bookmark"}], "image": {"id": "1781a119-87b5-4c3a-b77e-4e7db014a0e9", "links": [{"href": "http://172.30.9.30:8774/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:42:19.000000", "flavor": {"id": "b5b04a28-f35d-4417-abd3-1758118d1ef4", "links": [{"href": "http://172.30.9.30:8774/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4", "rel": "bookmark"}]}, "id": "89c3831c-77b8-4595-bf5a-2b93710bb743", "security_groups": [{"name": "default"}], "user_id": "2c71792b0b4d4387b779c38d1eb8c688", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:42:19Z", "hostId": "7cd44401c0a1c08b89db60907c5d5c471f6925c966c7ed9b802c974a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst", "created": "2018-12-03T16:42:12Z", "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:42:21,292 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 used request id req-2c2df188-cdde-421e-93b0-e547904cbf30 2018-12-03 16:42:21,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:21,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-dd113bcf-bc53-4ea1-a894-2a5d59612072 Date: Mon, 03 Dec 2018 16:42:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4"],"updated_at":"2018-12-03T16:42:03Z","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22428387dc5411e9c6c87c8d2a87077","id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net"}]} 2018-12-03 16:42:21,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net used request id req-dd113bcf-bc53-4ea1-a894-2a5d59612072 2018-12-03 16:42:21,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:21,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4126f483-c659-4a26-aa73-7983bd187fb2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077"}, "enabled": true, "id": "d22428387dc5411e9c6c87c8d2a87077", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj"}} 2018-12-03 16:42:21,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 used request id req-4126f483-c659-4a26-aa73-7983bd187fb2 2018-12-03 16:42:21,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:21,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-07de0f67-69d2-4b69-911c-84560a04b939 Date: Mon, 03 Dec 2018 16:42:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:03Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:03Z","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":"d22428387dc5411e9c6c87c8d2a87077","id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet"}]} 2018-12-03 16:42:21,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 used request id req-07de0f67-69d2-4b69-911c-84560a04b939 2018-12-03 16:42:21,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:21,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3203 X-Openstack-Request-Id: req-1687b07e-f08c-442b-830a-10fbfa3699ac Date: Mon, 03 Dec 2018 16:42:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:42:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","ip_address":"10.55.0.3"}],"id":"672f124b-a0df-4044-9bbb-565fdc21cd2a","security_groups":[],"mac_address":"fa:16:3e:95:6e:b5","project_id":"d22428387dc5411e9c6c87c8d2a87077","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-91dc8010-ca6d-4c1a-92ae-1485fc442254"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:42:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","ip_address":"10.55.0.4"}],"id":"b1d970e5-dc20-4f78-9874-3b5f294f199c","security_groups":[],"mac_address":"fa:16:3e:80:d6:ba","project_id":"d22428387dc5411e9c6c87c8d2a87077","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-91dc8010-ca6d-4c1a-92ae-1485fc442254"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:42:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","ip_address":"10.55.0.2"}],"id":"dff039ad-9072-48f4-89ca-efa5d63409ca","security_groups":[],"mac_address":"fa:16:3e:75:50:3f","project_id":"d22428387dc5411e9c6c87c8d2a87077","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:04Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-91dc8010-ca6d-4c1a-92ae-1485fc442254"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:42:18Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","ip_address":"10.55.0.101"},{"subnet_id":"8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4","ip_address":"10.55.0.102"}],"id":"e2efa8b7-e715-489e-a329-fd8e2646cdd9","security_groups":["ca415229-7cd2-4d08-b086-603323ae283a"],"mac_address":"fa:16:3e:35:6d:30","project_id":"d22428387dc5411e9c6c87c8d2a87077","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317port-1","admin_state_up":true,"network_id":"91dc8010-ca6d-4c1a-92ae-1485fc442254","tenant_id":"d22428387dc5411e9c6c87c8d2a87077","created_at":"2018-12-03T16:42:09Z","binding:vnic_type":"normal","device_id":"89c3831c-77b8-4595-bf5a-2b93710bb743"}]} 2018-12-03 16:42:21,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=91dc8010-ca6d-4c1a-92ae-1485fc442254 used request id req-1687b07e-f08c-442b-830a-10fbfa3699ac 2018-12-03 16:42:21,784 - create_instance - INFO - Deleting Port with ID - e2efa8b7-e715-489e-a329-fd8e2646cdd9 2018-12-03 16:42:21,784 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317port-1 2018-12-03 16:42:21,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/e2efa8b7-e715-489e-a329-fd8e2646cdd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:22,559 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ade76fd2-da1a-48b1-98f5-77ec0c014fea Date: Mon, 03 Dec 2018 16:42:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:42:22,559 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/e2efa8b7-e715-489e-a329-fd8e2646cdd9 used request id req-ade76fd2-da1a-48b1-98f5-77ec0c014fea 2018-12-03 16:42:22,560 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst 2018-12-03 16:42:22,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:22,716 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:42:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b5c544b5-ca21-4fa6-aa6c-a0ab35e45748 x-compute-request-id: req-b5c544b5-ca21-4fa6-aa6c-a0ab35e45748 Content-Type: application/json 2018-12-03 16:42:22,716 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 used request id req-b5c544b5-ca21-4fa6-aa6c-a0ab35e45748 2018-12-03 16:42:22,717 - create_instance - INFO - Checking deletion status 2018-12-03 16:42:22,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:23,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2f3c54a-9607-4c99-bb10-0b80c29b5c9a x-compute-request-id: req-b2f3c54a-9607-4c99-bb10-0b80c29b5c9a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/89c3831c-77b8-4595-bf5a-2b93710bb743", "rel": "bookmark"}], "image": {"id": "1781a119-87b5-4c3a-b77e-4e7db014a0e9", "links": [{"href": "http://172.30.9.30:8774/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:42:19.000000", "flavor": {"id": "b5b04a28-f35d-4417-abd3-1758118d1ef4", "links": [{"href": "http://172.30.9.30:8774/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4", "rel": "bookmark"}]}, "id": "89c3831c-77b8-4595-bf5a-2b93710bb743", "user_id": "2c71792b0b4d4387b779c38d1eb8c688", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:42:22Z", "hostId": "7cd44401c0a1c08b89db60907c5d5c471f6925c966c7ed9b802c974a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst", "created": "2018-12-03T16:42:12Z", "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:42:23,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 used request id req-b2f3c54a-9607-4c99-bb10-0b80c29b5c9a 2018-12-03 16:42:23,102 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst] is - ACTIVE 2018-12-03 16:42:23,102 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:42:26,105 - create_instance - DEBUG - VM status query timeout in 296.611311913 2018-12-03 16:42:26,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a027b8c4323b8fa6b965145ebf1dea5564940c" 2018-12-03 16:42:26,157 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:42:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aa5ae2a4-4097-4668-806a-e5eaa88bd4a1 x-compute-request-id: req-aa5ae2a4-4097-4668-806a-e5eaa88bd4a1 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 89c3831c-77b8-4595-bf5a-2b93710bb743 could not be found.", "code": 404}} 2018-12-03 16:42:26,157 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/89c3831c-77b8-4595-bf5a-2b93710bb743 used request id req-aa5ae2a4-4097-4668-806a-e5eaa88bd4a1 2018-12-03 16:42:26,157 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 89c3831c-77b8-4595-bf5a-2b93710bb743 could not be found. (HTTP 404) (Request-ID: req-aa5ae2a4-4097-4668-806a-e5eaa88bd4a1) 2018-12-03 16:42:26,157 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-inst 2018-12-03 16:42:26,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002b5a0d5806ff889a53b37e7694a7fd3d1f9660" 2018-12-03 16:42:26,215 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:42:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-31c5ff72-31e7-4349-97f1-654bfaa17089 x-compute-request-id: req-31c5ff72-31e7-4349-97f1-654bfaa17089 Content-Length: 0 Content-Type: application/json 2018-12-03 16:42:26,215 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/b5b04a28-f35d-4417-abd3-1758118d1ef4 used request id req-31c5ff72-31e7-4349-97f1-654bfaa17089 2018-12-03 16:42:26,216 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet 2018-12-03 16:42:26,216 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-subnet 2018-12-03 16:42:26,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b54d621085f0674bb1b6b8424f6fa1e029f422" 2018-12-03 16:42:28,665 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-13ef2a46-a81a-4dac-a9e1-748763f6392f Date: Mon, 03 Dec 2018 16:42:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:42:28,665 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/8fa0dbfb-ffc9-4f2b-a3e9-e18fd26b45f4 used request id req-13ef2a46-a81a-4dac-a9e1-748763f6392f 2018-12-03 16:42:28,665 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-pub-net 2018-12-03 16:42:28,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/91dc8010-ca6d-4c1a-92ae-1485fc442254 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b54d621085f0674bb1b6b8424f6fa1e029f422" 2018-12-03 16:42:29,906 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b6ed692f-8f01-4adf-ac4b-ca37c2fddeb2 Date: Mon, 03 Dec 2018 16:42:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:42:29,906 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/91dc8010-ca6d-4c1a-92ae-1485fc442254 used request id req-b6ed692f-8f01-4adf-ac4b-ca37c2fddeb2 2018-12-03 16:42:29,907 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-0a645203-9032-4c30-a17a-0cd24303c317-image 2018-12-03 16:42:29,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d3280f474d61d06e4e7f7b917bdb7d3abb09d83c" 2018-12-03 16:42:31,811 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6eb5ae2c-eb1d-4e39-b955-b725dad9634e Date: Mon, 03 Dec 2018 16:42:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:42:31,811 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/1781a119-87b5-4c3a-b77e-4e7db014a0e9 used request id req-6eb5ae2c-eb1d-4e39-b955-b725dad9634e 2018-12-03 16:42:31,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:42:32,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3f18db7d-d813-46e1-87fe-0500f759fa85 Date: Mon, 03 Dec 2018 16:42:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "created_at": "2018-12-03T16:42:02Z", "updated_at": "2018-12-03T16:42:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:42:02Z", "revision_number": 0, "id": "574cc0b3-e208-4ee4-8270-a8b616c6c453", "remote_group_id": "ca415229-7cd2-4d08-b086-603323ae283a", "remote_ip_prefix": null, "created_at": "2018-12-03T16:42:02Z", "security_group_id": "ca415229-7cd2-4d08-b086-603323ae283a", "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "port_range_min": null, "ethertype": "IPv4", "project_id": "d22428387dc5411e9c6c87c8d2a87077"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:42:02Z", "revision_number": 0, "id": "7c8e7c99-ea75-4588-a56b-27a57828dc79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:42:02Z", "security_group_id": "ca415229-7cd2-4d08-b086-603323ae283a", "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "port_range_min": null, "ethertype": "IPv4", "project_id": "d22428387dc5411e9c6c87c8d2a87077"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:42:02Z", "revision_number": 0, "id": "8f243160-2e0e-4448-825c-93c808a0a98e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:42:02Z", "security_group_id": "ca415229-7cd2-4d08-b086-603323ae283a", "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "port_range_min": null, "ethertype": "IPv6", "project_id": "d22428387dc5411e9c6c87c8d2a87077"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:42:02Z", "revision_number": 0, "id": "ed17610e-4de6-4e2b-b998-d37a3dd69e73", "remote_group_id": "ca415229-7cd2-4d08-b086-603323ae283a", "remote_ip_prefix": null, "created_at": "2018-12-03T16:42:02Z", "security_group_id": "ca415229-7cd2-4d08-b086-603323ae283a", "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "port_range_min": null, "ethertype": "IPv6", "project_id": "d22428387dc5411e9c6c87c8d2a87077"}], "revision_number": 4, "project_id": "d22428387dc5411e9c6c87c8d2a87077", "id": "ca415229-7cd2-4d08-b086-603323ae283a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:42:32,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-3f18db7d-d813-46e1-87fe-0500f759fa85 2018-12-03 16:42:32,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:42:32,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbdc0774-0e99-4ed4-a5a2-4ea6821f4f6f Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:42:32,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-cbdc0774-0e99-4ed4-a5a2-4ea6821f4f6f 2018-12-03 16:42:32,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:42:32,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8a20ffe-0acc-4c5d-a6dc-6406fe871197 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:42:32,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-b8a20ffe-0acc-4c5d-a6dc-6406fe871197 2018-12-03 16:42:32,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:42:32,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f8e3667-a559-482f-8e5d-f6444dd0cca4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077"}, "enabled": true, "id": "d22428387dc5411e9c6c87c8d2a87077", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj"}} 2018-12-03 16:42:32,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 used request id req-5f8e3667-a559-482f-8e5d-f6444dd0cca4 2018-12-03 16:42:32,366 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ca415229-7cd2-4d08-b086-603323ae283a 2018-12-03 16:42:32,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ca415229-7cd2-4d08-b086-603323ae283a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:42:32,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-08a6bbe1-378a-429e-ab10-c41b13cc4919 Date: Mon, 03 Dec 2018 16:42:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ca415229-7cd2-4d08-b086-603323ae283a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:42:02Z", "security_group_id": "ca415229-7cd2-4d08-b086-603323ae283a", "port_range_min": null, "revision_number": 0, "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "created_at": "2018-12-03T16:42:02Z", "project_id": "d22428387dc5411e9c6c87c8d2a87077", "id": "574cc0b3-e208-4ee4-8270-a8b616c6c453"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:42:02Z", "security_group_id": "ca415229-7cd2-4d08-b086-603323ae283a", "port_range_min": null, "revision_number": 0, "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "created_at": "2018-12-03T16:42:02Z", "project_id": "d22428387dc5411e9c6c87c8d2a87077", "id": "7c8e7c99-ea75-4588-a56b-27a57828dc79"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:42:02Z", "security_group_id": "ca415229-7cd2-4d08-b086-603323ae283a", "port_range_min": null, "revision_number": 0, "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "created_at": "2018-12-03T16:42:02Z", "project_id": "d22428387dc5411e9c6c87c8d2a87077", "id": "8f243160-2e0e-4448-825c-93c808a0a98e"}, {"remote_group_id": "ca415229-7cd2-4d08-b086-603323ae283a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:42:02Z", "security_group_id": "ca415229-7cd2-4d08-b086-603323ae283a", "port_range_min": null, "revision_number": 0, "tenant_id": "d22428387dc5411e9c6c87c8d2a87077", "created_at": "2018-12-03T16:42:02Z", "project_id": "d22428387dc5411e9c6c87c8d2a87077", "id": "ed17610e-4de6-4e2b-b998-d37a3dd69e73"}]} 2018-12-03 16:42:32,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ca415229-7cd2-4d08-b086-603323ae283a used request id req-08a6bbe1-378a-429e-ab10-c41b13cc4919 2018-12-03 16:42:32,539 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:42:32,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/ca415229-7cd2-4d08-b086-603323ae283a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:42:32,841 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3b02c86c-37a3-4115-959c-0c001116613b Content-Length: 0 Date: Mon, 03 Dec 2018 16:42:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:42:32,841 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/ca415229-7cd2-4d08-b086-603323ae283a used request id req-3b02c86c-37a3-4115-959c-0c001116613b 2018-12-03 16:42:32,842 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj 2018-12-03 16:42:32,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:42:33,125 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:42:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ece8db7-9d79-40c7-9c80-a159eec4700e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:42:33,125 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/d22428387dc5411e9c6c87c8d2a87077 used request id req-4ece8db7-9d79-40c7-9c80-a159eec4700e 2018-12-03 16:42:33,125 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-proj-role 2018-12-03 16:42:33,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/0b7783bb16424f838aad3712d8265cd8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:42:33,254 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:42:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c105b06-3f71-4574-a013-3be9cfe9c043 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:42:33,254 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/0b7783bb16424f838aad3712d8265cd8 used request id req-3c105b06-3f71-4574-a013-3be9cfe9c043 2018-12-03 16:42:33,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc91486159c4d1ddfcc6a2dac1eef0bebb6d90" 2018-12-03 16:42:33,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffd805bc-e7d6-4fbc-98b9-f24450cbd2f0 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:42:33,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ffd805bc-e7d6-4fbc-98b9-f24450cbd2f0 2018-12-03 16:42:33,349 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-b68ad5dc-b07a-4e7-user 2018-12-03 16:42:33,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/2c71792b0b4d4387b779c38d1eb8c688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e1a45996c56ec22d0766c44edf8b8f2863ba9" 2018-12-03 16:42:33,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:42:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ba6bd76-9e43-4908-84de-8e78deb0bdad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:42:33,510 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/2c71792b0b4d4387b779c38d1eb8c688 used request id req-6ba6bd76-9e43-4908-84de-8e78deb0bdad 2018-12-03 16:42:33,511 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:42:33,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:42:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ozjg1PPsSqqzH-rzVRtprA"], "issued_at": "2018-12-03T16:42:33.000000Z"}} 2018-12-03 16:42:33,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91db2bb2b3d10d689c3a3de9f1c15e5a4d9a4985" 2018-12-03 16:42:33,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-025e1e75-3ad1-4ba2-85af-1f1e90482821 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:33,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-025e1e75-3ad1-4ba2-85af-1f1e90482821 2018-12-03 16:42:33,992 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:42:33,993 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:42:34,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:42:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["sYKosI3PTR2fdq8DSDOfnw"], "issued_at": "2018-12-03T16:42:34.000000Z"}} 2018-12-03 16:42:34,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:42:34,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c9cd63-4be1-4af3-82cf-ac37bb633adb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:34,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b3c9cd63-4be1-4af3-82cf-ac37bb633adb 2018-12-03 16:42:34,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:42:34,457 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:42:34,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6610c5d2-8443-463-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:42:34,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d39f2ea-987b-4d65-9887-e4cb33402b12 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6610c5d2-8443-463-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:42:34,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6610c5d2-8443-463-proj used request id req-0d39f2ea-987b-4d65-9887-e4cb33402b12 2018-12-03 16:42:34,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:42:34,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b96524d-095e-4751-9294-2bd594d2c4d4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:42:34,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-5b96524d-095e-4751-9294-2bd594d2c4d4 2018-12-03 16:42:34,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}}' 2018-12-03 16:42:34,739 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:42:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a129a93c-a735-49c0-ad35-218b6e5bc305 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984"}, "enabled": true, "id": "d160200f6f0b432db4f196fa3d1a6984", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}} 2018-12-03 16:42:34,739 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-a129a93c-a735-49c0-ad35-218b6e5bc305 2018-12-03 16:42:34,739 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-6610c5d2-8443-463-proj 2018-12-03 16:42:34,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:42:34,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:42:35,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:42:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["SaVo5aF3QbOcbyCLUNCbJw"], "issued_at": "2018-12-03T16:42:35.000000Z"}} 2018-12-03 16:42:35,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c06af2768e2742f8985753893efd555b1223fe7" 2018-12-03 16:42:35,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8e45f1e-5369-4e6a-afb4-a8987a547cc0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:35,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e8e45f1e-5369-4e6a-afb4-a8987a547cc0 2018-12-03 16:42:35,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:42:35,140 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:42: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:42:35,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c06af2768e2742f8985753893efd555b1223fe7" 2018-12-03 16:42:35,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65c25a38-06f3-4cec-a080-8b2d7b8cd842 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:42:35,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-65c25a38-06f3-4cec-a080-8b2d7b8cd842 2018-12-03 16:42:35,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-6610c5d2-8443-463-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c06af2768e2742f8985753893efd555b1223fe7" 2018-12-03 16:42:35,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24fba6ae-8c2c-40e9-bc6b-a25fbcf4ed53 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-6610c5d2-8443-463-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984"}, "enabled": true, "id": "d160200f6f0b432db4f196fa3d1a6984", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}]} 2018-12-03 16:42:35,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstancePortManipulationTests-6610c5d2-8443-463-proj used request id req-24fba6ae-8c2c-40e9-bc6b-a25fbcf4ed53 2018-12-03 16:42:35,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c06af2768e2742f8985753893efd555b1223fe7" 2018-12-03 16:42:35,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7548fc09-6d17-4cfa-a872-931a3faf609b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:42:35,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-7548fc09-6d17-4cfa-a872-931a3faf609b 2018-12-03 16:42:35,794 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-6610c5d2-8443-463-user 2018-12-03 16:42:35,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:42:35,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:42:35,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9425d7ff-4205-4748-b293-d6a50a43081a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:42:35,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9425d7ff-4205-4748-b293-d6a50a43081a 2018-12-03 16:42:35,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" -d '{"role": {"name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj-role"}}' 2018-12-03 16:42:35,996 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:42:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1db03d2-76e5-4be7-88aa-c3453ff2cd86 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1e9839976c03474a994706a2e6818223", "links": {"self": "http://172.30.9.30:5000/v3/roles/1e9839976c03474a994706a2e6818223"}, "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj-role"}} 2018-12-03 16:42:35,996 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-f1db03d2-76e5-4be7-88aa-c3453ff2cd86 2018-12-03 16:42:35,997 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-6610c5d2-8443-463-proj-role 2018-12-03 16:42:36,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/1e9839976c03474a994706a2e6818223 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:42:36,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77498636-f3c3-46b2-93dc-49ad7641b82e Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/1e9839976c03474a994706a2e6818223"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj-role", "id": "1e9839976c03474a994706a2e6818223"}} 2018-12-03 16:42:36,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/1e9839976c03474a994706a2e6818223 used request id req-77498636-f3c3-46b2-93dc-49ad7641b82e 2018-12-03 16:42:36,088 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-6610c5d2-8443-463-proj-role to project CreateInstancePortManipulationTests-6610c5d2-8443-463-proj 2018-12-03 16:42:36,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984/users/6b85a9e453b24570bfadad1d44527518/roles/1e9839976c03474a994706a2e6818223 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:42:36,221 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:42:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-987e137c-ee0b-4cf2-87f6-7ba8527dffe4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:42:36,221 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984/users/6b85a9e453b24570bfadad1d44527518/roles/1e9839976c03474a994706a2e6818223 used request id req-987e137c-ee0b-4cf2-87f6-7ba8527dffe4 2018-12-03 16:42:36,222 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:42:36,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:42:36,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:42:36,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1e9839976c03474a994706a2e6818223", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj-role"}], "expires_at": "2018-12-03T17:42:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d160200f6f0b432db4f196fa3d1a6984", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-user", "id": "6b85a9e453b24570bfadad1d44527518"}, "audit_ids": ["FvZYmXLgTU6ZeBq6uS3opQ"], "issued_at": "2018-12-03T16:42:36.000000Z"}} 2018-12-03 16:42:36,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215db331cc761b71ee6b6b46a1d0e2eca551cb36" 2018-12-03 16:42:36,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-705fb632-924b-423b-b6ba-89a11092d37a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:36,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-705fb632-924b-423b-b6ba-89a11092d37a 2018-12-03 16:42:36,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}215db331cc761b71ee6b6b46a1d0e2eca551cb36" 2018-12-03 16:42:36,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-d9d39ad2-be7f-4df1-8aca-9c9aa58aa5ef Date: Mon, 03 Dec 2018 16:42:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image"} 2018-12-03 16:42:36,859 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image used request id req-d9d39ad2-be7f-4df1-8aca-9c9aa58aa5ef 2018-12-03 16:42:36,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}215db331cc761b71ee6b6b46a1d0e2eca551cb36" 2018-12-03 16:42:37,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-50f1fb4a-4b84-4e55-97b0-4ea18401f567 Date: Mon, 03 Dec 2018 16:42: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-12-03 16:42:37,002 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-50f1fb4a-4b84-4e55-97b0-4ea18401f567 2018-12-03 16:42:37,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}215db331cc761b71ee6b6b46a1d0e2eca551cb36" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image"}' 2018-12-03 16:42:37,316 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2 X-Openstack-Request-Id: req-30bec8f6-e8ef-4e18-995d-41cb9d375106 Date: Mon, 03 Dec 2018 16:42:37 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:42:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:42:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2", "min_disk": 0, "protected": false, "id": "4e4ff887-8a4d-44d9-9535-c2d17df064a2", "file": "/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2/file", "checksum": null, "owner": "d160200f6f0b432db4f196fa3d1a6984", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:42:37,316 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-30bec8f6-e8ef-4e18-995d-41cb9d375106 2018-12-03 16:42:37,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}215db331cc761b71ee6b6b46a1d0e2eca551cb36" -d '' 2018-12-03 16:42:39,050 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-da398dd0-24b8-4824-90c5-fd0d2dd15a15 Date: Mon, 03 Dec 2018 16:42:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:42:39,050 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2/file used request id req-da398dd0-24b8-4824-90c5-fd0d2dd15a15 2018-12-03 16:42:39,051 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:42:39,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}215db331cc761b71ee6b6b46a1d0e2eca551cb36" 2018-12-03 16:42:39,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-7f59bc8f-7d2d-4ab8-99ba-b45a99607e91 Date: Mon, 03 Dec 2018 16:42:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:42:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:42:38Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2/snap", "metadata": {}}], "self": "/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2", "min_disk": 0, "protected": false, "id": "4e4ff887-8a4d-44d9-9535-c2d17df064a2", "file": "/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d160200f6f0b432db4f196fa3d1a6984", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:42:39,212 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2 used request id req-7f59bc8f-7d2d-4ab8-99ba-b45a99607e91 2018-12-03 16:42:39,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}215db331cc761b71ee6b6b46a1d0e2eca551cb36" 2018-12-03 16:42:39,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-295e09b6-91b2-4613-8bb1-6212906c3543 Date: Mon, 03 Dec 2018 16:42: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-12-03 16:42:39,368 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-295e09b6-91b2-4613-8bb1-6212906c3543 2018-12-03 16:42:39,371 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image 2018-12-03 16:42:39,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}215db331cc761b71ee6b6b46a1d0e2eca551cb36" 2018-12-03 16:42:39,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-23f4538e-806d-47b1-a142-5547a4a7f627 Date: Mon, 03 Dec 2018 16:42:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:42:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:42:38Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2/snap", "metadata": {}}], "self": "/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2", "min_disk": 0, "protected": false, "id": "4e4ff887-8a4d-44d9-9535-c2d17df064a2", "file": "/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d160200f6f0b432db4f196fa3d1a6984", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:42:39,549 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2 used request id req-23f4538e-806d-47b1-a142-5547a4a7f627 2018-12-03 16:42:39,550 - create_image - DEBUG - Instance status is - active 2018-12-03 16:42:39,550 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image 2018-12-03 16:42:39,550 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image 2018-12-03 16:42:39,550 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:42:39,551 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:42:39,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1e9839976c03474a994706a2e6818223", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj-role"}], "expires_at": "2018-12-03T17:42:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d160200f6f0b432db4f196fa3d1a6984", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-user", "id": "6b85a9e453b24570bfadad1d44527518"}, "audit_ids": ["1uGzhHKPTxCg6Mbgm8cm0w"], "issued_at": "2018-12-03T16:42:39.000000Z"}} 2018-12-03 16:42:39,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c72bc1ede12a70c2221451ced1289b48d5b37d4" 2018-12-03 16:42:40,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-840037b5-1be3-4b33-80b6-fde4cb972c24 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:40,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-840037b5-1be3-4b33-80b6-fde4cb972c24 2018-12-03 16:42:40,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c72bc1ede12a70c2221451ced1289b48d5b37d4" 2018-12-03 16:42:40,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-48cfe170-ed7f-45d7-b208-e9477af2c285 Date: Mon, 03 Dec 2018 16:42:40 GMT RESP BODY: {"networks":[]} 2018-12-03 16:42:40,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-pub-net used request id req-48cfe170-ed7f-45d7-b208-e9477af2c285 2018-12-03 16:42:40,176 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-pub-net 2018-12-03 16:42:40,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c72bc1ede12a70c2221451ced1289b48d5b37d4" -d '{"network": {"name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-pub-net", "admin_state_up": true}}' 2018-12-03 16:42:40,731 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-f4af2762-0bc5-4cc2-92f4-d8d3979cd3e6 Date: Mon, 03 Dec 2018 16:42:40 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d160200f6f0b432db4f196fa3d1a6984","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:42:40Z","is_default":false,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:40Z","mtu":1450}} 2018-12-03 16:42:40,731 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-f4af2762-0bc5-4cc2-92f4-d8d3979cd3e6 2018-12-03 16:42:40,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c72bc1ede12a70c2221451ced1289b48d5b37d4" 2018-12-03 16:42:40,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-565fe17a-5d2a-4028-88c8-38304b8b202c Date: Mon, 03 Dec 2018 16:42:40 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-12-03T16:42:40Z","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d160200f6f0b432db4f196fa3d1a6984","id":"f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95","name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-pub-net"}]} 2018-12-03 16:42:40,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95 used request id req-565fe17a-5d2a-4028-88c8-38304b8b202c 2018-12-03 16:42:40,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c72bc1ede12a70c2221451ced1289b48d5b37d4" 2018-12-03 16:42:41,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-359a4f00-e673-4911-9b46-35df41a209dd Date: Mon, 03 Dec 2018 16:42:41 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:42:41,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95 used request id req-359a4f00-e673-4911-9b46-35df41a209dd 2018-12-03 16:42:41,153 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-pub-subnet 2018-12-03 16:42:41,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c72bc1ede12a70c2221451ced1289b48d5b37d4" -d '{"subnets": [{"ip_version": 4, "network_id": "f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-pub-subnet"}]}' 2018-12-03 16:42:41,893 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cc967718-db9d-4e08-9ed8-491274ace9bc Date: Mon, 03 Dec 2018 16:42:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42: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":"d160200f6f0b432db4f196fa3d1a6984","id":"6e76c69a-c218-4e51-b194-6b9f89307975","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-pub-subnet"}]} 2018-12-03 16:42:41,893 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-cc967718-db9d-4e08-9ed8-491274ace9bc 2018-12-03 16:42:41,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c72bc1ede12a70c2221451ced1289b48d5b37d4" 2018-12-03 16:42:42,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2bbc4894-1e11-4317-ac64-c157a8b6719f Date: Mon, 03 Dec 2018 16:42:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6e76c69a-c218-4e51-b194-6b9f89307975"],"updated_at":"2018-12-03T16:42:41Z","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d160200f6f0b432db4f196fa3d1a6984","id":"f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95","name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-pub-net"}]} 2018-12-03 16:42:42,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95 used request id req-2bbc4894-1e11-4317-ac64-c157a8b6719f 2018-12-03 16:42:42,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c72bc1ede12a70c2221451ced1289b48d5b37d4" 2018-12-03 16:42:42,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4a17b028-bc67-4e0d-818b-68763c6d11eb Date: Mon, 03 Dec 2018 16:42:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:41Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42: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":"d160200f6f0b432db4f196fa3d1a6984","id":"6e76c69a-c218-4e51-b194-6b9f89307975","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-pub-subnet"}]} 2018-12-03 16:42:42,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95 used request id req-4a17b028-bc67-4e0d-818b-68763c6d11eb 2018-12-03 16:42:42,351 - OpenStackNetwork - DEBUG - Network [f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95] created successfully 2018-12-03 16:42:42,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:42:42,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:42:42,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:42:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["etHqc39RTYSPRVhHw8gxQw"], "issued_at": "2018-12-03T16:42:42.000000Z"}} 2018-12-03 16:42:42,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6db39bfb4441be82a908bcacec76c5b11bcf1dcc" 2018-12-03 16:42:42,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-883771e6-8a9d-450b-b4c5-7c0e70c66678 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:42,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-883771e6-8a9d-450b-b4c5-7c0e70c66678 2018-12-03 16:42:42,819 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:42:42,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6db39bfb4441be82a908bcacec76c5b11bcf1dcc" 2018-12-03 16:42:43,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-472d160f-49d8-4037-b95b-6d6f6188ac34 x-compute-request-id: req-472d160f-49d8-4037-b95b-6d6f6188ac34 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:42:43,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-472d160f-49d8-4037-b95b-6d6f6188ac34 2018-12-03 16:42:43,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6db39bfb4441be82a908bcacec76c5b11bcf1dcc" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-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-12-03 16:42:43,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae6469a5-f67e-4bac-ad77-5bbb84ddf620 x-compute-request-id: req-ae6469a5-f67e-4bac-ad77-5bbb84ddf620 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:42:43,171 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ae6469a5-f67e-4bac-ad77-5bbb84ddf620 2018-12-03 16:42:43,172 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:42:43,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:42:43,554 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1e9839976c03474a994706a2e6818223", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj-role"}], "expires_at": "2018-12-03T17:42:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d160200f6f0b432db4f196fa3d1a6984", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-user", "id": "6b85a9e453b24570bfadad1d44527518"}, "audit_ids": ["H2xH0pX1T_Kt8HxEtMAuvw"], "issued_at": "2018-12-03T16:42:43.000000Z"}} 2018-12-03 16:42:43,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa8e4a20282401de67e9502e49b07631ec1e267" 2018-12-03 16:42:43,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b90899-c68b-4c8d-b63e-a4db45abf71f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:43,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b2b90899-c68b-4c8d-b63e-a4db45abf71f 2018-12-03 16:42:43,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa8e4a20282401de67e9502e49b07631ec1e267" 2018-12-03 16:42:43,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e1826d11-cb53-4ef6-ab5e-515bb75c91ab Date: Mon, 03 Dec 2018 16:42:43 GMT RESP BODY: {"networks":[]} 2018-12-03 16:42:43,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 used request id req-e1826d11-cb53-4ef6-ab5e-515bb75c91ab 2018-12-03 16:42:43,893 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 2018-12-03 16:42:43,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa8e4a20282401de67e9502e49b07631ec1e267" -d '{"network": {"name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2", "admin_state_up": true}}' 2018-12-03 16:42:44,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-ea23d72f-af96-4fa7-9423-637ae6dcae4a Date: Mon, 03 Dec 2018 16:42:44 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d160200f6f0b432db4f196fa3d1a6984","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:42:44Z","is_default":false,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:44Z","mtu":1450}} 2018-12-03 16:42:44,313 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-ea23d72f-af96-4fa7-9423-637ae6dcae4a 2018-12-03 16:42:44,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=8facfeeb-3608-467b-ba6b-6da03d26de2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa8e4a20282401de67e9502e49b07631ec1e267" 2018-12-03 16:42:44,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 618 X-Openstack-Request-Id: req-0cefcb5c-38d0-41a8-b92b-69334a03b68c Date: Mon, 03 Dec 2018 16:42: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-12-03T16:42:44Z","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d160200f6f0b432db4f196fa3d1a6984","id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2"}]} 2018-12-03 16:42:44,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=8facfeeb-3608-467b-ba6b-6da03d26de2f used request id req-0cefcb5c-38d0-41a8-b92b-69334a03b68c 2018-12-03 16:42:44,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa8e4a20282401de67e9502e49b07631ec1e267" 2018-12-03 16:42:44,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-630839ea-4236-4353-841f-157e4a49793a Date: Mon, 03 Dec 2018 16:42:44 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:42:44,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f used request id req-630839ea-4236-4353-841f-157e4a49793a 2018-12-03 16:42:44,719 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1 2018-12-03 16:42:44,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa8e4a20282401de67e9502e49b07631ec1e267" -d '{"subnets": [{"ip_version": 4, "network_id": "8facfeeb-3608-467b-ba6b-6da03d26de2f", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1"}]}' 2018-12-03 16:42:45,552 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-41b76564-4209-43fe-9769-51e195ab77cb Date: Mon, 03 Dec 2018 16:42:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:45Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42: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":"d160200f6f0b432db4f196fa3d1a6984","id":"1dc45557-0917-411c-9c70-62457098e789","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1"}]} 2018-12-03 16:42:45,552 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-41b76564-4209-43fe-9769-51e195ab77cb 2018-12-03 16:42:45,553 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2 2018-12-03 16:42:45,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa8e4a20282401de67e9502e49b07631ec1e267" -d '{"subnets": [{"ip_version": 4, "network_id": "8facfeeb-3608-467b-ba6b-6da03d26de2f", "cidr": "10.65.0.0/24", "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2"}]}' 2018-12-03 16:42:46,288 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fe915005-8cec-46ed-918b-aa4a2289153b Date: Mon, 03 Dec 2018 16:42:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:46Z","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":"d160200f6f0b432db4f196fa3d1a6984","id":"0845ba23-380b-494a-8f16-2c1c091abf65","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2"}]} 2018-12-03 16:42:46,288 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-fe915005-8cec-46ed-918b-aa4a2289153b 2018-12-03 16:42:46,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=8facfeeb-3608-467b-ba6b-6da03d26de2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa8e4a20282401de67e9502e49b07631ec1e267" 2018-12-03 16:42:46,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-bb6adc33-095b-46be-9d17-7f9b51afecbd Date: Mon, 03 Dec 2018 16:42: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":["0845ba23-380b-494a-8f16-2c1c091abf65","1dc45557-0917-411c-9c70-62457098e789"],"updated_at":"2018-12-03T16:42:46Z","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d160200f6f0b432db4f196fa3d1a6984","id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2"}]} 2018-12-03 16:42:46,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=8facfeeb-3608-467b-ba6b-6da03d26de2f used request id req-bb6adc33-095b-46be-9d17-7f9b51afecbd 2018-12-03 16:42:46,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa8e4a20282401de67e9502e49b07631ec1e267" 2018-12-03 16:42:46,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-98376c10-370a-400c-b863-9f799373ab2a Date: Mon, 03 Dec 2018 16:42:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:46Z","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":"d160200f6f0b432db4f196fa3d1a6984","id":"0845ba23-380b-494a-8f16-2c1c091abf65","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:45Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42: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":"d160200f6f0b432db4f196fa3d1a6984","id":"1dc45557-0917-411c-9c70-62457098e789","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1"}]} 2018-12-03 16:42:46,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f used request id req-98376c10-370a-400c-b863-9f799373ab2a 2018-12-03 16:42:46,809 - OpenStackNetwork - DEBUG - Network [8facfeeb-3608-467b-ba6b-6da03d26de2f] created successfully 2018-12-03 16:42:46,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:42:46,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:42:47,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1e9839976c03474a994706a2e6818223", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj-role"}], "expires_at": "2018-12-03T17:42:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d160200f6f0b432db4f196fa3d1a6984", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-user", "id": "6b85a9e453b24570bfadad1d44527518"}, "audit_ids": ["eM9YhYbkTAWFlHDTlNu-Ng"], "issued_at": "2018-12-03T16:42:47.000000Z"}} 2018-12-03 16:42:47,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:47,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17aeef25-d812-4049-922c-330ee7503be6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:47,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-17aeef25-d812-4049-922c-330ee7503be6 2018-12-03 16:42:47,258 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:42:47,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:47,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7082297e-f1e0-44a7-8263-5ac1e2270616 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:47,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7082297e-f1e0-44a7-8263-5ac1e2270616 2018-12-03 16:42:47,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:47,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-6a895d8d-fb63-4351-8404-8b62fc97e90d Date: Mon, 03 Dec 2018 16:42: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":["0845ba23-380b-494a-8f16-2c1c091abf65","1dc45557-0917-411c-9c70-62457098e789"],"updated_at":"2018-12-03T16:42:46Z","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d160200f6f0b432db4f196fa3d1a6984","id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2"}]} 2018-12-03 16:42:47,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 used request id req-6a895d8d-fb63-4351-8404-8b62fc97e90d 2018-12-03 16:42:47,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:42:47,669 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:42: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:42:47,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:47,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccaed09b-d70e-450b-9674-5687104e4b66 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984"}, "enabled": true, "id": "d160200f6f0b432db4f196fa3d1a6984", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}} 2018-12-03 16:42:47,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 used request id req-ccaed09b-d70e-450b-9674-5687104e4b66 2018-12-03 16:42:47,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:47,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-29b63323-961c-4b03-a92b-d86853a2a93a Date: Mon, 03 Dec 2018 16:42:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:46Z","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":"d160200f6f0b432db4f196fa3d1a6984","id":"0845ba23-380b-494a-8f16-2c1c091abf65","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:45Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42: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":"d160200f6f0b432db4f196fa3d1a6984","id":"1dc45557-0917-411c-9c70-62457098e789","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1"}]} 2018-12-03 16:42:47,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f used request id req-29b63323-961c-4b03-a92b-d86853a2a93a 2018-12-03 16:42:47,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:48,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-947af54d-05a9-4c2f-a00a-11b3a7f4ca45 Date: Mon, 03 Dec 2018 16:42:48 GMT RESP BODY: {"ports":[]} 2018-12-03 16:42:48,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486port-1&admin_state_up=True used request id req-947af54d-05a9-4c2f-a00a-11b3a7f4ca45 2018-12-03 16:42:48,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:48,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42: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-bfee5764-c041-41ff-bde4-94b055e14781 x-compute-request-id: req-bfee5764-c041-41ff-bde4-94b055e14781 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:42:48,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst used request id req-bfee5764-c041-41ff-bde4-94b055e14781 2018-12-03 16:42:48,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:48,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-105c8f5e-e226-47e1-a8d2-a24312039232 Date: Mon, 03 Dec 2018 16:42: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":["1dc45557-0917-411c-9c70-62457098e789","0845ba23-380b-494a-8f16-2c1c091abf65"],"updated_at":"2018-12-03T16:42:46Z","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d160200f6f0b432db4f196fa3d1a6984","id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2"}]} 2018-12-03 16:42:48,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 used request id req-105c8f5e-e226-47e1-a8d2-a24312039232 2018-12-03 16:42:48,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:48,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9f688f7-21d8-4157-8f29-e25f04021591 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984"}, "enabled": true, "id": "d160200f6f0b432db4f196fa3d1a6984", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}} 2018-12-03 16:42:48,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 used request id req-e9f688f7-21d8-4157-8f29-e25f04021591 2018-12-03 16:42:48,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:49,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-23a7c64a-a9a5-47c9-be4f-82444ce46aee Date: Mon, 03 Dec 2018 16:42:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:46Z","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":"d160200f6f0b432db4f196fa3d1a6984","id":"0845ba23-380b-494a-8f16-2c1c091abf65","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:45Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42: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":"d160200f6f0b432db4f196fa3d1a6984","id":"1dc45557-0917-411c-9c70-62457098e789","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1"}]} 2018-12-03 16:42:49,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f used request id req-23a7c64a-a9a5-47c9-be4f-82444ce46aee 2018-12-03 16:42:49,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:49,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3b2d593f-a8da-41c8-9768-44c54185157b Date: Mon, 03 Dec 2018 16:42:49 GMT RESP BODY: {"ports":[]} 2018-12-03 16:42:49,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486port-1&admin_state_up=True used request id req-3b2d593f-a8da-41c8-9768-44c54185157b 2018-12-03 16:42:49,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:42:49,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:42:49,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1e9839976c03474a994706a2e6818223", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj-role"}], "expires_at": "2018-12-03T17:42:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d160200f6f0b432db4f196fa3d1a6984", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/d160200f6f0b432db4f196fa3d1a6984", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-user", "id": "6b85a9e453b24570bfadad1d44527518"}, "audit_ids": ["BzXsQ6gSTuS1Ye-d5h3stA"], "issued_at": "2018-12-03T16:42:49.000000Z"}} 2018-12-03 16:42:49,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c53cad8424d914663345b7c318613212577bb88a" 2018-12-03 16:42:49,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc70ceab-db35-4a86-bfbd-81d5018283a1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:42:49,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bc70ceab-db35-4a86-bfbd-81d5018283a1 2018-12-03 16:42:49,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:49,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-0babd789-7284-4b3e-8633-f962d96205f1 Date: Mon, 03 Dec 2018 16:42: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":["1dc45557-0917-411c-9c70-62457098e789","0845ba23-380b-494a-8f16-2c1c091abf65"],"updated_at":"2018-12-03T16:42:46Z","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d160200f6f0b432db4f196fa3d1a6984","id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2"}]} 2018-12-03 16:42:49,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 used request id req-0babd789-7284-4b3e-8633-f962d96205f1 2018-12-03 16:42:49,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:50,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-fcd83aed-0a6c-4356-8ba3-f565705b2e5b Date: Mon, 03 Dec 2018 16:42:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:46Z","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":"d160200f6f0b432db4f196fa3d1a6984","id":"0845ba23-380b-494a-8f16-2c1c091abf65","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:45Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42: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":"d160200f6f0b432db4f196fa3d1a6984","id":"1dc45557-0917-411c-9c70-62457098e789","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1"}]} 2018-12-03 16:42:50,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f used request id req-fcd83aed-0a6c-4356-8ba3-f565705b2e5b 2018-12-03 16:42:50,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:50,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-0f3b5e53-9cb5-4383-8407-85faf84d7454 Date: Mon, 03 Dec 2018 16:42: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":["0845ba23-380b-494a-8f16-2c1c091abf65","1dc45557-0917-411c-9c70-62457098e789"],"updated_at":"2018-12-03T16:42:46Z","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d160200f6f0b432db4f196fa3d1a6984","id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2"}]} 2018-12-03 16:42:50,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 used request id req-0f3b5e53-9cb5-4383-8407-85faf84d7454 2018-12-03 16:42:50,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:42:50,323 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:42:50,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c53cad8424d914663345b7c318613212577bb88a" 2018-12-03 16:42:50,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfaa8756-5e28-4972-8ee0-8862cfe993e9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984"}, "enabled": true, "id": "d160200f6f0b432db4f196fa3d1a6984", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}} 2018-12-03 16:42:50,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 used request id req-bfaa8756-5e28-4972-8ee0-8862cfe993e9 2018-12-03 16:42:50,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:50,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-c3536fba-b6f6-405e-9571-d545b61542eb Date: Mon, 03 Dec 2018 16:42:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:46Z","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":"d160200f6f0b432db4f196fa3d1a6984","id":"0845ba23-380b-494a-8f16-2c1c091abf65","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:45Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42: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":"d160200f6f0b432db4f196fa3d1a6984","id":"1dc45557-0917-411c-9c70-62457098e789","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1"}]} 2018-12-03 16:42:50,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f used request id req-c3536fba-b6f6-405e-9571-d545b61542eb 2018-12-03 16:42:50,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:50,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4bbd618c-1e34-482e-9c40-c250a1f6f461 Date: Mon, 03 Dec 2018 16:42:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:45Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42: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":"d160200f6f0b432db4f196fa3d1a6984","id":"1dc45557-0917-411c-9c70-62457098e789","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1"}]} 2018-12-03 16:42:50,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1 used request id req-4bbd618c-1e34-482e-9c40-c250a1f6f461 2018-12-03 16:42:50,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:50,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f798a2ee-6790-412b-b3d6-ff166e2ad3b2 Date: Mon, 03 Dec 2018 16:42:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:46Z","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":"d160200f6f0b432db4f196fa3d1a6984","id":"0845ba23-380b-494a-8f16-2c1c091abf65","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2"}]} 2018-12-03 16:42:50,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2 used request id req-f798a2ee-6790-412b-b3d6-ff166e2ad3b2 2018-12-03 16:42:50,724 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 2018-12-03 16:42:50,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" -d '{"port": {"network_id": "8facfeeb-3608-467b-ba6b-6da03d26de2f", "fixed_ips": [{"subnet_id": "1dc45557-0917-411c-9c70-62457098e789", "ip_address": "10.55.0.101"}, {"subnet_id": "0845ba23-380b-494a-8f16-2c1c091abf65", "ip_address": "10.65.0.101"}], "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486port-1", "admin_state_up": true}}' 2018-12-03 16:42:51,755 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-9d42b674-fe40-4315-b46f-7b221741f0db Date: Mon, 03 Dec 2018 16:42:51 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:42:51Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1dc45557-0917-411c-9c70-62457098e789","ip_address":"10.55.0.101"},{"subnet_id":"0845ba23-380b-494a-8f16-2c1c091abf65","ip_address":"10.65.0.101"}],"id":"1aee158f-23e6-4843-bb3f-4701e155375c","security_groups":["ab7587c6-928e-412d-a8d4-f38b2af21615"],"mac_address":"fa:16:3e:96:79:c6","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486port-1","project_id":"d160200f6f0b432db4f196fa3d1a6984","qos_policy_id":null,"admin_state_up":true,"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:51Z","binding:vnic_type":"normal"}} 2018-12-03 16:42:51,756 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-9d42b674-fe40-4315-b46f-7b221741f0db 2018-12-03 16:42:51,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:51,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-fff6b27d-8eef-4883-a8d2-4ba50a138c73 Date: Mon, 03 Dec 2018 16:42: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":["0845ba23-380b-494a-8f16-2c1c091abf65","1dc45557-0917-411c-9c70-62457098e789"],"updated_at":"2018-12-03T16:42:46Z","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d160200f6f0b432db4f196fa3d1a6984","id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2"}]} 2018-12-03 16:42:51,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 used request id req-fff6b27d-8eef-4883-a8d2-4ba50a138c73 2018-12-03 16:42:51,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:51,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e5cb998-2b3a-4c5f-947c-537609542423 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984"}, "enabled": true, "id": "d160200f6f0b432db4f196fa3d1a6984", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}} 2018-12-03 16:42:51,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 used request id req-2e5cb998-2b3a-4c5f-947c-537609542423 2018-12-03 16:42:51,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:52,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-e81d5e6b-1bad-4e3e-a906-8c2c98174351 Date: Mon, 03 Dec 2018 16:42:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:46Z","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":"d160200f6f0b432db4f196fa3d1a6984","id":"0845ba23-380b-494a-8f16-2c1c091abf65","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:45Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42: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":"d160200f6f0b432db4f196fa3d1a6984","id":"1dc45557-0917-411c-9c70-62457098e789","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1"}]} 2018-12-03 16:42:52,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f used request id req-e81d5e6b-1bad-4e3e-a906-8c2c98174351 2018-12-03 16:42:52,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:52,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-75623154-58dc-478f-acc1-b88207f4d2ed Date: Mon, 03 Dec 2018 16:42:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:42:51Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1dc45557-0917-411c-9c70-62457098e789","ip_address":"10.55.0.101"},{"subnet_id":"0845ba23-380b-494a-8f16-2c1c091abf65","ip_address":"10.65.0.101"}],"id":"1aee158f-23e6-4843-bb3f-4701e155375c","security_groups":["ab7587c6-928e-412d-a8d4-f38b2af21615"],"mac_address":"fa:16:3e:96:79:c6","project_id":"d160200f6f0b432db4f196fa3d1a6984","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486port-1","admin_state_up":true,"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:51Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:42:52,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486port-1&admin_state_up=True used request id req-75623154-58dc-478f-acc1-b88207f4d2ed 2018-12-03 16:42:52,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:52,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e95b38e-2743-4f42-a398-57642494fde0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984"}, "enabled": true, "id": "d160200f6f0b432db4f196fa3d1a6984", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}} 2018-12-03 16:42:52,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 used request id req-7e95b38e-2743-4f42-a398-57642494fde0 2018-12-03 16:42:52,441 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst 2018-12-03 16:42:52,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:52,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42: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-d237c3eb-50f8-4f46-85a2-50a6e321d00d x-compute-request-id: req-d237c3eb-50f8-4f46-85a2-50a6e321d00d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-flavor-name"}]} 2018-12-03 16:42:52,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d237c3eb-50f8-4f46-85a2-50a6e321d00d 2018-12-03 16:42:52,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:52,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42: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-fa9f9c62-b87b-4a11-848e-852736b4ce7b x-compute-request-id: req-fa9f9c62-b87b-4a11-848e-852736b4ce7b Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:42:52,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c used request id req-fa9f9c62-b87b-4a11-848e-852736b4ce7b 2018-12-03 16:42:52,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:52,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-95e585d1-2fb2-4613-8b62-a43b3a1fa2d6 Date: Mon, 03 Dec 2018 16:42:52 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:42:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:42:38Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2/snap", "metadata": {}}], "self": "/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2", "min_disk": 0, "protected": false, "id": "4e4ff887-8a4d-44d9-9535-c2d17df064a2", "file": "/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d160200f6f0b432db4f196fa3d1a6984", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image"} 2018-12-03 16:42:52,677 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image used request id req-95e585d1-2fb2-4613-8b62-a43b3a1fa2d6 2018-12-03 16:42:52,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:52,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f87bb9a5-a0e8-442d-8a88-b93c8a32cbd8 Date: Mon, 03 Dec 2018 16:42:52 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-12-03 16:42:52,831 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-f87bb9a5-a0e8-442d-8a88-b93c8a32cbd8 2018-12-03 16:42:52,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" -d '{"server": {"name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst", "imageRef": "4e4ff887-8a4d-44d9-9535-c2d17df064a2", "flavorRef": "6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "max_count": 1, "min_count": 1, "networks": [{"port": "1aee158f-23e6-4843-bb3f-4701e155375c"}]}}' 2018-12-03 16:42:54,364 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:42: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-97931955-0bce-4122-9630-e7b7f4f7126a x-compute-request-id: req-97931955-0bce-4122-9630-e7b7f4f7126a Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cf657e01-9c64-4fe1-80a2-8431445f0204", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cf657e01-9c64-4fe1-80a2-8431445f0204", "rel": "bookmark"}], "adminPass": "ZUA3j4LsGdhB"}} 2018-12-03 16:42:54,364 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-97931955-0bce-4122-9630-e7b7f4f7126a 2018-12-03 16:42:54,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:54,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56be6b68-bf85-4df1-80bb-5f5831f55766 x-compute-request-id: req-56be6b68-bf85-4df1-80bb-5f5831f55766 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.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cf657e01-9c64-4fe1-80a2-8431445f0204", "rel": "bookmark"}], "image": {"id": "4e4ff887-8a4d-44d9-9535-c2d17df064a2", "links": [{"href": "http://172.30.9.30:8774/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "links": [{"href": "http://172.30.9.30:8774/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "rel": "bookmark"}]}, "id": "cf657e01-9c64-4fe1-80a2-8431445f0204", "user_id": "6b85a9e453b24570bfadad1d44527518", "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-12-03T16:42:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst", "created": "2018-12-03T16:42:54Z", "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:42:54,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 used request id req-56be6b68-bf85-4df1-80bb-5f5831f55766 2018-12-03 16:42:54,588 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst 2018-12-03 16:42:54,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:54,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-591a8587-437e-483c-bb8d-5e0408d4a465 x-compute-request-id: req-591a8587-437e-483c-bb8d-5e0408d4a465 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.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cf657e01-9c64-4fe1-80a2-8431445f0204", "rel": "bookmark"}], "image": {"id": "4e4ff887-8a4d-44d9-9535-c2d17df064a2", "links": [{"href": "http://172.30.9.30:8774/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "links": [{"href": "http://172.30.9.30:8774/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "rel": "bookmark"}]}, "id": "cf657e01-9c64-4fe1-80a2-8431445f0204", "user_id": "6b85a9e453b24570bfadad1d44527518", "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-12-03T16:42:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst", "created": "2018-12-03T16:42:54Z", "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:42:54,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 used request id req-591a8587-437e-483c-bb8d-5e0408d4a465 2018-12-03 16:42:54,954 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst] is - BUILD 2018-12-03 16:42:54,954 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:42:57,957 - create_instance - DEBUG - VM status query timeout in 896.630671978 2018-12-03 16:42:57,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:42:58,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:42: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-1a77db47-3f3a-455a-92f9-32ae1f98422e x-compute-request-id: req-1a77db47-3f3a-455a-92f9-32ae1f98422e 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.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cf657e01-9c64-4fe1-80a2-8431445f0204", "rel": "bookmark"}], "image": {"id": "4e4ff887-8a4d-44d9-9535-c2d17df064a2", "links": [{"href": "http://172.30.9.30:8774/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "links": [{"href": "http://172.30.9.30:8774/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "rel": "bookmark"}]}, "id": "cf657e01-9c64-4fe1-80a2-8431445f0204", "security_groups": [{"name": "default"}], "user_id": "6b85a9e453b24570bfadad1d44527518", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:42:55Z", "hostId": "8e214fc00d4cffe8dfdc44cf385892fe49228f6089a7bfaaa9e2ac64", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst", "created": "2018-12-03T16:42:54Z", "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:42:58,623 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 used request id req-1a77db47-3f3a-455a-92f9-32ae1f98422e 2018-12-03 16:42:58,623 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst] is - BUILD 2018-12-03 16:42:58,623 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:43:01,627 - create_instance - DEBUG - VM status query timeout in 892.961652994 2018-12-03 16:43:01,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:43:02,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43: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-4ad32100-4996-46db-9202-4830bce1cde9 x-compute-request-id: req-4ad32100-4996-46db-9202-4830bce1cde9 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:79:c6", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:79:c6", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cf657e01-9c64-4fe1-80a2-8431445f0204", "rel": "bookmark"}], "image": {"id": "4e4ff887-8a4d-44d9-9535-c2d17df064a2", "links": [{"href": "http://172.30.9.30:8774/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:00.000000", "flavor": {"id": "6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "links": [{"href": "http://172.30.9.30:8774/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "rel": "bookmark"}]}, "id": "cf657e01-9c64-4fe1-80a2-8431445f0204", "security_groups": [{"name": "default"}], "user_id": "6b85a9e453b24570bfadad1d44527518", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:00Z", "hostId": "8e214fc00d4cffe8dfdc44cf385892fe49228f6089a7bfaaa9e2ac64", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst", "created": "2018-12-03T16:42:54Z", "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:02,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 used request id req-4ad32100-4996-46db-9202-4830bce1cde9 2018-12-03 16:43:02,025 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst] is - ACTIVE 2018-12-03 16:43:02,025 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:43:02,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:43:02,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4478960b-16b8-4687-a4c9-ac30aa87bb49 x-compute-request-id: req-4478960b-16b8-4687-a4c9-ac30aa87bb49 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:79:c6", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:79:c6", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cf657e01-9c64-4fe1-80a2-8431445f0204", "rel": "bookmark"}], "image": {"id": "4e4ff887-8a4d-44d9-9535-c2d17df064a2", "links": [{"href": "http://172.30.9.30:8774/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:00.000000", "flavor": {"id": "6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "links": [{"href": "http://172.30.9.30:8774/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "rel": "bookmark"}]}, "id": "cf657e01-9c64-4fe1-80a2-8431445f0204", "security_groups": [{"name": "default"}], "user_id": "6b85a9e453b24570bfadad1d44527518", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:00Z", "hostId": "8e214fc00d4cffe8dfdc44cf385892fe49228f6089a7bfaaa9e2ac64", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst", "created": "2018-12-03T16:42:54Z", "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:02,732 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 used request id req-4478960b-16b8-4687-a4c9-ac30aa87bb49 2018-12-03 16:43:02,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:43:02,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-8bba3b02-3d3c-4ad4-9f1a-2127314a5352 Date: Mon, 03 Dec 2018 16:43: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":["0845ba23-380b-494a-8f16-2c1c091abf65","1dc45557-0917-411c-9c70-62457098e789"],"updated_at":"2018-12-03T16:42:46Z","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d160200f6f0b432db4f196fa3d1a6984","id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2"}]} 2018-12-03 16:43:02,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 used request id req-8bba3b02-3d3c-4ad4-9f1a-2127314a5352 2018-12-03 16:43:02,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:43:03,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b21e753c-50cc-4de6-86a7-983daa927a92 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984"}, "enabled": true, "id": "d160200f6f0b432db4f196fa3d1a6984", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}} 2018-12-03 16:43:03,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 used request id req-b21e753c-50cc-4de6-86a7-983daa927a92 2018-12-03 16:43:03,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:43:03,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-d9869ab4-62e1-4870-a608-526d94cf283d Date: Mon, 03 Dec 2018 16:43:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:46Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42:46Z","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":"d160200f6f0b432db4f196fa3d1a6984","id":"0845ba23-380b-494a-8f16-2c1c091abf65","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:45Z","dns_nameservers":[],"updated_at":"2018-12-03T16:42: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":"d160200f6f0b432db4f196fa3d1a6984","id":"1dc45557-0917-411c-9c70-62457098e789","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1"}]} 2018-12-03 16:43:03,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f used request id req-d9869ab4-62e1-4870-a608-526d94cf283d 2018-12-03 16:43:03,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:43:03,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3437 X-Openstack-Request-Id: req-7e7ef7ed-0304-4e15-ba00-e736f997b1a8 Date: Mon, 03 Dec 2018 16:43:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:00Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1dc45557-0917-411c-9c70-62457098e789","ip_address":"10.55.0.101"},{"subnet_id":"0845ba23-380b-494a-8f16-2c1c091abf65","ip_address":"10.65.0.101"}],"id":"1aee158f-23e6-4843-bb3f-4701e155375c","security_groups":["ab7587c6-928e-412d-a8d4-f38b2af21615"],"mac_address":"fa:16:3e:96:79:c6","project_id":"d160200f6f0b432db4f196fa3d1a6984","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486port-1","admin_state_up":true,"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:51Z","binding:vnic_type":"normal","device_id":"cf657e01-9c64-4fe1-80a2-8431445f0204"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:42:48Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1dc45557-0917-411c-9c70-62457098e789","ip_address":"10.55.0.3"},{"subnet_id":"0845ba23-380b-494a-8f16-2c1c091abf65","ip_address":"10.65.0.3"}],"id":"9fcfbf79-437e-40b7-ab77-8d2243e9dace","security_groups":[],"mac_address":"fa:16:3e:21:c6:f4","project_id":"d160200f6f0b432db4f196fa3d1a6984","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8facfeeb-3608-467b-ba6b-6da03d26de2f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:42:48Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1dc45557-0917-411c-9c70-62457098e789","ip_address":"10.55.0.2"},{"subnet_id":"0845ba23-380b-494a-8f16-2c1c091abf65","ip_address":"10.65.0.2"}],"id":"c6decd60-b0b4-4675-9a9b-09e3fc166289","security_groups":[],"mac_address":"fa:16:3e:a7:fe:cc","project_id":"d160200f6f0b432db4f196fa3d1a6984","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8facfeeb-3608-467b-ba6b-6da03d26de2f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:42:49Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1dc45557-0917-411c-9c70-62457098e789","ip_address":"10.55.0.4"},{"subnet_id":"0845ba23-380b-494a-8f16-2c1c091abf65","ip_address":"10.65.0.4"}],"id":"ec190a76-5a12-48dc-9ab7-57bc41b4c171","security_groups":[],"mac_address":"fa:16:3e:5f:28:b2","project_id":"d160200f6f0b432db4f196fa3d1a6984","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8facfeeb-3608-467b-ba6b-6da03d26de2f","tenant_id":"d160200f6f0b432db4f196fa3d1a6984","created_at":"2018-12-03T16:42:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8facfeeb-3608-467b-ba6b-6da03d26de2f"}]} 2018-12-03 16:43:03,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8facfeeb-3608-467b-ba6b-6da03d26de2f used request id req-7e7ef7ed-0304-4e15-ba00-e736f997b1a8 2018-12-03 16:43:03,464 - create_instance - INFO - Deleting Port with ID - 1aee158f-23e6-4843-bb3f-4701e155375c 2018-12-03 16:43:03,464 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486port-1 2018-12-03 16:43:03,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/1aee158f-23e6-4843-bb3f-4701e155375c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:43:04,276 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-01af0196-5db5-4971-9818-d182b080af45 Date: Mon, 03 Dec 2018 16:43:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:43:04,276 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/1aee158f-23e6-4843-bb3f-4701e155375c used request id req-01af0196-5db5-4971-9818-d182b080af45 2018-12-03 16:43:04,276 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst 2018-12-03 16:43:04,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:43:04,426 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-87fa4460-3e31-4f68-852a-85e1649c0075 x-compute-request-id: req-87fa4460-3e31-4f68-852a-85e1649c0075 Content-Type: application/json 2018-12-03 16:43:04,426 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 used request id req-87fa4460-3e31-4f68-852a-85e1649c0075 2018-12-03 16:43:04,426 - create_instance - INFO - Checking deletion status 2018-12-03 16:43:04,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:43:04,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-6c73d758-b394-4410-a507-9d93aceef038 x-compute-request-id: req-6c73d758-b394-4410-a507-9d93aceef038 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.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cf657e01-9c64-4fe1-80a2-8431445f0204", "rel": "bookmark"}], "image": {"id": "4e4ff887-8a4d-44d9-9535-c2d17df064a2", "links": [{"href": "http://172.30.9.30:8774/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:00.000000", "flavor": {"id": "6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "links": [{"href": "http://172.30.9.30:8774/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c", "rel": "bookmark"}]}, "id": "cf657e01-9c64-4fe1-80a2-8431445f0204", "user_id": "6b85a9e453b24570bfadad1d44527518", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:04Z", "hostId": "8e214fc00d4cffe8dfdc44cf385892fe49228f6089a7bfaaa9e2ac64", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst", "created": "2018-12-03T16:42:54Z", "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:04,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 used request id req-6c73d758-b394-4410-a507-9d93aceef038 2018-12-03 16:43:04,663 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst] is - ACTIVE 2018-12-03 16:43:04,663 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:43:07,666 - create_instance - DEBUG - VM status query timeout in 296.760308981 2018-12-03 16:43:07,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a24bcbfb83c1032f0375ed2355b0a3b8e2fe67ca" 2018-12-03 16:43:07,722 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-b20ef324-01b7-49f4-aef9-4c8827efb716 x-compute-request-id: req-b20ef324-01b7-49f4-aef9-4c8827efb716 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance cf657e01-9c64-4fe1-80a2-8431445f0204 could not be found.", "code": 404}} 2018-12-03 16:43:07,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cf657e01-9c64-4fe1-80a2-8431445f0204 used request id req-b20ef324-01b7-49f4-aef9-4c8827efb716 2018-12-03 16:43:07,722 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance cf657e01-9c64-4fe1-80a2-8431445f0204 could not be found. (HTTP 404) (Request-ID: req-b20ef324-01b7-49f4-aef9-4c8827efb716) 2018-12-03 16:43:07,722 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-inst 2018-12-03 16:43:07,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6db39bfb4441be82a908bcacec76c5b11bcf1dcc" 2018-12-03 16:43:07,772 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-6b68c480-30f3-4058-8e9f-572de4d463bf x-compute-request-id: req-6b68c480-30f3-4058-8e9f-572de4d463bf Content-Length: 0 Content-Type: application/json 2018-12-03 16:43:07,772 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/6c96c35a-0ddc-4d76-a5cf-ded5cec7f21c used request id req-6b68c480-30f3-4058-8e9f-572de4d463bf 2018-12-03 16:43:07,773 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-pub-subnet 2018-12-03 16:43:07,773 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-pub-subnet 2018-12-03 16:43:07,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/6e76c69a-c218-4e51-b194-6b9f89307975 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c72bc1ede12a70c2221451ced1289b48d5b37d4" 2018-12-03 16:43:10,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0c947f57-7881-4603-8857-f5f2d77c8288 Date: Mon, 03 Dec 2018 16:43:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:43:10,145 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/6e76c69a-c218-4e51-b194-6b9f89307975 used request id req-0c947f57-7881-4603-8857-f5f2d77c8288 2018-12-03 16:43:10,145 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-pub-net 2018-12-03 16:43:10,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c72bc1ede12a70c2221451ced1289b48d5b37d4" 2018-12-03 16:43:11,498 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e4f051b7-4d13-4de6-87be-6079d681bcc2 Date: Mon, 03 Dec 2018 16:43:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:43:11,498 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/f0eb94a4-81c7-45fb-9d3c-c2f2460c8e95 used request id req-e4f051b7-4d13-4de6-87be-6079d681bcc2 2018-12-03 16:43:11,498 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2 2018-12-03 16:43:11,499 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet2 2018-12-03 16:43:11,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/0845ba23-380b-494a-8f16-2c1c091abf65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa8e4a20282401de67e9502e49b07631ec1e267" 2018-12-03 16:43:13,655 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af19b557-df8f-4957-92b4-fdda7397fc13 Date: Mon, 03 Dec 2018 16:43:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:43:13,655 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/0845ba23-380b-494a-8f16-2c1c091abf65 used request id req-af19b557-df8f-4957-92b4-fdda7397fc13 2018-12-03 16:43:13,655 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1 2018-12-03 16:43:13,655 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-subnet1 2018-12-03 16:43:13,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/1dc45557-0917-411c-9c70-62457098e789 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa8e4a20282401de67e9502e49b07631ec1e267" 2018-12-03 16:43:15,957 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-48015a59-6bf4-42d1-ba1e-7c082a2621e9 Date: Mon, 03 Dec 2018 16:43:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:43:15,957 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/1dc45557-0917-411c-9c70-62457098e789 used request id req-48015a59-6bf4-42d1-ba1e-7c082a2621e9 2018-12-03 16:43:15,958 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486net2 2018-12-03 16:43:15,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/8facfeeb-3608-467b-ba6b-6da03d26de2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa8e4a20282401de67e9502e49b07631ec1e267" 2018-12-03 16:43:17,183 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-93bf9880-04bf-4571-9d8f-a9793610a7d0 Date: Mon, 03 Dec 2018 16:43:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:43:17,183 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/8facfeeb-3608-467b-ba6b-6da03d26de2f used request id req-93bf9880-04bf-4571-9d8f-a9793610a7d0 2018-12-03 16:43:17,184 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-bcddf3f4-8bbd-45c3-966e-829d6e6da486-image 2018-12-03 16:43:17,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}215db331cc761b71ee6b6b46a1d0e2eca551cb36" 2018-12-03 16:43:18,649 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d1667612-6af4-419d-ae19-1e575c2b8e47 Date: Mon, 03 Dec 2018 16:43:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:43:18,650 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/4e4ff887-8a4d-44d9-9535-c2d17df064a2 used request id req-d1667612-6af4-419d-ae19-1e575c2b8e47 2018-12-03 16:43:18,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:43:18,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f0d29b34-e54d-41e0-9f16-e1419fcb275a Date: Mon, 03 Dec 2018 16:43:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "created_at": "2018-12-03T16:42:40Z", "updated_at": "2018-12-03T16:42:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:42:40Z", "revision_number": 0, "id": "542f3029-d509-4aec-b369-6c1dae3fb60c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:42:40Z", "security_group_id": "ab7587c6-928e-412d-a8d4-f38b2af21615", "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "port_range_min": null, "ethertype": "IPv6", "project_id": "d160200f6f0b432db4f196fa3d1a6984"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:42:40Z", "revision_number": 0, "id": "559e5ca0-10e4-466a-8a6d-3984428fe79c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:42:40Z", "security_group_id": "ab7587c6-928e-412d-a8d4-f38b2af21615", "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "port_range_min": null, "ethertype": "IPv4", "project_id": "d160200f6f0b432db4f196fa3d1a6984"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:42:40Z", "revision_number": 0, "id": "9fe29d3a-28f3-448c-bf1d-1f6597a64543", "remote_group_id": "ab7587c6-928e-412d-a8d4-f38b2af21615", "remote_ip_prefix": null, "created_at": "2018-12-03T16:42:40Z", "security_group_id": "ab7587c6-928e-412d-a8d4-f38b2af21615", "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "port_range_min": null, "ethertype": "IPv4", "project_id": "d160200f6f0b432db4f196fa3d1a6984"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:42:40Z", "revision_number": 0, "id": "f09d0a0b-0316-4eaf-8098-9cd302c99121", "remote_group_id": "ab7587c6-928e-412d-a8d4-f38b2af21615", "remote_ip_prefix": null, "created_at": "2018-12-03T16:42:40Z", "security_group_id": "ab7587c6-928e-412d-a8d4-f38b2af21615", "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "port_range_min": null, "ethertype": "IPv6", "project_id": "d160200f6f0b432db4f196fa3d1a6984"}], "revision_number": 4, "project_id": "d160200f6f0b432db4f196fa3d1a6984", "id": "ab7587c6-928e-412d-a8d4-f38b2af21615", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:43:18,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-f0d29b34-e54d-41e0-9f16-e1419fcb275a 2018-12-03 16:43:18,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:43:18,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-332befa6-adb5-4764-91b3-001dd461c1ae Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:43:18,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-332befa6-adb5-4764-91b3-001dd461c1ae 2018-12-03 16:43:18,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:43:19,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b273e2a-6c2b-46b4-beaa-9338cce1cf86 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:43:19,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-4b273e2a-6c2b-46b4-beaa-9338cce1cf86 2018-12-03 16:43:19,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:43:19,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff15459a-94a6-4b6e-af43-8e7e81e13f41 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984"}, "enabled": true, "id": "d160200f6f0b432db4f196fa3d1a6984", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6610c5d2-8443-463-proj"}} 2018-12-03 16:43:19,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 used request id req-ff15459a-94a6-4b6e-af43-8e7e81e13f41 2018-12-03 16:43:19,150 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ab7587c6-928e-412d-a8d4-f38b2af21615 2018-12-03 16:43:19,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ab7587c6-928e-412d-a8d4-f38b2af21615 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:43:19,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a3914d8e-a00a-4014-b1a2-df15d1c50974 Date: Mon, 03 Dec 2018 16:43: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-12-03T16:42:40Z", "security_group_id": "ab7587c6-928e-412d-a8d4-f38b2af21615", "port_range_min": null, "revision_number": 0, "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "created_at": "2018-12-03T16:42:40Z", "project_id": "d160200f6f0b432db4f196fa3d1a6984", "id": "542f3029-d509-4aec-b369-6c1dae3fb60c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:42:40Z", "security_group_id": "ab7587c6-928e-412d-a8d4-f38b2af21615", "port_range_min": null, "revision_number": 0, "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "created_at": "2018-12-03T16:42:40Z", "project_id": "d160200f6f0b432db4f196fa3d1a6984", "id": "559e5ca0-10e4-466a-8a6d-3984428fe79c"}, {"remote_group_id": "ab7587c6-928e-412d-a8d4-f38b2af21615", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:42:40Z", "security_group_id": "ab7587c6-928e-412d-a8d4-f38b2af21615", "port_range_min": null, "revision_number": 0, "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "created_at": "2018-12-03T16:42:40Z", "project_id": "d160200f6f0b432db4f196fa3d1a6984", "id": "9fe29d3a-28f3-448c-bf1d-1f6597a64543"}, {"remote_group_id": "ab7587c6-928e-412d-a8d4-f38b2af21615", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:42:40Z", "security_group_id": "ab7587c6-928e-412d-a8d4-f38b2af21615", "port_range_min": null, "revision_number": 0, "tenant_id": "d160200f6f0b432db4f196fa3d1a6984", "created_at": "2018-12-03T16:42:40Z", "project_id": "d160200f6f0b432db4f196fa3d1a6984", "id": "f09d0a0b-0316-4eaf-8098-9cd302c99121"}]} 2018-12-03 16:43:19,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ab7587c6-928e-412d-a8d4-f38b2af21615 used request id req-a3914d8e-a00a-4014-b1a2-df15d1c50974 2018-12-03 16:43:19,321 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:43:19,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/ab7587c6-928e-412d-a8d4-f38b2af21615 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:43:19,638 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b7af068-4fff-44c1-8f0c-0ab2cf6a88da Content-Length: 0 Date: Mon, 03 Dec 2018 16:43:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:43:19,639 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/ab7587c6-928e-412d-a8d4-f38b2af21615 used request id req-2b7af068-4fff-44c1-8f0c-0ab2cf6a88da 2018-12-03 16:43:19,639 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-6610c5d2-8443-463-proj 2018-12-03 16:43:19,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:43:19,886 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:43:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5773dcc7-c843-4a9e-b62a-82b068831dec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:43:19,886 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/d160200f6f0b432db4f196fa3d1a6984 used request id req-5773dcc7-c843-4a9e-b62a-82b068831dec 2018-12-03 16:43:19,886 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-6610c5d2-8443-463-proj-role 2018-12-03 16:43:19,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/1e9839976c03474a994706a2e6818223 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:43:19,991 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:43:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ac69110-e544-4018-b3e7-a8e0afa12a3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:43:19,991 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/1e9839976c03474a994706a2e6818223 used request id req-2ac69110-e544-4018-b3e7-a8e0afa12a3f 2018-12-03 16:43:19,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187524e5700adb7ef5997a82f2c75afa1c3a8175" 2018-12-03 16:43:20,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-282e0261-7e01-48e9-9ecc-6d43e566b8a7 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:43:20,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-282e0261-7e01-48e9-9ecc-6d43e566b8a7 2018-12-03 16:43:20,084 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-6610c5d2-8443-463-user 2018-12-03 16:43:20,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/6b85a9e453b24570bfadad1d44527518 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c06af2768e2742f8985753893efd555b1223fe7" 2018-12-03 16:43:20,300 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:43:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14403954-ff60-4d8f-954d-8cf7a728b2d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:43:20,301 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/6b85a9e453b24570bfadad1d44527518 used request id req-14403954-ff60-4d8f-954d-8cf7a728b2d2 2018-12-03 16:43:20,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:43:20,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:43:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Q6jZTWFUS0WrG3Srt2lVhg"], "issued_at": "2018-12-03T16:43:20.000000Z"}} 2018-12-03 16:43:20,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53aab8f6f98f5251fdd229ada9f9a58c1eb81afd" 2018-12-03 16:43:20,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9e6d52b-36b4-4d0a-8a86-d32e0f862d46 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:43:20,762 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b9e6d52b-36b4-4d0a-8a86-d32e0f862d46 2018-12-03 16:43:20,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:43:20,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:43:21,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:43:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["NEvIviUwRM2sHVbDGjfc-g"], "issued_at": "2018-12-03T16:43:21.000000Z"}} 2018-12-03 16:43:21,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:43:21,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a48bdc8-f0c4-4558-add5-8879d8d9f472 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:43:21,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3a48bdc8-f0c4-4558-add5-8879d8d9f472 2018-12-03 16:43:21,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:43:21,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:43: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:43:21,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:43:21,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5860b40-e48c-499b-9af5-dcefd35fff9a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:43:21,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj used request id req-f5860b40-e48c-499b-9af5-dcefd35fff9a 2018-12-03 16:43:21,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:43:21,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32f60511-60b2-44ee-b08f-0fbdde51b0dd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:43:21,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-32f60511-60b2-44ee-b08f-0fbdde51b0dd 2018-12-03 16:43:21,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}}' 2018-12-03 16:43:21,637 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:43:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ec20eb6-4d74-4c67-ad24-9ea01eb56b8d Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, "enabled": true, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}} 2018-12-03 16:43:21,638 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-2ec20eb6-4d74-4c67-ad24-9ea01eb56b8d 2018-12-03 16:43:21,638 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj 2018-12-03 16:43:21,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:43:21,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:43:22,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:43:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["tNMQ3IBASYGLw-DoEbnE7w"], "issued_at": "2018-12-03T16:43:22.000000Z"}} 2018-12-03 16:43:22,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f11a00ff1274f1a6721328ffe1ea7602a211bc" 2018-12-03 16:43:22,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03277fd0-d602-4778-a68f-f26683c9b0ea Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:43:22,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-03277fd0-d602-4778-a68f-f26683c9b0ea 2018-12-03 16:43:22,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:43:22,111 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:43: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:43:22,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f11a00ff1274f1a6721328ffe1ea7602a211bc" 2018-12-03 16:43:22,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2da6b2f0-a8a5-47bb-95fc-f5ea73b6d273 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:43:22,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-2da6b2f0-a8a5-47bb-95fc-f5ea73b6d273 2018-12-03 16:43:22,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f11a00ff1274f1a6721328ffe1ea7602a211bc" 2018-12-03 16:43:22,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58c21723-6f71-45cc-8c97-bb547c872f94 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, "enabled": true, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}]} 2018-12-03 16:43:22,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj used request id req-58c21723-6f71-45cc-8c97-bb547c872f94 2018-12-03 16:43:22,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f11a00ff1274f1a6721328ffe1ea7602a211bc" 2018-12-03 16:43:22,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a5626c1-d6a5-474f-8213-2221a334195e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:43:22,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-4a5626c1-d6a5-474f-8213-2221a334195e 2018-12-03 16:43:22,637 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-d45fd4a0-137a-49b-user 2018-12-03 16:43:22,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:43:22,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:43:22,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6fec0e1-0039-425c-8d55-56e763683243 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:43:22,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b6fec0e1-0039-425c-8d55-56e763683243 2018-12-03 16:43:22,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" -d '{"role": {"name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj-role"}}' 2018-12-03 16:43:22,853 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:43:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28f86a32-2bbb-4b67-b04e-07d5cea3acf9 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a07536bc1bd6458aa9d3f953f2fc5f30", "links": {"self": "http://172.30.9.30:5000/v3/roles/a07536bc1bd6458aa9d3f953f2fc5f30"}, "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj-role"}} 2018-12-03 16:43:22,853 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-28f86a32-2bbb-4b67-b04e-07d5cea3acf9 2018-12-03 16:43:22,854 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj-role 2018-12-03 16:43:22,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/a07536bc1bd6458aa9d3f953f2fc5f30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:43:22,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07aaeb47-ab35-4b90-bd34-179a0a6904f4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/a07536bc1bd6458aa9d3f953f2fc5f30"}, "domain_id": null, "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj-role", "id": "a07536bc1bd6458aa9d3f953f2fc5f30"}} 2018-12-03 16:43:22,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/a07536bc1bd6458aa9d3f953f2fc5f30 used request id req-07aaeb47-ab35-4b90-bd34-179a0a6904f4 2018-12-03 16:43:22,946 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj-role to project InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj 2018-12-03 16:43:22,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2/users/969dfbfa0b1d451db1c29f5cd55a8f22/roles/a07536bc1bd6458aa9d3f953f2fc5f30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:43:23,077 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:43:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51367cb9-9ef6-4cf4-9352-2027fc5c6a11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:43:23,077 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2/users/969dfbfa0b1d451db1c29f5cd55a8f22/roles/a07536bc1bd6458aa9d3f953f2fc5f30 used request id req-51367cb9-9ef6-4cf4-9352-2027fc5c6a11 2018-12-03 16:43:23,078 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:43:23,079 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:43:23,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:43:23,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:43:23,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a07536bc1bd6458aa9d3f953f2fc5f30", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj-role"}], "expires_at": "2018-12-03T17:43:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-user", "id": "969dfbfa0b1d451db1c29f5cd55a8f22"}, "audit_ids": ["3M9rTCFoSPyrnCSFf2SHyQ"], "issued_at": "2018-12-03T16:43:23.000000Z"}} 2018-12-03 16:43:23,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daef17c78636aa652b5f2ecb184f6a08d58d3129" 2018-12-03 16:43:23,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46bba4d6-e653-428d-99ab-8bac12b6c257 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:43:23,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-46bba4d6-e653-428d-99ab-8bac12b6c257 2018-12-03 16:43:23,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}daef17c78636aa652b5f2ecb184f6a08d58d3129" 2018-12-03 16:43:23,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-2ef0355f-70ea-45c4-bb6c-78d39dc0d198 Date: Mon, 03 Dec 2018 16:43:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image"} 2018-12-03 16:43:23,720 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image used request id req-2ef0355f-70ea-45c4-bb6c-78d39dc0d198 2018-12-03 16:43:23,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}daef17c78636aa652b5f2ecb184f6a08d58d3129" 2018-12-03 16:43:23,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-81c65670-a2ba-41c0-8d20-9df4ef99b35c Date: Mon, 03 Dec 2018 16:43: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-12-03 16:43:23,873 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-81c65670-a2ba-41c0-8d20-9df4ef99b35c 2018-12-03 16:43:23,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}daef17c78636aa652b5f2ecb184f6a08d58d3129" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image"}' 2018-12-03 16:43:24,100 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15 X-Openstack-Request-Id: req-2b188478-cf51-4301-a96c-a97f62a6dba8 Date: Mon, 03 Dec 2018 16:43:24 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:43:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:43:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "min_disk": 0, "protected": false, "id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "file": "/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15/file", "checksum": null, "owner": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:43:24,100 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-2b188478-cf51-4301-a96c-a97f62a6dba8 2018-12-03 16:43:24,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}daef17c78636aa652b5f2ecb184f6a08d58d3129" -d '' 2018-12-03 16:43:25,102 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2d92473b-273b-47de-b2be-9ef2eadddb45 Date: Mon, 03 Dec 2018 16:43:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:43:25,102 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15/file used request id req-2d92473b-273b-47de-b2be-9ef2eadddb45 2018-12-03 16:43:25,102 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:43:25,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}daef17c78636aa652b5f2ecb184f6a08d58d3129" 2018-12-03 16:43:25,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-9e9b51b9-31df-48f6-bda5-49409c00cab1 Date: Mon, 03 Dec 2018 16:43:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:43:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:43:25Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15/snap", "metadata": {}}], "self": "/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "min_disk": 0, "protected": false, "id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "file": "/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:43:25,123 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15 used request id req-9e9b51b9-31df-48f6-bda5-49409c00cab1 2018-12-03 16:43:25,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}daef17c78636aa652b5f2ecb184f6a08d58d3129" 2018-12-03 16:43:25,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-abfecb92-1fe6-457b-98f8-6e3753bbca10 Date: Mon, 03 Dec 2018 16:43: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-12-03 16:43:25,361 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-abfecb92-1fe6-457b-98f8-6e3753bbca10 2018-12-03 16:43:25,364 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image 2018-12-03 16:43:25,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}daef17c78636aa652b5f2ecb184f6a08d58d3129" 2018-12-03 16:43:25,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f345e9f8-7ddf-4191-806f-464c4be9b04b Date: Mon, 03 Dec 2018 16:43:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:43:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:43:25Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15/snap", "metadata": {}}], "self": "/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "min_disk": 0, "protected": false, "id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "file": "/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:43:25,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15 used request id req-f345e9f8-7ddf-4191-806f-464c4be9b04b 2018-12-03 16:43:25,524 - create_image - DEBUG - Instance status is - active 2018-12-03 16:43:25,524 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image 2018-12-03 16:43:25,524 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image 2018-12-03 16:43:25,525 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:43:25,525 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:43:25,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a07536bc1bd6458aa9d3f953f2fc5f30", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj-role"}], "expires_at": "2018-12-03T17:43:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-user", "id": "969dfbfa0b1d451db1c29f5cd55a8f22"}, "audit_ids": ["K-7BayAASLynr6lz0zZcpw"], "issued_at": "2018-12-03T16:43:25.000000Z"}} 2018-12-03 16:43:25,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea9726970aaadada0e42d2606527862413c867b" 2018-12-03 16:43:25,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f03ce31-96ab-45f6-968d-84e12b9c8956 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:43:25,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3f03ce31-96ab-45f6-968d-84e12b9c8956 2018-12-03 16:43:25,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea9726970aaadada0e42d2606527862413c867b" 2018-12-03 16:43:26,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7743671f-6cf7-493f-bd6e-86eba1c2020b Date: Mon, 03 Dec 2018 16:43:26 GMT RESP BODY: {"networks":[]} 2018-12-03 16:43:26,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net used request id req-7743671f-6cf7-493f-bd6e-86eba1c2020b 2018-12-03 16:43:26,246 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net 2018-12-03 16:43:26,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea9726970aaadada0e42d2606527862413c867b" -d '{"network": {"name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net", "admin_state_up": true}}' 2018-12-03 16:43:26,929 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-6180dbfc-0f19-4763-bc4d-3d5c96fea75f Date: Mon, 03 Dec 2018 16:43:26 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4eef0e1f-69be-4044-adca-6bb16757574a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:43:26Z","is_default":false,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:26Z","mtu":1450}} 2018-12-03 16:43:26,929 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-6180dbfc-0f19-4763-bc4d-3d5c96fea75f 2018-12-03 16:43:26,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea9726970aaadada0e42d2606527862413c867b" 2018-12-03 16:43:27,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-1be67592-3dda-4c14-97f1-60f44ab7ecd2 Date: Mon, 03 Dec 2018 16:43: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-12-03T16:43:26Z","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"4eef0e1f-69be-4044-adca-6bb16757574a","name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net"}]} 2018-12-03 16:43:27,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-1be67592-3dda-4c14-97f1-60f44ab7ecd2 2018-12-03 16:43:27,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea9726970aaadada0e42d2606527862413c867b" 2018-12-03 16:43:27,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3de5f797-caef-495b-93c1-dc0a22e79e29 Date: Mon, 03 Dec 2018 16:43:27 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:43:27,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-3de5f797-caef-495b-93c1-dc0a22e79e29 2018-12-03 16:43:27,205 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet 2018-12-03 16:43:27,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea9726970aaadada0e42d2606527862413c867b" -d '{"subnets": [{"ip_version": 4, "network_id": "4eef0e1f-69be-4044-adca-6bb16757574a", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet"}]}' 2018-12-03 16:43:28,061 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-daacf799-ab41-40d8-81f6-3d4f19ce4b1c Date: Mon, 03 Dec 2018 16:43:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:43:27Z","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":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet"}]} 2018-12-03 16:43:28,061 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-daacf799-ab41-40d8-81f6-3d4f19ce4b1c 2018-12-03 16:43:28,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea9726970aaadada0e42d2606527862413c867b" 2018-12-03 16:43:28,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5eed5936-6779-41b9-bfe9-b5a6bf7aa076 Date: Mon, 03 Dec 2018 16:43: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":["2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8"],"updated_at":"2018-12-03T16:43:27Z","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"4eef0e1f-69be-4044-adca-6bb16757574a","name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net"}]} 2018-12-03 16:43:28,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-5eed5936-6779-41b9-bfe9-b5a6bf7aa076 2018-12-03 16:43:28,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea9726970aaadada0e42d2606527862413c867b" 2018-12-03 16:43:28,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ebd046c5-d61f-415b-a822-293e7930a281 Date: Mon, 03 Dec 2018 16:43:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:43:27Z","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":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet"}]} 2018-12-03 16:43:28,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-ebd046c5-d61f-415b-a822-293e7930a281 2018-12-03 16:43:28,506 - OpenStackNetwork - DEBUG - Network [4eef0e1f-69be-4044-adca-6bb16757574a] created successfully 2018-12-03 16:43:28,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:43:28,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:43:28,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:43:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["KQ4UGgsBQ9-WOToZnerpFg"], "issued_at": "2018-12-03T16:43:28.000000Z"}} 2018-12-03 16:43:28,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c1b83212cc237e72a06a89e114bc41d9fce125" 2018-12-03 16:43:28,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2e1bf02-cf2a-4c0a-a2a8-08a245d86a4d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:43:28,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a2e1bf02-cf2a-4c0a-a2a8-08a245d86a4d 2018-12-03 16:43:28,964 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:43:28,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c1b83212cc237e72a06a89e114bc41d9fce125" 2018-12-03 16:43:29,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-8d15d296-69a3-4717-958f-f72bd7cdc2da x-compute-request-id: req-8d15d296-69a3-4717-958f-f72bd7cdc2da Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:43:29,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8d15d296-69a3-4717-958f-f72bd7cdc2da 2018-12-03 16:43:29,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c1b83212cc237e72a06a89e114bc41d9fce125" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-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-12-03 16:43:29,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8782c992-1991-4a5c-b6f7-0d93a8f0ad28 x-compute-request-id: req-8782c992-1991-4a5c-b6f7-0d93a8f0ad28 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "685a6951-fe32-409b-a388-800a91a6ce95", "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:43:29,255 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8782c992-1991-4a5c-b6f7-0d93a8f0ad28 2018-12-03 16:43:29,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:43:29,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:43:29,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a07536bc1bd6458aa9d3f953f2fc5f30", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj-role"}], "expires_at": "2018-12-03T17:43:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-user", "id": "969dfbfa0b1d451db1c29f5cd55a8f22"}, "audit_ids": ["-0r272-HSeG3osWKTJc2Gw"], "issued_at": "2018-12-03T16:43:29.000000Z"}} 2018-12-03 16:43:29,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:29,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb1d5ebe-1273-4c9f-8f07-70de8d41b120 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:43:29,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cb1d5ebe-1273-4c9f-8f07-70de8d41b120 2018-12-03 16:43:29,707 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:43:29,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:29,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cc1af7f-537c-41d9-81c2-b4f4b494861f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:43:29,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2cc1af7f-537c-41d9-81c2-b4f4b494861f 2018-12-03 16:43:29,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:30,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-48bd1fad-1c93-4c28-9fff-15eb57982c12 Date: Mon, 03 Dec 2018 16:43: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":["2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8"],"updated_at":"2018-12-03T16:43:27Z","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"4eef0e1f-69be-4044-adca-6bb16757574a","name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net"}]} 2018-12-03 16:43:30,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net used request id req-48bd1fad-1c93-4c28-9fff-15eb57982c12 2018-12-03 16:43:30,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:43:30,047 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:43: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:43:30,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:30,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9282a666-e542-4c37-b8b1-380c8afd70fb Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, "enabled": true, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}} 2018-12-03 16:43:30,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 used request id req-9282a666-e542-4c37-b8b1-380c8afd70fb 2018-12-03 16:43:30,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:30,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c26d6b5d-f3c7-4984-9c73-129dce786169 Date: Mon, 03 Dec 2018 16:43:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:43:27Z","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":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet"}]} 2018-12-03 16:43:30,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-c26d6b5d-f3c7-4984-9c73-129dce786169 2018-12-03 16:43:30,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a&name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:30,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8ea43da4-54d2-4314-b827-a35d4baee21f Date: Mon, 03 Dec 2018 16:43:30 GMT RESP BODY: {"ports":[]} 2018-12-03 16:43:30,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a&name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port&admin_state_up=True used request id req-8ea43da4-54d2-4314-b827-a35d4baee21f 2018-12-03 16:43:30,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:30,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98584fac-1edf-44cc-acd4-197723b6e121 x-compute-request-id: req-98584fac-1edf-44cc-acd4-197723b6e121 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:43:30,860 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst used request id req-98584fac-1edf-44cc-acd4-197723b6e121 2018-12-03 16:43:30,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:31,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f02927de-b8ab-4d1b-b856-afe591095281 Date: Mon, 03 Dec 2018 16:43: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":["2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8"],"updated_at":"2018-12-03T16:43:27Z","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"4eef0e1f-69be-4044-adca-6bb16757574a","name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net"}]} 2018-12-03 16:43:31,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net used request id req-f02927de-b8ab-4d1b-b856-afe591095281 2018-12-03 16:43:31,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:31,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-544239e3-7ca0-42e9-b7c5-404d0e927d46 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, "enabled": true, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}} 2018-12-03 16:43:31,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 used request id req-544239e3-7ca0-42e9-b7c5-404d0e927d46 2018-12-03 16:43:31,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:31,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bd1e08e7-89c1-4ec8-b7ff-f3d0effdae65 Date: Mon, 03 Dec 2018 16:43:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:43:27Z","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":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet"}]} 2018-12-03 16:43:31,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-bd1e08e7-89c1-4ec8-b7ff-f3d0effdae65 2018-12-03 16:43:31,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a&name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:31,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-eb2a858d-3915-4662-b762-5733931c49ae Date: Mon, 03 Dec 2018 16:43:31 GMT RESP BODY: {"ports":[]} 2018-12-03 16:43:31,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a&name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port&admin_state_up=True used request id req-eb2a858d-3915-4662-b762-5733931c49ae 2018-12-03 16:43:31,584 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:43:31,585 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:43:31,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a07536bc1bd6458aa9d3f953f2fc5f30", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj-role"}], "expires_at": "2018-12-03T17:43:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-user", "id": "969dfbfa0b1d451db1c29f5cd55a8f22"}, "audit_ids": ["0K9GchCVR1OHoA2QLySYZA"], "issued_at": "2018-12-03T16:43:31.000000Z"}} 2018-12-03 16:43:31,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3a01080b4830489c38a57105883dec1f263aad5" 2018-12-03 16:43:32,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dff6bc5d-3f94-4299-ba3c-7f2248302a8c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:43:32,059 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dff6bc5d-3f94-4299-ba3c-7f2248302a8c 2018-12-03 16:43:32,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:32,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-63a6121f-1f5f-4c36-b9b8-2ceba3ec45f7 Date: Mon, 03 Dec 2018 16:43: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":["2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8"],"updated_at":"2018-12-03T16:43:27Z","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"4eef0e1f-69be-4044-adca-6bb16757574a","name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net"}]} 2018-12-03 16:43:32,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net used request id req-63a6121f-1f5f-4c36-b9b8-2ceba3ec45f7 2018-12-03 16:43:32,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:32,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b5011d00-9e5f-41ca-87d4-af6b4b60629e Date: Mon, 03 Dec 2018 16:43:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:43:27Z","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":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet"}]} 2018-12-03 16:43:32,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-b5011d00-9e5f-41ca-87d4-af6b4b60629e 2018-12-03 16:43:32,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:32,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-21b5b84f-cfd7-41b6-91c7-bcc3e0095ac2 Date: Mon, 03 Dec 2018 16:43: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":["2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8"],"updated_at":"2018-12-03T16:43:27Z","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"4eef0e1f-69be-4044-adca-6bb16757574a","name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net"}]} 2018-12-03 16:43:32,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net used request id req-21b5b84f-cfd7-41b6-91c7-bcc3e0095ac2 2018-12-03 16:43:32,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:43:32,655 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:43: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:43:32,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3a01080b4830489c38a57105883dec1f263aad5" 2018-12-03 16:43:32,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b1738b4-8b4a-4831-86e6-360805a428f2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, "enabled": true, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}} 2018-12-03 16:43:32,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 used request id req-2b1738b4-8b4a-4831-86e6-360805a428f2 2018-12-03 16:43:32,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:32,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cb4105b3-49e2-485d-a2b6-c0b0810e41de Date: Mon, 03 Dec 2018 16:43:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:43:27Z","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":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet"}]} 2018-12-03 16:43:32,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-cb4105b3-49e2-485d-a2b6-c0b0810e41de 2018-12-03 16:43:32,933 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net 2018-12-03 16:43:32,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" -d '{"port": {"network_id": "4eef0e1f-69be-4044-adca-6bb16757574a", "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port", "admin_state_up": true}}' 2018-12-03 16:43:33,863 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-0264daf5-dc79-4878-b22c-5f612969805e Date: Mon, 03 Dec 2018 16:43:33 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:33Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.12"}],"id":"a513f46d-2154-4503-b719-59b18331056e","security_groups":["48b2dcb6-27a0-4c82-a24b-bae677f5a4f6"],"mac_address":"fa:16:3e:63:93:9a","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","qos_policy_id":null,"admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:33Z","binding:vnic_type":"normal"}} 2018-12-03 16:43:33,863 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-0264daf5-dc79-4878-b22c-5f612969805e 2018-12-03 16:43:33,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:34,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1b2fa907-2bb3-4734-a39a-b04357cc0923 Date: Mon, 03 Dec 2018 16:43: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":["2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8"],"updated_at":"2018-12-03T16:43:27Z","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"4eef0e1f-69be-4044-adca-6bb16757574a","name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net"}]} 2018-12-03 16:43:34,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net used request id req-1b2fa907-2bb3-4734-a39a-b04357cc0923 2018-12-03 16:43:34,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:34,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bca708c-5bc6-40f2-aaf7-87786d3e1ebe Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, "enabled": true, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}} 2018-12-03 16:43:34,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 used request id req-3bca708c-5bc6-40f2-aaf7-87786d3e1ebe 2018-12-03 16:43:34,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:34,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c5094fb2-9ccb-4752-8d0c-6952bce37f1f Date: Mon, 03 Dec 2018 16:43:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:43:27Z","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":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet"}]} 2018-12-03 16:43:34,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-c5094fb2-9ccb-4752-8d0c-6952bce37f1f 2018-12-03 16:43:34,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a&name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:34,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-82395aaa-5f98-4742-b9b2-2bc6212ce803 Date: Mon, 03 Dec 2018 16:43:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:33Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.12"}],"id":"a513f46d-2154-4503-b719-59b18331056e","security_groups":["48b2dcb6-27a0-4c82-a24b-bae677f5a4f6"],"mac_address":"fa:16:3e:63:93:9a","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:33Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:43:34,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a&name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port&admin_state_up=True used request id req-82395aaa-5f98-4742-b9b2-2bc6212ce803 2018-12-03 16:43:34,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:34,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ed744f2-8129-4e7f-aa8e-1e8d2be9dce9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, "enabled": true, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}} 2018-12-03 16:43:34,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 used request id req-5ed744f2-8129-4e7f-aa8e-1e8d2be9dce9 2018-12-03 16:43:34,572 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst 2018-12-03 16:43:34,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:34,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56376339-393e-4e22-a52d-3f80b162f656 x-compute-request-id: req-56376339-393e-4e22-a52d-3f80b162f656 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-flavor-name"}]} 2018-12-03 16:43:34,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-56376339-393e-4e22-a52d-3f80b162f656 2018-12-03 16:43:34,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/685a6951-fe32-409b-a388-800a91a6ce95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:34,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f9c0cbf-6619-466b-beb8-d996a27442c5 x-compute-request-id: req-1f9c0cbf-6619-466b-beb8-d996a27442c5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "685a6951-fe32-409b-a388-800a91a6ce95", "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:43:34,627 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/685a6951-fe32-409b-a388-800a91a6ce95 used request id req-1f9c0cbf-6619-466b-beb8-d996a27442c5 2018-12-03 16:43:34,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:34,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-e455b435-8919-4513-a015-99120508cd34 Date: Mon, 03 Dec 2018 16:43:34 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:43:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:43:25Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15/snap", "metadata": {}}], "self": "/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "min_disk": 0, "protected": false, "id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "file": "/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image"} 2018-12-03 16:43:34,797 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image used request id req-e455b435-8919-4513-a015-99120508cd34 2018-12-03 16:43:34,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:34,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f977f3a9-90cc-4617-bf33-f7f74ac7f6a0 Date: Mon, 03 Dec 2018 16:43: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-12-03 16:43:34,952 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-f977f3a9-90cc-4617-bf33-f7f74ac7f6a0 2018-12-03 16:43:34,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" -d '{"server": {"name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "imageRef": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "flavorRef": "685a6951-fe32-409b-a388-800a91a6ce95", "max_count": 1, "min_count": 1, "networks": [{"port": "a513f46d-2154-4503-b719-59b18331056e"}]}}' 2018-12-03 16:43:36,623 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dde33345-3988-4cb8-b63a-851e0af4e6e2 x-compute-request-id: req-dde33345-3988-4cb8-b63a-851e0af4e6e2 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "adminPass": "rGonCDNo99N2"}} 2018-12-03 16:43:36,623 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-dde33345-3988-4cb8-b63a-851e0af4e6e2 2018-12-03 16:43:36,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:36,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43: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-fb5a79b0-3541-449b-97c7-532613e999f8 x-compute-request-id: req-fb5a79b0-3541-449b-97c7-532613e999f8 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.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "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-12-03T16:43:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:36,844 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-fb5a79b0-3541-449b-97c7-532613e999f8 2018-12-03 16:43:36,845 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst 2018-12-03 16:43:36,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:37,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43: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-69e6d4c2-a920-4006-bf1d-aa5b80573aa6 x-compute-request-id: req-69e6d4c2-a920-4006-bf1d-aa5b80573aa6 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.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "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-12-03T16:43:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:37,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-69e6d4c2-a920-4006-bf1d-aa5b80573aa6 2018-12-03 16:43:37,072 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst] is - BUILD 2018-12-03 16:43:37,072 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:43:40,076 - create_instance - DEBUG - VM status query timeout in 896.769459009 2018-12-03 16:43:40,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:40,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-c8a8f606-b843-4ca9-a2fd-066266cddcc3 x-compute-request-id: req-c8a8f606-b843-4ca9-a2fd-066266cddcc3 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.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "security_groups": [{"name": "default"}], "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:43:37Z", "hostId": "a4a50bc77ab5bd3207fa148ea9e79c41213c21831e54dd2aef814899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:40,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-c8a8f606-b843-4ca9-a2fd-066266cddcc3 2018-12-03 16:43:40,699 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst] is - BUILD 2018-12-03 16:43:40,699 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:43:43,702 - create_instance - DEBUG - VM status query timeout in 893.142631054 2018-12-03 16:43:43,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:44,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70fd5750-1565-477c-8b01-d24c3bc57ef8 x-compute-request-id: req-70fd5750-1565-477c-8b01-d24c3bc57ef8 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:93:9a", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:43.000000", "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "security_groups": [{"name": "default"}], "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:43Z", "hostId": "a4a50bc77ab5bd3207fa148ea9e79c41213c21831e54dd2aef814899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:44,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-70fd5750-1565-477c-8b01-d24c3bc57ef8 2018-12-03 16:43:44,498 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst] is - ACTIVE 2018-12-03 16:43:44,498 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:43:44,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:44,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43: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-885da874-0381-42e9-b006-3f66aff1d29a x-compute-request-id: req-885da874-0381-42e9-b006-3f66aff1d29a Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:93:9a", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:43.000000", "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "security_groups": [{"name": "default"}], "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:43Z", "hostId": "a4a50bc77ab5bd3207fa148ea9e79c41213c21831e54dd2aef814899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:44,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-885da874-0381-42e9-b006-3f66aff1d29a 2018-12-03 16:43:44,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:45,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1735056b-a94c-4e0e-8869-d2de3af49cd2 Date: Mon, 03 Dec 2018 16:43: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":["2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8"],"updated_at":"2018-12-03T16:43:27Z","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"4eef0e1f-69be-4044-adca-6bb16757574a","name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net"}]} 2018-12-03 16:43:45,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net used request id req-1735056b-a94c-4e0e-8869-d2de3af49cd2 2018-12-03 16:43:45,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:45,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7235a4aa-cb9f-4622-94dd-50823122670d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, "enabled": true, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}} 2018-12-03 16:43:45,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 used request id req-7235a4aa-cb9f-4622-94dd-50823122670d 2018-12-03 16:43:45,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:45,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ad2b9b45-1b36-49f3-9b0e-4950e05ee9c5 Date: Mon, 03 Dec 2018 16:43:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:43:27Z","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":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet"}]} 2018-12-03 16:43:45,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-ad2b9b45-1b36-49f3-9b0e-4950e05ee9c5 2018-12-03 16:43:45,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:45,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-ce1ad422-7539-45b7-ad48-c9779b79defd Date: Mon, 03 Dec 2018 16:43:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.2"}],"id":"62d21d5b-68b2-47d4-b198-2eb9ce6ca2ff","security_groups":[],"mac_address":"fa:16:3e:c9:c0:c7","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eef0e1f-69be-4044-adca-6bb16757574a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:42Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.12"}],"id":"a513f46d-2154-4503-b719-59b18331056e","security_groups":["48b2dcb6-27a0-4c82-a24b-bae677f5a4f6"],"mac_address":"fa:16:3e:63:93:9a","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:33Z","binding:vnic_type":"normal","device_id":"a08dff27-e8a7-4f3f-bc6a-5e6937f308b6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.4"}],"id":"a92f4f1d-ac95-435d-bfc6-5f4b30654f4f","security_groups":[],"mac_address":"fa:16:3e:f9:9f:80","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eef0e1f-69be-4044-adca-6bb16757574a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.3"}],"id":"d7f07fd9-588a-4e84-966f-d516cc7a4f86","security_groups":[],"mac_address":"fa:16:3e:d2:04:42","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eef0e1f-69be-4044-adca-6bb16757574a"}]} 2018-12-03 16:43:45,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-ce1ad422-7539-45b7-ad48-c9779b79defd 2018-12-03 16:43:45,600 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:43:45,601 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:43:45,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a07536bc1bd6458aa9d3f953f2fc5f30", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj-role"}], "expires_at": "2018-12-03T17:43:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-user", "id": "969dfbfa0b1d451db1c29f5cd55a8f22"}, "audit_ids": ["OTmaXMqvRDyUae9Q7NrkTQ"], "issued_at": "2018-12-03T16:43:45.000000Z"}} 2018-12-03 16:43:45,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6b1012be91fa8f9c4388dd233f59f2f9e0aba8" 2018-12-03 16:43:46,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4d9cece-9887-4cdf-93ac-faddf1482779 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:43:46,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b4d9cece-9887-4cdf-93ac-faddf1482779 2018-12-03 16:43:46,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6b1012be91fa8f9c4388dd233f59f2f9e0aba8" 2018-12-03 16:43:46,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2ed8be88-511d-44e7-abdb-9822610c01c2 Date: Mon, 03 Dec 2018 16:43:46 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:43:46,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name&description=hello+group used request id req-2ed8be88-511d-44e7-abdb-9822610c01c2 2018-12-03 16:43:46,250 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name... 2018-12-03 16:43:46,250 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name 2018-12-03 16:43:46,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6b1012be91fa8f9c4388dd233f59f2f9e0aba8" -d '{"security_group": {"name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name", "description": "hello group"}}' 2018-12-03 16:43:46,604 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-84fe83f4-2320-4c94-9716-9a8d8026abca Date: Mon, 03 Dec 2018 16:43:46 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:46Z", "updated_at": "2018-12-03T16:43:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:43:46Z", "revision_number": 0, "id": "34fd3af7-8ef5-43a7-b565-4b6271f6c8e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:43:46Z", "revision_number": 0, "id": "4785c0b9-c4be-4b93-a1b0-65c59374887b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2"}], "revision_number": 2, "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name"}} 2018-12-03 16:43:46,604 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-84fe83f4-2320-4c94-9716-9a8d8026abca 2018-12-03 16:43:46,604 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ddee4050-c6f8-4af3-936b-9bf59734e25b 2018-12-03 16:43:46,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ddee4050-c6f8-4af3-936b-9bf59734e25b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6b1012be91fa8f9c4388dd233f59f2f9e0aba8" 2018-12-03 16:43:46,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b686b840-20c6-4caa-b36a-a6945dfd028e Date: Mon, 03 Dec 2018 16:43: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-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "port_range_min": null, "revision_number": 0, "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:46Z", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "34fd3af7-8ef5-43a7-b565-4b6271f6c8e1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "port_range_min": null, "revision_number": 0, "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:46Z", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "4785c0b9-c4be-4b93-a1b0-65c59374887b"}]} 2018-12-03 16:43:46,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ddee4050-c6f8-4af3-936b-9bf59734e25b used request id req-b686b840-20c6-4caa-b36a-a6945dfd028e 2018-12-03 16:43:46,786 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ddee4050-c6f8-4af3-936b-9bf59734e25b 2018-12-03 16:43:46,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ddee4050-c6f8-4af3-936b-9bf59734e25b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6b1012be91fa8f9c4388dd233f59f2f9e0aba8" 2018-12-03 16:43:46,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-553037be-b0ce-43dc-8a82-16a2a4736105 Date: Mon, 03 Dec 2018 16:43: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-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "port_range_min": null, "revision_number": 0, "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:46Z", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "34fd3af7-8ef5-43a7-b565-4b6271f6c8e1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "port_range_min": null, "revision_number": 0, "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:46Z", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "4785c0b9-c4be-4b93-a1b0-65c59374887b"}]} 2018-12-03 16:43:46,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ddee4050-c6f8-4af3-936b-9bf59734e25b used request id req-553037be-b0ce-43dc-8a82-16a2a4736105 2018-12-03 16:43:46,947 - neutron_utils - INFO - Retrieving security group with ID - ddee4050-c6f8-4af3-936b-9bf59734e25b 2018-12-03 16:43:46,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=ddee4050-c6f8-4af3-936b-9bf59734e25b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6b1012be91fa8f9c4388dd233f59f2f9e0aba8" 2018-12-03 16:43:47,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-31b24dfb-708b-4421-a551-7a2c4d40ecc6 Date: Mon, 03 Dec 2018 16:43:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:46Z", "updated_at": "2018-12-03T16:43:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:43:46Z", "revision_number": 0, "id": "34fd3af7-8ef5-43a7-b565-4b6271f6c8e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:43:46Z", "revision_number": 0, "id": "4785c0b9-c4be-4b93-a1b0-65c59374887b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2"}], "revision_number": 2, "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name"}]} 2018-12-03 16:43:47,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=ddee4050-c6f8-4af3-936b-9bf59734e25b used request id req-31b24dfb-708b-4421-a551-7a2c4d40ecc6 2018-12-03 16:43:47,153 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ddee4050-c6f8-4af3-936b-9bf59734e25b 2018-12-03 16:43:47,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ddee4050-c6f8-4af3-936b-9bf59734e25b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6b1012be91fa8f9c4388dd233f59f2f9e0aba8" 2018-12-03 16:43:47,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2d4a196a-573f-4d59-a8c9-836760a5bba0 Date: Mon, 03 Dec 2018 16:43:47 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-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "port_range_min": null, "revision_number": 0, "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:46Z", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "34fd3af7-8ef5-43a7-b565-4b6271f6c8e1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "port_range_min": null, "revision_number": 0, "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:46Z", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "4785c0b9-c4be-4b93-a1b0-65c59374887b"}]} 2018-12-03 16:43:47,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ddee4050-c6f8-4af3-936b-9bf59734e25b used request id req-2d4a196a-573f-4d59-a8c9-836760a5bba0 2018-12-03 16:43:47,327 - neutron_utils - INFO - Retrieving security group with ID - ddee4050-c6f8-4af3-936b-9bf59734e25b 2018-12-03 16:43:47,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=ddee4050-c6f8-4af3-936b-9bf59734e25b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6b1012be91fa8f9c4388dd233f59f2f9e0aba8" 2018-12-03 16:43:47,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-8eb41476-e8b3-4261-8779-d62a144d272a Date: Mon, 03 Dec 2018 16:43:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:46Z", "updated_at": "2018-12-03T16:43:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:43:46Z", "revision_number": 0, "id": "34fd3af7-8ef5-43a7-b565-4b6271f6c8e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:43:46Z", "revision_number": 0, "id": "4785c0b9-c4be-4b93-a1b0-65c59374887b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2"}], "revision_number": 2, "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name"}]} 2018-12-03 16:43:47,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=ddee4050-c6f8-4af3-936b-9bf59734e25b used request id req-8eb41476-e8b3-4261-8779-d62a144d272a 2018-12-03 16:43:47,514 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ddee4050-c6f8-4af3-936b-9bf59734e25b 2018-12-03 16:43:47,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ddee4050-c6f8-4af3-936b-9bf59734e25b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6b1012be91fa8f9c4388dd233f59f2f9e0aba8" 2018-12-03 16:43:47,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1f890544-0070-4c82-8938-0ffd6b9ea23a Date: Mon, 03 Dec 2018 16:43:47 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-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "port_range_min": null, "revision_number": 0, "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:46Z", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "34fd3af7-8ef5-43a7-b565-4b6271f6c8e1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "port_range_min": null, "revision_number": 0, "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:46Z", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "4785c0b9-c4be-4b93-a1b0-65c59374887b"}]} 2018-12-03 16:43:47,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ddee4050-c6f8-4af3-936b-9bf59734e25b used request id req-1f890544-0070-4c82-8938-0ffd6b9ea23a 2018-12-03 16:43:47,684 - neutron_utils - INFO - Retrieving security group with ID - ddee4050-c6f8-4af3-936b-9bf59734e25b 2018-12-03 16:43:47,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=ddee4050-c6f8-4af3-936b-9bf59734e25b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6b1012be91fa8f9c4388dd233f59f2f9e0aba8" 2018-12-03 16:43:47,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-e81c0aa3-e5a5-4c00-b372-8586d2fb372b Date: Mon, 03 Dec 2018 16:43:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:46Z", "updated_at": "2018-12-03T16:43:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:43:46Z", "revision_number": 0, "id": "34fd3af7-8ef5-43a7-b565-4b6271f6c8e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:43:46Z", "revision_number": 0, "id": "4785c0b9-c4be-4b93-a1b0-65c59374887b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2"}], "revision_number": 2, "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name"}]} 2018-12-03 16:43:47,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=ddee4050-c6f8-4af3-936b-9bf59734e25b used request id req-e81c0aa3-e5a5-4c00-b372-8586d2fb372b 2018-12-03 16:43:47,732 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ddee4050-c6f8-4af3-936b-9bf59734e25b 2018-12-03 16:43:47,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ddee4050-c6f8-4af3-936b-9bf59734e25b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6b1012be91fa8f9c4388dd233f59f2f9e0aba8" 2018-12-03 16:43:47,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4408203b-799f-4afa-ba29-17f5a863184d Date: Mon, 03 Dec 2018 16:43:47 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-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "port_range_min": null, "revision_number": 0, "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:46Z", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "34fd3af7-8ef5-43a7-b565-4b6271f6c8e1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:43:46Z", "security_group_id": "ddee4050-c6f8-4af3-936b-9bf59734e25b", "port_range_min": null, "revision_number": 0, "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:46Z", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "4785c0b9-c4be-4b93-a1b0-65c59374887b"}]} 2018-12-03 16:43:47,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ddee4050-c6f8-4af3-936b-9bf59734e25b used request id req-4408203b-799f-4afa-ba29-17f5a863184d 2018-12-03 16:43:47,841 - neutron_utils - INFO - Deleting security group rule with ID - 34fd3af7-8ef5-43a7-b565-4b6271f6c8e1 2018-12-03 16:43:47,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/34fd3af7-8ef5-43a7-b565-4b6271f6c8e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6b1012be91fa8f9c4388dd233f59f2f9e0aba8" 2018-12-03 16:43:47,937 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d32a9dcb-43fd-4190-912a-4027e193e074 Content-Length: 0 Date: Mon, 03 Dec 2018 16:43:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:43:47,937 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/34fd3af7-8ef5-43a7-b565-4b6271f6c8e1 used request id req-d32a9dcb-43fd-4190-912a-4027e193e074 2018-12-03 16:43:47,938 - neutron_utils - INFO - Deleting security group rule with ID - 4785c0b9-c4be-4b93-a1b0-65c59374887b 2018-12-03 16:43:47,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/4785c0b9-c4be-4b93-a1b0-65c59374887b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6b1012be91fa8f9c4388dd233f59f2f9e0aba8" 2018-12-03 16:43:48,183 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f562c8ca-5797-4f35-b8af-feaa056b75e5 Content-Length: 0 Date: Mon, 03 Dec 2018 16:43:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:43:48,183 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/4785c0b9-c4be-4b93-a1b0-65c59374887b used request id req-f562c8ca-5797-4f35-b8af-feaa056b75e5 2018-12-03 16:43:48,183 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name 2018-12-03 16:43:48,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/ddee4050-c6f8-4af3-936b-9bf59734e25b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6b1012be91fa8f9c4388dd233f59f2f9e0aba8" 2018-12-03 16:43:48,289 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d6fb46a4-e182-4121-8b69-dfc2bcc03f10 Content-Length: 0 Date: Mon, 03 Dec 2018 16:43:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:43:48,289 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/ddee4050-c6f8-4af3-936b-9bf59734e25b used request id req-d6fb46a4-e182-4121-8b69-dfc2bcc03f10 2018-12-03 16:43:48,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:48,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43: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-25f8fd0e-2fab-42d6-9990-ed0568671bb6 x-compute-request-id: req-25f8fd0e-2fab-42d6-9990-ed0568671bb6 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:93:9a", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:43.000000", "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "security_groups": [{"name": "default"}], "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:43Z", "hostId": "a4a50bc77ab5bd3207fa148ea9e79c41213c21831e54dd2aef814899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:48,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-25f8fd0e-2fab-42d6-9990-ed0568671bb6 2018-12-03 16:43:48,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:49,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5b74b239-300f-4460-9543-f142f26c3c40 Date: Mon, 03 Dec 2018 16:43: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":["2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8"],"updated_at":"2018-12-03T16:43:27Z","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"4eef0e1f-69be-4044-adca-6bb16757574a","name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net"}]} 2018-12-03 16:43:49,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net used request id req-5b74b239-300f-4460-9543-f142f26c3c40 2018-12-03 16:43:49,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:49,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15555080-6457-4f82-926b-a7fdb09ec62f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, "enabled": true, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}} 2018-12-03 16:43:49,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 used request id req-15555080-6457-4f82-926b-a7fdb09ec62f 2018-12-03 16:43:49,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:49,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ede337d8-a33c-47cd-a9c2-ec2ecb420e01 Date: Mon, 03 Dec 2018 16:43:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:43:27Z","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":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet"}]} 2018-12-03 16:43:49,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-ede337d8-a33c-47cd-a9c2-ec2ecb420e01 2018-12-03 16:43:49,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:49,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-7c161c01-899b-4018-a72a-22ae11236f09 Date: Mon, 03 Dec 2018 16:43:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.2"}],"id":"62d21d5b-68b2-47d4-b198-2eb9ce6ca2ff","security_groups":[],"mac_address":"fa:16:3e:c9:c0:c7","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eef0e1f-69be-4044-adca-6bb16757574a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:42Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.12"}],"id":"a513f46d-2154-4503-b719-59b18331056e","security_groups":["48b2dcb6-27a0-4c82-a24b-bae677f5a4f6"],"mac_address":"fa:16:3e:63:93:9a","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:33Z","binding:vnic_type":"normal","device_id":"a08dff27-e8a7-4f3f-bc6a-5e6937f308b6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.4"}],"id":"a92f4f1d-ac95-435d-bfc6-5f4b30654f4f","security_groups":[],"mac_address":"fa:16:3e:f9:9f:80","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eef0e1f-69be-4044-adca-6bb16757574a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.3"}],"id":"d7f07fd9-588a-4e84-966f-d516cc7a4f86","security_groups":[],"mac_address":"fa:16:3e:d2:04:42","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eef0e1f-69be-4044-adca-6bb16757574a"}]} 2018-12-03 16:43:49,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-7c161c01-899b-4018-a72a-22ae11236f09 2018-12-03 16:43:49,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:43:49,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a07536bc1bd6458aa9d3f953f2fc5f30", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj-role"}], "expires_at": "2018-12-03T17:43:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8fa3e787aebc4dd68a4c2aa8e9f46ea2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-user", "id": "969dfbfa0b1d451db1c29f5cd55a8f22"}, "audit_ids": ["FG4HKp0SQBWdDTumAbePFg"], "issued_at": "2018-12-03T16:43:49.000000Z"}} 2018-12-03 16:43:49,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e02bc6e8d4f014ff938736240b36f50dced06e6c" 2018-12-03 16:43:50,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-b6d198e3-cf94-41c0-864d-93e413d98762 x-compute-request-id: req-b6d198e3-cf94-41c0-864d-93e413d98762 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:93:9a", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:43.000000", "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "security_groups": [{"name": "default"}], "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:43Z", "hostId": "a4a50bc77ab5bd3207fa148ea9e79c41213c21831e54dd2aef814899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:50,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-b6d198e3-cf94-41c0-864d-93e413d98762 2018-12-03 16:43:50,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:51,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43: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-83c00494-35ea-4677-8191-79a3806e9ff6 x-compute-request-id: req-83c00494-35ea-4677-8191-79a3806e9ff6 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:93:9a", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:43.000000", "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "security_groups": [{"name": "default"}], "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:43Z", "hostId": "a4a50bc77ab5bd3207fa148ea9e79c41213c21831e54dd2aef814899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:51,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-83c00494-35ea-4677-8191-79a3806e9ff6 2018-12-03 16:43:51,387 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst] is - ACTIVE 2018-12-03 16:43:51,387 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:43:51,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:51,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43: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-1d2e4b53-7116-483c-b32f-eba3806123a7 x-compute-request-id: req-1d2e4b53-7116-483c-b32f-eba3806123a7 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:93:9a", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:43.000000", "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "security_groups": [{"name": "default"}], "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:43Z", "hostId": "a4a50bc77ab5bd3207fa148ea9e79c41213c21831e54dd2aef814899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:51,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-1d2e4b53-7116-483c-b32f-eba3806123a7 2018-12-03 16:43:51,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:52,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d3ed3f10-9b16-4886-a742-b4b329e77756 Date: Mon, 03 Dec 2018 16:43:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8"],"updated_at":"2018-12-03T16:43:27Z","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"4eef0e1f-69be-4044-adca-6bb16757574a","name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net"}]} 2018-12-03 16:43:52,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net used request id req-d3ed3f10-9b16-4886-a742-b4b329e77756 2018-12-03 16:43:52,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:52,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baa892cf-bf5d-4862-aeea-8dbefa0fa0d8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, "enabled": true, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}} 2018-12-03 16:43:52,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 used request id req-baa892cf-bf5d-4862-aeea-8dbefa0fa0d8 2018-12-03 16:43:52,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:52,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f71b2c41-c867-4662-a242-8f271e1e81fc Date: Mon, 03 Dec 2018 16:43:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:43:27Z","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":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet"}]} 2018-12-03 16:43:52,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-f71b2c41-c867-4662-a242-8f271e1e81fc 2018-12-03 16:43:52,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:52,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-5adc71c0-5e73-4387-bc98-8018d3b4d5e4 Date: Mon, 03 Dec 2018 16:43:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.2"}],"id":"62d21d5b-68b2-47d4-b198-2eb9ce6ca2ff","security_groups":[],"mac_address":"fa:16:3e:c9:c0:c7","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eef0e1f-69be-4044-adca-6bb16757574a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:42Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.12"}],"id":"a513f46d-2154-4503-b719-59b18331056e","security_groups":["48b2dcb6-27a0-4c82-a24b-bae677f5a4f6"],"mac_address":"fa:16:3e:63:93:9a","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:33Z","binding:vnic_type":"normal","device_id":"a08dff27-e8a7-4f3f-bc6a-5e6937f308b6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.4"}],"id":"a92f4f1d-ac95-435d-bfc6-5f4b30654f4f","security_groups":[],"mac_address":"fa:16:3e:f9:9f:80","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eef0e1f-69be-4044-adca-6bb16757574a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.3"}],"id":"d7f07fd9-588a-4e84-966f-d516cc7a4f86","security_groups":[],"mac_address":"fa:16:3e:d2:04:42","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eef0e1f-69be-4044-adca-6bb16757574a"}]} 2018-12-03 16:43:52,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-5adc71c0-5e73-4387-bc98-8018d3b4d5e4 2018-12-03 16:43:52,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:52,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-874ecbd7-cf93-4e71-9d57-bfc4ccda63b4 x-compute-request-id: req-874ecbd7-cf93-4e71-9d57-bfc4ccda63b4 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:93:9a", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:43.000000", "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "security_groups": [{"name": "default"}], "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:43Z", "hostId": "a4a50bc77ab5bd3207fa148ea9e79c41213c21831e54dd2aef814899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:52,901 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-874ecbd7-cf93-4e71-9d57-bfc4ccda63b4 2018-12-03 16:43:52,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:53,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b5039fd3-4017-48fa-b38a-3f8c67c9c2c3 Date: Mon, 03 Dec 2018 16:43: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":["2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8"],"updated_at":"2018-12-03T16:43:27Z","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"4eef0e1f-69be-4044-adca-6bb16757574a","name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net"}]} 2018-12-03 16:43:53,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net used request id req-b5039fd3-4017-48fa-b38a-3f8c67c9c2c3 2018-12-03 16:43:53,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:53,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ba45803-0039-4e78-aa05-6f7d5f3a585a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, "enabled": true, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}} 2018-12-03 16:43:53,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 used request id req-7ba45803-0039-4e78-aa05-6f7d5f3a585a 2018-12-03 16:43:53,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:53,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1a31b617-c7ed-49e2-98a3-0fb3916a8f41 Date: Mon, 03 Dec 2018 16:43:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:43:27Z","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":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet"}]} 2018-12-03 16:43:53,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-1a31b617-c7ed-49e2-98a3-0fb3916a8f41 2018-12-03 16:43:53,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:53,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-edbdda04-905c-4d30-9cde-8f3d3bc7cf2d Date: Mon, 03 Dec 2018 16:43:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.2"}],"id":"62d21d5b-68b2-47d4-b198-2eb9ce6ca2ff","security_groups":[],"mac_address":"fa:16:3e:c9:c0:c7","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eef0e1f-69be-4044-adca-6bb16757574a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:42Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.12"}],"id":"a513f46d-2154-4503-b719-59b18331056e","security_groups":["48b2dcb6-27a0-4c82-a24b-bae677f5a4f6"],"mac_address":"fa:16:3e:63:93:9a","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:33Z","binding:vnic_type":"normal","device_id":"a08dff27-e8a7-4f3f-bc6a-5e6937f308b6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.4"}],"id":"a92f4f1d-ac95-435d-bfc6-5f4b30654f4f","security_groups":[],"mac_address":"fa:16:3e:f9:9f:80","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eef0e1f-69be-4044-adca-6bb16757574a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.3"}],"id":"d7f07fd9-588a-4e84-966f-d516cc7a4f86","security_groups":[],"mac_address":"fa:16:3e:d2:04:42","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eef0e1f-69be-4044-adca-6bb16757574a"}]} 2018-12-03 16:43:53,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-edbdda04-905c-4d30-9cde-8f3d3bc7cf2d 2018-12-03 16:43:53,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name"}}' 2018-12-03 16:43:53,608 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-343dc5a4-d283-47e4-b1e7-a111491f0ccf x-compute-request-id: req-343dc5a4-d283-47e4-b1e7-a111491f0ccf Content-Length: 187 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name is not found for project 8fa3e787aebc4dd68a4c2aa8e9f46ea2", "code": 404}} 2018-12-03 16:43:53,608 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6/action used request id req-343dc5a4-d283-47e4-b1e7-a111491f0ccf 2018-12-03 16:43:53,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:54,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-92beddb3-588d-4d2f-8ff7-6c570540e5b6 x-compute-request-id: req-92beddb3-588d-4d2f-8ff7-6c570540e5b6 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:93:9a", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:43.000000", "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "security_groups": [{"name": "default"}], "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:43Z", "hostId": "a4a50bc77ab5bd3207fa148ea9e79c41213c21831e54dd2aef814899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:54,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-92beddb3-588d-4d2f-8ff7-6c570540e5b6 2018-12-03 16:43:54,070 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name] - Security group InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name is not found for project 8fa3e787aebc4dd68a4c2aa8e9f46ea2 (HTTP 404) (Request-ID: req-343dc5a4-d283-47e4-b1e7-a111491f0ccf) 2018-12-03 16:43:54,071 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-name is not found for project 8fa3e787aebc4dd68a4c2aa8e9f46ea2 (HTTP 404) (Request-ID: req-343dc5a4-d283-47e4-b1e7-a111491f0ccf) 2018-12-03 16:43:54,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:54,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43: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-8d3beaae-866e-48ce-8b69-786330e6ca87 x-compute-request-id: req-8d3beaae-866e-48ce-8b69-786330e6ca87 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:93:9a", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:43.000000", "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "security_groups": [{"name": "default"}], "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:43Z", "hostId": "a4a50bc77ab5bd3207fa148ea9e79c41213c21831e54dd2aef814899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:54,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-8d3beaae-866e-48ce-8b69-786330e6ca87 2018-12-03 16:43:54,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:54,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-98721300-df17-44b6-9bed-d3c1744a601c Date: Mon, 03 Dec 2018 16:43: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":["2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8"],"updated_at":"2018-12-03T16:43:27Z","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"4eef0e1f-69be-4044-adca-6bb16757574a","name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net"}]} 2018-12-03 16:43:54,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net used request id req-98721300-df17-44b6-9bed-d3c1744a601c 2018-12-03 16:43:54,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:54,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f6d10b9-e050-4973-b8cf-cc7ee5c06cce Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, "enabled": true, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}} 2018-12-03 16:43:54,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 used request id req-1f6d10b9-e050-4973-b8cf-cc7ee5c06cce 2018-12-03 16:43:54,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:54,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-73a617bc-bc08-48f5-b10b-22f2259463bd Date: Mon, 03 Dec 2018 16:43:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:27Z","dns_nameservers":[],"updated_at":"2018-12-03T16:43:27Z","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":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet"}]} 2018-12-03 16:43:54,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-73a617bc-bc08-48f5-b10b-22f2259463bd 2018-12-03 16:43:54,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:54,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-ad1029aa-67bd-4229-a9ab-077722b50c03 Date: Mon, 03 Dec 2018 16:43:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.2"}],"id":"62d21d5b-68b2-47d4-b198-2eb9ce6ca2ff","security_groups":[],"mac_address":"fa:16:3e:c9:c0:c7","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4eef0e1f-69be-4044-adca-6bb16757574a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:42Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.12"}],"id":"a513f46d-2154-4503-b719-59b18331056e","security_groups":["48b2dcb6-27a0-4c82-a24b-bae677f5a4f6"],"mac_address":"fa:16:3e:63:93:9a","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:33Z","binding:vnic_type":"normal","device_id":"a08dff27-e8a7-4f3f-bc6a-5e6937f308b6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.4"}],"id":"a92f4f1d-ac95-435d-bfc6-5f4b30654f4f","security_groups":[],"mac_address":"fa:16:3e:f9:9f:80","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4eef0e1f-69be-4044-adca-6bb16757574a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:43:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8","ip_address":"10.55.0.3"}],"id":"d7f07fd9-588a-4e84-966f-d516cc7a4f86","security_groups":[],"mac_address":"fa:16:3e:d2:04:42","project_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eef0e1f-69be-4044-adca-6bb16757574a","tenant_id":"8fa3e787aebc4dd68a4c2aa8e9f46ea2","created_at":"2018-12-03T16:43:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4eef0e1f-69be-4044-adca-6bb16757574a"}]} 2018-12-03 16:43:54,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4eef0e1f-69be-4044-adca-6bb16757574a used request id req-ad1029aa-67bd-4229-a9ab-077722b50c03 2018-12-03 16:43:54,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e02bc6e8d4f014ff938736240b36f50dced06e6c" 2018-12-03 16:43:55,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43: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-cf286e09-2ceb-46a0-8d72-e5b38885debb x-compute-request-id: req-cf286e09-2ceb-46a0-8d72-e5b38885debb Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:93:9a", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:43.000000", "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "security_groups": [{"name": "default"}], "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:43Z", "hostId": "a4a50bc77ab5bd3207fa148ea9e79c41213c21831e54dd2aef814899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:55,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-cf286e09-2ceb-46a0-8d72-e5b38885debb 2018-12-03 16:43:55,607 - create_instance - INFO - Deleting Port with ID - a513f46d-2154-4503-b719-59b18331056e 2018-12-03 16:43:55,607 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-port 2018-12-03 16:43:55,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/a513f46d-2154-4503-b719-59b18331056e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:56,067 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a81ebb1d-cb19-4253-bb8c-31b8c59d2cd0 Date: Mon, 03 Dec 2018 16:43:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:43:56,067 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/a513f46d-2154-4503-b719-59b18331056e used request id req-a81ebb1d-cb19-4253-bb8c-31b8c59d2cd0 2018-12-03 16:43:56,067 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst 2018-12-03 16:43:56,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:56,240 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-0c12bbd9-29ac-478f-9799-bf26a75885f2 x-compute-request-id: req-0c12bbd9-29ac-478f-9799-bf26a75885f2 Content-Type: application/json 2018-12-03 16:43:56,240 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-0c12bbd9-29ac-478f-9799-bf26a75885f2 2018-12-03 16:43:56,240 - create_instance - INFO - Checking deletion status 2018-12-03 16:43:56,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:56,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-49d7f99e-14c9-4635-bfd5-e63f168987e9 x-compute-request-id: req-49d7f99e-14c9-4635-bfd5-e63f168987e9 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.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:43.000000", "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:56Z", "hostId": "a4a50bc77ab5bd3207fa148ea9e79c41213c21831e54dd2aef814899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:56,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-49d7f99e-14c9-4635-bfd5-e63f168987e9 2018-12-03 16:43:56,472 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst] is - ACTIVE 2018-12-03 16:43:56,472 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:43:59,476 - create_instance - DEBUG - VM status query timeout in 296.764599085 2018-12-03 16:43:59,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:43:59,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:43: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-8783ae4b-9ce6-425b-aa50-34a973bde436 x-compute-request-id: req-8783ae4b-9ce6-425b-aa50-34a973bde436 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.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "rel": "bookmark"}], "image": {"id": "a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "links": [{"href": "http://172.30.9.30:8774/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:43:43.000000", "flavor": {"id": "685a6951-fe32-409b-a388-800a91a6ce95", "links": [{"href": "http://172.30.9.30:8774/flavors/685a6951-fe32-409b-a388-800a91a6ce95", "rel": "bookmark"}]}, "id": "a08dff27-e8a7-4f3f-bc6a-5e6937f308b6", "user_id": "969dfbfa0b1d451db1c29f5cd55a8f22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:43:56Z", "hostId": "a4a50bc77ab5bd3207fa148ea9e79c41213c21831e54dd2aef814899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst", "created": "2018-12-03T16:43:36Z", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:43:59,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-8783ae4b-9ce6-425b-aa50-34a973bde436 2018-12-03 16:43:59,879 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst] is - ACTIVE 2018-12-03 16:43:59,879 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:44:02,882 - create_instance - DEBUG - VM status query timeout in 293.358385086 2018-12-03 16:44:02,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a219b4f3649621a9f174182d3c89f510f1b83" 2018-12-03 16:44:02,929 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:44: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-3e057bb7-5095-4028-bc98-42f840ec640b x-compute-request-id: req-3e057bb7-5095-4028-bc98-42f840ec640b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 could not be found.", "code": 404}} 2018-12-03 16:44:02,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 used request id req-3e057bb7-5095-4028-bc98-42f840ec640b 2018-12-03 16:44:02,930 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance a08dff27-e8a7-4f3f-bc6a-5e6937f308b6 could not be found. (HTTP 404) (Request-ID: req-3e057bb7-5095-4028-bc98-42f840ec640b) 2018-12-03 16:44:02,930 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-inst 2018-12-03 16:44:02,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/685a6951-fe32-409b-a388-800a91a6ce95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c1b83212cc237e72a06a89e114bc41d9fce125" 2018-12-03 16:44:02,980 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:44: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-917d9bd7-6e81-4342-ba27-e1067855b3a3 x-compute-request-id: req-917d9bd7-6e81-4342-ba27-e1067855b3a3 Content-Length: 0 Content-Type: application/json 2018-12-03 16:44:02,980 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/685a6951-fe32-409b-a388-800a91a6ce95 used request id req-917d9bd7-6e81-4342-ba27-e1067855b3a3 2018-12-03 16:44:02,981 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet 2018-12-03 16:44:02,981 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-subnet 2018-12-03 16:44:02,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea9726970aaadada0e42d2606527862413c867b" 2018-12-03 16:44:05,203 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-be0f3c00-3ba4-4f41-98e6-2c8de1ef5f32 Date: Mon, 03 Dec 2018 16:44:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:44:05,203 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/2441d4a5-7b0c-4e2f-bde7-0cc0eb9eb0b8 used request id req-be0f3c00-3ba4-4f41-98e6-2c8de1ef5f32 2018-12-03 16:44:05,204 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-pub-net 2018-12-03 16:44:05,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/4eef0e1f-69be-4044-adca-6bb16757574a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea9726970aaadada0e42d2606527862413c867b" 2018-12-03 16:44:06,384 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa35e051-938c-4b94-88ff-16e3ade23948 Date: Mon, 03 Dec 2018 16:44:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:44:06,384 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/4eef0e1f-69be-4044-adca-6bb16757574a used request id req-aa35e051-938c-4b94-88ff-16e3ade23948 2018-12-03 16:44:06,385 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-9a217958-4027-442a-b743-c27278b6eea2-image 2018-12-03 16:44:06,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}daef17c78636aa652b5f2ecb184f6a08d58d3129" 2018-12-03 16:44:08,328 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c5176cd6-a234-4832-8a95-c068468baace Date: Mon, 03 Dec 2018 16:44:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:44:08,328 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/a4fd81e8-cac8-400c-8f6e-f264eea0eb15 used request id req-c5176cd6-a234-4832-8a95-c068468baace 2018-12-03 16:44:08,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:44:08,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-7366fe85-9926-4e29-8dbd-48858b2078a2 Date: Mon, 03 Dec 2018 16:44:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:26Z", "updated_at": "2018-12-03T16:43:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:43:26Z", "revision_number": 0, "id": "5f7c0e6f-8b8a-4eaa-9d32-0bf9d689d1d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:43:26Z", "security_group_id": "48b2dcb6-27a0-4c82-a24b-bae677f5a4f6", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:43:26Z", "revision_number": 0, "id": "92a72c92-626e-4626-a256-dd201b04d55f", "remote_group_id": "48b2dcb6-27a0-4c82-a24b-bae677f5a4f6", "remote_ip_prefix": null, "created_at": "2018-12-03T16:43:26Z", "security_group_id": "48b2dcb6-27a0-4c82-a24b-bae677f5a4f6", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:43:26Z", "revision_number": 0, "id": "9c761679-6932-42ea-b355-c78b238074aa", "remote_group_id": "48b2dcb6-27a0-4c82-a24b-bae677f5a4f6", "remote_ip_prefix": null, "created_at": "2018-12-03T16:43:26Z", "security_group_id": "48b2dcb6-27a0-4c82-a24b-bae677f5a4f6", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:43:26Z", "revision_number": 0, "id": "f9ca8667-fc15-459e-a2ed-d1593d123021", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:43:26Z", "security_group_id": "48b2dcb6-27a0-4c82-a24b-bae677f5a4f6", "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2"}], "revision_number": 4, "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "48b2dcb6-27a0-4c82-a24b-bae677f5a4f6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:44:08,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-7366fe85-9926-4e29-8dbd-48858b2078a2 2018-12-03 16:44:08,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:44:08,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f7da1b0-3a4a-4ab0-9cba-0048f75c6599 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:44:08,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-1f7da1b0-3a4a-4ab0-9cba-0048f75c6599 2018-12-03 16:44:08,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:44:08,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2047e2c-44ce-40ea-a2fa-5d3d51e260f9 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:44:08,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-d2047e2c-44ce-40ea-a2fa-5d3d51e260f9 2018-12-03 16:44:08,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:44:08,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b572be3e-a2dc-4b2f-aa87-1b6f796b8c15 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2"}, "enabled": true, "id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj"}} 2018-12-03 16:44:08,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 used request id req-b572be3e-a2dc-4b2f-aa87-1b6f796b8c15 2018-12-03 16:44:08,899 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48b2dcb6-27a0-4c82-a24b-bae677f5a4f6 2018-12-03 16:44:08,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=48b2dcb6-27a0-4c82-a24b-bae677f5a4f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:44:09,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9904c1e5-9658-4101-a07a-592c9d66c697 Date: Mon, 03 Dec 2018 16:44: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-12-03T16:43:26Z", "security_group_id": "48b2dcb6-27a0-4c82-a24b-bae677f5a4f6", "port_range_min": null, "revision_number": 0, "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:26Z", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "5f7c0e6f-8b8a-4eaa-9d32-0bf9d689d1d1"}, {"remote_group_id": "48b2dcb6-27a0-4c82-a24b-bae677f5a4f6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:43:26Z", "security_group_id": "48b2dcb6-27a0-4c82-a24b-bae677f5a4f6", "port_range_min": null, "revision_number": 0, "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:26Z", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "92a72c92-626e-4626-a256-dd201b04d55f"}, {"remote_group_id": "48b2dcb6-27a0-4c82-a24b-bae677f5a4f6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:43:26Z", "security_group_id": "48b2dcb6-27a0-4c82-a24b-bae677f5a4f6", "port_range_min": null, "revision_number": 0, "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:26Z", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "9c761679-6932-42ea-b355-c78b238074aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:43:26Z", "security_group_id": "48b2dcb6-27a0-4c82-a24b-bae677f5a4f6", "port_range_min": null, "revision_number": 0, "tenant_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "created_at": "2018-12-03T16:43:26Z", "project_id": "8fa3e787aebc4dd68a4c2aa8e9f46ea2", "id": "f9ca8667-fc15-459e-a2ed-d1593d123021"}]} 2018-12-03 16:44:09,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=48b2dcb6-27a0-4c82-a24b-bae677f5a4f6 used request id req-9904c1e5-9658-4101-a07a-592c9d66c697 2018-12-03 16:44:09,069 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:44:09,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/48b2dcb6-27a0-4c82-a24b-bae677f5a4f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:44:09,356 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c6fc506b-5d16-4951-9605-03a185540588 Content-Length: 0 Date: Mon, 03 Dec 2018 16:44:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:44:09,356 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/48b2dcb6-27a0-4c82-a24b-bae677f5a4f6 used request id req-c6fc506b-5d16-4951-9605-03a185540588 2018-12-03 16:44:09,357 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj 2018-12-03 16:44:09,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:44:09,568 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:44:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d36c91f9-c734-48d8-a914-3e1748e48146 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:44:09,568 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/8fa3e787aebc4dd68a4c2aa8e9f46ea2 used request id req-d36c91f9-c734-48d8-a914-3e1748e48146 2018-12-03 16:44:09,569 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-d45fd4a0-137a-49b-proj-role 2018-12-03 16:44:09,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/a07536bc1bd6458aa9d3f953f2fc5f30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:44:09,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:44:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3251babb-7aa4-4af0-8c2c-54c63575505d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:44:09,685 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/a07536bc1bd6458aa9d3f953f2fc5f30 used request id req-3251babb-7aa4-4af0-8c2c-54c63575505d 2018-12-03 16:44:09,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9747afd73df40f2dcb50161063ce9740dc99508e" 2018-12-03 16:44:09,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06e74c7f-d05b-40f3-ad78-4dc115f5a961 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:44:09,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-06e74c7f-d05b-40f3-ad78-4dc115f5a961 2018-12-03 16:44:09,786 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-d45fd4a0-137a-49b-user 2018-12-03 16:44:09,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/969dfbfa0b1d451db1c29f5cd55a8f22 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f11a00ff1274f1a6721328ffe1ea7602a211bc" 2018-12-03 16:44:10,103 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:44:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80fcc381-87b3-4f81-81e5-6f2b88bf3baf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:44:10,103 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/969dfbfa0b1d451db1c29f5cd55a8f22 used request id req-80fcc381-87b3-4f81-81e5-6f2b88bf3baf 2018-12-03 16:44:10,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:44:10,487 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:44:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["IW7Lo6edTmq0_qgOos_qMg"], "issued_at": "2018-12-03T16:44:10.000000Z"}} 2018-12-03 16:44:10,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e661e0a23ef3dc45f5f8f16f7c057a5970b26bc" 2018-12-03 16:44:10,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c27930c6-a686-469a-8266-eaf977d9e2b1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:44:10,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c27930c6-a686-469a-8266-eaf977d9e2b1 2018-12-03 16:44:10,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:44:10,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:44:10,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:44:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["nkUUkKneSmSsCBVV3_YtMQ"], "issued_at": "2018-12-03T16:44:10.000000Z"}} 2018-12-03 16:44:10,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:44:11,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-377b5cab-9169-4724-a515-d0929bd242f8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:44:11,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-377b5cab-9169-4724-a515-d0929bd242f8 2018-12-03 16:44:11,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:44:11,051 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:44: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:44:11,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:44:11,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c0545fa-8db2-43c5-b987-2a0b98a02d7c Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:44:11,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj used request id req-7c0545fa-8db2-43c5-b987-2a0b98a02d7c 2018-12-03 16:44:11,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:44:11,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28dca68f-d419-462a-8069-ad1838548456 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:44:11,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-28dca68f-d419-462a-8069-ad1838548456 2018-12-03 16:44:11,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}}' 2018-12-03 16:44:11,284 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:44:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-756a9d14-e082-4496-88f5-0ddf0ec43182 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68"}, "enabled": true, "id": "9c4efd6f6a69463989dc963124b4ae68", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}} 2018-12-03 16:44:11,284 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-756a9d14-e082-4496-88f5-0ddf0ec43182 2018-12-03 16:44:11,284 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj 2018-12-03 16:44:11,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:44:11,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:44:11,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:44:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["O4POOiMiRYmbu2jYBhLOqA"], "issued_at": "2018-12-03T16:44:11.000000Z"}} 2018-12-03 16:44:11,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26bec92240958d1cb4540f47b1746a22a90be3cc" 2018-12-03 16:44:11,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bbfa93c-d611-498a-ad7a-02d2f0650bc1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:44:11,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9bbfa93c-d611-498a-ad7a-02d2f0650bc1 2018-12-03 16:44:11,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:44:11,769 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:44: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:44:11,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26bec92240958d1cb4540f47b1746a22a90be3cc" 2018-12-03 16:44:11,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cd30be5-a744-4ff9-ba14-fe2338847741 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:44:11,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1cd30be5-a744-4ff9-ba14-fe2338847741 2018-12-03 16:44:11,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26bec92240958d1cb4540f47b1746a22a90be3cc" 2018-12-03 16:44:11,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92adc04c-76f4-425e-b035-60fd6f90c9eb Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68"}, "enabled": true, "id": "9c4efd6f6a69463989dc963124b4ae68", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}]} 2018-12-03 16:44:11,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj used request id req-92adc04c-76f4-425e-b035-60fd6f90c9eb 2018-12-03 16:44:11,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26bec92240958d1cb4540f47b1746a22a90be3cc" 2018-12-03 16:44:11,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0964be7f-03d4-4bec-8105-32faa69ded8f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:44:11,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-0964be7f-03d4-4bec-8105-32faa69ded8f 2018-12-03 16:44:12,356 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-bd1d26dc-b9db-465-user 2018-12-03 16:44:12,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:44:12,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:44:12,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d65a9302-7a40-406d-aa8d-d2e65052bc19 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:44:12,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d65a9302-7a40-406d-aa8d-d2e65052bc19 2018-12-03 16:44:12,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" -d '{"role": {"name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj-role"}}' 2018-12-03 16:44:12,572 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:44:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a27531ca-f53a-4297-a51b-297052329190 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cbf61ca0055343c6b6f27854428a453b", "links": {"self": "http://172.30.9.30:5000/v3/roles/cbf61ca0055343c6b6f27854428a453b"}, "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj-role"}} 2018-12-03 16:44:12,572 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-a27531ca-f53a-4297-a51b-297052329190 2018-12-03 16:44:12,572 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj-role 2018-12-03 16:44:12,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/cbf61ca0055343c6b6f27854428a453b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:44:12,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-325d4727-9dd3-4e27-89cb-86cd9de9af83 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/cbf61ca0055343c6b6f27854428a453b"}, "domain_id": null, "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj-role", "id": "cbf61ca0055343c6b6f27854428a453b"}} 2018-12-03 16:44:12,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/cbf61ca0055343c6b6f27854428a453b used request id req-325d4727-9dd3-4e27-89cb-86cd9de9af83 2018-12-03 16:44:12,657 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj-role to project InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj 2018-12-03 16:44:12,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68/users/4fef851def8b457a9798f91af2287985/roles/cbf61ca0055343c6b6f27854428a453b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:44:12,790 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:44:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfd23ede-b59c-4024-834b-dbb13ab7e54a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:44:12,790 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68/users/4fef851def8b457a9798f91af2287985/roles/cbf61ca0055343c6b6f27854428a453b used request id req-dfd23ede-b59c-4024-834b-dbb13ab7e54a 2018-12-03 16:44:12,790 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:44:12,792 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:44:12,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:44:12,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:44:13,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbf61ca0055343c6b6f27854428a453b", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj-role"}], "expires_at": "2018-12-03T17:44:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c4efd6f6a69463989dc963124b4ae68", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-user", "id": "4fef851def8b457a9798f91af2287985"}, "audit_ids": ["Sbw4yQZ1R525yyPSCRtI8A"], "issued_at": "2018-12-03T16:44:13.000000Z"}} 2018-12-03 16:44:13,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bfe3a0ea67b874e8d484c349ec8bbaed655d26a" 2018-12-03 16:44:13,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6671618-6b79-4bbf-a5ea-3b3e01db7626 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:44:13,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c6671618-6b79-4bbf-a5ea-3b3e01db7626 2018-12-03 16:44:13,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bfe3a0ea67b874e8d484c349ec8bbaed655d26a" 2018-12-03 16:44:13,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-9ac850b7-004b-479b-a89f-c04e8c2e9765 Date: Mon, 03 Dec 2018 16:44:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image"} 2018-12-03 16:44:13,400 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image used request id req-9ac850b7-004b-479b-a89f-c04e8c2e9765 2018-12-03 16:44:13,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bfe3a0ea67b874e8d484c349ec8bbaed655d26a" 2018-12-03 16:44:13,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4d6e3d6f-9935-4b81-8935-d7c6986a1501 Date: Mon, 03 Dec 2018 16:44: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-12-03 16:44:13,564 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-4d6e3d6f-9935-4b81-8935-d7c6986a1501 2018-12-03 16:44:13,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3bfe3a0ea67b874e8d484c349ec8bbaed655d26a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image"}' 2018-12-03 16:44:13,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19 X-Openstack-Request-Id: req-1d159fd8-1ae5-4853-842f-80488828095a Date: Mon, 03 Dec 2018 16:44:13 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:44:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:44:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "min_disk": 0, "protected": false, "id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "file": "/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19/file", "checksum": null, "owner": "9c4efd6f6a69463989dc963124b4ae68", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:44:13,801 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1d159fd8-1ae5-4853-842f-80488828095a 2018-12-03 16:44:13,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bfe3a0ea67b874e8d484c349ec8bbaed655d26a" -d '' 2018-12-03 16:44:15,895 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6ad2d07f-4b75-4bc8-9322-5eda646cda0b Date: Mon, 03 Dec 2018 16:44:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:44:15,896 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19/file used request id req-6ad2d07f-4b75-4bc8-9322-5eda646cda0b 2018-12-03 16:44:15,896 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:44:15,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bfe3a0ea67b874e8d484c349ec8bbaed655d26a" 2018-12-03 16:44:16,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ed08e2a6-37c9-46ce-865b-7a6d77df83ae Date: Mon, 03 Dec 2018 16:44:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:44:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:44:15Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19/snap", "metadata": {}}], "self": "/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "min_disk": 0, "protected": false, "id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "file": "/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9c4efd6f6a69463989dc963124b4ae68", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:44:16,081 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19 used request id req-ed08e2a6-37c9-46ce-865b-7a6d77df83ae 2018-12-03 16:44:16,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bfe3a0ea67b874e8d484c349ec8bbaed655d26a" 2018-12-03 16:44:16,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-45fed1ea-c6b1-49c6-a4c8-58a2fc616ca1 Date: Mon, 03 Dec 2018 16:44: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-12-03 16:44:16,238 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-45fed1ea-c6b1-49c6-a4c8-58a2fc616ca1 2018-12-03 16:44:16,241 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image 2018-12-03 16:44:16,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bfe3a0ea67b874e8d484c349ec8bbaed655d26a" 2018-12-03 16:44:16,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-3e5d6814-ccfe-40a0-960b-ff8be93e882f Date: Mon, 03 Dec 2018 16:44:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:44:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:44:15Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19/snap", "metadata": {}}], "self": "/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "min_disk": 0, "protected": false, "id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "file": "/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9c4efd6f6a69463989dc963124b4ae68", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:44:16,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19 used request id req-3e5d6814-ccfe-40a0-960b-ff8be93e882f 2018-12-03 16:44:16,392 - create_image - DEBUG - Instance status is - active 2018-12-03 16:44:16,392 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image 2018-12-03 16:44:16,392 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image 2018-12-03 16:44:16,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:44:16,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:44:16,769 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbf61ca0055343c6b6f27854428a453b", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj-role"}], "expires_at": "2018-12-03T17:44:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c4efd6f6a69463989dc963124b4ae68", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-user", "id": "4fef851def8b457a9798f91af2287985"}, "audit_ids": ["PQWm9kwqSB-Uj0l4StqgNw"], "issued_at": "2018-12-03T16:44:16.000000Z"}} 2018-12-03 16:44:16,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79325616350bae4170cabafcad4ac956803fe822" 2018-12-03 16:44:16,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd61fd9-2741-49fc-a89e-11434f2cd445 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:44:16,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fdd61fd9-2741-49fc-a89e-11434f2cd445 2018-12-03 16:44:16,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79325616350bae4170cabafcad4ac956803fe822" 2018-12-03 16:44:16,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8cfa0797-ce93-4d64-82e2-501bb1df6695 Date: Mon, 03 Dec 2018 16:44:16 GMT RESP BODY: {"networks":[]} 2018-12-03 16:44:16,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net used request id req-8cfa0797-ce93-4d64-82e2-501bb1df6695 2018-12-03 16:44:16,965 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net 2018-12-03 16:44:16,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79325616350bae4170cabafcad4ac956803fe822" -d '{"network": {"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net", "admin_state_up": true}}' 2018-12-03 16:44:17,696 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-df2b31db-7c44-434b-bad6-eb112b1387a6 Date: Mon, 03 Dec 2018 16:44:17 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"67310c1c-17ca-4f06-a55e-8448b2057a52","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:44:17Z","is_default":false,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:17Z","mtu":1450}} 2018-12-03 16:44:17,696 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-df2b31db-7c44-434b-bad6-eb112b1387a6 2018-12-03 16:44:17,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79325616350bae4170cabafcad4ac956803fe822" 2018-12-03 16:44:17,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-45b91a20-2b02-44cb-93e2-b255e542ecd3 Date: Mon, 03 Dec 2018 16:44:17 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-12-03T16:44:17Z","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9c4efd6f6a69463989dc963124b4ae68","id":"67310c1c-17ca-4f06-a55e-8448b2057a52","name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net"}]} 2018-12-03 16:44:17,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-45b91a20-2b02-44cb-93e2-b255e542ecd3 2018-12-03 16:44:17,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79325616350bae4170cabafcad4ac956803fe822" 2018-12-03 16:44:18,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-28407e8e-07cb-4ee1-b7f7-c5bd561ff266 Date: Mon, 03 Dec 2018 16:44:18 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:44:18,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-28407e8e-07cb-4ee1-b7f7-c5bd561ff266 2018-12-03 16:44:18,117 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet 2018-12-03 16:44:18,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79325616350bae4170cabafcad4ac956803fe822" -d '{"subnets": [{"ip_version": 4, "network_id": "67310c1c-17ca-4f06-a55e-8448b2057a52", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet"}]}' 2018-12-03 16:44:18,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d22c5b61-f589-49f3-8dff-c2281670a18d Date: Mon, 03 Dec 2018 16:44:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:44:18Z","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":"9c4efd6f6a69463989dc963124b4ae68","id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet"}]} 2018-12-03 16:44:18,930 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-d22c5b61-f589-49f3-8dff-c2281670a18d 2018-12-03 16:44:18,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79325616350bae4170cabafcad4ac956803fe822" 2018-12-03 16:44:19,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-84705e02-7848-462e-88ef-cd0e8ceb21e4 Date: Mon, 03 Dec 2018 16:44: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":["87ff9566-ceb1-4e51-8f78-ad15bf6dbf73"],"updated_at":"2018-12-03T16:44:18Z","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9c4efd6f6a69463989dc963124b4ae68","id":"67310c1c-17ca-4f06-a55e-8448b2057a52","name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net"}]} 2018-12-03 16:44:19,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-84705e02-7848-462e-88ef-cd0e8ceb21e4 2018-12-03 16:44:19,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79325616350bae4170cabafcad4ac956803fe822" 2018-12-03 16:44:19,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7bae5840-6c21-4333-9c1f-4de184f86550 Date: Mon, 03 Dec 2018 16:44:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:44:18Z","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":"9c4efd6f6a69463989dc963124b4ae68","id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet"}]} 2018-12-03 16:44:19,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-7bae5840-6c21-4333-9c1f-4de184f86550 2018-12-03 16:44:19,412 - OpenStackNetwork - DEBUG - Network [67310c1c-17ca-4f06-a55e-8448b2057a52] created successfully 2018-12-03 16:44:19,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:44:19,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:44:19,794 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:44:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["slyqD7AwR--4zvAA1_eQPQ"], "issued_at": "2018-12-03T16:44:19.000000Z"}} 2018-12-03 16:44:19,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73a7d614892c3389a0408ed8c5c2b257bf6fe17" 2018-12-03 16:44:19,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d66767ab-eb4a-4812-8e18-0eaf4a0fb65e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:44:19,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d66767ab-eb4a-4812-8e18-0eaf4a0fb65e 2018-12-03 16:44:19,871 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:44:19,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73a7d614892c3389a0408ed8c5c2b257bf6fe17" 2018-12-03 16:44:20,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-441c995b-c5cf-44f9-8d3d-8c52304ed8e3 x-compute-request-id: req-441c995b-c5cf-44f9-8d3d-8c52304ed8e3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:44:20,069 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-441c995b-c5cf-44f9-8d3d-8c52304ed8e3 2018-12-03 16:44:20,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73a7d614892c3389a0408ed8c5c2b257bf6fe17" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-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-12-03 16:44:20,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-d8b0c8eb-fbba-4846-9085-6777b1b97ff6 x-compute-request-id: req-d8b0c8eb-fbba-4846-9085-6777b1b97ff6 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:44:20,123 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d8b0c8eb-fbba-4846-9085-6777b1b97ff6 2018-12-03 16:44:20,124 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:44:20,125 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:44:20,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbf61ca0055343c6b6f27854428a453b", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj-role"}], "expires_at": "2018-12-03T17:44:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c4efd6f6a69463989dc963124b4ae68", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-user", "id": "4fef851def8b457a9798f91af2287985"}, "audit_ids": ["JkWVFJJ4TVu3CFUt87mqCw"], "issued_at": "2018-12-03T16:44:20.000000Z"}} 2018-12-03 16:44:20,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd4c5b1435628d85c7f128854db9f67f58daa90" 2018-12-03 16:44:20,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83321928-f482-4314-8985-15fc3749a943 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:44:20,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-83321928-f482-4314-8985-15fc3749a943 2018-12-03 16:44:20,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd4c5b1435628d85c7f128854db9f67f58daa90" 2018-12-03 16:44:20,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-fd5052ef-4030-4e4b-b34d-b4c2ad6912e5 Date: Mon, 03 Dec 2018 16:44:20 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:44:20,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name&description=hello+group used request id req-fd5052ef-4030-4e4b-b34d-b4c2ad6912e5 2018-12-03 16:44:20,770 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name... 2018-12-03 16:44:20,770 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name 2018-12-03 16:44:20,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd4c5b1435628d85c7f128854db9f67f58daa90" -d '{"security_group": {"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name", "description": "hello group"}}' 2018-12-03 16:44:21,130 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-34665d52-fd04-4746-99e7-ae720efa203d Date: Mon, 03 Dec 2018 16:44:21 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:21Z", "updated_at": "2018-12-03T16:44:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:44:21Z", "revision_number": 0, "id": "b6d79e69-9512-40fc-b4cf-3e4fac7083e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c4efd6f6a69463989dc963124b4ae68"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:44:21Z", "revision_number": 0, "id": "d82560da-b91b-477b-a3b3-574c09d68965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c4efd6f6a69463989dc963124b4ae68"}], "revision_number": 2, "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "29180550-ec16-4fe4-963f-84d2919d7a33", "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}} 2018-12-03 16:44:21,130 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-34665d52-fd04-4746-99e7-ae720efa203d 2018-12-03 16:44:21,131 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 29180550-ec16-4fe4-963f-84d2919d7a33 2018-12-03 16:44:21,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=29180550-ec16-4fe4-963f-84d2919d7a33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd4c5b1435628d85c7f128854db9f67f58daa90" 2018-12-03 16:44:21,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2d9ea39c-b1e2-4885-874d-bc3d61ba60c0 Date: Mon, 03 Dec 2018 16:44: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-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "port_range_min": null, "revision_number": 0, "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:21Z", "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "b6d79e69-9512-40fc-b4cf-3e4fac7083e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "port_range_min": null, "revision_number": 0, "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:21Z", "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "d82560da-b91b-477b-a3b3-574c09d68965"}]} 2018-12-03 16:44:21,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=29180550-ec16-4fe4-963f-84d2919d7a33 used request id req-2d9ea39c-b1e2-4885-874d-bc3d61ba60c0 2018-12-03 16:44:21,300 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 29180550-ec16-4fe4-963f-84d2919d7a33 2018-12-03 16:44:21,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=29180550-ec16-4fe4-963f-84d2919d7a33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd4c5b1435628d85c7f128854db9f67f58daa90" 2018-12-03 16:44:21,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e4f66bab-610d-45d4-ac86-4ba5d0443245 Date: Mon, 03 Dec 2018 16:44: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-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "port_range_min": null, "revision_number": 0, "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:21Z", "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "b6d79e69-9512-40fc-b4cf-3e4fac7083e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "port_range_min": null, "revision_number": 0, "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:21Z", "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "d82560da-b91b-477b-a3b3-574c09d68965"}]} 2018-12-03 16:44:21,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=29180550-ec16-4fe4-963f-84d2919d7a33 used request id req-e4f66bab-610d-45d4-ac86-4ba5d0443245 2018-12-03 16:44:21,483 - neutron_utils - INFO - Retrieving security group with ID - 29180550-ec16-4fe4-963f-84d2919d7a33 2018-12-03 16:44:21,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=29180550-ec16-4fe4-963f-84d2919d7a33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd4c5b1435628d85c7f128854db9f67f58daa90" 2018-12-03 16:44:21,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-a59c4951-059a-47ad-afe7-674132a6c187 Date: Mon, 03 Dec 2018 16:44:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:21Z", "updated_at": "2018-12-03T16:44:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:44:21Z", "revision_number": 0, "id": "b6d79e69-9512-40fc-b4cf-3e4fac7083e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c4efd6f6a69463989dc963124b4ae68"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:44:21Z", "revision_number": 0, "id": "d82560da-b91b-477b-a3b3-574c09d68965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c4efd6f6a69463989dc963124b4ae68"}], "revision_number": 2, "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "29180550-ec16-4fe4-963f-84d2919d7a33", "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}]} 2018-12-03 16:44:21,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=29180550-ec16-4fe4-963f-84d2919d7a33 used request id req-a59c4951-059a-47ad-afe7-674132a6c187 2018-12-03 16:44:21,678 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 29180550-ec16-4fe4-963f-84d2919d7a33 2018-12-03 16:44:21,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=29180550-ec16-4fe4-963f-84d2919d7a33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd4c5b1435628d85c7f128854db9f67f58daa90" 2018-12-03 16:44:21,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-79f153c2-8d7f-47d6-a7c2-d0e3334b2b58 Date: Mon, 03 Dec 2018 16:44: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-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "port_range_min": null, "revision_number": 0, "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:21Z", "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "b6d79e69-9512-40fc-b4cf-3e4fac7083e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "port_range_min": null, "revision_number": 0, "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:21Z", "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "d82560da-b91b-477b-a3b3-574c09d68965"}]} 2018-12-03 16:44:21,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=29180550-ec16-4fe4-963f-84d2919d7a33 used request id req-79f153c2-8d7f-47d6-a7c2-d0e3334b2b58 2018-12-03 16:44:21,840 - neutron_utils - INFO - Retrieving security group with ID - 29180550-ec16-4fe4-963f-84d2919d7a33 2018-12-03 16:44:21,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=29180550-ec16-4fe4-963f-84d2919d7a33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd4c5b1435628d85c7f128854db9f67f58daa90" 2018-12-03 16:44:21,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-9bf3ad46-762a-4530-a7f5-1fddbb9a4f56 Date: Mon, 03 Dec 2018 16:44:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:21Z", "updated_at": "2018-12-03T16:44:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:44:21Z", "revision_number": 0, "id": "b6d79e69-9512-40fc-b4cf-3e4fac7083e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c4efd6f6a69463989dc963124b4ae68"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:44:21Z", "revision_number": 0, "id": "d82560da-b91b-477b-a3b3-574c09d68965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c4efd6f6a69463989dc963124b4ae68"}], "revision_number": 2, "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "29180550-ec16-4fe4-963f-84d2919d7a33", "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}]} 2018-12-03 16:44:21,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=29180550-ec16-4fe4-963f-84d2919d7a33 used request id req-9bf3ad46-762a-4530-a7f5-1fddbb9a4f56 2018-12-03 16:44:21,892 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 29180550-ec16-4fe4-963f-84d2919d7a33 2018-12-03 16:44:21,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=29180550-ec16-4fe4-963f-84d2919d7a33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd4c5b1435628d85c7f128854db9f67f58daa90" 2018-12-03 16:44:21,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b98f0ca7-f195-40ba-9321-fb92ad470580 Date: Mon, 03 Dec 2018 16:44: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-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "port_range_min": null, "revision_number": 0, "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:21Z", "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "b6d79e69-9512-40fc-b4cf-3e4fac7083e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "port_range_min": null, "revision_number": 0, "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:21Z", "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "d82560da-b91b-477b-a3b3-574c09d68965"}]} 2018-12-03 16:44:21,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=29180550-ec16-4fe4-963f-84d2919d7a33 used request id req-b98f0ca7-f195-40ba-9321-fb92ad470580 2018-12-03 16:44:21,960 - neutron_utils - INFO - Retrieving security group with ID - 29180550-ec16-4fe4-963f-84d2919d7a33 2018-12-03 16:44:21,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=29180550-ec16-4fe4-963f-84d2919d7a33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd4c5b1435628d85c7f128854db9f67f58daa90" 2018-12-03 16:44:22,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-96726d40-f31f-448f-9ff0-79ac6bc66064 Date: Mon, 03 Dec 2018 16:44:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:21Z", "updated_at": "2018-12-03T16:44:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:44:21Z", "revision_number": 0, "id": "b6d79e69-9512-40fc-b4cf-3e4fac7083e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c4efd6f6a69463989dc963124b4ae68"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:44:21Z", "revision_number": 0, "id": "d82560da-b91b-477b-a3b3-574c09d68965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c4efd6f6a69463989dc963124b4ae68"}], "revision_number": 2, "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "29180550-ec16-4fe4-963f-84d2919d7a33", "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}]} 2018-12-03 16:44:22,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=29180550-ec16-4fe4-963f-84d2919d7a33 used request id req-96726d40-f31f-448f-9ff0-79ac6bc66064 2018-12-03 16:44:22,158 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 29180550-ec16-4fe4-963f-84d2919d7a33 2018-12-03 16:44:22,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=29180550-ec16-4fe4-963f-84d2919d7a33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd4c5b1435628d85c7f128854db9f67f58daa90" 2018-12-03 16:44:22,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e37679b0-14c0-41f7-b0b5-f85a41dc39f1 Date: Mon, 03 Dec 2018 16:44: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-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "port_range_min": null, "revision_number": 0, "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:21Z", "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "b6d79e69-9512-40fc-b4cf-3e4fac7083e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:44:21Z", "security_group_id": "29180550-ec16-4fe4-963f-84d2919d7a33", "port_range_min": null, "revision_number": 0, "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:21Z", "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "d82560da-b91b-477b-a3b3-574c09d68965"}]} 2018-12-03 16:44:22,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=29180550-ec16-4fe4-963f-84d2919d7a33 used request id req-e37679b0-14c0-41f7-b0b5-f85a41dc39f1 2018-12-03 16:44:22,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:44:22,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:44:22,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbf61ca0055343c6b6f27854428a453b", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj-role"}], "expires_at": "2018-12-03T17:44:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c4efd6f6a69463989dc963124b4ae68", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-user", "id": "4fef851def8b457a9798f91af2287985"}, "audit_ids": ["wBtRsfkpT3CbQzIuFNIoQw"], "issued_at": "2018-12-03T16:44:22.000000Z"}} 2018-12-03 16:44:22,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:22,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5e1cef0-824c-417f-ae15-202395246cec Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:44:22,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f5e1cef0-824c-417f-ae15-202395246cec 2018-12-03 16:44:22,661 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:44:22,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:22,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57249fab-9455-42dc-9fae-90b57d8a09ed Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:44:22,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-57249fab-9455-42dc-9fae-90b57d8a09ed 2018-12-03 16:44:22,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:22,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0c3d2bb4-5053-4c8b-bab5-e1fce1196e10 Date: Mon, 03 Dec 2018 16:44: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":["87ff9566-ceb1-4e51-8f78-ad15bf6dbf73"],"updated_at":"2018-12-03T16:44:18Z","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9c4efd6f6a69463989dc963124b4ae68","id":"67310c1c-17ca-4f06-a55e-8448b2057a52","name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net"}]} 2018-12-03 16:44:22,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net used request id req-0c3d2bb4-5053-4c8b-bab5-e1fce1196e10 2018-12-03 16:44:22,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:44:22,991 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:44: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:44:22,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:23,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ca5416-2777-48ca-9a17-7aac242798f4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68"}, "enabled": true, "id": "9c4efd6f6a69463989dc963124b4ae68", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}} 2018-12-03 16:44:23,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 used request id req-d5ca5416-2777-48ca-9a17-7aac242798f4 2018-12-03 16:44:23,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:23,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8409787d-296a-4386-a823-91dd2fe84c88 Date: Mon, 03 Dec 2018 16:44:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:44:18Z","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":"9c4efd6f6a69463989dc963124b4ae68","id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet"}]} 2018-12-03 16:44:23,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-8409787d-296a-4386-a823-91dd2fe84c88 2018-12-03 16:44:23,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52&name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:23,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d380e0f2-7758-48ac-bcb9-f12c481b7f2c Date: Mon, 03 Dec 2018 16:44:23 GMT RESP BODY: {"ports":[]} 2018-12-03 16:44:23,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52&name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port&admin_state_up=True used request id req-d380e0f2-7758-48ac-bcb9-f12c481b7f2c 2018-12-03 16:44:23,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:23,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44: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-bb55a1c1-b6d6-4c8c-91e6-ae1a04d31850 x-compute-request-id: req-bb55a1c1-b6d6-4c8c-91e6-ae1a04d31850 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:44:23,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst used request id req-bb55a1c1-b6d6-4c8c-91e6-ae1a04d31850 2018-12-03 16:44:23,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:23,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3f860668-36e7-48e2-bb47-7fae265e7dc1 Date: Mon, 03 Dec 2018 16:44: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":["87ff9566-ceb1-4e51-8f78-ad15bf6dbf73"],"updated_at":"2018-12-03T16:44:18Z","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9c4efd6f6a69463989dc963124b4ae68","id":"67310c1c-17ca-4f06-a55e-8448b2057a52","name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net"}]} 2018-12-03 16:44:23,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net used request id req-3f860668-36e7-48e2-bb47-7fae265e7dc1 2018-12-03 16:44:23,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:24,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de1ae8a7-fb78-4daa-8be6-c4be7cffa884 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68"}, "enabled": true, "id": "9c4efd6f6a69463989dc963124b4ae68", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}} 2018-12-03 16:44:24,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 used request id req-de1ae8a7-fb78-4daa-8be6-c4be7cffa884 2018-12-03 16:44:24,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:24,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c6f2ae0c-4a95-41d2-b44b-6dc44b7b78a4 Date: Mon, 03 Dec 2018 16:44:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:44:18Z","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":"9c4efd6f6a69463989dc963124b4ae68","id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet"}]} 2018-12-03 16:44:24,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-c6f2ae0c-4a95-41d2-b44b-6dc44b7b78a4 2018-12-03 16:44:24,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52&name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:24,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ed017cc1-4820-4cf8-bea3-cd255d506ef2 Date: Mon, 03 Dec 2018 16:44:24 GMT RESP BODY: {"ports":[]} 2018-12-03 16:44:24,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52&name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port&admin_state_up=True used request id req-ed017cc1-4820-4cf8-bea3-cd255d506ef2 2018-12-03 16:44:24,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:44:24,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:44:24,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbf61ca0055343c6b6f27854428a453b", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj-role"}], "expires_at": "2018-12-03T17:44:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c4efd6f6a69463989dc963124b4ae68", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-user", "id": "4fef851def8b457a9798f91af2287985"}, "audit_ids": ["bELZby-tSwSnYZnx6OtAvw"], "issued_at": "2018-12-03T16:44:24.000000Z"}} 2018-12-03 16:44:24,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd3fe35e5df42ae682851c460eeb6ace667fe71" 2018-12-03 16:44:24,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b12aabc-18a5-4ff6-b8b4-a193544be878 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:44:24,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2b12aabc-18a5-4ff6-b8b4-a193544be878 2018-12-03 16:44:24,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:24,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-86dd0f05-5f2c-4929-a35c-a8930be83437 Date: Mon, 03 Dec 2018 16:44: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":["87ff9566-ceb1-4e51-8f78-ad15bf6dbf73"],"updated_at":"2018-12-03T16:44:18Z","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9c4efd6f6a69463989dc963124b4ae68","id":"67310c1c-17ca-4f06-a55e-8448b2057a52","name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net"}]} 2018-12-03 16:44:24,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net used request id req-86dd0f05-5f2c-4929-a35c-a8930be83437 2018-12-03 16:44:24,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:25,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e9d0aa02-2825-42dd-a2fc-2d5ef44f089c Date: Mon, 03 Dec 2018 16:44:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:44:18Z","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":"9c4efd6f6a69463989dc963124b4ae68","id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet"}]} 2018-12-03 16:44:25,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-e9d0aa02-2825-42dd-a2fc-2d5ef44f089c 2018-12-03 16:44:25,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:25,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-22374ddf-f15b-4ac4-b184-ff2858b9fc44 Date: Mon, 03 Dec 2018 16:44: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":["87ff9566-ceb1-4e51-8f78-ad15bf6dbf73"],"updated_at":"2018-12-03T16:44:18Z","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9c4efd6f6a69463989dc963124b4ae68","id":"67310c1c-17ca-4f06-a55e-8448b2057a52","name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net"}]} 2018-12-03 16:44:25,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net used request id req-22374ddf-f15b-4ac4-b184-ff2858b9fc44 2018-12-03 16:44:25,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:44:25,143 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:44: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:44:25,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd3fe35e5df42ae682851c460eeb6ace667fe71" 2018-12-03 16:44:25,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-923d4136-287c-4068-8409-4b86a5de92bb Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68"}, "enabled": true, "id": "9c4efd6f6a69463989dc963124b4ae68", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}} 2018-12-03 16:44:25,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 used request id req-923d4136-287c-4068-8409-4b86a5de92bb 2018-12-03 16:44:25,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:25,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3d6db953-8bdd-4f1b-97a4-7a91d5e36b7b Date: Mon, 03 Dec 2018 16:44:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:44:18Z","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":"9c4efd6f6a69463989dc963124b4ae68","id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet"}]} 2018-12-03 16:44:25,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-3d6db953-8bdd-4f1b-97a4-7a91d5e36b7b 2018-12-03 16:44:25,439 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net 2018-12-03 16:44:25,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" -d '{"port": {"network_id": "67310c1c-17ca-4f06-a55e-8448b2057a52", "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port", "admin_state_up": true}}' 2018-12-03 16:44:26,229 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-6188b78e-be25-489b-8ff1-96c03a171159 Date: Mon, 03 Dec 2018 16:44:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.8"}],"id":"d822ba28-9d55-4d55-99a3-c7d098046863","security_groups":["527bab09-6c93-4251-b18c-4ac17a151ff2"],"mac_address":"fa:16:3e:e0:f4:6b","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port","project_id":"9c4efd6f6a69463989dc963124b4ae68","qos_policy_id":null,"admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:25Z","binding:vnic_type":"normal"}} 2018-12-03 16:44:26,229 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-6188b78e-be25-489b-8ff1-96c03a171159 2018-12-03 16:44:26,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:26,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e15d2abd-cc38-49d9-9791-1082a08a0114 Date: Mon, 03 Dec 2018 16:44: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":["87ff9566-ceb1-4e51-8f78-ad15bf6dbf73"],"updated_at":"2018-12-03T16:44:18Z","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9c4efd6f6a69463989dc963124b4ae68","id":"67310c1c-17ca-4f06-a55e-8448b2057a52","name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net"}]} 2018-12-03 16:44:26,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net used request id req-e15d2abd-cc38-49d9-9791-1082a08a0114 2018-12-03 16:44:26,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:26,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69e35814-bd63-4177-85ec-7a3fda36aec8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68"}, "enabled": true, "id": "9c4efd6f6a69463989dc963124b4ae68", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}} 2018-12-03 16:44:26,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 used request id req-69e35814-bd63-4177-85ec-7a3fda36aec8 2018-12-03 16:44:26,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:26,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7e1a3a97-97e5-44d2-bbe5-04a4f6f5d8bc Date: Mon, 03 Dec 2018 16:44:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:44:18Z","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":"9c4efd6f6a69463989dc963124b4ae68","id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet"}]} 2018-12-03 16:44:26,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-7e1a3a97-97e5-44d2-bbe5-04a4f6f5d8bc 2018-12-03 16:44:26,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52&name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:26,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-ecb4e0ca-1817-4ebd-8ebe-2be332ec20de Date: Mon, 03 Dec 2018 16:44:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.8"}],"id":"d822ba28-9d55-4d55-99a3-c7d098046863","security_groups":["527bab09-6c93-4251-b18c-4ac17a151ff2"],"mac_address":"fa:16:3e:e0:f4:6b","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:25Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:44:26,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52&name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port&admin_state_up=True used request id req-ecb4e0ca-1817-4ebd-8ebe-2be332ec20de 2018-12-03 16:44:26,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:27,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-186dba34-c48e-4bdb-9621-704c12921b98 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68"}, "enabled": true, "id": "9c4efd6f6a69463989dc963124b4ae68", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}} 2018-12-03 16:44:27,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 used request id req-186dba34-c48e-4bdb-9621-704c12921b98 2018-12-03 16:44:27,067 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst 2018-12-03 16:44:27,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:27,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44: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-ec8697db-dfac-4bd7-a16f-b5d5cd773ec6 x-compute-request-id: req-ec8697db-dfac-4bd7-a16f-b5d5cd773ec6 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-flavor-name"}]} 2018-12-03 16:44:27,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ec8697db-dfac-4bd7-a16f-b5d5cd773ec6 2018-12-03 16:44:27,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:27,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44: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-648597ec-dc1c-4559-8fdc-8d47deff72e7 x-compute-request-id: req-648597ec-dc1c-4559-8fdc-8d47deff72e7 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:44:27,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f used request id req-648597ec-dc1c-4559-8fdc-8d47deff72e7 2018-12-03 16:44:27,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:27,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-5f7cca2c-fe77-4961-8bef-92c58f98c728 Date: Mon, 03 Dec 2018 16:44:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:44:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:44:15Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19/snap", "metadata": {}}], "self": "/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "min_disk": 0, "protected": false, "id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "file": "/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9c4efd6f6a69463989dc963124b4ae68", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image"} 2018-12-03 16:44:27,293 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image used request id req-5f7cca2c-fe77-4961-8bef-92c58f98c728 2018-12-03 16:44:27,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:27,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e9ffdbc9-1265-4458-ada3-902b83c66d0b Date: Mon, 03 Dec 2018 16:44: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-12-03 16:44:27,450 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e9ffdbc9-1265-4458-ada3-902b83c66d0b 2018-12-03 16:44:27,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" -d '{"server": {"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "imageRef": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "flavorRef": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "max_count": 1, "min_count": 1, "networks": [{"port": "d822ba28-9d55-4d55-99a3-c7d098046863"}], "security_groups": [{"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}]}}' 2018-12-03 16:44:29,688 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:44: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-d0f56587-130c-42a8-b658-3be21495b55b x-compute-request-id: req-d0f56587-130c-42a8-b658-3be21495b55b Content-Length: 435 location: http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "adminPass": "gaiyU3iv5Ek6"}} 2018-12-03 16:44:29,688 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-d0f56587-130c-42a8-b658-3be21495b55b 2018-12-03 16:44:29,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:30,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44: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-e9418f6a-099e-47f5-beaa-41660f13b94f x-compute-request-id: req-e9418f6a-099e-47f5-beaa-41660f13b94f 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.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "user_id": "4fef851def8b457a9798f91af2287985", "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-12-03T16:44:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:30,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-e9418f6a-099e-47f5-beaa-41660f13b94f 2018-12-03 16:44:30,052 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst 2018-12-03 16:44:30,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:30,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-35960098-4e95-416a-a9a8-f66d20c8fafc x-compute-request-id: req-35960098-4e95-416a-a9a8-f66d20c8fafc 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.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:44:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:30,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-35960098-4e95-416a-a9a8-f66d20c8fafc 2018-12-03 16:44:30,294 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst] is - BUILD 2018-12-03 16:44:30,294 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:44:33,297 - create_instance - DEBUG - VM status query timeout in 896.755558968 2018-12-03 16:44:33,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:34,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-8b4fcc98-8bb9-40b4-a675-98cfb097fc61 x-compute-request-id: req-8b4fcc98-8bb9-40b4-a675-98cfb097fc61 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.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "security_groups": [{"name": "default"}], "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:44:30Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:34,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-8b4fcc98-8bb9-40b4-a675-98cfb097fc61 2018-12-03 16:44:34,072 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst] is - BUILD 2018-12-03 16:44:34,073 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:44:37,076 - create_instance - DEBUG - VM status query timeout in 892.976670027 2018-12-03 16:44:37,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:37,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-6103bf5d-e609-4eff-bbd4-a0521b174786 x-compute-request-id: req-6103bf5d-e609-4eff-bbd4-a0521b174786 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:f4:6b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:44:35.000000", "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "security_groups": [{"name": "default"}], "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:44:35Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:37,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-6103bf5d-e609-4eff-bbd4-a0521b174786 2018-12-03 16:44:37,543 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst] is - ACTIVE 2018-12-03 16:44:37,543 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:44:37,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:38,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-f52ef21c-caa2-4de4-900c-77f558994ba7 x-compute-request-id: req-f52ef21c-caa2-4de4-900c-77f558994ba7 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:f4:6b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:44:35.000000", "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "security_groups": [{"name": "default"}], "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:44:35Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:38,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-f52ef21c-caa2-4de4-900c-77f558994ba7 2018-12-03 16:44:38,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:38,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3625d82e-438a-4d1f-b2ed-a16854f09852 Date: Mon, 03 Dec 2018 16:44: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":["87ff9566-ceb1-4e51-8f78-ad15bf6dbf73"],"updated_at":"2018-12-03T16:44:18Z","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9c4efd6f6a69463989dc963124b4ae68","id":"67310c1c-17ca-4f06-a55e-8448b2057a52","name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net"}]} 2018-12-03 16:44:38,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net used request id req-3625d82e-438a-4d1f-b2ed-a16854f09852 2018-12-03 16:44:38,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:38,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f2ce479-7199-464d-9afe-899f89834f28 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68"}, "enabled": true, "id": "9c4efd6f6a69463989dc963124b4ae68", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}} 2018-12-03 16:44:38,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 used request id req-5f2ce479-7199-464d-9afe-899f89834f28 2018-12-03 16:44:38,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:38,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4b7131c8-4a29-4f28-9079-2c890435f9e7 Date: Mon, 03 Dec 2018 16:44:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:44:18Z","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":"9c4efd6f6a69463989dc963124b4ae68","id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet"}]} 2018-12-03 16:44:38,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-4b7131c8-4a29-4f28-9079-2c890435f9e7 2018-12-03 16:44:38,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:38,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-e0df9390-4924-412e-853f-9799464b656e Date: Mon, 03 Dec 2018 16:44:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.4"}],"id":"06a838d3-c2bb-4e63-8319-6d4674bdcd35","security_groups":[],"mac_address":"fa:16:3e:6a:35:86","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.2"}],"id":"a7669919-0ba1-46de-9fb7-fa5e57abcb23","security_groups":[],"mac_address":"fa:16:3e:ec:cf:68","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.3"}],"id":"abdafed1-c4a0-42ac-8889-bbc61875c557","security_groups":[],"mac_address":"fa:16:3e:4c:d5:1f","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.8"}],"id":"d822ba28-9d55-4d55-99a3-c7d098046863","security_groups":["527bab09-6c93-4251-b18c-4ac17a151ff2"],"mac_address":"fa:16:3e:e0:f4:6b","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:25Z","binding:vnic_type":"normal","device_id":"82d6040c-a7a7-4cfe-9773-274cd65e3181"}]} 2018-12-03 16:44:38,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-e0df9390-4924-412e-853f-9799464b656e 2018-12-03 16:44:38,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:39,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44: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-b86164e2-5771-4bf1-8e2d-0f6df2a9a11c x-compute-request-id: req-b86164e2-5771-4bf1-8e2d-0f6df2a9a11c Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:f4:6b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:44:35.000000", "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "security_groups": [{"name": "default"}], "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:44:35Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:39,322 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-b86164e2-5771-4bf1-8e2d-0f6df2a9a11c 2018-12-03 16:44:39,323 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst] is - ACTIVE 2018-12-03 16:44:39,323 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:44:39,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:39,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44: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-17229c84-6693-4768-a4a1-d737cb139def x-compute-request-id: req-17229c84-6693-4768-a4a1-d737cb139def Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:f4:6b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:44:35.000000", "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "security_groups": [{"name": "default"}], "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:44:35Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:39,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-17229c84-6693-4768-a4a1-d737cb139def 2018-12-03 16:44:39,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:40,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-137a6594-c263-48d6-8bcf-a88a77a7ff36 Date: Mon, 03 Dec 2018 16:44: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":["87ff9566-ceb1-4e51-8f78-ad15bf6dbf73"],"updated_at":"2018-12-03T16:44:18Z","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9c4efd6f6a69463989dc963124b4ae68","id":"67310c1c-17ca-4f06-a55e-8448b2057a52","name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net"}]} 2018-12-03 16:44:40,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net used request id req-137a6594-c263-48d6-8bcf-a88a77a7ff36 2018-12-03 16:44:40,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:40,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d79a1ad-8236-4a2e-985c-ca86adee7fcf Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68"}, "enabled": true, "id": "9c4efd6f6a69463989dc963124b4ae68", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}} 2018-12-03 16:44:40,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 used request id req-1d79a1ad-8236-4a2e-985c-ca86adee7fcf 2018-12-03 16:44:40,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:40,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4ec31562-dc99-4518-aee9-619a5e488029 Date: Mon, 03 Dec 2018 16:44:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:44:18Z","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":"9c4efd6f6a69463989dc963124b4ae68","id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet"}]} 2018-12-03 16:44:40,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-4ec31562-dc99-4518-aee9-619a5e488029 2018-12-03 16:44:40,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:40,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-b437541a-1940-422a-afe9-322865807078 Date: Mon, 03 Dec 2018 16:44:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.4"}],"id":"06a838d3-c2bb-4e63-8319-6d4674bdcd35","security_groups":[],"mac_address":"fa:16:3e:6a:35:86","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.2"}],"id":"a7669919-0ba1-46de-9fb7-fa5e57abcb23","security_groups":[],"mac_address":"fa:16:3e:ec:cf:68","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.3"}],"id":"abdafed1-c4a0-42ac-8889-bbc61875c557","security_groups":[],"mac_address":"fa:16:3e:4c:d5:1f","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.8"}],"id":"d822ba28-9d55-4d55-99a3-c7d098046863","security_groups":["527bab09-6c93-4251-b18c-4ac17a151ff2"],"mac_address":"fa:16:3e:e0:f4:6b","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:25Z","binding:vnic_type":"normal","device_id":"82d6040c-a7a7-4cfe-9773-274cd65e3181"}]} 2018-12-03 16:44:40,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-b437541a-1940-422a-afe9-322865807078 2018-12-03 16:44:40,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}}' 2018-12-03 16:44:41,939 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-e4072681-135e-46ed-aa6f-756759d52284 x-compute-request-id: req-e4072681-135e-46ed-aa6f-756759d52284 Content-Length: 0 Content-Type: application/json 2018-12-03 16:44:41,940 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181/action used request id req-e4072681-135e-46ed-aa6f-756759d52284 2018-12-03 16:44:41,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:42,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44: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-d6f6ca82-9434-43e2-818f-c32ebc924115 x-compute-request-id: req-d6f6ca82-9434-43e2-818f-c32ebc924115 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:f4:6b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:44:35.000000", "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "security_groups": [{"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}, {"name": "default"}], "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:44:35Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:42,546 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-d6f6ca82-9434-43e2-818f-c32ebc924115 2018-12-03 16:44:42,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:42,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e88241bb-988f-42c4-8ef7-04b5d249a1e6 Date: Mon, 03 Dec 2018 16:44: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":["87ff9566-ceb1-4e51-8f78-ad15bf6dbf73"],"updated_at":"2018-12-03T16:44:18Z","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9c4efd6f6a69463989dc963124b4ae68","id":"67310c1c-17ca-4f06-a55e-8448b2057a52","name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net"}]} 2018-12-03 16:44:42,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net used request id req-e88241bb-988f-42c4-8ef7-04b5d249a1e6 2018-12-03 16:44:42,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:42,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e52a0c2-1c6c-4a3e-875d-c81805daf4c5 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68"}, "enabled": true, "id": "9c4efd6f6a69463989dc963124b4ae68", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}} 2018-12-03 16:44:42,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 used request id req-0e52a0c2-1c6c-4a3e-875d-c81805daf4c5 2018-12-03 16:44:42,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:42,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-56828aa9-97a5-48b0-8c9c-d1b825865b24 Date: Mon, 03 Dec 2018 16:44:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:44:18Z","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":"9c4efd6f6a69463989dc963124b4ae68","id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet"}]} 2018-12-03 16:44:42,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-56828aa9-97a5-48b0-8c9c-d1b825865b24 2018-12-03 16:44:42,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:43,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-dde24f3d-b6f5-4ce5-9008-e63caffd841a Date: Mon, 03 Dec 2018 16:44:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.4"}],"id":"06a838d3-c2bb-4e63-8319-6d4674bdcd35","security_groups":[],"mac_address":"fa:16:3e:6a:35:86","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.2"}],"id":"a7669919-0ba1-46de-9fb7-fa5e57abcb23","security_groups":[],"mac_address":"fa:16:3e:ec:cf:68","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.3"}],"id":"abdafed1-c4a0-42ac-8889-bbc61875c557","security_groups":[],"mac_address":"fa:16:3e:4c:d5:1f","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:41Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.8"}],"id":"d822ba28-9d55-4d55-99a3-c7d098046863","security_groups":["29180550-ec16-4fe4-963f-84d2919d7a33","527bab09-6c93-4251-b18c-4ac17a151ff2"],"mac_address":"fa:16:3e:e0:f4:6b","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:25Z","binding:vnic_type":"normal","device_id":"82d6040c-a7a7-4cfe-9773-274cd65e3181"}]} 2018-12-03 16:44:43,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-dde24f3d-b6f5-4ce5-9008-e63caffd841a 2018-12-03 16:44:43,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:44:43,442 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbf61ca0055343c6b6f27854428a453b", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj-role"}], "expires_at": "2018-12-03T17:44:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c4efd6f6a69463989dc963124b4ae68", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/9c4efd6f6a69463989dc963124b4ae68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-user", "id": "4fef851def8b457a9798f91af2287985"}, "audit_ids": ["cr9onjyKToiR9ueza66DJQ"], "issued_at": "2018-12-03T16:44:43.000000Z"}} 2018-12-03 16:44:43,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ef721f189a4b70867aa4a120ddc83849fc44011" 2018-12-03 16:44:44,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44: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-3423e07d-30a1-4baa-91ba-92db02a000dd x-compute-request-id: req-3423e07d-30a1-4baa-91ba-92db02a000dd Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:f4:6b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:44:35.000000", "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "security_groups": [{"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}, {"name": "default"}], "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:44:35Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:44,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-3423e07d-30a1-4baa-91ba-92db02a000dd 2018-12-03 16:44:44,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:44,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-32bcea09-f197-41a0-9bda-9aed80ccfb8a x-compute-request-id: req-32bcea09-f197-41a0-9bda-9aed80ccfb8a Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:f4:6b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:44:35.000000", "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "security_groups": [{"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}, {"name": "default"}], "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:44:35Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:44,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-32bcea09-f197-41a0-9bda-9aed80ccfb8a 2018-12-03 16:44:44,959 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst] is - ACTIVE 2018-12-03 16:44:44,959 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:44:44,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:45,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-efe3c46f-a0ad-4791-aa64-921d154f70ac x-compute-request-id: req-efe3c46f-a0ad-4791-aa64-921d154f70ac Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:f4:6b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:44:35.000000", "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "security_groups": [{"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}, {"name": "default"}], "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:44:35Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:45,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-efe3c46f-a0ad-4791-aa64-921d154f70ac 2018-12-03 16:44:45,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:45,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-04e8ecc4-369c-4e79-8099-965ee142bc7b Date: Mon, 03 Dec 2018 16:44: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":["87ff9566-ceb1-4e51-8f78-ad15bf6dbf73"],"updated_at":"2018-12-03T16:44:18Z","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9c4efd6f6a69463989dc963124b4ae68","id":"67310c1c-17ca-4f06-a55e-8448b2057a52","name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net"}]} 2018-12-03 16:44:45,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net used request id req-04e8ecc4-369c-4e79-8099-965ee142bc7b 2018-12-03 16:44:45,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:45,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-311b5de4-a670-475f-9911-f141d89021df Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68"}, "enabled": true, "id": "9c4efd6f6a69463989dc963124b4ae68", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}} 2018-12-03 16:44:45,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 used request id req-311b5de4-a670-475f-9911-f141d89021df 2018-12-03 16:44:45,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:45,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-13cb419e-3864-4412-900f-38bf2e28fa6b Date: Mon, 03 Dec 2018 16:44:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:44:18Z","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":"9c4efd6f6a69463989dc963124b4ae68","id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet"}]} 2018-12-03 16:44:45,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-13cb419e-3864-4412-900f-38bf2e28fa6b 2018-12-03 16:44:45,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:45,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-2b1d4b04-b72c-4e67-8d14-c65c4332e55b Date: Mon, 03 Dec 2018 16:44:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.4"}],"id":"06a838d3-c2bb-4e63-8319-6d4674bdcd35","security_groups":[],"mac_address":"fa:16:3e:6a:35:86","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.2"}],"id":"a7669919-0ba1-46de-9fb7-fa5e57abcb23","security_groups":[],"mac_address":"fa:16:3e:ec:cf:68","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.3"}],"id":"abdafed1-c4a0-42ac-8889-bbc61875c557","security_groups":[],"mac_address":"fa:16:3e:4c:d5:1f","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:41Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.8"}],"id":"d822ba28-9d55-4d55-99a3-c7d098046863","security_groups":["29180550-ec16-4fe4-963f-84d2919d7a33","527bab09-6c93-4251-b18c-4ac17a151ff2"],"mac_address":"fa:16:3e:e0:f4:6b","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:25Z","binding:vnic_type":"normal","device_id":"82d6040c-a7a7-4cfe-9773-274cd65e3181"}]} 2018-12-03 16:44:45,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-2b1d4b04-b72c-4e67-8d14-c65c4332e55b 2018-12-03 16:44:45,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:46,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44: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-ad291587-267c-4735-b1c5-24c836fd3090 x-compute-request-id: req-ad291587-267c-4735-b1c5-24c836fd3090 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:f4:6b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:44:35.000000", "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "security_groups": [{"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}, {"name": "default"}], "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:44:35Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:46,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-ad291587-267c-4735-b1c5-24c836fd3090 2018-12-03 16:44:46,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:46,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-66963676-0f05-438d-bf38-7e349b9ec06a Date: Mon, 03 Dec 2018 16:44: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":["87ff9566-ceb1-4e51-8f78-ad15bf6dbf73"],"updated_at":"2018-12-03T16:44:18Z","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9c4efd6f6a69463989dc963124b4ae68","id":"67310c1c-17ca-4f06-a55e-8448b2057a52","name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net"}]} 2018-12-03 16:44:46,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net used request id req-66963676-0f05-438d-bf38-7e349b9ec06a 2018-12-03 16:44:46,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:46,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d572b758-f227-4c2d-9c77-03247717c9ad Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68"}, "enabled": true, "id": "9c4efd6f6a69463989dc963124b4ae68", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}} 2018-12-03 16:44:46,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 used request id req-d572b758-f227-4c2d-9c77-03247717c9ad 2018-12-03 16:44:46,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:46,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ec376e2d-7e81-4aa7-b474-3a97acd9c164 Date: Mon, 03 Dec 2018 16:44:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:44:18Z","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":"9c4efd6f6a69463989dc963124b4ae68","id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet"}]} 2018-12-03 16:44:46,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-ec376e2d-7e81-4aa7-b474-3a97acd9c164 2018-12-03 16:44:46,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:46,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-6db53075-cebe-42bc-9cc8-51b5e4f23748 Date: Mon, 03 Dec 2018 16:44:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.4"}],"id":"06a838d3-c2bb-4e63-8319-6d4674bdcd35","security_groups":[],"mac_address":"fa:16:3e:6a:35:86","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.2"}],"id":"a7669919-0ba1-46de-9fb7-fa5e57abcb23","security_groups":[],"mac_address":"fa:16:3e:ec:cf:68","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.3"}],"id":"abdafed1-c4a0-42ac-8889-bbc61875c557","security_groups":[],"mac_address":"fa:16:3e:4c:d5:1f","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:41Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.8"}],"id":"d822ba28-9d55-4d55-99a3-c7d098046863","security_groups":["29180550-ec16-4fe4-963f-84d2919d7a33","527bab09-6c93-4251-b18c-4ac17a151ff2"],"mac_address":"fa:16:3e:e0:f4:6b","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:25Z","binding:vnic_type":"normal","device_id":"82d6040c-a7a7-4cfe-9773-274cd65e3181"}]} 2018-12-03 16:44:46,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-6db53075-cebe-42bc-9cc8-51b5e4f23748 2018-12-03 16:44:46,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}}' 2018-12-03 16:44:47,287 - novaclient.v2.client - DEBUG - RESP: [400] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-1219006f-334e-42d9-8de3-c25d8ce308b1 x-compute-request-id: req-1219006f-334e-42d9-8de3-c25d8ce308b1 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: '29180550-ec16-4fe4-963f-84d2919d7a33'.\nNeutron server returns request_ids: ['req-2f0be6e6-eff4-44ee-9285-8563d6913242']", "code": 400}} 2018-12-03 16:44:47,287 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181/action used request id req-1219006f-334e-42d9-8de3-c25d8ce308b1 2018-12-03 16:44:47,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:47,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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,Accept-Encoding x-openstack-request-id: req-b31f1bfa-26c7-4cc2-a871-95174ae92854 x-compute-request-id: req-b31f1bfa-26c7-4cc2-a871-95174ae92854 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:f4:6b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:44:35.000000", "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "security_groups": [{"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}, {"name": "default"}], "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:44:35Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:47,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-b31f1bfa-26c7-4cc2-a871-95174ae92854 2018-12-03 16:44:47,743 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name] already added to VM [InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst] 2018-12-03 16:44:47,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:48,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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,Accept-Encoding x-openstack-request-id: req-e52ec4ba-2d0d-4df9-a070-6d92e73e22a8 x-compute-request-id: req-e52ec4ba-2d0d-4df9-a070-6d92e73e22a8 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:f4:6b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:44:35.000000", "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "security_groups": [{"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}, {"name": "default"}], "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:44:35Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:48,333 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-e52ec4ba-2d0d-4df9-a070-6d92e73e22a8 2018-12-03 16:44:48,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:48,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-61d82566-9aaa-407f-9058-cedf26408039 Date: Mon, 03 Dec 2018 16:44: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":["87ff9566-ceb1-4e51-8f78-ad15bf6dbf73"],"updated_at":"2018-12-03T16:44:18Z","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9c4efd6f6a69463989dc963124b4ae68","id":"67310c1c-17ca-4f06-a55e-8448b2057a52","name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net"}]} 2018-12-03 16:44:48,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net used request id req-61d82566-9aaa-407f-9058-cedf26408039 2018-12-03 16:44:48,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:48,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e58c6dcb-4f27-4280-956b-11080d5fda16 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68"}, "enabled": true, "id": "9c4efd6f6a69463989dc963124b4ae68", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}} 2018-12-03 16:44:48,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 used request id req-e58c6dcb-4f27-4280-956b-11080d5fda16 2018-12-03 16:44:48,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:48,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-22a7e4ce-123d-4070-9344-f748677df46a Date: Mon, 03 Dec 2018 16:44:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:18Z","dns_nameservers":[],"updated_at":"2018-12-03T16:44:18Z","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":"9c4efd6f6a69463989dc963124b4ae68","id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet"}]} 2018-12-03 16:44:48,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-22a7e4ce-123d-4070-9344-f748677df46a 2018-12-03 16:44:48,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:48,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-63335a75-4a54-4609-ac66-c99848833721 Date: Mon, 03 Dec 2018 16:44:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.4"}],"id":"06a838d3-c2bb-4e63-8319-6d4674bdcd35","security_groups":[],"mac_address":"fa:16:3e:6a:35:86","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.2"}],"id":"a7669919-0ba1-46de-9fb7-fa5e57abcb23","security_groups":[],"mac_address":"fa:16:3e:ec:cf:68","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.3"}],"id":"abdafed1-c4a0-42ac-8889-bbc61875c557","security_groups":[],"mac_address":"fa:16:3e:4c:d5:1f","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67310c1c-17ca-4f06-a55e-8448b2057a52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:44:41Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87ff9566-ceb1-4e51-8f78-ad15bf6dbf73","ip_address":"10.55.0.8"}],"id":"d822ba28-9d55-4d55-99a3-c7d098046863","security_groups":["29180550-ec16-4fe4-963f-84d2919d7a33","527bab09-6c93-4251-b18c-4ac17a151ff2"],"mac_address":"fa:16:3e:e0:f4:6b","project_id":"9c4efd6f6a69463989dc963124b4ae68","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port","admin_state_up":true,"network_id":"67310c1c-17ca-4f06-a55e-8448b2057a52","tenant_id":"9c4efd6f6a69463989dc963124b4ae68","created_at":"2018-12-03T16:44:25Z","binding:vnic_type":"normal","device_id":"82d6040c-a7a7-4cfe-9773-274cd65e3181"}]} 2018-12-03 16:44:48,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-63335a75-4a54-4609-ac66-c99848833721 2018-12-03 16:44:48,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ef721f189a4b70867aa4a120ddc83849fc44011" 2018-12-03 16:44:49,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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,Accept-Encoding x-openstack-request-id: req-0d96f854-dee9-469d-af45-1640b5c8c9ca x-compute-request-id: req-0d96f854-dee9-469d-af45-1640b5c8c9ca Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:f4:6b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:44:35.000000", "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "security_groups": [{"name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name"}, {"name": "default"}], "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:44:35Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:49,434 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-0d96f854-dee9-469d-af45-1640b5c8c9ca 2018-12-03 16:44:49,435 - create_instance - INFO - Deleting Port with ID - d822ba28-9d55-4d55-99a3-c7d098046863 2018-12-03 16:44:49,435 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-port 2018-12-03 16:44:49,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/d822ba28-9d55-4d55-99a3-c7d098046863 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:49,993 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cb11ab72-055f-4a5e-8610-984b98885253 Date: Mon, 03 Dec 2018 16:44:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:44:49,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/d822ba28-9d55-4d55-99a3-c7d098046863 used request id req-cb11ab72-055f-4a5e-8610-984b98885253 2018-12-03 16:44:49,994 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst 2018-12-03 16:44:49,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:50,160 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:44: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-ba5e8ed2-43b5-49ec-84a0-cc393ff6925a x-compute-request-id: req-ba5e8ed2-43b5-49ec-84a0-cc393ff6925a Content-Type: application/json 2018-12-03 16:44:50,161 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-ba5e8ed2-43b5-49ec-84a0-cc393ff6925a 2018-12-03 16:44:50,161 - create_instance - INFO - Checking deletion status 2018-12-03 16:44:50,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:50,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44: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-361f61ef-44b4-4caf-860e-fe40186e47b5 x-compute-request-id: req-361f61ef-44b4-4caf-860e-fe40186e47b5 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:f4:6b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:44:35.000000", "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:44:50Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:50,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-361f61ef-44b4-4caf-860e-fe40186e47b5 2018-12-03 16:44:50,406 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst] is - ACTIVE 2018-12-03 16:44:50,406 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:44:53,409 - create_instance - DEBUG - VM status query timeout in 296.752084017 2018-12-03 16:44:53,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:53,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:44: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-932a705b-3d4f-473a-b925-b58f741d3602 x-compute-request-id: req-932a705b-3d4f-473a-b925-b58f741d3602 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.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181", "rel": "bookmark"}], "image": {"id": "0eb03bb2-436f-4b99-afc5-e05e5a936b19", "links": [{"href": "http://172.30.9.30:8774/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:44:35.000000", "flavor": {"id": "baffd09d-32a1-413e-9a72-571c8c87fe1f", "links": [{"href": "http://172.30.9.30:8774/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f", "rel": "bookmark"}]}, "id": "82d6040c-a7a7-4cfe-9773-274cd65e3181", "user_id": "4fef851def8b457a9798f91af2287985", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:44:50Z", "hostId": "4812393a1596e7998791df4ced2235222b71467444dc67b4ab3faf29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst", "created": "2018-12-03T16:44:29Z", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:44:53,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-932a705b-3d4f-473a-b925-b58f741d3602 2018-12-03 16:44:53,750 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst] is - ACTIVE 2018-12-03 16:44:53,750 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:44:56,754 - create_instance - DEBUG - VM status query timeout in 293.407377005 2018-12-03 16:44:56,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c23dbf03308da5a9c70117373fc27de9f6afe5cc" 2018-12-03 16:44:56,801 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:44: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-0cbc0dd5-1f07-4239-9fa9-1484e3f5104c x-compute-request-id: req-0cbc0dd5-1f07-4239-9fa9-1484e3f5104c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 82d6040c-a7a7-4cfe-9773-274cd65e3181 could not be found.", "code": 404}} 2018-12-03 16:44:56,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/82d6040c-a7a7-4cfe-9773-274cd65e3181 used request id req-0cbc0dd5-1f07-4239-9fa9-1484e3f5104c 2018-12-03 16:44:56,802 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 82d6040c-a7a7-4cfe-9773-274cd65e3181 could not be found. (HTTP 404) (Request-ID: req-0cbc0dd5-1f07-4239-9fa9-1484e3f5104c) 2018-12-03 16:44:56,802 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-inst 2018-12-03 16:44:56,803 - neutron_utils - INFO - Deleting security group rule with ID - d82560da-b91b-477b-a3b3-574c09d68965 2018-12-03 16:44:56,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/d82560da-b91b-477b-a3b3-574c09d68965 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd4c5b1435628d85c7f128854db9f67f58daa90" 2018-12-03 16:44:56,945 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-19e11a23-dc60-44e9-bc73-3e39aa396525 Content-Length: 0 Date: Mon, 03 Dec 2018 16:44:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:44:56,945 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/d82560da-b91b-477b-a3b3-574c09d68965 used request id req-19e11a23-dc60-44e9-bc73-3e39aa396525 2018-12-03 16:44:56,945 - neutron_utils - INFO - Deleting security group rule with ID - b6d79e69-9512-40fc-b4cf-3e4fac7083e9 2018-12-03 16:44:56,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/b6d79e69-9512-40fc-b4cf-3e4fac7083e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd4c5b1435628d85c7f128854db9f67f58daa90" 2018-12-03 16:44:57,191 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-32f174a9-1c72-4353-93cd-67d3cdce290e Content-Length: 0 Date: Mon, 03 Dec 2018 16:44:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:44:57,191 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/b6d79e69-9512-40fc-b4cf-3e4fac7083e9 used request id req-32f174a9-1c72-4353-93cd-67d3cdce290e 2018-12-03 16:44:57,191 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-name 2018-12-03 16:44:57,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/29180550-ec16-4fe4-963f-84d2919d7a33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd4c5b1435628d85c7f128854db9f67f58daa90" 2018-12-03 16:44:57,477 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7e724b60-03e4-485f-858a-807d6bca09de Content-Length: 0 Date: Mon, 03 Dec 2018 16:44:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:44:57,477 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/29180550-ec16-4fe4-963f-84d2919d7a33 used request id req-7e724b60-03e4-485f-858a-807d6bca09de 2018-12-03 16:44:57,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73a7d614892c3389a0408ed8c5c2b257bf6fe17" 2018-12-03 16:44:57,519 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:44: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-d19f50e1-6229-4984-8943-25fd14556ae8 x-compute-request-id: req-d19f50e1-6229-4984-8943-25fd14556ae8 Content-Length: 0 Content-Type: application/json 2018-12-03 16:44:57,519 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/baffd09d-32a1-413e-9a72-571c8c87fe1f used request id req-d19f50e1-6229-4984-8943-25fd14556ae8 2018-12-03 16:44:57,520 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet 2018-12-03 16:44:57,520 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-subnet 2018-12-03 16:44:57,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/87ff9566-ceb1-4e51-8f78-ad15bf6dbf73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79325616350bae4170cabafcad4ac956803fe822" 2018-12-03 16:44:59,732 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3b685df8-ea3a-4b55-a65f-d274b8ab93b7 Date: Mon, 03 Dec 2018 16:44:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:44:59,732 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/87ff9566-ceb1-4e51-8f78-ad15bf6dbf73 used request id req-3b685df8-ea3a-4b55-a65f-d274b8ab93b7 2018-12-03 16:44:59,733 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-pub-net 2018-12-03 16:44:59,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/67310c1c-17ca-4f06-a55e-8448b2057a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79325616350bae4170cabafcad4ac956803fe822" 2018-12-03 16:45:00,947 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ff7b814-bcaf-469d-aae4-43dc44c9457a Date: Mon, 03 Dec 2018 16:45:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:45:00,947 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/67310c1c-17ca-4f06-a55e-8448b2057a52 used request id req-5ff7b814-bcaf-469d-aae4-43dc44c9457a 2018-12-03 16:45:00,948 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-f8d1eee6-ad61-4547-9f1d-4488b4320258-image 2018-12-03 16:45:00,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bfe3a0ea67b874e8d484c349ec8bbaed655d26a" 2018-12-03 16:45:02,411 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ab367c40-ad5c-4f27-a4e1-931afa07aa32 Date: Mon, 03 Dec 2018 16:45:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:45:02,411 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/0eb03bb2-436f-4b99-afc5-e05e5a936b19 used request id req-ab367c40-ad5c-4f27-a4e1-931afa07aa32 2018-12-03 16:45:02,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:45:02,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-10d5c88c-e078-41c8-88fd-2efd61731ba7 Date: Mon, 03 Dec 2018 16:45:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:17Z", "updated_at": "2018-12-03T16:44:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:44:17Z", "revision_number": 0, "id": "574b098c-de21-4575-bf55-b9244eddaf4a", "remote_group_id": "527bab09-6c93-4251-b18c-4ac17a151ff2", "remote_ip_prefix": null, "created_at": "2018-12-03T16:44:17Z", "security_group_id": "527bab09-6c93-4251-b18c-4ac17a151ff2", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c4efd6f6a69463989dc963124b4ae68"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:44:17Z", "revision_number": 0, "id": "70812196-5498-4085-b603-e0fb340d975f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:44:17Z", "security_group_id": "527bab09-6c93-4251-b18c-4ac17a151ff2", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c4efd6f6a69463989dc963124b4ae68"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:44:17Z", "revision_number": 0, "id": "dd37ff69-00fa-457c-8fb6-25f55738b661", "remote_group_id": "527bab09-6c93-4251-b18c-4ac17a151ff2", "remote_ip_prefix": null, "created_at": "2018-12-03T16:44:17Z", "security_group_id": "527bab09-6c93-4251-b18c-4ac17a151ff2", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c4efd6f6a69463989dc963124b4ae68"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:44:17Z", "revision_number": 0, "id": "e133f3c3-b975-47c3-b6df-79d8ed1f897d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:44:17Z", "security_group_id": "527bab09-6c93-4251-b18c-4ac17a151ff2", "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c4efd6f6a69463989dc963124b4ae68"}], "revision_number": 4, "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "527bab09-6c93-4251-b18c-4ac17a151ff2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:45:02,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-10d5c88c-e078-41c8-88fd-2efd61731ba7 2018-12-03 16:45:02,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:45:02,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18a033cf-73bd-4404-ad87-d373a61ae614 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:45:02,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-18a033cf-73bd-4404-ad87-d373a61ae614 2018-12-03 16:45:02,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:45:02,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e277e3a-59b3-4b99-b1b1-8b0447d8945b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:45:02,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-8e277e3a-59b3-4b99-b1b1-8b0447d8945b 2018-12-03 16:45:02,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:45:02,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61ca59c8-b3a6-4575-bdb2-7e21ede545fc Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68"}, "enabled": true, "id": "9c4efd6f6a69463989dc963124b4ae68", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj"}} 2018-12-03 16:45:02,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 used request id req-61ca59c8-b3a6-4575-bdb2-7e21ede545fc 2018-12-03 16:45:02,915 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 527bab09-6c93-4251-b18c-4ac17a151ff2 2018-12-03 16:45:02,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=527bab09-6c93-4251-b18c-4ac17a151ff2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:45:03,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-950dc5d0-5aed-4e19-8014-05f7e05bf9eb Date: Mon, 03 Dec 2018 16:45:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "527bab09-6c93-4251-b18c-4ac17a151ff2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:44:17Z", "security_group_id": "527bab09-6c93-4251-b18c-4ac17a151ff2", "port_range_min": null, "revision_number": 0, "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:17Z", "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "574b098c-de21-4575-bf55-b9244eddaf4a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:44:17Z", "security_group_id": "527bab09-6c93-4251-b18c-4ac17a151ff2", "port_range_min": null, "revision_number": 0, "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:17Z", "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "70812196-5498-4085-b603-e0fb340d975f"}, {"remote_group_id": "527bab09-6c93-4251-b18c-4ac17a151ff2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:44:17Z", "security_group_id": "527bab09-6c93-4251-b18c-4ac17a151ff2", "port_range_min": null, "revision_number": 0, "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:17Z", "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "dd37ff69-00fa-457c-8fb6-25f55738b661"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:44:17Z", "security_group_id": "527bab09-6c93-4251-b18c-4ac17a151ff2", "port_range_min": null, "revision_number": 0, "tenant_id": "9c4efd6f6a69463989dc963124b4ae68", "created_at": "2018-12-03T16:44:17Z", "project_id": "9c4efd6f6a69463989dc963124b4ae68", "id": "e133f3c3-b975-47c3-b6df-79d8ed1f897d"}]} 2018-12-03 16:45:03,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=527bab09-6c93-4251-b18c-4ac17a151ff2 used request id req-950dc5d0-5aed-4e19-8014-05f7e05bf9eb 2018-12-03 16:45:03,094 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:45:03,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/527bab09-6c93-4251-b18c-4ac17a151ff2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:45:03,416 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c4371f8c-588c-4348-a0b7-3116d9af17cb Content-Length: 0 Date: Mon, 03 Dec 2018 16:45:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:45:03,416 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/527bab09-6c93-4251-b18c-4ac17a151ff2 used request id req-c4371f8c-588c-4348-a0b7-3116d9af17cb 2018-12-03 16:45:03,417 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj 2018-12-03 16:45:03,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:45:03,611 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:45:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc875d64-d7e2-4856-a49d-86bbf836f8cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:45:03,611 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/9c4efd6f6a69463989dc963124b4ae68 used request id req-bc875d64-d7e2-4856-a49d-86bbf836f8cc 2018-12-03 16:45:03,611 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-bd1d26dc-b9db-465-proj-role 2018-12-03 16:45:03,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/cbf61ca0055343c6b6f27854428a453b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:45:03,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:45:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e0af145-c913-444c-8237-0f1222a8100c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:45:03,793 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/cbf61ca0055343c6b6f27854428a453b used request id req-1e0af145-c913-444c-8237-0f1222a8100c 2018-12-03 16:45:03,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c768c9a42d62e24a93cc390483f1e72b9eaa2c4" 2018-12-03 16:45:03,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ba4805f-885e-4fff-939f-5faaee9738fb Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:45:03,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7ba4805f-885e-4fff-939f-5faaee9738fb 2018-12-03 16:45:03,886 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-bd1d26dc-b9db-465-user 2018-12-03 16:45:03,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/4fef851def8b457a9798f91af2287985 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26bec92240958d1cb4540f47b1746a22a90be3cc" 2018-12-03 16:45:04,141 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:45:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac4da14f-4c94-4f1e-9f32-9804ffccaf87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:45:04,141 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/4fef851def8b457a9798f91af2287985 used request id req-ac4da14f-4c94-4f1e-9f32-9804ffccaf87 2018-12-03 16:45:04,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:45:04,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:45:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["AbQGg67zTfaWFOK0tipNjQ"], "issued_at": "2018-12-03T16:45:04.000000Z"}} 2018-12-03 16:45:04,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0023692113f40c96651e22ade29d0daa9180e935" 2018-12-03 16:45:04,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59067594-061c-463c-b9b2-d97663c7fa30 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:45:04,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-59067594-061c-463c-b9b2-d97663c7fa30 2018-12-03 16:45:04,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:45:04,603 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:45:04,989 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:45:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["9Dbw2qTGS5q5nKAyr4juiw"], "issued_at": "2018-12-03T16:45:04.000000Z"}} 2018-12-03 16:45:04,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:05,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90bceb75-b56e-494d-9dd1-ea88cbe977ae Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:45:05,069 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-90bceb75-b56e-494d-9dd1-ea88cbe977ae 2018-12-03 16:45:05,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:45:05,078 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:45: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:45:05,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-677da807-067f-4a3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:05,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a40d6ea-cd23-489c-8b9a-facc7b962e4d Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-677da807-067f-4a3-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:45:05,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-677da807-067f-4a3-proj used request id req-1a40d6ea-cd23-489c-8b9a-facc7b962e4d 2018-12-03 16:45:05,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:05,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3d6b496-01a2-4ce8-b7ba-15d6151ea0da Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:45:05,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a3d6b496-01a2-4ce8-b7ba-15d6151ea0da 2018-12-03 16:45:05,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}}' 2018-12-03 16:45:05,321 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:45:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6758fec-fb49-40ff-a440-5b36783803bc Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd"}, "enabled": true, "id": "60abbe41cf744b45aab5f65c9e961fdd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}} 2018-12-03 16:45:05,321 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b6758fec-fb49-40ff-a440-5b36783803bc 2018-12-03 16:45:05,321 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-677da807-067f-4a3-proj 2018-12-03 16:45:05,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:45:05,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:45:05,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:45:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["u5A7zvxCRo2jS3B97HS-0w"], "issued_at": "2018-12-03T16:45:05.000000Z"}} 2018-12-03 16:45:05,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266ebfcc1eaa73a9aadc885aca464618898dcf2e" 2018-12-03 16:45:05,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fe7ff92-ce08-4752-a376-ac31a7d63c9e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:45:05,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2fe7ff92-ce08-4752-a376-ac31a7d63c9e 2018-12-03 16:45:05,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:45:05,792 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:45: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:45:05,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266ebfcc1eaa73a9aadc885aca464618898dcf2e" 2018-12-03 16:45:05,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a9a0869-fa1b-4a4f-bf76-995c31545f6d Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:45:05,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7a9a0869-fa1b-4a4f-bf76-995c31545f6d 2018-12-03 16:45:05,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-677da807-067f-4a3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266ebfcc1eaa73a9aadc885aca464618898dcf2e" 2018-12-03 16:45:05,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d47d4b68-3678-40a8-8a86-6bafe3e1aff6 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-677da807-067f-4a3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd"}, "enabled": true, "id": "60abbe41cf744b45aab5f65c9e961fdd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}]} 2018-12-03 16:45:05,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-677da807-067f-4a3-proj used request id req-d47d4b68-3678-40a8-8a86-6bafe3e1aff6 2018-12-03 16:45:05,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266ebfcc1eaa73a9aadc885aca464618898dcf2e" 2018-12-03 16:45:06,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb2f570a-7299-4822-90f7-c6fff39c09a5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:45:06,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-bb2f570a-7299-4822-90f7-c6fff39c09a5 2018-12-03 16:45:06,477 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-677da807-067f-4a3-user 2018-12-03 16:45:06,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:45:06,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:06,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b280bc-f0c3-4f60-bcb5-8487b835384f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:45:06,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f5b280bc-f0c3-4f60-bcb5-8487b835384f 2018-12-03 16:45:06,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" -d '{"role": {"name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj-role"}}' 2018-12-03 16:45:06,680 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:45:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0f952a2-a996-413d-a917-99d2cf4f789c Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d6fb43e5eed149abbf3fa0580772602c", "links": {"self": "http://172.30.9.30:5000/v3/roles/d6fb43e5eed149abbf3fa0580772602c"}, "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj-role"}} 2018-12-03 16:45:06,680 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-e0f952a2-a996-413d-a917-99d2cf4f789c 2018-12-03 16:45:06,681 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-677da807-067f-4a3-proj-role 2018-12-03 16:45:06,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/d6fb43e5eed149abbf3fa0580772602c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:06,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88cf94a4-b747-4bde-ad25-02cf6fa2e9ba Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/d6fb43e5eed149abbf3fa0580772602c"}, "domain_id": null, "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj-role", "id": "d6fb43e5eed149abbf3fa0580772602c"}} 2018-12-03 16:45:06,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/d6fb43e5eed149abbf3fa0580772602c used request id req-88cf94a4-b747-4bde-ad25-02cf6fa2e9ba 2018-12-03 16:45:06,771 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-677da807-067f-4a3-proj-role to project InstanceSecurityGroupTests-677da807-067f-4a3-proj 2018-12-03 16:45:06,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd/users/4e544ba88aee4e939eca3fcdb808f98f/roles/d6fb43e5eed149abbf3fa0580772602c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:06,891 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:45:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f987d47f-b0c3-4b43-b0ec-b88e79617368 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:45:06,892 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd/users/4e544ba88aee4e939eca3fcdb808f98f/roles/d6fb43e5eed149abbf3fa0580772602c used request id req-f987d47f-b0c3-4b43-b0ec-b88e79617368 2018-12-03 16:45:06,892 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:45:06,893 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:45:06,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:45:06,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:45:07,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6fb43e5eed149abbf3fa0580772602c", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj-role"}], "expires_at": "2018-12-03T17:45:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60abbe41cf744b45aab5f65c9e961fdd", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-677da807-067f-4a3-user", "id": "4e544ba88aee4e939eca3fcdb808f98f"}, "audit_ids": ["wBaIASu_TPuda8HeUpDoYw"], "issued_at": "2018-12-03T16:45:07.000000Z"}} 2018-12-03 16:45:07,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44ad4e1336e119b824659028b5ff7a0eab79bd71" 2018-12-03 16:45:07,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3dd82a3-cd00-4c6d-a92d-4a03cfc5b71a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:45:07,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d3dd82a3-cd00-4c6d-a92d-4a03cfc5b71a 2018-12-03 16:45:07,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44ad4e1336e119b824659028b5ff7a0eab79bd71" 2018-12-03 16:45:07,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-0508faa3-6459-485e-913f-dfff5b7aabb2 Date: Mon, 03 Dec 2018 16:45:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image"} 2018-12-03 16:45:07,530 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image used request id req-0508faa3-6459-485e-913f-dfff5b7aabb2 2018-12-03 16:45:07,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44ad4e1336e119b824659028b5ff7a0eab79bd71" 2018-12-03 16:45:07,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d836a098-efcd-4db5-853f-01833fc15018 Date: Mon, 03 Dec 2018 16:45: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-12-03 16:45:07,690 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-d836a098-efcd-4db5-853f-01833fc15018 2018-12-03 16:45:07,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}44ad4e1336e119b824659028b5ff7a0eab79bd71" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image"}' 2018-12-03 16:45:07,909 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe X-Openstack-Request-Id: req-03f5daa2-ca9d-4a58-8a8b-37283647e5d3 Date: Mon, 03 Dec 2018 16:45:07 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:45:07Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:45:07Z", "visibility": "shared", "locations": [], "self": "/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "min_disk": 0, "protected": false, "id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "file": "/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe/file", "checksum": null, "owner": "60abbe41cf744b45aab5f65c9e961fdd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:45:07,910 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-03f5daa2-ca9d-4a58-8a8b-37283647e5d3 2018-12-03 16:45:07,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44ad4e1336e119b824659028b5ff7a0eab79bd71" -d '' 2018-12-03 16:45:09,662 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-983131c8-6a9c-4aa5-a2d2-2599ce7cdac6 Date: Mon, 03 Dec 2018 16:45:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:45:09,662 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe/file used request id req-983131c8-6a9c-4aa5-a2d2-2599ce7cdac6 2018-12-03 16:45:09,663 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:45:09,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44ad4e1336e119b824659028b5ff7a0eab79bd71" 2018-12-03 16:45:09,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6839fbfd-a65d-43ad-a96f-d1fc47c0e491 Date: Mon, 03 Dec 2018 16:45:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:45:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:45:09Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe/snap", "metadata": {}}], "self": "/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "min_disk": 0, "protected": false, "id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "file": "/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "60abbe41cf744b45aab5f65c9e961fdd", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:45:09,827 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe used request id req-6839fbfd-a65d-43ad-a96f-d1fc47c0e491 2018-12-03 16:45:09,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44ad4e1336e119b824659028b5ff7a0eab79bd71" 2018-12-03 16:45:09,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aecd4db3-72cb-49e0-8c35-40303c8575f4 Date: Mon, 03 Dec 2018 16:45: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-12-03 16:45:09,992 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-aecd4db3-72cb-49e0-8c35-40303c8575f4 2018-12-03 16:45:09,995 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image 2018-12-03 16:45:09,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44ad4e1336e119b824659028b5ff7a0eab79bd71" 2018-12-03 16:45:10,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-0062e073-e193-48c4-879f-ab9f4493edee Date: Mon, 03 Dec 2018 16:45:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:45:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:45:09Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe/snap", "metadata": {}}], "self": "/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "min_disk": 0, "protected": false, "id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "file": "/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "60abbe41cf744b45aab5f65c9e961fdd", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:45:10,179 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe used request id req-0062e073-e193-48c4-879f-ab9f4493edee 2018-12-03 16:45:10,180 - create_image - DEBUG - Instance status is - active 2018-12-03 16:45:10,180 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image 2018-12-03 16:45:10,180 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image 2018-12-03 16:45:10,180 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:45:10,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:45:10,547 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6fb43e5eed149abbf3fa0580772602c", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj-role"}], "expires_at": "2018-12-03T17:45:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60abbe41cf744b45aab5f65c9e961fdd", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-677da807-067f-4a3-user", "id": "4e544ba88aee4e939eca3fcdb808f98f"}, "audit_ids": ["KPtI4ELJR7uJmMW-Q3RCKQ"], "issued_at": "2018-12-03T16:45:10.000000Z"}} 2018-12-03 16:45:10,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e15238fa69c72fc6c7c825fc30994b76545262" 2018-12-03 16:45:10,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe1297b1-5a80-44e8-b650-81ab504e3406 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:45:10,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fe1297b1-5a80-44e8-b650-81ab504e3406 2018-12-03 16:45:10,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e15238fa69c72fc6c7c825fc30994b76545262" 2018-12-03 16:45:10,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cec58fce-3673-43fc-8eaa-e8bac917c487 Date: Mon, 03 Dec 2018 16:45:10 GMT RESP BODY: {"networks":[]} 2018-12-03 16:45:10,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net used request id req-cec58fce-3673-43fc-8eaa-e8bac917c487 2018-12-03 16:45:10,800 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net 2018-12-03 16:45:10,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e15238fa69c72fc6c7c825fc30994b76545262" -d '{"network": {"name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net", "admin_state_up": true}}' 2018-12-03 16:45:11,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-a9fa4e67-fff6-492a-9094-44356b4fce03 Date: Mon, 03 Dec 2018 16:45:11 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4e11d65e-1b5c-4043-aea8-a543fc199206","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:45:11Z","is_default":false,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:11Z","mtu":1450}} 2018-12-03 16:45:11,379 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-a9fa4e67-fff6-492a-9094-44356b4fce03 2018-12-03 16:45:11,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e15238fa69c72fc6c7c825fc30994b76545262" 2018-12-03 16:45:11,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-0c640d21-ea09-40bf-919b-5fe9b1f1fc02 Date: Mon, 03 Dec 2018 16:45: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-12-03T16:45:11Z","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"60abbe41cf744b45aab5f65c9e961fdd","id":"4e11d65e-1b5c-4043-aea8-a543fc199206","name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net"}]} 2018-12-03 16:45:11,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-0c640d21-ea09-40bf-919b-5fe9b1f1fc02 2018-12-03 16:45:11,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e15238fa69c72fc6c7c825fc30994b76545262" 2018-12-03 16:45:11,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-84b931fc-8320-405b-8f69-b5d7475f887d Date: Mon, 03 Dec 2018 16:45:11 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:45:11,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-84b931fc-8320-405b-8f69-b5d7475f887d 2018-12-03 16:45:11,784 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet 2018-12-03 16:45:11,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e15238fa69c72fc6c7c825fc30994b76545262" -d '{"subnets": [{"ip_version": 4, "network_id": "4e11d65e-1b5c-4043-aea8-a543fc199206", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet"}]}' 2018-12-03 16:45:12,816 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e4ce8294-e304-457e-a320-8ec0c07aa15c Date: Mon, 03 Dec 2018 16:45:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:45: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":"60abbe41cf744b45aab5f65c9e961fdd","id":"e3463927-1e57-4822-902a-acd3f96132a7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet"}]} 2018-12-03 16:45:12,816 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-e4ce8294-e304-457e-a320-8ec0c07aa15c 2018-12-03 16:45:12,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e15238fa69c72fc6c7c825fc30994b76545262" 2018-12-03 16:45:13,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f3bf2e52-d7d5-4c59-a404-584825fcace5 Date: Mon, 03 Dec 2018 16:45: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":["e3463927-1e57-4822-902a-acd3f96132a7"],"updated_at":"2018-12-03T16:45:12Z","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60abbe41cf744b45aab5f65c9e961fdd","id":"4e11d65e-1b5c-4043-aea8-a543fc199206","name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net"}]} 2018-12-03 16:45:13,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-f3bf2e52-d7d5-4c59-a404-584825fcace5 2018-12-03 16:45:13,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e15238fa69c72fc6c7c825fc30994b76545262" 2018-12-03 16:45:13,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3bfb0a79-10d9-49f5-8779-f51336b881a1 Date: Mon, 03 Dec 2018 16:45:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:45: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":"60abbe41cf744b45aab5f65c9e961fdd","id":"e3463927-1e57-4822-902a-acd3f96132a7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet"}]} 2018-12-03 16:45:13,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-3bfb0a79-10d9-49f5-8779-f51336b881a1 2018-12-03 16:45:13,308 - OpenStackNetwork - DEBUG - Network [4e11d65e-1b5c-4043-aea8-a543fc199206] created successfully 2018-12-03 16:45:13,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:45:13,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:45:13,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:45:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ZZ_gY3xHQq6br4p-QCuZFQ"], "issued_at": "2018-12-03T16:45:13.000000Z"}} 2018-12-03 16:45:13,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf77b1b2e681137dcbbe9f53906c2be52d3a589a" 2018-12-03 16:45:13,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43de5a80-ea06-414d-a6e8-545f31721ea9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:45:13,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-43de5a80-ea06-414d-a6e8-545f31721ea9 2018-12-03 16:45:13,791 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:45:13,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf77b1b2e681137dcbbe9f53906c2be52d3a589a" 2018-12-03 16:45:13,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45: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-d84e05e3-8104-4806-87f5-98fa71b7121f x-compute-request-id: req-d84e05e3-8104-4806-87f5-98fa71b7121f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:45:13,971 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d84e05e3-8104-4806-87f5-98fa71b7121f 2018-12-03 16:45:13,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf77b1b2e681137dcbbe9f53906c2be52d3a589a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-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-12-03 16:45:14,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45: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-984f4feb-1897-4716-bb4e-d7b7f91a05df x-compute-request-id: req-984f4feb-1897-4716-bb4e-d7b7f91a05df Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:45:14,033 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-984f4feb-1897-4716-bb4e-d7b7f91a05df 2018-12-03 16:45:14,034 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:45:14,035 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:45:14,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6fb43e5eed149abbf3fa0580772602c", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj-role"}], "expires_at": "2018-12-03T17:45:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60abbe41cf744b45aab5f65c9e961fdd", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-677da807-067f-4a3-user", "id": "4e544ba88aee4e939eca3fcdb808f98f"}, "audit_ids": ["0dQ_bLLkRgyXU7uMhEjzpg"], "issued_at": "2018-12-03T16:45:14.000000Z"}} 2018-12-03 16:45:14,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:14,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fdc90fa-b391-4529-b232-73e90d119d14 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:45:14,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3fdc90fa-b391-4529-b232-73e90d119d14 2018-12-03 16:45:14,504 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:45:14,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:14,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d88a15d-e600-4a85-97e8-e41d80db7d1e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:45:14,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9d88a15d-e600-4a85-97e8-e41d80db7d1e 2018-12-03 16:45:14,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:14,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5944fa7d-18b8-48e2-b21f-562948d32975 Date: Mon, 03 Dec 2018 16:45: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":["e3463927-1e57-4822-902a-acd3f96132a7"],"updated_at":"2018-12-03T16:45:12Z","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60abbe41cf744b45aab5f65c9e961fdd","id":"4e11d65e-1b5c-4043-aea8-a543fc199206","name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net"}]} 2018-12-03 16:45:14,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net used request id req-5944fa7d-18b8-48e2-b21f-562948d32975 2018-12-03 16:45:14,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:45:14,993 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:45: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:45:14,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:15,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f1b3f9e-40fa-4641-b337-19f201ddbe58 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd"}, "enabled": true, "id": "60abbe41cf744b45aab5f65c9e961fdd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}} 2018-12-03 16:45:15,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd used request id req-1f1b3f9e-40fa-4641-b337-19f201ddbe58 2018-12-03 16:45:15,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:15,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-476f2ed6-f80e-4458-8b23-ff508362587d Date: Mon, 03 Dec 2018 16:45:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:45: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":"60abbe41cf744b45aab5f65c9e961fdd","id":"e3463927-1e57-4822-902a-acd3f96132a7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet"}]} 2018-12-03 16:45:15,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-476f2ed6-f80e-4458-8b23-ff508362587d 2018-12-03 16:45:15,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206&name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:15,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-482ae945-ad35-473d-b4d0-540f85dc6d6e Date: Mon, 03 Dec 2018 16:45:15 GMT RESP BODY: {"ports":[]} 2018-12-03 16:45:15,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206&name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port&admin_state_up=True used request id req-482ae945-ad35-473d-b4d0-540f85dc6d6e 2018-12-03 16:45:15,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:15,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-ebf45d4c-4d04-4450-adfd-30974baa34d4 x-compute-request-id: req-ebf45d4c-4d04-4450-adfd-30974baa34d4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:45:15,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst used request id req-ebf45d4c-4d04-4450-adfd-30974baa34d4 2018-12-03 16:45:15,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:15,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-329c647d-f8f1-4823-a6ce-b83fcab1a9c1 Date: Mon, 03 Dec 2018 16: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":["e3463927-1e57-4822-902a-acd3f96132a7"],"updated_at":"2018-12-03T16:45:12Z","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60abbe41cf744b45aab5f65c9e961fdd","id":"4e11d65e-1b5c-4043-aea8-a543fc199206","name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net"}]} 2018-12-03 16:45:15,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net used request id req-329c647d-f8f1-4823-a6ce-b83fcab1a9c1 2018-12-03 16:45:15,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:16,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b473d998-8754-44b8-9f8c-467a9fa34282 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd"}, "enabled": true, "id": "60abbe41cf744b45aab5f65c9e961fdd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}} 2018-12-03 16:45:16,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd used request id req-b473d998-8754-44b8-9f8c-467a9fa34282 2018-12-03 16:45:16,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:16,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b6f4a71d-c32e-4816-b55e-ce0b2566201f Date: Mon, 03 Dec 2018 16:45:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:45: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":"60abbe41cf744b45aab5f65c9e961fdd","id":"e3463927-1e57-4822-902a-acd3f96132a7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet"}]} 2018-12-03 16:45:16,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-b6f4a71d-c32e-4816-b55e-ce0b2566201f 2018-12-03 16:45:16,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206&name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:16,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-12a229b1-5238-4d1e-a504-75cf8e370a1e Date: Mon, 03 Dec 2018 16:45:16 GMT RESP BODY: {"ports":[]} 2018-12-03 16:45:16,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206&name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port&admin_state_up=True used request id req-12a229b1-5238-4d1e-a504-75cf8e370a1e 2018-12-03 16:45:16,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:45:16,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:45:16,518 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6fb43e5eed149abbf3fa0580772602c", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj-role"}], "expires_at": "2018-12-03T17:45:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60abbe41cf744b45aab5f65c9e961fdd", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-677da807-067f-4a3-user", "id": "4e544ba88aee4e939eca3fcdb808f98f"}, "audit_ids": ["dTocI4BHTvO6mVpLKDFbsg"], "issued_at": "2018-12-03T16:45:16.000000Z"}} 2018-12-03 16:45:16,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf6b0b2a7c54fa32d726ea3daad97d1cce245740" 2018-12-03 16:45:16,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f45f958a-950f-4457-a9e6-5a2a1eb4bf83 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:45:16,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f45f958a-950f-4457-a9e6-5a2a1eb4bf83 2018-12-03 16:45:16,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:16,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-9cfcfa2c-f870-4b87-8121-dec2437b2cf8 Date: Mon, 03 Dec 2018 16: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":["e3463927-1e57-4822-902a-acd3f96132a7"],"updated_at":"2018-12-03T16:45:12Z","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60abbe41cf744b45aab5f65c9e961fdd","id":"4e11d65e-1b5c-4043-aea8-a543fc199206","name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net"}]} 2018-12-03 16:45:16,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net used request id req-9cfcfa2c-f870-4b87-8121-dec2437b2cf8 2018-12-03 16:45:17,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:17,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5f5be4f6-c8e2-4e5a-81a4-db4fc521d75e Date: Mon, 03 Dec 2018 16:45:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:45: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":"60abbe41cf744b45aab5f65c9e961fdd","id":"e3463927-1e57-4822-902a-acd3f96132a7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet"}]} 2018-12-03 16:45:17,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-5f5be4f6-c8e2-4e5a-81a4-db4fc521d75e 2018-12-03 16:45:17,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:17,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e04f4439-e609-49ce-a4f5-aac25473948c Date: Mon, 03 Dec 2018 16: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":["e3463927-1e57-4822-902a-acd3f96132a7"],"updated_at":"2018-12-03T16:45:12Z","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60abbe41cf744b45aab5f65c9e961fdd","id":"4e11d65e-1b5c-4043-aea8-a543fc199206","name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net"}]} 2018-12-03 16:45:17,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net used request id req-e04f4439-e609-49ce-a4f5-aac25473948c 2018-12-03 16:45:17,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:45:17,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:45:17,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf6b0b2a7c54fa32d726ea3daad97d1cce245740" 2018-12-03 16:45:17,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba2a28f9-9b5e-4949-86f9-1d90801b9516 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd"}, "enabled": true, "id": "60abbe41cf744b45aab5f65c9e961fdd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}} 2018-12-03 16:45:17,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd used request id req-ba2a28f9-9b5e-4949-86f9-1d90801b9516 2018-12-03 16:45:17,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:17,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-14351540-1a07-413d-bf2f-b170cae14cdc Date: Mon, 03 Dec 2018 16:45:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:45: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":"60abbe41cf744b45aab5f65c9e961fdd","id":"e3463927-1e57-4822-902a-acd3f96132a7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet"}]} 2018-12-03 16:45:17,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-14351540-1a07-413d-bf2f-b170cae14cdc 2018-12-03 16:45:17,628 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net 2018-12-03 16:45:17,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" -d '{"port": {"network_id": "4e11d65e-1b5c-4043-aea8-a543fc199206", "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port", "admin_state_up": true}}' 2018-12-03 16:45:18,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-dd1fb3e8-2a6d-4fbf-8195-b43d2664b1a8 Date: Mon, 03 Dec 2018 16:45:18 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:18Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.6"}],"id":"4caba5d8-229a-455a-9508-a416bbd998db","security_groups":["1b6d0c10-2903-4ee5-a957-7216d21852ce"],"mac_address":"fa:16:3e:0e:a0:af","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port","project_id":"60abbe41cf744b45aab5f65c9e961fdd","qos_policy_id":null,"admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:18Z","binding:vnic_type":"normal"}} 2018-12-03 16:45:18,738 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-dd1fb3e8-2a6d-4fbf-8195-b43d2664b1a8 2018-12-03 16:45:18,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:18,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-dfae5f14-c14d-4aee-8491-d519e18ed0b1 Date: Mon, 03 Dec 2018 16:45: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":["e3463927-1e57-4822-902a-acd3f96132a7"],"updated_at":"2018-12-03T16:45:12Z","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60abbe41cf744b45aab5f65c9e961fdd","id":"4e11d65e-1b5c-4043-aea8-a543fc199206","name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net"}]} 2018-12-03 16:45:18,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net used request id req-dfae5f14-c14d-4aee-8491-d519e18ed0b1 2018-12-03 16:45:18,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:18,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5b0eebd-97d3-4576-8fc4-1e85070429c1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd"}, "enabled": true, "id": "60abbe41cf744b45aab5f65c9e961fdd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}} 2018-12-03 16:45:18,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd used request id req-c5b0eebd-97d3-4576-8fc4-1e85070429c1 2018-12-03 16:45:18,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:19,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-44ace438-ff55-4160-87d2-85d9f4f71a1f Date: Mon, 03 Dec 2018 16:45:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:45: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":"60abbe41cf744b45aab5f65c9e961fdd","id":"e3463927-1e57-4822-902a-acd3f96132a7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet"}]} 2018-12-03 16:45:19,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-44ace438-ff55-4160-87d2-85d9f4f71a1f 2018-12-03 16:45:19,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206&name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:19,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-c4b24b2b-7450-4e97-9080-9d0eec335fca Date: Mon, 03 Dec 2018 16:45:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:18Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.6"}],"id":"4caba5d8-229a-455a-9508-a416bbd998db","security_groups":["1b6d0c10-2903-4ee5-a957-7216d21852ce"],"mac_address":"fa:16:3e:0e:a0:af","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:18Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:45:19,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206&name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port&admin_state_up=True used request id req-c4b24b2b-7450-4e97-9080-9d0eec335fca 2018-12-03 16:45:19,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:19,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10d2e393-9a95-4419-b497-1e19b379bf27 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd"}, "enabled": true, "id": "60abbe41cf744b45aab5f65c9e961fdd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}} 2018-12-03 16:45:19,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd used request id req-10d2e393-9a95-4419-b497-1e19b379bf27 2018-12-03 16:45:19,442 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst 2018-12-03 16:45:19,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:19,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-d3c09d30-f9ae-4ea5-b40c-58bc74478166 x-compute-request-id: req-d3c09d30-f9ae-4ea5-b40c-58bc74478166 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-flavor-name"}]} 2018-12-03 16:45:19,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d3c09d30-f9ae-4ea5-b40c-58bc74478166 2018-12-03 16:45:19,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:19,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-9a3ea46d-500e-4886-9c64-8fe3fd9021ba x-compute-request-id: req-9a3ea46d-500e-4886-9c64-8fe3fd9021ba Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:45:19,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8 used request id req-9a3ea46d-500e-4886-9c64-8fe3fd9021ba 2018-12-03 16:45:19,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:19,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-1d5ed243-21a9-463b-9487-6b10445052cc Date: Mon, 03 Dec 2018 16:45:19 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:45:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:45:09Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe/snap", "metadata": {}}], "self": "/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "min_disk": 0, "protected": false, "id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "file": "/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "60abbe41cf744b45aab5f65c9e961fdd", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image"} 2018-12-03 16:45:19,677 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image used request id req-1d5ed243-21a9-463b-9487-6b10445052cc 2018-12-03 16:45:19,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:19,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e85036bb-7496-4e8c-ba8f-6c22add5e73b Date: Mon, 03 Dec 2018 16:45: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-12-03 16:45:19,822 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e85036bb-7496-4e8c-ba8f-6c22add5e73b 2018-12-03 16:45:19,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" -d '{"server": {"name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "imageRef": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "flavorRef": "6098ca49-c446-43af-82c2-eaaa31e193e8", "max_count": 1, "min_count": 1, "networks": [{"port": "4caba5d8-229a-455a-9508-a416bbd998db"}]}}' 2018-12-03 16:45:20,991 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-06940c51-4d71-4a2a-8442-c81638aa5ff2 x-compute-request-id: req-06940c51-4d71-4a2a-8442-c81638aa5ff2 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "adminPass": "tfzUfdWdVy57"}} 2018-12-03 16:45:20,991 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-06940c51-4d71-4a2a-8442-c81638aa5ff2 2018-12-03 16:45:20,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:21,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-25184ac8-c58a-4766-ac66-f903e6fcaaf4 x-compute-request-id: req-25184ac8-c58a-4766-ac66-f903e6fcaaf4 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.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "image": {"id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "links": [{"href": "http://172.30.9.30:8774/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}]}, "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "user_id": "4e544ba88aee4e939eca3fcdb808f98f", "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-12-03T16:45:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "created": "2018-12-03T16:45:20Z", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:45:21,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-25184ac8-c58a-4766-ac66-f903e6fcaaf4 2018-12-03 16:45:21,358 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst 2018-12-03 16:45:21,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:21,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-747bcec9-b75c-4285-b78b-3ef209dccfe2 x-compute-request-id: req-747bcec9-b75c-4285-b78b-3ef209dccfe2 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.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "image": {"id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "links": [{"href": "http://172.30.9.30:8774/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}]}, "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "user_id": "4e544ba88aee4e939eca3fcdb808f98f", "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-12-03T16:45:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "created": "2018-12-03T16:45:20Z", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:45:21,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-747bcec9-b75c-4285-b78b-3ef209dccfe2 2018-12-03 16:45:21,600 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst] is - BUILD 2018-12-03 16:45:21,600 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:45:24,603 - create_instance - DEBUG - VM status query timeout in 896.75482893 2018-12-03 16:45:24,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:25,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45: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-c17eff76-3374-44ca-8826-f8e851551ef3 x-compute-request-id: req-c17eff76-3374-44ca-8826-f8e851551ef3 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.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "image": {"id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "links": [{"href": "http://172.30.9.30:8774/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}]}, "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "security_groups": [{"name": "default"}], "user_id": "4e544ba88aee4e939eca3fcdb808f98f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:45:22Z", "hostId": "b2d4eca9764f1742398d49721d586edcea7a9e0c6b891e448733ae7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "created": "2018-12-03T16:45:20Z", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:45:25,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-c17eff76-3374-44ca-8826-f8e851551ef3 2018-12-03 16:45:25,217 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst] is - BUILD 2018-12-03 16:45:25,217 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:45:28,220 - create_instance - DEBUG - VM status query timeout in 893.137942076 2018-12-03 16:45:28,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:28,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-c172a766-8b7f-4913-bfa7-89a60d316eb3 x-compute-request-id: req-c172a766-8b7f-4913-bfa7-89a60d316eb3 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:a0:af", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "image": {"id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "links": [{"href": "http://172.30.9.30:8774/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:45:27.000000", "flavor": {"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}]}, "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "security_groups": [{"name": "default"}], "user_id": "4e544ba88aee4e939eca3fcdb808f98f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:45:27Z", "hostId": "b2d4eca9764f1742398d49721d586edcea7a9e0c6b891e448733ae7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "created": "2018-12-03T16:45:20Z", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:45:28,999 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-c172a766-8b7f-4913-bfa7-89a60d316eb3 2018-12-03 16:45:28,999 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst] is - ACTIVE 2018-12-03 16:45:28,999 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:45:29,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:29,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-b3a7fcc0-58ed-4735-bb09-d8c08dc869a7 x-compute-request-id: req-b3a7fcc0-58ed-4735-bb09-d8c08dc869a7 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:a0:af", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "image": {"id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "links": [{"href": "http://172.30.9.30:8774/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:45:27.000000", "flavor": {"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}]}, "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "security_groups": [{"name": "default"}], "user_id": "4e544ba88aee4e939eca3fcdb808f98f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:45:27Z", "hostId": "b2d4eca9764f1742398d49721d586edcea7a9e0c6b891e448733ae7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "created": "2018-12-03T16:45:20Z", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:45:29,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-b3a7fcc0-58ed-4735-bb09-d8c08dc869a7 2018-12-03 16:45:29,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:30,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-57a70276-2591-4295-80ee-d8fd4c3c5afa Date: Mon, 03 Dec 2018 16:45: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":["e3463927-1e57-4822-902a-acd3f96132a7"],"updated_at":"2018-12-03T16:45:12Z","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60abbe41cf744b45aab5f65c9e961fdd","id":"4e11d65e-1b5c-4043-aea8-a543fc199206","name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net"}]} 2018-12-03 16:45:30,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net used request id req-57a70276-2591-4295-80ee-d8fd4c3c5afa 2018-12-03 16:45:30,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:30,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32b780f5-3069-415d-bc67-e971bb4c3776 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd"}, "enabled": true, "id": "60abbe41cf744b45aab5f65c9e961fdd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}} 2018-12-03 16:45:30,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd used request id req-32b780f5-3069-415d-bc67-e971bb4c3776 2018-12-03 16:45:30,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:30,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fe5589e5-5482-4302-8bae-0187e195aebb Date: Mon, 03 Dec 2018 16:45:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:45: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":"60abbe41cf744b45aab5f65c9e961fdd","id":"e3463927-1e57-4822-902a-acd3f96132a7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet"}]} 2018-12-03 16:45:30,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-fe5589e5-5482-4302-8bae-0187e195aebb 2018-12-03 16:45:30,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:30,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-53ee17c3-d41d-492b-943a-71c97037ba04 Date: Mon, 03 Dec 2018 16:45:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.3"}],"id":"06cee943-1a41-429f-b366-7d2d3cd6eb50","security_groups":[],"mac_address":"fa:16:3e:95:a3:01","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4e11d65e-1b5c-4043-aea8-a543fc199206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:27Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.6"}],"id":"4caba5d8-229a-455a-9508-a416bbd998db","security_groups":["1b6d0c10-2903-4ee5-a957-7216d21852ce"],"mac_address":"fa:16:3e:0e:a0:af","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:18Z","binding:vnic_type":"normal","device_id":"868c5e5a-461b-412a-b39b-bd21fe3f61b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.2"}],"id":"64162149-2c43-4700-ba7d-518a03f11fcb","security_groups":[],"mac_address":"fa:16:3e:6f:07:8d","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4e11d65e-1b5c-4043-aea8-a543fc199206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.4"}],"id":"ec1ab799-9f97-4033-a60b-251a10f4a108","security_groups":[],"mac_address":"fa:16:3e:9b:2b:90","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4e11d65e-1b5c-4043-aea8-a543fc199206"}]} 2018-12-03 16:45:30,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-53ee17c3-d41d-492b-943a-71c97037ba04 2018-12-03 16:45:30,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:45:30,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:45:30,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6fb43e5eed149abbf3fa0580772602c", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj-role"}], "expires_at": "2018-12-03T17:45:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60abbe41cf744b45aab5f65c9e961fdd", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-677da807-067f-4a3-user", "id": "4e544ba88aee4e939eca3fcdb808f98f"}, "audit_ids": ["XVuvXhsmQDuOK_11jvhotA"], "issued_at": "2018-12-03T16:45:30.000000Z"}} 2018-12-03 16:45:30,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bde115d99f26e99566b2c9c1139383e6c15053ae" 2018-12-03 16:45:30,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-714169da-7309-43da-b801-1a7a63134393 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:45:30,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-714169da-7309-43da-b801-1a7a63134393 2018-12-03 16:45:30,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bde115d99f26e99566b2c9c1139383e6c15053ae" 2018-12-03 16:45:31,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-5ef5b540-9947-405e-8224-069b16cca0c5 Date: Mon, 03 Dec 2018 16:45:31 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:45:31,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-name&description=hello+group used request id req-5ef5b540-9947-405e-8224-069b16cca0c5 2018-12-03 16:45:31,022 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-name... 2018-12-03 16:45:31,023 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-name 2018-12-03 16:45:31,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bde115d99f26e99566b2c9c1139383e6c15053ae" -d '{"security_group": {"name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-name", "description": "hello group"}}' 2018-12-03 16:45:31,592 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e4fcfdfd-db20-4200-be2a-7d3ddff8c710 Date: Mon, 03 Dec 2018 16:45:31 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:31Z", "updated_at": "2018-12-03T16:45:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:45:31Z", "revision_number": 0, "id": "56ae7dc4-a86a-4f75-ad03-b06a6daaa47c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "port_range_min": null, "ethertype": "IPv4", "project_id": "60abbe41cf744b45aab5f65c9e961fdd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:45:31Z", "revision_number": 0, "id": "db2ebbb6-884f-4616-8ee6-08aca53b4e20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "port_range_min": null, "ethertype": "IPv6", "project_id": "60abbe41cf744b45aab5f65c9e961fdd"}], "revision_number": 2, "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-name"}} 2018-12-03 16:45:31,592 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-e4fcfdfd-db20-4200-be2a-7d3ddff8c710 2018-12-03 16:45:31,593 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4c5382a-7542-4e36-a24c-0d41850504a1 2018-12-03 16:45:31,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d4c5382a-7542-4e36-a24c-0d41850504a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bde115d99f26e99566b2c9c1139383e6c15053ae" 2018-12-03 16:45:31,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-25377b8e-7e9f-4495-b1a3-09ca8135e575 Date: Mon, 03 Dec 2018 16:45: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-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "port_range_min": null, "revision_number": 0, "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:31Z", "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "56ae7dc4-a86a-4f75-ad03-b06a6daaa47c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "port_range_min": null, "revision_number": 0, "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:31Z", "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "db2ebbb6-884f-4616-8ee6-08aca53b4e20"}]} 2018-12-03 16:45:31,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d4c5382a-7542-4e36-a24c-0d41850504a1 used request id req-25377b8e-7e9f-4495-b1a3-09ca8135e575 2018-12-03 16:45:31,780 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4c5382a-7542-4e36-a24c-0d41850504a1 2018-12-03 16:45:31,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d4c5382a-7542-4e36-a24c-0d41850504a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bde115d99f26e99566b2c9c1139383e6c15053ae" 2018-12-03 16:45:31,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ddc136ab-83cb-493b-8bba-482eb98dbd0f Date: Mon, 03 Dec 2018 16:45: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-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "port_range_min": null, "revision_number": 0, "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:31Z", "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "56ae7dc4-a86a-4f75-ad03-b06a6daaa47c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "port_range_min": null, "revision_number": 0, "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:31Z", "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "db2ebbb6-884f-4616-8ee6-08aca53b4e20"}]} 2018-12-03 16:45:31,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d4c5382a-7542-4e36-a24c-0d41850504a1 used request id req-ddc136ab-83cb-493b-8bba-482eb98dbd0f 2018-12-03 16:45:31,949 - neutron_utils - INFO - Retrieving security group with ID - d4c5382a-7542-4e36-a24c-0d41850504a1 2018-12-03 16:45:31,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=d4c5382a-7542-4e36-a24c-0d41850504a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bde115d99f26e99566b2c9c1139383e6c15053ae" 2018-12-03 16:45:32,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-965b2ce1-39e4-4e3a-82f6-39dd29e19781 Date: Mon, 03 Dec 2018 16:45:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:31Z", "updated_at": "2018-12-03T16:45:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:45:31Z", "revision_number": 0, "id": "56ae7dc4-a86a-4f75-ad03-b06a6daaa47c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "port_range_min": null, "ethertype": "IPv4", "project_id": "60abbe41cf744b45aab5f65c9e961fdd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:45:31Z", "revision_number": 0, "id": "db2ebbb6-884f-4616-8ee6-08aca53b4e20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "port_range_min": null, "ethertype": "IPv6", "project_id": "60abbe41cf744b45aab5f65c9e961fdd"}], "revision_number": 2, "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-name"}]} 2018-12-03 16:45:32,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=d4c5382a-7542-4e36-a24c-0d41850504a1 used request id req-965b2ce1-39e4-4e3a-82f6-39dd29e19781 2018-12-03 16:45:32,096 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4c5382a-7542-4e36-a24c-0d41850504a1 2018-12-03 16:45:32,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d4c5382a-7542-4e36-a24c-0d41850504a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bde115d99f26e99566b2c9c1139383e6c15053ae" 2018-12-03 16:45:32,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b64d3ddd-8c99-4f0e-b506-c8e291eda654 Date: Mon, 03 Dec 2018 16:45: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-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "port_range_min": null, "revision_number": 0, "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:31Z", "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "56ae7dc4-a86a-4f75-ad03-b06a6daaa47c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "port_range_min": null, "revision_number": 0, "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:31Z", "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "db2ebbb6-884f-4616-8ee6-08aca53b4e20"}]} 2018-12-03 16:45:32,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d4c5382a-7542-4e36-a24c-0d41850504a1 used request id req-b64d3ddd-8c99-4f0e-b506-c8e291eda654 2018-12-03 16:45:32,215 - neutron_utils - INFO - Retrieving security group with ID - d4c5382a-7542-4e36-a24c-0d41850504a1 2018-12-03 16:45:32,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=d4c5382a-7542-4e36-a24c-0d41850504a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bde115d99f26e99566b2c9c1139383e6c15053ae" 2018-12-03 16:45:32,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-0c3170f7-e971-43c2-8cdf-990dff8f1c71 Date: Mon, 03 Dec 2018 16:45:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:31Z", "updated_at": "2018-12-03T16:45:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:45:31Z", "revision_number": 0, "id": "56ae7dc4-a86a-4f75-ad03-b06a6daaa47c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "port_range_min": null, "ethertype": "IPv4", "project_id": "60abbe41cf744b45aab5f65c9e961fdd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:45:31Z", "revision_number": 0, "id": "db2ebbb6-884f-4616-8ee6-08aca53b4e20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "port_range_min": null, "ethertype": "IPv6", "project_id": "60abbe41cf744b45aab5f65c9e961fdd"}], "revision_number": 2, "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-name"}]} 2018-12-03 16:45:32,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=d4c5382a-7542-4e36-a24c-0d41850504a1 used request id req-0c3170f7-e971-43c2-8cdf-990dff8f1c71 2018-12-03 16:45:32,407 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4c5382a-7542-4e36-a24c-0d41850504a1 2018-12-03 16:45:32,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d4c5382a-7542-4e36-a24c-0d41850504a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bde115d99f26e99566b2c9c1139383e6c15053ae" 2018-12-03 16:45:32,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5ec7b7de-25b2-497f-a1b8-f07f03041d68 Date: Mon, 03 Dec 2018 16:45: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-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "port_range_min": null, "revision_number": 0, "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:31Z", "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "56ae7dc4-a86a-4f75-ad03-b06a6daaa47c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "port_range_min": null, "revision_number": 0, "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:31Z", "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "db2ebbb6-884f-4616-8ee6-08aca53b4e20"}]} 2018-12-03 16:45:32,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d4c5382a-7542-4e36-a24c-0d41850504a1 used request id req-5ec7b7de-25b2-497f-a1b8-f07f03041d68 2018-12-03 16:45:32,575 - neutron_utils - INFO - Retrieving security group with ID - d4c5382a-7542-4e36-a24c-0d41850504a1 2018-12-03 16:45:32,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=d4c5382a-7542-4e36-a24c-0d41850504a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bde115d99f26e99566b2c9c1139383e6c15053ae" 2018-12-03 16:45:32,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-30a5cbe3-aade-48ef-a916-ed6efe76feed Date: Mon, 03 Dec 2018 16:45:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:31Z", "updated_at": "2018-12-03T16:45:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:45:31Z", "revision_number": 0, "id": "56ae7dc4-a86a-4f75-ad03-b06a6daaa47c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "port_range_min": null, "ethertype": "IPv4", "project_id": "60abbe41cf744b45aab5f65c9e961fdd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:45:31Z", "revision_number": 0, "id": "db2ebbb6-884f-4616-8ee6-08aca53b4e20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "port_range_min": null, "ethertype": "IPv6", "project_id": "60abbe41cf744b45aab5f65c9e961fdd"}], "revision_number": 2, "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-name"}]} 2018-12-03 16:45:32,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=d4c5382a-7542-4e36-a24c-0d41850504a1 used request id req-30a5cbe3-aade-48ef-a916-ed6efe76feed 2018-12-03 16:45:32,631 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4c5382a-7542-4e36-a24c-0d41850504a1 2018-12-03 16:45:32,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d4c5382a-7542-4e36-a24c-0d41850504a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bde115d99f26e99566b2c9c1139383e6c15053ae" 2018-12-03 16:45:32,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-086018fc-7dd7-4fd3-90c4-1ff79037e396 Date: Mon, 03 Dec 2018 16:45: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-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "port_range_min": null, "revision_number": 0, "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:31Z", "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "56ae7dc4-a86a-4f75-ad03-b06a6daaa47c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:45:31Z", "security_group_id": "d4c5382a-7542-4e36-a24c-0d41850504a1", "port_range_min": null, "revision_number": 0, "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:31Z", "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "db2ebbb6-884f-4616-8ee6-08aca53b4e20"}]} 2018-12-03 16:45:32,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d4c5382a-7542-4e36-a24c-0d41850504a1 used request id req-086018fc-7dd7-4fd3-90c4-1ff79037e396 2018-12-03 16:45:32,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:33,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-60bc8fc3-6d69-4851-acee-589e05bf3533 x-compute-request-id: req-60bc8fc3-6d69-4851-acee-589e05bf3533 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:a0:af", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "image": {"id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "links": [{"href": "http://172.30.9.30:8774/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:45:27.000000", "flavor": {"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}]}, "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "security_groups": [{"name": "default"}], "user_id": "4e544ba88aee4e939eca3fcdb808f98f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:45:27Z", "hostId": "b2d4eca9764f1742398d49721d586edcea7a9e0c6b891e448733ae7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "created": "2018-12-03T16:45:20Z", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:45:33,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-60bc8fc3-6d69-4851-acee-589e05bf3533 2018-12-03 16:45:33,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:33,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-642961dc-1981-4b41-b60c-682be786bc4e Date: Mon, 03 Dec 2018 16:45: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":["e3463927-1e57-4822-902a-acd3f96132a7"],"updated_at":"2018-12-03T16:45:12Z","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60abbe41cf744b45aab5f65c9e961fdd","id":"4e11d65e-1b5c-4043-aea8-a543fc199206","name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net"}]} 2018-12-03 16:45:33,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net used request id req-642961dc-1981-4b41-b60c-682be786bc4e 2018-12-03 16:45:33,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:33,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d14ff682-7dbe-4b74-84dc-e085aa110c5d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd"}, "enabled": true, "id": "60abbe41cf744b45aab5f65c9e961fdd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}} 2018-12-03 16:45:33,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd used request id req-d14ff682-7dbe-4b74-84dc-e085aa110c5d 2018-12-03 16:45:33,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:33,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-85c0ef99-0bfc-4b29-a47e-8e17d80be78f Date: Mon, 03 Dec 2018 16:45:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:45: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":"60abbe41cf744b45aab5f65c9e961fdd","id":"e3463927-1e57-4822-902a-acd3f96132a7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet"}]} 2018-12-03 16:45:33,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-85c0ef99-0bfc-4b29-a47e-8e17d80be78f 2018-12-03 16:45:33,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:33,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-412b6648-5126-48ee-871a-9cfc3570218f Date: Mon, 03 Dec 2018 16:45:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.3"}],"id":"06cee943-1a41-429f-b366-7d2d3cd6eb50","security_groups":[],"mac_address":"fa:16:3e:95:a3:01","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4e11d65e-1b5c-4043-aea8-a543fc199206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:27Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.6"}],"id":"4caba5d8-229a-455a-9508-a416bbd998db","security_groups":["1b6d0c10-2903-4ee5-a957-7216d21852ce"],"mac_address":"fa:16:3e:0e:a0:af","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:18Z","binding:vnic_type":"normal","device_id":"868c5e5a-461b-412a-b39b-bd21fe3f61b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.2"}],"id":"64162149-2c43-4700-ba7d-518a03f11fcb","security_groups":[],"mac_address":"fa:16:3e:6f:07:8d","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4e11d65e-1b5c-4043-aea8-a543fc199206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.4"}],"id":"ec1ab799-9f97-4033-a60b-251a10f4a108","security_groups":[],"mac_address":"fa:16:3e:9b:2b:90","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4e11d65e-1b5c-4043-aea8-a543fc199206"}]} 2018-12-03 16:45:33,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-412b6648-5126-48ee-871a-9cfc3570218f 2018-12-03 16:45:33,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:45:33,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6fb43e5eed149abbf3fa0580772602c", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj-role"}], "expires_at": "2018-12-03T17:45:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60abbe41cf744b45aab5f65c9e961fdd", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/60abbe41cf744b45aab5f65c9e961fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-677da807-067f-4a3-user", "id": "4e544ba88aee4e939eca3fcdb808f98f"}, "audit_ids": ["2IDfm8HuQb28Xi9lx1QoFw"], "issued_at": "2018-12-03T16:45:33.000000Z"}} 2018-12-03 16:45:33,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0472899dc62f81de5d3783f8489844453183db93" 2018-12-03 16:45:34,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-a29a28f1-1e48-49e6-a1f0-96947b25405b x-compute-request-id: req-a29a28f1-1e48-49e6-a1f0-96947b25405b Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:a0:af", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "image": {"id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "links": [{"href": "http://172.30.9.30:8774/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:45:27.000000", "flavor": {"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}]}, "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "security_groups": [{"name": "default"}], "user_id": "4e544ba88aee4e939eca3fcdb808f98f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:45:27Z", "hostId": "b2d4eca9764f1742398d49721d586edcea7a9e0c6b891e448733ae7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "created": "2018-12-03T16:45:20Z", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:45:34,868 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-a29a28f1-1e48-49e6-a1f0-96947b25405b 2018-12-03 16:45:34,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:35,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-c98ef91f-fe90-47ef-977e-3aa8eb3e77f9 x-compute-request-id: req-c98ef91f-fe90-47ef-977e-3aa8eb3e77f9 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:a0:af", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "image": {"id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "links": [{"href": "http://172.30.9.30:8774/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:45:27.000000", "flavor": {"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}]}, "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "security_groups": [{"name": "default"}], "user_id": "4e544ba88aee4e939eca3fcdb808f98f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:45:27Z", "hostId": "b2d4eca9764f1742398d49721d586edcea7a9e0c6b891e448733ae7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "created": "2018-12-03T16:45:20Z", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:45:35,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-c98ef91f-fe90-47ef-977e-3aa8eb3e77f9 2018-12-03 16:45:35,463 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst] is - ACTIVE 2018-12-03 16:45:35,463 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:45:35,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:35,783 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c9580a6-03b7-454d-82ae-3240f38ec527 x-compute-request-id: req-0c9580a6-03b7-454d-82ae-3240f38ec527 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:a0:af", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "image": {"id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "links": [{"href": "http://172.30.9.30:8774/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:45:27.000000", "flavor": {"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}]}, "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "security_groups": [{"name": "default"}], "user_id": "4e544ba88aee4e939eca3fcdb808f98f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:45:27Z", "hostId": "b2d4eca9764f1742398d49721d586edcea7a9e0c6b891e448733ae7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "created": "2018-12-03T16:45:20Z", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:45:35,784 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-0c9580a6-03b7-454d-82ae-3240f38ec527 2018-12-03 16:45:35,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:36,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-201a713b-a8ad-47f6-b7f6-791e504ce56c Date: Mon, 03 Dec 2018 16:45: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":["e3463927-1e57-4822-902a-acd3f96132a7"],"updated_at":"2018-12-03T16:45:12Z","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60abbe41cf744b45aab5f65c9e961fdd","id":"4e11d65e-1b5c-4043-aea8-a543fc199206","name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net"}]} 2018-12-03 16:45:36,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net used request id req-201a713b-a8ad-47f6-b7f6-791e504ce56c 2018-12-03 16:45:36,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:36,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6804ccc-ec93-401c-ab58-25cc41308098 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd"}, "enabled": true, "id": "60abbe41cf744b45aab5f65c9e961fdd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}} 2018-12-03 16:45:36,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd used request id req-e6804ccc-ec93-401c-ab58-25cc41308098 2018-12-03 16:45:36,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:36,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cbb8be28-a6af-44a7-8689-3c3a0d0b53de Date: Mon, 03 Dec 2018 16:45:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:45: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":"60abbe41cf744b45aab5f65c9e961fdd","id":"e3463927-1e57-4822-902a-acd3f96132a7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet"}]} 2018-12-03 16:45:36,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-cbb8be28-a6af-44a7-8689-3c3a0d0b53de 2018-12-03 16:45:36,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:36,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-558712c7-cb7a-466a-82aa-37f310a81ebe Date: Mon, 03 Dec 2018 16:45:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.3"}],"id":"06cee943-1a41-429f-b366-7d2d3cd6eb50","security_groups":[],"mac_address":"fa:16:3e:95:a3:01","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4e11d65e-1b5c-4043-aea8-a543fc199206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:27Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.6"}],"id":"4caba5d8-229a-455a-9508-a416bbd998db","security_groups":["1b6d0c10-2903-4ee5-a957-7216d21852ce"],"mac_address":"fa:16:3e:0e:a0:af","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:18Z","binding:vnic_type":"normal","device_id":"868c5e5a-461b-412a-b39b-bd21fe3f61b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.2"}],"id":"64162149-2c43-4700-ba7d-518a03f11fcb","security_groups":[],"mac_address":"fa:16:3e:6f:07:8d","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4e11d65e-1b5c-4043-aea8-a543fc199206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.4"}],"id":"ec1ab799-9f97-4033-a60b-251a10f4a108","security_groups":[],"mac_address":"fa:16:3e:9b:2b:90","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4e11d65e-1b5c-4043-aea8-a543fc199206"}]} 2018-12-03 16:45:36,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-558712c7-cb7a-466a-82aa-37f310a81ebe 2018-12-03 16:45:36,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:37,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-684f82d2-3ce5-4e15-b049-e7f89d43378f x-compute-request-id: req-684f82d2-3ce5-4e15-b049-e7f89d43378f Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:a0:af", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "image": {"id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "links": [{"href": "http://172.30.9.30:8774/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:45:27.000000", "flavor": {"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}]}, "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "security_groups": [{"name": "default"}], "user_id": "4e544ba88aee4e939eca3fcdb808f98f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:45:27Z", "hostId": "b2d4eca9764f1742398d49721d586edcea7a9e0c6b891e448733ae7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "created": "2018-12-03T16:45:20Z", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:45:37,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-684f82d2-3ce5-4e15-b049-e7f89d43378f 2018-12-03 16:45:37,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:37,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-26cd872d-47c5-4618-aeb3-85c259159fca Date: Mon, 03 Dec 2018 16:45: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":["e3463927-1e57-4822-902a-acd3f96132a7"],"updated_at":"2018-12-03T16:45:12Z","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60abbe41cf744b45aab5f65c9e961fdd","id":"4e11d65e-1b5c-4043-aea8-a543fc199206","name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net"}]} 2018-12-03 16:45:37,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net used request id req-26cd872d-47c5-4618-aeb3-85c259159fca 2018-12-03 16:45:37,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:37,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-948931f1-0066-4765-9fb1-880e7792b717 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd"}, "enabled": true, "id": "60abbe41cf744b45aab5f65c9e961fdd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}} 2018-12-03 16:45:37,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd used request id req-948931f1-0066-4765-9fb1-880e7792b717 2018-12-03 16:45:37,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:37,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8a080ef6-b3b4-4ccd-8642-59b0dea8079c Date: Mon, 03 Dec 2018 16:45:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:45: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":"60abbe41cf744b45aab5f65c9e961fdd","id":"e3463927-1e57-4822-902a-acd3f96132a7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet"}]} 2018-12-03 16:45:37,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-8a080ef6-b3b4-4ccd-8642-59b0dea8079c 2018-12-03 16:45:37,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:37,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-e8bdc707-fa1e-4b1c-81c2-56a2cbb4b5b7 Date: Mon, 03 Dec 2018 16:45:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.3"}],"id":"06cee943-1a41-429f-b366-7d2d3cd6eb50","security_groups":[],"mac_address":"fa:16:3e:95:a3:01","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4e11d65e-1b5c-4043-aea8-a543fc199206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:27Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.6"}],"id":"4caba5d8-229a-455a-9508-a416bbd998db","security_groups":["1b6d0c10-2903-4ee5-a957-7216d21852ce"],"mac_address":"fa:16:3e:0e:a0:af","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:18Z","binding:vnic_type":"normal","device_id":"868c5e5a-461b-412a-b39b-bd21fe3f61b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.2"}],"id":"64162149-2c43-4700-ba7d-518a03f11fcb","security_groups":[],"mac_address":"fa:16:3e:6f:07:8d","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4e11d65e-1b5c-4043-aea8-a543fc199206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.4"}],"id":"ec1ab799-9f97-4033-a60b-251a10f4a108","security_groups":[],"mac_address":"fa:16:3e:9b:2b:90","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4e11d65e-1b5c-4043-aea8-a543fc199206"}]} 2018-12-03 16:45:37,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-e8bdc707-fa1e-4b1c-81c2-56a2cbb4b5b7 2018-12-03 16:45:37,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-name"}}' 2018-12-03 16:45:38,722 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:45:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-93d28df6-d6a6-4772-8b0d-f46833c9d198 x-compute-request-id: req-93d28df6-d6a6-4772-8b0d-f46833c9d198 Content-Length: 0 Content-Type: application/json 2018-12-03 16:45:38,722 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9/action used request id req-93d28df6-d6a6-4772-8b0d-f46833c9d198 2018-12-03 16:45:38,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:39,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-1f90cb25-8195-4202-8790-3067fa8ec52d x-compute-request-id: req-1f90cb25-8195-4202-8790-3067fa8ec52d Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:a0:af", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "image": {"id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "links": [{"href": "http://172.30.9.30:8774/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:45:27.000000", "flavor": {"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}]}, "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-name"}], "user_id": "4e544ba88aee4e939eca3fcdb808f98f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:45:27Z", "hostId": "b2d4eca9764f1742398d49721d586edcea7a9e0c6b891e448733ae7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "created": "2018-12-03T16:45:20Z", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:45:39,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-1f90cb25-8195-4202-8790-3067fa8ec52d 2018-12-03 16:45:39,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:39,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3f5303e0-762b-46c1-84d7-a63197bfabab Date: Mon, 03 Dec 2018 16:45: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":["e3463927-1e57-4822-902a-acd3f96132a7"],"updated_at":"2018-12-03T16:45:12Z","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60abbe41cf744b45aab5f65c9e961fdd","id":"4e11d65e-1b5c-4043-aea8-a543fc199206","name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net"}]} 2018-12-03 16:45:39,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net used request id req-3f5303e0-762b-46c1-84d7-a63197bfabab 2018-12-03 16:45:39,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:39,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-297c724d-c330-480d-8152-cc0015e6a8d8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd"}, "enabled": true, "id": "60abbe41cf744b45aab5f65c9e961fdd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}} 2018-12-03 16:45:39,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd used request id req-297c724d-c330-480d-8152-cc0015e6a8d8 2018-12-03 16:45:39,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:39,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7098c369-b331-44e5-9ab2-944a0dca6ade Date: Mon, 03 Dec 2018 16:45:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:45: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":"60abbe41cf744b45aab5f65c9e961fdd","id":"e3463927-1e57-4822-902a-acd3f96132a7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet"}]} 2018-12-03 16:45:39,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-7098c369-b331-44e5-9ab2-944a0dca6ade 2018-12-03 16:45:39,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:39,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-c2852394-42c4-436a-a8e2-deacd26e66b0 Date: Mon, 03 Dec 2018 16:45:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.3"}],"id":"06cee943-1a41-429f-b366-7d2d3cd6eb50","security_groups":[],"mac_address":"fa:16:3e:95:a3:01","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4e11d65e-1b5c-4043-aea8-a543fc199206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:38Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.6"}],"id":"4caba5d8-229a-455a-9508-a416bbd998db","security_groups":["1b6d0c10-2903-4ee5-a957-7216d21852ce","d4c5382a-7542-4e36-a24c-0d41850504a1"],"mac_address":"fa:16:3e:0e:a0:af","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:18Z","binding:vnic_type":"normal","device_id":"868c5e5a-461b-412a-b39b-bd21fe3f61b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.2"}],"id":"64162149-2c43-4700-ba7d-518a03f11fcb","security_groups":[],"mac_address":"fa:16:3e:6f:07:8d","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4e11d65e-1b5c-4043-aea8-a543fc199206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e3463927-1e57-4822-902a-acd3f96132a7","ip_address":"10.55.0.4"}],"id":"ec1ab799-9f97-4033-a60b-251a10f4a108","security_groups":[],"mac_address":"fa:16:3e:9b:2b:90","project_id":"60abbe41cf744b45aab5f65c9e961fdd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e11d65e-1b5c-4043-aea8-a543fc199206","tenant_id":"60abbe41cf744b45aab5f65c9e961fdd","created_at":"2018-12-03T16:45:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4e11d65e-1b5c-4043-aea8-a543fc199206"}]} 2018-12-03 16:45:39,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-c2852394-42c4-436a-a8e2-deacd26e66b0 2018-12-03 16:45:39,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0472899dc62f81de5d3783f8489844453183db93" 2018-12-03 16:45:40,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45: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-df6262f6-2cb8-4d25-a71a-d72b58387b67 x-compute-request-id: req-df6262f6-2cb8-4d25-a71a-d72b58387b67 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:a0:af", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "image": {"id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "links": [{"href": "http://172.30.9.30:8774/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:45:27.000000", "flavor": {"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}]}, "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-name"}], "user_id": "4e544ba88aee4e939eca3fcdb808f98f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:45:27Z", "hostId": "b2d4eca9764f1742398d49721d586edcea7a9e0c6b891e448733ae7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "created": "2018-12-03T16:45:20Z", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:45:40,434 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-df6262f6-2cb8-4d25-a71a-d72b58387b67 2018-12-03 16:45:40,434 - create_instance - INFO - Deleting Port with ID - 4caba5d8-229a-455a-9508-a416bbd998db 2018-12-03 16:45:40,435 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-port 2018-12-03 16:45:40,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/4caba5d8-229a-455a-9508-a416bbd998db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:40,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-212e9a23-8173-4a91-baf4-541223dbc372 Date: Mon, 03 Dec 2018 16:45:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:45:40,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/4caba5d8-229a-455a-9508-a416bbd998db used request id req-212e9a23-8173-4a91-baf4-541223dbc372 2018-12-03 16:45:40,995 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst 2018-12-03 16:45:40,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:41,143 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:45: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-bed6f357-477d-4139-ab2c-63ec6d1be75b x-compute-request-id: req-bed6f357-477d-4139-ab2c-63ec6d1be75b Content-Type: application/json 2018-12-03 16:45:41,143 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-bed6f357-477d-4139-ab2c-63ec6d1be75b 2018-12-03 16:45:41,143 - create_instance - INFO - Checking deletion status 2018-12-03 16:45:41,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:41,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45: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-c7c0c56e-22e9-462f-b54e-503c05601baf x-compute-request-id: req-c7c0c56e-22e9-462f-b54e-503c05601baf Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:a0:af", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "image": {"id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "links": [{"href": "http://172.30.9.30:8774/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:45:27.000000", "flavor": {"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}]}, "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "user_id": "4e544ba88aee4e939eca3fcdb808f98f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:45:41Z", "hostId": "b2d4eca9764f1742398d49721d586edcea7a9e0c6b891e448733ae7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "created": "2018-12-03T16:45:20Z", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:45:41,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-c7c0c56e-22e9-462f-b54e-503c05601baf 2018-12-03 16:45:41,378 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst] is - ACTIVE 2018-12-03 16:45:41,378 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:45:44,381 - create_instance - DEBUG - VM status query timeout in 296.762352943 2018-12-03 16:45:44,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:44,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-f0ecb127-3585-4b1f-9c3f-8154b24baa33 x-compute-request-id: req-f0ecb127-3585-4b1f-9c3f-8154b24baa33 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9", "rel": "bookmark"}], "image": {"id": "b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "links": [{"href": "http://172.30.9.30:8774/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:45:27.000000", "flavor": {"id": "6098ca49-c446-43af-82c2-eaaa31e193e8", "links": [{"href": "http://172.30.9.30:8774/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8", "rel": "bookmark"}]}, "id": "868c5e5a-461b-412a-b39b-bd21fe3f61b9", "user_id": "4e544ba88aee4e939eca3fcdb808f98f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:45:41Z", "hostId": "b2d4eca9764f1742398d49721d586edcea7a9e0c6b891e448733ae7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst", "created": "2018-12-03T16:45:20Z", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:45:44,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-f0ecb127-3585-4b1f-9c3f-8154b24baa33 2018-12-03 16:45:44,618 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst] is - ACTIVE 2018-12-03 16:45:44,618 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:45:47,621 - create_instance - DEBUG - VM status query timeout in 293.522044897 2018-12-03 16:45:47,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d26185b89806b2cf702dacf2745f630d5b7646" 2018-12-03 16:45:47,669 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-4f94de7f-e74d-4512-9ee5-3503323f2962 x-compute-request-id: req-4f94de7f-e74d-4512-9ee5-3503323f2962 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 868c5e5a-461b-412a-b39b-bd21fe3f61b9 could not be found.", "code": 404}} 2018-12-03 16:45:47,669 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/868c5e5a-461b-412a-b39b-bd21fe3f61b9 used request id req-4f94de7f-e74d-4512-9ee5-3503323f2962 2018-12-03 16:45:47,670 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 868c5e5a-461b-412a-b39b-bd21fe3f61b9 could not be found. (HTTP 404) (Request-ID: req-4f94de7f-e74d-4512-9ee5-3503323f2962) 2018-12-03 16:45:47,670 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-inst 2018-12-03 16:45:47,671 - neutron_utils - INFO - Deleting security group rule with ID - 56ae7dc4-a86a-4f75-ad03-b06a6daaa47c 2018-12-03 16:45:47,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/56ae7dc4-a86a-4f75-ad03-b06a6daaa47c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bde115d99f26e99566b2c9c1139383e6c15053ae" 2018-12-03 16:45:47,933 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-befce976-ae52-41e3-8399-cee6deefa23f Content-Length: 0 Date: Mon, 03 Dec 2018 16:45:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:45:47,933 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/56ae7dc4-a86a-4f75-ad03-b06a6daaa47c used request id req-befce976-ae52-41e3-8399-cee6deefa23f 2018-12-03 16:45:47,934 - neutron_utils - INFO - Deleting security group rule with ID - db2ebbb6-884f-4616-8ee6-08aca53b4e20 2018-12-03 16:45:47,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/db2ebbb6-884f-4616-8ee6-08aca53b4e20 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bde115d99f26e99566b2c9c1139383e6c15053ae" 2018-12-03 16:45:48,204 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b030da4-99ec-4d9b-9e8d-6f5e8dc651e7 Content-Length: 0 Date: Mon, 03 Dec 2018 16:45:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:45:48,204 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/db2ebbb6-884f-4616-8ee6-08aca53b4e20 used request id req-1b030da4-99ec-4d9b-9e8d-6f5e8dc651e7 2018-12-03 16:45:48,204 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-name 2018-12-03 16:45:48,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/d4c5382a-7542-4e36-a24c-0d41850504a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bde115d99f26e99566b2c9c1139383e6c15053ae" 2018-12-03 16:45:48,503 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bdc20b3d-6d52-4363-bca9-8b6d3d84114f Content-Length: 0 Date: Mon, 03 Dec 2018 16:45:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:45:48,503 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/d4c5382a-7542-4e36-a24c-0d41850504a1 used request id req-bdc20b3d-6d52-4363-bca9-8b6d3d84114f 2018-12-03 16:45:48,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf77b1b2e681137dcbbe9f53906c2be52d3a589a" 2018-12-03 16:45:48,561 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16: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-6802aba2-ce04-4a17-8216-322479cc2d65 x-compute-request-id: req-6802aba2-ce04-4a17-8216-322479cc2d65 Content-Length: 0 Content-Type: application/json 2018-12-03 16:45:48,561 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/6098ca49-c446-43af-82c2-eaaa31e193e8 used request id req-6802aba2-ce04-4a17-8216-322479cc2d65 2018-12-03 16:45:48,562 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet 2018-12-03 16:45:48,563 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-subnet 2018-12-03 16:45:48,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/e3463927-1e57-4822-902a-acd3f96132a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e15238fa69c72fc6c7c825fc30994b76545262" 2018-12-03 16:45:50,724 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-155966c5-1392-4e30-a43c-5d077b81d78c Date: Mon, 03 Dec 2018 16:45:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:45:50,724 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/e3463927-1e57-4822-902a-acd3f96132a7 used request id req-155966c5-1392-4e30-a43c-5d077b81d78c 2018-12-03 16:45:50,724 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-pub-net 2018-12-03 16:45:50,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/4e11d65e-1b5c-4043-aea8-a543fc199206 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e15238fa69c72fc6c7c825fc30994b76545262" 2018-12-03 16:45:51,702 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-795a504b-d1fe-433f-b985-6a6fc8907e46 Date: Mon, 03 Dec 2018 16:45:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:45:51,703 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/4e11d65e-1b5c-4043-aea8-a543fc199206 used request id req-795a504b-d1fe-433f-b985-6a6fc8907e46 2018-12-03 16:45:51,703 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-0d103d5e-ebb2-4a30-9184-fc60defb692a-image 2018-12-03 16:45:51,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44ad4e1336e119b824659028b5ff7a0eab79bd71" 2018-12-03 16:45:53,309 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3ce55cee-cf7f-4a4a-ba36-cc2cd85a3c35 Date: Mon, 03 Dec 2018 16:45:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:45:53,309 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/b9f79cac-1e14-4798-8d5b-c073d4b7c6fe used request id req-3ce55cee-cf7f-4a4a-ba36-cc2cd85a3c35 2018-12-03 16:45:53,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:53,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b5377c12-803c-4f60-b1af-d3859caca83a Date: Mon, 03 Dec 2018 16:45:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:11Z", "updated_at": "2018-12-03T16:45:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:45:11Z", "revision_number": 0, "id": "12eebe0c-9969-4a0e-8853-71f793957cd3", "remote_group_id": "1b6d0c10-2903-4ee5-a957-7216d21852ce", "remote_ip_prefix": null, "created_at": "2018-12-03T16:45:11Z", "security_group_id": "1b6d0c10-2903-4ee5-a957-7216d21852ce", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "port_range_min": null, "ethertype": "IPv6", "project_id": "60abbe41cf744b45aab5f65c9e961fdd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:45:11Z", "revision_number": 0, "id": "8c9da7c4-33bd-4047-a36c-5b9dbbe4cf6d", "remote_group_id": "1b6d0c10-2903-4ee5-a957-7216d21852ce", "remote_ip_prefix": null, "created_at": "2018-12-03T16:45:11Z", "security_group_id": "1b6d0c10-2903-4ee5-a957-7216d21852ce", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "port_range_min": null, "ethertype": "IPv4", "project_id": "60abbe41cf744b45aab5f65c9e961fdd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:45:11Z", "revision_number": 0, "id": "e78ded9c-1068-48ab-a992-18f5b217e45b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:45:11Z", "security_group_id": "1b6d0c10-2903-4ee5-a957-7216d21852ce", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "port_range_min": null, "ethertype": "IPv6", "project_id": "60abbe41cf744b45aab5f65c9e961fdd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:45:11Z", "revision_number": 0, "id": "e79ae952-c3dc-424e-9baa-fce5ae1c8d83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:45:11Z", "security_group_id": "1b6d0c10-2903-4ee5-a957-7216d21852ce", "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "port_range_min": null, "ethertype": "IPv4", "project_id": "60abbe41cf744b45aab5f65c9e961fdd"}], "revision_number": 4, "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "1b6d0c10-2903-4ee5-a957-7216d21852ce", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:45:53,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-b5377c12-803c-4f60-b1af-d3859caca83a 2018-12-03 16:45:53,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:53,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec66a8a7-c25c-4430-826b-340357b6e6e8 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:45:53,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-ec66a8a7-c25c-4430-826b-340357b6e6e8 2018-12-03 16:45:53,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:53,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-545bc3a8-9976-4b57-9cce-929224d76588 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:45:53,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-545bc3a8-9976-4b57-9cce-929224d76588 2018-12-03 16:45:53,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:53,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a94a31f5-e04a-41d5-8e62-751739e7aebc Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd"}, "enabled": true, "id": "60abbe41cf744b45aab5f65c9e961fdd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-677da807-067f-4a3-proj"}} 2018-12-03 16:45:53,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd used request id req-a94a31f5-e04a-41d5-8e62-751739e7aebc 2018-12-03 16:45:53,807 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1b6d0c10-2903-4ee5-a957-7216d21852ce 2018-12-03 16:45:53,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=1b6d0c10-2903-4ee5-a957-7216d21852ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:53,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-70d1a9c0-4252-4784-bd33-1e9918b7e9b5 Date: Mon, 03 Dec 2018 16:45:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1b6d0c10-2903-4ee5-a957-7216d21852ce", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:45:11Z", "security_group_id": "1b6d0c10-2903-4ee5-a957-7216d21852ce", "port_range_min": null, "revision_number": 0, "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:11Z", "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "12eebe0c-9969-4a0e-8853-71f793957cd3"}, {"remote_group_id": "1b6d0c10-2903-4ee5-a957-7216d21852ce", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:45:11Z", "security_group_id": "1b6d0c10-2903-4ee5-a957-7216d21852ce", "port_range_min": null, "revision_number": 0, "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:11Z", "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "8c9da7c4-33bd-4047-a36c-5b9dbbe4cf6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:45:11Z", "security_group_id": "1b6d0c10-2903-4ee5-a957-7216d21852ce", "port_range_min": null, "revision_number": 0, "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:11Z", "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "e78ded9c-1068-48ab-a992-18f5b217e45b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:45:11Z", "security_group_id": "1b6d0c10-2903-4ee5-a957-7216d21852ce", "port_range_min": null, "revision_number": 0, "tenant_id": "60abbe41cf744b45aab5f65c9e961fdd", "created_at": "2018-12-03T16:45:11Z", "project_id": "60abbe41cf744b45aab5f65c9e961fdd", "id": "e79ae952-c3dc-424e-9baa-fce5ae1c8d83"}]} 2018-12-03 16:45:53,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=1b6d0c10-2903-4ee5-a957-7216d21852ce used request id req-70d1a9c0-4252-4784-bd33-1e9918b7e9b5 2018-12-03 16:45:53,975 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:45:53,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/1b6d0c10-2903-4ee5-a957-7216d21852ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:54,249 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a04ad3d2-f757-49e3-b6b3-cc39032e13d5 Content-Length: 0 Date: Mon, 03 Dec 2018 16:45:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:45:54,250 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/1b6d0c10-2903-4ee5-a957-7216d21852ce used request id req-a04ad3d2-f757-49e3-b6b3-cc39032e13d5 2018-12-03 16:45:54,250 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-677da807-067f-4a3-proj 2018-12-03 16:45:54,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:54,438 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:45:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-281b00aa-ff85-4b94-8b73-75060faab0ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:45:54,438 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/60abbe41cf744b45aab5f65c9e961fdd used request id req-281b00aa-ff85-4b94-8b73-75060faab0ee 2018-12-03 16:45:54,438 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-677da807-067f-4a3-proj-role 2018-12-03 16:45:54,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/d6fb43e5eed149abbf3fa0580772602c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:54,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:45:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d41919cf-5a9a-4b83-b593-0d9f8e386566 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:45:54,548 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/d6fb43e5eed149abbf3fa0580772602c used request id req-d41919cf-5a9a-4b83-b593-0d9f8e386566 2018-12-03 16:45:54,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d19452c3e0530fa59e35ebee9e8c70202db96fa" 2018-12-03 16:45:54,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c64fc466-d0ce-4365-936a-f15343be12e4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:45:54,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c64fc466-d0ce-4365-936a-f15343be12e4 2018-12-03 16:45:54,639 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-677da807-067f-4a3-user 2018-12-03 16:45:54,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/4e544ba88aee4e939eca3fcdb808f98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266ebfcc1eaa73a9aadc885aca464618898dcf2e" 2018-12-03 16:45:54,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:45:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72a8b69c-5235-4c6e-92dd-cf0a1fbfe4b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:45:54,804 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/4e544ba88aee4e939eca3fcdb808f98f used request id req-72a8b69c-5235-4c6e-92dd-cf0a1fbfe4b2 2018-12-03 16:45:54,805 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:45:55,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:45:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["OqHPvE5TQ-Kgyv-0JydFpA"], "issued_at": "2018-12-03T16:45:55.000000Z"}} 2018-12-03 16:45:55,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb35cfe7fb348a30f738aa57869a469d2a2dc2c9" 2018-12-03 16:45:55,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cc68b9a-96e0-400d-98f4-1442e64ad324 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:45:55,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6cc68b9a-96e0-400d-98f4-1442e64ad324 2018-12-03 16:45:55,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:45:55,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:45:55,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:45:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["WG1cmWrhSz-0ygu-oF55Uw"], "issued_at": "2018-12-03T16:45:55.000000Z"}} 2018-12-03 16:45:55,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:45:55,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed63d51e-c40f-45af-b79b-032788be7c85 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:45:55,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ed63d51e-c40f-45af-b79b-032788be7c85 2018-12-03 16:45:55,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:45:55,749 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:45: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:45:55,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-2314809f-8b52-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:45:55,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd4b64e9-cb4d-4d75-a5c6-fc7155d63f42 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-2314809f-8b52-471-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:45:55,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-2314809f-8b52-471-proj used request id req-bd4b64e9-cb4d-4d75-a5c6-fc7155d63f42 2018-12-03 16:45:55,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:45:55,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e2e6829-088d-4dec-93d3-141322cdc687 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:45:55,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-3e2e6829-088d-4dec-93d3-141322cdc687 2018-12-03 16:45:55,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}}' 2018-12-03 16:45:56,045 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:45:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b877117c-6e9b-4935-a922-fe5c6aa8df4b Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd"}, "enabled": true, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}} 2018-12-03 16:45:56,045 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b877117c-6e9b-4935-a922-fe5c6aa8df4b 2018-12-03 16:45:56,046 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-2314809f-8b52-471-proj 2018-12-03 16:45:56,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:45:56,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:45:56,422 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:45:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["-nfZSQYRR26KIW9VJHiMCw"], "issued_at": "2018-12-03T16:45:56.000000Z"}} 2018-12-03 16:45:56,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57a4b8fe21a5e950b71acd2fe6d2d021fe9ed9be" 2018-12-03 16:45:56,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdb29548-66be-47e9-b4f4-f28efc8b20c3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:45:56,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bdb29548-66be-47e9-b4f4-f28efc8b20c3 2018-12-03 16:45:56,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:45:56,516 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:45: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:45:56,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57a4b8fe21a5e950b71acd2fe6d2d021fe9ed9be" 2018-12-03 16:45:56,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac60dea7-dccd-4fcf-b1cc-65e1d03d83dd Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:45:56,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ac60dea7-dccd-4fcf-b1cc-65e1d03d83dd 2018-12-03 16:45:56,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-2314809f-8b52-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57a4b8fe21a5e950b71acd2fe6d2d021fe9ed9be" 2018-12-03 16:45:56,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98e5c388-820d-4799-b9af-1c69a186e5c0 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-2314809f-8b52-471-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd"}, "enabled": true, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}]} 2018-12-03 16:45:56,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-2314809f-8b52-471-proj used request id req-98e5c388-820d-4799-b9af-1c69a186e5c0 2018-12-03 16:45:56,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57a4b8fe21a5e950b71acd2fe6d2d021fe9ed9be" 2018-12-03 16:45:56,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cba53a4-557d-4e3f-bc48-5596e98291f9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:45:56,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-2cba53a4-557d-4e3f-bc48-5596e98291f9 2018-12-03 16:45:57,189 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-2314809f-8b52-471-user 2018-12-03 16:45:57,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:45:57,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:45:57,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b67eaf7-c957-44a8-9417-c9b21951393b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:45:57,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8b67eaf7-c957-44a8-9417-c9b21951393b 2018-12-03 16:45:57,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" -d '{"role": {"name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj-role"}}' 2018-12-03 16:45:57,423 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:45:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f986ee9b-319c-4a27-afd4-7b0103683aec Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "05686f3f70b144408229be80eaea536a", "links": {"self": "http://172.30.9.30:5000/v3/roles/05686f3f70b144408229be80eaea536a"}, "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj-role"}} 2018-12-03 16:45:57,423 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-f986ee9b-319c-4a27-afd4-7b0103683aec 2018-12-03 16:45:57,423 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-2314809f-8b52-471-proj-role 2018-12-03 16:45:57,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/05686f3f70b144408229be80eaea536a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:45:57,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-177e2f55-86b8-4b7d-ac78-b8dee3300f5a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/05686f3f70b144408229be80eaea536a"}, "domain_id": null, "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj-role", "id": "05686f3f70b144408229be80eaea536a"}} 2018-12-03 16:45:57,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/05686f3f70b144408229be80eaea536a used request id req-177e2f55-86b8-4b7d-ac78-b8dee3300f5a 2018-12-03 16:45:57,442 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-2314809f-8b52-471-proj-role to project InstanceSecurityGroupTests-2314809f-8b52-471-proj 2018-12-03 16:45:57,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd/users/6a6ebeb26d0e4515819074cabe6018cc/roles/05686f3f70b144408229be80eaea536a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:45:57,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:45:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f61bc9fc-2b88-4554-814c-61584d42fd42 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:45:57,569 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd/users/6a6ebeb26d0e4515819074cabe6018cc/roles/05686f3f70b144408229be80eaea536a used request id req-f61bc9fc-2b88-4554-814c-61584d42fd42 2018-12-03 16:45:57,569 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:45:57,571 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:45:57,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:45:57,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:45:57,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "05686f3f70b144408229be80eaea536a", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj-role"}], "expires_at": "2018-12-03T17:45:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-2314809f-8b52-471-user", "id": "6a6ebeb26d0e4515819074cabe6018cc"}, "audit_ids": ["Jti1cBMOSKW9Y_NACtiEMg"], "issued_at": "2018-12-03T16:45:57.000000Z"}} 2018-12-03 16:45:57,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7602aaf8b15e453a957fe32426e9e4aee3e436da" 2018-12-03 16:45:58,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:45:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a153fd9-d0c1-493e-bd35-e235500ed384 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:45:58,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3a153fd9-d0c1-493e-bd35-e235500ed384 2018-12-03 16:45:58,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7602aaf8b15e453a957fe32426e9e4aee3e436da" 2018-12-03 16:45:58,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-6f5b54cc-988a-4bf3-8c60-e88892c8be89 Date: Mon, 03 Dec 2018 16:45:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image"} 2018-12-03 16:45:58,204 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image used request id req-6f5b54cc-988a-4bf3-8c60-e88892c8be89 2018-12-03 16:45:58,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7602aaf8b15e453a957fe32426e9e4aee3e436da" 2018-12-03 16:45:58,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-248f4c14-19c0-4581-b428-cbb96310632e Date: Mon, 03 Dec 2018 16:45: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-12-03 16:45:58,434 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-248f4c14-19c0-4581-b428-cbb96310632e 2018-12-03 16:45:58,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7602aaf8b15e453a957fe32426e9e4aee3e436da" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image"}' 2018-12-03 16:45:58,664 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af X-Openstack-Request-Id: req-7276fb91-99fe-4310-ba26-e9fb697be4f9 Date: Mon, 03 Dec 2018 16:45:58 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:45:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:45:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "min_disk": 0, "protected": false, "id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "file": "/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af/file", "checksum": null, "owner": "3a74bf44c91e401b9a5a9a8c740af3dd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:45:58,664 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-7276fb91-99fe-4310-ba26-e9fb697be4f9 2018-12-03 16:45:58,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7602aaf8b15e453a957fe32426e9e4aee3e436da" -d '' 2018-12-03 16:45:59,750 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3d666e4f-7081-424b-95b5-e36e6687dcff Date: Mon, 03 Dec 2018 16:45:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:45:59,750 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af/file used request id req-3d666e4f-7081-424b-95b5-e36e6687dcff 2018-12-03 16:45:59,750 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:45:59,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7602aaf8b15e453a957fe32426e9e4aee3e436da" 2018-12-03 16:45:59,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-4186b465-7955-4eb6-8fc1-7de1b8d13478 Date: Mon, 03 Dec 2018 16:45:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:45:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:45:59Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b6cf6f65-caff-45eb-8338-9659fe4b61af/snap", "metadata": {}}], "self": "/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "min_disk": 0, "protected": false, "id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "file": "/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a74bf44c91e401b9a5a9a8c740af3dd", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b6cf6f65-caff-45eb-8338-9659fe4b61af/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:45:59,917 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af used request id req-4186b465-7955-4eb6-8fc1-7de1b8d13478 2018-12-03 16:45:59,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7602aaf8b15e453a957fe32426e9e4aee3e436da" 2018-12-03 16:46:00,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-90df2431-a6de-41cf-ae07-3e66d7f3f562 Date: Mon, 03 Dec 2018 16:46: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-12-03 16:46:00,067 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-90df2431-a6de-41cf-ae07-3e66d7f3f562 2018-12-03 16:46:00,070 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image 2018-12-03 16:46:00,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7602aaf8b15e453a957fe32426e9e4aee3e436da" 2018-12-03 16:46:00,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-70524b5a-205e-4793-a2c6-808b2040b4ba Date: Mon, 03 Dec 2018 16:46:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:45:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:45:59Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b6cf6f65-caff-45eb-8338-9659fe4b61af/snap", "metadata": {}}], "self": "/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "min_disk": 0, "protected": false, "id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "file": "/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a74bf44c91e401b9a5a9a8c740af3dd", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b6cf6f65-caff-45eb-8338-9659fe4b61af/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:46:00,089 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af used request id req-70524b5a-205e-4793-a2c6-808b2040b4ba 2018-12-03 16:46:00,090 - create_image - DEBUG - Instance status is - active 2018-12-03 16:46:00,090 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image 2018-12-03 16:46:00,090 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image 2018-12-03 16:46:00,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:46:00,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:46:00,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "05686f3f70b144408229be80eaea536a", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj-role"}], "expires_at": "2018-12-03T17:46:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-2314809f-8b52-471-user", "id": "6a6ebeb26d0e4515819074cabe6018cc"}, "audit_ids": ["7lYTBMFtQ562nNFpn21ZRA"], "issued_at": "2018-12-03T16:46:00.000000Z"}} 2018-12-03 16:46:00,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd7e50fceb1e4af61c89ed8affef978c470f877" 2018-12-03 16:46:00,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddb65367-a184-4f3c-8e76-3ce7aa15ace0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:00,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ddb65367-a184-4f3c-8e76-3ce7aa15ace0 2018-12-03 16:46:00,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd7e50fceb1e4af61c89ed8affef978c470f877" 2018-12-03 16:46:00,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-144360e1-2437-447f-9e46-167a05dea035 Date: Mon, 03 Dec 2018 16:46:00 GMT RESP BODY: {"networks":[]} 2018-12-03 16:46:00,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net used request id req-144360e1-2437-447f-9e46-167a05dea035 2018-12-03 16:46:00,720 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net 2018-12-03 16:46:00,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd7e50fceb1e4af61c89ed8affef978c470f877" -d '{"network": {"name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net", "admin_state_up": true}}' 2018-12-03 16:46:01,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-4b3f8a54-c21b-4d3d-9788-88c958184a24 Date: Mon, 03 Dec 2018 16:46:01 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"28a929ce-0098-4d74-89b0-4889f453aa39","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:46:01Z","is_default":false,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:01Z","mtu":1450}} 2018-12-03 16:46:01,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-4b3f8a54-c21b-4d3d-9788-88c958184a24 2018-12-03 16:46:01,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd7e50fceb1e4af61c89ed8affef978c470f877" 2018-12-03 16:46:01,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-0c2b475c-ab2b-448c-8a48-50ac7782a4f6 Date: Mon, 03 Dec 2018 16:46: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-12-03T16:46:01Z","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"28a929ce-0098-4d74-89b0-4889f453aa39","name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net"}]} 2018-12-03 16:46:01,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-0c2b475c-ab2b-448c-8a48-50ac7782a4f6 2018-12-03 16:46:01,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd7e50fceb1e4af61c89ed8affef978c470f877" 2018-12-03 16:46:01,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-edbda1c2-3e09-4007-b570-9c79c08d29e5 Date: Mon, 03 Dec 2018 16:46:01 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:46:01,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-edbda1c2-3e09-4007-b570-9c79c08d29e5 2018-12-03 16:46:01,693 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet 2018-12-03 16:46:01,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd7e50fceb1e4af61c89ed8affef978c470f877" -d '{"subnets": [{"ip_version": 4, "network_id": "28a929ce-0098-4d74-89b0-4889f453aa39", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet"}]}' 2018-12-03 16:46:02,385 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8bb4556f-a70d-495f-ba8d-4abe7b3ca2b2 Date: Mon, 03 Dec 2018 16:46:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:02Z","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":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"de0d90d7-9ce2-471b-9689-2445e1030712","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet"}]} 2018-12-03 16:46:02,385 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-8bb4556f-a70d-495f-ba8d-4abe7b3ca2b2 2018-12-03 16:46:02,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd7e50fceb1e4af61c89ed8affef978c470f877" 2018-12-03 16:46:02,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-893a6acb-5a51-474c-8d1a-1826be7196f8 Date: Mon, 03 Dec 2018 16:46: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":["de0d90d7-9ce2-471b-9689-2445e1030712"],"updated_at":"2018-12-03T16:46:02Z","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"28a929ce-0098-4d74-89b0-4889f453aa39","name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net"}]} 2018-12-03 16:46:02,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-893a6acb-5a51-474c-8d1a-1826be7196f8 2018-12-03 16:46:02,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd7e50fceb1e4af61c89ed8affef978c470f877" 2018-12-03 16:46:02,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-085e4863-9a2a-4a1e-9bd5-33aba251ac4e Date: Mon, 03 Dec 2018 16:46:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:02Z","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":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"de0d90d7-9ce2-471b-9689-2445e1030712","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet"}]} 2018-12-03 16:46:02,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-085e4863-9a2a-4a1e-9bd5-33aba251ac4e 2018-12-03 16:46:02,692 - OpenStackNetwork - DEBUG - Network [28a929ce-0098-4d74-89b0-4889f453aa39] created successfully 2018-12-03 16:46:02,692 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:46:02,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:46:03,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:46:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["HCcwF92GQSC0KCDbonVMWQ"], "issued_at": "2018-12-03T16:46:03.000000Z"}} 2018-12-03 16:46:03,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}709feb3c137b01859c3c778a8271db45cb8f916a" 2018-12-03 16:46:03,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97ad45c8-273f-4a38-97c5-319845d3ca2f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:03,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-97ad45c8-273f-4a38-97c5-319845d3ca2f 2018-12-03 16:46:03,167 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:46:03,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}709feb3c137b01859c3c778a8271db45cb8f916a" 2018-12-03 16:46:03,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-51f139e3-c1e6-44ba-b747-4541e8578827 x-compute-request-id: req-51f139e3-c1e6-44ba-b747-4541e8578827 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:46:03,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-51f139e3-c1e6-44ba-b747-4541e8578827 2018-12-03 16:46:03,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}709feb3c137b01859c3c778a8271db45cb8f916a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-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-12-03 16:46:03,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-2da04915-7bc7-48cd-a7c6-3e22391c1529 x-compute-request-id: req-2da04915-7bc7-48cd-a7c6-3e22391c1529 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:46:03,399 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-2da04915-7bc7-48cd-a7c6-3e22391c1529 2018-12-03 16:46:03,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:46:03,401 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:46:03,774 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "05686f3f70b144408229be80eaea536a", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj-role"}], "expires_at": "2018-12-03T17:46:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-2314809f-8b52-471-user", "id": "6a6ebeb26d0e4515819074cabe6018cc"}, "audit_ids": ["t0Y9MP6eQeaos01lKOVyXg"], "issued_at": "2018-12-03T16:46:03.000000Z"}} 2018-12-03 16:46:03,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817bfcde05ebfee87bd29ad559dc7ad8eb31effd" 2018-12-03 16:46:03,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9237af9b-8f2e-4cfd-991a-ee5c363b38f0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:03,843 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9237af9b-8f2e-4cfd-991a-ee5c363b38f0 2018-12-03 16:46:03,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817bfcde05ebfee87bd29ad559dc7ad8eb31effd" 2018-12-03 16:46:04,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3c51972f-b03c-4d52-9750-dca5a837e7f7 Date: Mon, 03 Dec 2018 16:46:04 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:46:04,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name&description=hello+group used request id req-3c51972f-b03c-4d52-9750-dca5a837e7f7 2018-12-03 16:46:04,023 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name... 2018-12-03 16:46:04,023 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name 2018-12-03 16:46:04,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817bfcde05ebfee87bd29ad559dc7ad8eb31effd" -d '{"security_group": {"name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name", "description": "hello group"}}' 2018-12-03 16:46:04,519 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9beace7a-1ea7-435c-8e04-fdcbc8a4a99e Date: Mon, 03 Dec 2018 16:46:04 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:04Z", "updated_at": "2018-12-03T16:46:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:04Z", "revision_number": 0, "id": "03062eec-a2ad-4e22-829e-39b9c1765a02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:04Z", "revision_number": 0, "id": "9143274f-958b-45c1-95d2-87c20c39fe06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd"}], "revision_number": 2, "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name"}} 2018-12-03 16:46:04,519 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-9beace7a-1ea7-435c-8e04-fdcbc8a4a99e 2018-12-03 16:46:04,520 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7145c2a5-92e3-4deb-9b82-e4764d3d6030 2018-12-03 16:46:04,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817bfcde05ebfee87bd29ad559dc7ad8eb31effd" 2018-12-03 16:46:04,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9d5f2496-a87d-4608-a7f0-9044c65157a8 Date: Mon, 03 Dec 2018 16:46: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-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "port_range_min": null, "revision_number": 0, "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:04Z", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "03062eec-a2ad-4e22-829e-39b9c1765a02"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "port_range_min": null, "revision_number": 0, "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:04Z", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "9143274f-958b-45c1-95d2-87c20c39fe06"}]} 2018-12-03 16:46:04,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 used request id req-9d5f2496-a87d-4608-a7f0-9044c65157a8 2018-12-03 16:46:04,738 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7145c2a5-92e3-4deb-9b82-e4764d3d6030 2018-12-03 16:46:04,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817bfcde05ebfee87bd29ad559dc7ad8eb31effd" 2018-12-03 16:46:04,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2353a0ba-d346-4995-8293-d24954ea5246 Date: Mon, 03 Dec 2018 16:46: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-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "port_range_min": null, "revision_number": 0, "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:04Z", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "03062eec-a2ad-4e22-829e-39b9c1765a02"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "port_range_min": null, "revision_number": 0, "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:04Z", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "9143274f-958b-45c1-95d2-87c20c39fe06"}]} 2018-12-03 16:46:04,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 used request id req-2353a0ba-d346-4995-8293-d24954ea5246 2018-12-03 16:46:04,766 - neutron_utils - INFO - Retrieving security group with ID - 7145c2a5-92e3-4deb-9b82-e4764d3d6030 2018-12-03 16:46:04,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817bfcde05ebfee87bd29ad559dc7ad8eb31effd" 2018-12-03 16:46:04,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ef7148bf-35e9-4fb1-a0ea-16b9d4e8d787 Date: Mon, 03 Dec 2018 16:46:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:04Z", "updated_at": "2018-12-03T16:46:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:04Z", "revision_number": 0, "id": "03062eec-a2ad-4e22-829e-39b9c1765a02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:04Z", "revision_number": 0, "id": "9143274f-958b-45c1-95d2-87c20c39fe06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd"}], "revision_number": 2, "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name"}]} 2018-12-03 16:46:04,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 used request id req-ef7148bf-35e9-4fb1-a0ea-16b9d4e8d787 2018-12-03 16:46:04,960 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7145c2a5-92e3-4deb-9b82-e4764d3d6030 2018-12-03 16:46:04,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817bfcde05ebfee87bd29ad559dc7ad8eb31effd" 2018-12-03 16:46:05,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6cbb2e0a-8715-4e86-82bf-d0b273dcae68 Date: Mon, 03 Dec 2018 16:46: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-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "port_range_min": null, "revision_number": 0, "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:04Z", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "03062eec-a2ad-4e22-829e-39b9c1765a02"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "port_range_min": null, "revision_number": 0, "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:04Z", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "9143274f-958b-45c1-95d2-87c20c39fe06"}]} 2018-12-03 16:46:05,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 used request id req-6cbb2e0a-8715-4e86-82bf-d0b273dcae68 2018-12-03 16:46:05,140 - neutron_utils - INFO - Retrieving security group with ID - 7145c2a5-92e3-4deb-9b82-e4764d3d6030 2018-12-03 16:46:05,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817bfcde05ebfee87bd29ad559dc7ad8eb31effd" 2018-12-03 16:46:05,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-1ec770ac-ca23-42af-bd5c-126aa957b8d8 Date: Mon, 03 Dec 2018 16:46:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:04Z", "updated_at": "2018-12-03T16:46:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:04Z", "revision_number": 0, "id": "03062eec-a2ad-4e22-829e-39b9c1765a02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:04Z", "revision_number": 0, "id": "9143274f-958b-45c1-95d2-87c20c39fe06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd"}], "revision_number": 2, "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name"}]} 2018-12-03 16:46:05,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 used request id req-1ec770ac-ca23-42af-bd5c-126aa957b8d8 2018-12-03 16:46:05,356 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7145c2a5-92e3-4deb-9b82-e4764d3d6030 2018-12-03 16:46:05,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817bfcde05ebfee87bd29ad559dc7ad8eb31effd" 2018-12-03 16:46:05,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f95d5af7-cac6-46a5-b869-0028ba5fe3fc Date: Mon, 03 Dec 2018 16:46: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-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "port_range_min": null, "revision_number": 0, "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:04Z", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "03062eec-a2ad-4e22-829e-39b9c1765a02"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "port_range_min": null, "revision_number": 0, "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:04Z", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "9143274f-958b-45c1-95d2-87c20c39fe06"}]} 2018-12-03 16:46:05,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 used request id req-f95d5af7-cac6-46a5-b869-0028ba5fe3fc 2018-12-03 16:46:05,385 - neutron_utils - INFO - Retrieving security group with ID - 7145c2a5-92e3-4deb-9b82-e4764d3d6030 2018-12-03 16:46:05,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817bfcde05ebfee87bd29ad559dc7ad8eb31effd" 2018-12-03 16:46:05,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ec4b3458-b222-4b16-a3a3-8b08e1813e37 Date: Mon, 03 Dec 2018 16:46:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:04Z", "updated_at": "2018-12-03T16:46:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:04Z", "revision_number": 0, "id": "03062eec-a2ad-4e22-829e-39b9c1765a02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:04Z", "revision_number": 0, "id": "9143274f-958b-45c1-95d2-87c20c39fe06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd"}], "revision_number": 2, "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name"}]} 2018-12-03 16:46:05,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 used request id req-ec4b3458-b222-4b16-a3a3-8b08e1813e37 2018-12-03 16:46:05,433 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7145c2a5-92e3-4deb-9b82-e4764d3d6030 2018-12-03 16:46:05,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817bfcde05ebfee87bd29ad559dc7ad8eb31effd" 2018-12-03 16:46:05,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8490965c-c418-4f74-a805-e220b3c8740a Date: Mon, 03 Dec 2018 16:46: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-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "port_range_min": null, "revision_number": 0, "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:04Z", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "03062eec-a2ad-4e22-829e-39b9c1765a02"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:04Z", "security_group_id": "7145c2a5-92e3-4deb-9b82-e4764d3d6030", "port_range_min": null, "revision_number": 0, "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:04Z", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "9143274f-958b-45c1-95d2-87c20c39fe06"}]} 2018-12-03 16:46:05,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7145c2a5-92e3-4deb-9b82-e4764d3d6030 used request id req-8490965c-c418-4f74-a805-e220b3c8740a 2018-12-03 16:46:05,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:46:05,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:46:05,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "05686f3f70b144408229be80eaea536a", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj-role"}], "expires_at": "2018-12-03T17:46:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-2314809f-8b52-471-user", "id": "6a6ebeb26d0e4515819074cabe6018cc"}, "audit_ids": ["UFyYZJMiQ0C5qcEJZCp4AA"], "issued_at": "2018-12-03T16:46:05.000000Z"}} 2018-12-03 16:46:05,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:06,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16b0af7c-2abf-4d07-ace0-f0f96921deaf Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:06,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-16b0af7c-2abf-4d07-ace0-f0f96921deaf 2018-12-03 16:46:06,014 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:46:06,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:06,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e26f8521-723d-46b7-9963-fd58e9101766 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:06,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e26f8521-723d-46b7-9963-fd58e9101766 2018-12-03 16:46:06,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:06,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-fafc1e23-cf26-44c0-b57b-4b50f9485b87 Date: Mon, 03 Dec 2018 16:46: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":["de0d90d7-9ce2-471b-9689-2445e1030712"],"updated_at":"2018-12-03T16:46:02Z","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"28a929ce-0098-4d74-89b0-4889f453aa39","name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net"}]} 2018-12-03 16:46:06,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net used request id req-fafc1e23-cf26-44c0-b57b-4b50f9485b87 2018-12-03 16:46:06,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:46:06,504 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:46: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:46:06,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:06,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9f668ee-1563-45c5-a413-d255e7a1e7d8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd"}, "enabled": true, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}} 2018-12-03 16:46:06,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd used request id req-a9f668ee-1563-45c5-a413-d255e7a1e7d8 2018-12-03 16:46:06,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:06,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-966d573c-c236-474b-9016-d288ffbb531a Date: Mon, 03 Dec 2018 16:46:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:02Z","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":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"de0d90d7-9ce2-471b-9689-2445e1030712","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet"}]} 2018-12-03 16:46:06,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-966d573c-c236-474b-9016-d288ffbb531a 2018-12-03 16:46:06,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39&name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:06,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fe5a0aa3-ff09-4b98-91ec-73406f7b0bbb Date: Mon, 03 Dec 2018 16:46:06 GMT RESP BODY: {"ports":[]} 2018-12-03 16:46:06,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39&name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port&admin_state_up=True used request id req-fe5a0aa3-ff09-4b98-91ec-73406f7b0bbb 2018-12-03 16:46:06,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:07,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-d22841f7-6598-40e9-9ff6-d6b36cbd1654 x-compute-request-id: req-d22841f7-6598-40e9-9ff6-d6b36cbd1654 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:46:07,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst used request id req-d22841f7-6598-40e9-9ff6-d6b36cbd1654 2018-12-03 16:46:07,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:07,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-793f1bc2-ca3b-4373-b212-47350ce2a83d Date: Mon, 03 Dec 2018 16:46: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":["de0d90d7-9ce2-471b-9689-2445e1030712"],"updated_at":"2018-12-03T16:46:02Z","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"28a929ce-0098-4d74-89b0-4889f453aa39","name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net"}]} 2018-12-03 16:46:07,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net used request id req-793f1bc2-ca3b-4373-b212-47350ce2a83d 2018-12-03 16:46:07,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:07,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99e55ace-ef6d-41ab-a9ae-1c73ae2539aa Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd"}, "enabled": true, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}} 2018-12-03 16:46:07,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd used request id req-99e55ace-ef6d-41ab-a9ae-1c73ae2539aa 2018-12-03 16:46:07,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:07,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c7bf529b-2622-4186-bec4-f50b7ca61f64 Date: Mon, 03 Dec 2018 16:46:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:02Z","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":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"de0d90d7-9ce2-471b-9689-2445e1030712","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet"}]} 2018-12-03 16:46:07,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-c7bf529b-2622-4186-bec4-f50b7ca61f64 2018-12-03 16:46:07,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39&name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:07,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-108a5ad7-0263-4457-bef9-3ee99f030242 Date: Mon, 03 Dec 2018 16:46:07 GMT RESP BODY: {"ports":[]} 2018-12-03 16:46:07,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39&name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port&admin_state_up=True used request id req-108a5ad7-0263-4457-bef9-3ee99f030242 2018-12-03 16:46:07,790 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:46:07,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:46:08,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "05686f3f70b144408229be80eaea536a", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj-role"}], "expires_at": "2018-12-03T17:46:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-2314809f-8b52-471-user", "id": "6a6ebeb26d0e4515819074cabe6018cc"}, "audit_ids": ["C1meGsVCR3WBlao1NnCV2A"], "issued_at": "2018-12-03T16:46:08.000000Z"}} 2018-12-03 16:46:08,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f527c7428b9f2199d8aa3867ee1269f73adf4e6" 2018-12-03 16:46:08,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c8619aa-f7b2-43d0-83ee-1db05e6296b3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:08,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5c8619aa-f7b2-43d0-83ee-1db05e6296b3 2018-12-03 16:46:08,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:08,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3a62fb9e-b048-4120-8bec-c3530f1406be Date: Mon, 03 Dec 2018 16:46: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":["de0d90d7-9ce2-471b-9689-2445e1030712"],"updated_at":"2018-12-03T16:46:02Z","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"28a929ce-0098-4d74-89b0-4889f453aa39","name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net"}]} 2018-12-03 16:46:08,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net used request id req-3a62fb9e-b048-4120-8bec-c3530f1406be 2018-12-03 16:46:08,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:08,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-aa88943d-e467-466a-8f18-0564b60af8b6 Date: Mon, 03 Dec 2018 16:46:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:02Z","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":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"de0d90d7-9ce2-471b-9689-2445e1030712","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet"}]} 2018-12-03 16:46:08,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-aa88943d-e467-466a-8f18-0564b60af8b6 2018-12-03 16:46:08,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:09,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-4dc1e3f6-64f2-4d0a-ae11-8b485b6c5e11 Date: Mon, 03 Dec 2018 16:46: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":["de0d90d7-9ce2-471b-9689-2445e1030712"],"updated_at":"2018-12-03T16:46:02Z","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"28a929ce-0098-4d74-89b0-4889f453aa39","name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net"}]} 2018-12-03 16:46:09,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net used request id req-4dc1e3f6-64f2-4d0a-ae11-8b485b6c5e11 2018-12-03 16:46:09,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:46:09,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:46: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:46:09,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f527c7428b9f2199d8aa3867ee1269f73adf4e6" 2018-12-03 16:46:09,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4fb45d0-67fd-4d58-a336-66ad814b773d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd"}, "enabled": true, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}} 2018-12-03 16:46:09,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd used request id req-c4fb45d0-67fd-4d58-a336-66ad814b773d 2018-12-03 16:46:09,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:09,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-717f891f-e41d-4487-9f28-e34319d5f495 Date: Mon, 03 Dec 2018 16:46:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:02Z","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":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"de0d90d7-9ce2-471b-9689-2445e1030712","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet"}]} 2018-12-03 16:46:09,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-717f891f-e41d-4487-9f28-e34319d5f495 2018-12-03 16:46:09,347 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net 2018-12-03 16:46:09,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" -d '{"port": {"network_id": "28a929ce-0098-4d74-89b0-4889f453aa39", "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port", "admin_state_up": true}}' 2018-12-03 16:46:10,253 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-e4daedcc-7322-4697-9322-71fae1a80810 Date: Mon, 03 Dec 2018 16:46:10 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.7"}],"id":"a708ea73-8015-4155-a9a3-99ece28c5411","security_groups":["a51de915-f71d-454a-baab-c60acf475a96"],"mac_address":"fa:16:3e:d3:01:11","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","qos_policy_id":null,"admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:09Z","binding:vnic_type":"normal"}} 2018-12-03 16:46:10,253 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-e4daedcc-7322-4697-9322-71fae1a80810 2018-12-03 16:46:10,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:10,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c1150493-4402-416a-b452-65b9691c24bc Date: Mon, 03 Dec 2018 16:46: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":["de0d90d7-9ce2-471b-9689-2445e1030712"],"updated_at":"2018-12-03T16:46:02Z","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"28a929ce-0098-4d74-89b0-4889f453aa39","name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net"}]} 2018-12-03 16:46:10,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net used request id req-c1150493-4402-416a-b452-65b9691c24bc 2018-12-03 16:46:10,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:10,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99607fe6-fd14-4b36-a5fd-b1d37d3ca01b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd"}, "enabled": true, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}} 2018-12-03 16:46:10,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd used request id req-99607fe6-fd14-4b36-a5fd-b1d37d3ca01b 2018-12-03 16:46:10,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:10,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-648b362c-00a9-40cb-afb4-60dff5c85991 Date: Mon, 03 Dec 2018 16:46:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:02Z","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":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"de0d90d7-9ce2-471b-9689-2445e1030712","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet"}]} 2018-12-03 16:46:10,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-648b362c-00a9-40cb-afb4-60dff5c85991 2018-12-03 16:46:10,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39&name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:10,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-969dd892-9504-42e0-9e02-60928e24c497 Date: Mon, 03 Dec 2018 16:46:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.7"}],"id":"a708ea73-8015-4155-a9a3-99ece28c5411","security_groups":["a51de915-f71d-454a-baab-c60acf475a96"],"mac_address":"fa:16:3e:d3:01:11","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:09Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:46:10,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39&name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port&admin_state_up=True used request id req-969dd892-9504-42e0-9e02-60928e24c497 2018-12-03 16:46:10,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:11,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfb72501-4aed-4afd-b5d4-50d4556d7eed Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd"}, "enabled": true, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}} 2018-12-03 16:46:11,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd used request id req-bfb72501-4aed-4afd-b5d4-50d4556d7eed 2018-12-03 16:46:11,060 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst 2018-12-03 16:46:11,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:11,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46: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-3cc09c46-5c76-4c47-bcf9-314c11b7ce88 x-compute-request-id: req-3cc09c46-5c76-4c47-bcf9-314c11b7ce88 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-flavor-name"}]} 2018-12-03 16:46:11,091 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-3cc09c46-5c76-4c47-bcf9-314c11b7ce88 2018-12-03 16:46:11,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:11,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46: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-25be9aad-9a66-4429-afee-271e1a08cf10 x-compute-request-id: req-25be9aad-9a66-4429-afee-271e1a08cf10 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:46:11,115 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13 used request id req-25be9aad-9a66-4429-afee-271e1a08cf10 2018-12-03 16:46:11,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:11,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-a669b480-4bc4-4f89-9b4f-ad35a14b1dc2 Date: Mon, 03 Dec 2018 16:46:11 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:45:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:45:59Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b6cf6f65-caff-45eb-8338-9659fe4b61af/snap", "metadata": {}}], "self": "/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "min_disk": 0, "protected": false, "id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "file": "/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a74bf44c91e401b9a5a9a8c740af3dd", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b6cf6f65-caff-45eb-8338-9659fe4b61af/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image"} 2018-12-03 16:46:11,293 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image used request id req-a669b480-4bc4-4f89-9b4f-ad35a14b1dc2 2018-12-03 16:46:11,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:11,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-10fc1647-c7ec-443c-8f0e-a70f2e07eb52 Date: Mon, 03 Dec 2018 16:46: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-12-03 16:46:11,450 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-10fc1647-c7ec-443c-8f0e-a70f2e07eb52 2018-12-03 16:46:11,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" -d '{"server": {"name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "imageRef": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "flavorRef": "38018a8c-09b3-420b-a82d-cac3bae5de13", "max_count": 1, "min_count": 1, "networks": [{"port": "a708ea73-8015-4155-a9a3-99ece28c5411"}], "security_groups": [{"name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name"}]}}' 2018-12-03 16:46:13,328 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:46: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-b9f41aab-253f-4b51-a5ff-773feb9baacf x-compute-request-id: req-b9f41aab-253f-4b51-a5ff-773feb9baacf Content-Length: 435 location: http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "adminPass": "DqV8Aa7XAneD"}} 2018-12-03 16:46:13,329 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-b9f41aab-253f-4b51-a5ff-773feb9baacf 2018-12-03 16:46:13,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:13,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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,Accept-Encoding x-openstack-request-id: req-bbc3d731-6e3d-4003-a8a3-fa47ed7c2741 x-compute-request-id: req-bbc3d731-6e3d-4003-a8a3-fa47ed7c2741 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.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "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-12-03T16:46:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:13,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-bbc3d731-6e3d-4003-a8a3-fa47ed7c2741 2018-12-03 16:46:13,543 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst 2018-12-03 16:46:13,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:13,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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,Accept-Encoding x-openstack-request-id: req-6e9f9a0c-ae14-4287-8d8f-7293f886c943 x-compute-request-id: req-6e9f9a0c-ae14-4287-8d8f-7293f886c943 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.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "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-12-03T16:46:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:13,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-6e9f9a0c-ae14-4287-8d8f-7293f886c943 2018-12-03 16:46:13,767 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst] is - BUILD 2018-12-03 16:46:13,767 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:46:16,770 - create_instance - DEBUG - VM status query timeout in 896.772692919 2018-12-03 16:46:16,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:17,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-88da0360-0034-466a-8d85-cff3eb5a85e3 x-compute-request-id: req-88da0360-0034-466a-8d85-cff3eb5a85e3 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.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "security_groups": [{"name": "default"}], "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:46:14Z", "hostId": "481eb03780391055a4d3d1ef8640b64232b54fde8a56379316d0060b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:17,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-88da0360-0034-466a-8d85-cff3eb5a85e3 2018-12-03 16:46:17,385 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst] is - BUILD 2018-12-03 16:46:17,385 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:46:20,388 - create_instance - DEBUG - VM status query timeout in 893.154829025 2018-12-03 16:46:20,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:20,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46: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-7512582a-c102-48e8-ae30-8974cf9b67f5 x-compute-request-id: req-7512582a-c102-48e8-ae30-8974cf9b67f5 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:01:11", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:46:18.000000", "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "security_groups": [{"name": "default"}], "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:46:18Z", "hostId": "481eb03780391055a4d3d1ef8640b64232b54fde8a56379316d0060b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:20,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-7512582a-c102-48e8-ae30-8974cf9b67f5 2018-12-03 16:46:20,877 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst] is - ACTIVE 2018-12-03 16:46:20,877 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:46:20,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:21,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46: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-9cd0e8be-c633-49a1-a0c4-ac281c81e09b x-compute-request-id: req-9cd0e8be-c633-49a1-a0c4-ac281c81e09b Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:01:11", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:46:18.000000", "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "security_groups": [{"name": "default"}], "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:46:18Z", "hostId": "481eb03780391055a4d3d1ef8640b64232b54fde8a56379316d0060b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:21,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-9cd0e8be-c633-49a1-a0c4-ac281c81e09b 2018-12-03 16:46:21,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:21,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-9981d332-176e-45fc-a383-bb8efcf4e7b8 Date: Mon, 03 Dec 2018 16:46: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":["de0d90d7-9ce2-471b-9689-2445e1030712"],"updated_at":"2018-12-03T16:46:02Z","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"28a929ce-0098-4d74-89b0-4889f453aa39","name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net"}]} 2018-12-03 16:46:21,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net used request id req-9981d332-176e-45fc-a383-bb8efcf4e7b8 2018-12-03 16:46:21,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:21,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fda41e97-4f88-48f6-ab36-0bda9c6125d2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd"}, "enabled": true, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}} 2018-12-03 16:46:21,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd used request id req-fda41e97-4f88-48f6-ab36-0bda9c6125d2 2018-12-03 16:46:21,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:21,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f6d231a3-f00e-4699-96db-e607fa5b08a1 Date: Mon, 03 Dec 2018 16:46:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:02Z","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":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"de0d90d7-9ce2-471b-9689-2445e1030712","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet"}]} 2018-12-03 16:46:21,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-f6d231a3-f00e-4699-96db-e607fa5b08a1 2018-12-03 16:46:21,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:21,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-ee77a638-a6b4-4212-9e7d-9dfa8b240fe8 Date: Mon, 03 Dec 2018 16:46:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.4"}],"id":"4f4a5c3c-d5a1-40db-b316-355bed7d9b73","security_groups":[],"mac_address":"fa:16:3e:dc:10:67","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-28a929ce-0098-4d74-89b0-4889f453aa39"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.2"}],"id":"a321d12e-cb32-452d-8fdb-6a5759a13f88","security_groups":[],"mac_address":"fa:16:3e:01:00:8b","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-28a929ce-0098-4d74-89b0-4889f453aa39"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.7"}],"id":"a708ea73-8015-4155-a9a3-99ece28c5411","security_groups":["a51de915-f71d-454a-baab-c60acf475a96"],"mac_address":"fa:16:3e:d3:01:11","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:09Z","binding:vnic_type":"normal","device_id":"a528e0bd-d40e-4ec2-a39c-b97a7361eba2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.3"}],"id":"b4e8cf6e-85de-40b2-8205-8e49519ec153","security_groups":[],"mac_address":"fa:16:3e:cd:7b:83","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-28a929ce-0098-4d74-89b0-4889f453aa39"}]} 2018-12-03 16:46:21,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-ee77a638-a6b4-4212-9e7d-9dfa8b240fe8 2018-12-03 16:46:21,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:22,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46: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-74adeba4-7251-4b2c-9e26-350c885b1750 x-compute-request-id: req-74adeba4-7251-4b2c-9e26-350c885b1750 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:01:11", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:46:18.000000", "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "security_groups": [{"name": "default"}], "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:46:18Z", "hostId": "481eb03780391055a4d3d1ef8640b64232b54fde8a56379316d0060b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:22,367 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-74adeba4-7251-4b2c-9e26-350c885b1750 2018-12-03 16:46:22,367 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst] is - ACTIVE 2018-12-03 16:46:22,367 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:46:22,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:22,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46: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-ca87a78f-718b-46fc-ac6b-de469e88a615 x-compute-request-id: req-ca87a78f-718b-46fc-ac6b-de469e88a615 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:01:11", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:46:18.000000", "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "security_groups": [{"name": "default"}], "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:46:18Z", "hostId": "481eb03780391055a4d3d1ef8640b64232b54fde8a56379316d0060b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:22,823 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-ca87a78f-718b-46fc-ac6b-de469e88a615 2018-12-03 16:46:22,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:23,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-4c7e0a2d-05ff-4dfe-a08f-563043ef5d5e Date: Mon, 03 Dec 2018 16:46: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":["de0d90d7-9ce2-471b-9689-2445e1030712"],"updated_at":"2018-12-03T16:46:02Z","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"28a929ce-0098-4d74-89b0-4889f453aa39","name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net"}]} 2018-12-03 16:46:23,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net used request id req-4c7e0a2d-05ff-4dfe-a08f-563043ef5d5e 2018-12-03 16:46:23,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:23,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-732ecd93-5444-4259-9d76-cb6598e2c368 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd"}, "enabled": true, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}} 2018-12-03 16:46:23,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd used request id req-732ecd93-5444-4259-9d76-cb6598e2c368 2018-12-03 16:46:23,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:23,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8135a24f-9fc8-4249-9ab5-28595544984b Date: Mon, 03 Dec 2018 16:46:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:02Z","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":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"de0d90d7-9ce2-471b-9689-2445e1030712","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet"}]} 2018-12-03 16:46:23,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-8135a24f-9fc8-4249-9ab5-28595544984b 2018-12-03 16:46:23,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:23,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-4c45ddd7-70aa-448d-b645-84fc7d66ad5e Date: Mon, 03 Dec 2018 16:46:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.4"}],"id":"4f4a5c3c-d5a1-40db-b316-355bed7d9b73","security_groups":[],"mac_address":"fa:16:3e:dc:10:67","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-28a929ce-0098-4d74-89b0-4889f453aa39"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.2"}],"id":"a321d12e-cb32-452d-8fdb-6a5759a13f88","security_groups":[],"mac_address":"fa:16:3e:01:00:8b","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-28a929ce-0098-4d74-89b0-4889f453aa39"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.7"}],"id":"a708ea73-8015-4155-a9a3-99ece28c5411","security_groups":["a51de915-f71d-454a-baab-c60acf475a96"],"mac_address":"fa:16:3e:d3:01:11","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:09Z","binding:vnic_type":"normal","device_id":"a528e0bd-d40e-4ec2-a39c-b97a7361eba2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.3"}],"id":"b4e8cf6e-85de-40b2-8205-8e49519ec153","security_groups":[],"mac_address":"fa:16:3e:cd:7b:83","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-28a929ce-0098-4d74-89b0-4889f453aa39"}]} 2018-12-03 16:46:23,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-4c45ddd7-70aa-448d-b645-84fc7d66ad5e 2018-12-03 16:46:23,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name"}}' 2018-12-03 16:46:24,202 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-0e902910-7dd5-4826-943e-49584f40c1d3 x-compute-request-id: req-0e902910-7dd5-4826-943e-49584f40c1d3 Content-Length: 0 Content-Type: application/json 2018-12-03 16:46:24,202 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2/action used request id req-0e902910-7dd5-4826-943e-49584f40c1d3 2018-12-03 16:46:24,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:46:24,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "05686f3f70b144408229be80eaea536a", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj-role"}], "expires_at": "2018-12-03T17:46:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/3a74bf44c91e401b9a5a9a8c740af3dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-2314809f-8b52-471-user", "id": "6a6ebeb26d0e4515819074cabe6018cc"}, "audit_ids": ["vhc8JpclRCmN3yPD-ElUVQ"], "issued_at": "2018-12-03T16:46:24.000000Z"}} 2018-12-03 16:46:24,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f435b6bf90bf3894a109d9a64882220e4623230c" 2018-12-03 16:46:25,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46: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-5e30c88d-5830-4a50-9959-2f221725dac9 x-compute-request-id: req-5e30c88d-5830-4a50-9959-2f221725dac9 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:01:11", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:46:18.000000", "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "security_groups": [{"name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name"}, {"name": "default"}], "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:46:18Z", "hostId": "481eb03780391055a4d3d1ef8640b64232b54fde8a56379316d0060b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:25,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-5e30c88d-5830-4a50-9959-2f221725dac9 2018-12-03 16:46:25,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:25,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46: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-d8a8b441-6ba7-43ae-8248-193acf7c6b19 x-compute-request-id: req-d8a8b441-6ba7-43ae-8248-193acf7c6b19 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:01:11", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:46:18.000000", "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "security_groups": [{"name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name"}, {"name": "default"}], "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:46:18Z", "hostId": "481eb03780391055a4d3d1ef8640b64232b54fde8a56379316d0060b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:25,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-d8a8b441-6ba7-43ae-8248-193acf7c6b19 2018-12-03 16:46:25,986 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst] is - ACTIVE 2018-12-03 16:46:25,986 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:46:25,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:26,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46: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-d848adb0-e0b5-43ff-a1ef-eef1e1ce7611 x-compute-request-id: req-d848adb0-e0b5-43ff-a1ef-eef1e1ce7611 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:01:11", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:46:18.000000", "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "security_groups": [{"name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name"}, {"name": "default"}], "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:46:18Z", "hostId": "481eb03780391055a4d3d1ef8640b64232b54fde8a56379316d0060b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:26,450 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-d848adb0-e0b5-43ff-a1ef-eef1e1ce7611 2018-12-03 16:46:26,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:26,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-330d2a35-aa89-4902-92b6-ad6cc2cb0d62 Date: Mon, 03 Dec 2018 16:46: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":["de0d90d7-9ce2-471b-9689-2445e1030712"],"updated_at":"2018-12-03T16:46:02Z","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"28a929ce-0098-4d74-89b0-4889f453aa39","name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net"}]} 2018-12-03 16:46:26,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net used request id req-330d2a35-aa89-4902-92b6-ad6cc2cb0d62 2018-12-03 16:46:26,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:26,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cc8be57-cbdc-4455-8d0f-3027642a9c1c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd"}, "enabled": true, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}} 2018-12-03 16:46:26,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd used request id req-6cc8be57-cbdc-4455-8d0f-3027642a9c1c 2018-12-03 16:46:26,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:26,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-087dc07e-6ceb-4ebc-9348-76eba4d91e18 Date: Mon, 03 Dec 2018 16:46:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:02Z","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":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"de0d90d7-9ce2-471b-9689-2445e1030712","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet"}]} 2018-12-03 16:46:26,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-087dc07e-6ceb-4ebc-9348-76eba4d91e18 2018-12-03 16:46:26,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:27,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-49b9154a-38f7-4c4e-a1e5-df63868d21b3 Date: Mon, 03 Dec 2018 16:46:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.4"}],"id":"4f4a5c3c-d5a1-40db-b316-355bed7d9b73","security_groups":[],"mac_address":"fa:16:3e:dc:10:67","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-28a929ce-0098-4d74-89b0-4889f453aa39"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.2"}],"id":"a321d12e-cb32-452d-8fdb-6a5759a13f88","security_groups":[],"mac_address":"fa:16:3e:01:00:8b","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-28a929ce-0098-4d74-89b0-4889f453aa39"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.7"}],"id":"a708ea73-8015-4155-a9a3-99ece28c5411","security_groups":["7145c2a5-92e3-4deb-9b82-e4764d3d6030","a51de915-f71d-454a-baab-c60acf475a96"],"mac_address":"fa:16:3e:d3:01:11","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:09Z","binding:vnic_type":"normal","device_id":"a528e0bd-d40e-4ec2-a39c-b97a7361eba2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.3"}],"id":"b4e8cf6e-85de-40b2-8205-8e49519ec153","security_groups":[],"mac_address":"fa:16:3e:cd:7b:83","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-28a929ce-0098-4d74-89b0-4889f453aa39"}]} 2018-12-03 16:46:27,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-49b9154a-38f7-4c4e-a1e5-df63868d21b3 2018-12-03 16:46:27,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:27,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46: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-41d0cb33-40aa-464a-9223-1135d57456da x-compute-request-id: req-41d0cb33-40aa-464a-9223-1135d57456da Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:01:11", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:46:18.000000", "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "security_groups": [{"name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name"}, {"name": "default"}], "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:46:18Z", "hostId": "481eb03780391055a4d3d1ef8640b64232b54fde8a56379316d0060b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:27,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-41d0cb33-40aa-464a-9223-1135d57456da 2018-12-03 16:46:27,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:28,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-4a25ebb5-824d-4839-b671-74feb25600ef Date: Mon, 03 Dec 2018 16:46: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":["de0d90d7-9ce2-471b-9689-2445e1030712"],"updated_at":"2018-12-03T16:46:02Z","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"28a929ce-0098-4d74-89b0-4889f453aa39","name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net"}]} 2018-12-03 16:46:28,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net used request id req-4a25ebb5-824d-4839-b671-74feb25600ef 2018-12-03 16:46:28,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:28,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8578dee-cc28-49b1-b206-14ae3c20db45 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd"}, "enabled": true, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}} 2018-12-03 16:46:28,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd used request id req-a8578dee-cc28-49b1-b206-14ae3c20db45 2018-12-03 16:46:28,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:28,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bd3d31d8-f386-42b6-b7a2-71d142c4df47 Date: Mon, 03 Dec 2018 16:46:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:02Z","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":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"de0d90d7-9ce2-471b-9689-2445e1030712","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet"}]} 2018-12-03 16:46:28,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-bd3d31d8-f386-42b6-b7a2-71d142c4df47 2018-12-03 16:46:28,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:28,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-f545725c-69f7-4887-a65d-757fb3c40ef5 Date: Mon, 03 Dec 2018 16:46:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.4"}],"id":"4f4a5c3c-d5a1-40db-b316-355bed7d9b73","security_groups":[],"mac_address":"fa:16:3e:dc:10:67","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-28a929ce-0098-4d74-89b0-4889f453aa39"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.2"}],"id":"a321d12e-cb32-452d-8fdb-6a5759a13f88","security_groups":[],"mac_address":"fa:16:3e:01:00:8b","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-28a929ce-0098-4d74-89b0-4889f453aa39"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.7"}],"id":"a708ea73-8015-4155-a9a3-99ece28c5411","security_groups":["7145c2a5-92e3-4deb-9b82-e4764d3d6030","a51de915-f71d-454a-baab-c60acf475a96"],"mac_address":"fa:16:3e:d3:01:11","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:09Z","binding:vnic_type":"normal","device_id":"a528e0bd-d40e-4ec2-a39c-b97a7361eba2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.3"}],"id":"b4e8cf6e-85de-40b2-8205-8e49519ec153","security_groups":[],"mac_address":"fa:16:3e:cd:7b:83","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-28a929ce-0098-4d74-89b0-4889f453aa39"}]} 2018-12-03 16:46:28,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-f545725c-69f7-4887-a65d-757fb3c40ef5 2018-12-03 16:46:28,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name"}}' 2018-12-03 16:46:29,393 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:46: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-3e1335ff-8640-41b2-a022-5bb2f29d2e46 x-compute-request-id: req-3e1335ff-8640-41b2-a022-5bb2f29d2e46 Content-Length: 0 Content-Type: application/json 2018-12-03 16:46:29,393 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2/action used request id req-3e1335ff-8640-41b2-a022-5bb2f29d2e46 2018-12-03 16:46:29,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:30,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46: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-90625de1-9cbc-488f-a9db-43418e9214ba x-compute-request-id: req-90625de1-9cbc-488f-a9db-43418e9214ba Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:01:11", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:46:18.000000", "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "security_groups": [{"name": "default"}], "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:46:18Z", "hostId": "481eb03780391055a4d3d1ef8640b64232b54fde8a56379316d0060b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:30,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-90625de1-9cbc-488f-a9db-43418e9214ba 2018-12-03 16:46:30,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:30,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d5a28faf-f200-4692-9382-099209d00784 Date: Mon, 03 Dec 2018 16:46: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":["de0d90d7-9ce2-471b-9689-2445e1030712"],"updated_at":"2018-12-03T16:46:02Z","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"28a929ce-0098-4d74-89b0-4889f453aa39","name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net"}]} 2018-12-03 16:46:30,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net used request id req-d5a28faf-f200-4692-9382-099209d00784 2018-12-03 16:46:30,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:30,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e0039c-7ace-4b85-bbab-e8733a469c42 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd"}, "enabled": true, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}} 2018-12-03 16:46:30,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd used request id req-b6e0039c-7ace-4b85-bbab-e8733a469c42 2018-12-03 16:46:30,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:30,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cdc000f3-7287-430f-a843-dcadb10e20b1 Date: Mon, 03 Dec 2018 16:46:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:02Z","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":"3a74bf44c91e401b9a5a9a8c740af3dd","id":"de0d90d7-9ce2-471b-9689-2445e1030712","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet"}]} 2018-12-03 16:46:30,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-cdc000f3-7287-430f-a843-dcadb10e20b1 2018-12-03 16:46:30,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:30,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-6e849c48-dd7b-4b4e-95d6-489766f5b970 Date: Mon, 03 Dec 2018 16:46:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.4"}],"id":"4f4a5c3c-d5a1-40db-b316-355bed7d9b73","security_groups":[],"mac_address":"fa:16:3e:dc:10:67","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-28a929ce-0098-4d74-89b0-4889f453aa39"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.2"}],"id":"a321d12e-cb32-452d-8fdb-6a5759a13f88","security_groups":[],"mac_address":"fa:16:3e:01:00:8b","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-28a929ce-0098-4d74-89b0-4889f453aa39"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:29Z","device_owner":"compute:nova","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.7"}],"id":"a708ea73-8015-4155-a9a3-99ece28c5411","security_groups":["a51de915-f71d-454a-baab-c60acf475a96"],"mac_address":"fa:16:3e:d3:01:11","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:09Z","binding:vnic_type":"normal","device_id":"a528e0bd-d40e-4ec2-a39c-b97a7361eba2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"de0d90d7-9ce2-471b-9689-2445e1030712","ip_address":"10.55.0.3"}],"id":"b4e8cf6e-85de-40b2-8205-8e49519ec153","security_groups":[],"mac_address":"fa:16:3e:cd:7b:83","project_id":"3a74bf44c91e401b9a5a9a8c740af3dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28a929ce-0098-4d74-89b0-4889f453aa39","tenant_id":"3a74bf44c91e401b9a5a9a8c740af3dd","created_at":"2018-12-03T16:46:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-28a929ce-0098-4d74-89b0-4889f453aa39"}]} 2018-12-03 16:46:30,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-6e849c48-dd7b-4b4e-95d6-489766f5b970 2018-12-03 16:46:30,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f435b6bf90bf3894a109d9a64882220e4623230c" 2018-12-03 16:46:31,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-2b204c0f-cc50-4145-906f-01cbb653e7ee x-compute-request-id: req-2b204c0f-cc50-4145-906f-01cbb653e7ee Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:01:11", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:46:18.000000", "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "security_groups": [{"name": "default"}], "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:46:18Z", "hostId": "481eb03780391055a4d3d1ef8640b64232b54fde8a56379316d0060b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:31,638 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-2b204c0f-cc50-4145-906f-01cbb653e7ee 2018-12-03 16:46:31,638 - create_instance - INFO - Deleting Port with ID - a708ea73-8015-4155-a9a3-99ece28c5411 2018-12-03 16:46:31,639 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-port 2018-12-03 16:46:31,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/a708ea73-8015-4155-a9a3-99ece28c5411 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:32,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d917c16b-3e14-4816-8646-cc8493b36d0a Date: Mon, 03 Dec 2018 16:46:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:46:32,146 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/a708ea73-8015-4155-a9a3-99ece28c5411 used request id req-d917c16b-3e14-4816-8646-cc8493b36d0a 2018-12-03 16:46:32,146 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst 2018-12-03 16:46:32,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:32,298 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:46:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ecaebccd-0fbf-4b4d-a4f6-58116a1f7e26 x-compute-request-id: req-ecaebccd-0fbf-4b4d-a4f6-58116a1f7e26 Content-Type: application/json 2018-12-03 16:46:32,298 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-ecaebccd-0fbf-4b4d-a4f6-58116a1f7e26 2018-12-03 16:46:32,299 - create_instance - INFO - Checking deletion status 2018-12-03 16:46:32,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:32,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5626af6-0d59-46f2-9f76-d70b3bfb9286 x-compute-request-id: req-c5626af6-0d59-46f2-9f76-d70b3bfb9286 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:01:11", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:46:18.000000", "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:46:32Z", "hostId": "481eb03780391055a4d3d1ef8640b64232b54fde8a56379316d0060b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:32,481 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-c5626af6-0d59-46f2-9f76-d70b3bfb9286 2018-12-03 16:46:32,481 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst] is - ACTIVE 2018-12-03 16:46:32,481 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:46:35,485 - create_instance - DEBUG - VM status query timeout in 296.81426096 2018-12-03 16:46:35,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:35,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-11a07e0b-e586-4b44-b83d-9277c0f73796 x-compute-request-id: req-11a07e0b-e586-4b44-b83d-9277c0f73796 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.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "rel": "bookmark"}], "image": {"id": "b6cf6f65-caff-45eb-8338-9659fe4b61af", "links": [{"href": "http://172.30.9.30:8774/images/b6cf6f65-caff-45eb-8338-9659fe4b61af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:46:18.000000", "flavor": {"id": "38018a8c-09b3-420b-a82d-cac3bae5de13", "links": [{"href": "http://172.30.9.30:8774/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13", "rel": "bookmark"}]}, "id": "a528e0bd-d40e-4ec2-a39c-b97a7361eba2", "user_id": "6a6ebeb26d0e4515819074cabe6018cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:46:32Z", "hostId": "481eb03780391055a4d3d1ef8640b64232b54fde8a56379316d0060b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst", "created": "2018-12-03T16:46:13Z", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:46:35,725 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-11a07e0b-e586-4b44-b83d-9277c0f73796 2018-12-03 16:46:35,725 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst] is - ACTIVE 2018-12-03 16:46:35,726 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:46:38,729 - create_instance - DEBUG - VM status query timeout in 293.570226908 2018-12-03 16:46:38,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb848cf93b1d16b89b012a73052fd942b0ede88" 2018-12-03 16:46:38,785 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-93e9023b-9fa0-4d9e-9410-4cebfd992c0c x-compute-request-id: req-93e9023b-9fa0-4d9e-9410-4cebfd992c0c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance a528e0bd-d40e-4ec2-a39c-b97a7361eba2 could not be found.", "code": 404}} 2018-12-03 16:46:38,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a528e0bd-d40e-4ec2-a39c-b97a7361eba2 used request id req-93e9023b-9fa0-4d9e-9410-4cebfd992c0c 2018-12-03 16:46:38,786 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance a528e0bd-d40e-4ec2-a39c-b97a7361eba2 could not be found. (HTTP 404) (Request-ID: req-93e9023b-9fa0-4d9e-9410-4cebfd992c0c) 2018-12-03 16:46:38,786 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-inst 2018-12-03 16:46:38,787 - neutron_utils - INFO - Deleting security group rule with ID - 03062eec-a2ad-4e22-829e-39b9c1765a02 2018-12-03 16:46:38,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/03062eec-a2ad-4e22-829e-39b9c1765a02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817bfcde05ebfee87bd29ad559dc7ad8eb31effd" 2018-12-03 16:46:39,113 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61fea4b6-cdd7-49c9-bdd2-31fadb37400b Content-Length: 0 Date: Mon, 03 Dec 2018 16:46:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:46:39,113 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/03062eec-a2ad-4e22-829e-39b9c1765a02 used request id req-61fea4b6-cdd7-49c9-bdd2-31fadb37400b 2018-12-03 16:46:39,114 - neutron_utils - INFO - Deleting security group rule with ID - 9143274f-958b-45c1-95d2-87c20c39fe06 2018-12-03 16:46:39,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/9143274f-958b-45c1-95d2-87c20c39fe06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817bfcde05ebfee87bd29ad559dc7ad8eb31effd" 2018-12-03 16:46:39,385 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8a339633-a215-466f-89ba-ea376b51e5bd Content-Length: 0 Date: Mon, 03 Dec 2018 16:46:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:46:39,385 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/9143274f-958b-45c1-95d2-87c20c39fe06 used request id req-8a339633-a215-466f-89ba-ea376b51e5bd 2018-12-03 16:46:39,386 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-name 2018-12-03 16:46:39,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/7145c2a5-92e3-4deb-9b82-e4764d3d6030 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}817bfcde05ebfee87bd29ad559dc7ad8eb31effd" 2018-12-03 16:46:39,693 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-efb547ed-4481-459d-b4c5-4946282e79e4 Content-Length: 0 Date: Mon, 03 Dec 2018 16:46:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:46:39,693 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/7145c2a5-92e3-4deb-9b82-e4764d3d6030 used request id req-efb547ed-4481-459d-b4c5-4946282e79e4 2018-12-03 16:46:39,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}709feb3c137b01859c3c778a8271db45cb8f916a" 2018-12-03 16:46:39,741 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:46:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2fb1fee9-d448-4657-89a5-4aace3260a6a x-compute-request-id: req-2fb1fee9-d448-4657-89a5-4aace3260a6a Content-Length: 0 Content-Type: application/json 2018-12-03 16:46:39,741 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/38018a8c-09b3-420b-a82d-cac3bae5de13 used request id req-2fb1fee9-d448-4657-89a5-4aace3260a6a 2018-12-03 16:46:39,742 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet 2018-12-03 16:46:39,742 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-subnet 2018-12-03 16:46:39,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/de0d90d7-9ce2-471b-9689-2445e1030712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd7e50fceb1e4af61c89ed8affef978c470f877" 2018-12-03 16:46:42,155 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bfb65fbd-5ccf-4991-8e90-3c540b6c339f Date: Mon, 03 Dec 2018 16:46:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:46:42,155 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/de0d90d7-9ce2-471b-9689-2445e1030712 used request id req-bfb65fbd-5ccf-4991-8e90-3c540b6c339f 2018-12-03 16:46:42,155 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-pub-net 2018-12-03 16:46:42,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/28a929ce-0098-4d74-89b0-4889f453aa39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd7e50fceb1e4af61c89ed8affef978c470f877" 2018-12-03 16:46:43,653 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-44e22a20-e342-4f73-a4d9-f2a7e29e19f3 Date: Mon, 03 Dec 2018 16:46:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:46:43,654 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/28a929ce-0098-4d74-89b0-4889f453aa39 used request id req-44e22a20-e342-4f73-a4d9-f2a7e29e19f3 2018-12-03 16:46:43,654 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-b64a77be-3806-4347-b861-6ae0d8f52734-image 2018-12-03 16:46:43,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7602aaf8b15e453a957fe32426e9e4aee3e436da" 2018-12-03 16:46:45,280 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9b2a5b26-b0d9-43ea-937b-d8abe6c89268 Date: Mon, 03 Dec 2018 16:46:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:46:45,280 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/b6cf6f65-caff-45eb-8338-9659fe4b61af used request id req-9b2a5b26-b0d9-43ea-937b-d8abe6c89268 2018-12-03 16:46:45,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:46:45,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-45587915-5e7b-4a83-9db6-74cbe26577c1 Date: Mon, 03 Dec 2018 16:46:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:00Z", "updated_at": "2018-12-03T16:46:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:00Z", "revision_number": 0, "id": "4f75f175-ecbc-47ad-868b-bc3696f945db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:00Z", "security_group_id": "a51de915-f71d-454a-baab-c60acf475a96", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:01Z", "revision_number": 0, "id": "6685ef3c-c317-4b1b-bc5b-11578529c73a", "remote_group_id": "a51de915-f71d-454a-baab-c60acf475a96", "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:01Z", "security_group_id": "a51de915-f71d-454a-baab-c60acf475a96", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:00Z", "revision_number": 0, "id": "9370f303-eecb-4b84-8a5e-bcdd94e6c287", "remote_group_id": "a51de915-f71d-454a-baab-c60acf475a96", "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:00Z", "security_group_id": "a51de915-f71d-454a-baab-c60acf475a96", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:01Z", "revision_number": 0, "id": "bd28585c-f37d-4ece-8f01-af3b505f2076", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:01Z", "security_group_id": "a51de915-f71d-454a-baab-c60acf475a96", "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd"}], "revision_number": 4, "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "a51de915-f71d-454a-baab-c60acf475a96", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:46:45,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-45587915-5e7b-4a83-9db6-74cbe26577c1 2018-12-03 16:46:45,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:46:45,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df47dd44-806d-4124-ae23-6bff62eb7b9d Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:46:45,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-df47dd44-806d-4124-ae23-6bff62eb7b9d 2018-12-03 16:46:45,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:46:45,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02858fec-3d0a-46fd-bfce-8e3c958527ed Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:46:45,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-02858fec-3d0a-46fd-bfce-8e3c958527ed 2018-12-03 16:46:45,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:46:45,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f21227a8-6921-4e66-903f-04bc23bab022 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd"}, "enabled": true, "id": "3a74bf44c91e401b9a5a9a8c740af3dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-2314809f-8b52-471-proj"}} 2018-12-03 16:46:45,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd used request id req-f21227a8-6921-4e66-903f-04bc23bab022 2018-12-03 16:46:45,767 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a51de915-f71d-454a-baab-c60acf475a96 2018-12-03 16:46:45,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a51de915-f71d-454a-baab-c60acf475a96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:46:45,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d787d281-56e6-4077-bd33-7d6f560666f5 Date: Mon, 03 Dec 2018 16:46: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-12-03T16:46:00Z", "security_group_id": "a51de915-f71d-454a-baab-c60acf475a96", "port_range_min": null, "revision_number": 0, "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:00Z", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "4f75f175-ecbc-47ad-868b-bc3696f945db"}, {"remote_group_id": "a51de915-f71d-454a-baab-c60acf475a96", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:01Z", "security_group_id": "a51de915-f71d-454a-baab-c60acf475a96", "port_range_min": null, "revision_number": 0, "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:01Z", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "6685ef3c-c317-4b1b-bc5b-11578529c73a"}, {"remote_group_id": "a51de915-f71d-454a-baab-c60acf475a96", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:00Z", "security_group_id": "a51de915-f71d-454a-baab-c60acf475a96", "port_range_min": null, "revision_number": 0, "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:00Z", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "9370f303-eecb-4b84-8a5e-bcdd94e6c287"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:01Z", "security_group_id": "a51de915-f71d-454a-baab-c60acf475a96", "port_range_min": null, "revision_number": 0, "tenant_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "created_at": "2018-12-03T16:46:01Z", "project_id": "3a74bf44c91e401b9a5a9a8c740af3dd", "id": "bd28585c-f37d-4ece-8f01-af3b505f2076"}]} 2018-12-03 16:46:45,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a51de915-f71d-454a-baab-c60acf475a96 used request id req-d787d281-56e6-4077-bd33-7d6f560666f5 2018-12-03 16:46:45,942 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:46:45,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/a51de915-f71d-454a-baab-c60acf475a96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:46:46,243 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e433a598-519c-4649-8f3b-7bf678c5f120 Content-Length: 0 Date: Mon, 03 Dec 2018 16:46:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:46:46,243 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/a51de915-f71d-454a-baab-c60acf475a96 used request id req-e433a598-519c-4649-8f3b-7bf678c5f120 2018-12-03 16:46:46,244 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-2314809f-8b52-471-proj 2018-12-03 16:46:46,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:46:46,444 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:46:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77fbaf24-5685-4cb0-9800-a8bd81c74b3a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:46:46,444 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/3a74bf44c91e401b9a5a9a8c740af3dd used request id req-77fbaf24-5685-4cb0-9800-a8bd81c74b3a 2018-12-03 16:46:46,444 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-2314809f-8b52-471-proj-role 2018-12-03 16:46:46,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/05686f3f70b144408229be80eaea536a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:46:46,554 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:46:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24bf71f9-2a74-4e31-bbf7-fceeb01ba6ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:46:46,554 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/05686f3f70b144408229be80eaea536a used request id req-24bf71f9-2a74-4e31-bbf7-fceeb01ba6ee 2018-12-03 16:46:46,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f919408414dffaf6393b0858b463ac16f900e2" 2018-12-03 16:46:46,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d03583c2-eebf-4193-b70b-06fb07b984c2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:46:46,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d03583c2-eebf-4193-b70b-06fb07b984c2 2018-12-03 16:46:46,639 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-2314809f-8b52-471-user 2018-12-03 16:46:46,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/6a6ebeb26d0e4515819074cabe6018cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57a4b8fe21a5e950b71acd2fe6d2d021fe9ed9be" 2018-12-03 16:46:46,835 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:46:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2b792b6-1ebc-45e4-8633-67b88dddcc01 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:46:46,835 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/6a6ebeb26d0e4515819074cabe6018cc used request id req-f2b792b6-1ebc-45e4-8633-67b88dddcc01 2018-12-03 16:46:46,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:46:47,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:46:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["olbe0aB5SqG7QqirLg97Cw"], "issued_at": "2018-12-03T16:46:47.000000Z"}} 2018-12-03 16:46:47,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a54744463ac266273fc6a05f2d05004fff8775" 2018-12-03 16:46:47,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-892c956e-fcc2-4c1a-be55-bbeec5921f29 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:47,303 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-892c956e-fcc2-4c1a-be55-bbeec5921f29 2018-12-03 16:46:47,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:46:47,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:46:47,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:46:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["MWhpKrYhSPaj0r2t0BKbGw"], "issued_at": "2018-12-03T16:46:47.000000Z"}} 2018-12-03 16:46:47,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" 2018-12-03 16:46:47,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b113c43c-12a4-41eb-a03d-5e43839112cd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:47,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b113c43c-12a4-41eb-a03d-5e43839112cd 2018-12-03 16:46:47,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:46:47,788 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:46: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:46:47,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" 2018-12-03 16:46:47,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cd517e6-51be-4eec-8478-8e68830cfa2b Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:46:47,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj used request id req-2cd517e6-51be-4eec-8478-8e68830cfa2b 2018-12-03 16:46:47,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" 2018-12-03 16:46:47,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-737128c7-2ea8-4156-be52-21ac226a8d54 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:46:47,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-737128c7-2ea8-4156-be52-21ac226a8d54 2018-12-03 16:46:47,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}}' 2018-12-03 16:46:48,105 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:46:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d71333c4-4a12-4cd8-94d8-0d77f6e06aef Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e"}, "enabled": true, "id": "fb227e5945c54ef08ed499afdabcc74e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}} 2018-12-03 16:46:48,106 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-d71333c4-4a12-4cd8-94d8-0d77f6e06aef 2018-12-03 16:46:48,106 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj 2018-12-03 16:46:48,106 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:46:48,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:46:48,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:46:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["B0CLSuZIRQOBNJ_sW8rt0A"], "issued_at": "2018-12-03T16:46:48.000000Z"}} 2018-12-03 16:46:48,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda48eb07ad0b1d55f8a188de618fde0b731bbba" 2018-12-03 16:46:48,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d585fde4-cfcc-4483-8cef-bb53e9acd5e4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:48,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d585fde4-cfcc-4483-8cef-bb53e9acd5e4 2018-12-03 16:46:48,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:46:48,510 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:46: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:46:48,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda48eb07ad0b1d55f8a188de618fde0b731bbba" 2018-12-03 16:46:48,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9585255-4768-4ae9-b3f7-7a396e32030e Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:46:48,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d9585255-4768-4ae9-b3f7-7a396e32030e 2018-12-03 16:46:48,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda48eb07ad0b1d55f8a188de618fde0b731bbba" 2018-12-03 16:46:48,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42935955-a45a-4bce-acb2-61f6361570f5 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e"}, "enabled": true, "id": "fb227e5945c54ef08ed499afdabcc74e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}]} 2018-12-03 16:46:48,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj used request id req-42935955-a45a-4bce-acb2-61f6361570f5 2018-12-03 16:46:48,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda48eb07ad0b1d55f8a188de618fde0b731bbba" 2018-12-03 16:46:48,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06a67af9-8639-4c03-aa9b-289a5337071c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:46:48,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-06a67af9-8639-4c03-aa9b-289a5337071c 2018-12-03 16:46:49,111 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-4b739bdb-396a-4e1-user 2018-12-03 16:46:49,112 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:46:49,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" 2018-12-03 16:46:49,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-535a6959-15d9-4cd2-859a-7a02ce27b65a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:46:49,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-535a6959-15d9-4cd2-859a-7a02ce27b65a 2018-12-03 16:46:49,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" -d '{"role": {"name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj-role"}}' 2018-12-03 16:46:49,357 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:46:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b8a87c8-f4a8-4795-b749-5455295749f7 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6ad765ac5b4342529cd278d09abf931c", "links": {"self": "http://172.30.9.30:5000/v3/roles/6ad765ac5b4342529cd278d09abf931c"}, "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj-role"}} 2018-12-03 16:46:49,357 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-5b8a87c8-f4a8-4795-b749-5455295749f7 2018-12-03 16:46:49,358 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj-role 2018-12-03 16:46:49,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/6ad765ac5b4342529cd278d09abf931c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" 2018-12-03 16:46:49,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e4382eb-6779-4664-85a9-e2a87aa26d03 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/6ad765ac5b4342529cd278d09abf931c"}, "domain_id": null, "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj-role", "id": "6ad765ac5b4342529cd278d09abf931c"}} 2018-12-03 16:46:49,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/6ad765ac5b4342529cd278d09abf931c used request id req-0e4382eb-6779-4664-85a9-e2a87aa26d03 2018-12-03 16:46:49,451 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj-role to project InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj 2018-12-03 16:46:49,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e/users/028c0330c93944f38005a9742877ccbc/roles/6ad765ac5b4342529cd278d09abf931c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" 2018-12-03 16:46:49,575 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:46:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27a07791-6149-48cd-a2cd-7e9f5e2570cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:46:49,575 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e/users/028c0330c93944f38005a9742877ccbc/roles/6ad765ac5b4342529cd278d09abf931c used request id req-27a07791-6149-48cd-a2cd-7e9f5e2570cb 2018-12-03 16:46:49,575 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:46:49,577 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:46:49,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:46:49,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:46:49,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ad765ac5b4342529cd278d09abf931c", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj-role"}], "expires_at": "2018-12-03T17:46:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb227e5945c54ef08ed499afdabcc74e", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-user", "id": "028c0330c93944f38005a9742877ccbc"}, "audit_ids": ["zjJKsFGRTfG0nKEgIPDfRA"], "issued_at": "2018-12-03T16:46:49.000000Z"}} 2018-12-03 16:46:49,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39cba6c839646ce05841908de7f54ef2118bbbb" 2018-12-03 16:46:50,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ed2a7d-170c-489e-a185-916ac10abb37 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:50,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c8ed2a7d-170c-489e-a185-916ac10abb37 2018-12-03 16:46:50,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e39cba6c839646ce05841908de7f54ef2118bbbb" 2018-12-03 16:46:50,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-8146e4bd-c95b-46f9-8ac5-4a5e3009cfd3 Date: Mon, 03 Dec 2018 16:46:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image"} 2018-12-03 16:46:50,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image used request id req-8146e4bd-c95b-46f9-8ac5-4a5e3009cfd3 2018-12-03 16:46:50,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e39cba6c839646ce05841908de7f54ef2118bbbb" 2018-12-03 16:46:50,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fd57783d-78cc-48e3-9690-dae244aa1b78 Date: Mon, 03 Dec 2018 16:46: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-12-03 16:46:50,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-fd57783d-78cc-48e3-9690-dae244aa1b78 2018-12-03 16:46:50,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e39cba6c839646ce05841908de7f54ef2118bbbb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image"}' 2018-12-03 16:46:50,574 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/9a67be54-b562-468c-8504-c69909813dd2 X-Openstack-Request-Id: req-38d6159d-9323-42c6-8547-af03a315c839 Date: Mon, 03 Dec 2018 16:46:50 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:46:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:46:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/9a67be54-b562-468c-8504-c69909813dd2", "min_disk": 0, "protected": false, "id": "9a67be54-b562-468c-8504-c69909813dd2", "file": "/v2/images/9a67be54-b562-468c-8504-c69909813dd2/file", "checksum": null, "owner": "fb227e5945c54ef08ed499afdabcc74e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:46:50,574 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-38d6159d-9323-42c6-8547-af03a315c839 2018-12-03 16:46:50,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/9a67be54-b562-468c-8504-c69909813dd2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e39cba6c839646ce05841908de7f54ef2118bbbb" -d '' 2018-12-03 16:46:51,805 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bb13f8b7-a1ab-43d7-b1c6-97f60708f933 Date: Mon, 03 Dec 2018 16:46:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:46:51,805 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/9a67be54-b562-468c-8504-c69909813dd2/file used request id req-bb13f8b7-a1ab-43d7-b1c6-97f60708f933 2018-12-03 16:46:51,805 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:46:51,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/9a67be54-b562-468c-8504-c69909813dd2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e39cba6c839646ce05841908de7f54ef2118bbbb" 2018-12-03 16:46:51,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a4cf8ca2-fb0b-4883-91c6-65f191324b0b Date: Mon, 03 Dec 2018 16:46:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:46:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:46:51Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9a67be54-b562-468c-8504-c69909813dd2/snap", "metadata": {}}], "self": "/v2/images/9a67be54-b562-468c-8504-c69909813dd2", "min_disk": 0, "protected": false, "id": "9a67be54-b562-468c-8504-c69909813dd2", "file": "/v2/images/9a67be54-b562-468c-8504-c69909813dd2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fb227e5945c54ef08ed499afdabcc74e", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9a67be54-b562-468c-8504-c69909813dd2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:46:51,973 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/9a67be54-b562-468c-8504-c69909813dd2 used request id req-a4cf8ca2-fb0b-4883-91c6-65f191324b0b 2018-12-03 16:46:51,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e39cba6c839646ce05841908de7f54ef2118bbbb" 2018-12-03 16:46:52,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-760fb13c-2103-4eda-b6ae-912bdd22b031 Date: Mon, 03 Dec 2018 16:46:52 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-12-03 16:46:52,121 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-760fb13c-2103-4eda-b6ae-912bdd22b031 2018-12-03 16:46:52,124 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image 2018-12-03 16:46:52,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/9a67be54-b562-468c-8504-c69909813dd2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e39cba6c839646ce05841908de7f54ef2118bbbb" 2018-12-03 16:46:52,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6523f5a8-ce13-4718-b8dd-4a9bff38ce44 Date: Mon, 03 Dec 2018 16:46:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:46:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:46:51Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9a67be54-b562-468c-8504-c69909813dd2/snap", "metadata": {}}], "self": "/v2/images/9a67be54-b562-468c-8504-c69909813dd2", "min_disk": 0, "protected": false, "id": "9a67be54-b562-468c-8504-c69909813dd2", "file": "/v2/images/9a67be54-b562-468c-8504-c69909813dd2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fb227e5945c54ef08ed499afdabcc74e", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9a67be54-b562-468c-8504-c69909813dd2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:46:52,305 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/9a67be54-b562-468c-8504-c69909813dd2 used request id req-6523f5a8-ce13-4718-b8dd-4a9bff38ce44 2018-12-03 16:46:52,305 - create_image - DEBUG - Instance status is - active 2018-12-03 16:46:52,305 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image 2018-12-03 16:46:52,306 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image 2018-12-03 16:46:52,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:46:52,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:46:52,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ad765ac5b4342529cd278d09abf931c", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj-role"}], "expires_at": "2018-12-03T17:46:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb227e5945c54ef08ed499afdabcc74e", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-user", "id": "028c0330c93944f38005a9742877ccbc"}, "audit_ids": ["9kX21-OcQLCd-iV7jghQVw"], "issued_at": "2018-12-03T16:46:52.000000Z"}} 2018-12-03 16:46:52,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a5cac4749ca149c985cf8f5b3b1c97b6a5358f" 2018-12-03 16:46:52,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f663366f-4c86-4ea1-ab8c-8ffe4f983aac Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:52,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f663366f-4c86-4ea1-ab8c-8ffe4f983aac 2018-12-03 16:46:52,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a5cac4749ca149c985cf8f5b3b1c97b6a5358f" 2018-12-03 16:46:52,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-50d0e3d9-0205-4993-9f0b-24c7c46621d1 Date: Mon, 03 Dec 2018 16:46:52 GMT RESP BODY: {"networks":[]} 2018-12-03 16:46:52,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net used request id req-50d0e3d9-0205-4993-9f0b-24c7c46621d1 2018-12-03 16:46:52,870 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net 2018-12-03 16:46:52,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a5cac4749ca149c985cf8f5b3b1c97b6a5358f" -d '{"network": {"name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net", "admin_state_up": true}}' 2018-12-03 16:46:53,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-708e7394-4c50-4b68-b2dd-e5ad8f70cd09 Date: Mon, 03 Dec 2018 16:46:53 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:46:53Z","is_default":false,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:53Z","mtu":1450}} 2018-12-03 16:46:53,415 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-708e7394-4c50-4b68-b2dd-e5ad8f70cd09 2018-12-03 16:46:53,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a5cac4749ca149c985cf8f5b3b1c97b6a5358f" 2018-12-03 16:46:53,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-33151dcc-03fd-4076-ab5b-36d472b5f321 Date: Mon, 03 Dec 2018 16:46: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-12-03T16:46:53Z","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fb227e5945c54ef08ed499afdabcc74e","id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net"}]} 2018-12-03 16:46:53,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-33151dcc-03fd-4076-ab5b-36d472b5f321 2018-12-03 16:46:53,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a5cac4749ca149c985cf8f5b3b1c97b6a5358f" 2018-12-03 16:46:53,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-323e240c-14b1-4dd5-9fda-bab522c6d9a2 Date: Mon, 03 Dec 2018 16:46:53 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:46:53,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-323e240c-14b1-4dd5-9fda-bab522c6d9a2 2018-12-03 16:46:53,860 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet 2018-12-03 16:46:53,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a5cac4749ca149c985cf8f5b3b1c97b6a5358f" -d '{"subnets": [{"ip_version": 4, "network_id": "03c86d3f-8f6f-4900-ae0e-4b6cd761066e", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet"}]}' 2018-12-03 16:46:54,524 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f2b7d23c-56c0-49cb-ba98-fb12b2681597 Date: Mon, 03 Dec 2018 16:46:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:54Z","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":"fb227e5945c54ef08ed499afdabcc74e","id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet"}]} 2018-12-03 16:46:54,525 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-f2b7d23c-56c0-49cb-ba98-fb12b2681597 2018-12-03 16:46:54,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a5cac4749ca149c985cf8f5b3b1c97b6a5358f" 2018-12-03 16:46:54,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-87cbacd3-6782-4346-9cee-bf2974ad9783 Date: Mon, 03 Dec 2018 16:46: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":["269b6b16-8103-4fbb-a490-dd026a65dbbd"],"updated_at":"2018-12-03T16:46:54Z","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb227e5945c54ef08ed499afdabcc74e","id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net"}]} 2018-12-03 16:46:54,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-87cbacd3-6782-4346-9cee-bf2974ad9783 2018-12-03 16:46:54,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a5cac4749ca149c985cf8f5b3b1c97b6a5358f" 2018-12-03 16:46:54,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5a19635f-bf03-4f15-bdf5-9f5ce88513e6 Date: Mon, 03 Dec 2018 16:46:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:54Z","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":"fb227e5945c54ef08ed499afdabcc74e","id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet"}]} 2018-12-03 16:46:54,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-5a19635f-bf03-4f15-bdf5-9f5ce88513e6 2018-12-03 16:46:54,982 - OpenStackNetwork - DEBUG - Network [03c86d3f-8f6f-4900-ae0e-4b6cd761066e] created successfully 2018-12-03 16:46:54,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:46:54,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:46:55,388 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:46:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["SpH0l4FQS3-5tTwpNJTqRg"], "issued_at": "2018-12-03T16:46:55.000000Z"}} 2018-12-03 16:46:55,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bf09a67e62f84521a4a63f21278c6ad216c96c4" 2018-12-03 16:46:55,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05fa798d-f716-43bf-81b4-c67fa6ed26ac Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:55,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-05fa798d-f716-43bf-81b4-c67fa6ed26ac 2018-12-03 16:46:55,473 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:46:55,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bf09a67e62f84521a4a63f21278c6ad216c96c4" 2018-12-03 16:46:55,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-518144d9-0d09-4b00-bb11-f2335e78598b x-compute-request-id: req-518144d9-0d09-4b00-bb11-f2335e78598b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:46:55,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-518144d9-0d09-4b00-bb11-f2335e78598b 2018-12-03 16:46:55,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bf09a67e62f84521a4a63f21278c6ad216c96c4" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-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-12-03 16:46:55,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-01971f26-78ae-46f4-a644-4547c6ee1992 x-compute-request-id: req-01971f26-78ae-46f4-a644-4547c6ee1992 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:46:55,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-01971f26-78ae-46f4-a644-4547c6ee1992 2018-12-03 16:46:55,722 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:46:55,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:46:56,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ad765ac5b4342529cd278d09abf931c", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj-role"}], "expires_at": "2018-12-03T17:46:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb227e5945c54ef08ed499afdabcc74e", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-user", "id": "028c0330c93944f38005a9742877ccbc"}, "audit_ids": ["Mm4EkqbLT9afeqbEJwSYdA"], "issued_at": "2018-12-03T16:46:56.000000Z"}} 2018-12-03 16:46:56,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3cffed1d540546353415abd5139cb4ae704045" 2018-12-03 16:46:56,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a0a6131-3d4a-4b76-890e-ced8f0e6893a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:56,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0a0a6131-3d4a-4b76-890e-ced8f0e6893a 2018-12-03 16:46:56,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3cffed1d540546353415abd5139cb4ae704045" 2018-12-03 16:46:56,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-8aeebd93-a090-4464-9411-b29799f50897 Date: Mon, 03 Dec 2018 16:46:56 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:46:56,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-name&description=hello+group used request id req-8aeebd93-a090-4464-9411-b29799f50897 2018-12-03 16:46:56,346 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-name... 2018-12-03 16:46:56,346 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-name 2018-12-03 16:46:56,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3cffed1d540546353415abd5139cb4ae704045" -d '{"security_group": {"name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-name", "description": "hello group"}}' 2018-12-03 16:46:56,681 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-dcfb7235-3cf8-4f16-be6a-6a5814a879c6 Date: Mon, 03 Dec 2018 16:46:56 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:56Z", "updated_at": "2018-12-03T16:46:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:56Z", "revision_number": 0, "id": "88ffb01a-a63e-4b20-9b39-e16691f70e7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb227e5945c54ef08ed499afdabcc74e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:56Z", "revision_number": 0, "id": "c9f00030-9dd3-41ec-b8bb-41c73c2b83f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb227e5945c54ef08ed499afdabcc74e"}], "revision_number": 2, "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-name"}} 2018-12-03 16:46:56,681 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-dcfb7235-3cf8-4f16-be6a-6a5814a879c6 2018-12-03 16:46:56,682 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e04a0e4c-868d-45a5-be5c-f61533a07eb9 2018-12-03 16:46:56,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3cffed1d540546353415abd5139cb4ae704045" 2018-12-03 16:46:56,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dd81b915-9bb2-4878-8ff6-048516ee6b1e Date: Mon, 03 Dec 2018 16:46: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-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "port_range_min": null, "revision_number": 0, "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:56Z", "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "88ffb01a-a63e-4b20-9b39-e16691f70e7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "port_range_min": null, "revision_number": 0, "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:56Z", "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "c9f00030-9dd3-41ec-b8bb-41c73c2b83f2"}]} 2018-12-03 16:46:56,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 used request id req-dd81b915-9bb2-4878-8ff6-048516ee6b1e 2018-12-03 16:46:56,859 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e04a0e4c-868d-45a5-be5c-f61533a07eb9 2018-12-03 16:46:56,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3cffed1d540546353415abd5139cb4ae704045" 2018-12-03 16:46:57,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c557cfec-08f1-4371-8578-6fcf47601ff0 Date: Mon, 03 Dec 2018 16:46: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-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "port_range_min": null, "revision_number": 0, "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:56Z", "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "88ffb01a-a63e-4b20-9b39-e16691f70e7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "port_range_min": null, "revision_number": 0, "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:56Z", "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "c9f00030-9dd3-41ec-b8bb-41c73c2b83f2"}]} 2018-12-03 16:46:57,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 used request id req-c557cfec-08f1-4371-8578-6fcf47601ff0 2018-12-03 16:46:57,074 - neutron_utils - INFO - Retrieving security group with ID - e04a0e4c-868d-45a5-be5c-f61533a07eb9 2018-12-03 16:46:57,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3cffed1d540546353415abd5139cb4ae704045" 2018-12-03 16:46:57,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-3a56d7d9-7398-4b01-85f7-c000d18a89c1 Date: Mon, 03 Dec 2018 16:46:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:56Z", "updated_at": "2018-12-03T16:46:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:56Z", "revision_number": 0, "id": "88ffb01a-a63e-4b20-9b39-e16691f70e7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb227e5945c54ef08ed499afdabcc74e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:56Z", "revision_number": 0, "id": "c9f00030-9dd3-41ec-b8bb-41c73c2b83f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb227e5945c54ef08ed499afdabcc74e"}], "revision_number": 2, "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-name"}]} 2018-12-03 16:46:57,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 used request id req-3a56d7d9-7398-4b01-85f7-c000d18a89c1 2018-12-03 16:46:57,295 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e04a0e4c-868d-45a5-be5c-f61533a07eb9 2018-12-03 16:46:57,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3cffed1d540546353415abd5139cb4ae704045" 2018-12-03 16:46:57,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2339e79f-a789-4735-9e8b-c55f607e0764 Date: Mon, 03 Dec 2018 16:46: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-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "port_range_min": null, "revision_number": 0, "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:56Z", "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "88ffb01a-a63e-4b20-9b39-e16691f70e7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "port_range_min": null, "revision_number": 0, "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:56Z", "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "c9f00030-9dd3-41ec-b8bb-41c73c2b83f2"}]} 2018-12-03 16:46:57,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 used request id req-2339e79f-a789-4735-9e8b-c55f607e0764 2018-12-03 16:46:57,470 - neutron_utils - INFO - Retrieving security group with ID - e04a0e4c-868d-45a5-be5c-f61533a07eb9 2018-12-03 16:46:57,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3cffed1d540546353415abd5139cb4ae704045" 2018-12-03 16:46:57,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-6522c5aa-1851-449f-9365-2f068c5d15df Date: Mon, 03 Dec 2018 16:46:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:56Z", "updated_at": "2018-12-03T16:46:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:56Z", "revision_number": 0, "id": "88ffb01a-a63e-4b20-9b39-e16691f70e7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb227e5945c54ef08ed499afdabcc74e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:56Z", "revision_number": 0, "id": "c9f00030-9dd3-41ec-b8bb-41c73c2b83f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb227e5945c54ef08ed499afdabcc74e"}], "revision_number": 2, "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-name"}]} 2018-12-03 16:46:57,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 used request id req-6522c5aa-1851-449f-9365-2f068c5d15df 2018-12-03 16:46:57,660 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e04a0e4c-868d-45a5-be5c-f61533a07eb9 2018-12-03 16:46:57,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3cffed1d540546353415abd5139cb4ae704045" 2018-12-03 16:46:57,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-180bb60c-9f0e-411a-9ec6-ef865aca20ad Date: Mon, 03 Dec 2018 16:46: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-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "port_range_min": null, "revision_number": 0, "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:56Z", "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "88ffb01a-a63e-4b20-9b39-e16691f70e7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "port_range_min": null, "revision_number": 0, "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:56Z", "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "c9f00030-9dd3-41ec-b8bb-41c73c2b83f2"}]} 2018-12-03 16:46:57,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 used request id req-180bb60c-9f0e-411a-9ec6-ef865aca20ad 2018-12-03 16:46:57,828 - neutron_utils - INFO - Retrieving security group with ID - e04a0e4c-868d-45a5-be5c-f61533a07eb9 2018-12-03 16:46:57,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3cffed1d540546353415abd5139cb4ae704045" 2018-12-03 16:46:57,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ecba8b53-1171-4080-8fd4-787a70da4732 Date: Mon, 03 Dec 2018 16:46:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:56Z", "updated_at": "2018-12-03T16:46:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:56Z", "revision_number": 0, "id": "88ffb01a-a63e-4b20-9b39-e16691f70e7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb227e5945c54ef08ed499afdabcc74e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:56Z", "revision_number": 0, "id": "c9f00030-9dd3-41ec-b8bb-41c73c2b83f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb227e5945c54ef08ed499afdabcc74e"}], "revision_number": 2, "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-name"}]} 2018-12-03 16:46:57,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 used request id req-ecba8b53-1171-4080-8fd4-787a70da4732 2018-12-03 16:46:57,881 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e04a0e4c-868d-45a5-be5c-f61533a07eb9 2018-12-03 16:46:57,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3cffed1d540546353415abd5139cb4ae704045" 2018-12-03 16:46:58,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-45baca89-2a0d-4782-9750-5c3d9a2fab44 Date: Mon, 03 Dec 2018 16:46: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-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "port_range_min": null, "revision_number": 0, "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:56Z", "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "88ffb01a-a63e-4b20-9b39-e16691f70e7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:56Z", "security_group_id": "e04a0e4c-868d-45a5-be5c-f61533a07eb9", "port_range_min": null, "revision_number": 0, "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:56Z", "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "c9f00030-9dd3-41ec-b8bb-41c73c2b83f2"}]} 2018-12-03 16:46:58,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=e04a0e4c-868d-45a5-be5c-f61533a07eb9 used request id req-45baca89-2a0d-4782-9750-5c3d9a2fab44 2018-12-03 16:46:58,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:46:58,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:46:58,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ad765ac5b4342529cd278d09abf931c", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj-role"}], "expires_at": "2018-12-03T17:46:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb227e5945c54ef08ed499afdabcc74e", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-user", "id": "028c0330c93944f38005a9742877ccbc"}, "audit_ids": ["k5WoOnxzTHekTPfZTKXK1A"], "issued_at": "2018-12-03T16:46:58.000000Z"}} 2018-12-03 16:46:58,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:46:58,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f51f6031-00de-4e36-a3d5-85613d749345 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:58,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f51f6031-00de-4e36-a3d5-85613d749345 2018-12-03 16:46:58,503 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:46:58,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:46:58,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67523ff5-0607-4af9-95c0-e5d7a265b301 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:46:58,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-67523ff5-0607-4af9-95c0-e5d7a265b301 2018-12-03 16:46:58,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:46:58,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d9ad6428-3155-45a6-9085-f48833a946ba Date: Mon, 03 Dec 2018 16:46: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":["269b6b16-8103-4fbb-a490-dd026a65dbbd"],"updated_at":"2018-12-03T16:46:54Z","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb227e5945c54ef08ed499afdabcc74e","id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net"}]} 2018-12-03 16:46:58,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net used request id req-d9ad6428-3155-45a6-9085-f48833a946ba 2018-12-03 16:46:58,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:46:58,846 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:46: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:46:58,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:46:58,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e2db0d9-9584-4298-ac7d-7aa83ab34186 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e"}, "enabled": true, "id": "fb227e5945c54ef08ed499afdabcc74e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}} 2018-12-03 16:46:58,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e used request id req-7e2db0d9-9584-4298-ac7d-7aa83ab34186 2018-12-03 16:46:58,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:46:59,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-10b352d1-2e0e-489d-bde7-69c678f9276e Date: Mon, 03 Dec 2018 16:46:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:54Z","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":"fb227e5945c54ef08ed499afdabcc74e","id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet"}]} 2018-12-03 16:46:59,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-10b352d1-2e0e-489d-bde7-69c678f9276e 2018-12-03 16:46:59,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e&name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:46:59,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-67c6648e-0762-4474-bd15-a687a7450104 Date: Mon, 03 Dec 2018 16:46:59 GMT RESP BODY: {"ports":[]} 2018-12-03 16:46:59,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e&name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port&admin_state_up=True used request id req-67c6648e-0762-4474-bd15-a687a7450104 2018-12-03 16:46:59,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:46:59,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46: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-e48b4e91-0cf5-4a43-97c5-e1a3dc21774a x-compute-request-id: req-e48b4e91-0cf5-4a43-97c5-e1a3dc21774a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:46:59,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst used request id req-e48b4e91-0cf5-4a43-97c5-e1a3dc21774a 2018-12-03 16:46:59,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:46:59,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6e605e87-e20e-4737-8dfc-99ea81780c68 Date: Mon, 03 Dec 2018 16:46: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":["269b6b16-8103-4fbb-a490-dd026a65dbbd"],"updated_at":"2018-12-03T16:46:54Z","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb227e5945c54ef08ed499afdabcc74e","id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net"}]} 2018-12-03 16:46:59,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net used request id req-6e605e87-e20e-4737-8dfc-99ea81780c68 2018-12-03 16:46:59,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:46:59,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:46:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7660b65-06e3-464a-b18d-a167ef59d829 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e"}, "enabled": true, "id": "fb227e5945c54ef08ed499afdabcc74e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}} 2018-12-03 16:46:59,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e used request id req-e7660b65-06e3-464a-b18d-a167ef59d829 2018-12-03 16:46:59,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:00,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6e011290-442f-4ee2-9304-f61b13b68203 Date: Mon, 03 Dec 2018 16:47:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:54Z","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":"fb227e5945c54ef08ed499afdabcc74e","id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet"}]} 2018-12-03 16:47:00,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-6e011290-442f-4ee2-9304-f61b13b68203 2018-12-03 16:47:00,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e&name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:00,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-72b2d185-5aa7-4e62-9e72-e347a79cd66c Date: Mon, 03 Dec 2018 16:47:00 GMT RESP BODY: {"ports":[]} 2018-12-03 16:47:00,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e&name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port&admin_state_up=True used request id req-72b2d185-5aa7-4e62-9e72-e347a79cd66c 2018-12-03 16:47:00,480 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:47:00,481 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:47:00,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ad765ac5b4342529cd278d09abf931c", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj-role"}], "expires_at": "2018-12-03T17:47:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb227e5945c54ef08ed499afdabcc74e", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-user", "id": "028c0330c93944f38005a9742877ccbc"}, "audit_ids": ["lZMucaJ5TKGatq-ZFV1Bfg"], "issued_at": "2018-12-03T16:47:00.000000Z"}} 2018-12-03 16:47:00,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d774cebad67f678d613d828eaa4ec35b20307852" 2018-12-03 16:47:00,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a930419-324d-428b-9c82-f20bbfe22aa1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:47:00,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3a930419-324d-428b-9c82-f20bbfe22aa1 2018-12-03 16:47:00,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:01,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6ddc4234-89f2-474d-ad5b-44fb405039dd Date: Mon, 03 Dec 2018 16:47: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":["269b6b16-8103-4fbb-a490-dd026a65dbbd"],"updated_at":"2018-12-03T16:46:54Z","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb227e5945c54ef08ed499afdabcc74e","id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net"}]} 2018-12-03 16:47:01,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net used request id req-6ddc4234-89f2-474d-ad5b-44fb405039dd 2018-12-03 16:47:01,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:01,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bf7ce9d2-d09c-402c-9f12-0e71242cca17 Date: Mon, 03 Dec 2018 16:47:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:54Z","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":"fb227e5945c54ef08ed499afdabcc74e","id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet"}]} 2018-12-03 16:47:01,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-bf7ce9d2-d09c-402c-9f12-0e71242cca17 2018-12-03 16:47:01,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:01,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-be5501f4-0bea-4f82-9b88-ec9391d932b1 Date: Mon, 03 Dec 2018 16:47: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":["269b6b16-8103-4fbb-a490-dd026a65dbbd"],"updated_at":"2018-12-03T16:46:54Z","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb227e5945c54ef08ed499afdabcc74e","id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net"}]} 2018-12-03 16:47:01,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net used request id req-be5501f4-0bea-4f82-9b88-ec9391d932b1 2018-12-03 16:47:01,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:47:01,694 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:47: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:47:01,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d774cebad67f678d613d828eaa4ec35b20307852" 2018-12-03 16:47:01,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f498fd8-78c5-4d5d-8216-db8a26a4f238 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e"}, "enabled": true, "id": "fb227e5945c54ef08ed499afdabcc74e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}} 2018-12-03 16:47:01,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e used request id req-0f498fd8-78c5-4d5d-8216-db8a26a4f238 2018-12-03 16:47:01,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:01,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ed04ff13-2b76-44ad-ab08-b50f6701a858 Date: Mon, 03 Dec 2018 16:47:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:54Z","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":"fb227e5945c54ef08ed499afdabcc74e","id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet"}]} 2018-12-03 16:47:01,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-ed04ff13-2b76-44ad-ab08-b50f6701a858 2018-12-03 16:47:01,986 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net 2018-12-03 16:47:01,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" -d '{"port": {"network_id": "03c86d3f-8f6f-4900-ae0e-4b6cd761066e", "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port", "admin_state_up": true}}' 2018-12-03 16:47:03,038 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-c667aa0f-e283-4c11-9220-32358e0ffb94 Date: Mon, 03 Dec 2018 16:47:03 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:02Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.9"}],"id":"d355c237-cbf8-4f81-9c35-6fee59fe8ed5","security_groups":["016bf5cb-6327-448a-a5cc-c525ded7e3c8"],"mac_address":"fa:16:3e:50:e7:0c","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port","project_id":"fb227e5945c54ef08ed499afdabcc74e","qos_policy_id":null,"admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:47:02Z","binding:vnic_type":"normal"}} 2018-12-03 16:47:03,038 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-c667aa0f-e283-4c11-9220-32358e0ffb94 2018-12-03 16:47:03,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:03,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-fb5116e2-b2aa-478e-9990-1869ba056757 Date: Mon, 03 Dec 2018 16:47: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":["269b6b16-8103-4fbb-a490-dd026a65dbbd"],"updated_at":"2018-12-03T16:46:54Z","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb227e5945c54ef08ed499afdabcc74e","id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net"}]} 2018-12-03 16:47:03,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net used request id req-fb5116e2-b2aa-478e-9990-1869ba056757 2018-12-03 16:47:03,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:03,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e8bee33-e365-4ad7-b490-ff9c764d0822 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e"}, "enabled": true, "id": "fb227e5945c54ef08ed499afdabcc74e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}} 2018-12-03 16:47:03,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e used request id req-5e8bee33-e365-4ad7-b490-ff9c764d0822 2018-12-03 16:47:03,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:03,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c60feb41-9012-4e66-9148-5afc0083043c Date: Mon, 03 Dec 2018 16:47:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:54Z","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":"fb227e5945c54ef08ed499afdabcc74e","id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet"}]} 2018-12-03 16:47:03,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-c60feb41-9012-4e66-9148-5afc0083043c 2018-12-03 16:47:03,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e&name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:03,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-6fc052a5-69a1-4ad5-a929-42fea65bf3de Date: Mon, 03 Dec 2018 16:47:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:02Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.9"}],"id":"d355c237-cbf8-4f81-9c35-6fee59fe8ed5","security_groups":["016bf5cb-6327-448a-a5cc-c525ded7e3c8"],"mac_address":"fa:16:3e:50:e7:0c","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:47:02Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:47:03,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e&name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port&admin_state_up=True used request id req-6fc052a5-69a1-4ad5-a929-42fea65bf3de 2018-12-03 16:47:03,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:03,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbeef100-0f62-436a-b948-f3f3fe172ef9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e"}, "enabled": true, "id": "fb227e5945c54ef08ed499afdabcc74e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}} 2018-12-03 16:47:03,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e used request id req-bbeef100-0f62-436a-b948-f3f3fe172ef9 2018-12-03 16:47:03,802 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst 2018-12-03 16:47:03,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:03,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47: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-ecf0dec0-0d85-4cd0-9d78-9d37570cdbc2 x-compute-request-id: req-ecf0dec0-0d85-4cd0-9d78-9d37570cdbc2 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-flavor-name"}]} 2018-12-03 16:47:03,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ecf0dec0-0d85-4cd0-9d78-9d37570cdbc2 2018-12-03 16:47:03,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:03,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47: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-8f8897cb-7d36-4cb5-a433-02c2ac2ae61d x-compute-request-id: req-8f8897cb-7d36-4cb5-a433-02c2ac2ae61d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:47:03,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5 used request id req-8f8897cb-7d36-4cb5-a433-02c2ac2ae61d 2018-12-03 16:47:03,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:04,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-ebd20e30-79b0-44d4-8327-15a22231b9b5 Date: Mon, 03 Dec 2018 16:47:04 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:46:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:46:51Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9a67be54-b562-468c-8504-c69909813dd2/snap", "metadata": {}}], "self": "/v2/images/9a67be54-b562-468c-8504-c69909813dd2", "min_disk": 0, "protected": false, "id": "9a67be54-b562-468c-8504-c69909813dd2", "file": "/v2/images/9a67be54-b562-468c-8504-c69909813dd2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fb227e5945c54ef08ed499afdabcc74e", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9a67be54-b562-468c-8504-c69909813dd2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image"} 2018-12-03 16:47:04,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image used request id req-ebd20e30-79b0-44d4-8327-15a22231b9b5 2018-12-03 16:47:04,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:04,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-12e598ad-2bef-4108-95af-b2e864f5da75 Date: Mon, 03 Dec 2018 16:47: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-12-03 16:47:04,188 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-12e598ad-2bef-4108-95af-b2e864f5da75 2018-12-03 16:47:04,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" -d '{"server": {"name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "imageRef": "9a67be54-b562-468c-8504-c69909813dd2", "flavorRef": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "max_count": 1, "min_count": 1, "networks": [{"port": "d355c237-cbf8-4f81-9c35-6fee59fe8ed5"}]}}' 2018-12-03 16:47:05,472 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:47:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bb6cc523-b2f2-4bf7-9308-02bd1cc12a95 x-compute-request-id: req-bb6cc523-b2f2-4bf7-9308-02bd1cc12a95 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "adminPass": "N8Rtu8eTrmWx"}} 2018-12-03 16:47:05,472 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-bb6cc523-b2f2-4bf7-9308-02bd1cc12a95 2018-12-03 16:47:05,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:05,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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,Accept-Encoding x-openstack-request-id: req-ed731107-4c9f-4f93-aaad-023e98ba4556 x-compute-request-id: req-ed731107-4c9f-4f93-aaad-023e98ba4556 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.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "image": {"id": "9a67be54-b562-468c-8504-c69909813dd2", "links": [{"href": "http://172.30.9.30:8774/images/9a67be54-b562-468c-8504-c69909813dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}]}, "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "user_id": "028c0330c93944f38005a9742877ccbc", "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-12-03T16:47:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "created": "2018-12-03T16:47:05Z", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:05,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-ed731107-4c9f-4f93-aaad-023e98ba4556 2018-12-03 16:47:05,831 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst 2018-12-03 16:47:05,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:06,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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,Accept-Encoding x-openstack-request-id: req-f341555b-c105-41d8-b24d-a19148014585 x-compute-request-id: req-f341555b-c105-41d8-b24d-a19148014585 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.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "image": {"id": "9a67be54-b562-468c-8504-c69909813dd2", "links": [{"href": "http://172.30.9.30:8774/images/9a67be54-b562-468c-8504-c69909813dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}]}, "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "user_id": "028c0330c93944f38005a9742877ccbc", "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-12-03T16:47:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "created": "2018-12-03T16:47:05Z", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:06,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-f341555b-c105-41d8-b24d-a19148014585 2018-12-03 16:47:06,173 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst] is - BUILD 2018-12-03 16:47:06,173 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:47:09,176 - create_instance - DEBUG - VM status query timeout in 896.654422045 2018-12-03 16:47:09,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:09,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-be9db31a-182e-4078-8839-d0d2472f874f x-compute-request-id: req-be9db31a-182e-4078-8839-d0d2472f874f 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.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "image": {"id": "9a67be54-b562-468c-8504-c69909813dd2", "links": [{"href": "http://172.30.9.30:8774/images/9a67be54-b562-468c-8504-c69909813dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}]}, "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "security_groups": [{"name": "default"}], "user_id": "028c0330c93944f38005a9742877ccbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:47:07Z", "hostId": "bde8de722715b6a0eb4a79b44b89bd78605acde5af1d3ce74993a255", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "created": "2018-12-03T16:47:05Z", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:09,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-be9db31a-182e-4078-8839-d0d2472f874f 2018-12-03 16:47:09,781 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst] is - BUILD 2018-12-03 16:47:09,781 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:47:12,784 - create_instance - DEBUG - VM status query timeout in 893.046711922 2018-12-03 16:47:12,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:13,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-b1340594-b58d-41e7-a066-2d741ed2f06f x-compute-request-id: req-b1340594-b58d-41e7-a066-2d741ed2f06f Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e7:0c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "image": {"id": "9a67be54-b562-468c-8504-c69909813dd2", "links": [{"href": "http://172.30.9.30:8774/images/9a67be54-b562-468c-8504-c69909813dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:47:11.000000", "flavor": {"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}]}, "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "security_groups": [{"name": "default"}], "user_id": "028c0330c93944f38005a9742877ccbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:11Z", "hostId": "bde8de722715b6a0eb4a79b44b89bd78605acde5af1d3ce74993a255", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "created": "2018-12-03T16:47:05Z", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:13,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-b1340594-b58d-41e7-a066-2d741ed2f06f 2018-12-03 16:47:13,519 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst] is - ACTIVE 2018-12-03 16:47:13,519 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:47:13,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:13,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47: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-b3dcb160-b7f0-498a-8a61-459f79eccf09 x-compute-request-id: req-b3dcb160-b7f0-498a-8a61-459f79eccf09 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e7:0c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "image": {"id": "9a67be54-b562-468c-8504-c69909813dd2", "links": [{"href": "http://172.30.9.30:8774/images/9a67be54-b562-468c-8504-c69909813dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:47:11.000000", "flavor": {"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}]}, "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "security_groups": [{"name": "default"}], "user_id": "028c0330c93944f38005a9742877ccbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:11Z", "hostId": "bde8de722715b6a0eb4a79b44b89bd78605acde5af1d3ce74993a255", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "created": "2018-12-03T16:47:05Z", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:13,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-b3dcb160-b7f0-498a-8a61-459f79eccf09 2018-12-03 16:47:13,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:14,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c311aff5-d3e5-4862-84af-9ec154146485 Date: Mon, 03 Dec 2018 16:47: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":["269b6b16-8103-4fbb-a490-dd026a65dbbd"],"updated_at":"2018-12-03T16:46:54Z","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb227e5945c54ef08ed499afdabcc74e","id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net"}]} 2018-12-03 16:47:14,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net used request id req-c311aff5-d3e5-4862-84af-9ec154146485 2018-12-03 16:47:14,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:14,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-163d2e94-2d6e-4bed-9347-f4bee3a3e1c7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e"}, "enabled": true, "id": "fb227e5945c54ef08ed499afdabcc74e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}} 2018-12-03 16:47:14,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e used request id req-163d2e94-2d6e-4bed-9347-f4bee3a3e1c7 2018-12-03 16:47:14,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:14,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-20c7df6d-63c6-479d-a0a8-cca153b9e876 Date: Mon, 03 Dec 2018 16:47:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:54Z","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":"fb227e5945c54ef08ed499afdabcc74e","id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet"}]} 2018-12-03 16:47:14,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-20c7df6d-63c6-479d-a0a8-cca153b9e876 2018-12-03 16:47:14,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:14,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-485fd6fe-3fd8-493a-9f32-e12c000159b2 Date: Mon, 03 Dec 2018 16:47:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.3"}],"id":"0c450b26-c55c-4ee8-abf6-dd1d6ce1ff1b","security_groups":[],"mac_address":"fa:16:3e:1d:95:e7","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.4"}],"id":"1a1d775e-0f52-4fcc-bfec-53651b47cb34","security_groups":[],"mac_address":"fa:16:3e:1f:7c:84","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.2"}],"id":"36c1caff-a3c3-40ab-bd7a-63fd63f03359","security_groups":[],"mac_address":"fa:16:3e:72:1b:2e","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.9"}],"id":"d355c237-cbf8-4f81-9c35-6fee59fe8ed5","security_groups":["016bf5cb-6327-448a-a5cc-c525ded7e3c8"],"mac_address":"fa:16:3e:50:e7:0c","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:47:02Z","binding:vnic_type":"normal","device_id":"bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149"}]} 2018-12-03 16:47:14,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-485fd6fe-3fd8-493a-9f32-e12c000159b2 2018-12-03 16:47:14,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:15,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89fa9cea-a4bd-4b9d-81ea-5ebc071c2313 x-compute-request-id: req-89fa9cea-a4bd-4b9d-81ea-5ebc071c2313 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e7:0c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "image": {"id": "9a67be54-b562-468c-8504-c69909813dd2", "links": [{"href": "http://172.30.9.30:8774/images/9a67be54-b562-468c-8504-c69909813dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:47:11.000000", "flavor": {"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}]}, "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "security_groups": [{"name": "default"}], "user_id": "028c0330c93944f38005a9742877ccbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:11Z", "hostId": "bde8de722715b6a0eb4a79b44b89bd78605acde5af1d3ce74993a255", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "created": "2018-12-03T16:47:05Z", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:15,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-89fa9cea-a4bd-4b9d-81ea-5ebc071c2313 2018-12-03 16:47:15,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:15,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-62193b99-7511-44e9-bff6-c229e8827c31 Date: Mon, 03 Dec 2018 16:47: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":["269b6b16-8103-4fbb-a490-dd026a65dbbd"],"updated_at":"2018-12-03T16:46:54Z","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb227e5945c54ef08ed499afdabcc74e","id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net"}]} 2018-12-03 16:47:15,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net used request id req-62193b99-7511-44e9-bff6-c229e8827c31 2018-12-03 16:47:15,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:15,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-988852ab-b372-4f10-b70f-b94a19d10e6f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e"}, "enabled": true, "id": "fb227e5945c54ef08ed499afdabcc74e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}} 2018-12-03 16:47:15,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e used request id req-988852ab-b372-4f10-b70f-b94a19d10e6f 2018-12-03 16:47:15,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:15,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-36eac10d-65d0-491f-8c17-9bee2699026f Date: Mon, 03 Dec 2018 16:47:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:54Z","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":"fb227e5945c54ef08ed499afdabcc74e","id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet"}]} 2018-12-03 16:47:15,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-36eac10d-65d0-491f-8c17-9bee2699026f 2018-12-03 16:47:15,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:15,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-be3ad6c3-8abe-491d-b927-a3b6c80c76f0 Date: Mon, 03 Dec 2018 16:47:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.3"}],"id":"0c450b26-c55c-4ee8-abf6-dd1d6ce1ff1b","security_groups":[],"mac_address":"fa:16:3e:1d:95:e7","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.4"}],"id":"1a1d775e-0f52-4fcc-bfec-53651b47cb34","security_groups":[],"mac_address":"fa:16:3e:1f:7c:84","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.2"}],"id":"36c1caff-a3c3-40ab-bd7a-63fd63f03359","security_groups":[],"mac_address":"fa:16:3e:72:1b:2e","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.9"}],"id":"d355c237-cbf8-4f81-9c35-6fee59fe8ed5","security_groups":["016bf5cb-6327-448a-a5cc-c525ded7e3c8"],"mac_address":"fa:16:3e:50:e7:0c","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:47:02Z","binding:vnic_type":"normal","device_id":"bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149"}]} 2018-12-03 16:47:15,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-be3ad6c3-8abe-491d-b927-a3b6c80c76f0 2018-12-03 16:47:15,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:47:15,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ad765ac5b4342529cd278d09abf931c", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj-role"}], "expires_at": "2018-12-03T17:47:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb227e5945c54ef08ed499afdabcc74e", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/fb227e5945c54ef08ed499afdabcc74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-user", "id": "028c0330c93944f38005a9742877ccbc"}, "audit_ids": ["wTtAc8_WSWqrwVV7LFTdeQ"], "issued_at": "2018-12-03T16:47:15.000000Z"}} 2018-12-03 16:47:15,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df7900ea1de3a4f1002fc9280ba458803780dff6" 2018-12-03 16:47:16,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-4c3f7c64-cba2-450f-9993-5e45c876ad2e x-compute-request-id: req-4c3f7c64-cba2-450f-9993-5e45c876ad2e Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e7:0c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "image": {"id": "9a67be54-b562-468c-8504-c69909813dd2", "links": [{"href": "http://172.30.9.30:8774/images/9a67be54-b562-468c-8504-c69909813dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:47:11.000000", "flavor": {"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}]}, "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "security_groups": [{"name": "default"}], "user_id": "028c0330c93944f38005a9742877ccbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:11Z", "hostId": "bde8de722715b6a0eb4a79b44b89bd78605acde5af1d3ce74993a255", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "created": "2018-12-03T16:47:05Z", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:16,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-4c3f7c64-cba2-450f-9993-5e45c876ad2e 2018-12-03 16:47:16,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:17,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-275a86df-4dab-4aa1-80b9-ca34187a4896 x-compute-request-id: req-275a86df-4dab-4aa1-80b9-ca34187a4896 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e7:0c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "image": {"id": "9a67be54-b562-468c-8504-c69909813dd2", "links": [{"href": "http://172.30.9.30:8774/images/9a67be54-b562-468c-8504-c69909813dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:47:11.000000", "flavor": {"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}]}, "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "security_groups": [{"name": "default"}], "user_id": "028c0330c93944f38005a9742877ccbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:11Z", "hostId": "bde8de722715b6a0eb4a79b44b89bd78605acde5af1d3ce74993a255", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "created": "2018-12-03T16:47:05Z", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:17,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-275a86df-4dab-4aa1-80b9-ca34187a4896 2018-12-03 16:47:17,142 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst] is - ACTIVE 2018-12-03 16:47:17,142 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:47:17,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:17,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-f9af538e-7068-4d02-9976-907b2d802bff x-compute-request-id: req-f9af538e-7068-4d02-9976-907b2d802bff Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e7:0c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "image": {"id": "9a67be54-b562-468c-8504-c69909813dd2", "links": [{"href": "http://172.30.9.30:8774/images/9a67be54-b562-468c-8504-c69909813dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:47:11.000000", "flavor": {"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}]}, "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "security_groups": [{"name": "default"}], "user_id": "028c0330c93944f38005a9742877ccbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:11Z", "hostId": "bde8de722715b6a0eb4a79b44b89bd78605acde5af1d3ce74993a255", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "created": "2018-12-03T16:47:05Z", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:17,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-f9af538e-7068-4d02-9976-907b2d802bff 2018-12-03 16:47:17,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:17,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5d20b19d-1418-4fc4-a037-1c6bb432475c Date: Mon, 03 Dec 2018 16:47: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":["269b6b16-8103-4fbb-a490-dd026a65dbbd"],"updated_at":"2018-12-03T16:46:54Z","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb227e5945c54ef08ed499afdabcc74e","id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net"}]} 2018-12-03 16:47:17,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net used request id req-5d20b19d-1418-4fc4-a037-1c6bb432475c 2018-12-03 16:47:17,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:17,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acd6b00a-2e20-4469-a127-f5fb60c5dda8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e"}, "enabled": true, "id": "fb227e5945c54ef08ed499afdabcc74e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}} 2018-12-03 16:47:17,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e used request id req-acd6b00a-2e20-4469-a127-f5fb60c5dda8 2018-12-03 16:47:17,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:18,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-32bc2237-ca73-4bf6-9da7-1cbee11f4510 Date: Mon, 03 Dec 2018 16:47:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:54Z","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":"fb227e5945c54ef08ed499afdabcc74e","id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet"}]} 2018-12-03 16:47:18,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-32bc2237-ca73-4bf6-9da7-1cbee11f4510 2018-12-03 16:47:18,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:18,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-014c5ca1-5c4a-4ab0-925e-1a7360004c5b Date: Mon, 03 Dec 2018 16:47:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.3"}],"id":"0c450b26-c55c-4ee8-abf6-dd1d6ce1ff1b","security_groups":[],"mac_address":"fa:16:3e:1d:95:e7","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.4"}],"id":"1a1d775e-0f52-4fcc-bfec-53651b47cb34","security_groups":[],"mac_address":"fa:16:3e:1f:7c:84","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.2"}],"id":"36c1caff-a3c3-40ab-bd7a-63fd63f03359","security_groups":[],"mac_address":"fa:16:3e:72:1b:2e","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.9"}],"id":"d355c237-cbf8-4f81-9c35-6fee59fe8ed5","security_groups":["016bf5cb-6327-448a-a5cc-c525ded7e3c8"],"mac_address":"fa:16:3e:50:e7:0c","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:47:02Z","binding:vnic_type":"normal","device_id":"bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149"}]} 2018-12-03 16:47:18,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-014c5ca1-5c4a-4ab0-925e-1a7360004c5b 2018-12-03 16:47:18,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:18,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47: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-b149b0a8-17d4-40e2-aaa1-f109b948a7b9 x-compute-request-id: req-b149b0a8-17d4-40e2-aaa1-f109b948a7b9 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e7:0c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "image": {"id": "9a67be54-b562-468c-8504-c69909813dd2", "links": [{"href": "http://172.30.9.30:8774/images/9a67be54-b562-468c-8504-c69909813dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:47:11.000000", "flavor": {"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}]}, "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "security_groups": [{"name": "default"}], "user_id": "028c0330c93944f38005a9742877ccbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:11Z", "hostId": "bde8de722715b6a0eb4a79b44b89bd78605acde5af1d3ce74993a255", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "created": "2018-12-03T16:47:05Z", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:18,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-b149b0a8-17d4-40e2-aaa1-f109b948a7b9 2018-12-03 16:47:18,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:18,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-41e9429a-570c-413c-ad21-2975d47b6876 Date: Mon, 03 Dec 2018 16: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":["269b6b16-8103-4fbb-a490-dd026a65dbbd"],"updated_at":"2018-12-03T16:46:54Z","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb227e5945c54ef08ed499afdabcc74e","id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net"}]} 2018-12-03 16:47:18,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net used request id req-41e9429a-570c-413c-ad21-2975d47b6876 2018-12-03 16:47:18,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:18,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a41a2f8-d36b-43a9-8e5d-37dde3e8fa1f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e"}, "enabled": true, "id": "fb227e5945c54ef08ed499afdabcc74e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}} 2018-12-03 16:47:18,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e used request id req-6a41a2f8-d36b-43a9-8e5d-37dde3e8fa1f 2018-12-03 16:47:18,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:18,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8c35d4d9-36f0-4f1d-b37e-f323c1eda9e3 Date: Mon, 03 Dec 2018 16:47:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:54Z","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":"fb227e5945c54ef08ed499afdabcc74e","id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet"}]} 2018-12-03 16:47:18,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-8c35d4d9-36f0-4f1d-b37e-f323c1eda9e3 2018-12-03 16:47:18,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:18,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-1db478bc-a3c5-4d2b-8cfa-fc0911dc5162 Date: Mon, 03 Dec 2018 16:47:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.3"}],"id":"0c450b26-c55c-4ee8-abf6-dd1d6ce1ff1b","security_groups":[],"mac_address":"fa:16:3e:1d:95:e7","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.4"}],"id":"1a1d775e-0f52-4fcc-bfec-53651b47cb34","security_groups":[],"mac_address":"fa:16:3e:1f:7c:84","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.2"}],"id":"36c1caff-a3c3-40ab-bd7a-63fd63f03359","security_groups":[],"mac_address":"fa:16:3e:72:1b:2e","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.9"}],"id":"d355c237-cbf8-4f81-9c35-6fee59fe8ed5","security_groups":["016bf5cb-6327-448a-a5cc-c525ded7e3c8"],"mac_address":"fa:16:3e:50:e7:0c","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:47:02Z","binding:vnic_type":"normal","device_id":"bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149"}]} 2018-12-03 16:47:18,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-1db478bc-a3c5-4d2b-8cfa-fc0911dc5162 2018-12-03 16:47:18,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-name"}}' 2018-12-03 16:47:19,484 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:47: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-9dfd16ec-57d5-4940-aa0e-fcee83ca7fb6 x-compute-request-id: req-9dfd16ec-57d5-4940-aa0e-fcee83ca7fb6 Content-Length: 199 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-name not associated with the instance bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "code": 404}} 2018-12-03 16:47:19,484 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149/action used request id req-9dfd16ec-57d5-4940-aa0e-fcee83ca7fb6 2018-12-03 16:47:19,484 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-name not associated with the instance bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 (HTTP 404) (Request-ID: req-9dfd16ec-57d5-4940-aa0e-fcee83ca7fb6) 2018-12-03 16:47:19,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:19,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-9eb66258-a245-46eb-85ad-eb00b70c3abe x-compute-request-id: req-9eb66258-a245-46eb-85ad-eb00b70c3abe Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e7:0c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "image": {"id": "9a67be54-b562-468c-8504-c69909813dd2", "links": [{"href": "http://172.30.9.30:8774/images/9a67be54-b562-468c-8504-c69909813dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:47:11.000000", "flavor": {"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}]}, "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "security_groups": [{"name": "default"}], "user_id": "028c0330c93944f38005a9742877ccbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:11Z", "hostId": "bde8de722715b6a0eb4a79b44b89bd78605acde5af1d3ce74993a255", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "created": "2018-12-03T16:47:05Z", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:19,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-9eb66258-a245-46eb-85ad-eb00b70c3abe 2018-12-03 16:47:19,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:20,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e43a9c5d-9048-495b-8b39-9bb7a1a45535 Date: Mon, 03 Dec 2018 16:47: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":["269b6b16-8103-4fbb-a490-dd026a65dbbd"],"updated_at":"2018-12-03T16:46:54Z","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb227e5945c54ef08ed499afdabcc74e","id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net"}]} 2018-12-03 16:47:20,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net used request id req-e43a9c5d-9048-495b-8b39-9bb7a1a45535 2018-12-03 16:47:20,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:20,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee992948-a2ff-4112-a29b-a3aec0568d14 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e"}, "enabled": true, "id": "fb227e5945c54ef08ed499afdabcc74e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}} 2018-12-03 16:47:20,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e used request id req-ee992948-a2ff-4112-a29b-a3aec0568d14 2018-12-03 16:47:20,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:20,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fa3aac13-84ab-4236-a936-096221f4cd93 Date: Mon, 03 Dec 2018 16:47:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","dns_nameservers":[],"updated_at":"2018-12-03T16:46:54Z","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":"fb227e5945c54ef08ed499afdabcc74e","id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet"}]} 2018-12-03 16:47:20,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-fa3aac13-84ab-4236-a936-096221f4cd93 2018-12-03 16:47:20,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:20,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-b2f4a4cf-5f48-42d4-a90f-a6d63c2c77e2 Date: Mon, 03 Dec 2018 16:47:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.3"}],"id":"0c450b26-c55c-4ee8-abf6-dd1d6ce1ff1b","security_groups":[],"mac_address":"fa:16:3e:1d:95:e7","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.4"}],"id":"1a1d775e-0f52-4fcc-bfec-53651b47cb34","security_groups":[],"mac_address":"fa:16:3e:1f:7c:84","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:46:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.2"}],"id":"36c1caff-a3c3-40ab-bd7a-63fd63f03359","security_groups":[],"mac_address":"fa:16:3e:72:1b:2e","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:46:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-03c86d3f-8f6f-4900-ae0e-4b6cd761066e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"269b6b16-8103-4fbb-a490-dd026a65dbbd","ip_address":"10.55.0.9"}],"id":"d355c237-cbf8-4f81-9c35-6fee59fe8ed5","security_groups":["016bf5cb-6327-448a-a5cc-c525ded7e3c8"],"mac_address":"fa:16:3e:50:e7:0c","project_id":"fb227e5945c54ef08ed499afdabcc74e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port","admin_state_up":true,"network_id":"03c86d3f-8f6f-4900-ae0e-4b6cd761066e","tenant_id":"fb227e5945c54ef08ed499afdabcc74e","created_at":"2018-12-03T16:47:02Z","binding:vnic_type":"normal","device_id":"bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149"}]} 2018-12-03 16:47:20,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-b2f4a4cf-5f48-42d4-a90f-a6d63c2c77e2 2018-12-03 16:47:20,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df7900ea1de3a4f1002fc9280ba458803780dff6" 2018-12-03 16:47:21,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-ab1f380c-1bf2-448a-8439-00da7d2a2beb x-compute-request-id: req-ab1f380c-1bf2-448a-8439-00da7d2a2beb Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e7:0c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "image": {"id": "9a67be54-b562-468c-8504-c69909813dd2", "links": [{"href": "http://172.30.9.30:8774/images/9a67be54-b562-468c-8504-c69909813dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:47:11.000000", "flavor": {"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}]}, "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "security_groups": [{"name": "default"}], "user_id": "028c0330c93944f38005a9742877ccbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:11Z", "hostId": "bde8de722715b6a0eb4a79b44b89bd78605acde5af1d3ce74993a255", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "created": "2018-12-03T16:47:05Z", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:21,137 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-ab1f380c-1bf2-448a-8439-00da7d2a2beb 2018-12-03 16:47:21,137 - create_instance - INFO - Deleting Port with ID - d355c237-cbf8-4f81-9c35-6fee59fe8ed5 2018-12-03 16:47:21,137 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-port 2018-12-03 16:47:21,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/d355c237-cbf8-4f81-9c35-6fee59fe8ed5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:21,624 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-348d9ba5-a866-4787-a5f1-f884a3b44035 Date: Mon, 03 Dec 2018 16:47:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:47:21,625 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/d355c237-cbf8-4f81-9c35-6fee59fe8ed5 used request id req-348d9ba5-a866-4787-a5f1-f884a3b44035 2018-12-03 16:47:21,625 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst 2018-12-03 16:47:21,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:21,796 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-cbd6a2e8-5214-48b6-bc33-db9e5209d6ae x-compute-request-id: req-cbd6a2e8-5214-48b6-bc33-db9e5209d6ae Content-Type: application/json 2018-12-03 16:47:21,796 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-cbd6a2e8-5214-48b6-bc33-db9e5209d6ae 2018-12-03 16:47:21,796 - create_instance - INFO - Checking deletion status 2018-12-03 16:47:21,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:22,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-9820639c-f9b7-4bae-acda-51ec6fc55473 x-compute-request-id: req-9820639c-f9b7-4bae-acda-51ec6fc55473 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e7:0c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "image": {"id": "9a67be54-b562-468c-8504-c69909813dd2", "links": [{"href": "http://172.30.9.30:8774/images/9a67be54-b562-468c-8504-c69909813dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:47:11.000000", "flavor": {"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}]}, "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "user_id": "028c0330c93944f38005a9742877ccbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:21Z", "hostId": "bde8de722715b6a0eb4a79b44b89bd78605acde5af1d3ce74993a255", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "created": "2018-12-03T16:47:05Z", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:22,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-9820639c-f9b7-4bae-acda-51ec6fc55473 2018-12-03 16:47:22,184 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst] is - ACTIVE 2018-12-03 16:47:22,184 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:47:25,187 - create_instance - DEBUG - VM status query timeout in 296.609025002 2018-12-03 16:47:25,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:25,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-219b7cd6-912a-4c1f-9781-a4967755cd2a x-compute-request-id: req-219b7cd6-912a-4c1f-9781-a4967755cd2a 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.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "rel": "bookmark"}], "image": {"id": "9a67be54-b562-468c-8504-c69909813dd2", "links": [{"href": "http://172.30.9.30:8774/images/9a67be54-b562-468c-8504-c69909813dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:47:11.000000", "flavor": {"id": "38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "links": [{"href": "http://172.30.9.30:8774/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5", "rel": "bookmark"}]}, "id": "bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149", "user_id": "028c0330c93944f38005a9742877ccbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:21Z", "hostId": "bde8de722715b6a0eb4a79b44b89bd78605acde5af1d3ce74993a255", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst", "created": "2018-12-03T16:47:05Z", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:25,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-219b7cd6-912a-4c1f-9781-a4967755cd2a 2018-12-03 16:47:25,284 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst] is - ACTIVE 2018-12-03 16:47:25,284 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:47:28,286 - create_instance - DEBUG - VM status query timeout in 293.510311127 2018-12-03 16:47:28,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb040882acf46c95d078337bfb2ab40a8ce6e2" 2018-12-03 16:47:28,340 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:47: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-6e1fa65e-fa8c-42cd-96b7-47073d02af84 x-compute-request-id: req-6e1fa65e-fa8c-42cd-96b7-47073d02af84 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 could not be found.", "code": 404}} 2018-12-03 16:47:28,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 used request id req-6e1fa65e-fa8c-42cd-96b7-47073d02af84 2018-12-03 16:47:28,341 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance bcf07e17-7e9b-41b2-a9c5-6bcdab0b9149 could not be found. (HTTP 404) (Request-ID: req-6e1fa65e-fa8c-42cd-96b7-47073d02af84) 2018-12-03 16:47:28,341 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-inst 2018-12-03 16:47:28,342 - neutron_utils - INFO - Deleting security group rule with ID - 88ffb01a-a63e-4b20-9b39-e16691f70e7e 2018-12-03 16:47:28,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/88ffb01a-a63e-4b20-9b39-e16691f70e7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3cffed1d540546353415abd5139cb4ae704045" 2018-12-03 16:47:28,628 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2ce010ed-4463-449f-b8f8-01d76eb2ef36 Content-Length: 0 Date: Mon, 03 Dec 2018 16:47:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:47:28,628 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/88ffb01a-a63e-4b20-9b39-e16691f70e7e used request id req-2ce010ed-4463-449f-b8f8-01d76eb2ef36 2018-12-03 16:47:28,628 - neutron_utils - INFO - Deleting security group rule with ID - c9f00030-9dd3-41ec-b8bb-41c73c2b83f2 2018-12-03 16:47:28,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/c9f00030-9dd3-41ec-b8bb-41c73c2b83f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3cffed1d540546353415abd5139cb4ae704045" 2018-12-03 16:47:28,925 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-76dd3de4-de4b-4cfe-aa47-69749656dc9e Content-Length: 0 Date: Mon, 03 Dec 2018 16:47:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:47:28,925 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/c9f00030-9dd3-41ec-b8bb-41c73c2b83f2 used request id req-76dd3de4-de4b-4cfe-aa47-69749656dc9e 2018-12-03 16:47:28,925 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-name 2018-12-03 16:47:28,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/e04a0e4c-868d-45a5-be5c-f61533a07eb9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3cffed1d540546353415abd5139cb4ae704045" 2018-12-03 16:47:29,256 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fe08f0dc-23b9-48c7-9cf1-0dbd1bef0710 Content-Length: 0 Date: Mon, 03 Dec 2018 16:47:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:47:29,256 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/e04a0e4c-868d-45a5-be5c-f61533a07eb9 used request id req-fe08f0dc-23b9-48c7-9cf1-0dbd1bef0710 2018-12-03 16:47:29,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bf09a67e62f84521a4a63f21278c6ad216c96c4" 2018-12-03 16:47:29,311 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:47: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-b069fadd-71b5-44f8-8b14-6b20684a531e x-compute-request-id: req-b069fadd-71b5-44f8-8b14-6b20684a531e Content-Length: 0 Content-Type: application/json 2018-12-03 16:47:29,311 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/38e4a01f-6e1c-4651-9790-e5c8eeb505b5 used request id req-b069fadd-71b5-44f8-8b14-6b20684a531e 2018-12-03 16:47:29,312 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet 2018-12-03 16:47:29,312 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-subnet 2018-12-03 16:47:29,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/269b6b16-8103-4fbb-a490-dd026a65dbbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a5cac4749ca149c985cf8f5b3b1c97b6a5358f" 2018-12-03 16:47:31,620 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf60954b-280c-40a7-b162-74336675711a Date: Mon, 03 Dec 2018 16:47:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:47:31,621 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/269b6b16-8103-4fbb-a490-dd026a65dbbd used request id req-cf60954b-280c-40a7-b162-74336675711a 2018-12-03 16:47:31,621 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-pub-net 2018-12-03 16:47:31,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/03c86d3f-8f6f-4900-ae0e-4b6cd761066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a5cac4749ca149c985cf8f5b3b1c97b6a5358f" 2018-12-03 16:47:33,038 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f64fda11-4af3-4b9d-8cfe-fc2473e2038e Date: Mon, 03 Dec 2018 16:47:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:47:33,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/03c86d3f-8f6f-4900-ae0e-4b6cd761066e used request id req-f64fda11-4af3-4b9d-8cfe-fc2473e2038e 2018-12-03 16:47:33,039 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-8d359cf4-c9e3-4175-b015-a36e1177a4e9-image 2018-12-03 16:47:33,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/9a67be54-b562-468c-8504-c69909813dd2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e39cba6c839646ce05841908de7f54ef2118bbbb" 2018-12-03 16:47:34,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a46192fb-6091-4571-a59c-bf6ff7aa940a Date: Mon, 03 Dec 2018 16:47:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:47:34,651 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/9a67be54-b562-468c-8504-c69909813dd2 used request id req-a46192fb-6091-4571-a59c-bf6ff7aa940a 2018-12-03 16:47:34,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" 2018-12-03 16:47:34,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-356490ba-6cdb-4265-bf73-1ec27937b5cd Date: Mon, 03 Dec 2018 16:47:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:53Z", "updated_at": "2018-12-03T16:46:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:53Z", "revision_number": 0, "id": "1a1b9e0b-b3d1-46c1-a695-a9b0752f1063", "remote_group_id": "016bf5cb-6327-448a-a5cc-c525ded7e3c8", "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:53Z", "security_group_id": "016bf5cb-6327-448a-a5cc-c525ded7e3c8", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb227e5945c54ef08ed499afdabcc74e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:53Z", "revision_number": 0, "id": "b69d357a-2719-4ea2-b824-360f5286d7a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:53Z", "security_group_id": "016bf5cb-6327-448a-a5cc-c525ded7e3c8", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb227e5945c54ef08ed499afdabcc74e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:53Z", "revision_number": 0, "id": "f364df9f-b809-4272-9b1e-247a412266bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:53Z", "security_group_id": "016bf5cb-6327-448a-a5cc-c525ded7e3c8", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb227e5945c54ef08ed499afdabcc74e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:46:53Z", "revision_number": 0, "id": "f97f905d-1b4a-4625-b421-1dc78f33d145", "remote_group_id": "016bf5cb-6327-448a-a5cc-c525ded7e3c8", "remote_ip_prefix": null, "created_at": "2018-12-03T16:46:53Z", "security_group_id": "016bf5cb-6327-448a-a5cc-c525ded7e3c8", "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb227e5945c54ef08ed499afdabcc74e"}], "revision_number": 4, "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "016bf5cb-6327-448a-a5cc-c525ded7e3c8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:47:34,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-356490ba-6cdb-4265-bf73-1ec27937b5cd 2018-12-03 16:47:34,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" 2018-12-03 16:47:34,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17505c63-56dc-4935-90fb-1ff85008c73c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e"}, "enabled": true, "id": "fb227e5945c54ef08ed499afdabcc74e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj"}} 2018-12-03 16:47:34,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e used request id req-17505c63-56dc-4935-90fb-1ff85008c73c 2018-12-03 16:47:34,964 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 016bf5cb-6327-448a-a5cc-c525ded7e3c8 2018-12-03 16:47:34,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=016bf5cb-6327-448a-a5cc-c525ded7e3c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" 2018-12-03 16:47:35,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e90b9e83-7c9c-4345-b12f-8cddc427e81f Date: Mon, 03 Dec 2018 16:47:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "016bf5cb-6327-448a-a5cc-c525ded7e3c8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:53Z", "security_group_id": "016bf5cb-6327-448a-a5cc-c525ded7e3c8", "port_range_min": null, "revision_number": 0, "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:53Z", "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "1a1b9e0b-b3d1-46c1-a695-a9b0752f1063"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:53Z", "security_group_id": "016bf5cb-6327-448a-a5cc-c525ded7e3c8", "port_range_min": null, "revision_number": 0, "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:53Z", "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "b69d357a-2719-4ea2-b824-360f5286d7a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:53Z", "security_group_id": "016bf5cb-6327-448a-a5cc-c525ded7e3c8", "port_range_min": null, "revision_number": 0, "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:53Z", "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "f364df9f-b809-4272-9b1e-247a412266bd"}, {"remote_group_id": "016bf5cb-6327-448a-a5cc-c525ded7e3c8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:46:53Z", "security_group_id": "016bf5cb-6327-448a-a5cc-c525ded7e3c8", "port_range_min": null, "revision_number": 0, "tenant_id": "fb227e5945c54ef08ed499afdabcc74e", "created_at": "2018-12-03T16:46:53Z", "project_id": "fb227e5945c54ef08ed499afdabcc74e", "id": "f97f905d-1b4a-4625-b421-1dc78f33d145"}]} 2018-12-03 16:47:35,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=016bf5cb-6327-448a-a5cc-c525ded7e3c8 used request id req-e90b9e83-7c9c-4345-b12f-8cddc427e81f 2018-12-03 16:47:35,139 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:47:35,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/016bf5cb-6327-448a-a5cc-c525ded7e3c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" 2018-12-03 16:47:35,426 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d7f5adc8-28e5-4b84-97f0-5d3fe822eb7b Content-Length: 0 Date: Mon, 03 Dec 2018 16:47:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:47:35,426 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/016bf5cb-6327-448a-a5cc-c525ded7e3c8 used request id req-d7f5adc8-28e5-4b84-97f0-5d3fe822eb7b 2018-12-03 16:47:35,427 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj 2018-12-03 16:47:35,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" 2018-12-03 16:47:35,632 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:47:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8142ad46-ba31-455e-914e-3674b324050b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:47:35,632 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/fb227e5945c54ef08ed499afdabcc74e used request id req-8142ad46-ba31-455e-914e-3674b324050b 2018-12-03 16:47:35,632 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-4b739bdb-396a-4e1-proj-role 2018-12-03 16:47:35,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/6ad765ac5b4342529cd278d09abf931c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" 2018-12-03 16:47:35,741 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:47:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ca80096-97a8-407e-8635-4f432d2e94d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:47:35,741 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/6ad765ac5b4342529cd278d09abf931c used request id req-5ca80096-97a8-407e-8635-4f432d2e94d2 2018-12-03 16:47:35,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843ce531e51e8150c732ea88f08e29503889b6ea" 2018-12-03 16:47:35,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3438cbc-b63d-41ac-a6ad-69fec7dc3b3d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:47:35,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f3438cbc-b63d-41ac-a6ad-69fec7dc3b3d 2018-12-03 16:47:35,832 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-4b739bdb-396a-4e1-user 2018-12-03 16:47:35,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/028c0330c93944f38005a9742877ccbc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda48eb07ad0b1d55f8a188de618fde0b731bbba" 2018-12-03 16:47:35,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:47:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29df3d44-2079-49c4-8c03-70c46c06c9cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:47:35,996 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/028c0330c93944f38005a9742877ccbc used request id req-29df3d44-2079-49c4-8c03-70c46c06c9cf 2018-12-03 16:47:35,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:47:36,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:47:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["nXtKPWktTyKOQQr_NaxWoA"], "issued_at": "2018-12-03T16:47:36.000000Z"}} 2018-12-03 16:47:36,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83cc2068f1fc3d2b040a9c1a89e30aff8b58aaf2" 2018-12-03 16:47:36,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb51ccc2-82bc-4944-a27e-5042edeb074e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:47:36,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-eb51ccc2-82bc-4944-a27e-5042edeb074e 2018-12-03 16:47:36,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:47:36,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:47:36,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:47:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["xUxf32ueRaiSW1nvALhodg"], "issued_at": "2018-12-03T16:47:36.000000Z"}} 2018-12-03 16:47:36,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" 2018-12-03 16:47:36,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc5ad567-e8fd-499b-83c8-cbf5168ab417 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:47:36,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bc5ad567-e8fd-499b-83c8-cbf5168ab417 2018-12-03 16:47:36,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:47:36,943 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:47: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:47:36,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" 2018-12-03 16:47:37,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58bcdea9-171c-494e-8e1c-80eef41d9a28 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:47:37,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj used request id req-58bcdea9-171c-494e-8e1c-80eef41d9a28 2018-12-03 16:47:37,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" 2018-12-03 16:47:37,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e384fe4d-4e38-4980-8c49-e05b5a415f5c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:47:37,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-e384fe4d-4e38-4980-8c49-e05b5a415f5c 2018-12-03 16:47:37,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj"}}' 2018-12-03 16:47:37,286 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:47:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3064104e-06e0-4e70-b00a-f152de07eec1 Content-Length: 312 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/82afdc85ef9b4c80a5d799a1cf1c7db2"}, "enabled": true, "id": "82afdc85ef9b4c80a5d799a1cf1c7db2", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj"}} 2018-12-03 16:47:37,286 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-3064104e-06e0-4e70-b00a-f152de07eec1 2018-12-03 16:47:37,286 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj 2018-12-03 16:47:37,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:47:37,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:47:37,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:47:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["6X9_n4C-RdiztLqJpH4s_g"], "issued_at": "2018-12-03T16:47:37.000000Z"}} 2018-12-03 16:47:37,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b21be217dd424744f1c269f8f4bb2027399c600" 2018-12-03 16:47:37,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1dd4ef8-bde4-43ae-96fe-b45b0f1ece8c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:47:37,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c1dd4ef8-bde4-43ae-96fe-b45b0f1ece8c 2018-12-03 16:47:37,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:47:37,756 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:47: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:47:37,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b21be217dd424744f1c269f8f4bb2027399c600" 2018-12-03 16:47:37,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76dc8490-27b4-41d7-ae61-e9f2dc1d8569 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:47:37,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-76dc8490-27b4-41d7-ae61-e9f2dc1d8569 2018-12-03 16:47:37,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b21be217dd424744f1c269f8f4bb2027399c600" 2018-12-03 16:47:37,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77d0742b-d244-4d69-a286-79f730c7a89f Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/82afdc85ef9b4c80a5d799a1cf1c7db2"}, "enabled": true, "id": "82afdc85ef9b4c80a5d799a1cf1c7db2", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj"}]} 2018-12-03 16:47:37,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj used request id req-77d0742b-d244-4d69-a286-79f730c7a89f 2018-12-03 16:47:37,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b21be217dd424744f1c269f8f4bb2027399c600" 2018-12-03 16:47:37,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac7609d5-074a-40a9-9274-4db51b8f63d1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:47:37,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-ac7609d5-074a-40a9-9274-4db51b8f63d1 2018-12-03 16:47:38,327 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-user 2018-12-03 16:47:38,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:47:38,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" 2018-12-03 16:47:38,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bb81d2e-989e-4686-ac70-35e7b38e6ef2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:47:38,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2bb81d2e-989e-4686-ac70-35e7b38e6ef2 2018-12-03 16:47:38,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" -d '{"role": {"name": "CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj-role"}}' 2018-12-03 16:47:38,531 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:47:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e53bb947-ce9f-47a2-a503-d47fa3ce2b7d Content-Length: 226 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bba238c974be4fcdb44c60cf5ba911e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/bba238c974be4fcdb44c60cf5ba911e3"}, "name": "CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj-role"}} 2018-12-03 16:47:38,531 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-e53bb947-ce9f-47a2-a503-d47fa3ce2b7d 2018-12-03 16:47:38,531 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj-role 2018-12-03 16:47:38,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/bba238c974be4fcdb44c60cf5ba911e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" 2018-12-03 16:47:38,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8ddecf3-fb87-43de-b64e-d1c1c081e816 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/bba238c974be4fcdb44c60cf5ba911e3"}, "domain_id": null, "name": "CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj-role", "id": "bba238c974be4fcdb44c60cf5ba911e3"}} 2018-12-03 16:47:38,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/bba238c974be4fcdb44c60cf5ba911e3 used request id req-b8ddecf3-fb87-43de-b64e-d1c1c081e816 2018-12-03 16:47:38,620 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj-role to project CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj 2018-12-03 16:47:38,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/82afdc85ef9b4c80a5d799a1cf1c7db2/users/9ab54be216ed4ae5962db340d519ed12/roles/bba238c974be4fcdb44c60cf5ba911e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" 2018-12-03 16:47:38,779 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:47:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-524aecff-c399-426d-b5fc-72d677ec6d86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:47:38,779 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/82afdc85ef9b4c80a5d799a1cf1c7db2/users/9ab54be216ed4ae5962db340d519ed12/roles/bba238c974be4fcdb44c60cf5ba911e3 used request id req-524aecff-c399-426d-b5fc-72d677ec6d86 2018-12-03 16:47:38,780 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:47:38,780 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:47:38,781 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:47:39,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:47:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["sYVg3s_hSGuxvC__rJxP3A"], "issued_at": "2018-12-03T16:47:39.000000Z"}} 2018-12-03 16:47:39,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a504de8fcdc7c78c33ff0d8e57d377c9d2674d" 2018-12-03 16:47:39,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69476fe1-76c4-4a3a-a761-83147c6cee84 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:47:39,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-69476fe1-76c4-4a3a-a761-83147c6cee84 2018-12-03 16:47:39,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a504de8fcdc7c78c33ff0d8e57d377c9d2674d" 2018-12-03 16:47:39,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fc64f7b6-0370-4c35-94b8-b53fde5fe69b Date: Mon, 03 Dec 2018 16:47:39 GMT RESP BODY: {"networks":[]} 2018-12-03 16:47:39,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-fc64f7b6-0370-4c35-94b8-b53fde5fe69b 2018-12-03 16:47:39,444 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net 2018-12-03 16:47:39,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a504de8fcdc7c78c33ff0d8e57d377c9d2674d" -d '{"network": {"name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net", "admin_state_up": true}}' 2018-12-03 16:47:39,888 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-59b6851b-2939-45df-aeec-87e4e97f8977 Date: Mon, 03 Dec 2018 16:47:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:47:39Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","mtu":1450}} 2018-12-03 16:47:39,889 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-59b6851b-2939-45df-aeec-87e4e97f8977 2018-12-03 16:47:39,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a504de8fcdc7c78c33ff0d8e57d377c9d2674d" 2018-12-03 16:47:40,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-cea83f60-8e0b-47a9-8dad-04e7c79164aa Date: Mon, 03 Dec 2018 16:47:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:47:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:47:40,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-cea83f60-8e0b-47a9-8dad-04e7c79164aa 2018-12-03 16:47:40,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a504de8fcdc7c78c33ff0d8e57d377c9d2674d" 2018-12-03 16:47:40,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6fd600d9-af5d-407d-a4d7-ea49845be40b Date: Mon, 03 Dec 2018 16:47:40 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:47:40,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-6fd600d9-af5d-407d-a4d7-ea49845be40b 2018-12-03 16:47:40,308 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet 2018-12-03 16:47:40,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a504de8fcdc7c78c33ff0d8e57d377c9d2674d" -d '{"subnets": [{"ip_version": 4, "network_id": "6d497214-8364-4652-9568-f0fc8f6f381b", "cidr": "10.55.0.0/24", "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]}' 2018-12-03 16:47:40,918 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-14bf49b6-4c7e-4267-9299-10f97b8f3fbe Date: Mon, 03 Dec 2018 16:47:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:47:40,919 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-14bf49b6-4c7e-4267-9299-10f97b8f3fbe 2018-12-03 16:47:40,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a504de8fcdc7c78c33ff0d8e57d377c9d2674d" 2018-12-03 16:47:41,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-77418ac9-3cd1-4405-af8d-dd1ac826f852 Date: Mon, 03 Dec 2018 16:47:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:47:41,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-77418ac9-3cd1-4405-af8d-dd1ac826f852 2018-12-03 16:47:41,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a504de8fcdc7c78c33ff0d8e57d377c9d2674d" 2018-12-03 16:47:41,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-2f5c33f7-873d-4ca7-b0ca-36604d268211 Date: Mon, 03 Dec 2018 16:47:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:47:41,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-2f5c33f7-873d-4ca7-b0ca-36604d268211 2018-12-03 16:47:41,364 - OpenStackNetwork - DEBUG - Network [6d497214-8364-4652-9568-f0fc8f6f381b] created successfully 2018-12-03 16:47:41,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:47:41,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:47:41,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:47:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["FGVpqD46SZyxej3K7nEeUw"], "issued_at": "2018-12-03T16:47:41.000000Z"}} 2018-12-03 16:47:41,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad343cea099c297c52fadd07e552e5afa662a4d" 2018-12-03 16:47:41,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a50ad54-ffea-480f-b914-6a04953dcf64 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:47:41,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2a50ad54-ffea-480f-b914-6a04953dcf64 2018-12-03 16:47:41,830 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:47:41,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad343cea099c297c52fadd07e552e5afa662a4d" 2018-12-03 16:47:42,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-d958f882-d19f-4d15-a21d-b1c916a4cbb1 x-compute-request-id: req-d958f882-d19f-4d15-a21d-b1c916a4cbb1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:47:42,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d958f882-d19f-4d15-a21d-b1c916a4cbb1 2018-12-03 16:47:42,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad343cea099c297c52fadd07e552e5afa662a4d" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-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-12-03 16:47:42,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47: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-7e9046e8-cf05-43f3-99f1-db5324bf6f46 x-compute-request-id: req-7e9046e8-cf05-43f3-99f1-db5324bf6f46 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c6c11096-6225-4672-acd0-8b7d4c814649", "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:47:42,087 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-7e9046e8-cf05-43f3-99f1-db5324bf6f46 2018-12-03 16:47:42,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:47:42,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:47:42,462 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bba238c974be4fcdb44c60cf5ba911e3", "name": "CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj-role"}], "expires_at": "2018-12-03T17:47:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82afdc85ef9b4c80a5d799a1cf1c7db2", "name": "CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/82afdc85ef9b4c80a5d799a1cf1c7db2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/82afdc85ef9b4c80a5d799a1cf1c7db2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/82afdc85ef9b4c80a5d799a1cf1c7db2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/82afdc85ef9b4c80a5d799a1cf1c7db2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/82afdc85ef9b4c80a5d799a1cf1c7db2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/82afdc85ef9b4c80a5d799a1cf1c7db2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/82afdc85ef9b4c80a5d799a1cf1c7db2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/82afdc85ef9b4c80a5d799a1cf1c7db2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/82afdc85ef9b4c80a5d799a1cf1c7db2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/82afdc85ef9b4c80a5d799a1cf1c7db2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/82afdc85ef9b4c80a5d799a1cf1c7db2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/82afdc85ef9b4c80a5d799a1cf1c7db2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-user", "id": "9ab54be216ed4ae5962db340d519ed12"}, "audit_ids": ["kFaDtXMYShKRtdZflnOlJw"], "issued_at": "2018-12-03T16:47:42.000000Z"}} 2018-12-03 16:47:42,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e86ce4f169de962144c84c52dd819b5a94804e0" 2018-12-03 16:47:42,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a946c643-31ff-49c9-b9a2-9ab1c3878389 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:47:42,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a946c643-31ff-49c9-b9a2-9ab1c3878389 2018-12-03 16:47:42,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e86ce4f169de962144c84c52dd819b5a94804e0" 2018-12-03 16:47:42,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 172 Content-Type: application/json X-Openstack-Request-Id: req-bd721573-38d0-42e1-9fa4-7f9486469817 Date: Mon, 03 Dec 2018 16:47:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image"} 2018-12-03 16:47:42,707 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image used request id req-bd721573-38d0-42e1-9fa4-7f9486469817 2018-12-03 16:47:42,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e86ce4f169de962144c84c52dd819b5a94804e0" 2018-12-03 16:47:42,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a697da65-42d9-44b8-9c38-8f2b3fb9fb7c Date: Mon, 03 Dec 2018 16:47:42 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-12-03 16:47:42,854 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-a697da65-42d9-44b8-9c38-8f2b3fb9fb7c 2018-12-03 16:47:42,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7e86ce4f169de962144c84c52dd819b5a94804e0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image"}' 2018-12-03 16:47:43,161 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 631 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86 X-Openstack-Request-Id: req-6cecd6fa-be19-49b7-b898-bfe66296ee54 Date: Mon, 03 Dec 2018 16:47:43 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:47:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:47:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86", "min_disk": 0, "protected": false, "id": "0b45d579-6b87-4372-804f-ba82546f0b86", "file": "/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86/file", "checksum": null, "owner": "82afdc85ef9b4c80a5d799a1cf1c7db2", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:47:43,161 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-6cecd6fa-be19-49b7-b898-bfe66296ee54 2018-12-03 16:47:43,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e86ce4f169de962144c84c52dd819b5a94804e0" -d '' 2018-12-03 16:47:44,404 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fe0d50b2-967c-42a1-93a0-6cb8e5225b6f Date: Mon, 03 Dec 2018 16:47:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:47:44,404 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86/file used request id req-fe0d50b2-967c-42a1-93a0-6cb8e5225b6f 2018-12-03 16:47:44,404 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:47:44,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e86ce4f169de962144c84c52dd819b5a94804e0" 2018-12-03 16:47:44,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-18d00749-e6fb-4c90-8005-218858ba0ac9 Date: Mon, 03 Dec 2018 16:47:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:47:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:47:44Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0b45d579-6b87-4372-804f-ba82546f0b86/snap", "metadata": {}}], "self": "/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86", "min_disk": 0, "protected": false, "id": "0b45d579-6b87-4372-804f-ba82546f0b86", "file": "/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "82afdc85ef9b4c80a5d799a1cf1c7db2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0b45d579-6b87-4372-804f-ba82546f0b86/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:47:44,557 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86 used request id req-18d00749-e6fb-4c90-8005-218858ba0ac9 2018-12-03 16:47:44,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e86ce4f169de962144c84c52dd819b5a94804e0" 2018-12-03 16:47:44,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-220f86a8-c2ad-48d6-ae06-0c0b4b73597e Date: Mon, 03 Dec 2018 16:47: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-12-03 16:47:44,567 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-220f86a8-c2ad-48d6-ae06-0c0b4b73597e 2018-12-03 16:47:44,569 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image 2018-12-03 16:47:44,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e86ce4f169de962144c84c52dd819b5a94804e0" 2018-12-03 16:47:44,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-0ce0ef34-6981-4dac-aa1e-8405f28ecab2 Date: Mon, 03 Dec 2018 16:47:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:47:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:47:44Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0b45d579-6b87-4372-804f-ba82546f0b86/snap", "metadata": {}}], "self": "/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86", "min_disk": 0, "protected": false, "id": "0b45d579-6b87-4372-804f-ba82546f0b86", "file": "/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "82afdc85ef9b4c80a5d799a1cf1c7db2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0b45d579-6b87-4372-804f-ba82546f0b86/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:47:44,732 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86 used request id req-0ce0ef34-6981-4dac-aa1e-8405f28ecab2 2018-12-03 16:47:44,732 - create_image - DEBUG - Instance status is - active 2018-12-03 16:47:44,733 - create_image - DEBUG - Image is active with name - CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image 2018-12-03 16:47:44,733 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image 2018-12-03 16:47:44,733 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:47:44,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-availability-zone/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83cc2068f1fc3d2b040a9c1a89e30aff8b58aaf2" 2018-12-03 16:47:45,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-aa40c1ee-149a-4308-981e-5929bb1d0ca1 x-compute-request-id: req-aa40c1ee-149a-4308-981e-5929bb1d0ca1 Content-Encoding: gzip Content-Length: 287 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-12-03T16:47:44.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-12-03T16:47:39.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-12-03T16:47:40.000000"}}, "overcloud-controller-0.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-12-03T16:47:37.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-12-03T16:47:36.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-12-03T16:47:44.000000"}}, "overcloud-controller-1.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-12-03T16:47:42.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-12-03T16:47:40.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-12-03T16:47:38.000000"}}}, "zoneName": "internal"}, {"zoneState": {"available": true}, "hosts": {"overcloud-novacompute-0.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-12-03T16:47:38.000000"}}, "overcloud-novacompute-1.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-12-03T16:47:42.000000"}}}, "zoneName": "nova"}]} 2018-12-03 16:47:45,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-availability-zone/detail used request id req-aa40c1ee-149a-4308-981e-5929bb1d0ca1 2018-12-03 16:47:45,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:47:45,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:47:45,442 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:47:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["7kK7ucHcSdeCt5zIizPG-Q"], "issued_at": "2018-12-03T16:47:45.000000Z"}} 2018-12-03 16:47:45,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:45,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8cff115-ef2e-47ce-8db6-e82ff0607292 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:47:45,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d8cff115-ef2e-47ce-8db6-e82ff0607292 2018-12-03 16:47:45,522 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:47:45,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:45,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c230df7-422e-4c07-bf8f-e365d44004da Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:47:45,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1c230df7-422e-4c07-bf8f-e365d44004da 2018-12-03 16:47:45,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:45,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-87ea6b9d-bb6a-47b4-91ab-4cf0e9ed09eb Date: Mon, 03 Dec 2018 16:47:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:47:45,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-87ea6b9d-bb6a-47b4-91ab-4cf0e9ed09eb 2018-12-03 16:47:45,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:47:45,858 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:47: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:47:45,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:45,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e34b25b6-1eaa-4685-9c93-7be076a2380e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:47:45,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-e34b25b6-1eaa-4685-9c93-7be076a2380e 2018-12-03 16:47:45,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:46,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-acb5b8b2-254e-478a-bb46-c182cea822f8 Date: Mon, 03 Dec 2018 16:47:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:47:46,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-acb5b8b2-254e-478a-bb46-c182cea822f8 2018-12-03 16:47:46,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:46,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ba52cb82-3c03-43f6-bfd7-901907676613 Date: Mon, 03 Dec 2018 16:47:46 GMT RESP BODY: {"ports":[]} 2018-12-03 16:47:46,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1&admin_state_up=True used request id req-ba52cb82-3c03-43f6-bfd7-901907676613 2018-12-03 16:47:46,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:46,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9a02723c-2acf-4f02-8ffc-50b1c8752e26 x-compute-request-id: req-9a02723c-2acf-4f02-8ffc-50b1c8752e26 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:47:46,782 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org used request id req-9a02723c-2acf-4f02-8ffc-50b1c8752e26 2018-12-03 16:47:46,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:47,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-4be0bf3c-ec82-4946-ad0d-66920edc04de Date: Mon, 03 Dec 2018 16:47:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:47:47,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-4be0bf3c-ec82-4946-ad0d-66920edc04de 2018-12-03 16:47:47,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:47,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c5795a6-3ea5-4c70-99e6-5a8fc718d1ce Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:47:47,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-5c5795a6-3ea5-4c70-99e6-5a8fc718d1ce 2018-12-03 16:47:47,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:47,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-6609e059-0c75-46d7-9afe-949366de4124 Date: Mon, 03 Dec 2018 16:47:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:47:47,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-6609e059-0c75-46d7-9afe-949366de4124 2018-12-03 16:47:47,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:47,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4f1bcc06-5655-40b5-aa6d-4a1799ada0e8 Date: Mon, 03 Dec 2018 16:47:47 GMT RESP BODY: {"ports":[]} 2018-12-03 16:47:47,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1&admin_state_up=True used request id req-4f1bcc06-5655-40b5-aa6d-4a1799ada0e8 2018-12-03 16:47:47,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:47:47,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:47:47,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:47:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["AlrN3LBGSweTeJO5aVGRqQ"], "issued_at": "2018-12-03T16:47:47.000000Z"}} 2018-12-03 16:47:47,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b536f2d1875a8f95f26087b7857911e51263e2" 2018-12-03 16:47:47,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6716b5b5-6092-4e8e-a63c-b14f0caae9c6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:47:47,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6716b5b5-6092-4e8e-a63c-b14f0caae9c6 2018-12-03 16:47:47,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:48,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-70754dd4-dada-4add-a0f7-138177b4ab72 Date: Mon, 03 Dec 2018 16:47:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:47:48,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-70754dd4-dada-4add-a0f7-138177b4ab72 2018-12-03 16:47:48,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:48,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-be77e227-859e-48ef-a4a0-0a0dcb3178d1 Date: Mon, 03 Dec 2018 16:47:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:47:48,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-be77e227-859e-48ef-a4a0-0a0dcb3178d1 2018-12-03 16:47:48,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:48,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-c1dd1ad4-51a5-4ea6-a83c-fd22dc4714bd Date: Mon, 03 Dec 2018 16:47:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:47:48,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-c1dd1ad4-51a5-4ea6-a83c-fd22dc4714bd 2018-12-03 16:47:48,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:47:48,369 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:47:48,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b536f2d1875a8f95f26087b7857911e51263e2" 2018-12-03 16:47:48,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-087a5179-95ba-4a37-9eb3-1b5f2940484a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:47:48,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-087a5179-95ba-4a37-9eb3-1b5f2940484a 2018-12-03 16:47:48,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:48,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-57063783-32f7-4828-98a6-bb7c1d429f89 Date: Mon, 03 Dec 2018 16:47:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:47:48,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-57063783-32f7-4828-98a6-bb7c1d429f89 2018-12-03 16:47:48,649 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net 2018-12-03 16:47:48,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" -d '{"port": {"network_id": "6d497214-8364-4652-9568-f0fc8f6f381b", "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1", "admin_state_up": true}}' 2018-12-03 16:47:49,451 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-b102cc20-d939-4f98-9dd0-1d84608c927a Date: Mon, 03 Dec 2018 16:47:49 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:49Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.13"}],"id":"94a66436-431f-498d-a776-7d52aeebb9c0","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a4:a5:42","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1","project_id":"e7db44589aed46ada30f0de826785caf","qos_policy_id":null,"admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:48Z","binding:vnic_type":"normal"}} 2018-12-03 16:47:49,451 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-b102cc20-d939-4f98-9dd0-1d84608c927a 2018-12-03 16:47:49,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:49,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-575cdf71-e73b-4926-96f3-dd658102e2d6 Date: Mon, 03 Dec 2018 16:47:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:47:49,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-575cdf71-e73b-4926-96f3-dd658102e2d6 2018-12-03 16:47:49,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:49,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-531d39d8-ef00-4009-83e2-804d8fe957cc Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:47:49,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-531d39d8-ef00-4009-83e2-804d8fe957cc 2018-12-03 16:47:49,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:50,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-cddc285e-0368-4550-904a-3d4c9df02833 Date: Mon, 03 Dec 2018 16:47:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:47:50,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-cddc285e-0368-4550-904a-3d4c9df02833 2018-12-03 16:47:50,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:50,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-436d4b56-9f01-44c0-9e15-5a746b2e01a6 Date: Mon, 03 Dec 2018 16:47:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:49Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.13"}],"id":"94a66436-431f-498d-a776-7d52aeebb9c0","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a4:a5:42","project_id":"e7db44589aed46ada30f0de826785caf","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:48Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:47:50,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1&admin_state_up=True used request id req-436d4b56-9f01-44c0-9e15-5a746b2e01a6 2018-12-03 16:47:50,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:50,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76aa6b1b-b452-4378-8851-098c9ff3407c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:47:50,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-76aa6b1b-b452-4378-8851-098c9ff3407c 2018-12-03 16:47:50,146 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-12-03 16:47:50,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:50,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-14ea6987-5ea2-4029-8846-6462e5fd1e73 x-compute-request-id: req-14ea6987-5ea2-4029-8846-6462e5fd1e73 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-flavor-name"}]} 2018-12-03 16:47:50,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-14ea6987-5ea2-4029-8846-6462e5fd1e73 2018-12-03 16:47:50,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/c6c11096-6225-4672-acd0-8b7d4c814649 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:50,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-15b7213b-8e70-475f-9bed-4f5311cdbbc3 x-compute-request-id: req-15b7213b-8e70-475f-9bed-4f5311cdbbc3 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c6c11096-6225-4672-acd0-8b7d4c814649", "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:47:50,196 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/c6c11096-6225-4672-acd0-8b7d4c814649 used request id req-15b7213b-8e70-475f-9bed-4f5311cdbbc3 2018-12-03 16:47:50,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:50,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-aad8f438-5eff-4d70-a89c-33b4d7e6feb2 Date: Mon, 03 Dec 2018 16:47:50 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:47:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:47:44Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0b45d579-6b87-4372-804f-ba82546f0b86/snap", "metadata": {}}], "self": "/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86", "min_disk": 0, "protected": false, "id": "0b45d579-6b87-4372-804f-ba82546f0b86", "file": "/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "82afdc85ef9b4c80a5d799a1cf1c7db2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0b45d579-6b87-4372-804f-ba82546f0b86/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image"} 2018-12-03 16:47:50,371 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image used request id req-aad8f438-5eff-4d70-a89c-33b4d7e6feb2 2018-12-03 16:47:50,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:50,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b0ff0bb7-dbdd-4ad2-8564-0b8ec63787cf Date: Mon, 03 Dec 2018 16:47: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-12-03 16:47:50,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-b0ff0bb7-dbdd-4ad2-8564-0b8ec63787cf 2018-12-03 16:47:50,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" -d '{"server": {"name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org", "imageRef": "0b45d579-6b87-4372-804f-ba82546f0b86", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "c6c11096-6225-4672-acd0-8b7d4c814649", "max_count": 1, "min_count": 1, "networks": [{"port": "94a66436-431f-498d-a776-7d52aeebb9c0"}]}}' 2018-12-03 16:47:52,288 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-9a4e5447-a144-4f9f-9a93-f594a6b37c2f x-compute-request-id: req-9a4e5447-a144-4f9f-9a93-f594a6b37c2f Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "bookmark"}], "adminPass": "rmt8sa5jKX52"}} 2018-12-03 16:47:52,288 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-9a4e5447-a144-4f9f-9a93-f594a6b37c2f 2018-12-03 16:47:52,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:52,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-581e2e5a-ce5a-4ce9-bf9a-46079b86fdb2 x-compute-request-id: req-581e2e5a-ce5a-4ce9-bf9a-46079b86fdb2 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.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:47:52Z", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-03T16:47:52Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:52,505 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 used request id req-581e2e5a-ce5a-4ce9-bf9a-46079b86fdb2 2018-12-03 16:47:52,506 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-12-03 16:47:52,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:52,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-c6977b86-d4f3-4fcd-a550-23aa125f3a74 x-compute-request-id: req-c6977b86-d4f3-4fcd-a550-23aa125f3a74 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.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:47:52Z", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-03T16:47:52Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:52,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 used request id req-c6977b86-d4f3-4fcd-a550-23aa125f3a74 2018-12-03 16:47:52,719 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-12-03 16:47:52,719 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:47:55,722 - create_instance - DEBUG - VM status query timeout in 896.783437014 2018-12-03 16:47:55,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:47:56,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00ba72f8-ac29-419c-85dd-20040a1c5339 x-compute-request-id: req-00ba72f8-ac29-419c-85dd-20040a1c5339 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:a5:42", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:47:53Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-03T16:47:52Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:47:56,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 used request id req-00ba72f8-ac29-419c-85dd-20040a1c5339 2018-12-03 16:47:56,249 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-12-03 16:47:56,249 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:47:59,253 - create_instance - DEBUG - VM status query timeout in 893.253259897 2018-12-03 16:47:59,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:00,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:47: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-4081df63-0931-414e-b0aa-edec0f159aff x-compute-request-id: req-4081df63-0931-414e-b0aa-edec0f159aff Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:a5:42", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-12-03T16:47:57.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:57Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-03T16:47:52Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:00,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 used request id req-4081df63-0931-414e-b0aa-edec0f159aff 2018-12-03 16:48:00,011 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-12-03 16:48:00,011 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:48:00,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:00,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48: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-a9f8b286-3040-46d7-9f93-10934a69cea8 x-compute-request-id: req-a9f8b286-3040-46d7-9f93-10934a69cea8 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:a5:42", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-12-03T16:47:57.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:57Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-03T16:47:52Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:00,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 used request id req-a9f8b286-3040-46d7-9f93-10934a69cea8 2018-12-03 16:48:00,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:00,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-85d8c087-32ec-4b66-9378-a190663333c1 Date: Mon, 03 Dec 2018 16:48:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:48:00,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-85d8c087-32ec-4b66-9378-a190663333c1 2018-12-03 16:48:00,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:00,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4073e67e-dc16-4652-9216-b00e464ad165 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:48:00,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-4073e67e-dc16-4652-9216-b00e464ad165 2018-12-03 16:48:00,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:00,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-acee9986-158e-4e41-a4a7-10333c9f1853 Date: Mon, 03 Dec 2018 16:48:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:48:00,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-acee9986-158e-4e41-a4a7-10333c9f1853 2018-12-03 16:48:00,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:01,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-2158f6b4-abc5-4cd9-9a0d-f6dd968abf6f Date: Mon, 03 Dec 2018 16:48:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.4"}],"id":"49256dcf-fcb8-414b-abd4-8bd27bdb322d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:e8:73","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.13"}],"id":"94a66436-431f-498d-a776-7d52aeebb9c0","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:a5:42","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:48Z","binding:vnic_type":"normal","device_id":"b8d696a0-90ba-43b3-b0bf-ce4bb705f015"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.2"}],"id":"9ce7c1be-46a9-49d9-ae9d-37b91976ae68","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:71:2c:e6","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.3"}],"id":"f0c2ab07-ab60-4aac-af22-bc0763a7aa07","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:2c:61","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d497214-8364-4652-9568-f0fc8f6f381b"}]} 2018-12-03 16:48:01,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-2158f6b4-abc5-4cd9-9a0d-f6dd968abf6f 2018-12-03 16:48:01,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:01,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96b574eb-3b90-4f6b-9227-eb23e184558f x-compute-request-id: req-96b574eb-3b90-4f6b-9227-eb23e184558f Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:a5:42", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-12-03T16:47:57.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:57Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-03T16:47:52Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:01,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 used request id req-96b574eb-3b90-4f6b-9227-eb23e184558f 2018-12-03 16:48:01,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:01,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-cf84dcf8-bf74-4b82-85c6-4e98045443db Date: Mon, 03 Dec 2018 16:48:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:48:01,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-cf84dcf8-bf74-4b82-85c6-4e98045443db 2018-12-03 16:48:01,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:01,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-322a8681-e19b-4e3f-8111-7ccba9bc5ceb Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:48:01,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-322a8681-e19b-4e3f-8111-7ccba9bc5ceb 2018-12-03 16:48:01,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:01,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-4d676f37-5e96-4e55-adf7-f9ccf85d1e5d Date: Mon, 03 Dec 2018 16:48:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:48:01,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-4d676f37-5e96-4e55-adf7-f9ccf85d1e5d 2018-12-03 16:48:01,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:02,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-5f0abacd-135d-4f1d-9c04-954f408d5394 Date: Mon, 03 Dec 2018 16:48:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.4"}],"id":"49256dcf-fcb8-414b-abd4-8bd27bdb322d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:e8:73","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.13"}],"id":"94a66436-431f-498d-a776-7d52aeebb9c0","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:a5:42","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:48Z","binding:vnic_type":"normal","device_id":"b8d696a0-90ba-43b3-b0bf-ce4bb705f015"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.2"}],"id":"9ce7c1be-46a9-49d9-ae9d-37b91976ae68","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:71:2c:e6","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.3"}],"id":"f0c2ab07-ab60-4aac-af22-bc0763a7aa07","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:2c:61","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d497214-8364-4652-9568-f0fc8f6f381b"}]} 2018-12-03 16:48:02,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-5f0abacd-135d-4f1d-9c04-954f408d5394 2018-12-03 16:48:02,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:02,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-166815de-4272-438b-a799-6a4475ed5674 x-compute-request-id: req-166815de-4272-438b-a799-6a4475ed5674 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:a5:42", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-12-03T16:47:57.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:57Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-03T16:47:52Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:02,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 used request id req-166815de-4272-438b-a799-6a4475ed5674 2018-12-03 16:48:02,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:02,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-3dd285be-d5c2-4c89-a9b7-9f063e5bd282 Date: Mon, 03 Dec 2018 16:48:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:48:02,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-3dd285be-d5c2-4c89-a9b7-9f063e5bd282 2018-12-03 16:48:02,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:02,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5e0779a-b3bb-4829-8666-42d4f342e185 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:48:02,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-c5e0779a-b3bb-4829-8666-42d4f342e185 2018-12-03 16:48:02,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:03,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-86c01908-eaa4-4ac7-8d5d-3ae33da24c39 Date: Mon, 03 Dec 2018 16:48:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:48:03,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-86c01908-eaa4-4ac7-8d5d-3ae33da24c39 2018-12-03 16:48:03,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:03,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-b647189d-372f-42e7-b795-9d03687d342e Date: Mon, 03 Dec 2018 16:48:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.4"}],"id":"49256dcf-fcb8-414b-abd4-8bd27bdb322d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:e8:73","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.13"}],"id":"94a66436-431f-498d-a776-7d52aeebb9c0","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:a5:42","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:48Z","binding:vnic_type":"normal","device_id":"b8d696a0-90ba-43b3-b0bf-ce4bb705f015"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.2"}],"id":"9ce7c1be-46a9-49d9-ae9d-37b91976ae68","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:71:2c:e6","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.3"}],"id":"f0c2ab07-ab60-4aac-af22-bc0763a7aa07","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:2c:61","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d497214-8364-4652-9568-f0fc8f6f381b"}]} 2018-12-03 16:48:03,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-b647189d-372f-42e7-b795-9d03687d342e 2018-12-03 16:48:03,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:48:03,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:48:03,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:48:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["c3H196fxQP2DiQXeRQ0Org"], "issued_at": "2018-12-03T16:48:03.000000Z"}} 2018-12-03 16:48:03,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:03,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8f2fd46-34ae-47d9-acda-593be78f41fb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:48:03,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e8f2fd46-34ae-47d9-acda-593be78f41fb 2018-12-03 16:48:03,550 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:48:03,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:03,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-748710fb-90a1-4a9e-a40d-a142156b4074 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:48:03,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-748710fb-90a1-4a9e-a40d-a142156b4074 2018-12-03 16:48:03,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:03,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-8708ce0d-b408-494e-8648-fa362d132d46 Date: Mon, 03 Dec 2018 16:48:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:48:03,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-8708ce0d-b408-494e-8648-fa362d132d46 2018-12-03 16:48:03,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:48:03,980 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:48: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:48:03,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:04,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed136e21-512a-4c42-b8cf-9f97114c9f48 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:48:04,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-ed136e21-512a-4c42-b8cf-9f97114c9f48 2018-12-03 16:48:04,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:04,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-cfe36417-e961-4ca3-829d-9df869117674 Date: Mon, 03 Dec 2018 16:48:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:48:04,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-cfe36417-e961-4ca3-829d-9df869117674 2018-12-03 16:48:04,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:04,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-88093cb4-d6ae-43d5-905a-e1444eb56bdc Date: Mon, 03 Dec 2018 16:48:04 GMT RESP BODY: {"ports":[]} 2018-12-03 16:48:04,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2&admin_state_up=True used request id req-88093cb4-d6ae-43d5-905a-e1444eb56bdc 2018-12-03 16:48:04,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:04,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48: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-ab038cc6-f0f1-4ee7-b94d-de05cdbd75c3 x-compute-request-id: req-ab038cc6-f0f1-4ee7-b94d-de05cdbd75c3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:48:04,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org used request id req-ab038cc6-f0f1-4ee7-b94d-de05cdbd75c3 2018-12-03 16:48:04,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:04,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-28497e55-cfba-4294-975c-48f1ad9ae0e4 Date: Mon, 03 Dec 2018 16:48:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:48:04,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-28497e55-cfba-4294-975c-48f1ad9ae0e4 2018-12-03 16:48:04,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:05,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac300363-6cc5-4592-b829-02c73d7b72d4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:48:05,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-ac300363-6cc5-4592-b829-02c73d7b72d4 2018-12-03 16:48:05,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:05,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-57f2b3ad-5ac3-4780-814c-4baf56a2ad4f Date: Mon, 03 Dec 2018 16:48:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:48:05,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-57f2b3ad-5ac3-4780-814c-4baf56a2ad4f 2018-12-03 16:48:05,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:05,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-849dd239-cac7-4aad-85df-261c4a8f0126 Date: Mon, 03 Dec 2018 16:48:05 GMT RESP BODY: {"ports":[]} 2018-12-03 16:48:05,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2&admin_state_up=True used request id req-849dd239-cac7-4aad-85df-261c4a8f0126 2018-12-03 16:48:05,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:48:05,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:48:05,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:48:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["8Bt5zoXORuaX0v9PSaO-Tg"], "issued_at": "2018-12-03T16:48:05.000000Z"}} 2018-12-03 16:48:05,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefaa029f768588086be32e9e20db93054b69519" 2018-12-03 16:48:05,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15897f3e-f738-417a-979e-fcbea8f86ce7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:48:05,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-15897f3e-f738-417a-979e-fcbea8f86ce7 2018-12-03 16:48:05,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:05,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-09f81cfc-827f-45d1-8094-c0086c9de034 Date: Mon, 03 Dec 2018 16:48:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:48:05,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-09f81cfc-827f-45d1-8094-c0086c9de034 2018-12-03 16:48:05,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:06,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-78fcdf27-3543-43a5-8515-5a9d65a77a2b Date: Mon, 03 Dec 2018 16:48:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:48:06,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-78fcdf27-3543-43a5-8515-5a9d65a77a2b 2018-12-03 16:48:06,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:06,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-a2484d6c-6f2e-4dad-a2f1-415c24edbb1a Date: Mon, 03 Dec 2018 16:48:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:48:06,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-a2484d6c-6f2e-4dad-a2f1-415c24edbb1a 2018-12-03 16:48:06,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:48:06,272 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:48:06,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fefaa029f768588086be32e9e20db93054b69519" 2018-12-03 16:48:06,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71c47c19-a1a3-4e23-bbe7-3d5570ca85cc Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:48:06,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-71c47c19-a1a3-4e23-bbe7-3d5570ca85cc 2018-12-03 16:48:06,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:06,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-d383db28-6dbf-4aca-9494-5b1692ff21aa Date: Mon, 03 Dec 2018 16:48:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:48:06,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-d383db28-6dbf-4aca-9494-5b1692ff21aa 2018-12-03 16:48:06,562 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net 2018-12-03 16:48:06,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" -d '{"port": {"network_id": "6d497214-8364-4652-9568-f0fc8f6f381b", "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2", "admin_state_up": true}}' 2018-12-03 16:48:07,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-24f9a014-1fd7-4145-9bf7-97308b1bce5b Date: Mon, 03 Dec 2018 16:48:07 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:48:07Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.12"}],"id":"1258c2d6-12c4-4dad-a2e3-4b7ec6a65029","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f3:9d:36","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2","project_id":"e7db44589aed46ada30f0de826785caf","qos_policy_id":null,"admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:48:06Z","binding:vnic_type":"normal"}} 2018-12-03 16:48:07,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-24f9a014-1fd7-4145-9bf7-97308b1bce5b 2018-12-03 16:48:07,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:07,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-9e989428-0f0b-48ff-8638-554e8b97a2d6 Date: Mon, 03 Dec 2018 16:48:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:48:07,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-9e989428-0f0b-48ff-8638-554e8b97a2d6 2018-12-03 16:48:07,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:07,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3899bf84-fd48-4e73-8fe3-790236bc3eda Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:48:07,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-3899bf84-fd48-4e73-8fe3-790236bc3eda 2018-12-03 16:48:07,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:08,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-df959194-8374-47a8-96ec-e8b7d0d110d4 Date: Mon, 03 Dec 2018 16:48:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:48:08,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-df959194-8374-47a8-96ec-e8b7d0d110d4 2018-12-03 16:48:08,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:08,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-ea988517-dc8d-4c53-acdc-f8377660a514 Date: Mon, 03 Dec 2018 16:48:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:48:07Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.12"}],"id":"1258c2d6-12c4-4dad-a2e3-4b7ec6a65029","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f3:9d:36","project_id":"e7db44589aed46ada30f0de826785caf","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:48:06Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:48:08,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2&admin_state_up=True used request id req-ea988517-dc8d-4c53-acdc-f8377660a514 2018-12-03 16:48:08,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:08,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c7623e0-9b43-48b5-ae5f-e96f9ea06b00 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:48:08,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-3c7623e0-9b43-48b5-ae5f-e96f9ea06b00 2018-12-03 16:48:08,454 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-12-03 16:48:08,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:08,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c460de7-67df-4948-9541-fad7f984fb7a x-compute-request-id: req-8c460de7-67df-4948-9541-fad7f984fb7a Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-flavor-name"}]} 2018-12-03 16:48:08,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8c460de7-67df-4948-9541-fad7f984fb7a 2018-12-03 16:48:08,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/c6c11096-6225-4672-acd0-8b7d4c814649 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:08,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a93bef1-0587-44d6-ab5a-2c2546ea676b x-compute-request-id: req-8a93bef1-0587-44d6-ab5a-2c2546ea676b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c6c11096-6225-4672-acd0-8b7d4c814649", "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:48:08,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/c6c11096-6225-4672-acd0-8b7d4c814649 used request id req-8a93bef1-0587-44d6-ab5a-2c2546ea676b 2018-12-03 16:48:08,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:08,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-4b46f732-8b3e-436f-8911-96f9a5cd5941 Date: Mon, 03 Dec 2018 16:48:08 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:47:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:47:44Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0b45d579-6b87-4372-804f-ba82546f0b86/snap", "metadata": {}}], "self": "/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86", "min_disk": 0, "protected": false, "id": "0b45d579-6b87-4372-804f-ba82546f0b86", "file": "/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "82afdc85ef9b4c80a5d799a1cf1c7db2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0b45d579-6b87-4372-804f-ba82546f0b86/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image"} 2018-12-03 16:48:08,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image used request id req-4b46f732-8b3e-436f-8911-96f9a5cd5941 2018-12-03 16:48:08,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:08,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f3730129-a394-442e-b1cc-b961798cf4b7 Date: Mon, 03 Dec 2018 16:48: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-12-03 16:48:08,838 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-f3730129-a394-442e-b1cc-b961798cf4b7 2018-12-03 16:48:08,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" -d '{"server": {"name": "CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org", "imageRef": "0b45d579-6b87-4372-804f-ba82546f0b86", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "c6c11096-6225-4672-acd0-8b7d4c814649", "max_count": 1, "min_count": 1, "networks": [{"port": "1258c2d6-12c4-4dad-a2e3-4b7ec6a65029"}]}}' 2018-12-03 16:48:10,664 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:48:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-91596b4c-bd15-449b-930f-43e81e2ce547 x-compute-request-id: req-91596b4c-bd15-449b-930f-43e81e2ce547 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "bookmark"}], "adminPass": "xcqTC7QBedHX"}} 2018-12-03 16:48:10,664 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-91596b4c-bd15-449b-930f-43e81e2ce547 2018-12-03 16:48:10,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:11,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48: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-fb51630c-04a2-457f-a7de-7cf73c7d3511 x-compute-request-id: req-fb51630c-04a2-457f-a7de-7cf73c7d3511 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.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:48:10Z", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-03T16:48:10Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:11,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 used request id req-fb51630c-04a2-457f-a7de-7cf73c7d3511 2018-12-03 16:48:11,031 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-12-03 16:48:11,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:11,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0d121b0-fc2f-487d-a5a1-a02ad1fb88b6 x-compute-request-id: req-b0d121b0-fc2f-487d-a5a1-a02ad1fb88b6 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.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:48:11Z", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-03T16:48:10Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:11,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 used request id req-b0d121b0-fc2f-487d-a5a1-a02ad1fb88b6 2018-12-03 16:48:11,104 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-12-03 16:48:11,105 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:48:14,108 - create_instance - DEBUG - VM status query timeout in 896.923428059 2018-12-03 16:48:14,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:14,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-cd91d893-2f3c-4842-a7ba-df239315b3be x-compute-request-id: req-cd91d893-2f3c-4842-a7ba-df239315b3be Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:48:12Z", "hostId": "0d6b128fc29fd0d8d42eaf37ecc561474eb776bf2542064751f66e94", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-03T16:48:10Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:14,537 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 used request id req-cd91d893-2f3c-4842-a7ba-df239315b3be 2018-12-03 16:48:14,537 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-12-03 16:48:14,537 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:48:17,540 - create_instance - DEBUG - VM status query timeout in 893.49099803 2018-12-03 16:48:17,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:17,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-469df6cb-df6a-4bb1-b867-2c9d4193ae75 x-compute-request-id: req-469df6cb-df6a-4bb1-b867-2c9d4193ae75 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:9d:36", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-12-03T16:48:16.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:48:16Z", "hostId": "0d6b128fc29fd0d8d42eaf37ecc561474eb776bf2542064751f66e94", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-03T16:48:10Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:17,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 used request id req-469df6cb-df6a-4bb1-b867-2c9d4193ae75 2018-12-03 16:48:17,997 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-12-03 16:48:17,998 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:48:18,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:18,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-4171a2f8-6779-4ffb-82b6-a3797f9ef844 x-compute-request-id: req-4171a2f8-6779-4ffb-82b6-a3797f9ef844 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:9d:36", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-12-03T16:48:16.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:48:16Z", "hostId": "0d6b128fc29fd0d8d42eaf37ecc561474eb776bf2542064751f66e94", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-03T16:48:10Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:18,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 used request id req-4171a2f8-6779-4ffb-82b6-a3797f9ef844 2018-12-03 16:48:18,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:18,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-745903cd-65ed-40bb-98d4-866429722f49 Date: Mon, 03 Dec 2018 16:48:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:48:18,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-745903cd-65ed-40bb-98d4-866429722f49 2018-12-03 16:48:18,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:18,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-193848db-085b-4620-a378-3576cf0920ad Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:48:18,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-193848db-085b-4620-a378-3576cf0920ad 2018-12-03 16:48:18,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:18,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-97c8476c-a66e-4e09-aa95-5a5e721b6aab Date: Mon, 03 Dec 2018 16:48:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:48:18,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-97c8476c-a66e-4e09-aa95-5a5e721b6aab 2018-12-03 16:48:18,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:18,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-cd90bd3b-5c58-47f5-88fa-71d7ec6a9765 Date: Mon, 03 Dec 2018 16:48:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:48:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.12"}],"id":"1258c2d6-12c4-4dad-a2e3-4b7ec6a65029","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:9d:36","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:48:06Z","binding:vnic_type":"normal","device_id":"464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.4"}],"id":"49256dcf-fcb8-414b-abd4-8bd27bdb322d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:e8:73","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.13"}],"id":"94a66436-431f-498d-a776-7d52aeebb9c0","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:a5:42","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:48Z","binding:vnic_type":"normal","device_id":"b8d696a0-90ba-43b3-b0bf-ce4bb705f015"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.2"}],"id":"9ce7c1be-46a9-49d9-ae9d-37b91976ae68","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:71:2c:e6","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.3"}],"id":"f0c2ab07-ab60-4aac-af22-bc0763a7aa07","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:2c:61","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d497214-8364-4652-9568-f0fc8f6f381b"}]} 2018-12-03 16:48:18,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-cd90bd3b-5c58-47f5-88fa-71d7ec6a9765 2018-12-03 16:48:18,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:19,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-4e373829-055d-4f5e-b750-d6df3eba0634 x-compute-request-id: req-4e373829-055d-4f5e-b750-d6df3eba0634 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:9d:36", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-12-03T16:48:16.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:48:16Z", "hostId": "0d6b128fc29fd0d8d42eaf37ecc561474eb776bf2542064751f66e94", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-03T16:48:10Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:19,322 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 used request id req-4e373829-055d-4f5e-b750-d6df3eba0634 2018-12-03 16:48:19,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:19,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-e7e998c3-5e54-4bbe-8f85-c999c7208a2b Date: Mon, 03 Dec 2018 16:48:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:48:19,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-e7e998c3-5e54-4bbe-8f85-c999c7208a2b 2018-12-03 16:48:19,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:19,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f7486c1-b2fb-4733-8170-c5dfb3fd1edd Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:48:19,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-7f7486c1-b2fb-4733-8170-c5dfb3fd1edd 2018-12-03 16:48:19,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:19,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-96a25a6f-96a0-42cc-aae5-5106324500b4 Date: Mon, 03 Dec 2018 16:48:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:48:19,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-96a25a6f-96a0-42cc-aae5-5106324500b4 2018-12-03 16:48:19,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:19,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-8a3599a3-9f22-4cd3-92bb-3f7d0848a687 Date: Mon, 03 Dec 2018 16:48:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:48:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.12"}],"id":"1258c2d6-12c4-4dad-a2e3-4b7ec6a65029","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:9d:36","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:48:06Z","binding:vnic_type":"normal","device_id":"464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.4"}],"id":"49256dcf-fcb8-414b-abd4-8bd27bdb322d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:e8:73","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.13"}],"id":"94a66436-431f-498d-a776-7d52aeebb9c0","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:a5:42","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:48Z","binding:vnic_type":"normal","device_id":"b8d696a0-90ba-43b3-b0bf-ce4bb705f015"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.2"}],"id":"9ce7c1be-46a9-49d9-ae9d-37b91976ae68","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:71:2c:e6","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.3"}],"id":"f0c2ab07-ab60-4aac-af22-bc0763a7aa07","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:2c:61","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d497214-8364-4652-9568-f0fc8f6f381b"}]} 2018-12-03 16:48:19,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-8a3599a3-9f22-4cd3-92bb-3f7d0848a687 2018-12-03 16:48:19,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:20,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-ef40fd10-898a-4f9c-9c56-326d35e80b41 x-compute-request-id: req-ef40fd10-898a-4f9c-9c56-326d35e80b41 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:9d:36", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-12-03T16:48:16.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:48:16Z", "hostId": "0d6b128fc29fd0d8d42eaf37ecc561474eb776bf2542064751f66e94", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-03T16:48:10Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:20,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 used request id req-ef40fd10-898a-4f9c-9c56-326d35e80b41 2018-12-03 16:48:20,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:20,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-37a1a090-aa9a-40ea-8344-8b8b8b005295 Date: Mon, 03 Dec 2018 16:48:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:48:20,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-37a1a090-aa9a-40ea-8344-8b8b8b005295 2018-12-03 16:48:20,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:20,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d3e3b9c-c602-4828-9b06-8daaf85de7a6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:48:20,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-0d3e3b9c-c602-4828-9b06-8daaf85de7a6 2018-12-03 16:48:20,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:20,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-e8b48b4e-af03-489e-bfba-f15d27d3ca3e Date: Mon, 03 Dec 2018 16:48:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:48:20,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-e8b48b4e-af03-489e-bfba-f15d27d3ca3e 2018-12-03 16:48:20,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:20,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-54db7b24-5a96-47fc-bb62-1034ca56b46e Date: Mon, 03 Dec 2018 16:48:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:48:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.12"}],"id":"1258c2d6-12c4-4dad-a2e3-4b7ec6a65029","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:9d:36","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:48:06Z","binding:vnic_type":"normal","device_id":"464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.4"}],"id":"49256dcf-fcb8-414b-abd4-8bd27bdb322d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:e8:73","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.13"}],"id":"94a66436-431f-498d-a776-7d52aeebb9c0","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:a5:42","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:48Z","binding:vnic_type":"normal","device_id":"b8d696a0-90ba-43b3-b0bf-ce4bb705f015"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.2"}],"id":"9ce7c1be-46a9-49d9-ae9d-37b91976ae68","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:71:2c:e6","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.3"}],"id":"f0c2ab07-ab60-4aac-af22-bc0763a7aa07","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:2c:61","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d497214-8364-4652-9568-f0fc8f6f381b"}]} 2018-12-03 16:48:20,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-54db7b24-5a96-47fc-bb62-1034ca56b46e 2018-12-03 16:48:20,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:21,124 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4caaeb6-baa6-4f6e-ab66-e8f5ebb7d94e x-compute-request-id: req-a4caaeb6-baa6-4f6e-ab66-e8f5ebb7d94e Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:a5:42", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-12-03T16:47:57.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:57Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-03T16:47:52Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:21,124 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 used request id req-a4caaeb6-baa6-4f6e-ab66-e8f5ebb7d94e 2018-12-03 16:48:21,124 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-12-03 16:48:21,124 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:48:21,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:21,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15c0e5db-c897-45d5-9104-97841ddb3261 x-compute-request-id: req-15c0e5db-c897-45d5-9104-97841ddb3261 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:a5:42", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-12-03T16:47:57.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:57Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-03T16:47:52Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:21,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 used request id req-15c0e5db-c897-45d5-9104-97841ddb3261 2018-12-03 16:48:21,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:21,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-d2794c79-0009-44fc-be10-57496e35e94a Date: Mon, 03 Dec 2018 16:48:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:48:21,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-d2794c79-0009-44fc-be10-57496e35e94a 2018-12-03 16:48:21,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:21,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a28e5f3-1bb2-424b-a804-aab36097a55f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:48:21,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-4a28e5f3-1bb2-424b-a804-aab36097a55f 2018-12-03 16:48:21,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:21,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-75f0d6dd-cd6f-4aa4-822b-31cd543a473a Date: Mon, 03 Dec 2018 16:48:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:48:21,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-75f0d6dd-cd6f-4aa4-822b-31cd543a473a 2018-12-03 16:48:21,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:22,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-e04e96f4-d360-4efe-b027-be838c11f422 Date: Mon, 03 Dec 2018 16:48:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:48:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.12"}],"id":"1258c2d6-12c4-4dad-a2e3-4b7ec6a65029","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:9d:36","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:48:06Z","binding:vnic_type":"normal","device_id":"464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.4"}],"id":"49256dcf-fcb8-414b-abd4-8bd27bdb322d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:e8:73","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.13"}],"id":"94a66436-431f-498d-a776-7d52aeebb9c0","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:a5:42","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:48Z","binding:vnic_type":"normal","device_id":"b8d696a0-90ba-43b3-b0bf-ce4bb705f015"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.2"}],"id":"9ce7c1be-46a9-49d9-ae9d-37b91976ae68","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:71:2c:e6","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.3"}],"id":"f0c2ab07-ab60-4aac-af22-bc0763a7aa07","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:2c:61","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d497214-8364-4652-9568-f0fc8f6f381b"}]} 2018-12-03 16:48:22,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-e04e96f4-d360-4efe-b027-be838c11f422 2018-12-03 16:48:22,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:22,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48: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-41bb4b6b-021b-4b6e-b33e-9b5dcf01ffee x-compute-request-id: req-41bb4b6b-021b-4b6e-b33e-9b5dcf01ffee Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:a5:42", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-12-03T16:47:57.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:47:57Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-03T16:47:52Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:22,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 used request id req-41bb4b6b-021b-4b6e-b33e-9b5dcf01ffee 2018-12-03 16:48:22,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:22,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48: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-e27efbeb-6258-4c67-b779-cb82ae152570 x-compute-request-id: req-e27efbeb-6258-4c67-b779-cb82ae152570 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:9d:36", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-12-03T16:48:16.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:48:16Z", "hostId": "0d6b128fc29fd0d8d42eaf37ecc561474eb776bf2542064751f66e94", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-03T16:48:10Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:22,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 used request id req-e27efbeb-6258-4c67-b779-cb82ae152570 2018-12-03 16:48:22,754 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-12-03 16:48:22,754 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:48:22,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:22,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48: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-5069fbd4-005e-41b5-9378-93a168ff17d0 x-compute-request-id: req-5069fbd4-005e-41b5-9378-93a168ff17d0 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:9d:36", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-12-03T16:48:16.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:48:16Z", "hostId": "0d6b128fc29fd0d8d42eaf37ecc561474eb776bf2542064751f66e94", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-03T16:48:10Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:22,916 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 used request id req-5069fbd4-005e-41b5-9378-93a168ff17d0 2018-12-03 16:48:22,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:23,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-c107adfc-79f8-4c1a-9c87-25c50b86c1f4 Date: Mon, 03 Dec 2018 16:48:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d497214-8364-4652-9568-f0fc8f6f381b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","subnets":["8cb457b8-0865-4692-bf38-9f6929f9c36a"],"description":"","tags":[],"updated_at":"2018-12-03T16:47:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net","admin_state_up":true,"tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:39Z","provider:network_type":"vxlan"}]} 2018-12-03 16:48:23,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net used request id req-c107adfc-79f8-4c1a-9c87-25c50b86c1f4 2018-12-03 16:48:23,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:23,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be7d6e93-8dde-4d73-9835-2705674c9255 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:48:23,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-be7d6e93-8dde-4d73-9835-2705674c9255 2018-12-03 16:48:23,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:23,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-99fbf652-2973-47d1-a638-528f35ed6c8a Date: Mon, 03 Dec 2018 16:48:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:40Z","dns_nameservers":[],"updated_at":"2018-12-03T16:47:40Z","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":"e7db44589aed46ada30f0de826785caf","id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet"}]} 2018-12-03 16:48:23,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-99fbf652-2973-47d1-a638-528f35ed6c8a 2018-12-03 16:48:23,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:23,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-cfb551f9-e629-49c4-9c1f-18e46d0b59ef Date: Mon, 03 Dec 2018 16:48:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:48:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.12"}],"id":"1258c2d6-12c4-4dad-a2e3-4b7ec6a65029","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:9d:36","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:48:06Z","binding:vnic_type":"normal","device_id":"464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.4"}],"id":"49256dcf-fcb8-414b-abd4-8bd27bdb322d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:e8:73","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.13"}],"id":"94a66436-431f-498d-a776-7d52aeebb9c0","security_groups":["1990a9f6-ed88-4d5f-a65b-b67e0dfaff20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:a5:42","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:48Z","binding:vnic_type":"normal","device_id":"b8d696a0-90ba-43b3-b0bf-ce4bb705f015"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.2"}],"id":"9ce7c1be-46a9-49d9-ae9d-37b91976ae68","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:71:2c:e6","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d497214-8364-4652-9568-f0fc8f6f381b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:47:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cb457b8-0865-4692-bf38-9f6929f9c36a","ip_address":"10.55.0.3"}],"id":"f0c2ab07-ab60-4aac-af22-bc0763a7aa07","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:2c:61","project_id":"e7db44589aed46ada30f0de826785caf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d497214-8364-4652-9568-f0fc8f6f381b","tenant_id":"e7db44589aed46ada30f0de826785caf","created_at":"2018-12-03T16:47:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d497214-8364-4652-9568-f0fc8f6f381b"}]} 2018-12-03 16:48:23,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6d497214-8364-4652-9568-f0fc8f6f381b used request id req-cfb551f9-e629-49c4-9c1f-18e46d0b59ef 2018-12-03 16:48:23,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:23,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfc89e36-56e3-40e3-87a2-b1371879774e x-compute-request-id: req-bfc89e36-56e3-40e3-87a2-b1371879774e Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:9d:36", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-12-03T16:48:16.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "security_groups": [{"name": "default"}], "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:48:16Z", "hostId": "0d6b128fc29fd0d8d42eaf37ecc561474eb776bf2542064751f66e94", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-03T16:48:10Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:23,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 used request id req-bfc89e36-56e3-40e3-87a2-b1371879774e 2018-12-03 16:48:23,963 - create_instance - INFO - Deleting Port with ID - 94a66436-431f-498d-a776-7d52aeebb9c0 2018-12-03 16:48:23,964 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-1 2018-12-03 16:48:23,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/94a66436-431f-498d-a776-7d52aeebb9c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:24,517 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7c330d48-e9a0-403e-ba97-6fc23bb30685 Date: Mon, 03 Dec 2018 16:48:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:48:24,517 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/94a66436-431f-498d-a776-7d52aeebb9c0 used request id req-7c330d48-e9a0-403e-ba97-6fc23bb30685 2018-12-03 16:48:24,517 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-12-03 16:48:24,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:25,138 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16: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-5ae4871d-f28d-4900-b5f3-ebec8010c01b x-compute-request-id: req-5ae4871d-f28d-4900-b5f3-ebec8010c01b Content-Type: application/json 2018-12-03 16:48:25,139 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 used request id req-5ae4871d-f28d-4900-b5f3-ebec8010c01b 2018-12-03 16:48:25,139 - create_instance - INFO - Checking deletion status 2018-12-03 16:48:25,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:25,392 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-7ddd5a46-c781-41e0-9d54-82de5d39d927 x-compute-request-id: req-7ddd5a46-c781-41e0-9d54-82de5d39d927 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.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-12-03T16:47:57.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "b8d696a0-90ba-43b3-b0bf-ce4bb705f015", "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:48:24Z", "hostId": "2f8fe0d2e64c27ba6a247a2156de74de75e5c51b403221ba6df98902", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-03T16:47:52Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:25,392 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 used request id req-7ddd5a46-c781-41e0-9d54-82de5d39d927 2018-12-03 16:48:25,392 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-12-03 16:48:25,392 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:48:28,395 - create_instance - DEBUG - VM status query timeout in 296.744193077 2018-12-03 16:48:28,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee0df586a2afd0c62c22ea6810cdcc5ece0128e" 2018-12-03 16:48:28,452 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:48:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-52044b3d-7893-4efb-acc5-1c8e0cacce66 x-compute-request-id: req-52044b3d-7893-4efb-acc5-1c8e0cacce66 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b8d696a0-90ba-43b3-b0bf-ce4bb705f015 could not be found.", "code": 404}} 2018-12-03 16:48:28,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b8d696a0-90ba-43b3-b0bf-ce4bb705f015 used request id req-52044b3d-7893-4efb-acc5-1c8e0cacce66 2018-12-03 16:48:28,453 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b8d696a0-90ba-43b3-b0bf-ce4bb705f015 could not be found. (HTTP 404) (Request-ID: req-52044b3d-7893-4efb-acc5-1c8e0cacce66) 2018-12-03 16:48:28,453 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-12-03 16:48:28,454 - create_instance - INFO - Deleting Port with ID - 1258c2d6-12c4-4dad-a2e3-4b7ec6a65029 2018-12-03 16:48:28,454 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653port-2 2018-12-03 16:48:28,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/1258c2d6-12c4-4dad-a2e3-4b7ec6a65029 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:28,888 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-50077b3b-6853-49a5-b788-bfa23bc629fe Date: Mon, 03 Dec 2018 16:48:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:48:28,888 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/1258c2d6-12c4-4dad-a2e3-4b7ec6a65029 used request id req-50077b3b-6853-49a5-b788-bfa23bc629fe 2018-12-03 16:48:28,888 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-12-03 16:48:28,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:29,030 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:48:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5a8b860e-cac0-4fa7-9e9e-10412ce3e3f9 x-compute-request-id: req-5a8b860e-cac0-4fa7-9e9e-10412ce3e3f9 Content-Type: application/json 2018-12-03 16:48:29,030 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 used request id req-5a8b860e-cac0-4fa7-9e9e-10412ce3e3f9 2018-12-03 16:48:29,030 - create_instance - INFO - Checking deletion status 2018-12-03 16:48:29,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:29,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8ccd55b-8085-4d53-ac26-285987d05c59 x-compute-request-id: req-d8ccd55b-8085-4d53-ac26-285987d05c59 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:9d:36", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "rel": "bookmark"}], "image": {"id": "0b45d579-6b87-4372-804f-ba82546f0b86", "links": [{"href": "http://172.30.9.30:8774/images/0b45d579-6b87-4372-804f-ba82546f0b86", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-12-03T16:48:16.000000", "flavor": {"id": "c6c11096-6225-4672-acd0-8b7d4c814649", "links": [{"href": "http://172.30.9.30:8774/flavors/c6c11096-6225-4672-acd0-8b7d4c814649", "rel": "bookmark"}]}, "id": "464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9", "user_id": "b79a3a66067740c99af17bcc7b121a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:48:28Z", "hostId": "0d6b128fc29fd0d8d42eaf37ecc561474eb776bf2542064751f66e94", "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-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-03T16:48:10Z", "tenant_id": "e7db44589aed46ada30f0de826785caf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:29,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 used request id req-d8ccd55b-8085-4d53-ac26-285987d05c59 2018-12-03 16:48:29,286 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-12-03 16:48:29,286 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:48:32,289 - create_instance - DEBUG - VM status query timeout in 296.741492033 2018-12-03 16:48:32,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c511636267b13265ea4e8a362fdf19aec5d9ea44" 2018-12-03 16:48:32,345 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:48:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dbb90a3a-d424-4a06-a519-71caac94a787 x-compute-request-id: req-dbb90a3a-d424-4a06-a519-71caac94a787 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 could not be found.", "code": 404}} 2018-12-03 16:48:32,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 used request id req-dbb90a3a-d424-4a06-a519-71caac94a787 2018-12-03 16:48:32,345 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 464abaf2-7f5f-4bac-b0fc-4646b0ed1ee9 could not be found. (HTTP 404) (Request-ID: req-dbb90a3a-d424-4a06-a519-71caac94a787) 2018-12-03 16:48:32,345 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-12-03 16:48:32,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/c6c11096-6225-4672-acd0-8b7d4c814649 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad343cea099c297c52fadd07e552e5afa662a4d" 2018-12-03 16:48:32,474 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:48:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eb0b39d6-1bd6-4593-b287-798b97b46dcf x-compute-request-id: req-eb0b39d6-1bd6-4593-b287-798b97b46dcf Content-Length: 0 Content-Type: application/json 2018-12-03 16:48:32,474 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/c6c11096-6225-4672-acd0-8b7d4c814649 used request id req-eb0b39d6-1bd6-4593-b287-798b97b46dcf 2018-12-03 16:48:32,475 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet 2018-12-03 16:48:32,475 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-subnet 2018-12-03 16:48:32,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/8cb457b8-0865-4692-bf38-9f6929f9c36a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a504de8fcdc7c78c33ff0d8e57d377c9d2674d" 2018-12-03 16:48:34,595 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-46a5806b-2213-4800-9b68-97942399f958 Date: Mon, 03 Dec 2018 16:48:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:48:34,595 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/8cb457b8-0865-4692-bf38-9f6929f9c36a used request id req-46a5806b-2213-4800-9b68-97942399f958 2018-12-03 16:48:34,595 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-priv-net 2018-12-03 16:48:34,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/6d497214-8364-4652-9568-f0fc8f6f381b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a504de8fcdc7c78c33ff0d8e57d377c9d2674d" 2018-12-03 16:48:35,847 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-63b90e82-b543-4335-97d7-df45f5026c0c Date: Mon, 03 Dec 2018 16:48:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:48:35,847 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6d497214-8364-4652-9568-f0fc8f6f381b used request id req-63b90e82-b543-4335-97d7-df45f5026c0c 2018-12-03 16:48:35,848 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-5bb240bd-242c-418d-ba00-f4d7ed12a653-image 2018-12-03 16:48:35,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e86ce4f169de962144c84c52dd819b5a94804e0" 2018-12-03 16:48:37,022 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c6ca034-d7c1-45e6-ae1b-7268fd51ecc4 Date: Mon, 03 Dec 2018 16:48:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:48:37,022 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/0b45d579-6b87-4372-804f-ba82546f0b86 used request id req-5c6ca034-d7c1-45e6-ae1b-7268fd51ecc4 2018-12-03 16:48:37,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" 2018-12-03 16:48:37,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ff48dca1-65de-424a-a36d-bee48616b8c8 Date: Mon, 03 Dec 2018 16:48:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:48:37,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-ff48dca1-65de-424a-a36d-bee48616b8c8 2018-12-03 16:48:37,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" 2018-12-03 16:48:37,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a75d4cad-9b9a-4381-84c9-4c2045ef4e2d Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:48:37,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-a75d4cad-9b9a-4381-84c9-4c2045ef4e2d 2018-12-03 16:48:37,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" 2018-12-03 16:48:37,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4314b1b1-4b0f-4792-822e-595a597f1f19 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:48:37,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-4314b1b1-4b0f-4792-822e-595a597f1f19 2018-12-03 16:48:37,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" 2018-12-03 16:48:37,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b064b40b-1d66-4fab-95fe-16bdc50d680e Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:48:37,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-b064b40b-1d66-4fab-95fe-16bdc50d680e 2018-12-03 16:48:37,496 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj 2018-12-03 16:48:37,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/82afdc85ef9b4c80a5d799a1cf1c7db2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" 2018-12-03 16:48:37,713 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:48:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c18b7f93-b5ca-498c-99a3-c2f9b8b190e2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:48:37,713 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/82afdc85ef9b4c80a5d799a1cf1c7db2 used request id req-c18b7f93-b5ca-498c-99a3-c2f9b8b190e2 2018-12-03 16:48:37,714 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-proj-role 2018-12-03 16:48:37,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/bba238c974be4fcdb44c60cf5ba911e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" 2018-12-03 16:48:37,830 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:48:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4af5c6e9-76c2-476d-be7d-8b5998a1bbb6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:48:37,830 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/bba238c974be4fcdb44c60cf5ba911e3 used request id req-4af5c6e9-76c2-476d-be7d-8b5998a1bbb6 2018-12-03 16:48:37,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5704cca9ec0bfcaee4874756ae90982d53b89f0b" 2018-12-03 16:48:37,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cdf88ae-6c4b-4a18-a470-603f2af2b0e5 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:48:37,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9cdf88ae-6c4b-4a18-a470-603f2af2b0e5 2018-12-03 16:48:37,916 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-e61e25a3-d3bb-4c2-user 2018-12-03 16:48:37,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/9ab54be216ed4ae5962db340d519ed12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b21be217dd424744f1c269f8f4bb2027399c600" 2018-12-03 16:48:38,118 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:48:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5b1e7b1-11ab-4b28-8f94-9412599542a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:48:38,118 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/9ab54be216ed4ae5962db340d519ed12 used request id req-f5b1e7b1-11ab-4b28-8f94-9412599542a9 2018-12-03 16:48:38,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:48:38,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:48:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["LEHPriZASMKxg7CLcAJ3yw"], "issued_at": "2018-12-03T16:48:38.000000Z"}} 2018-12-03 16:48:38,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc27bbe13d2b6024dad54a10148249d4c7f4044d" 2018-12-03 16:48:38,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52928e98-9810-476d-a52e-65257ca2b04a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:48:38,595 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-52928e98-9810-476d-a52e-65257ca2b04a 2018-12-03 16:48:38,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:48:38,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:48:39,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:48:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["GDxU9GLuQlKjRDtF42Si2g"], "issued_at": "2018-12-03T16:48:39.000000Z"}} 2018-12-03 16:48:39,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:48:39,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f01d1c0b-0e8e-4388-93ab-eb7431f5ba62 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:48:39,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f01d1c0b-0e8e-4388-93ab-eb7431f5ba62 2018-12-03 16:48:39,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:48:39,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:48: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:48:39,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:48:39,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8eef894-290f-4ff2-b9c6-769f67e3ac0c Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:48:39,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj used request id req-d8eef894-290f-4ff2-b9c6-769f67e3ac0c 2018-12-03 16:48:39,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:48:39,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7c7766b-d86f-4567-8c30-991c25f205b7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:48:39,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a7c7766b-d86f-4567-8c30-991c25f205b7 2018-12-03 16:48:39,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj"}}' 2018-12-03 16:48:39,399 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:48:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4db9cf70-c5d0-4979-9d75-af2ebf0e237a Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07"}, "enabled": true, "id": "41270197efbc4a47b787b1983c8dee07", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj"}} 2018-12-03 16:48:39,400 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-4db9cf70-c5d0-4979-9d75-af2ebf0e237a 2018-12-03 16:48:39,400 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj 2018-12-03 16:48:39,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:48:39,401 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:48:39,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:48:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["wX1lKKEmRtqGq9d0aZrzDg"], "issued_at": "2018-12-03T16:48:39.000000Z"}} 2018-12-03 16:48:39,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e23039b9a146b8d4691a4658f84b9adbc8358f" 2018-12-03 16:48:39,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e345635e-3503-43fd-98d8-59f0c6d18a75 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:48:39,871 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e345635e-3503-43fd-98d8-59f0c6d18a75 2018-12-03 16:48:39,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:48:39,880 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:48: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:48:39,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e23039b9a146b8d4691a4658f84b9adbc8358f" 2018-12-03 16:48:39,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dd55d4d-c9e8-4c38-a473-911d834fc791 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:48:39,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7dd55d4d-c9e8-4c38-a473-911d834fc791 2018-12-03 16:48:39,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e23039b9a146b8d4691a4658f84b9adbc8358f" 2018-12-03 16:48:40,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55aab364-8425-4ae8-a4e3-71ab4c934c98 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07"}, "enabled": true, "id": "41270197efbc4a47b787b1983c8dee07", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj"}]} 2018-12-03 16:48:40,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj used request id req-55aab364-8425-4ae8-a4e3-71ab4c934c98 2018-12-03 16:48:40,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e23039b9a146b8d4691a4658f84b9adbc8358f" 2018-12-03 16:48:40,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e711ff2c-4bed-4929-879b-537ef410bf7b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:48:40,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-e711ff2c-4bed-4929-879b-537ef410bf7b 2018-12-03 16:48:40,555 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-08ffc83c-8214-496-user 2018-12-03 16:48:40,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:48:40,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:48:40,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8572b93-3a02-4669-be47-fbcc71b15e54 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:48:40,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f8572b93-3a02-4669-be47-fbcc71b15e54 2018-12-03 16:48:40,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" -d '{"role": {"name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj-role"}}' 2018-12-03 16:48:40,759 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:48:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92ce7475-777b-413e-8d81-98dbe3427d89 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c8fcf465efc04a63b9da78ab9164966b", "links": {"self": "http://172.30.9.30:5000/v3/roles/c8fcf465efc04a63b9da78ab9164966b"}, "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj-role"}} 2018-12-03 16:48:40,759 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-92ce7475-777b-413e-8d81-98dbe3427d89 2018-12-03 16:48:40,759 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj-role 2018-12-03 16:48:40,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/c8fcf465efc04a63b9da78ab9164966b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:48:40,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fba52115-3c87-4379-8245-375db7f9a829 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/c8fcf465efc04a63b9da78ab9164966b"}, "domain_id": null, "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj-role", "id": "c8fcf465efc04a63b9da78ab9164966b"}} 2018-12-03 16:48:40,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/c8fcf465efc04a63b9da78ab9164966b used request id req-fba52115-3c87-4379-8245-375db7f9a829 2018-12-03 16:48:40,854 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj-role to project CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj 2018-12-03 16:48:40,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07/users/a7a0c13f1d194e38a6a2828c10dcdec0/roles/c8fcf465efc04a63b9da78ab9164966b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:48:40,977 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:48:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87d2b2de-2f9e-414f-a164-39604ecc1702 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:48:40,977 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07/users/a7a0c13f1d194e38a6a2828c10dcdec0/roles/c8fcf465efc04a63b9da78ab9164966b used request id req-87d2b2de-2f9e-414f-a164-39604ecc1702 2018-12-03 16:48:40,978 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:48:40,979 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:48:40,979 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-12-03 16:48:40,979 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:48:40,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:48:41,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c8fcf465efc04a63b9da78ab9164966b", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj-role"}], "expires_at": "2018-12-03T17:48:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41270197efbc4a47b787b1983c8dee07", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-user", "id": "a7a0c13f1d194e38a6a2828c10dcdec0"}, "audit_ids": ["i2IOy9i7Rl-bfMLLhXiYNg"], "issued_at": "2018-12-03T16:48:41.000000Z"}} 2018-12-03 16:48:41,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147f2443868b366c8187bf92728b82be5d337e5" 2018-12-03 16:48:41,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-123f8bab-afe0-4d90-b38e-408c083bb746 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:48:41,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-123f8bab-afe0-4d90-b38e-408c083bb746 2018-12-03 16:48:41,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5147f2443868b366c8187bf92728b82be5d337e5" 2018-12-03 16:48:41,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-4f1a94e7-f33b-48ae-8dd5-f156f8d20441 Date: Mon, 03 Dec 2018 16:48:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83"} 2018-12-03 16:48:41,611 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83 used request id req-4f1a94e7-f33b-48ae-8dd5-f156f8d20441 2018-12-03 16:48:41,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5147f2443868b366c8187bf92728b82be5d337e5" 2018-12-03 16:48:41,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2818786f-7b38-454d-bcb5-66f64d58849d Date: Mon, 03 Dec 2018 16:48: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-12-03 16:48:41,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-2818786f-7b38-454d-bcb5-66f64d58849d 2018-12-03 16:48:41,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5147f2443868b366c8187bf92728b82be5d337e5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83"}' 2018-12-03 16:48:41,989 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a X-Openstack-Request-Id: req-a9d0f6ef-3e85-46f9-9426-4f678716e9c1 Date: Mon, 03 Dec 2018 16:48:41 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:48:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:48:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "min_disk": 0, "protected": false, "id": "0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "file": "/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a/file", "checksum": null, "owner": "41270197efbc4a47b787b1983c8dee07", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:48:41,990 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-a9d0f6ef-3e85-46f9-9426-4f678716e9c1 2018-12-03 16:48:42,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5147f2443868b366c8187bf92728b82be5d337e5" -d '' 2018-12-03 16:48:43,674 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9d70e9fa-cf29-41ba-8a04-e3c5833c24d8 Date: Mon, 03 Dec 2018 16:48:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:48:43,674 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a/file used request id req-9d70e9fa-cf29-41ba-8a04-e3c5833c24d8 2018-12-03 16:48:43,674 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:48:43,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5147f2443868b366c8187bf92728b82be5d337e5" 2018-12-03 16:48:43,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-239a153f-abd3-4825-b8e7-da39c5dcd0c0 Date: Mon, 03 Dec 2018 16:48:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:48:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:48:43Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a/snap", "metadata": {}}], "self": "/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "min_disk": 0, "protected": false, "id": "0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "file": "/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "41270197efbc4a47b787b1983c8dee07", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:48:43,835 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a used request id req-239a153f-abd3-4825-b8e7-da39c5dcd0c0 2018-12-03 16:48:43,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5147f2443868b366c8187bf92728b82be5d337e5" 2018-12-03 16:48:44,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-07604287-3351-4092-85ea-27086ab07a6c Date: Mon, 03 Dec 2018 16:48: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-12-03 16:48:44,011 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-07604287-3351-4092-85ea-27086ab07a6c 2018-12-03 16:48:44,014 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83 2018-12-03 16:48:44,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5147f2443868b366c8187bf92728b82be5d337e5" 2018-12-03 16:48:44,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8c459ee8-9a25-4cb6-9e7f-47457e0fb1ee Date: Mon, 03 Dec 2018 16:48:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:48:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:48:43Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a/snap", "metadata": {}}], "self": "/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "min_disk": 0, "protected": false, "id": "0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "file": "/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "41270197efbc4a47b787b1983c8dee07", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:48:44,035 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a used request id req-8c459ee8-9a25-4cb6-9e7f-47457e0fb1ee 2018-12-03 16:48:44,036 - create_image - DEBUG - Instance status is - active 2018-12-03 16:48:44,036 - create_image - DEBUG - Image is active with name - CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83 2018-12-03 16:48:44,036 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83 2018-12-03 16:48:44,036 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:48:44,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:48:44,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:48:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Wo0v-lG5ReG3B8cml1Go5w"], "issued_at": "2018-12-03T16:48:44.000000Z"}} 2018-12-03 16:48:44,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4652aabe1b2dd43b5898f9294641b641566865c6" 2018-12-03 16:48:44,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc84568f-544d-4347-938d-ae3f1b3104ac Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:48:44,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cc84568f-544d-4347-938d-ae3f1b3104ac 2018-12-03 16:48:44,501 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:48:44,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4652aabe1b2dd43b5898f9294641b641566865c6" 2018-12-03 16:48:44,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48: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-6ef77306-1d3b-4867-bc77-2153d73e3ad0 x-compute-request-id: req-6ef77306-1d3b-4867-bc77-2153d73e3ad0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:48:44,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6ef77306-1d3b-4867-bc77-2153d73e3ad0 2018-12-03 16:48:44,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4652aabe1b2dd43b5898f9294641b641566865c6" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-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-12-03 16:48:44,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48: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-0902ba45-48d1-4142-abf7-0bbe8d2cb7b9 x-compute-request-id: req-0902ba45-48d1-4142-abf7-0bbe8d2cb7b9 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:48:44,717 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0902ba45-48d1-4142-abf7-0bbe8d2cb7b9 2018-12-03 16:48:44,718 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:48:44,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:48:45,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c8fcf465efc04a63b9da78ab9164966b", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj-role"}], "expires_at": "2018-12-03T17:48:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41270197efbc4a47b787b1983c8dee07", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-user", "id": "a7a0c13f1d194e38a6a2828c10dcdec0"}, "audit_ids": ["XFdLs0fCQceTlQ0k8JsFwQ"], "issued_at": "2018-12-03T16:48:45.000000Z"}} 2018-12-03 16:48:45,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ce0ecd550a2b89d14f1caf7493b0dfb26a4ade" 2018-12-03 16:48:45,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14931c04-3e8a-4c76-a4df-6c387b049133 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:48:45,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-14931c04-3e8a-4c76-a4df-6c387b049133 2018-12-03 16:48:45,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ce0ecd550a2b89d14f1caf7493b0dfb26a4ade" 2018-12-03 16:48:45,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9c5d7d98-741d-4c96-b2f4-584a746960fc Date: Mon, 03 Dec 2018 16:48:45 GMT RESP BODY: {"networks":[]} 2018-12-03 16:48:45,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net used request id req-9c5d7d98-741d-4c96-b2f4-584a746960fc 2018-12-03 16:48:45,360 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net 2018-12-03 16:48:45,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ce0ecd550a2b89d14f1caf7493b0dfb26a4ade" -d '{"network": {"name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net", "admin_state_up": true}}' 2018-12-03 16:48:46,146 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-374d86aa-17c6-4246-b814-c9143fe51d53 Date: Mon, 03 Dec 2018 16:48:46 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d502e861-4791-4f1d-9814-042c85551ef1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"41270197efbc4a47b787b1983c8dee07","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:48:45Z","is_default":false,"name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:45Z","mtu":1450}} 2018-12-03 16:48:46,147 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-374d86aa-17c6-4246-b814-c9143fe51d53 2018-12-03 16:48:46,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=d502e861-4791-4f1d-9814-042c85551ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ce0ecd550a2b89d14f1caf7493b0dfb26a4ade" 2018-12-03 16:48:46,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-9bd3d105-de71-490a-a69c-89a08ebce18c Date: Mon, 03 Dec 2018 16:48: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-12-03T16:48:45Z","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"41270197efbc4a47b787b1983c8dee07","id":"d502e861-4791-4f1d-9814-042c85551ef1","name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net"}]} 2018-12-03 16:48:46,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=d502e861-4791-4f1d-9814-042c85551ef1 used request id req-9bd3d105-de71-490a-a69c-89a08ebce18c 2018-12-03 16:48:46,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ce0ecd550a2b89d14f1caf7493b0dfb26a4ade" 2018-12-03 16:48:46,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5025c04b-3c1a-4103-adad-d698ea85e70a Date: Mon, 03 Dec 2018 16:48:46 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:48:46,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 used request id req-5025c04b-3c1a-4103-adad-d698ea85e70a 2018-12-03 16:48:46,686 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-subnet 2018-12-03 16:48:46,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ce0ecd550a2b89d14f1caf7493b0dfb26a4ade" -d '{"subnets": [{"ip_version": 4, "network_id": "d502e861-4791-4f1d-9814-042c85551ef1", "cidr": "10.55.0.0/24", "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-subnet"}]}' 2018-12-03 16:48:47,355 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bb96382f-ed85-4924-948e-9205ce7c732d Date: Mon, 03 Dec 2018 16:48:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d502e861-4791-4f1d-9814-042c85551ef1","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:47Z","dns_nameservers":[],"updated_at":"2018-12-03T16:48:47Z","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":"41270197efbc4a47b787b1983c8dee07","id":"b2e2ee12-68fc-46ee-95f4-8516094b47e7","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-subnet"}]} 2018-12-03 16:48:47,356 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-bb96382f-ed85-4924-948e-9205ce7c732d 2018-12-03 16:48:47,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=d502e861-4791-4f1d-9814-042c85551ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ce0ecd550a2b89d14f1caf7493b0dfb26a4ade" 2018-12-03 16:48:47,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-56880b3f-7598-450d-90ac-c7b8ce9ca170 Date: Mon, 03 Dec 2018 16:48: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":["b2e2ee12-68fc-46ee-95f4-8516094b47e7"],"updated_at":"2018-12-03T16:48:47Z","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41270197efbc4a47b787b1983c8dee07","id":"d502e861-4791-4f1d-9814-042c85551ef1","name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net"}]} 2018-12-03 16:48:47,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=d502e861-4791-4f1d-9814-042c85551ef1 used request id req-56880b3f-7598-450d-90ac-c7b8ce9ca170 2018-12-03 16:48:47,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ce0ecd550a2b89d14f1caf7493b0dfb26a4ade" 2018-12-03 16:48:47,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-56fb55b3-e221-4173-a419-afc465c4a929 Date: Mon, 03 Dec 2018 16:48:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d502e861-4791-4f1d-9814-042c85551ef1","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:47Z","dns_nameservers":[],"updated_at":"2018-12-03T16:48:47Z","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":"41270197efbc4a47b787b1983c8dee07","id":"b2e2ee12-68fc-46ee-95f4-8516094b47e7","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-subnet"}]} 2018-12-03 16:48:47,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 used request id req-56fb55b3-e221-4173-a419-afc465c4a929 2018-12-03 16:48:47,897 - OpenStackNetwork - DEBUG - Network [d502e861-4791-4f1d-9814-042c85551ef1] created successfully 2018-12-03 16:48:47,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:48:47,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:48:48,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c8fcf465efc04a63b9da78ab9164966b", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj-role"}], "expires_at": "2018-12-03T17:48:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41270197efbc4a47b787b1983c8dee07", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-user", "id": "a7a0c13f1d194e38a6a2828c10dcdec0"}, "audit_ids": ["_fOmdMBTTVKra4k933hHcA"], "issued_at": "2018-12-03T16:48:48.000000Z"}} 2018-12-03 16:48:48,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:48,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30304407-59f1-41e0-a4f0-c797b2a2787d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:48:48,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-30304407-59f1-41e0-a4f0-c797b2a2787d 2018-12-03 16:48:48,348 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:48:48,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:48,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1852ac3-d424-47f6-bab8-15f5d38ccb98 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:48:48,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a1852ac3-d424-47f6-bab8-15f5d38ccb98 2018-12-03 16:48:48,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:48,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b1c756cb-da22-4936-9dc2-65f8fe921f70 Date: Mon, 03 Dec 2018 16:48: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":["b2e2ee12-68fc-46ee-95f4-8516094b47e7"],"updated_at":"2018-12-03T16:48:47Z","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41270197efbc4a47b787b1983c8dee07","id":"d502e861-4791-4f1d-9814-042c85551ef1","name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net"}]} 2018-12-03 16:48:48,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net used request id req-b1c756cb-da22-4936-9dc2-65f8fe921f70 2018-12-03 16:48:48,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:48:48,712 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:48: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:48:48,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:48,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad7b2456-e1d4-41d0-928b-456cad8436df Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07"}, "enabled": true, "id": "41270197efbc4a47b787b1983c8dee07", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj"}} 2018-12-03 16:48:48,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 used request id req-ad7b2456-e1d4-41d0-928b-456cad8436df 2018-12-03 16:48:48,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:49,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-84f10560-55f6-4f54-a4d6-7e908a96fbc8 Date: Mon, 03 Dec 2018 16:48:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d502e861-4791-4f1d-9814-042c85551ef1","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:47Z","dns_nameservers":[],"updated_at":"2018-12-03T16:48:47Z","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":"41270197efbc4a47b787b1983c8dee07","id":"b2e2ee12-68fc-46ee-95f4-8516094b47e7","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-subnet"}]} 2018-12-03 16:48:49,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 used request id req-84f10560-55f6-4f54-a4d6-7e908a96fbc8 2018-12-03 16:48:49,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=d502e861-4791-4f1d-9814-042c85551ef1&name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:49,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-25482830-911a-46aa-ad1a-58e0e1cb1427 Date: Mon, 03 Dec 2018 16:48:49 GMT RESP BODY: {"ports":[]} 2018-12-03 16:48:49,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=d502e861-4791-4f1d-9814-042c85551ef1&name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-port&admin_state_up=True used request id req-25482830-911a-46aa-ad1a-58e0e1cb1427 2018-12-03 16:48:49,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:49,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-a971e6f4-e799-4281-a486-4ecc32ad6bb4 x-compute-request-id: req-a971e6f4-e799-4281-a486-4ecc32ad6bb4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:48:49,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst used request id req-a971e6f4-e799-4281-a486-4ecc32ad6bb4 2018-12-03 16:48:49,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:49,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5efe01bc-6f0a-4d3b-ac97-cc8ada890bcd Date: Mon, 03 Dec 2018 16:48: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":["b2e2ee12-68fc-46ee-95f4-8516094b47e7"],"updated_at":"2018-12-03T16:48:47Z","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41270197efbc4a47b787b1983c8dee07","id":"d502e861-4791-4f1d-9814-042c85551ef1","name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net"}]} 2018-12-03 16:48:49,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net used request id req-5efe01bc-6f0a-4d3b-ac97-cc8ada890bcd 2018-12-03 16:48:49,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:49,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5800f43-ed63-4fbd-a02a-0ff19d6d1301 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07"}, "enabled": true, "id": "41270197efbc4a47b787b1983c8dee07", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj"}} 2018-12-03 16:48:49,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 used request id req-e5800f43-ed63-4fbd-a02a-0ff19d6d1301 2018-12-03 16:48:49,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:49,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4a14d56f-8580-4d46-a2a3-c3d03e95576e Date: Mon, 03 Dec 2018 16:48:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d502e861-4791-4f1d-9814-042c85551ef1","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:47Z","dns_nameservers":[],"updated_at":"2018-12-03T16:48:47Z","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":"41270197efbc4a47b787b1983c8dee07","id":"b2e2ee12-68fc-46ee-95f4-8516094b47e7","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-subnet"}]} 2018-12-03 16:48:49,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 used request id req-4a14d56f-8580-4d46-a2a3-c3d03e95576e 2018-12-03 16:48:49,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=d502e861-4791-4f1d-9814-042c85551ef1&name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:49,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a9908f71-e120-4181-bed0-9541a30cba77 Date: Mon, 03 Dec 2018 16:48:49 GMT RESP BODY: {"ports":[]} 2018-12-03 16:48:49,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=d502e861-4791-4f1d-9814-042c85551ef1&name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-port&admin_state_up=True used request id req-a9908f71-e120-4181-bed0-9541a30cba77 2018-12-03 16:48:49,975 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:48:49,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:48:50,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c8fcf465efc04a63b9da78ab9164966b", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj-role"}], "expires_at": "2018-12-03T17:48:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41270197efbc4a47b787b1983c8dee07", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/41270197efbc4a47b787b1983c8dee07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/41270197efbc4a47b787b1983c8dee07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/41270197efbc4a47b787b1983c8dee07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-user", "id": "a7a0c13f1d194e38a6a2828c10dcdec0"}, "audit_ids": ["H1n6F6oSSrS4Uma4iIYjmQ"], "issued_at": "2018-12-03T16:48:50.000000Z"}} 2018-12-03 16:48:50,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f231a3e761a2cd1b4d3565c043bb1a5b59c8517" 2018-12-03 16:48:50,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29cc75f2-0303-4029-be97-a0cc16c2c0b9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:48:50,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-29cc75f2-0303-4029-be97-a0cc16c2c0b9 2018-12-03 16:48:50,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:50,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7aa39e27-90e4-4600-9c5c-4b536b8b0f68 Date: Mon, 03 Dec 2018 16:48: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":["b2e2ee12-68fc-46ee-95f4-8516094b47e7"],"updated_at":"2018-12-03T16:48:47Z","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41270197efbc4a47b787b1983c8dee07","id":"d502e861-4791-4f1d-9814-042c85551ef1","name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net"}]} 2018-12-03 16:48:50,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net used request id req-7aa39e27-90e4-4600-9c5c-4b536b8b0f68 2018-12-03 16:48:50,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:50,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d00d1500-6f54-4de0-8c71-7b899775b98f Date: Mon, 03 Dec 2018 16:48:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d502e861-4791-4f1d-9814-042c85551ef1","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:47Z","dns_nameservers":[],"updated_at":"2018-12-03T16:48:47Z","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":"41270197efbc4a47b787b1983c8dee07","id":"b2e2ee12-68fc-46ee-95f4-8516094b47e7","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-subnet"}]} 2018-12-03 16:48:50,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 used request id req-d00d1500-6f54-4de0-8c71-7b899775b98f 2018-12-03 16:48:50,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:50,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1df516f1-59be-49c0-94d4-f519a2970c22 Date: Mon, 03 Dec 2018 16:48: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":["b2e2ee12-68fc-46ee-95f4-8516094b47e7"],"updated_at":"2018-12-03T16:48:47Z","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41270197efbc4a47b787b1983c8dee07","id":"d502e861-4791-4f1d-9814-042c85551ef1","name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net"}]} 2018-12-03 16:48:50,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net used request id req-1df516f1-59be-49c0-94d4-f519a2970c22 2018-12-03 16:48:50,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:48:50,969 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:48: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:48:50,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f231a3e761a2cd1b4d3565c043bb1a5b59c8517" 2018-12-03 16:48:51,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5209697b-08a9-49aa-ab99-1c26529c498f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07"}, "enabled": true, "id": "41270197efbc4a47b787b1983c8dee07", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj"}} 2018-12-03 16:48:51,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 used request id req-5209697b-08a9-49aa-ab99-1c26529c498f 2018-12-03 16:48:51,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:51,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f1fcd70c-0377-4fac-9798-bb78d2e79f69 Date: Mon, 03 Dec 2018 16:48:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d502e861-4791-4f1d-9814-042c85551ef1","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:47Z","dns_nameservers":[],"updated_at":"2018-12-03T16:48:47Z","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":"41270197efbc4a47b787b1983c8dee07","id":"b2e2ee12-68fc-46ee-95f4-8516094b47e7","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-subnet"}]} 2018-12-03 16:48:51,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 used request id req-f1fcd70c-0377-4fac-9798-bb78d2e79f69 2018-12-03 16:48:51,185 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net 2018-12-03 16:48:51,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" -d '{"port": {"network_id": "d502e861-4791-4f1d-9814-042c85551ef1", "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-port", "admin_state_up": true}}' 2018-12-03 16:48:52,314 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-8ba7b2ce-b086-4a88-93f9-2c4a14a2d4dc Date: Mon, 03 Dec 2018 16:48:52 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:48:51Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b2e2ee12-68fc-46ee-95f4-8516094b47e7","ip_address":"10.55.0.12"}],"id":"8c852f85-110e-4c26-919a-9c0fbc0416b3","security_groups":["3aa336b3-d6eb-410a-996d-e32b1a032c0b"],"mac_address":"fa:16:3e:ea:9d:1c","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-port","project_id":"41270197efbc4a47b787b1983c8dee07","qos_policy_id":null,"admin_state_up":true,"network_id":"d502e861-4791-4f1d-9814-042c85551ef1","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:51Z","binding:vnic_type":"normal"}} 2018-12-03 16:48:52,314 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-8ba7b2ce-b086-4a88-93f9-2c4a14a2d4dc 2018-12-03 16:48:52,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:52,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7dd05911-750e-4ccb-a3c4-da9a5cc14908 Date: Mon, 03 Dec 2018 16:48: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":["b2e2ee12-68fc-46ee-95f4-8516094b47e7"],"updated_at":"2018-12-03T16:48:47Z","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41270197efbc4a47b787b1983c8dee07","id":"d502e861-4791-4f1d-9814-042c85551ef1","name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net"}]} 2018-12-03 16:48:52,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net used request id req-7dd05911-750e-4ccb-a3c4-da9a5cc14908 2018-12-03 16:48:52,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:52,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64380dff-5d49-4d69-b8a7-c6fbc674524c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07"}, "enabled": true, "id": "41270197efbc4a47b787b1983c8dee07", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj"}} 2018-12-03 16:48:52,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 used request id req-64380dff-5d49-4d69-b8a7-c6fbc674524c 2018-12-03 16:48:52,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:53,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1c6c5cc6-9e53-4a0b-8198-83a1e33fb129 Date: Mon, 03 Dec 2018 16:48:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d502e861-4791-4f1d-9814-042c85551ef1","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:47Z","dns_nameservers":[],"updated_at":"2018-12-03T16:48:47Z","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":"41270197efbc4a47b787b1983c8dee07","id":"b2e2ee12-68fc-46ee-95f4-8516094b47e7","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-subnet"}]} 2018-12-03 16:48:53,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 used request id req-1c6c5cc6-9e53-4a0b-8198-83a1e33fb129 2018-12-03 16:48:53,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=d502e861-4791-4f1d-9814-042c85551ef1&name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:53,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-5356a30e-a119-4b90-a12d-32ddf54b79de Date: Mon, 03 Dec 2018 16:48:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:48:51Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b2e2ee12-68fc-46ee-95f4-8516094b47e7","ip_address":"10.55.0.12"}],"id":"8c852f85-110e-4c26-919a-9c0fbc0416b3","security_groups":["3aa336b3-d6eb-410a-996d-e32b1a032c0b"],"mac_address":"fa:16:3e:ea:9d:1c","project_id":"41270197efbc4a47b787b1983c8dee07","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-port","admin_state_up":true,"network_id":"d502e861-4791-4f1d-9814-042c85551ef1","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:51Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:48:53,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=d502e861-4791-4f1d-9814-042c85551ef1&name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-port&admin_state_up=True used request id req-5356a30e-a119-4b90-a12d-32ddf54b79de 2018-12-03 16:48:53,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:53,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee12a6c6-5255-4aa6-a522-2bd0108f0bd2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07"}, "enabled": true, "id": "41270197efbc4a47b787b1983c8dee07", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj"}} 2018-12-03 16:48:53,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 used request id req-ee12a6c6-5255-4aa6-a522-2bd0108f0bd2 2018-12-03 16:48:53,331 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst 2018-12-03 16:48:53,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:53,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2ee8e49-9c48-44a3-ab1c-cfbf54ecc14a x-compute-request-id: req-c2ee8e49-9c48-44a3-ab1c-cfbf54ecc14a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "rel": "bookmark"}], "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-flavor-name"}]} 2018-12-03 16:48:53,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c2ee8e49-9c48-44a3-ab1c-cfbf54ecc14a 2018-12-03 16:48:53,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:53,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ce582d7-734c-4853-98a3-3ff32c9f879f x-compute-request-id: req-7ce582d7-734c-4853-98a3-3ff32c9f879f Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:48:53,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561 used request id req-7ce582d7-734c-4853-98a3-3ff32c9f879f 2018-12-03 16:48:53,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:53,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-c15ead0f-d244-4823-8cee-3e7fd0621e97 Date: Mon, 03 Dec 2018 16:48:53 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:48:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:48:43Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a/snap", "metadata": {}}], "self": "/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "min_disk": 0, "protected": false, "id": "0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "file": "/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "41270197efbc4a47b787b1983c8dee07", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83"} 2018-12-03 16:48:53,553 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83 used request id req-c15ead0f-d244-4823-8cee-3e7fd0621e97 2018-12-03 16:48:53,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:53,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fc42ff04-8192-4455-a6ed-09906e590f27 Date: Mon, 03 Dec 2018 16: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-12-03 16:48:53,712 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-fc42ff04-8192-4455-a6ed-09906e590f27 2018-12-03 16:48:53,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" -d '{"server": {"name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst", "imageRef": "0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "flavorRef": "3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "max_count": 1, "min_count": 1, "networks": [{"port": "8c852f85-110e-4c26-919a-9c0fbc0416b3"}]}}' 2018-12-03 16:48:55,390 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16: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-d3f8249e-fe32-42cd-b578-8aa1613aa05c x-compute-request-id: req-d3f8249e-fe32-42cd-b578-8aa1613aa05c Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "13031b05-9876-4c24-8ec8-9f1412028bf6", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13031b05-9876-4c24-8ec8-9f1412028bf6", "rel": "bookmark"}], "adminPass": "d88wc7gCcDx8"}} 2018-12-03 16:48:55,390 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-d3f8249e-fe32-42cd-b578-8aa1613aa05c 2018-12-03 16:48:55,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:55,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84de018f-b255-49f8-be79-f20d84449495 x-compute-request-id: req-84de018f-b255-49f8-be79-f20d84449495 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.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13031b05-9876-4c24-8ec8-9f1412028bf6", "rel": "bookmark"}], "image": {"id": "0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "links": [{"href": "http://172.30.9.30:8774/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "links": [{"href": "http://172.30.9.30:8774/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "rel": "bookmark"}]}, "id": "13031b05-9876-4c24-8ec8-9f1412028bf6", "user_id": "a7a0c13f1d194e38a6a2828c10dcdec0", "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-12-03T16:48:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst", "created": "2018-12-03T16:48:55Z", "tenant_id": "41270197efbc4a47b787b1983c8dee07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:55,759 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 used request id req-84de018f-b255-49f8-be79-f20d84449495 2018-12-03 16:48:55,759 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst 2018-12-03 16:48:55,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:56,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86c753cf-276c-4c03-ac10-99e3a7a5e5c6 x-compute-request-id: req-86c753cf-276c-4c03-ac10-99e3a7a5e5c6 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.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13031b05-9876-4c24-8ec8-9f1412028bf6", "rel": "bookmark"}], "image": {"id": "0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "links": [{"href": "http://172.30.9.30:8774/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "links": [{"href": "http://172.30.9.30:8774/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "rel": "bookmark"}]}, "id": "13031b05-9876-4c24-8ec8-9f1412028bf6", "user_id": "a7a0c13f1d194e38a6a2828c10dcdec0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:48:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst", "created": "2018-12-03T16:48:55Z", "tenant_id": "41270197efbc4a47b787b1983c8dee07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:56,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 used request id req-86c753cf-276c-4c03-ac10-99e3a7a5e5c6 2018-12-03 16:48:56,002 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst] is - BUILD 2018-12-03 16:48:56,002 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:48:59,005 - create_instance - DEBUG - VM status query timeout in 896.754353046 2018-12-03 16:48:59,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:48:59,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:48: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-03380625-3330-4b21-8642-d9fdc97db976 x-compute-request-id: req-03380625-3330-4b21-8642-d9fdc97db976 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13031b05-9876-4c24-8ec8-9f1412028bf6", "rel": "bookmark"}], "image": {"id": "0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "links": [{"href": "http://172.30.9.30:8774/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "links": [{"href": "http://172.30.9.30:8774/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "rel": "bookmark"}]}, "id": "13031b05-9876-4c24-8ec8-9f1412028bf6", "security_groups": [{"name": "default"}], "user_id": "a7a0c13f1d194e38a6a2828c10dcdec0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:48:56Z", "hostId": "366e5db9ca8a1110c2c02aa83760bed5cd25e627809463da956eb33c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst", "created": "2018-12-03T16:48:55Z", "tenant_id": "41270197efbc4a47b787b1983c8dee07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:48:59,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 used request id req-03380625-3330-4b21-8642-d9fdc97db976 2018-12-03 16:48:59,487 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst] is - BUILD 2018-12-03 16:48:59,487 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:49:02,490 - create_instance - DEBUG - VM status query timeout in 893.268863916 2018-12-03 16:49:02,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:49:03,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dba52e42-7cd6-47ef-b53e-1053b81bcc3a x-compute-request-id: req-dba52e42-7cd6-47ef-b53e-1053b81bcc3a Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:9d:1c", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13031b05-9876-4c24-8ec8-9f1412028bf6", "rel": "bookmark"}], "image": {"id": "0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "links": [{"href": "http://172.30.9.30:8774/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:49:00.000000", "flavor": {"id": "3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "links": [{"href": "http://172.30.9.30:8774/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "rel": "bookmark"}]}, "id": "13031b05-9876-4c24-8ec8-9f1412028bf6", "security_groups": [{"name": "default"}], "user_id": "a7a0c13f1d194e38a6a2828c10dcdec0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:49:00Z", "hostId": "366e5db9ca8a1110c2c02aa83760bed5cd25e627809463da956eb33c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst", "created": "2018-12-03T16:48:55Z", "tenant_id": "41270197efbc4a47b787b1983c8dee07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:49:03,196 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 used request id req-dba52e42-7cd6-47ef-b53e-1053b81bcc3a 2018-12-03 16:49:03,197 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst] is - ACTIVE 2018-12-03 16:49:03,197 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:49:03,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:49:03,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f78fdb40-7a04-46cd-9373-86891e66e840 x-compute-request-id: req-f78fdb40-7a04-46cd-9373-86891e66e840 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:9d:1c", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13031b05-9876-4c24-8ec8-9f1412028bf6", "rel": "bookmark"}], "image": {"id": "0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "links": [{"href": "http://172.30.9.30:8774/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:49:00.000000", "flavor": {"id": "3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "links": [{"href": "http://172.30.9.30:8774/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "rel": "bookmark"}]}, "id": "13031b05-9876-4c24-8ec8-9f1412028bf6", "security_groups": [{"name": "default"}], "user_id": "a7a0c13f1d194e38a6a2828c10dcdec0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:49:00Z", "hostId": "366e5db9ca8a1110c2c02aa83760bed5cd25e627809463da956eb33c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst", "created": "2018-12-03T16:48:55Z", "tenant_id": "41270197efbc4a47b787b1983c8dee07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:49:03,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 used request id req-f78fdb40-7a04-46cd-9373-86891e66e840 2018-12-03 16:49:03,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:49:03,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2caab991-cfea-4c12-821e-723def01e4a1 Date: Mon, 03 Dec 2018 16:49: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":["b2e2ee12-68fc-46ee-95f4-8516094b47e7"],"updated_at":"2018-12-03T16:48:47Z","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41270197efbc4a47b787b1983c8dee07","id":"d502e861-4791-4f1d-9814-042c85551ef1","name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net"}]} 2018-12-03 16:49:03,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net used request id req-2caab991-cfea-4c12-821e-723def01e4a1 2018-12-03 16:49:03,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:49:03,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a68d69c-39d0-49db-863a-781c96aa51b8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07"}, "enabled": true, "id": "41270197efbc4a47b787b1983c8dee07", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj"}} 2018-12-03 16:49:03,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 used request id req-8a68d69c-39d0-49db-863a-781c96aa51b8 2018-12-03 16:49:03,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:49:04,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-45dd8ccb-973c-487e-a27c-ce0163b8ee7f Date: Mon, 03 Dec 2018 16:49:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d502e861-4791-4f1d-9814-042c85551ef1","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:47Z","dns_nameservers":[],"updated_at":"2018-12-03T16:48:47Z","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":"41270197efbc4a47b787b1983c8dee07","id":"b2e2ee12-68fc-46ee-95f4-8516094b47e7","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-subnet"}]} 2018-12-03 16:49:04,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d502e861-4791-4f1d-9814-042c85551ef1 used request id req-45dd8ccb-973c-487e-a27c-ce0163b8ee7f 2018-12-03 16:49:04,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=d502e861-4791-4f1d-9814-042c85551ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:49:04,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3118 X-Openstack-Request-Id: req-fd1b6c10-af32-41b3-9fb9-5d4df8a49211 Date: Mon, 03 Dec 2018 16:49:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:48:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b2e2ee12-68fc-46ee-95f4-8516094b47e7","ip_address":"10.55.0.3"}],"id":"7ce18849-e42d-45c9-b359-273a3713c20c","security_groups":[],"mac_address":"fa:16:3e:15:04:17","project_id":"41270197efbc4a47b787b1983c8dee07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d502e861-4791-4f1d-9814-042c85551ef1","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d502e861-4791-4f1d-9814-042c85551ef1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b2e2ee12-68fc-46ee-95f4-8516094b47e7","ip_address":"10.55.0.12"}],"id":"8c852f85-110e-4c26-919a-9c0fbc0416b3","security_groups":["3aa336b3-d6eb-410a-996d-e32b1a032c0b"],"mac_address":"fa:16:3e:ea:9d:1c","project_id":"41270197efbc4a47b787b1983c8dee07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-port","admin_state_up":true,"network_id":"d502e861-4791-4f1d-9814-042c85551ef1","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:51Z","binding:vnic_type":"normal","device_id":"13031b05-9876-4c24-8ec8-9f1412028bf6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:48:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b2e2ee12-68fc-46ee-95f4-8516094b47e7","ip_address":"10.55.0.4"}],"id":"9a4fb0b3-6124-46e7-9a0c-b9c8b2651b34","security_groups":[],"mac_address":"fa:16:3e:58:84:46","project_id":"41270197efbc4a47b787b1983c8dee07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d502e861-4791-4f1d-9814-042c85551ef1","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d502e861-4791-4f1d-9814-042c85551ef1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:48:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b2e2ee12-68fc-46ee-95f4-8516094b47e7","ip_address":"10.55.0.2"}],"id":"fad9c8f4-8401-413e-8e38-5bc4c21980de","security_groups":[],"mac_address":"fa:16:3e:24:9f:55","project_id":"41270197efbc4a47b787b1983c8dee07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d502e861-4791-4f1d-9814-042c85551ef1","tenant_id":"41270197efbc4a47b787b1983c8dee07","created_at":"2018-12-03T16:48:47Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d502e861-4791-4f1d-9814-042c85551ef1"}]} 2018-12-03 16:49:04,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=d502e861-4791-4f1d-9814-042c85551ef1 used request id req-fd1b6c10-af32-41b3-9fb9-5d4df8a49211 2018-12-03 16:49:04,285 - create_instance - INFO - Deleting Port with ID - 8c852f85-110e-4c26-919a-9c0fbc0416b3 2018-12-03 16:49:04,286 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-port 2018-12-03 16:49:04,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/8c852f85-110e-4c26-919a-9c0fbc0416b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:49:04,717 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-981618dd-fa26-4c3a-b89b-36fb14ef2c31 Date: Mon, 03 Dec 2018 16:49:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:49:04,717 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/8c852f85-110e-4c26-919a-9c0fbc0416b3 used request id req-981618dd-fa26-4c3a-b89b-36fb14ef2c31 2018-12-03 16:49:04,717 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst 2018-12-03 16:49:04,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:49:04,862 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:49:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2c249bd7-4b0a-4b5f-bbfb-7dc649e3e367 x-compute-request-id: req-2c249bd7-4b0a-4b5f-bbfb-7dc649e3e367 Content-Type: application/json 2018-12-03 16:49:04,862 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 used request id req-2c249bd7-4b0a-4b5f-bbfb-7dc649e3e367 2018-12-03 16:49:04,862 - create_instance - INFO - Checking deletion status 2018-12-03 16:49:04,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:49:05,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e88019ae-0f0c-49e9-87ba-b030dfc85009 x-compute-request-id: req-e88019ae-0f0c-49e9-87ba-b030dfc85009 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:9d:1c", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13031b05-9876-4c24-8ec8-9f1412028bf6", "rel": "bookmark"}], "image": {"id": "0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "links": [{"href": "http://172.30.9.30:8774/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:49:00.000000", "flavor": {"id": "3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "links": [{"href": "http://172.30.9.30:8774/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561", "rel": "bookmark"}]}, "id": "13031b05-9876-4c24-8ec8-9f1412028bf6", "user_id": "a7a0c13f1d194e38a6a2828c10dcdec0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:49:04Z", "hostId": "366e5db9ca8a1110c2c02aa83760bed5cd25e627809463da956eb33c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst", "created": "2018-12-03T16:48:55Z", "tenant_id": "41270197efbc4a47b787b1983c8dee07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:49:05,205 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 used request id req-e88019ae-0f0c-49e9-87ba-b030dfc85009 2018-12-03 16:49:05,205 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst] is - ACTIVE 2018-12-03 16:49:05,206 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:49:08,209 - create_instance - DEBUG - VM status query timeout in 296.653702974 2018-12-03 16:49:08,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eafe6f56a093131f29f05aad4eeee40b6caae73" 2018-12-03 16:49:08,262 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:49: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-566ef653-7a38-4350-9156-531c84a217e4 x-compute-request-id: req-566ef653-7a38-4350-9156-531c84a217e4 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 13031b05-9876-4c24-8ec8-9f1412028bf6 could not be found.", "code": 404}} 2018-12-03 16:49:08,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13031b05-9876-4c24-8ec8-9f1412028bf6 used request id req-566ef653-7a38-4350-9156-531c84a217e4 2018-12-03 16:49:08,262 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 13031b05-9876-4c24-8ec8-9f1412028bf6 could not be found. (HTTP 404) (Request-ID: req-566ef653-7a38-4350-9156-531c84a217e4) 2018-12-03 16:49:08,263 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-inst 2018-12-03 16:49:08,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4652aabe1b2dd43b5898f9294641b641566865c6" 2018-12-03 16:49:08,313 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:49: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-01df5a21-0b6b-4c69-8546-8277d90b50af x-compute-request-id: req-01df5a21-0b6b-4c69-8546-8277d90b50af Content-Length: 0 Content-Type: application/json 2018-12-03 16:49:08,313 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/3c8a387f-ab5f-4cd4-9493-8f73ae0f2561 used request id req-01df5a21-0b6b-4c69-8546-8277d90b50af 2018-12-03 16:49:08,314 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-subnet 2018-12-03 16:49:08,314 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-subnet 2018-12-03 16:49:08,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/b2e2ee12-68fc-46ee-95f4-8516094b47e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ce0ecd550a2b89d14f1caf7493b0dfb26a4ade" 2018-12-03 16:49:10,760 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cd308650-6cf0-4b44-a84e-22ddb1d25fe9 Date: Mon, 03 Dec 2018 16:49:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:49:10,760 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/b2e2ee12-68fc-46ee-95f4-8516094b47e7 used request id req-cd308650-6cf0-4b44-a84e-22ddb1d25fe9 2018-12-03 16:49:10,761 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83-pub-net 2018-12-03 16:49:10,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/d502e861-4791-4f1d-9814-042c85551ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ce0ecd550a2b89d14f1caf7493b0dfb26a4ade" 2018-12-03 16:49:12,038 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6d21c459-83a5-46d9-b63c-94ba6c2b459a Date: Mon, 03 Dec 2018 16:49:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:49:12,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d502e861-4791-4f1d-9814-042c85551ef1 used request id req-6d21c459-83a5-46d9-b63c-94ba6c2b459a 2018-12-03 16:49:12,039 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-8f3a856f-e076-4b46-b855-bcae33e81e83 2018-12-03 16:49:12,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5147f2443868b366c8187bf92728b82be5d337e5" 2018-12-03 16:49:13,022 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-94b69e55-dbff-400d-b301-c09fc2dc919b Date: Mon, 03 Dec 2018 16:49:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:49:13,022 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/0a3bda4b-2247-4efd-8a6b-b7df5d29599a used request id req-94b69e55-dbff-400d-b301-c09fc2dc919b 2018-12-03 16:49:13,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:49:13,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ee23a6f3-9211-4480-b290-b8d66d9eacb9 Date: Mon, 03 Dec 2018 16:49:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "41270197efbc4a47b787b1983c8dee07", "created_at": "2018-12-03T16:48:45Z", "updated_at": "2018-12-03T16:48:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:48:45Z", "revision_number": 0, "id": "1a685a35-96c9-4d11-b9d0-485c8a154dbe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:48:45Z", "security_group_id": "3aa336b3-d6eb-410a-996d-e32b1a032c0b", "tenant_id": "41270197efbc4a47b787b1983c8dee07", "port_range_min": null, "ethertype": "IPv6", "project_id": "41270197efbc4a47b787b1983c8dee07"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:48:45Z", "revision_number": 0, "id": "a2708073-073a-4844-bd47-b17dcfd9f3e1", "remote_group_id": "3aa336b3-d6eb-410a-996d-e32b1a032c0b", "remote_ip_prefix": null, "created_at": "2018-12-03T16:48:45Z", "security_group_id": "3aa336b3-d6eb-410a-996d-e32b1a032c0b", "tenant_id": "41270197efbc4a47b787b1983c8dee07", "port_range_min": null, "ethertype": "IPv6", "project_id": "41270197efbc4a47b787b1983c8dee07"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:48:45Z", "revision_number": 0, "id": "fca06283-7f83-462d-bd0c-345033c9e8de", "remote_group_id": "3aa336b3-d6eb-410a-996d-e32b1a032c0b", "remote_ip_prefix": null, "created_at": "2018-12-03T16:48:45Z", "security_group_id": "3aa336b3-d6eb-410a-996d-e32b1a032c0b", "tenant_id": "41270197efbc4a47b787b1983c8dee07", "port_range_min": null, "ethertype": "IPv4", "project_id": "41270197efbc4a47b787b1983c8dee07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:48:45Z", "revision_number": 0, "id": "fcb4c619-18f1-46e1-926c-7ad67e4a433d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:48:45Z", "security_group_id": "3aa336b3-d6eb-410a-996d-e32b1a032c0b", "tenant_id": "41270197efbc4a47b787b1983c8dee07", "port_range_min": null, "ethertype": "IPv4", "project_id": "41270197efbc4a47b787b1983c8dee07"}], "revision_number": 4, "project_id": "41270197efbc4a47b787b1983c8dee07", "id": "3aa336b3-d6eb-410a-996d-e32b1a032c0b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:49:13,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-ee23a6f3-9211-4480-b290-b8d66d9eacb9 2018-12-03 16:49:13,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:49:13,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-612f2f5d-c8ce-4387-b236-74ab1b8fc028 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:49:13,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-612f2f5d-c8ce-4387-b236-74ab1b8fc028 2018-12-03 16:49:13,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:49:13,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2927e143-2f75-4005-9acf-c38641eba7a3 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:49:13,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-2927e143-2f75-4005-9acf-c38641eba7a3 2018-12-03 16:49:13,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:49:13,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16f97268-8a86-47f2-8f0c-dedaaf87a32a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07"}, "enabled": true, "id": "41270197efbc4a47b787b1983c8dee07", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj"}} 2018-12-03 16:49:13,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 used request id req-16f97268-8a86-47f2-8f0c-dedaaf87a32a 2018-12-03 16:49:13,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3aa336b3-d6eb-410a-996d-e32b1a032c0b 2018-12-03 16:49:13,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=3aa336b3-d6eb-410a-996d-e32b1a032c0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:49:13,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7518ca7a-439f-44b7-a27d-c8bfab043396 Date: Mon, 03 Dec 2018 16:49: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-12-03T16:48:45Z", "security_group_id": "3aa336b3-d6eb-410a-996d-e32b1a032c0b", "port_range_min": null, "revision_number": 0, "tenant_id": "41270197efbc4a47b787b1983c8dee07", "created_at": "2018-12-03T16:48:45Z", "project_id": "41270197efbc4a47b787b1983c8dee07", "id": "1a685a35-96c9-4d11-b9d0-485c8a154dbe"}, {"remote_group_id": "3aa336b3-d6eb-410a-996d-e32b1a032c0b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:48:45Z", "security_group_id": "3aa336b3-d6eb-410a-996d-e32b1a032c0b", "port_range_min": null, "revision_number": 0, "tenant_id": "41270197efbc4a47b787b1983c8dee07", "created_at": "2018-12-03T16:48:45Z", "project_id": "41270197efbc4a47b787b1983c8dee07", "id": "a2708073-073a-4844-bd47-b17dcfd9f3e1"}, {"remote_group_id": "3aa336b3-d6eb-410a-996d-e32b1a032c0b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:48:45Z", "security_group_id": "3aa336b3-d6eb-410a-996d-e32b1a032c0b", "port_range_min": null, "revision_number": 0, "tenant_id": "41270197efbc4a47b787b1983c8dee07", "created_at": "2018-12-03T16:48:45Z", "project_id": "41270197efbc4a47b787b1983c8dee07", "id": "fca06283-7f83-462d-bd0c-345033c9e8de"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:48:45Z", "security_group_id": "3aa336b3-d6eb-410a-996d-e32b1a032c0b", "port_range_min": null, "revision_number": 0, "tenant_id": "41270197efbc4a47b787b1983c8dee07", "created_at": "2018-12-03T16:48:45Z", "project_id": "41270197efbc4a47b787b1983c8dee07", "id": "fcb4c619-18f1-46e1-926c-7ad67e4a433d"}]} 2018-12-03 16:49:13,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=3aa336b3-d6eb-410a-996d-e32b1a032c0b used request id req-7518ca7a-439f-44b7-a27d-c8bfab043396 2018-12-03 16:49:13,707 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:49:13,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/3aa336b3-d6eb-410a-996d-e32b1a032c0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:49:14,029 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6170c65d-f689-43e8-9d8d-fef50195ad86 Content-Length: 0 Date: Mon, 03 Dec 2018 16:49:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:49:14,029 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/3aa336b3-d6eb-410a-996d-e32b1a032c0b used request id req-6170c65d-f689-43e8-9d8d-fef50195ad86 2018-12-03 16:49:14,030 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj 2018-12-03 16:49:14,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:49:14,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:49:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-771382a5-3f80-4d46-9c64-a196bc9a89a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:49:14,223 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/41270197efbc4a47b787b1983c8dee07 used request id req-771382a5-3f80-4d46-9c64-a196bc9a89a1 2018-12-03 16:49:14,224 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-08ffc83c-8214-496-proj-role 2018-12-03 16:49:14,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/c8fcf465efc04a63b9da78ab9164966b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:49:14,327 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:49:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-021c76d2-5471-4daf-a8d4-7feec5e99c20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:49:14,327 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/c8fcf465efc04a63b9da78ab9164966b used request id req-021c76d2-5471-4daf-a8d4-7feec5e99c20 2018-12-03 16:49:14,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63bbef55866d1baaecb9c9f4c79b2c8190ad65c4" 2018-12-03 16:49:14,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65558267-65fc-4db8-8703-7674a4704c93 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:49:14,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-65558267-65fc-4db8-8703-7674a4704c93 2018-12-03 16:49:14,411 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-08ffc83c-8214-496-user 2018-12-03 16:49:14,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/a7a0c13f1d194e38a6a2828c10dcdec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e23039b9a146b8d4691a4658f84b9adbc8358f" 2018-12-03 16:49:14,585 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:49:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7f8c4a0-bab4-48ff-a368-3a551e309761 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:49:14,585 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/a7a0c13f1d194e38a6a2828c10dcdec0 used request id req-e7f8c4a0-bab4-48ff-a368-3a551e309761 2018-12-03 16:49:14,587 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:49:14,968 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:49:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["U0FSlF2dRJWv-cCcdDGu7A"], "issued_at": "2018-12-03T16:49:14.000000Z"}} 2018-12-03 16:49:14,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}319efbae060fca18ad9fef5fd5c2d3012d6dcf6e" 2018-12-03 16:49:15,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17b0c864-f55d-4909-b217-96ffd117047d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:49:15,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-17b0c864-f55d-4909-b217-96ffd117047d 2018-12-03 16:49:15,047 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:49:15,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:49:15,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:49:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["K4b3oGD9SNSfuHw9_DlDlA"], "issued_at": "2018-12-03T16:49:15.000000Z"}} 2018-12-03 16:49:15,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:49:15,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14745d5b-b6bf-4d8f-b78b-c8bed5ae4291 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:49:15,517 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-14745d5b-b6bf-4d8f-b78b-c8bed5ae4291 2018-12-03 16:49:15,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:49:15,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:49: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:49:15,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:49:15,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b271cb7-535e-4408-be3e-c04a4882a42e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:49:15,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj used request id req-5b271cb7-535e-4408-be3e-c04a4882a42e 2018-12-03 16:49:15,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:49:15,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a352d06-6520-4b0d-a003-259e8f66a1e4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:49:15,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-7a352d06-6520-4b0d-a003-259e8f66a1e4 2018-12-03 16:49:15,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}}' 2018-12-03 16:49:15,812 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:49:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45bde7ff-749b-4a95-b53d-26ef02a79abf Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15"}, "enabled": true, "id": "403f638ccee5496a8c2795518f8bcf15", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}} 2018-12-03 16:49:15,813 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-45bde7ff-749b-4a95-b53d-26ef02a79abf 2018-12-03 16:49:15,813 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj 2018-12-03 16:49:15,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:49:15,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:49:16,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:49:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["bei4cezFTPid1LX85ZD__A"], "issued_at": "2018-12-03T16:49:16.000000Z"}} 2018-12-03 16:49:16,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbb0672e07fcc22171234d59f34934095429087f" 2018-12-03 16:49:16,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0af6f61-0d18-4944-bf3b-17eeb2dd729f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:49:16,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d0af6f61-0d18-4944-bf3b-17eeb2dd729f 2018-12-03 16:49:16,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:49:16,287 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:49: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:49:16,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbb0672e07fcc22171234d59f34934095429087f" 2018-12-03 16:49:16,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03a5faf1-8260-407e-8806-b5edf4282d41 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:49:16,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-03a5faf1-8260-407e-8806-b5edf4282d41 2018-12-03 16:49:16,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbb0672e07fcc22171234d59f34934095429087f" 2018-12-03 16:49:16,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dc824a1-9ff9-4230-a48d-9e7c817dd216 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15"}, "enabled": true, "id": "403f638ccee5496a8c2795518f8bcf15", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}]} 2018-12-03 16:49:16,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj used request id req-5dc824a1-9ff9-4230-a48d-9e7c817dd216 2018-12-03 16:49:16,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbb0672e07fcc22171234d59f34934095429087f" 2018-12-03 16:49:16,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-022b928a-4ab8-4254-97ab-21d804dee389 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:49:16,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-022b928a-4ab8-4254-97ab-21d804dee389 2018-12-03 16:49:17,082 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-fa8ecf1c-6b99-481-user 2018-12-03 16:49:17,082 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:49:17,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:49:17,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d82e599-47df-4f4c-a0a7-37e725ba85ec Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:49:17,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3d82e599-47df-4f4c-a0a7-37e725ba85ec 2018-12-03 16:49:17,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" -d '{"role": {"name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj-role"}}' 2018-12-03 16:49:17,291 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:49:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4aaf5c2-b1f3-42ce-94c9-006ad3bfe1e4 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d6cf524b638540da82d1a25b203d233a", "links": {"self": "http://172.30.9.30:5000/v3/roles/d6cf524b638540da82d1a25b203d233a"}, "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj-role"}} 2018-12-03 16:49:17,292 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-a4aaf5c2-b1f3-42ce-94c9-006ad3bfe1e4 2018-12-03 16:49:17,292 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj-role 2018-12-03 16:49:17,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/d6cf524b638540da82d1a25b203d233a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:49:17,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-595afa60-caf6-4127-9fec-65f873414fff Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/d6cf524b638540da82d1a25b203d233a"}, "domain_id": null, "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj-role", "id": "d6cf524b638540da82d1a25b203d233a"}} 2018-12-03 16:49:17,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/d6cf524b638540da82d1a25b203d233a used request id req-595afa60-caf6-4127-9fec-65f873414fff 2018-12-03 16:49:17,388 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj-role to project CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj 2018-12-03 16:49:17,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15/users/16c788e80f374895a44ccddf7a8c3a14/roles/d6cf524b638540da82d1a25b203d233a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:49:17,540 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:49:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba235062-2be0-425f-af00-8e5994534e30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:49:17,540 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15/users/16c788e80f374895a44ccddf7a8c3a14/roles/d6cf524b638540da82d1a25b203d233a used request id req-ba235062-2be0-425f-af00-8e5994534e30 2018-12-03 16:49:17,540 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:49:17,542 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:49:17,542 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:49:17,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:49:17,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6cf524b638540da82d1a25b203d233a", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj-role"}], "expires_at": "2018-12-03T17:49:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "403f638ccee5496a8c2795518f8bcf15", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-user", "id": "16c788e80f374895a44ccddf7a8c3a14"}, "audit_ids": ["95s5x3XQRyevosLJG9UVxw"], "issued_at": "2018-12-03T16:49:17.000000Z"}} 2018-12-03 16:49:17,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eb999ed608b4979b607386859abe25c5b056291" 2018-12-03 16:49:17,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffd77536-d0bb-42dc-a16b-afa6aca0b24d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:49:17,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ffd77536-d0bb-42dc-a16b-afa6aca0b24d 2018-12-03 16:49:17,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8eb999ed608b4979b607386859abe25c5b056291" 2018-12-03 16:49:18,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-16fae820-65b8-44e0-aeda-bcb3f867a7d3 Date: Mon, 03 Dec 2018 16:49:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image"} 2018-12-03 16:49:18,166 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image used request id req-16fae820-65b8-44e0-aeda-bcb3f867a7d3 2018-12-03 16:49:18,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8eb999ed608b4979b607386859abe25c5b056291" 2018-12-03 16:49:18,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b0c6d9e1-c138-4957-b62a-cd8d5de3f430 Date: Mon, 03 Dec 2018 16:49: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-12-03 16:49:18,316 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-b0c6d9e1-c138-4957-b62a-cd8d5de3f430 2018-12-03 16:49:18,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8eb999ed608b4979b607386859abe25c5b056291" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image"}' 2018-12-03 16:49:18,546 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d X-Openstack-Request-Id: req-9024db9d-9622-48e0-a448-387e7cbb5baf Date: Mon, 03 Dec 2018 16:49:18 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:49:18Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:49:18Z", "visibility": "shared", "locations": [], "self": "/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "min_disk": 0, "protected": false, "id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "file": "/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d/file", "checksum": null, "owner": "403f638ccee5496a8c2795518f8bcf15", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:49:18,546 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-9024db9d-9622-48e0-a448-387e7cbb5baf 2018-12-03 16:49:18,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8eb999ed608b4979b607386859abe25c5b056291" -d '' 2018-12-03 16:49:19,565 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-31bef806-e8be-4756-b0d5-67ca3d4e6341 Date: Mon, 03 Dec 2018 16:49:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:49:19,566 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d/file used request id req-31bef806-e8be-4756-b0d5-67ca3d4e6341 2018-12-03 16:49:19,566 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:49:19,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8eb999ed608b4979b607386859abe25c5b056291" 2018-12-03 16:49:19,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-62ab2828-ed8c-4d98-8180-83d27a4739fb Date: Mon, 03 Dec 2018 16:49:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:49:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:49:19Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/76311a69-eb0b-456a-a3c2-39e417fdb12d/snap", "metadata": {}}], "self": "/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "min_disk": 0, "protected": false, "id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "file": "/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "403f638ccee5496a8c2795518f8bcf15", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/76311a69-eb0b-456a-a3c2-39e417fdb12d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:49:19,731 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d used request id req-62ab2828-ed8c-4d98-8180-83d27a4739fb 2018-12-03 16:49:19,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8eb999ed608b4979b607386859abe25c5b056291" 2018-12-03 16:49:19,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-801cae6b-3235-403e-bda3-dffa8e7a6eed Date: Mon, 03 Dec 2018 16:49: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-12-03 16:49:19,886 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-801cae6b-3235-403e-bda3-dffa8e7a6eed 2018-12-03 16:49:19,889 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image 2018-12-03 16:49:19,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8eb999ed608b4979b607386859abe25c5b056291" 2018-12-03 16:49:20,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-1e7e34c8-16a5-4b15-92b9-43cc4ca7c3d3 Date: Mon, 03 Dec 2018 16:49:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:49:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:49:19Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/76311a69-eb0b-456a-a3c2-39e417fdb12d/snap", "metadata": {}}], "self": "/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "min_disk": 0, "protected": false, "id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "file": "/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "403f638ccee5496a8c2795518f8bcf15", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/76311a69-eb0b-456a-a3c2-39e417fdb12d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:49:20,055 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d used request id req-1e7e34c8-16a5-4b15-92b9-43cc4ca7c3d3 2018-12-03 16:49:20,056 - create_image - DEBUG - Instance status is - active 2018-12-03 16:49:20,056 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image 2018-12-03 16:49:20,056 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image 2018-12-03 16:49:20,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:49:20,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:49:20,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:49:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["V6nlLUyDSwy74mhkTGe4NA"], "issued_at": "2018-12-03T16:49:20.000000Z"}} 2018-12-03 16:49:20,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe8254226ba63f44d301cda6ede0cbdd4a685893" 2018-12-03 16:49:20,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3585b8fc-8e07-4d2c-a231-785d2112cc42 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:49:20,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3585b8fc-8e07-4d2c-a231-785d2112cc42 2018-12-03 16:49:20,538 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:49:20,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe8254226ba63f44d301cda6ede0cbdd4a685893" 2018-12-03 16:49:20,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e35754ad-09f3-4dd0-ac05-0d2e198b5e4d x-compute-request-id: req-e35754ad-09f3-4dd0-ac05-0d2e198b5e4d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:49:20,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e35754ad-09f3-4dd0-ac05-0d2e198b5e4d 2018-12-03 16:49:20,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe8254226ba63f44d301cda6ede0cbdd4a685893" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-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-12-03 16:49:20,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19bf7420-ae64-4665-a707-dc660275a70e x-compute-request-id: req-19bf7420-ae64-4665-a707-dc660275a70e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:49:20,782 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-19bf7420-ae64-4665-a707-dc660275a70e 2018-12-03 16:49:20,782 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:49:20,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:49:21,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6cf524b638540da82d1a25b203d233a", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj-role"}], "expires_at": "2018-12-03T17:49:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "403f638ccee5496a8c2795518f8bcf15", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-user", "id": "16c788e80f374895a44ccddf7a8c3a14"}, "audit_ids": ["DVWAsya7QruI2RC3aQeb1A"], "issued_at": "2018-12-03T16:49:21.000000Z"}} 2018-12-03 16:49:21,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c50960c15d09b6040b00f528b2ff3827d8414b" 2018-12-03 16:49:21,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eaa9513-9352-4933-8910-d734cdfe1c4f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:49:21,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0eaa9513-9352-4933-8910-d734cdfe1c4f 2018-12-03 16:49:21,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c50960c15d09b6040b00f528b2ff3827d8414b" 2018-12-03 16:49:21,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5c6b2d34-2206-40c5-8fb2-3dd57718577c Date: Mon, 03 Dec 2018 16:49:21 GMT RESP BODY: {"networks":[]} 2018-12-03 16:49:21,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net used request id req-5c6b2d34-2206-40c5-8fb2-3dd57718577c 2018-12-03 16:49:21,409 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net 2018-12-03 16:49:21,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c50960c15d09b6040b00f528b2ff3827d8414b" -d '{"network": {"name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net", "admin_state_up": true}}' 2018-12-03 16:49:22,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-976c15fd-5e46-4758-9cea-c685dcb934a4 Date: Mon, 03 Dec 2018 16:49:22 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:49:21Z","is_default":false,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:21Z","mtu":1450}} 2018-12-03 16:49:22,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-976c15fd-5e46-4758-9cea-c685dcb934a4 2018-12-03 16:49:22,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c50960c15d09b6040b00f528b2ff3827d8414b" 2018-12-03 16:49:23,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-9804aabb-444a-46ce-84ed-638b8464a034 Date: Mon, 03 Dec 2018 16:49: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-12-03T16:49:21Z","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"403f638ccee5496a8c2795518f8bcf15","id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net"}]} 2018-12-03 16:49:23,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-9804aabb-444a-46ce-84ed-638b8464a034 2018-12-03 16:49:23,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c50960c15d09b6040b00f528b2ff3827d8414b" 2018-12-03 16:49:23,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-af45a915-bc7c-4f3a-ae5f-3caf44995df3 Date: Mon, 03 Dec 2018 16:49:23 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:49:23,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-af45a915-bc7c-4f3a-ae5f-3caf44995df3 2018-12-03 16:49:23,226 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet 2018-12-03 16:49:23,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c50960c15d09b6040b00f528b2ff3827d8414b" -d '{"subnets": [{"ip_version": 4, "network_id": "842143c7-3b67-4d8e-b19d-437dd96b8ac9", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet"}]}' 2018-12-03 16:49:24,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6287515d-8671-4767-9c71-5eb015557e1d Date: Mon, 03 Dec 2018 16:49:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:49:23Z","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":"403f638ccee5496a8c2795518f8bcf15","id":"b401281e-695c-4986-bd59-7f5ce00a4290","subnetpool_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet"}]} 2018-12-03 16:49:24,080 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-6287515d-8671-4767-9c71-5eb015557e1d 2018-12-03 16:49:24,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c50960c15d09b6040b00f528b2ff3827d8414b" 2018-12-03 16:49:24,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1517e022-d506-40d6-adf8-4a519a45dc74 Date: Mon, 03 Dec 2018 16:49: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":["b401281e-695c-4986-bd59-7f5ce00a4290"],"updated_at":"2018-12-03T16:49:23Z","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"403f638ccee5496a8c2795518f8bcf15","id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net"}]} 2018-12-03 16:49:24,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-1517e022-d506-40d6-adf8-4a519a45dc74 2018-12-03 16:49:24,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c50960c15d09b6040b00f528b2ff3827d8414b" 2018-12-03 16:49:24,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c84cc721-7f68-4f29-bfda-969e0a7f440f Date: Mon, 03 Dec 2018 16:49:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:49:23Z","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":"403f638ccee5496a8c2795518f8bcf15","id":"b401281e-695c-4986-bd59-7f5ce00a4290","subnetpool_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet"}]} 2018-12-03 16:49:24,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-c84cc721-7f68-4f29-bfda-969e0a7f440f 2018-12-03 16:49:24,533 - OpenStackNetwork - DEBUG - Network [842143c7-3b67-4d8e-b19d-437dd96b8ac9] created successfully 2018-12-03 16:49:24,533 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:49:24,534 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:49:24,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6cf524b638540da82d1a25b203d233a", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj-role"}], "expires_at": "2018-12-03T17:49:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "403f638ccee5496a8c2795518f8bcf15", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-user", "id": "16c788e80f374895a44ccddf7a8c3a14"}, "audit_ids": ["5FfBjpduSOmMfUQb9VJKxA"], "issued_at": "2018-12-03T16:49:24.000000Z"}} 2018-12-03 16:49:24,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9568591ccc8600d9610121d6a1652adbec2f4ba" 2018-12-03 16:49:24,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-070cacfe-6bf6-4e99-9754-6347141ec8bf Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:49:24,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-070cacfe-6bf6-4e99-9754-6347141ec8bf 2018-12-03 16:49:24,984 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9568591ccc8600d9610121d6a1652adbec2f4ba" 2018-12-03 16:49:25,295 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:24 GMT Server: Apache x-compute-request-id: req-be6750b3-0216-4fda-a31b-7b96ddd4173a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-be6750b3-0216-4fda-a31b-7b96ddd4173a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 16:49:25,295 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/detail used request id req-be6750b3-0216-4fda-a31b-7b96ddd4173a 2018-12-03 16:49:25,299 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-be6750b3-0216-4fda-a31b-7b96ddd4173a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9568591ccc8600d9610121d6a1652adbec2f4ba" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-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-12-03 16:49:25,649 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:49:25 GMT Server: Apache x-compute-request-id: req-ef1303eb-32d4-4746-b682-993ac9e210b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ef1303eb-32d4-4746-b682-993ac9e210b0 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:25.541499", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "size": 1}} 2018-12-03 16:49:25,650 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes used request id req-ef1303eb-32d4-4746-b682-993ac9e210b0 2018-12-03 16:49:25,653 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be6750b3-0216-4fda-a31b-7b96ddd4173a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9568591ccc8600d9610121d6a1652adbec2f4ba" 2018-12-03 16:49:25,850 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:25 GMT Server: Apache x-compute-request-id: req-8ac334aa-f10c-49bc-8c1a-b85b01ec96f1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8ac334aa-f10c-49bc-8c1a-b85b01ec96f1 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:25.000000", "description": null, "os-vol-tenant-attr:tenant_id": "403f638ccee5496a8c2795518f8bcf15", "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "size": 1}} 2018-12-03 16:49:25,850 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 used request id req-8ac334aa-f10c-49bc-8c1a-b85b01ec96f1 2018-12-03 16:49:25,850 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1 2018-12-03 16:49:25,853 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be6750b3-0216-4fda-a31b-7b96ddd4173a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9568591ccc8600d9610121d6a1652adbec2f4ba" 2018-12-03 16:49:26,061 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:25 GMT Server: Apache x-compute-request-id: req-2b51156c-c18e-4197-a081-92c3b25185d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2b51156c-c18e-4197-a081-92c3b25185d5 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:25.000000", "description": null, "os-vol-tenant-attr:tenant_id": "403f638ccee5496a8c2795518f8bcf15", "updated_at": "2018-12-03T16:49:25.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "size": 1}} 2018-12-03 16:49:26,061 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 used request id req-2b51156c-c18e-4197-a081-92c3b25185d5 2018-12-03 16:49:26,062 - create_volume - DEBUG - Instance status is - creating 2018-12-03 16:49:26,062 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 16:49:29,065 - create_volume - DEBUG - Volume status query timeout in 296.785470963 2018-12-03 16:49:29,068 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be6750b3-0216-4fda-a31b-7b96ddd4173a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9568591ccc8600d9610121d6a1652adbec2f4ba" 2018-12-03 16:49:29,282 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:29 GMT Server: Apache x-compute-request-id: req-aeb42be6-013f-4c81-88ba-627fc4e44d1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aeb42be6-013f-4c81-88ba-627fc4e44d1f Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:25.000000", "description": null, "os-vol-tenant-attr:tenant_id": "403f638ccee5496a8c2795518f8bcf15", "updated_at": "2018-12-03T16:49:26.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "size": 1}} 2018-12-03 16:49:29,282 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 used request id req-aeb42be6-013f-4c81-88ba-627fc4e44d1f 2018-12-03 16:49:29,283 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:49:29,283 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1 2018-12-03 16:49:29,283 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1 2018-12-03 16:49:29,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:49:29,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:49:29,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6cf524b638540da82d1a25b203d233a", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj-role"}], "expires_at": "2018-12-03T17:49:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "403f638ccee5496a8c2795518f8bcf15", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-user", "id": "16c788e80f374895a44ccddf7a8c3a14"}, "audit_ids": ["ybtzOQH6TfmXLEQiq2nmpQ"], "issued_at": "2018-12-03T16:49:29.000000Z"}} 2018-12-03 16:49:29,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb680cec65a0a5c7dd6c79c8e5db72f555baf63" 2018-12-03 16:49:29,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12b66f2d-2377-4003-a814-8e2938b145ed Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:49:29,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-12b66f2d-2377-4003-a814-8e2938b145ed 2018-12-03 16:49:29,742 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb680cec65a0a5c7dd6c79c8e5db72f555baf63" 2018-12-03 16:49:29,945 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:29 GMT Server: Apache x-compute-request-id: req-161a3744-098f-4615-9834-c7c3db4515d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-161a3744-098f-4615-9834-c7c3db4515d7 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:25.000000", "description": null, "os-vol-tenant-attr:tenant_id": "403f638ccee5496a8c2795518f8bcf15", "updated_at": "2018-12-03T16:49:26.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "size": 1}]} 2018-12-03 16:49:29,946 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/detail used request id req-161a3744-098f-4615-9834-c7c3db4515d7 2018-12-03 16:49:29,953 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-161a3744-098f-4615-9834-c7c3db4515d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb680cec65a0a5c7dd6c79c8e5db72f555baf63" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-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-12-03 16:49:30,448 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:49:29 GMT Server: Apache x-compute-request-id: req-c4fda04d-e7b2-4f06-b17a-0fc29fadc78c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c4fda04d-e7b2-4f06-b17a-0fc29fadc78c Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:30.197790", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e4f9cecf-5684-4fec-9e66-de4675861e22", "size": 1}} 2018-12-03 16:49:30,448 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes used request id req-c4fda04d-e7b2-4f06-b17a-0fc29fadc78c 2018-12-03 16:49:30,452 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-161a3744-098f-4615-9834-c7c3db4515d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb680cec65a0a5c7dd6c79c8e5db72f555baf63" 2018-12-03 16:49:30,663 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:30 GMT Server: Apache x-compute-request-id: req-2c20e3fb-08db-431b-9513-509a5ab61397 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2c20e3fb-08db-431b-9513-509a5ab61397 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "403f638ccee5496a8c2795518f8bcf15", "updated_at": "2018-12-03T16:49:30.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e4f9cecf-5684-4fec-9e66-de4675861e22", "size": 1}} 2018-12-03 16:49:30,663 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22 used request id req-2c20e3fb-08db-431b-9513-509a5ab61397 2018-12-03 16:49:30,664 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-2 2018-12-03 16:49:30,667 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-161a3744-098f-4615-9834-c7c3db4515d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb680cec65a0a5c7dd6c79c8e5db72f555baf63" 2018-12-03 16:49:30,868 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:30 GMT Server: Apache x-compute-request-id: req-04d24020-2888-47d4-a11a-e18704a3b174 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-04d24020-2888-47d4-a11a-e18704a3b174 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "403f638ccee5496a8c2795518f8bcf15", "updated_at": "2018-12-03T16:49:30.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e4f9cecf-5684-4fec-9e66-de4675861e22", "size": 1}} 2018-12-03 16:49:30,868 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22 used request id req-04d24020-2888-47d4-a11a-e18704a3b174 2018-12-03 16:49:30,869 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:49:30,869 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-2 2018-12-03 16:49:30,869 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-2 2018-12-03 16:49:30,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:49:30,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:49:31,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6cf524b638540da82d1a25b203d233a", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj-role"}], "expires_at": "2018-12-03T17:49:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "403f638ccee5496a8c2795518f8bcf15", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-user", "id": "16c788e80f374895a44ccddf7a8c3a14"}, "audit_ids": ["rf2_xoAiRemCujPbhemA2w"], "issued_at": "2018-12-03T16:49:31.000000Z"}} 2018-12-03 16:49:31,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:31,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4c7eeb6-2314-4b71-a8cc-fba29e74a06b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:49:31,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a4c7eeb6-2314-4b71-a8cc-fba29e74a06b 2018-12-03 16:49:31,261 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:49:31,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:31,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be0ed538-97e6-42d6-b845-d1fcdd33fbe5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:49:31,334 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-be0ed538-97e6-42d6-b845-d1fcdd33fbe5 2018-12-03 16:49:31,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:31,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-bcba9257-ddaa-4097-8c09-50c8021fb824 Date: Mon, 03 Dec 2018 16:49: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":["b401281e-695c-4986-bd59-7f5ce00a4290"],"updated_at":"2018-12-03T16:49:23Z","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"403f638ccee5496a8c2795518f8bcf15","id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net"}]} 2018-12-03 16:49:31,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net used request id req-bcba9257-ddaa-4097-8c09-50c8021fb824 2018-12-03 16:49:31,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:49:31,589 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:49: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:49:31,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:31,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffb3a125-7f2e-4aad-9b39-89626f4d6742 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15"}, "enabled": true, "id": "403f638ccee5496a8c2795518f8bcf15", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}} 2018-12-03 16:49:31,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 used request id req-ffb3a125-7f2e-4aad-9b39-89626f4d6742 2018-12-03 16:49:31,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:31,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bd44b1ca-1a4f-49ef-b8e0-ccd74643c377 Date: Mon, 03 Dec 2018 16:49:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:49:23Z","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":"403f638ccee5496a8c2795518f8bcf15","id":"b401281e-695c-4986-bd59-7f5ce00a4290","subnetpool_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet"}]} 2018-12-03 16:49:31,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-bd44b1ca-1a4f-49ef-b8e0-ccd74643c377 2018-12-03 16:49:31,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9&name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:32,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2d214313-cfa2-459d-b96e-51564d35f15a Date: Mon, 03 Dec 2018 16:49:32 GMT RESP BODY: {"ports":[]} 2018-12-03 16:49:32,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9&name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-port&admin_state_up=True used request id req-2d214313-cfa2-459d-b96e-51564d35f15a 2018-12-03 16:49:32,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:32,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49: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-c0686808-5444-4ee0-8bbc-0c00af314b32 x-compute-request-id: req-c0686808-5444-4ee0-8bbc-0c00af314b32 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:49:32,300 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst used request id req-c0686808-5444-4ee0-8bbc-0c00af314b32 2018-12-03 16:49:32,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:32,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6a2dcc6c-d85b-481a-a4e9-b86a9d4d0731 Date: Mon, 03 Dec 2018 16:49: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":["b401281e-695c-4986-bd59-7f5ce00a4290"],"updated_at":"2018-12-03T16:49:23Z","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"403f638ccee5496a8c2795518f8bcf15","id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net"}]} 2018-12-03 16:49:32,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net used request id req-6a2dcc6c-d85b-481a-a4e9-b86a9d4d0731 2018-12-03 16:49:32,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:32,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbaeb4cc-ccd2-44a6-9fed-d398ef086ee0 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15"}, "enabled": true, "id": "403f638ccee5496a8c2795518f8bcf15", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}} 2018-12-03 16:49:32,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 used request id req-bbaeb4cc-ccd2-44a6-9fed-d398ef086ee0 2018-12-03 16:49:32,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:32,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6732c1cb-4234-4d13-8355-54a6b4403557 Date: Mon, 03 Dec 2018 16:49:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:49:23Z","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":"403f638ccee5496a8c2795518f8bcf15","id":"b401281e-695c-4986-bd59-7f5ce00a4290","subnetpool_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet"}]} 2018-12-03 16:49:32,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-6732c1cb-4234-4d13-8355-54a6b4403557 2018-12-03 16:49:32,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9&name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:32,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b5e71e31-dc41-4f8e-9b1f-af30fdbed97f Date: Mon, 03 Dec 2018 16:49:32 GMT RESP BODY: {"ports":[]} 2018-12-03 16:49:32,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9&name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-port&admin_state_up=True used request id req-b5e71e31-dc41-4f8e-9b1f-af30fdbed97f 2018-12-03 16:49:32,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:49:32,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:49:33,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6cf524b638540da82d1a25b203d233a", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj-role"}], "expires_at": "2018-12-03T17:49:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "403f638ccee5496a8c2795518f8bcf15", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-user", "id": "16c788e80f374895a44ccddf7a8c3a14"}, "audit_ids": ["8r7yUxU2QWeABHRSYIiXUA"], "issued_at": "2018-12-03T16:49:33.000000Z"}} 2018-12-03 16:49:33,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307f272a63475f8b954c826997f1d90f001c68f3" 2018-12-03 16:49:33,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ff879e5-aeaf-4751-aae9-37b1b2a0a804 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:49:33,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7ff879e5-aeaf-4751-aae9-37b1b2a0a804 2018-12-03 16:49:33,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:33,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c10d2350-e7e7-41d2-a3b9-98cfd43cce51 Date: Mon, 03 Dec 2018 16:49: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":["b401281e-695c-4986-bd59-7f5ce00a4290"],"updated_at":"2018-12-03T16:49:23Z","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"403f638ccee5496a8c2795518f8bcf15","id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net"}]} 2018-12-03 16:49:33,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net used request id req-c10d2350-e7e7-41d2-a3b9-98cfd43cce51 2018-12-03 16:49:33,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:33,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8fde32a1-09a3-43ee-8c83-4e92448d7120 Date: Mon, 03 Dec 2018 16:49:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:49:23Z","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":"403f638ccee5496a8c2795518f8bcf15","id":"b401281e-695c-4986-bd59-7f5ce00a4290","subnetpool_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet"}]} 2018-12-03 16:49:33,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-8fde32a1-09a3-43ee-8c83-4e92448d7120 2018-12-03 16:49:33,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:34,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-be9c6658-a790-4625-8a86-5dec25f75a50 Date: Mon, 03 Dec 2018 16:49: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":["b401281e-695c-4986-bd59-7f5ce00a4290"],"updated_at":"2018-12-03T16:49:23Z","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"403f638ccee5496a8c2795518f8bcf15","id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net"}]} 2018-12-03 16:49:34,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net used request id req-be9c6658-a790-4625-8a86-5dec25f75a50 2018-12-03 16:49:34,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:49:34,070 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:49: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:49:34,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307f272a63475f8b954c826997f1d90f001c68f3" 2018-12-03 16:49:34,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c9ce77e-fa01-4708-9a58-6313d9b9f78a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15"}, "enabled": true, "id": "403f638ccee5496a8c2795518f8bcf15", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}} 2018-12-03 16:49:34,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 used request id req-7c9ce77e-fa01-4708-9a58-6313d9b9f78a 2018-12-03 16:49:34,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:34,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2154ce03-efa0-40a9-8ba4-64917bec64cd Date: Mon, 03 Dec 2018 16:49:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:49:23Z","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":"403f638ccee5496a8c2795518f8bcf15","id":"b401281e-695c-4986-bd59-7f5ce00a4290","subnetpool_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet"}]} 2018-12-03 16:49:34,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-2154ce03-efa0-40a9-8ba4-64917bec64cd 2018-12-03 16:49:34,294 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net 2018-12-03 16:49:34,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" -d '{"port": {"network_id": "842143c7-3b67-4d8e-b19d-437dd96b8ac9", "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-port", "admin_state_up": true}}' 2018-12-03 16:49:35,362 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 780 X-Openstack-Request-Id: req-ec331280-6dcd-45fc-bb63-38220eab43f7 Date: Mon, 03 Dec 2018 16:49:35 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:34Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.9"}],"id":"8bf8f5f2-3fc6-4ca5-bb19-aee27b7da210","security_groups":["d07c6938-d4da-4996-9654-e99bdc13396e"],"mac_address":"fa:16:3e:a5:63:93","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-port","project_id":"403f638ccee5496a8c2795518f8bcf15","qos_policy_id":null,"admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:34Z","binding:vnic_type":"normal"}} 2018-12-03 16:49:35,362 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-ec331280-6dcd-45fc-bb63-38220eab43f7 2018-12-03 16:49:35,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:35,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5e27f4dc-20b5-4e4d-98bf-855e4e95e3fb Date: Mon, 03 Dec 2018 16:49: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":["b401281e-695c-4986-bd59-7f5ce00a4290"],"updated_at":"2018-12-03T16:49:23Z","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"403f638ccee5496a8c2795518f8bcf15","id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net"}]} 2018-12-03 16:49:35,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net used request id req-5e27f4dc-20b5-4e4d-98bf-855e4e95e3fb 2018-12-03 16:49:35,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:35,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77d9a9f3-2ff4-4a15-b1e4-2baad33e9294 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15"}, "enabled": true, "id": "403f638ccee5496a8c2795518f8bcf15", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}} 2018-12-03 16:49:35,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 used request id req-77d9a9f3-2ff4-4a15-b1e4-2baad33e9294 2018-12-03 16:49:35,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:35,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-45e9a563-a09a-496f-92d6-1fa236073ee8 Date: Mon, 03 Dec 2018 16:49:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:49:23Z","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":"403f638ccee5496a8c2795518f8bcf15","id":"b401281e-695c-4986-bd59-7f5ce00a4290","subnetpool_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet"}]} 2018-12-03 16:49:35,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-45e9a563-a09a-496f-92d6-1fa236073ee8 2018-12-03 16:49:35,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9&name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:35,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-4085f3a0-a83c-46ec-bb67-920e8ca7c6b3 Date: Mon, 03 Dec 2018 16:49:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:34Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.9"}],"id":"8bf8f5f2-3fc6-4ca5-bb19-aee27b7da210","security_groups":["d07c6938-d4da-4996-9654-e99bdc13396e"],"mac_address":"fa:16:3e:a5:63:93","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-port","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:34Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:49:35,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9&name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-port&admin_state_up=True used request id req-4085f3a0-a83c-46ec-bb67-920e8ca7c6b3 2018-12-03 16:49:35,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:36,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef8aa1f8-8fd7-4bdb-86d6-da76d7d97b53 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15"}, "enabled": true, "id": "403f638ccee5496a8c2795518f8bcf15", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}} 2018-12-03 16:49:36,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 used request id req-ef8aa1f8-8fd7-4bdb-86d6-da76d7d97b53 2018-12-03 16:49:36,055 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst 2018-12-03 16:49:36,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:36,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44e87694-271a-4424-80fc-220a321834cb x-compute-request-id: req-44e87694-271a-4424-80fc-220a321834cb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-flavor-name"}]} 2018-12-03 16:49:36,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-44e87694-271a-4424-80fc-220a321834cb 2018-12-03 16:49:36,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:36,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38d9aa57-634a-4fe5-8ee9-a5b8a54199a5 x-compute-request-id: req-38d9aa57-634a-4fe5-8ee9-a5b8a54199a5 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:49:36,115 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f used request id req-38d9aa57-634a-4fe5-8ee9-a5b8a54199a5 2018-12-03 16:49:36,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:36,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-1ea60e0a-0336-4d84-ac2e-4094abff24f5 Date: Mon, 03 Dec 2018 16:49:36 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:49:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:49:19Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/76311a69-eb0b-456a-a3c2-39e417fdb12d/snap", "metadata": {}}], "self": "/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "min_disk": 0, "protected": false, "id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "file": "/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "403f638ccee5496a8c2795518f8bcf15", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/76311a69-eb0b-456a-a3c2-39e417fdb12d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image"} 2018-12-03 16:49:36,287 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image used request id req-1ea60e0a-0336-4d84-ac2e-4094abff24f5 2018-12-03 16:49:36,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:36,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-adb61d04-2182-4d7e-908a-ab222444d15b Date: Mon, 03 Dec 2018 16:49: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-12-03 16:49:36,444 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-adb61d04-2182-4d7e-908a-ab222444d15b 2018-12-03 16:49:36,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" -d '{"server": {"name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst", "imageRef": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "flavorRef": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "max_count": 1, "min_count": 1, "networks": [{"port": "8bf8f5f2-3fc6-4ca5-bb19-aee27b7da210"}]}}' 2018-12-03 16:49:37,598 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:49:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-58c2a4b9-0a59-43a9-8503-e99c2329d790 x-compute-request-id: req-58c2a4b9-0a59-43a9-8503-e99c2329d790 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "bookmark"}], "adminPass": "ncTbGHj2ps2a"}} 2018-12-03 16:49:37,598 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-58c2a4b9-0a59-43a9-8503-e99c2329d790 2018-12-03 16:49:37,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:37,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49: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-5fda905f-50d8-486e-b98a-02f90a6d6da4 x-compute-request-id: req-5fda905f-50d8-486e-b98a-02f90a6d6da4 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.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "bookmark"}], "image": {"id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "links": [{"href": "http://172.30.9.30:8774/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "links": [{"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}]}, "id": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "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-12-03T16:49:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst", "created": "2018-12-03T16:49:37Z", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:49:37,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 used request id req-5fda905f-50d8-486e-b98a-02f90a6d6da4 2018-12-03 16:49:37,959 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst 2018-12-03 16:49:37,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:38,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49: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-748e29ba-fd08-4bb5-b9e9-f62ddf7d60c8 x-compute-request-id: req-748e29ba-fd08-4bb5-b9e9-f62ddf7d60c8 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.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "bookmark"}], "image": {"id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "links": [{"href": "http://172.30.9.30:8774/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "links": [{"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}]}, "id": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:49:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst", "created": "2018-12-03T16:49:37Z", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:49:38,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 used request id req-748e29ba-fd08-4bb5-b9e9-f62ddf7d60c8 2018-12-03 16:49:38,199 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst] is - BUILD 2018-12-03 16:49:38,199 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:49:41,202 - create_instance - DEBUG - VM status query timeout in 896.756917 2018-12-03 16:49:41,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:41,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78e90313-38ac-4970-9c60-7fb463c4a86d x-compute-request-id: req-78e90313-38ac-4970-9c60-7fb463c4a86d 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.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "bookmark"}], "image": {"id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "links": [{"href": "http://172.30.9.30:8774/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "links": [{"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}]}, "id": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "security_groups": [{"name": "default"}], "user_id": "16c788e80f374895a44ccddf7a8c3a14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:49:38Z", "hostId": "18cbbf2872ca7901878cb226bb902776488127484f743810ce7be5e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst", "created": "2018-12-03T16:49:37Z", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:49:41,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 used request id req-78e90313-38ac-4970-9c60-7fb463c4a86d 2018-12-03 16:49:41,887 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst] is - BUILD 2018-12-03 16:49:41,887 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:49:44,891 - create_instance - DEBUG - VM status query timeout in 893.068490028 2018-12-03 16:49:44,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:45,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ad9a031-921c-4241-a07d-6c9e824adf14 x-compute-request-id: req-2ad9a031-921c-4241-a07d-6c9e824adf14 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:63:93", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "bookmark"}], "image": {"id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "links": [{"href": "http://172.30.9.30:8774/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:49:43.000000", "flavor": {"id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "links": [{"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}]}, "id": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "security_groups": [{"name": "default"}], "user_id": "16c788e80f374895a44ccddf7a8c3a14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:49:43Z", "hostId": "18cbbf2872ca7901878cb226bb902776488127484f743810ce7be5e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst", "created": "2018-12-03T16:49:37Z", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:49:45,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 used request id req-2ad9a031-921c-4241-a07d-6c9e824adf14 2018-12-03 16:49:45,385 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst] is - ACTIVE 2018-12-03 16:49:45,386 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:49:45,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:46,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49: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-094e862d-b144-47a9-a2ac-b0af228eebe2 x-compute-request-id: req-094e862d-b144-47a9-a2ac-b0af228eebe2 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:63:93", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "bookmark"}], "image": {"id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "links": [{"href": "http://172.30.9.30:8774/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:49:43.000000", "flavor": {"id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "links": [{"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}]}, "id": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "security_groups": [{"name": "default"}], "user_id": "16c788e80f374895a44ccddf7a8c3a14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:49:43Z", "hostId": "18cbbf2872ca7901878cb226bb902776488127484f743810ce7be5e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst", "created": "2018-12-03T16:49:37Z", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:49:46,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 used request id req-094e862d-b144-47a9-a2ac-b0af228eebe2 2018-12-03 16:49:46,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:46,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-05e0b31c-22ed-44ad-9c62-fef13ea53f9c Date: Mon, 03 Dec 2018 16:49: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":["b401281e-695c-4986-bd59-7f5ce00a4290"],"updated_at":"2018-12-03T16:49:23Z","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"403f638ccee5496a8c2795518f8bcf15","id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net"}]} 2018-12-03 16:49:46,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net used request id req-05e0b31c-22ed-44ad-9c62-fef13ea53f9c 2018-12-03 16:49:46,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:46,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2d51219-3a97-40c6-9a4c-415d220f1be4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15"}, "enabled": true, "id": "403f638ccee5496a8c2795518f8bcf15", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}} 2018-12-03 16:49:46,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 used request id req-e2d51219-3a97-40c6-9a4c-415d220f1be4 2018-12-03 16:49:46,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:46,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-39c9bbdd-5e4b-475a-9bfd-51349e632c5c Date: Mon, 03 Dec 2018 16:49:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:49:23Z","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":"403f638ccee5496a8c2795518f8bcf15","id":"b401281e-695c-4986-bd59-7f5ce00a4290","subnetpool_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet"}]} 2018-12-03 16:49:46,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-39c9bbdd-5e4b-475a-9bfd-51349e632c5c 2018-12-03 16:49:46,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:46,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-7dd4081d-e843-415f-9cb3-ee05a9a72204 Date: Mon, 03 Dec 2018 16:49:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.4"}],"id":"32e6bd76-fc7f-4a3b-aa2f-a900b09e3e3b","security_groups":[],"mac_address":"fa:16:3e:56:1b:80","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-842143c7-3b67-4d8e-b19d-437dd96b8ac9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:42Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.9"}],"id":"8bf8f5f2-3fc6-4ca5-bb19-aee27b7da210","security_groups":["d07c6938-d4da-4996-9654-e99bdc13396e"],"mac_address":"fa:16:3e:a5:63:93","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-port","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:34Z","binding:vnic_type":"normal","device_id":"762a643f-c941-47d5-aa7c-87a5cbfa6510"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.2"}],"id":"95f4e328-9e44-4119-bbb1-d9e22303bfa5","security_groups":[],"mac_address":"fa:16:3e:ad:ef:cd","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-842143c7-3b67-4d8e-b19d-437dd96b8ac9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.3"}],"id":"c4729572-20cc-4119-b105-a2e73c314ccf","security_groups":[],"mac_address":"fa:16:3e:9e:5f:57","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-842143c7-3b67-4d8e-b19d-437dd96b8ac9"}]} 2018-12-03 16:49:46,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-7dd4081d-e843-415f-9cb3-ee05a9a72204 2018-12-03 16:49:46,547 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:46,732 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:46 GMT Server: Apache x-compute-request-id: req-02f65964-786f-416e-92b1-9e73fb5124f8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-02f65964-786f-416e-92b1-9e73fb5124f8 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "403f638ccee5496a8c2795518f8bcf15", "updated_at": "2018-12-03T16:49:30.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e4f9cecf-5684-4fec-9e66-de4675861e22", "size": 1}, {"status": "available", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:25.000000", "description": null, "os-vol-tenant-attr:tenant_id": "403f638ccee5496a8c2795518f8bcf15", "updated_at": "2018-12-03T16:49:26.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "size": 1}]} 2018-12-03 16:49:46,732 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/detail used request id req-02f65964-786f-416e-92b1-9e73fb5124f8 2018-12-03 16:49:46,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:46,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fcb00af-e0fa-459a-a99e-4fd56b98bd15 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15"}, "enabled": true, "id": "403f638ccee5496a8c2795518f8bcf15", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}} 2018-12-03 16:49:46,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 used request id req-0fcb00af-e0fa-459a-a99e-4fd56b98bd15 2018-12-03 16:49:46,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:47,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-582e3a56-f14d-4dd2-b6e9-acddc5bda9b0 x-compute-request-id: req-582e3a56-f14d-4dd2-b6e9-acddc5bda9b0 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:63:93", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "bookmark"}], "image": {"id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "links": [{"href": "http://172.30.9.30:8774/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:49:43.000000", "flavor": {"id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "links": [{"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}]}, "id": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "security_groups": [{"name": "default"}], "user_id": "16c788e80f374895a44ccddf7a8c3a14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:49:43Z", "hostId": "18cbbf2872ca7901878cb226bb902776488127484f743810ce7be5e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst", "created": "2018-12-03T16:49:37Z", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:49:47,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 used request id req-582e3a56-f14d-4dd2-b6e9-acddc5bda9b0 2018-12-03 16:49:47,325 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst] is - ACTIVE 2018-12-03 16:49:47,325 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:49:47,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:47,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49: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-4a3d1162-753a-4183-a25d-aa3130611847 x-compute-request-id: req-4a3d1162-753a-4183-a25d-aa3130611847 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:63:93", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "bookmark"}], "image": {"id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "links": [{"href": "http://172.30.9.30:8774/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:49:43.000000", "flavor": {"id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "links": [{"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}]}, "id": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "security_groups": [{"name": "default"}], "user_id": "16c788e80f374895a44ccddf7a8c3a14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:49:43Z", "hostId": "18cbbf2872ca7901878cb226bb902776488127484f743810ce7be5e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst", "created": "2018-12-03T16:49:37Z", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:49:47,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 used request id req-4a3d1162-753a-4183-a25d-aa3130611847 2018-12-03 16:49:47,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:47,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b17138fa-3b01-44ef-8c9e-47b2b5a2c61d Date: Mon, 03 Dec 2018 16:49: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":["b401281e-695c-4986-bd59-7f5ce00a4290"],"updated_at":"2018-12-03T16:49:23Z","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"403f638ccee5496a8c2795518f8bcf15","id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net"}]} 2018-12-03 16:49:47,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net used request id req-b17138fa-3b01-44ef-8c9e-47b2b5a2c61d 2018-12-03 16:49:47,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:47,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d8a2bd4-1c7c-4e4e-aa66-3a7ff8c84cdb Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15"}, "enabled": true, "id": "403f638ccee5496a8c2795518f8bcf15", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}} 2018-12-03 16:49:47,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 used request id req-9d8a2bd4-1c7c-4e4e-aa66-3a7ff8c84cdb 2018-12-03 16:49:47,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:48,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2b6666d0-9f67-413d-9805-66402a24dcea Date: Mon, 03 Dec 2018 16:49:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:49:23Z","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":"403f638ccee5496a8c2795518f8bcf15","id":"b401281e-695c-4986-bd59-7f5ce00a4290","subnetpool_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet"}]} 2018-12-03 16:49:48,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-2b6666d0-9f67-413d-9805-66402a24dcea 2018-12-03 16:49:48,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:48,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-7166d1f4-ee38-4ba2-8bad-114b056f12ba Date: Mon, 03 Dec 2018 16:49:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.4"}],"id":"32e6bd76-fc7f-4a3b-aa2f-a900b09e3e3b","security_groups":[],"mac_address":"fa:16:3e:56:1b:80","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-842143c7-3b67-4d8e-b19d-437dd96b8ac9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:42Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.9"}],"id":"8bf8f5f2-3fc6-4ca5-bb19-aee27b7da210","security_groups":["d07c6938-d4da-4996-9654-e99bdc13396e"],"mac_address":"fa:16:3e:a5:63:93","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-port","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:34Z","binding:vnic_type":"normal","device_id":"762a643f-c941-47d5-aa7c-87a5cbfa6510"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.2"}],"id":"95f4e328-9e44-4119-bbb1-d9e22303bfa5","security_groups":[],"mac_address":"fa:16:3e:ad:ef:cd","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-842143c7-3b67-4d8e-b19d-437dd96b8ac9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.3"}],"id":"c4729572-20cc-4119-b105-a2e73c314ccf","security_groups":[],"mac_address":"fa:16:3e:9e:5f:57","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-842143c7-3b67-4d8e-b19d-437dd96b8ac9"}]} 2018-12-03 16:49:48,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-7166d1f4-ee38-4ba2-8bad-114b056f12ba 2018-12-03 16:49:48,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" -d '{"volumeAttachment": {"volumeId": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9"}}' 2018-12-03 16:49:50,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-675e0f7c-f469-4259-b09f-0f16dd5c8846 x-compute-request-id: req-675e0f7c-f469-4259-b09f-0f16dd5c8846 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "volumeId": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9"}} 2018-12-03 16:49:50,344 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510/os-volume_attachments used request id req-675e0f7c-f469-4259-b09f-0f16dd5c8846 2018-12-03 16:49:50,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:50,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-356d90d0-75e5-44a1-a528-01ddedd00fc3 x-compute-request-id: req-356d90d0-75e5-44a1-a528-01ddedd00fc3 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:63:93", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "bookmark"}], "image": {"id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "links": [{"href": "http://172.30.9.30:8774/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:49:43.000000", "flavor": {"id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "links": [{"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}]}, "id": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "security_groups": [{"name": "default"}], "user_id": "16c788e80f374895a44ccddf7a8c3a14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:49:43Z", "hostId": "18cbbf2872ca7901878cb226bb902776488127484f743810ce7be5e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst", "created": "2018-12-03T16:49:37Z", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "os-extended-volumes:volumes_attached": [{"id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9"}], "metadata": {}}} 2018-12-03 16:49:50,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 used request id req-356d90d0-75e5-44a1-a528-01ddedd00fc3 2018-12-03 16:49:50,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:50,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-22a3340c-4c41-40dd-aaae-422577bdb21a Date: Mon, 03 Dec 2018 16:49: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":["b401281e-695c-4986-bd59-7f5ce00a4290"],"updated_at":"2018-12-03T16:49:23Z","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"403f638ccee5496a8c2795518f8bcf15","id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net"}]} 2018-12-03 16:49:50,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net used request id req-22a3340c-4c41-40dd-aaae-422577bdb21a 2018-12-03 16:49:50,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:50,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84bfd813-9a78-425f-a58b-ae289a5b542e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15"}, "enabled": true, "id": "403f638ccee5496a8c2795518f8bcf15", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}} 2018-12-03 16:49:50,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 used request id req-84bfd813-9a78-425f-a58b-ae289a5b542e 2018-12-03 16:49:50,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:50,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-15fdbdfc-1259-4c86-8ec9-2693180977b4 Date: Mon, 03 Dec 2018 16:49:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:49:23Z","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":"403f638ccee5496a8c2795518f8bcf15","id":"b401281e-695c-4986-bd59-7f5ce00a4290","subnetpool_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet"}]} 2018-12-03 16:49:50,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-15fdbdfc-1259-4c86-8ec9-2693180977b4 2018-12-03 16:49:50,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:50,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-15e2d4b6-5765-45f8-a496-d3aadd30e05b Date: Mon, 03 Dec 2018 16:49:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.4"}],"id":"32e6bd76-fc7f-4a3b-aa2f-a900b09e3e3b","security_groups":[],"mac_address":"fa:16:3e:56:1b:80","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-842143c7-3b67-4d8e-b19d-437dd96b8ac9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:42Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.9"}],"id":"8bf8f5f2-3fc6-4ca5-bb19-aee27b7da210","security_groups":["d07c6938-d4da-4996-9654-e99bdc13396e"],"mac_address":"fa:16:3e:a5:63:93","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-port","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:34Z","binding:vnic_type":"normal","device_id":"762a643f-c941-47d5-aa7c-87a5cbfa6510"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.2"}],"id":"95f4e328-9e44-4119-bbb1-d9e22303bfa5","security_groups":[],"mac_address":"fa:16:3e:ad:ef:cd","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-842143c7-3b67-4d8e-b19d-437dd96b8ac9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.3"}],"id":"c4729572-20cc-4119-b105-a2e73c314ccf","security_groups":[],"mac_address":"fa:16:3e:9e:5f:57","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-842143c7-3b67-4d8e-b19d-437dd96b8ac9"}]} 2018-12-03 16:49:50,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-15e2d4b6-5765-45f8-a496-d3aadd30e05b 2018-12-03 16:49:50,992 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:49:51,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6cf524b638540da82d1a25b203d233a", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj-role"}], "expires_at": "2018-12-03T17:49:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "403f638ccee5496a8c2795518f8bcf15", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/403f638ccee5496a8c2795518f8bcf15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-user", "id": "16c788e80f374895a44ccddf7a8c3a14"}, "audit_ids": ["4s3mgagWRg6jGeu_HP3Mkw"], "issued_at": "2018-12-03T16:49:51.000000Z"}} 2018-12-03 16:49:51,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5faf7fc991b9852279781109eee45185e973c837" 2018-12-03 16:49:52,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e76d6fed-e5c9-44d1-a4ea-1244659ddef2 x-compute-request-id: req-e76d6fed-e5c9-44d1-a4ea-1244659ddef2 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:63:93", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "bookmark"}], "image": {"id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "links": [{"href": "http://172.30.9.30:8774/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:49:43.000000", "flavor": {"id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "links": [{"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}]}, "id": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "security_groups": [{"name": "default"}], "user_id": "16c788e80f374895a44ccddf7a8c3a14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:49:43Z", "hostId": "18cbbf2872ca7901878cb226bb902776488127484f743810ce7be5e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst", "created": "2018-12-03T16:49:37Z", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "os-extended-volumes:volumes_attached": [{"id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9"}], "metadata": {}}]} 2018-12-03 16:49:52,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst used request id req-e76d6fed-e5c9-44d1-a4ea-1244659ddef2 2018-12-03 16:49:52,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5faf7fc991b9852279781109eee45185e973c837" 2018-12-03 16:49:52,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-75e60b02-fbdb-46ae-ae5e-ab4062e7ad14 Date: Mon, 03 Dec 2018 16:49: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":["b401281e-695c-4986-bd59-7f5ce00a4290"],"updated_at":"2018-12-03T16:49:23Z","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"403f638ccee5496a8c2795518f8bcf15","id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net"}]} 2018-12-03 16:49:52,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net used request id req-75e60b02-fbdb-46ae-ae5e-ab4062e7ad14 2018-12-03 16:49:52,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5faf7fc991b9852279781109eee45185e973c837" 2018-12-03 16:49:52,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-afb4f0c9-b66e-4bfb-85e6-c3e37edd728b Date: Mon, 03 Dec 2018 16:49:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:23Z","dns_nameservers":[],"updated_at":"2018-12-03T16:49:23Z","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":"403f638ccee5496a8c2795518f8bcf15","id":"b401281e-695c-4986-bd59-7f5ce00a4290","subnetpool_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet"}]} 2018-12-03 16:49:52,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-afb4f0c9-b66e-4bfb-85e6-c3e37edd728b 2018-12-03 16:49:52,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5faf7fc991b9852279781109eee45185e973c837" 2018-12-03 16:49:53,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-4a62de1a-e641-4be1-a3fb-0a7b1b23c368 Date: Mon, 03 Dec 2018 16:49:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.4"}],"id":"32e6bd76-fc7f-4a3b-aa2f-a900b09e3e3b","security_groups":[],"mac_address":"fa:16:3e:56:1b:80","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-842143c7-3b67-4d8e-b19d-437dd96b8ac9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:42Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.9"}],"id":"8bf8f5f2-3fc6-4ca5-bb19-aee27b7da210","security_groups":["d07c6938-d4da-4996-9654-e99bdc13396e"],"mac_address":"fa:16:3e:a5:63:93","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-port","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:34Z","binding:vnic_type":"normal","device_id":"762a643f-c941-47d5-aa7c-87a5cbfa6510"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.2"}],"id":"95f4e328-9e44-4119-bbb1-d9e22303bfa5","security_groups":[],"mac_address":"fa:16:3e:ad:ef:cd","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-842143c7-3b67-4d8e-b19d-437dd96b8ac9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:49:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b401281e-695c-4986-bd59-7f5ce00a4290","ip_address":"10.55.0.3"}],"id":"c4729572-20cc-4119-b105-a2e73c314ccf","security_groups":[],"mac_address":"fa:16:3e:9e:5f:57","project_id":"403f638ccee5496a8c2795518f8bcf15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"842143c7-3b67-4d8e-b19d-437dd96b8ac9","tenant_id":"403f638ccee5496a8c2795518f8bcf15","created_at":"2018-12-03T16:49:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-842143c7-3b67-4d8e-b19d-437dd96b8ac9"}]} 2018-12-03 16:49:53,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-4a62de1a-e641-4be1-a3fb-0a7b1b23c368 2018-12-03 16:49:53,171 - create_instance - INFO - Deleting Port with ID - 8bf8f5f2-3fc6-4ca5-bb19-aee27b7da210 2018-12-03 16:49:53,171 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-port 2018-12-03 16:49:53,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/8bf8f5f2-3fc6-4ca5-bb19-aee27b7da210 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:53,752 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-56252c9a-5b23-49b7-850b-58021fe6b22f Date: Mon, 03 Dec 2018 16:49:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:49:53,753 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/8bf8f5f2-3fc6-4ca5-bb19-aee27b7da210 used request id req-56252c9a-5b23-49b7-850b-58021fe6b22f 2018-12-03 16:49:53,756 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-02f65964-786f-416e-92b1-9e73fb5124f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:53,952 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:53 GMT Server: Apache x-compute-request-id: req-63366046-36f5-4d76-ab3d-3e0cdf4f4a97 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-63366046-36f5-4d76-ab3d-3e0cdf4f4a97 Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [{"server_id": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "attachment_id": "1e968a92-2295-4d22-aa01-5144487a6f89", "attached_at": "2018-12-03T16:49:52.000000", "host_name": null, "volume_id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "device": "/dev/vdb", "id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9"}], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:25.000000", "description": null, "os-vol-tenant-attr:tenant_id": "403f638ccee5496a8c2795518f8bcf15", "updated_at": "2018-12-03T16:49:52.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "size": 1}} 2018-12-03 16:49:53,952 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 used request id req-63366046-36f5-4d76-ab3d-3e0cdf4f4a97 2018-12-03 16:49:53,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510/os-volume_attachments/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:55,457 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:49:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1599ec26-e711-424c-980d-0a43b3c74dd4 x-compute-request-id: req-1599ec26-e711-424c-980d-0a43b3c74dd4 Content-Length: 0 Content-Type: application/json 2018-12-03 16:49:55,457 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510/os-volume_attachments/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 used request id req-1599ec26-e711-424c-980d-0a43b3c74dd4 2018-12-03 16:49:55,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:55,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49: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-9687591e-c976-400a-9b15-b541486a2796 x-compute-request-id: req-9687591e-c976-400a-9b15-b541486a2796 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "bookmark"}], "image": {"id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "links": [{"href": "http://172.30.9.30:8774/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:49:43.000000", "flavor": {"id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "links": [{"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}]}, "id": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:49:51Z", "hostId": "18cbbf2872ca7901878cb226bb902776488127484f743810ce7be5e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst", "created": "2018-12-03T16:49:37Z", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "os-extended-volumes:volumes_attached": [{"id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9"}], "metadata": {}}} 2018-12-03 16:49:55,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 used request id req-9687591e-c976-400a-9b15-b541486a2796 2018-12-03 16:49:58,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:58,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49fc6055-e722-44d4-ad75-27f83750a137 x-compute-request-id: req-49fc6055-e722-44d4-ad75-27f83750a137 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.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "bookmark"}], "image": {"id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "links": [{"href": "http://172.30.9.30:8774/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:49:43.000000", "flavor": {"id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "links": [{"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}]}, "id": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:49:51Z", "hostId": "18cbbf2872ca7901878cb226bb902776488127484f743810ce7be5e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst", "created": "2018-12-03T16:49:37Z", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:49:58,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 used request id req-49fc6055-e722-44d4-ad75-27f83750a137 2018-12-03 16:49:58,991 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst 2018-12-03 16:49:58,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:59,137 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f5cb373e-8689-4974-8630-eebfefc7f9b8 x-compute-request-id: req-f5cb373e-8689-4974-8630-eebfefc7f9b8 Content-Type: application/json 2018-12-03 16:49:59,137 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 used request id req-f5cb373e-8689-4974-8630-eebfefc7f9b8 2018-12-03 16:49:59,138 - create_instance - INFO - Checking deletion status 2018-12-03 16:49:59,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:49:59,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d4f3017-2a1f-4d84-adc8-0ea124d694ba x-compute-request-id: req-8d4f3017-2a1f-4d84-adc8-0ea124d694ba 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.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510", "rel": "bookmark"}], "image": {"id": "76311a69-eb0b-456a-a3c2-39e417fdb12d", "links": [{"href": "http://172.30.9.30:8774/images/76311a69-eb0b-456a-a3c2-39e417fdb12d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:49:43.000000", "flavor": {"id": "57e3141f-8064-43bd-9df6-c01d6bef4c4f", "links": [{"href": "http://172.30.9.30:8774/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f", "rel": "bookmark"}]}, "id": "762a643f-c941-47d5-aa7c-87a5cbfa6510", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:49:59Z", "hostId": "18cbbf2872ca7901878cb226bb902776488127484f743810ce7be5e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst", "created": "2018-12-03T16:49:37Z", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:49:59,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 used request id req-8d4f3017-2a1f-4d84-adc8-0ea124d694ba 2018-12-03 16:49:59,243 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst] is - ACTIVE 2018-12-03 16:49:59,244 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:50:02,247 - create_instance - DEBUG - VM status query timeout in 296.891077995 2018-12-03 16:50:02,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f393bf4600f8eac997dbc28bcd70639c28dc67" 2018-12-03 16:50:02,411 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:50:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3c3de41-3891-4750-9d4a-fc94141eac39 x-compute-request-id: req-f3c3de41-3891-4750-9d4a-fc94141eac39 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 762a643f-c941-47d5-aa7c-87a5cbfa6510 could not be found.", "code": 404}} 2018-12-03 16:50:02,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/762a643f-c941-47d5-aa7c-87a5cbfa6510 used request id req-f3c3de41-3891-4750-9d4a-fc94141eac39 2018-12-03 16:50:02,412 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 762a643f-c941-47d5-aa7c-87a5cbfa6510 could not be found. (HTTP 404) (Request-ID: req-f3c3de41-3891-4750-9d4a-fc94141eac39) 2018-12-03 16:50:02,412 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-inst 2018-12-03 16:50:02,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe8254226ba63f44d301cda6ede0cbdd4a685893" 2018-12-03 16:50:02,473 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:50:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f88eeae7-14fd-4e2e-9f79-37e6b75f94fd x-compute-request-id: req-f88eeae7-14fd-4e2e-9f79-37e6b75f94fd Content-Length: 0 Content-Type: application/json 2018-12-03 16:50:02,473 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/57e3141f-8064-43bd-9df6-c01d6bef4c4f used request id req-f88eeae7-14fd-4e2e-9f79-37e6b75f94fd 2018-12-03 16:50:02,474 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet 2018-12-03 16:50:02,475 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-subnet 2018-12-03 16:50:02,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/b401281e-695c-4986-bd59-7f5ce00a4290 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c50960c15d09b6040b00f528b2ff3827d8414b" 2018-12-03 16:50:04,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-438fabfe-aefd-472b-92fb-46df30593f0f Date: Mon, 03 Dec 2018 16:50:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:50:04,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/b401281e-695c-4986-bd59-7f5ce00a4290 used request id req-438fabfe-aefd-472b-92fb-46df30593f0f 2018-12-03 16:50:04,995 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-pub-net 2018-12-03 16:50:05,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/842143c7-3b67-4d8e-b19d-437dd96b8ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c50960c15d09b6040b00f528b2ff3827d8414b" 2018-12-03 16:50:06,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b944e29d-ef39-4928-a882-29b5ffad40db Date: Mon, 03 Dec 2018 16:50:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:50:06,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/842143c7-3b67-4d8e-b19d-437dd96b8ac9 used request id req-b944e29d-ef39-4928-a882-29b5ffad40db 2018-12-03 16:50:06,109 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-161a3744-098f-4615-9834-c7c3db4515d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb680cec65a0a5c7dd6c79c8e5db72f555baf63" 2018-12-03 16:50:06,306 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:06 GMT Server: Apache x-compute-request-id: req-f87f0e93-2236-45b6-9a87-7ef2bb05ff2c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f87f0e93-2236-45b6-9a87-7ef2bb05ff2c Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "403f638ccee5496a8c2795518f8bcf15", "updated_at": "2018-12-03T16:49:30.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e4f9cecf-5684-4fec-9e66-de4675861e22", "size": 1}} 2018-12-03 16:50:06,306 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22 used request id req-f87f0e93-2236-45b6-9a87-7ef2bb05ff2c 2018-12-03 16:50:06,307 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:50:06,307 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-2 2018-12-03 16:50:06,307 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-2 2018-12-03 16:50:06,310 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-161a3744-098f-4615-9834-c7c3db4515d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb680cec65a0a5c7dd6c79c8e5db72f555baf63" 2018-12-03 16:50:06,544 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:50:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-50e8af81-fee3-43fd-af45-e08f7a84c883 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-12-03 16:50:06,544 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22 used request id req-50e8af81-fee3-43fd-af45-e08f7a84c883 2018-12-03 16:50:06,547 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-161a3744-098f-4615-9834-c7c3db4515d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb680cec65a0a5c7dd6c79c8e5db72f555baf63" 2018-12-03 16:50:06,744 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:06 GMT Server: Apache x-compute-request-id: req-b15d23de-01e6-475b-a089-3c16f8e35c1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b15d23de-01e6-475b-a089-3c16f8e35c1f Content-Encoding: gzip Content-Length: 469 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "403f638ccee5496a8c2795518f8bcf15", "updated_at": "2018-12-03T16:50:06.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e4f9cecf-5684-4fec-9e66-de4675861e22", "size": 1}} 2018-12-03 16:50:06,744 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22 used request id req-b15d23de-01e6-475b-a089-3c16f8e35c1f 2018-12-03 16:50:06,744 - create_volume - DEBUG - Instance status is - deleting 2018-12-03 16:50:06,745 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 16:50:09,748 - create_volume - DEBUG - Volume status query timeout in 56.796859026 2018-12-03 16:50:09,751 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-161a3744-098f-4615-9834-c7c3db4515d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb680cec65a0a5c7dd6c79c8e5db72f555baf63" 2018-12-03 16:50:09,955 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:50:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-06910310-8eec-4096-8862-86e42b4d5e05 x-openstack-request-id: req-06910310-8eec-4096-8862-86e42b4d5e05 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume e4f9cecf-5684-4fec-9e66-de4675861e22 could not be found.", "code": 404}} 2018-12-03 16:50:09,955 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/e4f9cecf-5684-4fec-9e66-de4675861e22 used request id req-06910310-8eec-4096-8862-86e42b4d5e05 2018-12-03 16:50:09,956 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume e4f9cecf-5684-4fec-9e66-de4675861e22 could not be found. (HTTP 404) (Request-ID: req-06910310-8eec-4096-8862-86e42b4d5e05) 2018-12-03 16:50:09,956 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-2 2018-12-03 16:50:09,959 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be6750b3-0216-4fda-a31b-7b96ddd4173a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9568591ccc8600d9610121d6a1652adbec2f4ba" 2018-12-03 16:50:10,158 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:09 GMT Server: Apache x-compute-request-id: req-97aca68e-0d21-4639-9704-e72e8d024875 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-97aca68e-0d21-4639-9704-e72e8d024875 Content-Encoding: gzip Content-Length: 477 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:25.000000", "description": null, "os-vol-tenant-attr:tenant_id": "403f638ccee5496a8c2795518f8bcf15", "updated_at": "2018-12-03T16:49:55.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "size": 1}} 2018-12-03 16:50:10,158 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 used request id req-97aca68e-0d21-4639-9704-e72e8d024875 2018-12-03 16:50:10,158 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:50:10,158 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1 2018-12-03 16:50:10,159 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1 2018-12-03 16:50:10,161 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be6750b3-0216-4fda-a31b-7b96ddd4173a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9568591ccc8600d9610121d6a1652adbec2f4ba" 2018-12-03 16:50:10,394 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:50:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-49f66113-5766-4089-bd20-66ef94f19154 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-12-03 16:50:10,395 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 used request id req-49f66113-5766-4089-bd20-66ef94f19154 2018-12-03 16:50:10,397 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be6750b3-0216-4fda-a31b-7b96ddd4173a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9568591ccc8600d9610121d6a1652adbec2f4ba" 2018-12-03 16:50:10,597 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:10 GMT Server: Apache x-compute-request-id: req-a6a46943-f9c2-42f6-bdc4-276afc3b73f9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a6a46943-f9c2-42f6-bdc4-276afc3b73f9 Content-Encoding: gzip Content-Length: 483 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "16c788e80f374895a44ccddf7a8c3a14", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "self"}, {"href": "http://172.30.9.30:8776/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:49:25.000000", "description": null, "os-vol-tenant-attr:tenant_id": "403f638ccee5496a8c2795518f8bcf15", "updated_at": "2018-12-03T16:50:10.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "819006fa-bf91-4387-bbfd-9f3be2d3f0a9", "size": 1}} 2018-12-03 16:50:10,597 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 used request id req-a6a46943-f9c2-42f6-bdc4-276afc3b73f9 2018-12-03 16:50:10,597 - create_volume - DEBUG - Instance status is - deleting 2018-12-03 16:50:10,598 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 16:50:13,601 - create_volume - DEBUG - Volume status query timeout in 56.7942211628 2018-12-03 16:50:13,604 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be6750b3-0216-4fda-a31b-7b96ddd4173a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9568591ccc8600d9610121d6a1652adbec2f4ba" 2018-12-03 16:50:13,633 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:50:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6445ac63-04ed-4d65-9cd4-c4092e711e30 x-openstack-request-id: req-6445ac63-04ed-4d65-9cd4-c4092e711e30 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 819006fa-bf91-4387-bbfd-9f3be2d3f0a9 could not be found.", "code": 404}} 2018-12-03 16:50:13,633 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/403f638ccee5496a8c2795518f8bcf15/volumes/819006fa-bf91-4387-bbfd-9f3be2d3f0a9 used request id req-6445ac63-04ed-4d65-9cd4-c4092e711e30 2018-12-03 16:50:13,633 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 819006fa-bf91-4387-bbfd-9f3be2d3f0a9 could not be found. (HTTP 404) (Request-ID: req-6445ac63-04ed-4d65-9cd4-c4092e711e30) 2018-12-03 16:50:13,633 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-1 2018-12-03 16:50:13,634 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-971a1809-af77-4518-93a8-1510eb4ef8b4-image 2018-12-03 16:50:13,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8eb999ed608b4979b607386859abe25c5b056291" 2018-12-03 16:50:14,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-62069d07-8e37-4394-b413-705c767b9c7c Date: Mon, 03 Dec 2018 16:50:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:50:14,767 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/76311a69-eb0b-456a-a3c2-39e417fdb12d used request id req-62069d07-8e37-4394-b413-705c767b9c7c 2018-12-03 16:50:14,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:50:14,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e2791398-3e99-4e76-8d23-8b5081728073 Date: Mon, 03 Dec 2018 16:50:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "created_at": "2018-12-03T16:49:21Z", "updated_at": "2018-12-03T16:49:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:49:21Z", "revision_number": 0, "id": "457a1998-e223-46ee-90ef-4e9457bc839e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:49:21Z", "security_group_id": "d07c6938-d4da-4996-9654-e99bdc13396e", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "port_range_min": null, "ethertype": "IPv6", "project_id": "403f638ccee5496a8c2795518f8bcf15"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:49:21Z", "revision_number": 0, "id": "5ed1b8a3-97bc-4551-bb31-1db6118f73f6", "remote_group_id": "d07c6938-d4da-4996-9654-e99bdc13396e", "remote_ip_prefix": null, "created_at": "2018-12-03T16:49:21Z", "security_group_id": "d07c6938-d4da-4996-9654-e99bdc13396e", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "port_range_min": null, "ethertype": "IPv4", "project_id": "403f638ccee5496a8c2795518f8bcf15"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:49:21Z", "revision_number": 0, "id": "ce0327b1-d1b6-4f8a-bb52-5e86c8fc52b7", "remote_group_id": "d07c6938-d4da-4996-9654-e99bdc13396e", "remote_ip_prefix": null, "created_at": "2018-12-03T16:49:21Z", "security_group_id": "d07c6938-d4da-4996-9654-e99bdc13396e", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "port_range_min": null, "ethertype": "IPv6", "project_id": "403f638ccee5496a8c2795518f8bcf15"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:49:21Z", "revision_number": 0, "id": "ff07a769-41c9-4514-9ca3-f1ab32407b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:49:21Z", "security_group_id": "d07c6938-d4da-4996-9654-e99bdc13396e", "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "port_range_min": null, "ethertype": "IPv4", "project_id": "403f638ccee5496a8c2795518f8bcf15"}], "revision_number": 4, "project_id": "403f638ccee5496a8c2795518f8bcf15", "id": "d07c6938-d4da-4996-9654-e99bdc13396e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:50:14,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-e2791398-3e99-4e76-8d23-8b5081728073 2018-12-03 16:50:14,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:50:15,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46c49f22-b7cc-4b95-a486-58a755e24b2a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:50:15,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-46c49f22-b7cc-4b95-a486-58a755e24b2a 2018-12-03 16:50:15,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:50:15,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2648dfe9-3b15-4e3b-b7bd-bcd252fb1a3a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:50:15,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-2648dfe9-3b15-4e3b-b7bd-bcd252fb1a3a 2018-12-03 16:50:15,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:50:15,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5096baf9-b3c8-400e-8ee4-b8b10bb35511 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15"}, "enabled": true, "id": "403f638ccee5496a8c2795518f8bcf15", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj"}} 2018-12-03 16:50:15,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 used request id req-5096baf9-b3c8-400e-8ee4-b8b10bb35511 2018-12-03 16:50:15,260 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d07c6938-d4da-4996-9654-e99bdc13396e 2018-12-03 16:50:15,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d07c6938-d4da-4996-9654-e99bdc13396e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:50:15,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b9284a04-a7e9-4bb6-906c-be21a96bf243 Date: Mon, 03 Dec 2018 16:50: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-12-03T16:49:21Z", "security_group_id": "d07c6938-d4da-4996-9654-e99bdc13396e", "port_range_min": null, "revision_number": 0, "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "created_at": "2018-12-03T16:49:21Z", "project_id": "403f638ccee5496a8c2795518f8bcf15", "id": "457a1998-e223-46ee-90ef-4e9457bc839e"}, {"remote_group_id": "d07c6938-d4da-4996-9654-e99bdc13396e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:49:21Z", "security_group_id": "d07c6938-d4da-4996-9654-e99bdc13396e", "port_range_min": null, "revision_number": 0, "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "created_at": "2018-12-03T16:49:21Z", "project_id": "403f638ccee5496a8c2795518f8bcf15", "id": "5ed1b8a3-97bc-4551-bb31-1db6118f73f6"}, {"remote_group_id": "d07c6938-d4da-4996-9654-e99bdc13396e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:49:21Z", "security_group_id": "d07c6938-d4da-4996-9654-e99bdc13396e", "port_range_min": null, "revision_number": 0, "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "created_at": "2018-12-03T16:49:21Z", "project_id": "403f638ccee5496a8c2795518f8bcf15", "id": "ce0327b1-d1b6-4f8a-bb52-5e86c8fc52b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:49:21Z", "security_group_id": "d07c6938-d4da-4996-9654-e99bdc13396e", "port_range_min": null, "revision_number": 0, "tenant_id": "403f638ccee5496a8c2795518f8bcf15", "created_at": "2018-12-03T16:49:21Z", "project_id": "403f638ccee5496a8c2795518f8bcf15", "id": "ff07a769-41c9-4514-9ca3-f1ab32407b97"}]} 2018-12-03 16:50:15,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d07c6938-d4da-4996-9654-e99bdc13396e used request id req-b9284a04-a7e9-4bb6-906c-be21a96bf243 2018-12-03 16:50:15,431 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:50:15,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/d07c6938-d4da-4996-9654-e99bdc13396e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:50:15,772 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-de032c87-d033-4ae2-bebb-649d330cb914 Content-Length: 0 Date: Mon, 03 Dec 2018 16:50:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:50:15,772 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/d07c6938-d4da-4996-9654-e99bdc13396e used request id req-de032c87-d033-4ae2-bebb-649d330cb914 2018-12-03 16:50:15,773 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj 2018-12-03 16:50:15,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:50:15,983 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1e841d7-ebc6-417b-9db5-c0c740675794 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:50:15,983 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/403f638ccee5496a8c2795518f8bcf15 used request id req-a1e841d7-ebc6-417b-9db5-c0c740675794 2018-12-03 16:50:15,983 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-fa8ecf1c-6b99-481-proj-role 2018-12-03 16:50:15,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/d6cf524b638540da82d1a25b203d233a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:50:16,100 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc831566-645a-467f-abc1-4cc39d7ae761 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:50:16,100 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/d6cf524b638540da82d1a25b203d233a used request id req-dc831566-645a-467f-abc1-4cc39d7ae761 2018-12-03 16:50:16,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d765179e4873a9bf84c7f5a8a09a8fc40bd71011" 2018-12-03 16:50:16,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1580e47e-10ac-426e-893f-ba12cb28e748 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:50:16,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1580e47e-10ac-426e-893f-ba12cb28e748 2018-12-03 16:50:16,196 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-fa8ecf1c-6b99-481-user 2018-12-03 16:50:16,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/16c788e80f374895a44ccddf7a8c3a14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbb0672e07fcc22171234d59f34934095429087f" 2018-12-03 16:50:16,391 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:50:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c19d589-b5f1-498c-9869-e359a42336e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:50:16,391 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/16c788e80f374895a44ccddf7a8c3a14 used request id req-6c19d589-b5f1-498c-9869-e359a42336e4 2018-12-03 16:50:16,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:50:16,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:50:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["lWFgkJOySe2P0sc1WvsheA"], "issued_at": "2018-12-03T16:50:16.000000Z"}} 2018-12-03 16:50:16,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6752a45b5a92a11f7caf705a2fa199cbda6f3a1b" 2018-12-03 16:50:16,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a57f9d02-000c-43ba-ae1c-f6138868c592 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:50:16,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a57f9d02-000c-43ba-ae1c-f6138868c592 2018-12-03 16:50:16,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:50:16,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:50:17,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:50:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["yAg7w0n2Sny6YCDmypl2Ng"], "issued_at": "2018-12-03T16:50:17.000000Z"}} 2018-12-03 16:50:17,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:50:17,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5661ae1c-bc3f-4e84-a172-c4433e3fdaf4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:50:17,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5661ae1c-bc3f-4e84-a172-c4433e3fdaf4 2018-12-03 16:50:17,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:50:17,332 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:50: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:50:17,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-17e179c4-e0ea-480-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:50:17,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec6454b5-02a8-429f-b771-a96518403a39 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-17e179c4-e0ea-480-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:50:17,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-17e179c4-e0ea-480-proj used request id req-ec6454b5-02a8-429f-b771-a96518403a39 2018-12-03 16:50:17,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:50:17,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a13456ab-124e-4b43-8bfe-258a4424a899 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:50:17,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a13456ab-124e-4b43-8bfe-258a4424a899 2018-12-03 16:50:17,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}}' 2018-12-03 16:50:17,639 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:50:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e13f13e1-be69-4338-a73f-d83aae771f52 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}} 2018-12-03 16:50:17,639 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-e13f13e1-be69-4338-a73f-d83aae771f52 2018-12-03 16:50:17,640 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-17e179c4-e0ea-480-proj 2018-12-03 16:50:17,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:50:17,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:50:18,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:50:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["e2-xa9xnTiqlJpgtlw8Gxw"], "issued_at": "2018-12-03T16:50:18.000000Z"}} 2018-12-03 16:50:18,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80c80ea6ff9762a76b78823952fafd3b3703e61c" 2018-12-03 16:50:18,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c0e36c8-3f2e-4310-9737-c703fda27549 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:50:18,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7c0e36c8-3f2e-4310-9737-c703fda27549 2018-12-03 16:50:18,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:50:18,118 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:50: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:50:18,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80c80ea6ff9762a76b78823952fafd3b3703e61c" 2018-12-03 16:50:18,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-489f9f5b-2f49-4a8c-afe5-f7d8fcb60b4f Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:50:18,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-489f9f5b-2f49-4a8c-afe5-f7d8fcb60b4f 2018-12-03 16:50:18,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstanceVolumeTests-17e179c4-e0ea-480-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80c80ea6ff9762a76b78823952fafd3b3703e61c" 2018-12-03 16:50:18,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb6d35fd-5f0e-4087-bb19-b2b50c2ee194 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstanceVolumeTests-17e179c4-e0ea-480-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}]} 2018-12-03 16:50:18,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstanceVolumeTests-17e179c4-e0ea-480-proj used request id req-cb6d35fd-5f0e-4087-bb19-b2b50c2ee194 2018-12-03 16:50:18,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80c80ea6ff9762a76b78823952fafd3b3703e61c" 2018-12-03 16:50:18,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4f57688-7e8a-44ca-a3eb-905cb3f60889 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:50:18,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a4f57688-7e8a-44ca-a3eb-905cb3f60889 2018-12-03 16:50:18,789 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-17e179c4-e0ea-480-user 2018-12-03 16:50:18,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:50:18,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:50:18,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9c75026-e50b-4c69-afb6-04f6eb0fb2aa Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:50:18,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c9c75026-e50b-4c69-afb6-04f6eb0fb2aa 2018-12-03 16:50:18,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" -d '{"role": {"name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj-role"}}' 2018-12-03 16:50:19,005 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:50:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-154fe576-5f74-48af-8569-73d8a6c103d4 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c393d70407ca4954ad339f806b1cebf5", "links": {"self": "http://172.30.9.30:5000/v3/roles/c393d70407ca4954ad339f806b1cebf5"}, "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj-role"}} 2018-12-03 16:50:19,005 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-154fe576-5f74-48af-8569-73d8a6c103d4 2018-12-03 16:50:19,005 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-17e179c4-e0ea-480-proj-role 2018-12-03 16:50:19,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/c393d70407ca4954ad339f806b1cebf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:50:19,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8c5a291-49c3-4c53-a4b5-6711c22b6d47 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/c393d70407ca4954ad339f806b1cebf5"}, "domain_id": null, "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj-role", "id": "c393d70407ca4954ad339f806b1cebf5"}} 2018-12-03 16:50:19,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/c393d70407ca4954ad339f806b1cebf5 used request id req-d8c5a291-49c3-4c53-a4b5-6711c22b6d47 2018-12-03 16:50:19,091 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-17e179c4-e0ea-480-proj-role to project CreateInstanceVolumeTests-17e179c4-e0ea-480-proj 2018-12-03 16:50:19,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d/users/96dc1b5a7a714b1a9b505ba6a19beecd/roles/c393d70407ca4954ad339f806b1cebf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:50:19,235 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:50:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85bccccd-9a55-4958-82ac-5ba026715202 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:50:19,235 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d/users/96dc1b5a7a714b1a9b505ba6a19beecd/roles/c393d70407ca4954ad339f806b1cebf5 used request id req-85bccccd-9a55-4958-82ac-5ba026715202 2018-12-03 16:50:19,236 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:50:19,237 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:50:19,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:50:19,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:50:19,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c393d70407ca4954ad339f806b1cebf5", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj-role"}], "expires_at": "2018-12-03T17:50:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "502be8f285454c93b57b74f1e105c56d", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-user", "id": "96dc1b5a7a714b1a9b505ba6a19beecd"}, "audit_ids": ["08K3EZ5iQL-1VUJjHc-VhQ"], "issued_at": "2018-12-03T16:50:19.000000Z"}} 2018-12-03 16:50:19,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9f8f74d92914490d753d7a0b2379694ee2a838" 2018-12-03 16:50:19,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-431c1e84-097f-4671-be09-f7b763cefde4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:50:19,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-431c1e84-097f-4671-be09-f7b763cefde4 2018-12-03 16:50:19,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c9f8f74d92914490d753d7a0b2379694ee2a838" 2018-12-03 16:50:19,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-d8102d2f-6166-44b6-b410-39e5ad15e809 Date: Mon, 03 Dec 2018 16:50:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image"} 2018-12-03 16:50:19,875 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image used request id req-d8102d2f-6166-44b6-b410-39e5ad15e809 2018-12-03 16:50:19,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c9f8f74d92914490d753d7a0b2379694ee2a838" 2018-12-03 16:50:20,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-31cf33c8-e704-426b-92b5-022fd8a9b06a Date: Mon, 03 Dec 2018 16:50: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-12-03 16:50:20,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-31cf33c8-e704-426b-92b5-022fd8a9b06a 2018-12-03 16:50:20,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c9f8f74d92914490d753d7a0b2379694ee2a838" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image"}' 2018-12-03 16:50:20,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e X-Openstack-Request-Id: req-90b44640-eebc-4d59-9e24-a4d9d356341f Date: Mon, 03 Dec 2018 16:50:20 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:50:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:50:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "min_disk": 0, "protected": false, "id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "file": "/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e/file", "checksum": null, "owner": "502be8f285454c93b57b74f1e105c56d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:50:20,289 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-90b44640-eebc-4d59-9e24-a4d9d356341f 2018-12-03 16:50:20,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c9f8f74d92914490d753d7a0b2379694ee2a838" -d '' 2018-12-03 16:50:21,283 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2b478595-6576-4192-855e-3ba478715718 Date: Mon, 03 Dec 2018 16:50:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:50:21,283 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e/file used request id req-2b478595-6576-4192-855e-3ba478715718 2018-12-03 16:50:21,283 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:50:21,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c9f8f74d92914490d753d7a0b2379694ee2a838" 2018-12-03 16:50:21,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-7f7fb4f4-fbd8-4f2f-b867-a3d717ae7a92 Date: Mon, 03 Dec 2018 16:50:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:50:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:50:21Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/36acc42d-4228-439c-a4c4-219ae4affd0e/snap", "metadata": {}}], "self": "/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "min_disk": 0, "protected": false, "id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "file": "/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "502be8f285454c93b57b74f1e105c56d", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/36acc42d-4228-439c-a4c4-219ae4affd0e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:50:21,451 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e used request id req-7f7fb4f4-fbd8-4f2f-b867-a3d717ae7a92 2018-12-03 16:50:21,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c9f8f74d92914490d753d7a0b2379694ee2a838" 2018-12-03 16:50:21,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e48de5e2-5fea-48aa-9483-249ebc5169ab Date: Mon, 03 Dec 2018 16:50: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-12-03 16:50:21,464 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e48de5e2-5fea-48aa-9483-249ebc5169ab 2018-12-03 16:50:21,467 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image 2018-12-03 16:50:21,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c9f8f74d92914490d753d7a0b2379694ee2a838" 2018-12-03 16:50:21,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-72741736-f57f-4078-8a03-96216838b54c Date: Mon, 03 Dec 2018 16:50:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:50:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:50:21Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/36acc42d-4228-439c-a4c4-219ae4affd0e/snap", "metadata": {}}], "self": "/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "min_disk": 0, "protected": false, "id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "file": "/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "502be8f285454c93b57b74f1e105c56d", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/36acc42d-4228-439c-a4c4-219ae4affd0e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:50:21,624 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e used request id req-72741736-f57f-4078-8a03-96216838b54c 2018-12-03 16:50:21,625 - create_image - DEBUG - Instance status is - active 2018-12-03 16:50:21,625 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image 2018-12-03 16:50:21,625 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image 2018-12-03 16:50:21,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:50:21,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:50:22,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:50:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["kLEwH9ltQHKkI3m_9rj0Rw"], "issued_at": "2018-12-03T16:50:22.000000Z"}} 2018-12-03 16:50:22,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470d4886a1fabc6d17d3bdc556f907d0ec277bed" 2018-12-03 16:50:22,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10afdb4c-20ef-4900-8a09-9dcd9fc8f409 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:50:22,092 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-10afdb4c-20ef-4900-8a09-9dcd9fc8f409 2018-12-03 16:50:22,094 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:50:22,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470d4886a1fabc6d17d3bdc556f907d0ec277bed" 2018-12-03 16:50:22,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50: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-ac6f119d-f94e-4616-87c8-e0864e2a39b2 x-compute-request-id: req-ac6f119d-f94e-4616-87c8-e0864e2a39b2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:50:22,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ac6f119d-f94e-4616-87c8-e0864e2a39b2 2018-12-03 16:50:22,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470d4886a1fabc6d17d3bdc556f907d0ec277bed" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-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-12-03 16:50:22,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50: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-91cca731-dde4-4794-a369-9cce2a974161 x-compute-request-id: req-91cca731-dde4-4794-a369-9cce2a974161 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "25630159-37da-4078-a1fe-824940e7686a", "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:50:22,476 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-91cca731-dde4-4794-a369-9cce2a974161 2018-12-03 16:50:22,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:50:22,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:50:22,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c393d70407ca4954ad339f806b1cebf5", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj-role"}], "expires_at": "2018-12-03T17:50:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "502be8f285454c93b57b74f1e105c56d", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-user", "id": "96dc1b5a7a714b1a9b505ba6a19beecd"}, "audit_ids": ["iHezOI5RQb6ZVemFHHJGGg"], "issued_at": "2018-12-03T16:50:22.000000Z"}} 2018-12-03 16:50:22,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9ecd2647fba42672679bae9505fce4309432b3" 2018-12-03 16:50:22,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e2ea7d9-5668-448d-9440-253eaf7e84c9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:50:22,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7e2ea7d9-5668-448d-9440-253eaf7e84c9 2018-12-03 16:50:22,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9ecd2647fba42672679bae9505fce4309432b3" 2018-12-03 16:50:23,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ac97389b-97f6-4878-831f-3b41fba1a22b Date: Mon, 03 Dec 2018 16:50:23 GMT RESP BODY: {"networks":[]} 2018-12-03 16:50:23,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net used request id req-ac97389b-97f6-4878-831f-3b41fba1a22b 2018-12-03 16:50:23,119 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net 2018-12-03 16:50:23,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9ecd2647fba42672679bae9505fce4309432b3" -d '{"network": {"name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net", "admin_state_up": true}}' 2018-12-03 16:50:23,674 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-de3d0cee-47d5-4b66-8b47-260511f2f814 Date: Mon, 03 Dec 2018 16:50:23 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"655342e9-2b75-4f46-abf4-02831e09e3d7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:50:23Z","is_default":false,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:23Z","mtu":1450}} 2018-12-03 16:50:23,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-de3d0cee-47d5-4b66-8b47-260511f2f814 2018-12-03 16:50:23,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9ecd2647fba42672679bae9505fce4309432b3" 2018-12-03 16:50:23,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5cac4484-292f-4497-ae5e-1d750fdaa247 Date: Mon, 03 Dec 2018 16:50: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-12-03T16:50:23Z","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"502be8f285454c93b57b74f1e105c56d","id":"655342e9-2b75-4f46-abf4-02831e09e3d7","name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net"}]} 2018-12-03 16:50:23,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-5cac4484-292f-4497-ae5e-1d750fdaa247 2018-12-03 16:50:23,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9ecd2647fba42672679bae9505fce4309432b3" 2018-12-03 16:50:24,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e7865546-f5f7-455e-b44f-9f1d0a494c6b Date: Mon, 03 Dec 2018 16:50:24 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:50:24,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-e7865546-f5f7-455e-b44f-9f1d0a494c6b 2018-12-03 16:50:24,090 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet 2018-12-03 16:50:24,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9ecd2647fba42672679bae9505fce4309432b3" -d '{"subnets": [{"ip_version": 4, "network_id": "655342e9-2b75-4f46-abf4-02831e09e3d7", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet"}]}' 2018-12-03 16:50:24,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d804f1f0-d14f-4409-bc32-71b0baeb835d Date: Mon, 03 Dec 2018 16:50:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:50: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":"502be8f285454c93b57b74f1e105c56d","id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","subnetpool_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet"}]} 2018-12-03 16:50:24,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-d804f1f0-d14f-4409-bc32-71b0baeb835d 2018-12-03 16:50:24,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9ecd2647fba42672679bae9505fce4309432b3" 2018-12-03 16:50:25,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c05289e7-7f36-48cc-b135-91d826fa078c Date: Mon, 03 Dec 2018 16:50: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":["c29bec15-f0ba-46fe-bc6e-e0ada4b71018"],"updated_at":"2018-12-03T16:50:24Z","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"502be8f285454c93b57b74f1e105c56d","id":"655342e9-2b75-4f46-abf4-02831e09e3d7","name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net"}]} 2018-12-03 16:50:25,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-c05289e7-7f36-48cc-b135-91d826fa078c 2018-12-03 16:50:25,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9ecd2647fba42672679bae9505fce4309432b3" 2018-12-03 16:50:25,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c3c89460-d882-4779-af2d-471de5205860 Date: Mon, 03 Dec 2018 16:50:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:50: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":"502be8f285454c93b57b74f1e105c56d","id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","subnetpool_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet"}]} 2018-12-03 16:50:25,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-c3c89460-d882-4779-af2d-471de5205860 2018-12-03 16:50:25,290 - OpenStackNetwork - DEBUG - Network [655342e9-2b75-4f46-abf4-02831e09e3d7] created successfully 2018-12-03 16:50:25,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:50:25,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:50:25,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c393d70407ca4954ad339f806b1cebf5", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj-role"}], "expires_at": "2018-12-03T17:50:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "502be8f285454c93b57b74f1e105c56d", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-user", "id": "96dc1b5a7a714b1a9b505ba6a19beecd"}, "audit_ids": ["qMxPI2VzRymADc6TGNHEKQ"], "issued_at": "2018-12-03T16:50:25.000000Z"}} 2018-12-03 16:50:25,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34118486f98f486cec8ab98fa08aed1b9217f135" 2018-12-03 16:50:25,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b06fc5f3-fb3c-4ade-9948-6b252c0048e8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:50:25,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b06fc5f3-fb3c-4ade-9948-6b252c0048e8 2018-12-03 16:50:25,684 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34118486f98f486cec8ab98fa08aed1b9217f135" 2018-12-03 16:50:25,871 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:25 GMT Server: Apache x-compute-request-id: req-1cfd6d59-401c-44e6-9509-d1b2e9f008ac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1cfd6d59-401c-44e6-9509-d1b2e9f008ac Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-03 16:50:25,871 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/detail used request id req-1cfd6d59-401c-44e6-9509-d1b2e9f008ac 2018-12-03 16:50:25,875 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1cfd6d59-401c-44e6-9509-d1b2e9f008ac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34118486f98f486cec8ab98fa08aed1b9217f135" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-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-12-03 16:50:26,207 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:50:25 GMT Server: Apache x-compute-request-id: req-1ac1fe24-f357-4a1d-ba59-51a2a4637c97 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1ac1fe24-f357-4a1d-ba59-51a2a4637c97 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:26.110733", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6eeb564a-52a5-4d01-9604-cebf6e386c58", "size": 1}} 2018-12-03 16:50:26,207 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes used request id req-1ac1fe24-f357-4a1d-ba59-51a2a4637c97 2018-12-03 16:50:26,210 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1cfd6d59-401c-44e6-9509-d1b2e9f008ac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34118486f98f486cec8ab98fa08aed1b9217f135" 2018-12-03 16:50:26,409 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:26 GMT Server: Apache x-compute-request-id: req-62136163-a713-40d7-8b88-36d3842c1ae4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-62136163-a713-40d7-8b88-36d3842c1ae4 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:50:26.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6eeb564a-52a5-4d01-9604-cebf6e386c58", "size": 1}} 2018-12-03 16:50:26,409 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58 used request id req-62136163-a713-40d7-8b88-36d3842c1ae4 2018-12-03 16:50:26,409 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1 2018-12-03 16:50:26,412 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1cfd6d59-401c-44e6-9509-d1b2e9f008ac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34118486f98f486cec8ab98fa08aed1b9217f135" 2018-12-03 16:50:26,607 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:26 GMT Server: Apache x-compute-request-id: req-049e772f-d767-44c1-ba2d-1a1f13064030 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-049e772f-d767-44c1-ba2d-1a1f13064030 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:50:26.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6eeb564a-52a5-4d01-9604-cebf6e386c58", "size": 1}} 2018-12-03 16:50:26,607 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58 used request id req-049e772f-d767-44c1-ba2d-1a1f13064030 2018-12-03 16:50:26,607 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:50:26,607 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1 2018-12-03 16:50:26,608 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1 2018-12-03 16:50:26,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:50:26,609 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:50:26,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c393d70407ca4954ad339f806b1cebf5", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj-role"}], "expires_at": "2018-12-03T17:50:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "502be8f285454c93b57b74f1e105c56d", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-user", "id": "96dc1b5a7a714b1a9b505ba6a19beecd"}, "audit_ids": ["sPt6tZsXT_yxKBtrfnsrDQ"], "issued_at": "2018-12-03T16:50:26.000000Z"}} 2018-12-03 16:50:26,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df17e4b40dbd1554872e6f10e9f896800b3198de" 2018-12-03 16:50:27,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e7c7761-6234-4006-82db-d48cc4116926 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:50:27,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6e7c7761-6234-4006-82db-d48cc4116926 2018-12-03 16:50:27,062 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df17e4b40dbd1554872e6f10e9f896800b3198de" 2018-12-03 16:50:27,253 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:27 GMT Server: Apache x-compute-request-id: req-fd706987-109a-44ce-a452-34e2e38dc59c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fd706987-109a-44ce-a452-34e2e38dc59c Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:50:26.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6eeb564a-52a5-4d01-9604-cebf6e386c58", "size": 1}]} 2018-12-03 16:50:27,253 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/detail used request id req-fd706987-109a-44ce-a452-34e2e38dc59c 2018-12-03 16:50:27,257 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fd706987-109a-44ce-a452-34e2e38dc59c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df17e4b40dbd1554872e6f10e9f896800b3198de" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-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-12-03 16:50:27,566 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:50:27 GMT Server: Apache x-compute-request-id: req-25af4351-85ee-4005-ae1d-be0b326a965f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-25af4351-85ee-4005-ae1d-be0b326a965f Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:27.497935", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e8e44a57-a81f-43a4-9280-a11008cc1271", "size": 1}} 2018-12-03 16:50:27,567 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes used request id req-25af4351-85ee-4005-ae1d-be0b326a965f 2018-12-03 16:50:27,571 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fd706987-109a-44ce-a452-34e2e38dc59c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df17e4b40dbd1554872e6f10e9f896800b3198de" 2018-12-03 16:50:27,789 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:27 GMT Server: Apache x-compute-request-id: req-82e94cab-eaf3-4266-ae82-08dfbdc4c734 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-82e94cab-eaf3-4266-ae82-08dfbdc4c734 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:27.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:50:27.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e8e44a57-a81f-43a4-9280-a11008cc1271", "size": 1}} 2018-12-03 16:50:27,789 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271 used request id req-82e94cab-eaf3-4266-ae82-08dfbdc4c734 2018-12-03 16:50:27,790 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-2 2018-12-03 16:50:27,793 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fd706987-109a-44ce-a452-34e2e38dc59c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df17e4b40dbd1554872e6f10e9f896800b3198de" 2018-12-03 16:50:27,995 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:27 GMT Server: Apache x-compute-request-id: req-026cfc6d-a0a0-40c7-8ae9-98bc706fd7b3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-026cfc6d-a0a0-40c7-8ae9-98bc706fd7b3 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:27.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:50:27.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e8e44a57-a81f-43a4-9280-a11008cc1271", "size": 1}} 2018-12-03 16:50:27,995 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271 used request id req-026cfc6d-a0a0-40c7-8ae9-98bc706fd7b3 2018-12-03 16:50:27,995 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:50:27,995 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-2 2018-12-03 16:50:27,995 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-2 2018-12-03 16:50:27,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:50:27,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:50:28,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c393d70407ca4954ad339f806b1cebf5", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj-role"}], "expires_at": "2018-12-03T17:50:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "502be8f285454c93b57b74f1e105c56d", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-user", "id": "96dc1b5a7a714b1a9b505ba6a19beecd"}, "audit_ids": ["tceuOq1tTRmCp04PKzoX0g"], "issued_at": "2018-12-03T16:50:28.000000Z"}} 2018-12-03 16:50:28,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:28,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00702199-4f7f-45fd-8752-0a4f8be903ef Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:50:28,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-00702199-4f7f-45fd-8752-0a4f8be903ef 2018-12-03 16:50:28,448 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:50:28,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:28,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ebd669b-a014-4ef4-90f2-84f6a8f14e48 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:50:28,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8ebd669b-a014-4ef4-90f2-84f6a8f14e48 2018-12-03 16:50:28,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:28,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fbb0bada-8ba9-45ec-b502-33f2338879b2 Date: Mon, 03 Dec 2018 16:50: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":["c29bec15-f0ba-46fe-bc6e-e0ada4b71018"],"updated_at":"2018-12-03T16:50:24Z","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"502be8f285454c93b57b74f1e105c56d","id":"655342e9-2b75-4f46-abf4-02831e09e3d7","name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net"}]} 2018-12-03 16:50:28,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net used request id req-fbb0bada-8ba9-45ec-b502-33f2338879b2 2018-12-03 16:50:28,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:50:28,926 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:50: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:50:28,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:29,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99d089d6-cbb4-47e3-aee1-3991b2af6a46 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}} 2018-12-03 16:50:29,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d used request id req-99d089d6-cbb4-47e3-aee1-3991b2af6a46 2018-12-03 16:50:29,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:29,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-93d9838a-5f85-471a-a9b5-9c6e0292891c Date: Mon, 03 Dec 2018 16:50:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:50: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":"502be8f285454c93b57b74f1e105c56d","id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","subnetpool_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet"}]} 2018-12-03 16:50:29,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-93d9838a-5f85-471a-a9b5-9c6e0292891c 2018-12-03 16:50:29,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7&name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:29,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4398f0b7-b16b-4ec6-a0ee-cafdfd49b04a Date: Mon, 03 Dec 2018 16:50:29 GMT RESP BODY: {"ports":[]} 2018-12-03 16:50:29,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7&name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port&admin_state_up=True used request id req-4398f0b7-b16b-4ec6-a0ee-cafdfd49b04a 2018-12-03 16:50:29,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:29,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e8e4c26-57ad-4791-b63c-9856451bf515 x-compute-request-id: req-5e8e4c26-57ad-4791-b63c-9856451bf515 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:50:29,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst used request id req-5e8e4c26-57ad-4791-b63c-9856451bf515 2018-12-03 16:50:29,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:29,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4b35e891-d715-4cf1-aed5-5575fa1ac075 Date: Mon, 03 Dec 2018 16:50: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":["c29bec15-f0ba-46fe-bc6e-e0ada4b71018"],"updated_at":"2018-12-03T16:50:24Z","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"502be8f285454c93b57b74f1e105c56d","id":"655342e9-2b75-4f46-abf4-02831e09e3d7","name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net"}]} 2018-12-03 16:50:29,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net used request id req-4b35e891-d715-4cf1-aed5-5575fa1ac075 2018-12-03 16:50:29,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:29,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba46f3f-325f-4d4f-b7a3-58838ba6d394 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}} 2018-12-03 16:50:29,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d used request id req-dba46f3f-325f-4d4f-b7a3-58838ba6d394 2018-12-03 16:50:29,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:30,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a37faca3-1d93-479f-8e75-d0f3cd5eaf70 Date: Mon, 03 Dec 2018 16:50:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:50: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":"502be8f285454c93b57b74f1e105c56d","id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","subnetpool_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet"}]} 2018-12-03 16:50:30,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-a37faca3-1d93-479f-8e75-d0f3cd5eaf70 2018-12-03 16:50:30,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7&name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:30,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a0cecf4b-20ac-4936-99f2-7cdac9d92664 Date: Mon, 03 Dec 2018 16:50:30 GMT RESP BODY: {"ports":[]} 2018-12-03 16:50:30,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7&name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port&admin_state_up=True used request id req-a0cecf4b-20ac-4936-99f2-7cdac9d92664 2018-12-03 16:50:30,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:50:30,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:50:30,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c393d70407ca4954ad339f806b1cebf5", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj-role"}], "expires_at": "2018-12-03T17:50:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "502be8f285454c93b57b74f1e105c56d", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-user", "id": "96dc1b5a7a714b1a9b505ba6a19beecd"}, "audit_ids": ["z5MlEsE9Q46LM9GPDy6fnw"], "issued_at": "2018-12-03T16:50:30.000000Z"}} 2018-12-03 16:50:30,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b6e22993c7fc180a380fc919623c61769ed2393" 2018-12-03 16:50:30,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b2468f9-14a4-4466-8aec-3a6d4a8c5cb2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:50:30,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9b2468f9-14a4-4466-8aec-3a6d4a8c5cb2 2018-12-03 16:50:30,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:31,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3e2a305e-91ab-4ba9-820a-06c1cb351035 Date: Mon, 03 Dec 2018 16:50: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":["c29bec15-f0ba-46fe-bc6e-e0ada4b71018"],"updated_at":"2018-12-03T16:50:24Z","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"502be8f285454c93b57b74f1e105c56d","id":"655342e9-2b75-4f46-abf4-02831e09e3d7","name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net"}]} 2018-12-03 16:50:31,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net used request id req-3e2a305e-91ab-4ba9-820a-06c1cb351035 2018-12-03 16:50:31,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:31,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fe99ef0a-82a2-4530-86d5-1a7c3c9ab51c Date: Mon, 03 Dec 2018 16:50:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:50: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":"502be8f285454c93b57b74f1e105c56d","id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","subnetpool_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet"}]} 2018-12-03 16:50:31,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-fe99ef0a-82a2-4530-86d5-1a7c3c9ab51c 2018-12-03 16:50:31,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:31,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-65e8274c-69f4-47fb-8306-0d562099e8e8 Date: Mon, 03 Dec 2018 16:50: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":["c29bec15-f0ba-46fe-bc6e-e0ada4b71018"],"updated_at":"2018-12-03T16:50:24Z","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"502be8f285454c93b57b74f1e105c56d","id":"655342e9-2b75-4f46-abf4-02831e09e3d7","name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net"}]} 2018-12-03 16:50:31,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net used request id req-65e8274c-69f4-47fb-8306-0d562099e8e8 2018-12-03 16:50:31,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:50:31,236 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:50: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:50:31,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b6e22993c7fc180a380fc919623c61769ed2393" 2018-12-03 16:50:31,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-969adcf6-8ed5-46e3-a964-a41ffa4ee969 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}} 2018-12-03 16:50:31,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d used request id req-969adcf6-8ed5-46e3-a964-a41ffa4ee969 2018-12-03 16:50:31,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:31,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f93505e2-d77c-4c71-be8e-efc3388589d9 Date: Mon, 03 Dec 2018 16:50:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:50: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":"502be8f285454c93b57b74f1e105c56d","id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","subnetpool_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet"}]} 2018-12-03 16:50:31,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-f93505e2-d77c-4c71-be8e-efc3388589d9 2018-12-03 16:50:31,517 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net 2018-12-03 16:50:31,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" -d '{"port": {"network_id": "655342e9-2b75-4f46-abf4-02831e09e3d7", "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port", "admin_state_up": true}}' 2018-12-03 16:50:32,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-54fdfb80-5ab5-431c-8751-66402d6aeee1 Date: Mon, 03 Dec 2018 16:50:32 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.12"}],"id":"32896ae8-1d4e-47a9-b147-796f548292a7","security_groups":["75132954-cac9-4879-b75e-8ee1512e7963"],"mac_address":"fa:16:3e:44:54:cb","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port","project_id":"502be8f285454c93b57b74f1e105c56d","qos_policy_id":null,"admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:31Z","binding:vnic_type":"normal"}} 2018-12-03 16:50:32,602 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-54fdfb80-5ab5-431c-8751-66402d6aeee1 2018-12-03 16:50:32,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:32,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6e8d8e51-6883-4306-9aab-5d5b3687bbf7 Date: Mon, 03 Dec 2018 16:50:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c29bec15-f0ba-46fe-bc6e-e0ada4b71018"],"updated_at":"2018-12-03T16:50:24Z","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"502be8f285454c93b57b74f1e105c56d","id":"655342e9-2b75-4f46-abf4-02831e09e3d7","name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net"}]} 2018-12-03 16:50:32,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net used request id req-6e8d8e51-6883-4306-9aab-5d5b3687bbf7 2018-12-03 16:50:32,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:32,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-888dfbc1-d096-48c2-a35c-b07f52717ac7 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}} 2018-12-03 16:50:32,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d used request id req-888dfbc1-d096-48c2-a35c-b07f52717ac7 2018-12-03 16:50:32,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:33,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2a60f673-9e7e-488e-8715-1811990ebfc4 Date: Mon, 03 Dec 2018 16:50:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:50: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":"502be8f285454c93b57b74f1e105c56d","id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","subnetpool_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet"}]} 2018-12-03 16:50:33,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-2a60f673-9e7e-488e-8715-1811990ebfc4 2018-12-03 16:50:33,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7&name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:33,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-178d252e-cc73-43bf-982b-e4f7b55a6446 Date: Mon, 03 Dec 2018 16:50:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.12"}],"id":"32896ae8-1d4e-47a9-b147-796f548292a7","security_groups":["75132954-cac9-4879-b75e-8ee1512e7963"],"mac_address":"fa:16:3e:44:54:cb","project_id":"502be8f285454c93b57b74f1e105c56d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:31Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:50:33,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7&name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port&admin_state_up=True used request id req-178d252e-cc73-43bf-982b-e4f7b55a6446 2018-12-03 16:50:33,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:33,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c218af5-f373-4732-a522-2bed9beb57f2 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}} 2018-12-03 16:50:33,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d used request id req-3c218af5-f373-4732-a522-2bed9beb57f2 2018-12-03 16:50:33,464 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst 2018-12-03 16:50:33,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:33,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50: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-04b386cd-f244-46ea-9dfa-2f890a2465c3 x-compute-request-id: req-04b386cd-f244-46ea-9dfa-2f890a2465c3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-flavor-name"}]} 2018-12-03 16:50:33,494 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-04b386cd-f244-46ea-9dfa-2f890a2465c3 2018-12-03 16:50:33,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/25630159-37da-4078-a1fe-824940e7686a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:33,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50: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-96b941d8-3793-458c-b09b-8cdc7627730f x-compute-request-id: req-96b941d8-3793-458c-b09b-8cdc7627730f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "25630159-37da-4078-a1fe-824940e7686a", "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:50:33,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/25630159-37da-4078-a1fe-824940e7686a used request id req-96b941d8-3793-458c-b09b-8cdc7627730f 2018-12-03 16:50:33,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:33,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-f6c3ff8a-5ea4-4871-98ae-0b0373ed31b2 Date: Mon, 03 Dec 2018 16:50:33 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:50:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:50:21Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/36acc42d-4228-439c-a4c4-219ae4affd0e/snap", "metadata": {}}], "self": "/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "min_disk": 0, "protected": false, "id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "file": "/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "502be8f285454c93b57b74f1e105c56d", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/36acc42d-4228-439c-a4c4-219ae4affd0e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image"} 2018-12-03 16:50:33,697 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image used request id req-f6c3ff8a-5ea4-4871-98ae-0b0373ed31b2 2018-12-03 16:50:33,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:33,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-faeca8e2-5204-4642-9af5-8bcf930f5168 Date: Mon, 03 Dec 2018 16:50: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-12-03 16:50:33,859 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-faeca8e2-5204-4642-9af5-8bcf930f5168 2018-12-03 16:50:33,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" -d '{"server": {"name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "imageRef": "36acc42d-4228-439c-a4c4-219ae4affd0e", "flavorRef": "25630159-37da-4078-a1fe-824940e7686a", "max_count": 1, "min_count": 1, "networks": [{"port": "32896ae8-1d4e-47a9-b147-796f548292a7"}]}}' 2018-12-03 16:50:35,145 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:50: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-644a8d0e-b7fd-42ba-a184-8c51ced4b6bf x-compute-request-id: req-644a8d0e-b7fd-42ba-a184-8c51ced4b6bf Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "26939462-8a89-4602-bada-b90311d57cb9", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "adminPass": "R2AsgHSw3zyo"}} 2018-12-03 16:50:35,145 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-644a8d0e-b7fd-42ba-a184-8c51ced4b6bf 2018-12-03 16:50:35,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:35,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50: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-39a19bb4-3ec8-4fca-afe4-8282e94905bc x-compute-request-id: req-39a19bb4-3ec8-4fca-afe4-8282e94905bc 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.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "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-12-03T16:50:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:50:35,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-39a19bb4-3ec8-4fca-afe4-8282e94905bc 2018-12-03 16:50:35,385 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst 2018-12-03 16:50:35,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:35,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50: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-b341df40-34a7-4a25-afdd-87c81fc097aa x-compute-request-id: req-b341df40-34a7-4a25-afdd-87c81fc097aa 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.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "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-12-03T16:50:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:50:35,758 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-b341df40-34a7-4a25-afdd-87c81fc097aa 2018-12-03 16:50:35,758 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst] is - BUILD 2018-12-03 16:50:35,759 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:50:38,759 - create_instance - DEBUG - VM status query timeout in 896.62608099 2018-12-03 16:50:38,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:39,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50: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-16207b12-65ef-4ec3-be46-ed48c3fec798 x-compute-request-id: req-16207b12-65ef-4ec3-be46-ed48c3fec798 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.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "security_groups": [{"name": "default"}], "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:50:36Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:50:39,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-16207b12-65ef-4ec3-be46-ed48c3fec798 2018-12-03 16:50:39,204 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst] is - BUILD 2018-12-03 16:50:39,204 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:50:42,208 - create_instance - DEBUG - VM status query timeout in 893.177499056 2018-12-03 16:50:42,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:43,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58f09aad-2b4a-44cd-bed0-742d6b0f74cd x-compute-request-id: req-58f09aad-2b4a-44cd-bed0-742d6b0f74cd Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:54:cb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:50:41.000000", "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "security_groups": [{"name": "default"}], "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:50:41Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:50:43,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-58f09aad-2b4a-44cd-bed0-742d6b0f74cd 2018-12-03 16:50:43,048 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst] is - ACTIVE 2018-12-03 16:50:43,049 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:50:43,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:43,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40e59edc-3c6d-47dd-b1cb-95585e94c71a x-compute-request-id: req-40e59edc-3c6d-47dd-b1cb-95585e94c71a Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:54:cb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:50:41.000000", "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "security_groups": [{"name": "default"}], "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:50:41Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:50:43,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-40e59edc-3c6d-47dd-b1cb-95585e94c71a 2018-12-03 16:50:43,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:43,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-dbc0be3d-cc4e-4f83-87c4-db3ff83df0da Date: Mon, 03 Dec 2018 16:50:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c29bec15-f0ba-46fe-bc6e-e0ada4b71018"],"updated_at":"2018-12-03T16:50:24Z","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"502be8f285454c93b57b74f1e105c56d","id":"655342e9-2b75-4f46-abf4-02831e09e3d7","name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net"}]} 2018-12-03 16:50:43,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net used request id req-dbc0be3d-cc4e-4f83-87c4-db3ff83df0da 2018-12-03 16:50:43,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:43,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42e6bde0-2738-47b0-a180-ab6cc3d2bf27 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}} 2018-12-03 16:50:43,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d used request id req-42e6bde0-2738-47b0-a180-ab6cc3d2bf27 2018-12-03 16:50:43,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:44,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d8eb74b7-e8fc-4af0-b9f0-570caa63de54 Date: Mon, 03 Dec 2018 16:50:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:50: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":"502be8f285454c93b57b74f1e105c56d","id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","subnetpool_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet"}]} 2018-12-03 16:50:44,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-d8eb74b7-e8fc-4af0-b9f0-570caa63de54 2018-12-03 16:50:44,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:44,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-282689a5-d040-40e1-a859-50b4ffb54cd7 Date: Mon, 03 Dec 2018 16:50:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.12"}],"id":"32896ae8-1d4e-47a9-b147-796f548292a7","security_groups":["75132954-cac9-4879-b75e-8ee1512e7963"],"mac_address":"fa:16:3e:44:54:cb","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:31Z","binding:vnic_type":"normal","device_id":"26939462-8a89-4602-bada-b90311d57cb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.4"}],"id":"7d1c61c4-d494-4add-a695-37c568e5483c","security_groups":[],"mac_address":"fa:16:3e:68:9c:59","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-655342e9-2b75-4f46-abf4-02831e09e3d7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.3"}],"id":"c12b3bcd-354e-4adc-8a68-23a1ebc8d2f6","security_groups":[],"mac_address":"fa:16:3e:e4:c3:3a","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-655342e9-2b75-4f46-abf4-02831e09e3d7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.2"}],"id":"e755a8cd-1fdf-4945-8d26-26f5698d2a29","security_groups":[],"mac_address":"fa:16:3e:45:5d:c7","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-655342e9-2b75-4f46-abf4-02831e09e3d7"}]} 2018-12-03 16:50:44,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-282689a5-d040-40e1-a859-50b4ffb54cd7 2018-12-03 16:50:44,449 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:44,635 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:44 GMT Server: Apache x-compute-request-id: req-dcbd7612-a48f-4ad2-81ee-bfca5188ec08 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dcbd7612-a48f-4ad2-81ee-bfca5188ec08 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:27.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:50:27.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e8e44a57-a81f-43a4-9280-a11008cc1271", "size": 1}, {"status": "available", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:50:26.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6eeb564a-52a5-4d01-9604-cebf6e386c58", "size": 1}]} 2018-12-03 16:50:44,635 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/detail used request id req-dcbd7612-a48f-4ad2-81ee-bfca5188ec08 2018-12-03 16:50:44,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:44,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2a3e4b4-0674-4b39-b875-b3ce5d2175e5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}} 2018-12-03 16:50:44,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d used request id req-e2a3e4b4-0674-4b39-b875-b3ce5d2175e5 2018-12-03 16:50:44,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:45,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-c96fc7ff-9c50-4392-b14c-443f7bdb828a x-compute-request-id: req-c96fc7ff-9c50-4392-b14c-443f7bdb828a Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:54:cb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:50:41.000000", "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "security_groups": [{"name": "default"}], "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:50:41Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:50:45,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-c96fc7ff-9c50-4392-b14c-443f7bdb828a 2018-12-03 16:50:45,329 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst] is - ACTIVE 2018-12-03 16:50:45,329 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:50:45,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:45,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9065038e-bfbf-44f5-b6a5-14bb4f226552 x-compute-request-id: req-9065038e-bfbf-44f5-b6a5-14bb4f226552 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:54:cb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:50:41.000000", "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "security_groups": [{"name": "default"}], "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:50:41Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:50:45,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-9065038e-bfbf-44f5-b6a5-14bb4f226552 2018-12-03 16:50:45,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:46,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4173cf39-4989-42ab-a7b7-a4588244a516 Date: Mon, 03 Dec 2018 16:50: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":["c29bec15-f0ba-46fe-bc6e-e0ada4b71018"],"updated_at":"2018-12-03T16:50:24Z","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"502be8f285454c93b57b74f1e105c56d","id":"655342e9-2b75-4f46-abf4-02831e09e3d7","name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net"}]} 2018-12-03 16:50:46,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net used request id req-4173cf39-4989-42ab-a7b7-a4588244a516 2018-12-03 16:50:46,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:46,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06e7d470-c38e-4aa7-88fb-767a8077aadf Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}} 2018-12-03 16:50:46,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d used request id req-06e7d470-c38e-4aa7-88fb-767a8077aadf 2018-12-03 16:50:46,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:46,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7dbdf515-d100-4af0-9771-0a2929b82b4f Date: Mon, 03 Dec 2018 16:50:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:50: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":"502be8f285454c93b57b74f1e105c56d","id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","subnetpool_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet"}]} 2018-12-03 16:50:46,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-7dbdf515-d100-4af0-9771-0a2929b82b4f 2018-12-03 16:50:46,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:46,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-fb1f6536-1f11-4740-85ed-92589e1e24b3 Date: Mon, 03 Dec 2018 16:50:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.12"}],"id":"32896ae8-1d4e-47a9-b147-796f548292a7","security_groups":["75132954-cac9-4879-b75e-8ee1512e7963"],"mac_address":"fa:16:3e:44:54:cb","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:31Z","binding:vnic_type":"normal","device_id":"26939462-8a89-4602-bada-b90311d57cb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.4"}],"id":"7d1c61c4-d494-4add-a695-37c568e5483c","security_groups":[],"mac_address":"fa:16:3e:68:9c:59","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-655342e9-2b75-4f46-abf4-02831e09e3d7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.3"}],"id":"c12b3bcd-354e-4adc-8a68-23a1ebc8d2f6","security_groups":[],"mac_address":"fa:16:3e:e4:c3:3a","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-655342e9-2b75-4f46-abf4-02831e09e3d7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.2"}],"id":"e755a8cd-1fdf-4945-8d26-26f5698d2a29","security_groups":[],"mac_address":"fa:16:3e:45:5d:c7","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-655342e9-2b75-4f46-abf4-02831e09e3d7"}]} 2018-12-03 16:50:46,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-fb1f6536-1f11-4740-85ed-92589e1e24b3 2018-12-03 16:50:46,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" -d '{"volumeAttachment": {"volumeId": "6eeb564a-52a5-4d01-9604-cebf6e386c58"}}' 2018-12-03 16:50:47,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-3edaf92c-e849-447f-b1b3-09f1bcd8e3fc x-compute-request-id: req-3edaf92c-e849-447f-b1b3-09f1bcd8e3fc Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "26939462-8a89-4602-bada-b90311d57cb9", "id": "6eeb564a-52a5-4d01-9604-cebf6e386c58", "volumeId": "6eeb564a-52a5-4d01-9604-cebf6e386c58"}} 2018-12-03 16:50:47,547 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9/os-volume_attachments used request id req-3edaf92c-e849-447f-b1b3-09f1bcd8e3fc 2018-12-03 16:50:47,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:47,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50: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-abbf599d-5f54-4731-bdea-9d8c7fd230cb x-compute-request-id: req-abbf599d-5f54-4731-bdea-9d8c7fd230cb Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:54:cb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:50:41.000000", "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "security_groups": [{"name": "default"}], "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:50:41Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [{"id": "6eeb564a-52a5-4d01-9604-cebf6e386c58"}], "metadata": {}}} 2018-12-03 16:50:47,868 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-abbf599d-5f54-4731-bdea-9d8c7fd230cb 2018-12-03 16:50:47,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:47,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9dc8b10e-6e49-411f-9707-ca4f579de633 Date: Mon, 03 Dec 2018 16:50: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":["c29bec15-f0ba-46fe-bc6e-e0ada4b71018"],"updated_at":"2018-12-03T16:50:24Z","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"502be8f285454c93b57b74f1e105c56d","id":"655342e9-2b75-4f46-abf4-02831e09e3d7","name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net"}]} 2018-12-03 16:50:47,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net used request id req-9dc8b10e-6e49-411f-9707-ca4f579de633 2018-12-03 16:50:47,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:48,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83e05d0d-b0b7-4859-ad00-7e1be71b9320 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}} 2018-12-03 16:50:48,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d used request id req-83e05d0d-b0b7-4859-ad00-7e1be71b9320 2018-12-03 16:50:48,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:48,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c62861b3-f428-426f-a4b0-8689190d5b07 Date: Mon, 03 Dec 2018 16:50:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:50: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":"502be8f285454c93b57b74f1e105c56d","id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","subnetpool_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet"}]} 2018-12-03 16:50:48,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-c62861b3-f428-426f-a4b0-8689190d5b07 2018-12-03 16:50:48,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:48,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-f48e8edb-8c54-4d08-9808-dbcb8d850ce8 Date: Mon, 03 Dec 2018 16:50:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.12"}],"id":"32896ae8-1d4e-47a9-b147-796f548292a7","security_groups":["75132954-cac9-4879-b75e-8ee1512e7963"],"mac_address":"fa:16:3e:44:54:cb","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:31Z","binding:vnic_type":"normal","device_id":"26939462-8a89-4602-bada-b90311d57cb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.4"}],"id":"7d1c61c4-d494-4add-a695-37c568e5483c","security_groups":[],"mac_address":"fa:16:3e:68:9c:59","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-655342e9-2b75-4f46-abf4-02831e09e3d7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.3"}],"id":"c12b3bcd-354e-4adc-8a68-23a1ebc8d2f6","security_groups":[],"mac_address":"fa:16:3e:e4:c3:3a","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-655342e9-2b75-4f46-abf4-02831e09e3d7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.2"}],"id":"e755a8cd-1fdf-4945-8d26-26f5698d2a29","security_groups":[],"mac_address":"fa:16:3e:45:5d:c7","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-655342e9-2b75-4f46-abf4-02831e09e3d7"}]} 2018-12-03 16:50:48,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-f48e8edb-8c54-4d08-9808-dbcb8d850ce8 2018-12-03 16:50:48,352 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dcbd7612-a48f-4ad2-81ee-bfca5188ec08" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:48,553 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:48 GMT Server: Apache x-compute-request-id: req-31b2f50f-8dfc-45cc-97eb-28f0e3544efe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-31b2f50f-8dfc-45cc-97eb-28f0e3544efe Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:27.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:50:27.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e8e44a57-a81f-43a4-9280-a11008cc1271", "size": 1}, {"status": "attaching", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:50:47.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6eeb564a-52a5-4d01-9604-cebf6e386c58", "size": 1}]} 2018-12-03 16:50:48,553 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/detail used request id req-31b2f50f-8dfc-45cc-97eb-28f0e3544efe 2018-12-03 16:50:48,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:48,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e9062cf-18cd-4f4d-a281-36796bb241b2 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}} 2018-12-03 16:50:48,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d used request id req-0e9062cf-18cd-4f4d-a281-36796bb241b2 2018-12-03 16:50:48,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:49,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e05c582-62e0-44ff-b2cc-80b9f6a36135 x-compute-request-id: req-7e05c582-62e0-44ff-b2cc-80b9f6a36135 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:54:cb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:50:41.000000", "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "security_groups": [{"name": "default"}], "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:50:41Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [{"id": "6eeb564a-52a5-4d01-9604-cebf6e386c58"}], "metadata": {}}} 2018-12-03 16:50:49,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-7e05c582-62e0-44ff-b2cc-80b9f6a36135 2018-12-03 16:50:49,095 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst] is - ACTIVE 2018-12-03 16:50:49,096 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:50:49,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:49,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-24535a8b-b6fe-4931-822d-b59eb3be7a09 x-compute-request-id: req-24535a8b-b6fe-4931-822d-b59eb3be7a09 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:54:cb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:50:41.000000", "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "security_groups": [{"name": "default"}], "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:50:48Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [{"id": "6eeb564a-52a5-4d01-9604-cebf6e386c58"}], "metadata": {}}} 2018-12-03 16:50:49,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-24535a8b-b6fe-4931-822d-b59eb3be7a09 2018-12-03 16:50:49,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:49,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-823e2316-4335-4800-a3f0-e2a90b2bf899 Date: Mon, 03 Dec 2018 16:50: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":["c29bec15-f0ba-46fe-bc6e-e0ada4b71018"],"updated_at":"2018-12-03T16:50:24Z","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"502be8f285454c93b57b74f1e105c56d","id":"655342e9-2b75-4f46-abf4-02831e09e3d7","name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net"}]} 2018-12-03 16:50:49,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net used request id req-823e2316-4335-4800-a3f0-e2a90b2bf899 2018-12-03 16:50:49,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:49,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38ac3980-41f3-49f7-9435-d114b97c79d9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}} 2018-12-03 16:50:49,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d used request id req-38ac3980-41f3-49f7-9435-d114b97c79d9 2018-12-03 16:50:49,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:49,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-af76dbb1-b7b1-4b48-b083-7ad88875eb37 Date: Mon, 03 Dec 2018 16:50:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:50: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":"502be8f285454c93b57b74f1e105c56d","id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","subnetpool_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet"}]} 2018-12-03 16:50:49,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-af76dbb1-b7b1-4b48-b083-7ad88875eb37 2018-12-03 16:50:49,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:50,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-a6d227f3-d74c-45b4-9c0f-ab86986c7c34 Date: Mon, 03 Dec 2018 16:50:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.12"}],"id":"32896ae8-1d4e-47a9-b147-796f548292a7","security_groups":["75132954-cac9-4879-b75e-8ee1512e7963"],"mac_address":"fa:16:3e:44:54:cb","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:31Z","binding:vnic_type":"normal","device_id":"26939462-8a89-4602-bada-b90311d57cb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.4"}],"id":"7d1c61c4-d494-4add-a695-37c568e5483c","security_groups":[],"mac_address":"fa:16:3e:68:9c:59","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-655342e9-2b75-4f46-abf4-02831e09e3d7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.3"}],"id":"c12b3bcd-354e-4adc-8a68-23a1ebc8d2f6","security_groups":[],"mac_address":"fa:16:3e:e4:c3:3a","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-655342e9-2b75-4f46-abf4-02831e09e3d7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.2"}],"id":"e755a8cd-1fdf-4945-8d26-26f5698d2a29","security_groups":[],"mac_address":"fa:16:3e:45:5d:c7","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-655342e9-2b75-4f46-abf4-02831e09e3d7"}]} 2018-12-03 16:50:50,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-a6d227f3-d74c-45b4-9c0f-ab86986c7c34 2018-12-03 16:50:50,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" -d '{"volumeAttachment": {"volumeId": "e8e44a57-a81f-43a4-9280-a11008cc1271"}}' 2018-12-03 16:50:51,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-71e4cdd4-e484-4a31-a733-68d76f230f35 x-compute-request-id: req-71e4cdd4-e484-4a31-a733-68d76f230f35 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdc", "serverId": "26939462-8a89-4602-bada-b90311d57cb9", "id": "e8e44a57-a81f-43a4-9280-a11008cc1271", "volumeId": "e8e44a57-a81f-43a4-9280-a11008cc1271"}} 2018-12-03 16:50:51,919 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9/os-volume_attachments used request id req-71e4cdd4-e484-4a31-a733-68d76f230f35 2018-12-03 16:50:51,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:52,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01ad4ce4-644f-4bd0-9fab-ee5107350446 x-compute-request-id: req-01ad4ce4-644f-4bd0-9fab-ee5107350446 Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:54:cb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:50:41.000000", "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "security_groups": [{"name": "default"}], "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:50:48Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [{"id": "6eeb564a-52a5-4d01-9604-cebf6e386c58"}, {"id": "e8e44a57-a81f-43a4-9280-a11008cc1271"}], "metadata": {}}} 2018-12-03 16:50:52,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-01ad4ce4-644f-4bd0-9fab-ee5107350446 2018-12-03 16:50:52,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:52,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5acbe80c-779f-4c67-aa5d-98b09b9424e6 Date: Mon, 03 Dec 2018 16:50: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":["c29bec15-f0ba-46fe-bc6e-e0ada4b71018"],"updated_at":"2018-12-03T16:50:24Z","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"502be8f285454c93b57b74f1e105c56d","id":"655342e9-2b75-4f46-abf4-02831e09e3d7","name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net"}]} 2018-12-03 16:50:52,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net used request id req-5acbe80c-779f-4c67-aa5d-98b09b9424e6 2018-12-03 16:50:52,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:52,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ff79ee5-89e6-4c38-b5f1-561ff02aa2fd Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}} 2018-12-03 16:50:52,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d used request id req-9ff79ee5-89e6-4c38-b5f1-561ff02aa2fd 2018-12-03 16:50:52,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:52,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e61d2b25-b7c6-479d-b056-f074153112aa Date: Mon, 03 Dec 2018 16:50:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:50: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":"502be8f285454c93b57b74f1e105c56d","id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","subnetpool_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet"}]} 2018-12-03 16:50:52,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-e61d2b25-b7c6-479d-b056-f074153112aa 2018-12-03 16:50:52,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:52,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-99268363-b48b-447d-97b5-7491b2990249 Date: Mon, 03 Dec 2018 16:50:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.12"}],"id":"32896ae8-1d4e-47a9-b147-796f548292a7","security_groups":["75132954-cac9-4879-b75e-8ee1512e7963"],"mac_address":"fa:16:3e:44:54:cb","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:31Z","binding:vnic_type":"normal","device_id":"26939462-8a89-4602-bada-b90311d57cb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.4"}],"id":"7d1c61c4-d494-4add-a695-37c568e5483c","security_groups":[],"mac_address":"fa:16:3e:68:9c:59","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-655342e9-2b75-4f46-abf4-02831e09e3d7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.3"}],"id":"c12b3bcd-354e-4adc-8a68-23a1ebc8d2f6","security_groups":[],"mac_address":"fa:16:3e:e4:c3:3a","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-655342e9-2b75-4f46-abf4-02831e09e3d7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.2"}],"id":"e755a8cd-1fdf-4945-8d26-26f5698d2a29","security_groups":[],"mac_address":"fa:16:3e:45:5d:c7","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-655342e9-2b75-4f46-abf4-02831e09e3d7"}]} 2018-12-03 16:50:52,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-99268363-b48b-447d-97b5-7491b2990249 2018-12-03 16:50:52,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:50:53,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c393d70407ca4954ad339f806b1cebf5", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj-role"}], "expires_at": "2018-12-03T17:50:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "502be8f285454c93b57b74f1e105c56d", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/502be8f285454c93b57b74f1e105c56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-user", "id": "96dc1b5a7a714b1a9b505ba6a19beecd"}, "audit_ids": ["WZGM4oXMTY-aXxqBDf_y5Q"], "issued_at": "2018-12-03T16:50:53.000000Z"}} 2018-12-03 16:50:53,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564e4346574cc68027b2ed73e2f7038545a5b688" 2018-12-03 16:50:54,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50: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-e148add3-e0a6-455f-a0e9-7ad94aed0170 x-compute-request-id: req-e148add3-e0a6-455f-a0e9-7ad94aed0170 Content-Encoding: gzip Content-Length: 806 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:54:cb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:50:41.000000", "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "security_groups": [{"name": "default"}], "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:50:52Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [{"id": "6eeb564a-52a5-4d01-9604-cebf6e386c58"}, {"id": "e8e44a57-a81f-43a4-9280-a11008cc1271"}], "metadata": {}}]} 2018-12-03 16:50:54,257 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst used request id req-e148add3-e0a6-455f-a0e9-7ad94aed0170 2018-12-03 16:50:54,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564e4346574cc68027b2ed73e2f7038545a5b688" 2018-12-03 16:50:54,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-cbdda72b-4368-472a-8cc1-a182b2b566a3 Date: Mon, 03 Dec 2018 16:50: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":["c29bec15-f0ba-46fe-bc6e-e0ada4b71018"],"updated_at":"2018-12-03T16:50:24Z","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"502be8f285454c93b57b74f1e105c56d","id":"655342e9-2b75-4f46-abf4-02831e09e3d7","name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net"}]} 2018-12-03 16:50:54,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net used request id req-cbdda72b-4368-472a-8cc1-a182b2b566a3 2018-12-03 16:50:54,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564e4346574cc68027b2ed73e2f7038545a5b688" 2018-12-03 16:50:54,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-10d9d0f3-8e93-4faf-b7cf-958011684cc6 Date: Mon, 03 Dec 2018 16:50:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:24Z","dns_nameservers":[],"updated_at":"2018-12-03T16:50: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":"502be8f285454c93b57b74f1e105c56d","id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","subnetpool_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet"}]} 2018-12-03 16:50:54,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-10d9d0f3-8e93-4faf-b7cf-958011684cc6 2018-12-03 16:50:54,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564e4346574cc68027b2ed73e2f7038545a5b688" 2018-12-03 16:50:55,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-e1d64fa4-1f70-4e19-b115-5edbc219fe54 Date: Mon, 03 Dec 2018 16:50:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.12"}],"id":"32896ae8-1d4e-47a9-b147-796f548292a7","security_groups":["75132954-cac9-4879-b75e-8ee1512e7963"],"mac_address":"fa:16:3e:44:54:cb","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:31Z","binding:vnic_type":"normal","device_id":"26939462-8a89-4602-bada-b90311d57cb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.4"}],"id":"7d1c61c4-d494-4add-a695-37c568e5483c","security_groups":[],"mac_address":"fa:16:3e:68:9c:59","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-655342e9-2b75-4f46-abf4-02831e09e3d7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.3"}],"id":"c12b3bcd-354e-4adc-8a68-23a1ebc8d2f6","security_groups":[],"mac_address":"fa:16:3e:e4:c3:3a","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-655342e9-2b75-4f46-abf4-02831e09e3d7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:50:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c29bec15-f0ba-46fe-bc6e-e0ada4b71018","ip_address":"10.55.0.2"}],"id":"e755a8cd-1fdf-4945-8d26-26f5698d2a29","security_groups":[],"mac_address":"fa:16:3e:45:5d:c7","project_id":"502be8f285454c93b57b74f1e105c56d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"655342e9-2b75-4f46-abf4-02831e09e3d7","tenant_id":"502be8f285454c93b57b74f1e105c56d","created_at":"2018-12-03T16:50:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-655342e9-2b75-4f46-abf4-02831e09e3d7"}]} 2018-12-03 16:50:55,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-e1d64fa4-1f70-4e19-b115-5edbc219fe54 2018-12-03 16:50:55,244 - create_instance - INFO - Deleting Port with ID - 32896ae8-1d4e-47a9-b147-796f548292a7 2018-12-03 16:50:55,244 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-port 2018-12-03 16:50:55,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/32896ae8-1d4e-47a9-b147-796f548292a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:55,703 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ab97f442-edb6-4670-804e-ebfee0bff935 Date: Mon, 03 Dec 2018 16:50:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:50:55,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/32896ae8-1d4e-47a9-b147-796f548292a7 used request id req-ab97f442-edb6-4670-804e-ebfee0bff935 2018-12-03 16:50:55,707 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dcbd7612-a48f-4ad2-81ee-bfca5188ec08" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:55,908 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:55 GMT Server: Apache x-compute-request-id: req-365e8ad3-d465-4db7-bdd7-b3b746b6045c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-365e8ad3-d465-4db7-bdd7-b3b746b6045c Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [{"server_id": "26939462-8a89-4602-bada-b90311d57cb9", "attachment_id": "1a7de1b9-5203-4150-acc3-aea9ceefaf52", "attached_at": "2018-12-03T16:50:49.000000", "host_name": null, "volume_id": "6eeb564a-52a5-4d01-9604-cebf6e386c58", "device": "/dev/vdb", "id": "6eeb564a-52a5-4d01-9604-cebf6e386c58"}], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:50:49.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "6eeb564a-52a5-4d01-9604-cebf6e386c58", "size": 1}} 2018-12-03 16:50:55,908 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58 used request id req-365e8ad3-d465-4db7-bdd7-b3b746b6045c 2018-12-03 16:50:55,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9/os-volume_attachments/6eeb564a-52a5-4d01-9604-cebf6e386c58 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:57,386 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:50: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-66a87ac2-f999-47cd-88dc-cf5773d06cc5 x-compute-request-id: req-66a87ac2-f999-47cd-88dc-cf5773d06cc5 Content-Length: 0 Content-Type: application/json 2018-12-03 16:50:57,386 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9/os-volume_attachments/6eeb564a-52a5-4d01-9604-cebf6e386c58 used request id req-66a87ac2-f999-47cd-88dc-cf5773d06cc5 2018-12-03 16:50:57,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:50:57,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:50:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39640fd5-f6a8-43ab-85a5-035d3351cde1 x-compute-request-id: req-39640fd5-f6a8-43ab-85a5-035d3351cde1 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.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:50:41.000000", "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:50:52Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [{"id": "6eeb564a-52a5-4d01-9604-cebf6e386c58"}, {"id": "e8e44a57-a81f-43a4-9280-a11008cc1271"}], "metadata": {}}} 2018-12-03 16:50:57,637 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-39640fd5-f6a8-43ab-85a5-035d3351cde1 2018-12-03 16:51:00,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:51:01,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfaa5363-dca9-45bf-b8f2-8213a0b186a3 x-compute-request-id: req-bfaa5363-dca9-45bf-b8f2-8213a0b186a3 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:50:41.000000", "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:50:52Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [{"id": "e8e44a57-a81f-43a4-9280-a11008cc1271"}], "metadata": {}}} 2018-12-03 16:51:01,085 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-bfaa5363-dca9-45bf-b8f2-8213a0b186a3 2018-12-03 16:51:01,088 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dcbd7612-a48f-4ad2-81ee-bfca5188ec08" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:51:01,301 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:01 GMT Server: Apache x-compute-request-id: req-c3d0a270-3f05-44be-abd6-77a548e589a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c3d0a270-3f05-44be-abd6-77a548e589a8 Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [{"server_id": "26939462-8a89-4602-bada-b90311d57cb9", "attachment_id": "dd7d0d38-8689-48be-b86a-4dcf6f09b2c3", "attached_at": "2018-12-03T16:50:53.000000", "host_name": null, "volume_id": "e8e44a57-a81f-43a4-9280-a11008cc1271", "device": "/dev/vdc", "id": "e8e44a57-a81f-43a4-9280-a11008cc1271"}], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:27.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:50:53.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "e8e44a57-a81f-43a4-9280-a11008cc1271", "size": 1}} 2018-12-03 16:51:01,301 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271 used request id req-c3d0a270-3f05-44be-abd6-77a548e589a8 2018-12-03 16:51:01,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9/os-volume_attachments/e8e44a57-a81f-43a4-9280-a11008cc1271 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:51:02,560 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:51: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-7acc2b1d-bdfe-4b95-bc12-243487f391a9 x-compute-request-id: req-7acc2b1d-bdfe-4b95-bc12-243487f391a9 Content-Length: 0 Content-Type: application/json 2018-12-03 16:51:02,560 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9/os-volume_attachments/e8e44a57-a81f-43a4-9280-a11008cc1271 used request id req-7acc2b1d-bdfe-4b95-bc12-243487f391a9 2018-12-03 16:51:02,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:51:02,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51: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-0adc45df-2a2a-469d-aaf3-78871dcdd17f x-compute-request-id: req-0adc45df-2a2a-469d-aaf3-78871dcdd17f Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:50:41.000000", "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:50:52Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [{"id": "e8e44a57-a81f-43a4-9280-a11008cc1271"}], "metadata": {}}} 2018-12-03 16:51:02,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-0adc45df-2a2a-469d-aaf3-78871dcdd17f 2018-12-03 16:51:05,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:51:06,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51: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-869f4a27-3583-49a2-b225-37dd5d478c10 x-compute-request-id: req-869f4a27-3583-49a2-b225-37dd5d478c10 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:50:41.000000", "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:50:52Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:51:06,115 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-869f4a27-3583-49a2-b225-37dd5d478c10 2018-12-03 16:51:06,116 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst 2018-12-03 16:51:06,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:51:06,293 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:51:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-591fba46-4b1b-40af-a12d-99cf3a2d9a91 x-compute-request-id: req-591fba46-4b1b-40af-a12d-99cf3a2d9a91 Content-Type: application/json 2018-12-03 16:51:06,293 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-591fba46-4b1b-40af-a12d-99cf3a2d9a91 2018-12-03 16:51:06,294 - create_instance - INFO - Checking deletion status 2018-12-03 16:51:06,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:51:06,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03f43871-b42c-423a-9224-48aeec5d339f x-compute-request-id: req-03f43871-b42c-423a-9224-48aeec5d339f 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.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26939462-8a89-4602-bada-b90311d57cb9", "rel": "bookmark"}], "image": {"id": "36acc42d-4228-439c-a4c4-219ae4affd0e", "links": [{"href": "http://172.30.9.30:8774/images/36acc42d-4228-439c-a4c4-219ae4affd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:50:41.000000", "flavor": {"id": "25630159-37da-4078-a1fe-824940e7686a", "links": [{"href": "http://172.30.9.30:8774/flavors/25630159-37da-4078-a1fe-824940e7686a", "rel": "bookmark"}]}, "id": "26939462-8a89-4602-bada-b90311d57cb9", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:51:06Z", "hostId": "7b226a2d45d44f55da038baa8f8255db7f53702738a921cbf9b0ecd0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst", "created": "2018-12-03T16:50:35Z", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:51:06,406 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-03f43871-b42c-423a-9224-48aeec5d339f 2018-12-03 16:51:06,406 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst] is - ACTIVE 2018-12-03 16:51:06,407 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:51:09,410 - create_instance - DEBUG - VM status query timeout in 296.884179115 2018-12-03 16:51:09,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9193c585e1810f22fb15f57302ff2b553d571500" 2018-12-03 16:51:09,463 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:51:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9528349c-87d7-499e-9fb6-bb11ddef3717 x-compute-request-id: req-9528349c-87d7-499e-9fb6-bb11ddef3717 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 26939462-8a89-4602-bada-b90311d57cb9 could not be found.", "code": 404}} 2018-12-03 16:51:09,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26939462-8a89-4602-bada-b90311d57cb9 used request id req-9528349c-87d7-499e-9fb6-bb11ddef3717 2018-12-03 16:51:09,463 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 26939462-8a89-4602-bada-b90311d57cb9 could not be found. (HTTP 404) (Request-ID: req-9528349c-87d7-499e-9fb6-bb11ddef3717) 2018-12-03 16:51:09,463 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-inst 2018-12-03 16:51:09,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/25630159-37da-4078-a1fe-824940e7686a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470d4886a1fabc6d17d3bdc556f907d0ec277bed" 2018-12-03 16:51:09,503 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:51:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3d013eb-5bf4-4829-abff-51408e4ac60d x-compute-request-id: req-f3d013eb-5bf4-4829-abff-51408e4ac60d Content-Length: 0 Content-Type: application/json 2018-12-03 16:51:09,504 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/25630159-37da-4078-a1fe-824940e7686a used request id req-f3d013eb-5bf4-4829-abff-51408e4ac60d 2018-12-03 16:51:09,504 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet 2018-12-03 16:51:09,504 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-subnet 2018-12-03 16:51:09,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/c29bec15-f0ba-46fe-bc6e-e0ada4b71018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9ecd2647fba42672679bae9505fce4309432b3" 2018-12-03 16:51:11,948 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bdd95e8f-a609-4033-9ebb-8e93daa2f827 Date: Mon, 03 Dec 2018 16:51:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:51:11,948 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/c29bec15-f0ba-46fe-bc6e-e0ada4b71018 used request id req-bdd95e8f-a609-4033-9ebb-8e93daa2f827 2018-12-03 16:51:11,949 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-pub-net 2018-12-03 16:51:11,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/655342e9-2b75-4f46-abf4-02831e09e3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9ecd2647fba42672679bae9505fce4309432b3" 2018-12-03 16:51:13,302 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dde4be4a-7e58-4878-aa67-7047120cd557 Date: Mon, 03 Dec 2018 16:51:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:51:13,302 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/655342e9-2b75-4f46-abf4-02831e09e3d7 used request id req-dde4be4a-7e58-4878-aa67-7047120cd557 2018-12-03 16:51:13,306 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fd706987-109a-44ce-a452-34e2e38dc59c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df17e4b40dbd1554872e6f10e9f896800b3198de" 2018-12-03 16:51:13,509 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:13 GMT Server: Apache x-compute-request-id: req-0903d7be-d52d-4e1b-bb95-765506a1da9c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0903d7be-d52d-4e1b-bb95-765506a1da9c Content-Encoding: gzip Content-Length: 479 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:27.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:51:02.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "e8e44a57-a81f-43a4-9280-a11008cc1271", "size": 1}} 2018-12-03 16:51:13,510 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271 used request id req-0903d7be-d52d-4e1b-bb95-765506a1da9c 2018-12-03 16:51:13,510 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:51:13,510 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-2 2018-12-03 16:51:13,510 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-2 2018-12-03 16:51:13,513 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fd706987-109a-44ce-a452-34e2e38dc59c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df17e4b40dbd1554872e6f10e9f896800b3198de" 2018-12-03 16:51:13,592 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:51:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2648dec0-a422-4559-b387-5f7ea5ed3bc9 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-12-03 16:51:13,592 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271 used request id req-2648dec0-a422-4559-b387-5f7ea5ed3bc9 2018-12-03 16:51:13,595 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fd706987-109a-44ce-a452-34e2e38dc59c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df17e4b40dbd1554872e6f10e9f896800b3198de" 2018-12-03 16:51:13,792 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:13 GMT Server: Apache x-compute-request-id: req-681422e5-39d6-41ad-a413-80d6633d224b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-681422e5-39d6-41ad-a413-80d6633d224b Content-Encoding: gzip Content-Length: 482 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:27.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:51:13.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "e8e44a57-a81f-43a4-9280-a11008cc1271", "size": 1}} 2018-12-03 16:51:13,793 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271 used request id req-681422e5-39d6-41ad-a413-80d6633d224b 2018-12-03 16:51:13,793 - create_volume - DEBUG - Instance status is - deleting 2018-12-03 16:51:13,793 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 16:51:16,796 - create_volume - DEBUG - Volume status query timeout in 56.7964029312 2018-12-03 16:51:16,799 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fd706987-109a-44ce-a452-34e2e38dc59c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df17e4b40dbd1554872e6f10e9f896800b3198de" 2018-12-03 16:51:16,977 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:51:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ed697b53-d139-49b7-8584-80ae06984505 x-openstack-request-id: req-ed697b53-d139-49b7-8584-80ae06984505 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume e8e44a57-a81f-43a4-9280-a11008cc1271 could not be found.", "code": 404}} 2018-12-03 16:51:16,977 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/e8e44a57-a81f-43a4-9280-a11008cc1271 used request id req-ed697b53-d139-49b7-8584-80ae06984505 2018-12-03 16:51:16,977 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume e8e44a57-a81f-43a4-9280-a11008cc1271 could not be found. (HTTP 404) (Request-ID: req-ed697b53-d139-49b7-8584-80ae06984505) 2018-12-03 16:51:16,978 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-2 2018-12-03 16:51:16,981 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1cfd6d59-401c-44e6-9509-d1b2e9f008ac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34118486f98f486cec8ab98fa08aed1b9217f135" 2018-12-03 16:51:17,192 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:16 GMT Server: Apache x-compute-request-id: req-be4434c8-92c1-4db4-982b-345a6ce9f3f3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-be4434c8-92c1-4db4-982b-345a6ce9f3f3 Content-Encoding: gzip Content-Length: 478 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:50:57.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "6eeb564a-52a5-4d01-9604-cebf6e386c58", "size": 1}} 2018-12-03 16:51:17,192 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58 used request id req-be4434c8-92c1-4db4-982b-345a6ce9f3f3 2018-12-03 16:51:17,192 - create_volume - DEBUG - Instance status is - available 2018-12-03 16:51:17,193 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1 2018-12-03 16:51:17,193 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1 2018-12-03 16:51:17,195 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1cfd6d59-401c-44e6-9509-d1b2e9f008ac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34118486f98f486cec8ab98fa08aed1b9217f135" 2018-12-03 16:51:17,671 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:51:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-392b3953-e0d6-4698-aa1c-d2912b774768 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-12-03 16:51:17,671 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58 used request id req-392b3953-e0d6-4698-aa1c-d2912b774768 2018-12-03 16:51:17,674 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1cfd6d59-401c-44e6-9509-d1b2e9f008ac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34118486f98f486cec8ab98fa08aed1b9217f135" 2018-12-03 16:51:17,857 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:17 GMT Server: Apache x-compute-request-id: req-0b5fea60-3d28-49bd-8548-1156dd2a2bbe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0b5fea60-3d28-49bd-8548-1156dd2a2bbe Content-Encoding: gzip Content-Length: 482 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "96dc1b5a7a714b1a9b505ba6a19beecd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "self"}, {"href": "http://172.30.9.30:8776/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-03T16:50:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "502be8f285454c93b57b74f1e105c56d", "updated_at": "2018-12-03T16:51:17.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "6eeb564a-52a5-4d01-9604-cebf6e386c58", "size": 1}} 2018-12-03 16:51:17,857 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58 used request id req-0b5fea60-3d28-49bd-8548-1156dd2a2bbe 2018-12-03 16:51:17,858 - create_volume - DEBUG - Instance status is - deleting 2018-12-03 16:51:17,858 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-03 16:51:20,861 - create_volume - DEBUG - Volume status query timeout in 56.8102080822 2018-12-03 16:51:20,864 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1cfd6d59-401c-44e6-9509-d1b2e9f008ac" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34118486f98f486cec8ab98fa08aed1b9217f135" 2018-12-03 16:51:21,059 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:51:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-fb0ba534-1cae-4794-8afe-57d39181b4d4 x-openstack-request-id: req-fb0ba534-1cae-4794-8afe-57d39181b4d4 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 6eeb564a-52a5-4d01-9604-cebf6e386c58 could not be found.", "code": 404}} 2018-12-03 16:51:21,059 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/502be8f285454c93b57b74f1e105c56d/volumes/6eeb564a-52a5-4d01-9604-cebf6e386c58 used request id req-fb0ba534-1cae-4794-8afe-57d39181b4d4 2018-12-03 16:51:21,059 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 6eeb564a-52a5-4d01-9604-cebf6e386c58 could not be found. (HTTP 404) (Request-ID: req-fb0ba534-1cae-4794-8afe-57d39181b4d4) 2018-12-03 16:51:21,060 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-1 2018-12-03 16:51:21,060 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-49642bf9-5c34-43d1-b853-f3a71149fd5b-image 2018-12-03 16:51:21,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c9f8f74d92914490d753d7a0b2379694ee2a838" 2018-12-03 16:51:22,825 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-784446e7-1315-4fa0-86e0-c7ad369838d1 Date: Mon, 03 Dec 2018 16:51:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:51:22,825 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/36acc42d-4228-439c-a4c4-219ae4affd0e used request id req-784446e7-1315-4fa0-86e0-c7ad369838d1 2018-12-03 16:51:22,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:51:23,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-cd9a56cb-e28e-46b1-ad93-49ce5b17fa2e Date: Mon, 03 Dec 2018 16:51:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "502be8f285454c93b57b74f1e105c56d", "created_at": "2018-12-03T16:50:23Z", "updated_at": "2018-12-03T16:50:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:50:23Z", "revision_number": 0, "id": "0fb9fc67-ecfe-4d52-ab24-bf8a8289a304", "remote_group_id": "75132954-cac9-4879-b75e-8ee1512e7963", "remote_ip_prefix": null, "created_at": "2018-12-03T16:50:23Z", "security_group_id": "75132954-cac9-4879-b75e-8ee1512e7963", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "port_range_min": null, "ethertype": "IPv4", "project_id": "502be8f285454c93b57b74f1e105c56d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:50:23Z", "revision_number": 0, "id": "2fac6aaf-418e-4af0-93cc-c9c25e7ddac2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:50:23Z", "security_group_id": "75132954-cac9-4879-b75e-8ee1512e7963", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "port_range_min": null, "ethertype": "IPv4", "project_id": "502be8f285454c93b57b74f1e105c56d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:50:23Z", "revision_number": 0, "id": "638c026a-5d09-4a81-91be-bb81be60d3ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:50:23Z", "security_group_id": "75132954-cac9-4879-b75e-8ee1512e7963", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "port_range_min": null, "ethertype": "IPv6", "project_id": "502be8f285454c93b57b74f1e105c56d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:50:23Z", "revision_number": 0, "id": "6e83a30c-cf2a-47df-8870-bfaee32d16e9", "remote_group_id": "75132954-cac9-4879-b75e-8ee1512e7963", "remote_ip_prefix": null, "created_at": "2018-12-03T16:50:23Z", "security_group_id": "75132954-cac9-4879-b75e-8ee1512e7963", "tenant_id": "502be8f285454c93b57b74f1e105c56d", "port_range_min": null, "ethertype": "IPv6", "project_id": "502be8f285454c93b57b74f1e105c56d"}], "revision_number": 4, "project_id": "502be8f285454c93b57b74f1e105c56d", "id": "75132954-cac9-4879-b75e-8ee1512e7963", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:51:23,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-cd9a56cb-e28e-46b1-ad93-49ce5b17fa2e 2018-12-03 16:51:23,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:51:23,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3933395-504a-4188-afa4-023e929c61b6 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:51:23,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-b3933395-504a-4188-afa4-023e929c61b6 2018-12-03 16:51:23,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:51:23,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfb44c93-8efc-4e05-a624-fea63476269f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:51:23,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-cfb44c93-8efc-4e05-a624-fea63476269f 2018-12-03 16:51:23,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:51:23,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6d27686-2f4d-492e-8fe7-18bc8bb0848c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d"}, "enabled": true, "id": "502be8f285454c93b57b74f1e105c56d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-17e179c4-e0ea-480-proj"}} 2018-12-03 16:51:23,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d used request id req-e6d27686-2f4d-492e-8fe7-18bc8bb0848c 2018-12-03 16:51:23,321 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 75132954-cac9-4879-b75e-8ee1512e7963 2018-12-03 16:51:23,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=75132954-cac9-4879-b75e-8ee1512e7963 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:51:23,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b0a0b221-83c3-4fda-bb58-21c7c3cc9bd0 Date: Mon, 03 Dec 2018 16:51:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "75132954-cac9-4879-b75e-8ee1512e7963", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:50:23Z", "security_group_id": "75132954-cac9-4879-b75e-8ee1512e7963", "port_range_min": null, "revision_number": 0, "tenant_id": "502be8f285454c93b57b74f1e105c56d", "created_at": "2018-12-03T16:50:23Z", "project_id": "502be8f285454c93b57b74f1e105c56d", "id": "0fb9fc67-ecfe-4d52-ab24-bf8a8289a304"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:50:23Z", "security_group_id": "75132954-cac9-4879-b75e-8ee1512e7963", "port_range_min": null, "revision_number": 0, "tenant_id": "502be8f285454c93b57b74f1e105c56d", "created_at": "2018-12-03T16:50:23Z", "project_id": "502be8f285454c93b57b74f1e105c56d", "id": "2fac6aaf-418e-4af0-93cc-c9c25e7ddac2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:50:23Z", "security_group_id": "75132954-cac9-4879-b75e-8ee1512e7963", "port_range_min": null, "revision_number": 0, "tenant_id": "502be8f285454c93b57b74f1e105c56d", "created_at": "2018-12-03T16:50:23Z", "project_id": "502be8f285454c93b57b74f1e105c56d", "id": "638c026a-5d09-4a81-91be-bb81be60d3ec"}, {"remote_group_id": "75132954-cac9-4879-b75e-8ee1512e7963", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:50:23Z", "security_group_id": "75132954-cac9-4879-b75e-8ee1512e7963", "port_range_min": null, "revision_number": 0, "tenant_id": "502be8f285454c93b57b74f1e105c56d", "created_at": "2018-12-03T16:50:23Z", "project_id": "502be8f285454c93b57b74f1e105c56d", "id": "6e83a30c-cf2a-47df-8870-bfaee32d16e9"}]} 2018-12-03 16:51:23,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=75132954-cac9-4879-b75e-8ee1512e7963 used request id req-b0a0b221-83c3-4fda-bb58-21c7c3cc9bd0 2018-12-03 16:51:23,502 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:51:23,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/75132954-cac9-4879-b75e-8ee1512e7963 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:51:23,807 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-879de3c3-a2c6-4381-a724-0c358575fd44 Content-Length: 0 Date: Mon, 03 Dec 2018 16:51:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:51:23,807 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/75132954-cac9-4879-b75e-8ee1512e7963 used request id req-879de3c3-a2c6-4381-a724-0c358575fd44 2018-12-03 16:51:23,808 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-17e179c4-e0ea-480-proj 2018-12-03 16:51:23,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:51:24,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:51:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da383aab-3376-49eb-a754-7496423d065d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:51:24,007 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/502be8f285454c93b57b74f1e105c56d used request id req-da383aab-3376-49eb-a754-7496423d065d 2018-12-03 16:51:24,008 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-17e179c4-e0ea-480-proj-role 2018-12-03 16:51:24,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/c393d70407ca4954ad339f806b1cebf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:51:24,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb3f8945-7228-45a0-9a94-8632edba3331 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:51:24,107 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/c393d70407ca4954ad339f806b1cebf5 used request id req-eb3f8945-7228-45a0-9a94-8632edba3331 2018-12-03 16:51:24,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}634d1117577d889480b26beadb392c2e60ab75f9" 2018-12-03 16:51:24,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-808331b1-add1-402a-9d78-714cb7d01382 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:51:24,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-808331b1-add1-402a-9d78-714cb7d01382 2018-12-03 16:51:24,199 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-17e179c4-e0ea-480-user 2018-12-03 16:51:24,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/96dc1b5a7a714b1a9b505ba6a19beecd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80c80ea6ff9762a76b78823952fafd3b3703e61c" 2018-12-03 16:51:24,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfe82622-6793-49f7-a0ce-1fd1cd8983cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:51:24,382 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/96dc1b5a7a714b1a9b505ba6a19beecd used request id req-dfe82622-6793-49f7-a0ce-1fd1cd8983cc 2018-12-03 16:51:24,384 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:51:24,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:51:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["bm5KWnONRhSZUk3IBlGRPg"], "issued_at": "2018-12-03T16:51:24.000000Z"}} 2018-12-03 16:51:24,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13ce93db71e50f04930c0ee58421f217fc426129" 2018-12-03 16:51:24,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68bd29be-91b6-4250-9926-a56c97cc328e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:51:24,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-68bd29be-91b6-4250-9926-a56c97cc328e 2018-12-03 16:51:24,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:51:24,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:51:25,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:51:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Zmsz3aaVRV6IvVN2bfiIRw"], "issued_at": "2018-12-03T16:51:25.000000Z"}} 2018-12-03 16:51:25,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:51:25,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcd6bbdb-cd63-47ba-bc0a-f3aa2f7a690c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:51:25,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fcd6bbdb-cd63-47ba-bc0a-f3aa2f7a690c 2018-12-03 16:51:25,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:51:25,325 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:51:25,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-ff82424e-42f0-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:51:25,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e5360c6-47bd-4f40-82ae-8c0d45b070ac Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-ff82424e-42f0-4c0-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:51:25,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-ff82424e-42f0-4c0-proj used request id req-5e5360c6-47bd-4f40-82ae-8c0d45b070ac 2018-12-03 16:51:25,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:51:25,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7def4e49-a841-462e-a91a-d963c5d0fd77 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:51:25,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-7def4e49-a841-462e-a91a-d963c5d0fd77 2018-12-03 16:51:25,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-proj"}}' 2018-12-03 16:51:25,664 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:51:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b609f66-fa79-45a5-8070-6b7dfabb9204 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691"}, "enabled": true, "id": "777a9ce04270430e8b5c37e2ce08c691", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-proj"}} 2018-12-03 16:51:25,664 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5b609f66-fa79-45a5-8070-6b7dfabb9204 2018-12-03 16:51:25,665 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-ff82424e-42f0-4c0-proj 2018-12-03 16:51:25,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:51:25,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:51:26,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:51:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["4zBYvPxzQf-otDE5OC-4ZQ"], "issued_at": "2018-12-03T16:51:26.000000Z"}} 2018-12-03 16:51:26,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1b7bad263536383590d0b8fae220094bbb231c" 2018-12-03 16:51:26,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-342151ce-440e-4467-bd45-7e750d8ec7fa Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:51:26,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-342151ce-440e-4467-bd45-7e750d8ec7fa 2018-12-03 16:51:26,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:51:26,133 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:51: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:51:26,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1b7bad263536383590d0b8fae220094bbb231c" 2018-12-03 16:51:26,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d56bdec7-d248-4512-b78b-6decea49f13e Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:51:26,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d56bdec7-d248-4512-b78b-6decea49f13e 2018-12-03 16:51:26,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-ff82424e-42f0-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1b7bad263536383590d0b8fae220094bbb231c" 2018-12-03 16:51:26,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdad3a78-5e89-41b1-a833-a691926dafae Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-ff82424e-42f0-4c0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691"}, "enabled": true, "id": "777a9ce04270430e8b5c37e2ce08c691", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-proj"}]} 2018-12-03 16:51:26,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-ff82424e-42f0-4c0-proj used request id req-cdad3a78-5e89-41b1-a833-a691926dafae 2018-12-03 16:51:26,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1b7bad263536383590d0b8fae220094bbb231c" 2018-12-03 16:51:26,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-676593f4-11ca-4799-b825-218f365a1527 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:51:26,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-676593f4-11ca-4799-b825-218f365a1527 2018-12-03 16:51:26,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1b7bad263536383590d0b8fae220094bbb231c" 2018-12-03 16:51:26,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d84ba3f-f81f-464d-85a0-22a3213525d9 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:51:26,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6d84ba3f-f81f-464d-85a0-22a3213525d9 2018-12-03 16:51:26,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-ff82424e-42f0-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1b7bad263536383590d0b8fae220094bbb231c" 2018-12-03 16:51:26,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d75e0a42-d70a-46a1-b81b-4a08a2c85e34 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-ff82424e-42f0-4c0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691"}, "enabled": true, "id": "777a9ce04270430e8b5c37e2ce08c691", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-proj"}]} 2018-12-03 16:51:26,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-ff82424e-42f0-4c0-proj used request id req-d75e0a42-d70a-46a1-b81b-4a08a2c85e34 2018-12-03 16:51:26,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/e764779ea3ca4aa389e865c69b05a0a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1b7bad263536383590d0b8fae220094bbb231c" 2018-12-03 16:51:27,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7add448-4a69-40c7-b688-1092c9ef52e5 Content-Encoding: gzip Content-Length: 243 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-ff82424e-42f0-4c0-user", "links": {"self": "http://172.30.9.30:5000/v3/users/e764779ea3ca4aa389e865c69b05a0a3"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "777a9ce04270430e8b5c37e2ce08c691", "id": "e764779ea3ca4aa389e865c69b05a0a3", "password_expires_at": null}} 2018-12-03 16:51:27,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e764779ea3ca4aa389e865c69b05a0a3 used request id req-d7add448-4a69-40c7-b688-1092c9ef52e5 2018-12-03 16:51:27,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691/users/e764779ea3ca4aa389e865c69b05a0a3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1b7bad263536383590d0b8fae220094bbb231c" 2018-12-03 16:51:27,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a540c10-ff23-4329-b2a2-6f62fe48b6d0 Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691/users/e764779ea3ca4aa389e865c69b05a0a3/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 16:51:27,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691/users/e764779ea3ca4aa389e865c69b05a0a3/roles used request id req-8a540c10-ff23-4329-b2a2-6f62fe48b6d0 2018-12-03 16:51:27,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1b7bad263536383590d0b8fae220094bbb231c" 2018-12-03 16:51:27,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf4c3a13-dad7-4f8a-a4dc-ec1103f22868 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:51:27,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-bf4c3a13-dad7-4f8a-a4dc-ec1103f22868 2018-12-03 16:51:27,298 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-ff82424e-42f0-4c0-proj 2018-12-03 16:51:27,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691/users/e764779ea3ca4aa389e865c69b05a0a3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1b7bad263536383590d0b8fae220094bbb231c" 2018-12-03 16:51:27,427 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:51:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93007f1f-c8fb-4b87-9c8c-d24ca7f0639b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:51:27,427 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691/users/e764779ea3ca4aa389e865c69b05a0a3/roles/84a2554f97b2457082c443c3960fe29d used request id req-93007f1f-c8fb-4b87-9c8c-d24ca7f0639b 2018-12-03 16:51:27,427 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-ff82424e-42f0-4c0-user 2018-12-03 16:51:27,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:51:27,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:51:27,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec7ba2b0-bb86-4d7e-824c-3fe47449ecd2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:51:27,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ec7ba2b0-bb86-4d7e-824c-3fe47449ecd2 2018-12-03 16:51:27,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" -d '{"role": {"name": "CreateStackSuccessTests-ff82424e-42f0-4c0-proj-role"}}' 2018-12-03 16:51:27,628 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:51:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7c007c7-79b4-42d7-9b94-f44acf64116a Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b534c29b92ed478c85b9d3fd6113847c", "links": {"self": "http://172.30.9.30:5000/v3/roles/b534c29b92ed478c85b9d3fd6113847c"}, "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-proj-role"}} 2018-12-03 16:51:27,628 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-e7c007c7-79b4-42d7-9b94-f44acf64116a 2018-12-03 16:51:27,628 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-ff82424e-42f0-4c0-proj-role 2018-12-03 16:51:27,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/b534c29b92ed478c85b9d3fd6113847c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:51:27,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f32e11ec-7fa8-44e4-ad9f-2e0095040c80 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/b534c29b92ed478c85b9d3fd6113847c"}, "domain_id": null, "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-proj-role", "id": "b534c29b92ed478c85b9d3fd6113847c"}} 2018-12-03 16:51:27,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/b534c29b92ed478c85b9d3fd6113847c used request id req-f32e11ec-7fa8-44e4-ad9f-2e0095040c80 2018-12-03 16:51:27,719 - keystone_utils - INFO - Granting role CreateStackSuccessTests-ff82424e-42f0-4c0-proj-role to project CreateStackSuccessTests-ff82424e-42f0-4c0-proj 2018-12-03 16:51:27,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691/users/e764779ea3ca4aa389e865c69b05a0a3/roles/b534c29b92ed478c85b9d3fd6113847c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:51:27,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:51:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-467bcb54-1c7d-4d90-bd82-118c5245cad5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:51:27,846 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691/users/e764779ea3ca4aa389e865c69b05a0a3/roles/b534c29b92ed478c85b9d3fd6113847c used request id req-467bcb54-1c7d-4d90-bd82-118c5245cad5 2018-12-03 16:51:27,846 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:51:27,854 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:51:27,854 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:51:27,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:51:28,233 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b534c29b92ed478c85b9d3fd6113847c", "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:51:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "777a9ce04270430e8b5c37e2ce08c691", "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/777a9ce04270430e8b5c37e2ce08c691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/777a9ce04270430e8b5c37e2ce08c691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/777a9ce04270430e8b5c37e2ce08c691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/777a9ce04270430e8b5c37e2ce08c691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/777a9ce04270430e8b5c37e2ce08c691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/777a9ce04270430e8b5c37e2ce08c691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-user", "id": "e764779ea3ca4aa389e865c69b05a0a3"}, "audit_ids": ["n3AH2NXAQRSvnHgdOw3s1g"], "issued_at": "2018-12-03T16:51:28.000000Z"}} 2018-12-03 16:51:28,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f62358f30bb2364e9953dbb995af4378918042ab" 2018-12-03 16:51:28,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b529b55a-a83e-47c0-ad92-c289b744b840 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:51:28,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b529b55a-a83e-47c0-ad92-c289b744b840 2018-12-03 16:51:28,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f62358f30bb2364e9953dbb995af4378918042ab" 2018-12-03 16:51:28,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-7a1d4ff7-dc88-4e8d-930c-c7ceddb6fef7 Date: Mon, 03 Dec 2018 16:51:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image"} 2018-12-03 16:51:28,499 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image used request id req-7a1d4ff7-dc88-4e8d-930c-c7ceddb6fef7 2018-12-03 16:51:28,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f62358f30bb2364e9953dbb995af4378918042ab" 2018-12-03 16:51:28,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7873acdc-5675-4ffc-bc88-6af8e0e765f0 Date: Mon, 03 Dec 2018 16:51: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-12-03 16:51:28,652 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-7873acdc-5675-4ffc-bc88-6af8e0e765f0 2018-12-03 16:51:28,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f62358f30bb2364e9953dbb995af4378918042ab" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image"}' 2018-12-03 16:51:28,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b X-Openstack-Request-Id: req-975ad716-6328-4162-a899-e07706dc0129 Date: Mon, 03 Dec 2018 16:51:28 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:51:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:51:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b", "min_disk": 0, "protected": false, "id": "6f37532f-60ff-420e-af1f-e98068f40d1b", "file": "/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b/file", "checksum": null, "owner": "777a9ce04270430e8b5c37e2ce08c691", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:51:28,875 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-975ad716-6328-4162-a899-e07706dc0129 2018-12-03 16:51:28,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f62358f30bb2364e9953dbb995af4378918042ab" -d '' 2018-12-03 16:51:30,122 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0531f08f-b046-462c-9a60-502272ef1e69 Date: Mon, 03 Dec 2018 16:51:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:51:30,122 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b/file used request id req-0531f08f-b046-462c-9a60-502272ef1e69 2018-12-03 16:51:30,123 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:51:30,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f62358f30bb2364e9953dbb995af4378918042ab" 2018-12-03 16:51:30,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-ec2a086a-311b-4d35-84d7-172eff27fd78 Date: Mon, 03 Dec 2018 16:51:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:51:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:51:30Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6f37532f-60ff-420e-af1f-e98068f40d1b/snap", "metadata": {}}], "self": "/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b", "min_disk": 0, "protected": false, "id": "6f37532f-60ff-420e-af1f-e98068f40d1b", "file": "/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "777a9ce04270430e8b5c37e2ce08c691", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6f37532f-60ff-420e-af1f-e98068f40d1b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:51:30,296 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b used request id req-ec2a086a-311b-4d35-84d7-172eff27fd78 2018-12-03 16:51:30,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f62358f30bb2364e9953dbb995af4378918042ab" 2018-12-03 16:51:30,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-00a1eef7-6293-4a00-b358-e6b031ffa6d4 Date: Mon, 03 Dec 2018 16:51: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-12-03 16:51:30,306 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-00a1eef7-6293-4a00-b358-e6b031ffa6d4 2018-12-03 16:51:30,309 - create_image - INFO - Created image with name - CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image 2018-12-03 16:51:30,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f62358f30bb2364e9953dbb995af4378918042ab" 2018-12-03 16:51:30,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-89417aab-49be-4072-b177-0148e7c668dd Date: Mon, 03 Dec 2018 16:51:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:51:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:51:30Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6f37532f-60ff-420e-af1f-e98068f40d1b/snap", "metadata": {}}], "self": "/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b", "min_disk": 0, "protected": false, "id": "6f37532f-60ff-420e-af1f-e98068f40d1b", "file": "/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "777a9ce04270430e8b5c37e2ce08c691", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6f37532f-60ff-420e-af1f-e98068f40d1b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:51:30,335 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b used request id req-89417aab-49be-4072-b177-0148e7c668dd 2018-12-03 16:51:30,335 - create_image - DEBUG - Instance status is - active 2018-12-03 16:51:30,335 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image 2018-12-03 16:51:30,336 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image 2018-12-03 16:51:30,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:51:30,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:51:30,708 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:51:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["CmzJDkkNSySZKh-hrFKTcg"], "issued_at": "2018-12-03T16:51:30.000000Z"}} 2018-12-03 16:51:30,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}264d1541651880c863e640097152c86b259b137e" 2018-12-03 16:51:30,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34bec640-d98b-4dc6-b354-8d4972ba9be0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:51:30,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-34bec640-d98b-4dc6-b354-8d4972ba9be0 2018-12-03 16:51:30,795 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:51:30,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}264d1541651880c863e640097152c86b259b137e" 2018-12-03 16:51:30,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a44e1257-380d-446a-886f-1f20139a6448 x-compute-request-id: req-a44e1257-380d-446a-886f-1f20139a6448 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:51:30,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a44e1257-380d-446a-886f-1f20139a6448 2018-12-03 16:51:31,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}264d1541651880c863e640097152c86b259b137e" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-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-12-03 16:51:31,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4a6c9dd-abd5-45f3-b992-97a8826fda7b x-compute-request-id: req-f4a6c9dd-abd5-45f3-b992-97a8826fda7b Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5627d87b-c1de-4211-8607-777742488e93", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5627d87b-c1de-4211-8607-777742488e93", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5627d87b-c1de-4211-8607-777742488e93", "name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:51:31,082 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f4a6c9dd-abd5-45f3-b992-97a8826fda7b 2018-12-03 16:51:31,116 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:51:31,117 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:51:31,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b534c29b92ed478c85b9d3fd6113847c", "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "777a9ce04270430e8b5c37e2ce08c691", "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/777a9ce04270430e8b5c37e2ce08c691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/777a9ce04270430e8b5c37e2ce08c691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/777a9ce04270430e8b5c37e2ce08c691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/777a9ce04270430e8b5c37e2ce08c691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/777a9ce04270430e8b5c37e2ce08c691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/777a9ce04270430e8b5c37e2ce08c691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-user", "id": "e764779ea3ca4aa389e865c69b05a0a3"}, "audit_ids": ["VB54NbchT0C8SegzWlKAVw"], "issued_at": "2018-12-03T16:51:31.000000Z"}} 2018-12-03 16:51:31,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ea9ebfda52b510f1053c803e6135f699536f06" 2018-12-03 16:51:31,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3accdf77-be8c-4e52-942c-245ed47b98e7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:51:31,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3accdf77-be8c-4e52-942c-245ed47b98e7 2018-12-03 16:51:31,565 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:51:31,568 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:51:31,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ea9ebfda52b510f1053c803e6135f699536f06" 2018-12-03 16:51:32,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:31 GMT Server: Apache x-openstack-request-id: req-7b68ed9d-c900-446a-9104-daaae63deaf6 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 16:51:32,114 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack used request id req-7b68ed9d-c900-446a-9104-daaae63deaf6 2018-12-03 16:51:32,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ea9ebfda52b510f1053c803e6135f699536f06" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-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-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name"}}' 2018-12-03 16:51:34,811 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:51:32 GMT Server: Apache x-openstack-request-id: req-4a5a27e1-38d8-48f8-8ccf-4508854204df Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}]}} 2018-12-03 16:51:34,811 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks used request id req-4a5a27e1-38d8-48f8-8ccf-4508854204df 2018-12-03 16:51:34,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ea9ebfda52b510f1053c803e6135f699536f06" 2018-12-03 16:51:35,353 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:34 GMT Server: Apache x-openstack-request-id: req-de10fca9-438a-40bb-8471-406f068d456e Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:35,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:35 GMT Server: Apache x-openstack-request-id: req-80adc764-226c-41a7-8a89-9c09f80cd414 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:35,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-80adc764-226c-41a7-8a89-9c09f80cd414 2018-12-03 16:51:35,920 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack 2018-12-03 16:51:35,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ea9ebfda52b510f1053c803e6135f699536f06" 2018-12-03 16:51:35,948 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:35 GMT Server: Apache x-openstack-request-id: req-f3447095-f54e-4f29-a0cf-387563b6a60e Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:36,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:35 GMT Server: Apache x-openstack-request-id: req-a296924d-c3e9-4ae8-a52d-1fa0a4a59955 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:36,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-a296924d-c3e9-4ae8-a52d-1fa0a4a59955 2018-12-03 16:51:36,595 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:51:36,595 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:51:39,598 - create_stack - DEBUG - Stack status query timeout in 1196.32194519 2018-12-03 16:51:39,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ea9ebfda52b510f1053c803e6135f699536f06" 2018-12-03 16:51:39,627 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:39 GMT Server: Apache x-openstack-request-id: req-67318879-f611-4edb-9bab-0a98fc6c3adf Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:40,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:39 GMT Server: Apache x-openstack-request-id: req-81eb8c6c-0c35-424e-9db5-e733f23f1549 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:40,194 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-81eb8c6c-0c35-424e-9db5-e733f23f1549 2018-12-03 16:51:40,195 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:51:40,195 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:51:43,198 - create_stack - DEBUG - Stack status query timeout in 1192.72204304 2018-12-03 16:51:43,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ea9ebfda52b510f1053c803e6135f699536f06" 2018-12-03 16:51:43,772 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:43 GMT Server: Apache x-openstack-request-id: req-1b20e412-fe63-4deb-8ff5-330c9ce75e5f Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:43,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:43 GMT Server: Apache x-openstack-request-id: req-a6771557-a6e9-409b-8281-b3d679a124cf 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:43,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-a6771557-a6e9-409b-8281-b3d679a124cf 2018-12-03 16:51:43,814 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:51:43,814 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:51:46,817 - create_stack - DEBUG - Stack status query timeout in 1189.10261512 2018-12-03 16:51:46,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ea9ebfda52b510f1053c803e6135f699536f06" 2018-12-03 16:51:47,362 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:46 GMT Server: Apache x-openstack-request-id: req-284d4c04-126e-4657-8b28-b3df29c37ef1 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:47,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:47 GMT Server: Apache x-openstack-request-id: req-32847819-3cf4-43d1-adaf-621cc0fa83fe 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:47,922 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-32847819-3cf4-43d1-adaf-621cc0fa83fe 2018-12-03 16:51:47,922 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:51:47,922 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:51:50,926 - create_stack - DEBUG - Stack status query timeout in 1184.99436116 2018-12-03 16:51:50,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ea9ebfda52b510f1053c803e6135f699536f06" 2018-12-03 16:51:51,469 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:50 GMT Server: Apache x-openstack-request-id: req-eebc8186-2b9b-474a-9456-2d1fbe6cfe30 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:51,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:51 GMT Server: Apache x-openstack-request-id: req-a605a9e7-4836-4c20-ab35-608d14d7e014 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:51,543 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-a605a9e7-4836-4c20-ab35-608d14d7e014 2018-12-03 16:51:51,543 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-03 16:51:51,543 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack 2018-12-03 16:51:51,544 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack 2018-12-03 16:51:51,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:51:51,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b534c29b92ed478c85b9d3fd6113847c", "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:51:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "777a9ce04270430e8b5c37e2ce08c691", "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/777a9ce04270430e8b5c37e2ce08c691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/777a9ce04270430e8b5c37e2ce08c691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/777a9ce04270430e8b5c37e2ce08c691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/777a9ce04270430e8b5c37e2ce08c691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/777a9ce04270430e8b5c37e2ce08c691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/777a9ce04270430e8b5c37e2ce08c691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/777a9ce04270430e8b5c37e2ce08c691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-user", "id": "e764779ea3ca4aa389e865c69b05a0a3"}, "audit_ids": ["dpdFf0HuQSe3o0QcdqhYOA"], "issued_at": "2018-12-03T16:51:51.000000Z"}} 2018-12-03 16:51:51,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:52,473 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:51 GMT Server: Apache x-openstack-request-id: req-b075968d-8e72-413b-bc7b-65c58fe84f49 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:53,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:52 GMT Server: Apache x-openstack-request-id: req-c968848c-7354-4f87-9e3f-95c1fbd4d088 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:53,075 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-c968848c-7354-4f87-9e3f-95c1fbd4d088 2018-12-03 16:51:53,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ea9ebfda52b510f1053c803e6135f699536f06" 2018-12-03 16:51:53,630 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:53 GMT Server: Apache x-openstack-request-id: req-9965d195-1d96-4d30-a444-1b2c4733d7d0 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:54,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:53 GMT Server: Apache x-openstack-request-id: req-9154c296-0fbb-40c9-85ba-403d74efb5b2 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:54,204 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-9154c296-0fbb-40c9-85ba-403d74efb5b2 2018-12-03 16:51:54,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ea9ebfda52b510f1053c803e6135f699536f06" 2018-12-03 16:51:54,526 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:54 GMT Server: Apache x-openstack-request-id: req-11d8c5b8-d381-4b01-afae-3899884e4da0 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:54,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:54 GMT Server: Apache x-openstack-request-id: req-11dbeff8-f078-42f8-bf3d-7d6266b4ebad 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:54,569 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-11dbeff8-f078-42f8-bf3d-7d6266b4ebad 2018-12-03 16:51:54,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:54,598 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:54 GMT Server: Apache x-openstack-request-id: req-451e5448-e8f9-48b1-a01e-f4f4ea31afc5 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:54,807 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:51:54 GMT Server: Apache x-openstack-request-id: req-be2de89c-f1cc-44ba-8bff-9a5651e4537e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:51:54,808 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-be2de89c-f1cc-44ba-8bff-9a5651e4537e 2018-12-03 16:51:54,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:55,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:54 GMT Server: Apache x-openstack-request-id: req-98cc93a4-803e-4c3a-ba2b-67f30f20a014 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:55,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:55 GMT Server: Apache x-openstack-request-id: req-62c07adc-c80a-40be-b092-055b3f4eaa07 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:55,520 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-62c07adc-c80a-40be-b092-055b3f4eaa07 2018-12-03 16:51:55,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:55,695 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:55 GMT Server: Apache x-openstack-request-id: req-82d08761-cbfa-4338-8d38-9ae08b32b241 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:55,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:55 GMT Server: Apache x-openstack-request-id: req-0fbbeba6-c8c3-4216-ba37-503796550d96 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:55,873 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-0fbbeba6-c8c3-4216-ba37-503796550d96 2018-12-03 16:51:55,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:56,411 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:55 GMT Server: Apache x-openstack-request-id: req-4b886ef0-6598-4ec0-a3f8-4312c5fedc40 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:56,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:56 GMT Server: Apache x-openstack-request-id: req-82fb936b-5de4-40b9-8930-fafd8d0eae32 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:56,437 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-82fb936b-5de4-40b9-8930-fafd8d0eae32 2018-12-03 16:51:56,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:56,990 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:56 GMT Server: Apache x-openstack-request-id: req-7903dc39-5029-4616-ab14-ce53e5ed4ed8 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:57,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:56 GMT Server: Apache x-openstack-request-id: req-fb7c30d1-9265-46ce-abcb-af35d7954e38 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:57,155 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-fb7c30d1-9265-46ce-abcb-af35d7954e38 2018-12-03 16:51:57,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:57,185 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:57 GMT Server: Apache x-openstack-request-id: req-e8e4c639-654d-424c-af6e-fcd7fb64c2f8 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:57,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:57 GMT Server: Apache x-openstack-request-id: req-25ed12a9-caa2-4958-bdbf-550b7e90a382 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:57,378 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-25ed12a9-caa2-4958-bdbf-550b7e90a382 2018-12-03 16:51:57,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:57,407 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:57 GMT Server: Apache x-openstack-request-id: req-1e0e0aaa-fc33-482a-b512-7552663ca3e1 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:57,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:57 GMT Server: Apache x-openstack-request-id: req-2cf0e7ce-ccf1-4d9e-a3ed-4e424c13b9db 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:57,601 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-2cf0e7ce-ccf1-4d9e-a3ed-4e424c13b9db 2018-12-03 16:51:57,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:57,630 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:57 GMT Server: Apache x-openstack-request-id: req-3acbeb13-750a-458a-9d2f-b04ed375124c Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:58,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:57 GMT Server: Apache x-openstack-request-id: req-c4e06a33-198f-47a9-9614-33fde9843c50 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:58,172 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-c4e06a33-198f-47a9-9614-33fde9843c50 2018-12-03 16:51:58,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:58,812 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:58 GMT Server: Apache x-openstack-request-id: req-9fc18528-ee00-43e6-a78e-e090cbca025c Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:58,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:58 GMT Server: Apache x-openstack-request-id: req-6cf61f4a-32ed-4427-ab8a-7f0820c46893 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:58,838 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-6cf61f4a-32ed-4427-ab8a-7f0820c46893 2018-12-03 16:51:58,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:58,866 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:58 GMT Server: Apache x-openstack-request-id: req-da3702d5-9d23-450b-af0b-3d45b2e0ca30 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:58,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:58 GMT Server: Apache x-openstack-request-id: req-63f19e06-534a-40cc-aaf7-c8ea2365d55c 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:58,891 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-63f19e06-534a-40cc-aaf7-c8ea2365d55c 2018-12-03 16:51:58,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:58,919 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:58 GMT Server: Apache x-openstack-request-id: req-d8677351-3f5c-48e4-af08-338948f84e90 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:58,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:58 GMT Server: Apache x-openstack-request-id: req-51cb568b-e398-4ac6-a7dc-9c19373c46df 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:58,946 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-51cb568b-e398-4ac6-a7dc-9c19373c46df 2018-12-03 16:51:58,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:58,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:58 GMT Server: Apache x-openstack-request-id: req-be8fda1e-6f64-4143-9f30-c9600f7de0df Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:59,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:58 GMT Server: Apache x-openstack-request-id: req-956ffebb-c7ef-44d3-9eda-65b6c2c411c2 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:59,001 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-956ffebb-c7ef-44d3-9eda-65b6c2c411c2 2018-12-03 16:51:59,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:59,182 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:59 GMT Server: Apache x-openstack-request-id: req-a678f06b-30d8-433b-98d2-6d0dd61f59e2 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:59,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:59 GMT Server: Apache x-openstack-request-id: req-d1e7d4af-b368-4ae3-b05b-369f61e43ffe 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:59,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-d1e7d4af-b368-4ae3-b05b-369f61e43ffe 2018-12-03 16:51:59,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:59,758 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:59 GMT Server: Apache x-openstack-request-id: req-b35437b5-93e0-4912-bef1-1675639ca5f7 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:59,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:59 GMT Server: Apache x-openstack-request-id: req-f5d6d8be-cf64-4604-bfee-ecaaef170a2b 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:59,784 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-f5d6d8be-cf64-4604-bfee-ecaaef170a2b 2018-12-03 16:51:59,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:51:59,814 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:59 GMT Server: Apache x-openstack-request-id: req-4b0d5023-de6e-4883-b0da-ffc64a1be378 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:51:59,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:51:59 GMT Server: Apache x-openstack-request-id: req-def80efb-28dc-4276-bc27-155f0068f8ec 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:51:59,840 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-def80efb-28dc-4276-bc27-155f0068f8ec 2018-12-03 16:51:59,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:00,410 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:51:59 GMT Server: Apache x-openstack-request-id: req-e70b3eaa-40cf-4f40-8c80-73d9ea059db6 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:00,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:00 GMT Server: Apache x-openstack-request-id: req-ef6f1873-25c2-4368-a773-792186e4b3e1 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:00,437 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-ef6f1873-25c2-4368-a773-792186e4b3e1 2018-12-03 16:52:00,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:00,467 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:00 GMT Server: Apache x-openstack-request-id: req-4fcedb7a-450c-4ff8-8756-e5cc6abce695 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:01,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:00 GMT Server: Apache x-openstack-request-id: req-deb779c4-5106-40b4-a7af-eee3a8c83275 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:01,040 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-deb779c4-5106-40b4-a7af-eee3a8c83275 2018-12-03 16:52:01,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:01,068 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:01 GMT Server: Apache x-openstack-request-id: req-d03f717b-f060-4ff5-bc4c-6154e74f5341 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:01,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:01 GMT Server: Apache x-openstack-request-id: req-8ec48f36-ef63-4df3-bcef-6b347e9d445f 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:01,093 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-8ec48f36-ef63-4df3-bcef-6b347e9d445f 2018-12-03 16:52:01,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:01,649 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:01 GMT Server: Apache x-openstack-request-id: req-e408f56b-c6c6-41b6-8cb5-902b2f7e62d3 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:01,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:01 GMT Server: Apache x-openstack-request-id: req-30dac382-3378-4740-9a06-ec12b573d8bc 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:01,674 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-30dac382-3378-4740-9a06-ec12b573d8bc 2018-12-03 16:52:01,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:01,703 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:01 GMT Server: Apache x-openstack-request-id: req-48f5800c-970f-4388-9a59-a4cc0196ed6f Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:01,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:01 GMT Server: Apache x-openstack-request-id: req-07ff63b6-67c1-4495-81d9-38a2015db97b 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:01,878 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-07ff63b6-67c1-4495-81d9-38a2015db97b 2018-12-03 16:52:01,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:02,438 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:01 GMT Server: Apache x-openstack-request-id: req-f6d25abf-2118-4a2f-a3a4-a558ce8828da Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:02,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:02 GMT Server: Apache x-openstack-request-id: req-a2a82ee5-3841-4d2a-be6d-4d0b48fb7692 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:02,618 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-a2a82ee5-3841-4d2a-be6d-4d0b48fb7692 2018-12-03 16:52:02,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:02,647 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:02 GMT Server: Apache x-openstack-request-id: req-50e6d31b-712a-42e9-ab7f-278b4e472d79 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:02,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:02 GMT Server: Apache x-openstack-request-id: req-40cbb297-4c41-4035-ba18-fb996b56826a 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:02,672 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-40cbb297-4c41-4035-ba18-fb996b56826a 2018-12-03 16:52:02,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:02,699 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:02 GMT Server: Apache x-openstack-request-id: req-1c10f45c-45f1-4c44-aa19-d71ece2f105d Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:02,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:02 GMT Server: Apache x-openstack-request-id: req-a8b82158-35f4-41d2-a27d-80bd41f2d2e5 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:02,867 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-a8b82158-35f4-41d2-a27d-80bd41f2d2e5 2018-12-03 16:52:02,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:02,896 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:02 GMT Server: Apache x-openstack-request-id: req-bec0b49f-0274-48bc-869c-18ca3fba76f1 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:02,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:02 GMT Server: Apache x-openstack-request-id: req-576b7e18-dc2d-49ca-9fc3-b68c204f6c85 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:02,922 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-576b7e18-dc2d-49ca-9fc3-b68c204f6c85 2018-12-03 16:52:02,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:02,950 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:02 GMT Server: Apache x-openstack-request-id: req-ce2b0201-6c29-483a-b6cf-a6f8514b69db Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:02,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:02 GMT Server: Apache x-openstack-request-id: req-0df9eea4-611a-47fb-a590-ab2b72ffc94b 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:02,976 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-0df9eea4-611a-47fb-a590-ab2b72ffc94b 2018-12-03 16:52:02,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:03,004 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:02 GMT Server: Apache x-openstack-request-id: req-d2edfb5e-cb61-4f08-b561-55e4d503c3da Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:03,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-97d49856-2eb1-4328-bd0d-4298ad86efdb 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:03,545 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-97d49856-2eb1-4328-bd0d-4298ad86efdb 2018-12-03 16:52:03,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:03,574 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-a96fb72c-2406-4ec7-a7be-0ad649aacbc1 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:03,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-5bd2bd8d-dc31-4115-b8ff-89c5e2121fc9 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:03,599 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-5bd2bd8d-dc31-4115-b8ff-89c5e2121fc9 2018-12-03 16:52:03,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:03,630 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-bf4f33d2-fada-4746-a603-540dbf565784 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:03,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-23fc562b-947a-4d1a-9d6b-8f96651902ed 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:03,655 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-23fc562b-947a-4d1a-9d6b-8f96651902ed 2018-12-03 16:52:03,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:03,681 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-536743c7-3d6f-40f3-b291-c3462657d5ef Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:03,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-9fe0c811-2209-4994-9a13-651ede990ad3 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:03,706 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-9fe0c811-2209-4994-9a13-651ede990ad3 2018-12-03 16:52:03,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:03,732 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-777f2726-50ae-4e3c-bd72-3c22c984256b Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:03,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-e6898798-240f-4ab4-b1be-1eac78d69a87 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:03,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-e6898798-240f-4ab4-b1be-1eac78d69a87 2018-12-03 16:52:03,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:03,782 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-a1e8c814-44cf-4657-89c2-f81adfe93f4d Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:03,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-974aaa38-6a51-4ffc-ab18-5255c7cc4e7b 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:03,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-974aaa38-6a51-4ffc-ab18-5255c7cc4e7b 2018-12-03 16:52:03,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:03,831 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-18354931-b150-4341-aca5-808b9c163f4d Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:03,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-250b4c7b-a473-488e-b8b6-e111979386f3 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:03,857 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-250b4c7b-a473-488e-b8b6-e111979386f3 2018-12-03 16:52:03,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:03,882 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-233cb190-bf5f-4561-82f3-ae6859176a62 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:03,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-291fe531-7e44-4d17-95d2-1fd0c2ce16db 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:03,908 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-291fe531-7e44-4d17-95d2-1fd0c2ce16db 2018-12-03 16:52:03,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:03,936 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-15f2aebe-7f83-406d-91a5-3226e8a22820 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:03,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-dffbb361-e1aa-4d1d-ae53-3f7668dabcb5 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:03,963 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-dffbb361-e1aa-4d1d-ae53-3f7668dabcb5 2018-12-03 16:52:03,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:03,990 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-3d42f0a4-9f8e-4cfa-8f36-e614af279ea1 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:04,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:03 GMT Server: Apache x-openstack-request-id: req-7ff4b98d-ab95-4b07-adf6-29f15f7aa434 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:04,015 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-7ff4b98d-ab95-4b07-adf6-29f15f7aa434 2018-12-03 16:52:04,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:04,043 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-147c92bb-fd32-49ec-972b-34a0dbfa21de Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:04,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-cbac0552-abfb-46f1-b4e0-f8f2b792447e 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:04,084 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-cbac0552-abfb-46f1-b4e0-f8f2b792447e 2018-12-03 16:52:04,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:04,114 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-538ddff0-54f4-4df2-a4cf-8a791172aa50 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:04,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-4b9dfc13-0be8-4039-ba15-5d085340db50 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:04,139 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-4b9dfc13-0be8-4039-ba15-5d085340db50 2018-12-03 16:52:04,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:04,168 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-0fb6a756-c65f-4d4d-bace-c234158cbe07 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:04,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-2c600d62-0d4f-4f8f-b44f-7c9c826c2488 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:04,193 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-2c600d62-0d4f-4f8f-b44f-7c9c826c2488 2018-12-03 16:52:04,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:04,220 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-0e9dbe48-df64-4d2d-ad2b-8759ad628d61 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:04,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-dc16c9c9-6c62-4075-8770-c76a1a67df3f 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:04,245 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-dc16c9c9-6c62-4075-8770-c76a1a67df3f 2018-12-03 16:52:04,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:04,271 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-2c4f4a8f-02fa-4042-a6c8-88a67b74cac6 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:04,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-74e4e49b-c0c3-4d0b-8822-39fe8b5a5d06 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:04,829 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-74e4e49b-c0c3-4d0b-8822-39fe8b5a5d06 2018-12-03 16:52:04,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:04,858 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-0afce301-ecca-4d17-855d-e8b58afb0803 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:04,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-5149e7c0-0f94-4e40-b2bf-e244ad1274de 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:04,883 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-5149e7c0-0f94-4e40-b2bf-e244ad1274de 2018-12-03 16:52:04,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:04,912 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-350c32fc-8c45-4c65-aacf-9c93b15c5dec Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:04,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-50304203-9304-470f-b17c-7ddd4b69bd82 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:04,938 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-50304203-9304-470f-b17c-7ddd4b69bd82 2018-12-03 16:52:04,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:04,965 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-735cb033-47f5-4b62-b152-ed2afa0128f2 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:04,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-4f6a8ed5-96ac-4e7a-ba52-49d5ff50f5f9 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:04,990 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-4f6a8ed5-96ac-4e7a-ba52-49d5ff50f5f9 2018-12-03 16:52:04,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:05,018 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:04 GMT Server: Apache x-openstack-request-id: req-0f08a003-1a20-433f-92fd-54175939a705 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:05,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-7d67ffde-74fd-4fb1-8691-a9fb320ee1a1 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:05,059 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-7d67ffde-74fd-4fb1-8691-a9fb320ee1a1 2018-12-03 16:52:05,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:05,085 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-dcdcf670-b88d-416f-b4ef-d3c0c5cf9699 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:05,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-0ce5b9fe-cf25-4e37-bbda-c9fb9df97d94 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:05,110 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-0ce5b9fe-cf25-4e37-bbda-c9fb9df97d94 2018-12-03 16:52:05,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:05,139 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-18cae505-dfb8-4a32-bc09-e56dcab40668 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:05,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-4dce9a1c-7457-4526-bccb-c972e9ff0c61 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:05,164 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-4dce9a1c-7457-4526-bccb-c972e9ff0c61 2018-12-03 16:52:05,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:05,192 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-32a30b07-87af-43d1-9664-945c032496e3 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:05,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-b30d71e3-2210-458b-8e1d-c399194f26b2 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:05,216 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-b30d71e3-2210-458b-8e1d-c399194f26b2 2018-12-03 16:52:05,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:05,243 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-5cd39b97-3aa0-476a-b05f-67600cff8e78 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:05,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-9ec081cd-346c-49a4-8a0e-79fe808e8b0f 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:05,288 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-9ec081cd-346c-49a4-8a0e-79fe808e8b0f 2018-12-03 16:52:05,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:05,316 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-2f98a1fa-765c-4dba-b5fd-0c30bd983c51 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:05,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-9fc0ce6c-0b68-432f-9338-088dc617ba5f 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:05,343 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-9fc0ce6c-0b68-432f-9338-088dc617ba5f 2018-12-03 16:52:05,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:05,370 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-ffee5e62-53e6-4ffd-b187-1f0a4ae40b07 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:05,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-d6fb74ef-853d-41f4-8f25-fbcde6d5cc75 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:05,395 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-d6fb74ef-853d-41f4-8f25-fbcde6d5cc75 2018-12-03 16:52:05,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:05,427 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-5a37fd45-a56e-475e-a1fe-212f63956137 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:06,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:05 GMT Server: Apache x-openstack-request-id: req-97b7765d-e729-495a-ba0f-5c740afb65fe 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:06,002 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-97b7765d-e729-495a-ba0f-5c740afb65fe 2018-12-03 16:52:06,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:06,030 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:06 GMT Server: Apache x-openstack-request-id: req-720c69f7-e048-40c3-85e0-80b194c75388 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:06,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:06 GMT Server: Apache x-openstack-request-id: req-4236fd66-8e62-4e7d-9e7b-348e563ae2c0 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:06,580 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-4236fd66-8e62-4e7d-9e7b-348e563ae2c0 2018-12-03 16:52:06,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:06,610 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:06 GMT Server: Apache x-openstack-request-id: req-1636ce1d-9903-45ce-8b12-2765f2e9719f Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:06,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:06 GMT Server: Apache x-openstack-request-id: req-9cd2213f-cfc8-4a44-a03d-67c8cd3e5ca1 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:06,635 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-9cd2213f-cfc8-4a44-a03d-67c8cd3e5ca1 2018-12-03 16:52:06,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:06,664 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:06 GMT Server: Apache x-openstack-request-id: req-52e62a04-2f86-4297-9fe2-676880f29234 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:06,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:06 GMT Server: Apache x-openstack-request-id: req-6b5bcb6b-13f9-4952-a1f8-f6ea9aaf2b95 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:06,689 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-6b5bcb6b-13f9-4952-a1f8-f6ea9aaf2b95 2018-12-03 16:52:06,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e923d8e73ab458eab9945018a6a3680b402e483" 2018-12-03 16:52:06,716 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:06 GMT Server: Apache x-openstack-request-id: req-63095eb3-a11c-4be2-9497-bc1de6ef244d Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:06,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:06 GMT Server: Apache x-openstack-request-id: req-6bd68548-2ef2-4bf5-919f-434791499b74 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": "777a9ce04270430e8b5c37e2ce08c691", "OS::stack_id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "image_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image", "inst_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-inst", "subnet_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-subnet", "flavor_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-flavor-name", "net_name": "CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack", "stack_user_project_id": "ae53a425e2684f9ebfdd189ce91c1009", "tags": null, "creation_time": "2018-12-03T16:51:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T16:51:54Z", "id": "a0c899cb-f922-4a94-a824-5db2edfbee2e", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:06,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-6bd68548-2ef2-4bf5-919f-434791499b74 2018-12-03 16:52:06,741 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack 2018-12-03 16:52:06,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/a0c899cb-f922-4a94-a824-5db2edfbee2e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ea9ebfda52b510f1053c803e6135f699536f06" 2018-12-03 16:52:07,339 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:06 GMT Server: Apache x-openstack-request-id: req-3f918767-7457-450c-b4ec-8d3953fa3205 Location: http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:07,509 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:52:07 GMT Server: Apache x-openstack-request-id: req-fbc38fd5-d1da-4200-aeb2-4adbe54df3f3 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-03 16:52:07,509 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/777a9ce04270430e8b5c37e2ce08c691/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-stack/a0c899cb-f922-4a94-a824-5db2edfbee2e used request id req-fbc38fd5-d1da-4200-aeb2-4adbe54df3f3 2018-12-03 16:52:07,510 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-fdadb3b1-2003-4ce8-878f-81b20b35f0e7-image 2018-12-03 16:52:07,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f62358f30bb2364e9953dbb995af4378918042ab" 2018-12-03 16:52:08,257 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f16fd89f-271b-4131-90bf-62f583e0dcb7 Date: Mon, 03 Dec 2018 16:52:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:52:08,257 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/6f37532f-60ff-420e-af1f-e98068f40d1b used request id req-f16fd89f-271b-4131-90bf-62f583e0dcb7 2018-12-03 16:52:08,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/5627d87b-c1de-4211-8607-777742488e93 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}264d1541651880c863e640097152c86b259b137e" 2018-12-03 16:52:08,294 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:52:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e304c905-12e3-4151-9450-fd687dca1d52 x-compute-request-id: req-e304c905-12e3-4151-9450-fd687dca1d52 Content-Length: 0 Content-Type: application/json 2018-12-03 16:52:08,294 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/5627d87b-c1de-4211-8607-777742488e93 used request id req-e304c905-12e3-4151-9450-fd687dca1d52 2018-12-03 16:52:08,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:52:08,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-26a27629-0148-49d8-b231-0feb8bc44493 Date: Mon, 03 Dec 2018 16:52:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "777a9ce04270430e8b5c37e2ce08c691", "created_at": "2018-12-03T16:51:35Z", "updated_at": "2018-12-03T16:51:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:51:35Z", "revision_number": 0, "id": "044d2446-6648-40b9-808a-1c6e61e0c0db", "remote_group_id": "2f746fa7-b3c7-4cd7-bad9-cb41c03da252", "remote_ip_prefix": null, "created_at": "2018-12-03T16:51:35Z", "security_group_id": "2f746fa7-b3c7-4cd7-bad9-cb41c03da252", "tenant_id": "777a9ce04270430e8b5c37e2ce08c691", "port_range_min": null, "ethertype": "IPv4", "project_id": "777a9ce04270430e8b5c37e2ce08c691"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:51:35Z", "revision_number": 0, "id": "346fea90-8458-4eca-8f55-46e2d20aebf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:51:35Z", "security_group_id": "2f746fa7-b3c7-4cd7-bad9-cb41c03da252", "tenant_id": "777a9ce04270430e8b5c37e2ce08c691", "port_range_min": null, "ethertype": "IPv4", "project_id": "777a9ce04270430e8b5c37e2ce08c691"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:51:35Z", "revision_number": 0, "id": "660c6ed2-97d7-4c56-aacb-a1aa528f3a7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:51:35Z", "security_group_id": "2f746fa7-b3c7-4cd7-bad9-cb41c03da252", "tenant_id": "777a9ce04270430e8b5c37e2ce08c691", "port_range_min": null, "ethertype": "IPv6", "project_id": "777a9ce04270430e8b5c37e2ce08c691"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:51:35Z", "revision_number": 0, "id": "a282145b-5294-42fc-a84d-60c70c514319", "remote_group_id": "2f746fa7-b3c7-4cd7-bad9-cb41c03da252", "remote_ip_prefix": null, "created_at": "2018-12-03T16:51:35Z", "security_group_id": "2f746fa7-b3c7-4cd7-bad9-cb41c03da252", "tenant_id": "777a9ce04270430e8b5c37e2ce08c691", "port_range_min": null, "ethertype": "IPv6", "project_id": "777a9ce04270430e8b5c37e2ce08c691"}], "revision_number": 4, "project_id": "777a9ce04270430e8b5c37e2ce08c691", "id": "2f746fa7-b3c7-4cd7-bad9-cb41c03da252", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:52:08,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-26a27629-0148-49d8-b231-0feb8bc44493 2018-12-03 16:52:08,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:52:08,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d04cf60-2ef4-45d4-9b53-96333625f2fc Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:52:08,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-0d04cf60-2ef4-45d4-9b53-96333625f2fc 2018-12-03 16:52:08,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:52:08,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-872f0e12-32f0-4232-8499-2cce464427c0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:52:08,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-872f0e12-32f0-4232-8499-2cce464427c0 2018-12-03 16:52:08,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:52:08,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81fbb963-3cbb-46db-a808-e1a98f6ea61f Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691"}, "enabled": true, "id": "777a9ce04270430e8b5c37e2ce08c691", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ff82424e-42f0-4c0-proj"}} 2018-12-03 16:52:08,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691 used request id req-81fbb963-3cbb-46db-a808-e1a98f6ea61f 2018-12-03 16:52:08,778 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2f746fa7-b3c7-4cd7-bad9-cb41c03da252 2018-12-03 16:52:08,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=2f746fa7-b3c7-4cd7-bad9-cb41c03da252 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:52:08,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a8fa655b-4bcc-419c-b68d-d482e661abee Date: Mon, 03 Dec 2018 16:52:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2f746fa7-b3c7-4cd7-bad9-cb41c03da252", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:51:35Z", "security_group_id": "2f746fa7-b3c7-4cd7-bad9-cb41c03da252", "port_range_min": null, "revision_number": 0, "tenant_id": "777a9ce04270430e8b5c37e2ce08c691", "created_at": "2018-12-03T16:51:35Z", "project_id": "777a9ce04270430e8b5c37e2ce08c691", "id": "044d2446-6648-40b9-808a-1c6e61e0c0db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:51:35Z", "security_group_id": "2f746fa7-b3c7-4cd7-bad9-cb41c03da252", "port_range_min": null, "revision_number": 0, "tenant_id": "777a9ce04270430e8b5c37e2ce08c691", "created_at": "2018-12-03T16:51:35Z", "project_id": "777a9ce04270430e8b5c37e2ce08c691", "id": "346fea90-8458-4eca-8f55-46e2d20aebf1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:51:35Z", "security_group_id": "2f746fa7-b3c7-4cd7-bad9-cb41c03da252", "port_range_min": null, "revision_number": 0, "tenant_id": "777a9ce04270430e8b5c37e2ce08c691", "created_at": "2018-12-03T16:51:35Z", "project_id": "777a9ce04270430e8b5c37e2ce08c691", "id": "660c6ed2-97d7-4c56-aacb-a1aa528f3a7d"}, {"remote_group_id": "2f746fa7-b3c7-4cd7-bad9-cb41c03da252", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:51:35Z", "security_group_id": "2f746fa7-b3c7-4cd7-bad9-cb41c03da252", "port_range_min": null, "revision_number": 0, "tenant_id": "777a9ce04270430e8b5c37e2ce08c691", "created_at": "2018-12-03T16:51:35Z", "project_id": "777a9ce04270430e8b5c37e2ce08c691", "id": "a282145b-5294-42fc-a84d-60c70c514319"}]} 2018-12-03 16:52:08,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=2f746fa7-b3c7-4cd7-bad9-cb41c03da252 used request id req-a8fa655b-4bcc-419c-b68d-d482e661abee 2018-12-03 16:52:08,948 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:52:08,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/2f746fa7-b3c7-4cd7-bad9-cb41c03da252 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:52:09,273 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c1cc7f3-b225-4ff5-aea3-89e0ce83a2dd Content-Length: 0 Date: Mon, 03 Dec 2018 16:52:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:52:09,273 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/2f746fa7-b3c7-4cd7-bad9-cb41c03da252 used request id req-0c1cc7f3-b225-4ff5-aea3-89e0ce83a2dd 2018-12-03 16:52:09,274 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-ff82424e-42f0-4c0-proj 2018-12-03 16:52:09,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:52:09,529 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:52:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e78c8a9d-d36e-44a6-bc50-482d82c8fbcd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:52:09,529 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/777a9ce04270430e8b5c37e2ce08c691 used request id req-e78c8a9d-d36e-44a6-bc50-482d82c8fbcd 2018-12-03 16:52:09,529 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-ff82424e-42f0-4c0-proj-role 2018-12-03 16:52:09,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/b534c29b92ed478c85b9d3fd6113847c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:52:09,628 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:52:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57c51e4e-647a-4148-8fcc-bab96109dfc3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:52:09,628 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/b534c29b92ed478c85b9d3fd6113847c used request id req-57c51e4e-647a-4148-8fcc-bab96109dfc3 2018-12-03 16:52:09,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86933613d97585d4f9dbf09a109b8fc67e002a5b" 2018-12-03 16:52:09,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c8fb671-f01d-42d1-886b-e16a6a654ce9 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:52:09,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5c8fb671-f01d-42d1-886b-e16a6a654ce9 2018-12-03 16:52:09,716 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-ff82424e-42f0-4c0-user 2018-12-03 16:52:09,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/e764779ea3ca4aa389e865c69b05a0a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1b7bad263536383590d0b8fae220094bbb231c" 2018-12-03 16:52:09,932 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:52:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57269930-ef3d-46c4-b1cc-31e242e473e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:52:09,933 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e764779ea3ca4aa389e865c69b05a0a3 used request id req-57269930-ef3d-46c4-b1cc-31e242e473e6 2018-12-03 16:52:09,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:52:10,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:52:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["HmQtJGMnQYq2DJvEHelUmA"], "issued_at": "2018-12-03T16:52:10.000000Z"}} 2018-12-03 16:52:10,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d43fb93eaf72dfa8ae20c62884ca16465ef182c" 2018-12-03 16:52:10,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13936ba2-2004-480e-b1f5-485bc606f985 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:52:10,391 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-13936ba2-2004-480e-b1f5-485bc606f985 2018-12-03 16:52:10,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:52:10,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:52:10,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:52:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["AwWPsNaMTtaJAt6uF1b34w"], "issued_at": "2018-12-03T16:52:10.000000Z"}} 2018-12-03 16:52:10,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:10,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52cc5949-2ccd-4755-9221-c99690a39abc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:52:10,860 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-52cc5949-2ccd-4755-9221-c99690a39abc 2018-12-03 16:52:10,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:52:10,870 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:52: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:52:10,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-46308778-dae1-4af-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:10,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fda908c9-4600-48c6-96a2-b1889fb3ca80 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-46308778-dae1-4af-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:52:10,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-46308778-dae1-4af-proj used request id req-fda908c9-4600-48c6-96a2-b1889fb3ca80 2018-12-03 16:52:10,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:11,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9755d17b-b1f7-41f4-b056-67e913d323d0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:52:11,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-9755d17b-b1f7-41f4-b056-67e913d323d0 2018-12-03 16:52:11,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-46308778-dae1-4af-proj"}}' 2018-12-03 16:52:11,149 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:52:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a587ec3-5d7a-413f-9207-78f13d4f414d Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea"}, "enabled": true, "id": "86a2718af87643a08737cc656b0519ea", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-46308778-dae1-4af-proj"}} 2018-12-03 16:52:11,149 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-8a587ec3-5d7a-413f-9207-78f13d4f414d 2018-12-03 16:52:11,149 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-46308778-dae1-4af-proj 2018-12-03 16:52:11,149 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:52:11,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:52:11,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:52:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["mAzL6BYRRFuzkHhZGkSGdA"], "issued_at": "2018-12-03T16:52:11.000000Z"}} 2018-12-03 16:52:11,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c694fc6de86a4424d22ed5eb95b834d28a5ecca0" 2018-12-03 16:52:11,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d61b454-294a-45cb-a7c0-a446aec603dc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:52:11,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7d61b454-294a-45cb-a7c0-a446aec603dc 2018-12-03 16:52:11,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:52:11,619 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:52: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:52:11,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c694fc6de86a4424d22ed5eb95b834d28a5ecca0" 2018-12-03 16:52:11,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3cd77ec-30ca-4330-93b5-d4cd35f7767e Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:52:11,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d3cd77ec-30ca-4330-93b5-d4cd35f7767e 2018-12-03 16:52:11,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-46308778-dae1-4af-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c694fc6de86a4424d22ed5eb95b834d28a5ecca0" 2018-12-03 16:52:11,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b649464-2966-4085-b376-105c62595de5 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-46308778-dae1-4af-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea"}, "enabled": true, "id": "86a2718af87643a08737cc656b0519ea", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-46308778-dae1-4af-proj"}]} 2018-12-03 16:52:11,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-46308778-dae1-4af-proj used request id req-4b649464-2966-4085-b376-105c62595de5 2018-12-03 16:52:11,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c694fc6de86a4424d22ed5eb95b834d28a5ecca0" 2018-12-03 16:52:11,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-085ef2bf-5ceb-4c62-a6a0-696e389c5b0e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:52:11,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-085ef2bf-5ceb-4c62-a6a0-696e389c5b0e 2018-12-03 16:52:12,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c694fc6de86a4424d22ed5eb95b834d28a5ecca0" 2018-12-03 16:52:12,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fb46e34-c7fd-4f9b-801c-32087cc06b81 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:52:12,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8fb46e34-c7fd-4f9b-801c-32087cc06b81 2018-12-03 16:52:12,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-46308778-dae1-4af-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c694fc6de86a4424d22ed5eb95b834d28a5ecca0" 2018-12-03 16:52:12,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-646ad095-ceed-44c8-9e7c-36df3f640bb1 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-46308778-dae1-4af-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea"}, "enabled": true, "id": "86a2718af87643a08737cc656b0519ea", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-46308778-dae1-4af-proj"}]} 2018-12-03 16:52:12,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-46308778-dae1-4af-proj used request id req-646ad095-ceed-44c8-9e7c-36df3f640bb1 2018-12-03 16:52:12,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/56aadd7e923f45eea2577e97c93a36b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c694fc6de86a4424d22ed5eb95b834d28a5ecca0" 2018-12-03 16:52:12,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a079236-189b-44f1-b53b-fd61b889aef0 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-46308778-dae1-4af-user", "links": {"self": "http://172.30.9.30:5000/v3/users/56aadd7e923f45eea2577e97c93a36b9"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "86a2718af87643a08737cc656b0519ea", "id": "56aadd7e923f45eea2577e97c93a36b9", "password_expires_at": null}} 2018-12-03 16:52:12,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/56aadd7e923f45eea2577e97c93a36b9 used request id req-2a079236-189b-44f1-b53b-fd61b889aef0 2018-12-03 16:52:12,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea/users/56aadd7e923f45eea2577e97c93a36b9/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c694fc6de86a4424d22ed5eb95b834d28a5ecca0" 2018-12-03 16:52:12,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4ef9012-22bd-41d1-8237-b5e04b4c9ffd Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea/users/56aadd7e923f45eea2577e97c93a36b9/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 16:52:12,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea/users/56aadd7e923f45eea2577e97c93a36b9/roles used request id req-d4ef9012-22bd-41d1-8237-b5e04b4c9ffd 2018-12-03 16:52:12,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c694fc6de86a4424d22ed5eb95b834d28a5ecca0" 2018-12-03 16:52:12,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-934f205b-2364-47a9-950d-cf574fd541c8 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:52:12,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-934f205b-2364-47a9-950d-cf574fd541c8 2018-12-03 16:52:12,554 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-46308778-dae1-4af-proj 2018-12-03 16:52:12,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea/users/56aadd7e923f45eea2577e97c93a36b9/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c694fc6de86a4424d22ed5eb95b834d28a5ecca0" 2018-12-03 16:52:12,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:52:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-350cebda-bd0f-4a5a-a19e-90d121a9fbdb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:52:12,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea/users/56aadd7e923f45eea2577e97c93a36b9/roles/84a2554f97b2457082c443c3960fe29d used request id req-350cebda-bd0f-4a5a-a19e-90d121a9fbdb 2018-12-03 16:52:12,685 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-46308778-dae1-4af-user 2018-12-03 16:52:12,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:52:12,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:12,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66158013-f93a-466b-af18-433a1aadbcf3 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:52:12,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-66158013-f93a-466b-af18-433a1aadbcf3 2018-12-03 16:52:12,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" -d '{"role": {"name": "CreateStackSuccessTests-46308778-dae1-4af-proj-role"}}' 2018-12-03 16:52:12,891 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:52:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80e28ab1-f285-4b9a-87a2-c821dfa2160c Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "af388cee8f694bd097085fd82ea6aa51", "links": {"self": "http://172.30.9.30:5000/v3/roles/af388cee8f694bd097085fd82ea6aa51"}, "name": "CreateStackSuccessTests-46308778-dae1-4af-proj-role"}} 2018-12-03 16:52:12,891 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-80e28ab1-f285-4b9a-87a2-c821dfa2160c 2018-12-03 16:52:12,891 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-46308778-dae1-4af-proj-role 2018-12-03 16:52:12,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/af388cee8f694bd097085fd82ea6aa51 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:12,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ef4314b-eb1b-4776-9569-a94e3b2b3dae Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/af388cee8f694bd097085fd82ea6aa51"}, "domain_id": null, "name": "CreateStackSuccessTests-46308778-dae1-4af-proj-role", "id": "af388cee8f694bd097085fd82ea6aa51"}} 2018-12-03 16:52:12,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/af388cee8f694bd097085fd82ea6aa51 used request id req-3ef4314b-eb1b-4776-9569-a94e3b2b3dae 2018-12-03 16:52:12,983 - keystone_utils - INFO - Granting role CreateStackSuccessTests-46308778-dae1-4af-proj-role to project CreateStackSuccessTests-46308778-dae1-4af-proj 2018-12-03 16:52:12,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea/users/56aadd7e923f45eea2577e97c93a36b9/roles/af388cee8f694bd097085fd82ea6aa51 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:13,121 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:52:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d072aaf-99d1-41ce-bebc-4793c538a542 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:52:13,121 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea/users/56aadd7e923f45eea2577e97c93a36b9/roles/af388cee8f694bd097085fd82ea6aa51 used request id req-1d072aaf-99d1-41ce-bebc-4793c538a542 2018-12-03 16:52:13,122 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:52:13,122 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:52:13,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:52:13,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:52:13,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "af388cee8f694bd097085fd82ea6aa51", "name": "CreateStackSuccessTests-46308778-dae1-4af-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:52:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86a2718af87643a08737cc656b0519ea", "name": "CreateStackSuccessTests-46308778-dae1-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-46308778-dae1-4af-user", "id": "56aadd7e923f45eea2577e97c93a36b9"}, "audit_ids": ["SkAGcz7VRs6QpsxRX3vevA"], "issued_at": "2018-12-03T16:52:13.000000Z"}} 2018-12-03 16:52:13,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffc685ff53fd438728091263dacf20c04abbc2e5" 2018-12-03 16:52:13,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2393f52b-5510-4b5a-b374-98d2d7c00f6e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:52:13,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2393f52b-5510-4b5a-b374-98d2d7c00f6e 2018-12-03 16:52:13,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ffc685ff53fd438728091263dacf20c04abbc2e5" 2018-12-03 16:52:13,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-edc53eb7-1072-4f1b-bbbb-46635dd4c774 Date: Mon, 03 Dec 2018 16:52:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image"} 2018-12-03 16:52:13,772 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image used request id req-edc53eb7-1072-4f1b-bbbb-46635dd4c774 2018-12-03 16:52:13,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ffc685ff53fd438728091263dacf20c04abbc2e5" 2018-12-03 16:52:13,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ab22a365-4f9d-471f-bb10-6c9f47b3e848 Date: Mon, 03 Dec 2018 16:52: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-12-03 16:52:13,935 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-ab22a365-4f9d-471f-bb10-6c9f47b3e848 2018-12-03 16:52:13,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ffc685ff53fd438728091263dacf20c04abbc2e5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image"}' 2018-12-03 16:52:14,145 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454 X-Openstack-Request-Id: req-ba0ee0ae-2568-449c-bd26-0e6e552c6fcf Date: Mon, 03 Dec 2018 16:52:14 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:52:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:52:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454", "min_disk": 0, "protected": false, "id": "f0bf95ea-9266-4cf5-afd5-eb111ff80454", "file": "/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454/file", "checksum": null, "owner": "86a2718af87643a08737cc656b0519ea", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:52:14,145 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-ba0ee0ae-2568-449c-bd26-0e6e552c6fcf 2018-12-03 16:52:14,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ffc685ff53fd438728091263dacf20c04abbc2e5" -d '' 2018-12-03 16:52:16,032 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4b5448bf-cabf-4ff3-9967-7d50184de816 Date: Mon, 03 Dec 2018 16:52:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:52:16,033 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454/file used request id req-4b5448bf-cabf-4ff3-9967-7d50184de816 2018-12-03 16:52:16,033 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:52:16,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ffc685ff53fd438728091263dacf20c04abbc2e5" 2018-12-03 16:52:16,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-23106809-72f9-4edf-8a6f-08f7307eeacd Date: Mon, 03 Dec 2018 16:52:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:52:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:52:15Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454/snap", "metadata": {}}], "self": "/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454", "min_disk": 0, "protected": false, "id": "f0bf95ea-9266-4cf5-afd5-eb111ff80454", "file": "/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "86a2718af87643a08737cc656b0519ea", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:52:16,199 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454 used request id req-23106809-72f9-4edf-8a6f-08f7307eeacd 2018-12-03 16:52:16,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ffc685ff53fd438728091263dacf20c04abbc2e5" 2018-12-03 16:52:16,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1b89e55d-2362-4831-82ae-e70883a0a7bb Date: Mon, 03 Dec 2018 16:52: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-12-03 16:52:16,352 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-1b89e55d-2362-4831-82ae-e70883a0a7bb 2018-12-03 16:52:16,355 - create_image - INFO - Created image with name - CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image 2018-12-03 16:52:16,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ffc685ff53fd438728091263dacf20c04abbc2e5" 2018-12-03 16:52:16,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-416c35da-1f13-47f8-9fbc-8f078f66ff25 Date: Mon, 03 Dec 2018 16:52:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:52:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:52:15Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454/snap", "metadata": {}}], "self": "/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454", "min_disk": 0, "protected": false, "id": "f0bf95ea-9266-4cf5-afd5-eb111ff80454", "file": "/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "86a2718af87643a08737cc656b0519ea", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:52:16,525 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454 used request id req-416c35da-1f13-47f8-9fbc-8f078f66ff25 2018-12-03 16:52:16,525 - create_image - DEBUG - Instance status is - active 2018-12-03 16:52:16,525 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image 2018-12-03 16:52:16,526 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image 2018-12-03 16:52:16,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:52:16,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:52:16,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:52:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["-4rxurISQSu_pkDLL6BQ5A"], "issued_at": "2018-12-03T16:52:16.000000Z"}} 2018-12-03 16:52:16,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82e513d8d13f9ac56a4b58a00356ffa5f141a6f" 2018-12-03 16:52:16,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4bbed51-6699-4c26-b87e-d86ee67a28ba Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:52:16,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f4bbed51-6699-4c26-b87e-d86ee67a28ba 2018-12-03 16:52:16,986 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:52:16,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82e513d8d13f9ac56a4b58a00356ffa5f141a6f" 2018-12-03 16:52:17,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ec76d6e2-ba0b-4d98-abaa-9742e5be60f1 x-compute-request-id: req-ec76d6e2-ba0b-4d98-abaa-9742e5be60f1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:52:17,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ec76d6e2-ba0b-4d98-abaa-9742e5be60f1 2018-12-03 16:52:17,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82e513d8d13f9ac56a4b58a00356ffa5f141a6f" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-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-12-03 16:52:17,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52: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-06179b74-3ed6-464e-9425-6317f0c05457 x-compute-request-id: req-06179b74-3ed6-464e-9425-6317f0c05457 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/abbfffa4-30f9-402c-b279-f81e0ccae278", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/abbfffa4-30f9-402c-b279-f81e0ccae278", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "abbfffa4-30f9-402c-b279-f81e0ccae278", "name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:52:17,279 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-06179b74-3ed6-464e-9425-6317f0c05457 2018-12-03 16:52:17,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:52:17,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:52:17,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "af388cee8f694bd097085fd82ea6aa51", "name": "CreateStackSuccessTests-46308778-dae1-4af-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:52:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86a2718af87643a08737cc656b0519ea", "name": "CreateStackSuccessTests-46308778-dae1-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-46308778-dae1-4af-user", "id": "56aadd7e923f45eea2577e97c93a36b9"}, "audit_ids": ["Bdy9lyc0TsK8r-h-8ZaYYw"], "issued_at": "2018-12-03T16:52:17.000000Z"}} 2018-12-03 16:52:17,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:17,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efed86f2-9d91-4bc9-bc38-2274d748c95f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:52:17,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-efed86f2-9d91-4bc9-bc38-2274d748c95f 2018-12-03 16:52:17,773 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:52:17,776 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:52:17,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:17,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:17 GMT Server: Apache x-openstack-request-id: req-ddbe89ff-acb3-48f0-95e2-2dc33784cb76 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 16:52:17,934 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack used request id req-ddbe89ff-acb3-48f0-95e2-2dc33784cb76 2018-12-03 16:52:17,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-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-2a452675-addb-434c-b211-ea395d425254-net", "inst_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-inst", "subnet_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-subnet", "image_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "flavor_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name"}}' 2018-12-03 16:52:20,229 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:52:17 GMT Server: Apache x-openstack-request-id: req-9abe4d6b-e961-4a19-b731-f0b8e5a24215 Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "a24302c8-45c8-4941-8189-f75013e5fc87", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}]}} 2018-12-03 16:52:20,229 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks used request id req-9abe4d6b-e961-4a19-b731-f0b8e5a24215 2018-12-03 16:52:20,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:20,408 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:20 GMT Server: Apache x-openstack-request-id: req-5b2b7b73-3524-4d05-95de-55dd95d89a41 Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:20,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:20 GMT Server: Apache x-openstack-request-id: req-b4c3c4c9-c5b0-4f47-8a4e-55d33037bf2f 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": "86a2718af87643a08737cc656b0519ea", "OS::stack_id": "a24302c8-45c8-4941-8189-f75013e5fc87", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "image_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "inst_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-inst", "subnet_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-subnet", "net_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-net", "flavor_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "stack_user_project_id": "cbb8dd81915e439588790c9dd80745c1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:52:19Z", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a24302c8-45c8-4941-8189-f75013e5fc87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:20,600 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-b4c3c4c9-c5b0-4f47-8a4e-55d33037bf2f 2018-12-03 16:52:20,600 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack 2018-12-03 16:52:20,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:20,775 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:20 GMT Server: Apache x-openstack-request-id: req-c8a8eb9b-6c50-4635-9e4e-23214751edde Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:20,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:20 GMT Server: Apache x-openstack-request-id: req-7d3915f7-2f5e-44dc-aea1-db40d07ec928 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": "86a2718af87643a08737cc656b0519ea", "OS::stack_id": "a24302c8-45c8-4941-8189-f75013e5fc87", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "image_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "inst_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-inst", "subnet_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-subnet", "net_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-net", "flavor_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "stack_user_project_id": "cbb8dd81915e439588790c9dd80745c1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:52:19Z", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a24302c8-45c8-4941-8189-f75013e5fc87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:20,970 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-7d3915f7-2f5e-44dc-aea1-db40d07ec928 2018-12-03 16:52:20,970 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:52:20,971 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:52:23,973 - create_stack - DEBUG - Stack status query timeout in 1196.6273272 2018-12-03 16:52:23,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:24,001 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:23 GMT Server: Apache x-openstack-request-id: req-774d9c5c-5a3c-4ece-a0d6-5f141ada3316 Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:24,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:24 GMT Server: Apache x-openstack-request-id: req-268831ce-e57c-4432-af9f-188b7622d6de 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": "86a2718af87643a08737cc656b0519ea", "OS::stack_id": "a24302c8-45c8-4941-8189-f75013e5fc87", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "image_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "inst_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-inst", "subnet_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-subnet", "net_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-net", "flavor_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "stack_user_project_id": "cbb8dd81915e439588790c9dd80745c1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:52:19Z", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a24302c8-45c8-4941-8189-f75013e5fc87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:24,242 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-268831ce-e57c-4432-af9f-188b7622d6de 2018-12-03 16:52:24,242 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:52:24,243 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:52:27,246 - create_stack - DEBUG - Stack status query timeout in 1193.35461903 2018-12-03 16:52:27,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:27,412 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:27 GMT Server: Apache x-openstack-request-id: req-50f9135a-43d0-4e93-babe-48992585bc93 Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:27,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:27 GMT Server: Apache x-openstack-request-id: req-1876b778-1d65-44fe-a58d-b4060e0ecec7 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": "86a2718af87643a08737cc656b0519ea", "OS::stack_id": "a24302c8-45c8-4941-8189-f75013e5fc87", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "image_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "inst_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-inst", "subnet_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-subnet", "net_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-net", "flavor_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "stack_user_project_id": "cbb8dd81915e439588790c9dd80745c1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:52:19Z", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a24302c8-45c8-4941-8189-f75013e5fc87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:27,625 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-1876b778-1d65-44fe-a58d-b4060e0ecec7 2018-12-03 16:52:27,626 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:52:27,626 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:52:30,629 - create_stack - DEBUG - Stack status query timeout in 1189.97115517 2018-12-03 16:52:30,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:30,805 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:30 GMT Server: Apache x-openstack-request-id: req-62ac6c3f-0e70-4ac4-b05d-eee894516618 Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:30,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:30 GMT Server: Apache x-openstack-request-id: req-af788aa8-4675-4f75-92dd-0e7b3255e24b 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": "86a2718af87643a08737cc656b0519ea", "OS::stack_id": "a24302c8-45c8-4941-8189-f75013e5fc87", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "image_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "inst_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-inst", "subnet_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-subnet", "net_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-net", "flavor_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "stack_user_project_id": "cbb8dd81915e439588790c9dd80745c1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:52:19Z", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a24302c8-45c8-4941-8189-f75013e5fc87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:30,847 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-af788aa8-4675-4f75-92dd-0e7b3255e24b 2018-12-03 16:52:30,848 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:52:30,848 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:52:33,851 - create_stack - DEBUG - Stack status query timeout in 1186.74936008 2018-12-03 16:52:33,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:33,880 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:33 GMT Server: Apache x-openstack-request-id: req-d54d7102-c151-440e-9787-ea0db620d39c Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:34,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:33 GMT Server: Apache x-openstack-request-id: req-e04d7dba-e458-4283-b3af-4a995cda9f9d 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": "86a2718af87643a08737cc656b0519ea", "OS::stack_id": "a24302c8-45c8-4941-8189-f75013e5fc87", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "image_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "inst_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-inst", "subnet_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-subnet", "net_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-net", "flavor_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "stack_user_project_id": "cbb8dd81915e439588790c9dd80745c1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:52:19Z", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a24302c8-45c8-4941-8189-f75013e5fc87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:34,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-e04d7dba-e458-4283-b3af-4a995cda9f9d 2018-12-03 16:52:34,062 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:52:34,062 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:52:37,065 - create_stack - DEBUG - Stack status query timeout in 1183.53494406 2018-12-03 16:52:37,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:37,095 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:37 GMT Server: Apache x-openstack-request-id: req-c90a80cc-0d0e-44e9-b378-0d466fa3f124 Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:37,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:37 GMT Server: Apache x-openstack-request-id: req-f7ff7d16-3b36-489a-8cd0-03114fb50a23 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": "86a2718af87643a08737cc656b0519ea", "OS::stack_id": "a24302c8-45c8-4941-8189-f75013e5fc87", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "image_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "inst_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-inst", "subnet_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-subnet", "net_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-net", "flavor_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "stack_user_project_id": "cbb8dd81915e439588790c9dd80745c1", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:52:19Z", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a24302c8-45c8-4941-8189-f75013e5fc87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:37,660 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-f7ff7d16-3b36-489a-8cd0-03114fb50a23 2018-12-03 16:52:37,661 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-03 16:52:37,661 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack 2018-12-03 16:52:37,661 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack 2018-12-03 16:52:37,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:52:38,041 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "af388cee8f694bd097085fd82ea6aa51", "name": "CreateStackSuccessTests-46308778-dae1-4af-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:52:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86a2718af87643a08737cc656b0519ea", "name": "CreateStackSuccessTests-46308778-dae1-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-46308778-dae1-4af-user", "id": "56aadd7e923f45eea2577e97c93a36b9"}, "audit_ids": ["nPO7mTUmSU-RQ5HlUI-RjA"], "issued_at": "2018-12-03T16:52:38.000000Z"}} 2018-12-03 16:52:38,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}423495a62585d5e1d96fb8dc191415d9c95f65c4" 2018-12-03 16:52:38,224 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:38 GMT Server: Apache x-openstack-request-id: req-185d816c-7b5b-493b-9b63-7e9d73301c83 Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:38,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:38 GMT Server: Apache x-openstack-request-id: req-59c2c117-d787-4110-93d5-2523fd4b2f9c 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": "86a2718af87643a08737cc656b0519ea", "OS::stack_id": "a24302c8-45c8-4941-8189-f75013e5fc87", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "image_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "inst_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-inst", "subnet_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-subnet", "net_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-net", "flavor_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "stack_user_project_id": "cbb8dd81915e439588790c9dd80745c1", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:52:19Z", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a24302c8-45c8-4941-8189-f75013e5fc87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:38,418 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-59c2c117-d787-4110-93d5-2523fd4b2f9c 2018-12-03 16:52:38,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:38,447 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:38 GMT Server: Apache x-openstack-request-id: req-f11528c7-fd38-440a-ba87-47454e2b06be Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:39,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:38 GMT Server: Apache x-openstack-request-id: req-4b5627f3-bf89-4412-8962-2769952ef0bb 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": "86a2718af87643a08737cc656b0519ea", "OS::stack_id": "a24302c8-45c8-4941-8189-f75013e5fc87", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "image_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "inst_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-inst", "subnet_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-subnet", "net_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-net", "flavor_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "stack_user_project_id": "cbb8dd81915e439588790c9dd80745c1", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:52:19Z", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a24302c8-45c8-4941-8189-f75013e5fc87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:39,076 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-4b5627f3-bf89-4412-8962-2769952ef0bb 2018-12-03 16:52:39,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:52:39,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:52:39,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "af388cee8f694bd097085fd82ea6aa51", "name": "CreateStackSuccessTests-46308778-dae1-4af-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:52:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86a2718af87643a08737cc656b0519ea", "name": "CreateStackSuccessTests-46308778-dae1-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/86a2718af87643a08737cc656b0519ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/86a2718af87643a08737cc656b0519ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/86a2718af87643a08737cc656b0519ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-46308778-dae1-4af-user", "id": "56aadd7e923f45eea2577e97c93a36b9"}, "audit_ids": ["swzumBfjTLezwHHKA3fQYQ"], "issued_at": "2018-12-03T16:52:39.000000Z"}} 2018-12-03 16:52:39,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfbcc9f3a21d7eddead37d4767dc919f2341ea97" 2018-12-03 16:52:39,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82980af3-7d32-4d65-8bf8-ce41cb27b2bf Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:52:39,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-82980af3-7d32-4d65-8bf8-ce41cb27b2bf 2018-12-03 16:52:39,539 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:52:39,542 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:52:39,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfbcc9f3a21d7eddead37d4767dc919f2341ea97" 2018-12-03 16:52:39,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:39 GMT Server: Apache x-openstack-request-id: req-1d395736-5da6-4b19-a272-6d341d263053 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "stack_user_project_id": "cbb8dd81915e439588790c9dd80745c1", "deletion_time": null, "creation_time": "2018-12-03T16:52:19Z", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "a24302c8-45c8-4941-8189-f75013e5fc87", "tags": null}]} 2018-12-03 16:52:39,734 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack used request id req-1d395736-5da6-4b19-a272-6d341d263053 2018-12-03 16:52:39,734 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack 2018-12-03 16:52:39,735 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack 2018-12-03 16:52:39,735 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack 2018-12-03 16:52:39,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:40,279 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:39 GMT Server: Apache x-openstack-request-id: req-3d20d76d-4a71-47dc-b35c-3337bddd2b81 Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:40,353 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:52:40 GMT Server: Apache x-openstack-request-id: req-611db3bf-b5bc-4ed8-8277-63369be7ca05 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:52:40,353 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-611db3bf-b5bc-4ed8-8277-63369be7ca05 2018-12-03 16:52:40,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:40,536 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:40 GMT Server: Apache x-openstack-request-id: req-78071440-d5d0-4cb0-9090-89b6422785d2 Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:40,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:40 GMT Server: Apache x-openstack-request-id: req-271e60dc-a495-4979-8376-263d64923cf6 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": "86a2718af87643a08737cc656b0519ea", "OS::stack_id": "a24302c8-45c8-4941-8189-f75013e5fc87", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "image_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "inst_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-inst", "subnet_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-subnet", "flavor_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name", "net_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "stack_user_project_id": "cbb8dd81915e439588790c9dd80745c1", "tags": null, "creation_time": "2018-12-03T16:52:19Z", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:52:40Z", "id": "a24302c8-45c8-4941-8189-f75013e5fc87", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:40,565 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-271e60dc-a495-4979-8376-263d64923cf6 2018-12-03 16:52:40,565 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:52:40,565 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:52:43,569 - create_stack - DEBUG - Stack status query timeout in 1196.78519702 2018-12-03 16:52:43,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:43,598 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:43 GMT Server: Apache x-openstack-request-id: req-e8eafb7e-aec6-41c5-9732-f8a7bd79fa72 Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:43,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:43 GMT Server: Apache x-openstack-request-id: req-452f59af-8ee8-4368-b8de-be2785034760 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": "86a2718af87643a08737cc656b0519ea", "OS::stack_id": "a24302c8-45c8-4941-8189-f75013e5fc87", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "image_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "inst_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-inst", "subnet_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-subnet", "flavor_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name", "net_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "stack_user_project_id": "cbb8dd81915e439588790c9dd80745c1", "tags": null, "creation_time": "2018-12-03T16:52:19Z", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:52:40Z", "id": "a24302c8-45c8-4941-8189-f75013e5fc87", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:43,624 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-452f59af-8ee8-4368-b8de-be2785034760 2018-12-03 16:52:43,624 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:52:43,625 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:52:46,628 - create_stack - DEBUG - Stack status query timeout in 1193.72604823 2018-12-03 16:52:46,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:46,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:46 GMT Server: Apache x-openstack-request-id: req-30a4e68d-cbf7-4fee-9f9e-d69a4b3a27f0 Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:46,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:46 GMT Server: Apache x-openstack-request-id: req-6dcded77-9ee8-42e9-968d-7f5cb28c0f43 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": "86a2718af87643a08737cc656b0519ea", "OS::stack_id": "a24302c8-45c8-4941-8189-f75013e5fc87", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "image_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "inst_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-inst", "subnet_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-subnet", "flavor_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name", "net_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "stack_user_project_id": "cbb8dd81915e439588790c9dd80745c1", "tags": null, "creation_time": "2018-12-03T16:52:19Z", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:52:40Z", "id": "a24302c8-45c8-4941-8189-f75013e5fc87", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:46,820 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-6dcded77-9ee8-42e9-968d-7f5cb28c0f43 2018-12-03 16:52:46,820 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:52:46,821 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:52:49,824 - create_stack - DEBUG - Stack status query timeout in 1190.53007603 2018-12-03 16:52:49,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:49,852 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:49 GMT Server: Apache x-openstack-request-id: req-3f1cd544-fe7b-42e3-9e77-2a24f55c763b Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:49,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:49 GMT Server: Apache x-openstack-request-id: req-fa9e8f30-94b8-445a-8d3b-4beb426540ef 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": "86a2718af87643a08737cc656b0519ea", "OS::stack_id": "a24302c8-45c8-4941-8189-f75013e5fc87", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "image_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image", "inst_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-inst", "subnet_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-subnet", "flavor_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-flavor-name", "net_name": "CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack", "stack_user_project_id": "cbb8dd81915e439588790c9dd80745c1", "tags": null, "creation_time": "2018-12-03T16:52:19Z", "links": [{"href": "http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T16:52:40Z", "id": "a24302c8-45c8-4941-8189-f75013e5fc87", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:52:49,878 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-fa9e8f30-94b8-445a-8d3b-4beb426540ef 2018-12-03 16:52:49,878 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-03 16:52:49,879 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack 2018-12-03 16:52:49,879 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack 2018-12-03 16:52:49,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/a24302c8-45c8-4941-8189-f75013e5fc87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8456435319aaa13912d586025ed0fd28c1cec367" 2018-12-03 16:52:50,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:52:49 GMT Server: Apache x-openstack-request-id: req-634529a4-41f1-4668-a2fa-ec92fd3a4dbb Location: http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:52:50,084 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:52:50 GMT Server: Apache x-openstack-request-id: req-ab9f2987-7d90-4538-8741-a0a9fa697572 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-03 16:52:50,084 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/86a2718af87643a08737cc656b0519ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-stack/a24302c8-45c8-4941-8189-f75013e5fc87 used request id req-ab9f2987-7d90-4538-8741-a0a9fa697572 2018-12-03 16:52:50,085 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-2a452675-addb-434c-b211-ea395d425254-image 2018-12-03 16:52:50,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ffc685ff53fd438728091263dacf20c04abbc2e5" 2018-12-03 16:52:50,981 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ecf0508a-10eb-4d6a-8e13-b977475eb4a0 Date: Mon, 03 Dec 2018 16:52:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:52:50,981 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/f0bf95ea-9266-4cf5-afd5-eb111ff80454 used request id req-ecf0508a-10eb-4d6a-8e13-b977475eb4a0 2018-12-03 16:52:50,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/abbfffa4-30f9-402c-b279-f81e0ccae278 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82e513d8d13f9ac56a4b58a00356ffa5f141a6f" 2018-12-03 16:52:51,012 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:52:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ad91f858-376d-4190-9baf-c8c86add6434 x-compute-request-id: req-ad91f858-376d-4190-9baf-c8c86add6434 Content-Length: 0 Content-Type: application/json 2018-12-03 16:52:51,012 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/abbfffa4-30f9-402c-b279-f81e0ccae278 used request id req-ad91f858-376d-4190-9baf-c8c86add6434 2018-12-03 16:52:51,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:51,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c1e1ab88-0448-4c34-85d8-74553421a7e3 Date: Mon, 03 Dec 2018 16:52:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "86a2718af87643a08737cc656b0519ea", "created_at": "2018-12-03T16:52:20Z", "updated_at": "2018-12-03T16:52:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:52:21Z", "revision_number": 0, "id": "6d96bc49-7c4b-45f3-97fc-01427123d69b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:52:21Z", "security_group_id": "eb8337ee-7e54-4283-ba24-a51d9c625cd2", "tenant_id": "86a2718af87643a08737cc656b0519ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "86a2718af87643a08737cc656b0519ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:52:21Z", "revision_number": 0, "id": "739f45e9-2135-4f6b-9560-27ce37eca8f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:52:21Z", "security_group_id": "eb8337ee-7e54-4283-ba24-a51d9c625cd2", "tenant_id": "86a2718af87643a08737cc656b0519ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "86a2718af87643a08737cc656b0519ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:52:20Z", "revision_number": 0, "id": "a093d679-5fdc-408d-a99f-8104bc757cc2", "remote_group_id": "eb8337ee-7e54-4283-ba24-a51d9c625cd2", "remote_ip_prefix": null, "created_at": "2018-12-03T16:52:20Z", "security_group_id": "eb8337ee-7e54-4283-ba24-a51d9c625cd2", "tenant_id": "86a2718af87643a08737cc656b0519ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "86a2718af87643a08737cc656b0519ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:52:21Z", "revision_number": 0, "id": "ce559dc3-04b9-4da4-b42f-1d75e2d80d68", "remote_group_id": "eb8337ee-7e54-4283-ba24-a51d9c625cd2", "remote_ip_prefix": null, "created_at": "2018-12-03T16:52:21Z", "security_group_id": "eb8337ee-7e54-4283-ba24-a51d9c625cd2", "tenant_id": "86a2718af87643a08737cc656b0519ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "86a2718af87643a08737cc656b0519ea"}], "revision_number": 4, "project_id": "86a2718af87643a08737cc656b0519ea", "id": "eb8337ee-7e54-4283-ba24-a51d9c625cd2", "name": "default"}]} 2018-12-03 16:52:51,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-c1e1ab88-0448-4c34-85d8-74553421a7e3 2018-12-03 16:52:51,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:51,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0b09f3f-5314-4562-89b8-6fc16e95f8fb Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:52:51,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-b0b09f3f-5314-4562-89b8-6fc16e95f8fb 2018-12-03 16:52:51,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:51,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec445c7a-0e16-4325-8765-d146099964a7 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:52:51,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-ec445c7a-0e16-4325-8765-d146099964a7 2018-12-03 16:52:51,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:51,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eb4da3a-79ee-4d6e-9d8d-c3dc2df59894 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:52:51,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-4eb4da3a-79ee-4d6e-9d8d-c3dc2df59894 2018-12-03 16:52:51,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:51,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66d53e56-dca4-4563-bd3c-cc5eb7f1fc61 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea"}, "enabled": true, "id": "86a2718af87643a08737cc656b0519ea", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-46308778-dae1-4af-proj"}} 2018-12-03 16:52:51,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea used request id req-66d53e56-dca4-4563-bd3c-cc5eb7f1fc61 2018-12-03 16:52:51,679 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb8337ee-7e54-4283-ba24-a51d9c625cd2 2018-12-03 16:52:51,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb8337ee-7e54-4283-ba24-a51d9c625cd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:51,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e4284b29-871f-4c6b-b2be-8b62d7339777 Date: Mon, 03 Dec 2018 16:52:51 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-12-03T16:52:21Z", "security_group_id": "eb8337ee-7e54-4283-ba24-a51d9c625cd2", "port_range_min": null, "revision_number": 0, "tenant_id": "86a2718af87643a08737cc656b0519ea", "created_at": "2018-12-03T16:52:21Z", "project_id": "86a2718af87643a08737cc656b0519ea", "id": "6d96bc49-7c4b-45f3-97fc-01427123d69b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:52:21Z", "security_group_id": "eb8337ee-7e54-4283-ba24-a51d9c625cd2", "port_range_min": null, "revision_number": 0, "tenant_id": "86a2718af87643a08737cc656b0519ea", "created_at": "2018-12-03T16:52:21Z", "project_id": "86a2718af87643a08737cc656b0519ea", "id": "739f45e9-2135-4f6b-9560-27ce37eca8f3"}, {"remote_group_id": "eb8337ee-7e54-4283-ba24-a51d9c625cd2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:52:20Z", "security_group_id": "eb8337ee-7e54-4283-ba24-a51d9c625cd2", "port_range_min": null, "revision_number": 0, "tenant_id": "86a2718af87643a08737cc656b0519ea", "created_at": "2018-12-03T16:52:20Z", "project_id": "86a2718af87643a08737cc656b0519ea", "id": "a093d679-5fdc-408d-a99f-8104bc757cc2"}, {"remote_group_id": "eb8337ee-7e54-4283-ba24-a51d9c625cd2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:52:21Z", "security_group_id": "eb8337ee-7e54-4283-ba24-a51d9c625cd2", "port_range_min": null, "revision_number": 0, "tenant_id": "86a2718af87643a08737cc656b0519ea", "created_at": "2018-12-03T16:52:21Z", "project_id": "86a2718af87643a08737cc656b0519ea", "id": "ce559dc3-04b9-4da4-b42f-1d75e2d80d68"}]} 2018-12-03 16:52:51,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb8337ee-7e54-4283-ba24-a51d9c625cd2 used request id req-e4284b29-871f-4c6b-b2be-8b62d7339777 2018-12-03 16:52:51,852 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:52:51,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/eb8337ee-7e54-4283-ba24-a51d9c625cd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:52,138 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0cd4d74c-4057-49d0-becc-88f5d37d456d Content-Length: 0 Date: Mon, 03 Dec 2018 16:52:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:52:52,138 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/eb8337ee-7e54-4283-ba24-a51d9c625cd2 used request id req-0cd4d74c-4057-49d0-becc-88f5d37d456d 2018-12-03 16:52:52,138 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-46308778-dae1-4af-proj 2018-12-03 16:52:52,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:52,374 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-919bfe13-a0dc-4c1e-a179-b836a982b993 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:52:52,374 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/86a2718af87643a08737cc656b0519ea used request id req-919bfe13-a0dc-4c1e-a179-b836a982b993 2018-12-03 16:52:52,374 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-46308778-dae1-4af-proj-role 2018-12-03 16:52:52,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/af388cee8f694bd097085fd82ea6aa51 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:52,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3663a54-9131-4d56-aeb8-e77ec16ac137 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:52:52,484 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/af388cee8f694bd097085fd82ea6aa51 used request id req-b3663a54-9131-4d56-aeb8-e77ec16ac137 2018-12-03 16:52:52,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2237782c316da0a12a14f2149477d473b16fc940" 2018-12-03 16:52:52,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-021c30b9-349a-4610-8b0c-8677f8e7c09f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:52:52,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-021c30b9-349a-4610-8b0c-8677f8e7c09f 2018-12-03 16:52:52,592 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-46308778-dae1-4af-user 2018-12-03 16:52:52,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/56aadd7e923f45eea2577e97c93a36b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c694fc6de86a4424d22ed5eb95b834d28a5ecca0" 2018-12-03 16:52:52,776 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b53e28f-bd09-40dc-ba03-cac984327015 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:52:52,777 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/56aadd7e923f45eea2577e97c93a36b9 used request id req-7b53e28f-bd09-40dc-ba03-cac984327015 2018-12-03 16:52:52,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:52:53,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:52:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["RSGTyT8LQjqqS2mgL91kxw"], "issued_at": "2018-12-03T16:52:53.000000Z"}} 2018-12-03 16:52:53,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b0a4926d523726891d79ba8de073658a61f011" 2018-12-03 16:52:53,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2678414-e1e2-4012-b67c-b5f147eda904 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:52:53,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a2678414-e1e2-4012-b67c-b5f147eda904 2018-12-03 16:52:53,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:52:53,254 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:52:53,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:52:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["uNKqBWejRWCKyRCEWZhL2Q"], "issued_at": "2018-12-03T16:52:53.000000Z"}} 2018-12-03 16:52:53,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:52:53,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9408e983-b49b-4804-9954-bfeb930db3ed Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:52:53,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9408e983-b49b-4804-9954-bfeb930db3ed 2018-12-03 16:52:53,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:52:53,720 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:52: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:52:53,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-9aade6e7-e325-49d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:52:53,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9b643ae-db6a-418c-9ef0-a7c3ee47c9e5 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-9aade6e7-e325-49d-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:52:53,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-9aade6e7-e325-49d-proj used request id req-d9b643ae-db6a-418c-9ef0-a7c3ee47c9e5 2018-12-03 16:52:53,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:52:53,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a40d8b1-131f-43bd-bd17-33896e7d36fc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:52:53,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-7a40d8b1-131f-43bd-bd17-33896e7d36fc 2018-12-03 16:52:53,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-9aade6e7-e325-49d-proj"}}' 2018-12-03 16:52:54,011 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:52:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8cda65f-ecde-433f-bed9-2dd5cae96a52 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599"}, "enabled": true, "id": "80e25da11cff4a9a93d0ba13d3c99599", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-9aade6e7-e325-49d-proj"}} 2018-12-03 16:52:54,011 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f8cda65f-ecde-433f-bed9-2dd5cae96a52 2018-12-03 16:52:54,012 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-9aade6e7-e325-49d-proj 2018-12-03 16:52:54,012 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:52:54,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:52:54,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:52:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["nylelNgNQ6indx2fCJ9b5w"], "issued_at": "2018-12-03T16:52:54.000000Z"}} 2018-12-03 16:52:54,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3eadb96f0eab6f183cfc30e866e7d0d1c20299" 2018-12-03 16:52:54,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e2c1ea2-6de9-4bef-a1aa-11e37327d725 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:52:54,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8e2c1ea2-6de9-4bef-a1aa-11e37327d725 2018-12-03 16:52:54,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:52:54,489 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:52: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:52:54,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3eadb96f0eab6f183cfc30e866e7d0d1c20299" 2018-12-03 16:52:54,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b5cf6f7-9a99-4eaa-a4e0-603042a29274 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:52:54,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3b5cf6f7-9a99-4eaa-a4e0-603042a29274 2018-12-03 16:52:54,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-9aade6e7-e325-49d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3eadb96f0eab6f183cfc30e866e7d0d1c20299" 2018-12-03 16:52:54,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ceedf35-6263-42ee-b23b-112811ecd45e Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-9aade6e7-e325-49d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599"}, "enabled": true, "id": "80e25da11cff4a9a93d0ba13d3c99599", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-9aade6e7-e325-49d-proj"}]} 2018-12-03 16:52:54,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-9aade6e7-e325-49d-proj used request id req-0ceedf35-6263-42ee-b23b-112811ecd45e 2018-12-03 16:52:54,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3eadb96f0eab6f183cfc30e866e7d0d1c20299" 2018-12-03 16:52:54,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f94c030d-5bdd-4e12-b05e-77767fb841cc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:52:54,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f94c030d-5bdd-4e12-b05e-77767fb841cc 2018-12-03 16:52:55,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3eadb96f0eab6f183cfc30e866e7d0d1c20299" 2018-12-03 16:52:55,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a417b54-8b95-440c-83e2-b09c65bcda42 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:52:55,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9a417b54-8b95-440c-83e2-b09c65bcda42 2018-12-03 16:52:55,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-9aade6e7-e325-49d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3eadb96f0eab6f183cfc30e866e7d0d1c20299" 2018-12-03 16:52:55,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77312ae5-aed7-4eae-b83b-fb1f474e0b71 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-9aade6e7-e325-49d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599"}, "enabled": true, "id": "80e25da11cff4a9a93d0ba13d3c99599", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-9aade6e7-e325-49d-proj"}]} 2018-12-03 16:52:55,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-9aade6e7-e325-49d-proj used request id req-77312ae5-aed7-4eae-b83b-fb1f474e0b71 2018-12-03 16:52:55,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/c77d787b07b2444eae621c56e8bcb779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3eadb96f0eab6f183cfc30e866e7d0d1c20299" 2018-12-03 16:52:55,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c41bd9-b0f9-44ca-89f4-f0b2007febf3 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-9aade6e7-e325-49d-user", "links": {"self": "http://172.30.9.30:5000/v3/users/c77d787b07b2444eae621c56e8bcb779"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "80e25da11cff4a9a93d0ba13d3c99599", "id": "c77d787b07b2444eae621c56e8bcb779", "password_expires_at": null}} 2018-12-03 16:52:55,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/c77d787b07b2444eae621c56e8bcb779 used request id req-72c41bd9-b0f9-44ca-89f4-f0b2007febf3 2018-12-03 16:52:55,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599/users/c77d787b07b2444eae621c56e8bcb779/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3eadb96f0eab6f183cfc30e866e7d0d1c20299" 2018-12-03 16:52:55,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a625881d-fc71-4981-99aa-136f20ea55eb Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599/users/c77d787b07b2444eae621c56e8bcb779/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 16:52:55,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599/users/c77d787b07b2444eae621c56e8bcb779/roles used request id req-a625881d-fc71-4981-99aa-136f20ea55eb 2018-12-03 16:52:55,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3eadb96f0eab6f183cfc30e866e7d0d1c20299" 2018-12-03 16:52:55,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f49a2b79-2ebd-4a4b-8796-53c3b93dcc14 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:52:55,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-f49a2b79-2ebd-4a4b-8796-53c3b93dcc14 2018-12-03 16:52:55,648 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-9aade6e7-e325-49d-proj 2018-12-03 16:52:55,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599/users/c77d787b07b2444eae621c56e8bcb779/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3eadb96f0eab6f183cfc30e866e7d0d1c20299" 2018-12-03 16:52:55,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:52:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee45929e-bcc6-401f-b60c-63f967d09955 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:52:55,792 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599/users/c77d787b07b2444eae621c56e8bcb779/roles/84a2554f97b2457082c443c3960fe29d used request id req-ee45929e-bcc6-401f-b60c-63f967d09955 2018-12-03 16:52:55,793 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-9aade6e7-e325-49d-user 2018-12-03 16:52:55,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:52:55,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:52:55,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6de4927-76bd-483b-84e7-7383590535bf Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:52:55,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f6de4927-76bd-483b-84e7-7383590535bf 2018-12-03 16:52:55,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" -d '{"role": {"name": "CreateStackSuccessTests-9aade6e7-e325-49d-proj-role"}}' 2018-12-03 16:52:55,981 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:52:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b951a1d6-65b5-4def-a0d7-340ac204108a Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "48aeae097c1b4a73b55558010b683dcf", "links": {"self": "http://172.30.9.30:5000/v3/roles/48aeae097c1b4a73b55558010b683dcf"}, "name": "CreateStackSuccessTests-9aade6e7-e325-49d-proj-role"}} 2018-12-03 16:52:55,981 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-b951a1d6-65b5-4def-a0d7-340ac204108a 2018-12-03 16:52:55,982 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-9aade6e7-e325-49d-proj-role 2018-12-03 16:52:55,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/48aeae097c1b4a73b55558010b683dcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:52:56,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-715c9121-430d-4f1e-86a4-4ec4860255d5 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/48aeae097c1b4a73b55558010b683dcf"}, "domain_id": null, "name": "CreateStackSuccessTests-9aade6e7-e325-49d-proj-role", "id": "48aeae097c1b4a73b55558010b683dcf"}} 2018-12-03 16:52:56,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/48aeae097c1b4a73b55558010b683dcf used request id req-715c9121-430d-4f1e-86a4-4ec4860255d5 2018-12-03 16:52:56,078 - keystone_utils - INFO - Granting role CreateStackSuccessTests-9aade6e7-e325-49d-proj-role to project CreateStackSuccessTests-9aade6e7-e325-49d-proj 2018-12-03 16:52:56,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599/users/c77d787b07b2444eae621c56e8bcb779/roles/48aeae097c1b4a73b55558010b683dcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:52:56,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:52:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4891861d-c812-4cf3-b4c3-fc4c07b62761 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:52:56,205 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599/users/c77d787b07b2444eae621c56e8bcb779/roles/48aeae097c1b4a73b55558010b683dcf used request id req-4891861d-c812-4cf3-b4c3-fc4c07b62761 2018-12-03 16:52:56,206 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:52:56,206 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:52:56,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:52:56,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:52:56,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48aeae097c1b4a73b55558010b683dcf", "name": "CreateStackSuccessTests-9aade6e7-e325-49d-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:52:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "80e25da11cff4a9a93d0ba13d3c99599", "name": "CreateStackSuccessTests-9aade6e7-e325-49d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/80e25da11cff4a9a93d0ba13d3c99599", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/80e25da11cff4a9a93d0ba13d3c99599", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/80e25da11cff4a9a93d0ba13d3c99599", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/80e25da11cff4a9a93d0ba13d3c99599", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/80e25da11cff4a9a93d0ba13d3c99599", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/80e25da11cff4a9a93d0ba13d3c99599", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/80e25da11cff4a9a93d0ba13d3c99599", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/80e25da11cff4a9a93d0ba13d3c99599", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/80e25da11cff4a9a93d0ba13d3c99599", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/80e25da11cff4a9a93d0ba13d3c99599", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/80e25da11cff4a9a93d0ba13d3c99599", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-9aade6e7-e325-49d-user", "id": "c77d787b07b2444eae621c56e8bcb779"}, "audit_ids": ["b_JZx4ysSNaQoL3nYwcJQg"], "issued_at": "2018-12-03T16:52:56.000000Z"}} 2018-12-03 16:52:56,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}251a8ea7c3bc26b0ccb709a767a4a65245f24e0b" 2018-12-03 16:52:56,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55db59ad-acfc-40bc-95ab-fbce9ae83055 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:52:56,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-55db59ad-acfc-40bc-95ab-fbce9ae83055 2018-12-03 16:52:56,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}251a8ea7c3bc26b0ccb709a767a4a65245f24e0b" 2018-12-03 16:52:56,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-5a93c8e5-3909-4266-bf98-aefa0364e6bd Date: Mon, 03 Dec 2018 16:52:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image"} 2018-12-03 16:52:56,847 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image used request id req-5a93c8e5-3909-4266-bf98-aefa0364e6bd 2018-12-03 16:52:56,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}251a8ea7c3bc26b0ccb709a767a4a65245f24e0b" 2018-12-03 16:52:57,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a0d0afa6-f0b9-4256-8a5e-7c136fc01bb6 Date: Mon, 03 Dec 2018 16:52: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-12-03 16:52:57,008 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-a0d0afa6-f0b9-4256-8a5e-7c136fc01bb6 2018-12-03 16:52:57,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}251a8ea7c3bc26b0ccb709a767a4a65245f24e0b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image"}' 2018-12-03 16:52:57,247 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea X-Openstack-Request-Id: req-be398128-8e9f-43fb-be95-363d07370308 Date: Mon, 03 Dec 2018 16:52:57 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:52:57Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:52:57Z", "visibility": "shared", "locations": [], "self": "/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea", "min_disk": 0, "protected": false, "id": "d7912752-93e5-48d9-bd3c-f3c96491b7ea", "file": "/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea/file", "checksum": null, "owner": "80e25da11cff4a9a93d0ba13d3c99599", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:52:57,247 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-be398128-8e9f-43fb-be95-363d07370308 2018-12-03 16:52:57,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}251a8ea7c3bc26b0ccb709a767a4a65245f24e0b" -d '' 2018-12-03 16:52:58,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-76e409c8-59eb-434c-b5d3-ea6c151b4a4a Date: Mon, 03 Dec 2018 16:52:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:52:58,578 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea/file used request id req-76e409c8-59eb-434c-b5d3-ea6c151b4a4a 2018-12-03 16:52:58,578 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:52:58,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}251a8ea7c3bc26b0ccb709a767a4a65245f24e0b" 2018-12-03 16:52:58,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-8b3a67ff-b59e-47b4-acde-722970002acc Date: Mon, 03 Dec 2018 16:52:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:52:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:52:58Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea/snap", "metadata": {}}], "self": "/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea", "min_disk": 0, "protected": false, "id": "d7912752-93e5-48d9-bd3c-f3c96491b7ea", "file": "/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "80e25da11cff4a9a93d0ba13d3c99599", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:52:58,601 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea used request id req-8b3a67ff-b59e-47b4-acde-722970002acc 2018-12-03 16:52:58,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}251a8ea7c3bc26b0ccb709a767a4a65245f24e0b" 2018-12-03 16:52:58,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4539e2af-2ec0-4a5f-b350-453ee08191dd Date: Mon, 03 Dec 2018 16:52: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-12-03 16:52:58,758 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-4539e2af-2ec0-4a5f-b350-453ee08191dd 2018-12-03 16:52:58,761 - create_image - INFO - Created image with name - CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image 2018-12-03 16:52:58,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}251a8ea7c3bc26b0ccb709a767a4a65245f24e0b" 2018-12-03 16:52:58,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-2e151a8c-4702-4bcc-91e0-578ab8b292d8 Date: Mon, 03 Dec 2018 16:52:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:52:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:52:58Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea/snap", "metadata": {}}], "self": "/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea", "min_disk": 0, "protected": false, "id": "d7912752-93e5-48d9-bd3c-f3c96491b7ea", "file": "/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "80e25da11cff4a9a93d0ba13d3c99599", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:52:58,934 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea used request id req-2e151a8c-4702-4bcc-91e0-578ab8b292d8 2018-12-03 16:52:58,935 - create_image - DEBUG - Instance status is - active 2018-12-03 16:52:58,935 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image 2018-12-03 16:52:58,935 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image 2018-12-03 16:52:58,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:52:58,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:52:59,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:52:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["rx2MicJCTwepK0ohNKbd7A"], "issued_at": "2018-12-03T16:52:59.000000Z"}} 2018-12-03 16:52:59,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca211260a4b15a8bbd192e5d4f5cf640f9c7e0e" 2018-12-03 16:52:59,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4780593d-03ee-4ba1-b9c4-28ab8edcf37f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:52:59,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4780593d-03ee-4ba1-b9c4-28ab8edcf37f 2018-12-03 16:52:59,388 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:52:59,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca211260a4b15a8bbd192e5d4f5cf640f9c7e0e" 2018-12-03 16:52:59,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52: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-0c6bd6e8-08a6-4a7c-8ca3-11dfed1a3e6b x-compute-request-id: req-0c6bd6e8-08a6-4a7c-8ca3-11dfed1a3e6b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:52:59,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0c6bd6e8-08a6-4a7c-8ca3-11dfed1a3e6b 2018-12-03 16:52:59,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca211260a4b15a8bbd192e5d4f5cf640f9c7e0e" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-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-12-03 16:52:59,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:52: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-792a5ca9-324c-4c4b-a6d3-131ee8c8994c x-compute-request-id: req-792a5ca9-324c-4c4b-a6d3-131ee8c8994c Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/befacff7-aae7-4234-8077-17a5fdc0f86e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/befacff7-aae7-4234-8077-17a5fdc0f86e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "befacff7-aae7-4234-8077-17a5fdc0f86e", "name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:52:59,621 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-792a5ca9-324c-4c4b-a6d3-131ee8c8994c 2018-12-03 16:52:59,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:52:59,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:53:00,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48aeae097c1b4a73b55558010b683dcf", "name": "CreateStackSuccessTests-9aade6e7-e325-49d-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:53:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "80e25da11cff4a9a93d0ba13d3c99599", "name": "CreateStackSuccessTests-9aade6e7-e325-49d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/80e25da11cff4a9a93d0ba13d3c99599", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/80e25da11cff4a9a93d0ba13d3c99599", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/80e25da11cff4a9a93d0ba13d3c99599", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/80e25da11cff4a9a93d0ba13d3c99599", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/80e25da11cff4a9a93d0ba13d3c99599", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/80e25da11cff4a9a93d0ba13d3c99599", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/80e25da11cff4a9a93d0ba13d3c99599", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/80e25da11cff4a9a93d0ba13d3c99599", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/80e25da11cff4a9a93d0ba13d3c99599", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/80e25da11cff4a9a93d0ba13d3c99599", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/80e25da11cff4a9a93d0ba13d3c99599", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-9aade6e7-e325-49d-user", "id": "c77d787b07b2444eae621c56e8bcb779"}, "audit_ids": ["gJD8GboARTGd_FMOY3gZ-g"], "issued_at": "2018-12-03T16:53:00.000000Z"}} 2018-12-03 16:53:00,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f713e330e1fdac5ad04af74112c10b8c9478af6" 2018-12-03 16:53:00,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e58c32-0082-4cae-8082-81e1e22d8403 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:53:00,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a7e58c32-0082-4cae-8082-81e1e22d8403 2018-12-03 16:53:00,079 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:53:00,082 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:53:00,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f713e330e1fdac5ad04af74112c10b8c9478af6" 2018-12-03 16:53:00,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:00 GMT Server: Apache x-openstack-request-id: req-d427e0c6-c64e-4052-a6ee-892495751377 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 16:53:00,271 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack used request id req-d427e0c6-c64e-4052-a6ee-892495751377 2018-12-03 16:53:00,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f713e330e1fdac5ad04af74112c10b8c9478af6" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-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-666547dc-b526-4822-a6a3-ca3b5f660c83-net", "inst_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-inst", "subnet_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-subnet", "image_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image", "flavor_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-flavor-name"}}' 2018-12-03 16:53:02,565 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:53:00 GMT Server: Apache x-openstack-request-id: req-67407db3-ca0e-4a81-a4a8-8af718797aed Location: http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "links": [{"href": "http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "rel": "self"}]}} 2018-12-03 16:53:02,565 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks used request id req-67407db3-ca0e-4a81-a4a8-8af718797aed 2018-12-03 16:53:02,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f713e330e1fdac5ad04af74112c10b8c9478af6" 2018-12-03 16:53:02,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:02 GMT Server: Apache x-openstack-request-id: req-78106506-5058-4b5d-abe4-b2b35b1685eb Location: http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:02,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:02 GMT Server: Apache x-openstack-request-id: req-393bd0af-9430-4e8a-9dda-d7e2b27dabee 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": "80e25da11cff4a9a93d0ba13d3c99599", "OS::stack_id": "8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack", "image_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image", "inst_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-inst", "subnet_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-subnet", "net_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-net", "flavor_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack", "stack_user_project_id": "beec09f7179d44c8b8bd3e503bf3c0c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:53:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:02,943 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 used request id req-393bd0af-9430-4e8a-9dda-d7e2b27dabee 2018-12-03 16:53:02,943 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack 2018-12-03 16:53:02,944 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-12-03 16:53:02,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f713e330e1fdac5ad04af74112c10b8c9478af6" 2018-12-03 16:53:03,503 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:02 GMT Server: Apache x-openstack-request-id: req-24ae26d0-3832-4183-9f21-ffa3d5d8b4ab Location: http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:03,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:03 GMT Server: Apache x-openstack-request-id: req-ab09e21a-e4d0-46e6-9621-c1cf64ef753a 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": "80e25da11cff4a9a93d0ba13d3c99599", "OS::stack_id": "8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack", "image_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image", "inst_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-inst", "subnet_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-subnet", "net_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-net", "flavor_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack", "stack_user_project_id": "beec09f7179d44c8b8bd3e503bf3c0c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:53:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:03,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 used request id req-ab09e21a-e4d0-46e6-9621-c1cf64ef753a 2018-12-03 16:53:03,686 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-12-03 16:53:03,686 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack 2018-12-03 16:53:03,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f713e330e1fdac5ad04af74112c10b8c9478af6" 2018-12-03 16:53:03,858 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:03 GMT Server: Apache x-openstack-request-id: req-6930083b-ca8a-46f7-90a0-9349e71a80f7 Location: http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:04,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:53:03 GMT Server: Apache x-openstack-request-id: req-a804e123-048e-4430-8b84-a589ba932bff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:53:04,045 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 used request id req-a804e123-048e-4430-8b84-a589ba932bff 2018-12-03 16:53:04,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f713e330e1fdac5ad04af74112c10b8c9478af6" 2018-12-03 16:53:04,218 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:04 GMT Server: Apache x-openstack-request-id: req-df92e23a-979b-4056-baf9-064b50e01049 Location: http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:04,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:04 GMT Server: Apache x-openstack-request-id: req-2186e227-fc6c-4b6b-a9ae-ec535819a951 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "80e25da11cff4a9a93d0ba13d3c99599", "OS::stack_id": "8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack", "image_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image", "inst_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-inst", "subnet_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-subnet", "net_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-net", "flavor_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack", "stack_user_project_id": "beec09f7179d44c8b8bd3e503bf3c0c4", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2018-12-03T16:53:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:04,259 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 used request id req-2186e227-fc6c-4b6b-a9ae-ec535819a951 2018-12-03 16:53:04,260 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2018-12-03 16:53:04,260 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:53:07,263 - create_stack - DEBUG - Stack status query timeout in 1196.78268886 2018-12-03 16:53:07,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f713e330e1fdac5ad04af74112c10b8c9478af6" 2018-12-03 16:53:07,468 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:07 GMT Server: Apache x-openstack-request-id: req-5a578168-0dd1-43bd-b5ee-cbff68fc250d Location: http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:07,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:07 GMT Server: Apache x-openstack-request-id: req-154e437a-f889-49c9-99b0-11aa81fbfdc5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "80e25da11cff4a9a93d0ba13d3c99599", "OS::stack_id": "8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack", "image_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image", "inst_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-inst", "subnet_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-subnet", "net_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-net", "flavor_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack", "stack_user_project_id": "beec09f7179d44c8b8bd3e503bf3c0c4", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2018-12-03T16:53:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:07,651 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 used request id req-154e437a-f889-49c9-99b0-11aa81fbfdc5 2018-12-03 16:53:07,651 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2018-12-03 16:53:07,652 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:53:10,655 - create_stack - DEBUG - Stack status query timeout in 1193.39067388 2018-12-03 16:53:10,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f713e330e1fdac5ad04af74112c10b8c9478af6" 2018-12-03 16:53:10,851 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:10 GMT Server: Apache x-openstack-request-id: req-eed311b7-9131-4fe8-b851-362f3dde7734 Location: http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:11,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:10 GMT Server: Apache x-openstack-request-id: req-53fe8151-6a01-4b97-abb0-1be8c2c6eca7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "80e25da11cff4a9a93d0ba13d3c99599", "OS::stack_id": "8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack", "image_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image", "inst_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-inst", "subnet_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-subnet", "flavor_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-flavor-name", "net_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack", "stack_user_project_id": "beec09f7179d44c8b8bd3e503bf3c0c4", "tags": null, "creation_time": "2018-12-03T16:53:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:53:09Z", "id": "8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:11,047 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 used request id req-53fe8151-6a01-4b97-abb0-1be8c2c6eca7 2018-12-03 16:53:11,047 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:53:11,047 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:53:14,050 - create_stack - DEBUG - Stack status query timeout in 1189.99516487 2018-12-03 16:53:14,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f713e330e1fdac5ad04af74112c10b8c9478af6" 2018-12-03 16:53:14,228 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:14 GMT Server: Apache x-openstack-request-id: req-d80ee989-abeb-4a6a-be71-58d860966966 Location: http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:14,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:14 GMT Server: Apache x-openstack-request-id: req-e9d7c938-f992-4076-a8c1-dfc425d363ef 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": "80e25da11cff4a9a93d0ba13d3c99599", "OS::stack_id": "8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack", "image_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image", "inst_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-inst", "subnet_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-subnet", "flavor_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-flavor-name", "net_name": "CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-net"}, "deletion_time": "2018-12-03T16:53:13Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack", "stack_user_project_id": "beec09f7179d44c8b8bd3e503bf3c0c4", "tags": null, "creation_time": "2018-12-03T16:53:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T16:53:09Z", "id": "8a0e8c83-1ab2-4f81-bbd2-4842b5d13434", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:14,407 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 used request id req-e9d7c938-f992-4076-a8c1-dfc425d363ef 2018-12-03 16:53:14,407 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-03 16:53:14,408 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack 2018-12-03 16:53:14,408 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack 2018-12-03 16:53:14,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f713e330e1fdac5ad04af74112c10b8c9478af6" 2018-12-03 16:53:14,437 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:14 GMT Server: Apache x-openstack-request-id: req-dea682f9-a238-41df-9775-ac9cac761b1f Location: http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:14,603 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:53:14 GMT Server: Apache x-openstack-request-id: req-93073874-3b48-451b-9d2d-21fa108f9246 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-03 16:53:14,603 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/80e25da11cff4a9a93d0ba13d3c99599/stacks/CreateStackSuccessTests-CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-stack/8a0e8c83-1ab2-4f81-bbd2-4842b5d13434 used request id req-93073874-3b48-451b-9d2d-21fa108f9246 2018-12-03 16:53:14,604 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-666547dc-b526-4822-a6a3-ca3b5f660c83-image 2018-12-03 16:53:14,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}251a8ea7c3bc26b0ccb709a767a4a65245f24e0b" 2018-12-03 16:53:16,299 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee9ddbbb-2aee-4c50-98ed-f095ff1e54f7 Date: Mon, 03 Dec 2018 16:53:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:53:16,299 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d7912752-93e5-48d9-bd3c-f3c96491b7ea used request id req-ee9ddbbb-2aee-4c50-98ed-f095ff1e54f7 2018-12-03 16:53:16,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/befacff7-aae7-4234-8077-17a5fdc0f86e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca211260a4b15a8bbd192e5d4f5cf640f9c7e0e" 2018-12-03 16:53:16,343 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:53: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-3b4c4a33-7323-4141-b3ba-31cf68348b38 x-compute-request-id: req-3b4c4a33-7323-4141-b3ba-31cf68348b38 Content-Length: 0 Content-Type: application/json 2018-12-03 16:53:16,343 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/befacff7-aae7-4234-8077-17a5fdc0f86e used request id req-3b4c4a33-7323-4141-b3ba-31cf68348b38 2018-12-03 16:53:16,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:53:16,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-46ece09c-9314-4b8b-b519-8aee83178f86 Date: Mon, 03 Dec 2018 16:53:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "80e25da11cff4a9a93d0ba13d3c99599", "created_at": "2018-12-03T16:53:03Z", "updated_at": "2018-12-03T16:53:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:53:03Z", "revision_number": 0, "id": "154bd9c7-329c-45c2-aabb-ec6d06c641ae", "remote_group_id": "71e3f149-8eb3-4f25-a774-b1cc70882844", "remote_ip_prefix": null, "created_at": "2018-12-03T16:53:03Z", "security_group_id": "71e3f149-8eb3-4f25-a774-b1cc70882844", "tenant_id": "80e25da11cff4a9a93d0ba13d3c99599", "port_range_min": null, "ethertype": "IPv6", "project_id": "80e25da11cff4a9a93d0ba13d3c99599"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:53:03Z", "revision_number": 0, "id": "5f94475a-9196-49bf-869c-d501b626b86c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:53:03Z", "security_group_id": "71e3f149-8eb3-4f25-a774-b1cc70882844", "tenant_id": "80e25da11cff4a9a93d0ba13d3c99599", "port_range_min": null, "ethertype": "IPv6", "project_id": "80e25da11cff4a9a93d0ba13d3c99599"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:53:03Z", "revision_number": 0, "id": "6ce72f0a-a52d-4314-ba3f-1c7dba472295", "remote_group_id": "71e3f149-8eb3-4f25-a774-b1cc70882844", "remote_ip_prefix": null, "created_at": "2018-12-03T16:53:03Z", "security_group_id": "71e3f149-8eb3-4f25-a774-b1cc70882844", "tenant_id": "80e25da11cff4a9a93d0ba13d3c99599", "port_range_min": null, "ethertype": "IPv4", "project_id": "80e25da11cff4a9a93d0ba13d3c99599"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:53:03Z", "revision_number": 0, "id": "946678be-b198-4608-8592-ef3c81c1cb7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:53:03Z", "security_group_id": "71e3f149-8eb3-4f25-a774-b1cc70882844", "tenant_id": "80e25da11cff4a9a93d0ba13d3c99599", "port_range_min": null, "ethertype": "IPv4", "project_id": "80e25da11cff4a9a93d0ba13d3c99599"}], "revision_number": 4, "project_id": "80e25da11cff4a9a93d0ba13d3c99599", "id": "71e3f149-8eb3-4f25-a774-b1cc70882844", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:53:16,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-46ece09c-9314-4b8b-b519-8aee83178f86 2018-12-03 16:53:16,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:53:16,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb23e333-140b-420a-998c-f8d3ad89c77f Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:53:16,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-bb23e333-140b-420a-998c-f8d3ad89c77f 2018-12-03 16:53:16,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:53:16,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a23602f5-20c5-4d70-914e-ba95fac2edf4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:53:16,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-a23602f5-20c5-4d70-914e-ba95fac2edf4 2018-12-03 16:53:16,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:53:16,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e570d2a-3b5f-4e09-9a23-5d1397c9259e Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599"}, "enabled": true, "id": "80e25da11cff4a9a93d0ba13d3c99599", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-9aade6e7-e325-49d-proj"}} 2018-12-03 16:53:16,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599 used request id req-2e570d2a-3b5f-4e09-9a23-5d1397c9259e 2018-12-03 16:53:16,822 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71e3f149-8eb3-4f25-a774-b1cc70882844 2018-12-03 16:53:16,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=71e3f149-8eb3-4f25-a774-b1cc70882844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:53:17,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4a134d72-4f15-49a4-a670-7cdc9fd98437 Date: Mon, 03 Dec 2018 16:53:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "71e3f149-8eb3-4f25-a774-b1cc70882844", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:53:03Z", "security_group_id": "71e3f149-8eb3-4f25-a774-b1cc70882844", "port_range_min": null, "revision_number": 0, "tenant_id": "80e25da11cff4a9a93d0ba13d3c99599", "created_at": "2018-12-03T16:53:03Z", "project_id": "80e25da11cff4a9a93d0ba13d3c99599", "id": "154bd9c7-329c-45c2-aabb-ec6d06c641ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:53:03Z", "security_group_id": "71e3f149-8eb3-4f25-a774-b1cc70882844", "port_range_min": null, "revision_number": 0, "tenant_id": "80e25da11cff4a9a93d0ba13d3c99599", "created_at": "2018-12-03T16:53:03Z", "project_id": "80e25da11cff4a9a93d0ba13d3c99599", "id": "5f94475a-9196-49bf-869c-d501b626b86c"}, {"remote_group_id": "71e3f149-8eb3-4f25-a774-b1cc70882844", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:53:03Z", "security_group_id": "71e3f149-8eb3-4f25-a774-b1cc70882844", "port_range_min": null, "revision_number": 0, "tenant_id": "80e25da11cff4a9a93d0ba13d3c99599", "created_at": "2018-12-03T16:53:03Z", "project_id": "80e25da11cff4a9a93d0ba13d3c99599", "id": "6ce72f0a-a52d-4314-ba3f-1c7dba472295"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:53:03Z", "security_group_id": "71e3f149-8eb3-4f25-a774-b1cc70882844", "port_range_min": null, "revision_number": 0, "tenant_id": "80e25da11cff4a9a93d0ba13d3c99599", "created_at": "2018-12-03T16:53:03Z", "project_id": "80e25da11cff4a9a93d0ba13d3c99599", "id": "946678be-b198-4608-8592-ef3c81c1cb7b"}]} 2018-12-03 16:53:17,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=71e3f149-8eb3-4f25-a774-b1cc70882844 used request id req-4a134d72-4f15-49a4-a670-7cdc9fd98437 2018-12-03 16:53:17,003 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:53:17,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/71e3f149-8eb3-4f25-a774-b1cc70882844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:53:17,273 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-df2d2a5a-75e0-4a32-b79e-2189b76de88d Content-Length: 0 Date: Mon, 03 Dec 2018 16:53:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:53:17,273 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/71e3f149-8eb3-4f25-a774-b1cc70882844 used request id req-df2d2a5a-75e0-4a32-b79e-2189b76de88d 2018-12-03 16:53:17,274 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-9aade6e7-e325-49d-proj 2018-12-03 16:53:17,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:53:17,511 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:53:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9759a681-e7e5-4dd6-9eca-daeb8a1c99b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:53:17,512 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/80e25da11cff4a9a93d0ba13d3c99599 used request id req-9759a681-e7e5-4dd6-9eca-daeb8a1c99b5 2018-12-03 16:53:17,512 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-9aade6e7-e325-49d-proj-role 2018-12-03 16:53:17,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/48aeae097c1b4a73b55558010b683dcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:53:17,628 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:53:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7962fce3-0a9a-42dc-8083-6cda83f74a70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:53:17,628 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/48aeae097c1b4a73b55558010b683dcf used request id req-7962fce3-0a9a-42dc-8083-6cda83f74a70 2018-12-03 16:53:17,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29d512cabef076719615974ce7be8f476508d08d" 2018-12-03 16:53:17,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37eeb365-89d7-4e99-8011-a4abd40b28db Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:53:17,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-37eeb365-89d7-4e99-8011-a4abd40b28db 2018-12-03 16:53:17,719 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-9aade6e7-e325-49d-user 2018-12-03 16:53:17,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/c77d787b07b2444eae621c56e8bcb779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3eadb96f0eab6f183cfc30e866e7d0d1c20299" 2018-12-03 16:53:17,920 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:53:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84ff4b24-b597-43d4-9fb8-93d8a8cd2bd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:53:17,920 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/c77d787b07b2444eae621c56e8bcb779 used request id req-84ff4b24-b597-43d4-9fb8-93d8a8cd2bd8 2018-12-03 16:53:17,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:53:18,308 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:53:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ESbbK_QgQ1Su3Bmq0zD1ug"], "issued_at": "2018-12-03T16:53:18.000000Z"}} 2018-12-03 16:53:18,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31daca3fde4e33e4b4273a4827247c2cd4d5783f" 2018-12-03 16:53:18,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1888208d-dfdf-4548-88ff-524037a8f7b3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:53:18,385 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1888208d-dfdf-4548-88ff-524037a8f7b3 2018-12-03 16:53:18,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:53:18,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:53:18,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:53:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["csrHMg5qShGcQZokzYGPGw"], "issued_at": "2018-12-03T16:53:18.000000Z"}} 2018-12-03 16:53:18,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:53:18,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e5d4bfc-e6fc-4cea-8f2f-90d8d5f44315 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:53:18,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0e5d4bfc-e6fc-4cea-8f2f-90d8d5f44315 2018-12-03 16:53:18,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:53:18,865 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:53:18,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-68dad0df-e950-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:53:18,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aca0222e-fcf2-42e9-afd9-74488620475f Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-68dad0df-e950-4b6-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:53:18,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-68dad0df-e950-4b6-proj used request id req-aca0222e-fcf2-42e9-afd9-74488620475f 2018-12-03 16:53:18,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:53:19,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0cfc080-5c1f-4d93-b15f-7d6b79aeeed7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:53:19,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c0cfc080-5c1f-4d93-b15f-7d6b79aeeed7 2018-12-03 16:53:19,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-68dad0df-e950-4b6-proj"}}' 2018-12-03 16:53:19,155 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:53:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebfa7a6e-57de-41a6-b908-b5da7ce50cc5 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd"}, "enabled": true, "id": "78198f1c6110461780918d29cf163fdd", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-68dad0df-e950-4b6-proj"}} 2018-12-03 16:53:19,155 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-ebfa7a6e-57de-41a6-b908-b5da7ce50cc5 2018-12-03 16:53:19,155 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-68dad0df-e950-4b6-proj 2018-12-03 16:53:19,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:53:19,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:53:19,540 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:53:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["RMQu-DezRwuV3V4LKzKCYQ"], "issued_at": "2018-12-03T16:53:19.000000Z"}} 2018-12-03 16:53:19,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bac4fa540156c69e2dd58e5d458de3e629e6e8" 2018-12-03 16:53:19,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4083e459-3e79-4fa7-91b1-94e1912d8f21 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:53:19,625 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4083e459-3e79-4fa7-91b1-94e1912d8f21 2018-12-03 16:53:19,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:53:19,634 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:53: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:53:19,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bac4fa540156c69e2dd58e5d458de3e629e6e8" 2018-12-03 16:53:19,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ceee9de-bd49-4096-b405-5f874bbdebb6 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:53:19,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4ceee9de-bd49-4096-b405-5f874bbdebb6 2018-12-03 16:53:19,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-68dad0df-e950-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bac4fa540156c69e2dd58e5d458de3e629e6e8" 2018-12-03 16:53:19,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-267bd5b3-55c7-486a-a10a-e74c708b7f60 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-68dad0df-e950-4b6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd"}, "enabled": true, "id": "78198f1c6110461780918d29cf163fdd", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-68dad0df-e950-4b6-proj"}]} 2018-12-03 16:53:19,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-68dad0df-e950-4b6-proj used request id req-267bd5b3-55c7-486a-a10a-e74c708b7f60 2018-12-03 16:53:19,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bac4fa540156c69e2dd58e5d458de3e629e6e8" 2018-12-03 16:53:19,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b01bcd07-262c-4528-b9b8-6e9bea436098 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:53:19,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b01bcd07-262c-4528-b9b8-6e9bea436098 2018-12-03 16:53:20,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bac4fa540156c69e2dd58e5d458de3e629e6e8" 2018-12-03 16:53:20,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-451cb1d3-a116-419b-96ee-235683786ae2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:53:20,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-451cb1d3-a116-419b-96ee-235683786ae2 2018-12-03 16:53:20,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-68dad0df-e950-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bac4fa540156c69e2dd58e5d458de3e629e6e8" 2018-12-03 16:53:20,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1095829-7460-42aa-b05b-d377bf20d850 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-68dad0df-e950-4b6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd"}, "enabled": true, "id": "78198f1c6110461780918d29cf163fdd", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-68dad0df-e950-4b6-proj"}]} 2018-12-03 16:53:20,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-68dad0df-e950-4b6-proj used request id req-b1095829-7460-42aa-b05b-d377bf20d850 2018-12-03 16:53:20,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/485448ae7e524ffabee36c0e3c2216c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bac4fa540156c69e2dd58e5d458de3e629e6e8" 2018-12-03 16:53:20,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8bd9ff4-38de-4a1f-aa60-7f09128d9983 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-68dad0df-e950-4b6-user", "links": {"self": "http://172.30.9.30:5000/v3/users/485448ae7e524ffabee36c0e3c2216c6"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "78198f1c6110461780918d29cf163fdd", "id": "485448ae7e524ffabee36c0e3c2216c6", "password_expires_at": null}} 2018-12-03 16:53:20,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/485448ae7e524ffabee36c0e3c2216c6 used request id req-e8bd9ff4-38de-4a1f-aa60-7f09128d9983 2018-12-03 16:53:20,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd/users/485448ae7e524ffabee36c0e3c2216c6/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bac4fa540156c69e2dd58e5d458de3e629e6e8" 2018-12-03 16:53:20,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c423347f-99ba-444d-845f-c6302ad37e64 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd/users/485448ae7e524ffabee36c0e3c2216c6/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 16:53:20,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd/users/485448ae7e524ffabee36c0e3c2216c6/roles used request id req-c423347f-99ba-444d-845f-c6302ad37e64 2018-12-03 16:53:20,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bac4fa540156c69e2dd58e5d458de3e629e6e8" 2018-12-03 16:53:20,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-542c1678-08b8-4c0d-8d4e-f740e459332e Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:53:20,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-542c1678-08b8-4c0d-8d4e-f740e459332e 2018-12-03 16:53:20,694 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-68dad0df-e950-4b6-proj 2018-12-03 16:53:20,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd/users/485448ae7e524ffabee36c0e3c2216c6/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bac4fa540156c69e2dd58e5d458de3e629e6e8" 2018-12-03 16:53:20,834 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:53:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd7d264c-506a-4eab-8176-1a2f73c2918f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:53:20,835 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd/users/485448ae7e524ffabee36c0e3c2216c6/roles/84a2554f97b2457082c443c3960fe29d used request id req-fd7d264c-506a-4eab-8176-1a2f73c2918f 2018-12-03 16:53:20,835 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-68dad0df-e950-4b6-user 2018-12-03 16:53:20,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:53:20,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:53:20,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32651945-55a8-43dd-b30c-b646121e5b83 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:53:20,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-32651945-55a8-43dd-b30c-b646121e5b83 2018-12-03 16:53:20,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" -d '{"role": {"name": "CreateStackSuccessTests-68dad0df-e950-4b6-proj-role"}}' 2018-12-03 16:53:21,047 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:53:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24cdf329-1e69-46db-aba1-f75e1eb3de00 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "11e6c7a048524fd18be84b2205720021", "links": {"self": "http://172.30.9.30:5000/v3/roles/11e6c7a048524fd18be84b2205720021"}, "name": "CreateStackSuccessTests-68dad0df-e950-4b6-proj-role"}} 2018-12-03 16:53:21,047 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-24cdf329-1e69-46db-aba1-f75e1eb3de00 2018-12-03 16:53:21,047 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-68dad0df-e950-4b6-proj-role 2018-12-03 16:53:21,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/11e6c7a048524fd18be84b2205720021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:53:21,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92925736-835d-4c38-9f1f-166a834f9ef5 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/11e6c7a048524fd18be84b2205720021"}, "domain_id": null, "name": "CreateStackSuccessTests-68dad0df-e950-4b6-proj-role", "id": "11e6c7a048524fd18be84b2205720021"}} 2018-12-03 16:53:21,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/11e6c7a048524fd18be84b2205720021 used request id req-92925736-835d-4c38-9f1f-166a834f9ef5 2018-12-03 16:53:21,137 - keystone_utils - INFO - Granting role CreateStackSuccessTests-68dad0df-e950-4b6-proj-role to project CreateStackSuccessTests-68dad0df-e950-4b6-proj 2018-12-03 16:53:21,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd/users/485448ae7e524ffabee36c0e3c2216c6/roles/11e6c7a048524fd18be84b2205720021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:53:21,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:53:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34269c17-4312-4241-a109-adaccb3d94be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:53:21,284 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd/users/485448ae7e524ffabee36c0e3c2216c6/roles/11e6c7a048524fd18be84b2205720021 used request id req-34269c17-4312-4241-a109-adaccb3d94be 2018-12-03 16:53:21,284 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:53:21,285 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:53:21,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:53:21,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:53:21,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11e6c7a048524fd18be84b2205720021", "name": "CreateStackSuccessTests-68dad0df-e950-4b6-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:53:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78198f1c6110461780918d29cf163fdd", "name": "CreateStackSuccessTests-68dad0df-e950-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/78198f1c6110461780918d29cf163fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/78198f1c6110461780918d29cf163fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/78198f1c6110461780918d29cf163fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/78198f1c6110461780918d29cf163fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/78198f1c6110461780918d29cf163fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/78198f1c6110461780918d29cf163fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/78198f1c6110461780918d29cf163fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/78198f1c6110461780918d29cf163fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/78198f1c6110461780918d29cf163fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/78198f1c6110461780918d29cf163fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/78198f1c6110461780918d29cf163fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-68dad0df-e950-4b6-user", "id": "485448ae7e524ffabee36c0e3c2216c6"}, "audit_ids": ["Q-k7fFx1SE61GzMTyNnTZw"], "issued_at": "2018-12-03T16:53:21.000000Z"}} 2018-12-03 16:53:21,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaf5e9840eb8dbd4e1c21424fd8ec2aaba6d4ba3" 2018-12-03 16:53:21,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3dbc5db-e2d1-4914-a739-0a9ffa927931 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:53:21,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f3dbc5db-e2d1-4914-a739-0a9ffa927931 2018-12-03 16:53:21,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eaf5e9840eb8dbd4e1c21424fd8ec2aaba6d4ba3" 2018-12-03 16:53:21,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-646b5f74-b126-44e4-8e76-14f066373593 Date: Mon, 03 Dec 2018 16:53:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image"} 2018-12-03 16:53:21,929 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image used request id req-646b5f74-b126-44e4-8e76-14f066373593 2018-12-03 16:53:21,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eaf5e9840eb8dbd4e1c21424fd8ec2aaba6d4ba3" 2018-12-03 16:53:22,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b731d285-4a2e-4b0c-b21e-e25f926f7fe5 Date: Mon, 03 Dec 2018 16: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-12-03 16:53:22,080 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-b731d285-4a2e-4b0c-b21e-e25f926f7fe5 2018-12-03 16:53:22,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaf5e9840eb8dbd4e1c21424fd8ec2aaba6d4ba3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image"}' 2018-12-03 16:53:22,376 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb X-Openstack-Request-Id: req-4dbe5f74-b494-4b73-bcb6-b092fde4b5e9 Date: Mon, 03 Dec 2018 16:53:22 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:53:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:53:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb", "min_disk": 0, "protected": false, "id": "86e9bc72-676f-4030-81fb-6d6233617fbb", "file": "/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb/file", "checksum": null, "owner": "78198f1c6110461780918d29cf163fdd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:53:22,376 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-4dbe5f74-b494-4b73-bcb6-b092fde4b5e9 2018-12-03 16:53:22,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eaf5e9840eb8dbd4e1c21424fd8ec2aaba6d4ba3" -d '' 2018-12-03 16:53:23,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d776a654-393a-4461-b516-5ea570fcebe7 Date: Mon, 03 Dec 2018 16:53:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:53:23,770 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb/file used request id req-d776a654-393a-4461-b516-5ea570fcebe7 2018-12-03 16:53:23,771 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:53:23,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eaf5e9840eb8dbd4e1c21424fd8ec2aaba6d4ba3" 2018-12-03 16:53:23,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-127b8f68-0255-4006-9c2c-a18e646b78bf Date: Mon, 03 Dec 2018 16:53:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:53:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:53:23Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/86e9bc72-676f-4030-81fb-6d6233617fbb/snap", "metadata": {}}], "self": "/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb", "min_disk": 0, "protected": false, "id": "86e9bc72-676f-4030-81fb-6d6233617fbb", "file": "/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "78198f1c6110461780918d29cf163fdd", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/86e9bc72-676f-4030-81fb-6d6233617fbb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:53:23,946 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb used request id req-127b8f68-0255-4006-9c2c-a18e646b78bf 2018-12-03 16:53:23,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eaf5e9840eb8dbd4e1c21424fd8ec2aaba6d4ba3" 2018-12-03 16:53:24,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c5fb700a-6023-4c23-b92e-d198c6c12fad Date: Mon, 03 Dec 2018 16: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-12-03 16:53:24,105 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c5fb700a-6023-4c23-b92e-d198c6c12fad 2018-12-03 16:53:24,107 - create_image - INFO - Created image with name - CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image 2018-12-03 16:53:24,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eaf5e9840eb8dbd4e1c21424fd8ec2aaba6d4ba3" 2018-12-03 16:53:24,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-159bbeaf-4d60-4019-a1dd-362c6bf730be Date: Mon, 03 Dec 2018 16:53:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:53:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:53:23Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/86e9bc72-676f-4030-81fb-6d6233617fbb/snap", "metadata": {}}], "self": "/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb", "min_disk": 0, "protected": false, "id": "86e9bc72-676f-4030-81fb-6d6233617fbb", "file": "/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "78198f1c6110461780918d29cf163fdd", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/86e9bc72-676f-4030-81fb-6d6233617fbb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:53:24,293 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb used request id req-159bbeaf-4d60-4019-a1dd-362c6bf730be 2018-12-03 16:53:24,294 - create_image - DEBUG - Instance status is - active 2018-12-03 16:53:24,294 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image 2018-12-03 16:53:24,294 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image 2018-12-03 16:53:24,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:53:24,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:53:24,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:53:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ZOSjp14-TDKHoRW565wDuQ"], "issued_at": "2018-12-03T16:53:24.000000Z"}} 2018-12-03 16:53:24,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c2e9ec476f0dfa4de246e606d78c14e2537ef9d" 2018-12-03 16:53:24,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dcdc9b3-94f9-42e0-a1db-c5882ca8caf7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:53:24,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8dcdc9b3-94f9-42e0-a1db-c5882ca8caf7 2018-12-03 16:53:24,758 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:53:24,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c2e9ec476f0dfa4de246e606d78c14e2537ef9d" 2018-12-03 16:53:24,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-9765a023-c370-4ee0-84de-e0cf95bf3993 x-compute-request-id: req-9765a023-c370-4ee0-84de-e0cf95bf3993 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:53:24,939 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9765a023-c370-4ee0-84de-e0cf95bf3993 2018-12-03 16:53:24,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c2e9ec476f0dfa4de246e606d78c14e2537ef9d" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-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-12-03 16:53:24,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-cd311362-1d43-4549-a74c-5988c79d1ec2 x-compute-request-id: req-cd311362-1d43-4549-a74c-5988c79d1ec2 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3d4c1426-024b-4f22-abfd-a426648df18f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3d4c1426-024b-4f22-abfd-a426648df18f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3d4c1426-024b-4f22-abfd-a426648df18f", "name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:53:24,986 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-cd311362-1d43-4549-a74c-5988c79d1ec2 2018-12-03 16:53:25,013 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:53:25,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:53:25,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11e6c7a048524fd18be84b2205720021", "name": "CreateStackSuccessTests-68dad0df-e950-4b6-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:53:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78198f1c6110461780918d29cf163fdd", "name": "CreateStackSuccessTests-68dad0df-e950-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/78198f1c6110461780918d29cf163fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/78198f1c6110461780918d29cf163fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/78198f1c6110461780918d29cf163fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/78198f1c6110461780918d29cf163fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/78198f1c6110461780918d29cf163fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/78198f1c6110461780918d29cf163fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/78198f1c6110461780918d29cf163fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/78198f1c6110461780918d29cf163fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/78198f1c6110461780918d29cf163fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/78198f1c6110461780918d29cf163fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/78198f1c6110461780918d29cf163fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-68dad0df-e950-4b6-user", "id": "485448ae7e524ffabee36c0e3c2216c6"}, "audit_ids": ["dGhZ0HpGR7uxPX7rBOXIPA"], "issued_at": "2018-12-03T16:53:25.000000Z"}} 2018-12-03 16:53:25,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:25,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce26c3e2-731d-4071-a21e-8b5c25d7e549 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:53:25,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ce26c3e2-731d-4071-a21e-8b5c25d7e549 2018-12-03 16:53:25,472 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:53:25,475 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:53:25,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:25,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:25 GMT Server: Apache x-openstack-request-id: req-64b7eb8b-3a66-42a5-9ae7-1691389deb3e Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 16:53:25,650 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack used request id req-64b7eb8b-3a66-42a5-9ae7-1691389deb3e 2018-12-03 16:53:25,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-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-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name"}}' 2018-12-03 16:53:28,082 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:53:25 GMT Server: Apache x-openstack-request-id: req-25f985ae-ab87-49d9-b5ab-fe9c5d8b79d0 Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}]}} 2018-12-03 16:53:28,082 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks used request id req-25f985ae-ab87-49d9-b5ab-fe9c5d8b79d0 2018-12-03 16:53:28,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:28,259 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:28 GMT Server: Apache x-openstack-request-id: req-05e83574-09e4-4030-bb9b-e71acbf5a182 Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:28,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:28 GMT Server: Apache x-openstack-request-id: req-27bf024f-fba1-4f08-b189-7b733c6cf814 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:28,479 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-27bf024f-fba1-4f08-b189-7b733c6cf814 2018-12-03 16:53:28,480 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack 2018-12-03 16:53:28,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:28,660 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:28 GMT Server: Apache x-openstack-request-id: req-8164bd44-0e1f-44c0-99a1-bd4ac390e4e9 Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:28,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:28 GMT Server: Apache x-openstack-request-id: req-99d5f7de-aafa-4f4c-ac63-2532848ff552 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:28,864 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-99d5f7de-aafa-4f4c-ac63-2532848ff552 2018-12-03 16:53:28,865 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:53:28,865 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:53:31,868 - create_stack - DEBUG - Stack status query timeout in 1196.61179185 2018-12-03 16:53:31,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:32,430 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:31 GMT Server: Apache x-openstack-request-id: req-066e08d3-7aa2-4ca0-b2f4-5ccd7c3beec5 Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:32,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:32 GMT Server: Apache x-openstack-request-id: req-eaed71bd-c680-4dae-910e-2fc634350e40 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:32,472 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-eaed71bd-c680-4dae-910e-2fc634350e40 2018-12-03 16:53:32,472 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:53:32,473 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:53:35,476 - create_stack - DEBUG - Stack status query timeout in 1193.00413203 2018-12-03 16:53:35,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:35,649 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:35 GMT Server: Apache x-openstack-request-id: req-e13cdd9c-a231-4d9f-85c0-4ca86a426cda Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:35,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:35 GMT Server: Apache x-openstack-request-id: req-5a57d2e3-c505-41e8-9bfd-741991920a34 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:35,864 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-5a57d2e3-c505-41e8-9bfd-741991920a34 2018-12-03 16:53:35,865 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:53:35,865 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:53:38,868 - create_stack - DEBUG - Stack status query timeout in 1189.61190486 2018-12-03 16:53:38,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:39,045 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:38 GMT Server: Apache x-openstack-request-id: req-283715c8-aa5b-491c-82b6-3018835fd040 Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:39,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:39 GMT Server: Apache x-openstack-request-id: req-fff97045-1d2d-4313-864b-2d3e9e0c4539 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:39,218 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-fff97045-1d2d-4313-864b-2d3e9e0c4539 2018-12-03 16:53:39,218 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:53:39,218 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:53:42,221 - create_stack - DEBUG - Stack status query timeout in 1186.25861883 2018-12-03 16:53:42,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:42,251 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:42 GMT Server: Apache x-openstack-request-id: req-c5d81ac3-635e-49c7-9326-dd9d83e47d49 Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:42,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:42 GMT Server: Apache x-openstack-request-id: req-bbe0265d-43ba-469a-b013-9ee53888a93c 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:42,451 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-bbe0265d-43ba-469a-b013-9ee53888a93c 2018-12-03 16:53:42,451 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:53:42,451 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:53:45,455 - create_stack - DEBUG - Stack status query timeout in 1183.02529502 2018-12-03 16:53:45,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:45,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:45 GMT Server: Apache x-openstack-request-id: req-e3364ee9-d00e-4a08-9bd8-eb937d77f18c Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:45,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:45 GMT Server: Apache x-openstack-request-id: req-a6baf82c-a827-4829-b1c2-9c047a6c58f7 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:45,524 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-a6baf82c-a827-4829-b1c2-9c047a6c58f7 2018-12-03 16:53:45,525 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:53:45,525 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:53:48,528 - create_stack - DEBUG - Stack status query timeout in 1179.95167994 2018-12-03 16:53:48,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:48,558 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:48 GMT Server: Apache x-openstack-request-id: req-f1a776d8-4089-4e2d-94bf-d085fce61463 Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:48,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:48 GMT Server: Apache x-openstack-request-id: req-85c704d5-b8ff-46db-a346-7be0164531f5 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:48,758 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-85c704d5-b8ff-46db-a346-7be0164531f5 2018-12-03 16:53:48,758 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-03 16:53:48,758 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack 2018-12-03 16:53:48,759 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack 2018-12-03 16:53:48,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:53:49,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11e6c7a048524fd18be84b2205720021", "name": "CreateStackSuccessTests-68dad0df-e950-4b6-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:53:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78198f1c6110461780918d29cf163fdd", "name": "CreateStackSuccessTests-68dad0df-e950-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/78198f1c6110461780918d29cf163fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/78198f1c6110461780918d29cf163fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/78198f1c6110461780918d29cf163fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/78198f1c6110461780918d29cf163fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/78198f1c6110461780918d29cf163fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/78198f1c6110461780918d29cf163fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/78198f1c6110461780918d29cf163fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/78198f1c6110461780918d29cf163fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/78198f1c6110461780918d29cf163fdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/78198f1c6110461780918d29cf163fdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/78198f1c6110461780918d29cf163fdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-68dad0df-e950-4b6-user", "id": "485448ae7e524ffabee36c0e3c2216c6"}, "audit_ids": ["D9xCS6DCTH2y-kyhlN0GjA"], "issued_at": "2018-12-03T16:53:49.000000Z"}} 2018-12-03 16:53:49,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b21a1ab139bd74ad832eb767d799f7659b5f9192" 2018-12-03 16:53:49,321 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:49 GMT Server: Apache x-openstack-request-id: req-91c033e5-48c0-41b1-a01a-f3ffd2972557 Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:49,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:49 GMT Server: Apache x-openstack-request-id: req-c93bb142-6499-4c66-84a3-cc59f26b2d0d 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:49,498 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-c93bb142-6499-4c66-84a3-cc59f26b2d0d 2018-12-03 16:53:49,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:49,526 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:49 GMT Server: Apache x-openstack-request-id: req-b4db98f1-5da9-497b-8c13-885308515099 Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:49,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:49 GMT Server: Apache x-openstack-request-id: req-0f260b96-656e-4639-b164-45c067f364df 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:49,569 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-0f260b96-656e-4639-b164-45c067f364df 2018-12-03 16:53:49,569 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack 2018-12-03 16:53:49,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:49,748 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:49 GMT Server: Apache x-openstack-request-id: req-0b6a57de-e856-40a8-829c-c86372a9eafd Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:49,938 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:53:49 GMT Server: Apache x-openstack-request-id: req-a7c5d2cc-45ee-40c2-99e7-c2bf8a6f1b73 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:53:49,938 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-a7c5d2cc-45ee-40c2-99e7-c2bf8a6f1b73 2018-12-03 16:53:49,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:50,107 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:49 GMT Server: Apache x-openstack-request-id: req-69e59ab8-d8b1-40c9-a760-dfbfa07f9af5 Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:50,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:50 GMT Server: Apache x-openstack-request-id: req-ef55f0a1-a7a6-4992-a413-2cace5fbcb1c 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "tags": null, "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:53:49Z", "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:50,747 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-ef55f0a1-a7a6-4992-a413-2cace5fbcb1c 2018-12-03 16:53:50,747 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:53:50,747 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:53:53,750 - create_stack - DEBUG - Stack status query timeout in 1196.18771696 2018-12-03 16:53:53,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:53,918 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:53 GMT Server: Apache x-openstack-request-id: req-ecac8868-b6d5-4cee-9842-bed58253949c Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:53,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:53 GMT Server: Apache x-openstack-request-id: req-1d3074e8-84de-4601-be4d-36564927a34b 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "tags": null, "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:53:49Z", "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:53,945 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-1d3074e8-84de-4601-be4d-36564927a34b 2018-12-03 16:53:53,945 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:53:53,945 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:53:56,948 - create_stack - DEBUG - Stack status query timeout in 1192.98976803 2018-12-03 16:53:56,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:53:56,979 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:53:56 GMT Server: Apache x-openstack-request-id: req-7aa4bfa0-94ad-4daf-8fa8-8ee96da1510a Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:53:57,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:53:56 GMT Server: Apache x-openstack-request-id: req-024e1f20-f33e-4269-934a-fd63ff39450e 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "tags": null, "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:53:49Z", "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:53:57,005 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-024e1f20-f33e-4269-934a-fd63ff39450e 2018-12-03 16:53:57,005 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:53:57,006 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:54:00,009 - create_stack - DEBUG - Stack status query timeout in 1189.92944694 2018-12-03 16:54:00,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:54:00,037 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:00 GMT Server: Apache x-openstack-request-id: req-e0a7775d-c225-4e94-819c-e53b20b29625 Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:00,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:00 GMT Server: Apache x-openstack-request-id: req-6ef93e5e-fae4-4c2d-bc71-e936dcd9de81 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "tags": null, "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:53:49Z", "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:00,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-6ef93e5e-fae4-4c2d-bc71-e936dcd9de81 2018-12-03 16:54:00,063 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:54:00,063 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:54:03,066 - create_stack - DEBUG - Stack status query timeout in 1186.87197208 2018-12-03 16:54:03,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:54:03,240 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:03 GMT Server: Apache x-openstack-request-id: req-6a36c795-191a-475d-93bd-ffbb8c1974a5 Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:03,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:03 GMT Server: Apache x-openstack-request-id: req-9ca726b0-15dd-4afe-8a01-465f9fbef5dd 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": "78198f1c6110461780918d29cf163fdd", "OS::stack_id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "image_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image", "inst_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-inst", "subnet_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-subnet", "flavor_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-flavor-name", "net_name": "CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-net"}, "deletion_time": "2018-12-03T16:54:01Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack", "stack_user_project_id": "4f219d46e2344550817536563c00d8d7", "tags": null, "creation_time": "2018-12-03T16:53:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T16:53:49Z", "id": "590f8fa2-e1a6-48af-8f6f-0034206bfef4", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:03,265 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-9ca726b0-15dd-4afe-8a01-465f9fbef5dd 2018-12-03 16:54:03,266 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-03 16:54:03,266 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack 2018-12-03 16:54:03,266 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack 2018-12-03 16:54:03,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/590f8fa2-e1a6-48af-8f6f-0034206bfef4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb12cafbec1a508d14f2ff866669932df7604293" 2018-12-03 16:54:03,295 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:03 GMT Server: Apache x-openstack-request-id: req-a2cab371-ed45-462d-83e2-0a87880adcc8 Location: http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:03,322 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:54:03 GMT Server: Apache x-openstack-request-id: req-01b1c2c6-ad39-4ffc-b2ae-b81a35a8be63 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-03 16:54:03,323 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/78198f1c6110461780918d29cf163fdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-stack/590f8fa2-e1a6-48af-8f6f-0034206bfef4 used request id req-01b1c2c6-ad39-4ffc-b2ae-b81a35a8be63 2018-12-03 16:54:03,323 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-abcf6d10-50fc-4a2d-a0a8-27d3f2ff918f-image 2018-12-03 16:54:03,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eaf5e9840eb8dbd4e1c21424fd8ec2aaba6d4ba3" 2018-12-03 16:54:05,233 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3345ee53-ecaf-41ae-9e4d-2b38d4e8e281 Date: Mon, 03 Dec 2018 16:54:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:54:05,233 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/86e9bc72-676f-4030-81fb-6d6233617fbb used request id req-3345ee53-ecaf-41ae-9e4d-2b38d4e8e281 2018-12-03 16:54:05,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/3d4c1426-024b-4f22-abfd-a426648df18f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c2e9ec476f0dfa4de246e606d78c14e2537ef9d" 2018-12-03 16:54:05,271 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-8954c89c-e657-41ad-8976-b913a9851705 x-compute-request-id: req-8954c89c-e657-41ad-8976-b913a9851705 Content-Length: 0 Content-Type: application/json 2018-12-03 16:54:05,271 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/3d4c1426-024b-4f22-abfd-a426648df18f used request id req-8954c89c-e657-41ad-8976-b913a9851705 2018-12-03 16:54:05,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:54:05,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8b60a610-1ce9-4ffb-bf08-a32651220670 Date: Mon, 03 Dec 2018 16:54:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "78198f1c6110461780918d29cf163fdd", "created_at": "2018-12-03T16:53:28Z", "updated_at": "2018-12-03T16:53:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:53:28Z", "revision_number": 0, "id": "0386ce4a-88ff-43ad-954e-4e1b8bc78497", "remote_group_id": "84a1afc4-5e87-450d-a4aa-1b9db6ba732e", "remote_ip_prefix": null, "created_at": "2018-12-03T16:53:28Z", "security_group_id": "84a1afc4-5e87-450d-a4aa-1b9db6ba732e", "tenant_id": "78198f1c6110461780918d29cf163fdd", "port_range_min": null, "ethertype": "IPv4", "project_id": "78198f1c6110461780918d29cf163fdd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:53:28Z", "revision_number": 0, "id": "74b386db-ce0a-45ed-a8ee-0802b1d2e296", "remote_group_id": "84a1afc4-5e87-450d-a4aa-1b9db6ba732e", "remote_ip_prefix": null, "created_at": "2018-12-03T16:53:28Z", "security_group_id": "84a1afc4-5e87-450d-a4aa-1b9db6ba732e", "tenant_id": "78198f1c6110461780918d29cf163fdd", "port_range_min": null, "ethertype": "IPv6", "project_id": "78198f1c6110461780918d29cf163fdd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:53:28Z", "revision_number": 0, "id": "827b1a25-70ae-4e16-840b-acd59a72fd50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:53:28Z", "security_group_id": "84a1afc4-5e87-450d-a4aa-1b9db6ba732e", "tenant_id": "78198f1c6110461780918d29cf163fdd", "port_range_min": null, "ethertype": "IPv4", "project_id": "78198f1c6110461780918d29cf163fdd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:53:28Z", "revision_number": 0, "id": "95521116-cfc2-4cb3-9d46-56b3da2e3291", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:53:28Z", "security_group_id": "84a1afc4-5e87-450d-a4aa-1b9db6ba732e", "tenant_id": "78198f1c6110461780918d29cf163fdd", "port_range_min": null, "ethertype": "IPv6", "project_id": "78198f1c6110461780918d29cf163fdd"}], "revision_number": 4, "project_id": "78198f1c6110461780918d29cf163fdd", "id": "84a1afc4-5e87-450d-a4aa-1b9db6ba732e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:54:05,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-8b60a610-1ce9-4ffb-bf08-a32651220670 2018-12-03 16:54:05,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:54:05,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fa7c575-e6c0-4d37-8cba-0559d7189572 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:54:05,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-3fa7c575-e6c0-4d37-8cba-0559d7189572 2018-12-03 16:54:05,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:54:05,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac2c9abe-97a5-42b1-a6c0-b8d7bf8c41f2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:54:05,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-ac2c9abe-97a5-42b1-a6c0-b8d7bf8c41f2 2018-12-03 16:54:05,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:54:05,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edaa8c45-e52d-46ed-9ff2-3cfbade9c087 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd"}, "enabled": true, "id": "78198f1c6110461780918d29cf163fdd", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-68dad0df-e950-4b6-proj"}} 2018-12-03 16:54:05,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd used request id req-edaa8c45-e52d-46ed-9ff2-3cfbade9c087 2018-12-03 16:54:05,764 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84a1afc4-5e87-450d-a4aa-1b9db6ba732e 2018-12-03 16:54:05,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=84a1afc4-5e87-450d-a4aa-1b9db6ba732e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:54:05,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1a3a3a2d-2180-4fed-bc2e-852cac6e11cc Date: Mon, 03 Dec 2018 16:54:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "84a1afc4-5e87-450d-a4aa-1b9db6ba732e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:53:28Z", "security_group_id": "84a1afc4-5e87-450d-a4aa-1b9db6ba732e", "port_range_min": null, "revision_number": 0, "tenant_id": "78198f1c6110461780918d29cf163fdd", "created_at": "2018-12-03T16:53:28Z", "project_id": "78198f1c6110461780918d29cf163fdd", "id": "0386ce4a-88ff-43ad-954e-4e1b8bc78497"}, {"remote_group_id": "84a1afc4-5e87-450d-a4aa-1b9db6ba732e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:53:28Z", "security_group_id": "84a1afc4-5e87-450d-a4aa-1b9db6ba732e", "port_range_min": null, "revision_number": 0, "tenant_id": "78198f1c6110461780918d29cf163fdd", "created_at": "2018-12-03T16:53:28Z", "project_id": "78198f1c6110461780918d29cf163fdd", "id": "74b386db-ce0a-45ed-a8ee-0802b1d2e296"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:53:28Z", "security_group_id": "84a1afc4-5e87-450d-a4aa-1b9db6ba732e", "port_range_min": null, "revision_number": 0, "tenant_id": "78198f1c6110461780918d29cf163fdd", "created_at": "2018-12-03T16:53:28Z", "project_id": "78198f1c6110461780918d29cf163fdd", "id": "827b1a25-70ae-4e16-840b-acd59a72fd50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:53:28Z", "security_group_id": "84a1afc4-5e87-450d-a4aa-1b9db6ba732e", "port_range_min": null, "revision_number": 0, "tenant_id": "78198f1c6110461780918d29cf163fdd", "created_at": "2018-12-03T16:53:28Z", "project_id": "78198f1c6110461780918d29cf163fdd", "id": "95521116-cfc2-4cb3-9d46-56b3da2e3291"}]} 2018-12-03 16:54:05,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=84a1afc4-5e87-450d-a4aa-1b9db6ba732e used request id req-1a3a3a2d-2180-4fed-bc2e-852cac6e11cc 2018-12-03 16:54:05,950 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:54:05,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/84a1afc4-5e87-450d-a4aa-1b9db6ba732e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:54:06,374 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff6e1fbb-2047-4208-b9ce-a38ef66c9558 Content-Length: 0 Date: Mon, 03 Dec 2018 16:54:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:54:06,374 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/84a1afc4-5e87-450d-a4aa-1b9db6ba732e used request id req-ff6e1fbb-2047-4208-b9ce-a38ef66c9558 2018-12-03 16:54:06,375 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-68dad0df-e950-4b6-proj 2018-12-03 16:54:06,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:54:06,631 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:54:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6692d995-87a9-4b44-9603-1f87f5824241 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:54:06,631 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/78198f1c6110461780918d29cf163fdd used request id req-6692d995-87a9-4b44-9603-1f87f5824241 2018-12-03 16:54:06,632 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-68dad0df-e950-4b6-proj-role 2018-12-03 16:54:06,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/11e6c7a048524fd18be84b2205720021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:54:06,754 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:54:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdfd8588-fb1f-4b9a-a83e-1596bb9fce03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:54:06,754 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/11e6c7a048524fd18be84b2205720021 used request id req-bdfd8588-fb1f-4b9a-a83e-1596bb9fce03 2018-12-03 16:54:06,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0919f91ee7f3639d348a43bd32ced6eef65d2e9" 2018-12-03 16:54:06,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89ddc5e3-8da5-4f59-a174-fcd545eb31bd Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:54:06,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-89ddc5e3-8da5-4f59-a174-fcd545eb31bd 2018-12-03 16:54:06,840 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-68dad0df-e950-4b6-user 2018-12-03 16:54:06,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/485448ae7e524ffabee36c0e3c2216c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bac4fa540156c69e2dd58e5d458de3e629e6e8" 2018-12-03 16:54:07,030 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:54:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a912873a-31cb-4274-b65d-f94ffd90eda0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:54:07,030 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/485448ae7e524ffabee36c0e3c2216c6 used request id req-a912873a-31cb-4274-b65d-f94ffd90eda0 2018-12-03 16:54:07,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:54:07,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:54:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["1AvaFOepRzagSr8lpWCmZA"], "issued_at": "2018-12-03T16:54:07.000000Z"}} 2018-12-03 16:54:07,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f273770e78c471f2ce47d606ace6b58d3b46d34" 2018-12-03 16:54:07,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0dc6526-3eb0-4cf3-b446-2b4d2af0fa19 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:54:07,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a0dc6526-3eb0-4cf3-b446-2b4d2af0fa19 2018-12-03 16:54:07,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:54:07,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:54:07,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:54:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["_PlPv5OOT_aU10m3a6gGhg"], "issued_at": "2018-12-03T16:54:07.000000Z"}} 2018-12-03 16:54:07,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:07,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ce7f469-c27c-44ef-ad0c-e460c691d0cb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:54:07,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9ce7f469-c27c-44ef-ad0c-e460c691d0cb 2018-12-03 16:54:07,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:54:07,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:54: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:54:07,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-68e2323c-1168-480-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:08,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f51d6f10-023c-4ead-a05c-5a8dd2283e13 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-68e2323c-1168-480-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:54:08,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-68e2323c-1168-480-proj used request id req-f51d6f10-023c-4ead-a05c-5a8dd2283e13 2018-12-03 16:54:08,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:08,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76701880-957d-42a8-b88d-9825f4ee6df0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:54:08,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-76701880-957d-42a8-b88d-9825f4ee6df0 2018-12-03 16:54:08,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-68e2323c-1168-480-proj"}}' 2018-12-03 16:54:08,324 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:54:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c54d626b-08d7-43ef-863a-4f353a666287 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2"}, "enabled": true, "id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-68e2323c-1168-480-proj"}} 2018-12-03 16:54:08,324 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-c54d626b-08d7-43ef-863a-4f353a666287 2018-12-03 16:54:08,324 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-68e2323c-1168-480-proj 2018-12-03 16:54:08,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:54:08,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:54:08,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:54:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["88KXEaofQTCbTSV4l_2j1g"], "issued_at": "2018-12-03T16:54:08.000000Z"}} 2018-12-03 16:54:08,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd53c9ec32981636dd029f8a3083a8427926f01" 2018-12-03 16:54:08,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63284753-b2d4-47f7-a8b5-20bbb9645a10 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:54:08,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-63284753-b2d4-47f7-a8b5-20bbb9645a10 2018-12-03 16:54:08,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:54:08,824 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:54: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:54:08,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd53c9ec32981636dd029f8a3083a8427926f01" 2018-12-03 16:54:08,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74255e15-52aa-4d94-a9cb-4773f3d663ea Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:54:08,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-74255e15-52aa-4d94-a9cb-4773f3d663ea 2018-12-03 16:54:08,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-68e2323c-1168-480-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd53c9ec32981636dd029f8a3083a8427926f01" 2018-12-03 16:54:08,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac269463-af21-4318-b7f0-55c3c4dfab93 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-68e2323c-1168-480-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2"}, "enabled": true, "id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-68e2323c-1168-480-proj"}]} 2018-12-03 16:54:08,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-68e2323c-1168-480-proj used request id req-ac269463-af21-4318-b7f0-55c3c4dfab93 2018-12-03 16:54:08,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd53c9ec32981636dd029f8a3083a8427926f01" 2018-12-03 16:54:08,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1054f784-3aa8-4936-b8d1-79fb9edd3dbd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:54:08,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-1054f784-3aa8-4936-b8d1-79fb9edd3dbd 2018-12-03 16:54:09,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd53c9ec32981636dd029f8a3083a8427926f01" 2018-12-03 16:54:09,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97ae9cc9-ccfc-458c-8768-8e2e9a2087a3 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:54:09,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-97ae9cc9-ccfc-458c-8768-8e2e9a2087a3 2018-12-03 16:54:09,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-68e2323c-1168-480-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd53c9ec32981636dd029f8a3083a8427926f01" 2018-12-03 16:54:09,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02ae23d5-c826-43c4-aca6-59669c53403a Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-68e2323c-1168-480-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2"}, "enabled": true, "id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-68e2323c-1168-480-proj"}]} 2018-12-03 16:54:09,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-68e2323c-1168-480-proj used request id req-02ae23d5-c826-43c4-aca6-59669c53403a 2018-12-03 16:54:09,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/cac837cfab664f6b92b9ae35800b1dad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd53c9ec32981636dd029f8a3083a8427926f01" 2018-12-03 16:54:09,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d15ad68d-62b0-4425-ab1e-35ec532c9468 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-68e2323c-1168-480-user", "links": {"self": "http://172.30.9.30:5000/v3/users/cac837cfab664f6b92b9ae35800b1dad"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "id": "cac837cfab664f6b92b9ae35800b1dad", "password_expires_at": null}} 2018-12-03 16:54:09,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/cac837cfab664f6b92b9ae35800b1dad used request id req-d15ad68d-62b0-4425-ab1e-35ec532c9468 2018-12-03 16:54:09,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2/users/cac837cfab664f6b92b9ae35800b1dad/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd53c9ec32981636dd029f8a3083a8427926f01" 2018-12-03 16:54:09,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d4b4a1a-4aa3-460d-86ef-f573f4ab23cf Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2/users/cac837cfab664f6b92b9ae35800b1dad/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 16:54:09,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2/users/cac837cfab664f6b92b9ae35800b1dad/roles used request id req-0d4b4a1a-4aa3-460d-86ef-f573f4ab23cf 2018-12-03 16:54:09,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd53c9ec32981636dd029f8a3083a8427926f01" 2018-12-03 16:54:09,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f935f95c-ddea-4fa5-b427-85db17694b4e Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:54:09,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-f935f95c-ddea-4fa5-b427-85db17694b4e 2018-12-03 16:54:09,937 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-68e2323c-1168-480-proj 2018-12-03 16:54:09,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2/users/cac837cfab664f6b92b9ae35800b1dad/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd53c9ec32981636dd029f8a3083a8427926f01" 2018-12-03 16:54:10,002 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62841756-7329-43f0-a742-360f095d0127 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:54:10,002 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2/users/cac837cfab664f6b92b9ae35800b1dad/roles/84a2554f97b2457082c443c3960fe29d used request id req-62841756-7329-43f0-a742-360f095d0127 2018-12-03 16:54:10,002 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-68e2323c-1168-480-user 2018-12-03 16:54:10,002 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:54:10,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:10,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fb94174-0b4a-49e5-a4f4-1b87e3cd126e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:54:10,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7fb94174-0b4a-49e5-a4f4-1b87e3cd126e 2018-12-03 16:54:10,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" -d '{"role": {"name": "CreateStackSuccessTests-68e2323c-1168-480-proj-role"}}' 2018-12-03 16:54:10,209 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8e36202-5734-487f-9646-37073934018a Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7f5aeaab2f424bde95e6632ee50c992f", "links": {"self": "http://172.30.9.30:5000/v3/roles/7f5aeaab2f424bde95e6632ee50c992f"}, "name": "CreateStackSuccessTests-68e2323c-1168-480-proj-role"}} 2018-12-03 16:54:10,209 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-a8e36202-5734-487f-9646-37073934018a 2018-12-03 16:54:10,209 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-68e2323c-1168-480-proj-role 2018-12-03 16:54:10,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/7f5aeaab2f424bde95e6632ee50c992f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:10,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f90577f-ab29-43f8-9172-e87c562195ab Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/7f5aeaab2f424bde95e6632ee50c992f"}, "domain_id": null, "name": "CreateStackSuccessTests-68e2323c-1168-480-proj-role", "id": "7f5aeaab2f424bde95e6632ee50c992f"}} 2018-12-03 16:54:10,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/7f5aeaab2f424bde95e6632ee50c992f used request id req-7f90577f-ab29-43f8-9172-e87c562195ab 2018-12-03 16:54:10,302 - keystone_utils - INFO - Granting role CreateStackSuccessTests-68e2323c-1168-480-proj-role to project CreateStackSuccessTests-68e2323c-1168-480-proj 2018-12-03 16:54:10,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2/users/cac837cfab664f6b92b9ae35800b1dad/roles/7f5aeaab2f424bde95e6632ee50c992f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:10,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a18b9fb-4336-4cde-992d-09decfe8205b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:54:10,445 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2/users/cac837cfab664f6b92b9ae35800b1dad/roles/7f5aeaab2f424bde95e6632ee50c992f used request id req-1a18b9fb-4336-4cde-992d-09decfe8205b 2018-12-03 16:54:10,446 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:54:10,446 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:54:10,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:54:10,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:54:10,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f5aeaab2f424bde95e6632ee50c992f", "name": "CreateStackSuccessTests-68e2323c-1168-480-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:54:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "name": "CreateStackSuccessTests-68e2323c-1168-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-68e2323c-1168-480-user", "id": "cac837cfab664f6b92b9ae35800b1dad"}, "audit_ids": ["2WNJ5pukRhKE4Xo1V48_AQ"], "issued_at": "2018-12-03T16:54:10.000000Z"}} 2018-12-03 16:54:10,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f18eb7480fe9ff7c15ec7f31767c3a2a2f065f13" 2018-12-03 16:54:10,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de43b2bd-dfa8-455c-928a-4aa11f9dba0e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:54:10,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-de43b2bd-dfa8-455c-928a-4aa11f9dba0e 2018-12-03 16:54:10,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f18eb7480fe9ff7c15ec7f31767c3a2a2f065f13" 2018-12-03 16:54:11,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-823c54bb-59d8-42d4-967d-af9c80b0136a Date: Mon, 03 Dec 2018 16:54:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image"} 2018-12-03 16:54:11,167 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image used request id req-823c54bb-59d8-42d4-967d-af9c80b0136a 2018-12-03 16:54:11,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f18eb7480fe9ff7c15ec7f31767c3a2a2f065f13" 2018-12-03 16:54:11,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e38b39b7-e5f4-464a-ad85-3b2aca234bbf Date: Mon, 03 Dec 2018 16:54: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-12-03 16:54:11,324 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e38b39b7-e5f4-464a-ad85-3b2aca234bbf 2018-12-03 16:54:11,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f18eb7480fe9ff7c15ec7f31767c3a2a2f065f13" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image"}' 2018-12-03 16:54:11,565 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710 X-Openstack-Request-Id: req-b6441dc5-1b67-4b06-9b02-80768c5c6cf0 Date: Mon, 03 Dec 2018 16:54:11 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:54:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:54:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710", "min_disk": 0, "protected": false, "id": "7b003202-ff14-44bd-ac88-fe73315f8710", "file": "/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710/file", "checksum": null, "owner": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:54:11,565 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-b6441dc5-1b67-4b06-9b02-80768c5c6cf0 2018-12-03 16:54:11,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f18eb7480fe9ff7c15ec7f31767c3a2a2f065f13" -d '' 2018-12-03 16:54:12,783 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-96975b03-a631-4015-b466-eede8ef79044 Date: Mon, 03 Dec 2018 16:54:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:54:12,784 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710/file used request id req-96975b03-a631-4015-b466-eede8ef79044 2018-12-03 16:54:12,784 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:54:12,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f18eb7480fe9ff7c15ec7f31767c3a2a2f065f13" 2018-12-03 16:54:12,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-e3b5a4a0-4e6e-40b1-aac5-0ba25711c665 Date: Mon, 03 Dec 2018 16:54:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:54:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:54:12Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/7b003202-ff14-44bd-ac88-fe73315f8710/snap", "metadata": {}}], "self": "/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710", "min_disk": 0, "protected": false, "id": "7b003202-ff14-44bd-ac88-fe73315f8710", "file": "/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/7b003202-ff14-44bd-ac88-fe73315f8710/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:54:12,970 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710 used request id req-e3b5a4a0-4e6e-40b1-aac5-0ba25711c665 2018-12-03 16:54:12,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f18eb7480fe9ff7c15ec7f31767c3a2a2f065f13" 2018-12-03 16:54:13,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-616fe9ab-85e2-4cdd-8b35-97fcc0ce2769 Date: Mon, 03 Dec 2018 16:54: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-12-03 16:54:13,132 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-616fe9ab-85e2-4cdd-8b35-97fcc0ce2769 2018-12-03 16:54:13,135 - create_image - INFO - Created image with name - CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image 2018-12-03 16:54:13,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f18eb7480fe9ff7c15ec7f31767c3a2a2f065f13" 2018-12-03 16:54:13,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-5efc52e9-a756-47de-9b04-4a70cb849b60 Date: Mon, 03 Dec 2018 16:54:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:54:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:54:12Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/7b003202-ff14-44bd-ac88-fe73315f8710/snap", "metadata": {}}], "self": "/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710", "min_disk": 0, "protected": false, "id": "7b003202-ff14-44bd-ac88-fe73315f8710", "file": "/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/7b003202-ff14-44bd-ac88-fe73315f8710/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:54:13,321 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710 used request id req-5efc52e9-a756-47de-9b04-4a70cb849b60 2018-12-03 16:54:13,322 - create_image - DEBUG - Instance status is - active 2018-12-03 16:54:13,322 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image 2018-12-03 16:54:13,322 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image 2018-12-03 16:54:13,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:54:13,323 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:54:13,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:54:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["IQQZLizSSwSCda2pVXsvLA"], "issued_at": "2018-12-03T16:54:13.000000Z"}} 2018-12-03 16:54:13,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177f840d22aaa402d1361a0d4fcd09ae8cc45c82" 2018-12-03 16:54:13,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7fc1073-29c4-41e1-94dd-7263f88da125 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:54:13,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b7fc1073-29c4-41e1-94dd-7263f88da125 2018-12-03 16:54:13,790 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:54:13,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177f840d22aaa402d1361a0d4fcd09ae8cc45c82" 2018-12-03 16:54:13,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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 x-openstack-request-id: req-a1c01c35-f9d1-4ba3-a239-55319fadc049 x-compute-request-id: req-a1c01c35-f9d1-4ba3-a239-55319fadc049 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:54:13,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a1c01c35-f9d1-4ba3-a239-55319fadc049 2018-12-03 16:54:13,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177f840d22aaa402d1361a0d4fcd09ae8cc45c82" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-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-12-03 16:54:14,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-166f6210-127e-4591-ba7f-6e5836193ad3 x-compute-request-id: req-166f6210-127e-4591-ba7f-6e5836193ad3 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f2128573-d204-44e2-b520-e51a38699714", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f2128573-d204-44e2-b520-e51a38699714", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f2128573-d204-44e2-b520-e51a38699714", "name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:54:14,048 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-166f6210-127e-4591-ba7f-6e5836193ad3 2018-12-03 16:54:14,049 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:54:14,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:54:14,431 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f5aeaab2f424bde95e6632ee50c992f", "name": "CreateStackSuccessTests-68e2323c-1168-480-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:54:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "name": "CreateStackSuccessTests-68e2323c-1168-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-68e2323c-1168-480-user", "id": "cac837cfab664f6b92b9ae35800b1dad"}, "audit_ids": ["9Kb0O7a-SCi8EmZKw7HJzQ"], "issued_at": "2018-12-03T16:54:14.000000Z"}} 2018-12-03 16:54:14,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:14,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6da06f68-d68c-4cae-bd9f-880a76e00c9f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:54:14,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6da06f68-d68c-4cae-bd9f-880a76e00c9f 2018-12-03 16:54:14,506 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:54:14,509 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:54:14,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:14,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:14 GMT Server: Apache x-openstack-request-id: req-76794fcc-f9d4-464f-bb98-eb97d49a9942 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 16:54:14,688 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack used request id req-76794fcc-f9d4-464f-bb98-eb97d49a9942 2018-12-03 16:54:14,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-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-dd62af8e-b758-430a-8b55-eea3017031e5-net", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name"}}' 2018-12-03 16:54:16,833 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:54:14 GMT Server: Apache x-openstack-request-id: req-001b5cc8-3832-4c32-9444-cc4361b95ea3 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}]}} 2018-12-03 16:54:16,833 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks used request id req-001b5cc8-3832-4c32-9444-cc4361b95ea3 2018-12-03 16:54:16,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:17,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:16 GMT Server: Apache x-openstack-request-id: req-98b02795-6c9f-4580-86ff-72eb9f29e9a0 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:17,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:17 GMT Server: Apache x-openstack-request-id: req-9492d43b-4fb4-4f9d-b78f-04eac39c935b 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": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "OS::stack_id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "net_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-net", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:17,193 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-9492d43b-4fb4-4f9d-b78f-04eac39c935b 2018-12-03 16:54:17,193 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack 2018-12-03 16:54:17,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:17,369 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:17 GMT Server: Apache x-openstack-request-id: req-a3fdd373-d464-4d62-8a20-cb566370aaf6 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:17,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:17 GMT Server: Apache x-openstack-request-id: req-c35fc469-5b27-47d1-97e9-3ea6701482d9 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": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "OS::stack_id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "net_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-net", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:17,550 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-c35fc469-5b27-47d1-97e9-3ea6701482d9 2018-12-03 16:54:17,550 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:54:17,550 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:54:20,554 - create_stack - DEBUG - Stack status query timeout in 1196.64012694 2018-12-03 16:54:20,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:20,583 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:20 GMT Server: Apache x-openstack-request-id: req-ddd58c07-f22b-4f20-afa3-91267b205293 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:20,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:20 GMT Server: Apache x-openstack-request-id: req-5540f083-40bb-460c-9b83-487f815aec44 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": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "OS::stack_id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "net_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-net", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:20,625 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-5540f083-40bb-460c-9b83-487f815aec44 2018-12-03 16:54:20,625 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:54:20,625 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:54:23,628 - create_stack - DEBUG - Stack status query timeout in 1193.56529593 2018-12-03 16:54:23,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:23,805 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:23 GMT Server: Apache x-openstack-request-id: req-18116c6a-e038-4a47-a828-be04d38a57a6 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:23,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:23 GMT Server: Apache x-openstack-request-id: req-6aea596e-d13d-41c4-9573-1686dec249c8 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": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "OS::stack_id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "net_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-net", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:23,990 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-6aea596e-d13d-41c4-9573-1686dec249c8 2018-12-03 16:54:23,991 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:54:23,991 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:54:26,994 - create_stack - DEBUG - Stack status query timeout in 1190.19988608 2018-12-03 16:54:26,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:27,169 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:27 GMT Server: Apache x-openstack-request-id: req-1ba622ca-b0df-4056-abac-2b16e07e5d58 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:27,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:27 GMT Server: Apache x-openstack-request-id: req-0998fd51-6b54-4ef4-8f50-1628777bbaea 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": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "OS::stack_id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "net_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-net", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:27,212 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-0998fd51-6b54-4ef4-8f50-1628777bbaea 2018-12-03 16:54:27,212 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:54:27,212 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:54:30,215 - create_stack - DEBUG - Stack status query timeout in 1186.97821188 2018-12-03 16:54:30,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:30,245 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:30 GMT Server: Apache x-openstack-request-id: req-d5a875af-d24b-43c3-a45e-6d25f4ba039f Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:30,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:30 GMT Server: Apache x-openstack-request-id: req-d77669bf-c449-4f74-975e-6050359d08ae 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": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "OS::stack_id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "net_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-net", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:30,428 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-d77669bf-c449-4f74-975e-6050359d08ae 2018-12-03 16:54:30,428 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:54:30,428 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:54:33,431 - create_stack - DEBUG - Stack status query timeout in 1183.76230407 2018-12-03 16:54:33,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:33,460 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:33 GMT Server: Apache x-openstack-request-id: req-9845197a-c893-499a-b3e6-1f46d820f4b2 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:33,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:33 GMT Server: Apache x-openstack-request-id: req-6a3b1267-e036-4f72-a1ad-b77bedc70c56 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": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "OS::stack_id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "net_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-net", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:33,650 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-6a3b1267-e036-4f72-a1ad-b77bedc70c56 2018-12-03 16:54:33,651 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-03 16:54:33,651 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack 2018-12-03 16:54:33,651 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack 2018-12-03 16:54:33,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:54:34,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f5aeaab2f424bde95e6632ee50c992f", "name": "CreateStackSuccessTests-68e2323c-1168-480-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:54:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "name": "CreateStackSuccessTests-68e2323c-1168-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-68e2323c-1168-480-user", "id": "cac837cfab664f6b92b9ae35800b1dad"}, "audit_ids": ["sKONxtekSLuuIEPB_zJB4A"], "issued_at": "2018-12-03T16:54:34.000000Z"}} 2018-12-03 16:54:34,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd26de056b79b8dc71389ca86ebd95297f7c9160" 2018-12-03 16:54:34,205 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:34 GMT Server: Apache x-openstack-request-id: req-ce0222a9-5288-4627-9fed-3c84ec3455fa Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:34,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:34 GMT Server: Apache x-openstack-request-id: req-abca5acc-866e-4816-9b6f-9644ba7ed59f 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": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "OS::stack_id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "net_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-net", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:34,520 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-abca5acc-866e-4816-9b6f-9644ba7ed59f 2018-12-03 16:54:34,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:34,696 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:34 GMT Server: Apache x-openstack-request-id: req-612b3ec6-a1ad-4ed8-9245-69372504c652 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:34,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:34 GMT Server: Apache x-openstack-request-id: req-659ca7f3-26f6-4e1e-9ab0-4593cbee35dc 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": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "OS::stack_id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "net_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-net", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:34,893 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-659ca7f3-26f6-4e1e-9ab0-4593cbee35dc 2018-12-03 16:54:34,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:54:34,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:54:35,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f5aeaab2f424bde95e6632ee50c992f", "name": "CreateStackSuccessTests-68e2323c-1168-480-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:54:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "name": "CreateStackSuccessTests-68e2323c-1168-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-68e2323c-1168-480-user", "id": "cac837cfab664f6b92b9ae35800b1dad"}, "audit_ids": ["06qj1z5gSg6TZXja-cjvVQ"], "issued_at": "2018-12-03T16:54:35.000000Z"}} 2018-12-03 16:54:35,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e7fd93dd9064a1a995b17b9718e54c56af56a9" 2018-12-03 16:54:35,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56f1d898-54f3-43c3-a186-afe624117e78 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:54:35,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-56f1d898-54f3-43c3-a186-afe624117e78 2018-12-03 16:54:35,359 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:54:35,362 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:54:35,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e7fd93dd9064a1a995b17b9718e54c56af56a9" 2018-12-03 16:54:35,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:35 GMT Server: Apache x-openstack-request-id: req-d1652bfd-bf0d-4447-8c74-297c3007de7d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "deletion_time": null, "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "tags": null}]} 2018-12-03 16:54:35,547 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack used request id req-d1652bfd-bf0d-4447-8c74-297c3007de7d 2018-12-03 16:54:35,548 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack 2018-12-03 16:54:35,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e7fd93dd9064a1a995b17b9718e54c56af56a9" 2018-12-03 16:54:35,728 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:35 GMT Server: Apache x-openstack-request-id: req-8d0fb3bd-892d-474a-9c19-3256b60130e3 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:35,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:35 GMT Server: Apache x-openstack-request-id: req-64c41a79-0d46-4f12-9251-6906b8664911 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": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "OS::stack_id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "net_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-net", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:35,916 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-64c41a79-0d46-4f12-9251-6906b8664911 2018-12-03 16:54:35,917 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack 2018-12-03 16:54:35,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:36,085 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:35 GMT Server: Apache x-openstack-request-id: req-d59e3cd2-b165-4aca-b46e-3c801ecfdc84 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:36,681 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:54:36 GMT Server: Apache x-openstack-request-id: req-61916be1-98ce-4446-b92a-5f2cafff3cb2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:54:36,681 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-61916be1-98ce-4446-b92a-5f2cafff3cb2 2018-12-03 16:54:36,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:36,928 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:36 GMT Server: Apache x-openstack-request-id: req-f7ae3716-49c7-4c8a-bc4c-3ada13659279 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:37,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:36 GMT Server: Apache x-openstack-request-id: req-5b10580d-2fd9-4950-98c1-02288965f2cd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "OS::stack_id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name", "net_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "tags": null, "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:54:36Z", "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:37,123 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-5b10580d-2fd9-4950-98c1-02288965f2cd 2018-12-03 16:54:37,124 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:54:37,124 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:54:40,127 - create_stack - DEBUG - Stack status query timeout in 1196.55457306 2018-12-03 16:54:40,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:40,157 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:40 GMT Server: Apache x-openstack-request-id: req-96e548c3-bc9f-4418-af9b-cb70455e7f70 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:40,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:40 GMT Server: Apache x-openstack-request-id: req-3dda2bb5-a746-4bea-ac1b-223038ee3096 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "OS::stack_id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name", "net_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "tags": null, "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:54:36Z", "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:40,183 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-3dda2bb5-a746-4bea-ac1b-223038ee3096 2018-12-03 16:54:40,184 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:54:40,184 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:54:43,187 - create_stack - DEBUG - Stack status query timeout in 1193.49479198 2018-12-03 16:54:43,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:43,218 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:43 GMT Server: Apache x-openstack-request-id: req-9d81f1f0-315a-417e-abe7-518f55deb388 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:43,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:43 GMT Server: Apache x-openstack-request-id: req-a678fa4e-fe45-40ce-bae5-c3243055de0e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "OS::stack_id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name", "net_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "tags": null, "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:54:36Z", "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:43,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-a678fa4e-fe45-40ce-bae5-c3243055de0e 2018-12-03 16:54:43,244 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:54:43,244 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:54:46,247 - create_stack - DEBUG - Stack status query timeout in 1190.43479013 2018-12-03 16:54:46,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:46,277 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:46 GMT Server: Apache x-openstack-request-id: req-5275eeec-c841-4274-a8e3-a7e9d3dd1798 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:46,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:46 GMT Server: Apache x-openstack-request-id: req-3e8ee82f-dab0-4678-b440-eb12d3194722 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": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "OS::stack_id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "image_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image", "inst_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-inst", "subnet_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-subnet", "flavor_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-flavor-name", "net_name": "CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack", "stack_user_project_id": "36b8dd5fb34a49cd9d0b4925dd8f0314", "tags": null, "creation_time": "2018-12-03T16:54:16Z", "links": [{"href": "http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T16:54:36Z", "id": "58e8c4e7-001e-4400-a56a-89c7415ad1f2", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:54:46,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-3e8ee82f-dab0-4678-b440-eb12d3194722 2018-12-03 16:54:46,303 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-03 16:54:46,303 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack 2018-12-03 16:54:46,303 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack 2018-12-03 16:54:46,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/58e8c4e7-001e-4400-a56a-89c7415ad1f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}200a4b919890fe749d927d6c6c6fa2a38f7eec06" 2018-12-03 16:54:46,334 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:46 GMT Server: Apache x-openstack-request-id: req-b2e8d002-cb29-4c91-9fbe-9a202881a2e7 Location: http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:54:46,360 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:54:46 GMT Server: Apache x-openstack-request-id: req-25917266-d3f1-412b-8156-dc81ce7d16f7 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-03 16:54:46,360 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/95f28ae2ae2646ef9bf4af1e1c4bf2f2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-stack/58e8c4e7-001e-4400-a56a-89c7415ad1f2 used request id req-25917266-d3f1-412b-8156-dc81ce7d16f7 2018-12-03 16:54:46,361 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-dd62af8e-b758-430a-8b55-eea3017031e5-image 2018-12-03 16:54:46,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f18eb7480fe9ff7c15ec7f31767c3a2a2f065f13" 2018-12-03 16:54:48,215 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c087ca5a-28d2-45ed-ad87-9f7e8a7e935e Date: Mon, 03 Dec 2018 16:54:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:54:48,215 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/7b003202-ff14-44bd-ac88-fe73315f8710 used request id req-c087ca5a-28d2-45ed-ad87-9f7e8a7e935e 2018-12-03 16:54:48,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/f2128573-d204-44e2-b520-e51a38699714 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177f840d22aaa402d1361a0d4fcd09ae8cc45c82" 2018-12-03 16:54:48,258 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:54: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-e985625e-2bd4-4146-a873-787be7939b03 x-compute-request-id: req-e985625e-2bd4-4146-a873-787be7939b03 Content-Length: 0 Content-Type: application/json 2018-12-03 16:54:48,259 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/f2128573-d204-44e2-b520-e51a38699714 used request id req-e985625e-2bd4-4146-a873-787be7939b03 2018-12-03 16:54:48,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:48,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-10d6cb52-da1a-44be-a0ec-3d13106ad0fb Date: Mon, 03 Dec 2018 16:54:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "created_at": "2018-12-03T16:54:17Z", "updated_at": "2018-12-03T16:54:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:54:17Z", "revision_number": 0, "id": "4bbc9a39-debf-4a5e-8fb8-f48c62486e06", "remote_group_id": "65165af6-5c4f-4b14-abe2-5f7b39268e5d", "remote_ip_prefix": null, "created_at": "2018-12-03T16:54:17Z", "security_group_id": "65165af6-5c4f-4b14-abe2-5f7b39268e5d", "tenant_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:54:17Z", "revision_number": 0, "id": "6ab89d99-1739-40ea-bbd7-eb348802f2e8", "remote_group_id": "65165af6-5c4f-4b14-abe2-5f7b39268e5d", "remote_ip_prefix": null, "created_at": "2018-12-03T16:54:17Z", "security_group_id": "65165af6-5c4f-4b14-abe2-5f7b39268e5d", "tenant_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:54:17Z", "revision_number": 0, "id": "73cb2fee-8ed4-4945-bad3-9efa603c6e0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:54:17Z", "security_group_id": "65165af6-5c4f-4b14-abe2-5f7b39268e5d", "tenant_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:54:17Z", "revision_number": 0, "id": "ba8b5883-8c39-4a46-b2a7-cab7488ece21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:54:17Z", "security_group_id": "65165af6-5c4f-4b14-abe2-5f7b39268e5d", "tenant_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2"}], "revision_number": 4, "project_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "id": "65165af6-5c4f-4b14-abe2-5f7b39268e5d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:54:48,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-10d6cb52-da1a-44be-a0ec-3d13106ad0fb 2018-12-03 16:54:48,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:48,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f464e41-442c-4caa-9fd9-ea983e00405b Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:54:48,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-3f464e41-442c-4caa-9fd9-ea983e00405b 2018-12-03 16:54:48,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:48,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-defea7b5-24aa-4a4a-bcdc-ff46f4c414f0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:54:48,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-defea7b5-24aa-4a4a-bcdc-ff46f4c414f0 2018-12-03 16:54:48,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:48,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-342c5ce4-4272-45e5-89c5-f7bf3d3eb7ce Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2"}, "enabled": true, "id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-68e2323c-1168-480-proj"}} 2018-12-03 16:54:48,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2 used request id req-342c5ce4-4272-45e5-89c5-f7bf3d3eb7ce 2018-12-03 16:54:48,764 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65165af6-5c4f-4b14-abe2-5f7b39268e5d 2018-12-03 16:54:48,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=65165af6-5c4f-4b14-abe2-5f7b39268e5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:48,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8276812c-2897-4e84-9012-964590ce12ba Date: Mon, 03 Dec 2018 16:54:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "65165af6-5c4f-4b14-abe2-5f7b39268e5d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:54:17Z", "security_group_id": "65165af6-5c4f-4b14-abe2-5f7b39268e5d", "port_range_min": null, "revision_number": 0, "tenant_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "created_at": "2018-12-03T16:54:17Z", "project_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "id": "4bbc9a39-debf-4a5e-8fb8-f48c62486e06"}, {"remote_group_id": "65165af6-5c4f-4b14-abe2-5f7b39268e5d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:54:17Z", "security_group_id": "65165af6-5c4f-4b14-abe2-5f7b39268e5d", "port_range_min": null, "revision_number": 0, "tenant_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "created_at": "2018-12-03T16:54:17Z", "project_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "id": "6ab89d99-1739-40ea-bbd7-eb348802f2e8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:54:17Z", "security_group_id": "65165af6-5c4f-4b14-abe2-5f7b39268e5d", "port_range_min": null, "revision_number": 0, "tenant_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "created_at": "2018-12-03T16:54:17Z", "project_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "id": "73cb2fee-8ed4-4945-bad3-9efa603c6e0a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:54:17Z", "security_group_id": "65165af6-5c4f-4b14-abe2-5f7b39268e5d", "port_range_min": null, "revision_number": 0, "tenant_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "created_at": "2018-12-03T16:54:17Z", "project_id": "95f28ae2ae2646ef9bf4af1e1c4bf2f2", "id": "ba8b5883-8c39-4a46-b2a7-cab7488ece21"}]} 2018-12-03 16:54:48,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=65165af6-5c4f-4b14-abe2-5f7b39268e5d used request id req-8276812c-2897-4e84-9012-964590ce12ba 2018-12-03 16:54:48,950 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:54:48,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/65165af6-5c4f-4b14-abe2-5f7b39268e5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:49,281 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dd57d1b5-9763-40ef-bb94-b1a1cd85de40 Content-Length: 0 Date: Mon, 03 Dec 2018 16:54:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:54:49,282 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/65165af6-5c4f-4b14-abe2-5f7b39268e5d used request id req-dd57d1b5-9763-40ef-bb94-b1a1cd85de40 2018-12-03 16:54:49,282 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-68e2323c-1168-480-proj 2018-12-03 16:54:49,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:49,511 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:54:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c457c3b6-8c88-4252-b967-3fae836b022f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:54:49,511 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/95f28ae2ae2646ef9bf4af1e1c4bf2f2 used request id req-c457c3b6-8c88-4252-b967-3fae836b022f 2018-12-03 16:54:49,511 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-68e2323c-1168-480-proj-role 2018-12-03 16:54:49,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/7f5aeaab2f424bde95e6632ee50c992f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:49,628 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:54:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d95b228-a09d-478b-9938-1cc0f5a072cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:54:49,628 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/7f5aeaab2f424bde95e6632ee50c992f used request id req-8d95b228-a09d-478b-9938-1cc0f5a072cf 2018-12-03 16:54:49,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7a6916b5089d3326c6393fa3ec17f897bc5d78" 2018-12-03 16:54:49,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45b89520-df10-4a0b-9c79-c16dd62252aa Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:54:49,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-45b89520-df10-4a0b-9c79-c16dd62252aa 2018-12-03 16:54:49,717 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-68e2323c-1168-480-user 2018-12-03 16:54:49,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/cac837cfab664f6b92b9ae35800b1dad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd53c9ec32981636dd029f8a3083a8427926f01" 2018-12-03 16:54:49,939 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:54:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71b0233d-9037-4a58-aaeb-a05c7f6bd6e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:54:49,939 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/cac837cfab664f6b92b9ae35800b1dad used request id req-71b0233d-9037-4a58-aaeb-a05c7f6bd6e0 2018-12-03 16:54:49,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:54:50,323 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:54:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["jG9_kdMpQXGkrZ-MeI1Sew"], "issued_at": "2018-12-03T16:54:50.000000Z"}} 2018-12-03 16:54:50,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1774f589661828951f632fe5a321ebeba210f630" 2018-12-03 16:54:50,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d4485f6-a184-4a39-bb5b-b79c7be97e5b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:54:50,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7d4485f6-a184-4a39-bb5b-b79c7be97e5b 2018-12-03 16:54:50,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:54:50,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:54:50,791 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:54:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["jmcbRY0JTQKnhOp3YWbzIA"], "issued_at": "2018-12-03T16:54:50.000000Z"}} 2018-12-03 16:54:50,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:54:50,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-117a89a0-351a-4e92-9014-31169042f931 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:54:50,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-117a89a0-351a-4e92-9014-31169042f931 2018-12-03 16:54:50,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:54:50,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:54:50,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-4e7fd70b-2333-42d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:54:50,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-645240cf-623f-4588-9574-957e8c458986 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-4e7fd70b-2333-42d-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:54:50,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-4e7fd70b-2333-42d-proj used request id req-645240cf-623f-4588-9574-957e8c458986 2018-12-03 16:54:50,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:54:51,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-113b1376-64ab-4e91-85b2-9b0af128ade5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:54:51,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-113b1376-64ab-4e91-85b2-9b0af128ade5 2018-12-03 16:54:51,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj"}}' 2018-12-03 16:54:51,179 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:54:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12e0249e-8104-4c6a-b1e7-a07f00536583 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6"}, "enabled": true, "id": "4162f4cab6964cf8bac6ec367cfa32e6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj"}} 2018-12-03 16:54:51,179 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-12e0249e-8104-4c6a-b1e7-a07f00536583 2018-12-03 16:54:51,179 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-4e7fd70b-2333-42d-proj 2018-12-03 16:54:51,180 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:54:51,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:54:51,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:54:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["hpGrBlBgQF66NYhnNj2fPA"], "issued_at": "2018-12-03T16:54:51.000000Z"}} 2018-12-03 16:54:51,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0259fb272c7474508577a7bd16a84852e9034d9b" 2018-12-03 16:54:51,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e330075-7327-43a7-a00d-9586eb8104cc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:54:51,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6e330075-7327-43a7-a00d-9586eb8104cc 2018-12-03 16:54:51,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:54:51,648 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:54: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:54:51,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0259fb272c7474508577a7bd16a84852e9034d9b" 2018-12-03 16:54:51,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30687679-0d53-4a09-9f73-32cacee372ce Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:54:51,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-30687679-0d53-4a09-9f73-32cacee372ce 2018-12-03 16:54:51,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-4e7fd70b-2333-42d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0259fb272c7474508577a7bd16a84852e9034d9b" 2018-12-03 16:54:51,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e4fc588-bc1f-48aa-a96f-393a7db42516 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-4e7fd70b-2333-42d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6"}, "enabled": true, "id": "4162f4cab6964cf8bac6ec367cfa32e6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj"}]} 2018-12-03 16:54:51,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-4e7fd70b-2333-42d-proj used request id req-5e4fc588-bc1f-48aa-a96f-393a7db42516 2018-12-03 16:54:51,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0259fb272c7474508577a7bd16a84852e9034d9b" 2018-12-03 16:54:51,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-320447ca-3d8f-42c2-8bff-19144e9d3f5f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:54:51,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-320447ca-3d8f-42c2-8bff-19144e9d3f5f 2018-12-03 16:54:52,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0259fb272c7474508577a7bd16a84852e9034d9b" 2018-12-03 16:54:52,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef647bba-6c0e-4637-945f-438607949fe1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:54:52,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ef647bba-6c0e-4637-945f-438607949fe1 2018-12-03 16:54:52,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-4e7fd70b-2333-42d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0259fb272c7474508577a7bd16a84852e9034d9b" 2018-12-03 16:54:52,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c934e957-f2f3-4b02-875d-f9e960445d0e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-4e7fd70b-2333-42d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6"}, "enabled": true, "id": "4162f4cab6964cf8bac6ec367cfa32e6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj"}]} 2018-12-03 16:54:52,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-4e7fd70b-2333-42d-proj used request id req-c934e957-f2f3-4b02-875d-f9e960445d0e 2018-12-03 16:54:52,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/84ac855e329042e89317c9c8930e021f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0259fb272c7474508577a7bd16a84852e9034d9b" 2018-12-03 16:54:52,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd4cad57-e889-4375-8603-f98181e36027 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-4e7fd70b-2333-42d-user", "links": {"self": "http://172.30.9.30:5000/v3/users/84ac855e329042e89317c9c8930e021f"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "4162f4cab6964cf8bac6ec367cfa32e6", "id": "84ac855e329042e89317c9c8930e021f", "password_expires_at": null}} 2018-12-03 16:54:52,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/84ac855e329042e89317c9c8930e021f used request id req-cd4cad57-e889-4375-8603-f98181e36027 2018-12-03 16:54:52,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6/users/84ac855e329042e89317c9c8930e021f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0259fb272c7474508577a7bd16a84852e9034d9b" 2018-12-03 16:54:52,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f3cff57-67f3-45c3-bcdb-6f817497f019 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6/users/84ac855e329042e89317c9c8930e021f/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 16:54:52,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6/users/84ac855e329042e89317c9c8930e021f/roles used request id req-0f3cff57-67f3-45c3-bcdb-6f817497f019 2018-12-03 16:54:52,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0259fb272c7474508577a7bd16a84852e9034d9b" 2018-12-03 16:54:52,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04641a6b-1d1b-44f5-97b1-cc1fd42c7287 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:54:52,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-04641a6b-1d1b-44f5-97b1-cc1fd42c7287 2018-12-03 16:54:52,648 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-4e7fd70b-2333-42d-proj 2018-12-03 16:54:52,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6/users/84ac855e329042e89317c9c8930e021f/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0259fb272c7474508577a7bd16a84852e9034d9b" 2018-12-03 16:54:52,714 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:54:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ddd7442-b718-4018-975e-3a26fa305bca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:54:52,715 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6/users/84ac855e329042e89317c9c8930e021f/roles/84a2554f97b2457082c443c3960fe29d used request id req-7ddd7442-b718-4018-975e-3a26fa305bca 2018-12-03 16:54:52,715 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-4e7fd70b-2333-42d-user 2018-12-03 16:54:52,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:54:52,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:54:52,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cf7200f-5520-420f-9092-7f9e48f94a89 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:54:52,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1cf7200f-5520-420f-9092-7f9e48f94a89 2018-12-03 16:54:52,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" -d '{"role": {"name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj-role"}}' 2018-12-03 16:54:52,916 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:54:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6aa7821e-55da-42d2-a883-365262c5005a Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "489dce3eaa96478e95e85b8fabf049d3", "links": {"self": "http://172.30.9.30:5000/v3/roles/489dce3eaa96478e95e85b8fabf049d3"}, "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj-role"}} 2018-12-03 16:54:52,916 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-6aa7821e-55da-42d2-a883-365262c5005a 2018-12-03 16:54:52,917 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-4e7fd70b-2333-42d-proj-role 2018-12-03 16:54:52,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/489dce3eaa96478e95e85b8fabf049d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:54:53,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffd53ada-6b9c-4c8c-a828-69f466e5f896 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/489dce3eaa96478e95e85b8fabf049d3"}, "domain_id": null, "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj-role", "id": "489dce3eaa96478e95e85b8fabf049d3"}} 2018-12-03 16:54:53,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/489dce3eaa96478e95e85b8fabf049d3 used request id req-ffd53ada-6b9c-4c8c-a828-69f466e5f896 2018-12-03 16:54:53,001 - keystone_utils - INFO - Granting role CreateStackSuccessTests-4e7fd70b-2333-42d-proj-role to project CreateStackSuccessTests-4e7fd70b-2333-42d-proj 2018-12-03 16:54:53,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6/users/84ac855e329042e89317c9c8930e021f/roles/489dce3eaa96478e95e85b8fabf049d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:54:53,140 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:54:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea426876-d1e8-433d-b0a6-f036302f41e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:54:53,140 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6/users/84ac855e329042e89317c9c8930e021f/roles/489dce3eaa96478e95e85b8fabf049d3 used request id req-ea426876-d1e8-433d-b0a6-f036302f41e4 2018-12-03 16:54:53,141 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:54:53,141 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:54:53,141 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:54:53,142 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:54:53,530 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "489dce3eaa96478e95e85b8fabf049d3", "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:54:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4162f4cab6964cf8bac6ec367cfa32e6", "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-user", "id": "84ac855e329042e89317c9c8930e021f"}, "audit_ids": ["OdYIUVDbQZWvV2LEfqOk3A"], "issued_at": "2018-12-03T16:54:53.000000Z"}} 2018-12-03 16:54:53,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2005dfcb98bab2ea265c7be7cc32ab1919e806c" 2018-12-03 16:54:53,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-102d8bc5-52da-449f-898a-0efe1520cf51 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:54:53,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-102d8bc5-52da-449f-898a-0efe1520cf51 2018-12-03 16:54:53,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2005dfcb98bab2ea265c7be7cc32ab1919e806c" 2018-12-03 16:54:53,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-f1424ae8-9c82-4ab0-af82-8674c01d40bb Date: Mon, 03 Dec 2018 16:54:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image"} 2018-12-03 16:54:53,790 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image used request id req-f1424ae8-9c82-4ab0-af82-8674c01d40bb 2018-12-03 16:54:53,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2005dfcb98bab2ea265c7be7cc32ab1919e806c" 2018-12-03 16:54:54,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e4841642-25f4-470f-a897-e0b1294280d8 Date: Mon, 03 Dec 2018 16:54: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-12-03 16:54:54,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e4841642-25f4-470f-a897-e0b1294280d8 2018-12-03 16:54:54,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2005dfcb98bab2ea265c7be7cc32ab1919e806c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image"}' 2018-12-03 16:54:54,248 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5 X-Openstack-Request-Id: req-f149343c-2700-4603-aed6-f600851de040 Date: Mon, 03 Dec 2018 16:54:54 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:54:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:54:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5", "min_disk": 0, "protected": false, "id": "9098424d-1a35-466b-823e-d2c0f61581b5", "file": "/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5/file", "checksum": null, "owner": "4162f4cab6964cf8bac6ec367cfa32e6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:54:54,248 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f149343c-2700-4603-aed6-f600851de040 2018-12-03 16:54:54,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2005dfcb98bab2ea265c7be7cc32ab1919e806c" -d '' 2018-12-03 16:54:55,694 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1cea4897-c9bc-4ff3-a2e9-115fd8089e32 Date: Mon, 03 Dec 2018 16:54:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:54:55,694 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5/file used request id req-1cea4897-c9bc-4ff3-a2e9-115fd8089e32 2018-12-03 16:54:55,695 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:54:55,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2005dfcb98bab2ea265c7be7cc32ab1919e806c" 2018-12-03 16:54:55,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-6dc396a5-48ed-4d36-8c0d-7b951d12a8d5 Date: Mon, 03 Dec 2018 16:54:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:54:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:54:55Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9098424d-1a35-466b-823e-d2c0f61581b5/snap", "metadata": {}}], "self": "/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5", "min_disk": 0, "protected": false, "id": "9098424d-1a35-466b-823e-d2c0f61581b5", "file": "/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4162f4cab6964cf8bac6ec367cfa32e6", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9098424d-1a35-466b-823e-d2c0f61581b5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:54:55,863 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5 used request id req-6dc396a5-48ed-4d36-8c0d-7b951d12a8d5 2018-12-03 16:54:55,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2005dfcb98bab2ea265c7be7cc32ab1919e806c" 2018-12-03 16:54:55,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f4392ed7-f96f-4643-90a8-fd2fa7b7ec79 Date: Mon, 03 Dec 2018 16:54: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-12-03 16:54:55,875 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-f4392ed7-f96f-4643-90a8-fd2fa7b7ec79 2018-12-03 16:54:55,877 - create_image - INFO - Created image with name - CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image 2018-12-03 16:54:55,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2005dfcb98bab2ea265c7be7cc32ab1919e806c" 2018-12-03 16:54:56,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-a5bb0f62-8638-49d3-89b0-4d42e74488ce Date: Mon, 03 Dec 2018 16:54:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:54:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:54:55Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9098424d-1a35-466b-823e-d2c0f61581b5/snap", "metadata": {}}], "self": "/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5", "min_disk": 0, "protected": false, "id": "9098424d-1a35-466b-823e-d2c0f61581b5", "file": "/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4162f4cab6964cf8bac6ec367cfa32e6", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9098424d-1a35-466b-823e-d2c0f61581b5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:54:56,043 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5 used request id req-a5bb0f62-8638-49d3-89b0-4d42e74488ce 2018-12-03 16:54:56,044 - create_image - DEBUG - Instance status is - active 2018-12-03 16:54:56,044 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image 2018-12-03 16:54:56,044 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image 2018-12-03 16:54:56,044 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:54:56,045 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:54:56,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:54:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["LeaaQP0uQ_2AN-Vd2oztcw"], "issued_at": "2018-12-03T16:54:56.000000Z"}} 2018-12-03 16:54:56,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8158ab083440bc7f304355ad369aaeb6321c4f" 2018-12-03 16:54:56,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-771f7fd3-2d98-4923-8efd-5e6e8d25417c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:54:56,520 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-771f7fd3-2d98-4923-8efd-5e6e8d25417c 2018-12-03 16:54:56,522 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:54:56,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8158ab083440bc7f304355ad369aaeb6321c4f" 2018-12-03 16:54:56,700 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54: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-1aea0ac4-7d9c-49c5-9af7-4daceeaf3cfc x-compute-request-id: req-1aea0ac4-7d9c-49c5-9af7-4daceeaf3cfc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:54:56,700 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-1aea0ac4-7d9c-49c5-9af7-4daceeaf3cfc 2018-12-03 16:54:56,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8158ab083440bc7f304355ad369aaeb6321c4f" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-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-12-03 16:54:56,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54: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-02f9ae5b-5f36-4738-9930-d2a76c66505f x-compute-request-id: req-02f9ae5b-5f36-4738-9930-d2a76c66505f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ecfd8b2c-1cbb-44f0-ab10-76cf5049bc6e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ecfd8b2c-1cbb-44f0-ab10-76cf5049bc6e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ecfd8b2c-1cbb-44f0-ab10-76cf5049bc6e", "name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:54:56,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-02f9ae5b-5f36-4738-9930-d2a76c66505f 2018-12-03 16:54:56,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:54:56,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:54:57,139 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "489dce3eaa96478e95e85b8fabf049d3", "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:54:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4162f4cab6964cf8bac6ec367cfa32e6", "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-user", "id": "84ac855e329042e89317c9c8930e021f"}, "audit_ids": ["n2iJYMS2S6Gd3Cs6rJW2qw"], "issued_at": "2018-12-03T16:54:57.000000Z"}} 2018-12-03 16:54:57,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:54:57,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b425f1be-a941-4b1e-b2ca-dc8d3551a0d9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:54:57,228 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b425f1be-a941-4b1e-b2ca-dc8d3551a0d9 2018-12-03 16:54:57,229 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:54:57,232 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:54:57,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:54:57,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:57 GMT Server: Apache x-openstack-request-id: req-22b1186f-876e-467e-a99b-e1e9d5586538 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 16:54:57,420 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack used request id req-22b1186f-876e-467e-a99b-e1e9d5586538 2018-12-03 16:54:57,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-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-46f0ba3a-6f85-4f31-bd8e-17da56289798-net", "inst_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-inst", "subnet_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet", "image_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "flavor_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-flavor-name"}}' 2018-12-03 16:54:59,733 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:54:57 GMT Server: Apache x-openstack-request-id: req-f217d777-0603-4808-9195-a80e3a65f585 Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "self"}]}} 2018-12-03 16:54:59,733 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks used request id req-f217d777-0603-4808-9195-a80e3a65f585 2018-12-03 16:54:59,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:54:59,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:54:59 GMT Server: Apache x-openstack-request-id: req-0ae4d68c-0ed2-40c1-88ee-c33ea518550b Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:00,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:54:59 GMT Server: Apache x-openstack-request-id: req-b294155f-76aa-44cb-aad8-bc3f908aeceb 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": "4162f4cab6964cf8bac6ec367cfa32e6", "OS::stack_id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "image_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "inst_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-inst", "subnet_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet", "net_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net", "flavor_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "stack_user_project_id": "29066f10aa0845dc8d3f3218b8af1bdf", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:54:59Z", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:00,114 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 used request id req-b294155f-76aa-44cb-aad8-bc3f908aeceb 2018-12-03 16:55:00,114 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack 2018-12-03 16:55:00,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:00,291 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:00 GMT Server: Apache x-openstack-request-id: req-61423a79-aa36-46a8-86e1-80aeb19cb566 Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:00,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:00 GMT Server: Apache x-openstack-request-id: req-0fc12eba-71b7-4057-b2e6-b429082ca2d1 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": "4162f4cab6964cf8bac6ec367cfa32e6", "OS::stack_id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "image_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "inst_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-inst", "subnet_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet", "net_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net", "flavor_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "stack_user_project_id": "29066f10aa0845dc8d3f3218b8af1bdf", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:54:59Z", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:00,468 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 used request id req-0fc12eba-71b7-4057-b2e6-b429082ca2d1 2018-12-03 16:55:00,469 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:55:00,469 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:55:03,472 - create_stack - DEBUG - Stack status query timeout in 1196.64213896 2018-12-03 16:55:03,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:03,731 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:03 GMT Server: Apache x-openstack-request-id: req-af7d851e-4740-40fd-ad36-e668585efefd Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:03,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:03 GMT Server: Apache x-openstack-request-id: req-cf14c272-065e-41a1-a5d2-99e423f07273 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": "4162f4cab6964cf8bac6ec367cfa32e6", "OS::stack_id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "image_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "inst_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-inst", "subnet_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet", "net_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net", "flavor_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "stack_user_project_id": "29066f10aa0845dc8d3f3218b8af1bdf", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:54:59Z", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:03,943 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 used request id req-cf14c272-065e-41a1-a5d2-99e423f07273 2018-12-03 16:55:03,943 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:55:03,943 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:55:06,947 - create_stack - DEBUG - Stack status query timeout in 1193.16771603 2018-12-03 16:55:06,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:06,976 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:06 GMT Server: Apache x-openstack-request-id: req-67435e28-831c-46ba-939f-94f72821d230 Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:07,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:06 GMT Server: Apache x-openstack-request-id: req-8c11a63c-3075-4b30-9f0a-4f878d6695bf 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": "4162f4cab6964cf8bac6ec367cfa32e6", "OS::stack_id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "image_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "inst_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-inst", "subnet_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet", "net_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net", "flavor_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "stack_user_project_id": "29066f10aa0845dc8d3f3218b8af1bdf", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:54:59Z", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:07,019 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 used request id req-8c11a63c-3075-4b30-9f0a-4f878d6695bf 2018-12-03 16:55:07,020 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:55:07,020 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:55:10,023 - create_stack - DEBUG - Stack status query timeout in 1190.09141898 2018-12-03 16:55:10,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:10,052 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:10 GMT Server: Apache x-openstack-request-id: req-1d3f76f7-f54b-42ed-ad72-6fd460f1fded Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:10,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:10 GMT Server: Apache x-openstack-request-id: req-c494350a-4674-44d6-8307-7b84e29e56cf 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": "4162f4cab6964cf8bac6ec367cfa32e6", "OS::stack_id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "image_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "inst_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-inst", "subnet_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet", "net_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net", "flavor_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "stack_user_project_id": "29066f10aa0845dc8d3f3218b8af1bdf", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:54:59Z", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:10,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 used request id req-c494350a-4674-44d6-8307-7b84e29e56cf 2018-12-03 16:55:10,094 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:55:10,095 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:55:13,098 - create_stack - DEBUG - Stack status query timeout in 1187.01655293 2018-12-03 16:55:13,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:13,263 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:13 GMT Server: Apache x-openstack-request-id: req-6e0d6ab5-602c-4e21-aaa9-78128cd4bcfb Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:13,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:13 GMT Server: Apache x-openstack-request-id: req-3e67f9cc-dc0d-4337-8fcd-9739c53424bc 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": "4162f4cab6964cf8bac6ec367cfa32e6", "OS::stack_id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "image_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "inst_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-inst", "subnet_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet", "net_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net", "flavor_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "stack_user_project_id": "29066f10aa0845dc8d3f3218b8af1bdf", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:54:59Z", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:13,550 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 used request id req-3e67f9cc-dc0d-4337-8fcd-9739c53424bc 2018-12-03 16:55:13,551 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:55:13,551 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:55:16,551 - create_stack - DEBUG - Stack status query timeout in 1183.56333494 2018-12-03 16:55:16,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:16,726 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:16 GMT Server: Apache x-openstack-request-id: req-0f77c309-5f59-44a8-9d2c-f558e107d7ef Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:16,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:16 GMT Server: Apache x-openstack-request-id: req-a5260942-147c-42d8-bbdb-aa60ddb68883 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": "4162f4cab6964cf8bac6ec367cfa32e6", "OS::stack_id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "image_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "inst_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-inst", "subnet_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet", "net_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net", "flavor_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "stack_user_project_id": "29066f10aa0845dc8d3f3218b8af1bdf", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:54:59Z", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:16,906 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 used request id req-a5260942-147c-42d8-bbdb-aa60ddb68883 2018-12-03 16:55:16,907 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-03 16:55:16,907 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack 2018-12-03 16:55:16,907 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack 2018-12-03 16:55:16,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:16,938 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:16 GMT Server: Apache x-openstack-request-id: req-68ee0f74-4f50-4fdf-b87b-1fdf35a249eb Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:17,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:16 GMT Server: Apache x-openstack-request-id: req-ff22b41b-29d6-4299-b419-a5f34cf252ff 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.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-03T16:54:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:54:59Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4d35886c-ad24-4d41-97cf-2b4004391b14", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-03T16:54:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:54:59Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d7d9e150-c826-41a5-9360-3ebe3b80c2bd", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-03T16:54:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:54:59Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "5ef92048-61ef-41dd-baeb-3e4cc8941382", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-03T16:54:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:54:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "cfff708c-f7e1-429e-9035-2b0080fc9af4", "resource_type": "OS::Nova::Server"}]} 2018-12-03 16:55:17,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86/resources used request id req-ff22b41b-29d6-4299-b419-a5f34cf252ff 2018-12-03 16:55:17,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5ef92048-61ef-41dd-baeb-3e4cc8941382 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:17,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-6315bdb8-ba98-4f80-8739-9df57810d519 Date: Mon, 03 Dec 2018 16:55: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":["d7d9e150-c826-41a5-9360-3ebe3b80c2bd"],"updated_at":"2018-12-03T16:55:01Z","tenant_id":"4162f4cab6964cf8bac6ec367cfa32e6","created_at":"2018-12-03T16:55:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4162f4cab6964cf8bac6ec367cfa32e6","id":"5ef92048-61ef-41dd-baeb-3e4cc8941382","name":"CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net"}]} 2018-12-03 16:55:17,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5ef92048-61ef-41dd-baeb-3e4cc8941382 used request id req-6315bdb8-ba98-4f80-8739-9df57810d519 2018-12-03 16:55:17,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5ef92048-61ef-41dd-baeb-3e4cc8941382 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:17,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ef29d5c6-4479-45df-ad32-81d03d550163 Date: Mon, 03 Dec 2018 16:55:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ef92048-61ef-41dd-baeb-3e4cc8941382","tenant_id":"4162f4cab6964cf8bac6ec367cfa32e6","created_at":"2018-12-03T16:55:01Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:01Z","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":"4162f4cab6964cf8bac6ec367cfa32e6","id":"d7d9e150-c826-41a5-9360-3ebe3b80c2bd","subnetpool_id":null,"name":"CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet"}]} 2018-12-03 16:55:17,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5ef92048-61ef-41dd-baeb-3e4cc8941382 used request id req-ef29d5c6-4479-45df-ad32-81d03d550163 2018-12-03 16:55:17,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5ef92048-61ef-41dd-baeb-3e4cc8941382 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:17,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-5bf956ac-df87-44f5-a9f6-3b9f427ebdfa Date: Mon, 03 Dec 2018 16:55:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ef92048-61ef-41dd-baeb-3e4cc8941382","tenant_id":"4162f4cab6964cf8bac6ec367cfa32e6","created_at":"2018-12-03T16:55:01Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:01Z","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":"4162f4cab6964cf8bac6ec367cfa32e6","id":"d7d9e150-c826-41a5-9360-3ebe3b80c2bd","subnetpool_id":null,"name":"CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet"}]} 2018-12-03 16:55:17,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5ef92048-61ef-41dd-baeb-3e4cc8941382 used request id req-5bf956ac-df87-44f5-a9f6-3b9f427ebdfa 2018-12-03 16:55:17,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:55:17,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:55:18,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "489dce3eaa96478e95e85b8fabf049d3", "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:55:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4162f4cab6964cf8bac6ec367cfa32e6", "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-user", "id": "84ac855e329042e89317c9c8930e021f"}, "audit_ids": ["R-shKXPOSU-lQSKWFeWNtQ"], "issued_at": "2018-12-03T16:55:18.000000Z"}} 2018-12-03 16:55:18,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46889e08803295fbeacde131f3886ccac83df0c6" 2018-12-03 16:55:18,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7478ec3f-5387-4429-b8b9-b8ab6995f2fd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:55:18,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7478ec3f-5387-4429-b8b9-b8ab6995f2fd 2018-12-03 16:55:18,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46889e08803295fbeacde131f3886ccac83df0c6" 2018-12-03 16:55:18,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-6f5654d3-4838-40c8-b2e0-d8ec652c3016 Date: Mon, 03 Dec 2018 16:55: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":["d7d9e150-c826-41a5-9360-3ebe3b80c2bd"],"updated_at":"2018-12-03T16:55:01Z","tenant_id":"4162f4cab6964cf8bac6ec367cfa32e6","created_at":"2018-12-03T16:55:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4162f4cab6964cf8bac6ec367cfa32e6","id":"5ef92048-61ef-41dd-baeb-3e4cc8941382","name":"CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net"}]} 2018-12-03 16:55:18,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net used request id req-6f5654d3-4838-40c8-b2e0-d8ec652c3016 2018-12-03 16:55:18,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:55:18,335 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:55: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:55:18,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46889e08803295fbeacde131f3886ccac83df0c6" 2018-12-03 16:55:18,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaf071bf-be0a-4868-be7a-c35c59aa125a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6"}, "enabled": true, "id": "4162f4cab6964cf8bac6ec367cfa32e6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj"}} 2018-12-03 16:55:18,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6 used request id req-aaf071bf-be0a-4868-be7a-c35c59aa125a 2018-12-03 16:55:18,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5ef92048-61ef-41dd-baeb-3e4cc8941382 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46889e08803295fbeacde131f3886ccac83df0c6" 2018-12-03 16:55:18,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-52a40654-d295-4463-b540-604b04e59a45 Date: Mon, 03 Dec 2018 16:55:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ef92048-61ef-41dd-baeb-3e4cc8941382","tenant_id":"4162f4cab6964cf8bac6ec367cfa32e6","created_at":"2018-12-03T16:55:01Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:01Z","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":"4162f4cab6964cf8bac6ec367cfa32e6","id":"d7d9e150-c826-41a5-9360-3ebe3b80c2bd","subnetpool_id":null,"name":"CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet"}]} 2018-12-03 16:55:18,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5ef92048-61ef-41dd-baeb-3e4cc8941382 used request id req-52a40654-d295-4463-b540-604b04e59a45 2018-12-03 16:55:18,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:55:19,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "489dce3eaa96478e95e85b8fabf049d3", "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:55:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4162f4cab6964cf8bac6ec367cfa32e6", "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4162f4cab6964cf8bac6ec367cfa32e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-user", "id": "84ac855e329042e89317c9c8930e021f"}, "audit_ids": ["l0wBNIQjRKiiLaVf3X4z2w"], "issued_at": "2018-12-03T16:55:19.000000Z"}} 2018-12-03 16:55:19,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1116f3a5aa42eee60c81a06e937bc639d99d769" 2018-12-03 16:55:19,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a498bcf6-47c0-4905-95f2-8fa88bebf8d2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:55:19,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a498bcf6-47c0-4905-95f2-8fa88bebf8d2 2018-12-03 16:55:19,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1116f3a5aa42eee60c81a06e937bc639d99d769" 2018-12-03 16:55:19,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-82997af5-47d1-4ea3-8f2d-9a35a33987bb Date: Mon, 03 Dec 2018 16:55: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":["d7d9e150-c826-41a5-9360-3ebe3b80c2bd"],"updated_at":"2018-12-03T16:55:01Z","tenant_id":"4162f4cab6964cf8bac6ec367cfa32e6","created_at":"2018-12-03T16:55:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4162f4cab6964cf8bac6ec367cfa32e6","id":"5ef92048-61ef-41dd-baeb-3e4cc8941382","name":"CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net"}]} 2018-12-03 16:55:19,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net used request id req-82997af5-47d1-4ea3-8f2d-9a35a33987bb 2018-12-03 16:55:19,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5ef92048-61ef-41dd-baeb-3e4cc8941382 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1116f3a5aa42eee60c81a06e937bc639d99d769" 2018-12-03 16:55:19,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-99a62d90-3599-4104-8de3-5ad92df3735c Date: Mon, 03 Dec 2018 16:55:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ef92048-61ef-41dd-baeb-3e4cc8941382","tenant_id":"4162f4cab6964cf8bac6ec367cfa32e6","created_at":"2018-12-03T16:55:01Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:01Z","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":"4162f4cab6964cf8bac6ec367cfa32e6","id":"d7d9e150-c826-41a5-9360-3ebe3b80c2bd","subnetpool_id":null,"name":"CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet"}]} 2018-12-03 16:55:19,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5ef92048-61ef-41dd-baeb-3e4cc8941382 used request id req-99a62d90-3599-4104-8de3-5ad92df3735c 2018-12-03 16:55:19,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5ef92048-61ef-41dd-baeb-3e4cc8941382 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1116f3a5aa42eee60c81a06e937bc639d99d769" 2018-12-03 16:55:19,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-52dd48b6-7f01-481c-a620-c426989b835e Date: Mon, 03 Dec 2018 16:55: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":["d7d9e150-c826-41a5-9360-3ebe3b80c2bd"],"updated_at":"2018-12-03T16:55:01Z","tenant_id":"4162f4cab6964cf8bac6ec367cfa32e6","created_at":"2018-12-03T16:55:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4162f4cab6964cf8bac6ec367cfa32e6","id":"5ef92048-61ef-41dd-baeb-3e4cc8941382","name":"CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net"}]} 2018-12-03 16:55:19,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5ef92048-61ef-41dd-baeb-3e4cc8941382 used request id req-52dd48b6-7f01-481c-a620-c426989b835e 2018-12-03 16:55:19,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5ef92048-61ef-41dd-baeb-3e4cc8941382 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1116f3a5aa42eee60c81a06e937bc639d99d769" 2018-12-03 16:55:19,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-e6000d6c-48a6-4134-a65f-872d7f050eed Date: Mon, 03 Dec 2018 16:55:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ef92048-61ef-41dd-baeb-3e4cc8941382","tenant_id":"4162f4cab6964cf8bac6ec367cfa32e6","created_at":"2018-12-03T16:55:01Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:01Z","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":"4162f4cab6964cf8bac6ec367cfa32e6","id":"d7d9e150-c826-41a5-9360-3ebe3b80c2bd","subnetpool_id":null,"name":"CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet"}]} 2018-12-03 16:55:19,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5ef92048-61ef-41dd-baeb-3e4cc8941382 used request id req-e6000d6c-48a6-4134-a65f-872d7f050eed 2018-12-03 16:55:19,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5ef92048-61ef-41dd-baeb-3e4cc8941382&name=CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1116f3a5aa42eee60c81a06e937bc639d99d769" 2018-12-03 16:55:20,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-f04cd91c-4709-48e0-9a59-ea0cc93391b7 Date: Mon, 03 Dec 2018 16:55:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ef92048-61ef-41dd-baeb-3e4cc8941382","tenant_id":"4162f4cab6964cf8bac6ec367cfa32e6","created_at":"2018-12-03T16:55:01Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:01Z","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":"4162f4cab6964cf8bac6ec367cfa32e6","id":"d7d9e150-c826-41a5-9360-3ebe3b80c2bd","subnetpool_id":null,"name":"CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet"}]} 2018-12-03 16:55:20,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5ef92048-61ef-41dd-baeb-3e4cc8941382&name=CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet used request id req-f04cd91c-4709-48e0-9a59-ea0cc93391b7 2018-12-03 16:55:20,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/d7d9e150-c826-41a5-9360-3ebe3b80c2bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1116f3a5aa42eee60c81a06e937bc639d99d769" 2018-12-03 16:55:20,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-2992a4e7-6b3b-4507-a607-9c5b3cba8fda Date: Mon, 03 Dec 2018 16:55:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ef92048-61ef-41dd-baeb-3e4cc8941382","tenant_id":"4162f4cab6964cf8bac6ec367cfa32e6","created_at":"2018-12-03T16:55:01Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:01Z","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":"4162f4cab6964cf8bac6ec367cfa32e6","id":"d7d9e150-c826-41a5-9360-3ebe3b80c2bd","subnetpool_id":null,"name":"CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet"}} 2018-12-03 16:55:20,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/d7d9e150-c826-41a5-9360-3ebe3b80c2bd used request id req-2992a4e7-6b3b-4507-a607-9c5b3cba8fda 2018-12-03 16:55:20,430 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack 2018-12-03 16:55:20,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:20,597 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:20 GMT Server: Apache x-openstack-request-id: req-554d9c16-96b9-4872-81cb-827cc43a2882 Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:20,784 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:55:20 GMT Server: Apache x-openstack-request-id: req-76cb090f-caea-47f3-9acd-f51c87cff938 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:55:20,785 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 used request id req-76cb090f-caea-47f3-9acd-f51c87cff938 2018-12-03 16:55:20,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:20,966 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:20 GMT Server: Apache x-openstack-request-id: req-f39b78bf-6a58-4d01-a666-e0ec120be720 Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:20,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:20 GMT Server: Apache x-openstack-request-id: req-d9d8edbe-9943-40fb-81da-97c839255ed4 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": "4162f4cab6964cf8bac6ec367cfa32e6", "OS::stack_id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "image_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "inst_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-inst", "subnet_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet", "flavor_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-flavor-name", "net_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "stack_user_project_id": "29066f10aa0845dc8d3f3218b8af1bdf", "tags": null, "creation_time": "2018-12-03T16:54:59Z", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:55:20Z", "id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:20,991 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 used request id req-d9d8edbe-9943-40fb-81da-97c839255ed4 2018-12-03 16:55:20,992 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:55:20,992 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:55:23,995 - create_stack - DEBUG - Stack status query timeout in 1196.78963017 2018-12-03 16:55:23,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:24,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:24 GMT Server: Apache x-openstack-request-id: req-56511f6d-e930-4d88-8cee-298f755d3a0e Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:24,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:24 GMT Server: Apache x-openstack-request-id: req-61c2505c-8de6-4d1c-b2c6-ed4947cfaa1c 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": "4162f4cab6964cf8bac6ec367cfa32e6", "OS::stack_id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "image_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "inst_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-inst", "subnet_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet", "flavor_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-flavor-name", "net_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "stack_user_project_id": "29066f10aa0845dc8d3f3218b8af1bdf", "tags": null, "creation_time": "2018-12-03T16:54:59Z", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:55:20Z", "id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:24,346 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 used request id req-61c2505c-8de6-4d1c-b2c6-ed4947cfaa1c 2018-12-03 16:55:24,346 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:55:24,346 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:55:27,349 - create_stack - DEBUG - Stack status query timeout in 1193.43537402 2018-12-03 16:55:27,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:27,543 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:27 GMT Server: Apache x-openstack-request-id: req-c88a82a7-e4e5-46de-be55-16723e3cd1d6 Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:27,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:27 GMT Server: Apache x-openstack-request-id: req-4b25f41b-f327-4b67-987a-9a330a5bc3ac 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": "4162f4cab6964cf8bac6ec367cfa32e6", "OS::stack_id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "image_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "inst_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-inst", "subnet_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet", "flavor_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-flavor-name", "net_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "stack_user_project_id": "29066f10aa0845dc8d3f3218b8af1bdf", "tags": null, "creation_time": "2018-12-03T16:54:59Z", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:55:20Z", "id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:27,569 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 used request id req-4b25f41b-f327-4b67-987a-9a330a5bc3ac 2018-12-03 16:55:27,570 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:55:27,570 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:55:30,573 - create_stack - DEBUG - Stack status query timeout in 1190.21193218 2018-12-03 16:55:30,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:30,602 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:30 GMT Server: Apache x-openstack-request-id: req-ce25db65-df3c-49b2-918d-8d395cd8c28f Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:30,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:30 GMT Server: Apache x-openstack-request-id: req-876a3772-604c-4bd7-b2e9-72cee3e73b20 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": "4162f4cab6964cf8bac6ec367cfa32e6", "OS::stack_id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "image_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "inst_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-inst", "subnet_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet", "flavor_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-flavor-name", "net_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "stack_user_project_id": "29066f10aa0845dc8d3f3218b8af1bdf", "tags": null, "creation_time": "2018-12-03T16:54:59Z", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:55:20Z", "id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:30,726 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 used request id req-876a3772-604c-4bd7-b2e9-72cee3e73b20 2018-12-03 16:55:30,727 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:55:30,727 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:55:33,730 - create_stack - DEBUG - Stack status query timeout in 1187.05479813 2018-12-03 16:55:33,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:33,935 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:33 GMT Server: Apache x-openstack-request-id: req-290d2832-14da-40d6-847c-5eeb45f81e91 Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:33,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:33 GMT Server: Apache x-openstack-request-id: req-cb4ee9b7-0544-489f-a588-0067844130fa 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": "4162f4cab6964cf8bac6ec367cfa32e6", "OS::stack_id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "image_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image", "inst_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-inst", "subnet_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-subnet", "flavor_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-flavor-name", "net_name": "CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-net"}, "deletion_time": "2018-12-03T16:55:31Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack", "stack_user_project_id": "29066f10aa0845dc8d3f3218b8af1bdf", "tags": null, "creation_time": "2018-12-03T16:54:59Z", "links": [{"href": "http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T16:55:20Z", "id": "e5f072b2-717c-4724-b7f5-3d1463d86c86", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:33,962 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 used request id req-cb4ee9b7-0544-489f-a588-0067844130fa 2018-12-03 16:55:33,962 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-03 16:55:33,963 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack 2018-12-03 16:55:33,963 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack 2018-12-03 16:55:33,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/e5f072b2-717c-4724-b7f5-3d1463d86c86 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169d1ac729473bfb11c7095167a7bf9a86d266b7" 2018-12-03 16:55:33,994 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:33 GMT Server: Apache x-openstack-request-id: req-461dc8f8-36db-4c96-a892-2b6c86faff7b Location: http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:34,021 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:55:34 GMT Server: Apache x-openstack-request-id: req-0bc7a33e-016c-4ac9-8d3f-63c2f7feb4ba Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-03 16:55:34,021 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/4162f4cab6964cf8bac6ec367cfa32e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-stack/e5f072b2-717c-4724-b7f5-3d1463d86c86 used request id req-0bc7a33e-016c-4ac9-8d3f-63c2f7feb4ba 2018-12-03 16:55:34,023 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-46f0ba3a-6f85-4f31-bd8e-17da56289798-image 2018-12-03 16:55:34,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2005dfcb98bab2ea265c7be7cc32ab1919e806c" 2018-12-03 16:55:35,563 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ce7b02dd-9027-4e9b-bb22-47e062ad79b9 Date: Mon, 03 Dec 2018 16:55:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:55:35,563 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/9098424d-1a35-466b-823e-d2c0f61581b5 used request id req-ce7b02dd-9027-4e9b-bb22-47e062ad79b9 2018-12-03 16:55:35,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/ecfd8b2c-1cbb-44f0-ab10-76cf5049bc6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8158ab083440bc7f304355ad369aaeb6321c4f" 2018-12-03 16:55:35,601 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:55: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-74cc8cad-4a09-4fed-bed4-8aafe3796701 x-compute-request-id: req-74cc8cad-4a09-4fed-bed4-8aafe3796701 Content-Length: 0 Content-Type: application/json 2018-12-03 16:55:35,601 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ecfd8b2c-1cbb-44f0-ab10-76cf5049bc6e used request id req-74cc8cad-4a09-4fed-bed4-8aafe3796701 2018-12-03 16:55:35,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:55:35,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-62834ad4-a9f9-48fc-8600-cdd24babb709 Date: Mon, 03 Dec 2018 16:55:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4162f4cab6964cf8bac6ec367cfa32e6", "created_at": "2018-12-03T16:55:00Z", "updated_at": "2018-12-03T16:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:55:00Z", "revision_number": 0, "id": "22e89d19-80c6-42f8-a0aa-8d48f35ebd27", "remote_group_id": "ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292", "remote_ip_prefix": null, "created_at": "2018-12-03T16:55:00Z", "security_group_id": "ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292", "tenant_id": "4162f4cab6964cf8bac6ec367cfa32e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "4162f4cab6964cf8bac6ec367cfa32e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:55:00Z", "revision_number": 0, "id": "378500e1-234c-4be8-83a0-64ca7de9ecca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:55:00Z", "security_group_id": "ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292", "tenant_id": "4162f4cab6964cf8bac6ec367cfa32e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "4162f4cab6964cf8bac6ec367cfa32e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:55:00Z", "revision_number": 0, "id": "3c78f83c-da1e-4604-8141-78e000a642d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:55:00Z", "security_group_id": "ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292", "tenant_id": "4162f4cab6964cf8bac6ec367cfa32e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "4162f4cab6964cf8bac6ec367cfa32e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:55:00Z", "revision_number": 0, "id": "fba3feaf-d41a-47aa-946e-59ecd3ff2544", "remote_group_id": "ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292", "remote_ip_prefix": null, "created_at": "2018-12-03T16:55:00Z", "security_group_id": "ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292", "tenant_id": "4162f4cab6964cf8bac6ec367cfa32e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "4162f4cab6964cf8bac6ec367cfa32e6"}], "revision_number": 4, "project_id": "4162f4cab6964cf8bac6ec367cfa32e6", "id": "ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:55:35,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-62834ad4-a9f9-48fc-8600-cdd24babb709 2018-12-03 16:55:35,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:55:35,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26caed90-b971-4280-a085-efbb3b8b8d29 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:55:35,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-26caed90-b971-4280-a085-efbb3b8b8d29 2018-12-03 16:55:35,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:55:36,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0511112-e2d3-4a2c-8e0f-b4aad1db9021 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:55:36,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-a0511112-e2d3-4a2c-8e0f-b4aad1db9021 2018-12-03 16:55:36,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:55:36,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2476e571-6ee0-4e9d-a119-d723fd832c17 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6"}, "enabled": true, "id": "4162f4cab6964cf8bac6ec367cfa32e6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4e7fd70b-2333-42d-proj"}} 2018-12-03 16:55:36,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6 used request id req-2476e571-6ee0-4e9d-a119-d723fd832c17 2018-12-03 16:55:36,096 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292 2018-12-03 16:55:36,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:55:36,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-dce3cd32-fbc3-40d7-a34c-3c87e6048d9b Date: Mon, 03 Dec 2018 16:55:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:55:00Z", "security_group_id": "ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292", "port_range_min": null, "revision_number": 0, "tenant_id": "4162f4cab6964cf8bac6ec367cfa32e6", "created_at": "2018-12-03T16:55:00Z", "project_id": "4162f4cab6964cf8bac6ec367cfa32e6", "id": "22e89d19-80c6-42f8-a0aa-8d48f35ebd27"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:55:00Z", "security_group_id": "ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292", "port_range_min": null, "revision_number": 0, "tenant_id": "4162f4cab6964cf8bac6ec367cfa32e6", "created_at": "2018-12-03T16:55:00Z", "project_id": "4162f4cab6964cf8bac6ec367cfa32e6", "id": "378500e1-234c-4be8-83a0-64ca7de9ecca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:55:00Z", "security_group_id": "ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292", "port_range_min": null, "revision_number": 0, "tenant_id": "4162f4cab6964cf8bac6ec367cfa32e6", "created_at": "2018-12-03T16:55:00Z", "project_id": "4162f4cab6964cf8bac6ec367cfa32e6", "id": "3c78f83c-da1e-4604-8141-78e000a642d4"}, {"remote_group_id": "ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:55:00Z", "security_group_id": "ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292", "port_range_min": null, "revision_number": 0, "tenant_id": "4162f4cab6964cf8bac6ec367cfa32e6", "created_at": "2018-12-03T16:55:00Z", "project_id": "4162f4cab6964cf8bac6ec367cfa32e6", "id": "fba3feaf-d41a-47aa-946e-59ecd3ff2544"}]} 2018-12-03 16:55:36,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292 used request id req-dce3cd32-fbc3-40d7-a34c-3c87e6048d9b 2018-12-03 16:55:36,267 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:55:36,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:55:36,583 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-82edd282-06f4-4dbf-8d46-ffd848d7c029 Content-Length: 0 Date: Mon, 03 Dec 2018 16:55:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:55:36,583 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/ba93af6e-d6ee-4aa4-b8ea-8b0bdead9292 used request id req-82edd282-06f4-4dbf-8d46-ffd848d7c029 2018-12-03 16:55:36,583 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-4e7fd70b-2333-42d-proj 2018-12-03 16:55:36,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:55:36,811 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:55:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bc21ad8-c0b4-48e0-82b0-e1f686c3d8e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:55:36,811 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4162f4cab6964cf8bac6ec367cfa32e6 used request id req-4bc21ad8-c0b4-48e0-82b0-e1f686c3d8e1 2018-12-03 16:55:36,812 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-4e7fd70b-2333-42d-proj-role 2018-12-03 16:55:36,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/489dce3eaa96478e95e85b8fabf049d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:55:36,916 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:55:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-596fc673-2bc3-4b08-8346-6d597f60292b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:55:36,916 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/489dce3eaa96478e95e85b8fabf049d3 used request id req-596fc673-2bc3-4b08-8346-6d597f60292b 2018-12-03 16:55:36,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f743c95480d0295a19e5a303a7ca820219b362" 2018-12-03 16:55:37,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-820a52d2-7ac6-4db4-a153-f171fb79c9f1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:55:37,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-820a52d2-7ac6-4db4-a153-f171fb79c9f1 2018-12-03 16:55:37,007 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-4e7fd70b-2333-42d-user 2018-12-03 16:55:37,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/84ac855e329042e89317c9c8930e021f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0259fb272c7474508577a7bd16a84852e9034d9b" 2018-12-03 16:55:37,179 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:55:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1b65c9c-4392-43f5-a583-3564a1576a5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:55:37,179 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/84ac855e329042e89317c9c8930e021f used request id req-d1b65c9c-4392-43f5-a583-3564a1576a5e 2018-12-03 16:55:37,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:55:37,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:55:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["PwO5rV01SeGpQE2MrLEhOQ"], "issued_at": "2018-12-03T16:55:37.000000Z"}} 2018-12-03 16:55:37,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec8dbb3abf867cf3a1625458be951feb75ac32f5" 2018-12-03 16:55:37,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b888a1c8-53fb-45cd-a751-b8e651bc2813 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:55:37,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b888a1c8-53fb-45cd-a751-b8e651bc2813 2018-12-03 16:55:37,642 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:55:37,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:55:38,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:55:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Su4m5xgrS765aF_eHf5o2A"], "issued_at": "2018-12-03T16:55:38.000000Z"}} 2018-12-03 16:55:38,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:55:38,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0f5fec-6bdf-429a-a33b-f4e30bd8c61f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:55:38,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-eb0f5fec-6bdf-429a-a33b-f4e30bd8c61f 2018-12-03 16:55:38,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:55:38,111 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:55: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:55:38,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-02c35a51-05bc-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:55:38,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d8eab73-8a2f-4a08-94c1-048ec6349b3f Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-02c35a51-05bc-481-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:55:38,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-02c35a51-05bc-481-proj used request id req-9d8eab73-8a2f-4a08-94c1-048ec6349b3f 2018-12-03 16:55:38,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:55:38,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e30a29ab-3a3f-48bb-b218-6f5baff39d5e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:55:38,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-e30a29ab-3a3f-48bb-b218-6f5baff39d5e 2018-12-03 16:55:38,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}}' 2018-12-03 16:55:38,395 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:55:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68164c79-a3d0-451a-a75f-39ccc1930c53 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230"}, "enabled": true, "id": "f782baeaedba4dca82a44168c3f87230", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}} 2018-12-03 16:55:38,395 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-68164c79-a3d0-451a-a75f-39ccc1930c53 2018-12-03 16:55:38,395 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-02c35a51-05bc-481-proj 2018-12-03 16:55:38,395 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:55:38,396 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:55:38,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:55:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["0jw6CbQIS_6FLouTzGEUAQ"], "issued_at": "2018-12-03T16:55:38.000000Z"}} 2018-12-03 16:55:38,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aede023bde19d321769cb584eba95d11b90a51d" 2018-12-03 16:55:38,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0ca31da-8ebe-4b65-99d8-b6e150a18324 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:55:38,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e0ca31da-8ebe-4b65-99d8-b6e150a18324 2018-12-03 16:55:38,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:55:38,873 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:55: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:55:38,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aede023bde19d321769cb584eba95d11b90a51d" 2018-12-03 16:55:38,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93d765bc-21be-4216-b65e-116deaa94214 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:55:38,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-93d765bc-21be-4216-b65e-116deaa94214 2018-12-03 16:55:38,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-02c35a51-05bc-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aede023bde19d321769cb584eba95d11b90a51d" 2018-12-03 16:55:39,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f9a5c16-427c-4fc1-868c-71275c1e27f9 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-02c35a51-05bc-481-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230"}, "enabled": true, "id": "f782baeaedba4dca82a44168c3f87230", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}]} 2018-12-03 16:55:39,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-02c35a51-05bc-481-proj used request id req-3f9a5c16-427c-4fc1-868c-71275c1e27f9 2018-12-03 16:55:39,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aede023bde19d321769cb584eba95d11b90a51d" 2018-12-03 16:55:39,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aa8faeb-da0a-4ee4-b58c-4ce3cd3c42d4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:55:39,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-7aa8faeb-da0a-4ee4-b58c-4ce3cd3c42d4 2018-12-03 16:55:39,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aede023bde19d321769cb584eba95d11b90a51d" 2018-12-03 16:55:39,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daeae425-6f39-4cbc-94c8-112e3ab6c0b2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:55:39,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-daeae425-6f39-4cbc-94c8-112e3ab6c0b2 2018-12-03 16:55:39,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-02c35a51-05bc-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aede023bde19d321769cb584eba95d11b90a51d" 2018-12-03 16:55:39,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e88f6e0d-7158-4dfd-9331-f01f03c7ecc8 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-02c35a51-05bc-481-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230"}, "enabled": true, "id": "f782baeaedba4dca82a44168c3f87230", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}]} 2018-12-03 16:55:39,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSuccessTests-02c35a51-05bc-481-proj used request id req-e88f6e0d-7158-4dfd-9331-f01f03c7ecc8 2018-12-03 16:55:39,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/be788853bd4943b7bd8c5bbf509bcd22 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aede023bde19d321769cb584eba95d11b90a51d" 2018-12-03 16:55:39,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e63945f-12ed-48e8-a3cc-f2de8e9e061c Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-02c35a51-05bc-481-user", "links": {"self": "http://172.30.9.30:5000/v3/users/be788853bd4943b7bd8c5bbf509bcd22"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "f782baeaedba4dca82a44168c3f87230", "id": "be788853bd4943b7bd8c5bbf509bcd22", "password_expires_at": null}} 2018-12-03 16:55:39,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/be788853bd4943b7bd8c5bbf509bcd22 used request id req-1e63945f-12ed-48e8-a3cc-f2de8e9e061c 2018-12-03 16:55:39,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230/users/be788853bd4943b7bd8c5bbf509bcd22/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aede023bde19d321769cb584eba95d11b90a51d" 2018-12-03 16:55:39,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65498c96-3b2a-47c5-afd6-a46fc52a5ad4 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230/users/be788853bd4943b7bd8c5bbf509bcd22/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 16:55:39,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230/users/be788853bd4943b7bd8c5bbf509bcd22/roles used request id req-65498c96-3b2a-47c5-afd6-a46fc52a5ad4 2018-12-03 16:55:39,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aede023bde19d321769cb584eba95d11b90a51d" 2018-12-03 16:55:39,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be9177f8-ae02-4044-bd3a-4cc1a495e8e9 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:55:39,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-be9177f8-ae02-4044-bd3a-4cc1a495e8e9 2018-12-03 16:55:39,940 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-02c35a51-05bc-481-proj 2018-12-03 16:55:39,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230/users/be788853bd4943b7bd8c5bbf509bcd22/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aede023bde19d321769cb584eba95d11b90a51d" 2018-12-03 16:55:39,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:55:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-548ca173-487b-4306-8a8e-1c851fa3978a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:55:39,996 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230/users/be788853bd4943b7bd8c5bbf509bcd22/roles/84a2554f97b2457082c443c3960fe29d used request id req-548ca173-487b-4306-8a8e-1c851fa3978a 2018-12-03 16:55:39,997 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-02c35a51-05bc-481-user 2018-12-03 16:55:39,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:55:40,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:55:40,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-757c8e28-3803-4f05-8244-b51fa2d71569 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:55:40,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-757c8e28-3803-4f05-8244-b51fa2d71569 2018-12-03 16:55:40,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" -d '{"role": {"name": "CreateStackSuccessTests-02c35a51-05bc-481-proj-role"}}' 2018-12-03 16:55:40,192 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:55:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f13d8f15-d958-4d6a-ba70-412d6261b31b Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1ed9c7fda61f414bbbc8a512255f9928", "links": {"self": "http://172.30.9.30:5000/v3/roles/1ed9c7fda61f414bbbc8a512255f9928"}, "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj-role"}} 2018-12-03 16:55:40,192 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-f13d8f15-d958-4d6a-ba70-412d6261b31b 2018-12-03 16:55:40,192 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-02c35a51-05bc-481-proj-role 2018-12-03 16:55:40,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/1ed9c7fda61f414bbbc8a512255f9928 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:55:40,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c687edd0-1b8b-4c1d-bd92-665de32424f4 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/1ed9c7fda61f414bbbc8a512255f9928"}, "domain_id": null, "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj-role", "id": "1ed9c7fda61f414bbbc8a512255f9928"}} 2018-12-03 16:55:40,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/1ed9c7fda61f414bbbc8a512255f9928 used request id req-c687edd0-1b8b-4c1d-bd92-665de32424f4 2018-12-03 16:55:40,283 - keystone_utils - INFO - Granting role CreateStackSuccessTests-02c35a51-05bc-481-proj-role to project CreateStackSuccessTests-02c35a51-05bc-481-proj 2018-12-03 16:55:40,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230/users/be788853bd4943b7bd8c5bbf509bcd22/roles/1ed9c7fda61f414bbbc8a512255f9928 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:55:40,403 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:55:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-496b39f1-36a1-4f2a-97cf-1f3d2f99c4a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:55:40,403 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230/users/be788853bd4943b7bd8c5bbf509bcd22/roles/1ed9c7fda61f414bbbc8a512255f9928 used request id req-496b39f1-36a1-4f2a-97cf-1f3d2f99c4a8 2018-12-03 16:55:40,404 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:55:40,404 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:55:40,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:55:40,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:55:40,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1ed9c7fda61f414bbbc8a512255f9928", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:55:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f782baeaedba4dca82a44168c3f87230", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-02c35a51-05bc-481-user", "id": "be788853bd4943b7bd8c5bbf509bcd22"}, "audit_ids": ["hmfvQgYmQm2ee9SvblYIVw"], "issued_at": "2018-12-03T16:55:40.000000Z"}} 2018-12-03 16:55:40,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb42ace0fe74f66604c39d8e9e4d8ef6e955ab0" 2018-12-03 16:55:40,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f391d2f-dc93-4806-91b1-00831014a5e7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:55:40,871 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6f391d2f-dc93-4806-91b1-00831014a5e7 2018-12-03 16:55:40,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fb42ace0fe74f66604c39d8e9e4d8ef6e955ab0" 2018-12-03 16:55:41,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-8caa980b-248b-428c-b57a-6f5584d29ca9 Date: Mon, 03 Dec 2018 16:55:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image"} 2018-12-03 16:55:41,043 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image used request id req-8caa980b-248b-428c-b57a-6f5584d29ca9 2018-12-03 16:55:41,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fb42ace0fe74f66604c39d8e9e4d8ef6e955ab0" 2018-12-03 16:55:41,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f5ace128-bcda-437d-9222-e7826fe12a88 Date: Mon, 03 Dec 2018 16:55: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-12-03 16:55:41,205 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-f5ace128-bcda-437d-9222-e7826fe12a88 2018-12-03 16:55:41,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8fb42ace0fe74f66604c39d8e9e4d8ef6e955ab0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image"}' 2018-12-03 16:55:41,420 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346 X-Openstack-Request-Id: req-1f54fb0b-f053-4577-8843-f35cd69ad519 Date: Mon, 03 Dec 2018 16:55:41 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:55:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:55:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346", "min_disk": 0, "protected": false, "id": "73e6f4f4-d34d-4149-b40a-c7be14058346", "file": "/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346/file", "checksum": null, "owner": "f782baeaedba4dca82a44168c3f87230", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:55:41,420 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1f54fb0b-f053-4577-8843-f35cd69ad519 2018-12-03 16:55:41,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fb42ace0fe74f66604c39d8e9e4d8ef6e955ab0" -d '' 2018-12-03 16:55:42,507 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d9730777-8a2a-4acb-bc74-76e76beb9c68 Date: Mon, 03 Dec 2018 16:55:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:55:42,507 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346/file used request id req-d9730777-8a2a-4acb-bc74-76e76beb9c68 2018-12-03 16:55:42,507 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:55:42,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fb42ace0fe74f66604c39d8e9e4d8ef6e955ab0" 2018-12-03 16:55:42,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-756ed96e-496f-4d51-b933-2a746702f4b9 Date: Mon, 03 Dec 2018 16:55:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:55:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:55:42Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/73e6f4f4-d34d-4149-b40a-c7be14058346/snap", "metadata": {}}], "self": "/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346", "min_disk": 0, "protected": false, "id": "73e6f4f4-d34d-4149-b40a-c7be14058346", "file": "/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f782baeaedba4dca82a44168c3f87230", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/73e6f4f4-d34d-4149-b40a-c7be14058346/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:55:42,533 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346 used request id req-756ed96e-496f-4d51-b933-2a746702f4b9 2018-12-03 16:55:42,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fb42ace0fe74f66604c39d8e9e4d8ef6e955ab0" 2018-12-03 16:55:42,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-60343fff-d726-4f53-be23-7f171f5b47a2 Date: Mon, 03 Dec 2018 16:55:42 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-12-03 16:55:42,695 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-60343fff-d726-4f53-be23-7f171f5b47a2 2018-12-03 16:55:42,698 - create_image - INFO - Created image with name - CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image 2018-12-03 16:55:42,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fb42ace0fe74f66604c39d8e9e4d8ef6e955ab0" 2018-12-03 16:55:42,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-4a6f0cac-8f95-47f2-85e7-ddaa67ac6685 Date: Mon, 03 Dec 2018 16:55:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:55:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:55:42Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/73e6f4f4-d34d-4149-b40a-c7be14058346/snap", "metadata": {}}], "self": "/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346", "min_disk": 0, "protected": false, "id": "73e6f4f4-d34d-4149-b40a-c7be14058346", "file": "/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f782baeaedba4dca82a44168c3f87230", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/73e6f4f4-d34d-4149-b40a-c7be14058346/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:55:42,718 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346 used request id req-4a6f0cac-8f95-47f2-85e7-ddaa67ac6685 2018-12-03 16:55:42,719 - create_image - DEBUG - Instance status is - active 2018-12-03 16:55:42,719 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image 2018-12-03 16:55:42,719 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image 2018-12-03 16:55:42,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:55:42,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:55:43,097 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:55:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["3DULbYfTQtqEWzzqlmOZJQ"], "issued_at": "2018-12-03T16:55:43.000000Z"}} 2018-12-03 16:55:43,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75233429a35f083be04e4c2cf4c838172cbd974e" 2018-12-03 16:55:43,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2e1ac8e-0700-4bc9-89f6-55a2b696d849 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:55:43,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b2e1ac8e-0700-4bc9-89f6-55a2b696d849 2018-12-03 16:55:43,184 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:55:43,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75233429a35f083be04e4c2cf4c838172cbd974e" 2018-12-03 16:55:43,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a496eda1-a984-4b01-8b2f-0471fa563af4 x-compute-request-id: req-a496eda1-a984-4b01-8b2f-0471fa563af4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:55:43,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a496eda1-a984-4b01-8b2f-0471fa563af4 2018-12-03 16:55:43,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75233429a35f083be04e4c2cf4c838172cbd974e" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-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-12-03 16:55:43,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-caaf76ee-4334-4852-aed0-1d6ad7b1ed85 x-compute-request-id: req-caaf76ee-4334-4852-aed0-1d6ad7b1ed85 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1361e16e-bbc2-471e-9660-a7fe2c57df95", "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:55:43,454 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-caaf76ee-4334-4852-aed0-1d6ad7b1ed85 2018-12-03 16:55:43,455 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:55:43,456 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:55:43,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1ed9c7fda61f414bbbc8a512255f9928", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:55:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f782baeaedba4dca82a44168c3f87230", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-02c35a51-05bc-481-user", "id": "be788853bd4943b7bd8c5bbf509bcd22"}, "audit_ids": ["oKmjiDqbQRez745bCmnsYw"], "issued_at": "2018-12-03T16:55:43.000000Z"}} 2018-12-03 16:55:43,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:55:43,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f4bc8fa-ce2d-40f4-9718-72d77938ee64 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:55:43,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4f4bc8fa-ce2d-40f4-9718-72d77938ee64 2018-12-03 16:55:43,908 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:55:43,911 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:55:43,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:55:44,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:43 GMT Server: Apache x-openstack-request-id: req-75f7682a-a499-499b-bd20-88b02167ebc9 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 16:55:44,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack used request id req-75f7682a-a499-499b-bd20-88b02167ebc9 2018-12-03 16:55:44,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-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-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net", "inst_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "subnet_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet", "image_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "flavor_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name"}}' 2018-12-03 16:55:46,444 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:55:44 GMT Server: Apache x-openstack-request-id: req-b63a0bd5-5694-4be5-9861-97fd0acadf32 Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "self"}]}} 2018-12-03 16:55:46,444 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks used request id req-b63a0bd5-5694-4be5-9861-97fd0acadf32 2018-12-03 16:55:46,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:55:46,698 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:46 GMT Server: Apache x-openstack-request-id: req-07d60130-a598-423f-b621-1be0596ad74d Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:46,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:46 GMT Server: Apache x-openstack-request-id: req-051bde95-235d-4742-9f24-c04969120eec 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": "f782baeaedba4dca82a44168c3f87230", "OS::stack_id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "image_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "inst_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "subnet_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet", "net_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net", "flavor_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "stack_user_project_id": "b3ceec4562f84280b9813a47371bb387", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:55:45Z", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:46,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa used request id req-051bde95-235d-4742-9f24-c04969120eec 2018-12-03 16:55:46,741 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack 2018-12-03 16:55:46,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:55:46,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:46 GMT Server: Apache x-openstack-request-id: req-17868981-9ceb-4a96-8ce2-6438bdd145c0 Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:47,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:46 GMT Server: Apache x-openstack-request-id: req-c01ed342-1455-453f-9614-d922e39f72b2 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": "f782baeaedba4dca82a44168c3f87230", "OS::stack_id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "image_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "inst_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "subnet_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet", "net_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net", "flavor_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "stack_user_project_id": "b3ceec4562f84280b9813a47371bb387", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:55:45Z", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:47,111 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa used request id req-c01ed342-1455-453f-9614-d922e39f72b2 2018-12-03 16:55:47,111 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:55:47,111 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:55:50,115 - create_stack - DEBUG - Stack status query timeout in 1196.62699413 2018-12-03 16:55:50,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:55:50,283 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:50 GMT Server: Apache x-openstack-request-id: req-c5113109-6847-428a-93bb-6c24205db559 Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:50,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:50 GMT Server: Apache x-openstack-request-id: req-15ec420e-ccbd-4046-be2e-c84e8a5c6cc9 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": "f782baeaedba4dca82a44168c3f87230", "OS::stack_id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "image_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "inst_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "subnet_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet", "net_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net", "flavor_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "stack_user_project_id": "b3ceec4562f84280b9813a47371bb387", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:55:45Z", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:50,485 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa used request id req-15ec420e-ccbd-4046-be2e-c84e8a5c6cc9 2018-12-03 16:55:50,486 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:55:50,486 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:55:53,489 - create_stack - DEBUG - Stack status query timeout in 1193.25258708 2018-12-03 16:55:53,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:55:53,662 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:53 GMT Server: Apache x-openstack-request-id: req-b7d84f11-c822-49ff-9f5d-2c5e70047922 Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:53,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:53 GMT Server: Apache x-openstack-request-id: req-eb925c85-eb44-4fb9-a5f9-a0c0b4eeeb9b 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": "f782baeaedba4dca82a44168c3f87230", "OS::stack_id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "image_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "inst_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "subnet_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet", "net_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net", "flavor_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "stack_user_project_id": "b3ceec4562f84280b9813a47371bb387", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:55:45Z", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:53,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa used request id req-eb925c85-eb44-4fb9-a5f9-a0c0b4eeeb9b 2018-12-03 16:55:53,933 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:55:53,933 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:55:56,935 - create_stack - DEBUG - Stack status query timeout in 1189.80666018 2018-12-03 16:55:56,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:55:57,112 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:55:56 GMT Server: Apache x-openstack-request-id: req-d4ce066b-c40e-48c7-9be3-cf5288df8511 Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:55:57,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:55:57 GMT Server: Apache x-openstack-request-id: req-b5a14df6-dd6b-40ac-b3b9-b74938756467 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": "f782baeaedba4dca82a44168c3f87230", "OS::stack_id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "image_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "inst_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "subnet_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet", "net_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net", "flavor_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "stack_user_project_id": "b3ceec4562f84280b9813a47371bb387", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:55:45Z", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:55:57,187 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa used request id req-b5a14df6-dd6b-40ac-b3b9-b74938756467 2018-12-03 16:55:57,187 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:55:57,187 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:56:00,190 - create_stack - DEBUG - Stack status query timeout in 1186.55124617 2018-12-03 16:56:00,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:00,221 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:00 GMT Server: Apache x-openstack-request-id: req-783b7e65-e322-47a0-8e05-8164cec2cd1c Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:00,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:00 GMT Server: Apache x-openstack-request-id: req-894a8701-69a0-4953-9d13-39506a286c11 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": "f782baeaedba4dca82a44168c3f87230", "OS::stack_id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "image_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "inst_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "subnet_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet", "net_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net", "flavor_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "stack_user_project_id": "b3ceec4562f84280b9813a47371bb387", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:55:45Z", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:56:00,411 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa used request id req-894a8701-69a0-4953-9d13-39506a286c11 2018-12-03 16:56:00,411 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:56:00,411 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:56:03,412 - create_stack - DEBUG - Stack status query timeout in 1183.3300221 2018-12-03 16:56:03,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:03,592 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:03 GMT Server: Apache x-openstack-request-id: req-097a6539-babc-46f1-bdfc-0cf829b22170 Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:03,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:03 GMT Server: Apache x-openstack-request-id: req-dd3bfeee-5e90-4325-b319-6b972810b872 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": "f782baeaedba4dca82a44168c3f87230", "OS::stack_id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "image_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "inst_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "subnet_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet", "net_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net", "flavor_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "stack_user_project_id": "b3ceec4562f84280b9813a47371bb387", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:55:45Z", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:56:03,776 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa used request id req-dd3bfeee-5e90-4325-b319-6b972810b872 2018-12-03 16:56:03,776 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-03 16:56:03,777 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack 2018-12-03 16:56:03,777 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack 2018-12-03 16:56:03,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:03,959 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:03 GMT Server: Apache x-openstack-request-id: req-722bbcc3-9a91-4940-9ea5-646ac6b7c5b4 Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:04,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:03 GMT Server: Apache x-openstack-request-id: req-df0fe416-520a-4180-b0da-e3f35c31e281 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.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-03T16:55:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:55:46Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d241df21-f578-4cc3-8553-8e366705b564", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-03T16:55:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:55:46Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "952b1531-c67d-4d6b-ae80-5eaa8f8e2213", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-03T16:55:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:55:46Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-03T16:55:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:55:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "02b7236f-7283-4169-9c90-ef1472dce0ec", "resource_type": "OS::Nova::Server"}]} 2018-12-03 16:56:04,002 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources used request id req-df0fe416-520a-4180-b0da-e3f35c31e281 2018-12-03 16:56:04,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:04,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16: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-5d29fe7f-fcec-44aa-940f-5eb74324b1a7 x-compute-request-id: req-5d29fe7f-fcec-44aa-940f-5eb74324b1a7 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:81:69", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "bookmark"}], "image": {"id": "73e6f4f4-d34d-4149-b40a-c7be14058346", "links": [{"href": "http://172.30.9.30:8774/images/73e6f4f4-d34d-4149-b40a-c7be14058346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:55:58.000000", "flavor": {"id": "1361e16e-bbc2-471e-9660-a7fe2c57df95", "links": [{"href": "http://172.30.9.30:8774/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95", "rel": "bookmark"}]}, "id": "02b7236f-7283-4169-9c90-ef1472dce0ec", "security_groups": [{"name": "default"}], "user_id": "be788853bd4943b7bd8c5bbf509bcd22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:55:58Z", "hostId": "9e3126450450dead7e91de39f3777e09b542ccc769554667f2085c14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "created": "2018-12-03T16:55:53Z", "tenant_id": "f782baeaedba4dca82a44168c3f87230", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:56:04,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec used request id req-5d29fe7f-fcec-44aa-940f-5eb74324b1a7 2018-12-03 16:56:04,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:04,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-0040b201-6601-4ee1-925e-4880067420a9 Date: Mon, 03 Dec 2018 16:56: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":["952b1531-c67d-4d6b-ae80-5eaa8f8e2213"],"updated_at":"2018-12-03T16:55:48Z","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f782baeaedba4dca82a44168c3f87230","id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}]} 2018-12-03 16:56:04,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net used request id req-0040b201-6601-4ee1-925e-4880067420a9 2018-12-03 16:56:04,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:56:04,474 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:56: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:56:04,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:04,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2f075db-a32e-48ce-81a4-86767a5e7d06 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230"}, "enabled": true, "id": "f782baeaedba4dca82a44168c3f87230", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}} 2018-12-03 16:56:04,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 used request id req-c2f075db-a32e-48ce-81a4-86767a5e7d06 2018-12-03 16:56:04,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:04,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-732894ef-1dd9-4a0b-907a-5d6e3dd2597b Date: Mon, 03 Dec 2018 16:56:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:48Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:48Z","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":"f782baeaedba4dca82a44168c3f87230","id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","subnetpool_id":null,"name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet"}]} 2018-12-03 16:56:04,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-732894ef-1dd9-4a0b-907a-5d6e3dd2597b 2018-12-03 16:56:04,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:04,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-59f9ee6b-9e0c-4b7e-976d-a2165d1ed13a Date: Mon, 03 Dec 2018 16:56:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.3"}],"id":"01b4b8ad-2aec-470b-bbfb-c6ee8f989d8e","security_groups":[],"mac_address":"fa:16:3e:46:64:cc","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.4"}],"id":"730e9747-fe9d-4078-a1d0-0f8ee4007dd7","security_groups":[],"mac_address":"fa:16:3e:3d:e4:3d","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.2"}],"id":"9953b379-ae8d-49e3-b546-7770e2374713","security_groups":[],"mac_address":"fa:16:3e:ae:3f:e1","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.7"}],"id":"d241df21-f578-4cc3-8553-8e366705b564","security_groups":["e5c387fd-5c3d-48d8-ae46-7be09cface8d"],"mac_address":"fa:16:3e:41:81:69","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"02b7236f-7283-4169-9c90-ef1472dce0ec"}]} 2018-12-03 16:56:04,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-59f9ee6b-9e0c-4b7e-976d-a2165d1ed13a 2018-12-03 16:56:04,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:05,061 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:04 GMT Server: Apache x-openstack-request-id: req-303cf957-77f9-433d-a3ad-86912500d735 Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:05,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:05 GMT Server: Apache x-openstack-request-id: req-83a8580b-532e-4c92-a4b6-1dbe3fa3b903 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.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-03T16:55:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:55:46Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d241df21-f578-4cc3-8553-8e366705b564", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-03T16:55:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:55:46Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "952b1531-c67d-4d6b-ae80-5eaa8f8e2213", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-03T16:55:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:55:46Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-03T16:55:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:55:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "02b7236f-7283-4169-9c90-ef1472dce0ec", "resource_type": "OS::Nova::Server"}]} 2018-12-03 16:56:05,104 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa/resources used request id req-83a8580b-532e-4c92-a4b6-1dbe3fa3b903 2018-12-03 16:56:05,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:05,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56: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-31ae2cc5-dda2-4a51-a274-57a373b850d8 x-compute-request-id: req-31ae2cc5-dda2-4a51-a274-57a373b850d8 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1361e16e-bbc2-471e-9660-a7fe2c57df95", "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:56:05,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95 used request id req-31ae2cc5-dda2-4a51-a274-57a373b850d8 2018-12-03 16:56:05,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/952b1531-c67d-4d6b-ae80-5eaa8f8e2213 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:05,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-e2173eb5-05f5-4e94-afa0-c9307b7c5000 Date: Mon, 03 Dec 2018 16:56:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:48Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:48Z","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":"f782baeaedba4dca82a44168c3f87230","id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","subnetpool_id":null,"name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet"}} 2018-12-03 16:56:05,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/952b1531-c67d-4d6b-ae80-5eaa8f8e2213 used request id req-e2173eb5-05f5-4e94-afa0-c9307b7c5000 2018-12-03 16:56:05,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:05,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-be37dd21-49f5-42bc-a1c3-31e580b2a957 Date: Mon, 03 Dec 2018 16:56: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":["952b1531-c67d-4d6b-ae80-5eaa8f8e2213"],"updated_at":"2018-12-03T16:55:48Z","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f782baeaedba4dca82a44168c3f87230","id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}]} 2018-12-03 16:56:05,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-be37dd21-49f5-42bc-a1c3-31e580b2a957 2018-12-03 16:56:05,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:05,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-1fcd1952-8a04-498d-9f67-dc4f25ac2a43 Date: Mon, 03 Dec 2018 16:56:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:48Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:48Z","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":"f782baeaedba4dca82a44168c3f87230","id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","subnetpool_id":null,"name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet"}]} 2018-12-03 16:56:05,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-1fcd1952-8a04-498d-9f67-dc4f25ac2a43 2018-12-03 16:56:05,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:05,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2eb4326d-e91b-48ba-81b9-4dc8095ab908 Date: Mon, 03 Dec 2018 16:56: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":["952b1531-c67d-4d6b-ae80-5eaa8f8e2213"],"updated_at":"2018-12-03T16:55:48Z","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f782baeaedba4dca82a44168c3f87230","id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}]} 2018-12-03 16:56:05,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net used request id req-2eb4326d-e91b-48ba-81b9-4dc8095ab908 2018-12-03 16:56:05,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:05,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ffc0923-aa87-4c84-bab6-3b8526fe171c Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230"}, "enabled": true, "id": "f782baeaedba4dca82a44168c3f87230", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}} 2018-12-03 16:56:05,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 used request id req-6ffc0923-aa87-4c84-bab6-3b8526fe171c 2018-12-03 16:56:05,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:05,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-3675bedb-283d-4f49-8a7a-e5842ccf5e0b Date: Mon, 03 Dec 2018 16:56:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:48Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:48Z","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":"f782baeaedba4dca82a44168c3f87230","id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","subnetpool_id":null,"name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet"}]} 2018-12-03 16:56:05,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-3675bedb-283d-4f49-8a7a-e5842ccf5e0b 2018-12-03 16:56:05,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07&mac_address=fa%3A16%3A3e%3A41%3A81%3A69&name=CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:05,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-2fa82d5c-6980-45f7-ac91-ed222670b57c Date: Mon, 03 Dec 2018 16:56:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.7"}],"id":"d241df21-f578-4cc3-8553-8e366705b564","security_groups":["e5c387fd-5c3d-48d8-ae46-7be09cface8d"],"mac_address":"fa:16:3e:41:81:69","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"02b7236f-7283-4169-9c90-ef1472dce0ec"}]} 2018-12-03 16:56:05,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07&mac_address=fa%3A16%3A3e%3A41%3A81%3A69&name=CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw&admin_state_up=True used request id req-2fa82d5c-6980-45f7-ac91-ed222670b57c 2018-12-03 16:56:05,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:06,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07c0c923-dab1-4516-899c-a7589062f9c3 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230"}, "enabled": true, "id": "f782baeaedba4dca82a44168c3f87230", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}} 2018-12-03 16:56:06,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 used request id req-07c0c923-dab1-4516-899c-a7589062f9c3 2018-12-03 16:56:06,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:06,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2fe0e571-54a1-448a-b1c8-fadbef3e8b58 Date: Mon, 03 Dec 2018 16:56: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":["952b1531-c67d-4d6b-ae80-5eaa8f8e2213"],"updated_at":"2018-12-03T16:55:48Z","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f782baeaedba4dca82a44168c3f87230","id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}]} 2018-12-03 16:56:06,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net used request id req-2fe0e571-54a1-448a-b1c8-fadbef3e8b58 2018-12-03 16:56:06,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:06,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-e4b8162a-1d2e-4cb8-bd93-9c8c9684b8ad Date: Mon, 03 Dec 2018 16:56:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:48Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:48Z","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":"f782baeaedba4dca82a44168c3f87230","id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","subnetpool_id":null,"name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet"}]} 2018-12-03 16:56:06,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-e4b8162a-1d2e-4cb8-bd93-9c8c9684b8ad 2018-12-03 16:56:06,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:06,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-1295e5be-7b09-457e-b3de-ae11cbbf9471 Date: Mon, 03 Dec 2018 16:56:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.3"}],"id":"01b4b8ad-2aec-470b-bbfb-c6ee8f989d8e","security_groups":[],"mac_address":"fa:16:3e:46:64:cc","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.4"}],"id":"730e9747-fe9d-4078-a1d0-0f8ee4007dd7","security_groups":[],"mac_address":"fa:16:3e:3d:e4:3d","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.2"}],"id":"9953b379-ae8d-49e3-b546-7770e2374713","security_groups":[],"mac_address":"fa:16:3e:ae:3f:e1","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.7"}],"id":"d241df21-f578-4cc3-8553-8e366705b564","security_groups":["e5c387fd-5c3d-48d8-ae46-7be09cface8d"],"mac_address":"fa:16:3e:41:81:69","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"02b7236f-7283-4169-9c90-ef1472dce0ec"}]} 2018-12-03 16:56:06,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-1295e5be-7b09-457e-b3de-ae11cbbf9471 2018-12-03 16:56:06,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:06,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c7c0454a-e458-48a2-a148-6eae4b9ef058 Date: Mon, 03 Dec 2018 16:56:06 GMT RESP BODY: {"floatingips": []} 2018-12-03 16:56:06,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-c7c0454a-e458-48a2-a148-6eae4b9ef058 2018-12-03 16:56:06,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:56:06,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:56:07,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1ed9c7fda61f414bbbc8a512255f9928", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:56:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f782baeaedba4dca82a44168c3f87230", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-02c35a51-05bc-481-user", "id": "be788853bd4943b7bd8c5bbf509bcd22"}, "audit_ids": ["UKfRe83sSiq3bOFPvF2FYQ"], "issued_at": "2018-12-03T16:56:07.000000Z"}} 2018-12-03 16:56:07,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:07,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68aa78ae-a4c4-4a86-a9a6-4358a7337d84 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:56:07,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-68aa78ae-a4c4-4a86-a9a6-4358a7337d84 2018-12-03 16:56:07,220 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:56:07,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:07,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-978800fd-44d8-4501-a64b-bb6d040a0619 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:56:07,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-978800fd-44d8-4501-a64b-bb6d040a0619 2018-12-03 16:56:07,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:07,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-d89efebc-f11a-427c-a327-d1cc683bd99a Date: Mon, 03 Dec 2018 16:56: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":["952b1531-c67d-4d6b-ae80-5eaa8f8e2213"],"updated_at":"2018-12-03T16:55:48Z","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f782baeaedba4dca82a44168c3f87230","id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}]} 2018-12-03 16:56:07,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net used request id req-d89efebc-f11a-427c-a327-d1cc683bd99a 2018-12-03 16:56:07,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:56:07,569 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:56:07,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:07,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39a5a962-82c1-4791-a4cd-32e7f4b78997 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230"}, "enabled": true, "id": "f782baeaedba4dca82a44168c3f87230", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}} 2018-12-03 16:56:07,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 used request id req-39a5a962-82c1-4791-a4cd-32e7f4b78997 2018-12-03 16:56:07,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:07,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-936cd558-b80b-42c1-931c-78d46b28fa01 Date: Mon, 03 Dec 2018 16:56:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:48Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:48Z","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":"f782baeaedba4dca82a44168c3f87230","id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","subnetpool_id":null,"name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet"}]} 2018-12-03 16:56:07,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-936cd558-b80b-42c1-931c-78d46b28fa01 2018-12-03 16:56:07,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07&mac_address=fa%3A16%3A3e%3A41%3A81%3A69&name=CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:08,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-df51c170-dcda-4ef2-978d-323d079c4df0 Date: Mon, 03 Dec 2018 16:56:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.7"}],"id":"d241df21-f578-4cc3-8553-8e366705b564","security_groups":["e5c387fd-5c3d-48d8-ae46-7be09cface8d"],"mac_address":"fa:16:3e:41:81:69","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"02b7236f-7283-4169-9c90-ef1472dce0ec"}]} 2018-12-03 16:56:08,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07&mac_address=fa%3A16%3A3e%3A41%3A81%3A69&name=CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw&admin_state_up=True used request id req-df51c170-dcda-4ef2-978d-323d079c4df0 2018-12-03 16:56:08,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:08,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff97dd5-1b0b-4876-9747-2b3dbf56b60b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230"}, "enabled": true, "id": "f782baeaedba4dca82a44168c3f87230", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}} 2018-12-03 16:56:08,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 used request id req-0ff97dd5-1b0b-4876-9747-2b3dbf56b60b 2018-12-03 16:56:08,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:09,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56: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-d43cfb74-9615-4860-a007-c2c829405547 x-compute-request-id: req-d43cfb74-9615-4860-a007-c2c829405547 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:81:69", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "bookmark"}], "image": {"id": "73e6f4f4-d34d-4149-b40a-c7be14058346", "links": [{"href": "http://172.30.9.30:8774/images/73e6f4f4-d34d-4149-b40a-c7be14058346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:55:58.000000", "flavor": {"id": "1361e16e-bbc2-471e-9660-a7fe2c57df95", "links": [{"href": "http://172.30.9.30:8774/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95", "rel": "bookmark"}]}, "id": "02b7236f-7283-4169-9c90-ef1472dce0ec", "security_groups": [{"name": "default"}], "user_id": "be788853bd4943b7bd8c5bbf509bcd22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:55:58Z", "hostId": "9e3126450450dead7e91de39f3777e09b542ccc769554667f2085c14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "created": "2018-12-03T16:55:53Z", "tenant_id": "f782baeaedba4dca82a44168c3f87230", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 16:56:09,242 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst used request id req-d43cfb74-9615-4860-a007-c2c829405547 2018-12-03 16:56:09,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:09,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-ce68937b-438a-400f-959f-baf18668e90e Date: Mon, 03 Dec 2018 16: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":["952b1531-c67d-4d6b-ae80-5eaa8f8e2213"],"updated_at":"2018-12-03T16:55:48Z","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f782baeaedba4dca82a44168c3f87230","id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}]} 2018-12-03 16:56:09,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net used request id req-ce68937b-438a-400f-959f-baf18668e90e 2018-12-03 16:56:09,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:09,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-00f73653-5030-4bbc-aad2-133c0970c4d4 Date: Mon, 03 Dec 2018 16:56:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:48Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:48Z","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":"f782baeaedba4dca82a44168c3f87230","id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","subnetpool_id":null,"name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet"}]} 2018-12-03 16:56:09,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-00f73653-5030-4bbc-aad2-133c0970c4d4 2018-12-03 16:56:09,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:09,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-256937ca-8693-41c7-8fca-242cc20fab00 Date: Mon, 03 Dec 2018 16:56:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.3"}],"id":"01b4b8ad-2aec-470b-bbfb-c6ee8f989d8e","security_groups":[],"mac_address":"fa:16:3e:46:64:cc","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.4"}],"id":"730e9747-fe9d-4078-a1d0-0f8ee4007dd7","security_groups":[],"mac_address":"fa:16:3e:3d:e4:3d","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.2"}],"id":"9953b379-ae8d-49e3-b546-7770e2374713","security_groups":[],"mac_address":"fa:16:3e:ae:3f:e1","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.7"}],"id":"d241df21-f578-4cc3-8553-8e366705b564","security_groups":["e5c387fd-5c3d-48d8-ae46-7be09cface8d"],"mac_address":"fa:16:3e:41:81:69","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"02b7236f-7283-4169-9c90-ef1472dce0ec"}]} 2018-12-03 16:56:09,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-256937ca-8693-41c7-8fca-242cc20fab00 2018-12-03 16:56:09,627 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst 2018-12-03 16:56:09,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:09,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0bb431a9-19fc-49b1-9fcf-7553d292ac6e Date: Mon, 03 Dec 2018 16:56:09 GMT RESP BODY: {"floatingips": []} 2018-12-03 16:56:09,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-0bb431a9-19fc-49b1-9fcf-7553d292ac6e 2018-12-03 16:56:09,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:10,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3742cf8-c95d-466c-b095-52a22b421aca x-compute-request-id: req-e3742cf8-c95d-466c-b095-52a22b421aca Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:81:69", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "bookmark"}], "image": {"id": "73e6f4f4-d34d-4149-b40a-c7be14058346", "links": [{"href": "http://172.30.9.30:8774/images/73e6f4f4-d34d-4149-b40a-c7be14058346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:55:58.000000", "flavor": {"id": "1361e16e-bbc2-471e-9660-a7fe2c57df95", "links": [{"href": "http://172.30.9.30:8774/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95", "rel": "bookmark"}]}, "id": "02b7236f-7283-4169-9c90-ef1472dce0ec", "security_groups": [{"name": "default"}], "user_id": "be788853bd4943b7bd8c5bbf509bcd22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:55:58Z", "hostId": "9e3126450450dead7e91de39f3777e09b542ccc769554667f2085c14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "created": "2018-12-03T16:55:53Z", "tenant_id": "f782baeaedba4dca82a44168c3f87230", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:56:10,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec used request id req-e3742cf8-c95d-466c-b095-52a22b421aca 2018-12-03 16:56:10,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:10,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-cab6dfe4-4a01-4749-b569-057efaf2dd93 Date: Mon, 03 Dec 2018 16:56: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":["952b1531-c67d-4d6b-ae80-5eaa8f8e2213"],"updated_at":"2018-12-03T16:55:48Z","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f782baeaedba4dca82a44168c3f87230","id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}]} 2018-12-03 16:56:10,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net used request id req-cab6dfe4-4a01-4749-b569-057efaf2dd93 2018-12-03 16:56:10,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:10,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05de8d73-f0d5-48b6-b613-f5184abc3342 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230"}, "enabled": true, "id": "f782baeaedba4dca82a44168c3f87230", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}} 2018-12-03 16:56:10,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 used request id req-05de8d73-f0d5-48b6-b613-f5184abc3342 2018-12-03 16:56:10,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:10,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-00ff6947-dc98-40fc-9279-b5ef4eb3f66e Date: Mon, 03 Dec 2018 16:56:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:48Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:48Z","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":"f782baeaedba4dca82a44168c3f87230","id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","subnetpool_id":null,"name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet"}]} 2018-12-03 16:56:10,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-00ff6947-dc98-40fc-9279-b5ef4eb3f66e 2018-12-03 16:56:10,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:10,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-d559306f-7c86-4e90-9c55-bcf185c51964 Date: Mon, 03 Dec 2018 16:56:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.3"}],"id":"01b4b8ad-2aec-470b-bbfb-c6ee8f989d8e","security_groups":[],"mac_address":"fa:16:3e:46:64:cc","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.4"}],"id":"730e9747-fe9d-4078-a1d0-0f8ee4007dd7","security_groups":[],"mac_address":"fa:16:3e:3d:e4:3d","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.2"}],"id":"9953b379-ae8d-49e3-b546-7770e2374713","security_groups":[],"mac_address":"fa:16:3e:ae:3f:e1","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.7"}],"id":"d241df21-f578-4cc3-8553-8e366705b564","security_groups":["e5c387fd-5c3d-48d8-ae46-7be09cface8d"],"mac_address":"fa:16:3e:41:81:69","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"02b7236f-7283-4169-9c90-ef1472dce0ec"}]} 2018-12-03 16:56:10,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-d559306f-7c86-4e90-9c55-bcf185c51964 2018-12-03 16:56:10,761 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:56:10,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:56:11,134 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1ed9c7fda61f414bbbc8a512255f9928", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:56:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f782baeaedba4dca82a44168c3f87230", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/f782baeaedba4dca82a44168c3f87230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/f782baeaedba4dca82a44168c3f87230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/f782baeaedba4dca82a44168c3f87230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-02c35a51-05bc-481-user", "id": "be788853bd4943b7bd8c5bbf509bcd22"}, "audit_ids": ["Xr_xPofDRQOOLBUWVLhzAA"], "issued_at": "2018-12-03T16:56:11.000000Z"}} 2018-12-03 16:56:11,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49448988451b67f669d06ac5cf918334fec5aa34" 2018-12-03 16:56:11,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cf63889-e196-4430-a3d7-38c35bb27339 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:56:11,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8cf63889-e196-4430-a3d7-38c35bb27339 2018-12-03 16:56:11,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:11,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56: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-eaea632c-666c-4135-b19d-4d972cf36ee9 x-compute-request-id: req-eaea632c-666c-4135-b19d-4d972cf36ee9 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:81:69", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "bookmark"}], "image": {"id": "73e6f4f4-d34d-4149-b40a-c7be14058346", "links": [{"href": "http://172.30.9.30:8774/images/73e6f4f4-d34d-4149-b40a-c7be14058346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:55:58.000000", "flavor": {"id": "1361e16e-bbc2-471e-9660-a7fe2c57df95", "links": [{"href": "http://172.30.9.30:8774/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95", "rel": "bookmark"}]}, "id": "02b7236f-7283-4169-9c90-ef1472dce0ec", "security_groups": [{"name": "default"}], "user_id": "be788853bd4943b7bd8c5bbf509bcd22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:55:58Z", "hostId": "9e3126450450dead7e91de39f3777e09b542ccc769554667f2085c14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "created": "2018-12-03T16:55:53Z", "tenant_id": "f782baeaedba4dca82a44168c3f87230", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:56:11,971 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec used request id req-eaea632c-666c-4135-b19d-4d972cf36ee9 2018-12-03 16:56:11,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:12,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-5fcaf17a-7478-416c-95cd-ebb3f0b492d9 Date: Mon, 03 Dec 2018 16:56: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":["952b1531-c67d-4d6b-ae80-5eaa8f8e2213"],"updated_at":"2018-12-03T16:55:48Z","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f782baeaedba4dca82a44168c3f87230","id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}]} 2018-12-03 16:56:12,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net used request id req-5fcaf17a-7478-416c-95cd-ebb3f0b492d9 2018-12-03 16:56:12,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:12,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14c0cc85-5954-400b-868b-8dde583f5eee Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230"}, "enabled": true, "id": "f782baeaedba4dca82a44168c3f87230", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}} 2018-12-03 16:56:12,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 used request id req-14c0cc85-5954-400b-868b-8dde583f5eee 2018-12-03 16:56:12,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:12,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-c9a2d0eb-981d-493d-bb85-4898a337d063 Date: Mon, 03 Dec 2018 16:56:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:48Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:48Z","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":"f782baeaedba4dca82a44168c3f87230","id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","subnetpool_id":null,"name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet"}]} 2018-12-03 16:56:12,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-c9a2d0eb-981d-493d-bb85-4898a337d063 2018-12-03 16:56:12,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:12,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-908573a7-0ea9-4c8f-9ffc-07b9f134a725 Date: Mon, 03 Dec 2018 16:56:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.3"}],"id":"01b4b8ad-2aec-470b-bbfb-c6ee8f989d8e","security_groups":[],"mac_address":"fa:16:3e:46:64:cc","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.4"}],"id":"730e9747-fe9d-4078-a1d0-0f8ee4007dd7","security_groups":[],"mac_address":"fa:16:3e:3d:e4:3d","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.2"}],"id":"9953b379-ae8d-49e3-b546-7770e2374713","security_groups":[],"mac_address":"fa:16:3e:ae:3f:e1","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.7"}],"id":"d241df21-f578-4cc3-8553-8e366705b564","security_groups":["e5c387fd-5c3d-48d8-ae46-7be09cface8d"],"mac_address":"fa:16:3e:41:81:69","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"02b7236f-7283-4169-9c90-ef1472dce0ec"}]} 2018-12-03 16:56:12,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-908573a7-0ea9-4c8f-9ffc-07b9f134a725 2018-12-03 16:56:12,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49448988451b67f669d06ac5cf918334fec5aa34" 2018-12-03 16:56:13,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8925cbfd-8431-493c-8637-3d4a7c50c137 x-compute-request-id: req-8925cbfd-8431-493c-8637-3d4a7c50c137 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:81:69", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "bookmark"}], "image": {"id": "73e6f4f4-d34d-4149-b40a-c7be14058346", "links": [{"href": "http://172.30.9.30:8774/images/73e6f4f4-d34d-4149-b40a-c7be14058346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:55:58.000000", "flavor": {"id": "1361e16e-bbc2-471e-9660-a7fe2c57df95", "links": [{"href": "http://172.30.9.30:8774/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95", "rel": "bookmark"}]}, "id": "02b7236f-7283-4169-9c90-ef1472dce0ec", "security_groups": [{"name": "default"}], "user_id": "be788853bd4943b7bd8c5bbf509bcd22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:55:58Z", "hostId": "9e3126450450dead7e91de39f3777e09b542ccc769554667f2085c14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "created": "2018-12-03T16:55:53Z", "tenant_id": "f782baeaedba4dca82a44168c3f87230", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 16:56:13,498 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst used request id req-8925cbfd-8431-493c-8637-3d4a7c50c137 2018-12-03 16:56:13,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49448988451b67f669d06ac5cf918334fec5aa34" 2018-12-03 16:56:13,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-947b51d3-1330-4126-8e8e-cae7c9f7dd71 Date: Mon, 03 Dec 2018 16:56: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":["952b1531-c67d-4d6b-ae80-5eaa8f8e2213"],"updated_at":"2018-12-03T16:55:48Z","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f782baeaedba4dca82a44168c3f87230","id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}]} 2018-12-03 16:56:13,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net used request id req-947b51d3-1330-4126-8e8e-cae7c9f7dd71 2018-12-03 16:56:13,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49448988451b67f669d06ac5cf918334fec5aa34" 2018-12-03 16:56:13,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a7807816-960d-4afa-8f1b-b379a5e3093f Date: Mon, 03 Dec 2018 16:56:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:48Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:48Z","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":"f782baeaedba4dca82a44168c3f87230","id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","subnetpool_id":null,"name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet"}]} 2018-12-03 16:56:13,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-a7807816-960d-4afa-8f1b-b379a5e3093f 2018-12-03 16:56:13,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49448988451b67f669d06ac5cf918334fec5aa34" 2018-12-03 16:56:14,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-26029dd3-0441-4de3-8f53-068f96cbf73a Date: Mon, 03 Dec 2018 16:56:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.3"}],"id":"01b4b8ad-2aec-470b-bbfb-c6ee8f989d8e","security_groups":[],"mac_address":"fa:16:3e:46:64:cc","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.4"}],"id":"730e9747-fe9d-4078-a1d0-0f8ee4007dd7","security_groups":[],"mac_address":"fa:16:3e:3d:e4:3d","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.2"}],"id":"9953b379-ae8d-49e3-b546-7770e2374713","security_groups":[],"mac_address":"fa:16:3e:ae:3f:e1","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.7"}],"id":"d241df21-f578-4cc3-8553-8e366705b564","security_groups":["e5c387fd-5c3d-48d8-ae46-7be09cface8d"],"mac_address":"fa:16:3e:41:81:69","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"02b7236f-7283-4169-9c90-ef1472dce0ec"}]} 2018-12-03 16:56:14,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-26029dd3-0441-4de3-8f53-068f96cbf73a 2018-12-03 16:56:14,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:14,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56: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-5dbd9a02-a9f7-4f4d-a1bb-313d5cc699d2 x-compute-request-id: req-5dbd9a02-a9f7-4f4d-a1bb-313d5cc699d2 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:81:69", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "bookmark"}], "image": {"id": "73e6f4f4-d34d-4149-b40a-c7be14058346", "links": [{"href": "http://172.30.9.30:8774/images/73e6f4f4-d34d-4149-b40a-c7be14058346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:55:58.000000", "flavor": {"id": "1361e16e-bbc2-471e-9660-a7fe2c57df95", "links": [{"href": "http://172.30.9.30:8774/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95", "rel": "bookmark"}]}, "id": "02b7236f-7283-4169-9c90-ef1472dce0ec", "security_groups": [{"name": "default"}], "user_id": "be788853bd4943b7bd8c5bbf509bcd22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:55:58Z", "hostId": "9e3126450450dead7e91de39f3777e09b542ccc769554667f2085c14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "created": "2018-12-03T16:55:53Z", "tenant_id": "f782baeaedba4dca82a44168c3f87230", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:56:14,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec used request id req-5dbd9a02-a9f7-4f4d-a1bb-313d5cc699d2 2018-12-03 16:56:14,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:15,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-eb2b3383-36d5-4b70-91e0-023ceb651fbe Date: Mon, 03 Dec 2018 16:56: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":["952b1531-c67d-4d6b-ae80-5eaa8f8e2213"],"updated_at":"2018-12-03T16:55:48Z","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f782baeaedba4dca82a44168c3f87230","id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}]} 2018-12-03 16:56:15,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net used request id req-eb2b3383-36d5-4b70-91e0-023ceb651fbe 2018-12-03 16:56:15,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:15,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4835569-75ca-4ade-b53c-7b2819e5cae0 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230"}, "enabled": true, "id": "f782baeaedba4dca82a44168c3f87230", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}} 2018-12-03 16:56:15,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 used request id req-d4835569-75ca-4ade-b53c-7b2819e5cae0 2018-12-03 16:56:15,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:15,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-9db98b62-5dfc-4e18-8d24-52c6b84d8102 Date: Mon, 03 Dec 2018 16:56:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:48Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:48Z","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":"f782baeaedba4dca82a44168c3f87230","id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","subnetpool_id":null,"name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet"}]} 2018-12-03 16:56:15,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-9db98b62-5dfc-4e18-8d24-52c6b84d8102 2018-12-03 16:56:15,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:15,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-718d93b0-f561-49aa-b119-d4d1c86cb5ef Date: Mon, 03 Dec 2018 16:56:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.3"}],"id":"01b4b8ad-2aec-470b-bbfb-c6ee8f989d8e","security_groups":[],"mac_address":"fa:16:3e:46:64:cc","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.4"}],"id":"730e9747-fe9d-4078-a1d0-0f8ee4007dd7","security_groups":[],"mac_address":"fa:16:3e:3d:e4:3d","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.2"}],"id":"9953b379-ae8d-49e3-b546-7770e2374713","security_groups":[],"mac_address":"fa:16:3e:ae:3f:e1","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.7"}],"id":"d241df21-f578-4cc3-8553-8e366705b564","security_groups":["e5c387fd-5c3d-48d8-ae46-7be09cface8d"],"mac_address":"fa:16:3e:41:81:69","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"02b7236f-7283-4169-9c90-ef1472dce0ec"}]} 2018-12-03 16:56:15,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-718d93b0-f561-49aa-b119-d4d1c86cb5ef 2018-12-03 16:56:15,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:15,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b6c952d-b2da-466f-9399-81ee92442b33 x-compute-request-id: req-9b6c952d-b2da-466f-9399-81ee92442b33 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:81:69", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "bookmark"}], "image": {"id": "73e6f4f4-d34d-4149-b40a-c7be14058346", "links": [{"href": "http://172.30.9.30:8774/images/73e6f4f4-d34d-4149-b40a-c7be14058346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:55:58.000000", "flavor": {"id": "1361e16e-bbc2-471e-9660-a7fe2c57df95", "links": [{"href": "http://172.30.9.30:8774/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95", "rel": "bookmark"}]}, "id": "02b7236f-7283-4169-9c90-ef1472dce0ec", "security_groups": [{"name": "default"}], "user_id": "be788853bd4943b7bd8c5bbf509bcd22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:55:58Z", "hostId": "9e3126450450dead7e91de39f3777e09b542ccc769554667f2085c14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "created": "2018-12-03T16:55:53Z", "tenant_id": "f782baeaedba4dca82a44168c3f87230", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:56:15,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec used request id req-9b6c952d-b2da-466f-9399-81ee92442b33 2018-12-03 16:56:15,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:16,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-6363d452-3eb8-4d7a-8af9-06f2f26ac317 Date: Mon, 03 Dec 2018 16:56: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":["952b1531-c67d-4d6b-ae80-5eaa8f8e2213"],"updated_at":"2018-12-03T16:55:48Z","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f782baeaedba4dca82a44168c3f87230","id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}]} 2018-12-03 16:56:16,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net used request id req-6363d452-3eb8-4d7a-8af9-06f2f26ac317 2018-12-03 16:56:16,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:16,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46325170-9b95-4fe2-96b9-b27c39a02a8b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230"}, "enabled": true, "id": "f782baeaedba4dca82a44168c3f87230", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}} 2018-12-03 16:56:16,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 used request id req-46325170-9b95-4fe2-96b9-b27c39a02a8b 2018-12-03 16:56:16,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:16,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-b8273602-53b2-4b88-ac70-5cb51d720b27 Date: Mon, 03 Dec 2018 16:56:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:48Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:48Z","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":"f782baeaedba4dca82a44168c3f87230","id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","subnetpool_id":null,"name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet"}]} 2018-12-03 16:56:16,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-b8273602-53b2-4b88-ac70-5cb51d720b27 2018-12-03 16:56:16,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87ebc7ad9b75b5062accb06cfcc9cfcdc615f81" 2018-12-03 16:56:16,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-9e976cda-7594-4dce-a841-5cee3575ebfc Date: Mon, 03 Dec 2018 16:56:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.3"}],"id":"01b4b8ad-2aec-470b-bbfb-c6ee8f989d8e","security_groups":[],"mac_address":"fa:16:3e:46:64:cc","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.4"}],"id":"730e9747-fe9d-4078-a1d0-0f8ee4007dd7","security_groups":[],"mac_address":"fa:16:3e:3d:e4:3d","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.2"}],"id":"9953b379-ae8d-49e3-b546-7770e2374713","security_groups":[],"mac_address":"fa:16:3e:ae:3f:e1","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.7"}],"id":"d241df21-f578-4cc3-8553-8e366705b564","security_groups":["e5c387fd-5c3d-48d8-ae46-7be09cface8d"],"mac_address":"fa:16:3e:41:81:69","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"02b7236f-7283-4169-9c90-ef1472dce0ec"}]} 2018-12-03 16:56:16,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-9e976cda-7594-4dce-a841-5cee3575ebfc 2018-12-03 16:56:16,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49448988451b67f669d06ac5cf918334fec5aa34" 2018-12-03 16:56:16,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9da3a106-73e5-4399-8506-1440b1e1964a x-compute-request-id: req-9da3a106-73e5-4399-8506-1440b1e1964a Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:81:69", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/02b7236f-7283-4169-9c90-ef1472dce0ec", "rel": "bookmark"}], "image": {"id": "73e6f4f4-d34d-4149-b40a-c7be14058346", "links": [{"href": "http://172.30.9.30:8774/images/73e6f4f4-d34d-4149-b40a-c7be14058346", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:55:58.000000", "flavor": {"id": "1361e16e-bbc2-471e-9660-a7fe2c57df95", "links": [{"href": "http://172.30.9.30:8774/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95", "rel": "bookmark"}]}, "id": "02b7236f-7283-4169-9c90-ef1472dce0ec", "security_groups": [{"name": "default"}], "user_id": "be788853bd4943b7bd8c5bbf509bcd22", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:55:58Z", "hostId": "9e3126450450dead7e91de39f3777e09b542ccc769554667f2085c14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "created": "2018-12-03T16:55:53Z", "tenant_id": "f782baeaedba4dca82a44168c3f87230", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:56:16,704 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/02b7236f-7283-4169-9c90-ef1472dce0ec used request id req-9da3a106-73e5-4399-8506-1440b1e1964a 2018-12-03 16:56:16,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49448988451b67f669d06ac5cf918334fec5aa34" 2018-12-03 16:56:16,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-596ddeba-1e95-44ed-8aae-81500847814f Date: Mon, 03 Dec 2018 16:56: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":["952b1531-c67d-4d6b-ae80-5eaa8f8e2213"],"updated_at":"2018-12-03T16:55:48Z","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f782baeaedba4dca82a44168c3f87230","id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}]} 2018-12-03 16:56:16,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net used request id req-596ddeba-1e95-44ed-8aae-81500847814f 2018-12-03 16:56:16,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49448988451b67f669d06ac5cf918334fec5aa34" 2018-12-03 16:56:17,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-41af2b04-15ae-4847-a858-72a8fc12c751 Date: Mon, 03 Dec 2018 16:56:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:48Z","dns_nameservers":[],"updated_at":"2018-12-03T16:55:48Z","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":"f782baeaedba4dca82a44168c3f87230","id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","subnetpool_id":null,"name":"CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet"}]} 2018-12-03 16:56:17,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-41af2b04-15ae-4847-a858-72a8fc12c751 2018-12-03 16:56:17,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49448988451b67f669d06ac5cf918334fec5aa34" 2018-12-03 16:56:17,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-f61eea05-ff99-4f7c-b489-453589ab9e02 Date: Mon, 03 Dec 2018 16:56:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.3"}],"id":"01b4b8ad-2aec-470b-bbfb-c6ee8f989d8e","security_groups":[],"mac_address":"fa:16:3e:46:64:cc","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.4"}],"id":"730e9747-fe9d-4078-a1d0-0f8ee4007dd7","security_groups":[],"mac_address":"fa:16:3e:3d:e4:3d","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.2"}],"id":"9953b379-ae8d-49e3-b546-7770e2374713","security_groups":[],"mac_address":"fa:16:3e:ae:3f:e1","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:55:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952b1531-c67d-4d6b-ae80-5eaa8f8e2213","ip_address":"10.0.0.7"}],"id":"d241df21-f578-4cc3-8553-8e366705b564","security_groups":["e5c387fd-5c3d-48d8-ae46-7be09cface8d"],"mac_address":"fa:16:3e:41:81:69","project_id":"f782baeaedba4dca82a44168c3f87230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack-server1_port-x7e33zbqbiaw","admin_state_up":true,"network_id":"9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07","tenant_id":"f782baeaedba4dca82a44168c3f87230","created_at":"2018-12-03T16:55:50Z","binding:vnic_type":"normal","device_id":"02b7236f-7283-4169-9c90-ef1472dce0ec"}]} 2018-12-03 16:56:17,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9b09bba4-3c81-4b9f-b45f-5ea10ecf6f07 used request id req-f61eea05-ff99-4f7c-b489-453589ab9e02 2018-12-03 16:56:17,249 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack 2018-12-03 16:56:17,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:17,426 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:17 GMT Server: Apache x-openstack-request-id: req-77b92a85-b72f-461f-8e70-55af5a04476f Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:17,655 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:56:17 GMT Server: Apache x-openstack-request-id: req-89f9a91d-5ca2-4f14-9a6b-5c8cbfcc29a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:56:17,655 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa used request id req-89f9a91d-5ca2-4f14-9a6b-5c8cbfcc29a7 2018-12-03 16:56:17,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:17,683 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:17 GMT Server: Apache x-openstack-request-id: req-748a052b-a3e8-4027-aab9-d7d4dc5f4605 Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:17,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:17 GMT Server: Apache x-openstack-request-id: req-a93fa2f5-be0f-4d68-b1f6-3f7fc58fa3dc 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": "f782baeaedba4dca82a44168c3f87230", "OS::stack_id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "image_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "inst_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "subnet_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet", "flavor_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name", "net_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "stack_user_project_id": "b3ceec4562f84280b9813a47371bb387", "tags": null, "creation_time": "2018-12-03T16:55:45Z", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:56:17Z", "id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:56:17,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa used request id req-a93fa2f5-be0f-4d68-b1f6-3f7fc58fa3dc 2018-12-03 16:56:17,710 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:56:17,710 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:56:20,713 - create_stack - DEBUG - Stack status query timeout in 1196.9416101 2018-12-03 16:56:20,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:20,743 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:20 GMT Server: Apache x-openstack-request-id: req-df108489-c321-4a6e-b47d-51fed599199e Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:20,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:20 GMT Server: Apache x-openstack-request-id: req-61415c82-553c-4e87-9354-b38e4ad263fa 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": "f782baeaedba4dca82a44168c3f87230", "OS::stack_id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "image_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "inst_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "subnet_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet", "flavor_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name", "net_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "stack_user_project_id": "b3ceec4562f84280b9813a47371bb387", "tags": null, "creation_time": "2018-12-03T16:55:45Z", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:56:17Z", "id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:56:20,770 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa used request id req-61415c82-553c-4e87-9354-b38e4ad263fa 2018-12-03 16:56:20,770 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:56:20,770 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:56:23,773 - create_stack - DEBUG - Stack status query timeout in 1193.8818171 2018-12-03 16:56:23,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:23,804 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:23 GMT Server: Apache x-openstack-request-id: req-9120b0e6-470b-49b5-8f20-3200737bde00 Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:23,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:23 GMT Server: Apache x-openstack-request-id: req-a516a54a-4f81-4cb8-a3bd-9146074b101e 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": "f782baeaedba4dca82a44168c3f87230", "OS::stack_id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "image_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "inst_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "subnet_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet", "flavor_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name", "net_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "stack_user_project_id": "b3ceec4562f84280b9813a47371bb387", "tags": null, "creation_time": "2018-12-03T16:55:45Z", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:56:17Z", "id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:56:23,845 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa used request id req-a516a54a-4f81-4cb8-a3bd-9146074b101e 2018-12-03 16:56:23,845 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:56:23,845 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:56:26,849 - create_stack - DEBUG - Stack status query timeout in 1190.80648708 2018-12-03 16:56:26,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:26,880 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:26 GMT Server: Apache x-openstack-request-id: req-ad1f7bf3-f0c0-4cc4-bd3c-e4895a274cf1 Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:26,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:26 GMT Server: Apache x-openstack-request-id: req-08a46b4d-1529-49ff-87b9-9fac5052c299 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": "f782baeaedba4dca82a44168c3f87230", "OS::stack_id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "image_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "inst_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "subnet_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet", "flavor_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name", "net_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "stack_user_project_id": "b3ceec4562f84280b9813a47371bb387", "tags": null, "creation_time": "2018-12-03T16:55:45Z", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:56:17Z", "id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:56:26,925 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa used request id req-08a46b4d-1529-49ff-87b9-9fac5052c299 2018-12-03 16:56:26,925 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:56:26,925 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:56:29,929 - create_stack - DEBUG - Stack status query timeout in 1187.72654104 2018-12-03 16:56:29,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:29,958 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:29 GMT Server: Apache x-openstack-request-id: req-f526ae84-3f7b-44a7-a484-2c7dd684f796 Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:29,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:29 GMT Server: Apache x-openstack-request-id: req-c5274158-028f-4da6-8784-a747397818aa 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": "f782baeaedba4dca82a44168c3f87230", "OS::stack_id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "image_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image", "inst_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-inst", "subnet_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-subnet", "flavor_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-flavor-name", "net_name": "CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-net"}, "deletion_time": "2018-12-03T16:56:29Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack", "stack_user_project_id": "b3ceec4562f84280b9813a47371bb387", "tags": null, "creation_time": "2018-12-03T16:55:45Z", "links": [{"href": "http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T16:56:17Z", "id": "bb03be3b-7456-4bca-9826-c9f7118b4faa", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-03 16:56:29,985 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa used request id req-c5274158-028f-4da6-8784-a747397818aa 2018-12-03 16:56:29,986 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-03 16:56:29,986 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack 2018-12-03 16:56:29,986 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack 2018-12-03 16:56:29,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/bb03be3b-7456-4bca-9826-c9f7118b4faa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdbe8af40f30a5ded0d215966c87b840566ecca" 2018-12-03 16:56:30,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:30 GMT Server: Apache x-openstack-request-id: req-37458bdb-1071-4515-be93-4bfef78873c6 Location: http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:30,137 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:56:30 GMT Server: Apache x-openstack-request-id: req-a9aa7112-9891-4977-bfcf-eedc28baf739 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-03 16:56:30,137 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/f782baeaedba4dca82a44168c3f87230/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-stack/bb03be3b-7456-4bca-9826-c9f7118b4faa used request id req-a9aa7112-9891-4977-bfcf-eedc28baf739 2018-12-03 16:56:30,139 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-dac83eed-a39e-4971-ba1c-6e879ceaaaa3-image 2018-12-03 16:56:30,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fb42ace0fe74f66604c39d8e9e4d8ef6e955ab0" 2018-12-03 16:56:31,497 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-479b6c70-00c1-491c-8740-48439d8187b4 Date: Mon, 03 Dec 2018 16:56:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:56:31,497 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/73e6f4f4-d34d-4149-b40a-c7be14058346 used request id req-479b6c70-00c1-491c-8740-48439d8187b4 2018-12-03 16:56:31,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75233429a35f083be04e4c2cf4c838172cbd974e" 2018-12-03 16:56:31,535 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:56:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-37afed28-4e6b-49d8-a324-1827012114e6 x-compute-request-id: req-37afed28-4e6b-49d8-a324-1827012114e6 Content-Length: 0 Content-Type: application/json 2018-12-03 16:56:31,536 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/1361e16e-bbc2-471e-9660-a7fe2c57df95 used request id req-37afed28-4e6b-49d8-a324-1827012114e6 2018-12-03 16:56:31,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:56:31,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c8ccadfc-39d6-44fd-99e3-a61d13e926fd Date: Mon, 03 Dec 2018 16:56:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f782baeaedba4dca82a44168c3f87230", "created_at": "2018-12-03T16:55:46Z", "updated_at": "2018-12-03T16:55:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:55:47Z", "revision_number": 0, "id": "0807aabd-9431-4f4e-a439-573af79e55d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:55:47Z", "security_group_id": "e5c387fd-5c3d-48d8-ae46-7be09cface8d", "tenant_id": "f782baeaedba4dca82a44168c3f87230", "port_range_min": null, "ethertype": "IPv4", "project_id": "f782baeaedba4dca82a44168c3f87230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:55:47Z", "revision_number": 0, "id": "27c010df-483a-4a8c-8ce7-a82b9ce03391", "remote_group_id": "e5c387fd-5c3d-48d8-ae46-7be09cface8d", "remote_ip_prefix": null, "created_at": "2018-12-03T16:55:47Z", "security_group_id": "e5c387fd-5c3d-48d8-ae46-7be09cface8d", "tenant_id": "f782baeaedba4dca82a44168c3f87230", "port_range_min": null, "ethertype": "IPv4", "project_id": "f782baeaedba4dca82a44168c3f87230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:55:47Z", "revision_number": 0, "id": "6de91168-329a-4090-bd74-8fdd560f39da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:55:47Z", "security_group_id": "e5c387fd-5c3d-48d8-ae46-7be09cface8d", "tenant_id": "f782baeaedba4dca82a44168c3f87230", "port_range_min": null, "ethertype": "IPv6", "project_id": "f782baeaedba4dca82a44168c3f87230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:55:47Z", "revision_number": 0, "id": "80316433-49eb-453b-a5bc-9bec12780893", "remote_group_id": "e5c387fd-5c3d-48d8-ae46-7be09cface8d", "remote_ip_prefix": null, "created_at": "2018-12-03T16:55:47Z", "security_group_id": "e5c387fd-5c3d-48d8-ae46-7be09cface8d", "tenant_id": "f782baeaedba4dca82a44168c3f87230", "port_range_min": null, "ethertype": "IPv6", "project_id": "f782baeaedba4dca82a44168c3f87230"}], "revision_number": 4, "project_id": "f782baeaedba4dca82a44168c3f87230", "id": "e5c387fd-5c3d-48d8-ae46-7be09cface8d", "name": "default"}]} 2018-12-03 16:56:31,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-c8ccadfc-39d6-44fd-99e3-a61d13e926fd 2018-12-03 16:56:31,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:56:31,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c21c040-b69c-4775-8c9a-0b8704910a50 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:56:31,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-6c21c040-b69c-4775-8c9a-0b8704910a50 2018-12-03 16:56:31,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:56:31,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd80e2a1-a85e-431a-9911-6e07f69d281c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:56:31,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-cd80e2a1-a85e-431a-9911-6e07f69d281c 2018-12-03 16:56:31,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:56:32,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6120714-0795-4113-b869-62da4b03fca1 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:56:32,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-e6120714-0795-4113-b869-62da4b03fca1 2018-12-03 16:56:32,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:56:32,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41ef611a-8e2e-43e9-a3a0-3f32087cb43d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230"}, "enabled": true, "id": "f782baeaedba4dca82a44168c3f87230", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-02c35a51-05bc-481-proj"}} 2018-12-03 16:56:32,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 used request id req-41ef611a-8e2e-43e9-a3a0-3f32087cb43d 2018-12-03 16:56:32,132 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e5c387fd-5c3d-48d8-ae46-7be09cface8d 2018-12-03 16:56:32,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=e5c387fd-5c3d-48d8-ae46-7be09cface8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:56:32,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-41ca6332-6c64-41aa-93e2-e3e9e7e0c61f Date: Mon, 03 Dec 2018 16:56: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-12-03T16:55:47Z", "security_group_id": "e5c387fd-5c3d-48d8-ae46-7be09cface8d", "port_range_min": null, "revision_number": 0, "tenant_id": "f782baeaedba4dca82a44168c3f87230", "created_at": "2018-12-03T16:55:47Z", "project_id": "f782baeaedba4dca82a44168c3f87230", "id": "0807aabd-9431-4f4e-a439-573af79e55d6"}, {"remote_group_id": "e5c387fd-5c3d-48d8-ae46-7be09cface8d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:55:47Z", "security_group_id": "e5c387fd-5c3d-48d8-ae46-7be09cface8d", "port_range_min": null, "revision_number": 0, "tenant_id": "f782baeaedba4dca82a44168c3f87230", "created_at": "2018-12-03T16:55:47Z", "project_id": "f782baeaedba4dca82a44168c3f87230", "id": "27c010df-483a-4a8c-8ce7-a82b9ce03391"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:55:47Z", "security_group_id": "e5c387fd-5c3d-48d8-ae46-7be09cface8d", "port_range_min": null, "revision_number": 0, "tenant_id": "f782baeaedba4dca82a44168c3f87230", "created_at": "2018-12-03T16:55:47Z", "project_id": "f782baeaedba4dca82a44168c3f87230", "id": "6de91168-329a-4090-bd74-8fdd560f39da"}, {"remote_group_id": "e5c387fd-5c3d-48d8-ae46-7be09cface8d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:55:47Z", "security_group_id": "e5c387fd-5c3d-48d8-ae46-7be09cface8d", "port_range_min": null, "revision_number": 0, "tenant_id": "f782baeaedba4dca82a44168c3f87230", "created_at": "2018-12-03T16:55:47Z", "project_id": "f782baeaedba4dca82a44168c3f87230", "id": "80316433-49eb-453b-a5bc-9bec12780893"}]} 2018-12-03 16:56:32,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=e5c387fd-5c3d-48d8-ae46-7be09cface8d used request id req-41ca6332-6c64-41aa-93e2-e3e9e7e0c61f 2018-12-03 16:56:32,326 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:56:32,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/e5c387fd-5c3d-48d8-ae46-7be09cface8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:56:32,625 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d5895240-f5e3-4f8d-881f-5c50133cae43 Content-Length: 0 Date: Mon, 03 Dec 2018 16:56:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:56:32,625 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/e5c387fd-5c3d-48d8-ae46-7be09cface8d used request id req-d5895240-f5e3-4f8d-881f-5c50133cae43 2018-12-03 16:56:32,626 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-02c35a51-05bc-481-proj 2018-12-03 16:56:32,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:56:32,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:56:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01072f46-244a-4be4-8eba-55e5a3f215ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:56:32,817 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/f782baeaedba4dca82a44168c3f87230 used request id req-01072f46-244a-4be4-8eba-55e5a3f215ca 2018-12-03 16:56:32,817 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-02c35a51-05bc-481-proj-role 2018-12-03 16:56:32,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/1ed9c7fda61f414bbbc8a512255f9928 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:56:32,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:56:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7de153f8-056f-44c9-b2e6-1183b6b8d64b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:56:32,922 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/1ed9c7fda61f414bbbc8a512255f9928 used request id req-7de153f8-056f-44c9-b2e6-1183b6b8d64b 2018-12-03 16:56:32,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f782e73849880191e8f620c3cca7eedc8eb875b" 2018-12-03 16:56:33,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b281a5f-d94e-4930-b384-12a7abcb36b3 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:56:33,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3b281a5f-d94e-4930-b384-12a7abcb36b3 2018-12-03 16:56:33,022 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-02c35a51-05bc-481-user 2018-12-03 16:56:33,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/be788853bd4943b7bd8c5bbf509bcd22 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aede023bde19d321769cb584eba95d11b90a51d" 2018-12-03 16:56:33,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:56:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-699ece27-63e5-4c00-a603-e924bb782160 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:56:33,688 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/be788853bd4943b7bd8c5bbf509bcd22 used request id req-699ece27-63e5-4c00-a603-e924bb782160 2018-12-03 16:56:33,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:56:34,081 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:56:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ZauljNRiQF2G-HYs8rzPBA"], "issued_at": "2018-12-03T16:56:34.000000Z"}} 2018-12-03 16:56:34,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4de844dcfef0b57c16bba784c2d8bcc0d1d135" 2018-12-03 16:56:34,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5acf944b-64fa-4450-bd51-189f31976757 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:56:34,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5acf944b-64fa-4450-bd51-189f31976757 2018-12-03 16:56:34,182 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:56:34,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:56:34,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:56:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["BELdVE_2SiSK4JsHMOxL0A"], "issued_at": "2018-12-03T16:56:34.000000Z"}} 2018-12-03 16:56:34,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" 2018-12-03 16:56:34,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ea0332f-2dd6-4e96-93ca-b4629e419541 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:56:34,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6ea0332f-2dd6-4e96-93ca-b4629e419541 2018-12-03 16:56:34,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:56:34,667 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:56: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:56:34,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-f4f57bea-5f85-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" 2018-12-03 16:56:34,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd6be97d-b24d-4942-aa06-65af71509607 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-f4f57bea-5f85-4a6-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:56:34,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-f4f57bea-5f85-4a6-proj used request id req-dd6be97d-b24d-4942-aa06-65af71509607 2018-12-03 16:56:34,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" 2018-12-03 16:56:34,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17f7c075-e451-415d-a540-3d6291034786 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:56:34,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-17f7c075-e451-415d-a540-3d6291034786 2018-12-03 16:56:34,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-proj"}}' 2018-12-03 16:56:34,970 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:56:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a86af73f-c926-4999-a463-e5096a36c425 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9"}, "enabled": true, "id": "baf91a0ddba849e1a323ea91cbc3b4d9", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-proj"}} 2018-12-03 16:56:34,970 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-a86af73f-c926-4999-a463-e5096a36c425 2018-12-03 16:56:34,971 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-f4f57bea-5f85-4a6-proj 2018-12-03 16:56:34,971 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:56:34,971 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:56:35,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:56:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["_SZDnARIRBSzpjSEckTauQ"], "issued_at": "2018-12-03T16:56:35.000000Z"}} 2018-12-03 16:56:35,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:35,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5e94669-5f8d-4967-a038-65e85ceae82e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:56:35,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a5e94669-5f8d-4967-a038-65e85ceae82e 2018-12-03 16:56:35,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:56:35,442 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:56:35,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:35,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f64745dc-5378-4a59-9326-0a260a32a491 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:56:35,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f64745dc-5378-4a59-9326-0a260a32a491 2018-12-03 16:56:35,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-f4f57bea-5f85-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:35,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e59f6c0-e994-4787-a405-43389ab82727 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-f4f57bea-5f85-4a6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9"}, "enabled": true, "id": "baf91a0ddba849e1a323ea91cbc3b4d9", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-proj"}]} 2018-12-03 16:56:35,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-f4f57bea-5f85-4a6-proj used request id req-7e59f6c0-e994-4787-a405-43389ab82727 2018-12-03 16:56:35,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:35,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-401c7007-5e75-454b-bd21-d03b6d9a5911 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:56:35,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-401c7007-5e75-454b-bd21-d03b6d9a5911 2018-12-03 16:56:36,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:36,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7315deb-0b07-43e4-a0ce-ad4aa23d997b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:56:36,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b7315deb-0b07-43e4-a0ce-ad4aa23d997b 2018-12-03 16:56:36,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-f4f57bea-5f85-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:36,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c936fc6e-2601-4be3-94e5-f4ef984384ca Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-f4f57bea-5f85-4a6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9"}, "enabled": true, "id": "baf91a0ddba849e1a323ea91cbc3b4d9", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-proj"}]} 2018-12-03 16:56:36,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-f4f57bea-5f85-4a6-proj used request id req-c936fc6e-2601-4be3-94e5-f4ef984384ca 2018-12-03 16:56:36,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/52e9248440eb463e80583742c3d57aa6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:36,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-162a3421-c003-403d-a362-755121af4497 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-user", "links": {"self": "http://172.30.9.30:5000/v3/users/52e9248440eb463e80583742c3d57aa6"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "baf91a0ddba849e1a323ea91cbc3b4d9", "id": "52e9248440eb463e80583742c3d57aa6", "password_expires_at": null}} 2018-12-03 16:56:36,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/52e9248440eb463e80583742c3d57aa6 used request id req-162a3421-c003-403d-a362-755121af4497 2018-12-03 16:56:36,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9/users/52e9248440eb463e80583742c3d57aa6/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:36,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcf4aad9-dbfb-47eb-a5e3-dc6a6c9a8c3a Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9/users/52e9248440eb463e80583742c3d57aa6/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 16:56:36,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9/users/52e9248440eb463e80583742c3d57aa6/roles used request id req-dcf4aad9-dbfb-47eb-a5e3-dc6a6c9a8c3a 2018-12-03 16:56:36,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:36,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d675266a-ba1e-4d97-a794-c86255b2ae38 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "domain_id": null, "name": "admin", "id": "262658b16a4440adb64abe58dbd094c0"}} 2018-12-03 16:56:36,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-d675266a-ba1e-4d97-a794-c86255b2ae38 2018-12-03 16:56:36,603 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-f4f57bea-5f85-4a6-proj 2018-12-03 16:56:36,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9/users/52e9248440eb463e80583742c3d57aa6/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:36,727 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:56:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f666c3f-93df-45e5-8d7b-828ab41ac104 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:56:36,727 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9/users/52e9248440eb463e80583742c3d57aa6/roles/262658b16a4440adb64abe58dbd094c0 used request id req-7f666c3f-93df-45e5-8d7b-828ab41ac104 2018-12-03 16:56:36,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:36,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3a7b4fd-1aa7-4a48-9bb3-367aac2b0a48 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:56:36,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b3a7b4fd-1aa7-4a48-9bb3-367aac2b0a48 2018-12-03 16:56:36,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-f4f57bea-5f85-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:36,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36fb5ec8-ba2c-451a-86e8-df57334bf5ec Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-f4f57bea-5f85-4a6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9"}, "enabled": true, "id": "baf91a0ddba849e1a323ea91cbc3b4d9", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-proj"}]} 2018-12-03 16:56:36,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-f4f57bea-5f85-4a6-proj used request id req-36fb5ec8-ba2c-451a-86e8-df57334bf5ec 2018-12-03 16:56:36,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9/users/52e9248440eb463e80583742c3d57aa6/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:36,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6d268ac-3b31-45c5-8b89-7f9e16f5d35b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9/users/52e9248440eb463e80583742c3d57aa6/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}]} 2018-12-03 16:56:36,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9/users/52e9248440eb463e80583742c3d57aa6/roles used request id req-a6d268ac-3b31-45c5-8b89-7f9e16f5d35b 2018-12-03 16:56:36,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:37,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31db6545-c2fb-4ebc-9266-8e2d9037d02e Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:56:37,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-31db6545-c2fb-4ebc-9266-8e2d9037d02e 2018-12-03 16:56:37,045 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-f4f57bea-5f85-4a6-proj 2018-12-03 16:56:37,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9/users/52e9248440eb463e80583742c3d57aa6/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:37,182 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:56:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1252185d-7fe4-4016-87b4-5a49e42fbd2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:56:37,182 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9/users/52e9248440eb463e80583742c3d57aa6/roles/84a2554f97b2457082c443c3960fe29d used request id req-1252185d-7fe4-4016-87b4-5a49e42fbd2a 2018-12-03 16:56:37,183 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-f4f57bea-5f85-4a6-user 2018-12-03 16:56:37,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:56:37,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" 2018-12-03 16:56:37,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f4c0065-9981-437c-9690-e557053a5b2f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:56:37,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1f4c0065-9981-437c-9690-e557053a5b2f 2018-12-03 16:56:37,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" -d '{"role": {"name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-proj-role"}}' 2018-12-03 16:56:37,461 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:56:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0964df3-5287-480b-af73-bfbf256c542b Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c9785394665642c5813112107b72da21", "links": {"self": "http://172.30.9.30:5000/v3/roles/c9785394665642c5813112107b72da21"}, "name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-proj-role"}} 2018-12-03 16:56:37,461 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-f0964df3-5287-480b-af73-bfbf256c542b 2018-12-03 16:56:37,461 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-f4f57bea-5f85-4a6-proj-role 2018-12-03 16:56:37,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/c9785394665642c5813112107b72da21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" 2018-12-03 16:56:37,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f3b01cf-3c13-4a84-bab3-04b90f70f787 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/c9785394665642c5813112107b72da21"}, "domain_id": null, "name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-proj-role", "id": "c9785394665642c5813112107b72da21"}} 2018-12-03 16:56:37,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/c9785394665642c5813112107b72da21 used request id req-2f3b01cf-3c13-4a84-bab3-04b90f70f787 2018-12-03 16:56:37,558 - keystone_utils - INFO - Granting role CreateStackVolumeTests-f4f57bea-5f85-4a6-proj-role to project CreateStackVolumeTests-f4f57bea-5f85-4a6-proj 2018-12-03 16:56:37,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9/users/52e9248440eb463e80583742c3d57aa6/roles/c9785394665642c5813112107b72da21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" 2018-12-03 16:56:37,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:56:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ddfcf22-71e9-474a-9cfe-dd05ccc0de52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:56:37,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9/users/52e9248440eb463e80583742c3d57aa6/roles/c9785394665642c5813112107b72da21 used request id req-4ddfcf22-71e9-474a-9cfe-dd05ccc0de52 2018-12-03 16:56:37,685 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:56:37,686 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:56:37,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:56:38,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9785394665642c5813112107b72da21", "name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-proj-role"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:56:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "baf91a0ddba849e1a323ea91cbc3b4d9", "name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-user", "id": "52e9248440eb463e80583742c3d57aa6"}, "audit_ids": ["5_N317IzRTCrAQ-9pjaQPQ"], "issued_at": "2018-12-03T16:56:38.000000Z"}} 2018-12-03 16:56:38,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e3b0f4fbc208859e69354464285e7e9b765a2a" 2018-12-03 16:56:38,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4515ccfd-76c9-431c-b3a1-f0e5b1ba41a2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:56:38,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4515ccfd-76c9-431c-b3a1-f0e5b1ba41a2 2018-12-03 16:56:38,165 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:56:38,168 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:56:38,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e3b0f4fbc208859e69354464285e7e9b765a2a" 2018-12-03 16:56:38,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:38 GMT Server: Apache x-openstack-request-id: req-7772f0f3-2489-4e12-9779-12e21a05a495 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 16:56:38,350 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack used request id req-7772f0f3-2489-4e12-9779-12e21a05a495 2018-12-03 16:56:38,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e3b0f4fbc208859e69354464285e7e9b765a2a" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-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-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume-type", "volume_name": "CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume"}}' 2018-12-03 16:56:39,957 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:56:38 GMT Server: Apache x-openstack-request-id: req-b58602c0-9a39-4006-81cf-c12612d115e7 Location: http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "cda919fe-5708-47a0-b187-8f1930eee858", "links": [{"href": "http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858", "rel": "self"}]}} 2018-12-03 16:56:39,957 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks used request id req-b58602c0-9a39-4006-81cf-c12612d115e7 2018-12-03 16:56:39,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/cda919fe-5708-47a0-b187-8f1930eee858 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e3b0f4fbc208859e69354464285e7e9b765a2a" 2018-12-03 16:56:40,153 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:39 GMT Server: Apache x-openstack-request-id: req-11642344-83a0-4276-b28c-fb76079ca951 Location: http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:40,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:40 GMT Server: Apache x-openstack-request-id: req-5a9c3b6c-e956-4d03-9609-53483efb611e 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": "baf91a0ddba849e1a323ea91cbc3b4d9", "volume_type_name": "CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume-type", "OS::stack_id": "cda919fe-5708-47a0-b187-8f1930eee858", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack", "volume_name": "CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack", "stack_user_project_id": "3a4bee2f879442369f8ae6d699c64dbf", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:56:39Z", "links": [{"href": "http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cda919fe-5708-47a0-b187-8f1930eee858", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 16:56:40,338 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 used request id req-5a9c3b6c-e956-4d03-9609-53483efb611e 2018-12-03 16:56:40,338 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack 2018-12-03 16:56:40,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/cda919fe-5708-47a0-b187-8f1930eee858 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e3b0f4fbc208859e69354464285e7e9b765a2a" 2018-12-03 16:56:40,518 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:40 GMT Server: Apache x-openstack-request-id: req-78b4df87-6b04-4d52-8c3c-8bf630341a99 Location: http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:40,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:40 GMT Server: Apache x-openstack-request-id: req-6b95741f-5e47-42a7-8dda-65b4ba3c229e 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": "baf91a0ddba849e1a323ea91cbc3b4d9", "volume_type_name": "CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume-type", "OS::stack_id": "cda919fe-5708-47a0-b187-8f1930eee858", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack", "volume_name": "CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack", "stack_user_project_id": "3a4bee2f879442369f8ae6d699c64dbf", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:56:39Z", "links": [{"href": "http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cda919fe-5708-47a0-b187-8f1930eee858", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 16:56:40,695 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 used request id req-6b95741f-5e47-42a7-8dda-65b4ba3c229e 2018-12-03 16:56:40,696 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:56:40,696 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:56:43,699 - create_stack - DEBUG - Stack status query timeout in 1196.63923001 2018-12-03 16:56:43,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/cda919fe-5708-47a0-b187-8f1930eee858 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e3b0f4fbc208859e69354464285e7e9b765a2a" 2018-12-03 16:56:43,984 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:43 GMT Server: Apache x-openstack-request-id: req-73378dd7-c37b-47a5-9734-201eb419ff16 Location: http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:44,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:43 GMT Server: Apache x-openstack-request-id: req-2cadd30d-70bd-4244-bcb5-d690075c1b7d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 537 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": "baf91a0ddba849e1a323ea91cbc3b4d9", "volume_type_name": "CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume-type", "OS::stack_id": "cda919fe-5708-47a0-b187-8f1930eee858", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack", "volume_name": "CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack", "stack_user_project_id": "3a4bee2f879442369f8ae6d699c64dbf", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:56:39Z", "links": [{"href": "http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "cda919fe-5708-47a0-b187-8f1930eee858", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 16:56:44,189 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 used request id req-2cadd30d-70bd-4244-bcb5-d690075c1b7d 2018-12-03 16:56:44,190 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-03 16:56:44,190 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack 2018-12-03 16:56:44,190 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack 2018-12-03 16:56:44,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/cda919fe-5708-47a0-b187-8f1930eee858/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e3b0f4fbc208859e69354464285e7e9b765a2a" 2018-12-03 16:56:44,384 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:44 GMT Server: Apache x-openstack-request-id: req-095dbfa8-f4ea-4d97-a4ad-d4e660793e0f Location: http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:44,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:44 GMT Server: Apache x-openstack-request-id: req-bbd65dab-dd31-4e2d-bdb5-6ffe81760b3e 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.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858/resources/volume", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-12-03T16:56:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:56:39Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9c10dd67-24ef-4608-982c-a6b472355985", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-12-03T16:56:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:56:39Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "0462a11a-ad44-4338-bb3b-b3c7895c9394", "resource_type": "OS::Cinder::VolumeType"}]} 2018-12-03 16:56:44,564 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858/resources used request id req-bbd65dab-dd31-4e2d-bdb5-6ffe81760b3e 2018-12-03 16:56:44,567 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/baf91a0ddba849e1a323ea91cbc3b4d9/volumes/9c10dd67-24ef-4608-982c-a6b472355985 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e3b0f4fbc208859e69354464285e7e9b765a2a" 2018-12-03 16:56:44,776 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:44 GMT Server: Apache x-compute-request-id: req-87483d97-ceb3-4e1f-baf4-1550f2ac6c90 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-87483d97-ceb3-4e1f-baf4-1550f2ac6c90 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/baf91a0ddba849e1a323ea91cbc3b4d9/volumes/9c10dd67-24ef-4608-982c-a6b472355985", "rel": "self"}, {"href": "http://172.30.9.30:8776/baf91a0ddba849e1a323ea91cbc3b4d9/volumes/9c10dd67-24ef-4608-982c-a6b472355985", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T16:56:41.000000", "replication_status": null, "snapshot_id": null, "id": "9c10dd67-24ef-4608-982c-a6b472355985", "size": 1, "user_id": "52e9248440eb463e80583742c3d57aa6", "os-vol-tenant-attr:tenant_id": "baf91a0ddba849e1a323ea91cbc3b4d9", "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-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume", "bootable": "false", "created_at": "2018-12-03T16:56:41.000000", "volume_type": "CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume-type"}} 2018-12-03 16:56:44,776 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/baf91a0ddba849e1a323ea91cbc3b4d9/volumes/9c10dd67-24ef-4608-982c-a6b472355985 used request id req-87483d97-ceb3-4e1f-baf4-1550f2ac6c90 2018-12-03 16:56:44,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:56:44,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:56:45,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9785394665642c5813112107b72da21", "name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-proj-role"}, {"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:56:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "baf91a0ddba849e1a323ea91cbc3b4d9", "name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/baf91a0ddba849e1a323ea91cbc3b4d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-user", "id": "52e9248440eb463e80583742c3d57aa6"}, "audit_ids": ["kBk-htlFSEGqdzYQp1vuLg"], "issued_at": "2018-12-03T16:56:45.000000Z"}} 2018-12-03 16:56:45,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d8c8b07455dc4fe04f0099ea1679b1d9bd4eb2" 2018-12-03 16:56:45,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01da2eb3-7521-4047-9aab-59504446ee68 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:56:45,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-01da2eb3-7521-4047-9aab-59504446ee68 2018-12-03 16:56:45,238 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/baf91a0ddba849e1a323ea91cbc3b4d9/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d8c8b07455dc4fe04f0099ea1679b1d9bd4eb2" 2018-12-03 16:56:45,452 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:45 GMT Server: Apache x-compute-request-id: req-5f430388-d61e-4c71-8759-e876cc116b10 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5f430388-d61e-4c71-8759-e876cc116b10 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/baf91a0ddba849e1a323ea91cbc3b4d9/volumes/9c10dd67-24ef-4608-982c-a6b472355985", "rel": "self"}, {"href": "http://172.30.9.30:8776/baf91a0ddba849e1a323ea91cbc3b4d9/volumes/9c10dd67-24ef-4608-982c-a6b472355985", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-03T16:56:41.000000", "replication_status": null, "snapshot_id": null, "id": "9c10dd67-24ef-4608-982c-a6b472355985", "size": 1, "user_id": "52e9248440eb463e80583742c3d57aa6", "os-vol-tenant-attr:tenant_id": "baf91a0ddba849e1a323ea91cbc3b4d9", "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-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume", "bootable": "false", "created_at": "2018-12-03T16:56:41.000000", "volume_type": "CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume-type"}]} 2018-12-03 16:56:45,452 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/baf91a0ddba849e1a323ea91cbc3b4d9/volumes/detail used request id req-5f430388-d61e-4c71-8759-e876cc116b10 2018-12-03 16:56:45,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:56:45,461 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:56: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:56:45,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d8c8b07455dc4fe04f0099ea1679b1d9bd4eb2" 2018-12-03 16:56:45,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-118f35f7-d8dc-4939-8bde-3c29b4440f00 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9"}, "enabled": true, "id": "baf91a0ddba849e1a323ea91cbc3b4d9", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-f4f57bea-5f85-4a6-proj"}} 2018-12-03 16:56:45,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9 used request id req-118f35f7-d8dc-4939-8bde-3c29b4440f00 2018-12-03 16:56:45,545 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack 2018-12-03 16:56:45,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/cda919fe-5708-47a0-b187-8f1930eee858 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e3b0f4fbc208859e69354464285e7e9b765a2a" 2018-12-03 16:56:45,574 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:45 GMT Server: Apache x-openstack-request-id: req-ccbc0f99-96c9-4190-8dbe-459ea5438c48 Location: http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:45,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:56:45 GMT Server: Apache x-openstack-request-id: req-76a7660c-9b48-4309-8d47-a79792b9a4c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:56:45,617 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 used request id req-76a7660c-9b48-4309-8d47-a79792b9a4c0 2018-12-03 16:56:45,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/cda919fe-5708-47a0-b187-8f1930eee858 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e3b0f4fbc208859e69354464285e7e9b765a2a" 2018-12-03 16:56:45,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:45 GMT Server: Apache x-openstack-request-id: req-0f4b859c-6418-4e7b-9667-9168323f8a58 Location: http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:45,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:45 GMT Server: Apache x-openstack-request-id: req-217bd92a-9d3d-471e-8240-f17a28fd788f 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": "baf91a0ddba849e1a323ea91cbc3b4d9", "volume_type_name": "CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume-type", "OS::stack_id": "cda919fe-5708-47a0-b187-8f1930eee858", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack", "volume_name": "CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack", "stack_user_project_id": "3a4bee2f879442369f8ae6d699c64dbf", "tags": null, "creation_time": "2018-12-03T16:56:39Z", "links": [{"href": "http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:56:45Z", "id": "cda919fe-5708-47a0-b187-8f1930eee858", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 16:56:45,820 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 used request id req-217bd92a-9d3d-471e-8240-f17a28fd788f 2018-12-03 16:56:45,820 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:56:45,820 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:56:48,824 - create_stack - DEBUG - Stack status query timeout in 1196.79331303 2018-12-03 16:56:48,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/cda919fe-5708-47a0-b187-8f1930eee858 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e3b0f4fbc208859e69354464285e7e9b765a2a" 2018-12-03 16:56:48,852 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:48 GMT Server: Apache x-openstack-request-id: req-4059352a-fea7-42ad-8bb0-575deda3742e Location: http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:48,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:48 GMT Server: Apache x-openstack-request-id: req-e4bde3ff-d658-498a-893d-e31396bb9985 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 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": "baf91a0ddba849e1a323ea91cbc3b4d9", "volume_type_name": "CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume-type", "OS::stack_id": "cda919fe-5708-47a0-b187-8f1930eee858", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack", "volume_name": "CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack", "stack_user_project_id": "3a4bee2f879442369f8ae6d699c64dbf", "tags": null, "creation_time": "2018-12-03T16:56:39Z", "links": [{"href": "http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T16:56:45Z", "id": "cda919fe-5708-47a0-b187-8f1930eee858", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 16:56:48,878 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 used request id req-e4bde3ff-d658-498a-893d-e31396bb9985 2018-12-03 16:56:48,878 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-03 16:56:48,878 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack 2018-12-03 16:56:48,878 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack 2018-12-03 16:56:48,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/cda919fe-5708-47a0-b187-8f1930eee858 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e3b0f4fbc208859e69354464285e7e9b765a2a" 2018-12-03 16:56:49,064 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:48 GMT Server: Apache x-openstack-request-id: req-8589b5c1-b639-432a-9010-f730bef37c74 Location: http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:49,090 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:56:49 GMT Server: Apache x-openstack-request-id: req-cc1f51ee-754b-4c3c-b504-a5ed953a8ac1 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-03 16:56:49,091 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/baf91a0ddba849e1a323ea91cbc3b4d9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-59c1ac05-be7b-4e2b-9d50-a3362d316109-stack/cda919fe-5708-47a0-b187-8f1930eee858 used request id req-cc1f51ee-754b-4c3c-b504-a5ed953a8ac1 2018-12-03 16:56:49,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" 2018-12-03 16:56:49,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2d712600-b02b-4d44-bd86-fc828812cbd4 Date: Mon, 03 Dec 2018 16:56:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:56:49,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-2d712600-b02b-4d44-bd86-fc828812cbd4 2018-12-03 16:56:49,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" 2018-12-03 16:56:49,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-160f7f1d-1672-4327-9eb5-f84b40868921 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:56:49,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-160f7f1d-1672-4327-9eb5-f84b40868921 2018-12-03 16:56:49,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" 2018-12-03 16:56:49,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0b2b966-09be-454d-b2dd-5b31b9212887 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:56:49,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-a0b2b966-09be-454d-b2dd-5b31b9212887 2018-12-03 16:56:49,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" 2018-12-03 16:56:49,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b470f41-f8e6-4f18-8f7e-66f0f3d92f45 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:56:49,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-9b470f41-f8e6-4f18-8f7e-66f0f3d92f45 2018-12-03 16:56:49,590 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-f4f57bea-5f85-4a6-proj 2018-12-03 16:56:49,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" 2018-12-03 16:56:49,823 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:56:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8f94615-0612-40d2-bf0d-f838806cc2cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:56:49,824 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/baf91a0ddba849e1a323ea91cbc3b4d9 used request id req-a8f94615-0612-40d2-bf0d-f838806cc2cc 2018-12-03 16:56:49,824 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-f4f57bea-5f85-4a6-proj-role 2018-12-03 16:56:49,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/c9785394665642c5813112107b72da21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" 2018-12-03 16:56:49,934 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:56:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20c734bf-c6a0-4d72-84d5-929a640c7103 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:56:49,934 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/c9785394665642c5813112107b72da21 used request id req-20c734bf-c6a0-4d72-84d5-929a640c7103 2018-12-03 16:56:49,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97032b08fa3558dadb0215f97dc420da7327f2f7" 2018-12-03 16:56:50,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63ef268f-894f-40d6-8cfd-ef1cdb09c708 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:56:50,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-63ef268f-894f-40d6-8cfd-ef1cdb09c708 2018-12-03 16:56:50,018 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-f4f57bea-5f85-4a6-user 2018-12-03 16:56:50,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/52e9248440eb463e80583742c3d57aa6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962dc820ba64e3c412a9de1ec7ab568c8eaf2939" 2018-12-03 16:56:50,209 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:56:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef277eb6-eb79-41e6-af8f-8498a32bcb02 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:56:50,210 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/52e9248440eb463e80583742c3d57aa6 used request id req-ef277eb6-eb79-41e6-af8f-8498a32bcb02 2018-12-03 16:56:50,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:56:50,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:56:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["iMrwvfUQQnOX5wv63v4DeA"], "issued_at": "2018-12-03T16:56:50.000000Z"}} 2018-12-03 16:56:50,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01361eb75452b257be8778669db733c4c9a3bd23" 2018-12-03 16:56:50,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf55ad9c-cb90-49cb-96d1-c618581cb482 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:56:50,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cf55ad9c-cb90-49cb-96d1-c618581cb482 2018-12-03 16:56:50,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:56:50,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:56:51,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:56:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["JA65ZuDCS66PydumXTNElA"], "issued_at": "2018-12-03T16:56:51.000000Z"}} 2018-12-03 16:56:51,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" 2018-12-03 16:56:51,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b58db05-f131-4f16-a983-4675461bb62a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:56:51,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9b58db05-f131-4f16-a983-4675461bb62a 2018-12-03 16:56:51,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:56:51,169 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:56: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:56:51,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-065821fa-8b9d-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" 2018-12-03 16:56:51,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f4a3b1-ea52-487c-9e72-d14a9290ad63 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-065821fa-8b9d-497-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:56:51,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-065821fa-8b9d-497-proj used request id req-e0f4a3b1-ea52-487c-9e72-d14a9290ad63 2018-12-03 16:56:51,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" 2018-12-03 16:56:51,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2962daeb-7161-4121-8140-d3310199a8bc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:56:51,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-2962daeb-7161-4121-8140-d3310199a8bc 2018-12-03 16:56:51,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-065821fa-8b9d-497-proj"}}' 2018-12-03 16:56:51,467 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:56:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe79242e-5e52-45cb-8ffe-f3bd4a2bf432 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae"}, "enabled": true, "id": "b7c13c2cd2d5498dab6af4ff6b7d0fae", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-065821fa-8b9d-497-proj"}} 2018-12-03 16:56:51,467 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-fe79242e-5e52-45cb-8ffe-f3bd4a2bf432 2018-12-03 16:56:51,468 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-065821fa-8b9d-497-proj 2018-12-03 16:56:51,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:56:51,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:56:51,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:56:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["XSC8mGJxTXKa-HlTOtxkJw"], "issued_at": "2018-12-03T16:56:51.000000Z"}} 2018-12-03 16:56:51,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:51,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-943bd27f-835a-407a-afa1-abe990662282 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:56:51,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-943bd27f-835a-407a-afa1-abe990662282 2018-12-03 16:56:51,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:56:51,951 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:56: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:56:51,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:52,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba50f146-1ee4-4056-b6a7-ee00ff016bcd Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:56:52,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ba50f146-1ee4-4056-b6a7-ee00ff016bcd 2018-12-03 16:56:52,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-065821fa-8b9d-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:52,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ef32107-2f3b-41a2-895e-422792e0bc9d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-065821fa-8b9d-497-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae"}, "enabled": true, "id": "b7c13c2cd2d5498dab6af4ff6b7d0fae", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-065821fa-8b9d-497-proj"}]} 2018-12-03 16:56:52,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-065821fa-8b9d-497-proj used request id req-4ef32107-2f3b-41a2-895e-422792e0bc9d 2018-12-03 16:56:52,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:52,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-088bc985-0267-4073-9086-4b0a77619230 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:56:52,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-088bc985-0267-4073-9086-4b0a77619230 2018-12-03 16:56:52,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:52,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3193b78-8b58-448a-9d76-307b87272e8f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:56:52,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f3193b78-8b58-448a-9d76-307b87272e8f 2018-12-03 16:56:52,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-065821fa-8b9d-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:52,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-505f61ae-f986-4237-a6d0-fdc1db747142 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-065821fa-8b9d-497-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae"}, "enabled": true, "id": "b7c13c2cd2d5498dab6af4ff6b7d0fae", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-065821fa-8b9d-497-proj"}]} 2018-12-03 16:56:52,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-065821fa-8b9d-497-proj used request id req-505f61ae-f986-4237-a6d0-fdc1db747142 2018-12-03 16:56:52,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/8ce719ba747440bca34f7e7ab8e367b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:52,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44a846a2-1e6d-46da-af20-b541cfbea188 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-065821fa-8b9d-497-user", "links": {"self": "http://172.30.9.30:5000/v3/users/8ce719ba747440bca34f7e7ab8e367b9"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "b7c13c2cd2d5498dab6af4ff6b7d0fae", "id": "8ce719ba747440bca34f7e7ab8e367b9", "password_expires_at": null}} 2018-12-03 16:56:52,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/8ce719ba747440bca34f7e7ab8e367b9 used request id req-44a846a2-1e6d-46da-af20-b541cfbea188 2018-12-03 16:56:52,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae/users/8ce719ba747440bca34f7e7ab8e367b9/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:52,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-865c766c-ba24-4719-af86-70a89f1260ff Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae/users/8ce719ba747440bca34f7e7ab8e367b9/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 16:56:52,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae/users/8ce719ba747440bca34f7e7ab8e367b9/roles used request id req-865c766c-ba24-4719-af86-70a89f1260ff 2018-12-03 16:56:52,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:52,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d5dc8a4-2fac-450c-ba54-62664421a8bb Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "domain_id": null, "name": "admin", "id": "262658b16a4440adb64abe58dbd094c0"}} 2018-12-03 16:56:52,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-2d5dc8a4-2fac-450c-ba54-62664421a8bb 2018-12-03 16:56:52,978 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-065821fa-8b9d-497-proj 2018-12-03 16:56:52,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae/users/8ce719ba747440bca34f7e7ab8e367b9/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:53,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:56:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcc369ac-bd04-4e86-910f-1b3a57616bda Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:56:53,045 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae/users/8ce719ba747440bca34f7e7ab8e367b9/roles/262658b16a4440adb64abe58dbd094c0 used request id req-bcc369ac-bd04-4e86-910f-1b3a57616bda 2018-12-03 16:56:53,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:53,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5925c4f-df3b-4fe9-9abc-f6ce3f3be493 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:56:53,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a5925c4f-df3b-4fe9-9abc-f6ce3f3be493 2018-12-03 16:56:53,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-065821fa-8b9d-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:53,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25885f02-c5b2-4003-b704-d74182bb9bec Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-065821fa-8b9d-497-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae"}, "enabled": true, "id": "b7c13c2cd2d5498dab6af4ff6b7d0fae", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-065821fa-8b9d-497-proj"}]} 2018-12-03 16:56:53,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackVolumeTests-065821fa-8b9d-497-proj used request id req-25885f02-c5b2-4003-b704-d74182bb9bec 2018-12-03 16:56:53,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae/users/8ce719ba747440bca34f7e7ab8e367b9/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:53,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dee4029-0a43-422f-97aa-81d85e2017b5 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae/users/8ce719ba747440bca34f7e7ab8e367b9/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}]} 2018-12-03 16:56:53,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae/users/8ce719ba747440bca34f7e7ab8e367b9/roles used request id req-4dee4029-0a43-422f-97aa-81d85e2017b5 2018-12-03 16:56:53,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:53,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e7730bd-7582-4897-9d1c-81e45f48a9d9 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:56:53,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-4e7730bd-7582-4897-9d1c-81e45f48a9d9 2018-12-03 16:56:53,413 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-065821fa-8b9d-497-proj 2018-12-03 16:56:53,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae/users/8ce719ba747440bca34f7e7ab8e367b9/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:56:53,529 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:56:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d176c76-6524-49f6-9cce-2cc2997b235c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:56:53,529 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae/users/8ce719ba747440bca34f7e7ab8e367b9/roles/84a2554f97b2457082c443c3960fe29d used request id req-6d176c76-6524-49f6-9cce-2cc2997b235c 2018-12-03 16:56:53,529 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-065821fa-8b9d-497-user 2018-12-03 16:56:53,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:56:53,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" 2018-12-03 16:56:53,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-122838c9-0801-4db9-8a18-23665e9ea320 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:56:53,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-122838c9-0801-4db9-8a18-23665e9ea320 2018-12-03 16:56:53,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" -d '{"role": {"name": "CreateStackVolumeTests-065821fa-8b9d-497-proj-role"}}' 2018-12-03 16:56:53,737 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:56:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fa25305-f54e-401d-a23a-cbf4565cb483 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "15b4723e5e1f4677883210e50ba09a32", "links": {"self": "http://172.30.9.30:5000/v3/roles/15b4723e5e1f4677883210e50ba09a32"}, "name": "CreateStackVolumeTests-065821fa-8b9d-497-proj-role"}} 2018-12-03 16:56:53,737 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-5fa25305-f54e-401d-a23a-cbf4565cb483 2018-12-03 16:56:53,737 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-065821fa-8b9d-497-proj-role 2018-12-03 16:56:53,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/15b4723e5e1f4677883210e50ba09a32 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" 2018-12-03 16:56:53,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-922d57e1-23f0-48ed-a24d-82c0e4174d83 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/15b4723e5e1f4677883210e50ba09a32"}, "domain_id": null, "name": "CreateStackVolumeTests-065821fa-8b9d-497-proj-role", "id": "15b4723e5e1f4677883210e50ba09a32"}} 2018-12-03 16:56:53,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/15b4723e5e1f4677883210e50ba09a32 used request id req-922d57e1-23f0-48ed-a24d-82c0e4174d83 2018-12-03 16:56:53,820 - keystone_utils - INFO - Granting role CreateStackVolumeTests-065821fa-8b9d-497-proj-role to project CreateStackVolumeTests-065821fa-8b9d-497-proj 2018-12-03 16:56:53,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae/users/8ce719ba747440bca34f7e7ab8e367b9/roles/15b4723e5e1f4677883210e50ba09a32 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" 2018-12-03 16:56:53,883 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:56:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34f7f88e-06ef-4681-97de-76fb721e44ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:56:53,883 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae/users/8ce719ba747440bca34f7e7ab8e367b9/roles/15b4723e5e1f4677883210e50ba09a32 used request id req-34f7f88e-06ef-4681-97de-76fb721e44ff 2018-12-03 16:56:53,883 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:56:53,884 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:56:53,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:56:54,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}, {"id": "15b4723e5e1f4677883210e50ba09a32", "name": "CreateStackVolumeTests-065821fa-8b9d-497-proj-role"}], "expires_at": "2018-12-03T17:56:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7c13c2cd2d5498dab6af4ff6b7d0fae", "name": "CreateStackVolumeTests-065821fa-8b9d-497-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-065821fa-8b9d-497-user", "id": "8ce719ba747440bca34f7e7ab8e367b9"}, "audit_ids": ["fKcmwGAERL2zRunPFwNDsw"], "issued_at": "2018-12-03T16:56:54.000000Z"}} 2018-12-03 16:56:54,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3495360e1c6f2a016b64b735ba2be401c237dd6" 2018-12-03 16:56:54,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f67be746-9417-4c1a-bf6c-4c2ef36fd0de Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:56:54,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f67be746-9417-4c1a-bf6c-4c2ef36fd0de 2018-12-03 16:56:54,327 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:56:54,330 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:56:54,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3495360e1c6f2a016b64b735ba2be401c237dd6" 2018-12-03 16:56:54,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:54 GMT Server: Apache x-openstack-request-id: req-97f68908-ee26-4183-b800-584819231a08 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 16:56:54,523 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack used request id req-97f68908-ee26-4183-b800-584819231a08 2018-12-03 16:56:54,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3495360e1c6f2a016b64b735ba2be401c237dd6" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-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-cb4005c9-506f-44c6-908e-6616ece91bc9-volume-type", "volume_name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume"}}' 2018-12-03 16:56:56,063 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:56:54 GMT Server: Apache x-openstack-request-id: req-6b643c9d-76b4-40ac-bccb-e9e0d7abef1f Location: http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "a0fe5168-add6-4e90-94a0-43cc6a8cd216", "links": [{"href": "http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216", "rel": "self"}]}} 2018-12-03 16:56:56,063 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks used request id req-6b643c9d-76b4-40ac-bccb-e9e0d7abef1f 2018-12-03 16:56:56,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/a0fe5168-add6-4e90-94a0-43cc6a8cd216 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3495360e1c6f2a016b64b735ba2be401c237dd6" 2018-12-03 16:56:56,319 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:56 GMT Server: Apache x-openstack-request-id: req-e43bd47d-6a0c-418a-8557-51477b8a4317 Location: http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:56,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:56 GMT Server: Apache x-openstack-request-id: req-09f09712-ba9f-4693-94ca-08e6347e51a9 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": "b7c13c2cd2d5498dab6af4ff6b7d0fae", "volume_type_name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume-type", "OS::stack_id": "a0fe5168-add6-4e90-94a0-43cc6a8cd216", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack", "volume_name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack", "stack_user_project_id": "ed8fae1d276741d3b9d804dab5ae5982", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:56:55Z", "links": [{"href": "http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a0fe5168-add6-4e90-94a0-43cc6a8cd216", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 16:56:56,498 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 used request id req-09f09712-ba9f-4693-94ca-08e6347e51a9 2018-12-03 16:56:56,499 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack 2018-12-03 16:56:56,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/a0fe5168-add6-4e90-94a0-43cc6a8cd216 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3495360e1c6f2a016b64b735ba2be401c237dd6" 2018-12-03 16:56:56,675 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:56 GMT Server: Apache x-openstack-request-id: req-b1ebc571-cd59-48d6-82b9-d354c6987193 Location: http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:56:56,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:56:56 GMT Server: Apache x-openstack-request-id: req-dcc75ced-67a0-4ea5-8748-b01f8de580ae 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": "b7c13c2cd2d5498dab6af4ff6b7d0fae", "volume_type_name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume-type", "OS::stack_id": "a0fe5168-add6-4e90-94a0-43cc6a8cd216", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack", "volume_name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack", "stack_user_project_id": "ed8fae1d276741d3b9d804dab5ae5982", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:56:55Z", "links": [{"href": "http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a0fe5168-add6-4e90-94a0-43cc6a8cd216", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 16:56:56,863 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 used request id req-dcc75ced-67a0-4ea5-8748-b01f8de580ae 2018-12-03 16:56:56,863 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:56:56,863 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:56:59,866 - create_stack - DEBUG - Stack status query timeout in 1196.6326611 2018-12-03 16:56:59,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/a0fe5168-add6-4e90-94a0-43cc6a8cd216 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3495360e1c6f2a016b64b735ba2be401c237dd6" 2018-12-03 16:57:00,040 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:56:59 GMT Server: Apache x-openstack-request-id: req-c200559d-de50-4de8-aad9-6c651f459b83 Location: http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:00,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:00 GMT Server: Apache x-openstack-request-id: req-5adf3d56-d031-4633-88a6-a844e99315c5 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": "b7c13c2cd2d5498dab6af4ff6b7d0fae", "volume_type_name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume-type", "OS::stack_id": "a0fe5168-add6-4e90-94a0-43cc6a8cd216", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack", "volume_name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack", "stack_user_project_id": "ed8fae1d276741d3b9d804dab5ae5982", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:56:55Z", "links": [{"href": "http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a0fe5168-add6-4e90-94a0-43cc6a8cd216", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 16:57:00,234 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 used request id req-5adf3d56-d031-4633-88a6-a844e99315c5 2018-12-03 16:57:00,235 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-03 16:57:00,235 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack 2018-12-03 16:57:00,235 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack 2018-12-03 16:57:00,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/a0fe5168-add6-4e90-94a0-43cc6a8cd216/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3495360e1c6f2a016b64b735ba2be401c237dd6" 2018-12-03 16:57:00,401 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:00 GMT Server: Apache x-openstack-request-id: req-aa3f2c22-355d-40f6-83be-5881a568fe5b Location: http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:00,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:00 GMT Server: Apache x-openstack-request-id: req-fa93cdd5-cc64-4728-82c8-ae922c7e422c 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.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216/resources/volume", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-12-03T16:56:56Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:56:56Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "bb9f8e94-2da4-40fc-9621-2ffaf03ad812", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-12-03T16:56:56Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:56:56Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "4cd5e124-a594-4f4b-bf9d-7703b5e3ff07", "resource_type": "OS::Cinder::VolumeType"}]} 2018-12-03 16:57:00,444 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216/resources used request id req-fa93cdd5-cc64-4728-82c8-ae922c7e422c 2018-12-03 16:57:00,448 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae/types/4cd5e124-a594-4f4b-bf9d-7703b5e3ff07 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3495360e1c6f2a016b64b735ba2be401c237dd6" 2018-12-03 16:57:00,637 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:00 GMT Server: Apache x-compute-request-id: req-3f005004-e04c-4771-8162-25ed13a0816b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f005004-e04c-4771-8162-25ed13a0816b Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "4cd5e124-a594-4f4b-bf9d-7703b5e3ff07", "description": null}} 2018-12-03 16:57:00,638 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae/types/4cd5e124-a594-4f4b-bf9d-7703b5e3ff07 used request id req-3f005004-e04c-4771-8162-25ed13a0816b 2018-12-03 16:57:00,642 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae/types/4cd5e124-a594-4f4b-bf9d-7703b5e3ff07 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f005004-e04c-4771-8162-25ed13a0816b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3495360e1c6f2a016b64b735ba2be401c237dd6" 2018-12-03 16:57:00,830 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:00 GMT Server: Apache x-compute-request-id: req-1c65f589-88c3-4b27-8c5c-51a37699627c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1c65f589-88c3-4b27-8c5c-51a37699627c Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "4cd5e124-a594-4f4b-bf9d-7703b5e3ff07", "description": null}} 2018-12-03 16:57:00,830 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae/types/4cd5e124-a594-4f4b-bf9d-7703b5e3ff07 used request id req-1c65f589-88c3-4b27-8c5c-51a37699627c 2018-12-03 16:57:00,833 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae/types/4cd5e124-a594-4f4b-bf9d-7703b5e3ff07/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f005004-e04c-4771-8162-25ed13a0816b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3495360e1c6f2a016b64b735ba2be401c237dd6" 2018-12-03 16:57:00,854 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:00 GMT Server: Apache x-compute-request-id: req-1d837607-e325-450a-8b4e-01134f23b8f1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1d837607-e325-450a-8b4e-01134f23b8f1 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-03 16:57:00,854 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae/types/4cd5e124-a594-4f4b-bf9d-7703b5e3ff07/encryption used request id req-1d837607-e325-450a-8b4e-01134f23b8f1 2018-12-03 16:57:00,855 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:00,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:01,237 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}, {"id": "15b4723e5e1f4677883210e50ba09a32", "name": "CreateStackVolumeTests-065821fa-8b9d-497-proj-role"}], "expires_at": "2018-12-03T17:57:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7c13c2cd2d5498dab6af4ff6b7d0fae", "name": "CreateStackVolumeTests-065821fa-8b9d-497-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-065821fa-8b9d-497-user", "id": "8ce719ba747440bca34f7e7ab8e367b9"}, "audit_ids": ["GVO-MYc0TxGruC9nVtFPRQ"], "issued_at": "2018-12-03T16:57:01.000000Z"}} 2018-12-03 16:57:01,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e95bf088cb640c0bcb03ef2f366ddf85fe5db" 2018-12-03 16:57:01,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ab6177a-6dae-4cfe-ba1d-1af019f64179 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:01,330 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1ab6177a-6dae-4cfe-ba1d-1af019f64179 2018-12-03 16:57:01,335 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e95bf088cb640c0bcb03ef2f366ddf85fe5db" 2018-12-03 16:57:01,499 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:01 GMT Server: Apache x-compute-request-id: req-465c58c5-dfcf-430e-8fb5-7b4b94101328 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-465c58c5-dfcf-430e-8fb5-7b4b94101328 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "4cd5e124-a594-4f4b-bf9d-7703b5e3ff07", "description": null}]} 2018-12-03 16:57:01,499 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae/types?is_public=None used request id req-465c58c5-dfcf-430e-8fb5-7b4b94101328 2018-12-03 16:57:01,503 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae/types/4cd5e124-a594-4f4b-bf9d-7703b5e3ff07 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-465c58c5-dfcf-430e-8fb5-7b4b94101328" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e95bf088cb640c0bcb03ef2f366ddf85fe5db" 2018-12-03 16:57:01,677 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:01 GMT Server: Apache x-compute-request-id: req-2b16a164-16de-485a-bf2d-e01fe840ebaf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2b16a164-16de-485a-bf2d-e01fe840ebaf Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "4cd5e124-a594-4f4b-bf9d-7703b5e3ff07", "description": null}} 2018-12-03 16:57:01,677 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae/types/4cd5e124-a594-4f4b-bf9d-7703b5e3ff07 used request id req-2b16a164-16de-485a-bf2d-e01fe840ebaf 2018-12-03 16:57:01,680 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae/types/4cd5e124-a594-4f4b-bf9d-7703b5e3ff07/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-465c58c5-dfcf-430e-8fb5-7b4b94101328" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e95bf088cb640c0bcb03ef2f366ddf85fe5db" 2018-12-03 16:57:02,240 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:01 GMT Server: Apache x-compute-request-id: req-3156fc91-3c4f-4d25-805e-5dc1d2d73f65 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3156fc91-3c4f-4d25-805e-5dc1d2d73f65 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-03 16:57:02,241 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/b7c13c2cd2d5498dab6af4ff6b7d0fae/types/4cd5e124-a594-4f4b-bf9d-7703b5e3ff07/encryption used request id req-3156fc91-3c4f-4d25-805e-5dc1d2d73f65 2018-12-03 16:57:02,241 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack 2018-12-03 16:57:02,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/a0fe5168-add6-4e90-94a0-43cc6a8cd216 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3495360e1c6f2a016b64b735ba2be401c237dd6" 2018-12-03 16:57:02,271 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:02 GMT Server: Apache x-openstack-request-id: req-46b8b3c2-90f9-439f-ad9b-dcb3e4a8ccef Location: http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:02,313 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:02 GMT Server: Apache x-openstack-request-id: req-899ce261-9a5e-48c2-9699-ee6431b66285 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:02,313 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 used request id req-899ce261-9a5e-48c2-9699-ee6431b66285 2018-12-03 16:57:02,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/a0fe5168-add6-4e90-94a0-43cc6a8cd216 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3495360e1c6f2a016b64b735ba2be401c237dd6" 2018-12-03 16:57:02,479 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:02 GMT Server: Apache x-openstack-request-id: req-ebb86a1c-4236-407e-bed2-0a1642323262 Location: http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:02,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:02 GMT Server: Apache x-openstack-request-id: req-edb242b9-1610-433b-86bd-44bc8e84f120 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": "b7c13c2cd2d5498dab6af4ff6b7d0fae", "volume_type_name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume-type", "OS::stack_id": "a0fe5168-add6-4e90-94a0-43cc6a8cd216", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack", "volume_name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack", "stack_user_project_id": "ed8fae1d276741d3b9d804dab5ae5982", "tags": null, "creation_time": "2018-12-03T16:56:55Z", "links": [{"href": "http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:57:02Z", "id": "a0fe5168-add6-4e90-94a0-43cc6a8cd216", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 16:57:02,505 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 used request id req-edb242b9-1610-433b-86bd-44bc8e84f120 2018-12-03 16:57:02,505 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:57:02,505 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:57:05,509 - create_stack - DEBUG - Stack status query timeout in 1196.80461097 2018-12-03 16:57:05,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/a0fe5168-add6-4e90-94a0-43cc6a8cd216 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3495360e1c6f2a016b64b735ba2be401c237dd6" 2018-12-03 16:57:05,540 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:05 GMT Server: Apache x-openstack-request-id: req-e08557be-09ff-4244-9f26-dd0d3ff827f2 Location: http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:05,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:05 GMT Server: Apache x-openstack-request-id: req-45c8b00d-888d-4cdb-8d22-dcd970f995d4 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": "b7c13c2cd2d5498dab6af4ff6b7d0fae", "volume_type_name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume-type", "OS::stack_id": "a0fe5168-add6-4e90-94a0-43cc6a8cd216", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack", "volume_name": "CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack", "stack_user_project_id": "ed8fae1d276741d3b9d804dab5ae5982", "tags": null, "creation_time": "2018-12-03T16:56:55Z", "links": [{"href": "http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T16:57:02Z", "id": "a0fe5168-add6-4e90-94a0-43cc6a8cd216", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 16:57:05,582 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 used request id req-45c8b00d-888d-4cdb-8d22-dcd970f995d4 2018-12-03 16:57:05,583 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-03 16:57:05,583 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack 2018-12-03 16:57:05,583 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack 2018-12-03 16:57:05,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/a0fe5168-add6-4e90-94a0-43cc6a8cd216 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3495360e1c6f2a016b64b735ba2be401c237dd6" 2018-12-03 16:57:05,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:05 GMT Server: Apache x-openstack-request-id: req-4bcf8b0a-27a1-4c8a-9514-d145cbf2d80d Location: http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:05,788 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:57:05 GMT Server: Apache x-openstack-request-id: req-cc4ecb65-0252-4b2d-90b9-4b03763ae23d Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-03 16:57:05,789 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/b7c13c2cd2d5498dab6af4ff6b7d0fae/stacks/CreateStackVolumeTests-CreateStackVolumeTests-cb4005c9-506f-44c6-908e-6616ece91bc9-stack/a0fe5168-add6-4e90-94a0-43cc6a8cd216 used request id req-cc4ecb65-0252-4b2d-90b9-4b03763ae23d 2018-12-03 16:57:05,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" 2018-12-03 16:57:05,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-865bb254-ad36-4e3d-a729-d8214faa05fd Date: Mon, 03 Dec 2018 16:57:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:57:05,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-865bb254-ad36-4e3d-a729-d8214faa05fd 2018-12-03 16:57:06,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" 2018-12-03 16:57:06,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d915b3a-8f03-41bb-a5f5-7d732987c611 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:57:06,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-9d915b3a-8f03-41bb-a5f5-7d732987c611 2018-12-03 16:57:06,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" 2018-12-03 16:57:06,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b0be2a0-e676-4f68-aeb0-58c34ac6b9ab Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:57:06,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-1b0be2a0-e676-4f68-aeb0-58c34ac6b9ab 2018-12-03 16:57:06,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" 2018-12-03 16:57:06,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc797890-0cf9-4f67-a325-bfb452013e11 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:57:06,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-fc797890-0cf9-4f67-a325-bfb452013e11 2018-12-03 16:57:06,264 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-065821fa-8b9d-497-proj 2018-12-03 16:57:06,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" 2018-12-03 16:57:06,511 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-539600c0-06dc-4fde-8f21-80518ea1141a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:06,511 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/b7c13c2cd2d5498dab6af4ff6b7d0fae used request id req-539600c0-06dc-4fde-8f21-80518ea1141a 2018-12-03 16:57:06,512 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-065821fa-8b9d-497-proj-role 2018-12-03 16:57:06,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/15b4723e5e1f4677883210e50ba09a32 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" 2018-12-03 16:57:06,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5ded9f8-e55b-4814-ab2b-e75f91a9b205 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:06,617 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/15b4723e5e1f4677883210e50ba09a32 used request id req-e5ded9f8-e55b-4814-ab2b-e75f91a9b205 2018-12-03 16:57:06,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b22c089e213c2007ffc231593609ad72b5104fc" 2018-12-03 16:57:06,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-debeb4da-752a-4207-b866-0f2a985e8f22 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:57:06,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-debeb4da-752a-4207-b866-0f2a985e8f22 2018-12-03 16:57:06,711 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-065821fa-8b9d-497-user 2018-12-03 16:57:06,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/8ce719ba747440bca34f7e7ab8e367b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f03660c82c579dbc65fe8d5ccde74cb2f8ef0f5" 2018-12-03 16:57:06,884 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d2bbd27-82f7-4daf-b7c0-c707bb0e5e79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:06,884 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/8ce719ba747440bca34f7e7ab8e367b9 used request id req-4d2bbd27-82f7-4daf-b7c0-c707bb0e5e79 2018-12-03 16:57:06,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:07,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["KlT9Q2YMQzWTm1-uQ7Dtvw"], "issued_at": "2018-12-03T16:57:07.000000Z"}} 2018-12-03 16:57:07,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74534edddffef7893decc1a3bd2b039023fbf922" 2018-12-03 16:57:07,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c69283b-a020-4555-85a6-06962aff6748 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:07,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3c69283b-a020-4555-85a6-06962aff6748 2018-12-03 16:57:07,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:07,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:07,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["WoW_UUU0QaC4zjWUFLiHZQ"], "issued_at": "2018-12-03T16:57:07.000000Z"}} 2018-12-03 16:57:07,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" 2018-12-03 16:57:07,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecaea3c0-76b5-48b5-ab30-113a75d35ee1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:07,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ecaea3c0-76b5-48b5-ab30-113a75d35ee1 2018-12-03 16:57:07,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:57:07,829 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:57: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:57:07,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-5d10a2a9-f642-44d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" 2018-12-03 16:57:07,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86bc367e-b05b-4d13-9845-6af61956b87e Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-5d10a2a9-f642-44d-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:57:07,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-5d10a2a9-f642-44d-proj used request id req-86bc367e-b05b-4d13-9845-6af61956b87e 2018-12-03 16:57:07,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" 2018-12-03 16:57:07,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2a0f78c-fb54-4ce5-8f72-ff5a093b892b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:57:07,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b2a0f78c-fb54-4ce5-8f72-ff5a093b892b 2018-12-03 16:57:08,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFlavorTests-5d10a2a9-f642-44d-proj"}}' 2018-12-03 16:57:08,126 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:57:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b102e5b5-09a8-4752-8aa6-72c925acdfbc Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9"}, "enabled": true, "id": "5fdfb881828e4b12ad326f8a5fca54e9", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-5d10a2a9-f642-44d-proj"}} 2018-12-03 16:57:08,126 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b102e5b5-09a8-4752-8aa6-72c925acdfbc 2018-12-03 16:57:08,127 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-5d10a2a9-f642-44d-proj 2018-12-03 16:57:08,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:08,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:08,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["v--aWZltQBCmmHKWAaRDdQ"], "issued_at": "2018-12-03T16:57:08.000000Z"}} 2018-12-03 16:57:08,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:08,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9553422c-5284-478c-b12f-d05cd7477103 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:08,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9553422c-5284-478c-b12f-d05cd7477103 2018-12-03 16:57:08,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:57:08,600 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:57: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:57:08,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:08,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21bffc86-774d-4992-b45c-a6993e8db960 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:57:08,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-21bffc86-774d-4992-b45c-a6993e8db960 2018-12-03 16:57:08,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackFlavorTests-5d10a2a9-f642-44d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:08,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40b82498-2933-4007-9701-5dc7f9201a6e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackFlavorTests-5d10a2a9-f642-44d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9"}, "enabled": true, "id": "5fdfb881828e4b12ad326f8a5fca54e9", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-5d10a2a9-f642-44d-proj"}]} 2018-12-03 16:57:08,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackFlavorTests-5d10a2a9-f642-44d-proj used request id req-40b82498-2933-4007-9701-5dc7f9201a6e 2018-12-03 16:57:08,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:08,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc288684-dcdf-4cc3-96f0-790e31a6c156 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:57:08,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-fc288684-dcdf-4cc3-96f0-790e31a6c156 2018-12-03 16:57:09,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:09,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f31f3d96-3b2a-4be1-9513-e873e5af2a3f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:57:09,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f31f3d96-3b2a-4be1-9513-e873e5af2a3f 2018-12-03 16:57:09,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackFlavorTests-5d10a2a9-f642-44d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:09,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a55866d-54bb-4263-8d5b-773a66e6d5e5 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackFlavorTests-5d10a2a9-f642-44d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9"}, "enabled": true, "id": "5fdfb881828e4b12ad326f8a5fca54e9", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-5d10a2a9-f642-44d-proj"}]} 2018-12-03 16:57:09,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackFlavorTests-5d10a2a9-f642-44d-proj used request id req-5a55866d-54bb-4263-8d5b-773a66e6d5e5 2018-12-03 16:57:09,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/096c232e5b254cedab23daa80f2cd507 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:09,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-921b4bed-e58b-4585-9985-b285246369f6 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFlavorTests-5d10a2a9-f642-44d-user", "links": {"self": "http://172.30.9.30:5000/v3/users/096c232e5b254cedab23daa80f2cd507"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "5fdfb881828e4b12ad326f8a5fca54e9", "id": "096c232e5b254cedab23daa80f2cd507", "password_expires_at": null}} 2018-12-03 16:57:09,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/096c232e5b254cedab23daa80f2cd507 used request id req-921b4bed-e58b-4585-9985-b285246369f6 2018-12-03 16:57:09,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9/users/096c232e5b254cedab23daa80f2cd507/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:09,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc6f7742-773b-4013-a1b4-9d1bb1bd4372 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9/users/096c232e5b254cedab23daa80f2cd507/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 16:57:09,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9/users/096c232e5b254cedab23daa80f2cd507/roles used request id req-fc6f7742-773b-4013-a1b4-9d1bb1bd4372 2018-12-03 16:57:09,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:09,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2820228a-88ca-4652-a120-f20c343c27d7 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "domain_id": null, "name": "admin", "id": "262658b16a4440adb64abe58dbd094c0"}} 2018-12-03 16:57:09,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-2820228a-88ca-4652-a120-f20c343c27d7 2018-12-03 16:57:09,675 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-5d10a2a9-f642-44d-proj 2018-12-03 16:57:09,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9/users/096c232e5b254cedab23daa80f2cd507/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:09,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a244721d-2698-49fd-81f8-640ea9303414 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:09,793 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9/users/096c232e5b254cedab23daa80f2cd507/roles/262658b16a4440adb64abe58dbd094c0 used request id req-a244721d-2698-49fd-81f8-640ea9303414 2018-12-03 16:57:09,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:09,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0a80421-2ceb-4f01-a897-4295f9f02857 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:57:09,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c0a80421-2ceb-4f01-a897-4295f9f02857 2018-12-03 16:57:09,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackFlavorTests-5d10a2a9-f642-44d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:09,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-326af494-6e66-49d1-8276-ce57822eb06b Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackFlavorTests-5d10a2a9-f642-44d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9"}, "enabled": true, "id": "5fdfb881828e4b12ad326f8a5fca54e9", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-5d10a2a9-f642-44d-proj"}]} 2018-12-03 16:57:09,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackFlavorTests-5d10a2a9-f642-44d-proj used request id req-326af494-6e66-49d1-8276-ce57822eb06b 2018-12-03 16:57:09,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9/users/096c232e5b254cedab23daa80f2cd507/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:10,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c9113d1-f2cb-4a22-bdab-508da78cf74b Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9/users/096c232e5b254cedab23daa80f2cd507/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}]} 2018-12-03 16:57:10,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9/users/096c232e5b254cedab23daa80f2cd507/roles used request id req-2c9113d1-f2cb-4a22-bdab-508da78cf74b 2018-12-03 16:57:10,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:10,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2adc708-961e-42f7-b7a4-c0d96c3f97b3 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:57:10,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-a2adc708-961e-42f7-b7a4-c0d96c3f97b3 2018-12-03 16:57:10,175 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-5d10a2a9-f642-44d-proj 2018-12-03 16:57:10,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9/users/096c232e5b254cedab23daa80f2cd507/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:10,302 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0c62e68-8788-451c-bd6c-c08f773fd6f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:10,303 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9/users/096c232e5b254cedab23daa80f2cd507/roles/84a2554f97b2457082c443c3960fe29d used request id req-d0c62e68-8788-451c-bd6c-c08f773fd6f7 2018-12-03 16:57:10,303 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-5d10a2a9-f642-44d-user 2018-12-03 16:57:10,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:10,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" 2018-12-03 16:57:10,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44b71fdc-8594-4d92-8542-5ea12223f751 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:57:10,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-44b71fdc-8594-4d92-8542-5ea12223f751 2018-12-03 16:57:10,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" -d '{"role": {"name": "CreateStackFlavorTests-5d10a2a9-f642-44d-proj-role"}}' 2018-12-03 16:57:10,497 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:57:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74afcba0-71fb-4990-9b6c-cfff2f5697cc Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "29d224e88c72415ea0b83b39d092bf18", "links": {"self": "http://172.30.9.30:5000/v3/roles/29d224e88c72415ea0b83b39d092bf18"}, "name": "CreateStackFlavorTests-5d10a2a9-f642-44d-proj-role"}} 2018-12-03 16:57:10,498 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-74afcba0-71fb-4990-9b6c-cfff2f5697cc 2018-12-03 16:57:10,498 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-5d10a2a9-f642-44d-proj-role 2018-12-03 16:57:10,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/29d224e88c72415ea0b83b39d092bf18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" 2018-12-03 16:57:10,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84d4004e-a1e1-48ad-a3ea-5093047f1d82 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/29d224e88c72415ea0b83b39d092bf18"}, "domain_id": null, "name": "CreateStackFlavorTests-5d10a2a9-f642-44d-proj-role", "id": "29d224e88c72415ea0b83b39d092bf18"}} 2018-12-03 16:57:10,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/29d224e88c72415ea0b83b39d092bf18 used request id req-84d4004e-a1e1-48ad-a3ea-5093047f1d82 2018-12-03 16:57:10,592 - keystone_utils - INFO - Granting role CreateStackFlavorTests-5d10a2a9-f642-44d-proj-role to project CreateStackFlavorTests-5d10a2a9-f642-44d-proj 2018-12-03 16:57:10,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9/users/096c232e5b254cedab23daa80f2cd507/roles/29d224e88c72415ea0b83b39d092bf18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" 2018-12-03 16:57:10,799 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-830cbdf2-4ff8-4c4b-b320-379960d65f42 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:10,799 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9/users/096c232e5b254cedab23daa80f2cd507/roles/29d224e88c72415ea0b83b39d092bf18 used request id req-830cbdf2-4ff8-4c4b-b320-379960d65f42 2018-12-03 16:57:10,799 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:57:10,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:10,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:11,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "29d224e88c72415ea0b83b39d092bf18", "name": "CreateStackFlavorTests-5d10a2a9-f642-44d-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5fdfb881828e4b12ad326f8a5fca54e9", "name": "CreateStackFlavorTests-5d10a2a9-f642-44d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-5d10a2a9-f642-44d-user", "id": "096c232e5b254cedab23daa80f2cd507"}, "audit_ids": ["yCp_heAoRSWsoAfZ0YPUSg"], "issued_at": "2018-12-03T16:57:11.000000Z"}} 2018-12-03 16:57:11,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6276b20901038c1e7635c812083ddec79a4708dd" 2018-12-03 16:57:11,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-196cd8dd-39cf-4ddf-8013-6f66f0c15ba3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:11,363 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-196cd8dd-39cf-4ddf-8013-6f66f0c15ba3 2018-12-03 16:57:11,364 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:57:11,367 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:57:11,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks?stack_name=CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6276b20901038c1e7635c812083ddec79a4708dd" 2018-12-03 16:57:11,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:11 GMT Server: Apache x-openstack-request-id: req-7930f846-0450-4cc2-8cc7-3666632bb5cd Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 16:57:11,555 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks?stack_name=CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack used request id req-7930f846-0450-4cc2-8cc7-3666632bb5cd 2018-12-03 16:57:11,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6276b20901038c1e7635c812083ddec79a4708dd" -d '{"stack_name": "CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-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-12-03 16:57:13,146 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:57:11 GMT Server: Apache x-openstack-request-id: req-451e67e1-817a-4981-86d5-682dc00a716d Location: http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4 Content-Length: 266 Content-Type: application/json RESP BODY: {"stack": {"id": "562b30d9-e3ff-472b-828b-43363be73aa4", "links": [{"href": "http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4", "rel": "self"}]}} 2018-12-03 16:57:13,146 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks used request id req-451e67e1-817a-4981-86d5-682dc00a716d 2018-12-03 16:57:13,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/562b30d9-e3ff-472b-828b-43363be73aa4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6276b20901038c1e7635c812083ddec79a4708dd" 2018-12-03 16:57:13,330 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:13 GMT Server: Apache x-openstack-request-id: req-b1f78d01-f4a6-4fd6-a519-991507bea342 Location: http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:13,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:13 GMT Server: Apache x-openstack-request-id: req-0579ed13-5e6a-407d-966d-3bd56860384c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 505 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": "5fdfb881828e4b12ad326f8a5fca54e9", "OS::stack_id": "562b30d9-e3ff-472b-828b-43363be73aa4", "OS::stack_name": "CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack", "stack_user_project_id": "ea20660a47a44ee6ab689c39baa5a27e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:57:12Z", "links": [{"href": "http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "562b30d9-e3ff-472b-828b-43363be73aa4", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 16:57:13,521 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4 used request id req-0579ed13-5e6a-407d-966d-3bd56860384c 2018-12-03 16:57:13,521 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack 2018-12-03 16:57:13,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/562b30d9-e3ff-472b-828b-43363be73aa4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6276b20901038c1e7635c812083ddec79a4708dd" 2018-12-03 16:57:13,697 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:13 GMT Server: Apache x-openstack-request-id: req-7bc3f247-668e-4d54-abc3-d8de15c3538b Location: http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:13,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:13 GMT Server: Apache x-openstack-request-id: req-244874c3-c943-4ca3-8bb1-eb5bd3bfd401 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 511 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": "5fdfb881828e4b12ad326f8a5fca54e9", "OS::stack_id": "562b30d9-e3ff-472b-828b-43363be73aa4", "OS::stack_name": "CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack", "stack_user_project_id": "ea20660a47a44ee6ab689c39baa5a27e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:57:12Z", "links": [{"href": "http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "562b30d9-e3ff-472b-828b-43363be73aa4", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 16:57:13,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4 used request id req-244874c3-c943-4ca3-8bb1-eb5bd3bfd401 2018-12-03 16:57:13,876 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-03 16:57:13,876 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack 2018-12-03 16:57:13,876 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack 2018-12-03 16:57:13,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/562b30d9-e3ff-472b-828b-43363be73aa4/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6276b20901038c1e7635c812083ddec79a4708dd" 2018-12-03 16:57:14,056 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:13 GMT Server: Apache x-openstack-request-id: req-5b29b9b2-1197-4c3d-af60-1af854d0a4a5 Location: http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4/resources Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:14,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:14 GMT Server: Apache x-openstack-request-id: req-91f3003d-a411-4827-830b-83fed1ee8171 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-12-03T16:57:13Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:57:13Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "0bd13245-7213-48c2-aebd-345d41fa7d36", "resource_type": "OS::Nova::Flavor"}]} 2018-12-03 16:57:14,251 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4/resources used request id req-91f3003d-a411-4827-830b-83fed1ee8171 2018-12-03 16:57:14,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/0bd13245-7213-48c2-aebd-345d41fa7d36 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6276b20901038c1e7635c812083ddec79a4708dd" 2018-12-03 16:57:14,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eae1ad91-0b0f-4535-9f00-c8a7e6e273de x-compute-request-id: req-eae1ad91-0b0f-4535-9f00-c8a7e6e273de Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0bd13245-7213-48c2-aebd-345d41fa7d36", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0bd13245-7213-48c2-aebd-345d41fa7d36", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "0bd13245-7213-48c2-aebd-345d41fa7d36", "name": "CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack-flavor-wndnucyyutn2", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:57:14,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/0bd13245-7213-48c2-aebd-345d41fa7d36 used request id req-eae1ad91-0b0f-4535-9f00-c8a7e6e273de 2018-12-03 16:57:14,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:14,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:14,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "29d224e88c72415ea0b83b39d092bf18", "name": "CreateStackFlavorTests-5d10a2a9-f642-44d-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5fdfb881828e4b12ad326f8a5fca54e9", "name": "CreateStackFlavorTests-5d10a2a9-f642-44d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/5fdfb881828e4b12ad326f8a5fca54e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-5d10a2a9-f642-44d-user", "id": "096c232e5b254cedab23daa80f2cd507"}, "audit_ids": ["MLNXgcVBRASiVnQktjfNLw"], "issued_at": "2018-12-03T16:57:14.000000Z"}} 2018-12-03 16:57:14,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4618e03ccb371afd819891abdfa7bca446e1e68a" 2018-12-03 16:57:14,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b50b5318-ae6f-4a39-b3f5-512ca0a9ac50 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:14,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b50b5318-ae6f-4a39-b3f5-512ca0a9ac50 2018-12-03 16:57:14,733 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:57:14,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4618e03ccb371afd819891abdfa7bca446e1e68a" 2018-12-03 16:57:14,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d21016f-f905-45a1-8b3f-90d8b815a073 x-compute-request-id: req-5d21016f-f905-45a1-8b3f-90d8b815a073 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0bd13245-7213-48c2-aebd-345d41fa7d36", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0bd13245-7213-48c2-aebd-345d41fa7d36", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0bd13245-7213-48c2-aebd-345d41fa7d36", "rel": "bookmark"}], "name": "CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack-flavor-wndnucyyutn2"}]} 2018-12-03 16:57:14,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5d21016f-f905-45a1-8b3f-90d8b815a073 2018-12-03 16:57:14,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/0bd13245-7213-48c2-aebd-345d41fa7d36 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4618e03ccb371afd819891abdfa7bca446e1e68a" 2018-12-03 16:57:14,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-602e6e6b-9407-482c-9d2e-92323db82750 x-compute-request-id: req-602e6e6b-9407-482c-9d2e-92323db82750 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0bd13245-7213-48c2-aebd-345d41fa7d36", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0bd13245-7213-48c2-aebd-345d41fa7d36", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "0bd13245-7213-48c2-aebd-345d41fa7d36", "name": "CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack-flavor-wndnucyyutn2", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:57:14,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/0bd13245-7213-48c2-aebd-345d41fa7d36 used request id req-602e6e6b-9407-482c-9d2e-92323db82750 2018-12-03 16:57:14,944 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack-flavor-wndnucyyutn2 2018-12-03 16:57:14,944 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack 2018-12-03 16:57:14,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/562b30d9-e3ff-472b-828b-43363be73aa4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6276b20901038c1e7635c812083ddec79a4708dd" 2018-12-03 16:57:15,138 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:14 GMT Server: Apache x-openstack-request-id: req-ae4a50ab-ad34-404a-a650-c8b565ea0f80 Location: http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:15,324 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:15 GMT Server: Apache x-openstack-request-id: req-5aef3809-7917-43b6-9f4b-420322b3c104 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:15,324 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4 used request id req-5aef3809-7917-43b6-9f4b-420322b3c104 2018-12-03 16:57:15,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/562b30d9-e3ff-472b-828b-43363be73aa4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6276b20901038c1e7635c812083ddec79a4708dd" 2018-12-03 16:57:15,504 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:15 GMT Server: Apache x-openstack-request-id: req-d370d90b-4e0c-4577-8841-9d98a24f3fba Location: http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:15,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:15 GMT Server: Apache x-openstack-request-id: req-c8201202-77b5-41f5-aa64-5d9a0501a7f5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 501 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": "5fdfb881828e4b12ad326f8a5fca54e9", "OS::stack_id": "562b30d9-e3ff-472b-828b-43363be73aa4", "OS::stack_name": "CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack", "stack_user_project_id": "ea20660a47a44ee6ab689c39baa5a27e", "tags": null, "creation_time": "2018-12-03T16:57:12Z", "links": [{"href": "http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:57:15Z", "id": "562b30d9-e3ff-472b-828b-43363be73aa4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 16:57:15,530 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4 used request id req-c8201202-77b5-41f5-aa64-5d9a0501a7f5 2018-12-03 16:57:15,531 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:57:15,531 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:57:18,534 - create_stack - DEBUG - Stack status query timeout in 1196.79005504 2018-12-03 16:57:18,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/562b30d9-e3ff-472b-828b-43363be73aa4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6276b20901038c1e7635c812083ddec79a4708dd" 2018-12-03 16:57:18,568 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:18 GMT Server: Apache x-openstack-request-id: req-323812f2-fa22-4824-a68c-0232ea580f32 Location: http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:18,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:18 GMT Server: Apache x-openstack-request-id: req-0f81bd1f-f849-44ff-898e-241f8353df05 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 506 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": "5fdfb881828e4b12ad326f8a5fca54e9", "OS::stack_id": "562b30d9-e3ff-472b-828b-43363be73aa4", "OS::stack_name": "CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack"}, "deletion_time": "2018-12-03T16:57:16Z", "stack_name": "CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack", "stack_user_project_id": "ea20660a47a44ee6ab689c39baa5a27e", "tags": null, "creation_time": "2018-12-03T16:57:12Z", "links": [{"href": "http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T16:57:15Z", "id": "562b30d9-e3ff-472b-828b-43363be73aa4", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-03 16:57:18,747 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4 used request id req-0f81bd1f-f849-44ff-898e-241f8353df05 2018-12-03 16:57:18,747 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-03 16:57:18,747 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack 2018-12-03 16:57:18,748 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack 2018-12-03 16:57:18,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/562b30d9-e3ff-472b-828b-43363be73aa4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6276b20901038c1e7635c812083ddec79a4708dd" 2018-12-03 16:57:18,940 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:18 GMT Server: Apache x-openstack-request-id: req-226961db-fe9d-4dcb-88d5-0911287477bb Location: http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:19,124 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:57:18 GMT Server: Apache x-openstack-request-id: req-8c9d3ff2-469d-4bc7-a294-dc4614e0d370 Content-Length: 254 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-03 16:57:19,124 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/5fdfb881828e4b12ad326f8a5fca54e9/stacks/CreateStackFlavorTests-34bca4d4-86ce-4fe7-8372-3a1128867411-stack/562b30d9-e3ff-472b-828b-43363be73aa4 used request id req-8c9d3ff2-469d-4bc7-a294-dc4614e0d370 2018-12-03 16:57:19,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" 2018-12-03 16:57:19,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a7cdeb29-d80b-40a5-9d96-979d13574c1e Date: Mon, 03 Dec 2018 16:57:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:57:19,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-a7cdeb29-d80b-40a5-9d96-979d13574c1e 2018-12-03 16:57:19,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" 2018-12-03 16:57:19,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13bcc4d2-5053-464f-b801-9548e3ba7e0f Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:57:19,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-13bcc4d2-5053-464f-b801-9548e3ba7e0f 2018-12-03 16:57:19,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" 2018-12-03 16:57:19,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86263541-c146-442d-b74a-31369167434a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:57:19,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-86263541-c146-442d-b74a-31369167434a 2018-12-03 16:57:19,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" 2018-12-03 16:57:19,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db474148-c612-42cf-ba94-b9b118c95992 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:57:19,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-db474148-c612-42cf-ba94-b9b118c95992 2018-12-03 16:57:19,596 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-5d10a2a9-f642-44d-proj 2018-12-03 16:57:19,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" 2018-12-03 16:57:19,823 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-310598d1-6276-4fd1-8020-6c90721b92da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:19,824 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/5fdfb881828e4b12ad326f8a5fca54e9 used request id req-310598d1-6276-4fd1-8020-6c90721b92da 2018-12-03 16:57:19,824 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-5d10a2a9-f642-44d-proj-role 2018-12-03 16:57:19,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/29d224e88c72415ea0b83b39d092bf18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" 2018-12-03 16:57:19,928 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4d0b48b-97e3-4c25-84f6-503b5864e4dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:19,928 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/29d224e88c72415ea0b83b39d092bf18 used request id req-c4d0b48b-97e3-4c25-84f6-503b5864e4dc 2018-12-03 16:57:19,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68591ac863781a3b2edf6d7b5417cb9b6ac395e" 2018-12-03 16:57:20,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38bc103c-a144-4b88-907b-eed72abe203d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:57:20,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-38bc103c-a144-4b88-907b-eed72abe203d 2018-12-03 16:57:20,026 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-5d10a2a9-f642-44d-user 2018-12-03 16:57:20,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/096c232e5b254cedab23daa80f2cd507 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535bfc96bcc9bfd6a885ba5f7bef0ce89ea9e13" 2018-12-03 16:57:20,228 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cd8ccf6-ab7f-4106-b20d-d442848e1781 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:20,228 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/096c232e5b254cedab23daa80f2cd507 used request id req-8cd8ccf6-ab7f-4106-b20d-d442848e1781 2018-12-03 16:57:20,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:20,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["DdHZai_JTKuSHpZEL5AGLw"], "issued_at": "2018-12-03T16:57:20.000000Z"}} 2018-12-03 16:57:20,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573cdb8d2e716dc73b82e3a2f308fbfad2c8dc97" 2018-12-03 16:57:20,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-249717c4-007a-45e7-a450-b2894c7cdfa8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:20,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-249717c4-007a-45e7-a450-b2894c7cdfa8 2018-12-03 16:57:20,690 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:20,691 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:21,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["nx9vFoyhTw-XMv_Xep1XzA"], "issued_at": "2018-12-03T16:57:21.000000Z"}} 2018-12-03 16:57:21,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" 2018-12-03 16:57:21,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc85de6a-a250-47e4-ab4d-dbfa353b32cf Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:21,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fc85de6a-a250-47e4-ab4d-dbfa353b32cf 2018-12-03 16:57:21,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:57:21,164 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:57: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:57:21,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-36d01b29-ee4a-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" 2018-12-03 16:57:21,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-912389d2-c601-4564-af35-ad7f8da14e65 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-36d01b29-ee4a-466-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:57:21,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-36d01b29-ee4a-466-proj used request id req-912389d2-c601-4564-af35-ad7f8da14e65 2018-12-03 16:57:21,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" 2018-12-03 16:57:21,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c31d4c07-748d-4a37-b9a5-59dee44b2ff4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:57:21,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c31d4c07-748d-4a37-b9a5-59dee44b2ff4 2018-12-03 16:57:21,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackKeypairTests-36d01b29-ee4a-466-proj"}}' 2018-12-03 16:57:21,450 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:57:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4108df64-aa07-4195-924a-f543b81ad388 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/76e91cdeb9d34e60b27c790b9734b47f"}, "enabled": true, "id": "76e91cdeb9d34e60b27c790b9734b47f", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-36d01b29-ee4a-466-proj"}} 2018-12-03 16:57:21,450 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-4108df64-aa07-4195-924a-f543b81ad388 2018-12-03 16:57:21,450 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-36d01b29-ee4a-466-proj 2018-12-03 16:57:21,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:21,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:21,838 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["98hcs3DVQOmvI39eSKpqsA"], "issued_at": "2018-12-03T16:57:21.000000Z"}} 2018-12-03 16:57:21,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81356b9c356f95eb9a633086c32d68250de94cb0" 2018-12-03 16:57:21,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5409c1d-2260-402b-a120-00c472d22cff Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:21,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c5409c1d-2260-402b-a120-00c472d22cff 2018-12-03 16:57:21,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:57:21,925 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:57: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:57:21,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81356b9c356f95eb9a633086c32d68250de94cb0" 2018-12-03 16:57:22,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b36b60e-cc93-458f-86d5-01fea06ac06e Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:57:22,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-2b36b60e-cc93-458f-86d5-01fea06ac06e 2018-12-03 16:57:22,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackKeypairTests-36d01b29-ee4a-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81356b9c356f95eb9a633086c32d68250de94cb0" 2018-12-03 16:57:22,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc1d70e3-510d-4285-89af-0be8e0de4648 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackKeypairTests-36d01b29-ee4a-466-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/76e91cdeb9d34e60b27c790b9734b47f"}, "enabled": true, "id": "76e91cdeb9d34e60b27c790b9734b47f", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-36d01b29-ee4a-466-proj"}]} 2018-12-03 16:57:22,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackKeypairTests-36d01b29-ee4a-466-proj used request id req-cc1d70e3-510d-4285-89af-0be8e0de4648 2018-12-03 16:57:22,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81356b9c356f95eb9a633086c32d68250de94cb0" 2018-12-03 16:57:22,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f088611d-39e8-44b6-9f29-8908640cc3e7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:57:22,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f088611d-39e8-44b6-9f29-8908640cc3e7 2018-12-03 16:57:22,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81356b9c356f95eb9a633086c32d68250de94cb0" 2018-12-03 16:57:22,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33c84af2-e448-42ff-a5b5-d8916ab9628b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:57:22,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-33c84af2-e448-42ff-a5b5-d8916ab9628b 2018-12-03 16:57:22,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackKeypairTests-36d01b29-ee4a-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81356b9c356f95eb9a633086c32d68250de94cb0" 2018-12-03 16:57:22,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca177087-d4da-4fba-a8d7-069136063be7 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackKeypairTests-36d01b29-ee4a-466-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/76e91cdeb9d34e60b27c790b9734b47f"}, "enabled": true, "id": "76e91cdeb9d34e60b27c790b9734b47f", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-36d01b29-ee4a-466-proj"}]} 2018-12-03 16:57:22,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackKeypairTests-36d01b29-ee4a-466-proj used request id req-ca177087-d4da-4fba-a8d7-069136063be7 2018-12-03 16:57:22,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/4703782bd87d446f9cc2332a01667c85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81356b9c356f95eb9a633086c32d68250de94cb0" 2018-12-03 16:57:22,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39cc459b-daef-4680-b763-8699c446e528 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackKeypairTests-36d01b29-ee4a-466-user", "links": {"self": "http://172.30.9.30:5000/v3/users/4703782bd87d446f9cc2332a01667c85"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "76e91cdeb9d34e60b27c790b9734b47f", "id": "4703782bd87d446f9cc2332a01667c85", "password_expires_at": null}} 2018-12-03 16:57:22,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/4703782bd87d446f9cc2332a01667c85 used request id req-39cc459b-daef-4680-b763-8699c446e528 2018-12-03 16:57:22,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/76e91cdeb9d34e60b27c790b9734b47f/users/4703782bd87d446f9cc2332a01667c85/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81356b9c356f95eb9a633086c32d68250de94cb0" 2018-12-03 16:57:22,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b926b6c1-66ae-4b21-a215-d9443850e7f1 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/76e91cdeb9d34e60b27c790b9734b47f/users/4703782bd87d446f9cc2332a01667c85/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 16:57:22,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/76e91cdeb9d34e60b27c790b9734b47f/users/4703782bd87d446f9cc2332a01667c85/roles used request id req-b926b6c1-66ae-4b21-a215-d9443850e7f1 2018-12-03 16:57:22,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81356b9c356f95eb9a633086c32d68250de94cb0" 2018-12-03 16:57:23,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-047aef86-7dd9-4896-bc15-32093ccd4d29 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:57:23,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-047aef86-7dd9-4896-bc15-32093ccd4d29 2018-12-03 16:57:23,051 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-36d01b29-ee4a-466-proj 2018-12-03 16:57:23,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/76e91cdeb9d34e60b27c790b9734b47f/users/4703782bd87d446f9cc2332a01667c85/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81356b9c356f95eb9a633086c32d68250de94cb0" 2018-12-03 16:57:23,183 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56820e8c-8700-4f99-a882-0133ed5525f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:23,183 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/76e91cdeb9d34e60b27c790b9734b47f/users/4703782bd87d446f9cc2332a01667c85/roles/84a2554f97b2457082c443c3960fe29d used request id req-56820e8c-8700-4f99-a882-0133ed5525f2 2018-12-03 16:57:23,184 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-36d01b29-ee4a-466-user 2018-12-03 16:57:23,184 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:23,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" 2018-12-03 16:57:23,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c844e16-9e12-4fd8-93e5-44d846add470 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:57:23,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2c844e16-9e12-4fd8-93e5-44d846add470 2018-12-03 16:57:23,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" -d '{"role": {"name": "CreateStackKeypairTests-36d01b29-ee4a-466-proj-role"}}' 2018-12-03 16:57:23,324 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:57:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4eaa6eb-01f4-4848-af79-b7edb814f1eb Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a1a179509f06418dab9fb10052481b37", "links": {"self": "http://172.30.9.30:5000/v3/roles/a1a179509f06418dab9fb10052481b37"}, "name": "CreateStackKeypairTests-36d01b29-ee4a-466-proj-role"}} 2018-12-03 16:57:23,324 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-d4eaa6eb-01f4-4848-af79-b7edb814f1eb 2018-12-03 16:57:23,324 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-36d01b29-ee4a-466-proj-role 2018-12-03 16:57:23,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/a1a179509f06418dab9fb10052481b37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" 2018-12-03 16:57:23,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08d4fa48-389f-465a-8aa6-000f94d51726 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/a1a179509f06418dab9fb10052481b37"}, "domain_id": null, "name": "CreateStackKeypairTests-36d01b29-ee4a-466-proj-role", "id": "a1a179509f06418dab9fb10052481b37"}} 2018-12-03 16:57:23,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/a1a179509f06418dab9fb10052481b37 used request id req-08d4fa48-389f-465a-8aa6-000f94d51726 2018-12-03 16:57:23,416 - keystone_utils - INFO - Granting role CreateStackKeypairTests-36d01b29-ee4a-466-proj-role to project CreateStackKeypairTests-36d01b29-ee4a-466-proj 2018-12-03 16:57:23,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/76e91cdeb9d34e60b27c790b9734b47f/users/4703782bd87d446f9cc2332a01667c85/roles/a1a179509f06418dab9fb10052481b37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" 2018-12-03 16:57:23,542 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a689dca-c3e0-453f-8483-126c81691e80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:23,542 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/76e91cdeb9d34e60b27c790b9734b47f/users/4703782bd87d446f9cc2332a01667c85/roles/a1a179509f06418dab9fb10052481b37 used request id req-9a689dca-c3e0-453f-8483-126c81691e80 2018-12-03 16:57:23,542 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:57:23,542 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:57:23,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:23,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:23,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a1a179509f06418dab9fb10052481b37", "name": "CreateStackKeypairTests-36d01b29-ee4a-466-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76e91cdeb9d34e60b27c790b9734b47f", "name": "CreateStackKeypairTests-36d01b29-ee4a-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/76e91cdeb9d34e60b27c790b9734b47f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/76e91cdeb9d34e60b27c790b9734b47f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/76e91cdeb9d34e60b27c790b9734b47f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/76e91cdeb9d34e60b27c790b9734b47f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/76e91cdeb9d34e60b27c790b9734b47f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/76e91cdeb9d34e60b27c790b9734b47f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-36d01b29-ee4a-466-user", "id": "4703782bd87d446f9cc2332a01667c85"}, "audit_ids": ["KiLCvqmdRom0AotLjp6_iA"], "issued_at": "2018-12-03T16:57:23.000000Z"}} 2018-12-03 16:57:23,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}578ac6c0c9d410c2797cf56ca0621472c246b9bd" 2018-12-03 16:57:24,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-823cab8a-6648-4df5-816e-e327edae7d38 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:24,015 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-823cab8a-6648-4df5-816e-e327edae7d38 2018-12-03 16:57:24,016 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:57:24,019 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:57:24,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}578ac6c0c9d410c2797cf56ca0621472c246b9bd" 2018-12-03 16:57:24,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:24 GMT Server: Apache x-openstack-request-id: req-e59472ef-673a-4430-9e85-ae3cce7c7db5 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 16:57:24,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack used request id req-e59472ef-673a-4430-9e85-ae3cce7c7db5 2018-12-03 16:57:24,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}578ac6c0c9d410c2797cf56ca0621472c246b9bd" -d '{"stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-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-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp"}}' 2018-12-03 16:57:25,745 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:57:24 GMT Server: Apache x-openstack-request-id: req-800f4746-9e0a-41ce-bd14-f9875baa0eab Location: http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "078cf9ea-e093-40d3-bb79-5741410c6959", "links": [{"href": "http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959", "rel": "self"}]}} 2018-12-03 16:57:25,745 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks used request id req-800f4746-9e0a-41ce-bd14-f9875baa0eab 2018-12-03 16:57:25,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/078cf9ea-e093-40d3-bb79-5741410c6959 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}578ac6c0c9d410c2797cf56ca0621472c246b9bd" 2018-12-03 16:57:25,931 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:25 GMT Server: Apache x-openstack-request-id: req-bb79aae5-bdd7-4b3c-8807-1c85160f425e Location: http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:25,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:25 GMT Server: Apache x-openstack-request-id: req-ca549d37-c3c5-4a26-88cd-1c5876f9dc1c 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": "76e91cdeb9d34e60b27c790b9734b47f", "OS::stack_id": "078cf9ea-e093-40d3-bb79-5741410c6959", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack", "keypair_name": "CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack", "stack_user_project_id": "383c6b894c8a4161a0fe59364aab1e23", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:57:25Z", "links": [{"href": "http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "078cf9ea-e093-40d3-bb79-5741410c6959", "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-12-03 16:57:25,973 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 used request id req-ca549d37-c3c5-4a26-88cd-1c5876f9dc1c 2018-12-03 16:57:25,973 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack 2018-12-03 16:57:25,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/078cf9ea-e093-40d3-bb79-5741410c6959 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}578ac6c0c9d410c2797cf56ca0621472c246b9bd" 2018-12-03 16:57:26,003 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:25 GMT Server: Apache x-openstack-request-id: req-5c215044-b73c-4c5d-9680-3ad7cc6a5f65 Location: http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:26,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:26 GMT Server: Apache x-openstack-request-id: req-51e37223-6cf3-4334-94bb-2677d459b906 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1903 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": "76e91cdeb9d34e60b27c790b9734b47f", "OS::stack_id": "078cf9ea-e093-40d3-bb79-5741410c6959", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack", "keypair_name": "CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack", "stack_user_project_id": "383c6b894c8a4161a0fe59364aab1e23", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:57:25Z", "links": [{"href": "http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "078cf9ea-e093-40d3-bb79-5741410c6959", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtNI70al+kR0OOcSghCq5xNO8ewZpBupG0XA2UZbVPzL45/+/\n7TpDp0pxuKhk7yuQvQfyjBR1/r8A0OyFOBuJYo1Vt49AeQ5jfWG69WxYKLkJxjN0\n7Y7bDcpgt/pYXifNxLux96CG5KwULOdHQSdg4qSDuSS3ICa7f31MMNBD8X3cSeXl\nwL7kFS/q4b0/tEdL8WVkC5g3xgvUVWPcGUdc/zTH18UAt4Gwf1pIyd9WMukTRxjS\nPzKKVXvDcf6cyt9rnQpO/te3raMF2phhhcHypuIlLyDnqdEsqReS2TRSgvclp9L0\nZlF2PlI3D2q0Z32VU/pbzZEgkuBFPJNPS1kC+QIDAQABAoIBADsJ4YolQzPyPrDR\n6G7+3ETNtV6dyzD80T6U2sds7heCdw6YzHuSaIB4qATYxovot4tgyuq9y4DvsD6G\n20BkjUjmSLR0S2K7NfS8MiTrySUStYRHTMg7un4YM9geHzgu2tp/Ri5J9YE4RiYb\nJYK6bsHRYUjUGg6fVtzbdkMB3Q09tGNsXugGGct6t7VBonT6fHNHb1Yhvs+n+wnJ\nwUobTyhh50oHozpBUyzLLfWPMb+5sFp0BFyHL1OaqnGRayRkQkEFpbxafUY7mpCN\niNk9YFpOziJ32kaCDz/EeV6ES/GnUbTso2nqspCKyeQ8dP2TY2DpYhh0gPLh7rTn\nsEIhbPkCgYEA3HBy4yOdwi2XM0nIJE5E6G5QzyDou+CydfPJJp4PhIgvOSacmkLy\nhGfHNYRKKFqlLH0vcbgxzO2SLGYnBHVfeoIm8ccRpIfwnOhHadLmXUscWmkZwtV1\nrEL6iqSgH2MzY/WWJAxs2pOUnpVLWE26pY3LXaKO+ytrDm3FvMu9VMcCgYEA0f2q\nlvu6AdjNoWnC6R6ZNdx5jFsbk7X8tpSn86uj4wtoPPsCxWy6dr6PYaY8ZHvvlIY9\nhS1+4yFNdnRJh3emxLRJz/94PkGDmSiVJONthZ40kit7BAVI/A7gjcG1Bc5ZKtrE\nPUMpG04gBy1b59APcfveIT9jLdudfSsiZ7fjqj8CgYAFFDoxbZKm9LH1JpAL9hm0\nWUZXX2S9X3H9Mb7CuwWUgibEZFVbYIuB7Xozi3bB80S2/7NmJV5QYHDrwPbJLYMj\nqXgIPhPz/IXYt6ldkNRp9d8TXjSPvqdVbr2jECP4VSrL9M6eygKADsJv3PS9dh0E\nz32ODL7Knrd6v6C8tt0H5QKBgQCz6DRC7p/J/UkPRWEsAH8a2i14xoW143EDrBDI\nfwEGADvqItOY+TI3kcOd0aJkJJp6ERicBQJ07Y9EMRTd7vD+Dcg/X4xRKifpDA/b\nbs3icExx/raCF1UUPlq8mHzS4JscUBlYszWAo0plW8Mls+fHrBX/PiNmooUnO9Fa\nMv3mWQKBgErBumjIjtsdMVSEnTxzhib905JpQPrd/1HE1NxyzXgnwof/z6eY2VST\nm234aC0y+xq0vU349BhxkSDJvCDhPSialZIMuO0rZd7DmkP6MBJXskmzIu6WNSMO\nT0E/yr/H2TsUJTVzEtCG2+BfBrFgPjb5oFltZ/nMD9yRljphuxP+\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-12-03 16:57:26,411 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 used request id req-51e37223-6cf3-4334-94bb-2677d459b906 2018-12-03 16:57:26,412 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:57:26,412 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:57:29,415 - create_stack - DEBUG - Stack status query timeout in 1196.55856299 2018-12-03 16:57:29,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/078cf9ea-e093-40d3-bb79-5741410c6959 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}578ac6c0c9d410c2797cf56ca0621472c246b9bd" 2018-12-03 16:57:29,595 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:29 GMT Server: Apache x-openstack-request-id: req-5421f7ca-ffe1-420d-a738-c6cdc57656df Location: http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:29,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:29 GMT Server: Apache x-openstack-request-id: req-55be4eca-b494-42df-8518-10239b64ce36 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1911 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": "76e91cdeb9d34e60b27c790b9734b47f", "OS::stack_id": "078cf9ea-e093-40d3-bb79-5741410c6959", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack", "keypair_name": "CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack", "stack_user_project_id": "383c6b894c8a4161a0fe59364aab1e23", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:57:25Z", "links": [{"href": "http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "078cf9ea-e093-40d3-bb79-5741410c6959", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtNI70al+kR0OOcSghCq5xNO8ewZpBupG0XA2UZbVPzL45/+/\n7TpDp0pxuKhk7yuQvQfyjBR1/r8A0OyFOBuJYo1Vt49AeQ5jfWG69WxYKLkJxjN0\n7Y7bDcpgt/pYXifNxLux96CG5KwULOdHQSdg4qSDuSS3ICa7f31MMNBD8X3cSeXl\nwL7kFS/q4b0/tEdL8WVkC5g3xgvUVWPcGUdc/zTH18UAt4Gwf1pIyd9WMukTRxjS\nPzKKVXvDcf6cyt9rnQpO/te3raMF2phhhcHypuIlLyDnqdEsqReS2TRSgvclp9L0\nZlF2PlI3D2q0Z32VU/pbzZEgkuBFPJNPS1kC+QIDAQABAoIBADsJ4YolQzPyPrDR\n6G7+3ETNtV6dyzD80T6U2sds7heCdw6YzHuSaIB4qATYxovot4tgyuq9y4DvsD6G\n20BkjUjmSLR0S2K7NfS8MiTrySUStYRHTMg7un4YM9geHzgu2tp/Ri5J9YE4RiYb\nJYK6bsHRYUjUGg6fVtzbdkMB3Q09tGNsXugGGct6t7VBonT6fHNHb1Yhvs+n+wnJ\nwUobTyhh50oHozpBUyzLLfWPMb+5sFp0BFyHL1OaqnGRayRkQkEFpbxafUY7mpCN\niNk9YFpOziJ32kaCDz/EeV6ES/GnUbTso2nqspCKyeQ8dP2TY2DpYhh0gPLh7rTn\nsEIhbPkCgYEA3HBy4yOdwi2XM0nIJE5E6G5QzyDou+CydfPJJp4PhIgvOSacmkLy\nhGfHNYRKKFqlLH0vcbgxzO2SLGYnBHVfeoIm8ccRpIfwnOhHadLmXUscWmkZwtV1\nrEL6iqSgH2MzY/WWJAxs2pOUnpVLWE26pY3LXaKO+ytrDm3FvMu9VMcCgYEA0f2q\nlvu6AdjNoWnC6R6ZNdx5jFsbk7X8tpSn86uj4wtoPPsCxWy6dr6PYaY8ZHvvlIY9\nhS1+4yFNdnRJh3emxLRJz/94PkGDmSiVJONthZ40kit7BAVI/A7gjcG1Bc5ZKtrE\nPUMpG04gBy1b59APcfveIT9jLdudfSsiZ7fjqj8CgYAFFDoxbZKm9LH1JpAL9hm0\nWUZXX2S9X3H9Mb7CuwWUgibEZFVbYIuB7Xozi3bB80S2/7NmJV5QYHDrwPbJLYMj\nqXgIPhPz/IXYt6ldkNRp9d8TXjSPvqdVbr2jECP4VSrL9M6eygKADsJv3PS9dh0E\nz32ODL7Knrd6v6C8tt0H5QKBgQCz6DRC7p/J/UkPRWEsAH8a2i14xoW143EDrBDI\nfwEGADvqItOY+TI3kcOd0aJkJJp6ERicBQJ07Y9EMRTd7vD+Dcg/X4xRKifpDA/b\nbs3icExx/raCF1UUPlq8mHzS4JscUBlYszWAo0plW8Mls+fHrBX/PiNmooUnO9Fa\nMv3mWQKBgErBumjIjtsdMVSEnTxzhib905JpQPrd/1HE1NxyzXgnwof/z6eY2VST\nm234aC0y+xq0vU349BhxkSDJvCDhPSialZIMuO0rZd7DmkP6MBJXskmzIu6WNSMO\nT0E/yr/H2TsUJTVzEtCG2+BfBrFgPjb5oFltZ/nMD9yRljphuxP+\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-12-03 16:57:29,872 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 used request id req-55be4eca-b494-42df-8518-10239b64ce36 2018-12-03 16:57:29,873 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-03 16:57:29,873 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack 2018-12-03 16:57:29,873 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack 2018-12-03 16:57:29,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/078cf9ea-e093-40d3-bb79-5741410c6959/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}578ac6c0c9d410c2797cf56ca0621472c246b9bd" 2018-12-03 16:57:30,061 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:29 GMT Server: Apache x-openstack-request-id: req-08075957-8b38-4a62-99cd-4a1edc6c1df7 Location: http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:30,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:30 GMT Server: Apache x-openstack-request-id: req-d5bb4bab-39b5-46da-b8c8-4043e287a655 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.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-03T16:57:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:57:25Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-12-03 16:57:30,227 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959/resources used request id req-d5bb4bab-39b5-46da-b8c8-4043e287a655 2018-12-03 16:57:30,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}578ac6c0c9d410c2797cf56ca0621472c246b9bd" 2018-12-03 16:57:30,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4704710-9e5c-4133-9184-7d30151f786f x-compute-request-id: req-b4704710-9e5c-4133-9184-7d30151f786f Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC00jvRqX6RHQ45xKCEKrnE07x7BmkG6kbRcDZRltU/Mvjn/7/tOkOnSnG4qGTvK5C9B/KMFHX+vwDQ7IU4G4lijVW3j0B5DmN9Ybr1bFgouQnGM3TtjtsNymC3+lheJ83Eu7H3oIbkrBQs50dBJ2DipIO5JLcgJrt/fUww0EPxfdxJ5eXAvuQVL+rhvT+0R0vxZWQLmDfGC9RVY9wZR1z/NMfXxQC3gbB/WkjJ31Yy6RNHGNI/MopVe8Nx/pzK32udCk7+17etowXamGGFwfKm4iUvIOep0SypF5LZNFKC9yWn0vRmUXY+UjcParRnfZVT+lvNkSCS4EU8k09LWQL5 Generated-by-Nova", "user_id": "4703782bd87d446f9cc2332a01667c85", "name": "CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp", "deleted": false, "created_at": "2018-12-03T16:57:26.000000", "updated_at": null, "fingerprint": "d2:20:8e:24:b7:03:78:dd:63:91:a6:b8:cd:4d:85:57", "deleted_at": null, "id": 96}} 2018-12-03 16:57:30,245 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp used request id req-b4704710-9e5c-4133-9184-7d30151f786f 2018-12-03 16:57:30,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/078cf9ea-e093-40d3-bb79-5741410c6959 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}578ac6c0c9d410c2797cf56ca0621472c246b9bd" 2018-12-03 16:57:30,430 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:30 GMT Server: Apache x-openstack-request-id: req-51db7355-e8e1-4017-84c6-c57bde168d72 Location: http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:30,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:30 GMT Server: Apache x-openstack-request-id: req-350639f3-e86a-411a-9420-e0adfcd33544 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1911 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": "76e91cdeb9d34e60b27c790b9734b47f", "OS::stack_id": "078cf9ea-e093-40d3-bb79-5741410c6959", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack", "keypair_name": "CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack", "stack_user_project_id": "383c6b894c8a4161a0fe59364aab1e23", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:57:25Z", "links": [{"href": "http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "078cf9ea-e093-40d3-bb79-5741410c6959", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtNI70al+kR0OOcSghCq5xNO8ewZpBupG0XA2UZbVPzL45/+/\n7TpDp0pxuKhk7yuQvQfyjBR1/r8A0OyFOBuJYo1Vt49AeQ5jfWG69WxYKLkJxjN0\n7Y7bDcpgt/pYXifNxLux96CG5KwULOdHQSdg4qSDuSS3ICa7f31MMNBD8X3cSeXl\nwL7kFS/q4b0/tEdL8WVkC5g3xgvUVWPcGUdc/zTH18UAt4Gwf1pIyd9WMukTRxjS\nPzKKVXvDcf6cyt9rnQpO/te3raMF2phhhcHypuIlLyDnqdEsqReS2TRSgvclp9L0\nZlF2PlI3D2q0Z32VU/pbzZEgkuBFPJNPS1kC+QIDAQABAoIBADsJ4YolQzPyPrDR\n6G7+3ETNtV6dyzD80T6U2sds7heCdw6YzHuSaIB4qATYxovot4tgyuq9y4DvsD6G\n20BkjUjmSLR0S2K7NfS8MiTrySUStYRHTMg7un4YM9geHzgu2tp/Ri5J9YE4RiYb\nJYK6bsHRYUjUGg6fVtzbdkMB3Q09tGNsXugGGct6t7VBonT6fHNHb1Yhvs+n+wnJ\nwUobTyhh50oHozpBUyzLLfWPMb+5sFp0BFyHL1OaqnGRayRkQkEFpbxafUY7mpCN\niNk9YFpOziJ32kaCDz/EeV6ES/GnUbTso2nqspCKyeQ8dP2TY2DpYhh0gPLh7rTn\nsEIhbPkCgYEA3HBy4yOdwi2XM0nIJE5E6G5QzyDou+CydfPJJp4PhIgvOSacmkLy\nhGfHNYRKKFqlLH0vcbgxzO2SLGYnBHVfeoIm8ccRpIfwnOhHadLmXUscWmkZwtV1\nrEL6iqSgH2MzY/WWJAxs2pOUnpVLWE26pY3LXaKO+ytrDm3FvMu9VMcCgYEA0f2q\nlvu6AdjNoWnC6R6ZNdx5jFsbk7X8tpSn86uj4wtoPPsCxWy6dr6PYaY8ZHvvlIY9\nhS1+4yFNdnRJh3emxLRJz/94PkGDmSiVJONthZ40kit7BAVI/A7gjcG1Bc5ZKtrE\nPUMpG04gBy1b59APcfveIT9jLdudfSsiZ7fjqj8CgYAFFDoxbZKm9LH1JpAL9hm0\nWUZXX2S9X3H9Mb7CuwWUgibEZFVbYIuB7Xozi3bB80S2/7NmJV5QYHDrwPbJLYMj\nqXgIPhPz/IXYt6ldkNRp9d8TXjSPvqdVbr2jECP4VSrL9M6eygKADsJv3PS9dh0E\nz32ODL7Knrd6v6C8tt0H5QKBgQCz6DRC7p/J/UkPRWEsAH8a2i14xoW143EDrBDI\nfwEGADvqItOY+TI3kcOd0aJkJJp6ERicBQJ07Y9EMRTd7vD+Dcg/X4xRKifpDA/b\nbs3icExx/raCF1UUPlq8mHzS4JscUBlYszWAo0plW8Mls+fHrBX/PiNmooUnO9Fa\nMv3mWQKBgErBumjIjtsdMVSEnTxzhib905JpQPrd/1HE1NxyzXgnwof/z6eY2VST\nm234aC0y+xq0vU349BhxkSDJvCDhPSialZIMuO0rZd7DmkP6MBJXskmzIu6WNSMO\nT0E/yr/H2TsUJTVzEtCG2+BfBrFgPjb5oFltZ/nMD9yRljphuxP+\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-12-03 16:57:30,554 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 used request id req-350639f3-e86a-411a-9420-e0adfcd33544 2018-12-03 16:57:30,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:30,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:30,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a1a179509f06418dab9fb10052481b37", "name": "CreateStackKeypairTests-36d01b29-ee4a-466-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76e91cdeb9d34e60b27c790b9734b47f", "name": "CreateStackKeypairTests-36d01b29-ee4a-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/76e91cdeb9d34e60b27c790b9734b47f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/76e91cdeb9d34e60b27c790b9734b47f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/76e91cdeb9d34e60b27c790b9734b47f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/76e91cdeb9d34e60b27c790b9734b47f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/76e91cdeb9d34e60b27c790b9734b47f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/76e91cdeb9d34e60b27c790b9734b47f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-36d01b29-ee4a-466-user", "id": "4703782bd87d446f9cc2332a01667c85"}, "audit_ids": ["i0l0RbbJRGqzR-rdmIKTvg"], "issued_at": "2018-12-03T16:57:30.000000Z"}} 2018-12-03 16:57:30,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8675aeb9b85f67d53aebe09dce9147c3ce95d908" 2018-12-03 16:57:31,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e37a51d7-284e-40ef-9977-f1b81db91446 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:31,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e37a51d7-284e-40ef-9977-f1b81db91446 2018-12-03 16:57:31,028 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:57:31,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8675aeb9b85f67d53aebe09dce9147c3ce95d908" 2018-12-03 16:57:31,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f299e13c-3579-4e4f-a78e-3d28011db8c8 x-compute-request-id: req-f299e13c-3579-4e4f-a78e-3d28011db8c8 Content-Encoding: gzip Content-Length: 494 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC00jvRqX6RHQ45xKCEKrnE07x7BmkG6kbRcDZRltU/Mvjn/7/tOkOnSnG4qGTvK5C9B/KMFHX+vwDQ7IU4G4lijVW3j0B5DmN9Ybr1bFgouQnGM3TtjtsNymC3+lheJ83Eu7H3oIbkrBQs50dBJ2DipIO5JLcgJrt/fUww0EPxfdxJ5eXAvuQVL+rhvT+0R0vxZWQLmDfGC9RVY9wZR1z/NMfXxQC3gbB/WkjJ31Yy6RNHGNI/MopVe8Nx/pzK32udCk7+17etowXamGGFwfKm4iUvIOep0SypF5LZNFKC9yWn0vRmUXY+UjcParRnfZVT+lvNkSCS4EU8k09LWQL5 Generated-by-Nova", "name": "CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp", "fingerprint": "d2:20:8e:24:b7:03:78:dd:63:91:a6:b8:cd:4d:85:57"}}]} 2018-12-03 16:57:31,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-f299e13c-3579-4e4f-a78e-3d28011db8c8 2018-12-03 16:57:31,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:31,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a1a179509f06418dab9fb10052481b37", "name": "CreateStackKeypairTests-36d01b29-ee4a-466-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76e91cdeb9d34e60b27c790b9734b47f", "name": "CreateStackKeypairTests-36d01b29-ee4a-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/76e91cdeb9d34e60b27c790b9734b47f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/76e91cdeb9d34e60b27c790b9734b47f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/76e91cdeb9d34e60b27c790b9734b47f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/76e91cdeb9d34e60b27c790b9734b47f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/76e91cdeb9d34e60b27c790b9734b47f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/76e91cdeb9d34e60b27c790b9734b47f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/76e91cdeb9d34e60b27c790b9734b47f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-36d01b29-ee4a-466-user", "id": "4703782bd87d446f9cc2332a01667c85"}, "audit_ids": ["kFw84wA6TZ2v-7JD1ElNSA"], "issued_at": "2018-12-03T16:57:31.000000Z"}} 2018-12-03 16:57:31,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a784ebe7fbe71a3328ce15d4393a5d470e18f61" 2018-12-03 16:57:31,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17dbaabd-23cb-45ff-bcd1-27cf178c807b x-compute-request-id: req-17dbaabd-23cb-45ff-bcd1-27cf178c807b Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC00jvRqX6RHQ45xKCEKrnE07x7BmkG6kbRcDZRltU/Mvjn/7/tOkOnSnG4qGTvK5C9B/KMFHX+vwDQ7IU4G4lijVW3j0B5DmN9Ybr1bFgouQnGM3TtjtsNymC3+lheJ83Eu7H3oIbkrBQs50dBJ2DipIO5JLcgJrt/fUww0EPxfdxJ5eXAvuQVL+rhvT+0R0vxZWQLmDfGC9RVY9wZR1z/NMfXxQC3gbB/WkjJ31Yy6RNHGNI/MopVe8Nx/pzK32udCk7+17etowXamGGFwfKm4iUvIOep0SypF5LZNFKC9yWn0vRmUXY+UjcParRnfZVT+lvNkSCS4EU8k09LWQL5 Generated-by-Nova", "user_id": "4703782bd87d446f9cc2332a01667c85", "name": "CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp", "deleted": false, "created_at": "2018-12-03T16:57:26.000000", "updated_at": null, "fingerprint": "d2:20:8e:24:b7:03:78:dd:63:91:a6:b8:cd:4d:85:57", "deleted_at": null, "id": 96}} 2018-12-03 16:57:31,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp used request id req-17dbaabd-23cb-45ff-bcd1-27cf178c807b 2018-12-03 16:57:31,770 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack 2018-12-03 16:57:31,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/078cf9ea-e093-40d3-bb79-5741410c6959 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}578ac6c0c9d410c2797cf56ca0621472c246b9bd" 2018-12-03 16:57:31,799 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:31 GMT Server: Apache x-openstack-request-id: req-6d7dc5d2-2e1e-4a55-bbc6-745633fa1045 Location: http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:31,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:31 GMT Server: Apache x-openstack-request-id: req-6131ce66-45be-4fe7-8817-3bc4815c05ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:31,840 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 used request id req-6131ce66-45be-4fe7-8817-3bc4815c05ff 2018-12-03 16:57:31,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/078cf9ea-e093-40d3-bb79-5741410c6959 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}578ac6c0c9d410c2797cf56ca0621472c246b9bd" 2018-12-03 16:57:31,870 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:31 GMT Server: Apache x-openstack-request-id: req-9fc08a4f-af5f-48fd-8fa7-4979a9b6c915 Location: http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:32,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:31 GMT Server: Apache x-openstack-request-id: req-d4d10380-fa44-4ffe-bb91-4177b4027b01 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": "76e91cdeb9d34e60b27c790b9734b47f", "OS::stack_id": "078cf9ea-e093-40d3-bb79-5741410c6959", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack", "keypair_name": "CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack", "stack_user_project_id": "383c6b894c8a4161a0fe59364aab1e23", "tags": null, "creation_time": "2018-12-03T16:57:25Z", "links": [{"href": "http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:57:31Z", "id": "078cf9ea-e093-40d3-bb79-5741410c6959", "stack_status_reason": "Stack DELETE started", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-12-03 16:57:32,043 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 used request id req-d4d10380-fa44-4ffe-bb91-4177b4027b01 2018-12-03 16:57:32,043 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:57:32,043 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:57:35,046 - create_stack - DEBUG - Stack status query timeout in 1196.79440403 2018-12-03 16:57:35,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/078cf9ea-e093-40d3-bb79-5741410c6959 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}578ac6c0c9d410c2797cf56ca0621472c246b9bd" 2018-12-03 16:57:35,077 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:35 GMT Server: Apache x-openstack-request-id: req-524245d3-8042-4896-9bda-30aac5575ccc Location: http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:35,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:35 GMT Server: Apache x-openstack-request-id: req-aa9835cf-f233-44af-a938-7aae08ef2372 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 530 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": "76e91cdeb9d34e60b27c790b9734b47f", "OS::stack_id": "078cf9ea-e093-40d3-bb79-5741410c6959", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack", "keypair_name": "CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-kp"}, "deletion_time": "2018-12-03T16:57:33Z", "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack", "stack_user_project_id": "383c6b894c8a4161a0fe59364aab1e23", "tags": null, "creation_time": "2018-12-03T16:57:25Z", "links": [{"href": "http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T16:57:31Z", "id": "078cf9ea-e093-40d3-bb79-5741410c6959", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-12-03 16:57:35,120 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 used request id req-aa9835cf-f233-44af-a938-7aae08ef2372 2018-12-03 16:57:35,120 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-03 16:57:35,120 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack 2018-12-03 16:57:35,120 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack 2018-12-03 16:57:35,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/078cf9ea-e093-40d3-bb79-5741410c6959 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}578ac6c0c9d410c2797cf56ca0621472c246b9bd" 2018-12-03 16:57:35,151 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:35 GMT Server: Apache x-openstack-request-id: req-f85d983b-b90b-4b5b-b86b-5029dcec46eb Location: http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:35,177 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:57:35 GMT Server: Apache x-openstack-request-id: req-1461e4dc-675c-43e5-af06-a747d1a7baca Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-03 16:57:35,177 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/76e91cdeb9d34e60b27c790b9734b47f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b9015ac4-e7e6-4f75-9e45-53c0831d11b5-stack/078cf9ea-e093-40d3-bb79-5741410c6959 used request id req-1461e4dc-675c-43e5-af06-a747d1a7baca 2018-12-03 16:57:35,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" 2018-12-03 16:57:35,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9e6dc888-4883-4c47-b6c2-3dac137f68aa Date: Mon, 03 Dec 2018 16:57:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:57:35,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-9e6dc888-4883-4c47-b6c2-3dac137f68aa 2018-12-03 16:57:35,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" 2018-12-03 16:57:35,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77106ffb-0b74-46e6-8bc2-eeb814fa6e2d Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:57:35,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-77106ffb-0b74-46e6-8bc2-eeb814fa6e2d 2018-12-03 16:57:35,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" 2018-12-03 16:57:35,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c7c76a2-942b-4aa0-a36a-72b69ab4134d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:57:35,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-1c7c76a2-942b-4aa0-a36a-72b69ab4134d 2018-12-03 16:57:35,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" 2018-12-03 16:57:35,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afa1614f-541b-47cd-9ae3-1c646ff3f092 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:57:35,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-afa1614f-541b-47cd-9ae3-1c646ff3f092 2018-12-03 16:57:35,698 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-36d01b29-ee4a-466-proj 2018-12-03 16:57:35,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/76e91cdeb9d34e60b27c790b9734b47f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" 2018-12-03 16:57:35,937 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41eb81e5-9edc-487b-b66a-12185e85a589 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:35,937 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/76e91cdeb9d34e60b27c790b9734b47f used request id req-41eb81e5-9edc-487b-b66a-12185e85a589 2018-12-03 16:57:35,938 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-36d01b29-ee4a-466-proj-role 2018-12-03 16:57:35,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/a1a179509f06418dab9fb10052481b37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" 2018-12-03 16:57:36,048 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36632312-bc1e-445a-8fe2-035958ad8bf7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:36,049 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/a1a179509f06418dab9fb10052481b37 used request id req-36632312-bc1e-445a-8fe2-035958ad8bf7 2018-12-03 16:57:36,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4934e2bffc64c742092735ec95297b471c74bf" 2018-12-03 16:57:36,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eeb587f-7942-4026-b827-6e5412ab80a1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:57:36,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3eeb587f-7942-4026-b827-6e5412ab80a1 2018-12-03 16:57:36,152 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-36d01b29-ee4a-466-user 2018-12-03 16:57:36,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/4703782bd87d446f9cc2332a01667c85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81356b9c356f95eb9a633086c32d68250de94cb0" 2018-12-03 16:57:36,316 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58b44652-4d81-4cd2-b274-a04c6e02b6d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:36,316 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/4703782bd87d446f9cc2332a01667c85 used request id req-58b44652-4d81-4cd2-b274-a04c6e02b6d4 2018-12-03 16:57:36,318 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:36,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["zUVJj_ASRX680zzj1JxeRg"], "issued_at": "2018-12-03T16:57:36.000000Z"}} 2018-12-03 16:57:36,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0eea1fc5dce829bcc2b08127f883425b0279d0ad" 2018-12-03 16:57:36,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5611b5a-2b8c-4c92-b3da-e3cd83f9b55e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:36,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c5611b5a-2b8c-4c92-b3da-e3cd83f9b55e 2018-12-03 16:57:36,799 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:36,800 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:37,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["TfJxTWW5QhSBJHm-VvlXLA"], "issued_at": "2018-12-03T16:57:37.000000Z"}} 2018-12-03 16:57:37,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" 2018-12-03 16:57:37,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d888a8d0-5299-4ca9-8ba5-4a7666b9833a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:37,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d888a8d0-5299-4ca9-8ba5-4a7666b9833a 2018-12-03 16:57:37,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:57:37,272 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:57: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:57:37,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" 2018-12-03 16:57:37,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b81b057a-7ab7-4c0d-9a32-902f1e10eb19 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:57:37,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj used request id req-b81b057a-7ab7-4c0d-9a32-902f1e10eb19 2018-12-03 16:57:37,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" 2018-12-03 16:57:37,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61c25979-a7c2-497e-9020-431eb943802d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:57:37,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-61c25979-a7c2-497e-9020-431eb943802d 2018-12-03 16:57:37,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj"}}' 2018-12-03 16:57:37,569 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:57:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9675ef49-c783-4896-84dd-53802215c0e2 Content-Length: 314 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7"}, "enabled": true, "id": "a9d25282f1724c29bbcec540d6e97ed7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj"}} 2018-12-03 16:57:37,570 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-9675ef49-c783-4896-84dd-53802215c0e2 2018-12-03 16:57:37,570 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj 2018-12-03 16:57:37,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:37,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:37,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["-m4kTukNQJuxUNAMvf62Qg"], "issued_at": "2018-12-03T16:57:37.000000Z"}} 2018-12-03 16:57:37,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9f7c79ecd60e1261a53fe0ccf89084598ab48b" 2018-12-03 16:57:38,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe25d41-94f7-436b-9db1-c4e9b502b55a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:38,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cbe25d41-94f7-436b-9db1-c4e9b502b55a 2018-12-03 16:57:38,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:57:38,036 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:57: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:57:38,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9f7c79ecd60e1261a53fe0ccf89084598ab48b" 2018-12-03 16:57:38,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a025f930-ba2a-4a89-b424-f91d0b8db3cf Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:57:38,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a025f930-ba2a-4a89-b424-f91d0b8db3cf 2018-12-03 16:57:38,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9f7c79ecd60e1261a53fe0ccf89084598ab48b" 2018-12-03 16:57:38,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74a20930-1691-4637-8c1a-aad4e51e811d Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7"}, "enabled": true, "id": "a9d25282f1724c29bbcec540d6e97ed7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj"}]} 2018-12-03 16:57:38,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj used request id req-74a20930-1691-4637-8c1a-aad4e51e811d 2018-12-03 16:57:38,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9f7c79ecd60e1261a53fe0ccf89084598ab48b" 2018-12-03 16:57:38,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dbf7d35-dd1d-4b32-a4d1-d0ec43da339b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:57:38,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-5dbf7d35-dd1d-4b32-a4d1-d0ec43da339b 2018-12-03 16:57:38,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9f7c79ecd60e1261a53fe0ccf89084598ab48b" 2018-12-03 16:57:38,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1591461-65eb-4582-9e5f-e7515e9389a5 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:57:38,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d1591461-65eb-4582-9e5f-e7515e9389a5 2018-12-03 16:57:38,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9f7c79ecd60e1261a53fe0ccf89084598ab48b" 2018-12-03 16:57:39,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1c9e60f-ff61-44af-9942-537d3d806ed8 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7"}, "enabled": true, "id": "a9d25282f1724c29bbcec540d6e97ed7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj"}]} 2018-12-03 16:57:39,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj used request id req-d1c9e60f-ff61-44af-9942-537d3d806ed8 2018-12-03 16:57:39,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/f3015087bc064f32bf958bb6a6f8b71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9f7c79ecd60e1261a53fe0ccf89084598ab48b" 2018-12-03 16:57:39,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7252efe7-fdb9-4c58-a601-e2f1e8e25985 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-user", "links": {"self": "http://172.30.9.30:5000/v3/users/f3015087bc064f32bf958bb6a6f8b71d"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "f3015087bc064f32bf958bb6a6f8b71d", "password_expires_at": null}} 2018-12-03 16:57:39,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/f3015087bc064f32bf958bb6a6f8b71d used request id req-7252efe7-fdb9-4c58-a601-e2f1e8e25985 2018-12-03 16:57:39,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7/users/f3015087bc064f32bf958bb6a6f8b71d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9f7c79ecd60e1261a53fe0ccf89084598ab48b" 2018-12-03 16:57:39,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98111747-fb49-4464-a649-6bfc0b0bf25c Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7/users/f3015087bc064f32bf958bb6a6f8b71d/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 16:57:39,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7/users/f3015087bc064f32bf958bb6a6f8b71d/roles used request id req-98111747-fb49-4464-a649-6bfc0b0bf25c 2018-12-03 16:57:39,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9f7c79ecd60e1261a53fe0ccf89084598ab48b" 2018-12-03 16:57:39,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3aa6ce9-360c-4c45-ab49-c3889d1635bd Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:57:39,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-f3aa6ce9-360c-4c45-ab49-c3889d1635bd 2018-12-03 16:57:39,359 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj 2018-12-03 16:57:39,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7/users/f3015087bc064f32bf958bb6a6f8b71d/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9f7c79ecd60e1261a53fe0ccf89084598ab48b" 2018-12-03 16:57:39,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-800d7eb9-a8b5-4d4b-9bbf-c3bb3dffbf98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:39,476 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7/users/f3015087bc064f32bf958bb6a6f8b71d/roles/84a2554f97b2457082c443c3960fe29d used request id req-800d7eb9-a8b5-4d4b-9bbf-c3bb3dffbf98 2018-12-03 16:57:39,476 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-user 2018-12-03 16:57:39,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:39,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" 2018-12-03 16:57:39,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cffa443-0939-4f7f-a26a-d0a7b1b58000 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:57:39,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3cffa443-0939-4f7f-a26a-d0a7b1b58000 2018-12-03 16:57:39,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" -d '{"role": {"name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj-role"}}' 2018-12-03 16:57:39,683 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:57:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d7f9709-7190-4751-9fa8-de32538385de Content-Length: 228 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "82a15000cb4d474986bd523588a537da", "links": {"self": "http://172.30.9.30:5000/v3/roles/82a15000cb4d474986bd523588a537da"}, "name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj-role"}} 2018-12-03 16:57:39,683 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-9d7f9709-7190-4751-9fa8-de32538385de 2018-12-03 16:57:39,683 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj-role 2018-12-03 16:57:39,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/82a15000cb4d474986bd523588a537da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" 2018-12-03 16:57:39,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c15c7152-8c9b-4241-b035-523729434edb Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/82a15000cb4d474986bd523588a537da"}, "domain_id": null, "name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj-role", "id": "82a15000cb4d474986bd523588a537da"}} 2018-12-03 16:57:39,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/82a15000cb4d474986bd523588a537da used request id req-c15c7152-8c9b-4241-b035-523729434edb 2018-12-03 16:57:39,768 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj-role to project CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj 2018-12-03 16:57:39,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7/users/f3015087bc064f32bf958bb6a6f8b71d/roles/82a15000cb4d474986bd523588a537da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" 2018-12-03 16:57:39,895 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25bad353-d346-45a7-9127-99d62999d7f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:39,895 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7/users/f3015087bc064f32bf958bb6a6f8b71d/roles/82a15000cb4d474986bd523588a537da used request id req-25bad353-d346-45a7-9127-99d62999d7f4 2018-12-03 16:57:39,895 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:57:39,896 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:57:39,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:39,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:40,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82a15000cb4d474986bd523588a537da", "name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a9d25282f1724c29bbcec540d6e97ed7", "name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a9d25282f1724c29bbcec540d6e97ed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/a9d25282f1724c29bbcec540d6e97ed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/a9d25282f1724c29bbcec540d6e97ed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/a9d25282f1724c29bbcec540d6e97ed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/a9d25282f1724c29bbcec540d6e97ed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a9d25282f1724c29bbcec540d6e97ed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/a9d25282f1724c29bbcec540d6e97ed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/a9d25282f1724c29bbcec540d6e97ed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a9d25282f1724c29bbcec540d6e97ed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/a9d25282f1724c29bbcec540d6e97ed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/a9d25282f1724c29bbcec540d6e97ed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-user", "id": "f3015087bc064f32bf958bb6a6f8b71d"}, "audit_ids": ["DXa0CHDSSOiF6SOL--pP2g"], "issued_at": "2018-12-03T16:57:40.000000Z"}} 2018-12-03 16:57:40,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b065f60bd1cb899285867e821a82aeba6c4413b" 2018-12-03 16:57:40,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a23397c9-3508-4ff3-887a-532816a89c0d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:40,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a23397c9-3508-4ff3-887a-532816a89c0d 2018-12-03 16:57:40,356 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:57:40,358 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:57:40,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b065f60bd1cb899285867e821a82aeba6c4413b" 2018-12-03 16:57:40,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:40 GMT Server: Apache x-openstack-request-id: req-f5c1ed2c-9b15-4c9f-ab3c-28813ff5049a Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 16:57:40,530 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack used request id req-f5c1ed2c-9b15-4c9f-ab3c-28813ff5049a 2018-12-03 16:57:40,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b065f60bd1cb899285867e821a82aeba6c4413b" -d '{"stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-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-59196232-1be2-47eb-ab11-0e63fea15945-sec-grp"}}' 2018-12-03 16:57:42,084 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:57:40 GMT Server: Apache x-openstack-request-id: req-59bce2dd-b7fc-4b38-b308-f287552927ce Location: http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce Content-Length: 303 Content-Type: application/json RESP BODY: {"stack": {"id": "b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "links": [{"href": "http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "rel": "self"}]}} 2018-12-03 16:57:42,085 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks used request id req-59bce2dd-b7fc-4b38-b308-f287552927ce 2018-12-03 16:57:42,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b065f60bd1cb899285867e821a82aeba6c4413b" 2018-12-03 16:57:42,257 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:42 GMT Server: Apache x-openstack-request-id: req-71a8e014-59bf-4e64-9e51-ed1e98d08a6d Location: http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:42,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:42 GMT Server: Apache x-openstack-request-id: req-7f287fa8-b120-487b-b5ea-0e7f57e774c3 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": "a9d25282f1724c29bbcec540d6e97ed7", "OS::stack_id": "b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack", "security_group_name": "CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack", "stack_user_project_id": "28eaf7d7a79e40589846073b6e7f8f69", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:57:41Z", "links": [{"href": "http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-03 16:57:42,521 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce used request id req-7f287fa8-b120-487b-b5ea-0e7f57e774c3 2018-12-03 16:57:42,522 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack 2018-12-03 16:57:42,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b065f60bd1cb899285867e821a82aeba6c4413b" 2018-12-03 16:57:42,691 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:42 GMT Server: Apache x-openstack-request-id: req-e59b75cd-6870-4572-bc8f-3d0d90b33ceb Location: http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:42,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:42 GMT Server: Apache x-openstack-request-id: req-1d5a83c2-5299-49fc-82af-892327cefb33 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": "a9d25282f1724c29bbcec540d6e97ed7", "OS::stack_id": "b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack", "security_group_name": "CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack", "stack_user_project_id": "28eaf7d7a79e40589846073b6e7f8f69", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T16:57:41Z", "links": [{"href": "http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-03 16:57:42,890 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce used request id req-1d5a83c2-5299-49fc-82af-892327cefb33 2018-12-03 16:57:42,890 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 16:57:42,890 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:57:45,894 - create_stack - DEBUG - Stack status query timeout in 1196.62823796 2018-12-03 16:57:45,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b065f60bd1cb899285867e821a82aeba6c4413b" 2018-12-03 16:57:45,924 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:45 GMT Server: Apache x-openstack-request-id: req-eac2e53a-ad02-488a-8366-859086a28684 Location: http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:45,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:45 GMT Server: Apache x-openstack-request-id: req-0c9f76e5-03e7-409b-9f9a-010b6bdca9d4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 529 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": "a9d25282f1724c29bbcec540d6e97ed7", "OS::stack_id": "b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack", "security_group_name": "CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack", "stack_user_project_id": "28eaf7d7a79e40589846073b6e7f8f69", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T16:57:41Z", "links": [{"href": "http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-03 16:57:45,968 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce used request id req-0c9f76e5-03e7-409b-9f9a-010b6bdca9d4 2018-12-03 16:57:45,968 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-03 16:57:45,968 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack 2018-12-03 16:57:45,968 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack 2018-12-03 16:57:45,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b065f60bd1cb899285867e821a82aeba6c4413b" 2018-12-03 16:57:46,166 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:45 GMT Server: Apache x-openstack-request-id: req-787f0bb4-8fdf-45a9-8eeb-c8cda3ec339b Location: http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce/resources Content-Length: 575 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:46,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:46 GMT Server: Apache x-openstack-request-id: req-28007ace-a8cb-41b0-ab21-7c8c1171135b 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.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-03T16:57:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T16:57:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-12-03 16:57:46,360 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce/resources used request id req-28007ace-a8cb-41b0-ab21-7c8c1171135b 2018-12-03 16:57:46,361 - neutron_utils - INFO - Retrieving security group with ID - 8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c 2018-12-03 16:57:46,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b065f60bd1cb899285867e821a82aeba6c4413b" 2018-12-03 16:57:46,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-32c46180-3a27-4fc8-9a95-74f2087197ed Date: Mon, 03 Dec 2018 16:57:46 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:42Z", "updated_at": "2018-12-03T16:57:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:57:44Z", "revision_number": 0, "id": "5b1138d0-0aec-4d56-9833-e43cdcbb58cd", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-03T16:57:44Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9d25282f1724c29bbcec540d6e97ed7"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T16:57:43Z", "revision_number": 0, "id": "5def1c0f-28c3-4b85-91d2-eede559c6830", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-03T16:57:43Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a9d25282f1724c29bbcec540d6e97ed7"}], "revision_number": 6, "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "name": "CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-sec-grp"}]} 2018-12-03 16:57:46,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c used request id req-32c46180-3a27-4fc8-9a95-74f2087197ed 2018-12-03 16:57:46,553 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c 2018-12-03 16:57:46,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b065f60bd1cb899285867e821a82aeba6c4413b" 2018-12-03 16:57:46,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-21b51db6-621d-4114-a282-6ee8ff7a7148 Date: Mon, 03 Dec 2018 16:57:46 GMT RESP BODY: {"security_group_rules": [{"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-12-03T16:57:44Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "port_range_min": null, "revision_number": 0, "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:44Z", "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "5b1138d0-0aec-4d56-9833-e43cdcbb58cd"}, {"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-12-03T16:57:43Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "port_range_min": 22, "revision_number": 0, "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:43Z", "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "5def1c0f-28c3-4b85-91d2-eede559c6830"}]} 2018-12-03 16:57:46,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c used request id req-21b51db6-621d-4114-a282-6ee8ff7a7148 2018-12-03 16:57:46,583 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c 2018-12-03 16:57:46,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b065f60bd1cb899285867e821a82aeba6c4413b" 2018-12-03 16:57:46,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-da6dfe3b-a88d-482e-a773-1e54b244d050 Date: Mon, 03 Dec 2018 16:57:46 GMT RESP BODY: {"security_group_rules": [{"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-12-03T16:57:44Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "port_range_min": null, "revision_number": 0, "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:44Z", "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "5b1138d0-0aec-4d56-9833-e43cdcbb58cd"}, {"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-12-03T16:57:43Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "port_range_min": 22, "revision_number": 0, "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:43Z", "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "5def1c0f-28c3-4b85-91d2-eede559c6830"}]} 2018-12-03 16:57:46,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c used request id req-da6dfe3b-a88d-482e-a773-1e54b244d050 2018-12-03 16:57:46,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:46,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:47,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82a15000cb4d474986bd523588a537da", "name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a9d25282f1724c29bbcec540d6e97ed7", "name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a9d25282f1724c29bbcec540d6e97ed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/a9d25282f1724c29bbcec540d6e97ed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/a9d25282f1724c29bbcec540d6e97ed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/a9d25282f1724c29bbcec540d6e97ed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/a9d25282f1724c29bbcec540d6e97ed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a9d25282f1724c29bbcec540d6e97ed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/a9d25282f1724c29bbcec540d6e97ed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/a9d25282f1724c29bbcec540d6e97ed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a9d25282f1724c29bbcec540d6e97ed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/a9d25282f1724c29bbcec540d6e97ed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/a9d25282f1724c29bbcec540d6e97ed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-user", "id": "f3015087bc064f32bf958bb6a6f8b71d"}, "audit_ids": ["mK5LdbfyQei-9TYikzfLHg"], "issued_at": "2018-12-03T16:57:47.000000Z"}} 2018-12-03 16:57:47,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a9716186b6c37845113b362f803845f8c9f9220" 2018-12-03 16:57:47,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda11e93-0ba5-44e9-aa0a-3a27a05d111b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:47,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-eda11e93-0ba5-44e9-aa0a-3a27a05d111b 2018-12-03 16:57:47,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-sec-grp&description=Test+description -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a9716186b6c37845113b362f803845f8c9f9220" 2018-12-03 16:57:47,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-6f11d44b-bcd8-4159-acd6-21750240ca80 Date: Mon, 03 Dec 2018 16:57:47 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:42Z", "updated_at": "2018-12-03T16:57:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:57:44Z", "revision_number": 0, "id": "5b1138d0-0aec-4d56-9833-e43cdcbb58cd", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-03T16:57:44Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9d25282f1724c29bbcec540d6e97ed7"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T16:57:43Z", "revision_number": 0, "id": "5def1c0f-28c3-4b85-91d2-eede559c6830", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-03T16:57:43Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a9d25282f1724c29bbcec540d6e97ed7"}], "revision_number": 6, "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "name": "CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-sec-grp"}]} 2018-12-03 16:57:47,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-sec-grp&description=Test+description used request id req-6f11d44b-bcd8-4159-acd6-21750240ca80 2018-12-03 16:57:47,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:57:47,410 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:57: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:57:47,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a9716186b6c37845113b362f803845f8c9f9220" 2018-12-03 16:57:47,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8be37b3e-6be2-4404-a776-f4857f3033b3 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7"}, "enabled": true, "id": "a9d25282f1724c29bbcec540d6e97ed7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj"}} 2018-12-03 16:57:47,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7 used request id req-8be37b3e-6be2-4404-a776-f4857f3033b3 2018-12-03 16:57:47,494 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c 2018-12-03 16:57:47,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a9716186b6c37845113b362f803845f8c9f9220" 2018-12-03 16:57:47,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-b8bd865f-6aba-4572-93ef-49096028de0b Date: Mon, 03 Dec 2018 16:57:47 GMT RESP BODY: {"security_group_rules": [{"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-12-03T16:57:44Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "port_range_min": null, "revision_number": 0, "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:44Z", "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "5b1138d0-0aec-4d56-9833-e43cdcbb58cd"}, {"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-12-03T16:57:43Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "port_range_min": 22, "revision_number": 0, "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:43Z", "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "5def1c0f-28c3-4b85-91d2-eede559c6830"}]} 2018-12-03 16:57:47,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c used request id req-b8bd865f-6aba-4572-93ef-49096028de0b 2018-12-03 16:57:47,675 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c 2018-12-03 16:57:47,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a9716186b6c37845113b362f803845f8c9f9220" 2018-12-03 16:57:47,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-c54d6c31-975d-4910-953a-744ed3b19602 Date: Mon, 03 Dec 2018 16:57:47 GMT RESP BODY: {"security_group_rules": [{"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-12-03T16:57:44Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "port_range_min": null, "revision_number": 0, "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:44Z", "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "5b1138d0-0aec-4d56-9833-e43cdcbb58cd"}, {"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-12-03T16:57:43Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "port_range_min": 22, "revision_number": 0, "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:43Z", "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "5def1c0f-28c3-4b85-91d2-eede559c6830"}]} 2018-12-03 16:57:47,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c used request id req-c54d6c31-975d-4910-953a-744ed3b19602 2018-12-03 16:57:47,851 - neutron_utils - INFO - Retrieving security group with ID - 8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c 2018-12-03 16:57:47,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a9716186b6c37845113b362f803845f8c9f9220" 2018-12-03 16:57:48,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-7558cc58-53e2-487c-a9e6-8ce59607feb4 Date: Mon, 03 Dec 2018 16:57:48 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:42Z", "updated_at": "2018-12-03T16:57:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:57:44Z", "revision_number": 0, "id": "5b1138d0-0aec-4d56-9833-e43cdcbb58cd", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-03T16:57:44Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9d25282f1724c29bbcec540d6e97ed7"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T16:57:43Z", "revision_number": 0, "id": "5def1c0f-28c3-4b85-91d2-eede559c6830", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-03T16:57:43Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a9d25282f1724c29bbcec540d6e97ed7"}], "revision_number": 6, "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "name": "CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-sec-grp"}]} 2018-12-03 16:57:48,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c used request id req-7558cc58-53e2-487c-a9e6-8ce59607feb4 2018-12-03 16:57:48,057 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c 2018-12-03 16:57:48,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a9716186b6c37845113b362f803845f8c9f9220" 2018-12-03 16:57:48,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-31b75767-a707-4a69-90d7-17131dd9178a Date: Mon, 03 Dec 2018 16:57:48 GMT RESP BODY: {"security_group_rules": [{"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-12-03T16:57:44Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "port_range_min": null, "revision_number": 0, "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:44Z", "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "5b1138d0-0aec-4d56-9833-e43cdcbb58cd"}, {"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-12-03T16:57:43Z", "security_group_id": "8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c", "port_range_min": 22, "revision_number": 0, "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:43Z", "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "5def1c0f-28c3-4b85-91d2-eede559c6830"}]} 2018-12-03 16:57:48,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8e39a5b9-b237-4fdb-aa29-f3aca4efcb8c used request id req-31b75767-a707-4a69-90d7-17131dd9178a 2018-12-03 16:57:48,244 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack 2018-12-03 16:57:48,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b065f60bd1cb899285867e821a82aeba6c4413b" 2018-12-03 16:57:48,273 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:48 GMT Server: Apache x-openstack-request-id: req-4df10231-cc32-4b0a-9d53-f95af76a3c2f Location: http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:48,455 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:48 GMT Server: Apache x-openstack-request-id: req-1e1fa1ef-5e5a-4f44-8ba3-77f604841460 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:48,455 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce used request id req-1e1fa1ef-5e5a-4f44-8ba3-77f604841460 2018-12-03 16:57:48,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b065f60bd1cb899285867e821a82aeba6c4413b" 2018-12-03 16:57:48,484 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:48 GMT Server: Apache x-openstack-request-id: req-278f7228-1a07-4f83-aff5-8cf8104033dd Location: http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:48,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:48 GMT Server: Apache x-openstack-request-id: req-6ebc4578-c79c-4d59-885e-9cf575a93194 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 520 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": "a9d25282f1724c29bbcec540d6e97ed7", "OS::stack_id": "b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack", "security_group_name": "CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack", "stack_user_project_id": "28eaf7d7a79e40589846073b6e7f8f69", "tags": null, "creation_time": "2018-12-03T16:57:41Z", "links": [{"href": "http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T16:57:48Z", "id": "b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-03 16:57:48,664 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce used request id req-6ebc4578-c79c-4d59-885e-9cf575a93194 2018-12-03 16:57:48,665 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 16:57:48,665 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 16:57:51,668 - create_stack - DEBUG - Stack status query timeout in 1196.78724909 2018-12-03 16:57:51,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b065f60bd1cb899285867e821a82aeba6c4413b" 2018-12-03 16:57:51,866 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:51 GMT Server: Apache x-openstack-request-id: req-028d9d7c-b9b9-4474-8bf7-41e14af17eeb Location: http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:51,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:51 GMT Server: Apache x-openstack-request-id: req-ec194e44-c59a-4352-a108-2970fa033780 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 526 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": "a9d25282f1724c29bbcec540d6e97ed7", "OS::stack_id": "b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack", "security_group_name": "CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-sec-grp"}, "deletion_time": "2018-12-03T16:57:50Z", "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack", "stack_user_project_id": "28eaf7d7a79e40589846073b6e7f8f69", "tags": null, "creation_time": "2018-12-03T16:57:41Z", "links": [{"href": "http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T16:57:48Z", "id": "b34ceffa-abc3-4a93-b19c-c5ba405bc9ce", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-03 16:57:51,892 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce used request id req-ec194e44-c59a-4352-a108-2970fa033780 2018-12-03 16:57:51,892 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-03 16:57:51,892 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack 2018-12-03 16:57:51,892 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack 2018-12-03 16:57:51,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b065f60bd1cb899285867e821a82aeba6c4413b" 2018-12-03 16:57:52,068 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 16:57:51 GMT Server: Apache x-openstack-request-id: req-c5537283-2dba-4672-89ea-3d952e1fd42d Location: http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 16:57:52,094 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:57:52 GMT Server: Apache x-openstack-request-id: req-eca6deb5-b47b-4c84-9b3e-856c6ea047f0 Content-Length: 291 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-03 16:57:52,094 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/a9d25282f1724c29bbcec540d6e97ed7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-59196232-1be2-47eb-ab11-0e63fea15945-stack/b34ceffa-abc3-4a93-b19c-c5ba405bc9ce used request id req-eca6deb5-b47b-4c84-9b3e-856c6ea047f0 2018-12-03 16:57:52,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" 2018-12-03 16:57:52,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-fa874aff-8076-4065-b3a2-9f412055cf16 Date: Mon, 03 Dec 2018 16:57:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:42Z", "updated_at": "2018-12-03T16:57:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:57:42Z", "revision_number": 0, "id": "186119e0-47b5-4ef9-89d4-9c850f9b733a", "remote_group_id": "0abc9312-222a-4739-a080-fb428a5dca14", "remote_ip_prefix": null, "created_at": "2018-12-03T16:57:42Z", "security_group_id": "0abc9312-222a-4739-a080-fb428a5dca14", "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9d25282f1724c29bbcec540d6e97ed7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:57:42Z", "revision_number": 0, "id": "29499559-fc8e-4e77-ab8a-e39b420675ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:57:42Z", "security_group_id": "0abc9312-222a-4739-a080-fb428a5dca14", "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a9d25282f1724c29bbcec540d6e97ed7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:57:42Z", "revision_number": 0, "id": "5a7d5a94-5fc1-478a-befc-8ddca57bdb28", "remote_group_id": "0abc9312-222a-4739-a080-fb428a5dca14", "remote_ip_prefix": null, "created_at": "2018-12-03T16:57:42Z", "security_group_id": "0abc9312-222a-4739-a080-fb428a5dca14", "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a9d25282f1724c29bbcec540d6e97ed7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:57:42Z", "revision_number": 0, "id": "d4d3cbaa-431d-42de-aa4d-6b9d517f793b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:57:42Z", "security_group_id": "0abc9312-222a-4739-a080-fb428a5dca14", "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9d25282f1724c29bbcec540d6e97ed7"}], "revision_number": 4, "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "0abc9312-222a-4739-a080-fb428a5dca14", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:57:52,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-fa874aff-8076-4065-b3a2-9f412055cf16 2018-12-03 16:57:52,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" 2018-12-03 16:57:52,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf0ff2db-c650-4b1d-840d-f34cd91ae99d Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7"}, "enabled": true, "id": "a9d25282f1724c29bbcec540d6e97ed7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj"}} 2018-12-03 16:57:52,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7 used request id req-cf0ff2db-c650-4b1d-840d-f34cd91ae99d 2018-12-03 16:57:52,423 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0abc9312-222a-4739-a080-fb428a5dca14 2018-12-03 16:57:52,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0abc9312-222a-4739-a080-fb428a5dca14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" 2018-12-03 16:57:52,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c47526c0-bb02-427a-a139-811b162c1e2d Date: Mon, 03 Dec 2018 16:57:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "0abc9312-222a-4739-a080-fb428a5dca14", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:57:42Z", "security_group_id": "0abc9312-222a-4739-a080-fb428a5dca14", "port_range_min": null, "revision_number": 0, "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:42Z", "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "186119e0-47b5-4ef9-89d4-9c850f9b733a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:57:42Z", "security_group_id": "0abc9312-222a-4739-a080-fb428a5dca14", "port_range_min": null, "revision_number": 0, "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:42Z", "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "29499559-fc8e-4e77-ab8a-e39b420675ec"}, {"remote_group_id": "0abc9312-222a-4739-a080-fb428a5dca14", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:57:42Z", "security_group_id": "0abc9312-222a-4739-a080-fb428a5dca14", "port_range_min": null, "revision_number": 0, "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:42Z", "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "5a7d5a94-5fc1-478a-befc-8ddca57bdb28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:57:42Z", "security_group_id": "0abc9312-222a-4739-a080-fb428a5dca14", "port_range_min": null, "revision_number": 0, "tenant_id": "a9d25282f1724c29bbcec540d6e97ed7", "created_at": "2018-12-03T16:57:42Z", "project_id": "a9d25282f1724c29bbcec540d6e97ed7", "id": "d4d3cbaa-431d-42de-aa4d-6b9d517f793b"}]} 2018-12-03 16:57:52,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0abc9312-222a-4739-a080-fb428a5dca14 used request id req-c47526c0-bb02-427a-a139-811b162c1e2d 2018-12-03 16:57:52,601 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:57:52,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/0abc9312-222a-4739-a080-fb428a5dca14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" 2018-12-03 16:57:52,880 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6ac55d0b-6c41-4936-95f1-7e2ff39f6cff Content-Length: 0 Date: Mon, 03 Dec 2018 16:57:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:57:52,880 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/0abc9312-222a-4739-a080-fb428a5dca14 used request id req-6ac55d0b-6c41-4936-95f1-7e2ff39f6cff 2018-12-03 16:57:52,881 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj 2018-12-03 16:57:52,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" 2018-12-03 16:57:53,081 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-761b961b-79a1-4dc4-989a-fff28dd26176 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:53,081 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/a9d25282f1724c29bbcec540d6e97ed7 used request id req-761b961b-79a1-4dc4-989a-fff28dd26176 2018-12-03 16:57:53,082 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-proj-role 2018-12-03 16:57:53,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/82a15000cb4d474986bd523588a537da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" 2018-12-03 16:57:53,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afca37b9-31d8-4329-b822-55227b64255f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:53,198 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/82a15000cb4d474986bd523588a537da used request id req-afca37b9-31d8-4329-b822-55227b64255f 2018-12-03 16:57:53,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ff61a97ab1489ba5c8c9018966cca493e6734b" 2018-12-03 16:57:53,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fb9549d-42ce-451e-a850-9d03ca500b90 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:57:53,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3fb9549d-42ce-451e-a850-9d03ca500b90 2018-12-03 16:57:53,288 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-ca5e9376-c8ca-49b-user 2018-12-03 16:57:53,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/f3015087bc064f32bf958bb6a6f8b71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9f7c79ecd60e1261a53fe0ccf89084598ab48b" 2018-12-03 16:57:53,472 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73df8d75-269b-4cfa-acdd-e80c80fcd726 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:53,472 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/f3015087bc064f32bf958bb6a6f8b71d used request id req-73df8d75-269b-4cfa-acdd-e80c80fcd726 2018-12-03 16:57:53,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:53,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ABGfys6bRAiw_pksHFlIDg"], "issued_at": "2018-12-03T16:57:53.000000Z"}} 2018-12-03 16:57:53,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01233e3bf95898e076bca7864a5604323ce896e7" 2018-12-03 16:57:53,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7c15f38-4dd1-484d-947f-543d2d021591 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:53,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f7c15f38-4dd1-484d-947f-543d2d021591 2018-12-03 16:57:53,942 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:53,944 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:54,317 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["YdvbjgOkQ8S8b6lRwC8CIw"], "issued_at": "2018-12-03T16:57:54.000000Z"}} 2018-12-03 16:57:54,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" 2018-12-03 16:57:54,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-813a827d-17bc-4b08-ac7f-2eadbe96661c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:54,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-813a827d-17bc-4b08-ac7f-2eadbe96661c 2018-12-03 16:57:54,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:57:54,413 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:57:54,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-8edafbd2-2795-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" 2018-12-03 16:57:54,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cc3bb98-433f-46ce-8c8f-ccef5d06aaca Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-8edafbd2-2795-4bf-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:57:54,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-8edafbd2-2795-4bf-proj used request id req-6cc3bb98-433f-46ce-8c8f-ccef5d06aaca 2018-12-03 16:57:54,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" 2018-12-03 16:57:54,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5768fcc2-8eb7-4131-baaa-9a014843630c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:57:54,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-5768fcc2-8eb7-4131-baaa-9a014843630c 2018-12-03 16:57:54,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-8edafbd2-2795-4bf-proj"}}' 2018-12-03 16:57:54,635 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:57:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b80c4f96-2927-4000-9fb8-7cb227b2dc17 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fbb65fb42fa406bbc6ca0443cd8fba2"}, "enabled": true, "id": "8fbb65fb42fa406bbc6ca0443cd8fba2", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-8edafbd2-2795-4bf-proj"}} 2018-12-03 16:57:54,635 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b80c4f96-2927-4000-9fb8-7cb227b2dc17 2018-12-03 16:57:54,635 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-8edafbd2-2795-4bf-proj 2018-12-03 16:57:54,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:54,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:55,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["-zT9gwUuQwiqro1KOx-ixQ"], "issued_at": "2018-12-03T16:57:55.000000Z"}} 2018-12-03 16:57:55,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f21389d20d242c1fc33a33d595ac1db75cc5039" 2018-12-03 16:57:55,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbeb05bb-a1b3-4c95-a69b-8cb39160455a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:55,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bbeb05bb-a1b3-4c95-a69b-8cb39160455a 2018-12-03 16:57:55,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:57:55,111 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:57: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:57:55,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f21389d20d242c1fc33a33d595ac1db75cc5039" 2018-12-03 16:57:55,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e8e71f2-0147-4e00-a466-567324acae9e Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:57:55,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1e8e71f2-0147-4e00-a466-567324acae9e 2018-12-03 16:57:55,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackNegativeTests-8edafbd2-2795-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f21389d20d242c1fc33a33d595ac1db75cc5039" 2018-12-03 16:57:55,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf3b9d85-2847-465c-883f-2c89e1e49e13 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackNegativeTests-8edafbd2-2795-4bf-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fbb65fb42fa406bbc6ca0443cd8fba2"}, "enabled": true, "id": "8fbb65fb42fa406bbc6ca0443cd8fba2", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-8edafbd2-2795-4bf-proj"}]} 2018-12-03 16:57:55,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackNegativeTests-8edafbd2-2795-4bf-proj used request id req-cf3b9d85-2847-465c-883f-2c89e1e49e13 2018-12-03 16:57:55,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f21389d20d242c1fc33a33d595ac1db75cc5039" 2018-12-03 16:57:55,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0464d5ed-5568-4405-ba8a-dea385024b18 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:57:55,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-0464d5ed-5568-4405-ba8a-dea385024b18 2018-12-03 16:57:55,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f21389d20d242c1fc33a33d595ac1db75cc5039" 2018-12-03 16:57:55,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42cdc8d7-db3d-4ffb-8a0c-87c42bb4be1a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:57:55,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-42cdc8d7-db3d-4ffb-8a0c-87c42bb4be1a 2018-12-03 16:57:55,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackNegativeTests-8edafbd2-2795-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f21389d20d242c1fc33a33d595ac1db75cc5039" 2018-12-03 16:57:55,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be1dd50c-807b-4445-ae15-340542c5b0a9 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackNegativeTests-8edafbd2-2795-4bf-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8fbb65fb42fa406bbc6ca0443cd8fba2"}, "enabled": true, "id": "8fbb65fb42fa406bbc6ca0443cd8fba2", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-8edafbd2-2795-4bf-proj"}]} 2018-12-03 16:57:55,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackNegativeTests-8edafbd2-2795-4bf-proj used request id req-be1dd50c-807b-4445-ae15-340542c5b0a9 2018-12-03 16:57:55,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/e76022dfc7e14304ac963871823f3e76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f21389d20d242c1fc33a33d595ac1db75cc5039" 2018-12-03 16:57:56,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dcad198-0d09-458f-b67d-27e1040ee728 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-8edafbd2-2795-4bf-user", "links": {"self": "http://172.30.9.30:5000/v3/users/e76022dfc7e14304ac963871823f3e76"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "8fbb65fb42fa406bbc6ca0443cd8fba2", "id": "e76022dfc7e14304ac963871823f3e76", "password_expires_at": null}} 2018-12-03 16:57:56,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e76022dfc7e14304ac963871823f3e76 used request id req-0dcad198-0d09-458f-b67d-27e1040ee728 2018-12-03 16:57:56,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8fbb65fb42fa406bbc6ca0443cd8fba2/users/e76022dfc7e14304ac963871823f3e76/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f21389d20d242c1fc33a33d595ac1db75cc5039" 2018-12-03 16:57:56,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0756de70-e8e8-4054-bc42-95c9be85fe47 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/8fbb65fb42fa406bbc6ca0443cd8fba2/users/e76022dfc7e14304ac963871823f3e76/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 16:57:56,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8fbb65fb42fa406bbc6ca0443cd8fba2/users/e76022dfc7e14304ac963871823f3e76/roles used request id req-0756de70-e8e8-4054-bc42-95c9be85fe47 2018-12-03 16:57:56,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f21389d20d242c1fc33a33d595ac1db75cc5039" 2018-12-03 16:57:56,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52cb7814-678d-45eb-a0b3-74c64ea36a9a Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:57:56,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-52cb7814-678d-45eb-a0b3-74c64ea36a9a 2018-12-03 16:57:56,253 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-8edafbd2-2795-4bf-proj 2018-12-03 16:57:56,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/8fbb65fb42fa406bbc6ca0443cd8fba2/users/e76022dfc7e14304ac963871823f3e76/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f21389d20d242c1fc33a33d595ac1db75cc5039" 2018-12-03 16:57:56,368 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0adf1b4-aa9e-4d8a-a2d4-2c493f361309 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:56,368 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/8fbb65fb42fa406bbc6ca0443cd8fba2/users/e76022dfc7e14304ac963871823f3e76/roles/84a2554f97b2457082c443c3960fe29d used request id req-f0adf1b4-aa9e-4d8a-a2d4-2c493f361309 2018-12-03 16:57:56,368 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-8edafbd2-2795-4bf-user 2018-12-03 16:57:56,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:56,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" 2018-12-03 16:57:56,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6700a125-63e3-457c-83cd-f73c1c6f3f6a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:57:56,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6700a125-63e3-457c-83cd-f73c1c6f3f6a 2018-12-03 16:57:56,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" -d '{"role": {"name": "CreateStackNegativeTests-8edafbd2-2795-4bf-proj-role"}}' 2018-12-03 16:57:56,575 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:57:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3bf7463-00a7-4709-a74b-71f31552de48 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0a70178fd82b432aac2245396ac5b993", "links": {"self": "http://172.30.9.30:5000/v3/roles/0a70178fd82b432aac2245396ac5b993"}, "name": "CreateStackNegativeTests-8edafbd2-2795-4bf-proj-role"}} 2018-12-03 16:57:56,575 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-e3bf7463-00a7-4709-a74b-71f31552de48 2018-12-03 16:57:56,576 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-8edafbd2-2795-4bf-proj-role 2018-12-03 16:57:56,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/0a70178fd82b432aac2245396ac5b993 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" 2018-12-03 16:57:56,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d92b46e1-7658-4749-b7ed-7ed2949d0926 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/0a70178fd82b432aac2245396ac5b993"}, "domain_id": null, "name": "CreateStackNegativeTests-8edafbd2-2795-4bf-proj-role", "id": "0a70178fd82b432aac2245396ac5b993"}} 2018-12-03 16:57:56,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/0a70178fd82b432aac2245396ac5b993 used request id req-d92b46e1-7658-4749-b7ed-7ed2949d0926 2018-12-03 16:57:56,658 - keystone_utils - INFO - Granting role CreateStackNegativeTests-8edafbd2-2795-4bf-proj-role to project CreateStackNegativeTests-8edafbd2-2795-4bf-proj 2018-12-03 16:57:56,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/8fbb65fb42fa406bbc6ca0443cd8fba2/users/e76022dfc7e14304ac963871823f3e76/roles/0a70178fd82b432aac2245396ac5b993 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" 2018-12-03 16:57:56,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ce03c5c-0734-43d0-83c8-e2821104d2be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:56,806 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/8fbb65fb42fa406bbc6ca0443cd8fba2/users/e76022dfc7e14304ac963871823f3e76/roles/0a70178fd82b432aac2245396ac5b993 used request id req-3ce03c5c-0734-43d0-83c8-e2821104d2be 2018-12-03 16:57:56,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:56,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:57,190 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a70178fd82b432aac2245396ac5b993", "name": "CreateStackNegativeTests-8edafbd2-2795-4bf-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8fbb65fb42fa406bbc6ca0443cd8fba2", "name": "CreateStackNegativeTests-8edafbd2-2795-4bf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8fbb65fb42fa406bbc6ca0443cd8fba2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8fbb65fb42fa406bbc6ca0443cd8fba2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8fbb65fb42fa406bbc6ca0443cd8fba2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8fbb65fb42fa406bbc6ca0443cd8fba2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8fbb65fb42fa406bbc6ca0443cd8fba2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8fbb65fb42fa406bbc6ca0443cd8fba2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8fbb65fb42fa406bbc6ca0443cd8fba2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8fbb65fb42fa406bbc6ca0443cd8fba2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8fbb65fb42fa406bbc6ca0443cd8fba2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8fbb65fb42fa406bbc6ca0443cd8fba2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8fbb65fb42fa406bbc6ca0443cd8fba2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8fbb65fb42fa406bbc6ca0443cd8fba2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-8edafbd2-2795-4bf-user", "id": "e76022dfc7e14304ac963871823f3e76"}, "audit_ids": ["0Y5VoHleTgCNUeGne8e6Cw"], "issued_at": "2018-12-03T16:57:57.000000Z"}} 2018-12-03 16:57:57,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e0a0d7fe09820a5ef2444a337ccfb8780460b5" 2018-12-03 16:57:57,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-051f4041-8dbc-4ee2-9bf3-41bbcc1c2764 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:57,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-051f4041-8dbc-4ee2-9bf3-41bbcc1c2764 2018-12-03 16:57:57,274 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:57:57,277 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:57:57,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/8fbb65fb42fa406bbc6ca0443cd8fba2/stacks?stack_name=CreateStackNegativeTests-23dc7b49-18bd-466a-88e1-38c3d4a6e0e0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e0a0d7fe09820a5ef2444a337ccfb8780460b5" 2018-12-03 16:57:57,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:57 GMT Server: Apache x-openstack-request-id: req-94a539a3-3ee5-479b-8508-8df4edaa1fc6 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 16:57:57,457 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/8fbb65fb42fa406bbc6ca0443cd8fba2/stacks?stack_name=CreateStackNegativeTests-23dc7b49-18bd-466a-88e1-38c3d4a6e0e0 used request id req-94a539a3-3ee5-479b-8508-8df4edaa1fc6 2018-12-03 16:57:57,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" 2018-12-03 16:57:57,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-82deb7b9-2efe-4b90-8c90-27b442979656 Date: Mon, 03 Dec 2018 16:57:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:57:57,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-82deb7b9-2efe-4b90-8c90-27b442979656 2018-12-03 16:57:57,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" 2018-12-03 16:57:57,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0d03a90-22dc-4b4b-9ca2-935da6c1e073 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:57:57,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-e0d03a90-22dc-4b4b-9ca2-935da6c1e073 2018-12-03 16:57:57,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" 2018-12-03 16:57:57,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e669b32c-2aae-44b5-92a7-2540bf5fb3c2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:57:57,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-e669b32c-2aae-44b5-92a7-2540bf5fb3c2 2018-12-03 16:57:57,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" 2018-12-03 16:57:57,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d551d832-5e53-4c41-b9cc-f0f5c68ea20b Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:57:57,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-d551d832-5e53-4c41-b9cc-f0f5c68ea20b 2018-12-03 16:57:57,948 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-8edafbd2-2795-4bf-proj 2018-12-03 16:57:57,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/8fbb65fb42fa406bbc6ca0443cd8fba2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" 2018-12-03 16:57:58,201 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e9f0d7d-751f-422e-84cd-7358a1493ab9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:58,201 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/8fbb65fb42fa406bbc6ca0443cd8fba2 used request id req-1e9f0d7d-751f-422e-84cd-7358a1493ab9 2018-12-03 16:57:58,201 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-8edafbd2-2795-4bf-proj-role 2018-12-03 16:57:58,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/0a70178fd82b432aac2245396ac5b993 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" 2018-12-03 16:57:58,330 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e45c2e4-b353-47f3-94db-86d68a2e8cc5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:58,330 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/0a70178fd82b432aac2245396ac5b993 used request id req-2e45c2e4-b353-47f3-94db-86d68a2e8cc5 2018-12-03 16:57:58,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c709fdfeb43efa50e17241c6242d9ce34ad1b684" 2018-12-03 16:57:58,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b37052d-ce2f-4301-b1cf-b01e5022957f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:57:58,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8b37052d-ce2f-4301-b1cf-b01e5022957f 2018-12-03 16:57:58,414 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-8edafbd2-2795-4bf-user 2018-12-03 16:57:58,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/e76022dfc7e14304ac963871823f3e76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f21389d20d242c1fc33a33d595ac1db75cc5039" 2018-12-03 16:57:58,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:57:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7f739ba-51d6-4cfa-9e63-cbdc30d2c33c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:57:58,665 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e76022dfc7e14304ac963871823f3e76 used request id req-e7f739ba-51d6-4cfa-9e63-cbdc30d2c33c 2018-12-03 16:57:58,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:59,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ftgoenMtRdWJ6IoV6nyLKA"], "issued_at": "2018-12-03T16:57:59.000000Z"}} 2018-12-03 16:57:59,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10210e8959ab27531c701a37e2a344c5d61b9a9" 2018-12-03 16:57:59,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfe59dc0-f8df-4a3a-a1e2-7a0afb468e57 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:59,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bfe59dc0-f8df-4a3a-a1e2-7a0afb468e57 2018-12-03 16:57:59,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:59,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:57:59,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:57:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["acP9iqNiS-CIE8iowEwA3w"], "issued_at": "2018-12-03T16:57:59.000000Z"}} 2018-12-03 16:57:59,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" 2018-12-03 16:57:59,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c681474-5a71-413b-8d5c-d7b60b253f25 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:57:59,604 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1c681474-5a71-413b-8d5c-d7b60b253f25 2018-12-03 16:57:59,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:57:59,615 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:57: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:57:59,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-a640302c-895a-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" 2018-12-03 16:57:59,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0d64b4e-e2de-4573-bdcd-2b68a3eec898 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-a640302c-895a-40e-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:57:59,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-a640302c-895a-40e-proj used request id req-a0d64b4e-e2de-4573-bdcd-2b68a3eec898 2018-12-03 16:57:59,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" 2018-12-03 16:57:59,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf80f044-a5e9-45e4-9994-cec445e5a561 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:57:59,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-cf80f044-a5e9-45e4-9994-cec445e5a561 2018-12-03 16:57:59,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-a640302c-895a-40e-proj"}}' 2018-12-03 16:57:59,899 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:57:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b77fa1e-161e-45df-a932-6052610155f8 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e23c5cfaff424c6393c2b510a3afeae7"}, "enabled": true, "id": "e23c5cfaff424c6393c2b510a3afeae7", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-a640302c-895a-40e-proj"}} 2018-12-03 16:57:59,899 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-7b77fa1e-161e-45df-a932-6052610155f8 2018-12-03 16:57:59,900 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-a640302c-895a-40e-proj 2018-12-03 16:57:59,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:57:59,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:58:00,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:58:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["-zM7rgPERxS34e_kSK1xNg"], "issued_at": "2018-12-03T16:58:00.000000Z"}} 2018-12-03 16:58:00,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c48d45a868d3a7c21559a80d5e3560d18361064f" 2018-12-03 16:58:00,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4506da08-e23e-43cc-9f3d-ea9716457f2d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:00,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4506da08-e23e-43cc-9f3d-ea9716457f2d 2018-12-03 16:58:00,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:58:00,382 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:58: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:58:00,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c48d45a868d3a7c21559a80d5e3560d18361064f" 2018-12-03 16:58:00,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0a1c51f-7522-414e-9254-b4cc5a46f687 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:58:00,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e0a1c51f-7522-414e-9254-b4cc5a46f687 2018-12-03 16:58:00,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackNegativeTests-a640302c-895a-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c48d45a868d3a7c21559a80d5e3560d18361064f" 2018-12-03 16:58:00,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866d968b-b60a-4eaf-8908-a11e08650803 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackNegativeTests-a640302c-895a-40e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e23c5cfaff424c6393c2b510a3afeae7"}, "enabled": true, "id": "e23c5cfaff424c6393c2b510a3afeae7", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-a640302c-895a-40e-proj"}]} 2018-12-03 16:58:00,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackNegativeTests-a640302c-895a-40e-proj used request id req-866d968b-b60a-4eaf-8908-a11e08650803 2018-12-03 16:58:00,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c48d45a868d3a7c21559a80d5e3560d18361064f" 2018-12-03 16:58:00,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f4e3206-4eaa-4874-9b0a-db51c5cdb17e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:58:00,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-6f4e3206-4eaa-4874-9b0a-db51c5cdb17e 2018-12-03 16:58:01,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c48d45a868d3a7c21559a80d5e3560d18361064f" 2018-12-03 16:58:01,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8315d3c4-f3ed-435f-8fcb-5ca5921d5c67 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:58:01,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8315d3c4-f3ed-435f-8fcb-5ca5921d5c67 2018-12-03 16:58:01,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackNegativeTests-a640302c-895a-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c48d45a868d3a7c21559a80d5e3560d18361064f" 2018-12-03 16:58:01,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d1495ec-a3f6-482a-a6eb-f644a904757c Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackNegativeTests-a640302c-895a-40e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e23c5cfaff424c6393c2b510a3afeae7"}, "enabled": true, "id": "e23c5cfaff424c6393c2b510a3afeae7", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-a640302c-895a-40e-proj"}]} 2018-12-03 16:58:01,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackNegativeTests-a640302c-895a-40e-proj used request id req-1d1495ec-a3f6-482a-a6eb-f644a904757c 2018-12-03 16:58:01,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/79b7876f3c9b45a3a3da81d59c62c3e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c48d45a868d3a7c21559a80d5e3560d18361064f" 2018-12-03 16:58:01,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3525636f-b9c8-497c-994c-3accfaedcbf3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-a640302c-895a-40e-user", "links": {"self": "http://172.30.9.30:5000/v3/users/79b7876f3c9b45a3a3da81d59c62c3e2"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "e23c5cfaff424c6393c2b510a3afeae7", "id": "79b7876f3c9b45a3a3da81d59c62c3e2", "password_expires_at": null}} 2018-12-03 16:58:01,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/79b7876f3c9b45a3a3da81d59c62c3e2 used request id req-3525636f-b9c8-497c-994c-3accfaedcbf3 2018-12-03 16:58:01,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e23c5cfaff424c6393c2b510a3afeae7/users/79b7876f3c9b45a3a3da81d59c62c3e2/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c48d45a868d3a7c21559a80d5e3560d18361064f" 2018-12-03 16:58:01,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89add0c1-3cf3-4366-b0e6-641ee2e237fd Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/e23c5cfaff424c6393c2b510a3afeae7/users/79b7876f3c9b45a3a3da81d59c62c3e2/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 16:58:01,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e23c5cfaff424c6393c2b510a3afeae7/users/79b7876f3c9b45a3a3da81d59c62c3e2/roles used request id req-89add0c1-3cf3-4366-b0e6-641ee2e237fd 2018-12-03 16:58:01,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c48d45a868d3a7c21559a80d5e3560d18361064f" 2018-12-03 16:58:01,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6098cc7f-2c66-4451-a9b0-1060977b553b Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 16:58:01,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-6098cc7f-2c66-4451-a9b0-1060977b553b 2018-12-03 16:58:01,515 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-a640302c-895a-40e-proj 2018-12-03 16:58:01,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/e23c5cfaff424c6393c2b510a3afeae7/users/79b7876f3c9b45a3a3da81d59c62c3e2/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c48d45a868d3a7c21559a80d5e3560d18361064f" 2018-12-03 16:58:01,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:58:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8727d111-bf71-4b36-a5f7-bf67f54e3562 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:58:01,651 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e23c5cfaff424c6393c2b510a3afeae7/users/79b7876f3c9b45a3a3da81d59c62c3e2/roles/84a2554f97b2457082c443c3960fe29d used request id req-8727d111-bf71-4b36-a5f7-bf67f54e3562 2018-12-03 16:58:01,651 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-a640302c-895a-40e-user 2018-12-03 16:58:01,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:58:01,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" 2018-12-03 16:58:01,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1701dc9a-ae55-41e0-82df-7cab3a382efa Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:58:01,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1701dc9a-ae55-41e0-82df-7cab3a382efa 2018-12-03 16:58:01,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" -d '{"role": {"name": "CreateStackNegativeTests-a640302c-895a-40e-proj-role"}}' 2018-12-03 16:58:01,850 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:58:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29691322-3374-40d4-98e9-885db3f5fece Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7f7323b4d24d4d71ae5688b911a71153", "links": {"self": "http://172.30.9.30:5000/v3/roles/7f7323b4d24d4d71ae5688b911a71153"}, "name": "CreateStackNegativeTests-a640302c-895a-40e-proj-role"}} 2018-12-03 16:58:01,851 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-29691322-3374-40d4-98e9-885db3f5fece 2018-12-03 16:58:01,851 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-a640302c-895a-40e-proj-role 2018-12-03 16:58:01,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/7f7323b4d24d4d71ae5688b911a71153 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" 2018-12-03 16:58:01,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28134816-883a-4e9e-a37b-3e4787b738ca Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/7f7323b4d24d4d71ae5688b911a71153"}, "domain_id": null, "name": "CreateStackNegativeTests-a640302c-895a-40e-proj-role", "id": "7f7323b4d24d4d71ae5688b911a71153"}} 2018-12-03 16:58:01,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/7f7323b4d24d4d71ae5688b911a71153 used request id req-28134816-883a-4e9e-a37b-3e4787b738ca 2018-12-03 16:58:01,939 - keystone_utils - INFO - Granting role CreateStackNegativeTests-a640302c-895a-40e-proj-role to project CreateStackNegativeTests-a640302c-895a-40e-proj 2018-12-03 16:58:01,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/e23c5cfaff424c6393c2b510a3afeae7/users/79b7876f3c9b45a3a3da81d59c62c3e2/roles/7f7323b4d24d4d71ae5688b911a71153 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" 2018-12-03 16:58:02,075 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:58:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-902388d7-b6b7-4137-a79b-674df2eff914 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:58:02,075 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e23c5cfaff424c6393c2b510a3afeae7/users/79b7876f3c9b45a3a3da81d59c62c3e2/roles/7f7323b4d24d4d71ae5688b911a71153 used request id req-902388d7-b6b7-4137-a79b-674df2eff914 2018-12-03 16:58:02,076 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:58:02,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:58:02,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f7323b4d24d4d71ae5688b911a71153", "name": "CreateStackNegativeTests-a640302c-895a-40e-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:58:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e23c5cfaff424c6393c2b510a3afeae7", "name": "CreateStackNegativeTests-a640302c-895a-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e23c5cfaff424c6393c2b510a3afeae7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e23c5cfaff424c6393c2b510a3afeae7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e23c5cfaff424c6393c2b510a3afeae7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e23c5cfaff424c6393c2b510a3afeae7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e23c5cfaff424c6393c2b510a3afeae7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e23c5cfaff424c6393c2b510a3afeae7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e23c5cfaff424c6393c2b510a3afeae7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e23c5cfaff424c6393c2b510a3afeae7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e23c5cfaff424c6393c2b510a3afeae7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e23c5cfaff424c6393c2b510a3afeae7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e23c5cfaff424c6393c2b510a3afeae7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e23c5cfaff424c6393c2b510a3afeae7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-a640302c-895a-40e-user", "id": "79b7876f3c9b45a3a3da81d59c62c3e2"}, "audit_ids": ["ihy_AtfwS2un59QDdThUOQ"], "issued_at": "2018-12-03T16:58:02.000000Z"}} 2018-12-03 16:58:02,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89097d18d28cb764bfa3314e4dcca4cfdc7b55ef" 2018-12-03 16:58:02,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d52732dd-b799-4a99-ac73-1a9cbb7abd32 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:02,523 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d52732dd-b799-4a99-ac73-1a9cbb7abd32 2018-12-03 16:58:02,525 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:58:02,527 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 16:58:02,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e23c5cfaff424c6393c2b510a3afeae7/stacks?stack_name=CreateStackNegativeTests-5485670f-a3e5-4911-9d31-31d9beba4bef -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89097d18d28cb764bfa3314e4dcca4cfdc7b55ef" 2018-12-03 16:58:02,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:02 GMT Server: Apache x-openstack-request-id: req-ad71748c-37c8-4428-bbf3-db014b54e968 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 16:58:02,707 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e23c5cfaff424c6393c2b510a3afeae7/stacks?stack_name=CreateStackNegativeTests-5485670f-a3e5-4911-9d31-31d9beba4bef used request id req-ad71748c-37c8-4428-bbf3-db014b54e968 2018-12-03 16:58:02,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/e23c5cfaff424c6393c2b510a3afeae7/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89097d18d28cb764bfa3314e4dcca4cfdc7b55ef" -d '{"stack_name": "CreateStackNegativeTests-5485670f-a3e5-4911-9d31-31d9beba4bef", "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-12-03 16:58:03,222 - keystoneauth.session - DEBUG - RESP: [400] Date: Mon, 03 Dec 2018 16:58:02 GMT Server: Apache x-openstack-request-id: req-737ee47c-7419-4c3d-a9f1-323ea23bef28 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-12-03 16:58:03,222 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/e23c5cfaff424c6393c2b510a3afeae7/stacks used request id req-737ee47c-7419-4c3d-a9f1-323ea23bef28 2018-12-03 16:58:03,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" 2018-12-03 16:58:03,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d0881666-c060-4206-81c1-55ecdb3ad88a Date: Mon, 03 Dec 2018 16:58:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:58:03,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-d0881666-c060-4206-81c1-55ecdb3ad88a 2018-12-03 16:58:03,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" 2018-12-03 16:58:03,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18a04e03-d475-4266-ab58-2a06d69160e4 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:58:03,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-18a04e03-d475-4266-ab58-2a06d69160e4 2018-12-03 16:58:03,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" 2018-12-03 16:58:03,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9879d10-d2fd-4b1e-b8ec-0c336fa3af53 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:58:03,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-e9879d10-d2fd-4b1e-b8ec-0c336fa3af53 2018-12-03 16:58:03,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" 2018-12-03 16:58:03,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff89960b-2864-42ad-8c21-3eb76803f868 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 16:58:03,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-ff89960b-2864-42ad-8c21-3eb76803f868 2018-12-03 16:58:03,711 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-a640302c-895a-40e-proj 2018-12-03 16:58:03,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/e23c5cfaff424c6393c2b510a3afeae7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" 2018-12-03 16:58:03,955 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:58:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb7483d9-2253-4f7a-a81b-420be96cb1f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:58:03,956 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/e23c5cfaff424c6393c2b510a3afeae7 used request id req-fb7483d9-2253-4f7a-a81b-420be96cb1f8 2018-12-03 16:58:03,956 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-a640302c-895a-40e-proj-role 2018-12-03 16:58:03,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/7f7323b4d24d4d71ae5688b911a71153 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" 2018-12-03 16:58:04,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:58:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19b23843-73e6-4f15-b79b-fe38826817b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:58:04,067 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/7f7323b4d24d4d71ae5688b911a71153 used request id req-19b23843-73e6-4f15-b79b-fe38826817b8 2018-12-03 16:58:04,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06644dd244be1747b8d017818dc15449fda6a98a" 2018-12-03 16:58:04,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0351312a-9deb-4f77-a648-92dcc0278b00 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:58:04,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0351312a-9deb-4f77-a648-92dcc0278b00 2018-12-03 16:58:04,241 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-a640302c-895a-40e-user 2018-12-03 16:58:04,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/79b7876f3c9b45a3a3da81d59c62c3e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c48d45a868d3a7c21559a80d5e3560d18361064f" 2018-12-03 16:58:04,455 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:58:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-617ae054-dc79-4b52-b86f-4a1227c338eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:58:04,455 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/79b7876f3c9b45a3a3da81d59c62c3e2 used request id req-617ae054-dc79-4b52-b86f-4a1227c338eb 2018-12-03 16:58:04,457 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:58:04,912 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:58:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["hmvp38zQQF6NcmBiBauh9g"], "issued_at": "2018-12-03T16:58:04.000000Z"}} 2018-12-03 16:58:04,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0aaff0802140c32a058a9e7588bb12ac28c5531" 2018-12-03 16:58:04,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9b9640c-cfb1-48a8-8a75-5ca9e3ada92c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:04,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d9b9640c-cfb1-48a8-8a75-5ca9e3ada92c 2018-12-03 16:58:04,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:58:04,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:58:05,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:58:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["j641KR8UTimdeHFtv-r04A"], "issued_at": "2018-12-03T16:58:05.000000Z"}} 2018-12-03 16:58:05,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:58:05,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b835c298-1e61-4b29-8f07-90a46a5c49f6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:05,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b835c298-1e61-4b29-8f07-90a46a5c49f6 2018-12-03 16:58:05,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:58:05,474 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:58: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:58:05,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:58:05,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68068959-d367-4963-ba9e-c42f6c24f90a Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:58:05,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj used request id req-68068959-d367-4963-ba9e-c42f6c24f90a 2018-12-03 16:58:05,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:58:05,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0473d797-b317-4a22-b25a-31ebdeee9b83 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:58:05,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-0473d797-b317-4a22-b25a-31ebdeee9b83 2018-12-03 16:58:05,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}}' 2018-12-03 16:58:05,761 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:58:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59e660a2-c0f9-42ec-b0d0-0aff3d26b0c4 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:58:05,761 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-59e660a2-c0f9-42ec-b0d0-0aff3d26b0c4 2018-12-03 16:58:05,761 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj 2018-12-03 16:58:05,762 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:58:05,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:58:06,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:58:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["KA9qRQR-ShueOMizDlxYCg"], "issued_at": "2018-12-03T16:58:06.000000Z"}} 2018-12-03 16:58:06,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb98016e3db531cecdcd339b80bceec58a32c9a" 2018-12-03 16:58:06,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9d04f7-ab85-4d51-893c-a1a86d39ea5b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:06,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9c9d04f7-ab85-4d51-893c-a1a86d39ea5b 2018-12-03 16:58:06,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:58:06,223 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:58:06,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb98016e3db531cecdcd339b80bceec58a32c9a" 2018-12-03 16:58:06,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6694f418-add6-4bd7-83ab-c091f57aa05d Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:58:06,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6694f418-add6-4bd7-83ab-c091f57aa05d 2018-12-03 16:58:06,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb98016e3db531cecdcd339b80bceec58a32c9a" 2018-12-03 16:58:06,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-629bcf48-5b00-4a52-a932-c29790ebc7a4 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}]} 2018-12-03 16:58:06,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj used request id req-629bcf48-5b00-4a52-a932-c29790ebc7a4 2018-12-03 16:58:06,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb98016e3db531cecdcd339b80bceec58a32c9a" 2018-12-03 16:58:06,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb582112-3d84-4aa1-9818-3d8821a1d6b6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:58:06,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-fb582112-3d84-4aa1-9818-3d8821a1d6b6 2018-12-03 16:58:06,870 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-user 2018-12-03 16:58:06,870 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:58:06,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:58:06,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0394cb56-3d06-4c2a-8ffe-e717e39d7868 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:58:06,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0394cb56-3d06-4c2a-8ffe-e717e39d7868 2018-12-03 16:58:06,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj-role"}}' 2018-12-03 16:58:06,994 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:58:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-025e3c25-06f2-452b-b6bf-7b8f4495e6f2 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "132211f3d9004552820b0f356a169438", "links": {"self": "http://172.30.9.30:5000/v3/roles/132211f3d9004552820b0f356a169438"}, "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj-role"}} 2018-12-03 16:58:06,994 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-025e3c25-06f2-452b-b6bf-7b8f4495e6f2 2018-12-03 16:58:06,994 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj-role 2018-12-03 16:58:06,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/132211f3d9004552820b0f356a169438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:58:07,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b12adfce-f550-4040-aaee-9efb43c57f01 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/132211f3d9004552820b0f356a169438"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj-role", "id": "132211f3d9004552820b0f356a169438"}} 2018-12-03 16:58:07,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/132211f3d9004552820b0f356a169438 used request id req-b12adfce-f550-4040-aaee-9efb43c57f01 2018-12-03 16:58:07,084 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj-role to project CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj 2018-12-03 16:58:07,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd/users/d79f379fd75042fcb0085c5d70fab9f3/roles/132211f3d9004552820b0f356a169438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:58:07,201 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:58:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1348c40-b5cb-4e7f-bd61-7e262ddb5bd6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:58:07,201 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd/users/d79f379fd75042fcb0085c5d70fab9f3/roles/132211f3d9004552820b0f356a169438 used request id req-f1348c40-b5cb-4e7f-bd61-7e262ddb5bd6 2018-12-03 16:58:07,201 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:58:07,203 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:58:07,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:58:07,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:58:07,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "132211f3d9004552820b0f356a169438", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj-role"}], "expires_at": "2018-12-03T17:58:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0879529512784a15b2808f9d82606dcd", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-user", "id": "d79f379fd75042fcb0085c5d70fab9f3"}, "audit_ids": ["pdVsrTpQRvCVr9tEQqHIXw"], "issued_at": "2018-12-03T16:58:07.000000Z"}} 2018-12-03 16:58:07,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15c1887d55d1f3589837d16cb01ed7bc1cddf631" 2018-12-03 16:58:07,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62433ef8-4a21-4537-8a07-43e89389a005 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:07,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-62433ef8-4a21-4537-8a07-43e89389a005 2018-12-03 16:58:07,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15c1887d55d1f3589837d16cb01ed7bc1cddf631" 2018-12-03 16:58:07,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-3139eb2e-dbd3-4cc6-b365-06f1c336a5e2 Date: Mon, 03 Dec 2018 16:58:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image"} 2018-12-03 16:58:07,839 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image used request id req-3139eb2e-dbd3-4cc6-b365-06f1c336a5e2 2018-12-03 16:58:07,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15c1887d55d1f3589837d16cb01ed7bc1cddf631" 2018-12-03 16:58:07,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b510bc9b-1c72-4e2f-b7df-2b7561857aef Date: Mon, 03 Dec 2018 16:58: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-12-03 16:58:07,986 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-b510bc9b-1c72-4e2f-b7df-2b7561857aef 2018-12-03 16:58:08,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15c1887d55d1f3589837d16cb01ed7bc1cddf631" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image"}' 2018-12-03 16:58:08,207 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47 X-Openstack-Request-Id: req-9f552fc0-e55c-46f7-9403-b65f61fbc75b Date: Mon, 03 Dec 2018 16:58:08 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:58:08Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:58:08Z", "visibility": "shared", "locations": [], "self": "/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "min_disk": 0, "protected": false, "id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "file": "/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47/file", "checksum": null, "owner": "0879529512784a15b2808f9d82606dcd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:58:08,207 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-9f552fc0-e55c-46f7-9403-b65f61fbc75b 2018-12-03 16:58:08,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15c1887d55d1f3589837d16cb01ed7bc1cddf631" -d '' 2018-12-03 16:58:09,472 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-50e17fd8-b555-412e-ae02-097732c466b4 Date: Mon, 03 Dec 2018 16:58:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:58:09,473 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47/file used request id req-50e17fd8-b555-412e-ae02-097732c466b4 2018-12-03 16:58:09,473 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:58:09,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15c1887d55d1f3589837d16cb01ed7bc1cddf631" 2018-12-03 16:58:09,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-72ec426e-6c47-4637-a80a-3db82c983bbe Date: Mon, 03 Dec 2018 16:58:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:58:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:58:09Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b2a1bd31-fb6b-46e0-a23d-151452457e47/snap", "metadata": {}}], "self": "/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "min_disk": 0, "protected": false, "id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "file": "/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0879529512784a15b2808f9d82606dcd", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b2a1bd31-fb6b-46e0-a23d-151452457e47/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:58:09,629 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47 used request id req-72ec426e-6c47-4637-a80a-3db82c983bbe 2018-12-03 16:58:09,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15c1887d55d1f3589837d16cb01ed7bc1cddf631" 2018-12-03 16:58:09,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e3145e9a-dd66-46fd-a6e9-ea6e0b83eac6 Date: Mon, 03 Dec 2018 16:58: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-12-03 16:58:09,777 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e3145e9a-dd66-46fd-a6e9-ea6e0b83eac6 2018-12-03 16:58:09,780 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image 2018-12-03 16:58:09,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15c1887d55d1f3589837d16cb01ed7bc1cddf631" 2018-12-03 16:58:09,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-049bde62-fd47-4b35-8d1d-7f16d7ab4099 Date: Mon, 03 Dec 2018 16:58:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:58:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:58:09Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b2a1bd31-fb6b-46e0-a23d-151452457e47/snap", "metadata": {}}], "self": "/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "min_disk": 0, "protected": false, "id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "file": "/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0879529512784a15b2808f9d82606dcd", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b2a1bd31-fb6b-46e0-a23d-151452457e47/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:58:09,945 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47 used request id req-049bde62-fd47-4b35-8d1d-7f16d7ab4099 2018-12-03 16:58:09,946 - create_image - DEBUG - Instance status is - active 2018-12-03 16:58:09,946 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image 2018-12-03 16:58:09,946 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image 2018-12-03 16:58:09,947 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:58:09,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:58:10,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "132211f3d9004552820b0f356a169438", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj-role"}], "expires_at": "2018-12-03T17:58:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0879529512784a15b2808f9d82606dcd", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-user", "id": "d79f379fd75042fcb0085c5d70fab9f3"}, "audit_ids": ["bSk7f6WdSvGIPWd7nF76gQ"], "issued_at": "2018-12-03T16:58:10.000000Z"}} 2018-12-03 16:58:10,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e82a48f84248f4eeac8d950cb0799bd85d626" 2018-12-03 16:58:10,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7725835e-0984-42e1-b4f1-87d61d9b655c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:10,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7725835e-0984-42e1-b4f1-87d61d9b655c 2018-12-03 16:58:10,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e82a48f84248f4eeac8d950cb0799bd85d626" 2018-12-03 16:58:10,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-63977a8a-c7ab-4bed-af5c-2c888f231a90 Date: Mon, 03 Dec 2018 16:58:10 GMT RESP BODY: {"networks":[]} 2018-12-03 16:58:10,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net used request id req-63977a8a-c7ab-4bed-af5c-2c888f231a90 2018-12-03 16:58:10,570 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net 2018-12-03 16:58:10,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e82a48f84248f4eeac8d950cb0799bd85d626" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net", "admin_state_up": true}}' 2018-12-03 16:58:11,262 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-50b72da6-8d26-41af-a6a0-9a7567d992eb Date: Mon, 03 Dec 2018 16:58:11 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:58:10Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:10Z","mtu":1450}} 2018-12-03 16:58:11,263 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-50b72da6-8d26-41af-a6a0-9a7567d992eb 2018-12-03 16:58:11,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e82a48f84248f4eeac8d950cb0799bd85d626" 2018-12-03 16:58:11,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-7f0e0850-101c-45d7-b06f-3293b2a325b4 Date: Mon, 03 Dec 2018 16:58: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-12-03T16:58:10Z","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0879529512784a15b2808f9d82606dcd","id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net"}]} 2018-12-03 16:58:11,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-7f0e0850-101c-45d7-b06f-3293b2a325b4 2018-12-03 16:58:11,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e82a48f84248f4eeac8d950cb0799bd85d626" 2018-12-03 16:58:11,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d248a21f-3148-4715-8117-88c6fa70f18e Date: Mon, 03 Dec 2018 16:58:11 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:58:11,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-d248a21f-3148-4715-8117-88c6fa70f18e 2018-12-03 16:58:11,681 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet 2018-12-03 16:58:11,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e82a48f84248f4eeac8d950cb0799bd85d626" -d '{"subnets": [{"ip_version": 4, "network_id": "6223b51a-d1e4-4ecf-9a51-3a686ac72933", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]}' 2018-12-03 16:58:12,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d96e58db-11b5-4fbb-b5ab-e5b1eb088db9 Date: Mon, 03 Dec 2018 16:58:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]} 2018-12-03 16:58:12,454 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-d96e58db-11b5-4fbb-b5ab-e5b1eb088db9 2018-12-03 16:58:12,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e82a48f84248f4eeac8d950cb0799bd85d626" 2018-12-03 16:58:12,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-40f7c8a5-4c16-47fe-b0c7-bacba931b1d7 Date: Mon, 03 Dec 2018 16:58: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":["656cf708-bf88-4db0-a206-d2d50073ff4a"],"updated_at":"2018-12-03T16:58:12Z","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0879529512784a15b2808f9d82606dcd","id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net"}]} 2018-12-03 16:58:12,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-40f7c8a5-4c16-47fe-b0c7-bacba931b1d7 2018-12-03 16:58:12,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e82a48f84248f4eeac8d950cb0799bd85d626" 2018-12-03 16:58:12,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b6fe31ef-0c74-44af-95d0-9580997acb7e Date: Mon, 03 Dec 2018 16:58:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]} 2018-12-03 16:58:12,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-b6fe31ef-0c74-44af-95d0-9580997acb7e 2018-12-03 16:58:12,911 - OpenStackNetwork - DEBUG - Network [6223b51a-d1e4-4ecf-9a51-3a686ac72933] created successfully 2018-12-03 16:58:12,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:58:12,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:58:13,281 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "132211f3d9004552820b0f356a169438", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj-role"}], "expires_at": "2018-12-03T17:58:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0879529512784a15b2808f9d82606dcd", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-user", "id": "d79f379fd75042fcb0085c5d70fab9f3"}, "audit_ids": ["aW_QIt9tQkyU1m6zQITR-Q"], "issued_at": "2018-12-03T16:58:13.000000Z"}} 2018-12-03 16:58:13,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" 2018-12-03 16:58:13,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dc30376-5059-40f5-9fa5-e3cf7ff3bc8a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:13,365 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4dc30376-5059-40f5-9fa5-e3cf7ff3bc8a 2018-12-03 16:58:13,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" 2018-12-03 16:58:13,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3bbcdbcd-7a61-4eed-8394-54de2cba6dcf Date: Mon, 03 Dec 2018 16:58:13 GMT RESP BODY: {"routers": []} 2018-12-03 16:58:13,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router&admin_state_up=True used request id req-3bbcdbcd-7a61-4eed-8394-54de2cba6dcf 2018-12-03 16:58:13,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:58:13,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:58:13,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "132211f3d9004552820b0f356a169438", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj-role"}], "expires_at": "2018-12-03T17:58:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0879529512784a15b2808f9d82606dcd", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-user", "id": "d79f379fd75042fcb0085c5d70fab9f3"}, "audit_ids": ["h8Xh2sIDRuu2v7nmrHPlsw"], "issued_at": "2018-12-03T16:58:13.000000Z"}} 2018-12-03 16:58:13,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a391934cd7e6374f88d94b8917db2462d260e3b0" 2018-12-03 16:58:14,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b72fce7-1bac-4cc0-b232-52aca78350c9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:14,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5b72fce7-1bac-4cc0-b232-52aca78350c9 2018-12-03 16:58:14,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" 2018-12-03 16:58:14,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-96277052-e14d-4b00-81b5-bf452187cc16 Date: Mon, 03 Dec 2018 16:58:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:58:14,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-96277052-e14d-4b00-81b5-bf452187cc16 2018-12-03 16:58:14,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" 2018-12-03 16:58:14,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7c7ce7de-1c13-4b8d-b455-168bd45ebc5b Date: Mon, 03 Dec 2018 16:58:14 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:58:14,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-7c7ce7de-1c13-4b8d-b455-168bd45ebc5b 2018-12-03 16:58:14,444 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router 2018-12-03 16:58:14,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router", "admin_state_up": true}}' 2018-12-03 16:58:19,506 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-962ff32f-3171-42e8-b0fc-12c838b276f7 Date: Mon, 03 Dec 2018 16:58:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:15Z", "admin_state_up": true, "updated_at": "2018-12-03T16:58:16Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "0879529512784a15b2808f9d82606dcd", "id": "a154ea6b-9f23-458a-9e3f-0e626b00eb2e", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router"}} 2018-12-03 16:58:19,506 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-962ff32f-3171-42e8-b0fc-12c838b276f7 2018-12-03 16:58:19,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=a154ea6b-9f23-458a-9e3f-0e626b00eb2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" 2018-12-03 16:58:19,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e6a76f38-b6f5-454f-9aea-b422163c6015 Date: Mon, 03 Dec 2018 16:58:19 GMT RESP BODY: {"ports":[]} 2018-12-03 16:58:19,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=a154ea6b-9f23-458a-9e3f-0e626b00eb2e used request id req-e6a76f38-b6f5-454f-9aea-b422163c6015 2018-12-03 16:58:19,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" 2018-12-03 16:58:19,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f13fbd33-1a0b-45e7-ae72-b6356bf9eac1 Date: Mon, 03 Dec 2018 16:58: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":["656cf708-bf88-4db0-a206-d2d50073ff4a"],"updated_at":"2018-12-03T16:58:12Z","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0879529512784a15b2808f9d82606dcd","id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net"}]} 2018-12-03 16:58:19,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net used request id req-f13fbd33-1a0b-45e7-ae72-b6356bf9eac1 2018-12-03 16:58:19,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:58:19,950 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:58: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:58:19,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" 2018-12-03 16:58:20,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d2dc4db-5cd9-4767-a0c4-63b67db7ebb3 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:58:20,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-5d2dc4db-5cd9-4767-a0c4-63b67db7ebb3 2018-12-03 16:58:20,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" 2018-12-03 16:58:20,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ca0676c3-7349-4093-9cee-13f1efbead2c Date: Mon, 03 Dec 2018 16:58:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]} 2018-12-03 16:58:20,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-ca0676c3-7349-4093-9cee-13f1efbead2c 2018-12-03 16:58:20,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" 2018-12-03 16:58:20,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-410f4cf4-6c04-4f74-89a4-fa63c4bb94ff Date: Mon, 03 Dec 2018 16:58:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]} 2018-12-03 16:58:20,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet used request id req-410f4cf4-6c04-4f74-89a4-fa63c4bb94ff 2018-12-03 16:58:20,473 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-03 16:58:20,473 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router 2018-12-03 16:58:20,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/a154ea6b-9f23-458a-9e3f-0e626b00eb2e/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" -d '{"subnet_id": "656cf708-bf88-4db0-a206-d2d50073ff4a"}' 2018-12-03 16:58:22,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c0f2991f-4fc2-42a2-8b6c-bda0596ce1a1 Date: Mon, 03 Dec 2018 16:58:22 GMT RESP BODY: {"network_id": "6223b51a-d1e4-4ecf-9a51-3a686ac72933", "tenant_id": "0879529512784a15b2808f9d82606dcd", "subnet_id": "656cf708-bf88-4db0-a206-d2d50073ff4a", "subnet_ids": ["656cf708-bf88-4db0-a206-d2d50073ff4a"], "port_id": "2d0d5da3-c19a-4e1d-b4d4-ce84348fff04", "id": "a154ea6b-9f23-458a-9e3f-0e626b00eb2e"} 2018-12-03 16:58:22,457 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a154ea6b-9f23-458a-9e3f-0e626b00eb2e/add_router_interface used request id req-c0f2991f-4fc2-42a2-8b6c-bda0596ce1a1 2018-12-03 16:58:22,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/a154ea6b-9f23-458a-9e3f-0e626b00eb2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" 2018-12-03 16:58:22,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-dc25c37f-208d-4f50-aef4-ebf8deb4e5bf Date: Mon, 03 Dec 2018 16:58:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:15Z", "admin_state_up": true, "updated_at": "2018-12-03T16:58:21Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "0879529512784a15b2808f9d82606dcd", "id": "a154ea6b-9f23-458a-9e3f-0e626b00eb2e", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router"}} 2018-12-03 16:58:22,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/a154ea6b-9f23-458a-9e3f-0e626b00eb2e used request id req-dc25c37f-208d-4f50-aef4-ebf8deb4e5bf 2018-12-03 16:58:22,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=a154ea6b-9f23-458a-9e3f-0e626b00eb2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" 2018-12-03 16:58:22,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-0b960b73-c8ab-4dae-b543-bcd2ea68dc06 Date: Mon, 03 Dec 2018 16:58:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.1"}],"id":"2d0d5da3-c19a-4e1d-b4d4-ce84348fff04","security_groups":[],"mac_address":"fa:16:3e:fe:32:6e","project_id":"0879529512784a15b2808f9d82606dcd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:21Z","binding:vnic_type":"normal","device_id":"a154ea6b-9f23-458a-9e3f-0e626b00eb2e"}]} 2018-12-03 16:58:22,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=a154ea6b-9f23-458a-9e3f-0e626b00eb2e used request id req-0b960b73-c8ab-4dae-b543-bcd2ea68dc06 2018-12-03 16:58:22,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/656cf708-bf88-4db0-a206-d2d50073ff4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" 2018-12-03 16:58:23,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-c3b0fc9e-3947-4700-ac4d-e34b20d313b7 Date: Mon, 03 Dec 2018 16:58:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}} 2018-12-03 16:58:23,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/656cf708-bf88-4db0-a206-d2d50073ff4a used request id req-c3b0fc9e-3947-4700-ac4d-e34b20d313b7 2018-12-03 16:58:23,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:58:23,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:58:23,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:58:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["W2QPLWTTSx-uI_SkO5nREA"], "issued_at": "2018-12-03T16:58:23.000000Z"}} 2018-12-03 16:58:23,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf6ffc17bd868d3dea498ca5287198dbc04a1c49" 2018-12-03 16:58:23,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-528dbccb-08c4-4f0b-880e-50025a4d0447 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:23,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-528dbccb-08c4-4f0b-880e-50025a4d0447 2018-12-03 16:58:23,560 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:58:23,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf6ffc17bd868d3dea498ca5287198dbc04a1c49" 2018-12-03 16:58:23,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58: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-e4956154-24f0-4053-8cde-9186b15605e8 x-compute-request-id: req-e4956154-24f0-4053-8cde-9186b15605e8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:58:23,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e4956154-24f0-4053-8cde-9186b15605e8 2018-12-03 16:58:23,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf6ffc17bd868d3dea498ca5287198dbc04a1c49" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-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-12-03 16:58:23,783 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58: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-fc38983f-5018-4f28-85fb-f85c7604bffb x-compute-request-id: req-fc38983f-5018-4f28-85fb-f85c7604bffb Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7c23fdb9-7848-41ba-ac06-3f553047276b", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:58:23,784 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-fc38983f-5018-4f28-85fb-f85c7604bffb 2018-12-03 16:58:23,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:58:23,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:58:24,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "132211f3d9004552820b0f356a169438", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj-role"}], "expires_at": "2018-12-03T17:58:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0879529512784a15b2808f9d82606dcd", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-user", "id": "d79f379fd75042fcb0085c5d70fab9f3"}, "audit_ids": ["MI4xrGXoQM23FVlhHmzObA"], "issued_at": "2018-12-03T16:58:24.000000Z"}} 2018-12-03 16:58:24,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b58e86ab8f3981a565e24bab3bfa72aaf8b08e" 2018-12-03 16:58:24,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90f82852-1c4a-45f9-8c48-94f742e507c8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:24,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-90f82852-1c4a-45f9-8c48-94f742e507c8 2018-12-03 16:58:24,258 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:58:24,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b58e86ab8f3981a565e24bab3bfa72aaf8b08e" 2018-12-03 16:58:24,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6016a8e2-cd58-4a2b-8195-20802f7b0340 x-compute-request-id: req-6016a8e2-cd58-4a2b-8195-20802f7b0340 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 16:58:24,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-6016a8e2-cd58-4a2b-8195-20802f7b0340 2018-12-03 16:58:24,421 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp... 2018-12-03 16:58:24,421 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 16:58:24,440 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp 2018-12-03 16:58:24,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b58e86ab8f3981a565e24bab3bfa72aaf8b08e" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDCnV9Dqzj+4ImHtppj2Cq9vQePkz8Z2fV5BQV67EL9vJNUkNps3v0iv6ncDEhu4gDkSZKGAs3N51Ffm8+SWXNtv0B2tz/6b49Yt7XTzz7cEMccsScu28N+oOHK0HN+0kK1pXlwzXHDgVmg+gs5QEiCEk7kjrJqG5augh05K0+9/w==", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp"}}' 2018-12-03 16:58:24,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d010810-3702-48ec-a080-6986644d4b47 x-compute-request-id: req-3d010810-3702-48ec-a080-6986644d4b47 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDCnV9Dqzj+4ImHtppj2Cq9vQePkz8Z2fV5BQV67EL9vJNUkNps3v0iv6ncDEhu4gDkSZKGAs3N51Ffm8+SWXNtv0B2tz/6b49Yt7XTzz7cEMccsScu28N+oOHK0HN+0kK1pXlwzXHDgVmg+gs5QEiCEk7kjrJqG5augh05K0+9/w==", "user_id": "d79f379fd75042fcb0085c5d70fab9f3", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp", "fingerprint": "d1:ce:f1:23:0b:ec:93:37:77:20:f6:3b:88:64:46:75"}} 2018-12-03 16:58:24,498 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-3d010810-3702-48ec-a080-6986644d4b47 2018-12-03 16:58:24,501 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c.pub 2018-12-03 16:58:24,501 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c 2018-12-03 16:58:24,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:58:24,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:58:24,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "132211f3d9004552820b0f356a169438", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj-role"}], "expires_at": "2018-12-03T17:58:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0879529512784a15b2808f9d82606dcd", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-user", "id": "d79f379fd75042fcb0085c5d70fab9f3"}, "audit_ids": ["tRO3b8qATSWrTlRiLxfh1A"], "issued_at": "2018-12-03T16:58:24.000000Z"}} 2018-12-03 16:58:24,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:24,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9494bf8b-c572-467a-8adb-5dd90d12ede5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:24,885 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9494bf8b-c572-467a-8adb-5dd90d12ede5 2018-12-03 16:58:24,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:25,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-65ed7036-d2ab-4d74-a0e6-ccf359e6da07 Date: Mon, 03 Dec 2018 16:58:25 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:58:25,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp used request id req-65ed7036-d2ab-4d74-a0e6-ccf359e6da07 2018-12-03 16:58:25,079 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp... 2018-12-03 16:58:25,079 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp 2018-12-03 16:58:25,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp"}}' 2018-12-03 16:58:25,403 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-bf37aeb7-40f6-45ed-a953-598fd688f857 Date: Mon, 03 Dec 2018 16:58:25 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "updated_at": "2018-12-03T16:58:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "revision_number": 0, "id": "72a78875-80f3-4d30-9022-fe8b03aa150b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0879529512784a15b2808f9d82606dcd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "revision_number": 0, "id": "a9ba5e59-77e0-4dae-9aa0-229e6e1814fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0879529512784a15b2808f9d82606dcd"}], "revision_number": 2, "project_id": "0879529512784a15b2808f9d82606dcd", "id": "12058aff-ab73-496a-85d4-36c40a37ba71", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp"}} 2018-12-03 16:58:25,403 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-bf37aeb7-40f6-45ed-a953-598fd688f857 2018-12-03 16:58:25,404 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 12058aff-ab73-496a-85d4-36c40a37ba71 2018-12-03 16:58:25,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=12058aff-ab73-496a-85d4-36c40a37ba71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:25,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4f2e9843-1ad9-4f61-b07d-5cc946ad0c51 Date: Mon, 03 Dec 2018 16:58: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-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "72a78875-80f3-4d30-9022-fe8b03aa150b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "a9ba5e59-77e0-4dae-9aa0-229e6e1814fe"}]} 2018-12-03 16:58:25,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=12058aff-ab73-496a-85d4-36c40a37ba71 used request id req-4f2e9843-1ad9-4f61-b07d-5cc946ad0c51 2018-12-03 16:58:25,638 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 12058aff-ab73-496a-85d4-36c40a37ba71 2018-12-03 16:58:25,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=12058aff-ab73-496a-85d4-36c40a37ba71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:25,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6a57a090-3b25-4663-b244-141306814afb Date: Mon, 03 Dec 2018 16:58: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-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "72a78875-80f3-4d30-9022-fe8b03aa150b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "a9ba5e59-77e0-4dae-9aa0-229e6e1814fe"}]} 2018-12-03 16:58:25,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=12058aff-ab73-496a-85d4-36c40a37ba71 used request id req-6a57a090-3b25-4663-b244-141306814afb 2018-12-03 16:58:25,827 - neutron_utils - INFO - Retrieving security group with ID - 12058aff-ab73-496a-85d4-36c40a37ba71 2018-12-03 16:58:25,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=12058aff-ab73-496a-85d4-36c40a37ba71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:26,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-ddae2967-ed18-4111-92e2-9195428dfab9 Date: Mon, 03 Dec 2018 16:58:26 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "updated_at": "2018-12-03T16:58:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "revision_number": 0, "id": "72a78875-80f3-4d30-9022-fe8b03aa150b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0879529512784a15b2808f9d82606dcd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "revision_number": 0, "id": "a9ba5e59-77e0-4dae-9aa0-229e6e1814fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0879529512784a15b2808f9d82606dcd"}], "revision_number": 2, "project_id": "0879529512784a15b2808f9d82606dcd", "id": "12058aff-ab73-496a-85d4-36c40a37ba71", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp"}]} 2018-12-03 16:58:26,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=12058aff-ab73-496a-85d4-36c40a37ba71 used request id req-ddae2967-ed18-4111-92e2-9195428dfab9 2018-12-03 16:58:26,040 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 12058aff-ab73-496a-85d4-36c40a37ba71 2018-12-03 16:58:26,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=12058aff-ab73-496a-85d4-36c40a37ba71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:26,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6240e03c-6548-45aa-8a3f-3fbf3f7a0710 Date: Mon, 03 Dec 2018 16:58: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-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "72a78875-80f3-4d30-9022-fe8b03aa150b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "a9ba5e59-77e0-4dae-9aa0-229e6e1814fe"}]} 2018-12-03 16:58:26,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=12058aff-ab73-496a-85d4-36c40a37ba71 used request id req-6240e03c-6548-45aa-8a3f-3fbf3f7a0710 2018-12-03 16:58:26,208 - neutron_utils - INFO - Retrieving security group with ID - 12058aff-ab73-496a-85d4-36c40a37ba71 2018-12-03 16:58:26,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=12058aff-ab73-496a-85d4-36c40a37ba71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:26,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-43a4148c-e6f8-4d01-af91-aed3758cab77 Date: Mon, 03 Dec 2018 16:58:26 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "updated_at": "2018-12-03T16:58:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "revision_number": 0, "id": "72a78875-80f3-4d30-9022-fe8b03aa150b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0879529512784a15b2808f9d82606dcd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "revision_number": 0, "id": "a9ba5e59-77e0-4dae-9aa0-229e6e1814fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0879529512784a15b2808f9d82606dcd"}], "revision_number": 2, "project_id": "0879529512784a15b2808f9d82606dcd", "id": "12058aff-ab73-496a-85d4-36c40a37ba71", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp"}]} 2018-12-03 16:58:26,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=12058aff-ab73-496a-85d4-36c40a37ba71 used request id req-43a4148c-e6f8-4d01-af91-aed3758cab77 2018-12-03 16:58:26,443 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 12058aff-ab73-496a-85d4-36c40a37ba71 2018-12-03 16:58:26,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=12058aff-ab73-496a-85d4-36c40a37ba71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:26,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f896a6a7-5842-4e45-ad0d-48aeeba3cd3e Date: Mon, 03 Dec 2018 16:58: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-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "72a78875-80f3-4d30-9022-fe8b03aa150b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "a9ba5e59-77e0-4dae-9aa0-229e6e1814fe"}]} 2018-12-03 16:58:26,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=12058aff-ab73-496a-85d4-36c40a37ba71 used request id req-f896a6a7-5842-4e45-ad0d-48aeeba3cd3e 2018-12-03 16:58:26,471 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp 2018-12-03 16:58:26,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:26,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-53e14f6a-1d0e-410b-b91a-0ab4bc4cf2bf Date: Mon, 03 Dec 2018 16:58:26 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "updated_at": "2018-12-03T16:58:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "revision_number": 0, "id": "72a78875-80f3-4d30-9022-fe8b03aa150b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0879529512784a15b2808f9d82606dcd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "revision_number": 0, "id": "a9ba5e59-77e0-4dae-9aa0-229e6e1814fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0879529512784a15b2808f9d82606dcd"}], "revision_number": 2, "project_id": "0879529512784a15b2808f9d82606dcd", "id": "12058aff-ab73-496a-85d4-36c40a37ba71", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp"}]} 2018-12-03 16:58:26,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp used request id req-53e14f6a-1d0e-410b-b91a-0ab4bc4cf2bf 2018-12-03 16:58:26,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:58:26,672 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:58: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:58:26,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:26,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2826d555-a937-4755-b99d-a74f42a52b2e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:58:26,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-2826d555-a937-4755-b99d-a74f42a52b2e 2018-12-03 16:58:26,835 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 12058aff-ab73-496a-85d4-36c40a37ba71 2018-12-03 16:58:26,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=12058aff-ab73-496a-85d4-36c40a37ba71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:27,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7fa8a93e-14a7-4b2b-8351-24312bce59fb Date: Mon, 03 Dec 2018 16:58: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-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "72a78875-80f3-4d30-9022-fe8b03aa150b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "a9ba5e59-77e0-4dae-9aa0-229e6e1814fe"}]} 2018-12-03 16:58:27,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=12058aff-ab73-496a-85d4-36c40a37ba71 used request id req-7fa8a93e-14a7-4b2b-8351-24312bce59fb 2018-12-03 16:58:27,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}27df7fc265112d4e63350af82ed76207941f06d9" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71"}}' 2018-12-03 16:58:27,324 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-aea9db56-cc2e-4c43-aa4a-9dde2514b0da Date: Mon, 03 Dec 2018 16:58:27 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-12-03T16:58:27Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:27Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "322d6700-9579-4001-a2a8-6a4b5c4b7291"}} 2018-12-03 16:58:27,324 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-aea9db56-cc2e-4c43-aa4a-9dde2514b0da 2018-12-03 16:58:27,325 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp 2018-12-03 16:58:27,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:27,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-0ca6ab8a-3a29-4843-8f19-48c8b1dcf718 Date: Mon, 03 Dec 2018 16:58:27 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "updated_at": "2018-12-03T16:58:27Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:27Z", "revision_number": 0, "id": "322d6700-9579-4001-a2a8-6a4b5c4b7291", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:27Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0879529512784a15b2808f9d82606dcd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "revision_number": 0, "id": "72a78875-80f3-4d30-9022-fe8b03aa150b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0879529512784a15b2808f9d82606dcd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "revision_number": 0, "id": "a9ba5e59-77e0-4dae-9aa0-229e6e1814fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0879529512784a15b2808f9d82606dcd"}], "revision_number": 3, "project_id": "0879529512784a15b2808f9d82606dcd", "id": "12058aff-ab73-496a-85d4-36c40a37ba71", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp"}]} 2018-12-03 16:58:27,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp used request id req-0ca6ab8a-3a29-4843-8f19-48c8b1dcf718 2018-12-03 16:58:27,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:27,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4ee9907-e8d8-4120-87fc-a0d722a02880 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:58:27,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-a4ee9907-e8d8-4120-87fc-a0d722a02880 2018-12-03 16:58:27,623 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 12058aff-ab73-496a-85d4-36c40a37ba71 2018-12-03 16:58:27,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=12058aff-ab73-496a-85d4-36c40a37ba71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:27,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-d383b87a-8d4b-4fed-962a-cba4e6598c21 Date: Mon, 03 Dec 2018 16:58:27 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-12-03T16:58:27Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:27Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "322d6700-9579-4001-a2a8-6a4b5c4b7291"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "72a78875-80f3-4d30-9022-fe8b03aa150b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "a9ba5e59-77e0-4dae-9aa0-229e6e1814fe"}]} 2018-12-03 16:58:27,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=12058aff-ab73-496a-85d4-36c40a37ba71 used request id req-d383b87a-8d4b-4fed-962a-cba4e6598c21 2018-12-03 16:58:27,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}27df7fc265112d4e63350af82ed76207941f06d9" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71"}}' 2018-12-03 16:58:28,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-588c281a-da04-49eb-bdb5-87e4a47e159d Date: Mon, 03 Dec 2018 16:58:28 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-12-03T16:58:28Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": 22, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:28Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "3358b1fa-e516-43a6-9efe-da2a225251f7"}} 2018-12-03 16:58:28,127 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-588c281a-da04-49eb-bdb5-87e4a47e159d 2018-12-03 16:58:28,127 - neutron_utils - INFO - Retrieving security group with ID - 12058aff-ab73-496a-85d4-36c40a37ba71 2018-12-03 16:58:28,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=12058aff-ab73-496a-85d4-36c40a37ba71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:28,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-2ce775e7-c087-4714-b547-490c0c54881a Date: Mon, 03 Dec 2018 16:58:28 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "updated_at": "2018-12-03T16:58:28Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:27Z", "revision_number": 0, "id": "322d6700-9579-4001-a2a8-6a4b5c4b7291", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:27Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0879529512784a15b2808f9d82606dcd"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T16:58:28Z", "revision_number": 0, "id": "3358b1fa-e516-43a6-9efe-da2a225251f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:28Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0879529512784a15b2808f9d82606dcd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "revision_number": 0, "id": "72a78875-80f3-4d30-9022-fe8b03aa150b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0879529512784a15b2808f9d82606dcd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "revision_number": 0, "id": "a9ba5e59-77e0-4dae-9aa0-229e6e1814fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0879529512784a15b2808f9d82606dcd"}], "revision_number": 4, "project_id": "0879529512784a15b2808f9d82606dcd", "id": "12058aff-ab73-496a-85d4-36c40a37ba71", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp"}]} 2018-12-03 16:58:28,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=12058aff-ab73-496a-85d4-36c40a37ba71 used request id req-2ce775e7-c087-4714-b547-490c0c54881a 2018-12-03 16:58:28,181 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 12058aff-ab73-496a-85d4-36c40a37ba71 2018-12-03 16:58:28,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=12058aff-ab73-496a-85d4-36c40a37ba71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:28,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-c4bbd779-c0d6-4165-8f3c-b50d0f6fad5f Date: Mon, 03 Dec 2018 16:58:28 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-12-03T16:58:27Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:27Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "322d6700-9579-4001-a2a8-6a4b5c4b7291"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-03T16:58:28Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": 22, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:28Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "3358b1fa-e516-43a6-9efe-da2a225251f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "72a78875-80f3-4d30-9022-fe8b03aa150b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:58:25Z", "security_group_id": "12058aff-ab73-496a-85d4-36c40a37ba71", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:25Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "a9ba5e59-77e0-4dae-9aa0-229e6e1814fe"}]} 2018-12-03 16:58:28,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=12058aff-ab73-496a-85d4-36c40a37ba71 used request id req-c4bbd779-c0d6-4165-8f3c-b50d0f6fad5f 2018-12-03 16:58:28,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:58:28,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:58:28,629 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "132211f3d9004552820b0f356a169438", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj-role"}], "expires_at": "2018-12-03T17:58:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0879529512784a15b2808f9d82606dcd", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-user", "id": "d79f379fd75042fcb0085c5d70fab9f3"}, "audit_ids": ["h9NmvBWCSmWF3pcCihBbXw"], "issued_at": "2018-12-03T16:58:28.000000Z"}} 2018-12-03 16:58:28,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:28,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22dc4730-6331-4ed1-9f51-4ae2545c28f5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:28,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-22dc4730-6331-4ed1-9f51-4ae2545c28f5 2018-12-03 16:58:28,699 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:58:28,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:28,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-369d4025-1ca9-45f3-885a-9d180a174317 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:28,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-369d4025-1ca9-45f3-885a-9d180a174317 2018-12-03 16:58:28,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:29,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0a0fbb94-1b26-4ad9-93c7-7dff8883e5dd Date: Mon, 03 Dec 2018 16:58: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":["656cf708-bf88-4db0-a206-d2d50073ff4a"],"updated_at":"2018-12-03T16:58:12Z","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0879529512784a15b2808f9d82606dcd","id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net"}]} 2018-12-03 16:58:29,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net used request id req-0a0fbb94-1b26-4ad9-93c7-7dff8883e5dd 2018-12-03 16:58:29,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:58:29,035 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:58: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:58:29,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:29,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b60e78b7-abe1-4cec-81dd-c9261ae04e6e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:58:29,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-b60e78b7-abe1-4cec-81dd-c9261ae04e6e 2018-12-03 16:58:29,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:29,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3be7f609-0fe3-42b6-891d-82ad023a0cda Date: Mon, 03 Dec 2018 16:58:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]} 2018-12-03 16:58:29,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-3be7f609-0fe3-42b6-891d-82ad023a0cda 2018-12-03 16:58:29,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:29,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fed3e516-973c-4018-998e-8d1ad6ac4c18 Date: Mon, 03 Dec 2018 16:58:29 GMT RESP BODY: {"ports":[]} 2018-12-03 16:58:29,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863cport-1&admin_state_up=True used request id req-fed3e516-973c-4018-998e-8d1ad6ac4c18 2018-12-03 16:58:29,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:29,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1501d445-4cf3-4c3f-84f6-95fc3e48d466 x-compute-request-id: req-1501d445-4cf3-4c3f-84f6-95fc3e48d466 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:58:29,702 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst used request id req-1501d445-4cf3-4c3f-84f6-95fc3e48d466 2018-12-03 16:58:29,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:29,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-670d0be3-3776-41c0-81cb-7de82ef0e518 Date: Mon, 03 Dec 2018 16:58: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":["656cf708-bf88-4db0-a206-d2d50073ff4a"],"updated_at":"2018-12-03T16:58:12Z","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0879529512784a15b2808f9d82606dcd","id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net"}]} 2018-12-03 16:58:29,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net used request id req-670d0be3-3776-41c0-81cb-7de82ef0e518 2018-12-03 16:58:29,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:30,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b97547e3-2d49-48ab-8c45-56b1c295ec05 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:58:30,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-b97547e3-2d49-48ab-8c45-56b1c295ec05 2018-12-03 16:58:30,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:30,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1f8deaf3-0bc8-407f-a8da-3850e8b6a607 Date: Mon, 03 Dec 2018 16:58:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]} 2018-12-03 16:58:30,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-1f8deaf3-0bc8-407f-a8da-3850e8b6a607 2018-12-03 16:58:30,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:30,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2f45aceb-a254-46b0-88bd-6cffc144b43b Date: Mon, 03 Dec 2018 16:58:30 GMT RESP BODY: {"ports":[]} 2018-12-03 16:58:30,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863cport-1&admin_state_up=True used request id req-2f45aceb-a254-46b0-88bd-6cffc144b43b 2018-12-03 16:58:30,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:58:30,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:58:30,791 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "132211f3d9004552820b0f356a169438", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj-role"}], "expires_at": "2018-12-03T17:58:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0879529512784a15b2808f9d82606dcd", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/0879529512784a15b2808f9d82606dcd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-user", "id": "d79f379fd75042fcb0085c5d70fab9f3"}, "audit_ids": ["csJvdolrSKmNz8x6GJ7JeQ"], "issued_at": "2018-12-03T16:58:30.000000Z"}} 2018-12-03 16:58:30,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39619701696146154d4ffb7843c82580f6bd990c" 2018-12-03 16:58:30,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83f78a13-d18e-43cb-85a3-177fe84ba410 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:58:30,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-83f78a13-d18e-43cb-85a3-177fe84ba410 2018-12-03 16:58:30,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:31,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-eb6f370a-9b6f-4b32-8883-ad3c74b8be65 Date: Mon, 03 Dec 2018 16:58: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":["656cf708-bf88-4db0-a206-d2d50073ff4a"],"updated_at":"2018-12-03T16:58:12Z","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0879529512784a15b2808f9d82606dcd","id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net"}]} 2018-12-03 16:58:31,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net used request id req-eb6f370a-9b6f-4b32-8883-ad3c74b8be65 2018-12-03 16:58:31,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:31,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7001a25a-e4ae-43af-a48a-7bcc1bf7d04c Date: Mon, 03 Dec 2018 16:58:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]} 2018-12-03 16:58:31,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-7001a25a-e4ae-43af-a48a-7bcc1bf7d04c 2018-12-03 16:58:31,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:31,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d8fa8446-0ee4-4d85-902c-e557935d0f89 Date: Mon, 03 Dec 2018 16:58: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":["656cf708-bf88-4db0-a206-d2d50073ff4a"],"updated_at":"2018-12-03T16:58:12Z","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0879529512784a15b2808f9d82606dcd","id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net"}]} 2018-12-03 16:58:31,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net used request id req-d8fa8446-0ee4-4d85-902c-e557935d0f89 2018-12-03 16:58:31,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:58:31,470 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:58: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:58:31,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39619701696146154d4ffb7843c82580f6bd990c" 2018-12-03 16:58:31,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b30f5a-f043-4c6f-bcc6-33e008fb3e9b Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:58:31,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-99b30f5a-f043-4c6f-bcc6-33e008fb3e9b 2018-12-03 16:58:31,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:31,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ca98188a-0a04-4bab-abd4-fad1e699ce75 Date: Mon, 03 Dec 2018 16:58:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]} 2018-12-03 16:58:31,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-ca98188a-0a04-4bab-abd4-fad1e699ce75 2018-12-03 16:58:31,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:31,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a3085690-2738-47d7-a730-e801e6b31ba9 Date: Mon, 03 Dec 2018 16:58:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]} 2018-12-03 16:58:31,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet used request id req-a3085690-2738-47d7-a730-e801e6b31ba9 2018-12-03 16:58:31,683 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net 2018-12-03 16:58:31,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" -d '{"port": {"network_id": "6223b51a-d1e4-4ecf-9a51-3a686ac72933", "fixed_ips": [{"subnet_id": "656cf708-bf88-4db0-a206-d2d50073ff4a", "ip_address": "10.55.1.100"}], "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863cport-1", "admin_state_up": true}}' 2018-12-03 16:58:32,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-cb14773a-5960-466a-8d8a-8493a7e9b11e Date: Mon, 03 Dec 2018 16:58:32 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.100"}],"id":"d1d7d56a-23bb-4a11-85ec-76d7252fd16b","security_groups":["1e2ba796-3410-439c-87b0-964720d538e3"],"mac_address":"fa:16:3e:7d:8a:14","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863cport-1","project_id":"0879529512784a15b2808f9d82606dcd","qos_policy_id":null,"admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:32Z","binding:vnic_type":"normal"}} 2018-12-03 16:58:32,814 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-cb14773a-5960-466a-8d8a-8493a7e9b11e 2018-12-03 16:58:32,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:32,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0aff211e-e43e-4eaf-9a4f-90b64cad0f86 Date: Mon, 03 Dec 2018 16:58: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":["656cf708-bf88-4db0-a206-d2d50073ff4a"],"updated_at":"2018-12-03T16:58:12Z","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0879529512784a15b2808f9d82606dcd","id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net"}]} 2018-12-03 16:58:32,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net used request id req-0aff211e-e43e-4eaf-9a4f-90b64cad0f86 2018-12-03 16:58:32,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:33,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d16177d1-57db-4da8-b6c1-4b69335f1a0f Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:58:33,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-d16177d1-57db-4da8-b6c1-4b69335f1a0f 2018-12-03 16:58:33,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:33,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-860022e0-3368-45a3-a20d-7435174ab2b4 Date: Mon, 03 Dec 2018 16:58:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]} 2018-12-03 16:58:33,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-860022e0-3368-45a3-a20d-7435174ab2b4 2018-12-03 16:58:33,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:33,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-5860e0d6-e9ed-4c17-b584-ec9c0a327afb Date: Mon, 03 Dec 2018 16:58:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.100"}],"id":"d1d7d56a-23bb-4a11-85ec-76d7252fd16b","security_groups":["1e2ba796-3410-439c-87b0-964720d538e3"],"mac_address":"fa:16:3e:7d:8a:14","project_id":"0879529512784a15b2808f9d82606dcd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863cport-1","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:32Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:58:33,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863cport-1&admin_state_up=True used request id req-5860e0d6-e9ed-4c17-b584-ec9c0a327afb 2018-12-03 16:58:33,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:33,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-025fd747-0c14-4a46-bfaa-1fc883c1ffa1 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:58:33,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-025fd747-0c14-4a46-bfaa-1fc883c1ffa1 2018-12-03 16:58:33,517 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst 2018-12-03 16:58:33,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:33,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f211d647-b7b2-445a-a5b0-454e37c0dc94 x-compute-request-id: req-f211d647-b7b2-445a-a5b0-454e37c0dc94 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7c23fdb9-7848-41ba-ac06-3f553047276b", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-flavor-name"}]} 2018-12-03 16:58:33,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f211d647-b7b2-445a-a5b0-454e37c0dc94 2018-12-03 16:58:33,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:33,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6150000e-1c2d-47af-b9bc-aecff43ab30a x-compute-request-id: req-6150000e-1c2d-47af-b9bc-aecff43ab30a Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7c23fdb9-7848-41ba-ac06-3f553047276b", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:58:33,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b used request id req-6150000e-1c2d-47af-b9bc-aecff43ab30a 2018-12-03 16:58:33,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:33,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-0f270067-928a-41ba-a538-1c8d14c156a1 Date: Mon, 03 Dec 2018 16:58:33 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:58:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:58:09Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b2a1bd31-fb6b-46e0-a23d-151452457e47/snap", "metadata": {}}], "self": "/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "min_disk": 0, "protected": false, "id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "file": "/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0879529512784a15b2808f9d82606dcd", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/b2a1bd31-fb6b-46e0-a23d-151452457e47/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image"} 2018-12-03 16:58:33,752 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image used request id req-0f270067-928a-41ba-a538-1c8d14c156a1 2018-12-03 16:58:33,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:33,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-294dac47-a5d3-4c90-b9c7-d90712b7f4a4 Date: Mon, 03 Dec 2018 16:58: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-12-03 16:58:33,913 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-294dac47-a5d3-4c90-b9c7-d90712b7f4a4 2018-12-03 16:58:33,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst", "imageRef": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "key_name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp", "flavorRef": "7c23fdb9-7848-41ba-ac06-3f553047276b", "max_count": 1, "min_count": 1, "networks": [{"port": "d1d7d56a-23bb-4a11-85ec-76d7252fd16b"}]}}' 2018-12-03 16:58:35,116 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:58:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-04adf080-26f4-4db7-acad-7068de05325f x-compute-request-id: req-04adf080-26f4-4db7-acad-7068de05325f Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "bookmark"}], "adminPass": "CEJ45ir3suL7"}} 2018-12-03 16:58:35,116 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-04adf080-26f4-4db7-acad-7068de05325f 2018-12-03 16:58:35,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:35,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58: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-912ac43f-5c40-4288-bb5c-a33cbc0ef2f5 x-compute-request-id: req-912ac43f-5c40-4288-bb5c-a33cbc0ef2f5 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.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "bookmark"}], "image": {"id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "links": [{"href": "http://172.30.9.30:8774/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7c23fdb9-7848-41ba-ac06-3f553047276b", "links": [{"href": "http://172.30.9.30:8774/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "bookmark"}]}, "id": "953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "user_id": "d79f379fd75042fcb0085c5d70fab9f3", "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-12-03T16:58:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst", "created": "2018-12-03T16:58:35Z", "tenant_id": "0879529512784a15b2808f9d82606dcd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:58:35,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 used request id req-912ac43f-5c40-4288-bb5c-a33cbc0ef2f5 2018-12-03 16:58:35,481 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst 2018-12-03 16:58:35,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:36,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58: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-c06c71d1-2c47-47c1-a61a-3161f6cb9a7d x-compute-request-id: req-c06c71d1-2c47-47c1-a61a-3161f6cb9a7d Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "bookmark"}], "image": {"id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "links": [{"href": "http://172.30.9.30:8774/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7c23fdb9-7848-41ba-ac06-3f553047276b", "links": [{"href": "http://172.30.9.30:8774/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "bookmark"}]}, "id": "953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "user_id": "d79f379fd75042fcb0085c5d70fab9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:58:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst", "created": "2018-12-03T16:58:35Z", "tenant_id": "0879529512784a15b2808f9d82606dcd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:58:36,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 used request id req-c06c71d1-2c47-47c1-a61a-3161f6cb9a7d 2018-12-03 16:58:36,036 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst] is - BUILD 2018-12-03 16:58:36,037 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:58:39,040 - create_instance - DEBUG - VM status query timeout in 896.441286802 2018-12-03 16:58:39,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:39,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f652525b-7e0c-4d42-baa4-44c6bd06e6e6 x-compute-request-id: req-f652525b-7e0c-4d42-baa4-44c6bd06e6e6 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.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "bookmark"}], "image": {"id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "links": [{"href": "http://172.30.9.30:8774/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7c23fdb9-7848-41ba-ac06-3f553047276b", "links": [{"href": "http://172.30.9.30:8774/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "bookmark"}]}, "id": "953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "security_groups": [{"name": "default"}], "user_id": "d79f379fd75042fcb0085c5d70fab9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:58:36Z", "hostId": "795baf5a3c3a701ef802e248b638358743b7774d3e6762d360b8ba15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst", "created": "2018-12-03T16:58:35Z", "tenant_id": "0879529512784a15b2808f9d82606dcd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:58:39,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 used request id req-f652525b-7e0c-4d42-baa4-44c6bd06e6e6 2018-12-03 16:58:39,584 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst] is - BUILD 2018-12-03 16:58:39,584 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:58:42,587 - create_instance - DEBUG - VM status query timeout in 892.893708944 2018-12-03 16:58:42,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:43,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58: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-629ac2f5-ffc8-4c61-a346-7d372fbc082b x-compute-request-id: req-629ac2f5-ffc8-4c61-a346-7d372fbc082b Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:8a:14", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "bookmark"}], "image": {"id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "links": [{"href": "http://172.30.9.30:8774/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:58:40.000000", "flavor": {"id": "7c23fdb9-7848-41ba-ac06-3f553047276b", "links": [{"href": "http://172.30.9.30:8774/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "bookmark"}]}, "id": "953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "security_groups": [{"name": "default"}], "user_id": "d79f379fd75042fcb0085c5d70fab9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:58:41Z", "hostId": "795baf5a3c3a701ef802e248b638358743b7774d3e6762d360b8ba15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst", "created": "2018-12-03T16:58:35Z", "tenant_id": "0879529512784a15b2808f9d82606dcd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:58:43,359 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 used request id req-629ac2f5-ffc8-4c61-a346-7d372fbc082b 2018-12-03 16:58:43,359 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst] is - ACTIVE 2018-12-03 16:58:43,359 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:58:43,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:43,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58: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-bd40bbd2-88ee-40d1-9733-9c15fde30110 x-compute-request-id: req-bd40bbd2-88ee-40d1-9733-9c15fde30110 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:8a:14", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "bookmark"}], "image": {"id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "links": [{"href": "http://172.30.9.30:8774/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:58:40.000000", "flavor": {"id": "7c23fdb9-7848-41ba-ac06-3f553047276b", "links": [{"href": "http://172.30.9.30:8774/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "bookmark"}]}, "id": "953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "security_groups": [{"name": "default"}], "user_id": "d79f379fd75042fcb0085c5d70fab9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:58:41Z", "hostId": "795baf5a3c3a701ef802e248b638358743b7774d3e6762d360b8ba15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst", "created": "2018-12-03T16:58:35Z", "tenant_id": "0879529512784a15b2808f9d82606dcd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:58:43,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 used request id req-bd40bbd2-88ee-40d1-9733-9c15fde30110 2018-12-03 16:58:43,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:44,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fb91ce86-caa1-412c-9dcb-e89c73be32fe Date: Mon, 03 Dec 2018 16:58: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":["656cf708-bf88-4db0-a206-d2d50073ff4a"],"updated_at":"2018-12-03T16:58:12Z","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0879529512784a15b2808f9d82606dcd","id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net"}]} 2018-12-03 16:58:44,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net used request id req-fb91ce86-caa1-412c-9dcb-e89c73be32fe 2018-12-03 16:58:44,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:44,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cebc666-7cf6-4d1c-926b-65a325a05c12 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:58:44,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-0cebc666-7cf6-4d1c-926b-65a325a05c12 2018-12-03 16:58:44,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:44,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-107008c5-0929-4306-87d8-62b906d485f6 Date: Mon, 03 Dec 2018 16:58:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]} 2018-12-03 16:58:44,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-107008c5-0929-4306-87d8-62b906d485f6 2018-12-03 16:58:44,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:44,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-cf81e7c6-7f0d-40ed-9925-693529282f6e Date: Mon, 03 Dec 2018 16:58:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.3"}],"id":"13612301-e985-46f2-90a9-d793080e6473","security_groups":[],"mac_address":"fa:16:3e:58:c5:d7","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6223b51a-d1e4-4ecf-9a51-3a686ac72933"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.4"}],"id":"14adc83e-c6c2-4345-b263-96860d88db9d","security_groups":[],"mac_address":"fa:16:3e:cb:81:41","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6223b51a-d1e4-4ecf-9a51-3a686ac72933"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.1"}],"id":"2d0d5da3-c19a-4e1d-b4d4-ce84348fff04","security_groups":[],"mac_address":"fa:16:3e:fe:32:6e","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:21Z","binding:vnic_type":"normal","device_id":"a154ea6b-9f23-458a-9e3f-0e626b00eb2e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.100"}],"id":"d1d7d56a-23bb-4a11-85ec-76d7252fd16b","security_groups":["1e2ba796-3410-439c-87b0-964720d538e3"],"mac_address":"fa:16:3e:7d:8a:14","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863cport-1","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:32Z","binding:vnic_type":"normal","device_id":"953b83e5-5fe8-473b-b65d-9c53ddb4c2c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.2"}],"id":"ec9edb4e-cc42-4aee-8d96-c63b32c28fbd","security_groups":[],"mac_address":"fa:16:3e:35:91:21","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6223b51a-d1e4-4ecf-9a51-3a686ac72933"}]} 2018-12-03 16:58:44,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-cf81e7c6-7f0d-40ed-9925-693529282f6e 2018-12-03 16:58:44,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:44,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-a649b324-68b4-49f2-8e7a-259bcd50c564 Date: Mon, 03 Dec 2018 16:58:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:15Z", "admin_state_up": true, "updated_at": "2018-12-03T16:58:21Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "0879529512784a15b2808f9d82606dcd", "id": "a154ea6b-9f23-458a-9e3f-0e626b00eb2e", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router"}]} 2018-12-03 16:58:44,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router used request id req-a649b324-68b4-49f2-8e7a-259bcd50c564 2018-12-03 16:58:44,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:44,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e83e6d0-bc1b-496e-91d7-0763bb103ca4 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:58:44,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-5e83e6d0-bc1b-496e-91d7-0763bb103ca4 2018-12-03 16:58:44,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=a154ea6b-9f23-458a-9e3f-0e626b00eb2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:44,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-3a7964e8-ec42-414b-840a-339b3f3f87cf Date: Mon, 03 Dec 2018 16:58:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.1"}],"id":"2d0d5da3-c19a-4e1d-b4d4-ce84348fff04","security_groups":[],"mac_address":"fa:16:3e:fe:32:6e","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:21Z","binding:vnic_type":"normal","device_id":"a154ea6b-9f23-458a-9e3f-0e626b00eb2e"}]} 2018-12-03 16:58:44,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=a154ea6b-9f23-458a-9e3f-0e626b00eb2e used request id req-3a7964e8-ec42-414b-840a-339b3f3f87cf 2018-12-03 16:58:44,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/656cf708-bf88-4db0-a206-d2d50073ff4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:45,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-3794ffa3-6d83-45d2-9e65-02c5a178b834 Date: Mon, 03 Dec 2018 16:58:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}} 2018-12-03 16:58:45,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/656cf708-bf88-4db0-a206-d2d50073ff4a used request id req-3794ffa3-6d83-45d2-9e65-02c5a178b834 2018-12-03 16:58:45,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:45,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b8411fe3-dfff-40b3-a8dd-ddc0ef00487c Date: Mon, 03 Dec 2018 16:58:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:58:45,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-b8411fe3-dfff-40b3-a8dd-ddc0ef00487c 2018-12-03 16:58:45,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:45,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-04288201-1a14-4fda-85a3-5fbc27674d0b Date: Mon, 03 Dec 2018 16:58:45 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:58:45,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-04288201-1a14-4fda-85a3-5fbc27674d0b 2018-12-03 16:58:45,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:45,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58: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-4777431c-9921-4619-bf68-689a2eb464e1 x-compute-request-id: req-4777431c-9921-4619-bf68-689a2eb464e1 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:8a:14", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "bookmark"}], "image": {"id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "links": [{"href": "http://172.30.9.30:8774/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:58:40.000000", "flavor": {"id": "7c23fdb9-7848-41ba-ac06-3f553047276b", "links": [{"href": "http://172.30.9.30:8774/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "bookmark"}]}, "id": "953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "security_groups": [{"name": "default"}], "user_id": "d79f379fd75042fcb0085c5d70fab9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:58:41Z", "hostId": "795baf5a3c3a701ef802e248b638358743b7774d3e6762d360b8ba15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst", "created": "2018-12-03T16:58:35Z", "tenant_id": "0879529512784a15b2808f9d82606dcd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:58:45,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 used request id req-4777431c-9921-4619-bf68-689a2eb464e1 2018-12-03 16:58:45,913 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst] is - ACTIVE 2018-12-03 16:58:45,913 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:58:45,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:46,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58: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-f26ff1ab-7696-4689-a8f4-debf3701809a x-compute-request-id: req-f26ff1ab-7696-4689-a8f4-debf3701809a Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:8a:14", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "bookmark"}], "image": {"id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "links": [{"href": "http://172.30.9.30:8774/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:58:40.000000", "flavor": {"id": "7c23fdb9-7848-41ba-ac06-3f553047276b", "links": [{"href": "http://172.30.9.30:8774/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "bookmark"}]}, "id": "953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "security_groups": [{"name": "default"}], "user_id": "d79f379fd75042fcb0085c5d70fab9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:58:41Z", "hostId": "795baf5a3c3a701ef802e248b638358743b7774d3e6762d360b8ba15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst", "created": "2018-12-03T16:58:35Z", "tenant_id": "0879529512784a15b2808f9d82606dcd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:58:46,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 used request id req-f26ff1ab-7696-4689-a8f4-debf3701809a 2018-12-03 16:58:46,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:46,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-999426ff-4754-43a6-bbae-086e48eb2a14 Date: Mon, 03 Dec 2018 16:58: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":["656cf708-bf88-4db0-a206-d2d50073ff4a"],"updated_at":"2018-12-03T16:58:12Z","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0879529512784a15b2808f9d82606dcd","id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net"}]} 2018-12-03 16:58:46,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net used request id req-999426ff-4754-43a6-bbae-086e48eb2a14 2018-12-03 16:58:46,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:46,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69603495-3d3d-4196-99f0-ceeb89a3c2fb Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:58:46,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-69603495-3d3d-4196-99f0-ceeb89a3c2fb 2018-12-03 16:58:46,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:46,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d537733b-8ae5-4c6a-8c54-9d2e13b3121b Date: Mon, 03 Dec 2018 16:58:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]} 2018-12-03 16:58:46,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-d537733b-8ae5-4c6a-8c54-9d2e13b3121b 2018-12-03 16:58:46,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:47,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-dd790dd3-baaf-4980-b595-03ce2f868851 Date: Mon, 03 Dec 2018 16:58:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.3"}],"id":"13612301-e985-46f2-90a9-d793080e6473","security_groups":[],"mac_address":"fa:16:3e:58:c5:d7","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6223b51a-d1e4-4ecf-9a51-3a686ac72933"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.4"}],"id":"14adc83e-c6c2-4345-b263-96860d88db9d","security_groups":[],"mac_address":"fa:16:3e:cb:81:41","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6223b51a-d1e4-4ecf-9a51-3a686ac72933"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.1"}],"id":"2d0d5da3-c19a-4e1d-b4d4-ce84348fff04","security_groups":[],"mac_address":"fa:16:3e:fe:32:6e","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:21Z","binding:vnic_type":"normal","device_id":"a154ea6b-9f23-458a-9e3f-0e626b00eb2e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.100"}],"id":"d1d7d56a-23bb-4a11-85ec-76d7252fd16b","security_groups":["1e2ba796-3410-439c-87b0-964720d538e3"],"mac_address":"fa:16:3e:7d:8a:14","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863cport-1","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:32Z","binding:vnic_type":"normal","device_id":"953b83e5-5fe8-473b-b65d-9c53ddb4c2c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.2"}],"id":"ec9edb4e-cc42-4aee-8d96-c63b32c28fbd","security_groups":[],"mac_address":"fa:16:3e:35:91:21","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6223b51a-d1e4-4ecf-9a51-3a686ac72933"}]} 2018-12-03 16:58:47,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-dd790dd3-baaf-4980-b595-03ce2f868851 2018-12-03 16:58:47,010 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-03 16:58:47,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:47,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-cdbc0982-3d2f-4ecb-9cfa-f0c400ea6ba0 Date: Mon, 03 Dec 2018 16:58:47 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:58:47,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-cdbc0982-3d2f-4ecb-9cfa-f0c400ea6ba0 2018-12-03 16:58:47,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:47,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-01d7674e-6556-4c73-8baa-002970e62ed5 Date: Mon, 03 Dec 2018 16:58:47 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:58:47,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-01d7674e-6556-4c73-8baa-002970e62ed5 2018-12-03 16:58:47,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" -d '{"floatingip": {"floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "port_id": "d1d7d56a-23bb-4a11-85ec-76d7252fd16b"}}' 2018-12-03 16:58:49,092 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 549 X-Openstack-Request-Id: req-129e5f77-a153-4071-9d92-dbd94c1b9bd7 Date: Mon, 03 Dec 2018 16:58:49 GMT RESP BODY: {"floatingip": {"router_id": "a154ea6b-9f23-458a-9e3f-0e626b00eb2e", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:48Z", "updated_at": "2018-12-03T16:58:48Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.55.1.100", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "0879529512784a15b2808f9d82606dcd", "port_id": "d1d7d56a-23bb-4a11-85ec-76d7252fd16b", "id": "81e45e7e-cf3e-4377-b735-da7a79d7a539"}} 2018-12-03 16:58:49,092 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-129e5f77-a153-4071-9d92-dbd94c1b9bd7 2018-12-03 16:58:49,092 - create_instance - INFO - Created floating IP 172.30.9.206 via router - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router 2018-12-03 16:58:49,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:49,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90dc72c3-8dd4-4742-8067-7db734cbbc28 x-compute-request-id: req-90dc72c3-8dd4-4742-8067-7db734cbbc28 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:8a:14", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "bookmark"}], "image": {"id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "links": [{"href": "http://172.30.9.30:8774/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:58:40.000000", "flavor": {"id": "7c23fdb9-7848-41ba-ac06-3f553047276b", "links": [{"href": "http://172.30.9.30:8774/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "bookmark"}]}, "id": "953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "security_groups": [{"name": "default"}], "user_id": "d79f379fd75042fcb0085c5d70fab9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:58:41Z", "hostId": "795baf5a3c3a701ef802e248b638358743b7774d3e6762d360b8ba15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst", "created": "2018-12-03T16:58:35Z", "tenant_id": "0879529512784a15b2808f9d82606dcd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:58:49,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 used request id req-90dc72c3-8dd4-4742-8067-7db734cbbc28 2018-12-03 16:58:49,431 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst] is - ACTIVE 2018-12-03 16:58:49,431 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:58:49,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:49,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5596bd6-e8d3-44b1-a925-74639430ae6e x-compute-request-id: req-e5596bd6-e8d3-44b1-a925-74639430ae6e Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:8a:14", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "bookmark"}], "image": {"id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "links": [{"href": "http://172.30.9.30:8774/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:58:40.000000", "flavor": {"id": "7c23fdb9-7848-41ba-ac06-3f553047276b", "links": [{"href": "http://172.30.9.30:8774/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "bookmark"}]}, "id": "953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "security_groups": [{"name": "default"}], "user_id": "d79f379fd75042fcb0085c5d70fab9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:58:41Z", "hostId": "795baf5a3c3a701ef802e248b638358743b7774d3e6762d360b8ba15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst", "created": "2018-12-03T16:58:35Z", "tenant_id": "0879529512784a15b2808f9d82606dcd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:58:49,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 used request id req-e5596bd6-e8d3-44b1-a925-74639430ae6e 2018-12-03 16:58:49,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:49,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b10d5651-e6b0-4a09-bdbf-565447ea2224 Date: Mon, 03 Dec 2018 16:58: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":["656cf708-bf88-4db0-a206-d2d50073ff4a"],"updated_at":"2018-12-03T16:58:12Z","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0879529512784a15b2808f9d82606dcd","id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net"}]} 2018-12-03 16:58:49,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net used request id req-b10d5651-e6b0-4a09-bdbf-565447ea2224 2018-12-03 16:58:49,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:50,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60e6d739-d18c-4eb5-94dc-2277a2db95ac Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:58:50,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-60e6d739-d18c-4eb5-94dc-2277a2db95ac 2018-12-03 16:58:50,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:50,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0b15e3c9-cf4e-49b9-b832-ece661a71d1e Date: Mon, 03 Dec 2018 16:58:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]} 2018-12-03 16:58:50,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-0b15e3c9-cf4e-49b9-b832-ece661a71d1e 2018-12-03 16:58:50,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:50,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-1d62d913-c11c-428c-ba1f-da9b752c07cf Date: Mon, 03 Dec 2018 16:58:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.3"}],"id":"13612301-e985-46f2-90a9-d793080e6473","security_groups":[],"mac_address":"fa:16:3e:58:c5:d7","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6223b51a-d1e4-4ecf-9a51-3a686ac72933"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.4"}],"id":"14adc83e-c6c2-4345-b263-96860d88db9d","security_groups":[],"mac_address":"fa:16:3e:cb:81:41","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6223b51a-d1e4-4ecf-9a51-3a686ac72933"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.1"}],"id":"2d0d5da3-c19a-4e1d-b4d4-ce84348fff04","security_groups":[],"mac_address":"fa:16:3e:fe:32:6e","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:21Z","binding:vnic_type":"normal","device_id":"a154ea6b-9f23-458a-9e3f-0e626b00eb2e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.100"}],"id":"d1d7d56a-23bb-4a11-85ec-76d7252fd16b","security_groups":["1e2ba796-3410-439c-87b0-964720d538e3"],"mac_address":"fa:16:3e:7d:8a:14","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863cport-1","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:32Z","binding:vnic_type":"normal","device_id":"953b83e5-5fe8-473b-b65d-9c53ddb4c2c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.2"}],"id":"ec9edb4e-cc42-4aee-8d96-c63b32c28fbd","security_groups":[],"mac_address":"fa:16:3e:35:91:21","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6223b51a-d1e4-4ecf-9a51-3a686ac72933"}]} 2018-12-03 16:58:50,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-1d62d913-c11c-428c-ba1f-da9b752c07cf 2018-12-03 16:58:50,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:50,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58: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-a5d793e1-fb2d-4f55-b9b0-c87466f91c7f x-compute-request-id: req-a5d793e1-fb2d-4f55-b9b0-c87466f91c7f Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:8a:14", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:8a:14", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "bookmark"}], "image": {"id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "links": [{"href": "http://172.30.9.30:8774/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:58:40.000000", "flavor": {"id": "7c23fdb9-7848-41ba-ac06-3f553047276b", "links": [{"href": "http://172.30.9.30:8774/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "bookmark"}]}, "id": "953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "security_groups": [{"name": "default"}], "user_id": "d79f379fd75042fcb0085c5d70fab9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:58:41Z", "hostId": "795baf5a3c3a701ef802e248b638358743b7774d3e6762d360b8ba15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst", "created": "2018-12-03T16:58:35Z", "tenant_id": "0879529512784a15b2808f9d82606dcd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:58:50,837 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 used request id req-a5d793e1-fb2d-4f55-b9b0-c87466f91c7f 2018-12-03 16:58:50,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:50,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bdbe728f-411d-4a47-a1d9-8a00ccb8b91d Date: Mon, 03 Dec 2018 16:58: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":["656cf708-bf88-4db0-a206-d2d50073ff4a"],"updated_at":"2018-12-03T16:58:12Z","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0879529512784a15b2808f9d82606dcd","id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net"}]} 2018-12-03 16:58:50,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net used request id req-bdbe728f-411d-4a47-a1d9-8a00ccb8b91d 2018-12-03 16:58:50,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:51,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f246c9f9-96d4-4076-9e65-4b12cce8f897 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:58:51,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-f246c9f9-96d4-4076-9e65-4b12cce8f897 2018-12-03 16:58:51,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:51,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d2daeae3-bb32-4c08-b06a-ed556b190ad5 Date: Mon, 03 Dec 2018 16:58:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","dns_nameservers":[],"updated_at":"2018-12-03T16:58:12Z","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":"0879529512784a15b2808f9d82606dcd","id":"656cf708-bf88-4db0-a206-d2d50073ff4a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet"}]} 2018-12-03 16:58:51,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-d2daeae3-bb32-4c08-b06a-ed556b190ad5 2018-12-03 16:58:51,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:51,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-ce8856c8-68e9-4446-8a27-887183c1f899 Date: Mon, 03 Dec 2018 16:58:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.3"}],"id":"13612301-e985-46f2-90a9-d793080e6473","security_groups":[],"mac_address":"fa:16:3e:58:c5:d7","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6223b51a-d1e4-4ecf-9a51-3a686ac72933"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.4"}],"id":"14adc83e-c6c2-4345-b263-96860d88db9d","security_groups":[],"mac_address":"fa:16:3e:cb:81:41","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6223b51a-d1e4-4ecf-9a51-3a686ac72933"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.1"}],"id":"2d0d5da3-c19a-4e1d-b4d4-ce84348fff04","security_groups":[],"mac_address":"fa:16:3e:fe:32:6e","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:21Z","binding:vnic_type":"normal","device_id":"a154ea6b-9f23-458a-9e3f-0e626b00eb2e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.100"}],"id":"d1d7d56a-23bb-4a11-85ec-76d7252fd16b","security_groups":["1e2ba796-3410-439c-87b0-964720d538e3"],"mac_address":"fa:16:3e:7d:8a:14","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863cport-1","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:32Z","binding:vnic_type":"normal","device_id":"953b83e5-5fe8-473b-b65d-9c53ddb4c2c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:58:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"656cf708-bf88-4db0-a206-d2d50073ff4a","ip_address":"10.55.1.2"}],"id":"ec9edb4e-cc42-4aee-8d96-c63b32c28fbd","security_groups":[],"mac_address":"fa:16:3e:35:91:21","project_id":"0879529512784a15b2808f9d82606dcd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6223b51a-d1e4-4ecf-9a51-3a686ac72933","tenant_id":"0879529512784a15b2808f9d82606dcd","created_at":"2018-12-03T16:58:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6223b51a-d1e4-4ecf-9a51-3a686ac72933"}]} 2018-12-03 16:58:51,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-ce8856c8-68e9-4446-8a27-887183c1f899 2018-12-03 16:58:51,417 - create_instance - INFO - Deleting Floating IP - 172.30.9.206 2018-12-03 16:58:51,417 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.206 2018-12-03 16:58:51,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/floatingips/81e45e7e-cf3e-4377-b735-da7a79d7a539 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:52,243 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-944fc528-accf-452d-84dc-5a02cf8eb959 Content-Length: 0 Date: Mon, 03 Dec 2018 16:58:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:58:52,243 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/81e45e7e-cf3e-4377-b735-da7a79d7a539 used request id req-944fc528-accf-452d-84dc-5a02cf8eb959 2018-12-03 16:58:52,244 - create_instance - INFO - Deleting Port with ID - d1d7d56a-23bb-4a11-85ec-76d7252fd16b 2018-12-03 16:58:52,244 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863cport-1 2018-12-03 16:58:52,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/d1d7d56a-23bb-4a11-85ec-76d7252fd16b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:52,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-58315536-7264-4993-a803-07d804060a90 Date: Mon, 03 Dec 2018 16:58:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:58:52,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/d1d7d56a-23bb-4a11-85ec-76d7252fd16b used request id req-58315536-7264-4993-a803-07d804060a90 2018-12-03 16:58:52,882 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst 2018-12-03 16:58:52,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:53,062 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:58:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7f6d3e6c-3389-4e9f-b51d-7c8b6b7cead8 x-compute-request-id: req-7f6d3e6c-3389-4e9f-b51d-7c8b6b7cead8 Content-Type: application/json 2018-12-03 16:58:53,063 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 used request id req-7f6d3e6c-3389-4e9f-b51d-7c8b6b7cead8 2018-12-03 16:58:53,063 - create_instance - INFO - Checking deletion status 2018-12-03 16:58:53,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:53,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:58: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-1a77cc00-6f62-4018-aa30-e2d8f5416ff7 x-compute-request-id: req-1a77cc00-6f62-4018-aa30-e2d8f5416ff7 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "rel": "bookmark"}], "image": {"id": "b2a1bd31-fb6b-46e0-a23d-151452457e47", "links": [{"href": "http://172.30.9.30:8774/images/b2a1bd31-fb6b-46e0-a23d-151452457e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:58:40.000000", "flavor": {"id": "7c23fdb9-7848-41ba-ac06-3f553047276b", "links": [{"href": "http://172.30.9.30:8774/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b", "rel": "bookmark"}]}, "id": "953b83e5-5fe8-473b-b65d-9c53ddb4c2c9", "user_id": "d79f379fd75042fcb0085c5d70fab9f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:58:52Z", "hostId": "795baf5a3c3a701ef802e248b638358743b7774d3e6762d360b8ba15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp", "name": "CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst", "created": "2018-12-03T16:58:35Z", "tenant_id": "0879529512784a15b2808f9d82606dcd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:58:53,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 used request id req-1a77cc00-6f62-4018-aa30-e2d8f5416ff7 2018-12-03 16:58:53,305 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst] is - ACTIVE 2018-12-03 16:58:53,305 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:58:56,308 - create_instance - DEBUG - VM status query timeout in 296.754594088 2018-12-03 16:58:56,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}000534eec486cf956dfb43cff9cbeb814fa3d989" 2018-12-03 16:58:56,352 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 16:58: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-150c789c-213c-471a-9bb5-aee6100c0d5d x-compute-request-id: req-150c789c-213c-471a-9bb5-aee6100c0d5d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 could not be found.", "code": 404}} 2018-12-03 16:58:56,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 used request id req-150c789c-213c-471a-9bb5-aee6100c0d5d 2018-12-03 16:58:56,353 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 953b83e5-5fe8-473b-b65d-9c53ddb4c2c9 could not be found. (HTTP 404) (Request-ID: req-150c789c-213c-471a-9bb5-aee6100c0d5d) 2018-12-03 16:58:56,353 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-inst 2018-12-03 16:58:56,354 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp 2018-12-03 16:58:56,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b58e86ab8f3981a565e24bab3bfa72aaf8b08e" 2018-12-03 16:58:56,402 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:58: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-9107455e-7666-4ac0-863d-efcaa6b1ae80 x-compute-request-id: req-9107455e-7666-4ac0-863d-efcaa6b1ae80 Content-Length: 0 Content-Type: application/json 2018-12-03 16:58:56,402 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-kp used request id req-9107455e-7666-4ac0-863d-efcaa6b1ae80 2018-12-03 16:58:56,403 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c.pub] 2018-12-03 16:58:56,403 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c] 2018-12-03 16:58:56,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf6ffc17bd868d3dea498ca5287198dbc04a1c49" 2018-12-03 16:58:56,457 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:58: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-1ba68651-fd21-4b80-8f83-d1910db8a763 x-compute-request-id: req-1ba68651-fd21-4b80-8f83-d1910db8a763 Content-Length: 0 Content-Type: application/json 2018-12-03 16:58:56,457 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/7c23fdb9-7848-41ba-ac06-3f553047276b used request id req-1ba68651-fd21-4b80-8f83-d1910db8a763 2018-12-03 16:58:56,458 - neutron_utils - INFO - Deleting security group rule with ID - 3358b1fa-e516-43a6-9efe-da2a225251f7 2018-12-03 16:58:56,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/3358b1fa-e516-43a6-9efe-da2a225251f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:56,714 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4a2d2988-d90e-476e-9a2c-bc3d3c5cb0fa Content-Length: 0 Date: Mon, 03 Dec 2018 16:58:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:58:56,714 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/3358b1fa-e516-43a6-9efe-da2a225251f7 used request id req-4a2d2988-d90e-476e-9a2c-bc3d3c5cb0fa 2018-12-03 16:58:56,714 - neutron_utils - INFO - Deleting security group rule with ID - 72a78875-80f3-4d30-9022-fe8b03aa150b 2018-12-03 16:58:56,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/72a78875-80f3-4d30-9022-fe8b03aa150b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:56,817 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0bee7251-eed9-48d5-afde-b7efdb72659d Content-Length: 0 Date: Mon, 03 Dec 2018 16:58:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:58:56,817 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/72a78875-80f3-4d30-9022-fe8b03aa150b used request id req-0bee7251-eed9-48d5-afde-b7efdb72659d 2018-12-03 16:58:56,817 - neutron_utils - INFO - Deleting security group rule with ID - a9ba5e59-77e0-4dae-9aa0-229e6e1814fe 2018-12-03 16:58:56,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/a9ba5e59-77e0-4dae-9aa0-229e6e1814fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:56,915 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-52a8c7bb-5782-47b1-8ef7-5195f3a6de1e Content-Length: 0 Date: Mon, 03 Dec 2018 16:58:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:58:56,915 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/a9ba5e59-77e0-4dae-9aa0-229e6e1814fe used request id req-52a8c7bb-5782-47b1-8ef7-5195f3a6de1e 2018-12-03 16:58:56,915 - neutron_utils - INFO - Deleting security group rule with ID - 322d6700-9579-4001-a2a8-6a4b5c4b7291 2018-12-03 16:58:56,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/322d6700-9579-4001-a2a8-6a4b5c4b7291 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:57,166 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-afd6f532-24b2-4de9-8915-934c72733a94 Content-Length: 0 Date: Mon, 03 Dec 2018 16:58:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:58:57,166 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/322d6700-9579-4001-a2a8-6a4b5c4b7291 used request id req-afd6f532-24b2-4de9-8915-934c72733a94 2018-12-03 16:58:57,167 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-sec-grp 2018-12-03 16:58:57,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/12058aff-ab73-496a-85d4-36c40a37ba71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df7fc265112d4e63350af82ed76207941f06d9" 2018-12-03 16:58:57,494 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7331bb8e-8563-493d-82a2-7e0b59bea1c4 Content-Length: 0 Date: Mon, 03 Dec 2018 16:58:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:58:57,495 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/12058aff-ab73-496a-85d4-36c40a37ba71 used request id req-7331bb8e-8563-493d-82a2-7e0b59bea1c4 2018-12-03 16:58:57,496 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router and subnet CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet 2018-12-03 16:58:57,496 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router 2018-12-03 16:58:57,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/a154ea6b-9f23-458a-9e3f-0e626b00eb2e/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" -d '{"subnet_id": "656cf708-bf88-4db0-a206-d2d50073ff4a"}' 2018-12-03 16:58:59,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eff4e49b-5dd0-43a7-a9d4-e9a05a56e745 Date: Mon, 03 Dec 2018 16:58:59 GMT RESP BODY: {"network_id": "6223b51a-d1e4-4ecf-9a51-3a686ac72933", "tenant_id": "0879529512784a15b2808f9d82606dcd", "subnet_id": "656cf708-bf88-4db0-a206-d2d50073ff4a", "subnet_ids": ["656cf708-bf88-4db0-a206-d2d50073ff4a"], "port_id": "2d0d5da3-c19a-4e1d-b4d4-ce84348fff04", "id": "a154ea6b-9f23-458a-9e3f-0e626b00eb2e"} 2018-12-03 16:58:59,041 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a154ea6b-9f23-458a-9e3f-0e626b00eb2e/remove_router_interface used request id req-eff4e49b-5dd0-43a7-a9d4-e9a05a56e745 2018-12-03 16:58:59,041 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router 2018-12-03 16:58:59,041 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-router 2018-12-03 16:58:59,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/a154ea6b-9f23-458a-9e3f-0e626b00eb2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1489dee1af31b15d4806d7a153efb8ece6126" 2018-12-03 16:59:02,449 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-626e85c9-fcf5-40f7-a797-a25c00f1365c Content-Length: 0 Date: Mon, 03 Dec 2018 16:59:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:59:02,449 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/a154ea6b-9f23-458a-9e3f-0e626b00eb2e used request id req-626e85c9-fcf5-40f7-a797-a25c00f1365c 2018-12-03 16:59:02,450 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet 2018-12-03 16:59:02,450 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-subnet 2018-12-03 16:59:02,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/656cf708-bf88-4db0-a206-d2d50073ff4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e82a48f84248f4eeac8d950cb0799bd85d626" 2018-12-03 16:59:05,053 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af2965ff-a147-48db-99d7-eaf06177dbce Date: Mon, 03 Dec 2018 16:59:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:59:05,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/656cf708-bf88-4db0-a206-d2d50073ff4a used request id req-af2965ff-a147-48db-99d7-eaf06177dbce 2018-12-03 16:59:05,053 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-pub-net 2018-12-03 16:59:05,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/6223b51a-d1e4-4ecf-9a51-3a686ac72933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e82a48f84248f4eeac8d950cb0799bd85d626" 2018-12-03 16:59:06,375 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e32a8b23-842b-422e-ab4e-5c280c08da61 Date: Mon, 03 Dec 2018 16:59:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:59:06,375 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6223b51a-d1e4-4ecf-9a51-3a686ac72933 used request id req-e32a8b23-842b-422e-ab4e-5c280c08da61 2018-12-03 16:59:06,376 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-b70134b3-9494-4642-852e-2c7efb5c863c-image 2018-12-03 16:59:06,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15c1887d55d1f3589837d16cb01ed7bc1cddf631" 2018-12-03 16:59:07,769 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-296ab20f-0bb5-4b90-b137-e1582e8b7ffe Date: Mon, 03 Dec 2018 16:59:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:59:07,769 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/b2a1bd31-fb6b-46e0-a23d-151452457e47 used request id req-296ab20f-0bb5-4b90-b137-e1582e8b7ffe 2018-12-03 16:59:07,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:59:07,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1aaa62ef-7502-4a43-8e3f-7fde83fd78ff Date: Mon, 03 Dec 2018 16:59:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:10Z", "updated_at": "2018-12-03T16:58:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:10Z", "revision_number": 0, "id": "1514c924-5fe2-495d-93d5-1ee2eb6a0407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:10Z", "security_group_id": "1e2ba796-3410-439c-87b0-964720d538e3", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0879529512784a15b2808f9d82606dcd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:10Z", "revision_number": 0, "id": "68b63e0d-057b-442c-b841-4467bd161df5", "remote_group_id": "1e2ba796-3410-439c-87b0-964720d538e3", "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:10Z", "security_group_id": "1e2ba796-3410-439c-87b0-964720d538e3", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0879529512784a15b2808f9d82606dcd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:10Z", "revision_number": 0, "id": "acef378f-1ecc-4619-960a-4fa430600157", "remote_group_id": "1e2ba796-3410-439c-87b0-964720d538e3", "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:10Z", "security_group_id": "1e2ba796-3410-439c-87b0-964720d538e3", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0879529512784a15b2808f9d82606dcd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:58:10Z", "revision_number": 0, "id": "b67af113-ee71-4f77-99fd-cb4ea5048558", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:58:10Z", "security_group_id": "1e2ba796-3410-439c-87b0-964720d538e3", "tenant_id": "0879529512784a15b2808f9d82606dcd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0879529512784a15b2808f9d82606dcd"}], "revision_number": 4, "project_id": "0879529512784a15b2808f9d82606dcd", "id": "1e2ba796-3410-439c-87b0-964720d538e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 16:59:07,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-1aaa62ef-7502-4a43-8e3f-7fde83fd78ff 2018-12-03 16:59:07,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:59:08,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-194462e5-1ee6-43f5-8b6f-baebadcca8ce Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 16:59:08,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-194462e5-1ee6-43f5-8b6f-baebadcca8ce 2018-12-03 16:59:08,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:59:08,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0524f06-f059-4a80-a49a-3bd431923909 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 16:59:08,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-a0524f06-f059-4a80-a49a-3bd431923909 2018-12-03 16:59:08,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:59:08,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93672c85-7236-4f22-94b2-332906925234 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd"}, "enabled": true, "id": "0879529512784a15b2808f9d82606dcd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj"}} 2018-12-03 16:59:08,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-93672c85-7236-4f22-94b2-332906925234 2018-12-03 16:59:08,253 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e2ba796-3410-439c-87b0-964720d538e3 2018-12-03 16:59:08,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=1e2ba796-3410-439c-87b0-964720d538e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:59:08,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-bcc2f936-601f-4039-a2a4-4042e9c05d00 Date: Mon, 03 Dec 2018 16:59: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-12-03T16:58:10Z", "security_group_id": "1e2ba796-3410-439c-87b0-964720d538e3", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:10Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "1514c924-5fe2-495d-93d5-1ee2eb6a0407"}, {"remote_group_id": "1e2ba796-3410-439c-87b0-964720d538e3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:58:10Z", "security_group_id": "1e2ba796-3410-439c-87b0-964720d538e3", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:10Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "68b63e0d-057b-442c-b841-4467bd161df5"}, {"remote_group_id": "1e2ba796-3410-439c-87b0-964720d538e3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:58:10Z", "security_group_id": "1e2ba796-3410-439c-87b0-964720d538e3", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:10Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "acef378f-1ecc-4619-960a-4fa430600157"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:58:10Z", "security_group_id": "1e2ba796-3410-439c-87b0-964720d538e3", "port_range_min": null, "revision_number": 0, "tenant_id": "0879529512784a15b2808f9d82606dcd", "created_at": "2018-12-03T16:58:10Z", "project_id": "0879529512784a15b2808f9d82606dcd", "id": "b67af113-ee71-4f77-99fd-cb4ea5048558"}]} 2018-12-03 16:59:08,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=1e2ba796-3410-439c-87b0-964720d538e3 used request id req-bcc2f936-601f-4039-a2a4-4042e9c05d00 2018-12-03 16:59:08,449 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 16:59:08,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/1e2ba796-3410-439c-87b0-964720d538e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:59:08,815 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d09dde29-5fc4-44be-8e23-38bfe1738453 Content-Length: 0 Date: Mon, 03 Dec 2018 16:59:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 16:59:08,815 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/1e2ba796-3410-439c-87b0-964720d538e3 used request id req-d09dde29-5fc4-44be-8e23-38bfe1738453 2018-12-03 16:59:08,815 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj 2018-12-03 16:59:08,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:59:09,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:59:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-157aba3a-1869-4795-afe4-1da8c83b2e20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:59:09,039 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/0879529512784a15b2808f9d82606dcd used request id req-157aba3a-1869-4795-afe4-1da8c83b2e20 2018-12-03 16:59:09,040 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-proj-role 2018-12-03 16:59:09,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/132211f3d9004552820b0f356a169438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:59:09,156 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:59:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bd3340f-b322-4dbc-84b6-b35a7c84979b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:59:09,156 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/132211f3d9004552820b0f356a169438 used request id req-6bd3340f-b322-4dbc-84b6-b35a7c84979b 2018-12-03 16:59:09,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddabd9db75895af5f657c9eb17a4c7ea32ae677f" 2018-12-03 16:59:09,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aa42214-bcc5-49fa-911d-c52f21b41fbf Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:59:09,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1aa42214-bcc5-49fa-911d-c52f21b41fbf 2018-12-03 16:59:09,240 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-f1684484-33fc-4cc-user 2018-12-03 16:59:09,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/d79f379fd75042fcb0085c5d70fab9f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb98016e3db531cecdcd339b80bceec58a32c9a" 2018-12-03 16:59:09,425 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:59:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a723529-0649-447f-a94a-e6310afc5df3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:59:09,425 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d79f379fd75042fcb0085c5d70fab9f3 used request id req-0a723529-0649-447f-a94a-e6310afc5df3 2018-12-03 16:59:09,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:59:09,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:59:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["k6GuIhU7SgGQAfs3n7GKaA"], "issued_at": "2018-12-03T16:59:09.000000Z"}} 2018-12-03 16:59:09,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee845cc452d6155f1a183d9c402f889d03467a49" 2018-12-03 16:59:09,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f967b81-0c84-4a9b-8e5d-72d1a789ec3e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:59:09,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1f967b81-0c84-4a9b-8e5d-72d1a789ec3e 2018-12-03 16:59:09,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:59:09,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:59:10,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:59:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["9Uzle4OHSsqrLrbDXo68JA"], "issued_at": "2018-12-03T16:59:10.000000Z"}} 2018-12-03 16:59:10,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 16:59:10,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1ec95a7-cf59-45ce-be28-db9c58758cd0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:59:10,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d1ec95a7-cf59-45ce-be28-db9c58758cd0 2018-12-03 16:59:10,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:59:10,377 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:59:10,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 16:59:10,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7b05c41-6103-4ede-9732-62b71e60a979 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 16:59:10,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj used request id req-b7b05c41-6103-4ede-9732-62b71e60a979 2018-12-03 16:59:10,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 16:59:10,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c6f644b-1564-4af5-ac69-cb9c7da9350a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:59:10,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-3c6f644b-1564-4af5-ac69-cb9c7da9350a 2018-12-03 16:59:10,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}}' 2018-12-03 16:59:10,696 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:59:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba16a048-b800-4767-8282-6ce3fa6334e2 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 16:59:10,696 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-ba16a048-b800-4767-8282-6ce3fa6334e2 2018-12-03 16:59:10,696 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj 2018-12-03 16:59:10,696 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:59:10,697 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:59:11,081 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:59:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["gVmvxTXUQIq_NCiLlTXljA"], "issued_at": "2018-12-03T16:59:11.000000Z"}} 2018-12-03 16:59:11,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a712377acc8d52e71568e15ef8a472ea3e426a9" 2018-12-03 16:59:11,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80afa089-3bcc-481f-86a6-6db1ff492129 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:59:11,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-80afa089-3bcc-481f-86a6-6db1ff492129 2018-12-03 16:59:11,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:59:11,172 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:59:11,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a712377acc8d52e71568e15ef8a472ea3e426a9" 2018-12-03 16:59:11,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fec9e6df-ad0d-427c-ae80-87a32511ab81 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 16:59:11,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-fec9e6df-ad0d-427c-ae80-87a32511ab81 2018-12-03 16:59:11,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a712377acc8d52e71568e15ef8a472ea3e426a9" 2018-12-03 16:59:11,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ecfb1b6-b613-4ff1-9055-d6bddcd26496 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}]} 2018-12-03 16:59:11,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj used request id req-5ecfb1b6-b613-4ff1-9055-d6bddcd26496 2018-12-03 16:59:11,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a712377acc8d52e71568e15ef8a472ea3e426a9" 2018-12-03 16:59:11,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00ff2f8c-acae-4736-8a0a-66272ba3b6e1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 16:59:11,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-00ff2f8c-acae-4736-8a0a-66272ba3b6e1 2018-12-03 16:59:11,762 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-user 2018-12-03 16:59:11,762 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:59:11,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 16:59:11,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b4046ef-5cd0-46ba-aefe-d47c5b326619 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 16:59:11,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0b4046ef-5cd0-46ba-aefe-d47c5b326619 2018-12-03 16:59:11,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj-role"}}' 2018-12-03 16:59:11,983 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 16:59:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b884036-1ef3-4ae0-b708-5d15b939c3b6 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b10787af2eb64dab889ea19186a60d97", "links": {"self": "http://172.30.9.30:5000/v3/roles/b10787af2eb64dab889ea19186a60d97"}, "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj-role"}} 2018-12-03 16:59:11,983 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-3b884036-1ef3-4ae0-b708-5d15b939c3b6 2018-12-03 16:59:11,983 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj-role 2018-12-03 16:59:11,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/b10787af2eb64dab889ea19186a60d97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 16:59:12,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6677d631-0f49-4113-ae2d-c084b5811914 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/b10787af2eb64dab889ea19186a60d97"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj-role", "id": "b10787af2eb64dab889ea19186a60d97"}} 2018-12-03 16:59:12,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/b10787af2eb64dab889ea19186a60d97 used request id req-6677d631-0f49-4113-ae2d-c084b5811914 2018-12-03 16:59:12,075 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj-role to project CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj 2018-12-03 16:59:12,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8/users/9b28022cc273436e994d27be948f5bef/roles/b10787af2eb64dab889ea19186a60d97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 16:59:12,207 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 16:59:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-daf8c277-c2e1-4528-8a44-b13d079916a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 16:59:12,207 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8/users/9b28022cc273436e994d27be948f5bef/roles/b10787af2eb64dab889ea19186a60d97 used request id req-daf8c277-c2e1-4528-8a44-b13d079916a0 2018-12-03 16:59:12,207 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:59:12,209 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 16:59:12,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:59:12,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:59:12,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b10787af2eb64dab889ea19186a60d97", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj-role"}], "expires_at": "2018-12-03T17:59:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "318be7c28a4c45f7baba8bd5348211f8", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-user", "id": "9b28022cc273436e994d27be948f5bef"}, "audit_ids": ["SaXo8-VCTMGy6oA7DnMhkA"], "issued_at": "2018-12-03T16:59:12.000000Z"}} 2018-12-03 16:59:12,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2612a448e256f05c361193e48a542f056b9ef5e" 2018-12-03 16:59:12,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6079108a-dd8f-4795-8b56-cea1cea3b52b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:59:12,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6079108a-dd8f-4795-8b56-cea1cea3b52b 2018-12-03 16:59:12,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2612a448e256f05c361193e48a542f056b9ef5e" 2018-12-03 16:59:12,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-8329a414-4957-4233-8c4a-1f7123cf02df Date: Mon, 03 Dec 2018 16:59:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image"} 2018-12-03 16:59:12,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image used request id req-8329a414-4957-4233-8c4a-1f7123cf02df 2018-12-03 16:59:12,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2612a448e256f05c361193e48a542f056b9ef5e" 2018-12-03 16:59:12,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-62bf62ba-4cb9-4162-9347-59044839e699 Date: Mon, 03 Dec 2018 16:59: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-12-03 16:59:12,991 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-62bf62ba-4cb9-4162-9347-59044839e699 2018-12-03 16:59:13,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2612a448e256f05c361193e48a542f056b9ef5e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image"}' 2018-12-03 16:59:13,208 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/e0aa1e41-745f-4485-9570-07339d859899 X-Openstack-Request-Id: req-d3202b87-7908-4d5d-9b36-f070548e67c7 Date: Mon, 03 Dec 2018 16:59:13 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:59:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T16:59:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/e0aa1e41-745f-4485-9570-07339d859899", "min_disk": 0, "protected": false, "id": "e0aa1e41-745f-4485-9570-07339d859899", "file": "/v2/images/e0aa1e41-745f-4485-9570-07339d859899/file", "checksum": null, "owner": "318be7c28a4c45f7baba8bd5348211f8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:59:13,208 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-d3202b87-7908-4d5d-9b36-f070548e67c7 2018-12-03 16:59:13,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/e0aa1e41-745f-4485-9570-07339d859899/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2612a448e256f05c361193e48a542f056b9ef5e" -d '' 2018-12-03 16:59:14,649 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-de6fa9ab-1bb3-44e5-85e9-99f7ec019993 Date: Mon, 03 Dec 2018 16:59:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 16:59:14,649 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e0aa1e41-745f-4485-9570-07339d859899/file used request id req-de6fa9ab-1bb3-44e5-85e9-99f7ec019993 2018-12-03 16:59:14,649 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 16:59:14,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/e0aa1e41-745f-4485-9570-07339d859899 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2612a448e256f05c361193e48a542f056b9ef5e" 2018-12-03 16:59:14,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-a021c438-e3a2-4350-a5e0-b083de3ab388 Date: Mon, 03 Dec 2018 16:59:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:59:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:59:14Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e0aa1e41-745f-4485-9570-07339d859899/snap", "metadata": {}}], "self": "/v2/images/e0aa1e41-745f-4485-9570-07339d859899", "min_disk": 0, "protected": false, "id": "e0aa1e41-745f-4485-9570-07339d859899", "file": "/v2/images/e0aa1e41-745f-4485-9570-07339d859899/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "318be7c28a4c45f7baba8bd5348211f8", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e0aa1e41-745f-4485-9570-07339d859899/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:59:14,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/e0aa1e41-745f-4485-9570-07339d859899 used request id req-a021c438-e3a2-4350-a5e0-b083de3ab388 2018-12-03 16:59:14,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2612a448e256f05c361193e48a542f056b9ef5e" 2018-12-03 16:59:14,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-39c68b29-9940-4c85-9447-9c5c753cf52e Date: Mon, 03 Dec 2018 16:59: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-12-03 16:59:14,994 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-39c68b29-9940-4c85-9447-9c5c753cf52e 2018-12-03 16:59:14,997 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image 2018-12-03 16:59:15,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/e0aa1e41-745f-4485-9570-07339d859899 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2612a448e256f05c361193e48a542f056b9ef5e" 2018-12-03 16:59:15,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-33d776da-f142-4f77-bea9-4fbdf0e81f33 Date: Mon, 03 Dec 2018 16:59:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:59:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:59:14Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e0aa1e41-745f-4485-9570-07339d859899/snap", "metadata": {}}], "self": "/v2/images/e0aa1e41-745f-4485-9570-07339d859899", "min_disk": 0, "protected": false, "id": "e0aa1e41-745f-4485-9570-07339d859899", "file": "/v2/images/e0aa1e41-745f-4485-9570-07339d859899/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "318be7c28a4c45f7baba8bd5348211f8", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e0aa1e41-745f-4485-9570-07339d859899/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 16:59:15,167 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/e0aa1e41-745f-4485-9570-07339d859899 used request id req-33d776da-f142-4f77-bea9-4fbdf0e81f33 2018-12-03 16:59:15,168 - create_image - DEBUG - Instance status is - active 2018-12-03 16:59:15,168 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image 2018-12-03 16:59:15,168 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image 2018-12-03 16:59:15,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:59:15,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:59:15,547 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b10787af2eb64dab889ea19186a60d97", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj-role"}], "expires_at": "2018-12-03T17:59:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "318be7c28a4c45f7baba8bd5348211f8", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-user", "id": "9b28022cc273436e994d27be948f5bef"}, "audit_ids": ["Q8nidEI1R4qs7RXJnGUyqA"], "issued_at": "2018-12-03T16:59:15.000000Z"}} 2018-12-03 16:59:15,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04c4c4994067466c024d417b56467929f8e853a" 2018-12-03 16:59:15,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-245ae0b0-9982-4328-bd00-86ed5c15ac54 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:59:15,623 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-245ae0b0-9982-4328-bd00-86ed5c15ac54 2018-12-03 16:59:15,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04c4c4994067466c024d417b56467929f8e853a" 2018-12-03 16:59:15,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bb13de5f-39d6-4064-b991-f04c5e67b897 Date: Mon, 03 Dec 2018 16:59:15 GMT RESP BODY: {"networks":[]} 2018-12-03 16:59:15,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net used request id req-bb13de5f-39d6-4064-b991-f04c5e67b897 2018-12-03 16:59:15,796 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net 2018-12-03 16:59:15,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04c4c4994067466c024d417b56467929f8e853a" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net", "admin_state_up": true}}' 2018-12-03 16:59:16,358 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-18bcf805-194d-44f8-9131-7d07885526c2 Date: Mon, 03 Dec 2018 16:59:16 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T16:59:16Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","mtu":1450}} 2018-12-03 16:59:16,358 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-18bcf805-194d-44f8-9131-7d07885526c2 2018-12-03 16:59:16,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04c4c4994067466c024d417b56467929f8e853a" 2018-12-03 16:59:16,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-3364b14e-77ac-49d2-964e-748a2adb616d Date: Mon, 03 Dec 2018 16: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-12-03T16:59:16Z","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net"}]} 2018-12-03 16:59:16,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-3364b14e-77ac-49d2-964e-748a2adb616d 2018-12-03 16:59:16,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04c4c4994067466c024d417b56467929f8e853a" 2018-12-03 16:59:16,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9c38d09f-e79e-41da-a504-ce79fdc85918 Date: Mon, 03 Dec 2018 16:59:16 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:59:16,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-9c38d09f-e79e-41da-a504-ce79fdc85918 2018-12-03 16:59:16,768 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet 2018-12-03 16:59:16,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04c4c4994067466c024d417b56467929f8e853a" -d '{"subnets": [{"ip_version": 4, "network_id": "c75d4a0d-ad83-4c1b-a03d-3aeb6e788865", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]}' 2018-12-03 16:59:17,443 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-51c7b570-0e67-4760-9ed9-8343b7b4d791 Date: Mon, 03 Dec 2018 16:59:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 16:59:17,443 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-51c7b570-0e67-4760-9ed9-8343b7b4d791 2018-12-03 16:59:17,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04c4c4994067466c024d417b56467929f8e853a" 2018-12-03 16:59:17,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1cc463bb-85f7-4768-a711-6de8d037786f Date: Mon, 03 Dec 2018 16: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":["f9ae2728-a865-453a-bce5-6a43700f5160"],"updated_at":"2018-12-03T16:59:17Z","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net"}]} 2018-12-03 16:59:17,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-1cc463bb-85f7-4768-a711-6de8d037786f 2018-12-03 16:59:17,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04c4c4994067466c024d417b56467929f8e853a" 2018-12-03 16:59:17,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1f523bc3-5d1d-497d-8c2d-858214b79205 Date: Mon, 03 Dec 2018 16:59:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 16:59:17,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-1f523bc3-5d1d-497d-8c2d-858214b79205 2018-12-03 16:59:17,929 - OpenStackNetwork - DEBUG - Network [c75d4a0d-ad83-4c1b-a03d-3aeb6e788865] created successfully 2018-12-03 16:59:17,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:59:17,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:59:18,303 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b10787af2eb64dab889ea19186a60d97", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj-role"}], "expires_at": "2018-12-03T17:59:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "318be7c28a4c45f7baba8bd5348211f8", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-user", "id": "9b28022cc273436e994d27be948f5bef"}, "audit_ids": ["UExL1HWyQha5B3z9q5QWmg"], "issued_at": "2018-12-03T16:59:18.000000Z"}} 2018-12-03 16:59:18,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" 2018-12-03 16:59:18,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b87e4d8c-02b2-4af1-9f95-1a35ccea171f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:59:18,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b87e4d8c-02b2-4af1-9f95-1a35ccea171f 2018-12-03 16:59:18,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" 2018-12-03 16:59:18,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d67dd685-6e80-46c4-b0e8-493846bfe809 Date: Mon, 03 Dec 2018 16:59:18 GMT RESP BODY: {"routers": []} 2018-12-03 16:59:18,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router&admin_state_up=True used request id req-d67dd685-6e80-46c4-b0e8-493846bfe809 2018-12-03 16:59:18,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:59:18,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:59:18,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b10787af2eb64dab889ea19186a60d97", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj-role"}], "expires_at": "2018-12-03T17:59:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "318be7c28a4c45f7baba8bd5348211f8", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-user", "id": "9b28022cc273436e994d27be948f5bef"}, "audit_ids": ["wn6zxUD4TLOPcs4MMPQtPg"], "issued_at": "2018-12-03T16:59:18.000000Z"}} 2018-12-03 16:59:18,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8f7c9aa9f96ddb995f59071754ef8f09c126c9" 2018-12-03 16:59:18,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa3031c-521f-49a4-a3fd-3fe83fd1193f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:59:18,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6fa3031c-521f-49a4-a3fd-3fe83fd1193f 2018-12-03 16:59:18,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" 2018-12-03 16:59:19,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f1009385-ea9c-4dec-bed7-64840935881e Date: Mon, 03 Dec 2018 16:59:19 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:59:19,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-f1009385-ea9c-4dec-bed7-64840935881e 2018-12-03 16:59:19,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" 2018-12-03 16:59:19,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d47aadb7-2e5a-49e1-9ff5-6f59feb9a6c9 Date: Mon, 03 Dec 2018 16:59:19 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:59:19,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-d47aadb7-2e5a-49e1-9ff5-6f59feb9a6c9 2018-12-03 16:59:19,473 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router 2018-12-03 16:59:19,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router", "admin_state_up": true}}' 2018-12-03 16:59:24,596 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-d5eb6a59-45e3-4db5-b40a-7d3e0b683ae3 Date: Mon, 03 Dec 2018 16:59:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:20Z", "admin_state_up": true, "updated_at": "2018-12-03T16:59:21Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "aa72e86b-5644-454c-9c72-35ae908ffe13", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router"}} 2018-12-03 16:59:24,596 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-d5eb6a59-45e3-4db5-b40a-7d3e0b683ae3 2018-12-03 16:59:24,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=aa72e86b-5644-454c-9c72-35ae908ffe13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" 2018-12-03 16:59:24,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5d9d4ac6-1572-4ceb-b539-a7cf0790bc0d Date: Mon, 03 Dec 2018 16:59:24 GMT RESP BODY: {"ports":[]} 2018-12-03 16:59:24,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=aa72e86b-5644-454c-9c72-35ae908ffe13 used request id req-5d9d4ac6-1572-4ceb-b539-a7cf0790bc0d 2018-12-03 16:59:24,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" 2018-12-03 16:59:24,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d8ae215b-e7cb-4739-bfd7-df5b2d4a7c5e Date: Mon, 03 Dec 2018 16: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":["f9ae2728-a865-453a-bce5-6a43700f5160"],"updated_at":"2018-12-03T16:59:17Z","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net"}]} 2018-12-03 16:59:24,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net used request id req-d8ae215b-e7cb-4739-bfd7-df5b2d4a7c5e 2018-12-03 16:59:24,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:59:24,893 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:59:24,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" 2018-12-03 16:59:25,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3f12de4-a05a-4a99-b013-199c9aeb9a81 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 16:59:25,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-b3f12de4-a05a-4a99-b013-199c9aeb9a81 2018-12-03 16:59:25,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" 2018-12-03 16:59:25,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-24ac7c61-83bf-4d6a-9d70-2f2e924cf34e Date: Mon, 03 Dec 2018 16:59:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 16:59:25,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-24ac7c61-83bf-4d6a-9d70-2f2e924cf34e 2018-12-03 16:59:25,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865&name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" 2018-12-03 16:59:25,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a6f35e1d-e621-4485-adc6-76066e1dc6dd Date: Mon, 03 Dec 2018 16:59:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 16:59:25,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865&name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet used request id req-a6f35e1d-e621-4485-adc6-76066e1dc6dd 2018-12-03 16:59:25,505 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-03 16:59:25,505 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router 2018-12-03 16:59:25,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/aa72e86b-5644-454c-9c72-35ae908ffe13/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" -d '{"subnet_id": "f9ae2728-a865-453a-bce5-6a43700f5160"}' 2018-12-03 16:59:27,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dbf646b1-4f79-4581-a296-27a302df82c4 Date: Mon, 03 Dec 2018 16:59:27 GMT RESP BODY: {"network_id": "c75d4a0d-ad83-4c1b-a03d-3aeb6e788865", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "subnet_id": "f9ae2728-a865-453a-bce5-6a43700f5160", "subnet_ids": ["f9ae2728-a865-453a-bce5-6a43700f5160"], "port_id": "a2b7dcff-5e25-4624-9461-87efb018c522", "id": "aa72e86b-5644-454c-9c72-35ae908ffe13"} 2018-12-03 16:59:27,649 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/aa72e86b-5644-454c-9c72-35ae908ffe13/add_router_interface used request id req-dbf646b1-4f79-4581-a296-27a302df82c4 2018-12-03 16:59:27,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/aa72e86b-5644-454c-9c72-35ae908ffe13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" 2018-12-03 16:59:27,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-911c67f9-bb77-49f5-8d0c-7e6159ba3787 Date: Mon, 03 Dec 2018 16:59:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:20Z", "admin_state_up": true, "updated_at": "2018-12-03T16:59:26Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "aa72e86b-5644-454c-9c72-35ae908ffe13", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router"}} 2018-12-03 16:59:27,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/aa72e86b-5644-454c-9c72-35ae908ffe13 used request id req-911c67f9-bb77-49f5-8d0c-7e6159ba3787 2018-12-03 16:59:27,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=aa72e86b-5644-454c-9c72-35ae908ffe13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" 2018-12-03 16:59:27,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-e94dc7f1-ec42-4701-8018-3842bbb9ffdf Date: Mon, 03 Dec 2018 16:59:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.1"}],"id":"a2b7dcff-5e25-4624-9461-87efb018c522","security_groups":[],"mac_address":"fa:16:3e:5e:ef:9e","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:26Z","binding:vnic_type":"normal","device_id":"aa72e86b-5644-454c-9c72-35ae908ffe13"}]} 2018-12-03 16:59:27,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=aa72e86b-5644-454c-9c72-35ae908ffe13 used request id req-e94dc7f1-ec42-4701-8018-3842bbb9ffdf 2018-12-03 16:59:27,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/f9ae2728-a865-453a-bce5-6a43700f5160 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" 2018-12-03 16:59:28,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7035f1f1-0e7a-423e-b61c-985a76f7f942 Date: Mon, 03 Dec 2018 16:59:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}} 2018-12-03 16:59:28,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/f9ae2728-a865-453a-bce5-6a43700f5160 used request id req-7035f1f1-0e7a-423e-b61c-985a76f7f942 2018-12-03 16:59:28,124 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:59:28,125 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:59:28,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T17:59:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Zo12627oRHWExlbLTQlg6w"], "issued_at": "2018-12-03T16:59:28.000000Z"}} 2018-12-03 16:59:28,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed85beeff7030592d54383463793105ea3d22edd" 2018-12-03 16:59:28,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6efee414-8aa3-414c-82f9-a1d15df86660 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:59:28,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6efee414-8aa3-414c-82f9-a1d15df86660 2018-12-03 16:59:28,587 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:59:28,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed85beeff7030592d54383463793105ea3d22edd" 2018-12-03 16:59:28,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-f9e602aa-675e-4d80-acca-461183681349 x-compute-request-id: req-f9e602aa-675e-4d80-acca-461183681349 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 16:59:28,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f9e602aa-675e-4d80-acca-461183681349 2018-12-03 16:59:28,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed85beeff7030592d54383463793105ea3d22edd" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-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-12-03 16:59:28,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-08c5934a-d174-40c3-9515-46959ae25e72 x-compute-request-id: req-08c5934a-d174-40c3-9515-46959ae25e72 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "78507642-67aa-4bf5-943c-796519f56744", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:59:28,815 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-08c5934a-d174-40c3-9515-46959ae25e72 2018-12-03 16:59:28,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:59:28,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:59:29,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b10787af2eb64dab889ea19186a60d97", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj-role"}], "expires_at": "2018-12-03T17:59:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "318be7c28a4c45f7baba8bd5348211f8", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-user", "id": "9b28022cc273436e994d27be948f5bef"}, "audit_ids": ["uEFYJO-ERFmPjcPYCAyhVA"], "issued_at": "2018-12-03T16:59:29.000000Z"}} 2018-12-03 16:59:29,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2b50f616a3e0f6ce16351910821baaa0f59cd69" 2018-12-03 16:59:29,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3fd621e-6ec9-4907-94f7-98865c6528e6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:59:29,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f3fd621e-6ec9-4907-94f7-98865c6528e6 2018-12-03 16:59:29,259 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:59:29,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2b50f616a3e0f6ce16351910821baaa0f59cd69" 2018-12-03 16:59:29,426 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-0326b95e-495e-4f9f-a5f0-f34beac66a1f x-compute-request-id: req-0326b95e-495e-4f9f-a5f0-f34beac66a1f Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 16:59:29,426 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-0326b95e-495e-4f9f-a5f0-f34beac66a1f 2018-12-03 16:59:29,427 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp... 2018-12-03 16:59:29,427 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 16:59:29,492 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp 2018-12-03 16:59:29,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2b50f616a3e0f6ce16351910821baaa0f59cd69" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDITp2fNyxzJ8IChIdbZ6H9zJTVQH7lQe1qaU3hdhuLikCAqL/CVsmWkkobax0OpCPHdVJljbcYRvLOkdhxDmLahHI9gRdwvxEWQUcU/rXuTPjUzbVimmGRUC0G2QKhZb4BF5OamHETZe/rGNg2zGPlCnH5oN21QK89BFyQDp9HQQ==", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp"}}' 2018-12-03 16:59:29,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-956a5896-8767-4c70-a8f8-c166e9aa95bb x-compute-request-id: req-956a5896-8767-4c70-a8f8-c166e9aa95bb Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDITp2fNyxzJ8IChIdbZ6H9zJTVQH7lQe1qaU3hdhuLikCAqL/CVsmWkkobax0OpCPHdVJljbcYRvLOkdhxDmLahHI9gRdwvxEWQUcU/rXuTPjUzbVimmGRUC0G2QKhZb4BF5OamHETZe/rGNg2zGPlCnH5oN21QK89BFyQDp9HQQ==", "user_id": "9b28022cc273436e994d27be948f5bef", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "fingerprint": "fb:b4:60:c9:65:ea:12:ce:ec:1d:28:dc:5d:c8:e3:f2"}} 2018-12-03 16:59:29,552 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-956a5896-8767-4c70-a8f8-c166e9aa95bb 2018-12-03 16:59:29,555 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437.pub 2018-12-03 16:59:29,555 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437 2018-12-03 16:59:29,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:59:29,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:59:29,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b10787af2eb64dab889ea19186a60d97", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj-role"}], "expires_at": "2018-12-03T17:59:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "318be7c28a4c45f7baba8bd5348211f8", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-user", "id": "9b28022cc273436e994d27be948f5bef"}, "audit_ids": ["hKMN70h0TSGqEYjLSSnnQA"], "issued_at": "2018-12-03T16:59:29.000000Z"}} 2018-12-03 16:59:29,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:30,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85aeafbd-2095-45f7-b21f-5b8c2b26177f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:59:30,010 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-85aeafbd-2095-45f7-b21f-5b8c2b26177f 2018-12-03 16:59:30,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:30,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9cd7e697-2761-4691-b656-f321cde6a672 Date: Mon, 03 Dec 2018 16:59:30 GMT RESP BODY: {"security_groups": []} 2018-12-03 16:59:30,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp used request id req-9cd7e697-2761-4691-b656-f321cde6a672 2018-12-03 16:59:30,186 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp... 2018-12-03 16:59:30,187 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp 2018-12-03 16:59:30,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}}' 2018-12-03 16:59:30,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-8667aab9-2600-4fac-b413-388f7bba6700 Date: Mon, 03 Dec 2018 16:59:30 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "updated_at": "2018-12-03T16:59:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "revision_number": 0, "id": "4e71fc9e-91fc-4822-912b-b784e53200d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "revision_number": 0, "id": "78058fa8-d866-472d-bce8-8ce5a7247891", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}], "revision_number": 2, "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}} 2018-12-03 16:59:30,547 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-8667aab9-2600-4fac-b413-388f7bba6700 2018-12-03 16:59:30,547 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb4ec28a-3477-435a-b3fb-f064dd838723 2018-12-03 16:59:30,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb4ec28a-3477-435a-b3fb-f064dd838723 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:30,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-20d92029-7b3f-47bb-9c40-9e0c5ba496be Date: Mon, 03 Dec 2018 16:59: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-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "4e71fc9e-91fc-4822-912b-b784e53200d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "78058fa8-d866-472d-bce8-8ce5a7247891"}]} 2018-12-03 16:59:30,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb4ec28a-3477-435a-b3fb-f064dd838723 used request id req-20d92029-7b3f-47bb-9c40-9e0c5ba496be 2018-12-03 16:59:30,723 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb4ec28a-3477-435a-b3fb-f064dd838723 2018-12-03 16:59:30,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb4ec28a-3477-435a-b3fb-f064dd838723 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:30,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9ea3b7b2-999e-4e47-9189-153a146dfe11 Date: Mon, 03 Dec 2018 16:59: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-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "4e71fc9e-91fc-4822-912b-b784e53200d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "78058fa8-d866-472d-bce8-8ce5a7247891"}]} 2018-12-03 16:59:30,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb4ec28a-3477-435a-b3fb-f064dd838723 used request id req-9ea3b7b2-999e-4e47-9189-153a146dfe11 2018-12-03 16:59:30,907 - neutron_utils - INFO - Retrieving security group with ID - eb4ec28a-3477-435a-b3fb-f064dd838723 2018-12-03 16:59:30,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=eb4ec28a-3477-435a-b3fb-f064dd838723 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:31,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-ba35a51a-dca8-4b6f-9569-55fcee211d9c Date: Mon, 03 Dec 2018 16:59:31 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "updated_at": "2018-12-03T16:59:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "revision_number": 0, "id": "4e71fc9e-91fc-4822-912b-b784e53200d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "revision_number": 0, "id": "78058fa8-d866-472d-bce8-8ce5a7247891", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}], "revision_number": 2, "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}]} 2018-12-03 16:59:31,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=eb4ec28a-3477-435a-b3fb-f064dd838723 used request id req-ba35a51a-dca8-4b6f-9569-55fcee211d9c 2018-12-03 16:59:31,106 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb4ec28a-3477-435a-b3fb-f064dd838723 2018-12-03 16:59:31,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb4ec28a-3477-435a-b3fb-f064dd838723 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:31,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-336fb917-2c13-464e-90d0-8dad24e80d08 Date: Mon, 03 Dec 2018 16:59: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-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "4e71fc9e-91fc-4822-912b-b784e53200d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "78058fa8-d866-472d-bce8-8ce5a7247891"}]} 2018-12-03 16:59:31,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb4ec28a-3477-435a-b3fb-f064dd838723 used request id req-336fb917-2c13-464e-90d0-8dad24e80d08 2018-12-03 16:59:31,140 - neutron_utils - INFO - Retrieving security group with ID - eb4ec28a-3477-435a-b3fb-f064dd838723 2018-12-03 16:59:31,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=eb4ec28a-3477-435a-b3fb-f064dd838723 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:31,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-d32173c4-13d3-4071-bf7f-b229dbc2cb8f Date: Mon, 03 Dec 2018 16:59:31 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "updated_at": "2018-12-03T16:59:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "revision_number": 0, "id": "4e71fc9e-91fc-4822-912b-b784e53200d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "revision_number": 0, "id": "78058fa8-d866-472d-bce8-8ce5a7247891", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}], "revision_number": 2, "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}]} 2018-12-03 16:59:31,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=eb4ec28a-3477-435a-b3fb-f064dd838723 used request id req-d32173c4-13d3-4071-bf7f-b229dbc2cb8f 2018-12-03 16:59:31,331 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb4ec28a-3477-435a-b3fb-f064dd838723 2018-12-03 16:59:31,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb4ec28a-3477-435a-b3fb-f064dd838723 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:31,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c379223a-afc5-4e68-9980-023e10671e74 Date: Mon, 03 Dec 2018 16:59: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-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "4e71fc9e-91fc-4822-912b-b784e53200d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "78058fa8-d866-472d-bce8-8ce5a7247891"}]} 2018-12-03 16:59:31,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb4ec28a-3477-435a-b3fb-f064dd838723 used request id req-c379223a-afc5-4e68-9980-023e10671e74 2018-12-03 16:59:31,511 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp 2018-12-03 16:59:31,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:31,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-56227a4e-60cb-4d64-b482-c0c58cdf8e0b Date: Mon, 03 Dec 2018 16:59:31 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "updated_at": "2018-12-03T16:59:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "revision_number": 0, "id": "4e71fc9e-91fc-4822-912b-b784e53200d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "revision_number": 0, "id": "78058fa8-d866-472d-bce8-8ce5a7247891", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}], "revision_number": 2, "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}]} 2018-12-03 16:59:31,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp used request id req-56227a4e-60cb-4d64-b482-c0c58cdf8e0b 2018-12-03 16:59:31,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:59:31,718 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:59: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:59:31,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:31,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a38b627-ae76-4f7f-9e71-e0821dfc56f6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 16:59:31,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-3a38b627-ae76-4f7f-9e71-e0821dfc56f6 2018-12-03 16:59:31,804 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb4ec28a-3477-435a-b3fb-f064dd838723 2018-12-03 16:59:31,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb4ec28a-3477-435a-b3fb-f064dd838723 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:31,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4ed4dc26-3b4d-4b4e-8ef5-f443c74feb1a Date: Mon, 03 Dec 2018 16:59: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-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "4e71fc9e-91fc-4822-912b-b784e53200d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "78058fa8-d866-472d-bce8-8ce5a7247891"}]} 2018-12-03 16:59:31,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb4ec28a-3477-435a-b3fb-f064dd838723 used request id req-4ed4dc26-3b4d-4b4e-8ef5-f443c74feb1a 2018-12-03 16:59:31,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}4487d98fb87ed82621fc8ebc89035883705b268d" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723"}}' 2018-12-03 16:59:31,983 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-f31a8ef2-2634-4093-bcc0-4891eb62fc8c Date: Mon, 03 Dec 2018 16:59:31 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-12-03T16:59:31Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:31Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "10bc5541-5194-4330-8ea0-e7f75db6b41e"}} 2018-12-03 16:59:31,983 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-f31a8ef2-2634-4093-bcc0-4891eb62fc8c 2018-12-03 16:59:31,984 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp 2018-12-03 16:59:31,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:32,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-383b3f5f-db82-445b-82ee-69ded453a7e4 Date: Mon, 03 Dec 2018 16:59:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "updated_at": "2018-12-03T16:59:31Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:31Z", "revision_number": 0, "id": "10bc5541-5194-4330-8ea0-e7f75db6b41e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:31Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "revision_number": 0, "id": "4e71fc9e-91fc-4822-912b-b784e53200d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "revision_number": 0, "id": "78058fa8-d866-472d-bce8-8ce5a7247891", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}], "revision_number": 3, "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}]} 2018-12-03 16:59:32,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp used request id req-383b3f5f-db82-445b-82ee-69ded453a7e4 2018-12-03 16:59:32,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:32,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a291c04b-a603-418c-a654-a3b29eab5512 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 16:59:32,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-a291c04b-a603-418c-a654-a3b29eab5512 2018-12-03 16:59:32,253 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb4ec28a-3477-435a-b3fb-f064dd838723 2018-12-03 16:59:32,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb4ec28a-3477-435a-b3fb-f064dd838723 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:32,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-8da9d838-4936-4946-b161-9188e807cfa0 Date: Mon, 03 Dec 2018 16:59:32 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-12-03T16:59:31Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:31Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "10bc5541-5194-4330-8ea0-e7f75db6b41e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "4e71fc9e-91fc-4822-912b-b784e53200d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "78058fa8-d866-472d-bce8-8ce5a7247891"}]} 2018-12-03 16:59:32,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb4ec28a-3477-435a-b3fb-f064dd838723 used request id req-8da9d838-4936-4946-b161-9188e807cfa0 2018-12-03 16:59:32,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}4487d98fb87ed82621fc8ebc89035883705b268d" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723"}}' 2018-12-03 16:59:32,582 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-5d7f578b-6f88-4612-a322-cebd860a45f5 Date: Mon, 03 Dec 2018 16:59:32 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-12-03T16:59:32Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": 22, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:32Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "d94afc08-c6ce-4d4d-9b0e-6b0f08908330"}} 2018-12-03 16:59:32,583 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-5d7f578b-6f88-4612-a322-cebd860a45f5 2018-12-03 16:59:32,583 - neutron_utils - INFO - Retrieving security group with ID - eb4ec28a-3477-435a-b3fb-f064dd838723 2018-12-03 16:59:32,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=eb4ec28a-3477-435a-b3fb-f064dd838723 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:32,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-a0895906-791e-421e-bc79-b7427960469d Date: Mon, 03 Dec 2018 16:59:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "updated_at": "2018-12-03T16:59:32Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:31Z", "revision_number": 0, "id": "10bc5541-5194-4330-8ea0-e7f75db6b41e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:31Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "revision_number": 0, "id": "4e71fc9e-91fc-4822-912b-b784e53200d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "revision_number": 0, "id": "78058fa8-d866-472d-bce8-8ce5a7247891", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T16:59:32Z", "revision_number": 0, "id": "d94afc08-c6ce-4d4d-9b0e-6b0f08908330", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:32Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}], "revision_number": 4, "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}]} 2018-12-03 16:59:32,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=eb4ec28a-3477-435a-b3fb-f064dd838723 used request id req-a0895906-791e-421e-bc79-b7427960469d 2018-12-03 16:59:32,780 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb4ec28a-3477-435a-b3fb-f064dd838723 2018-12-03 16:59:32,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb4ec28a-3477-435a-b3fb-f064dd838723 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 16:59:32,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-a1ffa9cb-133b-448e-95f0-4e5d763d44f1 Date: Mon, 03 Dec 2018 16:59:32 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-12-03T16:59:31Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:31Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "10bc5541-5194-4330-8ea0-e7f75db6b41e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "4e71fc9e-91fc-4822-912b-b784e53200d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:59:30Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:30Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "78058fa8-d866-472d-bce8-8ce5a7247891"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-03T16:59:32Z", "security_group_id": "eb4ec28a-3477-435a-b3fb-f064dd838723", "port_range_min": 22, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:32Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "d94afc08-c6ce-4d4d-9b0e-6b0f08908330"}]} 2018-12-03 16:59:32,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=eb4ec28a-3477-435a-b3fb-f064dd838723 used request id req-a1ffa9cb-133b-448e-95f0-4e5d763d44f1 2018-12-03 16:59:32,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:59:32,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:59:33,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b10787af2eb64dab889ea19186a60d97", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj-role"}], "expires_at": "2018-12-03T17:59:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "318be7c28a4c45f7baba8bd5348211f8", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-user", "id": "9b28022cc273436e994d27be948f5bef"}, "audit_ids": ["QkyKGTpBTg-J2IjdDk3Gag"], "issued_at": "2018-12-03T16:59:33.000000Z"}} 2018-12-03 16:59:33,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:33,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca20b9b9-b2e9-4fe0-8618-0f7e15c0cc62 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:59:33,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ca20b9b9-b2e9-4fe0-8618-0f7e15c0cc62 2018-12-03 16:59:33,270 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 16:59:33,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:33,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aaed760-252c-4dbd-9266-589aa5b1b43f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:59:33,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0aaed760-252c-4dbd-9266-589aa5b1b43f 2018-12-03 16:59:33,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:33,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a42fb48d-8e1c-4e00-8284-3ec475417c3e Date: Mon, 03 Dec 2018 16:59: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":["f9ae2728-a865-453a-bce5-6a43700f5160"],"updated_at":"2018-12-03T16:59:17Z","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net"}]} 2018-12-03 16:59:33,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net used request id req-a42fb48d-8e1c-4e00-8284-3ec475417c3e 2018-12-03 16:59:33,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:59:33,598 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:59: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:59:33,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:33,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-699dab6f-b63b-4240-831c-8fe28391fd79 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 16:59:33,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-699dab6f-b63b-4240-831c-8fe28391fd79 2018-12-03 16:59:33,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:33,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4b9473d4-3620-40d6-85b7-0071f33fb44f Date: Mon, 03 Dec 2018 16:59:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 16:59:33,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-4b9473d4-3620-40d6-85b7-0071f33fb44f 2018-12-03 16:59:33,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865&name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:34,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f20f1e3c-d1c6-4437-8158-949496c085d8 Date: Mon, 03 Dec 2018 16:59:34 GMT RESP BODY: {"ports":[]} 2018-12-03 16:59:34,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865&name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1&admin_state_up=True used request id req-f20f1e3c-d1c6-4437-8158-949496c085d8 2018-12-03 16:59:34,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:34,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-98ed2c28-ed4e-40d2-b0bf-778041138871 x-compute-request-id: req-98ed2c28-ed4e-40d2-b0bf-778041138871 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 16:59:34,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst used request id req-98ed2c28-ed4e-40d2-b0bf-778041138871 2018-12-03 16:59:34,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:34,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fac79c2f-0d5c-42cc-a7ed-619e7ff071f0 Date: Mon, 03 Dec 2018 16:59: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":["f9ae2728-a865-453a-bce5-6a43700f5160"],"updated_at":"2018-12-03T16:59:17Z","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net"}]} 2018-12-03 16:59:34,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net used request id req-fac79c2f-0d5c-42cc-a7ed-619e7ff071f0 2018-12-03 16:59:34,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:34,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b48bb6e7-9b91-4b14-bf93-3b6c3bc0f2bb Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 16:59:34,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-b48bb6e7-9b91-4b14-bf93-3b6c3bc0f2bb 2018-12-03 16:59:34,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:34,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e5a4af3f-d8a5-48b7-b3b4-e3c67ebfd537 Date: Mon, 03 Dec 2018 16:59:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 16:59:34,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-e5a4af3f-d8a5-48b7-b3b4-e3c67ebfd537 2018-12-03 16:59:34,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865&name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:35,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-14e55b0e-e92a-46cb-b6e7-d997dd49c52f Date: Mon, 03 Dec 2018 16:59:35 GMT RESP BODY: {"ports":[]} 2018-12-03 16:59:35,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865&name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1&admin_state_up=True used request id req-14e55b0e-e92a-46cb-b6e7-d997dd49c52f 2018-12-03 16:59:35,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 16:59:35,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 16:59:35,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b10787af2eb64dab889ea19186a60d97", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj-role"}], "expires_at": "2018-12-03T17:59:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "318be7c28a4c45f7baba8bd5348211f8", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/318be7c28a4c45f7baba8bd5348211f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-user", "id": "9b28022cc273436e994d27be948f5bef"}, "audit_ids": ["whuPdyK_REKdOHlxhcHdMg"], "issued_at": "2018-12-03T16:59:35.000000Z"}} 2018-12-03 16:59:35,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd95be07ff95b584d27f0cfc1ddd15c300f37230" 2018-12-03 16:59:35,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1877c1fc-0cd5-459f-9e14-e901d9838045 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 16:59:35,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1877c1fc-0cd5-459f-9e14-e901d9838045 2018-12-03 16:59:35,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:35,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-90629a67-61bc-4b72-a277-c1b6dfab920d Date: Mon, 03 Dec 2018 16:59: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":["f9ae2728-a865-453a-bce5-6a43700f5160"],"updated_at":"2018-12-03T16:59:17Z","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net"}]} 2018-12-03 16:59:35,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net used request id req-90629a67-61bc-4b72-a277-c1b6dfab920d 2018-12-03 16:59:35,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:35,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b842d997-b19f-4b44-a182-40d14a9664a6 Date: Mon, 03 Dec 2018 16:59:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 16:59:35,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-b842d997-b19f-4b44-a182-40d14a9664a6 2018-12-03 16:59:35,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:36,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ec963ba6-4a83-4af0-822e-28f1b7085384 Date: Mon, 03 Dec 2018 16: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":["f9ae2728-a865-453a-bce5-6a43700f5160"],"updated_at":"2018-12-03T16:59:17Z","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net"}]} 2018-12-03 16:59:36,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net used request id req-ec963ba6-4a83-4af0-822e-28f1b7085384 2018-12-03 16:59:36,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 16:59:36,082 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 16:59: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 16:59:36,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd95be07ff95b584d27f0cfc1ddd15c300f37230" 2018-12-03 16:59:36,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8fbc94f-cf53-4211-8be9-a88ca4357fd2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 16:59:36,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-d8fbc94f-cf53-4211-8be9-a88ca4357fd2 2018-12-03 16:59:36,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:36,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-df0a3cc0-6ab4-4fbf-a19e-e3eb44ffdbb5 Date: Mon, 03 Dec 2018 16:59:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 16:59:36,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-df0a3cc0-6ab4-4fbf-a19e-e3eb44ffdbb5 2018-12-03 16:59:36,366 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net 2018-12-03 16:59:36,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" -d '{"port": {"network_id": "c75d4a0d-ad83-4c1b-a03d-3aeb6e788865", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1", "admin_state_up": true}}' 2018-12-03 16:59:37,125 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-8b692be1-c6c4-402c-b8aa-33f38633175a Date: Mon, 03 Dec 2018 16:59:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.13"}],"id":"2b33a912-fe9d-4374-ad95-7b9ae22336f6","security_groups":["5df1072d-af61-448f-b120-14eb90c9a756"],"mac_address":"fa:16:3e:51:7e:3d","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1","project_id":"318be7c28a4c45f7baba8bd5348211f8","qos_policy_id":null,"admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:36Z","binding:vnic_type":"normal"}} 2018-12-03 16:59:37,125 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-8b692be1-c6c4-402c-b8aa-33f38633175a 2018-12-03 16:59:37,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:37,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-92d8160f-5d36-4c69-9de5-a8fbff5ad700 Date: Mon, 03 Dec 2018 16: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":["f9ae2728-a865-453a-bce5-6a43700f5160"],"updated_at":"2018-12-03T16:59:17Z","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net"}]} 2018-12-03 16:59:37,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net used request id req-92d8160f-5d36-4c69-9de5-a8fbff5ad700 2018-12-03 16:59:37,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:37,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55798e0a-b92c-4583-86b0-ea340fd75a2c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 16:59:37,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-55798e0a-b92c-4583-86b0-ea340fd75a2c 2018-12-03 16:59:37,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:37,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-561dd839-619a-4379-a96c-7525424bb802 Date: Mon, 03 Dec 2018 16:59:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 16:59:37,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-561dd839-619a-4379-a96c-7525424bb802 2018-12-03 16:59:37,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865&name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:37,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-961fd582-def3-4135-b24a-646610ff2a96 Date: Mon, 03 Dec 2018 16:59:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.13"}],"id":"2b33a912-fe9d-4374-ad95-7b9ae22336f6","security_groups":["5df1072d-af61-448f-b120-14eb90c9a756"],"mac_address":"fa:16:3e:51:7e:3d","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:36Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 16:59:37,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865&name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1&admin_state_up=True used request id req-961fd582-def3-4135-b24a-646610ff2a96 2018-12-03 16:59:37,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:37,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-377478ce-0cb8-43d0-8169-327cad36d7d2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 16:59:37,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-377478ce-0cb8-43d0-8169-327cad36d7d2 2018-12-03 16:59:37,824 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst 2018-12-03 16:59:37,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:37,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-4fbf168c-e9ab-4cb9-84d3-34fd02eccf7b x-compute-request-id: req-4fbf168c-e9ab-4cb9-84d3-34fd02eccf7b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-flavor-name"}]} 2018-12-03 16:59:37,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4fbf168c-e9ab-4cb9-84d3-34fd02eccf7b 2018-12-03 16:59:37,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/78507642-67aa-4bf5-943c-796519f56744 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:37,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-18cb8edf-fdea-49bc-a190-73f535d655b2 x-compute-request-id: req-18cb8edf-fdea-49bc-a190-73f535d655b2 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "78507642-67aa-4bf5-943c-796519f56744", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 16:59:37,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/78507642-67aa-4bf5-943c-796519f56744 used request id req-18cb8edf-fdea-49bc-a190-73f535d655b2 2018-12-03 16:59:37,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:38,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-21697614-e6fd-4909-bf32-a64b32f51240 Date: Mon, 03 Dec 2018 16:59:38 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T16:59:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T16:59:14Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e0aa1e41-745f-4485-9570-07339d859899/snap", "metadata": {}}], "self": "/v2/images/e0aa1e41-745f-4485-9570-07339d859899", "min_disk": 0, "protected": false, "id": "e0aa1e41-745f-4485-9570-07339d859899", "file": "/v2/images/e0aa1e41-745f-4485-9570-07339d859899/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "318be7c28a4c45f7baba8bd5348211f8", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e0aa1e41-745f-4485-9570-07339d859899/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image"} 2018-12-03 16:59:38,042 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image used request id req-21697614-e6fd-4909-bf32-a64b32f51240 2018-12-03 16:59:38,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:38,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5a873a08-0389-481f-9b0f-6c372bb405d4 Date: Mon, 03 Dec 2018 16:59: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-12-03 16:59:38,282 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-5a873a08-0389-481f-9b0f-6c372bb405d4 2018-12-03 16:59:38,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "imageRef": "e0aa1e41-745f-4485-9570-07339d859899", "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "flavorRef": "78507642-67aa-4bf5-943c-796519f56744", "max_count": 1, "min_count": 1, "networks": [{"port": "2b33a912-fe9d-4374-ad95-7b9ae22336f6"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}]}}' 2018-12-03 16:59:40,177 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:59: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-fa5d530e-3fe8-4bb2-935b-e24b985d9606 x-compute-request-id: req-fa5d530e-3fe8-4bb2-935b-e24b985d9606 Content-Length: 444 location: http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "adminPass": "nE8RdJiYCKB8"}} 2018-12-03 16:59:40,177 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-fa5d530e-3fe8-4bb2-935b-e24b985d9606 2018-12-03 16:59:40,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:40,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-8ce47d30-d97b-4f2c-aa61-97800a0cccd5 x-compute-request-id: req-8ce47d30-d97b-4f2c-aa61-97800a0cccd5 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "user_id": "9b28022cc273436e994d27be948f5bef", "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-12-03T16:59:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:59:40,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-8ce47d30-d97b-4f2c-aa61-97800a0cccd5 2018-12-03 16:59:40,409 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst 2018-12-03 16:59:40,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:40,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-d4665b22-2f47-4835-8a02-608ce8c729d9 x-compute-request-id: req-d4665b22-2f47-4835-8a02-608ce8c729d9 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "user_id": "9b28022cc273436e994d27be948f5bef", "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-12-03T16:59:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:59:40,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-d4665b22-2f47-4835-8a02-608ce8c729d9 2018-12-03 16:59:40,724 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst] is - BUILD 2018-12-03 16:59:40,724 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:59:43,728 - create_instance - DEBUG - VM status query timeout in 896.681749821 2018-12-03 16:59:43,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:44,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-89139265-1c4d-4c37-b63e-fe91026882cd x-compute-request-id: req-89139265-1c4d-4c37-b63e-fe91026882cd 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.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "security_groups": [{"name": "default"}], "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T16:59:41Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:59:44,423 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-89139265-1c4d-4c37-b63e-fe91026882cd 2018-12-03 16:59:44,423 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst] is - BUILD 2018-12-03 16:59:44,424 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 16:59:47,427 - create_instance - DEBUG - VM status query timeout in 892.982632875 2018-12-03 16:59:47,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:48,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-1a970ef3-cc13-4a23-9b02-0a9b9ee2696a x-compute-request-id: req-1a970ef3-cc13-4a23-9b02-0a9b9ee2696a Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:59:47.000000", "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "security_groups": [{"name": "default"}], "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:59:47Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:59:48,090 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-1a970ef3-cc13-4a23-9b02-0a9b9ee2696a 2018-12-03 16:59:48,090 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst] is - ACTIVE 2018-12-03 16:59:48,090 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:59:48,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:48,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-6c67e2dd-bd04-4675-a41e-8141b1dcd31a x-compute-request-id: req-6c67e2dd-bd04-4675-a41e-8141b1dcd31a Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:59:47.000000", "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "security_groups": [{"name": "default"}], "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:59:47Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:59:48,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-6c67e2dd-bd04-4675-a41e-8141b1dcd31a 2018-12-03 16:59:48,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:48,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bc288d3c-c299-4e7f-b7a7-5ee6cdea92e3 Date: Mon, 03 Dec 2018 16:59: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":["f9ae2728-a865-453a-bce5-6a43700f5160"],"updated_at":"2018-12-03T16:59:17Z","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net"}]} 2018-12-03 16:59:48,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net used request id req-bc288d3c-c299-4e7f-b7a7-5ee6cdea92e3 2018-12-03 16:59:48,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:49,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b046b0d-0bcb-4ff3-94ed-b11134cec509 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 16:59:49,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-6b046b0d-0bcb-4ff3-94ed-b11134cec509 2018-12-03 16:59:49,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:49,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-db787d85-d107-4fe5-8451-ead05a00ea4c Date: Mon, 03 Dec 2018 16:59:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 16:59:49,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-db787d85-d107-4fe5-8451-ead05a00ea4c 2018-12-03 16:59:49,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:49,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-8994e0da-b72a-4223-bdc0-8634a9a7e7bf Date: Mon, 03 Dec 2018 16:59:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.2"}],"id":"13c5f8eb-ae9f-40ba-a1eb-aff845124eb9","security_groups":[],"mac_address":"fa:16:3e:9f:1a:14","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.13"}],"id":"2b33a912-fe9d-4374-ad95-7b9ae22336f6","security_groups":["5df1072d-af61-448f-b120-14eb90c9a756"],"mac_address":"fa:16:3e:51:7e:3d","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:36Z","binding:vnic_type":"normal","device_id":"be0ac8fc-5aa3-4c6d-969a-8b67303a30d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.1"}],"id":"a2b7dcff-5e25-4624-9461-87efb018c522","security_groups":[],"mac_address":"fa:16:3e:5e:ef:9e","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:26Z","binding:vnic_type":"normal","device_id":"aa72e86b-5644-454c-9c72-35ae908ffe13"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.3"}],"id":"ab068e32-4cd1-4fa1-9ab7-9c82ded30fec","security_groups":[],"mac_address":"fa:16:3e:a3:c8:25","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.4"}],"id":"c86a1835-e1ab-4ea8-9984-db2c59508e64","security_groups":[],"mac_address":"fa:16:3e:9a:f9:07","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"}]} 2018-12-03 16:59:49,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-8994e0da-b72a-4223-bdc0-8634a9a7e7bf 2018-12-03 16:59:49,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:49,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-337af22c-7c7f-47c5-a9f1-3c7b26bd8e62 x-compute-request-id: req-337af22c-7c7f-47c5-a9f1-3c7b26bd8e62 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:59:47.000000", "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "security_groups": [{"name": "default"}], "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:59:47Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:59:49,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-337af22c-7c7f-47c5-a9f1-3c7b26bd8e62 2018-12-03 16:59:49,947 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst] is - ACTIVE 2018-12-03 16:59:49,947 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:59:49,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:50,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-214f91ff-ea1a-4688-aed4-89d070a62a88 x-compute-request-id: req-214f91ff-ea1a-4688-aed4-89d070a62a88 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:59:47.000000", "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "security_groups": [{"name": "default"}], "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:59:47Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:59:50,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-214f91ff-ea1a-4688-aed4-89d070a62a88 2018-12-03 16:59:50,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:50,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0e4991c1-1678-4486-88af-9b853c46a380 Date: Mon, 03 Dec 2018 16:59: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":["f9ae2728-a865-453a-bce5-6a43700f5160"],"updated_at":"2018-12-03T16:59:17Z","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net"}]} 2018-12-03 16:59:50,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net used request id req-0e4991c1-1678-4486-88af-9b853c46a380 2018-12-03 16:59:50,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:50,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e8693e1-2453-47bb-91e9-f3d2dc0a9cce Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 16:59:50,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-6e8693e1-2453-47bb-91e9-f3d2dc0a9cce 2018-12-03 16:59:50,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:50,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ccab57f9-5190-43d9-a983-7af5047cd18a Date: Mon, 03 Dec 2018 16:59:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 16:59:50,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-ccab57f9-5190-43d9-a983-7af5047cd18a 2018-12-03 16:59:50,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:51,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-056e869e-a3e8-4da6-99d6-a312268b80b2 Date: Mon, 03 Dec 2018 16:59:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.2"}],"id":"13c5f8eb-ae9f-40ba-a1eb-aff845124eb9","security_groups":[],"mac_address":"fa:16:3e:9f:1a:14","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.13"}],"id":"2b33a912-fe9d-4374-ad95-7b9ae22336f6","security_groups":["5df1072d-af61-448f-b120-14eb90c9a756"],"mac_address":"fa:16:3e:51:7e:3d","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:36Z","binding:vnic_type":"normal","device_id":"be0ac8fc-5aa3-4c6d-969a-8b67303a30d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.1"}],"id":"a2b7dcff-5e25-4624-9461-87efb018c522","security_groups":[],"mac_address":"fa:16:3e:5e:ef:9e","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:26Z","binding:vnic_type":"normal","device_id":"aa72e86b-5644-454c-9c72-35ae908ffe13"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.3"}],"id":"ab068e32-4cd1-4fa1-9ab7-9c82ded30fec","security_groups":[],"mac_address":"fa:16:3e:a3:c8:25","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.4"}],"id":"c86a1835-e1ab-4ea8-9984-db2c59508e64","security_groups":[],"mac_address":"fa:16:3e:9a:f9:07","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"}]} 2018-12-03 16:59:51,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-056e869e-a3e8-4da6-99d6-a312268b80b2 2018-12-03 16:59:51,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}}' 2018-12-03 16:59:52,141 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 16:59:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf230d6c-ddec-4c58-9cb2-e5643313bb84 x-compute-request-id: req-cf230d6c-ddec-4c58-9cb2-e5643313bb84 Content-Length: 0 Content-Type: application/json 2018-12-03 16:59:52,141 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6/action used request id req-cf230d6c-ddec-4c58-9cb2-e5643313bb84 2018-12-03 16:59:52,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:52,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-1ca24b3d-0f3f-4740-a147-8b24d03bd0ef Date: Mon, 03 Dec 2018 16:59:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:20Z", "admin_state_up": true, "updated_at": "2018-12-03T16:59:26Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "aa72e86b-5644-454c-9c72-35ae908ffe13", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router"}]} 2018-12-03 16:59:52,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router used request id req-1ca24b3d-0f3f-4740-a147-8b24d03bd0ef 2018-12-03 16:59:52,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:52,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-698f23dd-cae6-44c6-8f0f-bd4d046e2db3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 16:59:52,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-698f23dd-cae6-44c6-8f0f-bd4d046e2db3 2018-12-03 16:59:52,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=aa72e86b-5644-454c-9c72-35ae908ffe13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:52,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-8ae722dd-d337-4761-ab47-9d59499e742c Date: Mon, 03 Dec 2018 16:59:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.1"}],"id":"a2b7dcff-5e25-4624-9461-87efb018c522","security_groups":[],"mac_address":"fa:16:3e:5e:ef:9e","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:26Z","binding:vnic_type":"normal","device_id":"aa72e86b-5644-454c-9c72-35ae908ffe13"}]} 2018-12-03 16:59:52,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=aa72e86b-5644-454c-9c72-35ae908ffe13 used request id req-8ae722dd-d337-4761-ab47-9d59499e742c 2018-12-03 16:59:52,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/f9ae2728-a865-453a-bce5-6a43700f5160 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:52,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-34d6b668-620d-49eb-ba7e-6e1c8be6167c Date: Mon, 03 Dec 2018 16:59:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}} 2018-12-03 16:59:52,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/f9ae2728-a865-453a-bce5-6a43700f5160 used request id req-34d6b668-620d-49eb-ba7e-6e1c8be6167c 2018-12-03 16:59:52,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:52,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-817b9d9d-1909-4db8-9a27-c27b09eb320d Date: Mon, 03 Dec 2018 16:59:52 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:59:52,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-817b9d9d-1909-4db8-9a27-c27b09eb320d 2018-12-03 16:59:52,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:52,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e9c15f3f-277a-43cb-8007-ff5fea9f6e49 Date: Mon, 03 Dec 2018 16:59:52 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:59:52,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-e9c15f3f-277a-43cb-8007-ff5fea9f6e49 2018-12-03 16:59:52,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:52,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-c869b513-e0cd-41a0-b39a-0076fb6d464c x-compute-request-id: req-c869b513-e0cd-41a0-b39a-0076fb6d464c Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:59:47.000000", "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}], "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:59:47Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:59:52,945 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-c869b513-e0cd-41a0-b39a-0076fb6d464c 2018-12-03 16:59:52,945 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst] is - ACTIVE 2018-12-03 16:59:52,946 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:59:52,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:53,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-0f507a09-bed5-46ba-9391-3ba32fbae4e3 x-compute-request-id: req-0f507a09-bed5-46ba-9391-3ba32fbae4e3 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:59:47.000000", "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}], "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:59:47Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:59:53,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-0f507a09-bed5-46ba-9391-3ba32fbae4e3 2018-12-03 16:59:53,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:53,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7eead769-e23c-4ad6-a221-6bf7014a2879 Date: Mon, 03 Dec 2018 16:59: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":["f9ae2728-a865-453a-bce5-6a43700f5160"],"updated_at":"2018-12-03T16:59:17Z","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net"}]} 2018-12-03 16:59:53,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net used request id req-7eead769-e23c-4ad6-a221-6bf7014a2879 2018-12-03 16:59:53,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:53,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7abda9c-5e95-4539-888f-06cf7dcc0f0b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 16:59:53,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-b7abda9c-5e95-4539-888f-06cf7dcc0f0b 2018-12-03 16:59:53,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:53,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d3a213b1-022d-4df7-a416-a076839ae274 Date: Mon, 03 Dec 2018 16:59:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 16:59:53,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-d3a213b1-022d-4df7-a416-a076839ae274 2018-12-03 16:59:53,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:53,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-171a45da-6ac0-48ff-b5bd-e6d08ca6d747 Date: Mon, 03 Dec 2018 16:59:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.2"}],"id":"13c5f8eb-ae9f-40ba-a1eb-aff845124eb9","security_groups":[],"mac_address":"fa:16:3e:9f:1a:14","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:51Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.13"}],"id":"2b33a912-fe9d-4374-ad95-7b9ae22336f6","security_groups":["5df1072d-af61-448f-b120-14eb90c9a756","eb4ec28a-3477-435a-b3fb-f064dd838723"],"mac_address":"fa:16:3e:51:7e:3d","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:36Z","binding:vnic_type":"normal","device_id":"be0ac8fc-5aa3-4c6d-969a-8b67303a30d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.1"}],"id":"a2b7dcff-5e25-4624-9461-87efb018c522","security_groups":[],"mac_address":"fa:16:3e:5e:ef:9e","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:26Z","binding:vnic_type":"normal","device_id":"aa72e86b-5644-454c-9c72-35ae908ffe13"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.3"}],"id":"ab068e32-4cd1-4fa1-9ab7-9c82ded30fec","security_groups":[],"mac_address":"fa:16:3e:a3:c8:25","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.4"}],"id":"c86a1835-e1ab-4ea8-9984-db2c59508e64","security_groups":[],"mac_address":"fa:16:3e:9a:f9:07","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"}]} 2018-12-03 16:59:53,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-171a45da-6ac0-48ff-b5bd-e6d08ca6d747 2018-12-03 16:59:53,776 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-03 16:59:53,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:53,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-0d65f8a5-cbba-4baa-83e7-36c8b0c10f28 Date: Mon, 03 Dec 2018 16:59:53 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 16:59:53,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-0d65f8a5-cbba-4baa-83e7-36c8b0c10f28 2018-12-03 16:59:53,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:53,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-58cdc776-4423-478d-96f3-f8b3926934c1 Date: Mon, 03 Dec 2018 16:59:53 GMT RESP BODY: {"subnets":[]} 2018-12-03 16:59:53,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-58cdc776-4423-478d-96f3-f8b3926934c1 2018-12-03 16:59:53,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" -d '{"floatingip": {"floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "port_id": "2b33a912-fe9d-4374-ad95-7b9ae22336f6"}}' 2018-12-03 16:59:56,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-455c1b54-4206-4fcd-b175-651a7b4a1db7 Date: Mon, 03 Dec 2018 16:59:56 GMT RESP BODY: {"floatingip": {"router_id": "aa72e86b-5644-454c-9c72-35ae908ffe13", "status": "DOWN", "description": "", "tags": [], "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:55Z", "updated_at": "2018-12-03T16:59:55Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.55.1.13", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "318be7c28a4c45f7baba8bd5348211f8", "port_id": "2b33a912-fe9d-4374-ad95-7b9ae22336f6", "id": "4db2fe48-49fe-4e61-b760-34400de0da92"}} 2018-12-03 16:59:56,290 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-455c1b54-4206-4fcd-b175-651a7b4a1db7 2018-12-03 16:59:56,291 - create_instance - INFO - Created floating IP 172.30.9.204 via router - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router 2018-12-03 16:59:56,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:56,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-10bca8ad-c81c-4f56-a99d-084df2c76e3e x-compute-request-id: req-10bca8ad-c81c-4f56-a99d-084df2c76e3e Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:59:47.000000", "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}], "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:59:47Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:59:56,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-10bca8ad-c81c-4f56-a99d-084df2c76e3e 2018-12-03 16:59:56,607 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst] is - ACTIVE 2018-12-03 16:59:56,607 - create_instance - INFO - VM is - ACTIVE 2018-12-03 16:59:56,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:57,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-97ae088d-07df-4c98-92f3-29780e68ff73 x-compute-request-id: req-97ae088d-07df-4c98-92f3-29780e68ff73 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:59:47.000000", "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}], "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:59:47Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:59:57,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-97ae088d-07df-4c98-92f3-29780e68ff73 2018-12-03 16:59:57,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:57,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-404abc9a-210e-4683-aa55-c319ae0b0dcd Date: Mon, 03 Dec 2018 16:59: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":["f9ae2728-a865-453a-bce5-6a43700f5160"],"updated_at":"2018-12-03T16:59:17Z","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net"}]} 2018-12-03 16:59:57,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net used request id req-404abc9a-210e-4683-aa55-c319ae0b0dcd 2018-12-03 16:59:57,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:57,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d16754b-d91a-4eef-8fa3-b7f333203885 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 16:59:57,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-0d16754b-d91a-4eef-8fa3-b7f333203885 2018-12-03 16:59:57,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:57,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-951cbd5d-2f1b-4ee7-a2a9-a07d1a5fbfd4 Date: Mon, 03 Dec 2018 16:59:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 16:59:57,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-951cbd5d-2f1b-4ee7-a2a9-a07d1a5fbfd4 2018-12-03 16:59:57,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:58,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-f742a5e5-90f8-4e86-86fc-1c7966f40587 Date: Mon, 03 Dec 2018 16:59:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.2"}],"id":"13c5f8eb-ae9f-40ba-a1eb-aff845124eb9","security_groups":[],"mac_address":"fa:16:3e:9f:1a:14","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:51Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.13"}],"id":"2b33a912-fe9d-4374-ad95-7b9ae22336f6","security_groups":["5df1072d-af61-448f-b120-14eb90c9a756","eb4ec28a-3477-435a-b3fb-f064dd838723"],"mac_address":"fa:16:3e:51:7e:3d","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:36Z","binding:vnic_type":"normal","device_id":"be0ac8fc-5aa3-4c6d-969a-8b67303a30d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.1"}],"id":"a2b7dcff-5e25-4624-9461-87efb018c522","security_groups":[],"mac_address":"fa:16:3e:5e:ef:9e","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:26Z","binding:vnic_type":"normal","device_id":"aa72e86b-5644-454c-9c72-35ae908ffe13"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.3"}],"id":"ab068e32-4cd1-4fa1-9ab7-9c82ded30fec","security_groups":[],"mac_address":"fa:16:3e:a3:c8:25","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.4"}],"id":"c86a1835-e1ab-4ea8-9984-db2c59508e64","security_groups":[],"mac_address":"fa:16:3e:9a:f9:07","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"}]} 2018-12-03 16:59:58,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-f742a5e5-90f8-4e86-86fc-1c7966f40587 2018-12-03 16:59:58,020 - create_instance_tests - INFO - Looking for IP 10.55.1.13 in the console log 2018-12-03 16:59:58,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 16:59:58,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-cc070151-f15d-4725-93f6-4216ef7b56c9 x-compute-request-id: req-cc070151-f15d-4725-93f6-4216ef7b56c9 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:59:47.000000", "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}], "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:59:47Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 16:59:58,491 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-cc070151-f15d-4725-93f6-4216ef7b56c9 2018-12-03 16:59:58,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 16:59:59,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-24380982-eaca-435d-a2cc-8138c0b6b50b x-compute-request-id: req-24380982-eaca-435d-a2cc-8138c0b6b50b Content-Encoding: gzip Content-Length: 9602 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 503196488 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.142091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.143976] pid_max: default: 32768 minimum: 301\n[ 0.145002] ACPI: Core revision 20150930\n[ 0.146526] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148017] Security Framework initialized\n[ 0.148918] Yama: becoming mindful.\n[ 0.149770] AppArmor: AppArmor initialized\n[ 0.150710] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152190] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.153638] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.154986] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.156558] Initializing cgroup subsys io\n[ 0.157514] Initializing cgroup subsys memory\n[ 0.158490] Initializing cgroup subsys devices\n[ 0.159463] Initializing cgroup subsys freezer\n[ 0.160433] Initializing cgroup subsys net_cls\n[ 0.161455] Initializing cgroup subsys perf_event\n[ 0.162483] Initializing cgroup subsys net_prio\n[ 0.163466] Initializing cgroup subsys hugetlb\n[ 0.164426] Initializing cgroup subsys pids\n[ 0.165438] CPU: Physical Processor ID: 0\n[ 0.167064] mce: CPU supports 10 MCE banks\n[ 0.168032] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169198] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178534] ftrace: allocating 31920 entries in 125 pages\n[ 0.205704] smpboot: Max logical packages: 2\n[ 0.206705] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208054] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.209597] x2apic enabled\n[ 0.210488] Switched APIC routing to physical x2apic.\n[ 0.212376] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213836] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216315] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218606] KVM setup paravirtual spinlock\n[ 0.220219] x86: Booting SMP configuration:\n[ 0.221198] .... node #0, CPUs: #1\n[ 0.222078] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.245097] x86: Booted up 1 node, 2 CPUs\n[ 0.245102] KVM setup async PF for cpu 1\n[ 0.245105] kvm-stealtime: cpu 1, msr f90d940\n[ 0.247624] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.249254] devtmpfs: initialized\n[ 0.250960] evm: security.selinux\n[ 0.251639] evm: security.SMACK64\n[ 0.252307] evm: security.SMACK64EXEC\n[ 0.253029] evm: security.SMACK64TRANSMUTE\n[ 0.253823] evm: security.SMACK64MMAP\n[ 0.254550] evm: security.ima\n[ 0.255172] evm: security.capability\n[ 0.256074] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257957] pinctrl core: initialized pinctrl subsystem\n[ 0.259029] RTC time: 16:59:47, date: 12/03/18\n[ 0.260019] NET: Registered protocol family 16\n[ 0.269912] cpuidle: using governor ladder\n[ 0.282011] cpuidle: using governor menu\n[ 0.282805] PCCT header not found.\n[ 0.283610] ACPI: bus type PCI registered\n[ 0.284393] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.285614] PCI: Using configuration type 1 for base access\n[ 0.299069] ACPI: Added _OSI(Module Device)\n[ 0.299897] ACPI: Added _OSI(Processor Device)\n[ 0.300730] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.301602] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.303954] ACPI: Interpreter enabled\n[ 0.304710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.306502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.308291] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.310072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.311864] ACPI: (supports S0 S5)\n[ 0.312550] ACPI: Using IOAPIC for interrupt routing\n[ 0.313606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.316946] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.318054] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.319248] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.320403] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.322785] acpiphp: Slot [3] registered\n[ 0.323561] acpiphp: Slot [4] registered\n[ 0.324329] acpiphp: Slot [5] registered\n[ 0.325112] acpiphp: Slot [6] registered\n[ 0.325876] acpiphp: Slot [7] registered\n[ 0.326646] acpiphp: Slot [8] registered\n[ 0.327415] acpiphp: Slot [9] registered\n[ 0.328174] acpiphp: Slot [10] registered\n[ 0.338760] acpiphp: Slot [11] registered\n[ 0.339553] acpiphp: Slot [12] registered\n[ 0.340325] acpiphp: Slot [13] registered\n[ 0.341098] acpiphp: Slot [14] registered\n[ 0.341871] acpiphp: Slot [15] registered\n[ 0.342645] acpiphp: Slot [16] registered\n[ 0.343423] acpiphp: Slot [17] registered\n[ 0.344193] acpiphp: Slot [18] registered\n[ 0.344965] acpiphp: Slot [19] registered\n[ 0.345737] acpiphp: Slot [20] registered\n[ 0.346509] acpiphp: Slot [21] registered\n[ 0.347276] acpiphp: Slot [22] registered\n[ 0.348055] acpiphp: Slot [23] registered\n[ 0.348830] acpiphp: Slot [24] registered\n[ 0.349600] acpiphp: Slot [25] registered\n[ 0.350366] acpiphp: Slot [26] registered\n[ 0.351136] acpiphp: Slot [27] registered\n[ 0.351909] acpiphp: Slot [28] registered\n[ 0.352686] acpiphp: Slot [29] registered\n[ 0.353457] acpiphp: Slot [30] registered\n[ 0.354225] acpiphp: Slot [31] registered\n[ 0.354993] PCI host bridge to bus 0000:00\n[ 0.355764] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.356918] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359449] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.360826] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367021] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.368232] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.369351] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.370557] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377380] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.378754] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428018] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.430792] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.432132] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.433460] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.434695] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.435926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.436932] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.438398] vgaarb: loaded\n[ 0.438978] vgaarb: bridge control possible 0000:00:02.0\n[ 0.440099] SCSI subsystem initialized\n[ 0.440921] ACPI: bus type USB registered\n[ 0.441707] usbcore: registered new interface driver usbfs\n[ 0.442689] usbcore: registered new interface driver hub\n[ 0.443649] usbcore: registered new device driver usb\n[ 0.444792] PCI: Using ACPI for IRQ routing\n[ 0.445794] NetLabel: Initializing\n[ 0.446479] NetLabel: domain hash size = 128\n[ 0.447289] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.448196] NetLabel: unlabeled traffic allowed by default\n[ 0.449342] clocksource: Switched to clocksource kvm-clock\n[ 0.455439] AppArmor: AppArmor Filesystem Enabled\n[ 0.456357] pnp: PnP ACPI init\n[ 0.457266] pnp: PnP ACPI: found 5 devices\n[ 0.464634] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.466267] NET: Registered protocol family 2\n[ 0.467221] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.468436] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.469581] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.470709] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.471729] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.472834] NET: Registered protocol family 1\n[ 0.473664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.474700] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.475716] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.494276] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.513045] Trying to unpack rootfs image as initramfs...\n[ 0.563677] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.577785] Scanning for low memory corruption every 60 seconds\n[ 0.579202] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.580315] audit: initializing netlink subsys (disabled)\n[ 0.581303] audit: type=2000 audit(1543856388.132:1): initialized\n[ 0.582601] Initialise system trusted keyring\n[ 0.583596] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584717] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586801] zbud: loaded\n[ 0.587577] VFS: Disk quotas dquot_6.6.0\n[ 0.588368] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.590279] fuse init (API version 7.23)\n[ 0.591809] Key type big_key registered\n[ 0.593166] Allocating IMA MOK and blacklist keyrings.\n[ 0.595451] Key type asymmetric registered\n[ 0.596854] Asymmetric key parser 'x509' registered\n[ 0.598540] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.606416] io scheduler noop registered\n[ 0.607345] io scheduler deadline registered (default)\n[ 0.608792] io scheduler cfq registered\n[ 0.609858] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.611610] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.612860] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.614275] ACPI: Power Button [PWRF]\n[ 0.615247] GHES: HEST is not enabled!\n[ 0.638238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.675859] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.678468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.702695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.705308] Linux agpgart interface v0.103\n[ 0.708870] brd: module loaded\n[ 0.710338] loop: module loaded\n[ 0.715225] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716820] GPT:90111 != 20971519\n[ 0.717550] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718708] GPT:90111 != 20971519\n[ 0.719427] GPT: Use GNU Parted to correct GPT errors.\n[ 0.720426] vda: vda1 vda15\n[ 0.722167] scsi host0: ata_piix\n[ 0.723030] scsi host1: ata_piix\n[ 0.723778] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.725055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.726427] libphy: Fixed MDIO Bus: probed\n[ 0.727375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728495] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730697] PPP generic driver version 2.4.2\n[ 0.732019] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733513] ehci-pci: EHCI PCI platform driver\n[ 0.734584] ehci-platform: EHCI generic platform driver\n[ 0.735786] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.737162] ohci-pci: OHCI PCI platform driver\n[ 0.738254] ohci-platform: OHCI generic platform driver\n[ 0.760232] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.779228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780292] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781886] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782983] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.784099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.785276] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786662] usb usb1: Product: UHCI Host Controller\n[ 0.787568] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.788667] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.789812] hub 1-0:1.0: USB hub found\n[ 0.790573] hub 1-0:1.0: 2 ports detected\n[ 0.791595] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.793923] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.794883] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.796019] mousedev: PS/2 mouse device common for all mice\n[ 0.797310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.799190] rtc_cmos 00:00: RTC can wake from S4\n[ 0.800322] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.801502] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.802668] i2c /dev entries driver\n[ 0.803419] device-mapper: uevent: version 1.0.3\n[ 0.804379] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805997] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.807376] NET: Registered protocol family 10\n[ 0.808616] NET: Registered protocol family 17\n[ 0.809610] Key type dns_resolver registered\n[ 0.810768] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.812046] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.814042] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816345] registered taskstats version 1\n[ 0.817420] Loading compiled-in X.509 certificates\n[ 0.819155] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821629] zswap: loaded using pool lzo/zbud\n[ 0.823583] Key type trusted registered\n[ 0.825460] Key type encrypted registered\n[ 0.826354] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.827484] ima: No TPM chip found, activating TPM-bypass!\n[ 0.828648] evm: HMAC attrs: 0x1\n[ 0.829739] Magic number: 14:401:994\n[ 0.830813] rtc_cmos 00:00: setting system clock to 2018-12-03 16:59:47 UTC (1543856387)\n[ 0.843337] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.844850] EDD information not available.\n[ 0.882730] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884704] Write protecting the kernel read-only data: 14336k\n[ 0.886695] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.889109] 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.951042] 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.1.13...\nLease of 10.55.1.13 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.47. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC0NoUM/CP1n1T0rDSX+wbYoK2Sg1+so++YKDkvBVE5wje04QCpo1aeNa0N1d8Pev4zcDnQwtAoK699TwPXNmsGhLiPSrmft9bQ+tqYotqRd5dqrV8xvLbL5h/N5MomolnVsIO7D6HOAgXwXm1S34cEb3d0djskokVF2D6YmhEBnYmO3qPHJTUZidL4JkZierssJVz9IjBtStMTSinm6pTwWCmbGhGRPXQkRdBjjnEGevioT9Ib/A4Mpr3U3OFJ50sBmNF0KMDNjL3eJgqrU32QdB19JYnHmvj5co8jaWUtKCTTwiYikjN0Kd5M1t296OUF31cqsrFNv/oIoZbiRMjD root@createinstancesinglenetworktests-237abc91-d924-4f50-81e4-5ce9de\nssh-dss AAAAB3NzaC1kc3MAAACBAIoXj07dTsunVkITo5n68rw3PKamQE+YM6/z6Pizqj+cqps/k63u6sfWA2yqr9axV+X5GgD3CAdxPnmaIn6MbJ1Ymlrji2jQZ2NZ59klE5iRa6bbb3QqQyktzOwQ7RNwDE82INFLoDwc5eVjL78+rghU0Gq6I3VqwsopByys3W5lAAAAFQDQ5j4ERfiRhW1CJ/ED6M/0e8MhFQAAAIA+WasvM79I8V8/uTmbATYr/6O3GzV5OVYWyfxZRZAUD/dvIYrpb1x+3Wvp3U98pXCEWXwiwVXKE7sVzgztbTHHEiNEmyZDyYphRf1ROI8V7lpyru8bZLINbNorqBbeRkf4VZh90sTY++rH2EzTyrYz4K1vWKIP81fZyW5YmcI+VAAAAIA5Z8pNMuOOTLSbZVx05gysDg9XDrQu4XCeG+jUVTSK+6Qga99vm6O/wp5khIsd3NrX6kEpIkcfKPt5IU4zGOXyFQ/Zo+JdzVIUnVMPbhHiUcvpoFPleceu7I14Cz5t4hW4FlQ141/ppRAL61C99somcN+krHmPhm9h2z/Hsyk9WQ== root@createinstancesinglenetworktests-237abc91-d924-4f50-81e4-5ce9de\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.13,24,fe80::f816:3eff:fe51:7e3d/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.13 \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-00000102\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-237abc91-d924-4f50-81e4-5ce9de\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.44 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-237abc91-d924-4f50-81e4-5ce9de login: "} 2018-12-03 16:59:59,565 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6/action used request id req-24380982-eaca-435d-a2cc-8138c0b6b50b 2018-12-03 16:59:59,567 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-03 16:59:59,567 - 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 503196488 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.142091] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.143976] pid_max: default: 32768 minimum: 301 [ 0.145002] ACPI: Core revision 20150930 [ 0.146526] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.148017] Security Framework initialized [ 0.148918] Yama: becoming mindful. [ 0.149770] AppArmor: AppArmor initialized [ 0.150710] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152190] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.153638] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.154986] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.156558] Initializing cgroup subsys io [ 0.157514] Initializing cgroup subsys memory [ 0.158490] Initializing cgroup subsys devices [ 0.159463] Initializing cgroup subsys freezer [ 0.160433] Initializing cgroup subsys net_cls [ 0.161455] Initializing cgroup subsys perf_event [ 0.162483] Initializing cgroup subsys net_prio [ 0.163466] Initializing cgroup subsys hugetlb [ 0.164426] Initializing cgroup subsys pids [ 0.165438] CPU: Physical Processor ID: 0 [ 0.167064] mce: CPU supports 10 MCE banks [ 0.168032] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.169198] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.171643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178534] ftrace: allocating 31920 entries in 125 pages [ 0.205704] smpboot: Max logical packages: 2 [ 0.206705] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208054] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.209597] x2apic enabled [ 0.210488] Switched APIC routing to physical x2apic. [ 0.212376] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.213836] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.216315] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.218606] KVM setup paravirtual spinlock [ 0.220219] x86: Booting SMP configuration: [ 0.221198] .... node #0, CPUs: #1 [ 0.222078] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.245097] x86: Booted up 1 node, 2 CPUs [ 0.245102] KVM setup async PF for cpu 1 [ 0.245105] kvm-stealtime: cpu 1, msr f90d940 [ 0.247624] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.249254] devtmpfs: initialized [ 0.250960] evm: security.selinux [ 0.251639] evm: security.SMACK64 [ 0.252307] evm: security.SMACK64EXEC [ 0.253029] evm: security.SMACK64TRANSMUTE [ 0.253823] evm: security.SMACK64MMAP [ 0.254550] evm: security.ima [ 0.255172] evm: security.capability [ 0.256074] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.257957] pinctrl core: initialized pinctrl subsystem [ 0.259029] RTC time: 16:59:47, date: 12/03/18 [ 0.260019] NET: Registered protocol family 16 [ 0.269912] cpuidle: using governor ladder [ 0.282011] cpuidle: using governor menu [ 0.282805] PCCT header not found. [ 0.283610] ACPI: bus type PCI registered [ 0.284393] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.285614] PCI: Using configuration type 1 for base access [ 0.299069] ACPI: Added _OSI(Module Device) [ 0.299897] ACPI: Added _OSI(Processor Device) [ 0.300730] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.301602] ACPI: Added _OSI(Processor Aggregator Device) [ 0.303954] ACPI: Interpreter enabled [ 0.304710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.306502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.308291] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.310072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.311864] ACPI: (supports S0 S5) [ 0.312550] ACPI: Using IOAPIC for interrupt routing [ 0.313606] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.316946] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.318054] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.319248] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.320403] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.322785] acpiphp: Slot [3] registered [ 0.323561] acpiphp: Slot [4] registered [ 0.324329] acpiphp: Slot [5] registered [ 0.325112] acpiphp: Slot [6] registered [ 0.325876] acpiphp: Slot [7] registered [ 0.326646] acpiphp: Slot [8] registered [ 0.327415] acpiphp: Slot [9] registered [ 0.328174] acpiphp: Slot [10] registered [ 0.338760] acpiphp: Slot [11] registered [ 0.339553] acpiphp: Slot [12] registered [ 0.340325] acpiphp: Slot [13] registered [ 0.341098] acpiphp: Slot [14] registered [ 0.341871] acpiphp: Slot [15] registered [ 0.342645] acpiphp: Slot [16] registered [ 0.343423] acpiphp: Slot [17] registered [ 0.344193] acpiphp: Slot [18] registered [ 0.344965] acpiphp: Slot [19] registered [ 0.345737] acpiphp: Slot [20] registered [ 0.346509] acpiphp: Slot [21] registered [ 0.347276] acpiphp: Slot [22] registered [ 0.348055] acpiphp: Slot [23] registered [ 0.348830] acpiphp: Slot [24] registered [ 0.349600] acpiphp: Slot [25] registered [ 0.350366] acpiphp: Slot [26] registered [ 0.351136] acpiphp: Slot [27] registered [ 0.351909] acpiphp: Slot [28] registered [ 0.352686] acpiphp: Slot [29] registered [ 0.353457] acpiphp: Slot [30] registered [ 0.354225] acpiphp: Slot [31] registered [ 0.354993] PCI host bridge to bus 0000:00 [ 0.355764] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.356918] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.358068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.359449] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.360826] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.367021] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.368232] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.369351] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.370557] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.377380] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.378754] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.428018] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.429440] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.430792] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.432132] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.433460] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.434695] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.435926] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.436932] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.438398] vgaarb: loaded [ 0.438978] vgaarb: bridge control possible 0000:00:02.0 [ 0.440099] SCSI subsystem initialized [ 0.440921] ACPI: bus type USB registered [ 0.441707] usbcore: registered new interface driver usbfs [ 0.442689] usbcore: registered new interface driver hub [ 0.443649] usbcore: registered new device driver usb [ 0.444792] PCI: Using ACPI for IRQ routing [ 0.445794] NetLabel: Initializing [ 0.446479] NetLabel: domain hash size = 128 [ 0.447289] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.448196] NetLabel: unlabeled traffic allowed by default [ 0.449342] clocksource: Switched to clocksource kvm-clock [ 0.455439] AppArmor: AppArmor Filesystem Enabled [ 0.456357] pnp: PnP ACPI init [ 0.457266] pnp: PnP ACPI: found 5 devices [ 0.464634] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.466267] NET: Registered protocol family 2 [ 0.467221] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.468436] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.469581] TCP: Hash tables configured (established 2048 bind 2048) [ 0.470709] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.471729] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.472834] NET: Registered protocol family 1 [ 0.473664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.474700] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.475716] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.494276] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.513045] Trying to unpack rootfs image as initramfs... [ 0.563677] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.577785] Scanning for low memory corruption every 60 seconds [ 0.579202] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.580315] audit: initializing netlink subsys (disabled) [ 0.581303] audit: type=2000 audit(1543856388.132:1): initialized [ 0.582601] Initialise system trusted keyring [ 0.583596] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.584717] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586801] zbud: loaded [ 0.587577] VFS: Disk quotas dquot_6.6.0 [ 0.588368] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.590279] fuse init (API version 7.23) [ 0.591809] Key type big_key registered [ 0.593166] Allocating IMA MOK and blacklist keyrings. [ 0.595451] Key type asymmetric registered [ 0.596854] Asymmetric key parser 'x509' registered [ 0.598540] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.606416] io scheduler noop registered [ 0.607345] io scheduler deadline registered (default) [ 0.608792] io scheduler cfq registered [ 0.609858] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.611610] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.612860] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.614275] ACPI: Power Button [PWRF] [ 0.615247] GHES: HEST is not enabled! [ 0.638238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.675859] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.678468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.702695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.705308] Linux agpgart interface v0.103 [ 0.708870] brd: module loaded [ 0.710338] loop: module loaded [ 0.715225] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.716820] GPT:90111 != 20971519 [ 0.717550] GPT:Alternate GPT header not at the end of the disk. [ 0.718708] GPT:90111 != 20971519 [ 0.719427] GPT: Use GNU Parted to correct GPT errors. [ 0.720426] vda: vda1 vda15 [ 0.722167] scsi host0: ata_piix [ 0.723030] scsi host1: ata_piix [ 0.723778] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.725055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.726427] libphy: Fixed MDIO Bus: probed [ 0.727375] tun: Universal TUN/TAP device driver, 1.6 [ 0.728495] tun: (C) 1999-2004 Max Krasnyansky [ 0.730697] PPP generic driver version 2.4.2 [ 0.732019] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.733513] ehci-pci: EHCI PCI platform driver [ 0.734584] ehci-platform: EHCI generic platform driver [ 0.735786] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.737162] ohci-pci: OHCI PCI platform driver [ 0.738254] ohci-platform: OHCI generic platform driver [ 0.760232] uhci_hcd: USB Universal Host Controller Interface driver [ 0.779228] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.780292] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.781886] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.782983] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.784099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.785276] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.786662] usb usb1: Product: UHCI Host Controller [ 0.787568] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.788667] usb usb1: SerialNumber: 0000:00:01.2 [ 0.789812] hub 1-0:1.0: USB hub found [ 0.790573] hub 1-0:1.0: 2 ports detected [ 0.791595] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.793923] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.794883] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.796019] mousedev: PS/2 mouse device common for all mice [ 0.797310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.799190] rtc_cmos 00:00: RTC can wake from S4 [ 0.800322] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.801502] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.802668] i2c /dev entries driver [ 0.803419] device-mapper: uevent: version 1.0.3 [ 0.804379] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.805997] ledtrig-cpu: registered to indicate activity on CPUs [ 0.807376] NET: Registered protocol family 10 [ 0.808616] NET: Registered protocol family 17 [ 0.809610] Key type dns_resolver registered [ 0.810768] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.812046] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.814042] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.816345] registered taskstats version 1 [ 0.817420] Loading compiled-in X.509 certificates [ 0.819155] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.821629] zswap: loaded using pool lzo/zbud [ 0.823583] Key type trusted registered [ 0.825460] Key type encrypted registered [ 0.826354] AppArmor: AppArmor sha1 policy hashing enabled [ 0.827484] ima: No TPM chip found, activating TPM-bypass! [ 0.828648] evm: HMAC attrs: 0x1 [ 0.829739] Magic number: 14:401:994 [ 0.830813] rtc_cmos 00:00: setting system clock to 2018-12-03 16:59:47 UTC (1543856387) [ 0.843337] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.844850] EDD information not available. [ 0.882730] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.884704] Write protecting the kernel read-only data: 14336k [ 0.886695] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.889109] 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.951042] 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.1.13... Lease of 10.55.1.13 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.47. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC0NoUM/CP1n1T0rDSX+wbYoK2Sg1+so++YKDkvBVE5wje04QCpo1aeNa0N1d8Pev4zcDnQwtAoK699TwPXNmsGhLiPSrmft9bQ+tqYotqRd5dqrV8xvLbL5h/N5MomolnVsIO7D6HOAgXwXm1S34cEb3d0djskokVF2D6YmhEBnYmO3qPHJTUZidL4JkZierssJVz9IjBtStMTSinm6pTwWCmbGhGRPXQkRdBjjnEGevioT9Ib/A4Mpr3U3OFJ50sBmNF0KMDNjL3eJgqrU32QdB19JYnHmvj5co8jaWUtKCTTwiYikjN0Kd5M1t296OUF31cqsrFNv/oIoZbiRMjD root@createinstancesinglenetworktests-237abc91-d924-4f50-81e4-5ce9de ssh-dss AAAAB3NzaC1kc3MAAACBAIoXj07dTsunVkITo5n68rw3PKamQE+YM6/z6Pizqj+cqps/k63u6sfWA2yqr9axV+X5GgD3CAdxPnmaIn6MbJ1Ymlrji2jQZ2NZ59klE5iRa6bbb3QqQyktzOwQ7RNwDE82INFLoDwc5eVjL78+rghU0Gq6I3VqwsopByys3W5lAAAAFQDQ5j4ERfiRhW1CJ/ED6M/0e8MhFQAAAIA+WasvM79I8V8/uTmbATYr/6O3GzV5OVYWyfxZRZAUD/dvIYrpb1x+3Wvp3U98pXCEWXwiwVXKE7sVzgztbTHHEiNEmyZDyYphRf1ROI8V7lpyru8bZLINbNorqBbeRkf4VZh90sTY++rH2EzTyrYz4K1vWKIP81fZyW5YmcI+VAAAAIA5Z8pNMuOOTLSbZVx05gysDg9XDrQu4XCeG+jUVTSK+6Qga99vm6O/wp5khIsd3NrX6kEpIkcfKPt5IU4zGOXyFQ/Zo+JdzVIUnVMPbhHiUcvpoFPleceu7I14Cz5t4hW4FlQ141/ppRAL61C99somcN+krHmPhm9h2z/Hsyk9WQ== root@createinstancesinglenetworktests-237abc91-d924-4f50-81e4-5ce9de -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.13,24,fe80::f816:3eff:fe51:7e3d/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.13 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-00000102 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-237abc91-d924-4f50-81e4-5ce9de launch-index: 0 === cirros: current=0.4.0 uptime=3.44 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-237abc91-d924-4f50-81e4-5ce9de login: 2018-12-03 16:59:59,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:00,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 16:59: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-26056f2b-6446-418e-a161-88b7fa8f5b8b x-compute-request-id: req-26056f2b-6446-418e-a161-88b7fa8f5b8b Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:59:47.000000", "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}], "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:59:47Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:00:00,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-26056f2b-6446-418e-a161-88b7fa8f5b8b 2018-12-03 17:00:00,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:00,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b4ce3592-6468-4e69-887f-44c8ae776c95 Date: Mon, 03 Dec 2018 17:00: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":["f9ae2728-a865-453a-bce5-6a43700f5160"],"updated_at":"2018-12-03T16:59:17Z","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net"}]} 2018-12-03 17:00:00,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net used request id req-b4ce3592-6468-4e69-887f-44c8ae776c95 2018-12-03 17:00:00,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:00,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-753a6bcd-3457-4ded-87cf-c9396fcbfa4b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 17:00:00,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-753a6bcd-3457-4ded-87cf-c9396fcbfa4b 2018-12-03 17:00:00,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:00,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5c5b8ce1-6600-4370-8cfe-163570f31a51 Date: Mon, 03 Dec 2018 17:00:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 17:00:00,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-5c5b8ce1-6600-4370-8cfe-163570f31a51 2018-12-03 17:00:00,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:00,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-7b8b76eb-4abe-46f4-a10b-9184d51453be Date: Mon, 03 Dec 2018 17:00:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.2"}],"id":"13c5f8eb-ae9f-40ba-a1eb-aff845124eb9","security_groups":[],"mac_address":"fa:16:3e:9f:1a:14","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:51Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.13"}],"id":"2b33a912-fe9d-4374-ad95-7b9ae22336f6","security_groups":["5df1072d-af61-448f-b120-14eb90c9a756","eb4ec28a-3477-435a-b3fb-f064dd838723"],"mac_address":"fa:16:3e:51:7e:3d","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:36Z","binding:vnic_type":"normal","device_id":"be0ac8fc-5aa3-4c6d-969a-8b67303a30d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.1"}],"id":"a2b7dcff-5e25-4624-9461-87efb018c522","security_groups":[],"mac_address":"fa:16:3e:5e:ef:9e","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:26Z","binding:vnic_type":"normal","device_id":"aa72e86b-5644-454c-9c72-35ae908ffe13"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.3"}],"id":"ab068e32-4cd1-4fa1-9ab7-9c82ded30fec","security_groups":[],"mac_address":"fa:16:3e:a3:c8:25","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.4"}],"id":"c86a1835-e1ab-4ea8-9984-db2c59508e64","security_groups":[],"mac_address":"fa:16:3e:9a:f9:07","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"}]} 2018-12-03 17:00:00,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-7b8b76eb-4abe-46f4-a10b-9184d51453be 2018-12-03 17:00:00,760 - create_instance - INFO - Checking if VM is active 2018-12-03 17:00:00,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:01,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f91ea703-2c58-47fe-87d9-18c4f2fee7f4 x-compute-request-id: req-f91ea703-2c58-47fe-87d9-18c4f2fee7f4 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:59:47.000000", "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}], "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:59:47Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:00:01,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-f91ea703-2c58-47fe-87d9-18c4f2fee7f4 2018-12-03 17:00:01,462 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst] is - ACTIVE 2018-12-03 17:00:01,462 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:00:01,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:02,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2c4dc1d-17c8-49ef-be5a-7fbb6ec09d5f x-compute-request-id: req-a2c4dc1d-17c8-49ef-be5a-7fbb6ec09d5f Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:59:47.000000", "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp"}], "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T16:59:47Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:00:02,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-a2c4dc1d-17c8-49ef-be5a-7fbb6ec09d5f 2018-12-03 17:00:02,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:02,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-11202727-80a7-431b-9480-c9a4f9e94b15 Date: Mon, 03 Dec 2018 17:00: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":["f9ae2728-a865-453a-bce5-6a43700f5160"],"updated_at":"2018-12-03T16:59:17Z","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"318be7c28a4c45f7baba8bd5348211f8","id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net"}]} 2018-12-03 17:00:02,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net used request id req-11202727-80a7-431b-9480-c9a4f9e94b15 2018-12-03 17:00:02,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:02,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3faba95c-1889-4302-97b8-2cc1053e9f7c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 17:00:02,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-3faba95c-1889-4302-97b8-2cc1053e9f7c 2018-12-03 17:00:02,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:02,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-027eb25a-83c2-49aa-8e6f-3cec1ee3f961 Date: Mon, 03 Dec 2018 17:00:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","dns_nameservers":[],"updated_at":"2018-12-03T16:59:17Z","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":"318be7c28a4c45f7baba8bd5348211f8","id":"f9ae2728-a865-453a-bce5-6a43700f5160","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet"}]} 2018-12-03 17:00:02,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-027eb25a-83c2-49aa-8e6f-3cec1ee3f961 2018-12-03 17:00:02,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:02,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-f92e486c-651e-40c6-b45d-ff0e71d176b7 Date: Mon, 03 Dec 2018 17:00:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.2"}],"id":"13c5f8eb-ae9f-40ba-a1eb-aff845124eb9","security_groups":[],"mac_address":"fa:16:3e:9f:1a:14","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:51Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.13"}],"id":"2b33a912-fe9d-4374-ad95-7b9ae22336f6","security_groups":["5df1072d-af61-448f-b120-14eb90c9a756","eb4ec28a-3477-435a-b3fb-f064dd838723"],"mac_address":"fa:16:3e:51:7e:3d","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:36Z","binding:vnic_type":"normal","device_id":"be0ac8fc-5aa3-4c6d-969a-8b67303a30d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.1"}],"id":"a2b7dcff-5e25-4624-9461-87efb018c522","security_groups":[],"mac_address":"fa:16:3e:5e:ef:9e","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:26Z","binding:vnic_type":"normal","device_id":"aa72e86b-5644-454c-9c72-35ae908ffe13"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.3"}],"id":"ab068e32-4cd1-4fa1-9ab7-9c82ded30fec","security_groups":[],"mac_address":"fa:16:3e:a3:c8:25","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T16:59:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9ae2728-a865-453a-bce5-6a43700f5160","ip_address":"10.55.1.4"}],"id":"c86a1835-e1ab-4ea8-9984-db2c59508e64","security_groups":[],"mac_address":"fa:16:3e:9a:f9:07","project_id":"318be7c28a4c45f7baba8bd5348211f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75d4a0d-ad83-4c1b-a03d-3aeb6e788865","tenant_id":"318be7c28a4c45f7baba8bd5348211f8","created_at":"2018-12-03T16:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c75d4a0d-ad83-4c1b-a03d-3aeb6e788865"}]} 2018-12-03 17:00:02,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-f92e486c-651e-40c6-b45d-ff0e71d176b7 2018-12-03 17:00:02,441 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:00:02,444 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a953cd0L 2018-12-03 17:00:02,444 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:00:02,444 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:00:02,445 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:00:02,446 - 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-12-03 17:00:02,446 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:00:02,446 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:00:02,446 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:00:02,446 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:00:02,446 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:00:02,462 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:00:02,463 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:00:02,477 - paramiko.transport - DEBUG - Trying key fbb460c965ea12ceec1d28dc5dc8e3f2 from tmp/CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437 2018-12-03 17:00:02,499 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:00:02,502 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:00:02,602 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:00:02,623 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:00:02,623 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:00:02,624 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a953c10L 2018-12-03 17:00:02,625 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:00:02,625 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:00:02,625 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:00:02,626 - 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-12-03 17:00:02,626 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:00:02,626 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:00:02,626 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:00:02,626 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:00:02,626 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:00:02,642 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:00:02,643 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:00:02,657 - paramiko.transport - DEBUG - Trying key fbb460c965ea12ceec1d28dc5dc8e3f2 from tmp/CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437 2018-12-03 17:00:02,683 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:00:02,686 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:00:02,689 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:00:02,690 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-03 17:00:02,690 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:00:02,692 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:00:02,693 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-03 17:00:02,694 - create_instance - INFO - Deleting Floating IP - 172.30.9.204 2018-12-03 17:00:02,694 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.204 2018-12-03 17:00:02,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/floatingips/4db2fe48-49fe-4e61-b760-34400de0da92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:03,689 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f2c3fe0e-d557-4c94-a0b0-445b90e695c0 Content-Length: 0 Date: Mon, 03 Dec 2018 17:00:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:00:03,689 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/4db2fe48-49fe-4e61-b760-34400de0da92 used request id req-f2c3fe0e-d557-4c94-a0b0-445b90e695c0 2018-12-03 17:00:03,689 - create_instance - INFO - Deleting Port with ID - 2b33a912-fe9d-4374-ad95-7b9ae22336f6 2018-12-03 17:00:03,690 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437port-1 2018-12-03 17:00:03,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/2b33a912-fe9d-4374-ad95-7b9ae22336f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:04,292 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4f181292-1512-4059-a29c-c5033820608c Date: Mon, 03 Dec 2018 17:00:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:00:04,292 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/2b33a912-fe9d-4374-ad95-7b9ae22336f6 used request id req-4f181292-1512-4059-a29c-c5033820608c 2018-12-03 17:00:04,292 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst 2018-12-03 17:00:04,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:04,458 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:00:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d9e7f450-072f-491d-849d-a98c3898f0e8 x-compute-request-id: req-d9e7f450-072f-491d-849d-a98c3898f0e8 Content-Type: application/json 2018-12-03 17:00:04,458 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-d9e7f450-072f-491d-849d-a98c3898f0e8 2018-12-03 17:00:04,458 - create_instance - INFO - Checking deletion status 2018-12-03 17:00:04,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:04,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b919a1c-af72-440d-a3f6-ca791e187e55 x-compute-request-id: req-3b919a1c-af72-440d-a3f6-ca791e187e55 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:3d", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:59:47.000000", "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:00:04Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:00:04,690 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-3b919a1c-af72-440d-a3f6-ca791e187e55 2018-12-03 17:00:04,690 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst] is - ACTIVE 2018-12-03 17:00:04,691 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:00:07,694 - create_instance - DEBUG - VM status query timeout in 296.764708042 2018-12-03 17:00:07,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:08,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00: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-75e43689-f9ec-407d-bbae-04c8c5041522 x-compute-request-id: req-75e43689-f9ec-407d-bbae-04c8c5041522 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.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "rel": "bookmark"}], "image": {"id": "e0aa1e41-745f-4485-9570-07339d859899", "links": [{"href": "http://172.30.9.30:8774/images/e0aa1e41-745f-4485-9570-07339d859899", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T16:59:47.000000", "flavor": {"id": "78507642-67aa-4bf5-943c-796519f56744", "links": [{"href": "http://172.30.9.30:8774/flavors/78507642-67aa-4bf5-943c-796519f56744", "rel": "bookmark"}]}, "id": "be0ac8fc-5aa3-4c6d-969a-8b67303a30d6", "user_id": "9b28022cc273436e994d27be948f5bef", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:00:04Z", "hostId": "5c7496a9638adfc77b2649043fd29581863fb2e11db264e16e9529a4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp", "name": "CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst", "created": "2018-12-03T16:59:40Z", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:00:08,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-75e43689-f9ec-407d-bbae-04c8c5041522 2018-12-03 17:00:08,008 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst] is - ACTIVE 2018-12-03 17:00:08,008 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:00:11,011 - create_instance - DEBUG - VM status query timeout in 293.447191954 2018-12-03 17:00:11,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2bacaffce9db5e32678cf8fe42ed73f242c7bd" 2018-12-03 17:00:11,063 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 17:00: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-7a281170-0a6f-45b4-80d8-b09b434e724c x-compute-request-id: req-7a281170-0a6f-45b4-80d8-b09b434e724c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 could not be found.", "code": 404}} 2018-12-03 17:00:11,063 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 used request id req-7a281170-0a6f-45b4-80d8-b09b434e724c 2018-12-03 17:00:11,064 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance be0ac8fc-5aa3-4c6d-969a-8b67303a30d6 could not be found. (HTTP 404) (Request-ID: req-7a281170-0a6f-45b4-80d8-b09b434e724c) 2018-12-03 17:00:11,064 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-inst 2018-12-03 17:00:11,065 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp 2018-12-03 17:00:11,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2b50f616a3e0f6ce16351910821baaa0f59cd69" 2018-12-03 17:00:11,115 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:00: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-b758d166-9937-4f51-a6f1-096ab232236c x-compute-request-id: req-b758d166-9937-4f51-a6f1-096ab232236c Content-Length: 0 Content-Type: application/json 2018-12-03 17:00:11,115 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-kp used request id req-b758d166-9937-4f51-a6f1-096ab232236c 2018-12-03 17:00:11,116 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437.pub] 2018-12-03 17:00:11,116 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437] 2018-12-03 17:00:11,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/78507642-67aa-4bf5-943c-796519f56744 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed85beeff7030592d54383463793105ea3d22edd" 2018-12-03 17:00:11,164 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:00: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-eb49b8df-b26e-4ea4-9504-d38f2dbbc465 x-compute-request-id: req-eb49b8df-b26e-4ea4-9504-d38f2dbbc465 Content-Length: 0 Content-Type: application/json 2018-12-03 17:00:11,164 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/78507642-67aa-4bf5-943c-796519f56744 used request id req-eb49b8df-b26e-4ea4-9504-d38f2dbbc465 2018-12-03 17:00:11,165 - neutron_utils - INFO - Deleting security group rule with ID - d94afc08-c6ce-4d4d-9b0e-6b0f08908330 2018-12-03 17:00:11,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/d94afc08-c6ce-4d4d-9b0e-6b0f08908330 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 17:00:11,433 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-839e24c0-a0d9-406f-9313-32bd5543f610 Content-Length: 0 Date: Mon, 03 Dec 2018 17:00:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:00:11,433 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/d94afc08-c6ce-4d4d-9b0e-6b0f08908330 used request id req-839e24c0-a0d9-406f-9313-32bd5543f610 2018-12-03 17:00:11,433 - neutron_utils - INFO - Deleting security group rule with ID - 4e71fc9e-91fc-4822-912b-b784e53200d0 2018-12-03 17:00:11,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/4e71fc9e-91fc-4822-912b-b784e53200d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 17:00:11,561 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5e5ca6ce-7b84-43a9-90cd-395e55872a26 Content-Length: 0 Date: Mon, 03 Dec 2018 17:00:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:00:11,561 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/4e71fc9e-91fc-4822-912b-b784e53200d0 used request id req-5e5ca6ce-7b84-43a9-90cd-395e55872a26 2018-12-03 17:00:11,561 - neutron_utils - INFO - Deleting security group rule with ID - 78058fa8-d866-472d-bce8-8ce5a7247891 2018-12-03 17:00:11,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/78058fa8-d866-472d-bce8-8ce5a7247891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 17:00:11,675 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b18456e4-b137-405d-9496-c3abf21cc11e Content-Length: 0 Date: Mon, 03 Dec 2018 17:00:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:00:11,675 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/78058fa8-d866-472d-bce8-8ce5a7247891 used request id req-b18456e4-b137-405d-9496-c3abf21cc11e 2018-12-03 17:00:11,675 - neutron_utils - INFO - Deleting security group rule with ID - 10bc5541-5194-4330-8ea0-e7f75db6b41e 2018-12-03 17:00:11,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/10bc5541-5194-4330-8ea0-e7f75db6b41e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 17:00:11,798 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9cbbf634-d4fb-4590-9f15-8ddfbe87a943 Content-Length: 0 Date: Mon, 03 Dec 2018 17:00:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:00:11,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/10bc5541-5194-4330-8ea0-e7f75db6b41e used request id req-9cbbf634-d4fb-4590-9f15-8ddfbe87a943 2018-12-03 17:00:11,798 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-sec-grp 2018-12-03 17:00:11,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/eb4ec28a-3477-435a-b3fb-f064dd838723 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4487d98fb87ed82621fc8ebc89035883705b268d" 2018-12-03 17:00:12,170 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-86fbfd56-4998-4781-8421-157163cab0c9 Content-Length: 0 Date: Mon, 03 Dec 2018 17:00:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:00:12,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/eb4ec28a-3477-435a-b3fb-f064dd838723 used request id req-86fbfd56-4998-4781-8421-157163cab0c9 2018-12-03 17:00:12,171 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router and subnet CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet 2018-12-03 17:00:12,171 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router 2018-12-03 17:00:12,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/aa72e86b-5644-454c-9c72-35ae908ffe13/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" -d '{"subnet_id": "f9ae2728-a865-453a-bce5-6a43700f5160"}' 2018-12-03 17:00:13,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-345ac40c-ce94-4130-b21c-4d783afbc04c Date: Mon, 03 Dec 2018 17:00:13 GMT RESP BODY: {"network_id": "c75d4a0d-ad83-4c1b-a03d-3aeb6e788865", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "subnet_id": "f9ae2728-a865-453a-bce5-6a43700f5160", "subnet_ids": ["f9ae2728-a865-453a-bce5-6a43700f5160"], "port_id": "a2b7dcff-5e25-4624-9461-87efb018c522", "id": "aa72e86b-5644-454c-9c72-35ae908ffe13"} 2018-12-03 17:00:13,705 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/aa72e86b-5644-454c-9c72-35ae908ffe13/remove_router_interface used request id req-345ac40c-ce94-4130-b21c-4d783afbc04c 2018-12-03 17:00:13,705 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router 2018-12-03 17:00:13,705 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-router 2018-12-03 17:00:13,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/aa72e86b-5644-454c-9c72-35ae908ffe13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37da1aec530100e4a20641140fdff5a98f46201" 2018-12-03 17:00:17,690 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-620370bf-b823-4482-b9d2-ca72f8fb1ab6 Content-Length: 0 Date: Mon, 03 Dec 2018 17:00:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:00:17,690 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/aa72e86b-5644-454c-9c72-35ae908ffe13 used request id req-620370bf-b823-4482-b9d2-ca72f8fb1ab6 2018-12-03 17:00:17,691 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet 2018-12-03 17:00:17,691 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-subnet 2018-12-03 17:00:17,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/f9ae2728-a865-453a-bce5-6a43700f5160 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04c4c4994067466c024d417b56467929f8e853a" 2018-12-03 17:00:20,083 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aca746bb-8104-43d3-a8a9-4b03977a78b1 Date: Mon, 03 Dec 2018 17:00:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:00:20,084 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/f9ae2728-a865-453a-bce5-6a43700f5160 used request id req-aca746bb-8104-43d3-a8a9-4b03977a78b1 2018-12-03 17:00:20,084 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-pub-net 2018-12-03 17:00:20,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04c4c4994067466c024d417b56467929f8e853a" 2018-12-03 17:00:21,491 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bacdc179-1539-4738-957e-8d27f53eb0a4 Date: Mon, 03 Dec 2018 17:00:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:00:21,492 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/c75d4a0d-ad83-4c1b-a03d-3aeb6e788865 used request id req-bacdc179-1539-4738-957e-8d27f53eb0a4 2018-12-03 17:00:21,492 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-237abc91-d924-4f50-81e4-5ce9dede5437-image 2018-12-03 17:00:21,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/e0aa1e41-745f-4485-9570-07339d859899 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2612a448e256f05c361193e48a542f056b9ef5e" 2018-12-03 17:00:23,307 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ac86522e-a697-49a3-8d89-a552c4a61ff8 Date: Mon, 03 Dec 2018 17:00:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:00:23,307 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e0aa1e41-745f-4485-9570-07339d859899 used request id req-ac86522e-a697-49a3-8d89-a552c4a61ff8 2018-12-03 17:00:23,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 17:00:23,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-cd5b3c29-7773-42c3-ae48-9ee2a0a4a56c Date: Mon, 03 Dec 2018 17:00:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:16Z", "updated_at": "2018-12-03T16:59:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:16Z", "revision_number": 0, "id": "3483954c-a77b-48d6-b724-20047a489ba9", "remote_group_id": "5df1072d-af61-448f-b120-14eb90c9a756", "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:16Z", "security_group_id": "5df1072d-af61-448f-b120-14eb90c9a756", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:16Z", "revision_number": 0, "id": "8bb01553-e16b-410b-b2bb-6d545a713000", "remote_group_id": "5df1072d-af61-448f-b120-14eb90c9a756", "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:16Z", "security_group_id": "5df1072d-af61-448f-b120-14eb90c9a756", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:16Z", "revision_number": 0, "id": "9ad07aff-ec1f-4425-bd44-60992c5fbbfe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:16Z", "security_group_id": "5df1072d-af61-448f-b120-14eb90c9a756", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:59:16Z", "revision_number": 0, "id": "fb575ba1-5597-409e-930b-7c2d170da4f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:59:16Z", "security_group_id": "5df1072d-af61-448f-b120-14eb90c9a756", "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "318be7c28a4c45f7baba8bd5348211f8"}], "revision_number": 4, "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "5df1072d-af61-448f-b120-14eb90c9a756", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 17:00:23,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-cd5b3c29-7773-42c3-ae48-9ee2a0a4a56c 2018-12-03 17:00:23,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 17:00:23,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8c5dec7-9a4f-47c7-80cd-15a6b75da8ed Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 17:00:23,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-c8c5dec7-9a4f-47c7-80cd-15a6b75da8ed 2018-12-03 17:00:23,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 17:00:23,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46fe0a0a-160e-4248-b659-3aa773260514 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 17:00:23,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-46fe0a0a-160e-4248-b659-3aa773260514 2018-12-03 17:00:23,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 17:00:23,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff76670-fd5b-4811-a8bc-a0bdfd0a9842 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8"}, "enabled": true, "id": "318be7c28a4c45f7baba8bd5348211f8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj"}} 2018-12-03 17:00:23,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-0ff76670-fd5b-4811-a8bc-a0bdfd0a9842 2018-12-03 17:00:23,797 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5df1072d-af61-448f-b120-14eb90c9a756 2018-12-03 17:00:23,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5df1072d-af61-448f-b120-14eb90c9a756 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 17:00:23,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b415fce9-dcab-4abf-ba17-860e1fc20ac7 Date: Mon, 03 Dec 2018 17:00:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5df1072d-af61-448f-b120-14eb90c9a756", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:59:16Z", "security_group_id": "5df1072d-af61-448f-b120-14eb90c9a756", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:16Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "3483954c-a77b-48d6-b724-20047a489ba9"}, {"remote_group_id": "5df1072d-af61-448f-b120-14eb90c9a756", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:59:16Z", "security_group_id": "5df1072d-af61-448f-b120-14eb90c9a756", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:16Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "8bb01553-e16b-410b-b2bb-6d545a713000"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:59:16Z", "security_group_id": "5df1072d-af61-448f-b120-14eb90c9a756", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:16Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "9ad07aff-ec1f-4425-bd44-60992c5fbbfe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T16:59:16Z", "security_group_id": "5df1072d-af61-448f-b120-14eb90c9a756", "port_range_min": null, "revision_number": 0, "tenant_id": "318be7c28a4c45f7baba8bd5348211f8", "created_at": "2018-12-03T16:59:16Z", "project_id": "318be7c28a4c45f7baba8bd5348211f8", "id": "fb575ba1-5597-409e-930b-7c2d170da4f2"}]} 2018-12-03 17:00:23,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5df1072d-af61-448f-b120-14eb90c9a756 used request id req-b415fce9-dcab-4abf-ba17-860e1fc20ac7 2018-12-03 17:00:23,970 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 17:00:23,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/5df1072d-af61-448f-b120-14eb90c9a756 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 17:00:24,466 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c608d53a-b8a5-4682-b790-61c8a5ca5dcc Content-Length: 0 Date: Mon, 03 Dec 2018 17:00:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:00:24,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/5df1072d-af61-448f-b120-14eb90c9a756 used request id req-c608d53a-b8a5-4682-b790-61c8a5ca5dcc 2018-12-03 17:00:24,467 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj 2018-12-03 17:00:24,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 17:00:24,722 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:00:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-340d9089-2a10-4c01-9f7b-afdc9c523ab4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:00:24,723 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/318be7c28a4c45f7baba8bd5348211f8 used request id req-340d9089-2a10-4c01-9f7b-afdc9c523ab4 2018-12-03 17:00:24,723 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-proj-role 2018-12-03 17:00:24,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/b10787af2eb64dab889ea19186a60d97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 17:00:24,828 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:00:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80741125-6a7c-4e70-8b0f-e93ac8e3a559 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:00:24,828 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/b10787af2eb64dab889ea19186a60d97 used request id req-80741125-6a7c-4e70-8b0f-e93ac8e3a559 2018-12-03 17:00:24,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba731e2e4dcba1d93304f159340556dedc30c2f1" 2018-12-03 17:00:24,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0676cbba-c757-4919-acaf-65c23e8ec45d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:00:24,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0676cbba-c757-4919-acaf-65c23e8ec45d 2018-12-03 17:00:24,927 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-40b4b632-da54-4c5-user 2018-12-03 17:00:24,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/9b28022cc273436e994d27be948f5bef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a712377acc8d52e71568e15ef8a472ea3e426a9" 2018-12-03 17:00:25,157 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:00:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c42e1e8b-62be-48b2-a899-b665556de9a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:00:25,157 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/9b28022cc273436e994d27be948f5bef used request id req-c42e1e8b-62be-48b2-a899-b665556de9a4 2018-12-03 17:00:25,158 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:00:25,538 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:00:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["2cI5L3KoTGeuU2APoohMlA"], "issued_at": "2018-12-03T17:00:25.000000Z"}} 2018-12-03 17:00:25,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}650f84d5fe8c83d537cb3bfc2dbcec1d92a8cd20" 2018-12-03 17:00:25,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f9c8be7-6b88-47ed-b792-41557421f11d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:00:25,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1f9c8be7-6b88-47ed-b792-41557421f11d 2018-12-03 17:00:25,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:00:25,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:00:26,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:00:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["vcKdSj56QC6_NXEomT5fsg"], "issued_at": "2018-12-03T17:00:26.000000Z"}} 2018-12-03 17:00:26,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" 2018-12-03 17:00:26,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-966acfe6-43b4-4e36-a9c6-eea561521ea9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:00:26,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-966acfe6-43b4-4e36-a9c6-eea561521ea9 2018-12-03 17:00:26,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:00:26,111 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:00: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:00:26,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" 2018-12-03 17:00:26,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89a1523c-4904-4102-8b63-cfec50ae9fd1 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 17:00:26,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj used request id req-89a1523c-4904-4102-8b63-cfec50ae9fd1 2018-12-03 17:00:26,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" 2018-12-03 17:00:26,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feddb333-8990-4348-8cc7-ba383255775e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:00:26,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-feddb333-8990-4348-8cc7-ba383255775e 2018-12-03 17:00:26,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}}' 2018-12-03 17:00:26,427 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:00:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-285ffd81-fb1e-4854-a326-af1b8469d12e Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:00:26,427 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-285ffd81-fb1e-4854-a326-af1b8469d12e 2018-12-03 17:00:26,427 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj 2018-12-03 17:00:26,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:00:26,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:00:26,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:00:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["NzkYpjDMTP6y-29xxJutgg"], "issued_at": "2018-12-03T17:00:26.000000Z"}} 2018-12-03 17:00:26,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60a8f33487219cd387d232b67d49dadfc0f8faea" 2018-12-03 17:00:26,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96fe1e78-07be-488c-891b-427a0fd1d1a5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:00:26,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-96fe1e78-07be-488c-891b-427a0fd1d1a5 2018-12-03 17:00:26,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:00:26,905 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:00: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:00:26,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60a8f33487219cd387d232b67d49dadfc0f8faea" 2018-12-03 17:00:27,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-819c062a-818e-477c-a11a-97c18d6d61b7 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:00:27,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-819c062a-818e-477c-a11a-97c18d6d61b7 2018-12-03 17:00:27,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60a8f33487219cd387d232b67d49dadfc0f8faea" 2018-12-03 17:00:27,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07c5c312-01d0-42b9-8952-d26d73a9621d Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}]} 2018-12-03 17:00:27,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj used request id req-07c5c312-01d0-42b9-8952-d26d73a9621d 2018-12-03 17:00:27,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60a8f33487219cd387d232b67d49dadfc0f8faea" 2018-12-03 17:00:27,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5c91c2a-f2fa-4657-a4af-629279194b66 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:00:27,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a5c91c2a-f2fa-4657-a4af-629279194b66 2018-12-03 17:00:27,565 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-user 2018-12-03 17:00:27,565 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:00:27,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" 2018-12-03 17:00:27,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aa66835-f6e7-47c1-89fd-52f477571336 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:00:27,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7aa66835-f6e7-47c1-89fd-52f477571336 2018-12-03 17:00:27,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj-role"}}' 2018-12-03 17:00:27,773 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:00:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d99a03aa-ed90-416c-b813-be7c588204e7 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1016a88e24474fecba499542900ae19c", "links": {"self": "http://172.30.9.30:5000/v3/roles/1016a88e24474fecba499542900ae19c"}, "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj-role"}} 2018-12-03 17:00:27,774 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-d99a03aa-ed90-416c-b813-be7c588204e7 2018-12-03 17:00:27,774 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj-role 2018-12-03 17:00:27,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/1016a88e24474fecba499542900ae19c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" 2018-12-03 17:00:27,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c56fbe2d-44e0-4dc6-9cd7-a8f0c5d9fb28 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/1016a88e24474fecba499542900ae19c"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj-role", "id": "1016a88e24474fecba499542900ae19c"}} 2018-12-03 17:00:27,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/1016a88e24474fecba499542900ae19c used request id req-c56fbe2d-44e0-4dc6-9cd7-a8f0c5d9fb28 2018-12-03 17:00:27,863 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj-role to project CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj 2018-12-03 17:00:27,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0/users/6351b30d45824ffbb9e6f013e50aea71/roles/1016a88e24474fecba499542900ae19c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" 2018-12-03 17:00:27,979 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:00:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b432566-1295-4829-8b97-791b6434f66e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:00:27,980 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0/users/6351b30d45824ffbb9e6f013e50aea71/roles/1016a88e24474fecba499542900ae19c used request id req-9b432566-1295-4829-8b97-791b6434f66e 2018-12-03 17:00:27,980 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:00:27,981 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 17:00:27,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:00:27,982 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:00:28,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1016a88e24474fecba499542900ae19c", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj-role"}], "expires_at": "2018-12-03T18:00:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "caebadbe8d9846c7a5932850c33d36e0", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-user", "id": "6351b30d45824ffbb9e6f013e50aea71"}, "audit_ids": ["iV6wjiUmTgmCgTUPJrAuoA"], "issued_at": "2018-12-03T17:00:28.000000Z"}} 2018-12-03 17:00:28,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae8e6d2a56e93b73c394b126ca75427600e287a" 2018-12-03 17:00:28,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-852d35c4-44fb-4a69-ab77-4261f2b3b434 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:00:28,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-852d35c4-44fb-4a69-ab77-4261f2b3b434 2018-12-03 17:00:28,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fae8e6d2a56e93b73c394b126ca75427600e287a" 2018-12-03 17:00:28,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-834aa903-0eb6-4c70-ab8f-0f3784297f69 Date: Mon, 03 Dec 2018 17:00:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image"} 2018-12-03 17:00:28,678 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image used request id req-834aa903-0eb6-4c70-ab8f-0f3784297f69 2018-12-03 17:00:28,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fae8e6d2a56e93b73c394b126ca75427600e287a" 2018-12-03 17:00:28,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e3016f16-a4f4-4260-bb7a-1eedaab8f5c8 Date: Mon, 03 Dec 2018 17:00: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-12-03 17:00:28,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e3016f16-a4f4-4260-bb7a-1eedaab8f5c8 2018-12-03 17:00:28,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fae8e6d2a56e93b73c394b126ca75427600e287a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image"}' 2018-12-03 17:00:29,046 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f X-Openstack-Request-Id: req-1eab8abc-fffe-45fc-bceb-e42fa59dbc4e Date: Mon, 03 Dec 2018 17:00:29 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:00:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T17:00:29Z", "visibility": "shared", "locations": [], "self": "/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "min_disk": 0, "protected": false, "id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "file": "/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f/file", "checksum": null, "owner": "caebadbe8d9846c7a5932850c33d36e0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:00:29,046 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1eab8abc-fffe-45fc-bceb-e42fa59dbc4e 2018-12-03 17:00:29,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fae8e6d2a56e93b73c394b126ca75427600e287a" -d '' 2018-12-03 17:00:30,227 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fe3900de-4b45-4d78-ac2c-598f73fa4c3a Date: Mon, 03 Dec 2018 17:00:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:00:30,228 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f/file used request id req-fe3900de-4b45-4d78-ac2c-598f73fa4c3a 2018-12-03 17:00:30,228 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 17:00:30,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fae8e6d2a56e93b73c394b126ca75427600e287a" 2018-12-03 17:00:30,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-f43e5c2c-de2d-4071-9ddb-acdf1edc7973 Date: Mon, 03 Dec 2018 17:00:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:00:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:00:30Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f/snap", "metadata": {}}], "self": "/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "min_disk": 0, "protected": false, "id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "file": "/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "caebadbe8d9846c7a5932850c33d36e0", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:00:30,390 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f used request id req-f43e5c2c-de2d-4071-9ddb-acdf1edc7973 2018-12-03 17:00:30,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fae8e6d2a56e93b73c394b126ca75427600e287a" 2018-12-03 17:00:30,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-141ed031-0fe8-44a3-9ac4-9aebf33ff223 Date: Mon, 03 Dec 2018 17:00: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-12-03 17:00:30,546 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-141ed031-0fe8-44a3-9ac4-9aebf33ff223 2018-12-03 17:00:30,549 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image 2018-12-03 17:00:30,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fae8e6d2a56e93b73c394b126ca75427600e287a" 2018-12-03 17:00:30,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-7b07f5e4-7b7b-40ba-aaba-7f27c8ab2a16 Date: Mon, 03 Dec 2018 17:00:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:00:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:00:30Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f/snap", "metadata": {}}], "self": "/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "min_disk": 0, "protected": false, "id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "file": "/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "caebadbe8d9846c7a5932850c33d36e0", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:00:30,710 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f used request id req-7b07f5e4-7b7b-40ba-aaba-7f27c8ab2a16 2018-12-03 17:00:30,710 - create_image - DEBUG - Instance status is - active 2018-12-03 17:00:30,711 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image 2018-12-03 17:00:30,711 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image 2018-12-03 17:00:30,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:00:30,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:00:31,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1016a88e24474fecba499542900ae19c", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj-role"}], "expires_at": "2018-12-03T18:00:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "caebadbe8d9846c7a5932850c33d36e0", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-user", "id": "6351b30d45824ffbb9e6f013e50aea71"}, "audit_ids": ["eOth0V0rQ5WS6QpmxdxTgQ"], "issued_at": "2018-12-03T17:00:31.000000Z"}} 2018-12-03 17:00:31,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9983dc09f8bad62c766da609e6a0f4fd54454e1b" 2018-12-03 17:00:31,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-389a645c-8807-419e-a099-61b47d127add Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:00:31,159 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-389a645c-8807-419e-a099-61b47d127add 2018-12-03 17:00:31,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9983dc09f8bad62c766da609e6a0f4fd54454e1b" 2018-12-03 17:00:31,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-aa6a7191-75a7-4c28-88b4-f9c4827f5d57 Date: Mon, 03 Dec 2018 17:00:31 GMT RESP BODY: {"networks":[]} 2018-12-03 17:00:31,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net used request id req-aa6a7191-75a7-4c28-88b4-f9c4827f5d57 2018-12-03 17:00:31,343 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net 2018-12-03 17:00:31,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9983dc09f8bad62c766da609e6a0f4fd54454e1b" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net", "admin_state_up": true}}' 2018-12-03 17:00:31,868 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-4d413980-da48-4d84-8727-c28ef6cf0a95 Date: Mon, 03 Dec 2018 17:00:31 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T17:00:31Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","mtu":1450}} 2018-12-03 17:00:31,868 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-4d413980-da48-4d84-8727-c28ef6cf0a95 2018-12-03 17:00:31,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9983dc09f8bad62c766da609e6a0f4fd54454e1b" 2018-12-03 17:00:32,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-4fee8b7e-5520-4e7e-ba8f-11636e37cb45 Date: Mon, 03 Dec 2018 17:00:32 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-12-03T17:00:31Z","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net"}]} 2018-12-03 17:00:32,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-4fee8b7e-5520-4e7e-ba8f-11636e37cb45 2018-12-03 17:00:32,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9983dc09f8bad62c766da609e6a0f4fd54454e1b" 2018-12-03 17:00:32,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-223c7a51-8daa-4f4b-899b-857baaaf9fdd Date: Mon, 03 Dec 2018 17:00:32 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:00:32,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-223c7a51-8daa-4f4b-899b-857baaaf9fdd 2018-12-03 17:00:32,439 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet 2018-12-03 17:00:32,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9983dc09f8bad62c766da609e6a0f4fd54454e1b" -d '{"subnets": [{"ip_version": 4, "network_id": "b2486c49-35c2-4ac8-af8c-436db6bdd42c", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]}' 2018-12-03 17:00:32,939 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-43d982bb-da50-472c-ad11-6f97f4a2d94b Date: Mon, 03 Dec 2018 17:00:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:00:32,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-43d982bb-da50-472c-ad11-6f97f4a2d94b 2018-12-03 17:00:32,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9983dc09f8bad62c766da609e6a0f4fd54454e1b" 2018-12-03 17:00:33,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9f16978e-1787-491e-803e-1f506217ddef Date: Mon, 03 Dec 2018 17:00: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":["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"],"updated_at":"2018-12-03T17:00:32Z","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net"}]} 2018-12-03 17:00:33,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-9f16978e-1787-491e-803e-1f506217ddef 2018-12-03 17:00:33,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9983dc09f8bad62c766da609e6a0f4fd54454e1b" 2018-12-03 17:00:33,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-941853ed-04f9-40a7-a494-96900fd09c95 Date: Mon, 03 Dec 2018 17:00:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:00:33,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-941853ed-04f9-40a7-a494-96900fd09c95 2018-12-03 17:00:33,263 - OpenStackNetwork - DEBUG - Network [b2486c49-35c2-4ac8-af8c-436db6bdd42c] created successfully 2018-12-03 17:00:33,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:00:33,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:00:33,640 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1016a88e24474fecba499542900ae19c", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj-role"}], "expires_at": "2018-12-03T18:00:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "caebadbe8d9846c7a5932850c33d36e0", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-user", "id": "6351b30d45824ffbb9e6f013e50aea71"}, "audit_ids": ["ByX0Q9CFQ2Gad7esyc-mYg"], "issued_at": "2018-12-03T17:00:33.000000Z"}} 2018-12-03 17:00:33,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" 2018-12-03 17:00:33,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d5482fd-d707-4245-b83b-b0e950afe7d1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:00:33,708 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5d5482fd-d707-4245-b83b-b0e950afe7d1 2018-12-03 17:00:33,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" 2018-12-03 17:00:33,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7ae80205-ee23-4cd0-be58-e6ff89147d09 Date: Mon, 03 Dec 2018 17:00:33 GMT RESP BODY: {"routers": []} 2018-12-03 17:00:33,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router&admin_state_up=True used request id req-7ae80205-ee23-4cd0-be58-e6ff89147d09 2018-12-03 17:00:33,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:00:33,925 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:00:34,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1016a88e24474fecba499542900ae19c", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj-role"}], "expires_at": "2018-12-03T18:00:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "caebadbe8d9846c7a5932850c33d36e0", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-user", "id": "6351b30d45824ffbb9e6f013e50aea71"}, "audit_ids": ["UHlZRbVARVyR_31tN7_apw"], "issued_at": "2018-12-03T17:00:34.000000Z"}} 2018-12-03 17:00:34,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaea57703b8927a5b3be7eb6bbf67dd7d6258d60" 2018-12-03 17:00:34,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d5140a2-b9d4-43fa-bb43-7fe933418839 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:00:34,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7d5140a2-b9d4-43fa-bb43-7fe933418839 2018-12-03 17:00:34,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" 2018-12-03 17:00:34,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6ceea5bc-d233-4af6-97d5-798326d8dc84 Date: Mon, 03 Dec 2018 17:00:34 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:00:34,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-6ceea5bc-d233-4af6-97d5-798326d8dc84 2018-12-03 17:00:34,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" 2018-12-03 17:00:34,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0ad3e5ed-8a40-452d-9d36-33d9eb96e7ca Date: Mon, 03 Dec 2018 17:00:34 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:00:34,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-0ad3e5ed-8a40-452d-9d36-33d9eb96e7ca 2018-12-03 17:00:34,796 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router 2018-12-03 17:00:34,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router", "admin_state_up": true}}' 2018-12-03 17:00:39,663 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-d4f04152-ce4c-45c9-a99c-d31f1a1ad15f Date: Mon, 03 Dec 2018 17:00:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:35Z", "admin_state_up": true, "updated_at": "2018-12-03T17:00:36Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "eb7da7be-c6ee-4a18-b584-684cf8481885", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router"}} 2018-12-03 17:00:39,663 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-d4f04152-ce4c-45c9-a99c-d31f1a1ad15f 2018-12-03 17:00:39,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=eb7da7be-c6ee-4a18-b584-684cf8481885 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" 2018-12-03 17:00:39,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7932b144-0ae4-4780-9ae9-9100402a789b Date: Mon, 03 Dec 2018 17:00:39 GMT RESP BODY: {"ports":[]} 2018-12-03 17:00:39,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=eb7da7be-c6ee-4a18-b584-684cf8481885 used request id req-7932b144-0ae4-4780-9ae9-9100402a789b 2018-12-03 17:00:39,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" 2018-12-03 17:00:40,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8d6daa77-1fa2-4754-8cec-46a3c3a27335 Date: Mon, 03 Dec 2018 17:00: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":["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"],"updated_at":"2018-12-03T17:00:32Z","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net"}]} 2018-12-03 17:00:40,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net used request id req-8d6daa77-1fa2-4754-8cec-46a3c3a27335 2018-12-03 17:00:40,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:00:40,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:00: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:00:40,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" 2018-12-03 17:00:40,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64e61cc4-6b8b-42fc-9dfb-2787576b1068 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:00:40,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-64e61cc4-6b8b-42fc-9dfb-2787576b1068 2018-12-03 17:00:40,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" 2018-12-03 17:00:40,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6ad9f011-0ae5-45c0-a7af-846949ae777d Date: Mon, 03 Dec 2018 17:00:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:00:40,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-6ad9f011-0ae5-45c0-a7af-846949ae777d 2018-12-03 17:00:40,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c&name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" 2018-12-03 17:00:40,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-42412607-ac3f-4312-bc2e-673ae9e8d30f Date: Mon, 03 Dec 2018 17:00:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:00:40,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c&name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet used request id req-42412607-ac3f-4312-bc2e-673ae9e8d30f 2018-12-03 17:00:40,730 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-03 17:00:40,730 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router 2018-12-03 17:00:40,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/eb7da7be-c6ee-4a18-b584-684cf8481885/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" -d '{"subnet_id": "aa1e770d-a1b2-4559-a52d-9d3fb2b08279"}' 2018-12-03 17:00:42,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ff3b6f69-b48e-4e10-8e53-320b0920dab7 Date: Mon, 03 Dec 2018 17:00:42 GMT RESP BODY: {"network_id": "b2486c49-35c2-4ac8-af8c-436db6bdd42c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "subnet_id": "aa1e770d-a1b2-4559-a52d-9d3fb2b08279", "subnet_ids": ["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"], "port_id": "1d2f618a-c9ab-425c-a417-5d9116ccecb0", "id": "eb7da7be-c6ee-4a18-b584-684cf8481885"} 2018-12-03 17:00:42,702 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/eb7da7be-c6ee-4a18-b584-684cf8481885/add_router_interface used request id req-ff3b6f69-b48e-4e10-8e53-320b0920dab7 2018-12-03 17:00:42,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/eb7da7be-c6ee-4a18-b584-684cf8481885 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" 2018-12-03 17:00:42,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d66b9663-357e-411f-9b53-ee91793a8b18 Date: Mon, 03 Dec 2018 17:00:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:35Z", "admin_state_up": true, "updated_at": "2018-12-03T17:00:41Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "eb7da7be-c6ee-4a18-b584-684cf8481885", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router"}} 2018-12-03 17:00:42,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/eb7da7be-c6ee-4a18-b584-684cf8481885 used request id req-d66b9663-357e-411f-9b53-ee91793a8b18 2018-12-03 17:00:42,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=eb7da7be-c6ee-4a18-b584-684cf8481885 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" 2018-12-03 17:00:43,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-ef989e99-ecae-41d4-8b29-6c05d2458d88 Date: Mon, 03 Dec 2018 17:00:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.1"}],"id":"1d2f618a-c9ab-425c-a417-5d9116ccecb0","security_groups":[],"mac_address":"fa:16:3e:1c:0c:87","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:41Z","binding:vnic_type":"normal","device_id":"eb7da7be-c6ee-4a18-b584-684cf8481885"}]} 2018-12-03 17:00:43,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=eb7da7be-c6ee-4a18-b584-684cf8481885 used request id req-ef989e99-ecae-41d4-8b29-6c05d2458d88 2018-12-03 17:00:43,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/aa1e770d-a1b2-4559-a52d-9d3fb2b08279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" 2018-12-03 17:00:43,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-d3345c52-a502-4f97-85ef-ce2c0a94f472 Date: Mon, 03 Dec 2018 17:00:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}} 2018-12-03 17:00:43,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/aa1e770d-a1b2-4559-a52d-9d3fb2b08279 used request id req-d3345c52-a502-4f97-85ef-ce2c0a94f472 2018-12-03 17:00:43,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:00:43,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:00:43,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:00:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["kmIDr1-iQNuR9ZR-PPrlsQ"], "issued_at": "2018-12-03T17:00:43.000000Z"}} 2018-12-03 17:00:43,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef5b109d692f11ddcaa4134fc51fb65f2d13eb3" 2018-12-03 17:00:43,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfe35dd5-445c-4f00-b318-517cfb32524f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:00:43,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dfe35dd5-445c-4f00-b318-517cfb32524f 2018-12-03 17:00:43,798 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:00:43,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef5b109d692f11ddcaa4134fc51fb65f2d13eb3" 2018-12-03 17:00:43,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c519cb62-7eed-4e8d-b2f3-f3d711cef84c x-compute-request-id: req-c519cb62-7eed-4e8d-b2f3-f3d711cef84c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 17:00:43,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c519cb62-7eed-4e8d-b2f3-f3d711cef84c 2018-12-03 17:00:43,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef5b109d692f11ddcaa4134fc51fb65f2d13eb3" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-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-12-03 17:00:44,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00: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-6781c24c-b399-4a6d-a427-e2f2f529a5a7 x-compute-request-id: req-6781c24c-b399-4a6d-a427-e2f2f529a5a7 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d540145e-52fe-42ca-b074-6d8c910a2604", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:00:44,037 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6781c24c-b399-4a6d-a427-e2f2f529a5a7 2018-12-03 17:00:44,038 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:00:44,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:00:44,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1016a88e24474fecba499542900ae19c", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj-role"}], "expires_at": "2018-12-03T18:00:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "caebadbe8d9846c7a5932850c33d36e0", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-user", "id": "6351b30d45824ffbb9e6f013e50aea71"}, "audit_ids": ["qhHGb6HRTtq1y27APz121Q"], "issued_at": "2018-12-03T17:00:44.000000Z"}} 2018-12-03 17:00:44,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58464e055550e2c1623beb10c903697bc0c01d8" 2018-12-03 17:00:44,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfdd6599-0504-41d3-9b33-6d2b348a9b4e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:00:44,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bfdd6599-0504-41d3-9b33-6d2b348a9b4e 2018-12-03 17:00:44,563 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:00:44,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58464e055550e2c1623beb10c903697bc0c01d8" 2018-12-03 17:00:44,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00: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-ea8f4828-8815-4800-96ff-ed765216c2e6 x-compute-request-id: req-ea8f4828-8815-4800-96ff-ed765216c2e6 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 17:00:44,735 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-ea8f4828-8815-4800-96ff-ed765216c2e6 2018-12-03 17:00:44,735 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp... 2018-12-03 17:00:44,735 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 17:00:44,749 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp 2018-12-03 17:00:44,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58464e055550e2c1623beb10c903697bc0c01d8" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC6TqdO0yVO7A/UsVx3vUxKhC7N54HK/vjUm+s3FXBLt/K4KwQ/xxMsSoFmOnHxHsjdU+C532G8mc/R7mUfwCUh5qh14neGJu/ZQf17L+FfGl2nezgXUiUD0TCSDLNMBX2/4wbcx2PBzz6HZLQ072O0KRF2DSS+Q1QcoICObEupSQ==", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp"}}' 2018-12-03 17:00:44,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00: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-78bb2b96-20e7-4504-a523-efd8d835126a x-compute-request-id: req-78bb2b96-20e7-4504-a523-efd8d835126a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC6TqdO0yVO7A/UsVx3vUxKhC7N54HK/vjUm+s3FXBLt/K4KwQ/xxMsSoFmOnHxHsjdU+C532G8mc/R7mUfwCUh5qh14neGJu/ZQf17L+FfGl2nezgXUiUD0TCSDLNMBX2/4wbcx2PBzz6HZLQ072O0KRF2DSS+Q1QcoICObEupSQ==", "user_id": "6351b30d45824ffbb9e6f013e50aea71", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "fingerprint": "66:96:3e:99:6b:45:17:cc:85:54:16:60:49:c5:e4:e2"}} 2018-12-03 17:00:44,810 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-78bb2b96-20e7-4504-a523-efd8d835126a 2018-12-03 17:00:44,812 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0.pub 2018-12-03 17:00:44,813 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0 2018-12-03 17:00:44,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:00:44,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:00:45,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1016a88e24474fecba499542900ae19c", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj-role"}], "expires_at": "2018-12-03T18:00:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "caebadbe8d9846c7a5932850c33d36e0", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-user", "id": "6351b30d45824ffbb9e6f013e50aea71"}, "audit_ids": ["IuxUu-J2QU-ePNFlQ7gLvw"], "issued_at": "2018-12-03T17:00:45.000000Z"}} 2018-12-03 17:00:45,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:45,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d96d2a02-89ec-4dc4-825a-bb140f1669b1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:00:45,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d96d2a02-89ec-4dc4-825a-bb140f1669b1 2018-12-03 17:00:45,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:45,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d82a733c-c290-43c4-bbbc-f8ff8bd9c4ca Date: Mon, 03 Dec 2018 17:00:45 GMT RESP BODY: {"security_groups": []} 2018-12-03 17:00:45,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp used request id req-d82a733c-c290-43c4-bbbc-f8ff8bd9c4ca 2018-12-03 17:00:45,467 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp... 2018-12-03 17:00:45,467 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp 2018-12-03 17:00:45,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}}' 2018-12-03 17:00:45,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-768a2d3e-8da0-4ab2-b98e-f5b05b135683 Date: Mon, 03 Dec 2018 17:00:45 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "updated_at": "2018-12-03T17:00:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "revision_number": 0, "id": "53122530-e005-43eb-a823-6f8a8fd3d9f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "revision_number": 0, "id": "5d6f5756-8fd8-4913-8d46-33dbaf02658c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}], "revision_number": 2, "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}} 2018-12-03 17:00:45,804 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-768a2d3e-8da0-4ab2-b98e-f5b05b135683 2018-12-03 17:00:45,805 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd4c929d-9d80-4df8-acf7-ac916ba7a09c 2018-12-03 17:00:45,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:45,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cd6797b2-50d0-455f-a6bd-57e049869aac Date: Mon, 03 Dec 2018 17:00:45 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-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "53122530-e005-43eb-a823-6f8a8fd3d9f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "5d6f5756-8fd8-4913-8d46-33dbaf02658c"}]} 2018-12-03 17:00:45,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c used request id req-cd6797b2-50d0-455f-a6bd-57e049869aac 2018-12-03 17:00:45,990 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd4c929d-9d80-4df8-acf7-ac916ba7a09c 2018-12-03 17:00:45,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:46,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-94887016-ceb8-4d46-9acf-113a0806d44d Date: Mon, 03 Dec 2018 17:00: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-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "53122530-e005-43eb-a823-6f8a8fd3d9f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "5d6f5756-8fd8-4913-8d46-33dbaf02658c"}]} 2018-12-03 17:00:46,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c used request id req-94887016-ceb8-4d46-9acf-113a0806d44d 2018-12-03 17:00:46,192 - neutron_utils - INFO - Retrieving security group with ID - bd4c929d-9d80-4df8-acf7-ac916ba7a09c 2018-12-03 17:00:46,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:46,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-c084b725-69f3-441d-a270-0073699d842f Date: Mon, 03 Dec 2018 17:00:46 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "updated_at": "2018-12-03T17:00:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "revision_number": 0, "id": "53122530-e005-43eb-a823-6f8a8fd3d9f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "revision_number": 0, "id": "5d6f5756-8fd8-4913-8d46-33dbaf02658c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}], "revision_number": 2, "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}]} 2018-12-03 17:00:46,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c used request id req-c084b725-69f3-441d-a270-0073699d842f 2018-12-03 17:00:46,489 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd4c929d-9d80-4df8-acf7-ac916ba7a09c 2018-12-03 17:00:46,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:46,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-72d9ea52-5188-404f-a35b-4902628e00d3 Date: Mon, 03 Dec 2018 17:00: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-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "53122530-e005-43eb-a823-6f8a8fd3d9f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "5d6f5756-8fd8-4913-8d46-33dbaf02658c"}]} 2018-12-03 17:00:46,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c used request id req-72d9ea52-5188-404f-a35b-4902628e00d3 2018-12-03 17:00:46,667 - neutron_utils - INFO - Retrieving security group with ID - bd4c929d-9d80-4df8-acf7-ac916ba7a09c 2018-12-03 17:00:46,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:46,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-565c77b5-5f12-4203-89ce-6476dbea8050 Date: Mon, 03 Dec 2018 17:00:46 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "updated_at": "2018-12-03T17:00:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "revision_number": 0, "id": "53122530-e005-43eb-a823-6f8a8fd3d9f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "revision_number": 0, "id": "5d6f5756-8fd8-4913-8d46-33dbaf02658c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}], "revision_number": 2, "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}]} 2018-12-03 17:00:46,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c used request id req-565c77b5-5f12-4203-89ce-6476dbea8050 2018-12-03 17:00:46,856 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd4c929d-9d80-4df8-acf7-ac916ba7a09c 2018-12-03 17:00:46,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:47,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ffe3d8d0-c0ca-487b-a6e0-15f9a1e0c768 Date: Mon, 03 Dec 2018 17:00:47 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-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "53122530-e005-43eb-a823-6f8a8fd3d9f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "5d6f5756-8fd8-4913-8d46-33dbaf02658c"}]} 2018-12-03 17:00:47,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c used request id req-ffe3d8d0-c0ca-487b-a6e0-15f9a1e0c768 2018-12-03 17:00:47,034 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp 2018-12-03 17:00:47,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:47,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-e6adea8c-e7b3-4b39-83df-fe85bddb0110 Date: Mon, 03 Dec 2018 17:00:47 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "updated_at": "2018-12-03T17:00:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "revision_number": 0, "id": "53122530-e005-43eb-a823-6f8a8fd3d9f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "revision_number": 0, "id": "5d6f5756-8fd8-4913-8d46-33dbaf02658c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}], "revision_number": 2, "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}]} 2018-12-03 17:00:47,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp used request id req-e6adea8c-e7b3-4b39-83df-fe85bddb0110 2018-12-03 17:00:47,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:00:47,242 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:00: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:00:47,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:47,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b92d453-86c2-4e15-b585-b3f2d464eb1b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:00:47,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-7b92d453-86c2-4e15-b585-b3f2d464eb1b 2018-12-03 17:00:47,321 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd4c929d-9d80-4df8-acf7-ac916ba7a09c 2018-12-03 17:00:47,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:47,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9ecb7d6b-f3f7-4b74-b79b-1557d03d2710 Date: Mon, 03 Dec 2018 17:00:47 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-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "53122530-e005-43eb-a823-6f8a8fd3d9f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "5d6f5756-8fd8-4913-8d46-33dbaf02658c"}]} 2018-12-03 17:00:47,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c used request id req-9ecb7d6b-f3f7-4b74-b79b-1557d03d2710 2018-12-03 17:00:47,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}2de1f5b4196072c35da371e7e71bc70b6f56da75" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c"}}' 2018-12-03 17:00:47,774 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-cabe845e-2eb6-4742-9906-889f6ce88ca8 Date: Mon, 03 Dec 2018 17:00:47 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-12-03T17:00:47Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:47Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "d5606f67-a29c-4c03-94fb-183d4e5379b0"}} 2018-12-03 17:00:47,775 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-cabe845e-2eb6-4742-9906-889f6ce88ca8 2018-12-03 17:00:47,775 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp 2018-12-03 17:00:47,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:47,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-6c45ef58-886d-4b26-a986-088355763770 Date: Mon, 03 Dec 2018 17:00:47 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "updated_at": "2018-12-03T17:00:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "revision_number": 0, "id": "53122530-e005-43eb-a823-6f8a8fd3d9f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "revision_number": 0, "id": "5d6f5756-8fd8-4913-8d46-33dbaf02658c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:47Z", "revision_number": 0, "id": "d5606f67-a29c-4c03-94fb-183d4e5379b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:47Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}], "revision_number": 3, "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}]} 2018-12-03 17:00:47,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp used request id req-6c45ef58-886d-4b26-a986-088355763770 2018-12-03 17:00:47,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:48,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3945e227-1575-4a7e-afbf-1f88875427f0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:00:48,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-3945e227-1575-4a7e-afbf-1f88875427f0 2018-12-03 17:00:48,059 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd4c929d-9d80-4df8-acf7-ac916ba7a09c 2018-12-03 17:00:48,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:48,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-3aa8908e-51cd-4308-bae7-0ac3f1a08a8d Date: Mon, 03 Dec 2018 17:00: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-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "53122530-e005-43eb-a823-6f8a8fd3d9f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "5d6f5756-8fd8-4913-8d46-33dbaf02658c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:00:47Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:47Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "d5606f67-a29c-4c03-94fb-183d4e5379b0"}]} 2018-12-03 17:00:48,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c used request id req-3aa8908e-51cd-4308-bae7-0ac3f1a08a8d 2018-12-03 17:00:48,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}2de1f5b4196072c35da371e7e71bc70b6f56da75" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c"}}' 2018-12-03 17:00:48,600 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-5e19477f-41d8-4ac3-8d18-6bf680181ed2 Date: Mon, 03 Dec 2018 17:00:48 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-12-03T17:00:48Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": 22, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:48Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "9903e93f-eb87-4992-a6aa-0206f46acf2a"}} 2018-12-03 17:00:48,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-5e19477f-41d8-4ac3-8d18-6bf680181ed2 2018-12-03 17:00:48,601 - neutron_utils - INFO - Retrieving security group with ID - bd4c929d-9d80-4df8-acf7-ac916ba7a09c 2018-12-03 17:00:48,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:48,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-894c1e94-3886-4f4c-b364-0f9db59fff0c Date: Mon, 03 Dec 2018 17:00:48 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "updated_at": "2018-12-03T17:00:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "revision_number": 0, "id": "53122530-e005-43eb-a823-6f8a8fd3d9f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "revision_number": 0, "id": "5d6f5756-8fd8-4913-8d46-33dbaf02658c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:00:48Z", "revision_number": 0, "id": "9903e93f-eb87-4992-a6aa-0206f46acf2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:48Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:47Z", "revision_number": 0, "id": "d5606f67-a29c-4c03-94fb-183d4e5379b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:47Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}], "revision_number": 4, "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}]} 2018-12-03 17:00:48,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c used request id req-894c1e94-3886-4f4c-b364-0f9db59fff0c 2018-12-03 17:00:48,804 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd4c929d-9d80-4df8-acf7-ac916ba7a09c 2018-12-03 17:00:48,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:00:48,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-955f76ed-6503-42ce-b5a8-d0bc3b3befa1 Date: Mon, 03 Dec 2018 17:00: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-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "53122530-e005-43eb-a823-6f8a8fd3d9f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:00:45Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:45Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "5d6f5756-8fd8-4913-8d46-33dbaf02658c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-03T17:00:48Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": 22, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:48Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "9903e93f-eb87-4992-a6aa-0206f46acf2a"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:00:47Z", "security_group_id": "bd4c929d-9d80-4df8-acf7-ac916ba7a09c", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:47Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "d5606f67-a29c-4c03-94fb-183d4e5379b0"}]} 2018-12-03 17:00:48,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bd4c929d-9d80-4df8-acf7-ac916ba7a09c used request id req-955f76ed-6503-42ce-b5a8-d0bc3b3befa1 2018-12-03 17:00:48,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:00:48,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:00:49,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1016a88e24474fecba499542900ae19c", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj-role"}], "expires_at": "2018-12-03T18:00:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "caebadbe8d9846c7a5932850c33d36e0", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-user", "id": "6351b30d45824ffbb9e6f013e50aea71"}, "audit_ids": ["w1xtkf5iTjyQqPUrS2YVug"], "issued_at": "2018-12-03T17:00:49.000000Z"}} 2018-12-03 17:00:49,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:49,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccd9f964-a1f0-43e9-af05-351a9f945d9a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:00:49,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ccd9f964-a1f0-43e9-af05-351a9f945d9a 2018-12-03 17:00:49,286 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:00:49,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:49,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4540b84-b5bc-4e4f-8e0e-521eaa8ae2bc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:00:49,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b4540b84-b5bc-4e4f-8e0e-521eaa8ae2bc 2018-12-03 17:00:49,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:49,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9b696079-5374-4c47-b66e-2f81e8f6e15e Date: Mon, 03 Dec 2018 17:00: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":["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"],"updated_at":"2018-12-03T17:00:32Z","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net"}]} 2018-12-03 17:00:49,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net used request id req-9b696079-5374-4c47-b66e-2f81e8f6e15e 2018-12-03 17:00:49,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:00:49,632 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:00: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:00:49,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:49,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c00bcb1c-aef3-40fd-b7f3-c43fa9b1a489 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:00:49,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-c00bcb1c-aef3-40fd-b7f3-c43fa9b1a489 2018-12-03 17:00:49,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:49,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-552e657b-beef-478a-89d5-19cb048543d0 Date: Mon, 03 Dec 2018 17:00:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:00:49,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-552e657b-beef-478a-89d5-19cb048543d0 2018-12-03 17:00:49,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c&name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:50,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e5a92fcd-6267-45ae-8912-8fd59f755f94 Date: Mon, 03 Dec 2018 17:00:50 GMT RESP BODY: {"ports":[]} 2018-12-03 17:00:50,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c&name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1&admin_state_up=True used request id req-e5a92fcd-6267-45ae-8912-8fd59f755f94 2018-12-03 17:00:50,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:50,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4953807d-4a9b-4e08-bfe9-63da43f483c0 x-compute-request-id: req-4953807d-4a9b-4e08-bfe9-63da43f483c0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 17:00:50,332 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst used request id req-4953807d-4a9b-4e08-bfe9-63da43f483c0 2018-12-03 17:00:50,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:50,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b1ba8b93-3795-4421-be7a-51e4f928051b Date: Mon, 03 Dec 2018 17:00: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":["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"],"updated_at":"2018-12-03T17:00:32Z","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net"}]} 2018-12-03 17:00:50,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net used request id req-b1ba8b93-3795-4421-be7a-51e4f928051b 2018-12-03 17:00:50,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:50,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcc86469-cff2-4a03-bb3e-5e9b3b385159 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:00:50,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-fcc86469-cff2-4a03-bb3e-5e9b3b385159 2018-12-03 17:00:50,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:50,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f1e8f25f-0f5d-4882-b0ae-14f83d82fde8 Date: Mon, 03 Dec 2018 17:00:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:00:50,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-f1e8f25f-0f5d-4882-b0ae-14f83d82fde8 2018-12-03 17:00:50,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c&name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:51,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f15895cb-d8ee-4d89-b14a-426673a70975 Date: Mon, 03 Dec 2018 17:00:51 GMT RESP BODY: {"ports":[]} 2018-12-03 17:00:51,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c&name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1&admin_state_up=True used request id req-f15895cb-d8ee-4d89-b14a-426673a70975 2018-12-03 17:00:51,047 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:00:51,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:00:51,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1016a88e24474fecba499542900ae19c", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj-role"}], "expires_at": "2018-12-03T18:00:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "caebadbe8d9846c7a5932850c33d36e0", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/caebadbe8d9846c7a5932850c33d36e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-user", "id": "6351b30d45824ffbb9e6f013e50aea71"}, "audit_ids": ["qdlvcunaQ_Orir6d9DdPRw"], "issued_at": "2018-12-03T17:00:51.000000Z"}} 2018-12-03 17:00:51,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb53e6694017054ee6a2f8fd848a86d5f5bb15da" 2018-12-03 17:00:51,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c4a6ed1-1988-46f0-8cdd-f8d2894dcf7c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:00:51,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7c4a6ed1-1988-46f0-8cdd-f8d2894dcf7c 2018-12-03 17:00:51,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:51,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bf5547d3-7bee-4668-8202-a152f70677f3 Date: Mon, 03 Dec 2018 17:00: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":["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"],"updated_at":"2018-12-03T17:00:32Z","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net"}]} 2018-12-03 17:00:51,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net used request id req-bf5547d3-7bee-4668-8202-a152f70677f3 2018-12-03 17:00:51,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:51,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3b0a4a50-55e3-4a1f-8fa6-70750fc466b8 Date: Mon, 03 Dec 2018 17:00:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:00:51,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-3b0a4a50-55e3-4a1f-8fa6-70750fc466b8 2018-12-03 17:00:51,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:52,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-69d57a61-dccd-47bf-9fc3-6df62d059cf8 Date: Mon, 03 Dec 2018 17:00: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":["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"],"updated_at":"2018-12-03T17:00:32Z","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net"}]} 2018-12-03 17:00:52,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net used request id req-69d57a61-dccd-47bf-9fc3-6df62d059cf8 2018-12-03 17:00:52,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:00:52,157 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:00: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:00:52,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb53e6694017054ee6a2f8fd848a86d5f5bb15da" 2018-12-03 17:00:52,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f341207-d3f3-4155-b4a0-2d91d614c683 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:00:52,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-1f341207-d3f3-4155-b4a0-2d91d614c683 2018-12-03 17:00:52,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:52,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-edbb6814-1ce1-41a7-a72f-a24c160341a2 Date: Mon, 03 Dec 2018 17:00:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:00:52,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-edbb6814-1ce1-41a7-a72f-a24c160341a2 2018-12-03 17:00:52,455 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net 2018-12-03 17:00:52,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" -d '{"port": {"network_id": "b2486c49-35c2-4ac8-af8c-436db6bdd42c", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1", "admin_state_up": true}}' 2018-12-03 17:00:53,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-b6791083-86fd-4617-91b2-a999a065f38d Date: Mon, 03 Dec 2018 17:00:53 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:53Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.5"}],"id":"955e0bc4-8e45-4589-afb4-99ea305d0a45","security_groups":["0ac81baa-aac4-49fe-a68f-c0dc25aa745b"],"mac_address":"fa:16:3e:5a:57:5e","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1","project_id":"caebadbe8d9846c7a5932850c33d36e0","qos_policy_id":null,"admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:52Z","binding:vnic_type":"normal"}} 2018-12-03 17:00:53,569 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-b6791083-86fd-4617-91b2-a999a065f38d 2018-12-03 17:00:53,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:53,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-983191e8-d7a1-4a18-9f1a-1f8223baaa1c Date: Mon, 03 Dec 2018 17:00: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":["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"],"updated_at":"2018-12-03T17:00:32Z","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net"}]} 2018-12-03 17:00:53,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net used request id req-983191e8-d7a1-4a18-9f1a-1f8223baaa1c 2018-12-03 17:00:53,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:53,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb435cb9-9dca-4761-a5ce-cd1bab0762de Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:00:53,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-eb435cb9-9dca-4761-a5ce-cd1bab0762de 2018-12-03 17:00:53,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:54,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7b0df17f-fcd2-492a-9cb0-4e5845bf5a95 Date: Mon, 03 Dec 2018 17:00:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:00:54,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-7b0df17f-fcd2-492a-9cb0-4e5845bf5a95 2018-12-03 17:00:54,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c&name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:54,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-1bbf1438-86bf-46b3-a535-a34eb2a30587 Date: Mon, 03 Dec 2018 17:00:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:53Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.5"}],"id":"955e0bc4-8e45-4589-afb4-99ea305d0a45","security_groups":["0ac81baa-aac4-49fe-a68f-c0dc25aa745b"],"mac_address":"fa:16:3e:5a:57:5e","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:52Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 17:00:54,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c&name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1&admin_state_up=True used request id req-1bbf1438-86bf-46b3-a535-a34eb2a30587 2018-12-03 17:00:54,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:54,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96bdf73e-70dc-4a5c-852c-f68e2af1909a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:00:54,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-96bdf73e-70dc-4a5c-852c-f68e2af1909a 2018-12-03 17:00:54,288 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst 2018-12-03 17:00:54,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:54,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00: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-506a40d7-fa4a-48fa-adfe-7ca093983b00 x-compute-request-id: req-506a40d7-fa4a-48fa-adfe-7ca093983b00 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-flavor-name"}]} 2018-12-03 17:00:54,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-506a40d7-fa4a-48fa-adfe-7ca093983b00 2018-12-03 17:00:54,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/d540145e-52fe-42ca-b074-6d8c910a2604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:54,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00: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-21cffdbe-735c-4fc1-9d90-c51a7ba5a453 x-compute-request-id: req-21cffdbe-735c-4fc1-9d90-c51a7ba5a453 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d540145e-52fe-42ca-b074-6d8c910a2604", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:00:54,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/d540145e-52fe-42ca-b074-6d8c910a2604 used request id req-21cffdbe-735c-4fc1-9d90-c51a7ba5a453 2018-12-03 17:00:54,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:54,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-f04113bd-002a-4eb0-8fb1-453babcee14a Date: Mon, 03 Dec 2018 17:00:54 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:00:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:00:30Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f/snap", "metadata": {}}], "self": "/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "min_disk": 0, "protected": false, "id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "file": "/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "caebadbe8d9846c7a5932850c33d36e0", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image"} 2018-12-03 17:00:54,516 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image used request id req-f04113bd-002a-4eb0-8fb1-453babcee14a 2018-12-03 17:00:54,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:54,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c552d7dc-d508-4c3b-b3d2-4afccaa1b9e1 Date: Mon, 03 Dec 2018 17:00: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-12-03 17:00:54,678 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c552d7dc-d508-4c3b-b3d2-4afccaa1b9e1 2018-12-03 17:00:54,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "imageRef": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "flavorRef": "d540145e-52fe-42ca-b074-6d8c910a2604", "max_count": 1, "min_count": 1, "networks": [{"port": "955e0bc4-8e45-4589-afb4-99ea305d0a45"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}]}}' 2018-12-03 17:00:56,764 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:00: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-d15f7448-cb58-4e66-a01d-7a80d991b530 x-compute-request-id: req-d15f7448-cb58-4e66-a01d-7a80d991b530 Content-Length: 444 location: http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "adminPass": "RCsybpMhj3k8"}} 2018-12-03 17:00:56,764 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-d15f7448-cb58-4e66-a01d-7a80d991b530 2018-12-03 17:00:56,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:56,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00: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-02722bc4-0ca1-4c04-9f55-6531688816dc x-compute-request-id: req-02722bc4-0ca1-4c04-9f55-6531688816dc 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.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "user_id": "6351b30d45824ffbb9e6f013e50aea71", "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-12-03T17:00:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:00:56,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-02722bc4-0ca1-4c04-9f55-6531688816dc 2018-12-03 17:00:56,977 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst 2018-12-03 17:00:56,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:00:57,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:00: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-9dc6a11e-0f7e-4214-9a5d-3dfb2d5763b1 x-compute-request-id: req-9dc6a11e-0f7e-4214-9a5d-3dfb2d5763b1 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "user_id": "6351b30d45824ffbb9e6f013e50aea71", "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-12-03T17:00:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:00:57,185 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-9dc6a11e-0f7e-4214-9a5d-3dfb2d5763b1 2018-12-03 17:00:57,186 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst] is - BUILD 2018-12-03 17:00:57,186 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:01:00,189 - create_instance - DEBUG - VM status query timeout in 896.787841082 2018-12-03 17:01:00,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:00,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14bfa7f9-7a17-44f9-bf70-deb8297ff33d x-compute-request-id: req-14bfa7f9-7a17-44f9-bf70-deb8297ff33d 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.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "security_groups": [{"name": "default"}], "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:00:58Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:00,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-14bfa7f9-7a17-44f9-bf70-deb8297ff33d 2018-12-03 17:01:00,938 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst] is - BUILD 2018-12-03 17:01:00,938 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:01:03,941 - create_instance - DEBUG - VM status query timeout in 893.035686016 2018-12-03 17:01:03,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:04,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01: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-b64a4674-bc1e-4b44-86ce-4eab95ed3c6a x-compute-request-id: req-b64a4674-bc1e-4b44-86ce-4eab95ed3c6a Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:57:5e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:01:01.000000", "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "security_groups": [{"name": "default"}], "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:01:01Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:04,738 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-b64a4674-bc1e-4b44-86ce-4eab95ed3c6a 2018-12-03 17:01:04,738 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst] is - ACTIVE 2018-12-03 17:01:04,738 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:01:04,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:05,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14493ae3-4e0e-45df-8913-b2321d738c31 x-compute-request-id: req-14493ae3-4e0e-45df-8913-b2321d738c31 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:57:5e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:01:01.000000", "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "security_groups": [{"name": "default"}], "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:01:01Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:05,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-14493ae3-4e0e-45df-8913-b2321d738c31 2018-12-03 17:01:05,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:05,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-363e8014-2cab-4300-ab2f-a78eca8aff9a Date: Mon, 03 Dec 2018 17:01: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":["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"],"updated_at":"2018-12-03T17:00:32Z","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net"}]} 2018-12-03 17:01:05,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net used request id req-363e8014-2cab-4300-ab2f-a78eca8aff9a 2018-12-03 17:01:05,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:05,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b74b66e-00fc-4182-b268-9a5e3e3b4df3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:01:05,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-2b74b66e-00fc-4182-b268-9a5e3e3b4df3 2018-12-03 17:01:05,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:05,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6a6c2d9e-ff42-446b-a971-7855486209a1 Date: Mon, 03 Dec 2018 17:01:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:01:05,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-6a6c2d9e-ff42-446b-a971-7855486209a1 2018-12-03 17:01:05,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:05,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-74073e6a-9c53-46c3-be8d-91fed5071cf4 Date: Mon, 03 Dec 2018 17:01:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.1"}],"id":"1d2f618a-c9ab-425c-a417-5d9116ccecb0","security_groups":[],"mac_address":"fa:16:3e:1c:0c:87","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:41Z","binding:vnic_type":"normal","device_id":"eb7da7be-c6ee-4a18-b584-684cf8481885"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.3"}],"id":"62cbe20a-7e6c-41a6-9070-596abe742db6","security_groups":[],"mac_address":"fa:16:3e:67:93:04","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b2486c49-35c2-4ac8-af8c-436db6bdd42c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.4"}],"id":"950c95d5-a4d8-4ee2-9fc3-20663d78751e","security_groups":[],"mac_address":"fa:16:3e:bb:e1:92","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b2486c49-35c2-4ac8-af8c-436db6bdd42c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:01Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.5"}],"id":"955e0bc4-8e45-4589-afb4-99ea305d0a45","security_groups":["0ac81baa-aac4-49fe-a68f-c0dc25aa745b"],"mac_address":"fa:16:3e:5a:57:5e","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:52Z","binding:vnic_type":"normal","device_id":"725ee1e1-5069-41a0-a42c-e5618ec2c3b2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.2"}],"id":"f3568c37-b5c8-48cb-8b9b-67a128946277","security_groups":[],"mac_address":"fa:16:3e:2e:e3:c7","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b2486c49-35c2-4ac8-af8c-436db6bdd42c"}]} 2018-12-03 17:01:05,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-74073e6a-9c53-46c3-be8d-91fed5071cf4 2018-12-03 17:01:05,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:06,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01: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-cc672a70-0e3e-4532-96e7-12807208a1fb x-compute-request-id: req-cc672a70-0e3e-4532-96e7-12807208a1fb Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:57:5e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:01:01.000000", "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "security_groups": [{"name": "default"}], "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:01:01Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:06,702 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-cc672a70-0e3e-4532-96e7-12807208a1fb 2018-12-03 17:01:06,703 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst] is - ACTIVE 2018-12-03 17:01:06,703 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:01:06,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:07,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01: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-1eecc57d-e985-4f5b-9a52-241d1c89002f x-compute-request-id: req-1eecc57d-e985-4f5b-9a52-241d1c89002f Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:57:5e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:01:01.000000", "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "security_groups": [{"name": "default"}], "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:01:01Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:07,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-1eecc57d-e985-4f5b-9a52-241d1c89002f 2018-12-03 17:01:07,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:07,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-dbaef8f9-4e89-441b-9a3c-d89fb8665b43 Date: Mon, 03 Dec 2018 17:01: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":["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"],"updated_at":"2018-12-03T17:00:32Z","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net"}]} 2018-12-03 17:01:07,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net used request id req-dbaef8f9-4e89-441b-9a3c-d89fb8665b43 2018-12-03 17:01:07,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:07,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5782aaec-2b37-4a0e-a488-6bd01bb8976f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:01:07,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-5782aaec-2b37-4a0e-a488-6bd01bb8976f 2018-12-03 17:01:07,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:07,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c8ccb55f-a674-4e8a-96de-b2da113cce50 Date: Mon, 03 Dec 2018 17:01:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:01:07,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-c8ccb55f-a674-4e8a-96de-b2da113cce50 2018-12-03 17:01:07,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:07,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-49f27f09-b2fc-415c-b082-c2754f66e1a4 Date: Mon, 03 Dec 2018 17:01:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.1"}],"id":"1d2f618a-c9ab-425c-a417-5d9116ccecb0","security_groups":[],"mac_address":"fa:16:3e:1c:0c:87","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:41Z","binding:vnic_type":"normal","device_id":"eb7da7be-c6ee-4a18-b584-684cf8481885"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.3"}],"id":"62cbe20a-7e6c-41a6-9070-596abe742db6","security_groups":[],"mac_address":"fa:16:3e:67:93:04","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b2486c49-35c2-4ac8-af8c-436db6bdd42c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.4"}],"id":"950c95d5-a4d8-4ee2-9fc3-20663d78751e","security_groups":[],"mac_address":"fa:16:3e:bb:e1:92","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b2486c49-35c2-4ac8-af8c-436db6bdd42c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:01Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.5"}],"id":"955e0bc4-8e45-4589-afb4-99ea305d0a45","security_groups":["0ac81baa-aac4-49fe-a68f-c0dc25aa745b"],"mac_address":"fa:16:3e:5a:57:5e","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:52Z","binding:vnic_type":"normal","device_id":"725ee1e1-5069-41a0-a42c-e5618ec2c3b2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.2"}],"id":"f3568c37-b5c8-48cb-8b9b-67a128946277","security_groups":[],"mac_address":"fa:16:3e:2e:e3:c7","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b2486c49-35c2-4ac8-af8c-436db6bdd42c"}]} 2018-12-03 17:01:07,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-49f27f09-b2fc-415c-b082-c2754f66e1a4 2018-12-03 17:01:07,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}}' 2018-12-03 17:01:09,141 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:01:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-83d3f373-72f8-41c8-b6b2-b8deddd856c6 x-compute-request-id: req-83d3f373-72f8-41c8-b6b2-b8deddd856c6 Content-Length: 0 Content-Type: application/json 2018-12-03 17:01:09,141 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2/action used request id req-83d3f373-72f8-41c8-b6b2-b8deddd856c6 2018-12-03 17:01:09,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:09,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01: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-87082a05-9939-4477-a764-be77daa53591 x-compute-request-id: req-87082a05-9939-4477-a764-be77daa53591 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:57:5e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:01:01.000000", "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}], "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:01:01Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:09,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-87082a05-9939-4477-a764-be77daa53591 2018-12-03 17:01:09,465 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst] is - ACTIVE 2018-12-03 17:01:09,465 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:01:09,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:09,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01: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-4460193c-7eb4-43cf-82a7-c502692562f4 x-compute-request-id: req-4460193c-7eb4-43cf-82a7-c502692562f4 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:57:5e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:01:01.000000", "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}], "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:01:01Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:09,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-4460193c-7eb4-43cf-82a7-c502692562f4 2018-12-03 17:01:09,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:09,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-80dbbe99-1b94-410c-bbf2-c0ef6fa6191f Date: Mon, 03 Dec 2018 17:01: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":["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"],"updated_at":"2018-12-03T17:00:32Z","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net"}]} 2018-12-03 17:01:09,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net used request id req-80dbbe99-1b94-410c-bbf2-c0ef6fa6191f 2018-12-03 17:01:09,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:09,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b9587dc-1bda-4e06-8d1f-d0401a77c1d9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:01:09,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-5b9587dc-1bda-4e06-8d1f-d0401a77c1d9 2018-12-03 17:01:09,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:10,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b02a4654-5b76-47fc-bf81-a3fbda0f08d5 Date: Mon, 03 Dec 2018 17:01:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:01:10,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-b02a4654-5b76-47fc-bf81-a3fbda0f08d5 2018-12-03 17:01:10,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:10,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-302252f3-628a-4953-8a22-51bf54afb960 Date: Mon, 03 Dec 2018 17:01:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.1"}],"id":"1d2f618a-c9ab-425c-a417-5d9116ccecb0","security_groups":[],"mac_address":"fa:16:3e:1c:0c:87","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:41Z","binding:vnic_type":"normal","device_id":"eb7da7be-c6ee-4a18-b584-684cf8481885"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.3"}],"id":"62cbe20a-7e6c-41a6-9070-596abe742db6","security_groups":[],"mac_address":"fa:16:3e:67:93:04","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b2486c49-35c2-4ac8-af8c-436db6bdd42c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.4"}],"id":"950c95d5-a4d8-4ee2-9fc3-20663d78751e","security_groups":[],"mac_address":"fa:16:3e:bb:e1:92","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b2486c49-35c2-4ac8-af8c-436db6bdd42c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:08Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.5"}],"id":"955e0bc4-8e45-4589-afb4-99ea305d0a45","security_groups":["0ac81baa-aac4-49fe-a68f-c0dc25aa745b","bd4c929d-9d80-4df8-acf7-ac916ba7a09c"],"mac_address":"fa:16:3e:5a:57:5e","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:52Z","binding:vnic_type":"normal","device_id":"725ee1e1-5069-41a0-a42c-e5618ec2c3b2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.2"}],"id":"f3568c37-b5c8-48cb-8b9b-67a128946277","security_groups":[],"mac_address":"fa:16:3e:2e:e3:c7","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b2486c49-35c2-4ac8-af8c-436db6bdd42c"}]} 2018-12-03 17:01:10,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-302252f3-628a-4953-8a22-51bf54afb960 2018-12-03 17:01:10,130 - create_instance_tests - INFO - Looking for IP 10.55.1.5 in the console log 2018-12-03 17:01:10,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:10,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23fd0128-c04f-40c1-aa9b-1c00941d648b x-compute-request-id: req-23fd0128-c04f-40c1-aa9b-1c00941d648b Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:57:5e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:01:01.000000", "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}], "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:01:01Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:10,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-23fd0128-c04f-40c1-aa9b-1c00941d648b 2018-12-03 17:01:10,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 17:01:11,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-230dc5f4-7026-4b03-a128-41817163f810 x-compute-request-id: req-230dc5f4-7026-4b03-a128-41817163f810 Content-Encoding: gzip Content-Length: 9671 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 514667777 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.143115] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144793] pid_max: default: 32768 minimum: 301\n[ 0.145725] ACPI: Core revision 20150930\n[ 0.147190] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148530] Security Framework initialized\n[ 0.149365] Yama: becoming mindful.\n[ 0.150108] AppArmor: AppArmor initialized\n[ 0.151012] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152337] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.153610] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.154847] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.156308] Initializing cgroup subsys io\n[ 0.157135] Initializing cgroup subsys memory\n[ 0.158013] Initializing cgroup subsys devices\n[ 0.158932] Initializing cgroup subsys freezer\n[ 0.159839] Initializing cgroup subsys net_cls\n[ 0.160719] Initializing cgroup subsys perf_event\n[ 0.161641] Initializing cgroup subsys net_prio\n[ 0.162576] Initializing cgroup subsys hugetlb\n[ 0.163483] Initializing cgroup subsys pids\n[ 0.164367] CPU: Physical Processor ID: 0\n[ 0.165869] mce: CPU supports 10 MCE banks\n[ 0.166753] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167796] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170075] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176554] ftrace: allocating 31920 entries in 125 pages\n[ 0.202886] smpboot: Max logical packages: 2\n[ 0.203759] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204986] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.206377] x2apic enabled\n[ 0.207222] Switched APIC routing to physical x2apic.\n[ 0.209009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210251] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212449] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214451] KVM setup paravirtual spinlock\n[ 0.215857] x86: Booting SMP configuration:\n[ 0.216796] .... node #0, CPUs: #1\n[ 0.217726] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.240326] x86: Booted up 1 node, 2 CPUs\n[ 0.240328] KVM setup async PF for cpu 1\n[ 0.240330] kvm-stealtime: cpu 1, msr f90d940\n[ 0.243005] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.244540] devtmpfs: initialized\n[ 0.246255] evm: security.selinux\n[ 0.246996] evm: security.SMACK64\n[ 0.247712] evm: security.SMACK64EXEC\n[ 0.248498] evm: security.SMACK64TRANSMUTE\n[ 0.249366] evm: security.SMACK64MMAP\n[ 0.250121] evm: security.ima\n[ 0.250768] evm: security.capability\n[ 0.251633] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253582] pinctrl core: initialized pinctrl subsystem\n[ 0.254762] RTC time: 17:01:01, date: 12/03/18\n[ 0.255808] NET: Registered protocol family 16\n[ 0.265565] cpuidle: using governor ladder\n[ 0.277657] cpuidle: using governor menu\n[ 0.278472] PCCT header not found.\n[ 0.279236] ACPI: bus type PCI registered\n[ 0.280028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281266] PCI: Using configuration type 1 for base access\n[ 0.294672] ACPI: Added _OSI(Module Device)\n[ 0.295522] ACPI: Added _OSI(Processor Device)\n[ 0.296375] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.297256] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.299552] ACPI: Interpreter enabled\n[ 0.300307] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.302122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.303938] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.305750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.307568] ACPI: (supports S0 S5)\n[ 0.308264] ACPI: Using IOAPIC for interrupt routing\n[ 0.309190] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.312536] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.313659] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.314872] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.316051] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.318275] acpiphp: Slot [3] registered\n[ 0.319073] acpiphp: Slot [4] registered\n[ 0.319860] acpiphp: Slot [5] registered\n[ 0.320652] acpiphp: Slot [6] registered\n[ 0.321441] acpiphp: Slot [7] registered\n[ 0.322227] acpiphp: Slot [8] registered\n[ 0.323016] acpiphp: Slot [9] registered\n[ 0.323800] acpiphp: Slot [10] registered\n[ 0.334600] acpiphp: Slot [11] registered\n[ 0.335411] acpiphp: Slot [12] registered\n[ 0.336216] acpiphp: Slot [13] registered\n[ 0.337012] acpiphp: Slot [14] registered\n[ 0.337826] acpiphp: Slot [15] registered\n[ 0.338637] acpiphp: Slot [16] registered\n[ 0.339444] acpiphp: Slot [17] registered\n[ 0.340238] acpiphp: Slot [18] registered\n[ 0.341037] acpiphp: Slot [19] registered\n[ 0.341832] acpiphp: Slot [20] registered\n[ 0.342639] acpiphp: Slot [21] registered\n[ 0.343442] acpiphp: Slot [22] registered\n[ 0.344245] acpiphp: Slot [23] registered\n[ 0.345049] acpiphp: Slot [24] registered\n[ 0.345846] acpiphp: Slot [25] registered\n[ 0.346650] acpiphp: Slot [26] registered\n[ 0.347464] acpiphp: Slot [27] registered\n[ 0.348266] acpiphp: Slot [28] registered\n[ 0.349062] acpiphp: Slot [29] registered\n[ 0.349856] acpiphp: Slot [30] registered\n[ 0.350660] acpiphp: Slot [31] registered\n[ 0.351466] PCI host bridge to bus 0000:00\n[ 0.352264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.353473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.354672] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.356104] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.357532] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.363791] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.365066] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.366222] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.367477] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.373909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.375327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.420766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.423638] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425057] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.427698] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.429071] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.430120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.431635] vgaarb: loaded\n[ 0.432229] vgaarb: bridge control possible 0000:00:02.0\n[ 0.433369] SCSI subsystem initialized\n[ 0.434199] ACPI: bus type USB registered\n[ 0.435008] usbcore: registered new interface driver usbfs\n[ 0.436018] usbcore: registered new interface driver hub\n[ 0.437017] usbcore: registered new device driver usb\n[ 0.438111] PCI: Using ACPI for IRQ routing\n[ 0.439134] NetLabel: Initializing\n[ 0.439842] NetLabel: domain hash size = 128\n[ 0.440682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.441618] NetLabel: unlabeled traffic allowed by default\n[ 0.442749] clocksource: Switched to clocksource kvm-clock\n[ 0.448709] AppArmor: AppArmor Filesystem Enabled\n[ 0.449660] pnp: PnP ACPI init\n[ 0.450583] pnp: PnP ACPI: found 5 devices\n[ 0.457679] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.459368] NET: Registered protocol family 2\n[ 0.460344] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.461597] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.462748] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.463895] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464949] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.466095] NET: Registered protocol family 1\n[ 0.466952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.468035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487535] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.506403] Trying to unpack rootfs image as initramfs...\n[ 0.557063] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.571202] Scanning for low memory corruption every 60 seconds\n[ 0.572577] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.573716] audit: initializing netlink subsys (disabled)\n[ 0.574731] audit: type=2000 audit(1543856462.234:1): initialized\n[ 0.576043] Initialise system trusted keyring\n[ 0.577010] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579530] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581814] zbud: loaded\n[ 0.582557] VFS: Disk quotas dquot_6.6.0\n[ 0.583376] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.584940] fuse init (API version 7.23)\n[ 0.585854] Key type big_key registered\n[ 0.586677] Allocating IMA MOK and blacklist keyrings.\n[ 0.587900] Key type asymmetric registered\n[ 0.588713] Asymmetric key parser 'x509' registered\n[ 0.589651] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591117] io scheduler noop registered\n[ 0.591893] io scheduler deadline registered (default)\n[ 0.592865] io scheduler cfq registered\n[ 0.593695] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.594722] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.595982] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.597399] ACPI: Power Button [PWRF]\n[ 0.598277] GHES: HEST is not enabled!\n[ 0.616657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.656467] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.680652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.684094] Linux agpgart interface v0.103\n[ 0.688090] brd: module loaded\n[ 0.690033] loop: module loaded\n[ 0.696301] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698382] GPT:90111 != 20971519\n[ 0.699332] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700683] GPT:90111 != 20971519\n[ 0.701522] GPT: Use GNU Parted to correct GPT errors.\n[ 0.702774] vda: vda1 vda15\n[ 0.704385] scsi host0: ata_piix\n[ 0.705275] scsi host1: ata_piix\n[ 0.706119] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707615] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709174] libphy: Fixed MDIO Bus: probed\n[ 0.710195] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711406] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713658] PPP generic driver version 2.4.2\n[ 0.714893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.716349] ehci-pci: EHCI PCI platform driver\n[ 0.717402] ehci-platform: EHCI generic platform driver\n[ 0.718612] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.720003] ohci-pci: OHCI PCI platform driver\n[ 0.721060] ohci-platform: OHCI generic platform driver\n[ 0.722264] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.741470] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.742703] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.744457] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.745698] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.747065] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.748565] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.750270] usb usb1: Product: UHCI Host Controller\n[ 0.751405] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.752805] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.753978] hub 1-0:1.0: USB hub found\n[ 0.754916] hub 1-0:1.0: 2 ports detected\n[ 0.756001] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.758417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.759584] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.760849] mousedev: PS/2 mouse device common for all mice\n[ 0.762357] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.764568] rtc_cmos 00:00: RTC can wake from S4\n[ 0.765873] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.767317] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.768772] i2c /dev entries driver\n[ 0.769677] device-mapper: uevent: version 1.0.3\n[ 0.770818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.772797] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.774387] NET: Registered protocol family 10\n[ 0.775589] NET: Registered protocol family 17\n[ 0.776658] Key type dns_resolver registered\n[ 0.777812] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.779157] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.780310] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.782511] registered taskstats version 1\n[ 0.783523] Loading compiled-in X.509 certificates\n[ 0.785110] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.787354] zswap: loaded using pool lzo/zbud\n[ 0.789040] Key type trusted registered\n[ 0.790885] Key type encrypted registered\n[ 0.791881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.793138] ima: No TPM chip found, activating TPM-bypass!\n[ 0.794396] evm: HMAC attrs: 0x1\n[ 0.795491] Magic number: 14:27:36\n[ 0.796401] bdi 7:1: hash matches\n[ 0.807700] misc loop-control: hash matches\n[ 0.808807] rtc_cmos 00:00: setting system clock to 2018-12-03 17:01:01 UTC (1543856461)\n[ 0.810785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.812139] EDD information not available.\n[ 0.863907] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.865796] Write protecting the kernel read-only data: 14336k\n[ 0.867669] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.869811] 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.928310] 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.5...\nLease of 10.55.1.5 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-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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDbFA/EMrN6iqK5Bjt21JsH45iq+SfmTPGZj2Q53H7aviLOq4d2gO33d6UJonvdAC+ptN4ifJNhCDOYx28FjPNeBx5WWzteTsMT4JvhL7ShZuf1Jz4s0605lH/cQ5QjtnxPqVKfqnCu82Z/CNW8G1jHwZoY+rIpfBqZZjCMPbD+2WOfVz2JTrmo0a9PZ6kXFLUAYb6WPqwSse3L+hHVLIMwPEnZnw+a3r6mwJTaNqYb7vCpwwaLRsPByQBSWUpE0DOsJwvp0fGQKneaAp7mNR7OmuwqSIl86qJUOtsJXPmQWZiXXJOtU+jsMcmQlwMixSiyKTFpZ2V/xfJ0IWgJ3Mkr root@createinstancesinglenetworktests-d8e04306-d411-44d6-a69f-f72e98\nssh-dss AAAAB3NzaC1kc3MAAACBAJbShCNTjr0CtuUwyXvB0e0NVC5mMBlbPk9tXCmfKzxBFj+6aXJbh4zwMcwCIodPuTTvuKVhMSxVHNKMZD4SoR869DMK1F4IMo+9UXSFedtYzSEBhALqbdJoB5VBRrp3VeNQHTtY/zeypE++/fd9hH9o8vcTwYwy+e9wnNr/2Z4fAAAAFQDGMvxmjiYXBaDJUg1qjvZno4grMQAAAIAGjCJT+sOfZADTYFxfY2AN4jtgJldalDcNKMes7pP8iFIKH53wRmyuMdWB1b91KMT7grsVnB3X/5NLo+xRmY7oiz+RfylxGdM2EUc4juysAi/mDbV1qnLKOoniM3QwOw8wD3sUBsf85VdEEDotCPY2jWhLVv+DriJqG3qoMazYiwAAAIBxl1dkXKMVrSk41DdC1lexVGhYRcwPplD38ILcNCaB7WTIPNuLmlvY84CXy/lRn5/JCAqlKcPOKww0PmJ+AG8/6i1EyzF9F5aUd0acUtfF55CF48R0zR0Tm2XgMwGvjM52doyAg0MGZUvEGIMtuSVLEBITIl25D0cOmQZWoxB5mA== root@createinstancesinglenetworktests-d8e04306-d411-44d6-a69f-f72e98\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.5,24,fe80::f816:3eff:fe5a:575e/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.5 \nip-route:169.254.169.254 via 10.55.1.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-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-d8e04306-d411-44d6-a69f-f72e98\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.39 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-d8e04306-d411-44d6-a69f-f72e98 login: "} 2018-12-03 17:01:11,558 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2/action used request id req-230dc5f4-7026-4b03-a128-41817163f810 2018-12-03 17:01:11,559 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-03 17:01:11,559 - 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 514667777 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.143115] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.144793] pid_max: default: 32768 minimum: 301 [ 0.145725] ACPI: Core revision 20150930 [ 0.147190] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.148530] Security Framework initialized [ 0.149365] Yama: becoming mindful. [ 0.150108] AppArmor: AppArmor initialized [ 0.151012] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152337] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.153610] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.154847] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.156308] Initializing cgroup subsys io [ 0.157135] Initializing cgroup subsys memory [ 0.158013] Initializing cgroup subsys devices [ 0.158932] Initializing cgroup subsys freezer [ 0.159839] Initializing cgroup subsys net_cls [ 0.160719] Initializing cgroup subsys perf_event [ 0.161641] Initializing cgroup subsys net_prio [ 0.162576] Initializing cgroup subsys hugetlb [ 0.163483] Initializing cgroup subsys pids [ 0.164367] CPU: Physical Processor ID: 0 [ 0.165869] mce: CPU supports 10 MCE banks [ 0.166753] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.167796] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.170075] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.176554] ftrace: allocating 31920 entries in 125 pages [ 0.202886] smpboot: Max logical packages: 2 [ 0.203759] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.204986] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.206377] x2apic enabled [ 0.207222] Switched APIC routing to physical x2apic. [ 0.209009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.210251] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.212449] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.214451] KVM setup paravirtual spinlock [ 0.215857] x86: Booting SMP configuration: [ 0.216796] .... node #0, CPUs: #1 [ 0.217726] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.240326] x86: Booted up 1 node, 2 CPUs [ 0.240328] KVM setup async PF for cpu 1 [ 0.240330] kvm-stealtime: cpu 1, msr f90d940 [ 0.243005] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.244540] devtmpfs: initialized [ 0.246255] evm: security.selinux [ 0.246996] evm: security.SMACK64 [ 0.247712] evm: security.SMACK64EXEC [ 0.248498] evm: security.SMACK64TRANSMUTE [ 0.249366] evm: security.SMACK64MMAP [ 0.250121] evm: security.ima [ 0.250768] evm: security.capability [ 0.251633] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.253582] pinctrl core: initialized pinctrl subsystem [ 0.254762] RTC time: 17:01:01, date: 12/03/18 [ 0.255808] NET: Registered protocol family 16 [ 0.265565] cpuidle: using governor ladder [ 0.277657] cpuidle: using governor menu [ 0.278472] PCCT header not found. [ 0.279236] ACPI: bus type PCI registered [ 0.280028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.281266] PCI: Using configuration type 1 for base access [ 0.294672] ACPI: Added _OSI(Module Device) [ 0.295522] ACPI: Added _OSI(Processor Device) [ 0.296375] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.297256] ACPI: Added _OSI(Processor Aggregator Device) [ 0.299552] ACPI: Interpreter enabled [ 0.300307] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.302122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.303938] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.305750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.307568] ACPI: (supports S0 S5) [ 0.308264] ACPI: Using IOAPIC for interrupt routing [ 0.309190] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.312536] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.313659] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.314872] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.316051] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.318275] acpiphp: Slot [3] registered [ 0.319073] acpiphp: Slot [4] registered [ 0.319860] acpiphp: Slot [5] registered [ 0.320652] acpiphp: Slot [6] registered [ 0.321441] acpiphp: Slot [7] registered [ 0.322227] acpiphp: Slot [8] registered [ 0.323016] acpiphp: Slot [9] registered [ 0.323800] acpiphp: Slot [10] registered [ 0.334600] acpiphp: Slot [11] registered [ 0.335411] acpiphp: Slot [12] registered [ 0.336216] acpiphp: Slot [13] registered [ 0.337012] acpiphp: Slot [14] registered [ 0.337826] acpiphp: Slot [15] registered [ 0.338637] acpiphp: Slot [16] registered [ 0.339444] acpiphp: Slot [17] registered [ 0.340238] acpiphp: Slot [18] registered [ 0.341037] acpiphp: Slot [19] registered [ 0.341832] acpiphp: Slot [20] registered [ 0.342639] acpiphp: Slot [21] registered [ 0.343442] acpiphp: Slot [22] registered [ 0.344245] acpiphp: Slot [23] registered [ 0.345049] acpiphp: Slot [24] registered [ 0.345846] acpiphp: Slot [25] registered [ 0.346650] acpiphp: Slot [26] registered [ 0.347464] acpiphp: Slot [27] registered [ 0.348266] acpiphp: Slot [28] registered [ 0.349062] acpiphp: Slot [29] registered [ 0.349856] acpiphp: Slot [30] registered [ 0.350660] acpiphp: Slot [31] registered [ 0.351466] PCI host bridge to bus 0000:00 [ 0.352264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.353473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.354672] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.356104] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.357532] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.363791] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.365066] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.366222] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.367477] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.373909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.375327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.420766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.422221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.423638] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.425057] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.426436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.427698] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.429071] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.430120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.431635] vgaarb: loaded [ 0.432229] vgaarb: bridge control possible 0000:00:02.0 [ 0.433369] SCSI subsystem initialized [ 0.434199] ACPI: bus type USB registered [ 0.435008] usbcore: registered new interface driver usbfs [ 0.436018] usbcore: registered new interface driver hub [ 0.437017] usbcore: registered new device driver usb [ 0.438111] PCI: Using ACPI for IRQ routing [ 0.439134] NetLabel: Initializing [ 0.439842] NetLabel: domain hash size = 128 [ 0.440682] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.441618] NetLabel: unlabeled traffic allowed by default [ 0.442749] clocksource: Switched to clocksource kvm-clock [ 0.448709] AppArmor: AppArmor Filesystem Enabled [ 0.449660] pnp: PnP ACPI init [ 0.450583] pnp: PnP ACPI: found 5 devices [ 0.457679] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.459368] NET: Registered protocol family 2 [ 0.460344] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.461597] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.462748] TCP: Hash tables configured (established 2048 bind 2048) [ 0.463895] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.464949] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.466095] NET: Registered protocol family 1 [ 0.466952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.468035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.469092] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487535] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.506403] Trying to unpack rootfs image as initramfs... [ 0.557063] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.571202] Scanning for low memory corruption every 60 seconds [ 0.572577] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.573716] audit: initializing netlink subsys (disabled) [ 0.574731] audit: type=2000 audit(1543856462.234:1): initialized [ 0.576043] Initialise system trusted keyring [ 0.577010] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.579530] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.581814] zbud: loaded [ 0.582557] VFS: Disk quotas dquot_6.6.0 [ 0.583376] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.584940] fuse init (API version 7.23) [ 0.585854] Key type big_key registered [ 0.586677] Allocating IMA MOK and blacklist keyrings. [ 0.587900] Key type asymmetric registered [ 0.588713] Asymmetric key parser 'x509' registered [ 0.589651] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.591117] io scheduler noop registered [ 0.591893] io scheduler deadline registered (default) [ 0.592865] io scheduler cfq registered [ 0.593695] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.594722] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.595982] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.597399] ACPI: Power Button [PWRF] [ 0.598277] GHES: HEST is not enabled! [ 0.616657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.654089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.656467] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.680652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.684094] Linux agpgart interface v0.103 [ 0.688090] brd: module loaded [ 0.690033] loop: module loaded [ 0.696301] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.698382] GPT:90111 != 20971519 [ 0.699332] GPT:Alternate GPT header not at the end of the disk. [ 0.700683] GPT:90111 != 20971519 [ 0.701522] GPT: Use GNU Parted to correct GPT errors. [ 0.702774] vda: vda1 vda15 [ 0.704385] scsi host0: ata_piix [ 0.705275] scsi host1: ata_piix [ 0.706119] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.707615] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.709174] libphy: Fixed MDIO Bus: probed [ 0.710195] tun: Universal TUN/TAP device driver, 1.6 [ 0.711406] tun: (C) 1999-2004 Max Krasnyansky [ 0.713658] PPP generic driver version 2.4.2 [ 0.714893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.716349] ehci-pci: EHCI PCI platform driver [ 0.717402] ehci-platform: EHCI generic platform driver [ 0.718612] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.720003] ohci-pci: OHCI PCI platform driver [ 0.721060] ohci-platform: OHCI generic platform driver [ 0.722264] uhci_hcd: USB Universal Host Controller Interface driver [ 0.741470] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.742703] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.744457] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.745698] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.747065] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.748565] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.750270] usb usb1: Product: UHCI Host Controller [ 0.751405] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.752805] usb usb1: SerialNumber: 0000:00:01.2 [ 0.753978] hub 1-0:1.0: USB hub found [ 0.754916] hub 1-0:1.0: 2 ports detected [ 0.756001] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.758417] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.759584] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.760849] mousedev: PS/2 mouse device common for all mice [ 0.762357] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.764568] rtc_cmos 00:00: RTC can wake from S4 [ 0.765873] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.767317] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.768772] i2c /dev entries driver [ 0.769677] device-mapper: uevent: version 1.0.3 [ 0.770818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.772797] ledtrig-cpu: registered to indicate activity on CPUs [ 0.774387] NET: Registered protocol family 10 [ 0.775589] NET: Registered protocol family 17 [ 0.776658] Key type dns_resolver registered [ 0.777812] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.779157] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.780310] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.782511] registered taskstats version 1 [ 0.783523] Loading compiled-in X.509 certificates [ 0.785110] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.787354] zswap: loaded using pool lzo/zbud [ 0.789040] Key type trusted registered [ 0.790885] Key type encrypted registered [ 0.791881] AppArmor: AppArmor sha1 policy hashing enabled [ 0.793138] ima: No TPM chip found, activating TPM-bypass! [ 0.794396] evm: HMAC attrs: 0x1 [ 0.795491] Magic number: 14:27:36 [ 0.796401] bdi 7:1: hash matches [ 0.807700] misc loop-control: hash matches [ 0.808807] rtc_cmos 00:00: setting system clock to 2018-12-03 17:01:01 UTC (1543856461) [ 0.810785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.812139] EDD information not available. [ 0.863907] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.865796] Write protecting the kernel read-only data: 14336k [ 0.867669] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.869811] 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.928310] 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.5... Lease of 10.55.1.5 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-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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDbFA/EMrN6iqK5Bjt21JsH45iq+SfmTPGZj2Q53H7aviLOq4d2gO33d6UJonvdAC+ptN4ifJNhCDOYx28FjPNeBx5WWzteTsMT4JvhL7ShZuf1Jz4s0605lH/cQ5QjtnxPqVKfqnCu82Z/CNW8G1jHwZoY+rIpfBqZZjCMPbD+2WOfVz2JTrmo0a9PZ6kXFLUAYb6WPqwSse3L+hHVLIMwPEnZnw+a3r6mwJTaNqYb7vCpwwaLRsPByQBSWUpE0DOsJwvp0fGQKneaAp7mNR7OmuwqSIl86qJUOtsJXPmQWZiXXJOtU+jsMcmQlwMixSiyKTFpZ2V/xfJ0IWgJ3Mkr root@createinstancesinglenetworktests-d8e04306-d411-44d6-a69f-f72e98 ssh-dss AAAAB3NzaC1kc3MAAACBAJbShCNTjr0CtuUwyXvB0e0NVC5mMBlbPk9tXCmfKzxBFj+6aXJbh4zwMcwCIodPuTTvuKVhMSxVHNKMZD4SoR869DMK1F4IMo+9UXSFedtYzSEBhALqbdJoB5VBRrp3VeNQHTtY/zeypE++/fd9hH9o8vcTwYwy+e9wnNr/2Z4fAAAAFQDGMvxmjiYXBaDJUg1qjvZno4grMQAAAIAGjCJT+sOfZADTYFxfY2AN4jtgJldalDcNKMes7pP8iFIKH53wRmyuMdWB1b91KMT7grsVnB3X/5NLo+xRmY7oiz+RfylxGdM2EUc4juysAi/mDbV1qnLKOoniM3QwOw8wD3sUBsf85VdEEDotCPY2jWhLVv+DriJqG3qoMazYiwAAAIBxl1dkXKMVrSk41DdC1lexVGhYRcwPplD38ILcNCaB7WTIPNuLmlvY84CXy/lRn5/JCAqlKcPOKww0PmJ+AG8/6i1EyzF9F5aUd0acUtfF55CF48R0zR0Tm2XgMwGvjM52doyAg0MGZUvEGIMtuSVLEBITIl25D0cOmQZWoxB5mA== root@createinstancesinglenetworktests-d8e04306-d411-44d6-a69f-f72e98 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.5,24,fe80::f816:3eff:fe5a:575e/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.5 ip-route:169.254.169.254 via 10.55.1.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-00000105 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-d8e04306-d411-44d6-a69f-f72e98 launch-index: 0 === cirros: current=0.4.0 uptime=3.39 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-d8e04306-d411-44d6-a69f-f72e98 login: 2018-12-03 17:01:11,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:12,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01: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-c464b14c-6aaa-402f-81ce-840bce963235 x-compute-request-id: req-c464b14c-6aaa-402f-81ce-840bce963235 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:57:5e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:01:01.000000", "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}], "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:01:01Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:12,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-c464b14c-6aaa-402f-81ce-840bce963235 2018-12-03 17:01:12,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:12,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5ff96d7c-9d63-4677-af2a-458e96389423 Date: Mon, 03 Dec 2018 17:01: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":["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"],"updated_at":"2018-12-03T17:00:32Z","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net"}]} 2018-12-03 17:01:12,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net used request id req-5ff96d7c-9d63-4677-af2a-458e96389423 2018-12-03 17:01:12,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:12,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94ef65a9-aff0-4c18-b240-64f166338203 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:01:12,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-94ef65a9-aff0-4c18-b240-64f166338203 2018-12-03 17:01:12,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:12,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-63977bf4-d519-4b75-b446-39251b0215e0 Date: Mon, 03 Dec 2018 17:01:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:01:12,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-63977bf4-d519-4b75-b446-39251b0215e0 2018-12-03 17:01:12,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:12,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-0106fe0f-3f6f-4505-ba36-983bfe6e5384 Date: Mon, 03 Dec 2018 17:01:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.1"}],"id":"1d2f618a-c9ab-425c-a417-5d9116ccecb0","security_groups":[],"mac_address":"fa:16:3e:1c:0c:87","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:41Z","binding:vnic_type":"normal","device_id":"eb7da7be-c6ee-4a18-b584-684cf8481885"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.3"}],"id":"62cbe20a-7e6c-41a6-9070-596abe742db6","security_groups":[],"mac_address":"fa:16:3e:67:93:04","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b2486c49-35c2-4ac8-af8c-436db6bdd42c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.4"}],"id":"950c95d5-a4d8-4ee2-9fc3-20663d78751e","security_groups":[],"mac_address":"fa:16:3e:bb:e1:92","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b2486c49-35c2-4ac8-af8c-436db6bdd42c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:08Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.5"}],"id":"955e0bc4-8e45-4589-afb4-99ea305d0a45","security_groups":["0ac81baa-aac4-49fe-a68f-c0dc25aa745b","bd4c929d-9d80-4df8-acf7-ac916ba7a09c"],"mac_address":"fa:16:3e:5a:57:5e","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:52Z","binding:vnic_type":"normal","device_id":"725ee1e1-5069-41a0-a42c-e5618ec2c3b2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.2"}],"id":"f3568c37-b5c8-48cb-8b9b-67a128946277","security_groups":[],"mac_address":"fa:16:3e:2e:e3:c7","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b2486c49-35c2-4ac8-af8c-436db6bdd42c"}]} 2018-12-03 17:01:12,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-0106fe0f-3f6f-4505-ba36-983bfe6e5384 2018-12-03 17:01:12,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:12,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-31906d1a-073b-46ba-a839-4d3ee96396f4 Date: Mon, 03 Dec 2018 17:01:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:35Z", "admin_state_up": true, "updated_at": "2018-12-03T17:00:41Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "eb7da7be-c6ee-4a18-b584-684cf8481885", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router"}]} 2018-12-03 17:01:12,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router used request id req-31906d1a-073b-46ba-a839-4d3ee96396f4 2018-12-03 17:01:12,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:12,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32e328e9-bb35-46ca-82a1-f02495c40853 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:01:12,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-32e328e9-bb35-46ca-82a1-f02495c40853 2018-12-03 17:01:12,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=eb7da7be-c6ee-4a18-b584-684cf8481885 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:12,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-8ebd8329-61f9-4687-9993-47dbcd724d67 Date: Mon, 03 Dec 2018 17:01:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.1"}],"id":"1d2f618a-c9ab-425c-a417-5d9116ccecb0","security_groups":[],"mac_address":"fa:16:3e:1c:0c:87","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:41Z","binding:vnic_type":"normal","device_id":"eb7da7be-c6ee-4a18-b584-684cf8481885"}]} 2018-12-03 17:01:12,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=eb7da7be-c6ee-4a18-b584-684cf8481885 used request id req-8ebd8329-61f9-4687-9993-47dbcd724d67 2018-12-03 17:01:12,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/aa1e770d-a1b2-4559-a52d-9d3fb2b08279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:12,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-a1cd32fe-4ba4-4299-b82b-2c2f8b2ca67f Date: Mon, 03 Dec 2018 17:01:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}} 2018-12-03 17:01:12,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/aa1e770d-a1b2-4559-a52d-9d3fb2b08279 used request id req-a1cd32fe-4ba4-4299-b82b-2c2f8b2ca67f 2018-12-03 17:01:12,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:13,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3f773313-afc6-432e-b579-9f446ec2232b Date: Mon, 03 Dec 2018 17:01:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:01:13,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-3f773313-afc6-432e-b579-9f446ec2232b 2018-12-03 17:01:13,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:13,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-29e7a289-1f39-4d16-87b4-cd4942906273 Date: Mon, 03 Dec 2018 17:01:13 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:01:13,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-29e7a289-1f39-4d16-87b4-cd4942906273 2018-12-03 17:01:13,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:13,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01: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-42a06802-045b-4b32-b78a-33f9a5c12558 x-compute-request-id: req-42a06802-045b-4b32-b78a-33f9a5c12558 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:57:5e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:01:01.000000", "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}], "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:01:01Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:13,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-42a06802-045b-4b32-b78a-33f9a5c12558 2018-12-03 17:01:13,836 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst] is - ACTIVE 2018-12-03 17:01:13,836 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:01:13,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:14,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01: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-0ace2103-ac11-4b02-93ef-63395b49adbc x-compute-request-id: req-0ace2103-ac11-4b02-93ef-63395b49adbc Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:57:5e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:01:01.000000", "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}], "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:01:01Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:14,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-0ace2103-ac11-4b02-93ef-63395b49adbc 2018-12-03 17:01:14,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:14,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8ac36065-f579-46d9-9364-299646912dca Date: Mon, 03 Dec 2018 17:01: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":["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"],"updated_at":"2018-12-03T17:00:32Z","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net"}]} 2018-12-03 17:01:14,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net used request id req-8ac36065-f579-46d9-9364-299646912dca 2018-12-03 17:01:14,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:14,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f41dd661-89da-4f0d-96be-497e90fe1381 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:01:14,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-f41dd661-89da-4f0d-96be-497e90fe1381 2018-12-03 17:01:14,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:14,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8eae8c45-708b-46e9-b32c-74de0b973dab Date: Mon, 03 Dec 2018 17:01:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:01:14,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-8eae8c45-708b-46e9-b32c-74de0b973dab 2018-12-03 17:01:14,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:14,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-997b9e65-cf5a-4d39-b11c-d194faae42c7 Date: Mon, 03 Dec 2018 17:01:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.1"}],"id":"1d2f618a-c9ab-425c-a417-5d9116ccecb0","security_groups":[],"mac_address":"fa:16:3e:1c:0c:87","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:41Z","binding:vnic_type":"normal","device_id":"eb7da7be-c6ee-4a18-b584-684cf8481885"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.3"}],"id":"62cbe20a-7e6c-41a6-9070-596abe742db6","security_groups":[],"mac_address":"fa:16:3e:67:93:04","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b2486c49-35c2-4ac8-af8c-436db6bdd42c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.4"}],"id":"950c95d5-a4d8-4ee2-9fc3-20663d78751e","security_groups":[],"mac_address":"fa:16:3e:bb:e1:92","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b2486c49-35c2-4ac8-af8c-436db6bdd42c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:08Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.5"}],"id":"955e0bc4-8e45-4589-afb4-99ea305d0a45","security_groups":["0ac81baa-aac4-49fe-a68f-c0dc25aa745b","bd4c929d-9d80-4df8-acf7-ac916ba7a09c"],"mac_address":"fa:16:3e:5a:57:5e","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:52Z","binding:vnic_type":"normal","device_id":"725ee1e1-5069-41a0-a42c-e5618ec2c3b2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.2"}],"id":"f3568c37-b5c8-48cb-8b9b-67a128946277","security_groups":[],"mac_address":"fa:16:3e:2e:e3:c7","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b2486c49-35c2-4ac8-af8c-436db6bdd42c"}]} 2018-12-03 17:01:14,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-997b9e65-cf5a-4d39-b11c-d194faae42c7 2018-12-03 17:01:14,668 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-03 17:01:14,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:14,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-89e9ca4a-73ac-4ae3-b3ef-e2f3e08db09e Date: Mon, 03 Dec 2018 17:01:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:01:14,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-89e9ca4a-73ac-4ae3-b3ef-e2f3e08db09e 2018-12-03 17:01:14,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:14,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d63e4d50-2f0a-4a1a-a6db-88c1e9efcbe8 Date: Mon, 03 Dec 2018 17:01:14 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:01:14,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-d63e4d50-2f0a-4a1a-a6db-88c1e9efcbe8 2018-12-03 17:01:14,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" -d '{"floatingip": {"floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "port_id": "955e0bc4-8e45-4589-afb4-99ea305d0a45"}}' 2018-12-03 17:01:17,258 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-6793303e-db3c-4762-86c2-37681f13a081 Date: Mon, 03 Dec 2018 17:01:17 GMT RESP BODY: {"floatingip": {"router_id": "eb7da7be-c6ee-4a18-b584-684cf8481885", "status": "DOWN", "description": "", "tags": [], "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:01:15Z", "updated_at": "2018-12-03T17:01:15Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.55.1.5", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "caebadbe8d9846c7a5932850c33d36e0", "port_id": "955e0bc4-8e45-4589-afb4-99ea305d0a45", "id": "55a1632f-b06d-4745-8dcd-a695177837cb"}} 2018-12-03 17:01:17,258 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-6793303e-db3c-4762-86c2-37681f13a081 2018-12-03 17:01:17,259 - create_instance - INFO - Created floating IP 172.30.9.208 via router - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router 2018-12-03 17:01:17,259 - create_instance - INFO - Checking if VM is active 2018-12-03 17:01:17,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:17,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87ff1de1-178c-4ebf-918d-3bf08311b135 x-compute-request-id: req-87ff1de1-178c-4ebf-918d-3bf08311b135 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:57:5e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:01:01.000000", "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}], "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:01:01Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:17,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-87ff1de1-178c-4ebf-918d-3bf08311b135 2018-12-03 17:01:17,880 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst] is - ACTIVE 2018-12-03 17:01:17,880 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:01:17,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:18,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77fa80a9-6310-408a-ab30-589baf0f8f72 x-compute-request-id: req-77fa80a9-6310-408a-ab30-589baf0f8f72 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:57:5e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:01:01.000000", "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp"}], "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:01:01Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:18,484 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-77fa80a9-6310-408a-ab30-589baf0f8f72 2018-12-03 17:01:18,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:18,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ebcd2153-ca9e-401f-9754-95ecc7b88ed9 Date: Mon, 03 Dec 2018 17:01: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":["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"],"updated_at":"2018-12-03T17:00:32Z","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"caebadbe8d9846c7a5932850c33d36e0","id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net"}]} 2018-12-03 17:01:18,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net used request id req-ebcd2153-ca9e-401f-9754-95ecc7b88ed9 2018-12-03 17:01:18,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:18,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c057330e-fe56-4d12-b76a-0d39667d4f80 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:01:18,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-c057330e-fe56-4d12-b76a-0d39667d4f80 2018-12-03 17:01:18,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:18,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b62c0299-6d5d-446a-8204-4ea4be48ff2a Date: Mon, 03 Dec 2018 17:01:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:32Z","dns_nameservers":[],"updated_at":"2018-12-03T17:00:32Z","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":"caebadbe8d9846c7a5932850c33d36e0","id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet"}]} 2018-12-03 17:01:18,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-b62c0299-6d5d-446a-8204-4ea4be48ff2a 2018-12-03 17:01:18,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:18,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-737473ba-82e6-44a1-a394-71a7bd40403b Date: Mon, 03 Dec 2018 17:01:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.1"}],"id":"1d2f618a-c9ab-425c-a417-5d9116ccecb0","security_groups":[],"mac_address":"fa:16:3e:1c:0c:87","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:41Z","binding:vnic_type":"normal","device_id":"eb7da7be-c6ee-4a18-b584-684cf8481885"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.3"}],"id":"62cbe20a-7e6c-41a6-9070-596abe742db6","security_groups":[],"mac_address":"fa:16:3e:67:93:04","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b2486c49-35c2-4ac8-af8c-436db6bdd42c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.4"}],"id":"950c95d5-a4d8-4ee2-9fc3-20663d78751e","security_groups":[],"mac_address":"fa:16:3e:bb:e1:92","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b2486c49-35c2-4ac8-af8c-436db6bdd42c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:08Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.5"}],"id":"955e0bc4-8e45-4589-afb4-99ea305d0a45","security_groups":["0ac81baa-aac4-49fe-a68f-c0dc25aa745b","bd4c929d-9d80-4df8-acf7-ac916ba7a09c"],"mac_address":"fa:16:3e:5a:57:5e","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:52Z","binding:vnic_type":"normal","device_id":"725ee1e1-5069-41a0-a42c-e5618ec2c3b2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:00:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aa1e770d-a1b2-4559-a52d-9d3fb2b08279","ip_address":"10.55.1.2"}],"id":"f3568c37-b5c8-48cb-8b9b-67a128946277","security_groups":[],"mac_address":"fa:16:3e:2e:e3:c7","project_id":"caebadbe8d9846c7a5932850c33d36e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b2486c49-35c2-4ac8-af8c-436db6bdd42c","tenant_id":"caebadbe8d9846c7a5932850c33d36e0","created_at":"2018-12-03T17:00:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b2486c49-35c2-4ac8-af8c-436db6bdd42c"}]} 2018-12-03 17:01:18,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-737473ba-82e6-44a1-a394-71a7bd40403b 2018-12-03 17:01:18,836 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:01:18,839 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a7fe210L 2018-12-03 17:01:18,840 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:01:18,840 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:01:18,840 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:01:18,841 - 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-12-03 17:01:18,842 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:01:18,842 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:01:18,842 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:01:18,842 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:01:18,842 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:01:18,860 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:01:18,860 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:01:18,872 - paramiko.transport - DEBUG - Trying key 66963e996b4517cc8554166049c5e4e2 from tmp/CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0 2018-12-03 17:01:18,899 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:01:18,902 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:01:19,003 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:01:19,017 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:01:19,017 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:01:19,019 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a7fee50L 2018-12-03 17:01:19,019 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:01:19,020 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:01:19,020 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:01:19,021 - 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-12-03 17:01:19,021 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:01:19,021 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:01:19,021 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:01:19,021 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:01:19,022 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:01:19,039 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:01:19,039 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:01:19,051 - paramiko.transport - DEBUG - Trying key 66963e996b4517cc8554166049c5e4e2 from tmp/CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0 2018-12-03 17:01:19,079 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:01:19,082 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:01:19,083 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:01:19,084 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-03 17:01:19,084 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:01:19,086 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:01:19,088 - create_instance - INFO - Deleting Floating IP - 172.30.9.208 2018-12-03 17:01:19,088 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.208 2018-12-03 17:01:19,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/floatingips/55a1632f-b06d-4745-8dcd-a695177837cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:20,085 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f1f88787-f373-4686-b44a-7bea66d3297c Content-Length: 0 Date: Mon, 03 Dec 2018 17:01:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:01:20,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/55a1632f-b06d-4745-8dcd-a695177837cb used request id req-f1f88787-f373-4686-b44a-7bea66d3297c 2018-12-03 17:01:20,085 - create_instance - INFO - Deleting Port with ID - 955e0bc4-8e45-4589-afb4-99ea305d0a45 2018-12-03 17:01:20,085 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0port-1 2018-12-03 17:01:20,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/955e0bc4-8e45-4589-afb4-99ea305d0a45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:20,562 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-01abe27e-2ee4-4cef-aaf0-87f8ebce2a95 Date: Mon, 03 Dec 2018 17:01:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:01:20,562 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/955e0bc4-8e45-4589-afb4-99ea305d0a45 used request id req-01abe27e-2ee4-4cef-aaf0-87f8ebce2a95 2018-12-03 17:01:20,562 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst 2018-12-03 17:01:20,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:20,764 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:01: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-572265a3-60b6-41e1-a2cc-89b4abbc3a89 x-compute-request-id: req-572265a3-60b6-41e1-a2cc-89b4abbc3a89 Content-Type: application/json 2018-12-03 17:01:20,764 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-572265a3-60b6-41e1-a2cc-89b4abbc3a89 2018-12-03 17:01:20,765 - create_instance - INFO - Checking deletion status 2018-12-03 17:01:20,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:21,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01: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-d99674a8-d416-417d-b9f6-d64a4a123283 x-compute-request-id: req-d99674a8-d416-417d-b9f6-d64a4a123283 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:01:01.000000", "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:01:20Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:21,010 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-d99674a8-d416-417d-b9f6-d64a4a123283 2018-12-03 17:01:21,010 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst] is - ACTIVE 2018-12-03 17:01:21,010 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:01:24,014 - create_instance - DEBUG - VM status query timeout in 296.751134157 2018-12-03 17:01:24,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:24,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85c875a4-a377-4f6e-a575-61b1169212bb x-compute-request-id: req-85c875a4-a377-4f6e-a575-61b1169212bb Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:57:5e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "rel": "bookmark"}], "image": {"id": "bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "links": [{"href": "http://172.30.9.30:8774/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:01:01.000000", "flavor": {"id": "d540145e-52fe-42ca-b074-6d8c910a2604", "links": [{"href": "http://172.30.9.30:8774/flavors/d540145e-52fe-42ca-b074-6d8c910a2604", "rel": "bookmark"}]}, "id": "725ee1e1-5069-41a0-a42c-e5618ec2c3b2", "user_id": "6351b30d45824ffbb9e6f013e50aea71", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:01:20Z", "hostId": "514010c47acda6e9a217833dab04390f8b298926e3ed0a85153dc8a0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp", "name": "CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst", "created": "2018-12-03T17:00:56Z", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:01:24,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-85c875a4-a377-4f6e-a575-61b1169212bb 2018-12-03 17:01:24,263 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst] is - ACTIVE 2018-12-03 17:01:24,263 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:01:27,266 - create_instance - DEBUG - VM status query timeout in 293.49844408 2018-12-03 17:01:27,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756df0419f58b20d447bb75ee7971efb043fdabe" 2018-12-03 17:01:27,326 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 17:01:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-313286f5-8961-4ef2-895e-c26751d7cad6 x-compute-request-id: req-313286f5-8961-4ef2-895e-c26751d7cad6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 725ee1e1-5069-41a0-a42c-e5618ec2c3b2 could not be found.", "code": 404}} 2018-12-03 17:01:27,326 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/725ee1e1-5069-41a0-a42c-e5618ec2c3b2 used request id req-313286f5-8961-4ef2-895e-c26751d7cad6 2018-12-03 17:01:27,327 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 725ee1e1-5069-41a0-a42c-e5618ec2c3b2 could not be found. (HTTP 404) (Request-ID: req-313286f5-8961-4ef2-895e-c26751d7cad6) 2018-12-03 17:01:27,327 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-inst 2018-12-03 17:01:27,328 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp 2018-12-03 17:01:27,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58464e055550e2c1623beb10c903697bc0c01d8" 2018-12-03 17:01:27,367 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:01:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2055a1f6-145d-4431-890b-8b7c73ab3842 x-compute-request-id: req-2055a1f6-145d-4431-890b-8b7c73ab3842 Content-Length: 0 Content-Type: application/json 2018-12-03 17:01:27,367 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-kp used request id req-2055a1f6-145d-4431-890b-8b7c73ab3842 2018-12-03 17:01:27,368 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0.pub] 2018-12-03 17:01:27,368 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0] 2018-12-03 17:01:27,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/d540145e-52fe-42ca-b074-6d8c910a2604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef5b109d692f11ddcaa4134fc51fb65f2d13eb3" 2018-12-03 17:01:27,416 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:01:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e2c201e6-0c82-4db9-b5de-1f129a0a68b9 x-compute-request-id: req-e2c201e6-0c82-4db9-b5de-1f129a0a68b9 Content-Length: 0 Content-Type: application/json 2018-12-03 17:01:27,416 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/d540145e-52fe-42ca-b074-6d8c910a2604 used request id req-e2c201e6-0c82-4db9-b5de-1f129a0a68b9 2018-12-03 17:01:27,417 - neutron_utils - INFO - Deleting security group rule with ID - 9903e93f-eb87-4992-a6aa-0206f46acf2a 2018-12-03 17:01:27,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/9903e93f-eb87-4992-a6aa-0206f46acf2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:01:27,682 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d3b387b8-6bcc-4b7d-95f1-cc3c51f33d01 Content-Length: 0 Date: Mon, 03 Dec 2018 17:01:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:01:27,682 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/9903e93f-eb87-4992-a6aa-0206f46acf2a used request id req-d3b387b8-6bcc-4b7d-95f1-cc3c51f33d01 2018-12-03 17:01:27,682 - neutron_utils - INFO - Deleting security group rule with ID - 5d6f5756-8fd8-4913-8d46-33dbaf02658c 2018-12-03 17:01:27,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/5d6f5756-8fd8-4913-8d46-33dbaf02658c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:01:27,787 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-148e5728-214d-4010-9512-02023cf17fe5 Content-Length: 0 Date: Mon, 03 Dec 2018 17:01:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:01:27,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/5d6f5756-8fd8-4913-8d46-33dbaf02658c used request id req-148e5728-214d-4010-9512-02023cf17fe5 2018-12-03 17:01:27,788 - neutron_utils - INFO - Deleting security group rule with ID - 53122530-e005-43eb-a823-6f8a8fd3d9f5 2018-12-03 17:01:27,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/53122530-e005-43eb-a823-6f8a8fd3d9f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:01:28,061 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5bb42ce2-3183-4a86-b9f2-0faaed831d2d Content-Length: 0 Date: Mon, 03 Dec 2018 17:01:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:01:28,061 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/53122530-e005-43eb-a823-6f8a8fd3d9f5 used request id req-5bb42ce2-3183-4a86-b9f2-0faaed831d2d 2018-12-03 17:01:28,061 - neutron_utils - INFO - Deleting security group rule with ID - d5606f67-a29c-4c03-94fb-183d4e5379b0 2018-12-03 17:01:28,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/d5606f67-a29c-4c03-94fb-183d4e5379b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:01:28,309 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06e8ce41-1777-4f92-b486-8e80d947e022 Content-Length: 0 Date: Mon, 03 Dec 2018 17:01:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:01:28,309 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/d5606f67-a29c-4c03-94fb-183d4e5379b0 used request id req-06e8ce41-1777-4f92-b486-8e80d947e022 2018-12-03 17:01:28,309 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-sec-grp 2018-12-03 17:01:28,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/bd4c929d-9d80-4df8-acf7-ac916ba7a09c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de1f5b4196072c35da371e7e71bc70b6f56da75" 2018-12-03 17:01:28,457 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b7702e34-1288-4dbb-b970-b1a0e2c37ef9 Content-Length: 0 Date: Mon, 03 Dec 2018 17:01:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:01:28,457 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/bd4c929d-9d80-4df8-acf7-ac916ba7a09c used request id req-b7702e34-1288-4dbb-b970-b1a0e2c37ef9 2018-12-03 17:01:28,458 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router and subnet CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet 2018-12-03 17:01:28,458 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router 2018-12-03 17:01:28,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/eb7da7be-c6ee-4a18-b584-684cf8481885/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" -d '{"subnet_id": "aa1e770d-a1b2-4559-a52d-9d3fb2b08279"}' 2018-12-03 17:01:30,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1911ba9c-9304-4e8f-9567-c7757b97c0bb Date: Mon, 03 Dec 2018 17:01:30 GMT RESP BODY: {"network_id": "b2486c49-35c2-4ac8-af8c-436db6bdd42c", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "subnet_id": "aa1e770d-a1b2-4559-a52d-9d3fb2b08279", "subnet_ids": ["aa1e770d-a1b2-4559-a52d-9d3fb2b08279"], "port_id": "1d2f618a-c9ab-425c-a417-5d9116ccecb0", "id": "eb7da7be-c6ee-4a18-b584-684cf8481885"} 2018-12-03 17:01:30,072 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/eb7da7be-c6ee-4a18-b584-684cf8481885/remove_router_interface used request id req-1911ba9c-9304-4e8f-9567-c7757b97c0bb 2018-12-03 17:01:30,073 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router 2018-12-03 17:01:30,073 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-router 2018-12-03 17:01:30,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/eb7da7be-c6ee-4a18-b584-684cf8481885 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bf347b3303ce29c4d76faf1cd56e9b85ee04d5" 2018-12-03 17:01:33,365 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0618fe6c-58bb-461b-a9c6-3226220d2576 Content-Length: 0 Date: Mon, 03 Dec 2018 17:01:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:01:33,365 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/eb7da7be-c6ee-4a18-b584-684cf8481885 used request id req-0618fe6c-58bb-461b-a9c6-3226220d2576 2018-12-03 17:01:33,366 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet 2018-12-03 17:01:33,366 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-subnet 2018-12-03 17:01:33,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/aa1e770d-a1b2-4559-a52d-9d3fb2b08279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9983dc09f8bad62c766da609e6a0f4fd54454e1b" 2018-12-03 17:01:35,826 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3420a330-11d5-4c70-8d78-b63c7eeeec1c Date: Mon, 03 Dec 2018 17:01:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:01:35,826 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/aa1e770d-a1b2-4559-a52d-9d3fb2b08279 used request id req-3420a330-11d5-4c70-8d78-b63c7eeeec1c 2018-12-03 17:01:35,826 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-pub-net 2018-12-03 17:01:35,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/b2486c49-35c2-4ac8-af8c-436db6bdd42c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9983dc09f8bad62c766da609e6a0f4fd54454e1b" 2018-12-03 17:01:37,131 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a792cf95-6e14-45b3-9d02-9ea25e07ee16 Date: Mon, 03 Dec 2018 17:01:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:01:37,131 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/b2486c49-35c2-4ac8-af8c-436db6bdd42c used request id req-a792cf95-6e14-45b3-9d02-9ea25e07ee16 2018-12-03 17:01:37,132 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-d8e04306-d411-44d6-a69f-f72e986827c0-image 2018-12-03 17:01:37,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fae8e6d2a56e93b73c394b126ca75427600e287a" 2018-12-03 17:01:38,474 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1b41416c-103a-41e6-9b49-677ef845c5c0 Date: Mon, 03 Dec 2018 17:01:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:01:38,475 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/bb1a7eb6-a8e8-45ec-bb4b-099430d42b3f used request id req-1b41416c-103a-41e6-9b49-677ef845c5c0 2018-12-03 17:01:38,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" 2018-12-03 17:01:38,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b600e363-9ca0-4567-b70e-285653766f0e Date: Mon, 03 Dec 2018 17:01:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:31Z", "updated_at": "2018-12-03T17:00:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:31Z", "revision_number": 0, "id": "4a08891a-05ac-4270-9b76-6984d8fdcbd7", "remote_group_id": "0ac81baa-aac4-49fe-a68f-c0dc25aa745b", "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:31Z", "security_group_id": "0ac81baa-aac4-49fe-a68f-c0dc25aa745b", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:31Z", "revision_number": 0, "id": "52e59a12-af6d-4b2d-9047-655b94ec4dfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:31Z", "security_group_id": "0ac81baa-aac4-49fe-a68f-c0dc25aa745b", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:31Z", "revision_number": 0, "id": "7d9f108e-ad0f-4a04-b31b-13be7aeeffd2", "remote_group_id": "0ac81baa-aac4-49fe-a68f-c0dc25aa745b", "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:31Z", "security_group_id": "0ac81baa-aac4-49fe-a68f-c0dc25aa745b", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:00:31Z", "revision_number": 0, "id": "c794cf08-3757-4a91-ba2f-56db719bf419", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:00:31Z", "security_group_id": "0ac81baa-aac4-49fe-a68f-c0dc25aa745b", "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "caebadbe8d9846c7a5932850c33d36e0"}], "revision_number": 4, "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "0ac81baa-aac4-49fe-a68f-c0dc25aa745b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 17:01:38,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-b600e363-9ca0-4567-b70e-285653766f0e 2018-12-03 17:01:38,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" 2018-12-03 17:01:38,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c1ed6a2-da12-4ee2-a324-33c969979f69 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0"}, "enabled": true, "id": "caebadbe8d9846c7a5932850c33d36e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj"}} 2018-12-03 17:01:38,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-9c1ed6a2-da12-4ee2-a324-33c969979f69 2018-12-03 17:01:38,878 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ac81baa-aac4-49fe-a68f-c0dc25aa745b 2018-12-03 17:01:38,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0ac81baa-aac4-49fe-a68f-c0dc25aa745b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" 2018-12-03 17:01:39,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8f0df89e-3ba1-4c89-9998-06a588b0b854 Date: Mon, 03 Dec 2018 17:01:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "0ac81baa-aac4-49fe-a68f-c0dc25aa745b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:00:31Z", "security_group_id": "0ac81baa-aac4-49fe-a68f-c0dc25aa745b", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:31Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "4a08891a-05ac-4270-9b76-6984d8fdcbd7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:00:31Z", "security_group_id": "0ac81baa-aac4-49fe-a68f-c0dc25aa745b", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:31Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "52e59a12-af6d-4b2d-9047-655b94ec4dfb"}, {"remote_group_id": "0ac81baa-aac4-49fe-a68f-c0dc25aa745b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:00:31Z", "security_group_id": "0ac81baa-aac4-49fe-a68f-c0dc25aa745b", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:31Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "7d9f108e-ad0f-4a04-b31b-13be7aeeffd2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:00:31Z", "security_group_id": "0ac81baa-aac4-49fe-a68f-c0dc25aa745b", "port_range_min": null, "revision_number": 0, "tenant_id": "caebadbe8d9846c7a5932850c33d36e0", "created_at": "2018-12-03T17:00:31Z", "project_id": "caebadbe8d9846c7a5932850c33d36e0", "id": "c794cf08-3757-4a91-ba2f-56db719bf419"}]} 2018-12-03 17:01:39,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0ac81baa-aac4-49fe-a68f-c0dc25aa745b used request id req-8f0df89e-3ba1-4c89-9998-06a588b0b854 2018-12-03 17:01:39,061 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 17:01:39,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/0ac81baa-aac4-49fe-a68f-c0dc25aa745b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" 2018-12-03 17:01:39,579 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3e0440ae-1d7c-4c91-bd35-23f4e6b7f69b Content-Length: 0 Date: Mon, 03 Dec 2018 17:01:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:01:39,579 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/0ac81baa-aac4-49fe-a68f-c0dc25aa745b used request id req-3e0440ae-1d7c-4c91-bd35-23f4e6b7f69b 2018-12-03 17:01:39,579 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj 2018-12-03 17:01:39,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" 2018-12-03 17:01:39,790 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:01:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95e4b241-8b0a-4870-a6b3-88a0ee2e6244 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:01:39,790 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/caebadbe8d9846c7a5932850c33d36e0 used request id req-95e4b241-8b0a-4870-a6b3-88a0ee2e6244 2018-12-03 17:01:39,790 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-proj-role 2018-12-03 17:01:39,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/1016a88e24474fecba499542900ae19c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" 2018-12-03 17:01:39,887 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:01:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5d2f369-17da-4def-a0fb-2e1831eabd64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:01:39,887 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/1016a88e24474fecba499542900ae19c used request id req-d5d2f369-17da-4def-a0fb-2e1831eabd64 2018-12-03 17:01:39,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06ff9a3d6e53842330037f17a87faed30e30ad8" 2018-12-03 17:01:39,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2320358-aca7-40bf-a304-80f81df7ebde Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:01:39,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e2320358-aca7-40bf-a304-80f81df7ebde 2018-12-03 17:01:39,980 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-1f558ceb-a7a2-477-user 2018-12-03 17:01:39,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/6351b30d45824ffbb9e6f013e50aea71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60a8f33487219cd387d232b67d49dadfc0f8faea" 2018-12-03 17:01:40,165 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:01:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-926c8b57-680d-4691-8045-4c91d4ae174f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:01:40,165 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/6351b30d45824ffbb9e6f013e50aea71 used request id req-926c8b57-680d-4691-8045-4c91d4ae174f 2018-12-03 17:01:40,166 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:01:40,547 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:01:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["ZPMBgCXFRveKa1EycfVc7A"], "issued_at": "2018-12-03T17:01:40.000000Z"}} 2018-12-03 17:01:40,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}108cc7ecddf5a606b9ddfc8b9c6d14f6a6dc133f" 2018-12-03 17:01:40,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaac2988-987a-43e2-85d4-d627cd1832de Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:01:40,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-eaac2988-987a-43e2-85d4-d627cd1832de 2018-12-03 17:01:40,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:01:40,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:01:41,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:01:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["nd3v_PUQQEiMB3mY5Z6ZFA"], "issued_at": "2018-12-03T17:01:41.000000Z"}} 2018-12-03 17:01:41,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:01:41,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3550584e-50f4-47ed-8e92-3f003da4ab95 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:01:41,091 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3550584e-50f4-47ed-8e92-3f003da4ab95 2018-12-03 17:01:41,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:01:41,100 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:01:41,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:01:41,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03d5ff38-93e4-499b-b4da-e7987315b181 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 17:01:41,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj used request id req-03d5ff38-93e4-499b-b4da-e7987315b181 2018-12-03 17:01:41,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:01:41,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03613a49-2778-4d4e-a4f3-0a11b6a8e2e9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:01:41,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-03613a49-2778-4d4e-a4f3-0a11b6a8e2e9 2018-12-03 17:01:41,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}}' 2018-12-03 17:01:41,325 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bb516d5-3602-4704-93f7-e2f3a83bdd80 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:01:41,325 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-0bb516d5-3602-4704-93f7-e2f3a83bdd80 2018-12-03 17:01:41,325 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj 2018-12-03 17:01:41,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:01:41,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:01:41,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:01:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["rIbezu9SRd2Y3Wi0ZaL69A"], "issued_at": "2018-12-03T17:01:41.000000Z"}} 2018-12-03 17:01:41,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e8a99dacf9972f49aca9ad29e3f801999ccf3ab" 2018-12-03 17:01:41,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64e5f78f-958d-4ce7-8fa5-785c8bd3223d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:01:41,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-64e5f78f-958d-4ce7-8fa5-785c8bd3223d 2018-12-03 17:01:41,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:01:41,792 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:01:41,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e8a99dacf9972f49aca9ad29e3f801999ccf3ab" 2018-12-03 17:01:41,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e50d5a5f-c91c-4ed4-81da-020470de7528 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:01:41,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e50d5a5f-c91c-4ed4-81da-020470de7528 2018-12-03 17:01:41,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e8a99dacf9972f49aca9ad29e3f801999ccf3ab" 2018-12-03 17:01:41,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6eb31a5-f25d-4d77-8602-ea90c41ec4e9 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}]} 2018-12-03 17:01:41,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj used request id req-e6eb31a5-f25d-4d77-8602-ea90c41ec4e9 2018-12-03 17:01:41,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e8a99dacf9972f49aca9ad29e3f801999ccf3ab" 2018-12-03 17:01:42,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8ed1866-5c35-40e4-a36c-45a8b8a90deb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:01:42,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f8ed1866-5c35-40e4-a36c-45a8b8a90deb 2018-12-03 17:01:42,474 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-user 2018-12-03 17:01:42,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:01:42,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:01:42,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7340f512-4e14-4c6a-9713-1aa30e501b03 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:01:42,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7340f512-4e14-4c6a-9713-1aa30e501b03 2018-12-03 17:01:42,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj-role"}}' 2018-12-03 17:01:42,678 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:01:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c1a65fc-e97b-46f5-8f03-3c2ce3ba879c Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0d512c4229c54352ac9a2e181501202c", "links": {"self": "http://172.30.9.30:5000/v3/roles/0d512c4229c54352ac9a2e181501202c"}, "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj-role"}} 2018-12-03 17:01:42,679 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-3c1a65fc-e97b-46f5-8f03-3c2ce3ba879c 2018-12-03 17:01:42,679 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj-role 2018-12-03 17:01:42,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/0d512c4229c54352ac9a2e181501202c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:01:42,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cedf048e-612b-4555-a08f-50fdbb44b096 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/0d512c4229c54352ac9a2e181501202c"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj-role", "id": "0d512c4229c54352ac9a2e181501202c"}} 2018-12-03 17:01:42,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/0d512c4229c54352ac9a2e181501202c used request id req-cedf048e-612b-4555-a08f-50fdbb44b096 2018-12-03 17:01:42,766 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj-role to project CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj 2018-12-03 17:01:42,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc/users/d8b89879182f43ed96dc18bbaa60ac9e/roles/0d512c4229c54352ac9a2e181501202c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:01:42,940 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:01:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07c6bbf3-8d4a-4eb8-8d39-f95a342d835a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:01:42,940 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc/users/d8b89879182f43ed96dc18bbaa60ac9e/roles/0d512c4229c54352ac9a2e181501202c used request id req-07c6bbf3-8d4a-4eb8-8d39-f95a342d835a 2018-12-03 17:01:42,940 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:01:42,942 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 17:01:42,942 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:01:42,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:01:43,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d512c4229c54352ac9a2e181501202c", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj-role"}], "expires_at": "2018-12-03T18:01:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-user", "id": "d8b89879182f43ed96dc18bbaa60ac9e"}, "audit_ids": ["Qc_gHW__TyOboaTZYxeC_A"], "issued_at": "2018-12-03T17:01:43.000000Z"}} 2018-12-03 17:01:43,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811ef74884853ef752ac4928091d3055eeb0bf3d" 2018-12-03 17:01:43,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c541ec74-131a-44a0-abf7-89830a5a642d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:01:43,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c541ec74-131a-44a0-abf7-89830a5a642d 2018-12-03 17:01:43,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}811ef74884853ef752ac4928091d3055eeb0bf3d" 2018-12-03 17:01:43,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-c8c13b04-2a0f-41b4-814f-ab4b8b15c96c Date: Mon, 03 Dec 2018 17:01:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image"} 2018-12-03 17:01:43,574 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image used request id req-c8c13b04-2a0f-41b4-814f-ab4b8b15c96c 2018-12-03 17:01:43,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}811ef74884853ef752ac4928091d3055eeb0bf3d" 2018-12-03 17:01:43,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-729a2242-a7df-46c9-9862-832563657c90 Date: Mon, 03 Dec 2018 17:01: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-12-03 17:01:43,767 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-729a2242-a7df-46c9-9862-832563657c90 2018-12-03 17:01:43,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}811ef74884853ef752ac4928091d3055eeb0bf3d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image"}' 2018-12-03 17:01:43,986 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c X-Openstack-Request-Id: req-5995ad59-b54c-4ced-b996-13d76e1b1264 Date: Mon, 03 Dec 2018 17:01:43 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:01:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T17:01:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "min_disk": 0, "protected": false, "id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "file": "/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c/file", "checksum": null, "owner": "81d4a8eaa5b24525b8689ac731dff2bc", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:01:43,986 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-5995ad59-b54c-4ced-b996-13d76e1b1264 2018-12-03 17:01:43,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}811ef74884853ef752ac4928091d3055eeb0bf3d" -d '' 2018-12-03 17:01:44,981 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a44247d6-c594-4d79-ac75-27346bdda1bf Date: Mon, 03 Dec 2018 17:01:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:01:44,981 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c/file used request id req-a44247d6-c594-4d79-ac75-27346bdda1bf 2018-12-03 17:01:44,982 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 17:01:44,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}811ef74884853ef752ac4928091d3055eeb0bf3d" 2018-12-03 17:01:45,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-7d77825e-fcf2-42f9-ba77-a92f4e6f13aa Date: Mon, 03 Dec 2018 17:01:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:01:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:01:44Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c/snap", "metadata": {}}], "self": "/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "min_disk": 0, "protected": false, "id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "file": "/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "81d4a8eaa5b24525b8689ac731dff2bc", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:01:45,151 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c used request id req-7d77825e-fcf2-42f9-ba77-a92f4e6f13aa 2018-12-03 17:01:45,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}811ef74884853ef752ac4928091d3055eeb0bf3d" 2018-12-03 17:01:45,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2235cf82-3d25-4f0d-bca7-294ab39c14a9 Date: Mon, 03 Dec 2018 17:01: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-12-03 17:01:45,297 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-2235cf82-3d25-4f0d-bca7-294ab39c14a9 2018-12-03 17:01:45,300 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image 2018-12-03 17:01:45,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}811ef74884853ef752ac4928091d3055eeb0bf3d" 2018-12-03 17:01:45,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-11bb5543-62e8-4cf3-93d4-a7cea7a59b3d Date: Mon, 03 Dec 2018 17:01:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:01:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:01:44Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c/snap", "metadata": {}}], "self": "/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "min_disk": 0, "protected": false, "id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "file": "/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "81d4a8eaa5b24525b8689ac731dff2bc", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:01:45,471 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c used request id req-11bb5543-62e8-4cf3-93d4-a7cea7a59b3d 2018-12-03 17:01:45,472 - create_image - DEBUG - Instance status is - active 2018-12-03 17:01:45,472 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image 2018-12-03 17:01:45,472 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image 2018-12-03 17:01:45,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:01:45,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:01:45,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d512c4229c54352ac9a2e181501202c", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj-role"}], "expires_at": "2018-12-03T18:01:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-user", "id": "d8b89879182f43ed96dc18bbaa60ac9e"}, "audit_ids": ["j5_JLsPwTNGwweJb72Khpw"], "issued_at": "2018-12-03T17:01:45.000000Z"}} 2018-12-03 17:01:45,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad4ef9769936cc6b6dda436a160571f24171e79" 2018-12-03 17:01:45,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebf5637e-68da-4d05-920c-efa0b12a3e3a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:01:45,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ebf5637e-68da-4d05-920c-efa0b12a3e3a 2018-12-03 17:01:45,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad4ef9769936cc6b6dda436a160571f24171e79" 2018-12-03 17:01:46,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6f38679f-7087-43ad-b25a-a08ab52d63ac Date: Mon, 03 Dec 2018 17:01:46 GMT RESP BODY: {"networks":[]} 2018-12-03 17:01:46,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-6f38679f-7087-43ad-b25a-a08ab52d63ac 2018-12-03 17:01:46,125 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net 2018-12-03 17:01:46,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad4ef9769936cc6b6dda436a160571f24171e79" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net", "admin_state_up": true}}' 2018-12-03 17:01:46,676 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-ff563515-9dd2-4afc-af68-ac53785e145d Date: Mon, 03 Dec 2018 17:01:46 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f20e6172-d461-4ff4-a351-21583d49445c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T17:01:46Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","mtu":1450}} 2018-12-03 17:01:46,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-ff563515-9dd2-4afc-af68-ac53785e145d 2018-12-03 17:01:46,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad4ef9769936cc6b6dda436a160571f24171e79" 2018-12-03 17:01:46,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-fec6fad1-612d-414b-bfc0-370786391469 Date: Mon, 03 Dec 2018 17:01: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-12-03T17:01:46Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:01:46,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-fec6fad1-612d-414b-bfc0-370786391469 2018-12-03 17:01:46,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad4ef9769936cc6b6dda436a160571f24171e79" 2018-12-03 17:01:47,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ccbc6ce8-f7e7-4e39-ad72-215016b25a2a Date: Mon, 03 Dec 2018 17:01:47 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:01:47,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-ccbc6ce8-f7e7-4e39-ad72-215016b25a2a 2018-12-03 17:01:47,102 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet 2018-12-03 17:01:47,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad4ef9769936cc6b6dda436a160571f24171e79" -d '{"subnets": [{"ip_version": 4, "network_id": "f20e6172-d461-4ff4-a351-21583d49445c", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]}' 2018-12-03 17:01:47,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-60146a2f-e5b5-4fa0-8514-bd20913e4af3 Date: Mon, 03 Dec 2018 17:01:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:01:47,802 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-60146a2f-e5b5-4fa0-8514-bd20913e4af3 2018-12-03 17:01:47,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad4ef9769936cc6b6dda436a160571f24171e79" 2018-12-03 17:01:48,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7fcb5768-8d69-4c06-8780-bd4e2222cda3 Date: Mon, 03 Dec 2018 17:01: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:01:48,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-7fcb5768-8d69-4c06-8780-bd4e2222cda3 2018-12-03 17:01:48,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad4ef9769936cc6b6dda436a160571f24171e79" 2018-12-03 17:01:48,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-245def5c-b5f8-493c-9d12-19700f5e7838 Date: Mon, 03 Dec 2018 17:01:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:01:48,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-245def5c-b5f8-493c-9d12-19700f5e7838 2018-12-03 17:01:48,423 - OpenStackNetwork - DEBUG - Network [f20e6172-d461-4ff4-a351-21583d49445c] created successfully 2018-12-03 17:01:48,423 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:01:48,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:01:48,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d512c4229c54352ac9a2e181501202c", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj-role"}], "expires_at": "2018-12-03T18:01:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-user", "id": "d8b89879182f43ed96dc18bbaa60ac9e"}, "audit_ids": ["TiIUb_KpSyqnYhd4S5xgFg"], "issued_at": "2018-12-03T17:01:48.000000Z"}} 2018-12-03 17:01:48,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" 2018-12-03 17:01:48,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d49a519a-ff09-4f23-a7ea-4564830ca885 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:01:48,861 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d49a519a-ff09-4f23-a7ea-4564830ca885 2018-12-03 17:01:48,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" 2018-12-03 17:01:49,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-36fde39a-8874-4a57-adc4-6145c3e19a6a Date: Mon, 03 Dec 2018 17:01:49 GMT RESP BODY: {"routers": []} 2018-12-03 17:01:49,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router&admin_state_up=True used request id req-36fde39a-8874-4a57-adc4-6145c3e19a6a 2018-12-03 17:01:49,064 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:01:49,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:01:49,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d512c4229c54352ac9a2e181501202c", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj-role"}], "expires_at": "2018-12-03T18:01:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-user", "id": "d8b89879182f43ed96dc18bbaa60ac9e"}, "audit_ids": ["ftM6CMQJTje7DwaycNQLDQ"], "issued_at": "2018-12-03T17:01:49.000000Z"}} 2018-12-03 17:01:49,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0338696e891709d1c8ab0d8bdb83a045c90d764f" 2018-12-03 17:01:49,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d82bda0-9fa2-4e64-9496-415a5628ab9d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:01:49,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0d82bda0-9fa2-4e64-9496-415a5628ab9d 2018-12-03 17:01:49,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" 2018-12-03 17:01:49,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-cb0bbc51-6ed4-4a16-893d-b782cb00b8f3 Date: Mon, 03 Dec 2018 17:01:49 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:01:49,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-cb0bbc51-6ed4-4a16-893d-b782cb00b8f3 2018-12-03 17:01:49,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" 2018-12-03 17:01:49,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9bbff10f-755c-4f0c-8c27-a86aa921e1b4 Date: Mon, 03 Dec 2018 17:01:49 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:01:49,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-9bbff10f-755c-4f0c-8c27-a86aa921e1b4 2018-12-03 17:01:49,945 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router 2018-12-03 17:01:49,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router", "admin_state_up": true}}' 2018-12-03 17:01:55,137 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-218fb6ef-028a-46be-a7f9-3178540a92ce Date: Mon, 03 Dec 2018 17:01:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:01:50Z", "admin_state_up": true, "updated_at": "2018-12-03T17:01:51Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "e2cb6185-6022-40b5-8466-30c79aca82f5", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router"}} 2018-12-03 17:01:55,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-218fb6ef-028a-46be-a7f9-3178540a92ce 2018-12-03 17:01:55,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=e2cb6185-6022-40b5-8466-30c79aca82f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" 2018-12-03 17:01:55,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d61015d0-fdcb-4d89-be24-bf7d6d2dda99 Date: Mon, 03 Dec 2018 17:01:55 GMT RESP BODY: {"ports":[]} 2018-12-03 17:01:55,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=e2cb6185-6022-40b5-8466-30c79aca82f5 used request id req-d61015d0-fdcb-4d89-be24-bf7d6d2dda99 2018-12-03 17:01:55,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" 2018-12-03 17:01:55,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6b0e7d2e-86f0-478e-8606-fb5fe53c3f91 Date: Mon, 03 Dec 2018 17:01: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:01:55,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-6b0e7d2e-86f0-478e-8606-fb5fe53c3f91 2018-12-03 17:01:55,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:01:55,585 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:01:55,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" 2018-12-03 17:01:55,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05cd5abf-5a49-4f9e-ab50-16c326ea9494 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:01:55,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-05cd5abf-5a49-4f9e-ab50-16c326ea9494 2018-12-03 17:01:55,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" 2018-12-03 17:01:55,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-45762972-1970-49e8-be76-0c42ebdec744 Date: Mon, 03 Dec 2018 17:01:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:01:55,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-45762972-1970-49e8-be76-0c42ebdec744 2018-12-03 17:01:55,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c&name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" 2018-12-03 17:01:55,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b5d8e064-9d81-49ee-b3fc-2e637e553f33 Date: Mon, 03 Dec 2018 17:01:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:01:55,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c&name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet used request id req-b5d8e064-9d81-49ee-b3fc-2e637e553f33 2018-12-03 17:01:55,931 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-03 17:01:55,931 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router 2018-12-03 17:01:55,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/e2cb6185-6022-40b5-8466-30c79aca82f5/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" -d '{"subnet_id": "7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"}' 2018-12-03 17:01:58,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c407c4ca-acdd-4d4d-8268-496476c36212 Date: Mon, 03 Dec 2018 17:01:58 GMT RESP BODY: {"network_id": "f20e6172-d461-4ff4-a351-21583d49445c", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "subnet_id": "7d98772d-aedf-4b0f-89a2-eea5e96dcbbc", "subnet_ids": ["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"], "port_id": "82641e88-b21d-42c9-a5e2-03652c3b23e3", "id": "e2cb6185-6022-40b5-8466-30c79aca82f5"} 2018-12-03 17:01:58,050 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/e2cb6185-6022-40b5-8466-30c79aca82f5/add_router_interface used request id req-c407c4ca-acdd-4d4d-8268-496476c36212 2018-12-03 17:01:58,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/e2cb6185-6022-40b5-8466-30c79aca82f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" 2018-12-03 17:01:58,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6d470cb8-030b-4432-9c70-4ec925cb6033 Date: Mon, 03 Dec 2018 17:01:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:01:50Z", "admin_state_up": true, "updated_at": "2018-12-03T17:01:57Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "e2cb6185-6022-40b5-8466-30c79aca82f5", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router"}} 2018-12-03 17:01:58,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/e2cb6185-6022-40b5-8466-30c79aca82f5 used request id req-6d470cb8-030b-4432-9c70-4ec925cb6033 2018-12-03 17:01:58,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=e2cb6185-6022-40b5-8466-30c79aca82f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" 2018-12-03 17:01:58,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-231103a4-1bd7-47df-b0f6-d2b00d929999 Date: Mon, 03 Dec 2018 17:01:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.1"}],"id":"82641e88-b21d-42c9-a5e2-03652c3b23e3","security_groups":[],"mac_address":"fa:16:3e:c5:7a:c2","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:56Z","binding:vnic_type":"normal","device_id":"e2cb6185-6022-40b5-8466-30c79aca82f5"}]} 2018-12-03 17:01:58,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=e2cb6185-6022-40b5-8466-30c79aca82f5 used request id req-231103a4-1bd7-47df-b0f6-d2b00d929999 2018-12-03 17:01:58,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/7d98772d-aedf-4b0f-89a2-eea5e96dcbbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" 2018-12-03 17:01:58,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-ba03cfa5-b4e1-4e1c-a0e1-88a67f16eda3 Date: Mon, 03 Dec 2018 17:01:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}} 2018-12-03 17:01:58,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/7d98772d-aedf-4b0f-89a2-eea5e96dcbbc used request id req-ba03cfa5-b4e1-4e1c-a0e1-88a67f16eda3 2018-12-03 17:01:58,379 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:01:58,380 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:01:58,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:01:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["E6vuReljSc2slZ_EmTuADg"], "issued_at": "2018-12-03T17:01:58.000000Z"}} 2018-12-03 17:01:58,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89cc6ad35585b6cd4444b23780dddd71225b31c1" 2018-12-03 17:01:58,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d08e187-4eca-4d92-b003-8dc0bff3b232 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:01:58,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8d08e187-4eca-4d92-b003-8dc0bff3b232 2018-12-03 17:01:58,840 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:01:58,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89cc6ad35585b6cd4444b23780dddd71225b31c1" 2018-12-03 17:01:59,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fbc09839-6523-463d-8031-514210d63420 x-compute-request-id: req-fbc09839-6523-463d-8031-514210d63420 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 17:01:59,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-fbc09839-6523-463d-8031-514210d63420 2018-12-03 17:01:59,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89cc6ad35585b6cd4444b23780dddd71225b31c1" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-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-12-03 17:01:59,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e056119-d4ed-4ea3-9b01-2b18c2e8e43f x-compute-request-id: req-0e056119-d4ed-4ea3-9b01-2b18c2e8e43f Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "128200e0-0c57-47aa-8f1d-855d9d043843", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:01:59,055 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0e056119-d4ed-4ea3-9b01-2b18c2e8e43f 2018-12-03 17:01:59,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:01:59,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:01:59,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d512c4229c54352ac9a2e181501202c", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj-role"}], "expires_at": "2018-12-03T18:01:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-user", "id": "d8b89879182f43ed96dc18bbaa60ac9e"}, "audit_ids": ["4zevzzIdTTGCfRFiraIF8w"], "issued_at": "2018-12-03T17:01:59.000000Z"}} 2018-12-03 17:01:59,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e3e5b3f598ec638d0e30bc716dc1cde57e0991" 2018-12-03 17:01:59,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7bee63b-6ba2-4d4a-a0a4-6997a98d51c6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:01:59,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d7bee63b-6ba2-4d4a-a0a4-6997a98d51c6 2018-12-03 17:01:59,514 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:01:59,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e3e5b3f598ec638d0e30bc716dc1cde57e0991" 2018-12-03 17:01:59,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fc2d0889-0f55-492d-a94e-570c6ba883d2 x-compute-request-id: req-fc2d0889-0f55-492d-a94e-570c6ba883d2 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 17:01:59,683 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-fc2d0889-0f55-492d-a94e-570c6ba883d2 2018-12-03 17:01:59,683 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp... 2018-12-03 17:01:59,684 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 17:01:59,762 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp 2018-12-03 17:01:59,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e3e5b3f598ec638d0e30bc716dc1cde57e0991" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCw9heKlgZTuex667J5l/i1+H4FJn2ak7lc+N5SzbD0DQ2HP2CiwwwnxZs3Ya88yd5/tQVJxjn8YCsfuBDQ7jdOBmp/TvG8AmxwHCI8TIeNlmfJJk1AGxaEBzybrtlsHvD+yL4seYy5QaJIPtTZLwQ/01ip5jCp2Tp3m2bvsPqTGw==", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp"}}' 2018-12-03 17:01:59,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:01:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-552c2a11-e1ba-4257-8c94-4d7a0068c4ae x-compute-request-id: req-552c2a11-e1ba-4257-8c94-4d7a0068c4ae Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCw9heKlgZTuex667J5l/i1+H4FJn2ak7lc+N5SzbD0DQ2HP2CiwwwnxZs3Ya88yd5/tQVJxjn8YCsfuBDQ7jdOBmp/TvG8AmxwHCI8TIeNlmfJJk1AGxaEBzybrtlsHvD+yL4seYy5QaJIPtTZLwQ/01ip5jCp2Tp3m2bvsPqTGw==", "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "fingerprint": "25:a6:49:45:9b:90:c4:62:20:4c:25:61:47:ec:48:e2"}} 2018-12-03 17:01:59,816 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-552c2a11-e1ba-4257-8c94-4d7a0068c4ae 2018-12-03 17:01:59,818 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2.pub 2018-12-03 17:01:59,818 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2 2018-12-03 17:01:59,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:01:59,820 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:02:00,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d512c4229c54352ac9a2e181501202c", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj-role"}], "expires_at": "2018-12-03T18:02:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-user", "id": "d8b89879182f43ed96dc18bbaa60ac9e"}, "audit_ids": ["pv5kdoe2RDCAmllB9h5Mrg"], "issued_at": "2018-12-03T17:02:00.000000Z"}} 2018-12-03 17:02:00,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:00,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3f8fa49-f7b5-4654-aa9a-b7ade500992e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:02:00,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e3f8fa49-f7b5-4654-aa9a-b7ade500992e 2018-12-03 17:02:00,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:00,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-87c7ceab-e38f-40c8-8bee-f4aa3d12edd3 Date: Mon, 03 Dec 2018 17:02:00 GMT RESP BODY: {"security_groups": []} 2018-12-03 17:02:00,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp used request id req-87c7ceab-e38f-40c8-8bee-f4aa3d12edd3 2018-12-03 17:02:00,451 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp... 2018-12-03 17:02:00,451 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp 2018-12-03 17:02:00,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}}' 2018-12-03 17:02:00,806 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-fd3ec066-cdbc-4459-9e13-cb5119144faa Date: Mon, 03 Dec 2018 17:02:00 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "updated_at": "2018-12-03T17:02:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "revision_number": 0, "id": "30aa0991-cc24-4ca1-a23f-efbdaa11b80f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "revision_number": 0, "id": "63545498-d02a-4f7f-b9fe-add69de37301", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}], "revision_number": 2, "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}} 2018-12-03 17:02:00,806 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-fd3ec066-cdbc-4459-9e13-cb5119144faa 2018-12-03 17:02:00,806 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 083d7b8f-c4bb-401b-a75e-03704c3442db 2018-12-03 17:02:00,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=083d7b8f-c4bb-401b-a75e-03704c3442db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:00,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9f30f39d-332e-40e0-ad09-99d0690e0709 Date: Mon, 03 Dec 2018 17:02: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-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "30aa0991-cc24-4ca1-a23f-efbdaa11b80f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "63545498-d02a-4f7f-b9fe-add69de37301"}]} 2018-12-03 17:02:00,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=083d7b8f-c4bb-401b-a75e-03704c3442db used request id req-9f30f39d-332e-40e0-ad09-99d0690e0709 2018-12-03 17:02:00,985 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 083d7b8f-c4bb-401b-a75e-03704c3442db 2018-12-03 17:02:00,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=083d7b8f-c4bb-401b-a75e-03704c3442db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:01,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-19691e73-68ad-43ca-b6ab-de3c9ff9f3e5 Date: Mon, 03 Dec 2018 17:02:01 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-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "30aa0991-cc24-4ca1-a23f-efbdaa11b80f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "63545498-d02a-4f7f-b9fe-add69de37301"}]} 2018-12-03 17:02:01,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=083d7b8f-c4bb-401b-a75e-03704c3442db used request id req-19691e73-68ad-43ca-b6ab-de3c9ff9f3e5 2018-12-03 17:02:01,145 - neutron_utils - INFO - Retrieving security group with ID - 083d7b8f-c4bb-401b-a75e-03704c3442db 2018-12-03 17:02:01,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=083d7b8f-c4bb-401b-a75e-03704c3442db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:01,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-0c19d798-0b6e-4d9e-ae04-619fc1f12c7a Date: Mon, 03 Dec 2018 17:02:01 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "updated_at": "2018-12-03T17:02:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "revision_number": 0, "id": "30aa0991-cc24-4ca1-a23f-efbdaa11b80f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "revision_number": 0, "id": "63545498-d02a-4f7f-b9fe-add69de37301", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}], "revision_number": 2, "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}]} 2018-12-03 17:02:01,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=083d7b8f-c4bb-401b-a75e-03704c3442db used request id req-0c19d798-0b6e-4d9e-ae04-619fc1f12c7a 2018-12-03 17:02:01,399 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 083d7b8f-c4bb-401b-a75e-03704c3442db 2018-12-03 17:02:01,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=083d7b8f-c4bb-401b-a75e-03704c3442db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:01,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-63e9e8c4-af7b-44e5-8c9d-7e6cb2c7f544 Date: Mon, 03 Dec 2018 17:02:01 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-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "30aa0991-cc24-4ca1-a23f-efbdaa11b80f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "63545498-d02a-4f7f-b9fe-add69de37301"}]} 2018-12-03 17:02:01,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=083d7b8f-c4bb-401b-a75e-03704c3442db used request id req-63e9e8c4-af7b-44e5-8c9d-7e6cb2c7f544 2018-12-03 17:02:01,586 - neutron_utils - INFO - Retrieving security group with ID - 083d7b8f-c4bb-401b-a75e-03704c3442db 2018-12-03 17:02:01,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=083d7b8f-c4bb-401b-a75e-03704c3442db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:01,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-025e2ebb-2a95-4eca-a839-73dac1cc54ec Date: Mon, 03 Dec 2018 17:02:01 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "updated_at": "2018-12-03T17:02:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "revision_number": 0, "id": "30aa0991-cc24-4ca1-a23f-efbdaa11b80f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "revision_number": 0, "id": "63545498-d02a-4f7f-b9fe-add69de37301", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}], "revision_number": 2, "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}]} 2018-12-03 17:02:01,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=083d7b8f-c4bb-401b-a75e-03704c3442db used request id req-025e2ebb-2a95-4eca-a839-73dac1cc54ec 2018-12-03 17:02:01,783 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 083d7b8f-c4bb-401b-a75e-03704c3442db 2018-12-03 17:02:01,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=083d7b8f-c4bb-401b-a75e-03704c3442db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:01,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5b239118-0ef2-4e36-8da6-e4bf247f0c1b Date: Mon, 03 Dec 2018 17:02:01 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-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "30aa0991-cc24-4ca1-a23f-efbdaa11b80f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "63545498-d02a-4f7f-b9fe-add69de37301"}]} 2018-12-03 17:02:01,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=083d7b8f-c4bb-401b-a75e-03704c3442db used request id req-5b239118-0ef2-4e36-8da6-e4bf247f0c1b 2018-12-03 17:02:01,813 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp 2018-12-03 17:02:01,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:02,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-79d95910-420f-4d6a-983c-bd75748d9e21 Date: Mon, 03 Dec 2018 17:02:02 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "updated_at": "2018-12-03T17:02:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "revision_number": 0, "id": "30aa0991-cc24-4ca1-a23f-efbdaa11b80f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "revision_number": 0, "id": "63545498-d02a-4f7f-b9fe-add69de37301", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}], "revision_number": 2, "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}]} 2018-12-03 17:02:02,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp used request id req-79d95910-420f-4d6a-983c-bd75748d9e21 2018-12-03 17:02:02,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:02:02,023 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:02: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:02:02,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:02,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64f5fcb4-7769-4112-a738-5adf369e89be Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:02,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-64f5fcb4-7769-4112-a738-5adf369e89be 2018-12-03 17:02:02,100 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 083d7b8f-c4bb-401b-a75e-03704c3442db 2018-12-03 17:02:02,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=083d7b8f-c4bb-401b-a75e-03704c3442db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:02,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1b5a75eb-6ee6-46e1-a153-867b5da21fc9 Date: Mon, 03 Dec 2018 17:02: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-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "30aa0991-cc24-4ca1-a23f-efbdaa11b80f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "63545498-d02a-4f7f-b9fe-add69de37301"}]} 2018-12-03 17:02:02,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=083d7b8f-c4bb-401b-a75e-03704c3442db used request id req-1b5a75eb-6ee6-46e1-a153-867b5da21fc9 2018-12-03 17:02:02,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db"}}' 2018-12-03 17:02:02,613 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-317386a9-e250-4810-8b77-79a3a70f8e7e Date: Mon, 03 Dec 2018 17:02:02 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-12-03T17:02:02Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:02Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "245f21c8-06c9-446f-ba10-366d3f90a340"}} 2018-12-03 17:02:02,613 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-317386a9-e250-4810-8b77-79a3a70f8e7e 2018-12-03 17:02:02,613 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp 2018-12-03 17:02:02,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:02,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-6fba7857-f8e5-4262-964a-923fe9502b32 Date: Mon, 03 Dec 2018 17:02:02 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "updated_at": "2018-12-03T17:02:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:02:02Z", "revision_number": 0, "id": "245f21c8-06c9-446f-ba10-366d3f90a340", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:02Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "revision_number": 0, "id": "30aa0991-cc24-4ca1-a23f-efbdaa11b80f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "revision_number": 0, "id": "63545498-d02a-4f7f-b9fe-add69de37301", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}], "revision_number": 3, "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}]} 2018-12-03 17:02:02,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp used request id req-6fba7857-f8e5-4262-964a-923fe9502b32 2018-12-03 17:02:02,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:02,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-596c8d7d-286f-4ae7-beda-77bd756218eb Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:02,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-596c8d7d-286f-4ae7-beda-77bd756218eb 2018-12-03 17:02:02,763 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 083d7b8f-c4bb-401b-a75e-03704c3442db 2018-12-03 17:02:02,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=083d7b8f-c4bb-401b-a75e-03704c3442db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:02,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-cc31424b-ffc5-480b-9930-2265f78b3fc2 Date: Mon, 03 Dec 2018 17:02:02 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-12-03T17:02:02Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:02Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "245f21c8-06c9-446f-ba10-366d3f90a340"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "30aa0991-cc24-4ca1-a23f-efbdaa11b80f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "63545498-d02a-4f7f-b9fe-add69de37301"}]} 2018-12-03 17:02:02,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=083d7b8f-c4bb-401b-a75e-03704c3442db used request id req-cc31424b-ffc5-480b-9930-2265f78b3fc2 2018-12-03 17:02:02,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db"}}' 2018-12-03 17:02:03,271 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-dde90c31-2cc1-40ae-aebe-7b03ffad11f5 Date: Mon, 03 Dec 2018 17:02:03 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-12-03T17:02:03Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": 22, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:03Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "3d40f8fb-a2cd-4eaa-b8da-8ed95f6ae6b3"}} 2018-12-03 17:02:03,272 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-dde90c31-2cc1-40ae-aebe-7b03ffad11f5 2018-12-03 17:02:03,272 - neutron_utils - INFO - Retrieving security group with ID - 083d7b8f-c4bb-401b-a75e-03704c3442db 2018-12-03 17:02:03,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=083d7b8f-c4bb-401b-a75e-03704c3442db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:03,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-e1ddf8b2-0974-48d4-a0f7-9890377b9cb6 Date: Mon, 03 Dec 2018 17:02:03 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "updated_at": "2018-12-03T17:02:03Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:02:02Z", "revision_number": 0, "id": "245f21c8-06c9-446f-ba10-366d3f90a340", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:02Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "revision_number": 0, "id": "30aa0991-cc24-4ca1-a23f-efbdaa11b80f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:02:03Z", "revision_number": 0, "id": "3d40f8fb-a2cd-4eaa-b8da-8ed95f6ae6b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:03Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "revision_number": 0, "id": "63545498-d02a-4f7f-b9fe-add69de37301", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}], "revision_number": 4, "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}]} 2018-12-03 17:02:03,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=083d7b8f-c4bb-401b-a75e-03704c3442db used request id req-e1ddf8b2-0974-48d4-a0f7-9890377b9cb6 2018-12-03 17:02:03,474 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 083d7b8f-c4bb-401b-a75e-03704c3442db 2018-12-03 17:02:03,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=083d7b8f-c4bb-401b-a75e-03704c3442db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:02:03,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-ccb233d3-72e6-41af-85f9-bacbe0843fbb Date: Mon, 03 Dec 2018 17:02:03 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-12-03T17:02:02Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:02Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "245f21c8-06c9-446f-ba10-366d3f90a340"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "30aa0991-cc24-4ca1-a23f-efbdaa11b80f"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-03T17:02:03Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": 22, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:03Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "3d40f8fb-a2cd-4eaa-b8da-8ed95f6ae6b3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:02:00Z", "security_group_id": "083d7b8f-c4bb-401b-a75e-03704c3442db", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:00Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "63545498-d02a-4f7f-b9fe-add69de37301"}]} 2018-12-03 17:02:03,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=083d7b8f-c4bb-401b-a75e-03704c3442db used request id req-ccb233d3-72e6-41af-85f9-bacbe0843fbb 2018-12-03 17:02:03,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:02:03,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:02:04,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d512c4229c54352ac9a2e181501202c", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj-role"}], "expires_at": "2018-12-03T18:02:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-user", "id": "d8b89879182f43ed96dc18bbaa60ac9e"}, "audit_ids": ["Kf08NKJjS4Wo7bc4Eg5GeA"], "issued_at": "2018-12-03T17:02:04.000000Z"}} 2018-12-03 17:02:04,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:04,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b0ffcb3-92ac-499e-a72c-0339ed9c9682 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:02:04,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7b0ffcb3-92ac-499e-a72c-0339ed9c9682 2018-12-03 17:02:04,106 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:02:04,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:04,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63e0468e-69f7-4fce-97c7-7d3d3e498753 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:02:04,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-63e0468e-69f7-4fce-97c7-7d3d3e498753 2018-12-03 17:02:04,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:04,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b6cdd379-9451-4920-8a7a-cb3de66df88b Date: Mon, 03 Dec 2018 17:02: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:02:04,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-b6cdd379-9451-4920-8a7a-cb3de66df88b 2018-12-03 17:02:04,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:02:04,457 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:02:04,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:04,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-426ae748-a8a9-48c0-9213-aba5b7aa5727 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:04,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-426ae748-a8a9-48c0-9213-aba5b7aa5727 2018-12-03 17:02:04,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:04,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9b6de8e1-182d-405e-b32e-5717755f877f Date: Mon, 03 Dec 2018 17:02:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:02:04,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-9b6de8e1-182d-405e-b32e-5717755f877f 2018-12-03 17:02:04,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c&name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:04,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d0584baf-04be-4eaa-a283-58af31d54fda Date: Mon, 03 Dec 2018 17:02:04 GMT RESP BODY: {"ports":[]} 2018-12-03 17:02:04,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c&name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1&admin_state_up=True used request id req-d0584baf-04be-4eaa-a283-58af31d54fda 2018-12-03 17:02:04,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:05,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-f34c884d-1e81-416a-8e23-7b1e3ab7d4c2 x-compute-request-id: req-f34c884d-1e81-416a-8e23-7b1e3ab7d4c2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 17:02:05,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst used request id req-f34c884d-1e81-416a-8e23-7b1e3ab7d4c2 2018-12-03 17:02:05,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:05,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ba168d7a-663e-41a9-9791-78e21feea8d7 Date: Mon, 03 Dec 2018 17:02: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:02:05,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-ba168d7a-663e-41a9-9791-78e21feea8d7 2018-12-03 17:02:05,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:05,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfbc7e27-26ba-41c4-8631-980d0bbc2263 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:05,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-dfbc7e27-26ba-41c4-8631-980d0bbc2263 2018-12-03 17:02:05,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:05,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e0ec4044-eea0-46bb-9509-c719641967f1 Date: Mon, 03 Dec 2018 17:02:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:02:05,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-e0ec4044-eea0-46bb-9509-c719641967f1 2018-12-03 17:02:05,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c&name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:05,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f1074436-47c3-4db8-9584-dc7b28de89ab Date: Mon, 03 Dec 2018 17:02:05 GMT RESP BODY: {"ports":[]} 2018-12-03 17:02:05,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c&name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1&admin_state_up=True used request id req-f1074436-47c3-4db8-9584-dc7b28de89ab 2018-12-03 17:02:05,952 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:02:05,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:02:06,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d512c4229c54352ac9a2e181501202c", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj-role"}], "expires_at": "2018-12-03T18:02:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/81d4a8eaa5b24525b8689ac731dff2bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-user", "id": "d8b89879182f43ed96dc18bbaa60ac9e"}, "audit_ids": ["YJLqxGv8SEi5kzfCyzkhdA"], "issued_at": "2018-12-03T17:02:06.000000Z"}} 2018-12-03 17:02:06,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62f600ea8187fd19075beb31024e185786b4dc25" 2018-12-03 17:02:06,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9732200-77bc-42c7-9d7c-10e721ed8578 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:02:06,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c9732200-77bc-42c7-9d7c-10e721ed8578 2018-12-03 17:02:06,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:06,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-acddd8cc-b78d-4337-8b59-fbfec16aa0a4 Date: Mon, 03 Dec 2018 17:02: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:02:06,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-acddd8cc-b78d-4337-8b59-fbfec16aa0a4 2018-12-03 17:02:06,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:06,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5689e5d3-31a0-4f45-9240-59d8d98d54bf Date: Mon, 03 Dec 2018 17:02:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:02:06,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-5689e5d3-31a0-4f45-9240-59d8d98d54bf 2018-12-03 17:02:06,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:07,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bdff6a8e-8af0-4630-9b03-0f83d604f26e Date: Mon, 03 Dec 2018 17:02: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:02:07,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-bdff6a8e-8af0-4630-9b03-0f83d604f26e 2018-12-03 17:02:07,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:02:07,121 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:02: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:02:07,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62f600ea8187fd19075beb31024e185786b4dc25" 2018-12-03 17:02:07,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a772d9ae-df9a-46d7-bc5f-d291d7d9bea6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:07,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-a772d9ae-df9a-46d7-bc5f-d291d7d9bea6 2018-12-03 17:02:07,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:07,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b789af47-5969-4477-9cde-538dd6df0743 Date: Mon, 03 Dec 2018 17:02:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:02:07,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-b789af47-5969-4477-9cde-538dd6df0743 2018-12-03 17:02:07,407 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net 2018-12-03 17:02:07,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" -d '{"port": {"network_id": "f20e6172-d461-4ff4-a351-21583d49445c", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1", "admin_state_up": true}}' 2018-12-03 17:02:08,449 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-43dbb79e-ad4d-4c9f-a7fa-d3f98467d815 Date: Mon, 03 Dec 2018 17:02:08 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:08Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.14"}],"id":"47976ac7-d746-4369-b8c4-6245fef77f02","security_groups":["55556390-e0b6-4d3a-90fe-eb237e694620"],"mac_address":"fa:16:3e:08:26:bb","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","qos_policy_id":null,"admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:02:07Z","binding:vnic_type":"normal"}} 2018-12-03 17:02:08,449 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-43dbb79e-ad4d-4c9f-a7fa-d3f98467d815 2018-12-03 17:02:08,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:08,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-006b427e-4d56-42b1-9ca3-3064b7fa37c0 Date: Mon, 03 Dec 2018 17:02: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:02:08,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-006b427e-4d56-42b1-9ca3-3064b7fa37c0 2018-12-03 17:02:08,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:08,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-947ec091-820c-4510-8a26-f898f0c2f768 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:08,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-947ec091-820c-4510-8a26-f898f0c2f768 2018-12-03 17:02:08,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:08,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9a1f9ef6-f232-4ad6-a0c7-87e1155ebedd Date: Mon, 03 Dec 2018 17:02:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:02:08,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-9a1f9ef6-f232-4ad6-a0c7-87e1155ebedd 2018-12-03 17:02:08,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c&name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:08,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-de664413-816d-441e-ba00-ae903ff2df54 Date: Mon, 03 Dec 2018 17:02:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:08Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.14"}],"id":"47976ac7-d746-4369-b8c4-6245fef77f02","security_groups":["55556390-e0b6-4d3a-90fe-eb237e694620"],"mac_address":"fa:16:3e:08:26:bb","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:02:07Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 17:02:08,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c&name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1&admin_state_up=True used request id req-de664413-816d-441e-ba00-ae903ff2df54 2018-12-03 17:02:08,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:08,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa37b55a-26fd-4ce3-8e2b-11e23b16bb41 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:08,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-fa37b55a-26fd-4ce3-8e2b-11e23b16bb41 2018-12-03 17:02:08,987 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst 2018-12-03 17:02:08,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:09,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-0d24a8c6-cc22-4cce-a60f-3b8043e0e8af x-compute-request-id: req-0d24a8c6-cc22-4cce-a60f-3b8043e0e8af Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-flavor-name"}]} 2018-12-03 17:02:09,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0d24a8c6-cc22-4cce-a60f-3b8043e0e8af 2018-12-03 17:02:09,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/128200e0-0c57-47aa-8f1d-855d9d043843 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:09,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-329d5ef9-3293-4495-8ace-54f126fa6a6b x-compute-request-id: req-329d5ef9-3293-4495-8ace-54f126fa6a6b Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "128200e0-0c57-47aa-8f1d-855d9d043843", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:02:09,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/128200e0-0c57-47aa-8f1d-855d9d043843 used request id req-329d5ef9-3293-4495-8ace-54f126fa6a6b 2018-12-03 17:02:09,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:09,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-74c3d07e-55c3-4159-99f9-a92dce6cd905 Date: Mon, 03 Dec 2018 17:02:09 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:01:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:01:44Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c/snap", "metadata": {}}], "self": "/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "min_disk": 0, "protected": false, "id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "file": "/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "81d4a8eaa5b24525b8689ac731dff2bc", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image"} 2018-12-03 17:02:09,237 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image used request id req-74c3d07e-55c3-4159-99f9-a92dce6cd905 2018-12-03 17:02:09,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:09,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-32ae2006-1491-4850-97aa-2a7eeff9d26e Date: Mon, 03 Dec 2018 17:02: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-12-03 17:02:09,398 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-32ae2006-1491-4850-97aa-2a7eeff9d26e 2018-12-03 17:02:09,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "imageRef": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "flavorRef": "128200e0-0c57-47aa-8f1d-855d9d043843", "max_count": 1, "min_count": 1, "networks": [{"port": "47976ac7-d746-4369-b8c4-6245fef77f02"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}]}}' 2018-12-03 17:02:11,280 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:02:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1657be07-7e60-44f7-8273-f7d6d6e54b99 x-compute-request-id: req-1657be07-7e60-44f7-8273-f7d6d6e54b99 Content-Length: 444 location: http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "adminPass": "PTLFE4wGhA7M"}} 2018-12-03 17:02:11,280 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-1657be07-7e60-44f7-8273-f7d6d6e54b99 2018-12-03 17:02:11,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:11,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-dcbad427-477f-4ff6-947b-0341f5b1a9e0 x-compute-request-id: req-dcbad427-477f-4ff6-947b-0341f5b1a9e0 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.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "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-12-03T17:02:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:11,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-dcbad427-477f-4ff6-947b-0341f5b1a9e0 2018-12-03 17:02:11,640 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst 2018-12-03 17:02:11,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:11,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-0572e211-834a-4380-981b-b4e1e7325393 x-compute-request-id: req-0572e211-834a-4380-981b-b4e1e7325393 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.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "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-12-03T17:02:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:11,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-0572e211-834a-4380-981b-b4e1e7325393 2018-12-03 17:02:11,851 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst] is - BUILD 2018-12-03 17:02:11,851 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:02:14,854 - create_instance - DEBUG - VM status query timeout in 896.78639102 2018-12-03 17:02:14,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:15,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfe58331-9613-4445-a34f-ca390b2197d8 x-compute-request-id: req-cfe58331-9613-4445-a34f-ca390b2197d8 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.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:02:13Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:15,332 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-cfe58331-9613-4445-a34f-ca390b2197d8 2018-12-03 17:02:15,332 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst] is - BUILD 2018-12-03 17:02:15,332 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:02:18,336 - create_instance - DEBUG - VM status query timeout in 893.305094004 2018-12-03 17:02:18,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:18,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-91a32824-179a-4456-bb2e-89de4995861c x-compute-request-id: req-91a32824-179a-4456-bb2e-89de4995861c Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:17Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:18,936 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-91a32824-179a-4456-bb2e-89de4995861c 2018-12-03 17:02:18,936 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst] is - ACTIVE 2018-12-03 17:02:18,936 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:02:18,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:19,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-2b5aef5e-d3ee-4699-bbca-e0ccec72c094 x-compute-request-id: req-2b5aef5e-d3ee-4699-bbca-e0ccec72c094 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:17Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:19,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-2b5aef5e-d3ee-4699-bbca-e0ccec72c094 2018-12-03 17:02:19,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:19,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5383f8fb-96f5-4af6-9546-c1b0b57eec33 Date: Mon, 03 Dec 2018 17:02: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:02:19,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-5383f8fb-96f5-4af6-9546-c1b0b57eec33 2018-12-03 17:02:19,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:19,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7693ad7-9c75-449e-8100-49c0999d984e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:19,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-f7693ad7-9c75-449e-8100-49c0999d984e 2018-12-03 17:02:19,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:19,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-94f8d7bc-e1dc-496b-b5c2-170a32314077 Date: Mon, 03 Dec 2018 17:02:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:02:19,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-94f8d7bc-e1dc-496b-b5c2-170a32314077 2018-12-03 17:02:19,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:20,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-e459ab94-ffbe-43b0-8b59-d5f82fec3e31 Date: Mon, 03 Dec 2018 17:02:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.3"}],"id":"0bb92431-2cb3-4b41-ab6a-169ddd334ed6","security_groups":[],"mac_address":"fa:16:3e:fc:9c:98","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.14"}],"id":"47976ac7-d746-4369-b8c4-6245fef77f02","security_groups":["55556390-e0b6-4d3a-90fe-eb237e694620"],"mac_address":"fa:16:3e:08:26:bb","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:02:07Z","binding:vnic_type":"normal","device_id":"d32bbfba-05ca-4385-8418-93ddd06f6c97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.2"}],"id":"8030e388-7f6d-4f9d-9ea2-3d07cf2347a8","security_groups":[],"mac_address":"fa:16:3e:e2:c2:f0","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:10Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.1"}],"id":"82641e88-b21d-42c9-a5e2-03652c3b23e3","security_groups":[],"mac_address":"fa:16:3e:c5:7a:c2","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:56Z","binding:vnic_type":"normal","device_id":"e2cb6185-6022-40b5-8466-30c79aca82f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.4"}],"id":"ea593f9f-aae9-49d7-aa39-91febe9cafb4","security_groups":[],"mac_address":"fa:16:3e:da:ae:cc","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f20e6172-d461-4ff4-a351-21583d49445c"}]} 2018-12-03 17:02:20,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-e459ab94-ffbe-43b0-8b59-d5f82fec3e31 2018-12-03 17:02:20,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:20,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-9b7b3bb5-7ca0-4413-9ecc-bb2a3ee07084 x-compute-request-id: req-9b7b3bb5-7ca0-4413-9ecc-bb2a3ee07084 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:17Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:20,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-9b7b3bb5-7ca0-4413-9ecc-bb2a3ee07084 2018-12-03 17:02:20,942 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst] is - ACTIVE 2018-12-03 17:02:20,942 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:02:20,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:21,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-fe7de7ee-c496-495f-affe-caafd3e8024e x-compute-request-id: req-fe7de7ee-c496-495f-affe-caafd3e8024e Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:17Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:21,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-fe7de7ee-c496-495f-affe-caafd3e8024e 2018-12-03 17:02:21,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:21,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f59ad2a4-491f-41d8-beb2-03bcb851cf01 Date: Mon, 03 Dec 2018 17:02: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:02:21,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-f59ad2a4-491f-41d8-beb2-03bcb851cf01 2018-12-03 17:02:21,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:21,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d1acf9e-9a29-489c-a3e9-e34750951ee6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:21,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-5d1acf9e-9a29-489c-a3e9-e34750951ee6 2018-12-03 17:02:21,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:21,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dbf74791-9c57-4bae-8897-81b6fac65218 Date: Mon, 03 Dec 2018 17:02:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:02:21,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-dbf74791-9c57-4bae-8897-81b6fac65218 2018-12-03 17:02:21,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:22,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-b1586e33-3059-4a20-9bd7-6cee5198a86f Date: Mon, 03 Dec 2018 17:02:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.3"}],"id":"0bb92431-2cb3-4b41-ab6a-169ddd334ed6","security_groups":[],"mac_address":"fa:16:3e:fc:9c:98","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.14"}],"id":"47976ac7-d746-4369-b8c4-6245fef77f02","security_groups":["55556390-e0b6-4d3a-90fe-eb237e694620"],"mac_address":"fa:16:3e:08:26:bb","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:02:07Z","binding:vnic_type":"normal","device_id":"d32bbfba-05ca-4385-8418-93ddd06f6c97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.2"}],"id":"8030e388-7f6d-4f9d-9ea2-3d07cf2347a8","security_groups":[],"mac_address":"fa:16:3e:e2:c2:f0","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:10Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.1"}],"id":"82641e88-b21d-42c9-a5e2-03652c3b23e3","security_groups":[],"mac_address":"fa:16:3e:c5:7a:c2","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:56Z","binding:vnic_type":"normal","device_id":"e2cb6185-6022-40b5-8466-30c79aca82f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.4"}],"id":"ea593f9f-aae9-49d7-aa39-91febe9cafb4","security_groups":[],"mac_address":"fa:16:3e:da:ae:cc","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f20e6172-d461-4ff4-a351-21583d49445c"}]} 2018-12-03 17:02:22,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-b1586e33-3059-4a20-9bd7-6cee5198a86f 2018-12-03 17:02:22,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}}' 2018-12-03 17:02:23,251 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:02: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-9dbffbd1-699f-4db0-a932-457988f77c51 x-compute-request-id: req-9dbffbd1-699f-4db0-a932-457988f77c51 Content-Length: 0 Content-Type: application/json 2018-12-03 17:02:23,251 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action used request id req-9dbffbd1-699f-4db0-a932-457988f77c51 2018-12-03 17:02:23,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:23,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-6ebe8587-c4db-4e6f-af4e-189a79ad1321 Date: Mon, 03 Dec 2018 17:02:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:01:50Z", "admin_state_up": true, "updated_at": "2018-12-03T17:01:57Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "e2cb6185-6022-40b5-8466-30c79aca82f5", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router"}]} 2018-12-03 17:02:23,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router used request id req-6ebe8587-c4db-4e6f-af4e-189a79ad1321 2018-12-03 17:02:23,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:23,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3ad242a-2d3a-4791-b8c7-fea8d7ac7da4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:23,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-f3ad242a-2d3a-4791-b8c7-fea8d7ac7da4 2018-12-03 17:02:23,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=e2cb6185-6022-40b5-8466-30c79aca82f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:23,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-dcb7ad61-afaa-4292-b380-8fe444a8f08b Date: Mon, 03 Dec 2018 17:02:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:10Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.1"}],"id":"82641e88-b21d-42c9-a5e2-03652c3b23e3","security_groups":[],"mac_address":"fa:16:3e:c5:7a:c2","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:56Z","binding:vnic_type":"normal","device_id":"e2cb6185-6022-40b5-8466-30c79aca82f5"}]} 2018-12-03 17:02:23,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=e2cb6185-6022-40b5-8466-30c79aca82f5 used request id req-dcb7ad61-afaa-4292-b380-8fe444a8f08b 2018-12-03 17:02:23,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/7d98772d-aedf-4b0f-89a2-eea5e96dcbbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:23,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-319d8e53-c43d-4523-8e2c-49d5e71f5119 Date: Mon, 03 Dec 2018 17:02:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}} 2018-12-03 17:02:23,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/7d98772d-aedf-4b0f-89a2-eea5e96dcbbc used request id req-319d8e53-c43d-4523-8e2c-49d5e71f5119 2018-12-03 17:02:23,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:23,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5d99c677-8af2-4d04-9ff7-2daed273ba50 Date: Mon, 03 Dec 2018 17:02:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:02:23,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-5d99c677-8af2-4d04-9ff7-2daed273ba50 2018-12-03 17:02:23,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:23,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-34d1d8fc-e5c4-4870-a6e7-c754bb13e648 Date: Mon, 03 Dec 2018 17:02:23 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:02:23,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-34d1d8fc-e5c4-4870-a6e7-c754bb13e648 2018-12-03 17:02:23,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:24,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afd76b25-b0c7-4cb3-bbd0-8014057f4e98 x-compute-request-id: req-afd76b25-b0c7-4cb3-bbd0-8014057f4e98 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:17Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:24,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-afd76b25-b0c7-4cb3-bbd0-8014057f4e98 2018-12-03 17:02:24,416 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst] is - ACTIVE 2018-12-03 17:02:24,416 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:02:24,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:25,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-522c6586-9e77-4a21-9f64-0439aac96dee x-compute-request-id: req-522c6586-9e77-4a21-9f64-0439aac96dee Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:17Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:25,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-522c6586-9e77-4a21-9f64-0439aac96dee 2018-12-03 17:02:25,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:25,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-51c829ae-5b72-4dd2-9a29-97f69a91a562 Date: Mon, 03 Dec 2018 17:02: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:02:25,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-51c829ae-5b72-4dd2-9a29-97f69a91a562 2018-12-03 17:02:25,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:25,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ea39709-2b42-462d-bb89-b95e5c63c027 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:25,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-6ea39709-2b42-462d-bb89-b95e5c63c027 2018-12-03 17:02:25,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:25,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-02875157-6b8a-4483-960b-e092b7bf5631 Date: Mon, 03 Dec 2018 17:02:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:02:25,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-02875157-6b8a-4483-960b-e092b7bf5631 2018-12-03 17:02:25,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:25,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-44752f94-7d9a-4e25-a40b-be091d0e7b95 Date: Mon, 03 Dec 2018 17:02:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.3"}],"id":"0bb92431-2cb3-4b41-ab6a-169ddd334ed6","security_groups":[],"mac_address":"fa:16:3e:fc:9c:98","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:22Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.14"}],"id":"47976ac7-d746-4369-b8c4-6245fef77f02","security_groups":["083d7b8f-c4bb-401b-a75e-03704c3442db","55556390-e0b6-4d3a-90fe-eb237e694620"],"mac_address":"fa:16:3e:08:26:bb","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:02:07Z","binding:vnic_type":"normal","device_id":"d32bbfba-05ca-4385-8418-93ddd06f6c97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.2"}],"id":"8030e388-7f6d-4f9d-9ea2-3d07cf2347a8","security_groups":[],"mac_address":"fa:16:3e:e2:c2:f0","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:10Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.1"}],"id":"82641e88-b21d-42c9-a5e2-03652c3b23e3","security_groups":[],"mac_address":"fa:16:3e:c5:7a:c2","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:56Z","binding:vnic_type":"normal","device_id":"e2cb6185-6022-40b5-8466-30c79aca82f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.4"}],"id":"ea593f9f-aae9-49d7-aa39-91febe9cafb4","security_groups":[],"mac_address":"fa:16:3e:da:ae:cc","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f20e6172-d461-4ff4-a351-21583d49445c"}]} 2018-12-03 17:02:25,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-44752f94-7d9a-4e25-a40b-be091d0e7b95 2018-12-03 17:02:25,606 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-03 17:02:25,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:25,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-11e8bc4f-ad3c-4b84-8214-136ea9298726 Date: Mon, 03 Dec 2018 17:02:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:02:25,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-11e8bc4f-ad3c-4b84-8214-136ea9298726 2018-12-03 17:02:25,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:25,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d18638a9-080b-4190-842f-b49ca80c7028 Date: Mon, 03 Dec 2018 17:02:25 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:02:25,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-d18638a9-080b-4190-842f-b49ca80c7028 2018-12-03 17:02:25,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" -d '{"floatingip": {"floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "port_id": "47976ac7-d746-4369-b8c4-6245fef77f02"}}' 2018-12-03 17:02:27,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-23ee7779-f5fe-40aa-8d4f-6b6f0d2f6fdf Date: Mon, 03 Dec 2018 17:02:27 GMT RESP BODY: {"floatingip": {"router_id": "e2cb6185-6022-40b5-8466-30c79aca82f5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:02:26Z", "updated_at": "2018-12-03T17:02:26Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.55.1.14", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_id": "47976ac7-d746-4369-b8c4-6245fef77f02", "id": "ed57d344-2df3-4bd5-b331-6df261a49d31"}} 2018-12-03 17:02:27,729 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-23ee7779-f5fe-40aa-8d4f-6b6f0d2f6fdf 2018-12-03 17:02:27,729 - create_instance - INFO - Created floating IP 172.30.9.202 via router - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router 2018-12-03 17:02:27,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:28,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-747918bc-001b-4ec9-b630-d33a595fd8ea x-compute-request-id: req-747918bc-001b-4ec9-b630-d33a595fd8ea Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:17Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:28,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-747918bc-001b-4ec9-b630-d33a595fd8ea 2018-12-03 17:02:28,100 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst] is - ACTIVE 2018-12-03 17:02:28,100 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:02:28,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:28,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ed148b2-e02c-4843-9673-77c62f278f73 x-compute-request-id: req-7ed148b2-e02c-4843-9673-77c62f278f73 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:17Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:28,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-7ed148b2-e02c-4843-9673-77c62f278f73 2018-12-03 17:02:28,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:28,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-704840cb-6bb4-49e7-ab35-268ddaca88fd Date: Mon, 03 Dec 2018 17:02: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:02:28,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-704840cb-6bb4-49e7-ab35-268ddaca88fd 2018-12-03 17:02:28,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:28,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-544e79c4-4436-488a-ac9c-686010c80ed5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:28,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-544e79c4-4436-488a-ac9c-686010c80ed5 2018-12-03 17:02:28,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:28,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-88d33ae3-bddc-4db3-bef3-f99d1362aec1 Date: Mon, 03 Dec 2018 17:02:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:02:28,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-88d33ae3-bddc-4db3-bef3-f99d1362aec1 2018-12-03 17:02:28,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:28,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-ab1da0fd-3ea5-4e4c-ae98-118cbeb3b048 Date: Mon, 03 Dec 2018 17:02:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.3"}],"id":"0bb92431-2cb3-4b41-ab6a-169ddd334ed6","security_groups":[],"mac_address":"fa:16:3e:fc:9c:98","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:22Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.14"}],"id":"47976ac7-d746-4369-b8c4-6245fef77f02","security_groups":["083d7b8f-c4bb-401b-a75e-03704c3442db","55556390-e0b6-4d3a-90fe-eb237e694620"],"mac_address":"fa:16:3e:08:26:bb","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:02:07Z","binding:vnic_type":"normal","device_id":"d32bbfba-05ca-4385-8418-93ddd06f6c97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.2"}],"id":"8030e388-7f6d-4f9d-9ea2-3d07cf2347a8","security_groups":[],"mac_address":"fa:16:3e:e2:c2:f0","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:10Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.1"}],"id":"82641e88-b21d-42c9-a5e2-03652c3b23e3","security_groups":[],"mac_address":"fa:16:3e:c5:7a:c2","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:56Z","binding:vnic_type":"normal","device_id":"e2cb6185-6022-40b5-8466-30c79aca82f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.4"}],"id":"ea593f9f-aae9-49d7-aa39-91febe9cafb4","security_groups":[],"mac_address":"fa:16:3e:da:ae:cc","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f20e6172-d461-4ff4-a351-21583d49445c"}]} 2018-12-03 17:02:28,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-ab1da0fd-3ea5-4e4c-ae98-118cbeb3b048 2018-12-03 17:02:28,979 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2018-12-03 17:02:28,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:29,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b1c3525-7964-4452-928e-7ac71baa1fc0 x-compute-request-id: req-5b1c3525-7964-4452-928e-7ac71baa1fc0 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:17Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:29,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-5b1c3525-7964-4452-928e-7ac71baa1fc0 2018-12-03 17:02:29,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 17:02:30,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-899477e4-92ba-476f-a319-bc6d091b4c88 x-compute-request-id: req-899477e4-92ba-476f-a319-bc6d091b4c88 Content-Encoding: gzip Content-Length: 9653 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 499364811 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.148625] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.150533] pid_max: default: 32768 minimum: 301\n[ 0.151596] ACPI: Core revision 20150930\n[ 0.153167] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154715] Security Framework initialized\n[ 0.155687] Yama: becoming mindful.\n[ 0.156576] AppArmor: AppArmor initialized\n[ 0.157554] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.159056] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.160595] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.161989] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.163685] Initializing cgroup subsys io\n[ 0.164674] Initializing cgroup subsys memory\n[ 0.165702] Initializing cgroup subsys devices\n[ 0.166741] Initializing cgroup subsys freezer\n[ 0.167785] Initializing cgroup subsys net_cls\n[ 0.168646] Initializing cgroup subsys perf_event\n[ 0.169546] Initializing cgroup subsys net_prio\n[ 0.170413] Initializing cgroup subsys hugetlb\n[ 0.171263] Initializing cgroup subsys pids\n[ 0.172132] CPU: Physical Processor ID: 0\n[ 0.173616] mce: CPU supports 10 MCE banks\n[ 0.174445] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175423] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184100] ftrace: allocating 31920 entries in 125 pages\n[ 0.210489] smpboot: Max logical packages: 2\n[ 0.211327] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212501] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.213834] x2apic enabled\n[ 0.214636] Switched APIC routing to physical x2apic.\n[ 0.216378] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217588] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219721] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221637] KVM setup paravirtual spinlock\n[ 0.223047] x86: Booting SMP configuration:\n[ 0.223939] .... node #0, CPUs: #1\n[ 0.224833] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.247010] x86: Booted up 1 node, 2 CPUs\n[ 0.247013] KVM setup async PF for cpu 1\n[ 0.247016] kvm-stealtime: cpu 1, msr f90d940\n[ 0.249542] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.251037] devtmpfs: initialized\n[ 0.252734] evm: security.selinux\n[ 0.253420] evm: security.SMACK64\n[ 0.254098] evm: security.SMACK64EXEC\n[ 0.254832] evm: security.SMACK64TRANSMUTE\n[ 0.255637] evm: security.SMACK64MMAP\n[ 0.256374] evm: security.ima\n[ 0.257003] evm: security.capability\n[ 0.257875] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259780] pinctrl core: initialized pinctrl subsystem\n[ 0.260860] RTC time: 17:02:17, date: 12/03/18\n[ 0.261857] NET: Registered protocol family 16\n[ 0.271768] cpuidle: using governor ladder\n[ 0.283868] cpuidle: using governor menu\n[ 0.284674] PCCT header not found.\n[ 0.285489] ACPI: bus type PCI registered\n[ 0.286280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.287506] PCI: Using configuration type 1 for base access\n[ 0.300932] ACPI: Added _OSI(Module Device)\n[ 0.301777] ACPI: Added _OSI(Processor Device)\n[ 0.302627] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.303511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.305827] ACPI: Interpreter enabled\n[ 0.306589] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.308418] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.312071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.313902] ACPI: (supports S0 S5)\n[ 0.314675] ACPI: Using IOAPIC for interrupt routing\n[ 0.315834] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.319174] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.320302] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.321524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.322701] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.324908] acpiphp: Slot [3] registered\n[ 0.325710] acpiphp: Slot [4] registered\n[ 0.326500] acpiphp: Slot [5] registered\n[ 0.327285] acpiphp: Slot [6] registered\n[ 0.328067] acpiphp: Slot [7] registered\n[ 0.328855] acpiphp: Slot [8] registered\n[ 0.329646] acpiphp: Slot [9] registered\n[ 0.330437] acpiphp: Slot [10] registered\n[ 0.341233] acpiphp: Slot [11] registered\n[ 0.342030] acpiphp: Slot [12] registered\n[ 0.342832] acpiphp: Slot [13] registered\n[ 0.343631] acpiphp: Slot [14] registered\n[ 0.344429] acpiphp: Slot [15] registered\n[ 0.345237] acpiphp: Slot [16] registered\n[ 0.346034] acpiphp: Slot [17] registered\n[ 0.346830] acpiphp: Slot [18] registered\n[ 0.347629] acpiphp: Slot [19] registered\n[ 0.348427] acpiphp: Slot [20] registered\n[ 0.349229] acpiphp: Slot [21] registered\n[ 0.350024] acpiphp: Slot [22] registered\n[ 0.350826] acpiphp: Slot [23] registered\n[ 0.351625] acpiphp: Slot [24] registered\n[ 0.352423] acpiphp: Slot [25] registered\n[ 0.353220] acpiphp: Slot [26] registered\n[ 0.354019] acpiphp: Slot [27] registered\n[ 0.354823] acpiphp: Slot [28] registered\n[ 0.355618] acpiphp: Slot [29] registered\n[ 0.356419] acpiphp: Slot [30] registered\n[ 0.357218] acpiphp: Slot [31] registered\n[ 0.358013] PCI host bridge to bus 0000:00\n[ 0.358822] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.360014] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361211] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.362640] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.364069] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.370295] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371551] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372702] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373937] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.380914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.382331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.433362] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434824] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436222] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.438992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440251] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441474] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442510] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444023] vgaarb: loaded\n[ 0.444616] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445755] SCSI subsystem initialized\n[ 0.446637] ACPI: bus type USB registered\n[ 0.447445] usbcore: registered new interface driver usbfs\n[ 0.448452] usbcore: registered new interface driver hub\n[ 0.449437] usbcore: registered new device driver usb\n[ 0.450600] PCI: Using ACPI for IRQ routing\n[ 0.451620] NetLabel: Initializing\n[ 0.452328] NetLabel: domain hash size = 128\n[ 0.453162] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.454098] NetLabel: unlabeled traffic allowed by default\n[ 0.455238] clocksource: Switched to clocksource kvm-clock\n[ 0.461131] AppArmor: AppArmor Filesystem Enabled\n[ 0.462086] pnp: PnP ACPI init\n[ 0.463011] pnp: PnP ACPI: found 5 devices\n[ 0.470393] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.472066] NET: Registered protocol family 2\n[ 0.473045] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.474298] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.475444] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.476587] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477641] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.478783] NET: Registered protocol family 1\n[ 0.479636] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.480705] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.481752] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.500339] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.519189] Trying to unpack rootfs image as initramfs...\n[ 0.569330] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.584109] Scanning for low memory corruption every 60 seconds\n[ 0.585628] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.586809] audit: initializing netlink subsys (disabled)\n[ 0.587870] audit: type=2000 audit(1543856538.111:1): initialized\n[ 0.589194] Initialise system trusted keyring\n[ 0.590148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.593519] zbud: loaded\n[ 0.594257] VFS: Disk quotas dquot_6.6.0\n[ 0.595095] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.596692] fuse init (API version 7.23)\n[ 0.597617] Key type big_key registered\n[ 0.598430] Allocating IMA MOK and blacklist keyrings.\n[ 0.599642] Key type asymmetric registered\n[ 0.600480] Asymmetric key parser 'x509' registered\n[ 0.601443] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.602968] io scheduler noop registered\n[ 0.603791] io scheduler deadline registered (default)\n[ 0.604799] io scheduler cfq registered\n[ 0.605647] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.606706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.607993] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.609469] ACPI: Power Button [PWRF]\n[ 0.610350] GHES: HEST is not enabled!\n[ 0.628671] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.665767] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.668094] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.691724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.694294] Linux agpgart interface v0.103\n[ 0.696598] brd: module loaded\n[ 0.697948] loop: module loaded\n[ 0.702130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.703605] GPT:90111 != 20971519\n[ 0.704304] GPT:Alternate GPT header not at the end of the disk.\n[ 0.705399] GPT:90111 != 20971519\n[ 0.706087] GPT: Use GNU Parted to correct GPT errors.\n[ 0.707058] vda: vda1 vda15\n[ 0.708503] scsi host0: ata_piix\n[ 0.709273] scsi host1: ata_piix\n[ 0.709983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.711213] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.712827] libphy: Fixed MDIO Bus: probed\n[ 0.713654] tun: Universal TUN/TAP device driver, 1.6\n[ 0.714614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.716549] PPP generic driver version 2.4.2\n[ 0.717451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.718741] ehci-pci: EHCI PCI platform driver\n[ 0.719629] ehci-platform: EHCI generic platform driver\n[ 0.720629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.721767] ohci-pci: OHCI PCI platform driver\n[ 0.722652] ohci-platform: OHCI generic platform driver\n[ 0.723652] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.742635] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.743643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.745124] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.746129] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.747258] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.748487] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.749914] usb usb1: Product: UHCI Host Controller\n[ 0.750858] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.752018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.753054] hub 1-0:1.0: USB hub found\n[ 0.753844] hub 1-0:1.0: 2 ports detected\n[ 0.754765] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.756910] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.757876] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.758912] mousedev: PS/2 mouse device common for all mice\n[ 0.760110] rtc_cmos 00:00: RTC can wake from S4\n[ 0.761341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.763036] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.764377] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.765593] i2c /dev entries driver\n[ 0.766352] device-mapper: uevent: version 1.0.3\n[ 0.767310] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.768960] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.770305] NET: Registered protocol family 10\n[ 0.771330] NET: Registered protocol family 17\n[ 0.772226] Key type dns_resolver registered\n[ 0.773201] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.774303] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.775426] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.777187] registered taskstats version 1\n[ 0.778032] Loading compiled-in X.509 certificates\n[ 0.779490] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781400] zswap: loaded using pool lzo/zbud\n[ 0.782905] Key type trusted registered\n[ 0.784706] Key type encrypted registered\n[ 0.785532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786559] ima: No TPM chip found, activating TPM-bypass!\n[ 0.787631] evm: HMAC attrs: 0x1\n[ 0.788605] Magic number: 14:27:36\n[ 0.789361] bdi 7:1: hash matches\n[ 0.800559] misc loop-control: hash matches\n[ 0.801540] rtc_cmos 00:00: setting system clock to 2018-12-03 17:02:18 UTC (1543856538)\n[ 0.803193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.804329] EDD information not available.\n[ 0.868584] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.870174] Write protecting the kernel read-only data: 14336k\n[ 0.871826] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.873677] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.42\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.645320] 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.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.61. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhTh39+6+ZPOj1QPKW5VPUZYsq22hW/3F1unkQ9WBNSzAbIZsd/KYgEVpvi5XmDtqQluFRxk+HLA+XPnwpxTddJRTRckb6eTlGP1CKqfXMhGRwEAuBgbB6+oynTsSzA95gxJ/yM1nQ2PBwqzfOjv2ndDm5W8OcdRSUgAbcigcb9PbW3jIWjjhGN7LkyFWyO5Oe1G/MLkWfsB6OB9i4Ej4VXh26yfO/EGEmLCPtT82az8h5hBqu7S/dIcpFe0cNxwA03rpl9Xb9MRD1BLDT8oYGvdjSGnRpVj95V0cS1toFayZHdOOH2ZxW+7KxZqofYUxcEz6R8CWPORv8Dehc/viF root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5\nssh-dss AAAAB3NzaC1kc3MAAACBAIVe8wjeOTanAOvAZv+j8e6O0hVWg8IrwIELwHrhtcOJRBIZLTbbo1nsF4j0c82T3GX4zq+Rpkw5HmNWnRSIkg3puD2wA+PWcz51VwdVE1Kcwi3ty10tkCagSSJxkoAjZV32oEhDBVDRjj/xrGYoQS7yBBz8R1ijX8YKz1n9GhO/AAAAFQCXA8o/TWVU0JqcymW3LMdGoch4kwAAAIB2N/9lluO2BM17sB83F49oSiPpgrj80jUOsqe+ZCwU1/rzFfWnViawkAKHXP77a/Z//k5u30+TYQuMPvIRfCf4KfD7qeuP/pDjVyEEOGYO7+7Xs67evvGGzDrWcNCEmiCfkqReSYnY/2UlWw0eDu/JwIWGUcblJmcNjmqwPcz8WwAAAIAV/AKJQ1FuBAKJeAOF9U/YQGom0AroZa+S+GDT3oGvVjO6sXwkUHM/5lE0CQlSNJ3rbIK+CxxC6emqpdlUahg0sQALMo028iB/xCeHgfX28W46jCzTqNxVyTK41Wr9f+Ql/Ur6F/I8i81FEuureySJe44di84UkKdO6Bhr9PYidg== root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5\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:fe08:26bb/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 login: "} 2018-12-03 17:02:30,580 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action used request id req-899477e4-92ba-476f-a319-bc6d091b4c88 2018-12-03 17:02:30,581 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-03 17:02:30,582 - 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 499364811 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.148625] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150533] pid_max: default: 32768 minimum: 301 [ 0.151596] ACPI: Core revision 20150930 [ 0.153167] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154715] Security Framework initialized [ 0.155687] Yama: becoming mindful. [ 0.156576] AppArmor: AppArmor initialized [ 0.157554] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.159056] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.160595] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.161989] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.163685] Initializing cgroup subsys io [ 0.164674] Initializing cgroup subsys memory [ 0.165702] Initializing cgroup subsys devices [ 0.166741] Initializing cgroup subsys freezer [ 0.167785] Initializing cgroup subsys net_cls [ 0.168646] Initializing cgroup subsys perf_event [ 0.169546] Initializing cgroup subsys net_prio [ 0.170413] Initializing cgroup subsys hugetlb [ 0.171263] Initializing cgroup subsys pids [ 0.172132] CPU: Physical Processor ID: 0 [ 0.173616] mce: CPU supports 10 MCE banks [ 0.174445] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.175423] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184100] ftrace: allocating 31920 entries in 125 pages [ 0.210489] smpboot: Max logical packages: 2 [ 0.211327] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.212501] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.213834] x2apic enabled [ 0.214636] Switched APIC routing to physical x2apic. [ 0.216378] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.217588] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.219721] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.221637] KVM setup paravirtual spinlock [ 0.223047] x86: Booting SMP configuration: [ 0.223939] .... node #0, CPUs: #1 [ 0.224833] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.247010] x86: Booted up 1 node, 2 CPUs [ 0.247013] KVM setup async PF for cpu 1 [ 0.247016] kvm-stealtime: cpu 1, msr f90d940 [ 0.249542] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.251037] devtmpfs: initialized [ 0.252734] evm: security.selinux [ 0.253420] evm: security.SMACK64 [ 0.254098] evm: security.SMACK64EXEC [ 0.254832] evm: security.SMACK64TRANSMUTE [ 0.255637] evm: security.SMACK64MMAP [ 0.256374] evm: security.ima [ 0.257003] evm: security.capability [ 0.257875] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259780] pinctrl core: initialized pinctrl subsystem [ 0.260860] RTC time: 17:02:17, date: 12/03/18 [ 0.261857] NET: Registered protocol family 16 [ 0.271768] cpuidle: using governor ladder [ 0.283868] cpuidle: using governor menu [ 0.284674] PCCT header not found. [ 0.285489] ACPI: bus type PCI registered [ 0.286280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.287506] PCI: Using configuration type 1 for base access [ 0.300932] ACPI: Added _OSI(Module Device) [ 0.301777] ACPI: Added _OSI(Processor Device) [ 0.302627] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.303511] ACPI: Added _OSI(Processor Aggregator Device) [ 0.305827] ACPI: Interpreter enabled [ 0.306589] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.308418] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.312071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.313902] ACPI: (supports S0 S5) [ 0.314675] ACPI: Using IOAPIC for interrupt routing [ 0.315834] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.319174] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.320302] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.321524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.322701] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.324908] acpiphp: Slot [3] registered [ 0.325710] acpiphp: Slot [4] registered [ 0.326500] acpiphp: Slot [5] registered [ 0.327285] acpiphp: Slot [6] registered [ 0.328067] acpiphp: Slot [7] registered [ 0.328855] acpiphp: Slot [8] registered [ 0.329646] acpiphp: Slot [9] registered [ 0.330437] acpiphp: Slot [10] registered [ 0.341233] acpiphp: Slot [11] registered [ 0.342030] acpiphp: Slot [12] registered [ 0.342832] acpiphp: Slot [13] registered [ 0.343631] acpiphp: Slot [14] registered [ 0.344429] acpiphp: Slot [15] registered [ 0.345237] acpiphp: Slot [16] registered [ 0.346034] acpiphp: Slot [17] registered [ 0.346830] acpiphp: Slot [18] registered [ 0.347629] acpiphp: Slot [19] registered [ 0.348427] acpiphp: Slot [20] registered [ 0.349229] acpiphp: Slot [21] registered [ 0.350024] acpiphp: Slot [22] registered [ 0.350826] acpiphp: Slot [23] registered [ 0.351625] acpiphp: Slot [24] registered [ 0.352423] acpiphp: Slot [25] registered [ 0.353220] acpiphp: Slot [26] registered [ 0.354019] acpiphp: Slot [27] registered [ 0.354823] acpiphp: Slot [28] registered [ 0.355618] acpiphp: Slot [29] registered [ 0.356419] acpiphp: Slot [30] registered [ 0.357218] acpiphp: Slot [31] registered [ 0.358013] PCI host bridge to bus 0000:00 [ 0.358822] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.360014] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.361211] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.362640] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.364069] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.370295] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.371551] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.372702] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.373937] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.380914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.382331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.433362] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.434824] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.436222] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.438992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.440251] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.441474] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442510] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444023] vgaarb: loaded [ 0.444616] vgaarb: bridge control possible 0000:00:02.0 [ 0.445755] SCSI subsystem initialized [ 0.446637] ACPI: bus type USB registered [ 0.447445] usbcore: registered new interface driver usbfs [ 0.448452] usbcore: registered new interface driver hub [ 0.449437] usbcore: registered new device driver usb [ 0.450600] PCI: Using ACPI for IRQ routing [ 0.451620] NetLabel: Initializing [ 0.452328] NetLabel: domain hash size = 128 [ 0.453162] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.454098] NetLabel: unlabeled traffic allowed by default [ 0.455238] clocksource: Switched to clocksource kvm-clock [ 0.461131] AppArmor: AppArmor Filesystem Enabled [ 0.462086] pnp: PnP ACPI init [ 0.463011] pnp: PnP ACPI: found 5 devices [ 0.470393] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.472066] NET: Registered protocol family 2 [ 0.473045] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.474298] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.475444] TCP: Hash tables configured (established 2048 bind 2048) [ 0.476587] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.477641] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.478783] NET: Registered protocol family 1 [ 0.479636] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.480705] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.481752] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.500339] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.519189] Trying to unpack rootfs image as initramfs... [ 0.569330] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.584109] Scanning for low memory corruption every 60 seconds [ 0.585628] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.586809] audit: initializing netlink subsys (disabled) [ 0.587870] audit: type=2000 audit(1543856538.111:1): initialized [ 0.589194] Initialise system trusted keyring [ 0.590148] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.591335] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.593519] zbud: loaded [ 0.594257] VFS: Disk quotas dquot_6.6.0 [ 0.595095] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.596692] fuse init (API version 7.23) [ 0.597617] Key type big_key registered [ 0.598430] Allocating IMA MOK and blacklist keyrings. [ 0.599642] Key type asymmetric registered [ 0.600480] Asymmetric key parser 'x509' registered [ 0.601443] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.602968] io scheduler noop registered [ 0.603791] io scheduler deadline registered (default) [ 0.604799] io scheduler cfq registered [ 0.605647] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.606706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.607993] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.609469] ACPI: Power Button [PWRF] [ 0.610350] GHES: HEST is not enabled! [ 0.628671] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.665767] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.668094] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.691724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.694294] Linux agpgart interface v0.103 [ 0.696598] brd: module loaded [ 0.697948] loop: module loaded [ 0.702130] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.703605] GPT:90111 != 20971519 [ 0.704304] GPT:Alternate GPT header not at the end of the disk. [ 0.705399] GPT:90111 != 20971519 [ 0.706087] GPT: Use GNU Parted to correct GPT errors. [ 0.707058] vda: vda1 vda15 [ 0.708503] scsi host0: ata_piix [ 0.709273] scsi host1: ata_piix [ 0.709983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.711213] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.712827] libphy: Fixed MDIO Bus: probed [ 0.713654] tun: Universal TUN/TAP device driver, 1.6 [ 0.714614] tun: (C) 1999-2004 Max Krasnyansky [ 0.716549] PPP generic driver version 2.4.2 [ 0.717451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.718741] ehci-pci: EHCI PCI platform driver [ 0.719629] ehci-platform: EHCI generic platform driver [ 0.720629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.721767] ohci-pci: OHCI PCI platform driver [ 0.722652] ohci-platform: OHCI generic platform driver [ 0.723652] uhci_hcd: USB Universal Host Controller Interface driver [ 0.742635] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.743643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.745124] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.746129] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.747258] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.748487] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.749914] usb usb1: Product: UHCI Host Controller [ 0.750858] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.752018] usb usb1: SerialNumber: 0000:00:01.2 [ 0.753054] hub 1-0:1.0: USB hub found [ 0.753844] hub 1-0:1.0: 2 ports detected [ 0.754765] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.756910] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.757876] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.758912] mousedev: PS/2 mouse device common for all mice [ 0.760110] rtc_cmos 00:00: RTC can wake from S4 [ 0.761341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.763036] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.764377] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.765593] i2c /dev entries driver [ 0.766352] device-mapper: uevent: version 1.0.3 [ 0.767310] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.768960] ledtrig-cpu: registered to indicate activity on CPUs [ 0.770305] NET: Registered protocol family 10 [ 0.771330] NET: Registered protocol family 17 [ 0.772226] Key type dns_resolver registered [ 0.773201] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.774303] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.775426] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.777187] registered taskstats version 1 [ 0.778032] Loading compiled-in X.509 certificates [ 0.779490] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781400] zswap: loaded using pool lzo/zbud [ 0.782905] Key type trusted registered [ 0.784706] Key type encrypted registered [ 0.785532] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786559] ima: No TPM chip found, activating TPM-bypass! [ 0.787631] evm: HMAC attrs: 0x1 [ 0.788605] Magic number: 14:27:36 [ 0.789361] bdi 7:1: hash matches [ 0.800559] misc loop-control: hash matches [ 0.801540] rtc_cmos 00:00: setting system clock to 2018-12-03 17:02:18 UTC (1543856538) [ 0.803193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.804329] EDD information not available. [ 0.868584] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.870174] Write protecting the kernel read-only data: 14336k [ 0.871826] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.873677] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.42 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.645320] 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.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.61. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhTh39+6+ZPOj1QPKW5VPUZYsq22hW/3F1unkQ9WBNSzAbIZsd/KYgEVpvi5XmDtqQluFRxk+HLA+XPnwpxTddJRTRckb6eTlGP1CKqfXMhGRwEAuBgbB6+oynTsSzA95gxJ/yM1nQ2PBwqzfOjv2ndDm5W8OcdRSUgAbcigcb9PbW3jIWjjhGN7LkyFWyO5Oe1G/MLkWfsB6OB9i4Ej4VXh26yfO/EGEmLCPtT82az8h5hBqu7S/dIcpFe0cNxwA03rpl9Xb9MRD1BLDT8oYGvdjSGnRpVj95V0cS1toFayZHdOOH2ZxW+7KxZqofYUxcEz6R8CWPORv8Dehc/viF root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 ssh-dss AAAAB3NzaC1kc3MAAACBAIVe8wjeOTanAOvAZv+j8e6O0hVWg8IrwIELwHrhtcOJRBIZLTbbo1nsF4j0c82T3GX4zq+Rpkw5HmNWnRSIkg3puD2wA+PWcz51VwdVE1Kcwi3ty10tkCagSSJxkoAjZV32oEhDBVDRjj/xrGYoQS7yBBz8R1ijX8YKz1n9GhO/AAAAFQCXA8o/TWVU0JqcymW3LMdGoch4kwAAAIB2N/9lluO2BM17sB83F49oSiPpgrj80jUOsqe+ZCwU1/rzFfWnViawkAKHXP77a/Z//k5u30+TYQuMPvIRfCf4KfD7qeuP/pDjVyEEOGYO7+7Xs67evvGGzDrWcNCEmiCfkqReSYnY/2UlWw0eDu/JwIWGUcblJmcNjmqwPcz8WwAAAIAV/AKJQ1FuBAKJeAOF9U/YQGom0AroZa+S+GDT3oGvVjO6sXwkUHM/5lE0CQlSNJ3rbIK+CxxC6emqpdlUahg0sQALMo028iB/xCeHgfX28W46jCzTqNxVyTK41Wr9f+Ql/Ur6F/I8i81FEuureySJe44di84UkKdO6Bhr9PYidg== root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 -----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:fe08:26bb/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.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-00000108 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 launch-index: 0 === cirros: current=0.4.0 uptime=3.05 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 login: 2018-12-03 17:02:30,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:30,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da1a38ae-c076-4a00-9b3f-ecfd51eadecb x-compute-request-id: req-da1a38ae-c076-4a00-9b3f-ecfd51eadecb Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:17Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:30,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-da1a38ae-c076-4a00-9b3f-ecfd51eadecb 2018-12-03 17:02:30,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:31,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-03dbdce1-6f8c-4469-839a-13ede75d0a5a Date: Mon, 03 Dec 2018 17:02: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:02:31,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-03dbdce1-6f8c-4469-839a-13ede75d0a5a 2018-12-03 17:02:31,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:31,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd690659-3488-4aee-a6b9-74dfc8995d45 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:31,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-cd690659-3488-4aee-a6b9-74dfc8995d45 2018-12-03 17:02:31,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:31,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e9fc4ea4-ba9a-4585-98fd-9f9bc261a2fe Date: Mon, 03 Dec 2018 17:02:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:02:31,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-e9fc4ea4-ba9a-4585-98fd-9f9bc261a2fe 2018-12-03 17:02:31,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:31,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-0af5f134-d826-48e8-a5f8-547aee56d076 Date: Mon, 03 Dec 2018 17:02:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.3"}],"id":"0bb92431-2cb3-4b41-ab6a-169ddd334ed6","security_groups":[],"mac_address":"fa:16:3e:fc:9c:98","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:22Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.14"}],"id":"47976ac7-d746-4369-b8c4-6245fef77f02","security_groups":["083d7b8f-c4bb-401b-a75e-03704c3442db","55556390-e0b6-4d3a-90fe-eb237e694620"],"mac_address":"fa:16:3e:08:26:bb","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:02:07Z","binding:vnic_type":"normal","device_id":"d32bbfba-05ca-4385-8418-93ddd06f6c97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.2"}],"id":"8030e388-7f6d-4f9d-9ea2-3d07cf2347a8","security_groups":[],"mac_address":"fa:16:3e:e2:c2:f0","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:10Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.1"}],"id":"82641e88-b21d-42c9-a5e2-03652c3b23e3","security_groups":[],"mac_address":"fa:16:3e:c5:7a:c2","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:56Z","binding:vnic_type":"normal","device_id":"e2cb6185-6022-40b5-8466-30c79aca82f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.4"}],"id":"ea593f9f-aae9-49d7-aa39-91febe9cafb4","security_groups":[],"mac_address":"fa:16:3e:da:ae:cc","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f20e6172-d461-4ff4-a351-21583d49445c"}]} 2018-12-03 17:02:31,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-0af5f134-d826-48e8-a5f8-547aee56d076 2018-12-03 17:02:31,423 - create_instance - INFO - Checking if VM is active 2018-12-03 17:02:31,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:31,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-71afd982-4006-422c-a1b9-c7925e9a824f x-compute-request-id: req-71afd982-4006-422c-a1b9-c7925e9a824f Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:17Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:31,897 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-71afd982-4006-422c-a1b9-c7925e9a824f 2018-12-03 17:02:31,898 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst] is - ACTIVE 2018-12-03 17:02:31,898 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:02:31,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:32,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-c9267e46-570d-4769-acdc-d94bc704af93 x-compute-request-id: req-c9267e46-570d-4769-acdc-d94bc704af93 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:17Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:32,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-c9267e46-570d-4769-acdc-d94bc704af93 2018-12-03 17:02:32,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:32,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d4459153-1157-4fc3-84c7-dd95f2579155 Date: Mon, 03 Dec 2018 17:02: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:02:32,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-d4459153-1157-4fc3-84c7-dd95f2579155 2018-12-03 17:02:32,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:32,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-378a1d79-6218-43b6-b9b2-5168f8056297 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:32,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-378a1d79-6218-43b6-b9b2-5168f8056297 2018-12-03 17:02:32,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:32,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f236a698-aebb-4399-9c4c-81abea1c89fc Date: Mon, 03 Dec 2018 17:02:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:02:32,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-f236a698-aebb-4399-9c4c-81abea1c89fc 2018-12-03 17:02:32,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:32,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-8786e17e-8735-47ba-a23a-e5215de54f2e Date: Mon, 03 Dec 2018 17:02:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.3"}],"id":"0bb92431-2cb3-4b41-ab6a-169ddd334ed6","security_groups":[],"mac_address":"fa:16:3e:fc:9c:98","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:22Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.14"}],"id":"47976ac7-d746-4369-b8c4-6245fef77f02","security_groups":["083d7b8f-c4bb-401b-a75e-03704c3442db","55556390-e0b6-4d3a-90fe-eb237e694620"],"mac_address":"fa:16:3e:08:26:bb","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:02:07Z","binding:vnic_type":"normal","device_id":"d32bbfba-05ca-4385-8418-93ddd06f6c97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.2"}],"id":"8030e388-7f6d-4f9d-9ea2-3d07cf2347a8","security_groups":[],"mac_address":"fa:16:3e:e2:c2:f0","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:10Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.1"}],"id":"82641e88-b21d-42c9-a5e2-03652c3b23e3","security_groups":[],"mac_address":"fa:16:3e:c5:7a:c2","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:56Z","binding:vnic_type":"normal","device_id":"e2cb6185-6022-40b5-8466-30c79aca82f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.4"}],"id":"ea593f9f-aae9-49d7-aa39-91febe9cafb4","security_groups":[],"mac_address":"fa:16:3e:da:ae:cc","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f20e6172-d461-4ff4-a351-21583d49445c"}]} 2018-12-03 17:02:32,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-8786e17e-8735-47ba-a23a-e5215de54f2e 2018-12-03 17:02:32,851 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:02:32,854 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a703e50L 2018-12-03 17:02:32,854 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:02:32,854 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:02:32,855 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:02:32,856 - 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-12-03 17:02:32,856 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:02:32,856 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:02:32,856 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:02:32,856 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:02:32,856 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:02:32,873 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:02:32,874 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:02:32,886 - paramiko.transport - DEBUG - Trying key 25a649459b90c462204c256147ec48e2 from tmp/CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2 2018-12-03 17:02:32,911 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:02:32,914 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:02:33,014 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:02:33,031 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:02:33,032 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:02:33,033 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a703c10L 2018-12-03 17:02:33,034 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:02:33,034 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:02:33,034 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:02:33,035 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-03 17:02:33,035 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:02:33,035 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:02:33,036 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:02:33,036 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:02:33,036 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:02:33,053 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:02:33,053 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:02:33,066 - paramiko.transport - DEBUG - Trying key 25a649459b90c462204c256147ec48e2 from tmp/CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2 2018-12-03 17:02:33,091 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:02:33,094 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:02:33,098 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:02:33,099 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-03 17:02:33,100 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:02:33,101 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:02:33,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:33,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-cfaf1f2a-3953-4b4f-ac74-07c7b600bf13 x-compute-request-id: req-cfaf1f2a-3953-4b4f-ac74-07c7b600bf13 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:17Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:33,573 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-cfaf1f2a-3953-4b4f-ac74-07c7b600bf13 2018-12-03 17:02:33,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" -d '{"reboot": {"type": "SOFT"}}' 2018-12-03 17:02:33,715 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:02: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-1eb72232-1d02-437f-a713-91f0bb2ee6be x-compute-request-id: req-1eb72232-1d02-437f-a713-91f0bb2ee6be Content-Length: 0 Content-Type: application/json 2018-12-03 17:02:33,715 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action used request id req-1eb72232-1d02-437f-a713-91f0bb2ee6be 2018-12-03 17:02:48,731 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2018-12-03 17:02:48,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:49,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-981f5656-cef3-4a23-98b0-8c4cfb50b2af x-compute-request-id: req-981f5656-cef3-4a23-98b0-8c4cfb50b2af Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-12-03T17:02:34Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:49,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-981f5656-cef3-4a23-98b0-8c4cfb50b2af 2018-12-03 17:02:49,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 17:02:50,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-947094b3-9372-43f2-afb6-79d1259e9ffa x-compute-request-id: req-947094b3-9372-43f2-afb6-79d1259e9ffa Content-Encoding: gzip Content-Length: 9713 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 499364811 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.148625] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.150533] pid_max: default: 32768 minimum: 301\n[ 0.151596] ACPI: Core revision 20150930\n[ 0.153167] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154715] Security Framework initialized\n[ 0.155687] Yama: becoming mindful.\n[ 0.156576] AppArmor: AppArmor initialized\n[ 0.157554] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.159056] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.160595] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.161989] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.163685] Initializing cgroup subsys io\n[ 0.164674] Initializing cgroup subsys memory\n[ 0.165702] Initializing cgroup subsys devices\n[ 0.166741] Initializing cgroup subsys freezer\n[ 0.167785] Initializing cgroup subsys net_cls\n[ 0.168646] Initializing cgroup subsys perf_event\n[ 0.169546] Initializing cgroup subsys net_prio\n[ 0.170413] Initializing cgroup subsys hugetlb\n[ 0.171263] Initializing cgroup subsys pids\n[ 0.172132] CPU: Physical Processor ID: 0\n[ 0.173616] mce: CPU supports 10 MCE banks\n[ 0.174445] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175423] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184100] ftrace: allocating 31920 entries in 125 pages\n[ 0.210489] smpboot: Max logical packages: 2\n[ 0.211327] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212501] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.213834] x2apic enabled\n[ 0.214636] Switched APIC routing to physical x2apic.\n[ 0.216378] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217588] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219721] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221637] KVM setup paravirtual spinlock\n[ 0.223047] x86: Booting SMP configuration:\n[ 0.223939] .... node #0, CPUs: #1\n[ 0.224833] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.247010] x86: Booted up 1 node, 2 CPUs\n[ 0.247013] KVM setup async PF for cpu 1\n[ 0.247016] kvm-stealtime: cpu 1, msr f90d940\n[ 0.249542] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.251037] devtmpfs: initialized\n[ 0.252734] evm: security.selinux\n[ 0.253420] evm: security.SMACK64\n[ 0.254098] evm: security.SMACK64EXEC\n[ 0.254832] evm: security.SMACK64TRANSMUTE\n[ 0.255637] evm: security.SMACK64MMAP\n[ 0.256374] evm: security.ima\n[ 0.257003] evm: security.capability\n[ 0.257875] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259780] pinctrl core: initialized pinctrl subsystem\n[ 0.260860] RTC time: 17:02:17, date: 12/03/18\n[ 0.261857] NET: Registered protocol family 16\n[ 0.271768] cpuidle: using governor ladder\n[ 0.283868] cpuidle: using governor menu\n[ 0.284674] PCCT header not found.\n[ 0.285489] ACPI: bus type PCI registered\n[ 0.286280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.287506] PCI: Using configuration type 1 for base access\n[ 0.300932] ACPI: Added _OSI(Module Device)\n[ 0.301777] ACPI: Added _OSI(Processor Device)\n[ 0.302627] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.303511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.305827] ACPI: Interpreter enabled\n[ 0.306589] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.308418] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.312071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.313902] ACPI: (supports S0 S5)\n[ 0.314675] ACPI: Using IOAPIC for interrupt routing\n[ 0.315834] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.319174] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.320302] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.321524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.322701] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.324908] acpiphp: Slot [3] registered\n[ 0.325710] acpiphp: Slot [4] registered\n[ 0.326500] acpiphp: Slot [5] registered\n[ 0.327285] acpiphp: Slot [6] registered\n[ 0.328067] acpiphp: Slot [7] registered\n[ 0.328855] acpiphp: Slot [8] registered\n[ 0.329646] acpiphp: Slot [9] registered\n[ 0.330437] acpiphp: Slot [10] registered\n[ 0.341233] acpiphp: Slot [11] registered\n[ 0.342030] acpiphp: Slot [12] registered\n[ 0.342832] acpiphp: Slot [13] registered\n[ 0.343631] acpiphp: Slot [14] registered\n[ 0.344429] acpiphp: Slot [15] registered\n[ 0.345237] acpiphp: Slot [16] registered\n[ 0.346034] acpiphp: Slot [17] registered\n[ 0.346830] acpiphp: Slot [18] registered\n[ 0.347629] acpiphp: Slot [19] registered\n[ 0.348427] acpiphp: Slot [20] registered\n[ 0.349229] acpiphp: Slot [21] registered\n[ 0.350024] acpiphp: Slot [22] registered\n[ 0.350826] acpiphp: Slot [23] registered\n[ 0.351625] acpiphp: Slot [24] registered\n[ 0.352423] acpiphp: Slot [25] registered\n[ 0.353220] acpiphp: Slot [26] registered\n[ 0.354019] acpiphp: Slot [27] registered\n[ 0.354823] acpiphp: Slot [28] registered\n[ 0.355618] acpiphp: Slot [29] registered\n[ 0.356419] acpiphp: Slot [30] registered\n[ 0.357218] acpiphp: Slot [31] registered\n[ 0.358013] PCI host bridge to bus 0000:00\n[ 0.358822] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.360014] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361211] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.362640] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.364069] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.370295] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371551] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372702] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373937] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.380914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.382331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.433362] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434824] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436222] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.438992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440251] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441474] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442510] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444023] vgaarb: loaded\n[ 0.444616] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445755] SCSI subsystem initialized\n[ 0.446637] ACPI: bus type USB registered\n[ 0.447445] usbcore: registered new interface driver usbfs\n[ 0.448452] usbcore: registered new interface driver hub\n[ 0.449437] usbcore: registered new device driver usb\n[ 0.450600] PCI: Using ACPI for IRQ routing\n[ 0.451620] NetLabel: Initializing\n[ 0.452328] NetLabel: domain hash size = 128\n[ 0.453162] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.454098] NetLabel: unlabeled traffic allowed by default\n[ 0.455238] clocksource: Switched to clocksource kvm-clock\n[ 0.461131] AppArmor: AppArmor Filesystem Enabled\n[ 0.462086] pnp: PnP ACPI init\n[ 0.463011] pnp: PnP ACPI: found 5 devices\n[ 0.470393] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.472066] NET: Registered protocol family 2\n[ 0.473045] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.474298] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.475444] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.476587] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477641] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.478783] NET: Registered protocol family 1\n[ 0.479636] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.480705] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.481752] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.500339] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.519189] Trying to unpack rootfs image as initramfs...\n[ 0.569330] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.584109] Scanning for low memory corruption every 60 seconds\n[ 0.585628] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.586809] audit: initializing netlink subsys (disabled)\n[ 0.587870] audit: type=2000 audit(1543856538.111:1): initialized\n[ 0.589194] Initialise system trusted keyring\n[ 0.590148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.593519] zbud: loaded\n[ 0.594257] VFS: Disk quotas dquot_6.6.0\n[ 0.595095] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.596692] fuse init (API version 7.23)\n[ 0.597617] Key type big_key registered\n[ 0.598430] Allocating IMA MOK and blacklist keyrings.\n[ 0.599642] Key type asymmetric registered\n[ 0.600480] Asymmetric key parser 'x509' registered\n[ 0.601443] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.602968] io scheduler noop registered\n[ 0.603791] io scheduler deadline registered (default)\n[ 0.604799] io scheduler cfq registered\n[ 0.605647] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.606706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.607993] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.609469] ACPI: Power Button [PWRF]\n[ 0.610350] GHES: HEST is not enabled!\n[ 0.628671] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.665767] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.668094] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.691724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.694294] Linux agpgart interface v0.103\n[ 0.696598] brd: module loaded\n[ 0.697948] loop: module loaded\n[ 0.702130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.703605] GPT:90111 != 20971519\n[ 0.704304] GPT:Alternate GPT header not at the end of the disk.\n[ 0.705399] GPT:90111 != 20971519\n[ 0.706087] GPT: Use GNU Parted to correct GPT errors.\n[ 0.707058] vda: vda1 vda15\n[ 0.708503] scsi host0: ata_piix\n[ 0.709273] scsi host1: ata_piix\n[ 0.709983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.711213] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.712827] libphy: Fixed MDIO Bus: probed\n[ 0.713654] tun: Universal TUN/TAP device driver, 1.6\n[ 0.714614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.716549] PPP generic driver version 2.4.2\n[ 0.717451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.718741] ehci-pci: EHCI PCI platform driver\n[ 0.719629] ehci-platform: EHCI generic platform driver\n[ 0.720629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.721767] ohci-pci: OHCI PCI platform driver\n[ 0.722652] ohci-platform: OHCI generic platform driver\n[ 0.723652] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.742635] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.743643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.745124] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.746129] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.747258] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.748487] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.749914] usb usb1: Product: UHCI Host Controller\n[ 0.750858] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.752018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.753054] hub 1-0:1.0: USB hub found\n[ 0.753844] hub 1-0:1.0: 2 ports detected\n[ 0.754765] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.756910] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.757876] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.758912] mousedev: PS/2 mouse device common for all mice\n[ 0.760110] rtc_cmos 00:00: RTC can wake from S4\n[ 0.761341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.763036] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.764377] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.765593] i2c /dev entries driver\n[ 0.766352] device-mapper: uevent: version 1.0.3\n[ 0.767310] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.768960] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.770305] NET: Registered protocol family 10\n[ 0.771330] NET: Registered protocol family 17\n[ 0.772226] Key type dns_resolver registered\n[ 0.773201] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.774303] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.775426] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.777187] registered taskstats version 1\n[ 0.778032] Loading compiled-in X.509 certificates\n[ 0.779490] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781400] zswap: loaded using pool lzo/zbud\n[ 0.782905] Key type trusted registered\n[ 0.784706] Key type encrypted registered\n[ 0.785532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786559] ima: No TPM chip found, activating TPM-bypass!\n[ 0.787631] evm: HMAC attrs: 0x1\n[ 0.788605] Magic number: 14:27:36\n[ 0.789361] bdi 7:1: hash matches\n[ 0.800559] misc loop-control: hash matches\n[ 0.801540] rtc_cmos 00:00: setting system clock to 2018-12-03 17:02:18 UTC (1543856538)\n[ 0.803193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.804329] EDD information not available.\n[ 0.868584] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.870174] Write protecting the kernel read-only data: 14336k\n[ 0.871826] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.873677] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.42\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.645320] 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.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.61. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhTh39+6+ZPOj1QPKW5VPUZYsq22hW/3F1unkQ9WBNSzAbIZsd/KYgEVpvi5XmDtqQluFRxk+HLA+XPnwpxTddJRTRckb6eTlGP1CKqfXMhGRwEAuBgbB6+oynTsSzA95gxJ/yM1nQ2PBwqzfOjv2ndDm5W8OcdRSUgAbcigcb9PbW3jIWjjhGN7LkyFWyO5Oe1G/MLkWfsB6OB9i4Ej4VXh26yfO/EGEmLCPtT82az8h5hBqu7S/dIcpFe0cNxwA03rpl9Xb9MRD1BLDT8oYGvdjSGnRpVj95V0cS1toFayZHdOOH2ZxW+7KxZqofYUxcEz6R8CWPORv8Dehc/viF root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5\nssh-dss AAAAB3NzaC1kc3MAAACBAIVe8wjeOTanAOvAZv+j8e6O0hVWg8IrwIELwHrhtcOJRBIZLTbbo1nsF4j0c82T3GX4zq+Rpkw5HmNWnRSIkg3puD2wA+PWcz51VwdVE1Kcwi3ty10tkCagSSJxkoAjZV32oEhDBVDRjj/xrGYoQS7yBBz8R1ijX8YKz1n9GhO/AAAAFQCXA8o/TWVU0JqcymW3LMdGoch4kwAAAIB2N/9lluO2BM17sB83F49oSiPpgrj80jUOsqe+ZCwU1/rzFfWnViawkAKHXP77a/Z//k5u30+TYQuMPvIRfCf4KfD7qeuP/pDjVyEEOGYO7+7Xs67evvGGzDrWcNCEmiCfkqReSYnY/2UlWw0eDu/JwIWGUcblJmcNjmqwPcz8WwAAAIAV/AKJQ1FuBAKJeAOF9U/YQGom0AroZa+S+GDT3oGvVjO6sXwkUHM/5lE0CQlSNJ3rbIK+CxxC6emqpdlUahg0sQALMo028iB/xCeHgfX28W46jCzTqNxVyTK41Wr9f+Ql/Ur6F/I8i81FEuureySJe44di84UkKdO6Bhr9PYidg== root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5\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:fe08:26bb/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 login: The system is going down NOW!\nSent SIGTERM to all processes\nSent SIGKILL to all processes\nRequesting system poweroff\n"} 2018-12-03 17:02:50,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action used request id req-947094b3-9372-43f2-afb6-79d1259e9ffa 2018-12-03 17:02:50,382 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-03 17:02:50,382 - 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 499364811 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.148625] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150533] pid_max: default: 32768 minimum: 301 [ 0.151596] ACPI: Core revision 20150930 [ 0.153167] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154715] Security Framework initialized [ 0.155687] Yama: becoming mindful. [ 0.156576] AppArmor: AppArmor initialized [ 0.157554] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.159056] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.160595] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.161989] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.163685] Initializing cgroup subsys io [ 0.164674] Initializing cgroup subsys memory [ 0.165702] Initializing cgroup subsys devices [ 0.166741] Initializing cgroup subsys freezer [ 0.167785] Initializing cgroup subsys net_cls [ 0.168646] Initializing cgroup subsys perf_event [ 0.169546] Initializing cgroup subsys net_prio [ 0.170413] Initializing cgroup subsys hugetlb [ 0.171263] Initializing cgroup subsys pids [ 0.172132] CPU: Physical Processor ID: 0 [ 0.173616] mce: CPU supports 10 MCE banks [ 0.174445] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.175423] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184100] ftrace: allocating 31920 entries in 125 pages [ 0.210489] smpboot: Max logical packages: 2 [ 0.211327] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.212501] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.213834] x2apic enabled [ 0.214636] Switched APIC routing to physical x2apic. [ 0.216378] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.217588] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.219721] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.221637] KVM setup paravirtual spinlock [ 0.223047] x86: Booting SMP configuration: [ 0.223939] .... node #0, CPUs: #1 [ 0.224833] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.247010] x86: Booted up 1 node, 2 CPUs [ 0.247013] KVM setup async PF for cpu 1 [ 0.247016] kvm-stealtime: cpu 1, msr f90d940 [ 0.249542] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.251037] devtmpfs: initialized [ 0.252734] evm: security.selinux [ 0.253420] evm: security.SMACK64 [ 0.254098] evm: security.SMACK64EXEC [ 0.254832] evm: security.SMACK64TRANSMUTE [ 0.255637] evm: security.SMACK64MMAP [ 0.256374] evm: security.ima [ 0.257003] evm: security.capability [ 0.257875] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259780] pinctrl core: initialized pinctrl subsystem [ 0.260860] RTC time: 17:02:17, date: 12/03/18 [ 0.261857] NET: Registered protocol family 16 [ 0.271768] cpuidle: using governor ladder [ 0.283868] cpuidle: using governor menu [ 0.284674] PCCT header not found. [ 0.285489] ACPI: bus type PCI registered [ 0.286280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.287506] PCI: Using configuration type 1 for base access [ 0.300932] ACPI: Added _OSI(Module Device) [ 0.301777] ACPI: Added _OSI(Processor Device) [ 0.302627] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.303511] ACPI: Added _OSI(Processor Aggregator Device) [ 0.305827] ACPI: Interpreter enabled [ 0.306589] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.308418] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.312071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.313902] ACPI: (supports S0 S5) [ 0.314675] ACPI: Using IOAPIC for interrupt routing [ 0.315834] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.319174] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.320302] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.321524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.322701] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.324908] acpiphp: Slot [3] registered [ 0.325710] acpiphp: Slot [4] registered [ 0.326500] acpiphp: Slot [5] registered [ 0.327285] acpiphp: Slot [6] registered [ 0.328067] acpiphp: Slot [7] registered [ 0.328855] acpiphp: Slot [8] registered [ 0.329646] acpiphp: Slot [9] registered [ 0.330437] acpiphp: Slot [10] registered [ 0.341233] acpiphp: Slot [11] registered [ 0.342030] acpiphp: Slot [12] registered [ 0.342832] acpiphp: Slot [13] registered [ 0.343631] acpiphp: Slot [14] registered [ 0.344429] acpiphp: Slot [15] registered [ 0.345237] acpiphp: Slot [16] registered [ 0.346034] acpiphp: Slot [17] registered [ 0.346830] acpiphp: Slot [18] registered [ 0.347629] acpiphp: Slot [19] registered [ 0.348427] acpiphp: Slot [20] registered [ 0.349229] acpiphp: Slot [21] registered [ 0.350024] acpiphp: Slot [22] registered [ 0.350826] acpiphp: Slot [23] registered [ 0.351625] acpiphp: Slot [24] registered [ 0.352423] acpiphp: Slot [25] registered [ 0.353220] acpiphp: Slot [26] registered [ 0.354019] acpiphp: Slot [27] registered [ 0.354823] acpiphp: Slot [28] registered [ 0.355618] acpiphp: Slot [29] registered [ 0.356419] acpiphp: Slot [30] registered [ 0.357218] acpiphp: Slot [31] registered [ 0.358013] PCI host bridge to bus 0000:00 [ 0.358822] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.360014] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.361211] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.362640] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.364069] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.370295] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.371551] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.372702] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.373937] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.380914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.382331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.433362] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.434824] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.436222] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.438992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.440251] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.441474] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442510] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444023] vgaarb: loaded [ 0.444616] vgaarb: bridge control possible 0000:00:02.0 [ 0.445755] SCSI subsystem initialized [ 0.446637] ACPI: bus type USB registered [ 0.447445] usbcore: registered new interface driver usbfs [ 0.448452] usbcore: registered new interface driver hub [ 0.449437] usbcore: registered new device driver usb [ 0.450600] PCI: Using ACPI for IRQ routing [ 0.451620] NetLabel: Initializing [ 0.452328] NetLabel: domain hash size = 128 [ 0.453162] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.454098] NetLabel: unlabeled traffic allowed by default [ 0.455238] clocksource: Switched to clocksource kvm-clock [ 0.461131] AppArmor: AppArmor Filesystem Enabled [ 0.462086] pnp: PnP ACPI init [ 0.463011] pnp: PnP ACPI: found 5 devices [ 0.470393] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.472066] NET: Registered protocol family 2 [ 0.473045] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.474298] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.475444] TCP: Hash tables configured (established 2048 bind 2048) [ 0.476587] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.477641] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.478783] NET: Registered protocol family 1 [ 0.479636] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.480705] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.481752] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.500339] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.519189] Trying to unpack rootfs image as initramfs... [ 0.569330] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.584109] Scanning for low memory corruption every 60 seconds [ 0.585628] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.586809] audit: initializing netlink subsys (disabled) [ 0.587870] audit: type=2000 audit(1543856538.111:1): initialized [ 0.589194] Initialise system trusted keyring [ 0.590148] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.591335] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.593519] zbud: loaded [ 0.594257] VFS: Disk quotas dquot_6.6.0 [ 0.595095] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.596692] fuse init (API version 7.23) [ 0.597617] Key type big_key registered [ 0.598430] Allocating IMA MOK and blacklist keyrings. [ 0.599642] Key type asymmetric registered [ 0.600480] Asymmetric key parser 'x509' registered [ 0.601443] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.602968] io scheduler noop registered [ 0.603791] io scheduler deadline registered (default) [ 0.604799] io scheduler cfq registered [ 0.605647] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.606706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.607993] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.609469] ACPI: Power Button [PWRF] [ 0.610350] GHES: HEST is not enabled! [ 0.628671] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.665767] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.668094] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.691724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.694294] Linux agpgart interface v0.103 [ 0.696598] brd: module loaded [ 0.697948] loop: module loaded [ 0.702130] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.703605] GPT:90111 != 20971519 [ 0.704304] GPT:Alternate GPT header not at the end of the disk. [ 0.705399] GPT:90111 != 20971519 [ 0.706087] GPT: Use GNU Parted to correct GPT errors. [ 0.707058] vda: vda1 vda15 [ 0.708503] scsi host0: ata_piix [ 0.709273] scsi host1: ata_piix [ 0.709983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.711213] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.712827] libphy: Fixed MDIO Bus: probed [ 0.713654] tun: Universal TUN/TAP device driver, 1.6 [ 0.714614] tun: (C) 1999-2004 Max Krasnyansky [ 0.716549] PPP generic driver version 2.4.2 [ 0.717451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.718741] ehci-pci: EHCI PCI platform driver [ 0.719629] ehci-platform: EHCI generic platform driver [ 0.720629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.721767] ohci-pci: OHCI PCI platform driver [ 0.722652] ohci-platform: OHCI generic platform driver [ 0.723652] uhci_hcd: USB Universal Host Controller Interface driver [ 0.742635] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.743643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.745124] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.746129] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.747258] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.748487] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.749914] usb usb1: Product: UHCI Host Controller [ 0.750858] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.752018] usb usb1: SerialNumber: 0000:00:01.2 [ 0.753054] hub 1-0:1.0: USB hub found [ 0.753844] hub 1-0:1.0: 2 ports detected [ 0.754765] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.756910] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.757876] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.758912] mousedev: PS/2 mouse device common for all mice [ 0.760110] rtc_cmos 00:00: RTC can wake from S4 [ 0.761341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.763036] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.764377] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.765593] i2c /dev entries driver [ 0.766352] device-mapper: uevent: version 1.0.3 [ 0.767310] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.768960] ledtrig-cpu: registered to indicate activity on CPUs [ 0.770305] NET: Registered protocol family 10 [ 0.771330] NET: Registered protocol family 17 [ 0.772226] Key type dns_resolver registered [ 0.773201] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.774303] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.775426] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.777187] registered taskstats version 1 [ 0.778032] Loading compiled-in X.509 certificates [ 0.779490] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781400] zswap: loaded using pool lzo/zbud [ 0.782905] Key type trusted registered [ 0.784706] Key type encrypted registered [ 0.785532] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786559] ima: No TPM chip found, activating TPM-bypass! [ 0.787631] evm: HMAC attrs: 0x1 [ 0.788605] Magic number: 14:27:36 [ 0.789361] bdi 7:1: hash matches [ 0.800559] misc loop-control: hash matches [ 0.801540] rtc_cmos 00:00: setting system clock to 2018-12-03 17:02:18 UTC (1543856538) [ 0.803193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.804329] EDD information not available. [ 0.868584] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.870174] Write protecting the kernel read-only data: 14336k [ 0.871826] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.873677] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.42 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.645320] 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.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.61. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhTh39+6+ZPOj1QPKW5VPUZYsq22hW/3F1unkQ9WBNSzAbIZsd/KYgEVpvi5XmDtqQluFRxk+HLA+XPnwpxTddJRTRckb6eTlGP1CKqfXMhGRwEAuBgbB6+oynTsSzA95gxJ/yM1nQ2PBwqzfOjv2ndDm5W8OcdRSUgAbcigcb9PbW3jIWjjhGN7LkyFWyO5Oe1G/MLkWfsB6OB9i4Ej4VXh26yfO/EGEmLCPtT82az8h5hBqu7S/dIcpFe0cNxwA03rpl9Xb9MRD1BLDT8oYGvdjSGnRpVj95V0cS1toFayZHdOOH2ZxW+7KxZqofYUxcEz6R8CWPORv8Dehc/viF root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 ssh-dss AAAAB3NzaC1kc3MAAACBAIVe8wjeOTanAOvAZv+j8e6O0hVWg8IrwIELwHrhtcOJRBIZLTbbo1nsF4j0c82T3GX4zq+Rpkw5HmNWnRSIkg3puD2wA+PWcz51VwdVE1Kcwi3ty10tkCagSSJxkoAjZV32oEhDBVDRjj/xrGYoQS7yBBz8R1ijX8YKz1n9GhO/AAAAFQCXA8o/TWVU0JqcymW3LMdGoch4kwAAAIB2N/9lluO2BM17sB83F49oSiPpgrj80jUOsqe+ZCwU1/rzFfWnViawkAKHXP77a/Z//k5u30+TYQuMPvIRfCf4KfD7qeuP/pDjVyEEOGYO7+7Xs67evvGGzDrWcNCEmiCfkqReSYnY/2UlWw0eDu/JwIWGUcblJmcNjmqwPcz8WwAAAIAV/AKJQ1FuBAKJeAOF9U/YQGom0AroZa+S+GDT3oGvVjO6sXwkUHM/5lE0CQlSNJ3rbIK+CxxC6emqpdlUahg0sQALMo028iB/xCeHgfX28W46jCzTqNxVyTK41Wr9f+Ql/Ur6F/I8i81FEuureySJe44di84UkKdO6Bhr9PYidg== root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 -----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:fe08:26bb/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.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-00000108 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 launch-index: 0 === cirros: current=0.4.0 uptime=3.05 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 login: The system is going down NOW! Sent SIGTERM to all processes Sent SIGKILL to all processes Requesting system poweroff 2018-12-03 17:02:50,383 - create_instance - INFO - Checking if VM is active 2018-12-03 17:02:50,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:50,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-9a7183fc-8db8-4523-9376-234260f410a7 x-compute-request-id: req-9a7183fc-8db8-4523-9376-234260f410a7 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-12-03T17:02:34Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:50,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-9a7183fc-8db8-4523-9376-234260f410a7 2018-12-03 17:02:50,911 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst] is - REBOOT 2018-12-03 17:02:50,911 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:02:53,914 - create_instance - DEBUG - VM status query timeout in 896.469021797 2018-12-03 17:02:53,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:54,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02: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-4c1846f2-bcf2-48f3-bd28-c26a2381a8bc x-compute-request-id: req-4c1846f2-bcf2-48f3-bd28-c26a2381a8bc Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:52Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:54,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-4c1846f2-bcf2-48f3-bd28-c26a2381a8bc 2018-12-03 17:02:54,250 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst] is - ACTIVE 2018-12-03 17:02:54,250 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:02:54,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:54,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f1baf99-1178-4916-8245-a66fd310a83f x-compute-request-id: req-7f1baf99-1178-4916-8245-a66fd310a83f Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:52Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:54,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-7f1baf99-1178-4916-8245-a66fd310a83f 2018-12-03 17:02:54,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:54,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8e6e3d04-0ba9-418d-a82e-77fe019e4246 Date: Mon, 03 Dec 2018 17:02: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:02:54,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-8e6e3d04-0ba9-418d-a82e-77fe019e4246 2018-12-03 17:02:54,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:55,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1a0055f-79f6-49f5-8dab-1eeee7f61947 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:02:55,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-a1a0055f-79f6-49f5-8dab-1eeee7f61947 2018-12-03 17:02:55,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:55,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-80358ac5-59ad-4d00-8da5-289eb66e9960 Date: Mon, 03 Dec 2018 17:02:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:02:55,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-80358ac5-59ad-4d00-8da5-289eb66e9960 2018-12-03 17:02:55,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:55,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-aa9b8707-b9ee-4df9-bac5-0a4ab5198427 Date: Mon, 03 Dec 2018 17:02:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.3"}],"id":"0bb92431-2cb3-4b41-ab6a-169ddd334ed6","security_groups":[],"mac_address":"fa:16:3e:fc:9c:98","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:22Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.14"}],"id":"47976ac7-d746-4369-b8c4-6245fef77f02","security_groups":["083d7b8f-c4bb-401b-a75e-03704c3442db","55556390-e0b6-4d3a-90fe-eb237e694620"],"mac_address":"fa:16:3e:08:26:bb","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:02:07Z","binding:vnic_type":"normal","device_id":"d32bbfba-05ca-4385-8418-93ddd06f6c97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.2"}],"id":"8030e388-7f6d-4f9d-9ea2-3d07cf2347a8","security_groups":[],"mac_address":"fa:16:3e:e2:c2:f0","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:10Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.1"}],"id":"82641e88-b21d-42c9-a5e2-03652c3b23e3","security_groups":[],"mac_address":"fa:16:3e:c5:7a:c2","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:56Z","binding:vnic_type":"normal","device_id":"e2cb6185-6022-40b5-8466-30c79aca82f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.4"}],"id":"ea593f9f-aae9-49d7-aa39-91febe9cafb4","security_groups":[],"mac_address":"fa:16:3e:da:ae:cc","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f20e6172-d461-4ff4-a351-21583d49445c"}]} 2018-12-03 17:02:55,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-aa9b8707-b9ee-4df9-bac5-0a4ab5198427 2018-12-03 17:02:55,237 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:02:55,239 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-12-03 17:02:55,239 - create_instance - DEBUG - Retry SSH connection in 3 seconds 2018-12-03 17:02:58,243 - create_instance - DEBUG - SSH connection timeout in 176.994426012 2018-12-03 17:02:58,243 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:02:58,245 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a70f790L 2018-12-03 17:02:58,245 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:02:58,246 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:02:58,246 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:02:58,247 - 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-12-03 17:02:58,247 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:02:58,247 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:02:58,247 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:02:58,248 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:02:58,248 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:02:58,264 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:02:58,265 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:02:58,277 - paramiko.transport - DEBUG - Trying key 25a649459b90c462204c256147ec48e2 from tmp/CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2 2018-12-03 17:02:58,302 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:02:58,307 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:02:58,408 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:02:58,423 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:02:58,423 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:02:58,425 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a70f650L 2018-12-03 17:02:58,425 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:02:58,425 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:02:58,425 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:02:58,426 - 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-12-03 17:02:58,426 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:02:58,427 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:02:58,427 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:02:58,427 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:02:58,427 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:02:58,443 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:02:58,444 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:02:58,457 - paramiko.transport - DEBUG - Trying key 25a649459b90c462204c256147ec48e2 from tmp/CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2 2018-12-03 17:02:58,482 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:02:58,486 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:02:58,489 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:02:58,490 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-03 17:02:58,490 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:02:58,491 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:02:58,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:02:59,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:02:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9584c928-1cd4-40c3-b016-65487fbe1984 x-compute-request-id: req-9584c928-1cd4-40c3-b016-65487fbe1984 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:02:52Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:02:59,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-9584c928-1cd4-40c3-b016-65487fbe1984 2018-12-03 17:02:59,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" -d '{"reboot": {"type": "SOFT"}}' 2018-12-03 17:02:59,159 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:02: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-04aaf298-96b0-418d-9d67-5057a5123e0d x-compute-request-id: req-04aaf298-96b0-418d-9d67-5057a5123e0d Content-Length: 0 Content-Type: application/json 2018-12-03 17:02:59,159 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action used request id req-04aaf298-96b0-418d-9d67-5057a5123e0d 2018-12-03 17:03:14,174 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2018-12-03 17:03:14,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:14,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03: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-c40aeeab-e66e-4c52-aaf4-cdb1c7c38f6c x-compute-request-id: req-c40aeeab-e66e-4c52-aaf4-cdb1c7c38f6c Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:03:03Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:03:14,669 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-c40aeeab-e66e-4c52-aaf4-cdb1c7c38f6c 2018-12-03 17:03:14,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 17:03:15,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03: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-4da4c411-0a0b-40a8-a14c-8b3777242b20 x-compute-request-id: req-4da4c411-0a0b-40a8-a14c-8b3777242b20 Content-Encoding: gzip Content-Length: 9494 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 519082495 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.127517] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129141] pid_max: default: 32768 minimum: 301\n[ 0.130020] ACPI: Core revision 20150930\n[ 0.131386] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132669] Security Framework initialized\n[ 0.133467] Yama: becoming mindful.\n[ 0.134181] AppArmor: AppArmor initialized\n[ 0.135030] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136302] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.137537] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138723] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140067] Initializing cgroup subsys io\n[ 0.140867] Initializing cgroup subsys memory\n[ 0.141713] Initializing cgroup subsys devices\n[ 0.142620] Initializing cgroup subsys freezer\n[ 0.143474] Initializing cgroup subsys net_cls\n[ 0.144327] Initializing cgroup subsys perf_event\n[ 0.145216] Initializing cgroup subsys net_prio\n[ 0.146081] Initializing cgroup subsys hugetlb\n[ 0.146943] Initializing cgroup subsys pids\n[ 0.147811] CPU: Physical Processor ID: 0\n[ 0.149325] mce: CPU supports 10 MCE banks\n[ 0.150168] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151168] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.153402] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.159724] ftrace: allocating 31920 entries in 125 pages\n[ 0.185388] smpboot: Max logical packages: 2\n[ 0.186275] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.187463] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.188799] x2apic enabled\n[ 0.189595] Switched APIC routing to physical x2apic.\n[ 0.191349] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.192565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.194708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.196635] KVM setup paravirtual spinlock\n[ 0.198066] x86: Booting SMP configuration:\n[ 0.198971] .... node #0, CPUs: #1\n[ 0.199870] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.221565] x86: Booted up 1 node, 2 CPUs\n[ 0.221567] KVM setup async PF for cpu 1\n[ 0.221570] kvm-stealtime: cpu 1, msr f90d940\n[ 0.224127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.225624] devtmpfs: initialized\n[ 0.227324] evm: security.selinux\n[ 0.228008] evm: security.SMACK64\n[ 0.228690] evm: security.SMACK64EXEC\n[ 0.229424] evm: security.SMACK64TRANSMUTE\n[ 0.230254] evm: security.SMACK64MMAP\n[ 0.230982] evm: security.ima\n[ 0.231608] evm: security.capability\n[ 0.232442] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234281] pinctrl core: initialized pinctrl subsystem\n[ 0.235351] RTC time: 17:03:02, date: 12/03/18\n[ 0.236308] NET: Registered protocol family 16\n[ 0.246312] cpuidle: using governor ladder\n[ 0.258415] cpuidle: using governor menu\n[ 0.259206] PCCT header not found.\n[ 0.259985] ACPI: bus type PCI registered\n[ 0.260773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261995] PCI: Using configuration type 1 for base access\n[ 0.275399] ACPI: Added _OSI(Module Device)\n[ 0.276235] ACPI: Added _OSI(Processor Device)\n[ 0.277078] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.277959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280314] ACPI: Interpreter enabled\n[ 0.281063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.282875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288307] ACPI: (supports S0 S5)\n[ 0.288994] ACPI: Using IOAPIC for interrupt routing\n[ 0.289917] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.293266] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.294380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.295581] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.296746] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.298940] acpiphp: Slot [3] registered\n[ 0.299746] acpiphp: Slot [4] registered\n[ 0.300533] acpiphp: Slot [5] registered\n[ 0.301322] acpiphp: Slot [6] registered\n[ 0.302099] acpiphp: Slot [7] registered\n[ 0.302884] acpiphp: Slot [8] registered\n[ 0.303668] acpiphp: Slot [9] registered\n[ 0.304447] acpiphp: Slot [10] registered\n[ 0.315231] acpiphp: Slot [11] registered\n[ 0.316036] acpiphp: Slot [12] registered\n[ 0.316836] acpiphp: Slot [13] registered\n[ 0.317629] acpiphp: Slot [14] registered\n[ 0.318423] acpiphp: Slot [15] registered\n[ 0.319222] acpiphp: Slot [16] registered\n[ 0.320020] acpiphp: Slot [17] registered\n[ 0.320814] acpiphp: Slot [18] registered\n[ 0.321609] acpiphp: Slot [19] registered\n[ 0.322411] acpiphp: Slot [20] registered\n[ 0.323202] acpiphp: Slot [21] registered\n[ 0.323999] acpiphp: Slot [22] registered\n[ 0.324798] acpiphp: Slot [23] registered\n[ 0.325597] acpiphp: Slot [24] registered\n[ 0.326389] acpiphp: Slot [25] registered\n[ 0.327177] acpiphp: Slot [26] registered\n[ 0.327971] acpiphp: Slot [27] registered\n[ 0.328770] acpiphp: Slot [28] registered\n[ 0.329566] acpiphp: Slot [29] registered\n[ 0.330358] acpiphp: Slot [30] registered\n[ 0.331151] acpiphp: Slot [31] registered\n[ 0.331942] PCI host bridge to bus 0000:00\n[ 0.332736] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.333923] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335107] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336532] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.337964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344296] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345601] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.346753] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.347984] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.354427] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403232] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406081] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.407469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.408749] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.412664] vgaarb: loaded\n[ 0.413264] vgaarb: bridge control possible 0000:00:02.0\n[ 0.414412] SCSI subsystem initialized\n[ 0.415267] ACPI: bus type USB registered\n[ 0.416109] usbcore: registered new interface driver usbfs\n[ 0.417149] usbcore: registered new interface driver hub\n[ 0.418161] usbcore: registered new device driver usb\n[ 0.419282] PCI: Using ACPI for IRQ routing\n[ 0.420323] NetLabel: Initializing\n[ 0.421041] NetLabel: domain hash size = 128\n[ 0.421902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.422857] NetLabel: unlabeled traffic allowed by default\n[ 0.424001] clocksource: Switched to clocksource kvm-clock\n[ 0.430015] AppArmor: AppArmor Filesystem Enabled\n[ 0.430985] pnp: PnP ACPI init\n[ 0.431928] pnp: PnP ACPI: found 5 devices\n[ 0.439051] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440785] NET: Registered protocol family 2\n[ 0.441772] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.443046] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.444218] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.445386] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447622] NET: Registered protocol family 1\n[ 0.448491] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449589] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450658] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.469038] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487910] Trying to unpack rootfs image as initramfs...\n[ 0.538454] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.552689] Scanning for low memory corruption every 60 seconds\n[ 0.554114] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.555263] audit: initializing netlink subsys (disabled)\n[ 0.556310] audit: type=2000 audit(1543856583.836:1): initialized\n[ 0.557636] Initialise system trusted keyring\n[ 0.558589] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.559753] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561874] zbud: loaded\n[ 0.562605] VFS: Disk quotas dquot_6.6.0\n[ 0.563427] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565027] fuse init (API version 7.23)\n[ 0.565983] Key type big_key registered\n[ 0.566789] Allocating IMA MOK and blacklist keyrings.\n[ 0.568054] Key type asymmetric registered\n[ 0.568877] Asymmetric key parser 'x509' registered\n[ 0.569830] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571319] io scheduler noop registered\n[ 0.572113] io scheduler deadline registered (default)\n[ 0.573108] io scheduler cfq registered\n[ 0.573947] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.574990] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577708] ACPI: Power Button [PWRF]\n[ 0.578587] GHES: HEST is not enabled!\n[ 0.596890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.635784] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.638172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.662333] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.664814] Linux agpgart interface v0.103\n[ 0.667639] brd: module loaded\n[ 0.669027] loop: module loaded\n[ 0.673570] vda: vda1 vda15\n[ 0.675102] scsi host0: ata_piix\n[ 0.675860] scsi host1: ata_piix\n[ 0.676578] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677782] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679045] libphy: Fixed MDIO Bus: probed\n[ 0.679907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680898] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682851] PPP generic driver version 2.4.2\n[ 0.683772] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685019] ehci-pci: EHCI PCI platform driver\n[ 0.685889] ehci-platform: EHCI generic platform driver\n[ 0.686870] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.687989] ohci-pci: OHCI PCI platform driver\n[ 0.688859] ohci-platform: OHCI generic platform driver\n[ 0.689838] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.708830] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709820] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.711272] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712303] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.714644] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716068] usb usb1: Product: UHCI Host Controller\n[ 0.717015] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.718142] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.719198] hub 1-0:1.0: USB hub found\n[ 0.719979] hub 1-0:1.0: 2 ports detected\n[ 0.720899] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723954] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.725020] mousedev: PS/2 mouse device common for all mice\n[ 0.726305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728160] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.730485] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.731663] i2c /dev entries driver\n[ 0.732420] device-mapper: uevent: version 1.0.3\n[ 0.733371] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.734993] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.736321] NET: Registered protocol family 10\n[ 0.737337] NET: Registered protocol family 17\n[ 0.738222] Key type dns_resolver registered\n[ 0.739200] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.740283] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.741413] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.743198] registered taskstats version 1\n[ 0.744040] Loading compiled-in X.509 certificates\n[ 0.745478] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.747316] zswap: loaded using pool lzo/zbud\n[ 0.748832] Key type trusted registered\n[ 0.750496] Key type encrypted registered\n[ 0.751323] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.752353] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753390] evm: HMAC attrs: 0x1\n[ 0.754353] Magic number: 14:577:86\n[ 0.755220] rtc_cmos 00:00: setting system clock to 2018-12-03 17:03:03 UTC (1543856583)\n[ 0.756850] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.757962] EDD information not available.\n[ 0.837051] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838597] Write protecting the kernel read-only data: 14336k\n[ 0.850530] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.852330] 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: 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... [ 1.508948] 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.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.50. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhTh39+6+ZPOj1QPKW5VPUZYsq22hW/3F1unkQ9WBNSzAbIZsd/KYgEVpvi5XmDtqQluFRxk+HLA+XPnwpxTddJRTRckb6eTlGP1CKqfXMhGRwEAuBgbB6+oynTsSzA95gxJ/yM1nQ2PBwqzfOjv2ndDm5W8OcdRSUgAbcigcb9PbW3jIWjjhGN7LkyFWyO5Oe1G/MLkWfsB6OB9i4Ej4VXh26yfO/EGEmLCPtT82az8h5hBqu7S/dIcpFe0cNxwA03rpl9Xb9MRD1BLDT8oYGvdjSGnRpVj95V0cS1toFayZHdOOH2ZxW+7KxZqofYUxcEz6R8CWPORv8Dehc/viF root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5\nssh-dss AAAAB3NzaC1kc3MAAACBAIVe8wjeOTanAOvAZv+j8e6O0hVWg8IrwIELwHrhtcOJRBIZLTbbo1nsF4j0c82T3GX4zq+Rpkw5HmNWnRSIkg3puD2wA+PWcz51VwdVE1Kcwi3ty10tkCagSSJxkoAjZV32oEhDBVDRjj/xrGYoQS7yBBz8R1ijX8YKz1n9GhO/AAAAFQCXA8o/TWVU0JqcymW3LMdGoch4kwAAAIB2N/9lluO2BM17sB83F49oSiPpgrj80jUOsqe+ZCwU1/rzFfWnViawkAKHXP77a/Z//k5u30+TYQuMPvIRfCf4KfD7qeuP/pDjVyEEOGYO7+7Xs67evvGGzDrWcNCEmiCfkqReSYnY/2UlWw0eDu/JwIWGUcblJmcNjmqwPcz8WwAAAIAV/AKJQ1FuBAKJeAOF9U/YQGom0AroZa+S+GDT3oGvVjO6sXwkUHM/5lE0CQlSNJ3rbIK+CxxC6emqpdlUahg0sQALMo028iB/xCeHgfX28W46jCzTqNxVyTK41Wr9f+Ql/Ur6F/I8i81FEuureySJe44di84UkKdO6Bhr9PYidg== root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5\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:fe08:26bb/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.27 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 login: "} 2018-12-03 17:03:15,744 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action used request id req-4da4c411-0a0b-40a8-a14c-8b3777242b20 2018-12-03 17:03:15,745 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-03 17:03:15,745 - 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 519082495 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.127517] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129141] pid_max: default: 32768 minimum: 301 [ 0.130020] ACPI: Core revision 20150930 [ 0.131386] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132669] Security Framework initialized [ 0.133467] Yama: becoming mindful. [ 0.134181] AppArmor: AppArmor initialized [ 0.135030] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.136302] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.137537] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138723] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140067] Initializing cgroup subsys io [ 0.140867] Initializing cgroup subsys memory [ 0.141713] Initializing cgroup subsys devices [ 0.142620] Initializing cgroup subsys freezer [ 0.143474] Initializing cgroup subsys net_cls [ 0.144327] Initializing cgroup subsys perf_event [ 0.145216] Initializing cgroup subsys net_prio [ 0.146081] Initializing cgroup subsys hugetlb [ 0.146943] Initializing cgroup subsys pids [ 0.147811] CPU: Physical Processor ID: 0 [ 0.149325] mce: CPU supports 10 MCE banks [ 0.150168] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151168] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.153402] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.159724] ftrace: allocating 31920 entries in 125 pages [ 0.185388] smpboot: Max logical packages: 2 [ 0.186275] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.187463] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.188799] x2apic enabled [ 0.189595] Switched APIC routing to physical x2apic. [ 0.191349] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.192565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.194708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.196635] KVM setup paravirtual spinlock [ 0.198066] x86: Booting SMP configuration: [ 0.198971] .... node #0, CPUs: #1 [ 0.199870] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.221565] x86: Booted up 1 node, 2 CPUs [ 0.221567] KVM setup async PF for cpu 1 [ 0.221570] kvm-stealtime: cpu 1, msr f90d940 [ 0.224127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.225624] devtmpfs: initialized [ 0.227324] evm: security.selinux [ 0.228008] evm: security.SMACK64 [ 0.228690] evm: security.SMACK64EXEC [ 0.229424] evm: security.SMACK64TRANSMUTE [ 0.230254] evm: security.SMACK64MMAP [ 0.230982] evm: security.ima [ 0.231608] evm: security.capability [ 0.232442] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.234281] pinctrl core: initialized pinctrl subsystem [ 0.235351] RTC time: 17:03:02, date: 12/03/18 [ 0.236308] NET: Registered protocol family 16 [ 0.246312] cpuidle: using governor ladder [ 0.258415] cpuidle: using governor menu [ 0.259206] PCCT header not found. [ 0.259985] ACPI: bus type PCI registered [ 0.260773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.261995] PCI: Using configuration type 1 for base access [ 0.275399] ACPI: Added _OSI(Module Device) [ 0.276235] ACPI: Added _OSI(Processor Device) [ 0.277078] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.277959] ACPI: Added _OSI(Processor Aggregator Device) [ 0.280314] ACPI: Interpreter enabled [ 0.281063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.282875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.284692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.286496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.288307] ACPI: (supports S0 S5) [ 0.288994] ACPI: Using IOAPIC for interrupt routing [ 0.289917] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.293266] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.294380] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.295581] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.296746] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.298940] acpiphp: Slot [3] registered [ 0.299746] acpiphp: Slot [4] registered [ 0.300533] acpiphp: Slot [5] registered [ 0.301322] acpiphp: Slot [6] registered [ 0.302099] acpiphp: Slot [7] registered [ 0.302884] acpiphp: Slot [8] registered [ 0.303668] acpiphp: Slot [9] registered [ 0.304447] acpiphp: Slot [10] registered [ 0.315231] acpiphp: Slot [11] registered [ 0.316036] acpiphp: Slot [12] registered [ 0.316836] acpiphp: Slot [13] registered [ 0.317629] acpiphp: Slot [14] registered [ 0.318423] acpiphp: Slot [15] registered [ 0.319222] acpiphp: Slot [16] registered [ 0.320020] acpiphp: Slot [17] registered [ 0.320814] acpiphp: Slot [18] registered [ 0.321609] acpiphp: Slot [19] registered [ 0.322411] acpiphp: Slot [20] registered [ 0.323202] acpiphp: Slot [21] registered [ 0.323999] acpiphp: Slot [22] registered [ 0.324798] acpiphp: Slot [23] registered [ 0.325597] acpiphp: Slot [24] registered [ 0.326389] acpiphp: Slot [25] registered [ 0.327177] acpiphp: Slot [26] registered [ 0.327971] acpiphp: Slot [27] registered [ 0.328770] acpiphp: Slot [28] registered [ 0.329566] acpiphp: Slot [29] registered [ 0.330358] acpiphp: Slot [30] registered [ 0.331151] acpiphp: Slot [31] registered [ 0.331942] PCI host bridge to bus 0000:00 [ 0.332736] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.333923] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.335107] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.336532] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.337964] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.344296] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.345601] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.346753] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.347984] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.354427] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.401725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.403232] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.404661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.406081] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.407469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.408749] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.409923] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.411127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.412664] vgaarb: loaded [ 0.413264] vgaarb: bridge control possible 0000:00:02.0 [ 0.414412] SCSI subsystem initialized [ 0.415267] ACPI: bus type USB registered [ 0.416109] usbcore: registered new interface driver usbfs [ 0.417149] usbcore: registered new interface driver hub [ 0.418161] usbcore: registered new device driver usb [ 0.419282] PCI: Using ACPI for IRQ routing [ 0.420323] NetLabel: Initializing [ 0.421041] NetLabel: domain hash size = 128 [ 0.421902] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.422857] NetLabel: unlabeled traffic allowed by default [ 0.424001] clocksource: Switched to clocksource kvm-clock [ 0.430015] AppArmor: AppArmor Filesystem Enabled [ 0.430985] pnp: PnP ACPI init [ 0.431928] pnp: PnP ACPI: found 5 devices [ 0.439051] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.440785] NET: Registered protocol family 2 [ 0.441772] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.443046] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.444218] TCP: Hash tables configured (established 2048 bind 2048) [ 0.445386] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.446457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.447622] NET: Registered protocol family 1 [ 0.448491] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.449589] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450658] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.469038] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.487910] Trying to unpack rootfs image as initramfs... [ 0.538454] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.552689] Scanning for low memory corruption every 60 seconds [ 0.554114] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.555263] audit: initializing netlink subsys (disabled) [ 0.556310] audit: type=2000 audit(1543856583.836:1): initialized [ 0.557636] Initialise system trusted keyring [ 0.558589] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.559753] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.561874] zbud: loaded [ 0.562605] VFS: Disk quotas dquot_6.6.0 [ 0.563427] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.565027] fuse init (API version 7.23) [ 0.565983] Key type big_key registered [ 0.566789] Allocating IMA MOK and blacklist keyrings. [ 0.568054] Key type asymmetric registered [ 0.568877] Asymmetric key parser 'x509' registered [ 0.569830] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.571319] io scheduler noop registered [ 0.572113] io scheduler deadline registered (default) [ 0.573108] io scheduler cfq registered [ 0.573947] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.574990] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.577708] ACPI: Power Button [PWRF] [ 0.578587] GHES: HEST is not enabled! [ 0.596890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.635784] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.638172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.662333] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.664814] Linux agpgart interface v0.103 [ 0.667639] brd: module loaded [ 0.669027] loop: module loaded [ 0.673570] vda: vda1 vda15 [ 0.675102] scsi host0: ata_piix [ 0.675860] scsi host1: ata_piix [ 0.676578] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.677782] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.679045] libphy: Fixed MDIO Bus: probed [ 0.679907] tun: Universal TUN/TAP device driver, 1.6 [ 0.680898] tun: (C) 1999-2004 Max Krasnyansky [ 0.682851] PPP generic driver version 2.4.2 [ 0.683772] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.685019] ehci-pci: EHCI PCI platform driver [ 0.685889] ehci-platform: EHCI generic platform driver [ 0.686870] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.687989] ohci-pci: OHCI PCI platform driver [ 0.688859] ohci-platform: OHCI generic platform driver [ 0.689838] uhci_hcd: USB Universal Host Controller Interface driver [ 0.708830] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.709820] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.711272] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.712303] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.713415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.714644] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.716068] usb usb1: Product: UHCI Host Controller [ 0.717015] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.718142] usb usb1: SerialNumber: 0000:00:01.2 [ 0.719198] hub 1-0:1.0: USB hub found [ 0.719979] hub 1-0:1.0: 2 ports detected [ 0.720899] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.722999] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.723954] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.725020] mousedev: PS/2 mouse device common for all mice [ 0.726305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728160] rtc_cmos 00:00: RTC can wake from S4 [ 0.729301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.730485] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.731663] i2c /dev entries driver [ 0.732420] device-mapper: uevent: version 1.0.3 [ 0.733371] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.734993] ledtrig-cpu: registered to indicate activity on CPUs [ 0.736321] NET: Registered protocol family 10 [ 0.737337] NET: Registered protocol family 17 [ 0.738222] Key type dns_resolver registered [ 0.739200] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.740283] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741413] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743198] registered taskstats version 1 [ 0.744040] Loading compiled-in X.509 certificates [ 0.745478] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747316] zswap: loaded using pool lzo/zbud [ 0.748832] Key type trusted registered [ 0.750496] Key type encrypted registered [ 0.751323] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752353] ima: No TPM chip found, activating TPM-bypass! [ 0.753390] evm: HMAC attrs: 0x1 [ 0.754353] Magic number: 14:577:86 [ 0.755220] rtc_cmos 00:00: setting system clock to 2018-12-03 17:03:03 UTC (1543856583) [ 0.756850] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.757962] EDD information not available. [ 0.837051] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.838597] Write protecting the kernel read-only data: 14336k [ 0.850530] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.852330] 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: 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... [ 1.508948] 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.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.50. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhTh39+6+ZPOj1QPKW5VPUZYsq22hW/3F1unkQ9WBNSzAbIZsd/KYgEVpvi5XmDtqQluFRxk+HLA+XPnwpxTddJRTRckb6eTlGP1CKqfXMhGRwEAuBgbB6+oynTsSzA95gxJ/yM1nQ2PBwqzfOjv2ndDm5W8OcdRSUgAbcigcb9PbW3jIWjjhGN7LkyFWyO5Oe1G/MLkWfsB6OB9i4Ej4VXh26yfO/EGEmLCPtT82az8h5hBqu7S/dIcpFe0cNxwA03rpl9Xb9MRD1BLDT8oYGvdjSGnRpVj95V0cS1toFayZHdOOH2ZxW+7KxZqofYUxcEz6R8CWPORv8Dehc/viF root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 ssh-dss AAAAB3NzaC1kc3MAAACBAIVe8wjeOTanAOvAZv+j8e6O0hVWg8IrwIELwHrhtcOJRBIZLTbbo1nsF4j0c82T3GX4zq+Rpkw5HmNWnRSIkg3puD2wA+PWcz51VwdVE1Kcwi3ty10tkCagSSJxkoAjZV32oEhDBVDRjj/xrGYoQS7yBBz8R1ijX8YKz1n9GhO/AAAAFQCXA8o/TWVU0JqcymW3LMdGoch4kwAAAIB2N/9lluO2BM17sB83F49oSiPpgrj80jUOsqe+ZCwU1/rzFfWnViawkAKHXP77a/Z//k5u30+TYQuMPvIRfCf4KfD7qeuP/pDjVyEEOGYO7+7Xs67evvGGzDrWcNCEmiCfkqReSYnY/2UlWw0eDu/JwIWGUcblJmcNjmqwPcz8WwAAAIAV/AKJQ1FuBAKJeAOF9U/YQGom0AroZa+S+GDT3oGvVjO6sXwkUHM/5lE0CQlSNJ3rbIK+CxxC6emqpdlUahg0sQALMo028iB/xCeHgfX28W46jCzTqNxVyTK41Wr9f+Ql/Ur6F/I8i81FEuureySJe44di84UkKdO6Bhr9PYidg== root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 -----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:fe08:26bb/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.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-00000108 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 launch-index: 0 === cirros: current=0.4.0 uptime=2.27 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 login: 2018-12-03 17:03:15,746 - create_instance - INFO - Checking if VM is active 2018-12-03 17:03:15,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:16,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a07d698e-491e-4b9c-a77e-6162155f1f42 x-compute-request-id: req-a07d698e-491e-4b9c-a77e-6162155f1f42 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:03:03Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:03:16,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-a07d698e-491e-4b9c-a77e-6162155f1f42 2018-12-03 17:03:16,362 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst] is - ACTIVE 2018-12-03 17:03:16,362 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:03:16,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:16,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03: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-144d9036-2d45-4452-b052-f6701e413c3b x-compute-request-id: req-144d9036-2d45-4452-b052-f6701e413c3b Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:03:03Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:03:16,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-144d9036-2d45-4452-b052-f6701e413c3b 2018-12-03 17:03:16,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:16,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-141d1ed4-678e-49bf-898c-0726697c8085 Date: Mon, 03 Dec 2018 17:03: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:03:16,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-141d1ed4-678e-49bf-898c-0726697c8085 2018-12-03 17:03:16,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:16,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08440817-66d1-46f0-a99b-cc6a55839ea9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:03:16,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-08440817-66d1-46f0-a99b-cc6a55839ea9 2018-12-03 17:03:16,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:16,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5f768ba9-6253-47d4-9d9f-ba182df79185 Date: Mon, 03 Dec 2018 17:03:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:03:16,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-5f768ba9-6253-47d4-9d9f-ba182df79185 2018-12-03 17:03:16,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:17,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-db3c1a92-34d0-4166-9247-7ece66e1c82f Date: Mon, 03 Dec 2018 17:03:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.3"}],"id":"0bb92431-2cb3-4b41-ab6a-169ddd334ed6","security_groups":[],"mac_address":"fa:16:3e:fc:9c:98","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:22Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.14"}],"id":"47976ac7-d746-4369-b8c4-6245fef77f02","security_groups":["083d7b8f-c4bb-401b-a75e-03704c3442db","55556390-e0b6-4d3a-90fe-eb237e694620"],"mac_address":"fa:16:3e:08:26:bb","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:02:07Z","binding:vnic_type":"normal","device_id":"d32bbfba-05ca-4385-8418-93ddd06f6c97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.2"}],"id":"8030e388-7f6d-4f9d-9ea2-3d07cf2347a8","security_groups":[],"mac_address":"fa:16:3e:e2:c2:f0","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:10Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.1"}],"id":"82641e88-b21d-42c9-a5e2-03652c3b23e3","security_groups":[],"mac_address":"fa:16:3e:c5:7a:c2","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:56Z","binding:vnic_type":"normal","device_id":"e2cb6185-6022-40b5-8466-30c79aca82f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.4"}],"id":"ea593f9f-aae9-49d7-aa39-91febe9cafb4","security_groups":[],"mac_address":"fa:16:3e:da:ae:cc","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f20e6172-d461-4ff4-a351-21583d49445c"}]} 2018-12-03 17:03:17,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-db3c1a92-34d0-4166-9247-7ece66e1c82f 2018-12-03 17:03:17,060 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:03:17,063 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a7d5210L 2018-12-03 17:03:17,063 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:03:17,064 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:03:17,064 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:03:17,065 - 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-12-03 17:03:17,065 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:03:17,065 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:03:17,066 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:03:17,066 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:03:17,066 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:03:17,083 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:03:17,083 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:03:17,095 - paramiko.transport - DEBUG - Trying key 25a649459b90c462204c256147ec48e2 from tmp/CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2 2018-12-03 17:03:17,121 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:03:17,127 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:03:17,227 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:03:17,241 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:03:17,242 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:03:17,243 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a7d5250L 2018-12-03 17:03:17,244 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:03:17,244 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:03:17,244 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:03:17,245 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-03 17:03:17,246 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:03:17,246 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:03:17,246 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:03:17,246 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:03:17,246 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:03:17,262 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:03:17,262 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:03:17,276 - paramiko.transport - DEBUG - Trying key 25a649459b90c462204c256147ec48e2 from tmp/CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2 2018-12-03 17:03:17,302 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:03:17,305 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:03:17,307 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:03:17,308 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-03 17:03:17,308 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:03:17,310 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:03:17,311 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:03:17,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:17,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a522f281-138d-4f96-8eac-37ab29fb3149 x-compute-request-id: req-a522f281-138d-4f96-8eac-37ab29fb3149 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:03:03Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:03:17,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-a522f281-138d-4f96-8eac-37ab29fb3149 2018-12-03 17:03:17,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" -d '{"reboot": {"type": "HARD"}}' 2018-12-03 17:03:18,057 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:03:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ac824261-39ec-4b9e-acd9-6e7d51d26ce6 x-compute-request-id: req-ac824261-39ec-4b9e-acd9-6e7d51d26ce6 Content-Length: 0 Content-Type: application/json 2018-12-03 17:03:18,057 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action used request id req-ac824261-39ec-4b9e-acd9-6e7d51d26ce6 2018-12-03 17:03:33,072 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2018-12-03 17:03:33,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:33,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03: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-a4f50c40-9ece-4e05-a766-0d86645f2321 x-compute-request-id: req-a4f50c40-9ece-4e05-a766-0d86645f2321 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:03:19Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:03:33,568 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-a4f50c40-9ece-4e05-a766-0d86645f2321 2018-12-03 17:03:33,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 17:03:34,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03: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-2c266c54-dea6-4050-a0b6-fa95309fa2ea x-compute-request-id: req-2c266c54-dea6-4050-a0b6-fa95309fa2ea Content-Encoding: gzip Content-Length: 9499 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 503295021 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.131233] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132926] pid_max: default: 32768 minimum: 301\n[ 0.133861] ACPI: Core revision 20150930\n[ 0.135282] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136620] Security Framework initialized\n[ 0.137454] Yama: becoming mindful.\n[ 0.138195] AppArmor: AppArmor initialized\n[ 0.139097] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140407] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.141690] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142944] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.144339] Initializing cgroup subsys io\n[ 0.145171] Initializing cgroup subsys memory\n[ 0.146049] Initializing cgroup subsys devices\n[ 0.146978] Initializing cgroup subsys freezer\n[ 0.147862] Initializing cgroup subsys net_cls\n[ 0.148750] Initializing cgroup subsys perf_event\n[ 0.149678] Initializing cgroup subsys net_prio\n[ 0.150685] Initializing cgroup subsys hugetlb\n[ 0.151572] Initializing cgroup subsys pids\n[ 0.152465] CPU: Physical Processor ID: 0\n[ 0.153982] mce: CPU supports 10 MCE banks\n[ 0.154885] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.158181] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.164560] ftrace: allocating 31920 entries in 125 pages\n[ 0.190207] smpboot: Max logical packages: 2\n[ 0.191100] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.192324] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.193700] x2apic enabled\n[ 0.194542] Switched APIC routing to physical x2apic.\n[ 0.196303] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.197507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.199652] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.201547] KVM setup paravirtual spinlock\n[ 0.202930] x86: Booting SMP configuration:\n[ 0.203819] .... node #0, CPUs: #1\n[ 0.204691] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.226693] x86: Booted up 1 node, 2 CPUs\n[ 0.226695] KVM setup async PF for cpu 1\n[ 0.226697] kvm-stealtime: cpu 1, msr f90d940\n[ 0.229309] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.230819] devtmpfs: initialized\n[ 0.232515] evm: security.selinux\n[ 0.233220] evm: security.SMACK64\n[ 0.233924] evm: security.SMACK64EXEC\n[ 0.234682] evm: security.SMACK64TRANSMUTE\n[ 0.235511] evm: security.SMACK64MMAP\n[ 0.236271] evm: security.ima\n[ 0.236921] evm: security.capability\n[ 0.237759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239662] pinctrl core: initialized pinctrl subsystem\n[ 0.240780] RTC time: 17:03:19, date: 12/03/18\n[ 0.241761] NET: Registered protocol family 16\n[ 0.251620] cpuidle: using governor ladder\n[ 0.263641] cpuidle: using governor menu\n[ 0.264455] PCCT header not found.\n[ 0.265235] ACPI: bus type PCI registered\n[ 0.266061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.267323] PCI: Using configuration type 1 for base access\n[ 0.280654] ACPI: Added _OSI(Module Device)\n[ 0.281510] ACPI: Added _OSI(Processor Device)\n[ 0.282382] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.283298] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285601] ACPI: Interpreter enabled\n[ 0.286364] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.288227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.290103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.291958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293812] ACPI: (supports S0 S5)\n[ 0.294517] ACPI: Using IOAPIC for interrupt routing\n[ 0.295614] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300105] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.301364] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.302579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.304890] acpiphp: Slot [3] registered\n[ 0.305744] acpiphp: Slot [4] registered\n[ 0.306559] acpiphp: Slot [5] registered\n[ 0.307395] acpiphp: Slot [6] registered\n[ 0.308202] acpiphp: Slot [7] registered\n[ 0.309014] acpiphp: Slot [8] registered\n[ 0.309866] acpiphp: Slot [9] registered\n[ 0.310712] acpiphp: Slot [10] registered\n[ 0.321292] acpiphp: Slot [11] registered\n[ 0.322120] acpiphp: Slot [12] registered\n[ 0.322944] acpiphp: Slot [13] registered\n[ 0.323792] acpiphp: Slot [14] registered\n[ 0.324630] acpiphp: Slot [15] registered\n[ 0.325473] acpiphp: Slot [16] registered\n[ 0.326295] acpiphp: Slot [17] registered\n[ 0.327120] acpiphp: Slot [18] registered\n[ 0.327950] acpiphp: Slot [19] registered\n[ 0.328774] acpiphp: Slot [20] registered\n[ 0.329599] acpiphp: Slot [21] registered\n[ 0.330421] acpiphp: Slot [22] registered\n[ 0.331239] acpiphp: Slot [23] registered\n[ 0.332067] acpiphp: Slot [24] registered\n[ 0.332887] acpiphp: Slot [25] registered\n[ 0.333714] acpiphp: Slot [26] registered\n[ 0.334538] acpiphp: Slot [27] registered\n[ 0.335357] acpiphp: Slot [28] registered\n[ 0.336225] acpiphp: Slot [29] registered\n[ 0.337071] acpiphp: Slot [30] registered\n[ 0.337923] acpiphp: Slot [31] registered\n[ 0.338766] PCI host bridge to bus 0000:00\n[ 0.339612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.340849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.342087] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.343572] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.345039] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.351233] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.352531] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.353720] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.355006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.361302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.362761] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408274] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.409767] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411236] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.412673] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.414069] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.415357] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.416548] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.417777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.419338] vgaarb: loaded\n[ 0.419936] vgaarb: bridge control possible 0000:00:02.0\n[ 0.421088] SCSI subsystem initialized\n[ 0.421938] ACPI: bus type USB registered\n[ 0.422771] usbcore: registered new interface driver usbfs\n[ 0.423845] usbcore: registered new interface driver hub\n[ 0.424908] usbcore: registered new device driver usb\n[ 0.426034] PCI: Using ACPI for IRQ routing\n[ 0.427079] NetLabel: Initializing\n[ 0.427813] NetLabel: domain hash size = 128\n[ 0.428685] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.429648] NetLabel: unlabeled traffic allowed by default\n[ 0.430793] clocksource: Switched to clocksource kvm-clock\n[ 0.436633] AppArmor: AppArmor Filesystem Enabled\n[ 0.437616] pnp: PnP ACPI init\n[ 0.438554] pnp: PnP ACPI: found 5 devices\n[ 0.445617] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.447371] NET: Registered protocol family 2\n[ 0.448374] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.449672] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.450868] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.452064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453163] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454354] NET: Registered protocol family 1\n[ 0.455237] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457461] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475791] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.494175] Trying to unpack rootfs image as initramfs...\n[ 0.543663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.558213] Scanning for low memory corruption every 60 seconds\n[ 0.559859] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.561273] audit: initializing netlink subsys (disabled)\n[ 0.562525] audit: type=2000 audit(1543856600.315:1): initialized\n[ 0.564123] Initialise system trusted keyring\n[ 0.565307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566718] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569080] zbud: loaded\n[ 0.569925] VFS: Disk quotas dquot_6.6.0\n[ 0.570944] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572798] fuse init (API version 7.23)\n[ 0.573911] Key type big_key registered\n[ 0.574925] Allocating IMA MOK and blacklist keyrings.\n[ 0.576366] Key type asymmetric registered\n[ 0.577341] Asymmetric key parser 'x509' registered\n[ 0.578501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.580310] io scheduler noop registered\n[ 0.581258] io scheduler deadline registered (default)\n[ 0.582468] io scheduler cfq registered\n[ 0.583503] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.584793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.586313] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.588083] ACPI: Power Button [PWRF]\n[ 0.589127] GHES: HEST is not enabled!\n[ 0.607911] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.644618] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.647151] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.670733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.673218] Linux agpgart interface v0.103\n[ 0.675789] brd: module loaded\n[ 0.677289] loop: module loaded\n[ 0.681977] vda: vda1 vda15\n[ 0.683615] scsi host0: ata_piix\n[ 0.684533] scsi host1: ata_piix\n[ 0.685370] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686605] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.687856] libphy: Fixed MDIO Bus: probed\n[ 0.688754] tun: Universal TUN/TAP device driver, 1.6\n[ 0.689693] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.691594] PPP generic driver version 2.4.2\n[ 0.692470] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.693691] ehci-pci: EHCI PCI platform driver\n[ 0.694548] ehci-platform: EHCI generic platform driver\n[ 0.695532] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.696644] ohci-pci: OHCI PCI platform driver\n[ 0.697500] ohci-platform: OHCI generic platform driver\n[ 0.698471] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717369] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718352] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719793] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.720777] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.721891] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.724503] usb usb1: Product: UHCI Host Controller\n[ 0.725426] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.726546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.727527] hub 1-0:1.0: USB hub found\n[ 0.728284] hub 1-0:1.0: 2 ports detected\n[ 0.729167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.731262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.732189] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.733184] mousedev: PS/2 mouse device common for all mice\n[ 0.734319] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736674] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738365] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.739658] i2c /dev entries driver\n[ 0.740415] device-mapper: uevent: version 1.0.3\n[ 0.741347] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.744290] NET: Registered protocol family 10\n[ 0.745293] NET: Registered protocol family 17\n[ 0.746167] Key type dns_resolver registered\n[ 0.747124] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.748213] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.749292] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.751032] registered taskstats version 1\n[ 0.751854] Loading compiled-in X.509 certificates\n[ 0.753278] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.755122] zswap: loaded using pool lzo/zbud\n[ 0.756648] Key type trusted registered\n[ 0.758353] Key type encrypted registered\n[ 0.759175] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760184] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761200] evm: HMAC attrs: 0x1\n[ 0.762150] Magic number: 14:577:86\n[ 0.762996] rtc_cmos 00:00: setting system clock to 2018-12-03 17:03:20 UTC (1543856600)\n[ 0.764611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.765710] EDD information not available.\n[ 0.843977] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845533] Write protecting the kernel read-only data: 14336k\n[ 0.857473] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.859290] 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.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.059483] 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.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.06. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhTh39+6+ZPOj1QPKW5VPUZYsq22hW/3F1unkQ9WBNSzAbIZsd/KYgEVpvi5XmDtqQluFRxk+HLA+XPnwpxTddJRTRckb6eTlGP1CKqfXMhGRwEAuBgbB6+oynTsSzA95gxJ/yM1nQ2PBwqzfOjv2ndDm5W8OcdRSUgAbcigcb9PbW3jIWjjhGN7LkyFWyO5Oe1G/MLkWfsB6OB9i4Ej4VXh26yfO/EGEmLCPtT82az8h5hBqu7S/dIcpFe0cNxwA03rpl9Xb9MRD1BLDT8oYGvdjSGnRpVj95V0cS1toFayZHdOOH2ZxW+7KxZqofYUxcEz6R8CWPORv8Dehc/viF root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5\nssh-dss AAAAB3NzaC1kc3MAAACBAIVe8wjeOTanAOvAZv+j8e6O0hVWg8IrwIELwHrhtcOJRBIZLTbbo1nsF4j0c82T3GX4zq+Rpkw5HmNWnRSIkg3puD2wA+PWcz51VwdVE1Kcwi3ty10tkCagSSJxkoAjZV32oEhDBVDRjj/xrGYoQS7yBBz8R1ijX8YKz1n9GhO/AAAAFQCXA8o/TWVU0JqcymW3LMdGoch4kwAAAIB2N/9lluO2BM17sB83F49oSiPpgrj80jUOsqe+ZCwU1/rzFfWnViawkAKHXP77a/Z//k5u30+TYQuMPvIRfCf4KfD7qeuP/pDjVyEEOGYO7+7Xs67evvGGzDrWcNCEmiCfkqReSYnY/2UlWw0eDu/JwIWGUcblJmcNjmqwPcz8WwAAAIAV/AKJQ1FuBAKJeAOF9U/YQGom0AroZa+S+GDT3oGvVjO6sXwkUHM/5lE0CQlSNJ3rbIK+CxxC6emqpdlUahg0sQALMo028iB/xCeHgfX28W46jCzTqNxVyTK41Wr9f+Ql/Ur6F/I8i81FEuureySJe44di84UkKdO6Bhr9PYidg== root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5\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:fe08:26bb/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.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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.22 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 login: "} 2018-12-03 17:03:34,645 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97/action used request id req-2c266c54-dea6-4050-a0b6-fa95309fa2ea 2018-12-03 17:03:34,646 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-03 17:03:34,647 - 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 503295021 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.131233] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132926] pid_max: default: 32768 minimum: 301 [ 0.133861] ACPI: Core revision 20150930 [ 0.135282] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136620] Security Framework initialized [ 0.137454] Yama: becoming mindful. [ 0.138195] AppArmor: AppArmor initialized [ 0.139097] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140407] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.141690] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142944] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.144339] Initializing cgroup subsys io [ 0.145171] Initializing cgroup subsys memory [ 0.146049] Initializing cgroup subsys devices [ 0.146978] Initializing cgroup subsys freezer [ 0.147862] Initializing cgroup subsys net_cls [ 0.148750] Initializing cgroup subsys perf_event [ 0.149678] Initializing cgroup subsys net_prio [ 0.150685] Initializing cgroup subsys hugetlb [ 0.151572] Initializing cgroup subsys pids [ 0.152465] CPU: Physical Processor ID: 0 [ 0.153982] mce: CPU supports 10 MCE banks [ 0.154885] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.158181] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.164560] ftrace: allocating 31920 entries in 125 pages [ 0.190207] smpboot: Max logical packages: 2 [ 0.191100] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.192324] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.193700] x2apic enabled [ 0.194542] Switched APIC routing to physical x2apic. [ 0.196303] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.197507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.199652] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.201547] KVM setup paravirtual spinlock [ 0.202930] x86: Booting SMP configuration: [ 0.203819] .... node #0, CPUs: #1 [ 0.204691] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.226693] x86: Booted up 1 node, 2 CPUs [ 0.226695] KVM setup async PF for cpu 1 [ 0.226697] kvm-stealtime: cpu 1, msr f90d940 [ 0.229309] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.230819] devtmpfs: initialized [ 0.232515] evm: security.selinux [ 0.233220] evm: security.SMACK64 [ 0.233924] evm: security.SMACK64EXEC [ 0.234682] evm: security.SMACK64TRANSMUTE [ 0.235511] evm: security.SMACK64MMAP [ 0.236271] evm: security.ima [ 0.236921] evm: security.capability [ 0.237759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239662] pinctrl core: initialized pinctrl subsystem [ 0.240780] RTC time: 17:03:19, date: 12/03/18 [ 0.241761] NET: Registered protocol family 16 [ 0.251620] cpuidle: using governor ladder [ 0.263641] cpuidle: using governor menu [ 0.264455] PCCT header not found. [ 0.265235] ACPI: bus type PCI registered [ 0.266061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.267323] PCI: Using configuration type 1 for base access [ 0.280654] ACPI: Added _OSI(Module Device) [ 0.281510] ACPI: Added _OSI(Processor Device) [ 0.282382] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.283298] ACPI: Added _OSI(Processor Aggregator Device) [ 0.285601] ACPI: Interpreter enabled [ 0.286364] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.288227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.290103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.291958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.293812] ACPI: (supports S0 S5) [ 0.294517] ACPI: Using IOAPIC for interrupt routing [ 0.295614] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.298965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.300105] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.301364] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.302579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.304890] acpiphp: Slot [3] registered [ 0.305744] acpiphp: Slot [4] registered [ 0.306559] acpiphp: Slot [5] registered [ 0.307395] acpiphp: Slot [6] registered [ 0.308202] acpiphp: Slot [7] registered [ 0.309014] acpiphp: Slot [8] registered [ 0.309866] acpiphp: Slot [9] registered [ 0.310712] acpiphp: Slot [10] registered [ 0.321292] acpiphp: Slot [11] registered [ 0.322120] acpiphp: Slot [12] registered [ 0.322944] acpiphp: Slot [13] registered [ 0.323792] acpiphp: Slot [14] registered [ 0.324630] acpiphp: Slot [15] registered [ 0.325473] acpiphp: Slot [16] registered [ 0.326295] acpiphp: Slot [17] registered [ 0.327120] acpiphp: Slot [18] registered [ 0.327950] acpiphp: Slot [19] registered [ 0.328774] acpiphp: Slot [20] registered [ 0.329599] acpiphp: Slot [21] registered [ 0.330421] acpiphp: Slot [22] registered [ 0.331239] acpiphp: Slot [23] registered [ 0.332067] acpiphp: Slot [24] registered [ 0.332887] acpiphp: Slot [25] registered [ 0.333714] acpiphp: Slot [26] registered [ 0.334538] acpiphp: Slot [27] registered [ 0.335357] acpiphp: Slot [28] registered [ 0.336225] acpiphp: Slot [29] registered [ 0.337071] acpiphp: Slot [30] registered [ 0.337923] acpiphp: Slot [31] registered [ 0.338766] PCI host bridge to bus 0000:00 [ 0.339612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.340849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.342087] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.343572] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.345039] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.351233] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.352531] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.353720] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.355006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.361302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.362761] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.408274] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.409767] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.411236] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.412673] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.414069] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.415357] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.416548] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.417777] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.419338] vgaarb: loaded [ 0.419936] vgaarb: bridge control possible 0000:00:02.0 [ 0.421088] SCSI subsystem initialized [ 0.421938] ACPI: bus type USB registered [ 0.422771] usbcore: registered new interface driver usbfs [ 0.423845] usbcore: registered new interface driver hub [ 0.424908] usbcore: registered new device driver usb [ 0.426034] PCI: Using ACPI for IRQ routing [ 0.427079] NetLabel: Initializing [ 0.427813] NetLabel: domain hash size = 128 [ 0.428685] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.429648] NetLabel: unlabeled traffic allowed by default [ 0.430793] clocksource: Switched to clocksource kvm-clock [ 0.436633] AppArmor: AppArmor Filesystem Enabled [ 0.437616] pnp: PnP ACPI init [ 0.438554] pnp: PnP ACPI: found 5 devices [ 0.445617] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.447371] NET: Registered protocol family 2 [ 0.448374] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.449672] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.450868] TCP: Hash tables configured (established 2048 bind 2048) [ 0.452064] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.453163] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.454354] NET: Registered protocol family 1 [ 0.455237] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456366] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457461] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.475791] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.494175] Trying to unpack rootfs image as initramfs... [ 0.543663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.558213] Scanning for low memory corruption every 60 seconds [ 0.559859] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.561273] audit: initializing netlink subsys (disabled) [ 0.562525] audit: type=2000 audit(1543856600.315:1): initialized [ 0.564123] Initialise system trusted keyring [ 0.565307] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.566718] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.569080] zbud: loaded [ 0.569925] VFS: Disk quotas dquot_6.6.0 [ 0.570944] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.572798] fuse init (API version 7.23) [ 0.573911] Key type big_key registered [ 0.574925] Allocating IMA MOK and blacklist keyrings. [ 0.576366] Key type asymmetric registered [ 0.577341] Asymmetric key parser 'x509' registered [ 0.578501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.580310] io scheduler noop registered [ 0.581258] io scheduler deadline registered (default) [ 0.582468] io scheduler cfq registered [ 0.583503] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.584793] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.586313] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.588083] ACPI: Power Button [PWRF] [ 0.589127] GHES: HEST is not enabled! [ 0.607911] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.644618] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.647151] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.670733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.673218] Linux agpgart interface v0.103 [ 0.675789] brd: module loaded [ 0.677289] loop: module loaded [ 0.681977] vda: vda1 vda15 [ 0.683615] scsi host0: ata_piix [ 0.684533] scsi host1: ata_piix [ 0.685370] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.686605] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.687856] libphy: Fixed MDIO Bus: probed [ 0.688754] tun: Universal TUN/TAP device driver, 1.6 [ 0.689693] tun: (C) 1999-2004 Max Krasnyansky [ 0.691594] PPP generic driver version 2.4.2 [ 0.692470] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.693691] ehci-pci: EHCI PCI platform driver [ 0.694548] ehci-platform: EHCI generic platform driver [ 0.695532] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.696644] ohci-pci: OHCI PCI platform driver [ 0.697500] ohci-platform: OHCI generic platform driver [ 0.698471] uhci_hcd: USB Universal Host Controller Interface driver [ 0.717369] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.718352] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.719793] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.720777] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.721891] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.723101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.724503] usb usb1: Product: UHCI Host Controller [ 0.725426] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.726546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.727527] hub 1-0:1.0: USB hub found [ 0.728284] hub 1-0:1.0: 2 ports detected [ 0.729167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.731262] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.732189] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.733184] mousedev: PS/2 mouse device common for all mice [ 0.734319] rtc_cmos 00:00: RTC can wake from S4 [ 0.735501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.736674] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.738365] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.739658] i2c /dev entries driver [ 0.740415] device-mapper: uevent: version 1.0.3 [ 0.741347] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.742962] ledtrig-cpu: registered to indicate activity on CPUs [ 0.744290] NET: Registered protocol family 10 [ 0.745293] NET: Registered protocol family 17 [ 0.746167] Key type dns_resolver registered [ 0.747124] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.748213] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.749292] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.751032] registered taskstats version 1 [ 0.751854] Loading compiled-in X.509 certificates [ 0.753278] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.755122] zswap: loaded using pool lzo/zbud [ 0.756648] Key type trusted registered [ 0.758353] Key type encrypted registered [ 0.759175] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760184] ima: No TPM chip found, activating TPM-bypass! [ 0.761200] evm: HMAC attrs: 0x1 [ 0.762150] Magic number: 14:577:86 [ 0.762996] rtc_cmos 00:00: setting system clock to 2018-12-03 17:03:20 UTC (1543856600) [ 0.764611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.765710] EDD information not available. [ 0.843977] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.845533] Write protecting the kernel read-only data: 14336k [ 0.857473] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.859290] 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.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.059483] 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.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.06. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhTh39+6+ZPOj1QPKW5VPUZYsq22hW/3F1unkQ9WBNSzAbIZsd/KYgEVpvi5XmDtqQluFRxk+HLA+XPnwpxTddJRTRckb6eTlGP1CKqfXMhGRwEAuBgbB6+oynTsSzA95gxJ/yM1nQ2PBwqzfOjv2ndDm5W8OcdRSUgAbcigcb9PbW3jIWjjhGN7LkyFWyO5Oe1G/MLkWfsB6OB9i4Ej4VXh26yfO/EGEmLCPtT82az8h5hBqu7S/dIcpFe0cNxwA03rpl9Xb9MRD1BLDT8oYGvdjSGnRpVj95V0cS1toFayZHdOOH2ZxW+7KxZqofYUxcEz6R8CWPORv8Dehc/viF root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 ssh-dss AAAAB3NzaC1kc3MAAACBAIVe8wjeOTanAOvAZv+j8e6O0hVWg8IrwIELwHrhtcOJRBIZLTbbo1nsF4j0c82T3GX4zq+Rpkw5HmNWnRSIkg3puD2wA+PWcz51VwdVE1Kcwi3ty10tkCagSSJxkoAjZV32oEhDBVDRjj/xrGYoQS7yBBz8R1ijX8YKz1n9GhO/AAAAFQCXA8o/TWVU0JqcymW3LMdGoch4kwAAAIB2N/9lluO2BM17sB83F49oSiPpgrj80jUOsqe+ZCwU1/rzFfWnViawkAKHXP77a/Z//k5u30+TYQuMPvIRfCf4KfD7qeuP/pDjVyEEOGYO7+7Xs67evvGGzDrWcNCEmiCfkqReSYnY/2UlWw0eDu/JwIWGUcblJmcNjmqwPcz8WwAAAIAV/AKJQ1FuBAKJeAOF9U/YQGom0AroZa+S+GDT3oGvVjO6sXwkUHM/5lE0CQlSNJ3rbIK+CxxC6emqpdlUahg0sQALMo028iB/xCeHgfX28W46jCzTqNxVyTK41Wr9f+Ql/Ur6F/I8i81FEuureySJe44di84UkKdO6Bhr9PYidg== root@createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 -----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:fe08:26bb/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.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-00000108 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 launch-index: 0 === cirros: current=0.4.0 uptime=2.22 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-c1d57254-8b06-40a3-8d73-e973f5 login: 2018-12-03 17:03:34,647 - create_instance - INFO - Checking if VM is active 2018-12-03 17:03:34,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:35,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5acbe6bd-4eaa-4676-a744-5fd7dfdc5528 x-compute-request-id: req-5acbe6bd-4eaa-4676-a744-5fd7dfdc5528 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:03:19Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:03:35,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-5acbe6bd-4eaa-4676-a744-5fd7dfdc5528 2018-12-03 17:03:35,011 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst] is - ACTIVE 2018-12-03 17:03:35,011 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:03:35,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:35,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03: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-52cf61f0-aca9-4c7f-813a-a7fc68b9fe53 x-compute-request-id: req-52cf61f0-aca9-4c7f-813a-a7fc68b9fe53 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp"}, {"name": "default"}], "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:03:19Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:03:35,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-52cf61f0-aca9-4c7f-813a-a7fc68b9fe53 2018-12-03 17:03:35,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:35,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6ebb72a4-22ac-4b4d-a515-16d021755464 Date: Mon, 03 Dec 2018 17:03: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":["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"],"updated_at":"2018-12-03T17:01:47Z","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81d4a8eaa5b24525b8689ac731dff2bc","id":"f20e6172-d461-4ff4-a351-21583d49445c","name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net"}]} 2018-12-03 17:03:35,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net used request id req-6ebb72a4-22ac-4b4d-a515-16d021755464 2018-12-03 17:03:35,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:35,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17be5faa-d807-4415-ad22-be04b4fc3843 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:03:35,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-17be5faa-d807-4415-ad22-be04b4fc3843 2018-12-03 17:03:35,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:35,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cb3c2429-c57b-4f87-aa2e-88b9de5b9a05 Date: Mon, 03 Dec 2018 17:03:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","dns_nameservers":[],"updated_at":"2018-12-03T17:01: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":"81d4a8eaa5b24525b8689ac731dff2bc","id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet"}]} 2018-12-03 17:03:35,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-cb3c2429-c57b-4f87-aa2e-88b9de5b9a05 2018-12-03 17:03:35,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:35,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-0b4f9626-8898-47ea-85bf-103b2afae7b9 Date: Mon, 03 Dec 2018 17:03:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.3"}],"id":"0bb92431-2cb3-4b41-ab6a-169ddd334ed6","security_groups":[],"mac_address":"fa:16:3e:fc:9c:98","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:03:20Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.14"}],"id":"47976ac7-d746-4369-b8c4-6245fef77f02","security_groups":["083d7b8f-c4bb-401b-a75e-03704c3442db","55556390-e0b6-4d3a-90fe-eb237e694620"],"mac_address":"fa:16:3e:08:26:bb","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:02:07Z","binding:vnic_type":"normal","device_id":"d32bbfba-05ca-4385-8418-93ddd06f6c97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.2"}],"id":"8030e388-7f6d-4f9d-9ea2-3d07cf2347a8","security_groups":[],"mac_address":"fa:16:3e:e2:c2:f0","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f20e6172-d461-4ff4-a351-21583d49445c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:02:10Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.1"}],"id":"82641e88-b21d-42c9-a5e2-03652c3b23e3","security_groups":[],"mac_address":"fa:16:3e:c5:7a:c2","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:56Z","binding:vnic_type":"normal","device_id":"e2cb6185-6022-40b5-8466-30c79aca82f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:01:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d98772d-aedf-4b0f-89a2-eea5e96dcbbc","ip_address":"10.55.1.4"}],"id":"ea593f9f-aae9-49d7-aa39-91febe9cafb4","security_groups":[],"mac_address":"fa:16:3e:da:ae:cc","project_id":"81d4a8eaa5b24525b8689ac731dff2bc","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f20e6172-d461-4ff4-a351-21583d49445c","tenant_id":"81d4a8eaa5b24525b8689ac731dff2bc","created_at":"2018-12-03T17:01:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f20e6172-d461-4ff4-a351-21583d49445c"}]} 2018-12-03 17:03:35,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=f20e6172-d461-4ff4-a351-21583d49445c used request id req-0b4f9626-8898-47ea-85bf-103b2afae7b9 2018-12-03 17:03:35,878 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:03:35,880 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a6fe9d0L 2018-12-03 17:03:35,881 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:03:35,881 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:03:35,881 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:03:35,882 - 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-12-03 17:03:35,883 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:03:35,883 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:03:35,883 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:03:35,883 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:03:35,883 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:03:35,900 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:03:35,900 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:03:35,913 - paramiko.transport - DEBUG - Trying key 25a649459b90c462204c256147ec48e2 from tmp/CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2 2018-12-03 17:03:35,940 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:03:35,945 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:03:36,046 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:03:36,090 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:03:36,090 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:03:36,092 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a6fe9d0L 2018-12-03 17:03:36,092 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:03:36,092 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:03:36,093 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:03:36,094 - 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-12-03 17:03:36,094 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:03:36,094 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:03:36,094 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:03:36,095 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:03:36,095 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:03:36,112 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:03:36,112 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:03:36,124 - paramiko.transport - DEBUG - Trying key 25a649459b90c462204c256147ec48e2 from tmp/CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2 2018-12-03 17:03:36,152 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:03:36,155 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:03:36,156 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:03:36,157 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-03 17:03:36,157 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:03:36,158 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:03:36,160 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:03:36,161 - create_instance - INFO - Deleting Floating IP - 172.30.9.202 2018-12-03 17:03:36,161 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.202 2018-12-03 17:03:36,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/floatingips/ed57d344-2df3-4bd5-b331-6df261a49d31 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:37,141 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c4e0787-0049-40bb-a5e7-56079c21a2c8 Content-Length: 0 Date: Mon, 03 Dec 2018 17:03:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:03:37,142 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/ed57d344-2df3-4bd5-b331-6df261a49d31 used request id req-8c4e0787-0049-40bb-a5e7-56079c21a2c8 2018-12-03 17:03:37,142 - create_instance - INFO - Deleting Port with ID - 47976ac7-d746-4369-b8c4-6245fef77f02 2018-12-03 17:03:37,142 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2port-1 2018-12-03 17:03:37,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/47976ac7-d746-4369-b8c4-6245fef77f02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:37,671 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7093e91-14f2-44ec-8bb8-5690df685e76 Date: Mon, 03 Dec 2018 17:03:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:03:37,671 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/47976ac7-d746-4369-b8c4-6245fef77f02 used request id req-f7093e91-14f2-44ec-8bb8-5690df685e76 2018-12-03 17:03:37,671 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst 2018-12-03 17:03:37,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:37,818 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:03:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0e880ac7-590f-4f60-81fe-55b947e4c1a6 x-compute-request-id: req-0e880ac7-590f-4f60-81fe-55b947e4c1a6 Content-Type: application/json 2018-12-03 17:03:37,818 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-0e880ac7-590f-4f60-81fe-55b947e4c1a6 2018-12-03 17:03:37,819 - create_instance - INFO - Checking deletion status 2018-12-03 17:03:37,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:38,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd5c8fa7-5a79-40d7-8d40-9776ee807d9c x-compute-request-id: req-bd5c8fa7-5a79-40d7-8d40-9776ee807d9c Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:26:bb", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97", "rel": "bookmark"}], "image": {"id": "fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "links": [{"href": "http://172.30.9.30:8774/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:02:17.000000", "flavor": {"id": "128200e0-0c57-47aa-8f1d-855d9d043843", "links": [{"href": "http://172.30.9.30:8774/flavors/128200e0-0c57-47aa-8f1d-855d9d043843", "rel": "bookmark"}]}, "id": "d32bbfba-05ca-4385-8418-93ddd06f6c97", "user_id": "d8b89879182f43ed96dc18bbaa60ac9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:03:37Z", "hostId": "8b3241027272f4bbff81b9492dc8c8b6f993f6afc031f9e9da0ecdbd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp", "name": "CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst", "created": "2018-12-03T17:02:11Z", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:03:38,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-bd5c8fa7-5a79-40d7-8d40-9776ee807d9c 2018-12-03 17:03:38,068 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst] is - ACTIVE 2018-12-03 17:03:38,068 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:03:41,071 - create_instance - DEBUG - VM status query timeout in 296.747585058 2018-12-03 17:03:41,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f143ed61e47201e5e2f7e21b66d46886d76410" 2018-12-03 17:03:41,123 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 17:03:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-86cc37ce-d957-482a-8635-6c04bcf5de7c x-compute-request-id: req-86cc37ce-d957-482a-8635-6c04bcf5de7c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d32bbfba-05ca-4385-8418-93ddd06f6c97 could not be found.", "code": 404}} 2018-12-03 17:03:41,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d32bbfba-05ca-4385-8418-93ddd06f6c97 used request id req-86cc37ce-d957-482a-8635-6c04bcf5de7c 2018-12-03 17:03:41,124 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d32bbfba-05ca-4385-8418-93ddd06f6c97 could not be found. (HTTP 404) (Request-ID: req-86cc37ce-d957-482a-8635-6c04bcf5de7c) 2018-12-03 17:03:41,124 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-inst 2018-12-03 17:03:41,124 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp 2018-12-03 17:03:41,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e3e5b3f598ec638d0e30bc716dc1cde57e0991" 2018-12-03 17:03:41,181 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:03:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b4db3dd7-50fc-44f0-9ec3-684397478c6d x-compute-request-id: req-b4db3dd7-50fc-44f0-9ec3-684397478c6d Content-Length: 0 Content-Type: application/json 2018-12-03 17:03:41,182 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-kp used request id req-b4db3dd7-50fc-44f0-9ec3-684397478c6d 2018-12-03 17:03:41,182 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2.pub] 2018-12-03 17:03:41,182 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2] 2018-12-03 17:03:41,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/128200e0-0c57-47aa-8f1d-855d9d043843 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89cc6ad35585b6cd4444b23780dddd71225b31c1" 2018-12-03 17:03:41,239 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:03:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-281c35a0-0b6e-4613-a7ba-bb4e956875db x-compute-request-id: req-281c35a0-0b6e-4613-a7ba-bb4e956875db Content-Length: 0 Content-Type: application/json 2018-12-03 17:03:41,239 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/128200e0-0c57-47aa-8f1d-855d9d043843 used request id req-281c35a0-0b6e-4613-a7ba-bb4e956875db 2018-12-03 17:03:41,240 - neutron_utils - INFO - Deleting security group rule with ID - 63545498-d02a-4f7f-b9fe-add69de37301 2018-12-03 17:03:41,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/63545498-d02a-4f7f-b9fe-add69de37301 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:03:41,501 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8f9539d0-7799-4bf9-81b7-dc06e293da41 Content-Length: 0 Date: Mon, 03 Dec 2018 17:03:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:03:41,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/63545498-d02a-4f7f-b9fe-add69de37301 used request id req-8f9539d0-7799-4bf9-81b7-dc06e293da41 2018-12-03 17:03:41,502 - neutron_utils - INFO - Deleting security group rule with ID - 245f21c8-06c9-446f-ba10-366d3f90a340 2018-12-03 17:03:41,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/245f21c8-06c9-446f-ba10-366d3f90a340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:03:41,760 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-134a8529-c577-4126-a60a-04db247be737 Content-Length: 0 Date: Mon, 03 Dec 2018 17:03:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:03:41,760 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/245f21c8-06c9-446f-ba10-366d3f90a340 used request id req-134a8529-c577-4126-a60a-04db247be737 2018-12-03 17:03:41,760 - neutron_utils - INFO - Deleting security group rule with ID - 3d40f8fb-a2cd-4eaa-b8da-8ed95f6ae6b3 2018-12-03 17:03:41,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/3d40f8fb-a2cd-4eaa-b8da-8ed95f6ae6b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:03:41,867 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ce449e6-d740-425c-ad02-4dd600fc381b Content-Length: 0 Date: Mon, 03 Dec 2018 17:03:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:03:41,868 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/3d40f8fb-a2cd-4eaa-b8da-8ed95f6ae6b3 used request id req-7ce449e6-d740-425c-ad02-4dd600fc381b 2018-12-03 17:03:41,868 - neutron_utils - INFO - Deleting security group rule with ID - 30aa0991-cc24-4ca1-a23f-efbdaa11b80f 2018-12-03 17:03:41,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/30aa0991-cc24-4ca1-a23f-efbdaa11b80f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:03:42,204 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73b812fd-e45b-4b83-8486-44e11659d8ed Content-Length: 0 Date: Mon, 03 Dec 2018 17:03:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:03:42,204 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/30aa0991-cc24-4ca1-a23f-efbdaa11b80f used request id req-73b812fd-e45b-4b83-8486-44e11659d8ed 2018-12-03 17:03:42,204 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-sec-grp 2018-12-03 17:03:42,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/083d7b8f-c4bb-401b-a75e-03704c3442db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d7c7aa23f963620ea252aaebe15aa2b76d4dde" 2018-12-03 17:03:42,506 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72e88a1c-9359-446d-b27a-780747bf8103 Content-Length: 0 Date: Mon, 03 Dec 2018 17:03:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:03:42,506 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/083d7b8f-c4bb-401b-a75e-03704c3442db used request id req-72e88a1c-9359-446d-b27a-780747bf8103 2018-12-03 17:03:42,507 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router and subnet CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet 2018-12-03 17:03:42,507 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router 2018-12-03 17:03:42,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/e2cb6185-6022-40b5-8466-30c79aca82f5/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" -d '{"subnet_id": "7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"}' 2018-12-03 17:03:44,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-882f2292-d8dd-4949-b71c-0e9d357b9f7f Date: Mon, 03 Dec 2018 17:03:44 GMT RESP BODY: {"network_id": "f20e6172-d461-4ff4-a351-21583d49445c", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "subnet_id": "7d98772d-aedf-4b0f-89a2-eea5e96dcbbc", "subnet_ids": ["7d98772d-aedf-4b0f-89a2-eea5e96dcbbc"], "port_id": "82641e88-b21d-42c9-a5e2-03652c3b23e3", "id": "e2cb6185-6022-40b5-8466-30c79aca82f5"} 2018-12-03 17:03:44,171 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/e2cb6185-6022-40b5-8466-30c79aca82f5/remove_router_interface used request id req-882f2292-d8dd-4949-b71c-0e9d357b9f7f 2018-12-03 17:03:44,171 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router 2018-12-03 17:03:44,172 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-router 2018-12-03 17:03:44,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/e2cb6185-6022-40b5-8466-30c79aca82f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf1f5f8ae9995a795d8240d3e3d39bf07a42491" 2018-12-03 17:03:47,679 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-87bb7315-de88-4e45-ab4c-8297126aa9b1 Content-Length: 0 Date: Mon, 03 Dec 2018 17:03:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:03:47,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/e2cb6185-6022-40b5-8466-30c79aca82f5 used request id req-87bb7315-de88-4e45-ab4c-8297126aa9b1 2018-12-03 17:03:47,680 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet 2018-12-03 17:03:47,680 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-subnet 2018-12-03 17:03:47,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/7d98772d-aedf-4b0f-89a2-eea5e96dcbbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad4ef9769936cc6b6dda436a160571f24171e79" 2018-12-03 17:03:50,114 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db7b1192-7bb0-4e9a-b638-94711c514389 Date: Mon, 03 Dec 2018 17:03:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:03:50,115 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/7d98772d-aedf-4b0f-89a2-eea5e96dcbbc used request id req-db7b1192-7bb0-4e9a-b638-94711c514389 2018-12-03 17:03:50,115 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-pub-net 2018-12-03 17:03:50,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/f20e6172-d461-4ff4-a351-21583d49445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad4ef9769936cc6b6dda436a160571f24171e79" 2018-12-03 17:03:51,500 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ae320e9-cb48-47bd-89a4-fb72622c612a Date: Mon, 03 Dec 2018 17:03:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:03:51,500 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/f20e6172-d461-4ff4-a351-21583d49445c used request id req-0ae320e9-cb48-47bd-89a4-fb72622c612a 2018-12-03 17:03:51,501 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-c1d57254-8b06-40a3-8d73-e973f54fedf2-image 2018-12-03 17:03:51,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}811ef74884853ef752ac4928091d3055eeb0bf3d" 2018-12-03 17:03:52,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f2d0650f-68dd-4308-90a7-1f36871f0031 Date: Mon, 03 Dec 2018 17:03:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:03:52,679 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/fc6a2727-d7eb-4cbd-b897-176f0bf2496c used request id req-f2d0650f-68dd-4308-90a7-1f36871f0031 2018-12-03 17:03:52,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:03:52,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c2f1d8fd-9f14-4482-9535-0b10ec7a650b Date: Mon, 03 Dec 2018 17:03:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:01:46Z", "updated_at": "2018-12-03T17:01:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:01:46Z", "revision_number": 0, "id": "30aaaff0-51c3-42e8-934e-1aa013f75fe4", "remote_group_id": "55556390-e0b6-4d3a-90fe-eb237e694620", "remote_ip_prefix": null, "created_at": "2018-12-03T17:01:46Z", "security_group_id": "55556390-e0b6-4d3a-90fe-eb237e694620", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:01:46Z", "revision_number": 0, "id": "4e9a8662-7651-49ed-a0f2-d473c43fa454", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:01:46Z", "security_group_id": "55556390-e0b6-4d3a-90fe-eb237e694620", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:01:46Z", "revision_number": 0, "id": "5992a68f-842a-4287-913c-3bd778e63a6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:01:46Z", "security_group_id": "55556390-e0b6-4d3a-90fe-eb237e694620", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:01:46Z", "revision_number": 0, "id": "bf4c098d-ccb5-45e6-8aa8-e9aad4ba748e", "remote_group_id": "55556390-e0b6-4d3a-90fe-eb237e694620", "remote_ip_prefix": null, "created_at": "2018-12-03T17:01:46Z", "security_group_id": "55556390-e0b6-4d3a-90fe-eb237e694620", "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc"}], "revision_number": 4, "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "55556390-e0b6-4d3a-90fe-eb237e694620", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 17:03:52,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-c2f1d8fd-9f14-4482-9535-0b10ec7a650b 2018-12-03 17:03:52,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:03:53,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcaa257a-8719-4baa-a536-b112e8c68912 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 17:03:53,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-dcaa257a-8719-4baa-a536-b112e8c68912 2018-12-03 17:03:53,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:03:53,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e5a318e-4166-4a42-ad86-b23403da6dee Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 17:03:53,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-4e5a318e-4166-4a42-ad86-b23403da6dee 2018-12-03 17:03:53,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:03:53,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e15dfb81-6b93-4f31-848c-1cb93ab28ea8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc"}, "enabled": true, "id": "81d4a8eaa5b24525b8689ac731dff2bc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj"}} 2018-12-03 17:03:53,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-e15dfb81-6b93-4f31-848c-1cb93ab28ea8 2018-12-03 17:03:53,210 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 55556390-e0b6-4d3a-90fe-eb237e694620 2018-12-03 17:03:53,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=55556390-e0b6-4d3a-90fe-eb237e694620 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:03:53,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-80530834-fba8-4154-a9d0-65dc982dae44 Date: Mon, 03 Dec 2018 17:03:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "55556390-e0b6-4d3a-90fe-eb237e694620", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:01:46Z", "security_group_id": "55556390-e0b6-4d3a-90fe-eb237e694620", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:01:46Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "30aaaff0-51c3-42e8-934e-1aa013f75fe4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:01:46Z", "security_group_id": "55556390-e0b6-4d3a-90fe-eb237e694620", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:01:46Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "4e9a8662-7651-49ed-a0f2-d473c43fa454"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:01:46Z", "security_group_id": "55556390-e0b6-4d3a-90fe-eb237e694620", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:01:46Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "5992a68f-842a-4287-913c-3bd778e63a6e"}, {"remote_group_id": "55556390-e0b6-4d3a-90fe-eb237e694620", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:01:46Z", "security_group_id": "55556390-e0b6-4d3a-90fe-eb237e694620", "port_range_min": null, "revision_number": 0, "tenant_id": "81d4a8eaa5b24525b8689ac731dff2bc", "created_at": "2018-12-03T17:01:46Z", "project_id": "81d4a8eaa5b24525b8689ac731dff2bc", "id": "bf4c098d-ccb5-45e6-8aa8-e9aad4ba748e"}]} 2018-12-03 17:03:53,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=55556390-e0b6-4d3a-90fe-eb237e694620 used request id req-80530834-fba8-4154-a9d0-65dc982dae44 2018-12-03 17:03:53,401 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 17:03:53,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/55556390-e0b6-4d3a-90fe-eb237e694620 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:03:53,740 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-903d3b39-b732-40f6-8f99-a40267ddae6a Content-Length: 0 Date: Mon, 03 Dec 2018 17:03:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:03:53,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/55556390-e0b6-4d3a-90fe-eb237e694620 used request id req-903d3b39-b732-40f6-8f99-a40267ddae6a 2018-12-03 17:03:53,741 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj 2018-12-03 17:03:53,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:03:54,046 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:03:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa0045e1-b25b-4112-aa1c-e832126f95f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:03:54,046 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/81d4a8eaa5b24525b8689ac731dff2bc used request id req-aa0045e1-b25b-4112-aa1c-e832126f95f5 2018-12-03 17:03:54,047 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-proj-role 2018-12-03 17:03:54,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/0d512c4229c54352ac9a2e181501202c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:03:54,164 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:03:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a48a293f-b3f4-44ce-81f7-dbb7c3524b82 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:03:54,164 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/0d512c4229c54352ac9a2e181501202c used request id req-a48a293f-b3f4-44ce-81f7-dbb7c3524b82 2018-12-03 17:03:54,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6198d35e11afe333f76fa5ae3193828b633cfde" 2018-12-03 17:03:54,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-343ab12c-0733-40ec-b7f8-972d27fe6ee2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:03:54,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-343ab12c-0733-40ec-b7f8-972d27fe6ee2 2018-12-03 17:03:54,259 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-a8dff82b-b683-4a6-user 2018-12-03 17:03:54,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/d8b89879182f43ed96dc18bbaa60ac9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e8a99dacf9972f49aca9ad29e3f801999ccf3ab" 2018-12-03 17:03:54,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:03:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d2b9709-64bf-42a1-9ef3-d1ae2bba3137 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:03:54,466 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d8b89879182f43ed96dc18bbaa60ac9e used request id req-5d2b9709-64bf-42a1-9ef3-d1ae2bba3137 2018-12-03 17:03:54,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:03:54,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:03:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["WBGRwcReT8-wCNGkchkdYw"], "issued_at": "2018-12-03T17:03:54.000000Z"}} 2018-12-03 17:03:54,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3b3b20451b4743d6916c13a1ffdd2787a0ab1d" 2018-12-03 17:03:54,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b40317d-35d8-4e27-9e9c-3d8fd24c734a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:03:54,957 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1b40317d-35d8-4e27-9e9c-3d8fd24c734a 2018-12-03 17:03:54,959 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:03:54,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:03:55,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:03:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["x3LihVUJREu5GK6BhM40EQ"], "issued_at": "2018-12-03T17:03:55.000000Z"}} 2018-12-03 17:03:55,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:03:55,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37864a1d-7412-42ec-a656-5a7cbdde0a27 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:03:55,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-37864a1d-7412-42ec-a656-5a7cbdde0a27 2018-12-03 17:03:55,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:03:55,425 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:03: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:03:55,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:03:55,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c8a534-5473-42bc-b02c-1a849882c234 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 17:03:55,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj used request id req-85c8a534-5473-42bc-b02c-1a849882c234 2018-12-03 17:03:55,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:03:55,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd655581-2a86-4a19-aeed-42d44e4135b4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:03:55,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-fd655581-2a86-4a19-aeed-42d44e4135b4 2018-12-03 17:03:55,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}}' 2018-12-03 17:03:55,732 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:03:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6b1a27e-598a-45ba-a0a4-68f07bd04099 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:03:55,733 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-a6b1a27e-598a-45ba-a0a4-68f07bd04099 2018-12-03 17:03:55,733 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj 2018-12-03 17:03:55,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:03:55,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:03:56,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:03:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["faxfW440SHiBhAsGLz7BQA"], "issued_at": "2018-12-03T17:03:56.000000Z"}} 2018-12-03 17:03:56,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce400b6e8714deeb7f9e7e43f3fa5fa2388bdf7c" 2018-12-03 17:03:56,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79e1f873-51b4-4f5a-b523-acc778ca0cf6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:03:56,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-79e1f873-51b4-4f5a-b523-acc778ca0cf6 2018-12-03 17:03:56,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:03:56,205 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:03: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:03:56,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce400b6e8714deeb7f9e7e43f3fa5fa2388bdf7c" 2018-12-03 17:03:56,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-520a2887-6db9-4bcb-91fc-cced5734b46a Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:03:56,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-520a2887-6db9-4bcb-91fc-cced5734b46a 2018-12-03 17:03:56,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce400b6e8714deeb7f9e7e43f3fa5fa2388bdf7c" 2018-12-03 17:03:56,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-676a9ca8-1e2b-42e4-a037-6d45fe22132b Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}]} 2018-12-03 17:03:56,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj used request id req-676a9ca8-1e2b-42e4-a037-6d45fe22132b 2018-12-03 17:03:56,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce400b6e8714deeb7f9e7e43f3fa5fa2388bdf7c" 2018-12-03 17:03:56,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0feae6ba-c0c5-4c5a-a254-483b8dedd46e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:03:56,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-0feae6ba-c0c5-4c5a-a254-483b8dedd46e 2018-12-03 17:03:56,852 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-user 2018-12-03 17:03:56,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:03:56,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:03:56,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec6acc54-7210-42a8-981d-db9f0cb98939 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:03:56,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ec6acc54-7210-42a8-981d-db9f0cb98939 2018-12-03 17:03:56,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj-role"}}' 2018-12-03 17:03:56,990 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:03:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-464f15bc-59e6-40e5-91a7-54aea4bb2030 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b028fb57fa5b44a6addd0e634f635bf5", "links": {"self": "http://172.30.9.30:5000/v3/roles/b028fb57fa5b44a6addd0e634f635bf5"}, "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj-role"}} 2018-12-03 17:03:56,990 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-464f15bc-59e6-40e5-91a7-54aea4bb2030 2018-12-03 17:03:56,990 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj-role 2018-12-03 17:03:56,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/b028fb57fa5b44a6addd0e634f635bf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:03:57,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e47f0cf-54cc-4810-b565-a17f3c1a0613 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/b028fb57fa5b44a6addd0e634f635bf5"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj-role", "id": "b028fb57fa5b44a6addd0e634f635bf5"}} 2018-12-03 17:03:57,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/b028fb57fa5b44a6addd0e634f635bf5 used request id req-6e47f0cf-54cc-4810-b565-a17f3c1a0613 2018-12-03 17:03:57,076 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj-role to project CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj 2018-12-03 17:03:57,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c/users/55bed53ea3b14aec810ec5cb6c4b5dab/roles/b028fb57fa5b44a6addd0e634f635bf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:03:57,208 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:03:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b43d4b98-7f14-4b54-b4f1-5641311bc4b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:03:57,208 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c/users/55bed53ea3b14aec810ec5cb6c4b5dab/roles/b028fb57fa5b44a6addd0e634f635bf5 used request id req-b43d4b98-7f14-4b54-b4f1-5641311bc4b0 2018-12-03 17:03:57,209 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:03:57,210 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 17:03:57,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:03:57,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:03:57,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b028fb57fa5b44a6addd0e634f635bf5", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj-role"}], "expires_at": "2018-12-03T18:03:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14362c3ad7544404bbfa408996af4c7c", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-user", "id": "55bed53ea3b14aec810ec5cb6c4b5dab"}, "audit_ids": ["4F687SA9RnS-ND-H5RZtdg"], "issued_at": "2018-12-03T17:03:57.000000Z"}} 2018-12-03 17:03:57,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a68ce72e0a40f11c76f69679f12678bf1e0a0914" 2018-12-03 17:03:57,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2bc03bc-3bb7-49ab-93a3-85117f899eb0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:03:57,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f2bc03bc-3bb7-49ab-93a3-85117f899eb0 2018-12-03 17:03:57,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a68ce72e0a40f11c76f69679f12678bf1e0a0914" 2018-12-03 17:03:57,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-9465af6b-c0b3-482c-aac4-02c9acbc34c9 Date: Mon, 03 Dec 2018 17:03:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image"} 2018-12-03 17:03:57,900 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image used request id req-9465af6b-c0b3-482c-aac4-02c9acbc34c9 2018-12-03 17:03:57,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a68ce72e0a40f11c76f69679f12678bf1e0a0914" 2018-12-03 17:03:58,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-428e0c17-4055-4bf9-a743-bf8eab3c8de0 Date: Mon, 03 Dec 2018 17: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-12-03 17:03:58,065 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-428e0c17-4055-4bf9-a743-bf8eab3c8de0 2018-12-03 17:03:58,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a68ce72e0a40f11c76f69679f12678bf1e0a0914" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image"}' 2018-12-03 17:03:58,293 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62 X-Openstack-Request-Id: req-0a635631-16ed-448f-a32e-1e1d4195cc11 Date: Mon, 03 Dec 2018 17:03:58 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:03:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T17:03:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62", "min_disk": 0, "protected": false, "id": "137155bb-89cc-4c75-98ef-3875ac208a62", "file": "/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62/file", "checksum": null, "owner": "14362c3ad7544404bbfa408996af4c7c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:03:58,293 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-0a635631-16ed-448f-a32e-1e1d4195cc11 2018-12-03 17:03:58,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a68ce72e0a40f11c76f69679f12678bf1e0a0914" -d '' 2018-12-03 17:03:59,444 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ca1d6446-1b9f-41d0-8734-b678dd8a01ef Date: Mon, 03 Dec 2018 17:03:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:03:59,444 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62/file used request id req-ca1d6446-1b9f-41d0-8734-b678dd8a01ef 2018-12-03 17:03:59,444 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 17:03:59,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a68ce72e0a40f11c76f69679f12678bf1e0a0914" 2018-12-03 17:03:59,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-a1cac3ba-b53d-4b2a-8c10-cf4e823a0d10 Date: Mon, 03 Dec 2018 17:03:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:03:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:03:59Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/137155bb-89cc-4c75-98ef-3875ac208a62/snap", "metadata": {}}], "self": "/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62", "min_disk": 0, "protected": false, "id": "137155bb-89cc-4c75-98ef-3875ac208a62", "file": "/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "14362c3ad7544404bbfa408996af4c7c", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/137155bb-89cc-4c75-98ef-3875ac208a62/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:03:59,610 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62 used request id req-a1cac3ba-b53d-4b2a-8c10-cf4e823a0d10 2018-12-03 17:03:59,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a68ce72e0a40f11c76f69679f12678bf1e0a0914" 2018-12-03 17:03:59,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f5e03aa5-3fc9-48ff-a7d6-506cde3e10b3 Date: Mon, 03 Dec 2018 17:03: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-12-03 17:03:59,763 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-f5e03aa5-3fc9-48ff-a7d6-506cde3e10b3 2018-12-03 17:03:59,766 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image 2018-12-03 17:03:59,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a68ce72e0a40f11c76f69679f12678bf1e0a0914" 2018-12-03 17:03:59,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-9ca4dd55-1ba0-4565-809f-976c487b9ddd Date: Mon, 03 Dec 2018 17:03:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:03:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:03:59Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/137155bb-89cc-4c75-98ef-3875ac208a62/snap", "metadata": {}}], "self": "/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62", "min_disk": 0, "protected": false, "id": "137155bb-89cc-4c75-98ef-3875ac208a62", "file": "/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "14362c3ad7544404bbfa408996af4c7c", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/137155bb-89cc-4c75-98ef-3875ac208a62/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:03:59,931 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62 used request id req-9ca4dd55-1ba0-4565-809f-976c487b9ddd 2018-12-03 17:03:59,931 - create_image - DEBUG - Instance status is - active 2018-12-03 17:03:59,932 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image 2018-12-03 17:03:59,932 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image 2018-12-03 17:03:59,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:03:59,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:04:00,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b028fb57fa5b44a6addd0e634f635bf5", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj-role"}], "expires_at": "2018-12-03T18:04:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14362c3ad7544404bbfa408996af4c7c", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-user", "id": "55bed53ea3b14aec810ec5cb6c4b5dab"}, "audit_ids": ["i4-TMpGXRm64-uUXBkb8GQ"], "issued_at": "2018-12-03T17:04:00.000000Z"}} 2018-12-03 17:04:00,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c0ee05ab586413b4ace9ac7294f00dffaca578" 2018-12-03 17:04:00,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e7e3896-21c5-4502-8bd6-99ae8ae20f0b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:04:00,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8e7e3896-21c5-4502-8bd6-99ae8ae20f0b 2018-12-03 17:04:00,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c0ee05ab586413b4ace9ac7294f00dffaca578" 2018-12-03 17:04:00,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c9e67c78-e587-4ef0-a38e-4ba38578047d Date: Mon, 03 Dec 2018 17:04:00 GMT RESP BODY: {"networks":[]} 2018-12-03 17:04:00,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net used request id req-c9e67c78-e587-4ef0-a38e-4ba38578047d 2018-12-03 17:04:00,549 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net 2018-12-03 17:04:00,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c0ee05ab586413b4ace9ac7294f00dffaca578" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net", "admin_state_up": true}}' 2018-12-03 17:04:01,054 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-dd6a87b3-a714-433a-a52e-eff5569095ee Date: Mon, 03 Dec 2018 17:04:01 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"603671ae-815d-4005-a63c-1d178043255f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T17:04:00Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:00Z","mtu":1450}} 2018-12-03 17:04:01,054 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-dd6a87b3-a714-433a-a52e-eff5569095ee 2018-12-03 17:04:01,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c0ee05ab586413b4ace9ac7294f00dffaca578" 2018-12-03 17:04:01,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-10f2d475-433a-4f54-a00d-266e6f7f4432 Date: Mon, 03 Dec 2018 17:04: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-12-03T17:04:00Z","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"14362c3ad7544404bbfa408996af4c7c","id":"603671ae-815d-4005-a63c-1d178043255f","name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net"}]} 2018-12-03 17:04:01,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=603671ae-815d-4005-a63c-1d178043255f used request id req-10f2d475-433a-4f54-a00d-266e6f7f4432 2018-12-03 17:04:01,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c0ee05ab586413b4ace9ac7294f00dffaca578" 2018-12-03 17:04:01,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ec5172bb-d097-490f-97d8-a08f4fb6f4a1 Date: Mon, 03 Dec 2018 17:04:01 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:04:01,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-ec5172bb-d097-490f-97d8-a08f4fb6f4a1 2018-12-03 17:04:01,464 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet 2018-12-03 17:04:01,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c0ee05ab586413b4ace9ac7294f00dffaca578" -d '{"subnets": [{"ip_version": 4, "network_id": "603671ae-815d-4005-a63c-1d178043255f", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]}' 2018-12-03 17:04:02,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6440cbfe-526e-43f7-bae0-511428f605bf Date: Mon, 03 Dec 2018 17:04:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]} 2018-12-03 17:04:02,282 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-6440cbfe-526e-43f7-bae0-511428f605bf 2018-12-03 17:04:02,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c0ee05ab586413b4ace9ac7294f00dffaca578" 2018-12-03 17:04:02,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-55ef48a9-c369-4303-a86d-9ec88a590e45 Date: Mon, 03 Dec 2018 17:04: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":["84c8d9f4-2d19-46cd-aa37-1207fe249db5"],"updated_at":"2018-12-03T17:04:02Z","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14362c3ad7544404bbfa408996af4c7c","id":"603671ae-815d-4005-a63c-1d178043255f","name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net"}]} 2018-12-03 17:04:02,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=603671ae-815d-4005-a63c-1d178043255f used request id req-55ef48a9-c369-4303-a86d-9ec88a590e45 2018-12-03 17:04:02,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c0ee05ab586413b4ace9ac7294f00dffaca578" 2018-12-03 17:04:02,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-46df2efc-efa7-40c5-b2ef-2cf9e0e39ba3 Date: Mon, 03 Dec 2018 17:04:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]} 2018-12-03 17:04:02,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-46df2efc-efa7-40c5-b2ef-2cf9e0e39ba3 2018-12-03 17:04:02,599 - OpenStackNetwork - DEBUG - Network [603671ae-815d-4005-a63c-1d178043255f] created successfully 2018-12-03 17:04:02,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:04:02,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:04:02,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b028fb57fa5b44a6addd0e634f635bf5", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj-role"}], "expires_at": "2018-12-03T18:04:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14362c3ad7544404bbfa408996af4c7c", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-user", "id": "55bed53ea3b14aec810ec5cb6c4b5dab"}, "audit_ids": ["6Jfk0_kHSbOp-yygUjE7_Q"], "issued_at": "2018-12-03T17:04:02.000000Z"}} 2018-12-03 17:04:02,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" 2018-12-03 17:04:03,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8f10d96-06f8-424e-9e06-1acb237b75ce Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:04:03,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f8f10d96-06f8-424e-9e06-1acb237b75ce 2018-12-03 17:04:03,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" 2018-12-03 17:04:03,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5168f4de-cb6b-4d80-9066-7287261f0ee6 Date: Mon, 03 Dec 2018 17:04:03 GMT RESP BODY: {"routers": []} 2018-12-03 17:04:03,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router&admin_state_up=True used request id req-5168f4de-cb6b-4d80-9066-7287261f0ee6 2018-12-03 17:04:03,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:04:03,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:04:03,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b028fb57fa5b44a6addd0e634f635bf5", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj-role"}], "expires_at": "2018-12-03T18:04:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14362c3ad7544404bbfa408996af4c7c", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-user", "id": "55bed53ea3b14aec810ec5cb6c4b5dab"}, "audit_ids": ["Gt4mUnXtSnG9BEmrTvO52A"], "issued_at": "2018-12-03T17:04:03.000000Z"}} 2018-12-03 17:04:03,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}354ac58cf79c84940b8eb4b29ef0764f3d2c23ed" 2018-12-03 17:04:03,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a28909a-c337-44b4-8ce1-260191790d00 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:04:03,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1a28909a-c337-44b4-8ce1-260191790d00 2018-12-03 17:04:03,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" 2018-12-03 17:04:03,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-4517f213-ab55-4ce8-aebf-2557c4b35305 Date: Mon, 03 Dec 2018 17:04:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:04:03,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-4517f213-ab55-4ce8-aebf-2557c4b35305 2018-12-03 17:04:03,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" 2018-12-03 17:04:04,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fcc38408-de2a-446f-9ca1-09a6f790789d Date: Mon, 03 Dec 2018 17:04:04 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:04:04,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-fcc38408-de2a-446f-9ca1-09a6f790789d 2018-12-03 17:04:04,129 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router 2018-12-03 17:04:04,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router", "admin_state_up": true}}' 2018-12-03 17:04:09,542 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-7848a98f-2791-4320-a117-248baaa9e009 Date: Mon, 03 Dec 2018 17:04:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:05Z", "admin_state_up": true, "updated_at": "2018-12-03T17:04:06Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "0bdbf112-da66-4407-84d2-185913e61967", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router"}} 2018-12-03 17:04:09,543 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-7848a98f-2791-4320-a117-248baaa9e009 2018-12-03 17:04:09,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=0bdbf112-da66-4407-84d2-185913e61967 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" 2018-12-03 17:04:09,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d26528c8-c8c2-4972-a05f-d5a31e3bdcb0 Date: Mon, 03 Dec 2018 17:04:09 GMT RESP BODY: {"ports":[]} 2018-12-03 17:04:09,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=0bdbf112-da66-4407-84d2-185913e61967 used request id req-d26528c8-c8c2-4972-a05f-d5a31e3bdcb0 2018-12-03 17:04:09,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" 2018-12-03 17:04:09,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bbbf8b2c-8989-4a10-aeb2-2cf2c819cef2 Date: Mon, 03 Dec 2018 17:04: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":["84c8d9f4-2d19-46cd-aa37-1207fe249db5"],"updated_at":"2018-12-03T17:04:02Z","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14362c3ad7544404bbfa408996af4c7c","id":"603671ae-815d-4005-a63c-1d178043255f","name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net"}]} 2018-12-03 17:04:09,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net used request id req-bbbf8b2c-8989-4a10-aeb2-2cf2c819cef2 2018-12-03 17:04:09,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:04:09,843 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:04:09,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" 2018-12-03 17:04:09,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1e77802-c010-40af-b070-07f42d5491ef Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:04:09,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-c1e77802-c010-40af-b070-07f42d5491ef 2018-12-03 17:04:09,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" 2018-12-03 17:04:09,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ebbedb78-276d-4182-823b-d0292391f212 Date: Mon, 03 Dec 2018 17:04:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]} 2018-12-03 17:04:09,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-ebbedb78-276d-4182-823b-d0292391f212 2018-12-03 17:04:09,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f&name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" 2018-12-03 17:04:10,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0b41a2a1-3e98-4a52-92b7-1745d82e5f3c Date: Mon, 03 Dec 2018 17:04:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]} 2018-12-03 17:04:10,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f&name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet used request id req-0b41a2a1-3e98-4a52-92b7-1745d82e5f3c 2018-12-03 17:04:10,196 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-03 17:04:10,196 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router 2018-12-03 17:04:10,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/0bdbf112-da66-4407-84d2-185913e61967/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" -d '{"subnet_id": "84c8d9f4-2d19-46cd-aa37-1207fe249db5"}' 2018-12-03 17:04:12,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1e4b2dc2-3ca6-4e83-83ef-22ccf0f8821c Date: Mon, 03 Dec 2018 17:04:12 GMT RESP BODY: {"network_id": "603671ae-815d-4005-a63c-1d178043255f", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "subnet_id": "84c8d9f4-2d19-46cd-aa37-1207fe249db5", "subnet_ids": ["84c8d9f4-2d19-46cd-aa37-1207fe249db5"], "port_id": "5abb7713-6d40-4594-913f-94f114ad49b6", "id": "0bdbf112-da66-4407-84d2-185913e61967"} 2018-12-03 17:04:12,304 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/0bdbf112-da66-4407-84d2-185913e61967/add_router_interface used request id req-1e4b2dc2-3ca6-4e83-83ef-22ccf0f8821c 2018-12-03 17:04:12,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/0bdbf112-da66-4407-84d2-185913e61967 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" 2018-12-03 17:04:12,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-538bee02-cac5-46b9-adbc-f37b59ffd85b Date: Mon, 03 Dec 2018 17:04:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:05Z", "admin_state_up": true, "updated_at": "2018-12-03T17:04:11Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "0bdbf112-da66-4407-84d2-185913e61967", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router"}} 2018-12-03 17:04:12,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/0bdbf112-da66-4407-84d2-185913e61967 used request id req-538bee02-cac5-46b9-adbc-f37b59ffd85b 2018-12-03 17:04:12,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=0bdbf112-da66-4407-84d2-185913e61967 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" 2018-12-03 17:04:12,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-aae29caa-266a-4210-84ab-9dfa3bf93ad9 Date: Mon, 03 Dec 2018 17:04:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.1"}],"id":"5abb7713-6d40-4594-913f-94f114ad49b6","security_groups":[],"mac_address":"fa:16:3e:e3:76:ea","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:10Z","binding:vnic_type":"normal","device_id":"0bdbf112-da66-4407-84d2-185913e61967"}]} 2018-12-03 17:04:12,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=0bdbf112-da66-4407-84d2-185913e61967 used request id req-aae29caa-266a-4210-84ab-9dfa3bf93ad9 2018-12-03 17:04:12,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/84c8d9f4-2d19-46cd-aa37-1207fe249db5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" 2018-12-03 17:04:12,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-2a8b4f87-a9cf-4d04-8705-511a401f6c3c Date: Mon, 03 Dec 2018 17:04:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}} 2018-12-03 17:04:12,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/84c8d9f4-2d19-46cd-aa37-1207fe249db5 used request id req-2a8b4f87-a9cf-4d04-8705-511a401f6c3c 2018-12-03 17:04:12,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:04:12,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:04:13,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:04:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["L8BvhqTlRxezh2p7q54HLA"], "issued_at": "2018-12-03T17:04:13.000000Z"}} 2018-12-03 17:04:13,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e76ce136d754efaa1a475def7c77664bbee4a95" 2018-12-03 17:04:13,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15674791-f1a4-4531-8dba-ab3a5e631951 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:04:13,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-15674791-f1a4-4531-8dba-ab3a5e631951 2018-12-03 17:04:13,286 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:04:13,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e76ce136d754efaa1a475def7c77664bbee4a95" 2018-12-03 17:04:13,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-30a756eb-9ba8-4339-b5f5-6c72b1950207 x-compute-request-id: req-30a756eb-9ba8-4339-b5f5-6c72b1950207 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 17:04:13,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-30a756eb-9ba8-4339-b5f5-6c72b1950207 2018-12-03 17:04:13,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e76ce136d754efaa1a475def7c77664bbee4a95" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-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-12-03 17:04:13,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-13417468-6560-4924-b358-81e867e51f7f x-compute-request-id: req-13417468-6560-4924-b358-81e867e51f7f Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:04:13,517 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-13417468-6560-4924-b358-81e867e51f7f 2018-12-03 17:04:13,518 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:04:13,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:04:13,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b028fb57fa5b44a6addd0e634f635bf5", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj-role"}], "expires_at": "2018-12-03T18:04:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14362c3ad7544404bbfa408996af4c7c", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-user", "id": "55bed53ea3b14aec810ec5cb6c4b5dab"}, "audit_ids": ["gkFXWemeT8uYcJ0H-Hvk8w"], "issued_at": "2018-12-03T17:04:13.000000Z"}} 2018-12-03 17:04:13,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e9bb7485eff280953c8f53733150aaa1254cbf" 2018-12-03 17:04:13,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a0894b8-7c47-4ef9-9378-82e4552c1253 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:04:13,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1a0894b8-7c47-4ef9-9378-82e4552c1253 2018-12-03 17:04:13,985 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:04:13,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e9bb7485eff280953c8f53733150aaa1254cbf" 2018-12-03 17:04:14,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-b36326d8-a621-4fa0-b61e-d7645462bd78 x-compute-request-id: req-b36326d8-a621-4fa0-b61e-d7645462bd78 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 17:04:14,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-b36326d8-a621-4fa0-b61e-d7645462bd78 2018-12-03 17:04:14,147 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp... 2018-12-03 17:04:14,147 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 17:04:14,185 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp 2018-12-03 17:04:14,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e9bb7485eff280953c8f53733150aaa1254cbf" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC1y5q9834nHThvxsOjeh+iDwiDyE+u78TVsewPn+NOoKqea6Er2+bWc9eohHM9rhGy+2v1x3557+zjTTeCEXgHvNVkIf98vtBAShu3p7t9hQTQFuADNWRu6jzPGq3QYuj3DjcK0ZVrs8Uml5gOVOhxmeG6Gt9YD48reklM30HqKQ==", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp"}}' 2018-12-03 17:04:14,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-8807eb11-b9ea-485d-9e6a-7cb48de7c38a x-compute-request-id: req-8807eb11-b9ea-485d-9e6a-7cb48de7c38a Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC1y5q9834nHThvxsOjeh+iDwiDyE+u78TVsewPn+NOoKqea6Er2+bWc9eohHM9rhGy+2v1x3557+zjTTeCEXgHvNVkIf98vtBAShu3p7t9hQTQFuADNWRu6jzPGq3QYuj3DjcK0ZVrs8Uml5gOVOhxmeG6Gt9YD48reklM30HqKQ==", "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "fingerprint": "af:aa:2d:2d:65:88:15:66:21:c9:fc:22:04:be:34:f8"}} 2018-12-03 17:04:14,236 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-8807eb11-b9ea-485d-9e6a-7cb48de7c38a 2018-12-03 17:04:14,239 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb.pub 2018-12-03 17:04:14,239 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb 2018-12-03 17:04:14,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:04:14,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:04:14,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b028fb57fa5b44a6addd0e634f635bf5", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj-role"}], "expires_at": "2018-12-03T18:04:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14362c3ad7544404bbfa408996af4c7c", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-user", "id": "55bed53ea3b14aec810ec5cb6c4b5dab"}, "audit_ids": ["uMrzKRihQBu1asO2Q1mXvQ"], "issued_at": "2018-12-03T17:04:14.000000Z"}} 2018-12-03 17:04:14,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:14,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d04cbf02-14d4-44f9-a6c1-e50491f64eab Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:04:14,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d04cbf02-14d4-44f9-a6c1-e50491f64eab 2018-12-03 17:04:14,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:14,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-18118c93-eaf3-4521-9a22-f5fbff5b57bf Date: Mon, 03 Dec 2018 17:04:14 GMT RESP BODY: {"security_groups": []} 2018-12-03 17:04:14,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp used request id req-18118c93-eaf3-4521-9a22-f5fbff5b57bf 2018-12-03 17:04:14,878 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp... 2018-12-03 17:04:14,878 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp 2018-12-03 17:04:14,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}}' 2018-12-03 17:04:15,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-d23f61a2-0158-462e-9fb0-c5ab05fa6d77 Date: Mon, 03 Dec 2018 17:04:15 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "updated_at": "2018-12-03T17:04:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "revision_number": 0, "id": "88dd5b9c-db31-4102-a6fb-ab2b660708fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "14362c3ad7544404bbfa408996af4c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "revision_number": 0, "id": "d9fd4df9-bb6e-435e-b7d7-7b248332f109", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "14362c3ad7544404bbfa408996af4c7c"}], "revision_number": 2, "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}} 2018-12-03 17:04:15,238 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-d23f61a2-0158-462e-9fb0-c5ab05fa6d77 2018-12-03 17:04:15,239 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4bb6a7dd-2416-4c66-bacd-693b2f885038 2018-12-03 17:04:15,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4bb6a7dd-2416-4c66-bacd-693b2f885038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:15,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-503e60ff-06ad-417e-8ad3-a0d6a3db4b17 Date: Mon, 03 Dec 2018 17:04: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-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "88dd5b9c-db31-4102-a6fb-ab2b660708fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "d9fd4df9-bb6e-435e-b7d7-7b248332f109"}]} 2018-12-03 17:04:15,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4bb6a7dd-2416-4c66-bacd-693b2f885038 used request id req-503e60ff-06ad-417e-8ad3-a0d6a3db4b17 2018-12-03 17:04:15,413 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4bb6a7dd-2416-4c66-bacd-693b2f885038 2018-12-03 17:04:15,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4bb6a7dd-2416-4c66-bacd-693b2f885038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:15,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f7eb22f8-4121-41df-8942-a2e76288a571 Date: Mon, 03 Dec 2018 17:04: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-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "88dd5b9c-db31-4102-a6fb-ab2b660708fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "d9fd4df9-bb6e-435e-b7d7-7b248332f109"}]} 2018-12-03 17:04:15,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4bb6a7dd-2416-4c66-bacd-693b2f885038 used request id req-f7eb22f8-4121-41df-8942-a2e76288a571 2018-12-03 17:04:15,675 - neutron_utils - INFO - Retrieving security group with ID - 4bb6a7dd-2416-4c66-bacd-693b2f885038 2018-12-03 17:04:15,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=4bb6a7dd-2416-4c66-bacd-693b2f885038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:15,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-bbb2e7d3-41ec-4a12-be35-91a433b3c3ae Date: Mon, 03 Dec 2018 17:04:15 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "updated_at": "2018-12-03T17:04:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "revision_number": 0, "id": "88dd5b9c-db31-4102-a6fb-ab2b660708fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "14362c3ad7544404bbfa408996af4c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "revision_number": 0, "id": "d9fd4df9-bb6e-435e-b7d7-7b248332f109", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "14362c3ad7544404bbfa408996af4c7c"}], "revision_number": 2, "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}]} 2018-12-03 17:04:15,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=4bb6a7dd-2416-4c66-bacd-693b2f885038 used request id req-bbb2e7d3-41ec-4a12-be35-91a433b3c3ae 2018-12-03 17:04:15,855 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4bb6a7dd-2416-4c66-bacd-693b2f885038 2018-12-03 17:04:15,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4bb6a7dd-2416-4c66-bacd-693b2f885038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:16,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-362e711d-55eb-4f0f-90f6-52f6df791e66 Date: Mon, 03 Dec 2018 17:04: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-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "88dd5b9c-db31-4102-a6fb-ab2b660708fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "d9fd4df9-bb6e-435e-b7d7-7b248332f109"}]} 2018-12-03 17:04:16,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4bb6a7dd-2416-4c66-bacd-693b2f885038 used request id req-362e711d-55eb-4f0f-90f6-52f6df791e66 2018-12-03 17:04:16,042 - neutron_utils - INFO - Retrieving security group with ID - 4bb6a7dd-2416-4c66-bacd-693b2f885038 2018-12-03 17:04:16,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=4bb6a7dd-2416-4c66-bacd-693b2f885038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:16,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-888a8cca-2ace-45c7-8994-ef4c5a89d6be Date: Mon, 03 Dec 2018 17:04:16 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "updated_at": "2018-12-03T17:04:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "revision_number": 0, "id": "88dd5b9c-db31-4102-a6fb-ab2b660708fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "14362c3ad7544404bbfa408996af4c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "revision_number": 0, "id": "d9fd4df9-bb6e-435e-b7d7-7b248332f109", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "14362c3ad7544404bbfa408996af4c7c"}], "revision_number": 2, "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}]} 2018-12-03 17:04:16,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=4bb6a7dd-2416-4c66-bacd-693b2f885038 used request id req-888a8cca-2ace-45c7-8994-ef4c5a89d6be 2018-12-03 17:04:16,233 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4bb6a7dd-2416-4c66-bacd-693b2f885038 2018-12-03 17:04:16,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4bb6a7dd-2416-4c66-bacd-693b2f885038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:16,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3528c29e-0ef7-460e-8e59-0128861b90ea Date: Mon, 03 Dec 2018 17:04: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-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "88dd5b9c-db31-4102-a6fb-ab2b660708fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "d9fd4df9-bb6e-435e-b7d7-7b248332f109"}]} 2018-12-03 17:04:16,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4bb6a7dd-2416-4c66-bacd-693b2f885038 used request id req-3528c29e-0ef7-460e-8e59-0128861b90ea 2018-12-03 17:04:16,410 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp 2018-12-03 17:04:16,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:16,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-c98feb3b-f16d-4d22-a4bc-77d06c250e9f Date: Mon, 03 Dec 2018 17:04:16 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "updated_at": "2018-12-03T17:04:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "revision_number": 0, "id": "88dd5b9c-db31-4102-a6fb-ab2b660708fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "14362c3ad7544404bbfa408996af4c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "revision_number": 0, "id": "d9fd4df9-bb6e-435e-b7d7-7b248332f109", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "14362c3ad7544404bbfa408996af4c7c"}], "revision_number": 2, "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}]} 2018-12-03 17:04:16,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp used request id req-c98feb3b-f16d-4d22-a4bc-77d06c250e9f 2018-12-03 17:04:16,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:04:16,621 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:04:16,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:16,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1482f45-a51d-47e4-9018-a5506d2f0209 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:04:16,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-d1482f45-a51d-47e4-9018-a5506d2f0209 2018-12-03 17:04:16,706 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4bb6a7dd-2416-4c66-bacd-693b2f885038 2018-12-03 17:04:16,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4bb6a7dd-2416-4c66-bacd-693b2f885038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:16,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f3326932-9cad-4445-a997-0c4912a23fac Date: Mon, 03 Dec 2018 17:04: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-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "88dd5b9c-db31-4102-a6fb-ab2b660708fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "d9fd4df9-bb6e-435e-b7d7-7b248332f109"}]} 2018-12-03 17:04:16,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4bb6a7dd-2416-4c66-bacd-693b2f885038 used request id req-f3326932-9cad-4445-a997-0c4912a23fac 2018-12-03 17:04:16,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}5b03b64f835f5ff9583a69bb25c15c382edab8b9" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038"}}' 2018-12-03 17:04:17,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-86746935-da8f-4419-b536-4d3b241008a9 Date: Mon, 03 Dec 2018 17:04:17 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-12-03T17:04:17Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:17Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "35544530-d203-4790-b9b4-cd00916b2fb8"}} 2018-12-03 17:04:17,212 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-86746935-da8f-4419-b536-4d3b241008a9 2018-12-03 17:04:17,213 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp 2018-12-03 17:04:17,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:17,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-a3de2768-d6f3-41b6-96a6-ec51d219cc0d Date: Mon, 03 Dec 2018 17:04:17 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "updated_at": "2018-12-03T17:04:17Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:17Z", "revision_number": 0, "id": "35544530-d203-4790-b9b4-cd00916b2fb8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:17Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "14362c3ad7544404bbfa408996af4c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "revision_number": 0, "id": "88dd5b9c-db31-4102-a6fb-ab2b660708fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "14362c3ad7544404bbfa408996af4c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "revision_number": 0, "id": "d9fd4df9-bb6e-435e-b7d7-7b248332f109", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "14362c3ad7544404bbfa408996af4c7c"}], "revision_number": 3, "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}]} 2018-12-03 17:04:17,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp used request id req-a3de2768-d6f3-41b6-96a6-ec51d219cc0d 2018-12-03 17:04:17,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:17,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc3cbc23-29ea-43f0-a804-b034b53c2891 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:04:17,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-dc3cbc23-29ea-43f0-a804-b034b53c2891 2018-12-03 17:04:17,489 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4bb6a7dd-2416-4c66-bacd-693b2f885038 2018-12-03 17:04:17,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4bb6a7dd-2416-4c66-bacd-693b2f885038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:17,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-4892d29a-fb5a-47b2-933a-5b42d8cef4de Date: Mon, 03 Dec 2018 17:04:17 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-12-03T17:04:17Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:17Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "35544530-d203-4790-b9b4-cd00916b2fb8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "88dd5b9c-db31-4102-a6fb-ab2b660708fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "d9fd4df9-bb6e-435e-b7d7-7b248332f109"}]} 2018-12-03 17:04:17,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4bb6a7dd-2416-4c66-bacd-693b2f885038 used request id req-4892d29a-fb5a-47b2-933a-5b42d8cef4de 2018-12-03 17:04:17,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}5b03b64f835f5ff9583a69bb25c15c382edab8b9" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038"}}' 2018-12-03 17:04:17,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-d73f0524-1de0-4372-9b70-cccfe1f1be85 Date: Mon, 03 Dec 2018 17:04:17 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-12-03T17:04:17Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": 22, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:17Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "64f18f04-4400-4476-a9c8-6393d264a929"}} 2018-12-03 17:04:17,865 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-d73f0524-1de0-4372-9b70-cccfe1f1be85 2018-12-03 17:04:17,865 - neutron_utils - INFO - Retrieving security group with ID - 4bb6a7dd-2416-4c66-bacd-693b2f885038 2018-12-03 17:04:17,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=4bb6a7dd-2416-4c66-bacd-693b2f885038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:17,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-3e3f0fa2-9344-419a-9658-0718edf595e5 Date: Mon, 03 Dec 2018 17:04:17 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "updated_at": "2018-12-03T17:04:17Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:17Z", "revision_number": 0, "id": "35544530-d203-4790-b9b4-cd00916b2fb8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:17Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "14362c3ad7544404bbfa408996af4c7c"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:04:17Z", "revision_number": 0, "id": "64f18f04-4400-4476-a9c8-6393d264a929", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:17Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "14362c3ad7544404bbfa408996af4c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "revision_number": 0, "id": "88dd5b9c-db31-4102-a6fb-ab2b660708fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "14362c3ad7544404bbfa408996af4c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "revision_number": 0, "id": "d9fd4df9-bb6e-435e-b7d7-7b248332f109", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "14362c3ad7544404bbfa408996af4c7c"}], "revision_number": 4, "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}]} 2018-12-03 17:04:17,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=4bb6a7dd-2416-4c66-bacd-693b2f885038 used request id req-3e3f0fa2-9344-419a-9658-0718edf595e5 2018-12-03 17:04:17,917 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4bb6a7dd-2416-4c66-bacd-693b2f885038 2018-12-03 17:04:17,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4bb6a7dd-2416-4c66-bacd-693b2f885038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:18,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-6840d2ee-2c2a-4b36-a89b-445b5682bdee Date: Mon, 03 Dec 2018 17:04:18 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-12-03T17:04:17Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:17Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "35544530-d203-4790-b9b4-cd00916b2fb8"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-03T17:04:17Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": 22, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:17Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "64f18f04-4400-4476-a9c8-6393d264a929"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "88dd5b9c-db31-4102-a6fb-ab2b660708fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:04:15Z", "security_group_id": "4bb6a7dd-2416-4c66-bacd-693b2f885038", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:15Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "d9fd4df9-bb6e-435e-b7d7-7b248332f109"}]} 2018-12-03 17:04:18,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4bb6a7dd-2416-4c66-bacd-693b2f885038 used request id req-6840d2ee-2c2a-4b36-a89b-445b5682bdee 2018-12-03 17:04:18,099 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:04:18,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:04:18,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b028fb57fa5b44a6addd0e634f635bf5", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj-role"}], "expires_at": "2018-12-03T18:04:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14362c3ad7544404bbfa408996af4c7c", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-user", "id": "55bed53ea3b14aec810ec5cb6c4b5dab"}, "audit_ids": ["WPVzo7tERF6b6LS6Aoib_w"], "issued_at": "2018-12-03T17:04:18.000000Z"}} 2018-12-03 17:04:18,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:18,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf9e89c-91e9-417f-98be-df5f844f620a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:04:18,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7bf9e89c-91e9-417f-98be-df5f844f620a 2018-12-03 17:04:18,551 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:04:18,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:18,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-101df810-4449-40ef-b71b-686de0cb07ed Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:04:18,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-101df810-4449-40ef-b71b-686de0cb07ed 2018-12-03 17:04:18,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:19,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e7856fda-ed57-4f19-be44-daed50575e50 Date: Mon, 03 Dec 2018 17:04: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":["84c8d9f4-2d19-46cd-aa37-1207fe249db5"],"updated_at":"2018-12-03T17:04:02Z","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14362c3ad7544404bbfa408996af4c7c","id":"603671ae-815d-4005-a63c-1d178043255f","name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net"}]} 2018-12-03 17:04:19,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net used request id req-e7856fda-ed57-4f19-be44-daed50575e50 2018-12-03 17:04:19,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:04:19,031 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:04:19,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:19,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8889bc2f-91c4-4268-b51e-2a1e513786f5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:04:19,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-8889bc2f-91c4-4268-b51e-2a1e513786f5 2018-12-03 17:04:19,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:19,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-83ce4733-eb35-4d97-a44f-d5c31e5f53f0 Date: Mon, 03 Dec 2018 17:04:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]} 2018-12-03 17:04:19,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-83ce4733-eb35-4d97-a44f-d5c31e5f53f0 2018-12-03 17:04:19,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f&name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:19,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1f7e4b83-0996-4a84-b0c7-0f9a25276e70 Date: Mon, 03 Dec 2018 17:04:19 GMT RESP BODY: {"ports":[]} 2018-12-03 17:04:19,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f&name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1&admin_state_up=True used request id req-1f7e4b83-0996-4a84-b0c7-0f9a25276e70 2018-12-03 17:04:19,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:19,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a68d733b-273a-49e4-8c4a-5b7b8999ad80 x-compute-request-id: req-a68d733b-273a-49e4-8c4a-5b7b8999ad80 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 17:04:19,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst used request id req-a68d733b-273a-49e4-8c4a-5b7b8999ad80 2018-12-03 17:04:19,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:20,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e89cd748-7f90-4434-8a8b-d0d67713b1cf Date: Mon, 03 Dec 2018 17:04: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":["84c8d9f4-2d19-46cd-aa37-1207fe249db5"],"updated_at":"2018-12-03T17:04:02Z","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14362c3ad7544404bbfa408996af4c7c","id":"603671ae-815d-4005-a63c-1d178043255f","name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net"}]} 2018-12-03 17:04:20,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net used request id req-e89cd748-7f90-4434-8a8b-d0d67713b1cf 2018-12-03 17:04:20,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:20,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c201cdaf-79cd-4a86-9b77-4d37b6893995 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:04:20,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-c201cdaf-79cd-4a86-9b77-4d37b6893995 2018-12-03 17:04:20,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:20,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3d106c55-e41f-46a8-9787-30662e543981 Date: Mon, 03 Dec 2018 17:04:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]} 2018-12-03 17:04:20,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-3d106c55-e41f-46a8-9787-30662e543981 2018-12-03 17:04:20,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f&name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:20,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b0984a0e-4b83-4d27-b4e8-bb70da9f0c5b Date: Mon, 03 Dec 2018 17:04:20 GMT RESP BODY: {"ports":[]} 2018-12-03 17:04:20,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f&name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1&admin_state_up=True used request id req-b0984a0e-4b83-4d27-b4e8-bb70da9f0c5b 2018-12-03 17:04:20,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:04:20,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:04:20,968 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b028fb57fa5b44a6addd0e634f635bf5", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj-role"}], "expires_at": "2018-12-03T18:04:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14362c3ad7544404bbfa408996af4c7c", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/14362c3ad7544404bbfa408996af4c7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-user", "id": "55bed53ea3b14aec810ec5cb6c4b5dab"}, "audit_ids": ["rEr_jQlLSO6anWL3g-mPkw"], "issued_at": "2018-12-03T17:04:20.000000Z"}} 2018-12-03 17:04:20,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57fa3e7ef48c058c73695ef9ba053b6d38336142" 2018-12-03 17:04:21,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e681ea8-d425-4a79-a26c-a43b3299a255 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:04:21,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3e681ea8-d425-4a79-a26c-a43b3299a255 2018-12-03 17:04:21,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:21,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7809b26f-1c11-43bb-8b30-7fd0f30d571b Date: Mon, 03 Dec 2018 17:04: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":["84c8d9f4-2d19-46cd-aa37-1207fe249db5"],"updated_at":"2018-12-03T17:04:02Z","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14362c3ad7544404bbfa408996af4c7c","id":"603671ae-815d-4005-a63c-1d178043255f","name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net"}]} 2018-12-03 17:04:21,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net used request id req-7809b26f-1c11-43bb-8b30-7fd0f30d571b 2018-12-03 17:04:21,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:21,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-831ffcc1-7bfa-40b3-a94d-6b7466c4d8a4 Date: Mon, 03 Dec 2018 17:04:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]} 2018-12-03 17:04:21,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-831ffcc1-7bfa-40b3-a94d-6b7466c4d8a4 2018-12-03 17:04:21,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:21,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7d52ab92-3417-4a8d-875b-48529c5fb7e3 Date: Mon, 03 Dec 2018 17:04: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":["84c8d9f4-2d19-46cd-aa37-1207fe249db5"],"updated_at":"2018-12-03T17:04:02Z","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14362c3ad7544404bbfa408996af4c7c","id":"603671ae-815d-4005-a63c-1d178043255f","name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net"}]} 2018-12-03 17:04:21,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net used request id req-7d52ab92-3417-4a8d-875b-48529c5fb7e3 2018-12-03 17:04:21,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:04:21,755 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:04:21,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57fa3e7ef48c058c73695ef9ba053b6d38336142" 2018-12-03 17:04:21,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb2f218c-4755-4b63-b7b6-6b936bb60c26 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:04:21,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-cb2f218c-4755-4b63-b7b6-6b936bb60c26 2018-12-03 17:04:21,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:22,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a7e65575-eb26-40fd-b33c-b36ce5cde04d Date: Mon, 03 Dec 2018 17:04:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]} 2018-12-03 17:04:22,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-a7e65575-eb26-40fd-b33c-b36ce5cde04d 2018-12-03 17:04:22,051 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net 2018-12-03 17:04:22,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" -d '{"port": {"network_id": "603671ae-815d-4005-a63c-1d178043255f", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1", "admin_state_up": true}}' 2018-12-03 17:04:23,300 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-0c4b6702-4337-450e-b401-b72770348065 Date: Mon, 03 Dec 2018 17:04:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:22Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.10"}],"id":"8d99d57c-8500-4df2-b6fc-f49550fb0a5d","security_groups":["d9a656a2-bde3-495d-808d-2ee5885f9ce8"],"mac_address":"fa:16:3e:d9:1d:6a","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1","project_id":"14362c3ad7544404bbfa408996af4c7c","qos_policy_id":null,"admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:22Z","binding:vnic_type":"normal"}} 2018-12-03 17:04:23,300 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-0c4b6702-4337-450e-b401-b72770348065 2018-12-03 17:04:23,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:23,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f9d9a840-cf09-4f23-b14f-f3886ac3ab20 Date: Mon, 03 Dec 2018 17:04: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":["84c8d9f4-2d19-46cd-aa37-1207fe249db5"],"updated_at":"2018-12-03T17:04:02Z","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14362c3ad7544404bbfa408996af4c7c","id":"603671ae-815d-4005-a63c-1d178043255f","name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net"}]} 2018-12-03 17:04:23,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net used request id req-f9d9a840-cf09-4f23-b14f-f3886ac3ab20 2018-12-03 17:04:23,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:23,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c60c66fb-eaed-46e0-b6ba-ab66ca161e96 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:04:23,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-c60c66fb-eaed-46e0-b6ba-ab66ca161e96 2018-12-03 17:04:23,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:23,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7425a964-be42-4adc-8033-ba37685ff917 Date: Mon, 03 Dec 2018 17:04:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]} 2018-12-03 17:04:23,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-7425a964-be42-4adc-8033-ba37685ff917 2018-12-03 17:04:23,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f&name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:23,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-ace0ccf3-6c20-49ee-b19d-75f8c2ba035b Date: Mon, 03 Dec 2018 17:04:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:22Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.10"}],"id":"8d99d57c-8500-4df2-b6fc-f49550fb0a5d","security_groups":["d9a656a2-bde3-495d-808d-2ee5885f9ce8"],"mac_address":"fa:16:3e:d9:1d:6a","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:22Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 17:04:23,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f&name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1&admin_state_up=True used request id req-ace0ccf3-6c20-49ee-b19d-75f8c2ba035b 2018-12-03 17:04:23,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:23,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e914248d-e6c7-49d5-b78a-c27bb0530d55 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:04:23,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-e914248d-e6c7-49d5-b78a-c27bb0530d55 2018-12-03 17:04:23,706 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst 2018-12-03 17:04:23,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:23,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-4c8592a2-d046-4794-a08e-c53e22e59af4 x-compute-request-id: req-4c8592a2-d046-4794-a08e-c53e22e59af4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-flavor-name"}]} 2018-12-03 17:04:23,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4c8592a2-d046-4794-a08e-c53e22e59af4 2018-12-03 17:04:23,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:23,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-443f11ed-3149-40a3-85e3-78264ea702f8 x-compute-request-id: req-443f11ed-3149-40a3-85e3-78264ea702f8 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:04:23,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf used request id req-443f11ed-3149-40a3-85e3-78264ea702f8 2018-12-03 17:04:23,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:23,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-7e5c7e23-5588-441b-a8f8-57a0b40da2f5 Date: Mon, 03 Dec 2018 17:04:23 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:03:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:03:59Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/137155bb-89cc-4c75-98ef-3875ac208a62/snap", "metadata": {}}], "self": "/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62", "min_disk": 0, "protected": false, "id": "137155bb-89cc-4c75-98ef-3875ac208a62", "file": "/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "14362c3ad7544404bbfa408996af4c7c", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/137155bb-89cc-4c75-98ef-3875ac208a62/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image"} 2018-12-03 17:04:23,937 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image used request id req-7e5c7e23-5588-441b-a8f8-57a0b40da2f5 2018-12-03 17:04:23,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:24,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e9fad0f3-97f8-42f6-8711-12a593f60cbd Date: Mon, 03 Dec 2018 17:04: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-12-03 17:04:24,093 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e9fad0f3-97f8-42f6-8711-12a593f60cbd 2018-12-03 17:04:24,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "imageRef": "137155bb-89cc-4c75-98ef-3875ac208a62", "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "flavorRef": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "max_count": 1, "min_count": 1, "networks": [{"port": "8d99d57c-8500-4df2-b6fc-f49550fb0a5d"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}]}}' 2018-12-03 17:04:25,800 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:04: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-64d22b7d-fe80-4526-8385-8c1477e44b36 x-compute-request-id: req-64d22b7d-fe80-4526-8385-8c1477e44b36 Content-Length: 444 location: http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "b18a939c-6138-406b-86de-fae516cd66f1", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "adminPass": "Dn6yY63NYm2s"}} 2018-12-03 17:04:25,801 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-64d22b7d-fe80-4526-8385-8c1477e44b36 2018-12-03 17:04:25,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:26,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-f4cddb08-bd09-4f8d-bac3-724c6fd72acd x-compute-request-id: req-f4cddb08-bd09-4f8d-bac3-724c6fd72acd 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.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "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-12-03T17:04:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:26,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-f4cddb08-bd09-4f8d-bac3-724c6fd72acd 2018-12-03 17:04:26,164 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst 2018-12-03 17:04:26,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:26,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-4cf5c68f-4e4d-4696-b4f3-e471f7ca3694 x-compute-request-id: req-4cf5c68f-4e4d-4696-b4f3-e471f7ca3694 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.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "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-12-03T17:04:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:26,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-4cf5c68f-4e4d-4696-b4f3-e471f7ca3694 2018-12-03 17:04:26,524 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst] is - BUILD 2018-12-03 17:04:26,524 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:04:29,527 - create_instance - DEBUG - VM status query timeout in 896.637192965 2018-12-03 17:04:29,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:30,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-cb4e2105-9e2f-4fe2-affd-8d792217d5a2 x-compute-request-id: req-cb4e2105-9e2f-4fe2-affd-8d792217d5a2 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.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "security_groups": [{"name": "default"}], "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:04:27Z", "hostId": "4bafd3b4765da51f14e54b64d3aef9b4385625087dd612c7bcea4c4e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:30,222 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-cb4e2105-9e2f-4fe2-affd-8d792217d5a2 2018-12-03 17:04:30,223 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst] is - BUILD 2018-12-03 17:04:30,223 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:04:33,226 - create_instance - DEBUG - VM status query timeout in 892.938246965 2018-12-03 17:04:33,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:33,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-655ee235-ac13-48a1-9b3c-94ddffd34a7b x-compute-request-id: req-655ee235-ac13-48a1-9b3c-94ddffd34a7b 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.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "security_groups": [{"name": "default"}], "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:04:27Z", "hostId": "4bafd3b4765da51f14e54b64d3aef9b4385625087dd612c7bcea4c4e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:33,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-655ee235-ac13-48a1-9b3c-94ddffd34a7b 2018-12-03 17:04:33,548 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst] is - BUILD 2018-12-03 17:04:33,548 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:04:36,551 - create_instance - DEBUG - VM status query timeout in 889.612790108 2018-12-03 17:04:36,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:37,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-741b6bcd-8e8a-4735-a549-1961a8e7fd60 x-compute-request-id: req-741b6bcd-8e8a-4735-a549-1961a8e7fd60 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:1d:6a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:04:33.000000", "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "security_groups": [{"name": "default"}], "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:04:33Z", "hostId": "4bafd3b4765da51f14e54b64d3aef9b4385625087dd612c7bcea4c4e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:37,159 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-741b6bcd-8e8a-4735-a549-1961a8e7fd60 2018-12-03 17:04:37,160 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst] is - ACTIVE 2018-12-03 17:04:37,160 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:04:37,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:37,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-d3f5cd20-2292-48f5-b1bb-f503a477a29d x-compute-request-id: req-d3f5cd20-2292-48f5-b1bb-f503a477a29d Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:1d:6a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:04:33.000000", "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "security_groups": [{"name": "default"}], "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:04:33Z", "hostId": "4bafd3b4765da51f14e54b64d3aef9b4385625087dd612c7bcea4c4e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:37,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-d3f5cd20-2292-48f5-b1bb-f503a477a29d 2018-12-03 17:04:37,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:37,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-70149027-beba-4b1b-b00a-54f8521619ac Date: Mon, 03 Dec 2018 17: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":["84c8d9f4-2d19-46cd-aa37-1207fe249db5"],"updated_at":"2018-12-03T17:04:02Z","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14362c3ad7544404bbfa408996af4c7c","id":"603671ae-815d-4005-a63c-1d178043255f","name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net"}]} 2018-12-03 17:04:37,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net used request id req-70149027-beba-4b1b-b00a-54f8521619ac 2018-12-03 17:04:37,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:37,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51fb6feb-8776-48d6-8d17-9334f9967263 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:04:37,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-51fb6feb-8776-48d6-8d17-9334f9967263 2018-12-03 17:04:37,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:37,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-57783017-a24f-4c5a-98ca-9836b122bbc0 Date: Mon, 03 Dec 2018 17:04:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]} 2018-12-03 17:04:37,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-57783017-a24f-4c5a-98ca-9836b122bbc0 2018-12-03 17:04:37,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:38,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-931fe795-91be-4d40-94e4-60fd902c3aaa Date: Mon, 03 Dec 2018 17:04:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.2"}],"id":"2a96391c-70a6-4136-a05d-04a795397ef0","security_groups":[],"mac_address":"fa:16:3e:20:34:d9","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-603671ae-815d-4005-a63c-1d178043255f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.4"}],"id":"396b9dfe-1cfe-4e18-8be0-58c24b596021","security_groups":[],"mac_address":"fa:16:3e:0b:70:1d","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-603671ae-815d-4005-a63c-1d178043255f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.1"}],"id":"5abb7713-6d40-4594-913f-94f114ad49b6","security_groups":[],"mac_address":"fa:16:3e:e3:76:ea","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:10Z","binding:vnic_type":"normal","device_id":"0bdbf112-da66-4407-84d2-185913e61967"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.10"}],"id":"8d99d57c-8500-4df2-b6fc-f49550fb0a5d","security_groups":["d9a656a2-bde3-495d-808d-2ee5885f9ce8"],"mac_address":"fa:16:3e:d9:1d:6a","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:22Z","binding:vnic_type":"normal","device_id":"b18a939c-6138-406b-86de-fae516cd66f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.3"}],"id":"de02a9e6-d4d6-4de9-b386-eb6e8e9a4f17","security_groups":[],"mac_address":"fa:16:3e:ce:2b:5b","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-603671ae-815d-4005-a63c-1d178043255f"}]} 2018-12-03 17:04:38,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-931fe795-91be-4d40-94e4-60fd902c3aaa 2018-12-03 17:04:38,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}}' 2018-12-03 17:04:38,968 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:04: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-200dd965-5038-4aca-a8ab-12359e676f68 x-compute-request-id: req-200dd965-5038-4aca-a8ab-12359e676f68 Content-Length: 0 Content-Type: application/json 2018-12-03 17:04:38,968 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1/action used request id req-200dd965-5038-4aca-a8ab-12359e676f68 2018-12-03 17:04:38,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:39,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-a92aaf82-c885-4886-895f-a58a40d62531 Date: Mon, 03 Dec 2018 17:04:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:05Z", "admin_state_up": true, "updated_at": "2018-12-03T17:04:11Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "0bdbf112-da66-4407-84d2-185913e61967", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router"}]} 2018-12-03 17:04:39,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router used request id req-a92aaf82-c885-4886-895f-a58a40d62531 2018-12-03 17:04:39,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:39,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3073bbb0-b07f-41b0-9134-7047134787d4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:04:39,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-3073bbb0-b07f-41b0-9134-7047134787d4 2018-12-03 17:04:39,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=0bdbf112-da66-4407-84d2-185913e61967 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:39,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-814f351c-d35d-4d63-9734-6b2b52fe7c44 Date: Mon, 03 Dec 2018 17:04:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.1"}],"id":"5abb7713-6d40-4594-913f-94f114ad49b6","security_groups":[],"mac_address":"fa:16:3e:e3:76:ea","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:10Z","binding:vnic_type":"normal","device_id":"0bdbf112-da66-4407-84d2-185913e61967"}]} 2018-12-03 17:04:39,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=0bdbf112-da66-4407-84d2-185913e61967 used request id req-814f351c-d35d-4d63-9734-6b2b52fe7c44 2018-12-03 17:04:39,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/84c8d9f4-2d19-46cd-aa37-1207fe249db5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:39,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-5cfb585b-9010-4c94-9ef0-8f8de9795fe9 Date: Mon, 03 Dec 2018 17:04:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}} 2018-12-03 17:04:39,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/84c8d9f4-2d19-46cd-aa37-1207fe249db5 used request id req-5cfb585b-9010-4c94-9ef0-8f8de9795fe9 2018-12-03 17:04:39,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:39,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-ecbf5bd2-3fd8-44a0-9199-425837eba5b7 Date: Mon, 03 Dec 2018 17:04:39 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:04:39,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-ecbf5bd2-3fd8-44a0-9199-425837eba5b7 2018-12-03 17:04:39,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:39,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2ecb03c9-03f1-4b66-9577-566391315ae9 Date: Mon, 03 Dec 2018 17:04:39 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:04:39,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-2ecb03c9-03f1-4b66-9577-566391315ae9 2018-12-03 17:04:39,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:40,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-2d95f076-df38-4065-98e5-e47037c00b72 x-compute-request-id: req-2d95f076-df38-4065-98e5-e47037c00b72 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:1d:6a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:04:33.000000", "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}, {"name": "default"}], "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:04:33Z", "hostId": "4bafd3b4765da51f14e54b64d3aef9b4385625087dd612c7bcea4c4e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:40,251 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-2d95f076-df38-4065-98e5-e47037c00b72 2018-12-03 17:04:40,252 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst] is - ACTIVE 2018-12-03 17:04:40,252 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:04:40,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:40,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-89eff415-a7a6-4846-8e50-821797917f22 x-compute-request-id: req-89eff415-a7a6-4846-8e50-821797917f22 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:1d:6a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:04:33.000000", "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}, {"name": "default"}], "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:04:33Z", "hostId": "4bafd3b4765da51f14e54b64d3aef9b4385625087dd612c7bcea4c4e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:40,725 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-89eff415-a7a6-4846-8e50-821797917f22 2018-12-03 17:04:40,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:40,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-42011d2a-5e24-4eec-8ded-d0df1c0dcb71 Date: Mon, 03 Dec 2018 17:04: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":["84c8d9f4-2d19-46cd-aa37-1207fe249db5"],"updated_at":"2018-12-03T17:04:02Z","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14362c3ad7544404bbfa408996af4c7c","id":"603671ae-815d-4005-a63c-1d178043255f","name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net"}]} 2018-12-03 17:04:40,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net used request id req-42011d2a-5e24-4eec-8ded-d0df1c0dcb71 2018-12-03 17:04:40,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:40,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e99cc7c-f59a-45e0-8df1-23c68a0d53ec Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:04:40,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-5e99cc7c-f59a-45e0-8df1-23c68a0d53ec 2018-12-03 17:04:40,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:41,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-22ebca65-6de8-4dd5-a0e0-2a5c22896dc0 Date: Mon, 03 Dec 2018 17:04:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]} 2018-12-03 17:04:41,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-22ebca65-6de8-4dd5-a0e0-2a5c22896dc0 2018-12-03 17:04:41,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:41,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-3214b2f6-3b4b-4cdf-9450-c52c3d668c19 Date: Mon, 03 Dec 2018 17:04:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.2"}],"id":"2a96391c-70a6-4136-a05d-04a795397ef0","security_groups":[],"mac_address":"fa:16:3e:20:34:d9","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-603671ae-815d-4005-a63c-1d178043255f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.4"}],"id":"396b9dfe-1cfe-4e18-8be0-58c24b596021","security_groups":[],"mac_address":"fa:16:3e:0b:70:1d","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-603671ae-815d-4005-a63c-1d178043255f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.1"}],"id":"5abb7713-6d40-4594-913f-94f114ad49b6","security_groups":[],"mac_address":"fa:16:3e:e3:76:ea","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:10Z","binding:vnic_type":"normal","device_id":"0bdbf112-da66-4407-84d2-185913e61967"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:38Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.10"}],"id":"8d99d57c-8500-4df2-b6fc-f49550fb0a5d","security_groups":["4bb6a7dd-2416-4c66-bacd-693b2f885038","d9a656a2-bde3-495d-808d-2ee5885f9ce8"],"mac_address":"fa:16:3e:d9:1d:6a","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:22Z","binding:vnic_type":"normal","device_id":"b18a939c-6138-406b-86de-fae516cd66f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.3"}],"id":"de02a9e6-d4d6-4de9-b386-eb6e8e9a4f17","security_groups":[],"mac_address":"fa:16:3e:ce:2b:5b","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-603671ae-815d-4005-a63c-1d178043255f"}]} 2018-12-03 17:04:41,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-3214b2f6-3b4b-4cdf-9450-c52c3d668c19 2018-12-03 17:04:41,231 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-03 17:04:41,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:41,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2d000025-3573-41f1-959f-89ba2d85828b Date: Mon, 03 Dec 2018 17:04:41 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:04:41,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-2d000025-3573-41f1-959f-89ba2d85828b 2018-12-03 17:04:41,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:41,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-be7bf97a-7094-4537-a1dd-99d1ef196541 Date: Mon, 03 Dec 2018 17:04:41 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:04:41,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-be7bf97a-7094-4537-a1dd-99d1ef196541 2018-12-03 17:04:41,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" -d '{"floatingip": {"floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "port_id": "8d99d57c-8500-4df2-b6fc-f49550fb0a5d"}}' 2018-12-03 17:04:43,378 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-7437a95c-bd4b-4a30-8fc9-539456f1276a Date: Mon, 03 Dec 2018 17:04:43 GMT RESP BODY: {"floatingip": {"router_id": "0bdbf112-da66-4407-84d2-185913e61967", "status": "DOWN", "description": "", "tags": [], "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:42Z", "updated_at": "2018-12-03T17:04:42Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.55.1.10", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "14362c3ad7544404bbfa408996af4c7c", "port_id": "8d99d57c-8500-4df2-b6fc-f49550fb0a5d", "id": "7749e6ed-1b4f-4240-b5b8-99da29dc2090"}} 2018-12-03 17:04:43,378 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-7437a95c-bd4b-4a30-8fc9-539456f1276a 2018-12-03 17:04:43,379 - create_instance - INFO - Created floating IP 172.30.9.210 via router - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router 2018-12-03 17:04:43,382 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:43,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-460b1e1e-6007-4383-a1fc-c32167dba535 x-compute-request-id: req-460b1e1e-6007-4383-a1fc-c32167dba535 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:1d:6a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:04:33.000000", "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}, {"name": "default"}], "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:04:33Z", "hostId": "4bafd3b4765da51f14e54b64d3aef9b4385625087dd612c7bcea4c4e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:43,835 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-460b1e1e-6007-4383-a1fc-c32167dba535 2018-12-03 17:04:43,835 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst] is - ACTIVE 2018-12-03 17:04:43,835 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:04:43,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:44,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-1419fbde-ffc5-4f2e-b9c1-2f4bd44959ad x-compute-request-id: req-1419fbde-ffc5-4f2e-b9c1-2f4bd44959ad Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:1d:6a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:04:33.000000", "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}, {"name": "default"}], "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:04:33Z", "hostId": "4bafd3b4765da51f14e54b64d3aef9b4385625087dd612c7bcea4c4e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:44,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-1419fbde-ffc5-4f2e-b9c1-2f4bd44959ad 2018-12-03 17:04:44,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:44,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3756972b-578b-4a92-afee-bf0b96d61010 Date: Mon, 03 Dec 2018 17:04: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":["84c8d9f4-2d19-46cd-aa37-1207fe249db5"],"updated_at":"2018-12-03T17:04:02Z","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14362c3ad7544404bbfa408996af4c7c","id":"603671ae-815d-4005-a63c-1d178043255f","name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net"}]} 2018-12-03 17:04:44,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net used request id req-3756972b-578b-4a92-afee-bf0b96d61010 2018-12-03 17:04:44,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:44,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53d4444a-c576-4624-abae-ab3437ac459c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:04:44,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-53d4444a-c576-4624-abae-ab3437ac459c 2018-12-03 17:04:44,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:44,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fdd88b23-ed87-4298-a131-b619706bdcd9 Date: Mon, 03 Dec 2018 17:04:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]} 2018-12-03 17:04:44,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-fdd88b23-ed87-4298-a131-b619706bdcd9 2018-12-03 17:04:44,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:44,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-08c16d97-9fe6-4c4a-8159-bcda22302e0a Date: Mon, 03 Dec 2018 17:04:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.2"}],"id":"2a96391c-70a6-4136-a05d-04a795397ef0","security_groups":[],"mac_address":"fa:16:3e:20:34:d9","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-603671ae-815d-4005-a63c-1d178043255f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.4"}],"id":"396b9dfe-1cfe-4e18-8be0-58c24b596021","security_groups":[],"mac_address":"fa:16:3e:0b:70:1d","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-603671ae-815d-4005-a63c-1d178043255f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.1"}],"id":"5abb7713-6d40-4594-913f-94f114ad49b6","security_groups":[],"mac_address":"fa:16:3e:e3:76:ea","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:10Z","binding:vnic_type":"normal","device_id":"0bdbf112-da66-4407-84d2-185913e61967"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:38Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.10"}],"id":"8d99d57c-8500-4df2-b6fc-f49550fb0a5d","security_groups":["4bb6a7dd-2416-4c66-bacd-693b2f885038","d9a656a2-bde3-495d-808d-2ee5885f9ce8"],"mac_address":"fa:16:3e:d9:1d:6a","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:22Z","binding:vnic_type":"normal","device_id":"b18a939c-6138-406b-86de-fae516cd66f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.3"}],"id":"de02a9e6-d4d6-4de9-b386-eb6e8e9a4f17","security_groups":[],"mac_address":"fa:16:3e:ce:2b:5b","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-603671ae-815d-4005-a63c-1d178043255f"}]} 2018-12-03 17:04:44,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-08c16d97-9fe6-4c4a-8159-bcda22302e0a 2018-12-03 17:04:44,672 - create_instance_tests - INFO - Looking for IP 10.55.1.10 in the console log 2018-12-03 17:04:44,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:45,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-74c216c0-9394-4bfc-ab04-cfadf5f36503 x-compute-request-id: req-74c216c0-9394-4bfc-ab04-cfadf5f36503 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:1d:6a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:1d:6a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:04:33.000000", "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}, {"name": "default"}], "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:04:33Z", "hostId": "4bafd3b4765da51f14e54b64d3aef9b4385625087dd612c7bcea4c4e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:45,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-74c216c0-9394-4bfc-ab04-cfadf5f36503 2018-12-03 17:04:45,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 17:04:46,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-f94f46ed-dbb6-4b24-8491-86cb1dae1bc5 x-compute-request-id: req-f94f46ed-dbb6-4b24-8491-86cb1dae1bc5 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-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 782064769 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.127244] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.128858] pid_max: default: 32768 minimum: 301\n[ 0.129729] ACPI: Core revision 20150930\n[ 0.131097] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132374] Security Framework initialized\n[ 0.133172] Yama: becoming mindful.\n[ 0.133889] AppArmor: AppArmor initialized\n[ 0.134732] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135986] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.137213] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138381] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139713] Initializing cgroup subsys io\n[ 0.140506] Initializing cgroup subsys memory\n[ 0.141348] Initializing cgroup subsys devices\n[ 0.142199] Initializing cgroup subsys freezer\n[ 0.143064] Initializing cgroup subsys net_cls\n[ 0.143916] Initializing cgroup subsys perf_event\n[ 0.144803] Initializing cgroup subsys net_prio\n[ 0.145667] Initializing cgroup subsys hugetlb\n[ 0.146522] Initializing cgroup subsys pids\n[ 0.147382] CPU: Physical Processor ID: 0\n[ 0.148865] mce: CPU supports 10 MCE banks\n[ 0.149691] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.152919] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.159293] ftrace: allocating 31920 entries in 125 pages\n[ 0.185379] smpboot: Max logical packages: 2\n[ 0.186217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.187390] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.188723] x2apic enabled\n[ 0.189515] Switched APIC routing to physical x2apic.\n[ 0.191262] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.192457] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.194566] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.196468] KVM setup paravirtual spinlock\n[ 0.197878] x86: Booting SMP configuration:\n[ 0.198764] .... node #0, CPUs: #1\n[ 0.199644] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.221288] x86: Booted up 1 node, 2 CPUs\n[ 0.221290] KVM setup async PF for cpu 1\n[ 0.221293] kvm-stealtime: cpu 1, msr f90d940\n[ 0.223817] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.225265] devtmpfs: initialized\n[ 0.226971] evm: security.selinux\n[ 0.227660] evm: security.SMACK64\n[ 0.228336] evm: security.SMACK64EXEC\n[ 0.229064] evm: security.SMACK64TRANSMUTE\n[ 0.229855] evm: security.SMACK64MMAP\n[ 0.230593] evm: security.ima\n[ 0.231220] evm: security.capability\n[ 0.232038] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233873] pinctrl core: initialized pinctrl subsystem\n[ 0.234963] RTC time: 17:04:34, date: 12/03/18\n[ 0.235930] NET: Registered protocol family 16\n[ 0.246933] cpuidle: using governor ladder\n[ 0.259035] cpuidle: using governor menu\n[ 0.259838] PCCT header not found.\n[ 0.260618] ACPI: bus type PCI registered\n[ 0.261404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262631] PCI: Using configuration type 1 for base access\n[ 0.276043] ACPI: Added _OSI(Module Device)\n[ 0.276885] ACPI: Added _OSI(Processor Device)\n[ 0.277728] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278609] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280888] ACPI: Interpreter enabled\n[ 0.281642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.283452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.285267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.287073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288892] ACPI: (supports S0 S5)\n[ 0.289585] ACPI: Using IOAPIC for interrupt routing\n[ 0.290552] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.293888] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295015] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.296226] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.297397] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.299613] acpiphp: Slot [3] registered\n[ 0.300400] acpiphp: Slot [4] registered\n[ 0.301185] acpiphp: Slot [5] registered\n[ 0.301979] acpiphp: Slot [6] registered\n[ 0.302762] acpiphp: Slot [7] registered\n[ 0.303541] acpiphp: Slot [8] registered\n[ 0.304324] acpiphp: Slot [9] registered\n[ 0.305107] acpiphp: Slot [10] registered\n[ 0.315799] acpiphp: Slot [11] registered\n[ 0.316608] acpiphp: Slot [12] registered\n[ 0.317400] acpiphp: Slot [13] registered\n[ 0.318199] acpiphp: Slot [14] registered\n[ 0.318991] acpiphp: Slot [15] registered\n[ 0.319795] acpiphp: Slot [16] registered\n[ 0.320592] acpiphp: Slot [17] registered\n[ 0.321385] acpiphp: Slot [18] registered\n[ 0.322180] acpiphp: Slot [19] registered\n[ 0.322980] acpiphp: Slot [20] registered\n[ 0.323777] acpiphp: Slot [21] registered\n[ 0.324579] acpiphp: Slot [22] registered\n[ 0.325373] acpiphp: Slot [23] registered\n[ 0.326208] acpiphp: Slot [24] registered\n[ 0.327013] acpiphp: Slot [25] registered\n[ 0.327813] acpiphp: Slot [26] registered\n[ 0.328618] acpiphp: Slot [27] registered\n[ 0.329412] acpiphp: Slot [28] registered\n[ 0.330208] acpiphp: Slot [29] registered\n[ 0.331004] acpiphp: Slot [30] registered\n[ 0.331825] acpiphp: Slot [31] registered\n[ 0.332634] PCI host bridge to bus 0000:00\n[ 0.333426] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334615] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335799] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337218] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.338639] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.346003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347151] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348385] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355303] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.356740] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.402641] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.404116] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405509] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406925] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408289] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.410714] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411752] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413274] vgaarb: loaded\n[ 0.413866] vgaarb: bridge control possible 0000:00:02.0\n[ 0.414994] SCSI subsystem initialized\n[ 0.415828] ACPI: bus type USB registered\n[ 0.416636] usbcore: registered new interface driver usbfs\n[ 0.417644] usbcore: registered new interface driver hub\n[ 0.418632] usbcore: registered new device driver usb\n[ 0.419715] PCI: Using ACPI for IRQ routing\n[ 0.420732] NetLabel: Initializing\n[ 0.421436] NetLabel: domain hash size = 128\n[ 0.422275] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.423211] NetLabel: unlabeled traffic allowed by default\n[ 0.424337] clocksource: Switched to clocksource kvm-clock\n[ 0.430240] AppArmor: AppArmor Filesystem Enabled\n[ 0.431186] pnp: PnP ACPI init\n[ 0.432117] pnp: PnP ACPI: found 5 devices\n[ 0.439233] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440916] NET: Registered protocol family 2\n[ 0.441889] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.443138] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.444282] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.445423] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446481] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447631] NET: Registered protocol family 1\n[ 0.448480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449557] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450608] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.469200] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487922] Trying to unpack rootfs image as initramfs...\n[ 0.537563] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.553011] Scanning for low memory corruption every 60 seconds\n[ 0.554477] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.555627] audit: initializing netlink subsys (disabled)\n[ 0.556665] audit: type=2000 audit(1543856674.515:1): initialized\n[ 0.557967] Initialise system trusted keyring\n[ 0.558937] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560095] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562219] zbud: loaded\n[ 0.562977] VFS: Disk quotas dquot_6.6.0\n[ 0.563796] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.565363] fuse init (API version 7.23)\n[ 0.566251] Key type big_key registered\n[ 0.567045] Allocating IMA MOK and blacklist keyrings.\n[ 0.568237] Key type asymmetric registered\n[ 0.569060] Asymmetric key parser 'x509' registered\n[ 0.570008] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571485] io scheduler noop registered\n[ 0.572271] io scheduler deadline registered (default)\n[ 0.573258] io scheduler cfq registered\n[ 0.574111] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575146] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.576417] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.577859] ACPI: Power Button [PWRF]\n[ 0.578735] GHES: HEST is not enabled!\n[ 0.597415] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.634484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636883] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.660937] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.663121] Linux agpgart interface v0.103\n[ 0.665433] brd: module loaded\n[ 0.666759] loop: module loaded\n[ 0.673390] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.674831] GPT:90111 != 20971519\n[ 0.675511] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676592] GPT:90111 != 20971519\n[ 0.677272] GPT: Use GNU Parted to correct GPT errors.\n[ 0.678224] vda: vda1 vda15\n[ 0.679706] scsi host0: ata_piix\n[ 0.680462] scsi host1: ata_piix\n[ 0.681161] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.682355] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.683932] libphy: Fixed MDIO Bus: probed\n[ 0.684745] tun: Universal TUN/TAP device driver, 1.6\n[ 0.685682] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.687575] PPP generic driver version 2.4.2\n[ 0.688472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.689726] ehci-pci: EHCI PCI platform driver\n[ 0.690589] ehci-platform: EHCI generic platform driver\n[ 0.691572] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.692690] ohci-pci: OHCI PCI platform driver\n[ 0.693553] ohci-platform: OHCI generic platform driver\n[ 0.694521] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.713101] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.714103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.715530] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.716537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.717633] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.718832] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.720235] usb usb1: Product: UHCI Host Controller\n[ 0.721172] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.722301] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.723292] hub 1-0:1.0: USB hub found\n[ 0.724073] hub 1-0:1.0: 2 ports detected\n[ 0.724979] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.727099] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728054] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.729086] mousedev: PS/2 mouse device common for all mice\n[ 0.730231] rtc_cmos 00:00: RTC can wake from S4\n[ 0.731437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.732622] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734315] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735580] i2c /dev entries driver\n[ 0.736329] device-mapper: uevent: version 1.0.3\n[ 0.737264] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738866] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.740169] NET: Registered protocol family 10\n[ 0.741166] NET: Registered protocol family 17\n[ 0.742041] Key type dns_resolver registered\n[ 0.742987] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.745195] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746916] registered taskstats version 1\n[ 0.747740] Loading compiled-in X.509 certificates\n[ 0.749163] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.750982] zswap: loaded using pool lzo/zbud\n[ 0.752473] Key type trusted registered\n[ 0.754619] Key type encrypted registered\n[ 0.755435] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.756462] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757490] evm: HMAC attrs: 0x1\n[ 0.758455] Magic number: 14:577:86\n[ 0.759318] rtc_cmos 00:00: setting system clock to 2018-12-03 17:04:34 UTC (1543856674)\n[ 0.771422] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.772534] EDD information not available.\n[ 0.837537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.839065] Write protecting the kernel read-only data: 14336k\n[ 0.840682] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.842488] 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\n[ 0.905853] 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.27\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.10...\nLease of 10.55.1.10 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.45. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCvWiX6agpm67nCgsLg45jRwt8WCLHyx59sHZ9KPiYkE85e5VtILUK7Ds9eqDe5KxgT+yeoio02vbzECjyH/GNyQgl5qhHO6S/nkghZTd+PnetJ3NMxK6EEkmC/cNcR4YrS6A2EUyOSrWhVG6H/Ih4wI/L4Rb3q+pxqTaBuTKxuZEwVOlMNx31CIlAjXGUlBuUR1PLsSM9iEC3u/KDLXcmV/ngAkmdpXFwxalnOJGBmWLPwdeWCsuQ7Z07bHK8vv8MW2VQA7adoOvbElVIWN82maG1G6iLSYbVtzCTBDvuN+rY7MrkBF5bzOiLp+c6TKyEEgR8miGi67v3fjYc+ZByt root@createinstancesinglenetworktests-309bf082-5fd6-46fe-94cd-641aa0\nssh-dss AAAAB3NzaC1kc3MAAACBAM9AHFGlO/S0ioh1YpiHhjsYuTlF+39nesPTDFgNqG4xL3UGu7E8ybgoHu7MvNIt9bRnK5P4aYMomBWj5SOagJbJiyzbxdSoul1S5TurzHV+NUdFbwVxzE1YG0Z4MrBVm6+SAQ90buxhPm/iq5eKH54pUlQ1//41HKtbnmT051JvAAAAFQCqv7Z2ZhDvRTKNrmZISL9zkCUcrQAAAIEAmhgzTrJ33BQz0d8USdAOjD2ImpU9Thdzzl9PVsaZ9ze58l0dvc0wnyQ1NBJMlEu0vD+zQMZ6NYpFe4u5RQ0rIRLSSLqwSORxpU8WPK+2exZAYBNlvaOqhrQX+RRNGPduH9yF25RWRpm5aPAmaZtIwjt02V7GArYKVmsoz6QcCHMAAACAAY5DpPHNxB45mJhhjKTy9KwXfK65TAJxyoSEyT1zqNbz0GN3bFmtVD8xNhVELB8LXF/6CTCjXUdjGrgNMNaStmJYPEaFI+fNuh72+PM5XNSu/RIJaiZtM3KXBR45HwjuMsxVw1onVMMn+6qpJFfTr9wSkWqbUwdnHUru6zYkYUw= root@createinstancesinglenetworktests-309bf082-5fd6-46fe-94cd-641aa0\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.10,24,fe80::f816:3eff:fed9:1d6a/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.10 \nip-route:169.254.169.254 via 10.55.1.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-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-309bf082-5fd6-46fe-94cd-641aa0\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-309bf082-5fd6-46fe-94cd-641aa0 login: "} 2018-12-03 17:04:46,401 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1/action used request id req-f94f46ed-dbb6-4b24-8491-86cb1dae1bc5 2018-12-03 17:04:46,403 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-03 17:04:46,403 - 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 782064769 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.127244] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.128858] pid_max: default: 32768 minimum: 301 [ 0.129729] ACPI: Core revision 20150930 [ 0.131097] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132374] Security Framework initialized [ 0.133172] Yama: becoming mindful. [ 0.133889] AppArmor: AppArmor initialized [ 0.134732] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135986] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.137213] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138381] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139713] Initializing cgroup subsys io [ 0.140506] Initializing cgroup subsys memory [ 0.141348] Initializing cgroup subsys devices [ 0.142199] Initializing cgroup subsys freezer [ 0.143064] Initializing cgroup subsys net_cls [ 0.143916] Initializing cgroup subsys perf_event [ 0.144803] Initializing cgroup subsys net_prio [ 0.145667] Initializing cgroup subsys hugetlb [ 0.146522] Initializing cgroup subsys pids [ 0.147382] CPU: Physical Processor ID: 0 [ 0.148865] mce: CPU supports 10 MCE banks [ 0.149691] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.152919] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.159293] ftrace: allocating 31920 entries in 125 pages [ 0.185379] smpboot: Max logical packages: 2 [ 0.186217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.187390] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.188723] x2apic enabled [ 0.189515] Switched APIC routing to physical x2apic. [ 0.191262] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.192457] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.194566] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.196468] KVM setup paravirtual spinlock [ 0.197878] x86: Booting SMP configuration: [ 0.198764] .... node #0, CPUs: #1 [ 0.199644] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.221288] x86: Booted up 1 node, 2 CPUs [ 0.221290] KVM setup async PF for cpu 1 [ 0.221293] kvm-stealtime: cpu 1, msr f90d940 [ 0.223817] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.225265] devtmpfs: initialized [ 0.226971] evm: security.selinux [ 0.227660] evm: security.SMACK64 [ 0.228336] evm: security.SMACK64EXEC [ 0.229064] evm: security.SMACK64TRANSMUTE [ 0.229855] evm: security.SMACK64MMAP [ 0.230593] evm: security.ima [ 0.231220] evm: security.capability [ 0.232038] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233873] pinctrl core: initialized pinctrl subsystem [ 0.234963] RTC time: 17:04:34, date: 12/03/18 [ 0.235930] NET: Registered protocol family 16 [ 0.246933] cpuidle: using governor ladder [ 0.259035] cpuidle: using governor menu [ 0.259838] PCCT header not found. [ 0.260618] ACPI: bus type PCI registered [ 0.261404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.262631] PCI: Using configuration type 1 for base access [ 0.276043] ACPI: Added _OSI(Module Device) [ 0.276885] ACPI: Added _OSI(Processor Device) [ 0.277728] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.278609] ACPI: Added _OSI(Processor Aggregator Device) [ 0.280888] ACPI: Interpreter enabled [ 0.281642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.283452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.285267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.287073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.288892] ACPI: (supports S0 S5) [ 0.289585] ACPI: Using IOAPIC for interrupt routing [ 0.290552] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.293888] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.295015] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.296226] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.297397] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.299613] acpiphp: Slot [3] registered [ 0.300400] acpiphp: Slot [4] registered [ 0.301185] acpiphp: Slot [5] registered [ 0.301979] acpiphp: Slot [6] registered [ 0.302762] acpiphp: Slot [7] registered [ 0.303541] acpiphp: Slot [8] registered [ 0.304324] acpiphp: Slot [9] registered [ 0.305107] acpiphp: Slot [10] registered [ 0.315799] acpiphp: Slot [11] registered [ 0.316608] acpiphp: Slot [12] registered [ 0.317400] acpiphp: Slot [13] registered [ 0.318199] acpiphp: Slot [14] registered [ 0.318991] acpiphp: Slot [15] registered [ 0.319795] acpiphp: Slot [16] registered [ 0.320592] acpiphp: Slot [17] registered [ 0.321385] acpiphp: Slot [18] registered [ 0.322180] acpiphp: Slot [19] registered [ 0.322980] acpiphp: Slot [20] registered [ 0.323777] acpiphp: Slot [21] registered [ 0.324579] acpiphp: Slot [22] registered [ 0.325373] acpiphp: Slot [23] registered [ 0.326208] acpiphp: Slot [24] registered [ 0.327013] acpiphp: Slot [25] registered [ 0.327813] acpiphp: Slot [26] registered [ 0.328618] acpiphp: Slot [27] registered [ 0.329412] acpiphp: Slot [28] registered [ 0.330208] acpiphp: Slot [29] registered [ 0.331004] acpiphp: Slot [30] registered [ 0.331825] acpiphp: Slot [31] registered [ 0.332634] PCI host bridge to bus 0000:00 [ 0.333426] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.334615] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.335799] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.337218] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.338639] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.344750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.346003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.347151] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.348385] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.355303] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.356740] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.402641] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.404116] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.405509] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.406925] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.408289] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.409556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.410714] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.411752] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.413274] vgaarb: loaded [ 0.413866] vgaarb: bridge control possible 0000:00:02.0 [ 0.414994] SCSI subsystem initialized [ 0.415828] ACPI: bus type USB registered [ 0.416636] usbcore: registered new interface driver usbfs [ 0.417644] usbcore: registered new interface driver hub [ 0.418632] usbcore: registered new device driver usb [ 0.419715] PCI: Using ACPI for IRQ routing [ 0.420732] NetLabel: Initializing [ 0.421436] NetLabel: domain hash size = 128 [ 0.422275] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.423211] NetLabel: unlabeled traffic allowed by default [ 0.424337] clocksource: Switched to clocksource kvm-clock [ 0.430240] AppArmor: AppArmor Filesystem Enabled [ 0.431186] pnp: PnP ACPI init [ 0.432117] pnp: PnP ACPI: found 5 devices [ 0.439233] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.440916] NET: Registered protocol family 2 [ 0.441889] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.443138] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.444282] TCP: Hash tables configured (established 2048 bind 2048) [ 0.445423] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.446481] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.447631] NET: Registered protocol family 1 [ 0.448480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.449557] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450608] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.469200] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.487922] Trying to unpack rootfs image as initramfs... [ 0.537563] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.553011] Scanning for low memory corruption every 60 seconds [ 0.554477] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.555627] audit: initializing netlink subsys (disabled) [ 0.556665] audit: type=2000 audit(1543856674.515:1): initialized [ 0.557967] Initialise system trusted keyring [ 0.558937] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560095] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562219] zbud: loaded [ 0.562977] VFS: Disk quotas dquot_6.6.0 [ 0.563796] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.565363] fuse init (API version 7.23) [ 0.566251] Key type big_key registered [ 0.567045] Allocating IMA MOK and blacklist keyrings. [ 0.568237] Key type asymmetric registered [ 0.569060] Asymmetric key parser 'x509' registered [ 0.570008] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.571485] io scheduler noop registered [ 0.572271] io scheduler deadline registered (default) [ 0.573258] io scheduler cfq registered [ 0.574111] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.575146] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.576417] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.577859] ACPI: Power Button [PWRF] [ 0.578735] GHES: HEST is not enabled! [ 0.597415] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.634484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.636883] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.660937] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.663121] Linux agpgart interface v0.103 [ 0.665433] brd: module loaded [ 0.666759] loop: module loaded [ 0.673390] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.674831] GPT:90111 != 20971519 [ 0.675511] GPT:Alternate GPT header not at the end of the disk. [ 0.676592] GPT:90111 != 20971519 [ 0.677272] GPT: Use GNU Parted to correct GPT errors. [ 0.678224] vda: vda1 vda15 [ 0.679706] scsi host0: ata_piix [ 0.680462] scsi host1: ata_piix [ 0.681161] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.682355] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.683932] libphy: Fixed MDIO Bus: probed [ 0.684745] tun: Universal TUN/TAP device driver, 1.6 [ 0.685682] tun: (C) 1999-2004 Max Krasnyansky [ 0.687575] PPP generic driver version 2.4.2 [ 0.688472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689726] ehci-pci: EHCI PCI platform driver [ 0.690589] ehci-platform: EHCI generic platform driver [ 0.691572] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.692690] ohci-pci: OHCI PCI platform driver [ 0.693553] ohci-platform: OHCI generic platform driver [ 0.694521] uhci_hcd: USB Universal Host Controller Interface driver [ 0.713101] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.714103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.715530] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.716537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.717633] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.718832] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.720235] usb usb1: Product: UHCI Host Controller [ 0.721172] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.722301] usb usb1: SerialNumber: 0000:00:01.2 [ 0.723292] hub 1-0:1.0: USB hub found [ 0.724073] hub 1-0:1.0: 2 ports detected [ 0.724979] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.727099] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728054] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.729086] mousedev: PS/2 mouse device common for all mice [ 0.730231] rtc_cmos 00:00: RTC can wake from S4 [ 0.731437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.732622] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.734315] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.735580] i2c /dev entries driver [ 0.736329] device-mapper: uevent: version 1.0.3 [ 0.737264] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.738866] ledtrig-cpu: registered to indicate activity on CPUs [ 0.740169] NET: Registered protocol family 10 [ 0.741166] NET: Registered protocol family 17 [ 0.742041] Key type dns_resolver registered [ 0.742987] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.744107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.745195] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.746916] registered taskstats version 1 [ 0.747740] Loading compiled-in X.509 certificates [ 0.749163] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.750982] zswap: loaded using pool lzo/zbud [ 0.752473] Key type trusted registered [ 0.754619] Key type encrypted registered [ 0.755435] AppArmor: AppArmor sha1 policy hashing enabled [ 0.756462] ima: No TPM chip found, activating TPM-bypass! [ 0.757490] evm: HMAC attrs: 0x1 [ 0.758455] Magic number: 14:577:86 [ 0.759318] rtc_cmos 00:00: setting system clock to 2018-12-03 17:04:34 UTC (1543856674) [ 0.771422] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.772534] EDD information not available. [ 0.837537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.839065] Write protecting the kernel read-only data: 14336k [ 0.840682] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.842488] 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 [ 0.905853] 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.27 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.10... Lease of 10.55.1.10 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.45. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCvWiX6agpm67nCgsLg45jRwt8WCLHyx59sHZ9KPiYkE85e5VtILUK7Ds9eqDe5KxgT+yeoio02vbzECjyH/GNyQgl5qhHO6S/nkghZTd+PnetJ3NMxK6EEkmC/cNcR4YrS6A2EUyOSrWhVG6H/Ih4wI/L4Rb3q+pxqTaBuTKxuZEwVOlMNx31CIlAjXGUlBuUR1PLsSM9iEC3u/KDLXcmV/ngAkmdpXFwxalnOJGBmWLPwdeWCsuQ7Z07bHK8vv8MW2VQA7adoOvbElVIWN82maG1G6iLSYbVtzCTBDvuN+rY7MrkBF5bzOiLp+c6TKyEEgR8miGi67v3fjYc+ZByt root@createinstancesinglenetworktests-309bf082-5fd6-46fe-94cd-641aa0 ssh-dss AAAAB3NzaC1kc3MAAACBAM9AHFGlO/S0ioh1YpiHhjsYuTlF+39nesPTDFgNqG4xL3UGu7E8ybgoHu7MvNIt9bRnK5P4aYMomBWj5SOagJbJiyzbxdSoul1S5TurzHV+NUdFbwVxzE1YG0Z4MrBVm6+SAQ90buxhPm/iq5eKH54pUlQ1//41HKtbnmT051JvAAAAFQCqv7Z2ZhDvRTKNrmZISL9zkCUcrQAAAIEAmhgzTrJ33BQz0d8USdAOjD2ImpU9Thdzzl9PVsaZ9ze58l0dvc0wnyQ1NBJMlEu0vD+zQMZ6NYpFe4u5RQ0rIRLSSLqwSORxpU8WPK+2exZAYBNlvaOqhrQX+RRNGPduH9yF25RWRpm5aPAmaZtIwjt02V7GArYKVmsoz6QcCHMAAACAAY5DpPHNxB45mJhhjKTy9KwXfK65TAJxyoSEyT1zqNbz0GN3bFmtVD8xNhVELB8LXF/6CTCjXUdjGrgNMNaStmJYPEaFI+fNuh72+PM5XNSu/RIJaiZtM3KXBR45HwjuMsxVw1onVMMn+6qpJFfTr9wSkWqbUwdnHUru6zYkYUw= root@createinstancesinglenetworktests-309bf082-5fd6-46fe-94cd-641aa0 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.10,24,fe80::f816:3eff:fed9:1d6a/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.10 ip-route:169.254.169.254 via 10.55.1.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-0000010b name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-309bf082-5fd6-46fe-94cd-641aa0 launch-index: 0 === cirros: current=0.4.0 uptime=3.50 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-309bf082-5fd6-46fe-94cd-641aa0 login: 2018-12-03 17:04:46,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:46,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-7d2148b5-342b-4a57-9161-076bae85fc27 x-compute-request-id: req-7d2148b5-342b-4a57-9161-076bae85fc27 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:1d:6a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:1d:6a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:04:33.000000", "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}, {"name": "default"}], "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:04:33Z", "hostId": "4bafd3b4765da51f14e54b64d3aef9b4385625087dd612c7bcea4c4e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:46,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-7d2148b5-342b-4a57-9161-076bae85fc27 2018-12-03 17:04:46,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:46,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b3fe408b-4ed1-4b01-90c2-d9ec8a0f908f Date: Mon, 03 Dec 2018 17:04: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":["84c8d9f4-2d19-46cd-aa37-1207fe249db5"],"updated_at":"2018-12-03T17:04:02Z","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14362c3ad7544404bbfa408996af4c7c","id":"603671ae-815d-4005-a63c-1d178043255f","name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net"}]} 2018-12-03 17:04:46,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net used request id req-b3fe408b-4ed1-4b01-90c2-d9ec8a0f908f 2018-12-03 17:04:46,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:47,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d049708-8b85-4881-875d-3dbb91944f0f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:04:47,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-2d049708-8b85-4881-875d-3dbb91944f0f 2018-12-03 17:04:47,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:47,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9b4916b8-6ea4-44dd-97c6-6937388a1e4f Date: Mon, 03 Dec 2018 17:04:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]} 2018-12-03 17:04:47,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-9b4916b8-6ea4-44dd-97c6-6937388a1e4f 2018-12-03 17:04:47,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:47,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-d654224a-7da0-485e-997c-2d286a671698 Date: Mon, 03 Dec 2018 17:04:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.2"}],"id":"2a96391c-70a6-4136-a05d-04a795397ef0","security_groups":[],"mac_address":"fa:16:3e:20:34:d9","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-603671ae-815d-4005-a63c-1d178043255f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.4"}],"id":"396b9dfe-1cfe-4e18-8be0-58c24b596021","security_groups":[],"mac_address":"fa:16:3e:0b:70:1d","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-603671ae-815d-4005-a63c-1d178043255f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.1"}],"id":"5abb7713-6d40-4594-913f-94f114ad49b6","security_groups":[],"mac_address":"fa:16:3e:e3:76:ea","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:10Z","binding:vnic_type":"normal","device_id":"0bdbf112-da66-4407-84d2-185913e61967"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:38Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.10"}],"id":"8d99d57c-8500-4df2-b6fc-f49550fb0a5d","security_groups":["4bb6a7dd-2416-4c66-bacd-693b2f885038","d9a656a2-bde3-495d-808d-2ee5885f9ce8"],"mac_address":"fa:16:3e:d9:1d:6a","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:22Z","binding:vnic_type":"normal","device_id":"b18a939c-6138-406b-86de-fae516cd66f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.3"}],"id":"de02a9e6-d4d6-4de9-b386-eb6e8e9a4f17","security_groups":[],"mac_address":"fa:16:3e:ce:2b:5b","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-603671ae-815d-4005-a63c-1d178043255f"}]} 2018-12-03 17:04:47,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-d654224a-7da0-485e-997c-2d286a671698 2018-12-03 17:04:47,252 - create_instance - INFO - Checking if VM is active 2018-12-03 17:04:47,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:47,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-10ae36ae-4270-45eb-880d-c3b77b82486a x-compute-request-id: req-10ae36ae-4270-45eb-880d-c3b77b82486a Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:1d:6a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:1d:6a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:04:33.000000", "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}, {"name": "default"}], "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:04:33Z", "hostId": "4bafd3b4765da51f14e54b64d3aef9b4385625087dd612c7bcea4c4e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:47,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-10ae36ae-4270-45eb-880d-c3b77b82486a 2018-12-03 17:04:47,575 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst] is - ACTIVE 2018-12-03 17:04:47,575 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:04:47,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:48,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-9cc28fbb-2dbe-4631-85d7-0c547b8d98cd x-compute-request-id: req-9cc28fbb-2dbe-4631-85d7-0c547b8d98cd Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:1d:6a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:1d:6a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:04:33.000000", "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp"}, {"name": "default"}], "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:04:33Z", "hostId": "4bafd3b4765da51f14e54b64d3aef9b4385625087dd612c7bcea4c4e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:48,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-9cc28fbb-2dbe-4631-85d7-0c547b8d98cd 2018-12-03 17:04:48,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:48,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-05ee468f-9e9b-4dc8-a96f-51d31fb11fa3 Date: Mon, 03 Dec 2018 17:04: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":["84c8d9f4-2d19-46cd-aa37-1207fe249db5"],"updated_at":"2018-12-03T17:04:02Z","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14362c3ad7544404bbfa408996af4c7c","id":"603671ae-815d-4005-a63c-1d178043255f","name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net"}]} 2018-12-03 17:04:48,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net used request id req-05ee468f-9e9b-4dc8-a96f-51d31fb11fa3 2018-12-03 17:04:48,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:48,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27c58c29-e3de-4544-a902-8388f5c30f94 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:04:48,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-27c58c29-e3de-4544-a902-8388f5c30f94 2018-12-03 17:04:48,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:48,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dd0c1a2f-73f9-4d8b-9095-d5c75bc1813b Date: Mon, 03 Dec 2018 17:04:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","dns_nameservers":[],"updated_at":"2018-12-03T17:04:02Z","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":"14362c3ad7544404bbfa408996af4c7c","id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet"}]} 2018-12-03 17:04:48,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-dd0c1a2f-73f9-4d8b-9095-d5c75bc1813b 2018-12-03 17:04:48,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:48,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-a551e11f-edff-49e3-a0b0-47dbe253fede Date: Mon, 03 Dec 2018 17:04:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.2"}],"id":"2a96391c-70a6-4136-a05d-04a795397ef0","security_groups":[],"mac_address":"fa:16:3e:20:34:d9","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-603671ae-815d-4005-a63c-1d178043255f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.4"}],"id":"396b9dfe-1cfe-4e18-8be0-58c24b596021","security_groups":[],"mac_address":"fa:16:3e:0b:70:1d","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-603671ae-815d-4005-a63c-1d178043255f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.1"}],"id":"5abb7713-6d40-4594-913f-94f114ad49b6","security_groups":[],"mac_address":"fa:16:3e:e3:76:ea","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:10Z","binding:vnic_type":"normal","device_id":"0bdbf112-da66-4407-84d2-185913e61967"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:38Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.10"}],"id":"8d99d57c-8500-4df2-b6fc-f49550fb0a5d","security_groups":["4bb6a7dd-2416-4c66-bacd-693b2f885038","d9a656a2-bde3-495d-808d-2ee5885f9ce8"],"mac_address":"fa:16:3e:d9:1d:6a","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:22Z","binding:vnic_type":"normal","device_id":"b18a939c-6138-406b-86de-fae516cd66f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:04:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"84c8d9f4-2d19-46cd-aa37-1207fe249db5","ip_address":"10.55.1.3"}],"id":"de02a9e6-d4d6-4de9-b386-eb6e8e9a4f17","security_groups":[],"mac_address":"fa:16:3e:ce:2b:5b","project_id":"14362c3ad7544404bbfa408996af4c7c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603671ae-815d-4005-a63c-1d178043255f","tenant_id":"14362c3ad7544404bbfa408996af4c7c","created_at":"2018-12-03T17:04:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-603671ae-815d-4005-a63c-1d178043255f"}]} 2018-12-03 17:04:48,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=603671ae-815d-4005-a63c-1d178043255f used request id req-a551e11f-edff-49e3-a0b0-47dbe253fede 2018-12-03 17:04:48,590 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:04:48,593 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a623310L 2018-12-03 17:04:48,594 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:04:48,594 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:04:48,594 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:04:48,595 - 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-12-03 17:04:48,595 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:04:48,596 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:04:48,596 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:04:48,596 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:04:48,596 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:04:48,614 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:04:48,614 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:04:48,626 - paramiko.transport - DEBUG - Trying key afaa2d2d6588156621c9fc2204be34f8 from tmp/CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb 2018-12-03 17:04:48,650 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:04:48,654 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:04:48,754 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:04:48,772 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:04:48,772 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:04:48,774 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a623610L 2018-12-03 17:04:48,774 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:04:48,774 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:04:48,775 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:04:48,776 - 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-12-03 17:04:48,776 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:04:48,776 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:04:48,776 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:04:48,777 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:04:48,777 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:04:48,792 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:04:48,793 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:04:48,806 - paramiko.transport - DEBUG - Trying key afaa2d2d6588156621c9fc2204be34f8 from tmp/CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb 2018-12-03 17:04:48,830 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:04:48,833 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:04:48,838 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:04:48,839 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-03 17:04:48,839 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:04:48,841 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:04:48,842 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:04:48,843 - create_instance - INFO - Deleting Floating IP - 172.30.9.210 2018-12-03 17:04:48,843 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.210 2018-12-03 17:04:48,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/floatingips/7749e6ed-1b4f-4240-b5b8-99da29dc2090 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:49,871 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0e4531e2-9fd6-41e7-ac63-c1f62e9c07b7 Content-Length: 0 Date: Mon, 03 Dec 2018 17:04:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:04:49,871 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/7749e6ed-1b4f-4240-b5b8-99da29dc2090 used request id req-0e4531e2-9fd6-41e7-ac63-c1f62e9c07b7 2018-12-03 17:04:49,871 - create_instance - INFO - Deleting Port with ID - 8d99d57c-8500-4df2-b6fc-f49550fb0a5d 2018-12-03 17:04:49,871 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bbport-1 2018-12-03 17:04:49,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/8d99d57c-8500-4df2-b6fc-f49550fb0a5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:50,460 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-050343a2-e94f-4b13-855d-3413e509c46a Date: Mon, 03 Dec 2018 17:04:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:04:50,460 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/8d99d57c-8500-4df2-b6fc-f49550fb0a5d used request id req-050343a2-e94f-4b13-855d-3413e509c46a 2018-12-03 17:04:50,460 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst 2018-12-03 17:04:50,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:50,633 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17: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 x-openstack-request-id: req-fee842f2-6ec0-4ca7-aab1-768be879bcf1 x-compute-request-id: req-fee842f2-6ec0-4ca7-aab1-768be879bcf1 Content-Type: application/json 2018-12-03 17:04:50,633 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-fee842f2-6ec0-4ca7-aab1-768be879bcf1 2018-12-03 17:04:50,634 - create_instance - INFO - Checking deletion status 2018-12-03 17:04:50,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:50,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-d6a02eaa-a7d7-488e-aeb7-595d251a5c3a x-compute-request-id: req-d6a02eaa-a7d7-488e-aeb7-595d251a5c3a 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.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:04:33.000000", "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:04:50Z", "hostId": "4bafd3b4765da51f14e54b64d3aef9b4385625087dd612c7bcea4c4e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:50,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-d6a02eaa-a7d7-488e-aeb7-595d251a5c3a 2018-12-03 17:04:50,743 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst] is - ACTIVE 2018-12-03 17:04:50,743 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:04:53,746 - create_instance - DEBUG - VM status query timeout in 296.887789011 2018-12-03 17:04:53,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:54,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:04: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-38814de7-5fdd-4455-85f3-641910c3b571 x-compute-request-id: req-38814de7-5fdd-4455-85f3-641910c3b571 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.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b18a939c-6138-406b-86de-fae516cd66f1", "rel": "bookmark"}], "image": {"id": "137155bb-89cc-4c75-98ef-3875ac208a62", "links": [{"href": "http://172.30.9.30:8774/images/137155bb-89cc-4c75-98ef-3875ac208a62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:04:33.000000", "flavor": {"id": "ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "links": [{"href": "http://172.30.9.30:8774/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf", "rel": "bookmark"}]}, "id": "b18a939c-6138-406b-86de-fae516cd66f1", "user_id": "55bed53ea3b14aec810ec5cb6c4b5dab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:04:50Z", "hostId": "4bafd3b4765da51f14e54b64d3aef9b4385625087dd612c7bcea4c4e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp", "name": "CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst", "created": "2018-12-03T17:04:25Z", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:04:54,005 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-38814de7-5fdd-4455-85f3-641910c3b571 2018-12-03 17:04:54,005 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst] is - ACTIVE 2018-12-03 17:04:54,006 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:04:57,009 - create_instance - DEBUG - VM status query timeout in 293.625109911 2018-12-03 17:04:57,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8d0b7864727e1fc1a2bb5740f3318af7beb4c" 2018-12-03 17:04:57,056 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 17:04: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-55838d6a-bcb1-4c92-9491-26d0a8a560a6 x-compute-request-id: req-55838d6a-bcb1-4c92-9491-26d0a8a560a6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b18a939c-6138-406b-86de-fae516cd66f1 could not be found.", "code": 404}} 2018-12-03 17:04:57,056 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b18a939c-6138-406b-86de-fae516cd66f1 used request id req-55838d6a-bcb1-4c92-9491-26d0a8a560a6 2018-12-03 17:04:57,057 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b18a939c-6138-406b-86de-fae516cd66f1 could not be found. (HTTP 404) (Request-ID: req-55838d6a-bcb1-4c92-9491-26d0a8a560a6) 2018-12-03 17:04:57,057 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-inst 2018-12-03 17:04:57,058 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp 2018-12-03 17:04:57,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e9bb7485eff280953c8f53733150aaa1254cbf" 2018-12-03 17:04:57,104 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:04: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-49b6aea1-db2e-4540-aa1f-7d03f2b474c4 x-compute-request-id: req-49b6aea1-db2e-4540-aa1f-7d03f2b474c4 Content-Length: 0 Content-Type: application/json 2018-12-03 17:04:57,104 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-kp used request id req-49b6aea1-db2e-4540-aa1f-7d03f2b474c4 2018-12-03 17:04:57,104 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb.pub] 2018-12-03 17:04:57,105 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb] 2018-12-03 17:04:57,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e76ce136d754efaa1a475def7c77664bbee4a95" 2018-12-03 17:04:57,153 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:04: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-30b838be-6a1a-4728-b55f-1c0f345836ce x-compute-request-id: req-30b838be-6a1a-4728-b55f-1c0f345836ce Content-Length: 0 Content-Type: application/json 2018-12-03 17:04:57,153 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ad4c7ebb-b139-4240-91d1-78a3d8d82ebf used request id req-30b838be-6a1a-4728-b55f-1c0f345836ce 2018-12-03 17:04:57,154 - neutron_utils - INFO - Deleting security group rule with ID - 64f18f04-4400-4476-a9c8-6393d264a929 2018-12-03 17:04:57,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/64f18f04-4400-4476-a9c8-6393d264a929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:57,409 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a086f703-a88e-44ee-8463-7ec0a0c6cff8 Content-Length: 0 Date: Mon, 03 Dec 2018 17:04:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:04:57,410 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/64f18f04-4400-4476-a9c8-6393d264a929 used request id req-a086f703-a88e-44ee-8463-7ec0a0c6cff8 2018-12-03 17:04:57,410 - neutron_utils - INFO - Deleting security group rule with ID - 88dd5b9c-db31-4102-a6fb-ab2b660708fa 2018-12-03 17:04:57,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/88dd5b9c-db31-4102-a6fb-ab2b660708fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:57,667 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ccdbec30-bea1-4653-846a-0606f40f941d Content-Length: 0 Date: Mon, 03 Dec 2018 17:04:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:04:57,667 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/88dd5b9c-db31-4102-a6fb-ab2b660708fa used request id req-ccdbec30-bea1-4653-846a-0606f40f941d 2018-12-03 17:04:57,667 - neutron_utils - INFO - Deleting security group rule with ID - d9fd4df9-bb6e-435e-b7d7-7b248332f109 2018-12-03 17:04:57,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/d9fd4df9-bb6e-435e-b7d7-7b248332f109 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:57,924 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b1fbdf25-0e24-4814-a9f0-eaee472f125d Content-Length: 0 Date: Mon, 03 Dec 2018 17:04:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:04:57,924 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/d9fd4df9-bb6e-435e-b7d7-7b248332f109 used request id req-b1fbdf25-0e24-4814-a9f0-eaee472f125d 2018-12-03 17:04:57,924 - neutron_utils - INFO - Deleting security group rule with ID - 35544530-d203-4790-b9b4-cd00916b2fb8 2018-12-03 17:04:57,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/35544530-d203-4790-b9b4-cd00916b2fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:58,211 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d457cdf2-8639-4105-b081-133d23cf458d Content-Length: 0 Date: Mon, 03 Dec 2018 17:04:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:04:58,211 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/35544530-d203-4790-b9b4-cd00916b2fb8 used request id req-d457cdf2-8639-4105-b081-133d23cf458d 2018-12-03 17:04:58,212 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-sec-grp 2018-12-03 17:04:58,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/4bb6a7dd-2416-4c66-bacd-693b2f885038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b03b64f835f5ff9583a69bb25c15c382edab8b9" 2018-12-03 17:04:58,480 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-683f5ca1-e955-444c-82a5-687abc55166a Content-Length: 0 Date: Mon, 03 Dec 2018 17:04:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:04:58,480 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/4bb6a7dd-2416-4c66-bacd-693b2f885038 used request id req-683f5ca1-e955-444c-82a5-687abc55166a 2018-12-03 17:04:58,481 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router and subnet CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet 2018-12-03 17:04:58,481 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router 2018-12-03 17:04:58,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/0bdbf112-da66-4407-84d2-185913e61967/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" -d '{"subnet_id": "84c8d9f4-2d19-46cd-aa37-1207fe249db5"}' 2018-12-03 17:04:59,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cf59abe7-64c4-42b8-bc29-96569441367a Date: Mon, 03 Dec 2018 17:05:00 GMT RESP BODY: {"network_id": "603671ae-815d-4005-a63c-1d178043255f", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "subnet_id": "84c8d9f4-2d19-46cd-aa37-1207fe249db5", "subnet_ids": ["84c8d9f4-2d19-46cd-aa37-1207fe249db5"], "port_id": "5abb7713-6d40-4594-913f-94f114ad49b6", "id": "0bdbf112-da66-4407-84d2-185913e61967"} 2018-12-03 17:04:59,991 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/0bdbf112-da66-4407-84d2-185913e61967/remove_router_interface used request id req-cf59abe7-64c4-42b8-bc29-96569441367a 2018-12-03 17:04:59,992 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router 2018-12-03 17:04:59,992 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-router 2018-12-03 17:04:59,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/0bdbf112-da66-4407-84d2-185913e61967 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa98ad2ba8436e53af3644a300885f6a0db26c5" 2018-12-03 17:05:03,548 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0263406b-bab3-4948-b3d8-05bca11e804a Content-Length: 0 Date: Mon, 03 Dec 2018 17:05:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:05:03,548 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/0bdbf112-da66-4407-84d2-185913e61967 used request id req-0263406b-bab3-4948-b3d8-05bca11e804a 2018-12-03 17:05:03,549 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet 2018-12-03 17:05:03,549 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-subnet 2018-12-03 17:05:03,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/84c8d9f4-2d19-46cd-aa37-1207fe249db5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c0ee05ab586413b4ace9ac7294f00dffaca578" 2018-12-03 17:05:06,066 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4593c011-f9b2-4853-8431-367559d2081a Date: Mon, 03 Dec 2018 17:05:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:05:06,066 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/84c8d9f4-2d19-46cd-aa37-1207fe249db5 used request id req-4593c011-f9b2-4853-8431-367559d2081a 2018-12-03 17:05:06,067 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-pub-net 2018-12-03 17:05:06,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/603671ae-815d-4005-a63c-1d178043255f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c0ee05ab586413b4ace9ac7294f00dffaca578" 2018-12-03 17:05:07,294 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-45ce0136-117f-4a80-b1a0-10c2b9a23e87 Date: Mon, 03 Dec 2018 17:05:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:05:07,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/603671ae-815d-4005-a63c-1d178043255f used request id req-45ce0136-117f-4a80-b1a0-10c2b9a23e87 2018-12-03 17:05:07,295 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-309bf082-5fd6-46fe-94cd-641aa07a35bb-image 2018-12-03 17:05:07,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a68ce72e0a40f11c76f69679f12678bf1e0a0914" 2018-12-03 17:05:08,571 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9c0b7395-7f61-410b-bb34-f76d52a6c6b2 Date: Mon, 03 Dec 2018 17:05:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:05:08,571 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/137155bb-89cc-4c75-98ef-3875ac208a62 used request id req-9c0b7395-7f61-410b-bb34-f76d52a6c6b2 2018-12-03 17:05:08,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:05:08,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a484aaf6-dbda-4e74-9c43-2089fc4a6364 Date: Mon, 03 Dec 2018 17:05:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:00Z", "updated_at": "2018-12-03T17:04:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:00Z", "revision_number": 0, "id": "19e6e89b-48d4-48ed-81da-fb277bc194e0", "remote_group_id": "d9a656a2-bde3-495d-808d-2ee5885f9ce8", "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:00Z", "security_group_id": "d9a656a2-bde3-495d-808d-2ee5885f9ce8", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "14362c3ad7544404bbfa408996af4c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:00Z", "revision_number": 0, "id": "6de7604a-4845-4c13-9a48-eac16e8d8739", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:00Z", "security_group_id": "d9a656a2-bde3-495d-808d-2ee5885f9ce8", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "14362c3ad7544404bbfa408996af4c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:00Z", "revision_number": 0, "id": "ea056c4d-0a2d-4e42-8298-ec963225f996", "remote_group_id": "d9a656a2-bde3-495d-808d-2ee5885f9ce8", "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:00Z", "security_group_id": "d9a656a2-bde3-495d-808d-2ee5885f9ce8", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "14362c3ad7544404bbfa408996af4c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:04:00Z", "revision_number": 0, "id": "ecf9234e-2200-4517-a9f5-a22fe8c28b84", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:04:00Z", "security_group_id": "d9a656a2-bde3-495d-808d-2ee5885f9ce8", "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "14362c3ad7544404bbfa408996af4c7c"}], "revision_number": 4, "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "d9a656a2-bde3-495d-808d-2ee5885f9ce8", "name": "default"}]} 2018-12-03 17:05:08,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-a484aaf6-dbda-4e74-9c43-2089fc4a6364 2018-12-03 17:05:08,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:05:08,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b390936b-ca59-490b-a39d-4e6e651b6b25 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 17:05:08,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-b390936b-ca59-490b-a39d-4e6e651b6b25 2018-12-03 17:05:08,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:05:08,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1830a02-9fc7-4cd7-bbc5-9e87d73916e2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 17:05:08,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-b1830a02-9fc7-4cd7-bbc5-9e87d73916e2 2018-12-03 17:05:08,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:05:09,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-943a7606-d691-438a-899d-de3fc5a30f99 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 17:05:09,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-943a7606-d691-438a-899d-de3fc5a30f99 2018-12-03 17:05:09,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:05:09,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a449fca5-3faa-4c0f-ba73-cec2e011a265 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c"}, "enabled": true, "id": "14362c3ad7544404bbfa408996af4c7c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj"}} 2018-12-03 17:05:09,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-a449fca5-3faa-4c0f-ba73-cec2e011a265 2018-12-03 17:05:09,140 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d9a656a2-bde3-495d-808d-2ee5885f9ce8 2018-12-03 17:05:09,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d9a656a2-bde3-495d-808d-2ee5885f9ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:05:09,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-524d92b3-410e-4287-9fd5-6bacfde7e7d8 Date: Mon, 03 Dec 2018 17:05:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d9a656a2-bde3-495d-808d-2ee5885f9ce8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:04:00Z", "security_group_id": "d9a656a2-bde3-495d-808d-2ee5885f9ce8", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:00Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "19e6e89b-48d4-48ed-81da-fb277bc194e0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:04:00Z", "security_group_id": "d9a656a2-bde3-495d-808d-2ee5885f9ce8", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:00Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "6de7604a-4845-4c13-9a48-eac16e8d8739"}, {"remote_group_id": "d9a656a2-bde3-495d-808d-2ee5885f9ce8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:04:00Z", "security_group_id": "d9a656a2-bde3-495d-808d-2ee5885f9ce8", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:00Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "ea056c4d-0a2d-4e42-8298-ec963225f996"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:04:00Z", "security_group_id": "d9a656a2-bde3-495d-808d-2ee5885f9ce8", "port_range_min": null, "revision_number": 0, "tenant_id": "14362c3ad7544404bbfa408996af4c7c", "created_at": "2018-12-03T17:04:00Z", "project_id": "14362c3ad7544404bbfa408996af4c7c", "id": "ecf9234e-2200-4517-a9f5-a22fe8c28b84"}]} 2018-12-03 17:05:09,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d9a656a2-bde3-495d-808d-2ee5885f9ce8 used request id req-524d92b3-410e-4287-9fd5-6bacfde7e7d8 2018-12-03 17:05:09,313 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 17:05:09,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/d9a656a2-bde3-495d-808d-2ee5885f9ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:05:09,631 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-139765f1-c003-4e79-841c-334a92b7e2db Content-Length: 0 Date: Mon, 03 Dec 2018 17:05:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:05:09,631 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/d9a656a2-bde3-495d-808d-2ee5885f9ce8 used request id req-139765f1-c003-4e79-841c-334a92b7e2db 2018-12-03 17:05:09,632 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj 2018-12-03 17:05:09,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:05:09,856 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:05:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-713c8204-b6d7-4a72-bee4-b2f950d3307d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:05:09,856 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/14362c3ad7544404bbfa408996af4c7c used request id req-713c8204-b6d7-4a72-bee4-b2f950d3307d 2018-12-03 17:05:09,856 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-proj-role 2018-12-03 17:05:09,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/b028fb57fa5b44a6addd0e634f635bf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:05:09,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:05:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3945d425-cb0b-4632-af00-6f604ca4a296 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:05:09,972 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/b028fb57fa5b44a6addd0e634f635bf5 used request id req-3945d425-cb0b-4632-af00-6f604ca4a296 2018-12-03 17:05:09,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e84097348316a5d843efb1b1f4b0abc70d99750" 2018-12-03 17:05:10,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b1f6521-14ef-4ddc-891b-35347e6ad3cc Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:05:10,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3b1f6521-14ef-4ddc-891b-35347e6ad3cc 2018-12-03 17:05:10,057 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-ae08f2d6-a14c-41e-user 2018-12-03 17:05:10,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/55bed53ea3b14aec810ec5cb6c4b5dab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce400b6e8714deeb7f9e7e43f3fa5fa2388bdf7c" 2018-12-03 17:05:10,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:05:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f92d20e-960d-4754-a39e-fdf1d32496cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:05:10,241 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/55bed53ea3b14aec810ec5cb6c4b5dab used request id req-5f92d20e-960d-4754-a39e-fdf1d32496cd 2018-12-03 17:05:10,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:05:10,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:05:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["rcn9hfvBScqf0NrmkmQIsA"], "issued_at": "2018-12-03T17:05:10.000000Z"}} 2018-12-03 17:05:10,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fa1b2f4b1f8fe91ff898cecbc03b571ce76499f" 2018-12-03 17:05:10,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff73e14b-32ac-4d1f-8dd9-e5d9df420e8f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:10,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ff73e14b-32ac-4d1f-8dd9-e5d9df420e8f 2018-12-03 17:05:10,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:05:10,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:05:11,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:05:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["HK6QKbvXQS2_GhSOCuFUwQ"], "issued_at": "2018-12-03T17:05:11.000000Z"}} 2018-12-03 17:05:11,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:05:11,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdda0d8f-3012-4af9-8ec9-fc21ff99f6ce Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:11,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cdda0d8f-3012-4af9-8ec9-fc21ff99f6ce 2018-12-03 17:05:11,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:05:11,196 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:05:11,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:05:11,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-883380fa-41ec-4828-8d06-63e3af3aa2b0 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 17:05:11,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj used request id req-883380fa-41ec-4828-8d06-63e3af3aa2b0 2018-12-03 17:05:11,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:05:11,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15ba7277-82fa-476e-86d7-2ca3f2caffeb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:05:11,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-15ba7277-82fa-476e-86d7-2ca3f2caffeb 2018-12-03 17:05:11,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}}' 2018-12-03 17:05:11,487 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:05:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aaee32e1-2667-46e7-b4d9-e199c662315b Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:11,487 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-aaee32e1-2667-46e7-b4d9-e199c662315b 2018-12-03 17:05:11,488 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj 2018-12-03 17:05:11,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:05:11,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:05:11,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:05:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["WBBfI46ZRaeKCsUtDk9DUA"], "issued_at": "2018-12-03T17:05:11.000000Z"}} 2018-12-03 17:05:11,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f5ecb0e43c0e722595a1c5f83bd96428e394a4" 2018-12-03 17:05:11,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2803e766-ddb9-41e7-adcd-4af6eb7c4e2e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:11,963 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2803e766-ddb9-41e7-adcd-4af6eb7c4e2e 2018-12-03 17:05:11,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:05:11,973 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:05:11,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f5ecb0e43c0e722595a1c5f83bd96428e394a4" 2018-12-03 17:05:12,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2026a590-f34c-4f43-89ec-dccaec397f02 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:05:12,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-2026a590-f34c-4f43-89ec-dccaec397f02 2018-12-03 17:05:12,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f5ecb0e43c0e722595a1c5f83bd96428e394a4" 2018-12-03 17:05:12,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b90085f5-3848-451a-9eee-21e45f4e2812 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}]} 2018-12-03 17:05:12,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj used request id req-b90085f5-3848-451a-9eee-21e45f4e2812 2018-12-03 17:05:12,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f5ecb0e43c0e722595a1c5f83bd96428e394a4" 2018-12-03 17:05:12,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2851d01-5116-44fa-a3b9-feb6d1edfee8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:05:12,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b2851d01-5116-44fa-a3b9-feb6d1edfee8 2018-12-03 17:05:12,631 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-user 2018-12-03 17:05:12,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:05:12,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:05:12,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fbc07e4-af25-416f-aa5a-6757c231cff4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:05:12,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6fbc07e4-af25-416f-aa5a-6757c231cff4 2018-12-03 17:05:12,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role"}}' 2018-12-03 17:05:12,846 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:05:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-139e4732-2830-4dd8-9e7f-d107b3c6ae5b Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "024e452931f9462698b101b936911eea", "links": {"self": "http://172.30.9.30:5000/v3/roles/024e452931f9462698b101b936911eea"}, "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role"}} 2018-12-03 17:05:12,846 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-139e4732-2830-4dd8-9e7f-d107b3c6ae5b 2018-12-03 17:05:12,847 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role 2018-12-03 17:05:12,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/024e452931f9462698b101b936911eea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:05:12,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6a4c561-b7ea-4352-a314-a7483bec321c Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/024e452931f9462698b101b936911eea"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role", "id": "024e452931f9462698b101b936911eea"}} 2018-12-03 17:05:12,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/024e452931f9462698b101b936911eea used request id req-f6a4c561-b7ea-4352-a314-a7483bec321c 2018-12-03 17:05:12,939 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role to project CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj 2018-12-03 17:05:12,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f/users/5d84eb2e896c4f68af7b002e198c55d5/roles/024e452931f9462698b101b936911eea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:05:13,088 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:05:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb0eb9de-475a-4bf6-aed6-02a77fd02b4a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:05:13,088 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f/users/5d84eb2e896c4f68af7b002e198c55d5/roles/024e452931f9462698b101b936911eea used request id req-fb0eb9de-475a-4bf6-aed6-02a77fd02b4a 2018-12-03 17:05:13,089 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:05:13,090 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 17:05:13,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:05:13,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:05:13,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "024e452931f9462698b101b936911eea", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role"}], "expires_at": "2018-12-03T18:05:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-user", "id": "5d84eb2e896c4f68af7b002e198c55d5"}, "audit_ids": ["XUQWwbNQRjaplSIcgJ9Iqg"], "issued_at": "2018-12-03T17:05:13.000000Z"}} 2018-12-03 17:05:13,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce4f2f96a629d420f6910b8da9022c2f3591927e" 2018-12-03 17:05:13,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-444c8ac3-faca-4a74-b724-6847b2facb34 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:13,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-444c8ac3-faca-4a74-b724-6847b2facb34 2018-12-03 17:05:13,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce4f2f96a629d420f6910b8da9022c2f3591927e" 2018-12-03 17:05:13,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-079a7c1a-1eed-4410-b9f4-801813617256 Date: Mon, 03 Dec 2018 17:05:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image"} 2018-12-03 17:05:13,714 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image used request id req-079a7c1a-1eed-4410-b9f4-801813617256 2018-12-03 17:05:13,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce4f2f96a629d420f6910b8da9022c2f3591927e" 2018-12-03 17:05:13,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b4ed46ed-4f1c-4792-a7cc-850a97b02788 Date: Mon, 03 Dec 2018 17:05: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-12-03 17:05:13,875 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-b4ed46ed-4f1c-4792-a7cc-850a97b02788 2018-12-03 17:05:13,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ce4f2f96a629d420f6910b8da9022c2f3591927e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image"}' 2018-12-03 17:05:14,119 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33 X-Openstack-Request-Id: req-1d6afb2c-513a-43e9-bf4d-04d2eabc49ed Date: Mon, 03 Dec 2018 17:05:14 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:05:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T17:05:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "min_disk": 0, "protected": false, "id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "file": "/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33/file", "checksum": null, "owner": "8244cdc294b34d0f93b9e59367bc4b0f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:05:14,120 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1d6afb2c-513a-43e9-bf4d-04d2eabc49ed 2018-12-03 17:05:14,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce4f2f96a629d420f6910b8da9022c2f3591927e" -d '' 2018-12-03 17:05:15,065 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e3225b76-652d-48c5-81b7-6c873f9bcee6 Date: Mon, 03 Dec 2018 17:05:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:05:15,065 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33/file used request id req-e3225b76-652d-48c5-81b7-6c873f9bcee6 2018-12-03 17:05:15,065 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 17:05:15,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce4f2f96a629d420f6910b8da9022c2f3591927e" 2018-12-03 17:05:15,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-1d2668dc-44cb-45ec-ad94-ffbdb46ed077 Date: Mon, 03 Dec 2018 17:05:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:05:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:05:15Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bbb27316-4435-4493-9d84-24eb11b7ce33/snap", "metadata": {}}], "self": "/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "min_disk": 0, "protected": false, "id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "file": "/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8244cdc294b34d0f93b9e59367bc4b0f", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bbb27316-4435-4493-9d84-24eb11b7ce33/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:05:15,236 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33 used request id req-1d2668dc-44cb-45ec-ad94-ffbdb46ed077 2018-12-03 17:05:15,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce4f2f96a629d420f6910b8da9022c2f3591927e" 2018-12-03 17:05:15,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c3aada2e-dcc6-428e-aac1-efbb71a5f508 Date: Mon, 03 Dec 2018 17:05: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-12-03 17:05:15,379 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c3aada2e-dcc6-428e-aac1-efbb71a5f508 2018-12-03 17:05:15,382 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image 2018-12-03 17:05:15,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce4f2f96a629d420f6910b8da9022c2f3591927e" 2018-12-03 17:05:15,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-4756672f-b362-403b-a26a-3f65a7bdc84a Date: Mon, 03 Dec 2018 17:05:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:05:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:05:15Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bbb27316-4435-4493-9d84-24eb11b7ce33/snap", "metadata": {}}], "self": "/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "min_disk": 0, "protected": false, "id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "file": "/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8244cdc294b34d0f93b9e59367bc4b0f", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bbb27316-4435-4493-9d84-24eb11b7ce33/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:05:15,548 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33 used request id req-4756672f-b362-403b-a26a-3f65a7bdc84a 2018-12-03 17:05:15,548 - create_image - DEBUG - Instance status is - active 2018-12-03 17:05:15,549 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image 2018-12-03 17:05:15,549 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image 2018-12-03 17:05:15,549 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:05:15,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:05:15,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "024e452931f9462698b101b936911eea", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role"}], "expires_at": "2018-12-03T18:05:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-user", "id": "5d84eb2e896c4f68af7b002e198c55d5"}, "audit_ids": ["5aD_IIidQJWOQZ4KQhZq8Q"], "issued_at": "2018-12-03T17:05:15.000000Z"}} 2018-12-03 17:05:15,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd595bcfb98063b46adfb3ab0d1c2ac0fdc31bac" 2018-12-03 17:05:16,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e22266a6-64d3-4a0e-8daa-393180721ec4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:16,002 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e22266a6-64d3-4a0e-8daa-393180721ec4 2018-12-03 17:05:16,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd595bcfb98063b46adfb3ab0d1c2ac0fdc31bac" 2018-12-03 17:05:16,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5bcfbf42-79f0-4ccf-93f7-da7980a47ac0 Date: Mon, 03 Dec 2018 17:05:16 GMT RESP BODY: {"networks":[]} 2018-12-03 17:05:16,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-5bcfbf42-79f0-4ccf-93f7-da7980a47ac0 2018-12-03 17:05:16,181 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net 2018-12-03 17:05:16,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd595bcfb98063b46adfb3ab0d1c2ac0fdc31bac" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net", "admin_state_up": true}}' 2018-12-03 17:05:16,971 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-ae56b6ef-78a6-4a2c-a46a-54b3859cde22 Date: Mon, 03 Dec 2018 17:05:16 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T17:05:16Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","mtu":1450}} 2018-12-03 17:05:16,971 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-ae56b6ef-78a6-4a2c-a46a-54b3859cde22 2018-12-03 17:05:16,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd595bcfb98063b46adfb3ab0d1c2ac0fdc31bac" 2018-12-03 17:05:17,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-72c6d230-966f-4a54-89f2-9f348d0f2b2a Date: Mon, 03 Dec 2018 17:05:17 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-12-03T17:05:16Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:17,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-72c6d230-966f-4a54-89f2-9f348d0f2b2a 2018-12-03 17:05:17,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd595bcfb98063b46adfb3ab0d1c2ac0fdc31bac" 2018-12-03 17:05:17,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c27457d8-7b94-4212-9b82-2ca95f0eef14 Date: Mon, 03 Dec 2018 17:05:17 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:05:17,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-c27457d8-7b94-4212-9b82-2ca95f0eef14 2018-12-03 17:05:17,411 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet 2018-12-03 17:05:17,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd595bcfb98063b46adfb3ab0d1c2ac0fdc31bac" -d '{"subnets": [{"ip_version": 4, "network_id": "146a79d4-35ed-40eb-97b7-34835fa5b95a", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]}' 2018-12-03 17:05:18,084 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4c518a55-5a6b-4519-a98e-d045410745cf Date: Mon, 03 Dec 2018 17:05:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:18,084 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-4c518a55-5a6b-4519-a98e-d045410745cf 2018-12-03 17:05:18,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd595bcfb98063b46adfb3ab0d1c2ac0fdc31bac" 2018-12-03 17:05:18,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-dd4eebbb-83a6-44f0-a7fe-32ef95b2ed5c Date: Mon, 03 Dec 2018 17:05: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:18,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-dd4eebbb-83a6-44f0-a7fe-32ef95b2ed5c 2018-12-03 17:05:18,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd595bcfb98063b46adfb3ab0d1c2ac0fdc31bac" 2018-12-03 17:05:18,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6a921b5c-d5a0-4039-9124-7945cc36cf77 Date: Mon, 03 Dec 2018 17:05:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:18,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-6a921b5c-d5a0-4039-9124-7945cc36cf77 2018-12-03 17:05:18,540 - OpenStackNetwork - DEBUG - Network [146a79d4-35ed-40eb-97b7-34835fa5b95a] created successfully 2018-12-03 17:05:18,540 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:05:18,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:05:18,912 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "024e452931f9462698b101b936911eea", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role"}], "expires_at": "2018-12-03T18:05:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-user", "id": "5d84eb2e896c4f68af7b002e198c55d5"}, "audit_ids": ["0TWWIolXQQSdlnwQKxBANQ"], "issued_at": "2018-12-03T17:05:18.000000Z"}} 2018-12-03 17:05:18,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" 2018-12-03 17:05:18,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fbb425a-9fe0-447a-9161-836bbcdd11fa Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:18,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7fbb425a-9fe0-447a-9161-836bbcdd11fa 2018-12-03 17:05:18,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" 2018-12-03 17:05:19,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-724a6c93-70fe-4a9b-a7cd-337c00226fd3 Date: Mon, 03 Dec 2018 17:05:19 GMT RESP BODY: {"routers": []} 2018-12-03 17:05:19,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router&admin_state_up=True used request id req-724a6c93-70fe-4a9b-a7cd-337c00226fd3 2018-12-03 17:05:19,116 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:05:19,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:05:19,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "024e452931f9462698b101b936911eea", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role"}], "expires_at": "2018-12-03T18:05:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-user", "id": "5d84eb2e896c4f68af7b002e198c55d5"}, "audit_ids": ["-8nAF2k_TESX-sYIPCNf3g"], "issued_at": "2018-12-03T17:05:19.000000Z"}} 2018-12-03 17:05:19,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bc4874812a823df3eb4f33052733c31762e30f6" 2018-12-03 17:05:19,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e0f912d-6fe8-4e47-9613-9eb58da5d414 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:19,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7e0f912d-6fe8-4e47-9613-9eb58da5d414 2018-12-03 17:05:19,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" 2018-12-03 17:05:19,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c3aefbf1-454c-48cc-8e03-2c66ec03aaed Date: Mon, 03 Dec 2018 17:05:19 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:05:19,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-c3aefbf1-454c-48cc-8e03-2c66ec03aaed 2018-12-03 17:05:19,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" 2018-12-03 17:05:20,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-980d45f7-8aaa-4439-81ac-f001d818cb92 Date: Mon, 03 Dec 2018 17:05:20 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:05:20,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-980d45f7-8aaa-4439-81ac-f001d818cb92 2018-12-03 17:05:20,130 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router 2018-12-03 17:05:20,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router", "admin_state_up": true}}' 2018-12-03 17:05:25,225 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-187774fd-6435-43ee-8d0b-727659d54866 Date: Mon, 03 Dec 2018 17:05:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:20Z", "admin_state_up": true, "updated_at": "2018-12-03T17:05:21Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "cc61afae-1b0b-4cf3-8aca-01197452bcc5", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router"}} 2018-12-03 17:05:25,225 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-187774fd-6435-43ee-8d0b-727659d54866 2018-12-03 17:05:25,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=cc61afae-1b0b-4cf3-8aca-01197452bcc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" 2018-12-03 17:05:25,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bd40ce56-3f44-4430-b839-864065761b70 Date: Mon, 03 Dec 2018 17:05:25 GMT RESP BODY: {"ports":[]} 2018-12-03 17:05:25,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=cc61afae-1b0b-4cf3-8aca-01197452bcc5 used request id req-bd40ce56-3f44-4430-b839-864065761b70 2018-12-03 17:05:25,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" 2018-12-03 17:05:25,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-189470ec-d400-4193-8ee2-ae8b4234d52f Date: Mon, 03 Dec 2018 17: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:25,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-189470ec-d400-4193-8ee2-ae8b4234d52f 2018-12-03 17:05:25,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:05:25,661 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:05:25,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" 2018-12-03 17:05:25,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56d348e2-ee13-4cf8-831c-6b7f4402483f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:25,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-56d348e2-ee13-4cf8-831c-6b7f4402483f 2018-12-03 17:05:25,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" 2018-12-03 17:05:25,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d4afacc9-b990-4429-9d54-b9f977b9b03c Date: Mon, 03 Dec 2018 17:05:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:25,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-d4afacc9-b990-4429-9d54-b9f977b9b03c 2018-12-03 17:05:25,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" 2018-12-03 17:05:26,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-abcddf49-07bd-4168-bd77-a7c0e20e9ff3 Date: Mon, 03 Dec 2018 17:05:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:26,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet used request id req-abcddf49-07bd-4168-bd77-a7c0e20e9ff3 2018-12-03 17:05:26,047 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-03 17:05:26,047 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router 2018-12-03 17:05:26,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/cc61afae-1b0b-4cf3-8aca-01197452bcc5/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" -d '{"subnet_id": "e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"}' 2018-12-03 17:05:28,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0db177a7-ec13-43ea-84db-e7ec936a14a4 Date: Mon, 03 Dec 2018 17:05:28 GMT RESP BODY: {"network_id": "146a79d4-35ed-40eb-97b7-34835fa5b95a", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "subnet_id": "e7ed0143-f5bd-4657-8e85-a300bc9b8cc9", "subnet_ids": ["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"], "port_id": "2ceef1eb-d6d5-4e28-9b09-724934e835fb", "id": "cc61afae-1b0b-4cf3-8aca-01197452bcc5"} 2018-12-03 17:05:28,054 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/cc61afae-1b0b-4cf3-8aca-01197452bcc5/add_router_interface used request id req-0db177a7-ec13-43ea-84db-e7ec936a14a4 2018-12-03 17:05:28,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/cc61afae-1b0b-4cf3-8aca-01197452bcc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" 2018-12-03 17:05:28,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2651812d-add8-4de7-9ed9-98ea0d5d1892 Date: Mon, 03 Dec 2018 17:05:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:20Z", "admin_state_up": true, "updated_at": "2018-12-03T17:05:27Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "cc61afae-1b0b-4cf3-8aca-01197452bcc5", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router"}} 2018-12-03 17:05:28,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/cc61afae-1b0b-4cf3-8aca-01197452bcc5 used request id req-2651812d-add8-4de7-9ed9-98ea0d5d1892 2018-12-03 17:05:28,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=cc61afae-1b0b-4cf3-8aca-01197452bcc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" 2018-12-03 17:05:28,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-98110618-86e4-4080-b1f7-e9ac652fb5f0 Date: Mon, 03 Dec 2018 17:05:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.1"}],"id":"2ceef1eb-d6d5-4e28-9b09-724934e835fb","security_groups":[],"mac_address":"fa:16:3e:3b:b1:83","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:26Z","binding:vnic_type":"normal","device_id":"cc61afae-1b0b-4cf3-8aca-01197452bcc5"}]} 2018-12-03 17:05:28,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=cc61afae-1b0b-4cf3-8aca-01197452bcc5 used request id req-98110618-86e4-4080-b1f7-e9ac652fb5f0 2018-12-03 17:05:28,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/e7ed0143-f5bd-4657-8e85-a300bc9b8cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" 2018-12-03 17:05:28,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-590d9b39-2e69-4f09-ad96-c4c49d450d94 Date: Mon, 03 Dec 2018 17:05:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}} 2018-12-03 17:05:28,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/e7ed0143-f5bd-4657-8e85-a300bc9b8cc9 used request id req-590d9b39-2e69-4f09-ad96-c4c49d450d94 2018-12-03 17:05:28,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:05:28,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:05:29,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:05:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["B1ZB2hGiQUq0wKD5Eca6DA"], "issued_at": "2018-12-03T17:05:29.000000Z"}} 2018-12-03 17:05:29,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c701c464753288ccbce91d1168115410dc98e7" 2018-12-03 17:05:29,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8639b694-78eb-4596-adb7-9a45253562b2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:29,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8639b694-78eb-4596-adb7-9a45253562b2 2018-12-03 17:05:29,159 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:05:29,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c701c464753288ccbce91d1168115410dc98e7" 2018-12-03 17:05:29,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05: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-31f3ac87-e4a0-43f2-b366-caff3aaa993c x-compute-request-id: req-31f3ac87-e4a0-43f2-b366-caff3aaa993c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 17:05:29,333 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-31f3ac87-e4a0-43f2-b366-caff3aaa993c 2018-12-03 17:05:29,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c701c464753288ccbce91d1168115410dc98e7" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-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-12-03 17:05:29,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05: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-55941f51-25ea-40c2-b745-30631f64c3af x-compute-request-id: req-55941f51-25ea-40c2-b745-30631f64c3af Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:05:29,386 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-55941f51-25ea-40c2-b745-30631f64c3af 2018-12-03 17:05:29,387 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:05:29,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:05:29,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "024e452931f9462698b101b936911eea", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role"}], "expires_at": "2018-12-03T18:05:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-user", "id": "5d84eb2e896c4f68af7b002e198c55d5"}, "audit_ids": ["016clfeHT0eh0W7GDxSfWA"], "issued_at": "2018-12-03T17:05:29.000000Z"}} 2018-12-03 17:05:29,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e9ae8c4929ff8508f1b92f9ea5d574c3a4f571f" 2018-12-03 17:05:29,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-349cdc54-5a85-481c-90fe-16264d9556fe Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:29,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-349cdc54-5a85-481c-90fe-16264d9556fe 2018-12-03 17:05:29,831 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:05:29,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e9ae8c4929ff8508f1b92f9ea5d574c3a4f571f" 2018-12-03 17:05:30,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05: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-9b7a6736-513f-4ebf-9508-c7095ed75998 x-compute-request-id: req-9b7a6736-513f-4ebf-9508-c7095ed75998 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 17:05:30,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-9b7a6736-513f-4ebf-9508-c7095ed75998 2018-12-03 17:05:30,003 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp... 2018-12-03 17:05:30,003 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 17:05:30,063 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp 2018-12-03 17:05:30,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e9ae8c4929ff8508f1b92f9ea5d574c3a4f571f" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDm0/1u2D8Ve9iFHHVjj1OjbrwOsBgjX4bf3CffWoFHJvZWM8qS4macHCHT8scVSQsdWbRXnMMSrQXgVLKUE5FmamIlFOtGf1RSWwcBYWAvQRShlpiUwHq5XbGiezvCnZFAP/wLOKU/AtZTT/fL4mesOn1dehwy5OhHB8Ldw7GIvw==", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp"}}' 2018-12-03 17:05:30,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05: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-64f62a44-3b85-4b9a-89f3-3d538bc46907 x-compute-request-id: req-64f62a44-3b85-4b9a-89f3-3d538bc46907 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDm0/1u2D8Ve9iFHHVjj1OjbrwOsBgjX4bf3CffWoFHJvZWM8qS4macHCHT8scVSQsdWbRXnMMSrQXgVLKUE5FmamIlFOtGf1RSWwcBYWAvQRShlpiUwHq5XbGiezvCnZFAP/wLOKU/AtZTT/fL4mesOn1dehwy5OhHB8Ldw7GIvw==", "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "fingerprint": "ea:1e:9b:b9:07:06:ac:42:82:8c:87:b3:16:fb:46:f3"}} 2018-12-03 17:05:30,136 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-64f62a44-3b85-4b9a-89f3-3d538bc46907 2018-12-03 17:05:30,138 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428.pub 2018-12-03 17:05:30,139 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428 2018-12-03 17:05:30,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:05:30,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:05:30,512 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "024e452931f9462698b101b936911eea", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role"}], "expires_at": "2018-12-03T18:05:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-user", "id": "5d84eb2e896c4f68af7b002e198c55d5"}, "audit_ids": ["5WyUfMZHRhqONDfJbPwuLw"], "issued_at": "2018-12-03T17:05:30.000000Z"}} 2018-12-03 17:05:30,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:30,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa0ef49b-8e00-444c-849c-73a9b50d98e9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:30,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-aa0ef49b-8e00-444c-849c-73a9b50d98e9 2018-12-03 17:05:30,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:30,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e0b2328b-c8d9-46df-8d4e-92db7d2aa6e0 Date: Mon, 03 Dec 2018 17:05:30 GMT RESP BODY: {"security_groups": []} 2018-12-03 17:05:30,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp used request id req-e0b2328b-c8d9-46df-8d4e-92db7d2aa6e0 2018-12-03 17:05:30,781 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp... 2018-12-03 17:05:30,781 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp 2018-12-03 17:05:30,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}}' 2018-12-03 17:05:31,116 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-b44ac7d9-0fcc-4a1b-83f0-2e95160870f8 Date: Mon, 03 Dec 2018 17:05:31 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "updated_at": "2018-12-03T17:05:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "revision_number": 0, "id": "0ba52dc1-e0e6-4909-b661-ec1e7f0aa817", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "revision_number": 0, "id": "5fd3c0e6-4241-459d-b54b-27c925be7ebf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}], "revision_number": 2, "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}} 2018-12-03 17:05:31,117 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-b44ac7d9-0fcc-4a1b-83f0-2e95160870f8 2018-12-03 17:05:31,117 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28c4caa7-aff0-425c-8bbb-cbee25d9ecff 2018-12-03 17:05:31,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:31,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-99989f2e-b54f-4f78-81a8-dc0af8f7cb16 Date: Mon, 03 Dec 2018 17:05: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-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "0ba52dc1-e0e6-4909-b661-ec1e7f0aa817"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "5fd3c0e6-4241-459d-b54b-27c925be7ebf"}]} 2018-12-03 17:05:31,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff used request id req-99989f2e-b54f-4f78-81a8-dc0af8f7cb16 2018-12-03 17:05:31,293 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28c4caa7-aff0-425c-8bbb-cbee25d9ecff 2018-12-03 17:05:31,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:31,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3e9313ef-e6e8-4a1c-9353-815fb456cc35 Date: Mon, 03 Dec 2018 17:05: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-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "0ba52dc1-e0e6-4909-b661-ec1e7f0aa817"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "5fd3c0e6-4241-459d-b54b-27c925be7ebf"}]} 2018-12-03 17:05:31,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff used request id req-3e9313ef-e6e8-4a1c-9353-815fb456cc35 2018-12-03 17:05:31,627 - neutron_utils - INFO - Retrieving security group with ID - 28c4caa7-aff0-425c-8bbb-cbee25d9ecff 2018-12-03 17:05:31,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:31,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-2a681c82-586c-4931-8229-149c9e1c68a6 Date: Mon, 03 Dec 2018 17:05:31 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "updated_at": "2018-12-03T17:05:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "revision_number": 0, "id": "0ba52dc1-e0e6-4909-b661-ec1e7f0aa817", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "revision_number": 0, "id": "5fd3c0e6-4241-459d-b54b-27c925be7ebf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}], "revision_number": 2, "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}]} 2018-12-03 17:05:31,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff used request id req-2a681c82-586c-4931-8229-149c9e1c68a6 2018-12-03 17:05:31,827 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28c4caa7-aff0-425c-8bbb-cbee25d9ecff 2018-12-03 17:05:31,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:31,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-faf4e7fd-8d87-4e1c-a213-d4d8d85f832a Date: Mon, 03 Dec 2018 17:05: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-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "0ba52dc1-e0e6-4909-b661-ec1e7f0aa817"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "5fd3c0e6-4241-459d-b54b-27c925be7ebf"}]} 2018-12-03 17:05:31,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff used request id req-faf4e7fd-8d87-4e1c-a213-d4d8d85f832a 2018-12-03 17:05:31,997 - neutron_utils - INFO - Retrieving security group with ID - 28c4caa7-aff0-425c-8bbb-cbee25d9ecff 2018-12-03 17:05:32,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:32,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-5bf6738e-e0b8-4ebb-b0e0-ea28f0a29874 Date: Mon, 03 Dec 2018 17:05:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "updated_at": "2018-12-03T17:05:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "revision_number": 0, "id": "0ba52dc1-e0e6-4909-b661-ec1e7f0aa817", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "revision_number": 0, "id": "5fd3c0e6-4241-459d-b54b-27c925be7ebf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}], "revision_number": 2, "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}]} 2018-12-03 17:05:32,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff used request id req-5bf6738e-e0b8-4ebb-b0e0-ea28f0a29874 2018-12-03 17:05:32,199 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28c4caa7-aff0-425c-8bbb-cbee25d9ecff 2018-12-03 17:05:32,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:32,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e20da282-2ec0-4189-8cf2-1b99b804a3bc Date: Mon, 03 Dec 2018 17:05: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-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "0ba52dc1-e0e6-4909-b661-ec1e7f0aa817"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "5fd3c0e6-4241-459d-b54b-27c925be7ebf"}]} 2018-12-03 17:05:32,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff used request id req-e20da282-2ec0-4189-8cf2-1b99b804a3bc 2018-12-03 17:05:32,265 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp 2018-12-03 17:05:32,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:32,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-643b0588-04a0-49fe-8da0-f47cbcc3a258 Date: Mon, 03 Dec 2018 17:05:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "updated_at": "2018-12-03T17:05:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "revision_number": 0, "id": "0ba52dc1-e0e6-4909-b661-ec1e7f0aa817", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "revision_number": 0, "id": "5fd3c0e6-4241-459d-b54b-27c925be7ebf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}], "revision_number": 2, "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}]} 2018-12-03 17:05:32,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp used request id req-643b0588-04a0-49fe-8da0-f47cbcc3a258 2018-12-03 17:05:32,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:05:32,324 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:05:32,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:32,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2943832a-1353-490b-9165-05eaf36a250c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:32,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-2943832a-1353-490b-9165-05eaf36a250c 2018-12-03 17:05:32,403 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28c4caa7-aff0-425c-8bbb-cbee25d9ecff 2018-12-03 17:05:32,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:32,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-15f67031-d790-40c3-aa87-36c8272ccf21 Date: Mon, 03 Dec 2018 17:05: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-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "0ba52dc1-e0e6-4909-b661-ec1e7f0aa817"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "5fd3c0e6-4241-459d-b54b-27c925be7ebf"}]} 2018-12-03 17:05:32,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff used request id req-15f67031-d790-40c3-aa87-36c8272ccf21 2018-12-03 17:05:32,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}e8f187c36df4796e531962a680c3756025326f3e" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff"}}' 2018-12-03 17:05:32,871 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-7956c4cc-8578-4491-a564-5b91efd77428 Date: Mon, 03 Dec 2018 17:05:32 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-12-03T17:05:32Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:32Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "4f5110cb-945a-4aff-ad07-2df03d8b8b44"}} 2018-12-03 17:05:32,871 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-7956c4cc-8578-4491-a564-5b91efd77428 2018-12-03 17:05:32,872 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp 2018-12-03 17:05:32,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:32,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-56bbf343-b885-46fd-a645-9a2d0d16294f Date: Mon, 03 Dec 2018 17:05:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "updated_at": "2018-12-03T17:05:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "revision_number": 0, "id": "0ba52dc1-e0e6-4909-b661-ec1e7f0aa817", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:32Z", "revision_number": 0, "id": "4f5110cb-945a-4aff-ad07-2df03d8b8b44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:32Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "revision_number": 0, "id": "5fd3c0e6-4241-459d-b54b-27c925be7ebf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}], "revision_number": 3, "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}]} 2018-12-03 17:05:32,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp used request id req-56bbf343-b885-46fd-a645-9a2d0d16294f 2018-12-03 17:05:32,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:33,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74c3aa9d-dfaf-4460-b464-6458a099aa93 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:33,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-74c3aa9d-dfaf-4460-b464-6458a099aa93 2018-12-03 17:05:33,003 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28c4caa7-aff0-425c-8bbb-cbee25d9ecff 2018-12-03 17:05:33,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:33,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-266816d0-ca4a-4ef5-b6cf-24623d0c6a1f Date: Mon, 03 Dec 2018 17:05:33 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-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "0ba52dc1-e0e6-4909-b661-ec1e7f0aa817"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:05:32Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:32Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "4f5110cb-945a-4aff-ad07-2df03d8b8b44"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "5fd3c0e6-4241-459d-b54b-27c925be7ebf"}]} 2018-12-03 17:05:33,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff used request id req-266816d0-ca4a-4ef5-b6cf-24623d0c6a1f 2018-12-03 17:05:33,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}e8f187c36df4796e531962a680c3756025326f3e" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff"}}' 2018-12-03 17:05:33,506 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-6db8316d-0914-41c8-b957-7020e7e25095 Date: Mon, 03 Dec 2018 17:05:33 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-12-03T17:05:33Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": 22, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:33Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "ea39e98d-4d84-446a-970d-a000c272312f"}} 2018-12-03 17:05:33,507 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-6db8316d-0914-41c8-b957-7020e7e25095 2018-12-03 17:05:33,507 - neutron_utils - INFO - Retrieving security group with ID - 28c4caa7-aff0-425c-8bbb-cbee25d9ecff 2018-12-03 17:05:33,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:33,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-042bb8d7-bd4b-466c-9914-b319f76e756f Date: Mon, 03 Dec 2018 17:05:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "updated_at": "2018-12-03T17:05:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "revision_number": 0, "id": "0ba52dc1-e0e6-4909-b661-ec1e7f0aa817", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:32Z", "revision_number": 0, "id": "4f5110cb-945a-4aff-ad07-2df03d8b8b44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:32Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "revision_number": 0, "id": "5fd3c0e6-4241-459d-b54b-27c925be7ebf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:05:33Z", "revision_number": 0, "id": "ea39e98d-4d84-446a-970d-a000c272312f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:33Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}], "revision_number": 4, "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}]} 2018-12-03 17:05:33,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff used request id req-042bb8d7-bd4b-466c-9914-b319f76e756f 2018-12-03 17:05:33,722 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28c4caa7-aff0-425c-8bbb-cbee25d9ecff 2018-12-03 17:05:33,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:05:33,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-029f01d9-c94f-4eb8-b4d3-f99e59f81bc0 Date: Mon, 03 Dec 2018 17:05:33 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-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "0ba52dc1-e0e6-4909-b661-ec1e7f0aa817"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:05:32Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:32Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "4f5110cb-945a-4aff-ad07-2df03d8b8b44"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:05:31Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:31Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "5fd3c0e6-4241-459d-b54b-27c925be7ebf"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-03T17:05:33Z", "security_group_id": "28c4caa7-aff0-425c-8bbb-cbee25d9ecff", "port_range_min": 22, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:33Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "ea39e98d-4d84-446a-970d-a000c272312f"}]} 2018-12-03 17:05:33,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=28c4caa7-aff0-425c-8bbb-cbee25d9ecff used request id req-029f01d9-c94f-4eb8-b4d3-f99e59f81bc0 2018-12-03 17:05:33,757 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:05:33,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:05:34,219 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "024e452931f9462698b101b936911eea", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role"}], "expires_at": "2018-12-03T18:05:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-user", "id": "5d84eb2e896c4f68af7b002e198c55d5"}, "audit_ids": ["9w0sRC4uQ6iTPQXCaW5KEA"], "issued_at": "2018-12-03T17:05:34.000000Z"}} 2018-12-03 17:05:34,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:34,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc6a1d84-bdab-4377-9569-460fbc63248c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:34,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fc6a1d84-bdab-4377-9569-460fbc63248c 2018-12-03 17:05:34,307 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:05:34,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:34,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b6b917f-33db-448b-908d-14c29372099d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:34,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7b6b917f-33db-448b-908d-14c29372099d 2018-12-03 17:05:34,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:34,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e013ebd3-bbb2-4b07-a07b-c5db6bcc4303 Date: Mon, 03 Dec 2018 17:05: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:34,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-e013ebd3-bbb2-4b07-a07b-c5db6bcc4303 2018-12-03 17:05:34,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:05:34,646 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:05:34,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:34,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a06bb556-4e82-407f-b87b-e0b754ed2060 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:34,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-a06bb556-4e82-407f-b87b-e0b754ed2060 2018-12-03 17:05:34,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:34,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-02523321-34e2-4cdb-aa2a-d45f6f03bfc7 Date: Mon, 03 Dec 2018 17:05:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:34,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-02523321-34e2-4cdb-aa2a-d45f6f03bfc7 2018-12-03 17:05:34,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:35,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-55cc82d5-c9ca-4b5e-87c7-dc956ed5ea0d Date: Mon, 03 Dec 2018 17:05:35 GMT RESP BODY: {"ports":[]} 2018-12-03 17:05:35,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1&admin_state_up=True used request id req-55cc82d5-c9ca-4b5e-87c7-dc956ed5ea0d 2018-12-03 17:05:35,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:35,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-abfeb649-1a11-42c9-980f-14d4085b9c5f x-compute-request-id: req-abfeb649-1a11-42c9-980f-14d4085b9c5f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 17:05:35,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst used request id req-abfeb649-1a11-42c9-980f-14d4085b9c5f 2018-12-03 17:05:35,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:35,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-39533070-ca7a-4b87-96fb-74536a313280 Date: Mon, 03 Dec 2018 17:05: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:35,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-39533070-ca7a-4b87-96fb-74536a313280 2018-12-03 17:05:35,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:35,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0eaa816-9b25-43e0-beb4-f44a6f1d2094 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:35,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-b0eaa816-9b25-43e0-beb4-f44a6f1d2094 2018-12-03 17:05:35,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:36,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e389b2d0-699a-469b-a3f8-cef8101731e4 Date: Mon, 03 Dec 2018 17:05:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:36,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-e389b2d0-699a-469b-a3f8-cef8101731e4 2018-12-03 17:05:36,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:36,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e9176f2c-701d-4b4d-b057-a7eccf34d260 Date: Mon, 03 Dec 2018 17:05:36 GMT RESP BODY: {"ports":[]} 2018-12-03 17:05:36,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1&admin_state_up=True used request id req-e9176f2c-701d-4b4d-b057-a7eccf34d260 2018-12-03 17:05:36,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:05:36,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:05:36,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "024e452931f9462698b101b936911eea", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role"}], "expires_at": "2018-12-03T18:05:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-user", "id": "5d84eb2e896c4f68af7b002e198c55d5"}, "audit_ids": ["NFEd98v-SeuiohiDLShpeQ"], "issued_at": "2018-12-03T17:05:36.000000Z"}} 2018-12-03 17:05:36,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a074e6fc09ec01d4d638fe4b3e5133766c1c4e19" 2018-12-03 17:05:36,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbdff52e-698e-44b5-8a78-4bd08851585b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:36,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fbdff52e-698e-44b5-8a78-4bd08851585b 2018-12-03 17:05:36,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:36,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ba1d92c5-f639-4238-8d24-03f87e6986ab Date: Mon, 03 Dec 2018 17:05: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:36,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-ba1d92c5-f639-4238-8d24-03f87e6986ab 2018-12-03 17:05:36,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:36,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dec636ab-cbef-4491-8d6f-993a7a93b8f1 Date: Mon, 03 Dec 2018 17:05:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:36,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-dec636ab-cbef-4491-8d6f-993a7a93b8f1 2018-12-03 17:05:37,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:37,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-28a0fd91-026e-4de3-98a3-fde34d713183 Date: Mon, 03 Dec 2018 17:05: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:37,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-28a0fd91-026e-4de3-98a3-fde34d713183 2018-12-03 17:05:37,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:05:37,260 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:05:37,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a074e6fc09ec01d4d638fe4b3e5133766c1c4e19" 2018-12-03 17:05:37,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a957d71d-b24d-4915-940d-b10f50ce4916 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:37,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-a957d71d-b24d-4915-940d-b10f50ce4916 2018-12-03 17:05:37,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:37,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-406a174a-728e-4717-9720-733928cb1289 Date: Mon, 03 Dec 2018 17:05:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:37,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-406a174a-728e-4717-9720-733928cb1289 2018-12-03 17:05:37,538 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net 2018-12-03 17:05:37,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" -d '{"port": {"network_id": "146a79d4-35ed-40eb-97b7-34835fa5b95a", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1", "admin_state_up": true}}' 2018-12-03 17:05:38,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-0e961514-78d1-44ea-a685-431da4a3e1cd Date: Mon, 03 Dec 2018 17:05:38 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:38Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.8"}],"id":"8a5b179a-335c-4cbb-a0e1-0cf4caaa2950","security_groups":["244907f1-c1a5-4e2c-bcb8-10835865e1dd"],"mac_address":"fa:16:3e:c9:be:e3","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","qos_policy_id":null,"admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:37Z","binding:vnic_type":"normal"}} 2018-12-03 17:05:38,654 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-0e961514-78d1-44ea-a685-431da4a3e1cd 2018-12-03 17:05:38,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:39,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-dd76c71e-54cb-4089-8a89-e2f75abeb091 Date: Mon, 03 Dec 2018 17: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:39,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-dd76c71e-54cb-4089-8a89-e2f75abeb091 2018-12-03 17:05:39,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:39,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8466ad55-58c9-4552-8284-549a116aadc2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:39,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-8466ad55-58c9-4552-8284-549a116aadc2 2018-12-03 17:05:39,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:39,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8ee75633-6f72-4301-9035-148be20e1f90 Date: Mon, 03 Dec 2018 17:05:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:39,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-8ee75633-6f72-4301-9035-148be20e1f90 2018-12-03 17:05:39,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:39,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-394454ca-6899-4f59-9353-fe85c5025a24 Date: Mon, 03 Dec 2018 17:05:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:38Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.8"}],"id":"8a5b179a-335c-4cbb-a0e1-0cf4caaa2950","security_groups":["244907f1-c1a5-4e2c-bcb8-10835865e1dd"],"mac_address":"fa:16:3e:c9:be:e3","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:37Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 17:05:39,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1&admin_state_up=True used request id req-394454ca-6899-4f59-9353-fe85c5025a24 2018-12-03 17:05:39,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:39,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1964ea64-72fb-434e-b5e6-5e80fe5371d6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:39,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-1964ea64-72fb-434e-b5e6-5e80fe5371d6 2018-12-03 17:05:39,666 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst 2018-12-03 17:05:39,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:39,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-10f337d4-428e-4f6d-b295-90f144790970 x-compute-request-id: req-10f337d4-428e-4f6d-b295-90f144790970 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-flavor-name"}]} 2018-12-03 17:05:39,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-10f337d4-428e-4f6d-b295-90f144790970 2018-12-03 17:05:39,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:39,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-43db4d90-8298-4040-b489-8889c338a4a3 x-compute-request-id: req-43db4d90-8298-4040-b489-8889c338a4a3 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:05:39,727 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758 used request id req-43db4d90-8298-4040-b489-8889c338a4a3 2018-12-03 17:05:39,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:39,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-1f15ad94-f59c-4bbf-925c-1c341f2b454d Date: Mon, 03 Dec 2018 17:05:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:05:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:05:15Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bbb27316-4435-4493-9d84-24eb11b7ce33/snap", "metadata": {}}], "self": "/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "min_disk": 0, "protected": false, "id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "file": "/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8244cdc294b34d0f93b9e59367bc4b0f", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bbb27316-4435-4493-9d84-24eb11b7ce33/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image"} 2018-12-03 17:05:39,909 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image used request id req-1f15ad94-f59c-4bbf-925c-1c341f2b454d 2018-12-03 17:05:39,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:40,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f753d95b-6bc8-4feb-9d3a-9ebd6b75f32c Date: Mon, 03 Dec 2018 17:05: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-12-03 17:05:40,059 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-f753d95b-6bc8-4feb-9d3a-9ebd6b75f32c 2018-12-03 17:05:40,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "imageRef": "bbb27316-4435-4493-9d84-24eb11b7ce33", "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "flavorRef": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "max_count": 1, "min_count": 1, "networks": [{"port": "8a5b179a-335c-4cbb-a0e1-0cf4caaa2950"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}]}}' 2018-12-03 17:05:42,507 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:05: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-c0662647-197f-4a9a-92bf-9615bbcc6aa7 x-compute-request-id: req-c0662647-197f-4a9a-92bf-9615bbcc6aa7 Content-Length: 444 location: http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "adminPass": "3aPkxWq6yNyo"}} 2018-12-03 17:05:42,507 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-c0662647-197f-4a9a-92bf-9615bbcc6aa7 2018-12-03 17:05:42,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:42,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05: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-6bea32c6-6df7-4e6e-8e90-afc4f08086f6 x-compute-request-id: req-6bea32c6-6df7-4e6e-8e90-afc4f08086f6 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.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "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-12-03T17:05:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:05:42,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-6bea32c6-6df7-4e6e-8e90-afc4f08086f6 2018-12-03 17:05:42,890 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst 2018-12-03 17:05:42,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:43,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05: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-e23e4bfa-732d-4848-8b4f-9a78f0fd0cb5 x-compute-request-id: req-e23e4bfa-732d-4848-8b4f-9a78f0fd0cb5 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.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:05:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:05:43,289 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-e23e4bfa-732d-4848-8b4f-9a78f0fd0cb5 2018-12-03 17:05:43,290 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst] is - BUILD 2018-12-03 17:05:43,290 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:05:46,293 - create_instance - DEBUG - VM status query timeout in 896.596409082 2018-12-03 17:05:46,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:46,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-7f70e9c6-40db-4c56-85af-5ee08b249402 x-compute-request-id: req-7f70e9c6-40db-4c56-85af-5ee08b249402 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.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "security_groups": [{"name": "default"}], "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:05:44Z", "hostId": "56f7f1b7b18fd4d70b9b99a3c61f6e1ba03284e6d7ab883ea443d8f6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:05:46,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-7f70e9c6-40db-4c56-85af-5ee08b249402 2018-12-03 17:05:46,778 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst] is - BUILD 2018-12-03 17:05:46,778 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:05:49,781 - create_instance - DEBUG - VM status query timeout in 893.108386993 2018-12-03 17:05:49,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:50,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-5ac72dbe-dcf5-41aa-ab61-5c17ae94f176 x-compute-request-id: req-5ac72dbe-dcf5-41aa-ab61-5c17ae94f176 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:be:e3", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:05:49.000000", "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "security_groups": [{"name": "default"}], "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:05:49Z", "hostId": "56f7f1b7b18fd4d70b9b99a3c61f6e1ba03284e6d7ab883ea443d8f6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:05:50,332 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-5ac72dbe-dcf5-41aa-ab61-5c17ae94f176 2018-12-03 17:05:50,332 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst] is - ACTIVE 2018-12-03 17:05:50,332 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:05:50,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:50,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05: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-43bcc5db-7540-4897-bb76-61e0d7d7494b x-compute-request-id: req-43bcc5db-7540-4897-bb76-61e0d7d7494b Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:be:e3", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:05:49.000000", "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "security_groups": [{"name": "default"}], "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:05:49Z", "hostId": "56f7f1b7b18fd4d70b9b99a3c61f6e1ba03284e6d7ab883ea443d8f6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:05:50,727 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-43bcc5db-7540-4897-bb76-61e0d7d7494b 2018-12-03 17:05:50,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:50,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1051e273-4fc4-4e9d-baff-7b0374ed4381 Date: Mon, 03 Dec 2018 17:05: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:50,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-1051e273-4fc4-4e9d-baff-7b0374ed4381 2018-12-03 17:05:50,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:50,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffa79066-d59d-4865-8249-3495ba6ad841 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:50,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-ffa79066-d59d-4865-8249-3495ba6ad841 2018-12-03 17:05:50,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:50,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5bc54cb6-a33e-4c3e-a322-d5d72a5acc07 Date: Mon, 03 Dec 2018 17:05:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:50,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-5bc54cb6-a33e-4c3e-a322-d5d72a5acc07 2018-12-03 17:05:50,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:51,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-1f9fe250-aad5-4ea9-9d56-465ea96f871d Date: Mon, 03 Dec 2018 17:05:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.4"}],"id":"198e44ea-6329-4744-b44b-ba528d9a53d0","security_groups":[],"mac_address":"fa:16:3e:be:f9:74","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-146a79d4-35ed-40eb-97b7-34835fa5b95a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.1"}],"id":"2ceef1eb-d6d5-4e28-9b09-724934e835fb","security_groups":[],"mac_address":"fa:16:3e:3b:b1:83","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:26Z","binding:vnic_type":"normal","device_id":"cc61afae-1b0b-4cf3-8aca-01197452bcc5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.2"}],"id":"6d41b70f-20f7-45e5-84e7-7d7ae2d99755","security_groups":[],"mac_address":"fa:16:3e:14:5e:e1","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-146a79d4-35ed-40eb-97b7-34835fa5b95a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:48Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.8"}],"id":"8a5b179a-335c-4cbb-a0e1-0cf4caaa2950","security_groups":["244907f1-c1a5-4e2c-bcb8-10835865e1dd"],"mac_address":"fa:16:3e:c9:be:e3","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:37Z","binding:vnic_type":"normal","device_id":"461ad64c-bd82-452e-ab97-667c1877c3d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.3"}],"id":"c0f4ba80-5053-4845-a8ff-93f5e008521e","security_groups":[],"mac_address":"fa:16:3e:19:d4:21","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-146a79d4-35ed-40eb-97b7-34835fa5b95a"}]} 2018-12-03 17:05:51,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-1f9fe250-aad5-4ea9-9d56-465ea96f871d 2018-12-03 17:05:51,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:51,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05: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-01218d7c-c136-4e09-ac14-1c40dc78e113 x-compute-request-id: req-01218d7c-c136-4e09-ac14-1c40dc78e113 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:be:e3", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:05:49.000000", "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "security_groups": [{"name": "default"}], "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:05:49Z", "hostId": "56f7f1b7b18fd4d70b9b99a3c61f6e1ba03284e6d7ab883ea443d8f6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:05:51,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-01218d7c-c136-4e09-ac14-1c40dc78e113 2018-12-03 17:05:51,558 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst] is - ACTIVE 2018-12-03 17:05:51,558 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:05:51,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:52,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05: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-b4dea4fa-e735-48c8-98d9-3a2faf000aad x-compute-request-id: req-b4dea4fa-e735-48c8-98d9-3a2faf000aad Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:be:e3", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:05:49.000000", "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "security_groups": [{"name": "default"}], "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:05:49Z", "hostId": "56f7f1b7b18fd4d70b9b99a3c61f6e1ba03284e6d7ab883ea443d8f6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:05:52,010 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-b4dea4fa-e735-48c8-98d9-3a2faf000aad 2018-12-03 17:05:52,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:52,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5c7622ce-2829-448a-8c59-f334f500d102 Date: Mon, 03 Dec 2018 17:05: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:52,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-5c7622ce-2829-448a-8c59-f334f500d102 2018-12-03 17:05:52,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:52,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f98e1dc-e23e-42b2-a1c6-690546cd9618 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:52,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-4f98e1dc-e23e-42b2-a1c6-690546cd9618 2018-12-03 17:05:52,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:52,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d7bb9c74-9c62-40e2-95de-ca9c068db57c Date: Mon, 03 Dec 2018 17:05:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:52,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-d7bb9c74-9c62-40e2-95de-ca9c068db57c 2018-12-03 17:05:52,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:52,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-f9d4cc62-ef8d-4a03-be05-5be0e7254ee8 Date: Mon, 03 Dec 2018 17:05:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.4"}],"id":"198e44ea-6329-4744-b44b-ba528d9a53d0","security_groups":[],"mac_address":"fa:16:3e:be:f9:74","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-146a79d4-35ed-40eb-97b7-34835fa5b95a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.1"}],"id":"2ceef1eb-d6d5-4e28-9b09-724934e835fb","security_groups":[],"mac_address":"fa:16:3e:3b:b1:83","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:26Z","binding:vnic_type":"normal","device_id":"cc61afae-1b0b-4cf3-8aca-01197452bcc5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.2"}],"id":"6d41b70f-20f7-45e5-84e7-7d7ae2d99755","security_groups":[],"mac_address":"fa:16:3e:14:5e:e1","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-146a79d4-35ed-40eb-97b7-34835fa5b95a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:48Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.8"}],"id":"8a5b179a-335c-4cbb-a0e1-0cf4caaa2950","security_groups":["244907f1-c1a5-4e2c-bcb8-10835865e1dd"],"mac_address":"fa:16:3e:c9:be:e3","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:37Z","binding:vnic_type":"normal","device_id":"461ad64c-bd82-452e-ab97-667c1877c3d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.3"}],"id":"c0f4ba80-5053-4845-a8ff-93f5e008521e","security_groups":[],"mac_address":"fa:16:3e:19:d4:21","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-146a79d4-35ed-40eb-97b7-34835fa5b95a"}]} 2018-12-03 17:05:52,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-f9d4cc62-ef8d-4a03-be05-5be0e7254ee8 2018-12-03 17:05:52,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}}' 2018-12-03 17:05:53,657 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:05: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-87bc4587-649e-481e-969b-2059fd6a7ac6 x-compute-request-id: req-87bc4587-649e-481e-969b-2059fd6a7ac6 Content-Length: 0 Content-Type: application/json 2018-12-03 17:05:53,657 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3/action used request id req-87bc4587-649e-481e-969b-2059fd6a7ac6 2018-12-03 17:05:53,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:54,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-cc29db5f-02a1-4c8f-8670-aed74399bf48 x-compute-request-id: req-cc29db5f-02a1-4c8f-8670-aed74399bf48 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:be:e3", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:05:49.000000", "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}], "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:05:49Z", "hostId": "56f7f1b7b18fd4d70b9b99a3c61f6e1ba03284e6d7ab883ea443d8f6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:05:54,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-cc29db5f-02a1-4c8f-8670-aed74399bf48 2018-12-03 17:05:54,274 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst] is - ACTIVE 2018-12-03 17:05:54,274 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:05:54,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:54,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05: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-cbbed044-cc50-4d78-92f4-742477888cbe x-compute-request-id: req-cbbed044-cc50-4d78-92f4-742477888cbe Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:be:e3", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:05:49.000000", "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}], "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:05:49Z", "hostId": "56f7f1b7b18fd4d70b9b99a3c61f6e1ba03284e6d7ab883ea443d8f6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:05:54,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-cbbed044-cc50-4d78-92f4-742477888cbe 2018-12-03 17:05:54,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:54,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bd10ed70-8e75-492b-9de3-44b441ba0b37 Date: Mon, 03 Dec 2018 17: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:54,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-bd10ed70-8e75-492b-9de3-44b441ba0b37 2018-12-03 17:05:54,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:54,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c498798c-6974-46bb-bce9-c025ae0a042f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:54,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-c498798c-6974-46bb-bce9-c025ae0a042f 2018-12-03 17:05:54,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:55,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-00ae4807-f76e-4f58-b72b-e604b2f19d0f Date: Mon, 03 Dec 2018 17:05:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:55,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-00ae4807-f76e-4f58-b72b-e604b2f19d0f 2018-12-03 17:05:55,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:05:55,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-f3eded3b-8631-4a14-8315-7a6677dfab09 Date: Mon, 03 Dec 2018 17:05:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.4"}],"id":"198e44ea-6329-4744-b44b-ba528d9a53d0","security_groups":[],"mac_address":"fa:16:3e:be:f9:74","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-146a79d4-35ed-40eb-97b7-34835fa5b95a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.1"}],"id":"2ceef1eb-d6d5-4e28-9b09-724934e835fb","security_groups":[],"mac_address":"fa:16:3e:3b:b1:83","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:26Z","binding:vnic_type":"normal","device_id":"cc61afae-1b0b-4cf3-8aca-01197452bcc5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.2"}],"id":"6d41b70f-20f7-45e5-84e7-7d7ae2d99755","security_groups":[],"mac_address":"fa:16:3e:14:5e:e1","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-146a79d4-35ed-40eb-97b7-34835fa5b95a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.8"}],"id":"8a5b179a-335c-4cbb-a0e1-0cf4caaa2950","security_groups":["244907f1-c1a5-4e2c-bcb8-10835865e1dd","28c4caa7-aff0-425c-8bbb-cbee25d9ecff"],"mac_address":"fa:16:3e:c9:be:e3","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:37Z","binding:vnic_type":"normal","device_id":"461ad64c-bd82-452e-ab97-667c1877c3d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.3"}],"id":"c0f4ba80-5053-4845-a8ff-93f5e008521e","security_groups":[],"mac_address":"fa:16:3e:19:d4:21","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-146a79d4-35ed-40eb-97b7-34835fa5b95a"}]} 2018-12-03 17:05:55,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-f3eded3b-8631-4a14-8315-7a6677dfab09 2018-12-03 17:05:55,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:05:55,325 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:05:55,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:05:55,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "024e452931f9462698b101b936911eea", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role"}], "expires_at": "2018-12-03T18:05:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-user", "id": "5d84eb2e896c4f68af7b002e198c55d5"}, "audit_ids": ["QrM46KGbSgmzfWV0OR--og"], "issued_at": "2018-12-03T17:05:55.000000Z"}} 2018-12-03 17:05:55,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5949b5369a63e73f8242858e26f2d878c22f79" 2018-12-03 17:05:55,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f16fc03b-c612-447d-9b1d-c04e46191c44 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:55,781 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f16fc03b-c612-447d-9b1d-c04e46191c44 2018-12-03 17:05:55,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5949b5369a63e73f8242858e26f2d878c22f79" 2018-12-03 17:05:55,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05: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-300d5849-ec46-4685-a0a7-a092c132e1d6 x-compute-request-id: req-300d5849-ec46-4685-a0a7-a092c132e1d6 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:05:55,891 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758 used request id req-300d5849-ec46-4685-a0a7-a092c132e1d6 2018-12-03 17:05:55,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/e7ed0143-f5bd-4657-8e85-a300bc9b8cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5949b5369a63e73f8242858e26f2d878c22f79" 2018-12-03 17:05:56,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-e06f893d-7560-4ef6-9946-33139a747c60 Date: Mon, 03 Dec 2018 17:05:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}} 2018-12-03 17:05:56,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/e7ed0143-f5bd-4657-8e85-a300bc9b8cc9 used request id req-e06f893d-7560-4ef6-9946-33139a747c60 2018-12-03 17:05:56,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5949b5369a63e73f8242858e26f2d878c22f79" 2018-12-03 17:05:56,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8530daba-00dd-4ec2-82da-f2c03a9bf4dd Date: Mon, 03 Dec 2018 17:05: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:56,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-8530daba-00dd-4ec2-82da-f2c03a9bf4dd 2018-12-03 17:05:56,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5949b5369a63e73f8242858e26f2d878c22f79" 2018-12-03 17:05:56,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-04e55a02-50c6-4c24-b239-610fdaf0b701 Date: Mon, 03 Dec 2018 17:05:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:56,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-04e55a02-50c6-4c24-b239-610fdaf0b701 2018-12-03 17:05:56,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5949b5369a63e73f8242858e26f2d878c22f79" 2018-12-03 17:05:56,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2c9995dc-151b-4a35-8176-5f1668593ecc Date: Mon, 03 Dec 2018 17:05: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:56,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-2c9995dc-151b-4a35-8176-5f1668593ecc 2018-12-03 17:05:56,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:05:56,773 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:05:56,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5949b5369a63e73f8242858e26f2d878c22f79" 2018-12-03 17:05:56,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10f16d61-43ee-459d-b28f-3042c49e3e64 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:56,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-10f16d61-43ee-459d-b28f-3042c49e3e64 2018-12-03 17:05:56,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5949b5369a63e73f8242858e26f2d878c22f79" 2018-12-03 17:05:57,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-943fa685-9149-462b-91d9-0a4325eae9b4 Date: Mon, 03 Dec 2018 17:05:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:57,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-943fa685-9149-462b-91d9-0a4325eae9b4 2018-12-03 17:05:57,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a&mac_address=fa%3A16%3A3e%3Ac9%3Abe%3Ae3&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5949b5369a63e73f8242858e26f2d878c22f79" 2018-12-03 17:05:57,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-4d6997ed-f1a5-4a79-b514-bb0d482af0da Date: Mon, 03 Dec 2018 17:05:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.8"}],"id":"8a5b179a-335c-4cbb-a0e1-0cf4caaa2950","security_groups":["244907f1-c1a5-4e2c-bcb8-10835865e1dd","28c4caa7-aff0-425c-8bbb-cbee25d9ecff"],"mac_address":"fa:16:3e:c9:be:e3","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:37Z","binding:vnic_type":"normal","device_id":"461ad64c-bd82-452e-ab97-667c1877c3d3"}]} 2018-12-03 17:05:57,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a&mac_address=fa%3A16%3A3e%3Ac9%3Abe%3Ae3&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1&admin_state_up=True used request id req-4d6997ed-f1a5-4a79-b514-bb0d482af0da 2018-12-03 17:05:57,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5949b5369a63e73f8242858e26f2d878c22f79" 2018-12-03 17:05:57,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-273eab0a-dfd2-4907-952a-4a4662aeeb79 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:57,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-273eab0a-dfd2-4907-952a-4a4662aeeb79 2018-12-03 17:05:57,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5949b5369a63e73f8242858e26f2d878c22f79" 2018-12-03 17:05:57,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fdb0db04-1099-4428-9a69-61b6576f5831 Date: Mon, 03 Dec 2018 17: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:57,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-fdb0db04-1099-4428-9a69-61b6576f5831 2018-12-03 17:05:57,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5949b5369a63e73f8242858e26f2d878c22f79" 2018-12-03 17:05:57,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0d90d6eb-3438-4e8c-a24b-c88d8d5ce55c Date: Mon, 03 Dec 2018 17:05:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:57,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-0d90d6eb-3438-4e8c-a24b-c88d8d5ce55c 2018-12-03 17:05:57,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5949b5369a63e73f8242858e26f2d878c22f79" 2018-12-03 17:05:57,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-32a76bc0-baf9-41bf-b132-c2d8bd69f9c4 Date: Mon, 03 Dec 2018 17:05:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.4"}],"id":"198e44ea-6329-4744-b44b-ba528d9a53d0","security_groups":[],"mac_address":"fa:16:3e:be:f9:74","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-146a79d4-35ed-40eb-97b7-34835fa5b95a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.1"}],"id":"2ceef1eb-d6d5-4e28-9b09-724934e835fb","security_groups":[],"mac_address":"fa:16:3e:3b:b1:83","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:26Z","binding:vnic_type":"normal","device_id":"cc61afae-1b0b-4cf3-8aca-01197452bcc5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.2"}],"id":"6d41b70f-20f7-45e5-84e7-7d7ae2d99755","security_groups":[],"mac_address":"fa:16:3e:14:5e:e1","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-146a79d4-35ed-40eb-97b7-34835fa5b95a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.8"}],"id":"8a5b179a-335c-4cbb-a0e1-0cf4caaa2950","security_groups":["244907f1-c1a5-4e2c-bcb8-10835865e1dd","28c4caa7-aff0-425c-8bbb-cbee25d9ecff"],"mac_address":"fa:16:3e:c9:be:e3","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:37Z","binding:vnic_type":"normal","device_id":"461ad64c-bd82-452e-ab97-667c1877c3d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.3"}],"id":"c0f4ba80-5053-4845-a8ff-93f5e008521e","security_groups":[],"mac_address":"fa:16:3e:19:d4:21","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-146a79d4-35ed-40eb-97b7-34835fa5b95a"}]} 2018-12-03 17:05:57,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-32a76bc0-baf9-41bf-b132-c2d8bd69f9c4 2018-12-03 17:05:57,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5949b5369a63e73f8242858e26f2d878c22f79" 2018-12-03 17:05:58,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-50f48911-31f6-411b-8cd0-090788812503 Date: Mon, 03 Dec 2018 17:05:58 GMT RESP BODY: {"floatingips": []} 2018-12-03 17:05:58,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-50f48911-31f6-411b-8cd0-090788812503 2018-12-03 17:05:58,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:05:58,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:05:58,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "024e452931f9462698b101b936911eea", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role"}], "expires_at": "2018-12-03T18:05:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/8244cdc294b34d0f93b9e59367bc4b0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-user", "id": "5d84eb2e896c4f68af7b002e198c55d5"}, "audit_ids": ["ekCtK5WdQ3a0s5XCNXJqhA"], "issued_at": "2018-12-03T17:05:58.000000Z"}} 2018-12-03 17:05:58,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:05:58,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe71414-0ce0-407b-bad8-70227f343f49 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:58,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8fe71414-0ce0-407b-bad8-70227f343f49 2018-12-03 17:05:58,528 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:05:58,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:05:58,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81b84d49-2816-402e-bd6d-33dbb6dab866 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:05:58,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-81b84d49-2816-402e-bd6d-33dbb6dab866 2018-12-03 17:05:58,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:05:58,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9dd80601-83ea-4fc5-80ed-9b96820e73d4 Date: Mon, 03 Dec 2018 17: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:05:58,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-9dd80601-83ea-4fc5-80ed-9b96820e73d4 2018-12-03 17:05:58,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:05:58,879 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:05:58,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:05:58,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866ab963-30ad-4ccc-9a5a-298eaefb0170 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:58,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-866ab963-30ad-4ccc-9a5a-298eaefb0170 2018-12-03 17:05:58,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:05:59,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e7e9d60f-fe5e-4041-b22a-2cca4bd008cf Date: Mon, 03 Dec 2018 17:05:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:05:59,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-e7e9d60f-fe5e-4041-b22a-2cca4bd008cf 2018-12-03 17:05:59,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a&mac_address=fa%3A16%3A3e%3Ac9%3Abe%3Ae3&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:05:59,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-5fd58a7f-c942-4f3b-aa96-167c635531c3 Date: Mon, 03 Dec 2018 17:05:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.8"}],"id":"8a5b179a-335c-4cbb-a0e1-0cf4caaa2950","security_groups":["244907f1-c1a5-4e2c-bcb8-10835865e1dd","28c4caa7-aff0-425c-8bbb-cbee25d9ecff"],"mac_address":"fa:16:3e:c9:be:e3","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:37Z","binding:vnic_type":"normal","device_id":"461ad64c-bd82-452e-ab97-667c1877c3d3"}]} 2018-12-03 17:05:59,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a&mac_address=fa%3A16%3A3e%3Ac9%3Abe%3Ae3&name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1&admin_state_up=True used request id req-5fd58a7f-c942-4f3b-aa96-167c635531c3 2018-12-03 17:05:59,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:05:59,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27f493f7-d6a4-40cd-8409-0881d423e481 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:05:59,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-27f493f7-d6a4-40cd-8409-0881d423e481 2018-12-03 17:05:59,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:00,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:05: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-f33aa496-d70e-47ae-a123-b9a723773137 x-compute-request-id: req-f33aa496-d70e-47ae-a123-b9a723773137 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:be:e3", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:05:49.000000", "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}], "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:05:49Z", "hostId": "56f7f1b7b18fd4d70b9b99a3c61f6e1ba03284e6d7ab883ea443d8f6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:06:00,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst used request id req-f33aa496-d70e-47ae-a123-b9a723773137 2018-12-03 17:06:00,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:00,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2aaa93cf-ee00-4b52-b561-d6bf95ff1027 Date: Mon, 03 Dec 2018 17: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:06:00,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-2aaa93cf-ee00-4b52-b561-d6bf95ff1027 2018-12-03 17:06:00,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:00,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-55186609-7705-4877-888b-06f142e57e68 Date: Mon, 03 Dec 2018 17:06:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:06:00,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-55186609-7705-4877-888b-06f142e57e68 2018-12-03 17:06:00,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:01,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-fea52d64-e7f9-4de5-9ed0-eeb9674c0ad1 Date: Mon, 03 Dec 2018 17:06:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.4"}],"id":"198e44ea-6329-4744-b44b-ba528d9a53d0","security_groups":[],"mac_address":"fa:16:3e:be:f9:74","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-146a79d4-35ed-40eb-97b7-34835fa5b95a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.1"}],"id":"2ceef1eb-d6d5-4e28-9b09-724934e835fb","security_groups":[],"mac_address":"fa:16:3e:3b:b1:83","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:26Z","binding:vnic_type":"normal","device_id":"cc61afae-1b0b-4cf3-8aca-01197452bcc5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.2"}],"id":"6d41b70f-20f7-45e5-84e7-7d7ae2d99755","security_groups":[],"mac_address":"fa:16:3e:14:5e:e1","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-146a79d4-35ed-40eb-97b7-34835fa5b95a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.8"}],"id":"8a5b179a-335c-4cbb-a0e1-0cf4caaa2950","security_groups":["244907f1-c1a5-4e2c-bcb8-10835865e1dd","28c4caa7-aff0-425c-8bbb-cbee25d9ecff"],"mac_address":"fa:16:3e:c9:be:e3","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:37Z","binding:vnic_type":"normal","device_id":"461ad64c-bd82-452e-ab97-667c1877c3d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.3"}],"id":"c0f4ba80-5053-4845-a8ff-93f5e008521e","security_groups":[],"mac_address":"fa:16:3e:19:d4:21","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-146a79d4-35ed-40eb-97b7-34835fa5b95a"}]} 2018-12-03 17:06:01,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-fea52d64-e7f9-4de5-9ed0-eeb9674c0ad1 2018-12-03 17:06:01,029 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst 2018-12-03 17:06:01,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:01,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c6cf9726-fcb3-47ba-a74a-0d3027711ba8 Date: Mon, 03 Dec 2018 17:06:01 GMT RESP BODY: {"floatingips": []} 2018-12-03 17:06:01,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-c6cf9726-fcb3-47ba-a74a-0d3027711ba8 2018-12-03 17:06:01,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:01,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-33f6b827-6ef4-4fe5-b29f-c902dc05f6c5 Date: Mon, 03 Dec 2018 17:06:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:20Z", "admin_state_up": true, "updated_at": "2018-12-03T17:05:27Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "cc61afae-1b0b-4cf3-8aca-01197452bcc5", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router"}]} 2018-12-03 17:06:01,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router used request id req-33f6b827-6ef4-4fe5-b29f-c902dc05f6c5 2018-12-03 17:06:01,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:01,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dec01c1e-83fa-44ca-b5f9-d454b28152c1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:06:01,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-dec01c1e-83fa-44ca-b5f9-d454b28152c1 2018-12-03 17:06:01,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=cc61afae-1b0b-4cf3-8aca-01197452bcc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:01,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-e6050ea3-9d2d-4699-9a04-ca0f4978a8d1 Date: Mon, 03 Dec 2018 17:06:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.1"}],"id":"2ceef1eb-d6d5-4e28-9b09-724934e835fb","security_groups":[],"mac_address":"fa:16:3e:3b:b1:83","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:26Z","binding:vnic_type":"normal","device_id":"cc61afae-1b0b-4cf3-8aca-01197452bcc5"}]} 2018-12-03 17:06:01,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=cc61afae-1b0b-4cf3-8aca-01197452bcc5 used request id req-e6050ea3-9d2d-4699-9a04-ca0f4978a8d1 2018-12-03 17:06:01,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/e7ed0143-f5bd-4657-8e85-a300bc9b8cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:01,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-567f13c4-853e-452f-ac82-8f44b13d88bc Date: Mon, 03 Dec 2018 17:06:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}} 2018-12-03 17:06:01,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/e7ed0143-f5bd-4657-8e85-a300bc9b8cc9 used request id req-567f13c4-853e-452f-ac82-8f44b13d88bc 2018-12-03 17:06:01,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:02,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-84a07a72-8a57-48bf-b197-e0aa3702af14 Date: Mon, 03 Dec 2018 17:06:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:06:02,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-84a07a72-8a57-48bf-b197-e0aa3702af14 2018-12-03 17:06:02,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:02,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0cf22591-7711-4230-a4e6-9eb7e034ceae Date: Mon, 03 Dec 2018 17:06:02 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:06:02,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-0cf22591-7711-4230-a4e6-9eb7e034ceae 2018-12-03 17:06:02,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:02,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06: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-af315e30-3b1c-41ec-be22-c5caf24548aa x-compute-request-id: req-af315e30-3b1c-41ec-be22-c5caf24548aa Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:be:e3", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:05:49.000000", "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}], "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:05:49Z", "hostId": "56f7f1b7b18fd4d70b9b99a3c61f6e1ba03284e6d7ab883ea443d8f6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:06:02,651 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-af315e30-3b1c-41ec-be22-c5caf24548aa 2018-12-03 17:06:02,651 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst] is - ACTIVE 2018-12-03 17:06:02,651 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:06:02,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:03,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06: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-73f0ddae-57ad-46a8-92ec-72844095f6e5 x-compute-request-id: req-73f0ddae-57ad-46a8-92ec-72844095f6e5 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:be:e3", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:05:49.000000", "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}], "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:05:49Z", "hostId": "56f7f1b7b18fd4d70b9b99a3c61f6e1ba03284e6d7ab883ea443d8f6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:06:03,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-73f0ddae-57ad-46a8-92ec-72844095f6e5 2018-12-03 17:06:03,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:03,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-98a95c5b-03a0-4866-9527-7444ac4e37a9 Date: Mon, 03 Dec 2018 17:06: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:06:03,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-98a95c5b-03a0-4866-9527-7444ac4e37a9 2018-12-03 17:06:03,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:03,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-727cba02-79d0-4f4a-8cc9-8d51db5dcb57 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:06:03,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-727cba02-79d0-4f4a-8cc9-8d51db5dcb57 2018-12-03 17:06:03,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:03,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bf4cc7f0-04d7-453c-a5f2-f5f103970b6e Date: Mon, 03 Dec 2018 17:06:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:06:03,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-bf4cc7f0-04d7-453c-a5f2-f5f103970b6e 2018-12-03 17:06:03,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:03,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-de838532-456e-4318-9a44-819f850b9e18 Date: Mon, 03 Dec 2018 17:06:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.4"}],"id":"198e44ea-6329-4744-b44b-ba528d9a53d0","security_groups":[],"mac_address":"fa:16:3e:be:f9:74","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-146a79d4-35ed-40eb-97b7-34835fa5b95a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.1"}],"id":"2ceef1eb-d6d5-4e28-9b09-724934e835fb","security_groups":[],"mac_address":"fa:16:3e:3b:b1:83","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:26Z","binding:vnic_type":"normal","device_id":"cc61afae-1b0b-4cf3-8aca-01197452bcc5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.2"}],"id":"6d41b70f-20f7-45e5-84e7-7d7ae2d99755","security_groups":[],"mac_address":"fa:16:3e:14:5e:e1","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-146a79d4-35ed-40eb-97b7-34835fa5b95a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.8"}],"id":"8a5b179a-335c-4cbb-a0e1-0cf4caaa2950","security_groups":["244907f1-c1a5-4e2c-bcb8-10835865e1dd","28c4caa7-aff0-425c-8bbb-cbee25d9ecff"],"mac_address":"fa:16:3e:c9:be:e3","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:37Z","binding:vnic_type":"normal","device_id":"461ad64c-bd82-452e-ab97-667c1877c3d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.3"}],"id":"c0f4ba80-5053-4845-a8ff-93f5e008521e","security_groups":[],"mac_address":"fa:16:3e:19:d4:21","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-146a79d4-35ed-40eb-97b7-34835fa5b95a"}]} 2018-12-03 17:06:03,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-de838532-456e-4318-9a44-819f850b9e18 2018-12-03 17:06:03,866 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-03 17:06:03,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:04,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-ccb70aba-87e6-4139-a731-8f8c52556ffd Date: Mon, 03 Dec 2018 17:06:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:06:04,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-ccb70aba-87e6-4139-a731-8f8c52556ffd 2018-12-03 17:06:04,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:04,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0d6e6fcc-2a53-4433-94a8-c772d5c3dd53 Date: Mon, 03 Dec 2018 17:06:04 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:06:04,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-0d6e6fcc-2a53-4433-94a8-c772d5c3dd53 2018-12-03 17:06:04,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" -d '{"floatingip": {"floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "port_id": "8a5b179a-335c-4cbb-a0e1-0cf4caaa2950"}}' 2018-12-03 17:06:06,757 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-9e4be285-1baa-49d7-afe3-ba3cdb68df99 Date: Mon, 03 Dec 2018 17:06:06 GMT RESP BODY: {"floatingip": {"router_id": "cc61afae-1b0b-4cf3-8aca-01197452bcc5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:06:05Z", "updated_at": "2018-12-03T17:06:05Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.55.1.8", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_id": "8a5b179a-335c-4cbb-a0e1-0cf4caaa2950", "id": "0f7649ac-c4c0-45a3-9244-b2053a27adf2"}} 2018-12-03 17:06:06,758 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-9e4be285-1baa-49d7-afe3-ba3cdb68df99 2018-12-03 17:06:06,758 - create_instance - INFO - Created floating IP 172.30.9.204 via router - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router 2018-12-03 17:06:06,758 - create_instance - INFO - Checking if VM is active 2018-12-03 17:06:06,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:07,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06: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-385c1a93-aabb-4ef1-8400-d185b846997e x-compute-request-id: req-385c1a93-aabb-4ef1-8400-d185b846997e Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:be:e3", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:05:49.000000", "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}], "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:05:49Z", "hostId": "56f7f1b7b18fd4d70b9b99a3c61f6e1ba03284e6d7ab883ea443d8f6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:06:07,091 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-385c1a93-aabb-4ef1-8400-d185b846997e 2018-12-03 17:06:07,092 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst] is - ACTIVE 2018-12-03 17:06:07,092 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:06:07,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:07,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-20cda63f-6626-41ab-b72e-f33675ed059e x-compute-request-id: req-20cda63f-6626-41ab-b72e-f33675ed059e Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:be:e3", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:05:49.000000", "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp"}], "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:05:49Z", "hostId": "56f7f1b7b18fd4d70b9b99a3c61f6e1ba03284e6d7ab883ea443d8f6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:06:07,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-20cda63f-6626-41ab-b72e-f33675ed059e 2018-12-03 17:06:07,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:07,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-816fc79e-3cbc-4cc7-a91f-530cebd5776e Date: Mon, 03 Dec 2018 17:06: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":["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"],"updated_at":"2018-12-03T17:05:17Z","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8244cdc294b34d0f93b9e59367bc4b0f","id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net"}]} 2018-12-03 17:06:07,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net used request id req-816fc79e-3cbc-4cc7-a91f-530cebd5776e 2018-12-03 17:06:07,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:07,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e7c6b38-0977-4a64-b29e-a8a089382e79 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:06:07,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-7e7c6b38-0977-4a64-b29e-a8a089382e79 2018-12-03 17:06:07,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:07,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7c64f0f1-ed38-418f-936a-6023c0863d65 Date: Mon, 03 Dec 2018 17:06:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:17Z","dns_nameservers":[],"updated_at":"2018-12-03T17:05:17Z","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":"8244cdc294b34d0f93b9e59367bc4b0f","id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet"}]} 2018-12-03 17:06:07,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-7c64f0f1-ed38-418f-936a-6023c0863d65 2018-12-03 17:06:07,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:08,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-a51d777f-35c8-42e7-8af5-0c8214cce33e Date: Mon, 03 Dec 2018 17:06:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.4"}],"id":"198e44ea-6329-4744-b44b-ba528d9a53d0","security_groups":[],"mac_address":"fa:16:3e:be:f9:74","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-146a79d4-35ed-40eb-97b7-34835fa5b95a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.1"}],"id":"2ceef1eb-d6d5-4e28-9b09-724934e835fb","security_groups":[],"mac_address":"fa:16:3e:3b:b1:83","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:26Z","binding:vnic_type":"normal","device_id":"cc61afae-1b0b-4cf3-8aca-01197452bcc5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.2"}],"id":"6d41b70f-20f7-45e5-84e7-7d7ae2d99755","security_groups":[],"mac_address":"fa:16:3e:14:5e:e1","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-146a79d4-35ed-40eb-97b7-34835fa5b95a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.8"}],"id":"8a5b179a-335c-4cbb-a0e1-0cf4caaa2950","security_groups":["244907f1-c1a5-4e2c-bcb8-10835865e1dd","28c4caa7-aff0-425c-8bbb-cbee25d9ecff"],"mac_address":"fa:16:3e:c9:be:e3","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:37Z","binding:vnic_type":"normal","device_id":"461ad64c-bd82-452e-ab97-667c1877c3d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:05:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ed0143-f5bd-4657-8e85-a300bc9b8cc9","ip_address":"10.55.1.3"}],"id":"c0f4ba80-5053-4845-a8ff-93f5e008521e","security_groups":[],"mac_address":"fa:16:3e:19:d4:21","project_id":"8244cdc294b34d0f93b9e59367bc4b0f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"146a79d4-35ed-40eb-97b7-34835fa5b95a","tenant_id":"8244cdc294b34d0f93b9e59367bc4b0f","created_at":"2018-12-03T17:05:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-146a79d4-35ed-40eb-97b7-34835fa5b95a"}]} 2018-12-03 17:06:08,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-a51d777f-35c8-42e7-8af5-0c8214cce33e 2018-12-03 17:06:08,215 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:06:08,218 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a487fd0L 2018-12-03 17:06:08,218 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:06:08,219 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:06:08,219 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:06:08,220 - 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-12-03 17:06:08,220 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:06:08,220 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:06:08,220 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:06:08,220 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:06:08,221 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:06:08,238 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:06:08,238 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:06:08,251 - paramiko.transport - DEBUG - Trying key ea1e9bb90706ac42828c87b316fb46f3 from tmp/CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428 2018-12-03 17:06:08,279 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:06:08,282 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:06:08,383 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:06:08,429 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:06:08,429 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:06:08,430 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a487f10L 2018-12-03 17:06:08,431 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:06:08,431 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:06:08,431 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:06:08,432 - 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-12-03 17:06:08,432 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:06:08,433 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:06:08,433 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:06:08,433 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:06:08,433 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:06:08,450 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:06:08,450 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:06:08,463 - paramiko.transport - DEBUG - Trying key ea1e9bb90706ac42828c87b316fb46f3 from tmp/CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428 2018-12-03 17:06:08,493 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:06:08,497 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:06:08,527 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:06:08,528 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-03 17:06:08,528 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:06:08,529 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:06:08,531 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:06:08,532 - create_instance - INFO - Deleting Port with ID - 8a5b179a-335c-4cbb-a0e1-0cf4caaa2950 2018-12-03 17:06:08,532 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1 2018-12-03 17:06:08,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/8a5b179a-335c-4cbb-a0e1-0cf4caaa2950 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:06:09,414 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e72188e3-ef01-403a-bce2-dafd08e64dd5 Date: Mon, 03 Dec 2018 17:06:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:06:09,414 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/8a5b179a-335c-4cbb-a0e1-0cf4caaa2950 used request id req-e72188e3-ef01-403a-bce2-dafd08e64dd5 2018-12-03 17:06:09,415 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst 2018-12-03 17:06:09,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:06:09,591 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:06: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-19ffbdd1-0cb4-4e93-99e2-783b56d108bc x-compute-request-id: req-19ffbdd1-0cb4-4e93-99e2-783b56d108bc Content-Type: application/json 2018-12-03 17:06:09,591 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-19ffbdd1-0cb4-4e93-99e2-783b56d108bc 2018-12-03 17:06:09,591 - create_instance - INFO - Checking deletion status 2018-12-03 17:06:09,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:06:09,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06: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-48a84587-7130-43db-b26e-2208a478880b x-compute-request-id: req-48a84587-7130-43db-b26e-2208a478880b 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.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:05:49.000000", "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:06:09Z", "hostId": "56f7f1b7b18fd4d70b9b99a3c61f6e1ba03284e6d7ab883ea443d8f6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:06:09,844 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-48a84587-7130-43db-b26e-2208a478880b 2018-12-03 17:06:09,845 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst] is - ACTIVE 2018-12-03 17:06:09,845 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:06:12,848 - create_instance - DEBUG - VM status query timeout in 296.743278027 2018-12-03 17:06:12,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:06:13,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06: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-72a76e3b-c439-4c91-9a63-12a55da05d56 x-compute-request-id: req-72a76e3b-c439-4c91-9a63-12a55da05d56 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.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/461ad64c-bd82-452e-ab97-667c1877c3d3", "rel": "bookmark"}], "image": {"id": "bbb27316-4435-4493-9d84-24eb11b7ce33", "links": [{"href": "http://172.30.9.30:8774/images/bbb27316-4435-4493-9d84-24eb11b7ce33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:05:49.000000", "flavor": {"id": "22378271-f4c1-4b03-a02e-8b45f8b6d758", "links": [{"href": "http://172.30.9.30:8774/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758", "rel": "bookmark"}]}, "id": "461ad64c-bd82-452e-ab97-667c1877c3d3", "user_id": "5d84eb2e896c4f68af7b002e198c55d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:06:09Z", "hostId": "56f7f1b7b18fd4d70b9b99a3c61f6e1ba03284e6d7ab883ea443d8f6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp", "name": "CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst", "created": "2018-12-03T17:05:42Z", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:06:13,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-72a76e3b-c439-4c91-9a63-12a55da05d56 2018-12-03 17:06:13,123 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst] is - ACTIVE 2018-12-03 17:06:13,123 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:06:16,126 - create_instance - DEBUG - VM status query timeout in 293.465120077 2018-12-03 17:06:16,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26e0ceb1eb4e482ffd12438a1a08959f78f5e47" 2018-12-03 17:06:16,182 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 17: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 x-openstack-request-id: req-de1b9c6f-60e6-4f98-a74e-dbc3a0f73956 x-compute-request-id: req-de1b9c6f-60e6-4f98-a74e-dbc3a0f73956 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 461ad64c-bd82-452e-ab97-667c1877c3d3 could not be found.", "code": 404}} 2018-12-03 17:06:16,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/461ad64c-bd82-452e-ab97-667c1877c3d3 used request id req-de1b9c6f-60e6-4f98-a74e-dbc3a0f73956 2018-12-03 17:06:16,183 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 461ad64c-bd82-452e-ab97-667c1877c3d3 could not be found. (HTTP 404) (Request-ID: req-de1b9c6f-60e6-4f98-a74e-dbc3a0f73956) 2018-12-03 17:06:16,183 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-inst 2018-12-03 17:06:16,184 - create_instance - INFO - Deleting Floating IP - 172.30.9.204 2018-12-03 17:06:16,184 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.204 2018-12-03 17:06:16,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/floatingips/0f7649ac-c4c0-45a3-9244-b2053a27adf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:16,615 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a3a480de-bcbf-4d2a-a825-5a50f83f97aa Content-Length: 0 Date: Mon, 03 Dec 2018 17:06:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:06:16,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/0f7649ac-c4c0-45a3-9244-b2053a27adf2 used request id req-a3a480de-bcbf-4d2a-a825-5a50f83f97aa 2018-12-03 17:06:16,615 - create_instance - INFO - Deleting Port with ID - 8a5b179a-335c-4cbb-a0e1-0cf4caaa2950 2018-12-03 17:06:16,615 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428port-1 2018-12-03 17:06:16,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/8a5b179a-335c-4cbb-a0e1-0cf4caaa2950 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8112dcac8e97a94b93daa36eb9fa3f812664d8" 2018-12-03 17:06:16,663 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 132 X-Openstack-Request-Id: req-85369874-81d3-4369-b33e-c169a7cb536c Date: Mon, 03 Dec 2018 17:06:16 GMT RESP BODY: {"NeutronError": {"message": "Port 8a5b179a-335c-4cbb-a0e1-0cf4caaa2950 could not be found.", "type": "PortNotFound", "detail": ""}} 2018-12-03 17:06:16,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/8a5b179a-335c-4cbb-a0e1-0cf4caaa2950 used request id req-85369874-81d3-4369-b33e-c169a7cb536c 2018-12-03 17:06:16,663 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Port 8a5b179a-335c-4cbb-a0e1-0cf4caaa2950 could not be found.", "type": "PortNotFound", "detail": ""}} 2018-12-03 17:06:16,663 - create_instance_tests - ERROR - Unexpected exception cleaning VM instance with message - Port 8a5b179a-335c-4cbb-a0e1-0cf4caaa2950 could not be found. Neutron server returns request_ids: ['req-85369874-81d3-4369-b33e-c169a7cb536c'] 2018-12-03 17:06:16,664 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp 2018-12-03 17:06:16,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e9ae8c4929ff8508f1b92f9ea5d574c3a4f571f" 2018-12-03 17:06:16,715 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17: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 x-openstack-request-id: req-26f43c32-10a8-4974-80f1-317391d98370 x-compute-request-id: req-26f43c32-10a8-4974-80f1-317391d98370 Content-Length: 0 Content-Type: application/json 2018-12-03 17:06:16,715 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-kp used request id req-26f43c32-10a8-4974-80f1-317391d98370 2018-12-03 17:06:16,716 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428.pub] 2018-12-03 17:06:16,716 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428] 2018-12-03 17:06:16,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c701c464753288ccbce91d1168115410dc98e7" 2018-12-03 17:06:16,765 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17: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 x-openstack-request-id: req-884fc7ee-1c6e-4032-a839-95db110be984 x-compute-request-id: req-884fc7ee-1c6e-4032-a839-95db110be984 Content-Length: 0 Content-Type: application/json 2018-12-03 17:06:16,765 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/22378271-f4c1-4b03-a02e-8b45f8b6d758 used request id req-884fc7ee-1c6e-4032-a839-95db110be984 2018-12-03 17:06:16,766 - neutron_utils - INFO - Deleting security group rule with ID - 0ba52dc1-e0e6-4909-b661-ec1e7f0aa817 2018-12-03 17:06:16,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/0ba52dc1-e0e6-4909-b661-ec1e7f0aa817 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:06:17,025 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16276a94-4aca-407b-9dad-6d55cd515abe Content-Length: 0 Date: Mon, 03 Dec 2018 17:06:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:06:17,025 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/0ba52dc1-e0e6-4909-b661-ec1e7f0aa817 used request id req-16276a94-4aca-407b-9dad-6d55cd515abe 2018-12-03 17:06:17,025 - neutron_utils - INFO - Deleting security group rule with ID - 4f5110cb-945a-4aff-ad07-2df03d8b8b44 2018-12-03 17:06:17,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/4f5110cb-945a-4aff-ad07-2df03d8b8b44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:06:17,282 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-01187b07-6f95-47c0-b96b-ddd6933fa781 Content-Length: 0 Date: Mon, 03 Dec 2018 17:06:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:06:17,282 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/4f5110cb-945a-4aff-ad07-2df03d8b8b44 used request id req-01187b07-6f95-47c0-b96b-ddd6933fa781 2018-12-03 17:06:17,282 - neutron_utils - INFO - Deleting security group rule with ID - ea39e98d-4d84-446a-970d-a000c272312f 2018-12-03 17:06:17,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/ea39e98d-4d84-446a-970d-a000c272312f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:06:17,391 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d9792015-faaf-479b-a1cc-2c2ccfcbb7f8 Content-Length: 0 Date: Mon, 03 Dec 2018 17:06:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:06:17,391 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/ea39e98d-4d84-446a-970d-a000c272312f used request id req-d9792015-faaf-479b-a1cc-2c2ccfcbb7f8 2018-12-03 17:06:17,391 - neutron_utils - INFO - Deleting security group rule with ID - 5fd3c0e6-4241-459d-b54b-27c925be7ebf 2018-12-03 17:06:17,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/5fd3c0e6-4241-459d-b54b-27c925be7ebf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:06:17,487 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-41be43f7-a984-4767-9a36-540fd591bb90 Content-Length: 0 Date: Mon, 03 Dec 2018 17:06:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:06:17,487 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/5fd3c0e6-4241-459d-b54b-27c925be7ebf used request id req-41be43f7-a984-4767-9a36-540fd591bb90 2018-12-03 17:06:17,488 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-sec-grp 2018-12-03 17:06:17,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/28c4caa7-aff0-425c-8bbb-cbee25d9ecff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f187c36df4796e531962a680c3756025326f3e" 2018-12-03 17:06:17,609 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16e0913f-8d6d-46f5-a0aa-397376722aa3 Content-Length: 0 Date: Mon, 03 Dec 2018 17:06:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:06:17,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/28c4caa7-aff0-425c-8bbb-cbee25d9ecff used request id req-16e0913f-8d6d-46f5-a0aa-397376722aa3 2018-12-03 17:06:17,610 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router and subnet CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet 2018-12-03 17:06:17,610 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router 2018-12-03 17:06:17,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/cc61afae-1b0b-4cf3-8aca-01197452bcc5/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" -d '{"subnet_id": "e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"}' 2018-12-03 17:06:19,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ab67ad7b-6596-4ba8-babd-d93dcbe28830 Date: Mon, 03 Dec 2018 17:06:19 GMT RESP BODY: {"network_id": "146a79d4-35ed-40eb-97b7-34835fa5b95a", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "subnet_id": "e7ed0143-f5bd-4657-8e85-a300bc9b8cc9", "subnet_ids": ["e7ed0143-f5bd-4657-8e85-a300bc9b8cc9"], "port_id": "2ceef1eb-d6d5-4e28-9b09-724934e835fb", "id": "cc61afae-1b0b-4cf3-8aca-01197452bcc5"} 2018-12-03 17:06:19,159 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/cc61afae-1b0b-4cf3-8aca-01197452bcc5/remove_router_interface used request id req-ab67ad7b-6596-4ba8-babd-d93dcbe28830 2018-12-03 17:06:19,159 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router 2018-12-03 17:06:19,159 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-router 2018-12-03 17:06:19,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/cc61afae-1b0b-4cf3-8aca-01197452bcc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce857994df14d9de159c5103f3b951a0328b3ae0" 2018-12-03 17:06:22,740 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-33fc79df-e233-40e6-9539-3344cc76bb29 Content-Length: 0 Date: Mon, 03 Dec 2018 17:06:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:06:22,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/cc61afae-1b0b-4cf3-8aca-01197452bcc5 used request id req-33fc79df-e233-40e6-9539-3344cc76bb29 2018-12-03 17:06:22,741 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet 2018-12-03 17:06:22,741 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-subnet 2018-12-03 17:06:22,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/e7ed0143-f5bd-4657-8e85-a300bc9b8cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd595bcfb98063b46adfb3ab0d1c2ac0fdc31bac" 2018-12-03 17:06:25,030 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-18c116b6-7cc5-487e-96db-5c5d6fb851ae Date: Mon, 03 Dec 2018 17:06:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:06:25,031 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/e7ed0143-f5bd-4657-8e85-a300bc9b8cc9 used request id req-18c116b6-7cc5-487e-96db-5c5d6fb851ae 2018-12-03 17:06:25,031 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-pub-net 2018-12-03 17:06:25,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/146a79d4-35ed-40eb-97b7-34835fa5b95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd595bcfb98063b46adfb3ab0d1c2ac0fdc31bac" 2018-12-03 17:06:26,267 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-72d198f4-6096-40e1-837b-29ac21249fc8 Date: Mon, 03 Dec 2018 17:06:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:06:26,267 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/146a79d4-35ed-40eb-97b7-34835fa5b95a used request id req-72d198f4-6096-40e1-837b-29ac21249fc8 2018-12-03 17:06:26,268 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-27a7a6d0-e3ca-4cb7-8b64-5b8211e58428-image 2018-12-03 17:06:26,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce4f2f96a629d420f6910b8da9022c2f3591927e" 2018-12-03 17:06:27,278 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b401343d-4ac5-4ed5-8f68-c1c055d04235 Date: Mon, 03 Dec 2018 17:06:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:06:27,278 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/bbb27316-4435-4493-9d84-24eb11b7ce33 used request id req-b401343d-4ac5-4ed5-8f68-c1c055d04235 2018-12-03 17:06:27,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:06:27,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c481f703-576c-4822-a29d-19a24396c9ae Date: Mon, 03 Dec 2018 17:06:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:16Z", "updated_at": "2018-12-03T17:05:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:16Z", "revision_number": 0, "id": "4b3402dc-adf8-4d16-a09f-e7e5b34e09f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:16Z", "security_group_id": "244907f1-c1a5-4e2c-bcb8-10835865e1dd", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:16Z", "revision_number": 0, "id": "5d734210-703d-4c35-b64d-582396e02f79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:16Z", "security_group_id": "244907f1-c1a5-4e2c-bcb8-10835865e1dd", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:16Z", "revision_number": 0, "id": "db11c336-8bac-4484-9e37-c26cc289069f", "remote_group_id": "244907f1-c1a5-4e2c-bcb8-10835865e1dd", "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:16Z", "security_group_id": "244907f1-c1a5-4e2c-bcb8-10835865e1dd", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:05:16Z", "revision_number": 0, "id": "ea32528b-44b5-40fb-9087-cd05648c580a", "remote_group_id": "244907f1-c1a5-4e2c-bcb8-10835865e1dd", "remote_ip_prefix": null, "created_at": "2018-12-03T17:05:16Z", "security_group_id": "244907f1-c1a5-4e2c-bcb8-10835865e1dd", "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f"}], "revision_number": 4, "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "244907f1-c1a5-4e2c-bcb8-10835865e1dd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 17:06:27,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-c481f703-576c-4822-a29d-19a24396c9ae 2018-12-03 17:06:27,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:06:27,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df0805c0-ef7d-4e04-a142-edf9b1b49fdf Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 17:06:27,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-df0805c0-ef7d-4e04-a142-edf9b1b49fdf 2018-12-03 17:06:27,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:06:27,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ca6aae9-6b10-4cec-989c-2e9b23424bba Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 17:06:27,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-6ca6aae9-6b10-4cec-989c-2e9b23424bba 2018-12-03 17:06:27,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:06:27,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a85082d-10e0-4cc6-9700-b0843ff39e07 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f"}, "enabled": true, "id": "8244cdc294b34d0f93b9e59367bc4b0f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj"}} 2018-12-03 17:06:27,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-6a85082d-10e0-4cc6-9700-b0843ff39e07 2018-12-03 17:06:27,774 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 244907f1-c1a5-4e2c-bcb8-10835865e1dd 2018-12-03 17:06:27,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=244907f1-c1a5-4e2c-bcb8-10835865e1dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:06:27,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-720bf321-ba8e-499c-b4a4-83663a2a5f25 Date: Mon, 03 Dec 2018 17:06: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-12-03T17:05:16Z", "security_group_id": "244907f1-c1a5-4e2c-bcb8-10835865e1dd", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:16Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "4b3402dc-adf8-4d16-a09f-e7e5b34e09f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:05:16Z", "security_group_id": "244907f1-c1a5-4e2c-bcb8-10835865e1dd", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:16Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "5d734210-703d-4c35-b64d-582396e02f79"}, {"remote_group_id": "244907f1-c1a5-4e2c-bcb8-10835865e1dd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:05:16Z", "security_group_id": "244907f1-c1a5-4e2c-bcb8-10835865e1dd", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:16Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "db11c336-8bac-4484-9e37-c26cc289069f"}, {"remote_group_id": "244907f1-c1a5-4e2c-bcb8-10835865e1dd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:05:16Z", "security_group_id": "244907f1-c1a5-4e2c-bcb8-10835865e1dd", "port_range_min": null, "revision_number": 0, "tenant_id": "8244cdc294b34d0f93b9e59367bc4b0f", "created_at": "2018-12-03T17:05:16Z", "project_id": "8244cdc294b34d0f93b9e59367bc4b0f", "id": "ea32528b-44b5-40fb-9087-cd05648c580a"}]} 2018-12-03 17:06:27,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=244907f1-c1a5-4e2c-bcb8-10835865e1dd used request id req-720bf321-ba8e-499c-b4a4-83663a2a5f25 2018-12-03 17:06:27,950 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 17:06:27,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/244907f1-c1a5-4e2c-bcb8-10835865e1dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:06:28,279 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-25e23f68-3b29-489a-afd8-1bb8e6a324cd Content-Length: 0 Date: Mon, 03 Dec 2018 17:06:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:06:28,279 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/244907f1-c1a5-4e2c-bcb8-10835865e1dd used request id req-25e23f68-3b29-489a-afd8-1bb8e6a324cd 2018-12-03 17:06:28,280 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj 2018-12-03 17:06:28,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:06:28,496 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:06:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ed69569-719d-46dd-b40b-e9f7fce03e63 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:06:28,497 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/8244cdc294b34d0f93b9e59367bc4b0f used request id req-7ed69569-719d-46dd-b40b-e9f7fce03e63 2018-12-03 17:06:28,497 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-proj-role 2018-12-03 17:06:28,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/024e452931f9462698b101b936911eea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:06:28,607 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:06:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f289076-8407-44e7-aa2c-cf028bbd0261 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:06:28,607 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/024e452931f9462698b101b936911eea used request id req-9f289076-8407-44e7-aa2c-cf028bbd0261 2018-12-03 17:06:28,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac5c411dc729e0565eeb8655dd6e926c39d2c71" 2018-12-03 17:06:28,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9298399-f272-4812-b92f-e2dc75bba7f2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:06:28,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f9298399-f272-4812-b92f-e2dc75bba7f2 2018-12-03 17:06:28,705 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-20cbf470-78c8-4b0-user 2018-12-03 17:06:28,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/5d84eb2e896c4f68af7b002e198c55d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f5ecb0e43c0e722595a1c5f83bd96428e394a4" 2018-12-03 17:06:28,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:06:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8c9acc7-294c-4505-847f-3358d5c570d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:06:28,881 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/5d84eb2e896c4f68af7b002e198c55d5 used request id req-f8c9acc7-294c-4505-847f-3358d5c570d9 2018-12-03 17:06:28,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:06:29,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:06:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["gv1wUqYJTAOLq9Cp_76-Kg"], "issued_at": "2018-12-03T17:06:29.000000Z"}} 2018-12-03 17:06:29,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0426960b8bd8b6e4f9a20c8bac8bd3f4668d69" 2018-12-03 17:06:29,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00ad5b9c-e530-4a2a-b8cd-3a196054f0f1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:06:29,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-00ad5b9c-e530-4a2a-b8cd-3a196054f0f1 2018-12-03 17:06:29,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:06:29,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:06:29,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:06:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["4egO24QjQymmo53v_d66YQ"], "issued_at": "2018-12-03T17:06:29.000000Z"}} 2018-12-03 17:06:29,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:06:29,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7befa729-97db-4712-b673-8a9939e8f133 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:06:29,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7befa729-97db-4712-b673-8a9939e8f133 2018-12-03 17:06:29,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:06:29,763 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:06: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:06:29,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:06:29,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dd6a4e6-20bb-4772-bde1-6f603f681a4b Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 17:06:29,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj used request id req-0dd6a4e6-20bb-4772-bde1-6f603f681a4b 2018-12-03 17:06:29,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:06:29,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1e72b6f-9ff0-46c3-b3ab-337eae07d0f9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:06:29,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d1e72b6f-9ff0-46c3-b3ab-337eae07d0f9 2018-12-03 17:06:29,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}}' 2018-12-03 17:06:30,057 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:06:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e7ad9cc-678b-4b15-b92c-cc6518eb93fa Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:06:30,057 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-9e7ad9cc-678b-4b15-b92c-cc6518eb93fa 2018-12-03 17:06:30,057 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj 2018-12-03 17:06:30,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:06:30,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:06:30,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:06:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["8SwiPgSuSe-N_gdmqSQKHw"], "issued_at": "2018-12-03T17:06:30.000000Z"}} 2018-12-03 17:06:30,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8357791375c5525028992d91c644926fea727b5c" 2018-12-03 17:06:30,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c09d4b6-fb55-45af-b1cb-2f75d6a6bbd3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:06:30,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6c09d4b6-fb55-45af-b1cb-2f75d6a6bbd3 2018-12-03 17:06:30,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:06:30,531 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:06: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:06:30,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8357791375c5525028992d91c644926fea727b5c" 2018-12-03 17:06:30,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-affc492d-b4b1-4be9-8096-a379cefc2860 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:06:30,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-affc492d-b4b1-4be9-8096-a379cefc2860 2018-12-03 17:06:30,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8357791375c5525028992d91c644926fea727b5c" 2018-12-03 17:06:30,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69c318c3-83ad-445b-8cdb-d68ce0dfe778 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}]} 2018-12-03 17:06:30,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj used request id req-69c318c3-83ad-445b-8cdb-d68ce0dfe778 2018-12-03 17:06:30,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8357791375c5525028992d91c644926fea727b5c" 2018-12-03 17:06:30,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce78f786-51ca-4f81-b5b6-8a9fdb2df2a7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:06:30,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-ce78f786-51ca-4f81-b5b6-8a9fdb2df2a7 2018-12-03 17:06:31,200 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-user 2018-12-03 17:06:31,201 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:06:31,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:06:31,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e70672d3-0812-4bf6-b95f-9604f1346212 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:06:31,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e70672d3-0812-4bf6-b95f-9604f1346212 2018-12-03 17:06:31,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role"}}' 2018-12-03 17:06:31,428 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:06:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4094f398-e3f8-404e-b7c6-449ab82d0d8a Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "13f7a77224614461becd6ee0d3c25ffb", "links": {"self": "http://172.30.9.30:5000/v3/roles/13f7a77224614461becd6ee0d3c25ffb"}, "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role"}} 2018-12-03 17:06:31,428 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-4094f398-e3f8-404e-b7c6-449ab82d0d8a 2018-12-03 17:06:31,428 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role 2018-12-03 17:06:31,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/13f7a77224614461becd6ee0d3c25ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:06:31,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ecbfd1b-98e4-4efc-8f4f-a0be3b9d8a22 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/13f7a77224614461becd6ee0d3c25ffb"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role", "id": "13f7a77224614461becd6ee0d3c25ffb"}} 2018-12-03 17:06:31,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/13f7a77224614461becd6ee0d3c25ffb used request id req-5ecbfd1b-98e4-4efc-8f4f-a0be3b9d8a22 2018-12-03 17:06:31,510 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role to project CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj 2018-12-03 17:06:31,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f/users/65418f25dc3c410a91b08bd49950a2a1/roles/13f7a77224614461becd6ee0d3c25ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:06:31,646 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:06:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23b62f1b-4573-4b49-9a60-94c5cf8bf8a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:06:31,647 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f/users/65418f25dc3c410a91b08bd49950a2a1/roles/13f7a77224614461becd6ee0d3c25ffb used request id req-23b62f1b-4573-4b49-9a60-94c5cf8bf8a4 2018-12-03 17:06:31,647 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:06:31,648 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 17:06:31,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:06:31,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:06:32,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13f7a77224614461becd6ee0d3c25ffb", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role"}], "expires_at": "2018-12-03T18:06:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "599a933619a1493bb3734663ffbd8a9f", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-user", "id": "65418f25dc3c410a91b08bd49950a2a1"}, "audit_ids": ["ZPUHQVTzR4GYpbt36A82tw"], "issued_at": "2018-12-03T17:06:32.000000Z"}} 2018-12-03 17:06:32,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02a566f4f5166babc7a63dd9efdc98fa70231ab8" 2018-12-03 17:06:32,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd092302-57ed-4e93-ac7d-451ee2fe6a39 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:06:32,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cd092302-57ed-4e93-ac7d-451ee2fe6a39 2018-12-03 17:06:32,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02a566f4f5166babc7a63dd9efdc98fa70231ab8" 2018-12-03 17:06:32,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-ba32fb5d-4e6f-4285-95f9-a5889079c876 Date: Mon, 03 Dec 2018 17:06:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image"} 2018-12-03 17:06:32,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image used request id req-ba32fb5d-4e6f-4285-95f9-a5889079c876 2018-12-03 17:06:32,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02a566f4f5166babc7a63dd9efdc98fa70231ab8" 2018-12-03 17:06:32,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6bfbaab3-093c-4f40-a32d-70753af55fc6 Date: Mon, 03 Dec 2018 17:06: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-12-03 17:06:32,428 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-6bfbaab3-093c-4f40-a32d-70753af55fc6 2018-12-03 17:06:32,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02a566f4f5166babc7a63dd9efdc98fa70231ab8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image"}' 2018-12-03 17:06:32,675 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3 X-Openstack-Request-Id: req-f04e6837-915f-44e3-9f24-8bcc6e46a955 Date: Mon, 03 Dec 2018 17:06:32 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:06:32Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T17:06:32Z", "visibility": "shared", "locations": [], "self": "/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "min_disk": 0, "protected": false, "id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "file": "/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3/file", "checksum": null, "owner": "599a933619a1493bb3734663ffbd8a9f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:06:32,675 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f04e6837-915f-44e3-9f24-8bcc6e46a955 2018-12-03 17:06:32,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02a566f4f5166babc7a63dd9efdc98fa70231ab8" -d '' 2018-12-03 17:06:33,642 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ba33480a-cc58-4de4-ae4b-6995bce4773f Date: Mon, 03 Dec 2018 17:06:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:06:33,642 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3/file used request id req-ba33480a-cc58-4de4-ae4b-6995bce4773f 2018-12-03 17:06:33,643 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 17:06:33,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02a566f4f5166babc7a63dd9efdc98fa70231ab8" 2018-12-03 17:06:33,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-b412e65c-6067-4cda-bb51-11f4491028aa Date: Mon, 03 Dec 2018 17:06:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:06:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:06:33Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3/snap", "metadata": {}}], "self": "/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "min_disk": 0, "protected": false, "id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "file": "/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "599a933619a1493bb3734663ffbd8a9f", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:06:33,818 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3 used request id req-b412e65c-6067-4cda-bb51-11f4491028aa 2018-12-03 17:06:33,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02a566f4f5166babc7a63dd9efdc98fa70231ab8" 2018-12-03 17:06:33,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-19cd8943-52cd-40d5-9dc0-13403a2cbfdc Date: Mon, 03 Dec 2018 17:06: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-12-03 17:06:33,966 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-19cd8943-52cd-40d5-9dc0-13403a2cbfdc 2018-12-03 17:06:33,969 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image 2018-12-03 17:06:33,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02a566f4f5166babc7a63dd9efdc98fa70231ab8" 2018-12-03 17:06:33,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-81df8560-14f7-4471-aef5-b2ac26e13db3 Date: Mon, 03 Dec 2018 17:06:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:06:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:06:33Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3/snap", "metadata": {}}], "self": "/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "min_disk": 0, "protected": false, "id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "file": "/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "599a933619a1493bb3734663ffbd8a9f", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:06:33,989 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3 used request id req-81df8560-14f7-4471-aef5-b2ac26e13db3 2018-12-03 17:06:33,989 - create_image - DEBUG - Instance status is - active 2018-12-03 17:06:33,990 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image 2018-12-03 17:06:33,990 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image 2018-12-03 17:06:33,990 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:06:33,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:06:34,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13f7a77224614461becd6ee0d3c25ffb", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role"}], "expires_at": "2018-12-03T18:06:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "599a933619a1493bb3734663ffbd8a9f", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-user", "id": "65418f25dc3c410a91b08bd49950a2a1"}, "audit_ids": ["fZxWXxywTIW3EX_8j5b1OA"], "issued_at": "2018-12-03T17:06:34.000000Z"}} 2018-12-03 17:06:34,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2b9101f08a3bb5f49c9b25f82179876308e02a" 2018-12-03 17:06:34,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b18f0ccb-68e6-45e8-a3f2-60d43508ee82 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:06:34,445 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b18f0ccb-68e6-45e8-a3f2-60d43508ee82 2018-12-03 17:06:34,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2b9101f08a3bb5f49c9b25f82179876308e02a" 2018-12-03 17:06:34,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9bddde1c-20e6-4c70-bb7b-a1f538a53f34 Date: Mon, 03 Dec 2018 17:06:34 GMT RESP BODY: {"networks":[]} 2018-12-03 17:06:34,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-9bddde1c-20e6-4c70-bb7b-a1f538a53f34 2018-12-03 17:06:34,634 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net 2018-12-03 17:06:34,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2b9101f08a3bb5f49c9b25f82179876308e02a" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net", "admin_state_up": true}}' 2018-12-03 17:06:35,462 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-1a8867e8-2779-4dde-ac56-3fcad8a31c7b Date: Mon, 03 Dec 2018 17:06:35 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T17:06:35Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","mtu":1450}} 2018-12-03 17:06:35,462 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-1a8867e8-2779-4dde-ac56-3fcad8a31c7b 2018-12-03 17:06:35,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2b9101f08a3bb5f49c9b25f82179876308e02a" 2018-12-03 17:06:35,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-d4af3e3f-65f4-435d-9306-57f729367c63 Date: Mon, 03 Dec 2018 17:06: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-12-03T17:06:35Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:06:35,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-d4af3e3f-65f4-435d-9306-57f729367c63 2018-12-03 17:06:35,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2b9101f08a3bb5f49c9b25f82179876308e02a" 2018-12-03 17:06:35,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a1fe0e0a-7fd4-4f91-9d97-658565749435 Date: Mon, 03 Dec 2018 17:06:35 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:06:35,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-a1fe0e0a-7fd4-4f91-9d97-658565749435 2018-12-03 17:06:35,955 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet 2018-12-03 17:06:35,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2b9101f08a3bb5f49c9b25f82179876308e02a" -d '{"subnets": [{"ip_version": 4, "network_id": "b3850e8c-8c1b-4b4d-aaec-f92d794d09fd", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]}' 2018-12-03 17:06:36,624 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bb355d95-5e61-4d4c-8f59-600878fd3132 Date: Mon, 03 Dec 2018 17:06:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:06:36,624 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-bb355d95-5e61-4d4c-8f59-600878fd3132 2018-12-03 17:06:36,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2b9101f08a3bb5f49c9b25f82179876308e02a" 2018-12-03 17:06:36,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4331919c-fb07-435e-bc95-984c34152d3f Date: Mon, 03 Dec 2018 17:06: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:06:36,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-4331919c-fb07-435e-bc95-984c34152d3f 2018-12-03 17:06:36,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2b9101f08a3bb5f49c9b25f82179876308e02a" 2018-12-03 17:06:37,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4f55e046-6e8a-46a9-952b-f2e20493244b Date: Mon, 03 Dec 2018 17:06:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:06:37,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-4f55e046-6e8a-46a9-952b-f2e20493244b 2018-12-03 17:06:37,085 - OpenStackNetwork - DEBUG - Network [b3850e8c-8c1b-4b4d-aaec-f92d794d09fd] created successfully 2018-12-03 17:06:37,085 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:06:37,086 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:06:37,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13f7a77224614461becd6ee0d3c25ffb", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role"}], "expires_at": "2018-12-03T18:06:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "599a933619a1493bb3734663ffbd8a9f", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-user", "id": "65418f25dc3c410a91b08bd49950a2a1"}, "audit_ids": ["GOBRPzGjSuyuvLG17oZjXQ"], "issued_at": "2018-12-03T17:06:37.000000Z"}} 2018-12-03 17:06:37,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" 2018-12-03 17:06:37,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef36a22b-72ec-49dd-b3f3-1e2aa67e04ff Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:06:37,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ef36a22b-72ec-49dd-b3f3-1e2aa67e04ff 2018-12-03 17:06:37,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" 2018-12-03 17:06:37,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6762de3d-e747-4d5b-b75e-4539e8479ab8 Date: Mon, 03 Dec 2018 17:06:37 GMT RESP BODY: {"routers": []} 2018-12-03 17:06:37,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router&admin_state_up=True used request id req-6762de3d-e747-4d5b-b75e-4539e8479ab8 2018-12-03 17:06:37,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:06:37,743 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:06:38,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13f7a77224614461becd6ee0d3c25ffb", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role"}], "expires_at": "2018-12-03T18:06:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "599a933619a1493bb3734663ffbd8a9f", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-user", "id": "65418f25dc3c410a91b08bd49950a2a1"}, "audit_ids": ["k763xNlgT7WoLJCmnj_cUQ"], "issued_at": "2018-12-03T17:06:38.000000Z"}} 2018-12-03 17:06:38,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}432bd629492a53d6c512bd315f361c56b391aca7" 2018-12-03 17:06:38,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51968fa8-fe20-4cc7-9c3c-4a5728b87bbf Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:06:38,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-51968fa8-fe20-4cc7-9c3c-4a5728b87bbf 2018-12-03 17:06:38,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" 2018-12-03 17:06:38,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-dcfb5611-af73-4660-9a37-a03bea123246 Date: Mon, 03 Dec 2018 17:06:38 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:06:38,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-dcfb5611-af73-4660-9a37-a03bea123246 2018-12-03 17:06:38,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" 2018-12-03 17:06:38,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-532b3928-cb10-4ca4-99f4-0fd060771831 Date: Mon, 03 Dec 2018 17:06:38 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:06:38,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-532b3928-cb10-4ca4-99f4-0fd060771831 2018-12-03 17:06:38,664 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router 2018-12-03 17:06:38,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router", "admin_state_up": true}}' 2018-12-03 17:06:43,753 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f831f8a9-2269-40e8-95b2-44ab0a51842e Date: Mon, 03 Dec 2018 17:06:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:39Z", "admin_state_up": true, "updated_at": "2018-12-03T17:06:40Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "e083acec-8b6d-42aa-9d7f-63ab3998e7a3", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router"}} 2018-12-03 17:06:43,753 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-f831f8a9-2269-40e8-95b2-44ab0a51842e 2018-12-03 17:06:43,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=e083acec-8b6d-42aa-9d7f-63ab3998e7a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" 2018-12-03 17:06:43,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-da77f0ed-74a5-4314-be8e-8b6c7a184cb7 Date: Mon, 03 Dec 2018 17:06:43 GMT RESP BODY: {"ports":[]} 2018-12-03 17:06:43,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=e083acec-8b6d-42aa-9d7f-63ab3998e7a3 used request id req-da77f0ed-74a5-4314-be8e-8b6c7a184cb7 2018-12-03 17:06:43,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" 2018-12-03 17:06:44,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e43b739d-b33b-490a-9d77-5a84d2248faf Date: Mon, 03 Dec 2018 17:06: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:06:44,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-e43b739d-b33b-490a-9d77-5a84d2248faf 2018-12-03 17:06:44,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:06:44,342 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:06: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:06:44,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" 2018-12-03 17:06:44,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e78bcba6-d86a-4ca3-82c5-11c5bb2342ba Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:06:44,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-e78bcba6-d86a-4ca3-82c5-11c5bb2342ba 2018-12-03 17:06:44,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" 2018-12-03 17:06:44,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3b2004fe-4dfa-4c61-8245-a11e51a1dad0 Date: Mon, 03 Dec 2018 17:06:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:06:44,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-3b2004fe-4dfa-4c61-8245-a11e51a1dad0 2018-12-03 17:06:44,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" 2018-12-03 17:06:44,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0d7f6695-82c2-4415-a5dd-f8e0164a3d09 Date: Mon, 03 Dec 2018 17:06:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:06:44,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet used request id req-0d7f6695-82c2-4415-a5dd-f8e0164a3d09 2018-12-03 17:06:44,768 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-03 17:06:44,768 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router 2018-12-03 17:06:44,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/e083acec-8b6d-42aa-9d7f-63ab3998e7a3/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" -d '{"subnet_id": "19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"}' 2018-12-03 17:06:46,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2957a323-df2e-4009-9c04-d22b4c3640a7 Date: Mon, 03 Dec 2018 17:06:46 GMT RESP BODY: {"network_id": "b3850e8c-8c1b-4b4d-aaec-f92d794d09fd", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "subnet_id": "19aa52ea-b350-4c5a-b89d-1bfa7b879d5f", "subnet_ids": ["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"], "port_id": "e8e4aef3-bd57-48e4-808d-ca96c35b817b", "id": "e083acec-8b6d-42aa-9d7f-63ab3998e7a3"} 2018-12-03 17:06:46,983 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/e083acec-8b6d-42aa-9d7f-63ab3998e7a3/add_router_interface used request id req-2957a323-df2e-4009-9c04-d22b4c3640a7 2018-12-03 17:06:46,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/e083acec-8b6d-42aa-9d7f-63ab3998e7a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" 2018-12-03 17:06:47,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-45383377-dbc1-4a77-878d-0e7506b73dc1 Date: Mon, 03 Dec 2018 17:06:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:39Z", "admin_state_up": true, "updated_at": "2018-12-03T17:06:46Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "e083acec-8b6d-42aa-9d7f-63ab3998e7a3", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router"}} 2018-12-03 17:06:47,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/e083acec-8b6d-42aa-9d7f-63ab3998e7a3 used request id req-45383377-dbc1-4a77-878d-0e7506b73dc1 2018-12-03 17:06:47,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=e083acec-8b6d-42aa-9d7f-63ab3998e7a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" 2018-12-03 17:06:47,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-976c1f01-83a5-470b-a397-199f9aba15a5 Date: Mon, 03 Dec 2018 17:06:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:46Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.1"}],"id":"e8e4aef3-bd57-48e4-808d-ca96c35b817b","security_groups":[],"mac_address":"fa:16:3e:e6:35:07","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:45Z","binding:vnic_type":"normal","device_id":"e083acec-8b6d-42aa-9d7f-63ab3998e7a3"}]} 2018-12-03 17:06:47,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=e083acec-8b6d-42aa-9d7f-63ab3998e7a3 used request id req-976c1f01-83a5-470b-a397-199f9aba15a5 2018-12-03 17:06:47,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/19aa52ea-b350-4c5a-b89d-1bfa7b879d5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" 2018-12-03 17:06:47,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-323715dd-caff-45d8-8ecf-e64653d2a5a6 Date: Mon, 03 Dec 2018 17:06:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}} 2018-12-03 17:06:47,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/19aa52ea-b350-4c5a-b89d-1bfa7b879d5f used request id req-323715dd-caff-45d8-8ecf-e64653d2a5a6 2018-12-03 17:06:47,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:06:47,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:06:48,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:06:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["0yyxjUuvTcyAygi-eqhPcA"], "issued_at": "2018-12-03T17:06:48.000000Z"}} 2018-12-03 17:06:48,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb10dff9a3f59d7d01898ede7ea0456f43347f8e" 2018-12-03 17:06:48,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f48e6f3-8377-44fb-b2ef-df0b28a378a1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:06:48,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1f48e6f3-8377-44fb-b2ef-df0b28a378a1 2018-12-03 17:06:48,238 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:06:48,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb10dff9a3f59d7d01898ede7ea0456f43347f8e" 2018-12-03 17:06:48,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06: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-9ec40309-3df9-4955-adc3-4c5c6bf1f9c4 x-compute-request-id: req-9ec40309-3df9-4955-adc3-4c5c6bf1f9c4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 17:06:48,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9ec40309-3df9-4955-adc3-4c5c6bf1f9c4 2018-12-03 17:06:48,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb10dff9a3f59d7d01898ede7ea0456f43347f8e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-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-12-03 17:06:48,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06: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-21f82e05-b426-40cc-984b-0c9fe2416d31 x-compute-request-id: req-21f82e05-b426-40cc-984b-0c9fe2416d31 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:06:48,458 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-21f82e05-b426-40cc-984b-0c9fe2416d31 2018-12-03 17:06:48,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:06:48,459 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:06:48,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13f7a77224614461becd6ee0d3c25ffb", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role"}], "expires_at": "2018-12-03T18:06:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "599a933619a1493bb3734663ffbd8a9f", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-user", "id": "65418f25dc3c410a91b08bd49950a2a1"}, "audit_ids": ["bcrEbHTcSHWgMND-CuDZVQ"], "issued_at": "2018-12-03T17:06:48.000000Z"}} 2018-12-03 17:06:48,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6a513153cc50e367eda828411851ec2c7a8304" 2018-12-03 17:06:48,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce6cee55-bb41-4820-88e0-249cde2829fb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:06:48,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ce6cee55-bb41-4820-88e0-249cde2829fb 2018-12-03 17:06:48,907 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:06:48,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6a513153cc50e367eda828411851ec2c7a8304" 2018-12-03 17:06:49,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06: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-69bf1a9b-341c-4ad8-b4a0-5ac77003658e x-compute-request-id: req-69bf1a9b-341c-4ad8-b4a0-5ac77003658e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 17:06:49,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-69bf1a9b-341c-4ad8-b4a0-5ac77003658e 2018-12-03 17:06:49,106 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp... 2018-12-03 17:06:49,106 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 17:06:49,131 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp 2018-12-03 17:06:49,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6a513153cc50e367eda828411851ec2c7a8304" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDIXSckQuMKS50QxElJC213aMfH5KLbpXYVMySy6I3NcYvhTfWCtyfmlxby+BRzlxC4+FO8m8n7HaFZPlyP8xvUlQTBE/RkFsg+3TPit/XTd5GGwhJ8rKwFsNrHL8ey8xJyoXfnbI49Mao58INZpeKs7dJaTn363iZeHtMyvZUCRQ==", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp"}}' 2018-12-03 17:06:49,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06: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-5e8a337e-88f4-4287-adb8-2914511cd19e x-compute-request-id: req-5e8a337e-88f4-4287-adb8-2914511cd19e Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDIXSckQuMKS50QxElJC213aMfH5KLbpXYVMySy6I3NcYvhTfWCtyfmlxby+BRzlxC4+FO8m8n7HaFZPlyP8xvUlQTBE/RkFsg+3TPit/XTd5GGwhJ8rKwFsNrHL8ey8xJyoXfnbI49Mao58INZpeKs7dJaTn363iZeHtMyvZUCRQ==", "user_id": "65418f25dc3c410a91b08bd49950a2a1", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "fingerprint": "6a:17:94:e5:b9:81:9e:03:34:1c:0e:0f:ec:aa:9f:bd"}} 2018-12-03 17:06:49,238 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-5e8a337e-88f4-4287-adb8-2914511cd19e 2018-12-03 17:06:49,240 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a.pub 2018-12-03 17:06:49,240 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a 2018-12-03 17:06:49,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:06:49,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:06:49,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13f7a77224614461becd6ee0d3c25ffb", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role"}], "expires_at": "2018-12-03T18:06:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "599a933619a1493bb3734663ffbd8a9f", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-user", "id": "65418f25dc3c410a91b08bd49950a2a1"}, "audit_ids": ["Gm4y10iwQ9e6FqzQoMs0og"], "issued_at": "2018-12-03T17:06:49.000000Z"}} 2018-12-03 17:06:49,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:49,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09ec6f04-e362-4c3e-8289-07f8b1cff87e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:06:49,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-09ec6f04-e362-4c3e-8289-07f8b1cff87e 2018-12-03 17:06:49,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:49,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-17bf3bf2-b9f9-4139-9c9b-6f31afd82ad4 Date: Mon, 03 Dec 2018 17:06:49 GMT RESP BODY: {"security_groups": []} 2018-12-03 17:06:49,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp used request id req-17bf3bf2-b9f9-4139-9c9b-6f31afd82ad4 2018-12-03 17:06:49,924 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp... 2018-12-03 17:06:49,925 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp 2018-12-03 17:06:49,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}}' 2018-12-03 17:06:50,400 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-79e97a91-ccbd-4796-a204-4168b42ed0a9 Date: Mon, 03 Dec 2018 17:06:50 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "updated_at": "2018-12-03T17:06:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "revision_number": 0, "id": "34095bd6-c664-4b42-83db-d3271a70f2d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "599a933619a1493bb3734663ffbd8a9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "revision_number": 0, "id": "6cb12a3c-29c9-4934-84e3-132274020ec6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "599a933619a1493bb3734663ffbd8a9f"}], "revision_number": 2, "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}} 2018-12-03 17:06:50,400 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-79e97a91-ccbd-4796-a204-4168b42ed0a9 2018-12-03 17:06:50,401 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5eecad8f-eefe-4d11-80d6-110f9453e929 2018-12-03 17:06:50,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5eecad8f-eefe-4d11-80d6-110f9453e929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:50,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-efd0413a-6718-42f6-a6ed-1ce286c04300 Date: Mon, 03 Dec 2018 17:06:50 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-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "34095bd6-c664-4b42-83db-d3271a70f2d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "6cb12a3c-29c9-4934-84e3-132274020ec6"}]} 2018-12-03 17:06:50,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5eecad8f-eefe-4d11-80d6-110f9453e929 used request id req-efd0413a-6718-42f6-a6ed-1ce286c04300 2018-12-03 17:06:50,574 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5eecad8f-eefe-4d11-80d6-110f9453e929 2018-12-03 17:06:50,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5eecad8f-eefe-4d11-80d6-110f9453e929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:50,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3d56ddd0-239f-4790-bc92-172a87032ea7 Date: Mon, 03 Dec 2018 17:06:50 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-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "34095bd6-c664-4b42-83db-d3271a70f2d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "6cb12a3c-29c9-4934-84e3-132274020ec6"}]} 2018-12-03 17:06:50,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5eecad8f-eefe-4d11-80d6-110f9453e929 used request id req-3d56ddd0-239f-4790-bc92-172a87032ea7 2018-12-03 17:06:50,603 - neutron_utils - INFO - Retrieving security group with ID - 5eecad8f-eefe-4d11-80d6-110f9453e929 2018-12-03 17:06:50,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=5eecad8f-eefe-4d11-80d6-110f9453e929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:50,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-24335dae-a685-4f5e-b622-54bb024256e5 Date: Mon, 03 Dec 2018 17:06:50 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "updated_at": "2018-12-03T17:06:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "revision_number": 0, "id": "34095bd6-c664-4b42-83db-d3271a70f2d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "599a933619a1493bb3734663ffbd8a9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "revision_number": 0, "id": "6cb12a3c-29c9-4934-84e3-132274020ec6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "599a933619a1493bb3734663ffbd8a9f"}], "revision_number": 2, "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}]} 2018-12-03 17:06:50,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=5eecad8f-eefe-4d11-80d6-110f9453e929 used request id req-24335dae-a685-4f5e-b622-54bb024256e5 2018-12-03 17:06:50,813 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5eecad8f-eefe-4d11-80d6-110f9453e929 2018-12-03 17:06:50,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5eecad8f-eefe-4d11-80d6-110f9453e929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:50,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-48038740-c464-4c1a-ae76-35b852d7a684 Date: Mon, 03 Dec 2018 17:06:50 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-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "34095bd6-c664-4b42-83db-d3271a70f2d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "6cb12a3c-29c9-4934-84e3-132274020ec6"}]} 2018-12-03 17:06:50,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5eecad8f-eefe-4d11-80d6-110f9453e929 used request id req-48038740-c464-4c1a-ae76-35b852d7a684 2018-12-03 17:06:50,843 - neutron_utils - INFO - Retrieving security group with ID - 5eecad8f-eefe-4d11-80d6-110f9453e929 2018-12-03 17:06:50,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=5eecad8f-eefe-4d11-80d6-110f9453e929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:51,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-6a87a249-1168-4d87-a47d-166c77415a38 Date: Mon, 03 Dec 2018 17:06:51 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "updated_at": "2018-12-03T17:06:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "revision_number": 0, "id": "34095bd6-c664-4b42-83db-d3271a70f2d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "599a933619a1493bb3734663ffbd8a9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "revision_number": 0, "id": "6cb12a3c-29c9-4934-84e3-132274020ec6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "599a933619a1493bb3734663ffbd8a9f"}], "revision_number": 2, "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}]} 2018-12-03 17:06:51,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=5eecad8f-eefe-4d11-80d6-110f9453e929 used request id req-6a87a249-1168-4d87-a47d-166c77415a38 2018-12-03 17:06:51,056 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5eecad8f-eefe-4d11-80d6-110f9453e929 2018-12-03 17:06:51,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5eecad8f-eefe-4d11-80d6-110f9453e929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:51,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-45c4dbac-eb0d-4a88-93bf-79e9a0720d04 Date: Mon, 03 Dec 2018 17:06:51 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-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "34095bd6-c664-4b42-83db-d3271a70f2d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "6cb12a3c-29c9-4934-84e3-132274020ec6"}]} 2018-12-03 17:06:51,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5eecad8f-eefe-4d11-80d6-110f9453e929 used request id req-45c4dbac-eb0d-4a88-93bf-79e9a0720d04 2018-12-03 17:06:51,085 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp 2018-12-03 17:06:51,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:51,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-c70d42e8-95af-4993-a0cb-2530669dc7ce Date: Mon, 03 Dec 2018 17:06:51 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "updated_at": "2018-12-03T17:06:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "revision_number": 0, "id": "34095bd6-c664-4b42-83db-d3271a70f2d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "599a933619a1493bb3734663ffbd8a9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "revision_number": 0, "id": "6cb12a3c-29c9-4934-84e3-132274020ec6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "599a933619a1493bb3734663ffbd8a9f"}], "revision_number": 2, "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}]} 2018-12-03 17:06:51,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp used request id req-c70d42e8-95af-4993-a0cb-2530669dc7ce 2018-12-03 17:06:51,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:06:51,290 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:06: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:06:51,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:51,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4255dd3f-2204-4b86-970f-78020caf840c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:06:51,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-4255dd3f-2204-4b86-970f-78020caf840c 2018-12-03 17:06:51,370 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5eecad8f-eefe-4d11-80d6-110f9453e929 2018-12-03 17:06:51,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5eecad8f-eefe-4d11-80d6-110f9453e929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:51,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d57df816-ac1b-4bdf-9c3c-fcd54ecef7ee Date: Mon, 03 Dec 2018 17:06:51 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-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "34095bd6-c664-4b42-83db-d3271a70f2d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "6cb12a3c-29c9-4934-84e3-132274020ec6"}]} 2018-12-03 17:06:51,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5eecad8f-eefe-4d11-80d6-110f9453e929 used request id req-d57df816-ac1b-4bdf-9c3c-fcd54ecef7ee 2018-12-03 17:06:51,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929"}}' 2018-12-03 17:06:51,734 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-07208f80-d63f-449e-a270-965b5256cee8 Date: Mon, 03 Dec 2018 17:06:51 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-12-03T17:06:51Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:51Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "498bf744-80ca-4acc-b66e-66f05ce53461"}} 2018-12-03 17:06:51,734 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-07208f80-d63f-449e-a270-965b5256cee8 2018-12-03 17:06:51,735 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp 2018-12-03 17:06:51,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:51,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-9540ad91-8998-4468-9e53-60818d9d1b54 Date: Mon, 03 Dec 2018 17:06:51 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "updated_at": "2018-12-03T17:06:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "revision_number": 0, "id": "34095bd6-c664-4b42-83db-d3271a70f2d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "599a933619a1493bb3734663ffbd8a9f"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:51Z", "revision_number": 0, "id": "498bf744-80ca-4acc-b66e-66f05ce53461", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:51Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "599a933619a1493bb3734663ffbd8a9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "revision_number": 0, "id": "6cb12a3c-29c9-4934-84e3-132274020ec6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "599a933619a1493bb3734663ffbd8a9f"}], "revision_number": 3, "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}]} 2018-12-03 17:06:51,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp used request id req-9540ad91-8998-4468-9e53-60818d9d1b54 2018-12-03 17:06:51,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:52,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ac99f13-85f1-43f1-bb9a-3814247146c0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:06:52,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-3ac99f13-85f1-43f1-bb9a-3814247146c0 2018-12-03 17:06:52,011 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5eecad8f-eefe-4d11-80d6-110f9453e929 2018-12-03 17:06:52,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5eecad8f-eefe-4d11-80d6-110f9453e929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:52,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-758d5d3f-3427-4520-9437-7894960668c7 Date: Mon, 03 Dec 2018 17:06:52 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-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "34095bd6-c664-4b42-83db-d3271a70f2d0"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:06:51Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:51Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "498bf744-80ca-4acc-b66e-66f05ce53461"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "6cb12a3c-29c9-4934-84e3-132274020ec6"}]} 2018-12-03 17:06:52,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5eecad8f-eefe-4d11-80d6-110f9453e929 used request id req-758d5d3f-3427-4520-9437-7894960668c7 2018-12-03 17:06:52,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929"}}' 2018-12-03 17:06:52,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-e54a80fc-c5f3-4b27-ad37-93cfa66cf1f6 Date: Mon, 03 Dec 2018 17:06:52 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-12-03T17:06:52Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": 22, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:52Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "d248edfb-21d7-4f67-9f6f-a124d5f2992d"}} 2018-12-03 17:06:52,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-e54a80fc-c5f3-4b27-ad37-93cfa66cf1f6 2018-12-03 17:06:52,513 - neutron_utils - INFO - Retrieving security group with ID - 5eecad8f-eefe-4d11-80d6-110f9453e929 2018-12-03 17:06:52,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=5eecad8f-eefe-4d11-80d6-110f9453e929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:52,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-b70a9b5a-0f21-4920-8a91-996809a68c44 Date: Mon, 03 Dec 2018 17:06:52 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "updated_at": "2018-12-03T17:06:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "revision_number": 0, "id": "34095bd6-c664-4b42-83db-d3271a70f2d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "599a933619a1493bb3734663ffbd8a9f"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:51Z", "revision_number": 0, "id": "498bf744-80ca-4acc-b66e-66f05ce53461", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:51Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "599a933619a1493bb3734663ffbd8a9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "revision_number": 0, "id": "6cb12a3c-29c9-4934-84e3-132274020ec6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "599a933619a1493bb3734663ffbd8a9f"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:06:52Z", "revision_number": 0, "id": "d248edfb-21d7-4f67-9f6f-a124d5f2992d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:52Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "599a933619a1493bb3734663ffbd8a9f"}], "revision_number": 4, "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}]} 2018-12-03 17:06:52,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=5eecad8f-eefe-4d11-80d6-110f9453e929 used request id req-b70a9b5a-0f21-4920-8a91-996809a68c44 2018-12-03 17:06:52,717 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5eecad8f-eefe-4d11-80d6-110f9453e929 2018-12-03 17:06:52,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5eecad8f-eefe-4d11-80d6-110f9453e929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:06:52,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-c34ba30a-5aa9-47c8-9aed-543f8ba04f7e Date: Mon, 03 Dec 2018 17:06:52 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-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "34095bd6-c664-4b42-83db-d3271a70f2d0"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:06:51Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:51Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "498bf744-80ca-4acc-b66e-66f05ce53461"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:06:50Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:50Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "6cb12a3c-29c9-4934-84e3-132274020ec6"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-03T17:06:52Z", "security_group_id": "5eecad8f-eefe-4d11-80d6-110f9453e929", "port_range_min": 22, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:52Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "d248edfb-21d7-4f67-9f6f-a124d5f2992d"}]} 2018-12-03 17:06:52,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5eecad8f-eefe-4d11-80d6-110f9453e929 used request id req-c34ba30a-5aa9-47c8-9aed-543f8ba04f7e 2018-12-03 17:06:52,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:06:52,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:06:53,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13f7a77224614461becd6ee0d3c25ffb", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role"}], "expires_at": "2018-12-03T18:06:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "599a933619a1493bb3734663ffbd8a9f", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-user", "id": "65418f25dc3c410a91b08bd49950a2a1"}, "audit_ids": ["oPuRn9XSRY2MimmB9bIDkA"], "issued_at": "2018-12-03T17:06:53.000000Z"}} 2018-12-03 17:06:53,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:53,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61eceed3-af0c-4b78-ade0-43755a89b060 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:06:53,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-61eceed3-af0c-4b78-ade0-43755a89b060 2018-12-03 17:06:53,195 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:06:53,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:53,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a63940f-3a13-4764-882a-c9404ac1f088 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:06:53,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5a63940f-3a13-4764-882a-c9404ac1f088 2018-12-03 17:06:53,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:53,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4dede74b-bf64-48d8-933a-e5230b36fc18 Date: Mon, 03 Dec 2018 17:06: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:06:53,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-4dede74b-bf64-48d8-933a-e5230b36fc18 2018-12-03 17:06:53,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:06:53,544 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:06: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:06:53,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:53,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-124f3fc6-364b-4050-a81b-5586675ff889 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:06:53,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-124f3fc6-364b-4050-a81b-5586675ff889 2018-12-03 17:06:53,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:53,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a068803d-44cb-4f63-8388-36c8ac007a5f Date: Mon, 03 Dec 2018 17:06:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:06:53,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-a068803d-44cb-4f63-8388-36c8ac007a5f 2018-12-03 17:06:53,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:54,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-35c1a08e-ca51-4291-a8de-80fbf99a89cf Date: Mon, 03 Dec 2018 17:06:54 GMT RESP BODY: {"ports":[]} 2018-12-03 17:06:54,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1&admin_state_up=True used request id req-35c1a08e-ca51-4291-a8de-80fbf99a89cf 2018-12-03 17:06:54,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:54,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e3fa2067-00f5-4cc0-9e45-844aa2280f90 x-compute-request-id: req-e3fa2067-00f5-4cc0-9e45-844aa2280f90 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 17:06:54,304 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst used request id req-e3fa2067-00f5-4cc0-9e45-844aa2280f90 2018-12-03 17:06:54,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:54,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3e68ebf0-5797-437c-b118-bf811dad2538 Date: Mon, 03 Dec 2018 17:06: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:06:54,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-3e68ebf0-5797-437c-b118-bf811dad2538 2018-12-03 17:06:54,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:54,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06da33a6-5f76-4019-8bfe-e462a135a7e4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:06:54,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-06da33a6-5f76-4019-8bfe-e462a135a7e4 2018-12-03 17:06:54,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:54,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-53d4f99c-6302-49d2-9516-d7b24a2ead76 Date: Mon, 03 Dec 2018 17:06:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:06:54,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-53d4f99c-6302-49d2-9516-d7b24a2ead76 2018-12-03 17:06:54,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:54,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1a6f4c5f-1245-46d6-aae8-0d049ae32c12 Date: Mon, 03 Dec 2018 17:06:54 GMT RESP BODY: {"ports":[]} 2018-12-03 17:06:54,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1&admin_state_up=True used request id req-1a6f4c5f-1245-46d6-aae8-0d049ae32c12 2018-12-03 17:06:54,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:06:54,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:06:55,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13f7a77224614461becd6ee0d3c25ffb", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role"}], "expires_at": "2018-12-03T18:06:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "599a933619a1493bb3734663ffbd8a9f", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-user", "id": "65418f25dc3c410a91b08bd49950a2a1"}, "audit_ids": ["_79YhIEpQNqT240bSaqzSA"], "issued_at": "2018-12-03T17:06:55.000000Z"}} 2018-12-03 17:06:55,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63ea5a46521936015511c6e76da107d046313fe0" 2018-12-03 17:06:55,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1370205-833a-4a40-bced-70957fa2d3a3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:06:55,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e1370205-833a-4a40-bced-70957fa2d3a3 2018-12-03 17:06:55,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:55,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-69f74d47-dbb2-4024-a9a3-82228fc59f63 Date: Mon, 03 Dec 2018 17:06: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:06:55,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-69f74d47-dbb2-4024-a9a3-82228fc59f63 2018-12-03 17:06:55,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:55,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4225cbf9-5b48-47e8-9291-0fcd2fd8472e Date: Mon, 03 Dec 2018 17:06:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:06:55,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-4225cbf9-5b48-47e8-9291-0fcd2fd8472e 2018-12-03 17:06:55,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:56,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d4d8b193-4a34-4e82-a1a8-7be4d1a6245d Date: Mon, 03 Dec 2018 17:06: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:06:56,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-d4d8b193-4a34-4e82-a1a8-7be4d1a6245d 2018-12-03 17:06:56,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:06:56,038 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:06: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:06:56,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63ea5a46521936015511c6e76da107d046313fe0" 2018-12-03 17:06:56,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4932c8c-2b58-4f4b-b827-68d8b5649e5f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:06:56,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-b4932c8c-2b58-4f4b-b827-68d8b5649e5f 2018-12-03 17:06:56,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:56,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-00dc90fc-f061-4d8c-b251-77fc5c50198e Date: Mon, 03 Dec 2018 17:06:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:06:56,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-00dc90fc-f061-4d8c-b251-77fc5c50198e 2018-12-03 17:06:56,314 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net 2018-12-03 17:06:56,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" -d '{"port": {"network_id": "b3850e8c-8c1b-4b4d-aaec-f92d794d09fd", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1", "admin_state_up": true}}' 2018-12-03 17:06:57,372 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-594e82a5-1057-48f7-9876-ba4ad5abe23c Date: Mon, 03 Dec 2018 17:06:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.9"}],"id":"953f011b-cf4d-4532-a6f6-e5f8510ae7f7","security_groups":["4fed3616-a96c-42e1-baf2-896b2693ed78"],"mac_address":"fa:16:3e:ea:ea:67","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1","project_id":"599a933619a1493bb3734663ffbd8a9f","qos_policy_id":null,"admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:56Z","binding:vnic_type":"normal"}} 2018-12-03 17:06:57,373 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-594e82a5-1057-48f7-9876-ba4ad5abe23c 2018-12-03 17:06:57,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:57,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-247a1fde-3cf5-4fdd-9df6-66a78bee0f27 Date: Mon, 03 Dec 2018 17:06: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:06:57,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-247a1fde-3cf5-4fdd-9df6-66a78bee0f27 2018-12-03 17:06:57,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:57,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d606776-087c-4dc5-985a-6fb11f6381b6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:06:57,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-7d606776-087c-4dc5-985a-6fb11f6381b6 2018-12-03 17:06:57,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:57,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ff9f4b0f-45f4-481d-8bdd-1a5e401a2fa4 Date: Mon, 03 Dec 2018 17:06:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:06:57,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-ff9f4b0f-45f4-481d-8bdd-1a5e401a2fa4 2018-12-03 17:06:57,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:57,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-39a0bae2-7aa1-4a7e-a6f8-b566b6fa4727 Date: Mon, 03 Dec 2018 17:06:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.9"}],"id":"953f011b-cf4d-4532-a6f6-e5f8510ae7f7","security_groups":["4fed3616-a96c-42e1-baf2-896b2693ed78"],"mac_address":"fa:16:3e:ea:ea:67","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:56Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 17:06:57,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1&admin_state_up=True used request id req-39a0bae2-7aa1-4a7e-a6f8-b566b6fa4727 2018-12-03 17:06:57,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:58,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45393453-1283-44ec-92e4-80258cf6dd7b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:06:58,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-45393453-1283-44ec-92e4-80258cf6dd7b 2018-12-03 17:06:58,052 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst 2018-12-03 17:06:58,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:58,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06: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-f62f470c-1334-4bdc-87db-30a24b925687 x-compute-request-id: req-f62f470c-1334-4bdc-87db-30a24b925687 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-flavor-name"}]} 2018-12-03 17:06:58,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f62f470c-1334-4bdc-87db-30a24b925687 2018-12-03 17:06:58,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:58,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:06: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-df995b17-de8d-4e43-b35a-764703b829a3 x-compute-request-id: req-df995b17-de8d-4e43-b35a-764703b829a3 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:06:58,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7 used request id req-df995b17-de8d-4e43-b35a-764703b829a3 2018-12-03 17:06:58,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:58,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-a457272c-e474-414f-ab90-b04946fdcb2c Date: Mon, 03 Dec 2018 17:06:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:06:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:06:33Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3/snap", "metadata": {}}], "self": "/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "min_disk": 0, "protected": false, "id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "file": "/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "599a933619a1493bb3734663ffbd8a9f", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image"} 2018-12-03 17:06:58,294 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image used request id req-a457272c-e474-414f-ab90-b04946fdcb2c 2018-12-03 17:06:58,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:06:58,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d0306891-652d-4240-8718-c0c486ae4742 Date: Mon, 03 Dec 2018 17:06: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-12-03 17:06:58,453 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-d0306891-652d-4240-8718-c0c486ae4742 2018-12-03 17:06:58,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "imageRef": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "flavorRef": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "max_count": 1, "min_count": 1, "networks": [{"port": "953f011b-cf4d-4532-a6f6-e5f8510ae7f7"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}]}}' 2018-12-03 17:07:00,825 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:06: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-0fdf4450-68da-4646-be6a-be49f24fff17 x-compute-request-id: req-0fdf4450-68da-4646-be6a-be49f24fff17 Content-Length: 444 location: http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "adminPass": "p2prcPkLps8h"}} 2018-12-03 17:07:00,825 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-0fdf4450-68da-4646-be6a-be49f24fff17 2018-12-03 17:07:00,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:01,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07: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-deaad560-a674-445e-9981-ccd9899a4de4 x-compute-request-id: req-deaad560-a674-445e-9981-ccd9899a4de4 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.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "user_id": "65418f25dc3c410a91b08bd49950a2a1", "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-12-03T17:07:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:01,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-deaad560-a674-445e-9981-ccd9899a4de4 2018-12-03 17:07:01,602 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst 2018-12-03 17:07:01,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:01,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c240d1df-78dd-4d0c-b5b3-652c46612921 x-compute-request-id: req-c240d1df-78dd-4d0c-b5b3-652c46612921 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:07:01Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:01,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-c240d1df-78dd-4d0c-b5b3-652c46612921 2018-12-03 17:07:01,996 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst] is - BUILD 2018-12-03 17:07:01,996 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:07:05,000 - create_instance - DEBUG - VM status query timeout in 896.602555037 2018-12-03 17:07:05,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:05,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07: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-cefff3f5-bb86-4c45-89cb-c6d43882f8b4 x-compute-request-id: req-cefff3f5-bb86-4c45-89cb-c6d43882f8b4 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.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:07:01Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:05,613 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-cefff3f5-bb86-4c45-89cb-c6d43882f8b4 2018-12-03 17:07:05,613 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst] is - BUILD 2018-12-03 17:07:05,613 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:07:08,614 - create_instance - DEBUG - VM status query timeout in 892.987956047 2018-12-03 17:07:08,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:09,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07: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-4d683214-32d1-412b-82b5-496a15b77532 x-compute-request-id: req-4d683214-32d1-412b-82b5-496a15b77532 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:09,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-4d683214-32d1-412b-82b5-496a15b77532 2018-12-03 17:07:09,248 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst] is - ACTIVE 2018-12-03 17:07:09,249 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:07:09,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:09,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07: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-4322cb8e-ace1-42a1-933e-aaa4886182fd x-compute-request-id: req-4322cb8e-ace1-42a1-933e-aaa4886182fd Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:09,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-4322cb8e-ace1-42a1-933e-aaa4886182fd 2018-12-03 17:07:09,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:10,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9d3fee00-abda-44f3-bd4e-cc8cec5b3aba Date: Mon, 03 Dec 2018 17:07: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:07:10,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-9d3fee00-abda-44f3-bd4e-cc8cec5b3aba 2018-12-03 17:07:10,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:10,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d60b557-1ee9-4676-a5f5-689deac7bf6b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:07:10,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-5d60b557-1ee9-4676-a5f5-689deac7bf6b 2018-12-03 17:07:10,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:10,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0fe97cab-880e-475e-8a67-b65fec20cd2b Date: Mon, 03 Dec 2018 17:07:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:07:10,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-0fe97cab-880e-475e-8a67-b65fec20cd2b 2018-12-03 17:07:10,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:10,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-792e9ea2-2dc4-403e-b4b2-ff42d2860e4c Date: Mon, 03 Dec 2018 17:07:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.2"}],"id":"1df58b6b-80f2-4ff5-9118-e07088043895","security_groups":[],"mac_address":"fa:16:3e:bc:cd:52","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.3"}],"id":"589e359e-bf25-43ce-b238-5403f4dd4d2b","security_groups":[],"mac_address":"fa:16:3e:2b:af:9b","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.4"}],"id":"77d1ff96-f777-416c-a60a-0b4d96088ab9","security_groups":[],"mac_address":"fa:16:3e:92:ec:c8","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.9"}],"id":"953f011b-cf4d-4532-a6f6-e5f8510ae7f7","security_groups":["4fed3616-a96c-42e1-baf2-896b2693ed78"],"mac_address":"fa:16:3e:ea:ea:67","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:56Z","binding:vnic_type":"normal","device_id":"dd3523f8-9220-48af-8050-bf7322bcff34"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.1"}],"id":"e8e4aef3-bd57-48e4-808d-ca96c35b817b","security_groups":[],"mac_address":"fa:16:3e:e6:35:07","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:45Z","binding:vnic_type":"normal","device_id":"e083acec-8b6d-42aa-9d7f-63ab3998e7a3"}]} 2018-12-03 17:07:10,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-792e9ea2-2dc4-403e-b4b2-ff42d2860e4c 2018-12-03 17:07:10,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:11,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07: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-c2128135-dcd3-4099-90f0-c4d8758a4665 x-compute-request-id: req-c2128135-dcd3-4099-90f0-c4d8758a4665 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:11,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-c2128135-dcd3-4099-90f0-c4d8758a4665 2018-12-03 17:07:11,079 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst] is - ACTIVE 2018-12-03 17:07:11,079 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:07:11,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:11,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-fdfb9a00-6062-469e-a0b6-e004c7e1b407 x-compute-request-id: req-fdfb9a00-6062-469e-a0b6-e004c7e1b407 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:11,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-fdfb9a00-6062-469e-a0b6-e004c7e1b407 2018-12-03 17:07:11,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:11,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-96d975d9-c62f-4d52-998d-d8db955d1aa3 Date: Mon, 03 Dec 2018 17:07: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:07:11,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-96d975d9-c62f-4d52-998d-d8db955d1aa3 2018-12-03 17:07:11,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:12,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d055a13-1238-498f-9b55-9afa44d49c34 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:07:12,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-6d055a13-1238-498f-9b55-9afa44d49c34 2018-12-03 17:07:12,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:12,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9bf3fe3a-f234-4bbd-9fa5-ba7c988d846c Date: Mon, 03 Dec 2018 17:07:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:07:12,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-9bf3fe3a-f234-4bbd-9fa5-ba7c988d846c 2018-12-03 17:07:12,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:12,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-f3fd1553-417c-4555-9f18-c9b77b7f5eed Date: Mon, 03 Dec 2018 17:07:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.2"}],"id":"1df58b6b-80f2-4ff5-9118-e07088043895","security_groups":[],"mac_address":"fa:16:3e:bc:cd:52","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.3"}],"id":"589e359e-bf25-43ce-b238-5403f4dd4d2b","security_groups":[],"mac_address":"fa:16:3e:2b:af:9b","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.4"}],"id":"77d1ff96-f777-416c-a60a-0b4d96088ab9","security_groups":[],"mac_address":"fa:16:3e:92:ec:c8","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.9"}],"id":"953f011b-cf4d-4532-a6f6-e5f8510ae7f7","security_groups":["4fed3616-a96c-42e1-baf2-896b2693ed78"],"mac_address":"fa:16:3e:ea:ea:67","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:56Z","binding:vnic_type":"normal","device_id":"dd3523f8-9220-48af-8050-bf7322bcff34"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.1"}],"id":"e8e4aef3-bd57-48e4-808d-ca96c35b817b","security_groups":[],"mac_address":"fa:16:3e:e6:35:07","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:45Z","binding:vnic_type":"normal","device_id":"e083acec-8b6d-42aa-9d7f-63ab3998e7a3"}]} 2018-12-03 17:07:12,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-f3fd1553-417c-4555-9f18-c9b77b7f5eed 2018-12-03 17:07:12,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}}' 2018-12-03 17:07:13,732 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:07: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-80e19a31-c7ec-4a3e-a71c-a21486eeb54a x-compute-request-id: req-80e19a31-c7ec-4a3e-a71c-a21486eeb54a Content-Length: 0 Content-Type: application/json 2018-12-03 17:07:13,732 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34/action used request id req-80e19a31-c7ec-4a3e-a71c-a21486eeb54a 2018-12-03 17:07:13,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:13,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-8951a325-c51f-45d4-9257-dffb7ef80b25 Date: Mon, 03 Dec 2018 17:07:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:39Z", "admin_state_up": true, "updated_at": "2018-12-03T17:06:46Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "e083acec-8b6d-42aa-9d7f-63ab3998e7a3", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router"}]} 2018-12-03 17:07:13,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router used request id req-8951a325-c51f-45d4-9257-dffb7ef80b25 2018-12-03 17:07:13,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:13,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75a0b5eb-b459-4cb5-8d8e-e2c2d2d8b818 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:07:13,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-75a0b5eb-b459-4cb5-8d8e-e2c2d2d8b818 2018-12-03 17:07:13,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=e083acec-8b6d-42aa-9d7f-63ab3998e7a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:13,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-0b24b644-2096-4982-8b52-b0de521939bd Date: Mon, 03 Dec 2018 17:07:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.1"}],"id":"e8e4aef3-bd57-48e4-808d-ca96c35b817b","security_groups":[],"mac_address":"fa:16:3e:e6:35:07","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:45Z","binding:vnic_type":"normal","device_id":"e083acec-8b6d-42aa-9d7f-63ab3998e7a3"}]} 2018-12-03 17:07:13,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=e083acec-8b6d-42aa-9d7f-63ab3998e7a3 used request id req-0b24b644-2096-4982-8b52-b0de521939bd 2018-12-03 17:07:13,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/19aa52ea-b350-4c5a-b89d-1bfa7b879d5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:14,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7644b1e1-ae30-466d-aa41-2cf5a362d2e8 Date: Mon, 03 Dec 2018 17:07:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}} 2018-12-03 17:07:14,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/19aa52ea-b350-4c5a-b89d-1bfa7b879d5f used request id req-7644b1e1-ae30-466d-aa41-2cf5a362d2e8 2018-12-03 17:07:14,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:14,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f81c9ee8-f841-485c-a2fa-bd2d5d1aa201 Date: Mon, 03 Dec 2018 17:07:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:07:14,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-f81c9ee8-f841-485c-a2fa-bd2d5d1aa201 2018-12-03 17:07:14,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:14,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9cdc7e35-48d8-4d16-9363-b888d326323d Date: Mon, 03 Dec 2018 17:07:14 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:07:14,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-9cdc7e35-48d8-4d16-9363-b888d326323d 2018-12-03 17:07:14,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:14,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07: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-2a5eeb48-34b5-4c34-ab56-c7ba83e5a89a x-compute-request-id: req-2a5eeb48-34b5-4c34-ab56-c7ba83e5a89a Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:14,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-2a5eeb48-34b5-4c34-ab56-c7ba83e5a89a 2018-12-03 17:07:14,980 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst] is - ACTIVE 2018-12-03 17:07:14,980 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:07:14,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:15,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07: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-d5c88d29-d77b-45fe-af18-e3f6d80a90b9 x-compute-request-id: req-d5c88d29-d77b-45fe-af18-e3f6d80a90b9 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:15,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-d5c88d29-d77b-45fe-af18-e3f6d80a90b9 2018-12-03 17:07:15,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:15,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8d16c1aa-78ea-40d9-9e8e-529acf2b2000 Date: Mon, 03 Dec 2018 17:07: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:07:15,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-8d16c1aa-78ea-40d9-9e8e-529acf2b2000 2018-12-03 17:07:15,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:15,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7745e729-b3ac-4b38-bfe2-e6afe59ef800 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:07:15,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-7745e729-b3ac-4b38-bfe2-e6afe59ef800 2018-12-03 17:07:15,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:15,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4db7d86d-c1c9-4b1a-8ce6-78c566e45d10 Date: Mon, 03 Dec 2018 17:07:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:07:15,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-4db7d86d-c1c9-4b1a-8ce6-78c566e45d10 2018-12-03 17:07:15,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:15,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-1b2417e8-d99f-49d0-810a-c5451ef98841 Date: Mon, 03 Dec 2018 17:07:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.2"}],"id":"1df58b6b-80f2-4ff5-9118-e07088043895","security_groups":[],"mac_address":"fa:16:3e:bc:cd:52","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.3"}],"id":"589e359e-bf25-43ce-b238-5403f4dd4d2b","security_groups":[],"mac_address":"fa:16:3e:2b:af:9b","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.4"}],"id":"77d1ff96-f777-416c-a60a-0b4d96088ab9","security_groups":[],"mac_address":"fa:16:3e:92:ec:c8","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.9"}],"id":"953f011b-cf4d-4532-a6f6-e5f8510ae7f7","security_groups":["4fed3616-a96c-42e1-baf2-896b2693ed78","5eecad8f-eefe-4d11-80d6-110f9453e929"],"mac_address":"fa:16:3e:ea:ea:67","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:56Z","binding:vnic_type":"normal","device_id":"dd3523f8-9220-48af-8050-bf7322bcff34"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.1"}],"id":"e8e4aef3-bd57-48e4-808d-ca96c35b817b","security_groups":[],"mac_address":"fa:16:3e:e6:35:07","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:45Z","binding:vnic_type":"normal","device_id":"e083acec-8b6d-42aa-9d7f-63ab3998e7a3"}]} 2018-12-03 17:07:15,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-1b2417e8-d99f-49d0-810a-c5451ef98841 2018-12-03 17:07:15,647 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-03 17:07:15,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:15,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2ae13ad5-2c46-4560-9a40-6021e761e0f1 Date: Mon, 03 Dec 2018 17:07:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:07:15,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-2ae13ad5-2c46-4560-9a40-6021e761e0f1 2018-12-03 17:07:15,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:15,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0ce1589d-7c8a-41e8-b98e-6f562d500d61 Date: Mon, 03 Dec 2018 17:07:15 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:07:15,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-0ce1589d-7c8a-41e8-b98e-6f562d500d61 2018-12-03 17:07:15,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" -d '{"floatingip": {"floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "port_id": "953f011b-cf4d-4532-a6f6-e5f8510ae7f7"}}' 2018-12-03 17:07:17,737 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-5495397a-8bd0-4823-9d7e-6cc810b5e150 Date: Mon, 03 Dec 2018 17:07:17 GMT RESP BODY: {"floatingip": {"router_id": "e083acec-8b6d-42aa-9d7f-63ab3998e7a3", "status": "DOWN", "description": "", "tags": [], "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:07:16Z", "updated_at": "2018-12-03T17:07:16Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.55.1.9", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "599a933619a1493bb3734663ffbd8a9f", "port_id": "953f011b-cf4d-4532-a6f6-e5f8510ae7f7", "id": "a3e46b20-b44c-49d9-90d6-2cb126b9955f"}} 2018-12-03 17:07:17,738 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-5495397a-8bd0-4823-9d7e-6cc810b5e150 2018-12-03 17:07:17,738 - create_instance - INFO - Created floating IP 172.30.9.209 via router - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router 2018-12-03 17:07:17,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:18,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-1c9c108c-94e9-47a9-8a48-837fc39320aa x-compute-request-id: req-1c9c108c-94e9-47a9-8a48-837fc39320aa Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:18,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-1c9c108c-94e9-47a9-8a48-837fc39320aa 2018-12-03 17:07:18,080 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst] is - ACTIVE 2018-12-03 17:07:18,080 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:07:18,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:18,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07: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-09cc9452-abdb-4536-ab4a-2b2819c77bb5 x-compute-request-id: req-09cc9452-abdb-4536-ab4a-2b2819c77bb5 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:18,911 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-09cc9452-abdb-4536-ab4a-2b2819c77bb5 2018-12-03 17:07:18,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:19,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-af84b69f-b64f-4dcb-852b-6c2bfe0de81e Date: Mon, 03 Dec 2018 17:07: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:07:19,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-af84b69f-b64f-4dcb-852b-6c2bfe0de81e 2018-12-03 17:07:19,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:19,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e135fcda-68a5-4674-8ebf-ab9209bf3b71 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:07:19,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-e135fcda-68a5-4674-8ebf-ab9209bf3b71 2018-12-03 17:07:19,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:19,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4de3a422-5d2b-44c5-8b18-acb42348c193 Date: Mon, 03 Dec 2018 17:07:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:07:19,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-4de3a422-5d2b-44c5-8b18-acb42348c193 2018-12-03 17:07:19,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:19,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-2d6fba02-7146-4c3d-8bfd-20f38b7f27ae Date: Mon, 03 Dec 2018 17:07:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.2"}],"id":"1df58b6b-80f2-4ff5-9118-e07088043895","security_groups":[],"mac_address":"fa:16:3e:bc:cd:52","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.3"}],"id":"589e359e-bf25-43ce-b238-5403f4dd4d2b","security_groups":[],"mac_address":"fa:16:3e:2b:af:9b","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.4"}],"id":"77d1ff96-f777-416c-a60a-0b4d96088ab9","security_groups":[],"mac_address":"fa:16:3e:92:ec:c8","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.9"}],"id":"953f011b-cf4d-4532-a6f6-e5f8510ae7f7","security_groups":["4fed3616-a96c-42e1-baf2-896b2693ed78","5eecad8f-eefe-4d11-80d6-110f9453e929"],"mac_address":"fa:16:3e:ea:ea:67","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:56Z","binding:vnic_type":"normal","device_id":"dd3523f8-9220-48af-8050-bf7322bcff34"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.1"}],"id":"e8e4aef3-bd57-48e4-808d-ca96c35b817b","security_groups":[],"mac_address":"fa:16:3e:e6:35:07","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:45Z","binding:vnic_type":"normal","device_id":"e083acec-8b6d-42aa-9d7f-63ab3998e7a3"}]} 2018-12-03 17:07:19,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-2d6fba02-7146-4c3d-8bfd-20f38b7f27ae 2018-12-03 17:07:19,423 - create_instance_tests - INFO - Looking for IP 10.55.1.9 in the console log 2018-12-03 17:07:19,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:19,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07: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-85d0f27c-94d0-4373-84be-fe81bb9e78b5 x-compute-request-id: req-85d0f27c-94d0-4373-84be-fe81bb9e78b5 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:19,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-85d0f27c-94d0-4373-84be-fe81bb9e78b5 2018-12-03 17:07:19,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 17:07:20,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07: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-984bdfb0-2df4-4865-bd59-55dd66a5eaa3 x-compute-request-id: req-984bdfb0-2df4-4865-bd59-55dd66a5eaa3 Content-Encoding: gzip Content-Length: 9626 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 518517236 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.132118] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133795] pid_max: default: 32768 minimum: 301\n[ 0.134699] ACPI: Core revision 20150930\n[ 0.136093] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137415] Security Framework initialized\n[ 0.138245] Yama: becoming mindful.\n[ 0.138993] AppArmor: AppArmor initialized\n[ 0.139869] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141169] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.142444] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.143652] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.145032] Initializing cgroup subsys io\n[ 0.145860] Initializing cgroup subsys memory\n[ 0.146729] Initializing cgroup subsys devices\n[ 0.147621] Initializing cgroup subsys freezer\n[ 0.148502] Initializing cgroup subsys net_cls\n[ 0.149379] Initializing cgroup subsys perf_event\n[ 0.150297] Initializing cgroup subsys net_prio\n[ 0.151203] Initializing cgroup subsys hugetlb\n[ 0.152083] Initializing cgroup subsys pids\n[ 0.152966] CPU: Physical Processor ID: 0\n[ 0.154464] mce: CPU supports 10 MCE banks\n[ 0.155326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.158623] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.165021] ftrace: allocating 31920 entries in 125 pages\n[ 0.191017] smpboot: Max logical packages: 2\n[ 0.191886] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.193109] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.194477] x2apic enabled\n[ 0.195296] Switched APIC routing to physical x2apic.\n[ 0.197061] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198288] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200463] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202434] KVM setup paravirtual spinlock\n[ 0.203861] x86: Booting SMP configuration:\n[ 0.204775] .... node #0, CPUs: #1\n[ 0.205676] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.227363] x86: Booted up 1 node, 2 CPUs\n[ 0.227366] KVM setup async PF for cpu 1\n[ 0.227369] kvm-stealtime: cpu 1, msr f90d940\n[ 0.229964] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.231480] devtmpfs: initialized\n[ 0.233191] evm: security.selinux\n[ 0.233900] evm: security.SMACK64\n[ 0.234599] evm: security.SMACK64EXEC\n[ 0.235353] evm: security.SMACK64TRANSMUTE\n[ 0.236173] evm: security.SMACK64MMAP\n[ 0.236929] evm: security.ima\n[ 0.237577] evm: security.capability\n[ 0.238438] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240339] pinctrl core: initialized pinctrl subsystem\n[ 0.241447] RTC time: 17:07:07, date: 12/03/18\n[ 0.242433] NET: Registered protocol family 16\n[ 0.252375] cpuidle: using governor ladder\n[ 0.264472] cpuidle: using governor menu\n[ 0.265298] PCCT header not found.\n[ 0.266100] ACPI: bus type PCI registered\n[ 0.266916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.268180] PCI: Using configuration type 1 for base access\n[ 0.281630] ACPI: Added _OSI(Module Device)\n[ 0.282496] ACPI: Added _OSI(Processor Device)\n[ 0.283367] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.284271] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.286647] ACPI: Interpreter enabled\n[ 0.287424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.289282] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.291155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.293015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.294877] ACPI: (supports S0 S5)\n[ 0.295588] ACPI: Using IOAPIC for interrupt routing\n[ 0.296659] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301200] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302450] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.303660] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.305934] acpiphp: Slot [3] registered\n[ 0.306756] acpiphp: Slot [4] registered\n[ 0.307569] acpiphp: Slot [5] registered\n[ 0.308374] acpiphp: Slot [6] registered\n[ 0.309181] acpiphp: Slot [7] registered\n[ 0.309994] acpiphp: Slot [8] registered\n[ 0.310809] acpiphp: Slot [9] registered\n[ 0.311619] acpiphp: Slot [10] registered\n[ 0.322451] acpiphp: Slot [11] registered\n[ 0.323276] acpiphp: Slot [12] registered\n[ 0.324103] acpiphp: Slot [13] registered\n[ 0.324926] acpiphp: Slot [14] registered\n[ 0.325758] acpiphp: Slot [15] registered\n[ 0.326587] acpiphp: Slot [16] registered\n[ 0.327411] acpiphp: Slot [17] registered\n[ 0.328230] acpiphp: Slot [18] registered\n[ 0.329053] acpiphp: Slot [19] registered\n[ 0.329879] acpiphp: Slot [20] registered\n[ 0.330711] acpiphp: Slot [21] registered\n[ 0.331531] acpiphp: Slot [22] registered\n[ 0.332352] acpiphp: Slot [23] registered\n[ 0.333169] acpiphp: Slot [24] registered\n[ 0.333987] acpiphp: Slot [25] registered\n[ 0.334812] acpiphp: Slot [26] registered\n[ 0.335631] acpiphp: Slot [27] registered\n[ 0.336449] acpiphp: Slot [28] registered\n[ 0.337264] acpiphp: Slot [29] registered\n[ 0.338081] acpiphp: Slot [30] registered\n[ 0.338909] acpiphp: Slot [31] registered\n[ 0.339725] PCI host bridge to bus 0000:00\n[ 0.340543] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.341780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.343011] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.344475] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.345937] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.352266] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.353570] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.354750] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.356023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.362532] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.363996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.410240] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411743] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413177] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.414608] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416007] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417301] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.418509] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.419738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.421299] vgaarb: loaded\n[ 0.421911] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423063] SCSI subsystem initialized\n[ 0.423908] ACPI: bus type USB registered\n[ 0.424739] usbcore: registered new interface driver usbfs\n[ 0.425785] usbcore: registered new interface driver hub\n[ 0.426807] usbcore: registered new device driver usb\n[ 0.427934] PCI: Using ACPI for IRQ routing\n[ 0.428974] NetLabel: Initializing\n[ 0.429701] NetLabel: domain hash size = 128\n[ 0.430568] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.431530] NetLabel: unlabeled traffic allowed by default\n[ 0.432686] clocksource: Switched to clocksource kvm-clock\n[ 0.438591] AppArmor: AppArmor Filesystem Enabled\n[ 0.439574] pnp: PnP ACPI init\n[ 0.440507] pnp: PnP ACPI: found 5 devices\n[ 0.447617] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.449360] NET: Registered protocol family 2\n[ 0.450352] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.451638] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.452824] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.454001] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.455091] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.456271] NET: Registered protocol family 1\n[ 0.457156] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.458267] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.459352] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.477958] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.496802] Trying to unpack rootfs image as initramfs...\n[ 0.547447] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.561634] Scanning for low memory corruption every 60 seconds\n[ 0.563052] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.564230] audit: initializing netlink subsys (disabled)\n[ 0.565302] audit: type=2000 audit(1543856828.258:1): initialized\n[ 0.566651] Initialise system trusted keyring\n[ 0.567641] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.568843] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.570991] zbud: loaded\n[ 0.571758] VFS: Disk quotas dquot_6.6.0\n[ 0.572597] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.574215] fuse init (API version 7.23)\n[ 0.575160] Key type big_key registered\n[ 0.575982] Allocating IMA MOK and blacklist keyrings.\n[ 0.577287] Key type asymmetric registered\n[ 0.578123] Asymmetric key parser 'x509' registered\n[ 0.579095] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.580621] io scheduler noop registered\n[ 0.581434] io scheduler deadline registered (default)\n[ 0.582447] io scheduler cfq registered\n[ 0.583295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.584371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585676] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587153] ACPI: Power Button [PWRF]\n[ 0.588046] GHES: HEST is not enabled!\n[ 0.607695] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.645946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648538] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672796] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.675233] Linux agpgart interface v0.103\n[ 0.678035] brd: module loaded\n[ 0.679465] loop: module loaded\n[ 0.685405] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.686886] GPT:90111 != 20971519\n[ 0.687582] GPT:Alternate GPT header not at the end of the disk.\n[ 0.688691] GPT:90111 != 20971519\n[ 0.689390] GPT: Use GNU Parted to correct GPT errors.\n[ 0.690371] vda: vda1 vda15\n[ 0.691915] scsi host0: ata_piix\n[ 0.692705] scsi host1: ata_piix\n[ 0.693427] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.694659] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.695953] libphy: Fixed MDIO Bus: probed\n[ 0.696846] tun: Universal TUN/TAP device driver, 1.6\n[ 0.697970] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699923] PPP generic driver version 2.4.2\n[ 0.700869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.702147] ehci-pci: EHCI PCI platform driver\n[ 0.703029] ehci-platform: EHCI generic platform driver\n[ 0.704029] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.705188] ohci-pci: OHCI PCI platform driver\n[ 0.706072] ohci-platform: OHCI generic platform driver\n[ 0.707071] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.726164] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.727175] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.728647] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.729716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.730865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.732106] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733575] usb usb1: Product: UHCI Host Controller\n[ 0.734538] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.735701] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.736754] hub 1-0:1.0: USB hub found\n[ 0.737549] hub 1-0:1.0: 2 ports detected\n[ 0.738473] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.740595] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.741596] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742693] mousedev: PS/2 mouse device common for all mice\n[ 0.744016] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.745909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.747065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.748285] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.749527] i2c /dev entries driver\n[ 0.750307] device-mapper: uevent: version 1.0.3\n[ 0.751288] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.752968] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.754328] NET: Registered protocol family 10\n[ 0.755364] NET: Registered protocol family 17\n[ 0.756271] Key type dns_resolver registered\n[ 0.757265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758374] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759760] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.761654] registered taskstats version 1\n[ 0.762504] Loading compiled-in X.509 certificates\n[ 0.763955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765861] zswap: loaded using pool lzo/zbud\n[ 0.767380] Key type trusted registered\n[ 0.769148] Key type encrypted registered\n[ 0.770027] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.771080] ima: No TPM chip found, activating TPM-bypass!\n[ 0.772132] evm: HMAC attrs: 0x1\n[ 0.773114] Magic number: 14:130:137\n[ 0.773907] block ram2: hash matches\n[ 0.784958] rtc_cmos 00:00: setting system clock to 2018-12-03 17:07:07 UTC (1543856827)\n[ 0.786647] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.787787] EDD information not available.\n[ 0.853721] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.855293] Write protecting the kernel read-only data: 14336k\n[ 0.856971] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.858815] 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.922311] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.9...\nLease of 10.55.1.9 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.35. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCV8EhgLN2M3NKBd1oBbciy+OTfkuThqDakC6/kl7cKXAUIX6WKsG685WUs2UqJkCRE+jOpGHnNm4k9KPs/x3BTfv200EnJqYZSRLYzkACR7eLcM0rVuVaGbH0ZIDgr6Zmz7IsOjnH34q+pUltrCMKOR0sjgKRkvODUKFIKlZmGLpnh2uKcgyRD29DvqItOeug84F7biSiahhno8tLODDR7elBBZgqfh5kRf5GHv9SVmzKPqtagZQpia8ZTyHJkt2gHx1JReQejgur2JWMMv8jtvpNBDaCmPDl8PalHHv78cpqV31EGm+46uRtO4+ncP9ZgLNsjDNMosoc0T6L1Dk21 root@createinstancesinglenetworktests-88f79502-42e2-4d96-af0e-aaee58\nssh-dss AAAAB3NzaC1kc3MAAACBAOJRkSxOdYtZM5egZWHj+zwL2PYA1Bb7fPEXUcOWBigFY0vZsT8LyUrokm52nV7pXgK4H2QqGmTaXpMR6kSQtE/Vv7emoWaeMvPQ6n6S5G5c768IyXL6FzhHAKcpFk9i4w7KQGu+LDlrPaY3d2C8jlTU19LwJeXvoSaFYKYmZZF/AAAAFQCw8nGpxx4Bda19zn1HeT9uGQZlNwAAAIAEbSvKjAc1XD94ysXB0Rjk3M1h4qd/hc/UIOqgu+vlnN6iX7Agmf3hXj9yvGAT+rc/JMWovYHwODxNL5yRsbLFyD7v9Lid7S7deZL0Ab25ozlmthcvSO7QIfDqWsdoGPQYl10f0ibbewIn3cTH9Ar7flt3D9TMSbnc6fTD+P53UwAAAIEAzgHbaHGrnLSDySM0WNdfrKvVXo2yFAlAJkxTYoUFue/HEatfpUM8VezrhtWJ/H14hTCtOM8Uu5TY+LcM3iN+FWooy1Ekva9jcVgHqd+WOMNw2/+WKnKKloa/LXmr1xjRlgMemKagF+6KhglX9KT67mwjY1avK6UIj6rmw46Cqqk= root@createinstancesinglenetworktests-88f79502-42e2-4d96-af0e-aaee58\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.9,24,fe80::f816:3eff:feea:ea67/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.9 \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-88f79502-42e2-4d96-af0e-aaee58\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-88f79502-42e2-4d96-af0e-aaee58 login: "} 2018-12-03 17:07:20,965 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34/action used request id req-984bdfb0-2df4-4865-bd59-55dd66a5eaa3 2018-12-03 17:07:20,966 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-03 17:07:20,966 - 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 518517236 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.132118] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133795] pid_max: default: 32768 minimum: 301 [ 0.134699] ACPI: Core revision 20150930 [ 0.136093] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137415] Security Framework initialized [ 0.138245] Yama: becoming mindful. [ 0.138993] AppArmor: AppArmor initialized [ 0.139869] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141169] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.142444] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.143652] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.145032] Initializing cgroup subsys io [ 0.145860] Initializing cgroup subsys memory [ 0.146729] Initializing cgroup subsys devices [ 0.147621] Initializing cgroup subsys freezer [ 0.148502] Initializing cgroup subsys net_cls [ 0.149379] Initializing cgroup subsys perf_event [ 0.150297] Initializing cgroup subsys net_prio [ 0.151203] Initializing cgroup subsys hugetlb [ 0.152083] Initializing cgroup subsys pids [ 0.152966] CPU: Physical Processor ID: 0 [ 0.154464] mce: CPU supports 10 MCE banks [ 0.155326] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.158623] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.165021] ftrace: allocating 31920 entries in 125 pages [ 0.191017] smpboot: Max logical packages: 2 [ 0.191886] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.193109] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.194477] x2apic enabled [ 0.195296] Switched APIC routing to physical x2apic. [ 0.197061] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198288] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200463] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202434] KVM setup paravirtual spinlock [ 0.203861] x86: Booting SMP configuration: [ 0.204775] .... node #0, CPUs: #1 [ 0.205676] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.227363] x86: Booted up 1 node, 2 CPUs [ 0.227366] KVM setup async PF for cpu 1 [ 0.227369] kvm-stealtime: cpu 1, msr f90d940 [ 0.229964] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.231480] devtmpfs: initialized [ 0.233191] evm: security.selinux [ 0.233900] evm: security.SMACK64 [ 0.234599] evm: security.SMACK64EXEC [ 0.235353] evm: security.SMACK64TRANSMUTE [ 0.236173] evm: security.SMACK64MMAP [ 0.236929] evm: security.ima [ 0.237577] evm: security.capability [ 0.238438] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.240339] pinctrl core: initialized pinctrl subsystem [ 0.241447] RTC time: 17:07:07, date: 12/03/18 [ 0.242433] NET: Registered protocol family 16 [ 0.252375] cpuidle: using governor ladder [ 0.264472] cpuidle: using governor menu [ 0.265298] PCCT header not found. [ 0.266100] ACPI: bus type PCI registered [ 0.266916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.268180] PCI: Using configuration type 1 for base access [ 0.281630] ACPI: Added _OSI(Module Device) [ 0.282496] ACPI: Added _OSI(Processor Device) [ 0.283367] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.284271] ACPI: Added _OSI(Processor Aggregator Device) [ 0.286647] ACPI: Interpreter enabled [ 0.287424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.289282] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.291155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.293015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.294877] ACPI: (supports S0 S5) [ 0.295588] ACPI: Using IOAPIC for interrupt routing [ 0.296659] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.300045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301200] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.302450] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.303660] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.305934] acpiphp: Slot [3] registered [ 0.306756] acpiphp: Slot [4] registered [ 0.307569] acpiphp: Slot [5] registered [ 0.308374] acpiphp: Slot [6] registered [ 0.309181] acpiphp: Slot [7] registered [ 0.309994] acpiphp: Slot [8] registered [ 0.310809] acpiphp: Slot [9] registered [ 0.311619] acpiphp: Slot [10] registered [ 0.322451] acpiphp: Slot [11] registered [ 0.323276] acpiphp: Slot [12] registered [ 0.324103] acpiphp: Slot [13] registered [ 0.324926] acpiphp: Slot [14] registered [ 0.325758] acpiphp: Slot [15] registered [ 0.326587] acpiphp: Slot [16] registered [ 0.327411] acpiphp: Slot [17] registered [ 0.328230] acpiphp: Slot [18] registered [ 0.329053] acpiphp: Slot [19] registered [ 0.329879] acpiphp: Slot [20] registered [ 0.330711] acpiphp: Slot [21] registered [ 0.331531] acpiphp: Slot [22] registered [ 0.332352] acpiphp: Slot [23] registered [ 0.333169] acpiphp: Slot [24] registered [ 0.333987] acpiphp: Slot [25] registered [ 0.334812] acpiphp: Slot [26] registered [ 0.335631] acpiphp: Slot [27] registered [ 0.336449] acpiphp: Slot [28] registered [ 0.337264] acpiphp: Slot [29] registered [ 0.338081] acpiphp: Slot [30] registered [ 0.338909] acpiphp: Slot [31] registered [ 0.339725] PCI host bridge to bus 0000:00 [ 0.340543] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.341780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.343011] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.344475] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.345937] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.352266] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.353570] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.354750] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.356023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.362532] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.363996] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.410240] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.411743] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.413177] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.414608] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.416007] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.417301] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.418509] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.419738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.421299] vgaarb: loaded [ 0.421911] vgaarb: bridge control possible 0000:00:02.0 [ 0.423063] SCSI subsystem initialized [ 0.423908] ACPI: bus type USB registered [ 0.424739] usbcore: registered new interface driver usbfs [ 0.425785] usbcore: registered new interface driver hub [ 0.426807] usbcore: registered new device driver usb [ 0.427934] PCI: Using ACPI for IRQ routing [ 0.428974] NetLabel: Initializing [ 0.429701] NetLabel: domain hash size = 128 [ 0.430568] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.431530] NetLabel: unlabeled traffic allowed by default [ 0.432686] clocksource: Switched to clocksource kvm-clock [ 0.438591] AppArmor: AppArmor Filesystem Enabled [ 0.439574] pnp: PnP ACPI init [ 0.440507] pnp: PnP ACPI: found 5 devices [ 0.447617] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.449360] NET: Registered protocol family 2 [ 0.450352] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.451638] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.452824] TCP: Hash tables configured (established 2048 bind 2048) [ 0.454001] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.455091] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.456271] NET: Registered protocol family 1 [ 0.457156] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.458267] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.459352] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.477958] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.496802] Trying to unpack rootfs image as initramfs... [ 0.547447] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.561634] Scanning for low memory corruption every 60 seconds [ 0.563052] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.564230] audit: initializing netlink subsys (disabled) [ 0.565302] audit: type=2000 audit(1543856828.258:1): initialized [ 0.566651] Initialise system trusted keyring [ 0.567641] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.568843] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.570991] zbud: loaded [ 0.571758] VFS: Disk quotas dquot_6.6.0 [ 0.572597] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.574215] fuse init (API version 7.23) [ 0.575160] Key type big_key registered [ 0.575982] Allocating IMA MOK and blacklist keyrings. [ 0.577287] Key type asymmetric registered [ 0.578123] Asymmetric key parser 'x509' registered [ 0.579095] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.580621] io scheduler noop registered [ 0.581434] io scheduler deadline registered (default) [ 0.582447] io scheduler cfq registered [ 0.583295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.584371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.585676] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.587153] ACPI: Power Button [PWRF] [ 0.588046] GHES: HEST is not enabled! [ 0.607695] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.645946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.648538] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.672796] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.675233] Linux agpgart interface v0.103 [ 0.678035] brd: module loaded [ 0.679465] loop: module loaded [ 0.685405] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.686886] GPT:90111 != 20971519 [ 0.687582] GPT:Alternate GPT header not at the end of the disk. [ 0.688691] GPT:90111 != 20971519 [ 0.689390] GPT: Use GNU Parted to correct GPT errors. [ 0.690371] vda: vda1 vda15 [ 0.691915] scsi host0: ata_piix [ 0.692705] scsi host1: ata_piix [ 0.693427] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.694659] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.695953] libphy: Fixed MDIO Bus: probed [ 0.696846] tun: Universal TUN/TAP device driver, 1.6 [ 0.697970] tun: (C) 1999-2004 Max Krasnyansky [ 0.699923] PPP generic driver version 2.4.2 [ 0.700869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.702147] ehci-pci: EHCI PCI platform driver [ 0.703029] ehci-platform: EHCI generic platform driver [ 0.704029] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.705188] ohci-pci: OHCI PCI platform driver [ 0.706072] ohci-platform: OHCI generic platform driver [ 0.707071] uhci_hcd: USB Universal Host Controller Interface driver [ 0.726164] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.727175] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.728647] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.729716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.730865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.732106] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.733575] usb usb1: Product: UHCI Host Controller [ 0.734538] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.735701] usb usb1: SerialNumber: 0000:00:01.2 [ 0.736754] hub 1-0:1.0: USB hub found [ 0.737549] hub 1-0:1.0: 2 ports detected [ 0.738473] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.740595] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.741596] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742693] mousedev: PS/2 mouse device common for all mice [ 0.744016] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.745909] rtc_cmos 00:00: RTC can wake from S4 [ 0.747065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.748285] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.749527] i2c /dev entries driver [ 0.750307] device-mapper: uevent: version 1.0.3 [ 0.751288] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.752968] ledtrig-cpu: registered to indicate activity on CPUs [ 0.754328] NET: Registered protocol family 10 [ 0.755364] NET: Registered protocol family 17 [ 0.756271] Key type dns_resolver registered [ 0.757265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.758374] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.759760] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.761654] registered taskstats version 1 [ 0.762504] Loading compiled-in X.509 certificates [ 0.763955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.765861] zswap: loaded using pool lzo/zbud [ 0.767380] Key type trusted registered [ 0.769148] Key type encrypted registered [ 0.770027] AppArmor: AppArmor sha1 policy hashing enabled [ 0.771080] ima: No TPM chip found, activating TPM-bypass! [ 0.772132] evm: HMAC attrs: 0x1 [ 0.773114] Magic number: 14:130:137 [ 0.773907] block ram2: hash matches [ 0.784958] rtc_cmos 00:00: setting system clock to 2018-12-03 17:07:07 UTC (1543856827) [ 0.786647] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.787787] EDD information not available. [ 0.853721] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.855293] Write protecting the kernel read-only data: 14336k [ 0.856971] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.858815] 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.922311] 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.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.9... Lease of 10.55.1.9 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.35. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCV8EhgLN2M3NKBd1oBbciy+OTfkuThqDakC6/kl7cKXAUIX6WKsG685WUs2UqJkCRE+jOpGHnNm4k9KPs/x3BTfv200EnJqYZSRLYzkACR7eLcM0rVuVaGbH0ZIDgr6Zmz7IsOjnH34q+pUltrCMKOR0sjgKRkvODUKFIKlZmGLpnh2uKcgyRD29DvqItOeug84F7biSiahhno8tLODDR7elBBZgqfh5kRf5GHv9SVmzKPqtagZQpia8ZTyHJkt2gHx1JReQejgur2JWMMv8jtvpNBDaCmPDl8PalHHv78cpqV31EGm+46uRtO4+ncP9ZgLNsjDNMosoc0T6L1Dk21 root@createinstancesinglenetworktests-88f79502-42e2-4d96-af0e-aaee58 ssh-dss AAAAB3NzaC1kc3MAAACBAOJRkSxOdYtZM5egZWHj+zwL2PYA1Bb7fPEXUcOWBigFY0vZsT8LyUrokm52nV7pXgK4H2QqGmTaXpMR6kSQtE/Vv7emoWaeMvPQ6n6S5G5c768IyXL6FzhHAKcpFk9i4w7KQGu+LDlrPaY3d2C8jlTU19LwJeXvoSaFYKYmZZF/AAAAFQCw8nGpxx4Bda19zn1HeT9uGQZlNwAAAIAEbSvKjAc1XD94ysXB0Rjk3M1h4qd/hc/UIOqgu+vlnN6iX7Agmf3hXj9yvGAT+rc/JMWovYHwODxNL5yRsbLFyD7v9Lid7S7deZL0Ab25ozlmthcvSO7QIfDqWsdoGPQYl10f0ibbewIn3cTH9Ar7flt3D9TMSbnc6fTD+P53UwAAAIEAzgHbaHGrnLSDySM0WNdfrKvVXo2yFAlAJkxTYoUFue/HEatfpUM8VezrhtWJ/H14hTCtOM8Uu5TY+LcM3iN+FWooy1Ekva9jcVgHqd+WOMNw2/+WKnKKloa/LXmr1xjRlgMemKagF+6KhglX9KT67mwjY1avK6UIj6rmw46Cqqk= root@createinstancesinglenetworktests-88f79502-42e2-4d96-af0e-aaee58 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.9,24,fe80::f816:3eff:feea:ea67/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.9 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-88f79502-42e2-4d96-af0e-aaee58 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-88f79502-42e2-4d96-af0e-aaee58 login: 2018-12-03 17:07:20,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:21,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07: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-f55a4666-b3eb-438d-a35e-f52009ccd465 x-compute-request-id: req-f55a4666-b3eb-438d-a35e-f52009ccd465 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:21,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-f55a4666-b3eb-438d-a35e-f52009ccd465 2018-12-03 17:07:21,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:21,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4917ab21-00c1-475e-92bc-725a5b3ed0e7 Date: Mon, 03 Dec 2018 17:07: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:07:21,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-4917ab21-00c1-475e-92bc-725a5b3ed0e7 2018-12-03 17:07:21,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:21,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01d3337f-45fd-43fa-9807-35e5edcd4162 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:07:21,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-01d3337f-45fd-43fa-9807-35e5edcd4162 2018-12-03 17:07:21,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:21,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b312e1ce-0856-4116-8f6d-179d89005d5f Date: Mon, 03 Dec 2018 17:07:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:07:21,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-b312e1ce-0856-4116-8f6d-179d89005d5f 2018-12-03 17:07:21,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:21,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-816586b4-ae58-4dd4-acdf-946778eb0886 Date: Mon, 03 Dec 2018 17:07:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.2"}],"id":"1df58b6b-80f2-4ff5-9118-e07088043895","security_groups":[],"mac_address":"fa:16:3e:bc:cd:52","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.3"}],"id":"589e359e-bf25-43ce-b238-5403f4dd4d2b","security_groups":[],"mac_address":"fa:16:3e:2b:af:9b","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.4"}],"id":"77d1ff96-f777-416c-a60a-0b4d96088ab9","security_groups":[],"mac_address":"fa:16:3e:92:ec:c8","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.9"}],"id":"953f011b-cf4d-4532-a6f6-e5f8510ae7f7","security_groups":["4fed3616-a96c-42e1-baf2-896b2693ed78","5eecad8f-eefe-4d11-80d6-110f9453e929"],"mac_address":"fa:16:3e:ea:ea:67","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:56Z","binding:vnic_type":"normal","device_id":"dd3523f8-9220-48af-8050-bf7322bcff34"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.1"}],"id":"e8e4aef3-bd57-48e4-808d-ca96c35b817b","security_groups":[],"mac_address":"fa:16:3e:e6:35:07","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:45Z","binding:vnic_type":"normal","device_id":"e083acec-8b6d-42aa-9d7f-63ab3998e7a3"}]} 2018-12-03 17:07:21,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-816586b4-ae58-4dd4-acdf-946778eb0886 2018-12-03 17:07:21,800 - create_instance - INFO - Checking if VM is active 2018-12-03 17:07:21,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:22,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-cd87eeb6-3b04-431f-99f9-188a35a578b9 x-compute-request-id: req-cd87eeb6-3b04-431f-99f9-188a35a578b9 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:22,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-cd87eeb6-3b04-431f-99f9-188a35a578b9 2018-12-03 17:07:22,140 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst] is - ACTIVE 2018-12-03 17:07:22,140 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:07:22,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:22,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07: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-e59af6ab-035d-4a06-8c28-d9f3171b0ab2 x-compute-request-id: req-e59af6ab-035d-4a06-8c28-d9f3171b0ab2 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:22,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-e59af6ab-035d-4a06-8c28-d9f3171b0ab2 2018-12-03 17:07:22,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:22,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d54565ca-b042-479b-8dad-c7623da2be55 Date: Mon, 03 Dec 2018 17:07: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:07:22,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-d54565ca-b042-479b-8dad-c7623da2be55 2018-12-03 17:07:22,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:22,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0df881a-c468-44d5-848d-efaace94a20b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:07:22,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-f0df881a-c468-44d5-848d-efaace94a20b 2018-12-03 17:07:22,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:22,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e2c683a4-80fe-4871-a07b-60d31f001845 Date: Mon, 03 Dec 2018 17:07:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:07:22,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-e2c683a4-80fe-4871-a07b-60d31f001845 2018-12-03 17:07:22,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:23,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-7a419e4b-2db5-4bda-9cba-3534112a8f1f Date: Mon, 03 Dec 2018 17:07:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.2"}],"id":"1df58b6b-80f2-4ff5-9118-e07088043895","security_groups":[],"mac_address":"fa:16:3e:bc:cd:52","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.3"}],"id":"589e359e-bf25-43ce-b238-5403f4dd4d2b","security_groups":[],"mac_address":"fa:16:3e:2b:af:9b","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.4"}],"id":"77d1ff96-f777-416c-a60a-0b4d96088ab9","security_groups":[],"mac_address":"fa:16:3e:92:ec:c8","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.9"}],"id":"953f011b-cf4d-4532-a6f6-e5f8510ae7f7","security_groups":["4fed3616-a96c-42e1-baf2-896b2693ed78","5eecad8f-eefe-4d11-80d6-110f9453e929"],"mac_address":"fa:16:3e:ea:ea:67","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:56Z","binding:vnic_type":"normal","device_id":"dd3523f8-9220-48af-8050-bf7322bcff34"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.1"}],"id":"e8e4aef3-bd57-48e4-808d-ca96c35b817b","security_groups":[],"mac_address":"fa:16:3e:e6:35:07","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:45Z","binding:vnic_type":"normal","device_id":"e083acec-8b6d-42aa-9d7f-63ab3998e7a3"}]} 2018-12-03 17:07:23,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-7a419e4b-2db5-4bda-9cba-3534112a8f1f 2018-12-03 17:07:23,048 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:07:23,051 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a37a810L 2018-12-03 17:07:23,052 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:07:23,052 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:07:23,052 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:07:23,054 - 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-12-03 17:07:23,054 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:07:23,054 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:07:23,054 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:07:23,055 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:07:23,055 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:07:23,073 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:07:23,073 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:07:23,084 - paramiko.transport - DEBUG - Trying key 6a1794e5b9819e03341c0e0fecaa9fbd from tmp/CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a 2018-12-03 17:07:23,113 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:07:23,116 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:07:23,217 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:07:23,262 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:07:23,262 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:07:23,264 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a37add0L 2018-12-03 17:07:23,265 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:07:23,265 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:07:23,265 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:07:23,266 - 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-12-03 17:07:23,266 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:07:23,266 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:07:23,267 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:07:23,267 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:07:23,267 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:07:23,285 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:07:23,285 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:07:23,297 - paramiko.transport - DEBUG - Trying key 6a1794e5b9819e03341c0e0fecaa9fbd from tmp/CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a 2018-12-03 17:07:23,325 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:07:23,328 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:07:23,330 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:07:23,331 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-03 17:07:23,331 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:07:23,332 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:07:23,333 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:07:23,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:07:23,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:07:23,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13f7a77224614461becd6ee0d3c25ffb", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role"}], "expires_at": "2018-12-03T18:07:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "599a933619a1493bb3734663ffbd8a9f", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/599a933619a1493bb3734663ffbd8a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-user", "id": "65418f25dc3c410a91b08bd49950a2a1"}, "audit_ids": ["fVLtnMpUQE2NiIBwQCmyjQ"], "issued_at": "2018-12-03T17:07:23.000000Z"}} 2018-12-03 17:07:23,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:23,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a35de29-b94e-4a5c-a711-eb260d762363 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:07:23,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4a35de29-b94e-4a5c-a711-eb260d762363 2018-12-03 17:07:23,795 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:07:23,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:23,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de9bd163-d0f6-4e47-984d-3b4dc4b0762b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:07:23,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-de9bd163-d0f6-4e47-984d-3b4dc4b0762b 2018-12-03 17:07:23,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:24,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ef49e2a8-8e92-44bc-83c3-03055011cf1a Date: Mon, 03 Dec 2018 17:07: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:07:24,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-ef49e2a8-8e92-44bc-83c3-03055011cf1a 2018-12-03 17:07:24,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:07:24,338 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:07: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:07:24,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:24,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dfb8382-5681-4b88-9901-8b681142c865 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:07:24,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-1dfb8382-5681-4b88-9901-8b681142c865 2018-12-03 17:07:24,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:24,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0b592aa7-92d2-4888-af18-8a671a135315 Date: Mon, 03 Dec 2018 17:07:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:07:24,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-0b592aa7-92d2-4888-af18-8a671a135315 2018-12-03 17:07:24,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:24,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-1008151a-fd36-4fc7-872d-18ccb59d48d3 Date: Mon, 03 Dec 2018 17:07:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.9"}],"id":"953f011b-cf4d-4532-a6f6-e5f8510ae7f7","security_groups":["4fed3616-a96c-42e1-baf2-896b2693ed78","5eecad8f-eefe-4d11-80d6-110f9453e929"],"mac_address":"fa:16:3e:ea:ea:67","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:56Z","binding:vnic_type":"normal","device_id":"dd3523f8-9220-48af-8050-bf7322bcff34"}]} 2018-12-03 17:07:24,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd&name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1&admin_state_up=True used request id req-1008151a-fd36-4fc7-872d-18ccb59d48d3 2018-12-03 17:07:24,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:24,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89091294-223b-4d99-bc76-02070906c133 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:07:24,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-89091294-223b-4d99-bc76-02070906c133 2018-12-03 17:07:24,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:25,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-5c389864-1780-4734-8ebe-a729bf706ea3 x-compute-request-id: req-5c389864-1780-4734-8ebe-a729bf706ea3 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:07:25,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst used request id req-5c389864-1780-4734-8ebe-a729bf706ea3 2018-12-03 17:07:25,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:25,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4e2bb2a4-f9f6-46d3-86ac-58e1b86d9c1d Date: Mon, 03 Dec 2018 17:07: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:07:25,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-4e2bb2a4-f9f6-46d3-86ac-58e1b86d9c1d 2018-12-03 17:07:25,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:26,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cfa5a88b-bc9b-4c22-8a33-550589df64da Date: Mon, 03 Dec 2018 17:07:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:07:26,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-cfa5a88b-bc9b-4c22-8a33-550589df64da 2018-12-03 17:07:26,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:26,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-ac91c8c7-fa19-494a-bfdb-06d9eb8917aa Date: Mon, 03 Dec 2018 17:07:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.2"}],"id":"1df58b6b-80f2-4ff5-9118-e07088043895","security_groups":[],"mac_address":"fa:16:3e:bc:cd:52","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.3"}],"id":"589e359e-bf25-43ce-b238-5403f4dd4d2b","security_groups":[],"mac_address":"fa:16:3e:2b:af:9b","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.4"}],"id":"77d1ff96-f777-416c-a60a-0b4d96088ab9","security_groups":[],"mac_address":"fa:16:3e:92:ec:c8","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.9"}],"id":"953f011b-cf4d-4532-a6f6-e5f8510ae7f7","security_groups":["4fed3616-a96c-42e1-baf2-896b2693ed78","5eecad8f-eefe-4d11-80d6-110f9453e929"],"mac_address":"fa:16:3e:ea:ea:67","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:56Z","binding:vnic_type":"normal","device_id":"dd3523f8-9220-48af-8050-bf7322bcff34"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.1"}],"id":"e8e4aef3-bd57-48e4-808d-ca96c35b817b","security_groups":[],"mac_address":"fa:16:3e:e6:35:07","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:45Z","binding:vnic_type":"normal","device_id":"e083acec-8b6d-42aa-9d7f-63ab3998e7a3"}]} 2018-12-03 17:07:26,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-ac91c8c7-fa19-494a-bfdb-06d9eb8917aa 2018-12-03 17:07:26,302 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst 2018-12-03 17:07:26,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:26,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-12820434-8221-4123-88bb-11d7c0b4523f Date: Mon, 03 Dec 2018 17:07:26 GMT RESP BODY: {"floatingips": [{"router_id": "e083acec-8b6d-42aa-9d7f-63ab3998e7a3", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:07:16Z", "updated_at": "2018-12-03T17:07:16Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.55.1.9", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "599a933619a1493bb3734663ffbd8a9f", "port_id": "953f011b-cf4d-4532-a6f6-e5f8510ae7f7", "id": "a3e46b20-b44c-49d9-90d6-2cb126b9955f"}]} 2018-12-03 17:07:26,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-12820434-8221-4123-88bb-11d7c0b4523f 2018-12-03 17:07:26,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports/953f011b-cf4d-4532-a6f6-e5f8510ae7f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:26,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-1d8cc879-2aa4-431a-b2d8-e5ab8773716a Date: Mon, 03 Dec 2018 17:07:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.9"}],"id":"953f011b-cf4d-4532-a6f6-e5f8510ae7f7","security_groups":["4fed3616-a96c-42e1-baf2-896b2693ed78","5eecad8f-eefe-4d11-80d6-110f9453e929"],"mac_address":"fa:16:3e:ea:ea:67","device_id":"dd3523f8-9220-48af-8050-bf7322bcff34","status":"ACTIVE","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1","project_id":"599a933619a1493bb3734663ffbd8a9f","qos_policy_id":null,"admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:56Z","binding:vnic_type":"normal"}} 2018-12-03 17:07:26,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports/953f011b-cf4d-4532-a6f6-e5f8510ae7f7 used request id req-1d8cc879-2aa4-431a-b2d8-e5ab8773716a 2018-12-03 17:07:26,671 - create_instance - INFO - Checking if VM is active 2018-12-03 17:07:26,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:27,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-032ed2f1-2898-4712-8014-299c4747ae38 x-compute-request-id: req-032ed2f1-2898-4712-8014-299c4747ae38 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:27,148 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-032ed2f1-2898-4712-8014-299c4747ae38 2018-12-03 17:07:27,149 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst] is - ACTIVE 2018-12-03 17:07:27,149 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:07:27,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:27,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-756759cc-45c1-4d80-b6db-bfa69a4c370f x-compute-request-id: req-756759cc-45c1-4d80-b6db-bfa69a4c370f Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp"}], "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:07Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:27,621 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-756759cc-45c1-4d80-b6db-bfa69a4c370f 2018-12-03 17:07:27,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:27,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-848a7b48-4a9f-4f4c-ac6e-b3d5d6e0be51 Date: Mon, 03 Dec 2018 17:07: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":["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"],"updated_at":"2018-12-03T17:06:36Z","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"599a933619a1493bb3734663ffbd8a9f","id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net"}]} 2018-12-03 17:07:27,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net used request id req-848a7b48-4a9f-4f4c-ac6e-b3d5d6e0be51 2018-12-03 17:07:27,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:27,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f847c04-900e-4a1e-b832-d21b007cdfc3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:07:27,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-4f847c04-900e-4a1e-b832-d21b007cdfc3 2018-12-03 17:07:27,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:28,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9470e35f-8714-4cb1-b2bf-a1bf09e188b8 Date: Mon, 03 Dec 2018 17:07:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","dns_nameservers":[],"updated_at":"2018-12-03T17:06: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":"599a933619a1493bb3734663ffbd8a9f","id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet"}]} 2018-12-03 17:07:28,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-9470e35f-8714-4cb1-b2bf-a1bf09e188b8 2018-12-03 17:07:28,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66026c9e76e775635e86756d6e1920121b0c3e6d" 2018-12-03 17:07:28,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-7d2975bc-3cb0-4118-a912-32b096bdf0e3 Date: Mon, 03 Dec 2018 17:07:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.2"}],"id":"1df58b6b-80f2-4ff5-9118-e07088043895","security_groups":[],"mac_address":"fa:16:3e:bc:cd:52","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.3"}],"id":"589e359e-bf25-43ce-b238-5403f4dd4d2b","security_groups":[],"mac_address":"fa:16:3e:2b:af:9b","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:06:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.4"}],"id":"77d1ff96-f777-416c-a60a-0b4d96088ab9","security_groups":[],"mac_address":"fa:16:3e:92:ec:c8","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b3850e8c-8c1b-4b4d-aaec-f92d794d09fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.9"}],"id":"953f011b-cf4d-4532-a6f6-e5f8510ae7f7","security_groups":["4fed3616-a96c-42e1-baf2-896b2693ed78","5eecad8f-eefe-4d11-80d6-110f9453e929"],"mac_address":"fa:16:3e:ea:ea:67","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:56Z","binding:vnic_type":"normal","device_id":"dd3523f8-9220-48af-8050-bf7322bcff34"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:07:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19aa52ea-b350-4c5a-b89d-1bfa7b879d5f","ip_address":"10.55.1.1"}],"id":"e8e4aef3-bd57-48e4-808d-ca96c35b817b","security_groups":[],"mac_address":"fa:16:3e:e6:35:07","project_id":"599a933619a1493bb3734663ffbd8a9f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b3850e8c-8c1b-4b4d-aaec-f92d794d09fd","tenant_id":"599a933619a1493bb3734663ffbd8a9f","created_at":"2018-12-03T17:06:45Z","binding:vnic_type":"normal","device_id":"e083acec-8b6d-42aa-9d7f-63ab3998e7a3"}]} 2018-12-03 17:07:28,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-7d2975bc-3cb0-4118-a912-32b096bdf0e3 2018-12-03 17:07:28,395 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:07:28,397 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a3894d0L 2018-12-03 17:07:28,398 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:07:28,398 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:07:28,398 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:07:28,399 - 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-12-03 17:07:28,399 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:07:28,399 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:07:28,400 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:07:28,400 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:07:28,400 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:07:28,418 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:07:28,418 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:07:28,430 - paramiko.transport - DEBUG - Trying key 6a1794e5b9819e03341c0e0fecaa9fbd from tmp/CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a 2018-12-03 17:07:28,457 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:07:28,461 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:07:28,561 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:07:28,576 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:07:28,577 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:07:28,578 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a3894d0L 2018-12-03 17:07:28,579 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:07:28,579 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:07:28,579 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:07:28,580 - 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-12-03 17:07:28,580 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:07:28,580 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:07:28,581 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:07:28,581 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:07:28,581 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:07:28,597 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:07:28,598 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:07:28,611 - paramiko.transport - DEBUG - Trying key 6a1794e5b9819e03341c0e0fecaa9fbd from tmp/CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a 2018-12-03 17:07:28,637 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:07:28,640 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:07:28,643 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:07:28,643 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-03 17:07:28,644 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:07:28,645 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:07:28,647 - create_instance - INFO - Deleting Floating IP - 172.30.9.209 2018-12-03 17:07:28,647 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.209 2018-12-03 17:07:28,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/floatingips/a3e46b20-b44c-49d9-90d6-2cb126b9955f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:29,695 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e0efbed5-185c-4881-b4bc-af32c81126bc Content-Length: 0 Date: Mon, 03 Dec 2018 17:07:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:07:29,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/a3e46b20-b44c-49d9-90d6-2cb126b9955f used request id req-e0efbed5-185c-4881-b4bc-af32c81126bc 2018-12-03 17:07:29,696 - create_instance - INFO - Deleting Port with ID - 953f011b-cf4d-4532-a6f6-e5f8510ae7f7 2018-12-03 17:07:29,696 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92aport-1 2018-12-03 17:07:29,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/953f011b-cf4d-4532-a6f6-e5f8510ae7f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:30,642 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-17283366-7c73-4b52-910b-7ed574103270 Date: Mon, 03 Dec 2018 17:07:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:07:30,642 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/953f011b-cf4d-4532-a6f6-e5f8510ae7f7 used request id req-17283366-7c73-4b52-910b-7ed574103270 2018-12-03 17:07:30,642 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst 2018-12-03 17:07:30,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:30,843 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17: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 x-openstack-request-id: req-2091c87f-a4a1-472a-aeb5-4859c7cd37d3 x-compute-request-id: req-2091c87f-a4a1-472a-aeb5-4859c7cd37d3 Content-Type: application/json 2018-12-03 17:07:30,843 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-2091c87f-a4a1-472a-aeb5-4859c7cd37d3 2018-12-03 17:07:30,844 - create_instance - INFO - Checking deletion status 2018-12-03 17:07:30,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:31,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-82f077b8-db35-4654-8c66-ef2ea5059b59 x-compute-request-id: req-82f077b8-db35-4654-8c66-ef2ea5059b59 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:30Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:31,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-82f077b8-db35-4654-8c66-ef2ea5059b59 2018-12-03 17:07:31,161 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst] is - ACTIVE 2018-12-03 17:07:31,161 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:07:34,165 - create_instance - DEBUG - VM status query timeout in 296.679244041 2018-12-03 17:07:34,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:34,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07: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-c6ef6f2d-07c0-4e52-814e-2be14a4ec763 x-compute-request-id: req-c6ef6f2d-07c0-4e52-814e-2be14a4ec763 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:30Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:34,443 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-c6ef6f2d-07c0-4e52-814e-2be14a4ec763 2018-12-03 17:07:34,443 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst] is - ACTIVE 2018-12-03 17:07:34,443 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:07:37,446 - create_instance - DEBUG - VM status query timeout in 293.397305965 2018-12-03 17:07:37,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:37,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07: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-e3bd620c-26d8-45b9-a681-ca6332fdfb29 x-compute-request-id: req-e3bd620c-26d8-45b9-a681-ca6332fdfb29 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:ea:67", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd3523f8-9220-48af-8050-bf7322bcff34", "rel": "bookmark"}], "image": {"id": "cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "links": [{"href": "http://172.30.9.30:8774/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:07:07.000000", "flavor": {"id": "1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "links": [{"href": "http://172.30.9.30:8774/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7", "rel": "bookmark"}]}, "id": "dd3523f8-9220-48af-8050-bf7322bcff34", "user_id": "65418f25dc3c410a91b08bd49950a2a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:07:30Z", "hostId": "ecfccb21b260c8ad2ab9c74e0709a7e5e93dd971a9cb479f1077357e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp", "name": "CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst", "created": "2018-12-03T17:07:00Z", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:07:37,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-e3bd620c-26d8-45b9-a681-ca6332fdfb29 2018-12-03 17:07:37,715 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst] is - ACTIVE 2018-12-03 17:07:37,715 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:07:40,718 - create_instance - DEBUG - VM status query timeout in 290.125731945 2018-12-03 17:07:40,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c54aec7d90b6110df5754fd43e4ae7c6b1eeea" 2018-12-03 17:07:40,774 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 17:07:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ca32d777-5cd2-40ef-bcc5-c40f04a0f424 x-compute-request-id: req-ca32d777-5cd2-40ef-bcc5-c40f04a0f424 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance dd3523f8-9220-48af-8050-bf7322bcff34 could not be found.", "code": 404}} 2018-12-03 17:07:40,775 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd3523f8-9220-48af-8050-bf7322bcff34 used request id req-ca32d777-5cd2-40ef-bcc5-c40f04a0f424 2018-12-03 17:07:40,775 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance dd3523f8-9220-48af-8050-bf7322bcff34 could not be found. (HTTP 404) (Request-ID: req-ca32d777-5cd2-40ef-bcc5-c40f04a0f424) 2018-12-03 17:07:40,775 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-inst 2018-12-03 17:07:40,776 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp 2018-12-03 17:07:40,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6a513153cc50e367eda828411851ec2c7a8304" 2018-12-03 17:07:41,003 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:07:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ed5a9266-bd5d-49e9-ae3b-230eac7e1ded x-compute-request-id: req-ed5a9266-bd5d-49e9-ae3b-230eac7e1ded Content-Length: 0 Content-Type: application/json 2018-12-03 17:07:41,003 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-kp used request id req-ed5a9266-bd5d-49e9-ae3b-230eac7e1ded 2018-12-03 17:07:41,004 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a.pub] 2018-12-03 17:07:41,004 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a] 2018-12-03 17:07:41,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb10dff9a3f59d7d01898ede7ea0456f43347f8e" 2018-12-03 17:07:41,060 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:07: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-7cf82765-59d6-44e1-a6cf-9ed13a9c3734 x-compute-request-id: req-7cf82765-59d6-44e1-a6cf-9ed13a9c3734 Content-Length: 0 Content-Type: application/json 2018-12-03 17:07:41,060 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/1540ef49-8bed-46a1-928f-1d32ce7bdcc7 used request id req-7cf82765-59d6-44e1-a6cf-9ed13a9c3734 2018-12-03 17:07:41,061 - neutron_utils - INFO - Deleting security group rule with ID - d248edfb-21d7-4f67-9f6f-a124d5f2992d 2018-12-03 17:07:41,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/d248edfb-21d7-4f67-9f6f-a124d5f2992d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:07:41,163 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e4bd94cf-b707-4496-aeab-10572b7f1bf2 Content-Length: 0 Date: Mon, 03 Dec 2018 17:07:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:07:41,163 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/d248edfb-21d7-4f67-9f6f-a124d5f2992d used request id req-e4bd94cf-b707-4496-aeab-10572b7f1bf2 2018-12-03 17:07:41,163 - neutron_utils - INFO - Deleting security group rule with ID - 34095bd6-c664-4b42-83db-d3271a70f2d0 2018-12-03 17:07:41,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/34095bd6-c664-4b42-83db-d3271a70f2d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:07:41,435 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6c6503e2-945e-4422-9182-cbad1d784298 Content-Length: 0 Date: Mon, 03 Dec 2018 17:07:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:07:41,435 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/34095bd6-c664-4b42-83db-d3271a70f2d0 used request id req-6c6503e2-945e-4422-9182-cbad1d784298 2018-12-03 17:07:41,435 - neutron_utils - INFO - Deleting security group rule with ID - 6cb12a3c-29c9-4934-84e3-132274020ec6 2018-12-03 17:07:41,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/6cb12a3c-29c9-4934-84e3-132274020ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:07:41,531 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-14db5581-0a93-4339-aaa4-4ba1bd0ed84a Content-Length: 0 Date: Mon, 03 Dec 2018 17:07:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:07:41,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/6cb12a3c-29c9-4934-84e3-132274020ec6 used request id req-14db5581-0a93-4339-aaa4-4ba1bd0ed84a 2018-12-03 17:07:41,532 - neutron_utils - INFO - Deleting security group rule with ID - 498bf744-80ca-4acc-b66e-66f05ce53461 2018-12-03 17:07:41,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/498bf744-80ca-4acc-b66e-66f05ce53461 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:07:41,779 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc802239-5f52-4408-99e4-21e1b6ca071d Content-Length: 0 Date: Mon, 03 Dec 2018 17:07:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:07:41,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/498bf744-80ca-4acc-b66e-66f05ce53461 used request id req-cc802239-5f52-4408-99e4-21e1b6ca071d 2018-12-03 17:07:41,779 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-sec-grp 2018-12-03 17:07:41,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/5eecad8f-eefe-4d11-80d6-110f9453e929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dee5ecf9e77a3c4afa616c35a2a6dfb1cd7914a" 2018-12-03 17:07:41,962 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c068537-b7e8-4597-9af9-1ec6539cfb17 Content-Length: 0 Date: Mon, 03 Dec 2018 17:07:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:07:41,962 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/5eecad8f-eefe-4d11-80d6-110f9453e929 used request id req-8c068537-b7e8-4597-9af9-1ec6539cfb17 2018-12-03 17:07:41,963 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router and subnet CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet 2018-12-03 17:07:41,963 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router 2018-12-03 17:07:41,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/e083acec-8b6d-42aa-9d7f-63ab3998e7a3/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" -d '{"subnet_id": "19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"}' 2018-12-03 17:07:43,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7541470b-eb25-484e-ab78-0d0d2f0986cd Date: Mon, 03 Dec 2018 17:07:43 GMT RESP BODY: {"network_id": "b3850e8c-8c1b-4b4d-aaec-f92d794d09fd", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "subnet_id": "19aa52ea-b350-4c5a-b89d-1bfa7b879d5f", "subnet_ids": ["19aa52ea-b350-4c5a-b89d-1bfa7b879d5f"], "port_id": "e8e4aef3-bd57-48e4-808d-ca96c35b817b", "id": "e083acec-8b6d-42aa-9d7f-63ab3998e7a3"} 2018-12-03 17:07:43,588 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/e083acec-8b6d-42aa-9d7f-63ab3998e7a3/remove_router_interface used request id req-7541470b-eb25-484e-ab78-0d0d2f0986cd 2018-12-03 17:07:43,589 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router 2018-12-03 17:07:43,589 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-router 2018-12-03 17:07:43,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/e083acec-8b6d-42aa-9d7f-63ab3998e7a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3bd8dface8e7d36027551b4aa1e720067d955f" 2018-12-03 17:07:47,055 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a747605e-42c9-45d5-95cc-7ea2d9efa097 Content-Length: 0 Date: Mon, 03 Dec 2018 17:07:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:07:47,056 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/e083acec-8b6d-42aa-9d7f-63ab3998e7a3 used request id req-a747605e-42c9-45d5-95cc-7ea2d9efa097 2018-12-03 17:07:47,056 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet 2018-12-03 17:07:47,056 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-subnet 2018-12-03 17:07:47,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/19aa52ea-b350-4c5a-b89d-1bfa7b879d5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2b9101f08a3bb5f49c9b25f82179876308e02a" 2018-12-03 17:07:49,199 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-81a36554-c680-4426-b014-2c4aa59079db Date: Mon, 03 Dec 2018 17:07:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:07:49,199 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/19aa52ea-b350-4c5a-b89d-1bfa7b879d5f used request id req-81a36554-c680-4426-b014-2c4aa59079db 2018-12-03 17:07:49,200 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-pub-net 2018-12-03 17:07:49,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/b3850e8c-8c1b-4b4d-aaec-f92d794d09fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2b9101f08a3bb5f49c9b25f82179876308e02a" 2018-12-03 17:07:50,504 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-86e4b74e-8c56-4f5a-9ec5-706f47e74ca4 Date: Mon, 03 Dec 2018 17:07:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:07:50,504 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/b3850e8c-8c1b-4b4d-aaec-f92d794d09fd used request id req-86e4b74e-8c56-4f5a-9ec5-706f47e74ca4 2018-12-03 17:07:50,505 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-88f79502-42e2-4d96-af0e-aaee58bfe92a-image 2018-12-03 17:07:50,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02a566f4f5166babc7a63dd9efdc98fa70231ab8" 2018-12-03 17:07:51,399 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cdcc0a98-7904-42db-aaf9-de5285fb5a79 Date: Mon, 03 Dec 2018 17:07:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:07:51,399 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/cd1bb285-ac0e-49f3-96ad-21bb82f7d6d3 used request id req-cdcc0a98-7904-42db-aaf9-de5285fb5a79 2018-12-03 17:07:51,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:07:51,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4a246e17-4ffb-41ea-ae0b-8ef4cdc7cfd0 Date: Mon, 03 Dec 2018 17:07:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:35Z", "updated_at": "2018-12-03T17:06:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:35Z", "revision_number": 0, "id": "041a623f-f40c-4e12-b9df-ce98ee7b4d36", "remote_group_id": "4fed3616-a96c-42e1-baf2-896b2693ed78", "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:35Z", "security_group_id": "4fed3616-a96c-42e1-baf2-896b2693ed78", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "599a933619a1493bb3734663ffbd8a9f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:35Z", "revision_number": 0, "id": "6db04c89-b8ef-417a-a09a-151b0acefc51", "remote_group_id": "4fed3616-a96c-42e1-baf2-896b2693ed78", "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:35Z", "security_group_id": "4fed3616-a96c-42e1-baf2-896b2693ed78", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "599a933619a1493bb3734663ffbd8a9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:35Z", "revision_number": 0, "id": "e73de316-4702-4a79-86c2-dafd3419991a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:35Z", "security_group_id": "4fed3616-a96c-42e1-baf2-896b2693ed78", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "599a933619a1493bb3734663ffbd8a9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:06:35Z", "revision_number": 0, "id": "ec83518c-e7ff-492a-b311-bd35073ddf64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:06:35Z", "security_group_id": "4fed3616-a96c-42e1-baf2-896b2693ed78", "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "599a933619a1493bb3734663ffbd8a9f"}], "revision_number": 4, "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "4fed3616-a96c-42e1-baf2-896b2693ed78", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 17:07:51,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-4a246e17-4ffb-41ea-ae0b-8ef4cdc7cfd0 2018-12-03 17:07:51,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:07:51,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4311e07e-0840-4414-b01d-1f518b669279 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 17:07:51,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-4311e07e-0840-4414-b01d-1f518b669279 2018-12-03 17:07:51,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:07:51,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b02db6db-bf9e-446e-99bc-4ec5c54da79a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 17:07:51,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-b02db6db-bf9e-446e-99bc-4ec5c54da79a 2018-12-03 17:07:51,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:07:51,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05241062-9f67-4d0b-84bb-fa91b53ffb38 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f"}, "enabled": true, "id": "599a933619a1493bb3734663ffbd8a9f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj"}} 2018-12-03 17:07:51,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-05241062-9f67-4d0b-84bb-fa91b53ffb38 2018-12-03 17:07:51,875 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4fed3616-a96c-42e1-baf2-896b2693ed78 2018-12-03 17:07:51,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4fed3616-a96c-42e1-baf2-896b2693ed78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:07:52,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9e558599-4ae2-4082-92e2-a1f786c21d0f Date: Mon, 03 Dec 2018 17:07:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "4fed3616-a96c-42e1-baf2-896b2693ed78", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:06:35Z", "security_group_id": "4fed3616-a96c-42e1-baf2-896b2693ed78", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:35Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "041a623f-f40c-4e12-b9df-ce98ee7b4d36"}, {"remote_group_id": "4fed3616-a96c-42e1-baf2-896b2693ed78", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:06:35Z", "security_group_id": "4fed3616-a96c-42e1-baf2-896b2693ed78", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:35Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "6db04c89-b8ef-417a-a09a-151b0acefc51"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:06:35Z", "security_group_id": "4fed3616-a96c-42e1-baf2-896b2693ed78", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:35Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "e73de316-4702-4a79-86c2-dafd3419991a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:06:35Z", "security_group_id": "4fed3616-a96c-42e1-baf2-896b2693ed78", "port_range_min": null, "revision_number": 0, "tenant_id": "599a933619a1493bb3734663ffbd8a9f", "created_at": "2018-12-03T17:06:35Z", "project_id": "599a933619a1493bb3734663ffbd8a9f", "id": "ec83518c-e7ff-492a-b311-bd35073ddf64"}]} 2018-12-03 17:07:52,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4fed3616-a96c-42e1-baf2-896b2693ed78 used request id req-9e558599-4ae2-4082-92e2-a1f786c21d0f 2018-12-03 17:07:52,048 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 17:07:52,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/4fed3616-a96c-42e1-baf2-896b2693ed78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:07:52,378 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-40e46567-29c4-49fe-a112-81b4493a97d8 Content-Length: 0 Date: Mon, 03 Dec 2018 17:07:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:07:52,378 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/4fed3616-a96c-42e1-baf2-896b2693ed78 used request id req-40e46567-29c4-49fe-a112-81b4493a97d8 2018-12-03 17:07:52,379 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj 2018-12-03 17:07:52,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:07:52,574 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:07:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39a586f1-4ff2-4fda-9b3d-d650b0478974 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:07:52,575 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/599a933619a1493bb3734663ffbd8a9f used request id req-39a586f1-4ff2-4fda-9b3d-d650b0478974 2018-12-03 17:07:52,575 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-proj-role 2018-12-03 17:07:52,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/13f7a77224614461becd6ee0d3c25ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:07:52,673 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:07:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78a6d325-79ac-4241-b59a-8d61bebd6fd5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:07:52,674 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/13f7a77224614461becd6ee0d3c25ffb used request id req-78a6d325-79ac-4241-b59a-8d61bebd6fd5 2018-12-03 17:07:52,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d4c6f143dbb2b98ab54712917c8e22adb159ed" 2018-12-03 17:07:52,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-015f1299-87e4-4a6f-9c4a-7a703300381f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:07:52,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-015f1299-87e4-4a6f-9c4a-7a703300381f 2018-12-03 17:07:52,768 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-b6ac949f-59ea-4ae-user 2018-12-03 17:07:52,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/65418f25dc3c410a91b08bd49950a2a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8357791375c5525028992d91c644926fea727b5c" 2018-12-03 17:07:52,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:07:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-394edcf2-0ac9-4645-b914-24d3126b097b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:07:52,941 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/65418f25dc3c410a91b08bd49950a2a1 used request id req-394edcf2-0ac9-4645-b914-24d3126b097b 2018-12-03 17:07:52,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:07:53,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:07:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["zjCf2nfvThmeZExYomn5rg"], "issued_at": "2018-12-03T17:07:53.000000Z"}} 2018-12-03 17:07:53,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a8aa5e168724e8417ec0b274dc63b4943d1151b" 2018-12-03 17:07:53,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b618ff75-bdfc-4c22-9345-486b115363f7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:07:53,402 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b618ff75-bdfc-4c22-9345-486b115363f7 2018-12-03 17:07:53,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:07:53,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:07:53,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:07:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["fHwoVpxKQCa5u-3tChA1fQ"], "issued_at": "2018-12-03T17:07:53.000000Z"}} 2018-12-03 17:07:53,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:07:53,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cf35c7d-07b3-4c19-8aa8-51e16813f92e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:07:53,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0cf35c7d-07b3-4c19-8aa8-51e16813f92e 2018-12-03 17:07:53,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:07:53,875 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:07: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:07:53,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-9babe914-6894-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:07:53,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed099652-225a-45f5-a840-54cc66d98ac3 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-9babe914-6894-486-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 17:07:53,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-9babe914-6894-486-proj used request id req-ed099652-225a-45f5-a840-54cc66d98ac3 2018-12-03 17:07:53,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:07:54,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa803b1d-3ef5-44d5-91c8-7e3914f8c388 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:07:54,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-aa803b1d-3ef5-44d5-91c8-7e3914f8c388 2018-12-03 17:07:54,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}}' 2018-12-03 17:07:54,171 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:07:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d29afc4-ddae-4b6f-a5ec-b25085d34c21 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:07:54,171 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-7d29afc4-ddae-4b6f-a5ec-b25085d34c21 2018-12-03 17:07:54,171 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-9babe914-6894-486-proj 2018-12-03 17:07:54,171 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:07:54,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:07:54,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:07:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["vnLc3QWMR_a9qMQNi3X-7Q"], "issued_at": "2018-12-03T17:07:54.000000Z"}} 2018-12-03 17:07:54,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:54,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a0edde3-45c0-4865-8fc1-354231e4373a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:07:54,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2a0edde3-45c0-4865-8fc1-354231e4373a 2018-12-03 17:07:54,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:07:54,576 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:07: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:07:54,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:54,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e95356f5-229d-4042-bcc9-60fcd6433414 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:07:54,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e95356f5-229d-4042-bcc9-60fcd6433414 2018-12-03 17:07:54,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-9babe914-6894-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:54,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83a3f53e-6281-48dc-bbd1-e9f979531008 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-9babe914-6894-486-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}]} 2018-12-03 17:07:54,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-9babe914-6894-486-proj used request id req-83a3f53e-6281-48dc-bbd1-e9f979531008 2018-12-03 17:07:54,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:54,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14bfb0b3-0436-40f7-b5ce-249e7a2bb8d0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:07:54,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-14bfb0b3-0436-40f7-b5ce-249e7a2bb8d0 2018-12-03 17:07:55,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:55,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ba752a8-f5f8-438c-8d96-089bc68bcff9 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:07:55,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2ba752a8-f5f8-438c-8d96-089bc68bcff9 2018-12-03 17:07:55,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-9babe914-6894-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:55,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1587afe5-6c64-4ef1-a5e5-c56ad611eb8a Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-9babe914-6894-486-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}]} 2018-12-03 17:07:55,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-9babe914-6894-486-proj used request id req-1587afe5-6c64-4ef1-a5e5-c56ad611eb8a 2018-12-03 17:07:55,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/6a6310869c3f4dfa86181ecd3e19b1fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:55,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-211ffc8b-ff8b-459a-8172-d29143600c5d Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-9babe914-6894-486-user", "links": {"self": "http://172.30.9.30:5000/v3/users/6a6310869c3f4dfa86181ecd3e19b1fb"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "063587ccbb05464da416c46c8d6e5572", "id": "6a6310869c3f4dfa86181ecd3e19b1fb", "password_expires_at": null}} 2018-12-03 17:07:55,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/6a6310869c3f4dfa86181ecd3e19b1fb used request id req-211ffc8b-ff8b-459a-8172-d29143600c5d 2018-12-03 17:07:55,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572/users/6a6310869c3f4dfa86181ecd3e19b1fb/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:55,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dac10a6-942b-4c92-8e48-d31ddbf6652b Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572/users/6a6310869c3f4dfa86181ecd3e19b1fb/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 17:07:55,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572/users/6a6310869c3f4dfa86181ecd3e19b1fb/roles used request id req-2dac10a6-942b-4c92-8e48-d31ddbf6652b 2018-12-03 17:07:55,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:55,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-863792b9-1d94-4675-ad07-aa8ed2e1a433 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "domain_id": null, "name": "admin", "id": "262658b16a4440adb64abe58dbd094c0"}} 2018-12-03 17:07:55,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-863792b9-1d94-4675-ad07-aa8ed2e1a433 2018-12-03 17:07:55,825 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-9babe914-6894-486-proj 2018-12-03 17:07:55,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572/users/6a6310869c3f4dfa86181ecd3e19b1fb/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:55,958 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:07:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdd0853f-726c-4cdb-9c44-09f785ce5bfa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:07:55,958 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572/users/6a6310869c3f4dfa86181ecd3e19b1fb/roles/262658b16a4440adb64abe58dbd094c0 used request id req-fdd0853f-726c-4cdb-9c44-09f785ce5bfa 2018-12-03 17:07:55,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:56,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d098c7ad-ba3a-4a6d-ab20-db68376ba97b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:07:56,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d098c7ad-ba3a-4a6d-ab20-db68376ba97b 2018-12-03 17:07:56,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-9babe914-6894-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:56,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cfeb858-baeb-4aa6-9488-d462284e5acd Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-9babe914-6894-486-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}]} 2018-12-03 17:07:56,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-9babe914-6894-486-proj used request id req-1cfeb858-baeb-4aa6-9488-d462284e5acd 2018-12-03 17:07:56,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572/users/6a6310869c3f4dfa86181ecd3e19b1fb/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:56,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23223d0c-7d56-4d4f-b604-bd40c1390fbb Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572/users/6a6310869c3f4dfa86181ecd3e19b1fb/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}]} 2018-12-03 17:07:56,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572/users/6a6310869c3f4dfa86181ecd3e19b1fb/roles used request id req-23223d0c-7d56-4d4f-b604-bd40c1390fbb 2018-12-03 17:07:56,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:56,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ec573a9-5e25-4777-a5c5-6f2079cc7bfa Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 17:07:56,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-3ec573a9-5e25-4777-a5c5-6f2079cc7bfa 2018-12-03 17:07:56,255 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-9babe914-6894-486-proj 2018-12-03 17:07:56,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572/users/6a6310869c3f4dfa86181ecd3e19b1fb/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:07:56,383 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:07:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7727d41c-9d29-4d30-84c4-ea5f1109c7d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:07:56,383 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572/users/6a6310869c3f4dfa86181ecd3e19b1fb/roles/84a2554f97b2457082c443c3960fe29d used request id req-7727d41c-9d29-4d30-84c4-ea5f1109c7d5 2018-12-03 17:07:56,383 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-9babe914-6894-486-user 2018-12-03 17:07:56,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:07:56,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:07:56,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-117d4db7-36be-4367-b73e-e7c06866a267 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:07:56,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-117d4db7-36be-4367-b73e-e7c06866a267 2018-12-03 17:07:56,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" -d '{"role": {"name": "CreateStackFloatingIpTests-9babe914-6894-486-proj-role"}}' 2018-12-03 17:07:56,584 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:07:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ea33beb-31e1-4f11-a9e8-a840a81479ff Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ba64fc3ec7dc4f6ab848c85dc5ac0244", "links": {"self": "http://172.30.9.30:5000/v3/roles/ba64fc3ec7dc4f6ab848c85dc5ac0244"}, "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj-role"}} 2018-12-03 17:07:56,584 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-0ea33beb-31e1-4f11-a9e8-a840a81479ff 2018-12-03 17:07:56,584 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-9babe914-6894-486-proj-role 2018-12-03 17:07:56,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/ba64fc3ec7dc4f6ab848c85dc5ac0244 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:07:56,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2914b2f6-c9f4-4407-87f5-9b07e53082d6 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ba64fc3ec7dc4f6ab848c85dc5ac0244"}, "domain_id": null, "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj-role", "id": "ba64fc3ec7dc4f6ab848c85dc5ac0244"}} 2018-12-03 17:07:56,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ba64fc3ec7dc4f6ab848c85dc5ac0244 used request id req-2914b2f6-c9f4-4407-87f5-9b07e53082d6 2018-12-03 17:07:56,672 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-9babe914-6894-486-proj-role to project CreateStackFloatingIpTests-9babe914-6894-486-proj 2018-12-03 17:07:56,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572/users/6a6310869c3f4dfa86181ecd3e19b1fb/roles/ba64fc3ec7dc4f6ab848c85dc5ac0244 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:07:56,801 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:07:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff242a67-3a1b-4224-9383-5a9452cc687a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:07:56,801 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572/users/6a6310869c3f4dfa86181ecd3e19b1fb/roles/ba64fc3ec7dc4f6ab848c85dc5ac0244 used request id req-ff242a67-3a1b-4224-9383-5a9452cc687a 2018-12-03 17:07:56,802 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 17:07:56,802 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 17:07:56,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:07:56,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:07:57,173 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "ba64fc3ec7dc4f6ab848c85dc5ac0244", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:07:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "063587ccbb05464da416c46c8d6e5572", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-9babe914-6894-486-user", "id": "6a6310869c3f4dfa86181ecd3e19b1fb"}, "audit_ids": ["RvnVySucR5CuuwUEYE-iEQ"], "issued_at": "2018-12-03T17:07:57.000000Z"}} 2018-12-03 17:07:57,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8993d8c9844f9bf0ba4b7f301936c69296a7a8" 2018-12-03 17:07:57,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61d530fd-138e-4c56-9e67-4fcc0edef925 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:07:57,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-61d530fd-138e-4c56-9e67-4fcc0edef925 2018-12-03 17:07:57,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa8993d8c9844f9bf0ba4b7f301936c69296a7a8" 2018-12-03 17:07:57,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-31155055-a201-425c-b375-9c4ab160e3ef Date: Mon, 03 Dec 2018 17:07:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"} 2018-12-03 17:07:57,444 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image used request id req-31155055-a201-425c-b375-9c4ab160e3ef 2018-12-03 17:07:57,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa8993d8c9844f9bf0ba4b7f301936c69296a7a8" 2018-12-03 17:07:57,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-41918932-9560-457c-9bef-d7ce221ac60f Date: Mon, 03 Dec 2018 17:07: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-12-03 17:07:57,610 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-41918932-9560-457c-9bef-d7ce221ac60f 2018-12-03 17:07:57,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fa8993d8c9844f9bf0ba4b7f301936c69296a7a8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}' 2018-12-03 17:07:57,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a X-Openstack-Request-Id: req-1a9693cb-9e40-4a46-bf2d-b640437cf2da Date: Mon, 03 Dec 2018 17:07:57 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:07:57Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T17:07:57Z", "visibility": "shared", "locations": [], "self": "/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a", "min_disk": 0, "protected": false, "id": "6edda167-1a65-4753-8164-a3b4e7e60b5a", "file": "/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/file", "checksum": null, "owner": "063587ccbb05464da416c46c8d6e5572", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:07:57,916 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1a9693cb-9e40-4a46-bf2d-b640437cf2da 2018-12-03 17:07:57,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa8993d8c9844f9bf0ba4b7f301936c69296a7a8" -d '' 2018-12-03 17:07:59,036 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f3d60fbf-0369-4a55-9086-bd08d4aa1a33 Date: Mon, 03 Dec 2018 17:07:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:07:59,036 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/file used request id req-f3d60fbf-0369-4a55-9086-bd08d4aa1a33 2018-12-03 17:07:59,037 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 17:07:59,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa8993d8c9844f9bf0ba4b7f301936c69296a7a8" 2018-12-03 17:07:59,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-cc528602-d3ec-4dcc-8289-778d38e53085 Date: Mon, 03 Dec 2018 17:07:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:07:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:07:58Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/snap", "metadata": {}}], "self": "/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a", "min_disk": 0, "protected": false, "id": "6edda167-1a65-4753-8164-a3b4e7e60b5a", "file": "/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "063587ccbb05464da416c46c8d6e5572", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:07:59,203 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a used request id req-cc528602-d3ec-4dcc-8289-778d38e53085 2018-12-03 17:07:59,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa8993d8c9844f9bf0ba4b7f301936c69296a7a8" 2018-12-03 17:07:59,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-be3cd4ce-2980-436f-9b80-58a5ad94f18c Date: Mon, 03 Dec 2018 17:07: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-12-03 17:07:59,357 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-be3cd4ce-2980-436f-9b80-58a5ad94f18c 2018-12-03 17:07:59,360 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image 2018-12-03 17:07:59,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa8993d8c9844f9bf0ba4b7f301936c69296a7a8" 2018-12-03 17:07:59,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-35b75a2f-7f3b-4753-99dd-6e6026427b7a Date: Mon, 03 Dec 2018 17:07:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:07:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:07:58Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/snap", "metadata": {}}], "self": "/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a", "min_disk": 0, "protected": false, "id": "6edda167-1a65-4753-8164-a3b4e7e60b5a", "file": "/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "063587ccbb05464da416c46c8d6e5572", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:07:59,381 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a used request id req-35b75a2f-7f3b-4753-99dd-6e6026427b7a 2018-12-03 17:07:59,381 - create_image - DEBUG - Instance status is - active 2018-12-03 17:07:59,382 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image 2018-12-03 17:07:59,382 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image 2018-12-03 17:07:59,382 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:07:59,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:07:59,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "ba64fc3ec7dc4f6ab848c85dc5ac0244", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:07:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "063587ccbb05464da416c46c8d6e5572", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-9babe914-6894-486-user", "id": "6a6310869c3f4dfa86181ecd3e19b1fb"}, "audit_ids": ["Yg7UXBhkTJCyWm_9EdO-9g"], "issued_at": "2018-12-03T17:07:59.000000Z"}} 2018-12-03 17:07:59,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:07:59,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9795b591-c559-46c0-9009-a6970491512a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:07:59,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9795b591-c559-46c0-9009-a6970491512a 2018-12-03 17:07:59,856 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:07:59,859 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 17:07:59,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:00,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:07:59 GMT Server: Apache x-openstack-request-id: req-95c4c41d-58ac-4936-80d7-4f98720e6309 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 17:08:00,057 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack used request id req-95c4c41d-58ac-4936-80d7-4f98720e6309 2018-12-03 17:08:00,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-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-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net"}}' 2018-12-03 17:08:03,496 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:08:00 GMT Server: Apache x-openstack-request-id: req-838fea13-7af7-48d4-a42a-ec25b05fbf74 Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}]}} 2018-12-03 17:08:03,496 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks used request id req-838fea13-7af7-48d4-a42a-ec25b05fbf74 2018-12-03 17:08:03,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:03,706 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:03 GMT Server: Apache x-openstack-request-id: req-d74ab37b-c4bc-4130-9fe8-4d8a4e62758f Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:03,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:03 GMT Server: Apache x-openstack-request-id: req-4c833f4f-3e23-4be6-a3b7-f095fd74a0db 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-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "OS::project_id": "063587ccbb05464da416c46c8d6e5572", "OS::stack_id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "stack_user_project_id": "528b94c02ba540d488c2c6ffb9a4fe9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T17:08:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "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-12-03 17:08:03,878 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-4c833f4f-3e23-4be6-a3b7-f095fd74a0db 2018-12-03 17:08:03,879 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack 2018-12-03 17:08:03,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:04,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:03 GMT Server: Apache x-openstack-request-id: req-046a8fc3-c95c-4291-8aa2-fcc3a03b55e9 Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:04,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:04 GMT Server: Apache x-openstack-request-id: req-4da63d0a-60de-4d01-a98d-9919f8751d8d 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-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "OS::project_id": "063587ccbb05464da416c46c8d6e5572", "OS::stack_id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "stack_user_project_id": "528b94c02ba540d488c2c6ffb9a4fe9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T17:08:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "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-12-03 17:08:04,284 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-4da63d0a-60de-4d01-a98d-9919f8751d8d 2018-12-03 17:08:04,285 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 17:08:04,285 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:08:07,288 - create_stack - DEBUG - Stack status query timeout in 1196.59080386 2018-12-03 17:08:07,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:07,481 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:07 GMT Server: Apache x-openstack-request-id: req-53aadc67-51da-4c33-b23d-77e7159fba77 Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:07,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:07 GMT Server: Apache x-openstack-request-id: req-f2b6cbd9-cc7f-48ea-afb2-cb12f89e1478 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2071 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-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "OS::project_id": "063587ccbb05464da416c46c8d6e5572", "OS::stack_id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "stack_user_project_id": "528b94c02ba540d488c2c6ffb9a4fe9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T17:08:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA0LGQy52p/m1b2lPVQjckqdvgGWdt7JKSY68+wdvF2/rBNKqo\nCUfCZjytC340HwYx04Qa/oAI1eGQB63CIpDQnXA8VCMAKSVH0yUzIPQjwa+sz5/h\n4LAgUb/tzgkT8CxazKVsVb3RltjjIhe+K/iiM9L2mliTkUIlEHeSb7BZpKiD+8io\nezxedEpbbUKWINmdWcmjHNE2gwRJ9MCgSToZQ3CgNF9hq7+FzF3VI+RbgUerxuBj\nVFO30AJe6ufpTEdW71X/ulZ+MQ5l0cijK6LtagicRTruxtxHzdItU8mcxAFA9TNk\nIq/qffO5S80fJhVCNhqWX07mJKK8SHK0w+Vq+QIDAQABAoIBAHJq1+L6twfaN0DV\nM5fRGdXSyePDtB2/Imlq3DJ25ty7dxAD/IrSAAADhjBF6heUUt8Pj6k20yFIQKol\nFsnSsb2PmlPauKzWVrGptIV9tNjtEwbmNnX0ulN3sc6DZZ4JA2Mt0t6TaoSUtrqr\nX8VF1NAq+q8WnxlFtYJ4vB1mB0/hYr+rqfoxwUQAYphg7Z4v2NJynlhetB+Uc16k\nhsX4TmaG/ym5ZLJqAoiRVg7BDNLbEczQHRpAnhv2eVul2N3WIFQPHgmNp2G523Oi\nEjD5AV62lmo0VjVRgwqM6c8sLyZslZZcXnBAJgYA/YakElXAYijbsPbnRmuwaCEo\nXveAfz0CgYEA55B1/PYILtptBS75qF8cMY9KjYPKvqtUAVyCt3jmDGn7gVME20Bm\nFjDSj/teXOWHG7dliBEJq25Onz8hEn+fYa9Mjz3c6gqvjGGl5vahVYYKvTilcnEu\nybhtEPWrkpSnp/189ezNrDtSbvOmIOjuJ6hekoGVxsTzC/KCu0jAmvcCgYEA5rdF\nHwcu0VXBGrQL4j4K3C6eHTxPcZBHtOP278kPfGVe77Hn5EZ3bn30rwnvn0tADkbM\nFiki37K2tdhXNjAleU5uz1VeiJc/GaLEhpB6zfZjXNh0KtZA1IOAXht1RBkNJhEg\ngWZy+UjJJlL7i+UOmFxunrnOM9J1274tIfUuPY8CgYAWkiouAf1CM+A0hSOombyx\nx/nIWXRFqYWCrHXBVHN3+kydim4KwPgyaYfcqO/Ftkm5FeM7pA2BPDtFom2i0/XB\nG8kmnS0PUwNRd6MoJBoNsAcT8pWN1iJtXyCiao/StdKxuS+Y+QADLbUXQ4CJ7Kpq\nCytMtHzY5xGZtIWxo6HCeQKBgBK5lyOQiq00v4pySHChRnJeWjjXNz9pTViSE+2c\nLOSUuaLMlpyBV5ohIOW/8bHFArrl5hR6XDk5oPibSWC9gZ0Zz4aGUDjXxahH/JlL\nSpxCvgfADZWYdASLc7Svl9HiEp4fT7sQ3I386U5x97Z/7bJR9ixtuh2cnDIsei9C\nXfFjAoGAfOH1z8otqBrPwuA3iyV5doTKPwUF4puKqhwEU664ymo6EVR8JcOsLk44\nFPlxaaGy0no18UZwc7mW34FO5vgWkOi5cmv8B7aRTQdn4YCJgDZ6mXfHGO2XuVcj\nkMQzlHy9mFzGPKQuMUlFEjuWkL0ygYKbuMMtiTeaR2eg2hPKTGo=\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-12-03 17:08:07,818 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-f2b6cbd9-cc7f-48ea-afb2-cb12f89e1478 2018-12-03 17:08:07,819 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 17:08:07,819 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:08:10,822 - create_stack - DEBUG - Stack status query timeout in 1193.05653191 2018-12-03 17:08:10,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:10,852 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:10 GMT Server: Apache x-openstack-request-id: req-85d67cb3-05dc-4d93-8626-8c50b8bc7a2b Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:11,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:10 GMT Server: Apache x-openstack-request-id: req-25324cad-9453-4a3a-85c7-1c965a61d3e8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2071 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-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "OS::project_id": "063587ccbb05464da416c46c8d6e5572", "OS::stack_id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "stack_user_project_id": "528b94c02ba540d488c2c6ffb9a4fe9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T17:08:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA0LGQy52p/m1b2lPVQjckqdvgGWdt7JKSY68+wdvF2/rBNKqo\nCUfCZjytC340HwYx04Qa/oAI1eGQB63CIpDQnXA8VCMAKSVH0yUzIPQjwa+sz5/h\n4LAgUb/tzgkT8CxazKVsVb3RltjjIhe+K/iiM9L2mliTkUIlEHeSb7BZpKiD+8io\nezxedEpbbUKWINmdWcmjHNE2gwRJ9MCgSToZQ3CgNF9hq7+FzF3VI+RbgUerxuBj\nVFO30AJe6ufpTEdW71X/ulZ+MQ5l0cijK6LtagicRTruxtxHzdItU8mcxAFA9TNk\nIq/qffO5S80fJhVCNhqWX07mJKK8SHK0w+Vq+QIDAQABAoIBAHJq1+L6twfaN0DV\nM5fRGdXSyePDtB2/Imlq3DJ25ty7dxAD/IrSAAADhjBF6heUUt8Pj6k20yFIQKol\nFsnSsb2PmlPauKzWVrGptIV9tNjtEwbmNnX0ulN3sc6DZZ4JA2Mt0t6TaoSUtrqr\nX8VF1NAq+q8WnxlFtYJ4vB1mB0/hYr+rqfoxwUQAYphg7Z4v2NJynlhetB+Uc16k\nhsX4TmaG/ym5ZLJqAoiRVg7BDNLbEczQHRpAnhv2eVul2N3WIFQPHgmNp2G523Oi\nEjD5AV62lmo0VjVRgwqM6c8sLyZslZZcXnBAJgYA/YakElXAYijbsPbnRmuwaCEo\nXveAfz0CgYEA55B1/PYILtptBS75qF8cMY9KjYPKvqtUAVyCt3jmDGn7gVME20Bm\nFjDSj/teXOWHG7dliBEJq25Onz8hEn+fYa9Mjz3c6gqvjGGl5vahVYYKvTilcnEu\nybhtEPWrkpSnp/189ezNrDtSbvOmIOjuJ6hekoGVxsTzC/KCu0jAmvcCgYEA5rdF\nHwcu0VXBGrQL4j4K3C6eHTxPcZBHtOP278kPfGVe77Hn5EZ3bn30rwnvn0tADkbM\nFiki37K2tdhXNjAleU5uz1VeiJc/GaLEhpB6zfZjXNh0KtZA1IOAXht1RBkNJhEg\ngWZy+UjJJlL7i+UOmFxunrnOM9J1274tIfUuPY8CgYAWkiouAf1CM+A0hSOombyx\nx/nIWXRFqYWCrHXBVHN3+kydim4KwPgyaYfcqO/Ftkm5FeM7pA2BPDtFom2i0/XB\nG8kmnS0PUwNRd6MoJBoNsAcT8pWN1iJtXyCiao/StdKxuS+Y+QADLbUXQ4CJ7Kpq\nCytMtHzY5xGZtIWxo6HCeQKBgBK5lyOQiq00v4pySHChRnJeWjjXNz9pTViSE+2c\nLOSUuaLMlpyBV5ohIOW/8bHFArrl5hR6XDk5oPibSWC9gZ0Zz4aGUDjXxahH/JlL\nSpxCvgfADZWYdASLc7Svl9HiEp4fT7sQ3I386U5x97Z/7bJR9ixtuh2cnDIsei9C\nXfFjAoGAfOH1z8otqBrPwuA3iyV5doTKPwUF4puKqhwEU664ymo6EVR8JcOsLk44\nFPlxaaGy0no18UZwc7mW34FO5vgWkOi5cmv8B7aRTQdn4YCJgDZ6mXfHGO2XuVcj\nkMQzlHy9mFzGPKQuMUlFEjuWkL0ygYKbuMMtiTeaR2eg2hPKTGo=\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-12-03 17:08:11,213 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-25324cad-9453-4a3a-85c7-1c965a61d3e8 2018-12-03 17:08:11,214 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 17:08:11,214 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:08:14,217 - create_stack - DEBUG - Stack status query timeout in 1189.6615169 2018-12-03 17:08:14,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:14,396 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:14 GMT Server: Apache x-openstack-request-id: req-107c8763-1f09-4f74-b6a7-626600941113 Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:14,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:14 GMT Server: Apache x-openstack-request-id: req-e2f29f70-f13b-4a8c-8112-21c65553d829 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2071 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-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "OS::project_id": "063587ccbb05464da416c46c8d6e5572", "OS::stack_id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "stack_user_project_id": "528b94c02ba540d488c2c6ffb9a4fe9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T17:08:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA0LGQy52p/m1b2lPVQjckqdvgGWdt7JKSY68+wdvF2/rBNKqo\nCUfCZjytC340HwYx04Qa/oAI1eGQB63CIpDQnXA8VCMAKSVH0yUzIPQjwa+sz5/h\n4LAgUb/tzgkT8CxazKVsVb3RltjjIhe+K/iiM9L2mliTkUIlEHeSb7BZpKiD+8io\nezxedEpbbUKWINmdWcmjHNE2gwRJ9MCgSToZQ3CgNF9hq7+FzF3VI+RbgUerxuBj\nVFO30AJe6ufpTEdW71X/ulZ+MQ5l0cijK6LtagicRTruxtxHzdItU8mcxAFA9TNk\nIq/qffO5S80fJhVCNhqWX07mJKK8SHK0w+Vq+QIDAQABAoIBAHJq1+L6twfaN0DV\nM5fRGdXSyePDtB2/Imlq3DJ25ty7dxAD/IrSAAADhjBF6heUUt8Pj6k20yFIQKol\nFsnSsb2PmlPauKzWVrGptIV9tNjtEwbmNnX0ulN3sc6DZZ4JA2Mt0t6TaoSUtrqr\nX8VF1NAq+q8WnxlFtYJ4vB1mB0/hYr+rqfoxwUQAYphg7Z4v2NJynlhetB+Uc16k\nhsX4TmaG/ym5ZLJqAoiRVg7BDNLbEczQHRpAnhv2eVul2N3WIFQPHgmNp2G523Oi\nEjD5AV62lmo0VjVRgwqM6c8sLyZslZZcXnBAJgYA/YakElXAYijbsPbnRmuwaCEo\nXveAfz0CgYEA55B1/PYILtptBS75qF8cMY9KjYPKvqtUAVyCt3jmDGn7gVME20Bm\nFjDSj/teXOWHG7dliBEJq25Onz8hEn+fYa9Mjz3c6gqvjGGl5vahVYYKvTilcnEu\nybhtEPWrkpSnp/189ezNrDtSbvOmIOjuJ6hekoGVxsTzC/KCu0jAmvcCgYEA5rdF\nHwcu0VXBGrQL4j4K3C6eHTxPcZBHtOP278kPfGVe77Hn5EZ3bn30rwnvn0tADkbM\nFiki37K2tdhXNjAleU5uz1VeiJc/GaLEhpB6zfZjXNh0KtZA1IOAXht1RBkNJhEg\ngWZy+UjJJlL7i+UOmFxunrnOM9J1274tIfUuPY8CgYAWkiouAf1CM+A0hSOombyx\nx/nIWXRFqYWCrHXBVHN3+kydim4KwPgyaYfcqO/Ftkm5FeM7pA2BPDtFom2i0/XB\nG8kmnS0PUwNRd6MoJBoNsAcT8pWN1iJtXyCiao/StdKxuS+Y+QADLbUXQ4CJ7Kpq\nCytMtHzY5xGZtIWxo6HCeQKBgBK5lyOQiq00v4pySHChRnJeWjjXNz9pTViSE+2c\nLOSUuaLMlpyBV5ohIOW/8bHFArrl5hR6XDk5oPibSWC9gZ0Zz4aGUDjXxahH/JlL\nSpxCvgfADZWYdASLc7Svl9HiEp4fT7sQ3I386U5x97Z/7bJR9ixtuh2cnDIsei9C\nXfFjAoGAfOH1z8otqBrPwuA3iyV5doTKPwUF4puKqhwEU664ymo6EVR8JcOsLk44\nFPlxaaGy0no18UZwc7mW34FO5vgWkOi5cmv8B7aRTQdn4YCJgDZ6mXfHGO2XuVcj\nkMQzlHy9mFzGPKQuMUlFEjuWkL0ygYKbuMMtiTeaR2eg2hPKTGo=\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-12-03 17:08:14,571 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-e2f29f70-f13b-4a8c-8112-21c65553d829 2018-12-03 17:08:14,571 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 17:08:14,571 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:08:17,575 - create_stack - DEBUG - Stack status query timeout in 1186.30413485 2018-12-03 17:08:17,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:17,749 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:17 GMT Server: Apache x-openstack-request-id: req-631b6e04-20f8-400c-84f3-4f557bbba8e0 Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:18,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:17 GMT Server: Apache x-openstack-request-id: req-91f6c516-837a-4d0f-a37c-14f34f46a424 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2071 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-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "OS::project_id": "063587ccbb05464da416c46c8d6e5572", "OS::stack_id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "stack_user_project_id": "528b94c02ba540d488c2c6ffb9a4fe9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T17:08:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA0LGQy52p/m1b2lPVQjckqdvgGWdt7JKSY68+wdvF2/rBNKqo\nCUfCZjytC340HwYx04Qa/oAI1eGQB63CIpDQnXA8VCMAKSVH0yUzIPQjwa+sz5/h\n4LAgUb/tzgkT8CxazKVsVb3RltjjIhe+K/iiM9L2mliTkUIlEHeSb7BZpKiD+8io\nezxedEpbbUKWINmdWcmjHNE2gwRJ9MCgSToZQ3CgNF9hq7+FzF3VI+RbgUerxuBj\nVFO30AJe6ufpTEdW71X/ulZ+MQ5l0cijK6LtagicRTruxtxHzdItU8mcxAFA9TNk\nIq/qffO5S80fJhVCNhqWX07mJKK8SHK0w+Vq+QIDAQABAoIBAHJq1+L6twfaN0DV\nM5fRGdXSyePDtB2/Imlq3DJ25ty7dxAD/IrSAAADhjBF6heUUt8Pj6k20yFIQKol\nFsnSsb2PmlPauKzWVrGptIV9tNjtEwbmNnX0ulN3sc6DZZ4JA2Mt0t6TaoSUtrqr\nX8VF1NAq+q8WnxlFtYJ4vB1mB0/hYr+rqfoxwUQAYphg7Z4v2NJynlhetB+Uc16k\nhsX4TmaG/ym5ZLJqAoiRVg7BDNLbEczQHRpAnhv2eVul2N3WIFQPHgmNp2G523Oi\nEjD5AV62lmo0VjVRgwqM6c8sLyZslZZcXnBAJgYA/YakElXAYijbsPbnRmuwaCEo\nXveAfz0CgYEA55B1/PYILtptBS75qF8cMY9KjYPKvqtUAVyCt3jmDGn7gVME20Bm\nFjDSj/teXOWHG7dliBEJq25Onz8hEn+fYa9Mjz3c6gqvjGGl5vahVYYKvTilcnEu\nybhtEPWrkpSnp/189ezNrDtSbvOmIOjuJ6hekoGVxsTzC/KCu0jAmvcCgYEA5rdF\nHwcu0VXBGrQL4j4K3C6eHTxPcZBHtOP278kPfGVe77Hn5EZ3bn30rwnvn0tADkbM\nFiki37K2tdhXNjAleU5uz1VeiJc/GaLEhpB6zfZjXNh0KtZA1IOAXht1RBkNJhEg\ngWZy+UjJJlL7i+UOmFxunrnOM9J1274tIfUuPY8CgYAWkiouAf1CM+A0hSOombyx\nx/nIWXRFqYWCrHXBVHN3+kydim4KwPgyaYfcqO/Ftkm5FeM7pA2BPDtFom2i0/XB\nG8kmnS0PUwNRd6MoJBoNsAcT8pWN1iJtXyCiao/StdKxuS+Y+QADLbUXQ4CJ7Kpq\nCytMtHzY5xGZtIWxo6HCeQKBgBK5lyOQiq00v4pySHChRnJeWjjXNz9pTViSE+2c\nLOSUuaLMlpyBV5ohIOW/8bHFArrl5hR6XDk5oPibSWC9gZ0Zz4aGUDjXxahH/JlL\nSpxCvgfADZWYdASLc7Svl9HiEp4fT7sQ3I386U5x97Z/7bJR9ixtuh2cnDIsei9C\nXfFjAoGAfOH1z8otqBrPwuA3iyV5doTKPwUF4puKqhwEU664ymo6EVR8JcOsLk44\nFPlxaaGy0no18UZwc7mW34FO5vgWkOi5cmv8B7aRTQdn4YCJgDZ6mXfHGO2XuVcj\nkMQzlHy9mFzGPKQuMUlFEjuWkL0ygYKbuMMtiTeaR2eg2hPKTGo=\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-12-03 17:08:18,064 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-91f6c516-837a-4d0f-a37c-14f34f46a424 2018-12-03 17:08:18,065 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 17:08:18,065 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:08:21,067 - create_stack - DEBUG - Stack status query timeout in 1182.81197286 2018-12-03 17:08:21,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:21,259 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:21 GMT Server: Apache x-openstack-request-id: req-23239cb8-e836-4eb4-b84f-dd0d965fff30 Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:21,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:21 GMT Server: Apache x-openstack-request-id: req-228357c4-885f-4088-adad-91b305000246 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2071 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-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "OS::project_id": "063587ccbb05464da416c46c8d6e5572", "OS::stack_id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "stack_user_project_id": "528b94c02ba540d488c2c6ffb9a4fe9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T17:08:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA0LGQy52p/m1b2lPVQjckqdvgGWdt7JKSY68+wdvF2/rBNKqo\nCUfCZjytC340HwYx04Qa/oAI1eGQB63CIpDQnXA8VCMAKSVH0yUzIPQjwa+sz5/h\n4LAgUb/tzgkT8CxazKVsVb3RltjjIhe+K/iiM9L2mliTkUIlEHeSb7BZpKiD+8io\nezxedEpbbUKWINmdWcmjHNE2gwRJ9MCgSToZQ3CgNF9hq7+FzF3VI+RbgUerxuBj\nVFO30AJe6ufpTEdW71X/ulZ+MQ5l0cijK6LtagicRTruxtxHzdItU8mcxAFA9TNk\nIq/qffO5S80fJhVCNhqWX07mJKK8SHK0w+Vq+QIDAQABAoIBAHJq1+L6twfaN0DV\nM5fRGdXSyePDtB2/Imlq3DJ25ty7dxAD/IrSAAADhjBF6heUUt8Pj6k20yFIQKol\nFsnSsb2PmlPauKzWVrGptIV9tNjtEwbmNnX0ulN3sc6DZZ4JA2Mt0t6TaoSUtrqr\nX8VF1NAq+q8WnxlFtYJ4vB1mB0/hYr+rqfoxwUQAYphg7Z4v2NJynlhetB+Uc16k\nhsX4TmaG/ym5ZLJqAoiRVg7BDNLbEczQHRpAnhv2eVul2N3WIFQPHgmNp2G523Oi\nEjD5AV62lmo0VjVRgwqM6c8sLyZslZZcXnBAJgYA/YakElXAYijbsPbnRmuwaCEo\nXveAfz0CgYEA55B1/PYILtptBS75qF8cMY9KjYPKvqtUAVyCt3jmDGn7gVME20Bm\nFjDSj/teXOWHG7dliBEJq25Onz8hEn+fYa9Mjz3c6gqvjGGl5vahVYYKvTilcnEu\nybhtEPWrkpSnp/189ezNrDtSbvOmIOjuJ6hekoGVxsTzC/KCu0jAmvcCgYEA5rdF\nHwcu0VXBGrQL4j4K3C6eHTxPcZBHtOP278kPfGVe77Hn5EZ3bn30rwnvn0tADkbM\nFiki37K2tdhXNjAleU5uz1VeiJc/GaLEhpB6zfZjXNh0KtZA1IOAXht1RBkNJhEg\ngWZy+UjJJlL7i+UOmFxunrnOM9J1274tIfUuPY8CgYAWkiouAf1CM+A0hSOombyx\nx/nIWXRFqYWCrHXBVHN3+kydim4KwPgyaYfcqO/Ftkm5FeM7pA2BPDtFom2i0/XB\nG8kmnS0PUwNRd6MoJBoNsAcT8pWN1iJtXyCiao/StdKxuS+Y+QADLbUXQ4CJ7Kpq\nCytMtHzY5xGZtIWxo6HCeQKBgBK5lyOQiq00v4pySHChRnJeWjjXNz9pTViSE+2c\nLOSUuaLMlpyBV5ohIOW/8bHFArrl5hR6XDk5oPibSWC9gZ0Zz4aGUDjXxahH/JlL\nSpxCvgfADZWYdASLc7Svl9HiEp4fT7sQ3I386U5x97Z/7bJR9ixtuh2cnDIsei9C\nXfFjAoGAfOH1z8otqBrPwuA3iyV5doTKPwUF4puKqhwEU664ymo6EVR8JcOsLk44\nFPlxaaGy0no18UZwc7mW34FO5vgWkOi5cmv8B7aRTQdn4YCJgDZ6mXfHGO2XuVcj\nkMQzlHy9mFzGPKQuMUlFEjuWkL0ygYKbuMMtiTeaR2eg2hPKTGo=\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-12-03 17:08:21,434 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-228357c4-885f-4088-adad-91b305000246 2018-12-03 17:08:21,435 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 17:08:21,435 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:08:24,438 - create_stack - DEBUG - Stack status query timeout in 1179.4404459 2018-12-03 17:08:24,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:24,469 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:24 GMT Server: Apache x-openstack-request-id: req-4975d27c-7d41-437a-9d40-b43f0ef23cf8 Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:24,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:24 GMT Server: Apache x-openstack-request-id: req-07789fff-9d27-400f-84b2-b80de01390b6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2081 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-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "OS::project_id": "063587ccbb05464da416c46c8d6e5572", "OS::stack_id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "stack_user_project_id": "528b94c02ba540d488c2c6ffb9a4fe9c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T17:08:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA0LGQy52p/m1b2lPVQjckqdvgGWdt7JKSY68+wdvF2/rBNKqo\nCUfCZjytC340HwYx04Qa/oAI1eGQB63CIpDQnXA8VCMAKSVH0yUzIPQjwa+sz5/h\n4LAgUb/tzgkT8CxazKVsVb3RltjjIhe+K/iiM9L2mliTkUIlEHeSb7BZpKiD+8io\nezxedEpbbUKWINmdWcmjHNE2gwRJ9MCgSToZQ3CgNF9hq7+FzF3VI+RbgUerxuBj\nVFO30AJe6ufpTEdW71X/ulZ+MQ5l0cijK6LtagicRTruxtxHzdItU8mcxAFA9TNk\nIq/qffO5S80fJhVCNhqWX07mJKK8SHK0w+Vq+QIDAQABAoIBAHJq1+L6twfaN0DV\nM5fRGdXSyePDtB2/Imlq3DJ25ty7dxAD/IrSAAADhjBF6heUUt8Pj6k20yFIQKol\nFsnSsb2PmlPauKzWVrGptIV9tNjtEwbmNnX0ulN3sc6DZZ4JA2Mt0t6TaoSUtrqr\nX8VF1NAq+q8WnxlFtYJ4vB1mB0/hYr+rqfoxwUQAYphg7Z4v2NJynlhetB+Uc16k\nhsX4TmaG/ym5ZLJqAoiRVg7BDNLbEczQHRpAnhv2eVul2N3WIFQPHgmNp2G523Oi\nEjD5AV62lmo0VjVRgwqM6c8sLyZslZZcXnBAJgYA/YakElXAYijbsPbnRmuwaCEo\nXveAfz0CgYEA55B1/PYILtptBS75qF8cMY9KjYPKvqtUAVyCt3jmDGn7gVME20Bm\nFjDSj/teXOWHG7dliBEJq25Onz8hEn+fYa9Mjz3c6gqvjGGl5vahVYYKvTilcnEu\nybhtEPWrkpSnp/189ezNrDtSbvOmIOjuJ6hekoGVxsTzC/KCu0jAmvcCgYEA5rdF\nHwcu0VXBGrQL4j4K3C6eHTxPcZBHtOP278kPfGVe77Hn5EZ3bn30rwnvn0tADkbM\nFiki37K2tdhXNjAleU5uz1VeiJc/GaLEhpB6zfZjXNh0KtZA1IOAXht1RBkNJhEg\ngWZy+UjJJlL7i+UOmFxunrnOM9J1274tIfUuPY8CgYAWkiouAf1CM+A0hSOombyx\nx/nIWXRFqYWCrHXBVHN3+kydim4KwPgyaYfcqO/Ftkm5FeM7pA2BPDtFom2i0/XB\nG8kmnS0PUwNRd6MoJBoNsAcT8pWN1iJtXyCiao/StdKxuS+Y+QADLbUXQ4CJ7Kpq\nCytMtHzY5xGZtIWxo6HCeQKBgBK5lyOQiq00v4pySHChRnJeWjjXNz9pTViSE+2c\nLOSUuaLMlpyBV5ohIOW/8bHFArrl5hR6XDk5oPibSWC9gZ0Zz4aGUDjXxahH/JlL\nSpxCvgfADZWYdASLc7Svl9HiEp4fT7sQ3I386U5x97Z/7bJR9ixtuh2cnDIsei9C\nXfFjAoGAfOH1z8otqBrPwuA3iyV5doTKPwUF4puKqhwEU664ymo6EVR8JcOsLk44\nFPlxaaGy0no18UZwc7mW34FO5vgWkOi5cmv8B7aRTQdn4YCJgDZ6mXfHGO2XuVcj\nkMQzlHy9mFzGPKQuMUlFEjuWkL0ygYKbuMMtiTeaR2eg2hPKTGo=\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-12-03 17:08:24,796 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-07789fff-9d27-400f-84b2-b80de01390b6 2018-12-03 17:08:24,797 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-03 17:08:24,797 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack 2018-12-03 17:08:24,797 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack 2018-12-03 17:08:24,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:24,982 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:24 GMT Server: Apache x-openstack-request-id: req-2dc9d971-e3df-43ae-a0e3-ce17b6436eaa Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:25,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:24 GMT Server: Apache x-openstack-request-id: req-fc6abd27-4535-4a43-8db3-6fe47525f354 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.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "c61e375d-32e9-4b25-b35b-6550e00dd711", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8bb1184e-4f97-4711-b086-6f7448904bdd", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "4d10b571-d85f-41b5-be29-dd0d2a3a36fa", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "9b4710d3-13f4-4881-9aae-866ad1bded1e", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "1293b2ae-eebb-47f5-8d4b-ad084e38614b", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "213", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "866ff909-9afa-44f9-a59d-ff40dc7bd7fb:subnet_id=ef14d13e-9064-46e3-88be-c2d489a595b8", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "ef14d13e-9064-46e3-88be-c2d489a595b8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "866ff909-9afa-44f9-a59d-ff40dc7bd7fb", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d1e0dd10-19a2-4e99-a5d4-541779520014", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9b597f2c-c45d-4bee-a692-2f377a20cd49", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "22016357-9bd9-44fb-9847-e8f69513c0f6", "resource_type": "OS::Nova::Server"}]} 2018-12-03 17:08:25,199 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources used request id req-fc6abd27-4535-4a43-8db3-6fe47525f354 2018-12-03 17:08:25,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/9b597f2c-c45d-4bee-a692-2f377a20cd49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:25,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-8c47f5a9-20a8-421c-a0f1-298da94ce1b2 x-compute-request-id: req-8c47f5a9-20a8-421c-a0f1-298da94ce1b2 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:30:70", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9b597f2c-c45d-4bee-a692-2f377a20cd49", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9b597f2c-c45d-4bee-a692-2f377a20cd49", "rel": "bookmark"}], "image": {"id": "6edda167-1a65-4753-8164-a3b4e7e60b5a", "links": [{"href": "http://172.30.9.30:8774/images/6edda167-1a65-4753-8164-a3b4e7e60b5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-12-03T17:08:19.000000", "flavor": {"id": "c61e375d-32e9-4b25-b35b-6550e00dd711", "links": [{"href": "http://172.30.9.30:8774/flavors/c61e375d-32e9-4b25-b35b-6550e00dd711", "rel": "bookmark"}]}, "id": "9b597f2c-c45d-4bee-a692-2f377a20cd49", "security_groups": [{"name": "default"}], "user_id": "6a6310869c3f4dfa86181ecd3e19b1fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:08:19Z", "hostId": "6ddc7d5ee25ac871a0c4350282fa41995a4b6c9625fd25160b53c0b3", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "created": "2018-12-03T17:08:12Z", "tenant_id": "063587ccbb05464da416c46c8d6e5572", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:08:25,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9b597f2c-c45d-4bee-a692-2f377a20cd49 used request id req-8c47f5a9-20a8-421c-a0f1-298da94ce1b2 2018-12-03 17:08:25,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:25,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d4f3cc6b-1cbd-4906-ba50-0bb98ec13f15 Date: Mon, 03 Dec 2018 17:08:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:25,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net used request id req-d4f3cc6b-1cbd-4906-ba50-0bb98ec13f15 2018-12-03 17:08:25,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:08:25,893 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:08: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:08:25,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:25,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5b68d01-867d-4647-9270-769c82d50ad2 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:08:25,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-c5b68d01-867d-4647-9270-769c82d50ad2 2018-12-03 17:08:25,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:26,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f0b96922-5e8c-428c-924a-1232b5b5075a Date: Mon, 03 Dec 2018 17:08:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:26,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-f0b96922-5e8c-428c-924a-1232b5b5075a 2018-12-03 17:08:26,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:26,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-1c7b7231-a710-4721-885e-6dd4a2c0b497 Date: Mon, 03 Dec 2018 17:08:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.2"}],"id":"42fe7277-005b-4ac2-95d6-37944a0eb084","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d4:cb","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.4"}],"id":"7598efff-fb4b-46de-ad59-ba9c92c60c19","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:17:4a","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.14"}],"id":"af62b98d-0b23-4b15-9e79-33f77dfbbd27","security_groups":["f6864460-4d26-45d1-be55-90734aa4fdf9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:30:70","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:14Z","binding:vnic_type":"normal","device_id":"9b597f2c-c45d-4bee-a692-2f377a20cd49"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.8"}],"id":"d1e0dd10-19a2-4e99-a5d4-541779520014","security_groups":["9b4710d3-13f4-4881-9aae-866ad1bded1e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:5c:99","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"22016357-9bd9-44fb-9847-e8f69513c0f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.1"}],"id":"e369130c-22fb-41a8-b0fd-a1e8eaf502a7","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:05:06","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:12Z","binding:vnic_type":"normal","device_id":"866ff909-9afa-44f9-a59d-ff40dc7bd7fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.3"}],"id":"f0304a1b-d4b2-44f6-941f-858c79248c83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:aa:dc","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"}]} 2018-12-03 17:08:26,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-1c7b7231-a710-4721-885e-6dd4a2c0b497 2018-12-03 17:08:26,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/22016357-9bd9-44fb-9847-e8f69513c0f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:26,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-0966552b-c408-4061-aa9c-004fe48c3df7 x-compute-request-id: req-0966552b-c408-4061-aa9c-004fe48c3df7 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:5c:99", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:5c:99", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22016357-9bd9-44fb-9847-e8f69513c0f6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22016357-9bd9-44fb-9847-e8f69513c0f6", "rel": "bookmark"}], "image": {"id": "6edda167-1a65-4753-8164-a3b4e7e60b5a", "links": [{"href": "http://172.30.9.30:8774/images/6edda167-1a65-4753-8164-a3b4e7e60b5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-12-03T17:08:21.000000", "flavor": {"id": "8bb1184e-4f97-4711-b086-6f7448904bdd", "links": [{"href": "http://172.30.9.30:8774/flavors/8bb1184e-4f97-4711-b086-6f7448904bdd", "rel": "bookmark"}]}, "id": "22016357-9bd9-44fb-9847-e8f69513c0f6", "security_groups": [{"name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp"}], "user_id": "6a6310869c3f4dfa86181ecd3e19b1fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:08:21Z", "hostId": "fd3f1969368e1ac4b122ff7f80071cf55174d898e5731ef75506a3c5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "created": "2018-12-03T17:08:13Z", "tenant_id": "063587ccbb05464da416c46c8d6e5572", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:08:26,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/22016357-9bd9-44fb-9847-e8f69513c0f6 used request id req-0966552b-c408-4061-aa9c-004fe48c3df7 2018-12-03 17:08:26,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:26,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-ad552ecc-128a-4814-915b-7c55ad4b2402 Date: Mon, 03 Dec 2018 17:08:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:26,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net used request id req-ad552ecc-128a-4814-915b-7c55ad4b2402 2018-12-03 17:08:26,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:26,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31aed42f-068f-47a1-bd9a-216a60477e80 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:08:26,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-31aed42f-068f-47a1-bd9a-216a60477e80 2018-12-03 17:08:26,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:26,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-87d9c7f3-be24-4af4-a6f9-40eda3f85ac8 Date: Mon, 03 Dec 2018 17:08:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:26,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-87d9c7f3-be24-4af4-a6f9-40eda3f85ac8 2018-12-03 17:08:26,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:27,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-764541de-e0a3-43b2-8b8e-be34278a12b3 Date: Mon, 03 Dec 2018 17:08:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.2"}],"id":"42fe7277-005b-4ac2-95d6-37944a0eb084","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d4:cb","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.4"}],"id":"7598efff-fb4b-46de-ad59-ba9c92c60c19","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:17:4a","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.14"}],"id":"af62b98d-0b23-4b15-9e79-33f77dfbbd27","security_groups":["f6864460-4d26-45d1-be55-90734aa4fdf9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:30:70","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:14Z","binding:vnic_type":"normal","device_id":"9b597f2c-c45d-4bee-a692-2f377a20cd49"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.8"}],"id":"d1e0dd10-19a2-4e99-a5d4-541779520014","security_groups":["9b4710d3-13f4-4881-9aae-866ad1bded1e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:5c:99","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"22016357-9bd9-44fb-9847-e8f69513c0f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.1"}],"id":"e369130c-22fb-41a8-b0fd-a1e8eaf502a7","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:05:06","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:12Z","binding:vnic_type":"normal","device_id":"866ff909-9afa-44f9-a59d-ff40dc7bd7fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.3"}],"id":"f0304a1b-d4b2-44f6-941f-858c79248c83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:aa:dc","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"}]} 2018-12-03 17:08:27,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-764541de-e0a3-43b2-8b8e-be34278a12b3 2018-12-03 17:08:27,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:27,123 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:27 GMT Server: Apache x-openstack-request-id: req-7cb4d35e-b94d-40ab-9625-6f6a7a2df01f Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:27,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:27 GMT Server: Apache x-openstack-request-id: req-71337226-9660-40c6-b8dd-5d779951fecb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1044 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "c61e375d-32e9-4b25-b35b-6550e00dd711", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8bb1184e-4f97-4711-b086-6f7448904bdd", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "4d10b571-d85f-41b5-be29-dd0d2a3a36fa", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "9b4710d3-13f4-4881-9aae-866ad1bded1e", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "1293b2ae-eebb-47f5-8d4b-ad084e38614b", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "213", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "866ff909-9afa-44f9-a59d-ff40dc7bd7fb:subnet_id=ef14d13e-9064-46e3-88be-c2d489a595b8", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "ef14d13e-9064-46e3-88be-c2d489a595b8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "866ff909-9afa-44f9-a59d-ff40dc7bd7fb", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d1e0dd10-19a2-4e99-a5d4-541779520014", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9b597f2c-c45d-4bee-a692-2f377a20cd49", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-03T17:08:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:08:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "22016357-9bd9-44fb-9847-e8f69513c0f6", "resource_type": "OS::Nova::Server"}]} 2018-12-03 17:08:27,199 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b/resources used request id req-71337226-9660-40c6-b8dd-5d779951fecb 2018-12-03 17:08:27,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/c61e375d-32e9-4b25-b35b-6550e00dd711 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:27,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08: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-d02fdab2-f9d1-44e8-899e-a871f4e54525 x-compute-request-id: req-d02fdab2-f9d1-44e8-899e-a871f4e54525 Content-Encoding: gzip Content-Length: 339 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c61e375d-32e9-4b25-b35b-6550e00dd711", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c61e375d-32e9-4b25-b35b-6550e00dd711", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "c61e375d-32e9-4b25-b35b-6550e00dd711", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-flavor2-aepum2o2ugzl", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:08:27,222 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/c61e375d-32e9-4b25-b35b-6550e00dd711 used request id req-d02fdab2-f9d1-44e8-899e-a871f4e54525 2018-12-03 17:08:27,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/ef14d13e-9064-46e3-88be-c2d489a595b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:27,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-6a1e7042-ad7a-4bed-aacd-0ccaa25ae914 Date: Mon, 03 Dec 2018 17:08:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}} 2018-12-03 17:08:27,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/ef14d13e-9064-46e3-88be-c2d489a595b8 used request id req-6a1e7042-ad7a-4bed-aacd-0ccaa25ae914 2018-12-03 17:08:27,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:27,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1c02c1b6-5b2a-4d9d-a2b2-4088f31485c3 Date: Mon, 03 Dec 2018 17:08:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:27,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-1c02c1b6-5b2a-4d9d-a2b2-4088f31485c3 2018-12-03 17:08:27,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:27,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-579941c1-2320-4ea1-a688-7bb70df13c7e Date: Mon, 03 Dec 2018 17:08:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:27,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-579941c1-2320-4ea1-a688-7bb70df13c7e 2018-12-03 17:08:27,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:27,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-79c542f8-9584-4e7a-8b6d-00d227fc09f8 Date: Mon, 03 Dec 2018 17:08:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:27,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net used request id req-79c542f8-9584-4e7a-8b6d-00d227fc09f8 2018-12-03 17:08:27,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:27,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c0bd313-6d45-4ee4-a7a4-dd30ce0cb8ff Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:08:27,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-9c0bd313-6d45-4ee4-a7a4-dd30ce0cb8ff 2018-12-03 17:08:27,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:27,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7b8cd73f-bd34-4820-be05-6163e5f0ecca Date: Mon, 03 Dec 2018 17:08:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:27,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-7b8cd73f-bd34-4820-be05-6163e5f0ecca 2018-12-03 17:08:27,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa&mac_address=fa%3A16%3A3e%3A24%3A30%3A70&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:27,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-2838362c-7f82-4366-a2a5-d33b865fba6f Date: Mon, 03 Dec 2018 17:08:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.14"}],"id":"af62b98d-0b23-4b15-9e79-33f77dfbbd27","security_groups":["f6864460-4d26-45d1-be55-90734aa4fdf9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:30:70","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:14Z","binding:vnic_type":"normal","device_id":"9b597f2c-c45d-4bee-a692-2f377a20cd49"}]} 2018-12-03 17:08:27,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa&mac_address=fa%3A16%3A3e%3A24%3A30%3A70&admin_state_up=True used request id req-2838362c-7f82-4366-a2a5-d33b865fba6f 2018-12-03 17:08:27,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:27,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b244db7a-36b1-4fac-ac52-9ca1c2822d8d Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:08:27,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-b244db7a-36b1-4fac-ac52-9ca1c2822d8d 2018-12-03 17:08:27,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:27,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-30772c01-a848-4db9-b506-e1ff903e3d12 Date: Mon, 03 Dec 2018 17:08:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:27,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net used request id req-30772c01-a848-4db9-b506-e1ff903e3d12 2018-12-03 17:08:27,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:27,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2e2e979c-5de5-475c-ac0f-e57569412d74 Date: Mon, 03 Dec 2018 17:08:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:27,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-2e2e979c-5de5-475c-ac0f-e57569412d74 2018-12-03 17:08:27,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:28,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-7293fe99-be7e-4a56-9440-74792de904ec Date: Mon, 03 Dec 2018 17:08:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.2"}],"id":"42fe7277-005b-4ac2-95d6-37944a0eb084","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d4:cb","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.4"}],"id":"7598efff-fb4b-46de-ad59-ba9c92c60c19","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:17:4a","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.14"}],"id":"af62b98d-0b23-4b15-9e79-33f77dfbbd27","security_groups":["f6864460-4d26-45d1-be55-90734aa4fdf9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:30:70","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:14Z","binding:vnic_type":"normal","device_id":"9b597f2c-c45d-4bee-a692-2f377a20cd49"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.8"}],"id":"d1e0dd10-19a2-4e99-a5d4-541779520014","security_groups":["9b4710d3-13f4-4881-9aae-866ad1bded1e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:5c:99","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"22016357-9bd9-44fb-9847-e8f69513c0f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.1"}],"id":"e369130c-22fb-41a8-b0fd-a1e8eaf502a7","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:05:06","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:12Z","binding:vnic_type":"normal","device_id":"866ff909-9afa-44f9-a59d-ff40dc7bd7fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.3"}],"id":"f0304a1b-d4b2-44f6-941f-858c79248c83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:aa:dc","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"}]} 2018-12-03 17:08:28,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-7293fe99-be7e-4a56-9440-74792de904ec 2018-12-03 17:08:28,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:28,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-7aa09200-5421-46e7-87d1-e1a7dff1f4cf Date: Mon, 03 Dec 2018 17:08:28 GMT RESP BODY: {"floatingips": [{"router_id": "866ff909-9afa-44f9-a59d-ff40dc7bd7fb", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "063587ccbb05464da416c46c8d6e5572", "created_at": "2018-12-03T17:08:12Z", "updated_at": "2018-12-03T17:08:14Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.1.2.8", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "063587ccbb05464da416c46c8d6e5572", "port_id": "d1e0dd10-19a2-4e99-a5d4-541779520014", "id": "1293b2ae-eebb-47f5-8d4b-ad084e38614b"}]} 2018-12-03 17:08:28,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-7aa09200-5421-46e7-87d1-e1a7dff1f4cf 2018-12-03 17:08:28,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:28,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-b0e90416-bf28-4c34-9d68-25795b8cd54d Date: Mon, 03 Dec 2018 17:08:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:07:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:07:58Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/snap", "metadata": {}}], "self": "/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a", "min_disk": 0, "protected": false, "id": "6edda167-1a65-4753-8164-a3b4e7e60b5a", "file": "/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "063587ccbb05464da416c46c8d6e5572", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:08:28,405 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a used request id req-b0e90416-bf28-4c34-9d68-25795b8cd54d 2018-12-03 17:08:28,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:28,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-891601fd-1337-4aa5-a997-956f7d00e1df Date: Mon, 03 Dec 2018 17:08: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-12-03 17:08:28,561 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-891601fd-1337-4aa5-a997-956f7d00e1df 2018-12-03 17:08:28,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:28,592 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:28 GMT Server: Apache x-openstack-request-id: req-19d601d8-2c5b-40d7-83f3-7bad139673ff Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:28,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:28 GMT Server: Apache x-openstack-request-id: req-d426e914-38cd-417e-97ec-0fc5187f9982 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2081 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-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "OS::project_id": "063587ccbb05464da416c46c8d6e5572", "OS::stack_id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "stack_user_project_id": "528b94c02ba540d488c2c6ffb9a4fe9c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T17:08:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA0LGQy52p/m1b2lPVQjckqdvgGWdt7JKSY68+wdvF2/rBNKqo\nCUfCZjytC340HwYx04Qa/oAI1eGQB63CIpDQnXA8VCMAKSVH0yUzIPQjwa+sz5/h\n4LAgUb/tzgkT8CxazKVsVb3RltjjIhe+K/iiM9L2mliTkUIlEHeSb7BZpKiD+8io\nezxedEpbbUKWINmdWcmjHNE2gwRJ9MCgSToZQ3CgNF9hq7+FzF3VI+RbgUerxuBj\nVFO30AJe6ufpTEdW71X/ulZ+MQ5l0cijK6LtagicRTruxtxHzdItU8mcxAFA9TNk\nIq/qffO5S80fJhVCNhqWX07mJKK8SHK0w+Vq+QIDAQABAoIBAHJq1+L6twfaN0DV\nM5fRGdXSyePDtB2/Imlq3DJ25ty7dxAD/IrSAAADhjBF6heUUt8Pj6k20yFIQKol\nFsnSsb2PmlPauKzWVrGptIV9tNjtEwbmNnX0ulN3sc6DZZ4JA2Mt0t6TaoSUtrqr\nX8VF1NAq+q8WnxlFtYJ4vB1mB0/hYr+rqfoxwUQAYphg7Z4v2NJynlhetB+Uc16k\nhsX4TmaG/ym5ZLJqAoiRVg7BDNLbEczQHRpAnhv2eVul2N3WIFQPHgmNp2G523Oi\nEjD5AV62lmo0VjVRgwqM6c8sLyZslZZcXnBAJgYA/YakElXAYijbsPbnRmuwaCEo\nXveAfz0CgYEA55B1/PYILtptBS75qF8cMY9KjYPKvqtUAVyCt3jmDGn7gVME20Bm\nFjDSj/teXOWHG7dliBEJq25Onz8hEn+fYa9Mjz3c6gqvjGGl5vahVYYKvTilcnEu\nybhtEPWrkpSnp/189ezNrDtSbvOmIOjuJ6hekoGVxsTzC/KCu0jAmvcCgYEA5rdF\nHwcu0VXBGrQL4j4K3C6eHTxPcZBHtOP278kPfGVe77Hn5EZ3bn30rwnvn0tADkbM\nFiki37K2tdhXNjAleU5uz1VeiJc/GaLEhpB6zfZjXNh0KtZA1IOAXht1RBkNJhEg\ngWZy+UjJJlL7i+UOmFxunrnOM9J1274tIfUuPY8CgYAWkiouAf1CM+A0hSOombyx\nx/nIWXRFqYWCrHXBVHN3+kydim4KwPgyaYfcqO/Ftkm5FeM7pA2BPDtFom2i0/XB\nG8kmnS0PUwNRd6MoJBoNsAcT8pWN1iJtXyCiao/StdKxuS+Y+QADLbUXQ4CJ7Kpq\nCytMtHzY5xGZtIWxo6HCeQKBgBK5lyOQiq00v4pySHChRnJeWjjXNz9pTViSE+2c\nLOSUuaLMlpyBV5ohIOW/8bHFArrl5hR6XDk5oPibSWC9gZ0Zz4aGUDjXxahH/JlL\nSpxCvgfADZWYdASLc7Svl9HiEp4fT7sQ3I386U5x97Z/7bJR9ixtuh2cnDIsei9C\nXfFjAoGAfOH1z8otqBrPwuA3iyV5doTKPwUF4puKqhwEU664ymo6EVR8JcOsLk44\nFPlxaaGy0no18UZwc7mW34FO5vgWkOi5cmv8B7aRTQdn4YCJgDZ6mXfHGO2XuVcj\nkMQzlHy9mFzGPKQuMUlFEjuWkL0ygYKbuMMtiTeaR2eg2hPKTGo=\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-12-03 17:08:28,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-d426e914-38cd-417e-97ec-0fc5187f9982 2018-12-03 17:08:28,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:08:28,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:08:29,292 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "ba64fc3ec7dc4f6ab848c85dc5ac0244", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:08:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "063587ccbb05464da416c46c8d6e5572", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-9babe914-6894-486-user", "id": "6a6310869c3f4dfa86181ecd3e19b1fb"}, "audit_ids": ["hlxllJ2dQjmVLAA0Z45OEg"], "issued_at": "2018-12-03T17:08:29.000000Z"}} 2018-12-03 17:08:29,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:29,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc39423-16d6-4285-9deb-e7c54fd2e2d9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:08:29,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-acc39423-16d6-4285-9deb-e7c54fd2e2d9 2018-12-03 17:08:29,380 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:08:29,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:29,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67a62e79-ff6a-499f-bafa-b83410308240 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:08:29,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-67a62e79-ff6a-499f-bafa-b83410308240 2018-12-03 17:08:29,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:29,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-2cf30e17-e7fd-444f-8094-7e449cf64d98 Date: Mon, 03 Dec 2018 17:08:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:29,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net used request id req-2cf30e17-e7fd-444f-8094-7e449cf64d98 2018-12-03 17:08:29,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:08:29,721 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:08: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:08:29,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:29,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0dc6159-f23e-41dd-a7d6-ea01e0619093 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:08:29,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-f0dc6159-f23e-41dd-a7d6-ea01e0619093 2018-12-03 17:08:29,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:30,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-700ffc09-600c-457f-8010-6a3d6488f938 Date: Mon, 03 Dec 2018 17:08:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:30,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-700ffc09-600c-457f-8010-6a3d6488f938 2018-12-03 17:08:30,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa&mac_address=fa%3A16%3A3e%3A24%3A30%3A70&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:30,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-2c7658b9-4331-4dfe-a3b9-a36b35e98ff4 Date: Mon, 03 Dec 2018 17:08:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.14"}],"id":"af62b98d-0b23-4b15-9e79-33f77dfbbd27","security_groups":["f6864460-4d26-45d1-be55-90734aa4fdf9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:30:70","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:14Z","binding:vnic_type":"normal","device_id":"9b597f2c-c45d-4bee-a692-2f377a20cd49"}]} 2018-12-03 17:08:30,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa&mac_address=fa%3A16%3A3e%3A24%3A30%3A70&admin_state_up=True used request id req-2c7658b9-4331-4dfe-a3b9-a36b35e98ff4 2018-12-03 17:08:30,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:30,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daf06e65-c418-4957-94ae-d83635fdd964 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:08:30,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-daf06e65-c418-4957-94ae-d83635fdd964 2018-12-03 17:08:30,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:31,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08: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-4dea6c1f-c606-4495-8f51-d22ddb7cf1da x-compute-request-id: req-4dea6c1f-c606-4495-8f51-d22ddb7cf1da Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:30:70", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9b597f2c-c45d-4bee-a692-2f377a20cd49", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9b597f2c-c45d-4bee-a692-2f377a20cd49", "rel": "bookmark"}], "image": {"id": "6edda167-1a65-4753-8164-a3b4e7e60b5a", "links": [{"href": "http://172.30.9.30:8774/images/6edda167-1a65-4753-8164-a3b4e7e60b5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-12-03T17:08:19.000000", "flavor": {"id": "c61e375d-32e9-4b25-b35b-6550e00dd711", "links": [{"href": "http://172.30.9.30:8774/flavors/c61e375d-32e9-4b25-b35b-6550e00dd711", "rel": "bookmark"}]}, "id": "9b597f2c-c45d-4bee-a692-2f377a20cd49", "security_groups": [{"name": "default"}], "user_id": "6a6310869c3f4dfa86181ecd3e19b1fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:08:19Z", "hostId": "6ddc7d5ee25ac871a0c4350282fa41995a4b6c9625fd25160b53c0b3", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "created": "2018-12-03T17:08:12Z", "tenant_id": "063587ccbb05464da416c46c8d6e5572", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:08:31,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2 used request id req-4dea6c1f-c606-4495-8f51-d22ddb7cf1da 2018-12-03 17:08:31,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:31,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-9f1fb11f-eed9-44b9-9d52-38599735bbe1 Date: Mon, 03 Dec 2018 17:08:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:31,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net used request id req-9f1fb11f-eed9-44b9-9d52-38599735bbe1 2018-12-03 17:08:31,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:31,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-63944fd8-ba8e-4e62-af1c-2516b6e4058d Date: Mon, 03 Dec 2018 17:08:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:31,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-63944fd8-ba8e-4e62-af1c-2516b6e4058d 2018-12-03 17:08:31,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:31,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-192082ad-6774-41f5-af77-965b4aa52291 Date: Mon, 03 Dec 2018 17:08:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.2"}],"id":"42fe7277-005b-4ac2-95d6-37944a0eb084","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d4:cb","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.4"}],"id":"7598efff-fb4b-46de-ad59-ba9c92c60c19","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:17:4a","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.14"}],"id":"af62b98d-0b23-4b15-9e79-33f77dfbbd27","security_groups":["f6864460-4d26-45d1-be55-90734aa4fdf9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:30:70","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:14Z","binding:vnic_type":"normal","device_id":"9b597f2c-c45d-4bee-a692-2f377a20cd49"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.8"}],"id":"d1e0dd10-19a2-4e99-a5d4-541779520014","security_groups":["9b4710d3-13f4-4881-9aae-866ad1bded1e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:5c:99","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"22016357-9bd9-44fb-9847-e8f69513c0f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.1"}],"id":"e369130c-22fb-41a8-b0fd-a1e8eaf502a7","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:05:06","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:12Z","binding:vnic_type":"normal","device_id":"866ff909-9afa-44f9-a59d-ff40dc7bd7fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.3"}],"id":"f0304a1b-d4b2-44f6-941f-858c79248c83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:aa:dc","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"}]} 2018-12-03 17:08:31,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-192082ad-6774-41f5-af77-965b4aa52291 2018-12-03 17:08:31,807 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2 2018-12-03 17:08:31,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:31,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-ad8b6041-472a-427d-b9a8-eea3a8228206 Date: Mon, 03 Dec 2018 17:08:31 GMT RESP BODY: {"floatingips": [{"router_id": "866ff909-9afa-44f9-a59d-ff40dc7bd7fb", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "063587ccbb05464da416c46c8d6e5572", "created_at": "2018-12-03T17:08:12Z", "updated_at": "2018-12-03T17:08:14Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.1.2.8", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "063587ccbb05464da416c46c8d6e5572", "port_id": "d1e0dd10-19a2-4e99-a5d4-541779520014", "id": "1293b2ae-eebb-47f5-8d4b-ad084e38614b"}]} 2018-12-03 17:08:31,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-ad8b6041-472a-427d-b9a8-eea3a8228206 2018-12-03 17:08:31,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/8bb1184e-4f97-4711-b086-6f7448904bdd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:32,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08: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-50268a66-01a8-4339-943e-336f656f3836 x-compute-request-id: req-50268a66-01a8-4339-943e-336f656f3836 Content-Encoding: gzip Content-Length: 340 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8bb1184e-4f97-4711-b086-6f7448904bdd", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8bb1184e-4f97-4711-b086-6f7448904bdd", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "8bb1184e-4f97-4711-b086-6f7448904bdd", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-flavor1-cwzerjlcjkg3", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:08:32,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/8bb1184e-4f97-4711-b086-6f7448904bdd used request id req-50268a66-01a8-4339-943e-336f656f3836 2018-12-03 17:08:32,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/ef14d13e-9064-46e3-88be-c2d489a595b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:32,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-69af009e-1f69-4d6a-b24b-633c759d2219 Date: Mon, 03 Dec 2018 17:08:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}} 2018-12-03 17:08:32,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/ef14d13e-9064-46e3-88be-c2d489a595b8 used request id req-69af009e-1f69-4d6a-b24b-633c759d2219 2018-12-03 17:08:32,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:32,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-4a9882e1-0e5b-48c7-bc57-75d1bdf5639a Date: Mon, 03 Dec 2018 17:08:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:32,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-4a9882e1-0e5b-48c7-bc57-75d1bdf5639a 2018-12-03 17:08:32,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:32,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-188dd84e-005f-4275-9309-c5650fb43413 Date: Mon, 03 Dec 2018 17:08:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:32,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-188dd84e-005f-4275-9309-c5650fb43413 2018-12-03 17:08:32,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:32,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-65829fd6-cc6a-4aa3-beb5-bb427f397d76 Date: Mon, 03 Dec 2018 17:08:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:32,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net used request id req-65829fd6-cc6a-4aa3-beb5-bb427f397d76 2018-12-03 17:08:32,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:32,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e2761bc-6377-47dd-942f-562589f16112 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:08:32,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-8e2761bc-6377-47dd-942f-562589f16112 2018-12-03 17:08:32,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:32,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8fbbc75d-b960-403e-8bf8-ec1139052821 Date: Mon, 03 Dec 2018 17:08:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:32,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-8fbbc75d-b960-403e-8bf8-ec1139052821 2018-12-03 17:08:32,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa&mac_address=fa%3A16%3A3e%3Ab3%3A5c%3A99&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:32,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-1ac17971-6d96-4dfd-b63c-6805f787ab3b Date: Mon, 03 Dec 2018 17:08:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.8"}],"id":"d1e0dd10-19a2-4e99-a5d4-541779520014","security_groups":["9b4710d3-13f4-4881-9aae-866ad1bded1e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:5c:99","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"22016357-9bd9-44fb-9847-e8f69513c0f6"}]} 2018-12-03 17:08:32,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa&mac_address=fa%3A16%3A3e%3Ab3%3A5c%3A99&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd&admin_state_up=True used request id req-1ac17971-6d96-4dfd-b63c-6805f787ab3b 2018-12-03 17:08:32,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:32,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c219f2ee-ea69-4218-912d-7aea56208dbb Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:08:32,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-c219f2ee-ea69-4218-912d-7aea56208dbb 2018-12-03 17:08:32,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:32,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-f9cf64fa-e41a-4ed1-99a5-8dbf98108885 Date: Mon, 03 Dec 2018 17:08:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:32,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net used request id req-f9cf64fa-e41a-4ed1-99a5-8dbf98108885 2018-12-03 17:08:32,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:33,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d5c64486-b191-4ed3-b5d3-71c47c1faaf9 Date: Mon, 03 Dec 2018 17:08:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:33,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-d5c64486-b191-4ed3-b5d3-71c47c1faaf9 2018-12-03 17:08:33,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:33,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-bbe9a38d-b47e-412d-a5b2-1e840288b82f Date: Mon, 03 Dec 2018 17:08:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.2"}],"id":"42fe7277-005b-4ac2-95d6-37944a0eb084","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d4:cb","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.4"}],"id":"7598efff-fb4b-46de-ad59-ba9c92c60c19","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:17:4a","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.14"}],"id":"af62b98d-0b23-4b15-9e79-33f77dfbbd27","security_groups":["f6864460-4d26-45d1-be55-90734aa4fdf9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:30:70","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:14Z","binding:vnic_type":"normal","device_id":"9b597f2c-c45d-4bee-a692-2f377a20cd49"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.8"}],"id":"d1e0dd10-19a2-4e99-a5d4-541779520014","security_groups":["9b4710d3-13f4-4881-9aae-866ad1bded1e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:5c:99","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"22016357-9bd9-44fb-9847-e8f69513c0f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.1"}],"id":"e369130c-22fb-41a8-b0fd-a1e8eaf502a7","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:05:06","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:12Z","binding:vnic_type":"normal","device_id":"866ff909-9afa-44f9-a59d-ff40dc7bd7fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.3"}],"id":"f0304a1b-d4b2-44f6-941f-858c79248c83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:aa:dc","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"}]} 2018-12-03 17:08:33,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-bbe9a38d-b47e-412d-a5b2-1e840288b82f 2018-12-03 17:08:33,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:33,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-7bb28b8f-7c94-4f29-a6b7-f965ca0a55f8 Date: Mon, 03 Dec 2018 17:08:33 GMT RESP BODY: {"floatingips": [{"router_id": "866ff909-9afa-44f9-a59d-ff40dc7bd7fb", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "063587ccbb05464da416c46c8d6e5572", "created_at": "2018-12-03T17:08:12Z", "updated_at": "2018-12-03T17:08:14Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.1.2.8", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "063587ccbb05464da416c46c8d6e5572", "port_id": "d1e0dd10-19a2-4e99-a5d4-541779520014", "id": "1293b2ae-eebb-47f5-8d4b-ad084e38614b"}]} 2018-12-03 17:08:33,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-7bb28b8f-7c94-4f29-a6b7-f965ca0a55f8 2018-12-03 17:08:33,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/866ff909-9afa-44f9-a59d-ff40dc7bd7fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:33,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-c8074ce6-41cd-4aa9-852e-5aff4ffae403 Date: Mon, 03 Dec 2018 17:08:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "063587ccbb05464da416c46c8d6e5572", "created_at": "2018-12-03T17:08:06Z", "admin_state_up": true, "updated_at": "2018-12-03T17:08:13Z", "project_id": "063587ccbb05464da416c46c8d6e5572", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "866ff909-9afa-44f9-a59d-ff40dc7bd7fb", "name": "mgmt_router"}} 2018-12-03 17:08:33,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/866ff909-9afa-44f9-a59d-ff40dc7bd7fb used request id req-c8074ce6-41cd-4aa9-852e-5aff4ffae403 2018-12-03 17:08:33,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=866ff909-9afa-44f9-a59d-ff40dc7bd7fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:33,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4543 X-Openstack-Request-Id: req-fff41789-0462-4741-923f-5e3c92b6215a Date: Mon, 03 Dec 2018 17:08:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:28Z","device_owner":"network:router_gateway","revision_number":14,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.204"}],"id":"0dfc79d6-7069-4422-839a-b71bd951b746","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:ed:85","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":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T17:08:07Z","binding:vnic_type":"normal","device_id":"866ff909-9afa-44f9-a59d-ff40dc7bd7fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"227306ed-12fc-4f3d-b630-391be61dd2e5","ip_address":"169.254.192.10"}],"id":"42b43e3d-1c7e-47ef-a6a2-969419078639","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:27:77","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 063587ccbb05464da416c46c8d6e5572","admin_state_up":true,"network_id":"169ac15b-0752-4229-b860-4095163187f6","tenant_id":"","created_at":"2018-12-03T17:08:08Z","binding:vnic_type":"normal","device_id":"866ff909-9afa-44f9-a59d-ff40dc7bd7fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:15Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"227306ed-12fc-4f3d-b630-391be61dd2e5","ip_address":"169.254.192.3"}],"id":"9bb8215e-565c-4be5-a931-a249a4f0cb7d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b1:2e:bd","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 063587ccbb05464da416c46c8d6e5572","admin_state_up":true,"network_id":"169ac15b-0752-4229-b860-4095163187f6","tenant_id":"","created_at":"2018-12-03T17:08:10Z","binding:vnic_type":"normal","device_id":"866ff909-9afa-44f9-a59d-ff40dc7bd7fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.1"}],"id":"e369130c-22fb-41a8-b0fd-a1e8eaf502a7","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:05:06","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:12Z","binding:vnic_type":"normal","device_id":"866ff909-9afa-44f9-a59d-ff40dc7bd7fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"227306ed-12fc-4f3d-b630-391be61dd2e5","ip_address":"169.254.192.2"}],"id":"fd2e0788-a5a9-4463-80ae-70a7b18cd30f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f5:e3:c6","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 063587ccbb05464da416c46c8d6e5572","admin_state_up":true,"network_id":"169ac15b-0752-4229-b860-4095163187f6","tenant_id":"","created_at":"2018-12-03T17:08:09Z","binding:vnic_type":"normal","device_id":"866ff909-9afa-44f9-a59d-ff40dc7bd7fb"}]} 2018-12-03 17:08:33,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=866ff909-9afa-44f9-a59d-ff40dc7bd7fb used request id req-fff41789-0462-4741-923f-5e3c92b6215a 2018-12-03 17:08:33,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:33,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a0e8abfb-3900-4712-9574-71c8af60237a Date: Mon, 03 Dec 2018 17:08:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 17:08:33,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-a0e8abfb-3900-4712-9574-71c8af60237a 2018-12-03 17:08:33,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/227306ed-12fc-4f3d-b630-391be61dd2e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:33,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ae347651-c622-41ca-92b1-cbc307367851 Date: Mon, 03 Dec 2018 17:08:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"169ac15b-0752-4229-b860-4095163187f6","tenant_id":"","created_at":"2018-12-03T17:08:06Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:06Z","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":"227306ed-12fc-4f3d-b630-391be61dd2e5","subnetpool_id":null,"name":"HA subnet tenant 063587ccbb05464da416c46c8d6e5572"}} 2018-12-03 17:08:33,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/227306ed-12fc-4f3d-b630-391be61dd2e5 used request id req-ae347651-c622-41ca-92b1-cbc307367851 2018-12-03 17:08:33,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/227306ed-12fc-4f3d-b630-391be61dd2e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:33,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f964083b-65d2-4466-920e-c79bb982c1da Date: Mon, 03 Dec 2018 17:08:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"169ac15b-0752-4229-b860-4095163187f6","tenant_id":"","created_at":"2018-12-03T17:08:06Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:06Z","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":"227306ed-12fc-4f3d-b630-391be61dd2e5","subnetpool_id":null,"name":"HA subnet tenant 063587ccbb05464da416c46c8d6e5572"}} 2018-12-03 17:08:33,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/227306ed-12fc-4f3d-b630-391be61dd2e5 used request id req-f964083b-65d2-4466-920e-c79bb982c1da 2018-12-03 17:08:33,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/227306ed-12fc-4f3d-b630-391be61dd2e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:33,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6bc2d1a8-b75e-4182-8d7d-d561615c360d Date: Mon, 03 Dec 2018 17:08:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"169ac15b-0752-4229-b860-4095163187f6","tenant_id":"","created_at":"2018-12-03T17:08:06Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:06Z","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":"227306ed-12fc-4f3d-b630-391be61dd2e5","subnetpool_id":null,"name":"HA subnet tenant 063587ccbb05464da416c46c8d6e5572"}} 2018-12-03 17:08:33,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/227306ed-12fc-4f3d-b630-391be61dd2e5 used request id req-6bc2d1a8-b75e-4182-8d7d-d561615c360d 2018-12-03 17:08:33,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/ef14d13e-9064-46e3-88be-c2d489a595b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:33,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ff051cec-b3c4-4f36-ac21-d3b2c1db46b1 Date: Mon, 03 Dec 2018 17:08:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}} 2018-12-03 17:08:33,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/ef14d13e-9064-46e3-88be-c2d489a595b8 used request id req-ff051cec-b3c4-4f36-ac21-d3b2c1db46b1 2018-12-03 17:08:33,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports/d1e0dd10-19a2-4e99-a5d4-541779520014 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:33,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-dbef109e-39af-4458-a905-44bf9a184781 Date: Mon, 03 Dec 2018 17:08:33 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.8"}],"id":"d1e0dd10-19a2-4e99-a5d4-541779520014","security_groups":["9b4710d3-13f4-4881-9aae-866ad1bded1e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:5c:99","device_id":"22016357-9bd9-44fb-9847-e8f69513c0f6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd","project_id":"063587ccbb05464da416c46c8d6e5572","qos_policy_id":null,"admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal"}} 2018-12-03 17:08:33,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports/d1e0dd10-19a2-4e99-a5d4-541779520014 used request id req-dbef109e-39af-4458-a905-44bf9a184781 2018-12-03 17:08:33,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/ef14d13e-9064-46e3-88be-c2d489a595b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:33,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-e3b6421e-ab4f-4391-a735-0b38b1e7fabf Date: Mon, 03 Dec 2018 17:08:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}} 2018-12-03 17:08:33,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/ef14d13e-9064-46e3-88be-c2d489a595b8 used request id req-e3b6421e-ab4f-4391-a735-0b38b1e7fabf 2018-12-03 17:08:33,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:33,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-b4142f7b-e22c-49a0-b987-d576715a727c Date: Mon, 03 Dec 2018 17:08:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:07:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:07:58Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/snap", "metadata": {}}], "self": "/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a", "min_disk": 0, "protected": false, "id": "6edda167-1a65-4753-8164-a3b4e7e60b5a", "file": "/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "063587ccbb05464da416c46c8d6e5572", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6edda167-1a65-4753-8164-a3b4e7e60b5a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:08:33,980 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a used request id req-b4142f7b-e22c-49a0-b987-d576715a727c 2018-12-03 17:08:33,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:34,010 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:33 GMT Server: Apache x-openstack-request-id: req-b98ebfdb-867b-4254-8546-ab78662b8b85 Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:34,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:34 GMT Server: Apache x-openstack-request-id: req-a496490a-2419-40cd-bd33-eb135b529cb9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2081 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-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "OS::project_id": "063587ccbb05464da416c46c8d6e5572", "OS::stack_id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "stack_user_project_id": "528b94c02ba540d488c2c6ffb9a4fe9c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T17:08:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA0LGQy52p/m1b2lPVQjckqdvgGWdt7JKSY68+wdvF2/rBNKqo\nCUfCZjytC340HwYx04Qa/oAI1eGQB63CIpDQnXA8VCMAKSVH0yUzIPQjwa+sz5/h\n4LAgUb/tzgkT8CxazKVsVb3RltjjIhe+K/iiM9L2mliTkUIlEHeSb7BZpKiD+8io\nezxedEpbbUKWINmdWcmjHNE2gwRJ9MCgSToZQ3CgNF9hq7+FzF3VI+RbgUerxuBj\nVFO30AJe6ufpTEdW71X/ulZ+MQ5l0cijK6LtagicRTruxtxHzdItU8mcxAFA9TNk\nIq/qffO5S80fJhVCNhqWX07mJKK8SHK0w+Vq+QIDAQABAoIBAHJq1+L6twfaN0DV\nM5fRGdXSyePDtB2/Imlq3DJ25ty7dxAD/IrSAAADhjBF6heUUt8Pj6k20yFIQKol\nFsnSsb2PmlPauKzWVrGptIV9tNjtEwbmNnX0ulN3sc6DZZ4JA2Mt0t6TaoSUtrqr\nX8VF1NAq+q8WnxlFtYJ4vB1mB0/hYr+rqfoxwUQAYphg7Z4v2NJynlhetB+Uc16k\nhsX4TmaG/ym5ZLJqAoiRVg7BDNLbEczQHRpAnhv2eVul2N3WIFQPHgmNp2G523Oi\nEjD5AV62lmo0VjVRgwqM6c8sLyZslZZcXnBAJgYA/YakElXAYijbsPbnRmuwaCEo\nXveAfz0CgYEA55B1/PYILtptBS75qF8cMY9KjYPKvqtUAVyCt3jmDGn7gVME20Bm\nFjDSj/teXOWHG7dliBEJq25Onz8hEn+fYa9Mjz3c6gqvjGGl5vahVYYKvTilcnEu\nybhtEPWrkpSnp/189ezNrDtSbvOmIOjuJ6hekoGVxsTzC/KCu0jAmvcCgYEA5rdF\nHwcu0VXBGrQL4j4K3C6eHTxPcZBHtOP278kPfGVe77Hn5EZ3bn30rwnvn0tADkbM\nFiki37K2tdhXNjAleU5uz1VeiJc/GaLEhpB6zfZjXNh0KtZA1IOAXht1RBkNJhEg\ngWZy+UjJJlL7i+UOmFxunrnOM9J1274tIfUuPY8CgYAWkiouAf1CM+A0hSOombyx\nx/nIWXRFqYWCrHXBVHN3+kydim4KwPgyaYfcqO/Ftkm5FeM7pA2BPDtFom2i0/XB\nG8kmnS0PUwNRd6MoJBoNsAcT8pWN1iJtXyCiao/StdKxuS+Y+QADLbUXQ4CJ7Kpq\nCytMtHzY5xGZtIWxo6HCeQKBgBK5lyOQiq00v4pySHChRnJeWjjXNz9pTViSE+2c\nLOSUuaLMlpyBV5ohIOW/8bHFArrl5hR6XDk5oPibSWC9gZ0Zz4aGUDjXxahH/JlL\nSpxCvgfADZWYdASLc7Svl9HiEp4fT7sQ3I386U5x97Z/7bJR9ixtuh2cnDIsei9C\nXfFjAoGAfOH1z8otqBrPwuA3iyV5doTKPwUF4puKqhwEU664ymo6EVR8JcOsLk44\nFPlxaaGy0no18UZwc7mW34FO5vgWkOi5cmv8B7aRTQdn4YCJgDZ6mXfHGO2XuVcj\nkMQzlHy9mFzGPKQuMUlFEjuWkL0ygYKbuMMtiTeaR2eg2hPKTGo=\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-12-03 17:08:34,284 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-a496490a-2419-40cd-bd33-eb135b529cb9 2018-12-03 17:08:34,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:08:34,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:08:34,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "ba64fc3ec7dc4f6ab848c85dc5ac0244", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:08:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "063587ccbb05464da416c46c8d6e5572", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/063587ccbb05464da416c46c8d6e5572", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/063587ccbb05464da416c46c8d6e5572", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/063587ccbb05464da416c46c8d6e5572", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-9babe914-6894-486-user", "id": "6a6310869c3f4dfa86181ecd3e19b1fb"}, "audit_ids": ["zz3bG4jiRVC6v22rvU6duw"], "issued_at": "2018-12-03T17:08:34.000000Z"}} 2018-12-03 17:08:34,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:34,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-916f89be-4956-4bef-86b9-2caae5d62ed6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:08:34,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-916f89be-4956-4bef-86b9-2caae5d62ed6 2018-12-03 17:08:34,758 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:08:34,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:34,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-438f29bf-ec31-4713-a064-6f9635be2076 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:08:34,843 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-438f29bf-ec31-4713-a064-6f9635be2076 2018-12-03 17:08:34,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:35,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-09c74421-d0cb-4261-81be-0b314109fce9 Date: Mon, 03 Dec 2018 17:08:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:35,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net used request id req-09c74421-d0cb-4261-81be-0b314109fce9 2018-12-03 17:08:35,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:08:35,089 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:08:35,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:35,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b89ee9f-df95-4e5f-9bec-665a3949d4ec Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:08:35,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-9b89ee9f-df95-4e5f-9bec-665a3949d4ec 2018-12-03 17:08:35,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:35,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-728fdda4-f351-4d64-97b7-bb2852cda7f8 Date: Mon, 03 Dec 2018 17:08:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:35,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-728fdda4-f351-4d64-97b7-bb2852cda7f8 2018-12-03 17:08:35,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa&mac_address=fa%3A16%3A3e%3Ab3%3A5c%3A99&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:35,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-ad99604d-63e6-4a7e-99cc-6e78775aedef Date: Mon, 03 Dec 2018 17:08:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.8"}],"id":"d1e0dd10-19a2-4e99-a5d4-541779520014","security_groups":["9b4710d3-13f4-4881-9aae-866ad1bded1e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:5c:99","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"22016357-9bd9-44fb-9847-e8f69513c0f6"}]} 2018-12-03 17:08:35,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa&mac_address=fa%3A16%3A3e%3Ab3%3A5c%3A99&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd&admin_state_up=True used request id req-ad99604d-63e6-4a7e-99cc-6e78775aedef 2018-12-03 17:08:35,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:35,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04ca414e-773c-47ac-afec-433d8987a2b2 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:08:35,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-04ca414e-773c-47ac-afec-433d8987a2b2 2018-12-03 17:08:35,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:36,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08: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-e4419ea8-f8f8-46aa-8c33-2d8af6f875d1 x-compute-request-id: req-e4419ea8-f8f8-46aa-8c33-2d8af6f875d1 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:5c:99", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:5c:99", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22016357-9bd9-44fb-9847-e8f69513c0f6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22016357-9bd9-44fb-9847-e8f69513c0f6", "rel": "bookmark"}], "image": {"id": "6edda167-1a65-4753-8164-a3b4e7e60b5a", "links": [{"href": "http://172.30.9.30:8774/images/6edda167-1a65-4753-8164-a3b4e7e60b5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-12-03T17:08:21.000000", "flavor": {"id": "8bb1184e-4f97-4711-b086-6f7448904bdd", "links": [{"href": "http://172.30.9.30:8774/flavors/8bb1184e-4f97-4711-b086-6f7448904bdd", "rel": "bookmark"}]}, "id": "22016357-9bd9-44fb-9847-e8f69513c0f6", "security_groups": [{"name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp"}], "user_id": "6a6310869c3f4dfa86181ecd3e19b1fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:08:21Z", "hostId": "fd3f1969368e1ac4b122ff7f80071cf55174d898e5731ef75506a3c5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "created": "2018-12-03T17:08:13Z", "tenant_id": "063587ccbb05464da416c46c8d6e5572", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:08:36,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1 used request id req-e4419ea8-f8f8-46aa-8c33-2d8af6f875d1 2018-12-03 17:08:36,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:37,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-9caeb6bf-2c8f-4f16-9d8d-cdade2a4fa38 Date: Mon, 03 Dec 2018 17:08:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:37,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net used request id req-9caeb6bf-2c8f-4f16-9d8d-cdade2a4fa38 2018-12-03 17:08:37,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:37,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c9092b2e-cdf0-4005-8ab7-8cde41445bfe Date: Mon, 03 Dec 2018 17:08:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:37,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-c9092b2e-cdf0-4005-8ab7-8cde41445bfe 2018-12-03 17:08:37,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:37,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-ee236a03-9f24-4be2-879c-fab9ea72e3b6 Date: Mon, 03 Dec 2018 17:08:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.2"}],"id":"42fe7277-005b-4ac2-95d6-37944a0eb084","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d4:cb","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.4"}],"id":"7598efff-fb4b-46de-ad59-ba9c92c60c19","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:17:4a","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.14"}],"id":"af62b98d-0b23-4b15-9e79-33f77dfbbd27","security_groups":["f6864460-4d26-45d1-be55-90734aa4fdf9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:30:70","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:14Z","binding:vnic_type":"normal","device_id":"9b597f2c-c45d-4bee-a692-2f377a20cd49"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.8"}],"id":"d1e0dd10-19a2-4e99-a5d4-541779520014","security_groups":["9b4710d3-13f4-4881-9aae-866ad1bded1e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:5c:99","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"22016357-9bd9-44fb-9847-e8f69513c0f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.1"}],"id":"e369130c-22fb-41a8-b0fd-a1e8eaf502a7","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:05:06","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:12Z","binding:vnic_type":"normal","device_id":"866ff909-9afa-44f9-a59d-ff40dc7bd7fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.3"}],"id":"f0304a1b-d4b2-44f6-941f-858c79248c83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:aa:dc","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"}]} 2018-12-03 17:08:37,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-ee236a03-9f24-4be2-879c-fab9ea72e3b6 2018-12-03 17:08:37,308 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1 2018-12-03 17:08:37,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:37,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-befd8a88-52f9-419b-b6b1-a821b5df8ad1 Date: Mon, 03 Dec 2018 17:08:37 GMT RESP BODY: {"floatingips": [{"router_id": "866ff909-9afa-44f9-a59d-ff40dc7bd7fb", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "063587ccbb05464da416c46c8d6e5572", "created_at": "2018-12-03T17:08:12Z", "updated_at": "2018-12-03T17:08:14Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.1.2.8", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "063587ccbb05464da416c46c8d6e5572", "port_id": "d1e0dd10-19a2-4e99-a5d4-541779520014", "id": "1293b2ae-eebb-47f5-8d4b-ad084e38614b"}]} 2018-12-03 17:08:37,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-befd8a88-52f9-419b-b6b1-a821b5df8ad1 2018-12-03 17:08:37,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/9b597f2c-c45d-4bee-a692-2f377a20cd49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:38,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08: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-a385d8a6-1171-4486-8db1-fcc893573bbd x-compute-request-id: req-a385d8a6-1171-4486-8db1-fcc893573bbd Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:30:70", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9b597f2c-c45d-4bee-a692-2f377a20cd49", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9b597f2c-c45d-4bee-a692-2f377a20cd49", "rel": "bookmark"}], "image": {"id": "6edda167-1a65-4753-8164-a3b4e7e60b5a", "links": [{"href": "http://172.30.9.30:8774/images/6edda167-1a65-4753-8164-a3b4e7e60b5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-12-03T17:08:19.000000", "flavor": {"id": "c61e375d-32e9-4b25-b35b-6550e00dd711", "links": [{"href": "http://172.30.9.30:8774/flavors/c61e375d-32e9-4b25-b35b-6550e00dd711", "rel": "bookmark"}]}, "id": "9b597f2c-c45d-4bee-a692-2f377a20cd49", "security_groups": [{"name": "default"}], "user_id": "6a6310869c3f4dfa86181ecd3e19b1fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:08:19Z", "hostId": "6ddc7d5ee25ac871a0c4350282fa41995a4b6c9625fd25160b53c0b3", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "created": "2018-12-03T17:08:12Z", "tenant_id": "063587ccbb05464da416c46c8d6e5572", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:08:38,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9b597f2c-c45d-4bee-a692-2f377a20cd49 used request id req-a385d8a6-1171-4486-8db1-fcc893573bbd 2018-12-03 17:08:38,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:38,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-c1cb729b-82c9-47ed-89dc-37330c6769b6 Date: Mon, 03 Dec 2018 17:08:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:38,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net used request id req-c1cb729b-82c9-47ed-89dc-37330c6769b6 2018-12-03 17:08:38,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:38,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67e4384f-c73e-434e-82c2-ef1421de051d Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:08:38,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-67e4384f-c73e-434e-82c2-ef1421de051d 2018-12-03 17:08:38,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:38,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d49ef001-5a37-4d0a-b802-c1accfc06f66 Date: Mon, 03 Dec 2018 17:08:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:38,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-d49ef001-5a37-4d0a-b802-c1accfc06f66 2018-12-03 17:08:38,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ea1fd8b334505d0d7ddd066ae061828315632a" 2018-12-03 17:08:38,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-59a1eb68-2869-4236-a826-955aa38ef100 Date: Mon, 03 Dec 2018 17:08:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.2"}],"id":"42fe7277-005b-4ac2-95d6-37944a0eb084","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d4:cb","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.4"}],"id":"7598efff-fb4b-46de-ad59-ba9c92c60c19","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:17:4a","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.14"}],"id":"af62b98d-0b23-4b15-9e79-33f77dfbbd27","security_groups":["f6864460-4d26-45d1-be55-90734aa4fdf9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:30:70","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:14Z","binding:vnic_type":"normal","device_id":"9b597f2c-c45d-4bee-a692-2f377a20cd49"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.8"}],"id":"d1e0dd10-19a2-4e99-a5d4-541779520014","security_groups":["9b4710d3-13f4-4881-9aae-866ad1bded1e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:5c:99","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"22016357-9bd9-44fb-9847-e8f69513c0f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.1"}],"id":"e369130c-22fb-41a8-b0fd-a1e8eaf502a7","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:05:06","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:12Z","binding:vnic_type":"normal","device_id":"866ff909-9afa-44f9-a59d-ff40dc7bd7fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.3"}],"id":"f0304a1b-d4b2-44f6-941f-858c79248c83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:aa:dc","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"}]} 2018-12-03 17:08:38,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-59a1eb68-2869-4236-a826-955aa38ef100 2018-12-03 17:08:38,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/22016357-9bd9-44fb-9847-e8f69513c0f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:39,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08: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-e6cf5af6-f1b6-4e7f-9f50-38a9c3b99acc x-compute-request-id: req-e6cf5af6-f1b6-4e7f-9f50-38a9c3b99acc Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:5c:99", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:5c:99", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22016357-9bd9-44fb-9847-e8f69513c0f6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22016357-9bd9-44fb-9847-e8f69513c0f6", "rel": "bookmark"}], "image": {"id": "6edda167-1a65-4753-8164-a3b4e7e60b5a", "links": [{"href": "http://172.30.9.30:8774/images/6edda167-1a65-4753-8164-a3b4e7e60b5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-12-03T17:08:21.000000", "flavor": {"id": "8bb1184e-4f97-4711-b086-6f7448904bdd", "links": [{"href": "http://172.30.9.30:8774/flavors/8bb1184e-4f97-4711-b086-6f7448904bdd", "rel": "bookmark"}]}, "id": "22016357-9bd9-44fb-9847-e8f69513c0f6", "security_groups": [{"name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp"}], "user_id": "6a6310869c3f4dfa86181ecd3e19b1fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:08:21Z", "hostId": "fd3f1969368e1ac4b122ff7f80071cf55174d898e5731ef75506a3c5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "created": "2018-12-03T17:08:13Z", "tenant_id": "063587ccbb05464da416c46c8d6e5572", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:08:39,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/22016357-9bd9-44fb-9847-e8f69513c0f6 used request id req-e6cf5af6-f1b6-4e7f-9f50-38a9c3b99acc 2018-12-03 17:08:39,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:39,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-3324314f-e956-4966-8636-de25fc5ead96 Date: Mon, 03 Dec 2018 17:08:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:39,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net used request id req-3324314f-e956-4966-8636-de25fc5ead96 2018-12-03 17:08:39,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:39,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8be1a957-9f1e-420f-93d6-75875a73d6bd Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:08:39,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-8be1a957-9f1e-420f-93d6-75875a73d6bd 2018-12-03 17:08:39,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:39,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d5c7b64e-e0a8-422d-8e2f-0fd9f01f4dd0 Date: Mon, 03 Dec 2018 17:08:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:39,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-d5c7b64e-e0a8-422d-8e2f-0fd9f01f4dd0 2018-12-03 17:08:39,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:39,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-5be4f7f8-4501-4a3e-96a5-e579d25183af Date: Mon, 03 Dec 2018 17:08:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.2"}],"id":"42fe7277-005b-4ac2-95d6-37944a0eb084","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d4:cb","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.4"}],"id":"7598efff-fb4b-46de-ad59-ba9c92c60c19","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:17:4a","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.14"}],"id":"af62b98d-0b23-4b15-9e79-33f77dfbbd27","security_groups":["f6864460-4d26-45d1-be55-90734aa4fdf9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:30:70","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:14Z","binding:vnic_type":"normal","device_id":"9b597f2c-c45d-4bee-a692-2f377a20cd49"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.8"}],"id":"d1e0dd10-19a2-4e99-a5d4-541779520014","security_groups":["9b4710d3-13f4-4881-9aae-866ad1bded1e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:5c:99","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"22016357-9bd9-44fb-9847-e8f69513c0f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.1"}],"id":"e369130c-22fb-41a8-b0fd-a1e8eaf502a7","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:05:06","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:12Z","binding:vnic_type":"normal","device_id":"866ff909-9afa-44f9-a59d-ff40dc7bd7fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.3"}],"id":"f0304a1b-d4b2-44f6-941f-858c79248c83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:aa:dc","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"}]} 2018-12-03 17:08:39,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-5be4f7f8-4501-4a3e-96a5-e579d25183af 2018-12-03 17:08:39,567 - create_instance - INFO - Checking if VM is active 2018-12-03 17:08:39,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/22016357-9bd9-44fb-9847-e8f69513c0f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:40,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18d62b9e-88dd-4c7f-aa8e-d8dc94879a01 x-compute-request-id: req-18d62b9e-88dd-4c7f-aa8e-d8dc94879a01 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:5c:99", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:5c:99", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22016357-9bd9-44fb-9847-e8f69513c0f6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22016357-9bd9-44fb-9847-e8f69513c0f6", "rel": "bookmark"}], "image": {"id": "6edda167-1a65-4753-8164-a3b4e7e60b5a", "links": [{"href": "http://172.30.9.30:8774/images/6edda167-1a65-4753-8164-a3b4e7e60b5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-12-03T17:08:21.000000", "flavor": {"id": "8bb1184e-4f97-4711-b086-6f7448904bdd", "links": [{"href": "http://172.30.9.30:8774/flavors/8bb1184e-4f97-4711-b086-6f7448904bdd", "rel": "bookmark"}]}, "id": "22016357-9bd9-44fb-9847-e8f69513c0f6", "security_groups": [{"name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp"}], "user_id": "6a6310869c3f4dfa86181ecd3e19b1fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:08:21Z", "hostId": "fd3f1969368e1ac4b122ff7f80071cf55174d898e5731ef75506a3c5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "created": "2018-12-03T17:08:13Z", "tenant_id": "063587ccbb05464da416c46c8d6e5572", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:08:40,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/22016357-9bd9-44fb-9847-e8f69513c0f6 used request id req-18d62b9e-88dd-4c7f-aa8e-d8dc94879a01 2018-12-03 17:08:40,314 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1] is - ACTIVE 2018-12-03 17:08:40,314 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:08:40,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/22016357-9bd9-44fb-9847-e8f69513c0f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:40,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08: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-487ffc40-ff3b-4adb-874a-db3297ca14b0 x-compute-request-id: req-487ffc40-ff3b-4adb-874a-db3297ca14b0 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:5c:99", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:5c:99", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22016357-9bd9-44fb-9847-e8f69513c0f6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22016357-9bd9-44fb-9847-e8f69513c0f6", "rel": "bookmark"}], "image": {"id": "6edda167-1a65-4753-8164-a3b4e7e60b5a", "links": [{"href": "http://172.30.9.30:8774/images/6edda167-1a65-4753-8164-a3b4e7e60b5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-12-03T17:08:21.000000", "flavor": {"id": "8bb1184e-4f97-4711-b086-6f7448904bdd", "links": [{"href": "http://172.30.9.30:8774/flavors/8bb1184e-4f97-4711-b086-6f7448904bdd", "rel": "bookmark"}]}, "id": "22016357-9bd9-44fb-9847-e8f69513c0f6", "security_groups": [{"name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp"}], "user_id": "6a6310869c3f4dfa86181ecd3e19b1fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:08:21Z", "hostId": "fd3f1969368e1ac4b122ff7f80071cf55174d898e5731ef75506a3c5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "created": "2018-12-03T17:08:13Z", "tenant_id": "063587ccbb05464da416c46c8d6e5572", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:08:40,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/22016357-9bd9-44fb-9847-e8f69513c0f6 used request id req-487ffc40-ff3b-4adb-874a-db3297ca14b0 2018-12-03 17:08:40,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:41,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-4f7f7162-3654-4eae-a11a-19b8832358fa Date: Mon, 03 Dec 2018 17:08:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","subnets":["ef14d13e-9064-46e3-88be-c2d489a595b8"],"description":"","tags":[],"updated_at":"2018-12-03T17:08:09Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net","admin_state_up":true,"tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:08Z","provider:network_type":"vxlan"}]} 2018-12-03 17:08:41,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net used request id req-4f7f7162-3654-4eae-a11a-19b8832358fa 2018-12-03 17:08:41,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:41,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eb567df-7b27-4c0c-baf4-85d8d1a16c0b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:08:41,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-1eb567df-7b27-4c0c-baf4-85d8d1a16c0b 2018-12-03 17:08:41,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:41,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9ed6830e-7da0-43a4-96e5-6a47ca529dc7 Date: Mon, 03 Dec 2018 17:08:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:09Z","dns_nameservers":[],"updated_at":"2018-12-03T17:08:09Z","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":"063587ccbb05464da416c46c8d6e5572","id":"ef14d13e-9064-46e3-88be-c2d489a595b8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet"}]} 2018-12-03 17:08:41,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-9ed6830e-7da0-43a4-96e5-6a47ca529dc7 2018-12-03 17:08:41,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b6ee601932c33fd9dc4f0850c0ef0adcb103b" 2018-12-03 17:08:41,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-ec544a3c-45c1-4568-bb61-964363030edb Date: Mon, 03 Dec 2018 17:08:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.2"}],"id":"42fe7277-005b-4ac2-95d6-37944a0eb084","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d4:cb","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.4"}],"id":"7598efff-fb4b-46de-ad59-ba9c92c60c19","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:17:4a","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.14"}],"id":"af62b98d-0b23-4b15-9e79-33f77dfbbd27","security_groups":["f6864460-4d26-45d1-be55-90734aa4fdf9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:30:70","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:14Z","binding:vnic_type":"normal","device_id":"9b597f2c-c45d-4bee-a692-2f377a20cd49"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.8"}],"id":"d1e0dd10-19a2-4e99-a5d4-541779520014","security_groups":["9b4710d3-13f4-4881-9aae-866ad1bded1e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:5c:99","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack-port1-2duk22jvbxpd","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"22016357-9bd9-44fb-9847-e8f69513c0f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.1"}],"id":"e369130c-22fb-41a8-b0fd-a1e8eaf502a7","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:05:06","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:12Z","binding:vnic_type":"normal","device_id":"866ff909-9afa-44f9-a59d-ff40dc7bd7fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef14d13e-9064-46e3-88be-c2d489a595b8","ip_address":"10.1.2.3"}],"id":"f0304a1b-d4b2-44f6-941f-858c79248c83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:aa:dc","project_id":"063587ccbb05464da416c46c8d6e5572","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d10b571-d85f-41b5-be29-dd0d2a3a36fa","tenant_id":"063587ccbb05464da416c46c8d6e5572","created_at":"2018-12-03T17:08:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d10b571-d85f-41b5-be29-dd0d2a3a36fa"}]} 2018-12-03 17:08:41,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4d10b571-d85f-41b5-be29-dd0d2a3a36fa used request id req-ec544a3c-45c1-4568-bb61-964363030edb 2018-12-03 17:08:41,504 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:08:41,507 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a2ad690L 2018-12-03 17:08:41,508 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:08:41,508 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:08:41,508 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:08:41,509 - 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-12-03 17:08:41,509 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:08:41,510 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:08:41,510 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:08:41,510 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:08:41,510 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:08:41,527 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:08:41,528 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:08:41,540 - paramiko.transport - DEBUG - Trying key 279970ba53b5231781f82dd4f22ee7f6 from 2b3aad1f-7417-4cbf-9bf5-81741b92dbcb 2018-12-03 17:08:41,565 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:08:41,571 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:08:41,672 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:08:41,717 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:08:41,717 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:08:41,719 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a2ad750L 2018-12-03 17:08:41,719 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:08:41,720 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:08:41,720 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:08:41,721 - 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-12-03 17:08:41,721 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:08:41,721 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:08:41,722 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:08:41,722 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:08:41,722 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:08:41,739 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:08:41,740 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:08:41,751 - paramiko.transport - DEBUG - Trying key 279970ba53b5231781f82dd4f22ee7f6 from 2b3aad1f-7417-4cbf-9bf5-81741b92dbcb 2018-12-03 17:08:41,777 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:08:41,783 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:08:41,816 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:08:41,817 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-03 17:08:41,817 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:08:41,820 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:08:41,821 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:08:41,823 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack 2018-12-03 17:08:41,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:42,009 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:41 GMT Server: Apache x-openstack-request-id: req-913d46bb-cc7a-449b-b999-0db9001ca0e4 Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:42,237 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:08:42 GMT Server: Apache x-openstack-request-id: req-f84b4e7e-8574-44c8-92ae-f7500cf2e1a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:08:42,237 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-f84b4e7e-8574-44c8-92ae-f7500cf2e1a6 2018-12-03 17:08:42,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:42,415 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:42 GMT Server: Apache x-openstack-request-id: req-d248d77b-bd26-40fc-a29e-1008cead1aca Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:42,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:42 GMT Server: Apache x-openstack-request-id: req-6959b84a-10a8-44b8-8958-1100aa47f475 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-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "OS::project_id": "063587ccbb05464da416c46c8d6e5572", "OS::stack_id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "stack_user_project_id": "528b94c02ba540d488c2c6ffb9a4fe9c", "tags": null, "creation_time": "2018-12-03T17:08:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T17:08:42Z", "id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "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-12-03 17:08:42,596 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-6959b84a-10a8-44b8-8958-1100aa47f475 2018-12-03 17:08:42,597 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 17:08:42,597 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:08:45,600 - create_stack - DEBUG - Stack status query timeout in 1196.63747692 2018-12-03 17:08:45,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:45,630 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:45 GMT Server: Apache x-openstack-request-id: req-97e21a3f-b429-40be-b67e-0349d2425a8e Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:45,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:45 GMT Server: Apache x-openstack-request-id: req-fe797f03-9c3d-4505-a798-5b421b5368dd 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-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "OS::project_id": "063587ccbb05464da416c46c8d6e5572", "OS::stack_id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "stack_user_project_id": "528b94c02ba540d488c2c6ffb9a4fe9c", "tags": null, "creation_time": "2018-12-03T17:08:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T17:08:42Z", "id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "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-12-03 17:08:45,889 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-fe797f03-9c3d-4505-a798-5b421b5368dd 2018-12-03 17:08:45,889 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 17:08:45,889 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:08:48,893 - create_stack - DEBUG - Stack status query timeout in 1193.344805 2018-12-03 17:08:48,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:48,922 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:48 GMT Server: Apache x-openstack-request-id: req-f8bba853-229a-432f-8ec0-9328912c7e92 Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:48,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:48 GMT Server: Apache x-openstack-request-id: req-37106f5b-9448-41cd-ac45-804b7e42cfc8 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-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "OS::project_id": "063587ccbb05464da416c46c8d6e5572", "OS::stack_id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "stack_user_project_id": "528b94c02ba540d488c2c6ffb9a4fe9c", "tags": null, "creation_time": "2018-12-03T17:08:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T17:08:42Z", "id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "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-12-03 17:08:48,948 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-37106f5b-9448-41cd-ac45-804b7e42cfc8 2018-12-03 17:08:48,948 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 17:08:48,949 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:08:51,952 - create_stack - DEBUG - Stack status query timeout in 1190.28569198 2018-12-03 17:08:51,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:51,982 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:51 GMT Server: Apache x-openstack-request-id: req-f91eee62-8007-485c-8d5f-9d9bfd3a67dd Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:52,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:51 GMT Server: Apache x-openstack-request-id: req-b485f31d-295f-42bc-a703-484dc54ef0ad 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": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor2", "OS::project_id": "063587ccbb05464da416c46c8d6e5572", "OS::stack_id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-kp", "security_group_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-subnet", "net_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst2", "inst1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-inst1", "image2_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image", "flavor1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-flavor1", "image1_name": "CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack", "stack_user_project_id": "528b94c02ba540d488c2c6ffb9a4fe9c", "tags": null, "creation_time": "2018-12-03T17:08:02Z", "links": [{"href": "http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T17:08:42Z", "id": "f7f03f8a-9a1d-488c-9899-2e2bde385a2b", "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-12-03 17:08:52,025 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-b485f31d-295f-42bc-a703-484dc54ef0ad 2018-12-03 17:08:52,025 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-03 17:08:52,025 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack 2018-12-03 17:08:52,025 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack 2018-12-03 17:08:52,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/f7f03f8a-9a1d-488c-9899-2e2bde385a2b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4214a2e4ef1c3d940c784469f7004bab5185136a" 2018-12-03 17:08:52,054 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:08:52 GMT Server: Apache x-openstack-request-id: req-192f18a5-2a50-4984-922e-6c10247866a8 Location: http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:08:52,078 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 17:08:52 GMT Server: Apache x-openstack-request-id: req-7a94c24e-8a92-4206-a032-ae24844a1e75 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-03 17:08:52,078 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/063587ccbb05464da416c46c8d6e5572/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-stack/f7f03f8a-9a1d-488c-9899-2e2bde385a2b used request id req-7a94c24e-8a92-4206-a032-ae24844a1e75 2018-12-03 17:08:52,080 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-c898c97c-5d44-4117-8296-42d3dabcc216-image 2018-12-03 17:08:52,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa8993d8c9844f9bf0ba4b7f301936c69296a7a8" 2018-12-03 17:08:52,997 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b988b55e-7cfd-4c7f-8851-3872729873ec Date: Mon, 03 Dec 2018 17:08:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:08:52,997 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/6edda167-1a65-4753-8164-a3b4e7e60b5a used request id req-b988b55e-7cfd-4c7f-8851-3872729873ec 2018-12-03 17:08:53,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:08:53,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1b83df65-1b05-4285-8c8a-fb67c0f4911f Date: Mon, 03 Dec 2018 17:08:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "063587ccbb05464da416c46c8d6e5572", "created_at": "2018-12-03T17:08:05Z", "updated_at": "2018-12-03T17:08:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:08:05Z", "revision_number": 0, "id": "25f2f947-b17b-44bc-9fe0-179062dfde18", "remote_group_id": "f6864460-4d26-45d1-be55-90734aa4fdf9", "remote_ip_prefix": null, "created_at": "2018-12-03T17:08:05Z", "security_group_id": "f6864460-4d26-45d1-be55-90734aa4fdf9", "tenant_id": "063587ccbb05464da416c46c8d6e5572", "port_range_min": null, "ethertype": "IPv4", "project_id": "063587ccbb05464da416c46c8d6e5572"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:08:05Z", "revision_number": 0, "id": "abbbb917-99fc-469a-a4f1-9be4955a6941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:08:05Z", "security_group_id": "f6864460-4d26-45d1-be55-90734aa4fdf9", "tenant_id": "063587ccbb05464da416c46c8d6e5572", "port_range_min": null, "ethertype": "IPv6", "project_id": "063587ccbb05464da416c46c8d6e5572"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:08:05Z", "revision_number": 0, "id": "b791d37b-8a4a-4ec4-890b-3e1dffaa52f5", "remote_group_id": "f6864460-4d26-45d1-be55-90734aa4fdf9", "remote_ip_prefix": null, "created_at": "2018-12-03T17:08:05Z", "security_group_id": "f6864460-4d26-45d1-be55-90734aa4fdf9", "tenant_id": "063587ccbb05464da416c46c8d6e5572", "port_range_min": null, "ethertype": "IPv6", "project_id": "063587ccbb05464da416c46c8d6e5572"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:08:05Z", "revision_number": 0, "id": "e68429f4-98b1-4c12-8eb7-0aced8a5e39c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:08:05Z", "security_group_id": "f6864460-4d26-45d1-be55-90734aa4fdf9", "tenant_id": "063587ccbb05464da416c46c8d6e5572", "port_range_min": null, "ethertype": "IPv4", "project_id": "063587ccbb05464da416c46c8d6e5572"}], "revision_number": 4, "project_id": "063587ccbb05464da416c46c8d6e5572", "id": "f6864460-4d26-45d1-be55-90734aa4fdf9", "name": "default"}]} 2018-12-03 17:08:53,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-1b83df65-1b05-4285-8c8a-fb67c0f4911f 2018-12-03 17:08:53,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:08:53,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed2e091d-65cc-4a6d-9b2f-e951d6f46117 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 17:08:53,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-ed2e091d-65cc-4a6d-9b2f-e951d6f46117 2018-12-03 17:08:53,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:08:53,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2afb0a57-1a59-4268-88ff-6de0184e1021 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 17:08:53,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-2afb0a57-1a59-4268-88ff-6de0184e1021 2018-12-03 17:08:53,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:08:53,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fabb28e0-ef7b-4394-9fae-53c74bc304d1 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-03 17:08:53,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361 used request id req-fabb28e0-ef7b-4394-9fae-53c74bc304d1 2018-12-03 17:08:53,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:08:53,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82f31c02-2cb0-44bc-b128-546860f2ec03 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572"}, "enabled": true, "id": "063587ccbb05464da416c46c8d6e5572", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9babe914-6894-486-proj"}} 2018-12-03 17:08:53,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-82f31c02-2cb0-44bc-b128-546860f2ec03 2018-12-03 17:08:53,577 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f6864460-4d26-45d1-be55-90734aa4fdf9 2018-12-03 17:08:53,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f6864460-4d26-45d1-be55-90734aa4fdf9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:08:53,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6bf73f0c-9893-4a2f-9e0b-0f84eff655e1 Date: Mon, 03 Dec 2018 17:08:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f6864460-4d26-45d1-be55-90734aa4fdf9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:08:05Z", "security_group_id": "f6864460-4d26-45d1-be55-90734aa4fdf9", "port_range_min": null, "revision_number": 0, "tenant_id": "063587ccbb05464da416c46c8d6e5572", "created_at": "2018-12-03T17:08:05Z", "project_id": "063587ccbb05464da416c46c8d6e5572", "id": "25f2f947-b17b-44bc-9fe0-179062dfde18"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:08:05Z", "security_group_id": "f6864460-4d26-45d1-be55-90734aa4fdf9", "port_range_min": null, "revision_number": 0, "tenant_id": "063587ccbb05464da416c46c8d6e5572", "created_at": "2018-12-03T17:08:05Z", "project_id": "063587ccbb05464da416c46c8d6e5572", "id": "abbbb917-99fc-469a-a4f1-9be4955a6941"}, {"remote_group_id": "f6864460-4d26-45d1-be55-90734aa4fdf9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:08:05Z", "security_group_id": "f6864460-4d26-45d1-be55-90734aa4fdf9", "port_range_min": null, "revision_number": 0, "tenant_id": "063587ccbb05464da416c46c8d6e5572", "created_at": "2018-12-03T17:08:05Z", "project_id": "063587ccbb05464da416c46c8d6e5572", "id": "b791d37b-8a4a-4ec4-890b-3e1dffaa52f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:08:05Z", "security_group_id": "f6864460-4d26-45d1-be55-90734aa4fdf9", "port_range_min": null, "revision_number": 0, "tenant_id": "063587ccbb05464da416c46c8d6e5572", "created_at": "2018-12-03T17:08:05Z", "project_id": "063587ccbb05464da416c46c8d6e5572", "id": "e68429f4-98b1-4c12-8eb7-0aced8a5e39c"}]} 2018-12-03 17:08:53,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f6864460-4d26-45d1-be55-90734aa4fdf9 used request id req-6bf73f0c-9893-4a2f-9e0b-0f84eff655e1 2018-12-03 17:08:53,754 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 17:08:53,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/f6864460-4d26-45d1-be55-90734aa4fdf9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:08:54,241 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c68319ff-9960-4bba-86eb-602b79808cd5 Content-Length: 0 Date: Mon, 03 Dec 2018 17:08:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:08:54,241 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/f6864460-4d26-45d1-be55-90734aa4fdf9 used request id req-c68319ff-9960-4bba-86eb-602b79808cd5 2018-12-03 17:08:54,242 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-9babe914-6894-486-proj 2018-12-03 17:08:54,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:08:54,455 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:08:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aed28f0a-02ca-4a48-a976-96354b10c723 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:08:54,456 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/063587ccbb05464da416c46c8d6e5572 used request id req-aed28f0a-02ca-4a48-a976-96354b10c723 2018-12-03 17:08:54,456 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-9babe914-6894-486-proj-role 2018-12-03 17:08:54,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/ba64fc3ec7dc4f6ab848c85dc5ac0244 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:08:54,566 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:08:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-befd360d-1a5f-4d00-be0d-84be22e5d409 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:08:54,566 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/ba64fc3ec7dc4f6ab848c85dc5ac0244 used request id req-befd360d-1a5f-4d00-be0d-84be22e5d409 2018-12-03 17:08:54,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be530965ce5afdc7a58d48f8c023fe35691f209" 2018-12-03 17:08:54,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78986b3e-4128-4996-a7ce-f85d75ff960f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:08:54,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-78986b3e-4128-4996-a7ce-f85d75ff960f 2018-12-03 17:08:54,670 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-9babe914-6894-486-user 2018-12-03 17:08:54,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/6a6310869c3f4dfa86181ecd3e19b1fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f07a750ebb11dcd989968c1763ee68be490f0c" 2018-12-03 17:08:54,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:08:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-091f8667-cc56-44b8-9ae2-a0c65aacd1b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:08:54,845 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/6a6310869c3f4dfa86181ecd3e19b1fb used request id req-091f8667-cc56-44b8-9ae2-a0c65aacd1b8 2018-12-03 17:08:54,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:08:55,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:08:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["HQ8OBHiZR5C5-_V4PhQ-VQ"], "issued_at": "2018-12-03T17:08:55.000000Z"}} 2018-12-03 17:08:55,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49bb018fe3ccbcd8d5647611000d0f83e29570d4" 2018-12-03 17:08:55,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce32c7e2-0c7a-4420-a4f3-d769c8549753 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:08:55,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ce32c7e2-0c7a-4420-a4f3-d769c8549753 2018-12-03 17:08:55,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:08:55,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:08:55,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:08:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["UqrOBzlFSiqXf4fSGQiRMQ"], "issued_at": "2018-12-03T17:08:55.000000Z"}} 2018-12-03 17:08:55,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:08:55,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-020400c4-1330-4e1b-bf87-2af8aa86787e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:08:55,785 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-020400c4-1330-4e1b-bf87-2af8aa86787e 2018-12-03 17:08:55,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:08:55,795 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:08: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:08:55,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:08:55,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be9922d4-24e5-462e-bf53-df3f9b469922 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 17:08:55,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj used request id req-be9922d4-24e5-462e-bf53-df3f9b469922 2018-12-03 17:08:55,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:08:56,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c63b2a12-b4d3-4b70-9274-1a1861f0706e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:08:56,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c63b2a12-b4d3-4b70-9274-1a1861f0706e 2018-12-03 17:08:56,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}}' 2018-12-03 17:08:56,171 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:08:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8982c8a2-64a2-4a16-b518-86ed93fcbdc2 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:08:56,171 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-8982c8a2-64a2-4a16-b518-86ed93fcbdc2 2018-12-03 17:08:56,172 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj 2018-12-03 17:08:56,172 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:08:56,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:08:56,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:08:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["z64lvbbHRza7PB2kAABJMw"], "issued_at": "2018-12-03T17:08:56.000000Z"}} 2018-12-03 17:08:56,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:56,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35658371-8cf9-4525-9935-715f4b790a8d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:08:56,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-35658371-8cf9-4525-9935-715f4b790a8d 2018-12-03 17:08:56,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:08:56,647 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:08: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:08:56,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:56,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efdec2db-0df1-4138-aa3b-4d8b5abfe23a Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:08:56,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-efdec2db-0df1-4138-aa3b-4d8b5abfe23a 2018-12-03 17:08:56,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:56,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c55d4399-bcdc-4e58-a18e-d721959b8d73 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}]} 2018-12-03 17:08:56,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj used request id req-c55d4399-bcdc-4e58-a18e-d721959b8d73 2018-12-03 17:08:56,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:56,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94463a06-fb1e-4c7b-946b-72259cc322bd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:08:56,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-94463a06-fb1e-4c7b-946b-72259cc322bd 2018-12-03 17:08:57,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:57,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-262c423b-80b0-492d-b6b3-b1e8f01563e4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:08:57,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-262c423b-80b0-492d-b6b3-b1e8f01563e4 2018-12-03 17:08:57,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:57,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-902e3aa9-1e09-4787-b426-66a1a882905b Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}]} 2018-12-03 17:08:57,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj used request id req-902e3aa9-1e09-4787-b426-66a1a882905b 2018-12-03 17:08:57,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/6a705816474c47d8b78520b040030e73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:57,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc32b059-c413-4b67-ace3-eec6b10f7752 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-user", "links": {"self": "http://172.30.9.30:5000/v3/users/6a705816474c47d8b78520b040030e73"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "e54bf34e991642cf81dd358e43f30e9b", "id": "6a705816474c47d8b78520b040030e73", "password_expires_at": null}} 2018-12-03 17:08:57,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/6a705816474c47d8b78520b040030e73 used request id req-cc32b059-c413-4b67-ace3-eec6b10f7752 2018-12-03 17:08:57,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b/users/6a705816474c47d8b78520b040030e73/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:57,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d98eb0e-f327-4737-9649-64e7fe94fb9f Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b/users/6a705816474c47d8b78520b040030e73/roles", "previous": null, "next": null}, "roles": []} 2018-12-03 17:08:57,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b/users/6a705816474c47d8b78520b040030e73/roles used request id req-1d98eb0e-f327-4737-9649-64e7fe94fb9f 2018-12-03 17:08:57,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:57,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b315677-ab0c-4cc3-840d-2eb57b9d2fda Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "domain_id": null, "name": "admin", "id": "262658b16a4440adb64abe58dbd094c0"}} 2018-12-03 17:08:57,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0 used request id req-5b315677-ab0c-4cc3-840d-2eb57b9d2fda 2018-12-03 17:08:57,726 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj 2018-12-03 17:08:57,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b/users/6a705816474c47d8b78520b040030e73/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:57,844 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:08:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4cf35a6-1465-4b33-bbb1-4fe0ee0d6ebb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:08:57,845 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b/users/6a705816474c47d8b78520b040030e73/roles/262658b16a4440adb64abe58dbd094c0 used request id req-c4cf35a6-1465-4b33-bbb1-4fe0ee0d6ebb 2018-12-03 17:08:57,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:57,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-013427f8-b3d5-4b9e-8e6f-ff3ba03c96ef Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:08:57,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-013427f8-b3d5-4b9e-8e6f-ff3ba03c96ef 2018-12-03 17:08:57,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:58,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62f79d6f-feb1-4447-9fec-eff5e2751603 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}]} 2018-12-03 17:08:58,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj used request id req-62f79d6f-feb1-4447-9fec-eff5e2751603 2018-12-03 17:08:58,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b/users/6a705816474c47d8b78520b040030e73/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:58,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cda6c40e-f172-4b00-ae84-f0950134b98e Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b/users/6a705816474c47d8b78520b040030e73/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}]} 2018-12-03 17:08:58,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b/users/6a705816474c47d8b78520b040030e73/roles used request id req-cda6c40e-f172-4b00-ae84-f0950134b98e 2018-12-03 17:08:58,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:58,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-747793e7-94c4-48e4-a329-dfb899d3a586 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "domain_id": null, "name": "heat_stack_owner", "id": "84a2554f97b2457082c443c3960fe29d"}} 2018-12-03 17:08:58,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-747793e7-94c4-48e4-a329-dfb899d3a586 2018-12-03 17:08:58,239 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj 2018-12-03 17:08:58,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b/users/6a705816474c47d8b78520b040030e73/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:08:58,359 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:08:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d82d1cf-8003-42ea-9fe4-4cf7c95ea817 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:08:58,360 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b/users/6a705816474c47d8b78520b040030e73/roles/84a2554f97b2457082c443c3960fe29d used request id req-5d82d1cf-8003-42ea-9fe4-4cf7c95ea817 2018-12-03 17:08:58,360 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-8e83f1e8-0923-4ff-user 2018-12-03 17:08:58,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:08:58,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:08:58,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4719092d-0f30-421c-851b-bcc97f888944 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:08:58,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4719092d-0f30-421c-851b-bcc97f888944 2018-12-03 17:08:58,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" -d '{"role": {"name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj-role"}}' 2018-12-03 17:08:58,554 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:08:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec502672-fa20-4686-8fe0-eb189980d592 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "37b63759706843ec834601c3e5faaeba", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b63759706843ec834601c3e5faaeba"}, "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj-role"}} 2018-12-03 17:08:58,555 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-ec502672-fa20-4686-8fe0-eb189980d592 2018-12-03 17:08:58,555 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj-role 2018-12-03 17:08:58,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/37b63759706843ec834601c3e5faaeba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:08:58,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf7f8e45-3f36-45d9-8236-3cec0e818fee Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/37b63759706843ec834601c3e5faaeba"}, "domain_id": null, "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj-role", "id": "37b63759706843ec834601c3e5faaeba"}} 2018-12-03 17:08:58,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/37b63759706843ec834601c3e5faaeba used request id req-bf7f8e45-3f36-45d9-8236-3cec0e818fee 2018-12-03 17:08:58,655 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj-role to project CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj 2018-12-03 17:08:58,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b/users/6a705816474c47d8b78520b040030e73/roles/37b63759706843ec834601c3e5faaeba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:08:58,778 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:08:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30f9b4e9-7710-4745-8a63-c750f8f8a666 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:08:58,779 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b/users/6a705816474c47d8b78520b040030e73/roles/37b63759706843ec834601c3e5faaeba used request id req-30f9b4e9-7710-4745-8a63-c750f8f8a666 2018-12-03 17:08:58,779 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 17:08:58,779 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-03 17:08:58,780 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:08:58,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:08:59,170 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "37b63759706843ec834601c3e5faaeba", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:08:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e54bf34e991642cf81dd358e43f30e9b", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-user", "id": "6a705816474c47d8b78520b040030e73"}, "audit_ids": ["eIlut937QKu_8CWB73hEqw"], "issued_at": "2018-12-03T17:08:59.000000Z"}} 2018-12-03 17:08:59,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9076649f4dd35cf183cf959a757bdb9b67e65d" 2018-12-03 17:08:59,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d21574f2-a024-438b-8d60-db8e0b479486 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:08:59,252 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d21574f2-a024-438b-8d60-db8e0b479486 2018-12-03 17:08:59,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd9076649f4dd35cf183cf959a757bdb9b67e65d" 2018-12-03 17:08:59,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-21156cd1-5848-4ce6-91dd-501d30d693da Date: Mon, 03 Dec 2018 17:08:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"} 2018-12-03 17:08:59,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image used request id req-21156cd1-5848-4ce6-91dd-501d30d693da 2018-12-03 17:08:59,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd9076649f4dd35cf183cf959a757bdb9b67e65d" 2018-12-03 17:08:59,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-856c13c4-1279-42c1-a2ae-b139c6b25816 Date: Mon, 03 Dec 2018 17:08: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-12-03 17:08:59,577 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-856c13c4-1279-42c1-a2ae-b139c6b25816 2018-12-03 17:08:59,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd9076649f4dd35cf183cf959a757bdb9b67e65d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}' 2018-12-03 17:08:59,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/fe3de114-102c-484d-a083-486f088104ca X-Openstack-Request-Id: req-fb365758-e132-46f3-a2ab-c288f94c6db8 Date: Mon, 03 Dec 2018 17:08:59 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:08:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T17:08:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/fe3de114-102c-484d-a083-486f088104ca", "min_disk": 0, "protected": false, "id": "fe3de114-102c-484d-a083-486f088104ca", "file": "/v2/images/fe3de114-102c-484d-a083-486f088104ca/file", "checksum": null, "owner": "e54bf34e991642cf81dd358e43f30e9b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:08:59,802 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-fb365758-e132-46f3-a2ab-c288f94c6db8 2018-12-03 17:08:59,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/fe3de114-102c-484d-a083-486f088104ca/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd9076649f4dd35cf183cf959a757bdb9b67e65d" -d '' 2018-12-03 17:09:00,562 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e9c7341b-0103-4842-95bd-53595585c837 Date: Mon, 03 Dec 2018 17:09:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:09:00,563 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/fe3de114-102c-484d-a083-486f088104ca/file used request id req-e9c7341b-0103-4842-95bd-53595585c837 2018-12-03 17:09:00,563 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 17:09:00,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/fe3de114-102c-484d-a083-486f088104ca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd9076649f4dd35cf183cf959a757bdb9b67e65d" 2018-12-03 17:09:00,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a83897a3-3b5e-4e39-8921-764646660a02 Date: Mon, 03 Dec 2018 17:09:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:08:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:09:00Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/fe3de114-102c-484d-a083-486f088104ca/snap", "metadata": {}}], "self": "/v2/images/fe3de114-102c-484d-a083-486f088104ca", "min_disk": 0, "protected": false, "id": "fe3de114-102c-484d-a083-486f088104ca", "file": "/v2/images/fe3de114-102c-484d-a083-486f088104ca/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e54bf34e991642cf81dd358e43f30e9b", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/fe3de114-102c-484d-a083-486f088104ca/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:09:00,739 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/fe3de114-102c-484d-a083-486f088104ca used request id req-a83897a3-3b5e-4e39-8921-764646660a02 2018-12-03 17:09:00,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd9076649f4dd35cf183cf959a757bdb9b67e65d" 2018-12-03 17:09:00,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2d0c8c72-ba1c-4080-b93d-9efe62e1c7cc Date: Mon, 03 Dec 2018 17:09: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-12-03 17:09:00,893 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-2d0c8c72-ba1c-4080-b93d-9efe62e1c7cc 2018-12-03 17:09:00,895 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image 2018-12-03 17:09:00,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/fe3de114-102c-484d-a083-486f088104ca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd9076649f4dd35cf183cf959a757bdb9b67e65d" 2018-12-03 17:09:00,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-c0b76f76-8768-4516-a125-2f8034846554 Date: Mon, 03 Dec 2018 17:09:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:08:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:09:00Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/fe3de114-102c-484d-a083-486f088104ca/snap", "metadata": {}}], "self": "/v2/images/fe3de114-102c-484d-a083-486f088104ca", "min_disk": 0, "protected": false, "id": "fe3de114-102c-484d-a083-486f088104ca", "file": "/v2/images/fe3de114-102c-484d-a083-486f088104ca/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e54bf34e991642cf81dd358e43f30e9b", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/fe3de114-102c-484d-a083-486f088104ca/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:09:00,914 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/fe3de114-102c-484d-a083-486f088104ca used request id req-c0b76f76-8768-4516-a125-2f8034846554 2018-12-03 17:09:00,914 - create_image - DEBUG - Instance status is - active 2018-12-03 17:09:00,915 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image 2018-12-03 17:09:00,915 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image 2018-12-03 17:09:00,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:09:00,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:09:01,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "37b63759706843ec834601c3e5faaeba", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:09:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e54bf34e991642cf81dd358e43f30e9b", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-user", "id": "6a705816474c47d8b78520b040030e73"}, "audit_ids": ["l3i8CkakSKqXowdZFrLIJA"], "issued_at": "2018-12-03T17:09:01.000000Z"}} 2018-12-03 17:09:01,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:09:01,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8bdf65e-3c5c-42e7-8d73-a8ca018c3324 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:09:01,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b8bdf65e-3c5c-42e7-8d73-a8ca018c3324 2018-12-03 17:09:01,389 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:09:01,392 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 17:09:01,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:09:01,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:01 GMT Server: Apache x-openstack-request-id: req-eae789ab-1302-4aac-a1e7-228a6a687f6d Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-03 17:09:01,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack used request id req-eae789ab-1302-4aac-a1e7-228a6a687f6d 2018-12-03 17:09:01,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-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-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net"}}' 2018-12-03 17:09:05,029 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:09:01 GMT Server: Apache x-openstack-request-id: req-b657ec9a-f139-4b74-8ad7-dc1a1a343ebc Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}]}} 2018-12-03 17:09:05,029 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks used request id req-b657ec9a-f139-4b74-8ad7-dc1a1a343ebc 2018-12-03 17:09:05,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:09:05,227 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:05 GMT Server: Apache x-openstack-request-id: req-12b2130c-1d92-4785-b502-f166c058cb21 Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:05,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:05 GMT Server: Apache x-openstack-request-id: req-cea54f41-b626-4519-94f1-1cf8339bda4c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 718 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-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "OS::project_id": "e54bf34e991642cf81dd358e43f30e9b", "OS::stack_id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "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-12-03 17:09:05,412 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-cea54f41-b626-4519-94f1-1cf8339bda4c 2018-12-03 17:09:05,413 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack 2018-12-03 17:09:05,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:09:05,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:05 GMT Server: Apache x-openstack-request-id: req-9e0acd10-2da7-4df1-b7f9-7dfcd5c1a1fb Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:05,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:05 GMT Server: Apache x-openstack-request-id: req-1ac19f75-6575-405a-b85a-ffa5afac6367 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 718 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-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "OS::project_id": "e54bf34e991642cf81dd358e43f30e9b", "OS::stack_id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "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-12-03 17:09:05,791 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-1ac19f75-6575-405a-b85a-ffa5afac6367 2018-12-03 17:09:05,792 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 17:09:05,792 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:09:08,795 - create_stack - DEBUG - Stack status query timeout in 1196.61824203 2018-12-03 17:09:08,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:09:08,969 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:08 GMT Server: Apache x-openstack-request-id: req-eda01167-5ab8-43ec-a905-62151f1d7dd5 Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:09,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:08 GMT Server: Apache x-openstack-request-id: req-2ebda2a6-ab81-4b24-9649-30603ed6e355 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 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-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "OS::project_id": "e54bf34e991642cf81dd358e43f30e9b", "OS::stack_id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxiIo9uCsyyTJjijOUBFwRBCRjHRZQoFdCK6pcW2YdRWNdyeK\nIaBYupp1+6jBI3dULlx2T+1pT3W+IlNlE60WANRpDUDuuMFJnKkpeaaNzWd+4oVl\n7BlCKbQneq/7X5Z7omgBQLQgmcugU2BPiaIFMxfl6RgHJ9MrNs98nK6C4ZPcJAQM\nSSzNH4b6pY11UP8nZTXw8QMfOlrZSQfWLDPsLDkuJGJFD0c3SjCuHaqoAeYi4D1h\nG8QCqE2lzmjw06fCYvP/+6y35e8/MQlm7fjUxMlcWe7MGhcVYzzNwKamep5Y+bsy\nStRNeZEUNX9WXACV2ey/aWs4LVlzyOiSu3W1KQIDAQABAoIBAQCgTDbUNcXWvLaM\n2xq/0LwBdV4sQl2M3tiEE7tm14JHB97iDg1FU1M19Y2Kw2cu6HYk5A2ccLmI3fus\nDchy+NAab79mR6hbtZV2t62kjEmhayBO6Bojv/O1hdmC+ynmlfsE1BxfWtwdUY8u\npXb0JS8LvUP3J8dyQvhtacSphs7A7NCXhzrv3RCiNLdJC6lIbhddfB9VNhZCJeaF\nX/ZrRZR4asq2qCapK71KBioUCiqHQIBJHBjtKixCGtcD1/e/FsCc5sb4QYuGwVsS\n8xrEuVWBAGN67++RfQdr4OMPgKtv2WkHRfp80XWQYzrtomr9TXGG5p4HQ7w4VGkU\nn0Qv9NkBAoGBAOvphPgdp1K/fpJTTgENGZS4cIuRtMwbroJPz3F35sb8xOcCozJ3\nrGweoIFB32JtgzJYpzJgtNouhmXBHb9MWyV1/stvS0H01yB6JJ5ZA3jFU7h/XTZx\nb1fBLjHKL3whzPYM7boO75q9IZoi0MQX4320cuwGnTFn6/rp/WBMa0VZAoGBANcB\nIPcvmyT/PZPzLSTjsYG9WoF0y09ECua9tKv9xtOPYlcseG4Pg/kxjYJznrR09a4T\njcp90qdyKe7Run6okp0LDM5ZmuNgPpKM/mwr1rV90sOFMJznY8jUfaSuOj0lOEfM\nBidZLm6wOdlC48FwU/ydSpoCJUsly46XtgP2HmRRAoGAd4ucIAcW1S3Iu+mO66Vx\nwxU7ot4xGgUlB0/eNQenYEqSlOWXQWm3bAqRFy8EPeJ0yzx1bWfn/W/6FvInWtsc\njP0gIoLBRikGIqUCjWNaCQclh6ay23XcEEIKYJyuN18Bd+XRSalr7aPNtUfTNqtM\nUlTwr34ihfi9cibEiNnwufECgYEAslR3WU8dKaSjGJH8gbpxwqCh7vpGn6paOGRk\n9Lr7LQKimJeEFBW+avRU4TyxCBByrj39v1R5YvVoHnPKcb+0S5mct5LOy4VKoRdc\n96+s2MBSDmXsmle6BhtpUyxHlevHMJXjDMQFpT153eCDNDDNGJwGApOBB0GEAvOG\nvuZm8uECgYBOPueS9q/7kAFKDugLLk+4OQOEZV8cAc3rlMCDhC4Mdp+XGWnABhzZ\n4Q0pUjnZ3wwoTmDx2k8e1KsbLZ91+KI0sAyV07/BYcblpeLWkLbuBlCwZtdTpa1K\nxAOBZmcp753C5xbnTFLSZjFMvlNIoqwRJZ2VlsZu/Y22sdTYAEjJLQ==\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-12-03 17:09:09,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-2ebda2a6-ab81-4b24-9649-30603ed6e355 2018-12-03 17:09:09,303 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 17:09:09,303 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:09:12,306 - create_stack - DEBUG - Stack status query timeout in 1193.10699892 2018-12-03 17:09:12,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:09:12,335 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:12 GMT Server: Apache x-openstack-request-id: req-c2ca69ac-7668-4631-8309-aa28abddea81 Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:12,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:12 GMT Server: Apache x-openstack-request-id: req-a503c2e8-5765-4eaf-95a1-36259b222321 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 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-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "OS::project_id": "e54bf34e991642cf81dd358e43f30e9b", "OS::stack_id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxiIo9uCsyyTJjijOUBFwRBCRjHRZQoFdCK6pcW2YdRWNdyeK\nIaBYupp1+6jBI3dULlx2T+1pT3W+IlNlE60WANRpDUDuuMFJnKkpeaaNzWd+4oVl\n7BlCKbQneq/7X5Z7omgBQLQgmcugU2BPiaIFMxfl6RgHJ9MrNs98nK6C4ZPcJAQM\nSSzNH4b6pY11UP8nZTXw8QMfOlrZSQfWLDPsLDkuJGJFD0c3SjCuHaqoAeYi4D1h\nG8QCqE2lzmjw06fCYvP/+6y35e8/MQlm7fjUxMlcWe7MGhcVYzzNwKamep5Y+bsy\nStRNeZEUNX9WXACV2ey/aWs4LVlzyOiSu3W1KQIDAQABAoIBAQCgTDbUNcXWvLaM\n2xq/0LwBdV4sQl2M3tiEE7tm14JHB97iDg1FU1M19Y2Kw2cu6HYk5A2ccLmI3fus\nDchy+NAab79mR6hbtZV2t62kjEmhayBO6Bojv/O1hdmC+ynmlfsE1BxfWtwdUY8u\npXb0JS8LvUP3J8dyQvhtacSphs7A7NCXhzrv3RCiNLdJC6lIbhddfB9VNhZCJeaF\nX/ZrRZR4asq2qCapK71KBioUCiqHQIBJHBjtKixCGtcD1/e/FsCc5sb4QYuGwVsS\n8xrEuVWBAGN67++RfQdr4OMPgKtv2WkHRfp80XWQYzrtomr9TXGG5p4HQ7w4VGkU\nn0Qv9NkBAoGBAOvphPgdp1K/fpJTTgENGZS4cIuRtMwbroJPz3F35sb8xOcCozJ3\nrGweoIFB32JtgzJYpzJgtNouhmXBHb9MWyV1/stvS0H01yB6JJ5ZA3jFU7h/XTZx\nb1fBLjHKL3whzPYM7boO75q9IZoi0MQX4320cuwGnTFn6/rp/WBMa0VZAoGBANcB\nIPcvmyT/PZPzLSTjsYG9WoF0y09ECua9tKv9xtOPYlcseG4Pg/kxjYJznrR09a4T\njcp90qdyKe7Run6okp0LDM5ZmuNgPpKM/mwr1rV90sOFMJznY8jUfaSuOj0lOEfM\nBidZLm6wOdlC48FwU/ydSpoCJUsly46XtgP2HmRRAoGAd4ucIAcW1S3Iu+mO66Vx\nwxU7ot4xGgUlB0/eNQenYEqSlOWXQWm3bAqRFy8EPeJ0yzx1bWfn/W/6FvInWtsc\njP0gIoLBRikGIqUCjWNaCQclh6ay23XcEEIKYJyuN18Bd+XRSalr7aPNtUfTNqtM\nUlTwr34ihfi9cibEiNnwufECgYEAslR3WU8dKaSjGJH8gbpxwqCh7vpGn6paOGRk\n9Lr7LQKimJeEFBW+avRU4TyxCBByrj39v1R5YvVoHnPKcb+0S5mct5LOy4VKoRdc\n96+s2MBSDmXsmle6BhtpUyxHlevHMJXjDMQFpT153eCDNDDNGJwGApOBB0GEAvOG\nvuZm8uECgYBOPueS9q/7kAFKDugLLk+4OQOEZV8cAc3rlMCDhC4Mdp+XGWnABhzZ\n4Q0pUjnZ3wwoTmDx2k8e1KsbLZ91+KI0sAyV07/BYcblpeLWkLbuBlCwZtdTpa1K\nxAOBZmcp753C5xbnTFLSZjFMvlNIoqwRJZ2VlsZu/Y22sdTYAEjJLQ==\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-12-03 17:09:12,613 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-a503c2e8-5765-4eaf-95a1-36259b222321 2018-12-03 17:09:12,613 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 17:09:12,613 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:09:15,617 - create_stack - DEBUG - Stack status query timeout in 1189.79663992 2018-12-03 17:09:15,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:09:15,816 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:15 GMT Server: Apache x-openstack-request-id: req-f941b0be-a474-4a9a-b879-9cea09fa6d99 Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:16,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:15 GMT Server: Apache x-openstack-request-id: req-b7a079aa-0e3b-4bab-9cbf-e669a533d4a1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 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-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "OS::project_id": "e54bf34e991642cf81dd358e43f30e9b", "OS::stack_id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxiIo9uCsyyTJjijOUBFwRBCRjHRZQoFdCK6pcW2YdRWNdyeK\nIaBYupp1+6jBI3dULlx2T+1pT3W+IlNlE60WANRpDUDuuMFJnKkpeaaNzWd+4oVl\n7BlCKbQneq/7X5Z7omgBQLQgmcugU2BPiaIFMxfl6RgHJ9MrNs98nK6C4ZPcJAQM\nSSzNH4b6pY11UP8nZTXw8QMfOlrZSQfWLDPsLDkuJGJFD0c3SjCuHaqoAeYi4D1h\nG8QCqE2lzmjw06fCYvP/+6y35e8/MQlm7fjUxMlcWe7MGhcVYzzNwKamep5Y+bsy\nStRNeZEUNX9WXACV2ey/aWs4LVlzyOiSu3W1KQIDAQABAoIBAQCgTDbUNcXWvLaM\n2xq/0LwBdV4sQl2M3tiEE7tm14JHB97iDg1FU1M19Y2Kw2cu6HYk5A2ccLmI3fus\nDchy+NAab79mR6hbtZV2t62kjEmhayBO6Bojv/O1hdmC+ynmlfsE1BxfWtwdUY8u\npXb0JS8LvUP3J8dyQvhtacSphs7A7NCXhzrv3RCiNLdJC6lIbhddfB9VNhZCJeaF\nX/ZrRZR4asq2qCapK71KBioUCiqHQIBJHBjtKixCGtcD1/e/FsCc5sb4QYuGwVsS\n8xrEuVWBAGN67++RfQdr4OMPgKtv2WkHRfp80XWQYzrtomr9TXGG5p4HQ7w4VGkU\nn0Qv9NkBAoGBAOvphPgdp1K/fpJTTgENGZS4cIuRtMwbroJPz3F35sb8xOcCozJ3\nrGweoIFB32JtgzJYpzJgtNouhmXBHb9MWyV1/stvS0H01yB6JJ5ZA3jFU7h/XTZx\nb1fBLjHKL3whzPYM7boO75q9IZoi0MQX4320cuwGnTFn6/rp/WBMa0VZAoGBANcB\nIPcvmyT/PZPzLSTjsYG9WoF0y09ECua9tKv9xtOPYlcseG4Pg/kxjYJznrR09a4T\njcp90qdyKe7Run6okp0LDM5ZmuNgPpKM/mwr1rV90sOFMJznY8jUfaSuOj0lOEfM\nBidZLm6wOdlC48FwU/ydSpoCJUsly46XtgP2HmRRAoGAd4ucIAcW1S3Iu+mO66Vx\nwxU7ot4xGgUlB0/eNQenYEqSlOWXQWm3bAqRFy8EPeJ0yzx1bWfn/W/6FvInWtsc\njP0gIoLBRikGIqUCjWNaCQclh6ay23XcEEIKYJyuN18Bd+XRSalr7aPNtUfTNqtM\nUlTwr34ihfi9cibEiNnwufECgYEAslR3WU8dKaSjGJH8gbpxwqCh7vpGn6paOGRk\n9Lr7LQKimJeEFBW+avRU4TyxCBByrj39v1R5YvVoHnPKcb+0S5mct5LOy4VKoRdc\n96+s2MBSDmXsmle6BhtpUyxHlevHMJXjDMQFpT153eCDNDDNGJwGApOBB0GEAvOG\nvuZm8uECgYBOPueS9q/7kAFKDugLLk+4OQOEZV8cAc3rlMCDhC4Mdp+XGWnABhzZ\n4Q0pUjnZ3wwoTmDx2k8e1KsbLZ91+KI0sAyV07/BYcblpeLWkLbuBlCwZtdTpa1K\nxAOBZmcp753C5xbnTFLSZjFMvlNIoqwRJZ2VlsZu/Y22sdTYAEjJLQ==\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-12-03 17:09:16,138 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-b7a079aa-0e3b-4bab-9cbf-e669a533d4a1 2018-12-03 17:09:16,139 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 17:09:16,139 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:09:19,142 - create_stack - DEBUG - Stack status query timeout in 1186.27070808 2018-12-03 17:09:19,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:09:19,321 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:19 GMT Server: Apache x-openstack-request-id: req-85081dd3-80e5-46ad-8dcd-e35b34ca6070 Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:19,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:19 GMT Server: Apache x-openstack-request-id: req-5310360f-3acb-4aca-9ff3-3c94675cee89 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 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-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "OS::project_id": "e54bf34e991642cf81dd358e43f30e9b", "OS::stack_id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxiIo9uCsyyTJjijOUBFwRBCRjHRZQoFdCK6pcW2YdRWNdyeK\nIaBYupp1+6jBI3dULlx2T+1pT3W+IlNlE60WANRpDUDuuMFJnKkpeaaNzWd+4oVl\n7BlCKbQneq/7X5Z7omgBQLQgmcugU2BPiaIFMxfl6RgHJ9MrNs98nK6C4ZPcJAQM\nSSzNH4b6pY11UP8nZTXw8QMfOlrZSQfWLDPsLDkuJGJFD0c3SjCuHaqoAeYi4D1h\nG8QCqE2lzmjw06fCYvP/+6y35e8/MQlm7fjUxMlcWe7MGhcVYzzNwKamep5Y+bsy\nStRNeZEUNX9WXACV2ey/aWs4LVlzyOiSu3W1KQIDAQABAoIBAQCgTDbUNcXWvLaM\n2xq/0LwBdV4sQl2M3tiEE7tm14JHB97iDg1FU1M19Y2Kw2cu6HYk5A2ccLmI3fus\nDchy+NAab79mR6hbtZV2t62kjEmhayBO6Bojv/O1hdmC+ynmlfsE1BxfWtwdUY8u\npXb0JS8LvUP3J8dyQvhtacSphs7A7NCXhzrv3RCiNLdJC6lIbhddfB9VNhZCJeaF\nX/ZrRZR4asq2qCapK71KBioUCiqHQIBJHBjtKixCGtcD1/e/FsCc5sb4QYuGwVsS\n8xrEuVWBAGN67++RfQdr4OMPgKtv2WkHRfp80XWQYzrtomr9TXGG5p4HQ7w4VGkU\nn0Qv9NkBAoGBAOvphPgdp1K/fpJTTgENGZS4cIuRtMwbroJPz3F35sb8xOcCozJ3\nrGweoIFB32JtgzJYpzJgtNouhmXBHb9MWyV1/stvS0H01yB6JJ5ZA3jFU7h/XTZx\nb1fBLjHKL3whzPYM7boO75q9IZoi0MQX4320cuwGnTFn6/rp/WBMa0VZAoGBANcB\nIPcvmyT/PZPzLSTjsYG9WoF0y09ECua9tKv9xtOPYlcseG4Pg/kxjYJznrR09a4T\njcp90qdyKe7Run6okp0LDM5ZmuNgPpKM/mwr1rV90sOFMJznY8jUfaSuOj0lOEfM\nBidZLm6wOdlC48FwU/ydSpoCJUsly46XtgP2HmRRAoGAd4ucIAcW1S3Iu+mO66Vx\nwxU7ot4xGgUlB0/eNQenYEqSlOWXQWm3bAqRFy8EPeJ0yzx1bWfn/W/6FvInWtsc\njP0gIoLBRikGIqUCjWNaCQclh6ay23XcEEIKYJyuN18Bd+XRSalr7aPNtUfTNqtM\nUlTwr34ihfi9cibEiNnwufECgYEAslR3WU8dKaSjGJH8gbpxwqCh7vpGn6paOGRk\n9Lr7LQKimJeEFBW+avRU4TyxCBByrj39v1R5YvVoHnPKcb+0S5mct5LOy4VKoRdc\n96+s2MBSDmXsmle6BhtpUyxHlevHMJXjDMQFpT153eCDNDDNGJwGApOBB0GEAvOG\nvuZm8uECgYBOPueS9q/7kAFKDugLLk+4OQOEZV8cAc3rlMCDhC4Mdp+XGWnABhzZ\n4Q0pUjnZ3wwoTmDx2k8e1KsbLZ91+KI0sAyV07/BYcblpeLWkLbuBlCwZtdTpa1K\nxAOBZmcp753C5xbnTFLSZjFMvlNIoqwRJZ2VlsZu/Y22sdTYAEjJLQ==\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-12-03 17:09:19,641 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-5310360f-3acb-4aca-9ff3-3c94675cee89 2018-12-03 17:09:19,642 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 17:09:19,642 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:09:22,645 - create_stack - DEBUG - Stack status query timeout in 1182.7678411 2018-12-03 17:09:22,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:09:22,675 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:22 GMT Server: Apache x-openstack-request-id: req-4890ae5f-7825-4774-9a82-8794bc777bde Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:23,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:22 GMT Server: Apache x-openstack-request-id: req-19a297e7-3972-47ab-9b3f-4afe547e91da Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 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-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "OS::project_id": "e54bf34e991642cf81dd358e43f30e9b", "OS::stack_id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxiIo9uCsyyTJjijOUBFwRBCRjHRZQoFdCK6pcW2YdRWNdyeK\nIaBYupp1+6jBI3dULlx2T+1pT3W+IlNlE60WANRpDUDuuMFJnKkpeaaNzWd+4oVl\n7BlCKbQneq/7X5Z7omgBQLQgmcugU2BPiaIFMxfl6RgHJ9MrNs98nK6C4ZPcJAQM\nSSzNH4b6pY11UP8nZTXw8QMfOlrZSQfWLDPsLDkuJGJFD0c3SjCuHaqoAeYi4D1h\nG8QCqE2lzmjw06fCYvP/+6y35e8/MQlm7fjUxMlcWe7MGhcVYzzNwKamep5Y+bsy\nStRNeZEUNX9WXACV2ey/aWs4LVlzyOiSu3W1KQIDAQABAoIBAQCgTDbUNcXWvLaM\n2xq/0LwBdV4sQl2M3tiEE7tm14JHB97iDg1FU1M19Y2Kw2cu6HYk5A2ccLmI3fus\nDchy+NAab79mR6hbtZV2t62kjEmhayBO6Bojv/O1hdmC+ynmlfsE1BxfWtwdUY8u\npXb0JS8LvUP3J8dyQvhtacSphs7A7NCXhzrv3RCiNLdJC6lIbhddfB9VNhZCJeaF\nX/ZrRZR4asq2qCapK71KBioUCiqHQIBJHBjtKixCGtcD1/e/FsCc5sb4QYuGwVsS\n8xrEuVWBAGN67++RfQdr4OMPgKtv2WkHRfp80XWQYzrtomr9TXGG5p4HQ7w4VGkU\nn0Qv9NkBAoGBAOvphPgdp1K/fpJTTgENGZS4cIuRtMwbroJPz3F35sb8xOcCozJ3\nrGweoIFB32JtgzJYpzJgtNouhmXBHb9MWyV1/stvS0H01yB6JJ5ZA3jFU7h/XTZx\nb1fBLjHKL3whzPYM7boO75q9IZoi0MQX4320cuwGnTFn6/rp/WBMa0VZAoGBANcB\nIPcvmyT/PZPzLSTjsYG9WoF0y09ECua9tKv9xtOPYlcseG4Pg/kxjYJznrR09a4T\njcp90qdyKe7Run6okp0LDM5ZmuNgPpKM/mwr1rV90sOFMJznY8jUfaSuOj0lOEfM\nBidZLm6wOdlC48FwU/ydSpoCJUsly46XtgP2HmRRAoGAd4ucIAcW1S3Iu+mO66Vx\nwxU7ot4xGgUlB0/eNQenYEqSlOWXQWm3bAqRFy8EPeJ0yzx1bWfn/W/6FvInWtsc\njP0gIoLBRikGIqUCjWNaCQclh6ay23XcEEIKYJyuN18Bd+XRSalr7aPNtUfTNqtM\nUlTwr34ihfi9cibEiNnwufECgYEAslR3WU8dKaSjGJH8gbpxwqCh7vpGn6paOGRk\n9Lr7LQKimJeEFBW+avRU4TyxCBByrj39v1R5YvVoHnPKcb+0S5mct5LOy4VKoRdc\n96+s2MBSDmXsmle6BhtpUyxHlevHMJXjDMQFpT153eCDNDDNGJwGApOBB0GEAvOG\nvuZm8uECgYBOPueS9q/7kAFKDugLLk+4OQOEZV8cAc3rlMCDhC4Mdp+XGWnABhzZ\n4Q0pUjnZ3wwoTmDx2k8e1KsbLZ91+KI0sAyV07/BYcblpeLWkLbuBlCwZtdTpa1K\nxAOBZmcp753C5xbnTFLSZjFMvlNIoqwRJZ2VlsZu/Y22sdTYAEjJLQ==\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-12-03 17:09:23,003 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-19a297e7-3972-47ab-9b3f-4afe547e91da 2018-12-03 17:09:23,003 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-03 17:09:23,003 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:09:26,007 - create_stack - DEBUG - Stack status query timeout in 1179.40659499 2018-12-03 17:09:26,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:09:26,203 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:26 GMT Server: Apache x-openstack-request-id: req-8233b18c-ac81-4b3f-a6a2-5fe9de78a587 Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:26,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:26 GMT Server: Apache x-openstack-request-id: req-acc842fe-9e08-4622-a40d-0fffbbef7cc7 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": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "OS::project_id": "e54bf34e991642cf81dd358e43f30e9b", "OS::stack_id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxiIo9uCsyyTJjijOUBFwRBCRjHRZQoFdCK6pcW2YdRWNdyeK\nIaBYupp1+6jBI3dULlx2T+1pT3W+IlNlE60WANRpDUDuuMFJnKkpeaaNzWd+4oVl\n7BlCKbQneq/7X5Z7omgBQLQgmcugU2BPiaIFMxfl6RgHJ9MrNs98nK6C4ZPcJAQM\nSSzNH4b6pY11UP8nZTXw8QMfOlrZSQfWLDPsLDkuJGJFD0c3SjCuHaqoAeYi4D1h\nG8QCqE2lzmjw06fCYvP/+6y35e8/MQlm7fjUxMlcWe7MGhcVYzzNwKamep5Y+bsy\nStRNeZEUNX9WXACV2ey/aWs4LVlzyOiSu3W1KQIDAQABAoIBAQCgTDbUNcXWvLaM\n2xq/0LwBdV4sQl2M3tiEE7tm14JHB97iDg1FU1M19Y2Kw2cu6HYk5A2ccLmI3fus\nDchy+NAab79mR6hbtZV2t62kjEmhayBO6Bojv/O1hdmC+ynmlfsE1BxfWtwdUY8u\npXb0JS8LvUP3J8dyQvhtacSphs7A7NCXhzrv3RCiNLdJC6lIbhddfB9VNhZCJeaF\nX/ZrRZR4asq2qCapK71KBioUCiqHQIBJHBjtKixCGtcD1/e/FsCc5sb4QYuGwVsS\n8xrEuVWBAGN67++RfQdr4OMPgKtv2WkHRfp80XWQYzrtomr9TXGG5p4HQ7w4VGkU\nn0Qv9NkBAoGBAOvphPgdp1K/fpJTTgENGZS4cIuRtMwbroJPz3F35sb8xOcCozJ3\nrGweoIFB32JtgzJYpzJgtNouhmXBHb9MWyV1/stvS0H01yB6JJ5ZA3jFU7h/XTZx\nb1fBLjHKL3whzPYM7boO75q9IZoi0MQX4320cuwGnTFn6/rp/WBMa0VZAoGBANcB\nIPcvmyT/PZPzLSTjsYG9WoF0y09ECua9tKv9xtOPYlcseG4Pg/kxjYJznrR09a4T\njcp90qdyKe7Run6okp0LDM5ZmuNgPpKM/mwr1rV90sOFMJznY8jUfaSuOj0lOEfM\nBidZLm6wOdlC48FwU/ydSpoCJUsly46XtgP2HmRRAoGAd4ucIAcW1S3Iu+mO66Vx\nwxU7ot4xGgUlB0/eNQenYEqSlOWXQWm3bAqRFy8EPeJ0yzx1bWfn/W/6FvInWtsc\njP0gIoLBRikGIqUCjWNaCQclh6ay23XcEEIKYJyuN18Bd+XRSalr7aPNtUfTNqtM\nUlTwr34ihfi9cibEiNnwufECgYEAslR3WU8dKaSjGJH8gbpxwqCh7vpGn6paOGRk\n9Lr7LQKimJeEFBW+avRU4TyxCBByrj39v1R5YvVoHnPKcb+0S5mct5LOy4VKoRdc\n96+s2MBSDmXsmle6BhtpUyxHlevHMJXjDMQFpT153eCDNDDNGJwGApOBB0GEAvOG\nvuZm8uECgYBOPueS9q/7kAFKDugLLk+4OQOEZV8cAc3rlMCDhC4Mdp+XGWnABhzZ\n4Q0pUjnZ3wwoTmDx2k8e1KsbLZ91+KI0sAyV07/BYcblpeLWkLbuBlCwZtdTpa1K\nxAOBZmcp753C5xbnTFLSZjFMvlNIoqwRJZ2VlsZu/Y22sdTYAEjJLQ==\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-12-03 17:09:26,530 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-acc842fe-9e08-4622-a40d-0fffbbef7cc7 2018-12-03 17:09:26,531 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-03 17:09:26,531 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack 2018-12-03 17:09:26,531 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack 2018-12-03 17:09:26,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:09:26,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:09:26,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "37b63759706843ec834601c3e5faaeba", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:09:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e54bf34e991642cf81dd358e43f30e9b", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-user", "id": "6a705816474c47d8b78520b040030e73"}, "audit_ids": ["LtNLAqZ9Q-CjQyf0z4LnGw"], "issued_at": "2018-12-03T17:09:26.000000Z"}} 2018-12-03 17:09:26,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:26,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78c0906a-8040-411b-9366-5c99651b3aaa Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:09:26,992 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-78c0906a-8040-411b-9366-5c99651b3aaa 2018-12-03 17:09:26,994 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:09:26,996 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-03 17:09:26,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:27,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:27 GMT Server: Apache x-openstack-request-id: req-e63ea861-e3f8-4877-bbf4-2c6a6495d9a9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 400 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "deletion_time": null, "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "updated_time": null, "project": "e54bf34e991642cf81dd358e43f30e9b", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "tags": null}]} 2018-12-03 17:09:27,195 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack used request id req-e63ea861-e3f8-4877-bbf4-2c6a6495d9a9 2018-12-03 17:09:27,195 - create_stack - INFO - Found stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack 2018-12-03 17:09:27,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:27,377 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:27 GMT Server: Apache x-openstack-request-id: req-c91a96ea-7912-4496-a9c9-3dcce2115621 Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:27,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:27 GMT Server: Apache x-openstack-request-id: req-934e13c4-edc1-4a18-a172-806bbe4b3969 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1061 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "88bfa098-f3b8-4e7b-a15d-4b2facb5d81e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "cc10774e-a336-4ac7-a08d-73c77a1fab2c", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "496a3d3f-7209-49a0-ab32-ed81e48aed1d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "9f3f60dd-544d-4035-90da-0ae8c3f02c04", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c7bcc322-d00a-4b0b-8d63-34813a3ac4a7", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "252", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5:subnet_id=d744fb82-6eed-443b-a6d3-a274df4cb4fc", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "d744fb82-6eed-443b-a6d3-a274df4cb4fc", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f13dd33d-a8ec-426f-9bb5-4cb6176e926d", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "6363f5b7-9779-4f20-890e-9f3eb4b4eadc", "resource_type": "OS::Neutron::Port"}]} 2018-12-03 17:09:27,662 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources used request id req-934e13c4-edc1-4a18-a172-806bbe4b3969 2018-12-03 17:09:27,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:28,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-a1d3f35d-f97d-4424-a8c9-45b3826e9cbf x-compute-request-id: req-a1d3f35d-f97d-4424-a8c9-45b3826e9cbf Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:31:4e", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:31:4e", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "rel": "bookmark"}], "image": {"id": "fe3de114-102c-484d-a083-486f088104ca", "links": [{"href": "http://172.30.9.30:8774/images/fe3de114-102c-484d-a083-486f088104ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-12-03T17:09:23.000000", "flavor": {"id": "cc10774e-a336-4ac7-a08d-73c77a1fab2c", "links": [{"href": "http://172.30.9.30:8774/flavors/cc10774e-a336-4ac7-a08d-73c77a1fab2c", "rel": "bookmark"}]}, "id": "ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "security_groups": [{"name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp"}], "user_id": "6a705816474c47d8b78520b040030e73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:09:23Z", "hostId": "eb1aedfbe0a95dc2ee438be71a52ebddbd85b3352e202d46c0dabf6e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "created": "2018-12-03T17:09:16Z", "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:09:28,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba used request id req-a1d3f35d-f97d-4424-a8c9-45b3826e9cbf 2018-12-03 17:09:28,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:29,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-aa50faf1-2826-45d9-907c-498b6c459da1 Date: Mon, 03 Dec 2018 17:09:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:29,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net used request id req-aa50faf1-2826-45d9-907c-498b6c459da1 2018-12-03 17:09:29,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:09:29,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:09:29,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:29,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa207cdd-3abc-4367-beb1-e43c895a7dc2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:09:29,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-aa207cdd-3abc-4367-beb1-e43c895a7dc2 2018-12-03 17:09:29,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:29,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-70e3e17b-7513-4e69-8594-10d0b92bb5e4 Date: Mon, 03 Dec 2018 17:09:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:29,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-70e3e17b-7513-4e69-8594-10d0b92bb5e4 2018-12-03 17:09:29,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:29,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-b1311699-2aa3-4ac1-825a-35126d51d83c Date: Mon, 03 Dec 2018 17:09:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.3"}],"id":"0c4f7141-a5a4-4ebd-81ed-be1229317c5d","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:08:b1","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.6"}],"id":"6363f5b7-9779-4f20-890e-9f3eb4b4eadc","security_groups":["9f3f60dd-544d-4035-90da-0ae8c3f02c04"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:31:4e","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.1"}],"id":"a1dcebc6-c0d5-4596-8c6f-daffb24eeb1e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:9e:69","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:17Z","binding:vnic_type":"normal","device_id":"fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.2"}],"id":"c9fe5bb0-b00c-48d9-b53f-7c298ced3be5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:4d:84","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.4"}],"id":"f4ccc961-2f09-447c-b6c3-9c75559b66e6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d3:c8","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.11"}],"id":"f970f0ae-9df6-4899-b499-92884eddd4ab","security_groups":["6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:e6:49","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:16Z","binding:vnic_type":"normal","device_id":"f13dd33d-a8ec-426f-9bb5-4cb6176e926d"}]} 2018-12-03 17:09:29,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-b1311699-2aa3-4ac1-825a-35126d51d83c 2018-12-03 17:09:29,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f13dd33d-a8ec-426f-9bb5-4cb6176e926d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:30,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78b2e9be-f4aa-4641-b572-c045ac2ab64f x-compute-request-id: req-78b2e9be-f4aa-4641-b572-c045ac2ab64f Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:e6:49", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f13dd33d-a8ec-426f-9bb5-4cb6176e926d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f13dd33d-a8ec-426f-9bb5-4cb6176e926d", "rel": "bookmark"}], "image": {"id": "fe3de114-102c-484d-a083-486f088104ca", "links": [{"href": "http://172.30.9.30:8774/images/fe3de114-102c-484d-a083-486f088104ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-12-03T17:09:20.000000", "flavor": {"id": "88bfa098-f3b8-4e7b-a15d-4b2facb5d81e", "links": [{"href": "http://172.30.9.30:8774/flavors/88bfa098-f3b8-4e7b-a15d-4b2facb5d81e", "rel": "bookmark"}]}, "id": "f13dd33d-a8ec-426f-9bb5-4cb6176e926d", "security_groups": [{"name": "default"}], "user_id": "6a705816474c47d8b78520b040030e73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:09:20Z", "hostId": "9f6ce437e217e9bbe8527b5f96911f8af6835e013bf45e512943e043", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "created": "2018-12-03T17:09:14Z", "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:09:30,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f13dd33d-a8ec-426f-9bb5-4cb6176e926d used request id req-78b2e9be-f4aa-4641-b572-c045ac2ab64f 2018-12-03 17:09:30,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:30,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-b25f1f37-d3f6-4d55-a7a3-93c4a2292a5b Date: Mon, 03 Dec 2018 17:09:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:30,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net used request id req-b25f1f37-d3f6-4d55-a7a3-93c4a2292a5b 2018-12-03 17:09:30,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:30,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e923bcbc-7921-4f9a-98ce-63e2e87f4d95 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:09:30,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-e923bcbc-7921-4f9a-98ce-63e2e87f4d95 2018-12-03 17:09:30,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:30,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0e20978f-d9f8-4c4a-8e43-1d98c8015a51 Date: Mon, 03 Dec 2018 17:09:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:30,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-0e20978f-d9f8-4c4a-8e43-1d98c8015a51 2018-12-03 17:09:30,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:30,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-fd4d481b-270e-4f02-bf4a-5666cc198e39 Date: Mon, 03 Dec 2018 17:09:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.3"}],"id":"0c4f7141-a5a4-4ebd-81ed-be1229317c5d","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:08:b1","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.6"}],"id":"6363f5b7-9779-4f20-890e-9f3eb4b4eadc","security_groups":["9f3f60dd-544d-4035-90da-0ae8c3f02c04"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:31:4e","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.1"}],"id":"a1dcebc6-c0d5-4596-8c6f-daffb24eeb1e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:9e:69","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:17Z","binding:vnic_type":"normal","device_id":"fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.2"}],"id":"c9fe5bb0-b00c-48d9-b53f-7c298ced3be5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:4d:84","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.4"}],"id":"f4ccc961-2f09-447c-b6c3-9c75559b66e6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d3:c8","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.11"}],"id":"f970f0ae-9df6-4899-b499-92884eddd4ab","security_groups":["6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:e6:49","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:16Z","binding:vnic_type":"normal","device_id":"f13dd33d-a8ec-426f-9bb5-4cb6176e926d"}]} 2018-12-03 17:09:30,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-fd4d481b-270e-4f02-bf4a-5666cc198e39 2018-12-03 17:09:30,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:31,090 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:30 GMT Server: Apache x-openstack-request-id: req-3625d21b-382d-41a6-a417-5242fece021e Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:31,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:31 GMT Server: Apache x-openstack-request-id: req-5089833f-13f7-4d58-83cc-df1ed1a01daa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1063 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "88bfa098-f3b8-4e7b-a15d-4b2facb5d81e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "cc10774e-a336-4ac7-a08d-73c77a1fab2c", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "496a3d3f-7209-49a0-ab32-ed81e48aed1d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "9f3f60dd-544d-4035-90da-0ae8c3f02c04", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c7bcc322-d00a-4b0b-8d63-34813a3ac4a7", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "252", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5:subnet_id=d744fb82-6eed-443b-a6d3-a274df4cb4fc", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d744fb82-6eed-443b-a6d3-a274df4cb4fc", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f13dd33d-a8ec-426f-9bb5-4cb6176e926d", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-03T17:09:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-03T17:09:05Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "6363f5b7-9779-4f20-890e-9f3eb4b4eadc", "resource_type": "OS::Neutron::Port"}]} 2018-12-03 17:09:31,308 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90/resources used request id req-5089833f-13f7-4d58-83cc-df1ed1a01daa 2018-12-03 17:09:31,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/cc10774e-a336-4ac7-a08d-73c77a1fab2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:31,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-905ce69e-e10e-4106-b936-3320c07c70a1 x-compute-request-id: req-905ce69e-e10e-4106-b936-3320c07c70a1 Content-Encoding: gzip Content-Length: 336 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/cc10774e-a336-4ac7-a08d-73c77a1fab2c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/cc10774e-a336-4ac7-a08d-73c77a1fab2c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "cc10774e-a336-4ac7-a08d-73c77a1fab2c", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-flavor1-szzgbua327x6", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:09:31,332 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/cc10774e-a336-4ac7-a08d-73c77a1fab2c used request id req-905ce69e-e10e-4106-b936-3320c07c70a1 2018-12-03 17:09:31,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/d744fb82-6eed-443b-a6d3-a274df4cb4fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:31,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-fc58ad3b-5d5e-46a7-ad9b-3039a152a607 Date: Mon, 03 Dec 2018 17:09:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}} 2018-12-03 17:09:31,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/d744fb82-6eed-443b-a6d3-a274df4cb4fc used request id req-fc58ad3b-5d5e-46a7-ad9b-3039a152a607 2018-12-03 17:09:31,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:32,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-0ee2a293-2599-4eb4-81db-9eccb91710ef Date: Mon, 03 Dec 2018 17:09:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:32,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-0ee2a293-2599-4eb4-81db-9eccb91710ef 2018-12-03 17:09:32,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:32,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3c45999c-5c2a-440b-bdb7-b109015a54c1 Date: Mon, 03 Dec 2018 17:09:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:32,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-3c45999c-5c2a-440b-bdb7-b109015a54c1 2018-12-03 17:09:32,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:33,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1cb3bdc8-f8df-4e1d-8413-88543adae023 Date: Mon, 03 Dec 2018 17:09:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:33,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net used request id req-1cb3bdc8-f8df-4e1d-8413-88543adae023 2018-12-03 17:09:33,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:33,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9eefa7-0c0d-4f89-af0f-85659164b0df Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:09:33,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-9c9eefa7-0c0d-4f89-af0f-85659164b0df 2018-12-03 17:09:33,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:33,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2cdf0fcb-8c85-4371-a83e-35b2bd41f532 Date: Mon, 03 Dec 2018 17:09:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:33,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-2cdf0fcb-8c85-4371-a83e-35b2bd41f532 2018-12-03 17:09:33,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d&mac_address=fa%3A16%3A3e%3A9c%3A31%3A4e&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:33,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-8849ba1f-b732-4da6-a8f6-001ffbc1099e Date: Mon, 03 Dec 2018 17:09:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.6"}],"id":"6363f5b7-9779-4f20-890e-9f3eb4b4eadc","security_groups":["9f3f60dd-544d-4035-90da-0ae8c3f02c04"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:31:4e","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba"}]} 2018-12-03 17:09:33,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d&mac_address=fa%3A16%3A3e%3A9c%3A31%3A4e&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4&admin_state_up=True used request id req-8849ba1f-b732-4da6-a8f6-001ffbc1099e 2018-12-03 17:09:33,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:33,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c885cd19-bf69-4490-beed-c4f51dc1febd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:09:33,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-c885cd19-bf69-4490-beed-c4f51dc1febd 2018-12-03 17:09:33,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:33,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-8c87dede-3524-4813-aee8-22e9233842ee Date: Mon, 03 Dec 2018 17:09:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:33,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net used request id req-8c87dede-3524-4813-aee8-22e9233842ee 2018-12-03 17:09:33,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:34,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7a0744c5-d6b7-4ccf-84c9-f8e896f6f371 Date: Mon, 03 Dec 2018 17:09:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:34,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-7a0744c5-d6b7-4ccf-84c9-f8e896f6f371 2018-12-03 17:09:34,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:34,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-675ee019-6679-49d3-acd9-ccc9de9b1c36 Date: Mon, 03 Dec 2018 17:09:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.3"}],"id":"0c4f7141-a5a4-4ebd-81ed-be1229317c5d","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:08:b1","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.6"}],"id":"6363f5b7-9779-4f20-890e-9f3eb4b4eadc","security_groups":["9f3f60dd-544d-4035-90da-0ae8c3f02c04"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:31:4e","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.1"}],"id":"a1dcebc6-c0d5-4596-8c6f-daffb24eeb1e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:9e:69","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:17Z","binding:vnic_type":"normal","device_id":"fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.2"}],"id":"c9fe5bb0-b00c-48d9-b53f-7c298ced3be5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:4d:84","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.4"}],"id":"f4ccc961-2f09-447c-b6c3-9c75559b66e6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d3:c8","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.11"}],"id":"f970f0ae-9df6-4899-b499-92884eddd4ab","security_groups":["6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:e6:49","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:16Z","binding:vnic_type":"normal","device_id":"f13dd33d-a8ec-426f-9bb5-4cb6176e926d"}]} 2018-12-03 17:09:34,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-675ee019-6679-49d3-acd9-ccc9de9b1c36 2018-12-03 17:09:34,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:34,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-96be4ae4-d99d-4228-a418-ab516fcc9d15 Date: Mon, 03 Dec 2018 17:09:34 GMT RESP BODY: {"floatingips": [{"router_id": "fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "created_at": "2018-12-03T17:09:17Z", "updated_at": "2018-12-03T17:09:19Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.208", "revision_number": 1, "project_id": "e54bf34e991642cf81dd358e43f30e9b", "port_id": "6363f5b7-9779-4f20-890e-9f3eb4b4eadc", "id": "c7bcc322-d00a-4b0b-8d63-34813a3ac4a7"}]} 2018-12-03 17:09:34,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-96be4ae4-d99d-4228-a418-ab516fcc9d15 2018-12-03 17:09:34,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:34,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-800178d8-1ef5-47ef-b4fe-2a1f2c56ee62 Date: Mon, 03 Dec 2018 17:09:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "created_at": "2018-12-03T17:09:11Z", "admin_state_up": true, "updated_at": "2018-12-03T17:09:18Z", "project_id": "e54bf34e991642cf81dd358e43f30e9b", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5", "name": "mgmt_router"}} 2018-12-03 17:09:34,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5 used request id req-800178d8-1ef5-47ef-b4fe-2a1f2c56ee62 2018-12-03 17:09:34,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:34,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4540 X-Openstack-Request-Id: req-a0ee2f27-f35d-4519-a171-5f97e74ef320 Date: Mon, 03 Dec 2018 17:09:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:18Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e0a0159f-c20a-44b9-8cbb-7d57d78f1d96","ip_address":"169.254.192.5"}],"id":"034cab99-8e02-46cb-8555-e3998f31af60","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:8a:a2","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e54bf34e991642cf81dd358e43f30e9b","admin_state_up":true,"network_id":"e1c240bf-2c46-460f-8842-b4b0536bbcc8","tenant_id":"","created_at":"2018-12-03T17:09:15Z","binding:vnic_type":"normal","device_id":"fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:32Z","device_owner":"network:router_gateway","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c341e68-838a-4185-83e8-4a80ca2687ff","ip_address":"172.30.9.200"}],"id":"91f452d9-8023-4b9b-be6b-45a1aaf77aa5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b2:bb:c6","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":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.1"}],"id":"a1dcebc6-c0d5-4596-8c6f-daffb24eeb1e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:9e:69","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:17Z","binding:vnic_type":"normal","device_id":"fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:21Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e0a0159f-c20a-44b9-8cbb-7d57d78f1d96","ip_address":"169.254.192.6"}],"id":"bb87e6eb-06f8-45b5-b1bd-21cd3376100d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7b:e3:55","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e54bf34e991642cf81dd358e43f30e9b","admin_state_up":true,"network_id":"e1c240bf-2c46-460f-8842-b4b0536bbcc8","tenant_id":"","created_at":"2018-12-03T17:09:14Z","binding:vnic_type":"normal","device_id":"fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:20Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e0a0159f-c20a-44b9-8cbb-7d57d78f1d96","ip_address":"169.254.192.9"}],"id":"d1c29489-a5e3-4eaa-bc06-a9c7fb1c9245","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a3:24:1a","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e54bf34e991642cf81dd358e43f30e9b","admin_state_up":true,"network_id":"e1c240bf-2c46-460f-8842-b4b0536bbcc8","tenant_id":"","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5"}]} 2018-12-03 17:09:34,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5 used request id req-a0ee2f27-f35d-4519-a171-5f97e74ef320 2018-12-03 17:09:34,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:34,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-925a6740-a86d-4828-9e14-79257b706793 Date: Mon, 03 Dec 2018 17:09:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:33Z","dns_nameservers":[],"updated_at":"2018-12-03T15:01: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":"103de5b191724fc4b9b4902b99af0361","id":"4c341e68-838a-4185-83e8-4a80ca2687ff","subnetpool_id":null,"name":"external-subnet"}} 2018-12-03 17:09:34,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4c341e68-838a-4185-83e8-4a80ca2687ff used request id req-925a6740-a86d-4828-9e14-79257b706793 2018-12-03 17:09:34,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/e0a0159f-c20a-44b9-8cbb-7d57d78f1d96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:34,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4e3f0407-3d0a-408f-8f2c-32b35aedea16 Date: Mon, 03 Dec 2018 17:09:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e1c240bf-2c46-460f-8842-b4b0536bbcc8","tenant_id":"","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09: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":"e0a0159f-c20a-44b9-8cbb-7d57d78f1d96","subnetpool_id":null,"name":"HA subnet tenant e54bf34e991642cf81dd358e43f30e9b"}} 2018-12-03 17:09:34,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/e0a0159f-c20a-44b9-8cbb-7d57d78f1d96 used request id req-4e3f0407-3d0a-408f-8f2c-32b35aedea16 2018-12-03 17:09:34,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/e0a0159f-c20a-44b9-8cbb-7d57d78f1d96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:34,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5aa443af-34cc-488a-b5d7-e67ad357e962 Date: Mon, 03 Dec 2018 17:09:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e1c240bf-2c46-460f-8842-b4b0536bbcc8","tenant_id":"","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09: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":"e0a0159f-c20a-44b9-8cbb-7d57d78f1d96","subnetpool_id":null,"name":"HA subnet tenant e54bf34e991642cf81dd358e43f30e9b"}} 2018-12-03 17:09:34,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/e0a0159f-c20a-44b9-8cbb-7d57d78f1d96 used request id req-5aa443af-34cc-488a-b5d7-e67ad357e962 2018-12-03 17:09:34,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/e0a0159f-c20a-44b9-8cbb-7d57d78f1d96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:34,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5cb5caa6-fc98-4e7c-9ca7-e9af4302dd6d Date: Mon, 03 Dec 2018 17:09:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e1c240bf-2c46-460f-8842-b4b0536bbcc8","tenant_id":"","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09: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":"e0a0159f-c20a-44b9-8cbb-7d57d78f1d96","subnetpool_id":null,"name":"HA subnet tenant e54bf34e991642cf81dd358e43f30e9b"}} 2018-12-03 17:09:34,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/e0a0159f-c20a-44b9-8cbb-7d57d78f1d96 used request id req-5cb5caa6-fc98-4e7c-9ca7-e9af4302dd6d 2018-12-03 17:09:34,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/d744fb82-6eed-443b-a6d3-a274df4cb4fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:35,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-96d9c9a3-be09-4561-9d8d-dd8180c1b6f4 Date: Mon, 03 Dec 2018 17:09:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}} 2018-12-03 17:09:35,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/d744fb82-6eed-443b-a6d3-a274df4cb4fc used request id req-96d9c9a3-be09-4561-9d8d-dd8180c1b6f4 2018-12-03 17:09:35,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports/6363f5b7-9779-4f20-890e-9f3eb4b4eadc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:35,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-60d32093-dc09-41b0-9822-59cf0cee3c61 Date: Mon, 03 Dec 2018 17:09:35 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.6"}],"id":"6363f5b7-9779-4f20-890e-9f3eb4b4eadc","security_groups":["9f3f60dd-544d-4035-90da-0ae8c3f02c04"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:31:4e","device_id":"ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4","project_id":"e54bf34e991642cf81dd358e43f30e9b","qos_policy_id":null,"admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal"}} 2018-12-03 17:09:35,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports/6363f5b7-9779-4f20-890e-9f3eb4b4eadc used request id req-60d32093-dc09-41b0-9822-59cf0cee3c61 2018-12-03 17:09:35,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/d744fb82-6eed-443b-a6d3-a274df4cb4fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:35,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-20b532d5-cef2-4367-987b-d817fb8fa618 Date: Mon, 03 Dec 2018 17:09:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}} 2018-12-03 17:09:35,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/d744fb82-6eed-443b-a6d3-a274df4cb4fc used request id req-20b532d5-cef2-4367-987b-d817fb8fa618 2018-12-03 17:09:35,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/fe3de114-102c-484d-a083-486f088104ca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:35,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-33007eb5-96c2-4a8c-b81d-4e10588cd34a Date: Mon, 03 Dec 2018 17:09:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:08:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:09:00Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/fe3de114-102c-484d-a083-486f088104ca/snap", "metadata": {}}], "self": "/v2/images/fe3de114-102c-484d-a083-486f088104ca", "min_disk": 0, "protected": false, "id": "fe3de114-102c-484d-a083-486f088104ca", "file": "/v2/images/fe3de114-102c-484d-a083-486f088104ca/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e54bf34e991642cf81dd358e43f30e9b", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/fe3de114-102c-484d-a083-486f088104ca/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:09:35,994 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/fe3de114-102c-484d-a083-486f088104ca used request id req-33007eb5-96c2-4a8c-b81d-4e10588cd34a 2018-12-03 17:09:35,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:36,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-19b068fe-1f84-4249-a727-f2a1d79967c9 Date: Mon, 03 Dec 2018 17:09: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-12-03 17:09:36,171 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-19b068fe-1f84-4249-a727-f2a1d79967c9 2018-12-03 17:09:36,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:36,362 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:36 GMT Server: Apache x-openstack-request-id: req-733cae99-fb70-45f6-8086-deb71964af4b Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:36,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:36 GMT Server: Apache x-openstack-request-id: req-67ab5380-fd28-4f80-b06f-e9a61c0225bf 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": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "OS::project_id": "e54bf34e991642cf81dd358e43f30e9b", "OS::stack_id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxiIo9uCsyyTJjijOUBFwRBCRjHRZQoFdCK6pcW2YdRWNdyeK\nIaBYupp1+6jBI3dULlx2T+1pT3W+IlNlE60WANRpDUDuuMFJnKkpeaaNzWd+4oVl\n7BlCKbQneq/7X5Z7omgBQLQgmcugU2BPiaIFMxfl6RgHJ9MrNs98nK6C4ZPcJAQM\nSSzNH4b6pY11UP8nZTXw8QMfOlrZSQfWLDPsLDkuJGJFD0c3SjCuHaqoAeYi4D1h\nG8QCqE2lzmjw06fCYvP/+6y35e8/MQlm7fjUxMlcWe7MGhcVYzzNwKamep5Y+bsy\nStRNeZEUNX9WXACV2ey/aWs4LVlzyOiSu3W1KQIDAQABAoIBAQCgTDbUNcXWvLaM\n2xq/0LwBdV4sQl2M3tiEE7tm14JHB97iDg1FU1M19Y2Kw2cu6HYk5A2ccLmI3fus\nDchy+NAab79mR6hbtZV2t62kjEmhayBO6Bojv/O1hdmC+ynmlfsE1BxfWtwdUY8u\npXb0JS8LvUP3J8dyQvhtacSphs7A7NCXhzrv3RCiNLdJC6lIbhddfB9VNhZCJeaF\nX/ZrRZR4asq2qCapK71KBioUCiqHQIBJHBjtKixCGtcD1/e/FsCc5sb4QYuGwVsS\n8xrEuVWBAGN67++RfQdr4OMPgKtv2WkHRfp80XWQYzrtomr9TXGG5p4HQ7w4VGkU\nn0Qv9NkBAoGBAOvphPgdp1K/fpJTTgENGZS4cIuRtMwbroJPz3F35sb8xOcCozJ3\nrGweoIFB32JtgzJYpzJgtNouhmXBHb9MWyV1/stvS0H01yB6JJ5ZA3jFU7h/XTZx\nb1fBLjHKL3whzPYM7boO75q9IZoi0MQX4320cuwGnTFn6/rp/WBMa0VZAoGBANcB\nIPcvmyT/PZPzLSTjsYG9WoF0y09ECua9tKv9xtOPYlcseG4Pg/kxjYJznrR09a4T\njcp90qdyKe7Run6okp0LDM5ZmuNgPpKM/mwr1rV90sOFMJznY8jUfaSuOj0lOEfM\nBidZLm6wOdlC48FwU/ydSpoCJUsly46XtgP2HmRRAoGAd4ucIAcW1S3Iu+mO66Vx\nwxU7ot4xGgUlB0/eNQenYEqSlOWXQWm3bAqRFy8EPeJ0yzx1bWfn/W/6FvInWtsc\njP0gIoLBRikGIqUCjWNaCQclh6ay23XcEEIKYJyuN18Bd+XRSalr7aPNtUfTNqtM\nUlTwr34ihfi9cibEiNnwufECgYEAslR3WU8dKaSjGJH8gbpxwqCh7vpGn6paOGRk\n9Lr7LQKimJeEFBW+avRU4TyxCBByrj39v1R5YvVoHnPKcb+0S5mct5LOy4VKoRdc\n96+s2MBSDmXsmle6BhtpUyxHlevHMJXjDMQFpT153eCDNDDNGJwGApOBB0GEAvOG\nvuZm8uECgYBOPueS9q/7kAFKDugLLk+4OQOEZV8cAc3rlMCDhC4Mdp+XGWnABhzZ\n4Q0pUjnZ3wwoTmDx2k8e1KsbLZ91+KI0sAyV07/BYcblpeLWkLbuBlCwZtdTpa1K\nxAOBZmcp753C5xbnTFLSZjFMvlNIoqwRJZ2VlsZu/Y22sdTYAEjJLQ==\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-12-03 17:09:36,683 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-67ab5380-fd28-4f80-b06f-e9a61c0225bf 2018-12-03 17:09:36,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:09:36,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:09:37,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "37b63759706843ec834601c3e5faaeba", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:09:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e54bf34e991642cf81dd358e43f30e9b", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-user", "id": "6a705816474c47d8b78520b040030e73"}, "audit_ids": ["oaXtR1FhQrmv4W64Ibt-jA"], "issued_at": "2018-12-03T17:09:37.000000Z"}} 2018-12-03 17:09:37,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:37,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e068d0d-9c54-4b3a-9fab-85e51976d52b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:09:37,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7e068d0d-9c54-4b3a-9fab-85e51976d52b 2018-12-03 17:09:37,143 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:09:37,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:37,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e786a348-e5b0-4e6b-921b-59741b512fb0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:09:37,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e786a348-e5b0-4e6b-921b-59741b512fb0 2018-12-03 17:09:37,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:37,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-995dd294-e219-4128-98bb-c8df1f7ff4fd Date: Mon, 03 Dec 2018 17:09:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:37,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net used request id req-995dd294-e219-4128-98bb-c8df1f7ff4fd 2018-12-03 17:09:37,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:09:37,509 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:09: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:09:37,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:37,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b190e2d2-515e-4ffa-8f34-bd23261f5510 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:09:37,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-b190e2d2-515e-4ffa-8f34-bd23261f5510 2018-12-03 17:09:37,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:37,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-821dccb5-6664-49cb-8b34-84c6655f1300 Date: Mon, 03 Dec 2018 17:09:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:37,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-821dccb5-6664-49cb-8b34-84c6655f1300 2018-12-03 17:09:37,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d&mac_address=fa%3A16%3A3e%3A9c%3A31%3A4e&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:38,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-d2d0280f-76fd-4191-b556-233e442e6677 Date: Mon, 03 Dec 2018 17:09:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.6"}],"id":"6363f5b7-9779-4f20-890e-9f3eb4b4eadc","security_groups":["9f3f60dd-544d-4035-90da-0ae8c3f02c04"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:31:4e","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba"}]} 2018-12-03 17:09:38,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d&mac_address=fa%3A16%3A3e%3A9c%3A31%3A4e&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4&admin_state_up=True used request id req-d2d0280f-76fd-4191-b556-233e442e6677 2018-12-03 17:09:38,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:38,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fedd6bd-116f-4b5a-a528-c8ebca5bea41 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:09:38,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-4fedd6bd-116f-4b5a-a528-c8ebca5bea41 2018-12-03 17:09:38,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:39,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09: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-6f30769c-91e1-445d-8711-f2be26199529 x-compute-request-id: req-6f30769c-91e1-445d-8711-f2be26199529 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:31:4e", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:31:4e", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "rel": "bookmark"}], "image": {"id": "fe3de114-102c-484d-a083-486f088104ca", "links": [{"href": "http://172.30.9.30:8774/images/fe3de114-102c-484d-a083-486f088104ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-12-03T17:09:23.000000", "flavor": {"id": "cc10774e-a336-4ac7-a08d-73c77a1fab2c", "links": [{"href": "http://172.30.9.30:8774/flavors/cc10774e-a336-4ac7-a08d-73c77a1fab2c", "rel": "bookmark"}]}, "id": "ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "security_groups": [{"name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp"}], "user_id": "6a705816474c47d8b78520b040030e73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:09:23Z", "hostId": "eb1aedfbe0a95dc2ee438be71a52ebddbd85b3352e202d46c0dabf6e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "created": "2018-12-03T17:09:16Z", "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:09:39,815 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1 used request id req-6f30769c-91e1-445d-8711-f2be26199529 2018-12-03 17:09:39,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:39,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d10e2426-6f6a-49bd-95d0-82390ca6f129 Date: Mon, 03 Dec 2018 17:09:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:39,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net used request id req-d10e2426-6f6a-49bd-95d0-82390ca6f129 2018-12-03 17:09:39,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:40,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-18a125b2-56df-4aa4-9b26-7a12474c77de Date: Mon, 03 Dec 2018 17:09:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:40,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-18a125b2-56df-4aa4-9b26-7a12474c77de 2018-12-03 17:09:40,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:40,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-a6693826-8416-497c-aa13-5c80bae6932e Date: Mon, 03 Dec 2018 17:09:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.3"}],"id":"0c4f7141-a5a4-4ebd-81ed-be1229317c5d","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:08:b1","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.6"}],"id":"6363f5b7-9779-4f20-890e-9f3eb4b4eadc","security_groups":["9f3f60dd-544d-4035-90da-0ae8c3f02c04"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:31:4e","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.1"}],"id":"a1dcebc6-c0d5-4596-8c6f-daffb24eeb1e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:9e:69","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:17Z","binding:vnic_type":"normal","device_id":"fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.2"}],"id":"c9fe5bb0-b00c-48d9-b53f-7c298ced3be5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:4d:84","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.4"}],"id":"f4ccc961-2f09-447c-b6c3-9c75559b66e6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d3:c8","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.11"}],"id":"f970f0ae-9df6-4899-b499-92884eddd4ab","security_groups":["6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:e6:49","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:16Z","binding:vnic_type":"normal","device_id":"f13dd33d-a8ec-426f-9bb5-4cb6176e926d"}]} 2018-12-03 17:09:40,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-a6693826-8416-497c-aa13-5c80bae6932e 2018-12-03 17:09:40,329 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1 2018-12-03 17:09:40,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:40,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-5ded7532-b059-4c0e-a966-6432625ad79a Date: Mon, 03 Dec 2018 17:09:40 GMT RESP BODY: {"floatingips": [{"router_id": "fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "created_at": "2018-12-03T17:09:17Z", "updated_at": "2018-12-03T17:09:19Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.208", "revision_number": 1, "project_id": "e54bf34e991642cf81dd358e43f30e9b", "port_id": "6363f5b7-9779-4f20-890e-9f3eb4b4eadc", "id": "c7bcc322-d00a-4b0b-8d63-34813a3ac4a7"}]} 2018-12-03 17:09:40,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-5ded7532-b059-4c0e-a966-6432625ad79a 2018-12-03 17:09:40,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/88bfa098-f3b8-4e7b-a15d-4b2facb5d81e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:40,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d7f03ed-c5cb-4a82-a0fd-452738e9395f x-compute-request-id: req-1d7f03ed-c5cb-4a82-a0fd-452738e9395f Content-Encoding: gzip Content-Length: 337 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/88bfa098-f3b8-4e7b-a15d-4b2facb5d81e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/88bfa098-f3b8-4e7b-a15d-4b2facb5d81e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "88bfa098-f3b8-4e7b-a15d-4b2facb5d81e", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-flavor2-pvodix5avido", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:09:40,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/88bfa098-f3b8-4e7b-a15d-4b2facb5d81e used request id req-1d7f03ed-c5cb-4a82-a0fd-452738e9395f 2018-12-03 17:09:40,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/d744fb82-6eed-443b-a6d3-a274df4cb4fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:40,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-06c91a3d-30c7-4842-82ff-9bbf2e1e1690 Date: Mon, 03 Dec 2018 17:09:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}} 2018-12-03 17:09:40,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/d744fb82-6eed-443b-a6d3-a274df4cb4fc used request id req-06c91a3d-30c7-4842-82ff-9bbf2e1e1690 2018-12-03 17:09:40,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:40,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-135a44c4-9d84-481c-8176-5fb77896b8f8 Date: Mon, 03 Dec 2018 17:09:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:40,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-135a44c4-9d84-481c-8176-5fb77896b8f8 2018-12-03 17:09:40,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:40,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c32a9ec1-207a-4b68-8da0-977c107220e8 Date: Mon, 03 Dec 2018 17:09:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:40,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-c32a9ec1-207a-4b68-8da0-977c107220e8 2018-12-03 17:09:40,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:41,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-4e8872a7-db4b-4366-a48f-3c97e19a47f7 Date: Mon, 03 Dec 2018 17:09:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:41,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net used request id req-4e8872a7-db4b-4366-a48f-3c97e19a47f7 2018-12-03 17:09:41,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:41,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24577c31-dd85-40e7-bb52-1780f67b3c1a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:09:41,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-24577c31-dd85-40e7-bb52-1780f67b3c1a 2018-12-03 17:09:41,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:41,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3f8498d8-73ff-4fdd-9dcd-fe2852ca56ec Date: Mon, 03 Dec 2018 17:09:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:41,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-3f8498d8-73ff-4fdd-9dcd-fe2852ca56ec 2018-12-03 17:09:41,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d&mac_address=fa%3A16%3A3e%3A33%3Ae6%3A49&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:41,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-d5614e7d-3ef9-432c-85e3-6c65e2b716bb Date: Mon, 03 Dec 2018 17:09:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.11"}],"id":"f970f0ae-9df6-4899-b499-92884eddd4ab","security_groups":["6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:e6:49","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:16Z","binding:vnic_type":"normal","device_id":"f13dd33d-a8ec-426f-9bb5-4cb6176e926d"}]} 2018-12-03 17:09:41,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d&mac_address=fa%3A16%3A3e%3A33%3Ae6%3A49&admin_state_up=True used request id req-d5614e7d-3ef9-432c-85e3-6c65e2b716bb 2018-12-03 17:09:41,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:41,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-074a7392-0579-4493-beba-60012a2efb55 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:09:41,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-074a7392-0579-4493-beba-60012a2efb55 2018-12-03 17:09:41,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:41,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-b08db9d5-bcba-4e4b-8e8d-175ae9bd101f Date: Mon, 03 Dec 2018 17:09:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:41,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net used request id req-b08db9d5-bcba-4e4b-8e8d-175ae9bd101f 2018-12-03 17:09:41,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:41,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-21c6a533-e943-44a5-91cb-d3966ee9ed57 Date: Mon, 03 Dec 2018 17:09:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:41,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-21c6a533-e943-44a5-91cb-d3966ee9ed57 2018-12-03 17:09:41,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:41,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-2f49a871-9ec0-4432-8ccd-28b89e77babf Date: Mon, 03 Dec 2018 17:09:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.3"}],"id":"0c4f7141-a5a4-4ebd-81ed-be1229317c5d","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:08:b1","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.6"}],"id":"6363f5b7-9779-4f20-890e-9f3eb4b4eadc","security_groups":["9f3f60dd-544d-4035-90da-0ae8c3f02c04"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:31:4e","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.1"}],"id":"a1dcebc6-c0d5-4596-8c6f-daffb24eeb1e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:9e:69","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:17Z","binding:vnic_type":"normal","device_id":"fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.2"}],"id":"c9fe5bb0-b00c-48d9-b53f-7c298ced3be5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:4d:84","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.4"}],"id":"f4ccc961-2f09-447c-b6c3-9c75559b66e6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d3:c8","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.11"}],"id":"f970f0ae-9df6-4899-b499-92884eddd4ab","security_groups":["6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:e6:49","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:16Z","binding:vnic_type":"normal","device_id":"f13dd33d-a8ec-426f-9bb5-4cb6176e926d"}]} 2018-12-03 17:09:41,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-2f49a871-9ec0-4432-8ccd-28b89e77babf 2018-12-03 17:09:41,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:41,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-bc4f97ec-5df9-4139-89bc-3d05f8e9d661 Date: Mon, 03 Dec 2018 17:09:41 GMT RESP BODY: {"floatingips": [{"router_id": "fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "created_at": "2018-12-03T17:09:17Z", "updated_at": "2018-12-03T17:09:19Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.208", "revision_number": 1, "project_id": "e54bf34e991642cf81dd358e43f30e9b", "port_id": "6363f5b7-9779-4f20-890e-9f3eb4b4eadc", "id": "c7bcc322-d00a-4b0b-8d63-34813a3ac4a7"}]} 2018-12-03 17:09:41,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-bc4f97ec-5df9-4139-89bc-3d05f8e9d661 2018-12-03 17:09:41,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/fe3de114-102c-484d-a083-486f088104ca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:42,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-642fcfa6-f72f-43bd-94c4-c0227eb1e15a Date: Mon, 03 Dec 2018 17:09:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:08:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-03T17:09:00Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/fe3de114-102c-484d-a083-486f088104ca/snap", "metadata": {}}], "self": "/v2/images/fe3de114-102c-484d-a083-486f088104ca", "min_disk": 0, "protected": false, "id": "fe3de114-102c-484d-a083-486f088104ca", "file": "/v2/images/fe3de114-102c-484d-a083-486f088104ca/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e54bf34e991642cf81dd358e43f30e9b", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/fe3de114-102c-484d-a083-486f088104ca/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:09:42,161 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/fe3de114-102c-484d-a083-486f088104ca used request id req-642fcfa6-f72f-43bd-94c4-c0227eb1e15a 2018-12-03 17:09:42,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3990ad8af67340f0fbb927cf1b10eb4318f0af8" 2018-12-03 17:09:42,193 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:42 GMT Server: Apache x-openstack-request-id: req-a81ede0a-f4b8-4668-bc63-b0e4f6a055ad Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:42,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:42 GMT Server: Apache x-openstack-request-id: req-dfff6952-bb9a-4bf3-b454-49d75062b09d 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": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "OS::project_id": "e54bf34e991642cf81dd358e43f30e9b", "OS::stack_id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxiIo9uCsyyTJjijOUBFwRBCRjHRZQoFdCK6pcW2YdRWNdyeK\nIaBYupp1+6jBI3dULlx2T+1pT3W+IlNlE60WANRpDUDuuMFJnKkpeaaNzWd+4oVl\n7BlCKbQneq/7X5Z7omgBQLQgmcugU2BPiaIFMxfl6RgHJ9MrNs98nK6C4ZPcJAQM\nSSzNH4b6pY11UP8nZTXw8QMfOlrZSQfWLDPsLDkuJGJFD0c3SjCuHaqoAeYi4D1h\nG8QCqE2lzmjw06fCYvP/+6y35e8/MQlm7fjUxMlcWe7MGhcVYzzNwKamep5Y+bsy\nStRNeZEUNX9WXACV2ey/aWs4LVlzyOiSu3W1KQIDAQABAoIBAQCgTDbUNcXWvLaM\n2xq/0LwBdV4sQl2M3tiEE7tm14JHB97iDg1FU1M19Y2Kw2cu6HYk5A2ccLmI3fus\nDchy+NAab79mR6hbtZV2t62kjEmhayBO6Bojv/O1hdmC+ynmlfsE1BxfWtwdUY8u\npXb0JS8LvUP3J8dyQvhtacSphs7A7NCXhzrv3RCiNLdJC6lIbhddfB9VNhZCJeaF\nX/ZrRZR4asq2qCapK71KBioUCiqHQIBJHBjtKixCGtcD1/e/FsCc5sb4QYuGwVsS\n8xrEuVWBAGN67++RfQdr4OMPgKtv2WkHRfp80XWQYzrtomr9TXGG5p4HQ7w4VGkU\nn0Qv9NkBAoGBAOvphPgdp1K/fpJTTgENGZS4cIuRtMwbroJPz3F35sb8xOcCozJ3\nrGweoIFB32JtgzJYpzJgtNouhmXBHb9MWyV1/stvS0H01yB6JJ5ZA3jFU7h/XTZx\nb1fBLjHKL3whzPYM7boO75q9IZoi0MQX4320cuwGnTFn6/rp/WBMa0VZAoGBANcB\nIPcvmyT/PZPzLSTjsYG9WoF0y09ECua9tKv9xtOPYlcseG4Pg/kxjYJznrR09a4T\njcp90qdyKe7Run6okp0LDM5ZmuNgPpKM/mwr1rV90sOFMJznY8jUfaSuOj0lOEfM\nBidZLm6wOdlC48FwU/ydSpoCJUsly46XtgP2HmRRAoGAd4ucIAcW1S3Iu+mO66Vx\nwxU7ot4xGgUlB0/eNQenYEqSlOWXQWm3bAqRFy8EPeJ0yzx1bWfn/W/6FvInWtsc\njP0gIoLBRikGIqUCjWNaCQclh6ay23XcEEIKYJyuN18Bd+XRSalr7aPNtUfTNqtM\nUlTwr34ihfi9cibEiNnwufECgYEAslR3WU8dKaSjGJH8gbpxwqCh7vpGn6paOGRk\n9Lr7LQKimJeEFBW+avRU4TyxCBByrj39v1R5YvVoHnPKcb+0S5mct5LOy4VKoRdc\n96+s2MBSDmXsmle6BhtpUyxHlevHMJXjDMQFpT153eCDNDDNGJwGApOBB0GEAvOG\nvuZm8uECgYBOPueS9q/7kAFKDugLLk+4OQOEZV8cAc3rlMCDhC4Mdp+XGWnABhzZ\n4Q0pUjnZ3wwoTmDx2k8e1KsbLZ91+KI0sAyV07/BYcblpeLWkLbuBlCwZtdTpa1K\nxAOBZmcp753C5xbnTFLSZjFMvlNIoqwRJZ2VlsZu/Y22sdTYAEjJLQ==\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-12-03 17:09:42,367 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-dfff6952-bb9a-4bf3-b454-49d75062b09d 2018-12-03 17:09:42,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:09:42,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:09:42,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "37b63759706843ec834601c3e5faaeba", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj-role"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:09:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e54bf34e991642cf81dd358e43f30e9b", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e54bf34e991642cf81dd358e43f30e9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-user", "id": "6a705816474c47d8b78520b040030e73"}, "audit_ids": ["HD2Ry7vGRqWUagfS3Qpp3w"], "issued_at": "2018-12-03T17:09:42.000000Z"}} 2018-12-03 17:09:42,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:42,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e4e0920-53b2-486a-b7bc-7d51b7cfc4ec Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:09:42,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4e4e0920-53b2-486a-b7bc-7d51b7cfc4ec 2018-12-03 17:09:42,835 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:09:42,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:42,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-271f2666-86be-412f-9837-705b8baa18e4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:09:42,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-271f2666-86be-412f-9837-705b8baa18e4 2018-12-03 17:09:42,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:43,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d2108f1b-56a6-4256-98dd-15b68644177a Date: Mon, 03 Dec 2018 17:09:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:43,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net used request id req-d2108f1b-56a6-4256-98dd-15b68644177a 2018-12-03 17:09:43,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:09:43,179 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:09: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:09:43,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:43,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b86aa58-08a0-4e21-8b9f-04fdbcc5be7e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:09:43,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-5b86aa58-08a0-4e21-8b9f-04fdbcc5be7e 2018-12-03 17:09:43,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:43,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4db5fc98-0e45-4b72-aec2-36ad7421aabd Date: Mon, 03 Dec 2018 17:09:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:43,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-4db5fc98-0e45-4b72-aec2-36ad7421aabd 2018-12-03 17:09:43,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d&mac_address=fa%3A16%3A3e%3A33%3Ae6%3A49&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:43,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-f97ee1ff-23c8-4104-b7ec-c659eadcf9ad Date: Mon, 03 Dec 2018 17:09:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.11"}],"id":"f970f0ae-9df6-4899-b499-92884eddd4ab","security_groups":["6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:e6:49","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:16Z","binding:vnic_type":"normal","device_id":"f13dd33d-a8ec-426f-9bb5-4cb6176e926d"}]} 2018-12-03 17:09:43,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d&mac_address=fa%3A16%3A3e%3A33%3Ae6%3A49&admin_state_up=True used request id req-f97ee1ff-23c8-4104-b7ec-c659eadcf9ad 2018-12-03 17:09:43,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:43,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e3a183d-97cc-4a5f-b823-05f9e4edeb51 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:09:43,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-9e3a183d-97cc-4a5f-b823-05f9e4edeb51 2018-12-03 17:09:43,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:44,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ae78264-c14a-499f-85ca-bf824fa9b0cd x-compute-request-id: req-7ae78264-c14a-499f-85ca-bf824fa9b0cd Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:e6:49", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f13dd33d-a8ec-426f-9bb5-4cb6176e926d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f13dd33d-a8ec-426f-9bb5-4cb6176e926d", "rel": "bookmark"}], "image": {"id": "fe3de114-102c-484d-a083-486f088104ca", "links": [{"href": "http://172.30.9.30:8774/images/fe3de114-102c-484d-a083-486f088104ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-12-03T17:09:20.000000", "flavor": {"id": "88bfa098-f3b8-4e7b-a15d-4b2facb5d81e", "links": [{"href": "http://172.30.9.30:8774/flavors/88bfa098-f3b8-4e7b-a15d-4b2facb5d81e", "rel": "bookmark"}]}, "id": "f13dd33d-a8ec-426f-9bb5-4cb6176e926d", "security_groups": [{"name": "default"}], "user_id": "6a705816474c47d8b78520b040030e73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:09:20Z", "hostId": "9f6ce437e217e9bbe8527b5f96911f8af6835e013bf45e512943e043", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "created": "2018-12-03T17:09:14Z", "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:09:44,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2 used request id req-7ae78264-c14a-499f-85ca-bf824fa9b0cd 2018-12-03 17:09:44,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:45,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-557367be-af49-4e38-8bac-3206e19a125f Date: Mon, 03 Dec 2018 17:09:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:45,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net used request id req-557367be-af49-4e38-8bac-3206e19a125f 2018-12-03 17:09:45,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:45,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-287207fd-ba74-4517-94a7-1090b08be518 Date: Mon, 03 Dec 2018 17:09:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:45,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-287207fd-ba74-4517-94a7-1090b08be518 2018-12-03 17:09:45,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:45,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-a1a36138-b594-4816-b974-175655079c2a Date: Mon, 03 Dec 2018 17:09:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.3"}],"id":"0c4f7141-a5a4-4ebd-81ed-be1229317c5d","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:08:b1","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.6"}],"id":"6363f5b7-9779-4f20-890e-9f3eb4b4eadc","security_groups":["9f3f60dd-544d-4035-90da-0ae8c3f02c04"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:31:4e","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.1"}],"id":"a1dcebc6-c0d5-4596-8c6f-daffb24eeb1e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:9e:69","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:17Z","binding:vnic_type":"normal","device_id":"fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.2"}],"id":"c9fe5bb0-b00c-48d9-b53f-7c298ced3be5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:4d:84","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.4"}],"id":"f4ccc961-2f09-447c-b6c3-9c75559b66e6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d3:c8","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.11"}],"id":"f970f0ae-9df6-4899-b499-92884eddd4ab","security_groups":["6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:e6:49","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:16Z","binding:vnic_type":"normal","device_id":"f13dd33d-a8ec-426f-9bb5-4cb6176e926d"}]} 2018-12-03 17:09:45,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-a1a36138-b594-4816-b974-175655079c2a 2018-12-03 17:09:45,386 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2 2018-12-03 17:09:45,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:45,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-42588baa-22ee-4268-858e-7d531cf79dd1 Date: Mon, 03 Dec 2018 17:09:45 GMT RESP BODY: {"floatingips": [{"router_id": "fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "created_at": "2018-12-03T17:09:17Z", "updated_at": "2018-12-03T17:09:19Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.208", "revision_number": 1, "project_id": "e54bf34e991642cf81dd358e43f30e9b", "port_id": "6363f5b7-9779-4f20-890e-9f3eb4b4eadc", "id": "c7bcc322-d00a-4b0b-8d63-34813a3ac4a7"}]} 2018-12-03 17:09:45,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-42588baa-22ee-4268-858e-7d531cf79dd1 2018-12-03 17:09:45,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:46,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de1451fb-f411-478a-8eb9-a1a1eded52ac x-compute-request-id: req-de1451fb-f411-478a-8eb9-a1a1eded52ac Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:31:4e", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:31:4e", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "rel": "bookmark"}], "image": {"id": "fe3de114-102c-484d-a083-486f088104ca", "links": [{"href": "http://172.30.9.30:8774/images/fe3de114-102c-484d-a083-486f088104ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-12-03T17:09:23.000000", "flavor": {"id": "cc10774e-a336-4ac7-a08d-73c77a1fab2c", "links": [{"href": "http://172.30.9.30:8774/flavors/cc10774e-a336-4ac7-a08d-73c77a1fab2c", "rel": "bookmark"}]}, "id": "ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "security_groups": [{"name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp"}], "user_id": "6a705816474c47d8b78520b040030e73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:09:23Z", "hostId": "eb1aedfbe0a95dc2ee438be71a52ebddbd85b3352e202d46c0dabf6e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "created": "2018-12-03T17:09:16Z", "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:09:46,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba used request id req-de1451fb-f411-478a-8eb9-a1a1eded52ac 2018-12-03 17:09:46,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:46,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-41076b63-8df3-44a0-95a1-aff2f638c7ef Date: Mon, 03 Dec 2018 17:09:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:46,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net used request id req-41076b63-8df3-44a0-95a1-aff2f638c7ef 2018-12-03 17:09:46,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:46,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31d3f693-71f6-41c1-846a-18aad5d69a95 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:09:46,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-31d3f693-71f6-41c1-846a-18aad5d69a95 2018-12-03 17:09:46,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:46,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-cfc42446-4f4e-4a37-b07b-5cf716967b4b Date: Mon, 03 Dec 2018 17:09:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:46,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-cfc42446-4f4e-4a37-b07b-5cf716967b4b 2018-12-03 17:09:46,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:47,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-ed0ec66b-9200-4bae-8c38-d4bc69b70a98 Date: Mon, 03 Dec 2018 17:09:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.3"}],"id":"0c4f7141-a5a4-4ebd-81ed-be1229317c5d","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:08:b1","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.6"}],"id":"6363f5b7-9779-4f20-890e-9f3eb4b4eadc","security_groups":["9f3f60dd-544d-4035-90da-0ae8c3f02c04"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:31:4e","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.1"}],"id":"a1dcebc6-c0d5-4596-8c6f-daffb24eeb1e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:9e:69","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:17Z","binding:vnic_type":"normal","device_id":"fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.2"}],"id":"c9fe5bb0-b00c-48d9-b53f-7c298ced3be5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:4d:84","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.4"}],"id":"f4ccc961-2f09-447c-b6c3-9c75559b66e6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d3:c8","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.11"}],"id":"f970f0ae-9df6-4899-b499-92884eddd4ab","security_groups":["6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:e6:49","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:16Z","binding:vnic_type":"normal","device_id":"f13dd33d-a8ec-426f-9bb5-4cb6176e926d"}]} 2018-12-03 17:09:47,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-ed0ec66b-9200-4bae-8c38-d4bc69b70a98 2018-12-03 17:09:47,015 - create_instance - INFO - Checking if VM is active 2018-12-03 17:09:47,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:47,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-67e8acd9-ed3b-4b80-b35f-a5ff3ba753bf x-compute-request-id: req-67e8acd9-ed3b-4b80-b35f-a5ff3ba753bf Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:31:4e", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:31:4e", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "rel": "bookmark"}], "image": {"id": "fe3de114-102c-484d-a083-486f088104ca", "links": [{"href": "http://172.30.9.30:8774/images/fe3de114-102c-484d-a083-486f088104ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-12-03T17:09:23.000000", "flavor": {"id": "cc10774e-a336-4ac7-a08d-73c77a1fab2c", "links": [{"href": "http://172.30.9.30:8774/flavors/cc10774e-a336-4ac7-a08d-73c77a1fab2c", "rel": "bookmark"}]}, "id": "ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "security_groups": [{"name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp"}], "user_id": "6a705816474c47d8b78520b040030e73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:09:23Z", "hostId": "eb1aedfbe0a95dc2ee438be71a52ebddbd85b3352e202d46c0dabf6e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "created": "2018-12-03T17:09:16Z", "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:09:47,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba used request id req-67e8acd9-ed3b-4b80-b35f-a5ff3ba753bf 2018-12-03 17:09:47,603 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1] is - ACTIVE 2018-12-03 17:09:47,603 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:09:47,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:48,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-83efb1f3-795f-4c18-811c-85abf960aadd x-compute-request-id: req-83efb1f3-795f-4c18-811c-85abf960aadd Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:31:4e", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:31:4e", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "rel": "bookmark"}], "image": {"id": "fe3de114-102c-484d-a083-486f088104ca", "links": [{"href": "http://172.30.9.30:8774/images/fe3de114-102c-484d-a083-486f088104ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-12-03T17:09:23.000000", "flavor": {"id": "cc10774e-a336-4ac7-a08d-73c77a1fab2c", "links": [{"href": "http://172.30.9.30:8774/flavors/cc10774e-a336-4ac7-a08d-73c77a1fab2c", "rel": "bookmark"}]}, "id": "ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba", "security_groups": [{"name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp"}], "user_id": "6a705816474c47d8b78520b040030e73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:09:23Z", "hostId": "eb1aedfbe0a95dc2ee438be71a52ebddbd85b3352e202d46c0dabf6e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "created": "2018-12-03T17:09:16Z", "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:09:48,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba used request id req-83efb1f3-795f-4c18-811c-85abf960aadd 2018-12-03 17:09:48,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:49,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-807478ca-ef7a-4599-a793-9326366e18fe Date: Mon, 03 Dec 2018 17:09:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:49,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net used request id req-807478ca-ef7a-4599-a793-9326366e18fe 2018-12-03 17:09:49,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:49,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb91919e-5fb9-4e48-8707-61527c454a60 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:09:49,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-fb91919e-5fb9-4e48-8707-61527c454a60 2018-12-03 17:09:49,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:49,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0775bb5c-74c6-4b39-903a-f1fe8ac38906 Date: Mon, 03 Dec 2018 17:09:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:49,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-0775bb5c-74c6-4b39-903a-f1fe8ac38906 2018-12-03 17:09:49,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66a135f58c5c926427b225a746cf0e353f1643a" 2018-12-03 17:09:49,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-c2dd8585-c957-4183-9d27-5d4d255eea63 Date: Mon, 03 Dec 2018 17:09:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.3"}],"id":"0c4f7141-a5a4-4ebd-81ed-be1229317c5d","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:08:b1","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.6"}],"id":"6363f5b7-9779-4f20-890e-9f3eb4b4eadc","security_groups":["9f3f60dd-544d-4035-90da-0ae8c3f02c04"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:31:4e","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.1"}],"id":"a1dcebc6-c0d5-4596-8c6f-daffb24eeb1e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:9e:69","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:17Z","binding:vnic_type":"normal","device_id":"fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.2"}],"id":"c9fe5bb0-b00c-48d9-b53f-7c298ced3be5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:4d:84","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.4"}],"id":"f4ccc961-2f09-447c-b6c3-9c75559b66e6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d3:c8","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.11"}],"id":"f970f0ae-9df6-4899-b499-92884eddd4ab","security_groups":["6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:e6:49","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:16Z","binding:vnic_type":"normal","device_id":"f13dd33d-a8ec-426f-9bb5-4cb6176e926d"}]} 2018-12-03 17:09:49,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-c2dd8585-c957-4183-9d27-5d4d255eea63 2018-12-03 17:09:49,518 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:09:49,521 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a1ce210L 2018-12-03 17:09:49,522 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:09:49,522 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:09:49,522 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:09:49,524 - 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-12-03 17:09:49,524 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:09:49,524 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:09:49,524 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:09:49,524 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:09:49,524 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:09:49,540 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:09:49,541 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:09:49,554 - paramiko.transport - DEBUG - Trying key 34731e53c749e43edd6a54e9a7df3466 from bc7b0b21-acce-4840-8dae-7d050beda308 2018-12-03 17:09:49,580 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:09:49,584 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:09:49,684 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:09:49,699 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:09:49,700 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:09:49,701 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a1ce290L 2018-12-03 17:09:49,702 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:09:49,702 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-03 17:09:49,702 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-03 17:09:49,703 - 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-12-03 17:09:49,703 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:09:49,703 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-03 17:09:49,704 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:09:49,704 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:09:49,704 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:09:49,720 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:09:49,721 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:09:49,734 - paramiko.transport - DEBUG - Trying key 34731e53c749e43edd6a54e9a7df3466 from bc7b0b21-acce-4840-8dae-7d050beda308 2018-12-03 17:09:49,760 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:09:49,765 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:09:49,798 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:09:49,799 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-03 17:09:49,799 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:09:49,800 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:09:49,801 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:09:49,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f13dd33d-a8ec-426f-9bb5-4cb6176e926d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:50,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09: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-81d77d67-5300-456f-9db0-d088fc96a720 x-compute-request-id: req-81d77d67-5300-456f-9db0-d088fc96a720 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:e6:49", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f13dd33d-a8ec-426f-9bb5-4cb6176e926d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f13dd33d-a8ec-426f-9bb5-4cb6176e926d", "rel": "bookmark"}], "image": {"id": "fe3de114-102c-484d-a083-486f088104ca", "links": [{"href": "http://172.30.9.30:8774/images/fe3de114-102c-484d-a083-486f088104ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-12-03T17:09:20.000000", "flavor": {"id": "88bfa098-f3b8-4e7b-a15d-4b2facb5d81e", "links": [{"href": "http://172.30.9.30:8774/flavors/88bfa098-f3b8-4e7b-a15d-4b2facb5d81e", "rel": "bookmark"}]}, "id": "f13dd33d-a8ec-426f-9bb5-4cb6176e926d", "security_groups": [{"name": "default"}], "user_id": "6a705816474c47d8b78520b040030e73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:09:20Z", "hostId": "9f6ce437e217e9bbe8527b5f96911f8af6835e013bf45e512943e043", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "created": "2018-12-03T17:09:14Z", "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:09:50,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f13dd33d-a8ec-426f-9bb5-4cb6176e926d used request id req-81d77d67-5300-456f-9db0-d088fc96a720 2018-12-03 17:09:50,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:50,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-cac51bbb-84b6-4b6e-9fbf-79e2aa8dee18 Date: Mon, 03 Dec 2018 17:09:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","subnets":["d744fb82-6eed-443b-a6d3-a274df4cb4fc"],"description":"","tags":[],"updated_at":"2018-12-03T17:09:11Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net","admin_state_up":true,"tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:10Z","provider:network_type":"vxlan"}]} 2018-12-03 17:09:50,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net used request id req-cac51bbb-84b6-4b6e-9fbf-79e2aa8dee18 2018-12-03 17:09:50,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:50,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60116d90-3318-4f58-9c3d-62984bab3da4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:09:50,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-60116d90-3318-4f58-9c3d-62984bab3da4 2018-12-03 17:09:50,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:50,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c971f18f-6465-4a63-b3a4-3ff72bf53c59 Date: Mon, 03 Dec 2018 17:09:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:11Z","dns_nameservers":[],"updated_at":"2018-12-03T17:09:11Z","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":"e54bf34e991642cf81dd358e43f30e9b","id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet"}]} 2018-12-03 17:09:50,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-c971f18f-6465-4a63-b3a4-3ff72bf53c59 2018-12-03 17:09:50,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db510141330cce3c0dd0153c117fce3fdda1f7e0" 2018-12-03 17:09:51,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-10d33553-1725-4985-8b60-930ce8a01030 Date: Mon, 03 Dec 2018 17:09:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.3"}],"id":"0c4f7141-a5a4-4ebd-81ed-be1229317c5d","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:08:b1","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.6"}],"id":"6363f5b7-9779-4f20-890e-9f3eb4b4eadc","security_groups":["9f3f60dd-544d-4035-90da-0ae8c3f02c04"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:31:4e","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack-port1-duh7bpqx5yt4","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"ad6ca36e-cd5f-4fbd-9ce8-0f432aa26bba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.1"}],"id":"a1dcebc6-c0d5-4596-8c6f-daffb24eeb1e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:9e:69","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:17Z","binding:vnic_type":"normal","device_id":"fd2b8b8c-236b-4095-9fc2-8ef0dd9113b5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.2"}],"id":"c9fe5bb0-b00c-48d9-b53f-7c298ced3be5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:4d:84","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.4"}],"id":"f4ccc961-2f09-447c-b6c3-9c75559b66e6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:d3:c8","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-496a3d3f-7209-49a0-ab32-ed81e48aed1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:09:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d744fb82-6eed-443b-a6d3-a274df4cb4fc","ip_address":"10.1.2.11"}],"id":"f970f0ae-9df6-4899-b499-92884eddd4ab","security_groups":["6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:e6:49","project_id":"e54bf34e991642cf81dd358e43f30e9b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"496a3d3f-7209-49a0-ab32-ed81e48aed1d","tenant_id":"e54bf34e991642cf81dd358e43f30e9b","created_at":"2018-12-03T17:09:16Z","binding:vnic_type":"normal","device_id":"f13dd33d-a8ec-426f-9bb5-4cb6176e926d"}]} 2018-12-03 17:09:51,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=496a3d3f-7209-49a0-ab32-ed81e48aed1d used request id req-10d33553-1725-4985-8b60-930ce8a01030 2018-12-03 17:09:51,129 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack 2018-12-03 17:09:51,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:09:51,297 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:51 GMT Server: Apache x-openstack-request-id: req-820ba132-fb68-4d99-8bd9-759596740cdf Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:51,578 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:09:51 GMT Server: Apache x-openstack-request-id: req-69c2789a-c7a7-40e0-a5c4-775faf15df7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:09:51,578 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-69c2789a-c7a7-40e0-a5c4-775faf15df7e 2018-12-03 17:09:51,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:09:51,769 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:51 GMT Server: Apache x-openstack-request-id: req-99536c9c-d6e9-4366-b25e-60e4671b4ad8 Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:51,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:51 GMT Server: Apache x-openstack-request-id: req-276d7c7b-45ef-40cd-884f-64641d964905 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 679 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-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "OS::project_id": "e54bf34e991642cf81dd358e43f30e9b", "OS::stack_id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "tags": null, "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T17:09:51Z", "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "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-12-03 17:09:51,943 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-276d7c7b-45ef-40cd-884f-64641d964905 2018-12-03 17:09:51,943 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 17:09:51,943 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:09:54,946 - create_stack - DEBUG - Stack status query timeout in 1196.63210893 2018-12-03 17:09:54,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:09:55,122 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:54 GMT Server: Apache x-openstack-request-id: req-9911eb79-dde3-4812-af69-ad5688d5689b Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:55,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:55 GMT Server: Apache x-openstack-request-id: req-e0907b17-3ea8-4b48-8a3b-dfeab0105fff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 679 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-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "OS::project_id": "e54bf34e991642cf81dd358e43f30e9b", "OS::stack_id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "tags": null, "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T17:09:51Z", "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "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-12-03 17:09:55,444 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-e0907b17-3ea8-4b48-8a3b-dfeab0105fff 2018-12-03 17:09:55,444 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 17:09:55,444 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:09:58,448 - create_stack - DEBUG - Stack status query timeout in 1193.13089204 2018-12-03 17:09:58,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:09:58,481 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:09:58 GMT Server: Apache x-openstack-request-id: req-644e6077-213c-452f-993e-9e05a04ac684 Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:09:58,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:09:58 GMT Server: Apache x-openstack-request-id: req-fd0258e0-e062-4b7f-a38d-e970a8c0bb00 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 679 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-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "OS::project_id": "e54bf34e991642cf81dd358e43f30e9b", "OS::stack_id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "tags": null, "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-03T17:09:51Z", "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "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-12-03 17:09:58,508 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-fd0258e0-e062-4b7f-a38d-e970a8c0bb00 2018-12-03 17:09:58,508 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-03 17:09:58,508 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-03 17:10:01,511 - create_stack - DEBUG - Stack status query timeout in 1190.06749701 2018-12-03 17:10:01,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:10:01,690 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:10:01 GMT Server: Apache x-openstack-request-id: req-3cc88351-88e1-41a2-86a5-4472c138fa76 Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:10:01,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:01 GMT Server: Apache x-openstack-request-id: req-173ee4c8-8229-4f2e-96d7-b02447efed7a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 688 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-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor2", "OS::project_id": "e54bf34e991642cf81dd358e43f30e9b", "OS::stack_id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-kp", "security_group_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-subnet", "net_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst2", "inst1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-inst1", "image2_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image", "flavor1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-flavor1", "image1_name": "CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image"}, "deletion_time": "2018-12-03T17:10:01Z", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack", "stack_user_project_id": "59844bc60f294d00bf7dd54d14efd62c", "tags": null, "creation_time": "2018-12-03T17:09:04Z", "links": [{"href": "http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-03T17:09:51Z", "id": "5c535764-ccd4-4bf0-9911-9a9aacc4ed90", "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-12-03 17:10:01,888 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-173ee4c8-8229-4f2e-96d7-b02447efed7a 2018-12-03 17:10:01,888 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-03 17:10:01,888 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack 2018-12-03 17:10:01,888 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack 2018-12-03 17:10:01,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}300e285705b95478b477b60807f170e3a0ed4c30" 2018-12-03 17:10:01,918 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 03 Dec 2018 17:10:01 GMT Server: Apache x-openstack-request-id: req-e1a850a3-c851-4908-a27d-299fdfa2e087 Location: http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-03 17:10:01,945 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 17:10:01 GMT Server: Apache x-openstack-request-id: req-f66dfc0a-8a67-4741-8df7-91fc1062d64a Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-03 17:10:01,945 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/e54bf34e991642cf81dd358e43f30e9b/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-stack/5c535764-ccd4-4bf0-9911-9a9aacc4ed90 used request id req-f66dfc0a-8a67-4741-8df7-91fc1062d64a 2018-12-03 17:10:01,946 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-c1e1e024-1f97-44cd-9db6-033ac61feccb-image 2018-12-03 17:10:01,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/fe3de114-102c-484d-a083-486f088104ca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd9076649f4dd35cf183cf959a757bdb9b67e65d" 2018-12-03 17:10:03,729 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c47f9c56-1a07-4baa-ab0b-6660299864db Date: Mon, 03 Dec 2018 17: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-12-03 17:10:03,730 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/fe3de114-102c-484d-a083-486f088104ca used request id req-c47f9c56-1a07-4baa-ab0b-6660299864db 2018-12-03 17:10:03,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:10:03,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-13eb857a-d216-4973-b530-4802cf955dd2 Date: Mon, 03 Dec 2018 17:10:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "created_at": "2018-12-03T17:09:07Z", "updated_at": "2018-12-03T17:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:09:07Z", "revision_number": 0, "id": "146bfea0-5532-4b2f-9a26-394dcf67fcf5", "remote_group_id": "6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b", "remote_ip_prefix": null, "created_at": "2018-12-03T17:09:07Z", "security_group_id": "6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b", "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e54bf34e991642cf81dd358e43f30e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:09:07Z", "revision_number": 0, "id": "6077327a-e972-4f91-b014-c1c039565cfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:09:07Z", "security_group_id": "6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b", "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e54bf34e991642cf81dd358e43f30e9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:09:07Z", "revision_number": 0, "id": "847aec6c-4d22-4b4d-859c-1776aa6a89e9", "remote_group_id": "6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b", "remote_ip_prefix": null, "created_at": "2018-12-03T17:09:07Z", "security_group_id": "6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b", "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e54bf34e991642cf81dd358e43f30e9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:09:07Z", "revision_number": 0, "id": "94668285-b112-4550-9927-080fcac12e99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:09:07Z", "security_group_id": "6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b", "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e54bf34e991642cf81dd358e43f30e9b"}], "revision_number": 4, "project_id": "e54bf34e991642cf81dd358e43f30e9b", "id": "6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 17:10:03,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-13eb857a-d216-4973-b530-4802cf955dd2 2018-12-03 17:10:03,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:10:04,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21a056b3-fa91-44f4-bb03-236cc9742193 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 17:10:04,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-21a056b3-fa91-44f4-bb03-236cc9742193 2018-12-03 17:10:04,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:10:04,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd02ab55-e213-438d-8ad7-26b568ddff7b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 17:10:04,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-cd02ab55-e213-438d-8ad7-26b568ddff7b 2018-12-03 17:10:04,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:10:04,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60974e51-2b15-4ff4-9a25-9559eb5edb0c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b"}, "enabled": true, "id": "e54bf34e991642cf81dd358e43f30e9b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj"}} 2018-12-03 17:10:04,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-60974e51-2b15-4ff4-9a25-9559eb5edb0c 2018-12-03 17:10:04,258 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b 2018-12-03 17:10:04,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:10:04,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9fff5720-2a7d-4664-aa67-e6993cf557d5 Date: Mon, 03 Dec 2018 17:10:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:09:07Z", "security_group_id": "6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b", "port_range_min": null, "revision_number": 0, "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "created_at": "2018-12-03T17:09:07Z", "project_id": "e54bf34e991642cf81dd358e43f30e9b", "id": "146bfea0-5532-4b2f-9a26-394dcf67fcf5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:09:07Z", "security_group_id": "6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b", "port_range_min": null, "revision_number": 0, "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "created_at": "2018-12-03T17:09:07Z", "project_id": "e54bf34e991642cf81dd358e43f30e9b", "id": "6077327a-e972-4f91-b014-c1c039565cfd"}, {"remote_group_id": "6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:09:07Z", "security_group_id": "6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b", "port_range_min": null, "revision_number": 0, "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "created_at": "2018-12-03T17:09:07Z", "project_id": "e54bf34e991642cf81dd358e43f30e9b", "id": "847aec6c-4d22-4b4d-859c-1776aa6a89e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:09:07Z", "security_group_id": "6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b", "port_range_min": null, "revision_number": 0, "tenant_id": "e54bf34e991642cf81dd358e43f30e9b", "created_at": "2018-12-03T17:09:07Z", "project_id": "e54bf34e991642cf81dd358e43f30e9b", "id": "94668285-b112-4550-9927-080fcac12e99"}]} 2018-12-03 17:10:04,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b used request id req-9fff5720-2a7d-4664-aa67-e6993cf557d5 2018-12-03 17:10:04,440 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 17:10:04,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:10:04,789 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d9f9a853-c594-4feb-aaa9-51790952ec30 Content-Length: 0 Date: Mon, 03 Dec 2018 17:10:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:10:04,789 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/6e38a32c-8103-4bd4-b3c7-4e8c0bc2324b used request id req-d9f9a853-c594-4feb-aaa9-51790952ec30 2018-12-03 17:10:04,790 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj 2018-12-03 17:10:04,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:10:05,056 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:10:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb7f2ab9-ef19-4aad-98c5-fd520f87b048 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:10:05,056 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/e54bf34e991642cf81dd358e43f30e9b used request id req-fb7f2ab9-ef19-4aad-98c5-fd520f87b048 2018-12-03 17:10:05,056 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-8e83f1e8-0923-4ff-proj-role 2018-12-03 17:10:05,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/37b63759706843ec834601c3e5faaeba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:10:05,159 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:10:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9aebdca4-7a93-4d76-98ec-23b5eeadb533 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:10:05,159 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/37b63759706843ec834601c3e5faaeba used request id req-9aebdca4-7a93-4d76-98ec-23b5eeadb533 2018-12-03 17:10:05,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292d2bfbe4b89ebcc2696c4a3210b685b586841e" 2018-12-03 17:10:05,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eb90076-a02c-4cd1-b22c-1bfe906ebb56 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:10:05,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4eb90076-a02c-4cd1-b22c-1bfe906ebb56 2018-12-03 17:10:05,252 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-8e83f1e8-0923-4ff-user 2018-12-03 17:10:05,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/6a705816474c47d8b78520b040030e73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8830bf3754ac796eb79dcb4461a7259105373e07" 2018-12-03 17:10:05,752 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:10:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5e10579-5b2f-440a-a59d-35a70d6540f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:10:05,753 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/6a705816474c47d8b78520b040030e73 used request id req-e5e10579-5b2f-440a-a59d-35a70d6540f7 2018-12-03 17:10:05,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:10:06,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:10:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["mEcSe8h9QUuOwCTSkKLSGg"], "issued_at": "2018-12-03T17:10:06.000000Z"}} 2018-12-03 17:10:06,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ced5f3348fa5028f66089ced3bce6d7bb96db754" 2018-12-03 17:10:06,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64dedb9e-b790-449d-8ef6-898bd31ba0c9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:10:06,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-64dedb9e-b790-449d-8ef6-898bd31ba0c9 2018-12-03 17:10:06,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:10:06,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:10:06,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:10:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["NxDZGVmNRhiZzypBGTJRvQ"], "issued_at": "2018-12-03T17:10:06.000000Z"}} 2018-12-03 17:10:06,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:10:06,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25156f02-8ac9-4d5b-88d0-71992821589c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:10:06,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-25156f02-8ac9-4d5b-88d0-71992821589c 2018-12-03 17:10:06,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:10:06,696 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:10: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:10:06,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:10:06,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a81b4433-63e8-40c0-ba1f-84c95108b7fe Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 17:10:06,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj used request id req-a81b4433-63e8-40c0-ba1f-84c95108b7fe 2018-12-03 17:10:06,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:10:06,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc78565c-62f8-487c-811a-39d5694c5db0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:10:06,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-cc78565c-62f8-487c-811a-39d5694c5db0 2018-12-03 17:10:06,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}}' 2018-12-03 17:10:06,998 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:10:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-076082c4-96ce-4332-9746-5f5d891cd901 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:10:06,998 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-076082c4-96ce-4332-9746-5f5d891cd901 2018-12-03 17:10:06,998 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj 2018-12-03 17:10:06,998 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:10:06,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:10:07,394 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:10:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["bQzpPo_NR5CXOwJBZoXZVA"], "issued_at": "2018-12-03T17:10:07.000000Z"}} 2018-12-03 17:10:07,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f286cc7c673160f20c4c0f91ba1c37efd6c70d" 2018-12-03 17:10:07,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-709f5e97-7dcc-4da3-ab2f-2a99b6c4046f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:10:07,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-709f5e97-7dcc-4da3-ab2f-2a99b6c4046f 2018-12-03 17:10:07,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:10:07,481 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:10:07,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f286cc7c673160f20c4c0f91ba1c37efd6c70d" 2018-12-03 17:10:07,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d94235f9-f939-4367-8248-55798755e631 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:10:07,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d94235f9-f939-4367-8248-55798755e631 2018-12-03 17:10:07,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f286cc7c673160f20c4c0f91ba1c37efd6c70d" 2018-12-03 17:10:07,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14a0c80c-4003-4410-8966-affdf90c52fe Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}]} 2018-12-03 17:10:07,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj used request id req-14a0c80c-4003-4410-8966-affdf90c52fe 2018-12-03 17:10:07,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f286cc7c673160f20c4c0f91ba1c37efd6c70d" 2018-12-03 17:10:07,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27c435a6-73d7-4f30-b627-3a2bb06eed5d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:10:07,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-27c435a6-73d7-4f30-b627-3a2bb06eed5d 2018-12-03 17:10:08,087 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-db5fcf49-ccc8-4d6-user 2018-12-03 17:10:08,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:10:08,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:10:08,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fa39bfa-8cda-4863-b3ea-be74e5da3e37 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:10:08,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7fa39bfa-8cda-4863-b3ea-be74e5da3e37 2018-12-03 17:10:08,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" -d '{"role": {"name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj-role"}}' 2018-12-03 17:10:08,303 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:10:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fcd8ff5-cd37-42e5-8cb7-0bc1266c79a2 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "741e946c42104215a581ea01177716d0", "links": {"self": "http://172.30.9.30:5000/v3/roles/741e946c42104215a581ea01177716d0"}, "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj-role"}} 2018-12-03 17:10:08,303 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-6fcd8ff5-cd37-42e5-8cb7-0bc1266c79a2 2018-12-03 17:10:08,303 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj-role 2018-12-03 17:10:08,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/741e946c42104215a581ea01177716d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:10:08,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0a9798a-0b44-40a2-8b67-c6a4be30f03c Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/741e946c42104215a581ea01177716d0"}, "domain_id": null, "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj-role", "id": "741e946c42104215a581ea01177716d0"}} 2018-12-03 17:10:08,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/741e946c42104215a581ea01177716d0 used request id req-f0a9798a-0b44-40a2-8b67-c6a4be30f03c 2018-12-03 17:10:08,403 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj-role to project AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj 2018-12-03 17:10:08,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740/users/f555cd656d0944c5bc28a703933e3188/roles/741e946c42104215a581ea01177716d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:10:08,527 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:10:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfb74b04-f419-4b42-9715-7de275cfb8b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:10:08,527 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740/users/f555cd656d0944c5bc28a703933e3188/roles/741e946c42104215a581ea01177716d0 used request id req-cfb74b04-f419-4b42-9715-7de275cfb8b0 2018-12-03 17:10:08,527 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:10:08,528 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-12-03 17:10:08,528 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:10:08,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:10:08,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "741e946c42104215a581ea01177716d0", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj-role"}], "expires_at": "2018-12-03T18:10:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-user", "id": "f555cd656d0944c5bc28a703933e3188"}, "audit_ids": ["w3bF1GrDT7CrwLDbeK4jwQ"], "issued_at": "2018-12-03T17:10:08.000000Z"}} 2018-12-03 17:10:08,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f468034a484fde23b86727b6e152a7ce716562e7" 2018-12-03 17:10:08,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-818dfa9e-8b61-4fd4-966b-4bccef0d87a7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:10:08,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-818dfa9e-8b61-4fd4-966b-4bccef0d87a7 2018-12-03 17:10:08,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f468034a484fde23b86727b6e152a7ce716562e7" 2018-12-03 17:10:09,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-4fb88e23-faa1-4718-a8f1-3ec6a3841708 Date: Mon, 03 Dec 2018 17:10:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image"} 2018-12-03 17:10:09,152 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image used request id req-4fb88e23-faa1-4718-a8f1-3ec6a3841708 2018-12-03 17:10:09,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f468034a484fde23b86727b6e152a7ce716562e7" 2018-12-03 17:10:09,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cba8e4be-5386-4773-8a85-78632ce44d44 Date: Mon, 03 Dec 2018 17:10: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-12-03 17:10:09,318 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-cba8e4be-5386-4773-8a85-78632ce44d44 2018-12-03 17:10:09,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f468034a484fde23b86727b6e152a7ce716562e7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image"}' 2018-12-03 17:10:09,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750 X-Openstack-Request-Id: req-c9320635-9059-4b42-bd9d-b08b95a8e6ba Date: Mon, 03 Dec 2018 17:10:09 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:10:09Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T17:10:09Z", "visibility": "shared", "locations": [], "self": "/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "min_disk": 0, "protected": false, "id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "file": "/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750/file", "checksum": null, "owner": "1aa64fc12a2840abb2c8e73c0deb4740", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:10:09,922 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-c9320635-9059-4b42-bd9d-b08b95a8e6ba 2018-12-03 17:10:09,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f468034a484fde23b86727b6e152a7ce716562e7" -d '' 2018-12-03 17:10:16,669 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4208776f-f0ac-458b-b0f2-402de1af4944 Date: Mon, 03 Dec 2018 17:10:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:10:16,669 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750/file used request id req-4208776f-f0ac-458b-b0f2-402de1af4944 2018-12-03 17:10:16,670 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-12-03 17:10:16,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f468034a484fde23b86727b6e152a7ce716562e7" 2018-12-03 17:10:16,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-e5eea45c-320a-4738-9084-118c64209074 Date: Mon, 03 Dec 2018 17:10:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:10:09Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-12-03T17:10:16Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750/snap", "metadata": {}}], "self": "/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "min_disk": 0, "protected": false, "id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "file": "/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "1aa64fc12a2840abb2c8e73c0deb4740", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:10:16,693 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750 used request id req-e5eea45c-320a-4738-9084-118c64209074 2018-12-03 17:10:16,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f468034a484fde23b86727b6e152a7ce716562e7" 2018-12-03 17:10:16,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-603bfdd3-0d58-4f83-a778-c47a32970b98 Date: Mon, 03 Dec 2018 17:10: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-12-03 17:10:16,865 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-603bfdd3-0d58-4f83-a778-c47a32970b98 2018-12-03 17:10:16,868 - create_image - INFO - Created image with name - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image 2018-12-03 17:10:16,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f468034a484fde23b86727b6e152a7ce716562e7" 2018-12-03 17:10:17,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-402dd12c-3398-4c63-a129-1f985128c4bf Date: Mon, 03 Dec 2018 17:10:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:10:09Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-12-03T17:10:16Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750/snap", "metadata": {}}], "self": "/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "min_disk": 0, "protected": false, "id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "file": "/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "1aa64fc12a2840abb2c8e73c0deb4740", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:10:17,036 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750 used request id req-402dd12c-3398-4c63-a129-1f985128c4bf 2018-12-03 17:10:17,037 - create_image - DEBUG - Instance status is - active 2018-12-03 17:10:17,037 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image 2018-12-03 17:10:17,037 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image 2018-12-03 17:10:17,038 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:10:17,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:10:17,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "741e946c42104215a581ea01177716d0", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj-role"}], "expires_at": "2018-12-03T18:10:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-user", "id": "f555cd656d0944c5bc28a703933e3188"}, "audit_ids": ["wfP9e0EyTS6tYIU0z_2gZA"], "issued_at": "2018-12-03T17:10:17.000000Z"}} 2018-12-03 17:10:17,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7e58956c03a39d695f12e2bcd99ac5d9593472" 2018-12-03 17:10:17,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-655b3d79-acfa-428f-a23d-8e2675959a5d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:10:17,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-655b3d79-acfa-428f-a23d-8e2675959a5d 2018-12-03 17:10:17,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7e58956c03a39d695f12e2bcd99ac5d9593472" 2018-12-03 17:10:17,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-28c57617-ef5f-41ec-a5fa-fb3e5518e0e8 Date: Mon, 03 Dec 2018 17:10:17 GMT RESP BODY: {"networks":[]} 2018-12-03 17:10:17,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net used request id req-28c57617-ef5f-41ec-a5fa-fb3e5518e0e8 2018-12-03 17:10:17,657 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net 2018-12-03 17:10:17,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7e58956c03a39d695f12e2bcd99ac5d9593472" -d '{"network": {"name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net", "admin_state_up": true}}' 2018-12-03 17:10:18,589 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-bba275e4-82a0-4afb-a81c-209a01249c46 Date: Mon, 03 Dec 2018 17:10:18 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T17:10:18Z","is_default":false,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","mtu":1450}} 2018-12-03 17:10:18,589 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-bba275e4-82a0-4afb-a81c-209a01249c46 2018-12-03 17:10:18,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7e58956c03a39d695f12e2bcd99ac5d9593472" 2018-12-03 17:10:19,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-6a0f88fd-716b-48ef-b155-293e7479b1be Date: Mon, 03 Dec 2018 17:10:19 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-12-03T17:10:18Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:10:19,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-6a0f88fd-716b-48ef-b155-293e7479b1be 2018-12-03 17:10:19,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7e58956c03a39d695f12e2bcd99ac5d9593472" 2018-12-03 17:10:19,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-62dbc880-7375-481a-9949-682969bb9d48 Date: Mon, 03 Dec 2018 17:10:19 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:10:19,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-62dbc880-7375-481a-9949-682969bb9d48 2018-12-03 17:10:19,652 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet 2018-12-03 17:10:19,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7e58956c03a39d695f12e2bcd99ac5d9593472" -d '{"subnets": [{"ip_version": 4, "network_id": "bd2b5d06-b13b-4abe-9466-d0fc99cfa93c", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]}' 2018-12-03 17:10:20,451 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-90676b4b-02a7-458d-a794-2e1e8665599c Date: Mon, 03 Dec 2018 17:10:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:10:20,451 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-90676b4b-02a7-458d-a794-2e1e8665599c 2018-12-03 17:10:20,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7e58956c03a39d695f12e2bcd99ac5d9593472" 2018-12-03 17:10:21,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-e183d5cd-5c16-4348-81df-6e1050be54d6 Date: Mon, 03 Dec 2018 17:10: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":["ad3128fb-fcdf-4567-adaf-176af0f753f3"],"updated_at":"2018-12-03T17:10:20Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:10:21,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-e183d5cd-5c16-4348-81df-6e1050be54d6 2018-12-03 17:10:21,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7e58956c03a39d695f12e2bcd99ac5d9593472" 2018-12-03 17:10:21,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-681e092f-89f2-425f-b49c-80c5f1c4121a Date: Mon, 03 Dec 2018 17:10:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:10:21,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-681e092f-89f2-425f-b49c-80c5f1c4121a 2018-12-03 17:10:21,384 - OpenStackNetwork - DEBUG - Network [bd2b5d06-b13b-4abe-9466-d0fc99cfa93c] created successfully 2018-12-03 17:10:21,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:10:21,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:10:21,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "741e946c42104215a581ea01177716d0", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj-role"}], "expires_at": "2018-12-03T18:10:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-user", "id": "f555cd656d0944c5bc28a703933e3188"}, "audit_ids": ["lfIQc-YnS2G7ZS_sE2UrJQ"], "issued_at": "2018-12-03T17:10:21.000000Z"}} 2018-12-03 17:10:21,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" 2018-12-03 17:10:21,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfe8cc89-f19e-4df9-9841-eb7753748d3b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:10:21,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dfe8cc89-f19e-4df9-9841-eb7753748d3b 2018-12-03 17:10:21,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" 2018-12-03 17:10:22,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a88b0ce8-1b26-4c79-977a-5d8d8e868380 Date: Mon, 03 Dec 2018 17:10:22 GMT RESP BODY: {"routers": []} 2018-12-03 17:10:22,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router&admin_state_up=True used request id req-a88b0ce8-1b26-4c79-977a-5d8d8e868380 2018-12-03 17:10:22,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:10:22,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:10:22,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "741e946c42104215a581ea01177716d0", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj-role"}], "expires_at": "2018-12-03T18:10:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-user", "id": "f555cd656d0944c5bc28a703933e3188"}, "audit_ids": ["Oosn4XYjSQ2AxAqh0GNvYg"], "issued_at": "2018-12-03T17:10:22.000000Z"}} 2018-12-03 17:10:22,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c71a7305cd72a87f1ed0187361e163afba7d1b" 2018-12-03 17:10:22,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fac61bc-77ac-4bbd-a58c-26d604efc735 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:10:22,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7fac61bc-77ac-4bbd-a58c-26d604efc735 2018-12-03 17:10:22,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" 2018-12-03 17:10:22,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7369df76-e682-4474-95ee-5e524b783e7c Date: Mon, 03 Dec 2018 17:10:22 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:10:22,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-7369df76-e682-4474-95ee-5e524b783e7c 2018-12-03 17:10:22,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" 2018-12-03 17:10:23,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ce0b6371-7c40-4655-a685-3ba8b04cfe9d Date: Mon, 03 Dec 2018 17:10:23 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:10:23,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-ce0b6371-7c40-4655-a685-3ba8b04cfe9d 2018-12-03 17:10:23,076 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router 2018-12-03 17:10:23,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router", "admin_state_up": true}}' 2018-12-03 17:10:28,078 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-ad59f82b-e02d-493f-9199-835b80d4b2a8 Date: Mon, 03 Dec 2018 17:10:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:23Z", "admin_state_up": true, "updated_at": "2018-12-03T17:10:24Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "ccada3f2-47fc-4482-a2d7-35273761ab99", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router"}} 2018-12-03 17:10:28,078 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-ad59f82b-e02d-493f-9199-835b80d4b2a8 2018-12-03 17:10:28,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=ccada3f2-47fc-4482-a2d7-35273761ab99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" 2018-12-03 17:10:28,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-158da2f8-785f-4c85-aa85-30cee10a225f Date: Mon, 03 Dec 2018 17:10:28 GMT RESP BODY: {"ports":[]} 2018-12-03 17:10:28,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=ccada3f2-47fc-4482-a2d7-35273761ab99 used request id req-158da2f8-785f-4c85-aa85-30cee10a225f 2018-12-03 17:10:28,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" 2018-12-03 17:10:28,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-f8d53214-bf13-4cb2-9572-ea929e9d858b Date: Mon, 03 Dec 2018 17: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":["ad3128fb-fcdf-4567-adaf-176af0f753f3"],"updated_at":"2018-12-03T17:10:20Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:10:28,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net used request id req-f8d53214-bf13-4cb2-9572-ea929e9d858b 2018-12-03 17:10:28,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:10:28,980 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:10:28,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" 2018-12-03 17:10:29,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b5ae580-15ac-46f5-9fe6-51115de24dfc Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:10:29,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-8b5ae580-15ac-46f5-9fe6-51115de24dfc 2018-12-03 17:10:29,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" 2018-12-03 17:10:29,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-db5c44d0-0b53-46ab-9812-d65589b8d090 Date: Mon, 03 Dec 2018 17:10:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:10:29,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-db5c44d0-0b53-46ab-9812-d65589b8d090 2018-12-03 17:10:29,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c&name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" 2018-12-03 17:10:29,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cd65dbad-2bdd-47fa-b7c2-6144a18f19bd Date: Mon, 03 Dec 2018 17:10:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:10:29,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c&name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet used request id req-cd65dbad-2bdd-47fa-b7c2-6144a18f19bd 2018-12-03 17:10:29,862 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-03 17:10:29,862 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router 2018-12-03 17:10:29,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/ccada3f2-47fc-4482-a2d7-35273761ab99/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" -d '{"subnet_id": "ad3128fb-fcdf-4567-adaf-176af0f753f3"}' 2018-12-03 17:10:31,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3764b4b9-246c-4c98-8d27-ccc3d605304d Date: Mon, 03 Dec 2018 17:10:31 GMT RESP BODY: {"network_id": "bd2b5d06-b13b-4abe-9466-d0fc99cfa93c", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "subnet_id": "ad3128fb-fcdf-4567-adaf-176af0f753f3", "subnet_ids": ["ad3128fb-fcdf-4567-adaf-176af0f753f3"], "port_id": "02292752-e2bb-4220-8660-a9a3b79a81da", "id": "ccada3f2-47fc-4482-a2d7-35273761ab99"} 2018-12-03 17:10:31,942 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/ccada3f2-47fc-4482-a2d7-35273761ab99/add_router_interface used request id req-3764b4b9-246c-4c98-8d27-ccc3d605304d 2018-12-03 17:10:31,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/ccada3f2-47fc-4482-a2d7-35273761ab99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" 2018-12-03 17:10:32,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-8b3b0802-048b-4415-8641-615dfe265bf2 Date: Mon, 03 Dec 2018 17:10:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:23Z", "admin_state_up": true, "updated_at": "2018-12-03T17:10:31Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "ccada3f2-47fc-4482-a2d7-35273761ab99", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router"}} 2018-12-03 17:10:32,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/ccada3f2-47fc-4482-a2d7-35273761ab99 used request id req-8b3b0802-048b-4415-8641-615dfe265bf2 2018-12-03 17:10:32,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=ccada3f2-47fc-4482-a2d7-35273761ab99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" 2018-12-03 17:10:32,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-f5a35f9f-b65d-429f-b89b-3d3707474ce4 Date: Mon, 03 Dec 2018 17:10:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.1"}],"id":"02292752-e2bb-4220-8660-a9a3b79a81da","security_groups":[],"mac_address":"fa:16:3e:0e:2f:2c","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:30Z","binding:vnic_type":"normal","device_id":"ccada3f2-47fc-4482-a2d7-35273761ab99"}]} 2018-12-03 17:10:32,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=ccada3f2-47fc-4482-a2d7-35273761ab99 used request id req-f5a35f9f-b65d-429f-b89b-3d3707474ce4 2018-12-03 17:10:32,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/ad3128fb-fcdf-4567-adaf-176af0f753f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" 2018-12-03 17:10:32,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-8f0fbc11-112e-42f7-80e1-a3e28e087f10 Date: Mon, 03 Dec 2018 17:10:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}} 2018-12-03 17:10:32,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/ad3128fb-fcdf-4567-adaf-176af0f753f3 used request id req-8f0fbc11-112e-42f7-80e1-a3e28e087f10 2018-12-03 17:10:32,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:10:32,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:10:33,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:10:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["Nxu7hP4WSxOSlI_WCVHxww"], "issued_at": "2018-12-03T17:10:33.000000Z"}} 2018-12-03 17:10:33,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d6ba2c6c504cf383e15d76c290cbb1766ff2fa" 2018-12-03 17:10:33,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-388b762d-64b8-40d5-89c0-2ba258e37874 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:10:33,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-388b762d-64b8-40d5-89c0-2ba258e37874 2018-12-03 17:10:33,118 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:10:33,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d6ba2c6c504cf383e15d76c290cbb1766ff2fa" 2018-12-03 17:10:33,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4bab262d-f99b-44e8-b401-2cc175aacc55 x-compute-request-id: req-4bab262d-f99b-44e8-b401-2cc175aacc55 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 17:10:33,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4bab262d-f99b-44e8-b401-2cc175aacc55 2018-12-03 17:10:33,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d6ba2c6c504cf383e15d76c290cbb1766ff2fa" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-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-12-03 17:10:33,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a38c710e-47c2-49fa-a59b-a5ed6c6b6eeb x-compute-request-id: req-a38c710e-47c2-49fa-a59b-a5ed6c6b6eeb Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "367a175a-2369-46ac-908f-e7b746d8c02d", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:10:33,717 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a38c710e-47c2-49fa-a59b-a5ed6c6b6eeb 2018-12-03 17:10:33,718 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:10:33,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:10:34,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "741e946c42104215a581ea01177716d0", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj-role"}], "expires_at": "2018-12-03T18:10:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-user", "id": "f555cd656d0944c5bc28a703933e3188"}, "audit_ids": ["CBrb7UHxRxCtl_WBapdGag"], "issued_at": "2018-12-03T17:10:34.000000Z"}} 2018-12-03 17:10:34,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d05aed685d8b2fb7fef340c70ec3e0f5c36f4e" 2018-12-03 17:10:34,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d980f025-0512-4ece-aef3-a88362b9a144 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:10:34,172 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d980f025-0512-4ece-aef3-a88362b9a144 2018-12-03 17:10:34,173 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:10:34,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d05aed685d8b2fb7fef340c70ec3e0f5c36f4e" 2018-12-03 17:10:34,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d120d866-8507-4ecb-adea-8de8ef505041 x-compute-request-id: req-d120d866-8507-4ecb-adea-8de8ef505041 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 17:10:34,350 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-d120d866-8507-4ecb-adea-8de8ef505041 2018-12-03 17:10:34,351 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp... 2018-12-03 17:10:34,351 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 17:10:34,392 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp 2018-12-03 17:10:34,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d05aed685d8b2fb7fef340c70ec3e0f5c36f4e" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC6dfcvJKp3pAP+OUTnp+ypYD6e5wAFAAyE0P4qsXL/CXXthXJd9A+BSOmTY9bJjnSKziChmU9IR3g0UbS9IJtKK/h+t4rLAxBtTsaZ3NokL7aQj2FoE7/aj1VesL58ZHmvRMrJPQ38Tw76tlHuqXsh+75BIHtNMXKgx6KJGkAkZQ==", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp"}}' 2018-12-03 17:10:34,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-973cb4c7-e1c4-4fdf-a1b9-6830006163ef x-compute-request-id: req-973cb4c7-e1c4-4fdf-a1b9-6830006163ef Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC6dfcvJKp3pAP+OUTnp+ypYD6e5wAFAAyE0P4qsXL/CXXthXJd9A+BSOmTY9bJjnSKziChmU9IR3g0UbS9IJtKK/h+t4rLAxBtTsaZ3NokL7aQj2FoE7/aj1VesL58ZHmvRMrJPQ38Tw76tlHuqXsh+75BIHtNMXKgx6KJGkAkZQ==", "user_id": "f555cd656d0944c5bc28a703933e3188", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "fingerprint": "ed:8c:67:ed:77:e8:77:bb:e3:fe:d0:7b:ac:04:57:87"}} 2018-12-03 17:10:34,447 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-973cb4c7-e1c4-4fdf-a1b9-6830006163ef 2018-12-03 17:10:34,450 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238.pub 2018-12-03 17:10:34,451 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238 2018-12-03 17:10:34,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:10:34,452 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:10:34,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "741e946c42104215a581ea01177716d0", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj-role"}], "expires_at": "2018-12-03T18:10:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-user", "id": "f555cd656d0944c5bc28a703933e3188"}, "audit_ids": ["VSsF5DgzRXWcqlpDBwq_Vg"], "issued_at": "2018-12-03T17:10:34.000000Z"}} 2018-12-03 17:10:34,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:34,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a31c0494-5cf7-4f65-af34-d68a83b122f5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:10:34,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a31c0494-5cf7-4f65-af34-d68a83b122f5 2018-12-03 17:10:34,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:35,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7b8518a0-72b9-49d5-af83-7717d836c5ed Date: Mon, 03 Dec 2018 17:10:35 GMT RESP BODY: {"security_groups": []} 2018-12-03 17:10:35,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp used request id req-7b8518a0-72b9-49d5-af83-7717d836c5ed 2018-12-03 17:10:35,073 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp... 2018-12-03 17:10:35,073 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp 2018-12-03 17:10:35,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" -d '{"security_group": {"name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp"}}' 2018-12-03 17:10:35,682 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-4d8836bf-9a98-4e61-8d42-f2ad3c0a4c82 Date: Mon, 03 Dec 2018 17:10:35 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "updated_at": "2018-12-03T17:10:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "revision_number": 0, "id": "029789a3-eeac-45d0-9052-a59d7119d6c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv4", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "revision_number": 0, "id": "2366ec54-9af5-4175-b531-700b4fa423a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv6", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}], "revision_number": 2, "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "53fa36a5-9761-42a4-8ffb-208e67415995", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp"}} 2018-12-03 17:10:35,683 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-4d8836bf-9a98-4e61-8d42-f2ad3c0a4c82 2018-12-03 17:10:35,683 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53fa36a5-9761-42a4-8ffb-208e67415995 2018-12-03 17:10:35,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=53fa36a5-9761-42a4-8ffb-208e67415995 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:36,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9440e2b1-a6e5-494d-b84b-bce4dc236f9c Date: Mon, 03 Dec 2018 17:10: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-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "029789a3-eeac-45d0-9052-a59d7119d6c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "2366ec54-9af5-4175-b531-700b4fa423a9"}]} 2018-12-03 17:10:36,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=53fa36a5-9761-42a4-8ffb-208e67415995 used request id req-9440e2b1-a6e5-494d-b84b-bce4dc236f9c 2018-12-03 17:10:36,221 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53fa36a5-9761-42a4-8ffb-208e67415995 2018-12-03 17:10:36,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=53fa36a5-9761-42a4-8ffb-208e67415995 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:36,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-28109ff0-bc4e-41ef-95bc-858f0740e9f3 Date: Mon, 03 Dec 2018 17:10: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-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "029789a3-eeac-45d0-9052-a59d7119d6c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "2366ec54-9af5-4175-b531-700b4fa423a9"}]} 2018-12-03 17:10:36,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=53fa36a5-9761-42a4-8ffb-208e67415995 used request id req-28109ff0-bc4e-41ef-95bc-858f0740e9f3 2018-12-03 17:10:36,398 - neutron_utils - INFO - Retrieving security group with ID - 53fa36a5-9761-42a4-8ffb-208e67415995 2018-12-03 17:10:36,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=53fa36a5-9761-42a4-8ffb-208e67415995 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:36,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-c13c6434-036b-46c7-a324-d82627773546 Date: Mon, 03 Dec 2018 17:10:36 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "updated_at": "2018-12-03T17:10:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "revision_number": 0, "id": "029789a3-eeac-45d0-9052-a59d7119d6c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv4", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "revision_number": 0, "id": "2366ec54-9af5-4175-b531-700b4fa423a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv6", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}], "revision_number": 2, "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "53fa36a5-9761-42a4-8ffb-208e67415995", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp"}]} 2018-12-03 17:10:36,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=53fa36a5-9761-42a4-8ffb-208e67415995 used request id req-c13c6434-036b-46c7-a324-d82627773546 2018-12-03 17:10:36,588 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53fa36a5-9761-42a4-8ffb-208e67415995 2018-12-03 17:10:36,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=53fa36a5-9761-42a4-8ffb-208e67415995 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:36,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1dcee989-731d-4eab-9445-ec30def86836 Date: Mon, 03 Dec 2018 17:10: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-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "029789a3-eeac-45d0-9052-a59d7119d6c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "2366ec54-9af5-4175-b531-700b4fa423a9"}]} 2018-12-03 17:10:36,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=53fa36a5-9761-42a4-8ffb-208e67415995 used request id req-1dcee989-731d-4eab-9445-ec30def86836 2018-12-03 17:10:36,766 - neutron_utils - INFO - Retrieving security group with ID - 53fa36a5-9761-42a4-8ffb-208e67415995 2018-12-03 17:10:36,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=53fa36a5-9761-42a4-8ffb-208e67415995 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:36,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-095344bd-bd1b-466a-8ef4-bec94c610d8d Date: Mon, 03 Dec 2018 17:10:36 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "updated_at": "2018-12-03T17:10:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "revision_number": 0, "id": "029789a3-eeac-45d0-9052-a59d7119d6c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv4", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "revision_number": 0, "id": "2366ec54-9af5-4175-b531-700b4fa423a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv6", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}], "revision_number": 2, "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "53fa36a5-9761-42a4-8ffb-208e67415995", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp"}]} 2018-12-03 17:10:36,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=53fa36a5-9761-42a4-8ffb-208e67415995 used request id req-095344bd-bd1b-466a-8ef4-bec94c610d8d 2018-12-03 17:10:36,825 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53fa36a5-9761-42a4-8ffb-208e67415995 2018-12-03 17:10:36,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=53fa36a5-9761-42a4-8ffb-208e67415995 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:37,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-407d7ad0-a416-4bc2-839b-cc500798c083 Date: Mon, 03 Dec 2018 17:10: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-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "029789a3-eeac-45d0-9052-a59d7119d6c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "2366ec54-9af5-4175-b531-700b4fa423a9"}]} 2018-12-03 17:10:37,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=53fa36a5-9761-42a4-8ffb-208e67415995 used request id req-407d7ad0-a416-4bc2-839b-cc500798c083 2018-12-03 17:10:37,002 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp 2018-12-03 17:10:37,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:37,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-cf6fa1b9-4d6c-4e99-b4c4-03a55142a9ff Date: Mon, 03 Dec 2018 17:10:37 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "updated_at": "2018-12-03T17:10:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "revision_number": 0, "id": "029789a3-eeac-45d0-9052-a59d7119d6c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv4", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "revision_number": 0, "id": "2366ec54-9af5-4175-b531-700b4fa423a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv6", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}], "revision_number": 2, "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "53fa36a5-9761-42a4-8ffb-208e67415995", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp"}]} 2018-12-03 17:10:37,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp used request id req-cf6fa1b9-4d6c-4e99-b4c4-03a55142a9ff 2018-12-03 17:10:37,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:10:37,198 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:10: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:10:37,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:37,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62981920-7201-44a5-bf16-42a5479d5667 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:10:37,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-62981920-7201-44a5-bf16-42a5479d5667 2018-12-03 17:10:37,272 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53fa36a5-9761-42a4-8ffb-208e67415995 2018-12-03 17:10:37,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=53fa36a5-9761-42a4-8ffb-208e67415995 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:37,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2ae96c92-4cd1-492d-bfaf-81fbef9a5d1f Date: Mon, 03 Dec 2018 17:10: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-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "029789a3-eeac-45d0-9052-a59d7119d6c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "2366ec54-9af5-4175-b531-700b4fa423a9"}]} 2018-12-03 17:10:37,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=53fa36a5-9761-42a4-8ffb-208e67415995 used request id req-2ae96c92-4cd1-492d-bfaf-81fbef9a5d1f 2018-12-03 17:10:37,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995"}}' 2018-12-03 17:10:37,615 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-266a5c87-2216-4bcf-bb7b-36ce3abc8043 Date: Mon, 03 Dec 2018 17:10: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-12-03T17:10:37Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:37Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "7dfa5caf-4357-4c10-b71f-5bca704a4195"}} 2018-12-03 17:10:37,615 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-266a5c87-2216-4bcf-bb7b-36ce3abc8043 2018-12-03 17:10:37,616 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp 2018-12-03 17:10:37,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:37,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-35d956ca-d9fb-47c6-8838-ecb098c48bd1 Date: Mon, 03 Dec 2018 17:10:37 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "updated_at": "2018-12-03T17:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "revision_number": 0, "id": "029789a3-eeac-45d0-9052-a59d7119d6c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv4", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "revision_number": 0, "id": "2366ec54-9af5-4175-b531-700b4fa423a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv6", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:37Z", "revision_number": 0, "id": "7dfa5caf-4357-4c10-b71f-5bca704a4195", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:37Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv4", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}], "revision_number": 3, "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "53fa36a5-9761-42a4-8ffb-208e67415995", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp"}]} 2018-12-03 17:10:37,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp used request id req-35d956ca-d9fb-47c6-8838-ecb098c48bd1 2018-12-03 17:10:37,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:37,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99c1b2d2-f91a-4a10-b649-ff49a5f8c57e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:10:37,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-99c1b2d2-f91a-4a10-b649-ff49a5f8c57e 2018-12-03 17:10:37,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53fa36a5-9761-42a4-8ffb-208e67415995 2018-12-03 17:10:37,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=53fa36a5-9761-42a4-8ffb-208e67415995 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:38,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-c32d028b-4d6a-4baf-929b-b47225186ac7 Date: Mon, 03 Dec 2018 17:10: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-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "029789a3-eeac-45d0-9052-a59d7119d6c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "2366ec54-9af5-4175-b531-700b4fa423a9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:10:37Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:37Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "7dfa5caf-4357-4c10-b71f-5bca704a4195"}]} 2018-12-03 17:10:38,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=53fa36a5-9761-42a4-8ffb-208e67415995 used request id req-c32d028b-4d6a-4baf-929b-b47225186ac7 2018-12-03 17:10:38,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995"}}' 2018-12-03 17:10:38,633 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-9f1521ad-3ae9-4136-b4f8-d344b0f75d3e Date: Mon, 03 Dec 2018 17:10:38 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-12-03T17:10:38Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": 22, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:38Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "a5c3fc34-c86b-4709-b6bc-ebaefdf919dc"}} 2018-12-03 17:10:38,633 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-9f1521ad-3ae9-4136-b4f8-d344b0f75d3e 2018-12-03 17:10:38,634 - neutron_utils - INFO - Retrieving security group with ID - 53fa36a5-9761-42a4-8ffb-208e67415995 2018-12-03 17:10:38,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=53fa36a5-9761-42a4-8ffb-208e67415995 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:38,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-4c7d1d50-b660-4697-ab17-4ada9dad8eee Date: Mon, 03 Dec 2018 17:10:38 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "updated_at": "2018-12-03T17:10:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "revision_number": 0, "id": "029789a3-eeac-45d0-9052-a59d7119d6c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv4", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "revision_number": 0, "id": "2366ec54-9af5-4175-b531-700b4fa423a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv6", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:37Z", "revision_number": 0, "id": "7dfa5caf-4357-4c10-b71f-5bca704a4195", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:37Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv4", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:10:38Z", "revision_number": 0, "id": "a5c3fc34-c86b-4709-b6bc-ebaefdf919dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:38Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}], "revision_number": 4, "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "53fa36a5-9761-42a4-8ffb-208e67415995", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp"}]} 2018-12-03 17:10:38,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=53fa36a5-9761-42a4-8ffb-208e67415995 used request id req-4c7d1d50-b660-4697-ab17-4ada9dad8eee 2018-12-03 17:10:38,687 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53fa36a5-9761-42a4-8ffb-208e67415995 2018-12-03 17:10:38,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=53fa36a5-9761-42a4-8ffb-208e67415995 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:10:38,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-432b7051-9da7-4b18-bb2a-11d03685624d Date: Mon, 03 Dec 2018 17:10: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-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "029789a3-eeac-45d0-9052-a59d7119d6c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:10:35Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:35Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "2366ec54-9af5-4175-b531-700b4fa423a9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:10:37Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:37Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "7dfa5caf-4357-4c10-b71f-5bca704a4195"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-03T17:10:38Z", "security_group_id": "53fa36a5-9761-42a4-8ffb-208e67415995", "port_range_min": 22, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:38Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "a5c3fc34-c86b-4709-b6bc-ebaefdf919dc"}]} 2018-12-03 17:10:38,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=53fa36a5-9761-42a4-8ffb-208e67415995 used request id req-432b7051-9da7-4b18-bb2a-11d03685624d 2018-12-03 17:10:38,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:10:38,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:10:39,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "741e946c42104215a581ea01177716d0", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj-role"}], "expires_at": "2018-12-03T18:10:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-user", "id": "f555cd656d0944c5bc28a703933e3188"}, "audit_ids": ["pOAc8xipT-Kw8BsbPEkIRA"], "issued_at": "2018-12-03T17:10:39.000000Z"}} 2018-12-03 17:10:39,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:39,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9daa2ba9-481a-4508-9be9-0bc6172a79fd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:10:39,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9daa2ba9-481a-4508-9be9-0bc6172a79fd 2018-12-03 17:10:39,305 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:10:39,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:39,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40d79868-e7fc-4845-854e-8a2b4a7e485b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:10:39,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-40d79868-e7fc-4845-854e-8a2b4a7e485b 2018-12-03 17:10:39,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:39,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7a24597b-d256-41f8-879d-90a1a3293cac Date: Mon, 03 Dec 2018 17:10: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":["ad3128fb-fcdf-4567-adaf-176af0f753f3"],"updated_at":"2018-12-03T17:10:20Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:10:39,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net used request id req-7a24597b-d256-41f8-879d-90a1a3293cac 2018-12-03 17:10:39,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:10:39,645 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:10:39,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:39,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5bc08d7-bf33-44e2-bbc0-c2402d4e74cb Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:10:39,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-a5bc08d7-bf33-44e2-bbc0-c2402d4e74cb 2018-12-03 17:10:39,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:39,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5b10fdc4-3aee-4a20-bde8-cebc31cf4f7c Date: Mon, 03 Dec 2018 17:10:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:10:39,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-5b10fdc4-3aee-4a20-bde8-cebc31cf4f7c 2018-12-03 17:10:39,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c&name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:40,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-929a7fe5-050a-400f-aadf-389a053e0467 Date: Mon, 03 Dec 2018 17:10:40 GMT RESP BODY: {"ports":[]} 2018-12-03 17:10:40,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c&name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1&admin_state_up=True used request id req-929a7fe5-050a-400f-aadf-389a053e0467 2018-12-03 17:10:40,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:40,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10: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-033833c0-663d-4b52-b0cb-3fa68974732a x-compute-request-id: req-033833c0-663d-4b52-b0cb-3fa68974732a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 17:10:40,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst used request id req-033833c0-663d-4b52-b0cb-3fa68974732a 2018-12-03 17:10:40,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:40,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-c2b3bfd0-0c3a-46ae-8fc4-d36d33974801 Date: Mon, 03 Dec 2018 17:10: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":["ad3128fb-fcdf-4567-adaf-176af0f753f3"],"updated_at":"2018-12-03T17:10:20Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:10:40,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net used request id req-c2b3bfd0-0c3a-46ae-8fc4-d36d33974801 2018-12-03 17:10:40,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:40,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffc18088-5024-481b-9bc0-f8bb990b8fe6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:10:40,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-ffc18088-5024-481b-9bc0-f8bb990b8fe6 2018-12-03 17:10:40,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:41,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-567e5575-50c5-4062-a470-b1499100b361 Date: Mon, 03 Dec 2018 17:10:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:10:41,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-567e5575-50c5-4062-a470-b1499100b361 2018-12-03 17:10:41,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c&name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:41,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ce319080-06ac-4a5a-b048-968f54c0e9f1 Date: Mon, 03 Dec 2018 17:10:41 GMT RESP BODY: {"ports":[]} 2018-12-03 17:10:41,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c&name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1&admin_state_up=True used request id req-ce319080-06ac-4a5a-b048-968f54c0e9f1 2018-12-03 17:10:41,504 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:10:41,505 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:10:41,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "741e946c42104215a581ea01177716d0", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj-role"}], "expires_at": "2018-12-03T18:10:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/1aa64fc12a2840abb2c8e73c0deb4740", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-user", "id": "f555cd656d0944c5bc28a703933e3188"}, "audit_ids": ["GKRGn5acSuy3Sc235Z2ZSQ"], "issued_at": "2018-12-03T17:10:41.000000Z"}} 2018-12-03 17:10:41,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23a18aea5ca92af74a61104fcd4359a46850a880" 2018-12-03 17:10:41,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e36f3824-bdf9-4a83-843f-5058cd84918a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:10:41,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e36f3824-bdf9-4a83-843f-5058cd84918a 2018-12-03 17:10:41,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:42,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-15543a7a-1d92-42fe-b9cc-3dcb4ed59e34 Date: Mon, 03 Dec 2018 17:10: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":["ad3128fb-fcdf-4567-adaf-176af0f753f3"],"updated_at":"2018-12-03T17:10:20Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:10:42,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net used request id req-15543a7a-1d92-42fe-b9cc-3dcb4ed59e34 2018-12-03 17:10:42,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:42,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3c94fdd1-4b3e-44ac-8c3f-cbe6af55f619 Date: Mon, 03 Dec 2018 17:10:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:10:42,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-3c94fdd1-4b3e-44ac-8c3f-cbe6af55f619 2018-12-03 17:10:42,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:43,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-91ae8b5a-d8f4-4fdd-982a-5ef7216a77e1 Date: Mon, 03 Dec 2018 17:10: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":["ad3128fb-fcdf-4567-adaf-176af0f753f3"],"updated_at":"2018-12-03T17:10:20Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:10:43,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net used request id req-91ae8b5a-d8f4-4fdd-982a-5ef7216a77e1 2018-12-03 17:10:43,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:10:43,389 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:10: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:10:43,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23a18aea5ca92af74a61104fcd4359a46850a880" 2018-12-03 17:10:43,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57208532-3190-4e8e-843d-239656d19aa9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:10:43,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-57208532-3190-4e8e-843d-239656d19aa9 2018-12-03 17:10:43,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:44,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bdbcba3f-5f89-4bc7-b35e-e8947d3ddaa2 Date: Mon, 03 Dec 2018 17:10:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:10:44,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-bdbcba3f-5f89-4bc7-b35e-e8947d3ddaa2 2018-12-03 17:10:44,040 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net 2018-12-03 17:10:44,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" -d '{"port": {"network_id": "bd2b5d06-b13b-4abe-9466-d0fc99cfa93c", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1", "admin_state_up": true}}' 2018-12-03 17:10:44,954 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-01218c29-e3ac-4823-854b-76ac68d8225c Date: Mon, 03 Dec 2018 17:10:44 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:44Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.10"}],"id":"cc5c6d5a-77f4-4594-98be-0e586bd836cd","security_groups":["a66dcce8-7b19-4daa-90e6-00cb66279772"],"mac_address":"fa:16:3e:1a:51:46","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","qos_policy_id":null,"admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:44Z","binding:vnic_type":"normal"}} 2018-12-03 17:10:44,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-01218c29-e3ac-4823-854b-76ac68d8225c 2018-12-03 17:10:44,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:45,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-719f8863-e7cc-4551-bd72-4234f1675b32 Date: Mon, 03 Dec 2018 17:10: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":["ad3128fb-fcdf-4567-adaf-176af0f753f3"],"updated_at":"2018-12-03T17:10:20Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:10:45,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net used request id req-719f8863-e7cc-4551-bd72-4234f1675b32 2018-12-03 17:10:45,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:45,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e21f12b-bf23-4bd7-a8e6-24828a67bd32 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:10:45,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-8e21f12b-bf23-4bd7-a8e6-24828a67bd32 2018-12-03 17:10:45,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:45,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-da7adada-ec2e-47c1-876a-d6209553cc19 Date: Mon, 03 Dec 2018 17:10:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:10:45,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-da7adada-ec2e-47c1-876a-d6209553cc19 2018-12-03 17:10:45,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c&name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:45,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-4844d7c3-e7cc-4a45-ae43-af39c813551f Date: Mon, 03 Dec 2018 17:10:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:44Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.10"}],"id":"cc5c6d5a-77f4-4594-98be-0e586bd836cd","security_groups":["a66dcce8-7b19-4daa-90e6-00cb66279772"],"mac_address":"fa:16:3e:1a:51:46","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:44Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 17:10:45,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c&name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1&admin_state_up=True used request id req-4844d7c3-e7cc-4a45-ae43-af39c813551f 2018-12-03 17:10:45,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:45,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-750007d5-7cb1-4e99-9564-255a2f39a62c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:10:45,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-750007d5-7cb1-4e99-9564-255a2f39a62c 2018-12-03 17:10:45,864 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst 2018-12-03 17:10:45,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:45,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22a993d9-ca41-4f20-a0f1-7f511a1f96de x-compute-request-id: req-22a993d9-ca41-4f20-a0f1-7f511a1f96de Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-flavor-name"}]} 2018-12-03 17:10:45,901 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-22a993d9-ca41-4f20-a0f1-7f511a1f96de 2018-12-03 17:10:45,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/367a175a-2369-46ac-908f-e7b746d8c02d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:45,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-370dfbe5-90f4-46df-b47e-d46a8546440b x-compute-request-id: req-370dfbe5-90f4-46df-b47e-d46a8546440b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "367a175a-2369-46ac-908f-e7b746d8c02d", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:10:45,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/367a175a-2369-46ac-908f-e7b746d8c02d used request id req-370dfbe5-90f4-46df-b47e-d46a8546440b 2018-12-03 17:10:45,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:46,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-705a918e-5902-465e-bd51-5b6829e4e2c4 Date: Mon, 03 Dec 2018 17:10:46 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:10:09Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-12-03T17:10:16Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750/snap", "metadata": {}}], "self": "/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "min_disk": 0, "protected": false, "id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "file": "/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "1aa64fc12a2840abb2c8e73c0deb4740", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image"} 2018-12-03 17:10:46,103 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image used request id req-705a918e-5902-465e-bd51-5b6829e4e2c4 2018-12-03 17:10:46,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:46,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e7a57c50-3e54-4d05-9ac0-9ffa19969588 Date: Mon, 03 Dec 2018 17:10: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-12-03 17:10:46,264 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e7a57c50-3e54-4d05-9ac0-9ffa19969588 2018-12-03 17:10:46,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" -d '{"server": {"name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "imageRef": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "flavorRef": "367a175a-2369-46ac-908f-e7b746d8c02d", "max_count": 1, "min_count": 1, "networks": [{"port": "cc5c6d5a-77f4-4594-98be-0e586bd836cd"}]}}' 2018-12-03 17:10:47,858 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:10: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-e719c967-4de7-4b50-9a82-c9504aeebef0 x-compute-request-id: req-e719c967-4de7-4b50-9a82-c9504aeebef0 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e1e22c2b-6874-4680-96af-641690f83317", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "adminPass": "aRtmwrzXe9tr"}} 2018-12-03 17:10:47,859 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-e719c967-4de7-4b50-9a82-c9504aeebef0 2018-12-03 17:10:47,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:48,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-61f30222-1d6c-4b81-8347-ac5e57b85a81 x-compute-request-id: req-61f30222-1d6c-4b81-8347-ac5e57b85a81 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "user_id": "f555cd656d0944c5bc28a703933e3188", "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-12-03T17:10:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:10:48,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-61f30222-1d6c-4b81-8347-ac5e57b85a81 2018-12-03 17:10:48,077 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst 2018-12-03 17:10:48,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:48,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-220dd784-304e-4579-9416-deab65928605 x-compute-request-id: req-220dd784-304e-4579-9416-deab65928605 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "user_id": "f555cd656d0944c5bc28a703933e3188", "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-12-03T17:10:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:10:48,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-220dd784-304e-4579-9416-deab65928605 2018-12-03 17:10:48,424 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:10:48,425 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:10:51,428 - create_instance - DEBUG - VM status query timeout in 896.649212122 2018-12-03 17:10:51,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:52,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86c94860-e090-430f-98d1-a07236bf6d17 x-compute-request-id: req-86c94860-e090-430f-98d1-a07236bf6d17 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:10:52,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-86c94860-e090-430f-98d1-a07236bf6d17 2018-12-03 17:10:52,078 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:10:52,078 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:10:55,082 - create_instance - DEBUG - VM status query timeout in 892.995341063 2018-12-03 17:10:55,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:55,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3c194d0-81b4-48f7-b8d9-5b43ecda1e9c x-compute-request-id: req-e3c194d0-81b4-48f7-b8d9-5b43ecda1e9c 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:10:55,621 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-e3c194d0-81b4-48f7-b8d9-5b43ecda1e9c 2018-12-03 17:10:55,622 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:10:55,622 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:10:58,625 - create_instance - DEBUG - VM status query timeout in 889.452027082 2018-12-03 17:10:58,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:10:59,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:10: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-0064b93b-be13-49ef-81b8-1391deb97204 x-compute-request-id: req-0064b93b-be13-49ef-81b8-1391deb97204 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:10:59,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-0064b93b-be13-49ef-81b8-1391deb97204 2018-12-03 17:10:59,192 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:10:59,192 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:02,195 - create_instance - DEBUG - VM status query timeout in 885.88150692 2018-12-03 17:11:02,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:02,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:11: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-9ea630e5-2bf1-46f6-b326-dec7ac45af99 x-compute-request-id: req-9ea630e5-2bf1-46f6-b326-dec7ac45af99 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:02,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-9ea630e5-2bf1-46f6-b326-dec7ac45af99 2018-12-03 17:11:02,899 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:02,899 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:05,902 - create_instance - DEBUG - VM status query timeout in 882.174786091 2018-12-03 17:11:05,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:06,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:11: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-e86bd972-35e3-49cf-baa9-bc6d2b082591 x-compute-request-id: req-e86bd972-35e3-49cf-baa9-bc6d2b082591 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:06,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-e86bd972-35e3-49cf-baa9-bc6d2b082591 2018-12-03 17:11:06,260 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:06,261 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:09,264 - create_instance - DEBUG - VM status query timeout in 878.813167095 2018-12-03 17:11:09,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:09,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:11:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c78297c0-4b72-481c-b9b0-0908b556fd43 x-compute-request-id: req-c78297c0-4b72-481c-b9b0-0908b556fd43 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:09,758 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-c78297c0-4b72-481c-b9b0-0908b556fd43 2018-12-03 17:11:09,759 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:09,759 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:12,762 - create_instance - DEBUG - VM status query timeout in 875.314944983 2018-12-03 17:11:12,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:13,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:11:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-042c75c5-64c8-417f-8042-adaf0dbba236 x-compute-request-id: req-042c75c5-64c8-417f-8042-adaf0dbba236 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:13,450 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-042c75c5-64c8-417f-8042-adaf0dbba236 2018-12-03 17:11:13,450 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:13,450 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:16,454 - create_instance - DEBUG - VM status query timeout in 871.623353958 2018-12-03 17:11:16,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:17,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-606bd8a0-a19c-4efa-8a75-19013f100bec x-compute-request-id: req-606bd8a0-a19c-4efa-8a75-19013f100bec 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:17,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-606bd8a0-a19c-4efa-8a75-19013f100bec 2018-12-03 17:11:17,272 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:17,272 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:20,275 - create_instance - DEBUG - VM status query timeout in 867.802039146 2018-12-03 17:11:20,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:21,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:11: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-c2eb37d3-9ef7-4eac-a004-7289ea73b531 x-compute-request-id: req-c2eb37d3-9ef7-4eac-a004-7289ea73b531 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:21,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-c2eb37d3-9ef7-4eac-a004-7289ea73b531 2018-12-03 17:11:21,133 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:21,133 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:24,136 - create_instance - DEBUG - VM status query timeout in 863.940931082 2018-12-03 17:11:24,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:25,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:11: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-80ab1611-fcf2-40e3-8409-3135eb87bebc x-compute-request-id: req-80ab1611-fcf2-40e3-8409-3135eb87bebc 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:25,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-80ab1611-fcf2-40e3-8409-3135eb87bebc 2018-12-03 17:11:25,405 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:25,405 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:28,408 - create_instance - DEBUG - VM status query timeout in 859.668703079 2018-12-03 17:11:28,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:29,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:11: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-1df1d9b2-fbbf-46d7-b70e-2f8b51239020 x-compute-request-id: req-1df1d9b2-fbbf-46d7-b70e-2f8b51239020 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:29,081 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-1df1d9b2-fbbf-46d7-b70e-2f8b51239020 2018-12-03 17:11:29,082 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:29,082 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:32,085 - create_instance - DEBUG - VM status query timeout in 855.99170804 2018-12-03 17:11:32,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:32,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:11: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-a0df8438-c720-4aa6-91e3-e760ed2527cb x-compute-request-id: req-a0df8438-c720-4aa6-91e3-e760ed2527cb 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:32,419 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-a0df8438-c720-4aa6-91e3-e760ed2527cb 2018-12-03 17:11:32,419 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:32,419 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:35,423 - create_instance - DEBUG - VM status query timeout in 852.654336929 2018-12-03 17:11:35,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:36,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:11: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-188d12c0-a832-4af3-bda0-db8c14cc62a3 x-compute-request-id: req-188d12c0-a832-4af3-bda0-db8c14cc62a3 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:36,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-188d12c0-a832-4af3-bda0-db8c14cc62a3 2018-12-03 17:11:36,117 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:36,117 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:39,119 - create_instance - DEBUG - VM status query timeout in 848.957885981 2018-12-03 17:11:39,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:39,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-04e46221-cb69-4027-b0d5-749d20c9a465 x-compute-request-id: req-04e46221-cb69-4027-b0d5-749d20c9a465 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:39,621 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-04e46221-cb69-4027-b0d5-749d20c9a465 2018-12-03 17:11:39,622 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:39,622 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:42,625 - create_instance - DEBUG - VM status query timeout in 845.451657057 2018-12-03 17:11:42,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:43,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:11: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-5e97a2a9-85d2-4201-98f4-543b4248fd85 x-compute-request-id: req-5e97a2a9-85d2-4201-98f4-543b4248fd85 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:43,508 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-5e97a2a9-85d2-4201-98f4-543b4248fd85 2018-12-03 17:11:43,508 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:43,508 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:46,511 - create_instance - DEBUG - VM status query timeout in 841.565477133 2018-12-03 17:11:46,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:47,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-f1f826e1-582e-415a-a6e8-b7b04a811396 x-compute-request-id: req-f1f826e1-582e-415a-a6e8-b7b04a811396 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:47,709 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-f1f826e1-582e-415a-a6e8-b7b04a811396 2018-12-03 17:11:47,710 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:47,710 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:50,713 - create_instance - DEBUG - VM status query timeout in 837.363691092 2018-12-03 17:11:50,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:51,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:11: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-4c38461d-2c61-4fbf-b7a3-3f63d4d833ef x-compute-request-id: req-4c38461d-2c61-4fbf-b7a3-3f63d4d833ef 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:51,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-4c38461d-2c61-4fbf-b7a3-3f63d4d833ef 2018-12-03 17:11:51,237 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:51,238 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:54,241 - create_instance - DEBUG - VM status query timeout in 833.836225986 2018-12-03 17:11:54,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:55,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:11: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-fab9dbaf-cf92-43ee-822d-0dbaf2918ab1 x-compute-request-id: req-fab9dbaf-cf92-43ee-822d-0dbaf2918ab1 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:55,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-fab9dbaf-cf92-43ee-822d-0dbaf2918ab1 2018-12-03 17:11:55,101 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:55,101 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:11:58,104 - create_instance - DEBUG - VM status query timeout in 829.972914934 2018-12-03 17:11:58,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:11:58,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:11: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-9ba1cee0-26a5-4711-ac39-89378417b3c7 x-compute-request-id: req-9ba1cee0-26a5-4711-ac39-89378417b3c7 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:11:58,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-9ba1cee0-26a5-4711-ac39-89378417b3c7 2018-12-03 17:11:58,696 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:11:58,696 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:12:01,700 - create_instance - DEBUG - VM status query timeout in 826.377365112 2018-12-03 17:12:01,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:02,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12: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-0432617b-a1df-4568-8977-6eb0ca4b47dc x-compute-request-id: req-0432617b-a1df-4568-8977-6eb0ca4b47dc 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:02,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-0432617b-a1df-4568-8977-6eb0ca4b47dc 2018-12-03 17:12:02,215 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:12:02,215 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:12:05,218 - create_instance - DEBUG - VM status query timeout in 822.858740091 2018-12-03 17:12:05,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:05,719 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12: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-3b5d3f76-b46b-4819-8aab-038ef102216c x-compute-request-id: req-3b5d3f76-b46b-4819-8aab-038ef102216c 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:05,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-3b5d3f76-b46b-4819-8aab-038ef102216c 2018-12-03 17:12:05,720 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:12:05,720 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:12:08,723 - create_instance - DEBUG - VM status query timeout in 819.35401392 2018-12-03 17:12:08,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:09,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-c749cb85-74ce-45a7-b465-8a5bc0168362 x-compute-request-id: req-c749cb85-74ce-45a7-b465-8a5bc0168362 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:09,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-c749cb85-74ce-45a7-b465-8a5bc0168362 2018-12-03 17:12:09,737 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:12:09,737 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:12:12,741 - create_instance - DEBUG - VM status query timeout in 815.336321115 2018-12-03 17:12:12,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:13,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12: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-5cd3db1f-0a7a-4713-a1ba-d7f86907849e x-compute-request-id: req-5cd3db1f-0a7a-4713-a1ba-d7f86907849e 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:13,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-5cd3db1f-0a7a-4713-a1ba-d7f86907849e 2018-12-03 17:12:13,070 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:12:13,070 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:12:16,073 - create_instance - DEBUG - VM status query timeout in 812.003418922 2018-12-03 17:12:16,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:16,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12: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-93095d1c-51b3-4049-8e92-057466de8fd8 x-compute-request-id: req-93095d1c-51b3-4049-8e92-057466de8fd8 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:16,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-93095d1c-51b3-4049-8e92-057466de8fd8 2018-12-03 17:12:16,576 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:12:16,576 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:12:19,579 - create_instance - DEBUG - VM status query timeout in 808.497565985 2018-12-03 17:12:19,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:19,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-a41bc329-cf60-4993-8ffe-3deb01bfc47e x-compute-request-id: req-a41bc329-cf60-4993-8ffe-3deb01bfc47e 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:19,893 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-a41bc329-cf60-4993-8ffe-3deb01bfc47e 2018-12-03 17:12:19,894 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:12:19,894 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:12:22,897 - create_instance - DEBUG - VM status query timeout in 805.179597139 2018-12-03 17:12:22,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:23,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-08aa5cf3-5fc4-4f8c-a7c9-18f8baa3aef2 x-compute-request-id: req-08aa5cf3-5fc4-4f8c-a7c9-18f8baa3aef2 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:23,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-08aa5cf3-5fc4-4f8c-a7c9-18f8baa3aef2 2018-12-03 17:12:23,354 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:12:23,355 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:12:26,355 - create_instance - DEBUG - VM status query timeout in 801.721912146 2018-12-03 17:12:26,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:26,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b45ecfa-e70a-4f29-93d1-429f29428f4f x-compute-request-id: req-5b45ecfa-e70a-4f29-93d1-429f29428f4f 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:26,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-5b45ecfa-e70a-4f29-93d1-429f29428f4f 2018-12-03 17:12:26,856 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:12:26,857 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:12:29,860 - create_instance - DEBUG - VM status query timeout in 798.21718812 2018-12-03 17:12:29,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:30,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2980f730-5d03-4cfe-b547-05eb1f9baf38 x-compute-request-id: req-2980f730-5d03-4cfe-b547-05eb1f9baf38 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.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:10:48Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:30,748 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-2980f730-5d03-4cfe-b547-05eb1f9baf38 2018-12-03 17:12:30,748 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - BUILD 2018-12-03 17:12:30,748 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:12:33,752 - create_instance - DEBUG - VM status query timeout in 794.325285912 2018-12-03 17:12:33,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:34,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12: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-f07667f9-6f6d-48c5-9c26-3da7920feb26 x-compute-request-id: req-f07667f9-6f6d-48c5-9c26-3da7920feb26 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:12:33Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:34,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-f07667f9-6f6d-48c5-9c26-3da7920feb26 2018-12-03 17:12:34,139 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - ACTIVE 2018-12-03 17:12:34,139 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:12:34,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:34,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-daae93b4-b10f-4f1d-b43c-a94e9887c389 x-compute-request-id: req-daae93b4-b10f-4f1d-b43c-a94e9887c389 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:12:33Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:34,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-daae93b4-b10f-4f1d-b43c-a94e9887c389 2018-12-03 17:12:34,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:34,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-f2fb973b-b70c-4d8f-a3f7-65e25a634d9c Date: Mon, 03 Dec 2018 17:12: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":["ad3128fb-fcdf-4567-adaf-176af0f753f3"],"updated_at":"2018-12-03T17:10:20Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:12:34,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net used request id req-f2fb973b-b70c-4d8f-a3f7-65e25a634d9c 2018-12-03 17:12:34,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:34,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ffb2689-dee9-410b-9c0f-91fd3d11e5e8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:12:34,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-2ffb2689-dee9-410b-9c0f-91fd3d11e5e8 2018-12-03 17:12:34,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:35,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-941ae4aa-7ea1-4a62-ac9b-ebdb9723e89e Date: Mon, 03 Dec 2018 17:12:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:12:35,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-941ae4aa-7ea1-4a62-ac9b-ebdb9723e89e 2018-12-03 17:12:35,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:35,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-f682543f-0c1c-495e-a966-11dde71b644b Date: Mon, 03 Dec 2018 17:12:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.1"}],"id":"02292752-e2bb-4220-8660-a9a3b79a81da","security_groups":[],"mac_address":"fa:16:3e:0e:2f:2c","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:30Z","binding:vnic_type":"normal","device_id":"ccada3f2-47fc-4482-a2d7-35273761ab99"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.2"}],"id":"8fc3a3dc-b103-4f0e-b317-df6fe8a7a7c5","security_groups":[],"mac_address":"fa:16:3e:bd:be:d3","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:12:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.10"}],"id":"cc5c6d5a-77f4-4594-98be-0e586bd836cd","security_groups":["a66dcce8-7b19-4daa-90e6-00cb66279772"],"mac_address":"fa:16:3e:1a:51:46","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:44Z","binding:vnic_type":"normal","device_id":"e1e22c2b-6874-4680-96af-641690f83317"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.4"}],"id":"e7d017d5-99bb-424d-a422-5bf5343ecb92","security_groups":[],"mac_address":"fa:16:3e:51:09:f0","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.3"}],"id":"f53f1359-af74-44f4-ae1f-a2c3b8ad7a40","security_groups":[],"mac_address":"fa:16:3e:db:41:20","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"}]} 2018-12-03 17:12:35,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-f682543f-0c1c-495e-a966-11dde71b644b 2018-12-03 17:12:35,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:35,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-3d72f7e6-5368-430b-9d52-2f7f47743eb7 Date: Mon, 03 Dec 2018 17:12:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:23Z", "admin_state_up": true, "updated_at": "2018-12-03T17:10:31Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "ccada3f2-47fc-4482-a2d7-35273761ab99", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router"}]} 2018-12-03 17:12:35,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router used request id req-3d72f7e6-5368-430b-9d52-2f7f47743eb7 2018-12-03 17:12:35,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:35,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85620d9e-4af1-4c14-944f-3ec87dbe74b9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:12:35,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-85620d9e-4af1-4c14-944f-3ec87dbe74b9 2018-12-03 17:12:35,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=ccada3f2-47fc-4482-a2d7-35273761ab99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:35,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-3e0b1b56-a5e3-4d97-8282-d5ff5ac16044 Date: Mon, 03 Dec 2018 17:12:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.1"}],"id":"02292752-e2bb-4220-8660-a9a3b79a81da","security_groups":[],"mac_address":"fa:16:3e:0e:2f:2c","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:30Z","binding:vnic_type":"normal","device_id":"ccada3f2-47fc-4482-a2d7-35273761ab99"}]} 2018-12-03 17:12:35,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=ccada3f2-47fc-4482-a2d7-35273761ab99 used request id req-3e0b1b56-a5e3-4d97-8282-d5ff5ac16044 2018-12-03 17:12:35,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/ad3128fb-fcdf-4567-adaf-176af0f753f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:36,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-58e0f42c-1ddf-4f0d-acb8-400a8493d452 Date: Mon, 03 Dec 2018 17:12:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}} 2018-12-03 17:12:36,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/ad3128fb-fcdf-4567-adaf-176af0f753f3 used request id req-58e0f42c-1ddf-4f0d-acb8-400a8493d452 2018-12-03 17:12:36,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:36,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-42beaca6-c926-4b4c-9a9c-6d32fd6d6453 Date: Mon, 03 Dec 2018 17:12:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:12:36,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-42beaca6-c926-4b4c-9a9c-6d32fd6d6453 2018-12-03 17:12:36,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:36,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ccf35499-15c7-4dc8-b0c2-94ef44f829a5 Date: Mon, 03 Dec 2018 17:12:36 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:12:36,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-ccf35499-15c7-4dc8-b0c2-94ef44f829a5 2018-12-03 17:12:36,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:37,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12: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-8109896b-8523-4a85-a830-ad3f6b2c7df0 x-compute-request-id: req-8109896b-8523-4a85-a830-ad3f6b2c7df0 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:12:33Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:37,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-8109896b-8523-4a85-a830-ad3f6b2c7df0 2018-12-03 17:12:37,226 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - ACTIVE 2018-12-03 17:12:37,227 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:12:37,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:37,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-6add7a22-733b-4a40-a916-bba3a8fd8871 x-compute-request-id: req-6add7a22-733b-4a40-a916-bba3a8fd8871 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:12:33Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:37,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-6add7a22-733b-4a40-a916-bba3a8fd8871 2018-12-03 17:12:37,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:37,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-709bf271-6365-499e-b21e-90a32e676d4f Date: Mon, 03 Dec 2018 17: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":["ad3128fb-fcdf-4567-adaf-176af0f753f3"],"updated_at":"2018-12-03T17:10:20Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:12:37,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net used request id req-709bf271-6365-499e-b21e-90a32e676d4f 2018-12-03 17:12:37,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:37,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d89ebbb2-84bf-466a-8857-9cc07a1c0e5d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:12:37,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-d89ebbb2-84bf-466a-8857-9cc07a1c0e5d 2018-12-03 17:12:37,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:37,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2b8eafef-90b6-4738-b394-bf2b599d0d2a Date: Mon, 03 Dec 2018 17:12:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:12:37,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-2b8eafef-90b6-4738-b394-bf2b599d0d2a 2018-12-03 17:12:37,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:38,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-bcddbce8-1217-46f0-bd8a-215524171d29 Date: Mon, 03 Dec 2018 17:12:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.1"}],"id":"02292752-e2bb-4220-8660-a9a3b79a81da","security_groups":[],"mac_address":"fa:16:3e:0e:2f:2c","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:30Z","binding:vnic_type":"normal","device_id":"ccada3f2-47fc-4482-a2d7-35273761ab99"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.2"}],"id":"8fc3a3dc-b103-4f0e-b317-df6fe8a7a7c5","security_groups":[],"mac_address":"fa:16:3e:bd:be:d3","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:12:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.10"}],"id":"cc5c6d5a-77f4-4594-98be-0e586bd836cd","security_groups":["a66dcce8-7b19-4daa-90e6-00cb66279772"],"mac_address":"fa:16:3e:1a:51:46","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:44Z","binding:vnic_type":"normal","device_id":"e1e22c2b-6874-4680-96af-641690f83317"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.4"}],"id":"e7d017d5-99bb-424d-a422-5bf5343ecb92","security_groups":[],"mac_address":"fa:16:3e:51:09:f0","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.3"}],"id":"f53f1359-af74-44f4-ae1f-a2c3b8ad7a40","security_groups":[],"mac_address":"fa:16:3e:db:41:20","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"}]} 2018-12-03 17:12:38,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-bcddbce8-1217-46f0-bd8a-215524171d29 2018-12-03 17:12:38,044 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-03 17:12:38,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:38,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3ec9b407-8800-4576-bf54-96b409846e8e Date: Mon, 03 Dec 2018 17:12:38 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:12:38,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-3ec9b407-8800-4576-bf54-96b409846e8e 2018-12-03 17:12:38,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:38,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a0ed33fd-7fc1-4f20-925d-7be2d9c7c9b9 Date: Mon, 03 Dec 2018 17:12:38 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:12:38,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-a0ed33fd-7fc1-4f20-925d-7be2d9c7c9b9 2018-12-03 17:12:38,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" -d '{"floatingip": {"floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "port_id": "cc5c6d5a-77f4-4594-98be-0e586bd836cd"}}' 2018-12-03 17:12:39,918 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-5cd3fae4-775a-45be-91cb-c949eb3f1e41 Date: Mon, 03 Dec 2018 17:12:39 GMT RESP BODY: {"floatingip": {"router_id": "ccada3f2-47fc-4482-a2d7-35273761ab99", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:12:38Z", "updated_at": "2018-12-03T17:12:38Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.55.1.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_id": "cc5c6d5a-77f4-4594-98be-0e586bd836cd", "id": "2aeb12a0-5660-4366-a342-f918ca739faa"}} 2018-12-03 17:12:39,918 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-5cd3fae4-775a-45be-91cb-c949eb3f1e41 2018-12-03 17:12:39,919 - create_instance - INFO - Created floating IP 172.30.9.207 via router - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router 2018-12-03 17:12:39,919 - create_instance_tests - INFO - Looking for IP 10.55.1.10 in the console log 2018-12-03 17:12:39,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:40,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-353a2783-9f00-4ed2-afcc-2d10f10ff4e9 x-compute-request-id: req-353a2783-9f00-4ed2-afcc-2d10f10ff4e9 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:12:33Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:40,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-353a2783-9f00-4ed2-afcc-2d10f10ff4e9 2018-12-03 17:12:40,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 17:12:41,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af472832-db3c-4490-89fc-aaae5950a29b x-compute-request-id: req-af472832-db3c-4490-89fc-aaae5950a29b Content-Encoding: gzip Content-Length: 9645 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-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 (7502K kernel code, 1163K 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.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008013] AppArmor: AppArmor initialized\n[ 0.008853] Yama: becoming mindful.\n[ 0.010070] 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.013467] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.014700] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016112] Initializing cgroup subsys memory\n[ 0.016992] Initializing cgroup subsys devices\n[ 0.017885] Initializing cgroup subsys freezer\n[ 0.018755] Initializing cgroup subsys blkio\n[ 0.019601] Initializing cgroup subsys perf_event\n[ 0.020004] Initializing cgroup subsys hugetlb\n[ 0.020930] FEATURE SPEC_CTRL Not Present\n[ 0.022427] mce: CPU supports 10 MCE banks\n[ 0.024030] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.025985] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.027161] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.028002] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\n[ 0.029938] Speculative Store Bypass: Vulnerable\n[ 0.032226] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.036448] ACPI: Core revision 20131115\n[ 0.037666] ACPI: All ACPI Tables successfully acquired\n[ 0.038814] ftrace: allocating 28747 entries in 113 pages\n[ 0.056021] smpboot: Max logical packages: 2\n[ 0.056883] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.060003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.061342] Enabling x2apic\n[ 0.061969] Enabled x2apic\n[ 0.062764] Switched APIC routing to physical x2apic.\n[ 0.064916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066106] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.068460] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.074769] KVM setup paravirtual spinlock\n[ 0.076688] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.078011] x86: Booting SMP configuration:\n[ 0.078893] .... node #0, CPUs: #1[ 0.076681] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.092018] 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.094851] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.096287] devtmpfs: initialized\n[ 0.098250] EVM: security.selinux\n[ 0.098949] EVM: security.SMACK64\n[ 0.100005] EVM: security.ima\n[ 0.100639] EVM: security.capability\n[ 0.101383] pinctrl core: initialized pinctrl subsystem\n[ 0.101733] regulator-dummy: no parameters\n[ 0.104003] RTC time: 17:12:33, date: 12/03/18\n[ 0.104882] NET: Registered protocol family 16\n[ 0.105798] cpuidle: using governor ladder\n[ 0.106603] cpuidle: using governor menu\n[ 0.107454] ACPI: bus type PCI registered\n[ 0.108003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.109222] PCI: Using configuration type 1 for base access\n[ 0.110713] bio: create slab at 0\n[ 0.110713] ACPI: Added _OSI(Module Device)\n[ 0.112003] ACPI: Added _OSI(Processor Device)\n[ 0.112856] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.113741] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.116095] ACPI: Interpreter enabled\n[ 0.116855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.118685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.120003] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.121820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.123640] ACPI: (supports S0 S5)\n[ 0.124002] ACPI: Using IOAPIC for interrupt routing\n[ 0.124942] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.126805] ACPI: No dock devices found.\n[ 0.129607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.130722] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.131933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.132015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.134187] acpiphp: Slot [3] registered\n[ 0.134991] acpiphp: Slot [4] registered\n[ 0.135773] acpiphp: Slot [5] registered\n[ 0.136017] acpiphp: Slot [6] registered\n[ 0.136806] acpiphp: Slot [7] registered\n[ 0.137589] acpiphp: Slot [8] registered\n[ 0.138371] acpiphp: Slot [9] registered\n[ 0.139155] acpiphp: Slot [10] registered\n[ 0.139961] acpiphp: Slot [11] registered\n[ 0.140017] acpiphp: Slot [12] registered\n[ 0.140816] acpiphp: Slot [13] registered\n[ 0.141615] acpiphp: Slot [14] registered\n[ 0.142412] acpiphp: Slot [15] registered\n[ 0.143210] acpiphp: Slot [16] registered\n[ 0.144011] acpiphp: Slot [17] registered\n[ 0.144811] acpiphp: Slot [18] registered\n[ 0.145609] acpiphp: Slot [19] registered\n[ 0.146403] acpiphp: Slot [20] registered\n[ 0.147204] acpiphp: Slot [21] registered\n[ 0.148003] acpiphp: Slot [22] registered\n[ 0.148800] acpiphp: Slot [23] registered\n[ 0.149597] acpiphp: Slot [24] registered\n[ 0.150393] acpiphp: Slot [25] registered\n[ 0.151196] acpiphp: Slot [26] registered\n[ 0.151993] acpiphp: Slot [27] registered\n[ 0.152016] acpiphp: Slot [28] registered\n[ 0.152816] acpiphp: Slot [29] registered\n[ 0.153608] acpiphp: Slot [30] registered\n[ 0.154405] acpiphp: Slot [31] registered\n[ 0.155206] PCI host bridge to bus 0000:00\n[ 0.156004] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.157002] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.158106] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.159215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.160003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.172143] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.173583] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.217479] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.218949] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.220374] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.221778] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.223160] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.224429] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.225576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225576] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228603] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229720] SCSI subsystem initialized\n[ 0.230510] ACPI: bus type USB registered\n[ 0.230510] usbcore: registered new interface driver usbfs\n[ 0.232009] usbcore: registered new interface driver hub\n[ 0.233017] usbcore: registered new device driver usb\n[ 0.233017] PCI: Using ACPI for IRQ routing\n[ 0.233017] NetLabel: Initializing\n[ 0.233723] NetLabel: domain hash size = 128\n[ 0.236003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.236952] NetLabel: unlabeled traffic allowed by default\n[ 0.237989] Switched to clocksource kvm-clock\n[ 0.240753] AppArmor: AppArmor Filesystem Enabled\n[ 0.243879] pnp: PnP ACPI init\n[ 0.244566] ACPI: bus type PNP registered\n[ 0.245783] pnp: PnP ACPI: found 8 devices\n[ 0.246600] ACPI: bus type PNP unregistered\n[ 0.253646] NET: Registered protocol family 2\n[ 0.254654] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.256106] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.257329] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.258880] TCP: reno registered\n[ 0.259566] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260672] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261890] NET: Registered protocol family 1\n[ 0.262750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.263837] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.264925] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.286750] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.309229] Trying to unpack rootfs image as initramfs...\n[ 0.390500] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.392159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.393256] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.394637] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.396284] Scanning for low memory corruption every 60 seconds\n[ 0.398058] Initialise system trusted keyring\n[ 0.399128] audit: initializing netlink socket (disabled)\n[ 0.400352] type=2000 audit(1543857154.337:1): initialized\n[ 0.418163] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.420229] zbud: loaded\n[ 0.421125] VFS: Disk quotas dquot_6.5.2\n[ 0.422100] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.423768] fuse init (API version 7.22)\n[ 0.424758] msgmni has been set to 3997\n[ 0.425714] Key type big_key registered\n[ 0.426848] Key type asymmetric registered\n[ 0.427823] Asymmetric key parser 'x509' registered\n[ 0.428950] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.430713] io scheduler noop registered\n[ 0.431645] io scheduler deadline registered (default)\n[ 0.432826] io scheduler cfq registered\n[ 0.433791] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.435041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.436514] ipmi message handler version 39.2\n[ 0.437567] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.439275] ACPI: Power Button [PWRF]\n[ 0.440252] GHES: HEST is not enabled!\n[ 0.461823] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.504950] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.507019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.531420] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.533701] Linux agpgart interface v0.103\n[ 0.535333] brd: module loaded\n[ 0.536501] loop: module loaded\n[ 0.537564] blk-mq: CPU -> queue map\n[ 0.538426] CPU 0 -> Queue 0\n[ 0.539173] CPU 1 -> Queue 0\n[ 0.540526] vda: vda1\n[ 0.541901] scsi0 : ata_piix\n[ 0.542615] scsi1 : ata_piix\n[ 0.543269] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.544506] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.545895] libphy: Fixed MDIO Bus: probed\n[ 0.546783] tun: Universal TUN/TAP device driver, 1.6\n[ 0.547779] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.549951] PPP generic driver version 2.4.2\n[ 0.550845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.552129] ehci-pci: EHCI PCI platform driver\n[ 0.553006] ehci-platform: EHCI generic platform driver\n[ 0.553998] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.555129] ohci-pci: OHCI PCI platform driver\n[ 0.556015] ohci-platform: OHCI generic platform driver\n[ 0.557013] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.578869] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.579880] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.581406] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.582536] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.583763] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.585192] usb usb1: Product: UHCI Host Controller\n[ 0.586133] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd\n[ 0.587307] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.588293] hub 1-0:1.0: USB hub found\n[ 0.589178] hub 1-0:1.0: 2 ports detected\n[ 0.590082] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.592200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.593180] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.594234] mousedev: PS/2 mouse device common for all mice\n[ 0.595516] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.597379] rtc_cmos 00:00: RTC can wake from S4\n[ 0.598494] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.599696] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.600953] device-mapper: uevent: version 1.0.3\n[ 0.601918] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.603546] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.604738] TCP: cubic registered\n[ 0.605507] NET: Registered protocol family 10\n[ 0.606495] NET: Registered protocol family 17\n[ 0.607384] Key type dns_resolver registered\n[ 0.608388] Loading compiled-in X.509 certificates\n[ 0.609833] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11'\n[ 0.611633] registered taskstats version 1\n[ 0.613740] Key type trusted registered\n[ 0.616653] Key type encrypted registered\n[ 0.617509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.618540] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.626705] regulator-dummy: disabling\n[ 0.627571] Magic number: 14:233:238\n[ 0.628447] rtc_cmos 00:00: setting system clock to 2018-12-03 17:12:34 UTC (1543857154)\n[ 0.630060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.631184] EDD information not available.\n[ 0.700916] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.702495] Write protecting the kernel read-only data: 12288k\n[ 0.703816] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000)\n[ 0.706357] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.717176] systemd-udevd[107]: starting version 204\n[ 0.768611] FDC 0 is a S82078B\n[ 0.900092] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.065216] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.066700] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.068253] usb 1-1: Product: QEMU USB Tablet\n[ 1.069269] usb 1-1: Manufacturer: QEMU\n[ 1.070178] usb 1-1: SerialNumber: 42\n[ 1.392051] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 1.768743] 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.001369] 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.115236] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.195010] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 03 Dec 2018 17:12:36 +0000. Up 2.53 seconds.\ncloud-init-nonet[2.70]: 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 Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device security[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.32]: 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 Mon, 03 Dec 2018 17:12:37 +0000. Up 3.52 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.10 | 255.255.255.0 | fa:16:3e:1a:51:46 |\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:\n76:74:cf:65:c4:08:2b:82:b7:c5:ee:c5:26:ca:a0:02 root@ansibleprovisioningtests-2424eff2-0be6-4113-968f-fd31ead1f238-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .. o.|\n| . . ....|\n| . o = o o|\n| . * + o o |\n|E . S + + o |\n| . . + + + |\n| . . o . |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\ne2:c6:c1:50:30:f5:0e:68:86:ff:4b:f2:24:23:b6:b6 root@ansibleprovisioningtests-2424eff2-0be6-4113-968f-fd31ead1f238-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| ooo |\n| . + . |\n| . = . . |\n| + o o |\n| . + S |\n| + o |\n| o + B |\n| ..o O . |\n| .E. o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n88:91:72:2b:de:b9:70:c2:ce:20:f8:4b:ba:15:01:87 root@ansibleprovisioningtests-2424eff2-0be6-4113-968f-fd31ead1f238-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n|... |\n|Eo . |\n| o + |\n| + + . |\n| o o . S |\n|.o + . |\n|+ B + |\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:\na1:5c:b4:5f:63:a3:91:1c:32:27:02:bc:cd:54:ba:83 root@ansibleprovisioningtests-2424eff2-0be6-4113-968f-fd31ead1f238-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| .....* o |\n| . .+ B o |\n| =. + + = |\n| .oo+ o = o |\n| E = S o |\n| . |\n| |\n| |\n| |\n+-----------------+\n * Stopping Mount filesystems on boot[74G[ OK ]\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 * Starting System V initialisation compatibility[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Mon, 03 Dec 2018 17:12:40 +0000. Up 6.49 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.\n"} 2018-12-03 17:12:41,502 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317/action used request id req-af472832-db3c-4490-89fc-aaae5950a29b 2018-12-03 17:12:41,503 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-03 17:12:41,504 - 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-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 (7502K kernel code, 1163K 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.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008013] AppArmor: AppArmor initialized [ 0.008853] Yama: becoming mindful. [ 0.010070] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.013467] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.014700] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016112] Initializing cgroup subsys memory [ 0.016992] Initializing cgroup subsys devices [ 0.017885] Initializing cgroup subsys freezer [ 0.018755] Initializing cgroup subsys blkio [ 0.019601] Initializing cgroup subsys perf_event [ 0.020004] Initializing cgroup subsys hugetlb [ 0.020930] FEATURE SPEC_CTRL Not Present [ 0.022427] mce: CPU supports 10 MCE banks [ 0.024030] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.025985] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.027161] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.028002] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.029938] Speculative Store Bypass: Vulnerable [ 0.032226] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.036448] ACPI: Core revision 20131115 [ 0.037666] ACPI: All ACPI Tables successfully acquired [ 0.038814] ftrace: allocating 28747 entries in 113 pages [ 0.056021] smpboot: Max logical packages: 2 [ 0.056883] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.060003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.061342] Enabling x2apic [ 0.061969] Enabled x2apic [ 0.062764] Switched APIC routing to physical x2apic. [ 0.064916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066106] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.068460] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.074769] KVM setup paravirtual spinlock [ 0.076688] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.078011] x86: Booting SMP configuration: [ 0.078893] .... node #0, CPUs: #1[ 0.076681] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.092018] 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.094851] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.096287] devtmpfs: initialized [ 0.098250] EVM: security.selinux [ 0.098949] EVM: security.SMACK64 [ 0.100005] EVM: security.ima [ 0.100639] EVM: security.capability [ 0.101383] pinctrl core: initialized pinctrl subsystem [ 0.101733] regulator-dummy: no parameters [ 0.104003] RTC time: 17:12:33, date: 12/03/18 [ 0.104882] NET: Registered protocol family 16 [ 0.105798] cpuidle: using governor ladder [ 0.106603] cpuidle: using governor menu [ 0.107454] ACPI: bus type PCI registered [ 0.108003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.109222] PCI: Using configuration type 1 for base access [ 0.110713] bio: create slab at 0 [ 0.110713] ACPI: Added _OSI(Module Device) [ 0.112003] ACPI: Added _OSI(Processor Device) [ 0.112856] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.113741] ACPI: Added _OSI(Processor Aggregator Device) [ 0.116095] ACPI: Interpreter enabled [ 0.116855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.118685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.120003] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.121820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.123640] ACPI: (supports S0 S5) [ 0.124002] ACPI: Using IOAPIC for interrupt routing [ 0.124942] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.126805] ACPI: No dock devices found. [ 0.129607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.130722] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.131933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.132015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.134187] acpiphp: Slot [3] registered [ 0.134991] acpiphp: Slot [4] registered [ 0.135773] acpiphp: Slot [5] registered [ 0.136017] acpiphp: Slot [6] registered [ 0.136806] acpiphp: Slot [7] registered [ 0.137589] acpiphp: Slot [8] registered [ 0.138371] acpiphp: Slot [9] registered [ 0.139155] acpiphp: Slot [10] registered [ 0.139961] acpiphp: Slot [11] registered [ 0.140017] acpiphp: Slot [12] registered [ 0.140816] acpiphp: Slot [13] registered [ 0.141615] acpiphp: Slot [14] registered [ 0.142412] acpiphp: Slot [15] registered [ 0.143210] acpiphp: Slot [16] registered [ 0.144011] acpiphp: Slot [17] registered [ 0.144811] acpiphp: Slot [18] registered [ 0.145609] acpiphp: Slot [19] registered [ 0.146403] acpiphp: Slot [20] registered [ 0.147204] acpiphp: Slot [21] registered [ 0.148003] acpiphp: Slot [22] registered [ 0.148800] acpiphp: Slot [23] registered [ 0.149597] acpiphp: Slot [24] registered [ 0.150393] acpiphp: Slot [25] registered [ 0.151196] acpiphp: Slot [26] registered [ 0.151993] acpiphp: Slot [27] registered [ 0.152016] acpiphp: Slot [28] registered [ 0.152816] acpiphp: Slot [29] registered [ 0.153608] acpiphp: Slot [30] registered [ 0.154405] acpiphp: Slot [31] registered [ 0.155206] PCI host bridge to bus 0000:00 [ 0.156004] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.157002] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.158106] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.159215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.160003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.172143] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.173583] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.217479] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.218949] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.220374] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.221778] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.223160] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.224429] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.225576] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225576] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228603] vgaarb: bridge control possible 0000:00:02.0 [ 0.229720] SCSI subsystem initialized [ 0.230510] ACPI: bus type USB registered [ 0.230510] usbcore: registered new interface driver usbfs [ 0.232009] usbcore: registered new interface driver hub [ 0.233017] usbcore: registered new device driver usb [ 0.233017] PCI: Using ACPI for IRQ routing [ 0.233017] NetLabel: Initializing [ 0.233723] NetLabel: domain hash size = 128 [ 0.236003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.236952] NetLabel: unlabeled traffic allowed by default [ 0.237989] Switched to clocksource kvm-clock [ 0.240753] AppArmor: AppArmor Filesystem Enabled [ 0.243879] pnp: PnP ACPI init [ 0.244566] ACPI: bus type PNP registered [ 0.245783] pnp: PnP ACPI: found 8 devices [ 0.246600] ACPI: bus type PNP unregistered [ 0.253646] NET: Registered protocol family 2 [ 0.254654] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.256106] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.257329] TCP: Hash tables configured (established 16384 bind 16384) [ 0.258880] TCP: reno registered [ 0.259566] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260672] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261890] NET: Registered protocol family 1 [ 0.262750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.263837] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.264925] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.286750] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.309229] Trying to unpack rootfs image as initramfs... [ 0.390500] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.392159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.393256] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.394637] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.396284] Scanning for low memory corruption every 60 seconds [ 0.398058] Initialise system trusted keyring [ 0.399128] audit: initializing netlink socket (disabled) [ 0.400352] type=2000 audit(1543857154.337:1): initialized [ 0.418163] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.420229] zbud: loaded [ 0.421125] VFS: Disk quotas dquot_6.5.2 [ 0.422100] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.423768] fuse init (API version 7.22) [ 0.424758] msgmni has been set to 3997 [ 0.425714] Key type big_key registered [ 0.426848] Key type asymmetric registered [ 0.427823] Asymmetric key parser 'x509' registered [ 0.428950] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.430713] io scheduler noop registered [ 0.431645] io scheduler deadline registered (default) [ 0.432826] io scheduler cfq registered [ 0.433791] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.435041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.436514] ipmi message handler version 39.2 [ 0.437567] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.439275] ACPI: Power Button [PWRF] [ 0.440252] GHES: HEST is not enabled! [ 0.461823] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.504950] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.507019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.531420] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.533701] Linux agpgart interface v0.103 [ 0.535333] brd: module loaded [ 0.536501] loop: module loaded [ 0.537564] blk-mq: CPU -> queue map [ 0.538426] CPU 0 -> Queue 0 [ 0.539173] CPU 1 -> Queue 0 [ 0.540526] vda: vda1 [ 0.541901] scsi0 : ata_piix [ 0.542615] scsi1 : ata_piix [ 0.543269] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.544506] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.545895] libphy: Fixed MDIO Bus: probed [ 0.546783] tun: Universal TUN/TAP device driver, 1.6 [ 0.547779] tun: (C) 1999-2004 Max Krasnyansky [ 0.549951] PPP generic driver version 2.4.2 [ 0.550845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.552129] ehci-pci: EHCI PCI platform driver [ 0.553006] ehci-platform: EHCI generic platform driver [ 0.553998] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.555129] ohci-pci: OHCI PCI platform driver [ 0.556015] ohci-platform: OHCI generic platform driver [ 0.557013] uhci_hcd: USB Universal Host Controller Interface driver [ 0.578869] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.579880] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.581406] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.582536] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.583763] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.585192] usb usb1: Product: UHCI Host Controller [ 0.586133] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd [ 0.587307] usb usb1: SerialNumber: 0000:00:01.2 [ 0.588293] hub 1-0:1.0: USB hub found [ 0.589178] hub 1-0:1.0: 2 ports detected [ 0.590082] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.592200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.593180] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.594234] mousedev: PS/2 mouse device common for all mice [ 0.595516] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.597379] rtc_cmos 00:00: RTC can wake from S4 [ 0.598494] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.599696] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.600953] device-mapper: uevent: version 1.0.3 [ 0.601918] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.603546] ledtrig-cpu: registered to indicate activity on CPUs [ 0.604738] TCP: cubic registered [ 0.605507] NET: Registered protocol family 10 [ 0.606495] NET: Registered protocol family 17 [ 0.607384] Key type dns_resolver registered [ 0.608388] Loading compiled-in X.509 certificates [ 0.609833] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11' [ 0.611633] registered taskstats version 1 [ 0.613740] Key type trusted registered [ 0.616653] Key type encrypted registered [ 0.617509] AppArmor: AppArmor sha1 policy hashing enabled [ 0.618540] IMA: No TPM chip found, activating TPM-bypass! [ 0.626705] regulator-dummy: disabling [ 0.627571] Magic number: 14:233:238 [ 0.628447] rtc_cmos 00:00: setting system clock to 2018-12-03 17:12:34 UTC (1543857154) [ 0.630060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.631184] EDD information not available. [ 0.700916] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.702495] Write protecting the kernel read-only data: 12288k [ 0.703816] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000) [ 0.706357] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.717176] systemd-udevd[107]: starting version 204 [ 0.768611] FDC 0 is a S82078B [ 0.900092] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.065216] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.066700] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.068253] usb 1-1: Product: QEMU USB Tablet [ 1.069269] usb 1-1: Manufacturer: QEMU [ 1.070178] usb 1-1: SerialNumber: 42 [ 1.392051] tsc: Refined TSC clocksource calibration: 3491.909 MHz [ 1.768743] 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.001369] 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.115236] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.195010] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 03 Dec 2018 17:12:36 +0000. Up 2.53 seconds. cloud-init-nonet[2.70]: 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 Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device security[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.32]: 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 Mon, 03 Dec 2018 17:12:37 +0000. Up 3.52 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.10 | 255.255.255.0 | fa:16:3e:1a:51:46 | 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: 76:74:cf:65:c4:08:2b:82:b7:c5:ee:c5:26:ca:a0:02 root@ansibleprovisioningtests-2424eff2-0be6-4113-968f-fd31ead1f238-i The key's randomart image is: +--[ RSA 2048]----+ | .. o.| | . . ....| | . o = o o| | . * + o o | |E . S + + o | | . . + + + | | . . o . | | . | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: e2:c6:c1:50:30:f5:0e:68:86:ff:4b:f2:24:23:b6:b6 root@ansibleprovisioningtests-2424eff2-0be6-4113-968f-fd31ead1f238-i The key's randomart image is: +--[ DSA 1024]----+ | ooo | | . + . | | . = . . | | + o o | | . + S | | + o | | o + B | | ..o O . | | .E. o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 88:91:72:2b:de:b9:70:c2:ce:20:f8:4b:ba:15:01:87 root@ansibleprovisioningtests-2424eff2-0be6-4113-968f-fd31ead1f238-i The key's randomart image is: +--[ECDSA 256]---+ |... | |Eo . | | o + | | + + . | | o o . S | |.o + . | |+ B + | |.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: a1:5c:b4:5f:63:a3:91:1c:32:27:02:bc:cd:54:ba:83 root@ansibleprovisioningtests-2424eff2-0be6-4113-968f-fd31ead1f238-i The key's randomart image is: +--[ED25519 256--+ | .....* o | | . .+ B o | | =. + + = | | .oo+ o = o | | E = S o | | . | | | | | | | +-----------------+ * Stopping Mount filesystems on boot[74G[ OK ] * 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 ] * Starting System V initialisation compatibility[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Mon, 03 Dec 2018 17:12:40 +0000. Up 6.49 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. 2018-12-03 17:12:41,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:41,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12: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-7f6b1ee5-350c-4ab2-a0e7-094dd5702c33 x-compute-request-id: req-7f6b1ee5-350c-4ab2-a0e7-094dd5702c33 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:12:33Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:41,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-7f6b1ee5-350c-4ab2-a0e7-094dd5702c33 2018-12-03 17:12:41,994 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - ACTIVE 2018-12-03 17:12:41,994 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:12:41,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:42,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12: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-cf8afc62-7653-4c93-9889-e9652c063289 x-compute-request-id: req-cf8afc62-7653-4c93-9889-e9652c063289 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:12:33Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:42,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-cf8afc62-7653-4c93-9889-e9652c063289 2018-12-03 17:12:42,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:42,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-55ddaed7-e62c-45aa-9003-04f14e1a7328 Date: Mon, 03 Dec 2018 17:12: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":["ad3128fb-fcdf-4567-adaf-176af0f753f3"],"updated_at":"2018-12-03T17:10:20Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:12:42,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net used request id req-55ddaed7-e62c-45aa-9003-04f14e1a7328 2018-12-03 17:12:42,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:42,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-159cb7a5-a8f3-4ee5-992e-0f8e8f7f3fcc Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:12:42,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-159cb7a5-a8f3-4ee5-992e-0f8e8f7f3fcc 2018-12-03 17:12:42,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:42,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c2fefc7e-d1b2-4322-a8c1-74788bc82129 Date: Mon, 03 Dec 2018 17:12:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:12:42,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-c2fefc7e-d1b2-4322-a8c1-74788bc82129 2018-12-03 17:12:42,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:42,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-8858cf8a-5427-4abb-a3eb-44d8403bc0a5 Date: Mon, 03 Dec 2018 17:12:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.1"}],"id":"02292752-e2bb-4220-8660-a9a3b79a81da","security_groups":[],"mac_address":"fa:16:3e:0e:2f:2c","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:30Z","binding:vnic_type":"normal","device_id":"ccada3f2-47fc-4482-a2d7-35273761ab99"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.2"}],"id":"8fc3a3dc-b103-4f0e-b317-df6fe8a7a7c5","security_groups":[],"mac_address":"fa:16:3e:bd:be:d3","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:12:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.10"}],"id":"cc5c6d5a-77f4-4594-98be-0e586bd836cd","security_groups":["a66dcce8-7b19-4daa-90e6-00cb66279772"],"mac_address":"fa:16:3e:1a:51:46","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:44Z","binding:vnic_type":"normal","device_id":"e1e22c2b-6874-4680-96af-641690f83317"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.4"}],"id":"e7d017d5-99bb-424d-a422-5bf5343ecb92","security_groups":[],"mac_address":"fa:16:3e:51:09:f0","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.3"}],"id":"f53f1359-af74-44f4-ae1f-a2c3b8ad7a40","security_groups":[],"mac_address":"fa:16:3e:db:41:20","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"}]} 2018-12-03 17:12:42,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-8858cf8a-5427-4abb-a3eb-44d8403bc0a5 2018-12-03 17:12:42,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:43,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12: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-6cc893eb-afa5-45be-a808-3180bb183e03 x-compute-request-id: req-6cc893eb-afa5-45be-a808-3180bb183e03 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:12:33Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:43,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-6cc893eb-afa5-45be-a808-3180bb183e03 2018-12-03 17:12:43,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:43,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-496c1359-6a9e-4bdd-b5e1-8c45fa525094 Date: Mon, 03 Dec 2018 17: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":["ad3128fb-fcdf-4567-adaf-176af0f753f3"],"updated_at":"2018-12-03T17:10:20Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:12:43,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net used request id req-496c1359-6a9e-4bdd-b5e1-8c45fa525094 2018-12-03 17:12:43,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:43,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-557dd7b9-6818-4cc7-8787-c34ca5573d6e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:12:43,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-557dd7b9-6818-4cc7-8787-c34ca5573d6e 2018-12-03 17:12:43,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:43,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-44ff7322-d2df-4874-b308-3a5915059a7d Date: Mon, 03 Dec 2018 17:12:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:12:43,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-44ff7322-d2df-4874-b308-3a5915059a7d 2018-12-03 17:12:43,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:43,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-00afebd3-d710-49a7-b8c8-811ff71b0317 Date: Mon, 03 Dec 2018 17:12:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.1"}],"id":"02292752-e2bb-4220-8660-a9a3b79a81da","security_groups":[],"mac_address":"fa:16:3e:0e:2f:2c","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:30Z","binding:vnic_type":"normal","device_id":"ccada3f2-47fc-4482-a2d7-35273761ab99"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.2"}],"id":"8fc3a3dc-b103-4f0e-b317-df6fe8a7a7c5","security_groups":[],"mac_address":"fa:16:3e:bd:be:d3","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:12:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.10"}],"id":"cc5c6d5a-77f4-4594-98be-0e586bd836cd","security_groups":["a66dcce8-7b19-4daa-90e6-00cb66279772"],"mac_address":"fa:16:3e:1a:51:46","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:44Z","binding:vnic_type":"normal","device_id":"e1e22c2b-6874-4680-96af-641690f83317"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.4"}],"id":"e7d017d5-99bb-424d-a422-5bf5343ecb92","security_groups":[],"mac_address":"fa:16:3e:51:09:f0","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.3"}],"id":"f53f1359-af74-44f4-ae1f-a2c3b8ad7a40","security_groups":[],"mac_address":"fa:16:3e:db:41:20","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"}]} 2018-12-03 17:12:43,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-00afebd3-d710-49a7-b8c8-811ff71b0317 2018-12-03 17:12:43,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp"}}' 2018-12-03 17:12:44,588 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17: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 x-openstack-request-id: req-c9d49a82-df49-4852-879a-5ff74901e42b x-compute-request-id: req-c9d49a82-df49-4852-879a-5ff74901e42b Content-Length: 0 Content-Type: application/json 2018-12-03 17:12:44,588 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317/action used request id req-c9d49a82-df49-4852-879a-5ff74901e42b 2018-12-03 17:12:44,588 - create_instance - INFO - Checking if VM is active 2018-12-03 17:12:44,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:45,056 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-787fe6a4-5913-4d7d-a7b5-58e727cf6e0d x-compute-request-id: req-787fe6a4-5913-4d7d-a7b5-58e727cf6e0d Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp"}, {"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:12:33Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:45,057 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-787fe6a4-5913-4d7d-a7b5-58e727cf6e0d 2018-12-03 17:12:45,057 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - ACTIVE 2018-12-03 17:12:45,057 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:12:45,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:45,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-61872967-7ede-4cc8-8173-e4ceba01ece7 x-compute-request-id: req-61872967-7ede-4cc8-8173-e4ceba01ece7 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp"}, {"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:12:33Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:45,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-61872967-7ede-4cc8-8173-e4ceba01ece7 2018-12-03 17:12:45,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:45,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7f42343f-bc04-48d9-83e2-d55ea6d4023b Date: Mon, 03 Dec 2018 17:12: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":["ad3128fb-fcdf-4567-adaf-176af0f753f3"],"updated_at":"2018-12-03T17:10:20Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:12:45,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net used request id req-7f42343f-bc04-48d9-83e2-d55ea6d4023b 2018-12-03 17:12:45,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:45,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97fa776b-074a-4d3c-a605-6abe5f313331 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:12:45,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-97fa776b-074a-4d3c-a605-6abe5f313331 2018-12-03 17:12:45,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:45,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f2e4079c-2d12-415a-a0df-ee8bae432533 Date: Mon, 03 Dec 2018 17:12:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:12:45,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-f2e4079c-2d12-415a-a0df-ee8bae432533 2018-12-03 17:12:45,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:45,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-6fdac999-fdc5-4579-86e2-6117bd443f36 Date: Mon, 03 Dec 2018 17:12:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.1"}],"id":"02292752-e2bb-4220-8660-a9a3b79a81da","security_groups":[],"mac_address":"fa:16:3e:0e:2f:2c","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:30Z","binding:vnic_type":"normal","device_id":"ccada3f2-47fc-4482-a2d7-35273761ab99"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.2"}],"id":"8fc3a3dc-b103-4f0e-b317-df6fe8a7a7c5","security_groups":[],"mac_address":"fa:16:3e:bd:be:d3","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:12:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.10"}],"id":"cc5c6d5a-77f4-4594-98be-0e586bd836cd","security_groups":["53fa36a5-9761-42a4-8ffb-208e67415995","a66dcce8-7b19-4daa-90e6-00cb66279772"],"mac_address":"fa:16:3e:1a:51:46","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:44Z","binding:vnic_type":"normal","device_id":"e1e22c2b-6874-4680-96af-641690f83317"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.4"}],"id":"e7d017d5-99bb-424d-a422-5bf5343ecb92","security_groups":[],"mac_address":"fa:16:3e:51:09:f0","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.3"}],"id":"f53f1359-af74-44f4-ae1f-a2c3b8ad7a40","security_groups":[],"mac_address":"fa:16:3e:db:41:20","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"}]} 2018-12-03 17:12:45,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-6fdac999-fdc5-4579-86e2-6117bd443f36 2018-12-03 17:12:45,841 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:12:46,845 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a0edf50L 2018-12-03 17:12:46,846 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:12:46,851 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-12-03 17:12:46,851 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-03 17:12:46,853 - 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-12-03 17:12:46,853 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:12:46,853 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-03 17:12:46,853 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:12:46,854 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:12:46,854 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:12:46,894 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:12:46,895 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:12:46,910 - paramiko.transport - DEBUG - Trying key ed8c67ed77e877bbe3fed07bac045787 from tmp/AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238 2018-12-03 17:12:46,935 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:12:46,957 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:12:47,057 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:12:47,088 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:12:47,088 - create_instance - INFO - Checking if cloud-init has completed 2018-12-03 17:12:47,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:47,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c169c6a-7d38-4e8c-b52a-e1589bbd45d2 x-compute-request-id: req-6c169c6a-7d38-4e8c-b52a-e1589bbd45d2 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp"}, {"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:12:33Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:47,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-6c169c6a-7d38-4e8c-b52a-e1589bbd45d2 2018-12-03 17:12:47,647 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - ACTIVE 2018-12-03 17:12:47,647 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:12:47,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:48,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6490e3b-2a36-49c7-9ecd-42a1333ee8c4 x-compute-request-id: req-d6490e3b-2a36-49c7-9ecd-42a1333ee8c4 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp"}, {"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:12:33Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:48,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-d6490e3b-2a36-49c7-9ecd-42a1333ee8c4 2018-12-03 17:12:48,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:48,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-33210ae8-d080-47bd-8fbd-77b0284909cf Date: Mon, 03 Dec 2018 17:12: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":["ad3128fb-fcdf-4567-adaf-176af0f753f3"],"updated_at":"2018-12-03T17:10:20Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:12:48,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net used request id req-33210ae8-d080-47bd-8fbd-77b0284909cf 2018-12-03 17:12:48,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:48,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5469ff63-f7f6-45d2-b92f-6d2974e3ceef Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:12:48,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-5469ff63-f7f6-45d2-b92f-6d2974e3ceef 2018-12-03 17:12:48,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:48,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ed7b538e-5934-4791-9b62-2acc5a94f739 Date: Mon, 03 Dec 2018 17:12:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:12:48,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-ed7b538e-5934-4791-9b62-2acc5a94f739 2018-12-03 17:12:48,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:48,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-6db74f7c-effe-423f-a640-ac11b96e4a22 Date: Mon, 03 Dec 2018 17:12:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.1"}],"id":"02292752-e2bb-4220-8660-a9a3b79a81da","security_groups":[],"mac_address":"fa:16:3e:0e:2f:2c","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:30Z","binding:vnic_type":"normal","device_id":"ccada3f2-47fc-4482-a2d7-35273761ab99"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.2"}],"id":"8fc3a3dc-b103-4f0e-b317-df6fe8a7a7c5","security_groups":[],"mac_address":"fa:16:3e:bd:be:d3","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:12:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.10"}],"id":"cc5c6d5a-77f4-4594-98be-0e586bd836cd","security_groups":["53fa36a5-9761-42a4-8ffb-208e67415995","a66dcce8-7b19-4daa-90e6-00cb66279772"],"mac_address":"fa:16:3e:1a:51:46","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:44Z","binding:vnic_type":"normal","device_id":"e1e22c2b-6874-4680-96af-641690f83317"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.4"}],"id":"e7d017d5-99bb-424d-a422-5bf5343ecb92","security_groups":[],"mac_address":"fa:16:3e:51:09:f0","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.3"}],"id":"f53f1359-af74-44f4-ae1f-a2c3b8ad7a40","security_groups":[],"mac_address":"fa:16:3e:db:41:20","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"}]} 2018-12-03 17:12:48,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-6db74f7c-effe-423f-a640-ac11b96e4a22 2018-12-03 17:12:48,442 - create_instance - INFO - Checking if VM is active 2018-12-03 17:12:48,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:49,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-374b3dbf-3d5a-47c5-b977-77a85b3160f2 x-compute-request-id: req-374b3dbf-3d5a-47c5-b977-77a85b3160f2 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp"}, {"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:12:33Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:49,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-374b3dbf-3d5a-47c5-b977-77a85b3160f2 2018-12-03 17:12:49,078 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - ACTIVE 2018-12-03 17:12:49,078 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:12:49,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:49,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-1cb923ef-cf91-47ec-9583-5fe8921ba3f6 x-compute-request-id: req-1cb923ef-cf91-47ec-9583-5fe8921ba3f6 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "security_groups": [{"name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp"}, {"name": "default"}], "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:12:33Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:12:49,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-1cb923ef-cf91-47ec-9583-5fe8921ba3f6 2018-12-03 17:12:49,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:49,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-563a51d7-6139-4018-b5ef-15b33f75528a Date: Mon, 03 Dec 2018 17:12: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":["ad3128fb-fcdf-4567-adaf-176af0f753f3"],"updated_at":"2018-12-03T17:10:20Z","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1aa64fc12a2840abb2c8e73c0deb4740","id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net"}]} 2018-12-03 17:12:49,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net used request id req-563a51d7-6139-4018-b5ef-15b33f75528a 2018-12-03 17:12:49,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:49,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed060257-fe4b-400d-9330-adeff3507872 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:12:49,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-ed060257-fe4b-400d-9330-adeff3507872 2018-12-03 17:12:49,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:49,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4a5d0a88-e8d9-466f-b899-358dc51e8ab8 Date: Mon, 03 Dec 2018 17:12:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","dns_nameservers":[],"updated_at":"2018-12-03T17:10:20Z","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":"1aa64fc12a2840abb2c8e73c0deb4740","id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","subnetpool_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet"}]} 2018-12-03 17:12:49,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-4a5d0a88-e8d9-466f-b899-358dc51e8ab8 2018-12-03 17:12:49,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:49,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-04f77692-537f-4fe3-80c4-3f821211b352 Date: Mon, 03 Dec 2018 17:12:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.1"}],"id":"02292752-e2bb-4220-8660-a9a3b79a81da","security_groups":[],"mac_address":"fa:16:3e:0e:2f:2c","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:30Z","binding:vnic_type":"normal","device_id":"ccada3f2-47fc-4482-a2d7-35273761ab99"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.2"}],"id":"8fc3a3dc-b103-4f0e-b317-df6fe8a7a7c5","security_groups":[],"mac_address":"fa:16:3e:bd:be:d3","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:12:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.10"}],"id":"cc5c6d5a-77f4-4594-98be-0e586bd836cd","security_groups":["53fa36a5-9761-42a4-8ffb-208e67415995","a66dcce8-7b19-4daa-90e6-00cb66279772"],"mac_address":"fa:16:3e:1a:51:46","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:44Z","binding:vnic_type":"normal","device_id":"e1e22c2b-6874-4680-96af-641690f83317"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.4"}],"id":"e7d017d5-99bb-424d-a422-5bf5343ecb92","security_groups":[],"mac_address":"fa:16:3e:51:09:f0","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:10:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad3128fb-fcdf-4567-adaf-176af0f753f3","ip_address":"10.55.1.3"}],"id":"f53f1359-af74-44f4-ae1f-a2c3b8ad7a40","security_groups":[],"mac_address":"fa:16:3e:db:41:20","project_id":"1aa64fc12a2840abb2c8e73c0deb4740","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd2b5d06-b13b-4abe-9466-d0fc99cfa93c","tenant_id":"1aa64fc12a2840abb2c8e73c0deb4740","created_at":"2018-12-03T17:10:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd2b5d06-b13b-4abe-9466-d0fc99cfa93c"}]} 2018-12-03 17:12:49,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-04f77692-537f-4fe3-80c4-3f821211b352 2018-12-03 17:12:49,900 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:12:49,902 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a0ed9d0L 2018-12-03 17:12:49,903 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:12:49,906 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-12-03 17:12:49,906 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-03 17:12:49,907 - 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-12-03 17:12:49,908 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:12:49,908 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-03 17:12:49,908 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:12:49,908 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:12:49,908 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:12:49,951 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:12:49,951 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:12:49,967 - paramiko.transport - DEBUG - Trying key ed8c67ed77e877bbe3fed07bac045787 from tmp/AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238 2018-12-03 17:12:49,991 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:12:49,997 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:12:50,098 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:12:50,113 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:12:50,113 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:12:50,114 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a0edf50L 2018-12-03 17:12:50,115 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:12:50,118 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-12-03 17:12:50,118 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-03 17:12:50,119 - 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-12-03 17:12:50,119 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:12:50,119 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-03 17:12:50,119 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:12:50,120 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:12:50,120 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:12:50,161 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:12:50,162 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:12:50,179 - paramiko.transport - DEBUG - Trying key ed8c67ed77e877bbe3fed07bac045787 from tmp/AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238 2018-12-03 17:12:50,198 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:12:50,204 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:12:50,211 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:12:50,372 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-03 17:12:50,373 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:12:50,377 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:12:50,387 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-03 17:12:50,387 - create_instance - INFO - cloud-init complete for VM instance 2018-12-03 17:12:50,388 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-03 17:12:50,388 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:12:50,390 - paramiko.transport - DEBUG - starting thread (client mode): 0x5aa4c950L 2018-12-03 17:12:50,390 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:12:50,393 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-12-03 17:12:50,393 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-03 17:12:50,395 - 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-12-03 17:12:50,395 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:12:50,395 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-03 17:12:50,395 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:12:50,395 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:12:50,395 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:12:50,437 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:12:50,438 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:12:50,455 - paramiko.transport - DEBUG - Trying key ed8c67ed77e877bbe3fed07bac045787 from tmp/AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238 2018-12-03 17:12:50,474 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:12:50,480 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:12:50,487 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:12:50,650 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-03 17:12:50,650 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:12:50,653 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:12:50,654 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:12:50,796 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-12-03 17:12:50,912 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-12-03 17:12:58,576 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:12:58,579 - paramiko.transport - DEBUG - starting thread (client mode): 0x59ec56d0L 2018-12-03 17:12:58,580 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:12:58,582 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-12-03 17:12:58,583 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-03 17:12:58,584 - 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-12-03 17:12:58,584 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:12:58,584 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-03 17:12:58,585 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:12:58,585 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:12:58,585 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:12:58,626 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:12:58,627 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:12:58,644 - paramiko.transport - DEBUG - Trying key ed8c67ed77e877bbe3fed07bac045787 from tmp/AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238 2018-12-03 17:12:58,667 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:12:58,673 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:12:58,677 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:12:58,842 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-03 17:12:58,843 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:12:58,879 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:12:58,898 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-03 17:12:58,898 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-03 17:12:59,000 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:12:59,013 - create_instance - INFO - Deleting Floating IP - 172.30.9.207 2018-12-03 17:12:59,014 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.207 2018-12-03 17:12:59,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/floatingips/2aeb12a0-5660-4366-a342-f918ca739faa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:12:59,805 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c762bb30-fc74-44a6-a368-1be2634a44aa Content-Length: 0 Date: Mon, 03 Dec 2018 17:12:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:12:59,805 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/2aeb12a0-5660-4366-a342-f918ca739faa used request id req-c762bb30-fc74-44a6-a368-1be2634a44aa 2018-12-03 17:12:59,805 - create_instance - INFO - Deleting Port with ID - cc5c6d5a-77f4-4594-98be-0e586bd836cd 2018-12-03 17:12:59,805 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-port-1 2018-12-03 17:12:59,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/cc5c6d5a-77f4-4594-98be-0e586bd836cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:13:00,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-20489d41-a97b-4a94-b5bd-ae5c77bb06c4 Date: Mon, 03 Dec 2018 17:13:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:13:00,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/cc5c6d5a-77f4-4594-98be-0e586bd836cd used request id req-20489d41-a97b-4a94-b5bd-ae5c77bb06c4 2018-12-03 17:13:00,464 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst 2018-12-03 17:13:00,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:13:00,616 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:13: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-117c0a04-a59a-4965-a446-5c1c15b365b6 x-compute-request-id: req-117c0a04-a59a-4965-a446-5c1c15b365b6 Content-Type: application/json 2018-12-03 17:13:00,616 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-117c0a04-a59a-4965-a446-5c1c15b365b6 2018-12-03 17:13:00,617 - create_instance - INFO - Checking deletion status 2018-12-03 17:13:00,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:13:00,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13: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-f286f167-be48-4366-8024-cce8e484f8b5 x-compute-request-id: req-f286f167-be48-4366-8024-cce8e484f8b5 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:51:46", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e1e22c2b-6874-4680-96af-641690f83317", "rel": "bookmark"}], "image": {"id": "2ebd2384-e77a-4c87-bc7a-84c207cf8750", "links": [{"href": "http://172.30.9.30:8774/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:12:33.000000", "flavor": {"id": "367a175a-2369-46ac-908f-e7b746d8c02d", "links": [{"href": "http://172.30.9.30:8774/flavors/367a175a-2369-46ac-908f-e7b746d8c02d", "rel": "bookmark"}]}, "id": "e1e22c2b-6874-4680-96af-641690f83317", "user_id": "f555cd656d0944c5bc28a703933e3188", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:13:00Z", "hostId": "5d3d58fa5eaa37f7a4f0a0dff88db039b33985fb20501e03cffe8e99", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp", "name": "AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst", "created": "2018-12-03T17:10:47Z", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:13:00,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-f286f167-be48-4366-8024-cce8e484f8b5 2018-12-03 17:13:00,884 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst] is - ACTIVE 2018-12-03 17:13:00,884 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:13:03,888 - create_instance - DEBUG - VM status query timeout in 296.729389906 2018-12-03 17:13:03,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f822a515c24d056f4ae0678fa68bf8a4692b2" 2018-12-03 17:13:03,945 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 17:13:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0aa33ceb-8eb8-4c62-9d4c-1dd5eee685eb x-compute-request-id: req-0aa33ceb-8eb8-4c62-9d4c-1dd5eee685eb Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e1e22c2b-6874-4680-96af-641690f83317 could not be found.", "code": 404}} 2018-12-03 17:13:03,945 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e1e22c2b-6874-4680-96af-641690f83317 used request id req-0aa33ceb-8eb8-4c62-9d4c-1dd5eee685eb 2018-12-03 17:13:03,945 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e1e22c2b-6874-4680-96af-641690f83317 could not be found. (HTTP 404) (Request-ID: req-0aa33ceb-8eb8-4c62-9d4c-1dd5eee685eb) 2018-12-03 17:13:03,945 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-inst 2018-12-03 17:13:03,946 - neutron_utils - INFO - Deleting security group rule with ID - 029789a3-eeac-45d0-9052-a59d7119d6c8 2018-12-03 17:13:03,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/029789a3-eeac-45d0-9052-a59d7119d6c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:13:04,280 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e42711ad-2b46-4c3b-913d-1cbfba140ce6 Content-Length: 0 Date: Mon, 03 Dec 2018 17:13:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:13:04,280 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/029789a3-eeac-45d0-9052-a59d7119d6c8 used request id req-e42711ad-2b46-4c3b-913d-1cbfba140ce6 2018-12-03 17:13:04,280 - neutron_utils - INFO - Deleting security group rule with ID - 2366ec54-9af5-4175-b531-700b4fa423a9 2018-12-03 17:13:04,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/2366ec54-9af5-4175-b531-700b4fa423a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:13:04,403 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e872ca13-60b7-45d3-afa6-d9e7af56444e Content-Length: 0 Date: Mon, 03 Dec 2018 17:13:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:13:04,403 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/2366ec54-9af5-4175-b531-700b4fa423a9 used request id req-e872ca13-60b7-45d3-afa6-d9e7af56444e 2018-12-03 17:13:04,403 - neutron_utils - INFO - Deleting security group rule with ID - a5c3fc34-c86b-4709-b6bc-ebaefdf919dc 2018-12-03 17:13:04,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/a5c3fc34-c86b-4709-b6bc-ebaefdf919dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:13:04,663 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-693a9fbd-f1c5-428b-bee6-cd8a3dfa7019 Content-Length: 0 Date: Mon, 03 Dec 2018 17:13:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:13:04,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/a5c3fc34-c86b-4709-b6bc-ebaefdf919dc used request id req-693a9fbd-f1c5-428b-bee6-cd8a3dfa7019 2018-12-03 17:13:04,663 - neutron_utils - INFO - Deleting security group rule with ID - 7dfa5caf-4357-4c10-b71f-5bca704a4195 2018-12-03 17:13:04,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/7dfa5caf-4357-4c10-b71f-5bca704a4195 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:13:04,760 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-86ae3e2a-11ba-43db-9110-fc609e0ee1a1 Content-Length: 0 Date: Mon, 03 Dec 2018 17:13:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:13:04,760 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/7dfa5caf-4357-4c10-b71f-5bca704a4195 used request id req-86ae3e2a-11ba-43db-9110-fc609e0ee1a1 2018-12-03 17:13:04,760 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-sec-grp 2018-12-03 17:13:04,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/53fa36a5-9761-42a4-8ffb-208e67415995 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69029de1e74f9a1e2db4b56ddda4bf648a1338e5" 2018-12-03 17:13:05,250 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1d29c5e2-4160-4d25-a12b-8dcc12bcd2a4 Content-Length: 0 Date: Mon, 03 Dec 2018 17:13:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:13:05,250 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/53fa36a5-9761-42a4-8ffb-208e67415995 used request id req-1d29c5e2-4160-4d25-a12b-8dcc12bcd2a4 2018-12-03 17:13:05,251 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp 2018-12-03 17:13:05,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d05aed685d8b2fb7fef340c70ec3e0f5c36f4e" 2018-12-03 17:13:05,298 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:13: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-960e2511-a408-4160-ad89-ac779478fe62 x-compute-request-id: req-960e2511-a408-4160-ad89-ac779478fe62 Content-Length: 0 Content-Type: application/json 2018-12-03 17:13:05,298 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-kp used request id req-960e2511-a408-4160-ad89-ac779478fe62 2018-12-03 17:13:05,299 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238.pub] 2018-12-03 17:13:05,299 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238] 2018-12-03 17:13:05,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/367a175a-2369-46ac-908f-e7b746d8c02d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d6ba2c6c504cf383e15d76c290cbb1766ff2fa" 2018-12-03 17:13:05,355 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:13: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-d32a7e4c-7bc1-44e1-85d2-4b20ae01092b x-compute-request-id: req-d32a7e4c-7bc1-44e1-85d2-4b20ae01092b Content-Length: 0 Content-Type: application/json 2018-12-03 17:13:05,355 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/367a175a-2369-46ac-908f-e7b746d8c02d used request id req-d32a7e4c-7bc1-44e1-85d2-4b20ae01092b 2018-12-03 17:13:05,356 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router and subnet AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet 2018-12-03 17:13:05,356 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router 2018-12-03 17:13:05,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/ccada3f2-47fc-4482-a2d7-35273761ab99/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" -d '{"subnet_id": "ad3128fb-fcdf-4567-adaf-176af0f753f3"}' 2018-12-03 17:13:06,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a3f656d6-22c0-435e-9a3b-b1dedda2d71d Date: Mon, 03 Dec 2018 17:13:06 GMT RESP BODY: {"network_id": "bd2b5d06-b13b-4abe-9466-d0fc99cfa93c", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "subnet_id": "ad3128fb-fcdf-4567-adaf-176af0f753f3", "subnet_ids": ["ad3128fb-fcdf-4567-adaf-176af0f753f3"], "port_id": "02292752-e2bb-4220-8660-a9a3b79a81da", "id": "ccada3f2-47fc-4482-a2d7-35273761ab99"} 2018-12-03 17:13:06,977 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/ccada3f2-47fc-4482-a2d7-35273761ab99/remove_router_interface used request id req-a3f656d6-22c0-435e-9a3b-b1dedda2d71d 2018-12-03 17:13:06,977 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router 2018-12-03 17:13:06,977 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-router 2018-12-03 17:13:06,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/ccada3f2-47fc-4482-a2d7-35273761ab99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}834922c593a0c5f8cdc945f93f8869aba5415044" 2018-12-03 17:13:10,645 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1591f6cb-3142-431e-ac0d-c9513c2ef593 Content-Length: 0 Date: Mon, 03 Dec 2018 17:13:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:13:10,645 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/ccada3f2-47fc-4482-a2d7-35273761ab99 used request id req-1591f6cb-3142-431e-ac0d-c9513c2ef593 2018-12-03 17:13:10,646 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet 2018-12-03 17:13:10,646 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-subnet 2018-12-03 17:13:10,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/ad3128fb-fcdf-4567-adaf-176af0f753f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7e58956c03a39d695f12e2bcd99ac5d9593472" 2018-12-03 17:13:13,122 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4f820ee9-60a6-4afe-b2c4-5d2a1883ba65 Date: Mon, 03 Dec 2018 17:13:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:13:13,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/ad3128fb-fcdf-4567-adaf-176af0f753f3 used request id req-4f820ee9-60a6-4afe-b2c4-5d2a1883ba65 2018-12-03 17:13:13,122 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238-pub-net 2018-12-03 17:13:13,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/bd2b5d06-b13b-4abe-9466-d0fc99cfa93c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7e58956c03a39d695f12e2bcd99ac5d9593472" 2018-12-03 17:13:14,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f4128b02-2a1d-4625-bda2-cde0addd987a Date: Mon, 03 Dec 2018 17:13:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:13:14,547 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/bd2b5d06-b13b-4abe-9466-d0fc99cfa93c used request id req-f4128b02-2a1d-4625-bda2-cde0addd987a 2018-12-03 17:13:14,548 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-2424eff2-0be6-4113-968f-fd31ead1f238--image 2018-12-03 17:13:14,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f468034a484fde23b86727b6e152a7ce716562e7" 2018-12-03 17:13:15,831 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d4be191f-bac6-4fe7-bf09-5857d1a081a9 Date: Mon, 03 Dec 2018 17:13:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:13:15,831 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/2ebd2384-e77a-4c87-bc7a-84c207cf8750 used request id req-d4be191f-bac6-4fe7-bf09-5857d1a081a9 2018-12-03 17:13:15,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:13:16,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-0b5d8b70-3fb4-4de8-8c9c-26e0dc8d757a Date: Mon, 03 Dec 2018 17:13:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:18Z", "updated_at": "2018-12-03T17:10:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:18Z", "revision_number": 0, "id": "08243b9c-c775-4c1c-8973-10f1ff75c6fa", "remote_group_id": "a66dcce8-7b19-4daa-90e6-00cb66279772", "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:18Z", "security_group_id": "a66dcce8-7b19-4daa-90e6-00cb66279772", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv4", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:18Z", "revision_number": 0, "id": "72ec046d-7d3d-478e-84f6-58779c1e66f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:18Z", "security_group_id": "a66dcce8-7b19-4daa-90e6-00cb66279772", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv4", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:18Z", "revision_number": 0, "id": "7c813537-1a6f-41a9-a631-7a9b6ba000f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:18Z", "security_group_id": "a66dcce8-7b19-4daa-90e6-00cb66279772", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv6", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:10:18Z", "revision_number": 0, "id": "ab555b49-4ab7-4a61-9d20-4631b1330c87", "remote_group_id": "a66dcce8-7b19-4daa-90e6-00cb66279772", "remote_ip_prefix": null, "created_at": "2018-12-03T17:10:18Z", "security_group_id": "a66dcce8-7b19-4daa-90e6-00cb66279772", "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "port_range_min": null, "ethertype": "IPv6", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740"}], "revision_number": 4, "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "a66dcce8-7b19-4daa-90e6-00cb66279772", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 17:13:16,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-0b5d8b70-3fb4-4de8-8c9c-26e0dc8d757a 2018-12-03 17:13:16,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:13:16,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cfd3098-013e-42f8-8d91-19716c90cb8b Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 17:13:16,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-5cfd3098-013e-42f8-8d91-19716c90cb8b 2018-12-03 17:13:16,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:13:16,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a159e6f-383e-484c-b4c7-a747070d3a9c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 17:13:16,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-9a159e6f-383e-484c-b4c7-a747070d3a9c 2018-12-03 17:13:16,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:13:16,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4248c90-893f-4351-b3e4-7d2996472ef9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740"}, "enabled": true, "id": "1aa64fc12a2840abb2c8e73c0deb4740", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj"}} 2018-12-03 17:13:16,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-d4248c90-893f-4351-b3e4-7d2996472ef9 2018-12-03 17:13:16,311 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a66dcce8-7b19-4daa-90e6-00cb66279772 2018-12-03 17:13:16,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a66dcce8-7b19-4daa-90e6-00cb66279772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:13:16,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2ca18617-15c0-4214-9c68-75cdd7e4a384 Date: Mon, 03 Dec 2018 17:13:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a66dcce8-7b19-4daa-90e6-00cb66279772", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:10:18Z", "security_group_id": "a66dcce8-7b19-4daa-90e6-00cb66279772", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:18Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "08243b9c-c775-4c1c-8973-10f1ff75c6fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:10:18Z", "security_group_id": "a66dcce8-7b19-4daa-90e6-00cb66279772", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:18Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "72ec046d-7d3d-478e-84f6-58779c1e66f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:10:18Z", "security_group_id": "a66dcce8-7b19-4daa-90e6-00cb66279772", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:18Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "7c813537-1a6f-41a9-a631-7a9b6ba000f0"}, {"remote_group_id": "a66dcce8-7b19-4daa-90e6-00cb66279772", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:10:18Z", "security_group_id": "a66dcce8-7b19-4daa-90e6-00cb66279772", "port_range_min": null, "revision_number": 0, "tenant_id": "1aa64fc12a2840abb2c8e73c0deb4740", "created_at": "2018-12-03T17:10:18Z", "project_id": "1aa64fc12a2840abb2c8e73c0deb4740", "id": "ab555b49-4ab7-4a61-9d20-4631b1330c87"}]} 2018-12-03 17:13:16,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a66dcce8-7b19-4daa-90e6-00cb66279772 used request id req-2ca18617-15c0-4214-9c68-75cdd7e4a384 2018-12-03 17:13:16,490 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 17:13:16,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/a66dcce8-7b19-4daa-90e6-00cb66279772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:13:16,812 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c78a6f02-496b-450b-a7ba-1b54f63d30c7 Content-Length: 0 Date: Mon, 03 Dec 2018 17:13:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:13:16,812 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/a66dcce8-7b19-4daa-90e6-00cb66279772 used request id req-c78a6f02-496b-450b-a7ba-1b54f63d30c7 2018-12-03 17:13:16,813 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj 2018-12-03 17:13:16,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:13:17,037 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:13:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbca59d8-37b8-4c48-ac4b-2365033f474c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:13:17,037 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/1aa64fc12a2840abb2c8e73c0deb4740 used request id req-bbca59d8-37b8-4c48-ac4b-2365033f474c 2018-12-03 17:13:17,038 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-db5fcf49-ccc8-4d6-proj-role 2018-12-03 17:13:17,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/741e946c42104215a581ea01177716d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:13:17,160 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:13:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e67199dd-8566-474f-a6f6-685d6746eb42 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:13:17,160 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/741e946c42104215a581ea01177716d0 used request id req-e67199dd-8566-474f-a6f6-685d6746eb42 2018-12-03 17:13:17,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e473c45beba5d66e5db461f338092cb41891f0d0" 2018-12-03 17:13:17,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1184a41f-481f-4419-b58a-348f6c0bd1fa Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:13:17,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1184a41f-481f-4419-b58a-348f6c0bd1fa 2018-12-03 17:13:17,248 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-db5fcf49-ccc8-4d6-user 2018-12-03 17:13:17,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/f555cd656d0944c5bc28a703933e3188 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f286cc7c673160f20c4c0f91ba1c37efd6c70d" 2018-12-03 17:13:17,471 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:13:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4e7e931-aeb9-47b2-b397-e5f4c5b5cd71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:13:17,471 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/f555cd656d0944c5bc28a703933e3188 used request id req-b4e7e931-aeb9-47b2-b397-e5f4c5b5cd71 2018-12-03 17:13:17,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:13:17,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:13:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["TVwop3BXRTWFjzaVnSL_ow"], "issued_at": "2018-12-03T17:13:17.000000Z"}} 2018-12-03 17:13:17,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30c434a4164515cc1903034e4aea2291d11a817d" 2018-12-03 17:13:17,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13cd5f8a-1dd4-4976-a462-c851842c8974 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:13:17,944 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-13cd5f8a-1dd4-4976-a462-c851842c8974 2018-12-03 17:13:17,946 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:13:17,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:13:18,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:13:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["N6fEhk7dQnCJwytlJJyQkA"], "issued_at": "2018-12-03T17:13:18.000000Z"}} 2018-12-03 17:13:18,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:13:18,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-904e883e-bd24-4636-9e67-0e1b5d2796fc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:13:18,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-904e883e-bd24-4636-9e67-0e1b5d2796fc 2018-12-03 17:13:18,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:13:18,432 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:13:18,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-0a62e657-f18a-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:13:18,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-406e3b27-c7b7-4139-8254-7aafa408c5cc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-0a62e657-f18a-437-proj", "previous": null, "next": null}, "projects": []} 2018-12-03 17:13:18,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-0a62e657-f18a-437-proj used request id req-406e3b27-c7b7-4139-8254-7aafa408c5cc 2018-12-03 17:13:18,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:13:18,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-337050a3-3c32-4c47-bd4a-0b5c26db04f7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:13:18,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-337050a3-3c32-4c47-bd4a-0b5c26db04f7 2018-12-03 17:13:18,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}}' 2018-12-03 17:13:18,741 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:13:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f1f0365-f0c4-4090-8377-b6e078e06f1e Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:13:18,741 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-8f1f0365-f0c4-4090-8377-b6e078e06f1e 2018-12-03 17:13:18,741 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-0a62e657-f18a-437-proj 2018-12-03 17:13:18,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:13:18,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:13:19,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:13:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["6-mZDKjbSti98P7xdhLejw"], "issued_at": "2018-12-03T17:13:19.000000Z"}} 2018-12-03 17:13:19,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a8d4d36c969096ee121c1e8560b9b398c0ef9c1" 2018-12-03 17:13:19,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de8f918-2e84-4114-9f51-9d66f6bde2a6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:13:19,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3de8f918-2e84-4114-9f51-9d66f6bde2a6 2018-12-03 17:13:19,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:13:19,234 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:13:19,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a8d4d36c969096ee121c1e8560b9b398c0ef9c1" 2018-12-03 17:13:19,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-450b3cce-57ac-4498-98b8-da0d4f4357f2 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:13:19,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-450b3cce-57ac-4498-98b8-da0d4f4357f2 2018-12-03 17:13:19,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=AnsibleProvisioningTests-0a62e657-f18a-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a8d4d36c969096ee121c1e8560b9b398c0ef9c1" 2018-12-03 17:13:19,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8179e511-dcd2-4f16-8440-b12550e661d4 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=AnsibleProvisioningTests-0a62e657-f18a-437-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}]} 2018-12-03 17:13:19,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=AnsibleProvisioningTests-0a62e657-f18a-437-proj used request id req-8179e511-dcd2-4f16-8440-b12550e661d4 2018-12-03 17:13:19,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a8d4d36c969096ee121c1e8560b9b398c0ef9c1" 2018-12-03 17:13:19,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5508c818-1b0d-4e69-80d0-b743a92e70d8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-03 17:13:19,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-5508c818-1b0d-4e69-80d0-b743a92e70d8 2018-12-03 17:13:19,849 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-0a62e657-f18a-437-user 2018-12-03 17:13:19,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:13:19,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:13:19,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-695e1954-d199-4736-9997-33dd494bfbd9 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:13:19,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-695e1954-d199-4736-9997-33dd494bfbd9 2018-12-03 17:13:19,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" -d '{"role": {"name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj-role"}}' 2018-12-03 17:13:20,070 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:13:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43a5f88a-aaec-4577-92fb-cf52774ad446 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "afdf4a55e88d4a04afbb2edfc1bf058a", "links": {"self": "http://172.30.9.30:5000/v3/roles/afdf4a55e88d4a04afbb2edfc1bf058a"}, "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj-role"}} 2018-12-03 17:13:20,071 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-43a5f88a-aaec-4577-92fb-cf52774ad446 2018-12-03 17:13:20,071 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-0a62e657-f18a-437-proj-role 2018-12-03 17:13:20,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/afdf4a55e88d4a04afbb2edfc1bf058a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:13:20,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d745e29-ba9a-4b1c-9d58-88421a26f61c Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/afdf4a55e88d4a04afbb2edfc1bf058a"}, "domain_id": null, "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj-role", "id": "afdf4a55e88d4a04afbb2edfc1bf058a"}} 2018-12-03 17:13:20,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/afdf4a55e88d4a04afbb2edfc1bf058a used request id req-8d745e29-ba9a-4b1c-9d58-88421a26f61c 2018-12-03 17:13:20,160 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-0a62e657-f18a-437-proj-role to project AnsibleProvisioningTests-0a62e657-f18a-437-proj 2018-12-03 17:13:20,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e/users/7e8328de5a3d4cca9d09977319f3e339/roles/afdf4a55e88d4a04afbb2edfc1bf058a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:13:20,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:13:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c1f852d-9d37-43d4-b4ca-e65caf4410e2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:13:20,295 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e/users/7e8328de5a3d4cca9d09977319f3e339/roles/afdf4a55e88d4a04afbb2edfc1bf058a used request id req-1c1f852d-9d37-43d4-b4ca-e65caf4410e2 2018-12-03 17:13:20,295 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:13:20,298 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-12-03 17:13:20,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:13:20,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:13:20,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "afdf4a55e88d4a04afbb2edfc1bf058a", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj-role"}], "expires_at": "2018-12-03T18:13:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f29118f345c42ba9a4efcc08346679e", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-0a62e657-f18a-437-user", "id": "7e8328de5a3d4cca9d09977319f3e339"}, "audit_ids": ["RwR4eKCeTaWuS2lxhUGhSA"], "issued_at": "2018-12-03T17:13:20.000000Z"}} 2018-12-03 17:13:20,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ffc4c8dc49f1b3c8ae1a793fc694419668dd16d" 2018-12-03 17:13:20,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-813b2a50-f24d-473e-bd0a-01051eba9878 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:13:20,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-813b2a50-f24d-473e-bd0a-01051eba9878 2018-12-03 17:13:20,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ffc4c8dc49f1b3c8ae1a793fc694419668dd16d" 2018-12-03 17:13:20,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-c53a38b1-4331-4e75-a62f-5d0f10061bc7 Date: Mon, 03 Dec 2018 17:13:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image"} 2018-12-03 17:13:20,935 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image used request id req-c53a38b1-4331-4e75-a62f-5d0f10061bc7 2018-12-03 17:13:20,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ffc4c8dc49f1b3c8ae1a793fc694419668dd16d" 2018-12-03 17:13:21,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5eb2723b-f6b6-451f-aafc-70e8b8a122f6 Date: Mon, 03 Dec 2018 17:13: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-12-03 17:13:21,078 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-5eb2723b-f6b6-451f-aafc-70e8b8a122f6 2018-12-03 17:13:21,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ffc4c8dc49f1b3c8ae1a793fc694419668dd16d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image"}' 2018-12-03 17:13:21,302 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867 X-Openstack-Request-Id: req-dfa8b639-06af-4098-ba27-b1e8109180f8 Date: Mon, 03 Dec 2018 17:13:21 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:13:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-03T17:13:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "min_disk": 0, "protected": false, "id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "file": "/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867/file", "checksum": null, "owner": "4f29118f345c42ba9a4efcc08346679e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:13:21,302 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-dfa8b639-06af-4098-ba27-b1e8109180f8 2018-12-03 17:13:21,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ffc4c8dc49f1b3c8ae1a793fc694419668dd16d" -d '' 2018-12-03 17:13:27,177 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-edfea0c6-c2da-4106-b3e3-7be786026d50 Date: Mon, 03 Dec 2018 17:13:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:13:27,177 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867/file used request id req-edfea0c6-c2da-4106-b3e3-7be786026d50 2018-12-03 17:13:27,178 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-12-03 17:13:27,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ffc4c8dc49f1b3c8ae1a793fc694419668dd16d" 2018-12-03 17:13:27,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6993bfa7-bc20-4643-ae50-d929227d8a7b Date: Mon, 03 Dec 2018 17:13:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:13:21Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-12-03T17:13:27Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867/snap", "metadata": {}}], "self": "/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "min_disk": 0, "protected": false, "id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "file": "/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "4f29118f345c42ba9a4efcc08346679e", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:13:27,350 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867 used request id req-6993bfa7-bc20-4643-ae50-d929227d8a7b 2018-12-03 17:13:27,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ffc4c8dc49f1b3c8ae1a793fc694419668dd16d" 2018-12-03 17:13:27,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-031b5dd0-4fcf-4e80-89cc-77aeaa925bd2 Date: Mon, 03 Dec 2018 17:13: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-12-03 17:13:27,514 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-031b5dd0-4fcf-4e80-89cc-77aeaa925bd2 2018-12-03 17:13:27,517 - create_image - INFO - Created image with name - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image 2018-12-03 17:13:27,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ffc4c8dc49f1b3c8ae1a793fc694419668dd16d" 2018-12-03 17:13:27,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-147e836c-356b-448a-a16a-146a4cad3089 Date: Mon, 03 Dec 2018 17:13:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:13:21Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-12-03T17:13:27Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867/snap", "metadata": {}}], "self": "/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "min_disk": 0, "protected": false, "id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "file": "/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "4f29118f345c42ba9a4efcc08346679e", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-03 17:13:27,673 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867 used request id req-147e836c-356b-448a-a16a-146a4cad3089 2018-12-03 17:13:27,674 - create_image - DEBUG - Instance status is - active 2018-12-03 17:13:27,674 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image 2018-12-03 17:13:27,674 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image 2018-12-03 17:13:27,674 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:13:27,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:13:28,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "afdf4a55e88d4a04afbb2edfc1bf058a", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj-role"}], "expires_at": "2018-12-03T18:13:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f29118f345c42ba9a4efcc08346679e", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-0a62e657-f18a-437-user", "id": "7e8328de5a3d4cca9d09977319f3e339"}, "audit_ids": ["mJ9AWkPDTv6rcQiHVUBfkg"], "issued_at": "2018-12-03T17:13:28.000000Z"}} 2018-12-03 17:13:28,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb331ccc5381ef4858b1943b7ad5f2fade92fb6d" 2018-12-03 17:13:28,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3163995d-9a47-4219-880e-ba275059c97a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:13:28,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3163995d-9a47-4219-880e-ba275059c97a 2018-12-03 17:13:28,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb331ccc5381ef4858b1943b7ad5f2fade92fb6d" 2018-12-03 17:13:28,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1e653d54-63b5-490b-8bdf-149a291da5c9 Date: Mon, 03 Dec 2018 17:13:28 GMT RESP BODY: {"networks":[]} 2018-12-03 17:13:28,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-1e653d54-63b5-490b-8bdf-149a291da5c9 2018-12-03 17:13:28,322 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net 2018-12-03 17:13:28,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb331ccc5381ef4858b1943b7ad5f2fade92fb6d" -d '{"network": {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net", "admin_state_up": true}}' 2018-12-03 17:13:28,967 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-c0ddff84-ce09-4f42-869f-8570bd732eb8 Date: Mon, 03 Dec 2018 17:13:28 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"664d58e0-caa0-4187-9bc9-876cf459546c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T17:13:28Z","is_default":false,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","mtu":1450}} 2018-12-03 17:13:28,967 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-c0ddff84-ce09-4f42-869f-8570bd732eb8 2018-12-03 17:13:28,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb331ccc5381ef4858b1943b7ad5f2fade92fb6d" 2018-12-03 17:13:29,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-e43cd7c9-9333-4f26-8918-21e4f973dd97 Date: Mon, 03 Dec 2018 17:13: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-12-03T17:13:28Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:13:29,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-e43cd7c9-9333-4f26-8918-21e4f973dd97 2018-12-03 17:13:29,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb331ccc5381ef4858b1943b7ad5f2fade92fb6d" 2018-12-03 17:13:29,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4cd72fc1-11e2-45b5-8b18-3aa6bcca96c3 Date: Mon, 03 Dec 2018 17:13:29 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:13:29,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-4cd72fc1-11e2-45b5-8b18-3aa6bcca96c3 2018-12-03 17:13:29,379 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet 2018-12-03 17:13:29,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb331ccc5381ef4858b1943b7ad5f2fade92fb6d" -d '{"subnets": [{"ip_version": 4, "network_id": "664d58e0-caa0-4187-9bc9-876cf459546c", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]}' 2018-12-03 17:13:30,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-842b65a0-1e53-445f-a0e5-68d48bee3644 Date: Mon, 03 Dec 2018 17:13:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:13:30,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-842b65a0-1e53-445f-a0e5-68d48bee3644 2018-12-03 17:13:30,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb331ccc5381ef4858b1943b7ad5f2fade92fb6d" 2018-12-03 17:13:30,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-320e6a3e-f0b2-428a-a3c9-ca42204bb231 Date: Mon, 03 Dec 2018 17:13: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:13:30,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-320e6a3e-f0b2-428a-a3c9-ca42204bb231 2018-12-03 17:13:30,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb331ccc5381ef4858b1943b7ad5f2fade92fb6d" 2018-12-03 17:13:30,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-984a6ee4-53ae-40f0-af0e-7ebdcf0c2c9a Date: Mon, 03 Dec 2018 17:13:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:13:30,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-984a6ee4-53ae-40f0-af0e-7ebdcf0c2c9a 2018-12-03 17:13:30,758 - OpenStackNetwork - DEBUG - Network [664d58e0-caa0-4187-9bc9-876cf459546c] created successfully 2018-12-03 17:13:30,758 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:13:30,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:13:31,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "afdf4a55e88d4a04afbb2edfc1bf058a", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj-role"}], "expires_at": "2018-12-03T18:13:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f29118f345c42ba9a4efcc08346679e", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-0a62e657-f18a-437-user", "id": "7e8328de5a3d4cca9d09977319f3e339"}, "audit_ids": ["Wbct7kIJRM2dUxD55PCLbw"], "issued_at": "2018-12-03T17:13:31.000000Z"}} 2018-12-03 17:13:31,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" 2018-12-03 17:13:31,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fcbe7e5-f720-477e-ac4f-e7203052cddc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:13:31,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0fcbe7e5-f720-477e-ac4f-e7203052cddc 2018-12-03 17:13:31,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" 2018-12-03 17:13:31,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-94236f42-af41-4752-a28a-4601896d74f7 Date: Mon, 03 Dec 2018 17:13:31 GMT RESP BODY: {"routers": []} 2018-12-03 17:13:31,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router&admin_state_up=True used request id req-94236f42-af41-4752-a28a-4601896d74f7 2018-12-03 17:13:31,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:13:31,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:13:31,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "afdf4a55e88d4a04afbb2edfc1bf058a", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj-role"}], "expires_at": "2018-12-03T18:13:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f29118f345c42ba9a4efcc08346679e", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-0a62e657-f18a-437-user", "id": "7e8328de5a3d4cca9d09977319f3e339"}, "audit_ids": ["4W5TgyE1SfuZRHA1-f8a-Q"], "issued_at": "2018-12-03T17:13:31.000000Z"}} 2018-12-03 17:13:31,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132d9659fceb1617d5fe0964b07d079839a6d0f0" 2018-12-03 17:13:31,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17261443-bc1f-46df-9e68-9524fa43f4c2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:13:31,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-17261443-bc1f-46df-9e68-9524fa43f4c2 2018-12-03 17:13:31,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" 2018-12-03 17:13:32,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c41d1c49-9c41-4a92-a802-80d065d01954 Date: Mon, 03 Dec 2018 17:13:32 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:13:32,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-c41d1c49-9c41-4a92-a802-80d065d01954 2018-12-03 17:13:32,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" 2018-12-03 17:13:32,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d75d9274-5707-4612-ba82-f9f9b2ac6a11 Date: Mon, 03 Dec 2018 17:13:32 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:13:32,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-d75d9274-5707-4612-ba82-f9f9b2ac6a11 2018-12-03 17:13:32,411 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router 2018-12-03 17:13:32,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router", "admin_state_up": true}}' 2018-12-03 17:13:37,634 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-a1619fcc-f12d-4851-b370-6fb58865c52d Date: Mon, 03 Dec 2018 17:13:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:33Z", "admin_state_up": true, "updated_at": "2018-12-03T17:13:34Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "87de9515-2269-4865-b5f6-ad9ade83a332", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router"}} 2018-12-03 17:13:37,634 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-a1619fcc-f12d-4851-b370-6fb58865c52d 2018-12-03 17:13:37,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=87de9515-2269-4865-b5f6-ad9ade83a332 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" 2018-12-03 17:13:37,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-06bef686-acf0-449a-8a13-aab99520b556 Date: Mon, 03 Dec 2018 17:13:37 GMT RESP BODY: {"ports":[]} 2018-12-03 17:13:37,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=87de9515-2269-4865-b5f6-ad9ade83a332 used request id req-06bef686-acf0-449a-8a13-aab99520b556 2018-12-03 17:13:37,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" 2018-12-03 17:13:38,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-bdda3b0b-77ce-43b3-a4c5-56ae1ee15e33 Date: Mon, 03 Dec 2018 17:13: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:13:38,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-bdda3b0b-77ce-43b3-a4c5-56ae1ee15e33 2018-12-03 17:13:38,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:13:38,102 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:13:38,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" 2018-12-03 17:13:38,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94f58673-e64e-44c5-8203-d379a44a4eeb Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:13:38,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-94f58673-e64e-44c5-8203-d379a44a4eeb 2018-12-03 17:13:38,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" 2018-12-03 17:13:38,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dae0075a-758e-4f88-a98f-50fc14ec176f Date: Mon, 03 Dec 2018 17:13:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:13:38,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-dae0075a-758e-4f88-a98f-50fc14ec176f 2018-12-03 17:13:38,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c&name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" 2018-12-03 17:13:38,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a90c9621-b355-42a4-b728-e0ec0289cae2 Date: Mon, 03 Dec 2018 17:13:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:13:38,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c&name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet used request id req-a90c9621-b355-42a4-b728-e0ec0289cae2 2018-12-03 17:13:38,613 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-03 17:13:38,613 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router 2018-12-03 17:13:38,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/87de9515-2269-4865-b5f6-ad9ade83a332/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" -d '{"subnet_id": "8751be32-0c1b-4654-aa82-c433e352c256"}' 2018-12-03 17:13:40,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-374b5701-7e1c-4e77-9198-57a95523d262 Date: Mon, 03 Dec 2018 17:13:40 GMT RESP BODY: {"network_id": "664d58e0-caa0-4187-9bc9-876cf459546c", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "subnet_id": "8751be32-0c1b-4654-aa82-c433e352c256", "subnet_ids": ["8751be32-0c1b-4654-aa82-c433e352c256"], "port_id": "a34a4bf5-439a-48df-a6d8-94c9f423a37d", "id": "87de9515-2269-4865-b5f6-ad9ade83a332"} 2018-12-03 17:13:40,787 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/87de9515-2269-4865-b5f6-ad9ade83a332/add_router_interface used request id req-374b5701-7e1c-4e77-9198-57a95523d262 2018-12-03 17:13:40,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers/87de9515-2269-4865-b5f6-ad9ade83a332 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" 2018-12-03 17:13:41,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-f3d36d64-8b7f-463c-9854-ece1246572c3 Date: Mon, 03 Dec 2018 17:13:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:33Z", "admin_state_up": true, "updated_at": "2018-12-03T17:13:39Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "87de9515-2269-4865-b5f6-ad9ade83a332", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router"}} 2018-12-03 17:13:41,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers/87de9515-2269-4865-b5f6-ad9ade83a332 used request id req-f3d36d64-8b7f-463c-9854-ece1246572c3 2018-12-03 17:13:41,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=87de9515-2269-4865-b5f6-ad9ade83a332 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" 2018-12-03 17:13:41,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-2b49893f-17a3-49ab-ae7c-9dc0ccbdbbab Date: Mon, 03 Dec 2018 17:13:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.1"}],"id":"a34a4bf5-439a-48df-a6d8-94c9f423a37d","security_groups":[],"mac_address":"fa:16:3e:b5:1d:37","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:39Z","binding:vnic_type":"normal","device_id":"87de9515-2269-4865-b5f6-ad9ade83a332"}]} 2018-12-03 17:13:41,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=87de9515-2269-4865-b5f6-ad9ade83a332 used request id req-2b49893f-17a3-49ab-ae7c-9dc0ccbdbbab 2018-12-03 17:13:41,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/8751be32-0c1b-4654-aa82-c433e352c256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" 2018-12-03 17:13:41,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-9f241284-3035-420e-9048-bebbb21d5060 Date: Mon, 03 Dec 2018 17:13:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}} 2018-12-03 17:13:41,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/8751be32-0c1b-4654-aa82-c433e352c256 used request id req-9f241284-3035-420e-9048-bebbb21d5060 2018-12-03 17:13:41,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:13:41,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:13:41,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "befeb10030394fa0abfda5ffbcd4113a", "name": "Member"}, {"id": "84a2554f97b2457082c443c3960fe29d", "name": "heat_stack_owner"}], "expires_at": "2018-12-03T18:13:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7db44589aed46ada30f0de826785caf", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/e7db44589aed46ada30f0de826785caf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "id": "b79a3a66067740c99af17bcc7b121a21"}, "audit_ids": ["MEeGMgDvS2i9_TvjUmafgw"], "issued_at": "2018-12-03T17:13:41.000000Z"}} 2018-12-03 17:13:41,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e46d70d4f4f40748b5e096ddb6cde93ad907d42" 2018-12-03 17:13:41,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-197b2bca-784f-4ab8-a1c7-cb7bd5d94d8b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:13:41,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-197b2bca-784f-4ab8-a1c7-cb7bd5d94d8b 2018-12-03 17:13:41,735 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:13:41,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e46d70d4f4f40748b5e096ddb6cde93ad907d42" 2018-12-03 17:13:41,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13: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-0a2da5cb-1508-4bf0-9c5d-69186d3f9597 x-compute-request-id: req-0a2da5cb-1508-4bf0-9c5d-69186d3f9597 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-03 17:13:41,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0a2da5cb-1508-4bf0-9c5d-69186d3f9597 2018-12-03 17:13:41,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e46d70d4f4f40748b5e096ddb6cde93ad907d42" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-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-12-03 17:13:41,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13: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-f831c8f0-3345-49c4-8658-b27bcf6b5206 x-compute-request-id: req-f831c8f0-3345-49c4-8658-b27bcf6b5206 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:13:41,968 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f831c8f0-3345-49c4-8658-b27bcf6b5206 2018-12-03 17:13:41,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:13:41,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:13:42,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "afdf4a55e88d4a04afbb2edfc1bf058a", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj-role"}], "expires_at": "2018-12-03T18:13:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f29118f345c42ba9a4efcc08346679e", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-0a62e657-f18a-437-user", "id": "7e8328de5a3d4cca9d09977319f3e339"}, "audit_ids": ["bewEHfmQSHuOmu-0Uy6TNg"], "issued_at": "2018-12-03T17:13:42.000000Z"}} 2018-12-03 17:13:42,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be64633451d6b27acde3a06b9ad5c0b46f48f09c" 2018-12-03 17:13:42,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b3f9b9-2267-4871-93db-207de7d0854b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:13:42,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b2b3f9b9-2267-4871-93db-207de7d0854b 2018-12-03 17:13:42,420 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:13:42,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be64633451d6b27acde3a06b9ad5c0b46f48f09c" 2018-12-03 17:13:42,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-60023b5f-56bb-4748-a22f-0850ad6836b4 x-compute-request-id: req-60023b5f-56bb-4748-a22f-0850ad6836b4 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-03 17:13:42,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-60023b5f-56bb-4748-a22f-0850ad6836b4 2018-12-03 17:13:42,593 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp... 2018-12-03 17:13:42,593 - OpenStackKeypair - INFO - Creating new keypair 2018-12-03 17:13:42,612 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp 2018-12-03 17:13:42,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be64633451d6b27acde3a06b9ad5c0b46f48f09c" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCwMCou3v1Bd+9Zb9ZckLAiffaMfSjEC1SvrEx2V6KBsHU2nOgNY9oEqycAw3bqIrCFqZlIN4kWWQi0bjwz5WRvWZW+3V14WV0dp1o7n7miM/l5ol9Cvf2YXH3jxpAHZZnehqyzO8tjrHtjK/LA0aHdvJn59ymHOvHOuKQ48+YPpQ==", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp"}}' 2018-12-03 17:13:42,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56cee17e-5a7c-48cc-977f-f7430a77e31a x-compute-request-id: req-56cee17e-5a7c-48cc-977f-f7430a77e31a Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCwMCou3v1Bd+9Zb9ZckLAiffaMfSjEC1SvrEx2V6KBsHU2nOgNY9oEqycAw3bqIrCFqZlIN4kWWQi0bjwz5WRvWZW+3V14WV0dp1o7n7miM/l5ol9Cvf2YXH3jxpAHZZnehqyzO8tjrHtjK/LA0aHdvJn59ymHOvHOuKQ48+YPpQ==", "user_id": "7e8328de5a3d4cca9d09977319f3e339", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "fingerprint": "05:e1:67:88:b2:00:95:79:8b:6e:f5:a7:b8:7f:5d:56"}} 2018-12-03 17:13:42,663 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-56cee17e-5a7c-48cc-977f-f7430a77e31a 2018-12-03 17:13:42,665 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396.pub 2018-12-03 17:13:42,666 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396 2018-12-03 17:13:42,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:13:42,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:13:43,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "afdf4a55e88d4a04afbb2edfc1bf058a", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj-role"}], "expires_at": "2018-12-03T18:13:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f29118f345c42ba9a4efcc08346679e", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-0a62e657-f18a-437-user", "id": "7e8328de5a3d4cca9d09977319f3e339"}, "audit_ids": ["Y-EKkWO2SJ2v8RSXev8UhQ"], "issued_at": "2018-12-03T17:13:43.000000Z"}} 2018-12-03 17:13:43,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:43,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b68bc57-57ea-425d-965d-fa9ee3c19852 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:13:43,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3b68bc57-57ea-425d-965d-fa9ee3c19852 2018-12-03 17:13:43,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:43,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-be87d4ce-b5f3-49f5-8711-9709a650022a Date: Mon, 03 Dec 2018 17:13:43 GMT RESP BODY: {"security_groups": []} 2018-12-03 17:13:43,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp used request id req-be87d4ce-b5f3-49f5-8711-9709a650022a 2018-12-03 17:13:43,338 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp... 2018-12-03 17:13:43,339 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp 2018-12-03 17:13:43,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" -d '{"security_group": {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}}' 2018-12-03 17:13:43,706 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-e5e574f7-86cd-46db-b040-aca9ba5a7430 Date: Mon, 03 Dec 2018 17:13:43 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "updated_at": "2018-12-03T17:13:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "revision_number": 0, "id": "8cc62495-31a9-45f2-b6f0-42e73dde0537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f29118f345c42ba9a4efcc08346679e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "revision_number": 0, "id": "abc96728-e7f5-486d-8879-5a17a421ef56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f29118f345c42ba9a4efcc08346679e"}], "revision_number": 2, "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}} 2018-12-03 17:13:43,706 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-e5e574f7-86cd-46db-b040-aca9ba5a7430 2018-12-03 17:13:43,706 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 2018-12-03 17:13:43,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:43,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3b994685-7b60-45f2-8596-cacf7165b842 Date: Mon, 03 Dec 2018 17:13: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-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "8cc62495-31a9-45f2-b6f0-42e73dde0537"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "abc96728-e7f5-486d-8879-5a17a421ef56"}]} 2018-12-03 17:13:43,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 used request id req-3b994685-7b60-45f2-8596-cacf7165b842 2018-12-03 17:13:43,889 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 2018-12-03 17:13:43,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:44,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6dd29315-a16e-4257-b1b3-07d3ffc821bb Date: Mon, 03 Dec 2018 17:13:44 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-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "8cc62495-31a9-45f2-b6f0-42e73dde0537"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "abc96728-e7f5-486d-8879-5a17a421ef56"}]} 2018-12-03 17:13:44,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 used request id req-6dd29315-a16e-4257-b1b3-07d3ffc821bb 2018-12-03 17:13:44,065 - neutron_utils - INFO - Retrieving security group with ID - dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 2018-12-03 17:13:44,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:44,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-b1815be8-9436-4ff4-ac4c-bb3033ec8f3f Date: Mon, 03 Dec 2018 17:13:44 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "updated_at": "2018-12-03T17:13:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "revision_number": 0, "id": "8cc62495-31a9-45f2-b6f0-42e73dde0537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f29118f345c42ba9a4efcc08346679e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "revision_number": 0, "id": "abc96728-e7f5-486d-8879-5a17a421ef56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f29118f345c42ba9a4efcc08346679e"}], "revision_number": 2, "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}]} 2018-12-03 17:13:44,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 used request id req-b1815be8-9436-4ff4-ac4c-bb3033ec8f3f 2018-12-03 17:13:44,263 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 2018-12-03 17:13:44,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:44,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2e7985d9-17ba-475b-9e0a-ca7881179034 Date: Mon, 03 Dec 2018 17:13:44 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-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "8cc62495-31a9-45f2-b6f0-42e73dde0537"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "abc96728-e7f5-486d-8879-5a17a421ef56"}]} 2018-12-03 17:13:44,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 used request id req-2e7985d9-17ba-475b-9e0a-ca7881179034 2018-12-03 17:13:44,445 - neutron_utils - INFO - Retrieving security group with ID - dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 2018-12-03 17:13:44,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:44,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-2948fc7d-0e65-4cf0-a6f1-19610e8ed3a6 Date: Mon, 03 Dec 2018 17:13:44 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "updated_at": "2018-12-03T17:13:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "revision_number": 0, "id": "8cc62495-31a9-45f2-b6f0-42e73dde0537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f29118f345c42ba9a4efcc08346679e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "revision_number": 0, "id": "abc96728-e7f5-486d-8879-5a17a421ef56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f29118f345c42ba9a4efcc08346679e"}], "revision_number": 2, "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}]} 2018-12-03 17:13:44,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 used request id req-2948fc7d-0e65-4cf0-a6f1-19610e8ed3a6 2018-12-03 17:13:44,498 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 2018-12-03 17:13:44,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:44,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ab259949-bbe8-4304-b937-83fc13bb51b1 Date: Mon, 03 Dec 2018 17:13:44 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-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "8cc62495-31a9-45f2-b6f0-42e73dde0537"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "abc96728-e7f5-486d-8879-5a17a421ef56"}]} 2018-12-03 17:13:44,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 used request id req-ab259949-bbe8-4304-b937-83fc13bb51b1 2018-12-03 17:13:44,527 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp 2018-12-03 17:13:44,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:44,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-4b239f08-db95-4499-b333-4393299ec846 Date: Mon, 03 Dec 2018 17:13:44 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "updated_at": "2018-12-03T17:13:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "revision_number": 0, "id": "8cc62495-31a9-45f2-b6f0-42e73dde0537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f29118f345c42ba9a4efcc08346679e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "revision_number": 0, "id": "abc96728-e7f5-486d-8879-5a17a421ef56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f29118f345c42ba9a4efcc08346679e"}], "revision_number": 2, "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}]} 2018-12-03 17:13:44,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp used request id req-4b239f08-db95-4499-b333-4393299ec846 2018-12-03 17:13:44,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:13:44,587 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:13:44,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:44,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24a619ae-6ea4-458d-a8b7-3bc6380028be Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:13:44,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-24a619ae-6ea4-458d-a8b7-3bc6380028be 2018-12-03 17:13:44,664 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 2018-12-03 17:13:44,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:44,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e9df1af0-d4ba-4a55-9f5b-fa3180ffb4b0 Date: Mon, 03 Dec 2018 17:13:44 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-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "8cc62495-31a9-45f2-b6f0-42e73dde0537"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "abc96728-e7f5-486d-8879-5a17a421ef56"}]} 2018-12-03 17:13:44,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 used request id req-e9df1af0-d4ba-4a55-9f5b-fa3180ffb4b0 2018-12-03 17:13:44,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}f00ba1e8529833c5f3a493492a932362d2a85336" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6"}}' 2018-12-03 17:13:45,018 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-7ef6c636-bc51-4ace-9cfc-c92ad6f57f2d Date: Mon, 03 Dec 2018 17:13:45 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-12-03T17:13:44Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:44Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "60bd130c-965e-4c16-86dc-814e6e1569b0"}} 2018-12-03 17:13:45,018 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-7ef6c636-bc51-4ace-9cfc-c92ad6f57f2d 2018-12-03 17:13:45,018 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp 2018-12-03 17:13:45,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:45,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-1b2d6e16-63bd-40fc-9ae2-9a37e64564d3 Date: Mon, 03 Dec 2018 17:13:45 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "updated_at": "2018-12-03T17:13:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:44Z", "revision_number": 0, "id": "60bd130c-965e-4c16-86dc-814e6e1569b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:44Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f29118f345c42ba9a4efcc08346679e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "revision_number": 0, "id": "8cc62495-31a9-45f2-b6f0-42e73dde0537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f29118f345c42ba9a4efcc08346679e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "revision_number": 0, "id": "abc96728-e7f5-486d-8879-5a17a421ef56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f29118f345c42ba9a4efcc08346679e"}], "revision_number": 3, "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}]} 2018-12-03 17:13:45,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp used request id req-1b2d6e16-63bd-40fc-9ae2-9a37e64564d3 2018-12-03 17:13:45,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:45,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20d88032-b725-4dbc-b794-f66294536b2b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:13:45,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-20d88032-b725-4dbc-b794-f66294536b2b 2018-12-03 17:13:45,278 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 2018-12-03 17:13:45,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:45,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-3219fede-f18a-4d29-9d7c-b418a786947c Date: Mon, 03 Dec 2018 17:13:45 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-12-03T17:13:44Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:44Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "60bd130c-965e-4c16-86dc-814e6e1569b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "8cc62495-31a9-45f2-b6f0-42e73dde0537"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "abc96728-e7f5-486d-8879-5a17a421ef56"}]} 2018-12-03 17:13:45,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 used request id req-3219fede-f18a-4d29-9d7c-b418a786947c 2018-12-03 17:13:45,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}f00ba1e8529833c5f3a493492a932362d2a85336" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6"}}' 2018-12-03 17:13:45,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-ee143b42-d3b2-4985-a869-d9489bb3cb4e Date: Mon, 03 Dec 2018 17:13:45 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-12-03T17:13:45Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": 22, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:45Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "eecddc5c-808f-48a4-8d4c-435c01ec0804"}} 2018-12-03 17:13:45,784 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-ee143b42-d3b2-4985-a869-d9489bb3cb4e 2018-12-03 17:13:45,784 - neutron_utils - INFO - Retrieving security group with ID - dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 2018-12-03 17:13:45,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:45,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-d7408005-e419-435b-9adb-6433f33ab51e Date: Mon, 03 Dec 2018 17:13:45 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "updated_at": "2018-12-03T17:13:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:44Z", "revision_number": 0, "id": "60bd130c-965e-4c16-86dc-814e6e1569b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:44Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f29118f345c42ba9a4efcc08346679e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "revision_number": 0, "id": "8cc62495-31a9-45f2-b6f0-42e73dde0537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f29118f345c42ba9a4efcc08346679e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "revision_number": 0, "id": "abc96728-e7f5-486d-8879-5a17a421ef56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f29118f345c42ba9a4efcc08346679e"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:13:45Z", "revision_number": 0, "id": "eecddc5c-808f-48a4-8d4c-435c01ec0804", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:45Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4f29118f345c42ba9a4efcc08346679e"}], "revision_number": 4, "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}]} 2018-12-03 17:13:45,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 used request id req-d7408005-e419-435b-9adb-6433f33ab51e 2018-12-03 17:13:45,984 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 2018-12-03 17:13:45,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:13:46,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-7477cdd7-28d9-48a8-9d5d-beaa362d865f Date: Mon, 03 Dec 2018 17:13:46 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-12-03T17:13:44Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:44Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "60bd130c-965e-4c16-86dc-814e6e1569b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "8cc62495-31a9-45f2-b6f0-42e73dde0537"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:13:43Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:43Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "abc96728-e7f5-486d-8879-5a17a421ef56"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-03T17:13:45Z", "security_group_id": "dd66f42d-cdf9-4a3f-a35f-c09beb82bde6", "port_range_min": 22, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:45Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "eecddc5c-808f-48a4-8d4c-435c01ec0804"}]} 2018-12-03 17:13:46,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 used request id req-7477cdd7-28d9-48a8-9d5d-beaa362d865f 2018-12-03 17:13:46,171 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:13:46,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:13:46,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "afdf4a55e88d4a04afbb2edfc1bf058a", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj-role"}], "expires_at": "2018-12-03T18:13:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f29118f345c42ba9a4efcc08346679e", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-0a62e657-f18a-437-user", "id": "7e8328de5a3d4cca9d09977319f3e339"}, "audit_ids": ["fFCoFgOjQGSn0lGpVZeWzQ"], "issued_at": "2018-12-03T17:13:46.000000Z"}} 2018-12-03 17:13:46,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:46,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25652ddd-9972-47af-b2ce-b2f52218f7c4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:13:46,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-25652ddd-9972-47af-b2ce-b2f52218f7c4 2018-12-03 17:13:46,623 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-03 17:13:46,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:46,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11fead51-768b-4c9e-968a-e50f6c9ef089 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:13:46,695 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-11fead51-768b-4c9e-968a-e50f6c9ef089 2018-12-03 17:13:46,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:46,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-2edd52e7-01e1-4c36-9e33-329a5cb26a21 Date: Mon, 03 Dec 2018 17:13: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:13:46,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-2edd52e7-01e1-4c36-9e33-329a5cb26a21 2018-12-03 17:13:46,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:13:46,962 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:13:46,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:47,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ce386cf-4b00-4d33-ae29-b083b7ef7425 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:13:47,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-9ce386cf-4b00-4d33-ae29-b083b7ef7425 2018-12-03 17:13:47,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:47,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c0df48bb-118f-4f97-bd2b-db92cb1d43cb Date: Mon, 03 Dec 2018 17:13:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:13:47,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-c0df48bb-118f-4f97-bd2b-db92cb1d43cb 2018-12-03 17:13:47,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c&name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:47,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6866913c-1c1f-4010-9788-8b804ac85f4b Date: Mon, 03 Dec 2018 17:13:47 GMT RESP BODY: {"ports":[]} 2018-12-03 17:13:47,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c&name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1&admin_state_up=True used request id req-6866913c-1c1f-4010-9788-8b804ac85f4b 2018-12-03 17:13:47,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:47,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a3d8ce2-436d-42d7-a7e7-0bc0317678a9 x-compute-request-id: req-3a3d8ce2-436d-42d7-a7e7-0bc0317678a9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 17:13:47,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst used request id req-3a3d8ce2-436d-42d7-a7e7-0bc0317678a9 2018-12-03 17:13:47,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:47,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-6f31e9a5-742e-43cd-b080-0444700d3a9e Date: Mon, 03 Dec 2018 17:13: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:13:47,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-6f31e9a5-742e-43cd-b080-0444700d3a9e 2018-12-03 17:13:47,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:47,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe64e068-f8e8-4b80-a035-6742f35302fd Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:13:47,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-fe64e068-f8e8-4b80-a035-6742f35302fd 2018-12-03 17:13:47,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:48,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-db60bd5d-ac38-4a55-8fb7-ae01d2ed4a52 Date: Mon, 03 Dec 2018 17:13:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:13:48,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-db60bd5d-ac38-4a55-8fb7-ae01d2ed4a52 2018-12-03 17:13:48,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c&name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:48,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f4300f86-49c2-4854-829d-0fea29122189 Date: Mon, 03 Dec 2018 17:13:48 GMT RESP BODY: {"ports":[]} 2018-12-03 17:13:48,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c&name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1&admin_state_up=True used request id req-f4300f86-49c2-4854-829d-0fea29122189 2018-12-03 17:13:48,354 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-03 17:13:48,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:13:48,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "afdf4a55e88d4a04afbb2edfc1bf058a", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj-role"}], "expires_at": "2018-12-03T18:13:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f29118f345c42ba9a4efcc08346679e", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/4f29118f345c42ba9a4efcc08346679e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-0a62e657-f18a-437-user", "id": "7e8328de5a3d4cca9d09977319f3e339"}, "audit_ids": ["Mshr0iKkQC24kr9AeDy5-g"], "issued_at": "2018-12-03T17:13:48.000000Z"}} 2018-12-03 17:13:48,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f146fcc2cefb16ac44935bcb9119798ae54d50" 2018-12-03 17:13:48,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f922a1ed-dd92-4336-a09a-b6bb59b588a2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:13:48,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f922a1ed-dd92-4336-a09a-b6bb59b588a2 2018-12-03 17:13:48,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:49,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-56ab3f7f-40fb-46d0-8706-d6cb14cb0994 Date: Mon, 03 Dec 2018 17:13: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:13:49,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-56ab3f7f-40fb-46d0-8706-d6cb14cb0994 2018-12-03 17:13:49,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:49,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8743c777-6cdf-4d00-9342-0b26dd57314f Date: Mon, 03 Dec 2018 17:13:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:13:49,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-8743c777-6cdf-4d00-9342-0b26dd57314f 2018-12-03 17:13:49,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:49,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d97b9520-812d-4b21-b723-e3cda618a5ad Date: Mon, 03 Dec 2018 17:13: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:13:49,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-d97b9520-812d-4b21-b723-e3cda618a5ad 2018-12-03 17:13:49,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-03 17:13:49,401 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:13:49,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f146fcc2cefb16ac44935bcb9119798ae54d50" 2018-12-03 17:13:49,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b3a1716-e7ed-46a6-91b0-5e0ca5d20259 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:13:49,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-0b3a1716-e7ed-46a6-91b0-5e0ca5d20259 2018-12-03 17:13:49,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:49,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b8017e20-0233-498b-9819-471430b1a920 Date: Mon, 03 Dec 2018 17:13:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:13:49,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-b8017e20-0233-498b-9819-471430b1a920 2018-12-03 17:13:49,684 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net 2018-12-03 17:13:49,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" -d '{"port": {"network_id": "664d58e0-caa0-4187-9bc9-876cf459546c", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1", "admin_state_up": true}}' 2018-12-03 17:13:50,625 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-1c9a52ae-adb3-4dc8-87b1-47ef02189fe3 Date: Mon, 03 Dec 2018 17:13:50 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:50Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.14"}],"id":"9bac75ec-edea-4406-aaf5-af149a4e014e","security_groups":["aafc847f-ccd7-4636-8c0d-423d932b0c6a"],"mac_address":"fa:16:3e:b3:85:b1","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1","project_id":"4f29118f345c42ba9a4efcc08346679e","qos_policy_id":null,"admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:50Z","binding:vnic_type":"normal"}} 2018-12-03 17:13:50,626 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-1c9a52ae-adb3-4dc8-87b1-47ef02189fe3 2018-12-03 17:13:50,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:50,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-70d539dc-9d24-4d4e-b687-5d3775b63e9f Date: Mon, 03 Dec 2018 17:13: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:13:50,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-70d539dc-9d24-4d4e-b687-5d3775b63e9f 2018-12-03 17:13:50,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:50,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c6c2bf-d337-48ee-b8e8-42a255f79c81 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:13:50,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-72c6c2bf-d337-48ee-b8e8-42a255f79c81 2018-12-03 17:13:50,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:51,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1668a6c6-50fa-4553-9b26-3a81a2e8f6a3 Date: Mon, 03 Dec 2018 17:13:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:13:51,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-1668a6c6-50fa-4553-9b26-3a81a2e8f6a3 2018-12-03 17:13:51,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c&name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:51,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-0318d8ca-e2d5-4329-8ae6-d995720c4282 Date: Mon, 03 Dec 2018 17:13:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:50Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.14"}],"id":"9bac75ec-edea-4406-aaf5-af149a4e014e","security_groups":["aafc847f-ccd7-4636-8c0d-423d932b0c6a"],"mac_address":"fa:16:3e:b3:85:b1","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:50Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-03 17:13:51,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c&name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1&admin_state_up=True used request id req-0318d8ca-e2d5-4329-8ae6-d995720c4282 2018-12-03 17:13:51,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:51,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7df3b6ac-51d3-41e1-88d6-d8aa2e99549c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:13:51,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-7df3b6ac-51d3-41e1-88d6-d8aa2e99549c 2018-12-03 17:13:51,449 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst 2018-12-03 17:13:51,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:51,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0115374-e244-4f03-b498-e315d4172ca1 x-compute-request-id: req-b0115374-e244-4f03-b498-e315d4172ca1 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-flavor-name"}]} 2018-12-03 17:13:51,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b0115374-e244-4f03-b498-e315d4172ca1 2018-12-03 17:13:51,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:51,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-565f64b5-e9ed-49bf-9ed5-9d18b41ac5b4 x-compute-request-id: req-565f64b5-e9ed-49bf-9ed5-9d18b41ac5b4 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:13:51,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7 used request id req-565f64b5-e9ed-49bf-9ed5-9d18b41ac5b4 2018-12-03 17:13:51,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:51,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-9c4d91ca-f630-4638-897d-b068494b4382 Date: Mon, 03 Dec 2018 17:13:51 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image", "tags": [], "container_format": "bare", "created_at": "2018-12-03T17:13:21Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-12-03T17:13:27Z", "visibility": "shared", "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867/snap", "metadata": {}}], "self": "/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "min_disk": 0, "protected": false, "id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "file": "/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "4f29118f345c42ba9a4efcc08346679e", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image"} 2018-12-03 17:13:51,684 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image used request id req-9c4d91ca-f630-4638-897d-b068494b4382 2018-12-03 17:13:51,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:51,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5ec6caff-be2f-48a4-9cd3-d0cd2ba4b762 Date: Mon, 03 Dec 2018 17:13: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-12-03 17:13:51,852 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-5ec6caff-be2f-48a4-9cd3-d0cd2ba4b762 2018-12-03 17:13:51,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" -d '{"server": {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "imageRef": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "flavorRef": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "max_count": 1, "min_count": 1, "networks": [{"port": "9bac75ec-edea-4406-aaf5-af149a4e014e"}]}}' 2018-12-03 17:13:54,050 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:13:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f02b734a-94ef-40d3-8e85-4270d3e72af3 x-compute-request-id: req-f02b734a-94ef-40d3-8e85-4270d3e72af3 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "adminPass": "VeTZL3B7PW2b"}} 2018-12-03 17:13:54,050 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-f02b734a-94ef-40d3-8e85-4270d3e72af3 2018-12-03 17:13:54,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:54,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13: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-18db4610-acd1-4fb0-a982-ef421964ab15 x-compute-request-id: req-18db4610-acd1-4fb0-a982-ef421964ab15 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "user_id": "7e8328de5a3d4cca9d09977319f3e339", "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-12-03T17:13:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:13:54,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-18db4610-acd1-4fb0-a982-ef421964ab15 2018-12-03 17:13:54,261 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst 2018-12-03 17:13:54,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:54,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13: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-0e49ae9c-7b08-4a7a-ad1f-83d02005d98b x-compute-request-id: req-0e49ae9c-7b08-4a7a-ad1f-83d02005d98b 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "user_id": "7e8328de5a3d4cca9d09977319f3e339", "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-12-03T17:13:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:13:54,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-0e49ae9c-7b08-4a7a-ad1f-83d02005d98b 2018-12-03 17:13:54,642 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:13:54,642 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:13:57,645 - create_instance - DEBUG - VM status query timeout in 896.616465092 2018-12-03 17:13:57,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:13:58,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:13: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-b6444458-cd2a-4331-bf14-13a206f8fe2f x-compute-request-id: req-b6444458-cd2a-4331-bf14-13a206f8fe2f 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:13:58,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-b6444458-cd2a-4331-bf14-13a206f8fe2f 2018-12-03 17:13:58,129 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:13:58,129 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:01,132 - create_instance - DEBUG - VM status query timeout in 893.129317045 2018-12-03 17:14:01,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:01,611 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:14: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-327f75f7-ea12-4eca-a4cc-2fe7cb05a2bb x-compute-request-id: req-327f75f7-ea12-4eca-a4cc-2fe7cb05a2bb 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:01,611 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-327f75f7-ea12-4eca-a4cc-2fe7cb05a2bb 2018-12-03 17:14:01,611 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:01,611 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:04,615 - create_instance - DEBUG - VM status query timeout in 889.646830082 2018-12-03 17:14:04,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:05,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-b766355c-dc75-49e0-b4ba-58dce0f17161 x-compute-request-id: req-b766355c-dc75-49e0-b4ba-58dce0f17161 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:05,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-b766355c-dc75-49e0-b4ba-58dce0f17161 2018-12-03 17:14:05,413 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:05,413 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:08,416 - create_instance - DEBUG - VM status query timeout in 885.845314026 2018-12-03 17:14:08,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:08,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:14:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20e04344-718b-4ec9-bcd2-ab03ef33eab5 x-compute-request-id: req-20e04344-718b-4ec9-bcd2-ab03ef33eab5 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:08,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-20e04344-718b-4ec9-bcd2-ab03ef33eab5 2018-12-03 17:14:08,949 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:08,950 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:11,953 - create_instance - DEBUG - VM status query timeout in 882.308701038 2018-12-03 17:14:11,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:12,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-01f21629-79b0-441e-bdbb-3e45f983dee2 x-compute-request-id: req-01f21629-79b0-441e-bdbb-3e45f983dee2 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:12,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-01f21629-79b0-441e-bdbb-3e45f983dee2 2018-12-03 17:14:12,677 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:12,677 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:15,681 - create_instance - DEBUG - VM status query timeout in 878.580899 2018-12-03 17:14:15,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:16,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-c3364ce7-3b17-4006-839e-7181db0d017e x-compute-request-id: req-c3364ce7-3b17-4006-839e-7181db0d017e 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:16,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-c3364ce7-3b17-4006-839e-7181db0d017e 2018-12-03 17:14:16,468 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:16,468 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:19,472 - create_instance - DEBUG - VM status query timeout in 874.789729118 2018-12-03 17:14:19,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:20,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-bdfc2304-ef22-4608-a76c-bf347ee75c9b x-compute-request-id: req-bdfc2304-ef22-4608-a76c-bf347ee75c9b 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:20,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-bdfc2304-ef22-4608-a76c-bf347ee75c9b 2018-12-03 17:14:20,118 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:20,118 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:23,121 - create_instance - DEBUG - VM status query timeout in 871.14056921 2018-12-03 17:14:23,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:23,598 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-35a3dbe5-4546-41b2-a9c9-0e097b252873 x-compute-request-id: req-35a3dbe5-4546-41b2-a9c9-0e097b252873 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:23,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-35a3dbe5-4546-41b2-a9c9-0e097b252873 2018-12-03 17:14:23,598 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:23,599 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:26,602 - create_instance - DEBUG - VM status query timeout in 867.65963912 2018-12-03 17:14:26,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:26,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-a06d9a07-3d7e-4005-9803-142dd2633958 x-compute-request-id: req-a06d9a07-3d7e-4005-9803-142dd2633958 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:26,973 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-a06d9a07-3d7e-4005-9803-142dd2633958 2018-12-03 17:14:26,973 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:26,973 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:29,976 - create_instance - DEBUG - VM status query timeout in 864.285012007 2018-12-03 17:14:29,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:30,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-23f8be02-25bc-40ee-bfd8-b92379185eab x-compute-request-id: req-23f8be02-25bc-40ee-bfd8-b92379185eab 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:30,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-23f8be02-25bc-40ee-bfd8-b92379185eab 2018-12-03 17:14:30,594 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:30,594 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:33,598 - create_instance - DEBUG - VM status query timeout in 860.663763046 2018-12-03 17:14:33,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:34,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:14: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-9b282212-ba17-42a3-a255-093496eeee8a x-compute-request-id: req-9b282212-ba17-42a3-a255-093496eeee8a 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:34,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-9b282212-ba17-42a3-a255-093496eeee8a 2018-12-03 17:14:34,105 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:34,105 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:37,108 - create_instance - DEBUG - VM status query timeout in 857.153323174 2018-12-03 17:14:37,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:37,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:14:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89385893-84d3-4bb3-902b-a32b8971fc12 x-compute-request-id: req-89385893-84d3-4bb3-902b-a32b8971fc12 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:37,756 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-89385893-84d3-4bb3-902b-a32b8971fc12 2018-12-03 17:14:37,757 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:37,757 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:40,760 - create_instance - DEBUG - VM status query timeout in 853.501547098 2018-12-03 17:14:40,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:41,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:14: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-1d7fbb4b-a205-4dae-8272-dc35cfdd5a6a x-compute-request-id: req-1d7fbb4b-a205-4dae-8272-dc35cfdd5a6a 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:41,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-1d7fbb4b-a205-4dae-8272-dc35cfdd5a6a 2018-12-03 17:14:41,402 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:41,403 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:44,406 - create_instance - DEBUG - VM status query timeout in 849.855671167 2018-12-03 17:14:44,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:45,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:14: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-afffe2ff-7320-444f-8fb2-25c7b10d8891 x-compute-request-id: req-afffe2ff-7320-444f-8fb2-25c7b10d8891 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:45,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-afffe2ff-7320-444f-8fb2-25c7b10d8891 2018-12-03 17:14:45,073 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:45,073 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:48,077 - create_instance - DEBUG - VM status query timeout in 846.184861183 2018-12-03 17:14:48,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:48,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:14: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-f8a95358-5ffe-4763-a41a-beb69f11811c x-compute-request-id: req-f8a95358-5ffe-4763-a41a-beb69f11811c 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:48,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-f8a95358-5ffe-4763-a41a-beb69f11811c 2018-12-03 17:14:48,744 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:48,744 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:51,748 - create_instance - DEBUG - VM status query timeout in 842.513705015 2018-12-03 17:14:51,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:52,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:14: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-e9b1b6c6-afa9-4a89-8d28-2efd895b9fe8 x-compute-request-id: req-e9b1b6c6-afa9-4a89-8d28-2efd895b9fe8 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:52,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-e9b1b6c6-afa9-4a89-8d28-2efd895b9fe8 2018-12-03 17:14:52,477 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:52,477 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:55,480 - create_instance - DEBUG - VM status query timeout in 838.781358004 2018-12-03 17:14:55,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:55,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:14: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-89883cee-1a1e-4edd-86a4-d093f39a9a18 x-compute-request-id: req-89883cee-1a1e-4edd-86a4-d093f39a9a18 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:55,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-89883cee-1a1e-4edd-86a4-d093f39a9a18 2018-12-03 17:14:55,843 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:55,844 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:14:58,847 - create_instance - DEBUG - VM status query timeout in 835.414657116 2018-12-03 17:14:58,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:14:59,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:14: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-fbcb2d17-3667-422e-a6dc-0dd4cc8acdc0 x-compute-request-id: req-fbcb2d17-3667-422e-a6dc-0dd4cc8acdc0 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:14:59,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-fbcb2d17-3667-422e-a6dc-0dd4cc8acdc0 2018-12-03 17:14:59,342 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:14:59,343 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:15:02,346 - create_instance - DEBUG - VM status query timeout in 831.915561199 2018-12-03 17:15:02,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:02,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15: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-af98c51d-5674-444d-9c0e-b0b261d0853a x-compute-request-id: req-af98c51d-5674-444d-9c0e-b0b261d0853a 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:02,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-af98c51d-5674-444d-9c0e-b0b261d0853a 2018-12-03 17:15:02,962 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:15:02,962 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:15:05,965 - create_instance - DEBUG - VM status query timeout in 828.295994997 2018-12-03 17:15:05,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:06,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-4e66763a-63b2-4ef5-97cb-3de9ce16807a x-compute-request-id: req-4e66763a-63b2-4ef5-97cb-3de9ce16807a 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:06,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-4e66763a-63b2-4ef5-97cb-3de9ce16807a 2018-12-03 17:15:06,313 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:15:06,313 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:15:09,317 - create_instance - DEBUG - VM status query timeout in 824.94493103 2018-12-03 17:15:09,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:09,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15: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-263abf08-12e5-43bf-9062-f9f7443909ee x-compute-request-id: req-263abf08-12e5-43bf-9062-f9f7443909ee 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:09,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-263abf08-12e5-43bf-9062-f9f7443909ee 2018-12-03 17:15:09,679 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:15:09,679 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:15:12,681 - create_instance - DEBUG - VM status query timeout in 821.580419064 2018-12-03 17:15:12,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:12,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15: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-9f1ca8c4-27a3-4c74-83ea-74708b38499a x-compute-request-id: req-9f1ca8c4-27a3-4c74-83ea-74708b38499a 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:12,868 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-9f1ca8c4-27a3-4c74-83ea-74708b38499a 2018-12-03 17:15:12,869 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:15:12,869 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:15:15,872 - create_instance - DEBUG - VM status query timeout in 818.389195204 2018-12-03 17:15:15,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:16,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-236c4aff-a9df-4831-81b8-c12b90931a73 x-compute-request-id: req-236c4aff-a9df-4831-81b8-c12b90931a73 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:16,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-236c4aff-a9df-4831-81b8-c12b90931a73 2018-12-03 17:15:16,363 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:15:16,363 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:15:19,366 - create_instance - DEBUG - VM status query timeout in 814.89550519 2018-12-03 17:15:19,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:19,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15: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-5c1ecb3b-56bb-4e90-83ee-0d206c8394bd x-compute-request-id: req-5c1ecb3b-56bb-4e90-83ee-0d206c8394bd 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:19,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-5c1ecb3b-56bb-4e90-83ee-0d206c8394bd 2018-12-03 17:15:19,949 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:15:19,949 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:15:22,952 - create_instance - DEBUG - VM status query timeout in 811.309511185 2018-12-03 17:15:22,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:23,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-500ad87b-9973-48b1-882e-19a302fd4805 x-compute-request-id: req-500ad87b-9973-48b1-882e-19a302fd4805 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:23,292 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-500ad87b-9973-48b1-882e-19a302fd4805 2018-12-03 17:15:23,292 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:15:23,293 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:15:26,296 - create_instance - DEBUG - VM status query timeout in 807.965678215 2018-12-03 17:15:26,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:26,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-de1327ee-4f4e-4f0a-b8ee-073489009ed0 x-compute-request-id: req-de1327ee-4f4e-4f0a-b8ee-073489009ed0 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:26,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-de1327ee-4f4e-4f0a-b8ee-073489009ed0 2018-12-03 17:15:26,776 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:15:26,776 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:15:29,780 - create_instance - DEBUG - VM status query timeout in 804.481822014 2018-12-03 17:15:29,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:30,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15: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-5ae70f64-ba33-490f-8b68-d869706bf592 x-compute-request-id: req-5ae70f64-ba33-490f-8b68-d869706bf592 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:30,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-5ae70f64-ba33-490f-8b68-d869706bf592 2018-12-03 17:15:30,256 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:15:30,256 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:15:33,260 - create_instance - DEBUG - VM status query timeout in 801.001749039 2018-12-03 17:15:33,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:33,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-4073c7b7-2ba5-4b23-b382-1e1eecd5d9fb x-compute-request-id: req-4073c7b7-2ba5-4b23-b382-1e1eecd5d9fb 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:33,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-4073c7b7-2ba5-4b23-b382-1e1eecd5d9fb 2018-12-03 17:15:33,452 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:15:33,452 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:15:36,456 - create_instance - DEBUG - VM status query timeout in 797.805901051 2018-12-03 17:15:36,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:36,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15: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-0d4ac333-5b8d-4c5e-9e33-74485f946b74 x-compute-request-id: req-0d4ac333-5b8d-4c5e-9e33-74485f946b74 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:36,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-0d4ac333-5b8d-4c5e-9e33-74485f946b74 2018-12-03 17:15:36,997 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:15:36,997 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:15:40,001 - create_instance - DEBUG - VM status query timeout in 794.260780096 2018-12-03 17:15:40,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:40,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15: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-67cbadb9-43cf-4d5a-9ffd-90a5c93a97be x-compute-request-id: req-67cbadb9-43cf-4d5a-9ffd-90a5c93a97be 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.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:13:54Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:40,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-67cbadb9-43cf-4d5a-9ffd-90a5c93a97be 2018-12-03 17:15:40,487 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - BUILD 2018-12-03 17:15:40,487 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:15:43,490 - create_instance - DEBUG - VM status query timeout in 790.771180153 2018-12-03 17:15:43,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:44,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4124c947-a698-45c6-bb73-89b5022d2ca3 x-compute-request-id: req-4124c947-a698-45c6-bb73-89b5022d2ca3 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:44,090 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-4124c947-a698-45c6-bb73-89b5022d2ca3 2018-12-03 17:15:44,090 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - ACTIVE 2018-12-03 17:15:44,091 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:15:44,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:44,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15: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-3f772db4-4d05-48ce-90aa-82f354dcff11 x-compute-request-id: req-3f772db4-4d05-48ce-90aa-82f354dcff11 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:44,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-3f772db4-4d05-48ce-90aa-82f354dcff11 2018-12-03 17:15:44,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:44,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-4fbb4f63-4d67-4216-966d-044a84b01624 Date: Mon, 03 Dec 2018 17:15: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:15:44,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-4fbb4f63-4d67-4216-966d-044a84b01624 2018-12-03 17:15:44,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:44,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be60f785-b753-4a08-b559-ce658c0ea6e4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:15:44,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-be60f785-b753-4a08-b559-ce658c0ea6e4 2018-12-03 17:15:44,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:44,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b7accd22-f149-42df-bbb6-993ada0fdf82 Date: Mon, 03 Dec 2018 17:15:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:15:44,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-b7accd22-f149-42df-bbb6-993ada0fdf82 2018-12-03 17:15:44,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:44,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-a8906fcb-7e18-4742-b6c5-3030423f0b6e Date: Mon, 03 Dec 2018 17:15:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.4"}],"id":"2c666e08-836c-4323-87d6-f7c3d945a5de","security_groups":[],"mac_address":"fa:16:3e:f5:9c:78","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.3"}],"id":"5352b211-80c1-4985-90b8-78d6424f2ea4","security_groups":[],"mac_address":"fa:16:3e:52:8f:e9","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:15:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.14"}],"id":"9bac75ec-edea-4406-aaf5-af149a4e014e","security_groups":["aafc847f-ccd7-4636-8c0d-423d932b0c6a"],"mac_address":"fa:16:3e:b3:85:b1","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:50Z","binding:vnic_type":"normal","device_id":"dd8769a9-e547-49b7-91a4-a5981ddf5677"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.1"}],"id":"a34a4bf5-439a-48df-a6d8-94c9f423a37d","security_groups":[],"mac_address":"fa:16:3e:b5:1d:37","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:39Z","binding:vnic_type":"normal","device_id":"87de9515-2269-4865-b5f6-ad9ade83a332"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.2"}],"id":"f98002ed-3d2e-4415-aaca-b41923985024","security_groups":[],"mac_address":"fa:16:3e:8c:98:b4","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-664d58e0-caa0-4187-9bc9-876cf459546c"}]} 2018-12-03 17:15:44,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-a8906fcb-7e18-4742-b6c5-3030423f0b6e 2018-12-03 17:15:44,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:45,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-9857a50f-cf61-4c43-84f9-7088e866853c Date: Mon, 03 Dec 2018 17:15:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:33Z", "admin_state_up": true, "updated_at": "2018-12-03T17:13:39Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "87de9515-2269-4865-b5f6-ad9ade83a332", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router"}]} 2018-12-03 17:15:45,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router used request id req-9857a50f-cf61-4c43-84f9-7088e866853c 2018-12-03 17:15:45,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:45,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a010a3a-40fd-4ed0-a4de-2e488a2091af Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:15:45,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-7a010a3a-40fd-4ed0-a4de-2e488a2091af 2018-12-03 17:15:45,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=87de9515-2269-4865-b5f6-ad9ade83a332 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:45,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-26d7e1be-8675-404a-93ad-777a2ef25a14 Date: Mon, 03 Dec 2018 17:15:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.1"}],"id":"a34a4bf5-439a-48df-a6d8-94c9f423a37d","security_groups":[],"mac_address":"fa:16:3e:b5:1d:37","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:39Z","binding:vnic_type":"normal","device_id":"87de9515-2269-4865-b5f6-ad9ade83a332"}]} 2018-12-03 17:15:45,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=87de9515-2269-4865-b5f6-ad9ade83a332 used request id req-26d7e1be-8675-404a-93ad-777a2ef25a14 2018-12-03 17:15:45,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/8751be32-0c1b-4654-aa82-c433e352c256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:45,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-fdba3a02-5204-4fe5-8dc1-3112f0737c48 Date: Mon, 03 Dec 2018 17:15:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}} 2018-12-03 17:15:45,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/8751be32-0c1b-4654-aa82-c433e352c256 used request id req-fdba3a02-5204-4fe5-8dc1-3112f0737c48 2018-12-03 17:15:45,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:45,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3e5206f8-87ec-4c84-9099-01e4d6cd9d59 Date: Mon, 03 Dec 2018 17:15:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:15:45,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-3e5206f8-87ec-4c84-9099-01e4d6cd9d59 2018-12-03 17:15:45,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:45,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-51716713-3209-41df-b787-05bfd0b04040 Date: Mon, 03 Dec 2018 17:15:45 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:15:45,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-51716713-3209-41df-b787-05bfd0b04040 2018-12-03 17:15:45,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:46,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0268b3af-19ff-4b1a-9e4d-f83c672e4b95 x-compute-request-id: req-0268b3af-19ff-4b1a-9e4d-f83c672e4b95 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:46,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-0268b3af-19ff-4b1a-9e4d-f83c672e4b95 2018-12-03 17:15:46,451 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - ACTIVE 2018-12-03 17:15:46,451 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:15:46,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:47,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dfa506b4-461f-4a32-a616-ac021c3d34d1 x-compute-request-id: req-dfa506b4-461f-4a32-a616-ac021c3d34d1 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:47,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-dfa506b4-461f-4a32-a616-ac021c3d34d1 2018-12-03 17:15:47,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:47,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-b255534d-8747-4d48-8f0b-28a67f694436 Date: Mon, 03 Dec 2018 17:15: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:15:47,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-b255534d-8747-4d48-8f0b-28a67f694436 2018-12-03 17:15:47,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:47,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c02ee4b-7fb3-4aef-a780-6edb1500468e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:15:47,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-5c02ee4b-7fb3-4aef-a780-6edb1500468e 2018-12-03 17:15:47,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:47,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d758f3d8-a514-4ead-89da-f8c206c2b4c0 Date: Mon, 03 Dec 2018 17:15:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:15:47,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-d758f3d8-a514-4ead-89da-f8c206c2b4c0 2018-12-03 17:15:47,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:47,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-e3eb74b2-8601-42f1-b837-4c76a9d97d81 Date: Mon, 03 Dec 2018 17:15:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.4"}],"id":"2c666e08-836c-4323-87d6-f7c3d945a5de","security_groups":[],"mac_address":"fa:16:3e:f5:9c:78","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.3"}],"id":"5352b211-80c1-4985-90b8-78d6424f2ea4","security_groups":[],"mac_address":"fa:16:3e:52:8f:e9","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:15:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.14"}],"id":"9bac75ec-edea-4406-aaf5-af149a4e014e","security_groups":["aafc847f-ccd7-4636-8c0d-423d932b0c6a"],"mac_address":"fa:16:3e:b3:85:b1","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:50Z","binding:vnic_type":"normal","device_id":"dd8769a9-e547-49b7-91a4-a5981ddf5677"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.1"}],"id":"a34a4bf5-439a-48df-a6d8-94c9f423a37d","security_groups":[],"mac_address":"fa:16:3e:b5:1d:37","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:39Z","binding:vnic_type":"normal","device_id":"87de9515-2269-4865-b5f6-ad9ade83a332"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.2"}],"id":"f98002ed-3d2e-4415-aaca-b41923985024","security_groups":[],"mac_address":"fa:16:3e:8c:98:b4","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-664d58e0-caa0-4187-9bc9-876cf459546c"}]} 2018-12-03 17:15:47,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-e3eb74b2-8601-42f1-b837-4c76a9d97d81 2018-12-03 17:15:47,414 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-03 17:15:47,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:47,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3d1d8011-eb4a-401b-9578-ab96e44727c5 Date: Mon, 03 Dec 2018 17:15:47 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:15:47,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-3d1d8011-eb4a-401b-9578-ab96e44727c5 2018-12-03 17:15:47,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:47,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-31d05423-1a59-4eee-aa1d-1157632b90c4 Date: Mon, 03 Dec 2018 17:15:47 GMT RESP BODY: {"subnets":[]} 2018-12-03 17:15:47,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad08d313-46f5-4b88-b238-f716b8f7b6d2 used request id req-31d05423-1a59-4eee-aa1d-1157632b90c4 2018-12-03 17:15:47,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" -d '{"floatingip": {"floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "port_id": "9bac75ec-edea-4406-aaf5-af149a4e014e"}}' 2018-12-03 17:15:49,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-441f1388-0a5c-4b43-905b-25767fc0517c Date: Mon, 03 Dec 2018 17:15:49 GMT RESP BODY: {"floatingip": {"router_id": "87de9515-2269-4865-b5f6-ad9ade83a332", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:15:48Z", "updated_at": "2018-12-03T17:15:48Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "10.55.1.14", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "4f29118f345c42ba9a4efcc08346679e", "port_id": "9bac75ec-edea-4406-aaf5-af149a4e014e", "id": "64d0acf9-c097-4e3e-819b-4871e1eeadce"}} 2018-12-03 17:15:49,565 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-441f1388-0a5c-4b43-905b-25767fc0517c 2018-12-03 17:15:49,565 - create_instance - INFO - Created floating IP 172.30.9.200 via router - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router 2018-12-03 17:15:49,565 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2018-12-03 17:15:49,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:49,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15: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-16bd20fe-5783-42f9-bfce-0d5b8b7312a3 x-compute-request-id: req-16bd20fe-5783-42f9-bfce-0d5b8b7312a3 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:49,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-16bd20fe-5783-42f9-bfce-0d5b8b7312a3 2018-12-03 17:15:49,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 17:15:51,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-326a0c7d-d6e9-4ea0-bd80-95c2264a2a7a x-compute-request-id: req-326a0c7d-d6e9-4ea0-bd80-95c2264a2a7a Content-Encoding: gzip Content-Length: 10581 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-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 (7502K kernel code, 1163K 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.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008014] AppArmor: AppArmor initialized\n[ 0.008822] Yama: becoming mindful.\n[ 0.010018] 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.013356] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.014548] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016037] Initializing cgroup subsys memory\n[ 0.016891] Initializing cgroup subsys devices\n[ 0.017744] Initializing cgroup subsys freezer\n[ 0.018586] Initializing cgroup subsys blkio\n[ 0.019404] Initializing cgroup subsys perf_event\n[ 0.020003] Initializing cgroup subsys hugetlb\n[ 0.020907] FEATURE SPEC_CTRL Not Present\n[ 0.022370] mce: CPU supports 10 MCE banks\n[ 0.023194] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.023194] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024003] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.025142] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.026540] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\n[ 0.028002] Speculative Store Bypass: Vulnerable\n[ 0.029506] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.034695] ACPI: Core revision 20131115\n[ 0.036438] ACPI: All ACPI Tables successfully acquired\n[ 0.037562] ftrace: allocating 28747 entries in 113 pages\n[ 0.056038] smpboot: Max logical packages: 2\n[ 0.056885] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.058049] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.060171] Enabling x2apic\n[ 0.060797] Enabled x2apic\n[ 0.061593] Switched APIC routing to physical x2apic.\n[ 0.064574] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.065746] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.067767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.070798] KVM setup paravirtual spinlock\n[ 0.072674] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.073992] x86: Booting SMP configuration:\n[ 0.074869] .... node #0, CPUs: #1[ 0.072666] 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.088011] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.090640] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.092056] devtmpfs: initialized\n[ 0.094111] EVM: security.selinux\n[ 0.094796] EVM: security.SMACK64\n[ 0.095475] EVM: security.ima\n[ 0.096005] EVM: security.capability\n[ 0.096750] pinctrl core: initialized pinctrl subsystem\n[ 0.097703] regulator-dummy: no parameters\n[ 0.098562] RTC time: 17:15:40, date: 12/03/18\n[ 0.100025] NET: Registered protocol family 16\n[ 0.100938] cpuidle: using governor ladder\n[ 0.101737] cpuidle: using governor menu\n[ 0.102549] ACPI: bus type PCI registered\n[ 0.103336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.104078] PCI: Using configuration type 1 for base access\n[ 0.105553] bio: create slab at 0\n[ 0.105553] ACPI: Added _OSI(Module Device)\n[ 0.105553] ACPI: Added _OSI(Processor Device)\n[ 0.108003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.108888] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.111163] ACPI: Interpreter enabled\n[ 0.111906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.113175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.114968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.116522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.118323] ACPI: (supports S0 S5)\n[ 0.119012] ACPI: Using IOAPIC for interrupt routing\n[ 0.120012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.121865] ACPI: No dock devices found.\n[ 0.125612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.126732] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.127928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.128015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.130180] acpiphp: Slot [3] registered\n[ 0.130967] acpiphp: Slot [4] registered\n[ 0.131747] acpiphp: Slot [5] registered\n[ 0.132017] acpiphp: Slot [6] registered\n[ 0.132803] acpiphp: Slot [7] registered\n[ 0.133583] acpiphp: Slot [8] registered\n[ 0.134359] acpiphp: Slot [9] registered\n[ 0.135146] acpiphp: Slot [10] registered\n[ 0.135942] acpiphp: Slot [11] registered\n[ 0.136016] acpiphp: Slot [12] registered\n[ 0.136811] acpiphp: Slot [13] registered\n[ 0.137605] acpiphp: Slot [14] registered\n[ 0.138402] acpiphp: Slot [15] registered\n[ 0.139195] acpiphp: Slot [16] registered\n[ 0.139995] acpiphp: Slot [17] registered\n[ 0.140016] acpiphp: Slot [18] registered\n[ 0.140808] acpiphp: Slot [19] registered\n[ 0.141601] acpiphp: Slot [20] registered\n[ 0.142398] acpiphp: Slot [21] registered\n[ 0.143190] acpiphp: Slot [22] registered\n[ 0.143982] acpiphp: Slot [23] registered\n[ 0.144017] acpiphp: Slot [24] registered\n[ 0.144814] acpiphp: Slot [25] registered\n[ 0.145607] acpiphp: Slot [26] registered\n[ 0.146400] acpiphp: Slot [27] registered\n[ 0.147194] acpiphp: Slot [28] registered\n[ 0.147988] acpiphp: Slot [29] registered\n[ 0.148016] acpiphp: Slot [30] registered\n[ 0.148811] acpiphp: Slot [31] registered\n[ 0.149602] PCI host bridge to bus 0000:00\n[ 0.150397] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.151389] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.152004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.153098] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.154293] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.168029] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.169460] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.214756] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216705] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.219544] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.220657] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.222300] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.223408] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.223408] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.224003] vgaarb: loaded\n[ 0.224603] vgaarb: bridge control possible 0000:00:02.0\n[ 0.225707] SCSI subsystem initialized\n[ 0.226499] ACPI: bus type USB registered\n[ 0.226499] usbcore: registered new interface driver usbfs\n[ 0.228008] usbcore: registered new interface driver hub\n[ 0.229012] usbcore: registered new device driver usb\n[ 0.229012] PCI: Using ACPI for IRQ routing\n[ 0.229012] NetLabel: Initializing\n[ 0.229716] NetLabel: domain hash size = 128\n[ 0.232003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.232951] NetLabel: unlabeled traffic allowed by default\n[ 0.233984] Switched to clocksource kvm-clock\n[ 0.236752] AppArmor: AppArmor Filesystem Enabled\n[ 0.237684] pnp: PnP ACPI init\n[ 0.238342] ACPI: bus type PNP registered\n[ 0.239496] pnp: PnP ACPI: found 8 devices\n[ 0.240314] ACPI: bus type PNP unregistered\n[ 0.246995] NET: Registered protocol family 2\n[ 0.247986] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.249433] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.250647] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.252216] TCP: reno registered\n[ 0.252904] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.253996] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.255187] NET: Registered protocol family 1\n[ 0.256048] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.257133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.258193] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.279932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.301998] Trying to unpack rootfs image as initramfs...\n[ 0.383545] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.385214] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.386282] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.387683] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.389316] Scanning for low memory corruption every 60 seconds\n[ 0.390633] Initialise system trusted keyring\n[ 0.391720] audit: initializing netlink socket (disabled)\n[ 0.392962] type=2000 audit(1543857341.930:1): initialized\n[ 0.410875] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.413018] zbud: loaded\n[ 0.413896] VFS: Disk quotas dquot_6.5.2\n[ 0.414862] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.416528] fuse init (API version 7.22)\n[ 0.417525] msgmni has been set to 3997\n[ 0.418481] Key type big_key registered\n[ 0.419590] Key type asymmetric registered\n[ 0.420583] Asymmetric key parser 'x509' registered\n[ 0.421617] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.423070] io scheduler noop registered\n[ 0.423853] io scheduler deadline registered (default)\n[ 0.424829] io scheduler cfq registered\n[ 0.425641] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.426674] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.427880] ipmi message handler version 39.2\n[ 0.428781] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.430217] ACPI: Power Button [PWRF]\n[ 0.431037] GHES: HEST is not enabled!\n[ 0.452743] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.495995] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.497766] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.521696] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.523690] Linux agpgart interface v0.103\n[ 0.525153] brd: module loaded\n[ 0.526136] loop: module loaded\n[ 0.527047] blk-mq: CPU -> queue map\n[ 0.527778] CPU 0 -> Queue 0\n[ 0.528431] CPU 1 -> Queue 0\n[ 0.529629] vda: vda1\n[ 0.530991] scsi0 : ata_piix\n[ 0.531721] scsi1 : ata_piix\n[ 0.532397] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.533606] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.534983] libphy: Fixed MDIO Bus: probed\n[ 0.535861] tun: Universal TUN/TAP device driver, 1.6\n[ 0.536854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.539150] PPP generic driver version 2.4.2\n[ 0.540530] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.542387] ehci-pci: EHCI PCI platform driver\n[ 0.543685] ehci-platform: EHCI generic platform driver\n[ 0.545175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.546884] ohci-pci: OHCI PCI platform driver\n[ 0.548177] ohci-platform: OHCI generic platform driver\n[ 0.549661] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.572137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.573638] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.575864] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.577521] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.579367] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.580843] usb usb1: Product: UHCI Host Controller\n[ 0.581770] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd\n[ 0.582987] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.583968] hub 1-0:1.0: USB hub found\n[ 0.584751] hub 1-0:1.0: 2 ports detected\n[ 0.585642] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.587774] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.588735] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.589775] mousedev: PS/2 mouse device common for all mice\n[ 0.591015] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.592746] rtc_cmos 00:00: RTC can wake from S4\n[ 0.593852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.595030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.596250] device-mapper: uevent: version 1.0.3\n[ 0.597196] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.598820] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.599990] TCP: cubic registered\n[ 0.600758] NET: Registered protocol family 10\n[ 0.601753] NET: Registered protocol family 17\n[ 0.602631] Key type dns_resolver registered\n[ 0.603560] Loading compiled-in X.509 certificates\n[ 0.605006] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11'\n[ 0.606782] registered taskstats version 1\n[ 0.608911] Key type trusted registered\n[ 0.611725] Key type encrypted registered\n[ 0.612547] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.613575] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.621742] regulator-dummy: disabling\n[ 0.622562] Magic number: 14:783:288\n[ 0.623341] tty tty21: hash matches\n[ 0.624146] rtc_cmos 00:00: setting system clock to 2018-12-03 17:15:41 UTC (1543857341)\n[ 0.625742] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.626851] EDD information not available.\n[ 0.688920] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.690462] Write protecting the kernel read-only data: 12288k\n[ 0.691773] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000)\n[ 0.694235] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.705614] systemd-udevd[107]: starting version 204\n[ 0.744822] FDC 0 is a S82078B\n[ 0.896070] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.060715] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.062432] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.064178] usb 1-1: Product: QEMU USB Tablet\n[ 1.065301] usb 1-1: Manufacturer: QEMU\n[ 1.066315] usb 1-1: SerialNumber: 42\n[ 1.384069] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.756994] 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.990562] 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.111075] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.197907] 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 Mon, 03 Dec 2018 17:15:43 +0000. Up 2.51 seconds.\ncloud-init-nonet[2.67]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting 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 ]\ncloud-init-nonet[3.42]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 03 Dec 2018 17:15:44 +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.14 | 255.255.255.0 | fa:16:3e:b3:85:b1 |\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: +-------+-----------------+-----------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nd1:d9:24:2e:4c:34:08:2c:52:47:0c:89:04:af:31:76 root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n|++o*+. o+ . . |\n|o.o.o .o + = |\n|oo.E + + . |\n|.+. o |\n|. S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n0a:a5:14:38:56:65:ae:f6:c0:ac:80:3d:67:bb:e7:db root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| oo.o |\n| + + |\n| . .. o |\n|.. + + |\n|o o @ S |\n| . * = . |\n| . . o |\n| ... |\n| .oo.E |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n2e:77:f4:66:53:1b:12:fe:7e:b6:84:57:6b:eb:11:60 root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| .E |\n| .... |\n| S . o o..|\n| . . . +.o+|\n| . o . =.o* |\n| o . o 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:\n8b:c4:df:dc:de:f2:db:59:6e:bd:e9:7d:9a:44:c9:0a root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| . . . |\n| o S E + |\n| . o + o o |\n| . o o o . o|\n| ..o +O|\n| .oBO*|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\nCloud-init v. 0.7.5 running 'modules:config' at Mon, 03 Dec 2018 17:15:47 +0000. Up 6.78 seconds.\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[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 Mon, 03 Dec 2018 17:15:48 +0000. Up 7.67 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 | 05:e1:67:88:b2:00:95:79:8b:6e:f5:a7:b8:7f:5d:56 | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 0a:a5:14:38:56:65:ae:f6:c0:ac:80:3d:67:bb:e7:db root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i (DSA)\nec2: 256 2e:77:f4:66:53:1b:12:fe:7e:b6:84:57:6b:eb:11:60 root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i (ECDSA)\nec2: 256 8b:c4:df:dc:de:f2:db:59:6e:bd:e9:7d:9a:44:c9:0a root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i (ED25519)\nec2: 2048 d1:d9:24:2e:4c:34:08:2c:52:47:0c:89:04:af:31:76 root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKOjZCBfdwZHctkiJ0TRWr8v+DIfgSGkznB8TMgVO5z767fyns8nuuNx3uJEt9Eoc6yrXmyBriOjmgo/+B+v9+g= root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPUq8K0FtWaxe+qdo9Cb3c+fcCd7usvU4cWf4JdB03lz root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLi+8UUktdt9F9BzTWfzuUMaAwMN8Is08tVbDZI6Q4+qL319fJTibC0yeOAd+PjtYU5f5zbCyiaz53neDY+kDSLNOpXn3l+1XrR38F4banb8ySUOzp/thMoR/Ugd3j4FMC8vd7aPuiOHtjT4hKjzLJwF+zq9w1Swmjv5lGC0vCPw4ehPhNBvaWxYHuEzZBOHIgKrp9mcShIeBpb3dnvxbjSA1AyKRzpS4Fu8ygEw06X758+EBVFS8mrxqy8Rqcg5Dj1R6WQZ0T4ZupPm8byAxAlQWm8pkguLiea0DpbKv+/ckO8N5wohI4lu8XJ0NuvKM37Hq7S+am0Hun2NDip8sH root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 03 Dec 2018 17:15:48 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.75 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i ttyS0\n\nansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i login: "} 2018-12-03 17:15:51,095 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677/action used request id req-326a0c7d-d6e9-4ea0-bd80-95c2264a2a7a 2018-12-03 17:15:51,097 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-03 17:15:51,097 - 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-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 (7502K kernel code, 1163K 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.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008014] AppArmor: AppArmor initialized [ 0.008822] Yama: becoming mindful. [ 0.010018] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.013356] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.014548] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016037] Initializing cgroup subsys memory [ 0.016891] Initializing cgroup subsys devices [ 0.017744] Initializing cgroup subsys freezer [ 0.018586] Initializing cgroup subsys blkio [ 0.019404] Initializing cgroup subsys perf_event [ 0.020003] Initializing cgroup subsys hugetlb [ 0.020907] FEATURE SPEC_CTRL Not Present [ 0.022370] mce: CPU supports 10 MCE banks [ 0.023194] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.023194] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024003] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.025142] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.026540] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.028002] Speculative Store Bypass: Vulnerable [ 0.029506] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.034695] ACPI: Core revision 20131115 [ 0.036438] ACPI: All ACPI Tables successfully acquired [ 0.037562] ftrace: allocating 28747 entries in 113 pages [ 0.056038] smpboot: Max logical packages: 2 [ 0.056885] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.058049] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.060171] Enabling x2apic [ 0.060797] Enabled x2apic [ 0.061593] Switched APIC routing to physical x2apic. [ 0.064574] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.065746] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.067767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.070798] KVM setup paravirtual spinlock [ 0.072674] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.073992] x86: Booting SMP configuration: [ 0.074869] .... node #0, CPUs: #1[ 0.072666] 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.088011] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.090640] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.092056] devtmpfs: initialized [ 0.094111] EVM: security.selinux [ 0.094796] EVM: security.SMACK64 [ 0.095475] EVM: security.ima [ 0.096005] EVM: security.capability [ 0.096750] pinctrl core: initialized pinctrl subsystem [ 0.097703] regulator-dummy: no parameters [ 0.098562] RTC time: 17:15:40, date: 12/03/18 [ 0.100025] NET: Registered protocol family 16 [ 0.100938] cpuidle: using governor ladder [ 0.101737] cpuidle: using governor menu [ 0.102549] ACPI: bus type PCI registered [ 0.103336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.104078] PCI: Using configuration type 1 for base access [ 0.105553] bio: create slab at 0 [ 0.105553] ACPI: Added _OSI(Module Device) [ 0.105553] ACPI: Added _OSI(Processor Device) [ 0.108003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.108888] ACPI: Added _OSI(Processor Aggregator Device) [ 0.111163] ACPI: Interpreter enabled [ 0.111906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.113175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.114968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.116522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.118323] ACPI: (supports S0 S5) [ 0.119012] ACPI: Using IOAPIC for interrupt routing [ 0.120012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.121865] ACPI: No dock devices found. [ 0.125612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.126732] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.127928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.128015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.130180] acpiphp: Slot [3] registered [ 0.130967] acpiphp: Slot [4] registered [ 0.131747] acpiphp: Slot [5] registered [ 0.132017] acpiphp: Slot [6] registered [ 0.132803] acpiphp: Slot [7] registered [ 0.133583] acpiphp: Slot [8] registered [ 0.134359] acpiphp: Slot [9] registered [ 0.135146] acpiphp: Slot [10] registered [ 0.135942] acpiphp: Slot [11] registered [ 0.136016] acpiphp: Slot [12] registered [ 0.136811] acpiphp: Slot [13] registered [ 0.137605] acpiphp: Slot [14] registered [ 0.138402] acpiphp: Slot [15] registered [ 0.139195] acpiphp: Slot [16] registered [ 0.139995] acpiphp: Slot [17] registered [ 0.140016] acpiphp: Slot [18] registered [ 0.140808] acpiphp: Slot [19] registered [ 0.141601] acpiphp: Slot [20] registered [ 0.142398] acpiphp: Slot [21] registered [ 0.143190] acpiphp: Slot [22] registered [ 0.143982] acpiphp: Slot [23] registered [ 0.144017] acpiphp: Slot [24] registered [ 0.144814] acpiphp: Slot [25] registered [ 0.145607] acpiphp: Slot [26] registered [ 0.146400] acpiphp: Slot [27] registered [ 0.147194] acpiphp: Slot [28] registered [ 0.147988] acpiphp: Slot [29] registered [ 0.148016] acpiphp: Slot [30] registered [ 0.148811] acpiphp: Slot [31] registered [ 0.149602] PCI host bridge to bus 0000:00 [ 0.150397] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.151389] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.152004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.153098] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.154293] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.168029] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.169460] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.214756] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216705] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218129] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.219544] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.220657] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.222300] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.223408] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.223408] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.224003] vgaarb: loaded [ 0.224603] vgaarb: bridge control possible 0000:00:02.0 [ 0.225707] SCSI subsystem initialized [ 0.226499] ACPI: bus type USB registered [ 0.226499] usbcore: registered new interface driver usbfs [ 0.228008] usbcore: registered new interface driver hub [ 0.229012] usbcore: registered new device driver usb [ 0.229012] PCI: Using ACPI for IRQ routing [ 0.229012] NetLabel: Initializing [ 0.229716] NetLabel: domain hash size = 128 [ 0.232003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.232951] NetLabel: unlabeled traffic allowed by default [ 0.233984] Switched to clocksource kvm-clock [ 0.236752] AppArmor: AppArmor Filesystem Enabled [ 0.237684] pnp: PnP ACPI init [ 0.238342] ACPI: bus type PNP registered [ 0.239496] pnp: PnP ACPI: found 8 devices [ 0.240314] ACPI: bus type PNP unregistered [ 0.246995] NET: Registered protocol family 2 [ 0.247986] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.249433] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.250647] TCP: Hash tables configured (established 16384 bind 16384) [ 0.252216] TCP: reno registered [ 0.252904] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.253996] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.255187] NET: Registered protocol family 1 [ 0.256048] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.257133] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.258193] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.279932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.301998] Trying to unpack rootfs image as initramfs... [ 0.383545] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.385214] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.386282] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.387683] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.389316] Scanning for low memory corruption every 60 seconds [ 0.390633] Initialise system trusted keyring [ 0.391720] audit: initializing netlink socket (disabled) [ 0.392962] type=2000 audit(1543857341.930:1): initialized [ 0.410875] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.413018] zbud: loaded [ 0.413896] VFS: Disk quotas dquot_6.5.2 [ 0.414862] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.416528] fuse init (API version 7.22) [ 0.417525] msgmni has been set to 3997 [ 0.418481] Key type big_key registered [ 0.419590] Key type asymmetric registered [ 0.420583] Asymmetric key parser 'x509' registered [ 0.421617] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.423070] io scheduler noop registered [ 0.423853] io scheduler deadline registered (default) [ 0.424829] io scheduler cfq registered [ 0.425641] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.426674] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.427880] ipmi message handler version 39.2 [ 0.428781] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.430217] ACPI: Power Button [PWRF] [ 0.431037] GHES: HEST is not enabled! [ 0.452743] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.495995] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.497766] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.521696] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.523690] Linux agpgart interface v0.103 [ 0.525153] brd: module loaded [ 0.526136] loop: module loaded [ 0.527047] blk-mq: CPU -> queue map [ 0.527778] CPU 0 -> Queue 0 [ 0.528431] CPU 1 -> Queue 0 [ 0.529629] vda: vda1 [ 0.530991] scsi0 : ata_piix [ 0.531721] scsi1 : ata_piix [ 0.532397] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.533606] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.534983] libphy: Fixed MDIO Bus: probed [ 0.535861] tun: Universal TUN/TAP device driver, 1.6 [ 0.536854] tun: (C) 1999-2004 Max Krasnyansky [ 0.539150] PPP generic driver version 2.4.2 [ 0.540530] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.542387] ehci-pci: EHCI PCI platform driver [ 0.543685] ehci-platform: EHCI generic platform driver [ 0.545175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.546884] ohci-pci: OHCI PCI platform driver [ 0.548177] ohci-platform: OHCI generic platform driver [ 0.549661] uhci_hcd: USB Universal Host Controller Interface driver [ 0.572137] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.573638] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.575864] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.577521] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.579367] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.580843] usb usb1: Product: UHCI Host Controller [ 0.581770] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd [ 0.582987] usb usb1: SerialNumber: 0000:00:01.2 [ 0.583968] hub 1-0:1.0: USB hub found [ 0.584751] hub 1-0:1.0: 2 ports detected [ 0.585642] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.587774] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.588735] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.589775] mousedev: PS/2 mouse device common for all mice [ 0.591015] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.592746] rtc_cmos 00:00: RTC can wake from S4 [ 0.593852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.595030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.596250] device-mapper: uevent: version 1.0.3 [ 0.597196] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.598820] ledtrig-cpu: registered to indicate activity on CPUs [ 0.599990] TCP: cubic registered [ 0.600758] NET: Registered protocol family 10 [ 0.601753] NET: Registered protocol family 17 [ 0.602631] Key type dns_resolver registered [ 0.603560] Loading compiled-in X.509 certificates [ 0.605006] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11' [ 0.606782] registered taskstats version 1 [ 0.608911] Key type trusted registered [ 0.611725] Key type encrypted registered [ 0.612547] AppArmor: AppArmor sha1 policy hashing enabled [ 0.613575] IMA: No TPM chip found, activating TPM-bypass! [ 0.621742] regulator-dummy: disabling [ 0.622562] Magic number: 14:783:288 [ 0.623341] tty tty21: hash matches [ 0.624146] rtc_cmos 00:00: setting system clock to 2018-12-03 17:15:41 UTC (1543857341) [ 0.625742] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.626851] EDD information not available. [ 0.688920] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.690462] Write protecting the kernel read-only data: 12288k [ 0.691773] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000) [ 0.694235] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.705614] systemd-udevd[107]: starting version 204 [ 0.744822] FDC 0 is a S82078B [ 0.896070] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.060715] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.062432] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.064178] usb 1-1: Product: QEMU USB Tablet [ 1.065301] usb 1-1: Manufacturer: QEMU [ 1.066315] usb 1-1: SerialNumber: 42 [ 1.384069] tsc: Refined TSC clocksource calibration: 3491.910 MHz [ 1.756994] 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.990562] 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.111075] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.197907] 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 Mon, 03 Dec 2018 17:15:43 +0000. Up 2.51 seconds. cloud-init-nonet[2.67]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting 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 ] cloud-init-nonet[3.42]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 03 Dec 2018 17:15:44 +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.14 | 255.255.255.0 | fa:16:3e:b3:85:b1 | 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: +-------+-----------------+-----------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: d1:d9:24:2e:4c:34:08:2c:52:47:0c:89:04:af:31:76 root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i The key's randomart image is: +--[ RSA 2048]----+ |++o*+. o+ . . | |o.o.o .o + = | |oo.E + + . | |.+. o | |. S | | | | | | | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 0a:a5:14:38:56:65:ae:f6:c0:ac:80:3d:67:bb:e7:db root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i The key's randomart image is: +--[ DSA 1024]----+ | oo.o | | + + | | . .. o | |.. + + | |o o @ S | | . * = . | | . . o | | ... | | .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: 2e:77:f4:66:53:1b:12:fe:7e:b6:84:57:6b:eb:11:60 root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i The key's randomart image is: +--[ECDSA 256]---+ | | | | | .E | | .... | | S . o o..| | . . . +.o+| | . o . =.o* | | o . o o+ =| | o*.| +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 8b:c4:df:dc:de:f2:db:59:6e:bd:e9:7d:9a:44:c9:0a root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i The key's randomart image is: +--[ED25519 256--+ | | | | | | | . . . | | o S E + | | . o + o o | | . o o o . o| | ..o +O| | .oBO*| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd Cloud-init v. 0.7.5 running 'modules:config' at Mon, 03 Dec 2018 17:15:47 +0000. Up 6.78 seconds. * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[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 Mon, 03 Dec 2018 17:15:48 +0000. Up 7.67 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 | 05:e1:67:88:b2:00:95:79:8b:6e:f5:a7:b8:7f:5d:56 | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 0a:a5:14:38:56:65:ae:f6:c0:ac:80:3d:67:bb:e7:db root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i (DSA) ec2: 256 2e:77:f4:66:53:1b:12:fe:7e:b6:84:57:6b:eb:11:60 root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i (ECDSA) ec2: 256 8b:c4:df:dc:de:f2:db:59:6e:bd:e9:7d:9a:44:c9:0a root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i (ED25519) ec2: 2048 d1:d9:24:2e:4c:34:08:2c:52:47:0c:89:04:af:31:76 root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKOjZCBfdwZHctkiJ0TRWr8v+DIfgSGkznB8TMgVO5z767fyns8nuuNx3uJEt9Eoc6yrXmyBriOjmgo/+B+v9+g= root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPUq8K0FtWaxe+qdo9Cb3c+fcCd7usvU4cWf4JdB03lz root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLi+8UUktdt9F9BzTWfzuUMaAwMN8Is08tVbDZI6Q4+qL319fJTibC0yeOAd+PjtYU5f5zbCyiaz53neDY+kDSLNOpXn3l+1XrR38F4banb8ySUOzp/thMoR/Ugd3j4FMC8vd7aPuiOHtjT4hKjzLJwF+zq9w1Swmjv5lGC0vCPw4ehPhNBvaWxYHuEzZBOHIgKrp9mcShIeBpb3dnvxbjSA1AyKRzpS4Fu8ygEw06X758+EBVFS8mrxqy8Rqcg5Dj1R6WQZ0T4ZupPm8byAxAlQWm8pkguLiea0DpbKv+/ckO8N5wohI4lu8XJ0NuvKM37Hq7S+am0Hun2NDip8sH root@ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 03 Dec 2018 17:15:48 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.75 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i ttyS0 ansibleprovisioningtests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-i login: 2018-12-03 17:15:51,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:51,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-aace1572-e87d-4aab-a38d-5024ac82acf4 x-compute-request-id: req-aace1572-e87d-4aab-a38d-5024ac82acf4 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:51,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-aace1572-e87d-4aab-a38d-5024ac82acf4 2018-12-03 17:15:51,270 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - ACTIVE 2018-12-03 17:15:51,270 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:15:51,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:51,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-619b6063-17bc-488f-add0-e26ef27c53ef x-compute-request-id: req-619b6063-17bc-488f-add0-e26ef27c53ef Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:51,588 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-619b6063-17bc-488f-add0-e26ef27c53ef 2018-12-03 17:15:51,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:51,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-93f21dd7-05a7-44c5-84f4-782566fec181 Date: Mon, 03 Dec 2018 17: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:15:51,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-93f21dd7-05a7-44c5-84f4-782566fec181 2018-12-03 17:15:51,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:51,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4d65573-f9be-4119-b59b-6ac2ce487d8e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:15:51,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-d4d65573-f9be-4119-b59b-6ac2ce487d8e 2018-12-03 17:15:51,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:51,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1303add6-490d-459d-9ebb-4b9885fa1fdb Date: Mon, 03 Dec 2018 17:15:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:15:51,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-1303add6-490d-459d-9ebb-4b9885fa1fdb 2018-12-03 17:15:51,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:51,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-64a44b45-4fb0-4911-81b1-c51e32663ae5 Date: Mon, 03 Dec 2018 17:15:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.4"}],"id":"2c666e08-836c-4323-87d6-f7c3d945a5de","security_groups":[],"mac_address":"fa:16:3e:f5:9c:78","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.3"}],"id":"5352b211-80c1-4985-90b8-78d6424f2ea4","security_groups":[],"mac_address":"fa:16:3e:52:8f:e9","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:15:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.14"}],"id":"9bac75ec-edea-4406-aaf5-af149a4e014e","security_groups":["aafc847f-ccd7-4636-8c0d-423d932b0c6a"],"mac_address":"fa:16:3e:b3:85:b1","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:50Z","binding:vnic_type":"normal","device_id":"dd8769a9-e547-49b7-91a4-a5981ddf5677"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.1"}],"id":"a34a4bf5-439a-48df-a6d8-94c9f423a37d","security_groups":[],"mac_address":"fa:16:3e:b5:1d:37","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:39Z","binding:vnic_type":"normal","device_id":"87de9515-2269-4865-b5f6-ad9ade83a332"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.2"}],"id":"f98002ed-3d2e-4415-aaca-b41923985024","security_groups":[],"mac_address":"fa:16:3e:8c:98:b4","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-664d58e0-caa0-4187-9bc9-876cf459546c"}]} 2018-12-03 17:15:51,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-64a44b45-4fb0-4911-81b1-c51e32663ae5 2018-12-03 17:15:51,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:52,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-227007cb-1d6f-473f-8731-3dfe92a5e540 x-compute-request-id: req-227007cb-1d6f-473f-8731-3dfe92a5e540 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:52,450 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-227007cb-1d6f-473f-8731-3dfe92a5e540 2018-12-03 17:15:52,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:52,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-626938a8-5b94-471d-87aa-ad0c64c37879 Date: Mon, 03 Dec 2018 17: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:15:52,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-626938a8-5b94-471d-87aa-ad0c64c37879 2018-12-03 17:15:52,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:52,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd82a9b9-a805-446b-b866-e93df867ff26 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:15:52,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-fd82a9b9-a805-446b-b866-e93df867ff26 2018-12-03 17:15:52,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:52,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-946db3ad-e627-4e6e-a677-adfaf7ed8524 Date: Mon, 03 Dec 2018 17:15:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:15:52,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-946db3ad-e627-4e6e-a677-adfaf7ed8524 2018-12-03 17:15:52,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:52,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-7d5df9a8-8bad-4628-a034-08e95259e263 Date: Mon, 03 Dec 2018 17:15:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.4"}],"id":"2c666e08-836c-4323-87d6-f7c3d945a5de","security_groups":[],"mac_address":"fa:16:3e:f5:9c:78","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.3"}],"id":"5352b211-80c1-4985-90b8-78d6424f2ea4","security_groups":[],"mac_address":"fa:16:3e:52:8f:e9","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:15:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.14"}],"id":"9bac75ec-edea-4406-aaf5-af149a4e014e","security_groups":["aafc847f-ccd7-4636-8c0d-423d932b0c6a"],"mac_address":"fa:16:3e:b3:85:b1","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:50Z","binding:vnic_type":"normal","device_id":"dd8769a9-e547-49b7-91a4-a5981ddf5677"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.1"}],"id":"a34a4bf5-439a-48df-a6d8-94c9f423a37d","security_groups":[],"mac_address":"fa:16:3e:b5:1d:37","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:39Z","binding:vnic_type":"normal","device_id":"87de9515-2269-4865-b5f6-ad9ade83a332"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.2"}],"id":"f98002ed-3d2e-4415-aaca-b41923985024","security_groups":[],"mac_address":"fa:16:3e:8c:98:b4","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-664d58e0-caa0-4187-9bc9-876cf459546c"}]} 2018-12-03 17:15:52,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-7d5df9a8-8bad-4628-a034-08e95259e263 2018-12-03 17:15:52,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}}' 2018-12-03 17:15:53,736 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:15: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-bb25dec9-b3a6-4306-a3b9-826b083c5b7c x-compute-request-id: req-bb25dec9-b3a6-4306-a3b9-826b083c5b7c Content-Length: 0 Content-Type: application/json 2018-12-03 17:15:53,736 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677/action used request id req-bb25dec9-b3a6-4306-a3b9-826b083c5b7c 2018-12-03 17:15:53,737 - create_instance - INFO - Checking if VM is active 2018-12-03 17:15:53,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:54,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15: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-68eabe7e-1abf-4c48-b361-30cf0886353d x-compute-request-id: req-68eabe7e-1abf-4c48-b361-30cf0886353d Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:54,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-68eabe7e-1abf-4c48-b361-30cf0886353d 2018-12-03 17:15:54,227 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - ACTIVE 2018-12-03 17:15:54,227 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:15:54,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:54,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30cd5af1-7b50-47be-96b5-23366f6c2127 x-compute-request-id: req-30cd5af1-7b50-47be-96b5-23366f6c2127 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:54,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-30cd5af1-7b50-47be-96b5-23366f6c2127 2018-12-03 17:15:54,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:54,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-860ee6dc-b8d1-4791-8281-df44227694c1 Date: Mon, 03 Dec 2018 17:15: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:15:54,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-860ee6dc-b8d1-4791-8281-df44227694c1 2018-12-03 17:15:54,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:54,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43fe4d9d-9428-4f9a-b973-fe31df612b02 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:15:54,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-43fe4d9d-9428-4f9a-b973-fe31df612b02 2018-12-03 17:15:54,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:55,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-59736902-2f19-4432-b3bb-6e0ab16f91a1 Date: Mon, 03 Dec 2018 17:15:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:15:55,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-59736902-2f19-4432-b3bb-6e0ab16f91a1 2018-12-03 17:15:55,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:55,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-0e76ef03-442a-4f86-adfa-8d205d83b602 Date: Mon, 03 Dec 2018 17:15:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.4"}],"id":"2c666e08-836c-4323-87d6-f7c3d945a5de","security_groups":[],"mac_address":"fa:16:3e:f5:9c:78","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.3"}],"id":"5352b211-80c1-4985-90b8-78d6424f2ea4","security_groups":[],"mac_address":"fa:16:3e:52:8f:e9","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:15:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.14"}],"id":"9bac75ec-edea-4406-aaf5-af149a4e014e","security_groups":["aafc847f-ccd7-4636-8c0d-423d932b0c6a","dd66f42d-cdf9-4a3f-a35f-c09beb82bde6"],"mac_address":"fa:16:3e:b3:85:b1","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:50Z","binding:vnic_type":"normal","device_id":"dd8769a9-e547-49b7-91a4-a5981ddf5677"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.1"}],"id":"a34a4bf5-439a-48df-a6d8-94c9f423a37d","security_groups":[],"mac_address":"fa:16:3e:b5:1d:37","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:39Z","binding:vnic_type":"normal","device_id":"87de9515-2269-4865-b5f6-ad9ade83a332"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.2"}],"id":"f98002ed-3d2e-4415-aaca-b41923985024","security_groups":[],"mac_address":"fa:16:3e:8c:98:b4","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-664d58e0-caa0-4187-9bc9-876cf459546c"}]} 2018-12-03 17:15:55,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-0e76ef03-442a-4f86-adfa-8d205d83b602 2018-12-03 17:15:55,246 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:15:55,250 - paramiko.transport - DEBUG - starting thread (client mode): 0x59b2ed90L 2018-12-03 17:15:55,251 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:15:55,256 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-12-03 17:15:55,256 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-03 17:15:55,257 - 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-12-03 17:15:55,257 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:15:55,257 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-03 17:15:55,257 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:15:55,258 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:15:55,258 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:15:55,300 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:15:55,300 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:15:55,314 - paramiko.transport - DEBUG - Trying key 05e16788b20095798b6ef5a7b87f5d56 from tmp/AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396 2018-12-03 17:15:55,340 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:15:55,362 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:15:55,462 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:15:55,492 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:15:55,492 - create_instance - INFO - Checking if cloud-init has completed 2018-12-03 17:15:55,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:56,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-6ffc4510-ea07-4224-b4d0-a3c039390ca7 x-compute-request-id: req-6ffc4510-ea07-4224-b4d0-a3c039390ca7 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:56,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-6ffc4510-ea07-4224-b4d0-a3c039390ca7 2018-12-03 17:15:56,133 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - ACTIVE 2018-12-03 17:15:56,133 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:15:56,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:56,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-ff727e5e-21ea-42dc-b2f0-5f5938d4eeaa x-compute-request-id: req-ff727e5e-21ea-42dc-b2f0-5f5938d4eeaa Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:56,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-ff727e5e-21ea-42dc-b2f0-5f5938d4eeaa 2018-12-03 17:15:56,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:56,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-30b45868-e95b-4b71-b0c4-82f71c59fd8d Date: Mon, 03 Dec 2018 17:15: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:15:56,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-30b45868-e95b-4b71-b0c4-82f71c59fd8d 2018-12-03 17:15:56,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:56,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26a5f5e8-d122-4ebd-906d-8f03c6f94d63 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:15:56,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-26a5f5e8-d122-4ebd-906d-8f03c6f94d63 2018-12-03 17:15:56,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:56,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-05cf39b4-9307-487d-a9da-cfac8133f089 Date: Mon, 03 Dec 2018 17:15:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:15:56,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-05cf39b4-9307-487d-a9da-cfac8133f089 2018-12-03 17:15:56,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:56,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-6bc56624-78ae-493e-b704-c524dae044a3 Date: Mon, 03 Dec 2018 17:15:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.4"}],"id":"2c666e08-836c-4323-87d6-f7c3d945a5de","security_groups":[],"mac_address":"fa:16:3e:f5:9c:78","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.3"}],"id":"5352b211-80c1-4985-90b8-78d6424f2ea4","security_groups":[],"mac_address":"fa:16:3e:52:8f:e9","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:15:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.14"}],"id":"9bac75ec-edea-4406-aaf5-af149a4e014e","security_groups":["aafc847f-ccd7-4636-8c0d-423d932b0c6a","dd66f42d-cdf9-4a3f-a35f-c09beb82bde6"],"mac_address":"fa:16:3e:b3:85:b1","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:50Z","binding:vnic_type":"normal","device_id":"dd8769a9-e547-49b7-91a4-a5981ddf5677"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.1"}],"id":"a34a4bf5-439a-48df-a6d8-94c9f423a37d","security_groups":[],"mac_address":"fa:16:3e:b5:1d:37","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:39Z","binding:vnic_type":"normal","device_id":"87de9515-2269-4865-b5f6-ad9ade83a332"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.2"}],"id":"f98002ed-3d2e-4415-aaca-b41923985024","security_groups":[],"mac_address":"fa:16:3e:8c:98:b4","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-664d58e0-caa0-4187-9bc9-876cf459546c"}]} 2018-12-03 17:15:56,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-6bc56624-78ae-493e-b704-c524dae044a3 2018-12-03 17:15:56,814 - create_instance - INFO - Checking if VM is active 2018-12-03 17:15:56,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:57,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-618ba7ed-8fff-4257-8366-dd85c08ed676 x-compute-request-id: req-618ba7ed-8fff-4257-8366-dd85c08ed676 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:57,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-618ba7ed-8fff-4257-8366-dd85c08ed676 2018-12-03 17:15:57,142 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - ACTIVE 2018-12-03 17:15:57,142 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:15:57,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:57,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-b7306592-c671-4ae0-b4a3-df206e007403 x-compute-request-id: req-b7306592-c671-4ae0-b4a3-df206e007403 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:57,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-b7306592-c671-4ae0-b4a3-df206e007403 2018-12-03 17:15:57,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:57,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-e0ad132d-75d6-4949-970f-2f6ec8f6e576 Date: Mon, 03 Dec 2018 17:15: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:15:57,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-e0ad132d-75d6-4949-970f-2f6ec8f6e576 2018-12-03 17:15:57,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:57,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b6737b2-1455-4ee5-866f-1eaf94fb4300 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:15:57,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-6b6737b2-1455-4ee5-866f-1eaf94fb4300 2018-12-03 17:15:57,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:57,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-914f882b-e5e5-4bb6-9438-eca75ff50da8 Date: Mon, 03 Dec 2018 17:15:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:15:57,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-914f882b-e5e5-4bb6-9438-eca75ff50da8 2018-12-03 17:15:57,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:57,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-06dc3225-1bc7-4adc-b09f-aaf053e958a0 Date: Mon, 03 Dec 2018 17:15:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.4"}],"id":"2c666e08-836c-4323-87d6-f7c3d945a5de","security_groups":[],"mac_address":"fa:16:3e:f5:9c:78","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.3"}],"id":"5352b211-80c1-4985-90b8-78d6424f2ea4","security_groups":[],"mac_address":"fa:16:3e:52:8f:e9","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:15:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.14"}],"id":"9bac75ec-edea-4406-aaf5-af149a4e014e","security_groups":["aafc847f-ccd7-4636-8c0d-423d932b0c6a","dd66f42d-cdf9-4a3f-a35f-c09beb82bde6"],"mac_address":"fa:16:3e:b3:85:b1","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:50Z","binding:vnic_type":"normal","device_id":"dd8769a9-e547-49b7-91a4-a5981ddf5677"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.1"}],"id":"a34a4bf5-439a-48df-a6d8-94c9f423a37d","security_groups":[],"mac_address":"fa:16:3e:b5:1d:37","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:39Z","binding:vnic_type":"normal","device_id":"87de9515-2269-4865-b5f6-ad9ade83a332"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.2"}],"id":"f98002ed-3d2e-4415-aaca-b41923985024","security_groups":[],"mac_address":"fa:16:3e:8c:98:b4","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-664d58e0-caa0-4187-9bc9-876cf459546c"}]} 2018-12-03 17:15:57,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-06dc3225-1bc7-4adc-b09f-aaf053e958a0 2018-12-03 17:15:57,983 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:15:57,985 - paramiko.transport - DEBUG - starting thread (client mode): 0x59b2ed90L 2018-12-03 17:15:57,986 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:15:57,989 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-12-03 17:15:57,989 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-03 17:15:57,990 - 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-12-03 17:15:57,990 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:15:57,990 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-03 17:15:57,991 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:15:57,991 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:15:57,991 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:15:58,032 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:15:58,032 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:15:58,050 - paramiko.transport - DEBUG - Trying key 05e16788b20095798b6ef5a7b87f5d56 from tmp/AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396 2018-12-03 17:15:58,072 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:15:58,079 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:15:58,179 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:15:58,196 - create_instance - INFO - SSH is active for VM instance 2018-12-03 17:15:58,196 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:15:58,198 - paramiko.transport - DEBUG - starting thread (client mode): 0x59b2ee10L 2018-12-03 17:15:58,198 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:15:58,201 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-12-03 17:15:58,201 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-03 17:15:58,202 - 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-12-03 17:15:58,202 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:15:58,202 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-03 17:15:58,202 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:15:58,202 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:15:58,203 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:15:58,244 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:15:58,244 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:15:58,262 - paramiko.transport - DEBUG - Trying key 05e16788b20095798b6ef5a7b87f5d56 from tmp/AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396 2018-12-03 17:15:58,284 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:15:58,291 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:15:58,294 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:15:58,466 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-03 17:15:58,466 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:15:58,496 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:15:58,504 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-03 17:15:58,504 - create_instance - INFO - cloud-init complete for VM instance 2018-12-03 17:15:58,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:58,508 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-03 17:15:59,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15: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-06c2525e-91ef-4327-832c-ccbeae6490dc x-compute-request-id: req-06c2525e-91ef-4327-832c-ccbeae6490dc Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:59,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-06c2525e-91ef-4327-832c-ccbeae6490dc 2018-12-03 17:15:59,019 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - ACTIVE 2018-12-03 17:15:59,019 - create_instance - INFO - VM is - ACTIVE 2018-12-03 17:15:59,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:59,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15: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-5587721c-9884-44a7-b96b-abbaa29a1a94 x-compute-request-id: req-5587721c-9884-44a7-b96b-abbaa29a1a94 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:15:59,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-5587721c-9884-44a7-b96b-abbaa29a1a94 2018-12-03 17:15:59,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:59,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-15e7520f-c134-4095-b150-5bfc46b84b13 Date: Mon, 03 Dec 2018 17:15: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:15:59,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-15e7520f-c134-4095-b150-5bfc46b84b13 2018-12-03 17:15:59,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:59,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed39cce3-7feb-4362-aa3e-cbd85bacc913 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:15:59,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-ed39cce3-7feb-4362-aa3e-cbd85bacc913 2018-12-03 17:15:59,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:59,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9ef29905-6217-4641-86f4-d43aa7400c66 Date: Mon, 03 Dec 2018 17:15:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:15:59,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-9ef29905-6217-4641-86f4-d43aa7400c66 2018-12-03 17:15:59,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:15:59,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-ada7dd4b-f192-4986-9a96-52a05d3a52b7 Date: Mon, 03 Dec 2018 17:15:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.4"}],"id":"2c666e08-836c-4323-87d6-f7c3d945a5de","security_groups":[],"mac_address":"fa:16:3e:f5:9c:78","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.3"}],"id":"5352b211-80c1-4985-90b8-78d6424f2ea4","security_groups":[],"mac_address":"fa:16:3e:52:8f:e9","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:15:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.14"}],"id":"9bac75ec-edea-4406-aaf5-af149a4e014e","security_groups":["aafc847f-ccd7-4636-8c0d-423d932b0c6a","dd66f42d-cdf9-4a3f-a35f-c09beb82bde6"],"mac_address":"fa:16:3e:b3:85:b1","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:50Z","binding:vnic_type":"normal","device_id":"dd8769a9-e547-49b7-91a4-a5981ddf5677"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.1"}],"id":"a34a4bf5-439a-48df-a6d8-94c9f423a37d","security_groups":[],"mac_address":"fa:16:3e:b5:1d:37","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:39Z","binding:vnic_type":"normal","device_id":"87de9515-2269-4865-b5f6-ad9ade83a332"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.2"}],"id":"f98002ed-3d2e-4415-aaca-b41923985024","security_groups":[],"mac_address":"fa:16:3e:8c:98:b4","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-664d58e0-caa0-4187-9bc9-876cf459546c"}]} 2018-12-03 17:15:59,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-ada7dd4b-f192-4986-9a96-52a05d3a52b7 2018-12-03 17:15:59,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:16:00,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:15: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-577e9a13-e8bd-48d8-b429-e16f1961d936 x-compute-request-id: req-577e9a13-e8bd-48d8-b429-e16f1961d936 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:16:00,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-577e9a13-e8bd-48d8-b429-e16f1961d936 2018-12-03 17:16:00,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:16:00,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-96131e6d-deae-4869-8d26-471003f9d300 Date: Mon, 03 Dec 2018 17:16: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":["8751be32-0c1b-4654-aa82-c433e352c256"],"updated_at":"2018-12-03T17:13:29Z","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4f29118f345c42ba9a4efcc08346679e","id":"664d58e0-caa0-4187-9bc9-876cf459546c","name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net"}]} 2018-12-03 17:16:00,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net used request id req-96131e6d-deae-4869-8d26-471003f9d300 2018-12-03 17:16:00,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:16:00,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda97400-62d0-477f-9955-2587b5668e0d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:16:00,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-eda97400-62d0-477f-9955-2587b5668e0d 2018-12-03 17:16:00,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:16:00,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-04d6995e-a243-4c65-8b4f-af5d1732ebbf Date: Mon, 03 Dec 2018 17:16:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:29Z","dns_nameservers":[],"updated_at":"2018-12-03T17:13: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":"4f29118f345c42ba9a4efcc08346679e","id":"8751be32-0c1b-4654-aa82-c433e352c256","subnetpool_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet"}]} 2018-12-03 17:16:00,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-04d6995e-a243-4c65-8b4f-af5d1732ebbf 2018-12-03 17:16:00,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:16:00,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-bb7e9367-469f-4fe4-a1e9-2506ef2d68da Date: Mon, 03 Dec 2018 17:16:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.4"}],"id":"2c666e08-836c-4323-87d6-f7c3d945a5de","security_groups":[],"mac_address":"fa:16:3e:f5:9c:78","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.3"}],"id":"5352b211-80c1-4985-90b8-78d6424f2ea4","security_groups":[],"mac_address":"fa:16:3e:52:8f:e9","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-664d58e0-caa0-4187-9bc9-876cf459546c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:15:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.14"}],"id":"9bac75ec-edea-4406-aaf5-af149a4e014e","security_groups":["aafc847f-ccd7-4636-8c0d-423d932b0c6a","dd66f42d-cdf9-4a3f-a35f-c09beb82bde6"],"mac_address":"fa:16:3e:b3:85:b1","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:50Z","binding:vnic_type":"normal","device_id":"dd8769a9-e547-49b7-91a4-a5981ddf5677"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.1"}],"id":"a34a4bf5-439a-48df-a6d8-94c9f423a37d","security_groups":[],"mac_address":"fa:16:3e:b5:1d:37","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:39Z","binding:vnic_type":"normal","device_id":"87de9515-2269-4865-b5f6-ad9ade83a332"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:13:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8751be32-0c1b-4654-aa82-c433e352c256","ip_address":"10.55.1.2"}],"id":"f98002ed-3d2e-4415-aaca-b41923985024","security_groups":[],"mac_address":"fa:16:3e:8c:98:b4","project_id":"4f29118f345c42ba9a4efcc08346679e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"664d58e0-caa0-4187-9bc9-876cf459546c","tenant_id":"4f29118f345c42ba9a4efcc08346679e","created_at":"2018-12-03T17:13:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-664d58e0-caa0-4187-9bc9-876cf459546c"}]} 2018-12-03 17:16:00,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=664d58e0-caa0-4187-9bc9-876cf459546c used request id req-bb7e9367-469f-4fe4-a1e9-2506ef2d68da 2018-12-03 17:16:00,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}}' 2018-12-03 17:16:01,319 - novaclient.v2.client - DEBUG - RESP: [400] Date: Mon, 03 Dec 2018 17:16: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-37853e78-297b-4fed-9771-b93202816af4 x-compute-request-id: req-37853e78-297b-4fed-9771-b93202816af4 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: 'dd66f42d-cdf9-4a3f-a35f-c09beb82bde6'.\nNeutron server returns request_ids: ['req-d268c900-fe28-4cfa-9c84-18c35747b5b9']", "code": 400}} 2018-12-03 17:16:01,320 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677/action used request id req-37853e78-297b-4fed-9771-b93202816af4 2018-12-03 17:16:01,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:16:01,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-e3311a62-04a2-4bf6-ac2f-e3757e728b20 x-compute-request-id: req-e3311a62-04a2-4bf6-ac2f-e3757e728b20 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp"}], "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:15:40Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:16:01,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-e3311a62-04a2-4bf6-ac2f-e3757e728b20 2018-12-03 17:16:01,777 - nova_utils - WARNING - Security group [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp] already added to VM [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] 2018-12-03 17:16:01,782 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-12-03 17:16:01,783 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-12-03 17:16:02,967 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-03 17:16:02,969 - paramiko.transport - DEBUG - starting thread (client mode): 0x59a3a810L 2018-12-03 17:16:02,969 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:16:02,972 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-12-03 17:16:02,972 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-03 17:16:02,973 - 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-12-03 17:16:02,973 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:16:02,973 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-03 17:16:02,973 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:16:02,973 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:16:02,973 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:16:03,015 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:16:03,015 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:16:03,032 - paramiko.transport - DEBUG - Trying key 05e16788b20095798b6ef5a7b87f5d56 from tmp/AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396 2018-12-03 17:16:03,052 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:16:03,057 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:16:03,064 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:16:03,225 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-03 17:16:03,225 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:16:03,229 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:16:03,245 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-03 17:16:03,246 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-03 17:16:03,346 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:16:03,360 - create_instance - INFO - Deleting Floating IP - 172.30.9.200 2018-12-03 17:16:03,360 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.200 2018-12-03 17:16:03,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/floatingips/64d0acf9-c097-4e3e-819b-4871e1eeadce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:16:04,443 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06611b05-212a-4877-8eae-7c467ef569e0 Content-Length: 0 Date: Mon, 03 Dec 2018 17:16:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:16:04,443 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/64d0acf9-c097-4e3e-819b-4871e1eeadce used request id req-06611b05-212a-4877-8eae-7c467ef569e0 2018-12-03 17:16:04,443 - create_instance - INFO - Deleting Port with ID - 9bac75ec-edea-4406-aaf5-af149a4e014e 2018-12-03 17:16:04,443 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-port-1 2018-12-03 17:16:04,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/9bac75ec-edea-4406-aaf5-af149a4e014e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:16:05,207 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-867bdeed-0788-4859-a6ff-a18f82cabc52 Date: Mon, 03 Dec 2018 17:16:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:16:05,207 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/9bac75ec-edea-4406-aaf5-af149a4e014e used request id req-867bdeed-0788-4859-a6ff-a18f82cabc52 2018-12-03 17:16:05,207 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst 2018-12-03 17:16:05,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:16:05,570 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17: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 x-openstack-request-id: req-90048fbb-dfb0-497c-8b0c-23143294cbd6 x-compute-request-id: req-90048fbb-dfb0-497c-8b0c-23143294cbd6 Content-Type: application/json 2018-12-03 17:16:05,570 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-90048fbb-dfb0-497c-8b0c-23143294cbd6 2018-12-03 17:16:05,571 - create_instance - INFO - Checking deletion status 2018-12-03 17:16:05,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:16:05,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-cd080903-361d-4562-9c29-23d8bcbe7ab8 x-compute-request-id: req-cd080903-361d-4562-9c29-23d8bcbe7ab8 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:85:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677", "rel": "bookmark"}], "image": {"id": "e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "links": [{"href": "http://172.30.9.30:8774/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:15:40.000000", "flavor": {"id": "52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "links": [{"href": "http://172.30.9.30:8774/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7", "rel": "bookmark"}]}, "id": "dd8769a9-e547-49b7-91a4-a5981ddf5677", "user_id": "7e8328de5a3d4cca9d09977319f3e339", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:16:05Z", "hostId": "3858aa110216ce102133c0f25b576c764961a3cfcec91102b1e80428", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp", "name": "AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst", "created": "2018-12-03T17:13:54Z", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-03 17:16:05,823 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-cd080903-361d-4562-9c29-23d8bcbe7ab8 2018-12-03 17:16:05,824 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst] is - ACTIVE 2018-12-03 17:16:05,824 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-03 17:16:08,827 - create_instance - DEBUG - VM status query timeout in 296.74398303 2018-12-03 17:16:08,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99343bab855a7b33b7f33b1dfc79f4fdfef44bd3" 2018-12-03 17:16:08,883 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 03 Dec 2018 17: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 x-openstack-request-id: req-f208422f-0cc6-482f-8e4e-4b25387b9c4c x-compute-request-id: req-f208422f-0cc6-482f-8e4e-4b25387b9c4c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance dd8769a9-e547-49b7-91a4-a5981ddf5677 could not be found.", "code": 404}} 2018-12-03 17:16:08,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/dd8769a9-e547-49b7-91a4-a5981ddf5677 used request id req-f208422f-0cc6-482f-8e4e-4b25387b9c4c 2018-12-03 17:16:08,883 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance dd8769a9-e547-49b7-91a4-a5981ddf5677 could not be found. (HTTP 404) (Request-ID: req-f208422f-0cc6-482f-8e4e-4b25387b9c4c) 2018-12-03 17:16:08,883 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-inst 2018-12-03 17:16:08,884 - neutron_utils - INFO - Deleting security group rule with ID - abc96728-e7f5-486d-8879-5a17a421ef56 2018-12-03 17:16:08,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/abc96728-e7f5-486d-8879-5a17a421ef56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:16:09,200 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72993543-12a1-49b0-95db-969878ab13db Content-Length: 0 Date: Mon, 03 Dec 2018 17:16:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:16:09,200 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/abc96728-e7f5-486d-8879-5a17a421ef56 used request id req-72993543-12a1-49b0-95db-969878ab13db 2018-12-03 17:16:09,201 - neutron_utils - INFO - Deleting security group rule with ID - 60bd130c-965e-4c16-86dc-814e6e1569b0 2018-12-03 17:16:09,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/60bd130c-965e-4c16-86dc-814e6e1569b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:16:09,470 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c6267dc1-03a9-4df1-8124-45bda7abc503 Content-Length: 0 Date: Mon, 03 Dec 2018 17:16:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:16:09,470 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/60bd130c-965e-4c16-86dc-814e6e1569b0 used request id req-c6267dc1-03a9-4df1-8124-45bda7abc503 2018-12-03 17:16:09,471 - neutron_utils - INFO - Deleting security group rule with ID - eecddc5c-808f-48a4-8d4c-435c01ec0804 2018-12-03 17:16:09,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/eecddc5c-808f-48a4-8d4c-435c01ec0804 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:16:09,591 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bba1bd49-4528-438c-ba6c-9c59ad931db4 Content-Length: 0 Date: Mon, 03 Dec 2018 17:16:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:16:09,592 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/eecddc5c-808f-48a4-8d4c-435c01ec0804 used request id req-bba1bd49-4528-438c-ba6c-9c59ad931db4 2018-12-03 17:16:09,592 - neutron_utils - INFO - Deleting security group rule with ID - 8cc62495-31a9-45f2-b6f0-42e73dde0537 2018-12-03 17:16:09,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/8cc62495-31a9-45f2-b6f0-42e73dde0537 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:16:09,711 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-67bc11d2-2fa1-42d8-8d94-d30b399fc332 Content-Length: 0 Date: Mon, 03 Dec 2018 17:16:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:16:09,711 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/8cc62495-31a9-45f2-b6f0-42e73dde0537 used request id req-67bc11d2-2fa1-42d8-8d94-d30b399fc332 2018-12-03 17:16:09,712 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-sec-grp 2018-12-03 17:16:09,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00ba1e8529833c5f3a493492a932362d2a85336" 2018-12-03 17:16:09,862 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-67a00667-92cc-4fcd-b448-0ad37cfeb4d6 Content-Length: 0 Date: Mon, 03 Dec 2018 17:16:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:16:09,863 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/dd66f42d-cdf9-4a3f-a35f-c09beb82bde6 used request id req-67a00667-92cc-4fcd-b448-0ad37cfeb4d6 2018-12-03 17:16:09,863 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp 2018-12-03 17:16:09,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be64633451d6b27acde3a06b9ad5c0b46f48f09c" 2018-12-03 17:16:09,898 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:16: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-a5a98e45-5bb8-439f-9d9c-0c7977b94831 x-compute-request-id: req-a5a98e45-5bb8-439f-9d9c-0c7977b94831 Content-Length: 0 Content-Type: application/json 2018-12-03 17:16:09,898 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-kp used request id req-a5a98e45-5bb8-439f-9d9c-0c7977b94831 2018-12-03 17:16:09,899 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396.pub] 2018-12-03 17:16:09,899 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396] 2018-12-03 17:16:09,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e46d70d4f4f40748b5e096ddb6cde93ad907d42" 2018-12-03 17:16:09,950 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:16: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-6dfb16d1-390b-4924-ba1a-3593c95fd0ff x-compute-request-id: req-6dfb16d1-390b-4924-ba1a-3593c95fd0ff Content-Length: 0 Content-Type: application/json 2018-12-03 17:16:09,950 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/52e8fa5c-1f9a-45f8-a22c-61b6228fb6f7 used request id req-6dfb16d1-390b-4924-ba1a-3593c95fd0ff 2018-12-03 17:16:09,951 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router and subnet AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet 2018-12-03 17:16:09,951 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router 2018-12-03 17:16:09,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/87de9515-2269-4865-b5f6-ad9ade83a332/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" -d '{"subnet_id": "8751be32-0c1b-4654-aa82-c433e352c256"}' 2018-12-03 17:16:11,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-be3f5051-57c0-41b8-85f6-e44ed971a36a Date: Mon, 03 Dec 2018 17:16:11 GMT RESP BODY: {"network_id": "664d58e0-caa0-4187-9bc9-876cf459546c", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "subnet_id": "8751be32-0c1b-4654-aa82-c433e352c256", "subnet_ids": ["8751be32-0c1b-4654-aa82-c433e352c256"], "port_id": "a34a4bf5-439a-48df-a6d8-94c9f423a37d", "id": "87de9515-2269-4865-b5f6-ad9ade83a332"} 2018-12-03 17:16:11,498 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/87de9515-2269-4865-b5f6-ad9ade83a332/remove_router_interface used request id req-be3f5051-57c0-41b8-85f6-e44ed971a36a 2018-12-03 17:16:11,498 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router 2018-12-03 17:16:11,498 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-router 2018-12-03 17:16:11,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/87de9515-2269-4865-b5f6-ad9ade83a332 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44809a66ae960933c2d50067abb61108621a0056" 2018-12-03 17:16:14,716 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b509cbf-f3d2-4520-bdb0-751fda1992c7 Content-Length: 0 Date: Mon, 03 Dec 2018 17:16:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:16:14,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/87de9515-2269-4865-b5f6-ad9ade83a332 used request id req-1b509cbf-f3d2-4520-bdb0-751fda1992c7 2018-12-03 17:16:14,717 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet 2018-12-03 17:16:14,717 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-subnet 2018-12-03 17:16:14,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/8751be32-0c1b-4654-aa82-c433e352c256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb331ccc5381ef4858b1943b7ad5f2fade92fb6d" 2018-12-03 17:16:17,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2cb5ffe4-37bd-4c19-9f5c-4a8bd8a1c5d3 Date: Mon, 03 Dec 2018 17:16:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:16:17,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/8751be32-0c1b-4654-aa82-c433e352c256 used request id req-2cb5ffe4-37bd-4c19-9f5c-4a8bd8a1c5d3 2018-12-03 17:16:17,112 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396-pub-net 2018-12-03 17:16:17,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/664d58e0-caa0-4187-9bc9-876cf459546c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb331ccc5381ef4858b1943b7ad5f2fade92fb6d" 2018-12-03 17:16:18,716 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-20a43190-f224-46ae-8ff4-6844a51eb352 Date: Mon, 03 Dec 2018 17:16:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:16:18,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/664d58e0-caa0-4187-9bc9-876cf459546c used request id req-20a43190-f224-46ae-8ff4-6844a51eb352 2018-12-03 17:16:18,717 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-d3caafd1-1d0a-40ea-b3db-f1afb392e396--image 2018-12-03 17:16:18,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ffc4c8dc49f1b3c8ae1a793fc694419668dd16d" 2018-12-03 17:16:19,874 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a702a6d5-d6bd-452e-9554-b7a82c6e7240 Date: Mon, 03 Dec 2018 17:16:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:16:19,874 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e7d4ac48-b90c-4ffe-a7d9-603149d5f867 used request id req-a702a6d5-d6bd-452e-9554-b7a82c6e7240 2018-12-03 17:16:19,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:16:20,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e4d4f756-3074-4b1c-a667-5ca8919b07ba Date: Mon, 03 Dec 2018 17:16:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:28Z", "updated_at": "2018-12-03T17:13:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:28Z", "revision_number": 0, "id": "2930ff7c-4d27-45b6-bedb-132585a103f8", "remote_group_id": "aafc847f-ccd7-4636-8c0d-423d932b0c6a", "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:28Z", "security_group_id": "aafc847f-ccd7-4636-8c0d-423d932b0c6a", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f29118f345c42ba9a4efcc08346679e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:28Z", "revision_number": 0, "id": "7d27fb0c-e896-4ae5-b98f-09e61c427b06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:28Z", "security_group_id": "aafc847f-ccd7-4636-8c0d-423d932b0c6a", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f29118f345c42ba9a4efcc08346679e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:28Z", "revision_number": 0, "id": "a0b39267-b1e9-45a1-a67f-d0eca2133594", "remote_group_id": "aafc847f-ccd7-4636-8c0d-423d932b0c6a", "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:28Z", "security_group_id": "aafc847f-ccd7-4636-8c0d-423d932b0c6a", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f29118f345c42ba9a4efcc08346679e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:13:28Z", "revision_number": 0, "id": "a680bef0-718f-414f-acbc-246362d9d86e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:13:28Z", "security_group_id": "aafc847f-ccd7-4636-8c0d-423d932b0c6a", "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f29118f345c42ba9a4efcc08346679e"}], "revision_number": 4, "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "aafc847f-ccd7-4636-8c0d-423d932b0c6a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 17:16:20,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-e4d4f756-3074-4b1c-a667-5ca8919b07ba 2018-12-03 17:16:20,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:16:20,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1066fef9-bedb-4188-aea9-0e984945b78e Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-03 17:16:20,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a used request id req-1066fef9-bedb-4188-aea9-0e984945b78e 2018-12-03 17:16:20,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:16:20,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76d14777-21cb-4c6d-8945-339fd1d1ace6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 17:16:20,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-76d14777-21cb-4c6d-8945-339fd1d1ace6 2018-12-03 17:16:20,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:16:20,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9953fd93-17b0-42c9-938c-3a5c312aefca Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e"}, "enabled": true, "id": "4f29118f345c42ba9a4efcc08346679e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-0a62e657-f18a-437-proj"}} 2018-12-03 17:16:20,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-9953fd93-17b0-42c9-938c-3a5c312aefca 2018-12-03 17:16:20,385 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aafc847f-ccd7-4636-8c0d-423d932b0c6a 2018-12-03 17:16:20,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=aafc847f-ccd7-4636-8c0d-423d932b0c6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:16:20,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4bf0da96-13d2-469e-8ceb-88b9462374d4 Date: Mon, 03 Dec 2018 17:16:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "aafc847f-ccd7-4636-8c0d-423d932b0c6a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:13:28Z", "security_group_id": "aafc847f-ccd7-4636-8c0d-423d932b0c6a", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:28Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "2930ff7c-4d27-45b6-bedb-132585a103f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:13:28Z", "security_group_id": "aafc847f-ccd7-4636-8c0d-423d932b0c6a", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:28Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "7d27fb0c-e896-4ae5-b98f-09e61c427b06"}, {"remote_group_id": "aafc847f-ccd7-4636-8c0d-423d932b0c6a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:13:28Z", "security_group_id": "aafc847f-ccd7-4636-8c0d-423d932b0c6a", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:28Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "a0b39267-b1e9-45a1-a67f-d0eca2133594"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-03T17:13:28Z", "security_group_id": "aafc847f-ccd7-4636-8c0d-423d932b0c6a", "port_range_min": null, "revision_number": 0, "tenant_id": "4f29118f345c42ba9a4efcc08346679e", "created_at": "2018-12-03T17:13:28Z", "project_id": "4f29118f345c42ba9a4efcc08346679e", "id": "a680bef0-718f-414f-acbc-246362d9d86e"}]} 2018-12-03 17:16:20,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=aafc847f-ccd7-4636-8c0d-423d932b0c6a used request id req-4bf0da96-13d2-469e-8ceb-88b9462374d4 2018-12-03 17:16:20,565 - neutron_utils - INFO - Deleting security group with name - default 2018-12-03 17:16:20,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/aafc847f-ccd7-4636-8c0d-423d932b0c6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:16:20,867 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-75c18bed-5123-452c-ba8a-fe5d9f093dc2 Content-Length: 0 Date: Mon, 03 Dec 2018 17:16:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:16:20,867 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/aafc847f-ccd7-4636-8c0d-423d932b0c6a used request id req-75c18bed-5123-452c-ba8a-fe5d9f093dc2 2018-12-03 17:16:20,868 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-0a62e657-f18a-437-proj 2018-12-03 17:16:20,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:16:21,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:16:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-447d14fb-5d0c-4cc7-be47-42ac28bdd900 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:16:21,093 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4f29118f345c42ba9a4efcc08346679e used request id req-447d14fb-5d0c-4cc7-be47-42ac28bdd900 2018-12-03 17:16:21,093 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-0a62e657-f18a-437-proj-role 2018-12-03 17:16:21,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/afdf4a55e88d4a04afbb2edfc1bf058a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:16:21,204 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:16:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea6f6982-0281-4b00-8122-144035b7e6ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:16:21,204 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/afdf4a55e88d4a04afbb2edfc1bf058a used request id req-ea6f6982-0281-4b00-8122-144035b7e6ce 2018-12-03 17:16:21,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f651b6a5ead0d44c0542651c2371be7df818bba" 2018-12-03 17:16:21,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-048d109d-6a02-4bba-afb3-73f1b9eeb3b6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:16:21,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-048d109d-6a02-4bba-afb3-73f1b9eeb3b6 2018-12-03 17:16:21,294 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-0a62e657-f18a-437-user 2018-12-03 17:16:21,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/7e8328de5a3d4cca9d09977319f3e339 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a8d4d36c969096ee121c1e8560b9b398c0ef9c1" 2018-12-03 17:16:21,471 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:16:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-975b6aa2-a574-4aa3-900d-774a77e99374 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:16:21,472 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/7e8328de5a3d4cca9d09977319f3e339 used request id req-975b6aa2-a574-4aa3-900d-774a77e99374 2018-12-03 17:16:21,473 - 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 3388.182s OK 2018-12-03 17:16:21,634 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-03 17:16:21,635 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 56:28 | PASS | +---------------------+------------------+------------------+----------------+ 2018-12-03 17:16:21,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:16:21,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 17:16:21,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9edb3e83-84e0-47f5-820d-68906dc1fefb Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "84a2554f97b2457082c443c3960fe29d", "links": {"self": "http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:16:21,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9edb3e83-84e0-47f5-820d-68906dc1fefb 2018-12-03 17:16:21,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.08677983284s 2018-12-03 17:16:21,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 17:16:21,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 17:16:21,874 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:16:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3ca93c6-84bb-4657-a492-089fc0a4d164 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:16:21,874 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/84a2554f97b2457082c443c3960fe29d used request id req-a3ca93c6-84bb-4657-a492-089fc0a4d164 2018-12-03 17:16:21,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.14533996582s 2018-12-03 17:16:21,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 17:16:21,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 17:16:21,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5ab6bfd-0a9e-4ee8-a855-a9332516fbe2 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da", "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "domain_id": "default", "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:16:21,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a5ab6bfd-0a9e-4ee8-a855-a9332516fbe2 2018-12-03 17:16:21,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100882053375s 2018-12-03 17:16:21,976 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a5ab6bfd-0a9e-4ee8-a855-a9332516fbe2 2018-12-03 17:16:21,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 17:16:21,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 17:16:22,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-571f8cb9-2be0-47d7-8236-9366d2ff0cf1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21"}, "enabled": true, "id": "b79a3a66067740c99af17bcc7b121a21", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}} 2018-12-03 17:16:22,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21 used request id req-571f8cb9-2be0-47d7-8236-9366d2ff0cf1 2018-12-03 17:16:22,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0891759395599s 2018-12-03 17:16:22,073 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21 used request id req-571f8cb9-2be0-47d7-8236-9366d2ff0cf1 2018-12-03 17:16:22,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 17:16:22,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 17:16:22,424 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:16:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63698aeb-41ac-4df1-88fe-33cea298ffa9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:16:22,424 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21 used request id req-63698aeb-41ac-4df1-88fe-33cea298ffa9 2018-12-03 17:16:22,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.351109981537s 2018-12-03 17:16:22,425 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b79a3a66067740c99af17bcc7b121a21 used request id req-63698aeb-41ac-4df1-88fe-33cea298ffa9 2018-12-03 17:16:22,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 17:16:22,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 17:16:22,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8bfbe5f-eda3-478b-ae94-f43e0b27504f Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf"}, "enabled": true, "id": "e7db44589aed46ada30f0de826785caf", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_192bdd2c-7917-467d-bd0d-4f43e22ee9da"}]} 2018-12-03 17:16:22,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-d8bfbe5f-eda3-478b-ae94-f43e0b27504f 2018-12-03 17:16:22,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0899422168732s 2018-12-03 17:16:22,516 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-d8bfbe5f-eda3-478b-ae94-f43e0b27504f 2018-12-03 17:16:22,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 17:16:22,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 17:16:22,661 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:16:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0263d367-2e10-40fc-9f87-03d5b8dc2ca7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:16:22,661 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-0263d367-2e10-40fc-9f87-03d5b8dc2ca7 2018-12-03 17:16:22,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.142636060715s 2018-12-03 17:16:22,662 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/e7db44589aed46ada30f0de826785caf used request id req-0263d367-2e10-40fc-9f87-03d5b8dc2ca7 2018-12-03 17:16:22,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:16:22,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 17:16:22,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8b0d285-ee6b-48a4-bf1a-f91a1ff2e862 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "befeb10030394fa0abfda5ffbcd4113a", "links": {"self": "http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:16:22,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b8b0d285-ee6b-48a4-bf1a-f91a1ff2e862 2018-12-03 17:16:22,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0798881053925s 2018-12-03 17:16:22,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 17:16:22,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 17:16:22,843 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:16:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e33fc0c8-9e69-4474-a55c-c843017edf4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:16:22,843 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/befeb10030394fa0abfda5ffbcd4113a used request id req-e33fc0c8-9e69-4474-a55c-c843017edf4c 2018-12-03 17:16:22,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0997190475464s 2018-12-03 17:16:22,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:16:22,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=e7db44589aed46ada30f0de826785caf&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}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 17:16:23,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-aaeb96a2-42dc-43ba-9c14-9b07ec2e52b5 Date: Mon, 03 Dec 2018 17:16:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}]} 2018-12-03 17:16:23,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=e7db44589aed46ada30f0de826785caf&name=default used request id req-aaeb96a2-42dc-43ba-9c14-9b07ec2e52b5 2018-12-03 17:16:23,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.200617074966s 2018-12-03 17:16:23,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=e7db44589aed46ada30f0de826785caf&name=default used request id req-aaeb96a2-42dc-43ba-9c14-9b07ec2e52b5 2018-12-03 17:16:23,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:16:23,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 17:16:23,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-89ed6751-1b59-4b65-8a74-e54975d935b5 Date: Mon, 03 Dec 2018 17:16:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e7db44589aed46ada30f0de826785caf", "created_at": "2018-12-03T16:20:03Z", "updated_at": "2018-12-03T16:20:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "71745166-4234-487e-9fa9-625abd65ee3b", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "604359e0-7c79-43c9-a529-1d26c4abe683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "8d075985-1b86-4bfb-b24d-4fc8e7b74719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7db44589aed46ada30f0de826785caf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T16:20:03Z", "revision_number": 0, "id": "c59e53d6-e234-4c00-8b89-bbf9d75785c2", "remote_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "remote_ip_prefix": null, "created_at": "2018-12-03T16:20:03Z", "security_group_id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "tenant_id": "e7db44589aed46ada30f0de826785caf", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7db44589aed46ada30f0de826785caf"}], "revision_number": 4, "project_id": "e7db44589aed46ada30f0de826785caf", "id": "1990a9f6-ed88-4d5f-a65b-b67e0dfaff20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 17:16:23,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-89ed6751-1b59-4b65-8a74-e54975d935b5 2018-12-03 17:16:23,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199964046478s 2018-12-03 17:16:23,256 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-89ed6751-1b59-4b65-8a74-e54975d935b5 2018-12-03 17:16:23,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-03 17:16:23,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/1990a9f6-ed88-4d5f-a65b-b67e0dfaff20.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}1e2c3cf86aab5950d83624b2cdcca4c7b988eca2" 2018-12-03 17:16:23,601 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4b7a1e09-1a8e-466f-8f76-5b3094403a67 Content-Length: 0 Date: Mon, 03 Dec 2018 17:16:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:16:23,601 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/1990a9f6-ed88-4d5f-a65b-b67e0dfaff20.json used request id req-4b7a1e09-1a8e-466f-8f76-5b3094403a67 2018-12-03 17:16:23,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.340827941895s 2018-12-03 17:16:23,602 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/1990a9f6-ed88-4d5f-a65b-b67e0dfaff20.json used request id req-4b7a1e09-1a8e-466f-8f76-5b3094403a67 2018-12-03 17:16:23,657 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-12-03 17:16:23,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 17:16:23,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 17:16:23,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 17:16:23,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 17:16:23,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 17:16:23,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 17:16:23,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 17:16:23,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 17:16:23,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 17:16:23,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 17:16:23,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 17:16:23,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 17:16:23,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 17:16:23,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 17:16:23,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 17:16:23,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 17:16:23,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 17:16:23,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 17:16:23,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 17:16:23,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 17:16:23,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 17:16:23,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 17:16:23,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 17:16:23,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 17:16:23,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 17:16:23,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b1921df-8381-4ff8-a16b-eb712b3929f6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:16:23,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7b1921df-8381-4ff8-a16b-eb712b3929f6 2018-12-03 17:16:23,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:16:24,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T18:16:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["GMxlKQ13QbWb0I9xBHYZeA"], "issued_at": "2018-12-03T17:16:24.000000Z"}} 2018-12-03 17:16:24,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 17:16:24,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:24,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-eec3eaac-6b6c-4d85-9edd-a683ec1faf8c Date: Mon, 03 Dec 2018 17:16:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 17:16:24,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eec3eaac-6b6c-4d85-9edd-a683ec1faf8c 2018-12-03 17:16:24,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.244962930679s 2018-12-03 17:16:24,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eec3eaac-6b6c-4d85-9edd-a683ec1faf8c 2018-12-03 17:16:24,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 17:16:24,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:24,336 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:16:24,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:24,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfd9aed8-3e24-4ae7-acbf-a5547b2e7a1a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 17:16:24,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-dfd9aed8-3e24-4ae7-acbf-a5547b2e7a1a 2018-12-03 17:16:24,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0848610401154s 2018-12-03 17:16:24,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 17:16:24,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" -d '{"project": {"description": "Created by OPNFV Functest: neutron_trunk", "enabled": true, "domain_id": "default", "name": "neutron_trunk-project_5994fdea-b1e3-43db-8864-8814bd0610ae"}}' 2018-12-03 17:16:24,514 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:16:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecbe7ad4-5674-4cfb-b80c-aee49fece78d 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.30:5000/v3/projects/f672adc2198c4d758c6732605dcdae32"}, "enabled": true, "id": "f672adc2198c4d758c6732605dcdae32", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_5994fdea-b1e3-43db-8864-8814bd0610ae"}} 2018-12-03 17:16:24,515 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-ecbe7ad4-5674-4cfb-b80c-aee49fece78d 2018-12-03 17:16:24,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.100993871689s 2018-12-03 17:16:24,515 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-ecbe7ad4-5674-4cfb-b80c-aee49fece78d 2018-12-03 17:16:24,516 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'neutron_trunk-project_5994fdea-b1e3-43db-8864-8814bd0610ae', 'id': u'f672adc2198c4d758c6732605dcdae32', '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-12-03 17:16:24,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 17:16:24,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.377217054367s 2018-12-03 17:16:24,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/59e6f5b17a4c4e358bfe035913da9004 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:24,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-394a7176-9def-40b4-ac9d-557ec9a1fd58 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/59e6f5b17a4c4e358bfe035913da9004"}, "enabled": true, "id": "59e6f5b17a4c4e358bfe035913da9004", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_5994fdea-b1e3-43db-8864-8814bd0610ae"}} 2018-12-03 17:16:24,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/59e6f5b17a4c4e358bfe035913da9004 used request id req-394a7176-9def-40b4-ac9d-557ec9a1fd58 2018-12-03 17:16:24,981 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'59e6f5b17a4c4e358bfe035913da9004', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron_trunk-user_5994fdea-b1e3-43db-8864-8814bd0610ae'}) 2018-12-03 17:16:24,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:16:24,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:25,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7f3f92d-97fe-446b-843f-b8efdbafdd12 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:16:25,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a7f3f92d-97fe-446b-843f-b8efdbafdd12 2018-12-03 17:16:25,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0835280418396s 2018-12-03 17:16:25,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:16:25,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:25,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ce32303-b498-4165-ab93-8d8625e1fbdd Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:16:25,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5ce32303-b498-4165-ab93-8d8625e1fbdd 2018-12-03 17:16:25,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795691013336s 2018-12-03 17:16:25,147 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 17:16:25,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 17:16:25,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" -d '{"role": {"name": "Member"}}' 2018-12-03 17:16:25,240 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:16:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20aa5920-060e-441a-a15b-77bb839f3eb5 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b495da72d0084d07afda3e4726ef66e1", "links": {"self": "http://172.30.9.30:5000/v3/roles/b495da72d0084d07afda3e4726ef66e1"}, "name": "Member"}} 2018-12-03 17:16:25,240 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-20aa5920-060e-441a-a15b-77bb839f3eb5 2018-12-03 17:16:25,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0924601554871s 2018-12-03 17:16:25,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/b495da72d0084d07afda3e4726ef66e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:25,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdbf189b-12d1-4c43-b725-668f644ae583 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/b495da72d0084d07afda3e4726ef66e1"}, "domain_id": null, "name": "Member", "id": "b495da72d0084d07afda3e4726ef66e1"}} 2018-12-03 17:16:25,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/b495da72d0084d07afda3e4726ef66e1 used request id req-cdbf189b-12d1-4c43-b725-668f644ae583 2018-12-03 17:16:25,405 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/b495da72d0084d07afda3e4726ef66e1'}, 'domain_id': None, 'human_id': None, 'id': u'b495da72d0084d07afda3e4726ef66e1', 'HUMAN_ID': False}) 2018-12-03 17:16:25,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:16:25,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:25,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b20677d-16d2-4047-b651-cac2e044b395 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b495da72d0084d07afda3e4726ef66e1", "links": {"self": "http://172.30.9.30:5000/v3/roles/b495da72d0084d07afda3e4726ef66e1"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:16:25,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1b20677d-16d2-4047-b651-cac2e044b395 2018-12-03 17:16:25,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776658058167s 2018-12-03 17:16:25,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 17:16:25,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:25,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9336eb5-692a-4c94-9133-2b6d6053521d Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 17:16:25,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-c9336eb5-692a-4c94-9133-2b6d6053521d 2018-12-03 17:16:25,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0755519866943s 2018-12-03 17:16:25,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 17:16:25,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:25,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8872c0b-d7bc-4c4b-8a94-6cc05186025b Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_5994fdea-b1e3-43db-8864-8814bd0610ae", "links": {"self": "http://172.30.9.30:5000/v3/users/59e6f5b17a4c4e358bfe035913da9004"}, "domain_id": "default", "enabled": true, "id": "59e6f5b17a4c4e358bfe035913da9004", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:16:25,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c8872c0b-d7bc-4c4b-8a94-6cc05186025b 2018-12-03 17:16:25,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0345270633698s 2018-12-03 17:16:25,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c8872c0b-d7bc-4c4b-8a94-6cc05186025b 2018-12-03 17:16:25,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 17:16:25,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:25,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a49c1ba-4e15-423a-850c-953b5b6a5809 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.30:5000/v3/projects/f672adc2198c4d758c6732605dcdae32"}, "enabled": true, "id": "f672adc2198c4d758c6732605dcdae32", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_5994fdea-b1e3-43db-8864-8814bd0610ae"}]} 2018-12-03 17:16:25,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-7a49c1ba-4e15-423a-850c-953b5b6a5809 2018-12-03 17:16:25,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0797350406647s 2018-12-03 17:16:25,683 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-7a49c1ba-4e15-423a-850c-953b5b6a5809 2018-12-03 17:16:25,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 17:16:25,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=59e6f5b17a4c4e358bfe035913da9004&scope.project.id=f672adc2198c4d758c6732605dcdae32&role.id=b495da72d0084d07afda3e4726ef66e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:25,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae131d81-a4bb-4e08-8a28-66ee980522c8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=59e6f5b17a4c4e358bfe035913da9004&scope.project.id=f672adc2198c4d758c6732605dcdae32&role.id=b495da72d0084d07afda3e4726ef66e1", "previous": null, "next": null}} 2018-12-03 17:16:25,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=59e6f5b17a4c4e358bfe035913da9004&scope.project.id=f672adc2198c4d758c6732605dcdae32&role.id=b495da72d0084d07afda3e4726ef66e1 used request id req-ae131d81-a4bb-4e08-8a28-66ee980522c8 2018-12-03 17:16:25,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0741720199585s 2018-12-03 17:16:25,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 17:16:25,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/f672adc2198c4d758c6732605dcdae32/users/59e6f5b17a4c4e358bfe035913da9004/roles/b495da72d0084d07afda3e4726ef66e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:25,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:16:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98680f00-9043-46cd-ac80-6fe6cdd9306c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:16:25,871 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f672adc2198c4d758c6732605dcdae32/users/59e6f5b17a4c4e358bfe035913da9004/roles/b495da72d0084d07afda3e4726ef66e1 used request id req-98680f00-9043-46cd-ac80-6fe6cdd9306c 2018-12-03 17:16:25,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.110619068146s 2018-12-03 17:16:25,872 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron_trunk-project_5994fdea-b1e3-43db-8864-8814bd0610ae', 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': 'b559dedd-8c36-458a-94c0-635c1534c679', 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_5994fdea-b1e3-43db-8864-8814bd0610ae', 'project_id': u'f672adc2198c4d758c6732605dcdae32', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 17:16:25,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 17:16:25,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 17:16:25,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 17:16:25,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 17:16:25,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 17:16:25,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 17:16:25,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 17:16:25,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 17:16:25,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 17:16:25,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 17:16:25,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 17:16:25,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 17:16:25,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 17:16:25,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 17:16:25,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 17:16:25,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 17:16:25,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 17:16:25,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 17:16:25,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 17:16:25,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 17:16:25,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 17:16:25,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 17:16:25,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 17:16:25,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 17:16:25,877 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron_trunk-user_5994fdea-b1e3-43db-8864-8814bd0610ae', 'password': 'b559dedd-8c36-458a-94c0-635c1534c679', 'project_name': 'neutron_trunk-project_5994fdea-b1e3-43db-8864-8814bd0610ae', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'f672adc2198c4d758c6732605dcdae32', 'project_domain_name': 'Default'} 2018-12-03 17:16:25,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:16:25,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:25,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c8c2f67-5ce6-4667-aa69-eeb0cf592f9e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b495da72d0084d07afda3e4726ef66e1", "links": {"self": "http://172.30.9.30:5000/v3/roles/b495da72d0084d07afda3e4726ef66e1"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:16:25,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3c8c2f67-5ce6-4667-aa69-eeb0cf592f9e 2018-12-03 17:16:25,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0734820365906s 2018-12-03 17:16:25,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:16:25,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:26,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90a3ea2f-3682-4110-81e5-08d4db7ff2f0 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b495da72d0084d07afda3e4726ef66e1", "links": {"self": "http://172.30.9.30:5000/v3/roles/b495da72d0084d07afda3e4726ef66e1"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:16:26,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-90a3ea2f-3682-4110-81e5-08d4db7ff2f0 2018-12-03 17:16:26,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0745270252228s 2018-12-03 17:16:26,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 17:16:26,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:26,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-099d2b8a-a2e5-4168-bc10-ffff38873728 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 17:16:26,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-099d2b8a-a2e5-4168-bc10-ffff38873728 2018-12-03 17:16:26,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0804719924927s 2018-12-03 17:16:26,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 17:16:26,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:26,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0eb5965-640e-40d1-8b62-d9e8a8be46de Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_5994fdea-b1e3-43db-8864-8814bd0610ae", "links": {"self": "http://172.30.9.30:5000/v3/users/59e6f5b17a4c4e358bfe035913da9004"}, "domain_id": "default", "enabled": true, "id": "59e6f5b17a4c4e358bfe035913da9004", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:16:26,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a0eb5965-640e-40d1-8b62-d9e8a8be46de 2018-12-03 17:16:26,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103386163712s 2018-12-03 17:16:26,214 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a0eb5965-640e-40d1-8b62-d9e8a8be46de 2018-12-03 17:16:26,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 17:16:26,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:26,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f8ccfe7-2cc5-4de2-98e0-25d789054edd Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.30:5000/v3/projects/f672adc2198c4d758c6732605dcdae32"}, "enabled": true, "id": "f672adc2198c4d758c6732605dcdae32", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_5994fdea-b1e3-43db-8864-8814bd0610ae"}]} 2018-12-03 17:16:26,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-3f8ccfe7-2cc5-4de2-98e0-25d789054edd 2018-12-03 17:16:26,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0711190700531s 2018-12-03 17:16:26,292 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-3f8ccfe7-2cc5-4de2-98e0-25d789054edd 2018-12-03 17:16:26,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 17:16:26,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=59e6f5b17a4c4e358bfe035913da9004&scope.project.id=f672adc2198c4d758c6732605dcdae32&role.id=262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:26,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ef8c421-8077-47a5-abe2-90557cbc251d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=59e6f5b17a4c4e358bfe035913da9004&scope.project.id=f672adc2198c4d758c6732605dcdae32&role.id=262658b16a4440adb64abe58dbd094c0", "previous": null, "next": null}} 2018-12-03 17:16:26,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=59e6f5b17a4c4e358bfe035913da9004&scope.project.id=f672adc2198c4d758c6732605dcdae32&role.id=262658b16a4440adb64abe58dbd094c0 used request id req-7ef8c421-8077-47a5-abe2-90557cbc251d 2018-12-03 17:16:26,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0804440975189s 2018-12-03 17:16:26,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 17:16:26,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/f672adc2198c4d758c6732605dcdae32/users/59e6f5b17a4c4e358bfe035913da9004/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:26,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:16:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27f4d197-586e-4e44-9eb1-6000f5831785 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:16:26,494 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f672adc2198c4d758c6732605dcdae32/users/59e6f5b17a4c4e358bfe035913da9004/roles/262658b16a4440adb64abe58dbd094c0 used request id req-27f4d197-586e-4e44-9eb1-6000f5831785 2018-12-03 17:16:26,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119484901428s 2018-12-03 17:16:26,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:16:26,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:26,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86e30cd0-b7f5-40d0-9452-06700b6b5d07 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b495da72d0084d07afda3e4726ef66e1", "links": {"self": "http://172.30.9.30:5000/v3/roles/b495da72d0084d07afda3e4726ef66e1"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:16:26,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-86e30cd0-b7f5-40d0-9452-06700b6b5d07 2018-12-03 17:16:26,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0746359825134s 2018-12-03 17:16:26,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 17:16:26,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:26,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-325fb645-4aed-469e-b01a-8f150445bc7c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 17:16:26,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-325fb645-4aed-469e-b01a-8f150445bc7c 2018-12-03 17:16:26,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0825319290161s 2018-12-03 17:16:26,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 17:16:26,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:26,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-140c3b77-3f0b-446d-a77f-b9cb384be085 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_5994fdea-b1e3-43db-8864-8814bd0610ae", "links": {"self": "http://172.30.9.30:5000/v3/users/59e6f5b17a4c4e358bfe035913da9004"}, "domain_id": "default", "enabled": true, "id": "59e6f5b17a4c4e358bfe035913da9004", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:16:26,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-140c3b77-3f0b-446d-a77f-b9cb384be085 2018-12-03 17:16:26,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100461006165s 2018-12-03 17:16:26,755 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-140c3b77-3f0b-446d-a77f-b9cb384be085 2018-12-03 17:16:26,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 17:16:26,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=59e6f5b17a4c4e358bfe035913da9004&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:26,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83dc239c-d47a-4f70-b3be-6320682f9f47 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=59e6f5b17a4c4e358bfe035913da9004&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default", "previous": null, "next": null}} 2018-12-03 17:16:26,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=59e6f5b17a4c4e358bfe035913da9004&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default used request id req-83dc239c-d47a-4f70-b3be-6320682f9f47 2018-12-03 17:16:26,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0744249820709s 2018-12-03 17:16:26,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 17:16:26,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/59e6f5b17a4c4e358bfe035913da9004/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:16:26,961 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:16:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5456f783-00bf-4d19-a778-41fe0a8dadab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:16:26,961 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/59e6f5b17a4c4e358bfe035913da9004/roles/262658b16a4440adb64abe58dbd094c0 used request id req-5456f783-00bf-4d19-a778-41fe0a8dadab 2018-12-03 17:16:26,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125216007233s 2018-12-03 17:16:26,962 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-03 17:16:29,381 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-03 17:16:28.995 11558 INFO rally.deployment.engine [-] Deployment 333edf01-db3f-463f-aeed-3fbdd1235d8b | Starting: Destroy cloud and free allocated resources. 2018-12-03 17:16:29.082 11558 INFO rally.deployment.engine [-] Deployment 333edf01-db3f-463f-aeed-3fbdd1235d8b | Completed: Destroy cloud and free allocated resources. 2018-12-03 17:16:29.134 11558 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=713638eb-479f-4c9f-9ac9-65a8064a0ab4) for deployment 'opnfv-rally'. 2018-12-03 17:16:29.163 11558 INFO rally.api [-] Deleting verification (UUID=71b7bd7c-d127-4809-82c9-d8010171e41d). 2018-12-03 17:16:29.206 11558 INFO rally.api [-] Verification has been successfully deleted! 2018-12-03 17:16:29.206 11558 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=713638eb-479f-4c9f-9ac9-65a8064a0ab4). 2018-12-03 17:16:29.212 11558 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-03 17:16:31,755 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-03 17:16:31.432 11561 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=18efee3b-f6a9-458f-8126-410d7d97f4cd) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 18efee3b-f6a9-458f-8126-410d7d97f4cd | 2018-12-03T17:16:31 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 18efee3b-f6a9-458f-8126-410d7d97f4cd ~/.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-12-03 17:16:35,106 - 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-12-03 17:16:35,107 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-03 17:16:37,488 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-12-03 17:16:37.248 11567 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=713638eb-479f-4c9f-9ac9-65a8064a0ab4). 2018-12-03 17:16:37.369 11567 INFO rally.api [-] Verifier has been successfully deleted! 2018-12-03 17:16:40,897 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-03 17:16:39.365 11570 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-03 17:16:39.507 11570 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-03 17:16:40.722 11570 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7148d4ef-f299-4d35-b148-51946349e3dd) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7148d4ef-f299-4d35-b148-51946349e3dd) as the default verifier for the future CLI operations. 2018-12-03 17:16:43,912 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-12-03 17:16:43,913 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 17:16:43,985 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-03 17:16:43,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 17:16:43,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f3afc43-b677-4f53-814f-0892c46ee038 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:16:43,993 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9f3afc43-b677-4f53-814f-0892c46ee038 2018-12-03 17:16:43,994 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:16:44,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "b495da72d0084d07afda3e4726ef66e1", "name": "Member"}], "expires_at": "2018-12-03T18:16:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f672adc2198c4d758c6732605dcdae32", "name": "neutron_trunk-project_5994fdea-b1e3-43db-8864-8814bd0610ae"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/f672adc2198c4d758c6732605dcdae32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/f672adc2198c4d758c6732605dcdae32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/f672adc2198c4d758c6732605dcdae32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/f672adc2198c4d758c6732605dcdae32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/f672adc2198c4d758c6732605dcdae32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/f672adc2198c4d758c6732605dcdae32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/f672adc2198c4d758c6732605dcdae32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/f672adc2198c4d758c6732605dcdae32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/f672adc2198c4d758c6732605dcdae32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/f672adc2198c4d758c6732605dcdae32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/f672adc2198c4d758c6732605dcdae32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/f672adc2198c4d758c6732605dcdae32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "neutron_trunk-user_5994fdea-b1e3-43db-8864-8814bd0610ae", "id": "59e6f5b17a4c4e358bfe035913da9004"}, "audit_ids": ["g4VRj6Z5RvKBiEpCBg_y3w"], "issued_at": "2018-12-03T17:16:44.000000Z"}} 2018-12-03 17:16:44,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}c96becf05ad7cac140af35856e05c60c26449679" 2018-12-03 17:16:44,389 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 03 Dec 2018 17:16:44 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-03 17:16:44,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:16:44,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}c96becf05ad7cac140af35856e05c60c26449679" 2018-12-03 17:16:44,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-76d9940c-48d8-4c4d-bb28-51597e557582 Date: Mon, 03 Dec 2018 17:16:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:16:44,579 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-76d9940c-48d8-4c4d-bb28-51597e557582 2018-12-03 17:16:44,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.187278985977s 2018-12-03 17:16:44,579 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-76d9940c-48d8-4c4d-bb28-51597e557582 2018-12-03 17:16:44,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 17:16:44,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}c96becf05ad7cac140af35856e05c60c26449679" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae"}' 2018-12-03 17:16:45,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b X-Openstack-Request-Id: req-4429d638-e1e9-4f19-be4f-2d4d5594449c Date: Mon, 03 Dec 2018 17:16:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b/file", "owner": "f672adc2198c4d758c6732605dcdae32", "id": "e1605f9e-017c-409a-95ff-67112df1a42b", "size": null, "self": "/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T17:16:45Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae", "checksum": null, "created_at": "2018-12-03T17:16:45Z", "protected": false} 2018-12-03 17:16:45,183 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-4429d638-e1e9-4f19-be4f-2d4d5594449c 2018-12-03 17:16:45,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.603418111801s 2018-12-03 17:16:45,184 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-4429d638-e1e9-4f19-be4f-2d4d5594449c returning object e1605f9e-017c-409a-95ff-67112df1a42b 2018-12-03 17:16:45,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 17:16:45,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b/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}c96becf05ad7cac140af35856e05c60c26449679" -d '' 2018-12-03 17:16:46,698 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e57c0f70-41f4-49c3-9372-456f71434026 Date: Mon, 03 Dec 2018 17:16:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:16:46,698 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b/file used request id req-e57c0f70-41f4-49c3-9372-456f71434026 2018-12-03 17:16:46,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.51284694672s 2018-12-03 17:16:46,698 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b/file used request id req-e57c0f70-41f4-49c3-9372-456f71434026 2018-12-03 17:16:46,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:16:46,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}c96becf05ad7cac140af35856e05c60c26449679" 2018-12-03 17:16:47,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-28ffb4d5-f755-4cc7-9d64-2a83c463ce95 Date: Mon, 03 Dec 2018 17:16:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e1605f9e-017c-409a-95ff-67112df1a42b/snap", "metadata": {}}], "file": "/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b/file", "owner": "f672adc2198c4d758c6732605dcdae32", "id": "e1605f9e-017c-409a-95ff-67112df1a42b", "size": 12716032, "self": "/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e1605f9e-017c-409a-95ff-67112df1a42b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T17:16:46Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T17:16:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:16:47,237 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-28ffb4d5-f755-4cc7-9d64-2a83c463ce95 2018-12-03 17:16:47,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.537911891937s 2018-12-03 17:16:47,237 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-28ffb4d5-f755-4cc7-9d64-2a83c463ce95 2018-12-03 17:16:47,239 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e1605f9e-017c-409a-95ff-67112df1a42b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b/file', 'owner': u'f672adc2198c4d758c6732605dcdae32', 'id': u'e1605f9e-017c-409a-95ff-67112df1a42b', 'size': 12716032, u'self': u'/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f672adc2198c4d758c6732605dcdae32', 'name': 'neutron_trunk-project_5994fdea-b1e3-43db-8864-8814bd0610ae', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e1605f9e-017c-409a-95ff-67112df1a42b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T17:16:46Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-03T17:16:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae', 'created': u'2018-12-03T17:16:45Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-03T17:16:45Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-03 17:16:47,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 17:16:47,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_5994fdea-b1e3-43db-8864-8814bd0610ae", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-03 17:16:47,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb46a1a3-ff41-40ee-a223-97edc8b5925a x-compute-request-id: req-cb46a1a3-ff41-40ee-a223-97edc8b5925a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f970707c-8ec5-42bf-9081-e2592be5c8f4", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f970707c-8ec5-42bf-9081-e2592be5c8f4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f970707c-8ec5-42bf-9081-e2592be5c8f4", "name": "neutron_trunk-flavor_5994fdea-b1e3-43db-8864-8814bd0610ae", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:16:47,426 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-cb46a1a3-ff41-40ee-a223-97edc8b5925a 2018-12-03 17:16:47,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.186463117599s 2018-12-03 17:16:47,427 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-cb46a1a3-ff41-40ee-a223-97edc8b5925a returning object f970707c-8ec5-42bf-9081-e2592be5c8f4 2018-12-03 17:16:47,427 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_5994fdea-b1e3-43db-8864-8814bd0610ae', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'f970707c-8ec5-42bf-9081-e2592be5c8f4', 'swap': 0}) 2018-12-03 17:16:47,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 17:16:47,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/f970707c-8ec5-42bf-9081-e2592be5c8f4/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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" -d '{"extra_specs": {}}' 2018-12-03 17:16:47,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e9432de-093a-4b34-8948-ec7e63a2d790 x-compute-request-id: req-5e9432de-093a-4b34-8948-ec7e63a2d790 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 17:16:47,449 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/f970707c-8ec5-42bf-9081-e2592be5c8f4/os-extra_specs used request id req-5e9432de-093a-4b34-8948-ec7e63a2d790 2018-12-03 17:16:47,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211369991302s 2018-12-03 17:16:47,450 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/f970707c-8ec5-42bf-9081-e2592be5c8f4/os-extra_specs used request id req-5e9432de-093a-4b34-8948-ec7e63a2d790 2018-12-03 17:16:47,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:16:47,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}c96becf05ad7cac140af35856e05c60c26449679" 2018-12-03 17:16:47,458 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:16: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:16:47,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96becf05ad7cac140af35856e05c60c26449679" 2018-12-03 17:16:47,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d65878f-d12f-4392-b55a-683e8801d765 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b495da72d0084d07afda3e4726ef66e1", "links": {"self": "http://172.30.9.30:5000/v3/roles/b495da72d0084d07afda3e4726ef66e1"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:16:47,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9d65878f-d12f-4392-b55a-683e8801d765 2018-12-03 17:16:47,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0868470668793s 2018-12-03 17:16:47,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-03 17:16:47,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}c96becf05ad7cac140af35856e05c60c26449679" 2018-12-03 17:16:47,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:16:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83d36934-83a1-4bcf-af97-18c74b2ec9a1 x-compute-request-id: req-83d36934-83a1-4bcf-af97-18c74b2ec9a1 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 210}, "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": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10172, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-03 17:16:47,731 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-83d36934-83a1-4bcf-af97-18c74b2ec9a1 2018-12-03 17:16:47,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.189618110657s 2018-12-03 17:16:47,732 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-83d36934-83a1-4bcf-af97-18c74b2ec9a1 2018-12-03 17:16:47,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:16:47,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}c96becf05ad7cac140af35856e05c60c26449679" 2018-12-03 17:16:47,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-a1df3281-e8d0-4cc3-a36d-082df3e47a10 Date: Mon, 03 Dec 2018 17:16:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e1605f9e-017c-409a-95ff-67112df1a42b/snap", "metadata": {}}], "file": "/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b/file", "owner": "f672adc2198c4d758c6732605dcdae32", "id": "e1605f9e-017c-409a-95ff-67112df1a42b", "size": 12716032, "self": "/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e1605f9e-017c-409a-95ff-67112df1a42b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T17:16:46Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T17:16:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:16:47,907 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a1df3281-e8d0-4cc3-a36d-082df3e47a10 2018-12-03 17:16:47,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173408031464s 2018-12-03 17:16:47,907 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a1df3281-e8d0-4cc3-a36d-082df3e47a10 2018-12-03 17:16:47,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 17:16:47,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}c96becf05ad7cac140af35856e05c60c26449679" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_5994fdea-b1e3-43db-8864-8814bd0610ae", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_5994fdea-b1e3-43db-8864-8814bd0610ae"}' 2018-12-03 17:16:48,116 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2 X-Openstack-Request-Id: req-bf68fe33-2ce3-44f6-9cd2-feec3aa1dab7 Date: Mon, 03 Dec 2018 17:16:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2/file", "owner": "f672adc2198c4d758c6732605dcdae32", "id": "d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2", "size": null, "self": "/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T17:16:48Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_5994fdea-b1e3-43db-8864-8814bd0610ae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_5994fdea-b1e3-43db-8864-8814bd0610ae", "checksum": null, "created_at": "2018-12-03T17:16:48Z", "protected": false} 2018-12-03 17:16:48,116 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-bf68fe33-2ce3-44f6-9cd2-feec3aa1dab7 2018-12-03 17:16:48,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.20635008812s 2018-12-03 17:16:48,117 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-bf68fe33-2ce3-44f6-9cd2-feec3aa1dab7 returning object d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2 2018-12-03 17:16:48,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 17:16:48,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2/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}c96becf05ad7cac140af35856e05c60c26449679" -d '' 2018-12-03 17:16:50,057 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a91c6f9c-3951-4fda-81dd-9e473a746fe9 Date: Mon, 03 Dec 2018 17:16:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:16:50,057 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2/file used request id req-a91c6f9c-3951-4fda-81dd-9e473a746fe9 2018-12-03 17:16:50,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.93940186501s 2018-12-03 17:16:50,057 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2/file used request id req-a91c6f9c-3951-4fda-81dd-9e473a746fe9 2018-12-03 17:16:50,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:16:50,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}c96becf05ad7cac140af35856e05c60c26449679" 2018-12-03 17:16:50,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-684a5420-4ca6-443a-acac-21ef943d3ad4 Date: Mon, 03 Dec 2018 17:16:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2/snap", "metadata": {}}], "file": "/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2/file", "owner": "f672adc2198c4d758c6732605dcdae32", "id": "d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2", "size": 12716032, "self": "/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T17:16:50Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_5994fdea-b1e3-43db-8864-8814bd0610ae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_5994fdea-b1e3-43db-8864-8814bd0610ae", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T17:16:48Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e1605f9e-017c-409a-95ff-67112df1a42b/snap", "metadata": {}}], "file": "/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b/file", "owner": "f672adc2198c4d758c6732605dcdae32", "id": "e1605f9e-017c-409a-95ff-67112df1a42b", "size": 12716032, "self": "/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e1605f9e-017c-409a-95ff-67112df1a42b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T17:16:46Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T17:16:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:16:50,600 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-684a5420-4ca6-443a-acac-21ef943d3ad4 2018-12-03 17:16:50,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.542057037354s 2018-12-03 17:16:50,600 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-684a5420-4ca6-443a-acac-21ef943d3ad4 2018-12-03 17:16:50,603 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2/file', 'owner': u'f672adc2198c4d758c6732605dcdae32', 'id': u'd44e5f43-0371-4bd1-9bbc-9124d3dd1ab2', 'size': 12716032, u'self': u'/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f672adc2198c4d758c6732605dcdae32', 'name': 'neutron_trunk-project_5994fdea-b1e3-43db-8864-8814bd0610ae', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T17:16:50Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-03T17:16:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_5994fdea-b1e3-43db-8864-8814bd0610ae', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_5994fdea-b1e3-43db-8864-8814bd0610ae', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_5994fdea-b1e3-43db-8864-8814bd0610ae', 'created': u'2018-12-03T17:16:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-03T17:16:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_5994fdea-b1e3-43db-8864-8814bd0610ae', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-03 17:16:50,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 17:16:50,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_5994fdea-b1e3-43db-8864-8814bd0610ae", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-03 17:16:50,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-c89664ee-4d30-4560-af1f-cd74e22ed6d5 x-compute-request-id: req-c89664ee-4d30-4560-af1f-cd74e22ed6d5 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/516b1db4-9451-41f6-9ac5-5ef7ce317ed3", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/516b1db4-9451-41f6-9ac5-5ef7ce317ed3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "516b1db4-9451-41f6-9ac5-5ef7ce317ed3", "name": "neutron_trunk-flavor_alt_5994fdea-b1e3-43db-8864-8814bd0610ae", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:16:50,666 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c89664ee-4d30-4560-af1f-cd74e22ed6d5 2018-12-03 17:16:50,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0616800785065s 2018-12-03 17:16:50,666 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c89664ee-4d30-4560-af1f-cd74e22ed6d5 returning object 516b1db4-9451-41f6-9ac5-5ef7ce317ed3 2018-12-03 17:16:50,667 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_5994fdea-b1e3-43db-8864-8814bd0610ae', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'516b1db4-9451-41f6-9ac5-5ef7ce317ed3', 'swap': 0}) 2018-12-03 17:16:50,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 17:16:50,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/516b1db4-9451-41f6-9ac5-5ef7ce317ed3/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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" -d '{"extra_specs": {}}' 2018-12-03 17:16:50,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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 x-openstack-request-id: req-56781738-bb40-4f42-88de-1081b164c8d5 x-compute-request-id: req-56781738-bb40-4f42-88de-1081b164c8d5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 17:16:50,703 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/516b1db4-9451-41f6-9ac5-5ef7ce317ed3/os-extra_specs used request id req-56781738-bb40-4f42-88de-1081b164c8d5 2018-12-03 17:16:50,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.034824848175s 2018-12-03 17:16:50,703 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/516b1db4-9451-41f6-9ac5-5ef7ce317ed3/os-extra_specs used request id req-56781738-bb40-4f42-88de-1081b164c8d5 2018-12-03 17:16:50,704 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_5994fdea-b1e3-43db-8864-8814bd0610ae', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'516b1db4-9451-41f6-9ac5-5ef7ce317ed3', 'swap': 0}) 2018-12-03 17:16:53,937 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-03 17:16:52.860 11589 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7148d4ef-f299-4d35-b148-51946349e3dd) for deployment 'opnfv-rally' (UUID=18efee3b-f6a9-458f-8126-410d7d97f4cd). 2018-12-03 17:16:53.746 11589 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-03 17:16:53.748 11589 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7148d4ef-f299-4d35-b148-51946349e3dd) has been successfully configured for deployment 'opnfv-rally' (UUID=18efee3b-f6a9-458f-8126-410d7d97f4cd)! 2018-12-03 17:16:53,937 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-03 17:16:53,938 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-03 17:16:53,940 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-03 17:16:53,960 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-03 17:16:57,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7148d4ef-f299-4d35-b148-51946349e3dd/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-12-03 17:16:57,509 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-03 17:16:57,524 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-03 17:16:57,525 - 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-12-03 17:16:59,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 17:16:59.637 11598 INFO rally.api [-] Starting verification (UUID=362c6b20-6a9d-4052-9b79-fc613bfcc02d) for deployment 'opnfv-rally' (UUID=18efee3b-f6a9-458f-8126-410d7d97f4cd) by verifier 'opnfv-tempest' (UUID=7148d4ef-f299-4d35-b148-51946349e3dd). 2018-12-03 17:16:59,639 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 362c6b20-6a9d-4052-9b79-fc613bfcc02d 2018-12-03 17:18:50,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 362c6b20-6a9d-4052-9b79-fc613bfcc02d 2018-12-03 17:18:50,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '362c6b20-6a9d-4052-9b79-fc613bfcc02d']'. 2018-12-03 17:18:51,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-03 17:18:51,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-03 17:18:51,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-03 17:18:51,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 362c6b20-6a9d-4052-9b79-fc613bfcc02d | 2018-12-03 17:18:51,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-12-03 17:18:51,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-03 17:16:59 | 2018-12-03 17:18:51,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-03 17:18:50 | 2018-12-03 17:18:51,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:51 | 2018-12-03 17:18:51,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-03 17:18:51,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-03 17:18:51,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7148d4ef-f299-4d35-b148-51946349e3dd) | 2018-12-03 17:18:51,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-03 17:18:51,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 18efee3b-f6a9-458f-8126-410d7d97f4cd) | 2018-12-03 17:18:51,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-12-03 17:18:51,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 99.355 | 2018-12-03 17:18:51,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-12-03 17:18:51,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-12-03 17:18:51,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-03 17:18:51,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-03 17:18:51,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-12-03 17:18:51,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-03 17:18:51,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-03 17:18:51,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-03 17:18:51,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-12-03 17:18:51,748 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-03 17:18:51,749 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:08 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-12-03 17:18:51,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 17:18:51,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c96becf05ad7cac140af35856e05c60c26449679" 2018-12-03 17:18:53,252 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0f3dc6b1-9422-4829-ad5b-e384152d7764 Date: Mon, 03 Dec 2018 17:18:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:18:53,252 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2 used request id req-0f3dc6b1-9422-4829-ad5b-e384152d7764 2018-12-03 17:18:53,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.4993262291s 2018-12-03 17:18:53,253 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d44e5f43-0371-4bd1-9bbc-9124d3dd1ab2 used request id req-0f3dc6b1-9422-4829-ad5b-e384152d7764 2018-12-03 17:18:53,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 17:18:53,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:18:53,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-a0ff777b-6e0e-491c-87f1-105227c68b7d x-compute-request-id: req-a0ff777b-6e0e-491c-87f1-105227c68b7d Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/516b1db4-9451-41f6-9ac5-5ef7ce317ed3", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/516b1db4-9451-41f6-9ac5-5ef7ce317ed3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "516b1db4-9451-41f6-9ac5-5ef7ce317ed3", "name": "neutron_trunk-flavor_alt_5994fdea-b1e3-43db-8864-8814bd0610ae", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f970707c-8ec5-42bf-9081-e2592be5c8f4", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f970707c-8ec5-42bf-9081-e2592be5c8f4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f970707c-8ec5-42bf-9081-e2592be5c8f4", "name": "neutron_trunk-flavor_5994fdea-b1e3-43db-8864-8814bd0610ae", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 17:18:53,293 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-a0ff777b-6e0e-491c-87f1-105227c68b7d 2018-12-03 17:18:53,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0397551059723s 2018-12-03 17:18:53,294 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-a0ff777b-6e0e-491c-87f1-105227c68b7d 2018-12-03 17:18:53,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 17:18:53,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/516b1db4-9451-41f6-9ac5-5ef7ce317ed3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:18:53,356 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17: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 x-openstack-request-id: req-d9204500-a109-41b1-882b-77a8ca8cd2f7 x-compute-request-id: req-d9204500-a109-41b1-882b-77a8ca8cd2f7 Content-Length: 0 Content-Type: application/json 2018-12-03 17:18:53,357 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/516b1db4-9451-41f6-9ac5-5ef7ce317ed3 used request id req-d9204500-a109-41b1-882b-77a8ca8cd2f7 2018-12-03 17:18:53,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0599930286407s 2018-12-03 17:18:53,357 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/516b1db4-9451-41f6-9ac5-5ef7ce317ed3 used request id req-d9204500-a109-41b1-882b-77a8ca8cd2f7 2018-12-03 17:18:53,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:18:53,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}c96becf05ad7cac140af35856e05c60c26449679" 2018-12-03 17:18:53,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-d8939dd2-daa4-42ef-a1a6-b9b5e39f8d69 Date: Mon, 03 Dec 2018 17:18:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e1605f9e-017c-409a-95ff-67112df1a42b/snap", "metadata": {}}], "file": "/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b/file", "owner": "f672adc2198c4d758c6732605dcdae32", "id": "e1605f9e-017c-409a-95ff-67112df1a42b", "size": 12716032, "self": "/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/e1605f9e-017c-409a-95ff-67112df1a42b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T17:16:46Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_5994fdea-b1e3-43db-8864-8814bd0610ae", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T17:16:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:18:53,386 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d8939dd2-daa4-42ef-a1a6-b9b5e39f8d69 2018-12-03 17:18:53,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0280759334564s 2018-12-03 17:18:53,386 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d8939dd2-daa4-42ef-a1a6-b9b5e39f8d69 2018-12-03 17:18:53,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 17:18:53,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c96becf05ad7cac140af35856e05c60c26449679" 2018-12-03 17:18:54,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8f82627d-f455-47b1-b0e2-ff61edafe0fc Date: Mon, 03 Dec 2018 17:18:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:18:54,696 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b used request id req-8f82627d-f455-47b1-b0e2-ff61edafe0fc 2018-12-03 17:18:54,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.30836009979s 2018-12-03 17:18:54,697 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e1605f9e-017c-409a-95ff-67112df1a42b used request id req-8f82627d-f455-47b1-b0e2-ff61edafe0fc 2018-12-03 17:18:54,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 17:18:54,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:18:54,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:18: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-2747595f-5ac1-4cbc-a8e0-ba4da040b217 x-compute-request-id: req-2747595f-5ac1-4cbc-a8e0-ba4da040b217 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f970707c-8ec5-42bf-9081-e2592be5c8f4", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f970707c-8ec5-42bf-9081-e2592be5c8f4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f970707c-8ec5-42bf-9081-e2592be5c8f4", "name": "neutron_trunk-flavor_5994fdea-b1e3-43db-8864-8814bd0610ae", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 17:18:54,731 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-2747595f-5ac1-4cbc-a8e0-ba4da040b217 2018-12-03 17:18:54,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0336501598358s 2018-12-03 17:18:54,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-2747595f-5ac1-4cbc-a8e0-ba4da040b217 2018-12-03 17:18:54,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 17:18:54,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/f970707c-8ec5-42bf-9081-e2592be5c8f4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:18:54,775 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:18: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-d804b6a5-cfc7-4900-9efa-af61533b9e21 x-compute-request-id: req-d804b6a5-cfc7-4900-9efa-af61533b9e21 Content-Length: 0 Content-Type: application/json 2018-12-03 17:18:54,775 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/f970707c-8ec5-42bf-9081-e2592be5c8f4 used request id req-d804b6a5-cfc7-4900-9efa-af61533b9e21 2018-12-03 17:18:54,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0415501594543s 2018-12-03 17:18:54,775 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/f970707c-8ec5-42bf-9081-e2592be5c8f4 used request id req-d804b6a5-cfc7-4900-9efa-af61533b9e21 2018-12-03 17:18:54,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 17:18:54,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:18:54,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b4a121e-fa4e-4583-a0d2-7a57715de427 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_5994fdea-b1e3-43db-8864-8814bd0610ae", "links": {"self": "http://172.30.9.30:5000/v3/users/59e6f5b17a4c4e358bfe035913da9004"}, "domain_id": "default", "enabled": true, "id": "59e6f5b17a4c4e358bfe035913da9004", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:18:54,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-2b4a121e-fa4e-4583-a0d2-7a57715de427 2018-12-03 17:18:54,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100964069366s 2018-12-03 17:18:54,877 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-2b4a121e-fa4e-4583-a0d2-7a57715de427 2018-12-03 17:18:54,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 17:18:54,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/59e6f5b17a4c4e358bfe035913da9004 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:18:54,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd27ca5d-6be4-45ae-b475-b7e2bea5af10 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/59e6f5b17a4c4e358bfe035913da9004"}, "enabled": true, "id": "59e6f5b17a4c4e358bfe035913da9004", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_5994fdea-b1e3-43db-8864-8814bd0610ae"}} 2018-12-03 17:18:54,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/59e6f5b17a4c4e358bfe035913da9004 used request id req-cd27ca5d-6be4-45ae-b475-b7e2bea5af10 2018-12-03 17:18:54,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10178399086s 2018-12-03 17:18:54,986 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/59e6f5b17a4c4e358bfe035913da9004 used request id req-cd27ca5d-6be4-45ae-b475-b7e2bea5af10 2018-12-03 17:18:54,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 17:18:54,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/59e6f5b17a4c4e358bfe035913da9004 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:18:55,157 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:18:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dca7cae1-f6c2-47fc-b5b9-bad337d72736 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:18:55,157 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/59e6f5b17a4c4e358bfe035913da9004 used request id req-dca7cae1-f6c2-47fc-b5b9-bad337d72736 2018-12-03 17:18:55,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.170584917068s 2018-12-03 17:18:55,158 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/59e6f5b17a4c4e358bfe035913da9004 used request id req-dca7cae1-f6c2-47fc-b5b9-bad337d72736 2018-12-03 17:18:55,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 17:18:55,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:18:55,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0baa1f1-046d-4878-8dd3-8a10e6985c22 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.30:5000/v3/projects/f672adc2198c4d758c6732605dcdae32"}, "enabled": true, "id": "f672adc2198c4d758c6732605dcdae32", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_5994fdea-b1e3-43db-8864-8814bd0610ae"}]} 2018-12-03 17:18:55,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-f0baa1f1-046d-4878-8dd3-8a10e6985c22 2018-12-03 17:18:55,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0780920982361s 2018-12-03 17:18:55,237 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-f0baa1f1-046d-4878-8dd3-8a10e6985c22 2018-12-03 17:18:55,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 17:18:55,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/f672adc2198c4d758c6732605dcdae32 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:18:55,398 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:18:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8760b40e-8a30-4607-83f4-94850984f0bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:18:55,398 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/f672adc2198c4d758c6732605dcdae32 used request id req-8760b40e-8a30-4607-83f4-94850984f0bc 2018-12-03 17:18:55,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.158893108368s 2018-12-03 17:18:55,399 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/f672adc2198c4d758c6732605dcdae32 used request id req-8760b40e-8a30-4607-83f4-94850984f0bc 2018-12-03 17:18:55,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:18:55,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:18:55,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7542a8c5-7745-4603-bd51-a1030adb4615 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b495da72d0084d07afda3e4726ef66e1", "links": {"self": "http://172.30.9.30:5000/v3/roles/b495da72d0084d07afda3e4726ef66e1"}, "name": "Member"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:18:55,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7542a8c5-7745-4603-bd51-a1030adb4615 2018-12-03 17:18:55,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0820200443268s 2018-12-03 17:18:55,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 17:18:55,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/b495da72d0084d07afda3e4726ef66e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:18:55,599 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:18:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-598d780d-e284-4edb-bfd7-c63324bf301b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:18:55,599 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/b495da72d0084d07afda3e4726ef66e1 used request id req-598d780d-e284-4edb-bfd7-c63324bf301b 2018-12-03 17:18:55,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.116118907928s 2018-12-03 17:18:55,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:18:55,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=f672adc2198c4d758c6732605dcdae32&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}b01dd1ec580309b1c0ee3ec37f0a97d15ad5425a" 2018-12-03 17:18:55,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-fca4422a-434f-47b1-97ea-f230b524908b Date: Mon, 03 Dec 2018 17:18:55 GMT RESP BODY: {"security_groups": []} 2018-12-03 17:18:55,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=f672adc2198c4d758c6732605dcdae32&name=default used request id req-fca4422a-434f-47b1-97ea-f230b524908b 2018-12-03 17:18:55,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.179660081863s 2018-12-03 17:18:55,782 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=f672adc2198c4d758c6732605dcdae32&name=default used request id req-fca4422a-434f-47b1-97ea-f230b524908b 2018-12-03 17:18:55,784 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:42 | PASS | | vping_userdata | functest | smoke | 00:36 | PASS | | tempest_smoke_serial | functest | smoke | 14:53 | PASS | | rally_sanity | functest | smoke | 25:45 | PASS | | refstack_defcore | functest | smoke | 05:54 | PASS | | patrole | functest | smoke | 02:38 | PASS | | snaps_smoke | functest | smoke | 56:28 | PASS | | neutron_trunk | functest | smoke | 02:08 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-12-03 17:18:55,795 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-03 17:18:56,020 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:18:56,120 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:19:04,822 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-317 | | 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-12-03 17:19:04,828 - 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=7DxJ4t2jrueQmnebsaZsvRmTW export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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-12-03 17:19:04,829 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-03 17:19:04,829 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-12-03 17:19:04,830 - 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-12-03 17:19:04,835 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-03 17:19:09,764 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-317 | | 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-12-03 17:19:09,771 - 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=7DxJ4t2jrueQmnebsaZsvRmTW export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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-12-03 17:19:09,771 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-03 17:19:09,773 - 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-12-03 17:19:09,789 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-12-03 17:19:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 17:19:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 17:19:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 17:19:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 17:19:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 17:19:11,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 17:19:11,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 17:19:11,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f885f715-6e4e-4314-bb0f-e03e1cda1a8f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:19:11,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f885f715-6e4e-4314-bb0f-e03e1cda1a8f 2018-12-03 17:19:11,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:19:11,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T18:19:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["U4BO9aX0T5ePVdNwJRuE_A"], "issued_at": "2018-12-03T17:19:11.000000Z"}} 2018-12-03 17:19:11,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 17:19:11,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:12,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-ac7d126f-258d-44bf-8451-5c857a9d1edb Date: Mon, 03 Dec 2018 17:19:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 17:19:12,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ac7d126f-258d-44bf-8451-5c857a9d1edb 2018-12-03 17:19:12,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253419876099s 2018-12-03 17:19:12,022 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ac7d126f-258d-44bf-8451-5c857a9d1edb 2018-12-03 17:19:12,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 17:19:12,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:12,037 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:19: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:19:12,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:12,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcbff66f-19b6-42a3-9b2a-78c7b90e325c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 17:19:12,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-bcbff66f-19b6-42a3-9b2a-78c7b90e325c 2018-12-03 17:19:12,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.558344841003s 2018-12-03 17:19:12,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 17:19:12,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c"}}' 2018-12-03 17:19:12,707 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:19:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a0801fc-b249-41a1-bf4f-feabb750147a 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.30:5000/v3/projects/b69d7018fee64708a3f51adca5f13bc9"}, "enabled": true, "id": "b69d7018fee64708a3f51adca5f13bc9", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c"}} 2018-12-03 17:19:12,707 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-8a0801fc-b249-41a1-bf4f-feabb750147a 2018-12-03 17:19:12,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.119477033615s 2018-12-03 17:19:12,708 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-8a0801fc-b249-41a1-bf4f-feabb750147a 2018-12-03 17:19:12,709 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c', 'id': u'b69d7018fee64708a3f51adca5f13bc9', '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-12-03 17:19:12,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 17:19:13,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.362956047058s 2018-12-03 17:19:13,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/ccb787e136b046c9a4165c83d9f5a1a0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:13,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69e32513-2df5-42fa-b8ff-fb6fa9a3ca8a Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/ccb787e136b046c9a4165c83d9f5a1a0"}, "enabled": true, "id": "ccb787e136b046c9a4165c83d9f5a1a0", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_36f25f1b-461e-4855-b558-f97556de688c"}} 2018-12-03 17:19:13,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/ccb787e136b046c9a4165c83d9f5a1a0 used request id req-69e32513-2df5-42fa-b8ff-fb6fa9a3ca8a 2018-12-03 17:19:13,174 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ccb787e136b046c9a4165c83d9f5a1a0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_36f25f1b-461e-4855-b558-f97556de688c'}) 2018-12-03 17:19:13,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:19:13,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:13,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17127ff6-0382-498d-8d3d-e7c8ad1f71e8 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:19:13,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-17127ff6-0382-498d-8d3d-e7c8ad1f71e8 2018-12-03 17:19:13,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0772681236267s 2018-12-03 17:19:13,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:19:13,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:13,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f2306f7-7883-4579-a976-513807621814 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:19:13,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1f2306f7-7883-4579-a976-513807621814 2018-12-03 17:19:13,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0765340328217s 2018-12-03 17:19:13,330 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 17:19:13,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 17:19:13,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" -d '{"role": {"name": "Member"}}' 2018-12-03 17:19:13,431 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcc80afa-1bf2-4a74-992d-136106e7410f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8f91a61ef7524bdd898a5868c7cb0224", "links": {"self": "http://172.30.9.30:5000/v3/roles/8f91a61ef7524bdd898a5868c7cb0224"}, "name": "Member"}} 2018-12-03 17:19:13,431 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-fcc80afa-1bf2-4a74-992d-136106e7410f 2018-12-03 17:19:13,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100843191147s 2018-12-03 17:19:13,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/8f91a61ef7524bdd898a5868c7cb0224 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:13,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab61487d-8049-4958-b0f8-aeaaf1ae799b Content-Encoding: gzip Content-Length: 145 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/8f91a61ef7524bdd898a5868c7cb0224"}, "domain_id": null, "name": "Member", "id": "8f91a61ef7524bdd898a5868c7cb0224"}} 2018-12-03 17:19:13,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/8f91a61ef7524bdd898a5868c7cb0224 used request id req-ab61487d-8049-4958-b0f8-aeaaf1ae799b 2018-12-03 17:19:13,512 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/8f91a61ef7524bdd898a5868c7cb0224'}, 'domain_id': None, 'human_id': None, 'id': u'8f91a61ef7524bdd898a5868c7cb0224', 'HUMAN_ID': False}) 2018-12-03 17:19:13,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:19:13,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:13,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4394bd0-4633-4629-aa39-f0cf21cc1abc Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "8f91a61ef7524bdd898a5868c7cb0224", "links": {"self": "http://172.30.9.30:5000/v3/roles/8f91a61ef7524bdd898a5868c7cb0224"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:19:13,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f4394bd0-4633-4629-aa39-f0cf21cc1abc 2018-12-03 17:19:13,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777790546417s 2018-12-03 17:19:13,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 17:19:13,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:13,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51f0565e-6d81-4409-b82e-4a1150c92bf4 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 17:19:13,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-51f0565e-6d81-4409-b82e-4a1150c92bf4 2018-12-03 17:19:13,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.082083940506s 2018-12-03 17:19:13,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 17:19:13,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:13,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba85179-f814-48f0-988b-349fdc0e5337 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_36f25f1b-461e-4855-b558-f97556de688c", "links": {"self": "http://172.30.9.30:5000/v3/users/ccb787e136b046c9a4165c83d9f5a1a0"}, "domain_id": "default", "enabled": true, "id": "ccb787e136b046c9a4165c83d9f5a1a0", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:19:13,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-dba85179-f814-48f0-988b-349fdc0e5337 2018-12-03 17:19:13,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0971369743347s 2018-12-03 17:19:13,772 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-dba85179-f814-48f0-988b-349fdc0e5337 2018-12-03 17:19:13,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 17:19:13,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:13,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1af23f68-c37a-405a-bf7d-3181adbde71d Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.30:5000/v3/projects/b69d7018fee64708a3f51adca5f13bc9"}, "enabled": true, "id": "b69d7018fee64708a3f51adca5f13bc9", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 17:19:13,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-1af23f68-c37a-405a-bf7d-3181adbde71d 2018-12-03 17:19:13,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0738639831543s 2018-12-03 17:19:13,853 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-1af23f68-c37a-405a-bf7d-3181adbde71d 2018-12-03 17:19:13,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 17:19:13,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=ccb787e136b046c9a4165c83d9f5a1a0&scope.project.id=b69d7018fee64708a3f51adca5f13bc9&role.id=8f91a61ef7524bdd898a5868c7cb0224 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:13,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fad5d7f-d912-49bc-8e2e-a2b417f30bc6 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=ccb787e136b046c9a4165c83d9f5a1a0&scope.project.id=b69d7018fee64708a3f51adca5f13bc9&role.id=8f91a61ef7524bdd898a5868c7cb0224", "previous": null, "next": null}} 2018-12-03 17:19:13,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=ccb787e136b046c9a4165c83d9f5a1a0&scope.project.id=b69d7018fee64708a3f51adca5f13bc9&role.id=8f91a61ef7524bdd898a5868c7cb0224 used request id req-3fad5d7f-d912-49bc-8e2e-a2b417f30bc6 2018-12-03 17:19:13,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0808181762695s 2018-12-03 17:19:13,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 17:19:13,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/b69d7018fee64708a3f51adca5f13bc9/users/ccb787e136b046c9a4165c83d9f5a1a0/roles/8f91a61ef7524bdd898a5868c7cb0224 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:14,051 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bae0d64-08f6-463c-bf5d-b3bee52243fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:19:14,051 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/b69d7018fee64708a3f51adca5f13bc9/users/ccb787e136b046c9a4165c83d9f5a1a0/roles/8f91a61ef7524bdd898a5868c7cb0224 used request id req-7bae0d64-08f6-463c-bf5d-b3bee52243fb 2018-12-03 17:19:14,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.114385128021s 2018-12-03 17:19:14,052 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c', 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': 'd2f16130-c521-4946-8f74-400071839263', 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_36f25f1b-461e-4855-b558-f97556de688c', 'project_id': u'b69d7018fee64708a3f51adca5f13bc9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 17:19:14,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 17:19:14,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 17:19:14,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 17:19:14,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 17:19:14,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 17:19:14,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 17:19:14,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 17:19:14,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 17:19:14,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 17:19:14,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 17:19:14,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 17:19:14,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 17:19:14,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 17:19:14,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 17:19:14,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 17:19:14,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 17:19:14,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 17:19:14,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 17:19:14,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 17:19:14,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 17:19:14,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 17:19:14,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 17:19:14,057 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_36f25f1b-461e-4855-b558-f97556de688c', 'password': 'd2f16130-c521-4946-8f74-400071839263', 'project_name': 'cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'b69d7018fee64708a3f51adca5f13bc9', 'project_domain_name': 'Default'} 2018-12-03 17:19:14,115 - 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-12-03 17:19:14,129 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-12-03 17:19:14,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 17:19:14,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:14,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fecf59d7-b935-448d-9835-4fd2df85631e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 17:19:14,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-fecf59d7-b935-448d-9835-4fd2df85631e 2018-12-03 17:19:14,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0743308067322s 2018-12-03 17:19:14,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 17:19:14,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:19:14,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-379edc66-dabe-472b-b675-fb1a700aecc7 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.30:5000/v3/projects/b69d7018fee64708a3f51adca5f13bc9"}, "enabled": true, "id": "b69d7018fee64708a3f51adca5f13bc9", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 17:19:14,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-379edc66-dabe-472b-b675-fb1a700aecc7 2018-12-03 17:19:14,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0758879184723s 2018-12-03 17:19:14,282 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-379edc66-dabe-472b-b675-fb1a700aecc7 2018-12-03 17:19:14,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-03 17:19:14,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" -d '{"network": {"tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "name": "cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c", "admin_state_up": true}}' 2018-12-03 17:19:14,777 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-8d8bcf69-12f7-4ac9-8829-57997ae96c41 Date: Mon, 03 Dec 2018 17:19:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"523bf976-2c51-4605-b1e5-797b10021cfb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":false,"project_id":"b69d7018fee64708a3f51adca5f13bc9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T17:19:14Z","is_default":false,"qos_policy_id":null,"name":"cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c","admin_state_up":true,"tenant_id":"b69d7018fee64708a3f51adca5f13bc9","created_at":"2018-12-03T17:19:14Z","mtu":1450}} 2018-12-03 17:19:14,777 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8d8bcf69-12f7-4ac9-8829-57997ae96c41 2018-12-03 17:19:14,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.492070913315s 2018-12-03 17:19:14,777 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8d8bcf69-12f7-4ac9-8829-57997ae96c41 2018-12-03 17:19:14,778 - 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-12-03T17:19:14Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'523bf976-2c51-4605-b1e5-797b10021cfb', u'provider:segmentation_id': 46, 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_36f25f1b-461e-4855-b558-f97556de688c', u'created_at': u'2018-12-03T17:19:14Z', u'mtu': 1450, u'tenant_id': u'b69d7018fee64708a3f51adca5f13bc9', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b69d7018fee64708a3f51adca5f13bc9'}) 2018-12-03 17:19:14,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 17:19:14,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abc6fa23-01b4-4eb9-88ee-66f2f090aa10 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:19:14,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-abc6fa23-01b4-4eb9-88ee-66f2f090aa10 2018-12-03 17:19:14,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:19:15,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f91a61ef7524bdd898a5868c7cb0224", "name": "Member"}], "expires_at": "2018-12-03T18:19:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b69d7018fee64708a3f51adca5f13bc9", "name": "cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b69d7018fee64708a3f51adca5f13bc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/b69d7018fee64708a3f51adca5f13bc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/b69d7018fee64708a3f51adca5f13bc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/b69d7018fee64708a3f51adca5f13bc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/b69d7018fee64708a3f51adca5f13bc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/b69d7018fee64708a3f51adca5f13bc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/b69d7018fee64708a3f51adca5f13bc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/b69d7018fee64708a3f51adca5f13bc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/b69d7018fee64708a3f51adca5f13bc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/b69d7018fee64708a3f51adca5f13bc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/b69d7018fee64708a3f51adca5f13bc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/b69d7018fee64708a3f51adca5f13bc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_36f25f1b-461e-4855-b558-f97556de688c", "id": "ccb787e136b046c9a4165c83d9f5a1a0"}, "audit_ids": ["J2Kys0tcTgG2jI7nUlRHmQ"], "issued_at": "2018-12-03T17:19:15.000000Z"}} 2018-12-03 17:19:15,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 17:19:15,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:19:15,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-49fc740d-7575-4cb3-8380-8980a18bef25 Date: Mon, 03 Dec 2018 17:19: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-12-03T17:19:14Z","tenant_id":"b69d7018fee64708a3f51adca5f13bc9","created_at":"2018-12-03T17:19:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b69d7018fee64708a3f51adca5f13bc9","id":"523bf976-2c51-4605-b1e5-797b10021cfb","name":"cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:19:15,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-49fc740d-7575-4cb3-8380-8980a18bef25 2018-12-03 17:19:15,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.264076948166s 2018-12-03 17:19:15,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-49fc740d-7575-4cb3-8380-8980a18bef25 2018-12-03 17:19:15,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-03 17:19:15,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -d '{"subnet": {"name": "cloudify_ims-subnet_36f25f1b-461e-4855-b558-f97556de688c", "enable_dhcp": true, "network_id": "523bf976-2c51-4605-b1e5-797b10021cfb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-12-03 17:19:16,106 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-f599945c-56b8-467f-8b7d-7f746041c9a7 Date: Mon, 03 Dec 2018 17:19:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"523bf976-2c51-4605-b1e5-797b10021cfb","tenant_id":"b69d7018fee64708a3f51adca5f13bc9","created_at":"2018-12-03T17:19:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T17:19:15Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"b69d7018fee64708a3f51adca5f13bc9","id":"acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e","subnetpool_id":null,"name":"cloudify_ims-subnet_36f25f1b-461e-4855-b558-f97556de688c"}} 2018-12-03 17:19:16,106 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-f599945c-56b8-467f-8b7d-7f746041c9a7 2018-12-03 17:19:16,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.688492059708s 2018-12-03 17:19:16,107 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-f599945c-56b8-467f-8b7d-7f746041c9a7 2018-12-03 17:19:16,107 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-03T17:19:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_36f25f1b-461e-4855-b558-f97556de688c', u'enable_dhcp': True, u'network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb', u'tenant_id': u'b69d7018fee64708a3f51adca5f13bc9', u'created_at': u'2018-12-03T17:19:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b69d7018fee64708a3f51adca5f13bc9'}) 2018-12-03 17:19:16,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-03 17:19:16,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "cloudify_ims-router_36f25f1b-461e-4855-b558-f97556de688c", "admin_state_up": true}}' 2018-12-03 17:19:21,199 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-dc561547-439b-47e3-9154-a76f285b527a Date: Mon, 03 Dec 2018 17:19:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:19:16Z", "admin_state_up": true, "updated_at": "2018-12-03T17:19:17Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "f36d6103-9bec-4315-9f5a-a852796dbe2e", "name": "cloudify_ims-router_36f25f1b-461e-4855-b558-f97556de688c"}} 2018-12-03 17:19:21,199 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-dc561547-439b-47e3-9154-a76f285b527a 2018-12-03 17:19:21,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.0913169384s 2018-12-03 17:19:21,200 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-dc561547-439b-47e3-9154-a76f285b527a 2018-12-03 17:19:21,200 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-12-03T17:19:17Z', u'revision_number': 3, u'id': u'f36d6103-9bec-4315-9f5a-a852796dbe2e', u'external_gateway_info': {u'network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4c341e68-838a-4185-83e8-4a80ca2687ff', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_36f25f1b-461e-4855-b558-f97556de688c', u'admin_state_up': True, u'tenant_id': u'b69d7018fee64708a3f51adca5f13bc9', u'created_at': u'2018-12-03T17:19:16Z', u'flavor_id': None, u'routes': [], u'project_id': u'b69d7018fee64708a3f51adca5f13bc9'}) 2018-12-03 17:19:21,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-03 17:19:21,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f36d6103-9bec-4315-9f5a-a852796dbe2e/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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -d '{"subnet_id": "acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e"}' 2018-12-03 17:19:23,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3506f5b9-f1bb-40f8-a4a7-6782afb0a073 Date: Mon, 03 Dec 2018 17:19:23 GMT RESP BODY: {"network_id": "523bf976-2c51-4605-b1e5-797b10021cfb", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "subnet_id": "acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e", "subnet_ids": ["acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e"], "port_id": "a55cc16b-5473-4159-b16f-e7f4d6036243", "id": "f36d6103-9bec-4315-9f5a-a852796dbe2e"} 2018-12-03 17:19:23,670 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f36d6103-9bec-4315-9f5a-a852796dbe2e/add_router_interface.json used request id req-3506f5b9-f1bb-40f8-a4a7-6782afb0a073 2018-12-03 17:19:23,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.46886301041s 2018-12-03 17:19:23,670 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f36d6103-9bec-4315-9f5a-a852796dbe2e/add_router_interface.json used request id req-3506f5b9-f1bb-40f8-a4a7-6782afb0a073 returning object f36d6103-9bec-4315-9f5a-a852796dbe2e 2018-12-03 17:19:23,671 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-12-03 17:19:49,282 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-12-03 17:19:49,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:19:49,291 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 03 Dec 2018 17:19:49 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-03 17:19:49,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:19:49,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:19:49,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-dbb8c7f1-eb91-4275-b23c-c7bca4ed4a48 Date: Mon, 03 Dec 2018 17:19:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:19:49,875 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-dbb8c7f1-eb91-4275-b23c-c7bca4ed4a48 2018-12-03 17:19:49,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.580107927322s 2018-12-03 17:19:49,876 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-dbb8c7f1-eb91-4275-b23c-c7bca4ed4a48 2018-12-03 17:19:49,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 17:19:49,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c"}' 2018-12-03 17:19:50,093 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb X-Openstack-Request-Id: req-f7806816-57c4-469c-88b2-18f60592d4d4 Date: Mon, 03 Dec 2018 17:19:50 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/file", "owner": "b69d7018fee64708a3f51adca5f13bc9", "id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "size": null, "self": "/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-03T17:19:50Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c", "checksum": null, "created_at": "2018-12-03T17:19:50Z", "protected": false} 2018-12-03 17:19:50,093 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f7806816-57c4-469c-88b2-18f60592d4d4 2018-12-03 17:19:50,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.215412139893s 2018-12-03 17:19:50,094 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f7806816-57c4-469c-88b2-18f60592d4d4 returning object 80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb 2018-12-03 17:19:50,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 17:19:50,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -d '' 2018-12-03 17:21:02,244 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8c074ddd-6e9d-45d5-a0e9-564f7ad01f52 Date: Mon, 03 Dec 2018 17:21:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:21:02,244 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/file used request id req-8c074ddd-6e9d-45d5-a0e9-564f7ad01f52 2018-12-03 17:21:02,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 72.1496729851s 2018-12-03 17:21:02,244 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/file used request id req-8c074ddd-6e9d-45d5-a0e9-564f7ad01f52 2018-12-03 17:21:02,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:21:02,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:02,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-d1e8dd76-f0a6-4f02-828f-7adbb6242db0 Date: Mon, 03 Dec 2018 17:21:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/snap", "metadata": {}}], "file": "/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/file", "owner": "b69d7018fee64708a3f51adca5f13bc9", "id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "size": 4373348352, "self": "/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-03T17:21:02Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-03T17:19:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:21:02,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d1e8dd76-f0a6-4f02-828f-7adbb6242db0 2018-12-03 17:21:02,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0296540260315s 2018-12-03 17:21:02,275 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d1e8dd76-f0a6-4f02-828f-7adbb6242db0 2018-12-03 17:21:02,277 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/file', 'owner': u'b69d7018fee64708a3f51adca5f13bc9', 'id': u'80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb', 'size': 4373348352, u'self': u'/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b69d7018fee64708a3f51adca5f13bc9', 'name': 'cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T17:21:02Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-03T17:21:02Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c', 'created': u'2018-12-03T17:19:50Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-12-03T17:19:50Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-12-03 17:21:02,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 17:21:02,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_36f25f1b-461e-4855-b558-f97556de688c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-12-03 17:21:02,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:21: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-a322e396-1e05-434d-97f9-927f9ade65c4 x-compute-request-id: req-a322e396-1e05-434d-97f9-927f9ade65c4 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "name": "cloudify_ims-flavor_36f25f1b-461e-4855-b558-f97556de688c", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:21:02,473 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a322e396-1e05-434d-97f9-927f9ade65c4 2018-12-03 17:21:02,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.195058107376s 2018-12-03 17:21:02,474 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a322e396-1e05-434d-97f9-927f9ade65c4 returning object c5ef9eb7-51d0-4408-abf1-0b9c44e53118 2018-12-03 17:21:02,474 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_36f25f1b-461e-4855-b558-f97556de688c', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'c5ef9eb7-51d0-4408-abf1-0b9c44e53118', 'swap': 0}) 2018-12-03 17:21:02,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 17:21:02,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118/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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" -d '{"extra_specs": {}}' 2018-12-03 17:21:02,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:21: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-86a70fcc-b17c-4022-9274-aba40d8eb858 x-compute-request-id: req-86a70fcc-b17c-4022-9274-aba40d8eb858 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 17:21:02,497 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118/os-extra_specs used request id req-86a70fcc-b17c-4022-9274-aba40d8eb858 2018-12-03 17:21:02,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0221199989319s 2018-12-03 17:21:02,498 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118/os-extra_specs used request id req-86a70fcc-b17c-4022-9274-aba40d8eb858 2018-12-03 17:21:02,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-12-03 17:21:02,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -d '{"keypair": {"name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c"}}' 2018-12-03 17:21:02,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:21: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-d9ada589-f357-4311-941a-94d1d4ce07fc x-compute-request-id: req-d9ada589-f357-4311-941a-94d1d4ce07fc Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLNiBmgrRQCl/g0rlGg1IE4DLHS8w2Qm21urFvXGV2kntZS07+ktcTwnI1iQfMXggVQp9rgo1kowy9wMiMsCOYSln5SALsi3BsGDhcXgMXYaw+pBWQIPnjJn3aZdkdUdMHVLImsIOIBOCIT218g/3yBgiW0fdM+FWTJRNVtv98N308r61ZrY4orraCJ86YmVs5KYiRF+Khr60qzDJexCfhI4kjpqrtSiypHxDaNf1kd3LRHfq4lVUvyWuv79j07lBC6r7xWDSSh/05iESw/Mz914Q3OQqfthRGOXOlSElLBhjbPgnmQ+L1T2L0VDISdjlREkLymJox049LFsLzyW9J Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAyzYgZoK0UApf4NK5RoNSBOAyx0vMNkJttbqxb1xldpJ7WUtO\n/pLXE8JyNYkHzF4IFUKfa4KNZKMMvcDIjLAjmEpZ+UgC7ItwbBg4XF4DF2GsPqQV\nkCD54yZ92mXZHVHTB1SyJrCDiATgiE9tfIP98gYIltH3TPhVkyUTVbb/fDd9PK+t\nWa2OKK62gifOmJlbOSmIkRfioa+tKswyXsQn4SOJI6aq7UosqR8Q2jX9ZHdy0R36\nuJVVL8lrr+/Y9O5QQuq+8Vg0kof9OYhEsPzM/deENzkKn7YURjlzpUhJSwYY2z4J\n5kPi9U9i9FQyEnY5URJC8piaMdOPSxbC88lvSQIDAQABAoIBAGSGbhjH57MArtVk\n6Mp9BAHtdrEoSek9i1Au/r98EaVKaUKPApDkywi3VBAvrW/nxE/gGUTx3EhAcHkd\n+Re/upwHi+LJQMkLYZ3XjWoEB7t1UePa/9/AsF0yGWgEohbi92XU/BwvjaGn5/sG\nb778/I7RdUZGr/OflZWo7ZulX1Vuq2HhNs6Kl8SVEq/y2OI7pm2X2c1fNNrjRrKu\nrLk6floOexHfX4HOE8UpHykci9hBCkMG0aDikC/xNvaJtXOwlBnBEt82+oRc9QTe\n+yNIMZ6ZVguFj6340+86DK4YjRn9XsoW+t9kVdDtC8Wri3cjLpKasnLs8/TeKZu0\nWdUpAkECgYEA9u9SnC+2U8gStb4MZIcSKPA3EHHbfpsYxzRxQR579qztFvDIK5w3\nWAahDFwpyDIXpZfmzALmCq4MkytOBfdvUKIQI+s8TCMF3wNRU90BkGF4eA61JbTY\n2L9SIKghVqRTi3HGNH/rqkN0GjXDlfWl3LGYfpgXtZiKEJTSoae2v20CgYEA0qvk\n4QeW+A3xkt9KP7xGWKbE/a/rvEpe6pcFAMq6J+HEooWKX9kpp4loCBNSosKmR85a\nfWQxWfbAK79oRozgwdQrxnOZ43tbYiM7VL8b02jE15/5diamw6DR0LKh4n2uF7qY\n3UcEowhw9kjyMyofP600jhOxkzBP2w2Vm73ymc0CgYBVZCc2GY28ZTiLHqBcdxUB\nkSgJiMX1fx7PbEQp16fYgq4uO6+M3SWKTCiPBKPyNdhVjDTkoa/5S3zPu67sg0c8\nI/7e3O7qCUZze0s5a/ipe/tT0Qo1ctd2BJsa7ekxc/vsAbkf2IifRVo14hezmNH1\ngniQdnnkc05zM3OvMTcR9QKBgHJQyC+7mJYdqtpRw8518Y4lYHtwPHC9wmd1b0eQ\nuhbuEW9HG2ELS+kXTJYlNhAPo38PYFbuSUFR/dE/Wev+ge9rnB1hmT2xMFM+XvGL\niiPblASVUB5mttMsru2aIPHv1MoXfN+Fq+RzrihWSOaukqpQ6FW4JgGCk7J/2pDa\nL4x5AoGAWYSacBfHHtOccZDXkFSvbxeQ2/j2ofgs3xB413ySdNVGIwC18AYlLtkO\ndpFDIiW2HR5HQzlQ6GackOIrJLmHvrLZyZo9uFawBGSeE0Kbpy7L0bzsKdit+M3+\nvj+8bR/eFRuOP1KUn2Mz1oqd54uvXC/IhMzf+/FvCaDJE34kgGY=\n-----END RSA PRIVATE KEY-----\n", "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "fingerprint": "4f:00:0e:35:4f:26:5e:7f:12:a0:18:28:b8:8f:a1:51"}} 2018-12-03 17:21:02,802 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-d9ada589-f357-4311-941a-94d1d4ce07fc 2018-12-03 17:21:02,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.303704023361s 2018-12-03 17:21:02,803 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-d9ada589-f357-4311-941a-94d1d4ce07fc 2018-12-03 17:21:02,803 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLNiBmgrRQCl/g0rlGg1IE4DLHS8w2Qm21urFvXGV2kntZS07+ktcTwnI1iQfMXggVQp9rgo1kowy9wMiMsCOYSln5SALsi3BsGDhcXgMXYaw+pBWQIPnjJn3aZdkdUdMHVLImsIOIBOCIT218g/3yBgiW0fdM+FWTJRNVtv98N308r61ZrY4orraCJ86YmVs5KYiRF+Khr60qzDJexCfhI4kjpqrtSiypHxDaNf1kd3LRHfq4lVUvyWuv79j07lBC6r7xWDSSh/05iESw/Mz914Q3OQqfthRGOXOlSElLBhjbPgnmQ+L1T2L0VDISdjlREkLymJox049LFsLzyW9J Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAyzYgZoK0UApf4NK5RoNSBOAyx0vMNkJttbqxb1xldpJ7WUtO\n/pLXE8JyNYkHzF4IFUKfa4KNZKMMvcDIjLAjmEpZ+UgC7ItwbBg4XF4DF2GsPqQV\nkCD54yZ92mXZHVHTB1SyJrCDiATgiE9tfIP98gYIltH3TPhVkyUTVbb/fDd9PK+t\nWa2OKK62gifOmJlbOSmIkRfioa+tKswyXsQn4SOJI6aq7UosqR8Q2jX9ZHdy0R36\nuJVVL8lrr+/Y9O5QQuq+8Vg0kof9OYhEsPzM/deENzkKn7YURjlzpUhJSwYY2z4J\n5kPi9U9i9FQyEnY5URJC8piaMdOPSxbC88lvSQIDAQABAoIBAGSGbhjH57MArtVk\n6Mp9BAHtdrEoSek9i1Au/r98EaVKaUKPApDkywi3VBAvrW/nxE/gGUTx3EhAcHkd\n+Re/upwHi+LJQMkLYZ3XjWoEB7t1UePa/9/AsF0yGWgEohbi92XU/BwvjaGn5/sG\nb778/I7RdUZGr/OflZWo7ZulX1Vuq2HhNs6Kl8SVEq/y2OI7pm2X2c1fNNrjRrKu\nrLk6floOexHfX4HOE8UpHykci9hBCkMG0aDikC/xNvaJtXOwlBnBEt82+oRc9QTe\n+yNIMZ6ZVguFj6340+86DK4YjRn9XsoW+t9kVdDtC8Wri3cjLpKasnLs8/TeKZu0\nWdUpAkECgYEA9u9SnC+2U8gStb4MZIcSKPA3EHHbfpsYxzRxQR579qztFvDIK5w3\nWAahDFwpyDIXpZfmzALmCq4MkytOBfdvUKIQI+s8TCMF3wNRU90BkGF4eA61JbTY\n2L9SIKghVqRTi3HGNH/rqkN0GjXDlfWl3LGYfpgXtZiKEJTSoae2v20CgYEA0qvk\n4QeW+A3xkt9KP7xGWKbE/a/rvEpe6pcFAMq6J+HEooWKX9kpp4loCBNSosKmR85a\nfWQxWfbAK79oRozgwdQrxnOZ43tbYiM7VL8b02jE15/5diamw6DR0LKh4n2uF7qY\n3UcEowhw9kjyMyofP600jhOxkzBP2w2Vm73ymc0CgYBVZCc2GY28ZTiLHqBcdxUB\nkSgJiMX1fx7PbEQp16fYgq4uO6+M3SWKTCiPBKPyNdhVjDTkoa/5S3zPu67sg0c8\nI/7e3O7qCUZze0s5a/ipe/tT0Qo1ctd2BJsa7ekxc/vsAbkf2IifRVo14hezmNH1\ngniQdnnkc05zM3OvMTcR9QKBgHJQyC+7mJYdqtpRw8518Y4lYHtwPHC9wmd1b0eQ\nuhbuEW9HG2ELS+kXTJYlNhAPo38PYFbuSUFR/dE/Wev+ge9rnB1hmT2xMFM+XvGL\niiPblASVUB5mttMsru2aIPHv1MoXfN+Fq+RzrihWSOaukqpQ6FW4JgGCk7J/2pDa\nL4x5AoGAWYSacBfHHtOccZDXkFSvbxeQ2/j2ofgs3xB413ySdNVGIwC18AYlLtkO\ndpFDIiW2HR5HQzlQ6GackOIrJLmHvrLZyZo9uFawBGSeE0Kbpy7L0bzsKdit+M3+\nvj+8bR/eFRuOP1KUn2Mz1oqd54uvXC/IhMzf+/FvCaDJE34kgGY=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'ccb787e136b046c9a4165c83d9f5a1a0', 'name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'created_at': '2018-12-03T17:21:02.803752', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b69d7018fee64708a3f51adca5f13bc9', 'name': 'cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'4f:00:0e:35:4f:26:5e:7f:12:a0:18:28:b8:8f:a1:51', 'type': 'ssh', 'id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c'}) 2018-12-03 17:21:02,804 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAyzYgZoK0UApf4NK5RoNSBOAyx0vMNkJttbqxb1xldpJ7WUtO /pLXE8JyNYkHzF4IFUKfa4KNZKMMvcDIjLAjmEpZ+UgC7ItwbBg4XF4DF2GsPqQV kCD54yZ92mXZHVHTB1SyJrCDiATgiE9tfIP98gYIltH3TPhVkyUTVbb/fDd9PK+t Wa2OKK62gifOmJlbOSmIkRfioa+tKswyXsQn4SOJI6aq7UosqR8Q2jX9ZHdy0R36 uJVVL8lrr+/Y9O5QQuq+8Vg0kof9OYhEsPzM/deENzkKn7YURjlzpUhJSwYY2z4J 5kPi9U9i9FQyEnY5URJC8piaMdOPSxbC88lvSQIDAQABAoIBAGSGbhjH57MArtVk 6Mp9BAHtdrEoSek9i1Au/r98EaVKaUKPApDkywi3VBAvrW/nxE/gGUTx3EhAcHkd +Re/upwHi+LJQMkLYZ3XjWoEB7t1UePa/9/AsF0yGWgEohbi92XU/BwvjaGn5/sG b778/I7RdUZGr/OflZWo7ZulX1Vuq2HhNs6Kl8SVEq/y2OI7pm2X2c1fNNrjRrKu rLk6floOexHfX4HOE8UpHykci9hBCkMG0aDikC/xNvaJtXOwlBnBEt82+oRc9QTe +yNIMZ6ZVguFj6340+86DK4YjRn9XsoW+t9kVdDtC8Wri3cjLpKasnLs8/TeKZu0 WdUpAkECgYEA9u9SnC+2U8gStb4MZIcSKPA3EHHbfpsYxzRxQR579qztFvDIK5w3 WAahDFwpyDIXpZfmzALmCq4MkytOBfdvUKIQI+s8TCMF3wNRU90BkGF4eA61JbTY 2L9SIKghVqRTi3HGNH/rqkN0GjXDlfWl3LGYfpgXtZiKEJTSoae2v20CgYEA0qvk 4QeW+A3xkt9KP7xGWKbE/a/rvEpe6pcFAMq6J+HEooWKX9kpp4loCBNSosKmR85a fWQxWfbAK79oRozgwdQrxnOZ43tbYiM7VL8b02jE15/5diamw6DR0LKh4n2uF7qY 3UcEowhw9kjyMyofP600jhOxkzBP2w2Vm73ymc0CgYBVZCc2GY28ZTiLHqBcdxUB kSgJiMX1fx7PbEQp16fYgq4uO6+M3SWKTCiPBKPyNdhVjDTkoa/5S3zPu67sg0c8 I/7e3O7qCUZze0s5a/ipe/tT0Qo1ctd2BJsa7ekxc/vsAbkf2IifRVo14hezmNH1 gniQdnnkc05zM3OvMTcR9QKBgHJQyC+7mJYdqtpRw8518Y4lYHtwPHC9wmd1b0eQ uhbuEW9HG2ELS+kXTJYlNhAPo38PYFbuSUFR/dE/Wev+ge9rnB1hmT2xMFM+XvGL iiPblASVUB5mttMsru2aIPHv1MoXfN+Fq+RzrihWSOaukqpQ6FW4JgGCk7J/2pDa L4x5AoGAWYSacBfHHtOccZDXkFSvbxeQ2/j2ofgs3xB413ySdNVGIwC18AYlLtkO dpFDIiW2HR5HQzlQ6GackOIrJLmHvrLZyZo9uFawBGSeE0Kbpy7L0bzsKdit+M3+ vj+8bR/eFRuOP1KUn2Mz1oqd54uvXC/IhMzf+/FvCaDJE34kgGY= -----END RSA PRIVATE KEY----- 2018-12-03 17:21:02,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-12-03 17:21:02,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -d '{"security_group": {"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-12-03 17:21:03,205 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-730c08e4-6d73-48e2-8369-03af2e0dc848 Date: Mon, 03 Dec 2018 17:21:03 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:03Z", "updated_at": "2018-12-03T17:21:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "6918085a-5367-4a65-95d3-74cabc361726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "9ecf208e-0583-430c-b0b3-60bfd282a2e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 2, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}} 2018-12-03 17:21:03,205 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-730c08e4-6d73-48e2-8369-03af2e0dc848 2018-12-03 17:21:03,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.39851808548s 2018-12-03 17:21:03,206 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-730c08e4-6d73-48e2-8369-03af2e0dc848 2018-12-03 17:21:03,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:21:03,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:03,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-a92ae67e-3e11-4873-b412-fe8deebb5a2b Date: Mon, 03 Dec 2018 17:21:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:19:14Z", "updated_at": "2018-12-03T17:19:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "14536b7f-0f36-4e83-8acb-a9d2af252caf", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "2b92999c-a39f-4212-9be1-d14f97d82bcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "a48cf8d7-2ffd-48e8-b493-6ec989d615ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "f105dc8f-c34e-4995-ae1f-0121a970eec7", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 4, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:03Z", "updated_at": "2018-12-03T17:21:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "6918085a-5367-4a65-95d3-74cabc361726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "9ecf208e-0583-430c-b0b3-60bfd282a2e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 2, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}]} 2018-12-03 17:21:03,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-a92ae67e-3e11-4873-b412-fe8deebb5a2b 2018-12-03 17:21:03,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.188336133957s 2018-12-03 17:21:03,399 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-a92ae67e-3e11-4873-b412-fe8deebb5a2b 2018-12-03 17:21:03,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 17:21:03,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -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": "88b9ecf5-ad70-4695-beb3-5fea582f0f24"}}' 2018-12-03 17:21:03,758 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-80bb962c-b6c2-4416-b9fe-61243a95967f Date: Mon, 03 Dec 2018 17:21:03 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-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "port_range_min": 22, "revision_number": 0, "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:03Z", "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "45550265-269b-4d5a-b1e6-0d190385a11f"}} 2018-12-03 17:21:03,758 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-80bb962c-b6c2-4416-b9fe-61243a95967f 2018-12-03 17:21:03,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.355512857437s 2018-12-03 17:21:03,759 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-80bb962c-b6c2-4416-b9fe-61243a95967f 2018-12-03 17:21:03,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:21:03,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:04,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-acd1163c-2d80-48fd-8988-30d95eb22a89 Date: Mon, 03 Dec 2018 17:21:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:19:14Z", "updated_at": "2018-12-03T17:19:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "14536b7f-0f36-4e83-8acb-a9d2af252caf", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "2b92999c-a39f-4212-9be1-d14f97d82bcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "a48cf8d7-2ffd-48e8-b493-6ec989d615ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "f105dc8f-c34e-4995-ae1f-0121a970eec7", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 4, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:03Z", "updated_at": "2018-12-03T17:21:03Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "45550265-269b-4d5a-b1e6-0d190385a11f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "6918085a-5367-4a65-95d3-74cabc361726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "9ecf208e-0583-430c-b0b3-60bfd282a2e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 3, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}]} 2018-12-03 17:21:04,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-acd1163c-2d80-48fd-8988-30d95eb22a89 2018-12-03 17:21:04,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.274531126022s 2018-12-03 17:21:04,037 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-acd1163c-2d80-48fd-8988-30d95eb22a89 2018-12-03 17:21:04,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 17:21:04,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -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": "88b9ecf5-ad70-4695-beb3-5fea582f0f24"}}' 2018-12-03 17:21:04,331 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-050184ce-46e4-4a95-9547-61946c80033a Date: Mon, 03 Dec 2018 17:21:04 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-12-03T17:21:04Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "port_range_min": null, "revision_number": 0, "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:04Z", "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "95a652e3-f39f-4ac9-bf10-70d682f1eb23"}} 2018-12-03 17:21:04,331 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-050184ce-46e4-4a95-9547-61946c80033a 2018-12-03 17:21:04,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.289923906326s 2018-12-03 17:21:04,331 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-050184ce-46e4-4a95-9547-61946c80033a 2018-12-03 17:21:04,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:21:04,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:04,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-6cc8d542-bac5-4d3b-89f3-f9352f9a0a6c Date: Mon, 03 Dec 2018 17:21:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:19:14Z", "updated_at": "2018-12-03T17:19:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "14536b7f-0f36-4e83-8acb-a9d2af252caf", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "2b92999c-a39f-4212-9be1-d14f97d82bcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "a48cf8d7-2ffd-48e8-b493-6ec989d615ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "f105dc8f-c34e-4995-ae1f-0121a970eec7", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 4, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:03Z", "updated_at": "2018-12-03T17:21:04Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "45550265-269b-4d5a-b1e6-0d190385a11f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "6918085a-5367-4a65-95d3-74cabc361726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:04Z", "revision_number": 0, "id": "95a652e3-f39f-4ac9-bf10-70d682f1eb23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:04Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "9ecf208e-0583-430c-b0b3-60bfd282a2e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 4, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}]} 2018-12-03 17:21:04,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-6cc8d542-bac5-4d3b-89f3-f9352f9a0a6c 2018-12-03 17:21:04,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.196931123734s 2018-12-03 17:21:04,532 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-6cc8d542-bac5-4d3b-89f3-f9352f9a0a6c 2018-12-03 17:21:04,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 17:21:04,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -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": "88b9ecf5-ad70-4695-beb3-5fea582f0f24"}}' 2018-12-03 17:21:04,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-4cc505f2-41e7-4353-ac82-4792e0ee95da Date: Mon, 03 Dec 2018 17:21:04 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-12-03T17:21:04Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "port_range_min": 80, "revision_number": 0, "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:04Z", "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "fa6e6d88-3d85-40cc-b164-a946ab0d9c86"}} 2018-12-03 17:21:04,852 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-4cc505f2-41e7-4353-ac82-4792e0ee95da 2018-12-03 17:21:04,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.316065073013s 2018-12-03 17:21:04,852 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-4cc505f2-41e7-4353-ac82-4792e0ee95da 2018-12-03 17:21:04,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:21:04,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:05,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-865a0745-43b4-4493-8f62-87bcbf3c969c Date: Mon, 03 Dec 2018 17:21:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:19:14Z", "updated_at": "2018-12-03T17:19:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "14536b7f-0f36-4e83-8acb-a9d2af252caf", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "2b92999c-a39f-4212-9be1-d14f97d82bcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "a48cf8d7-2ffd-48e8-b493-6ec989d615ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "f105dc8f-c34e-4995-ae1f-0121a970eec7", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 4, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:03Z", "updated_at": "2018-12-03T17:21:04Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "45550265-269b-4d5a-b1e6-0d190385a11f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "6918085a-5367-4a65-95d3-74cabc361726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:04Z", "revision_number": 0, "id": "95a652e3-f39f-4ac9-bf10-70d682f1eb23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:04Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "9ecf208e-0583-430c-b0b3-60bfd282a2e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-03T17:21:04Z", "revision_number": 0, "id": "fa6e6d88-3d85-40cc-b164-a946ab0d9c86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:04Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 5, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}]} 2018-12-03 17:21:05,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-865a0745-43b4-4493-8f62-87bcbf3c969c 2018-12-03 17:21:05,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195996999741s 2018-12-03 17:21:05,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-865a0745-43b4-4493-8f62-87bcbf3c969c 2018-12-03 17:21:05,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 17:21:05,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -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": "88b9ecf5-ad70-4695-beb3-5fea582f0f24"}}' 2018-12-03 17:21:05,319 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-f2eefa0e-e47a-4acb-bdb9-b0e9847d3251 Date: Mon, 03 Dec 2018 17:21:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-12-03T17:21:05Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "port_range_min": 443, "revision_number": 0, "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:05Z", "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "278d7620-3d9c-49ab-beaf-c64aa4409e55"}} 2018-12-03 17:21:05,319 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-f2eefa0e-e47a-4acb-bdb9-b0e9847d3251 2018-12-03 17:21:05,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.262475013733s 2018-12-03 17:21:05,319 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-f2eefa0e-e47a-4acb-bdb9-b0e9847d3251 2018-12-03 17:21:05,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:21:05,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:05,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-75e247b9-489d-46f4-bfc2-482491f28edb Date: Mon, 03 Dec 2018 17:21:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:19:14Z", "updated_at": "2018-12-03T17:19:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "14536b7f-0f36-4e83-8acb-a9d2af252caf", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "2b92999c-a39f-4212-9be1-d14f97d82bcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "a48cf8d7-2ffd-48e8-b493-6ec989d615ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "f105dc8f-c34e-4995-ae1f-0121a970eec7", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 4, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:03Z", "updated_at": "2018-12-03T17:21:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-12-03T17:21:05Z", "revision_number": 0, "id": "278d7620-3d9c-49ab-beaf-c64aa4409e55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:05Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 443, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "45550265-269b-4d5a-b1e6-0d190385a11f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "6918085a-5367-4a65-95d3-74cabc361726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:04Z", "revision_number": 0, "id": "95a652e3-f39f-4ac9-bf10-70d682f1eb23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:04Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "9ecf208e-0583-430c-b0b3-60bfd282a2e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-03T17:21:04Z", "revision_number": 0, "id": "fa6e6d88-3d85-40cc-b164-a946ab0d9c86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:04Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 6, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}]} 2018-12-03 17:21:05,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-75e247b9-489d-46f4-bfc2-482491f28edb 2018-12-03 17:21:05,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.204108953476s 2018-12-03 17:21:05,528 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-75e247b9-489d-46f4-bfc2-482491f28edb 2018-12-03 17:21:05,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 17:21:05,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -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": "88b9ecf5-ad70-4695-beb3-5fea582f0f24"}}' 2018-12-03 17:21:05,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-8504f40e-2c09-49df-a390-f2c4f48cf7c4 Date: Mon, 03 Dec 2018 17:21:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-12-03T17:21:05Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "port_range_min": 5671, "revision_number": 0, "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:05Z", "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "29d751bd-8fc9-4abb-be44-224eb195b6f8"}} 2018-12-03 17:21:05,696 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-8504f40e-2c09-49df-a390-f2c4f48cf7c4 2018-12-03 17:21:05,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.164479970932s 2018-12-03 17:21:05,696 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-8504f40e-2c09-49df-a390-f2c4f48cf7c4 2018-12-03 17:21:05,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:21:05,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:05,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-55cb06f5-0860-4f0f-aa2e-12a285e5413e Date: Mon, 03 Dec 2018 17:21:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:19:14Z", "updated_at": "2018-12-03T17:19:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "14536b7f-0f36-4e83-8acb-a9d2af252caf", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "2b92999c-a39f-4212-9be1-d14f97d82bcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "a48cf8d7-2ffd-48e8-b493-6ec989d615ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "f105dc8f-c34e-4995-ae1f-0121a970eec7", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 4, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:03Z", "updated_at": "2018-12-03T17:21:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-12-03T17:21:05Z", "revision_number": 0, "id": "278d7620-3d9c-49ab-beaf-c64aa4409e55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:05Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 443, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-12-03T17:21:05Z", "revision_number": 0, "id": "29d751bd-8fc9-4abb-be44-224eb195b6f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:05Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "45550265-269b-4d5a-b1e6-0d190385a11f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "6918085a-5367-4a65-95d3-74cabc361726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:04Z", "revision_number": 0, "id": "95a652e3-f39f-4ac9-bf10-70d682f1eb23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:04Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "9ecf208e-0583-430c-b0b3-60bfd282a2e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-03T17:21:04Z", "revision_number": 0, "id": "fa6e6d88-3d85-40cc-b164-a946ab0d9c86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:04Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 7, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}]} 2018-12-03 17:21:05,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-55cb06f5-0860-4f0f-aa2e-12a285e5413e 2018-12-03 17:21:05,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.200664997101s 2018-12-03 17:21:05,901 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-55cb06f5-0860-4f0f-aa2e-12a285e5413e 2018-12-03 17:21:05,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 17:21:05,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -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": "88b9ecf5-ad70-4695-beb3-5fea582f0f24"}}' 2018-12-03 17:21:06,079 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-d2bc9a39-ede0-464c-a902-db46ceced727 Date: Mon, 03 Dec 2018 17:21:06 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-12-03T17:21:06Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "port_range_min": 53333, "revision_number": 0, "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:06Z", "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "a81d1981-3c0c-42c3-946f-4161e50f6eac"}} 2018-12-03 17:21:06,079 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-d2bc9a39-ede0-464c-a902-db46ceced727 2018-12-03 17:21:06,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.175231933594s 2018-12-03 17:21:06,080 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-d2bc9a39-ede0-464c-a902-db46ceced727 2018-12-03 17:21:06,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 17:21:06,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:06,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-72dc962c-1ed4-4af8-98f1-8899835227b7 Date: Mon, 03 Dec 2018 17:21:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e"],"updated_at":"2018-12-03T17:19:15Z","tenant_id":"b69d7018fee64708a3f51adca5f13bc9","created_at":"2018-12-03T17:19:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b69d7018fee64708a3f51adca5f13bc9","id":"523bf976-2c51-4605-b1e5-797b10021cfb","name":"cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:21:06,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-72dc962c-1ed4-4af8-98f1-8899835227b7 2018-12-03 17:21:06,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105917930603s 2018-12-03 17:21:06,188 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-72dc962c-1ed4-4af8-98f1-8899835227b7 2018-12-03 17:21:06,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:21:06,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:06,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-a63596c5-f22e-4f7d-80be-36a203cfc061 Date: Mon, 03 Dec 2018 17:21:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/snap", "metadata": {}}], "file": "/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/file", "owner": "b69d7018fee64708a3f51adca5f13bc9", "id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "size": 4373348352, "self": "/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-03T17:21:02Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-03T17:19:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:21:06,221 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a63596c5-f22e-4f7d-80be-36a203cfc061 2018-12-03 17:21:06,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0323400497437s 2018-12-03 17:21:06,222 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a63596c5-f22e-4f7d-80be-36a203cfc061 2018-12-03 17:21:06,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 17:21:06,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:06,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:21:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a9a5e2a-ca0a-42f6-985a-80c2aa8e1907 x-compute-request-id: req-6a9a5e2a-ca0a-42f6-985a-80c2aa8e1907 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "name": "cloudify_ims-flavor_36f25f1b-461e-4855-b558-f97556de688c", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 17:21:06,269 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-6a9a5e2a-ca0a-42f6-985a-80c2aa8e1907 2018-12-03 17:21:06,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0454840660095s 2018-12-03 17:21:06,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-6a9a5e2a-ca0a-42f6-985a-80c2aa8e1907 2018-12-03 17:21:06,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-03 17:21:06,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -d '{"server": {"name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "imageRef": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "flavorRef": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "max_count": 1, "min_count": 1, "networks": [{"uuid": "523bf976-2c51-4605-b1e5-797b10021cfb"}], "security_groups": [{"name": "88b9ecf5-ad70-4695-beb3-5fea582f0f24"}]}}' 2018-12-03 17:21:08,271 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:21:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aba3b0ab-5539-48cb-898e-1dadf8a0bc88 x-compute-request-id: req-aba3b0ab-5539-48cb-898e-1dadf8a0bc88 Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "88b9ecf5-ad70-4695-beb3-5fea582f0f24"}], "OS-DCF:diskConfig": "MANUAL", "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "adminPass": "Ta6nN6rdYRnN"}} 2018-12-03 17:21:08,271 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-aba3b0ab-5539-48cb-898e-1dadf8a0bc88 2018-12-03 17:21:08,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.00075411797s 2018-12-03 17:21:08,272 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-aba3b0ab-5539-48cb-898e-1dadf8a0bc88 2018-12-03 17:21:08,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:08,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:08,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-15458c20-51e0-49bb-bc5c-3bd81bd02207 x-compute-request-id: req-15458c20-51e0-49bb-bc5c-3bd81bd02207 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "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-12-03T17:21:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:08,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-15458c20-51e0-49bb-bc5c-3bd81bd02207 2018-12-03 17:21:08,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.274413108826s 2018-12-03 17:21:08,548 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-15458c20-51e0-49bb-bc5c-3bd81bd02207 2018-12-03 17:21:08,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 17:21:08,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:08,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-81ff042c-053b-4f88-81f0-f81ed8267b63 Date: Mon, 03 Dec 2018 17:21: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":["acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e"],"updated_at":"2018-12-03T17:19:15Z","tenant_id":"b69d7018fee64708a3f51adca5f13bc9","created_at":"2018-12-03T17:19:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b69d7018fee64708a3f51adca5f13bc9","id":"523bf976-2c51-4605-b1e5-797b10021cfb","name":"cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:21:08,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-81ff042c-053b-4f88-81f0-f81ed8267b63 2018-12-03 17:21:08,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.247920036316s 2018-12-03 17:21:08,803 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-81ff042c-053b-4f88-81f0-f81ed8267b63 2018-12-03 17:21:08,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-03 17:21:08,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:09,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-5973462f-f184-4631-9601-acd75e3ff725 Date: Mon, 03 Dec 2018 17:21:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"523bf976-2c51-4605-b1e5-797b10021cfb","tenant_id":"b69d7018fee64708a3f51adca5f13bc9","created_at":"2018-12-03T17:19:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T17:19:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b69d7018fee64708a3f51adca5f13bc9","id":"acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e","subnetpool_id":null,"name":"cloudify_ims-subnet_36f25f1b-461e-4855-b558-f97556de688c"}]} 2018-12-03 17:21:09,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-5973462f-f184-4631-9601-acd75e3ff725 2018-12-03 17:21:09,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.197882175446s 2018-12-03 17:21:09,003 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-5973462f-f184-4631-9601-acd75e3ff725 2018-12-03 17:21:09,003 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:11,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:11,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:11,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:21: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-099abb7e-103a-445d-9ab1-26436a2aac1d x-compute-request-id: req-099abb7e-103a-445d-9ab1-26436a2aac1d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:11,813 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-099abb7e-103a-445d-9ab1-26436a2aac1d 2018-12-03 17:21:11,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.807061910629s 2018-12-03 17:21:11,814 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-099abb7e-103a-445d-9ab1-26436a2aac1d 2018-12-03 17:21:11,817 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:13,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:13,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:14,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-fd188723-2034-4053-9f78-4f22ba195dad x-compute-request-id: req-fd188723-2034-4053-9f78-4f22ba195dad Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:14,197 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fd188723-2034-4053-9f78-4f22ba195dad 2018-12-03 17:21:14,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377002000809s 2018-12-03 17:21:14,197 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fd188723-2034-4053-9f78-4f22ba195dad 2018-12-03 17:21:14,201 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:16,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:16,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:16,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-5b240ba1-298b-4eb7-9b29-b1e001ce0a18 x-compute-request-id: req-5b240ba1-298b-4eb7-9b29-b1e001ce0a18 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:16,741 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5b240ba1-298b-4eb7-9b29-b1e001ce0a18 2018-12-03 17:21:16,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537230968475s 2018-12-03 17:21:16,742 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5b240ba1-298b-4eb7-9b29-b1e001ce0a18 2018-12-03 17:21:16,746 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:18,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:18,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:19,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:21: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-64a230fa-2f70-4aca-8478-0db90d9da0d1 x-compute-request-id: req-64a230fa-2f70-4aca-8478-0db90d9da0d1 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:19,153 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-64a230fa-2f70-4aca-8478-0db90d9da0d1 2018-12-03 17:21:19,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.405338048935s 2018-12-03 17:21:19,154 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-64a230fa-2f70-4aca-8478-0db90d9da0d1 2018-12-03 17:21:19,158 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:21,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:21,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:21,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:21:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4c8b9a7-9b9d-481e-b334-652a7c4c1dfb x-compute-request-id: req-b4c8b9a7-9b9d-481e-b334-652a7c4c1dfb Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:21,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b4c8b9a7-9b9d-481e-b334-652a7c4c1dfb 2018-12-03 17:21:21,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.591564178467s 2018-12-03 17:21:21,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b4c8b9a7-9b9d-481e-b334-652a7c4c1dfb 2018-12-03 17:21:21,756 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:23,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:23,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:24,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-5b120e26-57b7-4f0b-af07-776397ef5e7c x-compute-request-id: req-5b120e26-57b7-4f0b-af07-776397ef5e7c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:24,608 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5b120e26-57b7-4f0b-af07-776397ef5e7c 2018-12-03 17:21:24,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.849118947983s 2018-12-03 17:21:24,609 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5b120e26-57b7-4f0b-af07-776397ef5e7c 2018-12-03 17:21:24,613 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:26,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:26,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:27,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-d748dcfd-f060-432e-9ab7-ed7435c6e1e1 x-compute-request-id: req-d748dcfd-f060-432e-9ab7-ed7435c6e1e1 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:27,352 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d748dcfd-f060-432e-9ab7-ed7435c6e1e1 2018-12-03 17:21:27,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.73620891571s 2018-12-03 17:21:27,352 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d748dcfd-f060-432e-9ab7-ed7435c6e1e1 2018-12-03 17:21:27,356 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:29,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:29,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:29,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-03f15207-f8d3-4b4e-ac5c-29fb1ad6b68f x-compute-request-id: req-03f15207-f8d3-4b4e-ac5c-29fb1ad6b68f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:29,972 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-03f15207-f8d3-4b4e-ac5c-29fb1ad6b68f 2018-12-03 17:21:29,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.613054990768s 2018-12-03 17:21:29,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-03f15207-f8d3-4b4e-ac5c-29fb1ad6b68f 2018-12-03 17:21:29,977 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:31,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:31,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:32,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-2203766a-9eef-4ab8-8598-e2914a5ed502 x-compute-request-id: req-2203766a-9eef-4ab8-8598-e2914a5ed502 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:32,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2203766a-9eef-4ab8-8598-e2914a5ed502 2018-12-03 17:21:32,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.781527042389s 2018-12-03 17:21:32,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2203766a-9eef-4ab8-8598-e2914a5ed502 2018-12-03 17:21:32,766 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:34,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:34,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:35,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-5169b146-705b-4e71-8431-5823e114a833 x-compute-request-id: req-5169b146-705b-4e71-8431-5823e114a833 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:35,292 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5169b146-705b-4e71-8431-5823e114a833 2018-12-03 17:21:35,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523103952408s 2018-12-03 17:21:35,292 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5169b146-705b-4e71-8431-5823e114a833 2018-12-03 17:21:35,296 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:37,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:37,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:38,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-905d2fa3-66b5-4a56-bbcc-42b9af47782f x-compute-request-id: req-905d2fa3-66b5-4a56-bbcc-42b9af47782f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:38,320 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-905d2fa3-66b5-4a56-bbcc-42b9af47782f 2018-12-03 17:21:38,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02089214325s 2018-12-03 17:21:38,320 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-905d2fa3-66b5-4a56-bbcc-42b9af47782f 2018-12-03 17:21:38,324 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:40,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:40,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:40,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:21: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-71f2c719-6e27-4488-a289-0e1faec4e428 x-compute-request-id: req-71f2c719-6e27-4488-a289-0e1faec4e428 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:40,809 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-71f2c719-6e27-4488-a289-0e1faec4e428 2018-12-03 17:21:40,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.482625007629s 2018-12-03 17:21:40,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-71f2c719-6e27-4488-a289-0e1faec4e428 2018-12-03 17:21:40,814 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:42,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:42,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:43,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-ff9733e2-2d36-4da3-8ebc-8373798bfac0 x-compute-request-id: req-ff9733e2-2d36-4da3-8ebc-8373798bfac0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:43,790 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ff9733e2-2d36-4da3-8ebc-8373798bfac0 2018-12-03 17:21:43,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.973932981491s 2018-12-03 17:21:43,791 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ff9733e2-2d36-4da3-8ebc-8373798bfac0 2018-12-03 17:21:43,794 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:45,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:45,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:46,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:21: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-c8090f52-056a-4b26-9047-f659d1ca809e x-compute-request-id: req-c8090f52-056a-4b26-9047-f659d1ca809e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:46,354 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c8090f52-056a-4b26-9047-f659d1ca809e 2018-12-03 17:21:46,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557378053665s 2018-12-03 17:21:46,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c8090f52-056a-4b26-9047-f659d1ca809e 2018-12-03 17:21:46,359 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:48,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:48,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:48,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:21: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-d2bf0317-8ce1-4810-8ed0-216c302eb2c6 x-compute-request-id: req-d2bf0317-8ce1-4810-8ed0-216c302eb2c6 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:48,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d2bf0317-8ce1-4810-8ed0-216c302eb2c6 2018-12-03 17:21:48,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.570588827133s 2018-12-03 17:21:48,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d2bf0317-8ce1-4810-8ed0-216c302eb2c6 2018-12-03 17:21:48,936 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:50,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:50,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:51,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-eee85c18-f753-44cf-abe6-5f9c7729cfbe x-compute-request-id: req-eee85c18-f753-44cf-abe6-5f9c7729cfbe Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:51,652 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eee85c18-f753-44cf-abe6-5f9c7729cfbe 2018-12-03 17:21:51,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713160991669s 2018-12-03 17:21:51,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eee85c18-f753-44cf-abe6-5f9c7729cfbe 2018-12-03 17:21:51,656 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:53,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:53,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:54,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:21: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-31bfdf55-4151-46fd-8a25-986ef8f36e5c x-compute-request-id: req-31bfdf55-4151-46fd-8a25-986ef8f36e5c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:54,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-31bfdf55-4151-46fd-8a25-986ef8f36e5c 2018-12-03 17:21:54,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.822417974472s 2018-12-03 17:21:54,482 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-31bfdf55-4151-46fd-8a25-986ef8f36e5c 2018-12-03 17:21:54,486 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:56,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:56,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:21:57,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:21: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-7587404f-e49b-45c3-8e9d-55b47346f74f x-compute-request-id: req-7587404f-e49b-45c3-8e9d-55b47346f74f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:21:57,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7587404f-e49b-45c3-8e9d-55b47346f74f 2018-12-03 17:21:57,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720710039139s 2018-12-03 17:21:57,210 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7587404f-e49b-45c3-8e9d-55b47346f74f 2018-12-03 17:21:57,214 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:21:59,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:21:59,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:00,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:21: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-add4cf2b-ed04-49fd-8360-a256ed4bb181 x-compute-request-id: req-add4cf2b-ed04-49fd-8360-a256ed4bb181 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:00,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-add4cf2b-ed04-49fd-8360-a256ed4bb181 2018-12-03 17:22:00,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.93953204155s 2018-12-03 17:22:00,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-add4cf2b-ed04-49fd-8360-a256ed4bb181 2018-12-03 17:22:00,160 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:02,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:02,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:02,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-4238d446-e7f9-4d09-9915-a4c841468964 x-compute-request-id: req-4238d446-e7f9-4d09-9915-a4c841468964 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:02,689 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4238d446-e7f9-4d09-9915-a4c841468964 2018-12-03 17:22:02,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526123046875s 2018-12-03 17:22:02,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4238d446-e7f9-4d09-9915-a4c841468964 2018-12-03 17:22:02,693 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:04,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:04,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:05,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-bd7b91b0-f5ac-4892-8d02-5a5144b264b1 x-compute-request-id: req-bd7b91b0-f5ac-4892-8d02-5a5144b264b1 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:05,289 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bd7b91b0-f5ac-4892-8d02-5a5144b264b1 2018-12-03 17:22:05,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.593180894852s 2018-12-03 17:22:05,289 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bd7b91b0-f5ac-4892-8d02-5a5144b264b1 2018-12-03 17:22:05,293 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:07,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:07,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:08,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-1d75854e-b582-48f9-b0f1-4c89dbeffa20 x-compute-request-id: req-1d75854e-b582-48f9-b0f1-4c89dbeffa20 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:08,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1d75854e-b582-48f9-b0f1-4c89dbeffa20 2018-12-03 17:22:08,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.799132823944s 2018-12-03 17:22:08,095 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1d75854e-b582-48f9-b0f1-4c89dbeffa20 2018-12-03 17:22:08,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:10,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:10,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:10,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-d7ca6f48-a085-48c6-83bd-55a31945eab8 x-compute-request-id: req-d7ca6f48-a085-48c6-83bd-55a31945eab8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:10,645 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d7ca6f48-a085-48c6-83bd-55a31945eab8 2018-12-03 17:22:10,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544043064117s 2018-12-03 17:22:10,646 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d7ca6f48-a085-48c6-83bd-55a31945eab8 2018-12-03 17:22:10,650 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:12,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:12,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:13,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-aa47f062-3e6b-4a34-84b9-01229c1433cd x-compute-request-id: req-aa47f062-3e6b-4a34-84b9-01229c1433cd Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:13,202 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-aa47f062-3e6b-4a34-84b9-01229c1433cd 2018-12-03 17:22:13,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549610853195s 2018-12-03 17:22:13,202 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-aa47f062-3e6b-4a34-84b9-01229c1433cd 2018-12-03 17:22:13,206 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:15,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:15,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:15,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-addff080-4929-4798-abfd-590f2bd1df12 x-compute-request-id: req-addff080-4929-4798-abfd-590f2bd1df12 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:15,701 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-addff080-4929-4798-abfd-590f2bd1df12 2018-12-03 17:22:15,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.492582082748s 2018-12-03 17:22:15,702 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-addff080-4929-4798-abfd-590f2bd1df12 2018-12-03 17:22:15,706 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:17,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:17,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:18,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-d8add9bd-c295-4b1c-9d41-bc377c917bc5 x-compute-request-id: req-d8add9bd-c295-4b1c-9d41-bc377c917bc5 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:18,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d8add9bd-c295-4b1c-9d41-bc377c917bc5 2018-12-03 17:22:18,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.920772790909s 2018-12-03 17:22:18,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d8add9bd-c295-4b1c-9d41-bc377c917bc5 2018-12-03 17:22:18,633 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:20,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:20,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:20,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-b39a9c09-bfbc-471a-9db6-353bd089c49b x-compute-request-id: req-b39a9c09-bfbc-471a-9db6-353bd089c49b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:20,859 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b39a9c09-bfbc-471a-9db6-353bd089c49b 2018-12-03 17:22:20,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.223331928253s 2018-12-03 17:22:20,860 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b39a9c09-bfbc-471a-9db6-353bd089c49b 2018-12-03 17:22:20,864 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:22,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:22,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:23,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-5d448146-a40b-4824-a87f-ac1fe15fc1d9 x-compute-request-id: req-5d448146-a40b-4824-a87f-ac1fe15fc1d9 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:23,354 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5d448146-a40b-4824-a87f-ac1fe15fc1d9 2018-12-03 17:22:23,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.487437009811s 2018-12-03 17:22:23,354 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5d448146-a40b-4824-a87f-ac1fe15fc1d9 2018-12-03 17:22:23,358 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:25,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:25,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:25,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-b2dab7e6-503b-4232-b7ef-afa1629b9de0 x-compute-request-id: req-b2dab7e6-503b-4232-b7ef-afa1629b9de0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:25,896 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b2dab7e6-503b-4232-b7ef-afa1629b9de0 2018-12-03 17:22:25,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535106897354s 2018-12-03 17:22:25,896 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b2dab7e6-503b-4232-b7ef-afa1629b9de0 2018-12-03 17:22:25,900 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:27,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:27,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:28,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-78e981ec-5fd3-4c06-9b16-4c87fba721fb x-compute-request-id: req-78e981ec-5fd3-4c06-9b16-4c87fba721fb Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:28,395 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-78e981ec-5fd3-4c06-9b16-4c87fba721fb 2018-12-03 17:22:28,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.492097854614s 2018-12-03 17:22:28,395 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-78e981ec-5fd3-4c06-9b16-4c87fba721fb 2018-12-03 17:22:28,399 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:30,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:30,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:30,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-8e61a02c-7833-486d-b74c-0bf763e872f6 x-compute-request-id: req-8e61a02c-7833-486d-b74c-0bf763e872f6 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:30,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8e61a02c-7833-486d-b74c-0bf763e872f6 2018-12-03 17:22:30,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371369123459s 2018-12-03 17:22:30,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8e61a02c-7833-486d-b74c-0bf763e872f6 2018-12-03 17:22:30,778 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:32,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:32,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:33,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-ae829b31-3a00-4aa1-82d3-604af2d57277 x-compute-request-id: req-ae829b31-3a00-4aa1-82d3-604af2d57277 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:33,313 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ae829b31-3a00-4aa1-82d3-604af2d57277 2018-12-03 17:22:33,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533357858658s 2018-12-03 17:22:33,314 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ae829b31-3a00-4aa1-82d3-604af2d57277 2018-12-03 17:22:33,318 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:35,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:35,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:35,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-f9826c66-881d-4835-a1cf-391a7a30d8f1 x-compute-request-id: req-f9826c66-881d-4835-a1cf-391a7a30d8f1 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:35,819 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f9826c66-881d-4835-a1cf-391a7a30d8f1 2018-12-03 17:22:35,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.49903011322s 2018-12-03 17:22:35,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f9826c66-881d-4835-a1cf-391a7a30d8f1 2018-12-03 17:22:35,824 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:37,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:37,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:38,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-14ccc388-c59a-4b7d-93c9-7b288d1dd9d1 x-compute-request-id: req-14ccc388-c59a-4b7d-93c9-7b288d1dd9d1 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:38,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-14ccc388-c59a-4b7d-93c9-7b288d1dd9d1 2018-12-03 17:22:38,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.583050966263s 2018-12-03 17:22:38,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-14ccc388-c59a-4b7d-93c9-7b288d1dd9d1 2018-12-03 17:22:38,414 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:40,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:40,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:40,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-de3906be-c0d1-4ce4-bd13-2a79a4db6f59 x-compute-request-id: req-de3906be-c0d1-4ce4-bd13-2a79a4db6f59 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:40,944 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-de3906be-c0d1-4ce4-bd13-2a79a4db6f59 2018-12-03 17:22:40,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527478218079s 2018-12-03 17:22:40,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-de3906be-c0d1-4ce4-bd13-2a79a4db6f59 2018-12-03 17:22:40,948 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:42,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:42,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:43,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-48072579-f682-4c35-a07a-da7ae19db0c3 x-compute-request-id: req-48072579-f682-4c35-a07a-da7ae19db0c3 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:43,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-48072579-f682-4c35-a07a-da7ae19db0c3 2018-12-03 17:22:43,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.801525831223s 2018-12-03 17:22:43,753 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-48072579-f682-4c35-a07a-da7ae19db0c3 2018-12-03 17:22:43,757 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:45,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:45,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:46,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-531a03fd-8243-45fa-9379-9264d0b144ef x-compute-request-id: req-531a03fd-8243-45fa-9379-9264d0b144ef Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:46,262 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-531a03fd-8243-45fa-9379-9264d0b144ef 2018-12-03 17:22:46,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.502316951752s 2018-12-03 17:22:46,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-531a03fd-8243-45fa-9379-9264d0b144ef 2018-12-03 17:22:46,266 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:48,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:48,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:48,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-fc7959aa-8d5b-47fc-b4f3-081957fc51cf x-compute-request-id: req-fc7959aa-8d5b-47fc-b4f3-081957fc51cf Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:48,712 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fc7959aa-8d5b-47fc-b4f3-081957fc51cf 2018-12-03 17:22:48,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.443436145782s 2018-12-03 17:22:48,713 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fc7959aa-8d5b-47fc-b4f3-081957fc51cf 2018-12-03 17:22:48,717 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:50,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:50,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:51,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-b6ac6847-48f7-44da-a5ab-4df312ec4334 x-compute-request-id: req-b6ac6847-48f7-44da-a5ab-4df312ec4334 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:51,227 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b6ac6847-48f7-44da-a5ab-4df312ec4334 2018-12-03 17:22:51,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507551908493s 2018-12-03 17:22:51,227 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b6ac6847-48f7-44da-a5ab-4df312ec4334 2018-12-03 17:22:51,231 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:53,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:53,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:53,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-8a1c89b9-0737-4e3b-b122-e38e4071552b x-compute-request-id: req-8a1c89b9-0737-4e3b-b122-e38e4071552b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:53,589 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8a1c89b9-0737-4e3b-b122-e38e4071552b 2018-12-03 17:22:53,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.355515003204s 2018-12-03 17:22:53,590 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8a1c89b9-0737-4e3b-b122-e38e4071552b 2018-12-03 17:22:53,594 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:55,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:55,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:56,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-2064a69e-e144-4019-b35d-722f83d79b18 x-compute-request-id: req-2064a69e-e144-4019-b35d-722f83d79b18 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:56,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2064a69e-e144-4019-b35d-722f83d79b18 2018-12-03 17:22:56,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523425102234s 2018-12-03 17:22:56,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2064a69e-e144-4019-b35d-722f83d79b18 2018-12-03 17:22:56,124 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:22:58,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:22:58,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:22:59,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:22: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-93ad3232-e967-4b1e-a3b7-a07d5df57b4c x-compute-request-id: req-93ad3232-e967-4b1e-a3b7-a07d5df57b4c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:22:59,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-93ad3232-e967-4b1e-a3b7-a07d5df57b4c 2018-12-03 17:22:59,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.997846126556s 2018-12-03 17:22:59,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-93ad3232-e967-4b1e-a3b7-a07d5df57b4c 2018-12-03 17:22:59,129 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:01,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:01,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:01,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-07e0f93d-0848-4c4e-9940-fdcc0943811e x-compute-request-id: req-07e0f93d-0848-4c4e-9940-fdcc0943811e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:01,473 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-07e0f93d-0848-4c4e-9940-fdcc0943811e 2018-12-03 17:23:01,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.341831922531s 2018-12-03 17:23:01,474 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-07e0f93d-0848-4c4e-9940-fdcc0943811e 2018-12-03 17:23:01,478 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:03,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:03,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:04,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-1f5eeb06-38df-485a-8ae3-930e17388f29 x-compute-request-id: req-1f5eeb06-38df-485a-8ae3-930e17388f29 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:04,020 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1f5eeb06-38df-485a-8ae3-930e17388f29 2018-12-03 17:23:04,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53955411911s 2018-12-03 17:23:04,020 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1f5eeb06-38df-485a-8ae3-930e17388f29 2018-12-03 17:23:04,024 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:06,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:06,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:06,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-92524625-ac50-4f1a-9165-7e90fd2930a5 x-compute-request-id: req-92524625-ac50-4f1a-9165-7e90fd2930a5 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:06,524 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-92524625-ac50-4f1a-9165-7e90fd2930a5 2018-12-03 17:23:06,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.497048139572s 2018-12-03 17:23:06,524 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-92524625-ac50-4f1a-9165-7e90fd2930a5 2018-12-03 17:23:06,528 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:08,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:08,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:09,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-7e2960cd-7334-4175-b1d2-a34c0077a6ea x-compute-request-id: req-7e2960cd-7334-4175-b1d2-a34c0077a6ea Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:09,225 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7e2960cd-7334-4175-b1d2-a34c0077a6ea 2018-12-03 17:23:09,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693793058395s 2018-12-03 17:23:09,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7e2960cd-7334-4175-b1d2-a34c0077a6ea 2018-12-03 17:23:09,229 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:11,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:11,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:11,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-27c34c48-581e-4fa3-82be-dd0a4aec98c8 x-compute-request-id: req-27c34c48-581e-4fa3-82be-dd0a4aec98c8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:11,940 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-27c34c48-581e-4fa3-82be-dd0a4aec98c8 2018-12-03 17:23:11,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.708287000656s 2018-12-03 17:23:11,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-27c34c48-581e-4fa3-82be-dd0a4aec98c8 2018-12-03 17:23:11,944 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:13,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:13,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:14,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-2c491400-9e1a-4f0e-ab2a-c1af36f7ae9f x-compute-request-id: req-2c491400-9e1a-4f0e-ab2a-c1af36f7ae9f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:14,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2c491400-9e1a-4f0e-ab2a-c1af36f7ae9f 2018-12-03 17:23:14,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506175994873s 2018-12-03 17:23:14,454 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2c491400-9e1a-4f0e-ab2a-c1af36f7ae9f 2018-12-03 17:23:14,457 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:16,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:16,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:17,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-58539298-be91-4d9f-9cc5-1cb41ee1a79c x-compute-request-id: req-58539298-be91-4d9f-9cc5-1cb41ee1a79c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:17,106 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-58539298-be91-4d9f-9cc5-1cb41ee1a79c 2018-12-03 17:23:17,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.646483182907s 2018-12-03 17:23:17,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-58539298-be91-4d9f-9cc5-1cb41ee1a79c 2018-12-03 17:23:17,111 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:19,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:19,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:19,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-31c46ef4-a43e-4a3f-a0dc-70c792de1fb5 x-compute-request-id: req-31c46ef4-a43e-4a3f-a0dc-70c792de1fb5 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:19,616 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-31c46ef4-a43e-4a3f-a0dc-70c792de1fb5 2018-12-03 17:23:19,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.502627134323s 2018-12-03 17:23:19,617 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-31c46ef4-a43e-4a3f-a0dc-70c792de1fb5 2018-12-03 17:23:19,620 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:21,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:21,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:22,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-6ca95d16-26db-4ecc-bb47-81d91b6258b1 x-compute-request-id: req-6ca95d16-26db-4ecc-bb47-81d91b6258b1 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:22,133 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6ca95d16-26db-4ecc-bb47-81d91b6258b1 2018-12-03 17:23:22,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510282993317s 2018-12-03 17:23:22,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6ca95d16-26db-4ecc-bb47-81d91b6258b1 2018-12-03 17:23:22,138 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:24,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:24,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:24,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-0c856a66-12b6-4e79-8353-c0aca9941219 x-compute-request-id: req-0c856a66-12b6-4e79-8353-c0aca9941219 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:24,737 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0c856a66-12b6-4e79-8353-c0aca9941219 2018-12-03 17:23:24,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.597262144089s 2018-12-03 17:23:24,738 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0c856a66-12b6-4e79-8353-c0aca9941219 2018-12-03 17:23:24,742 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:26,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:26,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:27,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-bd855912-08ac-49b3-adcd-fab771118ef4 x-compute-request-id: req-bd855912-08ac-49b3-adcd-fab771118ef4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:27,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bd855912-08ac-49b3-adcd-fab771118ef4 2018-12-03 17:23:27,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377351999283s 2018-12-03 17:23:27,122 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bd855912-08ac-49b3-adcd-fab771118ef4 2018-12-03 17:23:27,126 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:29,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:29,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:29,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-88c1df8d-041d-43bb-849c-a7c3b118fad3 x-compute-request-id: req-88c1df8d-041d-43bb-849c-a7c3b118fad3 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:29,624 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-88c1df8d-041d-43bb-849c-a7c3b118fad3 2018-12-03 17:23:29,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.49533700943s 2018-12-03 17:23:29,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-88c1df8d-041d-43bb-849c-a7c3b118fad3 2018-12-03 17:23:29,628 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:31,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:31,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:32,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-e8059782-4d57-480e-9fcb-d243294eaf60 x-compute-request-id: req-e8059782-4d57-480e-9fcb-d243294eaf60 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:32,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e8059782-4d57-480e-9fcb-d243294eaf60 2018-12-03 17:23:32,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.907269954681s 2018-12-03 17:23:32,539 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e8059782-4d57-480e-9fcb-d243294eaf60 2018-12-03 17:23:32,543 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:34,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:34,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:35,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-30cad4f8-36d7-4aa4-81be-089a9dcb6ac2 x-compute-request-id: req-30cad4f8-36d7-4aa4-81be-089a9dcb6ac2 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:35,057 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-30cad4f8-36d7-4aa4-81be-089a9dcb6ac2 2018-12-03 17:23:35,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510943889618s 2018-12-03 17:23:35,057 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-30cad4f8-36d7-4aa4-81be-089a9dcb6ac2 2018-12-03 17:23:35,061 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:37,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:37,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:37,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-b7e278f2-fac2-4775-bb3c-43ea67e241c0 x-compute-request-id: req-b7e278f2-fac2-4775-bb3c-43ea67e241c0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:37,602 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b7e278f2-fac2-4775-bb3c-43ea67e241c0 2018-12-03 17:23:37,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538017034531s 2018-12-03 17:23:37,602 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b7e278f2-fac2-4775-bb3c-43ea67e241c0 2018-12-03 17:23:37,606 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:39,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:39,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:40,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-146aebd9-e25e-448d-8b2c-bdca25aff6dc x-compute-request-id: req-146aebd9-e25e-448d-8b2c-bdca25aff6dc Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:40,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-146aebd9-e25e-448d-8b2c-bdca25aff6dc 2018-12-03 17:23:40,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511245965958s 2018-12-03 17:23:40,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-146aebd9-e25e-448d-8b2c-bdca25aff6dc 2018-12-03 17:23:40,124 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:42,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:42,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:42,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-962e27c3-6d44-4b92-bf71-39ecdc17c784 x-compute-request-id: req-962e27c3-6d44-4b92-bf71-39ecdc17c784 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:42,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-962e27c3-6d44-4b92-bf71-39ecdc17c784 2018-12-03 17:23:42,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51078915596s 2018-12-03 17:23:42,638 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-962e27c3-6d44-4b92-bf71-39ecdc17c784 2018-12-03 17:23:42,642 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:44,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:44,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:45,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-523b6ca8-a156-4a1d-a21f-0f92e6c88705 x-compute-request-id: req-523b6ca8-a156-4a1d-a21f-0f92e6c88705 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:45,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-523b6ca8-a156-4a1d-a21f-0f92e6c88705 2018-12-03 17:23:45,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358772039413s 2018-12-03 17:23:45,004 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-523b6ca8-a156-4a1d-a21f-0f92e6c88705 2018-12-03 17:23:45,008 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:47,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:47,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:47,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-eba6ef45-74df-4287-a74d-61f4a5886a74 x-compute-request-id: req-eba6ef45-74df-4287-a74d-61f4a5886a74 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:21:10Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:47,564 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eba6ef45-74df-4287-a74d-61f4a5886a74 2018-12-03 17:23:47,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553432941437s 2018-12-03 17:23:47,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eba6ef45-74df-4287-a74d-61f4a5886a74 2018-12-03 17:23:47,568 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:23:49,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:23:49,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:50,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-353df75b-4382-4d84-ae9a-d45408372052 x-compute-request-id: req-353df75b-4382-4d84-ae9a-d45408372052 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:42:14", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:23:49.000000", "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:23:49Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:23:50,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-353df75b-4382-4d84-ae9a-d45408372052 2018-12-03 17:23:50,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02104902267s 2018-12-03 17:23:50,592 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-353df75b-4382-4d84-ae9a-d45408372052 2018-12-03 17:23:50,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-03 17:23:50,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=4d5681d5-9197-4559-b745-3115ddf7e166" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:50,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-4cbf53bb-89ee-418e-9fd4-3ebeee9e4de8 Date: Mon, 03 Dec 2018 17:23:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:23:48Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e","ip_address":"192.168.120.8"}],"id":"0855a337-4531-42d9-a5d1-50b5721427c0","security_groups":["88b9ecf5-ad70-4695-beb3-5fea582f0f24"],"mac_address":"fa:16:3e:23:42:14","project_id":"b69d7018fee64708a3f51adca5f13bc9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"523bf976-2c51-4605-b1e5-797b10021cfb","tenant_id":"b69d7018fee64708a3f51adca5f13bc9","created_at":"2018-12-03T17:21:10Z","binding:vnic_type":"normal","device_id":"4d5681d5-9197-4559-b745-3115ddf7e166"}]} 2018-12-03 17:23:50,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=4d5681d5-9197-4559-b745-3115ddf7e166 used request id req-4cbf53bb-89ee-418e-9fd4-3ebeee9e4de8 2018-12-03 17:23:50,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0570428371429s 2018-12-03 17:23:50,654 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=4d5681d5-9197-4559-b745-3115ddf7e166 used request id req-4cbf53bb-89ee-418e-9fd4-3ebeee9e4de8 2018-12-03 17:23:50,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 17:23:50,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=0855a337-4531-42d9-a5d1-50b5721427c0" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:50,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-72556906-0e41-418e-91ce-57fb25162951 Date: Mon, 03 Dec 2018 17:23:50 GMT RESP BODY: {"floatingips": []} 2018-12-03 17:23:50,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=0855a337-4531-42d9-a5d1-50b5721427c0 used request id req-72556906-0e41-418e-91ce-57fb25162951 2018-12-03 17:23:50,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.018138885498s 2018-12-03 17:23:50,678 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=0855a337-4531-42d9-a5d1-50b5721427c0 used request id req-72556906-0e41-418e-91ce-57fb25162951 2018-12-03 17:23:50,678 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:23:42:14', 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'80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-03T17:23:49.000000', 'flavor': Munch({u'id': u'c5ef9eb7-51d0-4408-abf1-0b9c44e53118'}), 'az': u'nova', 'id': u'4d5681d5-9197-4559-b745-3115ddf7e166', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ccb787e136b046c9a4165c83d9f5a1a0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b69d7018fee64708a3f51adca5f13bc9', 'name': 'cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c', '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-12-03T17:23:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-03T17:23:49Z', 'hostId': u'175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05', '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-12-03T17:23:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b69d7018fee64708a3f51adca5f13bc9', 'name': u'cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c', 'adminPass': u'Ta6nN6rdYRnN', 'tenant_id': u'b69d7018fee64708a3f51adca5f13bc9', 'region': 'regionOne', 'created': u'2018-12-03T17:21:08Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-03 17:23:50,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 17:23:50,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:50,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-1b72f351-face-4f2a-9bde-cfd1b745589a Date: Mon, 03 Dec 2018 17:23: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":["acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e"],"updated_at":"2018-12-03T17:19:15Z","tenant_id":"b69d7018fee64708a3f51adca5f13bc9","created_at":"2018-12-03T17:19:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b69d7018fee64708a3f51adca5f13bc9","id":"523bf976-2c51-4605-b1e5-797b10021cfb","name":"cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:23:50,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-1b72f351-face-4f2a-9bde-cfd1b745589a 2018-12-03 17:23:50,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107424020767s 2018-12-03 17:23:50,789 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-1b72f351-face-4f2a-9bde-cfd1b745589a 2018-12-03 17:23:50,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-03 17:23:50,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=4d5681d5-9197-4559-b745-3115ddf7e166" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:50,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-d6e68dd2-c57b-4f96-99ec-761e9fc983ec Date: Mon, 03 Dec 2018 17:23:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:23:48Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e","ip_address":"192.168.120.8"}],"id":"0855a337-4531-42d9-a5d1-50b5721427c0","security_groups":["88b9ecf5-ad70-4695-beb3-5fea582f0f24"],"mac_address":"fa:16:3e:23:42:14","project_id":"b69d7018fee64708a3f51adca5f13bc9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"523bf976-2c51-4605-b1e5-797b10021cfb","tenant_id":"b69d7018fee64708a3f51adca5f13bc9","created_at":"2018-12-03T17:21:10Z","binding:vnic_type":"normal","device_id":"4d5681d5-9197-4559-b745-3115ddf7e166"}]} 2018-12-03 17:23:50,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=4d5681d5-9197-4559-b745-3115ddf7e166 used request id req-d6e68dd2-c57b-4f96-99ec-761e9fc983ec 2018-12-03 17:23:50,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0536320209503s 2018-12-03 17:23:50,845 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=4d5681d5-9197-4559-b745-3115ddf7e166 used request id req-d6e68dd2-c57b-4f96-99ec-761e9fc983ec 2018-12-03 17:23:50,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-12-03 17:23:50,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -d '{"floatingip": {"floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.8", "port_id": "0855a337-4531-42d9-a5d1-50b5721427c0"}}' 2018-12-03 17:23:52,705 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-88aa9526-ad41-4067-8c34-cfedf3bb36b0 Date: Mon, 03 Dec 2018 17:23:52 GMT RESP BODY: {"floatingip": {"router_id": "f36d6103-9bec-4315-9f5a-a852796dbe2e", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:23:51Z", "updated_at": "2018-12-03T17:23:51Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "port_id": "0855a337-4531-42d9-a5d1-50b5721427c0", "id": "ababc654-3d2a-47ec-91b9-cd8c9e3a7e28"}} 2018-12-03 17:23:52,706 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-88aa9526-ad41-4067-8c34-cfedf3bb36b0 2018-12-03 17:23:52,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.86006593704s 2018-12-03 17:23:52,706 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-88aa9526-ad41-4067-8c34-cfedf3bb36b0 2018-12-03 17:23:52,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 17:23:52,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:52,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-4de5b47b-fdbe-421c-889c-fb8724e4d821 Date: Mon, 03 Dec 2018 17:23:52 GMT RESP BODY: {"floatingips": [{"router_id": "f36d6103-9bec-4315-9f5a-a852796dbe2e", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:23:51Z", "updated_at": "2018-12-03T17:23:51Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "port_id": "0855a337-4531-42d9-a5d1-50b5721427c0", "id": "ababc654-3d2a-47ec-91b9-cd8c9e3a7e28"}]} 2018-12-03 17:23:52,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-4de5b47b-fdbe-421c-889c-fb8724e4d821 2018-12-03 17:23:52,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0363080501556s 2018-12-03 17:23:52,751 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-4de5b47b-fdbe-421c-889c-fb8724e4d821 2018-12-03 17:23:52,755 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-03 17:23:52,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 17:23:52,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:52,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-2ed0678e-09e7-4f32-af0e-21bc9ff5aa92 Date: Mon, 03 Dec 2018 17:23:52 GMT RESP BODY: {"floatingips": [{"router_id": "f36d6103-9bec-4315-9f5a-a852796dbe2e", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:23:51Z", "updated_at": "2018-12-03T17:23:51Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "port_id": "0855a337-4531-42d9-a5d1-50b5721427c0", "id": "ababc654-3d2a-47ec-91b9-cd8c9e3a7e28"}]} 2018-12-03 17:23:52,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-2ed0678e-09e7-4f32-af0e-21bc9ff5aa92 2018-12-03 17:23:52,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0232980251312s 2018-12-03 17:23:52,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-2ed0678e-09e7-4f32-af0e-21bc9ff5aa92 2018-12-03 17:23:52,887 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-03 17:23:52,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 17:23:52,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:53,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-fb9f224e-cbf6-4d97-a509-6a782d0a3a3b Date: Mon, 03 Dec 2018 17:23:53 GMT RESP BODY: {"floatingips": [{"router_id": "f36d6103-9bec-4315-9f5a-a852796dbe2e", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:23:51Z", "updated_at": "2018-12-03T17:23:51Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "port_id": "0855a337-4531-42d9-a5d1-50b5721427c0", "id": "ababc654-3d2a-47ec-91b9-cd8c9e3a7e28"}]} 2018-12-03 17:23:53,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-fb9f224e-cbf6-4d97-a509-6a782d0a3a3b 2018-12-03 17:23:53,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.032665014267s 2018-12-03 17:23:53,026 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-fb9f224e-cbf6-4d97-a509-6a782d0a3a3b 2018-12-03 17:23:53,029 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-03 17:23:53,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 17:23:53,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:53,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-9f08551e-c3fa-4714-8933-17fd2ef1ea73 Date: Mon, 03 Dec 2018 17:23:53 GMT RESP BODY: {"floatingips": [{"router_id": "f36d6103-9bec-4315-9f5a-a852796dbe2e", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:23:51Z", "updated_at": "2018-12-03T17:23:51Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "port_id": "0855a337-4531-42d9-a5d1-50b5721427c0", "id": "ababc654-3d2a-47ec-91b9-cd8c9e3a7e28"}]} 2018-12-03 17:23:53,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-9f08551e-c3fa-4714-8933-17fd2ef1ea73 2018-12-03 17:23:53,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0268778800964s 2018-12-03 17:23:53,162 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-9f08551e-c3fa-4714-8933-17fd2ef1ea73 2018-12-03 17:23:53,165 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-03 17:23:53,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 17:23:53,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:23:53,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-ba365590-b4a7-4955-9bed-f5311b591db3 Date: Mon, 03 Dec 2018 17:23:53 GMT RESP BODY: {"floatingips": [{"router_id": "f36d6103-9bec-4315-9f5a-a852796dbe2e", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:23:51Z", "updated_at": "2018-12-03T17:23:51Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "port_id": "0855a337-4531-42d9-a5d1-50b5721427c0", "id": "ababc654-3d2a-47ec-91b9-cd8c9e3a7e28"}]} 2018-12-03 17:23:53,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-ba365590-b4a7-4955-9bed-f5311b591db3 2018-12-03 17:23:53,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0223100185394s 2018-12-03 17:23:53,294 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-ba365590-b4a7-4955-9bed-f5311b591db3 2018-12-03 17:23:53,297 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'f36d6103-9bec-4315-9f5a-a852796dbe2e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'b69d7018fee64708a3f51adca5f13bc9', 'created_at': u'2018-12-03T17:23:51Z', 'attached': True, 'updated_at': u'2018-12-03T17:23:51Z', 'id': u'ababc654-3d2a-47ec-91b9-cd8c9e3a7e28', 'floating_network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b69d7018fee64708a3f51adca5f13bc9', 'name': 'cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f36d6103-9bec-4315-9f5a-a852796dbe2e', 'project_id': u'b69d7018fee64708a3f51adca5f13bc9', 'port_id': u'0855a337-4531-42d9-a5d1-50b5721427c0', 'port': u'0855a337-4531-42d9-a5d1-50b5721427c0', 'network': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2'}) 2018-12-03 17:23:53,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-03 17:23:53,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166/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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 17:23:57,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:23: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-6225f378-8c1d-4661-931c-af935ba30c6f x-compute-request-id: req-6225f378-8c1d-4661-931c-af935ba30c6f Content-Encoding: gzip Content-Length: 11676 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 1849626224 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.301837] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.303996] pid_max: default: 32768 minimum: 301\n[ 0.305159] Security Framework initialized\n[ 0.306237] SELinux: Initializing.\n[ 0.307825] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.311048] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.312774] Mount-cache hash table entries: 4096\n[ 0.314072] Initializing cgroup subsys memory\n[ 0.315195] Initializing cgroup subsys devices\n[ 0.316318] Initializing cgroup subsys freezer\n[ 0.317439] Initializing cgroup subsys net_cls\n[ 0.318557] Initializing cgroup subsys blkio\n[ 0.319649] Initializing cgroup subsys perf_event\n[ 0.320803] Initializing cgroup subsys hugetlb\n[ 0.321915] Initializing cgroup subsys pids\n[ 0.322990] Initializing cgroup subsys net_prio\n[ 0.324167] CPU: Physical Processor ID: 0\n[ 0.325923] mce: CPU supports 10 MCE banks\n[ 0.327022] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.328267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.329504] tlb_flushall_shift: 6\n[ 0.330671] Freeing SMP alternatives: 28k freed\n[ 0.334566] ACPI: Core revision 20130517\n[ 0.336000] ACPI: All ACPI Tables successfully acquired\n[ 0.337400] ftrace: allocating 25812 entries in 101 pages\n[ 0.359378] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.360827] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.362254] smpboot: Max logical packages: 2\n[ 0.363501] Enabling x2apic\n[ 0.364378] Enabled x2apic\n[ 0.365449] Switched APIC routing to physical x2apic.\n[ 0.367588] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.369029] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.371597] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.378444] KVM setup paravirtual spinlock\n[ 0.380430] smpboot: Booting Node 0, Processors #1 OK\n[ 0.382019] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.404819] Brought up 2 CPUs\n[ 0.404823] KVM setup async PF for cpu 1\n[ 0.404826] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.407887] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.409868] devtmpfs: initialized\n[ 0.412659] EVM: security.selinux\n[ 0.413636] EVM: security.ima\n[ 0.414571] EVM: security.capability\n[ 0.416147] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.417626] pinctrl core: initialized pinctrl subsystem\n[ 0.418981] NET: Registered protocol family 16\n[ 0.420280] ACPI: bus type PCI registered\n[ 0.421339] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.422811] PCI: Using configuration type 1 for base access\n[ 0.427406] ACPI: Added _OSI(Module Device)\n[ 0.428513] ACPI: Added _OSI(Processor Device)\n[ 0.429622] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.430771] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.433493] ACPI: Interpreter enabled\n[ 0.434535] ACPI: (supports S0 S5)\n[ 0.435489] ACPI: Using IOAPIC for interrupt routing\n[ 0.436675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.440473] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.441855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.443535] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.444974] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.447664] acpiphp: Slot [3] registered\n[ 0.448717] acpiphp: Slot [4] registered\n[ 0.449774] acpiphp: Slot [5] registered\n[ 0.450822] acpiphp: Slot [6] registered\n[ 0.451874] acpiphp: Slot [7] registered\n[ 0.452925] acpiphp: Slot [8] registered\n[ 0.453983] acpiphp: Slot [9] registered\n[ 0.455033] acpiphp: Slot [10] registered\n[ 0.456093] acpiphp: Slot [11] registered\n[ 0.457150] acpiphp: Slot [12] registered\n[ 0.458214] acpiphp: Slot [13] registered\n[ 0.459274] acpiphp: Slot [14] registered\n[ 0.460331] acpiphp: Slot [15] registered\n[ 0.461389] acpiphp: Slot [16] registered\n[ 0.462451] acpiphp: Slot [17] registered\n[ 0.463511] acpiphp: Slot [18] registered\n[ 0.464567] acpiphp: Slot [19] registered\n[ 0.465632] acpiphp: Slot [20] registered\n[ 0.466692] acpiphp: Slot [21] registered\n[ 0.467749] acpiphp: Slot [22] registered\n[ 0.468812] acpiphp: Slot [23] registered\n[ 0.469871] acpiphp: Slot [24] registered\n[ 0.470931] acpiphp: Slot [25] registered\n[ 0.471992] acpiphp: Slot [26] registered\n[ 0.473061] acpiphp: Slot [27] registered\n[ 0.474123] acpiphp: Slot [28] registered\n[ 0.475180] acpiphp: Slot [29] registered\n[ 0.476241] acpiphp: Slot [30] registered\n[ 0.477302] acpiphp: Slot [31] registered\n[ 0.478382] PCI host bridge to bus 0000:00\n[ 0.479441] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.480701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.482146] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.483599] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.485537] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.493373] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.494889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.496303] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.497798] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.505457] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.507692] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.561616] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.563628] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.565624] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.567555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.569545] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.571372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.573108] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.575499] vgaarb: loaded\n[ 0.576479] vgaarb: bridge control possible 0000:00:02.0\n[ 0.578038] SCSI subsystem initialized\n[ 0.579233] ACPI: bus type USB registered\n[ 0.580470] usbcore: registered new interface driver usbfs\n[ 0.581936] usbcore: registered new interface driver hub\n[ 0.583426] usbcore: registered new device driver usb\n[ 0.584962] PCI: Using ACPI for IRQ routing\n[ 0.586472] NetLabel: Initializing\n[ 0.587554] NetLabel: domain hash size = 128\n[ 0.588822] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.590240] NetLabel: unlabeled traffic allowed by default\n[ 0.591842] Switched to clocksource kvm-clock\n[ 0.598958] pnp: PnP ACPI init\n[ 0.599997] ACPI: bus type PNP registered\n[ 0.601493] pnp: PnP ACPI: found 5 devices\n[ 0.602699] ACPI: bus type PNP unregistered\n[ 0.609845] NET: Registered protocol family 2\n[ 0.611327] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.613728] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.615710] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.617478] TCP: reno registered\n[ 0.618576] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.620157] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.621848] NET: Registered protocol family 1\n[ 0.623126] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.624664] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.626172] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.645896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.665578] Unpacking initramfs...\n[ 1.079720] Freeing initrd memory: 37508k freed\n[ 1.089148] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.090703] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.099885] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.101387] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.103088] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.104508] Initialise system trusted keyring\n[ 1.105664] audit: initializing netlink socket (disabled)\n[ 1.106960] type=2000 audit(1543857831.625:1): initialized\n[ 1.123486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.124946] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.127383] zpool: loaded\n[ 1.128259] zbud: loaded\n[ 1.129245] VFS: Disk quotas dquot_6.5.2\n[ 1.130360] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.131920] msgmni has been set to 7578\n[ 1.133017] Key type big_key registered\n[ 1.134603] NET: Registered protocol family 38\n[ 1.135754] Key type asymmetric registered\n[ 1.136837] Asymmetric key parser 'x509' registered\n[ 1.138046] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.140040] io scheduler noop registered\n[ 1.141106] io scheduler deadline registered (default)\n[ 1.142359] io scheduler cfq registered\n[ 1.143483] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.154928] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.156473] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.158453] ACPI: Power Button [PWRF]\n[ 1.159570] GHES: HEST is not enabled!\n[ 1.160656] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.185097] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.186687] Non-volatile memory driver v1.3\n[ 1.187800] Linux agpgart interface v0.103\n[ 1.188967] crash memory driver: version 1.1\n[ 1.190124] rdac: device handler registered\n[ 1.191254] hp_sw: device handler registered\n[ 1.192370] emc: device handler registered\n[ 1.193448] alua: device handler registered\n[ 1.194553] libphy: Fixed MDIO Bus: probed\n[ 1.195668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.197110] ehci-pci: EHCI PCI platform driver\n[ 1.198252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.199638] ohci-pci: OHCI PCI platform driver\n[ 1.200776] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.220815] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.222117] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.224097] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.225363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.226757] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.228250] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.230189] usb usb1: Product: UHCI Host Controller\n[ 1.231469] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.233000] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.234229] hub 1-0:1.0: USB hub found\n[ 1.235267] hub 1-0:1.0: 2 ports detected\n[ 1.236422] usbcore: registered new interface driver usbserial\n[ 1.237774] usbcore: registered new interface driver usbserial_generic\n[ 1.239238] usbserial: USB Serial support registered for generic\n[ 1.240628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.243279] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.244498] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.245787] mousedev: PS/2 mouse device common for all mice\n[ 1.247318] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.249988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.252182] rtc_cmos 00:00: RTC can wake from S4\n[ 1.253647] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.255819] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.257557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.259290] cpuidle: using governor menu\n[ 1.260535] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.262080] usbcore: registered new interface driver usbhid\n[ 1.263605] usbhid: USB HID core driver\n[ 1.264820] drop_monitor: Initializing network drop monitor service\n[ 1.266508] TCP: cubic registered\n[ 1.267613] Initializing XFRM netlink socket\n[ 1.268942] NET: Registered protocol family 10\n[ 1.270447] NET: Registered protocol family 17\n[ 1.271915] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.273278] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.274857] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.277413] Loading compiled-in X.509 certificates\n[ 1.278784] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.281382] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.284387] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.287035] registered taskstats version 1\n[ 1.289788] Key type trusted registered\n[ 1.292159] Key type encrypted registered\n[ 1.294308] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.295947] rtc_cmos 00:00: setting system clock to 2018-12-03 17:23:51 UTC (1543857831)\n[ 1.298603] Freeing unused kernel memory: 1680k freed\n[ 1.302780] 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.307507] systemd[1]: Detected virtualization kvm.\n[ 1.308925] systemd[1]: Detected architecture x86-64.\n[ 1.310361] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.313207] systemd[1]: No hostname configured.\n[ 1.314541] systemd[1]: Set hostname to .\n[ 1.315979] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.339370] systemd[1]: Reached target Swap.\n[ 1.340657] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.343009] systemd[1]: Reached target Local File Systems.\n[ 1.344545] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.346868] systemd[1]: Reached target Timers.\n[ 1.348209] systemd[1]: Starting Timers.\n[ 1.349470] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.351905] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.355231] systemd[1]: Created slice Root Slice.\n[ 1.356567] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.358954] systemd[1]: Created slice System Slice.\n[ 1.360297] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.362623] systemd[1]: Listening on udev Control Socket.\n[ 1.364055] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.366492] systemd[1]: Listening on Journal Socket.\n[ 1.367835] systemd[1]: Starting Journal Socket.\n[ 1.369456] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.372195] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.376499] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.379622] systemd[1]: Listening on udev Kernel Socket.\n[ 1.381071] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.383376] systemd[1]: Reached target Sockets.\n[ 1.384732] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Paths.\n[ 1.386894] systemd[1]: Reached target Paths.\n[ 1.388190] systemd[1]: Starting Paths.\n[ 1.389673] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Slices.\n[ 1.392838] systemd[1]: Reached target Slices.\n[ 1.394148] systemd[1]: Starting Slices.\n[[32m OK [0m] Started Journal Service.\n[ 1.396465] 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.452979] RPC: Registered named UNIX socket transport module.\n[ 1.454523] RPC: Registered udp transport module.\n[ 1.455826] RPC: Registered tcp transport module.\n[ 1.457158] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[ 1.545889] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.548082] FDC 0 is a S82078B\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.565554] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.606139] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.611094] scsi host0: ata_piix\n[ 1.612618] vda: vda1\n[ 1.613626] scsi host1: ata_piix\n[ 1.614772] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.616703] 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.698172] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.699671] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.701181] usb 1-1: Product: QEMU USB Tablet\n[ 1.702283] usb 1-1: Manufacturer: QEMU\n[ 1.703303] usb 1-1: SerialNumber: 42\n[ 1.713304] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.715789] 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.796556] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.798859] XFS (vda1): Mounting V4 Filesystem\n[ 1.917729] 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[ 2.100888] tsc: Refined TSC clocksource calibration: 3491.909 MHz\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 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 System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Sockets.\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 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.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.176510] systemd-journald[109]: Received SIGTERM from PID 1 (systemd).\n[ 2.308740] SELinux: Disabled at runtime.\n[ 2.346883] type=1404 audit(1543857832.550:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.397891] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.399527] 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] Listening on udev Control Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Debug File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Create list of required st... nodes for the current kernel...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] 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] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.699930] systemd-journald[381]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[ 2.729852] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[ 2.859778] type=1305 audit(1543857833.062:3): audit_pid=434 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] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.036504] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.040486] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.047976] [drm] Initialized drm 1.1.0 20060810\n[ 3.062857] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.064910] [TTM] Initializing pool allocator\n[ 3.066825] [TTM] Initializing DMA pool allocator\n[ 3.068645] [drm] fb mappable at 0xFC000000\n[ 3.068645] [drm] vram aper at 0xFC000000\n[ 3.068646] [drm] size 33554432\n[ 3.068646] [drm] fb depth is 24\n[ 3.068646] [drm] pitch is 3072\n[ 3.073935] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.077417] ppdev: user-space parallel port driver\n[ 3.093110] Console: switching to colour frame buffer device 128x48\n[ 3.106605] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.108854] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting Authorization Manager...\n Starting LSB: Bring up/down networking...\n Starting NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 3.167877] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.188559] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.196885] alg: No test for crc32 (crc32-pclmul)\n[ 3.227324] intel_rapl: no valid rapl domains found in package 0\n[ 3.259043] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started NTP client/server.\n[ 3.268985] intel_powerclamp: No package C-state available\n[ 3.273935] 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 Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.750634] cloud-init[484]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 03 Dec 2018 17:23:54 +0000. Up 3.71 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Postfix Mail Transport Agent...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting System Logging Service...\n Starting OpenSSH server daemon...\n Starting Dynamic System Tuning Daemon...\n Starting Notify NFS peers of a restart...\n Starting PostgreSQL 9.5 database server...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started 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 System Logging Service.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.700982] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Mon, 03 Dec 2018 17:23:56 +0000. Up 5.63 seconds.\n[ 5.734228] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.736625] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.738773] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.743537] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.752364] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.763969] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:23:42:14 |\n[ 5.768408] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.773943] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.776800] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.781969] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.792332] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.797322] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.807253] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.817618] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.825166] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-12-03 17:23:57,257 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166/action used request id req-6225f378-8c1d-4661-931c-af935ba30c6f 2018-12-03 17:23:57,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 3.95948290825s 2018-12-03 17:23:57,258 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166/action used request id req-6225f378-8c1d-4661-931c-af935ba30c6f 2018-12-03 17:23:57,259 - 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 1849626224 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.301837] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.303996] pid_max: default: 32768 minimum: 301 [ 0.305159] Security Framework initialized [ 0.306237] SELinux: Initializing. [ 0.307825] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.311048] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.312774] Mount-cache hash table entries: 4096 [ 0.314072] Initializing cgroup subsys memory [ 0.315195] Initializing cgroup subsys devices [ 0.316318] Initializing cgroup subsys freezer [ 0.317439] Initializing cgroup subsys net_cls [ 0.318557] Initializing cgroup subsys blkio [ 0.319649] Initializing cgroup subsys perf_event [ 0.320803] Initializing cgroup subsys hugetlb [ 0.321915] Initializing cgroup subsys pids [ 0.322990] Initializing cgroup subsys net_prio [ 0.324167] CPU: Physical Processor ID: 0 [ 0.325923] mce: CPU supports 10 MCE banks [ 0.327022] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.328267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.329504] tlb_flushall_shift: 6 [ 0.330671] Freeing SMP alternatives: 28k freed [ 0.334566] ACPI: Core revision 20130517 [ 0.336000] ACPI: All ACPI Tables successfully acquired [ 0.337400] ftrace: allocating 25812 entries in 101 pages [ 0.359378] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.360827] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.362254] smpboot: Max logical packages: 2 [ 0.363501] Enabling x2apic [ 0.364378] Enabled x2apic [ 0.365449] Switched APIC routing to physical x2apic. [ 0.367588] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.369029] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.371597] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.378444] KVM setup paravirtual spinlock [ 0.380430] smpboot: Booting Node 0, Processors #1 OK [ 0.382019] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.404819] Brought up 2 CPUs [ 0.404823] KVM setup async PF for cpu 1 [ 0.404826] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.407887] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.409868] devtmpfs: initialized [ 0.412659] EVM: security.selinux [ 0.413636] EVM: security.ima [ 0.414571] EVM: security.capability [ 0.416147] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.417626] pinctrl core: initialized pinctrl subsystem [ 0.418981] NET: Registered protocol family 16 [ 0.420280] ACPI: bus type PCI registered [ 0.421339] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.422811] PCI: Using configuration type 1 for base access [ 0.427406] ACPI: Added _OSI(Module Device) [ 0.428513] ACPI: Added _OSI(Processor Device) [ 0.429622] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.430771] ACPI: Added _OSI(Processor Aggregator Device) [ 0.433493] ACPI: Interpreter enabled [ 0.434535] ACPI: (supports S0 S5) [ 0.435489] ACPI: Using IOAPIC for interrupt routing [ 0.436675] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.440473] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.441855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.443535] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.444974] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.447664] acpiphp: Slot [3] registered [ 0.448717] acpiphp: Slot [4] registered [ 0.449774] acpiphp: Slot [5] registered [ 0.450822] acpiphp: Slot [6] registered [ 0.451874] acpiphp: Slot [7] registered [ 0.452925] acpiphp: Slot [8] registered [ 0.453983] acpiphp: Slot [9] registered [ 0.455033] acpiphp: Slot [10] registered [ 0.456093] acpiphp: Slot [11] registered [ 0.457150] acpiphp: Slot [12] registered [ 0.458214] acpiphp: Slot [13] registered [ 0.459274] acpiphp: Slot [14] registered [ 0.460331] acpiphp: Slot [15] registered [ 0.461389] acpiphp: Slot [16] registered [ 0.462451] acpiphp: Slot [17] registered [ 0.463511] acpiphp: Slot [18] registered [ 0.464567] acpiphp: Slot [19] registered [ 0.465632] acpiphp: Slot [20] registered [ 0.466692] acpiphp: Slot [21] registered [ 0.467749] acpiphp: Slot [22] registered [ 0.468812] acpiphp: Slot [23] registered [ 0.469871] acpiphp: Slot [24] registered [ 0.470931] acpiphp: Slot [25] registered [ 0.471992] acpiphp: Slot [26] registered [ 0.473061] acpiphp: Slot [27] registered [ 0.474123] acpiphp: Slot [28] registered [ 0.475180] acpiphp: Slot [29] registered [ 0.476241] acpiphp: Slot [30] registered [ 0.477302] acpiphp: Slot [31] registered [ 0.478382] PCI host bridge to bus 0000:00 [ 0.479441] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.480701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.482146] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.483599] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.485537] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.493373] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.494889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.496303] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.497798] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.505457] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.507692] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.561616] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.563628] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.565624] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.567555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.569545] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.571372] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.573108] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.575499] vgaarb: loaded [ 0.576479] vgaarb: bridge control possible 0000:00:02.0 [ 0.578038] SCSI subsystem initialized [ 0.579233] ACPI: bus type USB registered [ 0.580470] usbcore: registered new interface driver usbfs [ 0.581936] usbcore: registered new interface driver hub [ 0.583426] usbcore: registered new device driver usb [ 0.584962] PCI: Using ACPI for IRQ routing [ 0.586472] NetLabel: Initializing [ 0.587554] NetLabel: domain hash size = 128 [ 0.588822] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.590240] NetLabel: unlabeled traffic allowed by default [ 0.591842] Switched to clocksource kvm-clock [ 0.598958] pnp: PnP ACPI init [ 0.599997] ACPI: bus type PNP registered [ 0.601493] pnp: PnP ACPI: found 5 devices [ 0.602699] ACPI: bus type PNP unregistered [ 0.609845] NET: Registered protocol family 2 [ 0.611327] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.613728] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.615710] TCP: Hash tables configured (established 32768 bind 32768) [ 0.617478] TCP: reno registered [ 0.618576] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.620157] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.621848] NET: Registered protocol family 1 [ 0.623126] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.624664] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.626172] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.645896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.665578] Unpacking initramfs... [ 1.079720] Freeing initrd memory: 37508k freed [ 1.089148] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.090703] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.099885] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.101387] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.103088] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.104508] Initialise system trusted keyring [ 1.105664] audit: initializing netlink socket (disabled) [ 1.106960] type=2000 audit(1543857831.625:1): initialized [ 1.123486] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.124946] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.127383] zpool: loaded [ 1.128259] zbud: loaded [ 1.129245] VFS: Disk quotas dquot_6.5.2 [ 1.130360] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.131920] msgmni has been set to 7578 [ 1.133017] Key type big_key registered [ 1.134603] NET: Registered protocol family 38 [ 1.135754] Key type asymmetric registered [ 1.136837] Asymmetric key parser 'x509' registered [ 1.138046] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.140040] io scheduler noop registered [ 1.141106] io scheduler deadline registered (default) [ 1.142359] io scheduler cfq registered [ 1.143483] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.154928] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.156473] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.158453] ACPI: Power Button [PWRF] [ 1.159570] GHES: HEST is not enabled! [ 1.160656] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.185097] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.186687] Non-volatile memory driver v1.3 [ 1.187800] Linux agpgart interface v0.103 [ 1.188967] crash memory driver: version 1.1 [ 1.190124] rdac: device handler registered [ 1.191254] hp_sw: device handler registered [ 1.192370] emc: device handler registered [ 1.193448] alua: device handler registered [ 1.194553] libphy: Fixed MDIO Bus: probed [ 1.195668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.197110] ehci-pci: EHCI PCI platform driver [ 1.198252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.199638] ohci-pci: OHCI PCI platform driver [ 1.200776] uhci_hcd: USB Universal Host Controller Interface driver [ 1.220815] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.222117] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.224097] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.225363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.226757] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.228250] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.230189] usb usb1: Product: UHCI Host Controller [ 1.231469] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.233000] usb usb1: SerialNumber: 0000:00:01.2 [ 1.234229] hub 1-0:1.0: USB hub found [ 1.235267] hub 1-0:1.0: 2 ports detected [ 1.236422] usbcore: registered new interface driver usbserial [ 1.237774] usbcore: registered new interface driver usbserial_generic [ 1.239238] usbserial: USB Serial support registered for generic [ 1.240628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.243279] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.244498] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.245787] mousedev: PS/2 mouse device common for all mice [ 1.247318] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.249988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.252182] rtc_cmos 00:00: RTC can wake from S4 [ 1.253647] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.255819] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.257557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.259290] cpuidle: using governor menu [ 1.260535] hidraw: raw HID events driver (C) Jiri Kosina [ 1.262080] usbcore: registered new interface driver usbhid [ 1.263605] usbhid: USB HID core driver [ 1.264820] drop_monitor: Initializing network drop monitor service [ 1.266508] TCP: cubic registered [ 1.267613] Initializing XFRM netlink socket [ 1.268942] NET: Registered protocol family 10 [ 1.270447] NET: Registered protocol family 17 [ 1.271915] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.273278] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.274857] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.277413] Loading compiled-in X.509 certificates [ 1.278784] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.281382] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.284387] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.287035] registered taskstats version 1 [ 1.289788] Key type trusted registered [ 1.292159] Key type encrypted registered [ 1.294308] IMA: No TPM chip found, activating TPM-bypass! [ 1.295947] rtc_cmos 00:00: setting system clock to 2018-12-03 17:23:51 UTC (1543857831) [ 1.298603] Freeing unused kernel memory: 1680k freed [ 1.302780] 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.307507] systemd[1]: Detected virtualization kvm. [ 1.308925] systemd[1]: Detected architecture x86-64. [ 1.310361] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.313207] systemd[1]: No hostname configured. [ 1.314541] systemd[1]: Set hostname to . [ 1.315979] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.339370] systemd[1]: Reached target Swap. [ 1.340657] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.343009] systemd[1]: Reached target Local File Systems. [ 1.344545] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.346868] systemd[1]: Reached target Timers. [ 1.348209] systemd[1]: Starting Timers. [ 1.349470] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.351905] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice Root Slice. [ 1.355231] systemd[1]: Created slice Root Slice. [ 1.356567] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.358954] systemd[1]: Created slice System Slice. [ 1.360297] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.362623] systemd[1]: Listening on udev Control Socket. [ 1.364055] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.366492] systemd[1]: Listening on Journal Socket. [ 1.367835] systemd[1]: Starting Journal Socket. [ 1.369456] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.372195] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.376499] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.379622] systemd[1]: Listening on udev Kernel Socket. [ 1.381071] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.383376] systemd[1]: Reached target Sockets. [ 1.384732] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Paths. [ 1.386894] systemd[1]: Reached target Paths. [ 1.388190] systemd[1]: Starting Paths. [ 1.389673] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Slices. [ 1.392838] systemd[1]: Reached target Slices. [ 1.394148] systemd[1]: Starting Slices. [[32m OK [0m] Started Journal Service. [ 1.396465] 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.452979] RPC: Registered named UNIX socket transport module. [ 1.454523] RPC: Registered udp transport module. [ 1.455826] RPC: Registered tcp transport module. [ 1.457158] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [ 1.545889] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.548082] FDC 0 is a S82078B [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.565554] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.606139] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.611094] scsi host0: ata_piix [ 1.612618] vda: vda1 [ 1.613626] scsi host1: ata_piix [ 1.614772] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.616703] 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.698172] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.699671] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.701181] usb 1-1: Product: QEMU USB Tablet [ 1.702283] usb 1-1: Manufacturer: QEMU [ 1.703303] usb 1-1: SerialNumber: 42 [ 1.713304] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.715789] 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.796556] SGI XFS with ACLs, security attributes, no debug enabled [ 1.798859] XFS (vda1): Mounting V4 Filesystem [ 1.917729] 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... [ 2.100888] tsc: Refined TSC clocksource calibration: 3491.909 MHz [[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 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 System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Sockets. [[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 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. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.176510] systemd-journald[109]: Received SIGTERM from PID 1 (systemd). [ 2.308740] SELinux: Disabled at runtime. [ 2.346883] type=1404 audit(1543857832.550:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.397891] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.399527] 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] Listening on udev Control Socket. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Created slice system-getty.slice. Mounting Huge Pages File System... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Debug File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... Starting Apply Kernel Variables... Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Create list of required st... nodes for the current kernel... Starting Remount Root and Kernel File Systems... [[32m OK [0m] 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] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Load/Save Random Seed... [[32m OK [0m] Started Load/Save Random Seed. [ 2.699930] systemd-journald[381]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Flush Journal to Persistent Storage. [ 2.729852] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 2.859778] type=1305 audit(1543857833.062:3): audit_pid=434 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] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started D-Bus System Message Bus. [ 3.036504] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.040486] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.047976] [drm] Initialized drm 1.1.0 20060810 [ 3.062857] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.064910] [TTM] Initializing pool allocator [ 3.066825] [TTM] Initializing DMA pool allocator [ 3.068645] [drm] fb mappable at 0xFC000000 [ 3.068645] [drm] vram aper at 0xFC000000 [ 3.068646] [drm] size 33554432 [ 3.068646] [drm] fb depth is 24 [ 3.068646] [drm] pitch is 3072 [ 3.073935] fbcon: cirrusdrmfb (fb0) is primary device [ 3.077417] ppdev: user-space parallel port driver [ 3.093110] Console: switching to colour frame buffer device 128x48 [ 3.106605] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.108854] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting Authorization Manager... Starting LSB: Bring up/down networking... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.167877] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.188559] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.196885] alg: No test for crc32 (crc32-pclmul) [ 3.227324] intel_rapl: no valid rapl domains found in package 0 [ 3.259043] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started NTP client/server. [ 3.268985] intel_powerclamp: No package C-state available [ 3.273935] 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 Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 3.750634] cloud-init[484]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 03 Dec 2018 17:23:54 +0000. Up 3.71 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Postfix Mail Transport Agent... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting System Logging Service... Starting OpenSSH server daemon... Starting Dynamic System Tuning Daemon... Starting Notify NFS peers of a restart... Starting PostgreSQL 9.5 database server... [[32m OK [0m] Reached target Network is Online. Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Supports the direct execution of binary formats.... Starting RabbitMQ Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started 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 System Logging Service. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [ 5.700982] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Mon, 03 Dec 2018 17:23:56 +0000. Up 5.63 seconds. [ 5.734228] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.736625] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.738773] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.743537] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.752364] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.763969] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:23:42:14 | [ 5.768408] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.773943] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.776800] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.781969] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.792332] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.797322] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.807253] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.817618] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.825166] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-12-03 17:23:57,263 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d068810L 2018-12-03 17:23:57,264 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:23:57,287 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-12-03 17:23:57,287 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-12-03 17:23:57,322 - 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-12-03 17:23:57,322 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:23:57,322 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-03 17:23:57,322 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:23:57,322 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:23:57,323 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:23:57,330 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:23:57,331 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:23:57,364 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.203: 4c1f7c71f5a98b8370f02ab218eae423 2018-12-03 17:23:57,365 - paramiko.transport - DEBUG - Trying key 4f000e354f265e7f12a01828b88fa151 from /tmp/tmpX9ok36 2018-12-03 17:23:57,376 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:23:57,440 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-12-03 17:23:57,467 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-12-03 17:23:57,469 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:23:57,475 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-12-03 17:23:57,484 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: Authentication failed. 2018-12-03 17:24:06,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-03 17:24:06,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166/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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 17:24:07,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:24: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-60a494ac-9b7e-4583-aa98-6d59fb4ffe4c x-compute-request-id: req-60a494ac-9b7e-4583-aa98-6d59fb4ffe4c Content-Encoding: gzip Content-Length: 12726 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 1849626224 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.301837] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.303996] pid_max: default: 32768 minimum: 301\n[ 0.305159] Security Framework initialized\n[ 0.306237] SELinux: Initializing.\n[ 0.307825] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.311048] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.312774] Mount-cache hash table entries: 4096\n[ 0.314072] Initializing cgroup subsys memory\n[ 0.315195] Initializing cgroup subsys devices\n[ 0.316318] Initializing cgroup subsys freezer\n[ 0.317439] Initializing cgroup subsys net_cls\n[ 0.318557] Initializing cgroup subsys blkio\n[ 0.319649] Initializing cgroup subsys perf_event\n[ 0.320803] Initializing cgroup subsys hugetlb\n[ 0.321915] Initializing cgroup subsys pids\n[ 0.322990] Initializing cgroup subsys net_prio\n[ 0.324167] CPU: Physical Processor ID: 0\n[ 0.325923] mce: CPU supports 10 MCE banks\n[ 0.327022] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.328267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.329504] tlb_flushall_shift: 6\n[ 0.330671] Freeing SMP alternatives: 28k freed\n[ 0.334566] ACPI: Core revision 20130517\n[ 0.336000] ACPI: All ACPI Tables successfully acquired\n[ 0.337400] ftrace: allocating 25812 entries in 101 pages\n[ 0.359378] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.360827] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.362254] smpboot: Max logical packages: 2\n[ 0.363501] Enabling x2apic\n[ 0.364378] Enabled x2apic\n[ 0.365449] Switched APIC routing to physical x2apic.\n[ 0.367588] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.369029] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.371597] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.378444] KVM setup paravirtual spinlock\n[ 0.380430] smpboot: Booting Node 0, Processors #1 OK\n[ 0.382019] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.404819] Brought up 2 CPUs\n[ 0.404823] KVM setup async PF for cpu 1\n[ 0.404826] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.407887] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.409868] devtmpfs: initialized\n[ 0.412659] EVM: security.selinux\n[ 0.413636] EVM: security.ima\n[ 0.414571] EVM: security.capability\n[ 0.416147] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.417626] pinctrl core: initialized pinctrl subsystem\n[ 0.418981] NET: Registered protocol family 16\n[ 0.420280] ACPI: bus type PCI registered\n[ 0.421339] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.422811] PCI: Using configuration type 1 for base access\n[ 0.427406] ACPI: Added _OSI(Module Device)\n[ 0.428513] ACPI: Added _OSI(Processor Device)\n[ 0.429622] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.430771] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.433493] ACPI: Interpreter enabled\n[ 0.434535] ACPI: (supports S0 S5)\n[ 0.435489] ACPI: Using IOAPIC for interrupt routing\n[ 0.436675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.440473] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.441855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.443535] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.444974] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.447664] acpiphp: Slot [3] registered\n[ 0.448717] acpiphp: Slot [4] registered\n[ 0.449774] acpiphp: Slot [5] registered\n[ 0.450822] acpiphp: Slot [6] registered\n[ 0.451874] acpiphp: Slot [7] registered\n[ 0.452925] acpiphp: Slot [8] registered\n[ 0.453983] acpiphp: Slot [9] registered\n[ 0.455033] acpiphp: Slot [10] registered\n[ 0.456093] acpiphp: Slot [11] registered\n[ 0.457150] acpiphp: Slot [12] registered\n[ 0.458214] acpiphp: Slot [13] registered\n[ 0.459274] acpiphp: Slot [14] registered\n[ 0.460331] acpiphp: Slot [15] registered\n[ 0.461389] acpiphp: Slot [16] registered\n[ 0.462451] acpiphp: Slot [17] registered\n[ 0.463511] acpiphp: Slot [18] registered\n[ 0.464567] acpiphp: Slot [19] registered\n[ 0.465632] acpiphp: Slot [20] registered\n[ 0.466692] acpiphp: Slot [21] registered\n[ 0.467749] acpiphp: Slot [22] registered\n[ 0.468812] acpiphp: Slot [23] registered\n[ 0.469871] acpiphp: Slot [24] registered\n[ 0.470931] acpiphp: Slot [25] registered\n[ 0.471992] acpiphp: Slot [26] registered\n[ 0.473061] acpiphp: Slot [27] registered\n[ 0.474123] acpiphp: Slot [28] registered\n[ 0.475180] acpiphp: Slot [29] registered\n[ 0.476241] acpiphp: Slot [30] registered\n[ 0.477302] acpiphp: Slot [31] registered\n[ 0.478382] PCI host bridge to bus 0000:00\n[ 0.479441] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.480701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.482146] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.483599] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.485537] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.493373] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.494889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.496303] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.497798] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.505457] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.507692] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.561616] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.563628] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.565624] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.567555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.569545] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.571372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.573108] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.575499] vgaarb: loaded\n[ 0.576479] vgaarb: bridge control possible 0000:00:02.0\n[ 0.578038] SCSI subsystem initialized\n[ 0.579233] ACPI: bus type USB registered\n[ 0.580470] usbcore: registered new interface driver usbfs\n[ 0.581936] usbcore: registered new interface driver hub\n[ 0.583426] usbcore: registered new device driver usb\n[ 0.584962] PCI: Using ACPI for IRQ routing\n[ 0.586472] NetLabel: Initializing\n[ 0.587554] NetLabel: domain hash size = 128\n[ 0.588822] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.590240] NetLabel: unlabeled traffic allowed by default\n[ 0.591842] Switched to clocksource kvm-clock\n[ 0.598958] pnp: PnP ACPI init\n[ 0.599997] ACPI: bus type PNP registered\n[ 0.601493] pnp: PnP ACPI: found 5 devices\n[ 0.602699] ACPI: bus type PNP unregistered\n[ 0.609845] NET: Registered protocol family 2\n[ 0.611327] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.613728] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.615710] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.617478] TCP: reno registered\n[ 0.618576] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.620157] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.621848] NET: Registered protocol family 1\n[ 0.623126] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.624664] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.626172] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.645896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.665578] Unpacking initramfs...\n[ 1.079720] Freeing initrd memory: 37508k freed\n[ 1.089148] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.090703] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.099885] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.101387] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.103088] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.104508] Initialise system trusted keyring\n[ 1.105664] audit: initializing netlink socket (disabled)\n[ 1.106960] type=2000 audit(1543857831.625:1): initialized\n[ 1.123486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.124946] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.127383] zpool: loaded\n[ 1.128259] zbud: loaded\n[ 1.129245] VFS: Disk quotas dquot_6.5.2\n[ 1.130360] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.131920] msgmni has been set to 7578\n[ 1.133017] Key type big_key registered\n[ 1.134603] NET: Registered protocol family 38\n[ 1.135754] Key type asymmetric registered\n[ 1.136837] Asymmetric key parser 'x509' registered\n[ 1.138046] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.140040] io scheduler noop registered\n[ 1.141106] io scheduler deadline registered (default)\n[ 1.142359] io scheduler cfq registered\n[ 1.143483] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.154928] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.156473] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.158453] ACPI: Power Button [PWRF]\n[ 1.159570] GHES: HEST is not enabled!\n[ 1.160656] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.185097] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.186687] Non-volatile memory driver v1.3\n[ 1.187800] Linux agpgart interface v0.103\n[ 1.188967] crash memory driver: version 1.1\n[ 1.190124] rdac: device handler registered\n[ 1.191254] hp_sw: device handler registered\n[ 1.192370] emc: device handler registered\n[ 1.193448] alua: device handler registered\n[ 1.194553] libphy: Fixed MDIO Bus: probed\n[ 1.195668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.197110] ehci-pci: EHCI PCI platform driver\n[ 1.198252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.199638] ohci-pci: OHCI PCI platform driver\n[ 1.200776] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.220815] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.222117] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.224097] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.225363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.226757] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.228250] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.230189] usb usb1: Product: UHCI Host Controller\n[ 1.231469] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.233000] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.234229] hub 1-0:1.0: USB hub found\n[ 1.235267] hub 1-0:1.0: 2 ports detected\n[ 1.236422] usbcore: registered new interface driver usbserial\n[ 1.237774] usbcore: registered new interface driver usbserial_generic\n[ 1.239238] usbserial: USB Serial support registered for generic\n[ 1.240628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.243279] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.244498] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.245787] mousedev: PS/2 mouse device common for all mice\n[ 1.247318] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.249988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.252182] rtc_cmos 00:00: RTC can wake from S4\n[ 1.253647] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.255819] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.257557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.259290] cpuidle: using governor menu\n[ 1.260535] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.262080] usbcore: registered new interface driver usbhid\n[ 1.263605] usbhid: USB HID core driver\n[ 1.264820] drop_monitor: Initializing network drop monitor service\n[ 1.266508] TCP: cubic registered\n[ 1.267613] Initializing XFRM netlink socket\n[ 1.268942] NET: Registered protocol family 10\n[ 1.270447] NET: Registered protocol family 17\n[ 1.271915] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.273278] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.274857] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.277413] Loading compiled-in X.509 certificates\n[ 1.278784] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.281382] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.284387] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.287035] registered taskstats version 1\n[ 1.289788] Key type trusted registered\n[ 1.292159] Key type encrypted registered\n[ 1.294308] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.295947] rtc_cmos 00:00: setting system clock to 2018-12-03 17:23:51 UTC (1543857831)\n[ 1.298603] Freeing unused kernel memory: 1680k freed\n[ 1.302780] 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.307507] systemd[1]: Detected virtualization kvm.\n[ 1.308925] systemd[1]: Detected architecture x86-64.\n[ 1.310361] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.313207] systemd[1]: No hostname configured.\n[ 1.314541] systemd[1]: Set hostname to .\n[ 1.315979] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.339370] systemd[1]: Reached target Swap.\n[ 1.340657] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.343009] systemd[1]: Reached target Local File Systems.\n[ 1.344545] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.346868] systemd[1]: Reached target Timers.\n[ 1.348209] systemd[1]: Starting Timers.\n[ 1.349470] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.351905] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.355231] systemd[1]: Created slice Root Slice.\n[ 1.356567] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.358954] systemd[1]: Created slice System Slice.\n[ 1.360297] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.362623] systemd[1]: Listening on udev Control Socket.\n[ 1.364055] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.366492] systemd[1]: Listening on Journal Socket.\n[ 1.367835] systemd[1]: Starting Journal Socket.\n[ 1.369456] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.372195] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.376499] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.379622] systemd[1]: Listening on udev Kernel Socket.\n[ 1.381071] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.383376] systemd[1]: Reached target Sockets.\n[ 1.384732] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Paths.\n[ 1.386894] systemd[1]: Reached target Paths.\n[ 1.388190] systemd[1]: Starting Paths.\n[ 1.389673] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Slices.\n[ 1.392838] systemd[1]: Reached target Slices.\n[ 1.394148] systemd[1]: Starting Slices.\n[[32m OK [0m] Started Journal Service.\n[ 1.396465] 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.452979] RPC: Registered named UNIX socket transport module.\n[ 1.454523] RPC: Registered udp transport module.\n[ 1.455826] RPC: Registered tcp transport module.\n[ 1.457158] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[ 1.545889] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.548082] FDC 0 is a S82078B\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.565554] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.606139] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.611094] scsi host0: ata_piix\n[ 1.612618] vda: vda1\n[ 1.613626] scsi host1: ata_piix\n[ 1.614772] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.616703] 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.698172] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.699671] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.701181] usb 1-1: Product: QEMU USB Tablet\n[ 1.702283] usb 1-1: Manufacturer: QEMU\n[ 1.703303] usb 1-1: SerialNumber: 42\n[ 1.713304] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.715789] 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.796556] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.798859] XFS (vda1): Mounting V4 Filesystem\n[ 1.917729] 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[ 2.100888] tsc: Refined TSC clocksource calibration: 3491.909 MHz\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 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 System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Sockets.\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 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.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.176510] systemd-journald[109]: Received SIGTERM from PID 1 (systemd).\n[ 2.308740] SELinux: Disabled at runtime.\n[ 2.346883] type=1404 audit(1543857832.550:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.397891] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.399527] 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] Listening on udev Control Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Debug File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Create list of required st... nodes for the current kernel...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] 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] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.699930] systemd-journald[381]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[ 2.729852] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[ 2.859778] type=1305 audit(1543857833.062:3): audit_pid=434 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] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.036504] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.040486] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.047976] [drm] Initialized drm 1.1.0 20060810\n[ 3.062857] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.064910] [TTM] Initializing pool allocator\n[ 3.066825] [TTM] Initializing DMA pool allocator\n[ 3.068645] [drm] fb mappable at 0xFC000000\n[ 3.068645] [drm] vram aper at 0xFC000000\n[ 3.068646] [drm] size 33554432\n[ 3.068646] [drm] fb depth is 24\n[ 3.068646] [drm] pitch is 3072\n[ 3.073935] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.077417] ppdev: user-space parallel port driver\n[ 3.093110] Console: switching to colour frame buffer device 128x48\n[ 3.106605] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.108854] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting Authorization Manager...\n Starting LSB: Bring up/down networking...\n Starting NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 3.167877] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.188559] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.196885] alg: No test for crc32 (crc32-pclmul)\n[ 3.227324] intel_rapl: no valid rapl domains found in package 0\n[ 3.259043] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started NTP client/server.\n[ 3.268985] intel_powerclamp: No package C-state available\n[ 3.273935] 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 Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.750634] cloud-init[484]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 03 Dec 2018 17:23:54 +0000. Up 3.71 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Postfix Mail Transport Agent...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting System Logging Service...\n Starting OpenSSH server daemon...\n Starting Dynamic System Tuning Daemon...\n Starting Notify NFS peers of a restart...\n Starting PostgreSQL 9.5 database server...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started 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 System Logging Service.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.700982] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Mon, 03 Dec 2018 17:23:56 +0000. Up 5.63 seconds.\n[ 5.734228] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.736625] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.738773] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.743537] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.752364] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.763969] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:23:42:14 |\n[ 5.768408] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.773943] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.776800] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.781969] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.792332] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.797322] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.807253] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.817618] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.825166] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 9.078432] cloud-init[2695]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 03 Dec 2018 17:23:59 +0000. Up 9.02 seconds.\n[ 9.893975] cloud-init[2857]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 03 Dec 2018 17:24:00 +0000. Up 9.82 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 | 4f:00:0e:35:4f:26:5e:7f:12:a0:18:28:b8:8f:a1:51 | - | 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.056151] cloud-init[2857]: Cloud-init v. 0.7.5 finished at Mon, 03 Dec 2018 17:24:00 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.05 seconds\n"} 2018-12-03 17:24:07,626 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166/action used request id req-60a494ac-9b7e-4583-aa98-6d59fb4ffe4c 2018-12-03 17:24:07,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.13309597969s 2018-12-03 17:24:07,628 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166/action used request id req-60a494ac-9b7e-4583-aa98-6d59fb4ffe4c 2018-12-03 17:24:07,628 - 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 1849626224 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.301837] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.303996] pid_max: default: 32768 minimum: 301 [ 0.305159] Security Framework initialized [ 0.306237] SELinux: Initializing. [ 0.307825] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.311048] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.312774] Mount-cache hash table entries: 4096 [ 0.314072] Initializing cgroup subsys memory [ 0.315195] Initializing cgroup subsys devices [ 0.316318] Initializing cgroup subsys freezer [ 0.317439] Initializing cgroup subsys net_cls [ 0.318557] Initializing cgroup subsys blkio [ 0.319649] Initializing cgroup subsys perf_event [ 0.320803] Initializing cgroup subsys hugetlb [ 0.321915] Initializing cgroup subsys pids [ 0.322990] Initializing cgroup subsys net_prio [ 0.324167] CPU: Physical Processor ID: 0 [ 0.325923] mce: CPU supports 10 MCE banks [ 0.327022] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.328267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.329504] tlb_flushall_shift: 6 [ 0.330671] Freeing SMP alternatives: 28k freed [ 0.334566] ACPI: Core revision 20130517 [ 0.336000] ACPI: All ACPI Tables successfully acquired [ 0.337400] ftrace: allocating 25812 entries in 101 pages [ 0.359378] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.360827] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.362254] smpboot: Max logical packages: 2 [ 0.363501] Enabling x2apic [ 0.364378] Enabled x2apic [ 0.365449] Switched APIC routing to physical x2apic. [ 0.367588] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.369029] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.371597] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.378444] KVM setup paravirtual spinlock [ 0.380430] smpboot: Booting Node 0, Processors #1 OK [ 0.382019] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.404819] Brought up 2 CPUs [ 0.404823] KVM setup async PF for cpu 1 [ 0.404826] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.407887] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.409868] devtmpfs: initialized [ 0.412659] EVM: security.selinux [ 0.413636] EVM: security.ima [ 0.414571] EVM: security.capability [ 0.416147] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.417626] pinctrl core: initialized pinctrl subsystem [ 0.418981] NET: Registered protocol family 16 [ 0.420280] ACPI: bus type PCI registered [ 0.421339] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.422811] PCI: Using configuration type 1 for base access [ 0.427406] ACPI: Added _OSI(Module Device) [ 0.428513] ACPI: Added _OSI(Processor Device) [ 0.429622] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.430771] ACPI: Added _OSI(Processor Aggregator Device) [ 0.433493] ACPI: Interpreter enabled [ 0.434535] ACPI: (supports S0 S5) [ 0.435489] ACPI: Using IOAPIC for interrupt routing [ 0.436675] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.440473] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.441855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.443535] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.444974] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.447664] acpiphp: Slot [3] registered [ 0.448717] acpiphp: Slot [4] registered [ 0.449774] acpiphp: Slot [5] registered [ 0.450822] acpiphp: Slot [6] registered [ 0.451874] acpiphp: Slot [7] registered [ 0.452925] acpiphp: Slot [8] registered [ 0.453983] acpiphp: Slot [9] registered [ 0.455033] acpiphp: Slot [10] registered [ 0.456093] acpiphp: Slot [11] registered [ 0.457150] acpiphp: Slot [12] registered [ 0.458214] acpiphp: Slot [13] registered [ 0.459274] acpiphp: Slot [14] registered [ 0.460331] acpiphp: Slot [15] registered [ 0.461389] acpiphp: Slot [16] registered [ 0.462451] acpiphp: Slot [17] registered [ 0.463511] acpiphp: Slot [18] registered [ 0.464567] acpiphp: Slot [19] registered [ 0.465632] acpiphp: Slot [20] registered [ 0.466692] acpiphp: Slot [21] registered [ 0.467749] acpiphp: Slot [22] registered [ 0.468812] acpiphp: Slot [23] registered [ 0.469871] acpiphp: Slot [24] registered [ 0.470931] acpiphp: Slot [25] registered [ 0.471992] acpiphp: Slot [26] registered [ 0.473061] acpiphp: Slot [27] registered [ 0.474123] acpiphp: Slot [28] registered [ 0.475180] acpiphp: Slot [29] registered [ 0.476241] acpiphp: Slot [30] registered [ 0.477302] acpiphp: Slot [31] registered [ 0.478382] PCI host bridge to bus 0000:00 [ 0.479441] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.480701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.482146] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.483599] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.485537] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.493373] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.494889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.496303] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.497798] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.505457] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.507692] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.561616] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.563628] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.565624] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.567555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.569545] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.571372] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.573108] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.575499] vgaarb: loaded [ 0.576479] vgaarb: bridge control possible 0000:00:02.0 [ 0.578038] SCSI subsystem initialized [ 0.579233] ACPI: bus type USB registered [ 0.580470] usbcore: registered new interface driver usbfs [ 0.581936] usbcore: registered new interface driver hub [ 0.583426] usbcore: registered new device driver usb [ 0.584962] PCI: Using ACPI for IRQ routing [ 0.586472] NetLabel: Initializing [ 0.587554] NetLabel: domain hash size = 128 [ 0.588822] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.590240] NetLabel: unlabeled traffic allowed by default [ 0.591842] Switched to clocksource kvm-clock [ 0.598958] pnp: PnP ACPI init [ 0.599997] ACPI: bus type PNP registered [ 0.601493] pnp: PnP ACPI: found 5 devices [ 0.602699] ACPI: bus type PNP unregistered [ 0.609845] NET: Registered protocol family 2 [ 0.611327] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.613728] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.615710] TCP: Hash tables configured (established 32768 bind 32768) [ 0.617478] TCP: reno registered [ 0.618576] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.620157] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.621848] NET: Registered protocol family 1 [ 0.623126] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.624664] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.626172] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.645896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.665578] Unpacking initramfs... [ 1.079720] Freeing initrd memory: 37508k freed [ 1.089148] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.090703] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.099885] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.101387] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.103088] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.104508] Initialise system trusted keyring [ 1.105664] audit: initializing netlink socket (disabled) [ 1.106960] type=2000 audit(1543857831.625:1): initialized [ 1.123486] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.124946] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.127383] zpool: loaded [ 1.128259] zbud: loaded [ 1.129245] VFS: Disk quotas dquot_6.5.2 [ 1.130360] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.131920] msgmni has been set to 7578 [ 1.133017] Key type big_key registered [ 1.134603] NET: Registered protocol family 38 [ 1.135754] Key type asymmetric registered [ 1.136837] Asymmetric key parser 'x509' registered [ 1.138046] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.140040] io scheduler noop registered [ 1.141106] io scheduler deadline registered (default) [ 1.142359] io scheduler cfq registered [ 1.143483] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.154928] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.156473] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.158453] ACPI: Power Button [PWRF] [ 1.159570] GHES: HEST is not enabled! [ 1.160656] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.185097] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.186687] Non-volatile memory driver v1.3 [ 1.187800] Linux agpgart interface v0.103 [ 1.188967] crash memory driver: version 1.1 [ 1.190124] rdac: device handler registered [ 1.191254] hp_sw: device handler registered [ 1.192370] emc: device handler registered [ 1.193448] alua: device handler registered [ 1.194553] libphy: Fixed MDIO Bus: probed [ 1.195668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.197110] ehci-pci: EHCI PCI platform driver [ 1.198252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.199638] ohci-pci: OHCI PCI platform driver [ 1.200776] uhci_hcd: USB Universal Host Controller Interface driver [ 1.220815] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.222117] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.224097] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.225363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.226757] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.228250] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.230189] usb usb1: Product: UHCI Host Controller [ 1.231469] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.233000] usb usb1: SerialNumber: 0000:00:01.2 [ 1.234229] hub 1-0:1.0: USB hub found [ 1.235267] hub 1-0:1.0: 2 ports detected [ 1.236422] usbcore: registered new interface driver usbserial [ 1.237774] usbcore: registered new interface driver usbserial_generic [ 1.239238] usbserial: USB Serial support registered for generic [ 1.240628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.243279] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.244498] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.245787] mousedev: PS/2 mouse device common for all mice [ 1.247318] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.249988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.252182] rtc_cmos 00:00: RTC can wake from S4 [ 1.253647] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.255819] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.257557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.259290] cpuidle: using governor menu [ 1.260535] hidraw: raw HID events driver (C) Jiri Kosina [ 1.262080] usbcore: registered new interface driver usbhid [ 1.263605] usbhid: USB HID core driver [ 1.264820] drop_monitor: Initializing network drop monitor service [ 1.266508] TCP: cubic registered [ 1.267613] Initializing XFRM netlink socket [ 1.268942] NET: Registered protocol family 10 [ 1.270447] NET: Registered protocol family 17 [ 1.271915] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.273278] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.274857] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.277413] Loading compiled-in X.509 certificates [ 1.278784] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.281382] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.284387] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.287035] registered taskstats version 1 [ 1.289788] Key type trusted registered [ 1.292159] Key type encrypted registered [ 1.294308] IMA: No TPM chip found, activating TPM-bypass! [ 1.295947] rtc_cmos 00:00: setting system clock to 2018-12-03 17:23:51 UTC (1543857831) [ 1.298603] Freeing unused kernel memory: 1680k freed [ 1.302780] 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.307507] systemd[1]: Detected virtualization kvm. [ 1.308925] systemd[1]: Detected architecture x86-64. [ 1.310361] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.313207] systemd[1]: No hostname configured. [ 1.314541] systemd[1]: Set hostname to . [ 1.315979] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.339370] systemd[1]: Reached target Swap. [ 1.340657] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.343009] systemd[1]: Reached target Local File Systems. [ 1.344545] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.346868] systemd[1]: Reached target Timers. [ 1.348209] systemd[1]: Starting Timers. [ 1.349470] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.351905] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice Root Slice. [ 1.355231] systemd[1]: Created slice Root Slice. [ 1.356567] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.358954] systemd[1]: Created slice System Slice. [ 1.360297] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.362623] systemd[1]: Listening on udev Control Socket. [ 1.364055] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.366492] systemd[1]: Listening on Journal Socket. [ 1.367835] systemd[1]: Starting Journal Socket. [ 1.369456] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.372195] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.376499] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.379622] systemd[1]: Listening on udev Kernel Socket. [ 1.381071] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.383376] systemd[1]: Reached target Sockets. [ 1.384732] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Paths. [ 1.386894] systemd[1]: Reached target Paths. [ 1.388190] systemd[1]: Starting Paths. [ 1.389673] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Slices. [ 1.392838] systemd[1]: Reached target Slices. [ 1.394148] systemd[1]: Starting Slices. [[32m OK [0m] Started Journal Service. [ 1.396465] 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.452979] RPC: Registered named UNIX socket transport module. [ 1.454523] RPC: Registered udp transport module. [ 1.455826] RPC: Registered tcp transport module. [ 1.457158] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [ 1.545889] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.548082] FDC 0 is a S82078B [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.565554] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.606139] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.611094] scsi host0: ata_piix [ 1.612618] vda: vda1 [ 1.613626] scsi host1: ata_piix [ 1.614772] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.616703] 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.698172] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.699671] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.701181] usb 1-1: Product: QEMU USB Tablet [ 1.702283] usb 1-1: Manufacturer: QEMU [ 1.703303] usb 1-1: SerialNumber: 42 [ 1.713304] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.715789] 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.796556] SGI XFS with ACLs, security attributes, no debug enabled [ 1.798859] XFS (vda1): Mounting V4 Filesystem [ 1.917729] 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... [ 2.100888] tsc: Refined TSC clocksource calibration: 3491.909 MHz [[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 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 System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Sockets. [[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 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. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.176510] systemd-journald[109]: Received SIGTERM from PID 1 (systemd). [ 2.308740] SELinux: Disabled at runtime. [ 2.346883] type=1404 audit(1543857832.550:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.397891] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.399527] 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] Listening on udev Control Socket. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Created slice system-getty.slice. Mounting Huge Pages File System... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Debug File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... Starting Apply Kernel Variables... Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Create list of required st... nodes for the current kernel... Starting Remount Root and Kernel File Systems... [[32m OK [0m] 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] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Load/Save Random Seed... [[32m OK [0m] Started Load/Save Random Seed. [ 2.699930] systemd-journald[381]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Flush Journal to Persistent Storage. [ 2.729852] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 2.859778] type=1305 audit(1543857833.062:3): audit_pid=434 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] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started D-Bus System Message Bus. [ 3.036504] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.040486] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.047976] [drm] Initialized drm 1.1.0 20060810 [ 3.062857] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.064910] [TTM] Initializing pool allocator [ 3.066825] [TTM] Initializing DMA pool allocator [ 3.068645] [drm] fb mappable at 0xFC000000 [ 3.068645] [drm] vram aper at 0xFC000000 [ 3.068646] [drm] size 33554432 [ 3.068646] [drm] fb depth is 24 [ 3.068646] [drm] pitch is 3072 [ 3.073935] fbcon: cirrusdrmfb (fb0) is primary device [ 3.077417] ppdev: user-space parallel port driver [ 3.093110] Console: switching to colour frame buffer device 128x48 [ 3.106605] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.108854] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting Authorization Manager... Starting LSB: Bring up/down networking... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.167877] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.188559] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.196885] alg: No test for crc32 (crc32-pclmul) [ 3.227324] intel_rapl: no valid rapl domains found in package 0 [ 3.259043] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started NTP client/server. [ 3.268985] intel_powerclamp: No package C-state available [ 3.273935] 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 Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 3.750634] cloud-init[484]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 03 Dec 2018 17:23:54 +0000. Up 3.71 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Postfix Mail Transport Agent... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting System Logging Service... Starting OpenSSH server daemon... Starting Dynamic System Tuning Daemon... Starting Notify NFS peers of a restart... Starting PostgreSQL 9.5 database server... [[32m OK [0m] Reached target Network is Online. Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Supports the direct execution of binary formats.... Starting RabbitMQ Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started 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 System Logging Service. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [ 5.700982] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Mon, 03 Dec 2018 17:23:56 +0000. Up 5.63 seconds. [ 5.734228] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.736625] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.738773] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.743537] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.752364] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.763969] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:23:42:14 | [ 5.768408] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.773943] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.776800] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.781969] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.792332] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.797322] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.807253] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.817618] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.825166] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 9.078432] cloud-init[2695]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 03 Dec 2018 17:23:59 +0000. Up 9.02 seconds. [ 9.893975] cloud-init[2857]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 03 Dec 2018 17:24:00 +0000. Up 9.82 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 | 4f:00:0e:35:4f:26:5e:7f:12:a0:18:28:b8:8f:a1:51 | - | 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.056151] cloud-init[2857]: Cloud-init v. 0.7.5 finished at Mon, 03 Dec 2018 17:24:00 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.05 seconds 2018-12-03 17:24:07,632 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d0a3e50L 2018-12-03 17:24:07,632 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:24:07,640 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-12-03 17:24:07,640 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-12-03 17:24:07,651 - 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-12-03 17:24:07,652 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:24:07,652 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-03 17:24:07,652 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:24:07,652 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:24:07,652 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:24:07,670 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:24:07,671 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:24:07,696 - paramiko.transport - DEBUG - Trying key 4f000e354f265e7f12a01828b88fa151 from /tmp/tmpX9ok36 2018-12-03 17:24:07,711 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:24:07,761 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:24:07,797 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-12-03 17:24:07,797 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-12-03 17:24:07,798 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-12-03 17:24:07,799 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/status 2018-12-03 17:24:08,111 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:24:08,111 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:24:08,111 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:24:08,111 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:24:08,111 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:24:08,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:24:08,112 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:24:08,112 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4765, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4774, "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": 1785, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4758, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 862, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 799, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 803, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4464, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4753, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-12-03 17:24:08,112 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:24:08,112 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:24:07 GMT 2018-12-03 17:24:08,112 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:24:08,112 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-12-03 17:24:08,112 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:24:08,113 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4765, 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': 4774, 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': 1785, 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': 4758, 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': 862, 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': 799, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 803, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 4464, 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': 4753, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-12-03 17:24:08,113 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/status 2018-12-03 17:24:08,239 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:24:08,240 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:24:08,240 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:24:08,240 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:24:08,240 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:24:08,240 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:24:08,240 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:24:08,240 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4765, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4774, "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": 1785, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4758, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 862, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 799, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 803, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4464, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4753, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-12-03 17:24:08,240 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:24:08,241 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:24:07 GMT 2018-12-03 17:24:08,241 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:24:08,241 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-12-03 17:24:08,241 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:24:08,241 - functest.core.cloudify - INFO - The current manager status is running 2018-12-03 17:24:08,242 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-12-03 17:24:08,335 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:24:08,335 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:24:08,335 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:24:08,335 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:24:08,335 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:24:08,335 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:24:08,335 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:24:08,335 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-12-03 17:24:08,336 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-03T17:24:07.664Z", "updated_at": "2018-12-03T17:24:07.664Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-12-03 17:24:08,336 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:24:08,336 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:24:07 GMT 2018-12-03 17:24:08,336 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:24:08,336 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-12-03 17:24:08,336 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:24:08,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/secrets 2018-12-03 17:24:08,394 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:24:08,395 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:24:08,395 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:24:08,395 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:24:08,395 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:24:08,395 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:24:08,395 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:24:08,395 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-12-03T17:24:07.664Z", "updated_at": "2018-12-03T17:24:07.664Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-12-03 17:24:08,395 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:24:08,396 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:24:07 GMT 2018-12-03 17:24:08,396 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:24:08,396 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-12-03 17:24:08,396 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:24:08,396 - functest.core.cloudify - DEBUG - List secrets: 2018-12-03 17:24:08,397 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.203:80/api/v3/secrets/foo 2018-12-03 17:24:08,479 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:24:08,479 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:24:08,479 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:24:08,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:24:08,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:24:08,480 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:24:08,480 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:24:08,480 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-12-03 17:24:08,480 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-03T17:24:07.664Z", "updated_at": "2018-12-03T17:24:07.664Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-12-03 17:24:08,480 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:24:08,480 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:24:07 GMT 2018-12-03 17:24:08,480 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:24:08,480 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-12-03 17:24:08,480 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:24:08,481 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-12-03 17:24:08,481 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-12-03 17:24:08,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 17:24:08,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:24:08,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:24:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b37cf981-0aa9-4a2f-9fe5-3a0386146703 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.30:5000/v3/projects/b69d7018fee64708a3f51adca5f13bc9"}, "enabled": true, "id": "b69d7018fee64708a3f51adca5f13bc9", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 17:24:08,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-b37cf981-0aa9-4a2f-9fe5-3a0386146703 2018-12-03 17:24:08,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0971269607544s 2018-12-03 17:24:08,579 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-b37cf981-0aa9-4a2f-9fe5-3a0386146703 2018-12-03 17:24:08,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-12-03 17:24:08,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/quotas/b69d7018fee64708a3f51adca5f13bc9.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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-12-03 17:24:08,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-c8ac46bf-898e-458d-b628-343700dc8443 Date: Mon, 03 Dec 2018 17:24:08 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-12-03 17:24:08,847 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/quotas/b69d7018fee64708a3f51adca5f13bc9.json used request id req-c8ac46bf-898e-458d-b628-343700dc8443 2018-12-03 17:24:08,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.266081094742s 2018-12-03 17:24:08,848 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/quotas/b69d7018fee64708a3f51adca5f13bc9.json used request id req-c8ac46bf-898e-458d-b628-343700dc8443 2018-12-03 17:24:08,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-12-03 17:24:08,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-12-03 17:24:08,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:24:08,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:24:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b61b00b-e2af-4521-bf85-87317cbe4e2b Content-Encoding: gzip Content-Length: 918 Content-Type: application/json RESP BODY: {"services": [{"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.30:5000/v3/services/069d7908a8bd470e93a599f5ae7b5f91"}, "enabled": true, "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.30:5000/v3/services/2ede4c2c96ec44dc866b64b5e976ba5c"}, "enabled": true, "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.30:5000/v3/services/2f85a25c736a4047b94f4894d2865636"}, "enabled": true, "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.30:5000/v3/services/4dc80267a8324614b8a3b8fa4a8dc60e"}, "enabled": true, "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.30:5000/v3/services/7a70d1c70ce2482dad40eaab9a72fa43"}, "enabled": true, "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.30:5000/v3/services/7f1bfb554cf946d0a11fd2e225b9618d"}, "enabled": true, "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.30:5000/v3/services/85e3a2ddeb224676ac332562b2721fe5"}, "enabled": true, "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.30:5000/v3/services/9413f26765b849e2bfb09bb6ef80e031"}, "enabled": true, "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.30:5000/v3/services/96859ba4aff64d788f591e061a166ccb"}, "enabled": true, "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.30:5000/v3/services/990fb337b7a7454ea032b067fa272cd9"}, "enabled": true, "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.30:5000/v3/services/a6c40b0800944d76a5148e61aa415487"}, "enabled": true, "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.30:5000/v3/services/aa09a6e0421a40479fe4e60f54d7d3b8"}, "enabled": true, "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.30:5000/v3/services/b05d650112da47deb8780ba78eb211ab"}, "enabled": true, "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.30:5000/v3/services/b6d9819c5a1a481fb79254890fa2c607"}, "enabled": true, "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.30:5000/v3/services/bf04b5098ffa4cc5be5663c92973fe62"}, "enabled": true, "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.30:5000/v3/services/dc4ad3693b554b2bbce95fd2391f4a25"}, "enabled": true, "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "links": {"self": "http://172.30.9.30:5000/v3/services", "previous": null, "next": null}} 2018-12-03 17:24:08,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/services used request id req-8b61b00b-e2af-4521-bf85-87317cbe4e2b 2018-12-03 17:24:08,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0928840637207s 2018-12-03 17:24:08,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-12-03 17:24:08,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:24:09,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:24:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa1758ac-cc25-4f56-a23b-df9c4f7f663e Content-Encoding: gzip Content-Length: 2067 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/084ab41f70734ee29d9a43b6aaaed64a"}, "url": "http://192.30.9.10:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7f1bfb554cf946d0a11fd2e225b9618d", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0dac910b1dea4b6f9d6d259380e9e427"}, "url": "http://192.30.9.10:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6c40b0800944d76a5148e61aa415487", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/196aebb5c3b1433994b31e6d527db893"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc4ad3693b554b2bbce95fd2391f4a25", "id": "196aebb5c3b1433994b31e6d527db893"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/274364aa481747fdb8f37ee235ba9c7f"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bf04b5098ffa4cc5be5663c92973fe62", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2b624f174fbd43d8b26dd315e5d18d4c"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4dc80267a8324614b8a3b8fa4a8dc60e", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2f8aa34e337342d7abba2f1749904d7d"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4dc80267a8324614b8a3b8fa4a8dc60e", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/30d7201553ef403ba3985605dd4888f4"}, "url": "http://192.30.9.10:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6c40b0800944d76a5148e61aa415487", "id": "30d7201553ef403ba3985605dd4888f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/344f742fc0f649b29a78b0ed3dc154c9"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa09a6e0421a40479fe4e60f54d7d3b8", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/399e8a0528854fd984203de6f269d1d4"}, "url": "http://172.30.9.30:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b05d650112da47deb8780ba78eb211ab", "id": "399e8a0528854fd984203de6f269d1d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/3f6d65e1429a40c7aee7f1e34470036b"}, "url": "http://172.30.9.30:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4dc80267a8324614b8a3b8fa4a8dc60e", "id": "3f6d65e1429a40c7aee7f1e34470036b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/415a38ec62f5473e83b67419e3f64376"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa09a6e0421a40479fe4e60f54d7d3b8", "id": "415a38ec62f5473e83b67419e3f64376"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/41fb9e01b0554adbb2dd29a6b36db5e2"}, "url": "http://172.30.9.30:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6c40b0800944d76a5148e61aa415487", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4f5ad6c0e83444d69365d4f4d551ca46"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9413f26765b849e2bfb09bb6ef80e031", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/55aeac80fe4b4e9a9646e779c400c78f"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "069d7908a8bd470e93a599f5ae7b5f91", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/563ce01d3adf4b0aaf846c04bd036fc4"}, "url": "http://172.30.9.30:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9413f26765b849e2bfb09bb6ef80e031", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/5a197c91772f41c58f736edf2713c223"}, "url": "http://172.30.9.30:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa09a6e0421a40479fe4e60f54d7d3b8", "id": "5a197c91772f41c58f736edf2713c223"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6114da7963354b72ae81efacdeb61143"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc4ad3693b554b2bbce95fd2391f4a25", "id": "6114da7963354b72ae81efacdeb61143"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/67571c7634ae4b11a1e7e5064fef956c"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b05d650112da47deb8780ba78eb211ab", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6b0f2c65d1d749668f4ab0c1d39e52f3"}, "url": "http://192.30.9.10:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "85e3a2ddeb224676ac332562b2721fe5", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/80387e5af9eb4dbdbdc27e4b9dd1e53e"}, "url": "http://172.30.9.30:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2ede4c2c96ec44dc866b64b5e976ba5c", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/8e0340ad86aa49c5b5639897002d16ee"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2f85a25c736a4047b94f4894d2865636", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/8f3723939124493b8de997326cbf8049"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "990fb337b7a7454ea032b067fa272cd9", "id": "8f3723939124493b8de997326cbf8049"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/95ac082af78c44fbbd15669637466689"}, "url": "http://172.30.9.30:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7a70d1c70ce2482dad40eaab9a72fa43", "id": "95ac082af78c44fbbd15669637466689"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/9948a8e85dea4484b2cc150a91ba8d3e"}, "url": "http://192.30.9.10:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7f1bfb554cf946d0a11fd2e225b9618d", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/9b13970dc8cd42bcb889ab5b4ee22054"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b6d9819c5a1a481fb79254890fa2c607", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a0ed5bb133774010a488c34d6aab6921"}, "url": "http://172.30.9.30:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "85e3a2ddeb224676ac332562b2721fe5", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a2e8556f7c594f7f89d57d83ab8dafbf"}, "url": "http://192.30.9.10:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "85e3a2ddeb224676ac332562b2721fe5", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/aed211f5ac8641a3b2354094260c57b3"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bf04b5098ffa4cc5be5663c92973fe62", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b032ab67dcfd459ba821b9027e8e401d"}, "url": "http://172.30.9.30:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "990fb337b7a7454ea032b067fa272cd9", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b5f1a0517abb45cc8d6628a0a8dbab1b"}, "url": "http://172.30.9.30:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b6d9819c5a1a481fb79254890fa2c607", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b68c4b128b824e7a8b708e9b713478a7"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2f85a25c736a4047b94f4894d2865636", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/bcb6ab0897fc4b98a8e6d4ec86d351bf"}, "url": "http://192.30.9.10:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2ede4c2c96ec44dc866b64b5e976ba5c", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/bd56513ae07343fcaac4a9b0e0d619f5"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b6d9819c5a1a481fb79254890fa2c607", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c770f39b61d64814995e5d0ed127a44b"}, "url": "http://192.30.9.10:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2ede4c2c96ec44dc866b64b5e976ba5c", "id": "c770f39b61d64814995e5d0ed127a44b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c850df21875340ee8edf5531f6687104"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "069d7908a8bd470e93a599f5ae7b5f91", "id": "c850df21875340ee8edf5531f6687104"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/d37ac7247e7c441cb6317b5a5f47aae5"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9413f26765b849e2bfb09bb6ef80e031", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/db739b64fe6042f8b2c5edef11692b77"}, "url": "http://172.30.9.30:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2f85a25c736a4047b94f4894d2865636", "id": "db739b64fe6042f8b2c5edef11692b77"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e33a894896574f5ab3f5f113da2147f3"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7a70d1c70ce2482dad40eaab9a72fa43", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e405963ebec94a658f6651f623875d5d"}, "url": "http://172.30.9.30:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bf04b5098ffa4cc5be5663c92973fe62", "id": "e405963ebec94a658f6651f623875d5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e706713d6c1e4a9baa31dee026cb7b05"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7a70d1c70ce2482dad40eaab9a72fa43", "id": "e706713d6c1e4a9baa31dee026cb7b05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e79a9375723546b18205866fd9a5a7aa"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "990fb337b7a7454ea032b067fa272cd9", "id": "e79a9375723546b18205866fd9a5a7aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/eebc1a16a783406aaaa2b5a26030246f"}, "url": "http://172.30.9.30:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "069d7908a8bd470e93a599f5ae7b5f91", "id": "eebc1a16a783406aaaa2b5a26030246f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f0a5d0ad31fb4d6aa7431d1c19021201"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b05d650112da47deb8780ba78eb211ab", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/fa029f8256284e7d906e30fe807587dd"}, "url": "http://172.30.9.30:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7f1bfb554cf946d0a11fd2e225b9618d", "id": "fa029f8256284e7d906e30fe807587dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ff51d37e7c674cc9873fa1a182e6a042"}, "url": "http://172.30.9.30:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc4ad3693b554b2bbce95fd2391f4a25", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "links": {"self": "http://172.30.9.30:5000/v3/endpoints", "previous": null, "next": null}} 2018-12-03 17:24:09,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-aa1758ac-cc25-4f56-a23b-df9c4f7f663e 2018-12-03 17:24:09,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.081878900528s 2018-12-03 17:24:09,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': 'd2f16130-c521-4946-8f74-400071839263', 'keystone_tenant_name': u'cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.30:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_36f25f1b-461e-4855-b558-f97556de688c', 'project_domain_name': 'Default'} 2018-12-03 17:24:09,036 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/secrets 2018-12-03 17:24:09,176 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:24:09,176 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:24:09,177 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:24:09,177 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:24:09,177 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:24:09,177 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:24:09,177 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:24:09,177 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-12-03 17:24:09,177 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:24:09,177 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:24:08 GMT 2018-12-03 17:24:09,177 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:24:09,177 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-12-03 17:24:09,178 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:24:09,178 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "d2f16130-c521-4946-8f74-400071839263"} 2018-12-03 17:24:09,714 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:24:09,715 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:24:09,715 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:24:09,715 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:24:09,715 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:24:09,715 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:24:09,715 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:24:09,715 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-12-03 17:24:09,715 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-03T17:24:09.029Z", "updated_at": "2018-12-03T17:24:09.029Z", "created_by": "admin", "private_resource": false, "value": "d2f16130-c521-4946-8f74-400071839263", "key": "keystone_password"} 2018-12-03 17:24:09,715 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:24:09,716 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:24:09 GMT 2018-12-03 17:24:09,716 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:24:09,716 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-12-03 17:24:09,716 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:24:09,716 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c"} 2018-12-03 17:24:09,798 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:24:09,798 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:24:09,798 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:24:09,798 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:24:09,798 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:24:09,799 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:24:09,799 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:24:09,799 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-12-03 17:24:09,799 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-03T17:24:09.131Z", "updated_at": "2018-12-03T17:24:09.131Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c", "key": "keystone_tenant_name"} 2018-12-03 17:24:09,799 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:24:09,799 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:24:09 GMT 2018-12-03 17:24:09,799 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:24:09,799 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-12-03 17:24:09,799 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:24:09,800 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-12-03 17:24:09,910 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:24:09,910 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:24:09,910 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:24:09,910 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:24:09,910 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:24:09,911 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:24:09,911 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:24:09,911 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-12-03 17:24:09,911 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-03T17:24:09.217Z", "updated_at": "2018-12-03T17:24:09.217Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-12-03 17:24:09,911 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:24:09,911 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:24:09 GMT 2018-12-03 17:24:09,911 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:24:09,911 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-12-03 17:24:09,911 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:24:09,912 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.30:5000"} 2018-12-03 17:24:10,000 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:24:10,000 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:24:10,001 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:24:10,001 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:24:10,001 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:24:10,001 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:24:10,001 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:24:10,001 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-12-03 17:24:10,001 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-03T17:24:09.335Z", "updated_at": "2018-12-03T17:24:09.335Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.30:5000", "key": "keystone_url"} 2018-12-03 17:24:10,001 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:24:10,002 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:24:09 GMT 2018-12-03 17:24:10,002 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:24:10,002 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-12-03 17:24:10,002 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:24:10,002 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-12-03 17:24:10,086 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:24:10,086 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:24:10,086 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:24:10,086 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:24:10,087 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:24:10,087 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:24:10,087 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:24:10,087 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-12-03 17:24:10,087 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-03T17:24:09.417Z", "updated_at": "2018-12-03T17:24:09.417Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-12-03 17:24:10,087 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:24:10,087 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:24:09 GMT 2018-12-03 17:24:10,087 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:24:10,087 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-12-03 17:24:10,088 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:24:10,088 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_36f25f1b-461e-4855-b558-f97556de688c"} 2018-12-03 17:24:10,165 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:24:10,166 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:24:10,166 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:24:10,166 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:24:10,166 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:24:10,166 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:24:10,166 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:24:10,166 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-12-03 17:24:10,166 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-03T17:24:09.502Z", "updated_at": "2018-12-03T17:24:09.502Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_36f25f1b-461e-4855-b558-f97556de688c", "key": "keystone_username"} 2018-12-03 17:24:10,167 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:24:10,167 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:24:09 GMT 2018-12-03 17:24:10,167 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:24:10,167 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-12-03 17:24:10,167 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:24:10,167 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-12-03 17:24:10,254 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:24:10,254 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:24:10,254 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:24:10,254 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:24:10,254 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:24:10,255 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:24:10,255 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:24:10,255 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-12-03 17:24:10,255 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-03T17:24:09.585Z", "updated_at": "2018-12-03T17:24:09.585Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-12-03 17:24:10,255 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:24:10,255 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:24:09 GMT 2018-12-03 17:24:10,255 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:24:10,255 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-12-03 17:24:10,255 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:24:10,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-12-03 17:24:10,256 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:24:10,257 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-03 17:24:10,257 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:24:10,260 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:24:10,334 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-03 17:24:10,335 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-03 17:24:10,335 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-03 17:24:10,337 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-03 17:24:10,337 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-03 17:24:10,343 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-03 17:24:57,608 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-03 17:24:57,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.sfo12.us.leaseweb.net * extras: mirrors.xtom.com * updates: centos.s.uw.edu No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-36.el7 will be installed --> Processing Dependency: libgomp = 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: cpp = 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libgcc >= 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-36.el7.x86_64 ---> Package python-devel.x86_64 0:2.7.5-76.el7 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-76.el7 for package: python-devel-2.7.5-76.el7.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-36.el7 will be installed ---> Package glibc-devel.x86_64 0:2.17-260.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-260.el7 for package: glibc-devel-2.17-260.el7.x86_64 --> Processing Dependency: glibc = 2.17-260.el7 for package: glibc-devel-2.17-260.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-260.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-36.el7 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-36.el7 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-76.el7 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-76.el7 for package: python-2.7.5-76.el7.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-260.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-260.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-260.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-260.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-76.el7 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-76.el7.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-260.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-957.1.3.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-16.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-16.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-36.el7 base 16 M python-devel x86_64 2.7.5-76.el7 base 398 k Installing for dependencies: cpp x86_64 4.8.5-36.el7 base 5.9 M glibc-devel x86_64 2.17-260.el7 base 1.1 M glibc-headers x86_64 2.17-260.el7 base 683 k kernel-headers x86_64 3.10.0-957.1.3.el7 updates 8.0 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-260.el7 base 3.6 M glibc-common x86_64 2.17-260.el7 base 11 M libgcc x86_64 4.8.5-36.el7 base 102 k libgomp x86_64 4.8.5-36.el7 base 157 k openssl x86_64 1:1.0.2k-16.el7 base 493 k openssl-libs x86_64 1:1.0.2k-16.el7 base 1.2 M python x86_64 2.7.5-76.el7 base 94 k python-libs x86_64 2.7.5-76.el7 base 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 55 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 6.3 MB/s | 55 MB 00:08 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-36.el7.x86_64 1/24 Updating : glibc-common-2.17-260.el7.x86_64 2/24 Updating : glibc-2.17-260.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-16.el7.x86_64 6/24 Updating : python-libs-2.7.5-76.el7.x86_64 7/24 Updating : python-2.7.5-76.el7.x86_64 8/24 Installing : cpp-4.8.5-36.el7.x86_64 9/24 Updating : libgomp-4.8.5-36.el7.x86_64 10/24 Installing : kernel-headers-3.10.0-957.1.3.el7.x86_64 11/24 Installing : glibc-headers-2.17-260.el7.x86_64 12/24 Installing : glibc-devel-2.17-260.el7.x86_64 13/24 Installing : gcc-4.8.5-36.el7.x86_64 14/24 Installing : python-devel-2.7.5-76.el7.x86_64 15/24 Updating : 1:openssl-1.0.2k-16.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 : python-2.7.5-76.el7.x86_64 1/24 Verifying : libgcc-4.8.5-36.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-16.el7.x86_64 3/24 Verifying : glibc-2.17-260.el7.x86_64 4/24 Verifying : gcc-4.8.5-36.el7.x86_64 5/24 Verifying : python-devel-2.7.5-76.el7.x86_64 6/24 Verifying : 1:openssl-1.0.2k-16.el7.x86_64 7/24 Verifying : cpp-4.8.5-36.el7.x86_64 8/24 Verifying : libgomp-4.8.5-36.el7.x86_64 9/24 Verifying : glibc-common-2.17-260.el7.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : kernel-headers-3.10.0-957.1.3.el7.x86_64 12/24 Verifying : python-libs-2.7.5-76.el7.x86_64 13/24 Verifying : glibc-devel-2.17-260.el7.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : glibc-headers-2.17-260.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-36.el7 python-devel.x86_64 0:2.7.5-76.el7 Dependency Installed: cpp.x86_64 0:4.8.5-36.el7 glibc-devel.x86_64 0:2.17-260.el7 glibc-headers.x86_64 0:2.17-260.el7 kernel-headers.x86_64 0:3.10.0-957.1.3.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-260.el7 glibc-common.x86_64 0:2.17-260.el7 libgcc.x86_64 0:4.8.5-36.el7 libgomp.x86_64 0:4.8.5-36.el7 openssl.x86_64 1:1.0.2k-16.el7 openssl-libs.x86_64 1:1.0.2k-16.el7 python.x86_64 0:2.7.5-76.el7 python-libs.x86_64 0:2.7.5-76.el7 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-12-03 17:24:57,609 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-03 17:24:57,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-12-03 17:24:57,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:24:57,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=b69d7018fee64708a3f51adca5f13bc9&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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:24:57,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-5c6c032c-a9e3-4c68-85a5-1854da7a793b Date: Mon, 03 Dec 2018 17:24:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:19:14Z", "updated_at": "2018-12-03T17:19:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "14536b7f-0f36-4e83-8acb-a9d2af252caf", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "2b92999c-a39f-4212-9be1-d14f97d82bcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "a48cf8d7-2ffd-48e8-b493-6ec989d615ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "f105dc8f-c34e-4995-ae1f-0121a970eec7", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 4, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "name": "default"}]} 2018-12-03 17:24:57,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=b69d7018fee64708a3f51adca5f13bc9&name=default used request id req-5c6c032c-a9e3-4c68-85a5-1854da7a793b 2018-12-03 17:24:57,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0606110095978s 2018-12-03 17:24:57,675 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=b69d7018fee64708a3f51adca5f13bc9&name=default used request id req-5c6c032c-a9e3-4c68-85a5-1854da7a793b 2018-12-03 17:24:57,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:24:57,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:24:57,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-f1854da4-1760-4ec0-a024-9834110aed53 Date: Mon, 03 Dec 2018 17:24:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:19:14Z", "updated_at": "2018-12-03T17:19:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "14536b7f-0f36-4e83-8acb-a9d2af252caf", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "2b92999c-a39f-4212-9be1-d14f97d82bcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "a48cf8d7-2ffd-48e8-b493-6ec989d615ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "f105dc8f-c34e-4995-ae1f-0121a970eec7", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 4, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:03Z", "updated_at": "2018-12-03T17:21:06Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-12-03T17:21:05Z", "revision_number": 0, "id": "278d7620-3d9c-49ab-beaf-c64aa4409e55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:05Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 443, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-12-03T17:21:05Z", "revision_number": 0, "id": "29d751bd-8fc9-4abb-be44-224eb195b6f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:05Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "45550265-269b-4d5a-b1e6-0d190385a11f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "6918085a-5367-4a65-95d3-74cabc361726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:04Z", "revision_number": 0, "id": "95a652e3-f39f-4ac9-bf10-70d682f1eb23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:04Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "9ecf208e-0583-430c-b0b3-60bfd282a2e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-12-03T17:21:06Z", "revision_number": 0, "id": "a81d1981-3c0c-42c3-946f-4161e50f6eac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:06Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-03T17:21:04Z", "revision_number": 0, "id": "fa6e6d88-3d85-40cc-b164-a946ab0d9c86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:04Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 8, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}]} 2018-12-03 17:24:57,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-f1854da4-1760-4ec0-a024-9834110aed53 2018-12-03 17:24:57,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.248250961304s 2018-12-03 17:24:57,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-f1854da4-1760-4ec0-a024-9834110aed53 2018-12-03 17:24:57,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 17:24:57,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -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": "72b029e4-d5d4-4b95-80f7-be3680738a56"}}' 2018-12-03 17:24:58,338 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-07627c88-ae2e-4962-ad56-7feb3cff5bfc Date: Mon, 03 Dec 2018 17:24:58 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-12-03T17:24:58Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "port_range_min": 22, "revision_number": 0, "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:24:58Z", "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "c0c4e7f1-14a9-4473-a03a-049960ae4891"}} 2018-12-03 17:24:58,338 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-07627c88-ae2e-4962-ad56-7feb3cff5bfc 2018-12-03 17:24:58,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.406858921051s 2018-12-03 17:24:58,339 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-07627c88-ae2e-4962-ad56-7feb3cff5bfc 2018-12-03 17:24:58,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-12-03 17:24:58,803 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-12-03 17:25:01,480 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:01,480 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:01,480 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:01,480 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:01,480 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:01,480 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:01,481 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:01,481 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-12-03 17:25:01,481 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-12-03T17:25:01.396Z", "updated_at": "2018-12-03T17:25:01.396Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.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.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.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"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "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"}}}, "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"}}}}, "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": {"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": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"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"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-12-03 17:25:01,483 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:01,484 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:01 GMT 2018-12-03 17:25:01,484 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:01,484 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-12-03 17:25:01,484 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:01,511 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-12-03 17:25:02,970 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:ee1167b7b8bf490b2f9a9885f2d7dcff sha256:1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1 2018-12-03 17:25:02,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:25:02,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:25:03,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-5bb7658a-bb69-4066-a28f-aae055e35009 Date: Mon, 03 Dec 2018 17:25:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/snap", "metadata": {}}], "file": "/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/file", "owner": "b69d7018fee64708a3f51adca5f13bc9", "id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "size": 4373348352, "self": "/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-03T17:21:02Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-03T17:19:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:25:03,543 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-5bb7658a-bb69-4066-a28f-aae055e35009 2018-12-03 17:25:03,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.572762012482s 2018-12-03 17:25:03,544 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-5bb7658a-bb69-4066-a28f-aae055e35009 2018-12-03 17:25:03,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 17:25:03,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -d '{"owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "owner_specified.shade.object": "images/cloudify_ims-img_alt_36f25f1b-461e-4855-b558-f97556de688c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_36f25f1b-461e-4855-b558-f97556de688c"}' 2018-12-03 17:25:04,149 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671 X-Openstack-Request-Id: req-05d9922f-5513-484e-ab53-6144768fafce Date: Mon, 03 Dec 2018 17:25:04 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671/file", "owner": "b69d7018fee64708a3f51adca5f13bc9", "id": "01e20897-aa3a-44cb-a78a-0ccae1000671", "size": null, "self": "/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-12-03T17:25:04Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_36f25f1b-461e-4855-b558-f97556de688c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "cloudify_ims-img_alt_36f25f1b-461e-4855-b558-f97556de688c", "checksum": null, "created_at": "2018-12-03T17:25:04Z", "protected": false} 2018-12-03 17:25:04,149 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-05d9922f-5513-484e-ab53-6144768fafce 2018-12-03 17:25:04,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.602293968201s 2018-12-03 17:25:04,149 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-05d9922f-5513-484e-ab53-6144768fafce returning object 01e20897-aa3a-44cb-a78a-0ccae1000671 2018-12-03 17:25:04,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 17:25:04,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671/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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -d '' 2018-12-03 17:25:11,457 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-40855b1c-10af-4ef8-9758-fc14d132d586 Date: Mon, 03 Dec 2018 17:25:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:25:11,458 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671/file used request id req-40855b1c-10af-4ef8-9758-fc14d132d586 2018-12-03 17:25:11,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 7.30820298195s 2018-12-03 17:25:11,458 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671/file used request id req-40855b1c-10af-4ef8-9758-fc14d132d586 2018-12-03 17:25:11,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:25:11,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:25:12,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-5aacdce2-b5aa-4bb9-b6e3-0de0c15ff9b1 Date: Mon, 03 Dec 2018 17:25:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/01e20897-aa3a-44cb-a78a-0ccae1000671/snap", "metadata": {}}], "file": "/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671/file", "owner": "b69d7018fee64708a3f51adca5f13bc9", "id": "01e20897-aa3a-44cb-a78a-0ccae1000671", "size": 263586304, "self": "/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/01e20897-aa3a-44cb-a78a-0ccae1000671/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-12-03T17:25:11Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_36f25f1b-461e-4855-b558-f97556de688c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "cloudify_ims-img_alt_36f25f1b-461e-4855-b558-f97556de688c", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "created_at": "2018-12-03T17:25:04Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/snap", "metadata": {}}], "file": "/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/file", "owner": "b69d7018fee64708a3f51adca5f13bc9", "id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "size": 4373348352, "self": "/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-03T17:21:02Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-03T17:19:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:25:12,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-5aacdce2-b5aa-4bb9-b6e3-0de0c15ff9b1 2018-12-03 17:25:12,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.554670095444s 2018-12-03 17:25:12,014 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-5aacdce2-b5aa-4bb9-b6e3-0de0c15ff9b1 2018-12-03 17:25:12,017 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/01e20897-aa3a-44cb-a78a-0ccae1000671/snap', u'metadata': Munch({})})], 'file': u'/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671/file', 'owner': u'b69d7018fee64708a3f51adca5f13bc9', 'id': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'size': 263586304, u'self': u'/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b69d7018fee64708a3f51adca5f13bc9', 'name': 'cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/01e20897-aa3a-44cb-a78a-0ccae1000671/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T17:25:11Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-03T17:25:11Z', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_36f25f1b-461e-4855-b558-f97556de688c', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'properties': {u'self': u'/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_36f25f1b-461e-4855-b558-f97556de688c', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_36f25f1b-461e-4855-b558-f97556de688c', 'created': u'2018-12-03T17:25:04Z', 'checksum': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'created_at': u'2018-12-03T17:25:04Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_36f25f1b-461e-4855-b558-f97556de688c', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}}) 2018-12-03 17:25:12,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 17:25:12,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_36f25f1b-461e-4855-b558-f97556de688c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-12-03 17:25:12,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:25: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-4e4c1a19-3d6f-4717-9074-281c644e4d8a x-compute-request-id: req-4e4c1a19-3d6f-4717-9074-281c644e4d8a Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a992d060-c7d7-445f-bd3f-655eee8c849e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a992d060-c7d7-445f-bd3f-655eee8c849e", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "a992d060-c7d7-445f-bd3f-655eee8c849e", "name": "cloudify_ims-flavor_alt_36f25f1b-461e-4855-b558-f97556de688c", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:25:12,090 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4e4c1a19-3d6f-4717-9074-281c644e4d8a 2018-12-03 17:25:12,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0729269981384s 2018-12-03 17:25:12,091 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4e4c1a19-3d6f-4717-9074-281c644e4d8a returning object a992d060-c7d7-445f-bd3f-655eee8c849e 2018-12-03 17:25:12,092 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_36f25f1b-461e-4855-b558-f97556de688c', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'a992d060-c7d7-445f-bd3f-655eee8c849e', 'swap': 0}) 2018-12-03 17:25:12,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 17:25:12,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/a992d060-c7d7-445f-bd3f-655eee8c849e/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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" -d '{"extra_specs": {}}' 2018-12-03 17:25:12,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:25: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-ffe00080-b323-413a-a054-144364ad11b1 x-compute-request-id: req-ffe00080-b323-413a-a054-144364ad11b1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 17:25:12,115 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/a992d060-c7d7-445f-bd3f-655eee8c849e/os-extra_specs used request id req-ffe00080-b323-413a-a054-144364ad11b1 2018-12-03 17:25:12,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0229599475861s 2018-12-03 17:25:12,116 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/a992d060-c7d7-445f-bd3f-655eee8c849e/os-extra_specs used request id req-ffe00080-b323-413a-a054-144364ad11b1 2018-12-03 17:25:12,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-12-03 17:25:12,116 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "01e20897-aa3a-44cb-a78a-0ccae1000671", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "bono_cluster_size": 1, "flavor_id": "a992d060-c7d7-445f-bd3f-655eee8c849e", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-12-03 17:25:13,638 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:13,638 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:13,638 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:13,638 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:13,638 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:13,638 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:13,638 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:13,639 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-12-03 17:25:13,639 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "01e20897-aa3a-44cb-a78a-0ccae1000671", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "bono_cluster_size": 1, "flavor_id": "a992d060-c7d7-445f-bd3f-655eee8c849e", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "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-12-03T17:25:12.425Z", "updated_at": "2018-12-03T17:25:12.425Z", "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-12-03 17:25:13,639 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:13,639 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:13 GMT 2018-12-03 17:25:13,639 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:13,639 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-12-03 17:25:13,639 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:13,640 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions 2018-12-03 17:25:13,850 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:13,850 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:13,850 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:13,850 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:13,850 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:13,850 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:13,850 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:13,851 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "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": {"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-12-03T17:25:13.504Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "db82f9b8-ef07-4260-b692-797f2c395233"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-12-03 17:25:13,851 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:13,851 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:13 GMT 2018-12-03 17:25:13,851 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:13,851 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-12-03 17:25:13,851 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:13,852 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:25:14,106 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:14,106 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:14,106 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:14,106 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:14,106 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:14,106 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:14,106 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:14,106 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-12-03 17:25:14,107 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:14,107 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:14 GMT 2018-12-03 17:25:14,107 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:14,107 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-12-03 17:25:14,107 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:14,107 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/db82f9b8-ef07-4260-b692-797f2c395233 2018-12-03 17:25:14,179 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:14,179 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:14,179 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:14,179 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:14,179 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:14,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:14,179 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:14,180 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "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": {"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-12-03T17:25:13.504Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "db82f9b8-ef07-4260-b692-797f2c395233"} 2018-12-03 17:25:14,180 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:14,180 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:14 GMT 2018-12-03 17:25:14,180 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:14,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-03 17:25:14,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:19,183 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:25:19,512 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:19,512 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:19,512 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:19,512 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:19,512 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:19,512 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:19,512 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:19,512 - 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-12-03T17:25:14.600Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:14.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:14.996Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:14.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233", "logger": "f166fa9d-f9d5-49eb-b176-92577f76757b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:15.332Z", "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-12-03T17:25:15.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233", "logger": "f166fa9d-f9d5-49eb-b176-92577f76757b"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:15.451Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:15.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:15.451Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:15.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:15.451Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:15.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:16.349Z", "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-12-03T17:25:16.349Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233", "logger": "f166fa9d-f9d5-49eb-b176-92577f76757b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:16.349Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:16.349Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233", "logger": "f166fa9d-f9d5-49eb-b176-92577f76757b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:16.349Z", "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-12-03T17:25:16.349Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233", "logger": "f166fa9d-f9d5-49eb-b176-92577f76757b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:17.376Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpKK_M4R --prefix=\"/tmp/openstack-rBEVvX\" --constraint=\"/tmp/openstack-rBEVvX/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:17.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233", "logger": "f166fa9d-f9d5-49eb-b176-92577f76757b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:17.376Z", "message": "Installing from directory: /tmp/tmpKK_M4R [args=--prefix=\"/tmp/openstack-rBEVvX\" --constraint=\"/tmp/openstack-rBEVvX/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:17.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233", "logger": "f166fa9d-f9d5-49eb-b176-92577f76757b"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-12-03 17:25:19,513 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:19,513 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:19 GMT 2018-12-03 17:25:19,513 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:19,513 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-12-03 17:25:19,513 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:19,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-12-03 17:25:19,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-12-03 17:25:19,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-12-03 17:25:19,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-03 17:25:19,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-03 17:25:19,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-12-03 17:25:19,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-12-03 17:25:19,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-03 17:25:19,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-12-03 17:25:19,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpKK_M4R --prefix="/tmp/openstack-rBEVvX" --constraint="/tmp/openstack-rBEVvX/constraint.txt" 2018-12-03 17:25:19,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmpKK_M4R [args=--prefix="/tmp/openstack-rBEVvX" --constraint="/tmp/openstack-rBEVvX/constraint.txt", package_name=cloudify-openstack-plugin] 2018-12-03 17:25:19,515 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/db82f9b8-ef07-4260-b692-797f2c395233 2018-12-03 17:25:19,591 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:19,591 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:19,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:19,592 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:19,592 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:19,592 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:19,592 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:19,592 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "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": {"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-12-03T17:25:13.504Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "db82f9b8-ef07-4260-b692-797f2c395233"} 2018-12-03 17:25:19,592 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:19,592 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:19 GMT 2018-12-03 17:25:19,593 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:19,593 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-03 17:25:19,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:24,598 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:25:25,015 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:25,015 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:25,015 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:25,015 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:25,016 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:25,016 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:25,016 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:25,016 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-03 17:25:25,016 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:25,016 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:25 GMT 2018-12-03 17:25:25,016 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:25,016 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-03 17:25:25,016 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:25,017 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/db82f9b8-ef07-4260-b692-797f2c395233 2018-12-03 17:25:25,099 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:25,100 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:25,100 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:25,100 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:25,100 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:25,100 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:25,100 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:25,100 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "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": {"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-12-03T17:25:13.504Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "db82f9b8-ef07-4260-b692-797f2c395233"} 2018-12-03 17:25:25,100 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:25,100 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:25 GMT 2018-12-03 17:25:25,101 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:25,101 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-03 17:25:25,101 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:30,106 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:25:30,179 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:30,179 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:30,179 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:30,179 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:30,179 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:30,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:30,179 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:30,179 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-03 17:25:30,180 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:30,180 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:30 GMT 2018-12-03 17:25:30,180 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:30,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-03 17:25:30,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:30,180 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/db82f9b8-ef07-4260-b692-797f2c395233 2018-12-03 17:25:30,241 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:30,242 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:30,242 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:30,242 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:30,242 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:30,242 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:30,242 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:30,242 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "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": {"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-12-03T17:25:13.504Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "db82f9b8-ef07-4260-b692-797f2c395233"} 2018-12-03 17:25:30,242 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:30,243 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:30 GMT 2018-12-03 17:25:30,243 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:30,243 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-03 17:25:30,243 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:35,248 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:25:35,366 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:35,366 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:35,366 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:35,367 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:35,367 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:35,367 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:35,367 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:35,367 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-03 17:25:35,367 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:35,367 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:35 GMT 2018-12-03 17:25:35,367 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:35,367 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-03 17:25:35,368 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:35,368 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/db82f9b8-ef07-4260-b692-797f2c395233 2018-12-03 17:25:35,431 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:35,431 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:35,431 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:35,431 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:35,431 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:35,431 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:35,432 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:35,432 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "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": {"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-12-03T17:25:13.504Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "db82f9b8-ef07-4260-b692-797f2c395233"} 2018-12-03 17:25:35,432 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:35,432 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:35 GMT 2018-12-03 17:25:35,432 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:35,432 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-03 17:25:35,432 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:40,438 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:25:40,520 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:40,520 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:40,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:40,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:40,521 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:40,521 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:40,521 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:40,521 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-03 17:25:40,521 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:40,521 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:40 GMT 2018-12-03 17:25:40,521 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:40,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-03 17:25:40,522 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:40,522 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/db82f9b8-ef07-4260-b692-797f2c395233 2018-12-03 17:25:40,592 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:40,592 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:40,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:40,593 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:40,593 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:40,593 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:40,593 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:40,593 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "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": {"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-12-03T17:25:13.504Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "db82f9b8-ef07-4260-b692-797f2c395233"} 2018-12-03 17:25:40,593 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:40,593 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:40 GMT 2018-12-03 17:25:40,593 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:40,593 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-03 17:25:40,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:45,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:25:45,659 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:45,659 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:45,659 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:45,659 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:45,659 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:45,659 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:45,659 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:45,660 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-03 17:25:45,660 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:45,660 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:45 GMT 2018-12-03 17:25:45,660 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:45,660 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-03 17:25:45,660 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:45,660 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/db82f9b8-ef07-4260-b692-797f2c395233 2018-12-03 17:25:45,731 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:45,731 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:45,731 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:45,731 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:45,731 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:45,731 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:45,731 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:45,732 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "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": {"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-12-03T17:25:13.504Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "db82f9b8-ef07-4260-b692-797f2c395233"} 2018-12-03 17:25:45,732 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:45,732 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:45 GMT 2018-12-03 17:25:45,732 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:45,732 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-03 17:25:45,732 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:50,738 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:25:51,044 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:51,045 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:51,045 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:51,045 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:51,045 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:51,045 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:51,045 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:51,045 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:49.363Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:49.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233", "logger": "f166fa9d-f9d5-49eb-b176-92577f76757b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:50.401Z", "message": "Removing directory: /tmp/tmpKK_M4R", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:50.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233", "logger": "f166fa9d-f9d5-49eb-b176-92577f76757b"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:50.622Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:50.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233"}], "metadata": {"pagination": {"total": 14, "offset": 11, "size": 50}}} 2018-12-03 17:25:51,045 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:51,046 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:51 GMT 2018-12-03 17:25:51,046 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:51,046 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1573 2018-12-03 17:25:51,046 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:51,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-12-03 17:25:51,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpKK_M4R 2018-12-03 17:25:51,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-03 17:25:51,047 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/db82f9b8-ef07-4260-b692-797f2c395233 2018-12-03 17:25:51,116 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:51,116 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:51,117 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:51,117 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:51,117 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:51,117 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:51,117 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:51,117 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "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": {"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-12-03T17:25:13.504Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "db82f9b8-ef07-4260-b692-797f2c395233"} 2018-12-03 17:25:51,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:51,117 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:51 GMT 2018-12-03 17:25:51,117 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:51,118 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-03 17:25:51,118 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:56,123 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:25:56,234 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:56,234 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:56,235 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:56,235 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:56,235 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:56,235 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:56,235 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:56,235 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:51.501Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:51.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:51.501Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:51.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:51.501Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:51.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "db82f9b8-ef07-4260-b692-797f2c395233"}], "metadata": {"pagination": {"total": 17, "offset": 14, "size": 50}}} 2018-12-03 17:25:56,235 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:56,235 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:56 GMT 2018-12-03 17:25:56,235 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:56,236 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1534 2018-12-03 17:25:56,236 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:56,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-12-03 17:25:56,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-12-03 17:25:56,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-12-03 17:25:56,236 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/db82f9b8-ef07-4260-b692-797f2c395233 2018-12-03 17:25:56,417 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:56,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:56,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:56,417 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:56,418 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:56,418 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:56,418 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:56,418 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "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": {"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-12-03T17:25:13.504Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "db82f9b8-ef07-4260-b692-797f2c395233"} 2018-12-03 17:25:56,418 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:56,418 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:56 GMT 2018-12-03 17:25:56,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:56,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-12-03 17:25:56,418 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:56,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-12-03 17:25:56,419 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.203:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-12-03 17:25:56,584 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:56,584 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:56,584 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:56,584 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:56,584 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:56,584 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:56,585 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:56,585 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-12-03 17:25:56,585 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:25:56,585 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:56,585 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:56 GMT 2018-12-03 17:25:56,585 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:56,585 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:25:56,585 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:56,586 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:25:56,648 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:25:56,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:56,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:56,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:56,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:56,654 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:56,654 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:56,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:56,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-12-03 17:25:56,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:56,655 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:56 GMT 2018-12-03 17:25:56,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:56,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-12-03 17:25:56,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:25:56,655 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:25:56,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:25:56,727 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:25:56,727 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:25:56,727 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:25:56,727 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:25:56,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:25:56,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:25:56,727 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:25:56,727 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:25:56,727 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:25:56 GMT 2018-12-03 17:25:56,728 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:25:56,728 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:25:56,728 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:01,733 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:26:01,839 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:01,839 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:01,839 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:01,839 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:01,839 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:01,839 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:01,839 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:01,840 - 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-12-03T17:25:57.253Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:57.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "keypair_pgg5pd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:25:59.080Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:25:59.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "base_security_group_pa1d3l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:00.476Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:00.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_security_group_izkw2q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:00.476Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:00.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_security_group_izkw2q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:00.476Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:00.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "keypair_pgg5pd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:00.476Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:00.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_security_group_izkw2q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:00.476Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:00.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "keypair_pgg5pd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:00.476Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:00.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_security_group_izkw2q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:00.782Z", "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-12-03T17:26:00.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "97c02f0f-0696-4e6c-8d39-3d1b7f077e18"}, {"node_instance_id": "bind_floatingip_pq36xw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_security_group_knz3d3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_floatingip_8foqb8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_security_group_8pszoh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_security_group_7zahs3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_floatingip_5oyirw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_security_group_olp472", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_security_group_j0gtuz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_security_group_oc3hhn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_floatingip_pq36xw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_floatingip_8foqb8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_floatingip_5oyirw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "base_security_group_pa1d3l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_security_group_knz3d3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_security_group_8pszoh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_security_group_7zahs3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_security_group_olp472", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_security_group_j0gtuz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_security_group_oc3hhn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_floatingip_8foqb8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "base_security_group_pa1d3l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_security_group_knz3d3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.619Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "base_security_group_pa1d3l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.658Z", "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-12-03T17:26:01.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "130dbcf5-e972-4f75-9b55-1f20787bdf5e"}, {"node_instance_id": "base_security_group_pa1d3l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.658Z", "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-12-03T17:26:01.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "130dbcf5-e972-4f75-9b55-1f20787bdf5e"}, {"node_instance_id": "base_security_group_pa1d3l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.658Z", "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-12-03T17:26:01.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "130dbcf5-e972-4f75-9b55-1f20787bdf5e"}, {"node_instance_id": "bind_security_group_knz3d3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.658Z", "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-12-03T17:26:01.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3fe4ee6b-4b7a-456c-a05b-3762a32a7c09"}, {"node_instance_id": "sprout_security_group_izkw2q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.658Z", "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-12-03T17:26:01.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "97c02f0f-0696-4e6c-8d39-3d1b7f077e18"}, {"node_instance_id": "base_security_group_pa1d3l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.658Z", "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-12-03T17:26:01.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "130dbcf5-e972-4f75-9b55-1f20787bdf5e"}, {"node_instance_id": "bind_security_group_knz3d3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.658Z", "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-12-03T17:26:01.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3fe4ee6b-4b7a-456c-a05b-3762a32a7c09"}, {"node_instance_id": "base_security_group_pa1d3l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.658Z", "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-12-03T17:26:01.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "130dbcf5-e972-4f75-9b55-1f20787bdf5e"}, {"node_instance_id": "base_security_group_pa1d3l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.658Z", "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-12-03T17:26:01.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "130dbcf5-e972-4f75-9b55-1f20787bdf5e"}, {"node_instance_id": "base_security_group_pa1d3l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.658Z", "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-12-03T17:26:01.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "130dbcf5-e972-4f75-9b55-1f20787bdf5e"}, {"node_instance_id": "bind_security_group_knz3d3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.658Z", "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-12-03T17:26:01.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3fe4ee6b-4b7a-456c-a05b-3762a32a7c09"}, {"node_instance_id": "base_security_group_pa1d3l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.658Z", "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-12-03T17:26:01.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "130dbcf5-e972-4f75-9b55-1f20787bdf5e"}, {"node_instance_id": "bind_security_group_knz3d3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.658Z", "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-12-03T17:26:01.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3fe4ee6b-4b7a-456c-a05b-3762a32a7c09"}, {"node_instance_id": "keypair_pgg5pd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:01.658Z", "message": "Using external resource keypair: cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:01.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "05ea9039-5b15-42fc-b5ca-8b28cbdb476b"}], "metadata": {"pagination": {"total": 47, "offset": 0, "size": 50}}} 2018-12-03 17:26:01,840 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:01,840 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:01 GMT 2018-12-03 17:26:01,840 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:01,840 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26050 2018-12-03 17:26:01,840 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:01,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-12-03 17:26:01,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:01,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:01,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:01,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-03 17:26:01,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-12-03 17:26:01,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-03 17:26:01,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-12-03 17:26:01,843 - 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-12-03 17:26:01,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:01,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:01,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:01,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:01,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:01,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:01,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:01,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:01,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:01,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:01,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-12-03 17:26:01,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-12-03 17:26:01,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-12-03 17:26:01,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-03 17:26:01,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-03 17:26:01,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-03 17:26:01,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-03 17:26:01,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-03 17:26:01,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-03 17:26:01,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-03 17:26:01,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-03 17:26:01,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-12-03 17:26:01,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-03 17:26:01,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-03 17:26:01,847 - 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-12-03 17:26:01,847 - 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-12-03 17:26:01,847 - 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-12-03 17:26:01,847 - 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-12-03 17:26:01,847 - 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-12-03 17:26:01,848 - 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-12-03 17:26:01,848 - 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-12-03 17:26:01,848 - 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-12-03 17:26:01,848 - 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-12-03 17:26:01,848 - 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-12-03 17:26:01,848 - 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-12-03 17:26:01,848 - 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-12-03 17:26:01,849 - 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-12-03 17:26:01,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c 2018-12-03 17:26:01,849 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:26:01,939 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:01,939 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:01,939 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:01,939 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:01,939 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:01,939 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:01,940 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:01,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:26:01,940 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:01,940 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:01 GMT 2018-12-03 17:26:01,940 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:01,940 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:26:01,940 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:06,946 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:26:07,246 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:07,246 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:07,246 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:07,246 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:07,246 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:07,246 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:07,247 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:07,247 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "keypair_pgg5pd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:02.643Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:02.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_floatingip_pq36xw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:02.643Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:02.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "keypair_pgg5pd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:02.643Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:02.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_floatingip_8foqb8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:03.380Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'b69d7018fee64708a3f51adca5f13bc9', u'created_at': u'2018-12-03T17:26:02Z', u'updated_at': u'2018-12-03T17:26:02Z', u'floating_network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.210', u'revision_number': 0, u'project_id': u'b69d7018fee64708a3f51adca5f13bc9', u'port_id': None, u'id': u'2282637f-fa14-41c7-b54c-9aa9a7842240'}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:03.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ab48043f-c2ab-43da-a3dd-5fe28ac17e81"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:03.679Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:03.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:03.679Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:03.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "keypair_pgg5pd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:03.679Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:03.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_security_group_8pszoh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:03.679Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:03.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_floatingip_8foqb8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:03.679Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:03.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.444Z", "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-12-03T17:26:04.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.709Z", "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-12-03T17:26:04.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "447fe2fd-c61e-4842-921a-3c91af3319b4"}, {"node_instance_id": "bono_floatingip_8foqb8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.719Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:04.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_floatingip_8foqb8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.719Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:04.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_security_group_7zahs3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.719Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:04.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_security_group_izkw2q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:04.719Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:04.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_floatingip_pq36xw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:05.959Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'b69d7018fee64708a3f51adca5f13bc9', u'created_at': u'2018-12-03T17:26:04Z', u'updated_at': u'2018-12-03T17:26:04Z', u'floating_network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.208', u'revision_number': 0, u'project_id': u'b69d7018fee64708a3f51adca5f13bc9', u'port_id': None, u'id': u'cb1e3ed5-de2e-477c-b62e-660645bb37f8'}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:05.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5c28fa3b-6315-46fb-83c5-e594a43fc1c3"}, {"node_instance_id": "dime_security_group_7zahs3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:05.959Z", "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-12-03T17:26:05.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f3cf97d0-0f35-4da2-b93c-3e3772c8ab63"}, {"node_instance_id": "dime_security_group_7zahs3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:05.959Z", "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-12-03T17:26:05.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f3cf97d0-0f35-4da2-b93c-3e3772c8ab63"}, {"node_instance_id": "dime_security_group_7zahs3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:05.959Z", "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-12-03T17:26:05.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f3cf97d0-0f35-4da2-b93c-3e3772c8ab63"}, {"node_instance_id": "dime_security_group_7zahs3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:05.959Z", "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-12-03T17:26:05.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f3cf97d0-0f35-4da2-b93c-3e3772c8ab63"}, {"node_instance_id": "dime_security_group_7zahs3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:05.959Z", "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-12-03T17:26:05.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f3cf97d0-0f35-4da2-b93c-3e3772c8ab63"}, {"node_instance_id": "dime_security_group_7zahs3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:05.959Z", "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-12-03T17:26:05.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f3cf97d0-0f35-4da2-b93c-3e3772c8ab63"}, {"node_instance_id": "bind_security_group_knz3d3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:06.032Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:06.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_security_group_izkw2q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:06.032Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:06.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_floatingip_5oyirw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:06.032Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:06.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_security_group_j0gtuz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:06.032Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:06.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:06.032Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:06.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_floatingip_pq36xw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:06.032Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:06.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "base_security_group_pa1d3l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:06.032Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:06.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_security_group_knz3d3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:06.032Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:06.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.039Z", "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-12-03T17:26:07.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ba14f7e2-9a86-4892-8cdf-982d2763cb66"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.039Z", "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-12-03T17:26:07.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ba14f7e2-9a86-4892-8cdf-982d2763cb66"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.039Z", "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-12-03T17:26:07.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ba14f7e2-9a86-4892-8cdf-982d2763cb66"}, {"node_instance_id": "homer_security_group_j0gtuz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.039Z", "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-12-03T17:26:07.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f8982d4a-adfa-4222-9ef3-18782f42694f"}, {"node_instance_id": "homer_security_group_j0gtuz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.039Z", "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-12-03T17:26:07.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f8982d4a-adfa-4222-9ef3-18782f42694f"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.039Z", "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-12-03T17:26:07.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ba14f7e2-9a86-4892-8cdf-982d2763cb66"}], "metadata": {"pagination": {"total": 107, "offset": 47, "size": 50}}} 2018-12-03 17:26:07,247 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:07,247 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:07 GMT 2018-12-03 17:26:07,247 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:07,247 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31507 2018-12-03 17:26:07,247 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:07,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:07,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-12-03 17:26:07,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-12-03 17:26:07,249 - 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'b69d7018fee64708a3f51adca5f13bc9', u'created_at': u'2018-12-03T17:26:02Z', u'updated_at': u'2018-12-03T17:26:02Z', u'floating_network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.210', u'revision_number': 0, u'project_id': u'b69d7018fee64708a3f51adca5f13bc9', u'port_id': None, u'id': u'2282637f-fa14-41c7-b54c-9aa9a7842240'} 2018-12-03 17:26:07,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:07,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-03 17:26:07,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:07,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-03 17:26:07,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-12-03 17:26:07,250 - 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-12-03 17:26:07,250 - 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-12-03 17:26:07,250 - 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-12-03 17:26:07,251 - 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-12-03 17:26:07,251 - 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-12-03 17:26:07,251 - 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-12-03 17:26:07,251 - 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-12-03 17:26:07,251 - 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-12-03 17:26:07,251 - 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-12-03 17:26:07,252 - 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-12-03 17:26:07,252 - 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-12-03 17:26:07,252 - 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-12-03 17:26:07,252 - 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-12-03 17:26:07,252 - 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-12-03 17:26:07,252 - 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-12-03 17:26:07,253 - 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-12-03 17:26:07,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:07,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:07,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-03 17:26:07,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-03 17:26:07,253 - 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'b69d7018fee64708a3f51adca5f13bc9', u'created_at': u'2018-12-03T17:26:04Z', u'updated_at': u'2018-12-03T17:26:04Z', u'floating_network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.208', u'revision_number': 0, u'project_id': u'b69d7018fee64708a3f51adca5f13bc9', u'port_id': None, u'id': u'cb1e3ed5-de2e-477c-b62e-660645bb37f8'} 2018-12-03 17:26:07,254 - 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-12-03 17:26:07,254 - 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-12-03 17:26:07,254 - 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-12-03 17:26:07,254 - 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-12-03 17:26:07,254 - 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-12-03 17:26:07,254 - 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-12-03 17:26:07,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:07,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:07,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-12-03 17:26:07,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-03 17:26:07,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-03 17:26:07,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-12-03 17:26:07,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-03 17:26:07,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-03 17:26:07,256 - 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-12-03 17:26:07,256 - 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-12-03 17:26:07,256 - 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-12-03 17:26:07,256 - 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-12-03 17:26:07,256 - 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-12-03 17:26:07,257 - 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-12-03 17:26:07,257 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:26:07,315 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:07,315 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:07,315 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:07,315 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:07,315 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:07,316 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:07,316 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:07,316 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:26:07,316 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:07,316 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:07 GMT 2018-12-03 17:26:07,316 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:07,316 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:26:07,316 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:12,322 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:26:12,400 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:12,400 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:12,400 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:12,400 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:12,400 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:12,400 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:12,400 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:12,401 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_llzdv4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.039Z", "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-12-03T17:26:07.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ba14f7e2-9a86-4892-8cdf-982d2763cb66"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.039Z", "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-12-03T17:26:07.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ba14f7e2-9a86-4892-8cdf-982d2763cb66"}, {"node_instance_id": "homer_security_group_j0gtuz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.039Z", "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-12-03T17:26:07.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f8982d4a-adfa-4222-9ef3-18782f42694f"}, {"node_instance_id": "homer_security_group_j0gtuz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.039Z", "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-12-03T17:26:07.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f8982d4a-adfa-4222-9ef3-18782f42694f"}, {"node_instance_id": "base_security_group_pa1d3l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.048Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:07.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_floatingip_pq36xw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.048Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:07.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "base_security_group_pa1d3l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.048Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:07.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_floatingip_pq36xw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.048Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:07.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_security_group_knz3d3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.048Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:07.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_security_group_izkw2q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:07.048Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:07.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:08.351Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:08.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_floatingip_5oyirw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:09.013Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'b69d7018fee64708a3f51adca5f13bc9', u'created_at': u'2018-12-03T17:26:08Z', u'updated_at': u'2018-12-03T17:26:08Z', u'floating_network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.204', u'revision_number': 0, u'project_id': u'b69d7018fee64708a3f51adca5f13bc9', u'port_id': None, u'id': u'50522e38-e881-4915-9210-b95206aef9cb'}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:09.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "a7671da0-4f54-468a-bffb-4e2c4d78393c"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:09.210Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:09.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_security_group_olp472", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:09.210Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:09.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_floatingip_5oyirw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:09.210Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:09.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_security_group_olp472", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:10.053Z", "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-12-03T17:26:10.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6bac4284-ba98-4c34-8880-4a56d3e50120"}, {"node_instance_id": "ellis_security_group_olp472", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:10.053Z", "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-12-03T17:26:10.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6bac4284-ba98-4c34-8880-4a56d3e50120"}, {"node_instance_id": "ellis_security_group_olp472", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:10.256Z", "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-12-03T17:26:10.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6bac4284-ba98-4c34-8880-4a56d3e50120"}, {"node_instance_id": "ellis_security_group_olp472", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:10.256Z", "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-12-03T17:26:10.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6bac4284-ba98-4c34-8880-4a56d3e50120"}, {"node_instance_id": "ellis_floatingip_5oyirw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:10.258Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:10.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_security_group_oc3hhn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:10.258Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:10.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:10.258Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:10.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_security_group_7zahs3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:10.258Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:10.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_security_group_j0gtuz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:10.258Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:10.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_security_group_oc3hhn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.276Z", "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-12-03T17:26:11.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6ab5a46a-dffb-49be-8794-71fa2c165f57"}, {"node_instance_id": "vellum_security_group_oc3hhn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.276Z", "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-12-03T17:26:11.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6ab5a46a-dffb-49be-8794-71fa2c165f57"}, {"node_instance_id": "vellum_security_group_oc3hhn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.276Z", "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-12-03T17:26:11.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6ab5a46a-dffb-49be-8794-71fa2c165f57"}, {"node_instance_id": "vellum_security_group_oc3hhn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.276Z", "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-12-03T17:26:11.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6ab5a46a-dffb-49be-8794-71fa2c165f57"}, {"node_instance_id": "vellum_security_group_oc3hhn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.276Z", "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-12-03T17:26:11.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6ab5a46a-dffb-49be-8794-71fa2c165f57"}, {"node_instance_id": "vellum_security_group_oc3hhn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.276Z", "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-12-03T17:26:11.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6ab5a46a-dffb-49be-8794-71fa2c165f57"}, {"node_instance_id": "vellum_security_group_oc3hhn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.276Z", "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-12-03T17:26:11.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6ab5a46a-dffb-49be-8794-71fa2c165f57"}, {"node_instance_id": "vellum_security_group_oc3hhn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.276Z", "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-12-03T17:26:11.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6ab5a46a-dffb-49be-8794-71fa2c165f57"}, {"node_instance_id": "vellum_security_group_oc3hhn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.276Z", "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-12-03T17:26:11.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6ab5a46a-dffb-49be-8794-71fa2c165f57"}, {"node_instance_id": "vellum_security_group_oc3hhn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.276Z", "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-12-03T17:26:11.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6ab5a46a-dffb-49be-8794-71fa2c165f57"}, {"node_instance_id": "vellum_security_group_oc3hhn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.276Z", "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-12-03T17:26:11.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6ab5a46a-dffb-49be-8794-71fa2c165f57"}, {"node_instance_id": "vellum_security_group_oc3hhn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.276Z", "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-12-03T17:26:11.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6ab5a46a-dffb-49be-8794-71fa2c165f57"}, {"node_instance_id": "dime_security_group_7zahs3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.279Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:11.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_security_group_j0gtuz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.279Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:11.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_floatingip_5oyirw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.279Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:11.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.279Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:11.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_security_group_8pszoh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.279Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:11.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:11.279Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:11.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_security_group_8pszoh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:12.311Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:12.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:12.311Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:12.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_security_group_j0gtuz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:12.311Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:12.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:12.311Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:12.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:12.314Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:12.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2777a6bd-c278-4c4c-910f-21d71996a48a"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:12.314Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}, {u'external_id': u'3ae2a14a-e737-45dc-84f3-35d3cc22d921', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'106fe829-40b8-4c64-938e-f53957599610', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'cb1e3ed5-de2e-477c-b62e-660645bb37f8', u'floating_ip_address': u'172.30.9.208', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:12.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "947a02eb-2708-42f5-859a-3770c2b88fb9"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:12.314Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_ult5pm'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:12.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "947a02eb-2708-42f5-859a-3770c2b88fb9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:12.314Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_ucjdmy'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:12.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2777a6bd-c278-4c4c-910f-21d71996a48a"}], "metadata": {"pagination": {"total": 147, "offset": 97, "size": 50}}} 2018-12-03 17:26:12,401 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:12,401 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:12 GMT 2018-12-03 17:26:12,401 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:12,401 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29936 2018-12-03 17:26:12,401 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:12,403 - 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-12-03 17:26:12,403 - 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-12-03 17:26:12,403 - 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-12-03 17:26:12,403 - 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-12-03 17:26:12,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:12,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:12,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:12,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:12,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:12,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:12,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:12,404 - 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'b69d7018fee64708a3f51adca5f13bc9', u'created_at': u'2018-12-03T17:26:08Z', u'updated_at': u'2018-12-03T17:26:08Z', u'floating_network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.204', u'revision_number': 0, u'project_id': u'b69d7018fee64708a3f51adca5f13bc9', u'port_id': None, u'id': u'50522e38-e881-4915-9210-b95206aef9cb'} 2018-12-03 17:26:12,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-03 17:26:12,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-03 17:26:12,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-12-03 17:26:12,405 - 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-12-03 17:26:12,405 - 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-12-03 17:26:12,405 - 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-12-03 17:26:12,406 - 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-12-03 17:26:12,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:12,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-03 17:26:12,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-03 17:26:12,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-03 17:26:12,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-03 17:26:12,407 - 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-12-03 17:26:12,407 - 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-12-03 17:26:12,407 - 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-12-03 17:26:12,407 - 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-12-03 17:26:12,407 - 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-12-03 17:26:12,407 - 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-12-03 17:26:12,407 - 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-12-03 17:26:12,408 - 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-12-03 17:26:12,408 - 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-12-03 17:26:12,408 - 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-12-03 17:26:12,408 - 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-12-03 17:26:12,408 - 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-12-03 17:26:12,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:12,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:12,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:12,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-03 17:26:12,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-03 17:26:12,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-03 17:26:12,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:12,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:12,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:12,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:12,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}] 2018-12-03 17:26:12,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}, {u'external_id': u'3ae2a14a-e737-45dc-84f3-35d3cc22d921', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'106fe829-40b8-4c64-938e-f53957599610', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'cb1e3ed5-de2e-477c-b62e-660645bb37f8', u'floating_ip_address': u'172.30.9.208', u'external_type': u'floatingip'}] 2018-12-03 17:26:12,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_ult5pm'} 2018-12-03 17:26:12,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_ucjdmy'} 2018-12-03 17:26:12,411 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:26:12,472 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:12,472 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:12,473 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:12,473 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:12,473 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:12,473 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:12,473 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:12,473 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:26:12,473 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:12,473 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:12 GMT 2018-12-03 17:26:12,473 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:12,474 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:26:12,474 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:17,479 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:26:17,595 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:17,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:17,596 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:17,596 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:17,596 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:17,596 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:17,596 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:17,596 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_k88pg8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:13.323Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:13.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:13.323Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:13.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:13.323Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:13.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_security_group_8pszoh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:13.323Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:13.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_security_group_7zahs3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:13.323Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:13.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:13.323Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:13.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:13.366Z", "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-12-03T17:26:13.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2777a6bd-c278-4c4c-910f-21d71996a48a"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:13.366Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_ucjdmy', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:13.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2777a6bd-c278-4c4c-910f-21d71996a48a"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:13.366Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_ucjdmy', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:13.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2777a6bd-c278-4c4c-910f-21d71996a48a"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:14.343Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:14.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:14.343Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:14.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:14.343Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:14.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:14.343Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:14.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:14.343Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:14.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:14.343Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:14.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_security_group_olp472", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:14.343Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:14.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:14.391Z", "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-12-03T17:26:14.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "947a02eb-2708-42f5-859a-3770c2b88fb9"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:14.391Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_ult5pm', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:14.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "947a02eb-2708-42f5-859a-3770c2b88fb9"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:14.391Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}, {u'external_id': u'3ae2a14a-e737-45dc-84f3-35d3cc22d921', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'facea4b1-e32e-4cb3-bc1a-ce75afd8527f', 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-12-03T17:26:14.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3bd8e504-84cf-458f-bc97-2c8250a3968d"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:14.391Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_ult5pm', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:14.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "947a02eb-2708-42f5-859a-3770c2b88fb9"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:14.391Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_k88pg8'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:14.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3bd8e504-84cf-458f-bc97-2c8250a3968d"}, {"node_instance_id": "ellis_security_group_olp472", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:15.380Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:15.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_security_group_olp472", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:15.380Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:15.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:15.380Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:15.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:15.380Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:15.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:15.401Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}, {u'external_id': u'3ae2a14a-e737-45dc-84f3-35d3cc22d921', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'6d71c28a-cb42-465f-8140-cbf3242f5b53', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'44ec201c-8111-4de9-87d8-bd8102d51743', 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-12-03T17:26:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6355fd29-d288-472e-84e1-72d13f7d0abe"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:15.401Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_sq0wr6'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6355fd29-d288-472e-84e1-72d13f7d0abe"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:16.399Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:16.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_security_group_oc3hhn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:16.399Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:16.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:16.399Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:16.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:16.399Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:16.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_security_group_oc3hhn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:16.399Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:16.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:16.425Z", "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-12-03T17:26:16.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3bd8e504-84cf-458f-bc97-2c8250a3968d"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:16.425Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_k88pg8', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:16.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3bd8e504-84cf-458f-bc97-2c8250a3968d"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:16.425Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}, {u'external_id': u'3ae2a14a-e737-45dc-84f3-35d3cc22d921', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'9ae81b5e-db2f-4ade-8e38-0b36a9111365', 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-12-03T17:26:16.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5241d6e1-b2f9-4e4e-b46c-578a6be023bc"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:16.425Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_k88pg8', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:16.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3bd8e504-84cf-458f-bc97-2c8250a3968d"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:16.425Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_mpfn5b'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:16.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5241d6e1-b2f9-4e4e-b46c-578a6be023bc"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:17.434Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:17.434Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:17.434Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:17.434Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:17.434Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:17.434Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_security_group_oc3hhn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:17.434Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:17.434Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:17.434Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:17.434Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:17.434Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:17.434Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:17.457Z", "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-12-03T17:26:17.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6355fd29-d288-472e-84e1-72d13f7d0abe"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:17.457Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_sq0wr6', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:17.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6355fd29-d288-472e-84e1-72d13f7d0abe"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:17.457Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}, {u'external_id': u'3ae2a14a-e737-45dc-84f3-35d3cc22d921', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'f83daf86-f6dc-4a88-aebd-a346d6e8fa86', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'6d71c28a-cb42-465f-8140-cbf3242f5b53', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'2282637f-fa14-41c7-b54c-9aa9a7842240', u'floating_ip_address': u'172.30.9.210', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:17.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d3e08fe3-60e0-44d0-ba37-77bd614ca15b"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:17.457Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_sq0wr6', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:17.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6355fd29-d288-472e-84e1-72d13f7d0abe"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:17.457Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_o9oq06'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:17.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d3e08fe3-60e0-44d0-ba37-77bd614ca15b"}], "metadata": {"pagination": {"total": 195, "offset": 147, "size": 50}}} 2018-12-03 17:26:17,597 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:17,597 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:17 GMT 2018-12-03 17:26:17,597 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:17,597 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30840 2018-12-03 17:26:17,597 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:17,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:17,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:17,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-03 17:26:17,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:17,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:17,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-03 17:26:17,599 - 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-12-03 17:26:17,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_ucjdmy', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:17,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_ucjdmy', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:17,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:17,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:17,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-03 17:26:17,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-03 17:26:17,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-03 17:26:17,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-03 17:26:17,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-03 17:26:17,601 - 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-12-03 17:26:17,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_ult5pm', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:17,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}, {u'external_id': u'3ae2a14a-e737-45dc-84f3-35d3cc22d921', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'facea4b1-e32e-4cb3-bc1a-ce75afd8527f', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-12-03 17:26:17,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_ult5pm', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:17,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_k88pg8'} 2018-12-03 17:26:17,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:17,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:17,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-03 17:26:17,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-03 17:26:17,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}, {u'external_id': u'3ae2a14a-e737-45dc-84f3-35d3cc22d921', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'6d71c28a-cb42-465f-8140-cbf3242f5b53', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'44ec201c-8111-4de9-87d8-bd8102d51743', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-12-03 17:26:17,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_sq0wr6'} 2018-12-03 17:26:17,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:17,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:17,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:17,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-03 17:26:17,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-03 17:26:17,603 - 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-12-03 17:26:17,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_k88pg8', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:17,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}, {u'external_id': u'3ae2a14a-e737-45dc-84f3-35d3cc22d921', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'9ae81b5e-db2f-4ade-8e38-0b36a9111365', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-12-03 17:26:17,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_k88pg8', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:17,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_mpfn5b'} 2018-12-03 17:26:17,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-03 17:26:17,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-03 17:26:17,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:17,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:17,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-03 17:26:17,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-03 17:26:17,605 - 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-12-03 17:26:17,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_sq0wr6', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:17,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}, {u'external_id': u'3ae2a14a-e737-45dc-84f3-35d3cc22d921', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'f83daf86-f6dc-4a88-aebd-a346d6e8fa86', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'6d71c28a-cb42-465f-8140-cbf3242f5b53', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'2282637f-fa14-41c7-b54c-9aa9a7842240', u'floating_ip_address': u'172.30.9.210', u'external_type': u'floatingip'}] 2018-12-03 17:26:17,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_sq0wr6', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:17,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_o9oq06'} 2018-12-03 17:26:17,606 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:26:17,670 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:17,671 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:17,671 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:17,671 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:17,671 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:17,671 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:17,671 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:17,671 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:26:17,671 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:17,671 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:17 GMT 2018-12-03 17:26:17,671 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:17,672 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:26:17,672 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:22,677 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:26:22,878 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:22,878 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:22,878 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:22,878 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:22,878 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:22,878 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:22,878 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:22,878 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:18.480Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}, {u'external_id': u'3ae2a14a-e737-45dc-84f3-35d3cc22d921', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'a1f4af75-0590-4309-bcb1-c3710bb99220', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'50522e38-e881-4915-9210-b95206aef9cb', u'floating_ip_address': u'172.30.9.204', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:18.480Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d3b743e3-1753-477e-a1e0-2830c957d3e7"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:18.480Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_wz7tek'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:18.480Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d3b743e3-1753-477e-a1e0-2830c957d3e7"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:18.482Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:18.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:18.482Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:18.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:18.482Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:18.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:19.499Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:19.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:19.499Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:19.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:20.550Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_mpfn5b', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:20.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5241d6e1-b2f9-4e4e-b46c-578a6be023bc"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:21.494Z", "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-12-03T17:26:21.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5241d6e1-b2f9-4e4e-b46c-578a6be023bc"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:21.494Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_mpfn5b', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:21.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5241d6e1-b2f9-4e4e-b46c-578a6be023bc"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:22.665Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:22.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 206, "offset": 195, "size": 50}}} 2018-12-03 17:26:22,879 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:22,879 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:22 GMT 2018-12-03 17:26:22,879 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:22,879 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7259 2018-12-03 17:26:22,879 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:22,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}, {u'external_id': u'3ae2a14a-e737-45dc-84f3-35d3cc22d921', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'a1f4af75-0590-4309-bcb1-c3710bb99220', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'50522e38-e881-4915-9210-b95206aef9cb', u'floating_ip_address': u'172.30.9.204', u'external_type': u'floatingip'}] 2018-12-03 17:26:22,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_wz7tek'} 2018-12-03 17:26:22,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:22,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:26:22,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-03 17:26:22,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-03 17:26:22,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:22,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_mpfn5b', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:22,881 - 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-12-03 17:26:22,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_mpfn5b', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:22,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-03 17:26:22,882 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:26:23,221 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:23,222 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:23,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:23,222 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:23,222 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:23,222 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:23,222 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:23,222 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:26:23,222 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:23,222 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:23 GMT 2018-12-03 17:26:23,222 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:23,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:26:23,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:28,228 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:26:28,607 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:28,607 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:28,607 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:28,607 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:28,607 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:28,607 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:28,608 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:28,608 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:23.411Z", "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-12-03T17:26:23.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d3e08fe3-60e0-44d0-ba37-77bd614ca15b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:23.411Z", "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-12-03T17:26:23.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d3b743e3-1753-477e-a1e0-2830c957d3e7"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:23.411Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_o9oq06', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:23.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d3e08fe3-60e0-44d0-ba37-77bd614ca15b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:23.411Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_wz7tek', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:23.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d3b743e3-1753-477e-a1e0-2830c957d3e7"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:23.411Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_o9oq06', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:23.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d3e08fe3-60e0-44d0-ba37-77bd614ca15b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:23.411Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_wz7tek', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:23.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d3b743e3-1753-477e-a1e0-2830c957d3e7"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:23.517Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:23.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:23.517Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:23.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:23.517Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:23.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:24.689Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:24.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:24.689Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:24.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:24.689Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:24.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:25.368Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}, {u'external_id': u'3ae2a14a-e737-45dc-84f3-35d3cc22d921', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'1692149c-4f8f-4c97-bc3d-87f802cfdac4', 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-12-03T17:26:25.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "fbaf4b05-a3ba-4e5c-b189-c007e8dbee04"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:25.691Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_4jt7kl'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:25.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "fbaf4b05-a3ba-4e5c-b189-c007e8dbee04"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:25.975Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:25.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:25.975Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:25.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:25.975Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:25.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:25.975Z", "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-12-03T17:26:25.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:25.975Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:25.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:27.088Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:27.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:27.304Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_4jt7kl', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:27.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "fbaf4b05-a3ba-4e5c-b189-c007e8dbee04"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:27.723Z", "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-12-03T17:26:27.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "fbaf4b05-a3ba-4e5c-b189-c007e8dbee04"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:27.723Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_4jt7kl', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:27.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "fbaf4b05-a3ba-4e5c-b189-c007e8dbee04"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:28.366Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:28.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:28.366Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:28.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:28.366Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:28.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:28.366Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:28.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:28.366Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:28.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:28.366Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:28.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:28.366Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:28.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:28.366Z", "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-12-03T17:26:28.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:28.366Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:28.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:28.366Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:28.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 239, "offset": 206, "size": 50}}} 2018-12-03 17:26:28,608 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:28,608 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:28 GMT 2018-12-03 17:26:28,608 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:28,608 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21338 2018-12-03 17:26:28,608 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:28,609 - 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-12-03 17:26:28,609 - 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-12-03 17:26:28,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_o9oq06', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:28,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_wz7tek', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:28,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_o9oq06', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:28,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_wz7tek', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:28,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-03 17:26:28,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-03 17:26:28,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-03 17:26:28,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-03 17:26:28,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-03 17:26:28,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-03 17:26:28,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', u'external_type': u'keypair'}, {u'external_id': u'3ae2a14a-e737-45dc-84f3-35d3cc22d921', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'1692149c-4f8f-4c97-bc3d-87f802cfdac4', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-12-03 17:26:28,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_4jt7kl'} 2018-12-03 17:26:28,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:28,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:28,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:28,612 - 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-12-03 17:26:28,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-03 17:26:28,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:28,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_4jt7kl', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:28,612 - 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-12-03 17:26:28,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_4jt7kl', 'key_name': u'cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c', 'image': u'01e20897-aa3a-44cb-a78a-0ccae1000671', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c', 'cloudify_management_network_id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}, 'nics': [{'net-id': u'523bf976-2c51-4605-b1e5-797b10021cfb'}], 'flavor': u'a992d060-c7d7-445f-bd3f-655eee8c849e'} 2018-12-03 17:26:28,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:28,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-03 17:26:28,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-03 17:26:28,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-03 17:26:28,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:28,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:28,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:28,614 - 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-12-03 17:26:28,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-03 17:26:28,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-03 17:26:28,614 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:26:28,723 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:28,723 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:28,724 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:28,724 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:28,724 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:28,724 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:28,724 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:28,724 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:26:28,724 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:28,724 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:28 GMT 2018-12-03 17:26:28,724 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:28,725 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:26:28,725 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:33,730 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:26:33,912 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:33,912 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:33,912 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:33,912 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:33,912 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:33,912 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:33,912 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:33,913 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:29.585Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:29.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:29.585Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:29.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:29.585Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:29.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:29.585Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:29.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:29.585Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:29.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:29.585Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:29.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:29.585Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:29.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:29.585Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:29.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:30.947Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:30.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:30.947Z", "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-12-03T17:26:30.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:30.947Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-03T17:26:30.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:30.947Z", "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-12-03T17:26:30.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:31.989Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:31.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:31.989Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:31.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:31.989Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "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-12-03T17:26:31.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:31.989Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "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-12-03T17:26:31.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:31.989Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:31.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 256, "offset": 239, "size": 50}}} 2018-12-03 17:26:33,913 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:33,913 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:33 GMT 2018-12-03 17:26:33,913 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:33,913 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11498 2018-12-03 17:26:33,913 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:33,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-03 17:26:33,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-03 17:26:33,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:33,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:33,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-03 17:26:33,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-03 17:26:33,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-03 17:26:33,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-03 17:26:33,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:26:33,915 - 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-12-03 17:26:33,915 - 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-12-03 17:26:33,916 - 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-12-03 17:26:33,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-03 17:26:33,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:26:33,916 - 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-12-03 17:26:33,916 - 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-12-03 17:26:33,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-03 17:26:33,917 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:26:33,993 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:33,993 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:33,993 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:33,993 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:33,993 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:33,993 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:33,993 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:33,993 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:26:33,994 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:33,994 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:33 GMT 2018-12-03 17:26:33,994 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:33,994 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:26:33,994 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:38,999 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:26:39,076 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:39,077 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:39,077 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:39,077 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:39,077 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:39,077 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:39,077 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:39,077 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:33.986Z", "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-12-03T17:26:33.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 257, "offset": 256, "size": 50}}} 2018-12-03 17:26:39,078 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:39,078 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:39 GMT 2018-12-03 17:26:39,078 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:39,078 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1207 2018-12-03 17:26:39,078 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:39,078 - 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-12-03 17:26:39,078 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:26:39,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:39,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:39,146 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:39,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:39,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:39,147 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:39,147 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:39,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:26:39,147 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:39,147 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:39 GMT 2018-12-03 17:26:39,147 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:39,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:26:39,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:44,153 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:26:44,281 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:44,281 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:44,282 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:44,282 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:44,282 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:44,282 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:44,282 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:44,282 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-12-03 17:26:44,282 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:44,282 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:44 GMT 2018-12-03 17:26:44,283 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:44,283 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:26:44,283 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:44,283 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:26:44,359 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:44,359 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:44,359 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:44,359 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:44,359 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:44,359 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:44,359 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:44,360 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:26:44,360 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:44,360 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:44 GMT 2018-12-03 17:26:44,360 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:44,360 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:26:44,360 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:49,363 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:26:49,466 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:49,466 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:49,466 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:49,466 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:49,466 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:49,466 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:49,467 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:49,467 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-12-03 17:26:49,467 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:49,467 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:49 GMT 2018-12-03 17:26:49,467 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:49,467 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:26:49,467 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:49,467 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:26:49,539 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:49,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:49,540 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:49,540 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:49,540 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:49,540 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:49,540 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:49,540 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:26:49,540 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:49,540 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:49 GMT 2018-12-03 17:26:49,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:49,541 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:26:49,541 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:54,546 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:26:54,840 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:54,840 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:54,840 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:54,840 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:54,840 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:54,840 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:54,841 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:54,841 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-12-03 17:26:54,841 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:54,841 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:54 GMT 2018-12-03 17:26:54,841 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:54,841 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:26:54,841 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:54,841 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:26:54,921 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:26:54,921 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:26:54,922 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:26:54,922 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:26:54,922 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:26:54,922 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:26:54,922 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:26:54,922 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:26:54,922 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:26:54,922 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:26:54 GMT 2018-12-03 17:26:54,922 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:26:54,922 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:26:54,923 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:26:59,928 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:27:00,034 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:00,034 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:00,034 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:00,034 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:00,034 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:00,035 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:00,035 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:00,035 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:55.710Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:55.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:56.025Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:56.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:57.242Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:57.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:58.048Z", "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-12-03T17:26:58.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:58.048Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:26:58.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:26:59.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 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-12-03T17:26:59.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 263, "offset": 257, "size": 50}}} 2018-12-03 17:27:00,035 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:00,035 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:00 GMT 2018-12-03 17:27:00,035 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:00,035 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4400 2018-12-03 17:27:00,035 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:00,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:00,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:00,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:00,036 - 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-12-03 17:27:00,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:00,037 - 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-12-03 17:27:00,037 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:27:00,121 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:00,121 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:00,121 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:00,121 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:00,121 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:00,121 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:00,122 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:00,122 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:27:00,122 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:00,122 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:00 GMT 2018-12-03 17:27:00,122 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:00,122 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:27:00,122 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:05,128 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:27:05,212 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:05,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:05,213 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:05,213 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:05,213 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:05,213 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:05,213 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:05,213 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:01.145Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:01.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:01.145Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:01.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:01.145Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:01.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:01.145Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:01.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:01.145Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:01.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:01.145Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:01.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:02.170Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:02.170Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:02.170Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:02.170Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:02.170Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:02.170Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:02.170Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:02.170Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:03.188Z", "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-12-03T17:27:03.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:03.188Z", "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-12-03T17:27:03.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:03.188Z", "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-12-03T17:27:03.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:04.207Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:04.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:04.207Z", "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-12-03T17:27:04.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:04.207Z", "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-12-03T17:27:04.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:04.207Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:04.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 280, "offset": 263, "size": 50}}} 2018-12-03 17:27:05,213 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:05,213 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:05 GMT 2018-12-03 17:27:05,214 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:05,214 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11916 2018-12-03 17:27:05,214 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:05,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:05,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:05,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:05,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:05,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:05,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:05,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:05,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:05,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:05,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:05,216 - 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-12-03 17:27:05,216 - 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-12-03 17:27:05,217 - 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-12-03 17:27:05,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:05,217 - 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-12-03 17:27:05,217 - 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-12-03 17:27:05,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-03 17:27:05,217 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:27:05,293 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:05,293 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:05,293 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:05,293 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:05,293 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:05,294 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:05,294 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:05,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:27:05,294 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:05,294 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:05 GMT 2018-12-03 17:27:05,294 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:05,294 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:27:05,294 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:10,300 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:27:10,408 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:10,408 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:10,408 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:10,408 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:10,408 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:10,408 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:10,408 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:10,409 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:06.291Z", "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-12-03T17:27:06.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 281, "offset": 280, "size": 50}}} 2018-12-03 17:27:10,409 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:10,409 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:10 GMT 2018-12-03 17:27:10,409 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:10,409 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1220 2018-12-03 17:27:10,409 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:10,409 - 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-12-03 17:27:10,410 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:27:10,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:10,478 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:10,479 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:10,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:10,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:10,479 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:10,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:10,479 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:27:10,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:10,479 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:10 GMT 2018-12-03 17:27:10,480 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:10,480 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:27:10,480 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:15,485 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:27:15,580 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:15,581 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:15,581 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:15,581 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:15,581 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:15,581 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:15,581 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:15,581 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-12-03 17:27:15,581 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:15,582 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:15 GMT 2018-12-03 17:27:15,582 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:15,582 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:27:15,582 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:15,582 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:27:15,649 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:15,649 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:15,649 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:15,649 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:15,649 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:15,650 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:15,650 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:15,650 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:27:15,650 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:15,650 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:15 GMT 2018-12-03 17:27:15,650 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:15,650 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:27:15,650 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:20,656 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:27:20,752 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:20,752 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:20,752 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:20,752 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:20,752 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:20,752 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:20,752 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:20,753 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-12-03 17:27:20,753 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:20,753 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:20 GMT 2018-12-03 17:27:20,753 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:20,753 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:27:20,753 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:20,753 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:27:20,819 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:20,819 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:20,819 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:20,819 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:20,819 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:20,820 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:20,820 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:20,820 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:27:20,820 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:20,820 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:20 GMT 2018-12-03 17:27:20,820 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:20,820 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:27:20,820 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:25,826 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:27:25,903 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:25,903 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:25,903 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:25,903 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:25,903 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:25,903 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:25,904 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:25,904 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-12-03 17:27:25,904 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:25,904 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:25 GMT 2018-12-03 17:27:25,904 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:25,904 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:27:25,904 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:25,904 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:27:25,975 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:25,975 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:25,975 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:25,976 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:25,976 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:25,976 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:25,976 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:25,976 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:27:25,976 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:25,976 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:25 GMT 2018-12-03 17:27:25,976 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:25,976 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:27:25,976 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:30,982 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:27:31,075 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:31,075 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:31,076 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:31,076 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:31,076 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:31,076 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:31,076 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:31,076 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:28.032Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:28.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:28.233Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:28.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:29.664Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:29.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:30.251Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:30.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 285, "offset": 281, "size": 50}}} 2018-12-03 17:27:31,076 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:31,076 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:31 GMT 2018-12-03 17:27:31,076 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:31,076 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2130 2018-12-03 17:27:31,077 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:31,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:31,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:31,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:31,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:31,078 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:27:31,145 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:31,145 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:31,145 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:31,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:31,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:31,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:31,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:31,146 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:27:31,146 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:31,146 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:31 GMT 2018-12-03 17:27:31,146 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:31,146 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:27:31,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:36,152 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:27:36,234 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:36,234 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:36,234 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:36,235 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:36,235 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:36,235 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:36,235 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:36,235 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:31.270Z", "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-12-03T17:27:31.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:32.288Z", "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-12-03T17:27:32.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:33.351Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:33.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:33.351Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:33.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:33.351Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:33.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:33.351Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:33.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:33.351Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:33.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:33.351Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:33.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:34.422Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:34.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:34.422Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:34.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:34.422Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:34.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:34.422Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:34.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:35.468Z", "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-12-03T17:27:35.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:35.468Z", "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-12-03T17:27:35.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:35.468Z", "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-12-03T17:27:35.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 300, "offset": 285, "size": 50}}} 2018-12-03 17:27:36,235 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:36,235 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:36 GMT 2018-12-03 17:27:36,235 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:36,235 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10886 2018-12-03 17:27:36,236 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:36,236 - 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-12-03 17:27:36,236 - 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-12-03 17:27:36,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:36,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:36,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:36,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:36,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:36,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:36,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:36,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:36,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:36,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:36,238 - 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-12-03 17:27:36,238 - 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-12-03 17:27:36,239 - 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-12-03 17:27:36,239 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:27:36,325 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:36,325 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:36,325 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:36,325 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:36,326 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:36,326 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:36,326 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:36,326 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:27:36,326 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:36,326 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:36 GMT 2018-12-03 17:27:36,326 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:36,326 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:27:36,326 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:41,332 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:27:41,413 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:41,413 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:41,414 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:41,414 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:41,414 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:41,414 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:41,414 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:41,414 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:36.506Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:36.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:36.506Z", "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-12-03T17:27:36.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:36.506Z", "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-12-03T17:27:36.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:36.506Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:27:36.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:27:38.631Z", "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-12-03T17:27:38.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 305, "offset": 300, "size": 50}}} 2018-12-03 17:27:41,414 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:41,414 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:41 GMT 2018-12-03 17:27:41,415 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:41,415 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4520 2018-12-03 17:27:41,415 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:41,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:41,415 - 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-12-03 17:27:41,415 - 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-12-03 17:27:41,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-03 17:27:41,416 - 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-12-03 17:27:41,416 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:27:41,481 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:41,481 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:41,481 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:41,481 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:41,481 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:41,482 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:41,482 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:41,482 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:27:41,482 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:41,482 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:41 GMT 2018-12-03 17:27:41,482 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:41,482 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:27:41,482 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:46,488 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:27:46,586 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:46,586 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:46,586 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:46,587 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:46,587 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:46,587 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:46,587 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:46,587 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-12-03 17:27:46,587 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:46,587 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:46 GMT 2018-12-03 17:27:46,587 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:46,587 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:27:46,588 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:46,588 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:27:46,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:46,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:46,656 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:46,656 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:46,657 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:46,657 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:46,657 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:46,657 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:27:46,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:46,657 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:46 GMT 2018-12-03 17:27:46,657 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:46,657 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:27:46,657 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:51,663 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:27:51,740 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:51,740 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:51,741 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:51,741 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:51,741 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:51,741 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:51,741 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:51,741 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-12-03 17:27:51,741 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:51,741 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:51 GMT 2018-12-03 17:27:51,741 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:51,742 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:27:51,742 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:51,742 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:27:51,810 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:51,811 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:51,811 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:51,811 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:51,811 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:51,811 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:51,811 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:51,811 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:27:51,812 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:51,812 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:51 GMT 2018-12-03 17:27:51,812 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:51,812 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:27:51,812 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:56,817 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:27:56,894 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:56,894 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:56,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:56,894 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:56,894 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:56,894 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:56,895 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:56,895 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-12-03 17:27:56,895 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:56,895 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:56 GMT 2018-12-03 17:27:56,895 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:56,895 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:27:56,895 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:27:56,895 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:27:56,975 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:27:56,975 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:27:56,975 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:27:56,975 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:27:56,975 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:27:56,976 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:27:56,976 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:27:56,976 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:27:56,976 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:27:56,976 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:27:56 GMT 2018-12-03 17:27:56,976 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:27:56,976 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:27:56,976 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:01,982 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:28:02,184 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:02,184 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:02,184 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:02,184 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:02,184 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:02,184 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:02,184 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:02,184 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:00.489Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:00.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:01.529Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:01.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 307, "offset": 305, "size": 50}}} 2018-12-03 17:28:02,185 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:02,185 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:02 GMT 2018-12-03 17:28:02,185 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:02,185 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2018-12-03 17:28:02,185 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:02,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:02,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:02,186 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:28:03,126 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:03,126 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:03,127 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:03,127 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:03,127 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:03,127 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:03,127 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:03,127 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:28:03,127 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:03,127 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:03 GMT 2018-12-03 17:28:03,127 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:03,128 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:28:03,128 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:08,133 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:28:10,052 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:10,052 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:10,052 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:10,052 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:10,052 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:10,052 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:10,052 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:10,053 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:02.703Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:02.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:02.703Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:02.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:04.177Z", "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-12-03T17:28:04.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:05.134Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:05.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:05.134Z", "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-12-03T17:28:05.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:05.134Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:05.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:06.218Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:06.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:06.218Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:06.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:06.218Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:06.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:06.218Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:06.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:07.318Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:07.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:07.318Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:07.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:07.318Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:07.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:07.318Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:07.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 321, "offset": 307, "size": 50}}} 2018-12-03 17:28:10,053 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:10,053 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:10 GMT 2018-12-03 17:28:10,053 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:10,053 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8500 2018-12-03 17:28:10,053 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:10,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:10,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:10,054 - 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-12-03 17:28:10,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:10,054 - 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-12-03 17:28:10,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:10,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:10,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:10,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:10,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:10,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:10,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:10,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:10,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:10,056 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:28:12,102 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:12,102 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:12,102 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:12,102 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:12,102 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:12,102 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:12,103 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:12,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:28:12,103 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:12,103 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:12 GMT 2018-12-03 17:28:12,103 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:12,103 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:28:12,103 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:17,109 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:28:17,287 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:17,287 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:17,287 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:17,287 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:17,287 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:17,287 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:17,287 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:17,287 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:09.634Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:09.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:11.517Z", "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-12-03T17:28:11.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:11.517Z", "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-12-03T17:28:11.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:11.517Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:11.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:12.964Z", "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-12-03T17:28:12.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:12.964Z", "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-12-03T17:28:12.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 327, "offset": 321, "size": 50}}} 2018-12-03 17:28:17,288 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:17,288 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:17 GMT 2018-12-03 17:28:17,288 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:17,288 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5656 2018-12-03 17:28:17,288 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:17,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:17,289 - 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-12-03 17:28:17,289 - 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-12-03 17:28:17,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-03 17:28:17,289 - 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-12-03 17:28:17,289 - 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-12-03 17:28:17,290 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:28:19,631 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:19,631 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:19,632 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:19,632 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:19,632 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:19,632 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:19,632 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:19,632 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:28:19,632 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:19,632 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:19 GMT 2018-12-03 17:28:19,632 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:19,632 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:28:19,633 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:24,638 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:28:25,525 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:25,525 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:25,525 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:25,526 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:25,526 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:25,526 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:25,526 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:25,526 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_o9oq06", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:17.174Z", "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-12-03T17:28:17.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:20.173Z", "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-12-03T17:28:20.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 329, "offset": 327, "size": 50}}} 2018-12-03 17:28:25,526 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:25,526 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:25 GMT 2018-12-03 17:28:25,526 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:25,526 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2354 2018-12-03 17:28:25,526 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:25,527 - 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-12-03 17:28:25,527 - 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-12-03 17:28:25,527 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:28:26,592 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:26,592 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:26,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:26,593 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:26,593 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:26,593 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:26,593 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:26,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:28:26,593 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:26,593 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:26 GMT 2018-12-03 17:28:26,593 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:26,593 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:28:26,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:31,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:28:31,865 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:31,866 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:31,866 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:31,866 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:31,866 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:31,866 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:31,866 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:31,866 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-12-03 17:28:31,867 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:31,867 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:31 GMT 2018-12-03 17:28:31,867 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:31,867 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:28:31,867 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:31,867 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:28:32,135 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:32,136 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:32,136 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:32,136 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:32,136 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:32,136 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:32,136 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:32,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:28:32,137 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:32,137 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:32 GMT 2018-12-03 17:28:32,137 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:32,137 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:28:32,137 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:37,142 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:28:39,619 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:39,619 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:39,619 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:39,619 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:39,619 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:39,619 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:39,620 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:39,620 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:34.226Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:34.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:35.414Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:35.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:35.414Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:35.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:35.414Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:35.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 333, "offset": 329, "size": 50}}} 2018-12-03 17:28:39,620 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:39,620 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:39 GMT 2018-12-03 17:28:39,620 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:39,620 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2130 2018-12-03 17:28:39,620 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:39,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:39,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:39,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:39,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:39,621 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:28:42,341 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:42,341 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:42,341 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:42,341 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:42,341 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:42,341 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:42,342 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:42,342 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:28:42,342 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:42,342 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:42 GMT 2018-12-03 17:28:42,342 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:42,342 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:28:42,342 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:47,347 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:28:49,868 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:49,868 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:49,868 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:49,869 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:49,869 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:49,869 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:49,869 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:49,869 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:40.641Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:40.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:42.757Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:42.757Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:42.757Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:42.757Z", "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-12-03T17:28:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:42.757Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:42.757Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:42.757Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:42.757Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:44.102Z", "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-12-03T17:28:44.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:45.267Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:45.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "505170e9-54b2-4b8c-acda-d4f8e3782023"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:46.910Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:46.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "a0dc6697-6dbc-4fb4-93d6-5b97a768a11d"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:47.198Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:47.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 346, "offset": 333, "size": 50}}} 2018-12-03 17:28:49,869 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:49,869 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:49 GMT 2018-12-03 17:28:49,869 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:49,870 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7989 2018-12-03 17:28:49,870 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:49,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:49,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:49,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:49,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:49,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 4/60] 2018-12-03 17:28:49,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:49,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:49,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:49,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:49,872 - 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-12-03 17:28:49,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-03 17:28:49,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-03 17:28:49,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:49,873 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:28:50,801 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:50,802 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:50,802 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:50,802 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:50,802 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:50,802 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:50,802 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:50,802 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:28:50,802 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:50,803 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:50 GMT 2018-12-03 17:28:50,803 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:50,803 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:28:50,803 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:55,804 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:28:57,819 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:57,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:57,820 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:57,820 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:57,820 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:57,820 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:57,820 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:57,820 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:49.385Z", "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-12-03T17:28:49.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:49.385Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:49.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:51.184Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:51.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:51.184Z", "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-12-03T17:28:51.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:51.184Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:51.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:54.732Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:54.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:54.732Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:54.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:54.732Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:54.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:54.732Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:54.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:54.732Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:54.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:54.732Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:54.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:54.732Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:54.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:54.732Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:54.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:56.011Z", "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": "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-12-03T17:28:56.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 360, "offset": 346, "size": 50}}} 2018-12-03 17:28:57,820 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:57,820 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:57 GMT 2018-12-03 17:28:57,821 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:57,821 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9051 2018-12-03 17:28:57,821 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:28:57,821 - 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-12-03 17:28:57,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:57,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:57,822 - 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-12-03 17:28:57,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:57,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-03 17:28:57,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-03 17:28:57,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-03 17:28:57,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-03 17:28:57,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-03 17:28:57,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-03 17:28:57,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:57,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-12-03 17:28:57,824 - 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-12-03 17:28:57,824 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:28:58,237 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:28:58,237 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:28:58,237 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:28:58,237 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:28:58,237 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:28:58,237 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:28:58,237 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:28:58,237 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:28:58,238 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:28:58,238 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:28:58 GMT 2018-12-03 17:28:58,238 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:28:58,238 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:28:58,238 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:03,243 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:29:03,804 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:03,804 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:03,804 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:03,804 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:03,804 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:03,804 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:03,804 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:03,804 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:57.487Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:57.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "980ff97e-6652-4731-966e-8e20ab756c40"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:58.365Z", "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-12-03T17:28:58.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:58.554Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:58.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "980ff97e-6652-4731-966e-8e20ab756c40"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:58.554Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:58.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "980ff97e-6652-4731-966e-8e20ab756c40"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:58.554Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:58.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "980ff97e-6652-4731-966e-8e20ab756c40"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:58.554Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:58.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "980ff97e-6652-4731-966e-8e20ab756c40"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:58.554Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:58.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "980ff97e-6652-4731-966e-8e20ab756c40"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:58.554Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:58.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "980ff97e-6652-4731-966e-8e20ab756c40"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:58.554Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:58.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "980ff97e-6652-4731-966e-8e20ab756c40"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:58.554Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:58.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "980ff97e-6652-4731-966e-8e20ab756c40"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:58.554Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:58.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "980ff97e-6652-4731-966e-8e20ab756c40"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:28:58.554Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:28:58.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "980ff97e-6652-4731-966e-8e20ab756c40"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:00.656Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.10 on port 22: Unable to connect to port 22 on 192.168.120.10 (tried 1 time)", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.10 on port 22: Unable to connect to port 22 on 192.168.120.10 (tried 1 time)", "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: Low level socket error connecting to host 192.168.120.10 on port 22: Unable to connect to port 22 on 192.168.120.10 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-03T17:29:00.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:00.657Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:00.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:00.657Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:00.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:00.657Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:00.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:00.657Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:00.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:00.657Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:00.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:00.657Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:00.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:00.657Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:00.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:00.657Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:00.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:00.657Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:00.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:00.657Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:00.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:00.657Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:00.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:02.946Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:02.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}], "metadata": {"pagination": {"total": 385, "offset": 360, "size": 50}}} 2018-12-03 17:29:03,805 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:03,805 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:03 GMT 2018-12-03 17:29:03,805 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:03,805 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14998 2018-12-03 17:29:03,805 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:03,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,806 - 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-12-03 17:29:03,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-03 17:29:03,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:29:03,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.10 on port 22: Unable to connect to port 22 on 192.168.120.10 (tried 1 time) 2018-12-03 17:29:03,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:03,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-03 17:29:03,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:29:03,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:29:03,810 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:29:03,895 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:03,895 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:03,896 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:03,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:03,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:03,896 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:03,896 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:03,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:29:03,896 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:03,896 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:03 GMT 2018-12-03 17:29:03,896 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:03,897 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:29:03,897 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:08,902 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:29:09,578 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:09,578 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:09,578 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:09,578 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:09,579 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:09,579 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:09,579 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:09,579 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "Creating Agent dime_host_mpfn5b", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:03.838Z", "message": "system_python set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:03.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:04.861Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:04.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:04.861Z", "message": "Creating agent from package", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:04.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:04.861Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:04.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:04.861Z", "message": "Untaring Agent package...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:04.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:04.861Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_mpfn5b/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:04.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:06.209Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:06.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:06.927Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_mpfn5b/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:06.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:06.927Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_mpfn5b/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_mpfn5b/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_mpfn5b', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_mpfn5b/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_mpfn5b', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:06.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:06.927Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:06.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:06.927Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:06.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:06.927Z", "message": "/home/ubuntu/dime_host_mpfn5b/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:06.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:06.927Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:06.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:06.927Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:06.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:06.927Z", "message": "Successfully created daemon: dime_host_mpfn5b", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:06.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9a07eee1-b226-426b-bd51-bdb649d982e8"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:06.938Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:06.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:07.722Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:07.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:07.722Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:07.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:07.722Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:07.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:07.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:07.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:08.944Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:08.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:08.944Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:08.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}], "metadata": {"pagination": {"total": 444, "offset": 385, "size": 50}}} 2018-12-03 17:29:09,579 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:09,579 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:09 GMT 2018-12-03 17:29:09,579 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:09,579 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28696 2018-12-03 17:29:09,579 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:09,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-03 17:29:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_mpfn5b 2018-12-03 17:29:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-03 17:29:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-12-03 17:29:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-03 17:29:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-03 17:29:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-03 17:29:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-03 17:29:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-03 17:29:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_mpfn5b/cloudify/ssl/cloudify_internal_cert.pem 2018-12-03 17:29:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:29:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_mpfn5b/env 2018-12-03 17:29:09,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_mpfn5b/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_mpfn5b/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_mpfn5b', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_mpfn5b/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_mpfn5b', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'} 2018-12-03 17:29:09,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-03 17:29:09,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-03 17:29:09,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_mpfn5b/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-12-03 17:29:09,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-03 17:29:09,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-03 17:29:09,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_mpfn5b 2018-12-03 17:29:09,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-12-03 17:29:09,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-03 17:29:09,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-03 17:29:09,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-03 17:29:09,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:09,589 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:29:09,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:09,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:09,726 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:09,726 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:09,726 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:09,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:09,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:09,727 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:29:09,727 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:09,727 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:09 GMT 2018-12-03 17:29:09,727 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:09,727 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:29:09,727 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:14,733 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:29:15,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:15,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:15,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:15,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:15,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:15,192 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:15,193 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:15,193 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:08.944Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:08.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:08.944Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:08.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:08.944Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:08.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:08.944Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:08.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:08.944Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:08.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:08.944Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:08.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:08.944Z", "message": "Configuring Agent dime_host_mpfn5b", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:08.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:08.944Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:08.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:08.944Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:08.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:09.704Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:09.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:09.874Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:09.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:09.874Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:09.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:09.874Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:09.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:10.545Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:10.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:10.545Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:10.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:10.545Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:10.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:10.545Z", "message": "Successfully configured daemon: dime_host_mpfn5b", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:10.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c239d3c-1d1e-4e4b-ba0f-bb9def615939"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:12.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:12.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:12.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:12.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:12.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:12.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:12.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:12.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:12.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:12.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:12.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:12.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:12.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:12.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:12.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:12.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:12.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:12.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:12.129Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:12.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:12.129Z", "message": "Starting Agent dime_host_mpfn5b", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:12.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:12.129Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:12.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:12.506Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:12.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:12.903Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:12.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:13.921Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:13.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:13.921Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:13.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:14.605Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:14.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f00b88d6-1a1b-4df8-81f1-654eb6175d06"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:14.986Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:14.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:14.986Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:14.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:15.141Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:15.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "6b4352c2-fa19-4af2-a0a5-81cb362baaa4"}], "metadata": {"pagination": {"total": 471, "offset": 435, "size": 50}}} 2018-12-03 17:29:15,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:15,193 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:15 GMT 2018-12-03 17:29:15,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:15,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19832 2018-12-03 17:29:15,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:15,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent dime_host_mpfn5b 2018-12-03 17:29:15,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:29:15,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:29:15,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-03 17:29:15,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-03 17:29:15,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-03 17:29:15,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-03 17:29:15,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:29:15,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-03 17:29:15,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-12-03 17:29:15,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_mpfn5b 2018-12-03 17:29:15,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:15,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:29:15,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_mpfn5b 2018-12-03 17:29:15,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:29:15,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:15,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:15,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:15,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:15,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-03 17:29:15,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-12-03 17:29:15,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-12-03 17:29:15,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-03 17:29:15,200 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:29:15,372 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:15,372 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:15,372 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:15,372 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:15,372 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:15,373 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:15,373 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:15,373 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:29:15,373 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:15,373 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:15 GMT 2018-12-03 17:29:15,373 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:15,373 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:29:15,373 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:20,379 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:29:20,927 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:20,927 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:20,927 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:20,927 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:20,927 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:20,927 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:20,927 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:20,927 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_ult5pm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.098Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.098Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.098Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.098Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.098Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.098Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.180Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.180Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.180Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.180Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.180Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.180Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.180Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.180Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.180Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.180Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.180Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.180Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_mpfn5b start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.180Z", "message": "Successfully started daemon: dime_host_mpfn5b", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ac118347-4c28-41e1-a70a-aaafc980ec26"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:16.180Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.190Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.190Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.190Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.190Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.190Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.190Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "986ff7e3-6b18-4292-8029-d944e2b72e51"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "[localhost] run: /home/ubuntu/dime_host_mpfn5b/env/bin/pip freeze", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "986ff7e3-6b18-4292-8029-d944e2b72e51"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:17.242Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}], "metadata": {"pagination": {"total": 601, "offset": 472, "size": 50}}} 2018-12-03 17:29:20,928 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:20,928 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:20 GMT 2018-12-03 17:29:20,928 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:20,928 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26914 2018-12-03 17:29:20,928 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:20,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-03 17:29:20,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-03 17:29:20,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-03 17:29:20,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-03 17:29:20,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:20,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:20,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-03 17:29:20,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-03 17:29:20,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_mpfn5b start 2018-12-03 17:29:20,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_mpfn5b 2018-12-03 17:29:20,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:29:20,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-03 17:29:20,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-03 17:29:20,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-03 17:29:20,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-03 17:29:20,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-03 17:29:20,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-03 17:29:20,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:20,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-03 17:29:20,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-03 17:29:20,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-03 17:29:20,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_mpfn5b/env/bin/pip freeze 2018-12-03 17:29:20,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:29:20,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:29:20,937 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:29:21,088 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:21,088 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:21,088 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:21,088 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:21,088 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:21,088 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:21,088 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:21,088 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:29:21,089 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:21,089 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:21 GMT 2018-12-03 17:29:21,089 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:21,089 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:29:21,089 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:26,094 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:29:27,065 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:27,065 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:27,065 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:27,065 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:27,065 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:27,065 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:27,066 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:27,066 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:18.228Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:18.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:18.228Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:18.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:18.267Z", "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-12-03T17:29:18.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "986ff7e3-6b18-4292-8029-d944e2b72e51"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:18.267Z", "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-12-03T17:29:18.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "986ff7e3-6b18-4292-8029-d944e2b72e51"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:18.267Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:18.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "986ff7e3-6b18-4292-8029-d944e2b72e51"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:18.267Z", "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-12-03T17:29:18.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "986ff7e3-6b18-4292-8029-d944e2b72e51"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:18.267Z", "message": "Removing directory: /tmp/tmpXwHfJU", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:18.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "986ff7e3-6b18-4292-8029-d944e2b72e51"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.255Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.255Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.255Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "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-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:19.364Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:19.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.338Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.338Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.338Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.338Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.338Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}], "metadata": {"pagination": {"total": 781, "offset": 522, "size": 50}}} 2018-12-03 17:29:27,066 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:27,066 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:27 GMT 2018-12-03 17:29:27,066 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:27,066 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27428 2018-12-03 17:29:27,066 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:27,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:27,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:27,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-03 17:29:27,068 - 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-12-03 17:29:27,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-03 17:29:27,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-03 17:29:27,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpXwHfJU 2018-12-03 17:29:27,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-03 17:29:27,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-03 17:29:27,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-03 17:29:27,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:29:27,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-03 17:29:27,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-03 17:29:27,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-12-03 17:29:27,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-03 17:29:27,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-03 17:29:27,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:27,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:27,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-03 17:29:27,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-03 17:29:27,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-03 17:29:27,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:29:27,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:27,076 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:29:27,174 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:27,175 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:27,175 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:27,175 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:27,175 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:27,175 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:27,175 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:27,175 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:29:27,175 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:27,176 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:27 GMT 2018-12-03 17:29:27,176 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:27,176 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:29:27,176 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:32,181 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:29:32,600 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:32,600 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:32,601 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:32,601 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:32,601 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:32,601 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:32,601 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:32,601 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "90990e13-c83f-4521-80e9-9ff694d5700f"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "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-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Creating Agent ellis_host_wz7tek", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:20.447Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_wz7tek/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:20.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.789Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.789Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.789Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.789Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.789Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.789Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.789Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}], "metadata": {"pagination": {"total": 906, "offset": 572, "size": 50}}} 2018-12-03 17:29:32,601 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:32,602 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:32 GMT 2018-12-03 17:29:32,602 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:32,602 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27371 2018-12-03 17:29:32,602 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:32,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-03 17:29:32,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-12-03 17:29:32,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-03 17:29:32,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-03 17:29:32,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-03 17:29:32,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-03 17:29:32,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-03 17:29:32,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-03 17:29:32,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_wz7tek 2018-12-03 17:29:32,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_wz7tek/cloudify/ssl/cloudify_internal_cert.pem 2018-12-03 17:29:32,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:32,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-03 17:29:32,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-03 17:29:32,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-03 17:29:32,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-12-03 17:29:32,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-03 17:29:32,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-12-03 17:29:32,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-03 17:29:32,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:29:32,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-03 17:29:32,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-03 17:29:32,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:32,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-12-03 17:29:32,611 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:29:32,730 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:32,730 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:32,730 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:32,730 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:32,730 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:32,730 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:32,731 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:32,731 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:29:32,731 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:32,731 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:32 GMT 2018-12-03 17:29:32,731 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:32,731 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:29:32,731 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:37,737 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:29:38,575 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:38,576 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:38,576 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:38,576 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:38,576 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:38,576 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:38,576 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:38,576 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_ucjdmy/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "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-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:21.819Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:21.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.865Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.865Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Creating Agent bind_host_ult5pm", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Creating agent from package", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_wz7tek/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_wz7tek/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_wz7tek', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_wz7tek/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_wz7tek', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_ult5pm/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "eb27fccb-0a5d-4e3b-97de-b5d5fdc66ed8"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:22.890Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_wz7tek/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:22.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.891Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.891Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.891Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.891Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.891Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.891Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 1090, "offset": 622, "size": 50}}} 2018-12-03 17:29:38,577 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:38,577 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:38 GMT 2018-12-03 17:29:38,577 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:38,577 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28268 2018-12-03 17:29:38,577 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:38,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-12-03 17:29:38,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_ucjdmy/cloudify/ssl/cloudify_internal_cert.pem 2018-12-03 17:29:38,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-03 17:29:38,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-03 17:29:38,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-03 17:29:38,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-03 17:29:38,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-03 17:29:38,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:38,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_ult5pm 2018-12-03 17:29:38,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:29:38,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-03 17:29:38,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-03 17:29:38,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_wz7tek/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_wz7tek/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_wz7tek', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_wz7tek/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_wz7tek', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'} 2018-12-03 17:29:38,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_ult5pm/cloudify/ssl/cloudify_internal_cert.pem 2018-12-03 17:29:38,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-03 17:29:38,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-03 17:29:38,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-03 17:29:38,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:38,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-03 17:29:38,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-03 17:29:38,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:29:38,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-03 17:29:38,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-03 17:29:38,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_wz7tek/env 2018-12-03 17:29:38,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-12-03 17:29:38,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-03 17:29:38,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-03 17:29:38,587 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:29:39,397 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:39,397 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:39,397 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:39,397 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:39,398 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:39,398 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:39,398 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:39,398 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:29:39,398 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:39,398 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:39 GMT 2018-12-03 17:29:39,398 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:39,398 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:29:39,398 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:44,404 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:29:44,534 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:44,534 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:44,534 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:44,534 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:44,534 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:44,534 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:44,534 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:44,535 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.891Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.891Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.891Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.891Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.891Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.891Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "/home/ubuntu/ellis_host_wz7tek/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-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_ucjdmy/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_ucjdmy/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_ucjdmy', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_ucjdmy/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_ucjdmy', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Auto-correcting virtualenv /home/ubuntu/proxy_host_ucjdmy/env", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Successfully created daemon: ellis_host_wz7tek", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c53a9bad-b9a0-4ea1-b3de-089f93d5121b"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:23.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_ult5pm/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_ult5pm/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_ult5pm', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_ult5pm/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_ult5pm', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": " SNIMissingWarning", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "/home/ubuntu/proxy_host_ucjdmy/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-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Configuring Agent ellis_host_wz7tek", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Successfully created daemon: bind_host_ult5pm", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Successfully created daemon: proxy_host_ucjdmy", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a423c78-af00-49ce-b5b1-52922e8de691"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "/home/ubuntu/bind_host_ult5pm/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-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_ult5pm/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.014Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2f3762ff-b6ba-4056-a43b-95deba3689f8"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.032Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.032Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 1185, "offset": 672, "size": 50}}} 2018-12-03 17:29:44,535 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:44,535 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:44 GMT 2018-12-03 17:29:44,535 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:44,535 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30157 2018-12-03 17:29:44,535 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:44,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-03 17:29:44,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-03 17:29:44,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-03 17:29:44,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-03 17:29:44,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_wz7tek/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-12-03 17:29:44,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:29:44,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_ucjdmy/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_ucjdmy/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_ucjdmy', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_ucjdmy/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_ucjdmy', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'} 2018-12-03 17:29:44,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-03 17:29:44,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:29:44,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_ucjdmy/env 2018-12-03 17:29:44,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_wz7tek 2018-12-03 17:29:44,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-03 17:29:44,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-03 17:29:44,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-03 17:29:44,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_ult5pm/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_ult5pm/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_ult5pm', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_ult5pm/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_ult5pm', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'} 2018-12-03 17:29:44,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-03 17:29:44,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:29:44,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-03 17:29:44,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-03 17:29:44,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-03 17:29:44,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/proxy_host_ucjdmy/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-12-03 17:29:44,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_wz7tek 2018-12-03 17:29:44,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-03 17:29:44,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_ult5pm 2018-12-03 17:29:44,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-03 17:29:44,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:29:44,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: proxy_host_ucjdmy 2018-12-03 17:29:44,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_ult5pm/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-12-03 17:29:44,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_ult5pm/env 2018-12-03 17:29:44,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:44,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:29:44,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-03 17:29:44,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:44,545 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:29:44,625 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:44,625 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:44,625 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:44,625 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:44,625 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:44,625 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:44,626 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:44,626 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:29:44,626 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:44,626 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:44 GMT 2018-12-03 17:29:44,626 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:44,626 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:29:44,626 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:49,632 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:29:49,942 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:49,943 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:49,943 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:49,943 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:49,943 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:49,943 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:49,943 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:49,943 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.032Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.032Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.032Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.032Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.032Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:25.032Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:25.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.071Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.071Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.071Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.071Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.071Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_sq0wr6/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Configuring Agent proxy_host_ucjdmy", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "system_python set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Successfully configured daemon: ellis_host_wz7tek", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "821182ee-81f0-4cfe-80dd-4fbbd2b2dbb9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Creating Agent sprout_host_sq0wr6", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "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-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}], "metadata": {"pagination": {"total": 1287, "offset": 722, "size": 50}}} 2018-12-03 17:29:49,943 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:49,944 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:49 GMT 2018-12-03 17:29:49,944 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:49,944 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27348 2018-12-03 17:29:49,944 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:49,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:49,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-03 17:29:49,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-12-03 17:29:49,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-03 17:29:49,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:49,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-03 17:29:49,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-03 17:29:49,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-03 17:29:49,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-03 17:29:49,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-03 17:29:49,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-03 17:29:49,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-03 17:29:49,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-12-03 17:29:49,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_sq0wr6/cloudify/ssl/cloudify_internal_cert.pem 2018-12-03 17:29:49,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_ucjdmy 2018-12-03 17:29:49,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-03 17:29:49,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_wz7tek 2018-12-03 17:29:49,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-03 17:29:49,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:29:49,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_sq0wr6 2018-12-03 17:29:49,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-03 17:29:49,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:49,953 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:29:50,043 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:50,043 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:50,044 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:50,044 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:50,044 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:50,044 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:50,044 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:50,044 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:29:50,044 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:50,044 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:50 GMT 2018-12-03 17:29:50,044 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:50,045 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:29:50,045 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:55,050 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:29:56,033 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:56,034 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:56,034 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:56,034 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:56,034 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:56,034 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:56,034 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:56,034 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "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-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:26.088Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:26.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:27.855Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:27.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:27.855Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:27.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:27.855Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:27.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:27.855Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:27.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:27.855Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:27.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:27.855Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:27.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:27.855Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:27.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:27.855Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:27.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:27.855Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:27.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Successfully configured daemon: proxy_host_ucjdmy", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "2c0a68d6-4d93-43fe-9243-b763084cda3e"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "21098007-2305-4e38-8b75-f1b9705db5d7"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "e7165bf3-a0e1-4241-973a-3d4b0c99a135"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "21098007-2305-4e38-8b75-f1b9705db5d7"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "21098007-2305-4e38-8b75-f1b9705db5d7"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "21098007-2305-4e38-8b75-f1b9705db5d7"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "21098007-2305-4e38-8b75-f1b9705db5d7"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "21098007-2305-4e38-8b75-f1b9705db5d7"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "21098007-2305-4e38-8b75-f1b9705db5d7"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.232Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.255Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:28.255Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:28.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.289Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.289Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.289Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.289Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Successfully configured daemon: bind_host_ult5pm", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "21098007-2305-4e38-8b75-f1b9705db5d7"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "21098007-2305-4e38-8b75-f1b9705db5d7"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}], "metadata": {"pagination": {"total": 1337, "offset": 772, "size": 50}}} 2018-12-03 17:29:56,034 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:56,035 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:56 GMT 2018-12-03 17:29:56,035 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:56,035 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26864 2018-12-03 17:29:56,035 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:29:56,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-03 17:29:56,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-03 17:29:56,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-12-03 17:29:56,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:56,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-03 17:29:56,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:29:56,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-03 17:29:56,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-03 17:29:56,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-03 17:29:56,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-03 17:29:56,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-12-03 17:29:56,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_ucjdmy 2018-12-03 17:29:56,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:29:56,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-03 17:29:56,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-03 17:29:56,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-03 17:29:56,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-12-03 17:29:56,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:29:56,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-03 17:29:56,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:29:56,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:29:56,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-03 17:29:56,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-03 17:29:56,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-03 17:29:56,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-03 17:29:56,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-03 17:29:56,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-03 17:29:56,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-03 17:29:56,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-03 17:29:56,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_ult5pm 2018-12-03 17:29:56,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:29:56,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-03 17:29:56,044 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:29:56,209 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:29:56,209 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:29:56,209 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:29:56,209 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:29:56,209 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:29:56,209 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:29:56,209 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:29:56,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:29:56,210 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:29:56,210 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:29:56 GMT 2018-12-03 17:29:56,210 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:29:56,210 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:29:56,210 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:01,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:30:01,317 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:01,317 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:01,317 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:01,317 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:01,317 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:01,318 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:01,318 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:01,318 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "21098007-2305-4e38-8b75-f1b9705db5d7"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_sq0wr6/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_sq0wr6/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_sq0wr6', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_sq0wr6/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_sq0wr6', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "21098007-2305-4e38-8b75-f1b9705db5d7"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "/home/ubuntu/sprout_host_sq0wr6/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-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Auto-correcting virtualenv /home/ubuntu/sprout_host_sq0wr6/env", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "21098007-2305-4e38-8b75-f1b9705db5d7"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "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-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "21098007-2305-4e38-8b75-f1b9705db5d7"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Starting Agent ellis_host_wz7tek", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_k88pg8/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Creating Agent homer_host_k88pg8", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "21098007-2305-4e38-8b75-f1b9705db5d7"}], "metadata": {"pagination": {"total": 1360, "offset": 822, "size": 50}}} 2018-12-03 17:30:01,318 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:01,318 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:01 GMT 2018-12-03 17:30:01,318 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:01,318 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28996 2018-12-03 17:30:01,318 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:01,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-03 17:30:01,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-03 17:30:01,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_sq0wr6/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_sq0wr6/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_sq0wr6', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_sq0wr6/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_sq0wr6', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'} 2018-12-03 17:30:01,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:30:01,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:30:01,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-03 17:30:01,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:30:01,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:01,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_sq0wr6/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-12-03 17:30:01,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/sprout_host_sq0wr6/env 2018-12-03 17:30:01,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-03 17:30:01,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-03 17:30:01,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_wz7tek 2018-12-03 17:30:01,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-03 17:30:01,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_k88pg8/cloudify/ssl/cloudify_internal_cert.pem 2018-12-03 17:30:01,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_k88pg8 2018-12-03 17:30:01,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-03 17:30:01,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-03 17:30:01,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:01,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-03 17:30:01,328 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:30:01,402 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:01,402 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:01,403 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:01,403 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:01,403 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:01,403 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:01,403 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:01,403 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:30:01,403 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:01,403 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:01 GMT 2018-12-03 17:30:01,403 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:01,404 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:30:01,404 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:06,409 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:30:06,864 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:06,864 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:06,864 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:06,864 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:06,864 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:06,864 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:06,865 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:06,865 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:29.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:29.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.312Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.312Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.312Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.312Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.334Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.334Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.334Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.334Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.334Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.334Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.334Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.334Z", "message": "Starting Agent proxy_host_ucjdmy", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.334Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.334Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.334Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.334Z", "message": "Successfully created daemon: sprout_host_sq0wr6", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43436fb8-d5e1-46d1-94ca-6b4b957af8c9"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.334Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:30.334Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:31.361Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:31.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d9406b64-a2aa-4b19-9370-410d69751b80"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:31.361Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:31.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:31.361Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_k88pg8/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:31.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:31.361Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:31.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:31.361Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_k88pg8/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_k88pg8/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_k88pg8', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_k88pg8/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_k88pg8', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:31.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:31.361Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:31.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:31.569Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:31.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:32.327Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:32.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:32.327Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:32.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:32.327Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:32.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:32.393Z", "message": "Successfully created daemon: homer_host_k88pg8", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:32.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:32.393Z", "message": "/home/ubuntu/homer_host_k88pg8/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-12-03T17:29:32.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:32.393Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:32.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:32.393Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:32.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0f9f9cd8-b3df-450d-adb8-b712d8ee66fe"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "11adca91-5d82-48aa-82f8-ad1e9c1cd474"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "11adca91-5d82-48aa-82f8-ad1e9c1cd474"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Successfully started daemon: ellis_host_wz7tek", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_wz7tek start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "11adca91-5d82-48aa-82f8-ad1e9c1cd474"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "11adca91-5d82-48aa-82f8-ad1e9c1cd474"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "11adca91-5d82-48aa-82f8-ad1e9c1cd474"}], "metadata": {"pagination": {"total": 1376, "offset": 872, "size": 50}}} 2018-12-03 17:30:06,865 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:06,865 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:06 GMT 2018-12-03 17:30:06,865 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:06,865 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28251 2018-12-03 17:30:06,865 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:06,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-12-03 17:30:06,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:30:06,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-03 17:30:06,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-03 17:30:06,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:30:06,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_ucjdmy 2018-12-03 17:30:06,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-03 17:30:06,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_sq0wr6 2018-12-03 17:30:06,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:06,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-03 17:30:06,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-03 17:30:06,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_k88pg8/env 2018-12-03 17:30:06,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:30:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_k88pg8/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_k88pg8/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_k88pg8', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_k88pg8/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_k88pg8', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'} 2018-12-03 17:30:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-03 17:30:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-12-03 17:30:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-03 17:30:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-03 17:30:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-03 17:30:06,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_k88pg8 2018-12-03 17:30:06,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_k88pg8/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-12-03 17:30:06,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-03 17:30:06,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-03 17:30:06,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:30:06,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_wz7tek 2018-12-03 17:30:06,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-03 17:30:06,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_wz7tek start 2018-12-03 17:30:06,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:30:06,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:06,875 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:30:06,944 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:06,944 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:06,944 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:06,944 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:06,944 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:06,944 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:06,944 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:06,944 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:30:06,945 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:06,945 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:06 GMT 2018-12-03 17:30:06,945 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:06,945 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:30:06,945 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:11,950 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:30:12,044 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:12,045 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:12,045 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:12,045 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:12,045 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:12,045 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:12,045 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:12,045 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_wz7tek start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "db7cbffc-8c23-48e9-b94c-8967c0a17ef0"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.537Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "11adca91-5d82-48aa-82f8-ad1e9c1cd474"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.543Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.543Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.543Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.543Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.543Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.543Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.543Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.543Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.543Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.543Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.543Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:33.543Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:33.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "[localhost] run: /home/ubuntu/ellis_host_wz7tek/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b8bcb690-4a9f-4a60-af1e-194f7513a50b"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "11adca91-5d82-48aa-82f8-ad1e9c1cd474"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b8bcb690-4a9f-4a60-af1e-194f7513a50b"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "11adca91-5d82-48aa-82f8-ad1e9c1cd474"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "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-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b8bcb690-4a9f-4a60-af1e-194f7513a50b"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Starting Agent bind_host_ult5pm", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "11adca91-5d82-48aa-82f8-ad1e9c1cd474"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Successfully started daemon: proxy_host_ucjdmy", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "11adca91-5d82-48aa-82f8-ad1e9c1cd474"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b8bcb690-4a9f-4a60-af1e-194f7513a50b"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_ucjdmy start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "967f3acd-a4ce-43a2-9e5c-262fe1778493"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "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-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b8bcb690-4a9f-4a60-af1e-194f7513a50b"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "11adca91-5d82-48aa-82f8-ad1e9c1cd474"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Configuring Agent sprout_host_sq0wr6", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}], "metadata": {"pagination": {"total": 1391, "offset": 922, "size": 50}}} 2018-12-03 17:30:12,046 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:12,046 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:12 GMT 2018-12-03 17:30:12,046 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:12,046 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27262 2018-12-03 17:30:12,046 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:12,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_wz7tek start 2018-12-03 17:30:12,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:30:12,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-03 17:30:12,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:12,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-03 17:30:12,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-03 17:30:12,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:12,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:12,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-03 17:30:12,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-12-03 17:30:12,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:12,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:12,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-03 17:30:12,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:12,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:30:12,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_wz7tek/env/bin/pip freeze 2018-12-03 17:30:12,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-03 17:30:12,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-03 17:30:12,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-03 17:30:12,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:12,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-03 17:30:12,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_ult5pm 2018-12-03 17:30:12,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_ucjdmy 2018-12-03 17:30:12,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-03 17:30:12,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:12,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_ucjdmy start 2018-12-03 17:30:12,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-03 17:30:12,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_sq0wr6 2018-12-03 17:30:12,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:30:12,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:12,055 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:30:12,633 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:12,634 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:12,634 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:12,634 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:12,634 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:12,634 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:12,634 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:12,634 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:30:12,634 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:12,634 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:12 GMT 2018-12-03 17:30:12,634 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:12,635 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:30:12,635 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:17,640 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:30:17,940 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:17,940 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:17,940 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:17,940 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:17,940 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:17,940 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:17,940 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:17,941 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "[localhost] run: /home/ubuntu/ellis_host_wz7tek/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b8bcb690-4a9f-4a60-af1e-194f7513a50b"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "11adca91-5d82-48aa-82f8-ad1e9c1cd474"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.567Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.567Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.567Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.567Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:34.567Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:34.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.590Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c266dca7-4fad-47f4-81da-6e8a765387d8"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.590Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.590Z", "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-12-03T17:29:35.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b8bcb690-4a9f-4a60-af1e-194f7513a50b"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.590Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c266dca7-4fad-47f4-81da-6e8a765387d8"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.590Z", "message": "Successfully configured daemon: sprout_host_sq0wr6", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.590Z", "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-12-03T17:29:35.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c266dca7-4fad-47f4-81da-6e8a765387d8"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.590Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.590Z", "message": "Removing directory: /tmp/tmpzEPPm_", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b8bcb690-4a9f-4a60-af1e-194f7513a50b"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.590Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c266dca7-4fad-47f4-81da-6e8a765387d8"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.590Z", "message": "[localhost] run: /home/ubuntu/proxy_host_ucjdmy/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c266dca7-4fad-47f4-81da-6e8a765387d8"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.590Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "694629dc-0c23-4dc6-9f0f-ec62414f4361"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.613Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.613Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.613Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.613Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.613Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.613Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:35.613Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:35.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.728Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.728Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.728Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.728Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.728Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.728Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "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-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}], "metadata": {"pagination": {"total": 1398, "offset": 972, "size": 50}}} 2018-12-03 17:30:17,941 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:17,941 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:17 GMT 2018-12-03 17:30:17,941 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:17,941 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27140 2018-12-03 17:30:17,941 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:17,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_wz7tek/env/bin/pip freeze 2018-12-03 17:30:17,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:17,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:17,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:17,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:17,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:17,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:17,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-03 17:30:17,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-03 17:30:17,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:30:17,944 - 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-12-03 17:30:17,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-03 17:30:17,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: sprout_host_sq0wr6 2018-12-03 17:30:17,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-03 17:30:17,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-03 17:30:17,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpzEPPm_ 2018-12-03 17:30:17,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-03 17:30:17,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_ucjdmy/env/bin/pip freeze 2018-12-03 17:30:17,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-12-03 17:30:17,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:17,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-03 17:30:17,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-03 17:30:17,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:17,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-03 17:30:17,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-03 17:30:17,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-03 17:30:17,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-03 17:30:17,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-03 17:30:17,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:17,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-03 17:30:17,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-03 17:30:17,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-03 17:30:17,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-03 17:30:17,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:17,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:17,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:17,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:17,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:17,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:17,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:17,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:17,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:17,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:17,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:30:17,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:17,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:17,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-12-03 17:30:17,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-03 17:30:17,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:17,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:17,950 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:30:18,288 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:18,289 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:18,289 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:18,289 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:18,289 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:18,289 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:18,289 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:18,289 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:30:18,289 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:18,289 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:18 GMT 2018-12-03 17:30:18,290 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:18,290 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:30:18,290 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:23,295 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:30:23,657 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:23,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:23,658 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:23,658 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:23,658 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:23,658 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:23,658 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:23,658 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "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-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c266dca7-4fad-47f4-81da-6e8a765387d8"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:36.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:36.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.750Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.750Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Creating agent from package", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_ult5pm start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "11adca91-5d82-48aa-82f8-ad1e9c1cd474"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Creating Agent bono_host_o9oq06", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_o9oq06/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}], "metadata": {"pagination": {"total": 1401, "offset": 1022, "size": 50}}} 2018-12-03 17:30:23,659 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:23,659 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:23 GMT 2018-12-03 17:30:23,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:23,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27721 2018-12-03 17:30:23,659 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:23,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-12-03 17:30:23,661 - 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-12-03 17:30:23,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:30:23,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:23,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-03 17:30:23,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:23,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:23,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-03 17:30:23,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-03 17:30:23,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:30:23,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_ult5pm start 2018-12-03 17:30:23,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_o9oq06 2018-12-03 17:30:23,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-03 17:30:23,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_o9oq06/cloudify/ssl/cloudify_internal_cert.pem 2018-12-03 17:30:23,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-03 17:30:23,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:23,668 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:30:23,777 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:23,778 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:23,778 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:23,778 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:23,778 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:23,778 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:23,778 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:23,778 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:30:23,778 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:23,779 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:23 GMT 2018-12-03 17:30:23,779 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:23,779 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:30:23,779 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:28,784 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:30:28,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:28,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:28,877 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:28,877 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:28,877 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:28,877 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:28,877 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:28,877 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Successfully started daemon: bind_host_ult5pm", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "11adca91-5d82-48aa-82f8-ad1e9c1cd474"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Creating Agent bono_host_o9oq06", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "7b265015-5b48-459d-b281-552227cfa203"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:37.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:37.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:39.149Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:39.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:39.149Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:39.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:39.149Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:39.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:39.149Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:39.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:39.149Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_4jt7kl/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:39.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:39.149Z", "message": "Creating Agent vellum_host_4jt7kl", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:39.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:39.152Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:39.152Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:39.152Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:39.152Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.315Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.315Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_o9oq06/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.315Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.315Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.315Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_o9oq06/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_o9oq06/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_o9oq06', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_o9oq06/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_o9oq06', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.315Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.315Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.317Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.317Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.317Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.317Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.317Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.317Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.317Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.317Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.317Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.317Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.317Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.317Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:40.317Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "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-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5377f1bd-7670-478d-938e-696b770cba44"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}], "metadata": {"pagination": {"total": 1404, "offset": 1072, "size": 50}}} 2018-12-03 17:30:28,877 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:28,877 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:28 GMT 2018-12-03 17:30:28,878 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:28,878 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27959 2018-12-03 17:30:28,878 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:28,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:28,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_ult5pm 2018-12-03 17:30:28,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_o9oq06 2018-12-03 17:30:28,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-12-03 17:30:28,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-03 17:30:28,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-03 17:30:28,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-12-03 17:30:28,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-03 17:30:28,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-03 17:30:28,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-03 17:30:28,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-03 17:30:28,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_4jt7kl/cloudify/ssl/cloudify_internal_cert.pem 2018-12-03 17:30:28,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent vellum_host_4jt7kl 2018-12-03 17:30:28,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:28,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-03 17:30:28,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:30:28,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_o9oq06/env 2018-12-03 17:30:28,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-03 17:30:28,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-03 17:30:28,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_o9oq06/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_o9oq06/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_o9oq06', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_o9oq06/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_o9oq06', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'} 2018-12-03 17:30:28,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-03 17:30:28,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-03 17:30:28,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-03 17:30:28,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:28,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-03 17:30:28,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:28,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:28,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:28,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-03 17:30:28,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-03 17:30:28,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:28,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-03 17:30:28,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:28,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:28,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-03 17:30:28,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:28,887 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:30:28,967 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:28,967 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:28,967 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:28,967 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:28,967 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:28,967 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:28,967 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:28,968 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:30:28,968 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:28,968 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:28 GMT 2018-12-03 17:30:28,968 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:28,968 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:30:28,968 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:33,973 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:30:34,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:34,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:34,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:34,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:34,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:34,192 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:34,193 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:34,193 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Successfully created daemon: bono_host_o9oq06", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "/home/ubuntu/bono_host_o9oq06/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-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "[localhost] run: /home/ubuntu/bind_host_ult5pm/env/bin/pip freeze", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5377f1bd-7670-478d-938e-696b770cba44"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5377f1bd-7670-478d-938e-696b770cba44"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Starting Agent sprout_host_sq0wr6", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5377f1bd-7670-478d-938e-696b770cba44"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Starting Agent homer_host_k88pg8", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Creating...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "50a41d18-4321-483c-9c19-7032c6f2ad73"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:41.794Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:41.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.360Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.360Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_node_emb3s9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.360Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.360Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.360Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.360Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.360Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.653Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_4jt7kl/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_4jt7kl/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_4jt7kl', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_4jt7kl/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_4jt7kl', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.653Z", "message": "Creating...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.653Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_4jt7kl/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.653Z", "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-12-03T17:29:42.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5377f1bd-7670-478d-938e-696b770cba44"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.653Z", "message": "Successfully created daemon: vellum_host_4jt7kl", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.653Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.653Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.653Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.653Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.653Z", "message": "/home/ubuntu/vellum_host_4jt7kl/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-12-03T17:29:42.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3673e4d9-785c-410b-b414-f034f5fc6996"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:42.653Z", "message": "Removing directory: /tmp/tmpVi8kaz", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:42.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5377f1bd-7670-478d-938e-696b770cba44"}, {"node_instance_id": "proxy_node_emb3s9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:43.377Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:43.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_node_emb3s9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:43.377Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:43.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.405Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}], "metadata": {"pagination": {"total": 1412, "offset": 1122, "size": 50}}} 2018-12-03 17:30:34,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:34,193 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:34 GMT 2018-12-03 17:30:34,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:34,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28727 2018-12-03 17:30:34,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:34,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_o9oq06 2018-12-03 17:30:34,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_o9oq06/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-12-03 17:30:34,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_ult5pm/env/bin/pip freeze 2018-12-03 17:30:34,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:34,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-03 17:30:34,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:34,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_sq0wr6 2018-12-03 17:30:34,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:30:34,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-03 17:30:34,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-03 17:30:34,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_k88pg8 2018-12-03 17:30:34,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-03 17:30:34,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:34,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-12-03 17:30:34,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-03 17:30:34,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-03 17:30:34,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:30:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-03 17:30:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-03 17:30:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-03 17:30:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_4jt7kl/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_4jt7kl/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_4jt7kl', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_4jt7kl/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_4jt7kl', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dub4pA.KfgtdPSXdzD8an99ZiZKzylFf3s'} 2018-12-03 17:30:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-03 17:30:34,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_4jt7kl/env 2018-12-03 17:30:34,201 - 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-12-03 17:30:34,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_4jt7kl 2018-12-03 17:30:34,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-03 17:30:34,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-03 17:30:34,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-03 17:30:34,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:30:34,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_4jt7kl/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-12-03 17:30:34,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpVi8kaz 2018-12-03 17:30:34,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:30:34,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:30:34,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:34,202 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:30:34,267 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:34,267 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:34,267 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:34,268 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:34,268 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:34,268 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:34,268 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:34,268 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:30:34,268 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:34,268 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:34 GMT 2018-12-03 17:30:34,268 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:34,268 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:30:34,269 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:39,274 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:30:39,360 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:39,360 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:39,360 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:39,360 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:39,360 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:39,360 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:39,360 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:39,361 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.405Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.405Z", "message": "Configuring Agent bono_host_o9oq06", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.405Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.405Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.405Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.405Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "proxy_node_emb3s9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.405Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/FTIHI/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "bd371bdb-1529-4b51-8ffd-f24ede999fa6"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.405Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "proxy_node_emb3s9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.405Z", "message": "Executing: /tmp/FTIHI/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "bd371bdb-1529-4b51-8ffd-f24ede999fa6"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.405Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.405Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.405Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.405Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.470Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.470Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.470Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.470Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.470Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.470Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.470Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.470Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.470Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:44.470Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:44.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Successfully started daemon: homer_host_k88pg8", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0fb013d3-e3fd-4ae5-ab16-f7151ee66f50"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Configuring Agent vellum_host_4jt7kl", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "[localhost] run: /home/ubuntu/sprout_host_sq0wr6/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0fb013d3-e3fd-4ae5-ab16-f7151ee66f50"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Successfully started daemon: sprout_host_sq0wr6", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_k88pg8 start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c47c989-cb59-4801-adf6-832d85c18dce"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_sq0wr6 start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Successfully configured daemon: bono_host_o9oq06", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "5a88cd6b-342e-4a1a-9927-86662d2a394a"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ca90aa5a-aa47-4508-84ce-80b4ff39f6ab"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.435Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 1442, "offset": 1172, "size": 50}}} 2018-12-03 17:30:39,361 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:39,361 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:39 GMT 2018-12-03 17:30:39,361 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:39,361 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27042 2018-12-03 17:30:39,361 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:39,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_o9oq06 2018-12-03 17:30:39,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:30:39,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/FTIHI/install_requirements.sh 2018-12-03 17:30:39,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/FTIHI/install_requirements.sh 2018-12-03 17:30:39,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:39,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-03 17:30:39,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:39,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-03 17:30:39,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:39,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-03 17:30:39,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-03 17:30:39,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:39,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-12-03 17:30:39,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-03 17:30:39,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-03 17:30:39,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_k88pg8 2018-12-03 17:30:39,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-03 17:30:39,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-03 17:30:39,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-03 17:30:39,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent vellum_host_4jt7kl 2018-12-03 17:30:39,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:30:39,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_sq0wr6/env/bin/pip freeze 2018-12-03 17:30:39,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_sq0wr6 2018-12-03 17:30:39,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:39,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-12-03 17:30:39,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_k88pg8 start 2018-12-03 17:30:39,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:30:39,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_sq0wr6 start 2018-12-03 17:30:39,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_o9oq06 2018-12-03 17:30:39,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-03 17:30:39,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:39,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:39,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-03 17:30:39,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:39,370 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:30:39,440 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:39,440 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:39,440 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:39,440 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:39,440 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:39,440 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:39,440 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:39,440 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:30:39,441 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:39,441 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:39 GMT 2018-12-03 17:30:39,441 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:39,441 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:30:39,441 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:44,446 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:30:44,636 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:44,636 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:44,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:44,637 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:44,637 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:44,637 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:44,637 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:44,637 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:45.526Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:45.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ff255285-b8b3-4ec9-97f4-2c0b153d58ba"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "message": "[localhost] run: /home/ubuntu/homer_host_k88pg8/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ff255285-b8b3-4ec9-97f4-2c0b153d58ba"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "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-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0fb013d3-e3fd-4ae5-ab16-f7151ee66f50"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0fb013d3-e3fd-4ae5-ab16-f7151ee66f50"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ff255285-b8b3-4ec9-97f4-2c0b153d58ba"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "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-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0fb013d3-e3fd-4ae5-ab16-f7151ee66f50"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "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-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ff255285-b8b3-4ec9-97f4-2c0b153d58ba"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "message": "Successfully configured daemon: vellum_host_4jt7kl", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c1cbe9dc-18af-48b8-9792-b84ba9e319c3"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.454Z", "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-12-03T17:29:46.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ff255285-b8b3-4ec9-97f4-2c0b153d58ba"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.541Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.541Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.541Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:46.541Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:46.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8e157c16-bd68-4dac-8a78-b18b0403a4bc"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8e157c16-bd68-4dac-8a78-b18b0403a4bc"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8e157c16-bd68-4dac-8a78-b18b0403a4bc"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Starting Agent bono_host_o9oq06", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8e157c16-bd68-4dac-8a78-b18b0403a4bc"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Removing directory: /tmp/tmp2jGHW5", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ff255285-b8b3-4ec9-97f4-2c0b153d58ba"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8e157c16-bd68-4dac-8a78-b18b0403a4bc"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8e157c16-bd68-4dac-8a78-b18b0403a4bc"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "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-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ff255285-b8b3-4ec9-97f4-2c0b153d58ba"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "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-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "0fb013d3-e3fd-4ae5-ab16-f7151ee66f50"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Starting Agent vellum_host_4jt7kl", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8e157c16-bd68-4dac-8a78-b18b0403a4bc"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8e157c16-bd68-4dac-8a78-b18b0403a4bc"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8e157c16-bd68-4dac-8a78-b18b0403a4bc"}], "metadata": {"pagination": {"total": 1444, "offset": 1222, "size": 50}}} 2018-12-03 17:30:44,637 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:44,637 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:44 GMT 2018-12-03 17:30:44,637 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:44,638 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27182 2018-12-03 17:30:44,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:44,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:44,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-03 17:30:44,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:44,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-03 17:30:44,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:44,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:44,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-03 17:30:44,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:44,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:44,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-03 17:30:44,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-03 17:30:44,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:44,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-03 17:30:44,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-12-03 17:30:44,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:44,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_k88pg8/env/bin/pip freeze 2018-12-03 17:30:44,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:44,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-03 17:30:44,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-03 17:30:44,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:44,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:44,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-03 17:30:44,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-03 17:30:44,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-03 17:30:44,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-03 17:30:44,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-03 17:30:44,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-03 17:30:44,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_4jt7kl 2018-12-03 17:30:44,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-03 17:30:44,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-03 17:30:44,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:44,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:44,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-03 17:30:44,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:44,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:44,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:44,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:44,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_o9oq06 2018-12-03 17:30:44,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:44,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:44,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp2jGHW5 2018-12-03 17:30:44,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:44,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:44,646 - 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-12-03 17:30:44,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:44,646 - 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-12-03 17:30:44,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:44,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_4jt7kl 2018-12-03 17:30:44,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:44,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:44,647 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:30:44,712 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:44,713 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:44,713 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:44,713 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:44,713 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:44,713 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:44,713 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:44,713 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:30:44,713 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:44,713 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:44 GMT 2018-12-03 17:30:44,713 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:44,714 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:30:44,714 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:49,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:30:49,948 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:49,948 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:49,948 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:49,948 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:49,949 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:49,949 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:49,949 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:49,949 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8e157c16-bd68-4dac-8a78-b18b0403a4bc"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8e157c16-bd68-4dac-8a78-b18b0403a4bc"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.470Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.552Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.552Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.552Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.552Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.552Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:47.552Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:47.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:48.586Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:48.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:48.586Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:48.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:48.586Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:48.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:50.054Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:50.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:50.054Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:50.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:50.054Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:50.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:50.054Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:50.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:50.054Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:50.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:50.054Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:50.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:50.054Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:50.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:50.054Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:50.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:50.054Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:50.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:50.577Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:50.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:51.077Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:51.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:51.077Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:51.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:51.077Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:51.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:51.077Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:51.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:51.077Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:51.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:51.077Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:51.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:51.534Z", "message": "Successfully started daemon: bono_host_o9oq06", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:51.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:51.534Z", "message": "Starting daemon with command: sudo service celeryd-bono_host_o9oq06 start", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:51.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b1469273-0c01-4854-a4b0-fdc6344d4785"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:51.534Z", "message": "Successfully started daemon: vellum_host_4jt7kl", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:51.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8e157c16-bd68-4dac-8a78-b18b0403a4bc"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:51.534Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:51.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "797cb064-e2f7-4c16-bf8a-9c64f239be74"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:51.534Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_4jt7kl start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:51.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8e157c16-bd68-4dac-8a78-b18b0403a4bc"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:51.534Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:51.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8e157c16-bd68-4dac-8a78-b18b0403a4bc"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.088Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:52.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.088Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:52.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.088Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:52.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.088Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:52.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.088Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:52.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.088Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:52.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.088Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:52.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.088Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:52.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.546Z", "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-12-03T17:29:52.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "797cb064-e2f7-4c16-bf8a-9c64f239be74"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.546Z", "message": "[localhost] run: /home/ubuntu/vellum_host_4jt7kl/env/bin/pip freeze", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:52.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38c59b83-109e-4d35-af61-dc29561daa20"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.546Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:52.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38c59b83-109e-4d35-af61-dc29561daa20"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.546Z", "message": "[localhost] run: /home/ubuntu/bono_host_o9oq06/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:52.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "797cb064-e2f7-4c16-bf8a-9c64f239be74"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.546Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:52.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38c59b83-109e-4d35-af61-dc29561daa20"}], "metadata": {"pagination": {"total": 1445, "offset": 1272, "size": 50}}} 2018-12-03 17:30:49,949 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:49,949 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:49 GMT 2018-12-03 17:30:49,949 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:49,949 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26450 2018-12-03 17:30:49,950 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:49,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:49,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:49,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:49,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:49,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:30:49,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-03 17:30:49,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:49,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-03 17:30:49,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-03 17:30:49,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-03 17:30:49,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:49,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-03 17:30:49,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-03 17:30:49,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-03 17:30:49,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-03 17:30:49,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:49,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:49,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-03 17:30:49,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-03 17:30:49,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:49,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-03 17:30:49,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:49,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-03 17:30:49,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:49,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-03 17:30:49,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:49,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-03 17:30:49,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:49,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:49,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-03 17:30:49,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:49,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_o9oq06 2018-12-03 17:30:49,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_o9oq06 start 2018-12-03 17:30:49,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_4jt7kl 2018-12-03 17:30:49,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-03 17:30:49,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_4jt7kl start 2018-12-03 17:30:49,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-03 17:30:49,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:49,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:49,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:49,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:49,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:49,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-03 17:30:49,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-03 17:30:49,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:49,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-03 17:30:49,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_4jt7kl/env/bin/pip freeze 2018-12-03 17:30:49,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-03 17:30:49,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_o9oq06/env/bin/pip freeze 2018-12-03 17:30:49,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-03 17:30:49,959 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:30:50,134 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:50,134 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:50,135 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:50,135 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:50,135 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:50,135 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:50,135 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:50,135 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:30:50,135 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:50,135 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:50 GMT 2018-12-03 17:30:50,135 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:50,136 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:30:50,136 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:55,141 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:30:55,226 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:55,226 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:55,227 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:55,227 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:55,227 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:55,227 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:55,227 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:55,227 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.546Z", "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-12-03T17:29:52.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "797cb064-e2f7-4c16-bf8a-9c64f239be74"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.546Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:52.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "797cb064-e2f7-4c16-bf8a-9c64f239be74"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.546Z", "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-12-03T17:29:52.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38c59b83-109e-4d35-af61-dc29561daa20"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:52.546Z", "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-12-03T17:29:52.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38c59b83-109e-4d35-af61-dc29561daa20"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:53.096Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:53.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:53.096Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:53.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:53.096Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:53.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:53.096Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:53.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:53.096Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:53.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:53.096Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:53.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:53.557Z", "message": "Removing directory: /tmp/tmpxU2gz6", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:53.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38c59b83-109e-4d35-af61-dc29561daa20"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:53.557Z", "message": "Removing directory: /tmp/tmppQmLYD", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:53.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "797cb064-e2f7-4c16-bf8a-9c64f239be74"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:53.557Z", "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-12-03T17:29:53.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "797cb064-e2f7-4c16-bf8a-9c64f239be74"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:53.557Z", "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-12-03T17:29:53.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38c59b83-109e-4d35-af61-dc29561daa20"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:54.943Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:54.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:56.114Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:56.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:56.114Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:56.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:56.114Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:56.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:56.114Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:56.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:56.114Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:56.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:57.592Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:57.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:57.592Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:57.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:57.592Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:57.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:57.592Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:57.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:57.592Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:57.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:57.592Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:57.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:57.592Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:57.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:57.592Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:57.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:57.592Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:57.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:58.644Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:58.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:58.644Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:58.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:58.644Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:58.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:29:58.644Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:29:58.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:02.182Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:02.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:02.780Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:02.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:02.780Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:02.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:02.780Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:02.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:02.780Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:02.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:02.780Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:02.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:02.780Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:02.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:02.780Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:02.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:03.905Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:03.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:03.905Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:03.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:03.905Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:03.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:07.542Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:07.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:08.019Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:08.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:08.019Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:08.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:09.075Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:09.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:09.075Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:09.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_puqnha", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:10.121Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:10.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 1445, "offset": 1322, "size": 50}}} 2018-12-03 17:30:55,227 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:55,227 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:55 GMT 2018-12-03 17:30:55,228 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:55,228 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26300 2018-12-03 17:30:55,228 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:30:55,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-03 17:30:55,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-03 17:30:55,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-03 17:30:55,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-03 17:30:55,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:55,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-03 17:30:55,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-03 17:30:55,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-03 17:30:55,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-03 17:30:55,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-03 17:30:55,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpxU2gz6 2018-12-03 17:30:55,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmppQmLYD 2018-12-03 17:30:55,231 - 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-12-03 17:30:55,231 - 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-12-03 17:30:55,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-03 17:30:55,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:55,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-03 17:30:55,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-03 17:30:55,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-03 17:30:55,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-03 17:30:55,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-12-03 17:30:55,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-03 17:30:55,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-03 17:30:55,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:55,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:55,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-12-03 17:30:55,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:55,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:55,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:55,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:55,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:55,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:55,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-03 17:30:55,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:55,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-12-03 17:30:55,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:55,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-12-03 17:30:55,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:55,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-12-03 17:30:55,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:55,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:55,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-12-03 17:30:55,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:55,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:55,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:55,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:55,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:55,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-03 17:30:55,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-12-03 17:30:55,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:30:55,237 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:30:55,588 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:30:55,588 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:30:55,588 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:30:55,588 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:30:55,588 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:30:55,588 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:30:55,588 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:30:55,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:30:55,589 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:30:55,589 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:30:55 GMT 2018-12-03 17:30:55,589 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:30:55,589 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:30:55,589 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:00,594 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:31:00,679 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:00,679 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:00,679 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:00,680 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:00,680 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:00,680 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:00,680 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:00,680 - 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-12-03T17:30:10.121Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:10.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_puqnha", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:10.121Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:10.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:10.121Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:10.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_puqnha", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:10.121Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:10.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:10.121Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:10.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:11.361Z", "message": "Downloaded scripts/bind/bind.py to /tmp/YURPN/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:11.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:12.684Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:12.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:12.764Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:12.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:12.764Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:12.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:14.132Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:14.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:14.132Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:14.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:15.141Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:15.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:17.961Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:17.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:18.326Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:18.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:18.326Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:18.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:24.014Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:24.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:24.335Z", "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-12-03T17:30:24.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "proxy_node_emb3s9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:28.214Z", "message": "Execution done (return_code=0): /tmp/FTIHI/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:28.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "bd371bdb-1529-4b51-8ffd-f24ede999fa6"}, {"node_instance_id": "proxy_node_emb3s9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:28.832Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:28.832Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_node_emb3s9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:30.339Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:30.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "proxy_node_emb3s9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:31.349Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:31.349Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:33.124Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:33.124Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:33.245Z", "message": "The config dict: {'etcd_ip': u'192.168.120.16', 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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:33.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:33.245Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:33.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:33.245Z", "message": "[localhost] run: sudo mv /tmp/tmpeCfk2x /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:33.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:33.245Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:33.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "message": "The config dict: {'etcd_ip': u'192.168.120.16', 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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "message": "Creating private domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "message": "[localhost] run: sudo mv /tmp/tmpVyJoVz /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "message": "The config dict: {'public_ip': u'172.30.9.208', '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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "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-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "message": "[localhost] run: sudo mv /tmp/tmpjWmMgY /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "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-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "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-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "message": "Rendering the Jinja2 template to /etc/clearwater/shared_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "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-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "message": "[localhost] run: sudo mv /tmp/tmptGJjPv /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "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-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "message": "[localhost] run: sudo mv /tmp/tmpvroi_w /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "message": "Creating public domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.258Z", "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-12-03T17:30:34.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:34.558Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:34.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:35.269Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:35.269Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:35.269Z", "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-12-03T17:30:35.269Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "9f0988fb-3bc7-4a20-8432-5d673e226328"}, {"node_instance_id": "bind_puqnha", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:35.365Z", "message": "Configuring node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:35.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:36.277Z", "message": "Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/QIMBF/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:36.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:36.277Z", "message": "Executing: /tmp/QIMBF/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:36.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:36.277Z", "message": "[etcd] ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:36.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:36.386Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:36.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 1445, "offset": 1372, "size": 50}}} 2018-12-03 17:31:00,680 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:00,680 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:00 GMT 2018-12-03 17:31:00,680 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:00,680 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26963 2018-12-03 17:31:00,681 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:00,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-03 17:31:00,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:31:00,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-03 17:31:00,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:31:00,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-03 17:31:00,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/YURPN/bind.py 2018-12-03 17:31:00,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-03 17:31:00,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-12-03 17:31:00,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-12-03 17:31:00,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-03 17:31:00,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-03 17:31:00,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-03 17:31:00,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-03 17:31:00,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-12-03 17:31:00,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-12-03 17:31:00,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-12-03 17:31:00,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-12-03 17:31:00,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/FTIHI/install_requirements.sh 2018-12-03 17:31:00,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:31:00,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:31:00,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:31:00,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-03 17:31:00,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.16', 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.16', u'hss_hostname': u''}. 2018-12-03 17:31:00,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-03 17:31:00,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpeCfk2x /etc/clearwater/local_config 2018-12-03 17:31:00,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-12-03 17:31:00,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.16', 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.16', u'hss_hostname': u''}. 2018-12-03 17:31:00,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-03 17:31:00,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpVyJoVz /etc/clearwater/shared_config 2018-12-03 17:31:00,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.208', '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.16', u'hss_hostname': u''}. 2018-12-03 17:31:00,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2018-12-03 17:31:00,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpjWmMgY /etc/bind/named.conf.local 2018-12-03 17:31:00,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2018-12-03 17:31:00,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-03 17:31:00,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-03 17:31:00,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2018-12-03 17:31:00,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-03 17:31:00,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmptGJjPv /etc/bind/db.clearwater.local 2018-12-03 17:31:00,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:31:00,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpvroi_w /etc/bind/db.clearwater.opnfv 2018-12-03 17:31:00,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-03 17:31:00,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2018-12-03 17:31:00,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:31:00,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-03 17:31:00,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-03 17:31:00,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:31:00,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/QIMBF/install-etcd.sh 2018-12-03 17:31:00,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/QIMBF/install-etcd.sh 2018-12-03 17:31:00,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2018-12-03 17:31:00,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:31:00,690 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:31:00,765 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:00,765 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:00,765 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:00,765 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:00,765 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:00,766 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:00,766 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:00,766 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:31:00,766 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:00,766 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:00 GMT 2018-12-03 17:31:00,766 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:00,766 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:31:00,766 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:05,772 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:31:05,884 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:05,884 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:05,884 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:05,884 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:05,884 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:05,884 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:05,884 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:05,885 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_puqnha", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:36.386Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:36.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:37.287Z", "message": "[etcd] Configure the APT software source", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:37.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:37.287Z", "message": "[etcd] repo129", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:37.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:38.299Z", "message": "[etcd] sudo apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:38.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:44.007Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-ult5pm\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease\nIgn http://repo.cw-ngv.com binary/ InRelease\nHit http://security.ubuntu.com trusty-security InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nHit http://security.ubuntu.com trusty-security/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources\nGet:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources\nHit http://security.ubuntu.com trusty-security/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources\nHit http://security.ubuntu.com trusty-security/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages\nHit http://security.ubuntu.com trusty-security/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages\nHit http://security.ubuntu.com trusty-security/main Translation-en\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://security.ubuntu.com trusty-security/universe 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\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources\nIgn http://repo.cw-ngv.com binary/ Translation-en\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 25.0 kB in 4s (5,326 B/s)\nReading package lists...\n\nreal\t0m6.299s\nuser\t0m2.730s\nsys\t0m0.202s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:44.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:44.311Z", "message": "[etcd] Now install the software", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:44.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:30:45.331Z", "message": "[etcd] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:30:45.331Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}], "metadata": {"pagination": {"total": 1445, "offset": 1422, "size": 50}}} 2018-12-03 17:31:05,885 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:05,885 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:05 GMT 2018-12-03 17:31:05,885 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:05,885 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8046 2018-12-03 17:31:05,885 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:05,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:31:05,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2018-12-03 17:31:05,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2018-12-03 17:31:05,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2018-12-03 17:31:05,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-ult5pm Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease Ign http://repo.cw-ngv.com binary/ InRelease Hit http://security.ubuntu.com trusty-security InRelease Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Hit http://security.ubuntu.com trusty-security/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources Hit http://security.ubuntu.com trusty-security/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources Hit http://security.ubuntu.com trusty-security/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages Hit http://security.ubuntu.com trusty-security/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages Hit http://security.ubuntu.com trusty-security/main Translation-en 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://security.ubuntu.com trusty-security/universe 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 Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources Ign http://repo.cw-ngv.com binary/ Translation-en 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 25.0 kB in 4s (5,326 B/s) Reading package lists... real 0m6.299s user 0m2.730s sys 0m0.202s 2018-12-03 17:31:05,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2018-12-03 17:31:05,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-03 17:31:05,887 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:31:05,959 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:05,959 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:05,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:05,960 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:05,960 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:05,960 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:05,960 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:05,960 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:31:05,960 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:05,960 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:05 GMT 2018-12-03 17:31:05,960 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:05,960 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:31:05,960 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:10,966 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:31:11,171 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:11,172 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:11,172 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:11,172 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:11,172 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:11,172 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:11,172 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:11,172 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1445, "offset": 1429, "size": 50}}} 2018-12-03 17:31:11,172 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:11,173 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:11 GMT 2018-12-03 17:31:11,173 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:11,173 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:31:11,173 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:11,173 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:31:11,249 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:11,249 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:11,249 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:11,249 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:11,250 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:11,250 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:11,250 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:11,250 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:31:11,250 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:11,250 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:11 GMT 2018-12-03 17:31:11,250 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:11,250 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:31:11,250 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:16,256 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:31:16,332 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:16,333 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:16,333 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:16,333 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:16,333 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:16,333 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:16,333 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:16,333 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1445, "offset": 1429, "size": 50}}} 2018-12-03 17:31:16,333 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:16,334 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:16 GMT 2018-12-03 17:31:16,334 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:16,334 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:31:16,334 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:16,334 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:31:16,396 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:16,397 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:16,397 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:16,397 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:16,397 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:16,397 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:16,397 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:16,397 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:31:16,397 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:16,397 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:16 GMT 2018-12-03 17:31:16,398 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:16,398 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:31:16,398 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:21,403 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:31:21,479 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:21,479 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:21,479 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:21,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:21,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:21,480 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:21,480 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:21,480 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1445, "offset": 1429, "size": 50}}} 2018-12-03 17:31:21,480 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:21,480 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:21 GMT 2018-12-03 17:31:21,480 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:21,480 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:31:21,480 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:21,481 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:31:21,542 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:21,543 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:21,543 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:21,543 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:21,543 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:21,543 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:21,543 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:21,543 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:31:21,544 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:21,544 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:21 GMT 2018-12-03 17:31:21,544 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:21,544 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:31:21,544 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:26,549 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:31:26,657 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:26,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:26,658 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:26,658 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:26,658 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:26,658 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:26,658 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:26,658 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1445, "offset": 1429, "size": 50}}} 2018-12-03 17:31:26,658 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:26,659 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:26 GMT 2018-12-03 17:31:26,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:26,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:31:26,659 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:26,659 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:31:26,766 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:26,767 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:26,767 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:26,767 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:26,767 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:26,767 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:26,767 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:26,767 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:31:26,767 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:26,768 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:26 GMT 2018-12-03 17:31:26,768 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:26,768 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:31:26,768 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:31,773 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:31:31,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:31,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:31,855 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:31,855 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:31,855 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:31,855 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:31,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:31,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1445, "offset": 1429, "size": 50}}} 2018-12-03 17:31:31,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:31,856 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:31 GMT 2018-12-03 17:31:31,856 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:31,856 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:31:31,856 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:31,856 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:31:31,918 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:31,918 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:31,918 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:31,918 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:31,919 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:31,919 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:31,919 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:31,919 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:31:31,919 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:31,919 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:31 GMT 2018-12-03 17:31:31,919 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:31,919 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:31:31,919 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:36,925 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:31:36,998 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:36,999 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:36,999 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:36,999 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:36,999 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:36,999 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:36,999 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:36,999 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1445, "offset": 1429, "size": 50}}} 2018-12-03 17:31:36,999 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:37,000 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:36 GMT 2018-12-03 17:31:37,000 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:37,000 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:31:37,000 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:37,000 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:31:37,058 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:37,058 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:37,058 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:37,058 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:37,058 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:37,058 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:37,059 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:37,059 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:31:37,059 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:37,059 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:37 GMT 2018-12-03 17:31:37,059 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:37,059 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:31:37,059 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:42,065 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:31:42,144 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:42,144 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:42,145 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:42,145 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:42,145 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:42,145 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:42,145 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:42,145 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1445, "offset": 1429, "size": 50}}} 2018-12-03 17:31:42,145 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:42,145 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:42 GMT 2018-12-03 17:31:42,145 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:42,146 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:31:42,146 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:42,146 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:31:42,214 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:42,214 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:42,214 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:42,214 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:42,214 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:42,215 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:42,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:42,215 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:31:42,215 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:42,215 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:42 GMT 2018-12-03 17:31:42,215 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:42,215 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:31:42,215 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:47,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:31:47,292 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:47,292 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:47,292 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:47,292 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:47,292 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:47,292 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:47,292 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:47,293 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1445, "offset": 1429, "size": 50}}} 2018-12-03 17:31:47,293 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:47,293 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:47 GMT 2018-12-03 17:31:47,293 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:47,293 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:31:47,293 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:47,293 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:31:47,360 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:47,360 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:47,361 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:47,361 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:47,361 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:47,361 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:47,361 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:47,361 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:31:47,361 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:47,361 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:47 GMT 2018-12-03 17:31:47,361 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:47,362 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:31:47,362 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:52,367 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:31:52,441 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:52,442 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:52,442 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:52,442 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:52,442 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:52,442 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:52,442 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:52,442 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1445, "offset": 1429, "size": 50}}} 2018-12-03 17:31:52,443 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:52,443 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:52 GMT 2018-12-03 17:31:52,443 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:52,443 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:31:52,443 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:52,443 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:31:52,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:52,505 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:52,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:52,505 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:52,506 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:52,506 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:52,506 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:52,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:31:52,506 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:52,506 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:52 GMT 2018-12-03 17:31:52,506 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:52,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:31:52,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:57,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:31:57,598 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:57,598 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:57,598 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:57,599 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:57,599 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:57,599 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:57,599 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:57,599 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1445, "offset": 1429, "size": 50}}} 2018-12-03 17:31:57,599 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:57,599 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:57 GMT 2018-12-03 17:31:57,599 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:57,599 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:31:57,600 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:31:57,600 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:31:57,660 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:31:57,660 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:31:57,660 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:31:57,660 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:31:57,660 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:31:57,660 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:31:57,660 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:31:57,661 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:31:57,661 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:31:57,661 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:31:57 GMT 2018-12-03 17:31:57,661 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:31:57,661 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:31:57,661 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:02,666 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:32:02,737 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:02,737 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:02,737 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:02,737 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:02,737 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:02,738 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:02,738 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:02,738 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1445, "offset": 1429, "size": 50}}} 2018-12-03 17:32:02,738 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:02,738 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:02 GMT 2018-12-03 17:32:02,738 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:02,738 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:32:02,738 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:02,739 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:32:02,859 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:02,859 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:02,859 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:02,859 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:02,860 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:02,860 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:02,860 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:02,860 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:32:02,860 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:02,860 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:02 GMT 2018-12-03 17:32:02,860 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:02,860 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:32:02,860 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:07,861 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:32:08,021 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:08,021 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:08,021 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:08,021 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:08,021 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:08,021 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:08,021 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:08,022 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1445, "offset": 1429, "size": 50}}} 2018-12-03 17:32:08,022 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:08,022 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:08 GMT 2018-12-03 17:32:08,022 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:08,022 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:32:08,022 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:08,022 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:32:08,083 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:08,083 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:08,084 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:08,084 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:08,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:08,084 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:08,084 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:08,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:32:08,084 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:08,084 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:08 GMT 2018-12-03 17:32:08,084 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:08,085 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:32:08,085 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:13,090 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:32:13,159 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:13,159 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:13,159 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:13,159 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:13,160 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:13,160 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:13,160 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:13,160 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1445, "offset": 1429, "size": 50}}} 2018-12-03 17:32:13,160 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:13,160 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:13 GMT 2018-12-03 17:32:13,160 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:13,160 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:32:13,160 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:13,161 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:32:13,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:13,222 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:13,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:13,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:13,223 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:13,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:13,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:13,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:32:13,223 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:13,223 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:13 GMT 2018-12-03 17:32:13,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:13,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:32:13,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:18,229 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:32:18,304 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:18,304 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:18,304 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:18,304 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:18,304 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:18,304 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:18,304 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:18,305 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:14.853Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-ult5pm\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 28 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 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-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:24 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:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 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-163.213 [774 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.1 [10.6 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 13s (6,343 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51406 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-163.213_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-163.213) ...\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.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\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-163.213) ...\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.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1) ...\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 8949\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\t1m30.166s\nuser\t0m19.094s\nsys\t0m9.193s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:14.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:15.420Z", "message": "[etcd] The software is installed", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:15.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:15.420Z", "message": "[etcd] /usr/share/clearwater/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:15.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:16.610Z", "message": "[etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:0e:51:7f \n inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0e:517f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:71867 errors:0 dropped:0 overruns:0 frame:0\n TX packets:31665 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:123725311 (123.7 MB) TX bytes:5517047 (5.5 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:16589 (16.5 KB) TX bytes:16589 (16.5 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:16.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:16.610Z", "message": "[etcd] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 17:29 ? 00:00:00 /sbin/init\nroot 2 0 0 17:29 ? 00:00:00 [kthreadd]\nroot 3 2 0 17:29 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 17:29 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 17:29 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 17:29 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 17:29 ? 00:00:00 [rcu_sched]\nroot 8 2 0 17:29 ? 00:00:00 [rcuos/0]\nroot 9 2 0 17:29 ? 00:00:00 [rcuos/1]\nroot 10 2 0 17:29 ? 00:00:00 [rcu_bh]\nroot 11 2 0 17:29 ? 00:00:00 [rcuob/0]\nroot 12 2 0 17:29 ? 00:00:00 [rcuob/1]\nroot 13 2 0 17:29 ? 00:00:00 [migration/0]\nroot 14 2 0 17:29 ? 00:00:00 [watchdog/0]\nroot 15 2 0 17:29 ? 00:00:00 [watchdog/1]\nroot 16 2 0 17:29 ? 00:00:00 [migration/1]\nroot 17 2 0 17:29 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 17:29 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 17:29 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 17:29 ? 00:00:00 [khelper]\nroot 21 2 0 17:29 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 17:29 ? 00:00:00 [netns]\nroot 23 2 0 17:29 ? 00:00:00 [writeback]\nroot 24 2 0 17:29 ? 00:00:00 [kintegrityd]\nroot 25 2 0 17:29 ? 00:00:00 [bioset]\nroot 26 2 0 17:29 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 17:29 ? 00:00:00 [kblockd]\nroot 28 2 0 17:29 ? 00:00:00 [ata_sff]\nroot 29 2 0 17:29 ? 00:00:00 [khubd]\nroot 30 2 0 17:29 ? 00:00:00 [md]\nroot 31 2 0 17:29 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 17:29 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 17:29 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 17:29 ? 00:00:00 [khungtaskd]\nroot 36 2 0 17:29 ? 00:00:00 [kswapd0]\nroot 37 2 0 17:29 ? 00:00:00 [vmstat]\nroot 38 2 0 17:29 ? 00:00:00 [ksmd]\nroot 39 2 0 17:29 ? 00:00:00 [khugepaged]\nroot 40 2 0 17:29 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 17:29 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 17:29 ? 00:00:00 [crypto]\nroot 54 2 0 17:29 ? 00:00:00 [kthrotld]\nroot 55 2 0 17:29 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 17:29 ? 00:00:00 [vballoon]\nroot 57 2 0 17:29 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 17:29 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 17:29 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 17:29 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 17:29 ? 00:00:00 [deferwq]\nroot 80 2 0 17:29 ? 00:00:00 [charger_manager]\nroot 124 2 0 17:29 ? 00:00:00 [kpsmoused]\nroot 142 2 0 17:29 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 17:29 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 17:29 ? 00:00:00 [ext4-rsv-conver]\nroot 391 1 0 17:29 ? 00:00:00 upstart-udev-bridge --daemon\nroot 395 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 435 2 0 17:29 ? 00:00:00 [kworker/u5:1]\nroot 518 1 0 17:29 ? 00:00:00 upstart-socket-bridge --daemon\nroot 568 1 0 17:29 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 818 2 0 17:29 ? 00:00:00 [kauditd]\nmessage+ 903 1 0 17:29 ? 00:00:00 dbus-daemon --system --fork\nroot 933 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-logind\nroot 948 1 0 17:29 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 950 1 0 17:29 ? 00:00:00 rsyslogd\nroot 1049 1 0 17:29 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1052 1 0 17:29 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1056 1 0 17:29 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1057 1 0 17:29 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1059 1 0 17:29 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1100 1 0 17:29 ? 00:00:00 /usr/sbin/sshd -D\nroot 1105 1 0 17:29 ? 00:00:00 cron\ndaemon 1106 1 0 17:29 ? 00:00:00 atd\nroot 1117 1 0 17:29 ? 00:00:00 /usr/sbin/irqbalance\nroot 1136 1 0 17:29 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1197 1 0 17:29 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1203 1 0 17:29 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1649 1 0 17:29 ? 00:00:00 /home/ubuntu/bind_host_ult5pm/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_ult5pm --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_ult5pm --logging-server-logdir=/home/ubuntu/bind_host_ult5pm/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_ult5pm/work/bind_host_ult5pm%I.log --pidfile=/home/ubuntu/bind_host_ult5pm/work/bind_host_ult5pm.pid\nubuntu 1688 1649 0 17:29 ? 00:00:00 /home/ubuntu/bind_host_ult5pm/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_ult5pm --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_ult5pm --logging-server-logdir=/home/ubuntu/bind_host_ult5pm/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_ult5pm/work/bind_host_ult5pm%I.log --pidfile=/home/ubuntu/bind_host_ult5pm/work/bind_host_ult5pm.pid\nubuntu 1763 1 0 17:29 ? 00:00:01 python2.7 /home/ubuntu/bind_host_ult5pm/env/bin/diamond --configfile /home/ubuntu/bind_host_ult5pm/work/plugins/diamond/etc/diamond.conf\nbind 2428 1 0 17:30 ? 00:00:00 /usr/sbin/named -u bind\nubuntu 2482 1688 0 17:30 ? 00:00:00 /home/ubuntu/bind_host_ult5pm/env/bin/python2.7 /home/ubuntu/bind_host_ult5pm/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-_ylY9p\nubuntu 2493 2482 0 17:30 ? 00:00:00 /bin/sh -c /tmp/QIMBF/install-etcd.sh\nubuntu 2495 2493 0 17:30 ? 00:00:00 /bin/bash -e /tmp/QIMBF/install-etcd.sh\nroot 2907 2 0 17:31 ? 00:00:00 [kworker/u5:2]\nntp 8541 1 0 17:31 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 8949 1 0 17:31 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9005 1 0 17:32 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9009 9005 0 17:32 ? 00:00:00 inotifywait -e create -qq .\nclearwa+ 9122 1 0 17:32 ? 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.16:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.16 --name 192-168-120-16 --debug --initial-cluster 192-168-120-16=http://192.168.120.16:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.16:2380 --listen-peer-urls http://192.168.120.16:2380\nroot 9205 8949 0 17:32 ? 00:00:00 [check-monit-upt] \nroot 9207 8949 0 17:32 ? 00:00:00 [check-etcd-upti] \nroot 9210 8949 0 17:32 ? 00:00:00 [poll_etcd_clust] \nroot 9215 8949 0 17:32 ? 00:00:00 [poll_etcd.sh] \nubuntu 9416 2495 0 17:32 ? 00:00:00 /bin/bash -e /tmp/QIMBF/install-etcd.sh\nubuntu 9417 9416 0 17:32 ? 00:00:00 /bin/bash -e /tmp/QIMBF/install-etcd.sh\nroot 9418 9417 0 17:32 ? 00:00:00 sudo ps -edf\nroot 9419 9418 0 17:32 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.005s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:16.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:16.610Z", "message": "[etcd] sudo netstat ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:16.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:16.610Z", "message": "[etcd] sudo ps ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:16.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:16.610Z", "message": "[etcd] => \nreal\t0m0.009s\nuser\t0m0.005s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:16.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:16.610Z", "message": "[etcd] sudo ifconfig ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:16.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:17.626Z", "message": "[etcd] => init-+-acpid\n |-atd\n |-clearwater_diag---inotifywait\n |-cron\n |-dbus-daemon\n |-dhclient\n |-etcd---7*[{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.008s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:17.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:17.626Z", "message": "[etcd] => /var/log/sysstat/sa03\n/var/log/sysstat/clearwater-sa03\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-diags-monitor.log\n/var/log/syslog\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/kern.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/udev\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n\nreal\t0m0.007s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:17.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:17.626Z", "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.16:53 0.0.0.0:* LISTEN 2428/named \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2428/named \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1100/sshd \ntcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2428/named \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8949/monit \ntcp 0 0 192.168.120.16:2380 0.0.0.0:* LISTEN 9122/etcd \ntcp6 0 0 :::53 :::* LISTEN 2428/named \ntcp6 0 0 :::22 :::* LISTEN 1100/sshd \ntcp6 0 0 ::1:953 :::* LISTEN 2428/named \ntcp6 0 0 :::4000 :::* LISTEN 9122/etcd \nudp 0 0 192.168.120.16:123 0.0.0.0:* 8541/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8541/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8541/ntpd \nudp 0 0 0.0.0.0:57125 0.0.0.0:* 568/dhclient \nudp 0 0 192.168.120.16:53 0.0.0.0:* 2428/named \nudp 0 0 127.0.0.1:53 0.0.0.0:* 2428/named \nudp 0 0 0.0.0.0:68 0.0.0.0:* 568/dhclient \nudp6 0 0 fe80::f816:3eff:fe0:123 :::* 8541/ntpd \nudp6 0 0 ::1:123 :::* 8541/ntpd \nudp6 0 0 :::123 :::* 8541/ntpd \nudp6 0 0 :::54072 :::* 568/dhclient \nudp6 0 0 :::53 :::* 2428/named \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 7492 395/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9290 903/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11591 1649/python2.7 /tmp/cloudify-logging-server-1d767.socket\nunix 2 [ ACC ] STREAM LISTENING 1418 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 13273 2482/python2.7 /tmp/ctx-GtLH0m.socket\nunix 2 [ ACC ] STREAM LISTENING 9459 1136/acpid /var/run/acpid.socket\n\nreal\t0m0.007s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:17.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:17.626Z", "message": "[etcd] sudo pstree", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:17.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:17.626Z", "message": "[etcd] sudo find /var/log ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:17.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}], "metadata": {"pagination": {"total": 1459, "offset": 1429, "size": 50}}} 2018-12-03 17:32:18,305 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:18,305 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:18 GMT 2018-12-03 17:32:18,305 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:18,305 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 65645 2018-12-03 17:32:18,305 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:18,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-ult5pm 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 28 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 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-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:24 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:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 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-163.213 [774 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.1 [10.6 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 13s (6,343 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51406 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-163.213_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... 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.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... 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-163.213) ... 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.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1) ... 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 8949 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 1m30.166s user 0m19.094s sys 0m9.193s 2018-12-03 17:32:18,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2018-12-03 17:32:18,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2018-12-03 17:32:18,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:0e:51:7f inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe0e:517f/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:71867 errors:0 dropped:0 overruns:0 frame:0 TX packets:31665 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:123725311 (123.7 MB) TX bytes:5517047 (5.5 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:16589 (16.5 KB) TX bytes:16589 (16.5 KB) real 0m0.006s user 0m0.004s sys 0m0.001s 2018-12-03 17:32:18,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 17:29 ? 00:00:00 /sbin/init root 2 0 0 17:29 ? 00:00:00 [kthreadd] root 3 2 0 17:29 ? 00:00:00 [ksoftirqd/0] root 4 2 0 17:29 ? 00:00:00 [kworker/0:0] root 5 2 0 17:29 ? 00:00:00 [kworker/0:0H] root 6 2 0 17:29 ? 00:00:00 [kworker/u4:0] root 7 2 0 17:29 ? 00:00:00 [rcu_sched] root 8 2 0 17:29 ? 00:00:00 [rcuos/0] root 9 2 0 17:29 ? 00:00:00 [rcuos/1] root 10 2 0 17:29 ? 00:00:00 [rcu_bh] root 11 2 0 17:29 ? 00:00:00 [rcuob/0] root 12 2 0 17:29 ? 00:00:00 [rcuob/1] root 13 2 0 17:29 ? 00:00:00 [migration/0] root 14 2 0 17:29 ? 00:00:00 [watchdog/0] root 15 2 0 17:29 ? 00:00:00 [watchdog/1] root 16 2 0 17:29 ? 00:00:00 [migration/1] root 17 2 0 17:29 ? 00:00:00 [ksoftirqd/1] root 18 2 0 17:29 ? 00:00:00 [kworker/1:0] root 19 2 0 17:29 ? 00:00:00 [kworker/1:0H] root 20 2 0 17:29 ? 00:00:00 [khelper] root 21 2 0 17:29 ? 00:00:00 [kdevtmpfs] root 22 2 0 17:29 ? 00:00:00 [netns] root 23 2 0 17:29 ? 00:00:00 [writeback] root 24 2 0 17:29 ? 00:00:00 [kintegrityd] root 25 2 0 17:29 ? 00:00:00 [bioset] root 26 2 0 17:29 ? 00:00:00 [kworker/u5:0] root 27 2 0 17:29 ? 00:00:00 [kblockd] root 28 2 0 17:29 ? 00:00:00 [ata_sff] root 29 2 0 17:29 ? 00:00:00 [khubd] root 30 2 0 17:29 ? 00:00:00 [md] root 31 2 0 17:29 ? 00:00:00 [devfreq_wq] root 32 2 0 17:29 ? 00:00:00 [kworker/0:1] root 33 2 0 17:29 ? 00:00:00 [kworker/1:1] root 35 2 0 17:29 ? 00:00:00 [khungtaskd] root 36 2 0 17:29 ? 00:00:00 [kswapd0] root 37 2 0 17:29 ? 00:00:00 [vmstat] root 38 2 0 17:29 ? 00:00:00 [ksmd] root 39 2 0 17:29 ? 00:00:00 [khugepaged] root 40 2 0 17:29 ? 00:00:00 [fsnotify_mark] root 41 2 0 17:29 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 17:29 ? 00:00:00 [crypto] root 54 2 0 17:29 ? 00:00:00 [kthrotld] root 55 2 0 17:29 ? 00:00:00 [kworker/u4:1] root 56 2 0 17:29 ? 00:00:00 [vballoon] root 57 2 0 17:29 ? 00:00:00 [scsi_eh_0] root 58 2 0 17:29 ? 00:00:00 [scsi_eh_1] root 59 2 0 17:29 ? 00:00:00 [kworker/u4:2] root 60 2 0 17:29 ? 00:00:00 [kworker/u4:3] root 79 2 0 17:29 ? 00:00:00 [deferwq] root 80 2 0 17:29 ? 00:00:00 [charger_manager] root 124 2 0 17:29 ? 00:00:00 [kpsmoused] root 142 2 0 17:29 ? 00:00:00 [kworker/1:2] root 186 2 0 17:29 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 17:29 ? 00:00:00 [ext4-rsv-conver] root 391 1 0 17:29 ? 00:00:00 upstart-udev-bridge --daemon root 395 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 435 2 0 17:29 ? 00:00:00 [kworker/u5:1] root 518 1 0 17:29 ? 00:00:00 upstart-socket-bridge --daemon root 568 1 0 17:29 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 818 2 0 17:29 ? 00:00:00 [kauditd] message+ 903 1 0 17:29 ? 00:00:00 dbus-daemon --system --fork root 933 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-logind root 948 1 0 17:29 ? 00:00:00 upstart-file-bridge --daemon syslog 950 1 0 17:29 ? 00:00:00 rsyslogd root 1049 1 0 17:29 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1052 1 0 17:29 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1056 1 0 17:29 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1057 1 0 17:29 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1059 1 0 17:29 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1100 1 0 17:29 ? 00:00:00 /usr/sbin/sshd -D root 1105 1 0 17:29 ? 00:00:00 cron daemon 1106 1 0 17:29 ? 00:00:00 atd root 1117 1 0 17:29 ? 00:00:00 /usr/sbin/irqbalance root 1136 1 0 17:29 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1197 1 0 17:29 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1203 1 0 17:29 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1649 1 0 17:29 ? 00:00:00 /home/ubuntu/bind_host_ult5pm/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_ult5pm --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_ult5pm --logging-server-logdir=/home/ubuntu/bind_host_ult5pm/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_ult5pm/work/bind_host_ult5pm%I.log --pidfile=/home/ubuntu/bind_host_ult5pm/work/bind_host_ult5pm.pid ubuntu 1688 1649 0 17:29 ? 00:00:00 /home/ubuntu/bind_host_ult5pm/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_ult5pm --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_ult5pm --logging-server-logdir=/home/ubuntu/bind_host_ult5pm/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_ult5pm/work/bind_host_ult5pm%I.log --pidfile=/home/ubuntu/bind_host_ult5pm/work/bind_host_ult5pm.pid ubuntu 1763 1 0 17:29 ? 00:00:01 python2.7 /home/ubuntu/bind_host_ult5pm/env/bin/diamond --configfile /home/ubuntu/bind_host_ult5pm/work/plugins/diamond/etc/diamond.conf bind 2428 1 0 17:30 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2482 1688 0 17:30 ? 00:00:00 /home/ubuntu/bind_host_ult5pm/env/bin/python2.7 /home/ubuntu/bind_host_ult5pm/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-_ylY9p ubuntu 2493 2482 0 17:30 ? 00:00:00 /bin/sh -c /tmp/QIMBF/install-etcd.sh ubuntu 2495 2493 0 17:30 ? 00:00:00 /bin/bash -e /tmp/QIMBF/install-etcd.sh root 2907 2 0 17:31 ? 00:00:00 [kworker/u5:2] ntp 8541 1 0 17:31 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 8949 1 0 17:31 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9005 1 0 17:32 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9009 9005 0 17:32 ? 00:00:00 inotifywait -e create -qq . clearwa+ 9122 1 0 17:32 ? 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.16:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.16 --name 192-168-120-16 --debug --initial-cluster 192-168-120-16=http://192.168.120.16:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.16:2380 --listen-peer-urls http://192.168.120.16:2380 root 9205 8949 0 17:32 ? 00:00:00 [check-monit-upt] root 9207 8949 0 17:32 ? 00:00:00 [check-etcd-upti] root 9210 8949 0 17:32 ? 00:00:00 [poll_etcd_clust] root 9215 8949 0 17:32 ? 00:00:00 [poll_etcd.sh] ubuntu 9416 2495 0 17:32 ? 00:00:00 /bin/bash -e /tmp/QIMBF/install-etcd.sh ubuntu 9417 9416 0 17:32 ? 00:00:00 /bin/bash -e /tmp/QIMBF/install-etcd.sh root 9418 9417 0 17:32 ? 00:00:00 sudo ps -edf root 9419 9418 0 17:32 ? 00:00:00 ps -edf real 0m0.009s user 0m0.005s sys 0m0.004s 2018-12-03 17:32:18,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2018-12-03 17:32:18,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2018-12-03 17:32:18,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.009s user 0m0.005s sys 0m0.005s 2018-12-03 17:32:18,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2018-12-03 17:32:18,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => init-+-acpid |-atd |-clearwater_diag---inotifywait |-cron |-dbus-daemon |-dhclient |-etcd---7*[{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.008s user 0m0.000s sys 0m0.006s 2018-12-03 17:32:18,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => /var/log/sysstat/sa03 /var/log/sysstat/clearwater-sa03 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-diags-monitor.log /var/log/syslog /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/kern.log /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/udev /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log real 0m0.007s user 0m0.004s sys 0m0.003s 2018-12-03 17:32:18,310 - 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.16:53 0.0.0.0:* LISTEN 2428/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2428/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1100/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2428/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8949/monit tcp 0 0 192.168.120.16:2380 0.0.0.0:* LISTEN 9122/etcd tcp6 0 0 :::53 :::* LISTEN 2428/named tcp6 0 0 :::22 :::* LISTEN 1100/sshd tcp6 0 0 ::1:953 :::* LISTEN 2428/named tcp6 0 0 :::4000 :::* LISTEN 9122/etcd udp 0 0 192.168.120.16:123 0.0.0.0:* 8541/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8541/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8541/ntpd udp 0 0 0.0.0.0:57125 0.0.0.0:* 568/dhclient udp 0 0 192.168.120.16:53 0.0.0.0:* 2428/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2428/named udp 0 0 0.0.0.0:68 0.0.0.0:* 568/dhclient udp6 0 0 fe80::f816:3eff:fe0:123 :::* 8541/ntpd udp6 0 0 ::1:123 :::* 8541/ntpd udp6 0 0 :::123 :::* 8541/ntpd udp6 0 0 :::54072 :::* 568/dhclient udp6 0 0 :::53 :::* 2428/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 7492 395/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9290 903/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11591 1649/python2.7 /tmp/cloudify-logging-server-1d767.socket unix 2 [ ACC ] STREAM LISTENING 1418 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 13273 2482/python2.7 /tmp/ctx-GtLH0m.socket unix 2 [ ACC ] STREAM LISTENING 9459 1136/acpid /var/run/acpid.socket real 0m0.007s user 0m0.004s sys 0m0.004s 2018-12-03 17:32:18,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2018-12-03 17:32:18,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2018-12-03 17:32:18,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:32:18,371 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:18,371 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:18,371 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:18,371 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:18,372 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:18,372 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:18,372 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:18,372 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:32:18,372 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:18,372 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:18 GMT 2018-12-03 17:32:18,372 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:18,372 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:32:18,372 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:23,378 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:32:23,456 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:23,456 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:23,456 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:23,456 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:23,456 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:23,457 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:23,457 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:23,457 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:18.641Z", "message": "[etcd] => [03-Dec-2018 17:32:00 UTC] clearwater-diags-monitor starting\n[03-Dec-2018 17:32:00 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-12-03T17:32:18.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:18.641Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:18.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:19.578Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:19.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:19.657Z", "message": "[etcd] => 2018-12-03 17:32:01.011339700 Stopping etcd clearwater-etcd\n2018-12-03 17:32:02.143493051 Restarting etcd clearwater-etcd\n2018-12-03 17:32:02.148261741 Configured ETCDCTL_PEERS: \n2018-12-03 17:32:02.149002425 Check for previous failed startup attempt\n2018-12-03 17:32:02.150175549 Running etcdctl member list\nError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n; error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n\nerror #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused\nerror #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n\n2018-12-03 17:32:02.164596215 etcdctl returned 2\n2018-12-03 17:32:02.170756765 Creating new cluster...\n2018-12-03 17:32:02.173463566 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.16:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.16\n --name 192-168-120-16\n --debug --initial-cluster 192-168-120-16=http://192.168.120.16:2380,\n --initial-cluster-state new\n --initial-advertise-peer-urls http://192.168.120.16:2380\n --listen-peer-urls http://192.168.120.16:2380\n2018-12-03 17:32:02.175038123 Check we're actually a member of the cluster\n2018-12-03 17:32:02.180780990 Wait for etcd to startup\n2018-12-03 17:32:03.193991925 Etcd started successfully\n2018-12-03 17:32:02.201871 I | etcdmain: etcd Version: 3.1.7\n2018-12-03 17:32:02.201920 I | etcdmain: Git SHA: 43b7507\n2018-12-03 17:32:02.201925 I | etcdmain: Go Version: go1.7.5\n2018-12-03 17:32:02.201928 I | etcdmain: Go OS/Arch: linux/amd64\n2018-12-03 17:32:02.201932 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-12-03 17:32:02.202005 I | embed: listening for peers on http://192.168.120.16:2380\n2018-12-03 17:32:02.202060 I | embed: listening for client requests on 0.0.0.0:4000\n2018-12-03 17:32:02.265334 I | etcdserver: name = 192-168-120-16\n2018-12-03 17:32:02.265363 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.16\n2018-12-03 17:32:02.265369 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.16/member\n2018-12-03 17:32:02.265373 I | etcdserver: heartbeat = 100ms\n2018-12-03 17:32:02.265376 I | etcdserver: election = 1000ms\n2018-12-03 17:32:02.265380 I | etcdserver: snapshot count = 10000\n2018-12-03 17:32:02.265386 I | etcdserver: advertise client URLs = http://192.168.120.16:4000\n2018-12-03 17:32:02.265391 I | etcdserver: initial advertise peer URLs = http://192.168.120.16:2380\n2018-12-03 17:32:02.265398 I | etcdserver: initial cluster = 192-168-120-16=http://192.168.120.16:2380\n2018-12-03 17:32:02.306947 I | etcdserver: starting member bf012b95b32737e9 in cluster 97bbd83bc7132d1d\n2018-12-03 17:32:02.307003 I | raft: bf012b95b32737e9 became follower at term 0\n2018-12-03 17:32:02.307027 I | raft: newRaft bf012b95b32737e9 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-12-03 17:32:02.307034 I | raft: bf012b95b32737e9 became follower at term 1\n2018-12-03 17:32:02.453831 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-12-03 17:32:02.454822 I | etcdserver/membership: added member bf012b95b32737e9 [http://192.168.120.16:2380] to cluster 97bbd83bc7132d1d\n2018-12-03 17:32:02.707347 I | raft: bf012b95b32737e9 is starting a new election at term 1\n2018-12-03 17:32:02.707461 I | raft: bf012b95b32737e9 became candidate at term 2\n2018-12-03 17:32:02.707482 I | raft: bf012b95b32737e9 received MsgVoteResp from bf012b95b32737e9 at term 2\n2018-12-03 17:32:02.707495 I | raft: bf012b95b32737e9 became leader at term 2\n2018-12-03 17:32:02.707502 I | raft: raft.node: bf012b95b32737e9 elected leader bf012b95b32737e9 at term 2\n2018-12-03 17:32:02.707844 I | etcdserver: published {Name:192-168-120-16 ClientURLs:[http://192.168.120.16:4000]} to cluster 97bbd83bc7132d1d\n2018-12-03 17:32:02.707955 I | etcdserver: setting up the initial cluster version to 3.1\n2018-12-03 17:32:02.708018 I | embed: ready to serve client requests\n2018-12-03 17:32:02.708420 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-12-03 17:32:02.717402 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-12-03 17:32:02.717431 I | etcdserver/api: enabled capabilities for version 3.1\n2018-12-03 17:32:03.355408 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.16:39281\n2018-12-03 17:32:03.356233 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.16:39282\n2018-12-03 17:32:03.356507 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.16:39283\n2018-12-03 17:32:05.682792 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.16:39284\n2018-12-03 17:32:05.692233 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.16:39285\n2018-12-03 17:32:05.692799 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.16:39286\n2018-12-03 17:32:15.286674 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.16/liveness-check remote:192.168.120.16:39287\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:19.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:19.657Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:19.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:19.657Z", "message": "Execution done (return_code=0): /tmp/QIMBF/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:19.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:19.657Z", "message": "[etcd] Installation is done", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:19.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8b2f6229-ea76-4b46-82a0-9fb090ee44ea"}, {"node_instance_id": "bind_puqnha", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:20.605Z", "message": "Starting node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:20.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_vc3ab8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:21.633Z", "message": "Creating node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:21.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_b48m4n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:21.633Z", "message": "Creating node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:21.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.215Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/YI7F9/clearwater.py", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d8ddc996-c83b-49c3-947d-841e2984610c"}, {"node_instance_id": "homer_jtwq6c", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_g39n4b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Creating node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_b48m4n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_vc3ab8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_hkoux4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_g39n4b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_b48m4n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Creating node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_jtwq6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Creating node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_g39n4b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_vc3ab8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_hkoux4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_jtwq6c", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_hkoux4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.646Z", "message": "Creating node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.669Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "07f5e879-5fea-4fec-ab1f-ebeef25836f7"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.669Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/XPD9I/clearwater.py", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "607e7470-4a3f-46c6-be2d-c6932ffc1c8b"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.669Z", "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-12-03T17:32:22.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d8ddc996-c83b-49c3-947d-841e2984610c"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.669Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/B8IEQ/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "58f9005e-9327-4850-8e1a-883fa49df03b"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.669Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "607e7470-4a3f-46c6-be2d-c6932ffc1c8b"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.669Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d8ddc996-c83b-49c3-947d-841e2984610c"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.669Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/5L2RJ/clearwater.py", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "07f5e879-5fea-4fec-ab1f-ebeef25836f7"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.669Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:22.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "58f9005e-9327-4850-8e1a-883fa49df03b"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:22.669Z", "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-12-03T17:32:22.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "07f5e879-5fea-4fec-ab1f-ebeef25836f7"}], "metadata": {"pagination": {"total": 1498, "offset": 1443, "size": 50}}} 2018-12-03 17:32:23,457 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:23,457 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:23 GMT 2018-12-03 17:32:23,457 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:23,457 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23569 2018-12-03 17:32:23,457 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:23,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [03-Dec-2018 17:32:00 UTC] clearwater-diags-monitor starting [03-Dec-2018 17:32:00 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-12-03 17:32:23,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-12-03 17:32:23,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:32:23,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2018-12-03 17:32:01.011339700 Stopping etcd clearwater-etcd 2018-12-03 17:32:02.143493051 Restarting etcd clearwater-etcd 2018-12-03 17:32:02.148261741 Configured ETCDCTL_PEERS: 2018-12-03 17:32:02.149002425 Check for previous failed startup attempt 2018-12-03 17:32:02.150175549 Running etcdctl member list Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused ; error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused 2018-12-03 17:32:02.164596215 etcdctl returned 2 2018-12-03 17:32:02.170756765 Creating new cluster... 2018-12-03 17:32:02.173463566 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.16:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.16 --name 192-168-120-16 --debug --initial-cluster 192-168-120-16=http://192.168.120.16:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.16:2380 --listen-peer-urls http://192.168.120.16:2380 2018-12-03 17:32:02.175038123 Check we're actually a member of the cluster 2018-12-03 17:32:02.180780990 Wait for etcd to startup 2018-12-03 17:32:03.193991925 Etcd started successfully 2018-12-03 17:32:02.201871 I | etcdmain: etcd Version: 3.1.7 2018-12-03 17:32:02.201920 I | etcdmain: Git SHA: 43b7507 2018-12-03 17:32:02.201925 I | etcdmain: Go Version: go1.7.5 2018-12-03 17:32:02.201928 I | etcdmain: Go OS/Arch: linux/amd64 2018-12-03 17:32:02.201932 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-12-03 17:32:02.202005 I | embed: listening for peers on http://192.168.120.16:2380 2018-12-03 17:32:02.202060 I | embed: listening for client requests on 0.0.0.0:4000 2018-12-03 17:32:02.265334 I | etcdserver: name = 192-168-120-16 2018-12-03 17:32:02.265363 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.16 2018-12-03 17:32:02.265369 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.16/member 2018-12-03 17:32:02.265373 I | etcdserver: heartbeat = 100ms 2018-12-03 17:32:02.265376 I | etcdserver: election = 1000ms 2018-12-03 17:32:02.265380 I | etcdserver: snapshot count = 10000 2018-12-03 17:32:02.265386 I | etcdserver: advertise client URLs = http://192.168.120.16:4000 2018-12-03 17:32:02.265391 I | etcdserver: initial advertise peer URLs = http://192.168.120.16:2380 2018-12-03 17:32:02.265398 I | etcdserver: initial cluster = 192-168-120-16=http://192.168.120.16:2380 2018-12-03 17:32:02.306947 I | etcdserver: starting member bf012b95b32737e9 in cluster 97bbd83bc7132d1d 2018-12-03 17:32:02.307003 I | raft: bf012b95b32737e9 became follower at term 0 2018-12-03 17:32:02.307027 I | raft: newRaft bf012b95b32737e9 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-12-03 17:32:02.307034 I | raft: bf012b95b32737e9 became follower at term 1 2018-12-03 17:32:02.453831 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-12-03 17:32:02.454822 I | etcdserver/membership: added member bf012b95b32737e9 [http://192.168.120.16:2380] to cluster 97bbd83bc7132d1d 2018-12-03 17:32:02.707347 I | raft: bf012b95b32737e9 is starting a new election at term 1 2018-12-03 17:32:02.707461 I | raft: bf012b95b32737e9 became candidate at term 2 2018-12-03 17:32:02.707482 I | raft: bf012b95b32737e9 received MsgVoteResp from bf012b95b32737e9 at term 2 2018-12-03 17:32:02.707495 I | raft: bf012b95b32737e9 became leader at term 2 2018-12-03 17:32:02.707502 I | raft: raft.node: bf012b95b32737e9 elected leader bf012b95b32737e9 at term 2 2018-12-03 17:32:02.707844 I | etcdserver: published {Name:192-168-120-16 ClientURLs:[http://192.168.120.16:4000]} to cluster 97bbd83bc7132d1d 2018-12-03 17:32:02.707955 I | etcdserver: setting up the initial cluster version to 3.1 2018-12-03 17:32:02.708018 I | embed: ready to serve client requests 2018-12-03 17:32:02.708420 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-12-03 17:32:02.717402 N | etcdserver/membership: set the initial cluster version to 3.1 2018-12-03 17:32:02.717431 I | etcdserver/api: enabled capabilities for version 3.1 2018-12-03 17:32:03.355408 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.16:39281 2018-12-03 17:32:03.356233 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.16:39282 2018-12-03 17:32:03.356507 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.16:39283 2018-12-03 17:32:05.682792 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.16:39284 2018-12-03 17:32:05.692233 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.16:39285 2018-12-03 17:32:05.692799 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.16:39286 2018-12-03 17:32:15.286674 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.16/liveness-check remote:192.168.120.16:39287 real 0m0.005s user 0m0.004s sys 0m0.002s 2018-12-03 17:32:23,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-12-03 17:32:23,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/QIMBF/install-etcd.sh 2018-12-03 17:32:23,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2018-12-03 17:32:23,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:32:23,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:32:23,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:32:23,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/YI7F9/clearwater.py 2018-12-03 17:32:23,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:23,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:32:23,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:23,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:23,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:23,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:23,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:23,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:23,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:23,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:32:23,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:32:23,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:23,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:23,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:23,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:23,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-03 17:32:23,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-12-03 17:32:23,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/XPD9I/clearwater.py 2018-12-03 17:32:23,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:32:23,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/B8IEQ/clearwater.py 2018-12-03 17:32:23,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-12-03 17:32:23,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-12-03 17:32:23,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/5L2RJ/clearwater.py 2018-12-03 17:32:23,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-12-03 17:32:23,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:32:23,464 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:32:23,560 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:23,561 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:23,561 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:23,561 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:23,561 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:23,561 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:23,561 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:23,561 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:32:23,561 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:23,561 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:23 GMT 2018-12-03 17:32:23,562 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:23,562 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:32:23,562 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:28,567 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:32:28,647 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:28,647 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:28,647 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:28,647 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:28,647 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:28,647 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:28,648 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:28,648 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "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-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "58f9005e-9327-4850-8e1a-883fa49df03b"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mv /tmp/tmpr_of0a /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "607e7470-4a3f-46c6-be2d-c6932ffc1c8b"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mv /tmp/tmp44m3e9 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d553a765-38ca-4f72-8c92-f98f1840ee51"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "607e7470-4a3f-46c6-be2d-c6932ffc1c8b"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d8ddc996-c83b-49c3-947d-841e2984610c"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "29685ace-bfa6-450c-98c4-e2251100e7ed"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "The config dict: {'public_ip': u'172.30.9.204', 'etcd_ip': u'192.168.120.16', 'name': u'ellis-1sgaqc', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "07f5e879-5fea-4fec-ab1f-ebeef25836f7"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mv /tmp/tmpEjPEIb /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "58f9005e-9327-4850-8e1a-883fa49df03b"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d553a765-38ca-4f72-8c92-f98f1840ee51"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "58f9005e-9327-4850-8e1a-883fa49df03b"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mv /tmp/tmp48AYB8 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "29685ace-bfa6-450c-98c4-e2251100e7ed"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "607e7470-4a3f-46c6-be2d-c6932ffc1c8b"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.16', 'name': u'sprout-g39n4b', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.5'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d553a765-38ca-4f72-8c92-f98f1840ee51"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "29685ace-bfa6-450c-98c4-e2251100e7ed"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "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-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d553a765-38ca-4f72-8c92-f98f1840ee51"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/GXE6Q/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "29685ace-bfa6-450c-98c4-e2251100e7ed"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "58f9005e-9327-4850-8e1a-883fa49df03b"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "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-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "29685ace-bfa6-450c-98c4-e2251100e7ed"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.16', 'name': u'vellum-hkoux4', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.22'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "58f9005e-9327-4850-8e1a-883fa49df03b"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "607e7470-4a3f-46c6-be2d-c6932ffc1c8b"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "07f5e879-5fea-4fec-ab1f-ebeef25836f7"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d553a765-38ca-4f72-8c92-f98f1840ee51"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mv /tmp/tmp9w2KIR /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d553a765-38ca-4f72-8c92-f98f1840ee51"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.16', 'name': u'homer-jtwq6c', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "29685ace-bfa6-450c-98c4-e2251100e7ed"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "07f5e879-5fea-4fec-ab1f-ebeef25836f7"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.16', 'name': u'dime-vc3ab8', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.18'}.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "607e7470-4a3f-46c6-be2d-c6932ffc1c8b"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d553a765-38ca-4f72-8c92-f98f1840ee51"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "607e7470-4a3f-46c6-be2d-c6932ffc1c8b"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "The config dict: {'public_ip': u'172.30.9.210', 'etcd_ip': u'192.168.120.16', 'name': u'bono-b48m4n', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.11'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d8ddc996-c83b-49c3-947d-841e2984610c"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "29685ace-bfa6-450c-98c4-e2251100e7ed"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mv /tmp/tmpWal8Af /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "29685ace-bfa6-450c-98c4-e2251100e7ed"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "07f5e879-5fea-4fec-ab1f-ebeef25836f7"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/9PZ1F/clearwater.py", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d553a765-38ca-4f72-8c92-f98f1840ee51"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "58f9005e-9327-4850-8e1a-883fa49df03b"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mv /tmp/tmpPNCIGO /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "607e7470-4a3f-46c6-be2d-c6932ffc1c8b"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "607e7470-4a3f-46c6-be2d-c6932ffc1c8b"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d8ddc996-c83b-49c3-947d-841e2984610c"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mv /tmp/tmpdn6zAI /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "07f5e879-5fea-4fec-ab1f-ebeef25836f7"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "07f5e879-5fea-4fec-ab1f-ebeef25836f7"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mv /tmp/tmpKs0Tve /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "58f9005e-9327-4850-8e1a-883fa49df03b"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d553a765-38ca-4f72-8c92-f98f1840ee51"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "29685ace-bfa6-450c-98c4-e2251100e7ed"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo mv /tmp/tmpMYIJ0b /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "07f5e879-5fea-4fec-ab1f-ebeef25836f7"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.687Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "58f9005e-9327-4850-8e1a-883fa49df03b"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:23.773Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:23.773Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_jtwq6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.678Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.678Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.678Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_hkoux4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.678Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_hkoux4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.678Z", "message": "Configuring node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 1599, "offset": 1479, "size": 50}}} 2018-12-03 17:32:28,648 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:28,648 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:28 GMT 2018-12-03 17:32:28,648 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:28,648 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27872 2018-12-03 17:32:28,648 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:28,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:32:28,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpr_of0a /etc/dnsmasq.resolv.conf 2018-12-03 17:32:28,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp44m3e9 /etc/dnsmasq.resolv.conf 2018-12-03 17:32:28,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-03 17:32:28,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-03 17:32:28,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-03 17:32:28,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.204', 'etcd_ip': u'192.168.120.16', 'name': u'ellis-1sgaqc', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}. 2018-12-03 17:32:28,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpEjPEIb /etc/clearwater/local_config 2018-12-03 17:32:28,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-12-03 17:32:28,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-03 17:32:28,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp48AYB8 /etc/clearwater/local_config 2018-12-03 17:32:28,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-03 17:32:28,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.16', 'name': u'sprout-g39n4b', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.5'}. 2018-12-03 17:32:28,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-03 17:32:28,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:32:28,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/GXE6Q/clearwater.py 2018-12-03 17:32:28,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-12-03 17:32:28,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:32:28,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.16', 'name': u'vellum-hkoux4', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.22'}. 2018-12-03 17:32:28,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-12-03 17:32:28,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-12-03 17:32:28,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-03 17:32:28,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp9w2KIR /etc/clearwater/local_config 2018-12-03 17:32:28,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.16', 'name': u'homer-jtwq6c', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}. 2018-12-03 17:32:28,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-03 17:32:28,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.16', 'name': u'dime-vc3ab8', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.18'}. 2018-12-03 17:32:28,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-03 17:32:28,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:32:28,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'etcd_ip': u'192.168.120.16', 'name': u'bono-b48m4n', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.11'}. 2018-12-03 17:32:28,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-12-03 17:32:28,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpWal8Af /etc/dnsmasq.resolv.conf 2018-12-03 17:32:28,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-03 17:32:28,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/9PZ1F/clearwater.py 2018-12-03 17:32:28,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-12-03 17:32:28,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpPNCIGO /etc/clearwater/local_config 2018-12-03 17:32:28,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-12-03 17:32:28,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-12-03 17:32:28,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpdn6zAI /etc/dnsmasq.resolv.conf 2018-12-03 17:32:28,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-12-03 17:32:28,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpKs0Tve /etc/dnsmasq.resolv.conf 2018-12-03 17:32:28,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-12-03 17:32:28,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-12-03 17:32:28,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpMYIJ0b /etc/clearwater/local_config 2018-12-03 17:32:28,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-03 17:32:28,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:32:28,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:32:28,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:28,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:28,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:28,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:32:28,658 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:32:28,719 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:28,719 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:28,719 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:28,719 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:28,719 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:28,719 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:28,719 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:28,719 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:32:28,720 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:28,720 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:28 GMT 2018-12-03 17:32:28,720 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:28,720 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:32:28,720 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:33,725 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:32:33,829 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:33,829 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:33,829 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:33,829 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:33,829 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:33,829 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:33,829 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:33,830 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.678Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_jtwq6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.678Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.678Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.678Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.678Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_vc3ab8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.678Z", "message": "Configuring node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_hkoux4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.678Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_hkoux4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.678Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_vc3ab8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.678Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.700Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "29685ace-bfa6-450c-98c4-e2251100e7ed"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:24.700Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:24.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d553a765-38ca-4f72-8c92-f98f1840ee51"}, {"node_instance_id": "sprout_g39n4b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.701Z", "message": "Configuring node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_jtwq6c", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.701Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_vc3ab8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.701Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.701Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_vc3ab8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.701Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_jtwq6c", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.701Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.725Z", "message": "Executing: /tmp/10WZ1/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.725Z", "message": "[homer] ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.725Z", "message": "[ellis] ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.725Z", "message": "Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/10WZ1/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.725Z", "message": "Executing: /tmp/EDUV7/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.725Z", "message": "Executing: /tmp/EAUH5/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.725Z", "message": "Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/EAUH5/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.725Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/VU35Q/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "eaef1dd7-4865-4a8f-b3f4-342cd4b03181"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.725Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.725Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.725Z", "message": "Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/EDUV7/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.725Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/LJ0KK/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:25.725Z", "message": "Executing: /tmp/LJ0KK/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:25.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/OCEJ8/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "Executing: /tmp/OCEJ8/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "[dime] repo129", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "[ellis] Configure the APT software source", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "[dime] Configure the APT software source", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "[dime] sudo apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "[homer] Configure the APT software source", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "[sprout] ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "[ellis] sudo apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "[ellis] repo129", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "[vellum] Configure the APT software source", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "[homer] repo129", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.771Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "sprout_g39n4b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.772Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_g39n4b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:26.772Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:26.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:27.787Z", "message": "[sprout] sudo apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:27.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:27.787Z", "message": "[sprout] repo129", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:27.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:27.787Z", "message": "[sprout] Configure the APT software source", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:27.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}], "metadata": {"pagination": {"total": 1614, "offset": 1529, "size": 50}}} 2018-12-03 17:32:33,830 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:33,830 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:33 GMT 2018-12-03 17:32:33,830 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:33,830 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25732 2018-12-03 17:32:33,830 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:33,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:33,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:32:33,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:33,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:33,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:33,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:32:33,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:33,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:33,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:32:33,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-12-03 17:32:33,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-12-03 17:32:33,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:32:33,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:33,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:33,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:32:33,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:33,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:33,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/10WZ1/install-homer.sh 2018-12-03 17:32:33,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2018-12-03 17:32:33,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] 2018-12-03 17:32:33,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/10WZ1/install-homer.sh 2018-12-03 17:32:33,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/EDUV7/install-ellis.sh 2018-12-03 17:32:33,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/EAUH5/install-vellum.sh 2018-12-03 17:32:33,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/EAUH5/install-vellum.sh 2018-12-03 17:32:33,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/VU35Q/append_proxy_snmp_conf.py 2018-12-03 17:32:33,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-12-03 17:32:33,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-12-03 17:32:33,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/EDUV7/install-ellis.sh 2018-12-03 17:32:33,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/LJ0KK/install-dime.sh 2018-12-03 17:32:33,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/LJ0KK/install-dime.sh 2018-12-03 17:32:33,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-12-03 17:32:33,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/OCEJ8/install-sprout.sh 2018-12-03 17:32:33,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/OCEJ8/install-sprout.sh 2018-12-03 17:32:33,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2018-12-03 17:32:33,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2018-12-03 17:32:33,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2018-12-03 17:32:33,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2018-12-03 17:32:33,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Configure the APT software source 2018-12-03 17:32:33,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2018-12-03 17:32:33,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2018-12-03 17:32:33,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2018-12-03 17:32:33,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2018-12-03 17:32:33,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2018-12-03 17:32:33,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2018-12-03 17:32:33,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2018-12-03 17:32:33,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:33,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:33,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo apt 2018-12-03 17:32:33,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2018-12-03 17:32:33,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2018-12-03 17:32:33,840 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:32:33,921 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:33,922 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:33,922 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:33,922 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:33,922 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:33,922 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:33,922 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:33,922 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:32:33,922 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:33,922 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:33 GMT 2018-12-03 17:32:33,923 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:33,923 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:32:33,923 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:38,928 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:32:39,066 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:39,066 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:39,066 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:39,066 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:39,067 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:39,067 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:39,067 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:39,067 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_b48m4n", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:28.503Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:28.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:28.797Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:28.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d8ddc996-c83b-49c3-947d-841e2984610c"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:28.797Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:28.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d8ddc996-c83b-49c3-947d-841e2984610c"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:28.797Z", "message": "[localhost] run: sudo mv /tmp/tmpIllS8J /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:28.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d8ddc996-c83b-49c3-947d-841e2984610c"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:28.797Z", "message": "[localhost] run: sudo mv /tmp/tmpKnWUCg /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:28.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d8ddc996-c83b-49c3-947d-841e2984610c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:29.788Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:29.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:29.788Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:29.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:29.808Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/Z2F7Q/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:29.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c15ce92d-ca93-47d9-9538-1c2d4004820c"}, {"node_instance_id": "bono_b48m4n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:30.801Z", "message": "Configuring node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:30.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:30.801Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:30.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_b48m4n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:31.831Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:31.831Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_b48m4n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:31.831Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:31.831Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:31.919Z", "message": "Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/0SRVY/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:31.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:32.821Z", "message": "[bono] ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:32.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:32.821Z", "message": "[bono] repo129", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:32.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:32.821Z", "message": "Executing: /tmp/0SRVY/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:32.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:33.839Z", "message": "[bono] sudo apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:33.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:33.839Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:33.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:34.862Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:34.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:34.862Z", "message": "[homer] Installing homer packages and other clearwater packages", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:34.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:34.862Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-k88pg8\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [167 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [94.0 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [792 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 [273 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [224 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [424 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,434 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [148 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,130 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 [506 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 [560 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 [270 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.9 MB in 5s (2,261 kB/s)\nReading package lists...\n\nreal\t0m7.340s\nuser\t0m4.507s\nsys\t0m0.255s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:34.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}], "metadata": {"pagination": {"total": 1619, "offset": 1579, "size": 50}}} 2018-12-03 17:32:39,067 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:39,067 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:39 GMT 2018-12-03 17:32:39,067 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:39,067 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15728 2018-12-03 17:32:39,067 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:39,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:32:39,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-03 17:32:39,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-12-03 17:32:39,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpIllS8J /etc/clearwater/local_config 2018-12-03 17:32:39,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpKnWUCg /etc/dnsmasq.resolv.conf 2018-12-03 17:32:39,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:39,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:39,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/Z2F7Q/append_proxy_snmp_conf.py 2018-12-03 17:32:39,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-03 17:32:39,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:32:39,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:32:39,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:32:39,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/0SRVY/install-bono.sh 2018-12-03 17:32:39,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2018-12-03 17:32:39,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2018-12-03 17:32:39,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/0SRVY/install-bono.sh 2018-12-03 17:32:39,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo apt 2018-12-03 17:32:39,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2018-12-03 17:32:39,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-03 17:32:39,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2018-12-03 17:32:39,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-k88pg8 Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [167 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [94.0 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [792 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 [273 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [224 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:13 http://security.ubuntu.com trusty-security/main Translation-en [424 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,434 B] Ign http://repo.cw-ngv.com binary/ Translation-en Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [148 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,130 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 [506 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 [560 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 [270 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.9 MB in 5s (2,261 kB/s) Reading package lists... real 0m7.340s user 0m4.507s sys 0m0.255s 2018-12-03 17:32:39,072 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:32:39,315 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:39,315 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:39,315 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:39,315 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:39,315 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:39,316 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:39,316 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:39,316 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:32:39,316 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:39,316 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:39 GMT 2018-12-03 17:32:39,316 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:39,316 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:32:39,316 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:44,317 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:32:44,390 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:44,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:44,390 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:44,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:44,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:44,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:44,390 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:44,390 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:39.931Z", "message": "[vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-4jt7kl\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 [167 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [94.0 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [792 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [273 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 [224 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [424 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,434 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [148 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,130 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 [506 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 [560 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 [270 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.9 MB in 10s (1,190 kB/s)\nReading package lists...\n\nreal\t0m13.315s\nuser\t0m4.587s\nsys\t0m0.374s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:39.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:40.881Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:40.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:40.881Z", "message": "[ellis] Installing ellis packages and other clearwater packages", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:40.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:40.881Z", "message": "[sprout] Installing ralf packages and other clearwater packages", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:40.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:40.881Z", "message": "[dime] Installing dime packages and other clearwater packages", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:40.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:40.881Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-sq0wr6\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 [167 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\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [94.0 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [792 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [273 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [424 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [224 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [148 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,434 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,130 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 [506 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 [560 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 [270 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.9 MB in 10s (1,204 kB/s)\nReading package lists...\n\nreal\t0m12.765s\nuser\t0m4.773s\nsys\t0m0.300s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:40.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:40.881Z", "message": "[vellum] Installing vellum packages and other clearwater packages", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:40.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:40.881Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-wz7tek\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\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 [167 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [94.0 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [792 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [273 kB]\nGet:11 http://security.ubuntu.com trusty-security/main Translation-en [424 kB]\nGet:12 http://security.ubuntu.com trusty-security/universe Translation-en [148 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [224 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,434 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,130 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 [506 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 [560 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 [270 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.9 MB in 11s (1,172 kB/s)\nReading package lists...\n\nreal\t0m13.730s\nuser\t0m4.950s\nsys\t0m0.493s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:40.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:40.881Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:40.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:40.881Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-mpfn5b\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [167 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [94.0 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [792 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [273 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [424 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:12 http://security.ubuntu.com trusty-security/universe Translation-en [148 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [224 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,434 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,130 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 [506 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 [560 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 [270 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.9 MB in 10s (1,217 kB/s)\nReading package lists...\n\nreal\t0m13.234s\nuser\t0m4.691s\nsys\t0m0.352s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:40.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:41.912Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:41.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:41.912Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:41.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}], "metadata": {"pagination": {"total": 1631, "offset": 1600, "size": 50}}} 2018-12-03 17:32:44,391 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:44,391 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:44 GMT 2018-12-03 17:32:44,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:44,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25409 2018-12-03 17:32:44,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:44,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-4jt7kl 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 [167 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:7 http://security.ubuntu.com trusty-security/universe Sources [94.0 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [792 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [273 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 [224 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [424 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,434 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [148 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,130 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 [506 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 [560 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 [270 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.9 MB in 10s (1,190 kB/s) Reading package lists... real 0m13.315s user 0m4.587s sys 0m0.374s 2018-12-03 17:32:44,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-03 17:32:44,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2018-12-03 17:32:44,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2018-12-03 17:32:44,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2018-12-03 17:32:44,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-sq0wr6 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 [167 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 Get:7 http://security.ubuntu.com trusty-security/universe Sources [94.0 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [792 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [273 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [424 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [224 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [148 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,434 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,130 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 [506 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 [560 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 [270 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.9 MB in 10s (1,204 kB/s) Reading package lists... real 0m12.765s user 0m4.773s sys 0m0.300s 2018-12-03 17:32:44,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2018-12-03 17:32:44,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-wz7tek Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] 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 [167 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [94.0 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [792 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [273 kB] Get:11 http://security.ubuntu.com trusty-security/main Translation-en [424 kB] Get:12 http://security.ubuntu.com trusty-security/universe Translation-en [148 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [224 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,434 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,130 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 [506 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 [560 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 [270 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.9 MB in 11s (1,172 kB/s) Reading package lists... real 0m13.730s user 0m4.950s sys 0m0.493s 2018-12-03 17:32:44,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-03 17:32:44,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-mpfn5b Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [167 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [94.0 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [792 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [273 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [424 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:12 http://security.ubuntu.com trusty-security/universe Translation-en [148 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [224 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,434 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,130 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 [506 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 [560 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 [270 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.9 MB in 10s (1,217 kB/s) Reading package lists... real 0m13.234s user 0m4.691s sys 0m0.352s 2018-12-03 17:32:44,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-03 17:32:44,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-03 17:32:44,394 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:32:44,457 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:44,457 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:44,457 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:44,458 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:44,458 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:44,458 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:44,458 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:44,458 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:32:44,458 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:44,458 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:44 GMT 2018-12-03 17:32:44,458 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:44,458 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:32:44,458 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:49,460 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:32:49,539 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:49,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:49,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:49,539 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:49,539 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:49,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:49,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:49,539 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:46.583Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-o9oq06\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 [167 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [94.0 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [792 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [273 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [424 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [224 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [148 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,434 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,130 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 [506 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 [560 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 [270 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.9 MB in 10s (1,201 kB/s)\nReading package lists...\n\nreal\t0m13.044s\nuser\t0m4.964s\nsys\t0m0.507s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:46.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:46.921Z", "message": "[bono] Installing bono packages and other clearwater packages", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:46.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:32:47.933Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:32:47.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}], "metadata": {"pagination": {"total": 1634, "offset": 1612, "size": 50}}} 2018-12-03 17:32:49,540 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:49,540 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:49 GMT 2018-12-03 17:32:49,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:49,540 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6402 2018-12-03 17:32:49,540 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:49,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-o9oq06 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 [167 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:7 http://security.ubuntu.com trusty-security/universe Sources [94.0 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [792 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [273 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [424 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [224 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [148 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,434 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,130 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 [506 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 [560 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 [270 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.9 MB in 10s (1,201 kB/s) Reading package lists... real 0m13.044s user 0m4.964s sys 0m0.507s 2018-12-03 17:32:49,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2018-12-03 17:32:49,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-03 17:32:49,541 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:32:49,614 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:49,614 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:49,614 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:49,615 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:49,615 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:49,615 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:49,615 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:49,615 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:32:49,615 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:49,615 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:49 GMT 2018-12-03 17:32:49,615 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:49,615 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:32:49,615 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:54,617 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:32:54,728 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:54,729 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:54,729 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:54,729 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:54,729 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:54,729 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:54,729 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:54,729 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:32:54,729 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:54,730 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:54 GMT 2018-12-03 17:32:54,730 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:54,730 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:32:54,730 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:54,730 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:32:54,814 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:32:54,814 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:32:54,814 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:32:54,815 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:32:54,815 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:32:54,815 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:32:54,815 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:32:54,815 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:32:54,815 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:32:54,815 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:32:54 GMT 2018-12-03 17:32:54,815 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:32:54,815 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:32:54,815 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:32:59,821 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:33:00,050 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:00,050 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:00,050 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:00,050 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:00,050 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:00,050 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:00,050 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:00,050 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:33:00,050 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:00,051 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:00 GMT 2018-12-03 17:33:00,051 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:00,051 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:33:00,051 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:00,051 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:33:00,121 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:00,122 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:00,122 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:00,122 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:00,122 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:00,122 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:00,122 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:00,122 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:33:00,122 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:00,123 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:00 GMT 2018-12-03 17:33:00,123 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:00,123 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:33:00,123 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:05,128 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:33:05,499 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:05,499 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:05,500 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:05,500 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:05,500 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:05,500 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:05,500 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:05,500 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:33:05,500 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:05,500 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:05 GMT 2018-12-03 17:33:05,500 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:05,501 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:33:05,501 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:05,501 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:33:05,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:05,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:05,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:05,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:05,654 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:05,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:05,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:05,655 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:33:05,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:05,655 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:05 GMT 2018-12-03 17:33:05,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:05,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:33:05,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:10,661 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:33:10,847 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:10,848 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:10,848 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:10,848 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:10,848 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:10,848 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:10,848 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:10,848 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:33:10,849 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:10,849 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:10 GMT 2018-12-03 17:33:10,849 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:10,849 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:33:10,849 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:10,849 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:33:10,927 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:10,927 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:10,927 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:10,927 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:10,927 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:10,927 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:10,927 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:10,928 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:33:10,928 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:10,928 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:10 GMT 2018-12-03 17:33:10,928 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:10,928 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:33:10,928 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:15,934 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:33:16,191 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:16,191 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:16,191 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:16,191 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:16,191 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:16,191 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:16,192 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:16,192 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:33:16,192 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:16,192 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:16 GMT 2018-12-03 17:33:16,192 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:16,192 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:33:16,192 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:16,192 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:33:16,334 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:16,334 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:16,334 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:16,335 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:16,335 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:16,335 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:16,335 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:16,335 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:33:16,335 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:16,335 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:16 GMT 2018-12-03 17:33:16,335 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:16,335 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:33:16,335 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:21,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:33:21,580 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:21,580 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:21,580 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:21,580 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:21,580 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:21,580 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:21,581 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:21,581 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:33:21,581 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:21,581 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:21 GMT 2018-12-03 17:33:21,581 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:21,581 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:33:21,581 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:21,581 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:33:21,680 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:21,680 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:21,680 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:21,680 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:21,680 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:21,680 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:21,681 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:21,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:33:21,681 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:21,681 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:21 GMT 2018-12-03 17:33:21,681 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:21,681 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:33:21,681 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:26,687 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:33:27,028 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:27,028 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:27,028 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:27,028 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:27,028 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:27,028 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:27,029 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:27,029 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:33:27,029 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:27,029 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:27 GMT 2018-12-03 17:33:27,029 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:27,029 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:33:27,029 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:27,030 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:33:27,107 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:27,107 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:27,107 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:27,107 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:27,107 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:27,107 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:27,107 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:27,108 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:33:27,108 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:27,108 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:27 GMT 2018-12-03 17:33:27,108 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:27,108 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:33:27,108 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:32,111 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:33:32,323 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:32,323 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:32,324 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:32,324 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:32,324 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:32,324 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:32,324 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:32,324 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:33:32,324 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:32,324 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:32 GMT 2018-12-03 17:33:32,324 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:32,325 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:33:32,325 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:32,325 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:33:32,434 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:32,435 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:32,435 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:32,435 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:32,435 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:32,435 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:32,435 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:32,435 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:33:32,436 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:32,436 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:32 GMT 2018-12-03 17:33:32,436 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:32,436 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:33:32,436 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:37,441 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:33:37,547 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:37,547 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:37,547 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:37,548 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:37,548 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:37,548 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:37,548 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:37,548 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:33:37,548 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:37,548 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:37 GMT 2018-12-03 17:33:37,548 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:37,548 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:33:37,548 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:37,549 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:33:37,924 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:37,925 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:37,925 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:37,925 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:37,925 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:37,925 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:37,925 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:37,925 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:33:37,925 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:37,925 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:37 GMT 2018-12-03 17:33:37,926 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:37,926 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:33:37,926 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:42,931 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:33:43,010 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:43,010 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:43,010 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:43,011 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:43,011 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:43,011 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:43,011 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:43,011 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:33:43,011 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:43,011 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:43 GMT 2018-12-03 17:33:43,011 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:43,011 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:33:43,012 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:43,012 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:33:43,262 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:43,262 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:43,262 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:43,262 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:43,262 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:43,262 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:43,262 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:43,263 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:33:43,263 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:43,263 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:43 GMT 2018-12-03 17:33:43,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:43,263 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:33:43,263 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:48,269 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:33:48,793 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:48,793 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:48,793 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:48,793 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:48,794 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:48,794 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:48,794 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:48,794 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:33:48,794 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:48,794 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:48 GMT 2018-12-03 17:33:48,794 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:48,794 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:33:48,794 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:48,795 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:33:48,879 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:48,879 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:48,880 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:48,880 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:48,880 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:48,880 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:48,880 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:48,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:33:48,880 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:48,880 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:48 GMT 2018-12-03 17:33:48,880 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:48,881 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:33:48,881 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:53,886 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:33:54,010 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:54,010 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:54,010 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:54,010 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:54,011 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:54,011 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:54,011 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:54,011 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:33:54,011 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:54,011 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:54 GMT 2018-12-03 17:33:54,011 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:54,011 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:33:54,011 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:54,012 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:33:54,522 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:54,522 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:54,522 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:54,522 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:54,523 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:54,523 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:54,523 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:54,523 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:33:54,523 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:54,523 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:54 GMT 2018-12-03 17:33:54,523 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:54,523 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:33:54,523 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:59,529 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:33:59,645 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:33:59,645 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:33:59,645 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:33:59,645 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:33:59,645 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:33:59,646 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:33:59,646 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:33:59,646 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:33:59,646 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:33:59,646 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:33:59 GMT 2018-12-03 17:33:59,646 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:33:59,646 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:33:59,646 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:33:59,647 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:34:00,096 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:00,096 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:00,096 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:00,096 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:00,096 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:00,096 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:00,097 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:00,097 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:34:00,097 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:00,097 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:00 GMT 2018-12-03 17:34:00,097 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:00,097 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:34:00,097 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:05,103 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:34:05,185 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:05,185 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:05,185 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:05,185 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:05,185 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:05,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:05,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:05,185 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:34:05,185 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:05,186 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:05 GMT 2018-12-03 17:34:05,186 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:05,186 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:34:05,186 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:05,186 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:34:05,364 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:05,364 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:05,365 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:05,365 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:05,365 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:05,365 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:05,365 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:05,365 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:34:05,365 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:05,365 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:05 GMT 2018-12-03 17:34:05,365 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:05,365 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:34:05,366 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:10,371 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:34:10,449 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:10,449 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:10,449 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:10,449 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:10,449 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:10,449 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:10,449 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:10,450 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:34:10,450 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:10,450 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:10 GMT 2018-12-03 17:34:10,450 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:10,450 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:34:10,450 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:10,450 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:34:10,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:10,613 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:10,613 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:10,613 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:10,613 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:10,613 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:10,614 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:10,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:34:10,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:10,614 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:10 GMT 2018-12-03 17:34:10,614 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:10,614 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:34:10,614 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:15,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:34:15,714 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:15,714 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:15,714 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:15,714 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:15,715 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:15,715 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:15,715 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:15,715 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:34:15,715 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:15,715 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:15 GMT 2018-12-03 17:34:15,715 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:15,715 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:34:15,715 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:15,716 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:34:16,030 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:16,031 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:16,031 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:16,031 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:16,031 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:16,031 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:16,031 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:16,031 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:34:16,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:16,031 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:16 GMT 2018-12-03 17:34:16,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:16,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:34:16,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:21,037 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:34:21,291 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:21,291 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:21,291 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:21,292 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:21,292 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:21,292 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:21,292 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:21,292 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:34:21,292 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:21,292 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:21 GMT 2018-12-03 17:34:21,292 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:21,292 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:34:21,292 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:21,293 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:34:21,362 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:21,362 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:21,362 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:21,362 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:21,362 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:21,363 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:21,363 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:21,363 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:34:21,363 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:21,363 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:21 GMT 2018-12-03 17:34:21,363 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:21,363 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:34:21,363 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:26,369 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:34:26,616 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:26,616 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:26,617 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:26,617 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:26,617 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:26,617 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:26,617 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:26,617 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:34:26,617 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:26,617 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:26 GMT 2018-12-03 17:34:26,617 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:26,618 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:34:26,618 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:26,618 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:34:26,730 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:26,730 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:26,731 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:26,731 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:26,731 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:26,731 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:26,731 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:26,731 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:34:26,731 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:26,731 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:26 GMT 2018-12-03 17:34:26,731 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:26,732 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:34:26,732 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:31,737 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:34:32,020 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:32,020 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:32,020 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:32,021 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:32,021 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:32,021 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:32,021 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:32,021 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:34:32,021 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:32,021 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:32 GMT 2018-12-03 17:34:32,021 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:32,021 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:34:32,022 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:32,022 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:34:32,092 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:32,092 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:32,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:32,092 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:32,092 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:32,092 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:32,092 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:32,093 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:34:32,093 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:32,093 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:32 GMT 2018-12-03 17:34:32,093 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:32,093 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:34:32,093 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:37,098 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:34:37,340 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:37,340 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:37,341 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:37,341 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:37,341 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:37,341 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:37,341 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:37,341 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:34:37,341 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:37,341 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:37 GMT 2018-12-03 17:34:37,341 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:37,342 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:34:37,342 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:37,342 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:34:37,421 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:37,421 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:37,422 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:37,422 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:37,422 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:37,422 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:37,422 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:37,422 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:34:37,422 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:37,422 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:37 GMT 2018-12-03 17:34:37,422 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:37,423 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:34:37,423 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:42,428 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:34:42,809 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:42,809 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:42,809 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:42,809 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:42,809 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:42,809 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:42,810 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:42,810 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:34:42,810 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:42,810 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:42 GMT 2018-12-03 17:34:42,810 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:42,810 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:34:42,810 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:42,810 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:34:43,006 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:43,006 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:43,007 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:43,007 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:43,007 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:43,007 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:43,007 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:43,007 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:34:43,007 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:43,007 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:43 GMT 2018-12-03 17:34:43,007 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:43,008 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:34:43,008 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:48,013 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:34:48,160 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:48,160 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:48,160 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:48,160 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:48,160 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:48,160 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:48,160 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:48,160 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:34:48,161 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:48,161 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:48 GMT 2018-12-03 17:34:48,161 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:48,161 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:34:48,161 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:48,161 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:34:48,244 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:48,244 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:48,244 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:48,244 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:48,244 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:48,245 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:48,245 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:48,245 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:34:48,245 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:48,245 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:48 GMT 2018-12-03 17:34:48,245 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:48,245 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:34:48,245 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:53,251 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:34:53,422 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:53,422 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:53,422 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:53,422 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:53,422 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:53,422 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:53,423 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:53,423 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:34:53,423 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:53,423 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:53 GMT 2018-12-03 17:34:53,423 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:53,423 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:34:53,423 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:53,423 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:34:53,509 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:53,509 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:53,509 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:53,509 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:53,509 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:53,509 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:53,509 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:53,509 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:34:53,510 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:53,510 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:53 GMT 2018-12-03 17:34:53,510 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:53,510 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:34:53,510 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:58,515 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:34:58,643 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:58,643 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:58,644 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:58,644 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:58,644 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:58,644 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:58,644 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:58,644 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:34:58,644 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:58,644 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:58 GMT 2018-12-03 17:34:58,644 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:58,645 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:34:58,645 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:34:58,645 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:34:58,718 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:34:58,718 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:34:58,718 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:34:58,718 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:34:58,718 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:34:58,718 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:34:58,718 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:34:58,719 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:34:58,719 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:34:58,719 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:34:58 GMT 2018-12-03 17:34:58,719 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:34:58,719 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:34:58,719 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:03,724 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:35:04,195 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:04,195 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:04,195 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:04,195 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:04,195 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:04,195 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:04,195 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:04,196 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:35:04,196 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:04,196 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:04 GMT 2018-12-03 17:35:04,196 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:04,196 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:35:04,196 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:04,196 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:35:04,312 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:04,312 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:04,313 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:04,313 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:04,313 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:04,313 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:04,313 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:04,313 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:35:04,313 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:04,313 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:04 GMT 2018-12-03 17:35:04,313 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:04,313 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:35:04,313 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:09,319 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:35:09,675 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:09,676 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:09,676 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:09,676 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:09,676 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:09,676 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:09,676 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:09,676 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:35:09,676 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:09,676 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:09 GMT 2018-12-03 17:35:09,677 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:09,677 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:35:09,677 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:09,677 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:35:09,880 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:09,880 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:09,880 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:09,880 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:09,880 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:09,880 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:09,881 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:09,881 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:35:09,881 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:09,881 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:09 GMT 2018-12-03 17:35:09,881 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:09,881 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:35:09,881 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:14,887 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:35:15,343 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:15,343 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:15,343 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:15,343 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:15,343 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:15,343 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:15,343 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:15,343 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1634, "offset": 1615, "size": 50}}} 2018-12-03 17:35:15,344 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:15,344 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:15 GMT 2018-12-03 17:35:15,344 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:15,344 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:35:15,344 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:15,344 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:35:15,417 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:15,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:15,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:15,417 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:15,417 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:15,417 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:15,418 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:15,418 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:35:15,418 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:15,418 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:15 GMT 2018-12-03 17:35:15,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:15,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:35:15,418 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:20,424 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:35:20,730 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:20,730 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:20,730 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:20,730 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:20,730 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:20,731 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:20,731 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:20,731 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:35:19.554Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-o9oq06\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 28 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://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 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-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB]\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://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://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 libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\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-163.213 [774 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.1 [10.6 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 14s (3,804 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 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-163.213_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-163.213) ...\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.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\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-163.213) ...\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.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1) ...\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 8654\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 8689\nclearwater-socket-factory-sig start/running, process 8694\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\t2m32.340s\nuser\t0m8.862s\nsys\t0m8.360s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:35:19.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:35:20.036Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:35:20.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}], "metadata": {"pagination": {"total": 1636, "offset": 1615, "size": 50}}} 2018-12-03 17:35:20,731 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:20,731 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:20 GMT 2018-12-03 17:35:20,731 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:20,731 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 37698 2018-12-03 17:35:20,731 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:20,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-o9oq06 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 28 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://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 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-socket-factory 1.0-171215.180814 [39.6 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB] 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://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://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 libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] 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-163.213 [774 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.1 [10.6 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 14s (3,804 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 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-163.213_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... 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.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... 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-163.213) ... 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.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1) ... 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 8654 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 8689 clearwater-socket-factory-sig start/running, process 8694 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 2m32.340s user 0m8.862s sys 0m8.360s 2018-12-03 17:35:20,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-03 17:35:20,734 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:35:20,826 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:20,826 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:20,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:20,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:20,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:20,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:20,827 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:20,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:35:20,827 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:20,827 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:20 GMT 2018-12-03 17:35:20,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:20,827 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:35:20,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:25,833 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:35:26,151 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:26,152 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:26,152 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:26,152 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:26,152 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:26,152 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:26,152 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:26,152 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1636, "offset": 1617, "size": 50}}} 2018-12-03 17:35:26,152 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:26,153 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:26 GMT 2018-12-03 17:35:26,153 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:26,153 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:35:26,153 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:26,153 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:35:26,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:26,222 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:26,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:26,222 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:26,222 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:26,222 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:26,222 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:26,222 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:35:26,223 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:26,223 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:26 GMT 2018-12-03 17:35:26,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:26,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:35:26,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:31,228 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:35:31,316 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:31,316 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:31,316 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:31,316 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:31,316 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:31,316 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:31,316 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:31,317 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1636, "offset": 1617, "size": 50}}} 2018-12-03 17:35:31,317 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:31,317 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:31 GMT 2018-12-03 17:35:31,317 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:31,317 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:35:31,317 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:31,317 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:35:31,408 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:31,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:31,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:31,409 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:31,409 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:31,409 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:31,409 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:31,409 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:35:31,410 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:31,410 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:31 GMT 2018-12-03 17:35:31,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:31,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:35:31,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:36,415 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:35:36,653 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:36,653 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:36,653 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:36,653 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:36,653 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:36,653 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:36,654 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:36,654 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1636, "offset": 1617, "size": 50}}} 2018-12-03 17:35:36,654 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:36,654 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:36 GMT 2018-12-03 17:35:36,654 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:36,654 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:35:36,654 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:36,654 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:35:36,777 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:36,777 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:36,778 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:36,778 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:36,778 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:36,778 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:36,778 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:36,778 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:35:36,778 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:36,778 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:36 GMT 2018-12-03 17:35:36,778 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:36,779 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:35:36,779 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:41,784 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:35:41,997 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:41,997 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:41,998 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:41,998 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:41,998 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:41,998 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:41,998 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:41,998 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1636, "offset": 1617, "size": 50}}} 2018-12-03 17:35:41,998 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:41,998 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:41 GMT 2018-12-03 17:35:41,998 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:41,999 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:35:41,999 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:41,999 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:35:42,094 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:42,095 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:42,095 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:42,095 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:42,095 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:42,095 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:42,095 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:42,095 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:35:42,095 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:42,095 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:42 GMT 2018-12-03 17:35:42,096 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:42,096 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:35:42,096 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:47,101 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:35:47,184 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:47,184 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:47,184 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:47,184 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:47,184 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:47,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:47,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:47,185 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1636, "offset": 1617, "size": 50}}} 2018-12-03 17:35:47,185 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:47,185 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:47 GMT 2018-12-03 17:35:47,185 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:47,185 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:35:47,185 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:47,186 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:35:47,259 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:47,260 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:47,260 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:47,260 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:47,260 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:47,260 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:47,260 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:47,260 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:35:47,260 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:47,260 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:47 GMT 2018-12-03 17:35:47,261 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:47,261 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:35:47,261 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:52,266 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:35:52,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:52,505 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:52,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:52,505 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:52,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:52,505 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:52,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:52,506 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1636, "offset": 1617, "size": 50}}} 2018-12-03 17:35:52,506 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:52,506 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:52 GMT 2018-12-03 17:35:52,506 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:52,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:35:52,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:52,506 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:35:52,600 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:52,600 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:52,600 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:52,600 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:52,600 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:52,601 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:52,601 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:52,601 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:35:52,601 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:52,601 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:52 GMT 2018-12-03 17:35:52,601 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:52,601 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:35:52,601 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:57,607 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:35:57,995 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:57,995 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:57,995 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:57,995 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:57,995 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:57,995 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:57,995 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:57,995 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:35:54.960Z", "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 28 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 4s (8,825 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57610 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\t0m35.000s\nuser\t0m12.668s\nsys\t0m3.121s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:35:54.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:35:56.059Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:35:56.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}], "metadata": {"pagination": {"total": 1638, "offset": 1617, "size": 50}}} 2018-12-03 17:35:57,996 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:57,996 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:57 GMT 2018-12-03 17:35:57,996 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:57,996 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14900 2018-12-03 17:35:57,996 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:35:57,997 - 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 28 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 4s (8,825 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57610 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 0m35.000s user 0m12.668s sys 0m3.121s 2018-12-03 17:35:57,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-03 17:35:57,997 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:35:58,128 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:35:58,128 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:35:58,128 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:35:58,128 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:35:58,128 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:35:58,128 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:35:58,128 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:35:58,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:35:58,129 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:35:58,129 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:35:58 GMT 2018-12-03 17:35:58,129 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:35:58,129 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:35:58,129 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:03,134 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:36:03,550 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:03,551 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:03,551 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:03,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:03,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:03,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:03,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:03,551 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:35:59.702Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-sq0wr6\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 28 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://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 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/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB]\nGet:20 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB]\nGet:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 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:28 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:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.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-163.213 [774 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.9 [18.9 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 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.1 [10.6 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 16s (3,366 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 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-163.213_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-163.213) ...\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.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\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.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\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-163.213) ...\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.9) ...\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.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1) ...\nSetting up sprout-libs (1.0-171215.183529) ...\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 8939\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 8970\nclearwater-socket-factory-sig start/running, process 8975\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9026\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.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\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\t3m18.445s\nuser\t0m9.620s\nsys\t0m8.589s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:35:59.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:00.278Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:00.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:01.291Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:01.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:01.291Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-k88pg8\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 libpython2.7-dev\n libpython2.7-minimal libpython2.7-stdlib libquadmath0 libsensors4\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx\n 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 python2.7-dev\n python2.7-minimal 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 python2.7-doc binfmt-support python3-setuptools\n 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\nThe following packages will be upgraded:\n libpython2.7 libpython2.7-minimal libpython2.7-stdlib python2.7\n python2.7-minimal\n5 upgraded, 94 newly installed, 0 to remove and 23 not upgraded.\nNeed to get 92.3 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://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-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/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 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 python2.7 amd64 2.7.6-8ubuntu0.5 [197 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7 amd64 2.7.6-8ubuntu0.5 [1,041 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-stdlib amd64 2.7.6-8ubuntu0.5 [1,872 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.5 [1,186 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-minimal amd64 2.7.6-8ubuntu0.5 [308 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:43 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:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:48 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:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:50 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:51 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:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:53 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:54 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:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 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-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\n\rExtracting templates from packages: 30%\rExtracting templates from packages: 60%\rExtracting templates from packages: 90%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 92.3 MB in 23s (3,962 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 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) ...\nPreparing to unpack .../python2.7_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking python2.7 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../libpython2.7_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../libpython2.7-stdlib_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking python2.7-minimal (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../libpython2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\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-163.213_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-163.213) ...\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.5_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ...\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.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\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.5_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.5) ...\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.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for mime-support (3.54ubuntu1.1) ...\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 libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up python2.7-minimal (2.7.6-8ubuntu0.5) ...\nSetting up libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up python2.7 (2.7.6-8ubuntu0.5) ...\nSetting up libpython2.7:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-163.213) ...\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.5) ...\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.9) ...\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.5) ...\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.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1) ...\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 dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 9131\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.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\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 cyclone (from crest)\nCollecting cryptography (from crest)\nCollecting idna (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting Twisted (from crest)\nCollecting prctl (from crest)\nCollecting cql (from crest)\nCollecting ipaddress (from crest)\nCollecting msgpack-python (from crest)\nCollecting attrs (from crest)\nCollecting Automat (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting telephus (from crest)\nCollecting asn1crypto (from crest)\nCollecting enum34 (from crest)\nCollecting pure-sasl (from crest)\nCollecting setuptools (from crest)\nCollecting constantly (from crest)\nCollecting lxml (from crest)\nCollecting thrift (from crest)\nCollecting incremental (from crest)\nCollecting zope.interface (from crest)\nCollecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, 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 cyclone (from crest->homer)\nCollecting cryptography (from crest->homer)\nCollecting idna (from crest->homer)\nCollecting pyOpenSSL (from crest->homer)\nCollecting Twisted (from crest->homer)\nCollecting prctl (from crest->homer)\nCollecting cql (from crest->homer)\nCollecting ipaddress (from crest->homer)\nCollecting msgpack-python (from crest->homer)\nCollecting attrs (from crest->homer)\nCollecting Automat (from crest->homer)\nCollecting metaswitchcommon (from crest->homer)\nCollecting telephus (from crest->homer)\nCollecting asn1crypto (from crest->homer)\nCollecting enum34 (from crest->homer)\nCollecting pure-sasl (from crest->homer)\nCollecting setuptools (from crest->homer)\nCollecting constantly (from crest->homer)\nCollecting lxml (from crest->homer)\nCollecting thrift (from crest->homer)\nCollecting incremental (from crest->homer)\nCollecting zope.interface (from crest->homer)\nCollecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest, homer\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: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\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: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\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: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\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: 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: 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: 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: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\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: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\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: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\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: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\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: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\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\t3m25.590s\nuser\t0m21.246s\nsys\t0m10.646s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:01.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}], "metadata": {"pagination": {"total": 1642, "offset": 1619, "size": 50}}} 2018-12-03 17:36:03,552 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:03,552 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:03 GMT 2018-12-03 17:36:03,552 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:03,552 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 99724 2018-12-03 17:36:03,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:03,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-sq0wr6 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 28 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://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 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/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 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:28 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:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.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-163.213 [774 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.9 [18.9 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 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.1 [10.6 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 16s (3,366 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 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-163.213_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... 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.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... 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.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... 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-163.213) ... 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.9) ... 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.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1) ... Setting up sprout-libs (1.0-171215.183529) ... 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 8939 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 8970 clearwater-socket-factory-sig start/running, process 8975 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9026 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.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... 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 3m18.445s user 0m9.620s sys 0m8.589s 2018-12-03 17:36:03,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-03 17:36:03,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-03 17:36:03,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-k88pg8 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 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 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 python2.7-dev python2.7-minimal 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 python2.7-doc binfmt-support 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 The following packages will be upgraded: libpython2.7 libpython2.7-minimal libpython2.7-stdlib python2.7 python2.7-minimal 5 upgraded, 94 newly installed, 0 to remove and 23 not upgraded. Need to get 92.3 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://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-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/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 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 python2.7 amd64 2.7.6-8ubuntu0.5 [197 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7 amd64 2.7.6-8ubuntu0.5 [1,041 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-stdlib amd64 2.7.6-8ubuntu0.5 [1,872 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.5 [1,186 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-minimal amd64 2.7.6-8ubuntu0.5 [308 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:43 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:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:48 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:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:50 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:51 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:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:53 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:54 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:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 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-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 30% Extracting templates from packages: 60% Extracting templates from packages: 90% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 92.3 MB in 23s (3,962 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 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) ... Preparing to unpack .../python2.7_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking python2.7 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../libpython2.7_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../libpython2.7-stdlib_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking python2.7-minimal (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../libpython2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... 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-163.213_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... 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.5_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... 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.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... 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.5_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.5) ... 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.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for mime-support (3.54ubuntu1.1) ... 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 libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) ... Setting up python2.7-minimal (2.7.6-8ubuntu0.5) ... Setting up libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) ... Setting up python2.7 (2.7.6-8ubuntu0.5) ... Setting up libpython2.7:amd64 (2.7.6-8ubuntu0.5) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-163.213) ... 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.5) ... 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.9) ... 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.5) ... 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.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1) ... 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 dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 9131 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.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... 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 cyclone (from crest) Collecting cryptography (from crest) Collecting idna (from crest) Collecting pyOpenSSL (from crest) Collecting Twisted (from crest) Collecting prctl (from crest) Collecting cql (from crest) Collecting ipaddress (from crest) Collecting msgpack-python (from crest) Collecting attrs (from crest) Collecting Automat (from crest) Collecting metaswitchcommon (from crest) Collecting telephus (from crest) Collecting asn1crypto (from crest) Collecting enum34 (from crest) Collecting pure-sasl (from crest) Collecting setuptools (from crest) Collecting constantly (from crest) Collecting lxml (from crest) Collecting thrift (from crest) Collecting incremental (from crest) Collecting zope.interface (from crest) Collecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, 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 cyclone (from crest->homer) Collecting cryptography (from crest->homer) Collecting idna (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting Twisted (from crest->homer) Collecting prctl (from crest->homer) Collecting cql (from crest->homer) Collecting ipaddress (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting attrs (from crest->homer) Collecting Automat (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting telephus (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting enum34 (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting setuptools (from crest->homer) Collecting constantly (from crest->homer) Collecting lxml (from crest->homer) Collecting thrift (from crest->homer) Collecting incremental (from crest->homer) Collecting zope.interface (from crest->homer) Collecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest, homer Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 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: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 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: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.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: 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: 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: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 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: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 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 3m25.590s user 0m21.246s sys 0m10.646s 2018-12-03 17:36:03,558 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:36:03,827 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:03,827 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:03,827 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:03,827 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:03,827 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:03,827 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:03,827 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:03,828 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:36:03,828 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:03,828 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:03 GMT 2018-12-03 17:36:03,828 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:03,828 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:36:03,828 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:08,833 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:36:09,229 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:09,230 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:09,230 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:09,230 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:09,230 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:09,230 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:09,230 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:09,230 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1623, "size": 50}}} 2018-12-03 17:36:09,231 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:09,231 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:09 GMT 2018-12-03 17:36:09,231 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:09,231 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:36:09,231 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:09,231 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:36:09,575 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:09,575 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:09,575 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:09,576 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:09,576 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:09,576 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:09,576 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:09,576 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:36:09,576 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:09,576 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:09 GMT 2018-12-03 17:36:09,576 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:09,576 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:36:09,576 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:14,582 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:36:15,002 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:15,002 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:15,002 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:15,002 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:15,002 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:15,003 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:15,003 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:15,003 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:10.720Z", "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 28 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.62-0ubuntu0.14.04.1 [12.6 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB]\nPreconfiguring packages ...\nFetched 701 kB in 1s (633 kB/s)\nSelecting previously unselected package mysql-common.\n(Reading database ... 57833 files and directories currently installed.)\nPreparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-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.62-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.62-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\t0m15.319s\nuser\t0m0.838s\nsys\t0m0.654s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:10.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:11.322Z", "message": "[bono] The installation packages is done correctly", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:11.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:11.322Z", "message": "[bono] Configure a new DNS server", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:11.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:12.365Z", "message": "[bono] sudo service dnsmasq force", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:12.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:13.697Z", "message": "[bono] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.081s\nuser\t0m0.009s\nsys\t0m0.053s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:13.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}], "metadata": {"pagination": {"total": 1647, "offset": 1623, "size": 50}}} 2018-12-03 17:36:15,003 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:15,003 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:15 GMT 2018-12-03 17:36:15,003 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:15,003 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5206 2018-12-03 17:36:15,003 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:15,004 - 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 28 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.62-0ubuntu0.14.04.1 [12.6 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB] Preconfiguring packages ... Fetched 701 kB in 1s (633 kB/s) Selecting previously unselected package mysql-common. (Reading database ... 57833 files and directories currently installed.) Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-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.62-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.62-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 0m15.319s user 0m0.838s sys 0m0.654s 2018-12-03 17:36:15,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2018-12-03 17:36:15,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2018-12-03 17:36:15,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2018-12-03 17:36:15,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.081s user 0m0.009s sys 0m0.053s 2018-12-03 17:36:15,005 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:36:15,183 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:15,183 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:15,183 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:15,183 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:15,183 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:15,184 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:15,184 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:15,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:36:15,184 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:15,184 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:15 GMT 2018-12-03 17:36:15,184 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:15,184 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:36:15,184 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:20,190 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:36:20,650 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:20,650 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:20,651 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:20,651 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:20,651 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:20,651 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:20,651 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:20,651 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:14.714Z", "message": "[bono] sudo ifconfig ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:14.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:14.714Z", "message": "[bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:5a:dc:d4 \n inet addr:192.168.120.11 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5a:dcd4/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:85065 errors:0 dropped:0 overruns:0 frame:0\n TX packets:52930 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:131729981 (131.7 MB) TX bytes:9800170 (9.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: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:3757 (3.7 KB) TX bytes:3757 (3.7 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:14.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:14.714Z", "message": "[bono] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 17:28 ? 00:00:00 /sbin/init\nroot 2 0 0 17:28 ? 00:00:00 [kthreadd]\nroot 3 2 0 17:28 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 17:28 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 17:28 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 17:28 ? 00:00:00 [rcu_sched]\nroot 8 2 0 17:28 ? 00:00:00 [rcuos/0]\nroot 9 2 0 17:28 ? 00:00:00 [rcuos/1]\nroot 10 2 0 17:28 ? 00:00:00 [rcu_bh]\nroot 11 2 0 17:28 ? 00:00:00 [rcuob/0]\nroot 12 2 0 17:28 ? 00:00:00 [rcuob/1]\nroot 13 2 0 17:28 ? 00:00:00 [migration/0]\nroot 14 2 0 17:28 ? 00:00:00 [watchdog/0]\nroot 15 2 0 17:28 ? 00:00:00 [watchdog/1]\nroot 16 2 0 17:28 ? 00:00:00 [migration/1]\nroot 17 2 0 17:28 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 17:28 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 17:28 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 17:28 ? 00:00:00 [khelper]\nroot 21 2 0 17:28 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 17:28 ? 00:00:00 [netns]\nroot 23 2 0 17:28 ? 00:00:00 [writeback]\nroot 24 2 0 17:28 ? 00:00:00 [kintegrityd]\nroot 25 2 0 17:28 ? 00:00:00 [bioset]\nroot 26 2 0 17:28 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 17:28 ? 00:00:00 [kblockd]\nroot 28 2 0 17:28 ? 00:00:00 [ata_sff]\nroot 29 2 0 17:28 ? 00:00:00 [khubd]\nroot 30 2 0 17:28 ? 00:00:00 [md]\nroot 31 2 0 17:28 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 17:28 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 17:28 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 17:28 ? 00:00:00 [khungtaskd]\nroot 36 2 0 17:28 ? 00:00:00 [kswapd0]\nroot 37 2 0 17:28 ? 00:00:00 [vmstat]\nroot 38 2 0 17:28 ? 00:00:00 [ksmd]\nroot 39 2 0 17:28 ? 00:00:00 [khugepaged]\nroot 40 2 0 17:28 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 17:28 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 17:28 ? 00:00:00 [crypto]\nroot 54 2 0 17:28 ? 00:00:00 [kthrotld]\nroot 55 2 0 17:28 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 17:28 ? 00:00:00 [vballoon]\nroot 57 2 0 17:28 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 17:28 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 17:28 ? 00:00:00 [deferwq]\nroot 80 2 0 17:28 ? 00:00:00 [charger_manager]\nroot 123 2 0 17:28 ? 00:00:00 [kpsmoused]\nroot 125 2 0 17:28 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 17:29 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 17:29 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 17:29 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 446 2 0 17:29 ? 00:00:00 [kworker/u5:1]\nroot 531 1 0 17:29 ? 00:00:00 upstart-socket-bridge --daemon\nroot 586 1 0 17:29 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 818 2 0 17:29 ? 00:00:00 [kauditd]\nmessage+ 896 1 0 17:29 ? 00:00:00 dbus-daemon --system --fork\nroot 933 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-logind\nroot 946 1 0 17:29 ? 00:00:00 upstart-file-bridge --daemon\nroot 1039 1 0 17:29 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1042 1 0 17:29 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1046 1 0 17:29 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1047 1 0 17:29 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1049 1 0 17:29 tty6 00:00:00 /sbin/getty -8 38400 tty6\nsyslog 1066 1 0 17:29 ? 00:00:00 rsyslogd\nroot 1093 1 0 17:29 ? 00:00:00 /usr/sbin/sshd -D\nroot 1096 1 0 17:29 ? 00:00:00 cron\ndaemon 1097 1 0 17:29 ? 00:00:00 atd\nroot 1109 1 0 17:29 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1112 1 0 17:29 ? 00:00:00 /usr/sbin/irqbalance\nroot 1184 1 0 17:29 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1193 1 0 17:29 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1649 1 0 17:29 ? 00:00:00 /home/ubuntu/bono_host_o9oq06/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_o9oq06 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_o9oq06 --logging-server-logdir=/home/ubuntu/bono_host_o9oq06/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_o9oq06/work/bono_host_o9oq06%I.log --pidfile=/home/ubuntu/bono_host_o9oq06/work/bono_host_o9oq06.pid\nubuntu 1763 1 0 17:30 ? 00:00:02 python2.7 /home/ubuntu/bono_host_o9oq06/env/bin/diamond --configfile /home/ubuntu/bono_host_o9oq06/work/plugins/diamond/etc/diamond.conf\nubuntu 1827 1649 0 17:32 ? 00:00:00 /home/ubuntu/bono_host_o9oq06/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_o9oq06 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_o9oq06 --logging-server-logdir=/home/ubuntu/bono_host_o9oq06/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_o9oq06/work/bono_host_o9oq06%I.log --pidfile=/home/ubuntu/bono_host_o9oq06/work/bono_host_o9oq06.pid\nubuntu 1849 1827 0 17:32 ? 00:00:00 /home/ubuntu/bono_host_o9oq06/env/bin/python2.7 /home/ubuntu/bono_host_o9oq06/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-bkxUGE\nubuntu 1862 1849 0 17:32 ? 00:00:00 /bin/sh -c /tmp/0SRVY/install-bono.sh\nubuntu 1864 1862 0 17:32 ? 00:00:00 /bin/bash -e /tmp/0SRVY/install-bono.sh\nroot 2135 2 0 17:33 ? 00:00:00 [kworker/u5:2]\nntp 8143 1 0 17:34 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8654 1 0 17:35 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 8689 1 0 17:35 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8690 8689 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8694 1 0 17:35 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8695 8694 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8703 8695 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8705 8703 0 17:35 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8706 8690 0 17:35 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nbono 8985 1 0 17:35 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.11,bono-b48m4n.clearwater.local --alias=172.30.9.210,bono-b48m4n.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-b48m4n.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\nroot 9797 8654 0 17:36 ? 00:00:00 [check-monit-upt] \nroot 9799 8654 0 17:36 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart\ndnsmasq 9808 1 0 17:36 ? 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\nroot 9852 9799 0 17:36 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart\nroot 9894 9852 0 17:36 ? 00:00:00 sleep 16\nubuntu 9912 1864 0 17:36 ? 00:00:00 /bin/bash -e /tmp/0SRVY/install-bono.sh\nubuntu 9913 9912 0 17:36 ? 00:00:00 /bin/bash -e /tmp/0SRVY/install-bono.sh\nroot 9914 9913 0 17:36 ? 00:00:00 sudo ps -edf\nroot 9915 9914 0 17:36 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.003s\nsys\t0m0.007s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:14.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:14.714Z", "message": "[bono] sudo ps ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:14.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:16.145Z", "message": "[bono] => 2018:12:03 17:35:14: Namespace: signaling\n2018:12:03 17:35:14: [signaling] Starting server\n2018:12:03 17:35:14: [signaling] Listening for requests\n2018:12:03 17:35:14: Namespace: management\n2018:12:03 17:35:14: [management] Starting server\n2018:12:03 17:35:14: [management] Listening for requests\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:16.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:16.145Z", "message": "[bono] sudo find /var/log ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:16.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:16.145Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:16.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:16.145Z", "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 9808/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1093/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8654/monit \ntcp 0 0 192.168.120.11:5058 0.0.0.0:* LISTEN 8985/bono \ntcp 0 0 192.168.120.11:5060 0.0.0.0:* LISTEN 8985/bono \ntcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 8985/bono \ntcp6 0 0 ::1:53 :::* LISTEN 9808/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1093/sshd \nudp 0 0 192.168.120.11:123 0.0.0.0:* 8143/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8143/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8143/ntpd \nudp 0 0 192.168.120.11:5058 0.0.0.0:* 8985/bono \nudp 0 0 192.168.120.11:5060 0.0.0.0:* 8985/bono \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9808/dnsmasq \nudp 0 0 0.0.0.0:8253 0.0.0.0:* 586/dhclient \nudp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient \nudp6 0 0 fe80::f816:3eff:fe5:123 :::* 8143/ntpd \nudp6 0 0 ::1:123 :::* 8143/ntpd \nudp6 0 0 :::123 :::* 8143/ntpd \nudp6 0 0 :::42835 :::* 586/dhclient \nudp6 0 0 ::1:53 :::* 9808/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 20752 8705/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 20753 8706/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 11299 1649/python2.7 /tmp/cloudify-logging-server-75e49.socket\nunix 2 [ ACC ] STREAM LISTENING 11594 1849/python2.7 /tmp/ctx-Ol87yE.socket\nunix 2 [ ACC ] STREAM LISTENING 6983 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] SEQPACKET LISTENING 7334 393/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9386 1109/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 8170 896/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.008s\nuser\t0m0.002s\nsys\t0m0.006s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:16.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:16.145Z", "message": "[bono] => /var/log/sysstat/clearwater-sa03\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/bono/bono_20181203T170000Z.txt\n/var/log/bono/bono_err.log\n/var/log/bono/bono_out.log\n/var/log/syslog\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/kern.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/udev\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/auth.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n\nreal\t0m0.017s\nuser\t0m0.006s\nsys\t0m0.003s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:16.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:16.145Z", "message": "[bono] sudo netstat ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:16.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:17.187Z", "message": "[bono] => 2018-12-03 17:35:36.440342937 Stopping etcd clearwater-etcd\n2018-12-03 17:36:13.791000473 Restarting etcd clearwater-etcd\n2018-12-03 17:36:13.796272458 Configured ETCDCTL_PEERS: 192.168.120.16:4000,\n2018-12-03 17:36:13.796977557 Check for previous failed startup attempt\n2018-12-03 17:36:13.798099000 Running etcdctl member list\nbf012b95b32737e9: name=192-168-120-16 peerURLs=http://192.168.120.16:2380 clientURLs=http://192.168.120.16:4000 isLeader=true\n2018-12-03 17:36:13.814141503 etcdctl returned 0\n2018-12-03 17:36:13.821343963 Joining existing cluster...\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:17.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:17.187Z", "message": "[bono] sudo cat /var/log/bono/bono_20181203T170000Z.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-12-03T17:36:17.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:17.187Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-wz7tek\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 28 not upgraded.\nNeed to get 69.4 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB]\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.62-0ubuntu0.14.04.1 [12.6 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 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.62-0ubuntu0.14.04.1 [707 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,459 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [3,754 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,979 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-163.213 [774 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.9 [18.9 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.62-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.1 [10.6 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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.4 MB in 17s (3,995 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51321 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.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-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.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-client-5.5.\nPreparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-core-5.5.\nPreparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-5.5.\n(Reading database ... 51924 files and directories currently installed.)\nPreparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-5.5 (5.5.62-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-163.213_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-163.213) ...\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.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\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.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-server (5.5.62-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.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\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.62-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.62-0ubuntu0.14.04.1) ...\nSetting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSetting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSetting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nmysql start/running, process 9256\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-163.213) ...\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.9) ...\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.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up mysql-server (5.5.62-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 9998\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.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\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\t3m35.890s\nuser\t0m16.730s\nsys\t0m12.668s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:17.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:17.187Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:17.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:17.721Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:17.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:18.207Z", "message": "[bono] Installation is done", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:18.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:18.207Z", "message": "Execution done (return_code=0): /tmp/0SRVY/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:18.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "8a7e152c-b36f-4d6a-9c1a-dcb2d14bc568"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:18.207Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:18.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "bono_b48m4n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:19.061Z", "message": "Starting node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:19.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:19.938Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:19.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:19.938Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:19.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:20.172Z", "message": "Downloaded scripts/bind/bind.py to /tmp/4PIDZ/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:20.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43d5b6fc-fba9-4c30-b2e8-a4ef2db45fa2"}], "metadata": {"pagination": {"total": 1672, "offset": 1628, "size": 50}}} 2018-12-03 17:36:20,652 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:20,652 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:20 GMT 2018-12-03 17:36:20,652 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:20,652 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 72223 2018-12-03 17:36:20,652 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:20,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2018-12-03 17:36:20,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:5a:dc:d4 inet addr:192.168.120.11 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe5a:dcd4/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:85065 errors:0 dropped:0 overruns:0 frame:0 TX packets:52930 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131729981 (131.7 MB) TX bytes:9800170 (9.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: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:3757 (3.7 KB) TX bytes:3757 (3.7 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-12-03 17:36:20,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 17:28 ? 00:00:00 /sbin/init root 2 0 0 17:28 ? 00:00:00 [kthreadd] root 3 2 0 17:28 ? 00:00:00 [ksoftirqd/0] root 5 2 0 17:28 ? 00:00:00 [kworker/0:0H] root 6 2 0 17:28 ? 00:00:00 [kworker/u4:0] root 7 2 0 17:28 ? 00:00:00 [rcu_sched] root 8 2 0 17:28 ? 00:00:00 [rcuos/0] root 9 2 0 17:28 ? 00:00:00 [rcuos/1] root 10 2 0 17:28 ? 00:00:00 [rcu_bh] root 11 2 0 17:28 ? 00:00:00 [rcuob/0] root 12 2 0 17:28 ? 00:00:00 [rcuob/1] root 13 2 0 17:28 ? 00:00:00 [migration/0] root 14 2 0 17:28 ? 00:00:00 [watchdog/0] root 15 2 0 17:28 ? 00:00:00 [watchdog/1] root 16 2 0 17:28 ? 00:00:00 [migration/1] root 17 2 0 17:28 ? 00:00:00 [ksoftirqd/1] root 18 2 0 17:28 ? 00:00:00 [kworker/1:0] root 19 2 0 17:28 ? 00:00:00 [kworker/1:0H] root 20 2 0 17:28 ? 00:00:00 [khelper] root 21 2 0 17:28 ? 00:00:00 [kdevtmpfs] root 22 2 0 17:28 ? 00:00:00 [netns] root 23 2 0 17:28 ? 00:00:00 [writeback] root 24 2 0 17:28 ? 00:00:00 [kintegrityd] root 25 2 0 17:28 ? 00:00:00 [bioset] root 26 2 0 17:28 ? 00:00:00 [kworker/u5:0] root 27 2 0 17:28 ? 00:00:00 [kblockd] root 28 2 0 17:28 ? 00:00:00 [ata_sff] root 29 2 0 17:28 ? 00:00:00 [khubd] root 30 2 0 17:28 ? 00:00:00 [md] root 31 2 0 17:28 ? 00:00:00 [devfreq_wq] root 32 2 0 17:28 ? 00:00:00 [kworker/0:1] root 33 2 0 17:28 ? 00:00:00 [kworker/1:1] root 35 2 0 17:28 ? 00:00:00 [khungtaskd] root 36 2 0 17:28 ? 00:00:00 [kswapd0] root 37 2 0 17:28 ? 00:00:00 [vmstat] root 38 2 0 17:28 ? 00:00:00 [ksmd] root 39 2 0 17:28 ? 00:00:00 [khugepaged] root 40 2 0 17:28 ? 00:00:00 [fsnotify_mark] root 41 2 0 17:28 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 17:28 ? 00:00:00 [crypto] root 54 2 0 17:28 ? 00:00:00 [kthrotld] root 55 2 0 17:28 ? 00:00:00 [kworker/u4:1] root 56 2 0 17:28 ? 00:00:00 [vballoon] root 57 2 0 17:28 ? 00:00:00 [scsi_eh_0] root 58 2 0 17:28 ? 00:00:00 [scsi_eh_1] root 79 2 0 17:28 ? 00:00:00 [deferwq] root 80 2 0 17:28 ? 00:00:00 [charger_manager] root 123 2 0 17:28 ? 00:00:00 [kpsmoused] root 125 2 0 17:28 ? 00:00:00 [kworker/0:2] root 186 2 0 17:29 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 17:29 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 17:29 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 446 2 0 17:29 ? 00:00:00 [kworker/u5:1] root 531 1 0 17:29 ? 00:00:00 upstart-socket-bridge --daemon root 586 1 0 17:29 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 818 2 0 17:29 ? 00:00:00 [kauditd] message+ 896 1 0 17:29 ? 00:00:00 dbus-daemon --system --fork root 933 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-logind root 946 1 0 17:29 ? 00:00:00 upstart-file-bridge --daemon root 1039 1 0 17:29 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1042 1 0 17:29 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1046 1 0 17:29 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1047 1 0 17:29 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1049 1 0 17:29 tty6 00:00:00 /sbin/getty -8 38400 tty6 syslog 1066 1 0 17:29 ? 00:00:00 rsyslogd root 1093 1 0 17:29 ? 00:00:00 /usr/sbin/sshd -D root 1096 1 0 17:29 ? 00:00:00 cron daemon 1097 1 0 17:29 ? 00:00:00 atd root 1109 1 0 17:29 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1112 1 0 17:29 ? 00:00:00 /usr/sbin/irqbalance root 1184 1 0 17:29 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1193 1 0 17:29 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1649 1 0 17:29 ? 00:00:00 /home/ubuntu/bono_host_o9oq06/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_o9oq06 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_o9oq06 --logging-server-logdir=/home/ubuntu/bono_host_o9oq06/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_o9oq06/work/bono_host_o9oq06%I.log --pidfile=/home/ubuntu/bono_host_o9oq06/work/bono_host_o9oq06.pid ubuntu 1763 1 0 17:30 ? 00:00:02 python2.7 /home/ubuntu/bono_host_o9oq06/env/bin/diamond --configfile /home/ubuntu/bono_host_o9oq06/work/plugins/diamond/etc/diamond.conf ubuntu 1827 1649 0 17:32 ? 00:00:00 /home/ubuntu/bono_host_o9oq06/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_o9oq06 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_o9oq06 --logging-server-logdir=/home/ubuntu/bono_host_o9oq06/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_o9oq06/work/bono_host_o9oq06%I.log --pidfile=/home/ubuntu/bono_host_o9oq06/work/bono_host_o9oq06.pid ubuntu 1849 1827 0 17:32 ? 00:00:00 /home/ubuntu/bono_host_o9oq06/env/bin/python2.7 /home/ubuntu/bono_host_o9oq06/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-bkxUGE ubuntu 1862 1849 0 17:32 ? 00:00:00 /bin/sh -c /tmp/0SRVY/install-bono.sh ubuntu 1864 1862 0 17:32 ? 00:00:00 /bin/bash -e /tmp/0SRVY/install-bono.sh root 2135 2 0 17:33 ? 00:00:00 [kworker/u5:2] ntp 8143 1 0 17:34 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8654 1 0 17:35 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 8689 1 0 17:35 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8690 8689 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8694 1 0 17:35 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8695 8694 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8703 8695 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8705 8703 0 17:35 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8706 8690 0 17:35 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management bono 8985 1 0 17:35 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.11,bono-b48m4n.clearwater.local --alias=172.30.9.210,bono-b48m4n.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-b48m4n.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 root 9797 8654 0 17:36 ? 00:00:00 [check-monit-upt] root 9799 8654 0 17:36 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart dnsmasq 9808 1 0 17:36 ? 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 root 9852 9799 0 17:36 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart root 9894 9852 0 17:36 ? 00:00:00 sleep 16 ubuntu 9912 1864 0 17:36 ? 00:00:00 /bin/bash -e /tmp/0SRVY/install-bono.sh ubuntu 9913 9912 0 17:36 ? 00:00:00 /bin/bash -e /tmp/0SRVY/install-bono.sh root 9914 9913 0 17:36 ? 00:00:00 sudo ps -edf root 9915 9914 0 17:36 ? 00:00:00 ps -edf real 0m0.009s user 0m0.003s sys 0m0.007s 2018-12-03 17:36:20,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2018-12-03 17:36:20,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018:12:03 17:35:14: Namespace: signaling 2018:12:03 17:35:14: [signaling] Starting server 2018:12:03 17:35:14: [signaling] Listening for requests 2018:12:03 17:35:14: Namespace: management 2018:12:03 17:35:14: [management] Starting server 2018:12:03 17:35:14: [management] Listening for requests real 0m0.006s user 0m0.000s sys 0m0.006s 2018-12-03 17:36:20,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2018-12-03 17:36:20,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-12-03 17:36:20,656 - 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 9808/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1093/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8654/monit tcp 0 0 192.168.120.11:5058 0.0.0.0:* LISTEN 8985/bono tcp 0 0 192.168.120.11:5060 0.0.0.0:* LISTEN 8985/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 8985/bono tcp6 0 0 ::1:53 :::* LISTEN 9808/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1093/sshd udp 0 0 192.168.120.11:123 0.0.0.0:* 8143/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8143/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8143/ntpd udp 0 0 192.168.120.11:5058 0.0.0.0:* 8985/bono udp 0 0 192.168.120.11:5060 0.0.0.0:* 8985/bono udp 0 0 127.0.0.1:53 0.0.0.0:* 9808/dnsmasq udp 0 0 0.0.0.0:8253 0.0.0.0:* 586/dhclient udp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient udp6 0 0 fe80::f816:3eff:fe5:123 :::* 8143/ntpd udp6 0 0 ::1:123 :::* 8143/ntpd udp6 0 0 :::123 :::* 8143/ntpd udp6 0 0 :::42835 :::* 586/dhclient udp6 0 0 ::1:53 :::* 9808/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 20752 8705/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20753 8706/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 11299 1649/python2.7 /tmp/cloudify-logging-server-75e49.socket unix 2 [ ACC ] STREAM LISTENING 11594 1849/python2.7 /tmp/ctx-Ol87yE.socket unix 2 [ ACC ] STREAM LISTENING 6983 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 7334 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9386 1109/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 8170 896/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.008s user 0m0.002s sys 0m0.006s 2018-12-03 17:36:20,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /var/log/sysstat/clearwater-sa03 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/bono/bono_20181203T170000Z.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log /var/log/syslog /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/kern.log /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/udev /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/auth.log /var/log/clearwater-etcd/clearwater-etcd-initd.log real 0m0.017s user 0m0.006s sys 0m0.003s 2018-12-03 17:36:20,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2018-12-03 17:36:20,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018-12-03 17:35:36.440342937 Stopping etcd clearwater-etcd 2018-12-03 17:36:13.791000473 Restarting etcd clearwater-etcd 2018-12-03 17:36:13.796272458 Configured ETCDCTL_PEERS: 192.168.120.16:4000, 2018-12-03 17:36:13.796977557 Check for previous failed startup attempt 2018-12-03 17:36:13.798099000 Running etcdctl member list bf012b95b32737e9: name=192-168-120-16 peerURLs=http://192.168.120.16:2380 clientURLs=http://192.168.120.16:4000 isLeader=true 2018-12-03 17:36:13.814141503 etcdctl returned 0 2018-12-03 17:36:13.821343963 Joining existing cluster... real 0m0.005s user 0m0.004s sys 0m0.002s 2018-12-03 17:36:20,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20181203T170000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2018-12-03 17:36:20,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-wz7tek 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 28 not upgraded. Need to get 69.4 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB] 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.62-0ubuntu0.14.04.1 [12.6 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 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.62-0ubuntu0.14.04.1 [707 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,459 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [3,754 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,979 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-163.213 [774 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.9 [18.9 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.62-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.1 [10.6 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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.4 MB in 17s (3,995 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51321 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.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-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.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-client-5.5. Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-core-5.5. Preparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-5.5. (Reading database ... 51924 files and directories currently installed.) Preparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-5.5 (5.5.62-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-163.213_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... 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.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... 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.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-server (5.5.62-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.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 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.62-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.62-0ubuntu0.14.04.1) ... Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... mysql start/running, process 9256 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-163.213) ... 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.9) ... 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.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up mysql-server (5.5.62-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 9998 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.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... 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 3m35.890s user 0m16.730s sys 0m12.668s 2018-12-03 17:36:20,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-12-03 17:36:20,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:36:20,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2018-12-03 17:36:20,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/0SRVY/install-bono.sh 2018-12-03 17:36:20,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-03 17:36:20,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:36:20,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:36:20,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:36:20,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/4PIDZ/bind.py 2018-12-03 17:36:20,659 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:36:20,766 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:20,766 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:20,766 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:20,766 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:20,766 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:20,766 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:20,767 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:20,767 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:36:20,767 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:20,767 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:20 GMT 2018-12-03 17:36:20,767 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:20,767 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:36:20,767 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:25,773 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:36:26,597 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:26,597 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:26,597 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:26,597 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:26,597 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:26,597 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:26,597 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:26,598 - 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-12-03T17:36:21.262Z", "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-12-03T17:36:21.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43d5b6fc-fba9-4c30-b2e8-a4ef2db45fa2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:21.262Z", "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-12-03T17:36:21.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43d5b6fc-fba9-4c30-b2e8-a4ef2db45fa2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:21.262Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:21.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43d5b6fc-fba9-4c30-b2e8-a4ef2db45fa2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:21.539Z", "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-12-03T17:36:21.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43d5b6fc-fba9-4c30-b2e8-a4ef2db45fa2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:21.539Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:21.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43d5b6fc-fba9-4c30-b2e8-a4ef2db45fa2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:21.539Z", "message": "[localhost] run: sudo mv /tmp/tmpw_fF75 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:21.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43d5b6fc-fba9-4c30-b2e8-a4ef2db45fa2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:21.539Z", "message": "[localhost] run: sudo mv /tmp/tmpp4b620 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:21.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43d5b6fc-fba9-4c30-b2e8-a4ef2db45fa2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:21.539Z", "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-12-03T17:36:21.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43d5b6fc-fba9-4c30-b2e8-a4ef2db45fa2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:21.539Z", "message": "The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:21.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43d5b6fc-fba9-4c30-b2e8-a4ef2db45fa2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:21.539Z", "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-12-03T17:36:21.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43d5b6fc-fba9-4c30-b2e8-a4ef2db45fa2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:21.539Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:21.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "43d5b6fc-fba9-4c30-b2e8-a4ef2db45fa2"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:21.670Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:21.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:22.078Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:22.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:22.078Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:22.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:22.552Z", "message": "Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_ucjdmy/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:22.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d00b9b59-b73f-44ce-9b91-b8aa1d1e38f7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:22.552Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/UHBCD/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:22.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d00b9b59-b73f-44ce-9b91-b8aa1d1e38f7"}], "metadata": {"pagination": {"total": 1689, "offset": 1650, "size": 50}}} 2018-12-03 17:36:26,598 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:26,598 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:26 GMT 2018-12-03 17:36:26,598 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:26,598 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9175 2018-12-03 17:36:26,598 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-03 17:36:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:36:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-03 17:36:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-03 17:36:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-03 17:36:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpw_fF75 /etc/bind/db.clearwater.opnfv 2018-12-03 17:36:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpp4b620 /etc/bind/db.clearwater.local 2018-12-03 17:36:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-03 17:36:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}. 2018-12-03 17:36:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-03 17:36:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-03 17:36:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:36:26,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:36:26,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:36:26,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_ucjdmy/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2018-12-03 17:36:26,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/UHBCD/add-snmpproxy-collector.py 2018-12-03 17:36:26,601 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:36:26,927 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:26,927 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:26,928 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:26,928 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:26,928 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:26,928 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:26,928 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:26,928 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:36:26,928 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:26,928 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:26 GMT 2018-12-03 17:36:26,928 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:26,929 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:36:26,929 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:31,934 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:36:32,161 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:32,161 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:32,162 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:32,162 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:32,162 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:32,162 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:32,162 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:32,162 - 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-12-03T17:36:26.915Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:26.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 1690, "offset": 1666, "size": 50}}} 2018-12-03 17:36:32,162 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:32,162 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:32 GMT 2018-12-03 17:36:32,162 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:32,163 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 581 2018-12-03 17:36:32,163 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:32,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:36:32,163 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:36:32,261 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:32,261 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:32,261 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:32,261 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:32,262 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:32,262 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:32,262 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:32,262 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:36:32,262 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:32,262 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:32 GMT 2018-12-03 17:36:32,262 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:32,262 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:36:32,262 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:37,268 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:36:37,542 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:37,542 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:37,543 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:37,543 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:37,543 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:37,543 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:37,543 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:37,543 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1690, "offset": 1667, "size": 50}}} 2018-12-03 17:36:37,543 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:37,543 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:37 GMT 2018-12-03 17:36:37,543 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:37,543 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:36:37,544 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:37,544 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:36:37,766 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:37,766 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:37,766 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:37,767 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:37,767 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:37,767 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:37,767 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:37,767 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:36:37,767 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:37,767 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:37 GMT 2018-12-03 17:36:37,767 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:37,767 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:36:37,767 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:42,773 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:36:43,084 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:43,084 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:43,084 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:43,085 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:43,085 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:43,085 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:43,085 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:43,085 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:38.101Z", "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 28 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.5 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57913 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\t0m38.010s\nuser\t0m12.209s\nsys\t0m2.720s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:38.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:38.585Z", "message": "[sprout] Use the DNS server", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:38.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:38.585Z", "message": "[sprout] The installation packages is done correctly", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:38.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:38.585Z", "message": "[homer Use the DNS server", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:38.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:38.585Z", "message": "[homer] The installation packages is done correctly", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:38.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:38.585Z", "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 23 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 (13.1 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58174 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 metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, 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\t0m37.416s\nuser\t0m12.426s\nsys\t0m2.572s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:38.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:40.083Z", "message": "[sprout] sudo service dnsmasq force", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:40.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:40.083Z", "message": "[homer] sudo service dnsmasq force", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:40.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:41.117Z", "message": "[homer] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.076s\nuser\t0m0.007s\nsys\t0m0.050s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:41.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:41.117Z", "message": "[sprout] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.056s\nuser\t0m0.004s\nsys\t0m0.051s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:41.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:42.131Z", "message": "[sprout] sudo ifconfig ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:42.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:42.131Z", "message": "[sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:4d:12:03 \n inet addr:192.168.120.5 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:1203/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:88921 errors:0 dropped:0 overruns:0 frame:0\n TX packets:54236 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:134000707 (134.0 MB) TX bytes:10446291 (10.4 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.000s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:42.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:42.131Z", "message": "[sprout] sudo netstat ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:42.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:42.131Z", "message": "[homer] sudo ps ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:42.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:42.131Z", "message": "[homer] sudo ifconfig ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:42.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:42.131Z", "message": "[homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:a3:17:a0 \n inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea3:17a0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:113678 errors:0 dropped:0 overruns:0 frame:0\n TX packets:67690 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:171549731 (171.5 MB) TX bytes:11458013 (11.4 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.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:42.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:42.131Z", "message": "[sprout] sudo ps ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:42.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:42.131Z", "message": "[homer] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 17:29 ? 00:00:00 /sbin/init\nroot 2 0 0 17:29 ? 00:00:00 [kthreadd]\nroot 3 2 0 17:29 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 17:29 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 17:29 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 17:29 ? 00:00:00 [rcu_sched]\nroot 8 2 0 17:29 ? 00:00:00 [rcuos/0]\nroot 9 2 0 17:29 ? 00:00:00 [rcuos/1]\nroot 10 2 0 17:29 ? 00:00:00 [rcu_bh]\nroot 11 2 0 17:29 ? 00:00:00 [rcuob/0]\nroot 12 2 0 17:29 ? 00:00:00 [rcuob/1]\nroot 13 2 0 17:29 ? 00:00:00 [migration/0]\nroot 14 2 0 17:29 ? 00:00:00 [watchdog/0]\nroot 15 2 0 17:29 ? 00:00:00 [watchdog/1]\nroot 16 2 0 17:29 ? 00:00:00 [migration/1]\nroot 17 2 0 17:29 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 17:29 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 17:29 ? 00:00:00 [khelper]\nroot 21 2 0 17:29 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 17:29 ? 00:00:00 [netns]\nroot 23 2 0 17:29 ? 00:00:00 [writeback]\nroot 24 2 0 17:29 ? 00:00:00 [kintegrityd]\nroot 25 2 0 17:29 ? 00:00:00 [bioset]\nroot 26 2 0 17:29 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 17:29 ? 00:00:00 [kblockd]\nroot 28 2 0 17:29 ? 00:00:00 [ata_sff]\nroot 29 2 0 17:29 ? 00:00:00 [khubd]\nroot 30 2 0 17:29 ? 00:00:00 [md]\nroot 31 2 0 17:29 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 17:29 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 17:29 ? 00:00:00 [khungtaskd]\nroot 35 2 0 17:29 ? 00:00:00 [kswapd0]\nroot 36 2 0 17:29 ? 00:00:00 [vmstat]\nroot 37 2 0 17:29 ? 00:00:00 [ksmd]\nroot 38 2 0 17:29 ? 00:00:00 [khugepaged]\nroot 39 2 0 17:29 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 17:29 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 17:29 ? 00:00:00 [crypto]\nroot 53 2 0 17:29 ? 00:00:00 [kthrotld]\nroot 54 2 0 17:29 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 17:29 ? 00:00:00 [vballoon]\nroot 56 2 0 17:29 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 17:29 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 17:29 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 17:29 ? 00:00:00 [deferwq]\nroot 80 2 0 17:29 ? 00:00:00 [charger_manager]\nroot 123 2 0 17:29 ? 00:00:00 [kpsmoused]\nroot 125 2 0 17:29 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 17:29 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 17:29 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 17:29 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 17:29 ? 00:00:00 [kworker/u5:1]\nroot 535 1 0 17:29 ? 00:00:00 upstart-socket-bridge --daemon\nroot 540 2 0 17:29 ? 00:00:00 [kworker/0:2]\nroot 582 1 0 17:29 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 17:29 ? 00:00:00 [kauditd]\nmessage+ 917 1 0 17:29 ? 00:00:00 dbus-daemon --system --fork\nroot 941 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-logind\nroot 947 1 0 17:29 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 988 1 0 17:29 ? 00:00:00 rsyslogd\nroot 1049 1 0 17:29 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1052 1 0 17:29 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1056 1 0 17:29 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1057 1 0 17:29 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1059 1 0 17:29 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1106 1 0 17:29 ? 00:00:00 /usr/sbin/sshd -D\nroot 1107 1 0 17:29 ? 00:00:00 cron\ndaemon 1108 1 0 17:29 ? 00:00:00 atd\nroot 1114 1 0 17:29 ? 00:00:00 /usr/sbin/irqbalance\nroot 1120 1 0 17:29 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1254 1 0 17:29 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1260 1 0 17:29 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1649 1 0 17:29 ? 00:00:00 /home/ubuntu/homer_host_k88pg8/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_k88pg8 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_k88pg8 --logging-server-logdir=/home/ubuntu/homer_host_k88pg8/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_k88pg8/work/homer_host_k88pg8%I.log --pidfile=/home/ubuntu/homer_host_k88pg8/work/homer_host_k88pg8.pid\nubuntu 1763 1 0 17:29 ? 00:00:02 python2.7 /home/ubuntu/homer_host_k88pg8/env/bin/diamond --configfile /home/ubuntu/homer_host_k88pg8/work/plugins/diamond/etc/diamond.conf\nubuntu 1829 1649 0 17:32 ? 00:00:00 /home/ubuntu/homer_host_k88pg8/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_k88pg8 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_k88pg8 --logging-server-logdir=/home/ubuntu/homer_host_k88pg8/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_k88pg8/work/homer_host_k88pg8%I.log --pidfile=/home/ubuntu/homer_host_k88pg8/work/homer_host_k88pg8.pid\nubuntu 1849 1829 0 17:32 ? 00:00:00 /home/ubuntu/homer_host_k88pg8/env/bin/python2.7 /home/ubuntu/homer_host_k88pg8/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-1dVYAk\nubuntu 1862 1849 0 17:32 ? 00:00:00 /bin/sh -c /tmp/10WZ1/install-homer.sh\nubuntu 1864 1862 0 17:32 ? 00:00:00 /bin/bash -e /tmp/10WZ1/install-homer.sh\nroot 2269 2 0 17:33 ? 00:00:00 [kworker/u5:2]\nntp 8614 1 0 17:35 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9131 1 0 17:35 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9225 1 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9229 9225 0 17:35 ? 00:00:00 inotifywait -e create -qq .\nroot 9304 1 0 17:35 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9305 9304 0 17:35 ? 00:00:00 nginx: worker process\nwww-data 9306 9304 0 17:35 ? 00:00:00 nginx: worker process\nwww-data 9307 9304 0 17:35 ? 00:00:00 nginx: worker process\nwww-data 9308 9304 0 17:35 ? 00:00:00 nginx: worker process\nroot 9792 9131 0 17:36 ? 00:00:00 [nginx_ping] \nroot 9794 9131 0 17:36 ? 00:00:00 [check-nginx-upt] \nroot 9800 9131 0 17:36 ? 00:00:00 [check-monit-upt] \ndnsmasq 9956 1 0 17:36 ? 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 10019 1864 0 17:36 ? 00:00:00 /bin/bash -e /tmp/10WZ1/install-homer.sh\nubuntu 10020 10019 0 17:36 ? 00:00:00 /bin/bash -e /tmp/10WZ1/install-homer.sh\nroot 10021 10020 0 17:36 ? 00:00:00 sudo ps -edf\nroot 10022 10021 0 17:36 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.007s\nsys\t0m0.001s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:42.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:42.131Z", "message": "[sprout] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 17:29 ? 00:00:00 /sbin/init\nroot 2 0 0 17:29 ? 00:00:00 [kthreadd]\nroot 3 2 0 17:29 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 17:29 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 17:29 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 17:29 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 17:29 ? 00:00:00 [rcu_sched]\nroot 8 2 0 17:29 ? 00:00:00 [rcuos/0]\nroot 9 2 0 17:29 ? 00:00:00 [rcuos/1]\nroot 10 2 0 17:29 ? 00:00:00 [rcu_bh]\nroot 11 2 0 17:29 ? 00:00:00 [rcuob/0]\nroot 12 2 0 17:29 ? 00:00:00 [rcuob/1]\nroot 13 2 0 17:29 ? 00:00:00 [migration/0]\nroot 14 2 0 17:29 ? 00:00:00 [watchdog/0]\nroot 15 2 0 17:29 ? 00:00:00 [watchdog/1]\nroot 16 2 0 17:29 ? 00:00:00 [migration/1]\nroot 17 2 0 17:29 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 17:29 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 17:29 ? 00:00:00 [khelper]\nroot 21 2 0 17:29 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 17:29 ? 00:00:00 [netns]\nroot 23 2 0 17:29 ? 00:00:00 [writeback]\nroot 24 2 0 17:29 ? 00:00:00 [kintegrityd]\nroot 25 2 0 17:29 ? 00:00:00 [bioset]\nroot 26 2 0 17:29 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 17:29 ? 00:00:00 [kblockd]\nroot 28 2 0 17:29 ? 00:00:00 [ata_sff]\nroot 29 2 0 17:29 ? 00:00:00 [khubd]\nroot 30 2 0 17:29 ? 00:00:00 [md]\nroot 31 2 0 17:29 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 17:29 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 17:29 ? 00:00:00 [khungtaskd]\nroot 35 2 0 17:29 ? 00:00:00 [kswapd0]\nroot 36 2 0 17:29 ? 00:00:00 [vmstat]\nroot 37 2 0 17:29 ? 00:00:00 [ksmd]\nroot 38 2 0 17:29 ? 00:00:00 [khugepaged]\nroot 39 2 0 17:29 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 17:29 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 17:29 ? 00:00:00 [crypto]\nroot 53 2 0 17:29 ? 00:00:00 [kthrotld]\nroot 54 2 0 17:29 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 17:29 ? 00:00:00 [vballoon]\nroot 56 2 0 17:29 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 17:29 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 17:29 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 17:29 ? 00:00:00 [deferwq]\nroot 80 2 0 17:29 ? 00:00:00 [charger_manager]\nroot 124 2 0 17:29 ? 00:00:00 [kpsmoused]\nroot 142 2 0 17:29 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 17:29 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 17:29 ? 00:00:00 [ext4-rsv-conver]\nroot 392 1 0 17:29 ? 00:00:00 upstart-udev-bridge --daemon\nroot 396 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 449 2 0 17:29 ? 00:00:00 [kworker/u5:1]\nroot 513 1 0 17:29 ? 00:00:00 upstart-socket-bridge --daemon\nroot 620 1 0 17:29 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 17:29 ? 00:00:00 [kauditd]\nroot 935 1 0 17:29 ? 00:00:00 upstart-file-bridge --daemon\nroot 1026 1 0 17:29 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1029 1 0 17:29 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1033 1 0 17:29 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1034 1 0 17:29 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1036 1 0 17:29 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1079 1 0 17:29 ? 00:00:00 /usr/sbin/sshd -D\nroot 1082 1 0 17:29 ? 00:00:00 cron\ndaemon 1083 1 0 17:29 ? 00:00:00 atd\nroot 1091 1 0 17:29 ? 00:00:00 /usr/sbin/irqbalance\nroot 1101 1 0 17:29 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nmessage+ 1157 1 0 17:29 ? 00:00:00 dbus-daemon --system --fork\nroot 1169 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1186 1 0 17:29 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1192 1 0 17:29 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1649 1 0 17:29 ? 00:00:00 /home/ubuntu/sprout_host_sq0wr6/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_sq0wr6 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_sq0wr6 --logging-server-logdir=/home/ubuntu/sprout_host_sq0wr6/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_sq0wr6/work/sprout_host_sq0wr6%I.log --pidfile=/home/ubuntu/sprout_host_sq0wr6/work/sprout_host_sq0wr6.pid\nubuntu 1763 1 0 17:29 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_sq0wr6/env/bin/diamond --configfile /home/ubuntu/sprout_host_sq0wr6/work/plugins/diamond/etc/diamond.conf\nubuntu 1829 1649 0 17:32 ? 00:00:00 /home/ubuntu/sprout_host_sq0wr6/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_sq0wr6 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_sq0wr6 --logging-server-logdir=/home/ubuntu/sprout_host_sq0wr6/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_sq0wr6/work/sprout_host_sq0wr6%I.log --pidfile=/home/ubuntu/sprout_host_sq0wr6/work/sprout_host_sq0wr6.pid\nubuntu 1851 1829 0 17:32 ? 00:00:00 /home/ubuntu/sprout_host_sq0wr6/env/bin/python2.7 /home/ubuntu/sprout_host_sq0wr6/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-D_PQfK\nubuntu 1862 1851 0 17:32 ? 00:00:00 /bin/sh -c /tmp/OCEJ8/install-sprout.sh\nubuntu 1864 1862 0 17:32 ? 00:00:00 /bin/bash -e /tmp/OCEJ8/install-sprout.sh\nroot 2266 2 0 17:33 ? 00:00:00 [kworker/u5:2]\nntp 8453 1 0 17:35 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nsyslog 8939 1 0 17:35 ? 00:00:00 rsyslogd\nroot 8970 1 0 17:35 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8971 8970 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8975 1 0 17:35 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8976 8975 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8985 8971 0 17:35 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8986 8976 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8987 8986 0 17:35 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9026 1 0 17:35 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\ndnsmasq 9759 1 0 17:36 ? 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 9822 1864 0 17:36 ? 00:00:00 /bin/bash -e /tmp/OCEJ8/install-sprout.sh\nubuntu 9823 9822 0 17:36 ? 00:00:00 /bin/bash -e /tmp/OCEJ8/install-sprout.sh\nroot 9824 9823 0 17:36 ? 00:00:00 sudo ps -edf\nroot 9825 9824 0 17:36 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:42.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}], "metadata": {"pagination": {"total": 1709, "offset": 1667, "size": 50}}} 2018-12-03 17:36:43,085 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:43,085 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:43 GMT 2018-12-03 17:36:43,086 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:43,086 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 56336 2018-12-03 17:36:43,086 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:43,087 - 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 28 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.5 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57913 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 0m38.010s user 0m12.209s sys 0m2.720s 2018-12-03 17:36:43,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2018-12-03 17:36:43,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2018-12-03 17:36:43,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2018-12-03 17:36:43,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2018-12-03 17:36:43,089 - 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 23 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 (13.1 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58174 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 metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, 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 0m37.416s user 0m12.426s sys 0m2.572s 2018-12-03 17:36:43,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2018-12-03 17:36:43,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2018-12-03 17:36:43,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.076s user 0m0.007s sys 0m0.050s 2018-12-03 17:36:43,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.056s user 0m0.004s sys 0m0.051s 2018-12-03 17:36:43,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2018-12-03 17:36:43,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:4d:12:03 inet addr:192.168.120.5 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe4d:1203/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:88921 errors:0 dropped:0 overruns:0 frame:0 TX packets:54236 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:134000707 (134.0 MB) TX bytes:10446291 (10.4 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.000s sys 0m0.004s 2018-12-03 17:36:43,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2018-12-03 17:36:43,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2018-12-03 17:36:43,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2018-12-03 17:36:43,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:a3:17:a0 inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fea3:17a0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:113678 errors:0 dropped:0 overruns:0 frame:0 TX packets:67690 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:171549731 (171.5 MB) TX bytes:11458013 (11.4 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.004s user 0m0.000s sys 0m0.004s 2018-12-03 17:36:43,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2018-12-03 17:36:43,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 17:29 ? 00:00:00 /sbin/init root 2 0 0 17:29 ? 00:00:00 [kthreadd] root 3 2 0 17:29 ? 00:00:00 [ksoftirqd/0] root 5 2 0 17:29 ? 00:00:00 [kworker/0:0H] root 6 2 0 17:29 ? 00:00:00 [kworker/u4:0] root 7 2 0 17:29 ? 00:00:00 [rcu_sched] root 8 2 0 17:29 ? 00:00:00 [rcuos/0] root 9 2 0 17:29 ? 00:00:00 [rcuos/1] root 10 2 0 17:29 ? 00:00:00 [rcu_bh] root 11 2 0 17:29 ? 00:00:00 [rcuob/0] root 12 2 0 17:29 ? 00:00:00 [rcuob/1] root 13 2 0 17:29 ? 00:00:00 [migration/0] root 14 2 0 17:29 ? 00:00:00 [watchdog/0] root 15 2 0 17:29 ? 00:00:00 [watchdog/1] root 16 2 0 17:29 ? 00:00:00 [migration/1] root 17 2 0 17:29 ? 00:00:00 [ksoftirqd/1] root 19 2 0 17:29 ? 00:00:00 [kworker/1:0H] root 20 2 0 17:29 ? 00:00:00 [khelper] root 21 2 0 17:29 ? 00:00:00 [kdevtmpfs] root 22 2 0 17:29 ? 00:00:00 [netns] root 23 2 0 17:29 ? 00:00:00 [writeback] root 24 2 0 17:29 ? 00:00:00 [kintegrityd] root 25 2 0 17:29 ? 00:00:00 [bioset] root 26 2 0 17:29 ? 00:00:00 [kworker/u5:0] root 27 2 0 17:29 ? 00:00:00 [kblockd] root 28 2 0 17:29 ? 00:00:00 [ata_sff] root 29 2 0 17:29 ? 00:00:00 [khubd] root 30 2 0 17:29 ? 00:00:00 [md] root 31 2 0 17:29 ? 00:00:00 [devfreq_wq] root 32 2 0 17:29 ? 00:00:00 [kworker/0:1] root 34 2 0 17:29 ? 00:00:00 [khungtaskd] root 35 2 0 17:29 ? 00:00:00 [kswapd0] root 36 2 0 17:29 ? 00:00:00 [vmstat] root 37 2 0 17:29 ? 00:00:00 [ksmd] root 38 2 0 17:29 ? 00:00:00 [khugepaged] root 39 2 0 17:29 ? 00:00:00 [fsnotify_mark] root 40 2 0 17:29 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 17:29 ? 00:00:00 [crypto] root 53 2 0 17:29 ? 00:00:00 [kthrotld] root 54 2 0 17:29 ? 00:00:00 [kworker/u4:1] root 55 2 0 17:29 ? 00:00:00 [vballoon] root 56 2 0 17:29 ? 00:00:00 [kworker/1:1] root 57 2 0 17:29 ? 00:00:00 [scsi_eh_0] root 58 2 0 17:29 ? 00:00:00 [scsi_eh_1] root 79 2 0 17:29 ? 00:00:00 [deferwq] root 80 2 0 17:29 ? 00:00:00 [charger_manager] root 123 2 0 17:29 ? 00:00:00 [kpsmoused] root 125 2 0 17:29 ? 00:00:00 [kworker/1:2] root 186 2 0 17:29 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 17:29 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 17:29 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 17:29 ? 00:00:00 [kworker/u5:1] root 535 1 0 17:29 ? 00:00:00 upstart-socket-bridge --daemon root 540 2 0 17:29 ? 00:00:00 [kworker/0:2] root 582 1 0 17:29 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 17:29 ? 00:00:00 [kauditd] message+ 917 1 0 17:29 ? 00:00:00 dbus-daemon --system --fork root 941 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-logind root 947 1 0 17:29 ? 00:00:00 upstart-file-bridge --daemon syslog 988 1 0 17:29 ? 00:00:00 rsyslogd root 1049 1 0 17:29 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1052 1 0 17:29 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1056 1 0 17:29 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1057 1 0 17:29 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1059 1 0 17:29 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1106 1 0 17:29 ? 00:00:00 /usr/sbin/sshd -D root 1107 1 0 17:29 ? 00:00:00 cron daemon 1108 1 0 17:29 ? 00:00:00 atd root 1114 1 0 17:29 ? 00:00:00 /usr/sbin/irqbalance root 1120 1 0 17:29 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1254 1 0 17:29 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1260 1 0 17:29 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1649 1 0 17:29 ? 00:00:00 /home/ubuntu/homer_host_k88pg8/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_k88pg8 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_k88pg8 --logging-server-logdir=/home/ubuntu/homer_host_k88pg8/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_k88pg8/work/homer_host_k88pg8%I.log --pidfile=/home/ubuntu/homer_host_k88pg8/work/homer_host_k88pg8.pid ubuntu 1763 1 0 17:29 ? 00:00:02 python2.7 /home/ubuntu/homer_host_k88pg8/env/bin/diamond --configfile /home/ubuntu/homer_host_k88pg8/work/plugins/diamond/etc/diamond.conf ubuntu 1829 1649 0 17:32 ? 00:00:00 /home/ubuntu/homer_host_k88pg8/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_k88pg8 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_k88pg8 --logging-server-logdir=/home/ubuntu/homer_host_k88pg8/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_k88pg8/work/homer_host_k88pg8%I.log --pidfile=/home/ubuntu/homer_host_k88pg8/work/homer_host_k88pg8.pid ubuntu 1849 1829 0 17:32 ? 00:00:00 /home/ubuntu/homer_host_k88pg8/env/bin/python2.7 /home/ubuntu/homer_host_k88pg8/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-1dVYAk ubuntu 1862 1849 0 17:32 ? 00:00:00 /bin/sh -c /tmp/10WZ1/install-homer.sh ubuntu 1864 1862 0 17:32 ? 00:00:00 /bin/bash -e /tmp/10WZ1/install-homer.sh root 2269 2 0 17:33 ? 00:00:00 [kworker/u5:2] ntp 8614 1 0 17:35 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9131 1 0 17:35 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9225 1 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9229 9225 0 17:35 ? 00:00:00 inotifywait -e create -qq . root 9304 1 0 17:35 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9305 9304 0 17:35 ? 00:00:00 nginx: worker process www-data 9306 9304 0 17:35 ? 00:00:00 nginx: worker process www-data 9307 9304 0 17:35 ? 00:00:00 nginx: worker process www-data 9308 9304 0 17:35 ? 00:00:00 nginx: worker process root 9792 9131 0 17:36 ? 00:00:00 [nginx_ping] root 9794 9131 0 17:36 ? 00:00:00 [check-nginx-upt] root 9800 9131 0 17:36 ? 00:00:00 [check-monit-upt] dnsmasq 9956 1 0 17:36 ? 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 10019 1864 0 17:36 ? 00:00:00 /bin/bash -e /tmp/10WZ1/install-homer.sh ubuntu 10020 10019 0 17:36 ? 00:00:00 /bin/bash -e /tmp/10WZ1/install-homer.sh root 10021 10020 0 17:36 ? 00:00:00 sudo ps -edf root 10022 10021 0 17:36 ? 00:00:00 ps -edf real 0m0.008s user 0m0.007s sys 0m0.001s 2018-12-03 17:36:43,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 17:29 ? 00:00:00 /sbin/init root 2 0 0 17:29 ? 00:00:00 [kthreadd] root 3 2 0 17:29 ? 00:00:00 [ksoftirqd/0] root 4 2 0 17:29 ? 00:00:00 [kworker/0:0] root 5 2 0 17:29 ? 00:00:00 [kworker/0:0H] root 6 2 0 17:29 ? 00:00:00 [kworker/u4:0] root 7 2 0 17:29 ? 00:00:00 [rcu_sched] root 8 2 0 17:29 ? 00:00:00 [rcuos/0] root 9 2 0 17:29 ? 00:00:00 [rcuos/1] root 10 2 0 17:29 ? 00:00:00 [rcu_bh] root 11 2 0 17:29 ? 00:00:00 [rcuob/0] root 12 2 0 17:29 ? 00:00:00 [rcuob/1] root 13 2 0 17:29 ? 00:00:00 [migration/0] root 14 2 0 17:29 ? 00:00:00 [watchdog/0] root 15 2 0 17:29 ? 00:00:00 [watchdog/1] root 16 2 0 17:29 ? 00:00:00 [migration/1] root 17 2 0 17:29 ? 00:00:00 [ksoftirqd/1] root 19 2 0 17:29 ? 00:00:00 [kworker/1:0H] root 20 2 0 17:29 ? 00:00:00 [khelper] root 21 2 0 17:29 ? 00:00:00 [kdevtmpfs] root 22 2 0 17:29 ? 00:00:00 [netns] root 23 2 0 17:29 ? 00:00:00 [writeback] root 24 2 0 17:29 ? 00:00:00 [kintegrityd] root 25 2 0 17:29 ? 00:00:00 [bioset] root 26 2 0 17:29 ? 00:00:00 [kworker/u5:0] root 27 2 0 17:29 ? 00:00:00 [kblockd] root 28 2 0 17:29 ? 00:00:00 [ata_sff] root 29 2 0 17:29 ? 00:00:00 [khubd] root 30 2 0 17:29 ? 00:00:00 [md] root 31 2 0 17:29 ? 00:00:00 [devfreq_wq] root 32 2 0 17:29 ? 00:00:00 [kworker/0:1] root 34 2 0 17:29 ? 00:00:00 [khungtaskd] root 35 2 0 17:29 ? 00:00:00 [kswapd0] root 36 2 0 17:29 ? 00:00:00 [vmstat] root 37 2 0 17:29 ? 00:00:00 [ksmd] root 38 2 0 17:29 ? 00:00:00 [khugepaged] root 39 2 0 17:29 ? 00:00:00 [fsnotify_mark] root 40 2 0 17:29 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 17:29 ? 00:00:00 [crypto] root 53 2 0 17:29 ? 00:00:00 [kthrotld] root 54 2 0 17:29 ? 00:00:00 [kworker/u4:1] root 55 2 0 17:29 ? 00:00:00 [vballoon] root 56 2 0 17:29 ? 00:00:00 [kworker/1:1] root 57 2 0 17:29 ? 00:00:00 [scsi_eh_0] root 58 2 0 17:29 ? 00:00:00 [scsi_eh_1] root 79 2 0 17:29 ? 00:00:00 [deferwq] root 80 2 0 17:29 ? 00:00:00 [charger_manager] root 124 2 0 17:29 ? 00:00:00 [kpsmoused] root 142 2 0 17:29 ? 00:00:00 [kworker/1:2] root 186 2 0 17:29 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 17:29 ? 00:00:00 [ext4-rsv-conver] root 392 1 0 17:29 ? 00:00:00 upstart-udev-bridge --daemon root 396 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 449 2 0 17:29 ? 00:00:00 [kworker/u5:1] root 513 1 0 17:29 ? 00:00:00 upstart-socket-bridge --daemon root 620 1 0 17:29 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 17:29 ? 00:00:00 [kauditd] root 935 1 0 17:29 ? 00:00:00 upstart-file-bridge --daemon root 1026 1 0 17:29 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1029 1 0 17:29 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1033 1 0 17:29 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1034 1 0 17:29 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1036 1 0 17:29 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1079 1 0 17:29 ? 00:00:00 /usr/sbin/sshd -D root 1082 1 0 17:29 ? 00:00:00 cron daemon 1083 1 0 17:29 ? 00:00:00 atd root 1091 1 0 17:29 ? 00:00:00 /usr/sbin/irqbalance root 1101 1 0 17:29 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket message+ 1157 1 0 17:29 ? 00:00:00 dbus-daemon --system --fork root 1169 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-logind root 1186 1 0 17:29 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1192 1 0 17:29 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1649 1 0 17:29 ? 00:00:00 /home/ubuntu/sprout_host_sq0wr6/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_sq0wr6 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_sq0wr6 --logging-server-logdir=/home/ubuntu/sprout_host_sq0wr6/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_sq0wr6/work/sprout_host_sq0wr6%I.log --pidfile=/home/ubuntu/sprout_host_sq0wr6/work/sprout_host_sq0wr6.pid ubuntu 1763 1 0 17:29 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_sq0wr6/env/bin/diamond --configfile /home/ubuntu/sprout_host_sq0wr6/work/plugins/diamond/etc/diamond.conf ubuntu 1829 1649 0 17:32 ? 00:00:00 /home/ubuntu/sprout_host_sq0wr6/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_sq0wr6 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_sq0wr6 --logging-server-logdir=/home/ubuntu/sprout_host_sq0wr6/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_sq0wr6/work/sprout_host_sq0wr6%I.log --pidfile=/home/ubuntu/sprout_host_sq0wr6/work/sprout_host_sq0wr6.pid ubuntu 1851 1829 0 17:32 ? 00:00:00 /home/ubuntu/sprout_host_sq0wr6/env/bin/python2.7 /home/ubuntu/sprout_host_sq0wr6/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-D_PQfK ubuntu 1862 1851 0 17:32 ? 00:00:00 /bin/sh -c /tmp/OCEJ8/install-sprout.sh ubuntu 1864 1862 0 17:32 ? 00:00:00 /bin/bash -e /tmp/OCEJ8/install-sprout.sh root 2266 2 0 17:33 ? 00:00:00 [kworker/u5:2] ntp 8453 1 0 17:35 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 syslog 8939 1 0 17:35 ? 00:00:00 rsyslogd root 8970 1 0 17:35 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8971 8970 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8975 1 0 17:35 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8976 8975 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8985 8971 0 17:35 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8986 8976 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8987 8986 0 17:35 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9026 1 0 17:35 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc dnsmasq 9759 1 0 17:36 ? 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 9822 1864 0 17:36 ? 00:00:00 /bin/bash -e /tmp/OCEJ8/install-sprout.sh ubuntu 9823 9822 0 17:36 ? 00:00:00 /bin/bash -e /tmp/OCEJ8/install-sprout.sh root 9824 9823 0 17:36 ? 00:00:00 sudo ps -edf root 9825 9824 0 17:36 ? 00:00:00 ps -edf real 0m0.008s user 0m0.000s sys 0m0.008s 2018-12-03 17:36:43,091 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:36:43,232 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:43,232 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:43,232 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:43,232 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:43,232 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:43,232 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:43,232 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:43,232 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:36:43,233 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:43,233 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:43 GMT 2018-12-03 17:36:43,233 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:43,233 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:36:43,233 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:48,238 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:36:48,333 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:48,333 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:48,333 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:48,333 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:48,333 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:48,333 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:48,334 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:48,334 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:43.197Z", "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 9759/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1079/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9026/monit \ntcp6 0 0 ::1:53 :::* LISTEN 9759/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1079/sshd \nudp 0 0 192.168.120.5:123 0.0.0.0:* 8453/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8453/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8453/ntpd \nudp 0 0 0.0.0.0:55064 0.0.0.0:* 620/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9759/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 620/dhclient \nudp6 0 0 fe80::f816:3eff:fe4:123 :::* 8453/ntpd \nudp6 0 0 ::1:123 :::* 8453/ntpd \nudp6 0 0 :::123 :::* 8453/ntpd \nudp6 0 0 :::41085 :::* 620/dhclient \nudp6 0 0 ::1:53 :::* 9759/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9282 1101/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 8265 396/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11618 1649/python2.7 /tmp/cloudify-logging-server-ddd1c.socket\nunix 2 [ ACC ] STREAM LISTENING 12032 1851/python2.7 /tmp/ctx-tZtdi0.socket\nunix 2 [ ACC ] STREAM LISTENING 1564 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9329 1157/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 21617 8985/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21620 8987/clearwater_soc /tmp/clearwater_signaling_namespace_socket\n\nreal\t0m0.006s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:43.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:43.197Z", "message": "[homer] sudo find /var/log", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:43.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:43.197Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:43.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:43.197Z", "message": "[sprout] => /var/log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa03\n/var/log/dpkg.log\n/var/log/sprout\n/var/log/sprout/sprout_err.log\n/var/log/sprout/sprout_current.txt\n/var/log/sprout/sprout_20181203T170000Z.txt\n/var/log/sprout/sprout_out.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:43.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:43.197Z", "message": "[homer] sudo netstat ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:43.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:43.197Z", "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 9956/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1106/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9131/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9304/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 9956/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1106/sshd \nudp 0 0 192.168.120.7:123 0.0.0.0:* 8614/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8614/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8614/ntpd \nudp 0 0 0.0.0.0:55064 0.0.0.0:* 582/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9956/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 582/dhclient \nudp6 0 0 ::1:123 :::* 8614/ntpd \nudp6 0 0 fe80::f816:3eff:fea:123 :::* 8614/ntpd \nudp6 0 0 :::123 :::* 8614/ntpd \nudp6 0 0 :::41085 :::* 582/dhclient \nudp6 0 0 ::1:53 :::* 9956/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 7212 391/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11347 1649/python2.7 /tmp/cloudify-logging-server-5bae0.socket\nunix 2 [ ACC ] STREAM LISTENING 9302 1120/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 11733 1849/python2.7 /tmp/ctx-7uu1Mo.socket\nunix 2 [ ACC ] STREAM LISTENING 1540 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 8043 917/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.006s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:43.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:43.197Z", "message": "[homer] => /var/log\n/var/log/sysstat\n/var/log/sysstat/sa03\n/var/log/sysstat/clearwater-sa03\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-diags-monitor.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:43.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:43.197Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:43.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:43.197Z", "message": "[sprout] => 2018:12:03 17:35:46: Namespace: management\n2018:12:03 17:35:46: [management] Starting server\n2018:12:03 17:35:46: [management] Listening for requests\n2018:12:03 17:35:46: Namespace: signaling\n2018:12:03 17:35:46: [signaling] Starting server\n2018:12:03 17:35:46: [signaling] Listening for requests\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:43.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:43.197Z", "message": "[sprout] sudo find /var/log", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:43.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:44.231Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:44.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:44.231Z", "message": "[sprout] => 2018-12-03 17:36:19.146191502 Stopping etcd clearwater-etcd\n\nreal\t0m0.006s\nuser\t0m0.005s\nsys\t0m0.002s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:44.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:44.231Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:44.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:44.231Z", "message": "[homer] => [03-Dec-2018 17:35:42 UTC] clearwater-diags-monitor starting\n[03-Dec-2018 17:35:42 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:44.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:44.231Z", "message": "[homer] => 2018-12-03 17:36:19.175612102 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:44.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:44.231Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:44.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:44.231Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-mpfn5b\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\n libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libquadmath0\n libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5\n libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3\n libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx\n 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-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\n python2.7-dev python2.7-minimal python3-pkg-resources ralf ralf-libs\n 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 python2.7-doc\n binfmt-support 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\nThe following packages will be upgraded:\n libpython2.7 libpython2.7-minimal libpython2.7-stdlib python2.7\n python2.7-minimal\n5 upgraded, 116 newly installed, 0 to remove and 23 not upgraded.\nNeed to get 97.4 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 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-nginx 1.0-171012.111833 [19.3 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 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://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:24 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 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/ ralf 1.0-171215.175140 [327 kB]\nGet:27 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:29 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 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/ homestead 1.0-171215.122632 [450 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/ homestead-prov 1.0-171213.182937 [44.6 kB]\nGet:34 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB]\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.62-0ubuntu0.14.04.1 [12.6 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 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 python2.7 amd64 2.7.6-8ubuntu0.5 [197 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7 amd64 2.7.6-8ubuntu0.5 [1,041 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-stdlib amd64 2.7.6-8ubuntu0.5 [1,872 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.5 [1,186 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-minimal amd64 2.7.6-8ubuntu0.5 [308 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:64 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:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:69 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:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:71 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:72 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:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:74 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:75 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:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:118 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:119 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:120 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:121 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\n\rExtracting templates from packages: 24%\rExtracting templates from packages: 49%\rExtracting templates from packages: 74%\rExtracting templates from packages: 99%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 97.4 MB in 20s (4,742 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 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.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-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) ...\nPreparing to unpack .../python2.7_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking python2.7 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../libpython2.7_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../libpython2.7-stdlib_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking python2.7-minimal (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../libpython2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\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-163.213_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-163.213) ...\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.5_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ...\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.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\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.5_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.5) ...\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.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for mime-support (3.54ubuntu1.1) ...\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.62-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.62-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 libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up python2.7-minimal (2.7.6-8ubuntu0.5) ...\nSetting up libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up python2.7 (2.7.6-8ubuntu0.5) ...\nSetting up libpython2.7:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-163.213) ...\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.5) ...\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.9) ...\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.5) ...\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.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1) ...\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 dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 9532\nclearwater-socket-factory-sig start/running, process 9537\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9588\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.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\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 cyclone (from crest)\nCollecting cryptography (from crest)\nCollecting idna (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting Twisted (from crest)\nCollecting prctl (from crest)\nCollecting cql (from crest)\nCollecting ipaddress (from crest)\nCollecting msgpack-python (from crest)\nCollecting attrs (from crest)\nCollecting Automat (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting telephus (from crest)\nCollecting asn1crypto (from crest)\nCollecting enum34 (from crest)\nCollecting pure-sasl (from crest)\nCollecting setuptools (from crest)\nCollecting constantly (from crest)\nCollecting lxml (from crest)\nCollecting thrift (from crest)\nCollecting incremental (from crest)\nCollecting zope.interface (from crest)\nCollecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, 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 cyclone (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest, homestead-prov\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: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\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: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\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: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\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: 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: 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: 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: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\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: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\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: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\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: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\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: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\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\t4m3.346s\nuser\t0m22.127s\nsys\t0m13.129s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:44.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "sprout_g39n4b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:44.564Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:44.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_jtwq6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:45.091Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:45.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:45.249Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:45.249Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:45.249Z", "message": "[homer] Installation is done", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:45.249Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:45.249Z", "message": "Execution done (return_code=0): /tmp/OCEJ8/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:45.249Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:45.249Z", "message": "[sprout] Installation is done", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:45.249Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "52952dee-a6e2-423a-bdd8-76e67b6ef2b8"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:45.249Z", "message": "Execution done (return_code=0): /tmp/10WZ1/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:45.249Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "ed1b8cb2-d869-4e11-9f4f-a6e087cf4ba6"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:46.132Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:46.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:46.132Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:46.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "homer_jtwq6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:46.132Z", "message": "Starting node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:46.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "sprout_g39n4b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:46.132Z", "message": "Starting node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:46.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:46.317Z", "message": "Downloaded scripts/bind/bind.py to /tmp/MTWB7/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:46.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f4512da3-2d49-49c7-ad7c-ccb13fb46373"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:47.216Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:47.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:47.282Z", "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-12-03T17:36:47.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f4512da3-2d49-49c7-ad7c-ccb13fb46373"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:47.282Z", "message": "[localhost] run: sudo mv /tmp/tmpXoBBxV /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:47.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f4512da3-2d49-49c7-ad7c-ccb13fb46373"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:47.282Z", "message": "The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:47.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f4512da3-2d49-49c7-ad7c-ccb13fb46373"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:47.282Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:47.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f4512da3-2d49-49c7-ad7c-ccb13fb46373"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:47.282Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:47.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f4512da3-2d49-49c7-ad7c-ccb13fb46373"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:47.282Z", "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-12-03T17:36:47.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f4512da3-2d49-49c7-ad7c-ccb13fb46373"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:47.282Z", "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-12-03T17:36:47.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f4512da3-2d49-49c7-ad7c-ccb13fb46373"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:47.282Z", "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-12-03T17:36:47.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f4512da3-2d49-49c7-ad7c-ccb13fb46373"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:47.282Z", "message": "Downloaded scripts/bind/bind.py to /tmp/U6BOA/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:47.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c618524-b6c3-4c93-969a-9e6cc019fedb"}], "metadata": {"pagination": {"total": 1755, "offset": 1686, "size": 50}}} 2018-12-03 17:36:48,334 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:48,334 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:48 GMT 2018-12-03 17:36:48,334 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:48,334 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 91441 2018-12-03 17:36:48,334 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:48,337 - 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 9759/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1079/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9026/monit tcp6 0 0 ::1:53 :::* LISTEN 9759/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1079/sshd udp 0 0 192.168.120.5:123 0.0.0.0:* 8453/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8453/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8453/ntpd udp 0 0 0.0.0.0:55064 0.0.0.0:* 620/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9759/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 620/dhclient udp6 0 0 fe80::f816:3eff:fe4:123 :::* 8453/ntpd udp6 0 0 ::1:123 :::* 8453/ntpd udp6 0 0 :::123 :::* 8453/ntpd udp6 0 0 :::41085 :::* 620/dhclient udp6 0 0 ::1:53 :::* 9759/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9282 1101/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 8265 396/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11618 1649/python2.7 /tmp/cloudify-logging-server-ddd1c.socket unix 2 [ ACC ] STREAM LISTENING 12032 1851/python2.7 /tmp/ctx-tZtdi0.socket unix 2 [ ACC ] STREAM LISTENING 1564 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9329 1157/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 21617 8985/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21620 8987/clearwater_soc /tmp/clearwater_signaling_namespace_socket real 0m0.006s user 0m0.003s sys 0m0.004s 2018-12-03 17:36:48,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2018-12-03 17:36:48,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-12-03 17:36:48,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/sysstat /var/log/sysstat/clearwater-sa03 /var/log/dpkg.log /var/log/sprout /var/log/sprout/sprout_err.log /var/log/sprout/sprout_current.txt /var/log/sprout/sprout_20181203T170000Z.txt /var/log/sprout/sprout_out.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.006s user 0m0.000s sys 0m0.005s 2018-12-03 17:36:48,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2018-12-03 17:36:48,338 - 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 9956/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1106/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9131/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9304/nginx tcp6 0 0 ::1:53 :::* LISTEN 9956/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1106/sshd udp 0 0 192.168.120.7:123 0.0.0.0:* 8614/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8614/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8614/ntpd udp 0 0 0.0.0.0:55064 0.0.0.0:* 582/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9956/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 582/dhclient udp6 0 0 ::1:123 :::* 8614/ntpd udp6 0 0 fe80::f816:3eff:fea:123 :::* 8614/ntpd udp6 0 0 :::123 :::* 8614/ntpd udp6 0 0 :::41085 :::* 582/dhclient udp6 0 0 ::1:53 :::* 9956/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 7212 391/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11347 1649/python2.7 /tmp/cloudify-logging-server-5bae0.socket unix 2 [ ACC ] STREAM LISTENING 9302 1120/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 11733 1849/python2.7 /tmp/ctx-7uu1Mo.socket unix 2 [ ACC ] STREAM LISTENING 1540 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 8043 917/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.006s user 0m0.003s sys 0m0.004s 2018-12-03 17:36:48,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => /var/log /var/log/sysstat /var/log/sysstat/sa03 /var/log/sysstat/clearwater-sa03 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-diags-monitor.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.007s user 0m0.000s sys 0m0.004s 2018-12-03 17:36:48,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-12-03 17:36:48,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018:12:03 17:35:46: Namespace: management 2018:12:03 17:35:46: [management] Starting server 2018:12:03 17:35:46: [management] Listening for requests 2018:12:03 17:35:46: Namespace: signaling 2018:12:03 17:35:46: [signaling] Starting server 2018:12:03 17:35:46: [signaling] Listening for requests real 0m0.004s user 0m0.000s sys 0m0.004s 2018-12-03 17:36:48,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2018-12-03 17:36:48,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-12-03 17:36:48,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018-12-03 17:36:19.146191502 Stopping etcd clearwater-etcd real 0m0.006s user 0m0.005s sys 0m0.002s 2018-12-03 17:36:48,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-12-03 17:36:48,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [03-Dec-2018 17:35:42 UTC] clearwater-diags-monitor starting [03-Dec-2018 17:35:42 UTC] Waiting for trigger files real 0m0.004s user 0m0.003s sys 0m0.002s 2018-12-03 17:36:48,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2018-12-03 17:36:19.175612102 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.003s sys 0m0.002s 2018-12-03 17:36:48,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-03 17:36:48,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-mpfn5b 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 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 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 python2.7-dev python2.7-minimal 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 python2.7-doc binfmt-support 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 The following packages will be upgraded: libpython2.7 libpython2.7-minimal libpython2.7-stdlib python2.7 python2.7-minimal 5 upgraded, 116 newly installed, 0 to remove and 23 not upgraded. Need to get 97.4 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 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-nginx 1.0-171012.111833 [19.3 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 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://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:24 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 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/ ralf 1.0-171215.175140 [327 kB] Get:27 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:29 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 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/ homestead 1.0-171215.122632 [450 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/ homestead-prov 1.0-171213.182937 [44.6 kB] Get:34 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] 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.62-0ubuntu0.14.04.1 [12.6 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 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 python2.7 amd64 2.7.6-8ubuntu0.5 [197 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7 amd64 2.7.6-8ubuntu0.5 [1,041 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-stdlib amd64 2.7.6-8ubuntu0.5 [1,872 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.5 [1,186 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-minimal amd64 2.7.6-8ubuntu0.5 [308 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:64 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:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:69 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:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:71 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:72 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:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:74 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:75 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:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 24% Extracting templates from packages: 49% Extracting templates from packages: 74% Extracting templates from packages: 99% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 97.4 MB in 20s (4,742 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 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.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-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) ... Preparing to unpack .../python2.7_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking python2.7 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../libpython2.7_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../libpython2.7-stdlib_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking python2.7-minimal (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../libpython2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... 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-163.213_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... 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.5_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... 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.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... 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.5_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.5) ... 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.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for mime-support (3.54ubuntu1.1) ... 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.62-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.62-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 libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) ... Setting up python2.7-minimal (2.7.6-8ubuntu0.5) ... Setting up libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) ... Setting up python2.7 (2.7.6-8ubuntu0.5) ... Setting up libpython2.7:amd64 (2.7.6-8ubuntu0.5) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-163.213) ... 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.5) ... 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.9) ... 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.5) ... 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.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1) ... 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 dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 9532 clearwater-socket-factory-sig start/running, process 9537 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9588 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.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... 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 cyclone (from crest) Collecting cryptography (from crest) Collecting idna (from crest) Collecting pyOpenSSL (from crest) Collecting Twisted (from crest) Collecting prctl (from crest) Collecting cql (from crest) Collecting ipaddress (from crest) Collecting msgpack-python (from crest) Collecting attrs (from crest) Collecting Automat (from crest) Collecting metaswitchcommon (from crest) Collecting telephus (from crest) Collecting asn1crypto (from crest) Collecting enum34 (from crest) Collecting pure-sasl (from crest) Collecting setuptools (from crest) Collecting constantly (from crest) Collecting lxml (from crest) Collecting thrift (from crest) Collecting incremental (from crest) Collecting zope.interface (from crest) Collecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, 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 cyclone (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting idna (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest, homestead-prov Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 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: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 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: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.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: 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: 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: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 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: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 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 4m3.346s user 0m22.127s sys 0m13.129s 2018-12-03 17:36:48,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:36:48,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:36:48,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-12-03 17:36:48,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2018-12-03 17:36:48,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/OCEJ8/install-sprout.sh 2018-12-03 17:36:48,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2018-12-03 17:36:48,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/10WZ1/install-homer.sh 2018-12-03 17:36:48,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:36:48,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:36:48,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:36:48,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:36:48,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/MTWB7/bind.py 2018-12-03 17:36:48,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:36:48,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:36:48,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpXoBBxV /etc/bind/db.clearwater.local 2018-12-03 17:36:48,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}. 2018-12-03 17:36:48,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-03 17:36:48,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-03 17:36:48,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-03 17:36:48,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-03 17:36:48,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-03 17:36:48,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/U6BOA/bind.py 2018-12-03 17:36:48,344 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:36:48,958 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:48,958 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:48,958 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:48,958 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:48,959 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:48,959 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:48,959 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:48,959 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:36:48,959 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:48,959 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:48 GMT 2018-12-03 17:36:48,959 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:48,959 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:36:48,959 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:53,965 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:36:54,509 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:54,509 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:54,509 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:54,509 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:54,509 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:54,509 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:54,510 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:54,510 - 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-12-03T17:36:48.320Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:48.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.320Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:48.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.320Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:48.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.321Z", "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-12-03T17:36:48.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c618524-b6c3-4c93-969a-9e6cc019fedb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.321Z", "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-12-03T17:36:48.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c618524-b6c3-4c93-969a-9e6cc019fedb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.321Z", "message": "The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {u'homer_jtwq6c': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-jtwq6c'}}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:48.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c618524-b6c3-4c93-969a-9e6cc019fedb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.321Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:48.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c618524-b6c3-4c93-969a-9e6cc019fedb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.321Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:48.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c618524-b6c3-4c93-969a-9e6cc019fedb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.321Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:48.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f4512da3-2d49-49c7-ad7c-ccb13fb46373"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.321Z", "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-12-03T17:36:48.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c618524-b6c3-4c93-969a-9e6cc019fedb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.321Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:48.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c618524-b6c3-4c93-969a-9e6cc019fedb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.321Z", "message": "[localhost] run: sudo mv /tmp/tmpowCcp7 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:48.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c618524-b6c3-4c93-969a-9e6cc019fedb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.321Z", "message": "[localhost] run: sudo mv /tmp/tmpn82OBl /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:48.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c618524-b6c3-4c93-969a-9e6cc019fedb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.321Z", "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-12-03T17:36:48.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c618524-b6c3-4c93-969a-9e6cc019fedb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.321Z", "message": "[localhost] run: sudo mv /tmp/tmpVK4Ira /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:48.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f4512da3-2d49-49c7-ad7c-ccb13fb46373"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.321Z", "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-12-03T17:36:48.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "3c618524-b6c3-4c93-969a-9e6cc019fedb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:48.321Z", "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-12-03T17:36:48.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "f4512da3-2d49-49c7-ad7c-ccb13fb46373"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:49.906Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/RJAWL/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:49.906Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "92411f40-8a40-4eac-974a-d99a0dfdffb9"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:53.384Z", "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 28 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 4s (7,934 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58121 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\t0m35.957s\nuser\t0m12.322s\nsys\t0m3.144s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:53.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:53.925Z", "message": "[ellis] The installation packages is done correctly", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:53.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:53.925Z", "message": "[ellis] Configure a new DNS server", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:53.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}], "metadata": {"pagination": {"total": 1778, "offset": 1725, "size": 50}}} 2018-12-03 17:36:54,510 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:54,510 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:54 GMT 2018-12-03 17:36:54,510 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:54,510 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25761 2018-12-03 17:36:54,510 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:54,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:36:54,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:36:54,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:36:54,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:36:54,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-03 17:36:54,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {u'homer_jtwq6c': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-jtwq6c'}}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}. 2018-12-03 17:36:54,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-03 17:36:54,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-03 17:36:54,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-03 17:36:54,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-03 17:36:54,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-03 17:36:54,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpowCcp7 /etc/bind/db.clearwater.opnfv 2018-12-03 17:36:54,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpn82OBl /etc/bind/db.clearwater.local 2018-12-03 17:36:54,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-03 17:36:54,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpVK4Ira /etc/bind/db.clearwater.opnfv 2018-12-03 17:36:54,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-03 17:36:54,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-03 17:36:54,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/RJAWL/add-snmpproxy-collector.py 2018-12-03 17:36:54,514 - 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 28 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 4s (7,934 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58121 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 0m35.957s user 0m12.322s sys 0m3.144s 2018-12-03 17:36:54,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2018-12-03 17:36:54,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2018-12-03 17:36:54,515 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:36:54,583 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:54,583 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:54,583 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:54,583 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:54,583 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:54,584 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:54,584 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:54,584 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:36:54,584 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:54,584 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:54 GMT 2018-12-03 17:36:54,584 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:54,584 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:36:54,584 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:59,590 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:36:59,826 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:36:59,826 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:36:59,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:36:59,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:36:59,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:36:59,827 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:36:59,827 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:36:59,827 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:54.940Z", "message": "[ellis] sudo service dnsmasq force", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:54.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:56.342Z", "message": "[ellis] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.080s\nuser\t0m0.009s\nsys\t0m0.052s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:56.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:56.960Z", "message": "[ellis] sudo ifconfig ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:56.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:56.960Z", "message": "[ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:83:86:58 \n inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe83:8658/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101266 errors:0 dropped:0 overruns:0 frame:0\n TX packets:60839 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:147936864 (147.9 MB) TX bytes:11220228 (11.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:195 errors:0 dropped:0 overruns:0 frame:0\n TX packets:195 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:15910 (15.9 KB) TX bytes:15910 (15.9 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:56.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:58.212Z", "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 10962/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1107/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9998/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10180/nginx \ntcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9256/mysqld \ntcp 0 0 192.168.120.10:2380 0.0.0.0:* LISTEN 10827/etcd \ntcp6 0 0 ::1:53 :::* LISTEN 10962/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1107/sshd \ntcp6 0 0 :::4000 :::* LISTEN 10827/etcd \nudp 0 0 192.168.120.10:123 0.0.0.0:* 9406/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 9406/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 9406/ntpd \nudp 0 0 0.0.0.0:49129 0.0.0.0:* 586/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10962/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient \nudp6 0 0 fe80::f816:3eff:fe8:123 :::* 9406/ntpd \nudp6 0 0 ::1:123 :::* 9406/ntpd \nudp6 0 0 :::123 :::* 9406/ntpd \nudp6 0 0 :::31396 :::* 586/dhclient \nudp6 0 0 ::1:53 :::* 10962/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 8201 391/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9245 1133/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 11450 1651/python2.7 /tmp/cloudify-logging-server-50511.socket\nunix 2 [ ACC ] STREAM LISTENING 12330 1857/python2.7 /tmp/ctx-9SICmf.socket\nunix 2 [ ACC ] STREAM LISTENING 6983 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9060 1002/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 23687 10455/python /tmp/.ellis-sock\nunix 2 [ ACC ] STREAM LISTENING 21393 9256/mysqld /var/run/mysqld/mysqld.sock\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:58.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:58.212Z", "message": "[ellis] => /var/log\n/var/log/mysql.log\n/var/log/mysql\n/var/log/mysql/error.log\n/var/log/mysql.err\n/var/log/sysstat\n/var/log/sysstat/sa03\n/var/log/sysstat/clearwater-sa03\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-diags-monitor.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/mysql.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/ellis\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:58.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:58.212Z", "message": "[ellis] sudo ps ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:58.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:58.212Z", "message": "[ellis] sudo find /var/log", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:58.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:58.212Z", "message": "[ellis] sudo netstat ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:58.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:58.212Z", "message": "[ellis] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 17:28 ? 00:00:00 /sbin/init\nroot 2 0 0 17:28 ? 00:00:00 [kthreadd]\nroot 3 2 0 17:28 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 17:28 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 17:28 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 17:28 ? 00:00:00 [rcu_sched]\nroot 8 2 0 17:28 ? 00:00:00 [rcuos/0]\nroot 9 2 0 17:28 ? 00:00:00 [rcuos/1]\nroot 10 2 0 17:28 ? 00:00:00 [rcu_bh]\nroot 11 2 0 17:28 ? 00:00:00 [rcuob/0]\nroot 12 2 0 17:28 ? 00:00:00 [rcuob/1]\nroot 13 2 0 17:28 ? 00:00:00 [migration/0]\nroot 14 2 0 17:28 ? 00:00:00 [watchdog/0]\nroot 15 2 0 17:28 ? 00:00:00 [watchdog/1]\nroot 16 2 0 17:28 ? 00:00:00 [migration/1]\nroot 17 2 0 17:28 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 17:28 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 17:28 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 17:28 ? 00:00:00 [khelper]\nroot 21 2 0 17:28 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 17:28 ? 00:00:00 [netns]\nroot 23 2 0 17:28 ? 00:00:00 [writeback]\nroot 24 2 0 17:28 ? 00:00:00 [kintegrityd]\nroot 25 2 0 17:28 ? 00:00:00 [bioset]\nroot 27 2 0 17:28 ? 00:00:00 [kblockd]\nroot 28 2 0 17:28 ? 00:00:00 [ata_sff]\nroot 29 2 0 17:28 ? 00:00:00 [khubd]\nroot 30 2 0 17:28 ? 00:00:00 [md]\nroot 31 2 0 17:28 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 17:28 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 17:28 ? 00:00:00 [khungtaskd]\nroot 35 2 0 17:28 ? 00:00:00 [kswapd0]\nroot 36 2 0 17:28 ? 00:00:00 [vmstat]\nroot 37 2 0 17:28 ? 00:00:00 [ksmd]\nroot 38 2 0 17:28 ? 00:00:00 [khugepaged]\nroot 39 2 0 17:28 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 17:28 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 17:28 ? 00:00:00 [crypto]\nroot 53 2 0 17:28 ? 00:00:00 [kthrotld]\nroot 54 2 0 17:28 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 17:28 ? 00:00:00 [vballoon]\nroot 56 2 0 17:28 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 17:28 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 17:28 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 17:28 ? 00:00:00 [deferwq]\nroot 80 2 0 17:28 ? 00:00:00 [charger_manager]\nroot 123 2 0 17:28 ? 00:00:00 [kpsmoused]\nroot 142 2 0 17:28 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 17:28 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 17:28 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 17:28 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 17:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 434 2 0 17:28 ? 00:00:00 [kworker/u5:1]\nroot 474 1 0 17:28 ? 00:00:00 upstart-socket-bridge --daemon\nroot 586 1 0 17:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 808 2 0 17:28 ? 00:00:00 [kworker/u5:2]\nroot 820 2 0 17:28 ? 00:00:00 [kauditd]\nroot 937 1 0 17:29 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 996 1 0 17:29 ? 00:00:00 rsyslogd\nmessage+ 1002 1 0 17:29 ? 00:00:00 dbus-daemon --system --fork\nroot 1026 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1053 1 0 17:29 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1056 1 0 17:29 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1060 1 0 17:29 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1061 1 0 17:29 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1063 1 0 17:29 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1107 1 0 17:29 ? 00:00:00 /usr/sbin/sshd -D\nroot 1110 1 0 17:29 ? 00:00:00 cron\ndaemon 1111 1 0 17:29 ? 00:00:00 atd\nroot 1120 1 0 17:29 ? 00:00:00 /usr/sbin/irqbalance\nroot 1133 1 0 17:29 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1201 1 0 17:29 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1207 1 0 17:29 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1651 1 0 17:29 ? 00:00:00 /home/ubuntu/ellis_host_wz7tek/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_wz7tek --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_wz7tek --logging-server-logdir=/home/ubuntu/ellis_host_wz7tek/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_wz7tek/work/ellis_host_wz7tek%I.log --pidfile=/home/ubuntu/ellis_host_wz7tek/work/ellis_host_wz7tek.pid\nubuntu 1765 1 0 17:29 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_wz7tek/env/bin/diamond --configfile /home/ubuntu/ellis_host_wz7tek/work/plugins/diamond/etc/diamond.conf\nubuntu 1837 1651 0 17:32 ? 00:00:00 /home/ubuntu/ellis_host_wz7tek/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_wz7tek --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_wz7tek --logging-server-logdir=/home/ubuntu/ellis_host_wz7tek/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_wz7tek/work/ellis_host_wz7tek%I.log --pidfile=/home/ubuntu/ellis_host_wz7tek/work/ellis_host_wz7tek.pid\nubuntu 1857 1837 0 17:32 ? 00:00:00 /home/ubuntu/ellis_host_wz7tek/env/bin/python2.7 /home/ubuntu/ellis_host_wz7tek/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-p4kWea\nubuntu 1868 1857 0 17:32 ? 00:00:00 /bin/sh -c /tmp/EDUV7/install-ellis.sh\nubuntu 1871 1868 0 17:32 ? 00:00:00 /bin/bash -e /tmp/EDUV7/install-ellis.sh\nroot 3358 2 0 17:33 ? 00:00:00 [kworker/u5:0]\nmysql 9256 1 0 17:35 ? 00:00:00 /usr/sbin/mysqld\nntp 9406 1 0 17:35 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 9998 1 0 17:35 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10054 1 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10058 10054 0 17:35 ? 00:00:00 inotifywait -e create -qq .\nroot 10180 1 0 17:36 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 10181 10180 0 17:36 ? 00:00:00 nginx: worker process\nwww-data 10182 10180 0 17:36 ? 00:00:00 nginx: worker process\nwww-data 10183 10180 0 17:36 ? 00:00:00 nginx: worker process\nwww-data 10184 10180 0 17:36 ? 00:00:00 nginx: worker process\nellis 10455 1 0 17:36 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background\nroot 10552 9998 0 17:36 ? 00:00:00 [nginx_ping] \nroot 10554 9998 0 17:36 ? 00:00:00 [check-nginx-upt] \nroot 10556 9998 0 17:36 ? 00:00:00 [check-monit-upt] \nroot 10563 9998 0 17:36 ? 00:00:00 [poll_ellis.sh] \nroot 10569 9998 0 17:36 ? 00:00:00 [poll_ellis_http] \nclearwa+ 10827 1 1 17:36 ? 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.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-16=http://192.168.120.16:2380,192-168-120-11=http://192.168.120.11:2380,192-168-120-10=http://192.168.120.10:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380\nroot 10853 9998 0 17:36 ? 00:00:00 [check-etcd-upti] \nroot 10856 9998 0 17:36 ? 00:00:00 [poll_etcd_clust] \nroot 10859 9998 0 17:36 ? 00:00:00 [poll_etcd.sh] \ndnsmasq 10962 1 0 17:36 ? 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 11027 1871 0 17:36 ? 00:00:00 /bin/bash -e /tmp/EDUV7/install-ellis.sh\nubuntu 11028 11027 0 17:36 ? 00:00:00 /bin/bash -e /tmp/EDUV7/install-ellis.sh\nroot 11029 11028 0 17:36 ? 00:00:00 sudo ps -edf\nroot 11030 11029 0 17:36 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:58.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:59.237Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:59.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:59.485Z", "message": "[ellis] => 2018-12-03 17:36:35.947068364 Stopping etcd clearwater-etcd\n2018-12-03 17:36:36.632953548 Restarting etcd clearwater-etcd\n2018-12-03 17:36:36.637861924 Configured ETCDCTL_PEERS: 192.168.120.16:4000,\n2018-12-03 17:36:36.638606426 Check for previous failed startup attempt\n2018-12-03 17:36:36.639744282 Running etcdctl member list\nbf012b95b32737e9: name=192-168-120-16 peerURLs=http://192.168.120.16:2380 clientURLs=http://192.168.120.16:4000 isLeader=true\nc0413e2f686a776e: name=192-168-120-11 peerURLs=http://192.168.120.11:2380 clientURLs=http://192.168.120.11:4000 isLeader=false\n2018-12-03 17:36:36.654672786 etcdctl returned 0\n2018-12-03 17:36:36.659531057 Joining existing cluster...\n2018-12-03 17:36:50.662330620 Configured ETCDCTL_PEERS: 192.168.120.16:4000,\n2018-12-03 17:36:50.663124316 Check cluster is healthy\n2018-12-03 17:36:50.664210305 Running etcdctl cluster-health\nmember bf012b95b32737e9 is healthy: got healthy result from http://192.168.120.16:4000\nmember c0413e2f686a776e is healthy: got healthy result from http://192.168.120.11:4000\ncluster is healthy\n2018-12-03 17:36:50.746947886 etcdctl returned 0\n2018-12-03 17:36:50.749276435 Tell the cluster we're joining\n2018-12-03 17:36:50.750035379 Running etcdctl member add 192-168-120-10 http://192.168.120.10:2380\nAdded member named 192-168-120-10 with ID 13e3c08b63fbf276 to cluster\n\nETCD_NAME=\"192-168-120-10\"\nETCD_INITIAL_CLUSTER=\"192-168-120-10=http://192.168.120.10:2380,192-168-120-16=http://192.168.120.16:2380,192-168-120-11=http://192.168.120.11:2380\"\nETCD_INITIAL_CLUSTER_STATE=\"existing\"\n2018-12-03 17:36:50.799978385 etcdctl returned 0\n2018-12-03 17:36:50.831239256 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.10:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.10\n --name 192-168-120-10\n --debug --initial-cluster 192-168-120-16=http://192.168.120.16:2380,192-168-120-11=http://192.168.120.11:2380,192-168-120-10=http://192.168.120.10:2380\n --initial-cluster-state existing\n --initial-advertise-peer-urls http://192.168.120.10:2380\n --listen-peer-urls http://192.168.120.10:2380\n2018-12-03 17:36:50.836073066 Check we're actually a member of the cluster\n2018-12-03 17:36:50.838759988 Wait for etcd to startup\n2018-12-03 17:36:51.846229139 Etcd started successfully\n2018-12-03 17:36:50.854591 I | etcdmain: etcd Version: 3.1.7\n2018-12-03 17:36:50.854647 I | etcdmain: Git SHA: 43b7507\n2018-12-03 17:36:50.854652 I | etcdmain: Go Version: go1.7.5\n2018-12-03 17:36:50.854656 I | etcdmain: Go OS/Arch: linux/amd64\n2018-12-03 17:36:50.854659 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-12-03 17:36:50.854726 I | embed: listening for peers on http://192.168.120.10:2380\n2018-12-03 17:36:50.854770 I | embed: listening for client requests on 0.0.0.0:4000\n2018-12-03 17:36:51.022077 I | etcdserver: name = 192-168-120-10\n2018-12-03 17:36:51.022094 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.10\n2018-12-03 17:36:51.022100 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.10/member\n2018-12-03 17:36:51.022104 I | etcdserver: heartbeat = 100ms\n2018-12-03 17:36:51.022107 I | etcdserver: election = 1000ms\n2018-12-03 17:36:51.022111 I | etcdserver: snapshot count = 10000\n2018-12-03 17:36:51.022118 I | etcdserver: advertise client URLs = http://192.168.120.10:4000\n2018-12-03 17:36:51.738292 I | etcdserver: starting member 13e3c08b63fbf276 in cluster 97bbd83bc7132d1d\n2018-12-03 17:36:51.738341 I | raft: 13e3c08b63fbf276 became follower at term 0\n2018-12-03 17:36:51.738360 I | raft: newRaft 13e3c08b63fbf276 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-12-03 17:36:51.738365 I | raft: 13e3c08b63fbf276 became follower at term 1\n2018-12-03 17:36:51.950968 I | rafthttp: started HTTP pipelining with peer bf012b95b32737e9\n2018-12-03 17:36:51.950998 I | rafthttp: started HTTP pipelining with peer c0413e2f686a776e\n2018-12-03 17:36:51.951013 I | rafthttp: starting peer bf012b95b32737e9...\n2018-12-03 17:36:51.951032 I | rafthttp: started HTTP pipelining with peer bf012b95b32737e9\n2018-12-03 17:36:51.953505 I | rafthttp: started streaming with peer bf012b95b32737e9 (writer)\n2018-12-03 17:36:51.954060 I | rafthttp: started peer bf012b95b32737e9\n2018-12-03 17:36:51.954084 I | rafthttp: added peer bf012b95b32737e9\n2018-12-03 17:36:51.954097 I | rafthttp: starting peer c0413e2f686a776e...\n2018-12-03 17:36:51.954109 I | rafthttp: started HTTP pipelining with peer c0413e2f686a776e\n2018-12-03 17:36:51.954599 I | rafthttp: started streaming with peer bf012b95b32737e9 (writer)\n2018-12-03 17:36:51.954659 I | rafthttp: started streaming with peer bf012b95b32737e9 (stream MsgApp v2 reader)\n2018-12-03 17:36:51.954871 I | rafthttp: started streaming with peer bf012b95b32737e9 (stream Message reader)\n2018-12-03 17:36:51.956659 I | rafthttp: started peer c0413e2f686a776e\n2018-12-03 17:36:51.956700 I | rafthttp: added peer c0413e2f686a776e\n2018-12-03 17:36:51.956720 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-12-03 17:36:51.957596 I | rafthttp: started streaming with peer c0413e2f686a776e (writer)\n2018-12-03 17:36:51.957628 I | rafthttp: started streaming with peer c0413e2f686a776e (stream MsgApp v2 reader)\n2018-12-03 17:36:51.957750 I | rafthttp: started streaming with peer c0413e2f686a776e (stream Message reader)\n2018-12-03 17:36:51.958057 I | rafthttp: started streaming with peer c0413e2f686a776e (writer)\n2018-12-03 17:36:51.958317 I | rafthttp: peer bf012b95b32737e9 became active\n2018-12-03 17:36:51.958333 I | rafthttp: established a TCP streaming connection with peer bf012b95b32737e9 (stream MsgApp v2 reader)\n2018-12-03 17:36:51.958600 I | raft: 13e3c08b63fbf276 [term: 1] received a MsgHeartbeat message with higher term from bf012b95b32737e9 [term: 4]\n2018-12-03 17:36:51.958631 I | raft: 13e3c08b63fbf276 became follower at term 4\n2018-12-03 17:36:51.958662 I | raft: raft.node: 13e3c08b63fbf276 elected leader bf012b95b32737e9 at term 4\n2018-12-03 17:36:51.959133 I | rafthttp: established a TCP streaming connection with peer bf012b95b32737e9 (stream Message reader)\n2018-12-03 17:36:51.959172 I | rafthttp: peer c0413e2f686a776e became active\n2018-12-03 17:36:51.959181 I | rafthttp: established a TCP streaming connection with peer c0413e2f686a776e (stream Message reader)\n2018-12-03 17:36:51.959429 I | rafthttp: established a TCP streaming connection with peer c0413e2f686a776e (stream MsgApp v2 writer)\n2018-12-03 17:36:51.959579 I | rafthttp: established a TCP streaming connection with peer bf012b95b32737e9 (stream Message writer)\n2018-12-03 17:36:51.959725 I | rafthttp: established a TCP streaming connection with peer bf012b95b32737e9 (stream MsgApp v2 writer)\n2018-12-03 17:36:51.959845 I | rafthttp: established a TCP streaming connection with peer c0413e2f686a776e (stream Message writer)\n2018-12-03 17:36:51.959886 I | rafthttp: established a TCP streaming connection with peer c0413e2f686a776e (stream MsgApp v2 reader)\n2018-12-03 17:36:51.978173 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9\n2018-12-03 17:36:51.980281 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9\n2018-12-03 17:36:51.980306 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9\n2018-12-03 17:36:51.980326 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9\n2018-12-03 17:36:51.980351 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9\n2018-12-03 17:36:51.980366 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9\n2018-12-03 17:36:51.980372 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9\n2018-12-03 17:36:51.980389 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9\n2018-12-03 17:36:51.980395 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9\n2018-12-03 17:36:51.988954 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9\n2018-12-03 17:36:51.988979 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9\n2018-12-03 17:36:51.989003 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9\n2018-12-03 17:36:51.989484 I | etcdserver/membership: added member bf012b95b32737e9 [http://192.168.120.16:2380] to cluster 97bbd83bc7132d1d\n2018-12-03 17:36:51.989685 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-12-03 17:36:51.989742 I | etcdserver/api: enabled capabilities for version 3.1\n2018-12-03 17:36:51.990117 I | etcdserver/membership: added member c0413e2f686a776e [http://192.168.120.11:2380] to cluster 97bbd83bc7132d1d\n2018-12-03 17:36:51.990401 I | etcdserver/membership: added member 13e3c08b63fbf276 [http://192.168.120.10:2380] to cluster 97bbd83bc7132d1d\n2018-12-03 17:36:52.017828 I | etcdserver: published {Name:192-168-120-10 ClientURLs:[http://192.168.120.10:4000]} to cluster 97bbd83bc7132d1d\n2018-12-03 17:36:52.017948 I | embed: ready to serve client requests\n2018-12-03 17:36:52.018455 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-12-03 17:36:52.032006 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:38117\n2018-12-03 17:36:52.054274 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:38118\n2018-12-03 17:36:52.055042 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:38119\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:59.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:59.485Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:59.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:36:59.485Z", "message": "[ellis] => [03-Dec-2018 17:35:59 UTC] clearwater-diags-monitor starting\n[03-Dec-2018 17:35:59 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:36:59.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}], "metadata": {"pagination": {"total": 1795, "offset": 1746, "size": 50}}} 2018-12-03 17:36:59,827 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:36:59,827 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:36:59 GMT 2018-12-03 17:36:59,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:36:59,827 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 32799 2018-12-03 17:36:59,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:36:59,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2018-12-03 17:36:59,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.080s user 0m0.009s sys 0m0.052s 2018-12-03 17:36:59,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2018-12-03 17:36:59,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:83:86:58 inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe83:8658/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:101266 errors:0 dropped:0 overruns:0 frame:0 TX packets:60839 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:147936864 (147.9 MB) TX bytes:11220228 (11.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:195 errors:0 dropped:0 overruns:0 frame:0 TX packets:195 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:15910 (15.9 KB) TX bytes:15910 (15.9 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-12-03 17:36:59,829 - 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 10962/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1107/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9998/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10180/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9256/mysqld tcp 0 0 192.168.120.10:2380 0.0.0.0:* LISTEN 10827/etcd tcp6 0 0 ::1:53 :::* LISTEN 10962/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1107/sshd tcp6 0 0 :::4000 :::* LISTEN 10827/etcd udp 0 0 192.168.120.10:123 0.0.0.0:* 9406/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9406/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9406/ntpd udp 0 0 0.0.0.0:49129 0.0.0.0:* 586/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10962/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient udp6 0 0 fe80::f816:3eff:fe8:123 :::* 9406/ntpd udp6 0 0 ::1:123 :::* 9406/ntpd udp6 0 0 :::123 :::* 9406/ntpd udp6 0 0 :::31396 :::* 586/dhclient udp6 0 0 ::1:53 :::* 10962/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 8201 391/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9245 1133/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 11450 1651/python2.7 /tmp/cloudify-logging-server-50511.socket unix 2 [ ACC ] STREAM LISTENING 12330 1857/python2.7 /tmp/ctx-9SICmf.socket unix 2 [ ACC ] STREAM LISTENING 6983 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9060 1002/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 23687 10455/python /tmp/.ellis-sock unix 2 [ ACC ] STREAM LISTENING 21393 9256/mysqld /var/run/mysqld/mysqld.sock real 0m0.008s user 0m0.000s sys 0m0.008s 2018-12-03 17:36:59,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => /var/log /var/log/mysql.log /var/log/mysql /var/log/mysql/error.log /var/log/mysql.err /var/log/sysstat /var/log/sysstat/sa03 /var/log/sysstat/clearwater-sa03 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-diags-monitor.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/mysql.log /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/ellis /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.008s user 0m0.000s sys 0m0.006s 2018-12-03 17:36:59,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2018-12-03 17:36:59,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2018-12-03 17:36:59,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2018-12-03 17:36:59,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 17:28 ? 00:00:00 /sbin/init root 2 0 0 17:28 ? 00:00:00 [kthreadd] root 3 2 0 17:28 ? 00:00:00 [ksoftirqd/0] root 5 2 0 17:28 ? 00:00:00 [kworker/0:0H] root 6 2 0 17:28 ? 00:00:00 [kworker/u4:0] root 7 2 0 17:28 ? 00:00:00 [rcu_sched] root 8 2 0 17:28 ? 00:00:00 [rcuos/0] root 9 2 0 17:28 ? 00:00:00 [rcuos/1] root 10 2 0 17:28 ? 00:00:00 [rcu_bh] root 11 2 0 17:28 ? 00:00:00 [rcuob/0] root 12 2 0 17:28 ? 00:00:00 [rcuob/1] root 13 2 0 17:28 ? 00:00:00 [migration/0] root 14 2 0 17:28 ? 00:00:00 [watchdog/0] root 15 2 0 17:28 ? 00:00:00 [watchdog/1] root 16 2 0 17:28 ? 00:00:00 [migration/1] root 17 2 0 17:28 ? 00:00:00 [ksoftirqd/1] root 18 2 0 17:28 ? 00:00:00 [kworker/1:0] root 19 2 0 17:28 ? 00:00:00 [kworker/1:0H] root 20 2 0 17:28 ? 00:00:00 [khelper] root 21 2 0 17:28 ? 00:00:00 [kdevtmpfs] root 22 2 0 17:28 ? 00:00:00 [netns] root 23 2 0 17:28 ? 00:00:00 [writeback] root 24 2 0 17:28 ? 00:00:00 [kintegrityd] root 25 2 0 17:28 ? 00:00:00 [bioset] root 27 2 0 17:28 ? 00:00:00 [kblockd] root 28 2 0 17:28 ? 00:00:00 [ata_sff] root 29 2 0 17:28 ? 00:00:00 [khubd] root 30 2 0 17:28 ? 00:00:00 [md] root 31 2 0 17:28 ? 00:00:00 [devfreq_wq] root 32 2 0 17:28 ? 00:00:00 [kworker/0:1] root 34 2 0 17:28 ? 00:00:00 [khungtaskd] root 35 2 0 17:28 ? 00:00:00 [kswapd0] root 36 2 0 17:28 ? 00:00:00 [vmstat] root 37 2 0 17:28 ? 00:00:00 [ksmd] root 38 2 0 17:28 ? 00:00:00 [khugepaged] root 39 2 0 17:28 ? 00:00:00 [fsnotify_mark] root 40 2 0 17:28 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 17:28 ? 00:00:00 [crypto] root 53 2 0 17:28 ? 00:00:00 [kthrotld] root 54 2 0 17:28 ? 00:00:00 [kworker/u4:1] root 55 2 0 17:28 ? 00:00:00 [vballoon] root 56 2 0 17:28 ? 00:00:00 [kworker/1:1] root 57 2 0 17:28 ? 00:00:00 [scsi_eh_0] root 58 2 0 17:28 ? 00:00:00 [scsi_eh_1] root 79 2 0 17:28 ? 00:00:00 [deferwq] root 80 2 0 17:28 ? 00:00:00 [charger_manager] root 123 2 0 17:28 ? 00:00:00 [kpsmoused] root 142 2 0 17:28 ? 00:00:00 [kworker/0:2] root 186 2 0 17:28 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 17:28 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 17:28 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 17:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 17:28 ? 00:00:00 [kworker/u5:1] root 474 1 0 17:28 ? 00:00:00 upstart-socket-bridge --daemon root 586 1 0 17:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 808 2 0 17:28 ? 00:00:00 [kworker/u5:2] root 820 2 0 17:28 ? 00:00:00 [kauditd] root 937 1 0 17:29 ? 00:00:00 upstart-file-bridge --daemon syslog 996 1 0 17:29 ? 00:00:00 rsyslogd message+ 1002 1 0 17:29 ? 00:00:00 dbus-daemon --system --fork root 1026 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-logind root 1053 1 0 17:29 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1056 1 0 17:29 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1060 1 0 17:29 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1061 1 0 17:29 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1063 1 0 17:29 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1107 1 0 17:29 ? 00:00:00 /usr/sbin/sshd -D root 1110 1 0 17:29 ? 00:00:00 cron daemon 1111 1 0 17:29 ? 00:00:00 atd root 1120 1 0 17:29 ? 00:00:00 /usr/sbin/irqbalance root 1133 1 0 17:29 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1201 1 0 17:29 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1207 1 0 17:29 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1651 1 0 17:29 ? 00:00:00 /home/ubuntu/ellis_host_wz7tek/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_wz7tek --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_wz7tek --logging-server-logdir=/home/ubuntu/ellis_host_wz7tek/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_wz7tek/work/ellis_host_wz7tek%I.log --pidfile=/home/ubuntu/ellis_host_wz7tek/work/ellis_host_wz7tek.pid ubuntu 1765 1 0 17:29 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_wz7tek/env/bin/diamond --configfile /home/ubuntu/ellis_host_wz7tek/work/plugins/diamond/etc/diamond.conf ubuntu 1837 1651 0 17:32 ? 00:00:00 /home/ubuntu/ellis_host_wz7tek/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_wz7tek --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_wz7tek --logging-server-logdir=/home/ubuntu/ellis_host_wz7tek/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_wz7tek/work/ellis_host_wz7tek%I.log --pidfile=/home/ubuntu/ellis_host_wz7tek/work/ellis_host_wz7tek.pid ubuntu 1857 1837 0 17:32 ? 00:00:00 /home/ubuntu/ellis_host_wz7tek/env/bin/python2.7 /home/ubuntu/ellis_host_wz7tek/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-p4kWea ubuntu 1868 1857 0 17:32 ? 00:00:00 /bin/sh -c /tmp/EDUV7/install-ellis.sh ubuntu 1871 1868 0 17:32 ? 00:00:00 /bin/bash -e /tmp/EDUV7/install-ellis.sh root 3358 2 0 17:33 ? 00:00:00 [kworker/u5:0] mysql 9256 1 0 17:35 ? 00:00:00 /usr/sbin/mysqld ntp 9406 1 0 17:35 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 9998 1 0 17:35 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10054 1 0 17:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10058 10054 0 17:35 ? 00:00:00 inotifywait -e create -qq . root 10180 1 0 17:36 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10181 10180 0 17:36 ? 00:00:00 nginx: worker process www-data 10182 10180 0 17:36 ? 00:00:00 nginx: worker process www-data 10183 10180 0 17:36 ? 00:00:00 nginx: worker process www-data 10184 10180 0 17:36 ? 00:00:00 nginx: worker process ellis 10455 1 0 17:36 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background root 10552 9998 0 17:36 ? 00:00:00 [nginx_ping] root 10554 9998 0 17:36 ? 00:00:00 [check-nginx-upt] root 10556 9998 0 17:36 ? 00:00:00 [check-monit-upt] root 10563 9998 0 17:36 ? 00:00:00 [poll_ellis.sh] root 10569 9998 0 17:36 ? 00:00:00 [poll_ellis_http] clearwa+ 10827 1 1 17:36 ? 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.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-16=http://192.168.120.16:2380,192-168-120-11=http://192.168.120.11:2380,192-168-120-10=http://192.168.120.10:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380 root 10853 9998 0 17:36 ? 00:00:00 [check-etcd-upti] root 10856 9998 0 17:36 ? 00:00:00 [poll_etcd_clust] root 10859 9998 0 17:36 ? 00:00:00 [poll_etcd.sh] dnsmasq 10962 1 0 17:36 ? 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 11027 1871 0 17:36 ? 00:00:00 /bin/bash -e /tmp/EDUV7/install-ellis.sh ubuntu 11028 11027 0 17:36 ? 00:00:00 /bin/bash -e /tmp/EDUV7/install-ellis.sh root 11029 11028 0 17:36 ? 00:00:00 sudo ps -edf root 11030 11029 0 17:36 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-12-03 17:36:59,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:36:59,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2018-12-03 17:36:35.947068364 Stopping etcd clearwater-etcd 2018-12-03 17:36:36.632953548 Restarting etcd clearwater-etcd 2018-12-03 17:36:36.637861924 Configured ETCDCTL_PEERS: 192.168.120.16:4000, 2018-12-03 17:36:36.638606426 Check for previous failed startup attempt 2018-12-03 17:36:36.639744282 Running etcdctl member list bf012b95b32737e9: name=192-168-120-16 peerURLs=http://192.168.120.16:2380 clientURLs=http://192.168.120.16:4000 isLeader=true c0413e2f686a776e: name=192-168-120-11 peerURLs=http://192.168.120.11:2380 clientURLs=http://192.168.120.11:4000 isLeader=false 2018-12-03 17:36:36.654672786 etcdctl returned 0 2018-12-03 17:36:36.659531057 Joining existing cluster... 2018-12-03 17:36:50.662330620 Configured ETCDCTL_PEERS: 192.168.120.16:4000, 2018-12-03 17:36:50.663124316 Check cluster is healthy 2018-12-03 17:36:50.664210305 Running etcdctl cluster-health member bf012b95b32737e9 is healthy: got healthy result from http://192.168.120.16:4000 member c0413e2f686a776e is healthy: got healthy result from http://192.168.120.11:4000 cluster is healthy 2018-12-03 17:36:50.746947886 etcdctl returned 0 2018-12-03 17:36:50.749276435 Tell the cluster we're joining 2018-12-03 17:36:50.750035379 Running etcdctl member add 192-168-120-10 http://192.168.120.10:2380 Added member named 192-168-120-10 with ID 13e3c08b63fbf276 to cluster ETCD_NAME="192-168-120-10" ETCD_INITIAL_CLUSTER="192-168-120-10=http://192.168.120.10:2380,192-168-120-16=http://192.168.120.16:2380,192-168-120-11=http://192.168.120.11:2380" ETCD_INITIAL_CLUSTER_STATE="existing" 2018-12-03 17:36:50.799978385 etcdctl returned 0 2018-12-03 17:36:50.831239256 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-16=http://192.168.120.16:2380,192-168-120-11=http://192.168.120.11:2380,192-168-120-10=http://192.168.120.10:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380 2018-12-03 17:36:50.836073066 Check we're actually a member of the cluster 2018-12-03 17:36:50.838759988 Wait for etcd to startup 2018-12-03 17:36:51.846229139 Etcd started successfully 2018-12-03 17:36:50.854591 I | etcdmain: etcd Version: 3.1.7 2018-12-03 17:36:50.854647 I | etcdmain: Git SHA: 43b7507 2018-12-03 17:36:50.854652 I | etcdmain: Go Version: go1.7.5 2018-12-03 17:36:50.854656 I | etcdmain: Go OS/Arch: linux/amd64 2018-12-03 17:36:50.854659 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-12-03 17:36:50.854726 I | embed: listening for peers on http://192.168.120.10:2380 2018-12-03 17:36:50.854770 I | embed: listening for client requests on 0.0.0.0:4000 2018-12-03 17:36:51.022077 I | etcdserver: name = 192-168-120-10 2018-12-03 17:36:51.022094 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.10 2018-12-03 17:36:51.022100 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.10/member 2018-12-03 17:36:51.022104 I | etcdserver: heartbeat = 100ms 2018-12-03 17:36:51.022107 I | etcdserver: election = 1000ms 2018-12-03 17:36:51.022111 I | etcdserver: snapshot count = 10000 2018-12-03 17:36:51.022118 I | etcdserver: advertise client URLs = http://192.168.120.10:4000 2018-12-03 17:36:51.738292 I | etcdserver: starting member 13e3c08b63fbf276 in cluster 97bbd83bc7132d1d 2018-12-03 17:36:51.738341 I | raft: 13e3c08b63fbf276 became follower at term 0 2018-12-03 17:36:51.738360 I | raft: newRaft 13e3c08b63fbf276 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-12-03 17:36:51.738365 I | raft: 13e3c08b63fbf276 became follower at term 1 2018-12-03 17:36:51.950968 I | rafthttp: started HTTP pipelining with peer bf012b95b32737e9 2018-12-03 17:36:51.950998 I | rafthttp: started HTTP pipelining with peer c0413e2f686a776e 2018-12-03 17:36:51.951013 I | rafthttp: starting peer bf012b95b32737e9... 2018-12-03 17:36:51.951032 I | rafthttp: started HTTP pipelining with peer bf012b95b32737e9 2018-12-03 17:36:51.953505 I | rafthttp: started streaming with peer bf012b95b32737e9 (writer) 2018-12-03 17:36:51.954060 I | rafthttp: started peer bf012b95b32737e9 2018-12-03 17:36:51.954084 I | rafthttp: added peer bf012b95b32737e9 2018-12-03 17:36:51.954097 I | rafthttp: starting peer c0413e2f686a776e... 2018-12-03 17:36:51.954109 I | rafthttp: started HTTP pipelining with peer c0413e2f686a776e 2018-12-03 17:36:51.954599 I | rafthttp: started streaming with peer bf012b95b32737e9 (writer) 2018-12-03 17:36:51.954659 I | rafthttp: started streaming with peer bf012b95b32737e9 (stream MsgApp v2 reader) 2018-12-03 17:36:51.954871 I | rafthttp: started streaming with peer bf012b95b32737e9 (stream Message reader) 2018-12-03 17:36:51.956659 I | rafthttp: started peer c0413e2f686a776e 2018-12-03 17:36:51.956700 I | rafthttp: added peer c0413e2f686a776e 2018-12-03 17:36:51.956720 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-12-03 17:36:51.957596 I | rafthttp: started streaming with peer c0413e2f686a776e (writer) 2018-12-03 17:36:51.957628 I | rafthttp: started streaming with peer c0413e2f686a776e (stream MsgApp v2 reader) 2018-12-03 17:36:51.957750 I | rafthttp: started streaming with peer c0413e2f686a776e (stream Message reader) 2018-12-03 17:36:51.958057 I | rafthttp: started streaming with peer c0413e2f686a776e (writer) 2018-12-03 17:36:51.958317 I | rafthttp: peer bf012b95b32737e9 became active 2018-12-03 17:36:51.958333 I | rafthttp: established a TCP streaming connection with peer bf012b95b32737e9 (stream MsgApp v2 reader) 2018-12-03 17:36:51.958600 I | raft: 13e3c08b63fbf276 [term: 1] received a MsgHeartbeat message with higher term from bf012b95b32737e9 [term: 4] 2018-12-03 17:36:51.958631 I | raft: 13e3c08b63fbf276 became follower at term 4 2018-12-03 17:36:51.958662 I | raft: raft.node: 13e3c08b63fbf276 elected leader bf012b95b32737e9 at term 4 2018-12-03 17:36:51.959133 I | rafthttp: established a TCP streaming connection with peer bf012b95b32737e9 (stream Message reader) 2018-12-03 17:36:51.959172 I | rafthttp: peer c0413e2f686a776e became active 2018-12-03 17:36:51.959181 I | rafthttp: established a TCP streaming connection with peer c0413e2f686a776e (stream Message reader) 2018-12-03 17:36:51.959429 I | rafthttp: established a TCP streaming connection with peer c0413e2f686a776e (stream MsgApp v2 writer) 2018-12-03 17:36:51.959579 I | rafthttp: established a TCP streaming connection with peer bf012b95b32737e9 (stream Message writer) 2018-12-03 17:36:51.959725 I | rafthttp: established a TCP streaming connection with peer bf012b95b32737e9 (stream MsgApp v2 writer) 2018-12-03 17:36:51.959845 I | rafthttp: established a TCP streaming connection with peer c0413e2f686a776e (stream Message writer) 2018-12-03 17:36:51.959886 I | rafthttp: established a TCP streaming connection with peer c0413e2f686a776e (stream MsgApp v2 reader) 2018-12-03 17:36:51.978173 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9 2018-12-03 17:36:51.980281 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9 2018-12-03 17:36:51.980306 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9 2018-12-03 17:36:51.980326 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9 2018-12-03 17:36:51.980351 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9 2018-12-03 17:36:51.980366 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9 2018-12-03 17:36:51.980372 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9 2018-12-03 17:36:51.980389 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9 2018-12-03 17:36:51.980395 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9 2018-12-03 17:36:51.988954 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9 2018-12-03 17:36:51.988979 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9 2018-12-03 17:36:51.989003 D | raft: 13e3c08b63fbf276 [logterm: 0, index: 40] rejected msgApp [logterm: 4, index: 40] from bf012b95b32737e9 2018-12-03 17:36:51.989484 I | etcdserver/membership: added member bf012b95b32737e9 [http://192.168.120.16:2380] to cluster 97bbd83bc7132d1d 2018-12-03 17:36:51.989685 N | etcdserver/membership: set the initial cluster version to 3.1 2018-12-03 17:36:51.989742 I | etcdserver/api: enabled capabilities for version 3.1 2018-12-03 17:36:51.990117 I | etcdserver/membership: added member c0413e2f686a776e [http://192.168.120.11:2380] to cluster 97bbd83bc7132d1d 2018-12-03 17:36:51.990401 I | etcdserver/membership: added member 13e3c08b63fbf276 [http://192.168.120.10:2380] to cluster 97bbd83bc7132d1d 2018-12-03 17:36:52.017828 I | etcdserver: published {Name:192-168-120-10 ClientURLs:[http://192.168.120.10:4000]} to cluster 97bbd83bc7132d1d 2018-12-03 17:36:52.017948 I | embed: ready to serve client requests 2018-12-03 17:36:52.018455 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-12-03 17:36:52.032006 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:38117 2018-12-03 17:36:52.054274 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:38118 2018-12-03 17:36:52.055042 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:38119 real 0m0.005s user 0m0.004s sys 0m0.002s 2018-12-03 17:36:59,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-12-03 17:36:59,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [03-Dec-2018 17:35:59 UTC] clearwater-diags-monitor starting [03-Dec-2018 17:35:59 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-12-03 17:36:59,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:37:00,311 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:00,312 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:00,312 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:00,312 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:00,312 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:00,312 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:00,312 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:00,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:37:00,312 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:00,312 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:00 GMT 2018-12-03 17:37:00,313 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:00,313 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:37:00,313 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:05,318 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:37:05,399 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:05,400 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:05,400 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:05,400 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:05,400 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:05,400 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:05,400 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:05,400 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_1sgaqc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:00.358Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:00.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:00.507Z", "message": "Execution done (return_code=0): /tmp/EDUV7/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:00.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:00.507Z", "message": "[ellis] Installation is done", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:00.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:00.507Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:00.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "38461d5a-6524-4204-bc92-9e7fd16815f1"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:00.908Z", "message": "Starting node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:00.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:01.839Z", "message": "Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/V0C6S/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:01.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "e58de811-4b49-4375-bff2-e4a93b3e0310"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:01.920Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:01.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:01.920Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:01.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:02.580Z", "message": "Downloaded scripts/bind/bind.py to /tmp/2W6ZS/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:02.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d039366a-c695-48fd-914e-231e3cc8f91a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:02.580Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:02.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d039366a-c695-48fd-914e-231e3cc8f91a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:02.580Z", "message": "Start numbers creation", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:02.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "e58de811-4b49-4375-bff2-e4a93b3e0310"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:02.580Z", "message": "", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:02.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "e58de811-4b49-4375-bff2-e4a93b3e0310"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:02.580Z", "message": "Executing: /tmp/V0C6S/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:02.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "e58de811-4b49-4375-bff2-e4a93b3e0310"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:04.037Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:04.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:04.047Z", "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-12-03T17:37:04.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d039366a-c695-48fd-914e-231e3cc8f91a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:04.047Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:04.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d039366a-c695-48fd-914e-231e3cc8f91a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:04.047Z", "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-12-03T17:37:04.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d039366a-c695-48fd-914e-231e3cc8f91a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:04.047Z", "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-12-03T17:37:04.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d039366a-c695-48fd-914e-231e3cc8f91a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:04.047Z", "message": "[localhost] run: sudo mv /tmp/tmptSaQRN /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:04.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d039366a-c695-48fd-914e-231e3cc8f91a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:04.047Z", "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-12-03T17:37:04.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d039366a-c695-48fd-914e-231e3cc8f91a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:04.047Z", "message": "The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {u'homer_jtwq6c': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-jtwq6c'}}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'ellis': {u'ellis_1sgaqc': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.10', u'name': u'ellis-1sgaqc'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:04.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d039366a-c695-48fd-914e-231e3cc8f91a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:04.047Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:04.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d039366a-c695-48fd-914e-231e3cc8f91a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:04.047Z", "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-12-03T17:37:04.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d039366a-c695-48fd-914e-231e3cc8f91a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:04.047Z", "message": "[localhost] run: sudo mv /tmp/tmphJEAD2 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:04.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "d039366a-c695-48fd-914e-231e3cc8f91a"}], "metadata": {"pagination": {"total": 1822, "offset": 1760, "size": 50}}} 2018-12-03 17:37:05,401 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:05,401 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:05 GMT 2018-12-03 17:37:05,401 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:05,401 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13475 2018-12-03 17:37:05,401 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:05,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:37:05,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/EDUV7/install-ellis.sh 2018-12-03 17:37:05,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2018-12-03 17:37:05,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-12-03 17:37:05,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:37:05,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/V0C6S/create_number.sh 2018-12-03 17:37:05,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:37:05,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:37:05,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/2W6ZS/bind.py 2018-12-03 17:37:05,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-03 17:37:05,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2018-12-03 17:37:05,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-12-03 17:37:05,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/V0C6S/create_number.sh 2018-12-03 17:37:05,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:37:05,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-03 17:37:05,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-03 17:37:05,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:37:05,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-03 17:37:05,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmptSaQRN /etc/bind/db.clearwater.opnfv 2018-12-03 17:37:05,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-03 17:37:05,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {u'homer_jtwq6c': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-jtwq6c'}}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'ellis': {u'ellis_1sgaqc': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.10', u'name': u'ellis-1sgaqc'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}. 2018-12-03 17:37:05,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-03 17:37:05,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-03 17:37:05,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmphJEAD2 /etc/bind/db.clearwater.local 2018-12-03 17:37:05,406 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:37:05,779 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:05,779 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:05,779 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:05,779 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:05,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:05,780 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:05,780 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:05,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:37:05,780 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:05,780 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:05 GMT 2018-12-03 17:37:05,780 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:05,780 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:37:05,780 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:10,786 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:37:10,865 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:10,865 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:10,865 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:10,865 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:10,865 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:10,866 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:10,866 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:10,866 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1822, "offset": 1784, "size": 50}}} 2018-12-03 17:37:10,866 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:10,866 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:10 GMT 2018-12-03 17:37:10,866 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:10,866 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:37:10,866 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:10,867 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:37:11,048 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:11,048 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:11,048 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:11,048 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:11,049 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:11,049 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:11,049 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:11,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:37:11,049 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:11,049 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:11 GMT 2018-12-03 17:37:11,049 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:11,049 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:37:11,049 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:16,050 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:37:16,137 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:16,137 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:16,137 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:16,137 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:16,137 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:16,137 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:16,138 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:16,138 - 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-12-03T17:37:12.520Z", "message": "# Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.16: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.16\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-12-03T17:37:12.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "e58de811-4b49-4375-bff2-e4a93b3e0310"}], "metadata": {"pagination": {"total": 1823, "offset": 1784, "size": 50}}} 2018-12-03 17:37:16,138 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:16,138 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:16 GMT 2018-12-03 17:37:16,138 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:16,138 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1452 2018-12-03 17:37:16,138 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:16,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.16: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.16 # 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-12-03 17:37:16,139 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:37:16,214 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:16,214 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:16,214 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:16,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:16,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:16,215 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:16,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:16,215 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:37:16,215 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:16,215 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:16 GMT 2018-12-03 17:37:16,215 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:16,215 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:37:16,215 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:21,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:37:21,294 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:21,294 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:21,294 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:21,294 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:21,294 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:21,295 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:21,295 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:21,295 - 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-12-03T17:37:16.242Z", "message": "Execution done (return_code=0): /tmp/V0C6S/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:16.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "e58de811-4b49-4375-bff2-e4a93b3e0310"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:16.429Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:16.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:17.813Z", "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 23 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 (13.4 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58595 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 metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, 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.450s\nuser\t0m12.351s\nsys\t0m2.866s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:17.813Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:18.110Z", "message": "[dime] The installation packages is done correctly", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:18.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:19.120Z", "message": "[dime] Use the DNS server", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:19.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:19.120Z", "message": "[dime] sudo service dnsmasq force", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:19.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:20.667Z", "message": "[dime] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.054s\nuser\t0m0.011s\nsys\t0m0.044s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:20.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:21.130Z", "message": "[dime] sudo ifconfig ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:21.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:21.130Z", "message": "[dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:94:cb:08 \n inet addr:192.168.120.18 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe94:cb08/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:120307 errors:0 dropped:0 overruns:0 frame:0\n TX packets:69874 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:177128404 (177.1 MB) TX bytes:12286554 (12.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: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.005s\nuser\t0m0.002s\nsys\t0m0.003s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:21.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}], "metadata": {"pagination": {"total": 1832, "offset": 1785, "size": 50}}} 2018-12-03 17:37:21,295 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:21,295 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:21 GMT 2018-12-03 17:37:21,295 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:21,295 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19565 2018-12-03 17:37:21,295 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:21,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/V0C6S/create_number.sh 2018-12-03 17:37:21,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:37:21,297 - 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 23 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 (13.4 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58595 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 metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, 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.450s user 0m12.351s sys 0m2.866s 2018-12-03 17:37:21,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2018-12-03 17:37:21,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2018-12-03 17:37:21,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2018-12-03 17:37:21,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.054s user 0m0.011s sys 0m0.044s 2018-12-03 17:37:21,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2018-12-03 17:37:21,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:94:cb:08 inet addr:192.168.120.18 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe94:cb08/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:120307 errors:0 dropped:0 overruns:0 frame:0 TX packets:69874 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:177128404 (177.1 MB) TX bytes:12286554 (12.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: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.005s user 0m0.002s sys 0m0.003s 2018-12-03 17:37:21,298 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:37:21,359 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:21,360 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:21,360 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:21,360 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:21,360 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:21,360 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:21,360 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:21,360 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:37:21,361 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:21,361 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:21 GMT 2018-12-03 17:37:21,361 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:21,361 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:37:21,361 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:26,365 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:37:26,440 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:26,440 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:26,441 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:26,441 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:26,441 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:26,441 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:26,441 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:26,441 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:22.140Z", "message": "[dime] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 17:28 ? 00:00:00 /sbin/init\nroot 2 0 0 17:28 ? 00:00:00 [kthreadd]\nroot 3 2 0 17:28 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 17:28 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 17:28 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 17:28 ? 00:00:00 [rcu_sched]\nroot 8 2 0 17:28 ? 00:00:00 [rcuos/0]\nroot 9 2 0 17:28 ? 00:00:00 [rcuos/1]\nroot 10 2 0 17:28 ? 00:00:00 [rcu_bh]\nroot 11 2 0 17:28 ? 00:00:00 [rcuob/0]\nroot 12 2 0 17:28 ? 00:00:00 [rcuob/1]\nroot 13 2 0 17:28 ? 00:00:00 [migration/0]\nroot 14 2 0 17:28 ? 00:00:00 [watchdog/0]\nroot 15 2 0 17:28 ? 00:00:00 [watchdog/1]\nroot 16 2 0 17:28 ? 00:00:00 [migration/1]\nroot 17 2 0 17:28 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 17:28 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 17:28 ? 00:00:00 [khelper]\nroot 21 2 0 17:28 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 17:28 ? 00:00:00 [netns]\nroot 23 2 0 17:28 ? 00:00:00 [writeback]\nroot 24 2 0 17:28 ? 00:00:00 [kintegrityd]\nroot 25 2 0 17:28 ? 00:00:00 [bioset]\nroot 26 2 0 17:28 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 17:28 ? 00:00:00 [kblockd]\nroot 28 2 0 17:28 ? 00:00:00 [ata_sff]\nroot 29 2 0 17:28 ? 00:00:00 [khubd]\nroot 30 2 0 17:28 ? 00:00:00 [md]\nroot 31 2 0 17:28 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 17:28 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 17:28 ? 00:00:00 [khungtaskd]\nroot 35 2 0 17:28 ? 00:00:00 [kswapd0]\nroot 36 2 0 17:28 ? 00:00:00 [vmstat]\nroot 37 2 0 17:28 ? 00:00:00 [ksmd]\nroot 38 2 0 17:28 ? 00:00:00 [khugepaged]\nroot 39 2 0 17:28 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 17:28 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 17:28 ? 00:00:00 [crypto]\nroot 53 2 0 17:28 ? 00:00:00 [kthrotld]\nroot 54 2 0 17:28 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 17:28 ? 00:00:00 [vballoon]\nroot 56 2 0 17:28 ? 00:00:00 [scsi_eh_0]\nroot 57 2 0 17:28 ? 00:00:00 [scsi_eh_1]\nroot 78 2 0 17:28 ? 00:00:00 [deferwq]\nroot 79 2 0 17:28 ? 00:00:00 [charger_manager]\nroot 87 2 0 17:28 ? 00:00:00 [kworker/1:1]\nroot 123 2 0 17:28 ? 00:00:00 [kpsmoused]\nroot 125 2 0 17:28 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 17:28 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 17:28 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 17:28 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 17:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 17:28 ? 00:00:00 [kworker/u5:1]\nroot 483 1 0 17:28 ? 00:00:00 upstart-socket-bridge --daemon\nroot 522 2 0 17:28 ? 00:00:00 [kworker/1:2]\nroot 587 1 0 17:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 17:28 ? 00:00:00 [kauditd]\nroot 946 1 0 17:28 ? 00:00:00 upstart-file-bridge --daemon\nroot 1030 1 0 17:28 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1033 1 0 17:28 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1037 1 0 17:28 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1038 1 0 17:28 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1040 1 0 17:28 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1083 1 0 17:28 ? 00:00:00 /usr/sbin/sshd -D\nroot 1086 1 0 17:28 ? 00:00:00 cron\ndaemon 1087 1 0 17:28 ? 00:00:00 atd\nroot 1094 1 0 17:28 ? 00:00:00 /usr/sbin/irqbalance\nroot 1097 1 0 17:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nsyslog 1150 1 0 17:28 ? 00:00:00 rsyslogd\nmessage+ 1231 1 0 17:28 ? 00:00:00 dbus-daemon --system --fork\nroot 1241 1 0 17:28 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1258 1 0 17:28 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1265 1 0 17:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1653 1 0 17:29 ? 00:00:00 /home/ubuntu/dime_host_mpfn5b/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_mpfn5b --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_mpfn5b --logging-server-logdir=/home/ubuntu/dime_host_mpfn5b/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_mpfn5b/work/dime_host_mpfn5b%I.log --pidfile=/home/ubuntu/dime_host_mpfn5b/work/dime_host_mpfn5b.pid\nubuntu 1767 1 0 17:29 ? 00:00:02 python2.7 /home/ubuntu/dime_host_mpfn5b/env/bin/diamond --configfile /home/ubuntu/dime_host_mpfn5b/work/plugins/diamond/etc/diamond.conf\nubuntu 1845 1653 0 17:32 ? 00:00:00 /home/ubuntu/dime_host_mpfn5b/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_mpfn5b --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_mpfn5b --logging-server-logdir=/home/ubuntu/dime_host_mpfn5b/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_mpfn5b/work/dime_host_mpfn5b%I.log --pidfile=/home/ubuntu/dime_host_mpfn5b/work/dime_host_mpfn5b.pid\nubuntu 1865 1845 0 17:32 ? 00:00:00 /home/ubuntu/dime_host_mpfn5b/env/bin/python2.7 /home/ubuntu/dime_host_mpfn5b/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-6vzeJb\nubuntu 1876 1865 0 17:32 ? 00:00:00 /bin/sh -c /tmp/LJ0KK/install-dime.sh\nubuntu 1878 1876 0 17:32 ? 00:00:00 /bin/bash -e /tmp/LJ0KK/install-dime.sh\nroot 2421 2 0 17:33 ? 00:00:00 [kworker/u5:2]\nntp 8961 1 0 17:35 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9532 1 0 17:36 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9533 9532 0 17:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9537 1 0 17:36 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9538 9537 0 17:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9544 9533 0 17:36 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9548 9538 0 17:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9549 9548 0 17:36 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9849 1 0 17:36 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9897 1 0 17:36 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9898 9897 0 17:36 ? 00:00:00 nginx: worker process\nwww-data 9899 9897 0 17:36 ? 00:00:00 nginx: worker process\nwww-data 9900 9897 0 17:36 ? 00:00:00 nginx: worker process\nwww-data 9901 9897 0 17:36 ? 00:00:00 nginx: worker process\nroot 10314 1 0 17:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10318 10314 0 17:36 ? 00:00:00 inotifywait -e create -qq .\nsnmp 10390 1 0 17:36 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 10670 1 0 17:37 ? 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 10735 1878 0 17:37 ? 00:00:00 /bin/bash -e /tmp/LJ0KK/install-dime.sh\nubuntu 10736 10735 0 17:37 ? 00:00:00 /bin/bash -e /tmp/LJ0KK/install-dime.sh\nroot 10737 10736 0 17:37 ? 00:00:00 sudo ps -edf\nroot 10738 10737 0 17:37 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.008s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:22.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:22.140Z", "message": "[dime] sudo ps ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:22.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:22.140Z", "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 10670/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1083/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9849/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9897/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 10670/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1083/sshd \nudp 0 0 192.168.120.18:123 0.0.0.0:* 8961/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8961/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8961/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 10390/snmpd \nudp 0 0 0.0.0.0:44618 0.0.0.0:* 587/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10670/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient \nudp6 0 0 :::44135 :::* 587/dhclient \nudp6 0 0 fe80::f816:3eff:fe9:123 :::* 8961/ntpd \nudp6 0 0 ::1:123 :::* 8961/ntpd \nudp6 0 0 :::123 :::* 8961/ntpd \nudp6 0 0 :::161 :::* 10390/snmpd \nudp6 0 0 ::1:53 :::* 10670/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 8004 1097/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7238 393/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11421 1653/python2.7 /tmp/cloudify-logging-server-4afe4.socket\nunix 2 [ ACC ] STREAM LISTENING 12407 1865/python2.7 /tmp/ctx-56IlN7.socket\nunix 2 [ ACC ] STREAM LISTENING 1533 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 8064 1231/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 19141 9544/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 22042 9549/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 23057 10390/snmpd /var/agentx/master\n\nreal\t0m0.007s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:22.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:22.140Z", "message": "[dime] sudo netstat ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:22.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:23.465Z", "message": "[dime] => /var/log\n/var/log/ralf\n/var/log/sysstat\n/var/log/sysstat/sa03\n/var/log/sysstat/clearwater-sa03\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-diags-monitor.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/homestead\n/var/log/homestead/homestead_20181203T170000Z.txt\n/var/log/homestead/homestead_out.log\n/var/log/homestead/homestead_current.txt\n/var/log/homestead/homestead_err.log\n/var/log/clearwater-socket-factory.log\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:23.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:23.465Z", "message": "[dime] => [03-Dec-2018 17:36:53 UTC] clearwater-diags-monitor starting\n[03-Dec-2018 17:36:53 UTC] Waiting for trigger files\n2018:12:03 17:36:09: Namespace: management\n2018:12:03 17:36:09: [management] Starting server\n2018:12:03 17:36:09: [management] Listening for requests\n2018:12:03 17:36:09: Namespace: signaling\n2018:12:03 17:36:09: [signaling] Starting server\n2018:12:03 17:36:09: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:23.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:23.465Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:23.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:23.465Z", "message": "[dime] sudo find /var/log", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:23.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:24.332Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:24.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:24.476Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:24.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:24.476Z", "message": "[dime] Installation is done", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:24.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:24.476Z", "message": "Execution done (return_code=0): /tmp/LJ0KK/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:24.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:24.476Z", "message": "[dime] => 2018-12-03 17:36:59.519915176 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:24.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "b2103a8d-380e-4779-bce8-925f3618908c"}, {"node_instance_id": "dime_vc3ab8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:24.931Z", "message": "Starting node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:24.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:25.961Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:25.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:25.961Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:25.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:26.081Z", "message": "Downloaded scripts/bind/bind.py to /tmp/UN2PJ/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:26.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "335ab020-40bc-45a2-92d5-334d3bb1ccd0"}], "metadata": {"pagination": {"total": 1852, "offset": 1794, "size": 50}}} 2018-12-03 17:37:26,441 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:26,441 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:26 GMT 2018-12-03 17:37:26,441 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:26,442 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23166 2018-12-03 17:37:26,442 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:26,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 17:28 ? 00:00:00 /sbin/init root 2 0 0 17:28 ? 00:00:00 [kthreadd] root 3 2 0 17:28 ? 00:00:00 [ksoftirqd/0] root 5 2 0 17:28 ? 00:00:00 [kworker/0:0H] root 6 2 0 17:28 ? 00:00:00 [kworker/u4:0] root 7 2 0 17:28 ? 00:00:00 [rcu_sched] root 8 2 0 17:28 ? 00:00:00 [rcuos/0] root 9 2 0 17:28 ? 00:00:00 [rcuos/1] root 10 2 0 17:28 ? 00:00:00 [rcu_bh] root 11 2 0 17:28 ? 00:00:00 [rcuob/0] root 12 2 0 17:28 ? 00:00:00 [rcuob/1] root 13 2 0 17:28 ? 00:00:00 [migration/0] root 14 2 0 17:28 ? 00:00:00 [watchdog/0] root 15 2 0 17:28 ? 00:00:00 [watchdog/1] root 16 2 0 17:28 ? 00:00:00 [migration/1] root 17 2 0 17:28 ? 00:00:00 [ksoftirqd/1] root 19 2 0 17:28 ? 00:00:00 [kworker/1:0H] root 20 2 0 17:28 ? 00:00:00 [khelper] root 21 2 0 17:28 ? 00:00:00 [kdevtmpfs] root 22 2 0 17:28 ? 00:00:00 [netns] root 23 2 0 17:28 ? 00:00:00 [writeback] root 24 2 0 17:28 ? 00:00:00 [kintegrityd] root 25 2 0 17:28 ? 00:00:00 [bioset] root 26 2 0 17:28 ? 00:00:00 [kworker/u5:0] root 27 2 0 17:28 ? 00:00:00 [kblockd] root 28 2 0 17:28 ? 00:00:00 [ata_sff] root 29 2 0 17:28 ? 00:00:00 [khubd] root 30 2 0 17:28 ? 00:00:00 [md] root 31 2 0 17:28 ? 00:00:00 [devfreq_wq] root 32 2 0 17:28 ? 00:00:00 [kworker/0:1] root 34 2 0 17:28 ? 00:00:00 [khungtaskd] root 35 2 0 17:28 ? 00:00:00 [kswapd0] root 36 2 0 17:28 ? 00:00:00 [vmstat] root 37 2 0 17:28 ? 00:00:00 [ksmd] root 38 2 0 17:28 ? 00:00:00 [khugepaged] root 39 2 0 17:28 ? 00:00:00 [fsnotify_mark] root 40 2 0 17:28 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 17:28 ? 00:00:00 [crypto] root 53 2 0 17:28 ? 00:00:00 [kthrotld] root 54 2 0 17:28 ? 00:00:00 [kworker/u4:1] root 55 2 0 17:28 ? 00:00:00 [vballoon] root 56 2 0 17:28 ? 00:00:00 [scsi_eh_0] root 57 2 0 17:28 ? 00:00:00 [scsi_eh_1] root 78 2 0 17:28 ? 00:00:00 [deferwq] root 79 2 0 17:28 ? 00:00:00 [charger_manager] root 87 2 0 17:28 ? 00:00:00 [kworker/1:1] root 123 2 0 17:28 ? 00:00:00 [kpsmoused] root 125 2 0 17:28 ? 00:00:00 [kworker/0:2] root 186 2 0 17:28 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 17:28 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 17:28 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 17:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 17:28 ? 00:00:00 [kworker/u5:1] root 483 1 0 17:28 ? 00:00:00 upstart-socket-bridge --daemon root 522 2 0 17:28 ? 00:00:00 [kworker/1:2] root 587 1 0 17:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 17:28 ? 00:00:00 [kauditd] root 946 1 0 17:28 ? 00:00:00 upstart-file-bridge --daemon root 1030 1 0 17:28 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1033 1 0 17:28 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1037 1 0 17:28 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1038 1 0 17:28 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1040 1 0 17:28 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1083 1 0 17:28 ? 00:00:00 /usr/sbin/sshd -D root 1086 1 0 17:28 ? 00:00:00 cron daemon 1087 1 0 17:28 ? 00:00:00 atd root 1094 1 0 17:28 ? 00:00:00 /usr/sbin/irqbalance root 1097 1 0 17:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket syslog 1150 1 0 17:28 ? 00:00:00 rsyslogd message+ 1231 1 0 17:28 ? 00:00:00 dbus-daemon --system --fork root 1241 1 0 17:28 ? 00:00:00 /lib/systemd/systemd-logind root 1258 1 0 17:28 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1265 1 0 17:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1653 1 0 17:29 ? 00:00:00 /home/ubuntu/dime_host_mpfn5b/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_mpfn5b --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_mpfn5b --logging-server-logdir=/home/ubuntu/dime_host_mpfn5b/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_mpfn5b/work/dime_host_mpfn5b%I.log --pidfile=/home/ubuntu/dime_host_mpfn5b/work/dime_host_mpfn5b.pid ubuntu 1767 1 0 17:29 ? 00:00:02 python2.7 /home/ubuntu/dime_host_mpfn5b/env/bin/diamond --configfile /home/ubuntu/dime_host_mpfn5b/work/plugins/diamond/etc/diamond.conf ubuntu 1845 1653 0 17:32 ? 00:00:00 /home/ubuntu/dime_host_mpfn5b/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_mpfn5b --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_mpfn5b --logging-server-logdir=/home/ubuntu/dime_host_mpfn5b/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_mpfn5b/work/dime_host_mpfn5b%I.log --pidfile=/home/ubuntu/dime_host_mpfn5b/work/dime_host_mpfn5b.pid ubuntu 1865 1845 0 17:32 ? 00:00:00 /home/ubuntu/dime_host_mpfn5b/env/bin/python2.7 /home/ubuntu/dime_host_mpfn5b/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-6vzeJb ubuntu 1876 1865 0 17:32 ? 00:00:00 /bin/sh -c /tmp/LJ0KK/install-dime.sh ubuntu 1878 1876 0 17:32 ? 00:00:00 /bin/bash -e /tmp/LJ0KK/install-dime.sh root 2421 2 0 17:33 ? 00:00:00 [kworker/u5:2] ntp 8961 1 0 17:35 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9532 1 0 17:36 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9533 9532 0 17:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9537 1 0 17:36 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9538 9537 0 17:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9544 9533 0 17:36 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9548 9538 0 17:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9549 9548 0 17:36 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9849 1 0 17:36 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9897 1 0 17:36 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9898 9897 0 17:36 ? 00:00:00 nginx: worker process www-data 9899 9897 0 17:36 ? 00:00:00 nginx: worker process www-data 9900 9897 0 17:36 ? 00:00:00 nginx: worker process www-data 9901 9897 0 17:36 ? 00:00:00 nginx: worker process root 10314 1 0 17:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10318 10314 0 17:36 ? 00:00:00 inotifywait -e create -qq . snmp 10390 1 0 17:36 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 10670 1 0 17:37 ? 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 10735 1878 0 17:37 ? 00:00:00 /bin/bash -e /tmp/LJ0KK/install-dime.sh ubuntu 10736 10735 0 17:37 ? 00:00:00 /bin/bash -e /tmp/LJ0KK/install-dime.sh root 10737 10736 0 17:37 ? 00:00:00 sudo ps -edf root 10738 10737 0 17:37 ? 00:00:00 ps -edf real 0m0.009s user 0m0.008s sys 0m0.002s 2018-12-03 17:37:26,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2018-12-03 17:37:26,443 - 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 10670/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1083/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9849/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9897/nginx tcp6 0 0 ::1:53 :::* LISTEN 10670/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1083/sshd udp 0 0 192.168.120.18:123 0.0.0.0:* 8961/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8961/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8961/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 10390/snmpd udp 0 0 0.0.0.0:44618 0.0.0.0:* 587/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10670/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient udp6 0 0 :::44135 :::* 587/dhclient udp6 0 0 fe80::f816:3eff:fe9:123 :::* 8961/ntpd udp6 0 0 ::1:123 :::* 8961/ntpd udp6 0 0 :::123 :::* 8961/ntpd udp6 0 0 :::161 :::* 10390/snmpd udp6 0 0 ::1:53 :::* 10670/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8004 1097/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 7238 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11421 1653/python2.7 /tmp/cloudify-logging-server-4afe4.socket unix 2 [ ACC ] STREAM LISTENING 12407 1865/python2.7 /tmp/ctx-56IlN7.socket unix 2 [ ACC ] STREAM LISTENING 1533 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 8064 1231/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 19141 9544/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 22042 9549/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 23057 10390/snmpd /var/agentx/master real 0m0.007s user 0m0.003s sys 0m0.004s 2018-12-03 17:37:26,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2018-12-03 17:37:26,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => /var/log /var/log/ralf /var/log/sysstat /var/log/sysstat/sa03 /var/log/sysstat/clearwater-sa03 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-diags-monitor.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/homestead /var/log/homestead/homestead_20181203T170000Z.txt /var/log/homestead/homestead_out.log /var/log/homestead/homestead_current.txt /var/log/homestead/homestead_err.log /var/log/clearwater-socket-factory.log /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.007s user 0m0.000s sys 0m0.005s 2018-12-03 17:37:26,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => [03-Dec-2018 17:36:53 UTC] clearwater-diags-monitor starting [03-Dec-2018 17:36:53 UTC] Waiting for trigger files 2018:12:03 17:36:09: Namespace: management 2018:12:03 17:36:09: [management] Starting server 2018:12:03 17:36:09: [management] Listening for requests 2018:12:03 17:36:09: Namespace: signaling 2018:12:03 17:36:09: [signaling] Starting server 2018:12:03 17:36:09: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2018-12-03 17:37:26,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-12-03 17:37:26,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2018-12-03 17:37:26,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:37:26,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-12-03 17:37:26,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2018-12-03 17:37:26,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/LJ0KK/install-dime.sh 2018-12-03 17:37:26,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018-12-03 17:36:59.519915176 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2018-12-03 17:37:26,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:37:26,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:37:26,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:37:26,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/UN2PJ/bind.py 2018-12-03 17:37:26,446 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:37:26,516 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:26,516 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:26,516 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:26,517 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:26,517 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:26,517 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:26,517 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:26,517 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:37:26,517 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:26,517 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:26 GMT 2018-12-03 17:37:26,517 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:26,517 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:37:26,518 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:31,522 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:37:31,623 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:31,623 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:31,623 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:31,623 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:31,624 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:31,624 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:31,624 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:31,624 - 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-12-03T17:37:26.515Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:26.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "335ab020-40bc-45a2-92d5-334d3bb1ccd0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:26.983Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:26.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:27.524Z", "message": "The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {u'homer_jtwq6c': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-jtwq6c'}}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'ellis': {u'ellis_1sgaqc': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.10', u'name': u'ellis-1sgaqc'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}, u'dime': {u'dime_vc3ab8': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'dime-vc3ab8'}}}, 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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:27.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "335ab020-40bc-45a2-92d5-334d3bb1ccd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:27.524Z", "message": "[localhost] run: sudo mv /tmp/tmpByUE7j /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:27.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "335ab020-40bc-45a2-92d5-334d3bb1ccd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:27.524Z", "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-12-03T17:37:27.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "335ab020-40bc-45a2-92d5-334d3bb1ccd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:27.524Z", "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-12-03T17:37:27.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "335ab020-40bc-45a2-92d5-334d3bb1ccd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:27.524Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:27.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "335ab020-40bc-45a2-92d5-334d3bb1ccd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:27.524Z", "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-12-03T17:37:27.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "335ab020-40bc-45a2-92d5-334d3bb1ccd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:27.524Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:27.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "335ab020-40bc-45a2-92d5-334d3bb1ccd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:27.524Z", "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-12-03T17:37:27.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "335ab020-40bc-45a2-92d5-334d3bb1ccd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:27.524Z", "message": "[localhost] run: sudo mv /tmp/tmpxgyEKs /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:27.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "335ab020-40bc-45a2-92d5-334d3bb1ccd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:27.524Z", "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-12-03T17:37:27.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "335ab020-40bc-45a2-92d5-334d3bb1ccd0"}], "metadata": {"pagination": {"total": 1865, "offset": 1811, "size": 50}}} 2018-12-03 17:37:31,624 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:31,624 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:31 GMT 2018-12-03 17:37:31,624 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:31,624 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7431 2018-12-03 17:37:31,624 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:31,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-03 17:37:31,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:37:31,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {u'homer_jtwq6c': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-jtwq6c'}}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'ellis': {u'ellis_1sgaqc': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.10', u'name': u'ellis-1sgaqc'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}, u'dime': {u'dime_vc3ab8': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'dime-vc3ab8'}}}, 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.16', u'hss_hostname': u''}. 2018-12-03 17:37:31,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpByUE7j /etc/bind/db.clearwater.local 2018-12-03 17:37:31,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-03 17:37:31,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-03 17:37:31,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-03 17:37:31,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-03 17:37:31,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-03 17:37:31,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-03 17:37:31,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpxgyEKs /etc/bind/db.clearwater.opnfv 2018-12-03 17:37:31,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:37:31,627 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:37:31,691 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:31,691 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:31,691 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:31,691 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:31,692 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:31,692 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:31,692 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:31,692 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:37:31,692 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:31,692 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:31 GMT 2018-12-03 17:37:31,692 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:31,692 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:37:31,692 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:36,698 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:37:36,839 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:36,839 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:36,839 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:36,839 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:36,840 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:36,840 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:36,840 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:36,840 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1865, "offset": 1823, "size": 50}}} 2018-12-03 17:37:36,840 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:36,840 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:36 GMT 2018-12-03 17:37:36,840 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:36,840 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:37:36,840 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:36,841 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:37:36,938 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:36,938 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:36,938 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:36,938 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:36,938 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:36,938 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:36,938 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:36,939 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:37:36,939 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:36,939 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:36 GMT 2018-12-03 17:37:36,939 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:36,939 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:37:36,939 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:41,944 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:37:42,515 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:42,515 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:42,515 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:42,515 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:42,515 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:42,515 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:42,516 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:42,516 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1865, "offset": 1823, "size": 50}}} 2018-12-03 17:37:42,516 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:42,516 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:42 GMT 2018-12-03 17:37:42,516 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:42,516 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:37:42,516 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:42,516 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:37:42,579 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:42,579 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:42,579 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:42,579 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:42,579 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:42,579 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:42,580 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:42,580 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:37:42,580 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:42,580 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:42 GMT 2018-12-03 17:37:42,580 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:42,580 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:37:42,580 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:47,586 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:37:48,102 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:48,102 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:48,102 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:48,102 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:48,102 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:48,102 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:48,103 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:48,103 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:44.458Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:44.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}], "metadata": {"pagination": {"total": 1866, "offset": 1823, "size": 50}}} 2018-12-03 17:37:48,103 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:48,103 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:48 GMT 2018-12-03 17:37:48,103 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:48,103 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 624 2018-12-03 17:37:48,103 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:48,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-03 17:37:48,104 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:37:48,178 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:48,179 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:48,179 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:48,179 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:48,179 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:48,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:48,179 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:48,179 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:37:48,179 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:48,179 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:48 GMT 2018-12-03 17:37:48,179 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:48,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:37:48,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:53,185 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:37:53,445 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:53,445 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:53,446 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:53,446 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:53,446 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:53,446 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:53,446 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:53,446 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:53.087Z", "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 23 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,595 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59686 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.436s\nuser\t0m3.456s\nsys\t0m0.688s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:53.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}], "metadata": {"pagination": {"total": 1867, "offset": 1824, "size": 50}}} 2018-12-03 17:37:53,446 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:53,446 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:53 GMT 2018-12-03 17:37:53,446 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:53,447 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5329 2018-12-03 17:37:53,447 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:53,447 - 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 23 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,595 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59686 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.436s user 0m3.456s sys 0m0.688s 2018-12-03 17:37:53,447 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:37:53,558 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:53,558 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:53,559 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:53,559 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:53,559 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:53,559 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:53,559 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:53,559 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:37:53,559 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:53,559 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:53 GMT 2018-12-03 17:37:53,559 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:53,559 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:37:53,560 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:58,565 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:37:58,647 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:58,647 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:58,647 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:58,647 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:58,647 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:58,647 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:58,648 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:58,648 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:53.547Z", "message": "[vellum] Use the DNS server", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:53.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:53.547Z", "message": "[vellum] The installation packages is done correctly", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:53.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:54.555Z", "message": "[vellum] sudo service dnsmasq force", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:54.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:55.942Z", "message": "[vellum] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.049s\nuser\t0m0.003s\nsys\t0m0.047s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:55.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:56.567Z", "message": "[vellum] sudo ifconfig ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:56.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:56.567Z", "message": "[vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:59:06:b3 \n inet addr:192.168.120.22 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe59:6b3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151519 errors:0 dropped:0 overruns:0 frame:0\n TX packets:74036 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:223173998 (223.1 MB) TX bytes:12890419 (12.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: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.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:56.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:57.580Z", "message": "[vellum] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 17:29 ? 00:00:00 /sbin/init\nroot 2 0 0 17:29 ? 00:00:00 [kthreadd]\nroot 3 2 0 17:29 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 17:29 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 17:29 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 17:29 ? 00:00:00 [rcu_sched]\nroot 8 2 0 17:29 ? 00:00:00 [rcuos/0]\nroot 9 2 0 17:29 ? 00:00:00 [rcuos/1]\nroot 10 2 0 17:29 ? 00:00:00 [rcu_bh]\nroot 11 2 0 17:29 ? 00:00:00 [rcuob/0]\nroot 12 2 0 17:29 ? 00:00:00 [rcuob/1]\nroot 13 2 0 17:29 ? 00:00:00 [migration/0]\nroot 14 2 0 17:29 ? 00:00:00 [watchdog/0]\nroot 15 2 0 17:29 ? 00:00:00 [watchdog/1]\nroot 16 2 0 17:29 ? 00:00:00 [migration/1]\nroot 17 2 0 17:29 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 17:29 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 17:29 ? 00:00:00 [khelper]\nroot 21 2 0 17:29 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 17:29 ? 00:00:00 [netns]\nroot 23 2 0 17:29 ? 00:00:00 [writeback]\nroot 24 2 0 17:29 ? 00:00:00 [kintegrityd]\nroot 25 2 0 17:29 ? 00:00:00 [bioset]\nroot 26 2 0 17:29 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 17:29 ? 00:00:00 [kblockd]\nroot 28 2 0 17:29 ? 00:00:00 [ata_sff]\nroot 29 2 0 17:29 ? 00:00:00 [khubd]\nroot 30 2 0 17:29 ? 00:00:00 [md]\nroot 31 2 0 17:29 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 17:29 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 17:29 ? 00:00:00 [khungtaskd]\nroot 35 2 0 17:29 ? 00:00:00 [kswapd0]\nroot 36 2 0 17:29 ? 00:00:00 [vmstat]\nroot 37 2 0 17:29 ? 00:00:00 [ksmd]\nroot 38 2 0 17:29 ? 00:00:00 [khugepaged]\nroot 39 2 0 17:29 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 17:29 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 17:29 ? 00:00:00 [crypto]\nroot 53 2 0 17:29 ? 00:00:00 [kthrotld]\nroot 54 2 0 17:29 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 17:29 ? 00:00:00 [vballoon]\nroot 56 2 0 17:29 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 17:29 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 17:29 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 17:29 ? 00:00:00 [deferwq]\nroot 80 2 0 17:29 ? 00:00:00 [charger_manager]\nroot 124 2 0 17:29 ? 00:00:00 [kpsmoused]\nroot 142 2 0 17:29 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 17:29 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 17:29 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 17:29 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 433 2 0 17:29 ? 00:00:00 [kworker/u5:1]\nroot 476 1 0 17:29 ? 00:00:00 upstart-socket-bridge --daemon\nroot 559 1 0 17:29 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 818 2 0 17:29 ? 00:00:00 [kauditd]\nmessage+ 895 1 0 17:29 ? 00:00:00 dbus-daemon --system --fork\nroot 927 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-logind\nroot 949 1 0 17:29 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1013 1 0 17:29 ? 00:00:00 rsyslogd\nroot 1049 1 0 17:29 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1052 1 0 17:29 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1056 1 0 17:29 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1057 1 0 17:29 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1059 1 0 17:29 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1097 1 0 17:29 ? 00:00:00 /usr/sbin/sshd -D\nroot 1101 1 0 17:29 ? 00:00:00 cron\ndaemon 1102 1 0 17:29 ? 00:00:00 atd\nroot 1108 1 0 17:29 ? 00:00:00 /usr/sbin/irqbalance\nroot 1141 1 0 17:29 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1197 1 0 17:29 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1203 1 0 17:29 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1450 2 0 17:29 ? 00:00:00 [kworker/1:2]\nubuntu 1650 1 0 17:29 ? 00:00:00 /home/ubuntu/vellum_host_4jt7kl/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_4jt7kl --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_4jt7kl --logging-server-logdir=/home/ubuntu/vellum_host_4jt7kl/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_4jt7kl/work/vellum_host_4jt7kl%I.log --pidfile=/home/ubuntu/vellum_host_4jt7kl/work/vellum_host_4jt7kl.pid\nubuntu 1764 1 0 17:30 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_4jt7kl/env/bin/diamond --configfile /home/ubuntu/vellum_host_4jt7kl/work/plugins/diamond/etc/diamond.conf\nubuntu 1828 1650 0 17:32 ? 00:00:00 /home/ubuntu/vellum_host_4jt7kl/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_4jt7kl --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_4jt7kl --logging-server-logdir=/home/ubuntu/vellum_host_4jt7kl/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_4jt7kl/work/vellum_host_4jt7kl%I.log --pidfile=/home/ubuntu/vellum_host_4jt7kl/work/vellum_host_4jt7kl.pid\nubuntu 1848 1828 0 17:32 ? 00:00:00 /home/ubuntu/vellum_host_4jt7kl/env/bin/python2.7 /home/ubuntu/vellum_host_4jt7kl/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-P_t1qY\nubuntu 1859 1848 0 17:32 ? 00:00:00 /bin/sh -c /tmp/EAUH5/install-vellum.sh\nubuntu 1861 1859 0 17:32 ? 00:00:00 /bin/bash -e /tmp/EAUH5/install-vellum.sh\nroot 3452 2 0 17:33 ? 00:00:00 [kworker/u5:2]\nntp 12288 1 0 17:36 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112\nmemcache 12688 1 0 17:36 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\nroot 13014 1 0 17:37 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 13657 1 0 17:37 ? 00:00:00 /bin/sh -e /proc/self/fd/9\nroot 13665 13657 0 17:37 ? 00:00:00 cpulimit -e astaire -l 10\nroot 13969 13014 0 17:37 ? 00:00:00 [check-monit-upt] \ndnsmasq 14625 1 0 17:37 ? 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 14688 1861 0 17:37 ? 00:00:00 /bin/bash -e /tmp/EAUH5/install-vellum.sh\nubuntu 14689 14688 0 17:37 ? 00:00:00 /bin/bash -e /tmp/EAUH5/install-vellum.sh\nroot 14690 14689 0 17:37 ? 00:00:00 sudo ps -edf\nroot 14691 14690 0 17:37 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:57.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:57.580Z", "message": "[vellum] sudo netstat ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:57.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:57.580Z", "message": "[vellum] sudo find /var/log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:57.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:57.580Z", "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 14625/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 13014/monit \ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12688/memcached \ntcp6 0 0 ::1:53 :::* LISTEN 14625/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1097/sshd \nudp 0 0 192.168.120.22:123 0.0.0.0:* 12288/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 12288/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 12288/ntpd \nudp 0 0 0.0.0.0:43821 0.0.0.0:* 559/dhclient \nudp 0 0 127.0.0.1:11211 0.0.0.0:* 12688/memcached \nudp 0 0 127.0.0.1:53 0.0.0.0:* 14625/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 559/dhclient \nudp6 0 0 ::1:123 :::* 12288/ntpd \nudp6 0 0 fe80::f816:3eff:fe5:123 :::* 12288/ntpd \nudp6 0 0 :::123 :::* 12288/ntpd \nudp6 0 0 :::48422 :::* 559/dhclient \nudp6 0 0 ::1:53 :::* 14625/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9250 895/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 9527 1141/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 10859 1650/python2.7 /tmp/cloudify-logging-server-9d21c.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7510 393/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 12120 1848/python2.7 /tmp/ctx-WMV6Tb.socket\nunix 2 [ ACC ] STREAM LISTENING 1549 1/init @/com/ubuntu/upstart\n\nreal\t0m0.006s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:57.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:57.580Z", "message": "[vellum] sudo ps ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:57.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:58.596Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:58.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:58.596Z", "message": "[vellum] => /var/log\n/var/log/chronos\n/var/log/sysstat\n/var/log/dpkg.log\n/var/log/cassandra\n/var/log/cassandra/system.log\n/var/log/wtmp\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/astaire\n/var/log/astaire/astaire_current.txt\n/var/log/astaire/astaire_out.log\n/var/log/astaire/astaire_err.log\n/var/log/astaire/astaire_20181203T170000Z.txt\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/memcached.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/astaire-throttle.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/rogers\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.006s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:58.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:58.596Z", "message": "[vellum] sudo cat /var/log/clearwater*.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:58.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}], "metadata": {"pagination": {"total": 1883, "offset": 1825, "size": 50}}} 2018-12-03 17:37:58,648 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:58,648 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:58 GMT 2018-12-03 17:37:58,648 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:58,648 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20482 2018-12-03 17:37:58,648 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:37:58,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2018-12-03 17:37:58,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2018-12-03 17:37:58,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2018-12-03 17:37:58,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.049s user 0m0.003s sys 0m0.047s 2018-12-03 17:37:58,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2018-12-03 17:37:58,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:59:06:b3 inet addr:192.168.120.22 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe59:6b3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:151519 errors:0 dropped:0 overruns:0 frame:0 TX packets:74036 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:223173998 (223.1 MB) TX bytes:12890419 (12.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: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.004s 2018-12-03 17:37:58,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 17:29 ? 00:00:00 /sbin/init root 2 0 0 17:29 ? 00:00:00 [kthreadd] root 3 2 0 17:29 ? 00:00:00 [ksoftirqd/0] root 5 2 0 17:29 ? 00:00:00 [kworker/0:0H] root 6 2 0 17:29 ? 00:00:00 [kworker/u4:0] root 7 2 0 17:29 ? 00:00:00 [rcu_sched] root 8 2 0 17:29 ? 00:00:00 [rcuos/0] root 9 2 0 17:29 ? 00:00:00 [rcuos/1] root 10 2 0 17:29 ? 00:00:00 [rcu_bh] root 11 2 0 17:29 ? 00:00:00 [rcuob/0] root 12 2 0 17:29 ? 00:00:00 [rcuob/1] root 13 2 0 17:29 ? 00:00:00 [migration/0] root 14 2 0 17:29 ? 00:00:00 [watchdog/0] root 15 2 0 17:29 ? 00:00:00 [watchdog/1] root 16 2 0 17:29 ? 00:00:00 [migration/1] root 17 2 0 17:29 ? 00:00:00 [ksoftirqd/1] root 19 2 0 17:29 ? 00:00:00 [kworker/1:0H] root 20 2 0 17:29 ? 00:00:00 [khelper] root 21 2 0 17:29 ? 00:00:00 [kdevtmpfs] root 22 2 0 17:29 ? 00:00:00 [netns] root 23 2 0 17:29 ? 00:00:00 [writeback] root 24 2 0 17:29 ? 00:00:00 [kintegrityd] root 25 2 0 17:29 ? 00:00:00 [bioset] root 26 2 0 17:29 ? 00:00:00 [kworker/u5:0] root 27 2 0 17:29 ? 00:00:00 [kblockd] root 28 2 0 17:29 ? 00:00:00 [ata_sff] root 29 2 0 17:29 ? 00:00:00 [khubd] root 30 2 0 17:29 ? 00:00:00 [md] root 31 2 0 17:29 ? 00:00:00 [devfreq_wq] root 32 2 0 17:29 ? 00:00:00 [kworker/0:1] root 34 2 0 17:29 ? 00:00:00 [khungtaskd] root 35 2 0 17:29 ? 00:00:00 [kswapd0] root 36 2 0 17:29 ? 00:00:00 [vmstat] root 37 2 0 17:29 ? 00:00:00 [ksmd] root 38 2 0 17:29 ? 00:00:00 [khugepaged] root 39 2 0 17:29 ? 00:00:00 [fsnotify_mark] root 40 2 0 17:29 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 17:29 ? 00:00:00 [crypto] root 53 2 0 17:29 ? 00:00:00 [kthrotld] root 54 2 0 17:29 ? 00:00:00 [kworker/u4:1] root 55 2 0 17:29 ? 00:00:00 [vballoon] root 56 2 0 17:29 ? 00:00:00 [kworker/1:1] root 57 2 0 17:29 ? 00:00:00 [scsi_eh_0] root 58 2 0 17:29 ? 00:00:00 [scsi_eh_1] root 79 2 0 17:29 ? 00:00:00 [deferwq] root 80 2 0 17:29 ? 00:00:00 [charger_manager] root 124 2 0 17:29 ? 00:00:00 [kpsmoused] root 142 2 0 17:29 ? 00:00:00 [kworker/0:2] root 186 2 0 17:29 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 17:29 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 17:29 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 433 2 0 17:29 ? 00:00:00 [kworker/u5:1] root 476 1 0 17:29 ? 00:00:00 upstart-socket-bridge --daemon root 559 1 0 17:29 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 818 2 0 17:29 ? 00:00:00 [kauditd] message+ 895 1 0 17:29 ? 00:00:00 dbus-daemon --system --fork root 927 1 0 17:29 ? 00:00:00 /lib/systemd/systemd-logind root 949 1 0 17:29 ? 00:00:00 upstart-file-bridge --daemon syslog 1013 1 0 17:29 ? 00:00:00 rsyslogd root 1049 1 0 17:29 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1052 1 0 17:29 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1056 1 0 17:29 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1057 1 0 17:29 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1059 1 0 17:29 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1097 1 0 17:29 ? 00:00:00 /usr/sbin/sshd -D root 1101 1 0 17:29 ? 00:00:00 cron daemon 1102 1 0 17:29 ? 00:00:00 atd root 1108 1 0 17:29 ? 00:00:00 /usr/sbin/irqbalance root 1141 1 0 17:29 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1197 1 0 17:29 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1203 1 0 17:29 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1450 2 0 17:29 ? 00:00:00 [kworker/1:2] ubuntu 1650 1 0 17:29 ? 00:00:00 /home/ubuntu/vellum_host_4jt7kl/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_4jt7kl --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_4jt7kl --logging-server-logdir=/home/ubuntu/vellum_host_4jt7kl/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_4jt7kl/work/vellum_host_4jt7kl%I.log --pidfile=/home/ubuntu/vellum_host_4jt7kl/work/vellum_host_4jt7kl.pid ubuntu 1764 1 0 17:30 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_4jt7kl/env/bin/diamond --configfile /home/ubuntu/vellum_host_4jt7kl/work/plugins/diamond/etc/diamond.conf ubuntu 1828 1650 0 17:32 ? 00:00:00 /home/ubuntu/vellum_host_4jt7kl/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_4jt7kl --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_4jt7kl --logging-server-logdir=/home/ubuntu/vellum_host_4jt7kl/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_4jt7kl/work/vellum_host_4jt7kl%I.log --pidfile=/home/ubuntu/vellum_host_4jt7kl/work/vellum_host_4jt7kl.pid ubuntu 1848 1828 0 17:32 ? 00:00:00 /home/ubuntu/vellum_host_4jt7kl/env/bin/python2.7 /home/ubuntu/vellum_host_4jt7kl/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-P_t1qY ubuntu 1859 1848 0 17:32 ? 00:00:00 /bin/sh -c /tmp/EAUH5/install-vellum.sh ubuntu 1861 1859 0 17:32 ? 00:00:00 /bin/bash -e /tmp/EAUH5/install-vellum.sh root 3452 2 0 17:33 ? 00:00:00 [kworker/u5:2] ntp 12288 1 0 17:36 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 memcache 12688 1 0 17:36 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 13014 1 0 17:37 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13657 1 0 17:37 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13665 13657 0 17:37 ? 00:00:00 cpulimit -e astaire -l 10 root 13969 13014 0 17:37 ? 00:00:00 [check-monit-upt] dnsmasq 14625 1 0 17:37 ? 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 14688 1861 0 17:37 ? 00:00:00 /bin/bash -e /tmp/EAUH5/install-vellum.sh ubuntu 14689 14688 0 17:37 ? 00:00:00 /bin/bash -e /tmp/EAUH5/install-vellum.sh root 14690 14689 0 17:37 ? 00:00:00 sudo ps -edf root 14691 14690 0 17:37 ? 00:00:00 ps -edf real 0m0.008s user 0m0.004s sys 0m0.004s 2018-12-03 17:37:58,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2018-12-03 17:37:58,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2018-12-03 17:37:58,651 - 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 14625/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 13014/monit tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12688/memcached tcp6 0 0 ::1:53 :::* LISTEN 14625/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1097/sshd udp 0 0 192.168.120.22:123 0.0.0.0:* 12288/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 12288/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 12288/ntpd udp 0 0 0.0.0.0:43821 0.0.0.0:* 559/dhclient udp 0 0 127.0.0.1:11211 0.0.0.0:* 12688/memcached udp 0 0 127.0.0.1:53 0.0.0.0:* 14625/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 559/dhclient udp6 0 0 ::1:123 :::* 12288/ntpd udp6 0 0 fe80::f816:3eff:fe5:123 :::* 12288/ntpd udp6 0 0 :::123 :::* 12288/ntpd udp6 0 0 :::48422 :::* 559/dhclient udp6 0 0 ::1:53 :::* 14625/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9250 895/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 9527 1141/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 10859 1650/python2.7 /tmp/cloudify-logging-server-9d21c.socket unix 2 [ ACC ] SEQPACKET LISTENING 7510 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 12120 1848/python2.7 /tmp/ctx-WMV6Tb.socket unix 2 [ ACC ] STREAM LISTENING 1549 1/init @/com/ubuntu/upstart real 0m0.006s user 0m0.003s sys 0m0.004s 2018-12-03 17:37:58,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2018-12-03 17:37:58,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-12-03 17:37:58,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => /var/log /var/log/chronos /var/log/sysstat /var/log/dpkg.log /var/log/cassandra /var/log/cassandra/system.log /var/log/wtmp /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/astaire /var/log/astaire/astaire_current.txt /var/log/astaire/astaire_out.log /var/log/astaire/astaire_err.log /var/log/astaire/astaire_20181203T170000Z.txt /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/memcached.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/astaire-throttle.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/rogers /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.006s user 0m0.003s sys 0m0.002s 2018-12-03 17:37:58,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater*.log 2018-12-03 17:37:58,652 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:37:58,835 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:37:58,836 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:37:58,836 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:37:58,836 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:37:58,836 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:37:58,836 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:37:58,836 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:37:58,836 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:37:58,836 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:37:58,836 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:37:58 GMT 2018-12-03 17:37:58,837 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:37:58,837 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:37:58,837 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:03,838 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:38:03,923 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:03,923 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:03,923 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:03,923 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:03,923 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:03,923 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:03,923 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:03,924 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:59.608Z", "message": "[vellum] sudo cat /var/log/cassandra/system.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:59.608Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:59.608Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:59.608Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:59.608Z", "message": "[vellum] sudo cat /etc/cassandra/logback", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:59.608Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:59.608Z", "message": "[vellum] => 2018-12-03 17:37:10.695669259 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:59.608Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:37:59.608Z", "message": "[vellum] => INFO [main] 2018-12-03 17:34:32,031 CassandraDaemon.java:159 - Could not resolve local host\nINFO [main] 2018-12-03 17:34:32,044 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-12-03 17:34:32,121 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-12-03 17:34:32,260 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap\nINFO [main] 2018-12-03 17:34:32,268 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB\nINFO [main] 2018-12-03 17:34:32,269 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB\nINFO [main] 2018-12-03 17:34:32,579 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-12-03 17:34:32,603 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-12-03 17:34:32,647 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181\nWARN [main] 2018-12-03 17:34:32,647 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release\nINFO [main] 2018-12-03 17:34:32,648 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480\nINFO [main] 2018-12-03 17:34:32,648 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 703936(687K) committed = 2555904(2496K) max = 50331648(49152K)\nINFO [main] 2018-12-03 17:34:32,648 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74013696(72279K) committed = 167772160(163840K) max = 167772160(163840K)\nINFO [main] 2018-12-03 17:34:32,648 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K)\nINFO [main] 2018-12-03 17:34:32,648 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K)\nINFO [main] 2018-12-03 17:34:32,648 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16727928(16335K) committed = 21757952(21248K) max = 174063616(169984K)\nINFO [main] 2018-12-03 17:34:32,648 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-12-03 17:34:32,649 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_1543858471.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1543858471.log]\nINFO [main] 2018-12-03 17:34:32,749 CLibrary.java:144 - JNA mlockall successful\nWARN [main] 2018-12-03 17:34:32,749 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.\nERROR [main] 2018-12-03 17:34:32,836 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist\nERROR [main] 2018-12-03 17:34:32,839 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist\nERROR [main] 2018-12-03 17:34:32,839 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist\nINFO [main] 2018-12-03 17:34:32,843 CacheService.java:110 - Initializing key cache with capacity of 49 MBs.\nINFO [main] 2018-12-03 17:34:32,849 CacheService.java:132 - Initializing row cache with capacity of 0 MBs\nINFO [main] 2018-12-03 17:34:32,853 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs\nINFO [main] 2018-12-03 17:34:32,854 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys).\nINFO [main] 2018-12-03 17:34:32,917 ColumnFamilyStore.java:361 - Initializing system.schema_triggers\nINFO [main] 2018-12-03 17:34:34,029 ColumnFamilyStore.java:361 - Initializing system.compaction_history\nINFO [main] 2018-12-03 17:34:34,035 ColumnFamilyStore.java:361 - Initializing system.batchlog\nINFO [main] 2018-12-03 17:34:34,039 ColumnFamilyStore.java:361 - Initializing system.sstable_activity\nINFO [main] 2018-12-03 17:34:34,044 ColumnFamilyStore.java:361 - Initializing system.peer_events\nINFO [main] 2018-12-03 17:34:34,048 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress\nINFO [main] 2018-12-03 17:34:34,052 ColumnFamilyStore.java:361 - Initializing system.hints\nINFO [main] 2018-12-03 17:34:34,060 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces\nINFO [main] 2018-12-03 17:34:34,064 ColumnFamilyStore.java:361 - Initializing system.range_xfers\nINFO [main] 2018-12-03 17:34:34,070 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies\nINFO [main] 2018-12-03 17:34:34,074 ColumnFamilyStore.java:361 - Initializing system.paxos\nINFO [main] 2018-12-03 17:34:34,080 ColumnFamilyStore.java:361 - Initializing system.schema_columns\nINFO [main] 2018-12-03 17:34:34,085 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes\nINFO [main] 2018-12-03 17:34:34,088 ColumnFamilyStore.java:361 - Initializing system.IndexInfo\nINFO [main] 2018-12-03 17:34:34,092 ColumnFamilyStore.java:361 - Initializing system.peers\nINFO [main] 2018-12-03 17:34:34,095 ColumnFamilyStore.java:361 - Initializing system.size_estimates\nINFO [main] 2018-12-03 17:34:34,098 ColumnFamilyStore.java:361 - Initializing system.local\nINFO [main] 2018-12-03 17:34:34,172 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage.\nINFO [main] 2018-12-03 17:34:34,173 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh.\nINFO [main] 2018-12-03 17:34:34,210 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-12-03 17:34:34,215 Memtable.java:347 - Writing Memtable-local@1207983212(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-12-03 17:34:34,251 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=1543858474006, position=399)\nINFO [main] 2018-12-03 17:34:34,950 CommitLog.java:122 - No commitlog files found; skipping replay\nINFO [main] 2018-12-03 17:34:35,078 StorageService.java:622 - Cassandra version: 2.1.15\nINFO [main] 2018-12-03 17:34:35,079 StorageService.java:623 - Thrift API version: 19.39.0\nINFO [main] 2018-12-03 17:34:35,081 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1)\nINFO [main] 2018-12-03 17:34:35,091 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-12-03 17:34:35,092 StorageService.java:649 - Loading persisted ring state\nINFO [main] 2018-12-03 17:34:35,105 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-12-03 17:34:35,112 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-12-03 17:34:35,121 SystemKeyspace.java:765 - No host ID found, created c4f606c1-895d-4769-a3cb-c4f8c4f36aee (Note: This should happen exactly once per node).\nINFO [main] 2018-12-03 17:34:35,123 StorageService.java:807 - Starting up server gossip\nINFO [main] 2018-12-03 17:34:35,124 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-12-03 17:34:35,125 Memtable.java:347 - Writing Memtable-local@889089162(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-12-03 17:34:35,126 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=1543858474006, position=93397)\nINFO [main] 2018-12-03 17:34:35,961 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-12-03 17:34:35,968 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-12-03 17:34:35,992 MessagingService.java:506 - Starting Messaging Service on port 7000\nINFO [main] 2018-12-03 17:34:36,003 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-12-03 17:34:36,010 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-12-03 17:34:36,018 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-12-03 17:34:36,024 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-12-03 17:34:36,031 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node.\nINFO [main] 2018-12-03 17:34:36,032 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-12-03 17:34:36,038 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-12-03 17:34:36,048 StorageService.java:959 - Generated random tokens. tokens are [-1691213807507118726, -2042245298898313873, 1880262061251823510, 986726568795973480, -1655724710602708877, 717618870328114637, 2762508028998272945, 4090873663107820818, -4875350991802804394, 2378007693496548516, 5011449921028440913, -7674850251258557650, 2839607875442048068, -8678267390192350011, -907238615790930738, -8157172361001781242, 6493373653835591453, -8458092040381757502, 9103493510297462203, -3574642445222930750, -8479179786886079413, 6405064662578041372, 6939524996367986734, 1455647034705569682, 3538932428378976878, -8365812686311809106, -4493259524886575107, -6062892282291579751, 3644174590174548403, 1053006086284508041, -3233823065680181296, -2105325839801282397, -973658369987452059, -8817892855016979379, -5108355637393160592, 4559532002057301417, 4159717692784223008, -7736667763716693466, 8366459844657444055, 6667313273948425353, 3736837338369208781, 2513855410412943997, -8883660959887965208, -9164141615896813401, 4355001539296537469, 5667763161456419960, 8478258062636042875, -423636624308082653, -8806995080756786112, -6920045384823548711, 3170033966458301533, -1959772454395095957, 818218090546647162, -8521308941294549011, -2013060598982918196, -678763451969553733, 3101451026612063693, 8773093236293625387, -3188475135608459679, 4836662559426631214, 7804694580783599196, -1858573181033003113, 290682584506202131, 778377258382316795, 8527097555901910010, 5827509189080644138, -5855785099209235674, 2548837920790576175, -6721731062527041022, -8618730115811953744, -5603593197889284453, -6421357773256518837, 1033006305507334628, -2806448350158926366, 2138657644590389615, -3613430139393391551, -7008380312988361301, 3571267270079161118, -5416148812316502030, -8685533463909420590, 5323950471228288669, -315371542601503111, 2942219666724636967, 5995911257296385492, 4805552483166467570, -7865864526545164483, 708638552050653001, -4692177877147067998, -5157622900208107477, -481558570537078393, 7475776260080919188, 432154315260142718, -6028989388648285465, -6312283972117976563, 5406870017260015568, -594715003836231188, -4454315459194839539, 9073155910316912844, 4815816248199596525, 4704134370945592359, -7456227720878109841, 838239263709365783, -1529169235799828364, 965351792917494525, 2747286514174099523, 3135837587023032565, 5131629862800740872, -8644169954986035316, -89413649574495591, 5253506172650020919, 3995597339576273514, -4514997947006094445, 8908442454320816807, 3155386586749686670, -5277090602685880559, -6959733225571635040, 4815451650302118620, -2405486977459758695, -2555056677749002355, 7311684685551549222, -6210047485162145638, -1993506277291871076, -4826899148231410465, 3002905815223757663, -6228221597655826649, 2391733072004474641, -8335761415063212808, -4088627396584154645, 3749949045359728951, -733571455697220369, -1767288053538456516, 828337614897939068, -946456766089674988, 1015184406290930140, 3573984089693925583, -1290545705871548147, 2882231344871247792, -324920973722336589, -2352392386635912580, 2386720901262963022, 528499180418381272, -8518029863399469843, -3101240093056952268, -3659042775359162438, 1274297809080402563, -3415880290104330787, 7433247611277886694, 6391467632088559006, -3654525415003611686, -4419198551927819284, -5779189143702121692, -6186960877698405351, -6444256625142955093, -8357490324563139785, 1923286340172079924, -4817027997445092041, 8265973533265114229, 8690991071064973744, 5446420765141570546, 8528160654395812876, 4941965069397238114, -5510689796635948281, 2006806371819137300, 5971338563775525020, 6848246591078648859, -7744852853641301226, -6453067062604387592, -6578136655559427642, -7804700271076359881, -3431028298728608064, -2201744211505260384, 7636786201738774588, 1326767436342853465, 4272090815441614809, -6523535393279291961, 1912737138237501206, -554954175042774707, -683539105123604188, 7455744123077543618, -4909228324867612814, 2647609402346660624, -4607113060388009282, -8407356571225269642, 6082655616123842260, 9117464312418665662, -127259667535798211, 2183124482089838983, 5536874806712963808, 9008893739866702794, -5462093831471560190, 6035727947080693270, -4657799231231176105, -799923041029236244, -4470926155955628437, -5844510149160372034, 1260059293057425700, 3599275652300937912, -6604746978329284187, 2008162584580706634, 1252808793848979748, 4594632452315417515, 7803392963991768132, -4446019073181586813, 3664266492439310032, -5241816869517811291, -4591383290673393283, -5302487346637945600, -8655117879758143057, -1751872302706180778, -3124917004489600414, -6625558195475699648, -810738450567867036, -893234832407316102, -2538639174151026878, 7005944396033360183, 206970071680687704, 1736681777238269494, -7178032759644190320, -6586183850683279710, -1456760670718699178, 6381067039361707872, -950851934504259991, -709108542236646718, -3309773735579308134, 8423486755256364412, -1669554969532254286, -6872592381401209248, -5090797013799842708, 7136537263486441164, 7497499250271456554, 6603057663407953921, -5873309457732724598, -4844636396278639578, -8347433766717905718, 4137121657410770699, 918575571345433555, 2527161277235741430, -8480485743219648393, 6029000347512292011, -269583281520136080, 5232627616844520290, -1816159693674567320, 3765680338847145139, 2623238451725532712, 3439916835672054977, -5677876897379504392, -4762043691364117055, -4220144749942966039, -2192255123089316958, -2934281242574669295, -691799484418851001, 3798315958579814624, 1687984449249877491, -8523311324753314395, 4127010959316837922, 8692555277940836937]\nINFO [main] 2018-12-03 17:34:36,058 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@17b00a30[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@422931ac[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@763c8049}\nINFO [MigrationStage:1] 2018-12-03 17:34:36,085 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-12-03 17:34:36,086 Memtable.java:347 - Writing Memtable-schema_keyspaces@1083678915(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-12-03 17:34:36,087 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=1543858474006, position=102352)\nINFO [MigrationStage:1] 2018-12-03 17:34:36,425 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-12-03 17:34:36,426 Memtable.java:347 - Writing Memtable-schema_columnfamilies@1455237452(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-12-03 17:34:36,434 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=1543858474006, position=102352)\nINFO [MigrationStage:1] 2018-12-03 17:34:36,730 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-12-03 17:34:36,731 Memtable.java:347 - Writing Memtable-schema_columns@2097784260(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-12-03 17:34:36,754 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=1543858474006, position=102352)\nINFO [MigrationStage:1] 2018-12-03 17:34:37,290 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-12-03 17:34:37,291 Memtable.java:347 - Writing Memtable-schema_triggers@1508494537(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-12-03 17:34:37,292 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=1543858474006, position=102352)\nINFO [MigrationStage:1] 2018-12-03 17:34:37,761 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-12-03 17:34:37,761 Memtable.java:347 - Writing Memtable-schema_usertypes@100540009(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-12-03 17:34:37,762 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=1543858474006, position=102352)\nINFO [MigrationStage:1] 2018-12-03 17:34:38,372 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@c79a7e[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-12-03 17:34:38,381 ColumnFamilyStore.java:361 - Initializing system_traces.sessions\nINFO [MigrationStage:1] 2018-12-03 17:34:38,382 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@3edf547a[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-12-03 17:34:38,387 ColumnFamilyStore.java:361 - Initializing system_traces.events\nINFO [main] 2018-12-03 17:34:38,423 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-12-03 17:34:38,424 Memtable.java:347 - Writing Memtable-local@777071423(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-12-03 17:34:38,425 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=1543858474006, position=102595)\nINFO [main] 2018-12-03 17:34:39,780 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51477 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-12-03 17:34:39,781 Memtable.java:347 - Writing Memtable-local@1728588888(8.363KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-12-03 17:34:39,788 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=1543858474006, position=114583)\nINFO [CompactionExecutor:2] 2018-12-03 17:34:40,659 CompactionTask.java:141 - Compacting [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-3-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-12-03 17:34:40,700 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL\nINFO [main] 2018-12-03 17:34:40,758 Server.java:155 - Netty using native Epoll event loop\nINFO [main] 2018-12-03 17:34:40,792 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-12-03 17:34:40,793 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042...\nINFO [main] 2018-12-03 17:34:40,834 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160\nINFO [Thread-2] 2018-12-03 17:34:40,840 ThriftServer.java:136 - Listening for thrift clients...\nINFO [CompactionExecutor:2] 2018-12-03 17:34:41,030 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,930 bytes to 5,754 (~97% of original) in 365ms = 0.015034MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, }\nINFO [StorageServiceShutdownHook] 2018-12-03 17:37:04,340 ThriftServer.java:142 - Stop listening to thrift clients\nINFO [StorageServiceShutdownHook] 2018-12-03 17:37:04,358 Server.java:225 - Stop listening for CQL clients\nINFO [StorageServiceShutdownHook] 2018-12-03 17:37:04,358 Gossiper.java:1454 - Announcing shutdown\nINFO [StorageServiceShutdownHook] 2018-12-03 17:37:04,360 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown\nINFO [StorageServiceShutdownHook] 2018-12-03 17:37:06,374 MessagingService.java:734 - Waiting for messaging service to quiesce\nINFO [ACCEPT-localhost/127.0.0.1] 2018-12-03 17:37:06,374 MessagingService.java:1020 - MessagingService has terminated the accept() thread\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:37:59.608Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:00.626Z", "message": "Execution done (return_code=0): /tmp/EAUH5/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:00.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:00.626Z", "message": "[vellum] Installation is done", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:00.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:00.626Z", "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.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:00.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:00.626Z", "message": "[vellum] sudo cat /etc/cassandra/cassandra", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:00.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:00.626Z", "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.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:00.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "c49afbfb-4913-496d-a1e3-7e754c8d57ca"}, {"node_instance_id": "vellum_hkoux4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:00.654Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:00.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:01.895Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/6W6KE/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:01.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}, {"node_instance_id": "vellum_hkoux4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:01.998Z", "message": "Starting node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:01.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_hkoux4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:01.998Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:01.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_hkoux4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:01.998Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:01.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:02.651Z", "message": "[vellum] 192.168.120.22", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:02.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:02.651Z", "message": "Executing: /tmp/6W6KE/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:02.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:02.651Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:02.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:03.730Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:03.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:03.730Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:03.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:03.730Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:03.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}], "metadata": {"pagination": {"total": 1904, "offset": 1839, "size": 50}}} 2018-12-03 17:38:03,924 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:03,924 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:03 GMT 2018-12-03 17:38:03,924 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:03,924 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 65987 2018-12-03 17:38:03,924 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:03,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2018-12-03 17:38:03,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-12-03 17:38:03,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2018-12-03 17:38:03,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2018-12-03 17:37:10.695669259 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.003s sys 0m0.002s 2018-12-03 17:38:03,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2018-12-03 17:34:32,031 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2018-12-03 17:34:32,044 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-12-03 17:34:32,121 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-12-03 17:34:32,260 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2018-12-03 17:34:32,268 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2018-12-03 17:34:32,269 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2018-12-03 17:34:32,579 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-12-03 17:34:32,603 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-12-03 17:34:32,647 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2018-12-03 17:34:32,647 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2018-12-03 17:34:32,648 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2018-12-03 17:34:32,648 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 703936(687K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2018-12-03 17:34:32,648 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74013696(72279K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2018-12-03 17:34:32,648 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K) INFO [main] 2018-12-03 17:34:32,648 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K) INFO [main] 2018-12-03 17:34:32,648 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16727928(16335K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2018-12-03 17:34:32,648 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-12-03 17:34:32,649 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_1543858471.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1543858471.log] INFO [main] 2018-12-03 17:34:32,749 CLibrary.java:144 - JNA mlockall successful WARN [main] 2018-12-03 17:34:32,749 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2018-12-03 17:34:32,836 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2018-12-03 17:34:32,839 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2018-12-03 17:34:32,839 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2018-12-03 17:34:32,843 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2018-12-03 17:34:32,849 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2018-12-03 17:34:32,853 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2018-12-03 17:34:32,854 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2018-12-03 17:34:32,917 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2018-12-03 17:34:34,029 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2018-12-03 17:34:34,035 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2018-12-03 17:34:34,039 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2018-12-03 17:34:34,044 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2018-12-03 17:34:34,048 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2018-12-03 17:34:34,052 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2018-12-03 17:34:34,060 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2018-12-03 17:34:34,064 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2018-12-03 17:34:34,070 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2018-12-03 17:34:34,074 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2018-12-03 17:34:34,080 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2018-12-03 17:34:34,085 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2018-12-03 17:34:34,088 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2018-12-03 17:34:34,092 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2018-12-03 17:34:34,095 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2018-12-03 17:34:34,098 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2018-12-03 17:34:34,172 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2018-12-03 17:34:34,173 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2018-12-03 17:34:34,210 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-12-03 17:34:34,215 Memtable.java:347 - Writing Memtable-local@1207983212(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-12-03 17:34:34,251 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=1543858474006, position=399) INFO [main] 2018-12-03 17:34:34,950 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2018-12-03 17:34:35,078 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2018-12-03 17:34:35,079 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2018-12-03 17:34:35,081 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2018-12-03 17:34:35,091 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-12-03 17:34:35,092 StorageService.java:649 - Loading persisted ring state INFO [main] 2018-12-03 17:34:35,105 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-12-03 17:34:35,112 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-12-03 17:34:35,121 SystemKeyspace.java:765 - No host ID found, created c4f606c1-895d-4769-a3cb-c4f8c4f36aee (Note: This should happen exactly once per node). INFO [main] 2018-12-03 17:34:35,123 StorageService.java:807 - Starting up server gossip INFO [main] 2018-12-03 17:34:35,124 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-12-03 17:34:35,125 Memtable.java:347 - Writing Memtable-local@889089162(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-12-03 17:34:35,126 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=1543858474006, position=93397) INFO [main] 2018-12-03 17:34:35,961 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-12-03 17:34:35,968 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-12-03 17:34:35,992 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2018-12-03 17:34:36,003 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-12-03 17:34:36,010 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-12-03 17:34:36,018 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-12-03 17:34:36,024 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-12-03 17:34:36,031 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2018-12-03 17:34:36,032 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-12-03 17:34:36,038 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-12-03 17:34:36,048 StorageService.java:959 - Generated random tokens. tokens are [-1691213807507118726, -2042245298898313873, 1880262061251823510, 986726568795973480, -1655724710602708877, 717618870328114637, 2762508028998272945, 4090873663107820818, -4875350991802804394, 2378007693496548516, 5011449921028440913, -7674850251258557650, 2839607875442048068, -8678267390192350011, -907238615790930738, -8157172361001781242, 6493373653835591453, -8458092040381757502, 9103493510297462203, -3574642445222930750, -8479179786886079413, 6405064662578041372, 6939524996367986734, 1455647034705569682, 3538932428378976878, -8365812686311809106, -4493259524886575107, -6062892282291579751, 3644174590174548403, 1053006086284508041, -3233823065680181296, -2105325839801282397, -973658369987452059, -8817892855016979379, -5108355637393160592, 4559532002057301417, 4159717692784223008, -7736667763716693466, 8366459844657444055, 6667313273948425353, 3736837338369208781, 2513855410412943997, -8883660959887965208, -9164141615896813401, 4355001539296537469, 5667763161456419960, 8478258062636042875, -423636624308082653, -8806995080756786112, -6920045384823548711, 3170033966458301533, -1959772454395095957, 818218090546647162, -8521308941294549011, -2013060598982918196, -678763451969553733, 3101451026612063693, 8773093236293625387, -3188475135608459679, 4836662559426631214, 7804694580783599196, -1858573181033003113, 290682584506202131, 778377258382316795, 8527097555901910010, 5827509189080644138, -5855785099209235674, 2548837920790576175, -6721731062527041022, -8618730115811953744, -5603593197889284453, -6421357773256518837, 1033006305507334628, -2806448350158926366, 2138657644590389615, -3613430139393391551, -7008380312988361301, 3571267270079161118, -5416148812316502030, -8685533463909420590, 5323950471228288669, -315371542601503111, 2942219666724636967, 5995911257296385492, 4805552483166467570, -7865864526545164483, 708638552050653001, -4692177877147067998, -5157622900208107477, -481558570537078393, 7475776260080919188, 432154315260142718, -6028989388648285465, -6312283972117976563, 5406870017260015568, -594715003836231188, -4454315459194839539, 9073155910316912844, 4815816248199596525, 4704134370945592359, -7456227720878109841, 838239263709365783, -1529169235799828364, 965351792917494525, 2747286514174099523, 3135837587023032565, 5131629862800740872, -8644169954986035316, -89413649574495591, 5253506172650020919, 3995597339576273514, -4514997947006094445, 8908442454320816807, 3155386586749686670, -5277090602685880559, -6959733225571635040, 4815451650302118620, -2405486977459758695, -2555056677749002355, 7311684685551549222, -6210047485162145638, -1993506277291871076, -4826899148231410465, 3002905815223757663, -6228221597655826649, 2391733072004474641, -8335761415063212808, -4088627396584154645, 3749949045359728951, -733571455697220369, -1767288053538456516, 828337614897939068, -946456766089674988, 1015184406290930140, 3573984089693925583, -1290545705871548147, 2882231344871247792, -324920973722336589, -2352392386635912580, 2386720901262963022, 528499180418381272, -8518029863399469843, -3101240093056952268, -3659042775359162438, 1274297809080402563, -3415880290104330787, 7433247611277886694, 6391467632088559006, -3654525415003611686, -4419198551927819284, -5779189143702121692, -6186960877698405351, -6444256625142955093, -8357490324563139785, 1923286340172079924, -4817027997445092041, 8265973533265114229, 8690991071064973744, 5446420765141570546, 8528160654395812876, 4941965069397238114, -5510689796635948281, 2006806371819137300, 5971338563775525020, 6848246591078648859, -7744852853641301226, -6453067062604387592, -6578136655559427642, -7804700271076359881, -3431028298728608064, -2201744211505260384, 7636786201738774588, 1326767436342853465, 4272090815441614809, -6523535393279291961, 1912737138237501206, -554954175042774707, -683539105123604188, 7455744123077543618, -4909228324867612814, 2647609402346660624, -4607113060388009282, -8407356571225269642, 6082655616123842260, 9117464312418665662, -127259667535798211, 2183124482089838983, 5536874806712963808, 9008893739866702794, -5462093831471560190, 6035727947080693270, -4657799231231176105, -799923041029236244, -4470926155955628437, -5844510149160372034, 1260059293057425700, 3599275652300937912, -6604746978329284187, 2008162584580706634, 1252808793848979748, 4594632452315417515, 7803392963991768132, -4446019073181586813, 3664266492439310032, -5241816869517811291, -4591383290673393283, -5302487346637945600, -8655117879758143057, -1751872302706180778, -3124917004489600414, -6625558195475699648, -810738450567867036, -893234832407316102, -2538639174151026878, 7005944396033360183, 206970071680687704, 1736681777238269494, -7178032759644190320, -6586183850683279710, -1456760670718699178, 6381067039361707872, -950851934504259991, -709108542236646718, -3309773735579308134, 8423486755256364412, -1669554969532254286, -6872592381401209248, -5090797013799842708, 7136537263486441164, 7497499250271456554, 6603057663407953921, -5873309457732724598, -4844636396278639578, -8347433766717905718, 4137121657410770699, 918575571345433555, 2527161277235741430, -8480485743219648393, 6029000347512292011, -269583281520136080, 5232627616844520290, -1816159693674567320, 3765680338847145139, 2623238451725532712, 3439916835672054977, -5677876897379504392, -4762043691364117055, -4220144749942966039, -2192255123089316958, -2934281242574669295, -691799484418851001, 3798315958579814624, 1687984449249877491, -8523311324753314395, 4127010959316837922, 8692555277940836937] INFO [main] 2018-12-03 17:34:36,058 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@17b00a30[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@422931ac[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@763c8049} INFO [MigrationStage:1] 2018-12-03 17:34:36,085 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-12-03 17:34:36,086 Memtable.java:347 - Writing Memtable-schema_keyspaces@1083678915(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-12-03 17:34:36,087 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=1543858474006, position=102352) INFO [MigrationStage:1] 2018-12-03 17:34:36,425 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-12-03 17:34:36,426 Memtable.java:347 - Writing Memtable-schema_columnfamilies@1455237452(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-12-03 17:34:36,434 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=1543858474006, position=102352) INFO [MigrationStage:1] 2018-12-03 17:34:36,730 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-12-03 17:34:36,731 Memtable.java:347 - Writing Memtable-schema_columns@2097784260(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-12-03 17:34:36,754 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=1543858474006, position=102352) INFO [MigrationStage:1] 2018-12-03 17:34:37,290 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-12-03 17:34:37,291 Memtable.java:347 - Writing Memtable-schema_triggers@1508494537(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-12-03 17:34:37,292 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=1543858474006, position=102352) INFO [MigrationStage:1] 2018-12-03 17:34:37,761 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-12-03 17:34:37,761 Memtable.java:347 - Writing Memtable-schema_usertypes@100540009(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-12-03 17:34:37,762 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=1543858474006, position=102352) INFO [MigrationStage:1] 2018-12-03 17:34:38,372 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@c79a7e[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-12-03 17:34:38,381 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2018-12-03 17:34:38,382 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@3edf547a[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-12-03 17:34:38,387 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2018-12-03 17:34:38,423 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-12-03 17:34:38,424 Memtable.java:347 - Writing Memtable-local@777071423(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-12-03 17:34:38,425 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=1543858474006, position=102595) INFO [main] 2018-12-03 17:34:39,780 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51477 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-12-03 17:34:39,781 Memtable.java:347 - Writing Memtable-local@1728588888(8.363KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-12-03 17:34:39,788 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=1543858474006, position=114583) INFO [CompactionExecutor:2] 2018-12-03 17:34:40,659 CompactionTask.java:141 - Compacting [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-3-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-12-03 17:34:40,700 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2018-12-03 17:34:40,758 Server.java:155 - Netty using native Epoll event loop INFO [main] 2018-12-03 17:34:40,792 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-12-03 17:34:40,793 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2018-12-03 17:34:40,834 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2018-12-03 17:34:40,840 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:2] 2018-12-03 17:34:41,030 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,930 bytes to 5,754 (~97% of original) in 365ms = 0.015034MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2018-12-03 17:37:04,340 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2018-12-03 17:37:04,358 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2018-12-03 17:37:04,358 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2018-12-03 17:37:04,360 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2018-12-03 17:37:06,374 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2018-12-03 17:37:06,374 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.005s user 0m0.000s sys 0m0.004s 2018-12-03 17:38:03,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/EAUH5/install-vellum.sh 2018-12-03 17:38:03,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2018-12-03 17:38:03,929 - 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.004s user 0m0.000s sys 0m0.004s 2018-12-03 17:38:03,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2018-12-03 17:38:03,929 - 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.004s user 0m0.000s sys 0m0.004s 2018-12-03 17:38:03,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:38:03,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/6W6KE/start-vellum.sh 2018-12-03 17:38:03,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-03 17:38:03,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:38:03,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:38:03,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.22 2018-12-03 17:38:03,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/6W6KE/start-vellum.sh 2018-12-03 17:38:03,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-12-03 17:38:03,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-12-03 17:38:03,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-12-03 17:38:03,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-03 17:38:03,931 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:38:04,170 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:04,170 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:04,170 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:04,171 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:04,171 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:04,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:04,171 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:04,171 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:38:04,171 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:04,171 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:04 GMT 2018-12-03 17:38:04,171 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:04,171 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:38:04,172 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:09,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:38:09,252 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:09,253 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:09,253 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:09,253 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:09,253 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:09,253 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:09,253 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:09,253 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1904, "offset": 1860, "size": 50}}} 2018-12-03 17:38:09,253 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:09,253 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:09 GMT 2018-12-03 17:38:09,254 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:09,254 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:38:09,254 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:09,254 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:38:09,475 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:09,475 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:09,475 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:09,475 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:09,475 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:09,475 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:09,476 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:09,476 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:38:09,476 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:09,476 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:09 GMT 2018-12-03 17:38:09,476 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:09,476 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:38:09,476 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:14,481 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:38:14,562 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:14,562 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:14,562 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:14,562 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:14,562 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:14,563 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:14,563 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:14,563 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:13.482Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:13.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}], "metadata": {"pagination": {"total": 1905, "offset": 1860, "size": 50}}} 2018-12-03 17:38:14,563 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:14,563 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:14 GMT 2018-12-03 17:38:14,563 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:14,563 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-03 17:38:14,563 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:14,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-03 17:38:14,564 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:38:14,632 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:14,632 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:14,632 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:14,632 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:14,632 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:14,632 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:14,633 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:14,633 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:38:14,633 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:14,633 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:14 GMT 2018-12-03 17:38:14,633 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:14,633 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:38:14,633 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:19,638 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:38:19,728 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:19,728 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:19,729 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:19,729 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:19,729 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:19,729 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:19,729 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:19,729 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1905, "offset": 1861, "size": 50}}} 2018-12-03 17:38:19,729 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:19,729 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:19 GMT 2018-12-03 17:38:19,730 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:19,730 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:38:19,730 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:19,730 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:38:19,820 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:19,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:19,820 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:19,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:19,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:19,821 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:19,821 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:19,821 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:38:19,821 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:19,821 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:19 GMT 2018-12-03 17:38:19,821 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:19,821 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:38:19,822 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:24,827 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:38:24,920 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:24,921 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:24,921 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:24,921 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:24,921 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:24,921 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:24,921 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:24,921 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:23.717Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:23.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}], "metadata": {"pagination": {"total": 1906, "offset": 1861, "size": 50}}} 2018-12-03 17:38:24,921 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:24,921 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:24 GMT 2018-12-03 17:38:24,922 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:24,922 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-03 17:38:24,922 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:24,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-03 17:38:24,922 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:38:24,988 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:24,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:24,989 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:24,989 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:24,989 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:24,989 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:24,989 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:24,989 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:38:24,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:24,989 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:24 GMT 2018-12-03 17:38:24,989 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:24,989 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:38:24,990 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:29,995 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:38:30,070 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:30,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:30,071 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:30,071 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:30,071 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:30,071 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:30,071 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:30,071 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1906, "offset": 1862, "size": 50}}} 2018-12-03 17:38:30,071 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:30,071 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:30 GMT 2018-12-03 17:38:30,072 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:30,072 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:38:30,072 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:30,072 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:38:30,134 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:30,134 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:30,134 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:30,134 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:30,135 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:30,135 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:30,135 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:30,135 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:38:30,135 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:30,135 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:30 GMT 2018-12-03 17:38:30,135 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:30,135 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:38:30,135 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:35,141 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:38:35,221 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:35,222 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:35,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:35,222 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:35,222 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:35,222 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:35,222 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:35,222 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:33.955Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:33.955Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}], "metadata": {"pagination": {"total": 1907, "offset": 1862, "size": 50}}} 2018-12-03 17:38:35,222 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:35,222 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:35 GMT 2018-12-03 17:38:35,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:35,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-03 17:38:35,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:35,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-03 17:38:35,223 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:38:35,289 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:35,290 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:35,290 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:35,290 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:35,290 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:35,290 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:35,290 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:35,290 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:38:35,290 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:35,291 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:35 GMT 2018-12-03 17:38:35,291 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:35,291 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:38:35,291 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:40,296 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:38:40,692 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:40,692 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:40,692 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:40,692 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:40,692 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:40,692 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:40,692 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:40,693 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1907, "offset": 1863, "size": 50}}} 2018-12-03 17:38:40,693 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:40,693 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:40 GMT 2018-12-03 17:38:40,693 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:40,693 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:38:40,693 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:40,693 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:38:40,840 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:40,840 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:40,840 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:40,840 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:40,840 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:40,840 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:40,841 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:40,841 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:38:40,841 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:40,841 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:40 GMT 2018-12-03 17:38:40,841 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:40,841 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:38:40,841 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:45,847 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:38:45,934 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:45,934 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:45,934 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:45,934 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:45,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:45,934 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:45,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:45,934 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:44.190Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:44.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}], "metadata": {"pagination": {"total": 1908, "offset": 1863, "size": 50}}} 2018-12-03 17:38:45,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:45,935 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:45 GMT 2018-12-03 17:38:45,935 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:45,935 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-03 17:38:45,935 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:45,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-03 17:38:45,935 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:38:46,016 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:46,016 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:46,016 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:46,016 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:46,016 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:46,016 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:46,016 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:46,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:38:46,017 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:46,017 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:46 GMT 2018-12-03 17:38:46,017 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:46,017 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:38:46,017 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:51,022 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:38:51,108 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:51,108 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:51,109 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:51,109 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:51,109 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:51,109 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:51,109 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:51,109 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1908, "offset": 1864, "size": 50}}} 2018-12-03 17:38:51,109 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:51,109 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:51 GMT 2018-12-03 17:38:51,109 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:51,110 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:38:51,110 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:51,110 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:38:51,173 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:51,173 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:51,174 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:51,174 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:51,174 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:51,174 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:51,174 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:51,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:38:51,174 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:51,174 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:51 GMT 2018-12-03 17:38:51,174 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:51,174 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:38:51,175 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:56,180 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:38:56,264 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:56,264 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:56,264 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:56,264 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:56,264 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:56,264 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:56,264 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:56,265 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:38:54.425Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:38:54.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}], "metadata": {"pagination": {"total": 1909, "offset": 1864, "size": 50}}} 2018-12-03 17:38:56,265 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:56,265 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:56 GMT 2018-12-03 17:38:56,265 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:56,265 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-03 17:38:56,265 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:38:56,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-03 17:38:56,266 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:38:56,323 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:38:56,323 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:38:56,323 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:38:56,323 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:38:56,323 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:38:56,323 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:38:56,323 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:38:56,324 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:38:56,324 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:38:56,324 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:38:56 GMT 2018-12-03 17:38:56,324 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:38:56,324 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:38:56,324 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:01,329 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:39:01,404 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:01,405 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:01,405 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:01,405 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:01,405 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:01,405 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:01,405 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:01,405 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1909, "offset": 1865, "size": 50}}} 2018-12-03 17:39:01,405 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:01,405 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:01 GMT 2018-12-03 17:39:01,406 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:01,406 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:39:01,406 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:01,406 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:39:01,464 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:01,465 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:01,465 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:01,465 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:01,465 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:01,465 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:01,465 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:01,465 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:39:01,465 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:01,465 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:01 GMT 2018-12-03 17:39:01,466 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:01,466 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:39:01,466 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:06,471 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:39:06,555 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:06,555 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:06,555 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:06,555 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:06,555 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:06,555 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:06,555 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:06,556 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:39:04.661Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:39:04.661Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}], "metadata": {"pagination": {"total": 1910, "offset": 1865, "size": 50}}} 2018-12-03 17:39:06,556 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:06,556 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:06 GMT 2018-12-03 17:39:06,556 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:06,556 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-03 17:39:06,556 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:06,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-03 17:39:06,557 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:39:06,622 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:06,622 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:06,622 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:06,623 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:06,623 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:06,623 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:06,623 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:06,623 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:39:06,623 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:06,623 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:06 GMT 2018-12-03 17:39:06,623 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:06,623 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:39:06,624 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:11,629 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:39:11,711 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:11,711 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:11,711 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:11,711 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:11,711 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:11,711 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:11,711 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:11,712 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1910, "offset": 1866, "size": 50}}} 2018-12-03 17:39:11,712 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:11,712 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:11 GMT 2018-12-03 17:39:11,712 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:11,712 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:39:11,712 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:11,712 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:39:11,784 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:11,784 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:11,784 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:11,784 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:11,784 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:11,784 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:11,784 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:11,784 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:39:11,785 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:11,785 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:11 GMT 2018-12-03 17:39:11,785 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:11,785 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:39:11,785 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:16,790 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:39:16,892 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:16,893 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:16,893 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:16,893 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:16,893 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:16,893 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:16,893 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:16,893 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:39:14.896Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:39:14.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}], "metadata": {"pagination": {"total": 1911, "offset": 1866, "size": 50}}} 2018-12-03 17:39:16,893 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:16,893 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:16 GMT 2018-12-03 17:39:16,894 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:16,894 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-03 17:39:16,894 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:16,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-03 17:39:16,894 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:39:16,963 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:16,963 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:16,964 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:16,964 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:16,964 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:16,964 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:16,964 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:16,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:39:16,964 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:16,964 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:16 GMT 2018-12-03 17:39:16,964 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:16,965 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:39:16,965 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:21,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:39:22,048 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:22,048 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:22,048 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:22,048 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:22,048 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:22,049 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:22,049 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:22,049 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1911, "offset": 1867, "size": 50}}} 2018-12-03 17:39:22,049 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:22,049 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:22 GMT 2018-12-03 17:39:22,049 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:22,049 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:39:22,049 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:22,050 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:39:22,116 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:22,116 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:22,116 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:22,116 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:22,116 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:22,116 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:22,116 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:22,117 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:39:22,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:22,117 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:22 GMT 2018-12-03 17:39:22,117 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:22,117 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:39:22,117 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:27,122 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:39:27,257 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:27,257 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:27,257 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:27,257 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:27,257 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:27,258 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:27,258 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:27,258 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:39:25.130Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:39:25.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}], "metadata": {"pagination": {"total": 1912, "offset": 1867, "size": 50}}} 2018-12-03 17:39:27,258 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:27,258 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:27 GMT 2018-12-03 17:39:27,258 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:27,258 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-03 17:39:27,258 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:27,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-03 17:39:27,259 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:39:27,332 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:27,332 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:27,332 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:27,332 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:27,332 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:27,332 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:27,332 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:27,333 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:39:27,333 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:27,333 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:27 GMT 2018-12-03 17:39:27,333 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:27,333 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:39:27,333 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:32,338 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:39:32,420 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:32,420 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:32,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:32,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:32,420 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:32,421 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:32,421 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:32,421 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1912, "offset": 1868, "size": 50}}} 2018-12-03 17:39:32,421 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:32,421 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:32 GMT 2018-12-03 17:39:32,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:32,421 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:39:32,421 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:32,422 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:39:32,484 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:32,484 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:32,485 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:32,485 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:32,485 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:32,485 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:32,485 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:32,485 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:39:32,485 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:32,485 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:32 GMT 2018-12-03 17:39:32,485 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:32,486 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:39:32,486 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:37,491 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:39:37,576 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:37,577 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:37,577 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:37,577 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:37,577 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:37,577 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:37,577 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:37,577 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:39:35.366Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:39:35.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}], "metadata": {"pagination": {"total": 1913, "offset": 1868, "size": 50}}} 2018-12-03 17:39:37,577 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:37,578 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:37 GMT 2018-12-03 17:39:37,578 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:37,578 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-03 17:39:37,578 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:37,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-03 17:39:37,578 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:39:37,640 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:37,640 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:37,640 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:37,640 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:37,640 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:37,640 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:37,640 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:37,640 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:39:37,641 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:37,641 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:37 GMT 2018-12-03 17:39:37,641 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:37,641 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:39:37,641 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:42,646 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:39:42,725 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:42,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:42,726 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:42,726 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:42,726 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:42,726 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:42,726 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:42,726 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1913, "offset": 1869, "size": 50}}} 2018-12-03 17:39:42,726 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:42,727 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:42 GMT 2018-12-03 17:39:42,727 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:42,727 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:39:42,727 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:42,727 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:39:42,789 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:42,789 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:42,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:42,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:42,790 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:42,790 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:42,790 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:42,790 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:39:42,790 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:42,790 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:42 GMT 2018-12-03 17:39:42,790 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:42,790 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:39:42,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:47,796 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:39:47,879 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:47,879 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:47,879 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:47,879 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:47,879 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:47,880 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:47,880 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:47,880 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:39:45.601Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:39:45.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}], "metadata": {"pagination": {"total": 1914, "offset": 1869, "size": 50}}} 2018-12-03 17:39:47,880 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:47,880 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:47 GMT 2018-12-03 17:39:47,880 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:47,880 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-03 17:39:47,880 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:47,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-03 17:39:47,881 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:39:47,948 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:47,948 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:47,948 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:47,949 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:47,949 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:47,949 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:47,949 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:47,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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:39:47,949 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:47,949 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:47 GMT 2018-12-03 17:39:47,949 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:47,949 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:39:47,950 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:52,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:39:53,083 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:53,083 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:53,083 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:53,083 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:53,083 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:53,084 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:53,084 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:53,084 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1914, "offset": 1870, "size": 50}}} 2018-12-03 17:39:53,084 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:53,084 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:53 GMT 2018-12-03 17:39:53,084 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:53,084 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:39:53,084 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:53,085 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:39:53,150 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:53,150 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:53,150 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:53,150 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:53,151 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:53,151 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:53,151 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:53,151 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:39:53,151 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:53,151 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:53 GMT 2018-12-03 17:39:53,151 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:53,151 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:39:53,151 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:58,157 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:39:58,230 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:58,231 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:58,231 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:58,231 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:58,231 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:58,231 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:58,231 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:58,231 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:39:55.833Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:39:55.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}], "metadata": {"pagination": {"total": 1915, "offset": 1870, "size": 50}}} 2018-12-03 17:39:58,231 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:58,232 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:58 GMT 2018-12-03 17:39:58,232 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:58,232 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-03 17:39:58,232 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:39:58,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-03 17:39:58,232 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:39:58,298 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:39:58,299 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:39:58,299 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:39:58,299 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:39:58,299 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:39:58,299 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:39:58,299 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:39:58,299 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:39:58,299 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:39:58,300 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:39:58 GMT 2018-12-03 17:39:58,300 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:39:58,300 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:39:58,300 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:40:03,305 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:40:03,390 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:40:03,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:40:03,390 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:40:03,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:40:03,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:40:03,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:40:03,391 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:40:03,391 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1915, "offset": 1871, "size": 50}}} 2018-12-03 17:40:03,391 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:40:03,391 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:40:03 GMT 2018-12-03 17:40:03,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:40:03,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:40:03,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:40:03,391 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:40:03,466 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:40:03,466 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:40:03,466 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:40:03,466 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:40:03,466 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:40:03,467 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:40:03,467 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:40:03,467 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:40:03,467 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:40:03,467 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:40:03 GMT 2018-12-03 17:40:03,467 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:40:03,467 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:40:03,467 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:40:08,473 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:40:08,552 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:40:08,552 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:40:08,552 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:40:08,552 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:40:08,553 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:40:08,553 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:40:08,553 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:40:08,553 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:06.073Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:40:06.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}], "metadata": {"pagination": {"total": 1916, "offset": 1871, "size": 50}}} 2018-12-03 17:40:08,553 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:40:08,553 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:40:08 GMT 2018-12-03 17:40:08,553 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:40:08,553 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-03 17:40:08,553 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:40:08,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-03 17:40:08,554 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:40:08,681 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:40:08,681 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:40:08,681 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:40:08,681 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:40:08,681 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:40:08,681 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:40:08,681 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:40:08,682 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:40:08,682 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:40:08,682 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:40:08 GMT 2018-12-03 17:40:08,682 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:40:08,682 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:40:08,682 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:40:13,687 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:40:13,764 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:40:13,764 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:40:13,764 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:40:13,764 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:40:13,764 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:40:13,765 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:40:13,765 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:40:13,765 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1916, "offset": 1872, "size": 50}}} 2018-12-03 17:40:13,765 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:40:13,765 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:40:13 GMT 2018-12-03 17:40:13,765 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:40:13,765 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:40:13,765 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:40:13,766 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:40:13,842 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:40:13,842 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:40:13,842 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:40:13,843 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:40:13,843 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:40:13,843 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:40:13,843 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:40:13,843 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:40:13,843 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:40:13,843 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:40:13 GMT 2018-12-03 17:40:13,843 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:40:13,843 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:40:13,843 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:40:18,849 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:40:18,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:40:18,934 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:40:18,934 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:40:18,934 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:40:18,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:40:18,934 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:40:18,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:40:18,934 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:16.306Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:40:16.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}], "metadata": {"pagination": {"total": 1917, "offset": 1872, "size": 50}}} 2018-12-03 17:40:18,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:40:18,935 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:40:18 GMT 2018-12-03 17:40:18,935 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:40:18,935 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-03 17:40:18,935 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:40:18,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-03 17:40:18,935 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:40:18,999 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:40:18,999 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:40:18,999 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:40:18,999 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:40:18,999 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:40:18,999 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:40:19,000 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:40:19,000 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:40:19,000 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:40:19,000 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:40:18 GMT 2018-12-03 17:40:19,000 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:40:19,000 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:40:19,000 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:40:24,006 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:40:24,092 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:40:24,093 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:40:24,093 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:40:24,093 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:40:24,093 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:40:24,093 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:40:24,093 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:40:24,093 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1917, "offset": 1873, "size": 50}}} 2018-12-03 17:40:24,093 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:40:24,093 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:40:24 GMT 2018-12-03 17:40:24,093 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:40:24,094 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-03 17:40:24,094 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:40:24,094 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:40:24,164 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:40:24,164 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:40:24,164 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:40:24,165 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:40:24,165 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:40:24,165 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:40:24,165 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:40:24,165 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:40:24,165 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:40:24,165 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:40:24 GMT 2018-12-03 17:40:24,165 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:40:24,165 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-03 17:40:24,165 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:40:29,171 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:40:29,259 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:40:29,259 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:40:29,259 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:40:29,259 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:40:29,259 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:40:29,260 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:40:29,260 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:40:29,260 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:26.339Z", "message": "Execution done (return_code=0): /tmp/6W6KE/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:40:26.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "dab00800-66fb-4211-b036-fc2fe2d59cff"}, {"node_instance_id": "vellum_hkoux4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:26.454Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:40:26.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:27.034Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:40:27.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:27.034Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:40:27.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:27.634Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:40:27.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "17fcfa41-4ff7-4b9b-8db7-c532e20683e2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:27.634Z", "message": "Downloaded scripts/bind/bind.py to /tmp/N6PM6/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:40:27.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "17fcfa41-4ff7-4b9b-8db7-c532e20683e2"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:28.575Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:40:28.575Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:28.787Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:40:28.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "17fcfa41-4ff7-4b9b-8db7-c532e20683e2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:28.787Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:40:28.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "17fcfa41-4ff7-4b9b-8db7-c532e20683e2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:28.787Z", "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-12-03T17:40:28.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "17fcfa41-4ff7-4b9b-8db7-c532e20683e2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:28.787Z", "message": "[localhost] run: sudo mv /tmp/tmpiyezen /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:40:28.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "17fcfa41-4ff7-4b9b-8db7-c532e20683e2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:28.787Z", "message": "The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {u'homer_jtwq6c': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-jtwq6c'}}, u'ellis': {u'ellis_1sgaqc': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.10', u'name': u'ellis-1sgaqc'}}, u'dime': {u'dime_vc3ab8': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'dime-vc3ab8'}}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'vellum': {u'vellum_hkoux4': {u'public_address': u'', u'private_address': u'192.168.120.22', u'name': u'vellum-hkoux4'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:40:28.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "17fcfa41-4ff7-4b9b-8db7-c532e20683e2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:28.787Z", "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-12-03T17:40:28.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "17fcfa41-4ff7-4b9b-8db7-c532e20683e2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:28.787Z", "message": "[localhost] run: sudo mv /tmp/tmp3J3WMk /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:40:28.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "17fcfa41-4ff7-4b9b-8db7-c532e20683e2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:28.787Z", "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-12-03T17:40:28.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "17fcfa41-4ff7-4b9b-8db7-c532e20683e2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:28.787Z", "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-12-03T17:40:28.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "17fcfa41-4ff7-4b9b-8db7-c532e20683e2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:40:28.787Z", "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-12-03T17:40:28.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "13a50974-aae2-40b5-8195-08ee9d532c36", "logger": "17fcfa41-4ff7-4b9b-8db7-c532e20683e2"}], "metadata": {"pagination": {"total": 1935, "offset": 1873, "size": 50}}} 2018-12-03 17:40:29,260 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:40:29,260 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:40:29 GMT 2018-12-03 17:40:29,260 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:40:29,260 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10124 2018-12-03 17:40:29,260 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:40:29,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/6W6KE/start-vellum.sh 2018-12-03 17:40:29,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:40:29,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:40:29,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:40:29,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-03 17:40:29,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/N6PM6/bind.py 2018-12-03 17:40:29,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:40:29,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-03 17:40:29,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-03 17:40:29,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-03 17:40:29,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpiyezen /etc/bind/db.clearwater.opnfv 2018-12-03 17:40:29,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {u'homer_jtwq6c': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-jtwq6c'}}, u'ellis': {u'ellis_1sgaqc': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.10', u'name': u'ellis-1sgaqc'}}, u'dime': {u'dime_vc3ab8': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'dime-vc3ab8'}}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'vellum': {u'vellum_hkoux4': {u'public_address': u'', u'private_address': u'192.168.120.22', u'name': u'vellum-hkoux4'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}. 2018-12-03 17:40:29,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-03 17:40:29,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp3J3WMk /etc/bind/db.clearwater.local 2018-12-03 17:40:29,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-03 17:40:29,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:40:29,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-03 17:40:29,264 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/13a50974-aae2-40b5-8195-08ee9d532c36 2018-12-03 17:40:29,323 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:40:29,324 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:40:29,324 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:40:29,324 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:40:29,324 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:40:29,324 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:40:29,324 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:40:29,324 - 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-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"} 2018-12-03 17:40:29,324 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:40:29,324 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:40:29 GMT 2018-12-03 17:40:29,324 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:40:29,325 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 354 2018-12-03 17:40:29,325 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:40:29,325 - 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-12-03T17:25:56.495Z', 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'13a50974-aae2-40b5-8195-08ee9d532c36'} 2018-12-03 17:40:29,325 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/deployments/clearwater-opnfv/outputs 2018-12-03 17:40:29,391 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:40:29,392 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:40:29,392 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:40:29,392 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:40:29,392 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:40:29,392 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:40:29,392 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:40:29,392 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.208", "ellis_ip": "172.30.9.204"}, "deployment_id": "clearwater-opnfv"} 2018-12-03 17:40:29,392 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:40:29,392 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:40:29 GMT 2018-12-03 17:40:29,392 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:40:29,393 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-12-03 17:40:29,393 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:40:29,395 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.204 2018-12-03 17:40:29,496 - 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-12-03 17:40:29,564 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-12-03 17:40:29,565 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-12-03 17:40:29,622 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-03 17:40:29,623 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-12-03 17:40:54,685 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-03 17:40:54,685 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-12-03 17:41:19,790 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-03 17:41:19,790 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-12-03 17:41:44,879 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-03 17:41:44,879 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-12-03 17:42:09,970 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-03 17:42:09,970 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2018-12-03 17:42:35,056 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-03 17:42:35,057 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2018-12-03 17:43:00,248 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-03 17:43:00,248 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2018-12-03 17:43:25,353 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-03 17:43:25,353 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create a number 2018-12-03 17:43:50,437 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-03 17:43:50,438 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 9: cannot create a number 2018-12-03 17:44:15,539 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-03 17:44:15,539 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 10: cannot create a number 2018-12-03 17:44:40,625 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-03 17:44:40,625 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 11: cannot create a number 2018-12-03 17:45:05,717 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-03 17:45:05,717 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 12: cannot create a number 2018-12-03 17:45:30,839 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-03 17:45:30,839 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 13: cannot create a number 2018-12-03 17:45:56,089 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550191@clearwater.opnfv', u'sip_username': u'6505550191', u'formatted_number': u'(650) 555-0191', u'number': u'6505550191', u'sip_uri': u'sip:6505550191@clearwater.opnfv', u'number_id': u'f9fb9a0a60214616a0356c183b01c757', u'sip_password': u'EZeKMvh5c', u'pstn': False} 2018-12-03 17:45:56,090 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/deployments/clearwater-opnfv/outputs 2018-12-03 17:45:56,174 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:45:56,175 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:45:56,175 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:45:56,175 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:45:56,175 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:45:56,175 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:45:56,175 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:45:56,175 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.208", "ellis_ip": "172.30.9.204"}, "deployment_id": "clearwater-opnfv"} 2018-12-03 17:45:56,175 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:45:56,176 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:45:56 GMT 2018-12-03 17:45:56,176 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:45:56,176 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-12-03 17:45:56,176 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:45:56,176 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-12-03 17:45:56,176 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-12-03 17:45:56,205 - 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-12-03 17:45:56,206 - 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-12-03 17:48:11,899 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550720, 6505550742) Passed Basic Call - SDP (TCP) - (6505550208, 6505550139) Passed Basic Call - Tel URIs (TCP) - (6505550394, 6505550559) Passed Basic Call - Unknown number (TCP) - (6505550188, 6505550131) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550306, 6505550035) Passed Basic Call - Messages - Pager model (TCP) - (6505550285, 6505550658) Passed Basic Call - Pracks (TCP) - (6505550682, 6505550142) Passed Basic Registration (TCP) - (6505550291) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550208, 6505550317) Passed Call Barring - Outbound Rejection (TCP) - (6505550938, 6505550423) 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) - (6505550686, 6505550495) 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) - (6505550636, 6505550693, 6505550935) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550856, 6505550629, 6505550178) Passed Call Diversion - Not reachable (408) (TCP) - (6505550038, 6505550398, 6505550888) Passed Call Diversion - Not reachable (503) (TCP) - (6505550327, 6505550145, 6505550233) Passed Call Diversion - Not reachable (500) (TCP) - (6505550148, 6505550153, 6505550014) Passed Call Diversion - Busy (TCP) - (6505550937, 6505550596, 6505550875) Passed Call Diversion - Unconditional (TCP) - (6505550511, 6505550568, 6505550867) Passed Call Diversion - No answer (TCP) - (6505550522, 6505550092, 6505550340) Passed Call Diversion - Bad target URI (TCP) - (6505550128, 6505550490) Passed Call Diversion - Audio-only call (TCP) - (6505550920, 6505550854, 6505550758, 6505550550) Passed Call Diversion - Audio-video call (TCP) - (6505550104, 6505550282, 6505550124, 6505550248) Passed Call Waiting - Accepted (TCP) - (6505550050, 6505550422, 6505550019) Passed Call Waiting - Cancelled (TCP) - (6505550043, 6505550589, 6505550153) Passed CANCEL - Mainline (TCP) - (6505550130, 6505550419) Passed Filtering - Accept-Contact (TCP) - (6505550826, 6505550536) Passed Accept-Contact with response (SFR 511195) (TCP) - (6505550862, 6505550735) Passed Filtering - Accept-Contact no match (TCP) - (6505550110, 6505550849) Passed Filtering - Accept-Contact negated match (TCP) - (6505550683, 6505550718) Passed Filtering - RFC3841 example (TCP) - (6505550590, 6505550966) Passed Filtering - Reject-Contact no match (TCP) - (6505550175, 6505550609) Passed Filtering - Reject-Contact match (TCP) - (6505550451, 6505550725) 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) - (6505550956) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550722) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550331) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550437) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550327, 6505550067) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550520, 6505550943) Passed GRUU - Call - only GRUU as target (TCP) - (6505550966, 6505550825) Passed GRUU - Call - AoR as target (TCP) - (6505550044, 6505550251) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550142, 6505550106) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550697, 6505550271) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550909, 6505550940) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550886, 6505550006) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550132, 6505550113) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550226, 6505550980) 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)/usr/lib/ruby/gems/2.4.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document.rb:44: warning: constant ::Fixnum is deprecated - 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) - (6505550782) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550095) Passed SUBSCRIBE - Subscription timeout (TCP) - (6505550692) Passed SUBSCRIBE - Registration timeout (TCP) - (6505550434, 6505550212) Passed Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550546, 6505550197) 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= 0 failures out of 93 tests run 42 tests skipped 2018-12-03 17:48:11,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 42, 'total': 93, 'passed': 51} 2018-12-03 17:48:12,016 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-03 17:48:12,016 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 28:58 | PASS | +----------------------+------------------+------------------+----------------+ 2018-12-03 17:48:12,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-12-03 17:48:12,021 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions 2018-12-03 17:48:12,111 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:12,111 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:12,112 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:12,112 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:12,112 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:12,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:12,112 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:12,112 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "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": {"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-12-03T17:25:13.504Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "db82f9b8-ef07-4260-b692-797f2c395233"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:25:56.495Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "13a50974-aae2-40b5-8195-08ee9d532c36"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-12-03 17:48:12,112 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:12,112 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:12 GMT 2018-12-03 17:48:12,112 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:12,113 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6728 2018-12-03 17:48:12,113 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:12,113 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.203:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-12-03 17:48:12,310 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:12,310 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:12,310 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:12,310 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:12,310 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:12,310 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:12,311 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:12,311 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-12-03 17:48:12,311 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:48:12,311 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:12,311 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:12 GMT 2018-12-03 17:48:12,311 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:12,311 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:48:12,311 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:12,312 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:48:12,410 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:12,410 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:12,410 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:12,410 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:12,410 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:12,410 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:12,411 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:12,411 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-12-03 17:48:12,411 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:12,411 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:12 GMT 2018-12-03 17:48:12,411 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:12,411 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-12-03 17:48:12,411 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:12,411 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:48:12,580 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:12,580 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:12,581 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:12,581 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:12,581 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:12,581 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:12,581 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:12,581 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:48:12,581 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:12,581 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:12 GMT 2018-12-03 17:48:12,581 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:12,581 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:48:12,582 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:17,586 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:48:18,003 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:18,004 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:18,004 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:18,004 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:18,004 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:18,004 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:18,004 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:18,004 - 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-12-03T17:48:13.019Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:13.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_b48m4n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:14.651Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:14.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_jtwq6c", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.142Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_jtwq6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.142Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_g39n4b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.142Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_b48m4n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.142Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.142Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_g39n4b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.142Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_vc3ab8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.142Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_jtwq6c", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.142Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_hkoux4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.142Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_g39n4b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.142Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_b48m4n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.142Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_vc3ab8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.142Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_hkoux4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.142Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_hkoux4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.142Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.565Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/V94A8/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "b2f42962-30e3-4782-ba7a-26ed4c4b8f64"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "c3935f35-e22c-41f4-af47-18b88e9389a9"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/S6C9R/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "c008746a-d5c7-4ec7-9cff-f8fba0610f81"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/W1WZT/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "c3935f35-e22c-41f4-af47-18b88e9389a9"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "90c53e4b-7076-4405-81b2-d3d4a91a72cc"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Executing: /tmp/W9YU9/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "fa63ce18-2cd3-4867-b5a6-e999121cfae9"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Executing: /tmp/LSPN1/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "90c53e4b-7076-4405-81b2-d3d4a91a72cc"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Executing: /tmp/W1WZT/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "c3935f35-e22c-41f4-af47-18b88e9389a9"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/W9YU9/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "fa63ce18-2cd3-4867-b5a6-e999121cfae9"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "c008746a-d5c7-4ec7-9cff-f8fba0610f81"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Executing: /tmp/S6C9R/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "c008746a-d5c7-4ec7-9cff-f8fba0610f81"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Executing: /tmp/DPFU2/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f2602eda-602c-4d18-9120-2fe3229ca611"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Executing: /tmp/V94A8/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "b2f42962-30e3-4782-ba7a-26ed4c4b8f64"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/LSPN1/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "90c53e4b-7076-4405-81b2-d3d4a91a72cc"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Execution done (return_code=1): /tmp/V94A8/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "b2f42962-30e3-4782-ba7a-26ed4c4b8f64"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "b2f42962-30e3-4782-ba7a-26ed4c4b8f64"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/DPFU2/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f2602eda-602c-4d18-9120-2fe3229ca611"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:15.954Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "fa63ce18-2cd3-4867-b5a6-e999121cfae9"}, {"node_instance_id": "homer_jtwq6c", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:16.165Z", "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_k88pg8/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_k88pg8/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_k88pg8/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-12-03T17:48:16.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_vc3ab8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:16.165Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:16.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:16.165Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:16.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:16.165Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:16.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:16.965Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:16.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f2602eda-602c-4d18-9120-2fe3229ca611"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:16.965Z", "message": "Execution done (return_code=1): /tmp/DPFU2/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:16.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f2602eda-602c-4d18-9120-2fe3229ca611"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:16.965Z", "message": "Execution done (return_code=1): /tmp/W9YU9/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:16.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "fa63ce18-2cd3-4867-b5a6-e999121cfae9"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:16.965Z", "message": "Execution done (return_code=1): /tmp/W1WZT/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:16.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "c3935f35-e22c-41f4-af47-18b88e9389a9"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:17.195Z", "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_wz7tek/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_wz7tek/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_wz7tek/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-12-03T17:48:17.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:17.195Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:17.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:17.195Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:17.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_vc3ab8", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:17.195Z", "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_mpfn5b/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_mpfn5b/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_mpfn5b/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-12-03T17:48:17.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_hkoux4", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:17.195Z", "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_4jt7kl/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_4jt7kl/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_4jt7kl/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-12-03T17:48:17.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 53, "offset": 0, "size": 50}}} 2018-12-03 17:48:18,004 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:18,005 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:18 GMT 2018-12-03 17:48:18,005 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:18,005 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28837 2018-12-03 17:48:18,005 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:18,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-12-03 17:48:18,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:48:18,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:48:18,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:48:18,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:48:18,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:48:18,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:48:18,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:48:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:48:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:48:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:48:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:48:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:48:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:48:18,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:48:18,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:48:18,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/V94A8/stop-homer.sh 2018-12-03 17:48:18,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-12-03 17:48:18,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/S6C9R/stop-sprout.sh 2018-12-03 17:48:18,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/W1WZT/stop-vellum.sh 2018-12-03 17:48:18,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-12-03 17:48:18,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/W9YU9/stop-dime.sh 2018-12-03 17:48:18,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/LSPN1/stop-bono.sh 2018-12-03 17:48:18,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/W1WZT/stop-vellum.sh 2018-12-03 17:48:18,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/W9YU9/stop-dime.sh 2018-12-03 17:48:18,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-12-03 17:48:18,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/S6C9R/stop-sprout.sh 2018-12-03 17:48:18,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/DPFU2/stop-ellis.sh 2018-12-03 17:48:18,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/V94A8/stop-homer.sh 2018-12-03 17:48:18,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/LSPN1/stop-bono.sh 2018-12-03 17:48:18,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/V94A8/stop-homer.sh 2018-12-03 17:48:18,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-12-03 17:48:18,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/DPFU2/stop-ellis.sh 2018-12-03 17:48:18,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-12-03 17:48:18,012 - 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-12-03 17:48:18,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:48:18,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:48:18,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:48:18,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-12-03 17:48:18,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/DPFU2/stop-ellis.sh 2018-12-03 17:48:18,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/W9YU9/stop-dime.sh 2018-12-03 17:48:18,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/W1WZT/stop-vellum.sh 2018-12-03 17:48:18,013 - 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-12-03 17:48:18,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:48:18,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:48:18,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-12-03 17:48:18,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-12-03 17:48:18,014 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:48:18,181 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:18,181 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:18,181 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:18,181 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:18,182 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:18,182 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:18,182 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:18,182 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:48:18,182 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:18,182 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:18 GMT 2018-12-03 17:48:18,182 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:18,182 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:48:18,182 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:23,188 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:48:23,680 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:23,681 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:23,681 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:23,681 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:23,681 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:23,681 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:23,681 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:23,681 - 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-12-03T17:48:18.000Z", "message": "Downloaded scripts/bind/bind.py to /tmp/URDVO/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:18.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "17bfff4b-ba5e-4b6c-b3ee-7c722145e573"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:18.000Z", "message": "Downloaded scripts/bind/bind.py to /tmp/NUARN/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:18.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "97e0fa47-20f1-49c8-ba18-aa0c67dc6e16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:18.000Z", "message": "Downloaded scripts/bind/bind.py to /tmp/72O35/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:18.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "11719adf-3913-466c-bce5-b65df0fef4b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:18.000Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:18.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "17bfff4b-ba5e-4b6c-b3ee-7c722145e573"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:19.046Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:19.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "97e0fa47-20f1-49c8-ba18-aa0c67dc6e16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:19.046Z", "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-12-03T17:48:19.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "17bfff4b-ba5e-4b6c-b3ee-7c722145e573"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:19.046Z", "message": "Downloaded scripts/bind/bind.py to /tmp/YII5Q/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:19.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e772b1fb-de47-4e66-ad88-5e35bc0a6ca3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:19.046Z", "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-12-03T17:48:19.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "17bfff4b-ba5e-4b6c-b3ee-7c722145e573"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:19.046Z", "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-12-03T17:48:19.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "17bfff4b-ba5e-4b6c-b3ee-7c722145e573"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:19.046Z", "message": "The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {}, u'ellis': {u'ellis_1sgaqc': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.10', u'name': u'ellis-1sgaqc'}}, u'dime': {u'dime_vc3ab8': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'dime-vc3ab8'}}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'vellum': {u'vellum_hkoux4': {u'public_address': u'', u'private_address': u'192.168.120.22', u'name': u'vellum-hkoux4'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:19.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "17bfff4b-ba5e-4b6c-b3ee-7c722145e573"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:19.046Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:19.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "11719adf-3913-466c-bce5-b65df0fef4b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:19.046Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:19.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "17bfff4b-ba5e-4b6c-b3ee-7c722145e573"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:19.046Z", "message": "[localhost] run: sudo mv /tmp/tmprqVFUz /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:19.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "17bfff4b-ba5e-4b6c-b3ee-7c722145e573"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:19.046Z", "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-12-03T17:48:19.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "17bfff4b-ba5e-4b6c-b3ee-7c722145e573"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "97e0fa47-20f1-49c8-ba18-aa0c67dc6e16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "message": "[localhost] run: sudo mv /tmp/tmpZF92JS /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "97e0fa47-20f1-49c8-ba18-aa0c67dc6e16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "message": "The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'vellum': {u'vellum_hkoux4': {u'public_address': u'', u'private_address': u'192.168.120.22', u'name': u'vellum-hkoux4'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "97e0fa47-20f1-49c8-ba18-aa0c67dc6e16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "message": "[localhost] run: sudo mv /tmp/tmpVVHfBp /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "17bfff4b-ba5e-4b6c-b3ee-7c722145e573"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "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-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "17bfff4b-ba5e-4b6c-b3ee-7c722145e573"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "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-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "11719adf-3913-466c-bce5-b65df0fef4b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "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-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e772b1fb-de47-4e66-ad88-5e35bc0a6ca3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "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-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "97e0fa47-20f1-49c8-ba18-aa0c67dc6e16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "message": "[localhost] run: sudo mv /tmp/tmpSShdYR /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "11719adf-3913-466c-bce5-b65df0fef4b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e772b1fb-de47-4e66-ad88-5e35bc0a6ca3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "message": "The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'vellum': {u'vellum_hkoux4': {u'public_address': u'', u'private_address': u'192.168.120.22', u'name': u'vellum-hkoux4'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "11719adf-3913-466c-bce5-b65df0fef4b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "17bfff4b-ba5e-4b6c-b3ee-7c722145e573"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "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-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "97e0fa47-20f1-49c8-ba18-aa0c67dc6e16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "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-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "97e0fa47-20f1-49c8-ba18-aa0c67dc6e16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "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-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "97e0fa47-20f1-49c8-ba18-aa0c67dc6e16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "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-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "11719adf-3913-466c-bce5-b65df0fef4b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "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-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "11719adf-3913-466c-bce5-b65df0fef4b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "11719adf-3913-466c-bce5-b65df0fef4b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.175Z", "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-12-03T17:48:20.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "11719adf-3913-466c-bce5-b65df0fef4b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:20.219Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:20.219Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "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-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "11719adf-3913-466c-bce5-b65df0fef4b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e772b1fb-de47-4e66-ad88-5e35bc0a6ca3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "message": "[localhost] run: sudo mv /tmp/tmpCQaUUU /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e772b1fb-de47-4e66-ad88-5e35bc0a6ca3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "message": "[localhost] run: sudo mv /tmp/tmpN_d2tA /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "97e0fa47-20f1-49c8-ba18-aa0c67dc6e16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "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-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e772b1fb-de47-4e66-ad88-5e35bc0a6ca3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "message": "[localhost] run: sudo mv /tmp/tmp4ZaSon /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "11719adf-3913-466c-bce5-b65df0fef4b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e772b1fb-de47-4e66-ad88-5e35bc0a6ca3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "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-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "97e0fa47-20f1-49c8-ba18-aa0c67dc6e16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "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-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e772b1fb-de47-4e66-ad88-5e35bc0a6ca3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "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-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e772b1fb-de47-4e66-ad88-5e35bc0a6ca3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "message": "[localhost] run: sudo mv /tmp/tmpvAohP8 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e772b1fb-de47-4e66-ad88-5e35bc0a6ca3"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "message": "Execution done (return_code=1): /tmp/S6C9R/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "c008746a-d5c7-4ec7-9cff-f8fba0610f81"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "97e0fa47-20f1-49c8-ba18-aa0c67dc6e16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "11719adf-3913-466c-bce5-b65df0fef4b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "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-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e772b1fb-de47-4e66-ad88-5e35bc0a6ca3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.233Z", "message": "The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'vellum': {}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:21.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e772b1fb-de47-4e66-ad88-5e35bc0a6ca3"}], "metadata": {"pagination": {"total": 132, "offset": 47, "size": 50}}} 2018-12-03 17:48:23,682 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:23,682 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:23 GMT 2018-12-03 17:48:23,682 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:23,682 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29945 2018-12-03 17:48:23,682 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:23,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/URDVO/bind.py 2018-12-03 17:48:23,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/NUARN/bind.py 2018-12-03 17:48:23,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/72O35/bind.py 2018-12-03 17:48:23,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-03 17:48:23,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-03 17:48:23,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-03 17:48:23,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/YII5Q/bind.py 2018-12-03 17:48:23,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-03 17:48:23,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:48:23,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {}, u'ellis': {u'ellis_1sgaqc': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.10', u'name': u'ellis-1sgaqc'}}, u'dime': {u'dime_vc3ab8': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'dime-vc3ab8'}}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'vellum': {u'vellum_hkoux4': {u'public_address': u'', u'private_address': u'192.168.120.22', u'name': u'vellum-hkoux4'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}. 2018-12-03 17:48:23,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-03 17:48:23,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-03 17:48:23,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmprqVFUz /etc/bind/db.clearwater.local 2018-12-03 17:48:23,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-03 17:48:23,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-03 17:48:23,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpZF92JS /etc/bind/db.clearwater.local 2018-12-03 17:48:23,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'vellum': {u'vellum_hkoux4': {u'public_address': u'', u'private_address': u'192.168.120.22', u'name': u'vellum-hkoux4'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}. 2018-12-03 17:48:23,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpVVHfBp /etc/bind/db.clearwater.opnfv 2018-12-03 17:48:23,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-03 17:48:23,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:48:23,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:48:23,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:48:23,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpSShdYR /etc/bind/db.clearwater.local 2018-12-03 17:48:23,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-03 17:48:23,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'vellum': {u'vellum_hkoux4': {u'public_address': u'', u'private_address': u'192.168.120.22', u'name': u'vellum-hkoux4'}}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}. 2018-12-03 17:48:23,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-03 17:48:23,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-03 17:48:23,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-03 17:48:23,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-03 17:48:23,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-03 17:48:23,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-03 17:48:23,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-03 17:48:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-03 17:48:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:48:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-03 17:48:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-03 17:48:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpCQaUUU /etc/bind/db.clearwater.local 2018-12-03 17:48:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpN_d2tA /etc/bind/db.clearwater.opnfv 2018-12-03 17:48:23,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-03 17:48:23,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp4ZaSon /etc/bind/db.clearwater.opnfv 2018-12-03 17:48:23,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-03 17:48:23,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-03 17:48:23,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-03 17:48:23,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-03 17:48:23,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpvAohP8 /etc/bind/db.clearwater.opnfv 2018-12-03 17:48:23,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/S6C9R/stop-sprout.sh 2018-12-03 17:48:23,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-03 17:48:23,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-03 17:48:23,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-03 17:48:23,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_g39n4b': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-g39n4b'}}, u'vellum': {}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}. 2018-12-03 17:48:23,691 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:48:23,775 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:23,775 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:23,775 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:23,776 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:23,776 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:23,776 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:23,776 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:23,776 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:48:23,776 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:23,776 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:23 GMT 2018-12-03 17:48:23,776 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:23,776 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:48:23,776 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:28,782 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:48:28,878 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:28,878 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:28,878 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:28,878 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:28,878 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:28,878 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:28,878 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:28,879 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_g39n4b", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.267Z", "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_sq0wr6/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_sq0wr6/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_sq0wr6/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-12-03T17:48:21.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_jtwq6c", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.267Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:21.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_jtwq6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.267Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:21.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.267Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:21.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_jtwq6c", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:21.267Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:21.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:22.547Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/3L7W4/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:22.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "14a82a18-0098-4581-bf39-bb3da0730ba2"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:22.547Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:22.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "14a82a18-0098-4581-bf39-bb3da0730ba2"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:22.547Z", "message": "Executing: /tmp/3L7W4/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:22.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "14a82a18-0098-4581-bf39-bb3da0730ba2"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:22.547Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:22.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:22.547Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:22.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_hkoux4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:22.547Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:22.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_hkoux4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:22.547Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:22.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:22.547Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:22.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:22.547Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:22.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_vc3ab8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:22.547Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:22.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_vc3ab8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:22.547Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:22.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_hkoux4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:22.547Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:22.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_vc3ab8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:22.547Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:22.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:22.547Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:22.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:23.599Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/ZOHIK/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:23.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9d935f4b-d051-480f-93e3-76bc16add226"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:23.599Z", "message": "Executing: /tmp/ZOHIK/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:23.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9d935f4b-d051-480f-93e3-76bc16add226"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:23.599Z", "message": "Downloaded scripts/bind/bind.py to /tmp/UEJ62/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:23.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "2ea7c341-2dd1-46f0-8deb-7ee41b5e160f"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:23.599Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:23.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9d935f4b-d051-480f-93e3-76bc16add226"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/9RT3B/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "fb06abd1-7928-4baf-8a06-1e4667836ea3"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "fb06abd1-7928-4baf-8a06-1e4667836ea3"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "message": "Executing: /tmp/6RIAM/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "c0de2acd-687a-4fb2-9189-8b4bb7b14648"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "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-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "2ea7c341-2dd1-46f0-8deb-7ee41b5e160f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "message": "[localhost] run: sudo mv /tmp/tmpTsThm6 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "2ea7c341-2dd1-46f0-8deb-7ee41b5e160f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "message": "[localhost] run: sudo mv /tmp/tmpwVaCHs /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "2ea7c341-2dd1-46f0-8deb-7ee41b5e160f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "message": "The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "2ea7c341-2dd1-46f0-8deb-7ee41b5e160f"}, {"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "message": "Executing: /tmp/9RT3B/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "fb06abd1-7928-4baf-8a06-1e4667836ea3"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "c0de2acd-687a-4fb2-9189-8b4bb7b14648"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "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-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "2ea7c341-2dd1-46f0-8deb-7ee41b5e160f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "2ea7c341-2dd1-46f0-8deb-7ee41b5e160f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "2ea7c341-2dd1-46f0-8deb-7ee41b5e160f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "2ea7c341-2dd1-46f0-8deb-7ee41b5e160f"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/6RIAM/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "c0de2acd-687a-4fb2-9189-8b4bb7b14648"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "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-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "2ea7c341-2dd1-46f0-8deb-7ee41b5e160f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "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-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "2ea7c341-2dd1-46f0-8deb-7ee41b5e160f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.624Z", "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-12-03T17:48:24.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "2ea7c341-2dd1-46f0-8deb-7ee41b5e160f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:24.733Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:24.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_g39n4b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:25.600Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:25.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_g39n4b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:25.600Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:25.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_g39n4b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:25.600Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:25.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:25.944Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/64CC0/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:25.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e8d64b30-ce2b-4631-9d08-dd3aa5e745ee"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:26.681Z", "message": "Executing: /tmp/64CC0/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:26.681Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e8d64b30-ce2b-4631-9d08-dd3aa5e745ee"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:26.681Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:26.681Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e8d64b30-ce2b-4631-9d08-dd3aa5e745ee"}, {"node_instance_id": "homer_jtwq6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:27.156Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:27.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:27.614Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:27.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_jtwq6c", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:27.699Z", "message": "Execution done (return_code=0): /tmp/3L7W4/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:27.699Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "14a82a18-0098-4581-bf39-bb3da0730ba2"}], "metadata": {"pagination": {"total": 163, "offset": 97, "size": 50}}} 2018-12-03 17:48:28,879 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:28,879 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:28 GMT 2018-12-03 17:48:28,879 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:28,879 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27963 2018-12-03 17:48:28,879 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:28,880 - 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-12-03 17:48:28,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:48:28,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:48:28,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:48:28,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:48:28,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/3L7W4/remove-cluster-node.sh 2018-12-03 17:48:28,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-12-03 17:48:28,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/3L7W4/remove-cluster-node.sh 2018-12-03 17:48:28,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:48:28,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:48:28,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:48:28,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:48:28,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:48:28,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:48:28,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:48:28,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:48:28,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:48:28,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:48:28,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:48:28,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/ZOHIK/remove-cluster-node.sh 2018-12-03 17:48:28,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ZOHIK/remove-cluster-node.sh 2018-12-03 17:48:28,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/UEJ62/bind.py 2018-12-03 17:48:28,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-12-03 17:48:28,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/9RT3B/remove-cluster-node.sh 2018-12-03 17:48:28,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-12-03 17:48:28,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/6RIAM/remove-cluster-node.sh 2018-12-03 17:48:28,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-03 17:48:28,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpTsThm6 /etc/bind/db.clearwater.opnfv 2018-12-03 17:48:28,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpwVaCHs /etc/bind/db.clearwater.local 2018-12-03 17:48:28,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {u'bono_b48m4n': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.11', u'name': u'bono-b48m4n'}}}, 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.16', u'hss_hostname': u''}. 2018-12-03 17:48:28,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/9RT3B/remove-cluster-node.sh 2018-12-03 17:48:28,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-12-03 17:48:28,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-03 17:48:28,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-03 17:48:28,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-03 17:48:28,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-03 17:48:28,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/6RIAM/remove-cluster-node.sh 2018-12-03 17:48:28,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-03 17:48:28,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-03 17:48:28,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:48:28,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:48:28,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:48:28,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:48:28,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:48:28,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/64CC0/remove-cluster-node.sh 2018-12-03 17:48:28,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/64CC0/remove-cluster-node.sh 2018-12-03 17:48:28,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-12-03 17:48:28,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:48:28,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:48:28,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/3L7W4/remove-cluster-node.sh 2018-12-03 17:48:28,888 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:48:28,949 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:28,949 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:28,949 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:28,949 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:28,949 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:28,949 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:28,949 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:28,949 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:48:28,949 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:28,950 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:28 GMT 2018-12-03 17:48:28,950 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:28,950 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:48:28,950 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:33,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:48:34,051 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:34,052 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:34,052 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:34,052 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:34,052 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:34,052 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:34,052 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:34,052 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:28.625Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:28.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:28.625Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:28.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_vc3ab8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:28.709Z", "message": "Execution done (return_code=0): /tmp/ZOHIK/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:28.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9d935f4b-d051-480f-93e3-76bc16add226"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:29.770Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:29.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_vc3ab8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:29.770Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:29.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:29.770Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:29.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:29.770Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:29.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_1sgaqc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:30.702Z", "message": "Execution done (return_code=0): /tmp/6RIAM/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:30.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "c0de2acd-687a-4fb2-9189-8b4bb7b14648"}, {"node_instance_id": "ellis_1sgaqc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:30.799Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:30.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:31.781Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:31.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:31.781Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:31.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:31.781Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:31.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:32.790Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:32.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:32.790Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:32.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:32.790Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:32.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:32.790Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:32.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:32.790Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:32.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:32.790Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:32.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:32.790Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:32.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:32.790Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:32.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.449Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "885a5338-0bd9-437c-9eaf-aea005826ac4"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.778Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "885a5338-0bd9-437c-9eaf-aea005826ac4"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.778Z", "message": "Stopping Agent homer_host_k88pg8", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "885a5338-0bd9-437c-9eaf-aea005826ac4"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.778Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "885a5338-0bd9-437c-9eaf-aea005826ac4"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.778Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "885a5338-0bd9-437c-9eaf-aea005826ac4"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.778Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "885a5338-0bd9-437c-9eaf-aea005826ac4"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.778Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "885a5338-0bd9-437c-9eaf-aea005826ac4"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.778Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "885a5338-0bd9-437c-9eaf-aea005826ac4"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.778Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "885a5338-0bd9-437c-9eaf-aea005826ac4"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.778Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "885a5338-0bd9-437c-9eaf-aea005826ac4"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.810Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.810Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.810Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.810Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.810Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:33.810Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:33.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 196, "offset": 147, "size": 50}}} 2018-12-03 17:48:34,052 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:34,053 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:34 GMT 2018-12-03 17:48:34,053 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:34,053 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18758 2018-12-03 17:48:34,053 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:34,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-03 17:48:34,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-03 17:48:34,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/ZOHIK/remove-cluster-node.sh 2018-12-03 17:48:34,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-03 17:48:34,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:48:34,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-03 17:48:34,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:48:34,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/6RIAM/remove-cluster-node.sh 2018-12-03 17:48:34,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:48:34,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-03 17:48:34,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:48:34,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-03 17:48:34,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-12-03 17:48:34,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-03 17:48:34,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-03 17:48:34,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-03 17:48:34,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-03 17:48:34,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-03 17:48:34,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-03 17:48:34,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-12-03 17:48:34,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:34,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:34,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_k88pg8 2018-12-03 17:48:34,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:34,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:34,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:34,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:34,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:34,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:34,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:34,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-03 17:48:34,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-03 17:48:34,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-03 17:48:34,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-03 17:48:34,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-03 17:48:34,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-03 17:48:34,060 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:48:34,120 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:34,120 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:34,120 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:34,120 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:34,121 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:34,121 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:34,121 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:34,121 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:48:34,121 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:34,121 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:34 GMT 2018-12-03 17:48:34,121 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:34,121 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:48:34,121 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:39,127 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:48:39,239 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:39,239 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:39,239 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:39,239 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:39,239 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:39,239 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:39,240 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:39,240 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.793Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7e338813-e312-4003-9946-3f4f2ee5bd1e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.793Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7e338813-e312-4003-9946-3f4f2ee5bd1e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.793Z", "message": "Stopping Agent dime_host_mpfn5b", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7e338813-e312-4003-9946-3f4f2ee5bd1e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.793Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7e338813-e312-4003-9946-3f4f2ee5bd1e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.793Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7e338813-e312-4003-9946-3f4f2ee5bd1e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.793Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7e338813-e312-4003-9946-3f4f2ee5bd1e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.793Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7e338813-e312-4003-9946-3f4f2ee5bd1e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.793Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7e338813-e312-4003-9946-3f4f2ee5bd1e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.793Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7e338813-e312-4003-9946-3f4f2ee5bd1e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.793Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7e338813-e312-4003-9946-3f4f2ee5bd1e"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.841Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.841Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.841Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.841Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:34.841Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:34.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:35.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:35.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f038f373-3361-4432-bcc2-736e2094ec98"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:35.807Z", "message": "Stopping Agent ellis_host_wz7tek", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:35.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f038f373-3361-4432-bcc2-736e2094ec98"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:35.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:35.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f038f373-3361-4432-bcc2-736e2094ec98"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:35.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:35.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f038f373-3361-4432-bcc2-736e2094ec98"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:35.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:35.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f038f373-3361-4432-bcc2-736e2094ec98"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:35.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:35.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f038f373-3361-4432-bcc2-736e2094ec98"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:35.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:35.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f038f373-3361-4432-bcc2-736e2094ec98"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:35.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:35.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f038f373-3361-4432-bcc2-736e2094ec98"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:35.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:35.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f038f373-3361-4432-bcc2-736e2094ec98"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:35.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:35.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f038f373-3361-4432-bcc2-736e2094ec98"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:35.853Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:35.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:35.853Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:35.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:38.077Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:38.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "885a5338-0bd9-437c-9eaf-aea005826ac4"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:38.305Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:38.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:38.932Z", "message": "Stopping daemon with command: sudo service celeryd-dime_host_mpfn5b stop", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:38.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7e338813-e312-4003-9946-3f4f2ee5bd1e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:38.932Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:38.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7e338813-e312-4003-9946-3f4f2ee5bd1e"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:38.932Z", "message": "Stopping daemon with command: sudo service celeryd-homer_host_k88pg8 stop", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:38.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "885a5338-0bd9-437c-9eaf-aea005826ac4"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:38.932Z", "message": "Successfully stopped daemon: homer_host_k88pg8\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:38.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "885a5338-0bd9-437c-9eaf-aea005826ac4"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:38.932Z", "message": "Successfully stopped daemon: dime_host_mpfn5b\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:38.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7e338813-e312-4003-9946-3f4f2ee5bd1e"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:38.939Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:38.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:38.939Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:38.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:38.939Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:38.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 233, "offset": 183, "size": 50}}} 2018-12-03 17:48:39,240 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:39,240 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:39 GMT 2018-12-03 17:48:39,240 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:39,240 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19981 2018-12-03 17:48:39,240 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:39,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_mpfn5b 2018-12-03 17:48:39,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-03 17:48:39,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-03 17:48:39,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-03 17:48:39,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-12-03 17:48:39,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-03 17:48:39,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_wz7tek 2018-12-03 17:48:39,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:39,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-03 17:48:39,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-03 17:48:39,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-03 17:48:39,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-03 17:48:39,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_mpfn5b stop 2018-12-03 17:48:39,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-03 17:48:39,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_k88pg8 stop 2018-12-03 17:48:39,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_k88pg8 2018-12-03 17:48:39,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_mpfn5b 2018-12-03 17:48:39,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-03 17:48:39,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-03 17:48:39,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-03 17:48:39,247 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:48:39,334 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:39,334 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:39,334 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:39,335 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:39,335 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:39,335 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:39,335 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:39,335 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:48:39,335 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:39,335 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:39 GMT 2018-12-03 17:48:39,335 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:39,335 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:48:39,335 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:44,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:48:44,438 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:44,438 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:44,438 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:44,438 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:44,438 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:44,438 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:44,438 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:44,438 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Deleting Agent homer_host_k88pg8", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "cc01c75f-1bd8-432c-81a8-56d57277493e"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "cc01c75f-1bd8-432c-81a8-56d57277493e"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "cc01c75f-1bd8-432c-81a8-56d57277493e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "40f40d2f-e7dc-4c6a-8b64-6d7cd105e3f6"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "40f40d2f-e7dc-4c6a-8b64-6d7cd105e3f6"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "40f40d2f-e7dc-4c6a-8b64-6d7cd105e3f6"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "cc01c75f-1bd8-432c-81a8-56d57277493e"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "cc01c75f-1bd8-432c-81a8-56d57277493e"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "cc01c75f-1bd8-432c-81a8-56d57277493e"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "cc01c75f-1bd8-432c-81a8-56d57277493e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "40f40d2f-e7dc-4c6a-8b64-6d7cd105e3f6"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "40f40d2f-e7dc-4c6a-8b64-6d7cd105e3f6"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Deleting Agent dime_host_mpfn5b", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "40f40d2f-e7dc-4c6a-8b64-6d7cd105e3f6"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "cc01c75f-1bd8-432c-81a8-56d57277493e"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "cc01c75f-1bd8-432c-81a8-56d57277493e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "40f40d2f-e7dc-4c6a-8b64-6d7cd105e3f6"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "40f40d2f-e7dc-4c6a-8b64-6d7cd105e3f6"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "40f40d2f-e7dc-4c6a-8b64-6d7cd105e3f6"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "cc01c75f-1bd8-432c-81a8-56d57277493e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.956Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "40f40d2f-e7dc-4c6a-8b64-6d7cd105e3f6"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.960Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.960Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.960Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:39.960Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:39.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:40.969Z", "message": "Stopping daemon with command: sudo service celeryd-ellis_host_wz7tek stop", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:40.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f038f373-3361-4432-bcc2-736e2094ec98"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:40.969Z", "message": "Successfully stopped daemon: ellis_host_wz7tek\u001b[0m", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:40.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f038f373-3361-4432-bcc2-736e2094ec98"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:40.969Z", "message": "Stopping...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:40.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f038f373-3361-4432-bcc2-736e2094ec98"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:40.977Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:40.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:40.977Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:40.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:40.977Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:40.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:40.977Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:40.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0c658f70-3307-4043-979a-324fe63909c8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0c658f70-3307-4043-979a-324fe63909c8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0c658f70-3307-4043-979a-324fe63909c8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0c658f70-3307-4043-979a-324fe63909c8"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Deleting...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "cc01c75f-1bd8-432c-81a8-56d57277493e"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0c658f70-3307-4043-979a-324fe63909c8"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Successfully deleted daemon: dime_host_mpfn5b", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "40f40d2f-e7dc-4c6a-8b64-6d7cd105e3f6"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Deleting...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "40f40d2f-e7dc-4c6a-8b64-6d7cd105e3f6"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0c658f70-3307-4043-979a-324fe63909c8"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Successfully deleted daemon: homer_host_k88pg8", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "cc01c75f-1bd8-432c-81a8-56d57277493e"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0c658f70-3307-4043-979a-324fe63909c8"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "cc01c75f-1bd8-432c-81a8-56d57277493e"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "40f40d2f-e7dc-4c6a-8b64-6d7cd105e3f6"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Deleting Agent ellis_host_wz7tek", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0c658f70-3307-4043-979a-324fe63909c8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0c658f70-3307-4043-979a-324fe63909c8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:42.212Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0c658f70-3307-4043-979a-324fe63909c8"}], "metadata": {"pagination": {"total": 289, "offset": 220, "size": 50}}} 2018-12-03 17:48:44,439 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:44,439 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:44 GMT 2018-12-03 17:48:44,439 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:44,439 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27099 2018-12-03 17:48:44,439 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:44,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_k88pg8 2018-12-03 17:48:44,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent dime_host_mpfn5b 2018-12-03 17:48:44,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-03 17:48:44,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-03 17:48:44,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-03 17:48:44,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-03 17:48:44,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_wz7tek stop 2018-12-03 17:48:44,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_wz7tek 2018-12-03 17:48:44,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-03 17:48:44,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-03 17:48:44,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-03 17:48:44,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-03 17:48:44,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-03 17:48:44,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-03 17:48:44,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-03 17:48:44,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-03 17:48:44,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-03 17:48:44,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_mpfn5b 2018-12-03 17:48:44,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-03 17:48:44,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_k88pg8 2018-12-03 17:48:44,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-03 17:48:44,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-03 17:48:44,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_wz7tek 2018-12-03 17:48:44,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:44,448 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:48:44,520 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:44,520 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:44,520 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:44,520 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:44,520 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:44,520 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:44,521 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:44,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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:48:44,521 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:44,521 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:44 GMT 2018-12-03 17:48:44,521 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:44,521 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:48:44,521 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:49,527 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:48:49,595 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:49,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:49,596 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:49,596 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:49,596 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:49,596 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:49,596 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:49,596 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:43.268Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:43.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:43.268Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:43.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:43.268Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:43.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:43.331Z", "message": "Deleting...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:43.331Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0c658f70-3307-4043-979a-324fe63909c8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:44.268Z", "message": "Successfully deleted daemon: ellis_host_wz7tek", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:44.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0c658f70-3307-4043-979a-324fe63909c8"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:44.268Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:44.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0c658f70-3307-4043-979a-324fe63909c8"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:44.436Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:44.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:45.284Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:45.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:45.284Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:45.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:45.284Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:45.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:45.284Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:45.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:45.284Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:45.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:45.284Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:45.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_g39n4b", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:46.127Z", "message": "Execution done (return_code=0): /tmp/64CC0/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:46.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e8d64b30-ce2b-4631-9d08-dd3aa5e745ee"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:46.304Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_g39n4b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:46.304Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:47.521Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:47.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:47.521Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:47.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:47.521Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:47.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:47.521Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:47.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:48.529Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:48.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:48.529Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:48.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 306, "offset": 270, "size": 50}}} 2018-12-03 17:48:49,596 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:49,597 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:49 GMT 2018-12-03 17:48:49,597 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:49,597 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11326 2018-12-03 17:48:49,597 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:49,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-03 17:48:49,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-03 17:48:49,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-03 17:48:49,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-03 17:48:49,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_wz7tek 2018-12-03 17:48:49,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-03 17:48:49,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-03 17:48:49,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:48:49,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-03 17:48:49,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:48:49,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-03 17:48:49,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-03 17:48:49,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-03 17:48:49,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/64CC0/remove-cluster-node.sh 2018-12-03 17:48:49,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:48:49,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:48:49,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-03 17:48:49,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-03 17:48:49,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-03 17:48:49,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:48:49,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-12-03 17:48:49,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-12-03 17:48:49,601 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:48:49,667 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:49,667 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:49,667 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:49,667 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:49,667 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:49,667 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:49,667 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:49,667 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:48:49,668 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:49,668 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:49 GMT 2018-12-03 17:48:49,668 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:49,668 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:48:49,668 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:54,673 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:48:54,830 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:54,831 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:54,831 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:54,831 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:54,831 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:54,831 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:54,831 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:54,831 - 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-12-03T17:48:49.984Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:49.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:50.543Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:50.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:50.543Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:50.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:51.552Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:51.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:51.552Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:51.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:51.552Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:51.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:51.552Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:51.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:52.591Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:52.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:52.591Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:52.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:52.591Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:52.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:52.591Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:52.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:52.591Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:52.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:52.591Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:52.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:52.964Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:52.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "701bb3e2-80e7-428e-92a3-f93732dc8078"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:53.359Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:53.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "701bb3e2-80e7-428e-92a3-f93732dc8078"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:53.359Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:53.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "701bb3e2-80e7-428e-92a3-f93732dc8078"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:53.359Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:53.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "701bb3e2-80e7-428e-92a3-f93732dc8078"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:53.359Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:53.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "701bb3e2-80e7-428e-92a3-f93732dc8078"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:53.359Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:53.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "701bb3e2-80e7-428e-92a3-f93732dc8078"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:53.359Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:53.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "701bb3e2-80e7-428e-92a3-f93732dc8078"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:53.359Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:53.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "701bb3e2-80e7-428e-92a3-f93732dc8078"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:53.359Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:53.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "701bb3e2-80e7-428e-92a3-f93732dc8078"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:53.359Z", "message": "Stopping Agent sprout_host_sq0wr6", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:53.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "701bb3e2-80e7-428e-92a3-f93732dc8078"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:53.709Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:53.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:54.600Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:54.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:54.600Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:54.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 332, "offset": 292, "size": 50}}} 2018-12-03 17:48:54,831 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:54,832 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:54 GMT 2018-12-03 17:48:54,832 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:54,832 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13829 2018-12-03 17:48:54,832 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:54,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:48:54,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:48:54,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:48:54,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:48:54,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-12-03 17:48:54,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:48:54,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:48:54,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-03 17:48:54,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-03 17:48:54,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-03 17:48:54,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-03 17:48:54,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-03 17:48:54,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-03 17:48:54,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:54,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:54,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:54,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:54,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:54,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:54,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:54,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:54,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:48:54,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_sq0wr6 2018-12-03 17:48:54,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-12-03 17:48:54,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:48:54,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:48:54,837 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:48:54,903 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:48:54,903 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:48:54,903 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:48:54,904 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:48:54,904 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:48:54,904 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:48:54,904 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:48:54,904 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:48:54,904 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:48:54,904 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:48:54 GMT 2018-12-03 17:48:54,904 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:48:54,904 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:48:54,904 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:48:59,910 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:49:00,184 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:00,184 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:00,184 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:00,184 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:00,184 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:00,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:00,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:00,185 - 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-12-03T17:48:55.725Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:55.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:56.613Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:56.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "1964bfe9-c6e2-495b-8804-37d3a974a604"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:56.733Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:56.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:56.733Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:56.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:56.733Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:56.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:57.739Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:57.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:58.377Z", "message": "Stopping daemon with command: sudo service celeryd-sprout_host_sq0wr6 stop", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:58.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "701bb3e2-80e7-428e-92a3-f93732dc8078"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:58.377Z", "message": "Successfully stopped daemon: sprout_host_sq0wr6\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:58.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "701bb3e2-80e7-428e-92a3-f93732dc8078"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:58.377Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:58.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "701bb3e2-80e7-428e-92a3-f93732dc8078"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:58.758Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:58.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:58.758Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:58.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:58.758Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:58.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:58.758Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:58.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:58.758Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:58.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:58.758Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:58.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:58.758Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:58.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.399Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "508d35eb-1029-4395-8466-529a0d33f602"}, {"node_instance_id": "homer_host_k88pg8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.399Z", "message": "Waiting for server \"cbb70111-42c0-47bc-8822-3ac941c4b3b1\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "1964bfe9-c6e2-495b-8804-37d3a974a604"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.399Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "508d35eb-1029-4395-8466-529a0d33f602"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.399Z", "message": "Deleting Agent sprout_host_sq0wr6", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "508d35eb-1029-4395-8466-529a0d33f602"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.399Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "508d35eb-1029-4395-8466-529a0d33f602"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.399Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "508d35eb-1029-4395-8466-529a0d33f602"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.399Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "421ba3c6-44e7-4d1a-ac4e-3a572d88556a"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.399Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "508d35eb-1029-4395-8466-529a0d33f602"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.399Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "508d35eb-1029-4395-8466-529a0d33f602"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.399Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "508d35eb-1029-4395-8466-529a0d33f602"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.399Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "508d35eb-1029-4395-8466-529a0d33f602"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.399Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "508d35eb-1029-4395-8466-529a0d33f602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.975Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.975Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:48:59.975Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:48:59.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 363, "offset": 318, "size": 50}}} 2018-12-03 17:49:00,185 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:00,185 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:00 GMT 2018-12-03 17:49:00,185 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:00,185 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16446 2018-12-03 17:49:00,185 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:00,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:00,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-03 17:49:00,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-03 17:49:00,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:49:00,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-03 17:49:00,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:00,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_sq0wr6 stop 2018-12-03 17:49:00,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_sq0wr6 2018-12-03 17:49:00,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-03 17:49:00,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:49:00,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-03 17:49:00,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-03 17:49:00,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-03 17:49:00,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-03 17:49:00,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-03 17:49:00,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-03 17:49:00,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:49:00,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "cbb70111-42c0-47bc-8822-3ac941c4b3b1" to be deleted. current status: SHUTOFF 2018-12-03 17:49:00,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:49:00,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_sq0wr6 2018-12-03 17:49:00,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:49:00,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:49:00,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-03 17:49:00,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:49:00,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:49:00,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:49:00,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:49:00,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:49:00,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:00,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:00,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:00,191 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:49:00,265 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:00,265 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:00,265 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:00,266 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:00,266 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:00,266 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:00,266 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:00,266 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:49:00,266 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:00,266 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:00 GMT 2018-12-03 17:49:00,266 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:00,266 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:49:00,266 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:05,272 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:49:05,397 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:05,397 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:05,397 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:05,397 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:05,397 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:05,397 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:05,398 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:05,398 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:00.583Z", "message": "Deleting...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:00.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "508d35eb-1029-4395-8466-529a0d33f602"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:01.159Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:01.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:01.159Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:01.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:01.159Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:01.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:01.415Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:01.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "508d35eb-1029-4395-8466-529a0d33f602"}, {"node_instance_id": "dime_host_mpfn5b", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:01.415Z", "message": "Waiting for server \"0a6b1cc2-77da-4531-99e6-cd0cfae34277\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:01.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "421ba3c6-44e7-4d1a-ac4e-3a572d88556a"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:01.415Z", "message": "Successfully deleted daemon: sprout_host_sq0wr6", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:01.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "508d35eb-1029-4395-8466-529a0d33f602"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:03.604Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:03.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:04.179Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:04.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:04.179Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:04.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:04.179Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:04.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:04.179Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:04.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:04.961Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:04.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "b1056b03-b599-4ba0-8eeb-ce6e455cc6bb"}, {"node_instance_id": "homer_host_k88pg8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:05.251Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:05.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:05.251Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:05.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_security_group_j0gtuz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:05.251Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:05.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:05.251Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:05.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 380, "offset": 349, "size": 50}}} 2018-12-03 17:49:05,398 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:05,398 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:05 GMT 2018-12-03 17:49:05,398 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:05,398 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8817 2018-12-03 17:49:05,398 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-03 17:49:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-03 17:49:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-03 17:49:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-03 17:49:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-03 17:49:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0a6b1cc2-77da-4531-99e6-cd0cfae34277" to be deleted. current status: SHUTOFF 2018-12-03 17:49:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_sq0wr6 2018-12-03 17:49:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-03 17:49:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:49:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:05,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:05,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:05,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-03 17:49:05,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-03 17:49:05,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-03 17:49:05,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:49:05,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-03 17:49:05,402 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:49:05,466 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:05,466 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:05,467 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:05,467 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:05,467 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:05,467 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:05,467 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:05,467 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:49:05,467 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:05,467 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:05 GMT 2018-12-03 17:49:05,467 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:05,468 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:49:05,468 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:10,473 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:49:10,556 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:10,556 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:10,556 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:10,556 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:10,556 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:10,557 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:10,557 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:10,557 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_security_group_j0gtuz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:06.342Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:06.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_security_group_j0gtuz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:06.342Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:06.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_security_group_j0gtuz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:06.342Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:06.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_host_mpfn5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:06.342Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:06.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_security_group_j0gtuz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:06.583Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:06.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9067f120-cb12-43bb-b117-697920cc4d9a"}, {"node_instance_id": "dime_security_group_7zahs3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:07.359Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:07.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_host_wz7tek", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:07.863Z", "message": "Waiting for server \"3bbc5ad6-893b-41ab-a190-319e1633c47e\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:07.863Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "b1056b03-b599-4ba0-8eeb-ce6e455cc6bb"}, {"node_instance_id": "dime_security_group_7zahs3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:08.385Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:08.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "homer_security_group_j0gtuz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:08.385Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:08.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_security_group_7zahs3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:08.385Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:08.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_security_group_7zahs3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:08.385Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:08.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_security_group_7zahs3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:08.459Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:08.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "157bc22e-9268-4c1e-b319-736f6b251d49"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:09.394Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:09.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "dime_security_group_7zahs3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:09.394Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:09.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:09.394Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:09.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:09.394Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:09.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 396, "offset": 366, "size": 50}}} 2018-12-03 17:49:10,557 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:10,557 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:10 GMT 2018-12-03 17:49:10,557 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:10,557 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8429 2018-12-03 17:49:10,557 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:10,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-03 17:49:10,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-03 17:49:10,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:49:10,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-03 17:49:10,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-03 17:49:10,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:49:10,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "3bbc5ad6-893b-41ab-a190-319e1633c47e" to be deleted. current status: SHUTOFF 2018-12-03 17:49:10,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-03 17:49:10,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-03 17:49:10,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:49:10,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-03 17:49:10,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-03 17:49:10,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:10,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-03 17:49:10,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:10,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:10,561 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:49:11,009 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:11,009 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:11,009 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:11,009 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:11,009 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:11,010 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:11,010 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:11,010 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:49:11,010 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:11,010 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:11 GMT 2018-12-03 17:49:11,010 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:11,010 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:49:11,010 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:16,016 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:49:16,087 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:16,087 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:16,087 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:16,087 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:16,087 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:16,087 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:16,088 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:16,088 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_wz7tek", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:13.095Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:13.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_floatingip_5oyirw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:14.134Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:14.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_security_group_olp472", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:14.134Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:14.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_security_group_olp472", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:14.134Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:14.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_floatingip_5oyirw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:14.413Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:14.413Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_security_group_olp472", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:14.413Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:14.413Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_floatingip_5oyirw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:14.413Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:14.413Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_floatingip_5oyirw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:14.413Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:14.413Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_security_group_olp472", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:14.413Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:14.413Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_security_group_olp472", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:14.915Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:14.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "1e6df3bd-2af7-47d8-a348-0630987ca2a5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:15.458Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:15.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:15.458Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:15.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:15.458Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:15.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_floatingip_5oyirw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:15.476Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:15.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "cf5c294d-c5c5-4bbf-a834-e4b90ff65538"}], "metadata": {"pagination": {"total": 410, "offset": 382, "size": 50}}} 2018-12-03 17:49:16,088 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:16,088 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:16 GMT 2018-12-03 17:49:16,088 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:16,088 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7185 2018-12-03 17:49:16,088 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:16,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-03 17:49:16,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:49:16,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:49:16,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:49:16,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-12-03 17:49:16,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-03 17:49:16,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:49:16,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-12-03 17:49:16,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-03 17:49:16,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-03 17:49:16,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:16,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:16,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:16,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-12-03 17:49:16,091 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:49:16,164 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:16,164 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:16,164 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:16,164 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:16,164 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:16,165 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:16,165 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:16,165 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:49:16,165 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:16,165 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:16 GMT 2018-12-03 17:49:16,165 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:16,165 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:49:16,165 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:21,171 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:49:21,241 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:21,241 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:21,241 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:21,241 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:21,241 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:21,242 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:21,242 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:21,242 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_security_group_olp472", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:16.472Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:16.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "ellis_floatingip_5oyirw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:16.472Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:16.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:20.601Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:20.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 413, "offset": 396, "size": 50}}} 2018-12-03 17:49:21,242 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:21,242 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:21 GMT 2018-12-03 17:49:21,242 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:21,242 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1665 2018-12-03 17:49:21,242 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:21,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-03 17:49:21,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-12-03 17:49:21,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:49:21,243 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:49:21,304 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:21,304 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:21,305 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:21,305 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:21,305 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:21,305 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:21,305 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:21,305 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:49:21,305 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:21,305 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:21 GMT 2018-12-03 17:49:21,306 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:21,306 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:49:21,306 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:26,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:49:26,381 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:26,381 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:26,381 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:26,381 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:26,382 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:26,382 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:26,382 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:26,382 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_sq0wr6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:21.481Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:21.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:21.481Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:21.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:21.481Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:21.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:21.878Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:21.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "2f052b51-514a-4415-8a9b-2539e342e27d"}, {"node_instance_id": "sprout_host_sq0wr6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:24.740Z", "message": "Waiting for server \"debf2d97-e6fc-420f-9d41-a3064439019b\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:24.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "2f052b51-514a-4415-8a9b-2539e342e27d"}], "metadata": {"pagination": {"total": 418, "offset": 399, "size": 50}}} 2018-12-03 17:49:26,382 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:26,382 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:26 GMT 2018-12-03 17:49:26,382 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:26,382 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2662 2018-12-03 17:49:26,382 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:26,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-03 17:49:26,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-03 17:49:26,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:49:26,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-03 17:49:26,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "debf2d97-e6fc-420f-9d41-a3064439019b" to be deleted. current status: SHUTOFF 2018-12-03 17:49:26,384 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:49:26,440 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:26,440 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:26,440 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:26,441 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:26,441 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:26,441 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:26,441 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:26,441 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:49:26,441 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:26,441 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:26 GMT 2018-12-03 17:49:26,441 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:26,441 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:49:26,441 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:31,447 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:49:31,521 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:31,521 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:31,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:31,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:31,521 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:31,521 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:31,521 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:31,522 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_sq0wr6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:29.977Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:29.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_security_group_izkw2q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:31.301Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:31.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_security_group_izkw2q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:31.301Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:31.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_security_group_izkw2q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:31.491Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:31.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "sprout_security_group_izkw2q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:31.491Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:31.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 421, "offset": 404, "size": 50}}} 2018-12-03 17:49:31,522 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:31,522 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:31 GMT 2018-12-03 17:49:31,522 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:31,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2610 2018-12-03 17:49:31,522 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:31,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-03 17:49:31,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:49:31,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:49:31,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-03 17:49:31,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-03 17:49:31,523 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:49:31,592 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:31,592 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:31,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:31,592 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:31,592 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:31,592 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:31,592 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:31,592 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:49:31,593 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:31,593 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:31 GMT 2018-12-03 17:49:31,593 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:31,593 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:49:31,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:36,598 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:49:36,676 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:36,676 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:36,677 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:36,677 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:36,677 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:36,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:36,677 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:36,677 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_security_group_izkw2q", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:32.104Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:32.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "d4a32902-4bbb-4cfa-a885-1dbcbd3183e2"}, {"node_instance_id": "sprout_security_group_izkw2q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:49:32.967Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:49:32.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-12-03 17:49:36,677 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:36,677 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:36 GMT 2018-12-03 17:49:36,677 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:36,678 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1167 2018-12-03 17:49:36,678 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:36,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-03 17:49:36,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-03 17:49:36,678 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:49:36,816 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:36,817 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:36,817 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:36,817 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:36,817 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:36,817 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:36,817 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:36,817 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:49:36,818 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:36,818 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:36 GMT 2018-12-03 17:49:36,818 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:36,818 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:49:36,818 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:41,823 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:49:42,293 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:42,293 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:42,293 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:42,293 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:42,293 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:42,293 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:42,293 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:42,294 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 411, "size": 50}}} 2018-12-03 17:49:42,294 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:42,294 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:42 GMT 2018-12-03 17:49:42,294 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:42,294 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:49:42,294 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:42,294 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:49:42,367 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:42,367 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:42,367 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:42,367 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:42,367 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:42,368 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:42,368 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:42,368 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:49:42,368 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:42,368 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:42 GMT 2018-12-03 17:49:42,368 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:42,368 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:49:42,368 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:47,374 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:49:47,450 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:47,450 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:47,450 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:47,451 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:47,451 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:47,451 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:47,451 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:47,451 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 411, "size": 50}}} 2018-12-03 17:49:47,451 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:47,451 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:47 GMT 2018-12-03 17:49:47,451 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:47,451 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:49:47,452 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:47,452 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:49:47,515 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:47,515 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:47,515 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:47,515 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:47,515 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:47,515 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:47,516 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:47,516 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:49:47,516 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:47,516 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:47 GMT 2018-12-03 17:49:47,516 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:47,516 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:49:47,516 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:52,521 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:49:52,586 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:52,586 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:52,586 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:52,586 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:52,586 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:52,586 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:52,586 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:52,587 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 411, "size": 50}}} 2018-12-03 17:49:52,587 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:52,587 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:52 GMT 2018-12-03 17:49:52,587 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:52,587 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:49:52,587 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:52,587 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:49:52,647 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:52,647 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:52,647 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:52,647 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:52,647 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:52,647 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:52,647 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:52,647 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:49:52,648 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:52,648 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:52 GMT 2018-12-03 17:49:52,648 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:52,648 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:49:52,648 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:57,653 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:49:57,744 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:57,744 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:57,744 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:57,744 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:57,744 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:57,745 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:57,745 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:57,745 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 411, "size": 50}}} 2018-12-03 17:49:57,745 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:57,745 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:57 GMT 2018-12-03 17:49:57,745 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:57,745 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:49:57,745 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:49:57,745 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:49:57,809 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:49:57,810 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:49:57,810 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:49:57,810 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:49:57,810 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:49:57,810 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:49:57,810 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:49:57,810 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:49:57,810 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:49:57,811 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:49:57 GMT 2018-12-03 17:49:57,811 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:49:57,811 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:49:57,811 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:02,816 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:50:02,904 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:02,904 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:02,904 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:02,905 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:02,905 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:02,905 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:02,905 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:02,905 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 411, "size": 50}}} 2018-12-03 17:50:02,905 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:02,905 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:02 GMT 2018-12-03 17:50:02,905 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:02,905 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:50:02,905 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:02,906 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:50:02,964 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:02,964 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:02,964 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:02,964 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:02,964 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:02,964 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:02,964 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:02,964 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:50:02,965 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:02,965 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:02 GMT 2018-12-03 17:50:02,965 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:02,965 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:50:02,965 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:07,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:50:08,054 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:08,054 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:08,054 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:08,054 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:08,055 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:08,055 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:08,055 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:08,055 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 411, "size": 50}}} 2018-12-03 17:50:08,055 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:08,055 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:08 GMT 2018-12-03 17:50:08,055 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:08,055 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:50:08,055 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:08,056 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:50:08,121 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:08,121 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:08,121 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:08,122 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:08,122 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:08,122 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:08,122 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:08,122 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:50:08,122 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:08,122 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:08 GMT 2018-12-03 17:50:08,122 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:08,122 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:50:08,122 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:13,128 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:50:13,203 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:13,204 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:13,204 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:13,204 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:13,204 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:13,204 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:13,204 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:13,204 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 411, "size": 50}}} 2018-12-03 17:50:13,204 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:13,204 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:13 GMT 2018-12-03 17:50:13,205 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:13,205 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:50:13,205 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:13,205 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:50:13,266 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:13,266 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:13,267 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:13,267 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:13,267 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:13,267 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:13,267 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:13,267 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:50:13,267 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:13,267 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:13 GMT 2018-12-03 17:50:13,267 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:13,268 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:50:13,268 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:18,273 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:50:18,345 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:18,345 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:18,345 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:18,346 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:18,346 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:18,346 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:18,346 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:18,346 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 411, "size": 50}}} 2018-12-03 17:50:18,346 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:18,346 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:18 GMT 2018-12-03 17:50:18,346 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:18,346 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:50:18,347 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:18,347 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:50:18,414 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:18,415 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:18,415 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:18,415 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:18,415 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:18,415 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:18,415 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:18,415 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:50:18,415 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:18,416 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:18 GMT 2018-12-03 17:50:18,416 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:18,416 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:50:18,416 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:23,421 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:50:23,489 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:23,489 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:23,489 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:23,489 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:23,489 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:23,489 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:23,489 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:23,490 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_hkoux4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:19.347Z", "message": "Execution done (return_code=0): /tmp/9RT3B/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:19.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "fb06abd1-7928-4baf-8a06-1e4667836ea3"}, {"node_instance_id": "vellum_hkoux4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:19.443Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:19.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:20.526Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:20.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:20.526Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:20.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:20.526Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:20.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:21.535Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:21.535Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:22.548Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:22.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:22.548Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:22.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:22.548Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:22.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:22.548Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:22.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:22.548Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:22.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:22.548Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:22.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:22.942Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:22.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "250bdb81-d1a8-469f-911d-cc4c19d69aa0"}], "metadata": {"pagination": {"total": 438, "offset": 411, "size": 50}}} 2018-12-03 17:50:23,490 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:23,490 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:23 GMT 2018-12-03 17:50:23,490 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:23,490 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6740 2018-12-03 17:50:23,490 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:23,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/9RT3B/remove-cluster-node.sh 2018-12-03 17:50:23,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:50:23,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-03 17:50:23,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:50:23,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-03 17:50:23,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-12-03 17:50:23,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-03 17:50:23,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-03 17:50:23,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-03 17:50:23,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-03 17:50:23,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-03 17:50:23,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-03 17:50:23,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:23,493 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:50:23,555 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:23,555 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:23,555 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:23,555 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:23,555 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:23,555 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:23,555 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:23,556 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:50:23,556 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:23,556 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:23 GMT 2018-12-03 17:50:23,556 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:23,556 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:50:23,556 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:28,561 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:50:28,627 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:28,627 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:28,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:28,627 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:28,627 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:28,627 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:28,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:28,628 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:23.509Z", "message": "Stopping Agent vellum_host_4jt7kl", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:23.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "250bdb81-d1a8-469f-911d-cc4c19d69aa0"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:23.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:23.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "250bdb81-d1a8-469f-911d-cc4c19d69aa0"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:23.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:23.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "250bdb81-d1a8-469f-911d-cc4c19d69aa0"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:23.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:23.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "250bdb81-d1a8-469f-911d-cc4c19d69aa0"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:23.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:23.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "250bdb81-d1a8-469f-911d-cc4c19d69aa0"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:23.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:23.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "250bdb81-d1a8-469f-911d-cc4c19d69aa0"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:23.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:23.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "250bdb81-d1a8-469f-911d-cc4c19d69aa0"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:23.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:23.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "250bdb81-d1a8-469f-911d-cc4c19d69aa0"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:23.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:23.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "250bdb81-d1a8-469f-911d-cc4c19d69aa0"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:27.539Z", "message": "Stopping...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:27.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "250bdb81-d1a8-469f-911d-cc4c19d69aa0"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:27.790Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:27.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:28.520Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:28.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "85850b48-3b09-4e48-a05a-091a03879597"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:28.520Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:28.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "85850b48-3b09-4e48-a05a-091a03879597"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:28.520Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_4jt7kl stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:28.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "250bdb81-d1a8-469f-911d-cc4c19d69aa0"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:28.520Z", "message": "Successfully stopped daemon: vellum_host_4jt7kl\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:28.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "250bdb81-d1a8-469f-911d-cc4c19d69aa0"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:28.563Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:28.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:28.563Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:28.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:28.563Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:28.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 456, "offset": 424, "size": 50}}} 2018-12-03 17:50:28,628 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:28,628 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:28 GMT 2018-12-03 17:50:28,628 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:28,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9867 2018-12-03 17:50:28,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:28,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_4jt7kl 2018-12-03 17:50:28,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:28,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:28,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:28,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:28,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:28,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:28,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:28,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:28,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-03 17:50:28,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-03 17:50:28,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:28,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:28,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_4jt7kl stop 2018-12-03 17:50:28,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_4jt7kl 2018-12-03 17:50:28,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-03 17:50:28,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-03 17:50:28,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-03 17:50:28,632 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:50:28,700 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:28,700 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:28,700 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:28,700 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:28,700 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:28,700 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:28,700 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:28,700 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:50:28,701 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:28,701 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:28 GMT 2018-12-03 17:50:28,701 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:28,701 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:50:28,701 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:33,704 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:50:33,779 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:33,779 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:33,779 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:33,780 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:33,780 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:33,780 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:33,780 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:33,780 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:29.545Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:29.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "85850b48-3b09-4e48-a05a-091a03879597"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:29.545Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:29.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "85850b48-3b09-4e48-a05a-091a03879597"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:29.545Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:29.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "85850b48-3b09-4e48-a05a-091a03879597"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:29.545Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:29.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "85850b48-3b09-4e48-a05a-091a03879597"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:29.545Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:29.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "85850b48-3b09-4e48-a05a-091a03879597"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:29.545Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:29.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "85850b48-3b09-4e48-a05a-091a03879597"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:29.545Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:29.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "85850b48-3b09-4e48-a05a-091a03879597"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:29.545Z", "message": "Deleting Agent vellum_host_4jt7kl", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:29.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "85850b48-3b09-4e48-a05a-091a03879597"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:30.563Z", "message": "Successfully deleted daemon: vellum_host_4jt7kl", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:30.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "85850b48-3b09-4e48-a05a-091a03879597"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:30.563Z", "message": "Deleting...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:30.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "85850b48-3b09-4e48-a05a-091a03879597"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:30.563Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:30.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "85850b48-3b09-4e48-a05a-091a03879597"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:30.929Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:30.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:31.574Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:31.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:31.574Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:31.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:33.351Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:33.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:33.585Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:33.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:33.585Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:33.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 473, "offset": 442, "size": 50}}} 2018-12-03 17:50:33,780 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:33,780 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:33 GMT 2018-12-03 17:50:33,780 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:33,780 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9212 2018-12-03 17:50:33,781 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:33,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:33,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:33,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:33,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:33,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:33,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:33,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:50:33,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_4jt7kl 2018-12-03 17:50:33,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_4jt7kl 2018-12-03 17:50:33,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-03 17:50:33,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-03 17:50:33,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-03 17:50:33,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-03 17:50:33,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-03 17:50:33,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-03 17:50:33,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:50:33,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:50:33,784 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:50:33,846 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:33,846 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:33,846 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:33,846 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:33,846 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:33,847 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:33,847 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:33,847 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:50:33,847 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:33,847 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:33 GMT 2018-12-03 17:50:33,847 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:33,847 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:50:33,847 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:38,850 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:50:38,918 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:38,919 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:38,919 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:38,919 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:38,919 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:38,919 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:38,919 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:38,919 - 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-12-03T17:50:38.522Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:38.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:38.594Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:38.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:38.594Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:38.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 476, "offset": 459, "size": 50}}} 2018-12-03 17:50:38,919 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:38,920 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:38 GMT 2018-12-03 17:50:38,920 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:38,920 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1625 2018-12-03 17:50:38,920 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:38,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:50:38,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:50:38,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:50:38,921 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:50:38,982 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:38,983 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:38,983 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:38,983 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:38,983 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:38,983 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:38,983 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:38,983 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:50:38,983 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:38,983 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:38 GMT 2018-12-03 17:50:38,984 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:38,984 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:50:38,984 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:43,989 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:50:44,059 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:44,059 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:44,060 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:44,060 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:44,060 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:44,060 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:44,060 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:44,060 - 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-12-03T17:50:43.520Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:43.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 477, "offset": 462, "size": 50}}} 2018-12-03 17:50:44,060 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:44,060 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:44 GMT 2018-12-03 17:50:44,060 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:44,060 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 599 2018-12-03 17:50:44,061 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:44,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:50:44,061 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:50:44,125 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:44,125 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:44,125 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:44,125 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:44,125 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:44,126 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:44,126 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:44,126 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:50:44,126 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:44,126 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:44 GMT 2018-12-03 17:50:44,126 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:44,126 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:50:44,126 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:49,132 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:50:49,206 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:49,206 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:49,206 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:49,206 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:49,206 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:49,207 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:49,207 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:49,207 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_4jt7kl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:44.601Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:44.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:44.601Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:44.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:44.601Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:44.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:44.682Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:44.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "eebb4d56-1cae-45ad-9562-8a25477afd06"}, {"node_instance_id": "vellum_host_4jt7kl", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:46.846Z", "message": "Waiting for server \"30198fc6-f4e4-400f-a0e0-4330a61c6065\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:46.846Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "eebb4d56-1cae-45ad-9562-8a25477afd06"}], "metadata": {"pagination": {"total": 482, "offset": 463, "size": 50}}} 2018-12-03 17:50:49,207 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:49,207 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:49 GMT 2018-12-03 17:50:49,207 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:49,207 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2662 2018-12-03 17:50:49,207 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:49,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:50:49,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-03 17:50:49,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-03 17:50:49,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-03 17:50:49,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "30198fc6-f4e4-400f-a0e0-4330a61c6065" to be deleted. current status: SHUTOFF 2018-12-03 17:50:49,208 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:50:49,279 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:49,279 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:49,279 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:49,279 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:49,279 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:49,279 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:49,279 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:49,279 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:50:49,279 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:49,280 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:49 GMT 2018-12-03 17:50:49,280 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:49,280 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:50:49,280 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:54,285 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:50:54,354 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:54,355 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:54,355 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:54,355 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:54,355 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:54,355 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:54,355 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:54,355 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_4jt7kl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:52.079Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:52.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_security_group_oc3hhn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:53.274Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:53.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_security_group_oc3hhn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:53.274Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:53.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_security_group_oc3hhn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:53.614Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:53.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_security_group_oc3hhn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:53.614Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:53.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "vellum_security_group_oc3hhn", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:54.113Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:54.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "ea2cb4a4-5078-422b-8ee7-9dde23b06e0e"}], "metadata": {"pagination": {"total": 488, "offset": 468, "size": 50}}} 2018-12-03 17:50:54,355 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:54,356 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:54 GMT 2018-12-03 17:50:54,356 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:54,356 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3154 2018-12-03 17:50:54,356 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:54,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-03 17:50:54,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:50:54,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:50:54,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-03 17:50:54,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-03 17:50:54,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-03 17:50:54,357 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:50:54,426 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:54,426 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:54,427 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:54,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:54,427 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:54,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:54,427 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:54,427 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:50:54,427 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:54,427 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:54 GMT 2018-12-03 17:50:54,427 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:54,428 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:50:54,428 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:59,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:50:59,508 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:59,508 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:59,508 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:59,508 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:59,509 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:59,509 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:59,509 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:59,509 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_security_group_oc3hhn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:50:55.098Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:50:55.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 489, "offset": 474, "size": 50}}} 2018-12-03 17:50:59,509 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:59,509 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:59 GMT 2018-12-03 17:50:59,509 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:59,509 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 623 2018-12-03 17:50:59,509 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:50:59,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-03 17:50:59,510 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:50:59,634 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:50:59,634 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:50:59,634 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:50:59,634 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:50:59,634 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:50:59,635 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:50:59,635 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:50:59,635 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:50:59,635 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:50:59,635 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:50:59 GMT 2018-12-03 17:50:59,635 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:50:59,635 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:50:59,635 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:04,641 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:51:04,725 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:04,725 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:04,725 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:04,725 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:04,726 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:04,726 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:04,726 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:04,726 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 475, "size": 50}}} 2018-12-03 17:51:04,726 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:04,726 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:04 GMT 2018-12-03 17:51:04,726 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:04,726 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:51:04,726 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:04,727 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:51:04,797 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:04,797 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:04,797 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:04,797 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:04,797 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:04,797 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:04,797 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:04,798 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:51:04,798 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:04,798 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:04 GMT 2018-12-03 17:51:04,798 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:04,798 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:51:04,798 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:09,799 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:51:09,871 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:09,871 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:09,872 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:09,872 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:09,872 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:09,872 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:09,872 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:09,872 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 475, "size": 50}}} 2018-12-03 17:51:09,872 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:09,872 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:09 GMT 2018-12-03 17:51:09,872 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:09,872 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:51:09,872 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:09,873 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:51:09,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:09,934 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:09,934 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:09,934 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:09,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:09,934 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:09,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:09,934 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:51:09,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:09,935 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:09 GMT 2018-12-03 17:51:09,935 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:09,935 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:51:09,935 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:14,940 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:51:15,025 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:15,025 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:15,026 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:15,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:15,026 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:15,026 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:15,026 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:15,026 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 475, "size": 50}}} 2018-12-03 17:51:15,026 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:15,026 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:15 GMT 2018-12-03 17:51:15,026 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:15,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:51:15,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:15,027 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:51:15,098 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:15,098 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:15,098 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:15,099 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:15,099 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:15,099 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:15,099 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:15,099 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:51:15,099 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:15,099 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:15 GMT 2018-12-03 17:51:15,099 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:15,099 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:51:15,100 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:20,105 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:51:20,176 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:20,177 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:20,177 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:20,177 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:20,177 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:20,177 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:20,177 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:20,177 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:15.951Z", "message": "Execution done (return_code=124): /tmp/LSPN1/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:15.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "90c53e4b-7076-4405-81b2-d3d4a91a72cc"}, {"node_instance_id": "bono_b48m4n", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:16.150Z", "message": "Task failed 'script_runner.tasks.run'", "node_name": "bono", "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/bono_host_o9oq06/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_o9oq06/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_o9oq06/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-12-03T17:51:16.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:16.675Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:16.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:16.675Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:16.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:17.025Z", "message": "Downloaded scripts/bind/bind.py to /tmp/ODVDS/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:17.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "d089abd2-4c3f-4331-b91f-4b54aa23e2bd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:17.669Z", "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-12-03T17:51:17.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "d089abd2-4c3f-4331-b91f-4b54aa23e2bd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:17.669Z", "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-12-03T17:51:17.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "d089abd2-4c3f-4331-b91f-4b54aa23e2bd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:17.669Z", "message": "The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, 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.16', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:17.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "d089abd2-4c3f-4331-b91f-4b54aa23e2bd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:17.669Z", "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-12-03T17:51:17.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "d089abd2-4c3f-4331-b91f-4b54aa23e2bd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:17.669Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:17.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "d089abd2-4c3f-4331-b91f-4b54aa23e2bd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:17.669Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:17.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "d089abd2-4c3f-4331-b91f-4b54aa23e2bd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:17.669Z", "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-12-03T17:51:17.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "d089abd2-4c3f-4331-b91f-4b54aa23e2bd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:17.669Z", "message": "[localhost] run: sudo mv /tmp/tmpyXcttk /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:17.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "d089abd2-4c3f-4331-b91f-4b54aa23e2bd"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:17.926Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:17.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_b48m4n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:18.684Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:18.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_b48m4n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:18.684Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:18.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_b48m4n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:18.684Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:18.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:18.715Z", "message": "[localhost] run: sudo mv /tmp/tmpDbj4c9 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:18.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "d089abd2-4c3f-4331-b91f-4b54aa23e2bd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:18.715Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:18.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "d089abd2-4c3f-4331-b91f-4b54aa23e2bd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:18.715Z", "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-12-03T17:51:18.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "d089abd2-4c3f-4331-b91f-4b54aa23e2bd"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:19.725Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:19.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "23b9f4d8-6773-407e-8143-cc77a43c27d0"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:19.725Z", "message": "Executing: /tmp/BHJLA/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:19.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "23b9f4d8-6773-407e-8143-cc77a43c27d0"}, {"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:19.725Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/BHJLA/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:19.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "23b9f4d8-6773-407e-8143-cc77a43c27d0"}], "metadata": {"pagination": {"total": 513, "offset": 475, "size": 50}}} 2018-12-03 17:51:20,177 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:20,177 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:20 GMT 2018-12-03 17:51:20,178 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:20,178 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13307 2018-12-03 17:51:20,178 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:20,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=124): /tmp/LSPN1/stop-bono.sh 2018-12-03 17:51:20,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-12-03 17:51:20,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:51:20,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:51:20,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/ODVDS/bind.py 2018-12-03 17:51:20,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-03 17:51:20,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-03 17:51:20,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.208', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, 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.16', u'hss_hostname': u''}. 2018-12-03 17:51:20,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-03 17:51:20,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-03 17:51:20,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-03 17:51:20,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-03 17:51:20,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpyXcttk /etc/bind/db.clearwater.local 2018-12-03 17:51:20,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-03 17:51:20,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:51:20,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-03 17:51:20,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-03 17:51:20,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpDbj4c9 /etc/bind/db.clearwater.opnfv 2018-12-03 17:51:20,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-03 17:51:20,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-03 17:51:20,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-12-03 17:51:20,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/BHJLA/remove-cluster-node.sh 2018-12-03 17:51:20,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/BHJLA/remove-cluster-node.sh 2018-12-03 17:51:20,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:51:20,304 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:20,304 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:20,304 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:20,305 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:20,305 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:20,305 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:20,305 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:20,305 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:51:20,305 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:20,305 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:20 GMT 2018-12-03 17:51:20,305 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:20,305 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:51:20,306 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:25,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:51:25,395 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:25,395 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:25,395 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:25,396 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:25,396 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:25,396 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:25,396 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:25,396 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 513, "offset": 498, "size": 50}}} 2018-12-03 17:51:25,396 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:25,396 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:25 GMT 2018-12-03 17:51:25,397 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:25,397 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:51:25,397 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:25,397 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:51:25,470 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:25,470 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:25,470 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:25,471 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:25,471 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:25,471 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:25,471 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:25,471 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:51:25,471 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:25,471 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:25 GMT 2018-12-03 17:51:25,471 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:25,471 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:51:25,472 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:30,472 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:51:30,548 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:30,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:30,548 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:30,548 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:30,548 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:30,548 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:30,548 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:30,548 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 513, "offset": 498, "size": 50}}} 2018-12-03 17:51:30,549 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:30,549 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:30 GMT 2018-12-03 17:51:30,549 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:30,549 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 17:51:30,549 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:30,549 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:51:30,609 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:30,609 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:30,609 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:30,609 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:30,609 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:30,610 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:30,610 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:30,610 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:51:30,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:30,610 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:30 GMT 2018-12-03 17:51:30,610 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:30,610 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:51:30,610 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:35,616 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:51:35,686 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:35,686 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:35,686 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:35,686 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:35,687 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:35,687 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:35,687 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:35,687 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_b48m4n", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:33.490Z", "message": "Execution done (return_code=2): /tmp/BHJLA/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:33.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "23b9f4d8-6773-407e-8143-cc77a43c27d0"}, {"node_instance_id": "bono_b48m4n", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:33.670Z", "message": "Task failed 'script_runner.tasks.run' -> Received an error trying to remove member c0413e2f686a776e: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.11:4000 has no leader\n; error #1: client: endpoint http://192.168.120.7:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.16:4000 has no leader\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "Received an error trying to remove member c0413e2f686a776e: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.11:4000 has no leader\n; error #1: client: endpoint http://192.168.120.7:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.16:4000 has no leader\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_o9oq06/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_o9oq06/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_o9oq06/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Received an error trying to remove member c0413e2f686a776e: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.11:4000 has no leader\n; error #1: client: endpoint http://192.168.120.7:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.16:4000 has no leader\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-12-03T17:51:33.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_node_emb3s9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:34.695Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:34.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:34.695Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:34.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_puqnha", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:34.695Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:34.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:34.695Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:34.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:34.695Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:34.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 520, "offset": 498, "size": 50}}} 2018-12-03 17:51:35,687 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:35,687 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:35 GMT 2018-12-03 17:51:35,687 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:35,687 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5322 2018-12-03 17:51:35,687 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:35,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/BHJLA/remove-cluster-node.sh 2018-12-03 17:51:35,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Received an error trying to remove member c0413e2f686a776e: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.11:4000 has no leader ; error #1: client: endpoint http://192.168.120.7:4000 exceeded header timeout ; error #2: client: etcd member http://192.168.120.16:4000 has no leader 2018-12-03 17:51:35,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:51:35,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-03 17:51:35,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:51:35,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-03 17:51:35,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:51:35,689 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:51:35,756 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:35,756 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:35,756 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:35,756 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:35,757 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:35,757 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:35,757 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:35,757 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:51:35,757 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:35,757 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:35 GMT 2018-12-03 17:51:35,757 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:35,757 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:51:35,758 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:40,763 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:51:40,840 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:40,841 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:40,841 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:40,841 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:40,841 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:40,841 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:40,841 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:40,841 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:35.777Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:35.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:35.777Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:35.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:35.777Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:35.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_node_emb3s9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:35.777Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:35.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_puqnha", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:35.777Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:35.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:35.777Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:35.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.518Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9cd8d22e-3ed4-4e3d-a93a-af6221106cc6"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.759Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9cd8d22e-3ed4-4e3d-a93a-af6221106cc6"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.759Z", "message": "Stopping Agent bono_host_o9oq06", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9cd8d22e-3ed4-4e3d-a93a-af6221106cc6"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.759Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9cd8d22e-3ed4-4e3d-a93a-af6221106cc6"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.759Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9cd8d22e-3ed4-4e3d-a93a-af6221106cc6"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.759Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9cd8d22e-3ed4-4e3d-a93a-af6221106cc6"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.759Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9cd8d22e-3ed4-4e3d-a93a-af6221106cc6"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.759Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9cd8d22e-3ed4-4e3d-a93a-af6221106cc6"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.759Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9cd8d22e-3ed4-4e3d-a93a-af6221106cc6"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.759Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9cd8d22e-3ed4-4e3d-a93a-af6221106cc6"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.787Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.787Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.787Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.787Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.787Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.787Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.787Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.787Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:36.787Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:36.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:40.004Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:40.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 546, "offset": 505, "size": 50}}} 2018-12-03 17:51:40,841 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:40,842 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:40 GMT 2018-12-03 17:51:40,842 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:40,842 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13458 2018-12-03 17:51:40,842 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:40,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-03 17:51:40,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-03 17:51:40,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-12-03 17:51:40,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:51:40,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:51:40,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-03 17:51:40,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:40,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:40,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_o9oq06 2018-12-03 17:51:40,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:40,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:40,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:40,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:40,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:40,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:40,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:40,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-03 17:51:40,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-03 17:51:40,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-03 17:51:40,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-03 17:51:40,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-03 17:51:40,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:51:40,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-03 17:51:40,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-03 17:51:40,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:51:40,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-12-03 17:51:40,847 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:51:40,940 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:40,940 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:40,941 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:40,941 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:40,941 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:40,941 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:40,941 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:40,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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:51:40,941 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:40,941 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:40 GMT 2018-12-03 17:51:40,941 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:40,942 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:51:40,942 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:45,947 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:51:46,014 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:46,014 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:46,015 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:46,015 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:46,015 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:46,015 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:46,015 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:46,015 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_ult5pm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:40.800Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:40.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:40.800Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:40.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:40.800Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:40.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:40.800Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:40.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:40.800Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:40.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.212Z", "message": "Stopping...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9cd8d22e-3ed4-4e3d-a93a-af6221106cc6"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "44da5a90-8b5d-4395-81f2-8c28bc1e6201"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "44da5a90-8b5d-4395-81f2-8c28bc1e6201"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "44da5a90-8b5d-4395-81f2-8c28bc1e6201"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "44da5a90-8b5d-4395-81f2-8c28bc1e6201"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.776Z", "message": "Successfully stopped daemon: bono_host_o9oq06\u001b[0m", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9cd8d22e-3ed4-4e3d-a93a-af6221106cc6"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.776Z", "message": "Stopping Agent bind_host_ult5pm", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "44da5a90-8b5d-4395-81f2-8c28bc1e6201"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.776Z", "message": "Stopping daemon with command: sudo service celeryd-bono_host_o9oq06 stop", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "9cd8d22e-3ed4-4e3d-a93a-af6221106cc6"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "44da5a90-8b5d-4395-81f2-8c28bc1e6201"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "44da5a90-8b5d-4395-81f2-8c28bc1e6201"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "44da5a90-8b5d-4395-81f2-8c28bc1e6201"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "44da5a90-8b5d-4395-81f2-8c28bc1e6201"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "44da5a90-8b5d-4395-81f2-8c28bc1e6201"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.848Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.848Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.848Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.848Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:41.848Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:41.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:42.785Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:42.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8e3772b8-b7f6-4d2f-a520-3f8060abbdda"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:42.785Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:42.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8e3772b8-b7f6-4d2f-a520-3f8060abbdda"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:42.785Z", "message": "Deleting Agent bono_host_o9oq06", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:42.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8e3772b8-b7f6-4d2f-a520-3f8060abbdda"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:42.785Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:42.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8e3772b8-b7f6-4d2f-a520-3f8060abbdda"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:42.785Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:42.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8e3772b8-b7f6-4d2f-a520-3f8060abbdda"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:42.785Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:42.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8e3772b8-b7f6-4d2f-a520-3f8060abbdda"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:42.785Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:42.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8e3772b8-b7f6-4d2f-a520-3f8060abbdda"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:42.785Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:42.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8e3772b8-b7f6-4d2f-a520-3f8060abbdda"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:42.785Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:42.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8e3772b8-b7f6-4d2f-a520-3f8060abbdda"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:42.785Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:42.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8e3772b8-b7f6-4d2f-a520-3f8060abbdda"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:44.222Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:44.222Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8e3772b8-b7f6-4d2f-a520-3f8060abbdda"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:44.653Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:44.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:44.796Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:44.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8e3772b8-b7f6-4d2f-a520-3f8060abbdda"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:44.796Z", "message": "Successfully deleted daemon: bono_host_o9oq06", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:44.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8e3772b8-b7f6-4d2f-a520-3f8060abbdda"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:44.870Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:44.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:44.870Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:44.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:45.953Z", "message": "Stopping...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:45.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "44da5a90-8b5d-4395-81f2-8c28bc1e6201"}], "metadata": {"pagination": {"total": 586, "offset": 531, "size": 50}}} 2018-12-03 17:51:46,015 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:46,015 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:46 GMT 2018-12-03 17:51:46,016 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:46,016 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21428 2018-12-03 17:51:46,016 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:46,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-03 17:51:46,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-03 17:51:46,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-03 17:51:46,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-03 17:51:46,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-03 17:51:46,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-03 17:51:46,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_o9oq06 2018-12-03 17:51:46,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_ult5pm 2018-12-03 17:51:46,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_o9oq06 stop 2018-12-03 17:51:46,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-03 17:51:46,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-03 17:51:46,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-03 17:51:46,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-03 17:51:46,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-03 17:51:46,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_o9oq06 2018-12-03 17:51:46,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:46,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-03 17:51:46,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-03 17:51:46,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-03 17:51:46,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_o9oq06 2018-12-03 17:51:46,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-03 17:51:46,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-03 17:51:46,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-03 17:51:46,023 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:51:46,080 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:46,080 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:46,081 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:46,081 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:46,081 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:46,081 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:46,081 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:46,081 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:51:46,081 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:46,081 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:46 GMT 2018-12-03 17:51:46,081 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:46,082 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:51:46,082 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:51,087 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:51:51,159 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:51,159 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:51,159 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:51,159 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:51,160 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:51,160 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:51,160 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:51,160 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_ult5pm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:46.167Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:46.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:46.804Z", "message": "Successfully stopped daemon: bind_host_ult5pm\u001b[0m", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:46.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "44da5a90-8b5d-4395-81f2-8c28bc1e6201"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:46.804Z", "message": "Stopping daemon with command: sudo service celeryd-bind_host_ult5pm stop", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:46.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "44da5a90-8b5d-4395-81f2-8c28bc1e6201"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:46.926Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:46.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:46.926Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:46.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:46.926Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:46.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:46.926Z", "message": "Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5949)", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [{"message": "timeout after 10 seconds (pid=5949)", "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/proxy_host_ucjdmy/env/lib/python2.7/site-packages/diamond_agent/tasks.py\", line 108, in stop\n stop_diamond(conf_path)\n File \"/home/ubuntu/proxy_host_ucjdmy/env/lib/python2.7/site-packages/diamond_agent/tasks.py\", line 159, in stop_diamond\n diamond_process.wait(timeout=DEFAULT_TIMEOUT)\n File \"/home/ubuntu/proxy_host_ucjdmy/env/lib/python2.7/site-packages/psutil/__init__.py\", line 1050, in wait\n return self._proc.wait(timeout)\n File \"/home/ubuntu/proxy_host_ucjdmy/env/lib/python2.7/site-packages/psutil/_pslinux.py\", line 694, in wrapper\n return fun(self, *args, **kwargs)\n File \"/home/ubuntu/proxy_host_ucjdmy/env/lib/python2.7/site-packages/psutil/_pslinux.py\", line 840, in wait\n raise TimeoutExpired(timeout, self.pid, self._name)\nTimeoutExpired: timeout after 10 seconds (pid=5949)\n", "type": "TimeoutExpired"}], "reported_timestamp": "2018-12-03T17:51:46.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:46.926Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:46.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:46.926Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:46.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.889Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0649414a-1114-40e3-ac9c-620067f17c86"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.889Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0649414a-1114-40e3-ac9c-620067f17c86"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.889Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0649414a-1114-40e3-ac9c-620067f17c86"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.889Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0649414a-1114-40e3-ac9c-620067f17c86"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.889Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0649414a-1114-40e3-ac9c-620067f17c86"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.889Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0649414a-1114-40e3-ac9c-620067f17c86"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.889Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0649414a-1114-40e3-ac9c-620067f17c86"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.889Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0649414a-1114-40e3-ac9c-620067f17c86"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.889Z", "message": "Deleting Agent bind_host_ult5pm", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0649414a-1114-40e3-ac9c-620067f17c86"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.889Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0649414a-1114-40e3-ac9c-620067f17c86"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.936Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.936Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.936Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.936Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.936Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.936Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:47.936Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:47.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:48.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:48.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e2ad738d-6919-454b-a343-69a917277ba7"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:48.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:48.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e2ad738d-6919-454b-a343-69a917277ba7"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:48.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:48.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e2ad738d-6919-454b-a343-69a917277ba7"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:48.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:48.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e2ad738d-6919-454b-a343-69a917277ba7"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:48.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:48.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e2ad738d-6919-454b-a343-69a917277ba7"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:48.908Z", "message": "Stopping Agent proxy_host_ucjdmy", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:48.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e2ad738d-6919-454b-a343-69a917277ba7"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:48.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:48.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e2ad738d-6919-454b-a343-69a917277ba7"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:48.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:48.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e2ad738d-6919-454b-a343-69a917277ba7"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:48.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:48.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e2ad738d-6919-454b-a343-69a917277ba7"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:48.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:48.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e2ad738d-6919-454b-a343-69a917277ba7"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:49.385Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:49.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:49.919Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:49.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0649414a-1114-40e3-ac9c-620067f17c86"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:49.919Z", "message": "Successfully deleted daemon: bind_host_ult5pm", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:49.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0649414a-1114-40e3-ac9c-620067f17c86"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:49.919Z", "message": "Deleting...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:49.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "0649414a-1114-40e3-ac9c-620067f17c86"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:49.962Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:49.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:49.962Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:49.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 628, "offset": 571, "size": 50}}} 2018-12-03 17:51:51,160 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:51,160 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:51 GMT 2018-12-03 17:51:51,160 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:51,160 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23680 2018-12-03 17:51:51,160 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:51,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-03 17:51:51,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_ult5pm 2018-12-03 17:51:51,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_ult5pm stop 2018-12-03 17:51:51,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-03 17:51:51,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-03 17:51:51,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-03 17:51:51,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5949) 2018-12-03 17:51:51,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-03 17:51:51,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-03 17:51:51,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_ult5pm 2018-12-03 17:51:51,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-03 17:51:51,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-03 17:51:51,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-03 17:51:51,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-03 17:51:51,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-03 17:51:51,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-12-03 17:51:51,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-12-03 17:51:51,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_ucjdmy 2018-12-03 17:51:51,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:51,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-03 17:51:51,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-03 17:51:51,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_ult5pm 2018-12-03 17:51:51,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-03 17:51:51,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-03 17:51:51,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-03 17:51:51,168 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:51:51,228 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:51,228 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:51,228 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:51,228 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:51,228 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:51,228 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:51,228 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:51,228 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:51:51,229 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:51,229 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:51 GMT 2018-12-03 17:51:51,229 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:51,229 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:51:51,229 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:56,234 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:51:56,314 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:56,314 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:56,314 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:56,314 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:56,314 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:56,315 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:56,315 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:56,315 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_ult5pm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:52.234Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:52.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:52.759Z", "message": "Stopping...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:52.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e2ad738d-6919-454b-a343-69a917277ba7"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:52.987Z", "message": "Successfully stopped daemon: proxy_host_ucjdmy\u001b[0m", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:52.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e2ad738d-6919-454b-a343-69a917277ba7"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:52.987Z", "message": "Stopping daemon with command: sudo service celeryd-proxy_host_ucjdmy stop", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:52.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "e2ad738d-6919-454b-a343-69a917277ba7"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:53.017Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:53.017Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:53.017Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:53.017Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:54.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:54.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "633bdc49-7f86-413c-af5f-62b3c13b4d66"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:54.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:54.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "633bdc49-7f86-413c-af5f-62b3c13b4d66"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:54.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:54.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "633bdc49-7f86-413c-af5f-62b3c13b4d66"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:54.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:54.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "633bdc49-7f86-413c-af5f-62b3c13b4d66"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:54.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:54.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "633bdc49-7f86-413c-af5f-62b3c13b4d66"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:54.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:54.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "633bdc49-7f86-413c-af5f-62b3c13b4d66"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:54.035Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:54.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:54.035Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:54.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:54.035Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:54.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:54.035Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:54.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:54.035Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:54.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:54.035Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:54.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:54.035Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:54.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:55.033Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:55.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "633bdc49-7f86-413c-af5f-62b3c13b4d66"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:55.033Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:55.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "633bdc49-7f86-413c-af5f-62b3c13b4d66"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:55.033Z", "message": "Deleting Agent proxy_host_ucjdmy", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:55.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "633bdc49-7f86-413c-af5f-62b3c13b4d66"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:55.033Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:55.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "633bdc49-7f86-413c-af5f-62b3c13b4d66"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:56.044Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:56.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "633bdc49-7f86-413c-af5f-62b3c13b4d66"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:56.044Z", "message": "Successfully deleted daemon: proxy_host_ucjdmy", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:56.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "633bdc49-7f86-413c-af5f-62b3c13b4d66"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:56.044Z", "message": "Deleting...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:56.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "633bdc49-7f86-413c-af5f-62b3c13b4d66"}], "metadata": {"pagination": {"total": 654, "offset": 613, "size": 50}}} 2018-12-03 17:51:56,315 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:56,315 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:56 GMT 2018-12-03 17:51:56,315 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:56,315 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13954 2018-12-03 17:51:56,315 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:51:56,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-03 17:51:56,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-03 17:51:56,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_ucjdmy 2018-12-03 17:51:56,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_ucjdmy stop 2018-12-03 17:51:56,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-12-03 17:51:56,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-12-03 17:51:56,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:56,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:56,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:56,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:56,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:56,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:56,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-03 17:51:56,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:51:56,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-03 17:51:56,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:51:56,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-03 17:51:56,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-03 17:51:56,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-12-03 17:51:56,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:56,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:56,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_ucjdmy 2018-12-03 17:51:56,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-03 17:51:56,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-03 17:51:56,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_ucjdmy 2018-12-03 17:51:56,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-03 17:51:56,320 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:51:56,384 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:51:56,384 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:51:56,384 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:51:56,384 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:51:56,384 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:51:56,384 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:51:56,384 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:51:56,384 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:51:56,385 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:51:56,385 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:51:56 GMT 2018-12-03 17:51:56,385 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:51:56,385 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:51:56,385 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:01,390 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:52:01,459 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:52:01,460 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:52:01,460 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:52:01,460 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:52:01,460 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:52:01,460 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:52:01,460 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:52:01,460 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:56.463Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:56.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:57.046Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:57.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:57.046Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:57.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:58.707Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:58.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:59.053Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:59.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:51:59.053Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:51:59.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:00.164Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:00.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:00.164Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:00.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:00.164Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:00.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:00.164Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:00.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:00.164Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:00.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:00.164Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:00.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:00.164Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:00.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:00.607Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:00.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7a2f8852-b053-42eb-bb0c-cd6d4c4f4039"}], "metadata": {"pagination": {"total": 668, "offset": 639, "size": 50}}} 2018-12-03 17:52:01,460 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:52:01,460 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:52:01 GMT 2018-12-03 17:52:01,461 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:52:01,461 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7170 2018-12-03 17:52:01,461 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:01,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-03 17:52:01,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-03 17:52:01,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-03 17:52:01,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-12-03 17:52:01,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:52:01,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:52:01,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-03 17:52:01,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:52:01,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:52:01,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:52:01,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:52:01,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-03 17:52:01,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-03 17:52:01,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-03 17:52:01,464 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:52:01,523 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:52:01,523 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:52:01,523 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:52:01,523 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:52:01,524 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:52:01,524 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:52:01,524 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:52:01,524 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:52:01,524 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:52:01,524 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:52:01 GMT 2018-12-03 17:52:01,524 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:52:01,524 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:52:01,524 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:06,530 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:52:06,602 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:52:06,602 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:52:06,603 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:52:06,603 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:52:06,603 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:52:06,603 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:52:06,603 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:52:06,603 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_ucjdmy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:02.526Z", "message": "Waiting for server \"1430a62a-8f68-4af5-bc68-638550afa3d7\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:02.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "7a2f8852-b053-42eb-bb0c-cd6d4c4f4039"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:02.653Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:02.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:03.262Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:03.262Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:04.860Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:04.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:05.273Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:05.273Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:05.273Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:05.273Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 675, "offset": 653, "size": 50}}} 2018-12-03 17:52:06,603 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:52:06,603 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:52:06 GMT 2018-12-03 17:52:06,603 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:52:06,604 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3765 2018-12-03 17:52:06,604 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:06,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "1430a62a-8f68-4af5-bc68-638550afa3d7" to be deleted. current status: ACTIVE 2018-12-03 17:52:06,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:52:06,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:52:06,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:52:06,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:52:06,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:52:06,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:52:06,605 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:52:06,664 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:52:06,664 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:52:06,664 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:52:06,664 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:52:06,664 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:52:06,664 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:52:06,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:52:06,664 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:52:06,665 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:52:06,665 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:52:06 GMT 2018-12-03 17:52:06,665 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:52:06,665 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:52:06,665 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:11,670 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:52:11,747 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:52:11,748 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:52:11,748 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:52:11,748 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:52:11,748 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:52:11,748 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:52:11,748 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:52:11,748 - 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-12-03T17:52:07.261Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:07.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:08.287Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:08.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:08.287Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:08.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:08.287Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:08.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "proxy_host_ucjdmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:08.287Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:08.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:08.561Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:08.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "36c81597-bf30-4ac5-9782-c7ee32e5b6b5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:09.294Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:09.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:10.276Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:10.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8f289698-1c40-4d08-9719-2a1d8f7fefdc"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:10.314Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:10.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:10.314Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:10.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_host_o9oq06", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:10.314Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:10.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 686, "offset": 660, "size": 50}}} 2018-12-03 17:52:11,748 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:52:11,748 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:52:11 GMT 2018-12-03 17:52:11,749 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:52:11,749 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5552 2018-12-03 17:52:11,749 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:11,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:52:11,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-03 17:52:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-03 17:52:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:52:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-03 17:52:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-03 17:52:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-03 17:52:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-03 17:52:11,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-03 17:52:11,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:52:11,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-03 17:52:11,751 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:52:11,826 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:52:11,826 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:52:11,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:52:11,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:52:11,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:52:11,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:52:11,826 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:52:11,826 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:52:11,827 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:52:11,827 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:52:11 GMT 2018-12-03 17:52:11,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:52:11,827 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:52:11,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:16,832 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:52:16,923 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:52:16,923 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:52:16,923 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:52:16,923 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:52:16,923 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:52:16,924 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:52:16,924 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:52:16,924 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_o9oq06", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:12.061Z", "message": "Waiting for server \"688b9892-eec9-467d-b69a-df75f8188057\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:12.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "8f289698-1c40-4d08-9719-2a1d8f7fefdc"}, {"node_instance_id": "bind_host_ult5pm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:12.061Z", "message": "Waiting for server \"25f65614-1f44-413b-aaf4-0638b1d1cb58\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:12.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "36c81597-bf30-4ac5-9782-c7ee32e5b6b5"}, {"node_instance_id": "bind_host_ult5pm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:16.292Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:16.292Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 689, "offset": 671, "size": 50}}} 2018-12-03 17:52:16,924 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:52:16,924 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:52:16 GMT 2018-12-03 17:52:16,924 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:52:16,924 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1780 2018-12-03 17:52:16,924 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:16,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "688b9892-eec9-467d-b69a-df75f8188057" to be deleted. current status: SHUTOFF 2018-12-03 17:52:16,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "25f65614-1f44-413b-aaf4-0638b1d1cb58" to be deleted. current status: SHUTOFF 2018-12-03 17:52:16,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-03 17:52:16,925 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:52:16,985 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:52:16,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:52:16,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:52:16,985 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:52:16,986 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:52:16,986 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:52:16,986 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:52:16,986 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:52:16,986 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:52:16,986 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:52:16 GMT 2018-12-03 17:52:16,986 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:52:16,986 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:52:16,986 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:21,992 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:52:22,056 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:52:22,057 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:52:22,057 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:52:22,057 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:52:22,057 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:52:22,057 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:52:22,057 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:52:22,057 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_o9oq06", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:17.306Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:17.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_security_group_knz3d3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:17.306Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:17.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_floatingip_pq36xw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:17.306Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:17.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_floatingip_pq36xw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:18.408Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:18.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_floatingip_pq36xw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:18.408Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:18.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_security_group_8pszoh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:18.408Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:18.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_security_group_knz3d3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:18.408Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:18.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "keypair_pgg5pd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:18.408Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:18.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_floatingip_8foqb8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:18.408Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:18.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_security_group_knz3d3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:18.408Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:18.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "base_security_group_pa1d3l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:18.408Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:18.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_floatingip_pq36xw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:18.408Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:18.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:18.408Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:18.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_security_group_knz3d3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:18.408Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:18.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_floatingip_pq36xw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:18.739Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:18.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "bf6985d3-3ab3-49fc-8372-8c03914277ed"}, {"node_instance_id": "bind_security_group_knz3d3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:19.075Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:19.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "f6e08139-e173-4011-ad8e-750471c9503b"}, {"node_instance_id": "bono_security_group_8pszoh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:19.498Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:19.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_security_group_8pszoh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:19.498Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:19.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:19.498Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:19.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "keypair_pgg5pd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:19.498Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:19.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "keypair_pgg5pd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:19.498Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:19.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "base_security_group_pa1d3l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:19.498Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:19.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_security_group_8pszoh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:19.498Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:19.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_floatingip_8foqb8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:19.498Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:19.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_floatingip_8foqb8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:19.498Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:19.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "keypair_pgg5pd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:19.498Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:19.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "base_security_group_pa1d3l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:19.498Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:19.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "keypair_pgg5pd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:20.381Z", "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-12-03T17:52:20.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "58b2759f-7f28-43de-b152-9b05d6aeca2d"}, {"node_instance_id": "base_security_group_pa1d3l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:20.684Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:20.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:20.684Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:20.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_floatingip_pq36xw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:20.684Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:20.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:20.684Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:20.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_floatingip_8foqb8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:20.684Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:20.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bind_security_group_knz3d3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:20.684Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:20.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_floatingip_8foqb8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:21.088Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:21.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "26ca5e44-950f-4e56-9022-29ccfadb1131"}, {"node_instance_id": "bono_security_group_8pszoh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:21.088Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:21.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "1e322744-0c61-4459-97f2-57130444e40b"}, {"node_instance_id": "keypair_pgg5pd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:21.708Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:21.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "bono_security_group_8pszoh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:21.708Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:21.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 727, "offset": 674, "size": 50}}} 2018-12-03 17:52:22,057 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:52:22,057 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:52:22 GMT 2018-12-03 17:52:22,058 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:52:22,058 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19261 2018-12-03 17:52:22,058 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:22,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-03 17:52:22,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:52:22,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:52:22,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-12-03 17:52:22,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:52:22,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:52:22,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:52:22,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:52:22,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:52:22,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-03 17:52:22,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:52:22,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-12-03 17:52:22,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-03 17:52:22,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-03 17:52:22,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-12-03 17:52:22,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-03 17:52:22,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-03 17:52:22,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-03 17:52:22,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:52:22,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-12-03 17:52:22,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-12-03 17:52:22,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-03 17:52:22,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:52:22,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-12-03 17:52:22,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:52:22,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:52:22,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-03 17:52:22,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2018-12-03 17:52:22,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-03 17:52:22,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-03 17:52:22,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-12-03 17:52:22,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-03 17:52:22,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-12-03 17:52:22,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-03 17:52:22,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-12-03 17:52:22,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-03 17:52:22,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-12-03 17:52:22,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-03 17:52:22,065 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:52:22,144 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:52:22,144 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:52:22,145 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:52:22,145 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:52:22,145 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:52:22,145 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:52:22,145 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:52:22,145 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:52:22,145 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:52:22,145 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:52:22 GMT 2018-12-03 17:52:22,145 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:52:22,146 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-03 17:52:22,146 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:27,151 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-12-03 17:52:27,298 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:52:27,298 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:52:27,299 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:52:27,299 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:52:27,299 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:52:27,299 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:52:27,299 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:52:27,299 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_llzdv4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:22.151Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:22.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "87ac0f9c-b05a-4fc3-9fc8-76ec7cb8a332"}, {"node_instance_id": "base_security_group_pa1d3l", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:22.151Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:22.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac", "logger": "94670656-7919-4407-925f-e21bb65a0b4e"}, {"node_instance_id": "bono_floatingip_8foqb8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:22.801Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:22.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "base_security_group_pa1d3l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:22.801Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:22.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:22.801Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:22.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}, {"node_instance_id": "internal_sip_security_group_llzdv4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-03T17:52:22.801Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T17:52:22.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"}], "metadata": {"pagination": {"total": 733, "offset": 712, "size": 50}}} 2018-12-03 17:52:27,299 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:52:27,299 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:52:27 GMT 2018-12-03 17:52:27,299 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:52:27,300 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3246 2018-12-03 17:52:27,300 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:27,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-03 17:52:27,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-03 17:52:27,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-12-03 17:52:27,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-03 17:52:27,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-12-03 17:52:27,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-03 17:52:27,301 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e007cda8-b001-46cc-ae6e-3db3308d12ac 2018-12-03 17:52:27,379 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:52:27,379 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:52:27,379 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:52:27,379 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:52:27,379 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:52:27,380 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:52:27,380 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:52:27,380 - 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-12-03T17:48:12.198Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "e007cda8-b001-46cc-ae6e-3db3308d12ac"} 2018-12-03 17:52:27,380 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:52:27,380 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:52:27 GMT 2018-12-03 17:52:27,380 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:52:27,380 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2018-12-03 17:52:27,380 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:27,381 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.203:80/api/v3/deployments/clearwater-opnfv 2018-12-03 17:52:28,142 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:52:28,142 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:52:28,142 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:52:28,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:52:28,142 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:52:28,142 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:52:28,143 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:52:28,143 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-12-03 17:52:28,143 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "01e20897-aa3a-44cb-a78a-0ccae1000671", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "bono_cluster_size": 1, "flavor_id": "a992d060-c7d7-445f-bd3f-655eee8c849e", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "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-12-03T17:25:12.425Z", "updated_at": "2018-12-03T17:25:12.425Z", "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-12-03 17:52:28,143 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:52:28,143 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:52:28 GMT 2018-12-03 17:52:28,143 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:52:28,143 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-12-03 17:52:28,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:28,144 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.203:80/api/v3/blueprints/clearwater-opnfv 2018-12-03 17:52:28,233 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:52:28,234 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:52:28,234 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:52:28,234 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:52:28,234 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:52:28,234 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:52:28,234 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:52:28,234 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-12-03 17:52:28,235 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-12-03T17:25:01.396Z", "updated_at": "2018-12-03T17:25:01.396Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.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.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.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"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "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"}}}, "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"}}}}, "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": {"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": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"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"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-12-03 17:52:28,237 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:52:28,237 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:52:28 GMT 2018-12-03 17:52:28,237 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:52:28,237 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-12-03 17:52:28,237 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:52:28,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 17:52:28,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:30,836 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-915a99a5-88f1-4699-bf0c-5b8c17ab5415 Date: Mon, 03 Dec 2018 17:52:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:52:30,836 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671 used request id req-915a99a5-88f1-4699-bf0c-5b8c17ab5415 2018-12-03 17:52:30,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.57521104813s 2018-12-03 17:52:30,837 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/01e20897-aa3a-44cb-a78a-0ccae1000671 used request id req-915a99a5-88f1-4699-bf0c-5b8c17ab5415 2018-12-03 17:52:30,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 17:52:30,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:52:31,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2cc19b5-6ac9-4c65-a95e-24b7dd602b8e x-compute-request-id: req-a2cc19b5-6ac9-4c65-a95e-24b7dd602b8e Content-Encoding: gzip Content-Length: 372 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a992d060-c7d7-445f-bd3f-655eee8c849e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a992d060-c7d7-445f-bd3f-655eee8c849e", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "a992d060-c7d7-445f-bd3f-655eee8c849e", "name": "cloudify_ims-flavor_alt_36f25f1b-461e-4855-b558-f97556de688c", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "name": "cloudify_ims-flavor_36f25f1b-461e-4855-b558-f97556de688c", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 17:52:31,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-a2cc19b5-6ac9-4c65-a95e-24b7dd602b8e 2018-12-03 17:52:31,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.207015037537s 2018-12-03 17:52:31,045 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-a2cc19b5-6ac9-4c65-a95e-24b7dd602b8e 2018-12-03 17:52:31,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 17:52:31,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/a992d060-c7d7-445f-bd3f-655eee8c849e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:52:31,089 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17:52: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-f3e43fce-a3a6-4002-bf3d-a597f9cb62b4 x-compute-request-id: req-f3e43fce-a3a6-4002-bf3d-a597f9cb62b4 Content-Length: 0 Content-Type: application/json 2018-12-03 17:52:31,089 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/a992d060-c7d7-445f-bd3f-655eee8c849e used request id req-f3e43fce-a3a6-4002-bf3d-a597f9cb62b4 2018-12-03 17:52:31,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.042279958725s 2018-12-03 17:52:31,090 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/a992d060-c7d7-445f-bd3f-655eee8c849e used request id req-f3e43fce-a3a6-4002-bf3d-a597f9cb62b4 2018-12-03 17:52:31,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-03 17:52:31,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/ababc654-3d2a-47ec-91b9-cd8c9e3a7e28.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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:32,270 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1d7a0ad8-e710-4c79-b00d-0c23f95071b0 Content-Length: 0 Date: Mon, 03 Dec 2018 17:52:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:52:32,270 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/ababc654-3d2a-47ec-91b9-cd8c9e3a7e28.json used request id req-1d7a0ad8-e710-4c79-b00d-0c23f95071b0 2018-12-03 17:52:32,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.17687487602s 2018-12-03 17:52:32,270 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/ababc654-3d2a-47ec-91b9-cd8c9e3a7e28.json used request id req-1d7a0ad8-e710-4c79-b00d-0c23f95071b0 2018-12-03 17:52:32,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 17:52:32,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:32,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-405a72a9-9fd3-45eb-bba9-3e0360c0bf09 Date: Mon, 03 Dec 2018 17:52:32 GMT RESP BODY: {"floatingips": []} 2018-12-03 17:52:32,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-405a72a9-9fd3-45eb-bba9-3e0360c0bf09 2018-12-03 17:52:32,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.165040016174s 2018-12-03 17:52:32,441 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-405a72a9-9fd3-45eb-bba9-3e0360c0bf09 2018-12-03 17:52:32,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-03 17:52:32,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:32,743 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17: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-fb9ff52a-29d3-4798-81c0-45de4ac21167 x-compute-request-id: req-fb9ff52a-29d3-4798-81c0-45de4ac21167 Content-Type: application/json 2018-12-03 17:52:32,743 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166 used request id req-fb9ff52a-29d3-4798-81c0-45de4ac21167 2018-12-03 17:52:32,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.301284074783s 2018-12-03 17:52:32,743 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166 used request id req-fb9ff52a-29d3-4798-81c0-45de4ac21167 2018-12-03 17:52:32,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:52:32,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:33,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-7856afd4-de0e-4f46-9d3d-947b9142f368 x-compute-request-id: req-7856afd4-de0e-4f46-9d3d-947b9142f368 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:42:14", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:23:49.000000", "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:52:32Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:52:33,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7856afd4-de0e-4f46-9d3d-947b9142f368 2018-12-03 17:52:33,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.950165987015s 2018-12-03 17:52:33,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7856afd4-de0e-4f46-9d3d-947b9142f368 2018-12-03 17:52:33,696 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:52:35,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:52:35,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:36,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a29bd642-3cf3-4427-b195-2d41db83fbbd x-compute-request-id: req-a29bd642-3cf3-4427-b195-2d41db83fbbd Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:42:14", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4d5681d5-9197-4559-b745-3115ddf7e166", "rel": "bookmark"}], "image": {"id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "links": [{"href": "http://172.30.9.30:8774/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:23:49.000000", "flavor": {"id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "links": [{"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}]}, "id": "4d5681d5-9197-4559-b745-3115ddf7e166", "security_groups": [{"name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}], "user_id": "ccb787e136b046c9a4165c83d9f5a1a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:52:32Z", "hostId": "175a9e7866cbef2ab4f872a683daa34127dd155d64cac5f68bfbfb05", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c", "name": "cloudify_ims-vm_36f25f1b-461e-4855-b558-f97556de688c", "created": "2018-12-03T17:21:08Z", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:52:36,484 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a29bd642-3cf3-4427-b195-2d41db83fbbd 2018-12-03 17:52:36,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.785711050034s 2018-12-03 17:52:36,485 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a29bd642-3cf3-4427-b195-2d41db83fbbd 2018-12-03 17:52:36,486 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:52:38,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:52:38,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:38,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-27bf5f3b-7446-46a5-8186-a930c9ddf47e x-compute-request-id: req-27bf5f3b-7446-46a5-8186-a930c9ddf47e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 17:52:38,583 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-27bf5f3b-7446-46a5-8186-a930c9ddf47e 2018-12-03 17:52:38,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0941200256348s 2018-12-03 17:52:38,583 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-27bf5f3b-7446-46a5-8186-a930c9ddf47e 2018-12-03 17:52:38,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:52:38,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:38,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-1c13d797-911d-43e4-a525-6f2889e5ce12 Date: Mon, 03 Dec 2018 17:52:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:19:14Z", "updated_at": "2018-12-03T17:24:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "14536b7f-0f36-4e83-8acb-a9d2af252caf", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "2b92999c-a39f-4212-9be1-d14f97d82bcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "a48cf8d7-2ffd-48e8-b493-6ec989d615ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:24:58Z", "revision_number": 0, "id": "c0c4e7f1-14a9-4473-a03a-049960ae4891", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:24:58Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "f105dc8f-c34e-4995-ae1f-0121a970eec7", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 5, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:21:03Z", "updated_at": "2018-12-03T17:21:06Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-12-03T17:21:05Z", "revision_number": 0, "id": "278d7620-3d9c-49ab-beaf-c64aa4409e55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:05Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 443, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-12-03T17:21:05Z", "revision_number": 0, "id": "29d751bd-8fc9-4abb-be44-224eb195b6f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:05Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "45550265-269b-4d5a-b1e6-0d190385a11f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "6918085a-5367-4a65-95d3-74cabc361726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:04Z", "revision_number": 0, "id": "95a652e3-f39f-4ac9-bf10-70d682f1eb23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:04Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:21:03Z", "revision_number": 0, "id": "9ecf208e-0583-430c-b0b3-60bfd282a2e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:03Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-12-03T17:21:06Z", "revision_number": 0, "id": "a81d1981-3c0c-42c3-946f-4161e50f6eac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:06Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-03T17:21:04Z", "revision_number": 0, "id": "fa6e6d88-3d85-40cc-b164-a946ab0d9c86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:21:04Z", "security_group_id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 8, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "88b9ecf5-ad70-4695-beb3-5fea582f0f24", "name": "cloudify_ims-sg_36f25f1b-461e-4855-b558-f97556de688c"}]} 2018-12-03 17:52:38,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-1c13d797-911d-43e4-a525-6f2889e5ce12 2018-12-03 17:52:38,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.212882995605s 2018-12-03 17:52:38,800 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-1c13d797-911d-43e4-a525-6f2889e5ce12 2018-12-03 17:52:38,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-03 17:52:38,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/88b9ecf5-ad70-4695-beb3-5fea582f0f24.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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:39,160 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f749ac5-50b0-4037-87c5-73de74fa2ed8 Content-Length: 0 Date: Mon, 03 Dec 2018 17:52:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:52:39,160 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/88b9ecf5-ad70-4695-beb3-5fea582f0f24.json used request id req-3f749ac5-50b0-4037-87c5-73de74fa2ed8 2018-12-03 17:52:39,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.355710029602s 2018-12-03 17:52:39,160 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/88b9ecf5-ad70-4695-beb3-5fea582f0f24.json used request id req-3f749ac5-50b0-4037-87c5-73de74fa2ed8 2018-12-03 17:52:39,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-12-03 17:52:39,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:39,206 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17: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 x-openstack-request-id: req-ddbf7900-f2e3-4e9a-83af-609a4724e86b x-compute-request-id: req-ddbf7900-f2e3-4e9a-83af-609a4724e86b Content-Length: 0 Content-Type: application/json 2018-12-03 17:52:39,206 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c used request id req-ddbf7900-f2e3-4e9a-83af-609a4724e86b 2018-12-03 17:52:39,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0456731319427s 2018-12-03 17:52:39,207 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/cloudify_ims-kp_36f25f1b-461e-4855-b558-f97556de688c used request id req-ddbf7900-f2e3-4e9a-83af-609a4724e86b 2018-12-03 17:52:39,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-03 17:52:39,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f36d6103-9bec-4315-9f5a-a852796dbe2e/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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" -d '{"subnet_id": "acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e"}' 2018-12-03 17:52:40,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bc9b7a96-7fa7-4874-a55d-71339bdb9b89 Date: Mon, 03 Dec 2018 17:52:40 GMT RESP BODY: {"network_id": "523bf976-2c51-4605-b1e5-797b10021cfb", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "subnet_id": "acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e", "subnet_ids": ["acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e"], "port_id": "a55cc16b-5473-4159-b16f-e7f4d6036243", "id": "f36d6103-9bec-4315-9f5a-a852796dbe2e"} 2018-12-03 17:52:40,738 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f36d6103-9bec-4315-9f5a-a852796dbe2e/remove_router_interface.json used request id req-bc9b7a96-7fa7-4874-a55d-71339bdb9b89 2018-12-03 17:52:40,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.53056502342s 2018-12-03 17:52:40,738 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f36d6103-9bec-4315-9f5a-a852796dbe2e/remove_router_interface.json used request id req-bc9b7a96-7fa7-4874-a55d-71339bdb9b89 returning object f36d6103-9bec-4315-9f5a-a852796dbe2e 2018-12-03 17:52:40,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-03 17:52:40,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:40,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-9a1d3e3a-6404-43bf-8f82-06e6b2174f12 Date: Mon, 03 Dec 2018 17:52:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:19:16Z", "admin_state_up": true, "updated_at": "2018-12-03T17:52:40Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "f36d6103-9bec-4315-9f5a-a852796dbe2e", "name": "cloudify_ims-router_36f25f1b-461e-4855-b558-f97556de688c"}]} 2018-12-03 17:52:40,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-9a1d3e3a-6404-43bf-8f82-06e6b2174f12 2018-12-03 17:52:40,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0808901786804s 2018-12-03 17:52:40,820 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-9a1d3e3a-6404-43bf-8f82-06e6b2174f12 2018-12-03 17:52:40,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-03 17:52:40,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/f36d6103-9bec-4315-9f5a-a852796dbe2e.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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:44,817 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a7ec7f23-97c7-4b83-bfc4-ebd7cd3eb621 Content-Length: 0 Date: Mon, 03 Dec 2018 17:52:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:52:44,817 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/f36d6103-9bec-4315-9f5a-a852796dbe2e.json used request id req-a7ec7f23-97c7-4b83-bfc4-ebd7cd3eb621 2018-12-03 17:52:44,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.99568891525s 2018-12-03 17:52:44,817 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/f36d6103-9bec-4315-9f5a-a852796dbe2e.json used request id req-a7ec7f23-97c7-4b83-bfc4-ebd7cd3eb621 2018-12-03 17:52:44,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-03 17:52:44,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:45,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-09b02c10-d78b-4e50-a085-68717db27943 Date: Mon, 03 Dec 2018 17:52:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"523bf976-2c51-4605-b1e5-797b10021cfb","tenant_id":"b69d7018fee64708a3f51adca5f13bc9","created_at":"2018-12-03T17:19:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T17:19:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b69d7018fee64708a3f51adca5f13bc9","id":"acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e","subnetpool_id":null,"name":"cloudify_ims-subnet_36f25f1b-461e-4855-b558-f97556de688c"}]} 2018-12-03 17:52:45,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-09b02c10-d78b-4e50-a085-68717db27943 2018-12-03 17:52:45,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.192905187607s 2018-12-03 17:52:45,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-09b02c10-d78b-4e50-a085-68717db27943 2018-12-03 17:52:45,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-03 17:52:45,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e.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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:47,319 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4d752d54-2172-49c3-a960-9cb730800d08 Date: Mon, 03 Dec 2018 17:52:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:52:47,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e.json used request id req-4d752d54-2172-49c3-a960-9cb730800d08 2018-12-03 17:52:47,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.30713391304s 2018-12-03 17:52:47,320 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/acd6a5a6-0b0c-4b29-9101-d3a1bf95ed0e.json used request id req-4d752d54-2172-49c3-a960-9cb730800d08 2018-12-03 17:52:47,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 17:52:47,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:47,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-d4e35f06-630c-40d8-ae78-a3cac54c9ba7 Date: Mon, 03 Dec 2018 17:52: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":[],"updated_at":"2018-12-03T17:52:46Z","tenant_id":"b69d7018fee64708a3f51adca5f13bc9","created_at":"2018-12-03T17:19:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"b69d7018fee64708a3f51adca5f13bc9","id":"523bf976-2c51-4605-b1e5-797b10021cfb","name":"cloudify_ims-net_36f25f1b-461e-4855-b558-f97556de688c"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 17:52:47,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d4e35f06-630c-40d8-ae78-a3cac54c9ba7 2018-12-03 17:52:47,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.377166032791s 2018-12-03 17:52:47,698 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d4e35f06-630c-40d8-ae78-a3cac54c9ba7 2018-12-03 17:52:47,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-03 17:52:47,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/523bf976-2c51-4605-b1e5-797b10021cfb.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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:48,965 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5a97d76e-ba79-4fcb-81e4-96dd8b8b1375 Date: Mon, 03 Dec 2018 17:52:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:52:48,965 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/523bf976-2c51-4605-b1e5-797b10021cfb.json used request id req-5a97d76e-ba79-4fcb-81e4-96dd8b8b1375 2018-12-03 17:52:48,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.26586508751s 2018-12-03 17:52:48,965 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/523bf976-2c51-4605-b1e5-797b10021cfb.json used request id req-5a97d76e-ba79-4fcb-81e4-96dd8b8b1375 2018-12-03 17:52:48,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:52:48,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:49,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-eaa6c9e1-a45b-4191-b165-b5ce59fb5d25 Date: Mon, 03 Dec 2018 17:52:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/snap", "metadata": {}}], "file": "/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/file", "owner": "b69d7018fee64708a3f51adca5f13bc9", "id": "80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "size": 4373348352, "self": "/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-03T17:21:02Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_36f25f1b-461e-4855-b558-f97556de688c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-03T17:19:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:52:49,139 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-eaa6c9e1-a45b-4191-b165-b5ce59fb5d25 2018-12-03 17:52:49,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173024177551s 2018-12-03 17:52:49,139 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-eaa6c9e1-a45b-4191-b165-b5ce59fb5d25 2018-12-03 17:52:49,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 17:52:49,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49ecd9b416818fbd6e5952a104b5e3a16867f6ec" 2018-12-03 17:52:53,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b17c4145-042c-4d1f-a3e0-a4a1b4301e9b Date: Mon, 03 Dec 2018 17:52:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:52:53,111 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb used request id req-b17c4145-042c-4d1f-a3e0-a4a1b4301e9b 2018-12-03 17:52:53,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 3.97009801865s 2018-12-03 17:52:53,112 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/80dafdd7-eac1-4dc8-8c2e-37ca68bf89bb used request id req-b17c4145-042c-4d1f-a3e0-a4a1b4301e9b 2018-12-03 17:52:53,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 17:52:53,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:52:53,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-28b31998-666b-4337-a6c2-b09c721a839d x-compute-request-id: req-28b31998-666b-4337-a6c2-b09c721a839d Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "c5ef9eb7-51d0-4408-abf1-0b9c44e53118", "name": "cloudify_ims-flavor_36f25f1b-461e-4855-b558-f97556de688c", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 17:52:53,197 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-28b31998-666b-4337-a6c2-b09c721a839d 2018-12-03 17:52:53,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0854439735413s 2018-12-03 17:52:53,198 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-28b31998-666b-4337-a6c2-b09c721a839d 2018-12-03 17:52:53,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 17:52:53,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:52:53,246 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17: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 x-openstack-request-id: req-205a8e11-ef4e-43e2-8be8-a7acce68df86 x-compute-request-id: req-205a8e11-ef4e-43e2-8be8-a7acce68df86 Content-Length: 0 Content-Type: application/json 2018-12-03 17:52:53,246 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118 used request id req-205a8e11-ef4e-43e2-8be8-a7acce68df86 2018-12-03 17:52:53,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0468468666077s 2018-12-03 17:52:53,247 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/c5ef9eb7-51d0-4408-abf1-0b9c44e53118 used request id req-205a8e11-ef4e-43e2-8be8-a7acce68df86 2018-12-03 17:52:53,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 17:52:53,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:52:53,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e06ce608-6109-4e46-a4a1-629e2dc5dc6b Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_36f25f1b-461e-4855-b558-f97556de688c", "links": {"self": "http://172.30.9.30:5000/v3/users/ccb787e136b046c9a4165c83d9f5a1a0"}, "domain_id": "default", "enabled": true, "id": "ccb787e136b046c9a4165c83d9f5a1a0", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:52:53,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e06ce608-6109-4e46-a4a1-629e2dc5dc6b 2018-12-03 17:52:53,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110268115997s 2018-12-03 17:52:53,358 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e06ce608-6109-4e46-a4a1-629e2dc5dc6b 2018-12-03 17:52:53,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 17:52:53,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/ccb787e136b046c9a4165c83d9f5a1a0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:52:53,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65d64c29-5613-450a-bee9-3eb0addaca52 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/ccb787e136b046c9a4165c83d9f5a1a0"}, "enabled": true, "id": "ccb787e136b046c9a4165c83d9f5a1a0", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_36f25f1b-461e-4855-b558-f97556de688c"}} 2018-12-03 17:52:53,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/ccb787e136b046c9a4165c83d9f5a1a0 used request id req-65d64c29-5613-450a-bee9-3eb0addaca52 2018-12-03 17:52:53,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0935518741608s 2018-12-03 17:52:53,458 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/ccb787e136b046c9a4165c83d9f5a1a0 used request id req-65d64c29-5613-450a-bee9-3eb0addaca52 2018-12-03 17:52:53,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 17:52:53,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/ccb787e136b046c9a4165c83d9f5a1a0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:52:53,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:52:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81e1f344-cd3f-41f8-801a-1d41463a1a6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:52:53,651 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/ccb787e136b046c9a4165c83d9f5a1a0 used request id req-81e1f344-cd3f-41f8-801a-1d41463a1a6c 2018-12-03 17:52:53,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.192101955414s 2018-12-03 17:52:53,651 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/ccb787e136b046c9a4165c83d9f5a1a0 used request id req-81e1f344-cd3f-41f8-801a-1d41463a1a6c 2018-12-03 17:52:53,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 17:52:53,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:52:53,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-421c21e1-427a-4bf5-b927-8206825f35fa Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.30:5000/v3/projects/b69d7018fee64708a3f51adca5f13bc9"}, "enabled": true, "id": "b69d7018fee64708a3f51adca5f13bc9", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_36f25f1b-461e-4855-b558-f97556de688c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 17:52:53,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-421c21e1-427a-4bf5-b927-8206825f35fa 2018-12-03 17:52:53,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.081652879715s 2018-12-03 17:52:53,734 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-421c21e1-427a-4bf5-b927-8206825f35fa 2018-12-03 17:52:53,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 17:52:53,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/b69d7018fee64708a3f51adca5f13bc9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:52:53,886 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:52:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63beec80-7b55-4417-b024-de768344b026 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:52:53,886 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/b69d7018fee64708a3f51adca5f13bc9 used request id req-63beec80-7b55-4417-b024-de768344b026 2018-12-03 17:52:53,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.150419950485s 2018-12-03 17:52:53,887 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/b69d7018fee64708a3f51adca5f13bc9 used request id req-63beec80-7b55-4417-b024-de768344b026 2018-12-03 17:52:53,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:52:53,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:52:53,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e962e89-1db4-4796-b5e3-d9828bda6a40 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "8f91a61ef7524bdd898a5868c7cb0224", "links": {"self": "http://172.30.9.30:5000/v3/roles/8f91a61ef7524bdd898a5868c7cb0224"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:52:53,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0e962e89-1db4-4796-b5e3-d9828bda6a40 2018-12-03 17:52:53,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0721640586853s 2018-12-03 17:52:53,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 17:52:53,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/8f91a61ef7524bdd898a5868c7cb0224 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:52:54,075 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:52:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67665ce2-65e5-4a06-99b2-bb293893c086 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:52:54,075 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/8f91a61ef7524bdd898a5868c7cb0224 used request id req-67665ce2-65e5-4a06-99b2-bb293893c086 2018-12-03 17:52:54,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.114258050919s 2018-12-03 17:52:54,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:52:54,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=b69d7018fee64708a3f51adca5f13bc9&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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:52:54,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2930 X-Openstack-Request-Id: req-a8e51ccc-7823-412f-9e85-965aea57c22b Date: Mon, 03 Dec 2018 17:52:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:19:14Z", "updated_at": "2018-12-03T17:24:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "14536b7f-0f36-4e83-8acb-a9d2af252caf", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "2b92999c-a39f-4212-9be1-d14f97d82bcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "a48cf8d7-2ffd-48e8-b493-6ec989d615ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:24:58Z", "revision_number": 0, "id": "c0c4e7f1-14a9-4473-a03a-049960ae4891", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:24:58Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "f105dc8f-c34e-4995-ae1f-0121a970eec7", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 5, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "name": "default"}]} 2018-12-03 17:52:54,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=b69d7018fee64708a3f51adca5f13bc9&name=default used request id req-a8e51ccc-7823-412f-9e85-965aea57c22b 2018-12-03 17:52:54,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.206854820251s 2018-12-03 17:52:54,286 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=b69d7018fee64708a3f51adca5f13bc9&name=default used request id req-a8e51ccc-7823-412f-9e85-965aea57c22b 2018-12-03 17:52:54,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:52:54,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:52:54,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9849 X-Openstack-Request-Id: req-64dd05ad-9da7-42ae-abbd-e2ca278bd0b0 Date: Mon, 03 Dec 2018 17:52:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "created_at": "2018-12-03T17:19:14Z", "updated_at": "2018-12-03T17:24:58Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:24:58Z", "revision_number": 0, "id": "c0c4e7f1-14a9-4473-a03a-049960ae4891", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:24:58Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "2b92999c-a39f-4212-9be1-d14f97d82bcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "f105dc8f-c34e-4995-ae1f-0121a970eec7", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv6", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "14536b7f-0f36-4e83-8acb-a9d2af252caf", "remote_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:19:14Z", "revision_number": 0, "id": "a48cf8d7-2ffd-48e8-b493-6ec989d615ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:19:14Z", "security_group_id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "tenant_id": "b69d7018fee64708a3f51adca5f13bc9", "port_range_min": null, "ethertype": "IPv4", "project_id": "b69d7018fee64708a3f51adca5f13bc9"}], "revision_number": 5, "project_id": "b69d7018fee64708a3f51adca5f13bc9", "id": "72b029e4-d5d4-4b95-80f7-be3680738a56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 17:52:54,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-64dd05ad-9da7-42ae-abbd-e2ca278bd0b0 2018-12-03 17:52:54,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.216456890106s 2018-12-03 17:52:54,506 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-64dd05ad-9da7-42ae-abbd-e2ca278bd0b0 2018-12-03 17:52:54,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-03 17:52:54,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/72b029e4-d5d4-4b95-80f7-be3680738a56.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}9397a8a4e41b1244af4af21c6b0dc9ad4de8548b" 2018-12-03 17:52:54,808 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cdbb406d-c346-4278-bcb3-f342f4be31a7 Content-Length: 0 Date: Mon, 03 Dec 2018 17:52:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 17:52:54,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/72b029e4-d5d4-4b95-80f7-be3680738a56.json used request id req-cdbb406d-c346-4278-bcb3-f342f4be31a7 2018-12-03 17:52:54,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.297981023788s 2018-12-03 17:52:54,808 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/72b029e4-d5d4-4b95-80f7-be3680738a56.json used request id req-cdbb406d-c346-4278-bcb3-f342f4be31a7 2018-12-03 17:52:54,836 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-12-03 17:52:54,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 17:52:54,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 17:52:54,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 17:52:54,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 17:52:54,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 17:52:54,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 17:52:54,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 17:52:54,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 17:52:54,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 17:52:54,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 17:52:54,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 17:52:54,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 17:52:54,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 17:52:54,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 17:52:54,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 17:52:54,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 17:52:54,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 17:52:54,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 17:52:54,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 17:52:54,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 17:52:54,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 17:52:54,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 17:52:54,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 17:52:54,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca491277-7ad9-4405-88b0-1a49c8e4e544 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:52:54,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ca491277-7ad9-4405-88b0-1a49c8e4e544 2018-12-03 17:52:54,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:52:55,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T18:52:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["7pZXF64qS9y_78bT3O9w8A"], "issued_at": "2018-12-03T17:52:55.000000Z"}} 2018-12-03 17:52:55,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 17:52:55,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:55,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7e541a6d-72b3-41bd-bd13-fbf14a621d36 Date: Mon, 03 Dec 2018 17:52:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 17:52:55,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7e541a6d-72b3-41bd-bd13-fbf14a621d36 2018-12-03 17:52:55,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.238353967667s 2018-12-03 17:52:55,592 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7e541a6d-72b3-41bd-bd13-fbf14a621d36 2018-12-03 17:52:55,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 17:52:55,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:55,602 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 17:52: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 17:52:55,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:55,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37bda43c-b345-46a9-82a7-b07f57660f5a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 17:52:55,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-37bda43c-b345-46a9-82a7-b07f57660f5a 2018-12-03 17:52:55,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0953919887543s 2018-12-03 17:52:55,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 17:52:55,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}ff2fff2a02b938f6a2533a34066659ffaee01186" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658"}}' 2018-12-03 17:52:55,787 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:52:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b8605aa-132e-470c-a1c3-d210f5a0f09d 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.30:5000/v3/projects/94ea7fdc32464fee85b82dd37692973c"}, "enabled": true, "id": "94ea7fdc32464fee85b82dd37692973c", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658"}} 2018-12-03 17:52:55,787 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-1b8605aa-132e-470c-a1c3-d210f5a0f09d 2018-12-03 17:52:55,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0969889163971s 2018-12-03 17:52:55,788 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-1b8605aa-132e-470c-a1c3-d210f5a0f09d 2018-12-03 17:52:55,788 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658', 'id': u'94ea7fdc32464fee85b82dd37692973c', '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-12-03 17:52:55,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 17:52:56,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.435235977173s 2018-12-03 17:52:56,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/12f3bf84bda24a68b09fc41887168043 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:56,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77490a01-9030-465a-8c6b-abaee3647874 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/12f3bf84bda24a68b09fc41887168043"}, "enabled": true, "id": "12f3bf84bda24a68b09fc41887168043", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_7a89a1ac-2675-46ec-8674-40a9ce733658"}} 2018-12-03 17:52:56,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/12f3bf84bda24a68b09fc41887168043 used request id req-77490a01-9030-465a-8c6b-abaee3647874 2018-12-03 17:52:56,320 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'12f3bf84bda24a68b09fc41887168043', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_7a89a1ac-2675-46ec-8674-40a9ce733658'}) 2018-12-03 17:52:56,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:52:56,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:56,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40fb5fae-93a8-4f0d-97f3-3ce75176ac7a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:52:56,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-40fb5fae-93a8-4f0d-97f3-3ce75176ac7a 2018-12-03 17:52:56,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0773830413818s 2018-12-03 17:52:56,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:52:56,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:56,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ad58259-0cc0-4ea7-9612-45c6572f96e2 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:52:56,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3ad58259-0cc0-4ea7-9612-45c6572f96e2 2018-12-03 17:52:56,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.079519033432s 2018-12-03 17:52:56,480 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 17:52:56,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 17:52:56,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" -d '{"role": {"name": "Member"}}' 2018-12-03 17:52:56,589 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 17:52:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25ceea53-f3ae-4cb3-9dba-4180c72dc35b Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "468f0fb759854eeab40ce14aebbbc40f", "links": {"self": "http://172.30.9.30:5000/v3/roles/468f0fb759854eeab40ce14aebbbc40f"}, "name": "Member"}} 2018-12-03 17:52:56,589 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-25ceea53-f3ae-4cb3-9dba-4180c72dc35b 2018-12-03 17:52:56,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.108923912048s 2018-12-03 17:52:56,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/468f0fb759854eeab40ce14aebbbc40f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:56,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bf8ec90-7fca-4af0-87fa-8ffb64c1163c Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/468f0fb759854eeab40ce14aebbbc40f"}, "domain_id": null, "name": "Member", "id": "468f0fb759854eeab40ce14aebbbc40f"}} 2018-12-03 17:52:56,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/468f0fb759854eeab40ce14aebbbc40f used request id req-5bf8ec90-7fca-4af0-87fa-8ffb64c1163c 2018-12-03 17:52:56,670 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/468f0fb759854eeab40ce14aebbbc40f'}, 'domain_id': None, 'human_id': None, 'id': u'468f0fb759854eeab40ce14aebbbc40f', 'HUMAN_ID': False}) 2018-12-03 17:52:56,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 17:52:56,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:56,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c566936e-2393-4113-9ad5-2069b1d66268 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "468f0fb759854eeab40ce14aebbbc40f", "links": {"self": "http://172.30.9.30:5000/v3/roles/468f0fb759854eeab40ce14aebbbc40f"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 17:52:56,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c566936e-2393-4113-9ad5-2069b1d66268 2018-12-03 17:52:56,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0852859020233s 2018-12-03 17:52:56,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 17:52:56,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:56,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d44729bd-7c62-4fe4-bdf3-f5f4e03be6c2 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 17:52:56,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-d44729bd-7c62-4fe4-bdf3-f5f4e03be6c2 2018-12-03 17:52:56,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0817010402679s 2018-12-03 17:52:56,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 17:52:56,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:56,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00338633-9d72-43a7-8f0b-ee9da184b330 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_7a89a1ac-2675-46ec-8674-40a9ce733658", "links": {"self": "http://172.30.9.30:5000/v3/users/12f3bf84bda24a68b09fc41887168043"}, "domain_id": "default", "enabled": true, "id": "12f3bf84bda24a68b09fc41887168043", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 17:52:56,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-00338633-9d72-43a7-8f0b-ee9da184b330 2018-12-03 17:52:56,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0986030101776s 2018-12-03 17:52:56,939 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-00338633-9d72-43a7-8f0b-ee9da184b330 2018-12-03 17:52:56,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 17:52:56,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:57,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad773696-e102-4e36-a5d2-45bfec48c416 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.30:5000/v3/projects/94ea7fdc32464fee85b82dd37692973c"}, "enabled": true, "id": "94ea7fdc32464fee85b82dd37692973c", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 17:52:57,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-ad773696-e102-4e36-a5d2-45bfec48c416 2018-12-03 17:52:57,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.085746049881s 2018-12-03 17:52:57,032 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-ad773696-e102-4e36-a5d2-45bfec48c416 2018-12-03 17:52:57,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 17:52:57,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=12f3bf84bda24a68b09fc41887168043&scope.project.id=94ea7fdc32464fee85b82dd37692973c&role.id=468f0fb759854eeab40ce14aebbbc40f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:57,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9db5e4fb-239d-465d-aaa1-d29535ed36b5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=12f3bf84bda24a68b09fc41887168043&scope.project.id=94ea7fdc32464fee85b82dd37692973c&role.id=468f0fb759854eeab40ce14aebbbc40f", "previous": null, "next": null}} 2018-12-03 17:52:57,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=12f3bf84bda24a68b09fc41887168043&scope.project.id=94ea7fdc32464fee85b82dd37692973c&role.id=468f0fb759854eeab40ce14aebbbc40f used request id req-9db5e4fb-239d-465d-aaa1-d29535ed36b5 2018-12-03 17:52:57,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0770950317383s 2018-12-03 17:52:57,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 17:52:57,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/94ea7fdc32464fee85b82dd37692973c/users/12f3bf84bda24a68b09fc41887168043/roles/468f0fb759854eeab40ce14aebbbc40f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:57,251 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 17:52:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a4c2249-b61e-4fde-a10f-5e9b5e2f993f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 17:52:57,252 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/94ea7fdc32464fee85b82dd37692973c/users/12f3bf84bda24a68b09fc41887168043/roles/468f0fb759854eeab40ce14aebbbc40f used request id req-5a4c2249-b61e-4fde-a10f-5e9b5e2f993f 2018-12-03 17:52:57,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.13974905014s 2018-12-03 17:52:57,253 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658', 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': 'c20ce3d2-bf63-497d-8135-0192c080a2d9', 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_7a89a1ac-2675-46ec-8674-40a9ce733658', 'project_id': u'94ea7fdc32464fee85b82dd37692973c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 17:52:57,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 17:52:57,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 17:52:57,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 17:52:57,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 17:52:57,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 17:52:57,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 17:52:57,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 17:52:57,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 17:52:57,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 17:52:57,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 17:52:57,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 17:52:57,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 17:52:57,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 17:52:57,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 17:52:57,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 17:52:57,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 17:52:57,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 17:52:57,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 17:52:57,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 17:52:57,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 17:52:57,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 17:52:57,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 17:52:57,258 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_7a89a1ac-2675-46ec-8674-40a9ce733658', 'password': 'c20ce3d2-bf63-497d-8135-0192c080a2d9', 'project_name': 'vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '94ea7fdc32464fee85b82dd37692973c', 'project_domain_name': 'Default'} 2018-12-03 17:52:57,288 - 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-12-03 17:52:57,289 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-12-03 17:52:57,329 - 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-12-03 17:52:57,390 - 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-12-03 17:52:57,390 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-12-03 17:52:57,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 17:52:57,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:57,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60a01424-4299-4a3e-a4f8-2d5b9031456a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 17:52:57,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-60a01424-4299-4a3e-a4f8-2d5b9031456a 2018-12-03 17:52:57,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0787041187286s 2018-12-03 17:52:57,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 17:52:57,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:52:57,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-683fa551-c889-4cc2-812a-77f843646560 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.30:5000/v3/projects/94ea7fdc32464fee85b82dd37692973c"}, "enabled": true, "id": "94ea7fdc32464fee85b82dd37692973c", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 17:52:57,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-683fa551-c889-4cc2-812a-77f843646560 2018-12-03 17:52:57,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0790498256683s 2018-12-03 17:52:57,550 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-683fa551-c889-4cc2-812a-77f843646560 2018-12-03 17:52:57,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-03 17:52:57,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}ff2fff2a02b938f6a2533a34066659ffaee01186" -d '{"network": {"tenant_id": "94ea7fdc32464fee85b82dd37692973c", "name": "vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658", "admin_state_up": true}}' 2018-12-03 17:52:58,085 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-c3ec3dcd-c875-4824-ad3f-1db594bb06e2 Date: Mon, 03 Dec 2018 17:52:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e25f27fd-66d9-4945-ad43-38e7daecd03d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"94ea7fdc32464fee85b82dd37692973c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T17:52:57Z","is_default":false,"qos_policy_id":null,"name":"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658","admin_state_up":true,"tenant_id":"94ea7fdc32464fee85b82dd37692973c","created_at":"2018-12-03T17:52:57Z","mtu":1450}} 2018-12-03 17:52:58,085 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c3ec3dcd-c875-4824-ad3f-1db594bb06e2 2018-12-03 17:52:58,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.531965970993s 2018-12-03 17:52:58,085 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c3ec3dcd-c875-4824-ad3f-1db594bb06e2 2018-12-03 17:52:58,086 - 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-12-03T17:52:57Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e25f27fd-66d9-4945-ad43-38e7daecd03d', u'provider:segmentation_id': 67, 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_7a89a1ac-2675-46ec-8674-40a9ce733658', u'created_at': u'2018-12-03T17:52:57Z', u'mtu': 1450, u'tenant_id': u'94ea7fdc32464fee85b82dd37692973c', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'94ea7fdc32464fee85b82dd37692973c'}) 2018-12-03 17:52:58,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 17:52:58,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52efbad7-1808-4579-956b-4d6c9bd647a9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 17:52:58,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-52efbad7-1808-4579-956b-4d6c9bd647a9 2018-12-03 17:52:58,094 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 17:52:58,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "468f0fb759854eeab40ce14aebbbc40f", "name": "Member"}], "expires_at": "2018-12-03T18:52:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94ea7fdc32464fee85b82dd37692973c", "name": "vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/94ea7fdc32464fee85b82dd37692973c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/94ea7fdc32464fee85b82dd37692973c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/94ea7fdc32464fee85b82dd37692973c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/94ea7fdc32464fee85b82dd37692973c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/94ea7fdc32464fee85b82dd37692973c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/94ea7fdc32464fee85b82dd37692973c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/94ea7fdc32464fee85b82dd37692973c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/94ea7fdc32464fee85b82dd37692973c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/94ea7fdc32464fee85b82dd37692973c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/94ea7fdc32464fee85b82dd37692973c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/94ea7fdc32464fee85b82dd37692973c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/94ea7fdc32464fee85b82dd37692973c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_7a89a1ac-2675-46ec-8674-40a9ce733658", "id": "12f3bf84bda24a68b09fc41887168043"}, "audit_ids": ["25Qd9G9WR8a24P5S-ZUecQ"], "issued_at": "2018-12-03T17:52:58.000000Z"}} 2018-12-03 17:52:58,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 17:52:58,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:52:58,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-4f9660b9-11c8-44ba-aefb-e2a2d83865b7 Date: Mon, 03 Dec 2018 17:52:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01: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-12-03T17:52:57Z","tenant_id":"94ea7fdc32464fee85b82dd37692973c","created_at":"2018-12-03T17:52:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"94ea7fdc32464fee85b82dd37692973c","id":"e25f27fd-66d9-4945-ad43-38e7daecd03d","name":"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 17:52:58,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-4f9660b9-11c8-44ba-aefb-e2a2d83865b7 2018-12-03 17:52:58,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.243369102478s 2018-12-03 17:52:58,720 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-4f9660b9-11c8-44ba-aefb-e2a2d83865b7 2018-12-03 17:52:58,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-03 17:52:58,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -d '{"subnet": {"name": "vyos_vrouter-subnet_7a89a1ac-2675-46ec-8674-40a9ce733658", "enable_dhcp": true, "network_id": "e25f27fd-66d9-4945-ad43-38e7daecd03d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-12-03 17:52:59,546 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-4429f900-9492-4de9-91b5-791a9f3c4251 Date: Mon, 03 Dec 2018 17:52:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e25f27fd-66d9-4945-ad43-38e7daecd03d","tenant_id":"94ea7fdc32464fee85b82dd37692973c","created_at":"2018-12-03T17:52:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T17:52:59Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"94ea7fdc32464fee85b82dd37692973c","id":"1f386006-abd7-48d1-8873-ac38caeed233","subnetpool_id":null,"name":"vyos_vrouter-subnet_7a89a1ac-2675-46ec-8674-40a9ce733658"}} 2018-12-03 17:52:59,546 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-4429f900-9492-4de9-91b5-791a9f3c4251 2018-12-03 17:52:59,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.825234889984s 2018-12-03 17:52:59,547 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-4429f900-9492-4de9-91b5-791a9f3c4251 2018-12-03 17:52:59,547 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-03T17:52:59Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'1f386006-abd7-48d1-8873-ac38caeed233', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_7a89a1ac-2675-46ec-8674-40a9ce733658', u'enable_dhcp': True, u'network_id': u'e25f27fd-66d9-4945-ad43-38e7daecd03d', u'tenant_id': u'94ea7fdc32464fee85b82dd37692973c', u'created_at': u'2018-12-03T17:52:59Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'94ea7fdc32464fee85b82dd37692973c'}) 2018-12-03 17:52:59,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-03 17:52:59,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "vyos_vrouter-router_7a89a1ac-2675-46ec-8674-40a9ce733658", "admin_state_up": true}}' 2018-12-03 17:53:04,519 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-b55f6f56-a6b9-4eb1-9b55-c7e8d35b1137 Date: Mon, 03 Dec 2018 17:53:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:53:00Z", "admin_state_up": true, "updated_at": "2018-12-03T17:53:01Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "63e1129e-8036-4a75-9c35-8504c7c50fdd", "name": "vyos_vrouter-router_7a89a1ac-2675-46ec-8674-40a9ce733658"}} 2018-12-03 17:53:04,519 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-b55f6f56-a6b9-4eb1-9b55-c7e8d35b1137 2018-12-03 17:53:04,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.97131299973s 2018-12-03 17:53:04,520 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-b55f6f56-a6b9-4eb1-9b55-c7e8d35b1137 2018-12-03 17:53:04,520 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-12-03T17:53:01Z', u'revision_number': 3, u'id': u'63e1129e-8036-4a75-9c35-8504c7c50fdd', u'external_gateway_info': {u'network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4c341e68-838a-4185-83e8-4a80ca2687ff', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_7a89a1ac-2675-46ec-8674-40a9ce733658', u'admin_state_up': True, u'tenant_id': u'94ea7fdc32464fee85b82dd37692973c', u'created_at': u'2018-12-03T17:53:00Z', u'flavor_id': None, u'routes': [], u'project_id': u'94ea7fdc32464fee85b82dd37692973c'}) 2018-12-03 17:53:04,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-03 17:53:04,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/63e1129e-8036-4a75-9c35-8504c7c50fdd/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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -d '{"subnet_id": "1f386006-abd7-48d1-8873-ac38caeed233"}' 2018-12-03 17:53:06,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e3e44c23-a6b0-4636-9593-05ba5918f5ea Date: Mon, 03 Dec 2018 17:53:06 GMT RESP BODY: {"network_id": "e25f27fd-66d9-4945-ad43-38e7daecd03d", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "subnet_id": "1f386006-abd7-48d1-8873-ac38caeed233", "subnet_ids": ["1f386006-abd7-48d1-8873-ac38caeed233"], "port_id": "c2dfe747-aabd-4152-97a6-a1c5b93240fe", "id": "63e1129e-8036-4a75-9c35-8504c7c50fdd"} 2018-12-03 17:53:06,660 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/63e1129e-8036-4a75-9c35-8504c7c50fdd/add_router_interface.json used request id req-e3e44c23-a6b0-4636-9593-05ba5918f5ea 2018-12-03 17:53:06,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.1394970417s 2018-12-03 17:53:06,661 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/63e1129e-8036-4a75-9c35-8504c7c50fdd/add_router_interface.json used request id req-e3e44c23-a6b0-4636-9593-05ba5918f5ea returning object 63e1129e-8036-4a75-9c35-8504c7c50fdd 2018-12-03 17:53:06,662 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-12-03 17:53:29,616 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-12-03 17:53:29,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:53:29,625 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 03 Dec 2018 17:53:29 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-03 17:53:29,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:53:29,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:53:29,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d10de836-6172-4e52-b4c8-1f5db42decc8 Date: Mon, 03 Dec 2018 17:53:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:53:29,840 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d10de836-6172-4e52-b4c8-1f5db42decc8 2018-12-03 17:53:29,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.211701869965s 2018-12-03 17:53:29,841 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d10de836-6172-4e52-b4c8-1f5db42decc8 2018-12-03 17:53:29,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 17:53:29,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658"}' 2018-12-03 17:53:30,069 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164 X-Openstack-Request-Id: req-ea6b5c40-bf4f-4c3c-ba10-039c0636a4b6 Date: Mon, 03 Dec 2018 17:53:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164/file", "owner": "94ea7fdc32464fee85b82dd37692973c", "id": "dfe3b012-a210-4dbc-a102-8800c438d164", "size": null, "self": "/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-03T17:53:30Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658", "checksum": null, "created_at": "2018-12-03T17:53:30Z", "protected": false} 2018-12-03 17:53:30,069 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-ea6b5c40-bf4f-4c3c-ba10-039c0636a4b6 2018-12-03 17:53:30,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.226217985153s 2018-12-03 17:53:30,069 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-ea6b5c40-bf4f-4c3c-ba10-039c0636a4b6 returning object dfe3b012-a210-4dbc-a102-8800c438d164 2018-12-03 17:53:30,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 17:53:30,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164/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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -d '' 2018-12-03 17:54:43,274 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-155d3d71-cfcd-462d-9505-5393cff370e2 Date: Mon, 03 Dec 2018 17:54:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:54:43,274 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164/file used request id req-155d3d71-cfcd-462d-9505-5393cff370e2 2018-12-03 17:54:43,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 73.2043111324s 2018-12-03 17:54:43,275 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164/file used request id req-155d3d71-cfcd-462d-9505-5393cff370e2 2018-12-03 17:54:43,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:54:43,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:43,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-86432f1f-8026-408f-8a2a-160ccb136746 Date: Mon, 03 Dec 2018 17:54:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfe3b012-a210-4dbc-a102-8800c438d164/snap", "metadata": {}}], "file": "/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164/file", "owner": "94ea7fdc32464fee85b82dd37692973c", "id": "dfe3b012-a210-4dbc-a102-8800c438d164", "size": 4373348352, "self": "/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfe3b012-a210-4dbc-a102-8800c438d164/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-03T17:54:43Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-03T17:53:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:54:43,449 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-86432f1f-8026-408f-8a2a-160ccb136746 2018-12-03 17:54:43,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174041986465s 2018-12-03 17:54:43,450 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-86432f1f-8026-408f-8a2a-160ccb136746 2018-12-03 17:54:43,452 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfe3b012-a210-4dbc-a102-8800c438d164/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164/file', 'owner': u'94ea7fdc32464fee85b82dd37692973c', 'id': u'dfe3b012-a210-4dbc-a102-8800c438d164', 'size': 4373348352, u'self': u'/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'94ea7fdc32464fee85b82dd37692973c', 'name': 'vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfe3b012-a210-4dbc-a102-8800c438d164/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T17:54:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-03T17:54:43Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658', 'created': u'2018-12-03T17:53:30Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-12-03T17:53:30Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-12-03 17:54:43,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 17:54:43,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}ff2fff2a02b938f6a2533a34066659ffaee01186" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_7a89a1ac-2675-46ec-8674-40a9ce733658", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-12-03 17:54:43,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:54: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-6e263188-2abf-44b7-8ca8-6eed060dfa8f x-compute-request-id: req-6e263188-2abf-44b7-8ca8-6eed060dfa8f Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "58e65216-9388-47fe-934f-2c3ff737efd5", "name": "vyos_vrouter-flavor_7a89a1ac-2675-46ec-8674-40a9ce733658", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:54:43,657 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6e263188-2abf-44b7-8ca8-6eed060dfa8f 2018-12-03 17:54:43,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.203538894653s 2018-12-03 17:54:43,657 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6e263188-2abf-44b7-8ca8-6eed060dfa8f returning object 58e65216-9388-47fe-934f-2c3ff737efd5 2018-12-03 17:54:43,658 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_7a89a1ac-2675-46ec-8674-40a9ce733658', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'58e65216-9388-47fe-934f-2c3ff737efd5', 'swap': 0}) 2018-12-03 17:54:43,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 17:54:43,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/58e65216-9388-47fe-934f-2c3ff737efd5/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}ff2fff2a02b938f6a2533a34066659ffaee01186" -d '{"extra_specs": {}}' 2018-12-03 17:54:43,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:54: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-58300391-116a-4558-a098-9c53188aac44 x-compute-request-id: req-58300391-116a-4558-a098-9c53188aac44 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 17:54:43,680 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/58e65216-9388-47fe-934f-2c3ff737efd5/os-extra_specs used request id req-58300391-116a-4558-a098-9c53188aac44 2018-12-03 17:54:43,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0214438438416s 2018-12-03 17:54:43,681 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/58e65216-9388-47fe-934f-2c3ff737efd5/os-extra_specs used request id req-58300391-116a-4558-a098-9c53188aac44 2018-12-03 17:54:43,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-12-03 17:54:43,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -d '{"keypair": {"name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658"}}' 2018-12-03 17:54:43,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:54: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-285d9049-a1f5-434b-b7fa-07dcd1e566b4 x-compute-request-id: req-285d9049-a1f5-434b-b7fa-07dcd1e566b4 Content-Encoding: gzip Content-Length: 1811 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3ny1B2isvClOQ68iBxwm8DcETSpiTJRhHcf+txDxREYkL8403EUHNFCB+EoSaThrgwoEUNODd/gu+fS1N9uhiI5krys8sTDLblAYtUMAnqYv8J2Aaphl1tj5ZV8GnbrgBxlidNHe19UR/qG/fN3TyRtjwa2Vf/mBub5UfpL69DE0XdjpsLebdyawVe73GWUm/nRxSMuaQaqEpkFoNyIOZBR5gVeHuN3E+QtDIjc73W70qXDrS3G1Hgho3cOnKYRrfNDSqlnzJVEziaQ9qhHwpXs57q9bNfQvo1YzwkupM0CW4JR1Yit4mkNiWnF0M9kb0+6fON2vZnCiyiXMNpQwV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAt58tQdorLwpTkOvIgccJvA3BE0qYkyUYR3H/rcQ8URGJC/ON\nNxFBzRQgfhKEmk4a4MKBFDTg3f4Lvn0tTfboYiOZK8rPLEwy25QGLVDAJ6mL/Cdg\nGqYZdbY+WVfBp264AcZYnTR3tfVEf6hv3zd08kbY8GtlX/5gbm+VH6S+vQxNF3Y6\nbC3m3cmsFXu9xllJv50cUjLmkGqhKZBaDciDmQUeYFXh7jdxPkLQyI3O91u9Klw6\n0txtR4IaN3DpymEa3zQ0qpZ8yVRM4mkPaoR8KV7Oe6vWzX0L6NWM8JLqTNAluCUd\nWIreJpDYlpxdDPZG9Punzjdr2ZwosolzDaUMFQIDAQABAoIBAH4Dj1uSDfDKdW8P\nYRsvLU8RYV+L4gmZe4AMjBsEgSBhmFvLWS5heXb0SRg8PSRoVanJ0iu73lZ68jRY\nU68ds30mUQfstyD/aiem/lY7BKQzhw4VN68SLobJ+x/1ScFOCpmtNUMtrroBCHFT\ndvMJbAiY9miIS5oFSMiBayW8OeoiTHHd1llO+JVytRbCGLMyWMFLl1F/SlYQavan\n76mk+LeVy8knaoLm5qH5YqsoArjnjHXfbf2j0PUTcq2rmmPHh9crLjLdAMpEtLTx\n8mFma0DcOwsl2oaCLSmSyiUz+i/7mrr/Dj2l7HEIZqzw305M6HkZ1B8a4+cOHSpL\nmCuPwEECgYEA6z6+hYUqxx4j/s9z1dOq3gVpuDL2Gg+Qi17kDah+GrMvSM7xcrGO\nHlNFNONp/1UkfIP/TwknaaVkcu/wGQ6NNZn3PWKi7hcltMCYwSBj/iS8bVKOEdGK\nPbt9BpMgJVzg72Ar/K6fSp4sTLy6y5eof4IQh6sAEgnVn1wHtPvs0HcCgYEAx9J3\nXSkZbPOVlqJV9PDjWyG5N1TugG3Bw2xl9K98qtpHG2zazkGSOo0wCSd4Puq9pHpm\nMDLiMXt6C9CqY4sYCp3shRbkPJmPxctw0moK7XKDnvSnhvxU3iOCq2KmaO7mUUNV\n4EujZAuZJC6gBMIwam5xYTPL9hP54FqOHTKNFtMCgYEAxApizXRfZNZaWuPY/W3K\nrAFIy+c0Lh2gcHTgif1LMcb3da53igQrklwEhYGq+Mykflul7OCNBr59CkeoB8mX\npf6sCmzjqJSDqLED25W5nrZQjK5KlNDRaoaPN2ZuWJShIvs7TPTc7FsKQdzZsgat\ntazXR6gag+3MJ2STS6DSBhsCgYEAmyhJlwT6wSbC2JxksjT51SFyeAxyxTZ0ZhId\neMlqvB+RZzI3FEDGEsDes7z6GaCccMK55mMcT9/Y/KOiKnkuyc+mgBEuV//FK4i0\nqi29HnL00NCX5LC6FWLta7bGEGSwYhku7WLOFDkNSJMLnaZLgdkQILHfhcwtEpA+\nGV3PQBECgYAX9Zea8/428Hrm8KrhwE3v4eHEpweCa4bpSnBOq3beahHYowgOeW+z\nDYXIgpIizcVxwDa+Wf0P+8BMxKH7AMDobOMMjvXaS0nu6fg0dLXuu1JZtlSZidcE\nm174KJJgYHS+K3bilGQVzdF54bQoAsxTGOq1KaUvX07GS9vLZaFNRg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "12f3bf84bda24a68b09fc41887168043", "name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "fingerprint": "8a:3b:17:d7:f3:ed:ea:57:07:1e:e3:20:0a:03:d2:d9"}} 2018-12-03 17:54:43,943 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-285d9049-a1f5-434b-b7fa-07dcd1e566b4 2018-12-03 17:54:43,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.261734008789s 2018-12-03 17:54:43,943 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-285d9049-a1f5-434b-b7fa-07dcd1e566b4 2018-12-03 17:54:43,944 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3ny1B2isvClOQ68iBxwm8DcETSpiTJRhHcf+txDxREYkL8403EUHNFCB+EoSaThrgwoEUNODd/gu+fS1N9uhiI5krys8sTDLblAYtUMAnqYv8J2Aaphl1tj5ZV8GnbrgBxlidNHe19UR/qG/fN3TyRtjwa2Vf/mBub5UfpL69DE0XdjpsLebdyawVe73GWUm/nRxSMuaQaqEpkFoNyIOZBR5gVeHuN3E+QtDIjc73W70qXDrS3G1Hgho3cOnKYRrfNDSqlnzJVEziaQ9qhHwpXs57q9bNfQvo1YzwkupM0CW4JR1Yit4mkNiWnF0M9kb0+6fON2vZnCiyiXMNpQwV Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAt58tQdorLwpTkOvIgccJvA3BE0qYkyUYR3H/rcQ8URGJC/ON\nNxFBzRQgfhKEmk4a4MKBFDTg3f4Lvn0tTfboYiOZK8rPLEwy25QGLVDAJ6mL/Cdg\nGqYZdbY+WVfBp264AcZYnTR3tfVEf6hv3zd08kbY8GtlX/5gbm+VH6S+vQxNF3Y6\nbC3m3cmsFXu9xllJv50cUjLmkGqhKZBaDciDmQUeYFXh7jdxPkLQyI3O91u9Klw6\n0txtR4IaN3DpymEa3zQ0qpZ8yVRM4mkPaoR8KV7Oe6vWzX0L6NWM8JLqTNAluCUd\nWIreJpDYlpxdDPZG9Punzjdr2ZwosolzDaUMFQIDAQABAoIBAH4Dj1uSDfDKdW8P\nYRsvLU8RYV+L4gmZe4AMjBsEgSBhmFvLWS5heXb0SRg8PSRoVanJ0iu73lZ68jRY\nU68ds30mUQfstyD/aiem/lY7BKQzhw4VN68SLobJ+x/1ScFOCpmtNUMtrroBCHFT\ndvMJbAiY9miIS5oFSMiBayW8OeoiTHHd1llO+JVytRbCGLMyWMFLl1F/SlYQavan\n76mk+LeVy8knaoLm5qH5YqsoArjnjHXfbf2j0PUTcq2rmmPHh9crLjLdAMpEtLTx\n8mFma0DcOwsl2oaCLSmSyiUz+i/7mrr/Dj2l7HEIZqzw305M6HkZ1B8a4+cOHSpL\nmCuPwEECgYEA6z6+hYUqxx4j/s9z1dOq3gVpuDL2Gg+Qi17kDah+GrMvSM7xcrGO\nHlNFNONp/1UkfIP/TwknaaVkcu/wGQ6NNZn3PWKi7hcltMCYwSBj/iS8bVKOEdGK\nPbt9BpMgJVzg72Ar/K6fSp4sTLy6y5eof4IQh6sAEgnVn1wHtPvs0HcCgYEAx9J3\nXSkZbPOVlqJV9PDjWyG5N1TugG3Bw2xl9K98qtpHG2zazkGSOo0wCSd4Puq9pHpm\nMDLiMXt6C9CqY4sYCp3shRbkPJmPxctw0moK7XKDnvSnhvxU3iOCq2KmaO7mUUNV\n4EujZAuZJC6gBMIwam5xYTPL9hP54FqOHTKNFtMCgYEAxApizXRfZNZaWuPY/W3K\nrAFIy+c0Lh2gcHTgif1LMcb3da53igQrklwEhYGq+Mykflul7OCNBr59CkeoB8mX\npf6sCmzjqJSDqLED25W5nrZQjK5KlNDRaoaPN2ZuWJShIvs7TPTc7FsKQdzZsgat\ntazXR6gag+3MJ2STS6DSBhsCgYEAmyhJlwT6wSbC2JxksjT51SFyeAxyxTZ0ZhId\neMlqvB+RZzI3FEDGEsDes7z6GaCccMK55mMcT9/Y/KOiKnkuyc+mgBEuV//FK4i0\nqi29HnL00NCX5LC6FWLta7bGEGSwYhku7WLOFDkNSJMLnaZLgdkQILHfhcwtEpA+\nGV3PQBECgYAX9Zea8/428Hrm8KrhwE3v4eHEpweCa4bpSnBOq3beahHYowgOeW+z\nDYXIgpIizcVxwDa+Wf0P+8BMxKH7AMDobOMMjvXaS0nu6fg0dLXuu1JZtlSZidcE\nm174KJJgYHS+K3bilGQVzdF54bQoAsxTGOq1KaUvX07GS9vLZaFNRg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'12f3bf84bda24a68b09fc41887168043', 'name': u'vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658', 'created_at': '2018-12-03T17:54:43.944587', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'94ea7fdc32464fee85b82dd37692973c', 'name': 'vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'8a:3b:17:d7:f3:ed:ea:57:07:1e:e3:20:0a:03:d2:d9', 'type': 'ssh', 'id': u'vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658'}) 2018-12-03 17:54:43,945 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAt58tQdorLwpTkOvIgccJvA3BE0qYkyUYR3H/rcQ8URGJC/ON NxFBzRQgfhKEmk4a4MKBFDTg3f4Lvn0tTfboYiOZK8rPLEwy25QGLVDAJ6mL/Cdg GqYZdbY+WVfBp264AcZYnTR3tfVEf6hv3zd08kbY8GtlX/5gbm+VH6S+vQxNF3Y6 bC3m3cmsFXu9xllJv50cUjLmkGqhKZBaDciDmQUeYFXh7jdxPkLQyI3O91u9Klw6 0txtR4IaN3DpymEa3zQ0qpZ8yVRM4mkPaoR8KV7Oe6vWzX0L6NWM8JLqTNAluCUd WIreJpDYlpxdDPZG9Punzjdr2ZwosolzDaUMFQIDAQABAoIBAH4Dj1uSDfDKdW8P YRsvLU8RYV+L4gmZe4AMjBsEgSBhmFvLWS5heXb0SRg8PSRoVanJ0iu73lZ68jRY U68ds30mUQfstyD/aiem/lY7BKQzhw4VN68SLobJ+x/1ScFOCpmtNUMtrroBCHFT dvMJbAiY9miIS5oFSMiBayW8OeoiTHHd1llO+JVytRbCGLMyWMFLl1F/SlYQavan 76mk+LeVy8knaoLm5qH5YqsoArjnjHXfbf2j0PUTcq2rmmPHh9crLjLdAMpEtLTx 8mFma0DcOwsl2oaCLSmSyiUz+i/7mrr/Dj2l7HEIZqzw305M6HkZ1B8a4+cOHSpL mCuPwEECgYEA6z6+hYUqxx4j/s9z1dOq3gVpuDL2Gg+Qi17kDah+GrMvSM7xcrGO HlNFNONp/1UkfIP/TwknaaVkcu/wGQ6NNZn3PWKi7hcltMCYwSBj/iS8bVKOEdGK Pbt9BpMgJVzg72Ar/K6fSp4sTLy6y5eof4IQh6sAEgnVn1wHtPvs0HcCgYEAx9J3 XSkZbPOVlqJV9PDjWyG5N1TugG3Bw2xl9K98qtpHG2zazkGSOo0wCSd4Puq9pHpm MDLiMXt6C9CqY4sYCp3shRbkPJmPxctw0moK7XKDnvSnhvxU3iOCq2KmaO7mUUNV 4EujZAuZJC6gBMIwam5xYTPL9hP54FqOHTKNFtMCgYEAxApizXRfZNZaWuPY/W3K rAFIy+c0Lh2gcHTgif1LMcb3da53igQrklwEhYGq+Mykflul7OCNBr59CkeoB8mX pf6sCmzjqJSDqLED25W5nrZQjK5KlNDRaoaPN2ZuWJShIvs7TPTc7FsKQdzZsgat tazXR6gag+3MJ2STS6DSBhsCgYEAmyhJlwT6wSbC2JxksjT51SFyeAxyxTZ0ZhId eMlqvB+RZzI3FEDGEsDes7z6GaCccMK55mMcT9/Y/KOiKnkuyc+mgBEuV//FK4i0 qi29HnL00NCX5LC6FWLta7bGEGSwYhku7WLOFDkNSJMLnaZLgdkQILHfhcwtEpA+ GV3PQBECgYAX9Zea8/428Hrm8KrhwE3v4eHEpweCa4bpSnBOq3beahHYowgOeW+z DYXIgpIizcVxwDa+Wf0P+8BMxKH7AMDobOMMjvXaS0nu6fg0dLXuu1JZtlSZidcE m174KJJgYHS+K3bilGQVzdF54bQoAsxTGOq1KaUvX07GS9vLZaFNRg== -----END RSA PRIVATE KEY----- 2018-12-03 17:54:43,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-12-03 17:54:43,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -d '{"security_group": {"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-12-03 17:54:44,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-4a7921e2-dbc4-4dbb-8869-b1873a70a4de Date: Mon, 03 Dec 2018 17:54:44 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:54:44Z", "updated_at": "2018-12-03T17:54:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "83eddc2b-f063-444f-a8bd-5d7b415cbf03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "dff173d3-3993-40a4-b978-fd5c311676d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 2, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}} 2018-12-03 17:54:44,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-4a7921e2-dbc4-4dbb-8869-b1873a70a4de 2018-12-03 17:54:44,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.374716043472s 2018-12-03 17:54:44,323 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-4a7921e2-dbc4-4dbb-8869-b1873a70a4de 2018-12-03 17:54:44,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:54:44,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:44,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-19f646a3-d120-4678-b45b-9f6501ffc38f Date: Mon, 03 Dec 2018 17:54:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:52:57Z", "updated_at": "2018-12-03T17:52:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "8f2b3239-9e9e-47d4-bbe5-fb7d6ac4e31a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "ce5c8d0d-a5ef-46f1-844d-f609f5546564", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "df4b9c19-a5b9-47d7-afbf-36eb22055e8c", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "e052af1e-5950-452b-b457-90f58e49ac32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 4, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "546f07c9-e405-4642-817b-5ad886ce17b4", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:54:44Z", "updated_at": "2018-12-03T17:54:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "83eddc2b-f063-444f-a8bd-5d7b415cbf03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "dff173d3-3993-40a4-b978-fd5c311676d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 2, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 17:54:44,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-19f646a3-d120-4678-b45b-9f6501ffc38f 2018-12-03 17:54:44,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0574269294739s 2018-12-03 17:54:44,386 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-19f646a3-d120-4678-b45b-9f6501ffc38f 2018-12-03 17:54:44,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 17:54:44,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -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": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a"}}' 2018-12-03 17:54:44,680 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8333ac1f-ba32-4cfe-bb88-4e06ee5cd522 Date: Mon, 03 Dec 2018 17:54:44 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-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "port_range_min": 22, "revision_number": 0, "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:54:44Z", "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "f3128540-c10f-400a-aaa2-00c64b201f60"}} 2018-12-03 17:54:44,681 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-8333ac1f-ba32-4cfe-bb88-4e06ee5cd522 2018-12-03 17:54:44,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.290995836258s 2018-12-03 17:54:44,681 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-8333ac1f-ba32-4cfe-bb88-4e06ee5cd522 2018-12-03 17:54:44,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:54:44,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:44,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-8a9786b0-7e1c-4db1-b469-9e764dce4edd Date: Mon, 03 Dec 2018 17:54:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:52:57Z", "updated_at": "2018-12-03T17:52:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "8f2b3239-9e9e-47d4-bbe5-fb7d6ac4e31a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "ce5c8d0d-a5ef-46f1-844d-f609f5546564", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "df4b9c19-a5b9-47d7-afbf-36eb22055e8c", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "e052af1e-5950-452b-b457-90f58e49ac32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 4, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "546f07c9-e405-4642-817b-5ad886ce17b4", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:54:44Z", "updated_at": "2018-12-03T17:54:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "83eddc2b-f063-444f-a8bd-5d7b415cbf03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "dff173d3-3993-40a4-b978-fd5c311676d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "f3128540-c10f-400a-aaa2-00c64b201f60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 3, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 17:54:44,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-8a9786b0-7e1c-4db1-b469-9e764dce4edd 2018-12-03 17:54:44,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199594020844s 2018-12-03 17:54:44,885 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-8a9786b0-7e1c-4db1-b469-9e764dce4edd 2018-12-03 17:54:44,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 17:54:44,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -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": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a"}}' 2018-12-03 17:54:45,321 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-85539a90-5c74-4f05-af91-9e39b1a026b4 Date: Mon, 03 Dec 2018 17:54:45 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-12-03T17:54:45Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "port_range_min": null, "revision_number": 0, "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:54:45Z", "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "2a432396-d99b-4d73-93ac-1df4cbf31b6a"}} 2018-12-03 17:54:45,321 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-85539a90-5c74-4f05-af91-9e39b1a026b4 2018-12-03 17:54:45,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.433155059814s 2018-12-03 17:54:45,322 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-85539a90-5c74-4f05-af91-9e39b1a026b4 2018-12-03 17:54:45,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:54:45,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:45,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-1993ba32-11a7-4d7f-b3f2-57135d8bee8f Date: Mon, 03 Dec 2018 17:54:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:52:57Z", "updated_at": "2018-12-03T17:52:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "8f2b3239-9e9e-47d4-bbe5-fb7d6ac4e31a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "ce5c8d0d-a5ef-46f1-844d-f609f5546564", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "df4b9c19-a5b9-47d7-afbf-36eb22055e8c", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "e052af1e-5950-452b-b457-90f58e49ac32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 4, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "546f07c9-e405-4642-817b-5ad886ce17b4", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:54:44Z", "updated_at": "2018-12-03T17:54:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:45Z", "revision_number": 0, "id": "2a432396-d99b-4d73-93ac-1df4cbf31b6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:45Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "83eddc2b-f063-444f-a8bd-5d7b415cbf03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "dff173d3-3993-40a4-b978-fd5c311676d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "f3128540-c10f-400a-aaa2-00c64b201f60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 4, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 17:54:45,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-1993ba32-11a7-4d7f-b3f2-57135d8bee8f 2018-12-03 17:54:45,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.196508169174s 2018-12-03 17:54:45,523 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-1993ba32-11a7-4d7f-b3f2-57135d8bee8f 2018-12-03 17:54:45,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 17:54:45,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -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": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a"}}' 2018-12-03 17:54:45,686 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-cd2d2cb8-38cf-4b9e-9571-8ade6fd58b63 Date: Mon, 03 Dec 2018 17:54:45 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-12-03T17:54:45Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "port_range_min": 80, "revision_number": 0, "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:54:45Z", "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "7da70456-99a6-4223-9bd7-d305a36a9bd9"}} 2018-12-03 17:54:45,686 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-cd2d2cb8-38cf-4b9e-9571-8ade6fd58b63 2018-12-03 17:54:45,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.160284042358s 2018-12-03 17:54:45,687 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-cd2d2cb8-38cf-4b9e-9571-8ade6fd58b63 2018-12-03 17:54:45,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:54:45,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:45,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-61d28a10-dcfd-43d1-9110-ee1b153a2657 Date: Mon, 03 Dec 2018 17:54:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:52:57Z", "updated_at": "2018-12-03T17:52:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "8f2b3239-9e9e-47d4-bbe5-fb7d6ac4e31a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "ce5c8d0d-a5ef-46f1-844d-f609f5546564", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "df4b9c19-a5b9-47d7-afbf-36eb22055e8c", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "e052af1e-5950-452b-b457-90f58e49ac32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 4, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "546f07c9-e405-4642-817b-5ad886ce17b4", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:54:44Z", "updated_at": "2018-12-03T17:54:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:45Z", "revision_number": 0, "id": "2a432396-d99b-4d73-93ac-1df4cbf31b6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:45Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-03T17:54:45Z", "revision_number": 0, "id": "7da70456-99a6-4223-9bd7-d305a36a9bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:45Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "83eddc2b-f063-444f-a8bd-5d7b415cbf03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "dff173d3-3993-40a4-b978-fd5c311676d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "f3128540-c10f-400a-aaa2-00c64b201f60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 5, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 17:54:45,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-61d28a10-dcfd-43d1-9110-ee1b153a2657 2018-12-03 17:54:45,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0547881126404s 2018-12-03 17:54:45,745 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-61d28a10-dcfd-43d1-9110-ee1b153a2657 2018-12-03 17:54:45,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 17:54:45,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -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": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a"}}' 2018-12-03 17:54:46,112 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-9754e8e8-190f-402c-aba4-7ecc2d74d660 Date: Mon, 03 Dec 2018 17:54:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-12-03T17:54:46Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "port_range_min": 443, "revision_number": 0, "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:54:46Z", "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "4423d092-0a8e-4d90-b214-32a326384f40"}} 2018-12-03 17:54:46,112 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-9754e8e8-190f-402c-aba4-7ecc2d74d660 2018-12-03 17:54:46,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.363822937012s 2018-12-03 17:54:46,113 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-9754e8e8-190f-402c-aba4-7ecc2d74d660 2018-12-03 17:54:46,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:54:46,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:46,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-4ec87bfe-8c9a-48a3-9c07-1d1a82b5cc53 Date: Mon, 03 Dec 2018 17:54:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:52:57Z", "updated_at": "2018-12-03T17:52:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "8f2b3239-9e9e-47d4-bbe5-fb7d6ac4e31a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "ce5c8d0d-a5ef-46f1-844d-f609f5546564", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "df4b9c19-a5b9-47d7-afbf-36eb22055e8c", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "e052af1e-5950-452b-b457-90f58e49ac32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 4, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "546f07c9-e405-4642-817b-5ad886ce17b4", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:54:44Z", "updated_at": "2018-12-03T17:54:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:45Z", "revision_number": 0, "id": "2a432396-d99b-4d73-93ac-1df4cbf31b6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:45Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-12-03T17:54:46Z", "revision_number": 0, "id": "4423d092-0a8e-4d90-b214-32a326384f40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:46Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-03T17:54:45Z", "revision_number": 0, "id": "7da70456-99a6-4223-9bd7-d305a36a9bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:45Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "83eddc2b-f063-444f-a8bd-5d7b415cbf03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "dff173d3-3993-40a4-b978-fd5c311676d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "f3128540-c10f-400a-aaa2-00c64b201f60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 6, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 17:54:46,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-4ec87bfe-8c9a-48a3-9c07-1d1a82b5cc53 2018-12-03 17:54:46,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198396921158s 2018-12-03 17:54:46,315 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-4ec87bfe-8c9a-48a3-9c07-1d1a82b5cc53 2018-12-03 17:54:46,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 17:54:46,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -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": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a"}}' 2018-12-03 17:54:46,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-d85bface-3ae5-4a67-ae60-5d3176769cc7 Date: Mon, 03 Dec 2018 17:54:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-12-03T17:54:46Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "port_range_min": 5671, "revision_number": 0, "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:54:46Z", "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "b55dcda2-4328-4989-8169-3ec56e3581d5"}} 2018-12-03 17:54:46,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-d85bface-3ae5-4a67-ae60-5d3176769cc7 2018-12-03 17:54:46,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.284055948257s 2018-12-03 17:54:46,604 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-d85bface-3ae5-4a67-ae60-5d3176769cc7 2018-12-03 17:54:46,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 17:54:46,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:46,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-bdc0ef3d-544d-446c-9978-74becf80e0c8 Date: Mon, 03 Dec 2018 17:54:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:52:57Z", "updated_at": "2018-12-03T17:52:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "8f2b3239-9e9e-47d4-bbe5-fb7d6ac4e31a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "ce5c8d0d-a5ef-46f1-844d-f609f5546564", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "df4b9c19-a5b9-47d7-afbf-36eb22055e8c", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "e052af1e-5950-452b-b457-90f58e49ac32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 4, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "546f07c9-e405-4642-817b-5ad886ce17b4", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:54:44Z", "updated_at": "2018-12-03T17:54:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:45Z", "revision_number": 0, "id": "2a432396-d99b-4d73-93ac-1df4cbf31b6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:45Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-12-03T17:54:46Z", "revision_number": 0, "id": "4423d092-0a8e-4d90-b214-32a326384f40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:46Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-03T17:54:45Z", "revision_number": 0, "id": "7da70456-99a6-4223-9bd7-d305a36a9bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:45Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "83eddc2b-f063-444f-a8bd-5d7b415cbf03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-12-03T17:54:46Z", "revision_number": 0, "id": "b55dcda2-4328-4989-8169-3ec56e3581d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:46Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "dff173d3-3993-40a4-b978-fd5c311676d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "f3128540-c10f-400a-aaa2-00c64b201f60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 7, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 17:54:46,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-bdc0ef3d-544d-446c-9978-74becf80e0c8 2018-12-03 17:54:46,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0550680160522s 2018-12-03 17:54:46,663 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-bdc0ef3d-544d-446c-9978-74becf80e0c8 2018-12-03 17:54:46,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-03 17:54:46,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -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": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a"}}' 2018-12-03 17:54:46,986 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-510a0a40-384f-4035-968d-66195deebffa Date: Mon, 03 Dec 2018 17:54:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-12-03T17:54:46Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "port_range_min": 53333, "revision_number": 0, "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:54:46Z", "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "97685221-7408-4cd9-9f2f-f11dfd0e9fb2"}} 2018-12-03 17:54:46,986 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-510a0a40-384f-4035-968d-66195deebffa 2018-12-03 17:54:46,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.320129871368s 2018-12-03 17:54:46,987 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-510a0a40-384f-4035-968d-66195deebffa 2018-12-03 17:54:46,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 17:54:46,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:47,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-c1c33481-6aad-4f0c-9b31-0d8a61fae422 Date: Mon, 03 Dec 2018 17:54:47 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1f386006-abd7-48d1-8873-ac38caeed233"],"updated_at":"2018-12-03T17:52:59Z","tenant_id":"94ea7fdc32464fee85b82dd37692973c","created_at":"2018-12-03T17:52:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94ea7fdc32464fee85b82dd37692973c","id":"e25f27fd-66d9-4945-ad43-38e7daecd03d","name":"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 17:54:47,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c1c33481-6aad-4f0c-9b31-0d8a61fae422 2018-12-03 17:54:47,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.256093978882s 2018-12-03 17:54:47,245 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c1c33481-6aad-4f0c-9b31-0d8a61fae422 2018-12-03 17:54:47,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:54:47,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:47,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-896aa570-18ba-4a9b-8ee9-5d9adea07fe5 Date: Mon, 03 Dec 2018 17:54:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfe3b012-a210-4dbc-a102-8800c438d164/snap", "metadata": {}}], "file": "/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164/file", "owner": "94ea7fdc32464fee85b82dd37692973c", "id": "dfe3b012-a210-4dbc-a102-8800c438d164", "size": 4373348352, "self": "/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfe3b012-a210-4dbc-a102-8800c438d164/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-03T17:54:43Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-03T17:53:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:54:47,277 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-896aa570-18ba-4a9b-8ee9-5d9adea07fe5 2018-12-03 17:54:47,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0313558578491s 2018-12-03 17:54:47,278 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-896aa570-18ba-4a9b-8ee9-5d9adea07fe5 2018-12-03 17:54:47,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 17:54:47,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:47,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-2446c047-44df-40ef-b96c-4b134f515e51 x-compute-request-id: req-2446c047-44df-40ef-b96c-4b134f515e51 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "58e65216-9388-47fe-934f-2c3ff737efd5", "name": "vyos_vrouter-flavor_7a89a1ac-2675-46ec-8674-40a9ce733658", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 17:54:47,312 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-2446c047-44df-40ef-b96c-4b134f515e51 2018-12-03 17:54:47,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.032665014267s 2018-12-03 17:54:47,313 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-2446c047-44df-40ef-b96c-4b134f515e51 2018-12-03 17:54:47,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-03 17:54:47,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -d '{"server": {"name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "imageRef": "dfe3b012-a210-4dbc-a102-8800c438d164", "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "flavorRef": "58e65216-9388-47fe-934f-2c3ff737efd5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e25f27fd-66d9-4945-ad43-38e7daecd03d"}], "security_groups": [{"name": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a"}]}}' 2018-12-03 17:54:49,977 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 17: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-3b8e0402-9360-4075-b45c-db5ee4954003 x-compute-request-id: req-3b8e0402-9360-4075-b45c-db5ee4954003 Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a"}], "OS-DCF:diskConfig": "MANUAL", "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "adminPass": "VfoL9PnoKAtU"}} 2018-12-03 17:54:49,977 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-3b8e0402-9360-4075-b45c-db5ee4954003 2018-12-03 17:54:49,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.66271090508s 2018-12-03 17:54:49,977 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-3b8e0402-9360-4075-b45c-db5ee4954003 2018-12-03 17:54:49,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:54:49,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:50,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-dd894eda-3c84-4192-a0ea-ba7d5914bc79 x-compute-request-id: req-dd894eda-3c84-4192-a0ea-ba7d5914bc79 Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "user_id": "12f3bf84bda24a68b09fc41887168043", "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-12-03T17:54:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:54:50,405 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dd894eda-3c84-4192-a0ea-ba7d5914bc79 2018-12-03 17:54:50,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427117109299s 2018-12-03 17:54:50,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dd894eda-3c84-4192-a0ea-ba7d5914bc79 2018-12-03 17:54:50,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 17:54:50,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:50,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-9fb15445-068f-4e97-aea3-b058c83fef90 Date: Mon, 03 Dec 2018 17:54:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1f386006-abd7-48d1-8873-ac38caeed233"],"updated_at":"2018-12-03T17:52:59Z","tenant_id":"94ea7fdc32464fee85b82dd37692973c","created_at":"2018-12-03T17:52:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94ea7fdc32464fee85b82dd37692973c","id":"e25f27fd-66d9-4945-ad43-38e7daecd03d","name":"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 17:54:50,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-9fb15445-068f-4e97-aea3-b058c83fef90 2018-12-03 17:54:50,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118844032288s 2018-12-03 17:54:50,532 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-9fb15445-068f-4e97-aea3-b058c83fef90 2018-12-03 17:54:50,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-03 17:54:50,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:50,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-ecfb7ed2-e2ae-4627-ba27-940c13377f71 Date: Mon, 03 Dec 2018 17:54:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e25f27fd-66d9-4945-ad43-38e7daecd03d","tenant_id":"94ea7fdc32464fee85b82dd37692973c","created_at":"2018-12-03T17:52:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T17:52:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"94ea7fdc32464fee85b82dd37692973c","id":"1f386006-abd7-48d1-8873-ac38caeed233","subnetpool_id":null,"name":"vyos_vrouter-subnet_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 17:54:50,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-ecfb7ed2-e2ae-4627-ba27-940c13377f71 2018-12-03 17:54:50,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0973880290985s 2018-12-03 17:54:50,631 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-ecfb7ed2-e2ae-4627-ba27-940c13377f71 2018-12-03 17:54:50,631 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:54:52,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:54:52,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:53,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-16ccf7ee-a392-4bd1-b1cc-13ba07dac326 x-compute-request-id: req-16ccf7ee-a392-4bd1-b1cc-13ba07dac326 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:54:53,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-16ccf7ee-a392-4bd1-b1cc-13ba07dac326 2018-12-03 17:54:53,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.420832872391s 2018-12-03 17:54:53,056 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-16ccf7ee-a392-4bd1-b1cc-13ba07dac326 2018-12-03 17:54:53,060 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:54:55,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:54:55,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:55,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:54: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-d10d012e-2fe2-4c9c-a92f-a498791d0bd8 x-compute-request-id: req-d10d012e-2fe2-4c9c-a92f-a498791d0bd8 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:54:55,584 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d10d012e-2fe2-4c9c-a92f-a498791d0bd8 2018-12-03 17:54:55,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522147893906s 2018-12-03 17:54:55,585 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d10d012e-2fe2-4c9c-a92f-a498791d0bd8 2018-12-03 17:54:55,589 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:54:57,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:54:57,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:54:57,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-331d2ca8-34ae-42d4-9673-914aeba2a218 x-compute-request-id: req-331d2ca8-34ae-42d4-9673-914aeba2a218 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:54:57,993 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-331d2ca8-34ae-42d4-9673-914aeba2a218 2018-12-03 17:54:57,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.401973009109s 2018-12-03 17:54:57,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-331d2ca8-34ae-42d4-9673-914aeba2a218 2018-12-03 17:54:57,998 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:00,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:00,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:00,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:55: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-2731b785-5058-498c-8ede-4fd223b63421 x-compute-request-id: req-2731b785-5058-498c-8ede-4fd223b63421 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:00,512 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2731b785-5058-498c-8ede-4fd223b63421 2018-12-03 17:55:00,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511224031448s 2018-12-03 17:55:00,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2731b785-5058-498c-8ede-4fd223b63421 2018-12-03 17:55:00,516 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:02,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:02,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:03,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-f94c7918-e805-4881-b295-48fc1165e4ad x-compute-request-id: req-f94c7918-e805-4881-b295-48fc1165e4ad Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:03,213 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f94c7918-e805-4881-b295-48fc1165e4ad 2018-12-03 17:55:03,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694407939911s 2018-12-03 17:55:03,214 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f94c7918-e805-4881-b295-48fc1165e4ad 2018-12-03 17:55:03,218 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:05,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:05,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:05,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:55: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-0a28a6cb-9a76-4625-b7cf-b0e52df0aa4f x-compute-request-id: req-0a28a6cb-9a76-4625-b7cf-b0e52df0aa4f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:05,899 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0a28a6cb-9a76-4625-b7cf-b0e52df0aa4f 2018-12-03 17:55:05,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.678932905197s 2018-12-03 17:55:05,900 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0a28a6cb-9a76-4625-b7cf-b0e52df0aa4f 2018-12-03 17:55:05,904 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:07,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:07,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:08,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-0b405fe7-4824-4a80-8557-f2c13e37668a x-compute-request-id: req-0b405fe7-4824-4a80-8557-f2c13e37668a Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:08,618 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0b405fe7-4824-4a80-8557-f2c13e37668a 2018-12-03 17:55:08,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712028980255s 2018-12-03 17:55:08,619 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0b405fe7-4824-4a80-8557-f2c13e37668a 2018-12-03 17:55:08,623 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:10,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:10,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:11,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-56efcfa9-8032-4959-a7de-9cb1891d5a70 x-compute-request-id: req-56efcfa9-8032-4959-a7de-9cb1891d5a70 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:11,135 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-56efcfa9-8032-4959-a7de-9cb1891d5a70 2018-12-03 17:55:11,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51020693779s 2018-12-03 17:55:11,136 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-56efcfa9-8032-4959-a7de-9cb1891d5a70 2018-12-03 17:55:11,140 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:13,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:13,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:13,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:55: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-47a7789b-25f5-4e52-aa87-6013ea52e36b x-compute-request-id: req-47a7789b-25f5-4e52-aa87-6013ea52e36b Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:13,671 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-47a7789b-25f5-4e52-aa87-6013ea52e36b 2018-12-03 17:55:13,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529132127762s 2018-12-03 17:55:13,672 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-47a7789b-25f5-4e52-aa87-6013ea52e36b 2018-12-03 17:55:13,676 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:15,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:15,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:16,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:55: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-727e9eb5-07c2-43ec-9ba4-9529737bf681 x-compute-request-id: req-727e9eb5-07c2-43ec-9ba4-9529737bf681 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:16,212 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-727e9eb5-07c2-43ec-9ba4-9529737bf681 2018-12-03 17:55:16,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534091949463s 2018-12-03 17:55:16,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-727e9eb5-07c2-43ec-9ba4-9529737bf681 2018-12-03 17:55:16,217 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:18,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:18,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:18,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:55: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-8436c676-f86d-451e-8a89-68d53c495a8e x-compute-request-id: req-8436c676-f86d-451e-8a89-68d53c495a8e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:18,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8436c676-f86d-451e-8a89-68d53c495a8e 2018-12-03 17:55:18,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531824111938s 2018-12-03 17:55:18,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8436c676-f86d-451e-8a89-68d53c495a8e 2018-12-03 17:55:18,756 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:20,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:20,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:21,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-5bd7d483-702e-4bfa-b7d4-8401ed38264a x-compute-request-id: req-5bd7d483-702e-4bfa-b7d4-8401ed38264a Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:21,274 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5bd7d483-702e-4bfa-b7d4-8401ed38264a 2018-12-03 17:55:21,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515104055405s 2018-12-03 17:55:21,274 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5bd7d483-702e-4bfa-b7d4-8401ed38264a 2018-12-03 17:55:21,278 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:23,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:23,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:23,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-7ca192fd-b0f9-4560-998f-755cd2a3809f x-compute-request-id: req-7ca192fd-b0f9-4560-998f-755cd2a3809f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:23,817 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7ca192fd-b0f9-4560-998f-755cd2a3809f 2018-12-03 17:55:23,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536118984222s 2018-12-03 17:55:23,818 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7ca192fd-b0f9-4560-998f-755cd2a3809f 2018-12-03 17:55:23,821 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:25,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:25,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:26,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-b5090193-8efe-4786-9ede-3e8add0796ae x-compute-request-id: req-b5090193-8efe-4786-9ede-3e8add0796ae Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:26,222 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b5090193-8efe-4786-9ede-3e8add0796ae 2018-12-03 17:55:26,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398104906082s 2018-12-03 17:55:26,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b5090193-8efe-4786-9ede-3e8add0796ae 2018-12-03 17:55:26,227 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:28,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:28,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:28,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-5f331f61-1df5-45e3-9bd0-3fbb9410176c x-compute-request-id: req-5f331f61-1df5-45e3-9bd0-3fbb9410176c Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:28,775 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5f331f61-1df5-45e3-9bd0-3fbb9410176c 2018-12-03 17:55:28,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545414924622s 2018-12-03 17:55:28,775 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5f331f61-1df5-45e3-9bd0-3fbb9410176c 2018-12-03 17:55:28,779 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:30,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:30,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:31,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-c20f5097-cd43-4933-ae3e-e22ccd6c376c x-compute-request-id: req-c20f5097-cd43-4933-ae3e-e22ccd6c376c Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:31,183 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c20f5097-cd43-4933-ae3e-e22ccd6c376c 2018-12-03 17:55:31,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.401888132095s 2018-12-03 17:55:31,184 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c20f5097-cd43-4933-ae3e-e22ccd6c376c 2018-12-03 17:55:31,188 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:33,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:33,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:33,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-583bc50f-7df5-4615-a489-8e4ae2db2073 x-compute-request-id: req-583bc50f-7df5-4615-a489-8e4ae2db2073 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:33,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-583bc50f-7df5-4615-a489-8e4ae2db2073 2018-12-03 17:55:33,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.339669942856s 2018-12-03 17:55:33,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-583bc50f-7df5-4615-a489-8e4ae2db2073 2018-12-03 17:55:33,535 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:35,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:35,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:35,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:55: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-602ebf52-cf52-476e-9656-5ed5f5a65d55 x-compute-request-id: req-602ebf52-cf52-476e-9656-5ed5f5a65d55 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:35,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-602ebf52-cf52-476e-9656-5ed5f5a65d55 2018-12-03 17:55:35,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.387717008591s 2018-12-03 17:55:35,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-602ebf52-cf52-476e-9656-5ed5f5a65d55 2018-12-03 17:55:35,929 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:37,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:37,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:38,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-c314dd98-bb61-4007-970d-2c3b41428027 x-compute-request-id: req-c314dd98-bb61-4007-970d-2c3b41428027 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:38,626 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c314dd98-bb61-4007-970d-2c3b41428027 2018-12-03 17:55:38,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693737983704s 2018-12-03 17:55:38,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c314dd98-bb61-4007-970d-2c3b41428027 2018-12-03 17:55:38,630 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:40,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:40,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:41,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-a9dc2cc7-ca81-4512-bb9a-cf4d95dd4b79 x-compute-request-id: req-a9dc2cc7-ca81-4512-bb9a-cf4d95dd4b79 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:41,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a9dc2cc7-ca81-4512-bb9a-cf4d95dd4b79 2018-12-03 17:55:41,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.692014932632s 2018-12-03 17:55:41,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a9dc2cc7-ca81-4512-bb9a-cf4d95dd4b79 2018-12-03 17:55:41,329 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:43,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:43,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:43,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:55:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5e6e533-2e27-438e-b7b5-ce9091539e2c x-compute-request-id: req-f5e6e533-2e27-438e-b7b5-ce9091539e2c Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:43,730 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f5e6e533-2e27-438e-b7b5-ce9091539e2c 2018-12-03 17:55:43,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398326158524s 2018-12-03 17:55:43,730 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f5e6e533-2e27-438e-b7b5-ce9091539e2c 2018-12-03 17:55:43,734 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:45,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:45,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:46,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-b60f874f-784d-4dfd-ab36-626787a4eca8 x-compute-request-id: req-b60f874f-784d-4dfd-ab36-626787a4eca8 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:46,253 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b60f874f-784d-4dfd-ab36-626787a4eca8 2018-12-03 17:55:46,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516504049301s 2018-12-03 17:55:46,254 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b60f874f-784d-4dfd-ab36-626787a4eca8 2018-12-03 17:55:46,257 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:48,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:48,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:49,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:55: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-9abe3261-9af2-43bf-afc0-613bf3c413f0 x-compute-request-id: req-9abe3261-9af2-43bf-afc0-613bf3c413f0 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:49,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9abe3261-9af2-43bf-afc0-613bf3c413f0 2018-12-03 17:55:49,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.752332925797s 2018-12-03 17:55:49,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9abe3261-9af2-43bf-afc0-613bf3c413f0 2018-12-03 17:55:49,017 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:51,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:51,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:51,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-a8a4d12c-0fa2-4ab2-950e-c3eb6e93365e x-compute-request-id: req-a8a4d12c-0fa2-4ab2-950e-c3eb6e93365e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:51,669 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a8a4d12c-0fa2-4ab2-950e-c3eb6e93365e 2018-12-03 17:55:51,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649233818054s 2018-12-03 17:55:51,669 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a8a4d12c-0fa2-4ab2-950e-c3eb6e93365e 2018-12-03 17:55:51,673 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:53,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:53,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:54,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-92d9f27d-7423-4204-ae4e-a77226d500ed x-compute-request-id: req-92d9f27d-7423-4204-ae4e-a77226d500ed Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:54,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-92d9f27d-7423-4204-ae4e-a77226d500ed 2018-12-03 17:55:54,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712682962418s 2018-12-03 17:55:54,389 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-92d9f27d-7423-4204-ae4e-a77226d500ed 2018-12-03 17:55:54,393 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:56,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:56,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:56,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:55:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d8b258d-e909-4ab4-9854-0fa61bc446db x-compute-request-id: req-1d8b258d-e909-4ab4-9854-0fa61bc446db Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:56,777 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1d8b258d-e909-4ab4-9854-0fa61bc446db 2018-12-03 17:55:56,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.381413936615s 2018-12-03 17:55:56,777 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1d8b258d-e909-4ab4-9854-0fa61bc446db 2018-12-03 17:55:56,781 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:55:58,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:55:58,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:55:59,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:55: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-ef609f7e-9e48-400f-b538-30814d748b92 x-compute-request-id: req-ef609f7e-9e48-400f-b538-30814d748b92 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:55:59,270 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ef609f7e-9e48-400f-b538-30814d748b92 2018-12-03 17:55:59,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.486972093582s 2018-12-03 17:55:59,271 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ef609f7e-9e48-400f-b538-30814d748b92 2018-12-03 17:55:59,275 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:01,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:01,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:02,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1114477-ff78-4c9e-80a1-1086f8ed85f6 x-compute-request-id: req-d1114477-ff78-4c9e-80a1-1086f8ed85f6 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:02,161 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d1114477-ff78-4c9e-80a1-1086f8ed85f6 2018-12-03 17:56:02,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.883805990219s 2018-12-03 17:56:02,162 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d1114477-ff78-4c9e-80a1-1086f8ed85f6 2018-12-03 17:56:02,166 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:04,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:04,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:04,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-612625af-8757-4eb9-b80e-8324da856ba9 x-compute-request-id: req-612625af-8757-4eb9-b80e-8324da856ba9 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:04,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-612625af-8757-4eb9-b80e-8324da856ba9 2018-12-03 17:56:04,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693511962891s 2018-12-03 17:56:04,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-612625af-8757-4eb9-b80e-8324da856ba9 2018-12-03 17:56:04,867 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:06,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:06,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:07,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb29cc65-7d43-4d84-b77a-db39d09c4e79 x-compute-request-id: req-eb29cc65-7d43-4d84-b77a-db39d09c4e79 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:07,373 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eb29cc65-7d43-4d84-b77a-db39d09c4e79 2018-12-03 17:56:07,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.503745079041s 2018-12-03 17:56:07,374 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eb29cc65-7d43-4d84-b77a-db39d09c4e79 2018-12-03 17:56:07,378 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:09,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:09,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:10,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d39f2fc-1a7d-4c17-bab4-8f06a54c1d2f x-compute-request-id: req-4d39f2fc-1a7d-4c17-bab4-8f06a54c1d2f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:10,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4d39f2fc-1a7d-4c17-bab4-8f06a54c1d2f 2018-12-03 17:56:10,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.655049085617s 2018-12-03 17:56:10,036 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4d39f2fc-1a7d-4c17-bab4-8f06a54c1d2f 2018-12-03 17:56:10,039 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:12,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:12,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:12,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b271a86-8cf3-4562-b801-184d7d8dd9ad x-compute-request-id: req-4b271a86-8cf3-4562-b801-184d7d8dd9ad Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:12,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4b271a86-8cf3-4562-b801-184d7d8dd9ad 2018-12-03 17:56:12,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508374929428s 2018-12-03 17:56:12,551 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4b271a86-8cf3-4562-b801-184d7d8dd9ad 2018-12-03 17:56:12,555 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:14,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:14,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:15,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56: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-b076311a-7e99-4d2f-9021-2b5678c19aa7 x-compute-request-id: req-b076311a-7e99-4d2f-9021-2b5678c19aa7 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:15,069 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b076311a-7e99-4d2f-9021-2b5678c19aa7 2018-12-03 17:56:15,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511934995651s 2018-12-03 17:56:15,070 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b076311a-7e99-4d2f-9021-2b5678c19aa7 2018-12-03 17:56:15,074 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:17,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:17,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:17,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89e48d7a-74fe-4e6e-9aef-2af98bd755b0 x-compute-request-id: req-89e48d7a-74fe-4e6e-9aef-2af98bd755b0 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:17,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-89e48d7a-74fe-4e6e-9aef-2af98bd755b0 2018-12-03 17:56:17,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510476827621s 2018-12-03 17:56:17,587 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-89e48d7a-74fe-4e6e-9aef-2af98bd755b0 2018-12-03 17:56:17,591 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:19,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:19,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:20,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56: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-63f4c128-a7cf-498b-9638-184ba2ea76cd x-compute-request-id: req-63f4c128-a7cf-498b-9638-184ba2ea76cd Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:20,100 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-63f4c128-a7cf-498b-9638-184ba2ea76cd 2018-12-03 17:56:20,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506484985352s 2018-12-03 17:56:20,101 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-63f4c128-a7cf-498b-9638-184ba2ea76cd 2018-12-03 17:56:20,105 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:22,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:22,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:22,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17: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-5ac602e5-27b6-4319-821c-4c7935e885ea x-compute-request-id: req-5ac602e5-27b6-4319-821c-4c7935e885ea Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:22,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5ac602e5-27b6-4319-821c-4c7935e885ea 2018-12-03 17:56:22,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361226081848s 2018-12-03 17:56:22,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5ac602e5-27b6-4319-821c-4c7935e885ea 2018-12-03 17:56:22,473 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:24,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:24,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:24,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-225c8213-ad33-4303-8c1f-2e590efd0b11 x-compute-request-id: req-225c8213-ad33-4303-8c1f-2e590efd0b11 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:24,824 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-225c8213-ad33-4303-8c1f-2e590efd0b11 2018-12-03 17:56:24,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.348150968552s 2018-12-03 17:56:24,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-225c8213-ad33-4303-8c1f-2e590efd0b11 2018-12-03 17:56:24,828 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:26,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:26,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:27,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56: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-a31de679-dc1b-46f0-a344-f35e0cdacb3d x-compute-request-id: req-a31de679-dc1b-46f0-a344-f35e0cdacb3d Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:27,204 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a31de679-dc1b-46f0-a344-f35e0cdacb3d 2018-12-03 17:56:27,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373281955719s 2018-12-03 17:56:27,204 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a31de679-dc1b-46f0-a344-f35e0cdacb3d 2018-12-03 17:56:27,208 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:29,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:29,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:29,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56: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-f4443ce0-b5ae-4338-8428-315bc3f7ff07 x-compute-request-id: req-f4443ce0-b5ae-4338-8428-315bc3f7ff07 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:29,892 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f4443ce0-b5ae-4338-8428-315bc3f7ff07 2018-12-03 17:56:29,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.680923938751s 2018-12-03 17:56:29,892 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f4443ce0-b5ae-4338-8428-315bc3f7ff07 2018-12-03 17:56:29,896 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:31,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:31,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:32,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dfd78d82-4663-42d9-bb7d-a5c0d9570a1b x-compute-request-id: req-dfd78d82-4663-42d9-bb7d-a5c0d9570a1b Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:32,441 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dfd78d82-4663-42d9-bb7d-a5c0d9570a1b 2018-12-03 17:56:32,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542532205582s 2018-12-03 17:56:32,442 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dfd78d82-4663-42d9-bb7d-a5c0d9570a1b 2018-12-03 17:56:32,446 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:34,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:34,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:35,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56: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-9ab3a651-f5d4-4595-b2d5-8784ade957e2 x-compute-request-id: req-9ab3a651-f5d4-4595-b2d5-8784ade957e2 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:35,154 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9ab3a651-f5d4-4595-b2d5-8784ade957e2 2018-12-03 17:56:35,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.70534491539s 2018-12-03 17:56:35,154 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9ab3a651-f5d4-4595-b2d5-8784ade957e2 2018-12-03 17:56:35,158 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:37,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:37,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:37,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56: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-34a3324b-968e-47fb-bea3-ef3a223657ae x-compute-request-id: req-34a3324b-968e-47fb-bea3-ef3a223657ae Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:37,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-34a3324b-968e-47fb-bea3-ef3a223657ae 2018-12-03 17:56:37,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.566595077515s 2018-12-03 17:56:37,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-34a3324b-968e-47fb-bea3-ef3a223657ae 2018-12-03 17:56:37,730 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:39,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:39,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:40,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56: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-42caa35f-2401-4eeb-83c8-6bf39b2e38b1 x-compute-request-id: req-42caa35f-2401-4eeb-83c8-6bf39b2e38b1 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:40,098 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-42caa35f-2401-4eeb-83c8-6bf39b2e38b1 2018-12-03 17:56:40,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365973949432s 2018-12-03 17:56:40,099 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-42caa35f-2401-4eeb-83c8-6bf39b2e38b1 2018-12-03 17:56:40,103 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:42,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:42,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:42,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56: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-2c6a78dc-f236-41c2-9b5f-f4c1da4cec86 x-compute-request-id: req-2c6a78dc-f236-41c2-9b5f-f4c1da4cec86 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:42,735 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2c6a78dc-f236-41c2-9b5f-f4c1da4cec86 2018-12-03 17:56:42,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.629983901978s 2018-12-03 17:56:42,736 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2c6a78dc-f236-41c2-9b5f-f4c1da4cec86 2018-12-03 17:56:42,739 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:44,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:44,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:45,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4c5188e-9764-463a-a08e-f0e71f674109 x-compute-request-id: req-f4c5188e-9764-463a-a08e-f0e71f674109 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:45,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f4c5188e-9764-463a-a08e-f0e71f674109 2018-12-03 17:56:45,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541831970215s 2018-12-03 17:56:45,284 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f4c5188e-9764-463a-a08e-f0e71f674109 2018-12-03 17:56:45,288 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:47,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:47,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:47,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d9607e5-99a0-41dd-8277-3d1e74ddb957 x-compute-request-id: req-1d9607e5-99a0-41dd-8277-3d1e74ddb957 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:47,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1d9607e5-99a0-41dd-8277-3d1e74ddb957 2018-12-03 17:56:47,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498651027679s 2018-12-03 17:56:47,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1d9607e5-99a0-41dd-8277-3d1e74ddb957 2018-12-03 17:56:47,794 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:49,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:49,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:50,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e84cdae-fea7-485a-8b6d-c19850cbdb64 x-compute-request-id: req-9e84cdae-fea7-485a-8b6d-c19850cbdb64 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:50,322 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9e84cdae-fea7-485a-8b6d-c19850cbdb64 2018-12-03 17:56:50,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525806903839s 2018-12-03 17:56:50,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9e84cdae-fea7-485a-8b6d-c19850cbdb64 2018-12-03 17:56:50,326 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:52,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:52,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:52,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13d62eb0-3438-4c2d-98ad-d097c8e019af x-compute-request-id: req-13d62eb0-3438-4c2d-98ad-d097c8e019af Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:52,858 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-13d62eb0-3438-4c2d-98ad-d097c8e019af 2018-12-03 17:56:52,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529481172562s 2018-12-03 17:56:52,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-13d62eb0-3438-4c2d-98ad-d097c8e019af 2018-12-03 17:56:52,863 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:54,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:54,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:55,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56: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-9104a59b-f153-4856-800e-5575afc7eed6 x-compute-request-id: req-9104a59b-f153-4856-800e-5575afc7eed6 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:55,350 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9104a59b-f153-4856-800e-5575afc7eed6 2018-12-03 17:56:55,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.483888149261s 2018-12-03 17:56:55,350 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9104a59b-f153-4856-800e-5575afc7eed6 2018-12-03 17:56:55,354 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:57,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:57,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:56:57,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56: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-bb6b67b5-940b-43e7-b1df-ed8ae188adec x-compute-request-id: req-bb6b67b5-940b-43e7-b1df-ed8ae188adec Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:56:57,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bb6b67b5-940b-43e7-b1df-ed8ae188adec 2018-12-03 17:56:57,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.591361045837s 2018-12-03 17:56:57,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bb6b67b5-940b-43e7-b1df-ed8ae188adec 2018-12-03 17:56:57,953 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:56:59,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:56:59,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:00,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:56: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-b9a1a25c-44ea-43d2-8c4a-17f982ec3abf x-compute-request-id: req-b9a1a25c-44ea-43d2-8c4a-17f982ec3abf Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:57:00,489 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b9a1a25c-44ea-43d2-8c4a-17f982ec3abf 2018-12-03 17:57:00,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534147977829s 2018-12-03 17:57:00,490 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b9a1a25c-44ea-43d2-8c4a-17f982ec3abf 2018-12-03 17:57:00,494 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:57:02,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:57:02,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:03,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:57: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-4e0155d7-d946-487a-9cb2-4d785acecd8f x-compute-request-id: req-4e0155d7-d946-487a-9cb2-4d785acecd8f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:57:03,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4e0155d7-d946-487a-9cb2-4d785acecd8f 2018-12-03 17:57:03,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.612941980362s 2018-12-03 17:57:03,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4e0155d7-d946-487a-9cb2-4d785acecd8f 2018-12-03 17:57:03,114 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:57:05,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:57:05,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:05,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:57: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-e4e388cc-ea38-4439-8b52-10db65d09120 x-compute-request-id: req-e4e388cc-ea38-4439-8b52-10db65d09120 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:57:05,644 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e4e388cc-ea38-4439-8b52-10db65d09120 2018-12-03 17:57:05,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528055906296s 2018-12-03 17:57:05,645 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e4e388cc-ea38-4439-8b52-10db65d09120 2018-12-03 17:57:05,648 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:57:07,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:57:07,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:07,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:57: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-d91a4913-20a7-40b4-a4f3-2fe0561d2a82 x-compute-request-id: req-d91a4913-20a7-40b4-a4f3-2fe0561d2a82 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:57:07,998 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d91a4913-20a7-40b4-a4f3-2fe0561d2a82 2018-12-03 17:57:07,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.346546173096s 2018-12-03 17:57:07,998 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d91a4913-20a7-40b4-a4f3-2fe0561d2a82 2018-12-03 17:57:08,002 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:57:10,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:57:10,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:10,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:57: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-4ac24324-4c76-45f7-a6dd-35fedaffcbf6 x-compute-request-id: req-4ac24324-4c76-45f7-a6dd-35fedaffcbf6 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:57:10,489 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4ac24324-4c76-45f7-a6dd-35fedaffcbf6 2018-12-03 17:57:10,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.483993053436s 2018-12-03 17:57:10,489 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4ac24324-4c76-45f7-a6dd-35fedaffcbf6 2018-12-03 17:57:10,493 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:57:12,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:57:12,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:12,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:57:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0990eca6-ddb0-49db-bdaf-71d617837129 x-compute-request-id: req-0990eca6-ddb0-49db-bdaf-71d617837129 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:57:12,972 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0990eca6-ddb0-49db-bdaf-71d617837129 2018-12-03 17:57:12,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.476517915726s 2018-12-03 17:57:12,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0990eca6-ddb0-49db-bdaf-71d617837129 2018-12-03 17:57:12,977 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:57:14,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:57:14,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:15,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c2c1cbd-2c22-459b-b32c-217a7ded8aaf x-compute-request-id: req-1c2c1cbd-2c22-459b-b32c-217a7ded8aaf Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:57:15,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1c2c1cbd-2c22-459b-b32c-217a7ded8aaf 2018-12-03 17:57:15,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501332044601s 2018-12-03 17:57:15,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1c2c1cbd-2c22-459b-b32c-217a7ded8aaf 2018-12-03 17:57:15,485 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:57:17,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:57:17,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:18,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:57:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37cd5cbf-d006-4901-9e7a-43fb6f53b7a1 x-compute-request-id: req-37cd5cbf-d006-4901-9e7a-43fb6f53b7a1 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:57:18,020 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-37cd5cbf-d006-4901-9e7a-43fb6f53b7a1 2018-12-03 17:57:18,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532920122147s 2018-12-03 17:57:18,021 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-37cd5cbf-d006-4901-9e7a-43fb6f53b7a1 2018-12-03 17:57:18,025 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:57:20,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:57:20,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:20,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:57:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71c6df75-edff-4f4d-a73b-b4e0b0947089 x-compute-request-id: req-71c6df75-edff-4f4d-a73b-b4e0b0947089 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:57:20,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-71c6df75-edff-4f4d-a73b-b4e0b0947089 2018-12-03 17:57:20,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522753953934s 2018-12-03 17:57:20,551 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-71c6df75-edff-4f4d-a73b-b4e0b0947089 2018-12-03 17:57:20,555 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:57:22,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:57:22,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:22,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:57: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-ec0fe76e-6209-450c-a9a8-c14aa44d4845 x-compute-request-id: req-ec0fe76e-6209-450c-a9a8-c14aa44d4845 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:57:22,756 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ec0fe76e-6209-450c-a9a8-c14aa44d4845 2018-12-03 17:57:22,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.201052904129s 2018-12-03 17:57:22,757 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ec0fe76e-6209-450c-a9a8-c14aa44d4845 2018-12-03 17:57:22,761 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:57:24,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:57:24,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:25,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:57: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-5e1ea0b4-cca8-4373-81f2-a126538f20d9 x-compute-request-id: req-5e1ea0b4-cca8-4373-81f2-a126538f20d9 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:57:25,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5e1ea0b4-cca8-4373-81f2-a126538f20d9 2018-12-03 17:57:25,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543379068375s 2018-12-03 17:57:25,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5e1ea0b4-cca8-4373-81f2-a126538f20d9 2018-12-03 17:57:25,311 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:57:27,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:57:27,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:27,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:57: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-943b2bab-0e29-42c4-83f1-bd8522cb89fd x-compute-request-id: req-943b2bab-0e29-42c4-83f1-bd8522cb89fd Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-03T17:54:52Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:57:27,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-943b2bab-0e29-42c4-83f1-bd8522cb89fd 2018-12-03 17:57:27,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52774310112s 2018-12-03 17:57:27,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-943b2bab-0e29-42c4-83f1-bd8522cb89fd 2018-12-03 17:57:27,846 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 17:57:29,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 17:57:29,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:30,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:57:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-921cde40-2cba-42bf-b1cf-46f91e8ccb5e x-compute-request-id: req-921cde40-2cba-42bf-b1cf-46f91e8ccb5e Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:57:27.000000", "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:57:27Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 17:57:30,370 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-921cde40-2cba-42bf-b1cf-46f91e8ccb5e 2018-12-03 17:57:30,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522058010101s 2018-12-03 17:57:30,371 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-921cde40-2cba-42bf-b1cf-46f91e8ccb5e 2018-12-03 17:57:30,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-03 17:57:30,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=853c646d-51b1-45b3-8a03-ffdc2b08a8ff" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:30,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-e96753b3-acbb-4af3-ba45-4dd211814e61 Date: Mon, 03 Dec 2018 17:57:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:57:27Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1f386006-abd7-48d1-8873-ac38caeed233","ip_address":"192.168.120.6"}],"id":"0fc1b87f-f745-4c23-84ac-68eff652e65d","security_groups":["afa4f896-bcb5-4bd8-9f91-fe28a173b46a"],"mac_address":"fa:16:3e:07:4f:58","project_id":"94ea7fdc32464fee85b82dd37692973c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e25f27fd-66d9-4945-ad43-38e7daecd03d","tenant_id":"94ea7fdc32464fee85b82dd37692973c","created_at":"2018-12-03T17:54:53Z","binding:vnic_type":"normal","device_id":"853c646d-51b1-45b3-8a03-ffdc2b08a8ff"}]} 2018-12-03 17:57:30,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=853c646d-51b1-45b3-8a03-ffdc2b08a8ff used request id req-e96753b3-acbb-4af3-ba45-4dd211814e61 2018-12-03 17:57:30,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0627980232239s 2018-12-03 17:57:30,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=853c646d-51b1-45b3-8a03-ffdc2b08a8ff used request id req-e96753b3-acbb-4af3-ba45-4dd211814e61 2018-12-03 17:57:30,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 17:57:30,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=0fc1b87f-f745-4c23-84ac-68eff652e65d" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:30,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e8bcfbe1-ab95-4cdd-b3cc-accacb008b6f Date: Mon, 03 Dec 2018 17:57:30 GMT RESP BODY: {"floatingips": []} 2018-12-03 17:57:30,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=0fc1b87f-f745-4c23-84ac-68eff652e65d used request id req-e8bcfbe1-ab95-4cdd-b3cc-accacb008b6f 2018-12-03 17:57:30,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0185930728912s 2018-12-03 17:57:30,463 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=0fc1b87f-f745-4c23-84ac-68eff652e65d used request id req-e8bcfbe1-ab95-4cdd-b3cc-accacb008b6f 2018-12-03 17:57:30,463 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:07:4f:58', 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'dfe3b012-a210-4dbc-a102-8800c438d164'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-03T17:57:27.000000', 'flavor': Munch({u'id': u'58e65216-9388-47fe-934f-2c3ff737efd5'}), 'az': u'nova', 'id': u'853c646d-51b1-45b3-8a03-ffdc2b08a8ff', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'12f3bf84bda24a68b09fc41887168043', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'94ea7fdc32464fee85b82dd37692973c', 'name': 'vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658', '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-12-03T17:57:27.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-03T17:57:27Z', 'hostId': u'fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562', '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-12-03T17:57:27.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'94ea7fdc32464fee85b82dd37692973c', 'name': u'vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658', 'adminPass': u'VfoL9PnoKAtU', 'tenant_id': u'94ea7fdc32464fee85b82dd37692973c', 'region': 'regionOne', 'created': u'2018-12-03T17:54:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-03 17:57:30,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 17:57:30,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:30,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-8a847721-77e8-4489-966a-fc88b6d9e254 Date: Mon, 03 Dec 2018 17:57:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1f386006-abd7-48d1-8873-ac38caeed233"],"updated_at":"2018-12-03T17:52:59Z","tenant_id":"94ea7fdc32464fee85b82dd37692973c","created_at":"2018-12-03T17:52:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94ea7fdc32464fee85b82dd37692973c","id":"e25f27fd-66d9-4945-ad43-38e7daecd03d","name":"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 17:57:30,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8a847721-77e8-4489-966a-fc88b6d9e254 2018-12-03 17:57:30,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110487937927s 2018-12-03 17:57:30,577 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8a847721-77e8-4489-966a-fc88b6d9e254 2018-12-03 17:57:30,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-03 17:57:30,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=853c646d-51b1-45b3-8a03-ffdc2b08a8ff" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:30,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-9bf7a84b-c34b-42d8-b9c0-90d71c0b9d27 Date: Mon, 03 Dec 2018 17:57:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-03T17:57:27Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1f386006-abd7-48d1-8873-ac38caeed233","ip_address":"192.168.120.6"}],"id":"0fc1b87f-f745-4c23-84ac-68eff652e65d","security_groups":["afa4f896-bcb5-4bd8-9f91-fe28a173b46a"],"mac_address":"fa:16:3e:07:4f:58","project_id":"94ea7fdc32464fee85b82dd37692973c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e25f27fd-66d9-4945-ad43-38e7daecd03d","tenant_id":"94ea7fdc32464fee85b82dd37692973c","created_at":"2018-12-03T17:54:53Z","binding:vnic_type":"normal","device_id":"853c646d-51b1-45b3-8a03-ffdc2b08a8ff"}]} 2018-12-03 17:57:30,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=853c646d-51b1-45b3-8a03-ffdc2b08a8ff used request id req-9bf7a84b-c34b-42d8-b9c0-90d71c0b9d27 2018-12-03 17:57:30,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0646698474884s 2018-12-03 17:57:30,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=853c646d-51b1-45b3-8a03-ffdc2b08a8ff used request id req-9bf7a84b-c34b-42d8-b9c0-90d71c0b9d27 2018-12-03 17:57:30,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-12-03 17:57:30,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -d '{"floatingip": {"floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.6", "port_id": "0fc1b87f-f745-4c23-84ac-68eff652e65d"}}' 2018-12-03 17:57:32,506 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-112974b7-4a0d-4819-a7cd-d2e4fbe9c984 Date: Mon, 03 Dec 2018 17:57:32 GMT RESP BODY: {"floatingip": {"router_id": "63e1129e-8036-4a75-9c35-8504c7c50fdd", "status": "DOWN", "description": "", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:57:31Z", "updated_at": "2018-12-03T17:57:31Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "94ea7fdc32464fee85b82dd37692973c", "port_id": "0fc1b87f-f745-4c23-84ac-68eff652e65d", "id": "4a3e730f-109a-43b1-b930-3ccc84e9e227"}} 2018-12-03 17:57:32,506 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-112974b7-4a0d-4819-a7cd-d2e4fbe9c984 2018-12-03 17:57:32,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.86219120026s 2018-12-03 17:57:32,507 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-112974b7-4a0d-4819-a7cd-d2e4fbe9c984 2018-12-03 17:57:32,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 17:57:32,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:32,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-857ab1fc-41dd-4c6e-8d3c-229be80fe36c Date: Mon, 03 Dec 2018 17:57:32 GMT RESP BODY: {"floatingips": [{"router_id": "63e1129e-8036-4a75-9c35-8504c7c50fdd", "status": "DOWN", "description": "", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:57:31Z", "updated_at": "2018-12-03T17:57:31Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "94ea7fdc32464fee85b82dd37692973c", "port_id": "0fc1b87f-f745-4c23-84ac-68eff652e65d", "id": "4a3e730f-109a-43b1-b930-3ccc84e9e227"}]} 2018-12-03 17:57:32,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-857ab1fc-41dd-4c6e-8d3c-229be80fe36c 2018-12-03 17:57:32,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.035227060318s 2018-12-03 17:57:32,550 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-857ab1fc-41dd-4c6e-8d3c-229be80fe36c 2018-12-03 17:57:32,555 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-03 17:57:32,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 17:57:32,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:32,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-56db053c-d8c9-46fc-a860-c6e864dc647c Date: Mon, 03 Dec 2018 17:57:32 GMT RESP BODY: {"floatingips": [{"router_id": "63e1129e-8036-4a75-9c35-8504c7c50fdd", "status": "DOWN", "description": "", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:57:31Z", "updated_at": "2018-12-03T17:57:31Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "94ea7fdc32464fee85b82dd37692973c", "port_id": "0fc1b87f-f745-4c23-84ac-68eff652e65d", "id": "4a3e730f-109a-43b1-b930-3ccc84e9e227"}]} 2018-12-03 17:57:32,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-56db053c-d8c9-46fc-a860-c6e864dc647c 2018-12-03 17:57:32,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.022490978241s 2018-12-03 17:57:32,683 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-56db053c-d8c9-46fc-a860-c6e864dc647c 2018-12-03 17:57:32,686 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-03 17:57:32,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 17:57:32,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:32,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-e23662fc-09e8-4e31-a322-dc94c9fdba62 Date: Mon, 03 Dec 2018 17:57:32 GMT RESP BODY: {"floatingips": [{"router_id": "63e1129e-8036-4a75-9c35-8504c7c50fdd", "status": "DOWN", "description": "", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:57:31Z", "updated_at": "2018-12-03T17:57:31Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "94ea7fdc32464fee85b82dd37692973c", "port_id": "0fc1b87f-f745-4c23-84ac-68eff652e65d", "id": "4a3e730f-109a-43b1-b930-3ccc84e9e227"}]} 2018-12-03 17:57:32,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-e23662fc-09e8-4e31-a322-dc94c9fdba62 2018-12-03 17:57:32,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.021479845047s 2018-12-03 17:57:32,814 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-e23662fc-09e8-4e31-a322-dc94c9fdba62 2018-12-03 17:57:32,817 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-03 17:57:32,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 17:57:32,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:32,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-400d55c9-cff2-45ec-a436-a2c22b32dbf4 Date: Mon, 03 Dec 2018 17:57:32 GMT RESP BODY: {"floatingips": [{"router_id": "63e1129e-8036-4a75-9c35-8504c7c50fdd", "status": "DOWN", "description": "", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:57:31Z", "updated_at": "2018-12-03T17:57:31Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "94ea7fdc32464fee85b82dd37692973c", "port_id": "0fc1b87f-f745-4c23-84ac-68eff652e65d", "id": "4a3e730f-109a-43b1-b930-3ccc84e9e227"}]} 2018-12-03 17:57:32,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-400d55c9-cff2-45ec-a436-a2c22b32dbf4 2018-12-03 17:57:32,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0334758758545s 2018-12-03 17:57:32,957 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-400d55c9-cff2-45ec-a436-a2c22b32dbf4 2018-12-03 17:57:32,960 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-03 17:57:33,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 17:57:33,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:57:33,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-2b60279e-11c2-4030-b503-3591c0b85780 Date: Mon, 03 Dec 2018 17:57:33 GMT RESP BODY: {"floatingips": [{"router_id": "63e1129e-8036-4a75-9c35-8504c7c50fdd", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:57:31Z", "updated_at": "2018-12-03T17:57:31Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "94ea7fdc32464fee85b82dd37692973c", "port_id": "0fc1b87f-f745-4c23-84ac-68eff652e65d", "id": "4a3e730f-109a-43b1-b930-3ccc84e9e227"}]} 2018-12-03 17:57:33,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-2b60279e-11c2-4030-b503-3591c0b85780 2018-12-03 17:57:33,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0225071907043s 2018-12-03 17:57:33,088 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-2b60279e-11c2-4030-b503-3591c0b85780 2018-12-03 17:57:33,091 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'63e1129e-8036-4a75-9c35-8504c7c50fdd', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'94ea7fdc32464fee85b82dd37692973c', 'created_at': u'2018-12-03T17:57:31Z', 'attached': True, 'updated_at': u'2018-12-03T17:57:31Z', 'id': u'4a3e730f-109a-43b1-b930-3ccc84e9e227', 'floating_network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'94ea7fdc32464fee85b82dd37692973c', 'name': 'vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'63e1129e-8036-4a75-9c35-8504c7c50fdd', 'project_id': u'94ea7fdc32464fee85b82dd37692973c', 'port_id': u'0fc1b87f-f745-4c23-84ac-68eff652e65d', 'port': u'0fc1b87f-f745-4c23-84ac-68eff652e65d', 'network': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2'}) 2018-12-03 17:57:33,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-03 17:57:33,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff/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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 17:57:35,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:57:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35c8bc00-8687-4be1-bc53-b4c0440f0287 x-compute-request-id: req-35c8bc00-8687-4be1-bc53-b4c0440f0287 Content-Encoding: gzip Content-Length: 11145 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 1832599583 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.295598] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.297779] pid_max: default: 32768 minimum: 301\n[ 0.298952] Security Framework initialized\n[ 0.300037] SELinux: Initializing.\n[ 0.301308] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.305795] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.308555] Mount-cache hash table entries: 4096\n[ 0.309958] Initializing cgroup subsys memory\n[ 0.311100] Initializing cgroup subsys devices\n[ 0.312237] Initializing cgroup subsys freezer\n[ 0.313374] Initializing cgroup subsys net_cls\n[ 0.314501] Initializing cgroup subsys blkio\n[ 0.315600] Initializing cgroup subsys perf_event\n[ 0.316764] Initializing cgroup subsys hugetlb\n[ 0.317891] Initializing cgroup subsys pids\n[ 0.318977] Initializing cgroup subsys net_prio\n[ 0.320187] CPU: Physical Processor ID: 0\n[ 0.321956] mce: CPU supports 10 MCE banks\n[ 0.323072] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.324347] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.325605] tlb_flushall_shift: 6\n[ 0.326770] Freeing SMP alternatives: 28k freed\n[ 0.330689] ACPI: Core revision 20130517\n[ 0.332157] ACPI: All ACPI Tables successfully acquired\n[ 0.333584] ftrace: allocating 25812 entries in 101 pages\n[ 0.355659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.357145] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.358595] smpboot: Max logical packages: 2\n[ 0.359869] Enabling x2apic\n[ 0.360756] Enabled x2apic\n[ 0.361823] Switched APIC routing to physical x2apic.\n[ 0.363984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.365527] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.368233] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.375597] KVM setup paravirtual spinlock\n[ 0.377905] smpboot: Booting Node 0, Processors #1 OK\n[ 0.379588] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.401496] Brought up 2 CPUs\n[ 0.401499] KVM setup async PF for cpu 1\n[ 0.401502] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.404620] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.406750] devtmpfs: initialized\n[ 0.409530] EVM: security.selinux\n[ 0.410499] EVM: security.ima\n[ 0.411408] EVM: security.capability\n[ 0.413045] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.414574] pinctrl core: initialized pinctrl subsystem\n[ 0.415945] NET: Registered protocol family 16\n[ 0.417271] ACPI: bus type PCI registered\n[ 0.418346] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.419857] PCI: Using configuration type 1 for base access\n[ 0.424541] ACPI: Added _OSI(Module Device)\n[ 0.425658] ACPI: Added _OSI(Processor Device)\n[ 0.426780] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.427944] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.430760] ACPI: Interpreter enabled\n[ 0.431797] ACPI: (supports S0 S5)\n[ 0.432755] ACPI: Using IOAPIC for interrupt routing\n[ 0.433957] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.437845] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.439232] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.440863] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.442308] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.445013] acpiphp: Slot [3] registered\n[ 0.446073] acpiphp: Slot [4] registered\n[ 0.447131] acpiphp: Slot [5] registered\n[ 0.448196] acpiphp: Slot [6] registered\n[ 0.449247] acpiphp: Slot [7] registered\n[ 0.450296] acpiphp: Slot [8] registered\n[ 0.451355] acpiphp: Slot [9] registered\n[ 0.452406] acpiphp: Slot [10] registered\n[ 0.453467] acpiphp: Slot [11] registered\n[ 0.454528] acpiphp: Slot [12] registered\n[ 0.455597] acpiphp: Slot [13] registered\n[ 0.456658] acpiphp: Slot [14] registered\n[ 0.457717] acpiphp: Slot [15] registered\n[ 0.458778] acpiphp: Slot [16] registered\n[ 0.459842] acpiphp: Slot [17] registered\n[ 0.460905] acpiphp: Slot [18] registered\n[ 0.461965] acpiphp: Slot [19] registered\n[ 0.463029] acpiphp: Slot [20] registered\n[ 0.464093] acpiphp: Slot [21] registered\n[ 0.465153] acpiphp: Slot [22] registered\n[ 0.466218] acpiphp: Slot [23] registered\n[ 0.467276] acpiphp: Slot [24] registered\n[ 0.468341] acpiphp: Slot [25] registered\n[ 0.469404] acpiphp: Slot [26] registered\n[ 0.470469] acpiphp: Slot [27] registered\n[ 0.471530] acpiphp: Slot [28] registered\n[ 0.472588] acpiphp: Slot [29] registered\n[ 0.473647] acpiphp: Slot [30] registered\n[ 0.474704] acpiphp: Slot [31] registered\n[ 0.475756] PCI host bridge to bus 0000:00\n[ 0.476813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.478069] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.479522] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.480973] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.482916] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.490717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.492235] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.493649] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.495153] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.501965] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.503896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.554129] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.557276] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.558939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.560608] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.562262] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.563807] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.565388] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.567436] vgaarb: loaded\n[ 0.568287] vgaarb: bridge control possible 0000:00:02.0\n[ 0.569654] SCSI subsystem initialized\n[ 0.570703] ACPI: bus type USB registered\n[ 0.571777] usbcore: registered new interface driver usbfs\n[ 0.573067] usbcore: registered new interface driver hub\n[ 0.574348] usbcore: registered new device driver usb\n[ 0.575694] PCI: Using ACPI for IRQ routing\n[ 0.577058] NetLabel: Initializing\n[ 0.578036] NetLabel: domain hash size = 128\n[ 0.579135] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.580353] NetLabel: unlabeled traffic allowed by default\n[ 0.581730] Switched to clocksource kvm-clock\n[ 0.589052] pnp: PnP ACPI init\n[ 0.589985] ACPI: bus type PNP registered\n[ 0.591374] pnp: PnP ACPI: found 5 devices\n[ 0.592449] ACPI: bus type PNP unregistered\n[ 0.599533] NET: Registered protocol family 2\n[ 0.600896] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.603008] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.604720] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.606224] TCP: reno registered\n[ 0.607167] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.608563] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.610109] NET: Registered protocol family 1\n[ 0.611298] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.612673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.614019] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.633907] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.653657] Unpacking initramfs...\n[ 1.073093] Freeing initrd memory: 37508k freed\n[ 1.082147] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.083680] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.099419] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.100916] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.102620] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.104041] Initialise system trusted keyring\n[ 1.105196] audit: initializing netlink socket (disabled)\n[ 1.106484] type=2000 audit(1543859850.118:1): initialized\n[ 1.123189] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.124631] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.126863] zpool: loaded\n[ 1.127741] zbud: loaded\n[ 1.128762] VFS: Disk quotas dquot_6.5.2\n[ 1.129856] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.131440] msgmni has been set to 7578\n[ 1.132553] Key type big_key registered\n[ 1.134281] NET: Registered protocol family 38\n[ 1.135440] Key type asymmetric registered\n[ 1.136524] Asymmetric key parser 'x509' registered\n[ 1.137745] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.139800] io scheduler noop registered\n[ 1.140871] io scheduler deadline registered (default)\n[ 1.142124] io scheduler cfq registered\n[ 1.143265] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.154268] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.155826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.157809] ACPI: Power Button [PWRF]\n[ 1.158917] GHES: HEST is not enabled!\n[ 1.160007] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.184589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.186249] Non-volatile memory driver v1.3\n[ 1.187360] Linux agpgart interface v0.103\n[ 1.188534] crash memory driver: version 1.1\n[ 1.189699] rdac: device handler registered\n[ 1.190880] hp_sw: device handler registered\n[ 1.192004] emc: device handler registered\n[ 1.193089] alua: device handler registered\n[ 1.194210] libphy: Fixed MDIO Bus: probed\n[ 1.195338] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.196799] ehci-pci: EHCI PCI platform driver\n[ 1.197936] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.199345] ohci-pci: OHCI PCI platform driver\n[ 1.200487] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.220588] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.221882] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.223883] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.225153] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.226557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.228050] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.229996] usb usb1: Product: UHCI Host Controller\n[ 1.231266] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.232804] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.234032] hub 1-0:1.0: USB hub found\n[ 1.235088] hub 1-0:1.0: 2 ports detected\n[ 1.236302] usbcore: registered new interface driver usbserial\n[ 1.237666] usbcore: registered new interface driver usbserial_generic\n[ 1.239127] usbserial: USB Serial support registered for generic\n[ 1.240517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.243220] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.244443] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.245784] mousedev: PS/2 mouse device common for all mice\n[ 1.247356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.249982] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.251827] rtc_cmos 00:00: RTC can wake from S4\n[ 1.252024] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.252122] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.252158] cpuidle: using governor menu\n[ 1.252220] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.252289] usbcore: registered new interface driver usbhid\n[ 1.252291] usbhid: USB HID core driver\n[ 1.252333] drop_monitor: Initializing network drop monitor service\n[ 1.252376] TCP: cubic registered\n[ 1.252378] Initializing XFRM netlink socket\n[ 1.252444] NET: Registered protocol family 10\n[ 1.254762] NET: Registered protocol family 17\n[ 1.256074] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.256078] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.256099] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.256159] Loading compiled-in X.509 certificates\n[ 1.256187] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.256199] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.256505] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.256526] registered taskstats version 1\n[ 1.260323] Key type trusted registered\n[ 1.261525] Key type encrypted registered\n[ 1.262684] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.263060] rtc_cmos 00:00: setting system clock to 2018-12-03 17:57:29 UTC (1543859849)\n[ 1.286063] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.288522] Freeing unused kernel memory: 1680k freed\n[ 1.292867] 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.296797] systemd[1]: Detected virtualization kvm.\n[ 1.298014] systemd[1]: Detected architecture x86-64.\n[ 1.299236] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.301526] systemd[1]: No hostname configured.\n[ 1.302673] systemd[1]: Set hostname to .\n[ 1.303922] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.328333] systemd[1]: Reached target Local File Systems.\n[ 1.329633] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.331677] systemd[1]: Created slice Root Slice.\n[ 1.332853] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.334797] systemd[1]: Listening on Journal Socket.\n[ 1.336014] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.338029] systemd[1]: Listening on udev Kernel Socket.\n[ 1.339293] systemd[1]: Starting udev Kernel Socket.\n[ 1.340533] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.342587] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.345366] systemd[1]: Reached target Paths.\n[ 1.346498] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.348347] systemd[1]: Created slice System Slice.\n[ 1.349548] systemd[1]: Starting System Slice.\n[ 1.351043] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.353180] 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.357224] systemd[1]: Reached target Slices.\n[ 1.358372] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Swap.\n[ 1.360167] systemd[1]: Reached target Swap.\n[ 1.361281] systemd[1]: Starting Swap.\n[ 1.362599] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Timers.\n[ 1.365262] systemd[1]: Reached target Timers.\n[ 1.366401] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.368328] systemd[1]: Listening on udev Control Socket.\n[ 1.369598] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.371549] systemd[1]: Reached target Sockets.\n[ 1.372693] systemd[1]: Starting Sockets.\n[ 1.374059] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.377083] 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.430537] RPC: Registered named UNIX socket transport module.\n[ 1.431937] RPC: Registered udp transport module.\n[ 1.433102] RPC: Registered tcp transport module.\n[ 1.434270] 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.522047] FDC 0 is a S82078B\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.537747] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.552534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.555508] scsi host0: ata_piix\n[ 1.556575] scsi host1: ata_piix\n[ 1.557561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.559036] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.597913] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.602676] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.688128] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.689637] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.691190] usb 1-1: Product: QEMU USB Tablet\n[ 1.692328] usb 1-1: Manufacturer: QEMU\n[ 1.693391] usb 1-1: SerialNumber: 42\n[ 1.703262] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.705801] 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.787996] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.790145] XFS (vda1): Mounting V4 Filesystem\n[ 1.928992] 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[ 2.101836] tsc: Refined TSC clocksource calibration: 3491.910 MHz\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 System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.156077] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.215245] SELinux: Disabled at runtime.\n[ 2.250741] type=1404 audit(1543859850.487:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.287711] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.289067] 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 Debug File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\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 Huge Pages File System...\n Mounting NFSD configuration filesystem...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n[ 2.640547] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Configure read-only root support.\n[ 2.706602] systemd-journald[396]: 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] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Setup Virtual Console.\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 Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 2.845212] type=1305 audit(1543859851.081:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Timers.\n[ 3.034956] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.[ 3.039919] input: PC Speaker as /devices/platform/pcspkr/input/input5\n\n Starting Login Service...\n Starting NTP client/server...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.057987] [drm] Initialized drm 1.1.0 20060810\n[ 3.072272] ppdev: user-space parallel port driver\n[ 3.075126] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.076596] [TTM] Initializing pool allocator\n[ 3.077836] [TTM] Initializing DMA pool allocator\n[ 3.079550] [drm] fb mappable at 0xFC000000\n[ 3.080744] [drm] vram aper at 0xFC000000\n[ 3.082079] [drm] size 33554432\n[ 3.082080] [drm] fb depth is 24\n[ 3.082080] [drm] pitch is 3072\n[ 3.112748] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.130791] Console: switching to colour frame buffer device 128x48\n[ 3.140816] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 3.148745] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Initial cloud-init job (pre-networking)...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...[ 3.198929] AES CTR mode by8 optimization enabled\n\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[ 3.214693] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.219718] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.249254] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.280062] intel_rapl: no valid rapl domains found in package 0\n[ 3.289575] intel_powerclamp: No package C-state available\n[ 3.295885] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.661970] cloud-init[504]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 03 Dec 2018 17:57:32 +0000. Up 3.63 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 Initial cloud-init job (metadata service crawler)...\n Starting OpenSSH server daemon...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n"} 2018-12-03 17:57:35,205 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff/action used request id req-35c8bc00-8687-4be1-bc53-b4c0440f0287 2018-12-03 17:57:35,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.11324286461s 2018-12-03 17:57:35,206 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff/action used request id req-35c8bc00-8687-4be1-bc53-b4c0440f0287 2018-12-03 17:57:35,207 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 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 1832599583 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.295598] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.297779] pid_max: default: 32768 minimum: 301 [ 0.298952] Security Framework initialized [ 0.300037] SELinux: Initializing. [ 0.301308] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.305795] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.308555] Mount-cache hash table entries: 4096 [ 0.309958] Initializing cgroup subsys memory [ 0.311100] Initializing cgroup subsys devices [ 0.312237] Initializing cgroup subsys freezer [ 0.313374] Initializing cgroup subsys net_cls [ 0.314501] Initializing cgroup subsys blkio [ 0.315600] Initializing cgroup subsys perf_event [ 0.316764] Initializing cgroup subsys hugetlb [ 0.317891] Initializing cgroup subsys pids [ 0.318977] Initializing cgroup subsys net_prio [ 0.320187] CPU: Physical Processor ID: 0 [ 0.321956] mce: CPU supports 10 MCE banks [ 0.323072] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.324347] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.325605] tlb_flushall_shift: 6 [ 0.326770] Freeing SMP alternatives: 28k freed [ 0.330689] ACPI: Core revision 20130517 [ 0.332157] ACPI: All ACPI Tables successfully acquired [ 0.333584] ftrace: allocating 25812 entries in 101 pages [ 0.355659] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.357145] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.358595] smpboot: Max logical packages: 2 [ 0.359869] Enabling x2apic [ 0.360756] Enabled x2apic [ 0.361823] Switched APIC routing to physical x2apic. [ 0.363984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.365527] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.368233] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.375597] KVM setup paravirtual spinlock [ 0.377905] smpboot: Booting Node 0, Processors #1 OK [ 0.379588] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.401496] Brought up 2 CPUs [ 0.401499] KVM setup async PF for cpu 1 [ 0.401502] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.404620] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.406750] devtmpfs: initialized [ 0.409530] EVM: security.selinux [ 0.410499] EVM: security.ima [ 0.411408] EVM: security.capability [ 0.413045] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.414574] pinctrl core: initialized pinctrl subsystem [ 0.415945] NET: Registered protocol family 16 [ 0.417271] ACPI: bus type PCI registered [ 0.418346] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.419857] PCI: Using configuration type 1 for base access [ 0.424541] ACPI: Added _OSI(Module Device) [ 0.425658] ACPI: Added _OSI(Processor Device) [ 0.426780] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.427944] ACPI: Added _OSI(Processor Aggregator Device) [ 0.430760] ACPI: Interpreter enabled [ 0.431797] ACPI: (supports S0 S5) [ 0.432755] ACPI: Using IOAPIC for interrupt routing [ 0.433957] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.437845] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.439232] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.440863] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.442308] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.445013] acpiphp: Slot [3] registered [ 0.446073] acpiphp: Slot [4] registered [ 0.447131] acpiphp: Slot [5] registered [ 0.448196] acpiphp: Slot [6] registered [ 0.449247] acpiphp: Slot [7] registered [ 0.450296] acpiphp: Slot [8] registered [ 0.451355] acpiphp: Slot [9] registered [ 0.452406] acpiphp: Slot [10] registered [ 0.453467] acpiphp: Slot [11] registered [ 0.454528] acpiphp: Slot [12] registered [ 0.455597] acpiphp: Slot [13] registered [ 0.456658] acpiphp: Slot [14] registered [ 0.457717] acpiphp: Slot [15] registered [ 0.458778] acpiphp: Slot [16] registered [ 0.459842] acpiphp: Slot [17] registered [ 0.460905] acpiphp: Slot [18] registered [ 0.461965] acpiphp: Slot [19] registered [ 0.463029] acpiphp: Slot [20] registered [ 0.464093] acpiphp: Slot [21] registered [ 0.465153] acpiphp: Slot [22] registered [ 0.466218] acpiphp: Slot [23] registered [ 0.467276] acpiphp: Slot [24] registered [ 0.468341] acpiphp: Slot [25] registered [ 0.469404] acpiphp: Slot [26] registered [ 0.470469] acpiphp: Slot [27] registered [ 0.471530] acpiphp: Slot [28] registered [ 0.472588] acpiphp: Slot [29] registered [ 0.473647] acpiphp: Slot [30] registered [ 0.474704] acpiphp: Slot [31] registered [ 0.475756] PCI host bridge to bus 0000:00 [ 0.476813] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.478069] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.479522] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.480973] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.482916] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.490717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.492235] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.493649] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.495153] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.501965] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.503896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.554129] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.557276] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.558939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.560608] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.562262] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.563807] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.565388] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.567436] vgaarb: loaded [ 0.568287] vgaarb: bridge control possible 0000:00:02.0 [ 0.569654] SCSI subsystem initialized [ 0.570703] ACPI: bus type USB registered [ 0.571777] usbcore: registered new interface driver usbfs [ 0.573067] usbcore: registered new interface driver hub [ 0.574348] usbcore: registered new device driver usb [ 0.575694] PCI: Using ACPI for IRQ routing [ 0.577058] NetLabel: Initializing [ 0.578036] NetLabel: domain hash size = 128 [ 0.579135] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.580353] NetLabel: unlabeled traffic allowed by default [ 0.581730] Switched to clocksource kvm-clock [ 0.589052] pnp: PnP ACPI init [ 0.589985] ACPI: bus type PNP registered [ 0.591374] pnp: PnP ACPI: found 5 devices [ 0.592449] ACPI: bus type PNP unregistered [ 0.599533] NET: Registered protocol family 2 [ 0.600896] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.603008] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.604720] TCP: Hash tables configured (established 32768 bind 32768) [ 0.606224] TCP: reno registered [ 0.607167] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.608563] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.610109] NET: Registered protocol family 1 [ 0.611298] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.612673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.614019] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.633907] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.653657] Unpacking initramfs... [ 1.073093] Freeing initrd memory: 37508k freed [ 1.082147] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.083680] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.099419] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.100916] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.102620] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.104041] Initialise system trusted keyring [ 1.105196] audit: initializing netlink socket (disabled) [ 1.106484] type=2000 audit(1543859850.118:1): initialized [ 1.123189] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.124631] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.126863] zpool: loaded [ 1.127741] zbud: loaded [ 1.128762] VFS: Disk quotas dquot_6.5.2 [ 1.129856] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.131440] msgmni has been set to 7578 [ 1.132553] Key type big_key registered [ 1.134281] NET: Registered protocol family 38 [ 1.135440] Key type asymmetric registered [ 1.136524] Asymmetric key parser 'x509' registered [ 1.137745] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.139800] io scheduler noop registered [ 1.140871] io scheduler deadline registered (default) [ 1.142124] io scheduler cfq registered [ 1.143265] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.154268] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.155826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.157809] ACPI: Power Button [PWRF] [ 1.158917] GHES: HEST is not enabled! [ 1.160007] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.184589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.186249] Non-volatile memory driver v1.3 [ 1.187360] Linux agpgart interface v0.103 [ 1.188534] crash memory driver: version 1.1 [ 1.189699] rdac: device handler registered [ 1.190880] hp_sw: device handler registered [ 1.192004] emc: device handler registered [ 1.193089] alua: device handler registered [ 1.194210] libphy: Fixed MDIO Bus: probed [ 1.195338] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.196799] ehci-pci: EHCI PCI platform driver [ 1.197936] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.199345] ohci-pci: OHCI PCI platform driver [ 1.200487] uhci_hcd: USB Universal Host Controller Interface driver [ 1.220588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.221882] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.223883] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.225153] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.226557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.228050] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.229996] usb usb1: Product: UHCI Host Controller [ 1.231266] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.232804] usb usb1: SerialNumber: 0000:00:01.2 [ 1.234032] hub 1-0:1.0: USB hub found [ 1.235088] hub 1-0:1.0: 2 ports detected [ 1.236302] usbcore: registered new interface driver usbserial [ 1.237666] usbcore: registered new interface driver usbserial_generic [ 1.239127] usbserial: USB Serial support registered for generic [ 1.240517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.243220] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.244443] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.245784] mousedev: PS/2 mouse device common for all mice [ 1.247356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.249982] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.251827] rtc_cmos 00:00: RTC can wake from S4 [ 1.252024] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.252122] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.252158] cpuidle: using governor menu [ 1.252220] hidraw: raw HID events driver (C) Jiri Kosina [ 1.252289] usbcore: registered new interface driver usbhid [ 1.252291] usbhid: USB HID core driver [ 1.252333] drop_monitor: Initializing network drop monitor service [ 1.252376] TCP: cubic registered [ 1.252378] Initializing XFRM netlink socket [ 1.252444] NET: Registered protocol family 10 [ 1.254762] NET: Registered protocol family 17 [ 1.256074] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.256078] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.256099] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.256159] Loading compiled-in X.509 certificates [ 1.256187] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.256199] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.256505] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.256526] registered taskstats version 1 [ 1.260323] Key type trusted registered [ 1.261525] Key type encrypted registered [ 1.262684] IMA: No TPM chip found, activating TPM-bypass! [ 1.263060] rtc_cmos 00:00: setting system clock to 2018-12-03 17:57:29 UTC (1543859849) [ 1.286063] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.288522] Freeing unused kernel memory: 1680k freed [ 1.292867] 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.296797] systemd[1]: Detected virtualization kvm. [ 1.298014] systemd[1]: Detected architecture x86-64. [ 1.299236] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.301526] systemd[1]: No hostname configured. [ 1.302673] systemd[1]: Set hostname to . [ 1.303922] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.328333] systemd[1]: Reached target Local File Systems. [ 1.329633] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.331677] systemd[1]: Created slice Root Slice. [ 1.332853] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.334797] systemd[1]: Listening on Journal Socket. [ 1.336014] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.338029] systemd[1]: Listening on udev Kernel Socket. [ 1.339293] systemd[1]: Starting udev Kernel Socket. [ 1.340533] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.342587] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.345366] systemd[1]: Reached target Paths. [ 1.346498] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.348347] systemd[1]: Created slice System Slice. [ 1.349548] systemd[1]: Starting System Slice. [ 1.351043] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.353180] 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.357224] systemd[1]: Reached target Slices. [ 1.358372] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Swap. [ 1.360167] systemd[1]: Reached target Swap. [ 1.361281] systemd[1]: Starting Swap. [ 1.362599] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Timers. [ 1.365262] systemd[1]: Reached target Timers. [ 1.366401] systemd[1]: Starting Timers. [[32m OK [0m] Listening on udev Control Socket. [ 1.368328] systemd[1]: Listening on udev Control Socket. [ 1.369598] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.371549] systemd[1]: Reached target Sockets. [ 1.372693] systemd[1]: Starting Sockets. [ 1.374059] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.377083] 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.430537] RPC: Registered named UNIX socket transport module. [ 1.431937] RPC: Registered udp transport module. [ 1.433102] RPC: Registered tcp transport module. [ 1.434270] 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.522047] FDC 0 is a S82078B [[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.537747] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.552534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.555508] scsi host0: ata_piix [ 1.556575] scsi host1: ata_piix [ 1.557561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.559036] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.597913] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.602676] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.688128] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.689637] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.691190] usb 1-1: Product: QEMU USB Tablet [ 1.692328] usb 1-1: Manufacturer: QEMU [ 1.693391] usb 1-1: SerialNumber: 42 [ 1.703262] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.705801] 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.787996] SGI XFS with ACLs, security attributes, no debug enabled [ 1.790145] XFS (vda1): Mounting V4 Filesystem [ 1.928992] 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. [ 2.101836] tsc: Refined TSC clocksource calibration: 3491.910 MHz 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 System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.156077] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.215245] SELinux: Disabled at runtime. [ 2.250741] type=1404 audit(1543859850.487:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.287711] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.289067] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting Debug File System... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[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 Huge Pages File System... Mounting NFSD configuration filesystem... Mounting POSIX Message Queue File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Starting Setup Virtual Console... Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Load/Save Random Seed... [ 2.640547] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Configure read-only root support. [ 2.706602] systemd-journald[396]: 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] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting udev Kernel Device Manager... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 2.845212] type=1305 audit(1543859851.081:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Timers. [ 3.034956] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System.[ 3.039919] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting Login Service... Starting NTP client/server... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.057987] [drm] Initialized drm 1.1.0 20060810 [ 3.072272] ppdev: user-space parallel port driver [ 3.075126] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.076596] [TTM] Initializing pool allocator [ 3.077836] [TTM] Initializing DMA pool allocator [ 3.079550] [drm] fb mappable at 0xFC000000 [ 3.080744] [drm] vram aper at 0xFC000000 [ 3.082079] [drm] size 33554432 [ 3.082080] [drm] fb depth is 24 [ 3.082080] [drm] pitch is 3072 [ 3.112748] fbcon: cirrusdrmfb (fb0) is primary device [ 3.130791] Console: switching to colour frame buffer device 128x48 [ 3.140816] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 3.148745] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Initial cloud-init job (pre-networking)... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions...[ 3.198929] AES CTR mode by8 optimization enabled [[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. [ 3.214693] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.219718] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.249254] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.280062] intel_rapl: no valid rapl domains found in package 0 [ 3.289575] intel_powerclamp: No package C-state available [ 3.295885] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.661970] cloud-init[504]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 03 Dec 2018 17:57:32 +0000. Up 3.63 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 Initial cloud-init job (metadata service crawler)... Starting OpenSSH server daemon... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting Postfix Mail Transport Agent... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... 2018-12-03 17:57:35,211 - paramiko.transport - DEBUG - starting thread (client mode): 0x5caba110L 2018-12-03 17:57:35,211 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:57:35,265 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-12-03 17:57:35,265 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-12-03 17:57:35,290 - 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-12-03 17:57:35,290 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:57:35,290 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-03 17:57:35,290 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:57:35,291 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:57:35,291 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:57:35,297 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:57:35,298 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:57:35,311 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.208: 4c1f7c71f5a98b8370f02ab218eae423 2018-12-03 17:57:35,312 - paramiko.transport - DEBUG - Trying key 8a3b17d7f3edea57071ee3200a03d2d9 from /tmp/tmpxgoJlr 2018-12-03 17:57:35,337 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:57:35,358 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-12-03 17:57:35,378 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-12-03 17:57:35,379 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:57:35,385 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-12-03 17:57:35,386 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.208: Authentication failed. 2018-12-03 17:57:44,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-03 17:57:44,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff/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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-03 17:57:45,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:57: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-ee01307e-2dc7-4240-982e-3f1ba472d020 x-compute-request-id: req-ee01307e-2dc7-4240-982e-3f1ba472d020 Content-Encoding: gzip Content-Length: 12687 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 1832599583 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.295598] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.297779] pid_max: default: 32768 minimum: 301\n[ 0.298952] Security Framework initialized\n[ 0.300037] SELinux: Initializing.\n[ 0.301308] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.305795] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.308555] Mount-cache hash table entries: 4096\n[ 0.309958] Initializing cgroup subsys memory\n[ 0.311100] Initializing cgroup subsys devices\n[ 0.312237] Initializing cgroup subsys freezer\n[ 0.313374] Initializing cgroup subsys net_cls\n[ 0.314501] Initializing cgroup subsys blkio\n[ 0.315600] Initializing cgroup subsys perf_event\n[ 0.316764] Initializing cgroup subsys hugetlb\n[ 0.317891] Initializing cgroup subsys pids\n[ 0.318977] Initializing cgroup subsys net_prio\n[ 0.320187] CPU: Physical Processor ID: 0\n[ 0.321956] mce: CPU supports 10 MCE banks\n[ 0.323072] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.324347] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.325605] tlb_flushall_shift: 6\n[ 0.326770] Freeing SMP alternatives: 28k freed\n[ 0.330689] ACPI: Core revision 20130517\n[ 0.332157] ACPI: All ACPI Tables successfully acquired\n[ 0.333584] ftrace: allocating 25812 entries in 101 pages\n[ 0.355659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.357145] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.358595] smpboot: Max logical packages: 2\n[ 0.359869] Enabling x2apic\n[ 0.360756] Enabled x2apic\n[ 0.361823] Switched APIC routing to physical x2apic.\n[ 0.363984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.365527] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.368233] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.375597] KVM setup paravirtual spinlock\n[ 0.377905] smpboot: Booting Node 0, Processors #1 OK\n[ 0.379588] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.401496] Brought up 2 CPUs\n[ 0.401499] KVM setup async PF for cpu 1\n[ 0.401502] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.404620] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.406750] devtmpfs: initialized\n[ 0.409530] EVM: security.selinux\n[ 0.410499] EVM: security.ima\n[ 0.411408] EVM: security.capability\n[ 0.413045] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.414574] pinctrl core: initialized pinctrl subsystem\n[ 0.415945] NET: Registered protocol family 16\n[ 0.417271] ACPI: bus type PCI registered\n[ 0.418346] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.419857] PCI: Using configuration type 1 for base access\n[ 0.424541] ACPI: Added _OSI(Module Device)\n[ 0.425658] ACPI: Added _OSI(Processor Device)\n[ 0.426780] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.427944] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.430760] ACPI: Interpreter enabled\n[ 0.431797] ACPI: (supports S0 S5)\n[ 0.432755] ACPI: Using IOAPIC for interrupt routing\n[ 0.433957] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.437845] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.439232] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.440863] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.442308] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.445013] acpiphp: Slot [3] registered\n[ 0.446073] acpiphp: Slot [4] registered\n[ 0.447131] acpiphp: Slot [5] registered\n[ 0.448196] acpiphp: Slot [6] registered\n[ 0.449247] acpiphp: Slot [7] registered\n[ 0.450296] acpiphp: Slot [8] registered\n[ 0.451355] acpiphp: Slot [9] registered\n[ 0.452406] acpiphp: Slot [10] registered\n[ 0.453467] acpiphp: Slot [11] registered\n[ 0.454528] acpiphp: Slot [12] registered\n[ 0.455597] acpiphp: Slot [13] registered\n[ 0.456658] acpiphp: Slot [14] registered\n[ 0.457717] acpiphp: Slot [15] registered\n[ 0.458778] acpiphp: Slot [16] registered\n[ 0.459842] acpiphp: Slot [17] registered\n[ 0.460905] acpiphp: Slot [18] registered\n[ 0.461965] acpiphp: Slot [19] registered\n[ 0.463029] acpiphp: Slot [20] registered\n[ 0.464093] acpiphp: Slot [21] registered\n[ 0.465153] acpiphp: Slot [22] registered\n[ 0.466218] acpiphp: Slot [23] registered\n[ 0.467276] acpiphp: Slot [24] registered\n[ 0.468341] acpiphp: Slot [25] registered\n[ 0.469404] acpiphp: Slot [26] registered\n[ 0.470469] acpiphp: Slot [27] registered\n[ 0.471530] acpiphp: Slot [28] registered\n[ 0.472588] acpiphp: Slot [29] registered\n[ 0.473647] acpiphp: Slot [30] registered\n[ 0.474704] acpiphp: Slot [31] registered\n[ 0.475756] PCI host bridge to bus 0000:00\n[ 0.476813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.478069] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.479522] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.480973] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.482916] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.490717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.492235] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.493649] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.495153] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.501965] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.503896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.554129] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.557276] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.558939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.560608] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.562262] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.563807] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.565388] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.567436] vgaarb: loaded\n[ 0.568287] vgaarb: bridge control possible 0000:00:02.0\n[ 0.569654] SCSI subsystem initialized\n[ 0.570703] ACPI: bus type USB registered\n[ 0.571777] usbcore: registered new interface driver usbfs\n[ 0.573067] usbcore: registered new interface driver hub\n[ 0.574348] usbcore: registered new device driver usb\n[ 0.575694] PCI: Using ACPI for IRQ routing\n[ 0.577058] NetLabel: Initializing\n[ 0.578036] NetLabel: domain hash size = 128\n[ 0.579135] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.580353] NetLabel: unlabeled traffic allowed by default\n[ 0.581730] Switched to clocksource kvm-clock\n[ 0.589052] pnp: PnP ACPI init\n[ 0.589985] ACPI: bus type PNP registered\n[ 0.591374] pnp: PnP ACPI: found 5 devices\n[ 0.592449] ACPI: bus type PNP unregistered\n[ 0.599533] NET: Registered protocol family 2\n[ 0.600896] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.603008] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.604720] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.606224] TCP: reno registered\n[ 0.607167] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.608563] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.610109] NET: Registered protocol family 1\n[ 0.611298] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.612673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.614019] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.633907] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.653657] Unpacking initramfs...\n[ 1.073093] Freeing initrd memory: 37508k freed\n[ 1.082147] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.083680] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.099419] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.100916] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.102620] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.104041] Initialise system trusted keyring\n[ 1.105196] audit: initializing netlink socket (disabled)\n[ 1.106484] type=2000 audit(1543859850.118:1): initialized\n[ 1.123189] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.124631] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.126863] zpool: loaded\n[ 1.127741] zbud: loaded\n[ 1.128762] VFS: Disk quotas dquot_6.5.2\n[ 1.129856] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.131440] msgmni has been set to 7578\n[ 1.132553] Key type big_key registered\n[ 1.134281] NET: Registered protocol family 38\n[ 1.135440] Key type asymmetric registered\n[ 1.136524] Asymmetric key parser 'x509' registered\n[ 1.137745] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.139800] io scheduler noop registered\n[ 1.140871] io scheduler deadline registered (default)\n[ 1.142124] io scheduler cfq registered\n[ 1.143265] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.154268] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.155826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.157809] ACPI: Power Button [PWRF]\n[ 1.158917] GHES: HEST is not enabled!\n[ 1.160007] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.184589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.186249] Non-volatile memory driver v1.3\n[ 1.187360] Linux agpgart interface v0.103\n[ 1.188534] crash memory driver: version 1.1\n[ 1.189699] rdac: device handler registered\n[ 1.190880] hp_sw: device handler registered\n[ 1.192004] emc: device handler registered\n[ 1.193089] alua: device handler registered\n[ 1.194210] libphy: Fixed MDIO Bus: probed\n[ 1.195338] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.196799] ehci-pci: EHCI PCI platform driver\n[ 1.197936] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.199345] ohci-pci: OHCI PCI platform driver\n[ 1.200487] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.220588] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.221882] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.223883] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.225153] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.226557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.228050] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.229996] usb usb1: Product: UHCI Host Controller\n[ 1.231266] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.232804] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.234032] hub 1-0:1.0: USB hub found\n[ 1.235088] hub 1-0:1.0: 2 ports detected\n[ 1.236302] usbcore: registered new interface driver usbserial\n[ 1.237666] usbcore: registered new interface driver usbserial_generic\n[ 1.239127] usbserial: USB Serial support registered for generic\n[ 1.240517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.243220] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.244443] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.245784] mousedev: PS/2 mouse device common for all mice\n[ 1.247356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.249982] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.251827] rtc_cmos 00:00: RTC can wake from S4\n[ 1.252024] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.252122] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.252158] cpuidle: using governor menu\n[ 1.252220] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.252289] usbcore: registered new interface driver usbhid\n[ 1.252291] usbhid: USB HID core driver\n[ 1.252333] drop_monitor: Initializing network drop monitor service\n[ 1.252376] TCP: cubic registered\n[ 1.252378] Initializing XFRM netlink socket\n[ 1.252444] NET: Registered protocol family 10\n[ 1.254762] NET: Registered protocol family 17\n[ 1.256074] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.256078] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.256099] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.256159] Loading compiled-in X.509 certificates\n[ 1.256187] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.256199] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.256505] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.256526] registered taskstats version 1\n[ 1.260323] Key type trusted registered\n[ 1.261525] Key type encrypted registered\n[ 1.262684] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.263060] rtc_cmos 00:00: setting system clock to 2018-12-03 17:57:29 UTC (1543859849)\n[ 1.286063] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.288522] Freeing unused kernel memory: 1680k freed\n[ 1.292867] 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.296797] systemd[1]: Detected virtualization kvm.\n[ 1.298014] systemd[1]: Detected architecture x86-64.\n[ 1.299236] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.301526] systemd[1]: No hostname configured.\n[ 1.302673] systemd[1]: Set hostname to .\n[ 1.303922] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.328333] systemd[1]: Reached target Local File Systems.\n[ 1.329633] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.331677] systemd[1]: Created slice Root Slice.\n[ 1.332853] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.334797] systemd[1]: Listening on Journal Socket.\n[ 1.336014] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.338029] systemd[1]: Listening on udev Kernel Socket.\n[ 1.339293] systemd[1]: Starting udev Kernel Socket.\n[ 1.340533] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.342587] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.345366] systemd[1]: Reached target Paths.\n[ 1.346498] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.348347] systemd[1]: Created slice System Slice.\n[ 1.349548] systemd[1]: Starting System Slice.\n[ 1.351043] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.353180] 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.357224] systemd[1]: Reached target Slices.\n[ 1.358372] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Swap.\n[ 1.360167] systemd[1]: Reached target Swap.\n[ 1.361281] systemd[1]: Starting Swap.\n[ 1.362599] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Timers.\n[ 1.365262] systemd[1]: Reached target Timers.\n[ 1.366401] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.368328] systemd[1]: Listening on udev Control Socket.\n[ 1.369598] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.371549] systemd[1]: Reached target Sockets.\n[ 1.372693] systemd[1]: Starting Sockets.\n[ 1.374059] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.377083] 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.430537] RPC: Registered named UNIX socket transport module.\n[ 1.431937] RPC: Registered udp transport module.\n[ 1.433102] RPC: Registered tcp transport module.\n[ 1.434270] 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.522047] FDC 0 is a S82078B\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.537747] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.552534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.555508] scsi host0: ata_piix\n[ 1.556575] scsi host1: ata_piix\n[ 1.557561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.559036] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.597913] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.602676] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.688128] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.689637] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.691190] usb 1-1: Product: QEMU USB Tablet\n[ 1.692328] usb 1-1: Manufacturer: QEMU\n[ 1.693391] usb 1-1: SerialNumber: 42\n[ 1.703262] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.705801] 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.787996] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.790145] XFS (vda1): Mounting V4 Filesystem\n[ 1.928992] 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[ 2.101836] tsc: Refined TSC clocksource calibration: 3491.910 MHz\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 System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.156077] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.215245] SELinux: Disabled at runtime.\n[ 2.250741] type=1404 audit(1543859850.487:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.287711] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.289067] 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 Debug File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\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 Huge Pages File System...\n Mounting NFSD configuration filesystem...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n[ 2.640547] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Configure read-only root support.\n[ 2.706602] systemd-journald[396]: 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] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Setup Virtual Console.\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 Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 2.845212] type=1305 audit(1543859851.081:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Timers.\n[ 3.034956] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.[ 3.039919] input: PC Speaker as /devices/platform/pcspkr/input/input5\n\n Starting Login Service...\n Starting NTP client/server...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.057987] [drm] Initialized drm 1.1.0 20060810\n[ 3.072272] ppdev: user-space parallel port driver\n[ 3.075126] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.076596] [TTM] Initializing pool allocator\n[ 3.077836] [TTM] Initializing DMA pool allocator\n[ 3.079550] [drm] fb mappable at 0xFC000000\n[ 3.080744] [drm] vram aper at 0xFC000000\n[ 3.082079] [drm] size 33554432\n[ 3.082080] [drm] fb depth is 24\n[ 3.082080] [drm] pitch is 3072\n[ 3.112748] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.130791] Console: switching to colour frame buffer device 128x48\n[ 3.140816] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 3.148745] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Initial cloud-init job (pre-networking)...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...[ 3.198929] AES CTR mode by8 optimization enabled\n\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[ 3.214693] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.219718] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.249254] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.280062] intel_rapl: no valid rapl domains found in package 0\n[ 3.289575] intel_powerclamp: No package C-state available\n[ 3.295885] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.661970] cloud-init[504]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 03 Dec 2018 17:57:32 +0000. Up 3.63 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 Initial cloud-init job (metadata service crawler)...\n Starting OpenSSH server daemon...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting 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 nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.826956] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Mon, 03 Dec 2018 17:57:34 +0000. Up 5.74 seconds.\n[ 5.853312] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.857404] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.871080] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.872885] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.874677] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.876461] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.6 | 255.255.255.0 | fa:16:3e:07:4f:58 |\n[ 5.879085] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.880907] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.883474] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.885391] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.889880] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.891774] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.893822] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.895882] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.897804] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 9.877308] cloud-init[2948]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 03 Dec 2018 17:57:38 +0000. Up 9.83 seconds.\n[ 10.188570] cloud-init[3146]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 03 Dec 2018 17:57:38 +0000. Up 10.14 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 | 8a:3b:17:d7:f3:ed:ea:57:07:1e:e3:20:0a:03:d2:d9 | - | 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.245751] cloud-init[3146]: Cloud-init v. 0.7.5 finished at Mon, 03 Dec 2018 17:57:38 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.24 seconds\n"} 2018-12-03 17:57:45,527 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff/action used request id req-ee01307e-2dc7-4240-982e-3f1ba472d020 2018-12-03 17:57:45,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.13214087486s 2018-12-03 17:57:45,529 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff/action used request id req-ee01307e-2dc7-4240-982e-3f1ba472d020 2018-12-03 17:57:45,529 - 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 1832599583 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.295598] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.297779] pid_max: default: 32768 minimum: 301 [ 0.298952] Security Framework initialized [ 0.300037] SELinux: Initializing. [ 0.301308] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.305795] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.308555] Mount-cache hash table entries: 4096 [ 0.309958] Initializing cgroup subsys memory [ 0.311100] Initializing cgroup subsys devices [ 0.312237] Initializing cgroup subsys freezer [ 0.313374] Initializing cgroup subsys net_cls [ 0.314501] Initializing cgroup subsys blkio [ 0.315600] Initializing cgroup subsys perf_event [ 0.316764] Initializing cgroup subsys hugetlb [ 0.317891] Initializing cgroup subsys pids [ 0.318977] Initializing cgroup subsys net_prio [ 0.320187] CPU: Physical Processor ID: 0 [ 0.321956] mce: CPU supports 10 MCE banks [ 0.323072] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.324347] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.325605] tlb_flushall_shift: 6 [ 0.326770] Freeing SMP alternatives: 28k freed [ 0.330689] ACPI: Core revision 20130517 [ 0.332157] ACPI: All ACPI Tables successfully acquired [ 0.333584] ftrace: allocating 25812 entries in 101 pages [ 0.355659] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.357145] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.358595] smpboot: Max logical packages: 2 [ 0.359869] Enabling x2apic [ 0.360756] Enabled x2apic [ 0.361823] Switched APIC routing to physical x2apic. [ 0.363984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.365527] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.368233] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.375597] KVM setup paravirtual spinlock [ 0.377905] smpboot: Booting Node 0, Processors #1 OK [ 0.379588] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.401496] Brought up 2 CPUs [ 0.401499] KVM setup async PF for cpu 1 [ 0.401502] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.404620] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.406750] devtmpfs: initialized [ 0.409530] EVM: security.selinux [ 0.410499] EVM: security.ima [ 0.411408] EVM: security.capability [ 0.413045] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.414574] pinctrl core: initialized pinctrl subsystem [ 0.415945] NET: Registered protocol family 16 [ 0.417271] ACPI: bus type PCI registered [ 0.418346] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.419857] PCI: Using configuration type 1 for base access [ 0.424541] ACPI: Added _OSI(Module Device) [ 0.425658] ACPI: Added _OSI(Processor Device) [ 0.426780] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.427944] ACPI: Added _OSI(Processor Aggregator Device) [ 0.430760] ACPI: Interpreter enabled [ 0.431797] ACPI: (supports S0 S5) [ 0.432755] ACPI: Using IOAPIC for interrupt routing [ 0.433957] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.437845] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.439232] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.440863] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.442308] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.445013] acpiphp: Slot [3] registered [ 0.446073] acpiphp: Slot [4] registered [ 0.447131] acpiphp: Slot [5] registered [ 0.448196] acpiphp: Slot [6] registered [ 0.449247] acpiphp: Slot [7] registered [ 0.450296] acpiphp: Slot [8] registered [ 0.451355] acpiphp: Slot [9] registered [ 0.452406] acpiphp: Slot [10] registered [ 0.453467] acpiphp: Slot [11] registered [ 0.454528] acpiphp: Slot [12] registered [ 0.455597] acpiphp: Slot [13] registered [ 0.456658] acpiphp: Slot [14] registered [ 0.457717] acpiphp: Slot [15] registered [ 0.458778] acpiphp: Slot [16] registered [ 0.459842] acpiphp: Slot [17] registered [ 0.460905] acpiphp: Slot [18] registered [ 0.461965] acpiphp: Slot [19] registered [ 0.463029] acpiphp: Slot [20] registered [ 0.464093] acpiphp: Slot [21] registered [ 0.465153] acpiphp: Slot [22] registered [ 0.466218] acpiphp: Slot [23] registered [ 0.467276] acpiphp: Slot [24] registered [ 0.468341] acpiphp: Slot [25] registered [ 0.469404] acpiphp: Slot [26] registered [ 0.470469] acpiphp: Slot [27] registered [ 0.471530] acpiphp: Slot [28] registered [ 0.472588] acpiphp: Slot [29] registered [ 0.473647] acpiphp: Slot [30] registered [ 0.474704] acpiphp: Slot [31] registered [ 0.475756] PCI host bridge to bus 0000:00 [ 0.476813] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.478069] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.479522] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.480973] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.482916] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.490717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.492235] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.493649] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.495153] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.501965] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.503896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.554129] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.557276] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.558939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.560608] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.562262] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.563807] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.565388] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.567436] vgaarb: loaded [ 0.568287] vgaarb: bridge control possible 0000:00:02.0 [ 0.569654] SCSI subsystem initialized [ 0.570703] ACPI: bus type USB registered [ 0.571777] usbcore: registered new interface driver usbfs [ 0.573067] usbcore: registered new interface driver hub [ 0.574348] usbcore: registered new device driver usb [ 0.575694] PCI: Using ACPI for IRQ routing [ 0.577058] NetLabel: Initializing [ 0.578036] NetLabel: domain hash size = 128 [ 0.579135] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.580353] NetLabel: unlabeled traffic allowed by default [ 0.581730] Switched to clocksource kvm-clock [ 0.589052] pnp: PnP ACPI init [ 0.589985] ACPI: bus type PNP registered [ 0.591374] pnp: PnP ACPI: found 5 devices [ 0.592449] ACPI: bus type PNP unregistered [ 0.599533] NET: Registered protocol family 2 [ 0.600896] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.603008] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.604720] TCP: Hash tables configured (established 32768 bind 32768) [ 0.606224] TCP: reno registered [ 0.607167] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.608563] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.610109] NET: Registered protocol family 1 [ 0.611298] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.612673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.614019] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.633907] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.653657] Unpacking initramfs... [ 1.073093] Freeing initrd memory: 37508k freed [ 1.082147] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.083680] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.099419] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.100916] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.102620] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.104041] Initialise system trusted keyring [ 1.105196] audit: initializing netlink socket (disabled) [ 1.106484] type=2000 audit(1543859850.118:1): initialized [ 1.123189] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.124631] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.126863] zpool: loaded [ 1.127741] zbud: loaded [ 1.128762] VFS: Disk quotas dquot_6.5.2 [ 1.129856] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.131440] msgmni has been set to 7578 [ 1.132553] Key type big_key registered [ 1.134281] NET: Registered protocol family 38 [ 1.135440] Key type asymmetric registered [ 1.136524] Asymmetric key parser 'x509' registered [ 1.137745] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.139800] io scheduler noop registered [ 1.140871] io scheduler deadline registered (default) [ 1.142124] io scheduler cfq registered [ 1.143265] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.154268] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.155826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.157809] ACPI: Power Button [PWRF] [ 1.158917] GHES: HEST is not enabled! [ 1.160007] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.184589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.186249] Non-volatile memory driver v1.3 [ 1.187360] Linux agpgart interface v0.103 [ 1.188534] crash memory driver: version 1.1 [ 1.189699] rdac: device handler registered [ 1.190880] hp_sw: device handler registered [ 1.192004] emc: device handler registered [ 1.193089] alua: device handler registered [ 1.194210] libphy: Fixed MDIO Bus: probed [ 1.195338] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.196799] ehci-pci: EHCI PCI platform driver [ 1.197936] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.199345] ohci-pci: OHCI PCI platform driver [ 1.200487] uhci_hcd: USB Universal Host Controller Interface driver [ 1.220588] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.221882] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.223883] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.225153] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.226557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.228050] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.229996] usb usb1: Product: UHCI Host Controller [ 1.231266] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.232804] usb usb1: SerialNumber: 0000:00:01.2 [ 1.234032] hub 1-0:1.0: USB hub found [ 1.235088] hub 1-0:1.0: 2 ports detected [ 1.236302] usbcore: registered new interface driver usbserial [ 1.237666] usbcore: registered new interface driver usbserial_generic [ 1.239127] usbserial: USB Serial support registered for generic [ 1.240517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.243220] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.244443] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.245784] mousedev: PS/2 mouse device common for all mice [ 1.247356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.249982] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.251827] rtc_cmos 00:00: RTC can wake from S4 [ 1.252024] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.252122] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.252158] cpuidle: using governor menu [ 1.252220] hidraw: raw HID events driver (C) Jiri Kosina [ 1.252289] usbcore: registered new interface driver usbhid [ 1.252291] usbhid: USB HID core driver [ 1.252333] drop_monitor: Initializing network drop monitor service [ 1.252376] TCP: cubic registered [ 1.252378] Initializing XFRM netlink socket [ 1.252444] NET: Registered protocol family 10 [ 1.254762] NET: Registered protocol family 17 [ 1.256074] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.256078] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.256099] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.256159] Loading compiled-in X.509 certificates [ 1.256187] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.256199] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.256505] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.256526] registered taskstats version 1 [ 1.260323] Key type trusted registered [ 1.261525] Key type encrypted registered [ 1.262684] IMA: No TPM chip found, activating TPM-bypass! [ 1.263060] rtc_cmos 00:00: setting system clock to 2018-12-03 17:57:29 UTC (1543859849) [ 1.286063] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.288522] Freeing unused kernel memory: 1680k freed [ 1.292867] 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.296797] systemd[1]: Detected virtualization kvm. [ 1.298014] systemd[1]: Detected architecture x86-64. [ 1.299236] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.301526] systemd[1]: No hostname configured. [ 1.302673] systemd[1]: Set hostname to . [ 1.303922] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.328333] systemd[1]: Reached target Local File Systems. [ 1.329633] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.331677] systemd[1]: Created slice Root Slice. [ 1.332853] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.334797] systemd[1]: Listening on Journal Socket. [ 1.336014] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.338029] systemd[1]: Listening on udev Kernel Socket. [ 1.339293] systemd[1]: Starting udev Kernel Socket. [ 1.340533] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.342587] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.345366] systemd[1]: Reached target Paths. [ 1.346498] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.348347] systemd[1]: Created slice System Slice. [ 1.349548] systemd[1]: Starting System Slice. [ 1.351043] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.353180] 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.357224] systemd[1]: Reached target Slices. [ 1.358372] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Swap. [ 1.360167] systemd[1]: Reached target Swap. [ 1.361281] systemd[1]: Starting Swap. [ 1.362599] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Timers. [ 1.365262] systemd[1]: Reached target Timers. [ 1.366401] systemd[1]: Starting Timers. [[32m OK [0m] Listening on udev Control Socket. [ 1.368328] systemd[1]: Listening on udev Control Socket. [ 1.369598] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.371549] systemd[1]: Reached target Sockets. [ 1.372693] systemd[1]: Starting Sockets. [ 1.374059] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.377083] 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.430537] RPC: Registered named UNIX socket transport module. [ 1.431937] RPC: Registered udp transport module. [ 1.433102] RPC: Registered tcp transport module. [ 1.434270] 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.522047] FDC 0 is a S82078B [[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.537747] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.552534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.555508] scsi host0: ata_piix [ 1.556575] scsi host1: ata_piix [ 1.557561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.559036] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.597913] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.602676] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.688128] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.689637] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.691190] usb 1-1: Product: QEMU USB Tablet [ 1.692328] usb 1-1: Manufacturer: QEMU [ 1.693391] usb 1-1: SerialNumber: 42 [ 1.703262] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.705801] 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.787996] SGI XFS with ACLs, security attributes, no debug enabled [ 1.790145] XFS (vda1): Mounting V4 Filesystem [ 1.928992] 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. [ 2.101836] tsc: Refined TSC clocksource calibration: 3491.910 MHz 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 System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.156077] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.215245] SELinux: Disabled at runtime. [ 2.250741] type=1404 audit(1543859850.487:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.287711] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.289067] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting Debug File System... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[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 Huge Pages File System... Mounting NFSD configuration filesystem... Mounting POSIX Message Queue File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Starting Setup Virtual Console... Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Load/Save Random Seed... [ 2.640547] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Configure read-only root support. [ 2.706602] systemd-journald[396]: 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] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting udev Kernel Device Manager... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 2.845212] type=1305 audit(1543859851.081:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Timers. [ 3.034956] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System.[ 3.039919] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting Login Service... Starting NTP client/server... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.057987] [drm] Initialized drm 1.1.0 20060810 [ 3.072272] ppdev: user-space parallel port driver [ 3.075126] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.076596] [TTM] Initializing pool allocator [ 3.077836] [TTM] Initializing DMA pool allocator [ 3.079550] [drm] fb mappable at 0xFC000000 [ 3.080744] [drm] vram aper at 0xFC000000 [ 3.082079] [drm] size 33554432 [ 3.082080] [drm] fb depth is 24 [ 3.082080] [drm] pitch is 3072 [ 3.112748] fbcon: cirrusdrmfb (fb0) is primary device [ 3.130791] Console: switching to colour frame buffer device 128x48 [ 3.140816] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 3.148745] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Initial cloud-init job (pre-networking)... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions...[ 3.198929] AES CTR mode by8 optimization enabled [[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. [ 3.214693] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.219718] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.249254] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.280062] intel_rapl: no valid rapl domains found in package 0 [ 3.289575] intel_powerclamp: No package C-state available [ 3.295885] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.661970] cloud-init[504]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 03 Dec 2018 17:57:32 +0000. Up 3.63 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 Initial cloud-init job (metadata service crawler)... Starting OpenSSH server daemon... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting Postfix Mail Transport Agent... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.826956] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Mon, 03 Dec 2018 17:57:34 +0000. Up 5.74 seconds. [ 5.853312] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.857404] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.871080] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.872885] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.874677] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.876461] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.6 | 255.255.255.0 | fa:16:3e:07:4f:58 | [ 5.879085] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.880907] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.883474] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.885391] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.889880] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.891774] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.893822] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.895882] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.897804] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 9.877308] cloud-init[2948]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 03 Dec 2018 17:57:38 +0000. Up 9.83 seconds. [ 10.188570] cloud-init[3146]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 03 Dec 2018 17:57:38 +0000. Up 10.14 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 | 8a:3b:17:d7:f3:ed:ea:57:07:1e:e3:20:0a:03:d2:d9 | - | 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.245751] cloud-init[3146]: Cloud-init v. 0.7.5 finished at Mon, 03 Dec 2018 17:57:38 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.24 seconds 2018-12-03 17:57:45,533 - paramiko.transport - DEBUG - starting thread (client mode): 0x5cabaad0L 2018-12-03 17:57:45,533 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 17:57:45,538 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-12-03 17:57:45,539 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-12-03 17:57:45,542 - 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-12-03 17:57:45,542 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-03 17:57:45,542 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-03 17:57:45,542 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 17:57:45,543 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-03 17:57:45,543 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 17:57:45,551 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-03 17:57:45,551 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 17:57:45,565 - paramiko.transport - DEBUG - Trying key 8a3b17d7f3edea57071ee3200a03d2d9 from /tmp/tmpxgoJlr 2018-12-03 17:57:45,592 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 17:57:45,607 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-03 17:57:45,629 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-12-03 17:57:45,629 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-12-03 17:57:45,630 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-12-03 17:57:45,630 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/status 2018-12-03 17:57:45,866 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:57:45,867 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:57:45,867 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:57:45,867 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:57:45,867 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:57:45,867 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:57:45,867 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:57:45,867 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5146, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "stop-sigterm", "MainPID": 4665, "Id": "cloudify-mgmtworker.service", "ActiveState": "deactivating", "SubState": "stop-sigterm"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "running", "MainPID": 1848, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4882, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 860, "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": 821, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4661, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4870, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-12-03 17:57:45,868 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:57:45,868 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:57:44 GMT 2018-12-03 17:57:45,868 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:57:45,868 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2407 2018-12-03 17:57:45,868 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:57:45,868 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 5146, 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': 4665, u'state': u'stop-sigterm', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'deactivating', u'SubState': u'stop-sigterm'}], 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': 1848, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 4882, 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': 860, 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': 821, 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': 4661, 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': 4870, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-12-03 17:57:45,869 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/status 2018-12-03 17:57:46,017 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:57:46,017 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:57:46,017 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:57:46,018 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:57:46,018 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:57:46,018 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:57:46,018 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:57:46,018 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5146, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "stop-sigterm", "MainPID": 4665, "Id": "cloudify-mgmtworker.service", "ActiveState": "deactivating", "SubState": "stop-sigterm"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "running", "MainPID": 1848, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4882, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 860, "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": 821, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4661, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4870, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-12-03 17:57:46,018 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:57:46,018 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:57:44 GMT 2018-12-03 17:57:46,018 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:57:46,018 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2407 2018-12-03 17:57:46,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:57:46,019 - functest.core.cloudify - INFO - The current manager status is running 2018-12-03 17:57:46,019 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-12-03 17:57:46,139 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:57:46,139 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:57:46,139 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:57:46,139 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:57:46,139 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:57:46,139 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:57:46,139 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:57:46,140 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-12-03 17:57:46,140 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-03T17:57:44.971Z", "updated_at": "2018-12-03T17:57:44.971Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-12-03 17:57:46,140 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:57:46,140 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:57:44 GMT 2018-12-03 17:57:46,140 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:57:46,140 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-12-03 17:57:46,140 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:57:46,140 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/secrets 2018-12-03 17:57:46,198 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:57:46,199 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:57:46,199 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:57:46,199 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:57:46,199 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:57:46,199 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:57:46,199 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:57:46,199 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-12-03T17:57:44.971Z", "updated_at": "2018-12-03T17:57:44.971Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-12-03 17:57:46,199 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:57:46,200 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:57:45 GMT 2018-12-03 17:57:46,200 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:57:46,200 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-12-03 17:57:46,200 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:57:46,200 - functest.core.cloudify - DEBUG - List secrets: 2018-12-03 17:57:46,201 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.208:80/api/v3/secrets/foo 2018-12-03 17:57:46,387 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:57:46,388 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:57:46,388 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:57:46,388 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:57:46,388 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:57:46,388 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:57:46,388 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:57:46,388 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-12-03 17:57:46,388 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-03T17:57:44.971Z", "updated_at": "2018-12-03T17:57:44.971Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-12-03 17:57:46,389 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:57:46,389 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:57:45 GMT 2018-12-03 17:57:46,389 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:57:46,389 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-12-03 17:57:46,389 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:57:46,389 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-12-03 17:57:46,389 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-12-03 17:57:46,390 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-12-03 17:57:46,390 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 17:57:46,391 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-03 17:57:46,391 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 17:57:46,398 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 17:57:46,439 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-03 17:57:46,440 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-03 17:57:46,441 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-03 17:57:46,481 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-03 17:57:46,481 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-03 17:57:46,518 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-03 17:58:44,719 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-03 17:58:44,718 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.syringanetworks.net * extras: centos.mirrors.tds.net * updates: mirror.tocici.com No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-36.el7 will be installed --> Processing Dependency: libgomp = 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: cpp = 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libgcc >= 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-36.el7.x86_64 ---> Package python-devel.x86_64 0:2.7.5-76.el7 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-76.el7 for package: python-devel-2.7.5-76.el7.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-36.el7 will be installed ---> Package glibc-devel.x86_64 0:2.17-260.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-260.el7 for package: glibc-devel-2.17-260.el7.x86_64 --> Processing Dependency: glibc = 2.17-260.el7 for package: glibc-devel-2.17-260.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-260.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-36.el7 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-36.el7 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-76.el7 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-76.el7 for package: python-2.7.5-76.el7.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-260.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-260.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-260.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-260.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-76.el7 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-76.el7.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-260.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-957.1.3.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-16.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-16.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-36.el7 base 16 M python-devel x86_64 2.7.5-76.el7 base 398 k Installing for dependencies: cpp x86_64 4.8.5-36.el7 base 5.9 M glibc-devel x86_64 2.17-260.el7 base 1.1 M glibc-headers x86_64 2.17-260.el7 base 683 k kernel-headers x86_64 3.10.0-957.1.3.el7 updates 8.0 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-260.el7 base 3.6 M glibc-common x86_64 2.17-260.el7 base 11 M libgcc x86_64 4.8.5-36.el7 base 102 k libgomp x86_64 4.8.5-36.el7 base 157 k openssl x86_64 1:1.0.2k-16.el7 base 493 k openssl-libs x86_64 1:1.0.2k-16.el7 base 1.2 M python x86_64 2.7.5-76.el7 base 94 k python-libs x86_64 2.7.5-76.el7 base 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 55 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 3.4 MB/s | 55 MB 00:16 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-36.el7.x86_64 1/24 Updating : glibc-common-2.17-260.el7.x86_64 2/24 Updating : glibc-2.17-260.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-16.el7.x86_64 6/24 Updating : python-libs-2.7.5-76.el7.x86_64 7/24 Updating : python-2.7.5-76.el7.x86_64 8/24 Installing : cpp-4.8.5-36.el7.x86_64 9/24 Updating : libgomp-4.8.5-36.el7.x86_64 10/24 Installing : kernel-headers-3.10.0-957.1.3.el7.x86_64 11/24 Installing : glibc-headers-2.17-260.el7.x86_64 12/24 Installing : glibc-devel-2.17-260.el7.x86_64 13/24 Installing : gcc-4.8.5-36.el7.x86_64 14/24 Installing : python-devel-2.7.5-76.el7.x86_64 15/24 Updating : 1:openssl-1.0.2k-16.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 : python-2.7.5-76.el7.x86_64 1/24 Verifying : libgcc-4.8.5-36.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-16.el7.x86_64 3/24 Verifying : glibc-2.17-260.el7.x86_64 4/24 Verifying : gcc-4.8.5-36.el7.x86_64 5/24 Verifying : python-devel-2.7.5-76.el7.x86_64 6/24 Verifying : 1:openssl-1.0.2k-16.el7.x86_64 7/24 Verifying : cpp-4.8.5-36.el7.x86_64 8/24 Verifying : libgomp-4.8.5-36.el7.x86_64 9/24 Verifying : glibc-common-2.17-260.el7.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : kernel-headers-3.10.0-957.1.3.el7.x86_64 12/24 Verifying : python-libs-2.7.5-76.el7.x86_64 13/24 Verifying : glibc-devel-2.17-260.el7.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : glibc-headers-2.17-260.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-36.el7 python-devel.x86_64 0:2.7.5-76.el7 Dependency Installed: cpp.x86_64 0:4.8.5-36.el7 glibc-devel.x86_64 0:2.17-260.el7 glibc-headers.x86_64 0:2.17-260.el7 kernel-headers.x86_64 0:3.10.0-957.1.3.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-260.el7 glibc-common.x86_64 0:2.17-260.el7 libgcc.x86_64 0:4.8.5-36.el7 libgomp.x86_64 0:4.8.5-36.el7 openssl.x86_64 1:1.0.2k-16.el7 openssl-libs.x86_64 1:1.0.2k-16.el7 python.x86_64 0:2.7.5-76.el7 python-libs.x86_64 0:2.7.5-76.el7 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-12-03 17:58:44,720 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-03 17:58:44,719 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2018-12-03 17:58:44,720 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-12-03 17:58:47,345 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-12-03 17:58:47,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:58:47,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:58:47,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-e7517f8c-1c51-46c8-81f5-23195a734ce9 Date: Mon, 03 Dec 2018 17:58:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfe3b012-a210-4dbc-a102-8800c438d164/snap", "metadata": {}}], "file": "/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164/file", "owner": "94ea7fdc32464fee85b82dd37692973c", "id": "dfe3b012-a210-4dbc-a102-8800c438d164", "size": 4373348352, "self": "/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfe3b012-a210-4dbc-a102-8800c438d164/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-03T17:54:43Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-03T17:53:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:58:47,521 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-e7517f8c-1c51-46c8-81f5-23195a734ce9 2018-12-03 17:58:47,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17578291893s 2018-12-03 17:58:47,522 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-e7517f8c-1c51-46c8-81f5-23195a734ce9 2018-12-03 17:58:47,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 17:58:47,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_7a89a1ac-2675-46ec-8674-40a9ce733658", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_7a89a1ac-2675-46ec-8674-40a9ce733658"}' 2018-12-03 17:58:47,716 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003 X-Openstack-Request-Id: req-6bb269a4-c7ce-4c28-a4e4-55927d947540 Date: Mon, 03 Dec 2018 17:58:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003/file", "owner": "94ea7fdc32464fee85b82dd37692973c", "id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "size": null, "self": "/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-12-03T17:58:47Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_7a89a1ac-2675-46ec-8674-40a9ce733658", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_7a89a1ac-2675-46ec-8674-40a9ce733658", "checksum": null, "created_at": "2018-12-03T17:58:47Z", "protected": false} 2018-12-03 17:58:47,716 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-6bb269a4-c7ce-4c28-a4e4-55927d947540 2018-12-03 17:58:47,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.192167043686s 2018-12-03 17:58:47,717 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-6bb269a4-c7ce-4c28-a4e4-55927d947540 returning object efe88a4f-21d8-4e90-aab0-99d7ec547003 2018-12-03 17:58:47,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 17:58:47,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003/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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -d '' 2018-12-03 17:58:56,508 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-af48cfc3-ff43-4a0a-aa31-cd5d965f82b9 Date: Mon, 03 Dec 2018 17:58:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 17:58:56,508 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003/file used request id req-af48cfc3-ff43-4a0a-aa31-cd5d965f82b9 2018-12-03 17:58:56,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 8.79004406929s 2018-12-03 17:58:56,508 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003/file used request id req-af48cfc3-ff43-4a0a-aa31-cd5d965f82b9 2018-12-03 17:58:56,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 17:58:56,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 17:58:56,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-609f9c0b-1f55-4f97-97c4-680af052ef0f Date: Mon, 03 Dec 2018 17:58:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/efe88a4f-21d8-4e90-aab0-99d7ec547003/snap", "metadata": {}}], "file": "/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003/file", "owner": "94ea7fdc32464fee85b82dd37692973c", "id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "size": 426967040, "self": "/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/efe88a4f-21d8-4e90-aab0-99d7ec547003/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-12-03T17:58:56Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_7a89a1ac-2675-46ec-8674-40a9ce733658", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_7a89a1ac-2675-46ec-8674-40a9ce733658", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-12-03T17:58:47Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfe3b012-a210-4dbc-a102-8800c438d164/snap", "metadata": {}}], "file": "/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164/file", "owner": "94ea7fdc32464fee85b82dd37692973c", "id": "dfe3b012-a210-4dbc-a102-8800c438d164", "size": 4373348352, "self": "/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfe3b012-a210-4dbc-a102-8800c438d164/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-03T17:54:43Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-03T17:53:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 17:58:56,696 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-609f9c0b-1f55-4f97-97c4-680af052ef0f 2018-12-03 17:58:56,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.187109947205s 2018-12-03 17:58:56,697 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-609f9c0b-1f55-4f97-97c4-680af052ef0f 2018-12-03 17:58:56,699 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/efe88a4f-21d8-4e90-aab0-99d7ec547003/snap', u'metadata': Munch({})})], 'file': u'/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003/file', 'owner': u'94ea7fdc32464fee85b82dd37692973c', 'id': u'efe88a4f-21d8-4e90-aab0-99d7ec547003', 'size': 426967040, u'self': u'/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'94ea7fdc32464fee85b82dd37692973c', 'name': 'vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/efe88a4f-21d8-4e90-aab0-99d7ec547003/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T17:58:56Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-03T17:58:56Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_7a89a1ac-2675-46ec-8674-40a9ce733658', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'self': u'/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_7a89a1ac-2675-46ec-8674-40a9ce733658', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_7a89a1ac-2675-46ec-8674-40a9ce733658', 'created': u'2018-12-03T17:58:47Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-12-03T17:58:47Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_7a89a1ac-2675-46ec-8674-40a9ce733658', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}}) 2018-12-03 17:58:56,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 17:58:56,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}ff2fff2a02b938f6a2533a34066659ffaee01186" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_7a89a1ac-2675-46ec-8674-40a9ce733658", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-12-03 17:58:56,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:58: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-c08afd38-dbe9-4487-826d-3ace8a9373ad x-compute-request-id: req-c08afd38-dbe9-4487-826d-3ace8a9373ad Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "05c9a920-de8f-43fd-a963-5dac213e0403", "name": "vyos_vrouter-flavor_alt_7a89a1ac-2675-46ec-8674-40a9ce733658", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 17:58:56,758 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c08afd38-dbe9-4487-826d-3ace8a9373ad 2018-12-03 17:58:56,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.057874917984s 2018-12-03 17:58:56,759 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c08afd38-dbe9-4487-826d-3ace8a9373ad returning object 05c9a920-de8f-43fd-a963-5dac213e0403 2018-12-03 17:58:56,759 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_7a89a1ac-2675-46ec-8674-40a9ce733658', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'05c9a920-de8f-43fd-a963-5dac213e0403', 'swap': 0}) 2018-12-03 17:58:56,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 17:58:56,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/05c9a920-de8f-43fd-a963-5dac213e0403/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}ff2fff2a02b938f6a2533a34066659ffaee01186" -d '{"extra_specs": {}}' 2018-12-03 17:58:56,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:58: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-ebfaaf1b-aaed-446a-a875-a1e1c8aa90e3 x-compute-request-id: req-ebfaaf1b-aaed-446a-a875-a1e1c8aa90e3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 17:58:56,782 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/05c9a920-de8f-43fd-a963-5dac213e0403/os-extra_specs used request id req-ebfaaf1b-aaed-446a-a875-a1e1c8aa90e3 2018-12-03 17:58:56,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216128826141s 2018-12-03 17:58:56,782 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/05c9a920-de8f-43fd-a963-5dac213e0403/os-extra_specs used request id req-ebfaaf1b-aaed-446a-a875-a1e1c8aa90e3 2018-12-03 17:58:56,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-12-03 17:58:56,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:58:56,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:58:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c77ad8-e5a8-43fb-826a-80002225a0fc Content-Encoding: gzip Content-Length: 918 Content-Type: application/json RESP BODY: {"services": [{"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.30:5000/v3/services/069d7908a8bd470e93a599f5ae7b5f91"}, "enabled": true, "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.30:5000/v3/services/2ede4c2c96ec44dc866b64b5e976ba5c"}, "enabled": true, "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.30:5000/v3/services/2f85a25c736a4047b94f4894d2865636"}, "enabled": true, "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.30:5000/v3/services/4dc80267a8324614b8a3b8fa4a8dc60e"}, "enabled": true, "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.30:5000/v3/services/7a70d1c70ce2482dad40eaab9a72fa43"}, "enabled": true, "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.30:5000/v3/services/7f1bfb554cf946d0a11fd2e225b9618d"}, "enabled": true, "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.30:5000/v3/services/85e3a2ddeb224676ac332562b2721fe5"}, "enabled": true, "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.30:5000/v3/services/9413f26765b849e2bfb09bb6ef80e031"}, "enabled": true, "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.30:5000/v3/services/96859ba4aff64d788f591e061a166ccb"}, "enabled": true, "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.30:5000/v3/services/990fb337b7a7454ea032b067fa272cd9"}, "enabled": true, "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.30:5000/v3/services/a6c40b0800944d76a5148e61aa415487"}, "enabled": true, "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.30:5000/v3/services/aa09a6e0421a40479fe4e60f54d7d3b8"}, "enabled": true, "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.30:5000/v3/services/b05d650112da47deb8780ba78eb211ab"}, "enabled": true, "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.30:5000/v3/services/b6d9819c5a1a481fb79254890fa2c607"}, "enabled": true, "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.30:5000/v3/services/bf04b5098ffa4cc5be5663c92973fe62"}, "enabled": true, "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.30:5000/v3/services/dc4ad3693b554b2bbce95fd2391f4a25"}, "enabled": true, "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "links": {"self": "http://172.30.9.30:5000/v3/services", "previous": null, "next": null}} 2018-12-03 17:58:56,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/services used request id req-72c77ad8-e5a8-43fb-826a-80002225a0fc 2018-12-03 17:58:56,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0803170204163s 2018-12-03 17:58:56,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-12-03 17:58:56,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 17:58:56,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 17:58:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7410c925-c42a-42f8-8650-032e6f7e573a Content-Encoding: gzip Content-Length: 2067 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/084ab41f70734ee29d9a43b6aaaed64a"}, "url": "http://192.30.9.10:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7f1bfb554cf946d0a11fd2e225b9618d", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0dac910b1dea4b6f9d6d259380e9e427"}, "url": "http://192.30.9.10:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6c40b0800944d76a5148e61aa415487", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/196aebb5c3b1433994b31e6d527db893"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc4ad3693b554b2bbce95fd2391f4a25", "id": "196aebb5c3b1433994b31e6d527db893"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/274364aa481747fdb8f37ee235ba9c7f"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bf04b5098ffa4cc5be5663c92973fe62", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2b624f174fbd43d8b26dd315e5d18d4c"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4dc80267a8324614b8a3b8fa4a8dc60e", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2f8aa34e337342d7abba2f1749904d7d"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4dc80267a8324614b8a3b8fa4a8dc60e", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/30d7201553ef403ba3985605dd4888f4"}, "url": "http://192.30.9.10:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6c40b0800944d76a5148e61aa415487", "id": "30d7201553ef403ba3985605dd4888f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/344f742fc0f649b29a78b0ed3dc154c9"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa09a6e0421a40479fe4e60f54d7d3b8", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/399e8a0528854fd984203de6f269d1d4"}, "url": "http://172.30.9.30:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b05d650112da47deb8780ba78eb211ab", "id": "399e8a0528854fd984203de6f269d1d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/3f6d65e1429a40c7aee7f1e34470036b"}, "url": "http://172.30.9.30:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4dc80267a8324614b8a3b8fa4a8dc60e", "id": "3f6d65e1429a40c7aee7f1e34470036b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/415a38ec62f5473e83b67419e3f64376"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa09a6e0421a40479fe4e60f54d7d3b8", "id": "415a38ec62f5473e83b67419e3f64376"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/41fb9e01b0554adbb2dd29a6b36db5e2"}, "url": "http://172.30.9.30:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6c40b0800944d76a5148e61aa415487", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4f5ad6c0e83444d69365d4f4d551ca46"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9413f26765b849e2bfb09bb6ef80e031", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/55aeac80fe4b4e9a9646e779c400c78f"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "069d7908a8bd470e93a599f5ae7b5f91", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/563ce01d3adf4b0aaf846c04bd036fc4"}, "url": "http://172.30.9.30:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9413f26765b849e2bfb09bb6ef80e031", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/5a197c91772f41c58f736edf2713c223"}, "url": "http://172.30.9.30:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa09a6e0421a40479fe4e60f54d7d3b8", "id": "5a197c91772f41c58f736edf2713c223"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6114da7963354b72ae81efacdeb61143"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc4ad3693b554b2bbce95fd2391f4a25", "id": "6114da7963354b72ae81efacdeb61143"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/67571c7634ae4b11a1e7e5064fef956c"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b05d650112da47deb8780ba78eb211ab", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6b0f2c65d1d749668f4ab0c1d39e52f3"}, "url": "http://192.30.9.10:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "85e3a2ddeb224676ac332562b2721fe5", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/80387e5af9eb4dbdbdc27e4b9dd1e53e"}, "url": "http://172.30.9.30:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2ede4c2c96ec44dc866b64b5e976ba5c", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/8e0340ad86aa49c5b5639897002d16ee"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2f85a25c736a4047b94f4894d2865636", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/8f3723939124493b8de997326cbf8049"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "990fb337b7a7454ea032b067fa272cd9", "id": "8f3723939124493b8de997326cbf8049"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/95ac082af78c44fbbd15669637466689"}, "url": "http://172.30.9.30:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7a70d1c70ce2482dad40eaab9a72fa43", "id": "95ac082af78c44fbbd15669637466689"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/9948a8e85dea4484b2cc150a91ba8d3e"}, "url": "http://192.30.9.10:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7f1bfb554cf946d0a11fd2e225b9618d", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/9b13970dc8cd42bcb889ab5b4ee22054"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b6d9819c5a1a481fb79254890fa2c607", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a0ed5bb133774010a488c34d6aab6921"}, "url": "http://172.30.9.30:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "85e3a2ddeb224676ac332562b2721fe5", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a2e8556f7c594f7f89d57d83ab8dafbf"}, "url": "http://192.30.9.10:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "85e3a2ddeb224676ac332562b2721fe5", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/aed211f5ac8641a3b2354094260c57b3"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bf04b5098ffa4cc5be5663c92973fe62", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b032ab67dcfd459ba821b9027e8e401d"}, "url": "http://172.30.9.30:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "990fb337b7a7454ea032b067fa272cd9", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b5f1a0517abb45cc8d6628a0a8dbab1b"}, "url": "http://172.30.9.30:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b6d9819c5a1a481fb79254890fa2c607", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b68c4b128b824e7a8b708e9b713478a7"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2f85a25c736a4047b94f4894d2865636", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/bcb6ab0897fc4b98a8e6d4ec86d351bf"}, "url": "http://192.30.9.10:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2ede4c2c96ec44dc866b64b5e976ba5c", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/bd56513ae07343fcaac4a9b0e0d619f5"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b6d9819c5a1a481fb79254890fa2c607", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c770f39b61d64814995e5d0ed127a44b"}, "url": "http://192.30.9.10:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2ede4c2c96ec44dc866b64b5e976ba5c", "id": "c770f39b61d64814995e5d0ed127a44b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c850df21875340ee8edf5531f6687104"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "069d7908a8bd470e93a599f5ae7b5f91", "id": "c850df21875340ee8edf5531f6687104"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/d37ac7247e7c441cb6317b5a5f47aae5"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9413f26765b849e2bfb09bb6ef80e031", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/db739b64fe6042f8b2c5edef11692b77"}, "url": "http://172.30.9.30:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2f85a25c736a4047b94f4894d2865636", "id": "db739b64fe6042f8b2c5edef11692b77"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e33a894896574f5ab3f5f113da2147f3"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7a70d1c70ce2482dad40eaab9a72fa43", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e405963ebec94a658f6651f623875d5d"}, "url": "http://172.30.9.30:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bf04b5098ffa4cc5be5663c92973fe62", "id": "e405963ebec94a658f6651f623875d5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e706713d6c1e4a9baa31dee026cb7b05"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7a70d1c70ce2482dad40eaab9a72fa43", "id": "e706713d6c1e4a9baa31dee026cb7b05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e79a9375723546b18205866fd9a5a7aa"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "990fb337b7a7454ea032b067fa272cd9", "id": "e79a9375723546b18205866fd9a5a7aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/eebc1a16a783406aaaa2b5a26030246f"}, "url": "http://172.30.9.30:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "069d7908a8bd470e93a599f5ae7b5f91", "id": "eebc1a16a783406aaaa2b5a26030246f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f0a5d0ad31fb4d6aa7431d1c19021201"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b05d650112da47deb8780ba78eb211ab", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/fa029f8256284e7d906e30fe807587dd"}, "url": "http://172.30.9.30:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7f1bfb554cf946d0a11fd2e225b9618d", "id": "fa029f8256284e7d906e30fe807587dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ff51d37e7c674cc9873fa1a182e6a042"}, "url": "http://172.30.9.30:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc4ad3693b554b2bbce95fd2391f4a25", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "links": {"self": "http://172.30.9.30:5000/v3/endpoints", "previous": null, "next": null}} 2018-12-03 17:58:56,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-7410c925-c42a-42f8-8650-032e6f7e573a 2018-12-03 17:58:56,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0843911170959s 2018-12-03 17:58:56,961 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-12-03 17:58:56,988 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-12-03 17:58:58,791 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:58:58,791 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:58:58,791 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:58:58,791 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:58:58,791 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:58:58,791 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:58:58,791 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:58:58,792 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-12-03 17:58:58,792 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:58:58.733Z", "updated_at": "2018-12-03T17:58:58.733Z", "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_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "region": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "keystone_url": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": true, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-12-03 17:58:58,793 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:58:58,793 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:58:58 GMT 2018-12-03 17:58:58,793 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:58:58,793 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-12-03 17:58:58,794 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:58:58,807 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-12-03 17:58:58,807 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.30:5000", "keystone_tenant_name": "vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_7a89a1ac-2675-46ec-8674-40a9ce733658", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "keystone_password": "c20ce3d2-bf63-497d-8135-0192c080a2d9", "reference_vnf_flavor_id": "05c9a920-de8f-43fd-a963-5dac213e0403", "target_vnf_flavor_id": "05c9a920-de8f-43fd-a963-5dac213e0403", "target_vnf_image_id": "efe88a4f-21d8-4e90-aab0-99d7ec547003"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-12-03 17:58:59,734 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:58:59,734 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:58:59,735 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:58:59,735 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:58:59,735 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:58:59,735 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:58:59,735 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:58:59,735 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-12-03 17:58:59,735 - 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": "05c9a920-de8f-43fd-a963-5dac213e0403", "target_vnf_flavor_id": "05c9a920-de8f-43fd-a963-5dac213e0403", "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_7a89a1ac-2675-46ec-8674-40a9ce733658", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "keystone_password": "c20ce3d2-bf63-497d-8135-0192c080a2d9", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.30: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": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "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"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-12-03T17:58:58.999Z", "updated_at": "2018-12-03T17:58:58.999Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-12-03 17:58:59,735 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:58:59,735 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:58:59 GMT 2018-12-03 17:58:59,736 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:58:59,736 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-12-03 17:58:59,736 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:58:59,736 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions 2018-12-03 17:58:59,817 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:58:59,817 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:58:59,817 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:58:59,818 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:58:59,818 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:58:59,818 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:58:59,818 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:58:59,818 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:58:59.609Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-12-03 17:58:59,818 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:58:59,818 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:58:59 GMT 2018-12-03 17:58:59,818 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:58:59,818 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-12-03 17:58:59,819 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:58:59,819 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 17:58:59,925 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:58:59,925 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:58:59,925 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:58:59,925 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:58:59,925 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:58:59,925 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:58:59,926 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:58:59,926 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-12-03 17:58:59,926 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:58:59,926 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:58:59 GMT 2018-12-03 17:58:59,926 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:58:59,926 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-12-03 17:58:59,926 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:58:59,926 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e 2018-12-03 17:59:00,006 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:00,007 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:00,007 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:00,007 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:00,007 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:00,007 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:00,007 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:00,007 - 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"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "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-12-03T17:58:59.609Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"} 2018-12-03 17:59:00,007 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:00,007 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:00 GMT 2018-12-03 17:59:00,008 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:00,008 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-12-03 17:59:00,008 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:05,013 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 17:59:05,233 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:05,233 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:05,233 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:05,234 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:05,234 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:05,234 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:05,234 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:05,234 - 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-12-03T17:59:00.751Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:00.751Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:01.056Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:01.056Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:01.056Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:01.056Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:01.056Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:01.056Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:01.140Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:01.140Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e", "logger": "e7cd267e-3d48-407b-bd72-ea765f8cad7b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:02.015Z", "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-12-03T17:59:02.015Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e", "logger": "e7cd267e-3d48-407b-bd72-ea765f8cad7b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:03.035Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:03.035Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e", "logger": "e7cd267e-3d48-407b-bd72-ea765f8cad7b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:03.035Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpz1kFhY --prefix=\"/tmp/openstack-fLA5qF\" --constraint=\"/tmp/openstack-fLA5qF/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:03.035Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e", "logger": "e7cd267e-3d48-407b-bd72-ea765f8cad7b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:03.035Z", "message": "Installing from directory: /tmp/tmpz1kFhY [args=--prefix=\"/tmp/openstack-fLA5qF\" --constraint=\"/tmp/openstack-fLA5qF/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:03.035Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e", "logger": "e7cd267e-3d48-407b-bd72-ea765f8cad7b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:03.035Z", "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-12-03T17:59:03.035Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e", "logger": "e7cd267e-3d48-407b-bd72-ea765f8cad7b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:03.035Z", "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-12-03T17:59:03.035Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e", "logger": "e7cd267e-3d48-407b-bd72-ea765f8cad7b"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-12-03 17:59:05,234 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:05,234 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:05 GMT 2018-12-03 17:59:05,234 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:05,234 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2018-12-03 17:59:05,235 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:05,235 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-12-03 17:59:05,235 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-03 17:59:05,235 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-03 17:59:05,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-12-03 17:59:05,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-12-03 17:59:05,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-12-03 17:59:05,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-12-03 17:59:05,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpz1kFhY --prefix="/tmp/openstack-fLA5qF" --constraint="/tmp/openstack-fLA5qF/constraint.txt" 2018-12-03 17:59:05,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmpz1kFhY [args=--prefix="/tmp/openstack-fLA5qF" --constraint="/tmp/openstack-fLA5qF/constraint.txt", package_name=cloudify-openstack-plugin] 2018-12-03 17:59:05,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-12-03 17:59:05,237 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-12-03 17:59:05,237 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e 2018-12-03 17:59:05,370 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:05,370 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:05,371 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:05,371 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:05,371 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:05,371 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:05,371 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:05,371 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:58:59.609Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"} 2018-12-03 17:59:05,371 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:05,371 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:05 GMT 2018-12-03 17:59:05,371 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:05,372 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-12-03 17:59:05,372 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:10,377 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 17:59:10,657 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:10,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:10,658 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:10,658 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:10,658 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:10,658 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:10,658 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:10,658 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-03 17:59:10,658 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:10,659 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:10 GMT 2018-12-03 17:59:10,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:10,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-03 17:59:10,659 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:10,659 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e 2018-12-03 17:59:10,725 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:10,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:10,726 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:10,726 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:10,726 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:10,726 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:10,726 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:10,726 - 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"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "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-12-03T17:58:59.609Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"} 2018-12-03 17:59:10,727 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:10,727 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:10 GMT 2018-12-03 17:59:10,727 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:10,727 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-12-03 17:59:10,727 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:15,733 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 17:59:15,825 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:15,826 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:15,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:15,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:15,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:15,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:15,826 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:15,826 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-03 17:59:15,826 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:15,826 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:15 GMT 2018-12-03 17:59:15,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:15,827 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-03 17:59:15,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:15,827 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e 2018-12-03 17:59:15,904 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:15,904 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:15,904 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:15,904 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:15,904 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:15,904 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:15,905 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:15,905 - 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"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "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-12-03T17:58:59.609Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"} 2018-12-03 17:59:15,905 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:15,905 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:15 GMT 2018-12-03 17:59:15,905 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:15,905 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-12-03 17:59:15,905 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:20,911 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 17:59:21,001 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:21,001 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:21,001 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:21,001 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:21,001 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:21,001 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:21,001 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:21,002 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-03 17:59:21,002 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:21,002 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:21 GMT 2018-12-03 17:59:21,002 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:21,002 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-03 17:59:21,002 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:21,002 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e 2018-12-03 17:59:21,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:21,086 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:21,086 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:21,086 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:21,086 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:21,086 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:21,086 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:21,086 - 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"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "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-12-03T17:58:59.609Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"} 2018-12-03 17:59:21,086 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:21,086 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:21 GMT 2018-12-03 17:59:21,087 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:21,087 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-12-03 17:59:21,087 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:26,092 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 17:59:26,177 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:26,177 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:26,177 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:26,178 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:26,178 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:26,178 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:26,178 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:26,178 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-03 17:59:26,178 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:26,178 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:26 GMT 2018-12-03 17:59:26,178 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:26,178 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-03 17:59:26,179 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:26,179 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e 2018-12-03 17:59:26,244 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:26,244 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:26,244 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:26,244 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:26,244 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:26,244 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:26,244 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:26,245 - 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"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "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-12-03T17:58:59.609Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"} 2018-12-03 17:59:26,245 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:26,245 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:26 GMT 2018-12-03 17:59:26,245 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:26,245 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-12-03 17:59:26,245 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:31,251 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 17:59:31,484 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:31,485 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:31,485 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:31,485 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:31,485 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:31,485 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:31,485 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:31,485 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-03 17:59:31,485 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:31,485 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:31 GMT 2018-12-03 17:59:31,486 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:31,486 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-03 17:59:31,486 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:31,486 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e 2018-12-03 17:59:31,560 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:31,560 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:31,561 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:31,561 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:31,561 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:31,561 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:31,561 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:31,561 - 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"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "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-12-03T17:58:59.609Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"} 2018-12-03 17:59:31,561 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:31,561 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:31 GMT 2018-12-03 17:59:31,562 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:31,562 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-12-03 17:59:31,562 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:34,125 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 17:59:36,567 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 17:59:36,640 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:36,640 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:36,640 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:36,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:36,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:36,641 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:36,641 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:36,641 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:36.377Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:36.377Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e", "logger": "e7cd267e-3d48-407b-bd72-ea765f8cad7b"}], "metadata": {"pagination": {"total": 12, "offset": 11, "size": 50}}} 2018-12-03 17:59:36,641 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:36,641 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:36 GMT 2018-12-03 17:59:36,641 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:36,641 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 585 2018-12-03 17:59:36,641 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:36,642 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-12-03 17:59:36,642 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e 2018-12-03 17:59:36,703 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:36,703 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:36,703 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:36,703 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:36,703 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:36,703 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:36,704 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:36,704 - 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"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "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-12-03T17:58:59.609Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"} 2018-12-03 17:59:36,704 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:36,704 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:36 GMT 2018-12-03 17:59:36,704 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:36,704 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-12-03 17:59:36,704 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:41,710 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 17:59:41,788 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:41,788 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:41,788 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:41,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:41,789 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:41,789 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:41,789 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:41,789 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:37.151Z", "message": "Removing directory: /tmp/tmpz1kFhY", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:37.151Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e", "logger": "e7cd267e-3d48-407b-bd72-ea765f8cad7b"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:37.493Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:37.493Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:38.100Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:38.100Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:38.100Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:38.100Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:39.139Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:39.139Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"}], "metadata": {"pagination": {"total": 17, "offset": 12, "size": 50}}} 2018-12-03 17:59:41,789 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:41,789 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:41 GMT 2018-12-03 17:59:41,789 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:41,789 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2486 2018-12-03 17:59:41,789 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:41,790 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmpz1kFhY 2018-12-03 17:59:41,790 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-03 17:59:41,790 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-12-03 17:59:41,790 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-12-03 17:59:41,791 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-12-03 17:59:41,791 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e 2018-12-03 17:59:41,858 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:41,859 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:41,859 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:41,859 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:41,859 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:41,859 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:41,859 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:41,859 - 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"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "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-12-03T17:58:59.609Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"} 2018-12-03 17:59:41,859 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:41,860 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:41 GMT 2018-12-03 17:59:41,860 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:41,860 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2018-12-03 17:59:41,860 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:41,860 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-12-03 17:59:41,861 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.208:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-12-03 17:59:42,023 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:42,024 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:42,024 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:42,024 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:42,024 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:42,024 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:42,024 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:42,024 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2018-12-03 17:59:42,024 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 17:59:42,024 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:42,025 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:42 GMT 2018-12-03 17:59:42,025 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:42,025 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 17:59:42,025 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:42,025 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 17:59:42,097 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:42,098 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:42,098 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:42,098 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:42,098 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:42,098 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:42,098 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:42,098 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-12-03 17:59:42,098 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:42,099 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:42 GMT 2018-12-03 17:59:42,099 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:42,099 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-12-03 17:59:42,099 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:42,099 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 17:59:42,159 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:42,159 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:42,159 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:42,159 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:42,159 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:42,159 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:42,159 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:42,159 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 17:59:42,160 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:42,160 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:42 GMT 2018-12-03 17:59:42,160 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:42,160 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 17:59:42,160 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:47,165 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 17:59:47,268 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:47,269 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:47,269 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:47,269 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:47,269 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:47,269 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:47,269 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:47,269 - 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-12-03T17:59:42.618Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:42.618Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_ip_02d4dk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:43.958Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:43.958Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_ip_02d4dk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:44.151Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:44.151Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "security_group_zlpwbw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:44.151Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:44.151Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "security_group_zlpwbw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:45.837Z", "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-12-03T17:59:45.837Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "a42466d2-9723-4491-abae-39e0394ac860"}, {"node_instance_id": "external_network_cp460n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:45.839Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:45.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_ip_g0hnos", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:45.839Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:45.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "data_plane_network_b7bna3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:45.839Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:45.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "data_plane_network_b7bna3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:45.839Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:45.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "data_plane_network_b7bna3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:45.839Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:45.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_ip_02d4dk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:45.839Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:45.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "external_network_cp460n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:45.839Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:45.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "security_group_zlpwbw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:45.839Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:45.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "external_network_cp460n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:45.839Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:45.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "keypair_rlt3je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:45.839Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:45.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "security_group_zlpwbw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:45.839Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:45.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_ip_g0hnos", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:45.839Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:45.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "security_group_zlpwbw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:46.205Z", "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-12-03T17:59:46.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "a42466d2-9723-4491-abae-39e0394ac860"}, {"node_instance_id": "security_group_zlpwbw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:46.205Z", "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-12-03T17:59:46.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "a42466d2-9723-4491-abae-39e0394ac860"}, {"node_instance_id": "security_group_zlpwbw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:46.205Z", "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-12-03T17:59:46.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "a42466d2-9723-4491-abae-39e0394ac860"}, {"node_instance_id": "security_group_zlpwbw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:46.205Z", "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-12-03T17:59:46.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "a42466d2-9723-4491-abae-39e0394ac860"}, {"node_instance_id": "security_group_zlpwbw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:46.205Z", "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-12-03T17:59:46.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "a42466d2-9723-4491-abae-39e0394ac860"}, {"node_instance_id": "security_group_zlpwbw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:46.205Z", "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-12-03T17:59:46.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "a42466d2-9723-4491-abae-39e0394ac860"}, {"node_instance_id": "security_group_zlpwbw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:46.205Z", "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-12-03T17:59:46.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "a42466d2-9723-4491-abae-39e0394ac860"}, {"node_instance_id": "management_plane_network_keb6qe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:46.875Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:46.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "keypair_rlt3je", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:46.875Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:46.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_ip_g0hnos", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:46.875Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:46.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "management_plane_network_keb6qe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:46.875Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:46.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}], "metadata": {"pagination": {"total": 28, "offset": 0, "size": 50}}} 2018-12-03 17:59:47,269 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:47,270 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:47 GMT 2018-12-03 17:59:47,270 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:47,270 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15221 2018-12-03 17:59:47,270 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:47,271 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-12-03 17:59:47,271 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 17:59:47,271 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-12-03 17:59:47,271 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 17:59:47,271 - 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-12-03 17:59:47,271 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-12-03 17:59:47,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 17:59:47,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 17:59:47,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-12-03 17:59:47,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-12-03 17:59:47,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-12-03 17:59:47,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-12-03 17:59:47,273 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-03 17:59:47,273 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 17:59:47,273 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 17:59:47,273 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-03 17:59:47,273 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-12-03 17:59:47,273 - 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-12-03 17:59:47,274 - 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-12-03 17:59:47,274 - 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-12-03 17:59:47,274 - 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-12-03 17:59:47,274 - 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-12-03 17:59:47,274 - 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-12-03 17:59:47,274 - 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-12-03 17:59:47,275 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-12-03 17:59:47,275 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-12-03 17:59:47,275 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-12-03 17:59:47,275 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 17:59:47,275 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 17:59:47,390 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:47,391 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:47,391 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:47,391 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:47,391 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:47,391 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:47,391 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:47,391 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 17:59:47,391 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:47,392 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:47 GMT 2018-12-03 17:59:47,392 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:47,392 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 17:59:47,392 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:52,397 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 17:59:52,473 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:52,473 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:52,473 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:52,473 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:52,473 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:52,474 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:52,474 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:52,474 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "external_network_cp460n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:47.354Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:47.354Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "5248bf1b-2761-45f6-a32e-a988891028c6"}, {"node_instance_id": "external_network_cp460n", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:47.901Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:47.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "keypair_rlt3je", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:47.901Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:47.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "management_plane_network_keb6qe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:47.901Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:47.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "data_plane_network_b7bna3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:47.901Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:47.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "data_plane_network_b7bna3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:47.901Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:47.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "external_network_cp460n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:47.901Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:47.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_ip_02d4dk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:48.389Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'94ea7fdc32464fee85b82dd37692973c', u'created_at': u'2018-12-03T17:59:47Z', u'updated_at': u'2018-12-03T17:59:47Z', u'floating_network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.200', u'revision_number': 0, u'project_id': u'94ea7fdc32464fee85b82dd37692973c', u'port_id': None, u'id': u'20e8656b-99f3-4d91-989d-3243c40488ea'}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:48.389Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "45c8ba34-e855-4d4c-a30d-f5190bcfcd2c"}, {"node_instance_id": "target_vnf_ip_g0hnos", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:48.389Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'94ea7fdc32464fee85b82dd37692973c', u'created_at': u'2018-12-03T17:59:47Z', u'updated_at': u'2018-12-03T17:59:47Z', u'floating_network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'94ea7fdc32464fee85b82dd37692973c', u'port_id': None, u'id': u'c082702c-e1e2-4f4f-bc1b-a555a0021232'}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:48.389Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "dfe124a2-1684-4125-976a-77f2a3150501"}, {"node_instance_id": "target_vnf_ip_g0hnos", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:48.923Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:48.923Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "external_network_cp460n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:48.923Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:48.923Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_ip_02d4dk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:48.923Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:48.923Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "data_plane_network_b7bna3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:48.923Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:48.923Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "keypair_rlt3je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:48.923Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:48.923Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_ip_02d4dk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:49.938Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:49.938Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "keypair_rlt3je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:49.938Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:49.938Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_ip_g0hnos", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:49.938Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:49.938Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_ip_g0hnos", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:49.938Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:49.938Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "management_plane_network_keb6qe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:49.938Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:49.938Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "management_plane_network_keb6qe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:51.076Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:51.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "security_group_zlpwbw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:51.076Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:51.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "router_fy38nb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:51.076Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:51.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "router_fy38nb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:51.076Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:51.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "data_plane_subnet_g92v0v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:51.076Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:51.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "data_plane_subnet_g92v0v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:51.076Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:51.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "router_fy38nb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:51.076Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:51.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "keypair_rlt3je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:51.076Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:51.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_ip_02d4dk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:51.076Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:51.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "data_plane_subnet_g92v0v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:51.076Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:51.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "security_group_zlpwbw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:52.096Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:52.096Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "management_plane_network_keb6qe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:52.096Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:52.096Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "security_group_zlpwbw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:52.096Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:52.096Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}], "metadata": {"pagination": {"total": 60, "offset": 28, "size": 50}}} 2018-12-03 17:59:52,474 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:52,474 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:52 GMT 2018-12-03 17:59:52,474 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:52,474 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16536 2018-12-03 17:59:52,474 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:52,475 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-12-03 17:59:52,475 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-12-03 17:59:52,475 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-12-03 17:59:52,475 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-12-03 17:59:52,476 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 17:59:52,476 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-12-03 17:59:52,476 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 17:59:52,476 - 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'94ea7fdc32464fee85b82dd37692973c', u'created_at': u'2018-12-03T17:59:47Z', u'updated_at': u'2018-12-03T17:59:47Z', u'floating_network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.200', u'revision_number': 0, u'project_id': u'94ea7fdc32464fee85b82dd37692973c', u'port_id': None, u'id': u'20e8656b-99f3-4d91-989d-3243c40488ea'} 2018-12-03 17:59:52,476 - 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'94ea7fdc32464fee85b82dd37692973c', u'created_at': u'2018-12-03T17:59:47Z', u'updated_at': u'2018-12-03T17:59:47Z', u'floating_network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'94ea7fdc32464fee85b82dd37692973c', u'port_id': None, u'id': u'c082702c-e1e2-4f4f-bc1b-a555a0021232'} 2018-12-03 17:59:52,476 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-12-03 17:59:52,477 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 17:59:52,477 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-12-03 17:59:52,477 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 17:59:52,477 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-12-03 17:59:52,477 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 17:59:52,477 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 17:59:52,477 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 17:59:52,478 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 17:59:52,478 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-12-03 17:59:52,478 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 17:59:52,478 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-03 17:59:52,478 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 17:59:52,478 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-12-03 17:59:52,478 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-12-03 17:59:52,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 17:59:52,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-12-03 17:59:52,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 17:59:52,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 17:59:52,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-12-03 17:59:52,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 17:59:52,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 17:59:52,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 17:59:52,480 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 17:59:52,544 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:52,544 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:52,544 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:52,544 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:52,544 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:52,544 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:52,544 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:52,545 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 17:59:52,545 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:52,545 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:52 GMT 2018-12-03 17:59:52,545 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:52,545 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 17:59:52,545 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:57,550 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 17:59:57,628 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:57,629 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:57,629 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:57,629 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:57,629 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:57,629 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:57,629 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:57,629 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_subnet_g92v0v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:53.120Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:53.120Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "data_plane_subnet_g92v0v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:53.120Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:53.120Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "data_plane_subnet_g92v0v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:54.138Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:54.138Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_data_plane_port_5spbrp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:55.325Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:55.325Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_data_plane_port_5spbrp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:55.325Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:55.325Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_data_plane_port_ca85lg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:55.325Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:55.325Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_data_plane_port_ca85lg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:55.325Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:55.325Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_data_plane_port_5spbrp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:55.325Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:55.325Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_data_plane_port_ca85lg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:55.325Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:55.325Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "router_fy38nb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:56.459Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:56.459Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "router_fy38nb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:57.345Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:57.345Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}], "metadata": {"pagination": {"total": 71, "offset": 60, "size": 50}}} 2018-12-03 17:59:57,630 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:57,630 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:57 GMT 2018-12-03 17:59:57,630 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:57,630 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5526 2018-12-03 17:59:57,630 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 17:59:57,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 17:59:57,631 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-12-03 17:59:57,631 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 17:59:57,631 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-12-03 17:59:57,631 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-12-03 17:59:57,631 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-12-03 17:59:57,631 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 17:59:57,632 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 17:59:57,632 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-12-03 17:59:57,632 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-12-03 17:59:57,632 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 17:59:57,632 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 17:59:57,692 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 17:59:57,692 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 17:59:57,692 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 17:59:57,692 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 17:59:57,692 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 17:59:57,692 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 17:59:57,692 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 17:59:57,692 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 17:59:57,693 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 17:59:57,693 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 17:59:57 GMT 2018-12-03 17:59:57,693 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 17:59:57,693 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 17:59:57,693 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:02,698 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:00:02,770 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:02,770 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:02,770 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:02,771 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:02,771 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:02,771 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:02,771 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:02,771 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_data_plane_port_5spbrp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:58.358Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:58.358Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_data_plane_port_5spbrp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:58.358Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:58.358Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "router_fy38nb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:58.358Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:58.358Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_data_plane_port_ca85lg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:58.358Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:58.358Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_data_plane_port_ca85lg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:58.358Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:58.358Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_data_plane_port_ca85lg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:59.540Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:59.540Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "management_plane_subnet_rp9m1x", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:59.540Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:59.540Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "management_plane_subnet_rp9m1x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:59.540Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:59.540Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "management_plane_subnet_rp9m1x", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:59.540Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:59.540Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_data_plane_port_5spbrp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T17:59:59.540Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T17:59:59.540Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:00.582Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:00.582Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:00.582Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:00.582Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:01.290Z", "message": "connect_security_group(): source_id=4fc0762d-8b76-4c94-9b7b-0bb00128cc3a target={u'external_id': u'9d34c116-1fb7-468e-b145-50b3e4857c15', 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-12-03T18:00:01.290Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "2f97ce06-f530-44e3-ad37-d5f3ec5fdede"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:01.439Z", "message": "connect_security_group(): source_id=9f08909f-9b54-419a-a494-ada36829c08f target={u'external_id': u'9d34c116-1fb7-468e-b145-50b3e4857c15', 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-12-03T18:00:01.439Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "aa50b363-c341-45bb-a979-70ea895443db"}, {"node_instance_id": "management_plane_subnet_rp9m1x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:01.593Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:01.593Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "management_plane_subnet_rp9m1x", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:01.593Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:01.593Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:02.612Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:02.612Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}], "metadata": {"pagination": {"total": 90, "offset": 71, "size": 50}}} 2018-12-03 18:00:02,771 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:02,771 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:02 GMT 2018-12-03 18:00:02,771 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:02,771 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8948 2018-12-03 18:00:02,772 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:02,772 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 18:00:02,772 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-12-03 18:00:02,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 18:00:02,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-12-03 18:00:02,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 18:00:02,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 18:00:02,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-12-03 18:00:02,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 18:00:02,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-12-03 18:00:02,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 18:00:02,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-12-03 18:00:02,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-12-03 18:00:02,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=4fc0762d-8b76-4c94-9b7b-0bb00128cc3a target={u'external_id': u'9d34c116-1fb7-468e-b145-50b3e4857c15', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-12-03 18:00:02,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=9f08909f-9b54-419a-a494-ada36829c08f target={u'external_id': u'9d34c116-1fb7-468e-b145-50b3e4857c15', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-12-03 18:00:02,775 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 18:00:02,775 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-12-03 18:00:02,775 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-12-03 18:00:02,775 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:00:02,837 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:02,837 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:02,837 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:02,837 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:02,837 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:02,837 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:02,837 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:02,837 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:00:02,838 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:02,838 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:02 GMT 2018-12-03 18:00:02,838 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:02,838 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:00:02,838 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:07,843 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:00:07,969 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:07,969 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:07,969 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:07,969 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:07,969 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:07,969 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:07,969 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:07,969 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_rp9m1x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:03.640Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:03.640Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:03.640Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:03.640Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:03.640Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:03.640Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:03.640Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:03.640Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:06.940Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:06.940Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}], "metadata": {"pagination": {"total": 95, "offset": 88, "size": 50}}} 2018-12-03 18:00:07,970 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:07,970 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:07 GMT 2018-12-03 18:00:07,970 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:07,970 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2562 2018-12-03 18:00:07,970 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:07,970 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 18:00:07,971 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-12-03 18:00:07,971 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-12-03 18:00:07,971 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-12-03 18:00:07,971 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-12-03 18:00:07,971 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:00:08,053 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:08,053 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:08,053 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:08,054 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:08,054 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:08,054 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:08,054 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:08,054 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:00:08,054 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:08,054 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:08 GMT 2018-12-03 18:00:08,054 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:08,054 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:00:08,054 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:13,060 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:00:13,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:13,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:13,248 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:13,248 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:13,248 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:13,248 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:13,248 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:13,249 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_port_zbo8qg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:08.063Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:08.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_port_x3nnl2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:08.063Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:08.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_port_zbo8qg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:08.063Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:08.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_port_zbo8qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:08.063Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:08.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_port_x3nnl2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:08.063Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:08.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_port_x3nnl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:08.063Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:08.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_port_zbo8qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:10.628Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:10.628Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_port_x3nnl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:11.079Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:11.079Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_port_zbo8qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:12.091Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:12.091Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_port_x3nnl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:12.091Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:12.091Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}], "metadata": {"pagination": {"total": 105, "offset": 93, "size": 50}}} 2018-12-03 18:00:13,249 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:13,249 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:13 GMT 2018-12-03 18:00:13,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:13,249 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4975 2018-12-03 18:00:13,249 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:13,250 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-12-03 18:00:13,250 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-12-03 18:00:13,250 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-12-03 18:00:13,250 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 18:00:13,250 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-12-03 18:00:13,251 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 18:00:13,251 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-12-03 18:00:13,251 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-12-03 18:00:13,251 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 18:00:13,251 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 18:00:13,251 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:00:13,338 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:13,338 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:13,338 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:13,338 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:13,338 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:13,338 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:13,338 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:13,338 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:00:13,339 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:13,339 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:13 GMT 2018-12-03 18:00:13,339 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:13,339 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:00:13,339 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:18,340 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:00:18,560 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:18,560 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:18,560 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:18,560 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:18,560 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:18,560 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:18,560 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:18,561 - 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": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:13.249Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:13.249Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_port_zbo8qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:13.249Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:13.249Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_port_x3nnl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:13.249Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:13.249Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:13.249Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:13.249Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:14.264Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:14.264Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:14.432Z", "message": "connect_security_group(): source_id=1327c564-6544-4761-a4a7-35baa8f78516 target={u'external_id': u'9d34c116-1fb7-468e-b145-50b3e4857c15', 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-12-03T18:00:14.432Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "fc961e5a-7aa8-404c-9ecb-45e607af9a3c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:15.548Z", "message": "connect_security_group(): source_id=038b929e-77b2-4cd3-8e96-aae8fd8dd78d target={u'external_id': u'9d34c116-1fb7-468e-b145-50b3e4857c15', 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-12-03T18:00:15.548Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "9deacbdf-8fee-4127-9640-673deccf1c35"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:15.787Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:15.787Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:16.412Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:16.412Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:16.412Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:16.412Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:16.412Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:16.412Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:17.935Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:17.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:18.427Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:18.427Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}], "metadata": {"pagination": {"total": 121, "offset": 103, "size": 50}}} 2018-12-03 18:00:18,561 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:18,561 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:18 GMT 2018-12-03 18:00:18,561 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:18,561 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6954 2018-12-03 18:00:18,561 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:18,562 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-12-03 18:00:18,562 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 18:00:18,562 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 18:00:18,562 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-12-03 18:00:18,562 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-12-03 18:00:18,562 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=1327c564-6544-4761-a4a7-35baa8f78516 target={u'external_id': u'9d34c116-1fb7-468e-b145-50b3e4857c15', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-12-03 18:00:18,563 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=038b929e-77b2-4cd3-8e96-aae8fd8dd78d target={u'external_id': u'9d34c116-1fb7-468e-b145-50b3e4857c15', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-12-03 18:00:18,563 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-12-03 18:00:18,563 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-12-03 18:00:18,563 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-12-03 18:00:18,563 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-12-03 18:00:18,563 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-12-03 18:00:18,564 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-12-03 18:00:18,564 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:00:18,636 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:18,636 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:18,636 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:18,636 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:18,637 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:18,637 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:18,637 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:18,637 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:00:18,637 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:18,637 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:18 GMT 2018-12-03 18:00:18,637 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:18,637 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:00:18,637 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:23,643 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:00:23,760 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:23,760 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:23,760 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:23,761 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:23,761 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:23,761 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:23,761 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:23,761 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:19.578Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:19.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:19.578Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:19.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:19.578Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:19.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:19.578Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:19.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:19.578Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:19.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:19.578Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:19.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:19.955Z", "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'1327c564-6544-4761-a4a7-35baa8f78516', u'fixed_ip_address': u'11.0.0.9', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:0f:d4:b4'}, {u'external_id': u'4fc0762d-8b76-4c94-9b7b-0bb00128cc3a', u'fixed_ip_address': u'12.0.0.4', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:52:ec:57'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:19.955Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "2674b8c3-77d8-42f2-9674-11f14c56d39e"}, {"node_instance_id": "target_vnf_host_tc1jip", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:20.804Z", "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'038b929e-77b2-4cd3-8e96-aae8fd8dd78d', u'fixed_ip_address': u'11.0.0.7', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:9e:1b:eb'}, {u'external_id': u'9f08909f-9b54-419a-a494-ada36829c08f', u'fixed_ip_address': u'12.0.0.8', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:5b:aa:79'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:20.804Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "bf65c0e4-4d63-43c0-9b4d-69286b269320"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:20.804Z", "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-12-03T18:00:20.804Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "2674b8c3-77d8-42f2-9674-11f14c56d39e"}, {"node_instance_id": "target_vnf_host_tc1jip", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:20.804Z", "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-12-03T18:00:20.804Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "bf65c0e4-4d63-43c0-9b4d-69286b269320"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:22.610Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'efe88a4f-21d8-4e90-aab0-99d7ec547003', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'3c35860a-c522-415a-81d2-01146d252988'}, 'nics': [{'port-id': u'1327c564-6544-4761-a4a7-35baa8f78516'}, {'port-id': u'4fc0762d-8b76-4c94-9b7b-0bb00128cc3a'}], 'flavor': u'05c9a920-de8f-43fd-a963-5dac213e0403'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:22.610Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "2674b8c3-77d8-42f2-9674-11f14c56d39e"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:22.816Z", "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-12-03T18:00:22.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "2674b8c3-77d8-42f2-9674-11f14c56d39e"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:22.816Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'efe88a4f-21d8-4e90-aab0-99d7ec547003', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'3c35860a-c522-415a-81d2-01146d252988'}, 'nics': [{'port-id': u'1327c564-6544-4761-a4a7-35baa8f78516'}, {'port-id': u'4fc0762d-8b76-4c94-9b7b-0bb00128cc3a'}], 'flavor': u'05c9a920-de8f-43fd-a963-5dac213e0403'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:22.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "2674b8c3-77d8-42f2-9674-11f14c56d39e"}], "metadata": {"pagination": {"total": 134, "offset": 116, "size": 50}}} 2018-12-03 18:00:23,761 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:23,761 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:23 GMT 2018-12-03 18:00:23,761 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:23,761 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8873 2018-12-03 18:00:23,762 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:23,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 18:00:23,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-03 18:00:23,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-03 18:00:23,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-03 18:00:23,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-12-03 18:00:23,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-12-03 18:00:23,763 - 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'1327c564-6544-4761-a4a7-35baa8f78516', u'fixed_ip_address': u'11.0.0.9', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:0f:d4:b4'}, {u'external_id': u'4fc0762d-8b76-4c94-9b7b-0bb00128cc3a', u'fixed_ip_address': u'12.0.0.4', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:52:ec:57'}] 2018-12-03 18:00:23,763 - 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'038b929e-77b2-4cd3-8e96-aae8fd8dd78d', u'fixed_ip_address': u'11.0.0.7', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:9e:1b:eb'}, {u'external_id': u'9f08909f-9b54-419a-a494-ada36829c08f', u'fixed_ip_address': u'12.0.0.8', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:5b:aa:79'}] 2018-12-03 18:00:23,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-12-03 18:00:23,764 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-12-03 18:00:23,764 - 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'efe88a4f-21d8-4e90-aab0-99d7ec547003', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'3c35860a-c522-415a-81d2-01146d252988'}, 'nics': [{'port-id': u'1327c564-6544-4761-a4a7-35baa8f78516'}, {'port-id': u'4fc0762d-8b76-4c94-9b7b-0bb00128cc3a'}], 'flavor': u'05c9a920-de8f-43fd-a963-5dac213e0403'} 2018-12-03 18:00:23,764 - 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-12-03 18:00:23,764 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'efe88a4f-21d8-4e90-aab0-99d7ec547003', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'3c35860a-c522-415a-81d2-01146d252988'}, 'nics': [{'port-id': u'1327c564-6544-4761-a4a7-35baa8f78516'}, {'port-id': u'4fc0762d-8b76-4c94-9b7b-0bb00128cc3a'}], 'flavor': u'05c9a920-de8f-43fd-a963-5dac213e0403'} 2018-12-03 18:00:23,764 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:00:23,834 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:23,834 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:23,834 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:23,834 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:23,835 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:23,835 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:23,835 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:23,835 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:00:23,835 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:23,835 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:23 GMT 2018-12-03 18:00:23,835 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:23,835 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:00:23,835 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:28,841 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:00:30,790 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:30,790 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:30,790 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:30,790 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:30,791 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:30,791 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:30,791 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:30,791 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_tc1jip", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:23.860Z", "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-12-03T18:00:23.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "bf65c0e4-4d63-43c0-9b4d-69286b269320"}, {"node_instance_id": "target_vnf_host_tc1jip", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:23.860Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'efe88a4f-21d8-4e90-aab0-99d7ec547003', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'3c35860a-c522-415a-81d2-01146d252988'}, 'nics': [{'port-id': u'038b929e-77b2-4cd3-8e96-aae8fd8dd78d'}, {'port-id': u'9f08909f-9b54-419a-a494-ada36829c08f'}], 'flavor': u'05c9a920-de8f-43fd-a963-5dac213e0403'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:23.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "bf65c0e4-4d63-43c0-9b4d-69286b269320"}, {"node_instance_id": "target_vnf_host_tc1jip", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:23.860Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'efe88a4f-21d8-4e90-aab0-99d7ec547003', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'3c35860a-c522-415a-81d2-01146d252988'}, 'nics': [{'port-id': u'038b929e-77b2-4cd3-8e96-aae8fd8dd78d'}, {'port-id': u'9f08909f-9b54-419a-a494-ada36829c08f'}], 'flavor': u'05c9a920-de8f-43fd-a963-5dac213e0403'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:23.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "bf65c0e4-4d63-43c0-9b4d-69286b269320"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:24.439Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:24.439Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:25.602Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:25.602Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:25.602Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:25.602Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:26.642Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:26.642Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:26.642Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:26.642Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:26.642Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:26.642Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:26.642Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:26.642Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:27.658Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:27.658Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:27.658Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:27.658Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:27.658Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:27.658Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:28.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]", "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-12-03T18:00:28.670Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}], "metadata": {"pagination": {"total": 148, "offset": 129, "size": 50}}} 2018-12-03 18:00:30,791 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:30,791 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:30 GMT 2018-12-03 18:00:30,791 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:30,791 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8621 2018-12-03 18:00:30,791 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:30,792 - 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-12-03 18:00:30,792 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'efe88a4f-21d8-4e90-aab0-99d7ec547003', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'3c35860a-c522-415a-81d2-01146d252988'}, 'nics': [{'port-id': u'038b929e-77b2-4cd3-8e96-aae8fd8dd78d'}, {'port-id': u'9f08909f-9b54-419a-a494-ada36829c08f'}], 'flavor': u'05c9a920-de8f-43fd-a963-5dac213e0403'} 2018-12-03 18:00:30,792 - 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'efe88a4f-21d8-4e90-aab0-99d7ec547003', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'3c35860a-c522-415a-81d2-01146d252988'}, 'nics': [{'port-id': u'038b929e-77b2-4cd3-8e96-aae8fd8dd78d'}, {'port-id': u'9f08909f-9b54-419a-a494-ada36829c08f'}], 'flavor': u'05c9a920-de8f-43fd-a963-5dac213e0403'} 2018-12-03 18:00:30,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-03 18:00:30,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 18:00:30,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-03 18:00:30,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-03 18:00:30,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-03 18:00:30,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 18:00:30,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-12-03 18:00:30,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-03 18:00:30,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-03 18:00:30,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-12-03 18:00:30,794 - 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-12-03 18:00:30,795 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:00:30,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:30,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:30,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:30,902 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:30,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:30,903 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:30,903 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:30,903 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:00:30,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:30,903 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:30 GMT 2018-12-03 18:00:30,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:30,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:00:30,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:35,909 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:00:36,208 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:36,208 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:36,208 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:36,209 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:36,209 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:36,209 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:36,209 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:36,209 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_tc1jip", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:30.969Z", "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-12-03T18:00:30.969Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-12-03 18:00:36,209 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:36,209 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:36 GMT 2018-12-03 18:00:36,209 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:36,209 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1209 2018-12-03 18:00:36,209 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:36,210 - 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-12-03 18:00:36,210 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:00:36,600 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:36,600 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:36,600 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:36,600 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:36,600 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:36,601 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:36,601 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:36,601 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:00:36,601 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:36,601 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:36 GMT 2018-12-03 18:00:36,601 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:36,601 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:00:36,601 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:41,607 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:00:41,811 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:41,811 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:41,811 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:41,811 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:41,811 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:41,811 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:41,812 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:41,812 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 144, "size": 50}}} 2018-12-03 18:00:41,812 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:41,812 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:41 GMT 2018-12-03 18:00:41,812 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:41,812 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 18:00:41,812 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:41,812 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:00:41,875 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:41,875 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:41,875 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:41,875 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:41,875 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:41,875 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:41,876 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:41,876 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:00:41,876 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:41,876 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:41 GMT 2018-12-03 18:00:41,876 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:41,876 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:00:41,876 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:46,881 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:00:47,328 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:47,328 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:47,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:47,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:47,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:47,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:47,328 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:47,329 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 144, "size": 50}}} 2018-12-03 18:00:47,329 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:47,329 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:47 GMT 2018-12-03 18:00:47,329 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:47,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 18:00:47,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:47,329 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:00:47,422 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:47,422 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:47,422 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:47,422 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:47,423 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:47,423 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:47,423 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:47,423 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:00:47,423 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:47,423 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:47 GMT 2018-12-03 18:00:47,423 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:47,423 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:00:47,423 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:52,429 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:00:52,499 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:52,499 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:52,499 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:52,500 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:52,500 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:52,500 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:52,500 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:52,500 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 144, "size": 50}}} 2018-12-03 18:00:52,500 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:52,500 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:52 GMT 2018-12-03 18:00:52,500 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:52,500 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 18:00:52,501 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:52,501 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:00:52,772 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:52,772 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:52,772 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:52,772 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:52,772 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:52,772 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:52,772 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:52,773 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:00:52,773 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:52,773 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:52 GMT 2018-12-03 18:00:52,773 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:52,773 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:00:52,773 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:57,778 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:00:57,879 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:57,879 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:57,880 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:57,880 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:57,880 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:57,880 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:57,880 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:57,880 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 144, "size": 50}}} 2018-12-03 18:00:57,880 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:57,880 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:57 GMT 2018-12-03 18:00:57,881 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:57,881 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 18:00:57,881 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:00:57,881 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:00:57,958 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:00:57,959 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:00:57,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:00:57,959 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:00:57,959 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:00:57,959 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:00:57,959 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:00:57,959 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:00:57,959 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:00:57,960 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:00:57 GMT 2018-12-03 18:00:57,960 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:00:57,960 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:00:57,960 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:02,965 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:01:03,042 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:03,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:03,042 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:03,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:03,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:03,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:03,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:03,042 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:57.875Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:57.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:00:58.704Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:00:58.704Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:01:00.099Z", "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-12-03T18:01:00.099Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:01:01.748Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:01:01.748Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:01:01.748Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:01:01.748Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:01:02.834Z", "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-12-03T18:01:02.834Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}], "metadata": {"pagination": {"total": 155, "offset": 144, "size": 50}}} 2018-12-03 18:01:03,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:03,043 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:03 GMT 2018-12-03 18:01:03,043 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:03,043 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4448 2018-12-03 18:01:03,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:03,043 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-03 18:01:03,044 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-03 18:01:03,044 - 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-12-03 18:01:03,044 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-03 18:01:03,044 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-03 18:01:03,044 - 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-12-03 18:01:03,045 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:01:03,106 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:03,106 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:03,106 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:03,106 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:03,106 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:03,106 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:03,107 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:03,107 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:01:03,107 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:03,107 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:03 GMT 2018-12-03 18:01:03,107 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:03,107 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:01:03,107 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:08,112 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:01:08,191 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:08,191 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:08,191 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:08,191 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:08,191 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:08,192 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:08,192 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:08,192 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 150, "size": 50}}} 2018-12-03 18:01:08,192 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:08,192 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:08 GMT 2018-12-03 18:01:08,192 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:08,192 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 18:01:08,192 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:08,192 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:01:08,250 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:08,250 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:08,250 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:08,250 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:08,251 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:08,251 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:08,251 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:08,251 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:01:08,251 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:08,251 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:08 GMT 2018-12-03 18:01:08,251 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:08,251 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:01:08,251 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:13,252 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:01:13,321 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:13,321 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:13,321 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:13,321 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:13,322 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:13,322 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:13,322 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:13,322 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 150, "size": 50}}} 2018-12-03 18:01:13,322 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:13,322 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:13 GMT 2018-12-03 18:01:13,322 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:13,322 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 18:01:13,322 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:13,323 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:01:13,383 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:13,383 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:13,383 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:13,383 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:13,383 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:13,384 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:13,384 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:13,384 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:01:13,384 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:13,384 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:13 GMT 2018-12-03 18:01:13,384 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:13,384 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:01:13,384 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:18,390 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:01:18,456 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:18,456 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:18,456 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:18,456 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:18,457 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:18,457 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:18,457 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:18,457 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 150, "size": 50}}} 2018-12-03 18:01:18,457 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:18,457 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:18 GMT 2018-12-03 18:01:18,457 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:18,457 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 18:01:18,457 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:18,458 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:01:18,515 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:18,515 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:18,515 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:18,515 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:18,515 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:18,516 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:18,516 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:18,516 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:01:18,516 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:18,516 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:18 GMT 2018-12-03 18:01:18,516 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:18,516 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:01:18,516 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:23,522 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:01:23,604 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:23,604 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:23,604 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:23,604 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:23,604 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:23,604 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:23,604 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:23,604 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 150, "size": 50}}} 2018-12-03 18:01:23,605 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:23,605 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:23 GMT 2018-12-03 18:01:23,605 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:23,605 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 18:01:23,605 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:23,605 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:01:23,663 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:23,663 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:23,664 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:23,664 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:23,664 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:23,664 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:23,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:23,664 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:01:23,664 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:23,664 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:23 GMT 2018-12-03 18:01:23,664 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:23,665 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:01:23,665 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:28,670 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:01:28,767 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:28,767 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:28,767 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:28,767 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:28,767 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:28,767 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:28,767 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:28,768 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 150, "size": 50}}} 2018-12-03 18:01:28,768 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:28,768 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:28 GMT 2018-12-03 18:01:28,768 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:28,768 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-03 18:01:28,768 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:28,768 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:01:28,831 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:28,832 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:28,832 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:28,832 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:28,832 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:28,832 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:28,832 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:28,832 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:01:28,833 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:28,833 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:28 GMT 2018-12-03 18:01:28,833 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:28,833 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:01:28,833 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:33,838 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:01:33,913 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:33,914 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:33,914 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:33,914 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:33,914 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:33,914 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:33,914 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:33,914 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:01:30.131Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:01:30.131Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:01:30.769Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:01:30.769Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:01:32.166Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:01:32.166Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "b9eca1ca-e5e2-409a-ac07-daf37412130f"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:01:32.352Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:01:32.352Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:01:33.786Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:01:33.786Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:01:33.786Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:01:33.786Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}], "metadata": {"pagination": {"total": 161, "offset": 150, "size": 50}}} 2018-12-03 18:01:33,914 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:33,914 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:33 GMT 2018-12-03 18:01:33,915 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:33,915 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3211 2018-12-03 18:01:33,915 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:33,915 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-03 18:01:33,915 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-03 18:01:33,915 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-12-03 18:01:33,916 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-12-03 18:01:33,916 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-03 18:01:33,916 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-03 18:01:33,916 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:01:33,976 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:33,976 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:33,976 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:33,976 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:33,976 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:33,976 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:33,976 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:33,977 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:01:33,977 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:33,977 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:33 GMT 2018-12-03 18:01:33,977 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:33,977 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-03 18:01:33,977 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:38,982 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:01:39,055 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:39,055 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:39,056 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:39,056 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:39,056 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:39,056 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:39,056 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:39,056 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_tc1jip", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:01:35.051Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:01:35.051Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1", "logger": "b1455e2c-2ad6-4778-ad5e-f19df4c1c3cd"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:01:35.225Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:01:35.225Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:01:36.350Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-03T18:01:36.350Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}], "metadata": {"pagination": {"total": 164, "offset": 156, "size": 50}}} 2018-12-03 18:01:39,056 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:39,056 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:39 GMT 2018-12-03 18:01:39,056 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:39,057 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1562 2018-12-03 18:01:39,057 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:39,057 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-12-03 18:01:39,057 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-12-03 18:01:39,057 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-12-03 18:01:39,058 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/07cac248-9d9d-463f-8ede-aae8353fa5d1 2018-12-03 18:01:39,120 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:01:39,120 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:01:39,120 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:01:39,120 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:01:39,120 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:01:39,120 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:01:39,120 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:01:39,121 - 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-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"} 2018-12-03 18:01:39,121 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:01:39,121 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:01:39 GMT 2018-12-03 18:01:39,121 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:01:39,121 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2018-12-03 18:01:39,121 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:01:39,121 - 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-12-03T17:59:41.944Z', 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'07cac248-9d9d-463f-8ede-aae8353fa5d1'} 2018-12-03 18:01:39,134 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-12-03 18:01:39,215 - 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.200'}, 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.203'}}, 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-12-03 18:01:39,281 - 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.200'}, 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.203'}}, 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-12-03 18:01:39,281 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-12-03 18:01:39,281 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.200 2018-12-03 18:01:39,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 18:01:39,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:01:40,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:01:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae81f5db-2faf-4a8c-9641-10e2bf62e266 x-compute-request-id: req-ae81f5db-2faf-4a8c-9641-10e2bf62e266 Content-Encoding: gzip Content-Length: 1181 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:0f:d4:b4", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:d4:b4", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:ec:57", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "5b2a891c-b3e8-4011-b8e6-de404d6f209c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:aa:79", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "e68b1dd0-2fac-446d-9bb4-b9232fa24205", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:57:27.000000", "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:57:27Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 18:01:40,330 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ae81f5db-2faf-4a8c-9641-10e2bf62e266 2018-12-03 18:01:40,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04804801941s 2018-12-03 18:01:40,330 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ae81f5db-2faf-4a8c-9641-10e2bf62e266 2018-12-03 18:01:40,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 18:01:40,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:01:41,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:01: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-6e0796f2-fedb-4a61-9dc2-b3895d3538c4 x-compute-request-id: req-6e0796f2-fedb-4a61-9dc2-b3895d3538c4 Content-Encoding: gzip Content-Length: 1181 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:0f:d4:b4", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:d4:b4", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:ec:57", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "5b2a891c-b3e8-4011-b8e6-de404d6f209c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:aa:79", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "e68b1dd0-2fac-446d-9bb4-b9232fa24205", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:57:27.000000", "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:57:27Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 18:01:41,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6e0796f2-fedb-4a61-9dc2-b3895d3538c4 2018-12-03 18:01:41,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.696892023087s 2018-12-03 18:01:41,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6e0796f2-fedb-4a61-9dc2-b3895d3538c4 2018-12-03 18:01:41,035 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.9 2018-12-03 18:01:41,035 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:0f:d4:b4 2018-12-03 18:01:41,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 18:01:41,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:01:41,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:01:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3b63233-2e9a-48be-bdfb-dd5792259a34 x-compute-request-id: req-a3b63233-2e9a-48be-bdfb-dd5792259a34 Content-Encoding: gzip Content-Length: 1181 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:0f:d4:b4", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:d4:b4", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:ec:57", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "5b2a891c-b3e8-4011-b8e6-de404d6f209c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:aa:79", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "e68b1dd0-2fac-446d-9bb4-b9232fa24205", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:57:27.000000", "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:57:27Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 18:01:41,753 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a3b63233-2e9a-48be-bdfb-dd5792259a34 2018-12-03 18:01:41,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717347860336s 2018-12-03 18:01:41,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a3b63233-2e9a-48be-bdfb-dd5792259a34 2018-12-03 18:01:41,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 18:01:41,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:01:42,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:01:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9f8bb22-8c67-43b1-932c-fbf94a70eb33 x-compute-request-id: req-d9f8bb22-8c67-43b1-932c-fbf94a70eb33 Content-Encoding: gzip Content-Length: 1181 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:0f:d4:b4", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:d4:b4", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:ec:57", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "5b2a891c-b3e8-4011-b8e6-de404d6f209c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:aa:79", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "e68b1dd0-2fac-446d-9bb4-b9232fa24205", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:57:27.000000", "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:57:27Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 18:01:42,561 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d9f8bb22-8c67-43b1-932c-fbf94a70eb33 2018-12-03 18:01:42,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.803795099258s 2018-12-03 18:01:42,562 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d9f8bb22-8c67-43b1-932c-fbf94a70eb33 2018-12-03 18:01:42,565 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.4 2018-12-03 18:01:42,565 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:52:ec:57 2018-12-03 18:01:42,565 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-12-03 18:01:42,566 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.203 2018-12-03 18:01:42,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 18:01:42,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:01:43,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:01:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4297957-8c7a-4d9a-b51e-ac8b44ee649d x-compute-request-id: req-d4297957-8c7a-4d9a-b51e-ac8b44ee649d Content-Encoding: gzip Content-Length: 1181 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:0f:d4:b4", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:d4:b4", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:ec:57", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "5b2a891c-b3e8-4011-b8e6-de404d6f209c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:aa:79", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "e68b1dd0-2fac-446d-9bb4-b9232fa24205", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:57:27.000000", "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:57:27Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 18:01:43,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d4297957-8c7a-4d9a-b51e-ac8b44ee649d 2018-12-03 18:01:43,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.83610701561s 2018-12-03 18:01:43,403 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d4297957-8c7a-4d9a-b51e-ac8b44ee649d 2018-12-03 18:01:43,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 18:01:43,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:01:44,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:01:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a759cbbd-1e2d-449c-975f-735aecc15363 x-compute-request-id: req-a759cbbd-1e2d-449c-975f-735aecc15363 Content-Encoding: gzip Content-Length: 1181 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:0f:d4:b4", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:d4:b4", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:ec:57", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "5b2a891c-b3e8-4011-b8e6-de404d6f209c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:aa:79", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "e68b1dd0-2fac-446d-9bb4-b9232fa24205", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:57:27.000000", "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:57:27Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 18:01:44,269 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a759cbbd-1e2d-449c-975f-735aecc15363 2018-12-03 18:01:44,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.862394094467s 2018-12-03 18:01:44,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a759cbbd-1e2d-449c-975f-735aecc15363 2018-12-03 18:01:44,272 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.7 2018-12-03 18:01:44,273 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:9e:1b:eb 2018-12-03 18:01:44,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 18:01:44,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:01:44,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:01:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aaefceba-e314-4924-ab74-04152a3dedd2 x-compute-request-id: req-aaefceba-e314-4924-ab74-04152a3dedd2 Content-Encoding: gzip Content-Length: 1181 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:0f:d4:b4", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:d4:b4", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:ec:57", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "5b2a891c-b3e8-4011-b8e6-de404d6f209c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:aa:79", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "e68b1dd0-2fac-446d-9bb4-b9232fa24205", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:57:27.000000", "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:57:27Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 18:01:44,990 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-aaefceba-e314-4924-ab74-04152a3dedd2 2018-12-03 18:01:44,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716888904572s 2018-12-03 18:01:44,990 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-aaefceba-e314-4924-ab74-04152a3dedd2 2018-12-03 18:01:44,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 18:01:44,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:01:45,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:01:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ceb0096a-ba93-4ef8-ac96-7c519b6e056f x-compute-request-id: req-ceb0096a-ba93-4ef8-ac96-7c519b6e056f Content-Encoding: gzip Content-Length: 1181 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:0f:d4:b4", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:d4:b4", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:ec:57", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "5b2a891c-b3e8-4011-b8e6-de404d6f209c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:aa:79", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "e68b1dd0-2fac-446d-9bb4-b9232fa24205", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:57:27.000000", "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:57:27Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 18:01:45,864 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ceb0096a-ba93-4ef8-ac96-7c519b6e056f 2018-12-03 18:01:45,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.86913895607s 2018-12-03 18:01:45,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ceb0096a-ba93-4ef8-ac96-7c519b6e056f 2018-12-03 18:01:45,867 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.8 2018-12-03 18:01:45,868 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:5b:aa:79 2018-12-03 18:01:45,868 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-12-03 18:01:45,887 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-12-03 18:01:45,904 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-12-03 18:01:45,904 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-12-03 18:01:45,979 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-12-03 18:01:45' 2018-12-03 18:01:45,979 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-12-03 18:01:45,979 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-12-03 18:01:46,034 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.203. 2018-12-03 18:01:46,037 - paramiko.transport - DEBUG - starting thread (client mode): 0x5cac9e90L 2018-12-03 18:01:46,038 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 18:01:46,042 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-12-03 18:01:46,042 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-12-03 18:01:46,043 - 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-12-03 18:01:46,043 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-12-03 18:01:46,044 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-12-03 18:01:46,044 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 18:01:46,044 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-12-03 18:01:46,044 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 18:01:46,082 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-12-03 18:01:46,194 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-12-03 18:01:46,194 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 18:01:46,202 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.203: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-12-03 18:01:46,231 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 18:01:46,238 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-12-03 18:01:46,239 - paramiko.transport - INFO - Authentication (password) successful! 2018-12-03 18:01:46,266 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.203. 2018-12-03 18:01:46,267 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 18:01:46,267 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-03 18:01:46,268 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 18:01:46,271 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 18:01:46,272 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 18:01:47,310 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-12-03 18:01:48,311 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-12-03 18:01:53,317 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-12-03 18:01:54,318 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-12-03 18:01:59,324 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-12-03 18:02:00,325 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-12-03 18:02:05,331 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-12-03 18:02:06,332 - 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-12-03 18:02:11,338 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-12-03 18:02:12,339 - 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-12-03 18:02:17,344 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-12-03 18:02:18,346 - 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-12-03 18:02:23,351 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-12-03 18:02:24,353 - 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-12-03 18:02:29,358 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-12-03 18:02:30,360 - 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-12-03 18:02:35,365 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-12-03 18:02:36,367 - 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-12-03 18:02:41,372 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-12-03 18:02:42,374 - 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-12-03 18:02:47,379 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-12-03 18:02:48,381 - 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-12-03 18:02:53,386 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-12-03 18:02:54,388 - 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-12-03 18:02:59,393 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-12-03 18:03:00,395 - 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-12-03 18:03:05,400 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-12-03 18:03:06,402 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-12-03 18:03:11,407 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 ebgp-multihop '2' 2018-12-03 18:03:12,409 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 ebgp-multihop '2' [edit] vyos@vyos# 2018-12-03 18:03:17,414 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 remote-as 65002 2018-12-03 18:03:18,416 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 remote-as 65002 [edit] vyos@vyos# 2018-12-03 18:03:23,421 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 update-source 12.0.0.8 2018-12-03 18:03:24,423 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 update-source 12.0.0.8 [edit] vyos@vyos# 2018-12-03 18:03:29,428 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 soft-reconfiguration inbound 2018-12-03 18:03:30,430 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-12-03 18:03:35,435 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 password lab0033 2018-12-03 18:03:36,437 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 password lab0033 [edit] vyos@vyos# 2018-12-03 18:03:41,442 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-12-03 18:03:42,444 - 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-12-03 18:03:47,449 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-12-03 18:03:48,451 - 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-12-03 18:03:53,456 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-12-03 18:03:54,458 - 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-12-03 18:03:59,463 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-12-03 18:04:00,465 - 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-12-03 18:04:05,470 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-12-03 18:04:06,472 - 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-12-03 18:04:11,477 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-12-03 18:04:12,479 - 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-12-03 18:04:17,484 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-12-03 18:04:18,486 - 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-12-03 18:04:23,491 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-12-03 18:04:24,493 - 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-12-03 18:04:29,498 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-12-03 18:04:30,500 - 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-12-03 18:04:35,505 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-12-03 18:04:36,507 - 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-12-03 18:04:41,512 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.8 2018-12-03 18:04:42,514 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.8 [edit] vyos@vyos# 2018-12-03 18:04:47,519 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-12-03 18:04:48,521 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-12-03 18:04:53,619 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 18:04:53,640 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-12-03 18:04:53,691 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.200. 2018-12-03 18:04:53,694 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d068ed0L 2018-12-03 18:04:53,695 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 18:04:53,699 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-12-03 18:04:53,699 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-12-03 18:04:53,700 - 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-12-03 18:04:53,700 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-12-03 18:04:53,700 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-12-03 18:04:53,701 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 18:04:53,701 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-12-03 18:04:53,701 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 18:04:53,739 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-12-03 18:04:53,847 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-12-03 18:04:53,848 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 18:04:53,851 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.200: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-12-03 18:04:53,887 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 18:04:53,897 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-12-03 18:04:53,897 - paramiko.transport - INFO - Authentication (password) successful! 2018-12-03 18:04:53,915 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.200. 2018-12-03 18:04:53,916 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 18:04:53,917 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-03 18:04:53,917 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 18:04:53,920 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 18:04:53,921 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 18:04:54,948 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-12-03 18:04:55,950 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-12-03 18:05:00,955 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-12-03 18:05:01,957 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-12-03 18:05:06,962 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-12-03 18:05:07,964 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-12-03 18:05:12,969 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-12-03 18:05:13,971 - 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-12-03 18:05:18,976 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-12-03 18:05:19,978 - 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-12-03 18:05:24,983 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-12-03 18:05:25,985 - 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-12-03 18:05:30,990 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-12-03 18:05:31,992 - 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-12-03 18:05:36,997 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-12-03 18:05:37,999 - 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-12-03 18:05:43,004 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-12-03 18:05:44,006 - 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-12-03 18:05:49,011 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-12-03 18:05:50,013 - 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-12-03 18:05:55,018 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-12-03 18:05:56,020 - 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-12-03 18:06:01,025 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-12-03 18:06:02,027 - 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-12-03 18:06:07,032 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-12-03 18:06:08,034 - 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-12-03 18:06:13,039 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-12-03 18:06:14,041 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-12-03 18:06:19,046 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 ebgp-multihop '2' 2018-12-03 18:06:20,048 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 ebgp-multihop '2' [edit] vyos@vyos# 2018-12-03 18:06:25,054 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 remote-as 65001 2018-12-03 18:06:26,055 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 remote-as 65001 [edit] vyos@vyos# 2018-12-03 18:06:31,061 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 update-source 12.0.0.4 2018-12-03 18:06:32,062 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 update-source 12.0.0.4 [edit] vyos@vyos# 2018-12-03 18:06:37,068 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 soft-reconfiguration inbound 2018-12-03 18:06:38,069 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-12-03 18:06:43,075 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 password lab0033 2018-12-03 18:06:44,076 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 password lab0033 [edit] vyos@vyos# 2018-12-03 18:06:49,082 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-12-03 18:06:50,083 - 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-12-03 18:06:55,089 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-12-03 18:06:56,090 - 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-12-03 18:07:01,096 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-12-03 18:07:02,097 - 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-12-03 18:07:07,103 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-12-03 18:07:08,104 - 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-12-03 18:07:13,110 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-12-03 18:07:14,112 - 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-12-03 18:07:19,117 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-12-03 18:07:20,119 - 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-12-03 18:07:25,124 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-12-03 18:07:26,126 - 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-12-03 18:07:31,131 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-12-03 18:07:32,133 - 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-12-03 18:07:37,138 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-12-03 18:07:38,139 - 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-12-03 18:07:43,145 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-12-03 18:07:44,146 - 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-12-03 18:07:49,152 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.4 2018-12-03 18:07:50,153 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.4 [edit] vyos@vyos# 2018-12-03 18:07:55,159 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-12-03 18:07:56,160 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-12-03 18:08:01,174 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 18:08:01,181 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-12-03 18:08:01,181 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-12-03 18:09:01,183 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-12-03 18:09:01,230 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.203. 2018-12-03 18:09:01,233 - paramiko.transport - DEBUG - starting thread (client mode): 0x5cb34e90L 2018-12-03 18:09:01,234 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-03 18:09:01,238 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-12-03 18:09:01,238 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-12-03 18:09:01,239 - 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-12-03 18:09:01,240 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-12-03 18:09:01,240 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-12-03 18:09:01,240 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-03 18:09:01,240 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-12-03 18:09:01,240 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-03 18:09:01,277 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-12-03 18:09:01,378 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-12-03 18:09:01,379 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-03 18:09:01,381 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.203: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-12-03 18:09:01,416 - paramiko.transport - DEBUG - userauth is OK 2018-12-03 18:09:01,423 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-12-03 18:09:01,423 - paramiko.transport - INFO - Authentication (password) successful! 2018-12-03 18:09:01,445 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.203. 2018-12-03 18:09:01,446 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-03 18:09:01,447 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-03 18:09:01,447 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-03 18:09:01,449 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 18:09:01,450 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-03 18:09:02,452 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-12-03 18:09:32,570 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 18:09:32,604 - 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-12-03 18:09:32,604 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.8, local AS number 65001 IPv4 Unicast - max multipaths: ebgp 1 ibgp 1 RIB entries 39, using 3744 bytes of memory Peers 1, using 4560 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 12.0.0.4 4 65002 3 6 0 0 0 00:01:00 10 Total number of neighbors 1 vyos@vyos:~$ 2018-12-03 18:09:32,604 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 | no-more BGP neighbor is 12.0.0.4, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.4 BGP state = Established, up for 00:01:06 Last read 05:58:44, 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.8 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.8, Local port: 179 Foreign host: 12.0.0.4, Foreign port: 50324 Nexthop: 12.0.0.8 Nexthop global: fe80::f816:3eff:fe5b:aa79 Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-12-03 18:09:32,604 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.8 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.8 0 32768 i *> 10.0.2.0/24 12.0.0.8 0 32768 i *> 10.0.3.0/24 12.0.0.8 0 32768 i *> 10.0.4.0/24 12.0.0.8 0 32768 i *> 10.0.5.0/24 12.0.0.8 0 32768 i *> 10.0.6.0/24 12.0.0.8 0 32768 i *> 10.0.7.0/24 12.0.0.8 0 32768 i *> 10.0.8.0/24 12.0.0.8 0 32768 i *> 10.0.9.0/24 12.0.0.8 0 32768 i *> 10.0.10.0/24 12.0.0.8 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-12-03 18:09:32,604 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.8 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.4 0 0 65002 i *> 10.1.2.0/24 12.0.0.4 0 0 65002 i *> 10.1.3.0/24 12.0.0.4 0 0 65002 i *> 10.1.4.0/24 12.0.0.4 0 0 65002 i *> 10.1.5.0/24 12.0.0.4 0 0 65002 i *> 10.1.6.0/24 12.0.0.4 0 0 65002 i *> 10.1.7.0/24 12.0.0.4 0 0 65002 i *> 10.1.8.0/24 12.0.0.4 0 0 65002 i *> 10.1.9.0/24 12.0.0.4 0 0 65002 i *> 10.1.10.0/24 12.0.0.4 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-12-03 18:09:32,605 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 routes | no-more BGP table version is 0, local router ID is 12.0.0.8 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.4 0 0 65002 i *> 10.1.2.0/24 12.0.0.4 0 0 65002 i *> 10.1.3.0/24 12.0.0.4 0 0 65002 i *> 10.1.4.0/24 12.0.0.4 0 0 65002 i *> 10.1.5.0/24 12.0.0.4 0 0 65002 i *> 10.1.6.0/24 12.0.0.4 0 0 65002 i *> 10.1.7.0/24 12.0.0.4 0 0 65002 i *> 10.1.8.0/24 12.0.0.4 0 0 65002 i *> 10.1.9.0/24 12.0.0.4 0 0 65002 i *> 10.1.10.0/24 12.0.0.4 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-12-03 18:09:32,605 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-12-03 18:09:32,605 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'466.6' 2018-12-03 18:09:32,605 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-12-03 18:09:32,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 18:09:32,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:09:34,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:09: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-feea80fa-00e2-4bae-b17a-92fe43907ab7 x-compute-request-id: req-feea80fa-00e2-4bae-b17a-92fe43907ab7 Content-Encoding: gzip Content-Length: 1181 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:0f:d4:b4", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:d4:b4", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:ec:57", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "5b2a891c-b3e8-4011-b8e6-de404d6f209c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:aa:79", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "e68b1dd0-2fac-446d-9bb4-b9232fa24205", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:57:27.000000", "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:57:27Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 18:09:34,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-feea80fa-00e2-4bae-b17a-92fe43907ab7 2018-12-03 18:09:34,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.44389009476s 2018-12-03 18:09:34,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-feea80fa-00e2-4bae-b17a-92fe43907ab7 2018-12-03 18:09:34,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-03 18:09:34,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:09:34,207 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 18:09:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1377fb28-afd1-4c21-a727-ce7aba33fdd3 x-compute-request-id: req-1377fb28-afd1-4c21-a727-ce7aba33fdd3 Content-Type: application/json 2018-12-03 18:09:34,207 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c used request id req-1377fb28-afd1-4c21-a727-ce7aba33fdd3 2018-12-03 18:09:34,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.152896165848s 2018-12-03 18:09:34,207 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c used request id req-1377fb28-afd1-4c21-a727-ce7aba33fdd3 2018-12-03 18:09:34,207 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-12-03 18:09:34,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 18:09:34,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:09:35,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:09:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab660017-9dc8-4f3b-88f1-b480b251068b x-compute-request-id: req-ab660017-9dc8-4f3b-88f1-b480b251068b Content-Encoding: gzip Content-Length: 1195 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:0f:d4:b4", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:d4:b4", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:ec:57", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5b2a891c-b3e8-4011-b8e6-de404d6f209c", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "5b2a891c-b3e8-4011-b8e6-de404d6f209c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:09:34Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:1b:eb", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:aa:79", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205", "rel": "bookmark"}], "image": {"id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "links": [{"href": "http://172.30.9.30:8774/images/efe88a4f-21d8-4e90-aab0-99d7ec547003", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T18:01:11.000000", "flavor": {"id": "05c9a920-de8f-43fd-a963-5dac213e0403", "links": [{"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}]}, "id": "e68b1dd0-2fac-446d-9bb4-b9232fa24205", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:01:11Z", "hostId": "0e82b0dedcaef4b3e61a4cacbf1ffcc1501132efe56f73a37a9b1ebe", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-03T18:00:24Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "3c35860a-c522-415a-81d2-01146d252988"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:57:27.000000", "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T17:57:27Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 18:09:35,783 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ab660017-9dc8-4f3b-88f1-b480b251068b 2018-12-03 18:09:35,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.57556915283s 2018-12-03 18:09:35,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ab660017-9dc8-4f3b-88f1-b480b251068b 2018-12-03 18:09:35,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-03 18:09:35,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:09:35,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 18:09: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-c1d84e0b-392e-48ac-b982-645bd76a9239 x-compute-request-id: req-c1d84e0b-392e-48ac-b982-645bd76a9239 Content-Type: application/json 2018-12-03 18:09:35,973 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205 used request id req-c1d84e0b-392e-48ac-b982-645bd76a9239 2018-12-03 18:09:35,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.185931921005s 2018-12-03 18:09:35,974 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/e68b1dd0-2fac-446d-9bb4-b9232fa24205 used request id req-c1d84e0b-392e-48ac-b982-645bd76a9239 2018-12-03 18:09:36,090 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-03 18:09:36,091 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 16:39 | PASS | +----------------------+------------------+------------------+----------------+ 2018-12-03 18:09:36,095 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-12-03 18:09:36,096 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions 2018-12-03 18:09:36,184 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:09:36,184 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:09:36,184 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:09:36,185 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:09:36,185 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:09:36,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:09:36,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:09:36,185 - 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"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "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-12-03T17:58:59.609Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4ec8fa6f-bbe5-4a1d-9cae-bd1137a8b31e"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-03T17:59:41.944Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "07cac248-9d9d-463f-8ede-aae8353fa5d1"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-12-03 18:09:36,185 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:09:36,185 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:09:36 GMT 2018-12-03 18:09:36,185 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:09:36,185 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2018-12-03 18:09:36,186 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:09:36,186 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.208:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-12-03 18:09:36,347 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:09:36,348 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:09:36,348 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:09:36,348 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:09:36,348 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:09:36,348 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:09:36,348 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:09:36,348 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-12-03 18:09:36,348 - 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-12-03T18:09:36.272Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"} 2018-12-03 18:09:36,348 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:09:36,349 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:09:36 GMT 2018-12-03 18:09:36,349 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:09:36,349 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-03 18:09:36,349 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:09:36,349 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:09:36,429 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:09:36,429 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:09:36,429 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:09:36,430 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:09:36,430 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:09:36,430 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:09:36,430 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:09:36,430 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-12-03 18:09:36,430 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:09:36,430 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:09:36 GMT 2018-12-03 18:09:36,430 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:09:36,430 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-12-03 18:09:36,430 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:09:36,431 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/0a9dc515-fee8-4f63-a8d1-01013a76f29f 2018-12-03 18:09:36,490 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:09:36,490 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:09:36,490 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:09:36,490 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:09:36,490 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:09:36,490 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:09:36,490 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:09:36,491 - 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-12-03T18:09:36.272Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"} 2018-12-03 18:09:36,491 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:09:36,491 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:09:36 GMT 2018-12-03 18:09:36,491 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:09:36,491 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-03 18:09:36,491 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:09:41,496 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:09:41,608 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:09:41,608 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:09:41,608 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:09:41,608 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:09:41,609 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:09:41,609 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:09:41,609 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:09:41,609 - 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-12-03T18:09:37.043Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:37.043Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:37.896Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:37.896Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:37.896Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:37.896Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:38.909Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:38.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:38.909Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:38.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:38.909Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:38.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:38.909Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:38.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:39.934Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:39.934Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:39.934Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 5b2a891c-b3e8-4011-b8e6-de404d6f209c could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 5b2a891c-b3e8-4011-b8e6-de404d6f209c 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 5b2a891c-b3e8-4011-b8e6-de404d6f209c could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-12-03T18:09:39.934Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:39.934Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:39.934Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:40.948Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:40.948Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:40.948Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance e68b1dd0-2fac-446d-9bb4-b9232fa24205 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance e68b1dd0-2fac-446d-9bb4-b9232fa24205 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 e68b1dd0-2fac-446d-9bb4-b9232fa24205 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-12-03T18:09:40.948Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:40.948Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:40.948Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}], "metadata": {"pagination": {"total": 13, "offset": 0, "size": 50}}} 2018-12-03 18:09:41,609 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:09:41,609 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:09:41 GMT 2018-12-03 18:09:41,609 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:09:41,609 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10690 2018-12-03 18:09:41,609 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:09:41,610 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-12-03 18:09:41,610 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:09:41,610 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:09:41,611 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-03 18:09:41,611 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-03 18:09:41,611 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-03 18:09:41,611 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-03 18:09:41,611 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-12-03 18:09:41,611 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 5b2a891c-b3e8-4011-b8e6-de404d6f209c could not be found. [status_code=404] 2018-12-03 18:09:41,612 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-12-03 18:09:41,612 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-12-03 18:09:41,612 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance e68b1dd0-2fac-446d-9bb4-b9232fa24205 could not be found. [status_code=404] 2018-12-03 18:09:41,612 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-12-03 18:09:41,613 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/0a9dc515-fee8-4f63-a8d1-01013a76f29f 2018-12-03 18:09:41,699 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:09:41,699 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:09:41,699 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:09:41,699 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:09:41,699 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:09:41,699 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:09:41,699 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:09:41,700 - 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-12-03T18:09:36.272Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"} 2018-12-03 18:09:41,700 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:09:41,700 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:09:41 GMT 2018-12-03 18:09:41,700 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:09:41,700 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-03 18:09:41,700 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:09:46,705 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:09:46,782 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:09:46,782 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:09:46,783 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:09:46,783 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:09:46,783 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:09:46,783 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:09:46,783 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:09:46,783 - 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-12-03T18:09:42.070Z", "message": "Detaching port 4fc0762d-8b76-4c94-9b7b-0bb00128cc3a...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:42.070Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "02e0eedd-9ffc-4597-89d1-a02744ce750b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:42.968Z", "message": "Detaching port 9f08909f-9b54-419a-a494-ada36829c08f...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:42.968Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "9f59da80-2bb8-4cc8-8b99-26e0ce9b1eea"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:43.218Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:43.218Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:43.961Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:43.961Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:43.961Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:43.961Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:43.961Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:43.961Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:43.985Z", "message": "Successfully detached port 4fc0762d-8b76-4c94-9b7b-0bb00128cc3a", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:43.985Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "02e0eedd-9ffc-4597-89d1-a02744ce750b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:43.985Z", "message": "Successfully detached port 9f08909f-9b54-419a-a494-ada36829c08f", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:43.985Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "9f59da80-2bb8-4cc8-8b99-26e0ce9b1eea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:45.502Z", "message": "Detaching port 038b929e-77b2-4cd3-8e96-aae8fd8dd78d...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:45.502Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "6c911bb9-5427-4b2d-b171-2411172ccbe3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:46.202Z", "message": "Detaching port 1327c564-6544-4761-a4a7-35baa8f78516...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:46.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "464c1a00-8f38-4b9b-a3c6-89a14ad3400f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:46.533Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:46.533Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}], "metadata": {"pagination": {"total": 26, "offset": 13, "size": 50}}} 2018-12-03 18:09:46,783 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:09:46,783 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:09:46 GMT 2018-12-03 18:09:46,783 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:09:46,784 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5777 2018-12-03 18:09:46,784 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:09:46,784 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 4fc0762d-8b76-4c94-9b7b-0bb00128cc3a... 2018-12-03 18:09:46,784 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 9f08909f-9b54-419a-a494-ada36829c08f... 2018-12-03 18:09:46,784 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-12-03 18:09:46,785 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-12-03 18:09:46,785 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-12-03 18:09:46,785 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-12-03 18:09:46,785 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 4fc0762d-8b76-4c94-9b7b-0bb00128cc3a 2018-12-03 18:09:46,785 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 9f08909f-9b54-419a-a494-ada36829c08f 2018-12-03 18:09:46,785 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 038b929e-77b2-4cd3-8e96-aae8fd8dd78d... 2018-12-03 18:09:46,786 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 1327c564-6544-4761-a4a7-35baa8f78516... 2018-12-03 18:09:46,786 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-12-03 18:09:46,786 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/0a9dc515-fee8-4f63-a8d1-01013a76f29f 2018-12-03 18:09:46,857 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:09:46,857 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:09:46,858 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:09:46,858 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:09:46,858 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:09:46,858 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:09:46,858 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:09:46,858 - 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-12-03T18:09:36.272Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"} 2018-12-03 18:09:46,858 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:09:46,858 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:09:46 GMT 2018-12-03 18:09:46,858 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:09:46,859 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-03 18:09:46,859 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:09:51,864 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:09:51,977 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:09:51,978 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:09:51,978 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:09:51,978 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:09:51,978 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:09:51,978 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:09:51,978 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:09:51,978 - 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": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:47.202Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:47.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:47.212Z", "message": "Successfully detached port 038b929e-77b2-4cd3-8e96-aae8fd8dd78d", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:47.212Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "6c911bb9-5427-4b2d-b171-2411172ccbe3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:47.212Z", "message": "Successfully detached port 1327c564-6544-4761-a4a7-35baa8f78516", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:47.212Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "464c1a00-8f38-4b9b-a3c6-89a14ad3400f"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:48.382Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:48.382Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "43b4d4d4-c78e-4fd9-b6b4-4b26b9922b61"}, {"node_instance_id": "target_vnf_host_tc1jip", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:48.382Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:48.382Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "d6425d35-7c26-46a8-8a5f-9126709b7e27"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:48.384Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:48.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:48.384Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:48.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:48.384Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:48.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:48.384Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:48.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:48.384Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:48.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:48.384Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:48.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_host_ayc2h8", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:49.421Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 5b2a891c-b3e8-4011-b8e6-de404d6f209c could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 5b2a891c-b3e8-4011-b8e6-de404d6f209c 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 5b2a891c-b3e8-4011-b8e6-de404d6f209c could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-12-03T18:09:49.421Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_host_tc1jip", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:49.421Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance e68b1dd0-2fac-446d-9bb4-b9232fa24205 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance e68b1dd0-2fac-446d-9bb4-b9232fa24205 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 e68b1dd0-2fac-446d-9bb4-b9232fa24205 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-12-03T18:09:49.421Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:50.446Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:50.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "keypair_rlt3je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:50.446Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:50.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_data_plane_port_ca85lg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:50.446Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:50.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_port_zbo8qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:50.446Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:50.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_data_plane_port_5spbrp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:50.446Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:50.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_port_x3nnl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:50.446Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:50.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:50.446Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:50.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "keypair_rlt3je", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:51.496Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:51.496Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "6e24c02a-5dba-4a25-9553-4ec0b4118b5f"}, {"node_instance_id": "keypair_rlt3je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:51.500Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:51.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_data_plane_port_ca85lg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:51.500Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:51.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_data_plane_port_5spbrp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:51.500Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:51.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:51.500Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:51.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_data_plane_port_ca85lg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:51.500Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:51.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_data_plane_port_5spbrp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:51.500Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:51.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "keypair_rlt3je", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:51.500Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:51.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:51.500Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:51.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_data_plane_port_ca85lg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:51.500Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:51.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_data_plane_port_5spbrp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:51.500Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:51.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "keypair_rlt3je", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:51.500Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:51.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}], "metadata": {"pagination": {"total": 58, "offset": 24, "size": 50}}} 2018-12-03 18:09:51,978 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:09:51,979 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:09:51 GMT 2018-12-03 18:09:51,979 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:09:51,979 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20484 2018-12-03 18:09:51,979 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:09:51,980 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-12-03 18:09:51,980 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 038b929e-77b2-4cd3-8e96-aae8fd8dd78d 2018-12-03 18:09:51,980 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 1327c564-6544-4761-a4a7-35baa8f78516 2018-12-03 18:09:51,980 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-12-03 18:09:51,980 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-12-03 18:09:51,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:09:51,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:09:51,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-03 18:09:51,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-03 18:09:51,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-03 18:09:51,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-03 18:09:51,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 5b2a891c-b3e8-4011-b8e6-de404d6f209c could not be found. [status_code=404] 2018-12-03 18:09:51,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance e68b1dd0-2fac-446d-9bb4-b9232fa24205 could not be found. [status_code=404] 2018-12-03 18:09:51,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-12-03 18:09:51,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:09:51,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:09:51,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:09:51,983 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:09:51,983 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:09:51,983 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-12-03 18:09:51,983 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2018-12-03 18:09:51,983 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:09:51,983 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:09:51,984 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:09:51,984 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-12-03 18:09:51,984 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-12-03 18:09:51,984 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-12-03 18:09:51,984 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-12-03 18:09:51,984 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-12-03 18:09:51,985 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-12-03 18:09:51,985 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-12-03 18:09:51,985 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-12-03 18:09:51,985 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/0a9dc515-fee8-4f63-a8d1-01013a76f29f 2018-12-03 18:09:52,073 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:09:52,073 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:09:52,074 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:09:52,074 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:09:52,074 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:09:52,074 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:09:52,074 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:09:52,074 - 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-12-03T18:09:36.272Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"} 2018-12-03 18:09:52,074 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:09:52,074 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:09:52 GMT 2018-12-03 18:09:52,074 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:09:52,075 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-03 18:09:52,075 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:09:57,080 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:09:57,162 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:09:57,162 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:09:57,163 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:09:57,163 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:09:57,163 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:09:57,163 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:09:57,163 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:09:57,163 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_data_plane_port_ca85lg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:52.413Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:52.413Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "a7e9298b-e2f9-4308-88cb-e605faf3955c"}, {"node_instance_id": "target_vnf_data_plane_port_5spbrp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:52.413Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:52.413Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "96fad8cc-d6da-49d6-9797-ecd0525f75f8"}, {"node_instance_id": "keypair_rlt3je", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:52.413Z", "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-12-03T18:09:52.413Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "6e24c02a-5dba-4a25-9553-4ec0b4118b5f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:52.521Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:52.521Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_port_x3nnl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:53.532Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:53.532Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_port_x3nnl2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:53.532Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:53.532Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_port_x3nnl2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:53.532Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:53.532Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:53.532Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:53.532Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_data_plane_port_ca85lg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:53.532Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:53.532Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "keypair_rlt3je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:53.532Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:53.532Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_port_x3nnl2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:53.558Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:53.558Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "80cddb9f-506c-4b0e-8106-667f011174c5"}, {"node_instance_id": "reference_vnf_port_zbo8qg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:54.442Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:54.442Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "9f6b3950-9317-4f7b-a4b6-e2cdd7af91be"}, {"node_instance_id": "data_plane_subnet_g92v0v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:54.560Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:54.560Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_port_zbo8qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:54.560Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:54.560Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_port_zbo8qg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:54.560Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:54.560Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "data_plane_subnet_g92v0v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:54.560Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:54.560Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_port_zbo8qg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:54.560Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:54.560Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_data_plane_port_5spbrp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:54.560Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:54.560Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "data_plane_subnet_g92v0v", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:55.452Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:55.452Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "f179c1f5-8f41-4d42-9751-2eccadb54805"}, {"node_instance_id": "data_plane_subnet_g92v0v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:55.572Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:55.572Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_ip_g0hnos", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:55.572Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:55.572Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "data_plane_subnet_g92v0v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:55.572Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:55.572Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_port_x3nnl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:55.572Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:55.572Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_ip_g0hnos", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:56.582Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:56.582Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_ip_g0hnos", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:56.582Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:56.582Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "management_plane_subnet_rp9m1x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:56.582Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:56.582Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_ip_02d4dk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:56.582Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:56.582Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "security_group_zlpwbw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:56.582Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:56.582Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_ip_g0hnos", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:56.582Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:56.582Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_port_zbo8qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:56.582Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:56.582Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_ip_g0hnos", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:57.048Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:57.048Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "22fd538c-b506-4278-82fd-711b46e780e2"}], "metadata": {"pagination": {"total": 89, "offset": 56, "size": 50}}} 2018-12-03 18:09:57,163 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:09:57,163 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:09:57 GMT 2018-12-03 18:09:57,163 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:09:57,164 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15625 2018-12-03 18:09:57,164 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:09:57,164 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-12-03 18:09:57,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-12-03 18:09:57,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2018-12-03 18:09:57,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-12-03 18:09:57,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:09:57,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-12-03 18:09:57,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-12-03 18:09:57,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-12-03 18:09:57,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-12-03 18:09:57,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-12-03 18:09:57,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-12-03 18:09:57,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-12-03 18:09:57,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:09:57,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:09:57,167 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-12-03 18:09:57,167 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:09:57,167 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-12-03 18:09:57,167 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-12-03 18:09:57,167 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-12-03 18:09:57,167 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-12-03 18:09:57,167 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:09:57,168 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-12-03 18:09:57,168 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-12-03 18:09:57,168 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:09:57,168 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-12-03 18:09:57,168 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:09:57,168 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:09:57,168 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:09:57,169 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-12-03 18:09:57,169 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-12-03 18:09:57,169 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-12-03 18:09:57,169 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/0a9dc515-fee8-4f63-a8d1-01013a76f29f 2018-12-03 18:09:57,267 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:09:57,267 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:09:57,267 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:09:57,267 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:09:57,268 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:09:57,268 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:09:57,268 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:09:57,268 - 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-12-03T18:09:36.272Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"} 2018-12-03 18:09:57,268 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:09:57,268 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:09:57 GMT 2018-12-03 18:09:57,268 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:09:57,268 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-03 18:09:57,268 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:10:02,274 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:10:02,403 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:10:02,403 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:10:02,403 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:10:02,403 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:10:02,404 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:10:02,404 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:10:02,404 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:10:02,404 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_ip_02d4dk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:57.612Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:57.612Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_ip_02d4dk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:57.612Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:57.612Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:57.612Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:57.612Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_ip_02d4dk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:57.612Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:57.612Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:57.612Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:57.612Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_ip_02d4dk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:58.404Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:58.404Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "4f7ea3c4-caa9-46d9-be0f-414abdb5d335"}, {"node_instance_id": "security_group_zlpwbw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:58.473Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:58.473Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "0f988b23-f91c-4050-9775-b9550bdb2596"}, {"node_instance_id": "security_group_zlpwbw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:58.625Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:58.625Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "security_group_zlpwbw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:58.625Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:58.625Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "security_group_zlpwbw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:58.625Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:58.625Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "target_vnf_ip_g0hnos", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:58.625Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:58.625Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "data_plane_network_b7bna3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:59.644Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:59.644Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "reference_vnf_ip_02d4dk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:59.644Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:59.644Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "security_group_zlpwbw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:59.644Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:59.644Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "data_plane_subnet_g92v0v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:09:59.644Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:09:59.644Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "data_plane_network_b7bna3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:00.651Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:00.651Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "data_plane_network_b7bna3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:00.651Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:00.651Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "data_plane_network_b7bna3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:00.651Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:00.651Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:00.651Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:00.651Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "data_plane_network_b7bna3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:00.724Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:00.724Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "6c480317-806f-4d5b-817a-f9b3261d0c79"}, {"node_instance_id": "management_plane_subnet_rp9m1x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:01.672Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:01.672Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "management_plane_subnet_rp9m1x", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:01.672Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:01.672Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "management_plane_subnet_rp9m1x", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:01.672Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:01.672Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "management_plane_subnet_rp9m1x", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:01.849Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:01.849Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "282d4246-a07c-4adf-9a86-b6f17e5fbb5c"}], "metadata": {"pagination": {"total": 113, "offset": 87, "size": 50}}} 2018-12-03 18:10:02,404 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:10:02,404 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:10:02 GMT 2018-12-03 18:10:02,404 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:10:02,404 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12230 2018-12-03 18:10:02,404 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:10:02,405 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:10:02,405 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-12-03 18:10:02,406 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-12-03 18:10:02,406 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-12-03 18:10:02,406 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-12-03 18:10:02,406 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-12-03 18:10:02,406 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2018-12-03 18:10:02,406 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:10:02,407 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-03 18:10:02,407 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-03 18:10:02,407 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-12-03 18:10:02,407 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:10:02,407 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-12-03 18:10:02,407 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-03 18:10:02,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-12-03 18:10:02,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:10:02,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-12-03 18:10:02,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-12-03 18:10:02,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-12-03 18:10:02,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-12-03 18:10:02,409 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:10:02,409 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-12-03 18:10:02,409 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-12-03 18:10:02,409 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-12-03 18:10:02,409 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/0a9dc515-fee8-4f63-a8d1-01013a76f29f 2018-12-03 18:10:02,470 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:10:02,470 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:10:02,470 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:10:02,471 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:10:02,471 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:10:02,471 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:10:02,471 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:10:02,471 - 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-12-03T18:09:36.272Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"} 2018-12-03 18:10:02,471 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:10:02,471 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:10:02 GMT 2018-12-03 18:10:02,471 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:10:02,472 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-03 18:10:02,472 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:10:07,477 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:10:07,572 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:10:07,572 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:10:07,572 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:10:07,573 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:10:07,573 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:10:07,573 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:10:07,573 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:10:07,573 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_network_b7bna3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:02.703Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:02.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "management_plane_subnet_rp9m1x", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:05.040Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:05.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "management_plane_network_keb6qe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:05.715Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:05.715Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "router_fy38nb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:05.715Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:05.715Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "management_plane_network_keb6qe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:06.828Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:06.828Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "router_fy38nb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:06.828Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:06.828Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "management_plane_network_keb6qe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:06.828Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:06.828Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "router_fy38nb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:06.828Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:06.828Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "management_plane_network_keb6qe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:06.828Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:06.828Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "router_fy38nb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:06.828Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:06.828Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "management_plane_network_keb6qe", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:07.471Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:07.471Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "00ca057e-3cd6-456b-b733-e783b73ceed6"}], "metadata": {"pagination": {"total": 124, "offset": 111, "size": 50}}} 2018-12-03 18:10:07,573 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:10:07,573 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:10:07 GMT 2018-12-03 18:10:07,573 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:10:07,573 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5534 2018-12-03 18:10:07,573 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:10:07,574 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-12-03 18:10:07,574 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-12-03 18:10:07,574 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:10:07,574 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:10:07,575 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:10:07,575 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:10:07,575 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-12-03 18:10:07,575 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-12-03 18:10:07,575 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-12-03 18:10:07,575 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-12-03 18:10:07,576 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-12-03 18:10:07,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/0a9dc515-fee8-4f63-a8d1-01013a76f29f 2018-12-03 18:10:07,707 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:10:07,707 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:10:07,707 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:10:07,708 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:10:07,708 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:10:07,708 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:10:07,708 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:10:07,708 - 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-12-03T18:09:36.272Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"} 2018-12-03 18:10:07,708 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:10:07,708 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:10:07 GMT 2018-12-03 18:10:07,708 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:10:07,708 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-03 18:10:07,709 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:10:12,714 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:10:12,796 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:10:12,796 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:10:12,797 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:10:12,797 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:10:12,797 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:10:12,797 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:10:12,797 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:10:12,797 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "router_fy38nb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:08.484Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:08.484Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "aa6035ab-5193-4676-bc91-3d5a21ea8833"}, {"node_instance_id": "management_plane_network_keb6qe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:08.928Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:08.928Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "router_fy38nb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:10.687Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:10.687Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "external_network_cp460n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:11.889Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:11.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}], "metadata": {"pagination": {"total": 128, "offset": 122, "size": 50}}} 2018-12-03 18:10:12,797 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:10:12,797 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:10:12 GMT 2018-12-03 18:10:12,798 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:10:12,798 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2069 2018-12-03 18:10:12,798 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:10:12,798 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2018-12-03 18:10:12,798 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-12-03 18:10:12,798 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-12-03 18:10:12,799 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-03 18:10:12,799 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/0a9dc515-fee8-4f63-a8d1-01013a76f29f 2018-12-03 18:10:12,879 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:10:12,880 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:10:12,880 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:10:12,880 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:10:12,880 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:10:12,880 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:10:12,880 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:10:12,880 - 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-12-03T18:09:36.272Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"} 2018-12-03 18:10:12,880 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:10:12,881 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:10:12 GMT 2018-12-03 18:10:12,881 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:10:12,881 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-03 18:10:12,881 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:10:17,885 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-12-03 18:10:17,979 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:10:17,979 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:10:17,979 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:10:17,980 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:10:17,980 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:10:17,980 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:10:17,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:10:17,980 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "external_network_cp460n", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:12.894Z", "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-12-03T18:10:12.894Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f", "logger": "b0b027f6-f364-493a-af61-6afb87126f4f"}, {"node_instance_id": "external_network_cp460n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:12.899Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:12.899Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "external_network_cp460n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:12.899Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:12.899Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "external_network_cp460n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:12.899Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:12.899Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": "external_network_cp460n", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:13.914Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:13.914Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-03T18:10:13.914Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-03T18:10:13.914Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"}], "metadata": {"pagination": {"total": 134, "offset": 126, "size": 50}}} 2018-12-03 18:10:17,980 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:10:17,980 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:10:17 GMT 2018-12-03 18:10:17,980 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:10:17,980 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3096 2018-12-03 18:10:17,981 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:10:17,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2018-12-03 18:10:17,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-03 18:10:17,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-12-03 18:10:17,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-12-03 18:10:17,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-12-03 18:10:17,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'uninstall' workflow execution succeeded 2018-12-03 18:10:17,982 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/0a9dc515-fee8-4f63-a8d1-01013a76f29f 2018-12-03 18:10:18,052 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:10:18,052 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:10:18,052 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:10:18,052 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:10:18,052 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:10:18,053 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:10:18,053 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:10:18,053 - 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-12-03T18:09:36.272Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a9dc515-fee8-4f63-a8d1-01013a76f29f"} 2018-12-03 18:10:18,053 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:10:18,053 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:10:18 GMT 2018-12-03 18:10:18,053 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:10:18,053 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2018-12-03 18:10:18,053 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:10:18,054 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.208:80/api/v3/deployments/vrouter-opnfv 2018-12-03 18:10:18,319 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:10:18,319 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:10:18,319 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:10:18,319 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:10:18,320 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:10:18,320 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:10:18,320 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:10:18,320 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-12-03 18:10:18,320 - 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": "05c9a920-de8f-43fd-a963-5dac213e0403", "target_vnf_flavor_id": "05c9a920-de8f-43fd-a963-5dac213e0403", "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_7a89a1ac-2675-46ec-8674-40a9ce733658", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "keystone_password": "c20ce3d2-bf63-497d-8135-0192c080a2d9", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.30: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": "efe88a4f-21d8-4e90-aab0-99d7ec547003", "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"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-12-03T17:58:58.999Z", "updated_at": "2018-12-03T17:58:58.999Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-12-03 18:10:18,320 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:10:18,320 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:10:18 GMT 2018-12-03 18:10:18,320 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:10:18,320 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-12-03 18:10:18,321 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:10:18,321 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.208:80/api/v3/blueprints/vrouter-opnfv 2018-12-03 18:10:18,395 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-03 18:10:18,396 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-03 18:10:18,396 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-03 18:10:18,396 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-03 18:10:18,396 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-03 18:10:18,396 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-03 18:10:18,396 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-03 18:10:18,396 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-12-03 18:10:18,397 - 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-12-03T17:58:58.733Z", "updated_at": "2018-12-03T17:58:58.733Z", "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_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "region": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "keystone_url": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": true, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-12-03 18:10:18,398 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-03 18:10:18,398 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 03 Dec 2018 18:10:18 GMT 2018-12-03 18:10:18,398 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-03 18:10:18,398 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-12-03 18:10:18,398 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-03 18:10:18,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 18:10:18,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:19,793 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a47657af-816e-4076-8c48-b15cd25942ee Date: Mon, 03 Dec 2018 18:10:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 18:10:19,793 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003 used request id req-a47657af-816e-4076-8c48-b15cd25942ee 2018-12-03 18:10:19,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.38313388824s 2018-12-03 18:10:19,794 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/efe88a4f-21d8-4e90-aab0-99d7ec547003 used request id req-a47657af-816e-4076-8c48-b15cd25942ee 2018-12-03 18:10:19,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 18:10:19,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 18:10:19,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10: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-1a769136-20bd-47e6-b8ba-d672cf7b2ef1 x-compute-request-id: req-1a769136-20bd-47e6-b8ba-d672cf7b2ef1 Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/05c9a920-de8f-43fd-a963-5dac213e0403", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "05c9a920-de8f-43fd-a963-5dac213e0403", "name": "vyos_vrouter-flavor_alt_7a89a1ac-2675-46ec-8674-40a9ce733658", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "58e65216-9388-47fe-934f-2c3ff737efd5", "name": "vyos_vrouter-flavor_7a89a1ac-2675-46ec-8674-40a9ce733658", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 18:10:19,964 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-1a769136-20bd-47e6-b8ba-d672cf7b2ef1 2018-12-03 18:10:19,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.169528961182s 2018-12-03 18:10:19,964 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-1a769136-20bd-47e6-b8ba-d672cf7b2ef1 2018-12-03 18:10:19,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 18:10:19,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/05c9a920-de8f-43fd-a963-5dac213e0403 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 18:10:20,016 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 18:10: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-fe8c1a4b-b53d-4c02-b752-b6b12499c601 x-compute-request-id: req-fe8c1a4b-b53d-4c02-b752-b6b12499c601 Content-Length: 0 Content-Type: application/json 2018-12-03 18:10:20,017 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/05c9a920-de8f-43fd-a963-5dac213e0403 used request id req-fe8c1a4b-b53d-4c02-b752-b6b12499c601 2018-12-03 18:10:20,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0501410961151s 2018-12-03 18:10:20,017 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/05c9a920-de8f-43fd-a963-5dac213e0403 used request id req-fe8c1a4b-b53d-4c02-b752-b6b12499c601 2018-12-03 18:10:20,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-03 18:10:20,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/4a3e730f-109a-43b1-b930-3ccc84e9e227.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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:21,521 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3869f160-1da1-4d90-abc1-ea825e42baca Content-Length: 0 Date: Mon, 03 Dec 2018 18:10:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:10:21,521 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/4a3e730f-109a-43b1-b930-3ccc84e9e227.json used request id req-3869f160-1da1-4d90-abc1-ea825e42baca 2018-12-03 18:10:21,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.50155997276s 2018-12-03 18:10:21,522 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/4a3e730f-109a-43b1-b930-3ccc84e9e227.json used request id req-3869f160-1da1-4d90-abc1-ea825e42baca 2018-12-03 18:10:21,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 18:10:21,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:21,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ec6321e1-86f1-4ed9-9d61-7bbf19cb77f7 Date: Mon, 03 Dec 2018 18:10:21 GMT RESP BODY: {"floatingips": []} 2018-12-03 18:10:21,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-ec6321e1-86f1-4ed9-9d61-7bbf19cb77f7 2018-12-03 18:10:21,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.184828042984s 2018-12-03 18:10:21,713 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-ec6321e1-86f1-4ed9-9d61-7bbf19cb77f7 2018-12-03 18:10:21,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-03 18:10:21,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:21,883 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 18:10: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-cfec611e-df03-4f20-9b50-f603b3261561 x-compute-request-id: req-cfec611e-df03-4f20-9b50-f603b3261561 Content-Type: application/json 2018-12-03 18:10:21,883 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff used request id req-cfec611e-df03-4f20-9b50-f603b3261561 2018-12-03 18:10:21,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.169639825821s 2018-12-03 18:10:21,883 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff used request id req-cfec611e-df03-4f20-9b50-f603b3261561 2018-12-03 18:10:21,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 18:10:21,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:23,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10: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-5fa71c00-85bd-4d6a-b02e-e73032435dbc x-compute-request-id: req-5fa71c00-85bd-4d6a-b02e-e73032435dbc Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:57:27.000000", "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "security_groups": [{"name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}], "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:10:21Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 18:10:23,711 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5fa71c00-85bd-4d6a-b02e-e73032435dbc 2018-12-03 18:10:23,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.82741498947s 2018-12-03 18:10:23,712 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5fa71c00-85bd-4d6a-b02e-e73032435dbc 2018-12-03 18:10:23,713 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 18:10:25,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 18:10:25,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:26,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72488736-0455-46a2-b14f-9bee186268a5 x-compute-request-id: req-72488736-0455-46a2-b14f-9bee186268a5 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4f:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "rel": "bookmark"}], "image": {"id": "dfe3b012-a210-4dbc-a102-8800c438d164", "links": [{"href": "http://172.30.9.30:8774/images/dfe3b012-a210-4dbc-a102-8800c438d164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-03T17:57:27.000000", "flavor": {"id": "58e65216-9388-47fe-934f-2c3ff737efd5", "links": [{"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}]}, "id": "853c646d-51b1-45b3-8a03-ffdc2b08a8ff", "user_id": "12f3bf84bda24a68b09fc41887168043", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-03T18:10:25Z", "hostId": "fada467709adc828b90919be84005b2987fc1fcd60f3427ccd335562", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658", "name": "vyos_vrouter-vm_7a89a1ac-2675-46ec-8674-40a9ce733658", "created": "2018-12-03T17:54:49Z", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-03 18:10:26,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-72488736-0455-46a2-b14f-9bee186268a5 2018-12-03 18:10:26,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.805610179901s 2018-12-03 18:10:26,522 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-72488736-0455-46a2-b14f-9bee186268a5 2018-12-03 18:10:26,523 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-03 18:10:28,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-03 18:10:28,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:28,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18: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-cb06b3b6-919d-4b36-995a-83e54cb11818 x-compute-request-id: req-cb06b3b6-919d-4b36-995a-83e54cb11818 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-03 18:10:28,626 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cb06b3b6-919d-4b36-995a-83e54cb11818 2018-12-03 18:10:28,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.100546836853s 2018-12-03 18:10:28,627 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cb06b3b6-919d-4b36-995a-83e54cb11818 2018-12-03 18:10:28,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 18:10:28,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:28,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-b622fb31-2a96-487d-9d86-2c0605d01a7c Date: Mon, 03 Dec 2018 18:10:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:52:57Z", "updated_at": "2018-12-03T17:52:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "8f2b3239-9e9e-47d4-bbe5-fb7d6ac4e31a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "ce5c8d0d-a5ef-46f1-844d-f609f5546564", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "df4b9c19-a5b9-47d7-afbf-36eb22055e8c", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "e052af1e-5950-452b-b457-90f58e49ac32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 4, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "546f07c9-e405-4642-817b-5ad886ce17b4", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:54:44Z", "updated_at": "2018-12-03T17:54:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:45Z", "revision_number": 0, "id": "2a432396-d99b-4d73-93ac-1df4cbf31b6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:45Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-12-03T17:54:46Z", "revision_number": 0, "id": "4423d092-0a8e-4d90-b214-32a326384f40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:46Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-03T17:54:45Z", "revision_number": 0, "id": "7da70456-99a6-4223-9bd7-d305a36a9bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:45Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "83eddc2b-f063-444f-a8bd-5d7b415cbf03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-12-03T17:54:46Z", "revision_number": 0, "id": "97685221-7408-4cd9-9f2f-f11dfd0e9fb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:46Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-12-03T17:54:46Z", "revision_number": 0, "id": "b55dcda2-4328-4989-8169-3ec56e3581d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:46Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "dff173d3-3993-40a4-b978-fd5c311676d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-03T17:54:44Z", "revision_number": 0, "id": "f3128540-c10f-400a-aaa2-00c64b201f60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:54:44Z", "security_group_id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 8, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "afa4f896-bcb5-4bd8-9f91-fe28a173b46a", "name": "vyos_vrouter-sg_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 18:10:28,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-b622fb31-2a96-487d-9d86-2c0605d01a7c 2018-12-03 18:10:28,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.306659221649s 2018-12-03 18:10:28,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-b622fb31-2a96-487d-9d86-2c0605d01a7c 2018-12-03 18:10:28,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-03 18:10:28,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/afa4f896-bcb5-4bd8-9f91-fe28a173b46a.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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:29,146 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f4f90c1e-c138-4bd4-8579-5400771c6a1b Content-Length: 0 Date: Mon, 03 Dec 2018 18:10:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:10:29,146 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/afa4f896-bcb5-4bd8-9f91-fe28a173b46a.json used request id req-f4f90c1e-c138-4bd4-8579-5400771c6a1b 2018-12-03 18:10:29,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.20511507988s 2018-12-03 18:10:29,147 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/afa4f896-bcb5-4bd8-9f91-fe28a173b46a.json used request id req-f4f90c1e-c138-4bd4-8579-5400771c6a1b 2018-12-03 18:10:29,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-12-03 18:10:29,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:29,186 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 18:10:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9ba286d7-1f99-4252-85b2-e1a1e32ee211 x-compute-request-id: req-9ba286d7-1f99-4252-85b2-e1a1e32ee211 Content-Length: 0 Content-Type: application/json 2018-12-03 18:10:29,186 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658 used request id req-9ba286d7-1f99-4252-85b2-e1a1e32ee211 2018-12-03 18:10:29,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0394778251648s 2018-12-03 18:10:29,187 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/vyos_vrouter-kp_7a89a1ac-2675-46ec-8674-40a9ce733658 used request id req-9ba286d7-1f99-4252-85b2-e1a1e32ee211 2018-12-03 18:10:29,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-03 18:10:29,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/63e1129e-8036-4a75-9c35-8504c7c50fdd/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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" -d '{"subnet_id": "1f386006-abd7-48d1-8873-ac38caeed233"}' 2018-12-03 18:10:30,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cd0d91cf-ec27-4ae1-8942-f5081094e5cb Date: Mon, 03 Dec 2018 18:10:30 GMT RESP BODY: {"network_id": "e25f27fd-66d9-4945-ad43-38e7daecd03d", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "subnet_id": "1f386006-abd7-48d1-8873-ac38caeed233", "subnet_ids": ["1f386006-abd7-48d1-8873-ac38caeed233"], "port_id": "c2dfe747-aabd-4152-97a6-a1c5b93240fe", "id": "63e1129e-8036-4a75-9c35-8504c7c50fdd"} 2018-12-03 18:10:30,477 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/63e1129e-8036-4a75-9c35-8504c7c50fdd/remove_router_interface.json used request id req-cd0d91cf-ec27-4ae1-8942-f5081094e5cb 2018-12-03 18:10:30,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.28941202164s 2018-12-03 18:10:30,477 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/63e1129e-8036-4a75-9c35-8504c7c50fdd/remove_router_interface.json used request id req-cd0d91cf-ec27-4ae1-8942-f5081094e5cb returning object 63e1129e-8036-4a75-9c35-8504c7c50fdd 2018-12-03 18:10:30,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-03 18:10:30,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:30,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-e0266521-8d60-4f83-9d72-cdb05a3652d5 Date: Mon, 03 Dec 2018 18:10:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:53:00Z", "admin_state_up": true, "updated_at": "2018-12-03T18:10:29Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "63e1129e-8036-4a75-9c35-8504c7c50fdd", "name": "vyos_vrouter-router_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 18:10:30,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-e0266521-8d60-4f83-9d72-cdb05a3652d5 2018-12-03 18:10:30,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.214869022369s 2018-12-03 18:10:30,693 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-e0266521-8d60-4f83-9d72-cdb05a3652d5 2018-12-03 18:10:30,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-03 18:10:30,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/63e1129e-8036-4a75-9c35-8504c7c50fdd.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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:34,617 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-347dd062-d1c6-42ff-98f3-483ae71b4f95 Content-Length: 0 Date: Mon, 03 Dec 2018 18:10:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:10:34,617 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/63e1129e-8036-4a75-9c35-8504c7c50fdd.json used request id req-347dd062-d1c6-42ff-98f3-483ae71b4f95 2018-12-03 18:10:34,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.92331910133s 2018-12-03 18:10:34,618 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/63e1129e-8036-4a75-9c35-8504c7c50fdd.json used request id req-347dd062-d1c6-42ff-98f3-483ae71b4f95 2018-12-03 18:10:34,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-03 18:10:34,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:34,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-07316cd9-4382-47d2-abda-7be78a9eaaad Date: Mon, 03 Dec 2018 18:10:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e25f27fd-66d9-4945-ad43-38e7daecd03d","tenant_id":"94ea7fdc32464fee85b82dd37692973c","created_at":"2018-12-03T17:52:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T17:52:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"94ea7fdc32464fee85b82dd37692973c","id":"1f386006-abd7-48d1-8873-ac38caeed233","subnetpool_id":null,"name":"vyos_vrouter-subnet_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 18:10:34,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-07316cd9-4382-47d2-abda-7be78a9eaaad 2018-12-03 18:10:34,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0721209049225s 2018-12-03 18:10:34,691 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-07316cd9-4382-47d2-abda-7be78a9eaaad 2018-12-03 18:10:34,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-03 18:10:34,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/1f386006-abd7-48d1-8873-ac38caeed233.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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:37,584 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2c009bd-d46f-42ff-83f8-0a9c1f1a4c7e Date: Mon, 03 Dec 2018 18:10:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:10:37,584 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/1f386006-abd7-48d1-8873-ac38caeed233.json used request id req-e2c009bd-d46f-42ff-83f8-0a9c1f1a4c7e 2018-12-03 18:10:37,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.89220690727s 2018-12-03 18:10:37,585 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/1f386006-abd7-48d1-8873-ac38caeed233.json used request id req-e2c009bd-d46f-42ff-83f8-0a9c1f1a4c7e 2018-12-03 18:10:37,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 18:10:37,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:37,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-dcf3653b-f139-4ec1-b0c3-cb115992333e Date: Mon, 03 Dec 2018 18:10:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01: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-12-03T18:10:37Z","tenant_id":"94ea7fdc32464fee85b82dd37692973c","created_at":"2018-12-03T17:52:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"94ea7fdc32464fee85b82dd37692973c","id":"e25f27fd-66d9-4945-ad43-38e7daecd03d","name":"vyos_vrouter-net_7a89a1ac-2675-46ec-8674-40a9ce733658"}]} 2018-12-03 18:10:37,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-dcf3653b-f139-4ec1-b0c3-cb115992333e 2018-12-03 18:10:37,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.131473064423s 2018-12-03 18:10:37,717 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-dcf3653b-f139-4ec1-b0c3-cb115992333e 2018-12-03 18:10:37,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-03 18:10:37,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/e25f27fd-66d9-4945-ad43-38e7daecd03d.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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:38,913 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4a62a0c5-94c1-4899-9f20-7d1531ab0cc4 Date: Mon, 03 Dec 2018 18:10:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:10:38,913 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/e25f27fd-66d9-4945-ad43-38e7daecd03d.json used request id req-4a62a0c5-94c1-4899-9f20-7d1531ab0cc4 2018-12-03 18:10:38,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.19463706017s 2018-12-03 18:10:38,913 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/e25f27fd-66d9-4945-ad43-38e7daecd03d.json used request id req-4a62a0c5-94c1-4899-9f20-7d1531ab0cc4 2018-12-03 18:10:38,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 18:10:38,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:39,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-dff1343b-4035-48f7-9416-c5120d6fb728 Date: Mon, 03 Dec 2018 18:10:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfe3b012-a210-4dbc-a102-8800c438d164/snap", "metadata": {}}], "file": "/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164/file", "owner": "94ea7fdc32464fee85b82dd37692973c", "id": "dfe3b012-a210-4dbc-a102-8800c438d164", "size": 4373348352, "self": "/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/dfe3b012-a210-4dbc-a102-8800c438d164/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-03T17:54:43Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_7a89a1ac-2675-46ec-8674-40a9ce733658", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-03T17:53:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 18:10:39,478 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-dff1343b-4035-48f7-9416-c5120d6fb728 2018-12-03 18:10:39,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.564337015152s 2018-12-03 18:10:39,479 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-dff1343b-4035-48f7-9416-c5120d6fb728 2018-12-03 18:10:39,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 18:10:39,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}51675ee8fb506e4ee70ad4e3dbbb7745bd3f7a5a" 2018-12-03 18:10:42,640 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9fcd5776-0f0c-41ba-89f2-a3a41c0a9014 Date: Mon, 03 Dec 2018 18:10:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 18:10:42,640 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164 used request id req-9fcd5776-0f0c-41ba-89f2-a3a41c0a9014 2018-12-03 18:10:42,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 3.15959191322s 2018-12-03 18:10:42,640 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/dfe3b012-a210-4dbc-a102-8800c438d164 used request id req-9fcd5776-0f0c-41ba-89f2-a3a41c0a9014 2018-12-03 18:10:42,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 18:10:42,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 18:10:42,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0830c53c-8c36-4c8b-b7f6-00137320060e x-compute-request-id: req-0830c53c-8c36-4c8b-b7f6-00137320060e Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/58e65216-9388-47fe-934f-2c3ff737efd5", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "58e65216-9388-47fe-934f-2c3ff737efd5", "name": "vyos_vrouter-flavor_7a89a1ac-2675-46ec-8674-40a9ce733658", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 18:10:42,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-0830c53c-8c36-4c8b-b7f6-00137320060e 2018-12-03 18:10:42,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0421211719513s 2018-12-03 18:10:42,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-0830c53c-8c36-4c8b-b7f6-00137320060e 2018-12-03 18:10:42,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 18:10:42,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/58e65216-9388-47fe-934f-2c3ff737efd5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 18:10:42,735 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 18:10:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-76cdf0dd-3491-47f3-b116-5887425c34d4 x-compute-request-id: req-76cdf0dd-3491-47f3-b116-5887425c34d4 Content-Length: 0 Content-Type: application/json 2018-12-03 18:10:42,735 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/58e65216-9388-47fe-934f-2c3ff737efd5 used request id req-76cdf0dd-3491-47f3-b116-5887425c34d4 2018-12-03 18:10:42,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0502090454102s 2018-12-03 18:10:42,735 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/58e65216-9388-47fe-934f-2c3ff737efd5 used request id req-76cdf0dd-3491-47f3-b116-5887425c34d4 2018-12-03 18:10:42,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 18:10:42,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 18:10:42,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-679059bf-2d9a-4920-b3e2-a6e920e58fe6 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_7a89a1ac-2675-46ec-8674-40a9ce733658", "links": {"self": "http://172.30.9.30:5000/v3/users/12f3bf84bda24a68b09fc41887168043"}, "domain_id": "default", "enabled": true, "id": "12f3bf84bda24a68b09fc41887168043", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 18:10:42,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-679059bf-2d9a-4920-b3e2-a6e920e58fe6 2018-12-03 18:10:42,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0921461582184s 2018-12-03 18:10:42,828 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-679059bf-2d9a-4920-b3e2-a6e920e58fe6 2018-12-03 18:10:42,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 18:10:42,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/12f3bf84bda24a68b09fc41887168043 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 18:10:42,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-377486d9-3d80-48de-af8c-b2e6ad8f205f Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/12f3bf84bda24a68b09fc41887168043"}, "enabled": true, "id": "12f3bf84bda24a68b09fc41887168043", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_7a89a1ac-2675-46ec-8674-40a9ce733658"}} 2018-12-03 18:10:42,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/12f3bf84bda24a68b09fc41887168043 used request id req-377486d9-3d80-48de-af8c-b2e6ad8f205f 2018-12-03 18:10:42,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0987679958344s 2018-12-03 18:10:42,934 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/12f3bf84bda24a68b09fc41887168043 used request id req-377486d9-3d80-48de-af8c-b2e6ad8f205f 2018-12-03 18:10:42,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 18:10:42,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/12f3bf84bda24a68b09fc41887168043 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 18:10:43,179 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 18:10:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0854005c-b7e7-4662-8b5e-aa788d008ca0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 18:10:43,179 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/12f3bf84bda24a68b09fc41887168043 used request id req-0854005c-b7e7-4662-8b5e-aa788d008ca0 2018-12-03 18:10:43,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.245233058929s 2018-12-03 18:10:43,180 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/12f3bf84bda24a68b09fc41887168043 used request id req-0854005c-b7e7-4662-8b5e-aa788d008ca0 2018-12-03 18:10:43,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 18:10:43,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 18:10:43,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d92dfbac-5bf3-4a00-b6f5-b109eaa35d7d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.30:5000/v3/projects/94ea7fdc32464fee85b82dd37692973c"}, "enabled": true, "id": "94ea7fdc32464fee85b82dd37692973c", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_7a89a1ac-2675-46ec-8674-40a9ce733658"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 18:10:43,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-d92dfbac-5bf3-4a00-b6f5-b109eaa35d7d 2018-12-03 18:10:43,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0933310985565s 2018-12-03 18:10:43,274 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-d92dfbac-5bf3-4a00-b6f5-b109eaa35d7d 2018-12-03 18:10:43,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 18:10:43,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/94ea7fdc32464fee85b82dd37692973c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 18:10:43,441 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 18:10:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27d0673a-2f20-434d-944b-e2ac84bfb551 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 18:10:43,441 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/94ea7fdc32464fee85b82dd37692973c used request id req-27d0673a-2f20-434d-944b-e2ac84bfb551 2018-12-03 18:10:43,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.165006160736s 2018-12-03 18:10:43,442 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/94ea7fdc32464fee85b82dd37692973c used request id req-27d0673a-2f20-434d-944b-e2ac84bfb551 2018-12-03 18:10:43,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 18:10:43,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 18:10:43,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f5e3b41-ca73-4f79-95cc-68650fbe61ed Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "468f0fb759854eeab40ce14aebbbc40f", "links": {"self": "http://172.30.9.30:5000/v3/roles/468f0fb759854eeab40ce14aebbbc40f"}, "name": "Member"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 18:10:43,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5f5e3b41-ca73-4f79-95cc-68650fbe61ed 2018-12-03 18:10:43,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0775771141052s 2018-12-03 18:10:43,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 18:10:43,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/468f0fb759854eeab40ce14aebbbc40f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 18:10:43,636 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 18:10:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e77122c-e44a-412e-a9e8-6efc75e22070 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 18:10:43,636 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/468f0fb759854eeab40ce14aebbbc40f used request id req-5e77122c-e44a-412e-a9e8-6efc75e22070 2018-12-03 18:10:43,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.115406990051s 2018-12-03 18:10:43,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 18:10:43,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=94ea7fdc32464fee85b82dd37692973c&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}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 18:10:44,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-8f08d363-57c8-4e5d-bb00-d490ccb74f2d Date: Mon, 03 Dec 2018 18:10:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:52:57Z", "updated_at": "2018-12-03T17:52:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "8f2b3239-9e9e-47d4-bbe5-fb7d6ac4e31a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "ce5c8d0d-a5ef-46f1-844d-f609f5546564", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "df4b9c19-a5b9-47d7-afbf-36eb22055e8c", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "e052af1e-5950-452b-b457-90f58e49ac32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 4, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "546f07c9-e405-4642-817b-5ad886ce17b4", "name": "default"}]} 2018-12-03 18:10:44,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=94ea7fdc32464fee85b82dd37692973c&name=default used request id req-8f08d363-57c8-4e5d-bb00-d490ccb74f2d 2018-12-03 18:10:44,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.561724901199s 2018-12-03 18:10:44,202 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=94ea7fdc32464fee85b82dd37692973c&name=default used request id req-8f08d363-57c8-4e5d-bb00-d490ccb74f2d 2018-12-03 18:10:44,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 18:10:44,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 18:10:44,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d1e141ea-4c1a-481c-bdd0-b65fb337c5da Date: Mon, 03 Dec 2018 18:10:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "created_at": "2018-12-03T17:52:57Z", "updated_at": "2018-12-03T17:52:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "e052af1e-5950-452b-b457-90f58e49ac32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "df4b9c19-a5b9-47d7-afbf-36eb22055e8c", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "8f2b3239-9e9e-47d4-bbe5-fb7d6ac4e31a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94ea7fdc32464fee85b82dd37692973c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T17:52:57Z", "revision_number": 0, "id": "ce5c8d0d-a5ef-46f1-844d-f609f5546564", "remote_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "remote_ip_prefix": null, "created_at": "2018-12-03T17:52:57Z", "security_group_id": "546f07c9-e405-4642-817b-5ad886ce17b4", "tenant_id": "94ea7fdc32464fee85b82dd37692973c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94ea7fdc32464fee85b82dd37692973c"}], "revision_number": 4, "project_id": "94ea7fdc32464fee85b82dd37692973c", "id": "546f07c9-e405-4642-817b-5ad886ce17b4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 18:10:44,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-d1e141ea-4c1a-481c-bdd0-b65fb337c5da 2018-12-03 18:10:44,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.573841094971s 2018-12-03 18:10:44,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-d1e141ea-4c1a-481c-bdd0-b65fb337c5da 2018-12-03 18:10:44,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-03 18:10:44,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/546f07c9-e405-4642-817b-5ad886ce17b4.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}ff2fff2a02b938f6a2533a34066659ffaee01186" 2018-12-03 18:10:45,615 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-29aa14bd-b07a-4f44-b15a-906de1c77c34 Content-Length: 0 Date: Mon, 03 Dec 2018 18:10:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:10:45,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/546f07c9-e405-4642-817b-5ad886ce17b4.json used request id req-29aa14bd-b07a-4f44-b15a-906de1c77c34 2018-12-03 18:10:45,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.830796003342s 2018-12-03 18:10:45,615 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/546f07c9-e405-4642-817b-5ad886ce17b4.json used request id req-29aa14bd-b07a-4f44-b15a-906de1c77c34 2018-12-03 18:10:45,634 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-12-03 18:10:45,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 18:10:45,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 18:10:45,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 18:10:45,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 18:10:45,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 18:10:45,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 18:10:45,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 18:10:45,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 18:10:45,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 18:10:45,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 18:10:45,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 18:10:45,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 18:10:45,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 18:10:45,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 18:10:45,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 18:10:45,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 18:10:45,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 18:10:45,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 18:10:45,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 18:10:45,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 18:10:45,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 18:10:45,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 18:10:45,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 18:10:45,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55b21ce2-8016-4ef8-a7e1-bfd93f5b3008 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 18:10:45,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-55b21ce2-8016-4ef8-a7e1-bfd93f5b3008 2018-12-03 18:10:45,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 18:10:46,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T19:10:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["pupewJqwQtSCXdAixwyC1A"], "issued_at": "2018-12-03T18:10:46.000000Z"}} 2018-12-03 18:10:46,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 18:10:46,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:46,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-1e6ae11e-bfc5-4c43-88ea-e6a4485aba43 Date: Mon, 03 Dec 2018 18:10:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 18:10:46,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1e6ae11e-bfc5-4c43-88ea-e6a4485aba43 2018-12-03 18:10:46,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.388150930405s 2018-12-03 18:10:46,456 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1e6ae11e-bfc5-4c43-88ea-e6a4485aba43 2018-12-03 18:10:46,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 18:10:46,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:46,466 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 18:10: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 18:10:46,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:46,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3071a0d3-4c3b-42bc-98f8-375cf482731a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 18:10:46,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-3071a0d3-4c3b-42bc-98f8-375cf482731a 2018-12-03 18:10:46,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0936300754547s 2018-12-03 18:10:46,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 18:10:46,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}ab876bee739a03074278e932b712d3a2b622b7c2" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_31af7050-d646-4d76-9ee9-6ceb59af9b1a"}}' 2018-12-03 18:10:46,654 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 18:10:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c63bb9e-81b1-44b4-a76e-6dc51d3778c1 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.30:5000/v3/projects/eae31c92982647ca863038669f86384f"}, "enabled": true, "id": "eae31c92982647ca863038669f86384f", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_31af7050-d646-4d76-9ee9-6ceb59af9b1a"}} 2018-12-03 18:10:46,654 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5c63bb9e-81b1-44b4-a76e-6dc51d3778c1 2018-12-03 18:10:46,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.10227394104s 2018-12-03 18:10:46,655 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5c63bb9e-81b1-44b4-a76e-6dc51d3778c1 2018-12-03 18:10:46,656 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'juju_epc-project_31af7050-d646-4d76-9ee9-6ceb59af9b1a', 'id': u'eae31c92982647ca863038669f86384f', '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-12-03 18:10:46,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 18:10:47,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.369971990585s 2018-12-03 18:10:47,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/5d300208bf644e908f3d42606e2b693e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:47,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc3f0213-9650-434c-bf4c-735e4737a50a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/5d300208bf644e908f3d42606e2b693e"}, "enabled": true, "id": "5d300208bf644e908f3d42606e2b693e", "options": {}, "domain_id": "default", "name": "juju_epc-user_31af7050-d646-4d76-9ee9-6ceb59af9b1a"}} 2018-12-03 18:10:47,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/5d300208bf644e908f3d42606e2b693e used request id req-dc3f0213-9650-434c-bf4c-735e4737a50a 2018-12-03 18:10:47,124 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5d300208bf644e908f3d42606e2b693e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_31af7050-d646-4d76-9ee9-6ceb59af9b1a'}) 2018-12-03 18:10:47,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 18:10:47,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:47,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-949ee345-c0ec-4c6b-bffd-c7afed6548ef Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 18:10:47,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-949ee345-c0ec-4c6b-bffd-c7afed6548ef 2018-12-03 18:10:47,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0723848342896s 2018-12-03 18:10:47,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 18:10:47,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:47,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-985678b2-2bc8-4d84-b2f1-cefcfc15f709 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 18:10:47,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-985678b2-2bc8-4d84-b2f1-cefcfc15f709 2018-12-03 18:10:47,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0864660739899s 2018-12-03 18:10:47,285 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 18:10:47,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 18:10:47,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" -d '{"role": {"name": "Member"}}' 2018-12-03 18:10:47,403 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 18:10:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-761dd5a9-e329-43e2-8970-37761006c904 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ee6e1195d88a47919eb85720dbe54057", "links": {"self": "http://172.30.9.30:5000/v3/roles/ee6e1195d88a47919eb85720dbe54057"}, "name": "Member"}} 2018-12-03 18:10:47,403 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-761dd5a9-e329-43e2-8970-37761006c904 2018-12-03 18:10:47,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.117542982101s 2018-12-03 18:10:47,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/ee6e1195d88a47919eb85720dbe54057 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:47,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ecf8487-8c3a-4f91-9ce7-726e2f7e2f7c Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ee6e1195d88a47919eb85720dbe54057"}, "domain_id": null, "name": "Member", "id": "ee6e1195d88a47919eb85720dbe54057"}} 2018-12-03 18:10:47,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ee6e1195d88a47919eb85720dbe54057 used request id req-8ecf8487-8c3a-4f91-9ce7-726e2f7e2f7c 2018-12-03 18:10:47,478 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/ee6e1195d88a47919eb85720dbe54057'}, 'domain_id': None, 'human_id': None, 'id': u'ee6e1195d88a47919eb85720dbe54057', 'HUMAN_ID': False}) 2018-12-03 18:10:47,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 18:10:47,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:47,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9877a38-01d7-4828-b3ed-a8b04adc5846 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee6e1195d88a47919eb85720dbe54057", "links": {"self": "http://172.30.9.30:5000/v3/roles/ee6e1195d88a47919eb85720dbe54057"}, "name": "Member"}]} 2018-12-03 18:10:47,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c9877a38-01d7-4828-b3ed-a8b04adc5846 2018-12-03 18:10:47,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808229446411s 2018-12-03 18:10:47,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 18:10:47,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:47,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31717c6a-ad56-4ff9-ad42-fd3d7933e022 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 18:10:47,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-31717c6a-ad56-4ff9-ad42-fd3d7933e022 2018-12-03 18:10:47,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0830478668213s 2018-12-03 18:10:47,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 18:10:47,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:47,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42ddf0f5-9d5a-4d4c-a80e-5fb8ca9e6535 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "links": {"self": "http://172.30.9.30:5000/v3/users/5d300208bf644e908f3d42606e2b693e"}, "domain_id": "default", "enabled": true, "id": "5d300208bf644e908f3d42606e2b693e", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 18:10:47,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-42ddf0f5-9d5a-4d4c-a80e-5fb8ca9e6535 2018-12-03 18:10:47,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0992820262909s 2018-12-03 18:10:47,744 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-42ddf0f5-9d5a-4d4c-a80e-5fb8ca9e6535 2018-12-03 18:10:47,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 18:10:47,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:47,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee435011-18ef-4c23-b21e-410235fe9f28 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.30:5000/v3/projects/eae31c92982647ca863038669f86384f"}, "enabled": true, "id": "eae31c92982647ca863038669f86384f", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_31af7050-d646-4d76-9ee9-6ceb59af9b1a"}]} 2018-12-03 18:10:47,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-ee435011-18ef-4c23-b21e-410235fe9f28 2018-12-03 18:10:47,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0764517784119s 2018-12-03 18:10:47,827 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-ee435011-18ef-4c23-b21e-410235fe9f28 2018-12-03 18:10:47,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 18:10:47,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=5d300208bf644e908f3d42606e2b693e&scope.project.id=eae31c92982647ca863038669f86384f&role.id=ee6e1195d88a47919eb85720dbe54057 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:47,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c55cb5cf-18a1-4ce2-b2a6-9328b34f532c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=5d300208bf644e908f3d42606e2b693e&scope.project.id=eae31c92982647ca863038669f86384f&role.id=ee6e1195d88a47919eb85720dbe54057", "previous": null, "next": null}} 2018-12-03 18:10:47,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=5d300208bf644e908f3d42606e2b693e&scope.project.id=eae31c92982647ca863038669f86384f&role.id=ee6e1195d88a47919eb85720dbe54057 used request id req-c55cb5cf-18a1-4ce2-b2a6-9328b34f532c 2018-12-03 18:10:47,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0800578594208s 2018-12-03 18:10:47,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 18:10:47,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/eae31c92982647ca863038669f86384f/users/5d300208bf644e908f3d42606e2b693e/roles/ee6e1195d88a47919eb85720dbe54057 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:48,022 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 18:10:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8c19572-89b7-436b-8f8b-72c9bd314f4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 18:10:48,022 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/eae31c92982647ca863038669f86384f/users/5d300208bf644e908f3d42606e2b693e/roles/ee6e1195d88a47919eb85720dbe54057 used request id req-c8c19572-89b7-436b-8f8b-72c9bd314f4b 2018-12-03 18:10:48,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.112233161926s 2018-12-03 18:10:48,023 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_31af7050-d646-4d76-9ee9-6ceb59af9b1a', 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': '27cb3351-9ad5-455f-a716-d0ecb385c753', 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_31af7050-d646-4d76-9ee9-6ceb59af9b1a', 'project_id': u'eae31c92982647ca863038669f86384f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 18:10:48,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 18:10:48,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 18:10:48,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 18:10:48,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 18:10:48,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 18:10:48,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 18:10:48,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 18:10:48,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 18:10:48,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 18:10:48,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 18:10:48,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 18:10:48,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 18:10:48,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 18:10:48,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 18:10:48,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 18:10:48,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 18:10:48,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 18:10:48,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 18:10:48,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 18:10:48,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 18:10:48,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 18:10:48,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 18:10:48,029 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_31af7050-d646-4d76-9ee9-6ceb59af9b1a', 'password': '27cb3351-9ad5-455f-a716-d0ecb385c753', 'project_name': 'juju_epc-project_31af7050-d646-4d76-9ee9-6ceb59af9b1a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'eae31c92982647ca863038669f86384f', 'project_domain_name': 'Default'} 2018-12-03 18:10:48,094 - 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-12-03 18:10:48,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-12-03 18:10:48,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:48,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6740d42b-f3ec-4cad-a50f-c6a482225edf Content-Encoding: gzip Content-Length: 918 Content-Type: application/json RESP BODY: {"services": [{"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.30:5000/v3/services/069d7908a8bd470e93a599f5ae7b5f91"}, "enabled": true, "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.30:5000/v3/services/2ede4c2c96ec44dc866b64b5e976ba5c"}, "enabled": true, "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.30:5000/v3/services/2f85a25c736a4047b94f4894d2865636"}, "enabled": true, "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.30:5000/v3/services/4dc80267a8324614b8a3b8fa4a8dc60e"}, "enabled": true, "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.30:5000/v3/services/7a70d1c70ce2482dad40eaab9a72fa43"}, "enabled": true, "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.30:5000/v3/services/7f1bfb554cf946d0a11fd2e225b9618d"}, "enabled": true, "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.30:5000/v3/services/85e3a2ddeb224676ac332562b2721fe5"}, "enabled": true, "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.30:5000/v3/services/9413f26765b849e2bfb09bb6ef80e031"}, "enabled": true, "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.30:5000/v3/services/96859ba4aff64d788f591e061a166ccb"}, "enabled": true, "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.30:5000/v3/services/990fb337b7a7454ea032b067fa272cd9"}, "enabled": true, "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.30:5000/v3/services/a6c40b0800944d76a5148e61aa415487"}, "enabled": true, "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.30:5000/v3/services/aa09a6e0421a40479fe4e60f54d7d3b8"}, "enabled": true, "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.30:5000/v3/services/b05d650112da47deb8780ba78eb211ab"}, "enabled": true, "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.30:5000/v3/services/b6d9819c5a1a481fb79254890fa2c607"}, "enabled": true, "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.30:5000/v3/services/bf04b5098ffa4cc5be5663c92973fe62"}, "enabled": true, "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.30:5000/v3/services/dc4ad3693b554b2bbce95fd2391f4a25"}, "enabled": true, "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "links": {"self": "http://172.30.9.30:5000/v3/services", "previous": null, "next": null}} 2018-12-03 18:10:48,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/services used request id req-6740d42b-f3ec-4cad-a50f-c6a482225edf 2018-12-03 18:10:48,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0848579406738s 2018-12-03 18:10:48,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-12-03 18:10:48,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:48,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-678e5523-40a2-4dac-9d61-c111cca0c6bf Content-Encoding: gzip Content-Length: 2067 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/084ab41f70734ee29d9a43b6aaaed64a"}, "url": "http://192.30.9.10:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7f1bfb554cf946d0a11fd2e225b9618d", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0dac910b1dea4b6f9d6d259380e9e427"}, "url": "http://192.30.9.10:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6c40b0800944d76a5148e61aa415487", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/196aebb5c3b1433994b31e6d527db893"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc4ad3693b554b2bbce95fd2391f4a25", "id": "196aebb5c3b1433994b31e6d527db893"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/274364aa481747fdb8f37ee235ba9c7f"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bf04b5098ffa4cc5be5663c92973fe62", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2b624f174fbd43d8b26dd315e5d18d4c"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4dc80267a8324614b8a3b8fa4a8dc60e", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2f8aa34e337342d7abba2f1749904d7d"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4dc80267a8324614b8a3b8fa4a8dc60e", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/30d7201553ef403ba3985605dd4888f4"}, "url": "http://192.30.9.10:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6c40b0800944d76a5148e61aa415487", "id": "30d7201553ef403ba3985605dd4888f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/344f742fc0f649b29a78b0ed3dc154c9"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa09a6e0421a40479fe4e60f54d7d3b8", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/399e8a0528854fd984203de6f269d1d4"}, "url": "http://172.30.9.30:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b05d650112da47deb8780ba78eb211ab", "id": "399e8a0528854fd984203de6f269d1d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/3f6d65e1429a40c7aee7f1e34470036b"}, "url": "http://172.30.9.30:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4dc80267a8324614b8a3b8fa4a8dc60e", "id": "3f6d65e1429a40c7aee7f1e34470036b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/415a38ec62f5473e83b67419e3f64376"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa09a6e0421a40479fe4e60f54d7d3b8", "id": "415a38ec62f5473e83b67419e3f64376"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/41fb9e01b0554adbb2dd29a6b36db5e2"}, "url": "http://172.30.9.30:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6c40b0800944d76a5148e61aa415487", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4f5ad6c0e83444d69365d4f4d551ca46"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9413f26765b849e2bfb09bb6ef80e031", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/55aeac80fe4b4e9a9646e779c400c78f"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "069d7908a8bd470e93a599f5ae7b5f91", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/563ce01d3adf4b0aaf846c04bd036fc4"}, "url": "http://172.30.9.30:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9413f26765b849e2bfb09bb6ef80e031", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/5a197c91772f41c58f736edf2713c223"}, "url": "http://172.30.9.30:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa09a6e0421a40479fe4e60f54d7d3b8", "id": "5a197c91772f41c58f736edf2713c223"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6114da7963354b72ae81efacdeb61143"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc4ad3693b554b2bbce95fd2391f4a25", "id": "6114da7963354b72ae81efacdeb61143"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/67571c7634ae4b11a1e7e5064fef956c"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b05d650112da47deb8780ba78eb211ab", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6b0f2c65d1d749668f4ab0c1d39e52f3"}, "url": "http://192.30.9.10:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "85e3a2ddeb224676ac332562b2721fe5", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/80387e5af9eb4dbdbdc27e4b9dd1e53e"}, "url": "http://172.30.9.30:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2ede4c2c96ec44dc866b64b5e976ba5c", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/8e0340ad86aa49c5b5639897002d16ee"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2f85a25c736a4047b94f4894d2865636", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/8f3723939124493b8de997326cbf8049"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "990fb337b7a7454ea032b067fa272cd9", "id": "8f3723939124493b8de997326cbf8049"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/95ac082af78c44fbbd15669637466689"}, "url": "http://172.30.9.30:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7a70d1c70ce2482dad40eaab9a72fa43", "id": "95ac082af78c44fbbd15669637466689"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/9948a8e85dea4484b2cc150a91ba8d3e"}, "url": "http://192.30.9.10:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7f1bfb554cf946d0a11fd2e225b9618d", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/9b13970dc8cd42bcb889ab5b4ee22054"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b6d9819c5a1a481fb79254890fa2c607", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a0ed5bb133774010a488c34d6aab6921"}, "url": "http://172.30.9.30:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "85e3a2ddeb224676ac332562b2721fe5", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a2e8556f7c594f7f89d57d83ab8dafbf"}, "url": "http://192.30.9.10:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "85e3a2ddeb224676ac332562b2721fe5", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/aed211f5ac8641a3b2354094260c57b3"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bf04b5098ffa4cc5be5663c92973fe62", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b032ab67dcfd459ba821b9027e8e401d"}, "url": "http://172.30.9.30:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "990fb337b7a7454ea032b067fa272cd9", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b5f1a0517abb45cc8d6628a0a8dbab1b"}, "url": "http://172.30.9.30:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b6d9819c5a1a481fb79254890fa2c607", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b68c4b128b824e7a8b708e9b713478a7"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2f85a25c736a4047b94f4894d2865636", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/bcb6ab0897fc4b98a8e6d4ec86d351bf"}, "url": "http://192.30.9.10:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2ede4c2c96ec44dc866b64b5e976ba5c", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/bd56513ae07343fcaac4a9b0e0d619f5"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b6d9819c5a1a481fb79254890fa2c607", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c770f39b61d64814995e5d0ed127a44b"}, "url": "http://192.30.9.10:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2ede4c2c96ec44dc866b64b5e976ba5c", "id": "c770f39b61d64814995e5d0ed127a44b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c850df21875340ee8edf5531f6687104"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "069d7908a8bd470e93a599f5ae7b5f91", "id": "c850df21875340ee8edf5531f6687104"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/d37ac7247e7c441cb6317b5a5f47aae5"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9413f26765b849e2bfb09bb6ef80e031", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/db739b64fe6042f8b2c5edef11692b77"}, "url": "http://172.30.9.30:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2f85a25c736a4047b94f4894d2865636", "id": "db739b64fe6042f8b2c5edef11692b77"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e33a894896574f5ab3f5f113da2147f3"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7a70d1c70ce2482dad40eaab9a72fa43", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e405963ebec94a658f6651f623875d5d"}, "url": "http://172.30.9.30:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bf04b5098ffa4cc5be5663c92973fe62", "id": "e405963ebec94a658f6651f623875d5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e706713d6c1e4a9baa31dee026cb7b05"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7a70d1c70ce2482dad40eaab9a72fa43", "id": "e706713d6c1e4a9baa31dee026cb7b05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e79a9375723546b18205866fd9a5a7aa"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "990fb337b7a7454ea032b067fa272cd9", "id": "e79a9375723546b18205866fd9a5a7aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/eebc1a16a783406aaaa2b5a26030246f"}, "url": "http://172.30.9.30:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "069d7908a8bd470e93a599f5ae7b5f91", "id": "eebc1a16a783406aaaa2b5a26030246f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f0a5d0ad31fb4d6aa7431d1c19021201"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b05d650112da47deb8780ba78eb211ab", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/fa029f8256284e7d906e30fe807587dd"}, "url": "http://172.30.9.30:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7f1bfb554cf946d0a11fd2e225b9618d", "id": "fa029f8256284e7d906e30fe807587dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ff51d37e7c674cc9873fa1a182e6a042"}, "url": "http://172.30.9.30:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc4ad3693b554b2bbce95fd2391f4a25", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "links": {"self": "http://172.30.9.30:5000/v3/endpoints", "previous": null, "next": null}} 2018-12-03 18:10:48,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-678e5523-40a2-4dac-9d61-c111cca0c6bf 2018-12-03 18:10:48,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0860052108765s 2018-12-03 18:10:48,299 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-12-03 18:10:48,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 18:10:48,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:48,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fae587c-81c1-498c-9142-dc6d1295c8bd Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 18:10:48,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-4fae587c-81c1-498c-9142-dc6d1295c8bd 2018-12-03 18:10:48,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.155754089355s 2018-12-03 18:10:48,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 18:10:48,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:10:48,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4af2909-b88c-42e7-b93d-165a3233b845 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.30:5000/v3/projects/eae31c92982647ca863038669f86384f"}, "enabled": true, "id": "eae31c92982647ca863038669f86384f", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_31af7050-d646-4d76-9ee9-6ceb59af9b1a"}]} 2018-12-03 18:10:48,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f4af2909-b88c-42e7-b93d-165a3233b845 2018-12-03 18:10:48,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0841901302338s 2018-12-03 18:10:48,541 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f4af2909-b88c-42e7-b93d-165a3233b845 2018-12-03 18:10:48,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-03 18:10:48,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}ab876bee739a03074278e932b712d3a2b622b7c2" -d '{"network": {"tenant_id": "eae31c92982647ca863038669f86384f", "name": "juju_epc-net_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "admin_state_up": true}}' 2018-12-03 18:10:49,030 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-78562a0a-70aa-45c6-939b-7c4e8fc05dd7 Date: Mon, 03 Dec 2018 18:10: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":"5c4e87b0-a250-4e9a-b90e-d813a915592f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"eae31c92982647ca863038669f86384f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-03T18:10:48Z","is_default":false,"qos_policy_id":null,"name":"juju_epc-net_31af7050-d646-4d76-9ee9-6ceb59af9b1a","admin_state_up":true,"tenant_id":"eae31c92982647ca863038669f86384f","created_at":"2018-12-03T18:10:48Z","mtu":1450}} 2018-12-03 18:10:49,030 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-78562a0a-70aa-45c6-939b-7c4e8fc05dd7 2018-12-03 18:10:49,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.48700094223s 2018-12-03 18:10:49,031 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-78562a0a-70aa-45c6-939b-7c4e8fc05dd7 2018-12-03 18:10:49,031 - 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-12-03T18:10:48Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5c4e87b0-a250-4e9a-b90e-d813a915592f', u'provider:segmentation_id': 71, 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_31af7050-d646-4d76-9ee9-6ceb59af9b1a', u'created_at': u'2018-12-03T18:10:48Z', u'mtu': 1450, u'tenant_id': u'eae31c92982647ca863038669f86384f', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'eae31c92982647ca863038669f86384f'}) 2018-12-03 18:10:49,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 18:10:49,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07bfaf8b-15e9-4986-a98c-6058daa50742 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 18:10:49,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-07bfaf8b-15e9-4986-a98c-6058daa50742 2018-12-03 18:10:49,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 18:10:49,402 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee6e1195d88a47919eb85720dbe54057", "name": "Member"}], "expires_at": "2018-12-03T19:10:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eae31c92982647ca863038669f86384f", "name": "juju_epc-project_31af7050-d646-4d76-9ee9-6ceb59af9b1a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/eae31c92982647ca863038669f86384f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/eae31c92982647ca863038669f86384f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/eae31c92982647ca863038669f86384f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/eae31c92982647ca863038669f86384f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/eae31c92982647ca863038669f86384f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/eae31c92982647ca863038669f86384f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/eae31c92982647ca863038669f86384f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/eae31c92982647ca863038669f86384f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/eae31c92982647ca863038669f86384f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/eae31c92982647ca863038669f86384f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/eae31c92982647ca863038669f86384f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/eae31c92982647ca863038669f86384f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "id": "5d300208bf644e908f3d42606e2b693e"}, "audit_ids": ["hulfF0PcSKi-XHZfAeDCeA"], "issued_at": "2018-12-03T18:10:49.000000Z"}} 2018-12-03 18:10:49,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 18:10:49,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:10:49,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-672c6028-5d44-4912-82f4-fc9bdbcce5bf Date: Mon, 03 Dec 2018 18:10:49 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-12-03T18:10:48Z","tenant_id":"eae31c92982647ca863038669f86384f","created_at":"2018-12-03T18:10:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eae31c92982647ca863038669f86384f","id":"5c4e87b0-a250-4e9a-b90e-d813a915592f","name":"juju_epc-net_31af7050-d646-4d76-9ee9-6ceb59af9b1a"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 18:10:49,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-672c6028-5d44-4912-82f4-fc9bdbcce5bf 2018-12-03 18:10:49,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.267148971558s 2018-12-03 18:10:49,673 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-672c6028-5d44-4912-82f4-fc9bdbcce5bf 2018-12-03 18:10:49,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-03 18:10:49,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" -d '{"subnet": {"name": "juju_epc-subnet_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "enable_dhcp": true, "network_id": "5c4e87b0-a250-4e9a-b90e-d813a915592f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-12-03 18:10:50,479 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c20ba4fe-3535-468f-a34b-d928317ddfbc Date: Mon, 03 Dec 2018 18:10:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4e87b0-a250-4e9a-b90e-d813a915592f","tenant_id":"eae31c92982647ca863038669f86384f","created_at":"2018-12-03T18:10:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T18:10: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":"eae31c92982647ca863038669f86384f","id":"c5474f15-2fbb-42c6-b454-791bca9a1b2f","subnetpool_id":null,"name":"juju_epc-subnet_31af7050-d646-4d76-9ee9-6ceb59af9b1a"}} 2018-12-03 18:10:50,479 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-c20ba4fe-3535-468f-a34b-d928317ddfbc 2018-12-03 18:10:50,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.805023908615s 2018-12-03 18:10:50,480 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-c20ba4fe-3535-468f-a34b-d928317ddfbc 2018-12-03 18:10:50,480 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-03T18:10: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'c5474f15-2fbb-42c6-b454-791bca9a1b2f', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_31af7050-d646-4d76-9ee9-6ceb59af9b1a', u'enable_dhcp': True, u'network_id': u'5c4e87b0-a250-4e9a-b90e-d813a915592f', u'tenant_id': u'eae31c92982647ca863038669f86384f', u'created_at': u'2018-12-03T18:10: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'eae31c92982647ca863038669f86384f'}) 2018-12-03 18:10:50,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-03 18:10:50,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" -d '{"router": {"external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2"}, "name": "juju_epc-router_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "admin_state_up": true}}' 2018-12-03 18:10:55,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-54cb7811-3173-4f30-951a-10b2fbc9821c Date: Mon, 03 Dec 2018 18:10:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:10:51Z", "admin_state_up": true, "updated_at": "2018-12-03T18:10:52Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "eae31c92982647ca863038669f86384f", "id": "406ff147-5050-4c07-b63b-03bffecdb942", "name": "juju_epc-router_31af7050-d646-4d76-9ee9-6ceb59af9b1a"}} 2018-12-03 18:10:55,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-54cb7811-3173-4f30-951a-10b2fbc9821c 2018-12-03 18:10:55,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.0316798687s 2018-12-03 18:10:55,513 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-54cb7811-3173-4f30-951a-10b2fbc9821c 2018-12-03 18:10:55,513 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-12-03T18:10:52Z', u'revision_number': 3, u'id': u'406ff147-5050-4c07-b63b-03bffecdb942', u'external_gateway_info': {u'network_id': u'ad08d313-46f5-4b88-b238-f716b8f7b6d2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4c341e68-838a-4185-83e8-4a80ca2687ff', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_31af7050-d646-4d76-9ee9-6ceb59af9b1a', u'admin_state_up': True, u'tenant_id': u'eae31c92982647ca863038669f86384f', u'created_at': u'2018-12-03T18:10:51Z', u'flavor_id': None, u'routes': [], u'project_id': u'eae31c92982647ca863038669f86384f'}) 2018-12-03 18:10:55,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-03 18:10:55,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/406ff147-5050-4c07-b63b-03bffecdb942/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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" -d '{"subnet_id": "c5474f15-2fbb-42c6-b454-791bca9a1b2f"}' 2018-12-03 18:10:57,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4fa64548-fc3b-416c-8409-16fcdf2c9c97 Date: Mon, 03 Dec 2018 18:10:57 GMT RESP BODY: {"network_id": "5c4e87b0-a250-4e9a-b90e-d813a915592f", "tenant_id": "eae31c92982647ca863038669f86384f", "subnet_id": "c5474f15-2fbb-42c6-b454-791bca9a1b2f", "subnet_ids": ["c5474f15-2fbb-42c6-b454-791bca9a1b2f"], "port_id": "a9c7929b-5cd4-4e7f-9c4b-78a8ffb4b7ba", "id": "406ff147-5050-4c07-b63b-03bffecdb942"} 2018-12-03 18:10:57,554 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/406ff147-5050-4c07-b63b-03bffecdb942/add_router_interface.json used request id req-4fa64548-fc3b-416c-8409-16fcdf2c9c97 2018-12-03 18:10:57,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.04055595398s 2018-12-03 18:10:57,555 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/406ff147-5050-4c07-b63b-03bffecdb942/add_router_interface.json used request id req-4fa64548-fc3b-416c-8409-16fcdf2c9c97 returning object 406ff147-5050-4c07-b63b-03bffecdb942 2018-12-03 18:10:57,555 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-12-03 18:10:59,369 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:93b2de7a1313d9623cbd593108a3f62b sha256:356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02 2018-12-03 18:10:59,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:10:59,375 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 03 Dec 2018 18:10:59 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-03 18:10:59,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 18:10:59,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:10:59,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-860ef884-c64d-46a3-809e-48fee03ed7d3 Date: Mon, 03 Dec 2018 18:10:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 18:10:59,559 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-860ef884-c64d-46a3-809e-48fee03ed7d3 2018-12-03 18:10:59,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181505918503s 2018-12-03 18:10:59,560 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-860ef884-c64d-46a3-809e-48fee03ed7d3 2018-12-03 18:10:59,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 18:10:59,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" -d '{"owner_specified.shade.md5": "93b2de7a1313d9623cbd593108a3f62b", "owner_specified.shade.sha256": "356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02", "owner_specified.shade.object": "images/juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a"}' 2018-12-03 18:10:59,753 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d X-Openstack-Request-Id: req-99761cbf-c256-4c95-9664-6b8e7ae5afe4 Date: Mon, 03 Dec 2018 18:10:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/file", "owner": "eae31c92982647ca863038669f86384f", "id": "6d59178b-339e-4a37-8beb-ee23415d9c3d", "size": null, "self": "/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02", "updated_at": "2018-12-03T18:10:59Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "93b2de7a1313d9623cbd593108a3f62b", "name": "juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "checksum": null, "created_at": "2018-12-03T18:10:59Z", "protected": false} 2018-12-03 18:10:59,754 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-99761cbf-c256-4c95-9664-6b8e7ae5afe4 2018-12-03 18:10:59,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.192292928696s 2018-12-03 18:10:59,754 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-99761cbf-c256-4c95-9664-6b8e7ae5afe4 returning object 6d59178b-339e-4a37-8beb-ee23415d9c3d 2018-12-03 18:10:59,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 18:10:59,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" -d '' 2018-12-03 18:11:05,859 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8eea27b2-86a1-4f81-a046-318500c4be67 Date: Mon, 03 Dec 2018 18:11:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 18:11:05,859 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/file used request id req-8eea27b2-86a1-4f81-a046-318500c4be67 2018-12-03 18:11:05,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.10455298424s 2018-12-03 18:11:05,860 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/file used request id req-8eea27b2-86a1-4f81-a046-318500c4be67 2018-12-03 18:11:05,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 18:11:05,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:11:05,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-ec0f4775-f6e8-4ce3-a613-9c6a693db39b Date: Mon, 03 Dec 2018 18:11:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/snap", "metadata": {}}], "file": "/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/file", "owner": "eae31c92982647ca863038669f86384f", "id": "6d59178b-339e-4a37-8beb-ee23415d9c3d", "size": 297074688, "self": "/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02", "updated_at": "2018-12-03T18:11:05Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "93b2de7a1313d9623cbd593108a3f62b", "name": "juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "checksum": "93b2de7a1313d9623cbd593108a3f62b", "created_at": "2018-12-03T18:10:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 18:11:05,892 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ec0f4775-f6e8-4ce3-a613-9c6a693db39b 2018-12-03 18:11:05,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0314309597015s 2018-12-03 18:11:05,892 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ec0f4775-f6e8-4ce3-a613-9c6a693db39b 2018-12-03 18:11:05,894 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/file', 'owner': u'eae31c92982647ca863038669f86384f', 'id': u'6d59178b-339e-4a37-8beb-ee23415d9c3d', 'size': 297074688, u'self': u'/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'eae31c92982647ca863038669f86384f', 'name': 'juju_epc-project_31af7050-d646-4d76-9ee9-6ceb59af9b1a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T18:11:05Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-03T18:11:05Z', u'owner_specified.shade.sha256': u'356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02', u'owner_specified.shade.object': u'images/juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'93b2de7a1313d9623cbd593108a3f62b', 'properties': {u'self': u'/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d', u'owner_specified.shade.md5': u'93b2de7a1313d9623cbd593108a3f62b', u'owner_specified.shade.object': u'images/juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a', u'owner_specified.shade.sha256': u'356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a', 'created': u'2018-12-03T18:10:59Z', 'checksum': u'93b2de7a1313d9623cbd593108a3f62b', 'created_at': u'2018-12-03T18:10:59Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d', u'owner_specified.shade.md5': u'93b2de7a1313d9623cbd593108a3f62b', u'owner_specified.shade.object': u'images/juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a', u'owner_specified.shade.sha256': u'356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02', u'schema': u'/v2/schemas/image'}}) 2018-12-03 18:11:08,425 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 6d59178b-339e-4a37-8beb-ee23415d9c3d -s xenial -r regionOne -u http://172.30.9.30:5000/v3 Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 18 cloud regions added; 1 cloud attribute changed as well as 5 cloud regions deleted: added cloud region: - aws-china/cn-northwest-1 - azure/francecentral - cloudsigma/dub - cloudsigma/fra - cloudsigma/mel - cloudsigma/mnl - cloudsigma/per - cloudsigma/ruh - cloudsigma/waw - google/asia-east2 - google/europe-north1 - google/europe-west4 - google/northamerica-northeast1 - google/us-west2 - oracle/eu-frankfurt-1 - oracle/uk-london-1 - oracle/us-ashburn-1 - oracle/us-phoenix-1 changed cloud attribute: - oracle deleted cloud region: - oracle/em2 - oracle/em3 - oracle/us2 - oracle/us6 - oracle/uscom-central-1 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-12-03 18:11:08,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 18:11:08,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}ab876bee739a03074278e932b712d3a2b622b7c2" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-12-03 18:11:08,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:11:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a03e2ee7-a4f3-41c1-8248-c66e8f1e12f3 x-compute-request-id: req-a03e2ee7-a4f3-41c1-8248-c66e8f1e12f3 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/bfd08ae5-a27f-432c-b549-c879397b8bc0", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/bfd08ae5-a27f-432c-b549-c879397b8bc0", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bfd08ae5-a27f-432c-b549-c879397b8bc0", "name": "juju_epc-flavor_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 18:11:08,638 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a03e2ee7-a4f3-41c1-8248-c66e8f1e12f3 2018-12-03 18:11:08,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.211443901062s 2018-12-03 18:11:08,639 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a03e2ee7-a4f3-41c1-8248-c66e8f1e12f3 returning object bfd08ae5-a27f-432c-b549-c879397b8bc0 2018-12-03 18:11:08,640 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_31af7050-d646-4d76-9ee9-6ceb59af9b1a', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'bfd08ae5-a27f-432c-b549-c879397b8bc0', 'swap': 0}) 2018-12-03 18:11:08,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 18:11:08,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/bfd08ae5-a27f-432c-b549-c879397b8bc0/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}ab876bee739a03074278e932b712d3a2b622b7c2" -d '{"extra_specs": {}}' 2018-12-03 18:11:08,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:11:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e2cfb6c6-3cd9-461e-a769-8c13b8cdd561 x-compute-request-id: req-e2cfb6c6-3cd9-461e-a769-8c13b8cdd561 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 18:11:08,668 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/bfd08ae5-a27f-432c-b549-c879397b8bc0/os-extra_specs used request id req-e2cfb6c6-3cd9-461e-a769-8c13b8cdd561 2018-12-03 18:11:08,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0279262065887s 2018-12-03 18:11:08,669 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/bfd08ae5-a27f-432c-b549-c879397b8bc0/os-extra_specs used request id req-e2cfb6c6-3cd9-461e-a769-8c13b8cdd561 2018-12-03 18:11:08,669 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-12-03 18:11:08,671 - 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-317 | | 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-12-03 18:11:08,678 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-12-03 18:11:08,834 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-12-03 18:11:08,835 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-12-03 18:11:08,994 - 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-12-03 18:11:08,995 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-12-03 18:11:10,478 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:ee1167b7b8bf490b2f9a9885f2d7dcff sha256:1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1 2018-12-03 18:11:10,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 18:11:10,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:11:10,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-d2871eb1-7648-4394-a0f7-a00ba552d142 Date: Mon, 03 Dec 2018 18:11:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/snap", "metadata": {}}], "file": "/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/file", "owner": "eae31c92982647ca863038669f86384f", "id": "6d59178b-339e-4a37-8beb-ee23415d9c3d", "size": 297074688, "self": "/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02", "updated_at": "2018-12-03T18:11:05Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "93b2de7a1313d9623cbd593108a3f62b", "name": "juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "checksum": "93b2de7a1313d9623cbd593108a3f62b", "created_at": "2018-12-03T18:10:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 18:11:10,666 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d2871eb1-7648-4394-a0f7-a00ba552d142 2018-12-03 18:11:10,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.188311100006s 2018-12-03 18:11:10,667 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d2871eb1-7648-4394-a0f7-a00ba552d142 2018-12-03 18:11:10,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 18:11:10,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" -d '{"owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "owner_specified.shade.object": "images/juju_epc-img_alt_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_31af7050-d646-4d76-9ee9-6ceb59af9b1a"}' 2018-12-03 18:11:10,897 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a X-Openstack-Request-Id: req-2da11355-8156-4f3e-9bab-bdd3e228d097 Date: Mon, 03 Dec 2018 18:11:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a/file", "owner": "eae31c92982647ca863038669f86384f", "id": "bdfa1f96-d86e-4120-9a72-0a71372ad19a", "size": null, "self": "/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-12-03T18:11:10Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "juju_epc-img_alt_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "checksum": null, "created_at": "2018-12-03T18:11:10Z", "protected": false} 2018-12-03 18:11:10,897 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-2da11355-8156-4f3e-9bab-bdd3e228d097 2018-12-03 18:11:10,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.227389097214s 2018-12-03 18:11:10,898 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-2da11355-8156-4f3e-9bab-bdd3e228d097 returning object bdfa1f96-d86e-4120-9a72-0a71372ad19a 2018-12-03 18:11:10,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 18:11:10,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a/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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" -d '' 2018-12-03 18:11:17,187 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-018d3ceb-441a-47f2-88b4-c3284c194485 Date: Mon, 03 Dec 2018 18:11:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 18:11:17,188 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a/file used request id req-018d3ceb-441a-47f2-88b4-c3284c194485 2018-12-03 18:11:17,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.28908085823s 2018-12-03 18:11:17,188 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a/file used request id req-018d3ceb-441a-47f2-88b4-c3284c194485 2018-12-03 18:11:17,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 18:11:17,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:11:17,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2339 Content-Type: application/json X-Openstack-Request-Id: req-4ae4bd19-54f8-4328-96e4-911c51a875f4 Date: Mon, 03 Dec 2018 18:11:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a/snap", "metadata": {}}], "file": "/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a/file", "owner": "eae31c92982647ca863038669f86384f", "id": "bdfa1f96-d86e-4120-9a72-0a71372ad19a", "size": 263586304, "self": "/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-12-03T18:11:17Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "juju_epc-img_alt_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "created_at": "2018-12-03T18:11:10Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/snap", "metadata": {}}], "file": "/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/file", "owner": "eae31c92982647ca863038669f86384f", "id": "6d59178b-339e-4a37-8beb-ee23415d9c3d", "size": 297074688, "self": "/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02", "updated_at": "2018-12-03T18:11:05Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "93b2de7a1313d9623cbd593108a3f62b", "name": "juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "checksum": "93b2de7a1313d9623cbd593108a3f62b", "created_at": "2018-12-03T18:10:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 18:11:17,384 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-4ae4bd19-54f8-4328-96e4-911c51a875f4 2018-12-03 18:11:17,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.19566321373s 2018-12-03 18:11:17,385 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-4ae4bd19-54f8-4328-96e4-911c51a875f4 2018-12-03 18:11:17,388 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a/file', 'owner': u'eae31c92982647ca863038669f86384f', 'id': u'bdfa1f96-d86e-4120-9a72-0a71372ad19a', 'size': 263586304, u'self': u'/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'eae31c92982647ca863038669f86384f', 'name': 'juju_epc-project_31af7050-d646-4d76-9ee9-6ceb59af9b1a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T18:11:17Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-03T18:11:17Z', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_31af7050-d646-4d76-9ee9-6ceb59af9b1a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'properties': {u'self': u'/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/juju_epc-img_alt_31af7050-d646-4d76-9ee9-6ceb59af9b1a', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_31af7050-d646-4d76-9ee9-6ceb59af9b1a', 'created': u'2018-12-03T18:11:10Z', 'checksum': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'created_at': u'2018-12-03T18:11:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/juju_epc-img_alt_31af7050-d646-4d76-9ee9-6ceb59af9b1a', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}}) 2018-12-03 18:11:17,634 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i bdfa1f96-d86e-4120-9a72-0a71372ad19a -s trusty -r regionOne -u http://172.30.9.30: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-12-03 18:11:17,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 18:11:17,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}ab876bee739a03074278e932b712d3a2b622b7c2" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-12-03 18:11:17,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:11: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-d4ff80f4-ed9d-497d-80a9-77273734b214 x-compute-request-id: req-d4ff80f4-ed9d-497d-80a9-77273734b214 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/51ffc965-2c47-4cad-820b-f965d8722403", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/51ffc965-2c47-4cad-820b-f965d8722403", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "51ffc965-2c47-4cad-820b-f965d8722403", "name": "juju_epc-flavor_alt_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 18:11:17,701 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d4ff80f4-ed9d-497d-80a9-77273734b214 2018-12-03 18:11:17,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0665299892426s 2018-12-03 18:11:17,702 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d4ff80f4-ed9d-497d-80a9-77273734b214 returning object 51ffc965-2c47-4cad-820b-f965d8722403 2018-12-03 18:11:17,703 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_31af7050-d646-4d76-9ee9-6ceb59af9b1a', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'51ffc965-2c47-4cad-820b-f965d8722403', 'swap': 0}) 2018-12-03 18:11:17,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 18:11:17,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/51ffc965-2c47-4cad-820b-f965d8722403/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}ab876bee739a03074278e932b712d3a2b622b7c2" -d '{"extra_specs": {}}' 2018-12-03 18:11:17,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:11: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-70a402b5-ce42-4c24-9e05-93f3481f9418 x-compute-request-id: req-70a402b5-ce42-4c24-9e05-93f3481f9418 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 18:11:17,728 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/51ffc965-2c47-4cad-820b-f965d8722403/os-extra_specs used request id req-70a402b5-ce42-4c24-9e05-93f3481f9418 2018-12-03 18:11:17,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0244159698486s 2018-12-03 18:11:17,729 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/51ffc965-2c47-4cad-820b-f965d8722403/os-extra_specs used request id req-70a402b5-ce42-4c24-9e05-93f3481f9418 2018-12-03 18:11:17,729 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-12-03 18:16:46,697 - 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=5c4e87b0-a250-4e9a-b90e-d813a915592f --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 18:11:17 INFO juju.cmd supercommand.go:56 running juju [2.3.9 gc go1.9.4] 18:11:17 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=5c4e87b0-a250-4e9a-b90e-d813a915592f", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 18:11:17 DEBUG juju.cmd.juju.commands bootstrap.go:835 authenticating with region "regionOne" and credential "abot-epc" () 18:11:17 DEBUG juju.cmd.juju.commands bootstrap.go:963 provider attrs: map[external-network: use-openstack-gbp:false policy-target-group: use-floating-ip:true use-default-secgroup:true network:5c4e87b0-a250-4e9a-b90e-d813a915592f] 18:11:18 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 18:11:18 DEBUG juju.cmd.juju.commands bootstrap.go:1019 preparing controller with config: map[use-floating-ip:true container-inherit-properties: apt-https-proxy: logging-config: max-status-history-age:336h default-series:xenial update-status-hook-interval:5m uuid:7c4ff45d-2865-4577-8a4a-27c5b2aeab40 ftp-proxy: no-proxy:127.0.0.1,localhost,::1 external-network: ignore-machine-addresses:false type:openstack development:false egress-subnets: logforward-enabled:false cloudinit-userdata: apt-http-proxy: fan-config: firewall-mode:instance transmit-vendor-metrics:true image-metadata-url: https-proxy: proxy-ssh:false ssl-hostname-verification:false container-networking-method: container-image-metadata-url: max-action-results-age:336h use-openstack-gbp:false test-mode:false container-image-stream:released automatically-retry-hooks:true disable-network-management:false provisioner-harvest-mode:destroyed use-default-secgroup:true network:5c4e87b0-a250-4e9a-b90e-d813a915592f apt-ftp-proxy: image-stream:released agent-stream:released policy-target-group: apt-mirror: enable-os-refresh-update:true resource-tags: net-bond-reconfigure-delay:17 enable-os-upgrade:true name:controller max-status-history-size:5G http-proxy: apt-no-proxy: max-action-results-size:5G agent-metadata-url: authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDh9Ce5jQ7wXrgahKuGlbgedq586Gq7vJA0JZihFr4xupPn4/gz3DiyEJfrtwu/Q51FsOGEL9jnMVyf+n/+XWlvQii7askyI7YmTnilGpkMSBSW+9RU2+IpqsVQ7FgD0bgSzyrBwtmbsBoGOrI9NctHsp+2YCTP/Fiw/2m+lkCdQv6zYE2TlRBtErW/5WHtraTIDzGdJU/yWZ9Bss32sTQu7Ed/q4mNYD2BSWYLyc72V2xhIpPd0MvswstGfjMHg55eVJrvtIyfBN4/trsAL6SOS1UrbokIUV6qHFsQq0YGhXD6Bs2TNw2p5obZwSB/rkGn7oYmdEZDy0nhCR+bIqXH juju-client-key ] 18:11:18 INFO juju.provider.openstack provider.go:145 opening model "controller" 18:11:18 DEBUG goose :1 auth details: &{Token:gAAAAABcBXHG1odTlii7wXs366jC4h44q8SJU06INrFtUwWYgO0Eos6aMepIaMyJZH9Mf53n7DYu_k871MPEVpiqXkyXFOHG1m3youCQ7gUGWyjWxwm4_jRB6x0986p-0sz5IYgx-c98AMMkNbmfWUXom2lrq0g_XPqlMiE4MBwL_Y7sHQGZamw TenantId:eae31c92982647ca863038669f86384f UserId:5d300208bf644e908f3d42606e2b693e Domain: RegionServiceURLs:map[regionOne:map[network:http://172.30.9.30:9696 nfv-orchestration:http://172.30.9.30:9890 cloudformation:http://172.30.9.30:8000/v1 placement:http://172.30.9.30:8778/placement policy:http://172.30.9.30:1789 volume:http://172.30.9.30:8776/v1/eae31c92982647ca863038669f86384f alarming:http://172.30.9.30:8042 orchestration:http://172.30.9.30:8004/v1/eae31c92982647ca863038669f86384f compute:http://172.30.9.30:8774/v2.1 metric:http://172.30.9.30:8041 key-manager:http://172.30.9.30:9311 image:http://172.30.9.30:9292 volumev3:http://172.30.9.30:8776/v3/eae31c92982647ca863038669f86384f identity:http://172.30.9.30:5000 volumev2:http://172.30.9.30:8776/v2/eae31c92982647ca863038669f86384f]]} 18:11:18 INFO cmd bootstrap.go:508 Creating Juju controller "abot-controller" on abot-epc/regionOne 18:11:18 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.30:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.30:8774/v2.1/ Rel:self}] Status:CURRENT}] 18:11:18 INFO juju.cmd.juju.commands bootstrap.go:572 combined bootstrap constraints: mem=2048M 18:11:18 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 18:11:18 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 18:11:18 DEBUG juju.environs.bootstrap bootstrap.go:717 no agent directory found, using default agent metadata source: https://streams.canonical.com/juju/tools 18:11:18 DEBUG juju.environs.bootstrap bootstrap.go:742 setting default image metadata source: /root/images 18:11:18 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 18:11:18 INFO juju.environs.bootstrap bootstrap.go:760 custom image metadata added to search path 18:11:18 INFO cmd bootstrap.go:233 Loading image metadata 18:11:18 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 18:11:18 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 18:11:18 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 18:11:18 DEBUG juju.environs.bootstrap bootstrap.go:608 constraints for image metadata lookup &{{{regionOne http://172.30.9.30:5000/v3} [win2008r2 win2012 win7 opensuseleap raring win2016 vivid zesty win2012hvr2 win2012hv genericlinux precise saucy trusty xenial wily win2016hv win81 win10 yakkety centos7 quantal utopic artful bionic win2012r2 win8 win2016nano] [amd64 i386 armhf arm64 ppc64el s390x] released}} 18:11:18 DEBUG juju.environs.bootstrap bootstrap.go:620 found 2 image metadata in bootstrap metadata 18:11:21 DEBUG juju.environs.bootstrap bootstrap.go:620 found 0 image metadata in default cloud images 18:11:22 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.30:5000/v3} not found 18:11:22 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.30:5000/v3} not found 18:11:22 DEBUG juju.environs.bootstrap bootstrap.go:624 found 2 image metadata from all image data sources 18:11:22 INFO cmd bootstrap.go:303 Looking for packaged Juju agent version 2.3.9 for amd64 18:11:22 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.3.9 18:11:22 DEBUG juju.environs.tools tools.go:102 finding agent binaries in stream: "released" 18:11:22 DEBUG juju.environs.tools tools.go:104 reading agent binaries with major.minor version 2.3 18:11:22 DEBUG juju.environs.tools tools.go:112 filtering agent binaries by version: 2.3.9 18:11:22 DEBUG juju.environs.tools tools.go:115 filtering agent binaries by series: xenial 18:11:22 DEBUG juju.environs.tools tools.go:118 filtering agent binaries by architecture: amd64 18:11:22 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 18:11:22 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 []} 18:11:24 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 18:11:24 INFO cmd bootstrap.go:389 Starting new instance for initial controller 18:11:24 INFO cmd bootstrap.go:151 Launching controller instance(s) on abot-epc/regionOne... 18:11:24 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 18:11:24 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:6d59178b-339e-4a37-8beb-ee23415d9c3d Arch:amd64 VirtType:}] 18:11:24 INFO juju.environs.instances image.go:106 find instance - using image with id: 6d59178b-339e-4a37-8beb-ee23415d9c3d 18:11:24 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false 18:11:24 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 18:11:24 DEBUG juju.provider.openstack provider.go:993 openstack user data; 2488 bytes 18:11:24 DEBUG juju.provider.openstack provider.go:1005 using network id "5c4e87b0-a250-4e9a-b90e-d813a915592f" 18:11:24 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.30:9696/v2.0/ Rel:self}] Status:CURRENT}] - instance "fa38f0ad-8e72-4587-b86e-ebc0a9d363fa" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "fa38f0ad-8e72-4587-b86e-ebc0a9d363fa" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "fa38f0ad-8e72-4587-b86e-ebc0a9d363fa" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "fa38f0ad-8e72-4587-b86e-ebc0a9d363fa" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "fa38f0ad-8e72-4587-b86e-ebc0a9d363fa" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "fa38f0ad-8e72-4587-b86e-ebc0a9d363fa" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "fa38f0ad-8e72-4587-b86e-ebc0a9d363fa" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "fa38f0ad-8e72-4587-b86e-ebc0a9d363fa" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "fa38f0ad-8e72-4587-b86e-ebc0a9d363fa" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "fa38f0ad-8e72-4587-b86e-ebc0a9d363fa" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "fa38f0ad-8e72-4587-b86e-ebc0a9d363fa" has status BUILD, wait 10 seconds before retry, attempt 11 18:13:30 INFO juju.provider.openstack provider.go:1175 started instance "fa38f0ad-8e72-4587-b86e-ebc0a9d363fa" 18:13:30 DEBUG juju.provider.openstack provider.go:1184 allocating public IP address for openstack node 18:13:32 DEBUG juju.provider.openstack networking.go:226 allocated new public IP: 172.30.9.205 18:13:32 INFO juju.provider.openstack provider.go:1189 allocated public IP 172.30.9.205 18:13:35 INFO cmd bootstrap.go:225 - fa38f0ad-8e72-4587-b86e-ebc0a9d363fa (arch=amd64 mem=2G cores=1) 18:13:35 INFO juju.environs.bootstrap bootstrap.go:638 newest version: 2.3.9 18:13:35 INFO juju.environs.bootstrap bootstrap.go:653 picked bootstrap agent binary version: 2.3.9 18:13:35 INFO cmd bootstrap.go:425 Installing Juju agent on bootstrap instance 18:13:37 INFO cmd bootstrap.go:517 Fetching Juju GUI 2.14.0 18:13:37 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false Waiting for address 18:13:39 DEBUG juju.provider.openstack provider.go:417 instance fa38f0ad-8e72-4587-b86e-ebc0a9d363fa has floating IP address: 172.30.9.205 Attempting to connect to 172.30.9.205:22 Attempting to connect to 192.168.121.12:22 18:13:39 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 18:13:39 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 172.30.9.205 failed: /var/lib/juju/nonce.txt does not exist 18:13:44 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 18:13:44 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 172.30.9.205 failed: /var/lib/juju/nonce.txt does not exist 18:13:48 DEBUG juju.provider.openstack provider.go:417 instance fa38f0ad-8e72-4587-b86e-ebc0a9d363fa has floating IP address: 172.30.9.205 18:13:49 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 18:13:50 INFO cmd bootstrap.go:333 Connected to 172.30.9.205 18:13:50 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]> 18:13:50 INFO cmd bootstrap.go:403 Running machine configuration script... sudo: unable to resolve host juju-aeab40-controller-0 18:16:43 INFO cmd bootstrap.go:455 Bootstrap agent now started 18:16:45 DEBUG juju.provider.openstack provider.go:417 instance fa38f0ad-8e72-4587-b86e-ebc0a9d363fa has floating IP address: 172.30.9.205 18:16:45 INFO juju.juju api.go:302 API endpoints changed from [] to [172.30.9.205:17070 192.168.121.12:17070] 18:16:45 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.205 to verify accessibility... 18:16:45 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.205:17070 192.168.121.12:17070] 18:16:45 DEBUG juju.api apiclient.go:849 successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" 18:16:45 INFO juju.api apiclient.go:597 connection established to "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" 18:16:46 DEBUG juju.api monitor.go:35 RPC connection died 18:16:46 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available 18:16:46 INFO cmd controller.go:88 Controller machines are in the "controller" model 18:16:46 INFO cmd controller.go:89 Initial model "default" added 18:16:46 INFO cmd supercommand.go:465 command finished 2018-12-03 18:16:46,697 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-12-03 18:16:46,698 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-12-03 18:17:09,115 - 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-12-03 18:17:09,116 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-12-03 18:46:23,433 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-12-03 18:46:06.442775Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-12-03 18:46:23,434 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-12-03 18:46:23,434 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2018-12-03 18:46:23,630 - 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.207 80/tcp,5000/tcp ABot ready! EPC relation established, proceed to run tests... mysql/0* unknown idle 1 172.30.9.210 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.214 OAI HSS is running Machine State DNS Inst id Series AZ Message 0 started 172.30.9.207 eb4f2055-9db4-4915-a2cb-dcfa49f77bf1 xenial nova ACTIVE 1 started 172.30.9.210 1ae82420-d58a-4a0d-b30f-1d6ed464112a trusty nova ACTIVE 2 started 172.30.9.202 ed30ba7f-6973-4807-a6f7-417857cf3192 trusty nova ACTIVE 3 started 172.30.9.214 86a11418-a08b-4ebe-a722-930716da6c13 trusty nova ACTIVE 2018-12-03 18:46:23,844 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.207 (agent:idle, workload:active) 80/tcp, 5000/tcp 2018-12-03 18:46:23,845 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - abot-epc-basic workload is active 2018-12-03 18:46:24,030 - 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-12-03 18:46:24,031 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-epc workload is active 2018-12-03 18:46:24,210 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-hss - oai-hss/0: 172.30.9.214 (agent:idle, workload:active) 2018-12-03 18:46:24,211 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-hss workload is active 2018-12-03 18:46:24,211 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Transferring the feature files to Abot_node ... 2018-12-03 18:46:25,081 - 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-12-03 18:46:25,081 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files within Abot_node 2018-12-03 18:46:25,645 - 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-9b6186-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-12-03 18:46:25,646 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-12-03 18:46:26,161 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju run-action abot-epc-basic/0 run tagnames=TS_24_301 Action queued with id: 4b523247-a488-4092-80f8-181033ddb413 2018-12-03 18:56:12,833 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-12-03 18:55:55.865987Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-12-03 18:56:12,834 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-12-03 18:56:13,394 - 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-12-03 18:56:13,394 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-12-03 18:56:13,438 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - {'failures': 22, 'skipped': 0, 'passed': 256} 2018-12-03 18:56:13,439 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Test VNF result: Passed: 256, Failed:22, Skipped: 0 2018-12-03 18:56:13,679 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-03 18:56:13,679 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 45:25 | PASS | +-------------------+------------------+------------------+----------------+ 2018-12-03 18:56:14,685 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 18:20:37 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-0: 18:20:37 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 18:20:37 DEBUG juju.agent read agent config, format "2.0" machine-0: 18:20:37 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-0: 18:20:37 DEBUG juju.worker start "engine" machine-0: 18:20:37 INFO juju.worker start "engine" machine-0: 18:20:37 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 18:20:37 DEBUG juju.worker.dependency "clock" manifold worker started machine-0: 18:20:37 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 18:20:37 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 18:20:37 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 18:20:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 18:20:37 DEBUG juju.worker "engine" started machine-0: 18:20:37 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.introspection stats worker now serving machine-0: 18:20:37 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: machine-0: 18:20:37 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 18:20:37 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 18:20:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 18:20:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 18:20:37 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 18:20:37 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 18:20:37 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-0: 18:20:37 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 18:20:37 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 18:20:37 DEBUG juju.worker.apicaller connecting with old password machine-0: 18:20:37 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-0: 18:20:37 INFO juju.api connection established to "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-0: 18:20:37 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-0: 18:20:37 DEBUG juju.worker.apicaller connected machine-0: 18:20:37 DEBUG juju.worker.apicaller changing password... machine-0: 18:20:38 DEBUG juju.worker.apicaller password changed machine-0: 18:20:38 DEBUG juju.api RPC connection died machine-0: 18:20:38 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 18:20:38 DEBUG juju.worker.apicaller connecting with current password machine-0: 18:20:38 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-0: 18:20:38 INFO juju.api connection established to "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-0: 18:20:38 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-0: 18:20:39 DEBUG juju.worker.apicaller connected machine-0: 18:20:39 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:39 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 18:20:39 INFO juju.worker.upgrader unblocking abort check machine-0: 18:20:39 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 18:20:39 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 18:20:39 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 18:20:39 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 18:20:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} machine-0: 18:20:39 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 18:20:39 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-0: 18:20:39 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 18:20:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 18:20:39 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 18:20:39 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 18:20:39 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 18:20:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 18:20:39 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: 18:20:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 18:20:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.logger logger setup machine-0: 18:20:39 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 18:20:39 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 18:20:39 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 18:20:39 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 18:20:39 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 18:20:39 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 18:20:39 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 18:20:39 DEBUG juju.network including address public:172.30.9.205 for machine machine-0: 18:20:39 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-0: 18:20:39 DEBUG juju.network including address local-fan:252.12.0.1 for machine machine-0: 18:20:39 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 18:20:39 DEBUG juju.network including address local-machine:::1 for machine machine-0: 18:20:39 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 18:20:39 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 18:20:39 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 18:20:39 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 18:20:39 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 18:20:39 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 18:20:39 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 18:20:39 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] machine-0: 18:20:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 18:20:39 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 18:20:39 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 18:20:39 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 18:20:39 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-0: 18:20:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-0: 18:20:39 DEBUG juju.api RPC connection died machine-0: 18:20:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker killing runner 0xc4204cb040 machine-0: 18:20:39 INFO juju.worker runner is dying machine-0: 18:20:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-0: 18:20:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-0: 18:20:39 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-0: 18:20:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-0: 18:20:39 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: 18:20:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-0: 18:20:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-0: 18:20:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-0: 18:20:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-0: 18:20:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-0: 18:20:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-0: 18:20:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-0: 18:20:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-0: 18:20:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 18:20:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 18:20:39 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:39 DEBUG juju.worker.apicaller connecting with current password machine-0: 18:20:39 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-0: 18:20:39 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-0: 18:20:39 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-0: 18:20:39 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: 18:20:39 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: 18:20:39 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-0: 18:20:40 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:40 DEBUG juju.worker.apicaller connected machine-0: 18:20:40 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 18:20:40 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 18:20:40 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 18:20:40 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:40 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:40 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:40 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 18:20:40 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 18:20:40 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 18:20:40 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 18:20:40 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-0: 18:20:40 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-0: 18:20:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-0: 18:20:40 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 18:20:40 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-0: 18:20:40 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 18:20:40 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 18:20:40 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 18:20:40 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 18:20:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 18:20:40 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 18:20:40 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 18:20:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 18:20:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 18:20:40 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 18:20:40 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 18:20:40 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 18:20:40 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 18:20:40 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 18:20:40 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 18:20:40 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 18:20:40 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 18:20:40 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-0: 18:20:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 18:20:40 DEBUG juju.worker.logger logger setup machine-0: 18:20:40 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 18:20:40 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 18:20:40 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 18:20:40 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 18:20:40 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 18:20:40 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 18:20:40 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 18:20:40 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 18:20:40 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 18:20:40 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 18:20:40 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 18:20:40 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 18:20:40 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 18:20:40 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 18:20:40 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 18:20:40 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 18:20:40 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 18:20:40 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 18:20:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 18:20:40 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 18:20:40 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: 18:20:40 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 18:20:40 DEBUG juju.network "lxdbr0" has addresses [fe80::c60:2ff:feb8:e6b8/64 fe80::1/64] machine-0: 18:20:40 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 18:20:40 DEBUG juju.network including address public:172.30.9.205 for machine machine-0: 18:20:40 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-0: 18:20:40 DEBUG juju.network including address local-fan:252.12.0.1 for machine machine-0: 18:20:40 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 18:20:40 DEBUG juju.network including address local-machine:::1 for machine machine-0: 18:20:40 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 18:20:40 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 18:20:40 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] machine-0: 18:20:40 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 18:20:40 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 18:20:40 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 18:20:40 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 18:20:40 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: 18:20:40 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-0: 18:20:40 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 18:20:40 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 18:20:40 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 18:20:40 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 18:20:40 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 18:20:40 DEBUG juju.network "lxdbr0" has addresses [fe80::c60:2ff:feb8:e6b8/64 fe80::1/64] machine-0: 18:20:40 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 18:20:40 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 18:20:40 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-0: 18:20:40 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-0: 18:20:40 DEBUG juju.network including address local-machine:::1 for machine machine-0: 18:20:40 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:::1] machine-0: 18:20:40 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:::1] machine-0: 18:20:40 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: 18:20:41 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 18:20:41 INFO juju.worker.upgrader unblocking abort check machine-0: 18:20:41 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 18:20:41 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 18:20:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 18:20:41 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 18:20:41 DEBUG juju.worker start "0-container-watcher" machine-0: 18:20:41 DEBUG juju.worker start "stateconverter" machine-0: 18:20:41 INFO juju.worker start "0-container-watcher" machine-0: 18:20:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 18:20:41 DEBUG juju.worker "0-container-watcher" started machine-0: 18:20:41 INFO juju.worker start "stateconverter" machine-0: 18:20:41 DEBUG juju.worker "stateconverter" started machine-0: 18:20:41 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 18:20:42 DEBUG juju.service discovered init system "systemd" from local host machine-0: 18:20:42 DEBUG juju.worker.deployer API addresses: ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] machine-0: 18:20:42 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: 18:20:42 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 18:20:42 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 18:20:42 INFO juju.worker.machiner "machine-0" started machine-0: 18:20:42 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 18:20:42 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-abot-epc-basic-0: 18:20:42 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: 18:20:42 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 18:20:42 INFO juju.worker start "api" unit-abot-epc-basic-0: 18:20:42 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-abot-epc-basic-0: 18:20:42 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-abot-epc-basic-0: 18:20:42 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.api successfully dialed "wss://252.12.0.1:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 18:20:42 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 18:20:43 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 18:20:43 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 18:20:43 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 18:20:43 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 18:20:43 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-abot-epc-basic-0: 18:20:43 INFO juju.api connection established to "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-abot-epc-basic-0: 18:20:43 DEBUG juju.api successfully dialed "wss://252.12.0.1:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-abot-epc-basic-0: 18:20:43 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 18:20:44 INFO juju.tools.lxdclient using LXD API version "1.0" machine-0: 18:20:44 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-0: 18:20:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-0: 18:20:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 18:20:44 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} machine-0: 18:20:44 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-0: 18:20:44 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 18:20:44 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 18:20:44 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 18:20:44 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 18:20:44 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 18:20:44 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 18:20:44 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 18:20:45 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: 18:20:45 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 18:20:45 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 18:20:45 DEBUG juju.network "lxdbr0" has addresses [fe80::c60:2ff:feb8:e6b8/64 fe80::1/64] unit-abot-epc-basic-0: 18:20:45 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 18:20:45 DEBUG juju.network including address public:172.30.9.205 for machine unit-abot-epc-basic-0: 18:20:45 DEBUG juju.network including address local-cloud:192.168.121.12 for machine unit-abot-epc-basic-0: 18:20:45 DEBUG juju.network including address local-fan:252.12.0.1 for machine unit-abot-epc-basic-0: 18:20:45 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 18:20:45 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 18:20:45 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 18:20:45 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] unit-abot-epc-basic-0: 18:20:45 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 18:20:45 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 18:20:45 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 18:20:45 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.dependency "uniter" manifold worker started machine-0: 18:20:45 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:1b:70:e6 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.7 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:1b:70:e6 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:0e:60:02:b8:e6:b8 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:0e:60:02:b8:e6:b8 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:ce:96:30:bc:30:9a 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.7.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:4 MACAddress:ce:96:30:bc:30:9a 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:ce:96:30:bc:30:9a 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}] machine-0: 18:20:45 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: 18:20:45 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 18:20:45 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 18:20:45 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-xenial-amd64 unit-abot-epc-basic-0: 18:20:45 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-xenial-amd64/jujud unit-abot-epc-basic-0: 18:20:45 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: 18:20:45 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 18:20:45 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 18:20:45 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 18:20:45 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 18:20:45 DEBUG httpbakery client do GET https://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 18:20:45 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 18:20:45 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 18:20:45 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 18:20:45 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 18:20:46 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 18:20:47 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 18:20:47 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 18:20:47 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 18:20:47 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-abot-epc-basic-0: 18:20:47 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 18:20:47 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 18:20:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 18:20:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 18:20:47 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-9b6186-default-0 unit-abot-epc-basic-0: 18:20:47 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 18:20:47 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 18:20:47 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 18:20:47 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 18:20:47 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 18:20:48 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 18:20:48 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 18:20:48 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 18:20:49 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: 18:20:49 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 18:20:49 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: 18:20:49 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 18:20:49 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: 18:20:49 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 18:20:49 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: 18:20:49 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 18:20:49 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 18:20:50 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 18:20:50 DEBUG unit.abot-epc-basic/0.install Need to get 69.9 MB of archives. unit-abot-epc-basic-0: 18:20:50 DEBUG unit.abot-epc-basic/0.install After this operation, 396 MB of additional disk space will be used. unit-abot-epc-basic-0: 18:20:50 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: 18:20:51 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: 18:20:51 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: 18:20:51 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: 18:20:51 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: 18:20:51 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: 18:20:52 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: 18:20:52 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: 18:20:52 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: 18:20:52 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: 18:20:52 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: 18:20:52 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: 18:20:52 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: 18:20:53 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: 18:20:53 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: 18:20:53 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: 18:20:53 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: 18:20:53 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: 18:20:53 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: 18:20:53 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: 18:20:54 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: 18:20:54 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: 18:20:54 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: 18:20:54 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: 18:20:54 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: 18:20:55 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: 18:20:55 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: 18:20:55 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: 18:20:55 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: 18:20:55 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 8u191-b12-0ubuntu0.16.04.1 [27.1 MB] unit-abot-epc-basic-0: 18:20:57 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: 18:20:57 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: 18:20:58 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: 18:20:58 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: 18:20:58 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: 18:20:58 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: 18:20:58 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: 18:20:58 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: 18:20:59 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: 18:20:59 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: 18:20:59 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: 18:20:59 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: 18:20:59 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: 18:20:59 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: 18:20:59 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: 18:21:00 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: 18:21:00 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: 18:21:00 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: 18:21:00 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: 18:21:00 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: 18:21:01 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: 18:21:01 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: 18:21:01 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: 18:21:01 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: 18:21:02 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: 18:21:02 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: 18:21:03 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: 18:21:03 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] unit-abot-epc-basic-0: 18:21:04 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: 18:21:04 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: 18:21:04 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: 18:21:04 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: 18:21:04 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: 18:21:04 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: 18:21:04 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: 18:21:05 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: 18:21:05 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: 18:21:05 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: 18:21:05 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: 18:21:05 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: 18:21:05 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] unit-abot-epc-basic-0: 18:21:05 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] unit-abot-epc-basic-0: 18:21:06 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: 18:21:06 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: 18:21:06 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: 18:21:06 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: 18:21:07 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: 18:21:07 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: 18:21:07 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: 18:21:07 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: 18:21:07 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: 18:21:07 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: 18:21:08 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: 18:21:08 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: 18:21:08 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: 18:21:09 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: 18:21:11 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: 18:21:13 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: 18:21:15 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: 18:21:15 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: 18:21:15 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: 18:21:16 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: 18:21:18 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: 18:21:18 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: 18:21:18 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u191-b12-0ubuntu0.16.04.1 [69.3 kB] unit-abot-epc-basic-0: 18:21:18 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 8u191-b12-0ubuntu0.16.04.1 [8208 kB] unit-abot-epc-basic-0: 18:21:23 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk amd64 8u191-b12-0ubuntu0.16.04.1 [1415 kB] unit-abot-epc-basic-0: 18:21:24 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: 18:21:24 DEBUG unit.abot-epc-basic/0.install Fetched 69.9 MB in 34s (2016 kB/s) unit-abot-epc-basic-0: 18:21:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 18:21:24 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 ... 82401 files and directories currently installed.) unit-abot-epc-basic-0: 18:21:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 18:21:24 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 18:21:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 18:21:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 18:21:27 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:21:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 18:21:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 18:21:30 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:21:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 18:21:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 18:21:33 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:21:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 18:21:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 18:21:35 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 18:21:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 18:21:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 18:21:36 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 18:21:36 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 18:21:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 18:21:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 18:21:36 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 18:21:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 18:21:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 18:21:37 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 18:21:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 18:21:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:21:38 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 18:21:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 18:21:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:21:38 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 18:21:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 18:21:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 18:21:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 18:21:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 18:21:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 18:21:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 18:21:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 18:21:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 18:21:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 18:21:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 18:21:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 18:21:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 18:21:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 18:21:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:21:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 18:21:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 18:21:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:21:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 18:21:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 18:21:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 18:21:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 18:21:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 18:21:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 18:21:42 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 18:21:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 18:21:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 18:21:42 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 18:21:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 18:21:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 18:21:42 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 18:21:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 18:21:42 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: 18:21:42 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 18:21:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 18:21:43 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: 18:21:43 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 18:21:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 18:21:43 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: 18:21:43 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 18:21:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 18:21:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 18:21:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 18:21:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 18:21:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 18:21:44 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 18:21:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 18:21:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 18:21:44 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 18:21:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 18:21:45 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: 18:21:45 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 18:21:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 18:21:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 18:21:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 18:21:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 18:21:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:21:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 18:21:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 18:21:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre-headless_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 18:21:46 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:21:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 18:21:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:21:50 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 18:21:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 18:21:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 18:21:50 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 18:21:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 18:21:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 18:21:50 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:21:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 18:21:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:21:51 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 18:21:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 18:21:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:21:51 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 18:21:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 18:21:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 18:21:53 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 18:21:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 18:21:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 18:21:53 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 18:21:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 18:21:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 18:21:53 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 18:21:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 18:21:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:21:55 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:21:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 18:21:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:21:55 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:21:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 18:21:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 18:21:55 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 18:21:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 18:21:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 18:21:56 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 18:21:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 18:21:56 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: 18:21:56 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 18:21:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 18:21:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 18:21:57 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 18:21:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 18:21:57 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: 18:21:57 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 18:21:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 18:21:58 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: 18:21:58 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 18:21:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 18:21:58 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: 18:21:58 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 18:21:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 18:21:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 18:21:59 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 18:21:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 18:21:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 18:21:59 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 18:22:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 18:22:00 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: 18:22:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 18:22:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 18:22:00 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: 18:22:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 18:22:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 18:22:00 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: 18:22:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 18:22:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 18:22:01 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: 18:22:01 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:22:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 18:22:01 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: 18:22:01 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 18:22:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 18:22:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 18:22:04 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 18:22:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 18:22:04 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: 18:22:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:22:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 18:22:05 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: 18:22:05 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 18:22:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 18:22:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:22:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:22:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 18:22:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:22:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:22:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 18:22:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:22:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:22:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 18:22:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:22:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:22:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 18:22:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:22:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:22:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 18:22:14 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: 18:22:14 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:22:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 18:22:16 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: 18:22:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:22:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 18:22:18 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: 18:22:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 18:22:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 18:22:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 18:22:18 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 18:22:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 18:22:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 18:22:20 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 18:22:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 18:22:21 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: 18:22:22 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 18:22:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 18:22:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:22:22 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:22:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 18:22:23 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: 18:22:23 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 18:22:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 18:22:24 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: 18:22:24 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 18:22:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 18:22:24 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: 18:22:24 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 18:22:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 18:22:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 18:22:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 18:22:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 18:22:26 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: 18:22:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 18:22:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 18:22:28 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: 18:22:28 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 18:22:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 18:22:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 18:22:29 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 18:22:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 18:22:29 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: 18:22:29 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 18:22:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 18:22:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 18:22:30 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 18:22:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 18:22:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 18:22:31 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 18:22:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 18:22:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 18:22:33 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 18:22:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 18:22:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 18:22:33 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 18:22:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 18:22:33 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: 18:22:33 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:22:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 18:22:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 18:22:34 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 18:22:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 18:22:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:22:34 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 18:22:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 18:22: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: 18:22:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 18:22:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 18:22:35 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: 18:22:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 18:22:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 18:22:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 18:22:35 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 18:22:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 18:22:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:22:36 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 18:22:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 18:22:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 18:22:37 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 18:22:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 18:22:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:22:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:22:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 18:22:38 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: 18:22:38 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 18:22:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 18:22:39 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: 18:22:39 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 18:22:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 18:22:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:22:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 18:22:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 18:22:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:22:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 18:22:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 18:22:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 18:22:42 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:22:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 18:22:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk-headless_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 18:22:43 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:22:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 18:22:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 18:22:45 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:22:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 18:22:48 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 18:22:48 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.10) ... unit-abot-epc-basic-0: 18:22:48 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 18:22:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 18:22:49 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 18:22:49 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 18:22:49 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 18:22:49 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 18:22:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 18:22:50 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 18:22:50 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:22:53 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:22:54 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:22:56 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 18:22:56 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 18:22:57 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 18:22:59 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: 18:22:59 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 18:23:00 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 18:23:00 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 18:23:00 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 18:23:01 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 18:23:01 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 18:23:01 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 18:23:02 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 18:23:02 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 18:23:03 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 18:23:03 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 18:23:04 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 18:23:04 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 18:23:04 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: 18:23:04 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 18:23:05 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: 18:23:05 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 18:23:05 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 18:23:06 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 18:23:06 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 18:23:06 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 18:23:06 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 18:23:07 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 18:23:07 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 18:23:08 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 18:23:08 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:23:08 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 18:23:09 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 18:23:09 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 18:23:09 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 18:23:10 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 18:23:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:23:11 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:23:11 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 18:23:11 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 18:23:12 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 18:23:12 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 18:23:12 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 18:23:13 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 18:23:13 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 18:23:13 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 18:23:14 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 18:23:14 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 18:23:14 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 18:23:15 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 18:23:15 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:23:15 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 18:23:16 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 18:23:17 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: 18:23:17 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 18:23:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:23:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:23:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:23:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:23:20 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:23:21 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: 18:23:21 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: 18:23:21 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:23:21 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 18:23:22 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 18:23:22 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 18:23:22 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 18:23:22 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:23:22 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 18:23:23 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 18:23:23 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 18:23:23 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 18:23:23 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: 18:23:23 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 18:23:24 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 18:23:24 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... machine-1: 18:23:24 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-1: 18:23:24 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 18:23:24 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 18:23:24 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... machine-1: 18:23:24 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-1: 18:23:24 DEBUG juju.worker start "engine" machine-1: 18:23:24 INFO juju.worker start "engine" machine-1: 18:23:24 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 18:23:24 DEBUG juju.worker "engine" started machine-1: 18:23:24 DEBUG juju.worker.introspection stats worker now serving machine-1: 18:23:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 18:23:24 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 18:23:24 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 18:23:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "clock" manifold worker started machine-1: 18:23:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 18:23:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-1: 18:23:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 18:23:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.apicaller connecting with old password machine-1: 18:23:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-1: 18:23:24 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-1: 18:23:24 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-1: 18:23:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 18:23:24 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 18:23:24 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 18:23:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 18:23:24 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 18:23:24 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 18:23:24 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... machine-1: 18:23:24 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 18:23:24 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... machine-1: 18:23:24 DEBUG juju.worker.apicaller connected machine-1: 18:23:24 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 18:23:24 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... machine-1: 18:23:24 DEBUG juju.worker.apicaller password changed machine-1: 18:23:24 DEBUG juju.api RPC connection died machine-1: 18:23:24 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-1: 18:23:24 DEBUG juju.worker.apicaller connecting with current password machine-1: 18:23:24 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-1: 18:23:24 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-1: 18:23:24 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-abot-epc-basic-0: 18:23:25 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... machine-1: 18:23:25 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 18:23:25 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 18:23:25 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... machine-1: 18:23:25 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 18:23:25 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 18:23:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 18:23:25 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-1: 18:23:25 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 18:23:25 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 18:23:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 18:23:25 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 18:23:25 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:23:25 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... machine-1: 18:23:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 18:23:25 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 18:23:25 INFO juju.worker.upgrader unblocking abort check machine-1: 18:23:25 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 18:23:25 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 18:23:25 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 18:23:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 18:23:25 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 18:23:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 18:23:25 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} machine-1: 18:23:25 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-1: 18:23:25 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 18:23:25 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: 18:23:25 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 18:23:25 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 18:23:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.logger logger setup machine-1: 18:23:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 18:23:25 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 18:23:25 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 18:23:25 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys unit-abot-epc-basic-0: 18:23:25 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... machine-1: 18:23:25 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 18:23:25 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 18:23:25 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 18:23:25 INFO juju.util.exec run result: exit status 127 machine-1: 18:23:25 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec990732879/script.sh: line 1: fanatic: command not found 127 machine-1: 18:23:25 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 18:23:25 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 18:23:25 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 18:23:25 INFO juju.util.exec run result: exit status 127 machine-1: 18:23:25 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec599355225/script.sh: line 1: fanatic: command not found 127 machine-1: 18:23:25 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 18:23:25 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 18:23:25 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 18:23:25 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 18:23:25 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 18:23:25 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 18:23:25 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 18:23:25 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 18:23:25 DEBUG juju.network including address public:172.30.9.205 for machine machine-1: 18:23:25 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-1: 18:23:25 DEBUG juju.network including address local-fan:252.12.0.1 for machine machine-1: 18:23:25 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 18:23:25 DEBUG juju.network including address local-machine:::1 for machine machine-1: 18:23:25 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 18:23:25 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 18:23:25 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] machine-1: 18:23:25 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 18:23:25 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 18:23:25 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 18:23:25 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 18:23:25 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 18:23:25 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 18:23:25 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 18:23:25 DEBUG juju.network including address local-cloud:192.168.121.16 for machine machine-1: 18:23:25 DEBUG juju.network including address local-machine:::1 for machine machine-1: 18:23:25 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-1: 18:23:25 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-1: 18:23:25 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 18:23:25 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: 18:23:25 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 18:23:25 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 18:23:25 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 18:23:25 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 18:23:25 INFO juju.worker.authenticationworker "machine-1" key updater worker started machine-1: 18:23:26 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-1: 18:23:26 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-1: 18:23:26 DEBUG juju.api RPC connection died machine-1: 18:23:26 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 18:23:26 DEBUG juju.worker killing runner 0xc4205ad2b0 machine-1: 18:23:26 INFO juju.worker runner is dying machine-1: 18:23:26 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-1: 18:23:26 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-1: 18:23:26 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-1: 18:23:26 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-1: 18:23:26 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: 18:23:26 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-1: 18:23:26 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-1: 18:23:26 DEBUG juju.worker.dependency "machiner" manifold worker stopped: setting machine addresses: connection is shut down machine-1: 18:23:26 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 18:23:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-1: 18:23:26 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-1: 18:23:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-1: 18:23:26 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-1: 18:23:26 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-1: 18:23:26 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-1: 18:23:26 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-1: 18:23:26 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-1: 18:23:26 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 18:23:26 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 18:23:26 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 18:23:26 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 18:23:26 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 18:23:26 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.apicaller connecting with current password machine-1: 18:23:26 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-1: 18:23:26 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-1: 18:23:26 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 18:23:26 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-1: 18:23:26 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:23:26 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 18:23:26 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 18:23:26 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... machine-1: 18:23:27 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 18:23:27 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... machine-1: 18:23:27 DEBUG juju.api RPC connection died machine-1: 18:23:27 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 18:23:27 DEBUG juju.worker.apicaller connecting with current password machine-1: 18:23:27 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-1: 18:23:27 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-1: 18:23:27 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-abot-epc-basic-0: 18:23:27 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... machine-1: 18:23:27 DEBUG juju.worker.apicaller connected machine-1: 18:23:27 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 18:23:27 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:27 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 18:23:27 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 18:23:27 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:27 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 18:23:27 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 18:23:27 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:27 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:27 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:27 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:27 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 18:23:27 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 18:23:27 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 18:23:27 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 18:23:27 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 18:23:27 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 18:23:27 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-1: 18:23:27 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 18:23:27 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 18:23:27 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-1: 18:23:27 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 18:23:27 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-1: 18:23:27 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-1: 18:23:27 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 18:23:27 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 18:23:27 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 18:23:27 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2.1) ... machine-1: 18:23:27 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 18:23:27 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 18:23:27 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 18:23:27 INFO juju.util.exec run result: exit status 127 machine-1: 18:23:27 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec003301814/script.sh: line 1: fanatic: command not found 127 machine-1: 18:23:27 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 18:23:27 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 18:23:27 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 18:23:27 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 18:23:27 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 18:23:27 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 18:23:27 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 18:23:27 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 18:23:27 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 18:23:27 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 18:23:27 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 18:23:27 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 18:23:27 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 18:23:28 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 18:23:28 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 18:23:28 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 18:23:28 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 18:23:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 18:23:28 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 18:23:28 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 18:23:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 18:23:28 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 18:23:28 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 18:23:28 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 18:23:28 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 18:23:28 DEBUG juju.network including address local-cloud:192.168.121.16 for machine machine-1: 18:23:28 DEBUG juju.network including address local-machine:::1 for machine machine-1: 18:23:28 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-1: 18:23:28 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-1: 18:23:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 18:23:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 18:23:28 INFO juju.util.exec run result: exit status 127 machine-1: 18:23:28 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec687716311/script.sh: line 1: fanatic: command not found 127 machine-1: 18:23:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 18:23:28 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 18:23:28 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 18:23:28 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 18:23:28 DEBUG juju.network including address public:172.30.9.205 for machine machine-1: 18:23:28 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-1: 18:23:28 DEBUG juju.network including address local-fan:252.12.0.1 for machine machine-1: 18:23:28 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 18:23:28 DEBUG juju.network including address local-machine:::1 for machine machine-1: 18:23:28 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 18:23:28 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 18:23:28 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] machine-1: 18:23:28 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 18:23:28 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} machine-1: 18:23:28 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 18:23:28 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-1: 18:23:28 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 18:23:28 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: 18:23:28 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 18:23:28 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 18:23:28 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 18:23:28 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 18:23:28 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 18:23:28 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 18:23:28 INFO juju.worker.authenticationworker "machine-1" key updater worker started machine-1: 18:23:28 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-1: 18:23:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 18:23:28 DEBUG juju.worker.logger logger setup machine-1: 18:23:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 18:23:28 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: 18:23:28 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... machine-1: 18:23:28 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 18:23:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-1: 18:23:28 INFO juju.worker.deployer deploying unit "mysql/0" machine-1: 18:23:28 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 18:23:28 INFO juju.worker.upgrader unblocking abort check machine-1: 18:23:28 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 18:23:28 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... machine-1: 18:23:29 DEBUG juju.worker start "1-container-watcher" machine-1: 18:23:29 DEBUG juju.worker start "stateconverter" machine-1: 18:23:29 INFO juju.worker start "1-container-watcher" machine-1: 18:23:29 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 18:23:29 DEBUG juju.worker "1-container-watcher" started machine-1: 18:23:29 INFO juju.worker start "stateconverter" machine-1: 18:23:29 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 18:23:29 DEBUG juju.worker "stateconverter" started machine-1: 18:23:29 INFO juju.worker.machiner "machine-1" started machine-1: 18:23:29 INFO juju.api.common no addresses observed on interface "tunl0" machine-1: 18:23:29 DEBUG juju.service discovered init system "upstart" from local host machine-1: 18:23:29 DEBUG juju.worker.deployer API addresses: ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] unit-abot-epc-basic-0: 18:23:29 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... machine-1: 18:23:29 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: 18:23:29 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-mysql-0: 18:23:29 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: 18:23:29 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 18:23:29 DEBUG juju.worker start "api" unit-mysql-0: 18:23:29 INFO juju.worker start "api" unit-mysql-0: 18:23:29 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-mysql-0: 18:23:29 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 18:23:29 DEBUG juju.worker "api" started unit-mysql-0: 18:23:29 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-mysql-0: 18:23:29 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-mysql-0: 18:23:29 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-mysql-0: 18:23:29 DEBUG juju.worker.apicaller connected unit-mysql-0: 18:23:29 DEBUG juju.worker.apicaller changing password... unit-mysql-0: 18:23:30 DEBUG juju.worker.apicaller password changed unit-mysql-0: 18:23:30 DEBUG juju.api RPC connection died unit-mysql-0: 18:23:30 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 18:23:30 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 18:23:30 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-mysql-0: 18:23:30 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-mysql-0: 18:23:30 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-mysql-0: 18:23:31 DEBUG juju.worker.apicaller connected unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 18:23:31 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:55:e9:83 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.16 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:55:e9:83 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-mysql-0: 18:23:31 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 18:23:31 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 18:23:32 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 18:23:32 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 18:23:32 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 18:23:32 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-mysql-0: 18:23:32 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 18:23:32 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-mysql-0: 18:23:32 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 18:23:32 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-mysql-0: 18:23:32 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 18:23:32 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 18:23:32 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 18:23:32 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 18:23:32 DEBUG juju.worker.logger logger setup unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 18:23:32 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 18:23:32 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 18:23:32 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 18:23:32 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 18:23:32 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 18:23:32 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 18:23:32 DEBUG juju.network including address public:172.30.9.205 for machine unit-mysql-0: 18:23:32 DEBUG juju.network including address local-cloud:192.168.121.12 for machine unit-mysql-0: 18:23:32 DEBUG juju.network including address local-fan:252.12.0.1 for machine unit-mysql-0: 18:23:32 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 18:23:32 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 18:23:32 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 18:23:32 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 18:23:32 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] unit-abot-epc-basic-0: 18:23:32 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-mysql-0: 18:23:32 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 18:23:32 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-mysql-0: 18:23:32 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-mysql-0: 18:23:32 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-mysql-0: 18:23:32 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 18:23:32 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: 18:23:32 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: 18:23:32 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-mysql-0: 18:23:32 DEBUG juju.worker.dependency "uniter" manifold worker started unit-mysql-0: 18:23:32 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 18:23:32 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-mysql-0: 18:23:32 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-abot-epc-basic-0: 18:23:32 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: 18:23:32 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: 18:23:32 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-mysql-0: 18:23:33 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 18:23:33 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-mysql-0: 18:23:33 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-mysql-0: 18:23:33 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 18:23:33 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 18:23:33 INFO juju.worker.uniter resuming charm install unit-mysql-0: 18:23:33 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 18:23:33 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 18:23:33 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 18:23:33 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 18:23:33 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 18:23:33 DEBUG httpbakery client do GET https://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 18:23:33 DEBUG httpbakery } -> error unit-mysql-0: 18:23:33 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 18:23:33 INFO juju.downloader download verified ("cs:mysql-55") unit-abot-epc-basic-0: 18:23:33 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-mysql-0: 18:23:33 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 18:23:33 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 18:23:33 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 18:23:34 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: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 18:23:34 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: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 18:23:34 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 18:23:35 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:23:35 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: 18:23:35 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:23:36 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: 18:23:36 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: 18:23:36 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: 18:23:36 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: 18:23:36 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: 18:23:36 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: 18:23:36 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: 18:23:36 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: 18:23:36 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: 18:23:36 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: 18:23:36 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: 18:23:36 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: 18:23:36 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: 18:23:36 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: 18:23:37 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: 18:23:37 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: 18:23:37 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: 18:23:37 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: 18:23:37 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: 18:23:37 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: 18:23:37 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: 18:23:37 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: 18:23:37 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: 18:23:37 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: 18:23:37 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-mysql-0: 18:23:37 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 18:23:37 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-abot-epc-basic-0: 18:23:37 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-mysql-0: 18:23:37 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 18:23:37 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 18:23:37 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 18:23:37 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 18:23:37 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-mysql-0: 18:23:37 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 18:23:37 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-mysql-0: 18:23:37 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 18:23:37 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 18:23:37 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 18:23:37 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 18:23:37 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 18:23:37 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 18:23:37 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 18:23:37 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-mysql-0: 18:23:37 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-mysql-0: 18:23:37 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 18:23:37 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 18:23:37 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-mysql-0: 18:23:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 18:23:38 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: 18:23:38 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: 18:23:38 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-mysql-0: 18:23:38 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 18:23:38 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 18:23:38 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 18:23:38 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 18:23:38 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.10) ... unit-mysql-0: 18:23:38 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 18:23:38 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 18:23:38 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 18:23:38 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 18:23:38 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 18:23:38 DEBUG unit.mysql/0.install python-netaddr unit-abot-epc-basic-0: 18:23:38 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 18:23:38 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 18:23:39 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-mysql-0: 18:23:39 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 18:23:39 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 18:23:39 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 18:23:39 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: 18:23:39 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 18:23:39 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 18:23:39 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:23:39 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 18:23:39 DEBUG unit.abot-epc-basic/0.install done. unit-mysql-0: 18:23:40 DEBUG unit.mysql/0.install Fetched 849 kB in 1s (645 kB/s) unit-mysql-0: 18:23:40 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 18:23:40 DEBUG unit.mysql/0.install (Reading database ... 78219 files and directories currently installed.) unit-mysql-0: 18:23:40 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-mysql-0: 18:23:40 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 18:23:40 DEBUG unit.abot-epc-basic/0.install --2018-12-03 18:23:40-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-abot-epc-basic-0: 18:23:40 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-mysql-0: 18:23:40 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:23:40 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 18:23:40 DEBUG unit.abot-epc-basic/0.install Length: 47813510 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 18:23:40 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: 18:23:40 DEBUG unit.abot-epc-basic/0.install unit-mysql-0: 18:23:41 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 18:23:41 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 92.7K 8m23s unit-abot-epc-basic-0: 18:23:41 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 186K 6m17s unit-abot-epc-basic-0: 18:23:41 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 11.1M 4m12s unit-abot-epc-basic-0: 18:23:41 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 11.7M 3m10s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 185K 3m22s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 11.3M 2m49s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 11.4M 2m25s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 10.9M 2m7s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 196K 2m19s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 11.1M 2m6s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 11.2M 1m54s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 11.3M 1m45s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 11.3M 97s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 11.2M 90s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 11.2M 85s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 11.2M 79s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 11.3M 75s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 212K 83s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 11.0M 78s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 11.7M 75s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 11.0M 71s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 11.5M 68s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 11.2M 65s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 10.7M 63s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 11.9M 60s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 10.9M 58s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 11.0M 56s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 11.5M 54s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 11.1M 52s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 11.5M 51s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 11.0M 49s unit-mysql-0: 18:23:42 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 18:23:42 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 18:23:42 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 18:23:42 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 18:23:42 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 18:23:42 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 165K 56s unit-abot-epc-basic-0: 18:23:42 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 19.1M 54s unit-mysql-0: 18:23:43 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 18:23:43 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 286K 57s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 32.9M 56s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 49.8M 54s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 57.2M 52s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 61.5M 51s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 54.6M 50s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 50.5M 48s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 53.9M 47s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 59.9M 46s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 60.1M 45s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 52.3M 44s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 59.6M 43s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 58.0M 42s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 65.7M 41s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 85.5M 40s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 1.02M 40s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 16.3M 39s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 19.5M 39s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 25.7M 38s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 18.3M 37s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 22.1M 36s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 21.3M 36s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 19.7M 35s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 25.2M 34s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 23.5M 34s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 19.1M 33s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 22.6M 33s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 27.9M 32s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 21.5M 32s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 21.6M 31s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 54.9M 31s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 59.8M 30s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 68.8M 30s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 67.7M 29s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 63.2M 29s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 73.0M 28s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 214M 28s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 115M 27s unit-mysql-0: 18:23:43 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 18:23:43 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 18:23:43 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 18:23:43 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: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 284K 29s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 7.73M 29s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 7.11M 28s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 8.01M 28s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 7.78M 28s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 6.72M 27s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 7.82M 27s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 7.11M 27s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 3.77M 27s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 11.7M 26s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 10.9M 26s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 11.5M 26s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 11.0M 25s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 11.3M 25s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 10.7M 25s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 11.7M 25s unit-mysql-0: 18:23:43 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (30.7 kB/s) unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 11.0M 24s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 11.1M 24s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 11.0M 24s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 11.7M 24s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 10.9M 23s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 11.2M 23s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 325K 24s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 7.41M 24s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 7.46M 24s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 8.33M 24s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 8.08M 23s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 7.46M 23s unit-mysql-0: 18:23:43 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 7.52M 23s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 7.38M 23s unit-mysql-0: 18:23:43 DEBUG unit.mysql/0.install (Reading database ... 78259 files and directories currently installed.) unit-mysql-0: 18:23:43 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 3.69M 23s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 10.4M 22s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 11.4M 22s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 11.8M 22s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 10.7M 22s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 11.6M 22s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 11.3M 21s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 10.9M 21s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 11.3M 21s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 11.1M 21s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 11.0M 21s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 11.3M 20s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 11.3M 20s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 10.8M 20s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 11.5M 20s unit-mysql-0: 18:23:43 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 334K 21s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 8.96M 21s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 7.03M 20s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 8.01M 20s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 9.38M 20s unit-abot-epc-basic-0: 18:23:43 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 6.77M 20s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 8.30M 20s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 7.58M 20s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 3.68M 20s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 9.23M 19s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 11.3M 19s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 11.1M 19s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 11.5M 19s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 10.9M 19s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 11.4M 19s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 11.1M 19s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 11.1M 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 11.4M 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 11.3M 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 10.8M 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 11.3M 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 11.4M 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 11.4M 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 11.2M 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 339K 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 9.00M 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 7.38M 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 7.95M 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 10.1M 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 7.67M 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 7.27M 18s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 10.8M 17s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 5.85M 17s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 4.42M 17s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 10.3M 17s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 11.2M 17s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 11.2M 17s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 11.2M 17s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 11.2M 17s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 10.4M 17s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 10.9M 17s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 11.5M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 11.3M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 11.1M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 11.3M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 11.2M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 11.6M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 10.9M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 345K 16s unit-mysql-0: 18:23:44 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 11.1M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 8.16M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 8.23M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 8.51M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 8.93M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 8.05M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 7.76M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 8.95M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 3.70M 16s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 10.2M 15s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 10.3M 15s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 11.4M 15s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 11.2M 15s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 11.1M 15s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 11.3M 15s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 11.0M 15s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 11.3M 15s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 11.1M 15s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 11.7M 15s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 10.8M 15s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 11.1M 15s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 11.3M 14s unit-abot-epc-basic-0: 18:23:44 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 11.2M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 79.3K 17s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 59.3M 17s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 68.6M 17s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 74.9M 16s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 65.6M 16s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 74.4M 16s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 70.3M 16s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 74.3M 16s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 63.7M 16s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 75.9M 16s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 74.2M 16s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 72.3M 16s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 66.9M 16s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 72.5M 15s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 75.7M 15s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 75.4M 15s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 87.0M 15s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 175M 15s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 111M 15s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 1.02M 15s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 8.49M 15s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 7.17M 15s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 6.71M 15s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 7.71M 15s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 9.22M 15s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 7.06M 15s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 18.4M 15s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 70.1M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 72.8M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 64.3M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 62.4M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 65.6M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 2.14M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 2.07M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 2.30M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 3.92M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 10.2M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 10.7M 14s unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 388K 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 6.30M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 10.8M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 10.6M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 10.1M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 9.68M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 10.0M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 10.5M 14s unit-abot-epc-basic-0: 18:23:45 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 11.8M 14s unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 18:23:45 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 18:23:46 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 18:23:46 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 18:23:46 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 18:23:46 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: 18:23:46 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 82.2K 15s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 65.9M 15s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 60.8M 15s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 66.6M 15s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 63.4M 15s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 73.9M 15s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 70.3M 15s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 75.8M 15s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 77.3M 15s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 69.9M 15s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 63.8M 15s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 62.6M 15s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 75.4M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 68.5M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 58.0M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 69.8M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 64.6M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 70.4M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 118M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 163M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 262M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 164M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 114M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 112M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 125M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 8.11M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 357K 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 6.13M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 8.59M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 10.3M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 9.58M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 7.83M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 6.66M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 1.42M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 1.45M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 7.67M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 11.7M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 11.0M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 3.14M 13s unit-mysql-0: 18:23:46 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: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 363K 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 8.12M 14s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 9.96M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 9.97M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 8.58M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 7.71M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 4.14M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 1.24M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 1.94M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 11.3M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 11.3M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 11.2M 13s unit-mysql-0: 18:23:46 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: 18:23:46 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 2.63M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 373K 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 8.49M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 10.5M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 9.85M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 9.10M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 7.34M 13s unit-abot-epc-basic-0: 18:23:46 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 4.34M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 1.27M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 1.90M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 9.70M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 10.5M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 11.6M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 3.53M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 362K 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 9.08M 13s unit-mysql-0: 18:23:47 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: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 9.78M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 10.3M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 10.1M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 8.60M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 5.56M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 1.63M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 1.48M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 5.03M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 10.8M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 11.3M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 5.33M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 587K 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 799K 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 9.89M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 11.8M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 10.2M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 8.84M 13s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 7.90M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 3.74M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 1.41M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 1.82M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 9.41M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 11.3M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 11.3M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 5.17M 12s unit-mysql-0: 18:23:47 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: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 359K 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 6.11M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 10.4M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 11.1M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 11.1M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 8.31M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 8.33M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 2.93M 12s unit-mysql-0: 18:23:47 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: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 1.55M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 1.87M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 10.1M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 11.3M 12s unit-abot-epc-basic-0: 18:23:47 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 11.3M 12s unit-mysql-0: 18:23:47 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-mysql-0: 18:23:48 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: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 175K 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 30.2M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 70.6M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 73.9M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 73.6M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 63.9M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 77.3M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 79.0M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 73.2M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 64.2M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 64.7M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 68.3M 12s unit-mysql-0: 18:23:48 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: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 68.3M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 200K 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 18.7M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 67.2M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 69.3M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 70.2M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 65.2M 12s unit-mysql-0: 18:23:48 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: 18:23:48 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 76.2M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 75.6M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 75.9M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 59.1M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 363K 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 5.29M 12s unit-mysql-0: 18:23:48 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: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 6.80M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 7.43M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 5.90M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 1.30M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 1.35M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 6.75M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 5.04M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 11.2M 12s unit-mysql-0: 18:23:48 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: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 364K 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 3.76M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 6.79M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 6.66M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 7.02M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 1.55M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 1.27M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 4.22M 12s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 7.28M 11s unit-abot-epc-basic-0: 18:23:48 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 5.65M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 1.45M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 433K 12s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 6.62M 12s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 8.26M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 6.07M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 5.26M 11s unit-mysql-0: 18:23:49 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: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 1.14M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 1.76M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 6.09M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 6.36M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 9.14M 11s unit-mysql-0: 18:23:49 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB] unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 356K 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 5.61M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 6.75M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 7.02M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 6.45M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 1.80M 11s unit-mysql-0: 18:23:49 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: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 1.38M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 2.91M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 6.11M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 6.98M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 7.11M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 350K 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 9.46M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 7.05M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 7.46M 11s unit-mysql-0: 18:23:49 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: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 6.72M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 1.59M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 1.39M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 3.63M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 6.35M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 6.83M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 7.67M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 350K 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 8.24M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 7.56M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 7.60M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 6.75M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 1.69M 11s unit-abot-epc-basic-0: 18:23:49 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 1.34M 11s unit-mysql-0: 18:23:49 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: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 3.61M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 6.28M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 7.08M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 7.74M 11s unit-mysql-0: 18:23:50 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: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 354K 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 6.51M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 7.00M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 9.59M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 7.15M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 2.81M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 1.24M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 2.00M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 7.62M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 7.76M 11s unit-mysql-0: 18:23:50 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: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 7.23M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 374K 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 3.48M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 6.81M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 8.77M 11s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 7.85M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 5.36M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 1.29M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 1.49M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 5.97M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 11.2M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 6.71M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 1.51M 10s unit-mysql-0: 18:23:50 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: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 429K 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 8.12M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 8.12M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 9.54M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 6.50M 10s unit-mysql-0: 18:23:50 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: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 1.86M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 1.33M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 2.91M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 7.39M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 8.91M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 6.57M 10s unit-mysql-0: 18:23:50 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: 18:23:50 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 411K 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 1.90M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 6.71M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 7.34M 10s unit-abot-epc-basic-0: 18:23:50 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 10.2M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 7.26M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 1.33M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 1.48M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 4.56M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 9.70M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 7.52M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 8.02M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 359K 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 5.75M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 7.42M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 7.10M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 10.2M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 5.39M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 1.19M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 1.63M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 6.68M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 9.77M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 7.07M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 1.23M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 461K 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 9.63M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 7.62M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 7.07M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 11.1M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 2.86M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 1.24M 10s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 2.03M 9s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 6.89M 9s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 9.43M 9s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 7.35M 9s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 672K 9s unit-mysql-0: 18:23:51 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: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 682K 9s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 8.94M 9s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 7.89M 9s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 6.94M 9s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 9.54M 9s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 1.88M 9s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 1.30M 9s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 2.96M 9s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 7.40M 9s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 9.64M 9s unit-abot-epc-basic-0: 18:23:51 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 6.91M 9s unit-mysql-0: 18:23:51 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: 18:23:51 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 645K 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 717K 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 8.53M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 8.44M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 6.61M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 9.67M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 1.90M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 1.30M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 3.04M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 7.15M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 9.73M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 7.12M 9s unit-mysql-0: 18:23:52 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: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 614K 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 757K 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 8.62M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 7.56M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 5.91M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 11.3M 9s unit-mysql-0: 18:23:52 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: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 1.84M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 1.35M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 3.08M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 7.31M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 8.52M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 7.65M 9s unit-mysql-0: 18:23:52 DEBUG unit.mysql/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 617K 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 751K 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 9.68M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 7.07M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 5.98M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 10.7M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 1.85M 9s unit-mysql-0: 18:23:52 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-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 1.19M 9s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 4.61M 8s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 6.97M 8s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 8.32M 8s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 7.73M 8s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 620K 8s unit-mysql-0: 18:23:52 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: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 751K 8s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 9.40M 8s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 6.85M 8s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 6.22M 8s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 10.2M 8s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 1.88M 8s unit-mysql-0: 18:23:52 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: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 1.18M 8s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 4.53M 8s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 7.29M 8s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 8.23M 8s unit-abot-epc-basic-0: 18:23:52 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 7.51M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 692K 8s unit-mysql-0: 18:23:53 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: 18:23:53 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 668K 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 9.21M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 7.05M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 6.19M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 9.91M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 1.89M 8s unit-mysql-0: 18:23:53 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: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 1.36M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 2.97M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 7.41M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 9.43M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 6.96M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 722K 8s unit-mysql-0: 18:23:53 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: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 645K 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 8.13M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 7.36M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 6.08M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 9.45M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 2.14M 8s unit-mysql-0: 18:23:53 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: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 1.27M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 2.92M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 7.73M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 8.58M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 7.77M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 759K 8s unit-mysql-0: 18:23:53 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: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 612K 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 9.32M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 7.23M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 5.71M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 9.94M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 2.23M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 1.26M 8s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 2.79M 7s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 7.76M 7s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 8.87M 7s unit-mysql-0: 18:23:53 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-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 7.90M 7s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 758K 7s unit-mysql-0: 18:23:53 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: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 616K 7s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 8.75M 7s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 7.26M 7s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 5.43M 7s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 11.1M 7s unit-abot-epc-basic-0: 18:23:53 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 2.28M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 1.32M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 2.49M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 7.06M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 8.79M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 9.41M 7s unit-mysql-0: 18:23:54 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: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 750K 7s unit-mysql-0: 18:23:54 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: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 616K 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 64% 8.84M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 6.62M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 5.70M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 11.4M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 2.88M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 1.28M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 2.16M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 6.56M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 9.13M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 9.57M 7s unit-mysql-0: 18:23:54 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: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 764K 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 610K 7s unit-mysql-0: 18:23:54 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: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 8.01M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 6.87M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 5.75M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 10.1M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 4.42M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 1.12M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 2.14M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 6.90M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 8.01M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 10.3M 7s unit-mysql-0: 18:23:54 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: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 1.29M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 457K 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 7.94M 7s unit-mysql-0: 18:23:54 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.1 [10.6 kB] unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 7.03M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 5.48M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 9.70M 7s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 5.01M 6s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 1.11M 6s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 2.18M 6s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 6.09M 6s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 8.28M 6s unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 10.0M 6s unit-mysql-0: 18:23:54 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.1 [63.9 kB] unit-abot-epc-basic-0: 18:23:54 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 1.67M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 428K 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 6.37M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 7.02M 6s unit-mysql-0: 18:23:55 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.4 [228 kB] unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 5.88M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 8.95M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 9.46M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 1.10M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 1.86M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 6.82M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 6.84M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 11.0M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 1.69M 6s unit-mysql-0: 18:23:55 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: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 442K 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 4.01M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 7.18M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 6.68M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 8.16M 6s unit-mysql-0: 18:23:55 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: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 9.70M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 1.12M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 1.77M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 6.74M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 7.17M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 9.77M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 2.94M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 400K 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 3.88M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 7.95M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 7.72M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 6.07M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 10.7M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 1.15M 6s unit-mysql-0: 18:23:55 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: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 1.73M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 7.17M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 6.44M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 10.1M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 6.31M 6s unit-mysql-0: 18:23:55 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.1 [44.7 kB] unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 387K 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 2.92M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 8.49M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 8.75M 6s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 5.17M 5s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 9.98M 5s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 1.22M 5s unit-mysql-0: 18:23:55 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 18:23:55 DEBUG unit.mysql/0.install Fetched 40.9 MB in 10s (4073 kB/s) unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 1.66M 5s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 6.48M 5s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 6.49M 5s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 8.74M 5s unit-abot-epc-basic-0: 18:23:55 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 8.26M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 393K 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 2.47M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 9.06M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 7.86M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 4.22M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 11.0M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 1.40M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 1.57M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 5.17M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 6.51M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 9.30M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 8.03M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 434K 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 1.53M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 8.94M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 7.82M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 4.20M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 11.1M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 1.60M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 1.47M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 4.60M 5s unit-mysql-0: 18:23:56 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 6.77M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 7.38M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 9.21M 5s unit-mysql-0: 18:23:56 DEBUG unit.mysql/0.install (Reading database ... 78269 files and directories currently installed.) unit-mysql-0: 18:23:56 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 18:23:56 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 655K 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 701K 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 8.84M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 7.70M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 4.25M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 10.3M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 2.03M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 1.30M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 4.05M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 6.69M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 7.78M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 8.66M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 700K 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 657K 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 8.71M 5s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 7.86M 4s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 4.10M 4s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 10.2M 4s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 2.57M 4s unit-abot-epc-basic-0: 18:23:56 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 1.20M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 3.61M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 7.03M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 6.83M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 9.58M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 754K 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 616K 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 8.63M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 7.03M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 4.38M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 8.97M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 2.74M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 1.33M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 2.62M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 8.25M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 6.54M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 8.81M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 795K 4s unit-mysql-0: 18:23:57 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 18:23:57 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 599K 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 7.28M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 7.23M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 4.33M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 7.92M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 6.97M 4s unit-mysql-0: 18:23:57 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 1.12M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 2.31M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 7.20M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 6.65M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 8.20M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 1.76M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 438K 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 4.53M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 7.95M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 5.34M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 5.42M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 10.4M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 1.35M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 1.62M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 7.15M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 7.16M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 7.51M 4s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 8.10M 3s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 397K 3s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 2.35M 3s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 7.13M 3s unit-abot-epc-basic-0: 18:23:57 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 8.39M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 4.16M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 9.57M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 1.55M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 1.62M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 4.41M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 7.92M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 7.20M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 8.37M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 449K 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 1.36M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 8.49M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 7.42M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 3.65M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 10.9M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 2.31M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 1.34M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 3.28M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 9.60M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 6.62M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 8.65M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 743K 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 631K 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 7.59M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 6.91M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 4.31M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 7.54M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 2.93M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 1.47M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 2.45M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 6.74M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 7.21M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 7.42M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 815K 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 611K 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 4.00M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 11.6M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 6.75M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 4.51M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 9.62M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 1.46M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 1.63M 3s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 6.01M 2s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 8.08M 2s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 6.92M 2s unit-abot-epc-basic-0: 18:23:58 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 4.78M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 447K 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 1.62M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 5.91M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 10.7M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 3.94M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 9.10M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 2.13M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 1.47M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 3.29M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 8.88M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 6.69M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 7.34M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 814K 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 619K 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 4.06M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 9.70M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 4.80M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 6.79M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 9.84M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 1.23M 2s unit-mysql-0: 18:23:59 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 18:23:59 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 2.05M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 6.14M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 8.73M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 6.51M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 4.97M 2s unit-mysql-0: 18:23:59 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 464K 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 1.33M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 8.94M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 9.24M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 4.69M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 6.96M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 2.64M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 1.34M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 3.21M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 8.46M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 7.23M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 7.35M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 825K 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 662K 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 2.70M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 9.83M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 9.79M 2s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 3.98M 1s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 9.02M 1s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 1.74M 1s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 1.54M 1s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 4.87M 1s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 8.51M 1s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 7.10M 1s unit-abot-epc-basic-0: 18:23:59 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 6.62M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 829K 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 620K 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 4.11M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 9.61M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 5.51M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 5.82M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 8.68M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 1.63M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 1.54M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 6.63M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 7.84M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 7.52M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 6.62M 1s unit-mysql-0: 18:24:00 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 18:24:00 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 830K 1s unit-mysql-0: 18:24:00 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 606K 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 5.08M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 9.33M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 5.82M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 5.85M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 8.66M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 1.63M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 1.51M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 6.92M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 8.16M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 7.37M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 7.41M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 830K 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 620K 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 3.97M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 10.5M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 7.32M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 4.87M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 8.81M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 1.79M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 1.56M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 4.43M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 9.06M 1s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 7.50M 0s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 7.71M 0s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 829K 0s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 627K 0s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 3.76M 0s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 9.80M 0s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 10.1M 0s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 4.95M 0s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 6.46M 0s unit-abot-epc-basic-0: 18:24:00 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 2.73M 0s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 1.74M 0s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 2.35M 0s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 6.26M 0s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 9.52M 0s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 8.06M 0s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 5.74M 0s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 474K 0s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 1.35M 0s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 5.54M 0s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 10.1M 0s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 6.78M 0s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 4.84M 0s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 10.4M 0s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 1.65M=20s unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install 2018-12-03 18:24:01 (2.25 MB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47813510/47813510] unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:24:01 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: 18:24:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install (Reading database ... 85444 files and directories currently installed.) unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-mysql-0: 18:24:01 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 18:24:01 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:24:01 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-mysql-0: 18:24:01 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-mysql-0: 18:24:02 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 18:24:02 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 18:24:02 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 18:24:04 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 18:24:04 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 18:24:04 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 18:24:04 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 18:24:05 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: 18:24:05 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 18:24:05 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: 18:24:05 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 18:24:05 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: 18:24:05 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: 18:24:05 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 18:24:05 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: 18:24:05 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 18:24:05 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: 18:24:05 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 18:24:05 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: 18:24:05 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-mysql-0: 18:24:05 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 18:24:05 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-mysql-0: 18:24:05 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install Need to get 103 MB of archives. unit-abot-epc-basic-0: 18:24:05 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 18:24:05 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-abot-epc-basic-0: 18:24:06 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-abot-epc-basic-0: 18:24:06 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: 18:24:06 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-mysql-0: 18:24:06 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 18:24:06 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 18:24:06 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-mysql-0: 18:24:06 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:07 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: 18:24:07 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: 18:24:07 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: 18:24:07 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: 18:24:07 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-mysql-0: 18:24:07 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 18:24:07 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 18:24:07 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-mysql-0: 18:24:08 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:08 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-abot-epc-basic-0: 18:24:08 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-abot-epc-basic-0: 18:24:08 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-abot-epc-basic-0: 18:24:08 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-mysql-0: 18:24:08 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 18:24:08 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-mysql-0: 18:24:08 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:24:08 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: 18:24:09 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: 18:24:09 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: 18:24:09 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-mysql-0: 18:24:09 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 18:24:09 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-mysql-0: 18:24:09 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-mysql-0: 18:24:09 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 18:24:09 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: 18:24:10 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: 18:24:10 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libplexus-utils-java all 1:1.5.15-4+deb8u1build0.16.04.1 [208 kB] unit-abot-epc-basic-0: 18:24:10 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: 18:24:10 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-mysql-0: 18:24:10 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 18:24:10 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 18:24:10 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 18:24:10 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: 18:24:10 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: 18:24:11 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-mysql-0: 18:24:11 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 18:24:11 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ... unit-abot-epc-basic-0: 18:24:11 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-mysql-0: 18:24:11 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... unit-abot-epc-basic-0: 18:24:11 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: 18:24:11 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: 18:24:11 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: 18:24:11 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-abot-epc-basic-0: 18:24:11 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: 18:24:12 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-abot-epc-basic-0: 18:24:12 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: 18:24:12 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: 18:24:12 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: 18:24:12 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: 18:24:12 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: 18:24:12 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: 18:24:12 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-mysql-0: 18:24:12 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 18:24:13 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 18:24:13 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: 18:24:13 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 18:24:13 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: 18:24:13 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-abot-epc-basic-0: 18:24:13 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: 18:24:13 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: 18:24:13 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libplexus-archiver-java all 2.2-1+deb9u1build0.16.04.1 [171 kB] unit-mysql-0: 18:24:14 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 18:24:14 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 18:24:14 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:14 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: 18:24:14 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: 18:24:14 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: 18:24:14 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: 18:24:14 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: 18:24:14 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: 18:24:14 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: 18:24:15 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-abot-epc-basic-0: 18:24:15 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-abot-epc-basic-0: 18:24:15 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.8 [391 kB] unit-abot-epc-basic-0: 18:24:15 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: 18:24:15 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-mysql-0: 18:24:15 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 18:24:15 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 18:24:15 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 18:24:15 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: 18:24:15 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: 18:24:16 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-mysql-0: 18:24:16 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 18:24:16 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 18:24:16 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: 18:24:16 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: 18:24:16 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-mysql-0: 18:24:16 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:16 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: 18:24:16 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-abot-epc-basic-0: 18:24:16 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: 18:24:17 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-abot-epc-basic-0: 18:24:17 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: 18:24:17 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: 18:24:17 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-mysql-0: 18:24:17 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 18:24:17 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: 18:24:17 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-mysql-0: 18:24:17 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:17 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: 18:24:18 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: 18:24:18 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-abot-epc-basic-0: 18:24:18 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: 18:24:18 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-abot-epc-basic-0: 18:24:18 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: 18:24:18 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: 18:24:18 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: 18:24:19 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: 18:24:19 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: 18:24:19 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.4 [339 kB] unit-abot-epc-basic-0: 18:24:19 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.4 [1261 kB] unit-abot-epc-basic-0: 18:24:19 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: 18:24:19 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.4 [1880 kB] unit-abot-epc-basic-0: 18:24:19 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.4 [224 kB] unit-abot-epc-basic-0: 18:24:20 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: 18:24:20 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: 18:24:20 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-mysql-0: 18:24:20 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 18:24:20 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 18:24:20 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: 18:24:20 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-abot-epc-basic-0: 18:24:20 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: 18:24:21 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-mysql-0: 18:24:21 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 18:24:21 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: 18:24:21 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-140.166 [854 kB] unit-abot-epc-basic-0: 18:24:21 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: 18:24:21 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: 18:24:21 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-abot-epc-basic-0: 18:24:22 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: 18:24:22 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-mysql-0: 18:24:22 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 18:24:22 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 18:24:23 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:23 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: 18:24:23 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: 18:24:23 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-abot-epc-basic-0: 18:24:23 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-abot-epc-basic-0: 18:24:24 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: 18:24:24 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: 18:24:24 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: 18:24:24 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: 18:24:24 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: 18:24:24 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: 18:24:25 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: 18:24:25 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 18:24:25 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 18:24:25 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:25 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: 18:24:26 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: 18:24:26 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: 18:24:26 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: 18:24:26 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-abot-epc-basic-0: 18:24:27 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-abot-epc-basic-0: 18:24:27 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.5 [195 kB] unit-abot-epc-basic-0: 18:24:27 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.5 [584 kB] unit-abot-epc-basic-0: 18:24:27 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: 18:24:27 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: 18:24:27 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: 18:24:28 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: 18:24:28 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: 18:24:28 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-abot-epc-basic-0: 18:24:28 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: 18:24:28 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 18:24:28 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 18:24:28 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 18:24:28 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-abot-epc-basic-0: 18:24:28 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: 18:24:29 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: 18:24:29 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: 18:24:29 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.4 [1071 kB] unit-abot-epc-basic-0: 18:24:29 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.4 [27.8 MB] unit-mysql-0: 18:24:30 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 18:24:30 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-mysql-0: 18:24:30 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 18:24:31 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: 18:24:31 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: 18:24:31 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: 18:24:31 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 18:24:31 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 18:24:31 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 18:24:31 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: 18:24:31 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: 18:24:32 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.4 [276 kB] unit-abot-epc-basic-0: 18:24:32 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: 18:24:32 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: 18:24:32 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: 18:24:32 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: 18:24:32 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-mysql-0: 18:24:32 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 18:24:32 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-abot-epc-basic-0: 18:24:32 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-mysql-0: 18:24:33 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 18:24:33 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: 18:24:33 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 18:24:33 DEBUG unit.abot-epc-basic/0.install Fetched 103 MB in 27s (3695 kB/s) unit-abot-epc-basic-0: 18:24:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 18:24:34 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 ... 85607 files and directories currently installed.) unit-abot-epc-basic-0: 18:24:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-abot-epc-basic-0: 18:24:34 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 18:24:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 18:24:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-mysql-0: 18:24:34 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 18:24:34 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-mysql-0: 18:24:34 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 18:24:35 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-mysql-0: 18:24:35 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 18:24:35 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 18:24:35 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 18:24:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 18:24:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-abot-epc-basic-0: 18:24:35 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... unit-mysql-0: 18:24:35 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 18:24:35 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 18:24:35 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 18:24:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 18:24:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 18:24:35 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-mysql-0: 18:24:36 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-mysql-0: 18:24:36 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-mysql-0: 18:24:36 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 18:24:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 18:24:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 18:24:36 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-mysql-0: 18:24:36 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 18:24:36 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-abot-epc-basic-0: 18:24:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 18:24:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-mysql-0: 18:24:36 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 18:24:36 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... unit-mysql-0: 18:24:36 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 18:24:36 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-abot-epc-basic-0: 18:24:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 18:24:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-mysql-0: 18:24:36 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 18:24:36 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... unit-mysql-0: 18:24:37 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 18:24:37 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-mysql-0: 18:24:37 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 18:24:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 18:24:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 18:24:37 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-mysql-0: 18:24:37 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 18:24:37 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-mysql-0: 18:24:37 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 18:24:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 18:24:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 18:24:38 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 18:24:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 18:24:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-abot-epc-basic-0: 18:24:38 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... unit-mysql-0: 18:24:38 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 18:24:38 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-mysql-0: 18:24:38 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 18:24:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 18:24:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-mysql-0: 18:24:38 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 18:24:38 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:24:39 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-mysql-0: 18:24:39 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 18:24:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 18:24:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-mysql-0: 18:24:39 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-mysql-0: 18:24:39 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 18:24:39 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-mysql-0: 18:24:39 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 18:24:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 18:24:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatinject-jsr330-api-java_1.0+ds1-2_all.deb ... unit-mysql-0: 18:24:40 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 18:24:40 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 18:24:40 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-mysql-0: 18:24:40 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 18:24:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 18:24:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-abot-epc-basic-0: 18:24:40 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-mysql-0: 18:24:40 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 18:24:40 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 18:24:40 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 18:24:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 18:24:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-abot-epc-basic-0: 18:24:41 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-mysql-0: 18:24:41 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 18:24:41 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 18:24:41 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-mysql-0: 18:24:41 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 18:24:41 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:24:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 18:24:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-mysql-0: 18:24:41 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 18:24:41 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-mysql-0: 18:24:41 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-abot-epc-basic-0: 18:24:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-mysql-0: 18:24:41 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:24:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-mysql-0: 18:24:42 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 18:24:42 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-mysql-0: 18:24:42 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 18:24:42 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 18:24:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 18:24:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... unit-mysql-0: 18:24:42 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... unit-abot-epc-basic-0: 18:24:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-mysql-0: 18:24:42 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-abot-epc-basic-0: 18:24:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 18:24:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-external-java_1.4.01-2build1_all.deb ... unit-mysql-0: 18:24:42 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... unit-abot-epc-basic-0: 18:24:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-mysql-0: 18:24:42 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-abot-epc-basic-0: 18:24:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 18:24:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-mysql-0: 18:24:43 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 18:24:43 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 18:24:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-mysql-0: 18:24:43 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... unit-abot-epc-basic-0: 18:24:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-mysql-0: 18:24:43 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-abot-epc-basic-0: 18:24:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-mysql-0: 18:24:43 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-abot-epc-basic-0: 18:24:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-mysql-0: 18:24:43 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-mysql-0: 18:24:44 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 18:24:44 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-abot-epc-basic-0: 18:24:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 18:24:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-mysql-0: 18:24:44 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 18:24:44 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 18:24:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 18:24:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils-java_1%3a1.5.15-4+deb8u1build0.16.04.1_all.deb ... unit-abot-epc-basic-0: 18:24:44 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4+deb8u1build0.16.04.1) ... unit-mysql-0: 18:24:45 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 18:24:45 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 18:24:45 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 18:24:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 18:24:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-abot-epc-basic-0: 18:24:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-mysql-0: 18:24:45 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 18:24:45 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... unit-mysql-0: 18:24:45 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... unit-abot-epc-basic-0: 18:24:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-abot-epc-basic-0: 18:24:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... unit-mysql-0: 18:24:46 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:24:46 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 18:24:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 18:24:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interactivity-api-java_1.0-alpha-6-7_all.deb ... unit-abot-epc-basic-0: 18:24:47 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 18:24:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 18:24:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-abot-epc-basic-0: 18:24:47 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 18:24:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 18:24:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-abot-epc-basic-0: 18:24:48 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 18:24:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 18:24:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:24:49 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 18:24:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 18:24:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-abot-epc-basic-0: 18:24:50 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-abot-epc-basic-0: 18:24:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 18:24:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-abot-epc-basic-0: 18:24:50 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 18:24:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 18:24:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 18:24:51 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-mysql-0: 18:24:51 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 18:24:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-mysql-0: 18:24:51 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:51 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-mysql-0: 18:24:51 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 18:24:51 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 18:24:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 18:24:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-mysql-0: 18:24:52 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 18:24:52 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-mysql-0: 18:24:52 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 18:24:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 18:24:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-mysql-0: 18:24:52 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:52 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-mysql-0: 18:24:52 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 18:24:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-abot-epc-basic-0: 18:24:52 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-mysql-0: 18:24:53 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-mysql-0: 18:24:53 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 18:24:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 18:24:53 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... unit-mysql-0: 18:24:53 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 18:24:54 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:24:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 18:24:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 18:24:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-mysql-0: 18:24:54 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 18:24:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 18:24:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... unit-mysql-0: 18:24:55 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 18:24:55 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... unit-mysql-0: 18:24:55 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-163.213) ... unit-mysql-0: 18:24:55 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 18:24:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 18:24:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:24:56 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-mysql-0: 18:24:56 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 18:24:56 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 18:24:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 18:24:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 18:24:56 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-mysql-0: 18:24:56 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 18:24:56 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 18:24:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-mysql-0: 18:24:57 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 18:24:57 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... unit-mysql-0: 18:24:57 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:24:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 18:24:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-abot-epc-basic-0: 18:24:57 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... unit-mysql-0: 18:24:57 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 18:24:57 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 18:24:57 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: 18:24:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 18:24:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:24:57 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-mysql-0: 18:24:57 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-mysql-0: 18:24:58 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 18:24:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 18:24:58 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: 18:24:58 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 18:24:58 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-mysql-0: 18:24:58 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 18:24:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 18:24:58 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: 18:24:58 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-mysql-0: 18:24:58 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-mysql-0: 18:24:59 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 18:24:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 18:24:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-mysql-0: 18:24:59 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 18:24:59 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-mysql-0: 18:24:59 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 18:24:59 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 18:24:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 18:24:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-archiver-java_2.2-1+deb9u1build0.16.04.1_all.deb ... unit-abot-epc-basic-0: 18:24:59 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1+deb9u1build0.16.04.1) ... unit-mysql-0: 18:24:59 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-mysql-0: 18:24:59 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 18:25:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 18:25:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:25:00 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... unit-mysql-0: 18:25:00 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 18:25:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 18:25:00 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: 18:25:00 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-mysql-0: 18:25:00 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-mysql-0: 18:25:01 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 18:25:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 18:25:01 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: 18:25:01 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... unit-mysql-0: 18:25:01 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-mysql-0: 18:25:01 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 18:25:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-abot-epc-basic-0: 18:25:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-abot-epc-basic-0: 18:25:01 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-mysql-0: 18:25:01 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 18:25:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-abot-epc-basic-0: 18:25:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-mysql-0: 18:25:02 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 18:25:02 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... unit-mysql-0: 18:25:02 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 18:25:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 18:25:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-abot-epc-basic-0: 18:25:02 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-mysql-0: 18:25:02 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-mysql-0: 18:25:02 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1.1) ... unit-abot-epc-basic-0: 18:25:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-mysql-0: 18:25:02 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-abot-epc-basic-0: 18:25:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 18:25:02 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-mysql-0: 18:25:03 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... unit-abot-epc-basic-0: 18:25:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-mysql-0: 18:25:03 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 18:25:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 18:25:03 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-mysql-0: 18:25:03 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 18:25:04 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 18:25:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 18:25:04 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: 18:25:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-mysql-0: 18:25:05 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1.1) ... unit-mysql-0: 18:25:06 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 18:25:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 18:25:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet3.1-java_8.0.32-1ubuntu1.8_all.deb ... unit-abot-epc-basic-0: 18:25:07 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-abot-epc-basic-0: 18:25:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-abot-epc-basic-0: 18:25:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-mysql-0: 18:25:08 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 18:25:09 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-mysql-0: 18:25:09 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 18:25:09 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 18:25:09 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 18:25:09 DEBUG unit.mysql/0.install python-dnspython unit-mysql-0: 18:25:09 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 18:25:09 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 18:25:09 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 18:25:09 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-mysql-0: 18:25:09 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (148 kB/s) unit-abot-epc-basic-0: 18:25:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 18:25:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-mysql-0: 18:25:10 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-mysql-0: 18:25:10 DEBUG unit.mysql/0.install (Reading database ... 83397 files and directories currently installed.) unit-mysql-0: 18:25:10 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-mysql-0: 18:25:11 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 18:25:11 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-mysql-0: 18:25:13 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 18:25:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 18:25:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 18:25:13 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-mysql-0: 18:25:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 18:25:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 18:25:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 18:25:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-mysql-0: 18:25:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 18:25:15 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-mysql-0: 18:25:15 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-abot-epc-basic-0: 18:25:15 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-mysql-0: 18:25:15 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 18:25:15 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 18:25:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 18:25:15 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 18:25:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 18:25:16 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 18:25:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 18:25:16 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 18:25:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 18:25:16 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 18:25:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 18:25:16 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 18:25:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 18:25:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 18:25:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 18:25:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 18:25:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 18:25:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 18:25:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 18:25:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 18:25:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 18:25:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 18:25:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-mysql-0: 18:25:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 18:25:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 18:25:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 18:25:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 18:25:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 18:25:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:25:18 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-mysql-0: 18:25:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 18:25:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 18:25:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 18:25:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 18:25:19 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-mysql-0: 18:25:19 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 18:25:19 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 18:25:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 18:25:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-abot-epc-basic-0: 18:25:19 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-mysql-0: 18:25:19 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 18:25:19 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 18:25:19 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 18:25:19 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 18:25:19 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 18:25:20 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 18:25:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 18:25:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 18:25:20 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-mysql-0: 18:25:20 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 18:25:20 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 18:25:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-abot-epc-basic-0: 18:25:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-abot-epc-basic-0: 18:25:20 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-mysql-0: 18:25:20 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 18:25:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 18:25:20 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: 18:25:20 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-mysql-0: 18:25:20 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 18:25:20 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-abot-epc-basic-0: 18:25:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-abot-epc-basic-0: 18:25:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-abot-epc-basic-0: 18:25:20 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-mysql-0: 18:25:21 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 18:25:21 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-abot-epc-basic-0: 18:25:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 18:25:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-mysql-0: 18:25:21 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 18:25:21 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-mysql-0: 18:25:21 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 18:25:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 18:25:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-mysql-0: 18:25:21 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 18:25:21 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 18:25:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 18:25:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-abot-epc-basic-0: 18:25:21 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 18:25:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 18:25:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 18:25:22 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 18:25:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 18:25:24 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 18:25:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 18:25:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 18:25:24 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install python-mysqldb uuid unit-abot-epc-basic-0: 18:25:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 18:25:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-abot-epc-basic-0: 18:25:24 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 18:25:24 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] unit-abot-epc-basic-0: 18:25:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 18:25:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-mysql-0: 18:25:25 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB] unit-abot-epc-basic-0: 18:25:25 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 18:25:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-abot-epc-basic-0: 18:25:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 18:25:25 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 18:25:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-abot-epc-basic-0: 18:25:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 18:25:25 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-mysql-0: 18:25:26 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-abot-epc-basic-0: 18:25:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-abot-epc-basic-0: 18:25:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:25:26 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-mysql-0: 18:25:26 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: 18:25:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 18:25:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-mysql-0: 18:25:26 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-abot-epc-basic-0: 18:25:26 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-mysql-0: 18:25:26 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: 18:25:26 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-abot-epc-basic-0: 18:25:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 18:25:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 18:25:26 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-mysql-0: 18:25:26 DEBUG unit.mysql/0.install Fetched 781 kB in 1s (409 kB/s) unit-mysql-0: 18:25:26 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 18:25:26 DEBUG unit.mysql/0.install (Reading database ... 83497 files and directories currently installed.) unit-mysql-0: 18:25:26 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 18:25:26 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:25:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 18:25:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-abot-epc-basic-0: 18:25:27 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-mysql-0: 18:25:29 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 18:25:29 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 18:25:29 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:25:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 18:25:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 18:25:29 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-mysql-0: 18:25:30 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 18:25:30 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-mysql-0: 18:25:30 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 18:25:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 18:25:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 18:25:30 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-mysql-0: 18:25:30 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 18:25:30 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 18:25:30 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-mysql-0: 18:25:30 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-abot-epc-basic-0: 18:25:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-mysql-0: 18:25:30 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 18:25:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-mysql-0: 18:25:30 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 18:25:30 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 18:25:31 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 18:25:31 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-mysql-0: 18:25:31 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 18:25:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-abot-epc-basic-0: 18:25:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 18:25:31 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 18:25:31 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 18:25:31 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 18:25:31 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-mysql-0: 18:25:31 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:25:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-abot-epc-basic-0: 18:25:31 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: 18:25:31 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 18:25:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-abot-epc-basic-0: 18:25:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 18:25:32 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 18:25:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 18:25:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 18:25:33 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 18:25:33 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:25:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 18:25:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 18:25:33 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:25:33 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 18:25:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 18:25:34 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 18:25:35 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-mysql-0: 18:25:35 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 18:25:35 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.10) ... unit-mysql-0: 18:25:35 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 18:25:35 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-mysql-0: 18:25:35 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 18:25:35 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-mysql-0: 18:25:35 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 18:25:35 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-mysql-0: 18:25:35 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 18:25:36 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 18:25:36 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 18:25:36 INFO juju.worker.uniter.operation ran "install" hook unit-mysql-0: 18:25:36 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-mysql-0: 18:25:36 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-mysql-0: 18:25:36 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 18:25:36 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 18:25:36 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 18:25:36 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-mysql-0: 18:25:36 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 18:25:36 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 18:25:36 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-mysql-0: 18:25:36 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-mysql-0: 18:25:36 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-mysql-0: 18:25:36 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 18:25:36 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 18:25:37 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-mysql-0: 18:25:37 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-mysql-0: 18:25:37 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-mysql-0: 18:25:37 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-mysql-0: 18:25:37 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 18:25:37 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 18:25:37 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 18:25:37 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-mysql-0: 18:25:37 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-mysql-0: 18:25:37 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-mysql-0: 18:25:37 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 18:25:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-mysql-0: 18:25:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 18:25:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 18:25:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-abot-epc-basic-0: 18:25:37 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 ... 89250 files and directories currently installed.) unit-abot-epc-basic-0: 18:25:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 18:25:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 18:25:37 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 18:25:37 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-mysql-0: 18:25:37 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-abot-epc-basic-0: 18:25:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 18:25:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 18:25:38 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-mysql-0: 18:25:38 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 18:25:38 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 18:25:38 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 18:25:38 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-abot-epc-basic-0: 18:25:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 18:25:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-abot-epc-basic-0: 18:25:38 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-mysql-0: 18:25:38 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 18:25:38 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 18:25:38 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 18:25:38 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-abot-epc-basic-0: 18:25:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-abot-epc-basic-0: 18:25:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 18:25:38 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-mysql-0: 18:25:38 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 18:25:38 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 18:25:38 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 18:25:38 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 18:25:38 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 18:25:39 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 18:25:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 18:25:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 18:25:39 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-mysql-0: 18:25:39 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages machine-2: 18:25:39 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 18:25:39 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 18:25:39 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 18:25:39 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages machine-2: 18:25:39 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 18:25:39 DEBUG juju.worker start "engine" machine-2: 18:25:39 INFO juju.worker start "engine" machine-2: 18:25:39 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 18:25:39 DEBUG juju.worker "engine" started machine-2: 18:25:39 DEBUG juju.worker.introspection stats worker now serving machine-2: 18:25:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 18:25:39 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 18:25:39 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 18:25:39 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 18:25:39 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 18:25:39 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.apicaller connecting with old password machine-2: 18:25:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:25:39 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages machine-2: 18:25:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 18:25:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-2: 18:25:39 INFO juju.api connection established to "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-2: 18:25:39 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-2: 18:25:39 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 18:25:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 18:25:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 18:25:39 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 18:25:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 18:25:39 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-mysql-0: 18:25:39 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 18:25:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 18:25:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.7_amd64.deb ... machine-2: 18:25:39 DEBUG juju.worker.apicaller connected machine-2: 18:25:39 DEBUG juju.worker.apicaller changing password... unit-mysql-0: 18:25:39 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 18:25:39 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 18:25:40 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 18:25:40 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 18:25:40 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.7) ... unit-mysql-0: 18:25:40 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-mysql-0: 18:25:40 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 18:25:40 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources machine-2: 18:25:40 DEBUG juju.worker.apicaller password changed machine-2: 18:25:40 DEBUG juju.api RPC connection died machine-2: 18:25:40 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 18:25:40 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources machine-2: 18:25:40 DEBUG juju.worker.apicaller connecting with current password machine-2: 18:25:40 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-2: 18:25:40 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-2: 18:25:40 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-mysql-0: 18:25:41 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 18:25:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 18:25:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-mysql-0: 18:25:41 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 18:25:41 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... machine-2: 18:25:41 DEBUG juju.worker.apicaller connected unit-mysql-0: 18:25:41 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages machine-2: 18:25:41 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 18:25:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 18:25:41 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-2: 18:25:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: unit-mysql-0: 18:25:41 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages machine-2: 18:25:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:25:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. machine-2: 18:25:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:25:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../linux-libc-dev_4.4.0-140.166_amd64.deb ... machine-2: 18:25:41 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 18:25:41 INFO juju.worker.upgrader unblocking abort check machine-2: 18:25:41 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 18:25:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 18:25:41 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-140.166) ... machine-2: 18:25:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 18:25:41 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en machine-2: 18:25:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 18:25:41 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 18:25:41 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 18:25:41 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 18:25:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.logger logger setup machine-2: 18:25:41 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 18:25:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 18:25:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 18:25:41 INFO juju.util.exec run result: exit status 127 machine-2: 18:25:41 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec183220242/script.sh: line 1: fanatic: command not found 127 machine-2: 18:25:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 18:25:41 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 18:25:41 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 18:25:41 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 18:25:41 DEBUG juju.network including address public:172.30.9.205 for machine machine-2: 18:25:41 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-2: 18:25:41 DEBUG juju.network including address local-fan:252.12.0.1 for machine machine-2: 18:25:41 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 18:25:41 DEBUG juju.network including address local-machine:::1 for machine machine-2: 18:25:41 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 18:25:41 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 18:25:41 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] machine-2: 18:25:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 18:25:41 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 18:25:41 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 18:25:41 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 18:25:41 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} machine-2: 18:25:41 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 18:25:41 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 18:25:41 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 18:25:41 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 18:25:41 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 18:25:41 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: 18:25:41 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 18:25:41 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 18:25:41 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 18:25:41 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 18:25:41 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-mysql-0: 18:25:41 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en machine-2: 18:25:41 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 18:25:41 INFO juju.util.exec run result: exit status 127 machine-2: 18:25:41 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec941470566/script.sh: line 1: fanatic: command not found 127 machine-2: 18:25:41 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 18:25:41 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 18:25:41 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 18:25:41 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 18:25:41 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 18:25:41 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 18:25:41 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 18:25:41 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-2: 18:25:41 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-2: 18:25:41 DEBUG juju.api RPC connection died machine-2: 18:25:41 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 18:25:41 DEBUG juju.worker killing runner 0xc4202512b0 machine-2: 18:25:41 INFO juju.worker runner is dying machine-2: 18:25:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-2: 18:25:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-2: 18:25:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-2: 18:25:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-2: 18:25:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-2: 18:25:41 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: 18:25:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-2: 18:25:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-2: 18:25:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-2: 18:25:41 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-2: 18:25:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-2: 18:25:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-2: 18:25:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-2: 18:25:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-2: 18:25:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 18:25:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-2: 18:25:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-2: 18:25:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 18:25:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 18:25:41 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 18:25:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 18:25:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 18:25:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 18:25:41 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 18:25:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 18:25:41 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en machine-2: 18:25:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:41 DEBUG juju.worker.apicaller connecting with current password machine-2: 18:25:41 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-2: 18:25:41 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-2: 18:25:41 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-mysql-0: 18:25:41 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 18:25:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 18:25:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 18:25:42 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-mysql-0: 18:25:42 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 18:25:42 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 18:25:42 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 18:25:42 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 18:25:42 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 18:25:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. machine-2: 18:25:42 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 18:25:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-abot-epc-basic-0: 18:25:42 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-mysql-0: 18:25:42 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages machine-2: 18:25:42 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:42 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:25:42 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 18:25:42 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 18:25:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 18:25:42 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 18:25:42 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 18:25:42 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 18:25:42 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 18:25:42 DEBUG juju.network including address public:172.30.9.205 for machine machine-2: 18:25:42 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-2: 18:25:42 DEBUG juju.network including address local-fan:252.12.0.1 for machine machine-2: 18:25:42 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 18:25:42 DEBUG juju.network including address local-machine:::1 for machine machine-2: 18:25:42 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 18:25:42 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 18:25:42 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] machine-2: 18:25:42 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 18:25:42 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 18:25:42 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 18:25:42 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 18:25:42 INFO juju.util.exec run result: exit status 127 machine-2: 18:25:42 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec555707898/script.sh: line 1: fanatic: command not found 127 machine-2: 18:25:42 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 18:25:42 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 18:25:42 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 18:25:42 INFO juju.util.exec run result: exit status 127 machine-2: 18:25:42 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec520942908/script.sh: line 1: fanatic: command not found 127 machine-2: 18:25:42 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 18:25:42 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 18:25:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.logger logger setup machine-2: 18:25:42 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 18:25:42 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 18:25:42 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 18:25:42 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 18:25:42 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 18:25:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 18:25:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 18:25:42 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 18:25:42 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} machine-2: 18:25:42 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-2: 18:25:42 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 18:25:42 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: 18:25:42 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 18:25:42 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 18:25:42 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 18:25:42 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 18:25:42 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: 18:25:42 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 18:25:42 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 18:25:42 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 18:25:42 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 18:25:42 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 18:25:42 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 18:25:42 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 18:25:42 DEBUG juju.network including address local-cloud:192.168.121.10 for machine machine-2: 18:25:42 DEBUG juju.network including address local-machine:::1 for machine machine-2: 18:25:42 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.10 local-machine:::1] machine-2: 18:25:42 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.10 local-machine:::1] machine-2: 18:25:42 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 18:25:42 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 18:25:42 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 18:25:42 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 18:25:42 INFO juju.worker.authenticationworker "machine-2" key updater worker started unit-mysql-0: 18:25:43 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 18:25:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. machine-2: 18:25:43 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 18:25:43 INFO juju.worker.upgrader unblocking abort check machine-2: 18:25:43 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 18:25:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... machine-2: 18:25:43 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 18:25:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 18:25:43 INFO juju.worker.deployer deploying unit "oai-epc/0" unit-abot-epc-basic-0: 18:25:43 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 18:25:43 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages machine-2: 18:25:43 DEBUG juju.worker start "2-container-watcher" machine-2: 18:25:43 DEBUG juju.worker start "stateconverter" machine-2: 18:25:43 INFO juju.worker start "2-container-watcher" machine-2: 18:25:43 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 18:25:43 DEBUG juju.worker "2-container-watcher" started machine-2: 18:25:43 INFO juju.worker start "stateconverter" machine-2: 18:25:43 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 18:25:43 DEBUG juju.worker "stateconverter" started machine-2: 18:25:43 INFO juju.worker.machiner "machine-2" started machine-2: 18:25:43 DEBUG juju.service discovered init system "upstart" from local host machine-2: 18:25:43 INFO juju.api.common no addresses observed on interface "tunl0" machine-2: 18:25:43 DEBUG juju.worker.deployer API addresses: ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] machine-2: 18:25:43 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-mysql-0: 18:25:43 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-oai-epc-0: 18:25:43 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 18:25:43 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: 18:25:43 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 18:25:43 DEBUG juju.worker start "api" unit-oai-epc-0: 18:25:43 INFO juju.worker start "api" unit-oai-epc-0: 18:25:43 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 18:25:43 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 18:25:43 DEBUG juju.worker "api" started unit-oai-epc-0: 18:25:43 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 18:25:43 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 18:25:43 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-oai-epc-0: 18:25:43 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-epc-0: 18:25:43 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-epc-0: 18:25:43 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-mysql-0: 18:25:43 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 18:25:43 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 18:25:43 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-oai-epc-0: 18:25:45 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 18:25:45 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 18:25:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 18:25:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:25:46 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-oai-epc-0: 18:25:46 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 18:25:46 DEBUG juju.api RPC connection died unit-oai-epc-0: 18:25:46 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 18:25:46 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 18:25:46 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-epc-0: 18:25:46 INFO juju.api connection established to "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-epc-0: 18:25:46 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-2: 18:25:46 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:77:1e:d5 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.10 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:77:1e:d5 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-mysql-0: 18:25:46 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 18:25:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:25:47 DEBUG juju.worker.apicaller connected unit-mysql-0: 18:25:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 18:25:47 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed Reading package lists... unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed Reading state information... unit-oai-epc-0: 18:25:47 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 18:25:47 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 18:25:47 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 18:25:47 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 18:25:47 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 18:25:47 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 18:25:47 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 18:25:47 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: 18:25:47 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "hook-retry-strategy" not running: dependency not available unit-oai-epc-0: 18:25:47 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed Need to get 8969 kB of archives. unit-mysql-0: 18:25:47 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 18:25:47 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-oai-epc-0: 18:25:48 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 18:25:48 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 18:25:48 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 18:25:48 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 18:25:48 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 18:25:48 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 18:25:48 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 18:25:48 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 18:25:48 DEBUG juju.network including address public:172.30.9.205 for machine unit-oai-epc-0: 18:25:48 DEBUG juju.network including address local-cloud:192.168.121.12 for machine unit-oai-epc-0: 18:25:48 DEBUG juju.network including address local-fan:252.12.0.1 for machine unit-oai-epc-0: 18:25:48 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 18:25:48 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 18:25:48 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 18:25:48 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 18:25:48 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] unit-oai-epc-0: 18:25:48 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-epc-0: 18:25:48 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-epc-0: 18:25:48 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-epc-0: 18:25:48 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 18:25:48 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 18:25:48 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 18:25:48 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 18:25:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 18:25:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 18:25:48 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 18:25:48 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 18:25:48 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 18:25:48 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 18:25:48 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 18:25:48 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 18:25:48 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 18:25:48 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 18:25:48 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 18:25:48 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 18:25:48 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 18:25:48 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 18:25:48 DEBUG httpbakery client do GET https://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 18:25:48 DEBUG httpbakery } -> error unit-oai-epc-0: 18:25:48 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 18:25:48 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-mysql-0: 18:25:48 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: 18:25:49 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: 18:25:49 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.62-0ubuntu0.14.04.1 [707 kB] unit-mysql-0: 18:25:49 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.62-0ubuntu0.14.04.1 [1459 kB] unit-mysql-0: 18:25:49 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.62-0ubuntu0.14.04.1 [3754 kB] unit-oai-epc-0: 18:25:50 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 18:25:50 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 18:25:50 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 18:25:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 18:25:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 18:25:50 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.62-0ubuntu0.14.04.1 [1979 kB] unit-abot-epc-basic-0: 18:25:50 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 18:25:50 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: 18:25:50 DEBUG unit.mysql/0.config-changed Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.62-0ubuntu0.14.04.1 [11.0 kB] unit-mysql-0: 18:25:50 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-mysql-0: 18:25:51 DEBUG unit.mysql/0.config-changed Fetched 8969 kB in 2s (3052 kB/s) unit-mysql-0: 18:25:51 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 18:25:51 DEBUG unit.mysql/0.config-changed (Reading database ... 83591 files and directories currently installed.) unit-mysql-0: 18:25:51 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-mysql-0: 18:25:51 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-oai-epc-0: 18:25:51 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 18:25:52 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 18:25:52 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 18:25:52 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 18:25:52 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 18:25:52 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 18:25:52 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 18:25:52 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 18:25:52 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 18:25:52 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 18:25:52 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 18:25:52 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 18:25:52 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 18:25:52 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 18:25:52 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 18:25:52 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 18:25:52 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 18:25:52 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 18:25:52 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 18:25:52 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 18:25:52 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 18:25:52 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:25:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 18:25:52 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: 18:25:52 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 18:25:53 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 18:25:53 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 18:25:53 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-mysql-0: 18:25:53 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 18:25:53 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 18:25:53 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 18:25:53 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-abot-epc-basic-0: 18:25:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 18:25:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 18:25:53 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-mysql-0: 18:25:53 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 18:25:53 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 18:25:53 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install Need to get 3459 kB of archives. unit-oai-epc-0: 18:25:53 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 18:25:53 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-oai-epc-0: 18:25:54 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.10 [700 kB] unit-abot-epc-basic-0: 18:25:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 18:25:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 18:25:54 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 18:25:55 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 18:25:55 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.10 [2737 kB] unit-mysql-0: 18:25:55 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:25:55 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 18:25:55 DEBUG unit.oai-epc/0.install Fetched 3459 kB in 1s (1980 kB/s) unit-oai-epc-0: 18:25:56 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 18:25:56 DEBUG unit.oai-epc/0.install (Reading database ... 78219 files and directories currently installed.) unit-oai-epc-0: 18:25:56 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 18:25:56 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 18:25:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 18:25:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 18:25:58 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 18:25:58 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 18:25:58 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 18:25:58 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 18:25:58 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.10_all.deb ... unit-mysql-0: 18:25:58 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 18:25:58 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 18:25:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 18:25:59 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: 18:25:59 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 18:25:59 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 18:25:59 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.10_amd64.deb ... unit-oai-epc-0: 18:26:00 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.10) ... unit-mysql-0: 18:26:00 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 18:26:00 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 18:26:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 18:26:00 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: 18:26:00 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 18:26:01 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:26:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-abot-epc-basic-0: 18:26:01 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: 18:26:01 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 18:26:02 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 18:26:02 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-epc-0: 18:26:02 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.10) ... unit-oai-epc-0: 18:26:02 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 18:26:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 18:26:02 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: 18:26:02 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:26:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 18:26:03 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: 18:26:03 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 18:26:04 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 18:26:04 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install Reading state information... unit-mysql-0: 18:26:04 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install virt-what unit-abot-epc-basic-0: 18:26:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 18:26:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 18:26:04 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-abot-epc-basic-0: 18:26:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 18:26:04 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 18:26:04 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 18:26:04 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 18:26:04 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 18:26:04 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: 18:26:04 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (24.1 kB/s) unit-oai-epc-0: 18:26:05 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-oai-epc-0: 18:26:05 DEBUG unit.oai-epc/0.install (Reading database ... 78969 files and directories currently installed.) unit-oai-epc-0: 18:26:05 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-abot-epc-basic-0: 18:26:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 18:26:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-oai-epc-0: 18:26:05 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 18:26:05 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 18:26:05 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 18:26:05 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-mysql-0: 18:26:06 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 18:26:06 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-oai-epc-0: 18:26:07 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 18:26:07 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 18:26:07 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-mysql-0: 18:26:07 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 18:26:07 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 18:26:07 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-mysql-0: 18:26:07 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 18:26:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 18:26:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:26:07 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:08 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: 18:26:08 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install Reading package lists... unit-mysql-0: 18:26:08 DEBUG unit.mysql/0.config-changed Setting up mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-mysql-0: 18:26:08 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:26:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 18:26:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 18:26:08 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 18:26:08 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install Need to get 3781 kB of archives. unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] unit-abot-epc-basic-0: 18:26:08 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 18:26:08 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB] unit-abot-epc-basic-0: 18:26:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 18:26:09 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: 18:26:09 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 18:26:09 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-oai-epc-0: 18:26:10 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: 18:26:10 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: 18:26:10 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.62-0ubuntu0.14.04.1 [707 kB] unit-oai-epc-0: 18:26:10 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.62-0ubuntu0.14.04.1 [1459 kB] unit-oai-epc-0: 18:26:10 DEBUG unit.oai-epc/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.62-0ubuntu0.14.04.1 [10.8 kB] unit-oai-epc-0: 18:26:10 DEBUG unit.oai-epc/0.install Fetched 3781 kB in 2s (1480 kB/s) unit-abot-epc-basic-0: 18:26:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 18:26:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:26:11 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-oai-epc-0: 18:26:11 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-oai-epc-0: 18:26:11 DEBUG unit.oai-epc/0.install (Reading database ... 78976 files and directories currently installed.) unit-oai-epc-0: 18:26:11 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 18:26:11 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:26:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 18:26:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-abot-epc-basic-0: 18:26:11 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-oai-epc-0: 18:26:11 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 18:26:11 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 18:26:12 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:26:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 18:26:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 18:26:12 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.5) ... unit-oai-epc-0: 18:26:12 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 18:26:12 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-abot-epc-basic-0: 18:26:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 18:26:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 18:26:13 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.5) ... unit-abot-epc-basic-0: 18:26:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 18:26:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-oai-epc-0: 18:26:14 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 18:26:14 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-mysql-0: 18:26:14 DEBUG unit.mysql/0.config-changed 181203 18:26:14 [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: 18:26:14 DEBUG unit.mysql/0.config-changed 181203 18:26:14 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 18:26:14 DEBUG unit.mysql/0.config-changed 181203 18:26:14 [Note] /usr/sbin/mysqld (mysqld 5.5.62-0ubuntu0.14.04.1) starting as process 18932 ... unit-abot-epc-basic-0: 18:26:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 18:26:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:26:15 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-oai-epc-0: 18:26:15 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 18:26:15 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 18:26:15 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:26:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 18:26:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:26:15 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-oai-epc-0: 18:26:15 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 18:26:15 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 18:26:15 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 18:26:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 18:26:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 18:26:16 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-oai-epc-0: 18:26:16 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 18:26:16 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 18:26:16 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:26:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 18:26:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-abot-epc-basic-0: 18:26:16 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 18:26:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 18:26:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-abot-epc-basic-0: 18:26:17 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-oai-epc-0: 18:26:17 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 18:26:17 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 18:26:17 DEBUG unit.oai-epc/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:26:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 18:26:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 18:26:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 18:26:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 18:26:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-abot-epc-basic-0: 18:26:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 18:26:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 18:26:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdom4j-java_1.6.1+dfsg.3-2ubuntu1_all.deb ... unit-oai-epc-0: 18:26:18 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 18:26:18 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 18:26:18 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-oai-epc-0: 18:26:19 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:26:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 18:26:20 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: 18:26:20 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-oai-epc-0: 18:26:20 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: 18:26:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 18:26:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 18:26:20 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-oai-epc-0: 18:26:20 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:26:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 18:26:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 18:26:21 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-oai-epc-0: 18:26:21 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 18:26:21 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 18:26:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 18:26:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 18:26:21 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-oai-epc-0: 18:26:21 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 18:26:21 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 18:26:21 DEBUG unit.oai-epc/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 18:26:21 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 18:26:21 DEBUG unit.oai-epc/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 18:26:22 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-epc-0: 18:26:23 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 18:26:23 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 18:26:23 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 18:26:23 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 18:26:23 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:26:23 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 18:26:23 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 18:26:23 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 18:26:24 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 18:26:24 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 18:26:24 DEBUG unit.oai-epc/0.install + git clone https://github.com/OPENAIRINTERFACE/openair-cn /srv/openair-cn unit-oai-epc-0: 18:26:24 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 18:26:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 18:26:24 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: 18:26:24 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 18:26:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 18:26:24 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: 18:26:24 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... machine-3: 18:26:25 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 18:26:25 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 18:26:25 DEBUG juju.agent read agent config, format "2.0" machine-3: 18:26:25 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 18:26:25 DEBUG juju.worker start "engine" machine-3: 18:26:25 INFO juju.worker start "engine" machine-3: 18:26:25 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 18:26:25 DEBUG juju.worker "engine" started machine-3: 18:26:25 DEBUG juju.worker.introspection stats worker now serving machine-3: 18:26:25 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 18:26:25 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 18:26:25 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 18:26:25 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 18:26:25 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 18:26:25 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 18:26:25 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 18:26:25 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 18:26:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 18:26:25 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.apicaller connecting with old password machine-3: 18:26:25 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 18:26:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-3: 18:26:25 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-3: 18:26:25 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-3: 18:26:25 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 18:26:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 18:26:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-abot-epc-basic-0: 18:26:26 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-mysql-0: 18:26:26 DEBUG unit.mysql/0.config-changed mysql start/running, process 19065 unit-abot-epc-basic-0: 18:26:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 18:26:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-abot-epc-basic-0: 18:26:26 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... machine-3: 18:26:26 DEBUG juju.worker.apicaller connected machine-3: 18:26:26 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install Note: checking out 'v0.3.2'. unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install You are in 'detached HEAD' state. You can look around, make experimental unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install changes and commit them, and you can discard any commits you make in this unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install state without impacting any branches by performing another checkout. unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install If you want to create a new branch to retain commits you create, you may unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install do so (now or later) by using -b with the checkout command again. Example: unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install git checkout -b new_branch_name unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 18:26:26 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: 18:26:26 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 18:26:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:26:26 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-161-generic unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-mysql-0: 18:26:26 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-161-generic unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot: No such file or directory unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 18:26:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:26:26 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 18:26:26 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 18:26:27 DEBUG worker.uniter.jujuc running hook tool "status-set" machine-3: 18:26:27 DEBUG juju.worker.apicaller password changed machine-3: 18:26:27 DEBUG juju.api RPC connection died machine-3: 18:26:27 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 18:26:27 DEBUG juju.worker.apicaller connecting with current password machine-3: 18:26:27 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-3: 18:26:27 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-3: 18:26:27 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 18:26:27 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: 18:26:27 DEBUG unit.oai-epc/0.install --2018-12-03 18:26:27-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-mysql-0: 18:26:27 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-oai-epc-0: 18:26:27 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: 18:26:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 18:26:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all_2.7.12-1~16.04_amd64.deb ... unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 18:26:27 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install 0K ....... 51.6M=0s unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install 2018-12-03 18:26:27 (51.6 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install --2018-12-03 18:26:27-- 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: 18:26:27 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 18:26:27 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: 18:26:27 DEBUG unit.oai-epc/0.install unit-mysql-0: 18:26:27 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 183K 6s unit-oai-epc-0: 18:26:27 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 36.5M 3s unit-abot-epc-basic-0: 18:26:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 18:26:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 367K 3s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 33.6M 2s unit-abot-epc-basic-0: 18:26:28 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.4) ... machine-3: 18:26:28 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 372K 2s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 2.86M 2s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 23.1M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 47.2M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 33.4M 1s machine-3: 18:26:28 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 785K 1s machine-3: 18:26:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 18:26:28 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 18:26:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 18:26:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 18:26:28 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 951K 1s machine-3: 18:26:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 3.17M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 26.0M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 34.8M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 38.6M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 59.0M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 54.5M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 70.5M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 72.2M 0s machine-3: 18:26:28 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 3.28M 0s machine-3: 18:26:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:26:28 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 18:26:28 INFO juju.worker.upgrader unblocking abort check machine-3: 18:26:28 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 18:26:28 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 509K 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 47.7M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 77.4M=0.8s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2018-12-03 18:26:28 (1.34 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: 18:26:28 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install --2018-12-03 18:26:28-- 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: 18:26:28 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 18:26:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 18:26:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-dev_2.7.12-1~16.04_amd64.deb ... machine-3: 18:26:28 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 18:26:28 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 18:26:28 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 18:26:28 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: 18:26:28 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 10.8M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 71.5M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 73.9M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 101M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 68.2M 0s machine-3: 18:26:28 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 38.7M 0s machine-3: 18:26:28 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 18:26:28 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 18:26:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.logger logger setup machine-3: 18:26:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 27.9M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 42.3M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 70.1M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 57.8M 0s machine-3: 18:26:28 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 84.2M 0s machine-3: 18:26:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 18:26:28 DEBUG juju.worker.fanconfigurer Processing new fan config unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 71.5M 0s machine-3: 18:26:28 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 70.4M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 60.2M 0s machine-3: 18:26:28 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 75.5M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 70.1M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 169M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 93.0M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 236M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 593M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 388M 0s machine-3: 18:26:28 INFO juju.util.exec run result: exit status 127 machine-3: 18:26:28 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec169090385/script.sh: line 1: fanatic: command not found 127 machine-3: 18:26:28 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 18:26:28 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: 18:26:28 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 18:26:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 18:26:28 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 18:26:28 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 18:26:28 INFO juju.util.exec run result: exit status 127 machine-3: 18:26:28 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec060815787/script.sh: line 1: fanatic: command not found 127 machine-3: 18:26:28 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 537M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 416K 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 8.65M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 29.8M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 50.5M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 51.8M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 91.0M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 68.6M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 61.8M 1s machine-3: 18:26:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 77.8M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 73.9M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 95.5M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 65.5M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 52.5M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 90.6M 1s machine-3: 18:26:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 59.2M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 69.4M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 72.8M 1s machine-3: 18:26:28 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 63.5M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 86.8M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 84.0M 1s machine-3: 18:26:28 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} machine-3: 18:26:28 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 18:26:28 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 18:26:28 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 unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 67.2M 1s machine-3: 18:26:28 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 18:26:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 73.1M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 88.7M 1s machine-3: 18:26:28 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 18:26:28 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 18:26:28 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 64.0M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 68.3M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 77.3M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 78.1M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 75.4M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 64.4M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 71.7M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 89.9M 1s machine-3: 18:26:28 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 18:26:28 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 18:26:28 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 18:26:28 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 18:26:28 DEBUG juju.network including address local-cloud:192.168.121.17 for machine machine-3: 18:26:28 DEBUG juju.network including address local-machine:::1 for machine machine-3: 18:26:28 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] machine-3: 18:26:28 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] machine-3: 18:26:28 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 18:26:28 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 18:26:28 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 18:26:28 DEBUG juju.network including address public:172.30.9.205 for machine machine-3: 18:26:28 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-3: 18:26:28 DEBUG juju.network including address local-fan:252.12.0.1 for machine machine-3: 18:26:28 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 18:26:28 DEBUG juju.network including address local-machine:::1 for machine machine-3: 18:26:28 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 18:26:28 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 80.4M 1s machine-3: 18:26:28 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 84.5M 1s machine-3: 18:26:28 DEBUG juju.worker.reboot Reboot worker got action: noop unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 75.0M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 75.9M 1s machine-3: 18:26:28 DEBUG juju.service discovered init system "upstart" from series "trusty" unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 113M 1s machine-3: 18:26:28 INFO juju.worker.deployer checking unit "oai-hss/0" unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 68.9M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 166M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 143M 1s machine-3: 18:26:28 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 18:26:28 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 18:26:28 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 18:26:28 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 18:26:28 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 481K 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 68.5M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 78.3M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 81.2M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 18.1M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 72.6M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 22.9M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 91.0M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 89.6M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 67.4M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 72.4M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 71.1M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 70.1M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 62.1M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 82.1M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 76.8M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 49.9M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 65.3M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 53.5M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 54.7M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 77.2M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 76.9M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 84.1M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 82.2M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 80.1M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 68.1M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 130M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 387M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 302M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 328M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 369M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 72.7M 1s machine-3: 18:26:28 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-3: 18:26:28 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-3: 18:26:28 DEBUG juju.api RPC connection died machine-3: 18:26:28 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 18:26:28 DEBUG juju.worker killing runner 0xc4200b0c30 machine-3: 18:26:28 INFO juju.worker runner is dying machine-3: 18:26:28 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 49.0M 1s machine-3: 18:26:28 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-3: 18:26:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-3: 18:26:28 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-3: 18:26:28 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: 18:26:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-3: 18:26:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-3: 18:26:28 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 18:26:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-3: 18:26:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-3: 18:26:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-3: 18:26:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-3: 18:26:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-3: 18:26:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: setting machine addresses: connection is shut down machine-3: 18:26:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-3: 18:26:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-3: 18:26:28 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-3: 18:26:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 18:26:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 18:26:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 18:26:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 50.7M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 53.6M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 41.9M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 53.9M 1s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 71.7M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 61.6M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 53.3M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 83.3M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 139M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 353M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 250M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 389M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 297M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 280M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 298M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 306M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 99.3M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 46.3M 0s machine-3: 18:26:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 42.0M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 54.5M 0s machine-3: 18:26:28 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 51.6M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 48.9M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 65.8M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 77.5M 0s unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 80.4M 0s machine-3: 18:26:28 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:26:28 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 75.0M 0s machine-3: 18:26:28 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 18:26:28 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 18:26:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 18:26:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.apicaller connecting with current password machine-3: 18:26:29 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-3: 18:26:29 INFO juju.api connection established to "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-3: 18:26:29 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 518K 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 5.99M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 54.6M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 46.6M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 70.9M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 95.6M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 58.3M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 73.4M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 90.4M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 52.6M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 60.3M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 64.9M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 113M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 71.8M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 85.5M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 66.9M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 103M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 64.8M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 67.6M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 75.9M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 77.0M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 63.0M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 101M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 90.2M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 69.4M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 86.2M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 72.8M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 118M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 93.1M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 71.9M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 85.8M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 108M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 93.9M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 71.0M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 82.9M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 69.8M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 76.5M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 71.6M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 86.6M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 76.1M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 76.2M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 70.0M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 72.0M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 65.6M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 79.2M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 55.3M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 111M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 146M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 549M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 317M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 589M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 420M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 356M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 69.1M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 46.8M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 53.8M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 69.5M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 80.7M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 531K 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 71.7M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 63.0M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 7.85M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 8.63M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 50.3M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 56.1M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 85.1M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 68.2M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 64.7M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 140M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 83.9M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 48.0M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 58.7M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 66.8M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 73.5M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 65.6M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 89.2M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 99.5M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 75.4M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 58.7M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 81.3M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 68.0M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 77.9M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 89.9M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 66.9M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 78.9M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 122M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 57.2M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 70.7M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 68.4M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 77.4M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 95.9M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 122M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 73.5M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 75.1M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 67.5M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 76.3M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 84.1M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 76.7M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 51.7M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 82.7M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 216M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 546M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 458M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 470M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 49.0M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 54.8M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 55.1M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 45.3M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 105M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 175M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 448M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 119M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 53.1M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 51.9M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 80.5M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 66.7M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 161M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 135M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 562K 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 78.2M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 65.5M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 8.16M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 84.6M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 8.49M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 47.1M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 10.1M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 67.8M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 92.1M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 153M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 68.5M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 59.2M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 97.3M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 138M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 338M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 406M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 57.2M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 46.8M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 50.1M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 56.8M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 117M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 88.6M 0s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 97.2M=0.7s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2018-12-03 18:26:29 (17.9 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: 18:26:29 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install --2018-12-03 18:26:29-- 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: 18:26:29 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 18:26:29 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: 18:26:29 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 80.0M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 149M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 45.8M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 51.0M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 110M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 43.6M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 75.5M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 158M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 76.0M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 70.3M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 96.3M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 88.9M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 80.4M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 77.1M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 79.1M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 78.7M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 123M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 67.9M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 91.9M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 108M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 79.9M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 88.0M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 54.7M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 250M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 418M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 101M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 46.2M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 65.6M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 87.8M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 113M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 93.7M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 92.6M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 74.9M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 148M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 58.1M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 80.3M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 154M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 304M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 192M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 46.0M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 53.2M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 216M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 361M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 195M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 45.8M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 78.2M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 55.2M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 97.6M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 77.8M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 87.5M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 88.8M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 170M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 419M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 58.9M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 54.9M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 60.6M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 125M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 105M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 55.3M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 115M 1s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 81.4M 1s machine-3: 18:26:29 DEBUG juju.worker.apicaller connected unit-mysql-0: 18:26:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 18:26:29 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 18:26:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 18:26:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all-dev_2.7.12-1~16.04_amd64.deb ... unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 479K 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 52.4M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 104M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 79.7M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 70.5M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 48.0M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 63.8M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 50.9M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 58.5M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 93.7M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 69.1M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 86.0M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 113M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 52.8M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 84.4M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 70.7M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 84.5M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 55.8M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 83.5M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 121M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 25.9M 2s unit-abot-epc-basic-0: 18:26:29 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 73.6M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 103M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 45.0M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 92.8M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 69.4M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 145M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 74.9M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 51.7M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 114M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 105M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 70.9M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 79.8M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 168M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 53.7M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 65.1M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 56.2M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 71.1M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 65.9M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 98.8M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 68.6M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 71.8M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 348K 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 104M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 152M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 123M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 202M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 162M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 448M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 397M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 600M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 538M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 630M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 552M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 622M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 639M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 640M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 537M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 483M 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 616M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 608M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 493M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 641M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 615M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 659M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 555M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 635M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 618M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 556M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 552M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 565M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 642M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 637M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 533M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 651M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 37.1M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 74.7M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 65.5M 2s machine-3: 18:26:29 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 77.5M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 78.0M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 78.8M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 67.0M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 73.3M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 71.8M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 76.8M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 65.7M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 78.8M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 75.6M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 110M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 106M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 166M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 159M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 147M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 114M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 91.2M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 178M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 602M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 484M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 540M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 616M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 622M 2s machine-3: 18:26:29 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 18:26:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 18:26:29 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 18:26:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 18:26:29 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 18:26:29 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 18:26:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 18:26:29 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 18:26:29 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 18:26:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 18:26:29 DEBUG juju.worker.logger logger setup machine-3: 18:26:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 18:26:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 18:26:29 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 18:26:29 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 18:26:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 18:26:29 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 18:26:29 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 18:26:29 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 18:26:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 18:26:29 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 18:26:29 INFO juju.util.exec run result: exit status 127 machine-3: 18:26:29 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec397543951/script.sh: line 1: fanatic: command not found 127 machine-3: 18:26:29 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 18:26:29 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 18:26:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 18:26:29 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 18:26:29 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 18:26:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 18:26:29 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 18:26:29 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 18:26:29 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 18:26:29 DEBUG juju.network including address public:172.30.9.205 for machine machine-3: 18:26:29 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-3: 18:26:29 DEBUG juju.network including address local-fan:252.12.0.1 for machine machine-3: 18:26:29 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 18:26:29 DEBUG juju.network including address local-machine:::1 for machine machine-3: 18:26:29 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 18:26:29 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 18:26:29 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] machine-3: 18:26:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 18:26:29 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 18:26:29 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 18:26:29 INFO juju.util.exec run result: exit status 127 machine-3: 18:26:29 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec954389412/script.sh: line 1: fanatic: command not found 127 machine-3: 18:26:29 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 18:26:29 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: 18:26:29 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 420K 3s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 44.1M 2s machine-3: 18:26:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 18:26:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 18:26:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 18:26:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 51.3M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 52.5M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 55.6M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 77.1M 2s machine-3: 18:26:29 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 18:26:29 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 18:26:29 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 73.7M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 54.2M 2s machine-3: 18:26:29 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} machine-3: 18:26:29 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-3: 18:26:29 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 18:26:29 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: 18:26:29 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: 18:26:29 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 41.2M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 78.5M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 88.7M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 60.8M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 53.0M 2s machine-3: 18:26:29 DEBUG juju.worker.dependency "machiner" manifold worker started unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 56.9M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 64.7M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 34.3M 2s machine-3: 18:26:29 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 18:26:29 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 18:26:29 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 18:26:29 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 18:26:29 DEBUG juju.network including address local-cloud:192.168.121.17 for machine machine-3: 18:26:29 DEBUG juju.network including address local-machine:::1 for machine machine-3: 18:26:29 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] machine-3: 18:26:29 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 50.7M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 57.4M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 44.5M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 37.6M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 53.0M 2s machine-3: 18:26:29 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 51.2M 2s machine-3: 18:26:29 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 18:26:29 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 18:26:29 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 57.1M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 57.5M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 60.2M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 55.5M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 74.1M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 41.9M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 32.5M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 160M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 152M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 10.3M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 374M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 459M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 406M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 407M 2s unit-oai-epc-0: 18:26:29 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 464M 2s machine-3: 18:26:29 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 476K 3s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 94.4M 3s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 99.6M 3s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 70.1M 3s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 87.7M 3s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 79.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 128M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 77.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 48.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 47.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 54.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 53.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 51.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 47.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 55.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 48.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 43.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 52.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 57.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 47.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 45.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 48.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 55.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 46.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 47.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 47.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 49.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 69.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 54.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 202M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 480M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 373M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 303M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 382M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 386M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 360M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 341M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 399M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 352M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 401M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 304M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 369M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 341M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 246M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 232M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 276M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 252M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 276M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 34.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 53.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 72.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 75.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 63.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 71.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 480K 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 40.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 42.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 41.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 46.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 42.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 38.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 44.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 44.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 43.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 37.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 62.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 51.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 49.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 44.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 46.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 44.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 48.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 40.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 49.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 52.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 50.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 46.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 46.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 54.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 51.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 32.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 24.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 41.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 43.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 78.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 92.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 79.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 111M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 65.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 86.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 114M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 79.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 65.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 107M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 115M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 68.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 85.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 96.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 96.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 139M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 61.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 102M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 101M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 98.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 144M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 427M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 419M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 538K 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 42.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 46.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 39.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 40.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 42.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 39.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 39.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 48.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 51.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 121M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 276M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 334M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 257M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 381M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 271M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 294M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 262M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 251M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 222M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 346M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 44.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 46.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 40.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 52.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 53.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 45.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 54.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 65.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 53.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 49.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 37.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 53.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 48.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 48.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 47.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 57.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 46.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 49.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 48.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 53.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 66.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 67.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 58.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 1.35M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 43.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 53.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 42.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 49.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 38.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 53.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 56.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 55.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 51.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 55.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 54.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 68.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 96.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 70.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 98.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 92.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 866K 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 52.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 45.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 54.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 57.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 49.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 52.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 49.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 61.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 52.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 46.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 49.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 54.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 56.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 43.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 49.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 51.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 51.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 54.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 55.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 50.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 66.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 152M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 439M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 382M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 424M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 361M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 440M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 440M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 449M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 367M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 433M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 15.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 60.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 48.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 40.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 47.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 46.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 59.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 63.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 67.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 1.45M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 45.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 47.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 39.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 47.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 54.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 46.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 42.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 55.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 47.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 53.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 50.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 68.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 67.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 107M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 63.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 883K 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 42.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 45.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 56.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 76.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 17.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 44.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 45.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 49.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 56.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 47.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 48.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 45.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 39.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 45.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 62.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 55.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 88.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 268M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 295M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 289M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 217M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 316M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 252M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 235M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 192M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 87.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 12.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 47.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 45.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 48.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 47.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 43.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 52.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 67.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 70.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 62.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 1.46M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 52.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 55.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 41.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 46.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 42.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 50.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 44.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 42.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 36.2M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 44.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 41.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 56.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 64.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 64.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 61.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 68.3M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 67.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 68.4M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 59.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 955K 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 36.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 42.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 48.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 56.6M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 82.0M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 99.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 154M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 26.7M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 39.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 84.5M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 118M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 11.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 64.1M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 52.9M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 43.8M 2s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 61.7M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 64.4M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 48.0M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 51.0M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 48.9M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 55.6M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 121M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 213M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 324M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 317M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 291M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 243M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 46.8M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 50.5M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 50.8M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 44.1M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 51.0M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 51.8M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 49.6M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 45.8M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 61.2M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 69.8M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 65.2M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 1.48M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 47.4M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 58.7M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 12.8M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 49.4M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 44.7M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 49.5M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 39.8M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 51.0M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 47.0M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 45.2M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 70.6M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 86.3M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 112M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 92.8M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 93.3M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 94.4M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 917K 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 36.5M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 53.1M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 51.0M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 57.7M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 50.1M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 61.5M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 50.2M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 59.5M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 51.5M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 76.9M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 143M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 85.7M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 160M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 427M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 26.2M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 54.6M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 8.83M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 22.6M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 32.9M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 43.0M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 56.6M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 53.4M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 39.8M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 55.3M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 53.8M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 118M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 210M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 361M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 329M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 341M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 226M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 240M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 246M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 231M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 260M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 319M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 367M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 262M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 209M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 38.9M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 71.4M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 1.48M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 48.5M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 65.2M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 67.1M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 15.2M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 10.1M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 51.9M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 42.8M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 46.0M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 47.9M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 45.2M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 60.2M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 70.5M 1s unit-oai-epc-0: 18:26:30 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 70.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 965K 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 38.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 53.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 44.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 48.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 39.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 47.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 46.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 45.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 42.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 59.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 66.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 69.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 58.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 53.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 50.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 51.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 40.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 67.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 66.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 70.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 52.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 54.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 10.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 51.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 43.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 64.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 46.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 47.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 48.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 48.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 58.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 48.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 41.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 55.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 65.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 136M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 259M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 273M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 240M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 258M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 242M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 233M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 277M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 249M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 67.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 1.72M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 47.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 44.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 65.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 13.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 62.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 12.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 866K 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 51.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 51.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 39.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 42.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 48.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 49.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 39.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 47.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 45.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 49.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 34.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 32.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 28.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 46.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 46.1M 1s machine-3: 18:26:31 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 18:26:31 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 49.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 94.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 103M 1s machine-3: 18:26:31 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 67.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 47.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 59.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 62.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 84.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 83.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 85.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 164M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 303M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 348M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 340M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 288M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 82.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 8.90M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 42.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 48.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 43.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 48.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 39.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 47.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 51.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 47.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 40.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 44.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 50.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 43.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 51.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 82.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 83.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 95.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 83.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 104M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 96.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 106M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 81.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 2.52M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 46.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 49.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 14.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 50.2M 1s unit-abot-epc-basic-0: 18:26:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 11.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 37.7M 1s unit-abot-epc-basic-0: 18:26:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 880K 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 8.74M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 45.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 49.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 52.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 54.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 50.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 57.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 59.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 56.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 67.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 68.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 71.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 52.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 58.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 47.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 60.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 55.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 82.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 84.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 53.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 44.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 58.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 73.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 35.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 48.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 44.4M 1s machine-3: 18:26:31 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 18:26:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 36.6M 1s machine-3: 18:26:31 INFO juju.worker.deployer deploying unit "oai-hss/0" unit-abot-epc-basic-0: 18:26:31 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 352K 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 50.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 68.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 88.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 80.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 92.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 77.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 204M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 420M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 359M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 382M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 421M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 413M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 379M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 436M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 429M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 430M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 374M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 402M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 428M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 442M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 356M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 430M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 412M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 418M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 373M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 427M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 408M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 424M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 373M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 439M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 415M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 445M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 374M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 429M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 415M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 413M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 368M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 48.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 75.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 71.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 66.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 74.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 71.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 74.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 66.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 74.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 73.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 74.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 64.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 70.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 74.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 75.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 64.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 71.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 73.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 72.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 65.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 69.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 69.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 70.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 429K 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 60.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 59.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 49.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 42.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 51.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 50.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 51.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 44.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 47.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 55.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 50.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 42.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 50.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 52.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 51.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 46.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 50.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 59.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 52.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 53.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 68.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 64.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 59.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 58.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 83.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 83.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 102M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 84.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 94.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 98.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 159M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 88.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 81.4M 1s machine-3: 18:26:31 DEBUG juju.worker start "3-container-watcher" machine-3: 18:26:31 DEBUG juju.worker start "stateconverter" machine-3: 18:26:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 18:26:31 INFO juju.worker start "3-container-watcher" machine-3: 18:26:31 DEBUG juju.worker "3-container-watcher" started machine-3: 18:26:31 INFO juju.worker start "stateconverter" machine-3: 18:26:31 DEBUG juju.worker "stateconverter" started machine-3: 18:26:31 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 466K 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 42.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 54.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 59.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 47.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 45.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 57.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 51.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 59.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 48.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 60.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 50.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 45.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 65.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 249M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 260M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 232M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 202M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 41.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 46.8M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 45.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 41.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 43.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 44.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 44.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 40.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 46.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 50.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 54.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 41.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 52.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 48.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 62.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 63.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 68.4M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 69.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 88.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 77.6M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 81.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 102M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 156M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 76.1M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 98.7M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 105M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 88.5M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 93.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 110M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 91.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 113M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 81.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 99.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 91.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 96.0M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 107M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 83.6M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 523K 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 48.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 44.9M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 58.3M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 51.2M 1s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 57.1M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 53.1M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 51.7M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 57.9M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 51.2M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 43.0M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 55.2M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 64.4M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 71.0M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 51.9M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 70.9M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 60.4M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 81.0M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 54.2M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 52.6M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 61.6M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 60.2M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 48.7M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 56.8M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 52.9M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 57.7M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 52.4M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 131M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 358M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 278M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 244M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 416M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 277M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 299M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 210M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 385M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 296M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 393M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 221M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 278M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 67.2M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 58.4M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 49.7M 0s unit-oai-epc-0: 18:26:31 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 57.9M 0s machine-3: 18:26:31 DEBUG juju.service discovered init system "upstart" from local host machine-3: 18:26:31 DEBUG juju.worker.deployer API addresses: ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 466K 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 48.5M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 49.4M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 49.2M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 59.2M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 53.1M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 47.3M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 47.8M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 47.6M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 49.3M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 47.7M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 42.5M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 57.3M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 46.7M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 49.7M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 47.4M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 51.2M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 53.0M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 54.5M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 51.0M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 56.4M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 51.2M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 48.4M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 47.5M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 54.6M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 51.1M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 53.8M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 47.6M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 53.0M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 48.6M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 46.2M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 50.6M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 56.0M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 48.5M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 50.9M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 40.5M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 42.0M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 43.2M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 54.1M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 42.7M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 64.7M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 73.2M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 96.2M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 44.9M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 84.7M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 84.2M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 172M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 89.0M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 241M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 184M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 118M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 128M 0s machine-3: 18:26:32 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-hss-0 Conf:{Desc:juju unit agent for oai-hss/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-hss-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-hss/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-hss-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-hss-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-hss/0 --debug]}}} unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 386K 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 169M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 98.7M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 240M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 110M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 96.6M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 143M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 218M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 513M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 440M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 615M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 622M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 522M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 634M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 618M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 618M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 535M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 611M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 604M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 621M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 540M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 536M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 620M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 633M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 536M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 634M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 617M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 629M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 541M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 629M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 650M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 551M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 104M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 687M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 653M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 697M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 527M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 658M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 689M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 681M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 572M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 595M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 679M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 636M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 586M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 685M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 665M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 35.9M 0s unit-oai-hss-0: 18:26:32 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 18:26:32 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: 18:26:32 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 18:26:32 DEBUG juju.worker start "api" unit-oai-hss-0: 18:26:32 INFO juju.worker start "api" unit-oai-hss-0: 18:26:32 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 18:26:32 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 18:26:32 DEBUG juju.worker "api" started unit-oai-hss-0: 18:26:32 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 545K 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 56.4M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 42.8M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 42.7M 0s unit-oai-hss-0: 18:26:32 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 18:26:32 INFO juju.worker.machiner "machine-3" started unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 1.40M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 28.6M 0s unit-abot-epc-basic-0: 18:26:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 53.0M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 44.9M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 47.0M 0s machine-3: 18:26:32 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 52.1M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 48.5M 0s unit-abot-epc-basic-0: 18:26:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-oai-hss-0: 18:26:32 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 41.9M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 54.3M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 48.3M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 48.5M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 44.2M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 53.8M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 46.4M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 45.5M 0s unit-oai-hss-0: 18:26:32 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-hss-0: 18:26:32 INFO juju.api connection established to "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 40.7M 0s unit-oai-hss-0: 18:26:32 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 50.1M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 51.4M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 48.4M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 41.7M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 46.7M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 44.0M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 56.0M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 64.8M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 67.6M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 70.6M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 45.3M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 74.1M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 78.0M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 74.2M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 81.3M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 73.0M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 83.6M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 94.2M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 106M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 136M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 163M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 150M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 89.2M 0s unit-abot-epc-basic-0: 18:26:32 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 758K 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 55.4M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 44.2M 0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 53750K ...... 100% 41.0M=3.0s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install 2018-12-03 18:26:32 (17.8 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: 18:26:32 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install FINISHED --2018-12-03 18:26:32-- unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install Total wall clock time: 5.2s unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 4.5s (14.8 MB/s) unit-oai-epc-0: 18:26:32 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 unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install (Reading database ... 79245 files and directories currently installed.) unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-epc-0: 18:26:32 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-mysql-0: 18:26:32 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-abot-epc-basic-0: 18:26:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 18:26:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 18:26:32 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-oai-hss-0: 18:26:33 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 18:26:33 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 18:26:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 18:26:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-oai-hss-0: 18:26:33 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 18:26:33 DEBUG juju.api RPC connection died unit-oai-hss-0: 18:26:33 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-hss-0: 18:26:33 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 18:26:33 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-oai-hss-0: 18:26:33 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-hss-0: 18:26:33 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-hss-0: 18:26:33 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-3: 18:26:33 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:1d:e1:0b 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.17 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:1d:e1:0b 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: 18:26:33 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 18:26:34 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 18:26:34 DEBUG unit.mysql/0.config-changed mysql start/running, process 19189 unit-mysql-0: 18:26:34 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 18:26:34 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 18:26:34 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-epc-0: 18:26:34 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-oai-hss-0: 18:26:34 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 18:26:34 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 18:26:34 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-mysql-0: 18:26:34 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 18:26:34 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 18:26:35 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 18:26:35 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 18:26:35 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 18:26:35 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 18:26:35 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: 18:26:35 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 18:26:35 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 18:26:35 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 18:26:35 DEBUG juju.network including address public:172.30.9.205 for machine unit-oai-hss-0: 18:26:35 DEBUG juju.network including address local-cloud:192.168.121.12 for machine unit-oai-hss-0: 18:26:35 DEBUG juju.network including address local-fan:252.12.0.1 for machine unit-oai-hss-0: 18:26:35 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 18:26:35 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 18:26:35 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 18:26:35 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 18:26:35 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] unit-oai-hss-0: 18:26:35 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-hss-0: 18:26:35 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-hss-0: 18:26:35 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-hss-0: 18:26:35 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 18:26:35 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-mysql-0: 18:26:35 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 18:26:35 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 18:26:35 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 18:26:35 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-mysql-0: 18:26:35 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-mysql-0: 18:26:35 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 18:26:35 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 18:26:35 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 18:26:35 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 18:26:35 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 18:26:35 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 18:26:35 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 18:26:35 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 18:26:35 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 18:26:35 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 18:26:35 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 18:26:35 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-hss-0: 18:26:35 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 18:26:35 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 18:26:35 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 18:26:35 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 18:26:35 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 18:26:35 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 18:26:35 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 18:26:35 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 18:26:35 DEBUG httpbakery client do GET https://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 18:26:35 DEBUG httpbakery } -> error unit-oai-hss-0: 18:26:35 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 18:26:35 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-oai-hss-0: 18:26:36 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 18:26:36 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-hss-0: 18:26:36 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-oai-hss-0: 18:26:37 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-hss-0: 18:26:37 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 18:26:37 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 18:26:37 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 18:26:37 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 18:26:37 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 18:26:37 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 18:26:37 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 18:26:37 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 18:26:37 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 18:26:37 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 18:26:37 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 18:26:37 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 18:26:37 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 18:26:37 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 18:26:37 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 18:26:37 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 18:26:37 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 18:26:37 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 18:26:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install ++ config-get branch unit-abot-epc-basic-0: 18:26:38 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 18:26:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + branch=v0.3.2 unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 18:26:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + echo v0.3.2 unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 18:26:38 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-mysql-0: 18:26:38 DEBUG unit.mysql/0.start mysql stop/waiting unit-oai-hss-0: 18:26:38 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 18:26:39 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 18:26:39 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: 18:26:39 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-abot-epc-basic-0: 18:26:39 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 18:26:39 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-oai-epc-0: 18:26:39 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-epc-0: 18:26: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-oai-epc-0: 18:26:39 DEBUG unit.oai-epc/0.install Done. unit-abot-epc-basic-0: 18:26:39 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-oai-epc-0: 18:26:39 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install Need to get 3459 kB of archives. unit-oai-hss-0: 18:26:39 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 18:26:39 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-oai-hss-0: 18:26:40 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.10 [700 kB] unit-abot-epc-basic-0: 18:26:40 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 18:26:40 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 18:26:40 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 18:26:40 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 18:26:40 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-mysql-0: 18:26:40 DEBUG unit.mysql/0.start mysql start/running, process 19300 unit-oai-hss-0: 18:26:40 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.10 [2737 kB] unit-mysql-0: 18:26:40 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 18:26:41 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-oai-hss-0: 18:26:41 DEBUG unit.oai-hss/0.install Fetched 3459 kB in 1s (1874 kB/s) unit-mysql-0: 18:26:42 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 18:26:42 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-oai-hss-0: 18:26:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-hss-0: 18:26:42 DEBUG unit.oai-hss/0.install (Reading database ... 78219 files and directories currently installed.) unit-oai-hss-0: 18:26:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-abot-epc-basic-0: 18:26:42 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-mysql-0: 18:26:42 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 18:26:42 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-mysql-0: 18:26:42 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-mysql-0: 18:26:42 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 18:26:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 18:26:42 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 18:26:42 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-abot-epc-basic-0: 18:26:42 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 18:26:42 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-mysql-0: 18:26:42 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-mysql-0: 18:26:42 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 18:26:42 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-oai-hss-0: 18:26:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 18:26:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.10_all.deb ... unit-oai-hss-0: 18:26:42 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 18:26:42 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-oai-hss-0: 18:26:43 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{0}] []}} unit-mysql-0: 18:26:43 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 18:26:43 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-mysql-0: 18:26:43 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 18:26:43 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-oai-hss-0: 18:26:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-hss-0: 18:26:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.10_amd64.deb ... unit-oai-hss-0: 18:26:44 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 18:26:44 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 18:26:44 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 18:26:45 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-oai-hss-0: 18:26:45 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:26:46 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 18:26:46 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 18:26:47 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils-java (1:1.5.15-4+deb8u1build0.16.04.1) ... unit-abot-epc-basic-0: 18:26:48 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-oai-hss-0: 18:26:48 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 18:26:48 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-oai-hss-0: 18:26:48 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 18:26:48 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-oai-epc-0: 18:26:48 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 18:26:48 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 18:26:48 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 18:26:48 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-oai-epc-0: 18:26:48 DEBUG unit.oai-epc/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 18:26:48 DEBUG unit.oai-epc/0.install Running depmod. unit-abot-epc-basic-0: 18:26:48 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-oai-epc-0: 18:26:49 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-oai-epc-0: 18:26:49 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-epc-0: 18:26: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: 18:26: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: 18:26:49 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 18:26:49 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 18:26:50 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install virt-what unit-abot-epc-basic-0: 18:26:50 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-abot-epc-basic-0: 18:26:50 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 18:26:50 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 18:26:50 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: 18:26:50 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-oai-hss-0: 18:26:51 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (23.8 kB/s) unit-abot-epc-basic-0: 18:26:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-oai-hss-0: 18:26:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 18:26:51 DEBUG unit.oai-hss/0.install (Reading database ... 78969 files and directories currently installed.) unit-oai-hss-0: 18:26:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-hss-0: 18:26:51 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 18:26:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 18:26:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-oai-hss-0: 18:26:51 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:26:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 18:26:51 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 18:26:52 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-oai-hss-0: 18:26:52 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 18:26:52 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 18:26:52 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 18:26:52 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 18:26:52 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 18:26:52 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: 18:26:53 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-oai-hss-0: 18:26:53 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 18:26:53 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 18:26:53 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 18:26:53 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 18:26:53 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 18:26:53 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-oai-hss-0: 18:26:53 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 18:26:53 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:26:53 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: 18:26:53 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:26:53 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 18:26:54 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1+deb9u1build0.16.04.1) ... unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 18:26:54 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 18:26:54 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install Need to get 3781 kB of archives. unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] unit-abot-epc-basic-0: 18:26:54 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-oai-hss-0: 18:26:54 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB] unit-abot-epc-basic-0: 18:26:54 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 18:26:55 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 18:26:55 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-oai-hss-0: 18:26:55 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-abot-epc-basic-0: 18:26:55 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 18:26:55 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 18:26:55 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-oai-epc-0: 18:26:55 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: 18:26:55 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: 18:26:55 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-hss-0: 18:26:56 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-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-oai-hss-0: 18:26:56 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-abot-epc-basic-0: 18:26:56 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-163-generic unit-oai-hss-0: 18:26:56 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.62-0ubuntu0.14.04.1 [707 kB] unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-161-generic unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 18:26:56 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-oai-epc-0: 18:26:56 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-hss-0: 18:26:56 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.62-0ubuntu0.14.04.1 [1459 kB] unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-abot-epc-basic-0: 18:26:56 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-163-generic unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-163-generic unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-161-generic unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-161-generic unit-abot-epc-basic-0: 18:26:56 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-oai-epc-0: 18:26:56 DEBUG unit.oai-epc/0.install done unit-abot-epc-basic-0: 18:26:57 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-oai-epc-0: 18:26:57 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 18:26:57 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.62-0ubuntu0.14.04.1 [10.8 kB] unit-abot-epc-basic-0: 18:26:57 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-oai-hss-0: 18:26:57 DEBUG unit.oai-hss/0.install Fetched 3781 kB in 2s (1288 kB/s) unit-oai-epc-0: 18:26:57 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 18:26:57 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-oai-epc-0: 18:26:57 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 18:26:57 INFO juju.worker.uniter.context trying to kill context process 10298 unit-oai-epc-0: 18:26:57 INFO juju.worker.uniter.context waiting for context process 10298 to die unit-oai-hss-0: 18:26:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 18:26:57 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-oai-hss-0: 18:26:57 DEBUG unit.oai-hss/0.install (Reading database ... 78976 files and directories currently installed.) unit-oai-hss-0: 18:26:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 18:26:57 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 18:26:57 INFO juju.worker.uniter.context assuming already killed unit-oai-epc-0: 18:26:57 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-hss-0: 18:26:57 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:26:58 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-oai-epc-0: 18:26:58 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 18:26:58 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 18:26:58 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 18:26:58 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 18:26:58 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 18:26:58 DEBUG juju.worker.uniter juju-run listener stopped unit-abot-epc-basic-0: 18:26:58 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-oai-hss-0: 18:26:58 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 18:26:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... machine-2: 18:26:58 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 18:26:58 DEBUG juju.machinelock acquire machine lock for reboot (reboot) machine-2: 18:26:58 DEBUG juju.machinelock machine lock acquired for reboot (reboot) machine-2: 18:26:58 DEBUG juju.worker.reboot machine lock will not be released manually machine-2: 18:26:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot machine-2: 18:26:58 DEBUG juju.worker killing runner 0xc42069ca90 unit-oai-hss-0: 18:26:58 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:26:58 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 18:26:59 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 18:26:59 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-oai-hss-0: 18:26:59 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 18:26:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-hss-0: 18:26:59 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 18:27:00 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 18:27:00 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-oai-hss-0: 18:27:00 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 18:27:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:27:00 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-oai-hss-0: 18:27:01 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:27:01 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-oai-hss-0: 18:27:02 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 18:27:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-hss-0: 18:27:02 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 18:27:02 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: 18:27:02 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-oai-hss-0: 18:27:02 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 18:27:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 18:27:02 DEBUG unit.oai-hss/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:27:02 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 18:27:02 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-oai-hss-0: 18:27:02 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 18:27:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 18:27:02 DEBUG unit.oai-hss/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:27:03 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 18:27:03 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 18:27:03 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 18:27:04 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 18:27:04 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 18:27:04 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 18:27:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 18:27:04 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 18:27:04 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 18:27:04 DEBUG unit.oai-hss/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 18:27:05 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 18:27:05 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 18:27:06 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-hss-0: 18:27:06 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 18:27:06 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-hss-0: 18:27:07 DEBUG unit.oai-hss/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 18:27:07 DEBUG unit.oai-hss/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 18:27:07 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 18:27:07 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 18:27:08 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:08 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: 18:27:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:27:08 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:27:09 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 18:27:09 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:27:09 DEBUG unit.oai-hss/0.install + clone_repo unit-oai-hss-0: 18:27:09 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 18:27:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:27:09 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 18:27:09 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 18:27:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 18:27:09 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 18:27:09 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 18:27:09 DEBUG unit.oai-hss/0.install + git clone https://github.com/OPENAIRINTERFACE/openair-cn /srv/openair-cn unit-oai-hss-0: 18:27:09 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-oai-hss-0: 18:27:11 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 18:27:11 DEBUG unit.oai-hss/0.install + git checkout v0.3.2 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install Note: checking out 'v0.3.2'. unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install You are in 'detached HEAD' state. You can look around, make experimental unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install changes and commit them, and you can discard any commits you make in this unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install state without impacting any branches by performing another checkout. unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install If you want to create a new branch to retain commits you create, you may unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install do so (now or later) by using -b with the checkout command again. Example: unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install git checkout -b new_branch_name unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 18:27:12 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: 18:27:12 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 18:27:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:27:12 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-161-generic unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-161-generic unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 18:27:12 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: 18:27:12 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 18:27:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:27:12 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 18:27:12 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 18:27:12 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: 18:27:12 DEBUG unit.oai-hss/0.install --2018-12-03 18:27:12-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install 0K ....... 60.5M=0s unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install 2018-12-03 18:27:12 (60.5 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:12 DEBUG unit.oai-hss/0.install --2018-12-03 18:27:12-- 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: 18:27:12 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 18:27:13 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: 18:27:13 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 364K 3s unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 364K 3s unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 368K 3s unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 37.0M 2s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 35.0M 1s unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 373K 2s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 35.6M 1s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 30.9M 1s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 50.6M 1s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 48.7M 1s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 52.0M 1s unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 18:27:13 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 382K 1s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 46.4M 1s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 45.7M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 41.0M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 41.1M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 60.6M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 82.2M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 66.6M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 69.1M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 63.9M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 69.9M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 153M=0.7s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 2018-12-03 18:27:13 (1.59 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: 18:27:13 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install --2018-12-03 18:27:13-- 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: 18:27:13 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 18:27:13 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: 18:27:13 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 258M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 50.5M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 76.4M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 106M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 69.2M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 64.8M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 58.7M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 83.9M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 102M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 59.2M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 80.1M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 147M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 77.3M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 46.3M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 56.2M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 101M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 85.0M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 74.9M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 75.1M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 117M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 226M 0s unit-oai-hss-0: 18:27:13 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 90.0M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 404K 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 59.0M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 51.8M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 65.6M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 87.9M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 67.0M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 75.9M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 78.1M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 56.0M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 117M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 115M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 452M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 79.5M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 67.0M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 83.4M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 60.2M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 66.1M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 67.2M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 57.4M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 123M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 411M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 335M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 326M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 272M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 322M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 518M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 345M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 29.2M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 42.1M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 46.4M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 48.3M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 42.9M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 46.7M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 53.6M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 63.0M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 96.6M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 110M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 119M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 118M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 73.2M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 203M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 474M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 450K 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 40.4M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 56.0M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 57.8M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 139M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 77.1M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 49.8M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 72.6M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 83.6M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 57.6M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 82.1M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 76.7M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 69.8M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 56.0M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 79.0M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 87.4M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 435M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 324M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 102M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 50.6M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 44.0M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 47.2M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 48.9M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 75.0M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 58.5M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 463M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 321M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 351M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 312M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 324M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 401M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 106M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 43.5M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 53.6M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 61.2M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 55.0M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 47.0M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 49.2M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 52.1M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 84.1M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 90.2M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 140M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 113M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 147M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 99.4M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 456K 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 42.7M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 51.1M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 110M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 52.8M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 55.0M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 76.4M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 69.0M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 60.6M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 64.7M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 64.1M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 69.6M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 73.5M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 110M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 53.9M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 127M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 303M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 312M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 140M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 52.8M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 44.7M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 51.9M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 46.8M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 50.7M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 116M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 361M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 341M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 331M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 196M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 378M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 93.1M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 49.8M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 50.8M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 44.3M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 52.2M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 55.7M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 56.2M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 42.9M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 49.2M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 61.6M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 134M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 105M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 123M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 183M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 565M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 516M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 462K 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 32.6M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 51.0M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 53.0M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 65.2M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 76.7M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 63.7M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 59.8M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 57.5M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 74.7M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 74.4M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 53.4M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 89.0M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 62.1M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 55.7M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 62.2M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 76.3M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 62.4M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 53.4M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 58.5M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 149M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 462M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 267M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 339M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 284M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 349K 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 33.6M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 87.7M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 291M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 269M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 85.2M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 37.3M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 48.0M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 72.3M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 50.0M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 168M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 375M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 272M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 313M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 83.6M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 38.5M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 43.3M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 57.7M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 143M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 71.8M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 100M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 76.2M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 103M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 117M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 1.59M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 71.9M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 95.7M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 129M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 107M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 130M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 101M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 111M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 173M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 131M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 101M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 151M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 204M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 549M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 502M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 507M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 476M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 529M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 506M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 524M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 574M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 589M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 505M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 570M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 604M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 588M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 495M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 555M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 600M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 606M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 520M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 599M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 570M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 610M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 541M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 591M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 619M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 385K 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 61.1M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 61.7M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 58.9M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 53.1M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 53.5M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 54.8M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 56.5M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 48.1M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 55.0M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 55.0M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 57.2M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 69.4M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 78.0M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 78.3M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 74.5M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 70.0M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 77.5M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 86.5M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 148M 0s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 69.5M=0.9s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 2018-12-03 18:27:14 (14.1 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: 18:27:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install --2018-12-03 18:27:14-- 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: 18:27:14 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 18:27:14 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: 18:27:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 55.7M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 34.5M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 58.7M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 58.3M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 167M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 105M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 51.2M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 136M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 340M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 53.3M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 49.1M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 72.4M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 88.0M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 50.8M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 84.8M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 58.4M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 66.7M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 70.0M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 83.9M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 61.3M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 137M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 309M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 396M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 370M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 333M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 320M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 408M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 409M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 354M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 48.1M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 50.4M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 53.9M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 65.5M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 75.9M 1s unit-oai-hss-0: 18:27:14 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 76.3M 1s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 429K 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 40.3M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 46.3M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 55.7M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 55.5M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 80.6M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 153M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 78.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 120M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 66.3M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 57.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 53.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 168M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 370M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 94.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 52.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 59.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 60.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 70.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 102M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 110M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 53.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 71.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 98.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 85.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 62.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 84.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 115M 2s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 93.0M 2s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 67.6M 2s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 66.4M 2s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 65.9M 2s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 150M 2s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 486M 2s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 615M 2s unit-abot-epc-basic-0: 18:27:15 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 436K 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 48.2M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 25.8M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 61.7M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 61.6M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 105M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 73.2M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 74.2M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 72.2M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 102M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 78.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 60.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 90.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 88.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 66.5M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 86.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 91.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 76.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 73.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 91.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 101M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 75.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 133M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 407M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 98.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 56.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 80.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 71.3M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 144M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 127M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 47.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 51.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 74.3M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 33.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 171M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 269M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 1.38M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 632K 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 23.2M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 63.7M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 67.0M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 78.6M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 60.8M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 98.8M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 71.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 74.6M 3s unit-abot-epc-basic-0: 18:27:15 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 58.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 90.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 78.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 71.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 66.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 58.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 47.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 48.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 66.3M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 55.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 72.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 60.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 52.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 42.5M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 73.5M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 60.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 53.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 42.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 51.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 68.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 72.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 74.5M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 101M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 98.3M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 86.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 87.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 79.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 459K 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 26.1M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 40.5M 4s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 48.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 47.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 57.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 49.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 51.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 61.3M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 50.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 71.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 71.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 47.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 62.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 124M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 306M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 248M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 344M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 91.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 50.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 57.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 60.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 50.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 50.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 54.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 71.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 83.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 88.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 74.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 67.5M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 86.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 76.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 79.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 548M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 588M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 539M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 71.3M 3s unit-abot-epc-basic-0: 18:27:15 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 451K 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 23.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 39.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 47.3M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 61.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 45.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 63.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 72.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 73.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 100M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 134M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 61.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 81.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 39.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 48.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 71.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 94.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 66.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 79.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 68.3M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 81.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 111M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 57.3M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 94.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 60.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 63.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 59.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 70.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 90.3M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 118M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 57.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 71.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 94.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 160M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 307M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 49.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 65.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 1.38M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 660K 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 35.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 51.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 46.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 54.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 61.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 63.5M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 70.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 70.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 79.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 110M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 57.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 90.3M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 34.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 55.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 91.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 60.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 94.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 76.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 91.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 87.5M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 62.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 85.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 98.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 51.5M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 60.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 61.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 58.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 54.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 56.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 58.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 66.5M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 68.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 54.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 68.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 100M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 72.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 1.44M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 663K 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 44.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 41.5M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 44.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 46.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 53.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 46.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 49.8M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 42.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 51.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 64.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 61.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 44.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 98.3M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 289M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 295M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 301M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 52.4M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 50.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 50.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 49.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 48.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 56.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 51.5M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 53.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 43.2M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 48.0M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 48.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 67.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 58.5M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 69.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 79.7M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 70.3M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 70.1M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 91.6M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 82.5M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 81.9M 3s unit-oai-hss-0: 18:27:15 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 1.50M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 682K 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 21.3M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 43.9M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 42.2M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 57.1M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 59.7M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 40.9M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 54.8M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 39.0M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 41.4M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 46.9M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 69.9M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 46.8M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 51.9M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 66.1M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 58.5M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 44.5M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 54.1M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 50.9M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 47.0M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 49.8M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 48.2M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 50.6M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 49.0M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 41.4M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 42.9M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 55.9M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 63.6M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 40.7M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 60.1M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 54.0M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 71.4M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 70.8M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 87.3M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 79.0M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 67.4M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 62.2M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 67.2M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 1.66M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 681K 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 37.9M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 42.2M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 39.1M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 42.1M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 44.8M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 45.5M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 34.5M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 38.6M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 39.9M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 150M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 191M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 187M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 245M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 166M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 41.6M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 34.1M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 37.7M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 34.5M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 36.3M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 41.9M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 35.7M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 51.3M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 34.8M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 38.6M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 27.5M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 43.3M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 41.5M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 42.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 49.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 76.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 70.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 73.7M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 66.7M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 100M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 89.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 99.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 91.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 1.77M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 42.5M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 685K 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 34.8M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 40.1M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 35.6M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 38.8M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 39.3M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 39.2M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 60.4M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 124M 3s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 140M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 190M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 260M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 32.6M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 41.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 37.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 33.7M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 33.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 43.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 50.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 47.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 50.6M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 58.5M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 55.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 53.7M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 47.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 48.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 47.6M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 47.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 50.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 60.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 53.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 62.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 59.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 70.6M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 73.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 71.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 62.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 72.7M 2s unit-abot-epc-basic-0: 18:27:16 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 1.70M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 697K 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 37.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 43.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 49.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 48.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 44.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 54.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 58.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 46.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 45.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 43.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 52.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 49.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 63.6M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 57.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 46.7M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 64.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 54.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 43.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 44.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 74.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 54.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 47.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 67.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 64.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 64.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 50.7M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 50.5M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 42.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 54.5M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 54.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 61.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 52.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 72.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 53.5M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 104M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 345M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 303M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 450M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 1.50M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 43.2M 2s unit-abot-epc-basic-0: 18:27:16 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 700K 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 45.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 53.5M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 40.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 48.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 48.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 52.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 50.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 56.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 44.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 61.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 44.5M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 63.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 50.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 81.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 50.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 63.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 51.7M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 58.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 54.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 61.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 62.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 63.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 64.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 49.5M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 58.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 77.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 55.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 53.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 125M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 60.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 38.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 56.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 55.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 56.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 107M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 308M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 78.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 49.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 1.46M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 712K 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 41.7M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 52.5M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 49.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 38.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 49.5M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 53.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 60.7M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 45.6M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 45.7M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 48.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 44.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 61.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 60.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 122M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 296M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 38.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 51.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 40.6M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 48.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 44.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 46.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 49.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 47.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 59.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 59.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 52.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 58.5M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 53.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 46.6M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 58.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 68.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 57.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 45.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 53.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 62.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 61.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 52.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 69.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 86.5M 2s unit-abot-epc-basic-0: 18:27:16 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 1.51M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 725K 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 34.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 41.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 49.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 45.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 49.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 67.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 45.7M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 48.6M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 47.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 40.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 49.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 60.6M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 71.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 41.7M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 63.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 60.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 96.6M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 57.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 58.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 62.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 53.6M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 46.4M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 43.5M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 52.6M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 47.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 68.3M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 52.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 36.0M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 54.1M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 54.2M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 49.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 114M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 77.7M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 45.7M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 41.8M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 53.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 81.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 55.6M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 64.9M 2s unit-oai-hss-0: 18:27:16 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 1.48M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 763K 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 14.7M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 55.7M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 51.9M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 54.3M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 28.3M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 51.0M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 69.1M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 57.9M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 43.6M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 45.5M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 58.6M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 49.3M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 64.4M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 65.4M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 57.3M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 50.9M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 66.1M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 53.5M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 33.7M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 79.0M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 47.5M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 55.7M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 41.6M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 51.9M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 53.8M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 53.7M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 52.3M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 35.7M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 43.4M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 49.2M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 52.2M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 59.1M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 48.6M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 52.1M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 46.8M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 65.5M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 68.2M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 51.4M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 65.8M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 1.46M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 51.1M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 747K 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 32.7M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 48.5M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 51.6M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 29.4M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 49.5M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 37.6M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 47.2M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 48.4M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 82.6M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 62.2M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 58.0M 2s unit-abot-epc-basic-0: 18:27:17 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 362K 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 43.7M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 45.7M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 67.3M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 48.0M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 73.9M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 84.8M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 55.3M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 49.0M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 57.4M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 77.6M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 66.1M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 124M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 281M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 17.0M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 51.9M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 40.6M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 47.9M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 52.0M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 47.4M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 59.2M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 42.2M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 62.9M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 54.7M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 65.1M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 57.9M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 58.0M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 48.5M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 65.2M 2s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 88.8M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 83.3M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 97.4M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 130M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 87.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 96.8M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 81.9M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 133M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 73.6M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 90.7M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 83.2M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 80.9M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 88.0M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 101M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 84.0M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 132M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 84.2M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 74.7M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 110M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 88.7M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 66.7M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 96.3M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 104M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 72.0M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 89.4M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 96.6M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 83.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 71.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 88.0M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 87.8M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 86.6M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 81.5M 1s unit-abot-epc-basic-0: 18:27:17 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 18:27:17 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 18:27:17 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 467K 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 5.11M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 47.4M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 50.4M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 35.3M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 49.8M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 47.9M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 42.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 52.2M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 61.1M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 63.3M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 49.1M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 46.2M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 47.3M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 123M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 224M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 238M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 244M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 284M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 213M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 305M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 235M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 250M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 238M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 250M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 279M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 243M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 251M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 265M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 2.52M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 496K 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 32.0M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 50.8M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 59.6M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 36.2M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 47.4M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 56.7M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 52.2M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 51.6M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 43.9M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 49.8M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 44.0M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 50.7M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 43.3M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 48.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 50.4M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 49.2M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 57.9M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 57.0M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 76.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 73.3M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 62.9M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 71.4M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 70.4M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 68.3M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 63.7M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 71.7M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 72.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 73.2M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 4.38M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 543K 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 5.06M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 46.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 52.6M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 39.1M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 51.3M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 46.8M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 51.9M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 52.6M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 54.0M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 42.1M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 54.3M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 53.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 50.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 43.9M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 60.0M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 56.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 66.6M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 53.6M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 85.9M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 59.8M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 74.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 85.2M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 75.6M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 90.2M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 93.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 78.8M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 105M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 82.3M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 3.63M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 552K 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 4.84M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 46.1M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 47.7M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 50.3M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 41.2M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 52.9M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 55.8M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 61.0M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 49.7M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 47.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 53.1M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 181M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 340M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 329M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 302M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 73.2M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 57.1M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 55.4M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 55.9M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 44.7M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 50.8M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 58.2M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 56.3M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 45.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 63.4M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 74.5M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 87.3M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 69.8M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 107M 1s unit-oai-hss-0: 18:27:17 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 3.25M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 506K 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 34.1M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 37.7M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 56.2M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 47.2M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 45.9M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 44.8M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 48.3M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 58.9M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 52.9M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 52.9M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 55.1M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 60.8M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 66.5M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 55.9M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 56.4M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 79.5M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 56.7M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 97.5M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 55.3M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 89.7M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 69.3M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 56.5M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 49.4M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 60.7M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 101M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 97.7M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 88.3M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 98.3M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 3.38M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 61.2M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 510K 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 36.5M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 40.0M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 45.4M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 42.9M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 42.3M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 50.6M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 56.1M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 57.0M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 66.4M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 58.0M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 76.1M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 53.6M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 48.4M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 62.4M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 76.0M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 63.7M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 53.3M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 82.1M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 83.6M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 81.5M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 70.7M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 59.0M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 58.4M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 60.9M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 44.3M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 85.4M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 214M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 415M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 3.09M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 55.4M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 513K 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 48.0M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 23.2M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 9.53M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 50.7M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 43.2M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 47.4M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 49.2M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 48.3M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 40.4M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 52.6M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 53.0M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 82.1M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 55.8M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 64.1M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 54.2M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 64.5M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 47.1M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 61.5M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 49.1M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 73.1M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 73.7M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 99.2M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 101M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 114M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 67.0M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 101M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 75.9M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 106M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 86.9M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 4.13M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 560K 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 5.99M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 38.2M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 7.91M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 51.7M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 47.8M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 59.6M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 72.6M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 56.7M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 129M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 388M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 257M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 46.1M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 47.6M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 43.5M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 66.6M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 49.1M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 53.7M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 52.5M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 61.8M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 53.4M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 73.2M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 51.0M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 60.3M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 62.2M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 92.3M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 71.2M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 210M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 450M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 456M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 3.39M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 46.0M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 527K 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 56.2M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 23.1M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 9.34M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 53.9M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 42.4M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 57.6M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 51.2M 1s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 47.6M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 47.8M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 53.6M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 131M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 298M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 256M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 329M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 84.5M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 46.5M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 50.4M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 50.3M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 46.6M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 46.3M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 55.7M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 55.2M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 55.2M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 45.2M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 56.6M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 73.0M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 72.7M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 62.4M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 79.8M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 3.70M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 56.1M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 531K 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 56.8M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 7.23M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 58.9M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 67.3M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 50.9M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 58.8M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 60.2M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 49.7M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 46.4M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 57.0M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 66.5M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 49.7M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 55.7M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 57.9M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 62.4M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 50.0M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 49.6M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 61.8M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 55.7M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 65.1M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 50.8M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 53.1M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 60.2M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 54.3M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 77.7M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 85.3M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 108M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 134M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 64.3M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 3.75M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 49.9M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 539K 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 45.1M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 7.48M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 48.3M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 49.4M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 51.0M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 45.7M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 50.7M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 54.2M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 52.7M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 54.5M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 52.7M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 55.7M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 62.9M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 45.1M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 48.8M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 47.8M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 56.1M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 40.4M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 71.1M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 63.1M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 56.1M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 66.3M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 58.9M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 55.3M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 93.7M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 78.1M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 71.0M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 82.4M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 77.5M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 4.07M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 46.8M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 585K 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 6.07M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 20.9M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 8.77M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 58.1M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 57.3M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 68.4M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 50.9M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 52.8M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 53.8M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 49.4M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 46.6M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 55.2M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 53.2M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 51.5M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 46.4M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 55.3M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 48.1M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 62.0M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 111M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 302M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 242M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 284M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 271M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 52.2M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 48.8M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 51.9M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 58.8M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 45.3M 0s unit-oai-hss-0: 18:27:18 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 57.8M 0s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 3.36M 0s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 50.8M 0s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 57.9M 0s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 546K 0s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 52.8M 0s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 6.49M 0s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 52.4M 0s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 51.2M 0s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 43.9M 0s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 43.3M 0s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 57.3M 0s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 66.2M 0s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 70.1M 0s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 53750K ...... 100% 27.0M=4.2s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install 2018-12-03 18:27:19 (12.6 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: 18:27:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install FINISHED --2018-12-03 18:27:19-- unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install Total wall clock time: 6.5s unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 5.8s (11.5 MB/s) unit-oai-hss-0: 18:27:19 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-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-hss-0: 18:27:19 DEBUG unit.oai-hss/0.install (Reading database ... 79245 files and directories currently installed.) unit-oai-hss-0: 18:27:19 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: 18:27:19 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 18:27:19 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 18:27:19 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-abot-epc-basic-0: 18:27:20 DEBUG unit.abot-epc-basic/0.install 2/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 7.3 KB/sec) unit-abot-epc-basic-0: 18:27:20 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: 18:27:20 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 385.9 KB/sec) unit-abot-epc-basic-0: 18:27:20 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: 18:27:20 DEBUG unit.abot-epc-basic/0.install 3/26 KB 6/26 KB 9/26 KB 11/26 KB 14/26 KB 16/26 KB 19/26 KB 22/26 KB 25/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 830.3 KB/sec) unit-abot-epc-basic-0: 18:27:20 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: 18:27:20 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 466.2 KB/sec) unit-abot-epc-basic-0: 18:27:20 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: 18:27:20 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 751.7 KB/sec) unit-abot-epc-basic-0: 18:27:20 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: 18:27:20 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 348.2 KB/sec) unit-abot-epc-basic-0: 18:27:20 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: 18:27:20 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 405.5 KB/sec) unit-abot-epc-basic-0: 18:27:20 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: 18:27:20 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 1201.1 KB/sec) unit-abot-epc-basic-0: 18:27:20 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: 18:27:20 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 717.0 KB/sec) unit-abot-epc-basic-0: 18:27:20 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: 18:27:20 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 1078.0 KB/sec) unit-abot-epc-basic-0: 18:27:20 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:20 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:20 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 18:27:20 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:20 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:20 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: 18:27:20 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: 18:27:20 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 89.1 KB/sec) unit-abot-epc-basic-0: 18:27:20 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: 18:27:20 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 951.5 KB/sec) unit-abot-epc-basic-0: 18:27:20 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: 18:27:20 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 1055.0 KB/sec) unit-abot-epc-basic-0: 18:27:20 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: 18:27:20 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 222.3 KB/sec) unit-abot-epc-basic-0: 18:27:20 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: 18:27:20 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 129.0 KB/sec) unit-abot-epc-basic-0: 18:27:20 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: 18:27:21 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 106.4 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 175.8 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 318.5 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/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 404.9 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 57.9 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 380.3 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 183.6 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 169/492 B 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 25.3 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 329.6 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 42.4 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 352.4 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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: 18:27:21 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 1/3 KB 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 141.3 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 159.5 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 83.1 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 67.1 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 658/880 B 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 37.4 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 125.6 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/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 640.9 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 1949.3 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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: 18:27:21 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: 18:27:21 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 179.6 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 388.1 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 1097.3 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 852.9 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 44.9 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 3/4 KB 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 170.7 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 1050.9 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 440.0 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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 662.1 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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: 18:27:21 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: 18:27:21 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 3/153 KB 5/153 KB 8/153 KB 11/153 KB 13/153 KB 16/153 KB 19/153 KB 21/153 KB 24/153 KB 27/153 KB 29/153 KB 32/153 KB 36/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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 40/153 KB 44/153 KB 48/153 KB 52/153 KB 56/153 KB 60/153 KB 64/153 KB 68/153 KB 72/153 KB 76/153 KB 80/153 KB 84/153 KB 88/153 KB 92/153 KB 96/153 KB 100/153 KB 104/153 KB 108/153 KB 112/153 KB 116/153 KB 116/153 KB 3/13 KB 3/48 KB 116/153 KB 3/13 KB 116/153 KB 3/35 KB 5/13 KB 3/48 KB 116/153 KB 3/35 KB 8/13 KB 3/48 KB 116/153 KB 3/35 KB 11/13 KB 3/48 KB 116/153 KB 3/35 KB 13/13 KB 3/48 KB 116/153 KB 3/35 KB 3/13 KB 3/48 KB 116/153 KB 5/35 KB 13/13 KB 3/48 KB 116/153 KB 8/35 KB 13/13 KB 3/48 KB 116/153 KB 11/35 KB 13/13 KB 3/48 KB 116/153 KB 13/35 KB 13/13 KB 3/48 KB 116/153 KB 13/35 KB 13/13 KB 5/48 KB 116/153 KB 13/35 KB 13/13 KB 8/48 KB 116/153 KB 13/35 KB 13/13 KB 11/48 KB 116/153 KB 13/35 KB 13/13 KB 13/48 KB 116/153 KB 13/35 KB 13/13 KB 16/48 KB 116/153 KB 13/35 KB 13/13 KB 19/48 KB 116/153 KB 13/35 KB 13/13 KB 21/48 KB 116/153 KB 13/35 KB 13/13 KB 24/48 KB 116/153 KB 13/35 KB 13/13 KB 27/48 KB 120/153 KB 13/35 KB 13/13 KB 29/48 KB 120/153 KB 16/35 KB 13/13 KB 32/48 KB 120/153 KB 13/35 KB 13/13 KB 29/48 KB 120/153 KB 16/35 KB 13/13 KB 29/48 KB 120/153 KB 19/35 KB 13/13 KB 32/48 KB 120/153 KB 21/35 KB 13/13 KB 32/48 KB 120/153 KB 1/30 KB 24/35 KB 13/13 KB 32/48 KB 120/153 KB 1/30 KB 27/35 KB 13/13 KB 32/48 KB 120/153 KB 1/30 KB 29/35 KB 13/13 KB 32/48 KB 120/153 KB 1/30 KB 21/35 KB 13/13 KB 32/48 KB 120/153 KB 4/30 KB 29/35 KB 32/48 KB 120/153 KB 6/30 KB 29/35 KB 32/48 KB 120/153 KB 9/30 KB 32/35 KB 32/48 KB 120/153 KB 12/30 KB 32/35 KB 32/48 KB 120/153 KB 6/30 KB 32/35 KB 32/48 KB 120/153 KB 12/30 KB 35/35 KB 32/48 KB 120/153 KB 12/30 KB 35/35 KB 32/48 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 204.8 KB/sec) unit-abot-epc-basic-0: 18:27:21 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.jar unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install 124/153 KB 14/30 KB 35/35 KB 36/48 KB 124/153 KB 17/30 KB 35/35 KB 36/48 KB 124/153 KB 20/30 KB 35/35 KB 36/48 KB 124/153 KB 22/30 KB 35/35 KB 36/48 KB 124/153 KB 25/30 KB 35/35 KB 36/48 KB 124/153 KB 28/30 KB 35/35 KB 36/48 KB 124/153 KB 12/30 KB 35/35 KB 36/48 KB 124/153 KB 28/30 KB 35/35 KB 40/48 KB 124/153 KB 30/30 KB 35/35 KB 44/48 KB 124/153 KB 30/30 KB 35/35 KB 48/48 KB 124/153 KB 12/30 KB 35/35 KB 32/48 KB 128/153 KB 30/30 KB 35/35 KB 48/48 KB 132/153 KB 30/30 KB 35/35 KB 48/48 KB 136/153 KB 30/30 KB 35/35 KB 48/48 KB 140/153 KB 30/30 KB 35/35 KB 48/48 KB 124/153 KB 30/30 KB 35/35 KB 40/48 KB 144/153 KB 30/30 KB 35/35 KB 48/48 KB 144/153 KB 30/30 KB 35/35 KB 48/48 KB 148/153 KB 30/30 KB 35/35 KB 48/48 KB 152/153 KB 30/30 KB 35/35 KB 48/48 KB 153/153 KB 3/50 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 420.5 KB/sec) unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install 152/153 KB 3/50 KB 30/30 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 KB at 486.4 KB/sec) unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install 153/153 KB 6/50 KB 48/48 KB 153/153 KB 9/50 KB 48/48 KB 153/153 KB 11/50 KB 48/48 KB 153/153 KB 14/50 KB 48/48 KB 153/153 KB 16/50 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: 18:27:21 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 153/153 KB 19/50 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (48 KB at 647.2 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 22/50 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 1956.7 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 25/50 KB 27/50 KB 30/50 KB 32/50 KB 36/50 KB 40/50 KB 44/50 KB 48/50 KB 50/50 KB 3/190 KB 4/119 KB 3/86 KB 50/50 KB 4/37 KB 3/190 KB 4/119 KB 3/86 KB 50/50 KB 3/190 KB 4/119 KB 5/86 KB 50/50 KB 4/37 KB 3/190 KB 4/119 KB 50/50 KB 3/190 KB 50/50 KB 5/190 KB 4/119 KB 5/86 KB 50/50 KB 4/37 KB 8/190 KB 4/119 KB 5/86 KB 50/50 KB 4/37 KB 11/190 KB 4/119 KB 5/86 KB 50/50 KB 4/37 KB 13/190 KB 4/119 KB 5/86 KB 50/50 KB 4/37 KB 16/190 KB 4/119 KB 5/86 KB 50/50 KB 4/37 KB 19/190 KB 4/119 KB 5/86 KB 50/50 KB 4/37 KB 21/190 KB 4/119 KB 5/86 KB 50/50 KB 4/37 KB 24/190 KB 4/119 KB 5/86 KB 50/50 KB 4/37 KB 24/190 KB 8/119 KB 5/86 KB 50/50 KB 4/37 KB 27/190 KB 12/119 KB 5/86 KB 50/50 KB 4/37 KB 27/190 KB 16/119 KB 5/86 KB 50/50 KB 8/37 KB 27/190 KB 8/119 KB 5/86 KB 50/50 KB 4/37 KB 29/190 KB 16/119 KB 8/86 KB 50/50 KB 8/37 KB 32/190 KB 16/119 KB 8/86 KB 50/50 KB 8/37 KB 36/190 KB 20/119 KB 8/86 KB 50/50 KB 8/37 KB 27/190 KB 16/119 KB 8/86 KB 50/50 KB 8/37 KB 27/190 KB 12/119 KB 5/86 KB 50/50 KB 8/37 KB 40/190 KB 20/119 KB 8/86 KB 50/50 KB 12/37 KB 40/190 KB 20/119 KB 11/86 KB 50/50 KB 16/37 KB 40/190 KB 20/119 KB 13/86 KB 50/50 KB 16/37 KB 40/190 KB 20/119 KB 16/86 KB 50/50 KB 16/37 KB 32/190 KB 20/119 KB 8/86 KB 50/50 KB 8/37 KB 40/190 KB 24/119 KB 16/86 KB 50/50 KB 16/37 KB 40/190 KB 28/119 KB 16/86 KB 16/37 KB 40/190 KB 20/119 KB 8/86 KB 50/50 KB 16/37 KB 40/190 KB 28/119 KB 19/86 KB 20/37 KB 40/190 KB 28/119 KB 19/86 KB 24/37 KB 40/190 KB 28/119 KB 19/86 KB 28/37 KB 40/190 KB 28/119 KB 19/86 KB 32/37 KB 40/190 KB 28/119 KB 19/86 KB 16/37 KB 40/190 KB 28/119 KB 21/86 KB 32/37 KB 40/190 KB 32/119 KB 24/86 KB 32/37 KB 40/190 KB 32/119 KB 27/86 KB 36/37 KB 40/190 KB 32/119 KB 24/86 KB 36/37 KB 40/190 KB 32/119 KB 21/86 KB 32/37 KB 40/190 KB 20/119 KB 8/86 KB 50/50 KB 8/37 KB 44/190 KB 32/119 KB 27/86 KB 36/37 KB 48/190 KB 32/119 KB 27/86 KB 36/37 KB 52/190 KB 32/119 KB 27/86 KB 36/37 KB 56/190 KB 36/119 KB 29/86 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 534.9 KB/sec) unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install 52/190 KB 36/119 KB 29/86 KB 37/37 KB 52/190 KB 36/119 KB 27/86 KB 37/37 KB 52/190 KB 36/119 KB 27/86 KB 36/37 KB 56/190 KB 40/119 KB 32/86 KB 37/37 KB 56/190 KB 44/119 KB 32/86 KB 37/37 KB 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 56/190 KB 48/119 KB 32/86 KB 37/37 KB 60/190 KB 48/119 KB 32/86 KB 37/37 KB 64/190 KB 48/119 KB 32/86 KB 37/37 KB 68/190 KB 52/119 KB 32/86 KB 37/37 KB 72/190 KB 52/119 KB 32/86 KB 56/190 KB 36/119 KB 32/86 KB 37/37 KB 76/190 KB 52/119 KB 36/86 KB 76/190 KB 52/119 KB 40/86 KB 3/66 KB 76/190 KB 52/119 KB 44/86 KB 3/66 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 348.9 KB/sec) unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install 64/190 KB 52/119 KB 32/86 KB 37/37 KB 76/190 KB 56/119 KB 44/86 KB 3/66 KB 76/190 KB 60/119 KB 44/86 KB 3/66 KB 76/190 KB 64/119 KB 44/86 KB 3/66 KB 76/190 KB 68/119 KB 48/86 KB 3/66 KB 76/190 KB 72/119 KB 48/86 KB 3/66 KB 76/190 KB 76/119 KB 48/86 KB 3/66 KB 76/190 KB 80/119 KB 48/86 KB 3/66 KB 76/190 KB 52/119 KB 36/86 KB 3/66 KB 76/190 KB 64/119 KB 48/86 KB 3/66 KB 76/190 KB 64/119 KB 48/86 KB 3/66 KB 80/190 KB 80/119 KB 52/86 KB 3/66 KB 80/190 KB 80/119 KB 56/86 KB 6/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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 80/190 KB 80/119 KB 52/86 KB 6/66 KB 80/190 KB 80/119 KB 52/86 KB 3/66 KB 84/190 KB 80/119 KB 60/86 KB 6/66 KB 88/190 KB 80/119 KB 60/86 KB 9/66 KB 84/190 KB 80/119 KB 60/86 KB 9/66 KB 88/190 KB 80/119 KB 60/86 KB 11/66 KB 80/190 KB 80/119 KB 60/86 KB 9/66 KB 88/190 KB 80/119 KB 64/86 KB 11/66 KB 92/190 KB 80/119 KB 64/86 KB 11/66 KB 92/190 KB 80/119 KB 64/86 KB 14/66 KB 96/190 KB 80/119 KB 68/86 KB 16/66 KB 96/190 KB 84/119 KB 68/86 KB 19/66 KB 96/190 KB 80/119 KB 68/86 KB 14/66 KB 100/190 KB 84/119 KB 68/86 KB 19/66 KB 104/190 KB 84/119 KB 68/86 KB 19/66 KB 92/190 KB 80/119 KB 68/86 KB 14/66 KB 104/190 KB 84/119 KB 72/86 KB 22/66 KB 108/190 KB 84/119 KB 76/86 KB 22/66 KB 108/190 KB 84/119 KB 80/86 KB 22/66 KB 108/190 KB 84/119 KB 84/86 KB 22/66 KB 108/190 KB 84/119 KB 86/86 KB 22/66 KB 4/26 KB 104/190 KB 84/119 KB 68/86 KB 22/66 KB 96/190 KB 84/119 KB 68/86 KB 16/66 KB 108/190 KB 84/119 KB 84/86 KB 22/66 KB 4/26 KB 108/190 KB 88/119 KB 86/86 KB 22/66 KB 8/26 KB 108/190 KB 88/119 KB 86/86 KB 22/66 KB 12/26 KB 108/190 KB 88/119 KB 86/86 KB 22/66 KB 16/26 KB 108/190 KB 88/119 KB 86/86 KB 22/66 KB 20/26 KB 108/190 KB 88/119 KB 86/86 KB 25/66 KB 24/26 KB 108/190 KB 88/119 KB 86/86 KB 25/66 KB 26/26 KB 108/190 KB 84/119 KB 72/86 KB 22/66 KB 112/190 KB 88/119 KB 86/86 KB 25/66 KB 26/26 KB 108/190 KB 88/119 KB 86/86 KB 25/66 KB 20/26 KB 108/190 KB 88/119 KB 86/86 KB 22/66 KB 4/26 KB 112/190 KB 92/119 KB 86/86 KB 25/66 KB 26/26 KB 112/190 KB 96/119 KB 86/86 KB 25/66 KB 26/26 KB 112/190 KB 100/119 KB 86/86 KB 25/66 KB 26/26 KB 116/190 KB 104/119 KB 86/86 KB 27/66 KB 26/26 KB 116/190 KB 108/119 KB 86/86 KB 27/66 KB 26/26 KB 116/190 KB 112/119 KB 86/86 KB 27/66 KB 26/26 KB 116/190 KB 100/119 KB 86/86 KB 27/66 KB 26/26 KB 120/190 KB 112/119 KB 86/86 KB 27/66 KB 26/26 KB 124/190 KB 112/119 KB 86/86 KB 27/66 KB 26/26 KB 112/190 KB 100/119 KB 86/86 KB 27/66 KB 26/26 KB 124/190 KB 112/119 KB 86/86 KB 30/66 KB 26/26 KB 124/190 KB 112/119 KB 86/86 KB 32/66 KB 26/26 KB 124/190 KB 112/119 KB 86/86 KB 36/66 KB 26/26 KB 128/190 KB 116/119 KB 86/86 KB 40/66 KB 26/26 KB 128/190 KB 116/119 KB 86/86 KB 44/66 KB 26/26 KB 128/190 KB 116/119 KB 86/86 KB 48/66 KB 26/26 KB 128/190 KB 116/119 KB 86/86 KB 52/66 KB 26/26 KB 128/190 KB 116/119 KB 86/86 KB 36/66 KB 26/26 KB 128/190 KB 119/119 KB 86/86 KB 56/66 KB 26/26 KB 128/190 KB 112/119 KB 86/86 KB 36/66 KB 26/26 KB 132/190 KB 119/119 KB 86/86 KB 56/66 KB 26/26 KB 136/190 KB 119/119 KB 86/86 KB 56/66 KB 26/26 KB 140/190 KB 119/119 KB 86/86 KB 56/66 KB 26/26 KB 144/190 KB 119/119 KB 86/86 KB 56/66 KB 26/26 KB 128/190 KB 119/119 KB 86/86 KB 56/66 KB 26/26 KB 144/190 KB 119/119 KB 86/86 KB 60/66 KB 26/26 KB 144/190 KB 119/119 KB 86/86 KB 64/66 KB 26/26 KB 144/190 KB 119/119 KB 86/86 KB 66/66 KB 26/26 KB 148/190 KB 119/119 KB 86/86 KB 66/66 KB 26/26 KB 152/190 KB 119/119 KB 66/66 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 648.0 KB/sec) unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install 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 189.8 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 156/190 KB 119/119 KB 66/66 KB 160/190 KB 66/66 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 875.8 KB/sec) unit-abot-epc-basic-0: 18:27:21 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 164/190 KB 66/66 KB 168/190 KB 66/66 KB 172/190 KB 66/66 KB 176/190 KB 66/66 KB 180/190 KB 66/66 KB 184/190 KB 66/66 KB 188/190 KB 66/66 KB 190/190 KB 66/66 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 464.7 KB/sec) unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install 190/190 KB 3/228 KB 4/79 KB 4/324 KB 190/190 KB 3/228 KB 4/79 KB 190/190 KB 3/228 KB 190/190 KB 5/228 KB 4/79 KB 4/324 KB 190/190 KB 5/228 KB 8/79 KB 8/324 KB 190/190 KB 5/228 KB 8/79 KB 12/324 KB 190/190 KB 5/228 KB 8/79 KB 16/324 KB 190/190 KB 5/228 KB 8/79 KB 4/324 KB 190/190 KB 8/228 KB 12/79 KB 16/324 KB 190/190 KB 8/228 KB 16/79 KB 16/324 KB 190/190 KB 8/228 KB 8/79 KB 16/324 KB 190/190 KB 8/228 KB 16/79 KB 20/324 KB 190/190 KB 11/228 KB 20/79 KB 24/324 KB 190/190 KB 11/228 KB 20/79 KB 28/324 KB 190/190 KB 11/228 KB 20/79 KB 20/324 KB 190/190 KB 13/228 KB 20/79 KB 32/324 KB 190/190 KB 16/228 KB 20/79 KB 32/324 KB 190/190 KB 19/228 KB 20/79 KB 32/324 KB 21/228 KB 20/79 KB 32/324 KB 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 190/190 KB 8/228 KB 20/79 KB 20/324 KB 24/228 KB 20/79 KB 32/324 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 1231.4 KB/sec) unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install 190/190 KB 11/228 KB 20/79 KB 32/324 KB 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 24/228 KB 20/79 KB 36/324 KB 24/228 KB 20/79 KB 40/324 KB 27/228 KB 20/79 KB 44/324 KB 24/228 KB 24/79 KB 44/324 KB 27/228 KB 24/79 KB 48/324 KB 29/228 KB 24/79 KB 52/324 KB 4/152 KB 27/228 KB 24/79 KB 44/324 KB 29/228 KB 28/79 KB 52/324 KB 4/152 KB 29/228 KB 32/79 KB 52/324 KB 4/152 KB 29/228 KB 36/79 KB 52/324 KB 4/152 KB 29/228 KB 40/79 KB 52/324 KB 4/152 KB 29/228 KB 44/79 KB 52/324 KB 4/152 KB 29/228 KB 48/79 KB 52/324 KB 4/152 KB 29/228 KB 24/79 KB 48/324 KB 4/152 KB 32/228 KB 48/79 KB 52/324 KB 4/152 KB 36/228 KB 52/79 KB 52/324 KB 4/152 KB 40/228 KB 52/79 KB 56/324 KB 4/152 KB 4/32 KB 44/228 KB 52/79 KB 56/324 KB 4/152 KB 4/32 KB 27/228 KB 24/79 KB 48/324 KB 4/152 KB 44/228 KB 52/79 KB 56/324 KB 8/152 KB 4/32 KB 44/228 KB 52/79 KB 56/324 KB 12/152 KB 4/32 KB 44/228 KB 52/79 KB 56/324 KB 16/152 KB 4/32 KB 44/228 KB 52/79 KB 56/324 KB 20/152 KB 4/32 KB 44/228 KB 52/79 KB 56/324 KB 24/152 KB 4/32 KB 44/228 KB 52/79 KB 56/324 KB 28/152 KB 4/32 KB 44/228 KB 52/79 KB 56/324 KB 32/152 KB 4/32 KB 44/228 KB 52/79 KB 56/324 KB 36/152 KB 4/32 KB 48/228 KB 52/79 KB 56/324 KB 40/152 KB 4/32 KB 36/228 KB 52/79 KB 56/324 KB 4/152 KB 4/32 KB 36/228 KB 52/79 KB 56/324 KB 4/152 KB 48/228 KB 52/79 KB 60/324 KB 40/152 KB 4/32 KB 32/228 KB 52/79 KB 52/324 KB 4/152 KB 48/228 KB 56/79 KB 64/324 KB 40/152 KB 4/32 KB 48/228 KB 60/79 KB 64/324 KB 40/152 KB 4/32 KB 48/228 KB 64/79 KB 64/324 KB 40/152 KB 4/32 KB 48/228 KB 68/79 KB 64/324 KB 40/152 KB 4/32 KB 48/228 KB 52/79 KB 56/324 KB 36/152 KB 4/32 KB 52/228 KB 72/79 KB 64/324 KB 40/152 KB 4/32 KB 48/228 KB 68/79 KB 64/324 KB 40/152 KB 4/32 KB 52/228 KB 72/79 KB 68/324 KB 40/152 KB 8/32 KB 52/228 KB 72/79 KB 72/324 KB 40/152 KB 8/32 KB 52/228 KB 72/79 KB 76/324 KB 40/152 KB 8/32 KB 52/228 KB 72/79 KB 80/324 KB 40/152 KB 8/32 KB 52/228 KB 72/79 KB 84/324 KB 40/152 KB 8/32 KB 56/228 KB 72/79 KB 88/324 KB 44/152 KB 8/32 KB 52/228 KB 72/79 KB 64/324 KB 40/152 KB 8/32 KB 56/228 KB 72/79 KB 88/324 KB 44/152 KB 12/32 KB 48/228 KB 72/79 KB 64/324 KB 40/152 KB 4/32 KB 56/228 KB 76/79 KB 88/324 KB 44/152 KB 16/32 KB 56/228 KB 79/79 KB 88/324 KB 44/152 KB 16/32 KB 56/228 KB 72/79 KB 84/324 KB 44/152 KB 8/32 KB 52/228 KB 72/79 KB 84/324 KB 44/152 KB 8/32 KB 60/228 KB 79/79 KB 88/324 KB 44/152 KB 16/32 KB 60/228 KB 79/79 KB 88/324 KB 48/152 KB 16/32 KB 60/228 KB 79/79 KB 88/324 KB 48/152 KB 16/32 KB 64/228 KB 79/79 KB 88/324 KB 48/152 KB 16/32 KB 68/228 KB 79/79 KB 88/324 KB 52/152 KB 16/32 KB 72/228 KB 79/79 KB 92/324 KB 52/152 KB 20/32 KB 76/228 KB 79/79 KB 92/324 KB 52/152 KB 20/32 KB 80/228 KB 79/79 KB 92/324 KB 52/152 KB 20/32 KB 64/228 KB 79/79 KB 88/324 KB 52/152 KB 16/32 KB 68/228 KB 79/79 KB 92/324 KB 52/152 KB 20/32 KB 80/228 KB 79/79 KB 96/324 KB 52/152 KB 20/32 KB 80/228 KB 79/79 KB 100/324 KB 52/152 KB 20/32 KB 68/228 KB 79/79 KB 88/324 KB 52/152 KB 20/32 KB 84/228 KB 79/79 KB 100/324 KB 56/152 KB 24/32 KB 84/228 KB 79/79 KB 100/324 KB 56/152 KB 28/32 KB 84/228 KB 79/79 KB 100/324 KB 56/152 KB 32/32 KB 84/228 KB 79/79 KB 104/324 KB 56/152 KB 32/32 KB 84/228 KB 79/79 KB 108/324 KB 56/152 KB 32/32 KB 84/228 KB 79/79 KB 112/324 KB 56/152 KB 32/32 KB 84/228 KB 79/79 KB 100/324 KB 56/152 KB 20/32 KB 88/228 KB 79/79 KB 112/324 KB 56/152 KB 32/32 KB 92/228 KB 79/79 KB 112/324 KB 56/152 KB 32/32 KB 96/228 KB 79/79 KB 112/324 KB 56/152 KB unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install 32/32 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 433.4 KB/sec) unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install 80/228 KB 79/79 KB 100/324 KB 56/152 KB 20/32 KB 96/228 KB 112/324 KB 60/152 KB 32/32 KB 96/228 KB 112/324 KB 64/152 KB 32/32 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: 18:27:21 DEBUG unit.abot-epc-basic/0.install 96/228 KB 112/324 KB 68/152 KB 32/32 KB 96/228 KB 112/324 KB 72/152 KB 32/32 KB 96/228 KB 112/324 KB 76/152 KB 32/32 KB 96/228 KB 112/324 KB 80/152 KB 32/32 KB 96/228 KB 116/324 KB 80/152 KB 32/32 KB 100/228 KB 120/324 KB 84/152 KB 32/32 KB 100/228 KB 124/324 KB 84/152 KB 32/32 KB 100/228 KB 116/324 KB 84/152 KB 32/32 KB 104/228 KB 124/324 KB 84/152 KB 32/32 KB 96/228 KB 116/324 KB 84/152 KB 32/32 KB 104/228 KB 128/324 KB 88/152 KB 32/32 KB 104/228 KB 128/324 KB 84/152 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 168.2 KB/sec) unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install 108/228 KB 132/324 KB 88/152 KB 108/228 KB 128/324 KB 88/152 KB 32/32 KB 108/228 KB 132/324 KB 92/152 KB 112/228 KB 132/324 KB 92/152 KB 112/228 KB 132/324 KB 96/152 KB 116/228 KB 132/324 KB 96/152 KB 120/228 KB 136/324 KB 100/152 KB 116/228 KB 136/324 KB 100/152 KB 120/228 KB 140/324 KB 100/152 KB 120/228 KB 144/324 KB 100/152 KB 116/228 KB 132/324 KB 100/152 KB 4/234 KB 120/228 KB 144/324 KB 104/152 KB 4/234 KB 120/228 KB 144/324 KB 100/152 KB 8/234 KB 124/228 KB 144/324 KB 104/152 KB 12/234 KB 124/228 KB 144/324 KB 104/152 KB 16/234 KB 124/228 KB 144/324 KB 104/152 KB 4/234 KB 124/228 KB 144/324 KB 104/152 KB 16/234 KB 128/228 KB 144/324 KB 104/152 KB 16/234 KB 128/228 KB 144/324 KB 108/152 KB 20/234 KB 128/228 KB 144/324 KB 112/152 KB 20/234 KB 128/228 KB 148/324 KB 116/152 KB 20/234 KB 132/228 KB 148/324 KB 120/152 KB 20/234 KB 132/228 KB 148/324 KB 124/152 KB 20/234 KB 132/228 KB 148/324 KB 128/152 KB 20/234 KB 132/228 KB 148/324 KB 132/152 KB 20/234 KB 132/228 KB 148/324 KB 136/152 KB 20/234 KB 132/228 KB 148/324 KB 140/152 KB 20/234 KB 128/228 KB 144/324 KB 108/152 KB 24/234 KB 132/228 KB 148/324 KB 140/152 KB 28/234 KB 132/228 KB 148/324 KB 140/152 KB 32/234 KB 132/228 KB 148/324 KB 140/152 KB 36/234 KB 132/228 KB 148/324 KB 140/152 KB 40/234 KB 132/228 KB 148/324 KB 140/152 KB 44/234 KB 132/228 KB 148/324 KB 140/152 KB 20/234 KB 132/228 KB 148/324 KB 116/152 KB 44/234 KB 136/228 KB 148/324 KB 140/152 KB 44/234 KB 140/228 KB 148/324 KB 140/152 KB 44/234 KB 144/228 KB 148/324 KB 140/152 KB 44/234 KB 148/228 KB 148/324 KB 140/152 KB 20/234 KB 128/228 KB 148/324 KB 112/152 KB 44/234 KB 152/228 KB 152/324 KB 140/152 KB 44/234 KB 152/228 KB 156/324 KB 140/152 KB 44/234 KB 152/228 KB 160/324 KB 140/152 KB 44/234 KB 152/228 KB 164/324 KB 140/152 KB 44/234 KB 152/228 KB 168/324 KB 140/152 KB 44/234 KB 152/228 KB 172/324 KB 140/152 KB 44/234 KB 152/228 KB 176/324 KB 140/152 KB 44/234 KB 152/228 KB 180/324 KB 140/152 KB 48/234 KB 152/228 KB 184/324 KB 144/152 KB 48/234 KB 152/228 KB 188/324 KB 144/152 KB 48/234 KB 152/228 KB 192/324 KB 144/152 KB 48/234 KB 152/228 KB 180/324 KB 144/152 KB 44/234 KB 152/228 KB 148/324 KB 140/152 KB 48/234 KB 156/228 KB 192/324 KB 144/152 KB 48/234 KB 152/228 KB 180/324 KB 140/152 KB 52/234 KB 156/228 KB 192/324 KB 144/152 KB 56/234 KB 160/228 KB 192/324 KB 144/152 KB 60/234 KB 160/228 KB 192/324 KB 144/152 KB 64/234 KB 160/228 KB 192/324 KB 148/152 KB 68/234 KB 160/228 KB 192/324 KB 148/152 KB 72/234 KB 160/228 KB 196/324 KB 148/152 KB 76/234 KB 160/228 KB 196/324 KB 148/152 KB 52/234 KB 160/228 KB 192/324 KB 144/152 KB 80/234 KB 164/228 KB 196/324 KB 148/152 KB 80/234 KB 168/228 KB 196/324 KB 148/152 KB 80/234 KB 172/228 KB 196/324 KB 148/152 KB 80/234 KB 176/228 KB 196/324 KB 148/152 KB 80/234 KB 180/228 KB 196/324 KB 148/152 KB 68/234 KB 160/228 KB 196/324 KB 148/152 KB 80/234 KB 184/228 KB 200/324 KB 148/152 KB 80/234 KB 184/228 KB 204/324 KB 148/152 KB 80/234 KB 184/228 KB 208/324 KB 148/152 KB 60/234 KB 160/228 KB 192/324 KB 148/152 KB 80/234 KB 184/228 KB 208/324 KB 152/152 KB 80/234 KB 184/228 KB 208/324 KB 152/152 KB 80/234 KB 180/228 KB 196/324 KB 148/152 KB 84/234 KB 184/228 KB 212/324 KB 152/152 KB 80/234 KB 184/228 KB 212/324 KB 152/152 KB 88/234 KB 188/228 KB 212/324 KB 152/152 KB 88/234 KB 192/228 KB 212/324 KB 152/152 KB 88/234 KB 196/228 KB 212/324 KB 152/152 KB 88/2 unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install 34 KB 200/228 KB 212/324 KB 152/152 KB 80/234 KB 184/228 KB 212/324 KB 152/152 KB 88/234 KB 200/228 KB 216/324 KB 152/152 KB 88/234 KB 200/228 KB 220/324 KB 152/152 KB 88/234 KB 200/228 KB 224/324 KB 152/152 KB 88/234 KB 196/228 KB 212/324 KB 152/152 KB 92/234 KB 200/228 KB 224/324 KB 152/152 KB 96/234 KB 200/228 KB 224/324 KB 152/152 KB 96/234 KB 200/228 KB 228/324 KB 152/152 KB 96/234 KB 200/228 KB 232/324 KB 100/234 KB 204/228 KB 236/324 KB 100/234 KB 204/228 KB 240/324 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 706.1 KB/sec) unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install 100/234 KB 204/228 KB 232/324 KB 100/234 KB 208/228 KB 240/324 KB 100/234 KB 212/228 KB 240/324 KB 100/234 KB 216/228 KB 240/324 KB 100/234 KB 220/228 KB 244/324 KB 100/234 KB 224/228 KB 244/324 KB 100/234 KB 200/228 KB 232/324 KB 104/234 KB 224/228 KB 244/324 KB 108/234 KB 224/228 KB 244/324 KB 112/234 KB 224/228 KB 244/324 KB 116/234 KB 224/228 KB 244/324 KB 116/234 KB 228/228 KB 244/324 KB 100/234 KB 216/228 KB 244/324 KB 116/234 KB 228/228 KB 248/324 KB 120/234 KB 228/228 KB 248/324 KB 124/234 KB 228/228 KB 252/324 KB 128/234 KB 228/228 KB 252/324 KB 120/234 KB 228/228 KB 252/324 KB 128/234 KB 228/228 KB 256/324 KB 132/234 KB 228/228 KB 256/324 KB 136/234 KB 228/228 KB 260/324 KB 140/234 KB 228/228 KB 260/324 KB 144/234 KB 228/228 KB 260/324 KB 148/234 KB 260/324 KB 132/234 KB 228/228 KB 260/324 KB 152/234 KB 264/324 KB 152/234 KB 268/324 KB 152/234 KB 272/324 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 1005.8 KB/sec) unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install 152/234 KB 276/324 KB 152/234 KB 260/324 KB 156/234 KB 280/324 KB 160/234 KB 280/324 KB 152/234 KB 280/324 KB 160/234 KB 284/324 KB 160/234 KB 288/324 KB 164/234 KB 288/324 KB 168/234 KB 292/324 KB 164/234 KB 292/324 KB 168/234 KB 296/324 KB 168/234 KB 300/324 KB 172/234 KB 300/324 KB 176/234 KB 300/324 KB 176/234 KB 304/324 KB 180/234 KB 304/324 KB 184/234 KB 308/324 KB 188/234 KB 308/324 KB 192/234 KB 308/324 KB 196/234 KB 308/324 KB 200/234 KB 308/324 KB 180/234 KB 308/324 KB 200/234 KB 312/324 KB 200/234 KB 316/324 KB 200/234 KB 320/324 KB 200/234 KB 324/324 KB 200/234 KB 324/324 KB 204/234 KB 324/324 KB 208/234 KB 324/324 KB 212/234 KB 324/324 KB 216/234 KB 324/324 KB 220/234 KB 324/324 KB 224/234 KB 324/324 KB 228/234 KB 324/324 KB 232/234 KB 324/324 KB 234/234 KB 324/324 KB Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1344.2 KB/sec) unit-abot-epc-basic-0: 18:27:21 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 944.7 KB/sec) unit-abot-epc-basic-0: 18:27:22 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: 18:27:22 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall1751128134372400033.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: 18:27:22 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:22 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 18:27:22 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:22 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.841 s unit-abot-epc-basic-0: 18:27:22 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-12-03T18:27:22+00:00 unit-abot-epc-basic-0: 18:27:22 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 18:27:22 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-hss-0: 18:27:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-hss-0: 18:27:22 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: 18:27:22 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-oai-hss-0: 18:27:22 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 18:27:24 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 18:27:24 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:24 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:24 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 18:27:24 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:24 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:24 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: 18:27:24 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: 18:27:24 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall5535716124389970827.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: 18:27:24 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:24 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 18:27:24 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:24 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.682 s unit-abot-epc-basic-0: 18:27:24 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-12-03T18:27:24+00:00 unit-abot-epc-basic-0: 18:27:24 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 18:27:24 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:24 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 18:27:26 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 18:27:26 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:26 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:26 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 18:27:26 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:26 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:26 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-oai-hss-0: 18:27:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 18:27:27 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: 18:27:27 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: 18:27:27 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall7271395088505735187.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: 18:27:27 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.695 s unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-12-03T18:27:27+00:00 unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-oai-hss-0: 18:27:27 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 18:27:27 DEBUG unit.oai-hss/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 18:27:27 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 18:27:28 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: 18:27:28 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: 18:27:28 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: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 18:27:28 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: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 18:27:28 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: 18:27:28 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: 18:27:28 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: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 18:27:28 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: 18:27:28 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: 18:27:28 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: 18:27:28 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: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 18:27:28 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: 18:27:28 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: 18:27:28 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: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 18:27:28 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: 18:27:28 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: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 18:27:28 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: 18:27:28 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: 18:27:28 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: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 18:27:28 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: 18:27:28 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: 18:27:28 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: 18:27:28 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: 18:27:28 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: 18:27:28 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: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 18:27:28 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: 18:27:28 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: 18:27:28 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: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 18:27:28 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: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 18:27:28 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: 18:27:28 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: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-abot-epc-basic-0: 18:27:28 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-abot-epc-basic-0: 18:27:29 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: 18:27:29 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 6.7MB/s eta 0:00:01  17% |##### | 20kB 881kB/s eta 0:00:01  25% |######## | 30kB 1.1MB/s eta 0:00:01  34% |########## | 40kB 982kB/s eta 0:00:01  42% |############# | 51kB 1.1MB/s eta 0:00:01  51% |################ | 61kB 1.3MB/s eta 0:00:01  59% |################### | 71kB 1.4MB/s eta 0:00:01  68% |##################### | 81kB 1.3MB/s eta 0:00:01  76% |######################## | 92kB 1.5MB/s eta 0:00:01  85% |########################### | 102kB 1.5MB/s eta 0:00:01  93% |############################## | 112kB 1.6MB/s eta 0:00:01  100% |################################| 122kB 1.9MB/s unit-abot-epc-basic-0: 18:27:29 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-abot-epc-basic-0: 18:27:29 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl (118kB) unit-abot-epc-basic-0: 18:27:29 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 65.7MB/s eta 0:00:01  17% |##### | 20kB 3.3MB/s eta 0:00:01  26% |######## | 30kB 4.8MB/s eta 0:00:01  34% |########### | 40kB 3.1MB/s eta 0:00:01  43% |############# | 51kB 2.5MB/s eta 0:00:01  52% |################ | 61kB 3.0MB/s eta 0:00:01  60% |################### | 71kB 2.7MB/s eta 0:00:01  69% |###################### | 81kB 2.6MB/s eta 0:00:01  78% |######################## | 92kB 2.9MB/s eta 0:00:01  86% |########################### | 102kB 2.7MB/s eta 0:00:01  95% |############################## | 112kB 2.7MB/s eta 0:00:01  100% |################################| 122kB 2.6MB/s unit-abot-epc-basic-0: 18:27:29 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-abot-epc-basic-0: 18:27:29 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.24.1 unit-abot-epc-basic-0: 18:27:29 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.1 is available. unit-abot-epc-basic-0: 18:27:29 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 18:27:30 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-abot-epc-basic-0: 18:27:30 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: 18:27:30 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 5.2MB/s eta 0:00:01  22% |####### | 20kB 919kB/s eta 0:00:01  33% |########## | 30kB 1.1MB/s eta 0:00:01  44% |############## | 40kB 926kB/s eta 0:00:01  56% |################# | 51kB 1.0MB/s eta 0:00:01  67% |##################### | 61kB 1.2MB/s eta 0:00:01  78% |######################### | 71kB 1.3MB/s eta 0:00:01  89% |############################ | 81kB 1.3MB/s eta 0:00:01  100% |################################| 92kB 1.3MB/s unit-abot-epc-basic-0: 18:27:30 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-abot-epc-basic-0: 18:27:31 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: 18:27:31 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 59.9MB/s eta 0:00:01  16% |##### | 20kB 6.2MB/s eta 0:00:01  24% |####### | 30kB 8.9MB/s eta 0:00:01  32% |########## | 40kB 5.8MB/s eta 0:00:01  40% |############ | 51kB 4.7MB/s eta 0:00:01  48% |############### | 61kB 5.5MB/s eta 0:00:01  56% |################## | 71kB 3.7MB/s eta 0:00:01  64% |#################### | 81kB 3.8MB/s eta 0:00:01  72% |####################### | 92kB 4.2MB/s eta 0:00:01  81% |######################### | 102kB 4.0MB/s eta 0:00:01  89% |############################ | 112kB 4.0MB/s eta 0:00:01  97% |############################### | 122kB 4.1MB/s eta 0:00:01  100% |################################| 133kB 3.0MB/s unit-abot-epc-basic-0: 18:27:31 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) unit-abot-epc-basic-0: 18:27:31 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl unit-abot-epc-basic-0: 18:27:31 DEBUG unit.abot-epc-basic/0.install Collecting Werkzeug>=0.14 (from flask) unit-abot-epc-basic-0: 18:27:31 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: 18:27:31 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 74.7MB/s eta 0:00:01  6% |## | 20kB 7.5MB/s eta 0:00:01  9% |### | 30kB 10.6MB/s eta 0:00:01  12% |#### | 40kB 6.2MB/s eta 0:00:01  15% |##### | 51kB 4.9MB/s eta 0:00:01  19% |###### | 61kB 5.7MB/s eta 0:00:01  22% |####### | 71kB 4.1MB/s eta 0:00:01  25% |######## | 81kB 3.8MB/s eta 0:00:01  28% |######### | 92kB 4.3MB/s eta 0:00:01  31% |########## | 102kB 4.0MB/s eta 0:00:01  34% |########### | 112kB 4.0MB/s eta 0:00:01  38% |############ | 122kB 4.0MB/s eta 0:00:01  41% |############# | 133kB 3.5MB/s eta 0:00:01  44% |############## | 143kB 3.9MB/s eta 0:00:01  47% |############### | 153kB 3.8MB/s eta 0:00:01  50% |################ | 163kB 3.3MB/s eta 0:00:01  53% |################# | 174kB 4.2MB/s eta 0:00:01  57% |################## | 184kB 4.2MB/s eta 0:00:01  60% |################### | 194kB 4.2MB/s eta 0:00:01  63% |#################### | 204kB 4.1MB/s eta 0:00:01  66% |##################### | 215kB 3.6MB/s eta 0:00:01  69% |###################### | 225kB 4.0MB/s eta 0:00:01  72% |####################### | 235kB 3.8MB/s eta 0:00:01  76% |######################## | 245kB 3.3MB/s eta 0:00:01  79% |######################### | 256kB 4.0MB/s eta 0:00:01  82% |########################## | 266kB 3.8MB/s eta 0:00:01  85% |########################### | 276kB 3.8MB/s eta 0:00:01  88% |############################ | 286kB 4.0MB/s eta 0:00:01  91% |############################# | 296kB 3.5MB/s eta 0:00:01  95% |############################## | 307kB 4.0MB/s eta 0:00:01  98% |############################### | 317kB 4.0MB/s eta 0:00:01  100% |################################| 327kB 2.3MB/s unit-abot-epc-basic-0: 18:27:31 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-abot-epc-basic-0: 18:27:31 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: 18:27:31 DEBUG unit.abot-epc-basic/0.install [?25l  12% |#### | 10kB 71.6MB/s eta 0:00:01  25% |######## | 20kB 6.8MB/s eta 0:00:01  37% |############ | 30kB 9.4MB/s eta 0:00:01  50% |################ | 40kB 6.2MB/s eta 0:00:01  62% |#################### | 51kB 4.9MB/s eta 0:00:01  75% |######################## | 61kB 5.7MB/s eta 0:00:01  88% |############################ | 71kB 4.1MB/s eta 0:00:01  100% |################################| 81kB 3.6MB/s unit-abot-epc-basic-0: 18:27:31 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-abot-epc-basic-0: 18:27:32 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/bc/3a/6bfd7b4b202fa33bdda8e4e3d3acc719f381fd730f9a0e7c5f34e845bd4d/MarkupSafe-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl unit-abot-epc-basic-0: 18:27:32 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-abot-epc-basic-0: 18:27:32 DEBUG unit.abot-epc-basic/0.install Successfully installed Jinja2-2.10 MarkupSafe-1.1.0 Werkzeug-0.14.1 click-7.0 flask-1.0.2 itsdangerous-1.1.0 unit-abot-epc-basic-0: 18:27:32 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.1 is available. unit-abot-epc-basic-0: 18:27:32 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 18:27:32 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-abot-epc-basic-0: 18:27:33 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: 18:27:33 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-abot-epc-basic-0: 18:27:33 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: 18:27:33 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 2.5MB/s eta 0:00:01  22% |####### | 20kB 926kB/s eta 0:00:01  33% |########## | 30kB 1.1MB/s eta 0:00:01  45% |############## | 40kB 981kB/s eta 0:00:01  56% |################## | 51kB 1.1MB/s eta 0:00:01  67% |##################### | 61kB 1.3MB/s eta 0:00:01  79% |######################### | 71kB 1.4MB/s eta 0:00:01  90% |############################ | 81kB 1.4MB/s eta 0:00:01  100% |################################| 92kB 1.4MB/s unit-abot-epc-basic-0: 18:27:33 DEBUG unit.abot-epc-basic/0.install [?25hBuilding wheels for collected packages: bs4 unit-abot-epc-basic-0: 18:27:33 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 18:27:33 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 18:27:33 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 18:27:33 DEBUG unit.abot-epc-basic/0.install Installing collected packages: beautifulsoup4, bs4 unit-abot-epc-basic-0: 18:27:33 DEBUG unit.abot-epc-basic/0.install Successfully installed beautifulsoup4-4.6.3 bs4-0.0.1 unit-abot-epc-basic-0: 18:27:34 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.1 is available. unit-abot-epc-basic-0: 18:27:34 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 18:27:34 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 18:27:34 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 18:27:34 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... unit-oai-hss-0: 18:27:35 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 18:27:35 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-oai-hss-0: 18:27:35 DEBUG unit.oai-hss/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 18:27:36 DEBUG unit.oai-hss/0.install Running depmod. unit-abot-epc-basic-0: 18:27:36 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:36 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:36 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 18:27:36 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-hss-0: 18:27:36 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 18:27:36 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 18:27:36 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: 18:27:36 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: 18:27:36 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 18:27:36 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-abot-epc-basic-0: 18:27:36 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.2 KB/sec) unit-abot-epc-basic-0: 18:27:36 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: 18:27:37 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 453.4 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/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 811.7 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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 587.2 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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 889.1 KB/sec) unit-abot-epc-basic-0: 18:27:37 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:37 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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 78.9 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 DEBUG unit.abot-epc-basic/0.install 2/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 589.0 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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 783.2 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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 257.7 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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 305.5 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27: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/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 453.5 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27: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/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 429.8 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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: 18:27:37 DEBUG unit.abot-epc-basic/0.install 1/13 KB 4/13 KB 7/13 KB 9/13 KB 12/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 546.0 KB/sec) unit-abot-epc-basic-0: 18:27:37 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 3066.3 KB/sec) unit-abot-epc-basic-0: 18:27:37 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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: 18:27:37 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 151.5 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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 122.1 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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 148.8 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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: 18:27:37 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: 18:27:37 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 302.0 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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 96.7 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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 116.4 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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: 18:27:37 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: 18:27:37 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: 18:27:37 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: 18:27:37 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 95.0 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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 217.1 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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.6/plexus-2.0.6.pom (17 KB at 861.6 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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 57.5 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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: 18:27:37 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: 18:27:37 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 392.3 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 443.3 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 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: 18:27:37 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: 18:27:37 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: 18:27:37 DEBUG unit.abot-epc-basic/0.install 3/48 KB 3/114 KB 5/48 KB 3/114 KB 8/48 KB 3/114 KB 11/48 KB 3/114 KB 3/48 KB 6/114 KB 11/48 KB 9/114 KB 11/48 KB 11/114 KB 11/48 KB 11/114 KB 13/48 KB 11/114 KB 16/48 KB 14/114 KB 16/48 KB 16/114 KB 19/48 KB 16/114 KB 21/48 KB 16/114 KB 24/48 KB 16/114 KB 27/48 KB 16/114 KB 29/48 KB 16/114 KB 32/48 KB 16/114 KB 36/48 KB 16/114 KB 16/48 KB 19/114 KB 36/48 KB 22/114 KB 36/48 KB 25/114 KB 36/48 KB 27/114 KB 36/48 KB 30/114 KB 36/48 KB 32/114 KB 36/48 KB 36/114 KB 36/48 KB 36/114 KB 40/48 KB 36/114 KB 44/48 KB 40/114 KB 48/48 KB 40/114 KB 48/48 KB 40/114 KB 44/48 KB 44/114 KB 48/48 KB 48/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 48/48 KB 72/114 KB 3/35 KB 48/48 KB 76/114 KB 3/35 KB 48/48 KB 80/114 KB 3/35 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: 18:27:37 DEBUG unit.abot-epc-basic/0.install 68/114 KB 3/35 KB 48/48 KB 80/114 KB 6/35 KB 84/114 KB 6/35 KB 88/114 KB 9/35 KB 3/85 KB 92/114 KB 9/35 KB 3/85 KB 96/114 KB 9/35 KB 3/85 KB 100/114 KB 9/35 KB 3/85 KB 84/114 KB 9/35 KB 3/85 KB 84/114 KB 9/35 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 1453.0 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 DEBUG unit.abot-epc-basic/0.install 104/114 KB 11/35 KB 3/85 KB 104/114 KB 14/35 KB 3/85 KB 104/114 KB 16/35 KB 3/85 KB 104/114 KB 19/35 KB 3/85 KB 104/114 KB 22/35 KB 3/85 KB 104/114 KB 25/35 KB 3/85 KB 104/114 KB 9/35 KB 3/85 KB 108/114 KB 25/35 KB 5/85 KB 112/114 KB 27/35 KB 5/85 KB 104/114 KB 25/35 KB 5/85 KB 112/114 KB 27/35 KB 8/85 KB 108/114 KB 27/35 KB 5/85 KB 114/114 KB 27/35 KB 8/85 KB 114/114 KB 30/35 KB 11/85 KB 114/114 KB 27/35 KB 11/85 KB 114/114 KB 30/35 KB 13/85 KB 114/114 KB 32/35 KB 16/85 KB 114/114 KB 32/35 KB 3/29 KB 19/85 KB 114/114 KB 32/35 KB 13/85 KB 114/114 KB 32/35 KB 3/29 KB 16/85 KB 114/114 KB 32/35 KB 5/29 KB 19/85 KB 114/114 KB 32/35 KB 8/29 KB 19/85 KB 114/114 KB 32/35 KB 11/29 KB 19/85 KB 114/114 KB 35/35 KB 11/29 KB 19/85 KB 114/114 KB 35/35 KB 13/29 KB 19/85 KB 114/114 KB 35/35 KB 13/29 KB 21/85 KB 114/114 KB 35/35 KB 13/29 KB 24/85 KB 114/114 KB 35/35 KB 13/29 KB 27/85 KB 114/114 KB 35/35 KB 13/29 KB 29/85 KB 114/114 KB 35/35 KB 13/29 KB 32/85 KB 35/35 KB 16/29 KB 36/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 2026.1 KB/sec) unit-abot-epc-basic-0: 18:27:37 DEBUG unit.abot-epc-basic/0.install 114/114 KB 35/35 KB 16/29 KB 32/85 KB 35/35 KB 19/29 KB 40/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 661.8 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 DEBUG unit.abot-epc-basic/0.install 21/29 KB 40/85 KB 24/29 KB 40/85 KB 27/29 KB 40/85 KB 29/29 KB 40/85 KB 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: 18:27:37 DEBUG unit.abot-epc-basic/0.install 35/35 KB 29/29 KB 40/85 KB 29/29 KB 44/85 KB 29/29 KB 48/85 KB 29/29 KB 52/85 KB 29/29 KB 56/85 KB 3/56 KB 29/29 KB 60/85 KB 3/56 KB 29/29 KB 64/85 KB 3/56 KB 29/29 KB 52/85 KB 3/56 KB 29/29 KB 64/85 KB 5/56 KB 29/29 KB 64/85 KB 8/56 KB 29/29 KB 64/85 KB 11/56 KB 29/29 KB 64/85 KB 13/56 KB 29/29 KB 68/85 KB 13/56 KB 4/86 KB 3/24 KB 72/85 KB 13/56 KB 4/86 KB 3/24 KB 76/85 KB 13/56 KB 4/86 KB 3/24 KB 80/85 KB 13/56 KB 4/86 KB 3/24 KB 68/85 KB 13/56 KB 8/86 KB 3/24 KB 80/85 KB 16/56 KB 12/86 KB 3/24 KB 80/85 KB 16/56 KB 16/86 KB 3/24 KB 80/85 KB 16/56 KB 20/86 KB 3/24 KB 80/85 KB 16/56 KB 24/86 KB 3/24 KB 80/85 KB 16/56 KB 28/86 KB 3/24 KB 80/85 KB 16/56 KB 32/86 KB 3/24 KB 84/85 KB 16/56 KB 36/86 KB 3/24 KB 84/85 KB 16/56 KB 40/86 KB 3/24 KB 84/85 KB 16/56 KB 44/86 KB 3/24 KB 84/85 KB 16/56 KB 3/24 KB 29/29 KB 68/85 KB 13/56 KB 44/86 KB 5/24 KB 84/85 KB 16/56 KB 44/86 KB 8/24 KB 84/85 KB 16/56 KB 44/86 KB 11/24 KB 84/85 KB 16/56 KB 44/86 KB 13/24 KB 84/85 KB 16/56 KB 44/86 KB 16/24 KB 84/85 KB 16/56 KB 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 434.5 KB/sec) unit-abot-epc-basic-0: 18:27:37 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: 18:27:37 DEBUG unit.abot-epc-basic/0.install 44/86 KB 19/24 KB 84/85 KB 16/56 KB 44/86 KB 21/24 KB 84/85 KB 16/56 KB 44/86 KB 24/24 KB 84/85 KB 16/56 KB 28/86 KB 3/24 KB 84/85 KB 16/56 KB 44/86 KB 24/24 KB 85/85 KB 16/56 KB 4/86 KB 3/24 KB 80/85 KB 16/56 KB 44/86 KB 24/24 KB 85/85 KB 19/56 KB 44/86 KB 24/24 KB 85/85 KB 21/56 KB 44/86 KB 24/24 KB 85/85 KB 24/56 KB 44/86 KB 24/24 KB 85/85 KB 27/56 KB 44/86 KB 24/24 KB 85/85 KB 29/56 KB 44/86 KB 24/24 KB 85/85 KB 32/56 KB 44/86 KB 24/24 KB 85/85 KB 32/56 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 1028.8 KB/sec) unit-abot-epc-basic-0: 18:27:37 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.jar unit-abot-epc-basic-0: 18:27:37 DEBUG unit.abot-epc-basic/0.install 48/86 KB 24/24 KB 3/218 KB 32/56 KB 52/86 KB 24/24 KB 3/218 KB 32/56 KB 56/86 KB 24/24 KB 3/218 KB 32/56 KB 60/86 KB 24/24 KB 3/218 KB 32/56 KB 64/86 KB 24/24 KB 3/218 KB 32/56 KB 68/86 KB 24/24 KB 3/218 KB 32/56 KB 72/86 KB 24/24 KB 3/218 KB 32/56 KB 76/86 KB 24/24 KB 3/218 KB 32/56 KB 80/86 KB 24/24 KB 3/218 KB 32/56 KB 44/86 KB 24/24 KB 3/218 KB 32/56 KB 80/86 KB 24/24 KB 5/218 KB 32/56 KB 80/86 KB 24/24 KB 8/218 KB 32/56 KB 80/86 KB 24/24 KB 11/218 KB 32/56 KB 80/86 KB 24/24 KB 13/218 KB 32/56 KB 80/86 KB 24/24 KB 16/218 KB 32/56 KB 84/86 KB 24/24 KB 16/218 KB 32/56 KB 86/86 KB 24/24 KB 19/218 KB 32/56 KB 84/86 KB 24/24 KB 19/218 KB 32/56 KB 86/86 KB 24/24 KB 21/218 KB 32/56 KB 86/86 KB 24/24 KB 24/218 KB 32/56 KB 86/86 KB 24/24 KB 27/218 KB 32/56 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 367.7 KB/sec) unit-abot-epc-basic-0: 18:27:37 DEBUG unit.abot-epc-basic/0.install 86/86 KB 27/218 KB 4/12 KB 32/56 KB 86/86 KB 27/218 KB 8/12 KB 32/56 KB 86/86 KB 27/218 KB 12/12 KB 32/56 KB 86/86 KB 27/218 KB 12/12 KB 32/56 KB 86/86 KB 29/218 KB 12/12 KB 32/56 KB 86/86 KB 32/218 KB 12/12 KB 32/56 KB 86/86 KB 36/218 KB 12/12 KB 32/56 KB 86/86 KB 40/218 KB 12/12 KB 32/56 KB 86/86 KB 44/218 KB 12/12 KB 32/56 KB 86/86 KB 48/218 KB 12/12 KB 32/56 KB 86/86 KB 48/218 KB 12/12 KB 36/56 KB 86/86 KB 48/218 KB 12/12 KB 40/56 KB 86/86 KB 48/218 KB 12/12 KB 44/56 KB 86/86 KB 48/218 KB 12/12 KB 48/56 KB 86/86 KB 48/218 KB 12/12 KB 52/56 KB 86/86 KB 48/218 KB 12/12 KB 56/56 KB 86/86 KB 52/218 KB 12/12 KB 56/56 KB 86/86 KB 56/218 KB 12/12 KB 56/56 KB 86/86 KB 60/218 KB 12/12 KB 56/56 KB 86/86 KB 64/218 KB 12/12 KB 56/56 KB 86/86 KB 68/218 KB 12/12 KB 56/56 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 158.6 KB/sec) unit-abot-epc-basic-0: 18:27:37 DEBUG unit.abot-epc-basic/0.install 86/86 KB 72/218 KB 56/56 KB 86/86 KB 76/218 KB 56/56 KB 86/86 KB 80/218 KB 56/56 KB 86/86 KB 84/218 KB 56/56 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 716.7 KB/sec) unit-abot-epc-basic-0: 18:27:37 DEBUG unit.abot-epc-basic/0.install 86/86 KB 88/218 KB 86/86 KB 92/218 KB 86/86 KB 96/218 KB 86/86 KB 100/218 KB 86/86 KB 104/218 KB 86/86 KB 108/218 KB 86/86 KB 112/218 KB 86/86 KB 116/218 KB 86/86 KB 120/218 KB 86/86 KB 124/218 KB 86/86 KB 128/218 KB 86/86 KB 132/218 KB 86/86 KB 136/218 KB 86/86 KB 140/218 KB 86/86 KB 144/218 KB 86/86 KB 148/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 992.0 KB/sec) unit-abot-epc-basic-0: 18:27:37 DEBUG unit.abot-epc-basic/0.install 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 2223.9 KB/sec) unit-abot-epc-basic-0: 18:27:38 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: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall5059210625258159.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:38 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: 18:27:38 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: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8956018628104065030.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: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:38 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: 18:27:38 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: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall1408085635174888555.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: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:38 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: 18:27:38 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: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall5448038499440075805.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:38 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: 18:27:38 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: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall7795577410841078475.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: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:38 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: 18:27:38 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: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall265009714443305781.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.288 s unit-abot-epc-basic-0: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-12-03T18:27:38+00:00 unit-abot-epc-basic-0: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 18:27:38 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:40 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 18:27:40 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:27:40 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:40 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 18:27:40 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:27:40 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: 18:27:41 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/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 17.6 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 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 449.1 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 DEBUG unit.abot-epc-basic/0.install 3/30 KB 6/30 KB 9/30 KB 11/30 KB 14/30 KB 16/30 KB 19/30 KB 22/30 KB 25/30 KB 27/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 880.2 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 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 498.8 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 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 1029.5 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 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 368.6 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 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 1058.2 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/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 286.0 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 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 643.6 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 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 1295.1 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 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/apache/16/apache-16.pom (16 KB at 653.7 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 DEBUG unit.abot-epc-basic/0.install 3/38 KB 6/38 KB 9/38 KB 11/38 KB 14/38 KB 16/38 KB 19/38 KB 22/38 KB 25/38 KB 27/38 KB 30/38 KB 32/38 KB 35/38 KB 38/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 1293.2 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/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 316.5 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 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 1230.5 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 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 294.1 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 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 294.4 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:41 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 351.2 KB/sec) unit-abot-epc-basic-0: 18:27:41 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: 18:27:42 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: 18:27:42 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 218.5 KB/sec) unit-abot-epc-basic-0: 18:27:42 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: 18:27:42 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: 18:27:42 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 48.6 KB/sec) unit-abot-epc-basic-0: 18:27:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-oai-hss-0: 18:27:42 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: 18:27:42 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: 18:27:42 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-abot-epc-basic-0: 18:27:42 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: 18:27:42 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 294.9 KB/sec) unit-abot-epc-basic-0: 18:27:42 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-oai-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-abot-epc-basic-0: 18:27:43 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: 18:27:43 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 243.4 KB/sec) unit-oai-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 18:27:43 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-oai-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-163-generic unit-oai-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-161-generic unit-oai-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 18:27:43 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: 18:27:43 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 112.4 KB/sec) unit-abot-epc-basic-0: 18:27:43 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-hss-0: 18:27:43 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: 18:27:43 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-oai-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 18:27:43 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-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-163-generic unit-oai-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-163-generic unit-abot-epc-basic-0: 18:27:43 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 816.8 KB/sec) unit-oai-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-161-generic unit-oai-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-161-generic unit-abot-epc-basic-0: 18:27:43 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-hss-0: 18:27:43 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 18:27:43 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: 18:27:44 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-oai-hss-0: 18:27:44 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-abot-epc-basic-0: 18:27: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.2/cucumber-java-1.2.2.pom (6 KB at 267.4 KB/sec) unit-abot-epc-basic-0: 18:27:44 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-hss-0: 18:27:44 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 18:27:44 INFO juju.worker.uniter.context trying to kill context process 10299 unit-oai-hss-0: 18:27:44 INFO juju.worker.uniter.context waiting for context process 10299 to die unit-oai-hss-0: 18:27:44 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 18:27:44 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 18:27:44 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-abot-epc-basic-0: 18:27:44 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-abot-epc-basic-0: 18:27: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.2/cucumber-core-1.2.2.pom (4 KB at 169.1 KB/sec) unit-abot-epc-basic-0: 18:27:44 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-hss-0: 18:27:44 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 18:27:44 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 18:27:44 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 18:27:44 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 18:27:44 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 18:27:44 DEBUG juju.worker.uniter juju-run listener stopped unit-abot-epc-basic-0: 18:27:44 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: 18:27:44 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 105.9 KB/sec) unit-abot-epc-basic-0: 18:27:44 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-abot-epc-basic-0: 18:27:44 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: 18:27:44 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 166.4 KB/sec) unit-abot-epc-basic-0: 18:27:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 18:27:45 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: 18:27:45 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 127.2 KB/sec) unit-abot-epc-basic-0: 18:27:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-abot-epc-basic-0: 18:27:45 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-abot-epc-basic-0: 18:27:45 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 44.0 KB/sec) unit-abot-epc-basic-0: 18:27:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-abot-epc-basic-0: 18:27:45 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-abot-epc-basic-0: 18:27:45 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 137.6 KB/sec) unit-abot-epc-basic-0: 18:27:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 18:27:45 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: 18:27:45 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 137.4 KB/sec) unit-abot-epc-basic-0: 18:27:45 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-abot-epc-basic-0: 18:27:45 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: 18:27:45 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 65.8 KB/sec) unit-abot-epc-basic-0: 18:27:45 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-abot-epc-basic-0: 18:27:46 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-abot-epc-basic-0: 18:27: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/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 803.9 KB/sec) unit-abot-epc-basic-0: 18:27:46 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-abot-epc-basic-0: 18:27:46 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: 18:27:46 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 529.2 KB/sec) unit-abot-epc-basic-0: 18:27:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-abot-epc-basic-0: 18:27:46 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-abot-epc-basic-0: 18:27:46 DEBUG unit.abot-epc-basic/0.install 3/53 KB 6/53 KB 9/53 KB 11/53 KB 14/53 KB 16/53 KB 19/53 KB 22/53 KB 25/53 KB 27/53 KB 30/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 1940.6 KB/sec) unit-abot-epc-basic-0: 18:27:46 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-abot-epc-basic-0: 18:27:47 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-abot-epc-basic-0: 18:27:47 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 1095.9 KB/sec) unit-abot-epc-basic-0: 18:27:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-abot-epc-basic-0: 18:27:47 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-abot-epc-basic-0: 18:27:47 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/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 670.4 KB/sec) unit-abot-epc-basic-0: 18:27:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-abot-epc-basic-0: 18:27:47 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-abot-epc-basic-0: 18:27:47 DEBUG unit.abot-epc-basic/0.install 3/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 247.1 KB/sec) unit-abot-epc-basic-0: 18:27:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-abot-epc-basic-0: 18:27:47 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-abot-epc-basic-0: 18:27:47 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 217.0 KB/sec) unit-abot-epc-basic-0: 18:27:47 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-abot-epc-basic-0: 18:27:48 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-abot-epc-basic-0: 18:27:48 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 115.8 KB/sec) unit-abot-epc-basic-0: 18:27:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 18:27:48 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: 18:27:48 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 987.2 KB/sec) unit-abot-epc-basic-0: 18:27:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-abot-epc-basic-0: 18:27:48 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-abot-epc-basic-0: 18:27:48 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 2483.3 KB/sec) unit-abot-epc-basic-0: 18:27:48 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 machine-3: 18:27:48 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 18:27:48 DEBUG juju.machinelock acquire machine lock for reboot (reboot) machine-3: 18:27:48 DEBUG juju.machinelock machine lock acquired for reboot (reboot) machine-3: 18:27:48 DEBUG juju.worker.reboot machine lock will not be released manually machine-3: 18:27:48 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 18:27:48 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: 18:27:48 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 175.5 KB/sec) unit-abot-epc-basic-0: 18:27:48 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-abot-epc-basic-0: 18:27:49 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-abot-epc-basic-0: 18:27:49 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 147.4 KB/sec) unit-abot-epc-basic-0: 18:27:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-abot-epc-basic-0: 18:27:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-abot-epc-basic-0: 18:27:49 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 16.9 KB/sec) unit-abot-epc-basic-0: 18:27: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.pom unit-abot-epc-basic-0: 18:27:49 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: 18:27:49 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 143.7 KB/sec) unit-abot-epc-basic-0: 18:27: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.pom unit-abot-epc-basic-0: 18:27:49 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: 18:27:49 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: 18:27: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.pom unit-abot-epc-basic-0: 18:27:50 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: 18:27:50 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 356.3 KB/sec) unit-abot-epc-basic-0: 18:27:50 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: 18:27:50 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: 18:27:50 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 39.1 KB/sec) unit-abot-epc-basic-0: 18:27:50 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: 18:27:50 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: 18:27:50 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 558.7 KB/sec) unit-abot-epc-basic-0: 18:27:50 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: 18:27:50 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: 18:27:50 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 607.1 KB/sec) unit-abot-epc-basic-0: 18:27:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 18:27:50 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: 18:27:50 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 199.5 KB/sec) unit-abot-epc-basic-0: 18:27:50 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: 18:27:50 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: 18:27:50 DEBUG unit.abot-epc-basic/0.install 3/20 KB 6/20 KB 9/20 KB 11/20 KB 14/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 686.2 KB/sec) unit-abot-epc-basic-0: 18:27:50 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: 18:27:51 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: 18:27:51 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 2160.2 KB/sec) unit-abot-epc-basic-0: 18:27:51 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 unit-abot-epc-basic-0: 18:27:51 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 unit-abot-epc-basic-0: 18:27:51 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 58.9 KB/sec) unit-abot-epc-basic-0: 18:27:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 18:27:51 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: 18:27:51 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 398.8 KB/sec) unit-abot-epc-basic-0: 18:27:51 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: 18:27:51 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: 18:27:51 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 51.9 KB/sec) unit-abot-epc-basic-0: 18:27:51 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: 18:27:51 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: 18:27:51 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 175.1 KB/sec) unit-abot-epc-basic-0: 18:27:51 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: 18:27:52 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: 18:27:52 DEBUG unit.abot-epc-basic/0.install 2/12 KB 5/12 KB 8/12 KB 10/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 701.0 KB/sec) unit-abot-epc-basic-0: 18:27:52 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: 18:27:52 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: 18:27:52 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 187.7 KB/sec) unit-abot-epc-basic-0: 18:27:52 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-abot-epc-basic-0: 18:27:52 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: 18:27:52 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 72.9 KB/sec) unit-abot-epc-basic-0: 18:27:52 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-abot-epc-basic-0: 18:27:52 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: 18:27:52 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 50.9 KB/sec) unit-abot-epc-basic-0: 18:27:52 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 unit-abot-epc-basic-0: 18:27: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.pom unit-abot-epc-basic-0: 18:27:53 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: 18:27:53 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: 18:27:53 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: 18:27:53 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 400.9 KB/sec) unit-abot-epc-basic-0: 18:27:53 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: 18:27:53 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: 18:27:53 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: 18:27:53 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: 18:27:53 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: 18:27:53 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 758.0 KB/sec) unit-abot-epc-basic-0: 18:27:53 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: 18:27:53 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: 18:27:53 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: 18:27:53 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-abot-epc-basic-0: 18:27: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.pom unit-abot-epc-basic-0: 18:27:53 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 683.2 KB/sec) unit-abot-epc-basic-0: 18:27:53 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-abot-epc-basic-0: 18:27:54 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: 18:27:54 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 1203.6 KB/sec) unit-abot-epc-basic-0: 18:27:54 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-abot-epc-basic-0: 18:27:54 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: 18:27:54 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 663.9 KB/sec) unit-abot-epc-basic-0: 18:27:54 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: 18:27:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-abot-epc-basic-0: 18:27:54 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 1747.2 KB/sec) unit-abot-epc-basic-0: 18:27:54 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-abot-epc-basic-0: 18:27:54 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: 18:27:54 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 172.3 KB/sec) unit-abot-epc-basic-0: 18:27:54 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: 18:27:54 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: 18:27:54 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 377.7 KB/sec) unit-abot-epc-basic-0: 18:27:54 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom unit-abot-epc-basic-0: 18:27:55 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 unit-abot-epc-basic-0: 18:27:55 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 486.6 KB/sec) unit-abot-epc-basic-0: 18:27:55 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: 18:27:55 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: 18:27:55 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 1009.4 KB/sec) unit-abot-epc-basic-0: 18:27:55 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: 18:27:55 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: 18:27:55 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 438.7 KB/sec) unit-abot-epc-basic-0: 18:27:55 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: 18:27:55 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: 18:27:55 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 284.7 KB/sec) unit-abot-epc-basic-0: 18:27:55 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: 18:27:55 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: 18:27:55 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 63.8 KB/sec) unit-abot-epc-basic-0: 18:27:55 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: 18:27:56 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: 18:27:56 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 62.0 KB/sec) unit-abot-epc-basic-0: 18:27:56 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: 18:27:56 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: 18:27:56 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 106.8 KB/sec) unit-abot-epc-basic-0: 18:27:56 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: 18:27:56 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: 18:27:56 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 86.3 KB/sec) unit-abot-epc-basic-0: 18:27:56 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: 18:27:56 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: 18:27:56 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 62.6 KB/sec) unit-abot-epc-basic-0: 18:27:56 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: 18:27:57 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: 18:27:57 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 112.8 KB/sec) unit-abot-epc-basic-0: 18:27:57 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: 18:27:57 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: 18:27:57 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 331.2 KB/sec) unit-abot-epc-basic-0: 18:27:57 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 unit-abot-epc-basic-0: 18:27:57 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: 18:27:57 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 100.3 KB/sec) unit-abot-epc-basic-0: 18:27:57 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 unit-abot-epc-basic-0: 18:27:57 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: 18:27:57 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 377.7 KB/sec) unit-abot-epc-basic-0: 18:27:57 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-abot-epc-basic-0: 18:27:57 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: 18:27:57 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 1169.2 KB/sec) unit-abot-epc-basic-0: 18:27:57 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-abot-epc-basic-0: 18:27:58 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: 18:27:58 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 180.7 KB/sec) unit-abot-epc-basic-0: 18:27:58 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-abot-epc-basic-0: 18:27:58 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: 18:27:58 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 879.2 KB/sec) unit-abot-epc-basic-0: 18:27:58 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 unit-abot-epc-basic-0: 18:27:58 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-abot-epc-basic-0: 18:27:58 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 114.6 KB/sec) unit-abot-epc-basic-0: 18:27:58 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-abot-epc-basic-0: 18:27:58 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: 18:27:58 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 540.9 KB/sec) unit-abot-epc-basic-0: 18:27:58 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: 18:27:59 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: 18:27:59 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 53.9 KB/sec) unit-abot-epc-basic-0: 18:27:59 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: 18:27:59 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: 18:27:59 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 365.8 KB/sec) unit-abot-epc-basic-0: 18:27:59 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: 18:27:59 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: 18:27:59 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 125.0 KB/sec) unit-abot-epc-basic-0: 18:27:59 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: 18:27:59 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: 18:27:59 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-abot-epc-basic-0: 18:27:59 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-abot-epc-basic-0: 18:27:59 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: 18:27:59 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: 18:27:59 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: 18:27:59 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: 18:27:59 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 913.0 KB/sec) unit-abot-epc-basic-0: 18:27:59 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/project/7/project-7.pom unit-abot-epc-basic-0: 18:28:00 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: 18:28:00 DEBUG unit.abot-epc-basic/0.install 3/27 KB 6/27 KB 9/27 KB 11/27 KB 14/27 KB 16/27 KB 19/27 KB 22/27 KB 25/27 KB 27/27 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 KB at 1773.6 KB/sec) unit-abot-epc-basic-0: 18:28:00 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-abot-epc-basic-0: 18:28:00 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: 18:28:00 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/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 317.9 KB/sec) unit-abot-epc-basic-0: 18:28:00 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: 18:28:00 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: 18:28:00 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 12/16 KB 15/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 939.0 KB/sec) unit-abot-epc-basic-0: 18:28:00 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: 18:28:00 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: 18:28:00 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 853.5 KB/sec) unit-abot-epc-basic-0: 18:28:00 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-abot-epc-basic-0: 18:28:00 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: 18:28:00 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 2332.1 KB/sec) unit-abot-epc-basic-0: 18:28:00 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-abot-epc-basic-0: 18:28:01 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: 18:28:01 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 311.6 KB/sec) unit-abot-epc-basic-0: 18:28:01 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-abot-epc-basic-0: 18:28:01 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: 18:28:01 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 223.3 KB/sec) unit-abot-epc-basic-0: 18:28:01 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: 18:28:01 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: 18:28:01 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 1812.4 KB/sec) unit-abot-epc-basic-0: 18:28:01 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: 18:28:01 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: 18:28:01 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 369.2 KB/sec) unit-abot-epc-basic-0: 18:28:01 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: 18:28:02 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: 18:28:02 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 9.8 KB/sec) unit-abot-epc-basic-0: 18:28:02 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: 18:28:02 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.5 KB/sec) unit-abot-epc-basic-0: 18:28:02 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: 18:28:03 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: 18:28:03 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 436.6 KB/sec) unit-abot-epc-basic-0: 18:28:03 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: 18:28:03 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: 18:28:03 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 523.3 KB/sec) unit-abot-epc-basic-0: 18:28:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-abot-epc-basic-0: 18:28:03 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: 18:28:03 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 757.3 KB/sec) unit-abot-epc-basic-0: 18:28:03 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-abot-epc-basic-0: 18:28:03 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: 18:28: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/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 872.3 KB/sec) unit-abot-epc-basic-0: 18:28:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/9/commons-parent-9.pom unit-abot-epc-basic-0: 18:28:03 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: 18:28:03 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/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 856.6 KB/sec) unit-abot-epc-basic-0: 18:28:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.pom unit-abot-epc-basic-0: 18:28:04 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-abot-epc-basic-0: 18:28: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/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 853.0 KB/sec) unit-abot-epc-basic-0: 18:28:04 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: 18:28:04 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: 18:28:04 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.8 KB/sec) unit-abot-epc-basic-0: 18:28:04 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: 18:28: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.pom unit-abot-epc-basic-0: 18:28:04 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 833.8 KB/sec) unit-abot-epc-basic-0: 18:28:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.pom unit-abot-epc-basic-0: 18:28:04 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: 18:28:04 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 201.1 KB/sec) unit-abot-epc-basic-0: 18:28:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-abot-epc-basic-0: 18:28:04 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: 18:28:04 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (3 KB at 184.6 KB/sec) unit-abot-epc-basic-0: 18:28:04 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: 18:28:05 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: 18:28:05 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: 18:28:05 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: 18:28:05 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: 18:28:05 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 673.5 KB/sec) unit-abot-epc-basic-0: 18:28:05 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: 18:28:05 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: 18:28:05 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 3077.1 KB/sec) unit-abot-epc-basic-0: 18:28:05 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-abot-epc-basic-0: 18:28:05 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: 18:28:05 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-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom (5 KB at 296.4 KB/sec) unit-abot-epc-basic-0: 18:28:05 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: 18:28:05 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: 18:28:06 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 28.9 KB/sec) unit-abot-epc-basic-0: 18:28:06 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-abot-epc-basic-0: 18:28:06 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: 18:28:06 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 319.1 KB/sec) unit-abot-epc-basic-0: 18:28:06 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: 18:28:06 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: 18:28:06 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: 18:28:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom unit-abot-epc-basic-0: 18:28:06 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 2.2 KB/sec) unit-abot-epc-basic-0: 18:28:06 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: 18:28:06 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: 18:28:06 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 386.2 KB/sec) unit-abot-epc-basic-0: 18:28:06 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: 18:28:06 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: 18:28:06 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: 18:28:06 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: 18:28:06 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-abot-epc-basic-0: 18:28:06 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: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:07 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-abot-epc-basic-0: 18:28:07 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-abot-epc-basic-0: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:07 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-abot-epc-basic-0: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:07 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: 18:28:08 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: 18:28:08 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: 18:28:08 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: 18:28:08 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: 18:28:08 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: 18:28:08 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: 18:28:08 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: 18:28:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-abot-epc-basic-0: 18:28:08 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-abot-epc-basic-0: 18:28:08 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: 18:28:08 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: 18:28:08 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: 18:28:08 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: 18:28:08 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: 18:28:08 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: 18:28:08 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: 18:28:08 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: 18:28:08 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: 18:28:09 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: 18:28:09 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: 18:28:09 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: 18:28:09 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-abot-epc-basic-0: 18:28:09 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: 18:28:09 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: 18:28:09 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: 18:28:09 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: 18:28:09 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: 18:28:09 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: 18:28:09 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: 18:28:09 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: 18:28:09 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: 18:28:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 18:28:09 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.jar unit-abot-epc-basic-0: 18:28:09 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: 18:28:09 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: 18:28:11 DEBUG unit.abot-epc-basic/0.install 4/966 KB 8/966 KB 12/966 KB 16/966 KB 20/966 KB 24/966 KB 28/966 KB 31/966 KB 35/966 KB 39/966 KB 43/966 KB 47/966 KB 51/966 KB 55/966 KB 59/966 KB 63/966 KB 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 321/966 KB 325/966 KB 329/966 KB 333/966 KB 337/966 KB 341/966 KB 345/966 KB 349/966 KB 353/966 KB 357/966 KB 361/966 KB 365/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 657/966 KB 661/966 KB 665/966 KB 669/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 714/966 KB 718/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 865/966 KB 869/966 KB 873/966 KB 877/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 200.7 KB/sec) unit-abot-epc-basic-0: 18:28:11 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: 18:28:11 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: 18:28:11 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: 18:28:11 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: 18:28:11 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 36/590 KB 40/590 KB 44/590 KB 48/590 KB 52/590 KB 56/590 KB 60/590 KB Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install 64/590 KB 68/590 KB 72/590 KB 76/590 KB 80/590 KB 84/590 KB 88/590 KB 92/590 KB 96/590 KB 100/590 KB 104/590 KB 108/590 KB 112/590 KB 116/590 KB 120/590 KB 124/590 KB 128/590 KB 132/590 KB 136/590 KB 140/590 KB 144/590 KB 148/590 KB 152/590 KB 156/590 KB 160/590 KB 164/590 KB 168/590 KB 172/590 KB 176/590 KB 180/590 KB 184/590 KB 188/590 KB 192/590 KB 196/590 KB 200/590 KB 204/590 KB 208/590 KB 212/590 KB 216/590 KB 220/590 KB 224/590 KB 228/590 KB 232/590 KB 236/590 KB 240/590 KB 244/590 KB 248/590 KB 252/590 KB 256/590 KB 260/590 KB 264/590 KB 268/590 KB 272/590 KB 276/590 KB 280/590 KB 284/590 KB 288/590 KB 292/590 KB 296/590 KB 300/590 KB 304/590 KB 304/590 KB 3/240 KB 304/590 KB 5/240 KB 304/590 KB 8/240 KB 304/590 KB 3/10 KB 8/240 KB 304/590 KB 5/10 KB 8/240 KB 304/590 KB 8/10 KB 8/240 KB 304/590 KB 10/10 KB 8/240 KB 304/590 KB 10/10 KB 11/240 KB 308/590 KB 10/10 KB 3/1710 KB 13/240 KB 308/590 KB 10/10 KB 11/240 KB 308/590 KB 10/10 KB 3/1710 KB 11/240 KB 308/590 KB 10/10 KB 5/1710 KB 13/240 KB 308/590 KB 10/10 KB 8/1710 KB 13/240 KB 308/590 KB 10/10 KB 11/1710 KB 13/240 KB 308/590 KB 10/10 KB 13/1710 KB 13/240 KB 308/590 KB 10/10 KB 13/1710 KB 16/240 KB 312/590 KB 10/10 KB 16/1710 KB 19/240 KB 3/232 KB 312/590 KB 10/10 KB 16/1710 KB 21/240 KB 3/232 KB 308/590 KB 10/10 KB 16/1710 KB 16/240 KB 312/590 KB 10/10 KB 19/1710 KB 21/240 KB 3/232 KB 312/590 KB 10/10 KB 21/1710 KB 21/240 KB 3/232 KB 312/590 KB 10/10 KB 24/1710 KB 21/240 KB 3/232 KB 312/590 KB 10/10 KB 16/1710 KB 16/240 KB 3/232 KB 316/590 KB 10/10 KB 24/1710 KB 21/240 KB 3/232 KB 320/590 KB 10/10 KB 27/1710 KB 21/240 KB 3/232 KB 308/590 KB 10/10 KB 16/1710 KB 16/240 KB 3/232 KB 320/590 KB 10/10 KB 27/1710 KB 21/240 KB 5/232 KB 320/590 KB 10/10 KB 27/1710 KB 21/240 KB 8/232 KB 320/590 KB 10/10 KB 27/1710 KB 21/240 KB 11/232 KB 320/590 KB 10/10 KB 27/1710 KB 21/240 KB 13/232 KB 316/590 KB 10/10 KB 27/1710 KB 21/240 KB 3/232 KB 320/590 KB 10/10 KB 29/1710 KB 24/240 KB 13/232 KB 320/590 KB 10/10 KB 32/1710 KB 24/240 KB 16/232 KB 320/590 KB 10/10 KB 27/1710 KB 24/240 KB 13/232 KB 324/590 KB 32/1710 KB 27/240 KB 16/232 KB 324/590 KB 36/1710 KB 29/240 KB 16/232 KB 324/590 KB 36/1710 KB 32/240 KB 16/232 KB 324/590 KB 32/1710 KB 24/240 KB 16/232 KB 328/590 KB 36/1710 KB 32/240 KB 16/232 KB 320/590 KB 10/10 KB 29/1710 KB 24/240 KB 16/232 KB 328/590 KB 36/1710 KB 32/240 KB 19/232 KB 328/590 KB 36/1710 KB 32/240 KB 21/232 KB 324/590 KB 36/1710 KB 27/240 KB 16/232 KB 328/590 KB 40/1710 KB 32/240 KB 24/232 KB 328/590 KB 44/1710 KB 32/240 KB 24/232 KB 332/590 KB 48/1710 KB 32/240 KB 24/232 KB 332/590 KB 52/1710 KB 32/240 KB 24/232 KB 332/590 KB 56/1710 KB 36/240 KB 24/232 KB 328/590 KB 36/1710 KB 32/240 KB 24/232 KB 332/590 KB 56/1710 KB 36/240 KB 27/232 KB 332/590 KB 56/1710 KB 36/240 KB 29/232 KB 332/590 KB 52/1710 KB 36/240 KB 24/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 153.6 KB/sec) unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install 332/590 KB 44/1710 KB 32/240 KB 24/232 KB 336/590 KB 56/1710 KB 36/240 KB 29/232 KB Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install 340/590 KB 56/1710 KB 36/240 KB 32/232 KB 340/590 KB 56/1710 KB 36/240 KB 29/232 KB 340/590 KB 56/1710 KB 40/240 KB 32/232 KB 340/590 KB 56/1710 KB 44/240 KB 32/232 KB 340/590 KB 56/1710 KB 48/240 KB 32/232 KB 340/590 KB 56/1710 KB 52/240 KB 32/232 KB 344/590 KB 60/1710 KB 56/240 KB 36/232 KB 344/590 KB 60/1710 KB 52/240 KB 36/232 KB 344/590 KB 60/1710 KB 56/240 KB 40/232 KB 344/590 KB 60/1710 KB 56/240 KB 44/232 KB 344/590 KB 60/1710 KB 52/240 KB 32/232 KB 344/590 KB 64/1710 KB 60/240 KB 44/232 KB 344/590 KB 56/1710 KB 52/240 KB 32/232 KB 348/590 KB 64/1710 KB 60/240 KB 44/232 KB 352/590 KB 64/1710 KB 60/240 KB 44/232 KB 352/590 KB 68/1710 KB 60/240 KB 44/232 KB 356/590 KB 72/1710 KB 60/240 KB 44/232 KB 344/590 KB 60/1710 KB 60/240 KB 44/232 KB 356/590 KB 72/1710 KB 64/240 KB 44/232 KB 356/590 KB 68/1710 KB 60/240 KB 44/232 KB 360/590 KB 72/1710 KB 64/240 KB 48/232 KB 356/590 KB 72/1710 KB 64/240 KB 48/232 KB 360/590 KB 72/1710 KB 68/240 KB 48/232 KB 364/590 KB 3/44 KB 76/1710 KB 68/240 KB 48/232 KB 364/590 KB 5/44 KB 76/1710 KB 68/240 KB 48/232 KB 364/590 KB 8/44 KB 76/1710 KB 68/240 KB 48/232 KB 364/590 KB 11/44 KB 76/1710 KB 68/240 KB 48/232 KB 364/590 KB 76/1710 KB 68/240 KB 48/232 KB 368/590 KB 11/44 KB 76/1710 KB 68/240 KB 48/232 KB 360/590 KB 76/1710 KB 68/240 KB 48/232 KB 368/590 KB 11/44 KB 80/1710 KB 68/240 KB 48/232 KB 368/590 KB 11/44 KB 84/1710 KB 68/240 KB 48/232 KB 372/590 KB 13/44 KB 88/1710 KB 72/240 KB 52/232 KB 372/590 KB 13/44 KB 92/1710 KB 72/240 KB 52/232 KB 372/590 KB 13/44 KB 96/1710 KB 72/240 KB 52/232 KB 372/590 KB 13/44 KB 84/1710 KB 72/240 KB 52/232 KB 368/590 KB 13/44 KB 84/1710 KB 68/240 KB 48/232 KB 372/590 KB 16/44 KB 96/1710 KB 72/240 KB 52/232 KB 368/590 KB 13/44 KB 84/1710 KB 72/240 KB 52/232 KB 368/590 KB 13/44 KB 84/1710 KB 72/240 KB 48/232 KB 372/590 KB 16/44 KB 96/1710 KB 76/240 KB 52/232 KB 372/590 KB 19/44 KB 96/1710 KB 76/240 KB 52/232 KB 372/590 KB 19/44 KB 96/1710 KB 76/240 KB 56/232 KB 372/590 KB 19/44 KB 96/1710 KB 80/240 KB 56/232 KB 372/590 KB 21/44 KB 96/1710 KB 80/240 KB 56/232 KB 376/590 KB 24/44 KB 96/1710 KB 84/240 KB 60/232 KB 376/590 KB 27/44 KB 96/1710 KB 84/240 KB 60/232 KB 376/590 KB 29/44 KB 100/1710 KB 84/240 KB 60/232 KB 376/590 KB 21/44 KB 96/1710 KB 84/240 KB 60/232 KB 376/590 KB 29/44 KB 100/1710 KB 88/240 KB 60/232 KB 376/590 KB 32/44 KB 100/1710 KB 92/240 KB 60/232 KB 376/590 KB 32/44 KB 100/1710 KB 96/240 KB 60/232 KB 376/590 KB 21/44 KB 96/1710 KB 80/240 KB 60/232 KB 380/590 KB 32/44 KB 100/1710 KB 96/240 KB 60/232 KB 384/590 KB 32/44 KB 100/1710 KB 96/240 KB 60/232 KB 372/590 KB 21/44 KB 96/1710 KB 80/240 KB 60/232 KB 384/590 KB 32/44 KB 100/1710 KB 96/240 KB 64/232 KB 384/590 KB 32/44 KB 100/1710 KB 96/240 KB 68/232 KB 388/590 KB 32/44 KB 100/1710 KB 96/240 KB 72/232 KB 388/590 KB 32/44 KB 100/1710 KB 96/240 KB 76/232 KB 388/590 KB 32/44 KB 100/1710 KB 96/240 KB 80/232 KB 388/590 KB 32/44 KB 100/1710 KB 96/240 KB 84/232 KB 388/590 KB 32/44 KB 100/1710 KB 100/240 KB 88/232 KB 388/590 KB 32/44 KB 100/1710 KB 100/240 KB 92/232 KB 388/590 KB 32/44 KB 100/1710 KB 100/240 KB 96/232 KB 376/590 KB 32/44 KB 100/1710 KB 92/240 KB 60/232 KB 376/590 KB 27/44 KB 100/1710 KB 84/240 KB 60/232 KB 388/590 KB 32/44 KB 104/1710 KB 100/240 KB 96/232 KB 388/590 KB 32/44 KB 108/1710 KB 100/240 KB 96/232 KB 388/590 KB 32/44 KB 112/1710 KB 100/240 KB 96/232 KB 388/590 unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install KB 32/44 KB 116/1710 KB 100/240 KB 96/232 KB 388/590 KB 36/44 KB 120/1710 KB 100/240 KB 96/232 KB 388/590 KB 36/44 KB 124/1710 KB 100/240 KB 96/232 KB 388/590 KB 36/44 KB 128/1710 KB 100/240 KB 96/232 KB 388/590 KB 32/44 KB 100/1710 KB 100/240 KB 84/232 KB 388/590 KB 36/44 KB 128/1710 KB 104/240 KB 96/232 KB 388/590 KB 36/44 KB 128/1710 KB 108/240 KB 96/232 KB 388/590 KB 36/44 KB 128/1710 KB 112/240 KB 96/232 KB 388/590 KB 32/44 KB 100/1710 KB 96/240 KB 68/232 KB 392/590 KB 36/44 KB 128/1710 KB 112/240 KB 96/232 KB 396/590 KB 36/44 KB 128/1710 KB 112/240 KB 96/232 KB 400/590 KB 36/44 KB 128/1710 KB 112/240 KB 96/232 KB 404/590 KB 36/44 KB 128/1710 KB 112/240 KB 96/232 KB 388/590 KB 36/44 KB 116/1710 KB 100/240 KB 96/232 KB 408/590 KB 40/44 KB 128/1710 KB 112/240 KB 96/232 KB 408/590 KB 44/44 KB 128/1710 KB 112/240 KB 96/232 KB 408/590 KB 44/44 KB 128/1710 KB 112/240 KB 96/232 KB 408/590 KB 44/44 KB 128/1710 KB 112/240 KB 96/232 KB 412/590 KB 44/44 KB 128/1710 KB 112/240 KB 96/232 KB 416/590 KB 44/44 KB 128/1710 KB 112/240 KB 96/232 KB 420/590 KB 44/44 KB 128/1710 KB 112/240 KB 96/232 KB 424/590 KB 44/44 KB 132/1710 KB 116/240 KB 100/232 KB 428/590 KB 44/44 KB 132/1710 KB 116/240 KB 100/232 KB 432/590 KB 44/44 KB 132/1710 KB 116/240 KB 100/232 KB 436/590 KB 44/44 KB 132/1710 KB 116/240 KB 100/232 KB 440/590 KB 44/44 KB 132/1710 KB 116/240 KB 100/232 KB 444/590 KB 44/44 KB 132/1710 KB 116/240 KB 100/232 KB 448/590 KB 44/44 KB 132/1710 KB 116/240 KB 100/232 KB 420/590 KB 44/44 KB 132/1710 KB 116/240 KB 100/232 KB 448/590 KB 44/44 KB 136/1710 KB 116/240 KB 100/232 KB 448/590 KB 44/44 KB 140/1710 KB 116/240 KB 100/232 KB 448/590 KB 44/44 KB 144/1710 KB 116/240 KB 100/232 KB 420/590 KB 44/44 KB 128/1710 KB 116/240 KB 100/232 KB 448/590 KB 44/44 KB 144/1710 KB 120/240 KB 100/232 KB 448/590 KB 44/44 KB 144/1710 KB 124/240 KB 100/232 KB 448/590 KB 44/44 KB 144/1710 KB 128/240 KB 100/232 KB 420/590 KB 44/44 KB 128/1710 KB 112/240 KB 100/232 KB 448/590 KB 44/44 KB 144/1710 KB 128/240 KB 104/232 KB 448/590 KB 44/44 KB 144/1710 KB 128/240 KB 108/232 KB 448/590 KB 44/44 KB 144/1710 KB 128/240 KB 112/232 KB 448/590 KB 44/44 KB 144/1710 KB 128/240 KB 116/232 KB 448/590 KB 44/44 KB 148/1710 KB 132/240 KB 120/232 KB 448/590 KB 44/44 KB 148/1710 KB 132/240 KB 116/232 KB 448/590 KB 44/44 KB 144/1710 KB 132/240 KB 116/232 KB 448/590 KB 148/1710 KB 136/240 KB 120/232 KB 448/590 KB 148/1710 KB 140/240 KB 120/232 KB 448/590 KB 148/1710 KB 144/240 KB 120/232 KB 448/590 KB 148/1710 KB 148/240 KB 120/232 KB 452/590 KB 152/1710 KB 152/240 KB 124/232 KB 452/590 KB 152/1710 KB 156/240 KB 124/232 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 448.7 KB/sec) unit-abot-epc-basic-0: 18:28:11 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: 18:28:11 DEBUG unit.abot-epc-basic/0.install 452/590 KB 152/1710 KB 160/240 KB 124/232 KB 452/590 KB 152/1710 KB 148/240 KB 124/232 KB 448/590 KB 152/1710 KB 148/240 KB 124/232 KB 456/590 KB 152/1710 KB 160/240 KB 128/232 KB 456/590 KB 152/1710 KB 160/240 KB 132/232 KB 456/590 KB 152/1710 KB 160/240 KB 136/232 KB 456/590 KB 152/1710 KB 160/240 KB 140/232 KB 456/590 KB 152/1710 KB 160/240 KB 144/232 KB 448/590 KB 152/1710 KB 148/240 KB 120/232 KB 456/590 KB 156/1710 KB 160/240 KB 144/232 KB 456/590 KB 160/1710 KB 160/240 KB 144/232 KB 4/258 KB 456/590 KB 164/1710 KB 160/240 KB 144/232 KB 456/590 KB 152/1710 KB 160/240 KB 144/232 KB 4/258 KB 460/590 KB 168/1710 KB 160/240 KB 144/232 KB 4/258 KB 460/590 KB 168/1710 KB 160/240 KB 148/232 KB 4/258 KB 456/590 KB 160/1710 KB 160/240 KB 144/232 KB 4/258 KB 464/590 KB 168/1710 KB 160/240 KB 148/232 KB 4/258 KB 460/590 KB 168/1710 KB 160/240 KB 144/232 KB 8/258 KB 464/590 KB 172/1710 KB 160/240 KB 148/232 KB 8/258 KB 464/590 KB 176/1710 KB 160/240 KB 148/232 KB 8/258 KB 464/590 KB 176/1710 KB 160/240 KB 148/232 KB 12/258 KB 464/590 KB 176/1710 KB 160/240 KB 148/232 KB 16/258 KB 468/590 KB 176/1710 KB 160/240 KB 148/232 KB 20/258 KB 468/590 KB 176/1710 KB 160/240 KB 148/232 KB 24/258 KB 468/590 KB 180/1710 KB 160/240 KB 152/232 KB 28/258 KB 468/590 KB 180/1710 KB 160/240 KB 152/232 KB 32/258 KB 468/590 KB 180/1710 KB 160/240 KB 152/232 KB 12/258 KB 468/590 KB 176/1710 KB 160/240 KB 148/232 KB 32/258 KB 472/590 KB 180/1710 KB 160/240 KB 152/232 KB 32/258 KB 476/590 KB 180/1710 KB 160/240 KB 152/232 KB 32/258 KB 480/590 KB 180/1710 KB 160/240 KB 152/232 KB 32/258 KB 484/590 KB 180/1710 KB 160/240 KB 152/232 KB 36/258 KB 488/590 KB 180/1710 KB 160/240 KB 152/232 KB 20/258 KB 468/590 KB 180/1710 KB 160/240 KB 152/232 KB 20/258 KB 468/590 KB 176/1710 KB 160/240 KB 152/232 KB 36/258 KB 488/590 KB 180/1710 KB 160/240 KB 156/232 KB 36/258 KB 488/590 KB 180/1710 KB 160/240 KB 160/232 KB 36/258 KB 488/590 KB 184/1710 KB 160/240 KB 160/232 KB 36/258 KB 488/590 KB 188/1710 KB 160/240 KB 160/232 KB 36/258 KB 488/590 KB 192/1710 KB 160/240 KB 160/232 KB 36/258 KB 488/590 KB 196/1710 KB 160/240 KB 164/232 KB 36/258 KB 488/590 KB 200/1710 KB 160/240 KB 164/232 KB 36/258 KB 488/590 KB 204/1710 KB 160/240 KB 164/232 KB 36/258 KB 492/590 KB 208/1710 KB 160/240 KB 164/232 KB 36/258 KB 484/590 KB 180/1710 KB 160/240 KB 152/232 KB 40/258 KB 492/590 KB 208/1710 KB 160/240 KB 164/232 KB 44/258 KB 492/590 KB 208/1710 KB 160/240 KB 164/232 KB 48/258 KB 492/590 KB 208/1710 KB 160/240 KB 164/232 KB 52/258 KB 492/590 KB 208/1710 KB 160/240 KB 164/232 KB 56/258 KB 492/590 KB 212/1710 KB 164/240 KB 164/232 KB 60/258 KB 492/590 KB 212/1710 KB 164/240 KB 164/232 KB 64/258 KB 492/590 KB 212/1710 KB 164/240 KB 164/232 KB 36/258 KB 492/590 KB 204/1710 KB 160/240 KB 164/232 KB 64/258 KB 496/590 KB 212/1710 KB 164/240 KB 164/232 KB 64/258 KB 500/590 KB 212/1710 KB 164/240 KB 164/232 KB 64/258 KB 504/590 KB 212/1710 KB 164/240 KB 164/232 KB 64/258 KB 508/590 KB 212/1710 KB 164/240 KB 164/232 KB 64/258 KB 512/590 KB 212/1710 KB 164/240 KB 164/232 KB 36/258 KB 488/590 KB 192/1710 KB 160/240 KB 164/232 KB 64/258 KB 512/590 KB 212/1710 KB 164/240 KB 168/232 KB 64/258 KB 512/590 KB 212/1710 KB 164/240 KB 172/232 KB 64/258 KB 512/590 KB 212/1710 KB 164/240 KB 176/232 KB 52/258 KB 492/590 KB 212/1710 KB 164/240 KB 164/232 KB 64/258 KB 512/590 KB 212/1710 KB 168/240 KB 176/232 KB 64/258 KB 512/590 KB unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install 212/1710 KB 172/240 KB 176/232 KB 64/258 KB 512/590 KB 212/1710 KB 176/240 KB 176/232 KB 64/258 KB 512/590 KB 212/1710 KB 180/240 KB 176/232 KB 64/258 KB 512/590 KB 212/1710 KB 184/240 KB 176/232 KB 64/258 KB 512/590 KB 212/1710 KB 188/240 KB 176/232 KB 64/258 KB 512/590 KB 212/1710 KB 192/240 KB 176/232 KB 64/258 KB 512/590 KB 212/1710 KB 196/240 KB 176/232 KB 64/258 KB 512/590 KB 212/1710 KB 200/240 KB 180/232 KB 64/258 KB 512/590 KB 212/1710 KB 204/240 KB 180/232 KB 64/258 KB 512/590 KB 212/1710 KB 208/240 KB 180/232 KB 64/258 KB 512/590 KB 212/1710 KB 212/240 KB 180/232 KB 64/258 KB 512/590 KB 212/1710 KB 216/240 KB 180/232 KB 64/258 KB 512/590 KB 212/1710 KB 220/240 KB 180/232 KB 64/258 KB 512/590 KB 212/1710 KB 224/240 KB 180/232 KB 52/258 KB 492/590 KB 212/1710 KB 160/240 KB 164/232 KB 64/258 KB 512/590 KB 216/1710 KB 224/240 KB 180/232 KB 64/258 KB 512/590 KB 220/1710 KB 224/240 KB 180/232 KB 64/258 KB 512/590 KB 224/1710 KB 224/240 KB 180/232 KB 64/258 KB 512/590 KB 212/1710 KB 196/240 KB 180/232 KB 64/258 KB 512/590 KB 224/1710 KB 224/240 KB 184/232 KB 64/258 KB 512/590 KB 224/1710 KB 224/240 KB 188/232 KB 64/258 KB 512/590 KB 224/1710 KB 224/240 KB 192/232 KB 64/258 KB 512/590 KB 224/1710 KB 224/240 KB 196/232 KB 64/258 KB 516/590 KB 228/1710 KB 228/240 KB 200/232 KB 64/258 KB 516/590 KB 228/1710 KB 228/240 KB 204/232 KB 64/258 KB 516/590 KB 228/1710 KB 228/240 KB 208/232 KB 68/258 KB 516/590 KB 228/1710 KB 228/240 KB 212/232 KB 68/258 KB 516/590 KB 228/1710 KB 228/240 KB 216/232 KB 68/258 KB 516/590 KB 228/1710 KB 228/240 KB 220/232 KB 68/258 KB 516/590 KB 228/1710 KB 228/240 KB 224/232 KB 64/258 KB 516/590 KB 228/1710 KB 228/240 KB 196/232 KB 68/258 KB 516/590 KB 228/1710 KB 232/240 KB 224/232 KB 68/258 KB 516/590 KB 228/1710 KB 236/240 KB 224/232 KB 68/258 KB 516/590 KB 228/1710 KB 240/240 KB 224/232 KB 64/258 KB 516/590 KB 228/1710 KB 224/240 KB 196/232 KB 68/258 KB 516/590 KB 232/1710 KB 240/240 KB 224/232 KB 68/258 KB 516/590 KB 236/1710 KB 240/240 KB 224/232 KB 68/258 KB 516/590 KB 240/1710 KB 240/240 KB 224/232 KB 68/258 KB 516/590 KB 244/1710 KB 240/240 KB 224/232 KB 68/258 KB 516/590 KB 248/1710 KB 240/240 KB 224/232 KB 68/258 KB 516/590 KB 252/1710 KB 240/240 KB 224/232 KB 68/258 KB 516/590 KB 256/1710 KB 240/240 KB 224/232 KB 64/258 KB 516/590 KB 224/1710 KB 224/240 KB 196/232 KB 68/258 KB 520/590 KB 256/1710 KB 240/240 KB 228/232 KB 68/258 KB 524/590 KB 256/1710 KB 240/240 KB 228/232 KB 68/258 KB 528/590 KB 256/1710 KB 240/240 KB 228/232 KB 68/258 KB 532/590 KB 256/1710 KB 240/240 KB 228/232 KB 68/258 KB 536/590 KB 256/1710 KB 240/240 KB 228/232 KB 68/258 KB 540/590 KB 256/1710 KB 240/240 KB 228/232 KB 68/258 KB 544/590 KB 256/1710 KB 240/240 KB 228/232 KB 68/258 KB 516/590 KB 256/1710 KB 240/240 KB 228/232 KB 68/258 KB 544/590 KB 256/1710 KB 240/240 KB 232/232 KB 68/258 KB 544/590 KB 256/1710 KB 240/240 KB 232/232 KB 68/258 KB 516/590 KB 228/1710 KB 228/240 KB 208/232 KB 72/258 KB 544/590 KB 256/1710 KB 240/240 KB 232/232 KB 76/258 KB 544/590 KB 256/1710 KB 240/240 KB 232/232 KB 80/258 KB 544/590 KB 256/1710 KB 240/240 KB 232/232 KB 84/258 KB 544/590 KB 256/1710 KB 240/240 KB 232/232 KB 88/258 KB 544/590 KB 256/1710 KB 240/240 KB 232/232 KB 92/258 KB 544/590 KB 256/1710 KB 240/240 KB 232/232 KB 96/258 KB 544/590 KB 260/1710 KB 240/240 KB 232/232 KB 100/258 KB 544/590 KB 260/1710 KB 240/240 KB 232/232 KB 92/258 KB 544/590 KB 260 unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install /1710 KB 240/240 KB 232/232 KB 100/258 KB 548/590 KB 264/1710 KB 240/240 KB 232/232 KB 100/258 KB 548/590 KB 268/1710 KB 240/240 KB 232/232 KB 100/258 KB 548/590 KB 272/1710 KB 240/240 KB 232/232 KB 100/258 KB 548/590 KB 260/1710 KB 240/240 KB 232/232 KB 100/258 KB 552/590 KB 272/1710 KB 240/240 KB 232/232 KB 100/258 KB 556/590 KB 272/1710 KB 240/240 KB 232/232 KB 100/258 KB 560/590 KB 272/1710 KB 240/240 KB 232/232 KB 100/258 KB 564/590 KB 272/1710 KB 240/240 KB 232/232 KB 104/258 KB 568/590 KB 276/1710 KB 232/232 KB 104/258 KB 572/590 KB 276/1710 KB 232/232 KB 104/258 KB 576/590 KB 276/1710 KB 232/232 KB 104/258 KB 580/590 KB 276/1710 KB 232/232 KB 104/258 KB 584/590 KB 276/1710 KB 104/258 KB 588/590 KB 276/1710 KB 104/258 KB 590/590 KB 276/1710 KB 104/258 KB 564/590 KB 276/1710 KB 232/232 KB 108/258 KB 590/590 KB 276/1710 KB 112/258 KB 590/590 KB 276/1710 KB 116/258 KB 590/590 KB 276/1710 KB 120/258 KB 590/590 KB 276/1710 KB 124/258 KB 590/590 KB 276/1710 KB 128/258 KB 590/590 KB 276/1710 KB 100/258 KB 564/590 KB 276/1710 KB 232/232 KB 128/258 KB 590/590 KB 280/1710 KB 128/258 KB 590/590 KB 284/1710 KB 128/258 KB 590/590 KB 288/1710 KB 128/258 KB 590/590 KB 292/1710 KB 132/258 KB 590/590 KB 296/1710 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 1673.4 KB/sec) unit-abot-epc-basic-0: 18:28:11 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: 18:28:11 DEBUG unit.abot-epc-basic/0.install 132/258 KB 590/590 KB 300/1710 KB 132/258 KB 590/590 KB 304/1710 KB 132/258 KB 590/590 KB 292/1710 KB 136/258 KB 590/590 KB 304/1710 KB 140/258 KB 590/590 KB 308/1710 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 1525.5 KB/sec) unit-abot-epc-basic-0: 18:28:11 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: 18:28:11 DEBUG unit.abot-epc-basic/0.install 136/258 KB 590/590 KB 308/1710 KB 144/258 KB 590/590 KB 312/1710 KB 144/258 KB 590/590 KB 316/1710 KB 144/258 KB 590/590 KB 320/1710 KB 144/258 KB 590/590 KB 324/1710 KB 144/258 KB 590/590 KB 328/1710 KB 144/258 KB 590/590 KB 332/1710 KB 144/258 KB 590/590 KB 336/1710 KB 144/258 KB 590/590 KB 340/1710 KB 144/258 KB 590/590 KB 308/1710 KB 148/258 KB 590/590 KB 340/1710 KB 152/258 KB 590/590 KB 340/1710 KB 156/258 KB 590/590 KB 340/1710 KB 160/258 KB 590/590 KB 340/1710 KB 164/258 KB 590/590 KB 340/1710 KB 168/258 KB 590/590 KB 340/1710 KB 172/258 KB 590/590 KB 340/1710 KB 176/258 KB 590/590 KB 340/1710 KB 180/258 KB 590/590 KB 340/1710 KB 180/258 KB 590/590 KB 344/1710 KB 180/258 KB 590/590 KB 348/1710 KB 180/258 KB 590/590 KB 352/1710 KB 180/258 KB 590/590 KB 356/1710 KB 184/258 KB 590/590 KB 360/1710 KB 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 3509.8 KB/sec) unit-abot-epc-basic-0: 18:28:11 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: 18:28:11 DEBUG unit.abot-epc-basic/0.install 184/258 KB 4/208 KB 360/1710 KB 184/258 KB 8/208 KB 360/1710 KB 184/258 KB 12/208 KB 360/1710 KB 184/258 KB 16/208 KB 360/1710 KB 184/258 KB 20/208 KB 360/1710 KB 184/258 KB 24/208 KB 360/1710 KB 184/258 KB 28/208 KB 360/1710 KB 184/258 KB 32/208 KB 360/1710 KB 184/258 KB 32/208 KB 4/223 KB 360/1710 KB 184/258 KB 32/208 KB 8/223 KB 360/1710 KB 184/258 KB 32/208 KB 12/223 KB 360/1710 KB 184/258 KB 32/208 KB 16/223 KB 360/1710 KB 184/258 KB 32/208 KB 20/223 KB 360/1710 KB 184/258 KB 32/208 KB 24/223 KB 360/1710 KB 184/258 KB 32/208 KB 28/223 KB 360/1710 KB 184/258 KB 36/208 KB 32/223 KB 360/1710 KB 184/258 KB 40/208 KB 32/223 KB 360/1710 KB 184/258 KB 44/208 KB 32/223 KB 360/1710 KB 184/258 KB 590/590 KB 356/1710 KB 188/258 KB 44/208 KB 32/223 KB 360/1710 KB 192/258 KB 44/208 KB 32/223 KB 360/1710 KB 184/258 KB 32/208 KB 32/223 KB 360/1710 KB 192/258 KB 48/208 KB 36/223 KB 360/1710 KB 192/258 KB 48/208 KB 40/223 KB 360/1710 KB 192/258 KB 48/208 KB 44/223 KB 364/1710 KB 192/258 KB 48/208 KB 48/223 KB 364/1710 KB 192/258 KB 48/208 KB 32/223 KB 360/1710 KB 192/258 KB 52/208 KB 48/223 KB 364/1710 KB 196/258 KB 56/208 KB 52/223 KB 364/1710 KB 196/258 KB 60/208 KB 52/223 KB 364/1710 KB 196/258 KB 64/208 KB 52/223 KB 364/1710 KB 192/258 KB 48/208 KB 40/223 KB 364/1710 KB 196/258 KB 64/208 KB 52/223 KB 368/1710 KB 196/258 KB 64/208 KB 52/223 KB 372/1710 KB 4/38 KB 196/258 KB 68/208 KB 52/223 KB 376/1710 KB 4/38 KB 196/258 KB 68/208 KB 52/223 KB 380/1710 KB 4/38 KB 196/258 KB 68/208 KB 52/223 KB 384/1710 KB 196/258 KB 52/208 KB 52/223 KB 364/1710 KB 4/38 KB 200/258 KB 68/208 KB 52/223 KB 384/1710 KB 4/38 KB 204/258 KB 68/208 KB 52/223 KB 384/1710 KB 4/38 KB 208/258 KB 68/208 KB 52/223 KB 384/1710 KB 4/38 KB 212/258 KB 68/208 KB 52/223 KB 384/1710 KB 4/38 KB 216/258 KB 68/208 KB 52/223 KB 384/1710 KB 4/38 KB 220/258 KB 68/208 KB 52/223 KB 384/1710 KB 4/38 KB 224/258 KB 68/208 KB 52/223 KB 384/1710 KB 4/38 KB 228/258 KB 68/208 KB 52/223 KB 384/1710 KB 4/38 KB 232/258 KB 68/208 KB 52/223 KB 388/1710 KB 4/38 KB 236/258 KB 68/208 KB 52/223 KB 388/1710 KB 4/38 KB 240/258 KB 68/208 KB 52/223 KB 388/1710 KB 192/258 KB 52/208 KB 52/223 KB 364/1710 KB 4/38 KB 240/258 KB 68/208 KB 56/223 KB 388/1710 KB 4/38 KB 240/258 KB 68/208 KB 60/223 KB 388/1710 KB 4/38 KB 240/258 KB 68/208 KB 64/223 KB 388/1710 KB 4/38 KB 240/258 KB 68/208 KB 68/223 KB 388/1710 KB 4/38 KB 240/258 KB 68/208 KB 72/223 KB 388/1710 KB 4/38 KB 240/258 KB 68/208 KB 76/223 KB 388/1710 KB 4/38 KB 240/258 KB 68/208 KB 80/223 KB 388/1710 KB 4/38 KB 240/258 KB 68/208 KB 84/223 KB 388/1710 KB 4/38 KB 240/258 KB 68/208 KB 88/223 KB 388/1710 KB 4/38 KB 240/258 KB 68/208 KB 92/223 KB 388/1710 KB 4/38 KB 240/258 KB 68/208 KB 96/223 KB 388/1710 KB 4/38 KB 240/258 KB 68/208 KB 100/223 KB 388/1710 KB 4/38 KB 244/258 KB 68/208 KB 104/223 KB 388/1710 KB 4/38 KB 244/258 KB 68/208 KB 108/223 KB 388/1710 KB 4/38 KB 244/258 KB 68/208 KB 112/223 KB 388/1710 KB 4/38 KB 228/258 KB 68/208 KB 52/223 KB 388/1710 KB 4/38 KB 196/258 KB 68/208 KB 52/223 KB 372/1710 KB 4/38 KB 196/258 KB 64/208 KB 52/223 KB 372/1710 KB 8/38 KB 244/258 KB 68/208 KB 112/223 KB 388/1710 KB 12/38 KB 244/258 KB 68/208 KB 112/223 KB 388/1710 KB 16/38 KB 244/258 KB 68/208 KB 112/223 KB 388/1710 KB 20/38 KB 244/258 KB 68/208 KB 112/223 KB 388/1710 KB 24/38 KB 244/258 KB 68/208 KB 112/223 KB 388/1710 KB 28/38 KB 244/258 KB 68 unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install /208 KB 112/223 KB 388/1710 KB 32/38 KB 244/258 KB 68/208 KB 112/223 KB 388/1710 KB 36/38 KB 244/258 KB 68/208 KB 112/223 KB 388/1710 KB 38/38 KB 244/258 KB 72/208 KB 112/223 KB 388/1710 KB 38/38 KB 244/258 KB 72/208 KB 112/223 KB 392/1710 KB 38/38 KB 244/258 KB 72/208 KB 112/223 KB 396/1710 KB 38/38 KB 244/258 KB 72/208 KB 112/223 KB 400/1710 KB 38/38 KB 244/258 KB 72/208 KB 112/223 KB 404/1710 KB 38/38 KB 244/258 KB 72/208 KB 112/223 KB 408/1710 KB 38/38 KB 244/258 KB 72/208 KB 112/223 KB 412/1710 KB 38/38 KB 244/258 KB 72/208 KB 112/223 KB 416/1710 KB 38/38 KB 244/258 KB 72/208 KB 112/223 KB 420/1710 KB 38/38 KB 244/258 KB 72/208 KB 112/223 KB 424/1710 KB 38/38 KB 244/258 KB 72/208 KB 112/223 KB 428/1710 KB 38/38 KB 244/258 KB 72/208 KB 112/223 KB 432/1710 KB 4/38 KB 244/258 KB 68/208 KB 100/223 KB 388/1710 KB 36/38 KB 244/258 KB 72/208 KB 112/223 KB 388/1710 KB 38/38 KB 244/258 KB 76/208 KB 112/223 KB 432/1710 KB 38/38 KB 244/258 KB 80/208 KB 112/223 KB 432/1710 KB 38/38 KB 244/258 KB 84/208 KB 112/223 KB 432/1710 KB 38/38 KB 244/258 KB 88/208 KB 112/223 KB 432/1710 KB 38/38 KB 244/258 KB 92/208 KB 112/223 KB 432/1710 KB 38/38 KB 244/258 KB 96/208 KB 112/223 KB 432/1710 KB 38/38 KB 244/258 KB 100/208 KB 112/223 KB 432/1710 KB 38/38 KB 244/258 KB 104/208 KB 112/223 KB 432/1710 KB 38/38 KB 244/258 KB 108/208 KB 112/223 KB 432/1710 KB 38/38 KB 248/258 KB 108/208 KB 112/223 KB 432/1710 KB 38/38 KB 248/258 KB 112/208 KB 112/223 KB 432/1710 KB 38/38 KB 252/258 KB 112/208 KB 112/223 KB 432/1710 KB 38/38 KB 256/258 KB 112/208 KB 112/223 KB 432/1710 KB 38/38 KB 258/258 KB 116/208 KB 112/223 KB 432/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 208.8 KB/sec) unit-abot-epc-basic-0: 18:28:11 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: 18:28:11 DEBUG unit.abot-epc-basic/0.install 38/38 KB 256/258 KB 116/208 KB 112/223 KB 432/1710 KB 258/258 KB 120/208 KB 112/223 KB 432/1710 KB 258/258 KB 124/208 KB 112/223 KB 432/1710 KB 258/258 KB 128/208 KB 116/223 KB 432/1710 KB 258/258 KB 132/208 KB 116/223 KB 432/1710 KB 258/258 KB 136/208 KB 116/223 KB 436/1710 KB 258/258 KB 140/208 KB 116/223 KB 436/1710 KB 258/258 KB 144/208 KB 116/223 KB 436/1710 KB 258/258 KB 124/208 KB 116/223 KB 432/1710 KB 258/258 KB 144/208 KB 120/223 KB 436/1710 KB 258/258 KB 144/208 KB 124/223 KB 436/1710 KB 258/258 KB 144/208 KB 128/223 KB 436/1710 KB 258/258 KB 132/208 KB 116/223 KB 436/1710 KB 258/258 KB 144/208 KB 128/223 KB 440/1710 KB 258/258 KB 144/208 KB 128/223 KB 444/1710 KB 258/258 KB 144/208 KB 128/223 KB 448/1710 KB 258/258 KB 144/208 KB 128/223 KB 452/1710 KB 258/258 KB 144/208 KB 132/223 KB 456/1710 KB 258/258 KB 144/208 KB 132/223 KB 460/1710 KB 258/258 KB 148/208 KB 132/223 KB 464/1710 KB 258/258 KB 144/208 KB 132/223 KB 452/1710 KB 258/258 KB 148/208 KB 136/223 KB 464/1710 KB 258/258 KB 148/208 KB 140/223 KB 464/1710 KB 258/258 KB 148/208 KB 144/223 KB 464/1710 KB 258/258 KB 148/208 KB 148/223 KB 464/1710 KB 148/208 KB 152/223 KB 468/1710 KB 148/208 KB 156/223 KB 468/1710 KB 148/208 KB 160/223 KB 468/1710 KB 148/208 KB 164/223 KB 468/1710 KB 258/258 KB 148/208 KB 132/223 KB 460/1710 KB 152/208 KB 168/223 KB 468/1710 KB 156/208 KB 168/223 KB 468/1710 KB 160/208 KB 168/223 KB 468/1710 KB 164/208 KB 168/223 KB 468/1710 KB 168/208 KB 168/223 KB 468/1710 KB 172/208 KB 168/223 KB 468/1710 KB 176/208 KB 168/223 KB 468/1710 KB 148/208 KB 148/223 KB 468/1710 KB 176/208 KB 168/223 KB 472/1710 KB 176/208 KB 168/223 KB 476/1710 KB 176/208 KB 168/223 KB 480/1710 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1363.2 KB/sec) unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install 4/18 KB 176/208 KB 168/223 KB 480/1710 KB 8/18 KB 176/208 KB 168/223 KB 480/1710 KB 12/18 KB 176/208 KB 168/223 KB 480/1710 KB 16/18 KB 176/208 KB 168/223 KB 480/1710 KB 18/18 KB 176/208 KB 168/223 KB 480/1710 KB 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: 18:28:11 DEBUG unit.abot-epc-basic/0.install 18/18 KB 180/208 KB 168/223 KB 480/1710 KB 18/18 KB 184/208 KB 168/223 KB 484/1710 KB 18/18 KB 188/208 KB 168/223 KB 484/1710 KB 18/18 KB 192/208 KB 168/223 KB 484/1710 KB 18/18 KB 196/208 KB 168/223 KB 484/1710 KB 18/18 KB 200/208 KB 168/223 KB 484/1710 KB 18/18 KB 204/208 KB 168/223 KB 484/1710 KB 18/18 KB 208/208 KB 168/223 KB 484/1710 KB 148/208 KB 168/223 KB 484/1710 KB 18/18 KB 208/208 KB 172/223 KB 484/1710 KB 18/18 KB 208/208 KB 176/223 KB 484/1710 KB 18/18 KB 208/208 KB 180/223 KB 484/1710 KB 18/18 KB 208/208 KB 184/223 KB 484/1710 KB 18/18 KB 208/208 KB 188/223 KB 484/1710 KB 18/18 KB 208/208 KB 192/223 KB 484/1710 KB 18/18 KB 208/208 KB 196/223 KB 484/1710 KB 18/18 KB 208/208 KB 200/223 KB 484/1710 KB 18/18 KB 208/208 KB 204/223 KB 484/1710 KB 18/18 KB 208/208 KB 208/223 KB 484/1710 KB 18/18 KB 180/208 KB 168/223 KB 484/1710 KB 18/18 KB 208/208 KB 208/223 KB 488/1710 KB 18/18 KB 208/208 KB 208/223 KB 492/1710 KB 18/18 KB 208/208 KB 208/223 KB 496/1710 KB 18/18 KB 208/208 KB 208/223 KB 500/1710 KB 18/18 KB 208/208 KB 208/223 KB 504/1710 KB 18/18 KB 208/208 KB 208/223 KB 508/1710 KB 18/18 KB 208/208 KB 208/223 KB 512/1710 KB 18/18 KB 208/208 KB 208/223 KB 516/1710 KB 18/18 KB 208/208 KB 208/223 KB 520/1710 KB 18/18 KB 208/208 KB 208/223 KB 524/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 89.4 KB/sec) unit-abot-epc-basic-0: 18:28:11 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: 18:28:11 DEBUG unit.abot-epc-basic/0.install 208/208 KB 208/223 KB 528/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 1019.8 KB/sec) unit-abot-epc-basic-0: 18:28:11 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: 18:28:11 DEBUG unit.abot-epc-basic/0.install 4/531 KB 208/223 KB 528/1710 KB 8/531 KB 212/223 KB 532/1710 KB 12/531 KB 212/223 KB 532/1710 KB 16/531 KB 212/223 KB 532/1710 KB 20/531 KB 212/223 KB 532/1710 KB 24/531 KB 212/223 KB 532/1710 KB 28/531 KB 212/223 KB 532/1710 KB 32/531 KB 212/223 KB 532/1710 KB 36/531 KB 212/223 KB 532/1710 KB 40/531 KB 212/223 KB 532/1710 KB 44/531 KB 212/223 KB 532/1710 KB 48/531 KB 212/223 KB 532/1710 KB 52/531 KB 212/223 KB 532/1710 KB 56/531 KB 212/223 KB 532/1710 KB 60/531 KB 212/223 KB 532/1710 KB 64/531 KB 212/223 KB 532/1710 KB 64/531 KB 3/214 KB 212/223 KB 532/1710 KB 64/531 KB 5/214 KB 212/223 KB 532/1710 KB 64/531 KB 8/214 KB 212/223 KB 532/1710 KB 64/531 KB 11/214 KB 212/223 KB 532/1710 KB 64/531 KB 13/214 KB 212/223 KB 532/1710 KB 64/531 KB 16/214 KB 212/223 KB 532/1710 KB 64/531 KB 19/214 KB 212/223 KB 532/1710 KB 64/531 KB 21/214 KB 212/223 KB 532/1710 KB 64/531 KB 24/214 KB 212/223 KB 532/1710 KB 64/531 KB 27/214 KB 212/223 KB 532/1710 KB 64/531 KB 29/214 KB 212/223 KB 532/1710 KB 64/531 KB 32/214 KB 212/223 KB 532/1710 KB 64/531 KB 36/214 KB 212/223 KB 532/1710 KB 68/531 KB 40/214 KB 212/223 KB 532/1710 KB 4/531 KB 212/223 KB 532/1710 KB 4/531 KB 212/223 KB 528/1710 KB 68/531 KB 40/214 KB 216/223 KB 532/1710 KB 68/531 KB 40/214 KB 220/223 KB 532/1710 KB 68/531 KB 40/214 KB 223/223 KB 532/1710 KB 68/531 KB 36/214 KB 212/223 KB 532/1710 KB 72/531 KB 40/214 KB 223/223 KB 536/1710 KB 68/531 KB 40/214 KB 223/223 KB 536/1710 KB 72/531 KB 40/214 KB 223/223 KB 540/1710 KB 72/531 KB 40/214 KB 223/223 KB 544/1710 KB 72/531 KB 40/214 KB 223/223 KB 548/1710 KB 76/531 KB 44/214 KB 223/223 KB 548/1710 KB 72/531 KB 44/214 KB 223/223 KB 548/1710 KB 76/531 KB 48/214 KB 223/223 KB 548/1710 KB 80/531 KB 48/214 KB 223/223 KB 548/1710 KB 80/531 KB 52/214 KB 223/223 KB 548/1710 KB 84/531 KB 56/214 KB 223/223 KB 552/1710 KB 84/531 KB 60/214 KB 223/223 KB 552/1710 KB 84/531 KB 64/214 KB 223/223 KB 552/1710 KB 84/531 KB 52/214 KB 223/223 KB 552/1710 KB 80/531 KB 52/214 KB 223/223 KB 552/1710 KB 88/531 KB 64/214 KB 223/223 KB 556/1710 KB 88/531 KB 64/214 KB 223/223 KB 560/1710 KB 88/531 KB 64/214 KB 223/223 KB 564/1710 KB 88/531 KB 68/214 KB 223/223 KB 568/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar (223 KB at 1013.9 KB/sec) unit-abot-epc-basic-0: 18:28:11 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: 18:28:11 DEBUG unit.abot-epc-basic/0.install 88/531 KB 68/214 KB 572/1710 KB 4/1267 KB 88/531 KB 68/214 KB 223/223 KB 564/1710 KB 88/531 KB 64/214 KB 223/223 KB 564/1710 KB 92/531 KB 68/214 KB 572/1710 KB 4/1267 KB 96/531 KB 68/214 KB 572/1710 KB 4/1267 KB 88/531 KB 68/214 KB 568/1710 KB 4/1267 KB 96/531 KB 68/214 KB 572/1710 KB 8/1267 KB 96/531 KB 68/214 KB 572/1710 KB 12/1267 KB 96/531 KB 68/214 KB 572/1710 KB 16/1267 KB 100/531 KB 68/214 KB 572/1710 KB 16/1267 KB 104/531 KB 68/214 KB 576/1710 KB 20/1267 KB 108/531 KB 72/214 KB 576/1710 KB 20/1267 KB 112/531 KB 72/214 KB 576/1710 KB 20/1267 KB 116/531 KB 72/214 KB 576/1710 KB 20/1267 KB 120/531 KB 72/214 KB 576/1710 KB 20/1267 KB 124/531 KB 72/214 KB 576/1710 KB 20/1267 KB 100/531 KB 68/214 KB 576/1710 KB 20/1267 KB 100/531 KB 68/214 KB 572/1710 KB 20/1267 KB 128/531 KB 72/214 KB 576/1710 KB 24/1267 KB 128/531 KB 72/214 KB 580/1710 KB 28/1267 KB 128/531 KB 72/214 KB 580/1710 KB 32/1267 KB 104/531 KB 72/214 KB 576/1710 KB 20/1267 KB 128/531 KB 76/214 KB 580/1710 KB 32/1267 KB 128/531 KB 80/214 KB 580/1710 KB 32/1267 KB 128/531 KB 80/214 KB 580/1710 KB 36/1267 KB 128/531 KB 84/214 KB 580/1710 KB 40/1267 KB 128/531 KB 84/214 KB 580/1710 KB 44/1267 KB 128/531 KB 84/214 KB 580/1710 KB 48/1267 KB 128/531 KB 72/214 KB 580/1710 KB 24/1267 KB 128/531 KB 84/214 KB 584/1710 KB 48/1267 KB 128/531 KB 84/214 KB 588/1710 KB 48/1267 KB 128/531 KB 84/214 KB 592/1710 KB 4/109 KB 48/1267 KB 128/531 KB 72/214 KB 580/1710 KB 40/1267 KB 128/531 KB 84/214 KB 580/1710 KB 36/1267 KB 128/531 KB 88/214 KB 592/1710 KB 4/109 KB 48/1267 KB 128/531 KB 92/214 KB 592/1710 KB 4/109 KB 48/1267 KB 128/531 KB 96/214 KB 596/1710 KB 4/109 KB 48/1267 KB 128/531 KB 100/214 KB 596/1710 KB 4/109 KB 48/1267 KB 132/531 KB 104/214 KB 596/1710 KB 4/109 KB 52/1267 KB 128/531 KB 84/214 KB 588/1710 KB 4/109 KB 48/1267 KB 132/531 KB 108/214 KB 596/1710 KB 8/109 KB 52/1267 KB 132/531 KB 108/214 KB 596/1710 KB 12/109 KB 52/1267 KB 132/531 KB 108/214 KB 596/1710 KB 16/109 KB 52/1267 KB 132/531 KB 108/214 KB 596/1710 KB 20/109 KB 52/1267 KB 132/531 KB 100/214 KB 596/1710 KB 4/109 KB 52/1267 KB 136/531 KB 108/214 KB 596/1710 KB 24/109 KB 52/1267 KB 140/531 KB 108/214 KB 596/1710 KB 24/109 KB 52/1267 KB 144/531 KB 108/214 KB 596/1710 KB 24/109 KB 52/1267 KB 128/531 KB 100/214 KB 596/1710 KB 4/109 KB 52/1267 KB 144/531 KB 108/214 KB 596/1710 KB 24/109 KB 56/1267 KB 144/531 KB 108/214 KB 596/1710 KB 24/109 KB 60/1267 KB 144/531 KB 108/214 KB 596/1710 KB 24/109 KB 64/1267 KB 128/531 KB 92/214 KB 596/1710 KB 4/109 KB 48/1267 KB 144/531 KB 108/214 KB 600/1710 KB 24/109 KB 64/1267 KB 144/531 KB 108/214 KB 604/1710 KB 24/109 KB 64/1267 KB 144/531 KB 108/214 KB 608/1710 KB 24/109 KB 64/1267 KB 144/531 KB 108/214 KB 612/1710 KB 24/109 KB 64/1267 KB 148/531 KB 108/214 KB 616/1710 KB 24/109 KB 68/1267 KB 148/531 KB 108/214 KB 620/1710 KB 24/109 KB 68/1267 KB 148/531 KB 108/214 KB 624/1710 KB 24/109 KB 68/1267 KB 132/531 KB 108/214 KB 596/1710 KB 20/109 KB 52/1267 KB 148/531 KB 112/214 KB 624/1710 KB 24/109 KB 68/1267 KB 148/531 KB 116/214 KB 624/1710 KB 24/109 KB 68/1267 KB 132/531 KB 108/214 KB 612/1710 KB 24/109 KB 68/1267 KB 148/531 KB 120/214 KB 624/1710 KB 28/109 KB 68/1267 KB 148/531 KB 120/214 KB 624/1710 KB 32/109 KB 68/1267 KB 148/531 KB 120/214 KB 624/1710 KB 36/109 KB 68/1267 KB 148/531 KB 120/214 KB 624/1710 KB 40/109 KB 68/1267 KB 148/531 KB 120/214 KB 624/1710 KB 44/109 KB 68/1267 KB 1 unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install 48/531 KB 120/214 KB 624/1710 KB 48/109 KB 68/1267 KB 148/531 KB 108/214 KB 612/1710 KB 24/109 KB 68/1267 KB 152/531 KB 120/214 KB 624/1710 KB 48/109 KB 68/1267 KB 156/531 KB 120/214 KB 624/1710 KB 48/109 KB 68/1267 KB 160/531 KB 120/214 KB 624/1710 KB 48/109 KB 68/1267 KB 144/531 KB 108/214 KB 612/1710 KB 24/109 KB 68/1267 KB 160/531 KB 120/214 KB 624/1710 KB 48/109 KB 72/1267 KB 160/531 KB 120/214 KB 624/1710 KB 48/109 KB 76/1267 KB 160/531 KB 120/214 KB 624/1710 KB 48/109 KB 80/1267 KB 160/531 KB 120/214 KB 624/1710 KB 48/109 KB 84/1267 KB 164/531 KB 120/214 KB 628/1710 KB 52/109 KB 88/1267 KB 164/531 KB 120/214 KB 628/1710 KB 52/109 KB 92/1267 KB 164/531 KB 120/214 KB 628/1710 KB 52/109 KB 96/1267 KB 148/531 KB 120/214 KB 624/1710 KB 36/109 KB 68/1267 KB 164/531 KB 124/214 KB 628/1710 KB 52/109 KB 96/1267 KB 164/531 KB 128/214 KB 628/1710 KB 52/109 KB 96/1267 KB 164/531 KB 132/214 KB 628/1710 KB 52/109 KB 96/1267 KB 164/531 KB 136/214 KB 628/1710 KB 52/109 KB 96/1267 KB 164/531 KB 140/214 KB 628/1710 KB 52/109 KB 96/1267 KB 164/531 KB 144/214 KB 628/1710 KB 52/109 KB 96/1267 KB 164/531 KB 120/214 KB 628/1710 KB 52/109 KB 84/1267 KB 164/531 KB 144/214 KB 628/1710 KB 56/109 KB 96/1267 KB 164/531 KB 144/214 KB 628/1710 KB 60/109 KB 96/1267 KB 164/531 KB 144/214 KB 628/1710 KB 64/109 KB 96/1267 KB 164/531 KB 148/214 KB 628/1710 KB 68/109 KB 100/1267 KB 164/531 KB 148/214 KB 628/1710 KB 72/109 KB 100/1267 KB 164/531 KB 148/214 KB 628/1710 KB 76/109 KB 100/1267 KB 164/531 KB 148/214 KB 628/1710 KB 80/109 KB 100/1267 KB 164/531 KB 148/214 KB 628/1710 KB 84/109 KB 100/1267 KB 164/531 KB 120/214 KB 628/1710 KB 48/109 KB 84/1267 KB 164/531 KB 148/214 KB 632/1710 KB 84/109 KB 100/1267 KB 164/531 KB 148/214 KB 636/1710 KB 84/109 KB 100/1267 KB 164/531 KB 148/214 KB 640/1710 KB 84/109 KB 100/1267 KB 164/531 KB 120/214 KB 624/1710 KB 48/109 KB 84/1267 KB 168/531 KB 148/214 KB 640/1710 KB 84/109 KB 100/1267 KB 172/531 KB 148/214 KB 640/1710 KB 84/109 KB 100/1267 KB 176/531 KB 148/214 KB 640/1710 KB 84/109 KB 100/1267 KB 176/531 KB 148/214 KB 644/1710 KB 84/109 KB 100/1267 KB 180/531 KB 148/214 KB 648/1710 KB 84/109 KB 100/1267 KB 180/531 KB 148/214 KB 652/1710 KB 84/109 KB 100/1267 KB 180/531 KB 148/214 KB 656/1710 KB 84/109 KB 100/1267 KB 164/531 KB 148/214 KB 628/1710 KB 64/109 KB 100/1267 KB 180/531 KB 152/214 KB 656/1710 KB 84/109 KB 100/1267 KB 180/531 KB 156/214 KB 656/1710 KB 84/109 KB 100/1267 KB 180/531 KB 160/214 KB 656/1710 KB 84/109 KB 100/1267 KB 180/531 KB 164/214 KB 656/1710 KB 84/109 KB 100/1267 KB 180/531 KB 168/214 KB 660/1710 KB 84/109 KB 100/1267 KB 164/531 KB 144/214 KB 628/1710 KB 64/109 KB 100/1267 KB 180/531 KB 172/214 KB 660/1710 KB 84/109 KB 104/1267 KB 180/531 KB 172/214 KB 660/1710 KB 84/109 KB 108/1267 KB 180/531 KB 172/214 KB 660/1710 KB 84/109 KB 112/1267 KB 180/531 KB 172/214 KB 660/1710 KB 84/109 KB 116/1267 KB 180/531 KB 172/214 KB 660/1710 KB 84/109 KB 120/1267 KB 180/531 KB 172/214 KB 660/1710 KB 84/109 KB 124/1267 KB 180/531 KB 164/214 KB 660/1710 KB 84/109 KB 100/1267 KB 180/531 KB 172/214 KB 664/1710 KB 88/109 KB 124/1267 KB 180/531 KB 172/214 KB 668/1710 KB 88/109 KB 124/1267 KB 180/531 KB 172/214 KB 672/1710 KB 88/109 KB 124/1267 KB 180/531 KB 172/214 KB 676/1710 KB 88/109 KB 124/1267 KB 180/531 KB 148/214 KB 644/1710 KB 84/109 KB 100/1267 KB 184/531 KB 172/214 KB 676/1710 KB 88/109 KB 128/1267 KB 188/531 KB 172/214 KB 676/1710 K unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install B 88/109 KB 128/1267 KB 192/531 KB 172/214 KB 676/1710 KB 88/109 KB 128/1267 KB 196/531 KB 172/214 KB 676/1710 KB 88/109 KB 128/1267 KB 200/531 KB 172/214 KB 676/1710 KB 88/109 KB 128/1267 KB 204/531 KB 172/214 KB 676/1710 KB 88/109 KB 128/1267 KB 208/531 KB 172/214 KB 676/1710 KB 88/109 KB 128/1267 KB 212/531 KB 172/214 KB 676/1710 KB 88/109 KB 128/1267 KB 180/531 KB 172/214 KB 676/1710 KB 88/109 KB 128/1267 KB 180/531 KB 172/214 KB 660/1710 KB 88/109 KB 124/1267 KB 212/531 KB 172/214 KB 680/1710 KB 92/109 KB 128/1267 KB 180/531 KB 172/214 KB 660/1710 KB 84/109 KB 100/1267 KB 212/531 KB 176/214 KB 680/1710 KB 96/109 KB 128/1267 KB 212/531 KB 180/214 KB 680/1710 KB 96/109 KB 128/1267 KB 212/531 KB 184/214 KB 680/1710 KB 96/109 KB 132/1267 KB 212/531 KB 172/214 KB 680/1710 KB 88/109 KB 128/1267 KB 216/531 KB 184/214 KB 684/1710 KB 96/109 KB 132/1267 KB 216/531 KB 184/214 KB 688/1710 KB 96/109 KB 132/1267 KB 216/531 KB 184/214 KB 680/1710 KB 96/109 KB 132/1267 KB 220/531 KB 188/214 KB 688/1710 KB 96/109 KB 132/1267 KB 224/531 KB 188/214 KB 688/1710 KB 96/109 KB 132/1267 KB 212/531 KB 180/214 KB 680/1710 KB 96/109 KB 132/1267 KB 224/531 KB 188/214 KB 688/1710 KB 96/109 KB 136/1267 KB 224/531 KB 188/214 KB 692/1710 KB 96/109 KB 140/1267 KB 224/531 KB 188/214 KB 692/1710 KB 96/109 KB 144/1267 KB 224/531 KB 188/214 KB 692/1710 KB 96/109 KB 148/1267 KB 228/531 KB 188/214 KB 692/1710 KB 96/109 KB 152/1267 KB 228/531 KB 188/214 KB 692/1710 KB 96/109 KB 156/1267 KB 228/531 KB 188/214 KB 692/1710 KB 96/109 KB 160/1267 KB 212/531 KB 180/214 KB 680/1710 KB 96/109 KB 128/1267 KB 228/531 KB 188/214 KB 692/1710 KB 100/109 KB 160/1267 KB 228/531 KB 188/214 KB 692/1710 KB 104/109 KB 160/1267 KB 228/531 KB 188/214 KB 692/1710 KB 108/109 KB 160/1267 KB 228/531 KB 188/214 KB 692/1710 KB 109/109 KB 160/1267 KB 228/531 KB 188/214 KB 692/1710 KB 96/109 KB 148/1267 KB 224/531 KB 188/214 KB 692/1710 KB 96/109 KB 136/1267 KB 228/531 KB 188/214 KB 696/1710 KB 109/109 KB 160/1267 KB 228/531 KB 188/214 KB 700/1710 KB 109/109 KB 160/1267 KB 232/531 KB 188/214 KB 704/1710 KB 109/109 KB 160/1267 KB 216/531 KB 188/214 KB 688/1710 KB 96/109 KB 132/1267 KB 232/531 KB 192/214 KB 704/1710 KB 109/109 KB 160/1267 KB 232/531 KB 196/214 KB 704/1710 KB 109/109 KB 160/1267 KB 232/531 KB 200/214 KB 704/1710 KB 109/109 KB 160/1267 KB 232/531 KB 204/214 KB 704/1710 KB 109/109 KB 160/1267 KB 232/531 KB 208/214 KB 704/1710 KB 109/109 KB 160/1267 KB 232/531 KB 188/214 KB 700/1710 KB 109/109 KB 160/1267 KB 236/531 KB 208/214 KB 704/1710 KB 109/109 KB 160/1267 KB 240/531 KB 208/214 KB 704/1710 KB 109/109 KB 160/1267 KB 244/531 KB 208/214 KB 708/1710 KB 109/109 KB 160/1267 KB 248/531 KB 212/214 KB 708/1710 KB 109/109 KB 164/1267 KB 240/531 KB 208/214 KB 708/1710 KB 109/109 KB 160/1267 KB 252/531 KB 212/214 KB 712/1710 KB 109/109 KB 164/1267 KB 252/531 KB 212/214 KB 716/1710 KB 109/109 KB 164/1267 KB 252/531 KB 212/214 KB 720/1710 KB 109/109 KB 164/1267 KB 252/531 KB 212/214 KB 724/1710 KB 109/109 KB 164/1267 KB 252/531 KB 212/214 KB 728/1710 KB 109/109 KB 164/1267 KB 252/531 KB 212/214 KB 732/1710 KB 109/109 KB 164/1267 KB 244/531 KB 212/214 KB 708/1710 KB 109/109 KB 164/1267 KB 252/531 KB 212/214 KB 732/1710 KB 109/109 KB 168/1267 KB 252/531 KB 212/214 KB 732/1710 KB 109/109 KB 172/1267 KB 252/531 KB 212/214 KB 732/1710 KB 109/109 KB 176/1267 KB 252/531 KB 212/214 KB 732/1710 KB 109/109 KB 180/1267 KB 252/531 KB 212 unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install /214 KB 732/1710 KB 109/109 KB 184/1267 KB 252/531 KB 212/214 KB 736/1710 KB 109/109 KB 188/1267 KB 244/531 KB 212/214 KB 708/1710 KB 109/109 KB 160/1267 KB 252/531 KB 214/214 KB 736/1710 KB 109/109 KB 188/1267 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 412.6 KB/sec) unit-abot-epc-basic-0: 18:28:11 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: 18:28:11 DEBUG unit.abot-epc-basic/0.install 252/531 KB 212/214 KB 736/1710 KB 109/109 KB 184/1267 KB 252/531 KB 212/214 KB 708/1710 KB 109/109 KB 164/1267 KB 256/531 KB 214/214 KB 736/1710 KB 188/1267 KB 260/531 KB 214/214 KB 736/1710 KB 188/1267 KB 264/531 KB 214/214 KB 736/1710 KB 188/1267 KB 268/531 KB 214/214 KB 736/1710 KB 188/1267 KB 272/531 KB 214/214 KB 736/1710 KB 188/1267 KB 272/531 KB 214/214 KB 736/1710 KB 192/1267 KB 272/531 KB 214/214 KB 736/1710 KB 196/1267 KB 276/531 KB 214/214 KB 740/1710 KB 200/1267 KB 276/531 KB 214/214 KB 740/1710 KB 204/1267 KB 276/531 KB 214/214 KB 740/1710 KB 208/1267 KB 276/531 KB 214/214 KB 740/1710 KB 196/1267 KB 276/531 KB 214/214 KB 744/1710 KB 208/1267 KB 276/531 KB 214/214 KB 748/1710 KB 208/1267 KB 276/531 KB 214/214 KB 736/1710 KB 196/1267 KB 280/531 KB 214/214 KB 748/1710 KB 208/1267 KB 284/531 KB 214/214 KB 748/1710 KB 208/1267 KB 288/531 KB 214/214 KB 748/1710 KB 208/1267 KB 292/531 KB 214/214 KB 748/1710 KB 208/1267 KB 296/531 KB 214/214 KB 752/1710 KB 212/1267 KB 300/531 KB 214/214 KB 752/1710 KB 212/1267 KB 304/531 KB 214/214 KB 752/1710 KB 212/1267 KB 292/531 KB 214/214 KB 752/1710 KB 212/1267 KB 304/531 KB 214/214 KB 752/1710 KB 216/1267 KB 304/531 KB 214/214 KB 752/1710 KB 220/1267 KB 304/531 KB 214/214 KB 752/1710 KB 224/1267 KB 292/531 KB 214/214 KB 752/1710 KB 208/1267 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar (214 KB at 795.0 KB/sec) unit-abot-epc-basic-0: 18:28:11 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.jar unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install 304/531 KB 756/1710 KB 224/1267 KB 304/531 KB 760/1710 KB 224/1267 KB 4/80 KB 304/531 KB 764/1710 KB 224/1267 KB 4/80 KB 304/531 KB 760/1710 KB 224/1267 KB 8/80 KB 304/531 KB 764/1710 KB 224/1267 KB 12/80 KB 304/531 KB 764/1710 KB 224/1267 KB 16/80 KB 304/531 KB 764/1710 KB 224/1267 KB 20/80 KB 304/531 KB 764/1710 KB 224/1267 KB 24/80 KB 304/531 KB 764/1710 KB 224/1267 KB 28/80 KB 304/531 KB 768/1710 KB 224/1267 KB 32/80 KB 304/531 KB 768/1710 KB 224/1267 KB 24/80 KB 304/531 KB 768/1710 KB 224/1267 KB 32/80 KB 308/531 KB 768/1710 KB 224/1267 KB 36/80 KB 312/531 KB 768/1710 KB 224/1267 KB 36/80 KB 316/531 KB 768/1710 KB 228/1267 KB 36/80 KB 320/531 KB 772/1710 KB 228/1267 KB 36/80 KB 324/531 KB 772/1710 KB 228/1267 KB 36/80 KB 328/531 KB 772/1710 KB 228/1267 KB 36/80 KB 332/531 KB 772/1710 KB 228/1267 KB 36/80 KB 336/531 KB 772/1710 KB 228/1267 KB 36/80 KB 308/531 KB 768/1710 KB 224/1267 KB 40/80 KB 336/531 KB 772/1710 KB 228/1267 KB 44/80 KB 336/531 KB 772/1710 KB 228/1267 KB 48/80 KB 336/531 KB 772/1710 KB 228/1267 KB 52/80 KB 336/531 KB 772/1710 KB 228/1267 KB 56/80 KB 336/531 KB 772/1710 KB 228/1267 KB 60/80 KB 336/531 KB 772/1710 KB 228/1267 KB 64/80 KB 336/531 KB 772/1710 KB 228/1267 KB 68/80 KB 336/531 KB 772/1710 KB 228/1267 KB 36/80 KB 316/531 KB 772/1710 KB 228/1267 KB 68/80 KB 340/531 KB 776/1710 KB 228/1267 KB 68/80 KB 340/531 KB 780/1710 KB 228/1267 KB 68/80 KB 340/531 KB 784/1710 KB 228/1267 KB 36/80 KB 312/531 KB 768/1710 KB 228/1267 KB 68/80 KB 340/531 KB 784/1710 KB 232/1267 KB 68/80 KB 340/531 KB 784/1710 KB 236/1267 KB 68/80 KB 340/531 KB 784/1710 KB 240/1267 KB 68/80 KB 340/531 KB 784/1710 KB 244/1267 KB 68/80 KB 340/531 KB 788/1710 KB 248/1267 KB 68/80 KB 340/531 KB 788/1710 KB 252/1267 KB 68/80 KB 340/531 KB 788/1710 KB 256/1267 KB 68/80 KB 340/531 KB 788/1710 KB 260/1267 KB 68/80 KB 340/531 KB 788/1710 KB 264/1267 KB 68/80 KB 340/531 KB 788/1710 KB 268/1267 KB 72/80 KB 340/531 KB 788/1710 KB 272/1267 KB 68/80 KB 340/531 KB 772/1710 KB 228/1267 KB 72/80 KB 344/531 KB 788/1710 KB 272/1267 KB 72/80 KB 348/531 KB 788/1710 KB 272/1267 KB 72/80 KB 352/531 KB 788/1710 KB 272/1267 KB 72/80 KB 340/531 KB 788/1710 KB 268/1267 KB 76/80 KB 352/531 KB 788/1710 KB 272/1267 KB 80/80 KB 352/531 KB 788/1710 KB 272/1267 KB 68/80 KB 340/531 KB 788/1710 KB 244/1267 KB 80/80 KB 352/531 KB 792/1710 KB 272/1267 KB 80/80 KB 352/531 KB 796/1710 KB 272/1267 KB 80/80 KB 352/531 KB 800/1710 KB 272/1267 KB 80/80 KB 352/531 KB 804/1710 KB 272/1267 KB 80/80 KB 352/531 KB 808/1710 KB 272/1267 KB 80/80 KB 352/531 KB 812/1710 KB 272/1267 KB 80/80 KB 352/531 KB 816/1710 KB 272/1267 KB 80/80 KB 356/531 KB 820/1710 KB 276/1267 KB 80/80 KB 356/531 KB 824/1710 KB 276/1267 KB 80/80 KB 356/531 KB 828/1710 KB 276/1267 KB 80/80 KB 356/531 KB 832/1710 KB 276/1267 KB 80/80 KB 356/531 KB 836/1710 KB 276/1267 KB 80/80 KB 356/531 KB 840/1710 KB 276/1267 KB 80/80 KB 356/531 KB 844/1710 KB 276/1267 KB 80/80 KB 356/531 KB 848/1710 KB 276/1267 KB 80/80 KB 356/531 KB 852/1710 KB 276/1267 KB 80/80 KB 356/531 KB 816/1710 KB 276/1267 KB 80/80 KB 360/531 KB 852/1710 KB 276/1267 KB 80/80 KB 364/531 KB 852/1710 KB 276/1267 KB 80/80 KB 368/531 KB 852/1710 KB 276/1267 KB 80/80 KB 352/531 KB 816/1710 KB 276/1267 KB 80/80 KB 368/531 KB 852/1710 KB 280/1267 KB 80/80 KB 368/531 KB 852/1710 KB 284/1267 KB 80/80 KB 368/531 KB 852/1710 KB 288/1267 KB 80/80 KB 368/531 KB 852 unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install /1710 KB 292/1267 KB 80/80 KB 372/531 KB 852/1710 KB 296/1267 KB 80/80 KB 372/531 KB 852/1710 KB 300/1267 KB 80/80 KB 372/531 KB 852/1710 KB 304/1267 KB 80/80 KB 372/531 KB 852/1710 KB 292/1267 KB 80/80 KB 376/531 KB 852/1710 KB 304/1267 KB 80/80 KB 380/531 KB 852/1710 KB 304/1267 KB 80/80 KB 384/531 KB 852/1710 KB 304/1267 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 272.3 KB/sec) unit-abot-epc-basic-0: 18:28:11 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: 18:28:11 DEBUG unit.abot-epc-basic/0.install 384/531 KB 852/1710 KB 4/1044 KB 304/1267 KB 384/531 KB 852/1710 KB 8/1044 KB 304/1267 KB 384/531 KB 852/1710 KB 12/1044 KB 304/1267 KB 384/531 KB 852/1710 KB 16/1044 KB 304/1267 KB 384/531 KB 852/1710 KB 20/1044 KB 304/1267 KB 384/531 KB 852/1710 KB 24/1044 KB 304/1267 KB 384/531 KB 852/1710 KB 28/1044 KB 304/1267 KB 384/531 KB 852/1710 KB 32/1044 KB 304/1267 KB 384/531 KB 852/1710 KB 36/1044 KB 304/1267 KB 384/531 KB 852/1710 KB 40/1044 KB 304/1267 KB 384/531 KB 852/1710 KB 44/1044 KB 304/1267 KB 384/531 KB 852/1710 KB 48/1044 KB 304/1267 KB 384/531 KB 852/1710 KB 52/1044 KB 304/1267 KB 384/531 KB 852/1710 KB 56/1044 KB 304/1267 KB 388/531 KB 852/1710 KB 60/1044 KB 304/1267 KB 388/531 KB 852/1710 KB 64/1044 KB 304/1267 KB 388/531 KB 852/1710 KB 68/1044 KB 304/1267 KB 388/531 KB 852/1710 KB 56/1044 KB 304/1267 KB 392/531 KB 856/1710 KB 68/1044 KB 308/1267 KB 396/531 KB 856/1710 KB 68/1044 KB 308/1267 KB 400/531 KB 856/1710 KB 68/1044 KB 308/1267 KB 404/531 KB 856/1710 KB 68/1044 KB 308/1267 KB 388/531 KB 856/1710 KB 68/1044 KB 308/1267 KB 404/531 KB 860/1710 KB 72/1044 KB 308/1267 KB 404/531 KB 864/1710 KB 72/1044 KB 308/1267 KB 404/531 KB 868/1710 KB 72/1044 KB 308/1267 KB 388/531 KB 852/1710 KB 68/1044 KB 308/1267 KB 404/531 KB 868/1710 KB 72/1044 KB 312/1267 KB 404/531 KB 868/1710 KB 72/1044 KB 316/1267 KB 404/531 KB 868/1710 KB 72/1044 KB 320/1267 KB 404/531 KB 856/1710 KB 72/1044 KB 308/1267 KB 404/531 KB 868/1710 KB 76/1044 KB 320/1267 KB 404/531 KB 868/1710 KB 80/1044 KB 320/1267 KB 404/531 KB 868/1710 KB 84/1044 KB 320/1267 KB 408/531 KB 872/1710 KB 88/1044 KB 324/1267 KB 408/531 KB 872/1710 KB 92/1044 KB 324/1267 KB 408/531 KB 872/1710 KB 96/1044 KB 324/1267 KB 408/531 KB 872/1710 KB 84/1044 KB 324/1267 KB 408/531 KB 876/1710 KB 96/1044 KB 324/1267 KB 408/531 KB 880/1710 KB 96/1044 KB 324/1267 KB 408/531 KB 884/1710 KB 96/1044 KB 324/1267 KB 408/531 KB 884/1710 KB 96/1044 KB 324/1267 KB 4/61 KB 408/531 KB 868/1710 KB 84/1044 KB 324/1267 KB 412/531 KB 884/1710 KB 96/1044 KB 324/1267 KB 4/61 KB 416/531 KB 884/1710 KB 96/1044 KB 324/1267 KB 4/61 KB 404/531 KB 868/1710 KB 84/1044 KB 324/1267 KB 416/531 KB 884/1710 KB 96/1044 KB 328/1267 KB 4/61 KB 416/531 KB 884/1710 KB 96/1044 KB 332/1267 KB 4/61 KB 416/531 KB 884/1710 KB 96/1044 KB 336/1267 KB 4/61 KB 416/531 KB 884/1710 KB 96/1044 KB 340/1267 KB 4/61 KB 420/531 KB 884/1710 KB 100/1044 KB 344/1267 KB 8/61 KB 416/531 KB 884/1710 KB 96/1044 KB 340/1267 KB 8/61 KB 420/531 KB 888/1710 KB 100/1044 KB 344/1267 KB 12/61 KB 420/531 KB 888/1710 KB 100/1044 KB 344/1267 KB 16/61 KB 420/531 KB 888/1710 KB 100/1044 KB 344/1267 KB 20/61 KB 420/531 KB 884/1710 KB 100/1044 KB 340/1267 KB 8/61 KB 420/531 KB 884/1710 KB 96/1044 KB 340/1267 KB 8/61 KB 424/531 KB 888/1710 KB 104/1044 KB 348/1267 KB 20/61 KB 428/531 KB 888/1710 KB 104/1044 KB 348/1267 KB 20/61 KB 432/531 KB 888/1710 KB 104/1044 KB 348/1267 KB 20/61 KB 420/531 KB 888/1710 KB 100/1044 KB 348/1267 KB 20/61 KB 420/531 KB 888/1710 KB 100/1044 KB 344/1267 KB 8/61 KB 432/531 KB 892/1710 KB 104/1044 KB 352/1267 KB 20/61 KB 432/531 KB 896/1710 KB 104/1044 KB 352/1267 KB 20/61 KB 420/531 KB 888/1710 KB 104/1044 KB 348/1267 KB 20/61 KB 432/531 KB 896/1710 KB 108/1044 KB 352/1267 KB 24/61 KB 432/531 KB 900/1710 KB 112/1044 KB 352/1267 KB 24/61 KB 432/531 KB 900/1710 KB 116/1044 KB 352/1267 KB 24/61 KB 436/531 KB 900/1710 KB 120/1044 KB 352/1267 KB 24/61 KB 436/531 KB unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install 900/1710 KB 124/1044 KB 352/1267 KB 24/61 KB 436/531 KB 900/1710 KB 128/1044 KB 352/1267 KB 24/61 KB 432/531 KB 896/1710 KB 104/1044 KB 352/1267 KB 24/61 KB 436/531 KB 900/1710 KB 128/1044 KB 352/1267 KB 28/61 KB 436/531 KB 900/1710 KB 128/1044 KB 352/1267 KB 32/61 KB 432/531 KB 896/1710 KB 104/1044 KB 352/1267 KB 20/61 KB 436/531 KB 900/1710 KB 128/1044 KB 356/1267 KB 32/61 KB 436/531 KB 900/1710 KB 128/1044 KB 360/1267 KB 36/61 KB 436/531 KB 900/1710 KB 128/1044 KB 364/1267 KB 36/61 KB 436/531 KB 900/1710 KB 128/1044 KB 368/1267 KB 36/61 KB 436/531 KB 900/1710 KB 116/1044 KB 352/1267 KB 24/61 KB 440/531 KB 900/1710 KB 128/1044 KB 368/1267 KB 36/61 KB 432/531 KB 900/1710 KB 108/1044 KB 352/1267 KB 24/61 KB 440/531 KB 904/1710 KB 128/1044 KB 368/1267 KB 36/61 KB 440/531 KB 908/1710 KB 128/1044 KB 368/1267 KB 36/61 KB 440/531 KB 912/1710 KB 128/1044 KB 368/1267 KB 36/61 KB 444/531 KB 916/1710 KB 128/1044 KB 368/1267 KB 36/61 KB 444/531 KB 920/1710 KB 132/1044 KB 372/1267 KB 36/61 KB 444/531 KB 924/1710 KB 132/1044 KB 372/1267 KB 36/61 KB 444/531 KB 928/1710 KB 132/1044 KB 372/1267 KB 36/61 KB 436/531 KB 900/1710 KB 128/1044 KB 356/1267 KB 36/61 KB 444/531 KB 928/1710 KB 132/1044 KB 372/1267 KB 40/61 KB 444/531 KB 928/1710 KB 132/1044 KB 372/1267 KB 44/61 KB 444/531 KB 928/1710 KB 132/1044 KB 372/1267 KB 48/61 KB 444/531 KB 928/1710 KB 132/1044 KB 372/1267 KB 52/61 KB 444/531 KB 928/1710 KB 132/1044 KB 372/1267 KB 56/61 KB 444/531 KB 932/1710 KB 132/1044 KB 372/1267 KB 60/61 KB 444/531 KB 932/1710 KB 132/1044 KB 372/1267 KB 61/61 KB 444/531 KB 916/1710 KB 132/1044 KB 372/1267 KB 36/61 KB 444/531 KB 932/1710 KB 136/1044 KB 372/1267 KB 61/61 KB 444/531 KB 932/1710 KB 140/1044 KB 372/1267 KB 61/61 KB 444/531 KB 932/1710 KB 144/1044 KB 372/1267 KB 61/61 KB 444/531 KB 916/1710 KB 128/1044 KB 372/1267 KB 36/61 KB 444/531 KB 932/1710 KB 144/1044 KB 376/1267 KB 61/61 KB 444/531 KB 932/1710 KB 144/1044 KB 380/1267 KB 61/61 KB 444/531 KB 932/1710 KB 144/1044 KB 384/1267 KB 61/61 KB 444/531 KB 912/1710 KB 128/1044 KB 368/1267 KB 36/61 KB 448/531 KB 932/1710 KB 144/1044 KB 384/1267 KB 61/61 KB 452/531 KB 932/1710 KB 144/1044 KB 384/1267 KB 61/61 KB 456/531 KB 932/1710 KB 144/1044 KB 384/1267 KB 61/61 KB 460/531 KB 932/1710 KB 144/1044 KB 384/1267 KB 61/61 KB 464/531 KB 932/1710 KB 144/1044 KB 384/1267 KB 61/61 KB 464/531 KB 932/1710 KB 144/1044 KB 388/1267 KB 61/61 KB 468/531 KB 932/1710 KB 148/1044 KB 392/1267 KB 61/61 KB 468/531 KB 932/1710 KB 148/1044 KB 396/1267 KB 61/61 KB 468/531 KB 932/1710 KB 148/1044 KB 400/1267 KB 61/61 KB 444/531 KB 932/1710 KB 132/1044 KB 372/1267 KB 56/61 KB 468/531 KB 936/1710 KB 148/1044 KB 400/1267 KB 61/61 KB 468/531 KB 940/1710 KB 148/1044 KB 400/1267 KB 61/61 KB 468/531 KB 944/1710 KB 148/1044 KB 400/1267 KB 61/61 KB 468/531 KB 948/1710 KB 148/1044 KB 400/1267 KB 61/61 KB 468/531 KB 952/1710 KB 148/1044 KB 404/1267 KB 61/61 KB 468/531 KB 956/1710 KB 148/1044 KB 404/1267 KB 61/61 KB 468/531 KB 960/1710 KB 148/1044 KB 404/1267 KB 61/61 KB 468/531 KB 932/1710 KB 148/1044 KB 388/1267 KB 61/61 KB 468/531 KB 960/1710 KB 152/1044 KB 404/1267 KB 61/61 KB 468/531 KB 960/1710 KB 156/1044 KB 404/1267 KB 61/61 KB 468/531 KB 960/1710 KB 160/1044 KB 404/1267 KB 61/61 KB 468/531 KB 960/1710 KB 164/1044 KB 404/1267 KB 61/61 KB 468/531 KB 960/1710 KB 168/1044 KB 404/1267 KB 61/61 KB 468/531 KB 960/1710 KB 172/1044 KB 404/1267 KB 61/61 KB 468/531 KB 960/1710 unit-abot-epc-basic-0: 18:28:11 DEBUG unit.abot-epc-basic/0.install KB 176/1044 KB 404/1267 KB 61/61 KB 468/531 KB 964/1710 KB 180/1044 KB 404/1267 KB 61/61 KB 468/531 KB 932/1710 KB 144/1044 KB 388/1267 KB 61/61 KB 472/531 KB 964/1710 KB 180/1044 KB 404/1267 KB 61/61 KB 476/531 KB 964/1710 KB 180/1044 KB 404/1267 KB 61/61 KB 480/531 KB 964/1710 KB 180/1044 KB 404/1267 KB 61/61 KB 484/531 KB 964/1710 KB 180/1044 KB 404/1267 KB 61/61 KB 488/531 KB 964/1710 KB 180/1044 KB 404/1267 KB 61/61 KB 492/531 KB 964/1710 KB 180/1044 KB 404/1267 KB 61/61 KB 496/531 KB 964/1710 KB 180/1044 KB 404/1267 KB 61/61 KB 500/531 KB 964/1710 KB 180/1044 KB 404/1267 KB 61/61 KB 504/531 KB 964/1710 KB 180/1044 KB 404/1267 KB 61/61 KB 468/531 KB 964/1710 KB 176/1044 KB 404/1267 KB 61/61 KB 508/531 KB 968/1710 KB 180/1044 KB 404/1267 KB 61/61 KB 508/531 KB 972/1710 KB 180/1044 KB 404/1267 KB 61/61 KB 508/531 KB 976/1710 KB 180/1044 KB 404/1267 KB 61/61 KB 468/531 KB 948/1710 KB 148/1044 KB 404/1267 KB 61/61 KB 508/531 KB 976/1710 KB 180/1044 KB 408/1267 KB 61/61 KB 508/531 KB 976/1710 KB 180/1044 KB 412/1267 KB 61/61 KB 508/531 KB 976/1710 KB 180/1044 KB 416/1267 KB 61/61 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 186.4 KB/sec) unit-abot-epc-basic-0: 18:28:11 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 508/531 KB 964/1710 KB 180/1044 KB 416/1267 KB 508/531 KB 3/1063 KB 976/1710 KB 180/1044 KB 416/1267 KB 508/531 KB 6/1063 KB 976/1710 KB 180/1044 KB 416/1267 KB 508/531 KB 9/1063 KB 976/1710 KB 180/1044 KB 416/1267 KB 508/531 KB 11/1063 KB 976/1710 KB 180/1044 KB 416/1267 KB 508/531 KB 14/1063 KB 976/1710 KB 180/1044 KB 416/1267 KB 508/531 KB 16/1063 KB 976/1710 KB 180/1044 KB 416/1267 KB 508/531 KB 19/1063 KB 976/1710 KB 180/1044 KB 416/1267 KB 508/531 KB 22/1063 KB 976/1710 KB 180/1044 KB 416/1267 KB 508/531 KB 25/1063 KB 976/1710 KB 180/1044 KB 416/1267 KB 508/531 KB 27/1063 KB 976/1710 KB 180/1044 KB 416/1267 KB 508/531 KB 30/1063 KB 976/1710 KB 180/1044 KB 416/1267 KB 508/531 KB 32/1063 KB 976/1710 KB 180/1044 KB 416/1267 KB 508/531 KB 36/1063 KB 976/1710 KB 180/1044 KB 416/1267 KB 512/531 KB 36/1063 KB 980/1710 KB 184/1044 KB 420/1267 KB 512/531 KB 36/1063 KB 984/1710 KB 184/1044 KB 420/1267 KB 512/531 KB 36/1063 KB 988/1710 KB 184/1044 KB 420/1267 KB 512/531 KB 36/1063 KB 992/1710 KB 184/1044 KB 420/1267 KB 512/531 KB 36/1063 KB 996/1710 KB 184/1044 KB 420/1267 KB 512/531 KB 36/1063 KB 976/1710 KB 184/1044 KB 420/1267 KB 512/531 KB 36/1063 KB 996/1710 KB 184/1044 KB 424/1267 KB 512/531 KB 36/1063 KB 996/1710 KB 184/1044 KB 428/1267 KB 512/531 KB 36/1063 KB 996/1710 KB 184/1044 KB 432/1267 KB 512/531 KB 36/1063 KB 996/1710 KB 184/1044 KB 436/1267 KB 512/531 KB 36/1063 KB 976/1710 KB 184/1044 KB 416/1267 KB 512/531 KB 36/1063 KB 996/1710 KB 188/1044 KB 436/1267 KB 512/531 KB 36/1063 KB 996/1710 KB 192/1044 KB 436/1267 KB 512/531 KB 36/1063 KB 976/1710 KB 180/1044 KB 416/1267 KB 516/531 KB 36/1063 KB 996/1710 KB 192/1044 KB 436/1267 KB 520/531 KB 36/1063 KB 996/1710 KB 196/1044 KB 436/1267 KB 524/531 KB 36/1063 KB 996/1710 KB 196/1044 KB 436/1267 KB 528/531 KB 36/1063 KB 996/1710 KB 196/1044 KB 436/1267 KB 531/531 KB 36/1063 KB 996/1710 KB 196/1044 KB 440/1267 KB 516/531 KB 36/1063 KB 996/1710 KB 196/1044 KB 436/1267 KB 531/531 KB 36/1063 KB 996/1710 KB 200/1044 KB 440/1267 KB 531/531 KB 36/1063 KB 996/1710 KB 204/1044 KB 440/1267 KB 531/531 KB 36/1063 KB 996/1710 KB 208/1044 KB 440/1267 KB 531/531 KB 36/1063 KB 1000/1710 KB 212/1044 KB 440/1267 KB 531/531 KB 36/1063 KB 1000/1710 KB 216/1044 KB 440/1267 KB 528/531 KB 36/1063 KB 996/1710 KB 196/1044 KB 440/1267 KB 531/531 KB 36/1063 KB 1000/1710 KB 216/1044 KB 444/1267 KB 531/531 KB 36/1063 KB 1000/1710 KB 216/1044 KB 448/1267 KB 531/531 KB 36/1063 KB 1000/1710 KB 216/1044 KB 452/1267 KB 531/531 KB 36/1063 KB 1000/1710 KB 216/1044 KB 456/1267 KB 531/531 KB 36/1063 KB 1000/1710 KB 216/1044 KB 460/1267 KB 531/531 KB 36/1063 KB 1000/1710 KB 216/1044 KB 464/1267 KB 531/531 KB 36/1063 KB 1000/1710 KB 208/1044 KB 440/1267 KB 531/531 KB 36/1063 KB 1004/1710 KB 216/1044 KB 464/1267 KB 531/531 KB 36/1063 KB 1008/1710 KB 216/1044 KB 464/1267 KB 531/531 KB 36/1063 KB 1012/1710 KB 216/1044 KB 464/1267 KB 531/531 KB 36/1063 KB 1016/1710 KB 216/1044 KB 464/1267 KB 531/531 KB 36/1063 KB 1020/1710 KB 216/1044 KB 464/1267 KB 531/531 KB 36/1063 KB 1024/1710 KB 220/1044 KB 468/1267 KB 531/531 KB 36/1063 KB 1028/1710 KB 220/1044 KB 468/1267 KB 531/531 KB 36/1063 KB 1032/1710 KB 220/1044 KB 468/1267 KB 531/531 KB 36/1063 KB 1036/1710 KB 220/1044 KB 468/1267 KB 531/531 KB 36/1063 KB 1020/1710 KB 220/1044 KB 464/1267 KB 531/531 KB 36/1063 KB 1036/1710 KB 224/1044 KB 468/1267 KB 531/531 KB 36/1063 KB 1036/1710 KB 228/1044 KB 468/1267 KB 531/531 K unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install B 36/1063 KB 1036/1710 KB 232/1044 KB 468/1267 KB 531/531 KB 36/1063 KB 1036/1710 KB 236/1044 KB 468/1267 KB 531/531 KB 36/1063 KB 1036/1710 KB 240/1044 KB 468/1267 KB 531/531 KB 36/1063 KB 1020/1710 KB 220/1044 KB 468/1267 KB 531/531 KB 36/1063 KB 1036/1710 KB 240/1044 KB 472/1267 KB 531/531 KB 36/1063 KB 1036/1710 KB 240/1044 KB 476/1267 KB 531/531 KB 36/1063 KB 1036/1710 KB 240/1044 KB 480/1267 KB 531/531 KB 36/1063 KB 1036/1710 KB 240/1044 KB 484/1267 KB 40/1063 KB 1040/1710 KB 244/1044 KB 488/1267 KB 40/1063 KB 1040/1710 KB 244/1044 KB 492/1267 KB 40/1063 KB 1040/1710 KB 244/1044 KB 496/1267 KB 40/1063 KB 1040/1710 KB 244/1044 KB 500/1267 KB 40/1063 KB 1040/1710 KB 244/1044 KB 504/1267 KB 40/1063 KB 1040/1710 KB 244/1044 KB 508/1267 KB 40/1063 KB 1040/1710 KB 244/1044 KB 512/1267 KB 531/531 KB 40/1063 KB 1040/1710 KB 244/1044 KB 484/1267 KB 44/1063 KB 1040/1710 KB 244/1044 KB 512/1267 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (531 KB at 1502.3 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 48/1063 KB 1040/1710 KB 244/1044 KB 512/1267 KB 52/1063 KB 1040/1710 KB 244/1044 KB 512/1267 KB 56/1063 KB 1040/1710 KB 244/1044 KB 512/1267 KB 60/1063 KB 1040/1710 KB 244/1044 KB 512/1267 KB 64/1063 KB 1040/1710 KB 244/1044 KB 512/1267 KB 68/1063 KB 1040/1710 KB 244/1044 KB 512/1267 KB 72/1063 KB 1040/1710 KB 244/1044 KB 512/1267 KB 76/1063 KB 1040/1710 KB 244/1044 KB 512/1267 KB 80/1063 KB 1040/1710 KB 244/1044 KB 512/1267 KB 531/531 KB 40/1063 KB 1040/1710 KB 244/1044 KB 484/1267 KB 80/1063 KB 1040/1710 KB 248/1044 KB 512/1267 KB 80/1063 KB 1040/1710 KB 252/1044 KB 512/1267 KB 80/1063 KB 1040/1710 KB 256/1044 KB 512/1267 KB 80/1063 KB 1040/1710 KB 260/1044 KB 512/1267 KB 531/531 KB 40/1063 KB 1040/1710 KB 240/1044 KB 484/1267 KB 80/1063 KB 1044/1710 KB 260/1044 KB 512/1267 KB 80/1063 KB 1048/1710 KB 260/1044 KB 512/1267 KB 80/1063 KB 1052/1710 KB 260/1044 KB 512/1267 KB 80/1063 KB 1056/1710 KB 260/1044 KB 512/1267 KB 80/1063 KB 1060/1710 KB 260/1044 KB 512/1267 KB 80/1063 KB 1064/1710 KB 260/1044 KB 512/1267 KB 80/1063 KB 1068/1710 KB 264/1044 KB 512/1267 KB 80/1063 KB 1072/1710 KB 264/1044 KB 512/1267 KB 80/1063 KB 1064/1710 KB 264/1044 KB 512/1267 KB 80/1063 KB 1072/1710 KB 268/1044 KB 512/1267 KB 80/1063 KB 1072/1710 KB 272/1044 KB 512/1267 KB 80/1063 KB 1076/1710 KB 272/1044 KB 512/1267 KB 84/1063 KB 1080/1710 KB 276/1044 KB 516/1267 KB 84/1063 KB 1084/1710 KB 276/1044 KB 516/1267 KB 84/1063 KB 1088/1710 KB 276/1044 KB 516/1267 KB 84/1063 KB 1076/1710 KB 276/1044 KB 516/1267 KB 88/1063 KB 1088/1710 KB 276/1044 KB 516/1267 KB 92/1063 KB 1088/1710 KB 276/1044 KB 516/1267 KB 96/1063 KB 1088/1710 KB 276/1044 KB 516/1267 KB 100/1063 KB 1088/1710 KB 276/1044 KB 516/1267 KB 104/1063 KB 1092/1710 KB 276/1044 KB 516/1267 KB 80/1063 KB 1076/1710 KB 276/1044 KB 516/1267 KB 80/1063 KB 1076/1710 KB 272/1044 KB 516/1267 KB 104/1063 KB 1092/1710 KB 280/1044 KB 520/1267 KB 104/1063 KB 1092/1710 KB 280/1044 KB 524/1267 KB 104/1063 KB 1092/1710 KB 280/1044 KB 528/1267 KB 104/1063 KB 1092/1710 KB 280/1044 KB 532/1267 KB 104/1063 KB 1092/1710 KB 280/1044 KB 536/1267 KB 104/1063 KB 1092/1710 KB 280/1044 KB 540/1267 KB 104/1063 KB 1092/1710 KB 280/1044 KB 544/1267 KB 100/1063 KB 1092/1710 KB 276/1044 KB 516/1267 KB 108/1063 KB 1096/1710 KB 280/1044 KB 544/1267 KB 108/1063 KB 1100/1710 KB 280/1044 KB 544/1267 KB 108/1063 KB 1104/1710 KB 280/1044 KB 544/1267 KB 108/1063 KB 1108/1710 KB 280/1044 KB 544/1267 KB 108/1063 KB 1112/1710 KB 280/1044 KB 548/1267 KB 108/1063 KB 1116/1710 KB 280/1044 KB 548/1267 KB 108/1063 KB 1120/1710 KB 280/1044 KB 548/1267 KB 108/1063 KB 1092/1710 KB 280/1044 KB 544/1267 KB 112/1063 KB 1120/1710 KB 280/1044 KB 548/1267 KB 116/1063 KB 1120/1710 KB 280/1044 KB 548/1267 KB 104/1063 KB 1092/1710 KB 280/1044 KB 524/1267 KB 116/1063 KB 1120/1710 KB 284/1044 KB 548/1267 KB 116/1063 KB 1120/1710 KB 288/1044 KB 548/1267 KB 116/1063 KB 1120/1710 KB 292/1044 KB 548/1267 KB 116/1063 KB 1120/1710 KB 296/1044 KB 548/1267 KB 116/1063 KB 1120/1710 KB 300/1044 KB 548/1267 KB 116/1063 KB 1120/1710 KB 304/1044 KB 548/1267 KB 116/1063 KB 1120/1710 KB 308/1044 KB 548/1267 KB 116/1063 KB 1120/1710 KB 312/1044 KB 548/1267 KB 108/1063 KB 1108/1710 KB 280/1044 KB 548/1267 KB 120/1063 KB 1124/1710 KB 316/1044 KB 548/1267 KB 120/1063 KB 1128/1710 KB 316/1044 KB 552/1267 KB 120/1063 KB 1132/1710 KB 316/1044 KB 552/1267 KB 120/1063 KB 1136/1710 KB 316/1044 KB 552/1267 KB 120/1063 KB 1140/1710 KB 316/1044 KB 552 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install /1267 KB 120/1063 KB 1144/1710 KB 316/1044 KB 552/1267 KB 120/1063 KB 1120/1710 KB 312/1044 KB 548/1267 KB 124/1063 KB 1144/1710 KB 316/1044 KB 552/1267 KB 128/1063 KB 1144/1710 KB 316/1044 KB 552/1267 KB 120/1063 KB 1124/1710 KB 316/1044 KB 552/1267 KB 128/1063 KB 1144/1710 KB 320/1044 KB 552/1267 KB 128/1063 KB 1144/1710 KB 324/1044 KB 552/1267 KB 132/1063 KB 1144/1710 KB 328/1044 KB 552/1267 KB 132/1063 KB 1144/1710 KB 332/1044 KB 552/1267 KB 132/1063 KB 1144/1710 KB 336/1044 KB 552/1267 KB 120/1063 KB 1124/1710 KB 316/1044 KB 552/1267 KB 132/1063 KB 1144/1710 KB 336/1044 KB 556/1267 KB 132/1063 KB 1144/1710 KB 336/1044 KB 560/1267 KB 132/1063 KB 1144/1710 KB 324/1044 KB 552/1267 KB 132/1063 KB 1144/1710 KB 336/1044 KB 4/713 KB 564/1267 KB 132/1063 KB 1144/1710 KB 336/1044 KB 4/713 KB 560/1267 KB 136/1063 KB 1144/1710 KB 336/1044 KB 8/713 KB 564/1267 KB 136/1063 KB 1144/1710 KB 336/1044 KB 12/713 KB 564/1267 KB 136/1063 KB 1144/1710 KB 336/1044 KB 16/713 KB 564/1267 KB 136/1063 KB 1144/1710 KB 336/1044 KB 20/713 KB 564/1267 KB 136/1063 KB 1144/1710 KB 336/1044 KB 24/713 KB 564/1267 KB 136/1063 KB 1144/1710 KB 336/1044 KB 28/713 KB 564/1267 KB 136/1063 KB 1144/1710 KB 336/1044 KB 32/713 KB 564/1267 KB 136/1063 KB 1144/1710 KB 336/1044 KB 36/713 KB 564/1267 KB 136/1063 KB 1144/1710 KB 336/1044 KB 40/713 KB 564/1267 KB 136/1063 KB 1144/1710 KB 336/1044 KB 44/713 KB 564/1267 KB 136/1063 KB 1144/1710 KB 336/1044 KB 48/713 KB 564/1267 KB 136/1063 KB 1144/1710 KB 336/1044 KB 4/713 KB 564/1267 KB 140/1063 KB 1144/1710 KB 336/1044 KB 48/713 KB 564/1267 KB 144/1063 KB 1144/1710 KB 340/1044 KB 52/713 KB 568/1267 KB 148/1063 KB 1144/1710 KB 340/1044 KB 52/713 KB 568/1267 KB 152/1063 KB 1148/1710 KB 340/1044 KB 52/713 KB 568/1267 KB 140/1063 KB 1144/1710 KB 336/1044 KB 52/713 KB 564/1267 KB 152/1063 KB 1148/1710 KB 340/1044 KB 56/713 KB 568/1267 KB 152/1063 KB 1148/1710 KB 340/1044 KB 60/713 KB 568/1267 KB 152/1063 KB 1148/1710 KB 340/1044 KB 64/713 KB 568/1267 KB 140/1063 KB 1144/1710 KB 340/1044 KB 52/713 KB 568/1267 KB 140/1063 KB 1144/1710 KB 336/1044 KB 52/713 KB 568/1267 KB 152/1063 KB 1148/1710 KB 340/1044 KB 64/713 KB 572/1267 KB 152/1063 KB 1148/1710 KB 340/1044 KB 64/713 KB 576/1267 KB 152/1063 KB 1148/1710 KB 340/1044 KB 64/713 KB 580/1267 KB 156/1063 KB 1148/1710 KB 344/1044 KB 68/713 KB 584/1267 KB 156/1063 KB 1148/1710 KB 344/1044 KB 68/713 KB 588/1267 KB 148/1063 KB 1148/1710 KB 340/1044 KB 52/713 KB 568/1267 KB 156/1063 KB 1152/1710 KB 344/1044 KB 68/713 KB 588/1267 KB 156/1063 KB 1148/1710 KB 344/1044 KB 68/713 KB 580/1267 KB 160/1063 KB 1152/1710 KB 344/1044 KB 68/713 KB 588/1267 KB 164/1063 KB 1152/1710 KB 344/1044 KB 68/713 KB 588/1267 KB 168/1063 KB 1156/1710 KB 344/1044 KB 68/713 KB 592/1267 KB 152/1063 KB 1148/1710 KB 344/1044 KB 68/713 KB 580/1267 KB 152/1063 KB 1148/1710 KB 344/1044 KB 64/713 KB 580/1267 KB 168/1063 KB 1156/1710 KB 348/1044 KB 68/713 KB 592/1267 KB 168/1063 KB 1156/1710 KB 352/1044 KB 68/713 KB 592/1267 KB 168/1063 KB 1156/1710 KB 356/1044 KB 68/713 KB 592/1267 KB 168/1063 KB 1156/1710 KB 360/1044 KB 72/713 KB 592/1267 KB 168/1063 KB 1156/1710 KB 364/1044 KB 72/713 KB 592/1267 KB 168/1063 KB 1156/1710 KB 368/1044 KB 72/713 KB 592/1267 KB 168/1063 KB 1156/1710 KB 372/1044 KB 72/713 KB 592/1267 KB 172/1063 KB 1156/1710 KB 376/1044 KB 72/713 KB 592/1267 KB 172/1063 KB 1156/1710 KB 380/1044 KB 72/713 KB 592/1267 KB 172/1063 KB 1156/1710 KB 384/1044 KB 72/713 KB 5 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 92/1267 KB 164/1063 KB 1156/1710 KB 344/1044 KB 68/713 KB 592/1267 KB 172/1063 KB 1156/1710 KB 384/1044 KB 72/713 KB 596/1267 KB 172/1063 KB 1156/1710 KB 384/1044 KB 72/713 KB 600/1267 KB 172/1063 KB 1156/1710 KB 384/1044 KB 72/713 KB 604/1267 KB 172/1063 KB 1156/1710 KB 384/1044 KB 72/713 KB 608/1267 KB 164/1063 KB 1156/1710 KB 344/1044 KB 68/713 KB 588/1267 KB 172/1063 KB 1160/1710 KB 384/1044 KB 72/713 KB 608/1267 KB 172/1063 KB 1164/1710 KB 384/1044 KB 72/713 KB 608/1267 KB 172/1063 KB 1168/1710 KB 384/1044 KB 72/713 KB 608/1267 KB 172/1063 KB 1156/1710 KB 372/1044 KB 72/713 KB 592/1267 KB 176/1063 KB 1168/1710 KB 384/1044 KB 72/713 KB 608/1267 KB 180/1063 KB 1172/1710 KB 384/1044 KB 72/713 KB 608/1267 KB 184/1063 KB 1172/1710 KB 384/1044 KB 72/713 KB 612/1267 KB 188/1063 KB 1172/1710 KB 384/1044 KB 72/713 KB 612/1267 KB 168/1063 KB 1156/1710 KB 356/1044 KB 72/713 KB 592/1267 KB 188/1063 KB 1172/1710 KB 388/1044 KB 76/713 KB 612/1267 KB 188/1063 KB 1172/1710 KB 388/1044 KB 80/713 KB 612/1267 KB 188/1063 KB 1172/1710 KB 388/1044 KB 84/713 KB 612/1267 KB 188/1063 KB 1172/1710 KB 388/1044 KB 88/713 KB 612/1267 KB 188/1063 KB 1172/1710 KB 388/1044 KB 92/713 KB 612/1267 KB 188/1063 KB 1172/1710 KB 388/1044 KB 96/713 KB 612/1267 KB 188/1063 KB 1172/1710 KB 388/1044 KB 100/713 KB 612/1267 KB 192/1063 KB 1172/1710 KB 388/1044 KB 104/713 KB 612/1267 KB 192/1063 KB 1172/1710 KB 388/1044 KB 108/713 KB 612/1267 KB 192/1063 KB 1172/1710 KB 388/1044 KB 112/713 KB 612/1267 KB 192/1063 KB 1172/1710 KB 388/1044 KB 116/713 KB 612/1267 KB 192/1063 KB 1172/1710 KB 388/1044 KB 120/713 KB 612/1267 KB 192/1063 KB 1172/1710 KB 388/1044 KB 124/713 KB 612/1267 KB 192/1063 KB 1172/1710 KB 388/1044 KB 128/713 KB 612/1267 KB 192/1063 KB 1172/1710 KB 388/1044 KB 132/713 KB 612/1267 KB 192/1063 KB 1172/1710 KB 388/1044 KB 136/713 KB 612/1267 KB 192/1063 KB 1172/1710 KB 388/1044 KB 140/713 KB 612/1267 KB 192/1063 KB 1172/1710 KB 388/1044 KB 144/713 KB 612/1267 KB 188/1063 KB 1172/1710 KB 388/1044 KB 72/713 KB 612/1267 KB 192/1063 KB 1172/1710 KB 392/1044 KB 144/713 KB 612/1267 KB 180/1063 KB 1172/1710 KB 384/1044 KB 72/713 KB 612/1267 KB 176/1063 KB 1172/1710 KB 384/1044 KB 72/713 KB 608/1267 KB 192/1063 KB 1176/1710 KB 396/1044 KB 144/713 KB 616/1267 KB 192/1063 KB 1180/1710 KB 396/1044 KB 144/713 KB 616/1267 KB 192/1063 KB 1184/1710 KB 396/1044 KB 144/713 KB 616/1267 KB 192/1063 KB 1188/1710 KB 396/1044 KB 144/713 KB 616/1267 KB 192/1063 KB 1192/1710 KB 396/1044 KB 144/713 KB 616/1267 KB 192/1063 KB 1196/1710 KB 396/1044 KB 144/713 KB 616/1267 KB 192/1063 KB 1200/1710 KB 396/1044 KB 144/713 KB 616/1267 KB 192/1063 KB 1172/1710 KB 388/1044 KB 100/713 KB 612/1267 KB 196/1063 KB 1200/1710 KB 396/1044 KB 144/713 KB 616/1267 KB 200/1063 KB 1200/1710 KB 396/1044 KB 144/713 KB 616/1267 KB 204/1063 KB 1200/1710 KB 396/1044 KB 144/713 KB 616/1267 KB 208/1063 KB 1200/1710 KB 396/1044 KB 144/713 KB 616/1267 KB 192/1063 KB 1200/1710 KB 396/1044 KB 144/713 KB 616/1267 KB 192/1063 KB 1172/1710 KB 396/1044 KB 144/713 KB 616/1267 KB 208/1063 KB 1200/1710 KB 396/1044 KB 144/713 KB 620/1267 KB 208/1063 KB 1200/1710 KB 396/1044 KB 144/713 KB 624/1267 KB 208/1063 KB 1200/1710 KB 396/1044 KB 144/713 KB 628/1267 KB 212/1063 KB 1204/1710 KB 400/1044 KB 144/713 KB 632/1267 KB 212/1063 KB 1204/1710 KB 400/1044 KB 144/713 KB 636/1267 KB 212/1063 KB 1204/1710 KB 400/1044 KB 144/713 KB 640/1267 KB 212/1063 KB 1204/1710 KB 400/1044 KB 144/713 KB 644 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install /1267 KB 212/1063 KB 1204/1710 KB 400/1044 KB 144/713 KB 628/1267 KB 216/1063 KB 1204/1710 KB 400/1044 KB 144/713 KB 644/1267 KB 220/1063 KB 1204/1710 KB 400/1044 KB 144/713 KB 644/1267 KB 224/1063 KB 1204/1710 KB 400/1044 KB 144/713 KB 644/1267 KB 208/1063 KB 1204/1710 KB 400/1044 KB 144/713 KB 628/1267 KB 224/1063 KB 1208/1710 KB 400/1044 KB 144/713 KB 644/1267 KB 224/1063 KB 1212/1710 KB 400/1044 KB 144/713 KB 644/1267 KB 224/1063 KB 1216/1710 KB 400/1044 KB 144/713 KB 644/1267 KB 224/1063 KB 1220/1710 KB 400/1044 KB 144/713 KB 644/1267 KB 228/1063 KB 1224/1710 KB 400/1044 KB 148/713 KB 648/1267 KB 228/1063 KB 1228/1710 KB 400/1044 KB 148/713 KB 648/1267 KB 228/1063 KB 1232/1710 KB 400/1044 KB 148/713 KB 648/1267 KB 208/1063 KB 1200/1710 KB 400/1044 KB 144/713 KB 628/1267 KB 228/1063 KB 1232/1710 KB 404/1044 KB 148/713 KB 648/1267 KB 228/1063 KB 1232/1710 KB 408/1044 KB 148/713 KB 648/1267 KB 228/1063 KB 1232/1710 KB 412/1044 KB 148/713 KB 648/1267 KB 228/1063 KB 1232/1710 KB 416/1044 KB 148/713 KB 648/1267 KB 228/1063 KB 1232/1710 KB 420/1044 KB 148/713 KB 648/1267 KB 228/1063 KB 1236/1710 KB 424/1044 KB 148/713 KB 648/1267 KB 228/1063 KB 1220/1710 KB 400/1044 KB 148/713 KB 648/1267 KB 228/1063 KB 1236/1710 KB 428/1044 KB 152/713 KB 648/1267 KB 228/1063 KB 1236/1710 KB 428/1044 KB 156/713 KB 648/1267 KB 228/1063 KB 1236/1710 KB 428/1044 KB 160/713 KB 648/1267 KB 228/1063 KB 1220/1710 KB 400/1044 KB 144/713 KB 648/1267 KB 228/1063 KB 1236/1710 KB 428/1044 KB 160/713 KB 652/1267 KB 228/1063 KB 1236/1710 KB 428/1044 KB 160/713 KB 656/1267 KB 228/1063 KB 1236/1710 KB 428/1044 KB 160/713 KB 660/1267 KB 228/1063 KB 1220/1710 KB 400/1044 KB 144/713 KB 644/1267 KB 232/1063 KB 1236/1710 KB 428/1044 KB 160/713 KB 660/1267 KB 236/1063 KB 1236/1710 KB 428/1044 KB 160/713 KB 660/1267 KB 240/1063 KB 1236/1710 KB 428/1044 KB 160/713 KB 660/1267 KB 244/1063 KB 1236/1710 KB 428/1044 KB 160/713 KB 660/1267 KB 248/1063 KB 1236/1710 KB 428/1044 KB 164/713 KB 664/1267 KB 252/1063 KB 1236/1710 KB 428/1044 KB 164/713 KB 664/1267 KB 256/1063 KB 1236/1710 KB 428/1044 KB 164/713 KB 664/1267 KB 228/1063 KB 1236/1710 KB 420/1044 KB 148/713 KB 648/1267 KB 256/1063 KB 1240/1710 KB 428/1044 KB 164/713 KB 664/1267 KB 256/1063 KB 1244/1710 KB 428/1044 KB 164/713 KB 664/1267 KB 256/1063 KB 1248/1710 KB 428/1044 KB 164/713 KB 664/1267 KB 256/1063 KB 1252/1710 KB 428/1044 KB 164/713 KB 664/1267 KB 260/1063 KB 1256/1710 KB 428/1044 KB 164/713 KB 664/1267 KB 260/1063 KB 1260/1710 KB 428/1044 KB 164/713 KB 664/1267 KB 244/1063 KB 1236/1710 KB 428/1044 KB 164/713 KB 664/1267 KB 260/1063 KB 1260/1710 KB 428/1044 KB 168/713 KB 664/1267 KB 260/1063 KB 1260/1710 KB 428/1044 KB 172/713 KB 664/1267 KB 260/1063 KB 1260/1710 KB 428/1044 KB 176/713 KB 664/1267 KB 260/1063 KB 1260/1710 KB 428/1044 KB 180/713 KB 664/1267 KB 260/1063 KB 1264/1710 KB 428/1044 KB 184/713 KB 664/1267 KB 260/1063 KB 1264/1710 KB 428/1044 KB 188/713 KB 664/1267 KB 260/1063 KB 1264/1710 KB 428/1044 KB 192/713 KB 664/1267 KB 228/1063 KB 1236/1710 KB 428/1044 KB 148/713 KB 648/1267 KB 260/1063 KB 1264/1710 KB 432/1044 KB 192/713 KB 664/1267 KB 244/1063 KB 1236/1710 KB 428/1044 KB 160/713 KB 664/1267 KB 260/1063 KB 1264/1710 KB 432/1044 KB 192/713 KB 668/1267 KB 260/1063 KB 1264/1710 KB 432/1044 KB 192/713 KB 672/1267 KB 260/1063 KB 1264/1710 KB 432/1044 KB 192/713 KB 676/1267 KB 260/1063 KB 1264/1710 KB 436/1044 KB 192/713 KB 680/1267 KB 260/1063 KB 1264/1710 KB 436/1044 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install KB 192/713 KB 684/1267 KB 260/1063 KB 1264/1710 KB 436/1044 KB 192/713 KB 688/1267 KB 260/1063 KB 1264/1710 KB 436/1044 KB 192/713 KB 692/1267 KB 260/1063 KB 1264/1710 KB 436/1044 KB 192/713 KB 696/1267 KB 260/1063 KB 1264/1710 KB 436/1044 KB 192/713 KB 700/1267 KB 260/1063 KB 1264/1710 KB 436/1044 KB 192/713 KB 704/1267 KB 260/1063 KB 1264/1710 KB 428/1044 KB 180/713 KB 664/1267 KB 260/1063 KB 1252/1710 KB 428/1044 KB 164/713 KB 664/1267 KB 264/1063 KB 1264/1710 KB 436/1044 KB 192/713 KB 704/1267 KB 268/1063 KB 1264/1710 KB 436/1044 KB 192/713 KB 704/1267 KB 272/1063 KB 1264/1710 KB 436/1044 KB 192/713 KB 704/1267 KB 276/1063 KB 1264/1710 KB 436/1044 KB 192/713 KB 704/1267 KB 280/1063 KB 1268/1710 KB 436/1044 KB 196/713 KB 708/1267 KB 284/1063 KB 1268/1710 KB 436/1044 KB 196/713 KB 708/1267 KB 288/1063 KB 1268/1710 KB 436/1044 KB 196/713 KB 708/1267 KB 260/1063 KB 1264/1710 KB 436/1044 KB 192/713 KB 676/1267 KB 288/1063 KB 1268/1710 KB 440/1044 KB 196/713 KB 708/1267 KB 288/1063 KB 1268/1710 KB 444/1044 KB 196/713 KB 708/1267 KB 288/1063 KB 1268/1710 KB 448/1044 KB 196/713 KB 708/1267 KB 288/1063 KB 1268/1710 KB 452/1044 KB 196/713 KB 708/1267 KB 288/1063 KB 1268/1710 KB 456/1044 KB 196/713 KB 708/1267 KB 288/1063 KB 1268/1710 KB 460/1044 KB 196/713 KB 708/1267 KB 288/1063 KB 1268/1710 KB 464/1044 KB 196/713 KB 708/1267 KB 288/1063 KB 1268/1710 KB 468/1044 KB 196/713 KB 708/1267 KB 288/1063 KB 1268/1710 KB 472/1044 KB 196/713 KB 708/1267 KB 288/1063 KB 1268/1710 KB 476/1044 KB 196/713 KB 708/1267 KB 288/1063 KB 1268/1710 KB 480/1044 KB 196/713 KB 708/1267 KB 292/1063 KB 1268/1710 KB 484/1044 KB 196/713 KB 708/1267 KB 292/1063 KB 1268/1710 KB 488/1044 KB 196/713 KB 708/1267 KB 292/1063 KB 1268/1710 KB 492/1044 KB 196/713 KB 708/1267 KB 276/1063 KB 1268/1710 KB 436/1044 KB 196/713 KB 708/1267 KB 292/1063 KB 1268/1710 KB 492/1044 KB 196/713 KB 712/1267 KB 292/1063 KB 1268/1710 KB 492/1044 KB 196/713 KB 716/1267 KB 276/1063 KB 1268/1710 KB 436/1044 KB 196/713 KB 704/1267 KB 276/1063 KB 1268/1710 KB 436/1044 KB 192/713 KB 704/1267 KB 292/1063 KB 1272/1710 KB 492/1044 KB 196/713 KB 716/1267 KB 292/1063 KB 1276/1710 KB 492/1044 KB 196/713 KB 716/1267 KB 292/1063 KB 1280/1710 KB 492/1044 KB 196/713 KB 716/1267 KB 292/1063 KB 1284/1710 KB 492/1044 KB 196/713 KB 716/1267 KB 292/1063 KB 1268/1710 KB 480/1044 KB 196/713 KB 708/1267 KB 296/1063 KB 1284/1710 KB 492/1044 KB 200/713 KB 720/1267 KB 300/1063 KB 1288/1710 KB 492/1044 KB 200/713 KB 720/1267 KB 304/1063 KB 1288/1710 KB 492/1044 KB 200/713 KB 720/1267 KB 308/1063 KB 1288/1710 KB 492/1044 KB 200/713 KB 720/1267 KB 292/1063 KB 1284/1710 KB 492/1044 KB 200/713 KB 720/1267 KB 292/1063 KB 1284/1710 KB 492/1044 KB 200/713 KB 716/1267 KB 308/1063 KB 1288/1710 KB 496/1044 KB 204/713 KB 720/1267 KB 308/1063 KB 1288/1710 KB 496/1044 KB 208/713 KB 720/1267 KB 308/1063 KB 1288/1710 KB 496/1044 KB 212/713 KB 720/1267 KB 308/1063 KB 1288/1710 KB 496/1044 KB 216/713 KB 724/1267 KB 308/1063 KB 1288/1710 KB 496/1044 KB 220/713 KB 724/1267 KB 308/1063 KB 1288/1710 KB 496/1044 KB 224/713 KB 724/1267 KB 308/1063 KB 1288/1710 KB 496/1044 KB 200/713 KB 720/1267 KB 296/1063 KB 1288/1710 KB 492/1044 KB 200/713 KB 720/1267 KB 308/1063 KB 1292/1710 KB 496/1044 KB 224/713 KB 724/1267 KB 308/1063 KB 1296/1710 KB 496/1044 KB 224/713 KB 724/1267 KB 308/1063 KB 1300/1710 KB 496/1044 KB 224/713 KB 724/1267 KB 312/1063 KB 1304/1710 KB 500/1044 KB 228/713 KB 724/1267 KB 308/1063 KB 1 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 288/1710 KB 496/1044 KB 212/713 KB 724/1267 KB 312/1063 KB 1304/1710 KB 500/1044 KB 228/713 KB 728/1267 KB 312/1063 KB 1304/1710 KB 500/1044 KB 228/713 KB 732/1267 KB 312/1063 KB 1304/1710 KB 500/1044 KB 228/713 KB 736/1267 KB 312/1063 KB 1300/1710 KB 500/1044 KB 228/713 KB 724/1267 KB 316/1063 KB 1304/1710 KB 500/1044 KB 228/713 KB 736/1267 KB 320/1063 KB 1304/1710 KB 500/1044 KB 228/713 KB 736/1267 KB 324/1063 KB 1304/1710 KB 500/1044 KB 228/713 KB 740/1267 KB 308/1063 KB 1300/1710 KB 500/1044 KB 228/713 KB 724/1267 KB 328/1063 KB 1308/1710 KB 500/1044 KB 232/713 KB 740/1267 KB 328/1063 KB 1308/1710 KB 500/1044 KB 236/713 KB 740/1267 KB 328/1063 KB 1308/1710 KB 500/1044 KB 240/713 KB 740/1267 KB 308/1063 KB 1300/1710 KB 500/1044 KB 224/713 KB 724/1267 KB 324/1063 KB 1308/1710 KB 500/1044 KB 228/713 KB 740/1267 KB 328/1063 KB 1312/1710 KB 500/1044 KB 240/713 KB 740/1267 KB 328/1063 KB 1316/1710 KB 504/1044 KB 240/713 KB 740/1267 KB 328/1063 KB 1320/1710 KB 504/1044 KB 244/713 KB 740/1267 KB 328/1063 KB 1324/1710 KB 504/1044 KB 244/713 KB 740/1267 KB 328/1063 KB 1328/1710 KB 504/1044 KB 244/713 KB 740/1267 KB 320/1063 KB 1304/1710 KB 500/1044 KB 228/713 KB 740/1267 KB 328/1063 KB 1328/1710 KB 504/1044 KB 244/713 KB 744/1267 KB 328/1063 KB 1328/1710 KB 504/1044 KB 244/713 KB 748/1267 KB 328/1063 KB 1308/1710 KB 500/1044 KB 244/713 KB 740/1267 KB 332/1063 KB 1328/1710 KB 504/1044 KB 244/713 KB 748/1267 KB 336/1063 KB 1328/1710 KB 504/1044 KB 244/713 KB 748/1267 KB 336/1063 KB 1328/1710 KB 504/1044 KB 244/713 KB 752/1267 KB 340/1063 KB 1328/1710 KB 504/1044 KB 244/713 KB 752/1267 KB 344/1063 KB 1332/1710 KB 504/1044 KB 244/713 KB 756/1267 KB 348/1063 KB 1332/1710 KB 504/1044 KB 244/713 KB 756/1267 KB 352/1063 KB 1332/1710 KB 504/1044 KB 244/713 KB 756/1267 KB 328/1063 KB 1316/1710 KB 504/1044 KB 244/713 KB 740/1267 KB 352/1063 KB 1332/1710 KB 504/1044 KB 248/713 KB 756/1267 KB 352/1063 KB 1332/1710 KB 504/1044 KB 252/713 KB 756/1267 KB 352/1063 KB 1332/1710 KB 504/1044 KB 256/713 KB 756/1267 KB 328/1063 KB 1312/1710 KB 504/1044 KB 240/713 KB 740/1267 KB 352/1063 KB 1332/1710 KB 508/1044 KB 256/713 KB 756/1267 KB 352/1063 KB 1332/1710 KB 512/1044 KB 256/713 KB 756/1267 KB 352/1063 KB 1332/1710 KB 516/1044 KB 256/713 KB 756/1267 KB 352/1063 KB 1332/1710 KB 520/1044 KB 256/713 KB 756/1267 KB 352/1063 KB 1332/1710 KB 524/1044 KB 256/713 KB 756/1267 KB 352/1063 KB 1332/1710 KB 528/1044 KB 256/713 KB 756/1267 KB 352/1063 KB 1332/1710 KB 532/1044 KB 256/713 KB 756/1267 KB 352/1063 KB 1332/1710 KB 536/1044 KB 260/713 KB 756/1267 KB 352/1063 KB 1332/1710 KB 540/1044 KB 260/713 KB 756/1267 KB 352/1063 KB 1332/1710 KB 544/1044 KB 260/713 KB 756/1267 KB 352/1063 KB 1332/1710 KB 548/1044 KB 260/713 KB 756/1267 KB 356/1063 KB 1332/1710 KB 552/1044 KB 260/713 KB 756/1267 KB 356/1063 KB 1332/1710 KB 556/1044 KB 260/713 KB 756/1267 KB 356/1063 KB 1332/1710 KB 560/1044 KB 260/713 KB 756/1267 KB 340/1063 KB 1332/1710 KB 504/1044 KB 244/713 KB 756/1267 KB 356/1063 KB 1336/1710 KB 560/1044 KB 260/713 KB 756/1267 KB 356/1063 KB 1340/1710 KB 560/1044 KB 260/713 KB 756/1267 KB 340/1063 KB 1328/1710 KB 504/1044 KB 244/713 KB 756/1267 KB 356/1063 KB 1340/1710 KB 560/1044 KB 260/713 KB 760/1267 KB 356/1063 KB 1340/1710 KB 560/1044 KB 260/713 KB 764/1267 KB 356/1063 KB 1340/1710 KB 560/1044 KB 260/713 KB 768/1267 KB 356/1063 KB 1344/1710 KB 560/1044 KB 260/713 KB 772/1267 KB 356/1063 KB 1344/1710 KB 560/1044 KB 260/713 KB 776/1267 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install KB 356/1063 KB 1344/1710 KB 560/1044 KB 260/713 KB 780/1267 KB 356/1063 KB 1344/1710 KB 560/1044 KB 260/713 KB 784/1267 KB 356/1063 KB 1344/1710 KB 560/1044 KB 260/713 KB 788/1267 KB 356/1063 KB 1344/1710 KB 564/1044 KB 260/713 KB 792/1267 KB 356/1063 KB 1344/1710 KB 564/1044 KB 260/713 KB 796/1267 KB 356/1063 KB 1344/1710 KB 564/1044 KB 260/713 KB 800/1267 KB 356/1063 KB 1332/1710 KB 548/1044 KB 260/713 KB 756/1267 KB 360/1063 KB 1344/1710 KB 564/1044 KB 260/713 KB 800/1267 KB 364/1063 KB 1344/1710 KB 564/1044 KB 260/713 KB 800/1267 KB 368/1063 KB 1344/1710 KB 564/1044 KB 260/713 KB 800/1267 KB 372/1063 KB 1344/1710 KB 564/1044 KB 260/713 KB 800/1267 KB 376/1063 KB 1344/1710 KB 564/1044 KB 260/713 KB 800/1267 KB 380/1063 KB 1344/1710 KB 564/1044 KB 260/713 KB 800/1267 KB 384/1063 KB 1344/1710 KB 564/1044 KB 260/713 KB 800/1267 KB 352/1063 KB 1332/1710 KB 532/1044 KB 260/713 KB 756/1267 KB 384/1063 KB 1344/1710 KB 564/1044 KB 264/713 KB 800/1267 KB 384/1063 KB 1344/1710 KB 564/1044 KB 268/713 KB 800/1267 KB 384/1063 KB 1344/1710 KB 564/1044 KB 272/713 KB 800/1267 KB 384/1063 KB 1344/1710 KB 564/1044 KB 276/713 KB 800/1267 KB 384/1063 KB 1344/1710 KB 564/1044 KB 280/713 KB 800/1267 KB 384/1063 KB 1344/1710 KB 564/1044 KB 284/713 KB 800/1267 KB 384/1063 KB 1344/1710 KB 564/1044 KB 288/713 KB 800/1267 KB 384/1063 KB 1344/1710 KB 564/1044 KB 292/713 KB 800/1267 KB 384/1063 KB 1344/1710 KB 564/1044 KB 296/713 KB 800/1267 KB 384/1063 KB 1344/1710 KB 564/1044 KB 300/713 KB 800/1267 KB 384/1063 KB 1344/1710 KB 564/1044 KB 304/713 KB 800/1267 KB 388/1063 KB 1344/1710 KB 564/1044 KB 308/713 KB 800/1267 KB 388/1063 KB 1344/1710 KB 564/1044 KB 312/713 KB 804/1267 KB 388/1063 KB 1344/1710 KB 564/1044 KB 316/713 KB 804/1267 KB 388/1063 KB 1344/1710 KB 564/1044 KB 320/713 KB 804/1267 KB 356/1063 KB 1344/1710 KB 564/1044 KB 260/713 KB 788/1267 KB 356/1063 KB 1344/1710 KB 560/1044 KB 260/713 KB 768/1267 KB 388/1063 KB 1348/1710 KB 564/1044 KB 320/713 KB 804/1267 KB 388/1063 KB 1352/1710 KB 564/1044 KB 320/713 KB 804/1267 KB 388/1063 KB 1356/1710 KB 564/1044 KB 320/713 KB 804/1267 KB 388/1063 KB 1360/1710 KB 564/1044 KB 320/713 KB 804/1267 KB 388/1063 KB 1364/1710 KB 564/1044 KB 320/713 KB 804/1267 KB 388/1063 KB 1368/1710 KB 564/1044 KB 320/713 KB 804/1267 KB 388/1063 KB 1372/1710 KB 568/1044 KB 320/713 KB 804/1267 KB 388/1063 KB 1376/1710 KB 568/1044 KB 320/713 KB 804/1267 KB 388/1063 KB 1380/1710 KB 568/1044 KB 320/713 KB 804/1267 KB 388/1063 KB 1344/1710 KB 564/1044 KB 308/713 KB 804/1267 KB 388/1063 KB 1384/1710 KB 568/1044 KB 320/713 KB 808/1267 KB 388/1063 KB 1384/1710 KB 568/1044 KB 320/713 KB 812/1267 KB 388/1063 KB 1384/1710 KB 568/1044 KB 320/713 KB 816/1267 KB 388/1063 KB 1344/1710 KB 564/1044 KB 304/713 KB 800/1267 KB 392/1063 KB 1384/1710 KB 568/1044 KB 320/713 KB 816/1267 KB 396/1063 KB 1384/1710 KB 568/1044 KB 320/713 KB 816/1267 KB 400/1063 KB 1384/1710 KB 568/1044 KB 320/713 KB 816/1267 KB 388/1063 KB 1384/1710 KB 568/1044 KB 320/713 KB 804/1267 KB 400/1063 KB 1388/1710 KB 568/1044 KB 320/713 KB 816/1267 KB 404/1063 KB 1392/1710 KB 568/1044 KB 320/713 KB 816/1267 KB 388/1063 KB 1368/1710 KB 568/1044 KB 320/713 KB 804/1267 KB 404/1063 KB 1392/1710 KB 572/1044 KB 320/713 KB 816/1267 KB 404/1063 KB 1392/1710 KB 576/1044 KB 320/713 KB 816/1267 KB 404/1063 KB 1392/1710 KB 580/1044 KB 320/713 KB 816/1267 KB 404/1063 KB 1392/1710 KB 584/1044 KB 320/713 KB 816/1267 KB 404/1063 KB 1392/1710 KB 588/1044 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 320/713 KB 816/1267 KB 404/1063 KB 1392/1710 KB 592/1044 KB 320/713 KB 816/1267 KB 404/1063 KB 1396/1710 KB 592/1044 KB 320/713 KB 816/1267 KB 404/1063 KB 1400/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 404/1063 KB 1404/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 404/1063 KB 1408/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 404/1063 KB 1412/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 404/1063 KB 1416/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 404/1063 KB 1420/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 404/1063 KB 1424/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 404/1063 KB 1428/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 404/1063 KB 1388/1710 KB 568/1044 KB 320/713 KB 816/1267 KB 408/1063 KB 1428/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 412/1063 KB 1428/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 416/1063 KB 1428/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 420/1063 KB 1428/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 424/1063 KB 1428/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 428/1063 KB 1428/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 432/1063 KB 1428/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 404/1063 KB 1396/1710 KB 596/1044 KB 324/713 KB 820/1267 KB 432/1063 KB 1428/1710 KB 596/1044 KB 328/713 KB 820/1267 KB 432/1063 KB 1428/1710 KB 596/1044 KB 332/713 KB 820/1267 KB 432/1063 KB 1428/1710 KB 596/1044 KB 336/713 KB 820/1267 KB 432/1063 KB 1428/1710 KB 596/1044 KB 340/713 KB 820/1267 KB 436/1063 KB 1428/1710 KB 596/1044 KB 344/713 KB 820/1267 KB 436/1063 KB 1428/1710 KB 596/1044 KB 348/713 KB 820/1267 KB 436/1063 KB 1428/1710 KB 596/1044 KB 352/713 KB 820/1267 KB 436/1063 KB 1428/1710 KB 596/1044 KB 356/713 KB 820/1267 KB 404/1063 KB 1396/1710 KB 596/1044 KB 320/713 KB 820/1267 KB 436/1063 KB 1432/1710 KB 596/1044 KB 356/713 KB 824/1267 KB 436/1063 KB 1432/1710 KB 596/1044 KB 356/713 KB 828/1267 KB 436/1063 KB 1432/1710 KB 596/1044 KB 356/713 KB 832/1267 KB 436/1063 KB 1432/1710 KB 596/1044 KB 356/713 KB 836/1267 KB 436/1063 KB 1432/1710 KB 596/1044 KB 356/713 KB 840/1267 KB 436/1063 KB 1432/1710 KB 596/1044 KB 356/713 KB 844/1267 KB 436/1063 KB 1432/1710 KB 596/1044 KB 356/713 KB 848/1267 KB 404/1063 KB 1396/1710 KB 596/1044 KB 320/713 KB 816/1267 KB 436/1063 KB 1432/1710 KB 600/1044 KB 356/713 KB 848/1267 KB 436/1063 KB 1432/1710 KB 604/1044 KB 356/713 KB 848/1267 KB 436/1063 KB 1432/1710 KB 608/1044 KB 356/713 KB 848/1267 KB 436/1063 KB 1432/1710 KB 612/1044 KB 356/713 KB 848/1267 KB 436/1063 KB 1432/1710 KB 616/1044 KB 356/713 KB 848/1267 KB 436/1063 KB 1432/1710 KB 620/1044 KB 356/713 KB 848/1267 KB 436/1063 KB 1432/1710 KB 624/1044 KB 356/713 KB 848/1267 KB 436/1063 KB 1432/1710 KB 628/1044 KB 356/713 KB 848/1267 KB 436/1063 KB 1432/1710 KB 632/1044 KB 356/713 KB 852/1267 KB 436/1063 KB 1432/1710 KB 636/1044 KB 356/713 KB 852/1267 KB 436/1063 KB 1432/1710 KB 640/1044 KB 356/713 KB 852/1267 KB 436/1063 KB 1432/1710 KB 596/1044 KB 356/713 KB 820/1267 KB 436/1063 KB 1436/1710 KB 640/1044 KB 360/713 KB 852/1267 KB 436/1063 KB 1440/1710 KB 640/1044 KB 360/713 KB 852/1267 KB 436/1063 KB 1428/1710 KB 596/1044 KB 340/713 KB 820/1267 KB 440/1063 KB 1440/1710 KB 640/1044 KB 360/713 KB 852/1267 KB 444/1063 KB 1440/1710 KB 640/1044 KB 360/713 KB 852/1267 KB 448/1063 KB 1440/1710 KB 640/1044 KB 360/713 KB 852/1267 KB 452/1063 KB 1440/1710 KB 640/1044 KB 360/713 KB 852/1267 KB 456/1063 KB 1444/1710 KB 644/1044 KB 360/713 KB 852/1267 KB 460/1063 KB 1444/1710 KB 644/1044 KB 360/713 KB 852/1267 KB 464/1063 KB 1444/1 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 710 KB 644/1044 KB 360/713 KB 852/1267 KB 468/1063 KB 1444/1710 KB 644/1044 KB 360/713 KB 852/1267 KB 472/1063 KB 1444/1710 KB 644/1044 KB 360/713 KB 852/1267 KB 476/1063 KB 1444/1710 KB 644/1044 KB 360/713 KB 852/1267 KB 480/1063 KB 1444/1710 KB 644/1044 KB 360/713 KB 852/1267 KB 484/1063 KB 1444/1710 KB 644/1044 KB 360/713 KB 852/1267 KB 436/1063 KB 1432/1710 KB 640/1044 KB 360/713 KB 852/1267 KB 484/1063 KB 1444/1710 KB 644/1044 KB 364/713 KB 852/1267 KB 484/1063 KB 1444/1710 KB 644/1044 KB 368/713 KB 852/1267 KB 484/1063 KB 1444/1710 KB 644/1044 KB 372/713 KB 852/1267 KB 436/1063 KB 1432/1710 KB 628/1044 KB 356/713 KB 852/1267 KB 484/1063 KB 1444/1710 KB 644/1044 KB 376/713 KB 856/1267 KB 484/1063 KB 1444/1710 KB 644/1044 KB 376/713 KB 860/1267 KB 484/1063 KB 1444/1710 KB 644/1044 KB 376/713 KB 864/1267 KB 484/1063 KB 1444/1710 KB 644/1044 KB 376/713 KB 868/1267 KB 484/1063 KB 1444/1710 KB 644/1044 KB 376/713 KB 872/1267 KB 484/1063 KB 1444/1710 KB 644/1044 KB 376/713 KB 876/1267 KB 484/1063 KB 1444/1710 KB 644/1044 KB 376/713 KB 880/1267 KB 452/1063 KB 1444/1710 KB 644/1044 KB 360/713 KB 852/1267 KB 484/1063 KB 1444/1710 KB 648/1044 KB 376/713 KB 880/1267 KB 484/1063 KB 1444/1710 KB 652/1044 KB 376/713 KB 880/1267 KB 484/1063 KB 1444/1710 KB 656/1044 KB 376/713 KB 880/1267 KB 452/1063 KB 1444/1710 KB 640/1044 KB 360/713 KB 852/1267 KB 484/1063 KB 1448/1710 KB 656/1044 KB 376/713 KB 880/1267 KB 484/1063 KB 1452/1710 KB 656/1044 KB 376/713 KB 880/1267 KB 484/1063 KB 1456/1710 KB 656/1044 KB 376/713 KB 880/1267 KB 484/1063 KB 1444/1710 KB 644/1044 KB 376/713 KB 880/1267 KB 484/1063 KB 1456/1710 KB 656/1044 KB 380/713 KB 880/1267 KB 484/1063 KB 1460/1710 KB 660/1044 KB 384/713 KB 880/1267 KB 484/1063 KB 1460/1710 KB 660/1044 KB 388/713 KB 880/1267 KB 484/1063 KB 1460/1710 KB 660/1044 KB 392/713 KB 884/1267 KB 484/1063 KB 1460/1710 KB 660/1044 KB 396/713 KB 884/1267 KB 484/1063 KB 1460/1710 KB 660/1044 KB 400/713 KB 884/1267 KB 484/1063 KB 1460/1710 KB 660/1044 KB 380/713 KB 880/1267 KB 484/1063 KB 1460/1710 KB 664/1044 KB 400/713 KB 884/1267 KB 484/1063 KB 1460/1710 KB 668/1044 KB 400/713 KB 884/1267 KB 484/1063 KB 1460/1710 KB 672/1044 KB 400/713 KB 884/1267 KB 484/1063 KB 1460/1710 KB 656/1044 KB 380/713 KB 880/1267 KB 484/1063 KB 1464/1710 KB 672/1044 KB 400/713 KB 884/1267 KB 484/1063 KB 1468/1710 KB 672/1044 KB 400/713 KB 884/1267 KB 484/1063 KB 1472/1710 KB 672/1044 KB 400/713 KB 884/1267 KB 484/1063 KB 1460/1710 KB 660/1044 KB 388/713 KB 884/1267 KB 484/1063 KB 1472/1710 KB 672/1044 KB 400/713 KB 888/1267 KB 484/1063 KB 1472/1710 KB 672/1044 KB 400/713 KB 892/1267 KB 484/1063 KB 1472/1710 KB 672/1044 KB 400/713 KB 896/1267 KB 484/1063 KB 1472/1710 KB 672/1044 KB 400/713 KB 900/1267 KB 488/1063 KB 1476/1710 KB 676/1044 KB 404/713 KB 904/1267 KB 488/1063 KB 1476/1710 KB 676/1044 KB 404/713 KB 900/1267 KB 492/1063 KB 1476/1710 KB 676/1044 KB 404/713 KB 904/1267 KB 484/1063 KB 1472/1710 KB 676/1044 KB 400/713 KB 900/1267 KB 492/1063 KB 1476/1710 KB 680/1044 KB 404/713 KB 904/1267 KB 492/1063 KB 1476/1710 KB 684/1044 KB 404/713 KB 904/1267 KB 484/1063 KB 1476/1710 KB 676/1044 KB 404/713 KB 900/1267 KB 496/1063 KB 1476/1710 KB 684/1044 KB 408/713 KB 904/1267 KB 496/1063 KB 1476/1710 KB 688/1044 KB 412/713 KB 904/1267 KB 496/1063 KB 1476/1710 KB 688/1044 KB 416/713 KB 908/1267 KB 484/1063 KB 1476/1710 KB 676/1044 KB 400/713 KB 900/1267 KB 496/1063 KB 1480/1710 KB 688/1044 KB 416/713 KB 908/1267 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 496/1063 KB 1484/1710 KB 688/1044 KB 416/713 KB 908/1267 KB 496/1063 KB 1488/1710 KB 688/1044 KB 416/713 KB 908/1267 KB 496/1063 KB 1492/1710 KB 688/1044 KB 416/713 KB 908/1267 KB 496/1063 KB 1496/1710 KB 688/1044 KB 420/713 KB 908/1267 KB 496/1063 KB 1500/1710 KB 688/1044 KB 420/713 KB 908/1267 KB 496/1063 KB 1504/1710 KB 688/1044 KB 420/713 KB 908/1267 KB 496/1063 KB 1476/1710 KB 688/1044 KB 412/713 KB 908/1267 KB 496/1063 KB 1504/1710 KB 688/1044 KB 420/713 KB 912/1267 KB 496/1063 KB 1504/1710 KB 688/1044 KB 420/713 KB 916/1267 KB 496/1063 KB 1504/1710 KB 688/1044 KB 420/713 KB 920/1267 KB 496/1063 KB 1504/1710 KB 688/1044 KB 420/713 KB 924/1267 KB 496/1063 KB 1504/1710 KB 688/1044 KB 420/713 KB 928/1267 KB 496/1063 KB 1508/1710 KB 688/1044 KB 420/713 KB 932/1267 KB 496/1063 KB 1508/1710 KB 688/1044 KB 420/713 KB 936/1267 KB 496/1063 KB 1508/1710 KB 688/1044 KB 420/713 KB 940/1267 KB 496/1063 KB 1476/1710 KB 688/1044 KB 408/713 KB 904/1267 KB 496/1063 KB 1476/1710 KB 684/1044 KB 404/713 KB 904/1267 KB 500/1063 KB 1508/1710 KB 688/1044 KB 420/713 KB 940/1267 KB 504/1063 KB 1508/1710 KB 692/1044 KB 420/713 KB 940/1267 KB 508/1063 KB 1508/1710 KB 692/1044 KB 420/713 KB 940/1267 KB 512/1063 KB 1508/1710 KB 692/1044 KB 420/713 KB 940/1267 KB 516/1063 KB 1508/1710 KB 692/1044 KB 420/713 KB 940/1267 KB 520/1063 KB 1508/1710 KB 692/1044 KB 420/713 KB 940/1267 KB 524/1063 KB 1508/1710 KB 692/1044 KB 420/713 KB 940/1267 KB 528/1063 KB 1508/1710 KB 692/1044 KB 420/713 KB 940/1267 KB 496/1063 KB 1508/1710 KB 688/1044 KB 420/713 KB 928/1267 KB 496/1063 KB 1492/1710 KB 688/1044 KB 420/713 KB 908/1267 KB 528/1063 KB 1508/1710 KB 692/1044 KB 424/713 KB 940/1267 KB 528/1063 KB 1508/1710 KB 692/1044 KB 428/713 KB 940/1267 KB 528/1063 KB 1508/1710 KB 692/1044 KB 432/713 KB 940/1267 KB 528/1063 KB 1508/1710 KB 692/1044 KB 436/713 KB 940/1267 KB 528/1063 KB 1512/1710 KB 692/1044 KB 440/713 KB 940/1267 KB 528/1063 KB 1512/1710 KB 692/1044 KB 444/713 KB 940/1267 KB 500/1063 KB 1508/1710 KB 692/1044 KB 420/713 KB 940/1267 KB 528/1063 KB 1512/1710 KB 696/1044 KB 444/713 KB 944/1267 KB 528/1063 KB 1512/1710 KB 700/1044 KB 444/713 KB 944/1267 KB 528/1063 KB 1512/1710 KB 704/1044 KB 444/713 KB 944/1267 KB 528/1063 KB 1512/1710 KB 708/1044 KB 444/713 KB 944/1267 KB 528/1063 KB 1512/1710 KB 712/1044 KB 444/713 KB 944/1267 KB 528/1063 KB 1512/1710 KB 714/1044 KB 444/713 KB 944/1267 KB 528/1063 KB 1512/1710 KB 718/1044 KB 444/713 KB 944/1267 KB 532/1063 KB 1512/1710 KB 722/1044 KB 448/713 KB 944/1267 KB 532/1063 KB 1512/1710 KB 726/1044 KB 448/713 KB 944/1267 KB 532/1063 KB 1512/1710 KB 730/1044 KB 448/713 KB 944/1267 KB 528/1063 KB 1512/1710 KB 692/1044 KB 444/713 KB 944/1267 KB 528/1063 KB 1512/1710 KB 692/1044 KB 436/713 KB 940/1267 KB 532/1063 KB 1516/1710 KB 730/1044 KB 448/713 KB 944/1267 KB 532/1063 KB 1520/1710 KB 730/1044 KB 448/713 KB 944/1267 KB 532/1063 KB 1520/1710 KB 730/1044 KB 448/713 KB 948/1267 KB 532/1063 KB 1512/1710 KB 718/1044 KB 448/713 KB 944/1267 KB 536/1063 KB 1524/1710 KB 730/1044 KB 448/713 KB 948/1267 KB 540/1063 KB 1524/1710 KB 730/1044 KB 448/713 KB 948/1267 KB 528/1063 KB 1512/1710 KB 718/1044 KB 448/713 KB 944/1267 KB 540/1063 KB 1524/1710 KB 730/1044 KB 452/713 KB 952/1267 KB 540/1063 KB 1524/1710 KB 730/1044 KB 456/713 KB 952/1267 KB 540/1063 KB 1524/1710 KB 734/1044 KB 460/713 KB 952/1267 KB 540/1063 KB 1524/1710 KB 730/1044 KB 448/713 KB 952/1267 KB 544/1063 KB 1524/1710 KB 734/1044 KB 460/ unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 713 KB 956/1267 KB 544/1063 KB 1524/1710 KB 734/1044 KB 460/713 KB 960/1267 KB 532/1063 KB 1524/1710 KB 730/1044 KB 448/713 KB 948/1267 KB 544/1063 KB 1528/1710 KB 734/1044 KB 464/713 KB 960/1267 KB 544/1063 KB 1532/1710 KB 734/1044 KB 464/713 KB 960/1267 KB 544/1063 KB 1536/1710 KB 734/1044 KB 464/713 KB 960/1267 KB 544/1063 KB 1524/1710 KB 734/1044 KB 464/713 KB 960/1267 KB 544/1063 KB 1524/1710 KB 734/1044 KB 460/713 KB 952/1267 KB 548/1063 KB 1536/1710 KB 734/1044 KB 464/713 KB 960/1267 KB 552/1063 KB 1540/1710 KB 734/1044 KB 468/713 KB 964/1267 KB 556/1063 KB 1540/1710 KB 734/1044 KB 468/713 KB 964/1267 KB 560/1063 KB 1540/1710 KB 734/1044 KB 468/713 KB 964/1267 KB 540/1063 KB 1524/1710 KB 734/1044 KB 456/713 KB 952/1267 KB 560/1063 KB 1540/1710 KB 738/1044 KB 468/713 KB 964/1267 KB 560/1063 KB 1540/1710 KB 742/1044 KB 468/713 KB 964/1267 KB 560/1063 KB 1540/1710 KB 746/1044 KB 468/713 KB 964/1267 KB 548/1063 KB 1540/1710 KB 734/1044 KB 468/713 KB 964/1267 KB 560/1063 KB 1544/1710 KB 746/1044 KB 468/713 KB 964/1267 KB 560/1063 KB 1548/1710 KB 750/1044 KB 468/713 KB 964/1267 KB 560/1063 KB 1552/1710 KB 750/1044 KB 468/713 KB 964/1267 KB 548/1063 KB 1536/1710 KB 734/1044 KB 468/713 KB 964/1267 KB 560/1063 KB 1552/1710 KB 750/1044 KB 472/713 KB 964/1267 KB 560/1063 KB 1552/1710 KB 750/1044 KB 476/713 KB 964/1267 KB 560/1063 KB 1552/1710 KB 750/1044 KB 480/713 KB 964/1267 KB 548/1063 KB 1536/1710 KB 734/1044 KB 464/713 KB 964/1267 KB 560/1063 KB 1552/1710 KB 750/1044 KB 480/713 KB 968/1267 KB 560/1063 KB 1552/1710 KB 750/1044 KB 480/713 KB 972/1267 KB 560/1063 KB 1552/1710 KB 750/1044 KB 480/713 KB 976/1267 KB 560/1063 KB 1552/1710 KB 750/1044 KB 480/713 KB 980/1267 KB 564/1063 KB 1556/1710 KB 750/1044 KB 484/713 KB 984/1267 KB 564/1063 KB 1556/1710 KB 750/1044 KB 484/713 KB 988/1267 KB 564/1063 KB 1556/1710 KB 750/1044 KB 484/713 KB 992/1267 KB 560/1063 KB 1544/1710 KB 750/1044 KB 468/713 KB 964/1267 KB 564/1063 KB 1556/1710 KB 754/1044 KB 484/713 KB 992/1267 KB 564/1063 KB 1556/1710 KB 758/1044 KB 484/713 KB 992/1267 KB 564/1063 KB 1556/1710 KB 762/1044 KB 484/713 KB 992/1267 KB 564/1063 KB 1556/1710 KB 766/1044 KB 484/713 KB 992/1267 KB 564/1063 KB 1556/1710 KB 770/1044 KB 484/713 KB 996/1267 KB 564/1063 KB 1556/1710 KB 774/1044 KB 484/713 KB 996/1267 KB 564/1063 KB 1556/1710 KB 778/1044 KB 484/713 KB 996/1267 KB 564/1063 KB 1556/1710 KB 782/1044 KB 484/713 KB 996/1267 KB 564/1063 KB 1556/1710 KB 786/1044 KB 484/713 KB 996/1267 KB 564/1063 KB 1556/1710 KB 790/1044 KB 484/713 KB 996/1267 KB 564/1063 KB 1556/1710 KB 750/1044 KB 484/713 KB 980/1267 KB 568/1063 KB 1556/1710 KB 790/1044 KB 484/713 KB 996/1267 KB 572/1063 KB 1556/1710 KB 790/1044 KB 484/713 KB 996/1267 KB 576/1063 KB 1556/1710 KB 790/1044 KB 484/713 KB 996/1267 KB 560/1063 KB 1556/1710 KB 750/1044 KB 484/713 KB 980/1267 KB 576/1063 KB 1560/1710 KB 790/1044 KB 484/713 KB 996/1267 KB 576/1063 KB 1564/1710 KB 790/1044 KB 484/713 KB 996/1267 KB 576/1063 KB 1568/1710 KB 790/1044 KB 484/713 KB 996/1267 KB 580/1063 KB 1572/1710 KB 790/1044 KB 484/713 KB 996/1267 KB 580/1063 KB 1576/1710 KB 790/1044 KB 484/713 KB 996/1267 KB 580/1063 KB 1580/1710 KB 790/1044 KB 484/713 KB 996/1267 KB 580/1063 KB 1584/1710 KB 790/1044 KB 484/713 KB 996/1267 KB 560/1063 KB 1552/1710 KB 750/1044 KB 484/713 KB 980/1267 KB 580/1063 KB 1584/1710 KB 790/1044 KB 488/713 KB 996/1267 KB 580/1063 KB 1584/1710 KB 790/1044 KB 492/713 KB 996/1267 KB 580/1063 KB 1584/1710 K unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install B 790/1044 KB 496/713 KB 996/1267 KB 580/1063 KB 1584/1710 KB 790/1044 KB 500/713 KB 996/1267 KB 580/1063 KB 1584/1710 KB 790/1044 KB 504/713 KB 996/1267 KB 580/1063 KB 1584/1710 KB 790/1044 KB 508/713 KB 996/1267 KB 580/1063 KB 1568/1710 KB 790/1044 KB 484/713 KB 996/1267 KB 584/1063 KB 1584/1710 KB 790/1044 KB 508/713 KB 996/1267 KB 588/1063 KB 1584/1710 KB 790/1044 KB 508/713 KB 996/1267 KB 592/1063 KB 1584/1710 KB 790/1044 KB 508/713 KB 996/1267 KB 596/1063 KB 1584/1710 KB 790/1044 KB 508/713 KB 996/1267 KB 600/1063 KB 1588/1710 KB 790/1044 KB 512/713 KB 996/1267 KB 564/1063 KB 1556/1710 KB 766/1044 KB 484/713 KB 996/1267 KB 600/1063 KB 1588/1710 KB 794/1044 KB 512/713 KB 1000/1267 KB 600/1063 KB 1588/1710 KB 794/1044 KB 512/713 KB 1004/1267 KB 600/1063 KB 1588/1710 KB 794/1044 KB 512/713 KB 1008/1267 KB 600/1063 KB 1588/1710 KB 794/1044 KB 512/713 KB 1012/1267 KB 600/1063 KB 1588/1710 KB 794/1044 KB 512/713 KB 996/1267 KB 596/1063 KB 1588/1710 KB 790/1044 KB 512/713 KB 996/1267 KB 604/1063 KB 1592/1710 KB 794/1044 KB 512/713 KB 1012/1267 KB 604/1063 KB 1596/1710 KB 798/1044 KB 512/713 KB 1012/1267 KB 604/1063 KB 1600/1710 KB 798/1044 KB 512/713 KB 1016/1267 KB 604/1063 KB 1604/1710 KB 798/1044 KB 512/713 KB 1016/1267 KB 604/1063 KB 1608/1710 KB 798/1044 KB 512/713 KB 1016/1267 KB 604/1063 KB 1612/1710 KB 798/1044 KB 512/713 KB 1016/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 512/713 KB 1016/1267 KB 596/1063 KB 1584/1710 KB 790/1044 KB 512/713 KB 996/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 516/713 KB 1016/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 520/713 KB 1016/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 524/713 KB 1016/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 528/713 KB 1016/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 532/713 KB 1016/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 536/713 KB 1016/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 540/713 KB 1016/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 544/713 KB 1016/1267 KB 604/1063 KB 1596/1710 KB 798/1044 KB 512/713 KB 1016/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 544/713 KB 1020/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 544/713 KB 1024/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 544/713 KB 1028/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 544/713 KB 1032/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 544/713 KB 1036/1267 KB 604/1063 KB 1616/1710 KB 798/1044 KB 544/713 KB 1040/1267 KB 604/1063 KB 1592/1710 KB 798/1044 KB 512/713 KB 1012/1267 KB 604/1063 KB 1616/1710 KB 802/1044 KB 544/713 KB 1040/1267 KB 604/1063 KB 1616/1710 KB 806/1044 KB 544/713 KB 1040/1267 KB 604/1063 KB 1616/1710 KB 810/1044 KB 544/713 KB 1040/1267 KB 604/1063 KB 1616/1710 KB 814/1044 KB 544/713 KB 1040/1267 KB 604/1063 KB 1616/1710 KB 818/1044 KB 544/713 KB 1044/1267 KB 604/1063 KB 1620/1710 KB 822/1044 KB 544/713 KB 1044/1267 KB 604/1063 KB 1620/1710 KB 826/1044 KB 544/713 KB 1044/1267 KB 604/1063 KB 1620/1710 KB 830/1044 KB 544/713 KB 1044/1267 KB 604/1063 KB 1588/1710 KB 794/1044 KB 512/713 KB 1012/1267 KB 608/1063 KB 1620/1710 KB 830/1044 KB 548/713 KB 1044/1267 KB 612/1063 KB 1620/1710 KB 830/1044 KB 548/713 KB 1044/1267 KB 616/1063 KB 1620/1710 KB 830/1044 KB 548/713 KB 1044/1267 KB 620/1063 KB 1620/1710 KB 830/1044 KB 548/713 KB 1044/1267 KB 624/1063 KB 1620/1710 KB 830/1044 KB 548/713 KB 1044/1267 KB 628/1063 KB 1620/1710 KB 830/1044 KB 548/713 KB 1044/1267 KB 632/1063 KB 1620/1710 KB 830/1044 KB 548/713 KB 1044/1267 KB 636/1063 KB 1620/1710 KB 83 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 0/1044 KB 548/713 KB 1044/1267 KB 640/1063 KB 1620/1710 KB 830/1044 KB 548/713 KB 1044/1267 KB 644/1063 KB 1620/1710 KB 830/1044 KB 548/713 KB 1044/1267 KB 604/1063 KB 1620/1710 KB 830/1044 KB 548/713 KB 1044/1267 KB 644/1063 KB 1620/1710 KB 834/1044 KB 552/713 KB 1044/1267 KB 644/1063 KB 1620/1710 KB 834/1044 KB 556/713 KB 1044/1267 KB 644/1063 KB 1620/1710 KB 834/1044 KB 560/713 KB 1044/1267 KB 644/1063 KB 1620/1710 KB 834/1044 KB 564/713 KB 1044/1267 KB 604/1063 KB 1620/1710 KB 818/1044 KB 544/713 KB 1044/1267 KB 648/1063 KB 1624/1710 KB 834/1044 KB 564/713 KB 1044/1267 KB 648/1063 KB 1628/1710 KB 834/1044 KB 564/713 KB 1044/1267 KB 648/1063 KB 1632/1710 KB 834/1044 KB 564/713 KB 1044/1267 KB 648/1063 KB 1636/1710 KB 834/1044 KB 564/713 KB 1044/1267 KB 648/1063 KB 1640/1710 KB 834/1044 KB 564/713 KB 1044/1267 KB 648/1063 KB 1644/1710 KB 834/1044 KB 564/713 KB 1044/1267 KB 604/1063 KB 1616/1710 KB 814/1044 KB 544/713 KB 1044/1267 KB 648/1063 KB 1648/1710 KB 834/1044 KB 564/713 KB 1048/1267 KB 648/1063 KB 1648/1710 KB 834/1044 KB 564/713 KB 1052/1267 KB 648/1063 KB 1648/1710 KB 834/1044 KB 564/713 KB 1056/1267 KB 648/1063 KB 1648/1710 KB 834/1044 KB 564/713 KB 1060/1267 KB 648/1063 KB 1648/1710 KB 834/1044 KB 564/713 KB 1064/1267 KB 648/1063 KB 1648/1710 KB 834/1044 KB 564/713 KB 1068/1267 KB 648/1063 KB 1620/1710 KB 834/1044 KB 564/713 KB 1044/1267 KB 652/1063 KB 1648/1710 KB 834/1044 KB 568/713 KB 1072/1267 KB 656/1063 KB 1648/1710 KB 834/1044 KB 568/713 KB 1072/1267 KB 660/1063 KB 1648/1710 KB 834/1044 KB 568/713 KB 1072/1267 KB 664/1063 KB 1648/1710 KB 834/1044 KB 568/713 KB 1072/1267 KB 668/1063 KB 1648/1710 KB 834/1044 KB 568/713 KB 1072/1267 KB 672/1063 KB 1648/1710 KB 834/1044 KB 568/713 KB 1072/1267 KB 676/1063 KB 1648/1710 KB 834/1044 KB 568/713 KB 1072/1267 KB 644/1063 KB 1620/1710 KB 834/1044 KB 548/713 KB 1044/1267 KB 676/1063 KB 1648/1710 KB 838/1044 KB 568/713 KB 1072/1267 KB 676/1063 KB 1648/1710 KB 842/1044 KB 568/713 KB 1072/1267 KB 676/1063 KB 1648/1710 KB 846/1044 KB 568/713 KB 1072/1267 KB 676/1063 KB 1648/1710 KB 850/1044 KB 568/713 KB 1072/1267 KB 676/1063 KB 1648/1710 KB 854/1044 KB 568/713 KB 1072/1267 KB 676/1063 KB 1648/1710 KB 858/1044 KB 568/713 KB 1072/1267 KB 676/1063 KB 1648/1710 KB 862/1044 KB 568/713 KB 1072/1267 KB 676/1063 KB 1648/1710 KB 866/1044 KB 568/713 KB 1072/1267 KB 676/1063 KB 1648/1710 KB 870/1044 KB 568/713 KB 1072/1267 KB 676/1063 KB 1648/1710 KB 874/1044 KB 568/713 KB 1072/1267 KB 648/1063 KB 1648/1710 KB 834/1044 KB 568/713 KB 1072/1267 KB 648/1063 KB 1648/1710 KB 834/1044 KB 564/713 KB 1044/1267 KB 648/1063 KB 1648/1710 KB 834/1044 KB 568/713 KB 1068/1267 KB 680/1063 KB 1648/1710 KB 874/1044 KB 572/713 KB 1072/1267 KB 680/1063 KB 1648/1710 KB 874/1044 KB 576/713 KB 1072/1267 KB 680/1063 KB 1648/1710 KB 874/1044 KB 580/713 KB 1072/1267 KB 680/1063 KB 1652/1710 KB 874/1044 KB 584/713 KB 1076/1267 KB 680/1063 KB 1652/1710 KB 874/1044 KB 588/713 KB 1076/1267 KB 680/1063 KB 1652/1710 KB 874/1044 KB 592/713 KB 1076/1267 KB 680/1063 KB 1652/1710 KB 874/1044 KB 596/713 KB 1076/1267 KB 680/1063 KB 1652/1710 KB 878/1044 KB 600/713 KB 1076/1267 KB 680/1063 KB 1652/1710 KB 878/1044 KB 604/713 KB 1076/1267 KB 680/1063 KB 1652/1710 KB 878/1044 KB 608/713 KB 1076/1267 KB 680/1063 KB 1648/1710 KB 874/1044 KB 568/713 KB 1072/1267 KB 684/1063 KB 1652/1710 KB 878/1044 KB 608/713 KB 1076/1267 KB 688/1063 KB 1652/1710 KB 878/1044 KB 608/713 KB 1076/1267 KB 692/1063 KB 1652/1710 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install KB 878/1044 KB 608/713 KB 1076/1267 KB 696/1063 KB 1652/1710 KB 878/1044 KB 612/713 KB 1076/1267 KB 700/1063 KB 1652/1710 KB 878/1044 KB 612/713 KB 1076/1267 KB 704/1063 KB 1652/1710 KB 878/1044 KB 612/713 KB 1076/1267 KB 708/1063 KB 1652/1710 KB 878/1044 KB 612/713 KB 1076/1267 KB 712/1063 KB 1652/1710 KB 878/1044 KB 612/713 KB 1076/1267 KB 716/1063 KB 1652/1710 KB 878/1044 KB 612/713 KB 1076/1267 KB 720/1063 KB 1652/1710 KB 878/1044 KB 612/713 KB 1076/1267 KB 724/1063 KB 1652/1710 KB 878/1044 KB 612/713 KB 1076/1267 KB 680/1063 KB 1652/1710 KB 878/1044 KB 596/713 KB 1076/1267 KB 680/1063 KB 1652/1710 KB 874/1044 KB 580/713 KB 1076/1267 KB 724/1063 KB 1652/1710 KB 878/1044 KB 612/713 KB 1080/1267 KB 724/1063 KB 1652/1710 KB 878/1044 KB 612/713 KB 1084/1267 KB 724/1063 KB 1652/1710 KB 878/1044 KB 612/713 KB 1088/1267 KB 680/1063 KB 1652/1710 KB 874/1044 KB 580/713 KB 1072/1267 KB 724/1063 KB 1656/1710 KB 878/1044 KB 612/713 KB 1088/1267 KB 724/1063 KB 1660/1710 KB 878/1044 KB 612/713 KB 1088/1267 KB 724/1063 KB 1664/1710 KB 878/1044 KB 612/713 KB 1088/1267 KB 724/1063 KB 1668/1710 KB 878/1044 KB 612/713 KB 1088/1267 KB 724/1063 KB 1672/1710 KB 878/1044 KB 612/713 KB 1092/1267 KB 724/1063 KB 1676/1710 KB 878/1044 KB 612/713 KB 1092/1267 KB 724/1063 KB 1680/1710 KB 878/1044 KB 612/713 KB 1092/1267 KB 724/1063 KB 1684/1710 KB 878/1044 KB 612/713 KB 1092/1267 KB 724/1063 KB 1688/1710 KB 882/1044 KB 612/713 KB 1092/1267 KB 724/1063 KB 1692/1710 KB 882/1044 KB 612/713 KB 1092/1267 KB 724/1063 KB 1696/1710 KB 882/1044 KB 612/713 KB 1092/1267 KB 724/1063 KB 1700/1710 KB 882/1044 KB 612/713 KB 1092/1267 KB 724/1063 KB 1704/1710 KB 882/1044 KB 612/713 KB 1092/1267 KB 724/1063 KB 1708/1710 KB 882/1044 KB 612/713 KB 1092/1267 KB 724/1063 KB 1710/1710 KB 882/1044 KB 612/713 KB 1092/1267 KB 692/1063 KB 1652/1710 KB 878/1044 KB 612/713 KB 1076/1267 KB 724/1063 KB 1710/1710 KB 882/1044 KB 616/713 KB 1092/1267 KB 724/1063 KB 1710/1710 KB 882/1044 KB 620/713 KB 1092/1267 KB 724/1063 KB 1710/1710 KB 882/1044 KB 624/713 KB 1092/1267 KB 724/1063 KB 1710/1710 KB 882/1044 KB 628/713 KB 1092/1267 KB 724/1063 KB 1710/1710 KB 882/1044 KB 632/713 KB 1092/1267 KB 724/1063 KB 1710/1710 KB 882/1044 KB 636/713 KB 1092/1267 KB 724/1063 KB 1710/1710 KB 882/1044 KB 640/713 KB 1092/1267 KB 724/1063 KB 1710/1710 KB 882/1044 KB 644/713 KB 1092/1267 KB 724/1063 KB 1684/1710 KB 882/1044 KB 612/713 KB 1092/1267 KB 728/1063 KB 1710/1710 KB 886/1044 KB 644/713 KB 1092/1267 KB 724/1063 KB 1668/1710 KB 878/1044 KB 612/713 KB 1092/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 644/713 KB 1096/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 644/713 KB 1100/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 644/713 KB 1104/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 644/713 KB 1108/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 644/713 KB 1112/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 644/713 KB 1116/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 644/713 KB 1120/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 644/713 KB 1124/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 644/713 KB 1128/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 644/713 KB 1132/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 644/713 KB 1136/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 644/713 KB 1140/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 648/713 KB 1144/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 648/713 KB 1148/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 648/713 KB 1152/1267 KB 728/1063 KB 1 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 710/1710 KB 882/1044 KB 644/713 KB 1092/1267 KB 732/1063 KB 1710/1710 KB 890/1044 KB 648/713 KB 1152/1267 KB 736/1063 KB 1710/1710 KB 890/1044 KB 648/713 KB 1152/1267 KB 740/1063 KB 1710/1710 KB 890/1044 KB 648/713 KB 1152/1267 KB 744/1063 KB 1710/1710 KB 890/1044 KB 648/713 KB 1152/1267 KB 748/1063 KB 1710/1710 KB 890/1044 KB 648/713 KB 1152/1267 KB 752/1063 KB 1710/1710 KB 890/1044 KB 648/713 KB 1152/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 648/713 KB 1140/1267 KB 728/1063 KB 1710/1710 KB 890/1044 KB 644/713 KB 1108/1267 KB 752/1063 KB 1710/1710 KB 894/1044 KB 648/713 KB 1152/1267 KB 752/1063 KB 1710/1710 KB 898/1044 KB 648/713 KB 1152/1267 KB 752/1063 KB 1710/1710 KB 902/1044 KB 648/713 KB 1152/1267 KB 752/1063 KB 1710/1710 KB 906/1044 KB 648/713 KB 1152/1267 KB 752/1063 KB 1710/1710 KB 910/1044 KB 648/713 KB 1152/1267 KB 752/1063 KB 1710/1710 KB 914/1044 KB 648/713 KB 1152/1267 KB 752/1063 KB 1710/1710 KB 918/1044 KB 648/713 KB 1152/1267 KB 752/1063 KB 1710/1710 KB 922/1044 KB 648/713 KB 1152/1267 KB 752/1063 KB 1710/1710 KB 926/1044 KB 648/713 KB 1152/1267 KB 752/1063 KB 930/1044 KB 652/713 KB 1152/1267 KB 752/1063 KB 934/1044 KB 652/713 KB 1152/1267 KB 752/1063 KB 938/1044 KB 652/713 KB 1152/1267 KB 752/1063 KB 942/1044 KB 652/713 KB 1152/1267 KB 756/1063 KB 946/1044 KB 652/713 KB 1156/1267 KB 756/1063 KB 950/1044 KB 652/713 KB 1156/1267 KB 756/1063 KB 954/1044 KB 652/713 KB 1156/1267 KB 752/1063 KB 1710/1710 KB 926/1044 KB 652/713 KB 1152/1267 KB 756/1063 KB 954/1044 KB 656/713 KB 1156/1267 KB 756/1063 KB 954/1044 KB 660/713 KB 1156/1267 KB 756/1063 KB 954/1044 KB 664/713 KB 1156/1267 KB 756/1063 KB 954/1044 KB 668/713 KB 1156/1267 KB 756/1063 KB 954/1044 KB 672/713 KB 1156/1267 KB 756/1063 KB 942/1044 KB 652/713 KB 1156/1267 KB 756/1063 KB 954/1044 KB 672/713 KB 1160/1267 KB 756/1063 KB 954/1044 KB 672/713 KB 1164/1267 KB 756/1063 KB 954/1044 KB 672/713 KB 1168/1267 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 3226.2 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 756/1063 KB 942/1044 KB 652/713 KB 1152/1267 KB 760/1063 KB 958/1044 KB 676/713 KB 1168/1267 KB 764/1063 KB 958/1044 KB 676/713 KB 1168/1267 KB 768/1063 KB 958/1044 KB 676/713 KB 1168/1267 KB 772/1063 KB 958/1044 KB 676/713 KB 1168/1267 KB 776/1063 KB 958/1044 KB 676/713 KB 1168/1267 KB 780/1063 KB 958/1044 KB 676/713 KB 1168/1267 KB 784/1063 KB 958/1044 KB 676/713 KB 1168/1267 KB 788/1063 KB 958/1044 KB 676/713 KB 1168/1267 KB 792/1063 KB 958/1044 KB 676/713 KB 1172/1267 KB 796/1063 KB 958/1044 KB 676/713 KB 1172/1267 KB 800/1063 KB 958/1044 KB 676/713 KB 1172/1267 KB 756/1063 KB 958/1044 KB 676/713 KB 1168/1267 KB 800/1063 KB 962/1044 KB 676/713 KB 1172/1267 KB 800/1063 KB 966/1044 KB 676/713 KB 1172/1267 KB 800/1063 KB 970/1044 KB 676/713 KB 1172/1267 KB 800/1063 KB 974/1044 KB 676/713 KB 1172/1267 KB 800/1063 KB 978/1044 KB 676/713 KB 1172/1267 KB 800/1063 KB 982/1044 KB 676/713 KB 1172/1267 KB 800/1063 KB 986/1044 KB 676/713 KB 1172/1267 KB 800/1063 KB 990/1044 KB 676/713 KB 1172/1267 KB 756/1063 KB 954/1044 KB 676/713 KB 1168/1267 KB 804/1063 KB 990/1044 KB 680/713 KB 1172/1267 KB 804/1063 KB 990/1044 KB 684/713 KB 1172/1267 KB 804/1063 KB 990/1044 KB 688/713 KB 1172/1267 KB 804/1063 KB 990/1044 KB 692/713 KB 1172/1267 KB 804/1063 KB 990/1044 KB 696/713 KB 1172/1267 KB 804/1063 KB 990/1044 KB 700/713 KB 1172/1267 KB 804/1063 KB 990/1044 KB 704/713 KB 1172/1267 KB 804/1063 KB 990/1044 KB 708/713 KB 1172/1267 KB 804/1063 KB 990/1044 KB 712/713 KB 1172/1267 KB 804/1063 KB 990/1044 KB 713/713 KB 1172/1267 KB 804/1063 KB 994/1044 KB 713/713 KB 1172/1267 KB 804/1063 KB 998/1044 KB 713/713 KB 1172/1267 KB 804/1063 KB 1002/1044 KB 713/713 KB 1172/1267 KB 804/1063 KB 990/1044 KB 676/713 KB 1172/1267 KB 788/1063 KB 958/1044 KB 676/713 KB 1172/1267 KB 804/1063 KB 1002/1044 KB 713/713 KB 1176/1267 KB 804/1063 KB 1002/1044 KB 713/713 KB 1180/1267 KB 804/1063 KB 1002/1044 KB 713/713 KB 1184/1267 KB 804/1063 KB 1002/1044 KB 713/713 KB 1188/1267 KB 804/1063 KB 1002/1044 KB 713/713 KB 1192/1267 KB 804/1063 KB 1002/1044 KB 713/713 KB 1196/1267 KB 804/1063 KB 1002/1044 KB 713/713 KB 1200/1267 KB 804/1063 KB 1002/1044 KB 713/713 KB 1204/1267 KB 804/1063 KB 1002/1044 KB 713/713 KB 1208/1267 KB 804/1063 KB 1002/1044 KB 713/713 KB 1212/1267 KB 804/1063 KB 1002/1044 KB 713/713 KB 1216/1267 KB 808/1063 KB 1002/1044 KB 713/713 KB 1216/1267 KB 812/1063 KB 1002/1044 KB 713/713 KB 1220/1267 KB 816/1063 KB 1002/1044 KB 713/713 KB 1220/1267 KB 820/1063 KB 1006/1044 KB 713/713 KB 1220/1267 KB 824/1063 KB 1006/1044 KB 713/713 KB 1220/1267 KB 828/1063 KB 1006/1044 KB 713/713 KB 1220/1267 KB 832/1063 KB 1006/1044 KB 713/713 KB 1220/1267 KB 836/1063 KB 1006/1044 KB 713/713 KB 1220/1267 KB 840/1063 KB 1006/1044 KB 713/713 KB 1220/1267 KB 844/1063 KB 1006/1044 KB 713/713 KB 1220/1267 KB 848/1063 KB 1006/1044 KB 713/713 KB 1220/1267 KB 808/1063 KB 1002/1044 KB 713/713 KB 1220/1267 KB 848/1063 KB 1006/1044 KB 713/713 KB 1224/1267 KB 848/1063 KB 1006/1044 KB 713/713 KB 1228/1267 KB 848/1063 KB 1006/1044 KB 713/713 KB 1232/1267 KB 848/1063 KB 1006/1044 KB 713/713 KB 1236/1267 KB 848/1063 KB 1006/1044 KB 713/713 KB 1240/1267 KB 848/1063 KB 1006/1044 KB 713/713 KB 1244/1267 KB 848/1063 KB 1006/1044 KB 713/713 KB 1248/1267 KB 816/1063 KB 1006/1044 KB 713/713 KB 1220/1267 KB 848/1063 KB 1010/1044 KB 713/713 KB 1248/1267 KB 848/1063 KB 1014/1044 KB 713/713 KB 1248/1267 KB 848/1063 KB 1018/1044 KB 713/713 KB 1248/1267 KB 848/1063 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 1022/1044 KB 713/713 KB 1248/1267 KB 848/1063 KB 1026/1044 KB 4/257 KB 1248/1267 KB 848/1063 KB 1030/1044 KB 4/257 KB 1248/1267 KB 848/1063 KB 1034/1044 KB 4/257 KB 1248/1267 KB 848/1063 KB 1022/1044 KB 713/713 KB 4/257 KB 1248/1267 KB 848/1063 KB 1034/1044 KB 8/257 KB 1248/1267 KB 848/1063 KB 1034/1044 KB 12/257 KB 1248/1267 KB 848/1063 KB 1034/1044 KB 16/257 KB 1248/1267 KB 848/1063 KB 1034/1044 KB 20/257 KB 1248/1267 KB 848/1063 KB 1034/1044 KB 24/257 KB 1248/1267 KB 848/1063 KB 1034/1044 KB 28/257 KB 1248/1267 KB 848/1063 KB 1034/1044 KB 32/257 KB 1248/1267 KB 848/1063 KB 1034/1044 KB 36/257 KB 1248/1267 KB 848/1063 KB 1034/1044 KB 40/257 KB 1248/1267 KB 848/1063 KB 1034/1044 KB 44/257 KB 1248/1267 KB 848/1063 KB 1034/1044 KB 48/257 KB 1248/1267 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 1296.3 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 848/1063 KB 1034/1044 KB 52/257 KB 1248/1267 KB 852/1063 KB 1038/1044 KB 56/257 KB 1252/1267 KB 852/1063 KB 1038/1044 KB 60/257 KB 1252/1267 KB 852/1063 KB 1038/1044 KB 64/257 KB 1252/1267 KB 852/1063 KB 1038/1044 KB 68/257 KB 1252/1267 KB 852/1063 KB 1038/1044 KB 72/257 KB 1252/1267 KB 852/1063 KB 1038/1044 KB 76/257 KB 1252/1267 KB 852/1063 KB 1038/1044 KB 80/257 KB 1252/1267 KB 852/1063 KB 1038/1044 KB 52/257 KB 1252/1267 KB 852/1063 KB 1038/1044 KB 80/257 KB 1256/1267 KB 852/1063 KB 1038/1044 KB 80/257 KB 1260/1267 KB 852/1063 KB 1038/1044 KB 80/257 KB 1264/1267 KB 852/1063 KB 1038/1044 KB 80/257 KB 1267/1267 KB 852/1063 KB 1038/1044 KB 52/257 KB 1248/1267 KB 852/1063 KB 1042/1044 KB 80/257 KB 1267/1267 KB 852/1063 KB 1044/1044 KB 80/257 KB 1267/1267 KB 852/1063 KB 1034/1044 KB 52/257 KB 1248/1267 KB 856/1063 KB 1044/1044 KB 80/257 KB 1267/1267 KB 860/1063 KB 1044/1044 KB 80/257 KB 1267/1267 KB 864/1063 KB 1044/1044 KB 80/257 KB 1267/1267 KB 868/1063 KB 1044/1044 KB 80/257 KB 1267/1267 KB 872/1063 KB 1044/1044 KB 84/257 KB 1267/1267 KB 876/1063 KB 1044/1044 KB 84/257 KB 1267/1267 KB 880/1063 KB 1044/1044 KB 84/257 KB 1267/1267 KB 868/1063 KB 1044/1044 KB 84/257 KB 1267/1267 KB 880/1063 KB 1044/1044 KB 88/257 KB 1267/1267 KB 884/1063 KB 1044/1044 KB 92/257 KB 1267/1267 KB 884/1063 KB 1044/1044 KB 96/257 KB 1267/1267 KB 884/1063 KB 1044/1044 KB 88/257 KB 1267/1267 KB 888/1063 KB 1044/1044 KB 96/257 KB 1267/1267 KB 892/1063 KB 1044/1044 KB 100/257 KB 1267/1267 KB 896/1063 KB 1044/1044 KB 100/257 KB 1267/1267 KB 888/1063 KB 1044/1044 KB 100/257 KB 1267/1267 KB 896/1063 KB 1044/1044 KB 104/257 KB 1267/1267 KB 896/1063 KB 1044/1044 KB 108/257 KB 1267/1267 KB 896/1063 KB 1044/1044 KB 112/257 KB 1267/1267 KB 896/1063 KB 1044/1044 KB 116/257 KB 1267/1267 KB 900/1063 KB 1044/1044 KB 120/257 KB 1267/1267 KB 900/1063 KB 1044/1044 KB 124/257 KB 1267/1267 KB 900/1063 KB 1044/1044 KB 128/257 KB 1267/1267 KB 900/1063 KB 1044/1044 KB 116/257 KB 1267/1267 KB 904/1063 KB 1044/1044 KB 128/257 KB 1267/1267 KB 908/1063 KB 1044/1044 KB 128/257 KB 1267/1267 KB 912/1063 KB 1044/1044 KB 128/257 KB 1267/1267 KB 916/1063 KB 1044/1044 KB 128/257 KB 1267/1267 KB 920/1063 KB 1044/1044 KB 132/257 KB 1267/1267 KB 924/1063 KB 1044/1044 KB 132/257 KB 1267/1267 KB 928/1063 KB 1044/1044 KB 132/257 KB 1267/1267 KB 916/1063 KB 1044/1044 KB 132/257 KB 1267/1267 KB 928/1063 KB 1044/1044 KB 136/257 KB 1267/1267 KB 932/1063 KB 1044/1044 KB 140/257 KB 1267/1267 KB 932/1063 KB 1044/1044 KB 144/257 KB 1267/1267 KB 932/1063 KB 1044/1044 KB 136/257 KB 1267/1267 KB 936/1063 KB 1044/1044 KB 144/257 KB 1267/1267 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 1847.6 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 936/1063 KB 144/257 KB 4/549 KB 1267/1267 KB 936/1063 KB 144/257 KB 8/549 KB 1267/1267 KB 936/1063 KB 144/257 KB 12/549 KB 1267/1267 KB 936/1063 KB 144/257 KB 16/549 KB 1267/1267 KB 936/1063 KB 144/257 KB 20/549 KB 1267/1267 KB 936/1063 KB 144/257 KB 24/549 KB 1267/1267 KB 936/1063 KB 144/257 KB 28/549 KB 936/1063 KB 144/257 KB 32/549 KB 936/1063 KB 144/257 KB 36/549 KB 936/1063 KB 144/257 KB 40/549 KB 936/1063 KB 144/257 KB 44/549 KB 936/1063 KB 144/257 KB 48/549 KB 936/1063 KB 144/257 KB 52/549 KB 936/1063 KB 144/257 KB 56/549 KB 936/1063 KB 144/257 KB 60/549 KB 936/1063 KB 144/257 KB 64/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 2214.1 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 936/1063 KB 144/257 KB 68/549 KB 936/1063 KB 144/257 KB 72/549 KB 936/1063 KB 144/257 KB 76/549 KB 936/1063 KB 144/257 KB 80/549 KB 936/1063 KB 144/257 KB 84/549 KB 940/1063 KB 148/257 KB 88/549 KB 940/1063 KB 148/257 KB 84/549 KB 940/1063 KB 144/257 KB 84/549 KB 944/1063 KB 148/257 KB 88/549 KB 944/1063 KB 152/257 KB 88/549 KB 944/1063 KB 156/257 KB 88/549 KB 944/1063 KB 160/257 KB 92/549 KB 944/1063 KB 164/257 KB 92/549 KB 944/1063 KB 156/257 KB 92/549 KB 4/358 KB 948/1063 KB 164/257 KB 92/549 KB 8/358 KB 948/1063 KB 164/257 KB 92/549 KB 12/358 KB 948/1063 KB 164/257 KB 92/549 KB 16/358 KB 948/1063 KB 164/257 KB 92/549 KB 4/5 KB 20/358 KB 948/1063 KB 164/257 KB 92/549 KB 4/5 KB 24/358 KB 948/1063 KB 164/257 KB 92/549 KB 4/5 KB 28/358 KB 948/1063 KB 164/257 KB 92/549 KB 4/5 KB 32/358 KB 948/1063 KB 164/257 KB 92/549 KB 4/5 KB 36/358 KB 948/1063 KB 164/257 KB 92/549 KB 4/5 KB 40/358 KB 948/1063 KB 164/257 KB 96/549 KB 4/5 KB 44/358 KB 948/1063 KB 164/257 KB 96/549 KB 4/5 KB 48/358 KB 948/1063 KB 164/257 KB 96/549 KB 4/5 KB 948/1063 KB 164/257 KB 92/549 KB 48/358 KB 952/1063 KB 164/257 KB 96/549 KB 4/5 KB 48/358 KB 956/1063 KB 164/257 KB 96/549 KB 4/5 KB 48/358 KB 960/1063 KB 164/257 KB 96/549 KB 4/5 KB 48/358 KB 964/1063 KB 164/257 KB 96/549 KB 4/5 KB 52/358 KB 968/1063 KB 168/257 KB 96/549 KB 4/5 KB 52/358 KB 972/1063 KB 168/257 KB 96/549 KB 4/5 KB 52/358 KB 976/1063 KB 168/257 KB 96/549 KB 4/5 KB 36/358 KB 948/1063 KB 164/257 KB 96/549 KB 4/5 KB 12/358 KB 948/1063 KB 164/257 KB 92/549 KB 4/5 KB 52/358 KB 976/1063 KB 168/257 KB 96/549 KB 5/5 KB 52/358 KB 976/1063 KB 168/257 KB 100/549 KB 5/5 KB 52/358 KB 976/1063 KB 168/257 KB 104/549 KB 5/5 KB 52/358 KB 976/1063 KB 168/257 KB 108/549 KB 5/5 KB 52/358 KB 976/1063 KB 168/257 KB 112/549 KB 5/5 KB 52/358 KB 976/1063 KB 168/257 KB 116/549 KB 5/5 KB 52/358 KB 976/1063 KB 168/257 KB 120/549 KB 5/5 KB 52/358 KB 976/1063 KB 168/257 KB 124/549 KB 5/5 KB 52/358 KB 964/1063 KB 168/257 KB 96/549 KB 4/5 KB 52/358 KB 976/1063 KB 172/257 KB 124/549 KB 5/5 KB 52/358 KB 976/1063 KB 176/257 KB 124/549 KB 5/5 KB 52/358 KB 964/1063 KB 164/257 KB 96/549 KB 4/5 KB 56/358 KB 976/1063 KB 176/257 KB 124/549 KB 5/5 KB 60/358 KB 976/1063 KB 176/257 KB 124/549 KB 5/5 KB 64/358 KB 976/1063 KB 176/257 KB 124/549 KB 5/5 KB 68/358 KB 976/1063 KB 180/257 KB 124/549 KB 5/5 KB 72/358 KB 980/1063 KB 180/257 KB 128/549 KB 5/5 KB 76/358 KB 980/1063 KB 180/257 KB 128/549 KB 5/5 KB 80/358 KB 980/1063 KB 180/257 KB 128/549 KB 5/5 KB 64/358 KB 976/1063 KB 180/257 KB 124/549 KB 5/5 KB 80/358 KB 980/1063 KB 184/257 KB 128/549 KB 5/5 KB 80/358 KB 980/1063 KB 188/257 KB 128/549 KB 5/5 KB 80/358 KB 980/1063 KB 192/257 KB 128/549 KB 5/5 KB 80/358 KB 980/1063 KB 196/257 KB 128/549 KB 5/5 KB 84/358 KB 980/1063 KB 200/257 KB 128/549 KB 5/5 KB 84/358 KB 980/1063 KB 204/257 KB 128/549 KB 5/5 KB 84/358 KB 980/1063 KB 208/257 KB 128/549 KB 5/5 KB 68/358 KB 980/1063 KB 180/257 KB 128/549 KB 5/5 KB 84/358 KB 984/1063 KB 208/257 KB 128/549 KB 5/5 KB 84/358 KB 988/1063 KB 208/257 KB 128/549 KB 5/5 KB 84/358 KB 992/1063 KB 208/257 KB 128/549 KB 5/5 KB 68/358 KB 976/1063 KB 180/257 KB 128/549 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 7.4 KB/sec) unit-abot-epc-basic-0: 18:28:12 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.jar unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 84/358 KB 992/1063 KB 208/257 KB 132/549 KB 84/358 KB 992/1063 KB 208/257 KB 136/549 KB 84/358 KB 992/1063 KB 208/257 KB 140/549 KB 84/358 KB 996/1063 KB 208/257 KB 140/549 KB 84/358 KB 1000/1063 KB 212/257 KB 144/549 KB 84/358 KB 980/1063 KB 196/257 KB 128/549 KB 5/5 KB 88/358 KB 1000/1063 KB 212/257 KB 144/549 KB 92/358 KB 1000/1063 KB 212/257 KB 144/549 KB 96/358 KB 1000/1063 KB 212/257 KB 144/549 KB 100/358 KB 1000/1063 KB 212/257 KB 144/549 KB 104/358 KB 1004/1063 KB 212/257 KB 144/549 KB 108/358 KB 1004/1063 KB 212/257 KB 144/549 KB 112/358 KB 1004/1063 KB 212/257 KB 144/549 KB 84/358 KB 996/1063 KB 212/257 KB 144/549 KB 112/358 KB 1004/1063 KB 216/257 KB 144/549 KB 112/358 KB 1004/1063 KB 220/257 KB 144/549 KB 112/358 KB 1004/1063 KB 224/257 KB 144/549 KB 112/358 KB 1004/1063 KB 228/257 KB 144/549 KB 116/358 KB 1004/1063 KB 232/257 KB 144/549 KB 116/358 KB 1004/1063 KB 236/257 KB 144/549 KB 84/358 KB 996/1063 KB 208/257 KB 144/549 KB 116/358 KB 1004/1063 KB 236/257 KB 148/549 KB 116/358 KB 1004/1063 KB 236/257 KB 152/549 KB 116/358 KB 1004/1063 KB 236/257 KB 156/549 KB 116/358 KB 1004/1063 KB 236/257 KB 160/549 KB 116/358 KB 1004/1063 KB 236/257 KB 164/549 KB 116/358 KB 1004/1063 KB 236/257 KB 168/549 KB 116/358 KB 1004/1063 KB 236/257 KB 172/549 KB 116/358 KB 1004/1063 KB 240/257 KB 176/549 KB 116/358 KB 1004/1063 KB 228/257 KB 144/549 KB 100/358 KB 1004/1063 KB 212/257 KB 144/549 KB 120/358 KB 1008/1063 KB 240/257 KB 176/549 KB 120/358 KB 1012/1063 KB 240/257 KB 176/549 KB 120/358 KB 1016/1063 KB 240/257 KB 176/549 KB 120/358 KB 1020/1063 KB 240/257 KB 176/549 KB 120/358 KB 1024/1063 KB 240/257 KB 176/549 KB 120/358 KB 1028/1063 KB 240/257 KB 176/549 KB 120/358 KB 1032/1063 KB 240/257 KB 180/549 KB 120/358 KB 3/86 KB 1036/1063 KB 240/257 KB 180/549 KB 116/358 KB 1004/1063 KB 240/257 KB 172/549 KB 120/358 KB 3/86 KB 1032/1063 KB 240/257 KB 180/549 KB 120/358 KB 6/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 9/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 11/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 14/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 16/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 19/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 22/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 25/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 27/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 30/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 32/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 36/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 40/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 44/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 48/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 52/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 56/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 60/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 62/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 66/86 KB 1040/1063 KB 240/257 KB 180/549 KB 120/358 KB 70/86 KB 1040/1063 KB 244/257 KB 180/549 KB 120/358 KB 74/86 KB 1040/1063 KB 244/257 KB 180/549 KB 120/358 KB 78/86 KB 1040/1063 KB 244/257 KB 180/549 KB 120/358 KB 1028/1063 KB 240/257 KB 180/549 KB 120/358 KB 78/86 KB 1040/1063 KB 244/257 KB 184/549 KB 120/358 KB 78/86 KB 1040/1063 KB 244/257 KB 188/549 KB 120/358 KB 78/86 KB 1040/1063 KB 244/257 KB 192/549 KB 120/358 KB 78/86 KB 1040/1063 KB 244/257 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 196/549 KB 120/358 KB 1028/1063 KB 240/257 KB 176/549 KB 124/358 KB 82/86 KB 1040/1063 KB 244/257 KB 196/549 KB 128/358 KB 82/86 KB 1040/1063 KB 244/257 KB 196/549 KB 132/358 KB 82/86 KB 1040/1063 KB 244/257 KB 196/549 KB 136/358 KB 82/86 KB 1040/1063 KB 244/257 KB 196/549 KB 140/358 KB 82/86 KB 1040/1063 KB 244/257 KB 196/549 KB 144/358 KB 82/86 KB 1040/1063 KB 244/257 KB 196/549 KB 120/358 KB 82/86 KB 1040/1063 KB 244/257 KB 196/549 KB 144/358 KB 86/86 KB 1040/1063 KB 244/257 KB 196/549 KB 144/358 KB 86/86 KB 1040/1063 KB 244/257 KB 196/549 KB 120/358 KB 78/86 KB 1040/1063 KB 244/257 KB 192/549 KB 120/358 KB 66/86 KB 1040/1063 KB 244/257 KB 180/549 KB 144/358 KB 86/86 KB 1040/1063 KB 248/257 KB 196/549 KB 144/358 KB 86/86 KB 1040/1063 KB 252/257 KB 196/549 KB 144/358 KB 86/86 KB 1040/1063 KB 256/257 KB 196/549 KB 144/358 KB 86/86 KB 1044/1063 KB 257/257 KB 196/549 KB 148/358 KB 86/86 KB 1044/1063 KB 257/257 KB 196/549 KB 152/358 KB 86/86 KB 1044/1063 KB 257/257 KB 200/549 KB 156/358 KB 86/86 KB 1044/1063 KB 257/257 KB 200/549 KB 160/358 KB 86/86 KB 1044/1063 KB 257/257 KB 200/549 KB 144/358 KB 86/86 KB 1044/1063 KB 256/257 KB 196/549 KB 160/358 KB 86/86 KB 1048/1063 KB 257/257 KB 200/549 KB 160/358 KB 86/86 KB 1052/1063 KB 257/257 KB 200/549 KB 160/358 KB 86/86 KB 1056/1063 KB 257/257 KB 200/549 KB 148/358 KB 86/86 KB 1044/1063 KB 257/257 KB 200/549 KB 160/358 KB 86/86 KB 1056/1063 KB 257/257 KB 204/549 KB 160/358 KB 86/86 KB 1056/1063 KB 257/257 KB 208/549 KB 160/358 KB 86/86 KB 1060/1063 KB 257/257 KB 208/549 KB 160/358 KB 86/86 KB 1063/1063 KB 257/257 KB 212/549 KB 164/358 KB 86/86 KB 1063/1063 KB 257/257 KB 212/549 KB 168/358 KB 86/86 KB 1063/1063 KB 257/257 KB 212/549 KB 172/358 KB 86/86 KB 1063/1063 KB 257/257 KB 212/549 KB 176/358 KB 1063/1063 KB 212/549 KB 160/358 KB 86/86 KB 1060/1063 KB 257/257 KB 212/549 KB 176/358 KB 1063/1063 KB 216/549 KB 176/358 KB 1063/1063 KB 220/549 KB 176/358 KB 1063/1063 KB 224/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 138.9 KB/sec) unit-abot-epc-basic-0: 18:28:12 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-abot-epc-basic-0: 18:28:12 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 414.6 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 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 1713.1 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 180/358 KB 228/549 KB 184/358 KB 228/549 KB 188/358 KB 228/549 KB 192/358 KB 228/549 KB 176/358 KB 228/549 KB 192/358 KB 232/549 KB 192/358 KB 236/549 KB 192/358 KB 240/549 KB 192/358 KB 244/549 KB 192/358 KB 248/549 KB 192/358 KB 252/549 KB 192/358 KB 256/549 KB 192/358 KB 260/549 KB 196/358 KB 264/549 KB 196/358 KB 268/549 KB 196/358 KB 272/549 KB 196/358 KB 260/549 KB 200/358 KB 272/549 KB 204/358 KB 272/549 KB 208/358 KB 272/549 KB 212/358 KB 272/549 KB 216/358 KB 276/549 KB 220/358 KB 276/549 KB 224/358 KB 276/549 KB 212/358 KB 276/549 KB 224/358 KB 280/549 KB 224/358 KB 284/549 KB 228/358 KB 288/549 KB 228/358 KB 292/549 KB 228/358 KB 296/549 KB 228/358 KB 300/549 KB 228/358 KB 304/549 KB 228/358 KB 308/549 KB 228/358 KB 312/549 KB 228/358 KB 316/549 KB 228/358 KB 320/549 KB 228/358 KB 324/549 KB 228/358 KB 284/549 KB 232/358 KB 324/549 KB 236/358 KB 324/549 KB 240/358 KB 324/549 KB 244/358 KB 324/549 KB 248/358 KB 324/549 KB 252/358 KB 324/549 KB 256/358 KB 324/549 KB 260/358 KB 324/549 KB 264/358 KB 324/549 KB 268/358 KB 324/549 KB 272/358 KB 324/549 KB 272/358 KB 328/549 KB 272/358 KB 332/549 KB 272/358 KB 332/549 KB 4/894 KB 272/358 KB 332/549 KB 8/894 KB 272/358 KB 332/549 KB 12/894 KB 272/358 KB 332/549 KB 16/894 KB 272/358 KB 332/549 KB 20/894 KB 272/358 KB 332/549 KB 24/894 KB 272/358 KB 332/549 KB 28/894 KB 272/358 KB 332/549 KB 32/894 KB 272/358 KB 332/549 KB 36/894 KB 272/358 KB 332/549 KB 40/894 KB 272/358 KB 332/549 KB 44/894 KB 272/358 KB 332/549 KB 48/894 KB 272/358 KB 332/549 KB 52/894 KB 272/358 KB 332/549 KB 56/894 KB 272/358 KB 332/549 KB 60/894 KB 272/358 KB 332/549 KB 64/894 KB 276/358 KB 336/549 KB 68/894 KB 276/358 KB 336/549 KB 72/894 KB 276/358 KB 336/549 KB 76/894 KB 276/358 KB 336/549 KB 80/894 KB 276/358 KB 336/549 KB 64/894 KB 276/358 KB 336/549 KB 4/587 KB 80/894 KB 276/358 KB 336/549 KB 8/587 KB 80/894 KB 276/358 KB 336/549 KB 12/587 KB 80/894 KB 276/358 KB 336/549 KB 16/587 KB 80/894 KB 276/358 KB 336/549 KB 20/587 KB 80/894 KB 276/358 KB 336/549 KB 24/587 KB 80/894 KB 276/358 KB 336/549 KB 28/587 KB 80/894 KB 276/358 KB 336/549 KB 32/587 KB 80/894 KB 276/358 KB 336/549 KB 36/587 KB 80/894 KB 276/358 KB 336/549 KB 40/587 KB 80/894 KB 276/358 KB 336/549 KB 44/587 KB 80/894 KB 276/358 KB 336/549 KB 48/587 KB 80/894 KB 276/358 KB 336/549 KB 52/587 KB 80/894 KB 272/358 KB 336/549 KB 64/894 KB 280/358 KB 340/549 KB 52/587 KB 80/894 KB 280/358 KB 344/549 KB 56/587 KB 80/894 KB 280/358 KB 348/549 KB 56/587 KB 80/894 KB 280/358 KB 352/549 KB 56/587 KB 84/894 KB 280/358 KB 336/549 KB 52/587 KB 80/894 KB 284/358 KB 352/549 KB 56/587 KB 84/894 KB 288/358 KB 352/549 KB 56/587 KB 84/894 KB 292/358 KB 352/549 KB 56/587 KB 84/894 KB 296/358 KB 356/549 KB 56/587 KB 84/894 KB 300/358 KB 356/549 KB 56/587 KB 84/894 KB 304/358 KB 356/549 KB 56/587 KB 84/894 KB 280/358 KB 348/549 KB 56/587 KB 84/894 KB 304/358 KB 356/549 KB 56/587 KB 88/894 KB 304/358 KB 356/549 KB 56/587 KB 92/894 KB 304/358 KB 356/549 KB 56/587 KB 96/894 KB 280/358 KB 340/549 KB 56/587 KB 80/894 KB 304/358 KB 356/549 KB 60/587 KB 96/894 KB 304/358 KB 356/549 KB 64/587 KB 96/894 KB 304/358 KB 356/549 KB 68/587 KB 96/894 KB 304/358 KB 356/549 KB 72/587 KB 96/894 KB 304/358 KB 356/549 KB 76/587 KB 96/894 KB 304/358 KB 356/549 KB 80/587 KB 96/894 KB 308/358 KB 356/549 KB 84/587 KB 96/894 KB 308/358 KB 3 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 56/549 KB 88/587 KB 100/894 KB 308/358 KB 356/549 KB 92/587 KB 100/894 KB 308/358 KB 356/549 KB 96/587 KB 100/894 KB 308/358 KB 356/549 KB 100/587 KB 100/894 KB 308/358 KB 356/549 KB 104/587 KB 100/894 KB 292/358 KB 356/549 KB 56/587 KB 84/894 KB 308/358 KB 360/549 KB 104/587 KB 100/894 KB 308/358 KB 364/549 KB 104/587 KB 100/894 KB 308/358 KB 368/549 KB 104/587 KB 100/894 KB 308/358 KB 356/549 KB 84/587 KB 100/894 KB 308/358 KB 368/549 KB 104/587 KB 104/894 KB 308/358 KB 368/549 KB 104/587 KB 108/894 KB 308/358 KB 372/549 KB 104/587 KB 112/894 KB 308/358 KB 356/549 KB 80/587 KB 96/894 KB 312/358 KB 372/549 KB 104/587 KB 112/894 KB 316/358 KB 372/549 KB 104/587 KB 112/894 KB 320/358 KB 372/549 KB 104/587 KB 112/894 KB 320/358 KB 372/549 KB 104/587 KB 116/894 KB 324/358 KB 372/549 KB 104/587 KB 120/894 KB 324/358 KB 372/549 KB 104/587 KB 124/894 KB 324/358 KB 372/549 KB 104/587 KB 128/894 KB 308/358 KB 372/549 KB 104/587 KB 108/894 KB 324/358 KB 376/549 KB 104/587 KB 128/894 KB 324/358 KB 380/549 KB 104/587 KB 128/894 KB 324/358 KB 384/549 KB 104/587 KB 128/894 KB 324/358 KB 388/549 KB 104/587 KB 128/894 KB 324/358 KB 392/549 KB 108/587 KB 132/894 KB 324/358 KB 396/549 KB 108/587 KB 132/894 KB 324/358 KB 400/549 KB 108/587 KB 132/894 KB 324/358 KB 372/549 KB 104/587 KB 116/894 KB 328/358 KB 400/549 KB 108/587 KB 132/894 KB 332/358 KB 400/549 KB 108/587 KB 132/894 KB 336/358 KB 400/549 KB 108/587 KB 132/894 KB 340/358 KB 400/549 KB 108/587 KB 132/894 KB 344/358 KB 400/549 KB 108/587 KB 132/894 KB 348/358 KB 400/549 KB 108/587 KB 132/894 KB 352/358 KB 400/549 KB 108/587 KB 132/894 KB 356/358 KB 404/549 KB 108/587 KB 132/894 KB 358/358 KB 404/549 KB 108/587 KB 132/894 KB 324/358 KB 388/549 KB 108/587 KB 132/894 KB 358/358 KB 404/549 KB 108/587 KB 136/894 KB 358/358 KB 404/549 KB 108/587 KB 140/894 KB 358/358 KB 404/549 KB 108/587 KB 144/894 KB 324/358 KB 388/549 KB 108/587 KB 128/894 KB 358/358 KB 404/549 KB 112/587 KB 144/894 KB 358/358 KB 404/549 KB 116/587 KB 144/894 KB 358/358 KB 404/549 KB 120/587 KB 144/894 KB 358/358 KB 404/549 KB 124/587 KB 144/894 KB 358/358 KB 404/549 KB 128/587 KB 144/894 KB 358/358 KB 404/549 KB 132/587 KB 144/894 KB 358/358 KB 404/549 KB 136/587 KB 148/894 KB 358/358 KB 404/549 KB 140/587 KB 148/894 KB 358/358 KB 404/549 KB 144/587 KB 148/894 KB 352/358 KB 404/549 KB 108/587 KB 132/894 KB 358/358 KB 408/549 KB 144/587 KB 148/894 KB 358/358 KB 412/549 KB 144/587 KB 148/894 KB 358/358 KB 416/549 KB 144/587 KB 148/894 KB 358/358 KB 420/549 KB 144/587 KB 148/894 KB 358/358 KB 424/549 KB 144/587 KB 148/894 KB 358/358 KB 428/549 KB 148/587 KB 148/894 KB 358/358 KB 432/549 KB 148/587 KB 148/894 KB 358/358 KB 436/549 KB 148/587 KB 148/894 KB 358/358 KB 440/549 KB 148/587 KB 148/894 KB 358/358 KB 444/549 KB 148/587 KB 148/894 KB 358/358 KB 448/549 KB 148/587 KB 148/894 KB 358/358 KB 452/549 KB 148/587 KB 148/894 KB 358/358 KB 404/549 KB 132/587 KB 148/894 KB 358/358 KB 452/549 KB 148/587 KB 152/894 KB 358/358 KB 452/549 KB 148/587 KB 156/894 KB 358/358 KB 452/549 KB 148/587 KB 160/894 KB 358/358 KB 452/549 KB 148/587 KB 164/894 KB 452/549 KB 148/587 KB 168/894 KB 452/549 KB 148/587 KB 172/894 KB 358/358 KB 424/549 KB 148/587 KB 148/894 KB 452/549 KB 152/587 KB 172/894 KB 452/549 KB 156/587 KB 172/894 KB 452/549 KB 160/587 KB 176/894 KB 452/549 KB 156/587 KB 176/894 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 452/549 KB 160/587 KB 180/894 KB 452/549 KB 164/587 KB 184/894 KB 452/549 KB 164/587 KB 188/894 KB 452/549 KB 164/587 KB 192/894 KB 452/549 KB 164/587 KB 180/894 KB 452/549 KB 168/587 KB 192/894 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 541.5 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 452/549 KB 172/587 KB 192/894 KB 452/549 KB 176/587 KB 192/894 KB 456/549 KB 176/587 KB 196/894 KB 456/549 KB 180/587 KB 200/894 KB 456/549 KB 180/587 KB 204/894 KB 456/549 KB 180/587 KB 208/894 KB 456/549 KB 176/587 KB 192/894 KB 460/549 KB 180/587 KB 208/894 KB 464/549 KB 180/587 KB 208/894 KB 456/549 KB 180/587 KB 196/894 KB 4/404 KB 464/549 KB 180/587 KB 208/894 KB 8/404 KB 464/549 KB 180/587 KB 208/894 KB 12/404 KB 464/549 KB 180/587 KB 208/894 KB 16/404 KB 464/549 KB 180/587 KB 208/894 KB 20/404 KB 464/549 KB 180/587 KB 208/894 KB 24/404 KB 464/549 KB 180/587 KB 208/894 KB 28/404 KB 464/549 KB 180/587 KB 208/894 KB 32/404 KB 464/549 KB 180/587 KB 208/894 KB 36/404 KB 464/549 KB 180/587 KB 208/894 KB 40/404 KB 464/549 KB 180/587 KB 208/894 KB 44/404 KB 464/549 KB 180/587 KB 208/894 KB 48/404 KB 464/549 KB 180/587 KB 208/894 KB 52/404 KB 464/549 KB 180/587 KB 208/894 KB 56/404 KB 464/549 KB 180/587 KB 208/894 KB 60/404 KB 464/549 KB 180/587 KB 208/894 KB 61/404 KB 464/549 KB 180/587 KB 208/894 KB 65/404 KB 464/549 KB 180/587 KB 208/894 KB 69/404 KB 464/549 KB 180/587 KB 208/894 KB 73/404 KB 464/549 KB 180/587 KB 208/894 KB 77/404 KB 464/549 KB 180/587 KB 208/894 KB 81/404 KB 464/549 KB 180/587 KB 208/894 KB 85/404 KB 468/549 KB 184/587 KB 212/894 KB 4/26 KB 89/404 KB 468/549 KB 184/587 KB 212/894 KB 4/26 KB 93/404 KB 468/549 KB 184/587 KB 212/894 KB 4/26 KB 81/404 KB 468/549 KB 184/587 KB 212/894 KB 4/26 KB 93/404 KB 468/549 KB 184/587 KB 216/894 KB 4/26 KB 81/404 KB 468/549 KB 184/587 KB 208/894 KB 4/26 KB 93/404 KB 472/549 KB 184/587 KB 216/894 KB 4/26 KB 93/404 KB 476/549 KB 184/587 KB 216/894 KB 4/26 KB 93/404 KB 480/549 KB 184/587 KB 216/894 KB 4/26 KB 93/404 KB 484/549 KB 184/587 KB 216/894 KB 4/26 KB 97/404 KB 488/549 KB 184/587 KB 220/894 KB 4/26 KB 97/404 KB 492/549 KB 184/587 KB 220/894 KB 4/26 KB 97/404 KB 496/549 KB 184/587 KB 220/894 KB 4/26 KB 97/404 KB 500/549 KB 184/587 KB 220/894 KB 4/26 KB 81/404 KB 464/549 KB 184/587 KB 208/894 KB 4/26 KB 81/404 KB 464/549 KB 184/587 KB 208/894 KB 97/404 KB 500/549 KB 188/587 KB 220/894 KB 4/26 KB 97/404 KB 500/549 KB 192/587 KB 220/894 KB 4/26 KB 97/404 KB 500/549 KB 196/587 KB 220/894 KB 8/26 KB 97/404 KB 500/549 KB 200/587 KB 220/894 KB 8/26 KB 97/404 KB 500/549 KB 204/587 KB 220/894 KB 8/26 KB 97/404 KB 500/549 KB 208/587 KB 220/894 KB 8/26 KB 97/404 KB 484/549 KB 184/587 KB 220/894 KB 4/26 KB 101/404 KB 500/549 KB 208/587 KB 220/894 KB 8/26 KB 105/404 KB 500/549 KB 208/587 KB 220/894 KB 8/26 KB 109/404 KB 500/549 KB 212/587 KB 220/894 KB 8/26 KB 93/404 KB 484/549 KB 184/587 KB 220/894 KB 4/26 KB 109/404 KB 500/549 KB 212/587 KB 224/894 KB 8/26 KB 109/404 KB 500/549 KB 212/587 KB 228/894 KB 8/26 KB 109/404 KB 500/549 KB 212/587 KB 232/894 KB 8/26 KB 113/404 KB 500/549 KB 212/587 KB 236/894 KB 8/26 KB 113/404 KB 500/549 KB 212/587 KB 240/894 KB 8/26 KB 105/404 KB 500/549 KB 212/587 KB 220/894 KB 8/26 KB 113/404 KB 500/549 KB 216/587 KB 240/894 KB 8/26 KB 113/404 KB 500/549 KB 220/587 KB 240/894 KB 8/26 KB 97/404 KB 500/549 KB 192/587 KB 220/894 KB 8/26 KB 113/404 KB 500/549 KB 220/587 KB 240/894 KB 12/26 KB 113/404 KB 500/549 KB 220/587 KB 240/894 KB 16/26 KB 113/404 KB 500/549 KB 220/587 KB 240/894 KB 20/26 KB 113/404 KB 500/549 KB 220/587 KB 240/894 KB 24/26 KB 113/404 KB 500/549 KB 220/587 KB 240/894 KB 26/26 KB 113/404 KB 500/549 KB 224/587 KB 240/894 KB 2 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 6/26 KB 113/404 KB 504/549 KB 228/587 KB 244/894 KB 26/26 KB 113/404 KB 504/549 KB 232/587 KB 244/894 KB 26/26 KB 113/404 KB 504/549 KB 236/587 KB 244/894 KB 26/26 KB 113/404 KB 504/549 KB 240/587 KB 244/894 KB 26/26 KB 113/404 KB 504/549 KB 244/587 KB 244/894 KB 26/26 KB 113/404 KB 504/549 KB 248/587 KB 244/894 KB 26/26 KB 113/404 KB 504/549 KB 252/587 KB 244/894 KB 26/26 KB 113/404 KB 500/549 KB 212/587 KB 232/894 KB 8/26 KB 117/404 KB 504/549 KB 252/587 KB 244/894 KB 26/26 KB 121/404 KB 504/549 KB 252/587 KB 244/894 KB 26/26 KB 125/404 KB 504/549 KB 252/587 KB 244/894 KB 26/26 KB 113/404 KB 504/549 KB 224/587 KB 244/894 KB 26/26 KB 125/404 KB 504/549 KB 252/587 KB 248/894 KB 26/26 KB 125/404 KB 504/549 KB 252/587 KB 252/894 KB 26/26 KB 125/404 KB 504/549 KB 252/587 KB 256/894 KB 26/26 KB 113/404 KB 504/549 KB 224/587 KB 240/894 KB 26/26 KB 125/404 KB 508/549 KB 252/587 KB 256/894 KB 26/26 KB 125/404 KB 512/549 KB 252/587 KB 256/894 KB 26/26 KB 125/404 KB 516/549 KB 252/587 KB 256/894 KB 26/26 KB 129/404 KB 520/549 KB 252/587 KB 260/894 KB 26/26 KB 129/404 KB 524/549 KB 252/587 KB 260/894 KB 26/26 KB 129/404 KB 528/549 KB 252/587 KB 260/894 KB 26/26 KB 129/404 KB 516/549 KB 252/587 KB 260/894 KB 26/26 KB 133/404 KB 528/549 KB 252/587 KB 260/894 KB 26/26 KB 137/404 KB 528/549 KB 252/587 KB 260/894 KB 26/26 KB 141/404 KB 528/549 KB 252/587 KB 260/894 KB 26/26 KB 145/404 KB 528/549 KB 252/587 KB 260/894 KB 26/26 KB 149/404 KB 532/549 KB 252/587 KB 260/894 KB 153/404 KB 532/549 KB 256/587 KB 260/894 KB 157/404 KB 532/549 KB 256/587 KB 260/894 KB 161/404 KB 532/549 KB 256/587 KB 260/894 KB 165/404 KB 532/549 KB 256/587 KB 260/894 KB 169/404 KB 532/549 KB 256/587 KB 260/894 KB 173/404 KB 532/549 KB 256/587 KB 260/894 KB 125/404 KB 516/549 KB 252/587 KB 260/894 KB 26/26 KB 173/404 KB 532/549 KB 256/587 KB 264/894 KB 173/404 KB 532/549 KB 256/587 KB 268/894 KB 173/404 KB 532/549 KB 256/587 KB 272/894 KB 173/404 KB 532/549 KB 256/587 KB 276/894 KB 173/404 KB 532/549 KB 256/587 KB 280/894 KB 173/404 KB 532/549 KB 256/587 KB 284/894 KB 173/404 KB 532/549 KB 256/587 KB 288/894 KB 149/404 KB 532/549 KB 256/587 KB 260/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 36.8 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 145/404 KB 532/549 KB 252/587 KB 260/894 KB 26/26 KB 173/404 KB 536/549 KB 256/587 KB 288/894 KB 173/404 KB 540/549 KB 256/587 KB 288/894 KB 173/404 KB 544/549 KB 260/587 KB 288/894 KB 173/404 KB 548/549 KB 260/587 KB 288/894 KB 173/404 KB 549/549 KB 260/587 KB 288/894 KB 173/404 KB 540/549 KB 260/587 KB 288/894 KB 173/404 KB 549/549 KB 264/587 KB 292/894 KB 173/404 KB 549/549 KB 268/587 KB 292/894 KB 173/404 KB 549/549 KB 272/587 KB 292/894 KB 177/404 KB 549/549 KB 272/587 KB 292/894 KB 181/404 KB 549/549 KB 276/587 KB 292/894 KB 185/404 KB 549/549 KB 276/587 KB 292/894 KB 189/404 KB 549/549 KB 276/587 KB 292/894 KB 193/404 KB 549/549 KB 276/587 KB 292/894 KB 197/404 KB 549/549 KB 276/587 KB 292/894 KB 201/404 KB 549/549 KB 276/587 KB 292/894 KB 205/404 KB 549/549 KB 276/587 KB 292/894 KB 209/404 KB 549/549 KB 276/587 KB 292/894 KB 173/404 KB 549/549 KB 260/587 KB 292/894 KB 209/404 KB 549/549 KB 276/587 KB 296/894 KB 209/404 KB 549/549 KB 276/587 KB 300/894 KB 209/404 KB 549/549 KB 276/587 KB 304/894 KB 209/404 KB 549/549 KB 276/587 KB 308/894 KB 209/404 KB 549/549 KB 276/587 KB 312/894 KB 209/404 KB 549/549 KB 276/587 KB 316/894 KB 209/404 KB 549/549 KB 276/587 KB 320/894 KB 209/404 KB 549/549 KB 276/587 KB 324/894 KB 209/404 KB 549/549 KB 276/587 KB 328/894 KB 209/404 KB 549/549 KB 276/587 KB 332/894 KB 209/404 KB 549/549 KB 276/587 KB 336/894 KB 209/404 KB 549/549 KB 276/587 KB 340/894 KB 177/404 KB 549/549 KB 276/587 KB 292/894 KB 213/404 KB 549/549 KB 280/587 KB 340/894 KB 213/404 KB 549/549 KB 284/587 KB 340/894 KB 213/404 KB 549/549 KB 288/587 KB 340/894 KB 213/404 KB 549/549 KB 292/587 KB 340/894 KB 213/404 KB 549/549 KB 296/587 KB 340/894 KB 213/404 KB 549/549 KB 300/587 KB 340/894 KB 213/404 KB 549/549 KB 304/587 KB 340/894 KB 213/404 KB 549/549 KB 308/587 KB 340/894 KB 213/404 KB 549/549 KB 312/587 KB 340/894 KB 213/404 KB 549/549 KB 316/587 KB 340/894 KB 213/404 KB 549/549 KB 320/587 KB 340/894 KB 213/404 KB 549/549 KB 276/587 KB 340/894 KB 4/79 KB 217/404 KB 320/587 KB 340/894 KB 4/79 KB 213/404 KB 549/549 KB 320/587 KB 340/894 KB 8/79 KB 217/404 KB 320/587 KB 340/894 KB 12/79 KB 217/404 KB 320/587 KB 340/894 KB 16/79 KB 217/404 KB 320/587 KB 340/894 KB 20/79 KB 217/404 KB 320/587 KB 340/894 KB 24/79 KB 217/404 KB 320/587 KB 340/894 KB 28/79 KB 217/404 KB 320/587 KB 340/894 KB 32/79 KB 217/404 KB 320/587 KB 340/894 KB 36/79 KB 217/404 KB 320/587 KB 340/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 784.8 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 40/79 KB 217/404 KB 320/587 KB 340/894 KB 44/79 KB 217/404 KB 320/587 KB 340/894 KB 48/79 KB 217/404 KB 320/587 KB 340/894 KB 52/79 KB 217/404 KB 320/587 KB 340/894 KB 56/79 KB 217/404 KB 320/587 KB 340/894 KB 60/79 KB 217/404 KB 320/587 KB 340/894 KB 64/79 KB 217/404 KB 320/587 KB 340/894 KB 68/79 KB 217/404 KB 320/587 KB 340/894 KB 72/79 KB 221/404 KB 324/587 KB 344/894 KB 76/79 KB 221/404 KB 324/587 KB 344/894 KB 79/79 KB 221/404 KB 324/587 KB 344/894 KB 68/79 KB 221/404 KB 324/587 KB 344/894 KB 79/79 KB 221/404 KB 324/587 KB 348/894 KB 79/79 KB 221/404 KB 324/587 KB 352/894 KB 79/79 KB 221/404 KB 324/587 KB 356/894 KB 79/79 KB 221/404 KB 324/587 KB 360/894 KB 79/79 KB 221/404 KB 324/587 KB 364/894 KB 79/79 KB 221/404 KB 324/587 KB 368/894 KB 68/79 KB 221/404 KB 324/587 KB 340/894 KB 79/79 KB 221/404 KB 328/587 KB 368/894 KB 79/79 KB 221/404 KB 332/587 KB 368/894 KB 79/79 KB 221/404 KB 336/587 KB 368/894 KB 68/79 KB 221/404 KB 320/587 KB 340/894 KB 79/79 KB 225/404 KB 336/587 KB 368/894 KB 79/79 KB 229/404 KB 336/587 KB 368/894 KB 79/79 KB 233/404 KB 336/587 KB 368/894 KB 79/79 KB 237/404 KB 336/587 KB 368/894 KB 79/79 KB 241/404 KB 336/587 KB 368/894 KB 79/79 KB 245/404 KB 340/587 KB 368/894 KB 79/79 KB 249/404 KB 340/587 KB 368/894 KB 79/79 KB 253/404 KB 340/587 KB 368/894 KB 79/79 KB 241/404 KB 340/587 KB 368/894 KB 79/79 KB 253/404 KB 344/587 KB 368/894 KB 79/79 KB 253/404 KB 348/587 KB 368/894 KB 79/79 KB 253/404 KB 352/587 KB 368/894 KB 79/79 KB 257/404 KB 352/587 KB 368/894 KB 79/79 KB 261/404 KB 356/587 KB 372/894 KB 79/79 KB 265/404 KB 356/587 KB 372/894 KB 79/79 KB 269/404 KB 356/587 KB 372/894 KB 79/79 KB 257/404 KB 356/587 KB 372/894 KB 79/79 KB 269/404 KB 360/587 KB 372/894 KB 79/79 KB 269/404 KB 364/587 KB 372/894 KB 79/79 KB 269/404 KB 368/587 KB 372/894 KB 79/79 KB 269/404 KB 372/587 KB 372/894 KB 273/404 KB 376/587 KB 372/894 KB 273/404 KB 380/587 KB 372/894 KB 273/404 KB 384/587 KB 372/894 KB 79/79 KB 257/404 KB 352/587 KB 372/894 KB 273/404 KB 384/587 KB 376/894 KB 273/404 KB 384/587 KB 380/894 KB 273/404 KB 384/587 KB 384/894 KB 273/404 KB 384/587 KB 388/894 KB 273/404 KB 384/587 KB 392/894 KB 273/404 KB 384/587 KB 396/894 KB 273/404 KB 384/587 KB 400/894 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 110.7 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 79/79 KB 273/404 KB 372/587 KB 372/894 KB 277/404 KB 384/587 KB 400/894 KB 281/404 KB 384/587 KB 400/894 KB 285/404 KB 384/587 KB 400/894 KB 289/404 KB 384/587 KB 400/894 KB 293/404 KB 388/587 KB 404/894 KB 297/404 KB 388/587 KB 404/894 KB 301/404 KB 388/587 KB 404/894 KB 289/404 KB 388/587 KB 404/894 KB 301/404 KB 388/587 KB 408/894 KB 301/404 KB 388/587 KB 412/894 KB 301/404 KB 388/587 KB 416/894 KB 301/404 KB 388/587 KB 420/894 KB 305/404 KB 388/587 KB 424/894 KB 305/404 KB 388/587 KB 428/894 KB 305/404 KB 388/587 KB 432/894 KB 289/404 KB 388/587 KB 400/894 KB 305/404 KB 392/587 KB 432/894 KB 305/404 KB 396/587 KB 432/894 KB 305/404 KB 400/587 KB 432/894 KB 305/404 KB 404/587 KB 432/894 KB 4/1822 KB 305/404 KB 408/587 KB 436/894 KB 4/1822 KB 305/404 KB 412/587 KB 436/894 KB 4/1822 KB 305/404 KB 416/587 KB 436/894 KB 4/1822 KB 305/404 KB 388/587 KB 420/894 KB 309/404 KB 416/587 KB 436/894 KB 4/1822 KB 313/404 KB 416/587 KB 436/894 KB 4/1822 KB 317/404 KB 416/587 KB 436/894 KB 4/1822 KB 317/404 KB 4/115 KB 416/587 KB 436/894 KB 4/1822 KB 317/404 KB 8/115 KB 416/587 KB 436/894 KB 4/1822 KB 317/404 KB 12/115 KB 416/587 KB 436/894 KB 4/1822 KB 317/404 KB 16/115 KB 416/587 KB 436/894 KB 4/1822 KB 317/404 KB 20/115 KB 416/587 KB 436/894 KB 4/1822 KB 317/404 KB 24/115 KB 416/587 KB 436/894 KB 4/1822 KB 317/404 KB 28/115 KB 416/587 KB 436/894 KB 4/1822 KB 317/404 KB 32/115 KB 416/587 KB 436/894 KB 4/1822 KB 317/404 KB 36/115 KB 416/587 KB 436/894 KB 4/1822 KB 317/404 KB 40/115 KB 416/587 KB 436/894 KB 4/1822 KB 305/404 KB 404/587 KB 436/894 KB 4/1822 KB 305/404 KB 400/587 KB 432/894 KB 4/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 8/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 12/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 16/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 20/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 24/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 28/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 32/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 36/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 40/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 44/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 48/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 52/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 56/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 60/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 64/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 68/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 72/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 76/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 80/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 84/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 88/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 92/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 96/1822 KB 321/404 KB 40/115 KB 420/587 KB 440/894 KB 96/1822 KB 321/404 KB 40/115 KB 420/587 KB 444/894 KB 96/1822 KB 321/404 KB 40/115 KB 420/587 KB 448/894 KB 100/1822 KB 321/404 KB 40/115 KB 420/587 KB 436/894 KB 4/1822 KB 325/404 KB 44/115 KB 420/587 KB 448/894 KB 100/1822 KB 329/404 KB 44/115 KB 420/587 KB 448/894 KB 100/1822 KB 333/404 KB 44/115 KB 420/587 KB 448/894 KB 100/1822 KB 337/404 KB 44/115 KB 420/587 KB 448/894 KB 100/1822 KB 341/404 KB 44/115 KB 420/587 KB 452/894 KB 100/1822 KB 317/404 KB 40/115 KB 420/587 KB 436/894 KB 4/18 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 22 KB 341/404 KB 44/115 KB 424/587 KB 452/894 KB 100/1822 KB 341/404 KB 44/115 KB 428/587 KB 452/894 KB 100/1822 KB 341/404 KB 44/115 KB 432/587 KB 452/894 KB 100/1822 KB 337/404 KB 44/115 KB 420/587 KB 452/894 KB 100/1822 KB 341/404 KB 44/115 KB 432/587 KB 456/894 KB 100/1822 KB 341/404 KB 44/115 KB 432/587 KB 460/894 KB 100/1822 KB 341/404 KB 44/115 KB 432/587 KB 464/894 KB 100/1822 KB 341/404 KB 44/115 KB 432/587 KB 468/894 KB 100/1822 KB 345/404 KB 44/115 KB 436/587 KB 472/894 KB 100/1822 KB 345/404 KB 44/115 KB 436/587 KB 476/894 KB 100/1822 KB 345/404 KB 44/115 KB 436/587 KB 480/894 KB 100/1822 KB 321/404 KB 44/115 KB 420/587 KB 448/894 KB 100/1822 KB 345/404 KB 48/115 KB 436/587 KB 480/894 KB 100/1822 KB 345/404 KB 52/115 KB 436/587 KB 480/894 KB 100/1822 KB 321/404 KB 40/115 KB 420/587 KB 444/894 KB 100/1822 KB 345/404 KB 52/115 KB 436/587 KB 480/894 KB 104/1822 KB 345/404 KB 52/115 KB 436/587 KB 480/894 KB 108/1822 KB 345/404 KB 52/115 KB 436/587 KB 480/894 KB 112/1822 KB 345/404 KB 52/115 KB 436/587 KB 480/894 KB 116/1822 KB 345/404 KB 44/115 KB 436/587 KB 468/894 KB 100/1822 KB 345/404 KB 56/115 KB 440/587 KB 480/894 KB 116/1822 KB 345/404 KB 56/115 KB 444/587 KB 480/894 KB 116/1822 KB 345/404 KB 44/115 KB 432/587 KB 468/894 KB 100/1822 KB 349/404 KB 56/115 KB 444/587 KB 480/894 KB 120/1822 KB 353/404 KB 56/115 KB 444/587 KB 480/894 KB 120/1822 KB 357/404 KB 56/115 KB 448/587 KB 480/894 KB 120/1822 KB 361/404 KB 56/115 KB 448/587 KB 480/894 KB 120/1822 KB 365/404 KB 56/115 KB 448/587 KB 480/894 KB 120/1822 KB 369/404 KB 56/115 KB 448/587 KB 480/894 KB 120/1822 KB 373/404 KB 56/115 KB 448/587 KB 484/894 KB 120/1822 KB 377/404 KB 56/115 KB 448/587 KB 484/894 KB 120/1822 KB 381/404 KB 56/115 KB 448/587 KB 484/894 KB 120/1822 KB 345/404 KB 56/115 KB 444/587 KB 480/894 KB 120/1822 KB 381/404 KB 56/115 KB 448/587 KB 484/894 KB 124/1822 KB 381/404 KB 56/115 KB 448/587 KB 484/894 KB 128/1822 KB 345/404 KB 56/115 KB 436/587 KB 480/894 KB 116/1822 KB 381/404 KB 60/115 KB 448/587 KB 484/894 KB 128/1822 KB 381/404 KB 64/115 KB 448/587 KB 484/894 KB 128/1822 KB 381/404 KB 68/115 KB 448/587 KB 484/894 KB 128/1822 KB 381/404 KB 72/115 KB 448/587 KB 484/894 KB 128/1822 KB 381/404 KB 76/115 KB 448/587 KB 484/894 KB 128/1822 KB 381/404 KB 80/115 KB 448/587 KB 484/894 KB 128/1822 KB 381/404 KB 84/115 KB 448/587 KB 484/894 KB 132/1822 KB 381/404 KB 88/115 KB 448/587 KB 484/894 KB 132/1822 KB 381/404 KB 92/115 KB 448/587 KB 484/894 KB 132/1822 KB 381/404 KB 96/115 KB 448/587 KB 484/894 KB 132/1822 KB 381/404 KB 100/115 KB 448/587 KB 484/894 KB 132/1822 KB 385/404 KB 104/115 KB 448/587 KB 484/894 KB 132/1822 KB 385/404 KB 108/115 KB 448/587 KB 484/894 KB 132/1822 KB 385/404 KB 112/115 KB 448/587 KB 484/894 KB 132/1822 KB 385/404 KB 115/115 KB 448/587 KB 484/894 KB 132/1822 KB 369/404 KB 56/115 KB 448/587 KB 484/894 KB 120/1822 KB 385/404 KB 115/115 KB 448/587 KB 488/894 KB 132/1822 KB 385/404 KB 115/115 KB 448/587 KB 492/894 KB 132/1822 KB 385/404 KB 115/115 KB 448/587 KB 496/894 KB 132/1822 KB 385/404 KB 115/115 KB 448/587 KB 500/894 KB 132/1822 KB 353/404 KB 56/115 KB 448/587 KB 480/894 KB 120/1822 KB 385/404 KB 115/115 KB 452/587 KB 500/894 KB 132/1822 KB 385/404 KB 115/115 KB 456/587 KB 500/894 KB 132/1822 KB 385/404 KB 115/115 KB 460/587 KB 500/894 KB 132/1822 KB 385/404 KB 115/115 KB 464/587 KB 500/894 KB 132/1822 KB 385/404 KB 115/115 KB 468/587 KB 500/894 K unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install B 132/1822 KB 385/404 KB 115/115 KB 472/587 KB 500/894 KB 132/1822 KB 385/404 KB 115/115 KB 476/587 KB 500/894 KB 132/1822 KB 385/404 KB 115/115 KB 480/587 KB 500/894 KB 132/1822 KB 385/404 KB 115/115 KB 484/587 KB 500/894 KB 132/1822 KB 385/404 KB 100/115 KB 448/587 KB 484/894 KB 132/1822 KB 389/404 KB 115/115 KB 484/587 KB 504/894 KB 132/1822 KB 393/404 KB 115/115 KB 484/587 KB 504/894 KB 132/1822 KB 397/404 KB 115/115 KB 484/587 KB 504/894 KB 132/1822 KB 401/404 KB 115/115 KB 484/587 KB 504/894 KB 132/1822 KB 381/404 KB 80/115 KB 448/587 KB 484/894 KB 132/1822 KB 401/404 KB 115/115 KB 488/587 KB 504/894 KB 136/1822 KB 401/404 KB 115/115 KB 488/587 KB 504/894 KB 140/1822 KB 401/404 KB 115/115 KB 488/587 KB 504/894 KB 144/1822 KB 401/404 KB 115/115 KB 488/587 KB 504/894 KB 148/1822 KB 401/404 KB 115/115 KB 488/587 KB 504/894 KB 152/1822 KB 401/404 KB 115/115 KB 488/587 KB 504/894 KB 156/1822 KB 401/404 KB 115/115 KB 488/587 KB 504/894 KB 160/1822 KB 401/404 KB 115/115 KB 488/587 KB 504/894 KB 164/1822 KB 401/404 KB 115/115 KB 488/587 KB 504/894 KB 168/1822 KB 401/404 KB 115/115 KB 488/587 KB 504/894 KB 132/1822 KB 404/404 KB 115/115 KB 492/587 KB 504/894 KB 168/1822 KB 404/404 KB 115/115 KB 496/587 KB 504/894 KB 168/1822 KB 385/404 KB 115/115 KB 484/587 KB 504/894 KB 132/1822 KB 404/404 KB 115/115 KB 496/587 KB 508/894 KB 168/1822 KB 404/404 KB 115/115 KB 496/587 KB 512/894 KB 168/1822 KB 404/404 KB 115/115 KB 496/587 KB 516/894 KB 168/1822 KB 404/404 KB 115/115 KB 496/587 KB 520/894 KB 172/1822 KB 404/404 KB 115/115 KB 500/587 KB 524/894 KB 172/1822 KB 404/404 KB 115/115 KB 500/587 KB 528/894 KB 172/1822 KB 404/404 KB 115/115 KB 488/587 KB 504/894 KB 168/1822 KB 404/404 KB 115/115 KB 500/587 KB 520/894 KB 172/1822 KB 404/404 KB 115/115 KB 504/587 KB 528/894 KB 172/1822 KB 404/404 KB 115/115 KB 508/587 KB 528/894 KB 172/1822 KB 404/404 KB 115/115 KB 512/587 KB 528/894 KB 172/1822 KB 404/404 KB 115/115 KB 496/587 KB 516/894 KB 172/1822 KB 404/404 KB 115/115 KB 512/587 KB 528/894 KB 176/1822 KB 404/404 KB 115/115 KB 512/587 KB 528/894 KB 180/1822 KB 404/404 KB 115/115 KB 512/587 KB 528/894 KB 184/1822 KB 404/404 KB 115/115 KB 512/587 KB 528/894 KB 188/1822 KB 404/404 KB 115/115 KB 512/587 KB 528/894 KB 192/1822 KB 404/404 KB 115/115 KB 512/587 KB 528/894 KB 196/1822 KB 115/115 KB 516/587 KB 528/894 KB 200/1822 KB 115/115 KB 516/587 KB 528/894 KB 204/1822 KB 115/115 KB 516/587 KB 528/894 KB 208/1822 KB 115/115 KB 516/587 KB 528/894 KB 212/1822 KB 115/115 KB 516/587 KB 532/894 KB 216/1822 KB 115/115 KB 516/587 KB 532/894 KB 220/1822 KB 115/115 KB 516/587 KB 532/894 KB 224/1822 KB 115/115 KB 516/587 KB 528/894 KB 196/1822 KB 115/115 KB 520/587 KB 532/894 KB 224/1822 KB 115/115 KB 524/587 KB 532/894 KB 224/1822 KB 115/115 KB 528/587 KB 532/894 KB 224/1822 KB 115/115 KB 532/587 KB 532/894 KB 224/1822 KB 115/115 KB 536/587 KB 532/894 KB 224/1822 KB 115/115 KB 540/587 KB 532/894 KB 224/1822 KB 115/115 KB 544/587 KB 532/894 KB 224/1822 KB 115/115 KB 516/587 KB 532/894 KB 212/1822 KB 115/115 KB 544/587 KB 536/894 KB 224/1822 KB 115/115 KB 544/587 KB 540/894 KB 224/1822 KB 115/115 KB 544/587 KB 544/894 KB 224/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 149.7 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 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 529.0 KB/sec) unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 544/587 KB 548/894 KB 224/1822 KB 544/587 KB 552/894 KB 224/1822 KB 544/587 KB 556/894 KB 224/1822 KB 544/587 KB 560/894 KB 224/1822 KB 544/587 KB 564/894 KB 224/1822 KB 544/587 KB 568/894 KB 224/1822 KB 544/587 KB 572/894 KB 228/1822 KB 544/587 KB 576/894 KB 228/1822 KB 544/587 KB 580/894 KB 228/1822 KB 548/587 KB 584/894 KB 228/1822 KB 548/587 KB 588/894 KB 228/1822 KB 548/587 KB 592/894 KB 228/1822 KB 544/587 KB 568/894 KB 228/1822 KB 548/587 KB 592/894 KB 232/1822 KB 548/587 KB 592/894 KB 236/1822 KB 548/587 KB 592/894 KB 240/1822 KB 548/587 KB 592/894 KB 244/1822 KB 548/587 KB 596/894 KB 248/1822 KB 548/587 KB 596/894 KB 252/1822 KB 548/587 KB 596/894 KB 256/1822 KB 548/587 KB 580/894 KB 228/1822 KB 552/587 KB 596/894 KB 256/1822 KB 556/587 KB 596/894 KB 256/1822 KB 560/587 KB 596/894 KB 256/1822 KB 564/587 KB 596/894 KB 256/1822 KB 568/587 KB 596/894 KB 256/1822 KB 572/587 KB 596/894 KB 256/1822 KB 576/587 KB 596/894 KB 256/1822 KB 580/587 KB 596/894 KB 256/1822 KB 584/587 KB 596/894 KB 260/1822 KB 587/587 KB 596/894 KB 260/1822 KB 548/587 KB 596/894 KB 244/1822 KB 587/587 KB 600/894 KB 260/1822 KB 587/587 KB 4/206 KB 600/894 KB 260/1822 KB 587/587 KB 8/206 KB 600/894 KB 260/1822 KB 587/587 KB 12/206 KB 600/894 KB 260/1822 KB 587/587 KB 16/206 KB 600/894 KB 260/1822 KB 587/587 KB 20/206 KB 600/894 KB 260/1822 KB 587/587 KB 24/206 KB 600/894 KB 260/1822 KB 587/587 KB 28/206 KB 600/894 KB 260/1822 KB 587/587 KB 32/206 KB 600/894 KB 260/1822 KB 587/587 KB 36/206 KB 600/894 KB 260/1822 KB 580/587 KB 596/894 KB 260/1822 KB 587/587 KB 36/206 KB 604/894 KB 264/1822 KB 587/587 KB 36/206 KB 604/894 KB 268/1822 KB 587/587 KB 40/206 KB 604/894 KB 272/1822 KB 587/587 KB 36/206 KB 604/894 KB 260/1822 KB 587/587 KB 40/206 KB 608/894 KB 272/1822 KB 587/587 KB 40/206 KB 612/894 KB 272/1822 KB 587/587 KB 40/206 KB 616/894 KB 272/1822 KB 587/587 KB 40/206 KB 620/894 KB 272/1822 KB 587/587 KB 40/206 KB 624/894 KB 272/1822 KB 587/587 KB 40/206 KB 604/894 KB 268/1822 KB 587/587 KB 44/206 KB 624/894 KB 272/1822 KB 587/587 KB 48/206 KB 624/894 KB 272/1822 KB 587/587 KB 52/206 KB 624/894 KB 272/1822 KB 587/587 KB 56/206 KB 628/894 KB 276/1822 KB 587/587 KB 60/206 KB 628/894 KB 276/1822 KB 587/587 KB 64/206 KB 628/894 KB 276/1822 KB 587/587 KB 52/206 KB 628/894 KB 276/1822 KB 587/587 KB 64/206 KB 628/894 KB 280/1822 KB 587/587 KB 64/206 KB 628/894 KB 284/1822 KB 587/587 KB 64/206 KB 628/894 KB 288/1822 KB 587/587 KB 64/206 KB 628/894 KB 292/1822 KB 587/587 KB 68/206 KB 628/894 KB 296/1822 KB 4/314 KB 587/587 KB 52/206 KB 628/894 KB 272/1822 KB 587/587 KB 68/206 KB 632/894 KB 296/1822 KB 4/314 KB 587/587 KB 68/206 KB 636/894 KB 296/1822 KB 4/314 KB 587/587 KB 68/206 KB 640/894 KB 296/1822 KB 4/314 KB 587/587 KB 68/206 KB 644/894 KB 296/1822 KB 4/314 KB 587/587 KB 68/206 KB 628/894 KB 292/1822 KB 4/314 KB 587/587 KB 64/206 KB 628/894 KB 292/1822 KB 4/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 8/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 12/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 16/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 20/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 24/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 28/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 32/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 36/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 40/314 KB 587/587 KB 68/ unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 206 KB 644/894 KB 300/1822 KB 44/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 48/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 52/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 56/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 60/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 64/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 68/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 72/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 76/314 KB 587/587 KB 72/206 KB 644/894 KB 300/1822 KB 80/314 KB 587/587 KB 68/206 KB 644/894 KB 300/1822 KB 4/314 KB 587/587 KB 72/206 KB 644/894 KB 304/1822 KB 80/314 KB 587/587 KB 72/206 KB 644/894 KB 300/1822 KB 76/314 KB 587/587 KB 76/206 KB 644/894 KB 304/1822 KB 80/314 KB 587/587 KB 80/206 KB 644/894 KB 304/1822 KB 80/314 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar (587 KB at 749.2 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 80/206 KB 644/894 KB 308/1822 KB 84/314 KB 84/206 KB 648/894 KB 308/1822 KB 88/314 KB 84/206 KB 648/894 KB 308/1822 KB 92/314 KB 84/206 KB 648/894 KB 308/1822 KB 96/314 KB 587/587 KB 80/206 KB 644/894 KB 308/1822 KB 80/314 KB 84/206 KB 648/894 KB 312/1822 KB 96/314 KB 84/206 KB 648/894 KB 316/1822 KB 96/314 KB 84/206 KB 648/894 KB 308/1822 KB 84/314 KB 80/206 KB 648/894 KB 308/1822 KB 84/314 KB 84/206 KB 652/894 KB 316/1822 KB 96/314 KB 84/206 KB 656/894 KB 316/1822 KB 96/314 KB 84/206 KB 660/894 KB 316/1822 KB 96/314 KB 88/206 KB 664/894 KB 320/1822 KB 100/314 KB 88/206 KB 668/894 KB 320/1822 KB 100/314 KB 88/206 KB 672/894 KB 320/1822 KB 100/314 KB 88/206 KB 676/894 KB 320/1822 KB 100/314 KB 88/206 KB 680/894 KB 320/1822 KB 100/314 KB 88/206 KB 684/894 KB 320/1822 KB 100/314 KB 88/206 KB 688/894 KB 320/1822 KB 100/314 KB 88/206 KB 660/894 KB 320/1822 KB 100/314 KB 4/57 KB 88/206 KB 688/894 KB 320/1822 KB 100/314 KB 8/57 KB 88/206 KB 688/894 KB 320/1822 KB 100/314 KB 12/57 KB 88/206 KB 688/894 KB 320/1822 KB 100/314 KB 16/57 KB 88/206 KB 688/894 KB 320/1822 KB 100/314 KB 20/57 KB 88/206 KB 688/894 KB 320/1822 KB 100/314 KB 24/57 KB 88/206 KB 688/894 KB 320/1822 KB 100/314 KB 28/57 KB 88/206 KB 688/894 KB 320/1822 KB 100/314 KB 32/57 KB 88/206 KB 688/894 KB 320/1822 KB 104/314 KB 88/206 KB 660/894 KB 320/1822 KB 96/314 KB 88/206 KB 660/894 KB 316/1822 KB 96/314 KB 32/57 KB 92/206 KB 688/894 KB 320/1822 KB 104/314 KB 32/57 KB 96/206 KB 688/894 KB 320/1822 KB 104/314 KB 32/57 KB 96/206 KB 688/894 KB 324/1822 KB 104/314 KB 32/57 KB 100/206 KB 688/894 KB 328/1822 KB 104/314 KB 32/57 KB 100/206 KB 688/894 KB 332/1822 KB 104/314 KB 36/57 KB 100/206 KB 688/894 KB 336/1822 KB 104/314 KB 28/57 KB 88/206 KB 688/894 KB 320/1822 KB 104/314 KB 36/57 KB 100/206 KB 688/894 KB 336/1822 KB 108/314 KB 36/57 KB 100/206 KB 688/894 KB 336/1822 KB 112/314 KB 36/57 KB 100/206 KB 688/894 KB 340/1822 KB 112/314 KB 36/57 KB 100/206 KB 692/894 KB 344/1822 KB 116/314 KB 36/57 KB 100/206 KB 692/894 KB 348/1822 KB 116/314 KB 36/57 KB 100/206 KB 692/894 KB 352/1822 KB 116/314 KB 36/57 KB 100/206 KB 688/894 KB 332/1822 KB 104/314 KB 40/57 KB 100/206 KB 692/894 KB 352/1822 KB 116/314 KB 44/57 KB 100/206 KB 692/894 KB 352/1822 KB 116/314 KB 48/57 KB 100/206 KB 692/894 KB 352/1822 KB 116/314 KB 52/57 KB 100/206 KB 692/894 KB 352/1822 KB 116/314 KB 56/57 KB 100/206 KB 692/894 KB 356/1822 KB 116/314 KB 57/57 KB 100/206 KB 692/894 KB 356/1822 KB 116/314 KB 32/57 KB 100/206 KB 688/894 KB 324/1822 KB 104/314 KB 57/57 KB 104/206 KB 692/894 KB 356/1822 KB 116/314 KB 57/57 KB 108/206 KB 692/894 KB 356/1822 KB 116/314 KB 57/57 KB 112/206 KB 692/894 KB 356/1822 KB 116/314 KB 57/57 KB 116/206 KB 692/894 KB 356/1822 KB 116/314 KB 57/57 KB 120/206 KB 692/894 KB 356/1822 KB 116/314 KB 57/57 KB 124/206 KB 692/894 KB 356/1822 KB 116/314 KB 57/57 KB 128/206 KB 692/894 KB 356/1822 KB 116/314 KB 57/57 KB 132/206 KB 692/894 KB 356/1822 KB 116/314 KB 57/57 KB 136/206 KB 692/894 KB 356/1822 KB 116/314 KB 57/57 KB 140/206 KB 692/894 KB 356/1822 KB 116/314 KB 57/57 KB 144/206 KB 692/894 KB 356/1822 KB 116/314 KB 52/57 KB 100/206 KB 692/894 KB 356/1822 KB 116/314 KB 57/57 KB 144/206 KB 692/894 KB 360/1822 KB 116/314 KB 57/57 KB 144/206 KB 692/894 KB 364/1822 KB 116/314 KB 57/57 KB 144/206 KB 692/894 KB 368/1822 KB 116/314 KB 36/57 KB 100/206 KB 692/894 KB 340/1822 KB 116/314 KB 57/57 K unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install B 144/206 KB 696/894 KB 368/1822 KB 116/314 KB 57/57 KB 144/206 KB 700/894 KB 368/1822 KB 116/314 KB 57/57 KB 144/206 KB 704/894 KB 368/1822 KB 116/314 KB 36/57 KB 100/206 KB 688/894 KB 340/1822 KB 116/314 KB 57/57 KB 144/206 KB 704/894 KB 368/1822 KB 120/314 KB 57/57 KB 144/206 KB 704/894 KB 368/1822 KB 124/314 KB 57/57 KB 144/206 KB 704/894 KB 368/1822 KB 128/314 KB 57/57 KB 144/206 KB 704/894 KB 368/1822 KB 132/314 KB 57/57 KB 144/206 KB 708/894 KB 368/1822 KB 136/314 KB 57/57 KB 144/206 KB 708/894 KB 368/1822 KB 140/314 KB 57/57 KB 144/206 KB 708/894 KB 368/1822 KB 144/314 KB 57/57 KB 144/206 KB 708/894 KB 372/1822 KB 144/314 KB 57/57 KB 148/206 KB 708/894 KB 376/1822 KB 148/314 KB 57/57 KB 148/206 KB 708/894 KB 380/1822 KB 148/314 KB 57/57 KB 148/206 KB 708/894 KB 384/1822 KB 148/314 KB 57/57 KB 144/206 KB 708/894 KB 368/1822 KB 132/314 KB 57/57 KB 148/206 KB 712/894 KB 384/1822 KB 148/314 KB 57/57 KB 148/206 KB 716/894 KB 384/1822 KB 148/314 KB 57/57 KB 148/206 KB 720/894 KB 384/1822 KB 148/314 KB 57/57 KB 148/206 KB 724/894 KB 384/1822 KB 148/314 KB 57/57 KB 148/206 KB 728/894 KB 388/1822 KB 148/314 KB 57/57 KB 148/206 KB 732/894 KB 388/1822 KB 148/314 KB 57/57 KB 148/206 KB 736/894 KB 388/1822 KB 148/314 KB 57/57 KB 148/206 KB 708/894 KB 372/1822 KB 148/314 KB 57/57 KB 148/206 KB 736/894 KB 388/1822 KB 152/314 KB 57/57 KB 148/206 KB 736/894 KB 388/1822 KB 156/314 KB 57/57 KB 148/206 KB 736/894 KB 388/1822 KB 160/314 KB 148/206 KB 736/894 KB 388/1822 KB 164/314 KB 148/206 KB 736/894 KB 388/1822 KB 168/314 KB 148/206 KB 736/894 KB 388/1822 KB 172/314 KB 148/206 KB 736/894 KB 388/1822 KB 176/314 KB 148/206 KB 736/894 KB 388/1822 KB 180/314 KB 148/206 KB 740/894 KB 388/1822 KB 184/314 KB 57/57 KB 148/206 KB 708/894 KB 372/1822 KB 144/314 KB 152/206 KB 740/894 KB 388/1822 KB 184/314 KB 156/206 KB 740/894 KB 388/1822 KB 184/314 KB 160/206 KB 740/894 KB 388/1822 KB 184/314 KB 164/206 KB 740/894 KB 388/1822 KB 184/314 KB 168/206 KB 740/894 KB 388/1822 KB 184/314 KB 172/206 KB 740/894 KB 388/1822 KB 184/314 KB 176/206 KB 740/894 KB 388/1822 KB 184/314 KB 180/206 KB 740/894 KB 388/1822 KB 184/314 KB 184/206 KB 740/894 KB 388/1822 KB 188/314 KB 188/206 KB 740/894 KB 388/1822 KB 188/314 KB 192/206 KB 740/894 KB 388/1822 KB 188/314 KB 148/206 KB 740/894 KB 388/1822 KB 180/314 KB 192/206 KB 744/894 KB 388/1822 KB 188/314 KB 192/206 KB 748/894 KB 388/1822 KB 188/314 KB 192/206 KB 752/894 KB 388/1822 KB 188/314 KB 192/206 KB 756/894 KB 388/1822 KB 188/314 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 70.5 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 57/57 KB 148/206 KB 724/894 KB 388/1822 KB 148/314 KB 192/206 KB 756/894 KB 392/1822 KB 188/314 KB 192/206 KB 756/894 KB 396/1822 KB 188/314 KB 192/206 KB 756/894 KB 400/1822 KB 188/314 KB 192/206 KB 756/894 KB 404/1822 KB 188/314 KB 192/206 KB 756/894 KB 408/1822 KB 188/314 KB 192/206 KB 756/894 KB 412/1822 KB 188/314 KB 192/206 KB 756/894 KB 416/1822 KB 188/314 KB 180/206 KB 740/894 KB 388/1822 KB 188/314 KB 192/206 KB 756/894 KB 416/1822 KB 192/314 KB 192/206 KB 756/894 KB 416/1822 KB 196/314 KB 196/206 KB 760/894 KB 420/1822 KB 200/314 KB 196/206 KB 760/894 KB 420/1822 KB 204/314 KB 196/206 KB 760/894 KB 420/1822 KB 208/314 KB 196/206 KB 760/894 KB 420/1822 KB 212/314 KB 196/206 KB 760/894 KB 420/1822 KB 216/314 KB 196/206 KB 760/894 KB 420/1822 KB 220/314 KB 196/206 KB 760/894 KB 420/1822 KB 224/314 KB 196/206 KB 760/894 KB 420/1822 KB 228/314 KB 196/206 KB 760/894 KB 420/1822 KB 232/314 KB 196/206 KB 760/894 KB 420/1822 KB 196/314 KB 192/206 KB 760/894 KB 420/1822 KB 196/314 KB 196/206 KB 764/894 KB 420/1822 KB 232/314 KB 196/206 KB 768/894 KB 420/1822 KB 232/314 KB 192/206 KB 756/894 KB 420/1822 KB 196/314 KB 196/206 KB 768/894 KB 424/1822 KB 232/314 KB 196/206 KB 772/894 KB 428/1822 KB 232/314 KB 196/206 KB 772/894 KB 432/1822 KB 232/314 KB 196/206 KB 772/894 KB 436/1822 KB 232/314 KB 200/206 KB 772/894 KB 440/1822 KB 232/314 KB 200/206 KB 772/894 KB 444/1822 KB 232/314 KB 200/206 KB 772/894 KB 448/1822 KB 232/314 KB 196/206 KB 772/894 KB 424/1822 KB 232/314 KB 200/206 KB 776/894 KB 448/1822 KB 232/314 KB 200/206 KB 780/894 KB 448/1822 KB 232/314 KB 200/206 KB 784/894 KB 448/1822 KB 232/314 KB 200/206 KB 788/894 KB 448/1822 KB 232/314 KB 200/206 KB 792/894 KB 452/1822 KB 232/314 KB 200/206 KB 796/894 KB 452/1822 KB 232/314 KB 200/206 KB 800/894 KB 452/1822 KB 232/314 KB 200/206 KB 772/894 KB 436/1822 KB 232/314 KB 204/206 KB 800/894 KB 452/1822 KB 232/314 KB 206/206 KB 800/894 KB 452/1822 KB 232/314 KB 200/206 KB 788/894 KB 452/1822 KB 232/314 KB 206/206 KB 800/894 KB 456/1822 KB 232/314 KB 206/206 KB 800/894 KB 460/1822 KB 232/314 KB 206/206 KB 800/894 KB 464/1822 KB 236/314 KB 206/206 KB 800/894 KB 460/1822 KB 236/314 KB 4/263 KB 206/206 KB 800/894 KB 464/1822 KB 236/314 KB 8/263 KB 206/206 KB 800/894 KB 464/1822 KB 236/314 KB 12/263 KB 206/206 KB 800/894 KB 464/1822 KB 236/314 KB 16/263 KB 206/206 KB 800/894 KB 464/1822 KB 236/314 KB 20/263 KB 206/206 KB 800/894 KB 464/1822 KB 236/314 KB 24/263 KB 206/206 KB 800/894 KB 464/1822 KB 236/314 KB 28/263 KB 206/206 KB 800/894 KB 464/1822 KB 236/314 KB 32/263 KB 206/206 KB 800/894 KB 464/1822 KB 236/314 KB 36/263 KB 206/206 KB 800/894 KB 464/1822 KB 236/314 KB 40/263 KB 206/206 KB 800/894 KB 464/1822 KB 236/314 KB 44/263 KB 206/206 KB 800/894 KB 464/1822 KB 236/314 KB 48/263 KB 206/206 KB 800/894 KB 464/1822 KB 236/314 KB 48/263 KB 206/206 KB 800/894 KB 464/1822 KB 240/314 KB 48/263 KB 206/206 KB 800/894 KB 464/1822 KB 244/314 KB 52/263 KB 206/206 KB 804/894 KB 468/1822 KB 248/314 KB 52/263 KB 206/206 KB 804/894 KB 468/1822 KB 252/314 KB 52/263 KB 206/206 KB 804/894 KB 468/1822 KB 256/314 KB 52/263 KB 206/206 KB 804/894 KB 468/1822 KB 244/314 KB 56/263 KB 206/206 KB 804/894 KB 468/1822 KB 256/314 KB 60/263 KB 206/206 KB 804/894 KB 468/1822 KB 256/314 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (206 KB at 25 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 0.2 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 48/263 KB 206/206 KB 804/894 KB 468/1822 KB 244/314 KB 64/263 KB 808/894 KB 468/1822 KB 256/314 KB 64/263 KB 812/894 KB 468/1822 KB 256/314 KB 64/263 KB 816/894 KB 468/1822 KB 256/314 KB 48/263 KB 206/206 KB 800/894 KB 468/1822 KB 244/314 KB 64/263 KB 816/894 KB 472/1822 KB 256/314 KB 64/263 KB 816/894 KB 476/1822 KB 256/314 KB 64/263 KB 820/894 KB 480/1822 KB 256/314 KB 64/263 KB 206/206 KB 804/894 KB 468/1822 KB 256/314 KB 68/263 KB 820/894 KB 480/1822 KB 256/314 KB 72/263 KB 820/894 KB 484/1822 KB 260/314 KB 76/263 KB 820/894 KB 484/1822 KB 260/314 KB 80/263 KB 820/894 KB 484/1822 KB 260/314 KB 84/263 KB 820/894 KB 484/1822 KB 260/314 KB 88/263 KB 820/894 KB 484/1822 KB 260/314 KB 92/263 KB 820/894 KB 484/1822 KB 260/314 KB 96/263 KB 820/894 KB 484/1822 KB 260/314 KB 100/263 KB 820/894 KB 484/1822 KB 260/314 KB 64/263 KB 820/894 KB 476/1822 KB 256/314 KB 100/263 KB 824/894 KB 484/1822 KB 260/314 KB 100/263 KB 828/894 KB 484/1822 KB 260/314 KB 100/263 KB 832/894 KB 484/1822 KB 260/314 KB 68/263 KB 820/894 KB 484/1822 KB 260/314 KB 100/263 KB 832/894 KB 488/1822 KB 260/314 KB 100/263 KB 836/894 KB 492/1822 KB 260/314 KB 100/263 KB 836/894 KB 496/1822 KB 260/314 KB 68/263 KB 820/894 KB 480/1822 KB 260/314 KB 100/263 KB 836/894 KB 496/1822 KB 264/314 KB 100/263 KB 836/894 KB 496/1822 KB 268/314 KB 100/263 KB 836/894 KB 496/1822 KB 272/314 KB 100/263 KB 4/99 KB 836/894 KB 496/1822 KB 272/314 KB 100/263 KB 8/99 KB 836/894 KB 496/1822 KB 272/314 KB 100/263 KB 12/99 KB 836/894 KB 496/1822 KB 272/314 KB 100/263 KB 16/99 KB 836/894 KB 496/1822 KB 272/314 KB 100/263 KB 20/99 KB 836/894 KB 496/1822 KB 272/314 KB 100/263 KB 24/99 KB 836/894 KB 500/1822 KB 276/314 KB 100/263 KB 28/99 KB 836/894 KB 500/1822 KB 276/314 KB 100/263 KB 32/99 KB 836/894 KB 500/1822 KB 276/314 KB 100/263 KB 836/894 KB 488/1822 KB 260/314 KB 100/263 KB 32/99 KB 840/894 KB 500/1822 KB 276/314 KB 100/263 KB 32/99 KB 844/894 KB 500/1822 KB 276/314 KB 100/263 KB 32/99 KB 848/894 KB 500/1822 KB 276/314 KB 100/263 KB 32/99 KB 852/894 KB 500/1822 KB 276/314 KB 100/263 KB 36/99 KB 856/894 KB 500/1822 KB 276/314 KB 100/263 KB 36/99 KB 860/894 KB 500/1822 KB 276/314 KB 100/263 KB 36/99 KB 864/894 KB 500/1822 KB 276/314 KB 100/263 KB 20/99 KB 836/894 KB 500/1822 KB 276/314 KB 104/263 KB 36/99 KB 864/894 KB 500/1822 KB 280/314 KB 104/263 KB 36/99 KB 864/894 KB 500/1822 KB 284/314 KB 104/263 KB 36/99 KB 864/894 KB 500/1822 KB 288/314 KB 100/263 KB 20/99 KB 836/894 KB 500/1822 KB 272/314 KB 104/263 KB 36/99 KB 864/894 KB 504/1822 KB 288/314 KB 104/263 KB 36/99 KB 864/894 KB 508/1822 KB 288/314 KB 104/263 KB 36/99 KB 864/894 KB 512/1822 KB 288/314 KB 104/263 KB 36/99 KB 864/894 KB 516/1822 KB 288/314 KB 104/263 KB 36/99 KB 868/894 KB 520/1822 KB 292/314 KB 104/263 KB 36/99 KB 868/894 KB 524/1822 KB 292/314 KB 104/263 KB 36/99 KB 868/894 KB 528/1822 KB 292/314 KB 104/263 KB 36/99 KB 868/894 KB 532/1822 KB 292/314 KB 104/263 KB 36/99 KB 868/894 KB 536/1822 KB 292/314 KB 104/263 KB 36/99 KB 868/894 KB 540/1822 KB 292/314 KB 104/263 KB 36/99 KB 868/894 KB 544/1822 KB 292/314 KB 104/263 KB 36/99 KB 868/894 KB 548/1822 KB 292/314 KB 104/263 KB 36/99 KB 864/894 KB 500/1822 KB 276/314 KB 100/263 KB 36/99 KB 852/894 KB 500/1822 KB 276/314 KB 104/263 KB 40/99 KB 868/894 KB 548/1822 KB 292/314 KB 108/263 KB 44/99 KB 868/894 KB 548/1822 KB 292/314 KB 108/263 KB 48/99 KB 868/894 KB 548/1822 KB 2 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 92/314 KB 108/263 KB 52/99 KB 868/894 KB 548/1822 KB 292/314 KB 104/263 KB 36/99 KB 868/894 KB 516/1822 KB 292/314 KB 108/263 KB 52/99 KB 872/894 KB 548/1822 KB 292/314 KB 108/263 KB 52/99 KB 876/894 KB 548/1822 KB 292/314 KB 108/263 KB 52/99 KB 880/894 KB 548/1822 KB 292/314 KB 104/263 KB 36/99 KB 864/894 KB 516/1822 KB 292/314 KB 108/263 KB 52/99 KB 880/894 KB 548/1822 KB 296/314 KB 108/263 KB 52/99 KB 880/894 KB 548/1822 KB 300/314 KB 108/263 KB 52/99 KB 880/894 KB 548/1822 KB 304/314 KB 108/263 KB 40/99 KB 868/894 KB 548/1822 KB 292/314 KB 112/263 KB 52/99 KB 880/894 KB 548/1822 KB 304/314 KB 116/263 KB 52/99 KB 880/894 KB 548/1822 KB 304/314 KB 120/263 KB 52/99 KB 880/894 KB 548/1822 KB 308/314 KB 124/263 KB 52/99 KB 880/894 KB 548/1822 KB 308/314 KB 128/263 KB 56/99 KB 884/894 KB 548/1822 KB 308/314 KB 116/263 KB 52/99 KB 880/894 KB 548/1822 KB 308/314 KB 124/263 KB 56/99 KB 884/894 KB 548/1822 KB 308/314 KB 128/263 KB 60/99 KB 884/894 KB 548/1822 KB 308/314 KB 128/263 KB 64/99 KB 884/894 KB 548/1822 KB 312/314 KB 128/263 KB 68/99 KB 884/894 KB 548/1822 KB 312/314 KB 124/263 KB 52/99 KB 884/894 KB 548/1822 KB 308/314 KB 132/263 KB 68/99 KB 888/894 KB 548/1822 KB 312/314 KB 132/263 KB 68/99 KB 892/894 KB 548/1822 KB 312/314 KB 132/263 KB 68/99 KB 894/894 KB 548/1822 KB 312/314 KB 132/263 KB 68/99 KB 884/894 KB 548/1822 KB 312/314 KB 136/263 KB 68/99 KB 894/894 KB 548/1822 KB 312/314 KB 128/263 KB 60/99 KB 884/894 KB 548/1822 KB 312/314 KB 136/263 KB 68/99 KB 894/894 KB 552/1822 KB 314/314 KB 136/263 KB 72/99 KB 894/894 KB 552/1822 KB 314/314 KB 140/263 KB 76/99 KB 894/894 KB 552/1822 KB 314/314 KB 140/263 KB 80/99 KB 894/894 KB 552/1822 KB 314/314 KB 136/263 KB 68/99 KB 894/894 KB 552/1822 KB 312/314 KB 140/263 KB 80/99 KB 894/894 KB 556/1822 KB 314/314 KB 140/263 KB 80/99 KB 894/894 KB 560/1822 KB 314/314 KB 140/263 KB 80/99 KB 894/894 KB 564/1822 KB 314/314 KB 140/263 KB 84/99 KB 894/894 KB 568/1822 KB 314/314 KB 140/263 KB 84/99 KB 894/894 KB 572/1822 KB 314/314 KB 140/263 KB 84/99 KB 894/894 KB 576/1822 KB 314/314 KB 140/263 KB 72/99 KB 894/894 KB 552/1822 KB 314/314 KB 144/263 KB 84/99 KB 894/894 KB 576/1822 KB 314/314 KB 148/263 KB 84/99 KB 894/894 KB 576/1822 KB 314/314 KB 152/263 KB 84/99 KB 894/894 KB 576/1822 KB 314/314 KB 156/263 KB 84/99 KB 894/894 KB 576/1822 KB 314/314 KB 160/263 KB 84/99 KB 894/894 KB 576/1822 KB 314/314 KB 164/263 KB 84/99 KB 894/894 KB 576/1822 KB 314/314 KB 168/263 KB 84/99 KB 894/894 KB 580/1822 KB 314/314 KB 172/263 KB 84/99 KB 894/894 KB 580/1822 KB 314/314 KB 176/263 KB 84/99 KB 894/894 KB 580/1822 KB 314/314 KB 140/263 KB 84/99 KB 894/894 KB 564/1822 KB 314/314 KB 176/263 KB 88/99 KB 894/894 KB 580/1822 KB 314/314 KB 176/263 KB 92/99 KB 894/894 KB 580/1822 KB 314/314 KB 176/263 KB 96/99 KB 894/894 KB 580/1822 KB 314/314 KB 176/263 KB 99/99 KB 894/894 KB 580/1822 KB 314/314 KB 164/263 KB 84/99 KB 894/894 KB 580/1822 KB 314/314 KB 176/263 KB 99/99 KB 894/894 KB 584/1822 KB 314/314 KB 176/263 KB 99/99 KB 894/894 KB 588/1822 KB 314/314 KB 176/263 KB 99/99 KB 592/1822 KB 176/263 KB 99/99 KB 596/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 368.0 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (894 KB at 1047.1 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 116.2 KB/sec) unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 180/263 KB 99/99 KB 596/1822 KB 184/263 KB 596/1822 KB 188/263 KB 596/1822 KB 192/263 KB 596/1822 KB 196/263 KB 600/1822 KB 200/263 KB 600/1822 KB 204/263 KB 600/1822 KB 208/263 KB 600/1822 KB 212/263 KB 600/1822 KB 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 192/263 KB 600/1822 KB 212/263 KB 604/1822 KB 212/263 KB 608/1822 KB 212/263 KB 612/1822 KB 212/263 KB 616/1822 KB 212/263 KB 620/1822 KB 212/263 KB 624/1822 KB 212/263 KB 628/1822 KB 216/263 KB 628/1822 KB 220/263 KB 628/1822 KB 224/263 KB 628/1822 KB 224/263 KB 632/1822 KB 224/263 KB 636/1822 KB 228/263 KB 640/1822 KB 228/263 KB 644/1822 KB 228/263 KB 648/1822 KB 228/263 KB 652/1822 KB 228/263 KB 656/1822 KB 228/263 KB 636/1822 KB 228/263 KB 656/1822 KB 4/276 KB 228/263 KB 656/1822 KB 8/276 KB 228/263 KB 656/1822 KB 12/276 KB 228/263 KB 656/1822 KB 16/276 KB 228/263 KB 656/1822 KB 20/276 KB 228/263 KB 656/1822 KB 24/276 KB 228/263 KB 656/1822 KB 28/276 KB 228/263 KB 656/1822 KB 32/276 KB 228/263 KB 4/54 KB 656/1822 KB 32/276 KB 228/263 KB 8/54 KB 656/1822 KB 32/276 KB 228/263 KB 12/54 KB 656/1822 KB 32/276 KB 228/263 KB 16/54 KB 656/1822 KB 32/276 KB 228/263 KB 20/54 KB 656/1822 KB 32/276 KB 228/263 KB 4/748 KB 24/54 KB 656/1822 KB 32/276 KB 228/263 KB 4/748 KB 20/54 KB 656/1822 KB 32/276 KB 228/263 KB 4/748 KB 28/54 KB 656/1822 KB 32/276 KB 228/263 KB 8/748 KB 32/54 KB 656/1822 KB 32/276 KB 228/263 KB 12/748 KB 32/54 KB 656/1822 KB 32/276 KB 228/263 KB 16/748 KB 32/54 KB 656/1822 KB 32/276 KB 228/263 KB 20/748 KB 32/54 KB 656/1822 KB 32/276 KB 232/263 KB 24/748 KB 32/54 KB 656/1822 KB 36/276 KB 232/263 KB 28/748 KB 32/54 KB 656/1822 KB 36/276 KB 232/263 KB 32/748 KB 32/54 KB 656/1822 KB 36/276 KB 228/263 KB 8/748 KB 32/54 KB 656/1822 KB 32/276 KB 232/263 KB 32/748 KB 36/54 KB 656/1822 KB 36/276 KB 232/263 KB 32/748 KB 40/54 KB 656/1822 KB 36/276 KB 232/263 KB 32/748 KB 44/54 KB 656/1822 KB 36/276 KB 232/263 KB 32/748 KB 48/54 KB 656/1822 KB 36/276 KB 232/263 KB 32/748 KB 52/54 KB 656/1822 KB 36/276 KB 232/263 KB 32/748 KB 54/54 KB 656/1822 KB 36/276 KB 232/263 KB 20/748 KB 32/54 KB 656/1822 KB 36/276 KB 236/263 KB 32/748 KB 54/54 KB 656/1822 KB 36/276 KB 240/263 KB 32/748 KB 54/54 KB 656/1822 KB 36/276 KB 244/263 KB 32/748 KB 54/54 KB 656/1822 KB 36/276 KB 228/263 KB 20/748 KB 32/54 KB 656/1822 KB 36/276 KB 244/263 KB 36/748 KB 54/54 KB 656/1822 KB 40/276 KB 244/263 KB 36/748 KB 54/54 KB 656/1822 KB 44/276 KB 244/263 KB 36/748 KB 54/54 KB 656/1822 KB 48/276 KB 244/263 KB 36/748 KB 54/54 KB 656/1822 KB 52/276 KB 244/263 KB 36/748 KB 54/54 KB 656/1822 KB 56/276 KB 244/263 KB 36/748 KB 54/54 KB 656/1822 KB 60/276 KB 244/263 KB 36/748 KB 54/54 KB 656/1822 KB 64/276 KB 244/263 KB 36/748 KB 54/54 KB 656/1822 KB 68/276 KB 248/263 KB 36/748 KB 54/54 KB 660/1822 KB 72/276 KB 248/263 KB 36/748 KB 54/54 KB 660/1822 KB 76/276 KB 248/263 KB 36/748 KB 54/54 KB 660/1822 KB 80/276 KB 248/263 KB 36/748 KB 54/54 KB 660/1822 KB 84/276 KB 248/263 KB 36/748 KB 54/54 KB 660/1822 KB 88/276 KB 248/263 KB 36/748 KB 54/54 KB 660/1822 KB 92/276 KB 248/263 KB 36/748 KB 54/54 KB 660/1822 KB 96/276 KB 244/263 KB 36/748 KB 54/54 KB 656/1822 KB 36/276 KB 248/263 KB 40/748 KB 54/54 KB 660/1822 KB 96/276 KB 248/263 KB 44/748 KB 54/54 KB 660/1822 KB 96/276 KB 248/263 KB 48/748 KB 54/54 KB 660/1822 KB 96/276 KB 248/263 KB 52/748 KB 54/54 KB 660/1822 KB 96/276 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 61.7 KB/sec) unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 248/263 KB 36/748 KB 54/54 KB 660/1822 KB 68/276 KB 252/263 KB 56/748 KB 660/1822 KB 96/276 KB 256/263 KB 56/748 KB 660/1822 KB 96/276 KB 260/263 KB 56/748 KB 660/1822 KB 96/276 KB 263/263 KB 56/748 KB 660/1822 KB 96/276 KB 244/263 KB 36/748 KB 54/54 KB 660/1822 KB 68/276 KB 263/263 KB 56/748 KB 664/1822 KB 96/276 KB 263/263 KB 56/748 KB 668/1822 KB 96/276 KB 263/263 KB 56/748 KB 672/1822 KB 96/276 KB 263/263 KB 56/748 KB 676/1822 KB 96/276 KB 263/263 KB 56/748 KB 680/1822 KB 96/276 KB 263/263 KB 56/748 KB 684/1822 KB 96/276 KB 263/263 KB 56/748 KB 688/1822 KB 96/276 KB 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 263/263 KB 56/748 KB 688/1822 KB 96/276 KB 263/263 KB 60/748 KB 688/1822 KB 96/276 KB 263/263 KB 64/748 KB 688/1822 KB 96/276 KB 263/263 KB 68/748 KB 688/1822 KB 96/276 KB 263/263 KB 72/748 KB 692/1822 KB 100/276 KB 263/263 KB 76/748 KB 692/1822 KB 100/276 KB 263/263 KB 80/748 KB 692/1822 KB 100/276 KB 263/263 KB 68/748 KB 692/1822 KB 100/276 KB 263/263 KB 68/748 KB 692/1822 KB 96/276 KB 263/263 KB 80/748 KB 696/1822 KB 104/276 KB 263/263 KB 80/748 KB 700/1822 KB 104/276 KB 263/263 KB 80/748 KB 704/1822 KB 104/276 KB 263/263 KB 80/748 KB 708/1822 KB 104/276 KB 263/263 KB 84/748 KB 712/1822 KB 104/276 KB 263/263 KB 84/748 KB 716/1822 KB 104/276 KB 263/263 KB 84/748 KB 720/1822 KB 104/276 KB 263/263 KB 84/748 KB 708/1822 KB 104/276 KB 263/263 KB 88/748 KB 720/1822 KB 104/276 KB 263/263 KB 92/748 KB 720/1822 KB 104/276 KB 263/263 KB 96/748 KB 720/1822 KB 104/276 KB 263/263 KB 100/748 KB 720/1822 KB 104/276 KB 263/263 KB 104/748 KB 724/1822 KB 104/276 KB 263/263 KB 108/748 KB 724/1822 KB 104/276 KB 112/748 KB 724/1822 KB 104/276 KB 263/263 KB 80/748 KB 692/1822 KB 104/276 KB 112/748 KB 724/1822 KB 108/276 KB 112/748 KB 724/1822 KB 112/276 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar (263 KB at 297.9 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 112/748 KB 4/223 KB 724/1822 KB 116/276 KB 112/748 KB 4/223 KB 724/1822 KB 120/276 KB 112/748 KB 4/223 KB 724/1822 KB 124/276 KB 112/748 KB 4/223 KB 724/1822 KB 128/276 KB 112/748 KB 4/223 KB 724/1822 KB 132/276 KB 116/748 KB 4/223 KB 724/1822 KB 136/276 KB 116/748 KB 4/223 KB 724/1822 KB 140/276 KB 116/748 KB 4/223 KB 724/1822 KB 144/276 KB 263/263 KB 100/748 KB 724/1822 KB 104/276 KB 116/748 KB 4/223 KB 728/1822 KB 144/276 KB 116/748 KB 4/223 KB 732/1822 KB 144/276 KB 116/748 KB 4/223 KB 736/1822 KB 144/276 KB 116/748 KB 4/223 KB 740/1822 KB 144/276 KB 116/748 KB 4/223 KB 744/1822 KB 144/276 KB 116/748 KB 4/223 KB 748/1822 KB 144/276 KB 116/748 KB 4/223 KB 752/1822 KB 144/276 KB 116/748 KB 4/223 KB 756/1822 KB 148/276 KB 116/748 KB 4/223 KB 760/1822 KB 148/276 KB 116/748 KB 4/223 KB 764/1822 KB 148/276 KB 116/748 KB 4/223 KB 768/1822 KB 148/276 KB 116/748 KB 4/223 KB 772/1822 KB 148/276 KB 116/748 KB 4/223 KB 776/1822 KB 148/276 KB 116/748 KB 4/223 KB 780/1822 KB 148/276 KB 116/748 KB 4/223 KB 784/1822 KB 148/276 KB 116/748 KB 4/223 KB 724/1822 KB 132/276 KB 112/748 KB 4/223 KB 724/1822 KB 112/276 KB 116/748 KB 8/223 KB 784/1822 KB 148/276 KB 116/748 KB 12/223 KB 784/1822 KB 148/276 KB 116/748 KB 16/223 KB 784/1822 KB 148/276 KB 116/748 KB 20/223 KB 784/1822 KB 148/276 KB 116/748 KB 24/223 KB 784/1822 KB 148/276 KB 116/748 KB 28/223 KB 784/1822 KB 148/276 KB 116/748 KB 32/223 KB 784/1822 KB 148/276 KB 116/748 KB 36/223 KB 784/1822 KB 148/276 KB 116/748 KB 40/223 KB 784/1822 KB 148/276 KB 116/748 KB 44/223 KB 784/1822 KB 148/276 KB 116/748 KB 44/223 KB 4/27 KB 784/1822 KB 148/276 KB 116/748 KB 44/223 KB 8/27 KB 784/1822 KB 148/276 KB 116/748 KB 44/223 KB 12/27 KB 784/1822 KB 148/276 KB 116/748 KB 44/223 KB 16/27 KB 784/1822 KB 148/276 KB 116/748 KB 44/223 KB 20/27 KB 784/1822 KB 148/276 KB 116/748 KB 48/223 KB 24/27 KB 784/1822 KB 148/276 KB 116/748 KB 48/223 KB 27/27 KB 784/1822 KB 148/276 KB 120/748 KB 48/223 KB 27/27 KB 784/1822 KB 148/276 KB 124/748 KB 48/223 KB 27/27 KB 784/1822 KB 148/276 KB 128/748 KB 48/223 KB 27/27 KB 784/1822 KB 148/276 KB 132/748 KB 48/223 KB 27/27 KB 784/1822 KB 148/276 KB 136/748 KB 48/223 KB 27/27 KB 784/1822 KB 148/276 KB 140/748 KB 48/223 KB 27/27 KB 784/1822 KB 148/276 KB 144/748 KB 48/223 KB 27/27 KB 784/1822 KB 148/276 KB 148/748 KB 48/223 KB 27/27 KB 784/1822 KB 148/276 KB 152/748 KB 48/223 KB 27/27 KB 784/1822 KB 148/276 KB 156/748 KB 48/223 KB 27/27 KB 784/1822 KB 148/276 KB 160/748 KB 48/223 KB 27/27 KB 784/1822 KB 148/276 KB 116/748 KB 4/223 KB 752/1822 KB 148/276 KB 160/748 KB 48/223 KB 27/27 KB 788/1822 KB 152/276 KB 160/748 KB 48/223 KB 27/27 KB 788/1822 KB 156/276 KB 160/748 KB 48/223 KB 27/27 KB 788/1822 KB 160/276 KB 160/748 KB 48/223 KB 27/27 KB 788/1822 KB 164/276 KB 160/748 KB 48/223 KB 27/27 KB 788/1822 KB 168/276 KB 160/748 KB 48/223 KB 27/27 KB 788/1822 KB 172/276 KB 160/748 KB 48/223 KB 27/27 KB 788/1822 KB 176/276 KB 160/748 KB 48/223 KB 27/27 KB 788/1822 KB 180/276 KB 164/748 KB 48/223 KB 27/27 KB 788/1822 KB 184/276 KB 164/748 KB 48/223 KB 27/27 KB 788/1822 KB 188/276 KB 164/748 KB 48/223 KB 27/27 KB 788/1822 KB 192/276 KB 164/748 KB 48/223 KB 27/27 KB 788/1822 KB 196/276 KB 164/748 KB 48/223 KB 27/27 KB 788/1822 KB 200/276 KB 164/748 KB 48/223 KB 27/27 KB 788/1822 KB 204/276 KB 164/748 KB 48/223 KB 27/27 KB 788/1822 KB 208/276 KB 164/748 KB 48/223 KB 27/27 KB 788/1822 KB 2 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 12/276 KB 164/748 KB 48/223 KB 788/1822 KB 216/276 KB 160/748 KB 48/223 KB 27/27 KB 788/1822 KB 148/276 KB 116/748 KB 48/223 KB 20/27 KB 784/1822 KB 148/276 KB 164/748 KB 52/223 KB 788/1822 KB 216/276 KB 164/748 KB 56/223 KB 788/1822 KB 216/276 KB 164/748 KB 60/223 KB 788/1822 KB 216/276 KB 164/748 KB 64/223 KB 788/1822 KB 216/276 KB 164/748 KB 68/223 KB 788/1822 KB 216/276 KB 164/748 KB 72/223 KB 788/1822 KB 216/276 KB 164/748 KB 76/223 KB 788/1822 KB 216/276 KB 164/748 KB 80/223 KB 788/1822 KB 216/276 KB 164/748 KB 84/223 KB 788/1822 KB 216/276 KB 164/748 KB 88/223 KB 788/1822 KB 216/276 KB 164/748 KB 92/223 KB 788/1822 KB 216/276 KB 164/748 KB 96/223 KB 788/1822 KB 216/276 KB 164/748 KB 100/223 KB 788/1822 KB 216/276 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar (27 KB at 29.3 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 164/748 KB 48/223 KB 27/27 KB 788/1822 KB 180/276 KB 168/748 KB 100/223 KB 792/1822 KB 216/276 KB 172/748 KB 100/223 KB 792/1822 KB 216/276 KB 176/748 KB 100/223 KB 792/1822 KB 216/276 KB 180/748 KB 104/223 KB 792/1822 KB 216/276 KB 164/748 KB 100/223 KB 792/1822 KB 216/276 KB 180/748 KB 104/223 KB 796/1822 KB 216/276 KB 180/748 KB 104/223 KB 800/1822 KB 216/276 KB 180/748 KB 104/223 KB 804/1822 KB 216/276 KB 180/748 KB 104/223 KB 808/1822 KB 216/276 KB 180/748 KB 104/223 KB 812/1822 KB 216/276 KB 180/748 KB 104/223 KB 816/1822 KB 216/276 KB 180/748 KB 104/223 KB 820/1822 KB 216/276 KB 176/748 KB 104/223 KB 792/1822 KB 216/276 KB 184/748 KB 108/223 KB 820/1822 KB 220/276 KB 184/748 KB 112/223 KB 820/1822 KB 220/276 KB 184/748 KB 116/223 KB 820/1822 KB 220/276 KB 184/748 KB 120/223 KB 820/1822 KB 220/276 KB 184/748 KB 124/223 KB 820/1822 KB 220/276 KB 184/748 KB 128/223 KB 820/1822 KB 220/276 KB 184/748 KB 132/223 KB 820/1822 KB 220/276 KB 184/748 KB 104/223 KB 820/1822 KB 220/276 KB 184/748 KB 132/223 KB 824/1822 KB 224/276 KB 184/748 KB 132/223 KB 824/1822 KB 228/276 KB 184/748 KB 136/223 KB 824/1822 KB 232/276 KB 184/748 KB 136/223 KB 824/1822 KB 236/276 KB 184/748 KB 136/223 KB 824/1822 KB 240/276 KB 184/748 KB 104/223 KB 820/1822 KB 216/276 KB 188/748 KB 136/223 KB 824/1822 KB 240/276 KB 192/748 KB 136/223 KB 824/1822 KB 240/276 KB 196/748 KB 136/223 KB 824/1822 KB 240/276 KB 200/748 KB 136/223 KB 824/1822 KB 240/276 KB 204/748 KB 136/223 KB 824/1822 KB 240/276 KB 208/748 KB 136/223 KB 824/1822 KB 240/276 KB 184/748 KB 136/223 KB 824/1822 KB 228/276 KB 208/748 KB 140/223 KB 824/1822 KB 240/276 KB 208/748 KB 144/223 KB 824/1822 KB 240/276 KB 208/748 KB 148/223 KB 824/1822 KB 240/276 KB 212/748 KB 152/223 KB 824/1822 KB 244/276 KB 212/748 KB 156/223 KB 824/1822 KB 244/276 KB 212/748 KB 160/223 KB 824/1822 KB 244/276 KB 184/748 KB 132/223 KB 824/1822 KB 220/276 KB 212/748 KB 160/223 KB 828/1822 KB 244/276 KB 212/748 KB 160/223 KB 832/1822 KB 244/276 KB 212/748 KB 160/223 KB 836/1822 KB 244/276 KB 212/748 KB 160/223 KB 840/1822 KB 244/276 KB 212/748 KB 160/223 KB 844/1822 KB 244/276 KB 212/748 KB 160/223 KB 848/1822 KB 244/276 KB 212/748 KB 160/223 KB 852/1822 KB 244/276 KB 212/748 KB 164/223 KB 856/1822 KB 244/276 KB 212/748 KB 164/223 KB 860/1822 KB 244/276 KB 212/748 KB 164/223 KB 864/1822 KB 244/276 KB 212/748 KB 148/223 KB 824/1822 KB 244/276 KB 212/748 KB 164/223 KB 864/1822 KB 248/276 KB 212/748 KB 164/223 KB 864/1822 KB 252/276 KB 212/748 KB 148/223 KB 824/1822 KB 240/276 KB 212/748 KB 164/223 KB 864/1822 KB 252/276 KB 4/178 KB 212/748 KB 164/223 KB 864/1822 KB 252/276 KB 8/178 KB 212/748 KB 164/223 KB 864/1822 KB 252/276 KB 12/178 KB 212/748 KB 164/223 KB 864/1822 KB 252/276 KB 16/178 KB 212/748 KB 164/223 KB 864/1822 KB 252/276 KB 20/178 KB 212/748 KB 164/223 KB 864/1822 KB 252/276 KB 24/178 KB 212/748 KB 164/223 KB 864/1822 KB 252/276 KB 28/178 KB 212/748 KB 164/223 KB 864/1822 KB 252/276 KB 32/178 KB 212/748 KB 164/223 KB 864/1822 KB 252/276 KB 36/178 KB 212/748 KB 164/223 KB 864/1822 KB 252/276 KB 40/178 KB 212/748 KB 164/223 KB 864/1822 KB 252/276 KB 44/178 KB 216/748 KB 164/223 KB 864/1822 KB 252/276 KB 48/178 KB 216/748 KB 164/223 KB 864/1822 KB 252/276 KB 52/178 KB 216/748 KB 164/223 KB 864/1822 KB 256/276 KB 56/178 KB 216/748 KB 164/223 KB 864/1822 KB 256/276 KB 60/178 KB 216/748 KB 164/223 KB 864/1822 KB 256/276 KB 64/178 KB 212/748 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install KB 164/223 KB 852/1822 KB 244/276 KB 216/748 KB 168/223 KB 864/1822 KB 256/276 KB 64/178 KB 216/748 KB 172/223 KB 864/1822 KB 256/276 KB 64/178 KB 216/748 KB 176/223 KB 864/1822 KB 256/276 KB 68/178 KB 216/748 KB 180/223 KB 864/1822 KB 256/276 KB 68/178 KB 216/748 KB 184/223 KB 868/1822 KB 256/276 KB 68/178 KB 216/748 KB 188/223 KB 868/1822 KB 256/276 KB 68/178 KB 216/748 KB 192/223 KB 868/1822 KB 256/276 KB 68/178 KB 216/748 KB 164/223 KB 864/1822 KB 256/276 KB 52/178 KB 216/748 KB 164/223 KB 864/1822 KB 252/276 KB 44/178 KB 220/748 KB 192/223 KB 868/1822 KB 256/276 KB 68/178 KB 224/748 KB 192/223 KB 868/1822 KB 256/276 KB 68/178 KB 228/748 KB 192/223 KB 868/1822 KB 256/276 KB 68/178 KB 232/748 KB 192/223 KB 868/1822 KB 256/276 KB 68/178 KB 236/748 KB 192/223 KB 868/1822 KB 260/276 KB 68/178 KB 240/748 KB 192/223 KB 868/1822 KB 260/276 KB 68/178 KB 244/748 KB 192/223 KB 868/1822 KB 260/276 KB 68/178 KB 248/748 KB 192/223 KB 868/1822 KB 260/276 KB 68/178 KB 252/748 KB 192/223 KB 868/1822 KB 260/276 KB 68/178 KB 256/748 KB 192/223 KB 868/1822 KB 260/276 KB 68/178 KB 216/748 KB 180/223 KB 868/1822 KB 256/276 KB 68/178 KB 256/748 KB 192/223 KB 872/1822 KB 260/276 KB 68/178 KB 256/748 KB 192/223 KB 876/1822 KB 260/276 KB 68/178 KB 256/748 KB 192/223 KB 880/1822 KB 260/276 KB 68/178 KB 256/748 KB 192/223 KB 884/1822 KB 260/276 KB 68/178 KB 260/748 KB 196/223 KB 888/1822 KB 260/276 KB 68/178 KB 260/748 KB 196/223 KB 892/1822 KB 260/276 KB 68/178 KB 260/748 KB 196/223 KB 896/1822 KB 260/276 KB 68/178 KB 216/748 KB 172/223 KB 864/1822 KB 256/276 KB 68/178 KB 260/748 KB 196/223 KB 896/1822 KB 260/276 KB 72/178 KB 260/748 KB 196/223 KB 896/1822 KB 260/276 KB 76/178 KB 260/748 KB 196/223 KB 896/1822 KB 260/276 KB 80/178 KB 260/748 KB 196/223 KB 896/1822 KB 260/276 KB 84/178 KB 260/748 KB 196/223 KB 896/1822 KB 260/276 KB 88/178 KB 260/748 KB 196/223 KB 896/1822 KB 260/276 KB 92/178 KB 260/748 KB 196/223 KB 896/1822 KB 260/276 KB 96/178 KB 260/748 KB 196/223 KB 884/1822 KB 260/276 KB 68/178 KB 260/748 KB 200/223 KB 896/1822 KB 260/276 KB 96/178 KB 260/748 KB 204/223 KB 896/1822 KB 260/276 KB 100/178 KB 260/748 KB 208/223 KB 896/1822 KB 260/276 KB 100/178 KB 260/748 KB 192/223 KB 884/1822 KB 260/276 KB 68/178 KB 264/748 KB 208/223 KB 896/1822 KB 260/276 KB 100/178 KB 268/748 KB 208/223 KB 896/1822 KB 260/276 KB 100/178 KB 232/748 KB 192/223 KB 868/1822 KB 260/276 KB 68/178 KB 268/748 KB 208/223 KB 896/1822 KB 264/276 KB 100/178 KB 268/748 KB 208/223 KB 896/1822 KB 268/276 KB 100/178 KB 268/748 KB 208/223 KB 896/1822 KB 272/276 KB 100/178 KB 268/748 KB 208/223 KB 896/1822 KB 276/276 KB 100/178 KB 268/748 KB 208/223 KB 896/1822 KB 276/276 KB 100/178 KB 272/748 KB 208/223 KB 896/1822 KB 276/276 KB 100/178 KB 272/748 KB 208/223 KB 900/1822 KB 276/276 KB 100/178 KB 276/748 KB 212/223 KB 904/1822 KB 276/276 KB 100/178 KB 276/748 KB 212/223 KB 908/1822 KB 276/276 KB 100/178 KB 276/748 KB 212/223 KB 912/1822 KB 276/276 KB 100/178 KB 260/748 KB 200/223 KB 896/1822 KB 260/276 KB 100/178 KB 276/748 KB 212/223 KB 912/1822 KB 276/276 KB 104/178 KB 276/748 KB 212/223 KB 912/1822 KB 276/276 KB 108/178 KB 276/748 KB 212/223 KB 912/1822 KB 276/276 KB 112/178 KB 276/748 KB 212/223 KB 900/1822 KB 276/276 KB 100/178 KB 280/748 KB 212/223 KB 912/1822 KB 276/276 KB 112/178 KB 284/748 KB 212/223 KB 912/1822 KB 276/276 KB 112/178 KB 288/748 KB 212/223 KB 912/1822 KB 276/276 KB 112/178 KB 29 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 2/748 KB 212/223 KB 912/1822 KB 276/276 KB 112/178 KB 296/748 KB 212/223 KB 916/1822 KB 276/276 KB 116/178 KB 300/748 KB 212/223 KB 916/1822 KB 276/276 KB 116/178 KB 304/748 KB 212/223 KB 916/1822 KB 276/276 KB 116/178 KB 272/748 KB 212/223 KB 900/1822 KB 276/276 KB 100/178 KB 304/748 KB 216/223 KB 916/1822 KB 276/276 KB 116/178 KB 304/748 KB 220/223 KB 916/1822 KB 276/276 KB 116/178 KB 304/748 KB 223/223 KB 916/1822 KB 276/276 KB 116/178 KB 292/748 KB 212/223 KB 916/1822 KB 276/276 KB 116/178 KB 292/748 KB 212/223 KB 916/1822 KB 276/276 KB 112/178 KB 304/748 KB 223/223 KB 920/1822 KB 276/276 KB 120/178 KB 304/748 KB 223/223 KB 924/1822 KB 276/276 KB 120/178 KB 304/748 KB 223/223 KB 928/1822 KB 276/276 KB 120/178 KB 304/748 KB 223/223 KB 916/1822 KB 276/276 KB 120/178 KB 304/748 KB 223/223 KB 928/1822 KB 276/276 KB 124/178 KB 304/748 KB 223/223 KB 928/1822 KB 276/276 KB 128/178 KB 304/748 KB 223/223 KB 928/1822 KB 276/276 KB 132/178 KB 304/748 KB 223/223 KB 932/1822 KB 136/178 KB 304/748 KB 223/223 KB 932/1822 KB 140/178 KB 308/748 KB 223/223 KB 932/1822 KB 144/178 KB 304/748 KB 223/223 KB 932/1822 KB 132/178 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 295.8 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 308/748 KB 223/223 KB 936/1822 KB 144/178 KB 308/748 KB 223/223 KB 940/1822 KB 144/178 KB 308/748 KB 223/223 KB 944/1822 KB 144/178 KB 308/748 KB 223/223 KB 948/1822 KB 144/178 KB 308/748 KB 223/223 KB 952/1822 KB 148/178 KB 308/748 KB 223/223 KB 956/1822 KB 148/178 KB 308/748 KB 223/223 KB 960/1822 KB 148/178 KB 308/748 KB 223/223 KB 932/1822 KB 140/178 KB 312/748 KB 223/223 KB 960/1822 KB 148/178 KB 316/748 KB 223/223 KB 960/1822 KB 148/178 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 238.7 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 320/748 KB 960/1822 KB 148/178 KB 324/748 KB 960/1822 KB 148/178 KB 328/748 KB 960/1822 KB 148/178 KB 332/748 KB 960/1822 KB 148/178 KB 336/748 KB 960/1822 KB 148/178 KB 340/748 KB 960/1822 KB 148/178 KB 344/748 KB 3/23 KB 964/1822 KB 148/178 KB 348/748 KB 3/23 KB 964/1822 KB 148/178 KB 352/748 KB 3/23 KB 964/1822 KB 148/178 KB 356/748 KB 3/23 KB 964/1822 KB 148/178 KB 308/748 KB 223/223 KB 948/1822 KB 148/178 KB 356/748 KB 4/55 KB 3/23 KB 964/1822 KB 152/178 KB 356/748 KB 4/55 KB 3/23 KB 964/1822 KB 156/178 KB 356/748 KB 4/55 KB 3/23 KB 964/1822 KB 160/178 KB 356/748 KB 4/55 KB 3/23 KB 964/1822 KB 164/178 KB 356/748 KB 4/55 KB 3/23 KB 964/1822 KB 168/178 KB 356/748 KB 4/55 KB 3/23 KB 964/1822 KB 172/178 KB 356/748 KB 4/55 KB 3/23 KB 964/1822 KB 176/178 KB 356/748 KB 4/55 KB 3/23 KB 964/1822 KB 178/178 KB 360/748 KB 4/55 KB 3/23 KB 964/1822 KB 178/178 KB 364/748 KB 4/55 KB 3/23 KB 964/1822 KB 178/178 KB 368/748 KB 4/55 KB 3/23 KB 964/1822 KB 178/178 KB 356/748 KB 4/55 KB 3/23 KB 964/1822 KB 148/178 KB 340/748 KB 3/23 KB 964/1822 KB 148/178 KB 368/748 KB 4/55 KB 6/23 KB 964/1822 KB 178/178 KB 368/748 KB 4/55 KB 9/23 KB 964/1822 KB 178/178 KB 368/748 KB 4/55 KB 11/23 KB 964/1822 KB 178/178 KB 368/748 KB 4/55 KB 14/23 KB 964/1822 KB 178/178 KB 368/748 KB 4/55 KB 16/23 KB 964/1822 KB 178/178 KB 368/748 KB 4/55 KB 19/23 KB 964/1822 KB 178/178 KB 368/748 KB 4/55 KB 22/23 KB 964/1822 KB 178/178 KB 368/748 KB 4/55 KB 23/23 KB 964/1822 KB 178/178 KB 340/748 KB 964/1822 KB 148/178 KB 368/748 KB 4/55 KB 23/23 KB 968/1822 KB 178/178 KB 368/748 KB 4/55 KB 23/23 KB 972/1822 KB 178/178 KB 368/748 KB 4/55 KB 23/23 KB 976/1822 KB 178/178 KB 368/748 KB 4/55 KB 23/23 KB 980/1822 KB 178/178 KB 368/748 KB 4/55 KB 23/23 KB 984/1822 KB 178/178 KB 368/748 KB 4/55 KB 23/23 KB 988/1822 KB 178/178 KB 368/748 KB 4/55 KB 23/23 KB 992/1822 KB 178/178 KB 368/748 KB 8/55 KB 23/23 KB 992/1822 KB 178/178 KB 372/748 KB 12/55 KB 23/23 KB 992/1822 KB 178/178 KB 372/748 KB 16/55 KB 23/23 KB 992/1822 KB 178/178 KB 372/748 KB 20/55 KB 23/23 KB 992/1822 KB 178/178 KB 372/748 KB 24/55 KB 23/23 KB 996/1822 KB 178/178 KB 372/748 KB 28/55 KB 23/23 KB 996/1822 KB 178/178 KB 372/748 KB 32/55 KB 23/23 KB 996/1822 KB 178/178 KB 372/748 KB 8/55 KB 23/23 KB 992/1822 KB 178/178 KB 376/748 KB 32/55 KB 23/23 KB 996/1822 KB 178/178 KB 380/748 KB 32/55 KB 23/23 KB 996/1822 KB 178/178 KB 384/748 KB 32/55 KB 23/23 KB 996/1822 KB 178/178 KB 388/748 KB 32/55 KB 23/23 KB 996/1822 KB 178/178 KB 392/748 KB 36/55 KB 23/23 KB 996/1822 KB 396/748 KB 36/55 KB 23/23 KB 996/1822 KB 400/748 KB 36/55 KB 23/23 KB 996/1822 KB 372/748 KB 20/55 KB 23/23 KB 996/1822 KB 178/178 KB 400/748 KB 36/55 KB 23/23 KB 1000/1822 KB 400/748 KB 36/55 KB 23/23 KB 1004/1822 KB 400/748 KB 36/55 KB 23/23 KB 1008/1822 KB Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 KB at 23.8 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 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 185.6 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 400/748 KB 36/55 KB 1012/1822 KB 400/748 KB 36/55 KB 1016/1822 KB 400/748 KB 36/55 KB 1020/1822 KB 400/748 KB 36/55 KB 1024/1822 KB 388/748 KB 36/55 KB 23/23 KB 996/1822 KB 178/178 KB 400/748 KB 40/55 KB 1024/1822 KB 400/748 KB 44/55 KB 1024/1822 KB 404/748 KB 48/55 KB 1024/1822 KB 404/748 KB 52/55 KB 1024/1822 KB 404/748 KB 55/55 KB 1024/1822 KB 404/748 KB 44/55 KB 1024/1822 KB 408/748 KB 55/55 KB 1028/1822 KB 412/748 KB 55/55 KB 1028/1822 KB 416/748 KB 55/55 KB 1028/1822 KB 404/748 KB 55/55 KB 1028/1822 KB 416/748 KB 55/55 KB 1032/1822 KB 416/748 KB 55/55 KB 1036/1822 KB 416/748 KB 55/55 KB 1040/1822 KB 416/748 KB 55/55 KB 3/1210 KB 1040/1822 KB 416/748 KB 55/55 KB 5/1210 KB 1040/1822 KB 416/748 KB 55/55 KB 8/1210 KB 1040/1822 KB 416/748 KB 55/55 KB 11/1210 KB 1040/1822 KB 416/748 KB 55/55 KB 13/1210 KB 1040/1822 KB 416/748 KB 55/55 KB 16/1210 KB 1040/1822 KB 416/748 KB 55/55 KB 19/1210 KB 1040/1822 KB 416/748 KB 55/55 KB 19/1210 KB 4/471 KB 1040/1822 KB 416/748 KB 55/55 KB 21/1210 KB 8/471 KB 1040/1822 KB 416/748 KB 55/55 KB 21/1210 KB 4/471 KB 1040/1822 KB 416/748 KB 55/55 KB 24/1210 KB 8/471 KB 1040/1822 KB 416/748 KB 55/55 KB 24/1210 KB 12/471 KB 1040/1822 KB 416/748 KB 55/55 KB 27/1210 KB 16/471 KB 1040/1822 KB 416/748 KB 55/55 KB 24/1210 KB 16/471 KB 1040/1822 KB 416/748 KB 55/55 KB 27/1210 KB 20/471 KB 1040/1822 KB 420/748 KB 29/1210 KB 24/471 KB 1044/1822 KB 420/748 KB 29/1210 KB 28/471 KB 1044/1822 KB 420/748 KB 55/55 KB 29/1210 KB 20/471 KB 1044/1822 KB 420/748 KB 32/1210 KB 28/471 KB 1044/1822 KB 420/748 KB 55/55 KB 27/1210 KB 20/471 KB 1044/1822 KB 420/748 KB 32/1210 KB 28/471 KB 1048/1822 KB 420/748 KB 32/1210 KB 28/471 KB 1052/1822 KB 420/748 KB 32/1210 KB 28/471 KB 1056/1822 KB 420/748 KB 36/1210 KB 28/471 KB 1060/1822 KB 420/748 KB 55/55 KB 27/1210 KB 20/471 KB 1040/1822 KB 424/748 KB 36/1210 KB 32/471 KB 1060/1822 KB 428/748 KB 36/1210 KB 32/471 KB 1060/1822 KB 432/748 KB 36/1210 KB 32/471 KB 1060/1822 KB 436/748 KB 36/1210 KB 32/471 KB 1060/1822 KB 440/748 KB 36/1210 KB 32/471 KB 1060/1822 KB 444/748 KB 36/1210 KB 32/471 KB 1064/1822 KB 448/748 KB 36/1210 KB 32/471 KB 1064/1822 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 55.9 KB/sec) unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 420/748 KB 36/1210 KB 32/471 KB 1060/1822 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 420/748 KB 36/1210 KB 28/471 KB 1056/1822 KB 448/748 KB 40/1210 KB 32/471 KB 1064/1822 KB 448/748 KB 44/1210 KB 36/471 KB 1064/1822 KB 448/748 KB 48/1210 KB 36/471 KB 1064/1822 KB 448/748 KB 52/1210 KB 36/471 KB 1064/1822 KB 452/748 KB 56/1210 KB 36/471 KB 1064/1822 KB 452/748 KB 60/1210 KB 36/471 KB 1064/1822 KB 452/748 KB 64/1210 KB 36/471 KB 1064/1822 KB 440/748 KB 36/1210 KB 32/471 KB 1064/1822 KB 452/748 KB 64/1210 KB 36/471 KB 1068/1822 KB 452/748 KB 64/1210 KB 36/471 KB 1072/1822 KB 452/748 KB 64/1210 KB 36/471 KB 1076/1822 KB 452/748 KB 64/1210 KB 36/471 KB 1080/1822 KB 452/748 KB 68/1210 KB 36/471 KB 1084/1822 KB 452/748 KB 68/1210 KB 36/471 KB 1088/1822 KB 452/748 KB 68/1210 KB 36/471 KB 1092/1822 KB 452/748 KB 68/1210 KB 36/471 KB 1096/1822 KB 452/748 KB 68/1210 KB 36/471 KB 1100/1822 KB 452/748 KB 68/1210 KB 36/471 KB 1104/1822 KB 452/748 KB 68/1210 KB 36/471 KB 1108/1822 KB 452/748 KB 52/1210 KB 36/471 KB 1064/1822 KB 448/748 KB 40/1210 KB 36/471 KB 1064/1822 KB 452/748 KB 68/1210 KB 40/471 KB 1108/1822 KB 452/748 KB 68/1210 KB 44/471 KB 1108/1822 KB 452/748 KB 68/1210 KB 48/471 KB 1108/1822 KB 452/748 KB 68/1210 KB 52/471 KB 1108/1822 KB 456/748 KB 68/1210 KB 56/471 KB 1108/1822 KB 456/748 KB 68/1210 KB 60/471 KB 1108/1822 KB 456/748 KB 68/1210 KB 64/471 KB 1108/1822 KB 452/748 KB 68/1210 KB 36/471 KB 1080/1822 KB 456/748 KB 72/1210 KB 64/471 KB 1108/1822 KB 456/748 KB 76/1210 KB 64/471 KB 1108/1822 KB 456/748 KB 80/1210 KB 64/471 KB 1108/1822 KB 456/748 KB 68/1210 KB 52/471 KB 1108/1822 KB 460/748 KB 80/1210 KB 64/471 KB 1108/1822 KB 464/748 KB 80/1210 KB 64/471 KB 1108/1822 KB 468/748 KB 80/1210 KB 64/471 KB 1108/1822 KB 472/748 KB 80/1210 KB 64/471 KB 1108/1822 KB 476/748 KB 80/1210 KB 68/471 KB 1108/1822 KB 472/748 KB 80/1210 KB 68/471 KB 1108/1822 KB 480/748 KB 84/1210 KB 4/93 KB 72/471 KB 1108/1822 KB 480/748 KB 84/1210 KB 4/93 KB 76/471 KB 1108/1822 KB 480/748 KB 84/1210 KB 4/93 KB 80/471 KB 1108/1822 KB 480/748 KB 84/1210 KB 4/93 KB 84/471 KB 1108/1822 KB 476/748 KB 80/1210 KB 4/93 KB 68/471 KB 1108/1822 KB 480/748 KB 84/1210 KB 8/93 KB 84/471 KB 1112/1822 KB 480/748 KB 84/1210 KB 12/93 KB 84/471 KB 1112/1822 KB 480/748 KB 84/1210 KB 16/93 KB 84/471 KB 1112/1822 KB 480/748 KB 84/1210 KB 20/93 KB 84/471 KB 1112/1822 KB 480/748 KB 84/1210 KB 24/93 KB 84/471 KB 1112/1822 KB 480/748 KB 84/1210 KB 28/93 KB 84/471 KB 1112/1822 KB 480/748 KB 84/1210 KB 32/93 KB 84/471 KB 1112/1822 KB 480/748 KB 84/1210 KB 36/93 KB 84/471 KB 1112/1822 KB 480/748 KB 84/1210 KB 4/93 KB 68/471 KB 1108/1822 KB 480/748 KB 88/1210 KB 36/93 KB 88/471 KB 1112/1822 KB 480/748 KB 92/1210 KB 36/93 KB 88/471 KB 1112/1822 KB 480/748 KB 96/1210 KB 36/93 KB 88/471 KB 1112/1822 KB 480/748 KB 100/1210 KB 36/93 KB 88/471 KB 1112/1822 KB 480/748 KB 104/1210 KB 40/93 KB 88/471 KB 1112/1822 KB 480/748 KB 108/1210 KB 40/93 KB 88/471 KB 1112/1822 KB 480/748 KB 112/1210 KB 40/93 KB 88/471 KB 1112/1822 KB 480/748 KB 80/1210 KB 4/93 KB 68/471 KB 1108/1822 KB 484/748 KB 112/1210 KB 40/93 KB 88/471 KB 1112/1822 KB 488/748 KB 112/1210 KB 40/93 KB 88/471 KB 1112/1822 KB 492/748 KB 112/1210 KB 40/93 KB 88/471 KB 1112/1822 KB 496/748 KB 112/1210 KB 40/93 KB 88/471 KB 1112/1822 KB 500/748 KB 112/1210 KB 40/93 KB 88/471 KB 1112/1822 KB 504/748 KB 112/1210 KB 40/93 KB 88/471 KB 1112/1822 KB 508/748 KB 112/1210 KB 40/93 KB 88/471 KB 1112/1822 KB 512/748 KB 112/1210 KB 40/93 KB 88/471 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 1112/1822 KB 480/748 KB 100/1210 KB 40/93 KB 88/471 KB 1112/1822 KB 512/748 KB 112/1210 KB 44/93 KB 88/471 KB 1112/1822 KB 512/748 KB 112/1210 KB 48/93 KB 88/471 KB 1112/1822 KB 480/748 KB 84/1210 KB 36/93 KB 88/471 KB 1112/1822 KB 512/748 KB 112/1210 KB 48/93 KB 92/471 KB 1112/1822 KB 512/748 KB 112/1210 KB 48/93 KB 96/471 KB 1112/1822 KB 512/748 KB 112/1210 KB 48/93 KB 100/471 KB 1112/1822 KB 512/748 KB 112/1210 KB 52/93 KB 104/471 KB 1112/1822 KB 512/748 KB 112/1210 KB 52/93 KB 108/471 KB 1112/1822 KB 512/748 KB 112/1210 KB 52/93 KB 112/471 KB 1112/1822 KB 512/748 KB 116/1210 KB 52/93 KB 116/471 KB 1112/1822 KB 480/748 KB 84/1210 KB 4/93 KB 84/471 KB 1112/1822 KB 516/748 KB 116/1210 KB 52/93 KB 116/471 KB 1116/1822 KB 516/748 KB 116/1210 KB 52/93 KB 116/471 KB 1120/1822 KB 516/748 KB 116/1210 KB 52/93 KB 116/471 KB 1124/1822 KB 516/748 KB 116/1210 KB 52/93 KB 116/471 KB 1128/1822 KB 516/748 KB 116/1210 KB 52/93 KB 116/471 KB 1132/1822 KB 516/748 KB 116/1210 KB 52/93 KB 116/471 KB 1136/1822 KB 516/748 KB 116/1210 KB 52/93 KB 116/471 KB 1140/1822 KB 516/748 KB 116/1210 KB 52/93 KB 116/471 KB 1144/1822 KB 516/748 KB 116/1210 KB 52/93 KB 116/471 KB 1148/1822 KB 516/748 KB 116/1210 KB 52/93 KB 116/471 KB 1152/1822 KB 516/748 KB 116/1210 KB 52/93 KB 116/471 KB 1112/1822 KB 520/748 KB 116/1210 KB 52/93 KB 120/471 KB 1152/1822 KB 524/748 KB 116/1210 KB 52/93 KB 120/471 KB 1152/1822 KB 528/748 KB 116/1210 KB 52/93 KB 120/471 KB 1152/1822 KB 532/748 KB 116/1210 KB 52/93 KB 120/471 KB 1156/1822 KB 536/748 KB 116/1210 KB 52/93 KB 120/471 KB 1156/1822 KB 540/748 KB 116/1210 KB 52/93 KB 120/471 KB 1156/1822 KB 544/748 KB 116/1210 KB 52/93 KB 120/471 KB 1156/1822 KB 512/748 KB 116/1210 KB 52/93 KB 112/471 KB 1112/1822 KB 544/748 KB 120/1210 KB 52/93 KB 120/471 KB 1156/1822 KB 544/748 KB 124/1210 KB 52/93 KB 120/471 KB 1156/1822 KB 544/748 KB 128/1210 KB 52/93 KB 120/471 KB 1156/1822 KB 544/748 KB 132/1210 KB 52/93 KB 120/471 KB 1156/1822 KB 544/748 KB 136/1210 KB 52/93 KB 120/471 KB 1156/1822 KB 544/748 KB 140/1210 KB 52/93 KB 120/471 KB 1156/1822 KB 544/748 KB 144/1210 KB 52/93 KB 120/471 KB 1156/1822 KB 512/748 KB 112/1210 KB 52/93 KB 100/471 KB 1112/1822 KB 544/748 KB 144/1210 KB 56/93 KB 120/471 KB 1156/1822 KB 544/748 KB 144/1210 KB 60/93 KB 120/471 KB 1156/1822 KB 544/748 KB 144/1210 KB 64/93 KB 120/471 KB 1156/1822 KB 544/748 KB 144/1210 KB 68/93 KB 120/471 KB 1156/1822 KB 544/748 KB 144/1210 KB 72/93 KB 120/471 KB 1156/1822 KB 544/748 KB 144/1210 KB 76/93 KB 120/471 KB 1156/1822 KB 544/748 KB 144/1210 KB 80/93 KB 120/471 KB 1156/1822 KB 544/748 KB 144/1210 KB 84/93 KB 120/471 KB 1156/1822 KB 548/748 KB 144/1210 KB 88/93 KB 120/471 KB 1156/1822 KB 548/748 KB 144/1210 KB 92/93 KB 120/471 KB 1156/1822 KB 548/748 KB 144/1210 KB 93/93 KB 120/471 KB 1156/1822 KB 528/748 KB 116/1210 KB 52/93 KB 120/471 KB 1156/1822 KB 548/748 KB 144/1210 KB 93/93 KB 120/471 KB 1160/1822 KB 548/748 KB 144/1210 KB 93/93 KB 120/471 KB 1164/1822 KB 548/748 KB 144/1210 KB 93/93 KB 120/471 KB 1168/1822 KB 516/748 KB 116/1210 KB 52/93 KB 120/471 KB 1152/1822 KB 548/748 KB 144/1210 KB 93/93 KB 124/471 KB 1168/1822 KB 548/748 KB 144/1210 KB 93/93 KB 128/471 KB 1168/1822 KB 548/748 KB 144/1210 KB 93/93 KB 132/471 KB 1168/1822 KB 548/748 KB 144/1210 KB 93/93 KB 136/471 KB 1168/1822 KB 548/748 KB 144/1210 KB 93/93 KB 140/471 KB 1168/1822 KB 548/748 KB 144/1210 KB 93/93 KB 144/471 KB 1168/1822 KB 5 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 48/748 KB 144/1210 KB 93/93 KB 148/471 KB 1168/1822 KB 548/748 KB 148/1210 KB 93/93 KB 152/471 KB 1172/1822 KB 548/748 KB 148/1210 KB 93/93 KB 156/471 KB 1172/1822 KB 548/748 KB 148/1210 KB 93/93 KB 160/471 KB 1172/1822 KB 548/748 KB 148/1210 KB 93/93 KB 164/471 KB 1172/1822 KB 548/748 KB 148/1210 KB 93/93 KB 168/471 KB 1172/1822 KB 548/748 KB 148/1210 KB 93/93 KB 172/471 KB 1172/1822 KB 548/748 KB 148/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 548/748 KB 144/1210 KB 84/93 KB 120/471 KB 1156/1822 KB 552/748 KB 148/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 556/748 KB 148/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 560/748 KB 148/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 564/748 KB 148/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 568/748 KB 148/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 572/748 KB 148/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 576/748 KB 148/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 548/748 KB 148/1210 KB 93/93 KB 148/471 KB 1172/1822 KB 576/748 KB 152/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 576/748 KB 156/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 576/748 KB 160/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 576/748 KB 164/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 576/748 KB 168/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 576/748 KB 172/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 576/748 KB 176/1210 KB 93/93 KB 176/471 KB 1172/1822 KB 548/748 KB 144/1210 KB 93/93 KB 148/471 KB 1172/1822 KB 576/748 KB 176/1210 KB 93/93 KB 176/471 KB 1176/1822 KB 576/748 KB 176/1210 KB 93/93 KB 176/471 KB 1180/1822 KB 576/748 KB 176/1210 KB 93/93 KB 176/471 KB 1184/1822 KB 576/748 KB 176/1210 KB 93/93 KB 176/471 KB 1188/1822 KB 576/748 KB 176/1210 KB 93/93 KB 176/471 KB 1192/1822 KB 576/748 KB 176/1210 KB 93/93 KB 176/471 KB 1196/1822 KB 576/748 KB 176/1210 KB 93/93 KB 176/471 KB 1200/1822 KB 580/748 KB 176/1210 KB 93/93 KB 176/471 KB 1204/1822 KB 580/748 KB 180/1210 KB 93/93 KB 180/471 KB 1208/1822 KB 580/748 KB 180/1210 KB 93/93 KB 180/471 KB 1212/1822 KB 580/748 KB 180/1210 KB 93/93 KB 180/471 KB 1216/1822 KB 580/748 KB 176/1210 KB 93/93 KB 176/471 KB 1200/1822 KB 584/748 KB 180/1210 KB 93/93 KB 180/471 KB 1216/1822 KB 588/748 KB 180/1210 KB 93/93 KB 180/471 KB 1216/1822 KB 592/748 KB 180/1210 KB 93/93 KB 180/471 KB 1216/1822 KB 596/748 KB 180/1210 KB 180/471 KB 1216/1822 KB 600/748 KB 180/1210 KB 180/471 KB 1220/1822 KB 604/748 KB 180/1210 KB 180/471 KB 1220/1822 KB 608/748 KB 180/1210 KB 180/471 KB 1220/1822 KB 580/748 KB 180/1210 KB 93/93 KB 180/471 KB 1204/1822 KB 608/748 KB 184/1210 KB 180/471 KB 1220/1822 KB 608/748 KB 188/1210 KB 180/471 KB 1220/1822 KB 608/748 KB 192/1210 KB 180/471 KB 1220/1822 KB 608/748 KB 196/1210 KB 180/471 KB 1220/1822 KB 580/748 KB 176/1210 KB 93/93 KB 180/471 KB 1204/1822 KB 608/748 KB 196/1210 KB 184/471 KB 1220/1822 KB 608/748 KB 196/1210 KB 188/471 KB 1220/1822 KB 608/748 KB 196/1210 KB 192/471 KB 1220/1822 KB 608/748 KB 196/1210 KB 196/471 KB 1220/1822 KB 608/748 KB 196/1210 KB 200/471 KB 1220/1822 KB 608/748 KB 200/1210 KB 204/471 KB 1220/1822 KB 608/748 KB 200/1210 KB 208/471 KB 1220/1822 KB 612/748 KB 200/1210 KB 212/471 KB 1220/1822 KB 612/748 KB 200/1210 KB 216/471 KB 1220/1822 KB 612/748 KB 200/1210 KB 220/471 KB 1220/1822 KB 612/748 KB 200/1210 KB 224/471 KB 1220/1822 KB 596/748 KB 180/1210 KB 180/471 KB 1220/1822 KB 612/748 KB 200/1210 KB 224/471 KB 1224/1822 KB 612/748 KB 200/1210 KB 224/471 KB 1228/1822 KB 612/748 KB 200/1210 KB 224/471 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 1232/1822 KB 612/748 KB 200/1210 KB 224/471 KB 1236/1822 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 89.7 KB/sec) unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 612/748 KB 200/1210 KB 208/471 KB 1220/1822 KB 616/748 KB 200/1210 KB 224/471 KB 1236/1822 KB 620/748 KB 200/1210 KB 224/471 KB 1236/1822 KB 624/748 KB 200/1210 KB 224/471 KB 1236/1822 KB 608/748 KB 200/1210 KB 200/471 KB 1220/1822 KB 624/748 KB 204/1210 KB 224/471 KB 1240/1822 KB 624/748 KB 208/1210 KB 224/471 KB 1240/1822 KB 624/748 KB 212/1210 KB 224/471 KB 1240/1822 KB 624/748 KB 216/1210 KB 224/471 KB 1240/1822 KB 624/748 KB 220/1210 KB 224/471 KB 1240/1822 KB 624/748 KB 224/1210 KB 224/471 KB 1240/1822 KB 624/748 KB 228/1210 KB 224/471 KB 1240/1822 KB 628/748 KB 232/1210 KB 228/471 KB 1240/1822 KB 628/748 KB 236/1210 KB 228/471 KB 1240/1822 KB 628/748 KB 240/1210 KB 228/471 KB 1240/1822 KB 624/748 KB 200/1210 KB 224/471 KB 1240/1822 KB 628/748 KB 240/1210 KB 228/471 KB 1244/1822 KB 628/748 KB 240/1210 KB 228/471 KB 1248/1822 KB 628/748 KB 240/1210 KB 228/471 KB 1252/1822 KB 628/748 KB 240/1210 KB 228/471 KB 1256/1822 KB 628/748 KB 240/1210 KB 228/471 KB 1260/1822 KB 628/748 KB 240/1210 KB 228/471 KB 1264/1822 KB 628/748 KB 240/1210 KB 228/471 KB 1268/1822 KB 628/748 KB 244/1210 KB 228/471 KB 1272/1822 KB 628/748 KB 244/1210 KB 228/471 KB 1276/1822 KB 628/748 KB 244/1210 KB 228/471 KB 1280/1822 KB 628/748 KB 228/1210 KB 228/471 KB 1240/1822 KB 628/748 KB 244/1210 KB 232/471 KB 1280/1822 KB 628/748 KB 244/1210 KB 236/471 KB 1280/1822 KB 628/748 KB 244/1210 KB 240/471 KB 1280/1822 KB 628/748 KB 244/1210 KB 244/471 KB 1280/1822 KB 628/748 KB 244/1210 KB 248/471 KB 1280/1822 KB 628/748 KB 244/1210 KB 252/471 KB 1280/1822 KB 628/748 KB 244/1210 KB 256/471 KB 1280/1822 KB 628/748 KB 244/1210 KB 260/471 KB 1280/1822 KB 628/748 KB 228/1210 KB 224/471 KB 1240/1822 KB 632/748 KB 4/53 KB 244/1210 KB 260/471 KB 1284/1822 KB 636/748 KB 4/53 KB 244/1210 KB 260/471 KB 1284/1822 KB 640/748 KB 4/53 KB 244/1210 KB 260/471 KB 1284/1822 KB 644/748 KB 4/53 KB 244/1210 KB 260/471 KB 1284/1822 KB 648/748 KB 4/53 KB 244/1210 KB 260/471 KB 1284/1822 KB 652/748 KB 4/53 KB 244/1210 KB 260/471 KB 1284/1822 KB 656/748 KB 4/53 KB 244/1210 KB 260/471 KB 1284/1822 KB 660/748 KB 4/53 KB 244/1210 KB 260/471 KB 1284/1822 KB 664/748 KB 4/53 KB 244/1210 KB 260/471 KB 1284/1822 KB 668/748 KB 4/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 672/748 KB 4/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 676/748 KB 4/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 680/748 KB 4/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 684/748 KB 4/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 688/748 KB 4/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 692/748 KB 4/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 696/748 KB 4/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 4/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 628/748 KB 4/53 KB 244/1210 KB 260/471 KB 1284/1822 KB 628/748 KB 4/53 KB 244/1210 KB 260/471 KB 1280/1822 KB 700/748 KB 8/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 12/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 16/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 20/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 24/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 28/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 32/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 36/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 40/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 44/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 48/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 52/53 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 244/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 53/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 628/748 KB 244/1210 KB 228/471 KB 1268/1822 KB 700/748 KB 53/53 KB 248/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 53/53 KB 252/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 53/53 KB 256/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 53/53 KB 260/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 53/53 KB 264/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 53/53 KB 268/1210 KB 264/471 KB 1288/1822 KB 700/748 KB 53/53 KB 272/1210 KB 264/471 KB 1288/1822 KB 700/748 KB 53/53 KB 276/1210 KB 264/471 KB 1288/1822 KB 700/748 KB 53/53 KB 280/1210 KB 264/471 KB 1288/1822 KB 700/748 KB 53/53 KB 284/1210 KB 264/471 KB 1288/1822 KB 700/748 KB 53/53 KB 288/1210 KB 264/471 KB 1288/1822 KB 664/748 KB 4/53 KB 244/1210 KB 264/471 KB 1284/1822 KB 700/748 KB 53/53 KB 288/1210 KB 268/471 KB 1288/1822 KB 700/748 KB 53/53 KB 288/1210 KB 272/471 KB 1288/1822 KB 700/748 KB 53/53 KB 264/1210 KB 264/471 KB 1288/1822 KB 700/748 KB 53/53 KB 288/1210 KB 272/471 KB 1292/1822 KB 700/748 KB 53/53 KB 288/1210 KB 272/471 KB 1296/1822 KB 700/748 KB 53/53 KB 288/1210 KB 272/471 KB 1300/1822 KB 700/748 KB 53/53 KB 288/1210 KB 276/471 KB 1304/1822 KB 700/748 KB 53/53 KB 288/1210 KB 276/471 KB 1308/1822 KB 700/748 KB 53/53 KB 288/1210 KB 276/471 KB 1312/1822 KB 700/748 KB 53/53 KB 288/1210 KB 276/471 KB 1316/1822 KB 704/748 KB 53/53 KB 292/1210 KB 276/471 KB 1320/1822 KB 704/748 KB 53/53 KB 292/1210 KB 276/471 KB 1324/1822 KB 704/748 KB 53/53 KB 292/1210 KB 276/471 KB 1328/1822 KB 700/748 KB 53/53 KB 288/1210 KB 276/471 KB 1300/1822 KB 704/748 KB 53/53 KB 292/1210 KB 280/471 KB 1328/1822 KB 704/748 KB 53/53 KB 292/1210 KB 284/471 KB 1328/1822 KB 704/748 KB 53/53 KB 292/1210 KB 288/471 KB 1328/1822 KB 704/748 KB 53/53 KB 292/1210 KB 292/471 KB 1328/1822 KB 704/748 KB 53/53 KB 292/1210 KB 296/471 KB 1328/1822 KB 704/748 KB 53/53 KB 292/1210 KB 300/471 KB 1328/1822 KB 704/748 KB 53/53 KB 292/1210 KB 304/471 KB 1328/1822 KB 704/748 KB 53/53 KB 292/1210 KB 308/471 KB 1328/1822 KB 704/748 KB 53/53 KB 292/1210 KB 312/471 KB 1328/1822 KB 704/748 KB 292/1210 KB 316/471 KB 1328/1822 KB 704/748 KB 292/1210 KB 320/471 KB 1328/1822 KB 704/748 KB 53/53 KB 292/1210 KB 276/471 KB 1316/1822 KB 700/748 KB 53/53 KB 292/1210 KB 276/471 KB 1316/1822 KB 704/748 KB 296/1210 KB 320/471 KB 1332/1822 KB 704/748 KB 300/1210 KB 320/471 KB 1332/1822 KB 704/748 KB 304/1210 KB 320/471 KB 1332/1822 KB 708/748 KB 308/1210 KB 320/471 KB 1332/1822 KB 708/748 KB 312/1210 KB 320/471 KB 1332/1822 KB 708/748 KB 316/1210 KB 320/471 KB 1332/1822 KB 708/748 KB 320/1210 KB 320/471 KB 1332/1822 KB 704/748 KB 292/1210 KB 320/471 KB 1332/1822 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 50.6 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 708/748 KB 304/1210 KB 320/471 KB 1332/1822 KB 712/748 KB 320/1210 KB 320/471 KB 1332/1822 KB 716/748 KB 320/1210 KB 320/471 KB 1332/1822 KB 720/748 KB 320/1210 KB 320/471 KB 1332/1822 KB 724/748 KB 320/1210 KB 320/471 KB 1332/1822 KB 728/748 KB 324/1210 KB 324/471 KB 1336/1822 KB 732/748 KB 324/1210 KB 324/471 KB 1336/1822 KB 736/748 KB 324/1210 KB 324/471 KB 1336/1822 KB 724/748 KB 324/1210 KB 324/471 KB 1336/1822 KB 736/748 KB 328/1210 KB 324/471 KB 1336/1822 KB 736/748 KB 332/1210 KB 324/471 KB 1336/1822 KB 736/748 KB 336/1210 KB 324/471 KB 1336/1822 KB 740/748 KB 340/1210 KB 324/471 KB 1336/1822 KB 740/748 KB 344/1210 KB 324/471 KB 1336/1822 KB 740/748 KB 348/1210 KB 324/471 KB 1336/1822 KB 740/748 KB 352/1210 KB 324/471 KB 1336/1822 KB 740/748 KB 352/1210 KB 324/471 KB 1336/1822 KB 4/276 KB 740/748 KB 352/1210 KB 324/471 KB 1336/1822 KB 8/276 KB 740/748 KB 352/1210 KB 324/471 KB 1336/1822 KB 12/276 KB 740/748 KB 352/1210 KB 324/471 KB 1336/1822 KB 16/276 KB 740/748 KB 352/1210 KB 324/471 KB 1336/1822 KB 20/276 KB 724/748 KB 320/1210 KB 324/471 KB 1336/1822 KB 724/748 KB 320/1210 KB 320/471 KB 1336/1822 KB 740/748 KB 352/1210 KB 324/471 KB 1340/1822 KB 20/276 KB 740/748 KB 352/1210 KB 324/471 KB 1344/1822 KB 20/276 KB 740/748 KB 352/1210 KB 324/471 KB 1348/1822 KB 20/276 KB 740/748 KB 352/1210 KB 328/471 KB 1352/1822 KB 24/276 KB 740/748 KB 352/1210 KB 328/471 KB 1356/1822 KB 24/276 KB 740/748 KB 352/1210 KB 328/471 KB 1360/1822 KB 24/276 KB 740/748 KB 336/1210 KB 324/471 KB 1336/1822 KB 744/748 KB 352/1210 KB 328/471 KB 1360/1822 KB 24/276 KB 748/748 KB 352/1210 KB 328/471 KB 1360/1822 KB 24/276 KB 748/748 KB 352/1210 KB 328/471 KB 1360/1822 KB 24/276 KB 740/748 KB 352/1210 KB 328/471 KB 1348/1822 KB 24/276 KB 748/748 KB 352/1210 KB 328/471 KB 1364/1822 KB 28/276 KB 748/748 KB 352/1210 KB 328/471 KB 1364/1822 KB 32/276 KB 740/748 KB 352/1210 KB 328/471 KB 1348/1822 KB 20/276 KB 748/748 KB 352/1210 KB 332/471 KB 1364/1822 KB 32/276 KB 748/748 KB 352/1210 KB 336/471 KB 1364/1822 KB 32/276 KB 748/748 KB 352/1210 KB 340/471 KB 1364/1822 KB 32/276 KB 748/748 KB 352/1210 KB 344/471 KB 1364/1822 KB 36/276 KB 748/748 KB 352/1210 KB 348/471 KB 1364/1822 KB 36/276 KB 748/748 KB 352/1210 KB 352/471 KB 1364/1822 KB 36/276 KB 748/748 KB 356/1210 KB 352/471 KB 1364/1822 KB 36/276 KB 748/748 KB 360/1210 KB 356/471 KB 1364/1822 KB 36/276 KB 748/748 KB 364/1210 KB 356/471 KB 1364/1822 KB 36/276 KB 748/748 KB 368/1210 KB 356/471 KB 1364/1822 KB 36/276 KB 748/748 KB 352/1210 KB 328/471 KB 1364/1822 KB 24/276 KB 748/748 KB 368/1210 KB 356/471 KB 1368/1822 KB 36/276 KB 748/748 KB 368/1210 KB 356/471 KB 1372/1822 KB 36/276 KB 748/748 KB 368/1210 KB 356/471 KB 1376/1822 KB 36/276 KB 748/748 KB 368/1210 KB 356/471 KB 1380/1822 KB 36/276 KB 748/748 KB 368/1210 KB 356/471 KB 1384/1822 KB 36/276 KB 748/748 KB 368/1210 KB 356/471 KB 1388/1822 KB 36/276 KB 748/748 KB 368/1210 KB 356/471 KB 1392/1822 KB 36/276 KB 748/748 KB 356/1210 KB 356/471 KB 1364/1822 KB 36/276 KB 748/748 KB 372/1210 KB 360/471 KB 1392/1822 KB 36/276 KB 748/748 KB 372/1210 KB 364/471 KB 1392/1822 KB 36/276 KB 748/748 KB 372/1210 KB 368/471 KB 1392/1822 KB 36/276 KB 748/748 KB 372/1210 KB 372/471 KB 1392/1822 KB 36/276 KB 748/748 KB 372/1210 KB 376/471 KB 1392/1822 KB 36/276 KB 748/748 KB 372/1210 KB 380/471 KB 1396/1822 KB 36/276 KB 748/748 KB 372/1210 KB 384/471 KB 1396/1822 KB 36/276 KB 748/748 KB 352/1210 KB 340/471 KB 13 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 64/1822 KB 36/276 KB 748/748 KB 372/1210 KB 384/471 KB 1396/1822 KB 40/276 KB 748/748 KB 372/1210 KB 384/471 KB 1396/1822 KB 44/276 KB 748/748 KB 372/1210 KB 384/471 KB 1396/1822 KB 48/276 KB 748/748 KB 372/1210 KB 384/471 KB 1396/1822 KB 52/276 KB 748/748 KB 372/1210 KB 384/471 KB 1396/1822 KB 56/276 KB 748/748 KB 372/1210 KB 384/471 KB 1396/1822 KB 60/276 KB 748/748 KB 372/1210 KB 384/471 KB 1396/1822 KB 64/276 KB 748/748 KB 372/1210 KB 384/471 KB 1396/1822 KB 68/276 KB 372/1210 KB 388/471 KB 1396/1822 KB 72/276 KB 372/1210 KB 388/471 KB 1396/1822 KB 76/276 KB 372/1210 KB 388/471 KB 1396/1822 KB 80/276 KB 372/1210 KB 388/471 KB 1396/1822 KB 84/276 KB 372/1210 KB 388/471 KB 1396/1822 KB 88/276 KB 372/1210 KB 388/471 KB 1396/1822 KB 92/276 KB 372/1210 KB 388/471 KB 1396/1822 KB 96/276 KB 748/748 KB 372/1210 KB 376/471 KB 1396/1822 KB 36/276 KB 372/1210 KB 388/471 KB 1400/1822 KB 96/276 KB 372/1210 KB 388/471 KB 1404/1822 KB 96/276 KB 748/748 KB 372/1210 KB 356/471 KB 1392/1822 KB 36/276 KB 376/1210 KB 388/471 KB 1404/1822 KB 96/276 KB 380/1210 KB 388/471 KB 1404/1822 KB 96/276 KB 384/1210 KB 388/471 KB 1404/1822 KB 96/276 KB 388/1210 KB 388/471 KB 1404/1822 KB 96/276 KB 392/1210 KB 388/471 KB 1408/1822 KB 96/276 KB 396/1210 KB 388/471 KB 1408/1822 KB 96/276 KB 400/1210 KB 388/471 KB 1408/1822 KB 96/276 KB 372/1210 KB 388/471 KB 1396/1822 KB 68/276 KB 400/1210 KB 392/471 KB 1408/1822 KB 96/276 KB 400/1210 KB 396/471 KB 1408/1822 KB 96/276 KB 400/1210 KB 400/471 KB 1408/1822 KB 96/276 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 700.1 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 388/1210 KB 388/471 KB 1408/1822 KB 96/276 KB 400/1210 KB 400/471 KB 1412/1822 KB 96/276 KB 400/1210 KB 404/471 KB 1416/1822 KB 100/276 KB 400/1210 KB 404/471 KB 1420/1822 KB 100/276 KB 404/1210 KB 404/471 KB 1424/1822 KB 100/276 KB 404/1210 KB 404/471 KB 1428/1822 KB 100/276 KB 404/1210 KB 404/471 KB 1432/1822 KB 100/276 KB 404/1210 KB 404/471 KB 1436/1822 KB 100/276 KB 404/1210 KB 404/471 KB 1440/1822 KB 100/276 KB 400/1210 KB 404/471 KB 1412/1822 KB 100/276 KB 404/1210 KB 404/471 KB 1440/1822 KB 104/276 KB 404/1210 KB 404/471 KB 1440/1822 KB 108/276 KB 4/577 KB 400/1210 KB 404/471 KB 1412/1822 KB 96/276 KB 404/1210 KB 404/471 KB 1440/1822 KB 104/276 KB 4/577 KB 404/1210 KB 404/471 KB 1440/1822 KB 108/276 KB 8/577 KB 404/1210 KB 404/471 KB 1440/1822 KB 108/276 KB 12/577 KB 404/1210 KB 404/471 KB 1440/1822 KB 108/276 KB 16/577 KB 404/1210 KB 404/471 KB 1420/1822 KB 100/276 KB 404/1210 KB 408/471 KB 1440/1822 KB 108/276 KB 16/577 KB 404/1210 KB 412/471 KB 1440/1822 KB 108/276 KB 16/577 KB 408/1210 KB 412/471 KB 1440/1822 KB 108/276 KB 20/577 KB 412/1210 KB 412/471 KB 1440/1822 KB 108/276 KB 20/577 KB 416/1210 KB 416/471 KB 1440/1822 KB 108/276 KB 20/577 KB 416/1210 KB 416/471 KB 1440/1822 KB 112/276 KB 20/577 KB 416/1210 KB 416/471 KB 1440/1822 KB 116/276 KB 20/577 KB 420/1210 KB 416/471 KB 1444/1822 KB 120/276 KB 20/577 KB 420/1210 KB 416/471 KB 1444/1822 KB 124/276 KB 20/577 KB 420/1210 KB 416/471 KB 1444/1822 KB 128/276 KB 20/577 KB 404/1210 KB 412/471 KB 1440/1822 KB 108/276 KB 20/577 KB 420/1210 KB 416/471 KB 1444/1822 KB 128/276 KB 24/577 KB 420/1210 KB 416/471 KB 1444/1822 KB 128/276 KB 28/577 KB 420/1210 KB 416/471 KB 1444/1822 KB 128/276 KB 32/577 KB 420/1210 KB 416/471 KB 1444/1822 KB 128/276 KB 36/577 KB 420/1210 KB 416/471 KB 1444/1822 KB 132/276 KB 40/577 KB 420/1210 KB 416/471 KB 1444/1822 KB 132/276 KB 44/577 KB 420/1210 KB 416/471 KB 1444/1822 KB 132/276 KB 48/577 KB 420/1210 KB 416/471 KB 1444/1822 KB 116/276 KB 20/577 KB 424/1210 KB 416/471 KB 1444/1822 KB 132/276 KB 48/577 KB 428/1210 KB 416/471 KB 1444/1822 KB 132/276 KB 48/577 KB 432/1210 KB 416/471 KB 1444/1822 KB 132/276 KB 48/577 KB 416/1210 KB 416/471 KB 1444/1822 KB 116/276 KB 20/577 KB 432/1210 KB 416/471 KB 1448/1822 KB 132/276 KB 48/577 KB 432/1210 KB 416/471 KB 1452/1822 KB 132/276 KB 48/577 KB 432/1210 KB 416/471 KB 1456/1822 KB 132/276 KB 48/577 KB 412/1210 KB 416/471 KB 1440/1822 KB 108/276 KB 20/577 KB 432/1210 KB 420/471 KB 1456/1822 KB 132/276 KB 48/577 KB 432/1210 KB 424/471 KB 1456/1822 KB 132/276 KB 48/577 KB 432/1210 KB 428/471 KB 1456/1822 KB 132/276 KB 48/577 KB 432/1210 KB 432/471 KB 1456/1822 KB 132/276 KB 48/577 KB 432/1210 KB 436/471 KB 1456/1822 KB 132/276 KB 48/577 KB 436/1210 KB 440/471 KB 1460/1822 KB 132/276 KB 48/577 KB 436/1210 KB 444/471 KB 1460/1822 KB 132/276 KB 48/577 KB 436/1210 KB 448/471 KB 1460/1822 KB 132/276 KB 48/577 KB 420/1210 KB 416/471 KB 1444/1822 KB 132/276 KB 36/577 KB 436/1210 KB 448/471 KB 1460/1822 KB 136/276 KB 48/577 KB 436/1210 KB 448/471 KB 1460/1822 KB 140/276 KB 48/577 KB 436/1210 KB 448/471 KB 1460/1822 KB 144/276 KB 48/577 KB 436/1210 KB 436/471 KB 1460/1822 KB 132/276 KB 48/577 KB 440/1210 KB 448/471 KB 1460/1822 KB 144/276 KB 48/577 KB 444/1210 KB 448/471 KB 1460/1822 KB 144/276 KB 48/577 KB 448/1210 KB 448/471 KB 1460/1822 KB 144/276 KB 48/577 KB 452/1210 KB 452/471 KB 1460/1822 KB 144/276 KB 48/577 KB 456/1210 KB 452/471 KB 1460/1822 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 148/276 KB 52/577 KB 460/1210 KB 452/471 KB 1460/1822 KB 148/276 KB 52/577 KB 464/1210 KB 452/471 KB 1460/1822 KB 148/276 KB 52/577 KB 432/1210 KB 436/471 KB 1460/1822 KB 132/276 KB 48/577 KB 464/1210 KB 452/471 KB 1464/1822 KB 148/276 KB 52/577 KB 464/1210 KB 452/471 KB 1468/1822 KB 148/276 KB 52/577 KB 464/1210 KB 452/471 KB 1472/1822 KB 148/276 KB 52/577 KB 452/1210 KB 452/471 KB 1460/1822 KB 148/276 KB 52/577 KB 464/1210 KB 452/471 KB 1472/1822 KB 148/276 KB 56/577 KB 464/1210 KB 452/471 KB 1472/1822 KB 148/276 KB 60/577 KB 464/1210 KB 452/471 KB 1472/1822 KB 148/276 KB 64/577 KB 464/1210 KB 452/471 KB 1476/1822 KB 148/276 KB 68/577 KB 452/1210 KB 452/471 KB 1460/1822 KB 148/276 KB 48/577 KB 464/1210 KB 452/471 KB 1476/1822 KB 152/276 KB 68/577 KB 464/1210 KB 452/471 KB 1476/1822 KB 156/276 KB 68/577 KB 464/1210 KB 452/471 KB 1476/1822 KB 160/276 KB 68/577 KB 448/1210 KB 452/471 KB 1460/1822 KB 144/276 KB 48/577 KB 464/1210 KB 456/471 KB 1476/1822 KB 160/276 KB 68/577 KB 464/1210 KB 460/471 KB 1476/1822 KB 160/276 KB 68/577 KB 464/1210 KB 464/471 KB 1476/1822 KB 160/276 KB 68/577 KB 464/1210 KB 452/471 KB 1476/1822 KB 148/276 KB 64/577 KB 464/1210 KB 464/471 KB 1480/1822 KB 160/276 KB 68/577 KB 464/1210 KB 468/471 KB 1484/1822 KB 164/276 KB 68/577 KB 464/1210 KB 468/471 KB 1488/1822 KB 164/276 KB 68/577 KB 468/1210 KB 468/471 KB 1492/1822 KB 164/276 KB 68/577 KB 464/1210 KB 468/471 KB 1480/1822 KB 164/276 KB 68/577 KB 468/1210 KB 468/471 KB 1492/1822 KB 168/276 KB 72/577 KB 468/1210 KB 468/471 KB 1492/1822 KB 172/276 KB 72/577 KB 468/1210 KB 468/471 KB 1492/1822 KB 176/276 KB 72/577 KB 468/1210 KB 468/471 KB 1492/1822 KB 180/276 KB 72/577 KB 468/1210 KB 468/471 KB 1496/1822 KB 184/276 KB 72/577 KB 468/1210 KB 468/471 KB 1496/1822 KB 188/276 KB 72/577 KB 468/1210 KB 468/471 KB 1496/1822 KB 192/276 KB 72/577 KB 464/1210 KB 468/471 KB 1480/1822 KB 160/276 KB 68/577 KB 468/1210 KB 471/471 KB 1496/1822 KB 192/276 KB 72/577 KB 468/1210 KB 468/471 KB 1496/1822 KB 180/276 KB 72/577 KB 468/1210 KB 468/471 KB 1492/1822 KB 164/276 KB 72/577 KB 468/1210 KB 471/471 KB 1500/1822 KB 192/276 KB 76/577 KB 468/1210 KB 471/471 KB 1500/1822 KB 192/276 KB 80/577 KB 468/1210 KB 471/471 KB 1500/1822 KB 192/276 KB 84/577 KB 468/1210 KB 471/471 KB 1500/1822 KB 192/276 KB 88/577 KB 468/1210 KB 471/471 KB 1500/1822 KB 192/276 KB 92/577 KB 468/1210 KB 471/471 KB 1500/1822 KB 192/276 KB 96/577 KB 468/1210 KB 468/471 KB 1488/1822 KB 164/276 KB 68/577 KB 472/1210 KB 471/471 KB 1500/1822 KB 192/276 KB 96/577 KB 476/1210 KB 471/471 KB 1500/1822 KB 192/276 KB 96/577 KB 480/1210 KB 471/471 KB 1500/1822 KB 192/276 KB 96/577 KB 484/1210 KB 471/471 KB 1500/1822 KB 192/276 KB 96/577 KB 488/1210 KB 471/471 KB 1500/1822 KB 196/276 KB 100/577 KB 492/1210 KB 471/471 KB 1500/1822 KB 196/276 KB 100/577 KB 496/1210 KB 471/471 KB 1500/1822 KB 196/276 KB 100/577 KB 500/1210 KB 471/471 KB 1500/1822 KB 196/276 KB 100/577 KB 468/1210 KB 471/471 KB 1500/1822 KB 192/276 KB 72/577 KB 500/1210 KB 471/471 KB 1504/1822 KB 196/276 KB 100/577 KB 500/1210 KB 471/471 KB 1508/1822 KB 196/276 KB 100/577 KB 500/1210 KB 471/471 KB 1512/1822 KB 196/276 KB 100/577 KB 500/1210 KB 471/471 KB 1516/1822 KB 196/276 KB 100/577 KB 500/1210 KB 471/471 KB 1520/1822 KB 196/276 KB 100/577 KB 500/1210 KB 471/471 KB 1524/1822 KB 196/276 KB 100/577 KB 500/1210 KB 471/471 KB 1528/1822 KB 196/276 KB 100/577 KB 484/1210 KB 471/471 KB 1500/1822 KB 196/2 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 76 KB 100/577 KB 504/1210 KB 471/471 KB 1532/1822 KB 196/276 KB 104/577 KB 504/1210 KB 471/471 KB 1532/1822 KB 196/276 KB 108/577 KB 504/1210 KB 471/471 KB 1532/1822 KB 196/276 KB 112/577 KB 484/1210 KB 471/471 KB 1500/1822 KB 196/276 KB 96/577 KB 504/1210 KB 471/471 KB 1532/1822 KB 200/276 KB 112/577 KB 504/1210 KB 471/471 KB 1532/1822 KB 204/276 KB 112/577 KB 504/1210 KB 471/471 KB 1532/1822 KB 208/276 KB 112/577 KB 504/1210 KB 471/471 KB 1532/1822 KB 208/276 KB 116/577 KB 504/1210 KB 1532/1822 KB 212/276 KB 120/577 KB 504/1210 KB 471/471 KB 1528/1822 KB 196/276 KB 100/577 KB 508/1210 KB 1532/1822 KB 212/276 KB 120/577 KB 512/1210 KB 1532/1822 KB 212/276 KB 120/577 KB 504/1210 KB 1532/1822 KB 212/276 KB 116/577 KB 512/1210 KB 1532/1822 KB 216/276 KB 120/577 KB 512/1210 KB 1532/1822 KB 220/276 KB 120/577 KB 512/1210 KB 1532/1822 KB 224/276 KB 120/577 KB 512/1210 KB 1532/1822 KB 228/276 KB 120/577 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 427.1 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 504/1210 KB 471/471 KB 1532/1822 KB 196/276 KB 100/577 KB 516/1210 KB 1536/1822 KB 228/276 KB 124/577 KB 516/1210 KB 1540/1822 KB 228/276 KB 124/577 KB 516/1210 KB 1544/1822 KB 228/276 KB 124/577 KB 516/1210 KB 1548/1822 KB 228/276 KB 124/577 KB 516/1210 KB 1552/1822 KB 228/276 KB 124/577 KB 516/1210 KB 1556/1822 KB 228/276 KB 124/577 KB 516/1210 KB 1532/1822 KB 228/276 KB 124/577 KB 520/1210 KB 1556/1822 KB 232/276 KB 124/577 KB 524/1210 KB 1556/1822 KB 232/276 KB 124/577 KB 528/1210 KB 1556/1822 KB 232/276 KB 124/577 KB 512/1210 KB 1532/1822 KB 228/276 KB 124/577 KB 528/1210 KB 1556/1822 KB 232/276 KB 128/577 KB 528/1210 KB 1556/1822 KB 232/276 KB 132/577 KB 528/1210 KB 1556/1822 KB 232/276 KB 136/577 KB 528/1210 KB 1556/1822 KB 232/276 KB 140/577 KB 516/1210 KB 1556/1822 KB 232/276 KB 124/577 KB 528/1210 KB 1560/1822 KB 236/276 KB 140/577 KB 528/1210 KB 1560/1822 KB 240/276 KB 140/577 KB 528/1210 KB 1560/1822 KB 244/276 KB 140/577 KB 528/1210 KB 1560/1822 KB 232/276 KB 140/577 KB 528/1210 KB 1564/1822 KB 244/276 KB 144/577 KB 528/1210 KB 1568/1822 KB 244/276 KB 144/577 KB 528/1210 KB 1560/1822 KB 244/276 KB 144/577 KB 528/1210 KB 1572/1822 KB 244/276 KB 144/577 KB 528/1210 KB 1576/1822 KB 248/276 KB 148/577 KB 528/1210 KB 1580/1822 KB 248/276 KB 148/577 KB 528/1210 KB 1584/1822 KB 248/276 KB 148/577 KB 528/1210 KB 1572/1822 KB 248/276 KB 148/577 KB 528/1210 KB 1572/1822 KB 248/276 KB 144/577 KB 528/1210 KB 1584/1822 KB 252/276 KB 148/577 KB 528/1210 KB 1584/1822 KB 256/276 KB 148/577 KB 528/1210 KB 1584/1822 KB 256/276 KB 152/577 KB 528/1210 KB 1584/1822 KB 256/276 KB 4/37 KB 152/577 KB 528/1210 KB 1584/1822 KB 256/276 KB 8/37 KB 152/577 KB 528/1210 KB 1584/1822 KB 256/276 KB 12/37 KB 152/577 KB 528/1210 KB 1584/1822 KB 256/276 KB 16/37 KB 152/577 KB 528/1210 KB 1584/1822 KB 256/276 KB 20/37 KB 152/577 KB 528/1210 KB 1584/1822 KB 256/276 KB 24/37 KB 152/577 KB 528/1210 KB 1584/1822 KB 256/276 KB 28/37 KB 152/577 KB 528/1210 KB 1584/1822 KB 256/276 KB 32/37 KB 152/577 KB 528/1210 KB 1584/1822 KB 256/276 KB 36/37 KB 152/577 KB 528/1210 KB 1584/1822 KB 256/276 KB 37/37 KB 152/577 KB 528/1210 KB 1584/1822 KB 256/276 KB 37/37 KB 156/577 KB 528/1210 KB 1588/1822 KB 260/276 KB 37/37 KB 160/577 KB 528/1210 KB 1588/1822 KB 260/276 KB 37/37 KB 156/577 KB 528/1210 KB 1588/1822 KB 264/276 KB 37/37 KB 160/577 KB 528/1210 KB 1588/1822 KB 268/276 KB 37/37 KB 160/577 KB 528/1210 KB 1588/1822 KB 272/276 KB 37/37 KB 160/577 KB 528/1210 KB 1588/1822 KB 276/276 KB 37/37 KB 160/577 KB 528/1210 KB 1588/1822 KB 276/276 KB 37/37 KB 164/577 KB 528/1210 KB 1588/1822 KB 256/276 KB 37/37 KB 156/577 KB 528/1210 KB 1592/1822 KB 276/276 KB 37/37 KB 164/577 KB 528/1210 KB 1596/1822 KB 276/276 KB 37/37 KB 164/577 KB 528/1210 KB 1600/1822 KB 276/276 KB 37/37 KB 164/577 KB 528/1210 KB 1588/1822 KB 276/276 KB 37/37 KB 164/577 KB 528/1210 KB 1600/1822 KB 276/276 KB 37/37 KB 168/577 KB 528/1210 KB 1604/1822 KB 276/276 KB 37/37 KB 172/577 KB 528/1210 KB 1604/1822 KB 276/276 KB 37/37 KB 176/577 KB 528/1210 KB 1604/1822 KB 276/276 KB 37/37 KB 180/577 KB 528/1210 KB 1604/1822 KB 276/276 KB 37/37 KB 184/577 KB 528/1210 KB 1604/1822 KB 276/276 KB 37/37 KB 188/577 KB 528/1210 KB 1604/1822 KB 276/276 KB 37/37 KB 192/577 KB 528/1210 KB 1604/1822 KB 276/276 KB 37/37 KB 196/577 KB 528/1210 KB 1604/1822 KB 276/276 KB 37/37 KB 200/577 KB 528/1210 KB 1604/1822 KB 276/276 KB 37/37 KB 204/577 KB 528/1210 KB 1604/1822 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 276/276 KB 37/37 KB 208/577 KB 532/1210 KB 1604/1822 KB 276/276 KB 37/37 KB 212/577 KB 528/1210 KB 1604/1822 KB 276/276 KB 37/37 KB 168/577 KB 532/1210 KB 1608/1822 KB 276/276 KB 37/37 KB 212/577 KB 532/1210 KB 1612/1822 KB 276/276 KB 37/37 KB 212/577 KB 532/1210 KB 1616/1822 KB 276/276 KB 37/37 KB 212/577 KB 532/1210 KB 1620/1822 KB 276/276 KB 37/37 KB 212/577 KB 532/1210 KB 1624/1822 KB 276/276 KB 37/37 KB 212/577 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 32.4 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 245.5 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 532/1210 KB 1628/1822 KB 212/577 KB 532/1210 KB 1632/1822 KB 212/577 KB 532/1210 KB 1636/1822 KB 212/577 KB 532/1210 KB 1640/1822 KB 212/577 KB 532/1210 KB 1644/1822 KB 216/577 KB 532/1210 KB 1648/1822 KB 216/577 KB 532/1210 KB 1604/1822 KB 276/276 KB 37/37 KB 208/577 KB 536/1210 KB 1648/1822 KB 216/577 KB 540/1210 KB 1648/1822 KB 216/577 KB 544/1210 KB 1648/1822 KB 216/577 KB 548/1210 KB 1648/1822 KB 216/577 KB 552/1210 KB 1648/1822 KB 216/577 KB 556/1210 KB 1648/1822 KB 216/577 KB 560/1210 KB 1648/1822 KB 216/577 KB 564/1210 KB 1648/1822 KB 216/577 KB 568/1210 KB 1652/1822 KB 216/577 KB 572/1210 KB 1652/1822 KB 216/577 KB 576/1210 KB 1652/1822 KB 216/577 KB 532/1210 KB 1640/1822 KB 216/577 KB 576/1210 KB 1652/1822 KB 220/577 KB 576/1210 KB 1652/1822 KB 224/577 KB 576/1210 KB 1652/1822 KB 228/577 KB 576/1210 KB 1652/1822 KB 232/577 KB 576/1210 KB 1652/1822 KB 236/577 KB 576/1210 KB 1652/1822 KB 240/577 KB 564/1210 KB 1652/1822 KB 216/577 KB 576/1210 KB 1656/1822 KB 240/577 KB 576/1210 KB 1660/1822 KB 240/577 KB 576/1210 KB 1664/1822 KB 240/577 KB 576/1210 KB 3/167 KB 1664/1822 KB 240/577 KB 576/1210 KB 6/167 KB 1664/1822 KB 240/577 KB 576/1210 KB 9/167 KB 1664/1822 KB 240/577 KB 576/1210 KB 11/167 KB 1664/1822 KB 240/577 KB 576/1210 KB 14/167 KB 1664/1822 KB 240/577 KB 576/1210 KB 16/167 KB 1664/1822 KB 240/577 KB 576/1210 KB 19/167 KB 1664/1822 KB 240/577 KB 576/1210 KB 22/167 KB 1664/1822 KB 240/577 KB 576/1210 KB 25/167 KB 1664/1822 KB 240/577 KB 580/1210 KB 27/167 KB 1668/1822 KB 240/577 KB 580/1210 KB 30/167 KB 1668/1822 KB 244/577 KB 580/1210 KB 25/167 KB 1668/1822 KB 240/577 KB 580/1210 KB 30/167 KB 1672/1822 KB 244/577 KB 580/1210 KB 30/167 KB 1676/1822 KB 244/577 KB 580/1210 KB 32/167 KB 1680/1822 KB 244/577 KB 580/1210 KB 25/167 KB 1664/1822 KB 240/577 KB 584/1210 KB 32/167 KB 1680/1822 KB 244/577 KB 588/1210 KB 32/167 KB 1684/1822 KB 244/577 KB 592/1210 KB 32/167 KB 1684/1822 KB 244/577 KB 596/1210 KB 32/167 KB 1684/1822 KB 244/577 KB 600/1210 KB 32/167 KB 1684/1822 KB 244/577 KB 604/1210 KB 32/167 KB 1684/1822 KB 244/577 KB 608/1210 KB 32/167 KB 1684/1822 KB 244/577 KB 612/1210 KB 32/167 KB 1684/1822 KB 244/577 KB 616/1210 KB 32/167 KB 1684/1822 KB 244/577 KB 580/1210 KB 32/167 KB 1676/1822 KB 244/577 KB 580/1210 KB 27/167 KB 1668/1822 KB 244/577 KB 616/1210 KB 32/167 KB 1684/1822 KB 248/577 KB 616/1210 KB 32/167 KB 1684/1822 KB 252/577 KB 616/1210 KB 32/167 KB 1684/1822 KB 256/577 KB 616/1210 KB 32/167 KB 1684/1822 KB 260/577 KB 616/1210 KB 36/167 KB 1684/1822 KB 264/577 KB 616/1210 KB 36/167 KB 1684/1822 KB 268/577 KB 616/1210 KB 36/167 KB 1684/1822 KB 272/577 KB 584/1210 KB 32/167 KB 1684/1822 KB 244/577 KB 616/1210 KB 36/167 KB 1688/1822 KB 272/577 KB 616/1210 KB 36/167 KB 1692/1822 KB 272/577 KB 616/1210 KB 36/167 KB 1696/1822 KB 272/577 KB 616/1210 KB 36/167 KB 1700/1822 KB 272/577 KB 616/1210 KB 36/167 KB 1704/1822 KB 276/577 KB 616/1210 KB 36/167 KB 1708/1822 KB 276/577 KB 616/1210 KB 36/167 KB 1712/1822 KB 276/577 KB 616/1210 KB 36/167 KB 1684/1822 KB 260/577 KB 616/1210 KB 40/167 KB 1712/1822 KB 276/577 KB 616/1210 KB 44/167 KB 1712/1822 KB 276/577 KB 616/1210 KB 48/167 KB 1712/1822 KB 276/577 KB 616/1210 KB 52/167 KB 1712/1822 KB 276/577 KB 616/1210 KB 56/167 KB 1712/1822 KB 276/577 KB 616/1210 KB 60/167 KB 1712/1822 KB 276/577 KB 616/1210 KB 61/167 KB 1712/1822 KB 276/577 KB 616/1210 KB 36/167 KB 1700/1822 KB 276/577 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 616/1210 KB 61/167 KB 1712/1822 KB 280/577 KB 616/1210 KB 61/167 KB 1712/1822 KB 284/577 KB 616/1210 KB 61/167 KB 1712/1822 KB 288/577 KB 616/1210 KB 61/167 KB 1712/1822 KB 292/577 KB 620/1210 KB 65/167 KB 1716/1822 KB 296/577 KB 620/1210 KB 65/167 KB 1716/1822 KB 300/577 KB 620/1210 KB 65/167 KB 1716/1822 KB 304/577 KB 620/1210 KB 65/167 KB 1716/1822 KB 292/577 KB 620/1210 KB 69/167 KB 1716/1822 KB 304/577 KB 620/1210 KB 73/167 KB 1716/1822 KB 304/577 KB 620/1210 KB 77/167 KB 1716/1822 KB 304/577 KB 620/1210 KB 81/167 KB 1716/1822 KB 304/577 KB 620/1210 KB 85/167 KB 1716/1822 KB 308/577 KB 620/1210 KB 89/167 KB 1716/1822 KB 308/577 KB 620/1210 KB 93/167 KB 1716/1822 KB 308/577 KB 620/1210 KB 61/167 KB 1716/1822 KB 292/577 KB 620/1210 KB 93/167 KB 1720/1822 KB 308/577 KB 620/1210 KB 93/167 KB 1724/1822 KB 308/577 KB 620/1210 KB 93/167 KB 1728/1822 KB 308/577 KB 620/1210 KB 93/167 KB 1732/1822 KB 308/577 KB 620/1210 KB 93/167 KB 1736/1822 KB 308/577 KB 620/1210 KB 93/167 KB 1740/1822 KB 308/577 KB 620/1210 KB 93/167 KB 1744/1822 KB 308/577 KB 620/1210 KB 93/167 KB 1748/1822 KB 308/577 KB 620/1210 KB 61/167 KB 1712/1822 KB 292/577 KB 624/1210 KB 97/167 KB 1748/1822 KB 308/577 KB 628/1210 KB 97/167 KB 1748/1822 KB 308/577 KB 632/1210 KB 97/167 KB 1748/1822 KB 308/577 KB 636/1210 KB 97/167 KB 1748/1822 KB 308/577 KB 640/1210 KB 97/167 KB 1748/1822 KB 308/577 KB 644/1210 KB 97/167 KB 1748/1822 KB 308/577 KB 648/1210 KB 97/167 KB 1748/1822 KB 308/577 KB 652/1210 KB 97/167 KB 1748/1822 KB 308/577 KB 656/1210 KB 97/167 KB 1748/1822 KB 308/577 KB 660/1210 KB 97/167 KB 1748/1822 KB 308/577 KB 620/1210 KB 97/167 KB 1748/1822 KB 308/577 KB 660/1210 KB 97/167 KB 4/1192 KB 1752/1822 KB 308/577 KB 660/1210 KB 97/167 KB 8/1192 KB 1752/1822 KB 308/577 KB 660/1210 KB 97/167 KB 12/1192 KB 1752/1822 KB 308/577 KB 660/1210 KB 97/167 KB 16/1192 KB 1752/1822 KB 308/577 KB 660/1210 KB 97/167 KB 20/1192 KB 1752/1822 KB 308/577 KB 660/1210 KB 97/167 KB 24/1192 KB 1752/1822 KB 308/577 KB 660/1210 KB 97/167 KB 28/1192 KB 1752/1822 KB 308/577 KB 660/1210 KB 97/167 KB 32/1192 KB 1752/1822 KB 308/577 KB 660/1210 KB 97/167 KB 36/1192 KB 1752/1822 KB 308/577 KB 660/1210 KB 97/167 KB 40/1192 KB 1752/1822 KB 308/577 KB 660/1210 KB 97/167 KB 44/1192 KB 1752/1822 KB 308/577 KB 660/1210 KB 97/167 KB 48/1192 KB 1752/1822 KB 308/577 KB 660/1210 KB 97/167 KB 52/1192 KB 1752/1822 KB 308/577 KB 620/1210 KB 81/167 KB 1716/1822 KB 308/577 KB 660/1210 KB 97/167 KB 52/1192 KB 1752/1822 KB 312/577 KB 660/1210 KB 97/167 KB 52/1192 KB 1752/1822 KB 316/577 KB 660/1210 KB 97/167 KB 52/1192 KB 1752/1822 KB 320/577 KB 660/1210 KB 97/167 KB 52/1192 KB 1752/1822 KB 324/577 KB 660/1210 KB 97/167 KB 56/1192 KB 1752/1822 KB 328/577 KB 660/1210 KB 97/167 KB 56/1192 KB 1752/1822 KB 332/577 KB 660/1210 KB 97/167 KB 56/1192 KB 1752/1822 KB 336/577 KB 660/1210 KB 97/167 KB 56/1192 KB 1752/1822 KB 340/577 KB 664/1210 KB 101/167 KB 56/1192 KB 1752/1822 KB 344/577 KB 664/1210 KB 101/167 KB 56/1192 KB 1752/1822 KB 348/577 KB 664/1210 KB 101/167 KB 56/1192 KB 1752/1822 KB 352/577 KB 660/1210 KB 97/167 KB 1752/1822 KB 308/577 KB 664/1210 KB 101/167 KB 56/1192 KB 1756/1822 KB 352/577 KB 664/1210 KB 101/167 KB 56/1192 KB 1760/1822 KB 352/577 KB 664/1210 KB 101/167 KB 56/1192 KB 1764/1822 KB 352/577 KB 664/1210 KB 101/167 KB 56/1192 KB 1768/1822 KB 352/577 KB 664/1210 KB 101/167 KB 56/1192 KB 1772/1822 KB 352/577 KB 664/1210 KB 101/167 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 56/1192 KB 1776/1822 KB 352/577 KB 664/1210 KB 101/167 KB 56/1192 KB 1780/1822 KB 352/577 KB 664/1210 KB 101/167 KB 56/1192 KB 1784/1822 KB 356/577 KB 664/1210 KB 101/167 KB 56/1192 KB 1788/1822 KB 356/577 KB 664/1210 KB 101/167 KB 56/1192 KB 1752/1822 KB 340/577 KB 664/1210 KB 105/167 KB 56/1192 KB 1792/1822 KB 356/577 KB 664/1210 KB 109/167 KB 56/1192 KB 1792/1822 KB 356/577 KB 664/1210 KB 113/167 KB 56/1192 KB 1792/1822 KB 356/577 KB 664/1210 KB 97/167 KB 56/1192 KB 1752/1822 KB 340/577 KB 668/1210 KB 117/167 KB 56/1192 KB 1792/1822 KB 356/577 KB 660/1210 KB 97/167 KB 56/1192 KB 1752/1822 KB 324/577 KB 672/1210 KB 117/167 KB 60/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 64/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 68/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 72/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 76/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 80/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 84/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 88/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 92/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 96/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 100/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 104/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 108/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 112/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 116/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 120/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 124/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 128/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 132/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 136/1192 KB 1792/1822 KB 356/577 KB 664/1210 KB 101/167 KB 56/1192 KB 1780/1822 KB 356/577 KB 672/1210 KB 117/167 KB 136/1192 KB 1792/1822 KB 360/577 KB 672/1210 KB 117/167 KB 136/1192 KB 1792/1822 KB 364/577 KB 672/1210 KB 117/167 KB 136/1192 KB 1792/1822 KB 368/577 KB 672/1210 KB 117/167 KB 136/1192 KB 1792/1822 KB 372/577 KB 672/1210 KB 117/167 KB 136/1192 KB 1792/1822 KB 376/577 KB 672/1210 KB 117/167 KB 136/1192 KB 1792/1822 KB 380/577 KB 672/1210 KB 117/167 KB 136/1192 KB 1792/1822 KB 384/577 KB 672/1210 KB 117/167 KB 136/1192 KB 1792/1822 KB 388/577 KB 672/1210 KB 117/167 KB 136/1192 KB 1792/1822 KB 392/577 KB 672/1210 KB 117/167 KB 136/1192 KB 1792/1822 KB 396/577 KB 664/1210 KB 101/167 KB 108/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 117/167 KB 100/1192 KB 1792/1822 KB 356/577 KB 672/1210 KB 121/167 KB 140/1192 KB 1792/1822 KB 396/577 KB 672/1210 KB 125/167 KB 140/1192 KB 1792/1822 KB 396/577 KB 672/1210 KB 117/167 KB 56/1192 KB 1792/1822 KB 356/577 KB 676/1210 KB 125/167 KB 140/1192 KB 1792/1822 KB 396/577 KB 680/1210 KB 125/167 KB 140/1192 KB 1792/1822 KB 396/577 KB 684/1210 KB 125/167 KB 140/1192 KB 1792/1822 KB 396/577 KB 688/1210 KB 125/167 KB 140/1192 KB 1792/1822 KB 396/577 KB 692/1210 KB 125/167 KB 140/1192 KB 1792/1822 KB 396/577 KB 696/1210 KB 129/167 KB 140/1192 KB 1796/1822 KB 396/577 KB 700/1210 KB 129/167 KB 140/1192 KB 1796/1822 KB 396/577 KB 704/1210 KB 129/167 KB 140/1192 KB 1796/1822 KB 396/577 KB 708/1210 KB 129/167 KB 140/1192 KB 1796/1822 KB 396/577 KB 712/1210 KB 129/167 KB 140/1192 KB 1796/1822 KB 396/577 KB 716/1210 KB 129/167 KB 140/1192 KB 1796/1822 KB 396/577 KB 720/1210 KB 129/167 KB 140/1192 KB 1796/1822 KB 396/577 KB 724/1210 KB 129/ unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 167 KB 140/1192 KB 1796/1822 KB 396/577 KB 728/1210 KB 129/167 KB 140/1192 KB 1796/1822 KB 400/577 KB 732/1210 KB 129/167 KB 140/1192 KB 1796/1822 KB 400/577 KB 736/1210 KB 129/167 KB 140/1192 KB 1796/1822 KB 400/577 KB 672/1210 KB 117/167 KB 140/1192 KB 1792/1822 KB 396/577 KB 736/1210 KB 129/167 KB 144/1192 KB 1796/1822 KB 400/577 KB 736/1210 KB 129/167 KB 148/1192 KB 1796/1822 KB 400/577 KB 736/1210 KB 129/167 KB 152/1192 KB 1796/1822 KB 400/577 KB 736/1210 KB 129/167 KB 156/1192 KB 1796/1822 KB 400/577 KB 736/1210 KB 129/167 KB 160/1192 KB 1796/1822 KB 400/577 KB 736/1210 KB 129/167 KB 164/1192 KB 1796/1822 KB 400/577 KB 740/1210 KB 129/167 KB 168/1192 KB 1796/1822 KB 400/577 KB 740/1210 KB 129/167 KB 172/1192 KB 1796/1822 KB 400/577 KB 740/1210 KB 129/167 KB 176/1192 KB 1796/1822 KB 400/577 KB 724/1210 KB 129/167 KB 140/1192 KB 1796/1822 KB 400/577 KB 692/1210 KB 129/167 KB 140/1192 KB 1796/1822 KB 396/577 KB 740/1210 KB 133/167 KB 176/1192 KB 1796/1822 KB 400/577 KB 740/1210 KB 137/167 KB 176/1192 KB 1796/1822 KB 400/577 KB 740/1210 KB 141/167 KB 176/1192 KB 1796/1822 KB 400/577 KB 740/1210 KB 145/167 KB 176/1192 KB 1796/1822 KB 400/577 KB 740/1210 KB 149/167 KB 176/1192 KB 1796/1822 KB 400/577 KB 740/1210 KB 153/167 KB 176/1192 KB 1796/1822 KB 400/577 KB 740/1210 KB 157/167 KB 176/1192 KB 1796/1822 KB 400/577 KB 740/1210 KB 161/167 KB 176/1192 KB 1796/1822 KB 400/577 KB 740/1210 KB 165/167 KB 176/1192 KB 1796/1822 KB 400/577 KB 740/1210 KB 167/167 KB 176/1192 KB 1796/1822 KB 400/577 KB 692/1210 KB 125/167 KB 140/1192 KB 1796/1822 KB 396/577 KB 740/1210 KB 167/167 KB 176/1192 KB 1800/1822 KB 404/577 KB 740/1210 KB 167/167 KB 176/1192 KB 1804/1822 KB 404/577 KB 740/1210 KB 167/167 KB 176/1192 KB 1808/1822 KB 404/577 KB 740/1210 KB 167/167 KB 176/1192 KB 1812/1822 KB 404/577 KB 740/1210 KB 167/167 KB 176/1192 KB 1816/1822 KB 404/577 KB 740/1210 KB 167/167 KB 176/1192 KB 1820/1822 KB 404/577 KB 740/1210 KB 167/167 KB 176/1192 KB 1822/1822 KB 404/577 KB 740/1210 KB 167/167 KB 176/1192 KB 1796/1822 KB 404/577 KB 740/1210 KB 167/167 KB 176/1192 KB 1822/1822 KB 408/577 KB 740/1210 KB 167/167 KB 176/1192 KB 1822/1822 KB 412/577 KB 740/1210 KB 167/167 KB 176/1192 KB 1822/1822 KB 416/577 KB 740/1210 KB 167/167 KB 176/1192 KB 1822/1822 KB 420/577 KB 740/1210 KB 167/167 KB 176/1192 KB 1822/1822 KB 424/577 KB 740/1210 KB 129/167 KB 164/1192 KB 1796/1822 KB 400/577 KB 744/1210 KB 167/167 KB 176/1192 KB 1822/1822 KB 424/577 KB 748/1210 KB 167/167 KB 176/1192 KB 1822/1822 KB 424/577 KB 752/1210 KB 167/167 KB 176/1192 KB 1822/1822 KB 424/577 KB 756/1210 KB 167/167 KB 176/1192 KB 1822/1822 KB 424/577 KB 760/1210 KB 167/167 KB 180/1192 KB 1822/1822 KB 428/577 KB 764/1210 KB 167/167 KB 180/1192 KB 1822/1822 KB 428/577 KB 768/1210 KB 167/167 KB 180/1192 KB 1822/1822 KB 428/577 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1540.9 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 141.1 KB/sec) unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 772/1210 KB 180/1192 KB 428/577 KB 756/1210 KB 167/167 KB 180/1192 KB 1822/1822 KB 428/577 KB 776/1210 KB 184/1192 KB 428/577 KB 776/1210 KB 188/1192 KB 428/577 KB 776/1210 KB 192/1192 KB 428/577 KB 776/1210 KB 196/1192 KB 428/577 KB 756/1210 KB 167/167 KB 176/1192 KB 1822/1822 KB 428/577 KB 776/1210 KB 196/1192 KB 432/577 KB 776/1210 KB 196/1192 KB 428/577 KB 780/1210 KB 200/1192 KB 4/439 KB 432/577 KB 784/1210 KB 200/1192 KB 4/439 KB 432/577 KB 788/1210 KB 200/1192 KB 4/439 KB 432/577 KB 792/1210 KB 200/1192 KB 4/439 KB 432/577 KB 796/1210 KB 200/1192 KB 4/439 KB 432/577 KB 800/1210 KB 200/1192 KB 4/439 KB 432/577 KB 804/1210 KB 200/1192 KB 4/439 KB 432/577 KB 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 776/1210 KB 200/1192 KB 4/439 KB 432/577 KB 804/1210 KB 204/1192 KB 4/439 KB 432/577 KB 804/1210 KB 208/1192 KB 4/439 KB 432/577 KB 776/1210 KB 196/1192 KB 4/439 KB 432/577 KB 804/1210 KB 208/1192 KB 8/439 KB 432/577 KB 804/1210 KB 208/1192 KB 12/439 KB 432/577 KB 804/1210 KB 208/1192 KB 16/439 KB 432/577 KB 804/1210 KB 212/1192 KB 16/439 KB 432/577 KB 804/1210 KB 216/1192 KB 20/439 KB 432/577 KB 804/1210 KB 220/1192 KB 20/439 KB 432/577 KB 804/1210 KB 224/1192 KB 20/439 KB 432/577 KB 804/1210 KB 212/1192 KB 20/439 KB 432/577 KB 804/1210 KB 224/1192 KB 24/439 KB 432/577 KB 804/1210 KB 224/1192 KB 28/439 KB 432/577 KB 808/1210 KB 224/1192 KB 32/439 KB 432/577 KB 808/1210 KB 224/1192 KB 36/439 KB 432/577 KB 808/1210 KB 228/1192 KB 40/439 KB 432/577 KB 808/1210 KB 228/1192 KB 44/439 KB 432/577 KB 808/1210 KB 228/1192 KB 48/439 KB 432/577 KB 808/1210 KB 224/1192 KB 28/439 KB 432/577 KB 812/1210 KB 228/1192 KB 48/439 KB 432/577 KB 816/1210 KB 228/1192 KB 48/439 KB 432/577 KB 820/1210 KB 228/1192 KB 48/439 KB 432/577 KB 824/1210 KB 228/1192 KB 48/439 KB 432/577 KB 828/1210 KB 228/1192 KB 48/439 KB 432/577 KB 832/1210 KB 228/1192 KB 48/439 KB 432/577 KB 836/1210 KB 228/1192 KB 52/439 KB 436/577 KB 840/1210 KB 228/1192 KB 52/439 KB 436/577 KB 844/1210 KB 228/1192 KB 52/439 KB 436/577 KB 848/1210 KB 228/1192 KB 52/439 KB 436/577 KB 808/1210 KB 228/1192 KB 36/439 KB 432/577 KB 848/1210 KB 232/1192 KB 52/439 KB 436/577 KB 4/562 KB 848/1210 KB 232/1192 KB 52/439 KB 436/577 KB 8/562 KB 848/1210 KB 232/1192 KB 52/439 KB 436/577 KB 12/562 KB 848/1210 KB 232/1192 KB 52/439 KB 436/577 KB 16/562 KB 848/1210 KB 232/1192 KB 52/439 KB 436/577 KB 20/562 KB 848/1210 KB 232/1192 KB 52/439 KB 436/577 KB 24/562 KB 848/1210 KB 236/1192 KB 52/439 KB 436/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 436/577 KB 832/1210 KB 228/1192 KB 52/439 KB 436/577 KB 832/1210 KB 228/1192 KB 48/439 KB 436/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 440/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 444/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 448/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 452/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 456/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 460/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 464/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 468/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 472/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 476/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 480/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 484/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 488/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 492/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 496/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 500/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 504/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 508/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 512/577 KB 28/562 KB 848/1210 KB 236/1192 KB 52/439 KB 516/577 KB 28/562 KB 848/1210 KB 236/1192 KB 56/439 KB 520/577 KB 32/562 KB 848/1210 KB 236/1192 KB 56/439 KB 524/577 KB 32/562 KB 852/1210 KB 236/1192 KB 56/439 KB 528/577 KB 20/562 KB 848/1210 KB 236/1192 KB 52/439 KB 436/577 KB 32/562 KB 852/1210 KB 240/1192 KB 56/439 KB 528/577 KB 32/562 KB 852/1210 KB 244/1192 KB 56/439 KB 528/577 KB 32/562 KB 852/1210 KB 248/1192 KB 56/439 KB 528/577 KB 32/562 KB 852/1210 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 252/1192 KB 56/439 KB 528/577 KB 32/562 KB 852/1210 KB 256/1192 KB 56/439 KB 528/577 KB 32/562 KB 852/1210 KB 256/1192 KB 56/439 KB 532/577 KB 32/562 KB 852/1210 KB 260/1192 KB 56/439 KB 536/577 KB 32/562 KB 852/1210 KB 260/1192 KB 56/439 KB 540/577 KB 32/562 KB 852/1210 KB 260/1192 KB 56/439 KB 544/577 KB 32/562 KB 852/1210 KB 236/1192 KB 56/439 KB 524/577 KB 32/562 KB 856/1210 KB 260/1192 KB 56/439 KB 544/577 KB 32/562 KB 860/1210 KB 260/1192 KB 56/439 KB 544/577 KB 32/562 KB 864/1210 KB 260/1192 KB 56/439 KB 544/577 KB 32/562 KB 868/1210 KB 260/1192 KB 56/439 KB 544/577 KB 32/562 KB 872/1210 KB 260/1192 KB 56/439 KB 548/577 KB 32/562 KB 876/1210 KB 260/1192 KB 56/439 KB 548/577 KB 32/562 KB 848/1210 KB 236/1192 KB 56/439 KB 520/577 KB 28/562 KB 848/1210 KB 236/1192 KB 56/439 KB 516/577 KB 32/562 KB 876/1210 KB 260/1192 KB 60/439 KB 548/577 KB 32/562 KB 876/1210 KB 260/1192 KB 64/439 KB 548/577 KB 32/562 KB 876/1210 KB 260/1192 KB 68/439 KB 548/577 KB 32/562 KB 876/1210 KB 260/1192 KB 72/439 KB 548/577 KB 32/562 KB 876/1210 KB 260/1192 KB 76/439 KB 548/577 KB 32/562 KB 876/1210 KB 260/1192 KB 80/439 KB 548/577 KB 36/562 KB 876/1210 KB 260/1192 KB 80/439 KB 548/577 KB 40/562 KB 876/1210 KB 260/1192 KB 80/439 KB 548/577 KB 44/562 KB 876/1210 KB 260/1192 KB 80/439 KB 548/577 KB 48/562 KB 876/1210 KB 260/1192 KB 80/439 KB 548/577 KB 52/562 KB 876/1210 KB 260/1192 KB 84/439 KB 548/577 KB 56/562 KB 876/1210 KB 260/1192 KB 84/439 KB 548/577 KB 60/562 KB 876/1210 KB 260/1192 KB 84/439 KB 548/577 KB 64/562 KB 876/1210 KB 260/1192 KB 84/439 KB 548/577 KB 32/562 KB 868/1210 KB 260/1192 KB 56/439 KB 548/577 KB 64/562 KB 880/1210 KB 260/1192 KB 84/439 KB 552/577 KB 68/562 KB 880/1210 KB 260/1192 KB 84/439 KB 556/577 KB 68/562 KB 880/1210 KB 260/1192 KB 84/439 KB 560/577 KB 68/562 KB 880/1210 KB 260/1192 KB 84/439 KB 564/577 KB 32/562 KB 852/1210 KB 260/1192 KB 56/439 KB 532/577 KB 68/562 KB 880/1210 KB 264/1192 KB 84/439 KB 564/577 KB 68/562 KB 880/1210 KB 268/1192 KB 84/439 KB 564/577 KB 68/562 KB 880/1210 KB 272/1192 KB 84/439 KB 564/577 KB 68/562 KB 880/1210 KB 276/1192 KB 84/439 KB 564/577 KB 68/562 KB 880/1210 KB 280/1192 KB 84/439 KB 564/577 KB 68/562 KB 880/1210 KB 284/1192 KB 84/439 KB 564/577 KB 68/562 KB 880/1210 KB 288/1192 KB 84/439 KB 564/577 KB 68/562 KB 880/1210 KB 292/1192 KB 84/439 KB 564/577 KB 68/562 KB 880/1210 KB 296/1192 KB 84/439 KB 564/577 KB 68/562 KB 880/1210 KB 300/1192 KB 84/439 KB 564/577 KB 68/562 KB 880/1210 KB 260/1192 KB 84/439 KB 552/577 KB 72/562 KB 880/1210 KB 300/1192 KB 84/439 KB 568/577 KB 76/562 KB 880/1210 KB 300/1192 KB 84/439 KB 568/577 KB 80/562 KB 880/1210 KB 300/1192 KB 84/439 KB 568/577 KB 64/562 KB 880/1210 KB 260/1192 KB 84/439 KB 548/577 KB 48/562 KB 876/1210 KB 260/1192 KB 84/439 KB 548/577 KB 80/562 KB 880/1210 KB 300/1192 KB 88/439 KB 568/577 KB 80/562 KB 880/1210 KB 300/1192 KB 92/439 KB 568/577 KB 80/562 KB 880/1210 KB 300/1192 KB 96/439 KB 568/577 KB 80/562 KB 880/1210 KB 300/1192 KB 100/439 KB 568/577 KB 80/562 KB 880/1210 KB 300/1192 KB 104/439 KB 568/577 KB 80/562 KB 880/1210 KB 300/1192 KB 108/439 KB 568/577 KB 80/562 KB 880/1210 KB 300/1192 KB 112/439 KB 568/577 KB 80/562 KB 884/1210 KB 300/1192 KB 116/439 KB 568/577 KB 80/562 KB 884/1210 KB 304/1192 KB 120/439 KB 568/577 KB 80/562 KB 884/1210 KB 304/1192 KB 124/439 KB 568/577 KB 80/562 KB 884/1210 KB 304/1192 KB 128/439 KB 568/577 KB 68/562 KB 880/121 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 0 KB 300/1192 KB 84/439 KB 568/577 KB 80/562 KB 884/1210 KB 304/1192 KB 128/439 KB 572/577 KB 80/562 KB 884/1210 KB 304/1192 KB 128/439 KB 576/577 KB 80/562 KB 884/1210 KB 304/1192 KB 116/439 KB 568/577 KB 80/562 KB 884/1210 KB 300/1192 KB 112/439 KB 568/577 KB 80/562 KB 888/1210 KB 304/1192 KB 128/439 KB 576/577 KB 80/562 KB 892/1210 KB 304/1192 KB 128/439 KB 576/577 KB 80/562 KB 896/1210 KB 304/1192 KB 128/439 KB 576/577 KB 80/562 KB 896/1210 KB 308/1192 KB 128/439 KB 576/577 KB 84/562 KB 900/1210 KB 312/1192 KB 132/439 KB 577/577 KB 84/562 KB 900/1210 KB 316/1192 KB 132/439 KB 577/577 KB 84/562 KB 900/1210 KB 320/1192 KB 132/439 KB 577/577 KB 84/562 KB 900/1210 KB 324/1192 KB 132/439 KB 577/577 KB 84/562 KB 900/1210 KB 328/1192 KB 132/439 KB 577/577 KB 84/562 KB 900/1210 KB 332/1192 KB 132/439 KB 577/577 KB 84/562 KB 900/1210 KB 336/1192 KB 132/439 KB 577/577 KB 84/562 KB 900/1210 KB 308/1192 KB 132/439 KB 577/577 KB 84/562 KB 900/1210 KB 336/1192 KB 136/439 KB 577/577 KB 84/562 KB 900/1210 KB 336/1192 KB 140/439 KB 577/577 KB 84/562 KB 900/1210 KB 336/1192 KB 144/439 KB 577/577 KB 84/562 KB 900/1210 KB 336/1192 KB 148/439 KB 577/577 KB 84/562 KB 900/1210 KB 336/1192 KB 152/439 KB 577/577 KB 84/562 KB 900/1210 KB 336/1192 KB 156/439 KB 577/577 KB 84/562 KB 900/1210 KB 340/1192 KB 160/439 KB 577/577 KB 84/562 KB 900/1210 KB 308/1192 KB 128/439 KB 577/577 KB 88/562 KB 900/1210 KB 340/1192 KB 160/439 KB 577/577 KB 92/562 KB 900/1210 KB 340/1192 KB 160/439 KB 577/577 KB 96/562 KB 900/1210 KB 340/1192 KB 160/439 KB 577/577 KB 100/562 KB 900/1210 KB 340/1192 KB 160/439 KB 577/577 KB 104/562 KB 900/1210 KB 340/1192 KB 160/439 KB 577/577 KB 108/562 KB 900/1210 KB 340/1192 KB 160/439 KB 577/577 KB 112/562 KB 900/1210 KB 340/1192 KB 160/439 KB 577/577 KB 116/562 KB 900/1210 KB 340/1192 KB 160/439 KB 577/577 KB 120/562 KB 900/1210 KB 340/1192 KB 160/439 KB 577/577 KB 124/562 KB 900/1210 KB 340/1192 KB 160/439 KB 577/577 KB 128/562 KB 900/1210 KB 340/1192 KB 160/439 KB 577/577 KB 132/562 KB 900/1210 KB 340/1192 KB 160/439 KB 577/577 KB 80/562 KB 900/1210 KB 308/1192 KB 128/439 KB 577/577 KB 132/562 KB 904/1210 KB 340/1192 KB 164/439 KB 577/577 KB 132/562 KB 908/1210 KB 340/1192 KB 164/439 KB 577/577 KB 132/562 KB 912/1210 KB 340/1192 KB 164/439 KB 577/577 KB 132/562 KB 916/1210 KB 340/1192 KB 164/439 KB 577/577 KB 132/562 KB 920/1210 KB 340/1192 KB 164/439 KB 577/577 KB 132/562 KB 924/1210 KB 340/1192 KB 164/439 KB 577/577 KB 132/562 KB 928/1210 KB 340/1192 KB 164/439 KB 577/577 KB 132/562 KB 932/1210 KB 340/1192 KB 164/439 KB 577/577 KB 80/562 KB 896/1210 KB 308/1192 KB 128/439 KB 577/577 KB 132/562 KB 936/1210 KB 340/1192 KB 164/439 KB 577/577 KB 132/562 KB 940/1210 KB 340/1192 KB 164/439 KB 577/577 KB 132/562 KB 944/1210 KB 340/1192 KB 164/439 KB 577/577 KB 132/562 KB 948/1210 KB 340/1192 KB 164/439 KB 577/577 KB 132/562 KB 900/1210 KB 340/1192 KB 164/439 KB 577/577 KB 136/562 KB 948/1210 KB 340/1192 KB 168/439 KB 577/577 KB 136/562 KB 948/1210 KB 340/1192 KB 172/439 KB 577/577 KB 136/562 KB 948/1210 KB 340/1192 KB 176/439 KB 577/577 KB 136/562 KB 948/1210 KB 340/1192 KB 180/439 KB 577/577 KB 84/562 KB 900/1210 KB 340/1192 KB 156/439 KB 577/577 KB 136/562 KB 952/1210 KB 344/1192 KB 180/439 KB 577/577 KB 136/562 KB 952/1210 KB 348/1192 KB 180/439 KB 577/577 KB 136/562 KB 952/1210 KB 352/1192 KB 180/439 KB 577/577 KB 136/562 KB 952/1210 KB 356/1192 KB 180/439 KB 577/577 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 136/562 KB 952/1210 KB 360/1192 KB 180/439 KB 577/577 KB 136/562 KB 952/1210 KB 364/1192 KB 180/439 KB 577/577 KB 136/562 KB 952/1210 KB 368/1192 KB 180/439 KB 577/577 KB 136/562 KB 952/1210 KB 372/1192 KB 180/439 KB 577/577 KB 136/562 KB 952/1210 KB 376/1192 KB 184/439 KB 577/577 KB 136/562 KB 952/1210 KB 380/1192 KB 184/439 KB 577/577 KB 136/562 KB 952/1210 KB 384/1192 KB 184/439 KB 577/577 KB 136/562 KB 952/1210 KB 340/1192 KB 180/439 KB 577/577 KB 136/562 KB 956/1210 KB 384/1192 KB 184/439 KB 577/577 KB 136/562 KB 960/1210 KB 384/1192 KB 184/439 KB 577/577 KB 136/562 KB 948/1210 KB 340/1192 KB 164/439 KB 577/577 KB 140/562 KB 960/1210 KB 384/1192 KB 184/439 KB 577/577 KB 144/562 KB 960/1210 KB 384/1192 KB 184/439 KB 577/577 KB 148/562 KB 960/1210 KB 384/1192 KB 184/439 KB 577/577 KB 152/562 KB 964/1210 KB 384/1192 KB 184/439 KB 577/577 KB 156/562 KB 964/1210 KB 384/1192 KB 184/439 KB 577/577 KB 160/562 KB 964/1210 KB 384/1192 KB 184/439 KB 577/577 KB 136/562 KB 952/1210 KB 372/1192 KB 184/439 KB 577/577 KB 160/562 KB 964/1210 KB 384/1192 KB 188/439 KB 577/577 KB 160/562 KB 964/1210 KB 384/1192 KB 192/439 KB 577/577 KB 160/562 KB 964/1210 KB 384/1192 KB 196/439 KB 577/577 KB 160/562 KB 964/1210 KB 384/1192 KB 200/439 KB 164/562 KB 964/1210 KB 384/1192 KB 204/439 KB 164/562 KB 964/1210 KB 384/1192 KB 208/439 KB 164/562 KB 964/1210 KB 384/1192 KB 212/439 KB 148/562 KB 964/1210 KB 384/1192 KB 184/439 KB 577/577 KB 164/562 KB 968/1210 KB 388/1192 KB 212/439 KB 164/562 KB 972/1210 KB 388/1192 KB 212/439 KB 164/562 KB 976/1210 KB 388/1192 KB 212/439 KB 164/562 KB 964/1210 KB 388/1192 KB 212/439 KB 164/562 KB 976/1210 KB 392/1192 KB 212/439 KB 164/562 KB 976/1210 KB 396/1192 KB 212/439 KB 164/562 KB 976/1210 KB 400/1192 KB 212/439 KB 164/562 KB 980/1210 KB 404/1192 KB 212/439 KB 164/562 KB 980/1210 KB 408/1192 KB 216/439 KB 164/562 KB 980/1210 KB 412/1192 KB 216/439 KB 164/562 KB 980/1210 KB 416/1192 KB 216/439 KB 164/562 KB 980/1210 KB 420/1192 KB 216/439 KB 164/562 KB 964/1210 KB 384/1192 KB 200/439 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 467.3 KB/sec) unit-abot-epc-basic-0: 18:28:12 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-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 168/562 KB 980/1210 KB 420/1192 KB 216/439 KB 172/562 KB 980/1210 KB 420/1192 KB 216/439 KB 176/562 KB 980/1210 KB 420/1192 KB 216/439 KB 180/562 KB 980/1210 KB 420/1192 KB 216/439 KB 184/562 KB 980/1210 KB 420/1192 KB 216/439 KB 188/562 KB 980/1210 KB 420/1192 KB 216/439 KB 192/562 KB 980/1210 KB 420/1192 KB 216/439 KB 196/562 KB 980/1210 KB 420/1192 KB 216/439 KB 200/562 KB 980/1210 KB 420/1192 KB 216/439 KB 204/562 KB 980/1210 KB 420/1192 KB 216/439 KB 208/562 KB 980/1210 KB 420/1192 KB 216/439 KB 212/562 KB 980/1210 KB 424/1192 KB 216/439 KB 216/562 KB 980/1210 KB 424/1192 KB 216/439 KB 164/562 KB 980/1210 KB 404/1192 KB 216/439 KB 216/562 KB 980/1210 KB 424/1192 KB 220/439 KB 216/562 KB 980/1210 KB 424/1192 KB 224/439 KB 164/562 KB 980/1210 KB 400/1192 KB 212/439 KB 216/562 KB 984/1210 KB 424/1192 KB 224/439 KB 216/562 KB 988/1210 KB 424/1192 KB 224/439 KB 216/562 KB 992/1210 KB 424/1192 KB 224/439 KB 216/562 KB 996/1210 KB 424/1192 KB 224/439 KB 216/562 KB 1000/1210 KB 424/1192 KB 228/439 KB 216/562 KB 1004/1210 KB 424/1192 KB 228/439 KB 216/562 KB 1008/1210 KB 424/1192 KB 228/439 KB 216/562 KB 1012/1210 KB 424/1192 KB 228/439 KB 216/562 KB 1016/1210 KB 424/1192 KB 228/439 KB 216/562 KB 1020/1210 KB 424/1192 KB 228/439 KB 216/562 KB 1024/1210 KB 424/1192 KB 228/439 KB 216/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 4/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 8/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 12/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 16/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 20/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 24/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 28/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 32/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 36/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 40/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 44/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 48/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 52/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 56/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 60/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 64/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 68/256 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 208/562 KB 980/1210 KB 424/1192 KB 216/439 KB 68/256 KB 220/562 KB 1032/1210 KB 428/1192 KB 228/439 KB 68/256 KB 220/562 KB 1032/1210 KB 432/1192 KB 228/439 KB 68/256 KB 220/562 KB 1032/1210 KB 436/1192 KB 228/439 KB 68/256 KB 220/562 KB 1032/1210 KB 440/1192 KB 228/439 KB 68/256 KB 220/562 KB 1032/1210 KB 444/1192 KB 228/439 KB 68/256 KB 220/562 KB 1032/1210 KB 448/1192 KB 228/439 KB 68/256 KB 220/562 KB 1032/1210 KB 452/1192 KB 228/439 KB 72/256 KB 220/562 KB 1032/1210 KB 456/1192 KB 228/439 KB 72/256 KB 220/562 KB 1032/1210 KB 460/1192 KB 228/439 KB 72/256 KB 220/562 KB 1032/1210 KB 464/1192 KB 228/439 KB 72/256 KB 220/562 KB 1032/1210 KB 468/1192 KB 228/439 KB 72/256 KB 220/562 KB 1032/1210 KB 472/1192 KB 228/439 KB 72/256 KB 220/562 KB 1032/1210 KB 476/1192 KB 228/439 KB 72/256 KB 220/562 KB 1032/1210 KB 480/1192 KB 228/439 KB 68/256 KB 220/562 KB 1032/1210 KB 424/1192 KB 228/439 KB 72/256 KB 220/562 KB 1036/1210 KB 480/1192 KB 228/439 KB 72/256 KB 220/562 KB 1040/1210 KB 480/1192 KB 228/439 KB 220/562 KB 1028/1210 KB 424/1192 KB 228/439 KB 72/256 KB 224/562 KB 1040/1210 KB 480/1192 KB 228/439 KB 72/2 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 56 KB 228/562 KB 1040/1210 KB 480/1192 KB 228/439 KB 72/256 KB 232/562 KB 1040/1210 KB 480/1192 KB 228/439 KB 216/562 KB 996/1210 KB 424/1192 KB 228/439 KB 72/256 KB 232/562 KB 1040/1210 KB 480/1192 KB 232/439 KB 72/256 KB 232/562 KB 1040/1210 KB 480/1192 KB 236/439 KB 72/256 KB 232/562 KB 1040/1210 KB 480/1192 KB 240/439 KB 72/256 KB 232/562 KB 1040/1210 KB 480/1192 KB 244/439 KB 72/256 KB 232/562 KB 1040/1210 KB 480/1192 KB 248/439 KB 72/256 KB 232/562 KB 1040/1210 KB 480/1192 KB 252/439 KB 72/256 KB 232/562 KB 1040/1210 KB 480/1192 KB 256/439 KB 72/256 KB 232/562 KB 1040/1210 KB 480/1192 KB 260/439 KB 72/256 KB 232/562 KB 1040/1210 KB 480/1192 KB 264/439 KB 72/256 KB 232/562 KB 1040/1210 KB 480/1192 KB 268/439 KB 72/256 KB 232/562 KB 1040/1210 KB 480/1192 KB 272/439 KB 72/256 KB 236/562 KB 1040/1210 KB 480/1192 KB 276/439 KB 72/256 KB 236/562 KB 1044/1210 KB 480/1192 KB 280/439 KB 72/256 KB 236/562 KB 1044/1210 KB 480/1192 KB 284/439 KB 72/256 KB 236/562 KB 1044/1210 KB 480/1192 KB 288/439 KB 72/256 KB 220/562 KB 1032/1210 KB 452/1192 KB 228/439 KB 76/256 KB 236/562 KB 1044/1210 KB 480/1192 KB 288/439 KB 80/256 KB 236/562 KB 1044/1210 KB 480/1192 KB 288/439 KB 84/256 KB 236/562 KB 1044/1210 KB 480/1192 KB 288/439 KB 88/256 KB 236/562 KB 1044/1210 KB 480/1192 KB 288/439 KB 92/256 KB 236/562 KB 1044/1210 KB 480/1192 KB 292/439 KB 96/256 KB 236/562 KB 1044/1210 KB 480/1192 KB 292/439 KB 100/256 KB 236/562 KB 1044/1210 KB 480/1192 KB 292/439 KB 104/256 KB 236/562 KB 1044/1210 KB 484/1192 KB 292/439 KB 108/256 KB 236/562 KB 1044/1210 KB 484/1192 KB 292/439 KB 112/256 KB 236/562 KB 1044/1210 KB 484/1192 KB 292/439 KB 72/256 KB 236/562 KB 1044/1210 KB 480/1192 KB 276/439 KB 112/256 KB 236/562 KB 1048/1210 KB 484/1192 KB 292/439 KB 112/256 KB 236/562 KB 1052/1210 KB 484/1192 KB 292/439 KB 112/256 KB 236/562 KB 1056/1210 KB 484/1192 KB 292/439 KB 112/256 KB 236/562 KB 1060/1210 KB 484/1192 KB 292/439 KB 112/256 KB 236/562 KB 1064/1210 KB 484/1192 KB 292/439 KB 112/256 KB 236/562 KB 1068/1210 KB 484/1192 KB 292/439 KB 112/256 KB 236/562 KB 1072/1210 KB 484/1192 KB 292/439 KB 112/256 KB 236/562 KB 1076/1210 KB 484/1192 KB 292/439 KB 72/256 KB 236/562 KB 1040/1210 KB 480/1192 KB 272/439 KB 112/256 KB 240/562 KB 1076/1210 KB 484/1192 KB 292/439 KB 112/256 KB 244/562 KB 1076/1210 KB 484/1192 KB 292/439 KB 112/256 KB 248/562 KB 1076/1210 KB 484/1192 KB 292/439 KB 112/256 KB 252/562 KB 1076/1210 KB 484/1192 KB 292/439 KB 112/256 KB 256/562 KB 1076/1210 KB 484/1192 KB 292/439 KB 112/256 KB 260/562 KB 1076/1210 KB 484/1192 KB 292/439 KB 112/256 KB 264/562 KB 1076/1210 KB 484/1192 KB 292/439 KB 112/256 KB 268/562 KB 1076/1210 KB 484/1192 KB 292/439 KB 112/256 KB 272/562 KB 1076/1210 KB 484/1192 KB 292/439 KB 112/256 KB 276/562 KB 1076/1210 KB 484/1192 KB 292/439 KB 116/256 KB 280/562 KB 1080/1210 KB 484/1192 KB 292/439 KB 116/256 KB 284/562 KB 1080/1210 KB 484/1192 KB 292/439 KB 116/256 KB 288/562 KB 1080/1210 KB 484/1192 KB 292/439 KB 100/256 KB 236/562 KB 1044/1210 KB 484/1192 KB 292/439 KB 116/256 KB 288/562 KB 1080/1210 KB 488/1192 KB 292/439 KB 116/256 KB 288/562 KB 1080/1210 KB 492/1192 KB 292/439 KB 116/256 KB 288/562 KB 1080/1210 KB 496/1192 KB 292/439 KB 116/256 KB 288/562 KB 1080/1210 KB 500/1192 KB 292/439 KB 116/256 KB 288/562 KB 1080/1210 KB 504/1192 KB 292/439 KB 116/256 KB 292/562 KB 1080/1210 KB 508/1192 KB 292/439 KB 116/256 KB 292/562 KB 1080/1210 KB 512/1192 KB 292/439 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 116/256 KB 292/562 KB 1080/1210 KB 516/1192 KB 292/439 KB 88/256 KB 236/562 KB 1044/1210 KB 480/1192 KB 292/439 KB 116/256 KB 292/562 KB 1080/1210 KB 516/1192 KB 296/439 KB 116/256 KB 292/562 KB 1080/1210 KB 516/1192 KB 300/439 KB 116/256 KB 292/562 KB 1080/1210 KB 516/1192 KB 304/439 KB 116/256 KB 292/562 KB 1080/1210 KB 516/1192 KB 308/439 KB 116/256 KB 292/562 KB 1080/1210 KB 516/1192 KB 312/439 KB 116/256 KB 292/562 KB 1080/1210 KB 516/1192 KB 316/439 KB 116/256 KB 292/562 KB 1080/1210 KB 516/1192 KB 320/439 KB 116/256 KB 292/562 KB 1080/1210 KB 516/1192 KB 324/439 KB 116/256 KB 292/562 KB 1080/1210 KB 516/1192 KB 328/439 KB 116/256 KB 292/562 KB 1080/1210 KB 516/1192 KB 332/439 KB 116/256 KB 292/562 KB 1080/1210 KB 516/1192 KB 336/439 KB 116/256 KB 292/562 KB 1080/1210 KB 516/1192 KB 340/439 KB 116/256 KB 292/562 KB 1080/1210 KB 504/1192 KB 292/439 KB 116/256 KB 296/562 KB 1080/1210 KB 520/1192 KB 340/439 KB 116/256 KB 300/562 KB 1080/1210 KB 520/1192 KB 340/439 KB 116/256 KB 304/562 KB 1080/1210 KB 520/1192 KB 340/439 KB 116/256 KB 308/562 KB 1080/1210 KB 520/1192 KB 340/439 KB 116/256 KB 276/562 KB 1080/1210 KB 484/1192 KB 292/439 KB 120/256 KB 308/562 KB 1080/1210 KB 520/1192 KB 344/439 KB 124/256 KB 308/562 KB 1080/1210 KB 520/1192 KB 344/439 KB 128/256 KB 308/562 KB 1080/1210 KB 520/1192 KB 344/439 KB 132/256 KB 308/562 KB 1080/1210 KB 520/1192 KB 344/439 KB 136/256 KB 308/562 KB 1080/1210 KB 520/1192 KB 344/439 KB 140/256 KB 308/562 KB 1080/1210 KB 520/1192 KB 344/439 KB 144/256 KB 308/562 KB 1080/1210 KB 520/1192 KB 344/439 KB 148/256 KB 308/562 KB 1080/1210 KB 520/1192 KB 344/439 KB 112/256 KB 276/562 KB 1080/1210 KB 484/1192 KB 292/439 KB 148/256 KB 308/562 KB 1084/1210 KB 520/1192 KB 344/439 KB 148/256 KB 308/562 KB 1088/1210 KB 520/1192 KB 344/439 KB 148/256 KB 308/562 KB 1092/1210 KB 520/1192 KB 344/439 KB 148/256 KB 308/562 KB 1096/1210 KB 520/1192 KB 344/439 KB 148/256 KB 308/562 KB 1100/1210 KB 520/1192 KB 344/439 KB 148/256 KB 308/562 KB 1104/1210 KB 520/1192 KB 344/439 KB 148/256 KB 308/562 KB 1108/1210 KB 520/1192 KB 344/439 KB 148/256 KB 308/562 KB 1112/1210 KB 520/1192 KB 344/439 KB 148/256 KB 308/562 KB 1116/1210 KB 520/1192 KB 344/439 KB 148/256 KB 308/562 KB 1120/1210 KB 520/1192 KB 344/439 KB 116/256 KB 308/562 KB 1080/1210 KB 520/1192 KB 344/439 KB 148/256 KB 308/562 KB 1120/1210 KB 520/1192 KB 348/439 KB 148/256 KB 308/562 KB 1124/1210 KB 520/1192 KB 352/439 KB 116/256 KB 292/562 KB 1080/1210 KB 520/1192 KB 340/439 KB 152/256 KB 312/562 KB 1124/1210 KB 524/1192 KB 352/439 KB 152/256 KB 312/562 KB 1124/1210 KB 528/1192 KB 352/439 KB 152/256 KB 312/562 KB 1124/1210 KB 532/1192 KB 352/439 KB 152/256 KB 312/562 KB 1124/1210 KB 536/1192 KB 356/439 KB 152/256 KB 312/562 KB 1124/1210 KB 540/1192 KB 356/439 KB 152/256 KB 312/562 KB 1124/1210 KB 544/1192 KB 356/439 KB 152/256 KB 312/562 KB 1124/1210 KB 520/1192 KB 352/439 KB 152/256 KB 316/562 KB 1124/1210 KB 544/1192 KB 356/439 KB 152/256 KB 320/562 KB 1124/1210 KB 544/1192 KB 356/439 KB 152/256 KB 308/562 KB 1124/1210 KB 520/1192 KB 352/439 KB 156/256 KB 320/562 KB 1124/1210 KB 544/1192 KB 356/439 KB 160/256 KB 320/562 KB 1124/1210 KB 544/1192 KB 356/439 KB 160/256 KB 324/562 KB 1124/1210 KB 544/1192 KB 356/439 KB 164/256 KB 328/562 KB 1124/1210 KB 548/1192 KB 356/439 KB 164/256 KB 332/562 KB 1124/1210 KB 548/1192 KB 356/439 KB 164/256 KB 336/562 KB 1124/1210 KB 548/1192 KB 356/439 KB 148/256 KB 308/562 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 1124/1210 KB 520/1192 KB 348/439 KB 164/256 KB 336/562 KB 1128/1210 KB 548/1192 KB 356/439 KB 164/256 KB 336/562 KB 1132/1210 KB 548/1192 KB 356/439 KB 164/256 KB 336/562 KB 1136/1210 KB 548/1192 KB 356/439 KB 164/256 KB 336/562 KB 1140/1210 KB 548/1192 KB 356/439 KB 164/256 KB 340/562 KB 1144/1210 KB 548/1192 KB 356/439 KB 164/256 KB 340/562 KB 1148/1210 KB 548/1192 KB 356/439 KB 164/256 KB 340/562 KB 1152/1210 KB 548/1192 KB 356/439 KB 164/256 KB 324/562 KB 1124/1210 KB 548/1192 KB 356/439 KB 164/256 KB 340/562 KB 1152/1210 KB 552/1192 KB 356/439 KB 164/256 KB 340/562 KB 1152/1210 KB 556/1192 KB 356/439 KB 164/256 KB 340/562 KB 1152/1210 KB 560/1192 KB 356/439 KB 164/256 KB 340/562 KB 1152/1210 KB 564/1192 KB 356/439 KB 164/256 KB 340/562 KB 1156/1210 KB 568/1192 KB 356/439 KB 164/256 KB 340/562 KB 1156/1210 KB 572/1192 KB 356/439 KB 164/256 KB 340/562 KB 1156/1210 KB 576/1192 KB 356/439 KB 164/256 KB 324/562 KB 1124/1210 KB 544/1192 KB 356/439 KB 168/256 KB 340/562 KB 1156/1210 KB 576/1192 KB 356/439 KB 172/256 KB 340/562 KB 1156/1210 KB 576/1192 KB 356/439 KB 176/256 KB 340/562 KB 1156/1210 KB 576/1192 KB 356/439 KB 180/256 KB 340/562 KB 1156/1210 KB 576/1192 KB 356/439 KB 184/256 KB 340/562 KB 1156/1210 KB 576/1192 KB 356/439 KB 188/256 KB 340/562 KB 1156/1210 KB 576/1192 KB 356/439 KB 192/256 KB 340/562 KB 1156/1210 KB 576/1192 KB 356/439 KB 196/256 KB 340/562 KB 1156/1210 KB 576/1192 KB 356/439 KB 152/256 KB 312/562 KB 1124/1210 KB 532/1192 KB 356/439 KB 196/256 KB 340/562 KB 1156/1210 KB 580/1192 KB 360/439 KB 196/256 KB 340/562 KB 1156/1210 KB 580/1192 KB 364/439 KB 196/256 KB 340/562 KB 1156/1210 KB 580/1192 KB 368/439 KB 196/256 KB 340/562 KB 1156/1210 KB 580/1192 KB 372/439 KB 196/256 KB 340/562 KB 1156/1210 KB 580/1192 KB 376/439 KB 196/256 KB 340/562 KB 1156/1210 KB 580/1192 KB 380/439 KB 196/256 KB 340/562 KB 1156/1210 KB 580/1192 KB 384/439 KB 196/256 KB 340/562 KB 1156/1210 KB 580/1192 KB 388/439 KB 196/256 KB 340/562 KB 1156/1210 KB 580/1192 KB 392/439 KB 196/256 KB 340/562 KB 1156/1210 KB 580/1192 KB 396/439 KB 196/256 KB 340/562 KB 1156/1210 KB 580/1192 KB 400/439 KB 196/256 KB 340/562 KB 1156/1210 KB 580/1192 KB 404/439 KB 196/256 KB 340/562 KB 1156/1210 KB 580/1192 KB 356/439 KB 200/256 KB 340/562 KB 1156/1210 KB 584/1192 KB 404/439 KB 200/256 KB 340/562 KB 1156/1210 KB 588/1192 KB 404/439 KB 164/256 KB 340/562 KB 1156/1210 KB 564/1192 KB 356/439 KB 200/256 KB 340/562 KB 1160/1210 KB 588/1192 KB 404/439 KB 200/256 KB 340/562 KB 1164/1210 KB 588/1192 KB 404/439 KB 200/256 KB 340/562 KB 1168/1210 KB 588/1192 KB 404/439 KB 200/256 KB 340/562 KB 1172/1210 KB 588/1192 KB 404/439 KB 200/256 KB 340/562 KB 1176/1210 KB 592/1192 KB 404/439 KB 200/256 KB 340/562 KB 1180/1210 KB 592/1192 KB 404/439 KB 200/256 KB 340/562 KB 1184/1210 KB 592/1192 KB 404/439 KB 164/256 KB 340/562 KB 1140/1210 KB 548/1192 KB 356/439 KB 200/256 KB 344/562 KB 1184/1210 KB 592/1192 KB 408/439 KB 200/256 KB 348/562 KB 1184/1210 KB 592/1192 KB 408/439 KB 200/256 KB 352/562 KB 1184/1210 KB 592/1192 KB 408/439 KB 200/256 KB 356/562 KB 1184/1210 KB 592/1192 KB 408/439 KB 200/256 KB 360/562 KB 1184/1210 KB 592/1192 KB 408/439 KB 200/256 KB 364/562 KB 1184/1210 KB 592/1192 KB 408/439 KB 200/256 KB 368/562 KB 1184/1210 KB 592/1192 KB 408/439 KB 200/256 KB 372/562 KB 1184/1210 KB 592/1192 KB 408/439 KB 200/256 KB 376/562 KB 1184/1210 KB 592/1192 KB 408/439 KB 200/256 KB 380/562 KB 1184/1210 KB 592/1192 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install KB 408/439 KB 200/256 KB 384/562 KB 1184/1210 KB 592/1192 KB 408/439 KB 200/256 KB 388/562 KB 1184/1210 KB 592/1192 KB 408/439 KB 200/256 KB 340/562 KB 1184/1210 KB 592/1192 KB 408/439 KB 200/256 KB 388/562 KB 1188/1210 KB 592/1192 KB 412/439 KB 200/256 KB 388/562 KB 1188/1210 KB 592/1192 KB 416/439 KB 200/256 KB 340/562 KB 1172/1210 KB 592/1192 KB 404/439 KB 200/256 KB 340/562 KB 1156/1210 KB 580/1192 KB 404/439 KB 204/256 KB 388/562 KB 1188/1210 KB 592/1192 KB 416/439 KB 208/256 KB 388/562 KB 1188/1210 KB 592/1192 KB 416/439 KB 212/256 KB 388/562 KB 1188/1210 KB 592/1192 KB 416/439 KB 216/256 KB 388/562 KB 1188/1210 KB 596/1192 KB 416/439 KB 220/256 KB 388/562 KB 1188/1210 KB 596/1192 KB 416/439 KB 220/256 KB 388/562 KB 1188/1210 KB 596/1192 KB 420/439 KB 200/256 KB 388/562 KB 1188/1210 KB 592/1192 KB 408/439 KB 224/256 KB 388/562 KB 1192/1210 KB 596/1192 KB 420/439 KB 224/256 KB 388/562 KB 1196/1210 KB 596/1192 KB 420/439 KB 224/256 KB 388/562 KB 1200/1210 KB 596/1192 KB 420/439 KB 224/256 KB 388/562 KB 1204/1210 KB 596/1192 KB 424/439 KB 224/256 KB 388/562 KB 1188/1210 KB 596/1192 KB 420/439 KB 212/256 KB 388/562 KB 1188/1210 KB 596/1192 KB 416/439 KB 224/256 KB 392/562 KB 1204/1210 KB 600/1192 KB 424/439 KB 224/256 KB 392/562 KB 1204/1210 KB 604/1192 KB 424/439 KB 224/256 KB 392/562 KB 1204/1210 KB 608/1192 KB 424/439 KB 228/256 KB 392/562 KB 1204/1210 KB 612/1192 KB 424/439 KB 228/256 KB 392/562 KB 1204/1210 KB 616/1192 KB 424/439 KB 228/256 KB 392/562 KB 1204/1210 KB 620/1192 KB 424/439 KB 228/256 KB 392/562 KB 1204/1210 KB 624/1192 KB 424/439 KB 228/256 KB 392/562 KB 1208/1210 KB 628/1192 KB 424/439 KB 228/256 KB 392/562 KB 1208/1210 KB 632/1192 KB 424/439 KB 228/256 KB 392/562 KB 1208/1210 KB 636/1192 KB 424/439 KB 228/256 KB 392/562 KB 1208/1210 KB 640/1192 KB 424/439 KB 228/256 KB 392/562 KB 1208/1210 KB 644/1192 KB 424/439 KB 228/256 KB 392/562 KB 1208/1210 KB 648/1192 KB 424/439 KB 228/256 KB 392/562 KB 1208/1210 KB 652/1192 KB 424/439 KB 224/256 KB 392/562 KB 1204/1210 KB 596/1192 KB 424/439 KB 224/256 KB 388/562 KB 1200/1210 KB 596/1192 KB 424/439 KB 228/256 KB 392/562 KB 1208/1210 KB 652/1192 KB 428/439 KB 228/256 KB 392/562 KB 1208/1210 KB 652/1192 KB 432/439 KB 228/256 KB 396/562 KB 1208/1210 KB 652/1192 KB 432/439 KB 228/256 KB 400/562 KB 1208/1210 KB 652/1192 KB 432/439 KB 228/256 KB 392/562 KB 1208/1210 KB 624/1192 KB 424/439 KB 228/256 KB 400/562 KB 1210/1210 KB 652/1192 KB 432/439 KB 228/256 KB 392/562 KB 1204/1210 KB 608/1192 KB 424/439 KB 232/256 KB 404/562 KB 1210/1210 KB 652/1192 KB 432/439 KB 236/256 KB 404/562 KB 1210/1210 KB 652/1192 KB 432/439 KB 240/256 KB 404/562 KB 1210/1210 KB 652/1192 KB 432/439 KB 244/256 KB 404/562 KB 1210/1210 KB 652/1192 KB 432/439 KB 248/256 KB 404/562 KB 1210/1210 KB 652/1192 KB 432/439 KB 252/256 KB 404/562 KB 1210/1210 KB 652/1192 KB 432/439 KB 256/256 KB 404/562 KB 1210/1210 KB 652/1192 KB 432/439 KB 256/256 KB 404/562 KB 1210/1210 KB 652/1192 KB 432/439 KB 228/256 KB 404/562 KB 1210/1210 KB 652/1192 KB 432/439 KB 256/256 KB 408/562 KB 1210/1210 KB 652/1192 KB 432/439 KB 256/256 KB 412/562 KB 1210/1210 KB 652/1192 KB 432/439 KB 256/256 KB 416/562 KB 1210/1210 KB 652/1192 KB 432/439 KB 256/256 KB 420/562 KB 1210/1210 KB 652/1192 KB 436/439 KB 256/256 KB 416/562 KB 1210/1210 KB 652/1192 KB 436/439 KB 256/256 KB 420/562 KB 1210/1210 KB 652/1192 KB 439/439 KB 256/256 KB 424/562 KB 1210/1210 KB 652/1192 KB 439/439 KB 256/25 unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 6 KB 428/562 KB 1210/1210 KB 656/1192 KB 439/439 KB 256/256 KB 432/562 KB 1210/1210 KB 656/1192 KB 439/439 KB 256/256 KB 436/562 KB 1210/1210 KB 656/1192 KB 439/439 KB 440/562 KB 656/1192 KB 444/562 KB 656/1192 KB 448/562 KB 656/1192 KB 256/256 KB 424/562 KB 1210/1210 KB 656/1192 KB 439/439 KB 448/562 KB 660/1192 KB 448/562 KB 664/1192 KB 448/562 KB 668/1192 KB 448/562 KB 672/1192 KB 448/562 KB 676/1192 KB 452/562 KB 680/1192 KB 452/562 KB 684/1192 KB 452/562 KB 688/1192 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 196.8 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 337.9 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 452/562 KB 676/1192 KB 456/562 KB 688/1192 KB 460/562 KB 688/1192 KB 464/562 KB 688/1192 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 931.1 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:12 DEBUG unit.abot-epc-basic/0.install 464/562 KB 692/1192 KB 464/562 KB 696/1192 KB 468/562 KB 700/1192 KB 468/562 KB 704/1192 KB 468/562 KB 708/1192 KB 468/562 KB 712/1192 KB 468/562 KB 716/1192 KB 468/562 KB 720/1192 KB 468/562 KB 724/1192 KB 468/562 KB 728/1192 KB 468/562 KB 732/1192 KB 468/562 KB 736/1192 KB 468/562 KB 696/1192 KB 472/562 KB 736/1192 KB 476/562 KB 736/1192 KB 480/562 KB 736/1192 KB 484/562 KB 736/1192 KB 488/562 KB 736/1192 KB 492/562 KB 736/1192 KB 496/562 KB 736/1192 KB 500/562 KB 736/1192 KB 504/562 KB 736/1192 KB 508/562 KB 736/1192 KB 512/562 KB 736/1192 KB 512/562 KB 740/1192 KB 516/562 KB 4/140 KB 744/1192 KB 516/562 KB 4/140 KB 748/1192 KB 516/562 KB 4/140 KB 752/1192 KB 516/562 KB 4/140 KB 756/1192 KB 516/562 KB 4/140 KB 760/1192 KB 516/562 KB 4/140 KB 764/1192 KB 512/562 KB 4/140 KB 740/1192 KB 516/562 KB 8/140 KB 764/1192 KB 516/562 KB 12/140 KB 764/1192 KB 516/562 KB 16/140 KB 764/1192 KB 516/562 KB 20/140 KB 764/1192 KB 516/562 KB 24/140 KB 764/1192 KB 516/562 KB 28/140 KB 764/1192 KB 516/562 KB 32/140 KB 764/1192 KB 516/562 KB 36/140 KB 764/1192 KB 516/562 KB 40/140 KB 764/1192 KB 516/562 KB 44/140 KB 764/1192 KB 516/562 KB 48/140 KB 764/1192 KB 516/562 KB 52/140 KB 764/1192 KB 516/562 KB 56/140 KB 764/1192 KB 516/562 KB 60/140 KB 764/1192 KB 516/562 KB 64/140 KB 764/1192 KB 516/562 KB 68/140 KB 764/1192 KB 516/562 KB 72/140 KB 764/1192 KB 516/562 KB 72/140 KB 768/1192 KB 516/562 KB 4/140 KB 740/1192 KB 520/562 KB 76/140 KB 768/1192 KB 524/562 KB 76/140 KB 768/1192 KB 528/562 KB 76/140 KB 768/1192 KB 532/562 KB 76/140 KB 768/1192 KB 536/562 KB 76/140 KB 768/1192 KB 540/562 KB 76/140 KB 768/1192 KB 544/562 KB 76/140 KB 768/1192 KB 548/562 KB 76/140 KB 768/1192 KB 552/562 KB 76/140 KB 772/1192 KB 556/562 KB 76/140 KB 772/1192 KB 560/562 KB 76/140 KB 772/1192 KB 516/562 KB 76/140 KB 768/1192 KB 560/562 KB 80/140 KB 772/1192 KB 560/562 KB 84/140 KB 772/1192 KB 560/562 KB 88/140 KB 772/1192 KB 560/562 KB 92/140 KB 772/1192 KB 560/562 KB 96/140 KB 772/1192 KB 560/562 KB 100/140 KB 772/1192 KB 548/562 KB 76/140 KB 772/1192 KB 562/562 KB 100/140 KB 776/1192 KB 562/562 KB 100/140 KB 780/1192 KB 562/562 KB 100/140 KB 784/1192 KB 562/562 KB 100/140 KB 784/1192 KB 4/1461 KB 562/562 KB 100/140 KB 784/1192 KB 8/1461 KB 562/562 KB 100/140 KB 784/1192 KB 12/1461 KB 562/562 KB 100/140 KB 784/1192 KB 16/1461 KB 562/562 KB 100/140 KB 784/1192 KB 20/1461 KB 562/562 KB 100/140 KB 784/1192 KB 24/1461 KB 562/562 KB 100/140 KB 784/1192 KB 28/1461 KB 562/562 KB 100/140 KB 784/1192 KB 32/1461 KB 562/562 KB 100/140 KB 784/1192 KB 36/1461 KB 562/562 KB 100/140 KB 784/1192 KB 40/1461 KB 562/562 KB 100/140 KB 784/1192 KB 44/1461 KB 562/562 KB 100/140 KB 784/1192 KB 48/1461 KB 562/562 KB 100/140 KB 784/1192 KB 52/1461 KB 562/562 KB 100/140 KB 784/1192 KB 56/1461 KB 562/562 KB 100/140 KB 784/1192 KB 60/1461 KB 562/562 KB 100/140 KB 784/1192 KB 64/1461 KB 562/562 KB 100/140 KB 784/1192 KB 68/1461 KB 562/562 KB 100/140 KB 784/1192 KB 72/1461 KB 562/562 KB 100/140 KB 784/1192 KB 76/1461 KB 562/562 KB 100/140 KB 772/1192 KB 562/562 KB 100/140 KB 788/1192 KB 76/1461 KB 562/562 KB 100/140 KB 792/1192 KB 76/1461 KB 562/562 KB 104/140 KB 792/1192 KB 80/1461 KB 562/562 KB 108/140 KB 792/1192 KB 80/1461 KB 562/562 KB 112/140 KB 796/1192 KB 80/1461 KB 562/562 KB 100/140 KB 792/1192 KB 80/1461 KB 562/562 KB 108/140 KB 796/1192 KB 80/1461 KB 562/562 KB 112/140 KB 800/1192 KB unit-abot-epc-basic-0: 18:28:12 DEBUG unit.abot-epc-basic/0.install 80/1461 KB 562/562 KB 112/140 KB 804/1192 KB 84/1461 KB 562/562 KB 116/140 KB 808/1192 KB 84/1461 KB 562/562 KB 112/140 KB 800/1192 KB 84/1461 KB 562/562 KB 116/140 KB 812/1192 KB 88/1461 KB 562/562 KB 116/140 KB 804/1192 KB 84/1461 KB 562/562 KB 120/140 KB 812/1192 KB 92/1461 KB 562/562 KB 124/140 KB 812/1192 KB 92/1461 KB 562/562 KB 128/140 KB 812/1192 KB 92/1461 KB 562/562 KB 116/140 KB 812/1192 KB 92/1461 KB 562/562 KB 128/140 KB 812/1192 KB 96/1461 KB 562/562 KB 124/140 KB 812/1192 KB 92/1461 KB 562/562 KB 128/140 KB 816/1192 KB 96/1461 KB 562/562 KB 128/140 KB 816/1192 KB 100/1461 KB 562/562 KB 132/140 KB 820/1192 KB 104/1461 KB 562/562 KB 132/140 KB 820/1192 KB 108/1461 KB 562/562 KB 132/140 KB 820/1192 KB 112/1461 KB 562/562 KB 132/140 KB 820/1192 KB 100/1461 KB 562/562 KB 132/140 KB 824/1192 KB 112/1461 KB 562/562 KB 132/140 KB 828/1192 KB 112/1461 KB 562/562 KB 132/140 KB 832/1192 KB 112/1461 KB 562/562 KB 132/140 KB 836/1192 KB 112/1461 KB 132/140 KB 840/1192 KB 116/1461 KB 132/140 KB 844/1192 KB 116/1461 KB 132/140 KB 848/1192 KB 116/1461 KB 562/562 KB 132/140 KB 816/1192 KB 100/1461 KB 136/140 KB 848/1192 KB 116/1461 KB 140/140 KB 848/1192 KB 116/1461 KB 140/140 KB 848/1192 KB 116/1461 KB 132/140 KB 836/1192 KB 116/1461 KB 140/140 KB 848/1192 KB 120/1461 KB 140/140 KB 848/1192 KB 124/1461 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 422.2 KB/sec) unit-abot-epc-basic-0: 18:28:12 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 140/140 KB 848/1192 KB 128/1461 KB 140/140 KB 848/1192 KB 132/1461 KB 140/140 KB 852/1192 KB 136/1461 KB 140/140 KB 852/1192 KB 140/1461 KB 140/140 KB 852/1192 KB 144/1461 KB 140/140 KB 852/1192 KB 132/1461 KB 140/140 KB 856/1192 KB 144/1461 KB 140/140 KB 860/1192 KB 144/1461 KB 140/140 KB 864/1192 KB 144/1461 KB 140/140 KB 864/1192 KB 148/1461 KB 140/140 KB 868/1192 KB 152/1461 KB 140/140 KB 868/1192 KB 156/1461 KB 140/140 KB 868/1192 KB 160/1461 KB 140/140 KB 868/1192 KB 148/1461 KB 140/140 KB 872/1192 KB 160/1461 KB 140/140 KB 876/1192 KB 160/1461 KB 140/140 KB 880/1192 KB 160/1461 KB 140/140 KB 884/1192 KB 160/1461 KB 140/140 KB 888/1192 KB 164/1461 KB 140/140 KB 892/1192 KB 164/1461 KB 140/140 KB 896/1192 KB 164/1461 KB 140/140 KB 884/1192 KB 164/1461 KB 140/140 KB 896/1192 KB 168/1461 KB 140/140 KB 896/1192 KB 172/1461 KB 140/140 KB 896/1192 KB 176/1461 KB 140/140 KB 896/1192 KB 180/1461 KB 900/1192 KB 184/1461 KB 900/1192 KB 188/1461 KB 900/1192 KB 192/1461 KB 900/1192 KB 180/1461 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 104.7 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 904/1192 KB 192/1461 KB 904/1192 KB 192/1461 KB 4/37 KB 904/1192 KB 192/1461 KB 8/37 KB 904/1192 KB 192/1461 KB 12/37 KB 904/1192 KB 192/1461 KB 16/37 KB 904/1192 KB 192/1461 KB 20/37 KB 904/1192 KB 192/1461 KB 24/37 KB 904/1192 KB 192/1461 KB 28/37 KB 904/1192 KB 192/1461 KB 32/37 KB 904/1192 KB 192/1461 KB 36/37 KB 904/1192 KB 192/1461 KB 37/37 KB 908/1192 KB 192/1461 KB 37/37 KB 912/1192 KB 192/1461 KB 37/37 KB 4/46 KB 912/1192 KB 196/1461 KB 37/37 KB 8/46 KB 912/1192 KB 196/1461 KB 37/37 KB 12/46 KB 912/1192 KB 196/1461 KB 37/37 KB 16/46 KB 912/1192 KB 196/1461 KB 37/37 KB 20/46 KB 912/1192 KB 196/1461 KB 37/37 KB 24/46 KB 912/1192 KB 196/1461 KB 37/37 KB 28/46 KB 912/1192 KB 196/1461 KB 37/37 KB 32/46 KB 912/1192 KB 196/1461 KB 37/37 KB 36/46 KB 912/1192 KB 196/1461 KB 37/37 KB 40/46 KB 912/1192 KB 196/1461 KB 37/37 KB 44/46 KB 912/1192 KB 196/1461 KB 37/37 KB 46/46 KB 912/1192 KB 196/1461 KB 37/37 KB 912/1192 KB 196/1461 KB 37/37 KB 46/46 KB 912/1192 KB 200/1461 KB 37/37 KB 46/46 KB 912/1192 KB 204/1461 KB 37/37 KB 46/46 KB 916/1192 KB 208/1461 KB 37/37 KB 46/46 KB 916/1192 KB 204/1461 KB 37/37 KB 46/46 KB 920/1192 KB 208/1461 KB 37/37 KB 46/46 KB 924/1192 KB 208/1461 KB 37/37 KB 46/46 KB 928/1192 KB 208/1461 KB 37/37 KB 46/46 KB 928/1192 KB 212/1461 KB 37/37 KB 46/46 KB 932/1192 KB 216/1461 KB 37/37 KB 46/46 KB 932/1192 KB 220/1461 KB 37/37 KB 46/46 KB 932/1192 KB 224/1461 KB 37/37 KB 46/46 KB 932/1192 KB 212/1461 KB 37/37 KB 46/46 KB 936/1192 KB 224/1461 KB 37/37 KB 46/46 KB 940/1192 KB 224/1461 KB 37/37 KB 46/46 KB 944/1192 KB 224/1461 KB 37/37 KB 46/46 KB 944/1192 KB 228/1461 KB 37/37 KB 46/46 KB 948/1192 KB 232/1461 KB 46/46 KB 948/1192 KB 236/1461 KB 46/46 KB 948/1192 KB 240/1461 KB 46/46 KB 948/1192 KB 228/1461 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 27.3 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 46/46 KB 952/1192 KB 240/1461 KB 46/46 KB 956/1192 KB 240/1461 KB 46/46 KB 960/1192 KB 244/1461 KB 46/46 KB 4/1118 KB 960/1192 KB 244/1461 KB 46/46 KB 8/1118 KB 960/1192 KB 244/1461 KB 46/46 KB 12/1118 KB 960/1192 KB 244/1461 KB 46/46 KB 16/1118 KB 960/1192 KB 244/1461 KB 46/46 KB 20/1118 KB 960/1192 KB 244/1461 KB 46/46 KB 24/1118 KB 960/1192 KB 244/1461 KB 46/46 KB 28/1118 KB 960/1192 KB 244/1461 KB 46/46 KB 32/1118 KB 960/1192 KB 244/1461 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 33.5 KB/sec) unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install 36/1118 KB 964/1192 KB 244/1461 KB 36/1118 KB 968/1192 KB 244/1461 KB 36/1118 KB 972/1192 KB 244/1461 KB 36/1118 KB 976/1192 KB 244/1461 KB 36/1118 KB 980/1192 KB 244/1461 KB 36/1118 KB 980/1192 KB 244/1461 KB 4/287 KB 36/1118 KB 980/1192 KB 244/1461 KB 8/287 KB 36/1118 KB 980/1192 KB 244/1461 KB 12/287 KB 36/1118 KB 980/1192 KB 244/1461 KB 16/287 KB 46/46 KB 956/1192 KB 244/1461 KB 36/1118 KB 980/1192 KB 248/1461 KB 16/287 KB 36/1118 KB 960/1192 KB 244/1461 KB 40/1118 KB 980/1192 KB 248/1461 KB 16/287 KB 44/1118 KB 980/1192 KB 248/1461 KB 16/287 KB 48/1118 KB 980/1192 KB 248/1461 KB 16/287 KB 52/1118 KB 980/1192 KB 248/1461 KB 16/287 KB 56/1118 KB 980/1192 KB 248/1461 KB 20/287 KB 52/1118 KB 980/1192 KB 248/1461 KB 20/287 KB 60/1118 KB 980/1192 KB 248/1461 KB 24/287 KB 60/1118 KB 980/1192 KB 248/1461 KB 28/287 KB 60/1118 KB 980/1192 KB 248/1461 KB 32/287 KB 60/1118 KB 980/1192 KB 248/1461 KB 36/287 KB 60/1118 KB 980/1192 KB 252/1461 KB 36/287 KB 60/1118 KB 980/1192 KB 256/1461 KB 36/287 KB 60/1118 KB 980/1192 KB 248/1461 KB 20/287 KB 64/1118 KB 980/1192 KB 256/1461 KB 36/287 KB 68/1118 KB 980/1192 KB 256/1461 KB 36/287 KB 72/1118 KB 980/1192 KB 256/1461 KB 40/287 KB 76/1118 KB 980/1192 KB 256/1461 KB 40/287 KB 80/1118 KB 980/1192 KB 256/1461 KB 40/287 KB 84/1118 KB 980/1192 KB 256/1461 KB 40/287 KB 88/1118 KB 984/1192 KB 260/1461 KB 40/287 KB 92/1118 KB 984/1192 KB 260/1461 KB 40/287 KB 96/1118 KB 984/1192 KB 260/1461 KB 40/287 KB 100/1118 KB 984/1192 KB 260/1461 KB 40/287 KB 104/1118 KB 984/1192 KB 260/1461 KB 40/287 KB 108/1118 KB 984/1192 KB 260/1461 KB 40/287 KB 112/1118 KB 984/1192 KB 260/1461 KB 40/287 KB 68/1118 KB 980/1192 KB 256/1461 KB 40/287 KB 112/1118 KB 984/1192 KB 260/1461 KB 44/287 KB 112/1118 KB 984/1192 KB 260/1461 KB 48/287 KB 112/1118 KB 984/1192 KB 260/1461 KB 52/287 KB 112/1118 KB 984/1192 KB 260/1461 KB 56/287 KB 112/1118 KB 984/1192 KB 260/1461 KB 60/287 KB 112/1118 KB 984/1192 KB 260/1461 KB 64/287 KB 84/1118 KB 984/1192 KB 260/1461 KB 40/287 KB 112/1118 KB 988/1192 KB 260/1461 KB 64/287 KB 112/1118 KB 992/1192 KB 260/1461 KB 64/287 KB 112/1118 KB 996/1192 KB 260/1461 KB 64/287 KB 112/1118 KB 1000/1192 KB 260/1461 KB 68/287 KB 112/1118 KB 1004/1192 KB 260/1461 KB 68/287 KB 112/1118 KB 1008/1192 KB 260/1461 KB 68/287 KB 84/1118 KB 980/1192 KB 260/1461 KB 40/287 KB 112/1118 KB 1008/1192 KB 264/1461 KB 68/287 KB 112/1118 KB 1008/1192 KB 268/1461 KB 68/287 KB 112/1118 KB 1008/1192 KB 272/1461 KB 68/287 KB 112/1118 KB 1008/1192 KB 276/1461 KB 68/287 KB 112/1118 KB 1008/1192 KB 280/1461 KB 68/287 KB 112/1118 KB 1008/1192 KB 284/1461 KB 68/287 KB 112/1118 KB 1008/1192 KB 288/1461 KB 68/287 KB 112/1118 KB 996/1192 KB 260/1461 KB 68/287 KB 112/1118 KB 1008/1192 KB 288/1461 KB 72/287 KB 116/1118 KB 1012/1192 KB 292/1461 KB 76/287 KB 116/1118 KB 1012/1192 KB 292/1461 KB 80/287 KB 116/1118 KB 1012/1192 KB 292/1461 KB 84/287 KB 116/1118 KB 1012/1192 KB 292/1461 KB 88/287 KB 116/1118 KB 1012/1192 KB 292/1461 KB 92/287 KB 116/1118 KB 1012/1192 KB 292/1461 KB 96/287 KB 116/1118 KB 1012/1192 KB 292/1461 KB 100/287 KB 116/1118 KB 1012/1192 KB 292/1461 KB 104/287 KB 116/1118 KB 1012/1192 KB 292/1461 KB 108/287 KB 116/1118 KB 1012/1192 KB 292/1461 KB 112/287 KB 116/1118 KB 1012/1192 KB 292/1461 KB 72/287 KB 120/1118 KB 1012/1192 KB 292/1461 KB 112/287 KB 124/1118 KB 1012/1192 KB 292/1461 KB 112/287 KB 128/1118 KB 1012/1192 KB 292/1461 KB 112/287 KB unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install 132/1118 KB 1012/1192 KB 292/1461 KB 112/287 KB 136/1118 KB 1012/1192 KB 292/1461 KB 112/287 KB 140/1118 KB 1012/1192 KB 292/1461 KB 112/287 KB 144/1118 KB 1012/1192 KB 292/1461 KB 112/287 KB 148/1118 KB 1012/1192 KB 292/1461 KB 112/287 KB 112/1118 KB 1012/1192 KB 292/1461 KB 72/287 KB 148/1118 KB 1012/1192 KB 296/1461 KB 116/287 KB 148/1118 KB 1012/1192 KB 300/1461 KB 116/287 KB 148/1118 KB 1012/1192 KB 304/1461 KB 116/287 KB 112/1118 KB 1012/1192 KB 288/1461 KB 72/287 KB 148/1118 KB 1016/1192 KB 304/1461 KB 116/287 KB 148/1118 KB 1020/1192 KB 304/1461 KB 116/287 KB 148/1118 KB 1024/1192 KB 304/1461 KB 116/287 KB 148/1118 KB 1028/1192 KB 304/1461 KB 116/287 KB 148/1118 KB 1032/1192 KB 308/1461 KB 116/287 KB 148/1118 KB 1036/1192 KB 308/1461 KB 116/287 KB 148/1118 KB 1040/1192 KB 308/1461 KB 116/287 KB 148/1118 KB 1044/1192 KB 308/1461 KB 116/287 KB 148/1118 KB 1048/1192 KB 308/1461 KB 116/287 KB 148/1118 KB 1052/1192 KB 308/1461 KB 116/287 KB 148/1118 KB 1056/1192 KB 308/1461 KB 116/287 KB 148/1118 KB 1060/1192 KB 308/1461 KB 116/287 KB 148/1118 KB 1012/1192 KB 292/1461 KB 116/287 KB 152/1118 KB 1060/1192 KB 308/1461 KB 120/287 KB 152/1118 KB 1060/1192 KB 308/1461 KB 124/287 KB 152/1118 KB 1060/1192 KB 308/1461 KB 128/287 KB 152/1118 KB 1060/1192 KB 308/1461 KB 132/287 KB 152/1118 KB 1064/1192 KB 308/1461 KB 136/287 KB 152/1118 KB 1064/1192 KB 308/1461 KB 140/287 KB 152/1118 KB 1064/1192 KB 308/1461 KB 144/287 KB 152/1118 KB 1060/1192 KB 308/1461 KB 116/287 KB 156/1118 KB 1064/1192 KB 308/1461 KB 144/287 KB 160/1118 KB 1064/1192 KB 308/1461 KB 144/287 KB 148/1118 KB 1028/1192 KB 308/1461 KB 116/287 KB 160/1118 KB 1064/1192 KB 312/1461 KB 144/287 KB 160/1118 KB 1064/1192 KB 316/1461 KB 144/287 KB 160/1118 KB 1064/1192 KB 320/1461 KB 144/287 KB 160/1118 KB 1064/1192 KB 324/1461 KB 144/287 KB 160/1118 KB 1064/1192 KB 328/1461 KB 144/287 KB 160/1118 KB 1064/1192 KB 332/1461 KB 144/287 KB 160/1118 KB 1064/1192 KB 336/1461 KB 144/287 KB 160/1118 KB 1064/1192 KB 340/1461 KB 144/287 KB 164/1118 KB 1064/1192 KB 344/1461 KB 144/287 KB 164/1118 KB 1064/1192 KB 348/1461 KB 144/287 KB 164/1118 KB 1064/1192 KB 352/1461 KB 144/287 KB 152/1118 KB 1064/1192 KB 308/1461 KB 132/287 KB 164/1118 KB 1068/1192 KB 352/1461 KB 144/287 KB 164/1118 KB 1072/1192 KB 352/1461 KB 144/287 KB 164/1118 KB 1064/1192 KB 340/1461 KB 144/287 KB 168/1118 KB 1072/1192 KB 352/1461 KB 144/287 KB 172/1118 KB 1076/1192 KB 352/1461 KB 144/287 KB 176/1118 KB 1076/1192 KB 352/1461 KB 144/287 KB 180/1118 KB 1076/1192 KB 352/1461 KB 144/287 KB 184/1118 KB 1076/1192 KB 356/1461 KB 148/287 KB 188/1118 KB 1076/1192 KB 356/1461 KB 148/287 KB 192/1118 KB 1076/1192 KB 356/1461 KB 148/287 KB 168/1118 KB 1076/1192 KB 352/1461 KB 144/287 KB 192/1118 KB 1080/1192 KB 356/1461 KB 148/287 KB 192/1118 KB 1084/1192 KB 356/1461 KB 148/287 KB 192/1118 KB 1088/1192 KB 356/1461 KB 148/287 KB 180/1118 KB 1076/1192 KB 356/1461 KB 148/287 KB 192/1118 KB 1088/1192 KB 360/1461 KB 148/287 KB 192/1118 KB 1088/1192 KB 364/1461 KB 148/287 KB 192/1118 KB 1088/1192 KB 368/1461 KB 148/287 KB 180/1118 KB 1076/1192 KB 352/1461 KB 148/287 KB 192/1118 KB 1088/1192 KB 368/1461 KB 152/287 KB 192/1118 KB 1088/1192 KB 368/1461 KB 156/287 KB 192/1118 KB 1088/1192 KB 368/1461 KB 160/287 KB 196/1118 KB 1088/1192 KB 368/1461 KB 164/287 KB 200/1118 KB 1092/1192 KB 372/1461 KB 164/287 KB 196/1118 KB 1092/1192 KB 372/1461 KB 164/287 KB 204/1118 KB 1092/1192 KB 376/1461 KB 164/28 unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install 7 KB 204/1118 KB 1092/1192 KB 380/1461 KB 164/287 KB 204/1118 KB 1092/1192 KB 384/1461 KB 164/287 KB 204/1118 KB 1092/1192 KB 388/1461 KB 164/287 KB 204/1118 KB 1092/1192 KB 392/1461 KB 164/287 KB 204/1118 KB 1092/1192 KB 396/1461 KB 164/287 KB 204/1118 KB 1092/1192 KB 400/1461 KB 164/287 KB 204/1118 KB 1092/1192 KB 404/1461 KB 164/287 KB 196/1118 KB 1092/1192 KB 368/1461 KB 164/287 KB 204/1118 KB 1096/1192 KB 404/1461 KB 164/287 KB 204/1118 KB 1100/1192 KB 404/1461 KB 164/287 KB 204/1118 KB 1104/1192 KB 404/1461 KB 164/287 KB 192/1118 KB 1088/1192 KB 368/1461 KB 164/287 KB 204/1118 KB 1104/1192 KB 404/1461 KB 168/287 KB 204/1118 KB 1108/1192 KB 404/1461 KB 172/287 KB 204/1118 KB 1108/1192 KB 404/1461 KB 176/287 KB 204/1118 KB 1108/1192 KB 404/1461 KB 180/287 KB 204/1118 KB 1108/1192 KB 404/1461 KB 184/287 KB 204/1118 KB 1108/1192 KB 404/1461 KB 188/287 KB 204/1118 KB 1108/1192 KB 404/1461 KB 192/287 KB 204/1118 KB 1108/1192 KB 404/1461 KB 196/287 KB 204/1118 KB 1092/1192 KB 372/1461 KB 164/287 KB 208/1118 KB 1108/1192 KB 408/1461 KB 196/287 KB 212/1118 KB 1108/1192 KB 408/1461 KB 196/287 KB 216/1118 KB 1108/1192 KB 408/1461 KB 196/287 KB 220/1118 KB 1108/1192 KB 408/1461 KB 196/287 KB 224/1118 KB 1108/1192 KB 408/1461 KB 196/287 KB 228/1118 KB 1108/1192 KB 408/1461 KB 196/287 KB 232/1118 KB 1108/1192 KB 408/1461 KB 200/287 KB 236/1118 KB 1108/1192 KB 408/1461 KB 200/287 KB 240/1118 KB 1108/1192 KB 408/1461 KB 200/287 KB 204/1118 KB 1108/1192 KB 408/1461 KB 196/287 KB 240/1118 KB 1108/1192 KB 412/1461 KB 200/287 KB 240/1118 KB 1108/1192 KB 416/1461 KB 200/287 KB 204/1118 KB 1108/1192 KB 404/1461 KB 168/287 KB 240/1118 KB 1112/1192 KB 416/1461 KB 200/287 KB 240/1118 KB 1116/1192 KB 416/1461 KB 200/287 KB 240/1118 KB 1120/1192 KB 416/1461 KB 200/287 KB 240/1118 KB 1124/1192 KB 416/1461 KB 200/287 KB 240/1118 KB 1128/1192 KB 416/1461 KB 200/287 KB 240/1118 KB 1132/1192 KB 416/1461 KB 200/287 KB 240/1118 KB 1136/1192 KB 416/1461 KB 200/287 KB 228/1118 KB 1108/1192 KB 408/1461 KB 200/287 KB 240/1118 KB 1136/1192 KB 416/1461 KB 204/287 KB 240/1118 KB 1140/1192 KB 416/1461 KB 208/287 KB 240/1118 KB 1140/1192 KB 416/1461 KB 212/287 KB 244/1118 KB 1140/1192 KB 420/1461 KB 216/287 KB 244/1118 KB 1140/1192 KB 420/1461 KB 220/287 KB 244/1118 KB 1140/1192 KB 420/1461 KB 224/287 KB 240/1118 KB 1140/1192 KB 416/1461 KB 204/287 KB 244/1118 KB 1144/1192 KB 420/1461 KB 224/287 KB 244/1118 KB 1148/1192 KB 420/1461 KB 224/287 KB 244/1118 KB 1152/1192 KB 420/1461 KB 224/287 KB 244/1118 KB 1156/1192 KB 420/1461 KB 224/287 KB 244/1118 KB 1160/1192 KB 420/1461 KB 228/287 KB 244/1118 KB 1164/1192 KB 420/1461 KB 228/287 KB 244/1118 KB 1168/1192 KB 420/1461 KB 228/287 KB 244/1118 KB 1140/1192 KB 420/1461 KB 212/287 KB 248/1118 KB 1168/1192 KB 420/1461 KB 228/287 KB 252/1118 KB 1168/1192 KB 420/1461 KB 228/287 KB 256/1118 KB 1168/1192 KB 420/1461 KB 228/287 KB 260/1118 KB 1168/1192 KB 420/1461 KB 228/287 KB 264/1118 KB 1172/1192 KB 420/1461 KB 228/287 KB 240/1118 KB 1140/1192 KB 420/1461 KB 212/287 KB 264/1118 KB 1172/1192 KB 424/1461 KB 228/287 KB 264/1118 KB 1172/1192 KB 428/1461 KB 228/287 KB 264/1118 KB 1172/1192 KB 432/1461 KB 228/287 KB 264/1118 KB 1172/1192 KB 436/1461 KB 228/287 KB 264/1118 KB 1172/1192 KB 440/1461 KB 228/287 KB 264/1118 KB 1172/1192 KB 444/1461 KB 228/287 KB 264/1118 KB 1172/1192 KB 448/1461 KB 228/287 KB 264/1118 KB 1172/1192 KB 452/1461 KB 228/287 KB 264/1118 KB 1172/1192 KB 456/1461 KB unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install 228/287 KB 264/1118 KB 1172/1192 KB 460/1461 KB 228/287 KB 260/1118 KB 1172/1192 KB 420/1461 KB 228/287 KB 268/1118 KB 1176/1192 KB 460/1461 KB 228/287 KB 268/1118 KB 1180/1192 KB 460/1461 KB 228/287 KB 268/1118 KB 1184/1192 KB 460/1461 KB 228/287 KB 244/1118 KB 1156/1192 KB 420/1461 KB 228/287 KB 268/1118 KB 1184/1192 KB 460/1461 KB 232/287 KB 268/1118 KB 1184/1192 KB 460/1461 KB 236/287 KB 268/1118 KB 1184/1192 KB 460/1461 KB 240/287 KB 268/1118 KB 1184/1192 KB 460/1461 KB 244/287 KB 268/1118 KB 1184/1192 KB 460/1461 KB 248/287 KB 268/1118 KB 1184/1192 KB 460/1461 KB 252/287 KB 268/1118 KB 1184/1192 KB 460/1461 KB 256/287 KB 268/1118 KB 1184/1192 KB 460/1461 KB 260/287 KB 268/1118 KB 1188/1192 KB 464/1461 KB 264/287 KB 268/1118 KB 1172/1192 KB 460/1461 KB 228/287 KB 272/1118 KB 1188/1192 KB 464/1461 KB 264/287 KB 276/1118 KB 1188/1192 KB 464/1461 KB 264/287 KB 280/1118 KB 1188/1192 KB 464/1461 KB 268/287 KB 284/1118 KB 1188/1192 KB 464/1461 KB 268/287 KB 288/1118 KB 1188/1192 KB 464/1461 KB 268/287 KB 268/1118 KB 1188/1192 KB 464/1461 KB 260/287 KB 288/1118 KB 1192/1192 KB 464/1461 KB 268/287 KB 288/1118 KB 1192/1192 KB 464/1461 KB 268/287 KB 268/1118 KB 1184/1192 KB 464/1461 KB 260/287 KB 288/1118 KB 1192/1192 KB 468/1461 KB 268/287 KB 288/1118 KB 1192/1192 KB 472/1461 KB 268/287 KB 288/1118 KB 1192/1192 KB 476/1461 KB 268/287 KB 288/1118 KB 1192/1192 KB 480/1461 KB 268/287 KB 276/1118 KB 1188/1192 KB 464/1461 KB 268/287 KB 288/1118 KB 1192/1192 KB 480/1461 KB 272/287 KB 288/1118 KB 1192/1192 KB 480/1461 KB 276/287 KB 292/1118 KB 1192/1192 KB 484/1461 KB 280/287 KB 292/1118 KB 1192/1192 KB 484/1461 KB 284/287 KB 292/1118 KB 1192/1192 KB 484/1461 KB 287/287 KB 292/1118 KB 1192/1192 KB 484/1461 KB 276/287 KB 296/1118 KB 1192/1192 KB 484/1461 KB 287/287 KB 300/1118 KB 1192/1192 KB 484/1461 KB 287/287 KB 304/1118 KB 1192/1192 KB 484/1461 KB 287/287 KB 308/1118 KB 1192/1192 KB 484/1461 KB 287/287 KB 312/1118 KB 1192/1192 KB 484/1461 KB 287/287 KB 316/1118 KB 1192/1192 KB 484/1461 KB 287/287 KB 320/1118 KB 1192/1192 KB 484/1461 KB 287/287 KB 288/1118 KB 1192/1192 KB 484/1461 KB 276/287 KB 320/1118 KB 1192/1192 KB 488/1461 KB 287/287 KB 320/1118 KB 1192/1192 KB 492/1461 KB 287/287 KB 320/1118 KB 1192/1192 KB 496/1461 KB 287/287 KB 320/1118 KB 1192/1192 KB 500/1461 KB 287/287 KB 320/1118 KB 1192/1192 KB 504/1461 KB 287/287 KB 320/1118 KB 1192/1192 KB 508/1461 KB 287/287 KB 320/1118 KB 1192/1192 KB 512/1461 KB 287/287 KB 320/1118 KB 1192/1192 KB 516/1461 KB 287/287 KB 324/1118 KB 1192/1192 KB 520/1461 KB 287/287 KB 324/1118 KB 1192/1192 KB 524/1461 KB 287/287 KB 324/1118 KB 1192/1192 KB 528/1461 KB 287/287 KB 324/1118 KB 1192/1192 KB 532/1461 KB 287/287 KB 324/1118 KB 1192/1192 KB 536/1461 KB 287/287 KB 324/1118 KB 1192/1192 KB 540/1461 KB 287/287 KB 324/1118 KB 1192/1192 KB 544/1461 KB 287/287 KB 324/1118 KB 1192/1192 KB 516/1461 KB 287/287 KB 328/1118 KB 1192/1192 KB 544/1461 KB 287/287 KB 332/1118 KB 1192/1192 KB 544/1461 KB 287/287 KB 336/1118 KB 1192/1192 KB 544/1461 KB 287/287 KB 340/1118 KB 1192/1192 KB 544/1461 KB 287/287 KB 344/1118 KB 1192/1192 KB 544/1461 KB 287/287 KB 348/1118 KB 1192/1192 KB 544/1461 KB 287/287 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 842.7 KB/sec) unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install 352/1118 KB 544/1461 KB 287/287 KB 356/1118 KB 544/1461 KB 287/287 KB 360/1118 KB 548/1461 KB 287/287 KB 364/1118 KB 548/1461 KB 287/287 KB 368/1118 KB 548/1461 KB 287/287 KB 356/1118 KB 548/1461 KB 287/287 KB 368/1118 KB 552/1461 KB 287/287 KB 368/1118 KB 556/1461 KB 287/287 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 203.3 KB/sec) unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install 368/1118 KB 560/1461 KB 372/1118 KB 560/1461 KB 376/1118 KB 560/1461 KB 380/1118 KB 564/1461 KB 384/1118 KB 564/1461 KB 376/1118 KB 564/1461 KB 384/1118 KB 568/1461 KB 384/1118 KB 572/1461 KB 384/1118 KB 576/1461 KB 384/1118 KB 580/1461 KB 388/1118 KB 584/1461 KB 388/1118 KB 588/1461 KB 388/1118 KB 592/1461 KB 388/1118 KB 580/1461 KB 392/1118 KB 592/1461 KB 396/1118 KB 592/1461 KB 400/1118 KB 592/1461 KB 404/1118 KB 592/1461 KB 408/1118 KB 596/1461 KB 412/1118 KB 596/1461 KB 416/1118 KB 596/1461 KB 404/1118 KB 596/1461 KB 416/1118 KB 600/1461 KB 416/1118 KB 604/1461 KB 416/1118 KB 608/1461 KB 420/1118 KB 608/1461 KB 424/1118 KB 612/1461 KB 428/1118 KB 612/1461 KB 432/1118 KB 612/1461 KB 420/1118 KB 612/1461 KB 432/1118 KB 616/1461 KB 432/1118 KB 620/1461 KB 432/1118 KB 624/1461 KB 432/1118 KB 628/1461 KB 436/1118 KB 632/1461 KB 436/1118 KB 636/1461 KB 436/1118 KB 640/1461 KB 436/1118 KB 628/1461 KB 440/1118 KB 640/1461 KB 444/1118 KB 640/1461 KB 448/1118 KB 640/1461 KB 452/1118 KB 640/1461 KB 456/1118 KB 644/1461 KB 460/1118 KB 644/1461 KB 452/1118 KB 644/1461 KB 460/1118 KB 648/1461 KB 464/1118 KB 652/1461 KB 464/1118 KB 656/1461 KB 464/1118 KB 660/1461 KB 464/1118 KB 664/1461 KB 464/1118 KB 668/1461 KB 464/1118 KB 672/1461 KB 464/1118 KB 676/1461 KB 464/1118 KB 680/1461 KB 464/1118 KB 684/1461 KB 464/1118 KB 688/1461 KB 464/1118 KB 648/1461 KB 468/1118 KB 688/1461 KB 472/1118 KB 688/1461 KB 476/1118 KB 688/1461 KB 480/1118 KB 688/1461 KB 484/1118 KB 688/1461 KB 488/1118 KB 688/1461 KB 492/1118 KB 688/1461 KB 496/1118 KB 688/1461 KB 500/1118 KB 688/1461 KB 504/1118 KB 692/1461 KB 508/1118 KB 692/1461 KB 512/1118 KB 692/1461 KB 516/1118 KB 692/1461 KB 520/1118 KB 692/1461 KB 524/1118 KB 692/1461 KB 528/1118 KB 692/1461 KB 500/1118 KB 692/1461 KB 528/1118 KB 696/1461 KB 528/1118 KB 700/1461 KB 528/1118 KB 704/1461 KB 528/1118 KB 708/1461 KB 528/1118 KB 712/1461 KB 528/1118 KB 716/1461 KB 528/1118 KB 720/1461 KB 528/1118 KB 724/1461 KB 532/1118 KB 728/1461 KB 532/1118 KB 732/1461 KB 532/1118 KB 736/1461 KB 532/1118 KB 724/1461 KB 536/1118 KB 736/1461 KB 540/1118 KB 736/1461 KB 544/1118 KB 736/1461 KB 548/1118 KB 736/1461 KB 552/1118 KB 740/1461 KB 556/1118 KB 740/1461 KB 560/1118 KB 740/1461 KB 564/1118 KB 740/1461 KB 568/1118 KB 740/1461 KB 572/1118 KB 740/1461 KB 576/1118 KB 740/1461 KB 580/1118 KB 740/1461 KB 584/1118 KB 740/1461 KB 588/1118 KB 740/1461 KB 592/1118 KB 740/1461 KB 596/1118 KB 740/1461 KB 548/1118 KB 740/1461 KB 596/1118 KB 744/1461 KB 596/1118 KB 748/1461 KB 596/1118 KB 752/1461 KB 596/1118 KB 756/1461 KB 596/1118 KB 760/1461 KB 596/1118 KB 764/1461 KB 596/1118 KB 768/1461 KB 596/1118 KB 772/1461 KB 596/1118 KB 776/1461 KB 596/1118 KB 780/1461 KB 596/1118 KB 784/1461 KB 596/1118 KB 788/1461 KB 600/1118 KB 788/1461 KB 604/1118 KB 788/1461 KB 608/1118 KB 788/1461 KB 608/1118 KB 792/1461 KB 608/1118 KB 796/1461 KB 608/1118 KB 800/1461 KB 608/1118 KB 804/1461 KB 612/1118 KB 808/1461 KB 612/1118 KB 812/1461 KB 612/1118 KB 816/1461 KB 612/1118 KB 804/1461 KB 616/1118 KB 816/1461 KB 620/1118 KB 816/1461 KB 624/1118 KB 816/1461 KB 628/1118 KB 816/1461 KB 632/1118 KB 820/1461 KB 636/1118 KB 820/1461 KB 640/1118 KB 820/1461 KB 628/1118 KB 820/1461 KB 640/1118 KB 824/1461 KB 640/1118 KB 828/1461 KB 640/1118 KB 832/1461 KB 644/1118 KB 832/1461 KB 648/1118 KB 836/1461 KB 652/1118 KB 836/1461 KB 656/1118 KB 836/1461 unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install KB 644/1118 KB 836/1461 KB 656/1118 KB 840/1461 KB 656/1118 KB 844/1461 KB 656/1118 KB 848/1461 KB 656/1118 KB 852/1461 KB 660/1118 KB 856/1461 KB 660/1118 KB 860/1461 KB 660/1118 KB 864/1461 KB 660/1118 KB 852/1461 KB 664/1118 KB 864/1461 KB 668/1118 KB 864/1461 KB 672/1118 KB 864/1461 KB 676/1118 KB 864/1461 KB 680/1118 KB 868/1461 KB 684/1118 KB 868/1461 KB 676/1118 KB 868/1461 KB 688/1118 KB 868/1461 KB 688/1118 KB 872/1461 KB 688/1118 KB 876/1461 KB 688/1118 KB 880/1461 KB 688/1118 KB 884/1461 KB 692/1118 KB 888/1461 KB 692/1118 KB 892/1461 KB 692/1118 KB 896/1461 KB 692/1118 KB 884/1461 KB 696/1118 KB 896/1461 KB 700/1118 KB 896/1461 KB 704/1118 KB 896/1461 KB 708/1118 KB 896/1461 KB 712/1118 KB 900/1461 KB 716/1118 KB 900/1461 KB 720/1118 KB 900/1461 KB 708/1118 KB 900/1461 KB 720/1118 KB 904/1461 KB 720/1118 KB 908/1461 KB 720/1118 KB 912/1461 KB 724/1118 KB 916/1461 KB 724/1118 KB 920/1461 KB 724/1118 KB 924/1461 KB 724/1118 KB 928/1461 KB 724/1118 KB 932/1461 KB 724/1118 KB 936/1461 KB 724/1118 KB 940/1461 KB 724/1118 KB 944/1461 KB 724/1118 KB 948/1461 KB 724/1118 KB 912/1461 KB 728/1118 KB 948/1461 KB 732/1118 KB 948/1461 KB 736/1118 KB 948/1461 KB 740/1118 KB 948/1461 KB 744/1118 KB 948/1461 KB 748/1118 KB 948/1461 KB 752/1118 KB 948/1461 KB 756/1118 KB 948/1461 KB 760/1118 KB 948/1461 KB 760/1118 KB 952/1461 KB 764/1118 KB 952/1461 KB 768/1118 KB 952/1461 KB 772/1118 KB 956/1461 KB 776/1118 KB 956/1461 KB 780/1118 KB 956/1461 KB 784/1118 KB 956/1461 KB 788/1118 KB 956/1461 KB 792/1118 KB 956/1461 KB 796/1118 KB 956/1461 KB 800/1118 KB 956/1461 KB 804/1118 KB 956/1461 KB 768/1118 KB 956/1461 KB 804/1118 KB 960/1461 KB 804/1118 KB 964/1461 KB 804/1118 KB 968/1461 KB 804/1118 KB 972/1461 KB 804/1118 KB 976/1461 KB 804/1118 KB 980/1461 KB 804/1118 KB 984/1461 KB 804/1118 KB 988/1461 KB 804/1118 KB 992/1461 KB 804/1118 KB 996/1461 KB 808/1118 KB 996/1461 KB 812/1118 KB 996/1461 KB 816/1118 KB 996/1461 KB 816/1118 KB 1000/1461 KB 816/1118 KB 1004/1461 KB 820/1118 KB 1008/1461 KB 820/1118 KB 1012/1461 KB 820/1118 KB 1016/1461 KB 820/1118 KB 1020/1461 KB 820/1118 KB 1024/1461 KB 820/1118 KB 1004/1461 KB 824/1118 KB 1024/1461 KB 828/1118 KB 1024/1461 KB 832/1118 KB 1024/1461 KB 836/1118 KB 1024/1461 KB 840/1118 KB 1024/1461 KB 844/1118 KB 1024/1461 KB 848/1118 KB 1024/1461 KB 848/1118 KB 1028/1461 KB 848/1118 KB 1032/1461 KB 848/1118 KB 1036/1461 KB 848/1118 KB 1040/1461 KB 852/1118 KB 1044/1461 KB 852/1118 KB 1048/1461 KB 852/1118 KB 1052/1461 KB 852/1118 KB 1056/1461 KB 852/1118 KB 1040/1461 KB 856/1118 KB 1056/1461 KB 860/1118 KB 1056/1461 KB 864/1118 KB 1056/1461 KB 868/1118 KB 1056/1461 KB 872/1118 KB 1060/1461 KB 876/1118 KB 1060/1461 KB 880/1118 KB 1060/1461 KB 884/1118 KB 1060/1461 KB 888/1118 KB 1060/1461 KB 892/1118 KB 1060/1461 KB 896/1118 KB 1060/1461 KB 900/1118 KB 1060/1461 KB 904/1118 KB 1060/1461 KB 908/1118 KB 1060/1461 KB 912/1118 KB 1060/1461 KB 916/1118 KB 1060/1461 KB 868/1118 KB 1060/1461 KB 916/1118 KB 1064/1461 KB 916/1118 KB 1068/1461 KB 916/1118 KB 1072/1461 KB 916/1118 KB 1076/1461 KB 916/1118 KB 1080/1461 KB 916/1118 KB 1084/1461 KB 916/1118 KB 1088/1461 KB 916/1118 KB 1092/1461 KB 916/1118 KB 1096/1461 KB 916/1118 KB 1100/1461 KB 916/1118 KB 1104/1461 KB 916/1118 KB 1108/1461 KB 920/1118 KB 1108/1461 KB 924/1118 KB 1108/1461 KB 928/1118 KB 1108/1461 KB 932/1118 KB 1108/1461 KB 936/1118 KB 1112/1461 KB 9 unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install 40/1118 KB 1112/1461 KB 944/1118 KB 1112/1461 KB 932/1118 KB 1112/1461 KB 944/1118 KB 1116/1461 KB 944/1118 KB 1120/1461 KB 944/1118 KB 1124/1461 KB 944/1118 KB 1128/1461 KB 944/1118 KB 1132/1461 KB 944/1118 KB 1136/1461 KB 948/1118 KB 1140/1461 KB 948/1118 KB 1144/1461 KB 948/1118 KB 1148/1461 KB 948/1118 KB 1152/1461 KB 948/1118 KB 1156/1461 KB 948/1118 KB 1160/1461 KB 948/1118 KB 1164/1461 KB 948/1118 KB 1168/1461 KB 948/1118 KB 1172/1461 KB 948/1118 KB 1136/1461 KB 952/1118 KB 1172/1461 KB 956/1118 KB 1172/1461 KB 960/1118 KB 1172/1461 KB 964/1118 KB 1172/1461 KB 968/1118 KB 1172/1461 KB 972/1118 KB 1172/1461 KB 976/1118 KB 1172/1461 KB 980/1118 KB 1172/1461 KB 984/1118 KB 1172/1461 KB 988/1118 KB 1172/1461 KB 992/1118 KB 1172/1461 KB 996/1118 KB 1172/1461 KB 996/1118 KB 1176/1461 KB 996/1118 KB 1180/1461 KB 996/1118 KB 1184/1461 KB 996/1118 KB 1188/1461 KB 1000/1118 KB 1192/1461 KB 1000/1118 KB 1196/1461 KB 1000/1118 KB 1200/1461 KB 1000/1118 KB 1204/1461 KB 1000/1118 KB 1208/1461 KB 1000/1118 KB 1212/1461 KB 1000/1118 KB 1216/1461 KB 1000/1118 KB 1220/1461 KB 1000/1118 KB 1188/1461 KB 1004/1118 KB 1220/1461 KB 1008/1118 KB 1220/1461 KB 1012/1118 KB 1220/1461 KB 1016/1118 KB 1220/1461 KB 1020/1118 KB 1220/1461 KB 1024/1118 KB 1220/1461 KB 1028/1118 KB 1220/1461 KB 1032/1118 KB 1220/1461 KB 1036/1118 KB 1220/1461 KB 1040/1118 KB 1220/1461 KB 1044/1118 KB 1220/1461 KB 1044/1118 KB 1224/1461 KB 1044/1118 KB 1228/1461 KB 1044/1118 KB 1232/1461 KB 1044/1118 KB 1236/1461 KB 1048/1118 KB 1240/1461 KB 1048/1118 KB 1244/1461 KB 1048/1118 KB 1248/1461 KB 1048/1118 KB 1252/1461 KB 1048/1118 KB 1256/1461 KB 1048/1118 KB 1260/1461 KB 1048/1118 KB 1264/1461 KB 1048/1118 KB 1236/1461 KB 1052/1118 KB 1264/1461 KB 1056/1118 KB 1264/1461 KB 1060/1118 KB 1264/1461 KB 1064/1118 KB 1264/1461 KB 1068/1118 KB 1264/1461 KB 1072/1118 KB 1264/1461 KB 1076/1118 KB 1264/1461 KB 1080/1118 KB 1268/1461 KB 1084/1118 KB 1268/1461 KB 1088/1118 KB 1268/1461 KB 1076/1118 KB 1268/1461 KB 1088/1118 KB 1272/1461 KB 1092/1118 KB 1272/1461 KB 1092/1118 KB 1276/1461 KB 1092/1118 KB 1280/1461 KB 1092/1118 KB 1284/1461 KB 1096/1118 KB 1288/1461 KB 1096/1118 KB 1292/1461 KB 1096/1118 KB 1296/1461 KB 1096/1118 KB 1300/1461 KB 1096/1118 KB 1304/1461 KB 1096/1118 KB 1308/1461 KB 1096/1118 KB 1312/1461 KB 1096/1118 KB 1316/1461 KB 1096/1118 KB 1320/1461 KB 1096/1118 KB 1284/1461 KB 1100/1118 KB 1320/1461 KB 1104/1118 KB 1320/1461 KB 1108/1118 KB 1320/1461 KB 1112/1118 KB 1320/1461 KB 1116/1118 KB 1320/1461 KB 1118/1118 KB 1320/1461 KB 1118/1118 KB 1324/1461 KB 1118/1118 KB 1328/1461 KB 1118/1118 KB 1332/1461 KB 1118/1118 KB 1336/1461 KB 1118/1118 KB 1340/1461 KB 1118/1118 KB 1344/1461 KB 1118/1118 KB 1348/1461 KB 1118/1118 KB 1352/1461 KB 1118/1118 KB 1356/1461 KB 1118/1118 KB 1360/1461 KB 1118/1118 KB 1364/1461 KB 1118/1118 KB 1368/1461 KB 1118/1118 KB 1372/1461 KB 1118/1118 KB 1376/1461 KB 1118/1118 KB 1380/1461 KB 1118/1118 KB 1384/1461 KB 1118/1118 KB 1388/1461 KB 1118/1118 KB 1392/1461 KB 1118/1118 KB 1396/1461 KB 1118/1118 KB 1400/1461 KB 1118/1118 KB 1404/1461 KB 1118/1118 KB 1408/1461 KB 1118/1118 KB 1412/1461 KB 1118/1118 KB 1416/1461 KB 1118/1118 KB 1420/1461 KB 1118/1118 KB 1424/1461 KB 1118/1118 KB 1428/1461 KB 1118/1118 KB 1432/1461 KB 1118/1118 KB 1436/1461 KB 1118/1118 KB 1440/1461 KB 1118/1118 KB 1444/1461 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install /r09/guava-r09.jar (1118 KB at 741.3 KB/sec) unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install 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 961.3 KB/sec) unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/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 327.7 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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 133.3 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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 131.6 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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: 18:28:13 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: 18:28:13 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 23.0 KB/sec) unit-abot-epc-basic-0: 18:28:13 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-abot-epc-basic-0: 18:28:13 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: 18:28:13 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: 18:28:13 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: 18:28:13 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-abot-epc-basic-0: 18:28:13 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 146.8 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 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 103.7 KB/sec) unit-abot-epc-basic-0: 18:28:13 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-abot-epc-basic-0: 18:28:13 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 577.1 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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 87.5 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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 202.9 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 2/6 KB 4/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 434.9 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 653.7 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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: 18:28:13 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: 18:28:13 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 233.0 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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 245.4 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/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-abot-epc-basic-0: 18:28:13 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: 18:28:13 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-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 524.9 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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 66.9 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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: 18:28:13 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: 18:28:13 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 1006.6 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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: 18:28:13 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: 18:28:13 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 84/149 KB 88/149 KB 92/149 KB 96/149 KB 100/149 KB 104/149 KB 108/149 KB 112/149 KB 116/149 KB 120/149 KB 124/149 KB 128/149 KB 132/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: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 132/149 KB 4/10 KB 132/149 KB 8/10 KB 132/149 KB 10/10 KB 132/149 KB 10/10 KB 3/6 KB 132/149 KB 10/10 KB 6/6 KB 132/149 KB 10/10 KB 6/6 KB 136/149 KB 10/10 KB 6/6 KB 140/149 KB 10/10 KB 6/6 KB 144/149 KB 10/10 KB 6/6 KB 148/149 KB 10/10 KB 6/6 KB 149/149 KB 10/10 KB 6/6 KB 149/149 KB 10/10 KB 6/6 KB 4/21 KB 149/149 KB 10/10 KB 6/6 KB 8/21 KB 149/149 KB 10/10 KB 6/6 KB 12/21 KB 149/149 KB 10/10 KB 6/6 KB 16/21 KB 149/149 KB 10/10 KB 6/6 KB 20/21 KB 149/149 KB 10/10 KB 6/6 KB 21/21 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 263.5 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 4/14 KB 149/149 KB 10/10 KB 21/21 KB 8/14 KB 149/149 KB 10/10 KB 21/21 KB 12/14 KB 149/149 KB 10/10 KB 21/21 KB 14/14 KB 10/10 KB 21/21 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: 18:28:13 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 563.0 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 3/30 KB 14/14 KB 10/10 KB 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 6/30 KB 14/14 KB 10/10 KB 9/30 KB 14/14 KB 10/10 KB 11/30 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 269.7 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 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 428.8 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 14/30 KB 16/30 KB 19/30 KB 22/30 KB 25/30 KB 27/30 KB 30/30 KB 30/30 KB 4/37 KB 30/30 KB 8/37 KB 30/30 KB 12/37 KB 30/30 KB 16/37 KB 30/30 KB 20/37 KB 30/30 KB 24/37 KB 30/30 KB 28/37 KB 30/30 KB 32/37 KB 30/30 KB 36/37 KB 30/30 KB 37/37 KB 4/14 KB 30/30 KB 36/37 KB 4/14 KB 30/30 KB 37/37 KB 8/14 KB 30/30 KB 37/37 KB 12/14 KB 30/30 KB 37/37 KB 4/37 KB 12/14 KB 30/30 KB 37/37 KB 8/37 KB 12/14 KB 30/30 KB 37/37 KB 12/37 KB 12/14 KB 30/30 KB 37/37 KB 16/37 KB 12/14 KB 30/30 KB 37/37 KB 20/37 KB 12/14 KB 30/30 KB 37/37 KB 24/37 KB 12/14 KB 30/30 KB 37/37 KB 28/37 KB 12/14 KB 30/30 KB 3/11 KB 37/37 KB 32/37 KB 12/14 KB 30/30 KB 3/11 KB 37/37 KB 36/37 KB 12/14 KB 30/30 KB 3/11 KB 37/37 KB 37/37 KB 12/14 KB 30/30 KB 3/11 KB 37/37 KB 28/37 KB 12/14 KB 30/30 KB 3/11 KB 37/37 KB 37/37 KB 14/14 KB 30/30 KB 5/11 KB 37/37 KB 37/37 KB 14/14 KB 30/30 KB 8/11 KB 37/37 KB 37/37 KB 14/14 KB 30/30 KB 11/11 KB 37/37 KB 37/37 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 840.3 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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 947.9 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 238.1 KB/sec) unit-abot-epc-basic-0: 18:28:13 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 857.3 KB/sec) unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install 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 311.7 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 3/7 KB 3/43 KB 5/7 KB 3/43 KB 7/7 KB 3/43 KB 3/7 KB 5/43 KB 7/7 KB 8/43 KB 7/7 KB 11/43 KB 7/7 KB 13/43 KB 7/7 KB 16/43 KB 7/7 KB 19/43 KB 7/7 KB 21/43 KB 7/7 KB 4/60 KB 21/43 KB 7/7 KB 8/60 KB 21/43 KB 7/7 KB 12/60 KB 21/43 KB 7/7 KB 16/60 KB 21/43 KB 7/7 KB 20/60 KB 21/43 KB 7/7 KB 24/60 KB 24/43 KB 7/7 KB 28/60 KB 24/43 KB 7/7 KB 32/60 KB 24/43 KB 7/7 KB 36/60 KB 24/43 KB 7/7 KB 40/60 KB 24/43 KB 7/7 KB 44/60 KB 24/43 KB 7/7 KB 48/60 KB 24/43 KB 7/7 KB 20/60 KB 24/43 KB 7/7 KB 48/60 KB 27/43 KB 7/7 KB 48/60 KB 29/43 KB 7/7 KB 48/60 KB 32/43 KB 7/7 KB 48/60 KB 36/43 KB 7/7 KB 48/60 KB 40/43 KB 7/7 KB 48/60 KB 43/43 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 105.5 KB/sec) unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install 52/60 KB 43/43 KB 56/60 KB 43/43 KB 60/60 KB 43/43 KB 60/60 KB 43/43 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 619.1 KB/sec) unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 851.8 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:28:13 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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 104.2 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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 1154.0 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 DEBUG unit.abot-epc-basic/0.install 3/24 KB 6/24 KB 9/24 KB 11/24 KB 14/24 KB 16/24 KB 19/24 KB 22/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 1683.4 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:13 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: 18:28:13 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: 18:28:13 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 186.8 KB/sec) unit-abot-epc-basic-0: 18:28:13 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: 18:28:14 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: 18:28:14 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: 18:28:14 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 111.7 KB/sec) unit-abot-epc-basic-0: 18:28:14 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-abot-epc-basic-0: 18:28:14 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: 18:28:14 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: 18:28:14 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 112.8 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 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: 18:28:14 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: 18:28:14 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 142.8 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 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: 18:28:14 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: 18:28:14 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 203.6 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 DEBUG unit.abot-epc-basic/0.install 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 175.8 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 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: 18:28:14 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: 18:28:14 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 168.9 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 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 89.6 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 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: 18:28:14 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: 18:28:14 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 70.6 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 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: 18:28:14 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: 18:28:14 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 245.5 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 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/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 1298.5 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 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 39.8 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 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 44.8 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 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 75.9 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 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: 18:28:14 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: 18:28:14 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: 18:28:14 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: 18:28:14 DEBUG unit.abot-epc-basic/0.install 3/13 KB 3/156 KB 3/13 KB 4/87 KB 5/156 KB 3/13 KB 4/87 KB 8/156 KB 5/13 KB 4/87 KB 11/156 KB 5/13 KB 4/87 KB 3/13 KB 4/87 KB 11/156 KB 5/13 KB 8/87 KB 11/156 KB 5/13 KB 12/87 KB 11/156 KB 5/13 KB 16/87 KB 5/156 KB 5/13 KB 4/87 KB 13/156 KB 8/13 KB 16/87 KB 13/156 KB 11/13 KB 16/87 KB 13/156 KB 13/13 KB 16/87 KB 13/156 KB 5/13 KB 16/87 KB 16/156 KB 13/13 KB 16/87 KB 4/48 KB 16/156 KB 13/13 KB 16/87 KB 8/48 KB 19/156 KB 13/13 KB 20/87 KB 12/48 KB 19/156 KB 13/13 KB 20/87 KB 16/48 KB 19/156 KB 13/13 KB 20/87 KB 4/48 KB 19/156 KB 13/13 KB 20/87 KB 16/48 KB 19/156 KB 13/13 KB 24/87 KB 16/48 KB 19/156 KB 13/13 KB 28/87 KB 16/48 KB 19/156 KB 13/13 KB 32/87 KB 16/48 KB 19/156 KB 13/13 KB 36/87 KB 16/48 KB 19/156 KB 13/13 KB 40/87 KB 16/48 KB 19/156 KB 13/13 KB 44/87 KB 16/48 KB 19/156 KB 13/13 KB 48/87 KB 20/48 KB 19/156 KB 13/13 KB 52/87 KB 4/48 KB 19/156 KB 13/13 KB 16/87 KB 20/48 KB 21/156 KB 13/13 KB 52/87 KB 20/48 KB 24/156 KB 13/13 KB 52/87 KB 20/48 KB 27/156 KB 13/13 KB 52/87 KB 20/48 KB 29/156 KB 13/13 KB 52/87 KB 20/48 KB 32/156 KB 13/13 KB 52/87 KB 20/48 KB 36/156 KB 13/13 KB 52/87 KB 20/48 KB 40/156 KB 13/13 KB 52/87 KB 20/48 KB 44/156 KB 13/13 KB 52/87 KB 20/48 KB 48/156 KB 13/13 KB 52/87 KB 20/48 KB 19/156 KB 13/13 KB 48/87 KB 24/48 KB 48/156 KB 13/13 KB 56/87 KB 28/48 KB 48/156 KB 13/13 KB 56/87 KB 32/48 KB 48/156 KB 13/13 KB 56/87 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 524.6 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 DEBUG unit.abot-epc-basic/0.install 20/48 KB 48/156 KB 13/13 KB 56/87 KB 32/48 KB 48/156 KB 60/87 KB 32/48 KB 48/156 KB 64/87 KB 36/48 KB 48/156 KB 68/87 KB 36/48 KB 52/156 KB 72/87 KB 36/48 KB 52/156 KB 76/87 KB 36/48 KB 52/156 KB 80/87 KB 36/48 KB 48/156 KB 64/87 KB 40/48 KB 52/156 KB 80/87 KB 44/48 KB 52/156 KB 80/87 KB 48/48 KB 52/156 KB 80/87 KB 48/48 KB 52/156 KB 80/87 KB 36/48 KB 52/156 KB 68/87 KB 48/48 KB 56/156 KB 80/87 KB 48/48 KB 60/156 KB 80/87 KB 48/48 KB 64/156 KB 80/87 KB 48/48 KB 64/156 KB 84/87 KB 48/48 KB 68/156 KB 3/21 KB 87/87 KB 48/48 KB 68/156 KB 3/21 KB 84/87 KB 48/48 KB 72/156 KB 3/21 KB 87/87 KB 3/35 KB 48/48 KB 76/156 KB 3/21 KB 87/87 KB 3/35 KB 48/48 KB 80/156 KB 3/21 KB 87/87 KB 48/48 KB 64/156 KB 3/21 KB 84/87 KB 3/35 KB 48/48 KB 72/156 KB 3/21 KB 87/87 KB 5/35 KB 48/48 KB 80/156 KB 3/21 KB 87/87 KB 8/35 KB 48/48 KB 80/156 KB 3/21 KB 87/87 KB 11/35 KB 48/48 KB 80/156 KB 3/21 KB 87/87 KB 13/35 KB 48/48 KB 80/156 KB 3/21 KB 87/87 KB 16/35 KB 48/48 KB 80/156 KB 3/21 KB 87/87 KB 19/35 KB 48/48 KB 80/156 KB 3/21 KB 87/87 KB 21/35 KB 48/48 KB 80/156 KB 3/21 KB 87/87 KB 24/35 KB 48/48 KB 80/156 KB 3/21 KB 87/87 KB 24/35 KB 48/48 KB 80/156 KB 5/21 KB 87/87 KB 24/35 KB 48/48 KB 80/156 KB 8/21 KB 87/87 KB 27/35 KB 48/48 KB 80/156 KB 11/21 KB 87/87 KB 27/35 KB 48/48 KB 80/156 KB 8/21 KB 87/87 KB 29/35 KB 48/48 KB 80/156 KB 11/21 KB 87/87 KB 32/35 KB 48/48 KB 80/156 KB 11/21 KB 87/87 KB 35/35 KB 84/156 KB 13/21 KB 32/35 KB 48/48 KB 80/156 KB 13/21 KB 87/87 KB 35/35 KB 84/156 KB 16/21 KB 35/35 KB 84/156 KB 16/21 KB 35/35 KB 84/156 KB 19/21 KB 35/35 KB 84/156 KB 21/21 KB 32/35 KB 84/156 KB 13/21 KB 87/87 KB 35/35 KB 88/156 KB 21/21 KB 35/35 KB 92/156 KB 21/21 KB 35/35 KB 96/156 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (48 KB at 1332.2 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 2480.7 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 DEBUG unit.abot-epc-basic/0.install 35/35 KB 100/156 KB 21/21 KB 35/35 KB 104/156 KB 21/21 KB 108/156 KB 21/21 KB 112/156 KB 21/21 KB 116/156 KB 21/21 KB 120/156 KB 21/21 KB 124/156 KB 21/21 KB 128/156 KB 21/21 KB 128/156 KB 21/21 KB 3/86 KB 128/156 KB 21/21 KB 6/86 KB 3/24 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 734.7 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 DEBUG unit.abot-epc-basic/0.install 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 433.8 KB/sec) unit-abot-epc-basic-0: 18:28:14 DEBUG unit.abot-epc-basic/0.install 128/156 KB 21/21 KB 3/86 KB 3/24 KB 128/156 KB 6/86 KB 6/24 KB 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: 18:28:14 DEBUG unit.abot-epc-basic/0.install 128/156 KB 6/86 KB 9/24 KB 128/156 KB 6/86 KB 11/24 KB 132/156 KB 6/86 KB 11/24 KB 136/156 KB 9/86 KB 14/24 KB 140/156 KB 9/86 KB 14/24 KB 144/156 KB 9/86 KB 14/24 KB 132/156 KB 9/86 KB 14/24 KB 132/156 KB 6/86 KB 14/24 KB 144/156 KB 9/86 KB 16/24 KB 144/156 KB 11/86 KB 16/24 KB 144/156 KB 11/86 KB 19/24 KB 144/156 KB 14/86 KB 19/24 KB 144/156 KB 14/86 KB 22/24 KB 144/156 KB 16/86 KB 22/24 KB 144/156 KB 19/86 KB 22/24 KB 144/156 KB 22/86 KB 24/24 KB 148/156 KB 25/86 KB 24/24 KB 144/156 KB 19/86 KB 24/24 KB 148/156 KB 22/86 KB 24/24 KB 152/156 KB 25/86 KB 24/24 KB 156/156 KB 25/86 KB 24/24 KB 156/156 KB 25/86 KB 24/24 KB 156/156 KB 27/86 KB 24/24 KB 156/156 KB 30/86 KB 24/24 KB 156/156 KB 32/86 KB 24/24 KB 156/156 KB 3/119 KB 32/86 KB 24/24 KB 3/14 KB 156/156 KB 32/86 KB 24/24 KB 3/14 KB 156/156 KB 3/119 KB 32/86 KB 24/24 KB 5/14 KB 156/156 KB 5/119 KB 32/86 KB 24/24 KB 8/14 KB 156/156 KB 5/119 KB 32/86 KB 24/24 KB 5/14 KB 156/156 KB 8/119 KB 32/86 KB 24/24 KB 8/14 KB 156/156 KB 8/119 KB 32/86 KB 24/24 KB 11/14 KB 156/156 KB 11/119 KB 32/86 KB 24/24 KB 11/14 KB 156/156 KB 11/119 KB 32/86 KB 24/24 KB 13/14 KB 156/156 KB 11/119 KB 32/86 KB 24/24 KB 14/14 KB 156/156 KB 13/119 KB 32/86 KB 24/24 KB 14/14 KB 156/156 KB 16/119 KB 32/86 KB 24/24 KB 14/14 KB 156/156 KB 19/119 KB 32/86 KB 24/24 KB 14/14 KB 156/156 KB 21/119 KB 32/86 KB 24/24 KB 14/14 KB 156/156 KB 24/119 KB 32/86 KB 14/14 KB 156/156 KB 27/119 KB 36/86 KB 14/14 KB 156/156 KB 24/119 KB 36/86 KB 14/14 KB 29/119 KB 40/86 KB 14/14 KB 29/119 KB 44/86 KB 14/14 KB 29/119 KB 48/86 KB 14/14 KB 29/119 KB 52/86 KB 14/14 KB 29/119 KB 56/86 KB 29/119 KB 60/86 KB 29/119 KB 64/86 KB 29/119 KB 36/86 KB 14/14 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 399.7 KB/sec) unit-abot-epc-basic-0: 18:28:14 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 217.1 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 DEBUG unit.abot-epc-basic/0.install 32/119 KB 64/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 2555.6 KB/sec) unit-abot-epc-basic-0: 18:28:14 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.jar unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 DEBUG unit.abot-epc-basic/0.install 36/119 KB 64/86 KB 40/119 KB 64/86 KB 44/119 KB 64/86 KB 48/119 KB 64/86 KB 48/119 KB 68/86 KB 3/37 KB 52/119 KB 72/86 KB 3/37 KB 52/119 KB 76/86 KB 3/37 KB 52/119 KB 80/86 KB 3/37 KB 52/119 KB 68/86 KB 5/37 KB 52/119 KB 80/86 KB 8/37 KB 52/119 KB 80/86 KB 11/37 KB 52/119 KB 80/86 KB 52/119 KB 68/86 KB 11/37 KB 56/119 KB 80/86 KB 13/37 KB 56/119 KB 80/86 KB 13/37 KB 60/119 KB 80/86 KB 13/37 KB 64/119 KB 80/86 KB 16/37 KB 68/119 KB 80/86 KB 16/37 KB 72/119 KB 84/86 KB 16/37 KB 76/119 KB 84/86 KB 16/37 KB 80/119 KB 84/86 KB 16/37 KB 4/29 KB 80/119 KB 84/86 KB 3/57 KB 16/37 KB 8/29 KB 80/119 KB 84/86 KB 3/57 KB 16/37 KB 12/29 KB 80/119 KB 84/86 KB 3/57 KB 16/37 KB 16/29 KB 80/119 KB 84/86 KB 3/57 KB 16/37 KB 20/29 KB 80/119 KB 84/86 KB 3/57 KB 16/37 KB 24/29 KB 80/119 KB 84/86 KB 3/57 KB 16/37 KB 28/29 KB 80/119 KB 84/86 KB 3/57 KB 16/37 KB 29/29 KB 80/119 KB 84/86 KB 16/37 KB 64/119 KB 80/86 KB 3/57 KB 16/37 KB 4/29 KB 80/119 KB 84/86 KB 6/57 KB 16/37 KB 29/29 KB 80/119 KB 84/86 KB 9/57 KB 16/37 KB 29/29 KB 80/119 KB 84/86 KB 11/57 KB 16/37 KB 29/29 KB 80/119 KB 84/86 KB 14/57 KB 16/37 KB 29/29 KB 80/119 KB 84/86 KB 16/57 KB 16/37 KB 29/29 KB 80/119 KB 84/86 KB 16/37 KB 68/119 KB 84/86 KB 16/57 KB 19/37 KB 29/29 KB 80/119 KB 86/86 KB 16/57 KB 19/37 KB 29/29 KB 80/119 KB 84/86 KB 16/57 KB 21/37 KB 29/29 KB 80/119 KB 86/86 KB 19/57 KB 21/37 KB 29/29 KB 80/119 KB 86/86 KB 19/57 KB 24/37 KB 29/29 KB 80/119 KB 86/86 KB 22/57 KB 24/37 KB 29/29 KB 80/119 KB 86/86 KB 25/57 KB 24/37 KB 29/29 KB 80/119 KB 86/86 KB 27/57 KB 27/37 KB 29/29 KB 84/119 KB 86/86 KB 30/57 KB 27/37 KB 84/119 KB 86/86 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 1052.8 KB/sec) unit-abot-epc-basic-0: 18:28:14 DEBUG unit.abot-epc-basic/0.install 25/57 KB 27/37 KB 29/29 KB 84/119 KB 86/86 KB 30/57 KB 27/37 KB 88/119 KB 32/57 KB 27/37 KB 92/119 KB 32/57 KB 27/37 KB 96/119 KB 32/57 KB 27/37 KB 100/119 KB 32/57 KB 27/37 KB 104/119 KB 32/57 KB 27/37 KB 108/119 KB 32/57 KB 27/37 KB 112/119 KB 32/57 KB 27/37 KB 116/119 KB 25/57 KB 27/37 KB 29/29 KB 80/119 KB 86/86 KB 32/57 KB 29/37 KB 116/119 KB 32/57 KB 32/37 KB 116/119 KB 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: 18:28:14 DEBUG unit.abot-epc-basic/0.install 32/57 KB 27/37 KB 88/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 342.1 KB/sec) unit-abot-epc-basic-0: 18:28:14 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.jar unit-abot-epc-basic-0: 18:28:14 DEBUG unit.abot-epc-basic/0.install 32/57 KB 35/37 KB 116/119 KB 36/57 KB 35/37 KB 116/119 KB 40/57 KB 37/37 KB 116/119 KB 44/57 KB 37/37 KB 116/119 KB 48/57 KB 37/37 KB 116/119 KB 36/57 KB 37/37 KB 116/119 KB 52/57 KB 37/37 KB 116/119 KB 56/57 KB 37/37 KB 116/119 KB 57/57 KB 37/37 KB 116/119 KB 57/57 KB 37/37 KB 119/119 KB 57/57 KB 37/37 KB 119/119 KB 3/33 KB 57/57 KB 4/11 KB 37/37 KB 119/119 KB 5/33 KB 57/57 KB 4/11 KB 37/37 KB 119/119 KB 3/33 KB 57/57 KB 8/11 KB 37/37 KB 119/119 KB 5/33 KB 57/57 KB 11/11 KB 37/37 KB 119/119 KB 5/33 KB 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 397.5 KB/sec) unit-abot-epc-basic-0: 18:28:14 DEBUG unit.abot-epc-basic/0.install 57/57 KB 11/11 KB 119/119 KB 8/33 KB 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: 18:28:14 DEBUG unit.abot-epc-basic/0.install 57/57 KB 11/11 KB 119/119 KB 11/33 KB 57/57 KB 11/11 KB 119/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 613.9 KB/sec) unit-abot-epc-basic-0: 18:28:14 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 1278.8 KB/sec) unit-abot-epc-basic-0: 18:28:14 DEBUG unit.abot-epc-basic/0.install 11/11 KB 119/119 KB 16/33 KB 11/11 KB 19/33 KB 11/11 KB 21/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: 18:28:14 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: 18:28:14 DEBUG unit.abot-epc-basic/0.install 11/11 KB 24/33 KB 11/11 KB 27/33 KB 11/11 KB 29/33 KB 11/11 KB 32/33 KB 11/11 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (11 KB at 105.7 KB/sec) unit-abot-epc-basic-0: 18:28:14 DEBUG unit.abot-epc-basic/0.install 3/21 KB 33/33 KB 6/21 KB 33/33 KB 9/21 KB 33/33 KB 11/21 KB 33/33 KB 14/21 KB 33/33 KB 16/21 KB 33/33 KB 19/21 KB 33/33 KB 21/21 KB 33/33 KB 21/21 KB 3/14 KB 33/33 KB 3/5 KB 21/21 KB 6/14 KB 33/33 KB 3/5 KB 21/21 KB 9/14 KB 3/5 KB 21/21 KB 11/14 KB 3/5 KB 21/21 KB 14/14 KB 3/5 KB 21/21 KB 14/14 KB 3/5 KB 21/21 KB 3/14 KB 33/33 KB 5/5 KB 21/21 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 318.2 KB/sec) unit-abot-epc-basic-0: 18:28:14 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 202.8 KB/sec) unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 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 41.2 KB/sec) unit-abot-epc-basic-0: 18:28:14 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 18:28:14 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:28:14 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:28:14 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: 18:28:14 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: 18:28:14 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:28:14 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:28:14 DEBUG unit.abot-epc-basic/0.install [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-abot-epc-basic-0: 18:28:15 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:28:15 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:28:15 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: 18:28:15 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-abot-epc-basic-0: 18:28:15 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: 18:28:15 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: 18:28:15 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: 18:28:15 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: 18:28:15 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: 18:28:15 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 180.4 KB/sec) unit-abot-epc-basic-0: 18:28:15 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-abot-epc-basic-0: 18:28:15 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 194.3 KB/sec) unit-abot-epc-basic-0: 18:28:15 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: 18:28:15 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 118.6 KB/sec) unit-abot-epc-basic-0: 18:28:15 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: 18:28:15 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 1217.0 KB/sec) unit-abot-epc-basic-0: 18:28:15 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-abot-epc-basic-0: 18:28:15 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 811.5 KB/sec) unit-abot-epc-basic-0: 18:28:15 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: 18:28:15 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.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 147.0 KB/sec) unit-abot-epc-basic-0: 18:28:15 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: 18:28:15 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 142.6 KB/sec) unit-abot-epc-basic-0: 18:28:15 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: 18:28:15 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/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: 18:28:15 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: 18:28:15 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 224.2 KB/sec) unit-abot-epc-basic-0: 18:28:15 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: 18:28:15 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 162.9 KB/sec) unit-abot-epc-basic-0: 18:28:15 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: 18:28:15 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 193.1 KB/sec) unit-abot-epc-basic-0: 18:28:15 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-abot-epc-basic-0: 18:28:15 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: 18:28:15 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: 18:28:15 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 139.0 KB/sec) unit-abot-epc-basic-0: 18:28:15 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: 18:28:15 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 68.2 KB/sec) unit-abot-epc-basic-0: 18:28:15 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: 18:28:15 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 144.6 KB/sec) unit-abot-epc-basic-0: 18:28:15 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-abot-epc-basic-0: 18:28:15 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: 18:28:15 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: 18:28:15 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/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 630.8 KB/sec) unit-abot-epc-basic-0: 18:28:15 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: 18:28:15 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-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 335.1 KB/sec) unit-abot-epc-basic-0: 18:28:15 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: 18:28:15 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 155.1 KB/sec) unit-abot-epc-basic-0: 18:28:15 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: 18:28:15 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 192.1 KB/sec) unit-abot-epc-basic-0: 18:28:15 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: 18:28:15 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: 18:28:16 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: 18:28:16 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: 18:28:16 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: 18:28:16 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: 18:28:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar unit-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install 3/286 KB 5/286 KB 3/223 KB 3/45 KB 3/286 KB 3/223 KB 3/45 KB 5/286 KB 3/223 KB 5/45 KB 5/286 KB 3/223 KB 8/45 KB 5/286 KB 3/223 KB 11/45 KB 5/286 KB 3/223 KB 13/45 KB 3/286 KB 3/223 KB 5/286 KB 5/223 KB 13/45 KB 5/286 KB 8/223 KB 13/45 KB 5/286 KB 11/223 KB 13/45 KB 5/286 KB 13/223 KB 13/45 KB 3/39 KB 3/308 KB 5/286 KB 16/223 KB 13/45 KB 3/39 KB 3/308 KB 5/286 KB 11/223 KB 13/45 KB 3/39 KB 8/286 KB 16/223 KB 16/45 KB 5/39 KB 3/308 KB 8/286 KB 16/223 KB 16/45 KB 8/39 KB 3/308 KB 8/286 KB 16/223 KB 16/45 KB 11/39 KB 3/308 KB 8/286 KB 16/223 KB 16/45 KB 13/39 KB 3/308 KB 8/286 KB 16/223 KB 16/45 KB 16/39 KB 3/308 KB 8/286 KB 16/223 KB 16/45 KB 19/39 KB 3/308 KB 8/286 KB 16/223 KB 16/45 KB 21/39 KB 3/308 KB 5/286 KB 11/223 KB 13/45 KB 3/39 KB 3/308 KB 8/286 KB 19/223 KB 16/45 KB 21/39 KB 5/308 KB 8/286 KB 19/223 KB 16/45 KB 21/39 KB 8/308 KB 8/286 KB 19/223 KB 16/45 KB 21/39 KB 11/308 KB 8/286 KB 19/223 KB 16/45 KB 21/39 KB 13/308 KB 8/286 KB 19/223 KB 16/45 KB 21/39 KB 16/308 KB 8/286 KB 19/223 KB 16/45 KB 21/39 KB 19/308 KB 8/286 KB 19/223 KB 16/45 KB 21/39 KB 21/308 KB 8/286 KB 19/223 KB 16/45 KB 21/39 KB 24/308 KB 8/286 KB 19/223 KB 16/45 KB 21/39 KB 3/308 KB 8/286 KB 16/223 KB 16/45 KB 3/39 KB 3/308 KB 8/286 KB 19/223 KB 19/45 KB 21/39 KB 24/308 KB 8/286 KB 19/223 KB 21/45 KB 21/39 KB 24/308 KB 8/286 KB 16/223 KB 13/45 KB 3/39 KB 3/308 KB 11/286 KB 19/223 KB 21/45 KB 21/39 KB 24/308 KB 13/286 KB 19/223 KB 21/45 KB 21/39 KB 24/308 KB 16/286 KB 19/223 KB 21/45 KB 21/39 KB 24/308 KB 16/286 KB 19/223 KB 24/45 KB 21/39 KB 24/308 KB 19/286 KB 19/223 KB 27/45 KB 24/39 KB 24/308 KB 19/286 KB 19/223 KB 24/45 KB 24/39 KB 24/308 KB 16/286 KB 19/223 KB 24/45 KB 24/39 KB 24/308 KB 19/286 KB 21/223 KB 27/45 KB 24/39 KB 27/308 KB 19/286 KB 21/223 KB 27/45 KB 24/39 KB 24/308 KB 21/286 KB 21/223 KB 27/45 KB 24/39 KB 27/308 KB 24/286 KB 24/223 KB 27/45 KB 24/39 KB 29/308 KB 21/286 KB 24/223 KB 27/45 KB 24/39 KB 29/308 KB 21/286 KB 21/223 KB 27/45 KB 24/39 KB 29/308 KB 24/286 KB 24/223 KB 29/45 KB 27/39 KB 29/308 KB 24/286 KB 24/223 KB 27/45 KB 27/39 KB 29/308 KB 24/286 KB 27/223 KB 29/45 KB 27/39 KB 29/308 KB 24/286 KB 29/223 KB 29/45 KB 29/39 KB 32/308 KB 27/286 KB 32/223 KB 32/45 KB 29/39 KB 32/308 KB 24/286 KB 27/223 KB 29/45 KB 29/39 KB 32/308 KB 24/286 KB 27/223 KB 29/45 KB 27/39 KB 32/308 KB 27/286 KB 32/223 KB 32/45 KB 29/39 KB 36/308 KB 27/286 KB 36/223 KB 32/45 KB 32/39 KB 40/308 KB 27/286 KB 36/223 KB 32/45 KB 32/39 KB 44/308 KB 27/286 KB 36/223 KB 32/45 KB 32/39 KB 48/308 KB 27/286 KB 29/223 KB 32/45 KB 29/39 KB 32/308 KB 24/286 KB 29/223 KB 32/45 KB 29/39 KB 32/308 KB 27/286 KB 36/223 KB 36/45 KB 32/39 KB 48/308 KB 29/286 KB 36/223 KB 40/45 KB 32/39 KB 48/308 KB 29/286 KB 36/223 KB 44/45 KB 32/39 KB 48/308 KB 29/286 KB 36/223 KB 45/45 KB 32/39 KB 48/308 KB 27/286 KB 36/223 KB 32/45 KB 32/39 KB 36/308 KB 29/286 KB 40/223 KB 45/45 KB 32/39 KB 48/308 KB 29/286 KB 44/223 KB 45/45 KB 32/39 KB 52/308 KB 29/286 KB 48/223 KB 45/45 KB 32/39 KB 52/308 KB 29/286 KB 52/223 KB 45/45 KB 32/39 KB 52/308 KB 29/286 KB 56/223 KB 45/45 KB 32/39 KB 52/308 KB 27/286 KB 32/223 KB 32/45 KB 32/39 KB 36/308 KB 29/286 KB 56/223 KB 45/45 KB 35/39 KB 52/308 KB 29/286 KB 56/223 KB 45/45 KB 37/39 KB 52/308 KB 29/286 KB 56/223 KB 45/45 KB 39/39 KB 52/308 KB 29/286 KB 40/223 KB 45/45 KB 32/39 unit-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install KB 52/308 KB 29/286 KB 56/223 KB 45/45 KB 39/39 KB 56/308 KB 29/286 KB 56/223 KB 45/45 KB 39/39 KB 60/308 KB 29/286 KB 56/223 KB 45/45 KB 39/39 KB 64/308 KB 29/286 KB 56/223 KB 45/45 KB 39/39 KB 68/308 KB 29/286 KB 36/223 KB 36/45 KB 32/39 KB 48/308 KB 32/286 KB 60/223 KB 45/45 KB 39/39 KB 68/308 KB 36/286 KB 60/223 KB 45/45 KB 39/39 KB 68/308 KB 40/286 KB 60/223 KB 45/45 KB 39/39 KB 68/308 KB 44/286 KB 60/223 KB 45/45 KB 39/39 KB 68/308 KB 48/286 KB 60/223 KB 45/45 KB 39/39 KB 68/308 KB 52/286 KB 60/223 KB 45/45 KB 39/39 KB 68/308 KB 56/286 KB 60/223 KB 39/39 KB 68/308 KB 60/286 KB 60/223 KB 39/39 KB 68/308 KB 64/286 KB 60/223 KB 39/39 KB 68/308 KB 29/286 KB 60/223 KB 45/45 KB 39/39 KB 68/308 KB 64/286 KB 64/223 KB 39/39 KB 68/308 KB 64/286 KB 68/223 KB 68/308 KB 68/286 KB 72/223 KB 72/308 KB 68/286 KB 76/223 KB 72/308 KB 68/286 KB 80/223 KB 72/308 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 1139.3 KB/sec) unit-abot-epc-basic-0: 18:28:16 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.jar unit-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install 68/286 KB 68/223 KB 72/308 KB 72/286 KB 80/223 KB 72/308 KB 76/286 KB 80/223 KB 72/308 KB 80/286 KB 80/223 KB 72/308 KB 84/286 KB 84/223 KB 72/308 KB 88/286 KB 84/223 KB 72/308 KB 92/286 KB 84/223 KB 72/308 KB 96/286 KB 84/223 KB 72/308 KB 64/286 KB 68/223 KB 72/308 KB 96/286 KB 84/223 KB 76/308 KB 96/286 KB 84/223 KB 80/308 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 1036.9 KB/sec) unit-abot-epc-basic-0: 18:28:16 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-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install 96/286 KB 84/223 KB 84/308 KB 96/286 KB 84/223 KB 88/308 KB 96/286 KB 84/223 KB 92/308 KB 96/286 KB 84/223 KB 96/308 KB 80/286 KB 84/223 KB 72/308 KB 96/286 KB 88/223 KB 96/308 KB 96/286 KB 92/223 KB 96/308 KB 96/286 KB 96/223 KB 100/308 KB 96/286 KB 100/223 KB 100/308 KB 96/286 KB 104/223 KB 100/308 KB 96/286 KB 108/223 KB 100/308 KB 96/286 KB 112/223 KB 100/308 KB 96/286 KB 92/223 KB 100/308 KB 100/286 KB 112/223 KB 104/308 KB 100/286 KB 112/223 KB 108/308 KB 100/286 KB 112/223 KB 112/308 KB 100/286 KB 112/223 KB 116/308 KB 100/286 KB 116/223 KB 120/308 KB 100/286 KB 116/223 KB 124/308 KB 100/286 KB 116/223 KB 128/308 KB 100/286 KB 112/223 KB 100/308 KB 104/286 KB 116/223 KB 128/308 KB 108/286 KB 116/223 KB 128/308 KB 112/286 KB 116/223 KB 128/308 KB 116/286 KB 116/223 KB 128/308 KB 120/286 KB 116/223 KB 132/308 KB 120/286 KB 3/174 KB 116/223 KB 132/308 KB 120/286 KB 5/174 KB 116/223 KB 132/308 KB 120/286 KB 8/174 KB 116/223 KB 132/308 KB 120/286 KB 11/174 KB 116/223 KB 132/308 KB 120/286 KB 13/174 KB 4/22 KB 116/223 KB 132/308 KB 100/286 KB 116/223 KB 116/308 KB 120/286 KB 13/174 KB 4/22 KB 120/223 KB 132/308 KB 120/286 KB 13/174 KB 4/22 KB 124/223 KB 132/308 KB 120/286 KB 11/174 KB 4/22 KB 116/223 KB 132/308 KB 120/286 KB 16/174 KB 8/22 KB 124/223 KB 132/308 KB 120/286 KB 16/174 KB 12/22 KB 124/223 KB 132/308 KB 120/286 KB 16/174 KB 16/22 KB 124/223 KB 132/308 KB 120/286 KB 16/174 KB 20/22 KB 124/223 KB 132/308 KB 120/286 KB 16/174 KB 22/22 KB 124/223 KB 132/308 KB 120/286 KB 16/174 KB 22/22 KB 128/223 KB 132/308 KB 124/286 KB 16/174 KB 22/22 KB 128/223 KB 132/308 KB 128/286 KB 16/174 KB 22/22 KB 128/223 KB 132/308 KB 128/286 KB 16/174 KB 22/22 KB 132/223 KB 132/308 KB 132/286 KB 16/174 KB 22/22 KB 136/223 KB 132/308 KB 132/286 KB 16/174 KB 22/22 KB 140/223 KB 132/308 KB 132/286 KB 16/174 KB 22/22 KB 144/223 KB 132/308 KB 116/286 KB 116/223 KB 132/308 KB 132/286 KB 16/174 KB 22/22 KB 144/223 KB 136/308 KB 132/286 KB 16/174 KB 22/22 KB 144/223 KB 140/308 KB 132/286 KB 16/174 KB 22/22 KB 144/223 KB 144/308 KB 132/286 KB 16/174 KB 22/22 KB 132/223 KB 132/308 KB 136/286 KB 16/174 KB 22/22 KB 144/223 KB 144/308 KB 140/286 KB 16/174 KB 22/22 KB 144/223 KB 148/308 KB 144/286 KB 16/174 KB 144/223 KB 148/308 KB 148/286 KB 16/174 KB 144/223 KB 148/308 KB 152/286 KB 16/174 KB 148/223 KB 148/308 KB 120/286 KB 16/174 KB 4/22 KB 124/223 KB 132/308 KB 152/286 KB 19/174 KB 148/223 KB 148/308 KB 152/286 KB 21/174 KB 148/223 KB 148/308 KB 152/286 KB 24/174 KB 148/223 KB 148/308 KB 152/286 KB 27/174 KB 148/223 KB 148/308 KB 152/286 KB 29/174 KB 148/223 KB 148/308 KB 152/286 KB 32/174 KB 148/223 KB 148/308 KB 152/286 KB 36/174 KB 148/223 KB 148/308 KB 152/286 KB 40/174 KB 148/223 KB 148/308 KB 156/286 KB 44/174 KB 148/223 KB 148/308 KB 156/286 KB 48/174 KB 148/223 KB 148/308 KB 156/286 KB 52/174 KB 148/223 KB 148/308 KB 156/286 KB 56/174 KB 148/223 KB 148/308 KB 156/286 KB 60/174 KB 148/223 KB 148/308 KB 156/286 KB 64/174 KB 148/223 KB 148/308 KB 156/286 KB 68/174 KB 148/223 KB 148/308 KB 148/286 KB 16/174 KB 148/223 KB 148/308 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 424.9 KB/sec) unit-abot-epc-basic-0: 18:28:16 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-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install 136/286 KB 16/174 KB 22/22 KB 144/223 KB 148/308 KB 156/286 KB 68/174 KB 148/223 KB 152/308 KB 156/286 KB 68/174 KB 148/223 KB 156/308 KB 156/286 KB 68/174 KB 148/223 KB 160/308 KB 156/286 KB 68/174 KB 148/223 KB 164/308 KB 156/286 KB 68/174 KB 152/223 KB 168/308 KB 156/286 KB 68/174 KB 152/223 KB 172/308 KB 156/286 KB 68/174 KB 152/223 KB 176/308 KB 156/286 KB 68/174 KB 152/223 KB 180/308 KB 156/286 KB 68/174 KB 152/223 KB 184/308 KB 156/286 KB 68/174 KB 152/223 KB 188/308 KB 156/286 KB 68/174 KB 152/223 KB 192/308 KB 156/286 KB 68/174 KB 152/223 KB 196/308 KB 156/286 KB 40/174 KB 148/223 KB 148/308 KB 160/286 KB 72/174 KB 152/223 KB 196/308 KB 164/286 KB 72/174 KB 152/223 KB 196/308 KB 168/286 KB 72/174 KB 152/223 KB 196/308 KB 172/286 KB 72/174 KB 152/223 KB 196/308 KB 176/286 KB 72/174 KB 152/223 KB 196/308 KB 176/286 KB 72/174 KB 152/223 KB 196/308 KB 4/9 KB 176/286 KB 72/174 KB 152/223 KB 196/308 KB 8/9 KB 176/286 KB 72/174 KB 152/223 KB 196/308 KB 9/9 KB 180/286 KB 72/174 KB 152/223 KB 196/308 KB 9/9 KB 184/286 KB 72/174 KB 152/223 KB 196/308 KB 9/9 KB 188/286 KB 72/174 KB 152/223 KB 196/308 KB 9/9 KB 192/286 KB 72/174 KB 152/223 KB 196/308 KB 9/9 KB 196/286 KB 72/174 KB 152/223 KB 196/308 KB 9/9 KB 156/286 KB 72/174 KB 152/223 KB 196/308 KB 156/286 KB 68/174 KB 152/223 KB 164/308 KB 196/286 KB 72/174 KB 156/223 KB 200/308 KB 9/9 KB 196/286 KB 72/174 KB 160/223 KB 200/308 KB 9/9 KB 196/286 KB 72/174 KB 164/223 KB 200/308 KB 9/9 KB 196/286 KB 72/174 KB 168/223 KB 200/308 KB 9/9 KB 196/286 KB 72/174 KB 172/223 KB 200/308 KB 9/9 KB 196/286 KB 72/174 KB 176/223 KB 200/308 KB 9/9 KB 196/286 KB 72/174 KB 180/223 KB 200/308 KB 9/9 KB 196/286 KB 72/174 KB 152/223 KB 200/308 KB 9/9 KB 196/286 KB 76/174 KB 180/223 KB 204/308 KB 9/9 KB 196/286 KB 76/174 KB 180/223 KB 200/308 KB 9/9 KB 196/286 KB 80/174 KB 180/223 KB 204/308 KB 9/9 KB 196/286 KB 84/174 KB 180/223 KB 204/308 KB 9/9 KB 196/286 KB 84/174 KB 184/223 KB 208/308 KB 9/9 KB 196/286 KB 84/174 KB 188/223 KB 208/308 KB 9/9 KB 196/286 KB 84/174 KB 180/223 KB 208/308 KB 9/9 KB 196/286 KB 84/174 KB 192/223 KB 208/308 KB 9/9 KB 196/286 KB 84/174 KB 196/223 KB 208/308 KB 9/9 KB 200/286 KB 88/174 KB 200/223 KB 212/308 KB 9/9 KB 200/286 KB 88/174 KB 204/223 KB 212/308 KB 9/9 KB 200/286 KB 88/174 KB 208/223 KB 212/308 KB 9/9 KB 200/286 KB 88/174 KB 196/223 KB 212/308 KB 9/9 KB 200/286 KB 88/174 KB 208/223 KB 216/308 KB 9/9 KB 200/286 KB 88/174 KB 208/223 KB 220/308 KB 9/9 KB 200/286 KB 88/174 KB 208/223 KB 224/308 KB 9/9 KB 200/286 KB 88/174 KB 208/223 KB 228/308 KB 9/9 KB 200/286 KB 88/174 KB 212/223 KB 232/308 KB 200/286 KB 88/174 KB 212/223 KB 236/308 KB 200/286 KB 88/174 KB 212/223 KB 240/308 KB 200/286 KB 88/174 KB 196/223 KB 208/308 KB 9/9 KB 204/286 KB 88/174 KB 212/223 KB 240/308 KB 208/286 KB 88/174 KB 212/223 KB 240/308 KB 196/286 KB 88/174 KB 196/223 KB 208/308 KB 9/9 KB 208/286 KB 92/174 KB 212/223 KB 240/308 KB 208/286 KB 96/174 KB 212/223 KB 240/308 KB 208/286 KB 100/174 KB 212/223 KB 240/308 KB 212/286 KB 104/174 KB 212/223 KB 240/308 KB 212/286 KB 108/174 KB 212/223 KB 240/308 KB 212/286 KB 112/174 KB 212/223 KB 240/308 KB 212/286 KB 116/174 KB 212/223 KB 240/308 KB 212/286 KB 120/174 KB 212/223 KB 240/308 KB 212/286 KB 124/174 KB 212/223 KB 240/308 KB 212/286 KB 128/174 KB 212/223 KB 240/308 KB 212/286 KB 132/174 KB 212/223 KB 240/308 KB 212/286 KB 136/ unit-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install 174 KB 212/223 KB 244/308 KB 212/286 KB 140/174 KB 212/223 KB 244/308 KB 212/286 KB 144/174 KB 212/223 KB 244/308 KB 212/286 KB 148/174 KB 212/223 KB 244/308 KB 200/286 KB 88/174 KB 212/223 KB 228/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 113.3 KB/sec) unit-abot-epc-basic-0: 18:28:16 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: 18:28:16 DEBUG unit.abot-epc-basic/0.install 212/286 KB 148/174 KB 216/223 KB 244/308 KB 212/286 KB 148/174 KB 220/223 KB 244/308 KB 212/286 KB 148/174 KB 223/223 KB 244/308 KB 212/286 KB 132/174 KB 212/223 KB 244/308 KB 212/286 KB 148/174 KB 223/223 KB 248/308 KB 212/286 KB 148/174 KB 223/223 KB 252/308 KB 212/286 KB 148/174 KB 223/223 KB 256/308 KB 212/286 KB 148/174 KB 223/223 KB 260/308 KB 212/286 KB 100/174 KB 212/223 KB 240/308 KB 216/286 KB 148/174 KB 223/223 KB 260/308 KB 220/286 KB 148/174 KB 223/223 KB 260/308 KB 224/286 KB 148/174 KB 223/223 KB 260/308 KB 228/286 KB 148/174 KB 223/223 KB 260/308 KB 232/286 KB 148/174 KB 223/223 KB 260/308 KB 236/286 KB 148/174 KB 223/223 KB 260/308 KB 240/286 KB 148/174 KB 223/223 KB 260/308 KB 244/286 KB 148/174 KB 223/223 KB 260/308 KB 248/286 KB 148/174 KB 223/223 KB 260/308 KB 252/286 KB 148/174 KB 223/223 KB 260/308 KB 256/286 KB 148/174 KB 223/223 KB 260/308 KB 256/286 KB 148/174 KB 223/223 KB 264/308 KB 256/286 KB 148/174 KB 223/223 KB 268/308 KB 260/286 KB 148/174 KB 223/223 KB 272/308 KB 260/286 KB 148/174 KB 223/223 KB 276/308 KB 260/286 KB 148/174 KB 223/223 KB 268/308 KB 264/286 KB 152/174 KB 223/223 KB 276/308 KB 260/286 KB 152/174 KB 223/223 KB 276/308 KB 264/286 KB 156/174 KB 223/223 KB 276/308 KB 264/286 KB 160/174 KB 223/223 KB 276/308 KB 268/286 KB 160/174 KB 223/223 KB 276/308 KB 272/286 KB 160/174 KB 223/223 KB 276/308 KB 276/286 KB 164/174 KB 223/223 KB 276/308 KB 280/286 KB 164/174 KB 223/223 KB 280/308 KB 284/286 KB 164/174 KB 223/223 KB 280/308 KB 286/286 KB 164/174 KB 223/223 KB 280/308 KB 272/286 KB 164/174 KB 223/223 KB 276/308 KB 286/286 KB 168/174 KB 223/223 KB 280/308 KB 276/286 KB 164/174 KB 223/223 KB 280/308 KB 286/286 KB 168/174 KB 223/223 KB 284/308 KB 286/286 KB 168/174 KB 223/223 KB 288/308 KB 286/286 KB 168/174 KB 223/223 KB 292/308 KB 286/286 KB 172/174 KB 296/308 KB 286/286 KB 172/174 KB 300/308 KB 286/286 KB 172/174 KB 304/308 KB 286/286 KB 172/174 KB 308/308 KB 286/286 KB 172/174 KB 308/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 2184.0 KB/sec) unit-abot-epc-basic-0: 18:28:16 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: 18:28:16 DEBUG unit.abot-epc-basic/0.install 286/286 KB 172/174 KB 223/223 KB 292/308 KB 286/286 KB 174/174 KB 308/308 KB 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 2573.4 KB/sec) unit-abot-epc-basic-0: 18:28:16 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: 18:28:16 DEBUG unit.abot-epc-basic/0.install 174/174 KB 4/22 KB 308/308 KB 174/174 KB 8/22 KB 308/308 KB 174/174 KB 12/22 KB 308/308 KB 174/174 KB 16/22 KB 308/308 KB 174/174 KB 20/22 KB 308/308 KB 174/174 KB 22/22 KB 308/308 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 1654.5 KB/sec) unit-abot-epc-basic-0: 18:28:16 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: 18:28:16 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 198.3 KB/sec) unit-abot-epc-basic-0: 18:28:16 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: 18:28:16 DEBUG unit.abot-epc-basic/0.install 4/11 KB 308/308 KB 4/13 KB 4/11 KB 4/17 KB 8/13 KB 4/11 KB 4/17 KB 12/13 KB 4/11 KB 4/17 KB 13/13 KB 4/11 KB 308/308 KB 8/11 KB 4/17 KB 13/13 KB 11/11 KB 4/17 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2628.6 KB/sec) unit-abot-epc-basic-0: 18:28:16 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: 18:28:16 DEBUG unit.abot-epc-basic/0.install 4/11 KB 4/17 KB 308/308 KB 4/13 KB 11/11 KB 8/17 KB 13/13 KB 11/11 KB 12/17 KB 13/13 KB 11/11 KB 16/17 KB 13/13 KB 11/11 KB 17/17 KB 13/13 KB 11/11 KB 3/11 KB 17/17 KB 13/13 KB 11/11 KB 5/11 KB 17/17 KB 13/13 KB 11/11 KB 7/11 KB 17/17 KB 13/13 KB 11/11 KB 10/11 KB 17/17 KB 13/13 KB 11/11 KB 11/11 KB 17/17 KB 13/13 KB 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 135.0 KB/sec) unit-abot-epc-basic-0: 18:28:16 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: 18:28:16 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 87.6 KB/sec) unit-abot-epc-basic-0: 18:28:16 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: 18:28:16 DEBUG unit.abot-epc-basic/0.install 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 104.2 KB/sec) unit-abot-epc-basic-0: 18:28:16 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: 18:28:16 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 83.0 KB/sec) unit-abot-epc-basic-0: 18:28:16 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: 18:28:16 DEBUG unit.abot-epc-basic/0.install 11/11 KB 4/28 KB 8/28 KB 12/28 KB 16/28 KB 20/28 KB 24/28 KB 28/28 KB 28/28 KB 4/309 KB 28/28 KB 3/14 KB 3/37 KB 4/309 KB 28/28 KB 3/14 KB 5/37 KB 4/309 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: 18:28:16 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-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install 3/14 KB 4/309 KB 28/28 KB 5/14 KB 5/37 KB 4/309 KB 4/192 KB 8/14 KB 5/37 KB 4/309 KB 4/192 KB 11/14 KB 5/37 KB 4/309 KB 4/192 KB 13/14 KB 5/37 KB 4/309 KB 4/192 KB 14/14 KB 5/37 KB 4/309 KB 4/192 KB 3/14 KB 5/37 KB 4/309 KB 4/192 KB 14/14 KB 5/37 KB 4/309 KB 8/192 KB 14/14 KB 5/37 KB 4/309 KB 12/192 KB 14/14 KB 5/37 KB 4/309 KB 16/192 KB 14/14 KB 5/37 KB 4/309 KB 20/192 KB 14/14 KB 8/37 KB 8/309 KB 24/192 KB 14/14 KB 8/37 KB 8/309 KB 28/192 KB 14/14 KB 8/37 KB 8/309 KB 32/192 KB 14/14 KB 8/37 KB 8/309 KB 20/192 KB 14/14 KB 8/37 KB 12/309 KB 32/192 KB 14/14 KB 8/37 KB 16/309 KB 32/192 KB 14/14 KB 8/37 KB 4/309 KB 20/192 KB 14/14 KB 11/37 KB 16/309 KB 32/192 KB 14/14 KB 13/37 KB 16/309 KB 32/192 KB 14/14 KB 13/37 KB 20/309 KB 32/192 KB 14/14 KB 16/37 KB 24/309 KB 36/192 KB 14/14 KB 16/37 KB 28/309 KB 36/192 KB 14/14 KB 16/37 KB 20/309 KB 36/192 KB 14/14 KB 16/37 KB 20/309 KB 32/192 KB 14/14 KB 19/37 KB 32/309 KB 40/192 KB 14/14 KB 21/37 KB 32/309 KB 40/192 KB 14/14 KB 16/37 KB 32/309 KB 36/192 KB 14/14 KB 16/37 KB 32/309 KB 40/192 KB 14/14 KB 21/37 KB 32/309 KB 44/192 KB 14/14 KB 21/37 KB 32/309 KB 48/192 KB 14/14 KB 24/37 KB 32/309 KB 52/192 KB 14/14 KB 24/37 KB 36/309 KB 56/192 KB 14/14 KB 24/37 KB 36/309 KB 60/192 KB 14/14 KB 24/37 KB 36/309 KB 64/192 KB 14/14 KB 24/37 KB 32/309 KB 48/192 KB 14/14 KB 27/37 KB 36/309 KB 64/192 KB 14/14 KB 27/37 KB 4/14 KB 36/309 KB 64/192 KB 14/14 KB 27/37 KB 8/14 KB 36/309 KB 64/192 KB 14/14 KB 27/37 KB 12/14 KB 36/309 KB 64/192 KB 14/14 KB 27/37 KB 14/14 KB 36/309 KB 64/192 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 94.8 KB/sec) unit-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install 29/37 KB 14/14 KB 36/309 KB 64/192 KB 14/14 KB 24/37 KB 36/309 KB 52/192 KB 29/37 KB 14/14 KB 40/309 KB 64/192 KB 29/37 KB 14/14 KB 44/309 KB 64/192 KB 32/37 KB 14/14 KB 44/309 KB 64/192 KB 32/37 KB 14/14 KB 48/309 KB 64/192 KB 35/37 KB 14/14 KB 48/309 KB 64/192 KB 35/37 KB 14/14 KB 52/309 KB 64/192 KB 37/37 KB 14/14 KB 56/309 KB 68/192 KB 37/37 KB 14/14 KB 60/309 KB 68/192 KB 37/37 KB 14/14 KB 52/309 KB 68/192 KB 37/37 KB 14/14 KB 60/309 KB 72/192 KB 37/37 KB 14/14 KB 64/309 KB 76/192 KB 37/37 KB 14/14 KB 64/309 KB 80/192 KB 37/37 KB 14/14 KB 52/309 KB 64/192 KB 37/37 KB 14/14 KB 64/309 KB 72/192 KB 37/37 KB 14/14 KB 64/309 KB 84/192 KB 37/37 KB 14/14 KB 68/309 KB 88/192 KB 37/37 KB 14/14 KB 68/309 KB 92/192 KB 37/37 KB 14/14 KB 68/309 KB 96/192 KB 37/37 KB 14/14 KB 68/309 KB 84/192 KB 37/37 KB 14/14 KB 72/309 KB 96/192 KB 37/37 KB 14/14 KB 76/309 KB 96/192 KB 37/37 KB 14/14 KB 80/309 KB 96/192 KB 37/37 KB 14/14 KB 84/309 KB 96/192 KB 37/37 KB 14/14 KB 88/309 KB 100/192 KB 37/37 KB 14/14 KB 92/309 KB 100/192 KB 37/37 KB 14/14 KB 96/309 KB 100/192 KB 37/37 KB 14/14 KB 84/309 KB 100/192 KB 37/37 KB 14/14 KB 96/309 KB 104/192 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 94.6 KB/sec) unit-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install 37/37 KB 96/309 KB 108/192 KB 37/37 KB 96/309 KB 112/192 KB 37/37 KB 96/309 KB 116/192 KB 100/309 KB 120/192 KB 100/309 KB 124/192 KB 100/309 KB 128/192 KB 100/309 KB 116/192 KB 104/309 KB 128/192 KB 108/309 KB 128/192 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 248.3 KB/sec) unit-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install 112/309 KB 128/192 KB 116/309 KB 128/192 KB 120/309 KB 132/192 KB 124/309 KB 132/192 KB 116/309 KB 132/192 KB 124/309 KB 136/192 KB 128/309 KB 140/192 KB 128/309 KB 144/192 KB 128/309 KB 148/192 KB 128/309 KB 152/192 KB 128/309 KB 156/192 KB 128/309 KB 160/192 KB 128/309 KB 136/192 KB 132/309 KB 160/192 KB 136/309 KB 160/192 KB 140/309 KB 160/192 KB 144/309 KB 160/192 KB 148/309 KB 160/192 KB 152/309 KB 164/192 KB 156/309 KB 164/192 KB 160/309 KB 164/192 KB 148/309 KB 164/192 KB 160/309 KB 168/192 KB 160/309 KB 172/192 KB 160/309 KB 176/192 KB 160/309 KB 180/192 KB 164/309 KB 184/192 KB 164/309 KB 188/192 KB 164/309 KB 192/192 KB 164/309 KB 192/192 KB 164/309 KB 180/192 KB 168/309 KB 192/192 KB 172/309 KB 192/192 KB 176/309 KB 192/192 KB 180/309 KB 192/192 KB 184/309 KB 192/192 KB 188/309 KB 192/192 KB 192/309 KB 192/192 KB 196/309 KB 192/192 KB 200/309 KB 192/192 KB 204/309 KB 192/192 KB 208/309 KB 192/192 KB 212/309 KB 192/192 KB 216/309 KB 192/192 KB 220/309 KB 192/192 KB 224/309 KB 192/192 KB 228/309 KB 192/192 KB 232/309 KB 192/192 KB 236/309 KB 192/192 KB 240/309 KB 192/192 KB 244/309 KB 192/192 KB 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 292/309 KB 192/192 KB 296/309 KB 192/192 KB 300/309 KB 192/192 KB 304/309 KB 192/192 KB 308/309 KB 192/192 KB 309/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 1153.5 KB/sec) unit-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 1814.1 KB/sec) unit-abot-epc-basic-0: 18:28:16 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: 18:28:16 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: 18:28:16 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: 18:28:16 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 166.9 KB/sec) unit-abot-epc-basic-0: 18:28:16 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: 18:28:16 DEBUG unit.abot-epc-basic/0.install 3/74 KB 5/74 KB 8/74 KB 11/74 KB 13/74 KB 16/74 KB 19/74 KB 21/74 KB 24/74 KB 27/74 KB 29/74 KB 32/74 KB 36/74 KB 40/74 KB 44/74 KB 48/74 KB 52/74 KB 56/74 KB 60/74 KB 64/74 KB 68/74 KB 72/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 3507.2 KB/sec) unit-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 18:28:16 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 18:28:17 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 18:28:17 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-abot-epc-basic-0: 18:28:18 DEBUG unit.abot-epc-basic/0.install Dec 03, 2018 6:28:18 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 18:28:18 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@932bc4a: startup date [Mon Dec 03 18:28:18 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 18:28:18 DEBUG unit.abot-epc-basic/0.install Dec 03, 2018 6:28:18 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:28:18 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 18:28:18 DEBUG unit.abot-epc-basic/0.install Dec 03, 2018 6:28:18 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:28:18 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: 18:28:20 DEBUG unit.abot-epc-basic/0.install Dec 03, 2018 6:28:20 PM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 18:28:20 DEBUG unit.abot-epc-basic/0.install INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@7c2a69b4] to [cucumber.runtime.java.spring.GlueCodeScope@a619c2] unit-abot-epc-basic-0: 18:28:20 DEBUG unit.abot-epc-basic/0.install Dec 03, 2018 6:28:20 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 18:28:20 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@784c5ef5: startup date [Mon Dec 03 18:28:20 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 18:28:20 DEBUG unit.abot-epc-basic/0.install Dec 03, 2018 6:28:20 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:28:20 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: 18:28:20 DEBUG unit.abot-epc-basic/0.install Dec 03, 2018 6:28:20 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:28:20 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: 18:28:20 DEBUG unit.abot-epc-basic/0.install Dec 03, 2018 6:28:20 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:28:20 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: 18:28:20 DEBUG unit.abot-epc-basic/0.install Dec 03, 2018 6:28:20 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:28:20 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-abot-epc-basic-0: 18:28:21 DEBUG unit.abot-epc-basic/0.install Dec 03, 2018 6:28:21 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 18:28:21 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@49ec6a9f: startup date [Mon Dec 03 18:28:21 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 18:28:21 DEBUG unit.abot-epc-basic/0.install Dec 03, 2018 6:28:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:28:21 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: 18:28:21 DEBUG unit.abot-epc-basic/0.install Dec 03, 2018 6:28:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:28:21 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: 18:28:21 DEBUG unit.abot-epc-basic/0.install Dec 03, 2018 6:28:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:28:21 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: 18:28:21 DEBUG unit.abot-epc-basic/0.install Dec 03, 2018 6:28:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:28:21 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-abot-epc-basic-0: 18:28:21 DEBUG unit.abot-epc-basic/0.install 03-Dec-2018 18:28:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install 03-Dec-2018 18:28:22 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install 03-Dec-2018 18:28:22 [main] REPORT: STEP EXECUTION TIME TAKEN :1349 MS unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install 03-Dec-2018 18:28:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install 03-Dec-2018 18:28:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install 03-Dec-2018 18:28:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install 03-Dec-2018 18:28:22 [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: 18:28:22 DEBUG unit.abot-epc-basic/0.install 03-Dec-2018 18:28:22 [main] REPORT: STEP EXECUTION TIME TAKEN :110 MS unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install 03-Dec-2018 18:28:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install 03-Dec-2018 18:28:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:28:22 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: 18:28:22 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install 0m1.952s unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.239 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.008 sec unit-abot-epc-basic-0: 18:28:22 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: 18:28:22 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.018 sec unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install 03-Dec-2018 18:28:22.409 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:28:22 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:28:22 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: 18:28:22 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 246.2 KB/sec) unit-abot-epc-basic-0: 18:28:22 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: 18:28:22 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: 18:28:22 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: 18:28:22 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 89.1 KB/sec) unit-abot-epc-basic-0: 18:28:22 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: 18:28:22 DEBUG unit.abot-epc-basic/0.install 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 202.7 KB/sec) unit-abot-epc-basic-0: 18:28:22 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: 18:28:22 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/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 1398.3 KB/sec) unit-abot-epc-basic-0: 18:28:22 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-abot-epc-basic-0: 18:28:22 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 76.5 KB/sec) unit-abot-epc-basic-0: 18:28:22 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-abot-epc-basic-0: 18:28:22 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 570.3 KB/sec) unit-abot-epc-basic-0: 18:28:22 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: 18:28:22 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: 18:28:22 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: 18:28:22 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: 18:28:22 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-abot-epc-basic-0: 18:28:23 DEBUG unit.abot-epc-basic/0.install 3/60 KB 6/60 KB 9/60 KB 11/60 KB 14/60 KB 16/60 KB 19/60 KB 22/60 KB 25/60 KB 27/60 KB 30/60 KB 32/60 KB 36/60 KB 40/60 KB 44/60 KB 48/60 KB 52/60 KB 56/60 KB 60/60 KB 60/60 KB 3/181 KB 60/60 KB 5/181 KB 60/60 KB 8/181 KB 60/60 KB 11/181 KB 60/60 KB 13/181 KB 60/60 KB 16/181 KB 60/60 KB 3/57 KB 19/181 KB 3/22 KB 60/60 KB 3/57 KB 21/181 KB 60/60 KB 3/57 KB 16/181 KB 3/22 KB 60/60 KB 3/57 KB 19/181 KB 6/22 KB 60/60 KB 3/57 KB 21/181 KB 9/22 KB 60/60 KB 3/57 KB 21/181 KB 11/22 KB 60/60 KB 3/57 KB 21/181 KB 14/22 KB 60/60 KB 3/57 KB 21/181 KB 16/22 KB 60/60 KB 3/57 KB 21/181 KB 19/22 KB 60/60 KB 3/57 KB 21/181 KB 22/22 KB 60/60 KB 3/57 KB 21/181 KB 22/22 KB 60/60 KB 3/57 KB 24/181 KB 22/22 KB 60/60 KB 3/57 KB 27/181 KB 22/22 KB 60/60 KB 5/57 KB 27/181 KB 22/22 KB 60/60 KB 8/57 KB 27/181 KB 22/22 KB 60/60 KB 11/57 KB 29/181 KB 22/22 KB 60/60 KB 8/57 KB 29/181 KB 22/22 KB 60/60 KB 11/57 KB 32/181 KB 22/22 KB 60/60 KB 13/57 KB 32/181 KB 22/22 KB 60/60 KB 13/57 KB 36/181 KB 22/22 KB 60/60 KB 16/57 KB 40/181 KB 22/22 KB 60/60 KB 16/57 KB 44/181 KB 22/22 KB 60/60 KB 16/57 KB 48/181 KB 22/22 KB 60/60 KB 16/57 KB 36/181 KB 22/22 KB 60/60 KB 19/57 KB 48/181 KB 22/22 KB 60/60 KB 21/57 KB 48/181 KB 22/22 KB 60/60 KB 24/57 KB 48/181 KB 22/22 KB 60/60 KB 24/57 KB 52/181 KB 22/22 KB 60/60 KB 27/57 KB 52/181 KB 22/22 KB 60/60 KB 29/57 KB 52/181 KB 22/22 KB 60/60 KB 32/57 KB 52/181 KB 22/22 KB 60/60 KB 32/57 KB 56/181 KB 22/22 KB 60/60 KB 32/57 KB 60/181 KB 22/22 KB 60/60 KB 36/57 KB 64/181 KB 22/22 KB 60/60 KB 36/57 KB 68/181 KB 22/22 KB 60/60 KB 36/57 KB 72/181 KB 22/22 KB 60/60 KB 36/57 KB 76/181 KB 22/22 KB 60/60 KB 36/57 KB 80/181 KB 22/22 KB 60/60 KB 36/57 KB 84/181 KB 22/22 KB 60/60 KB 36/57 KB 88/181 KB 36/57 KB 92/181 KB 36/57 KB 96/181 KB 36/57 KB 96/181 KB 3/203 KB 36/57 KB 96/181 KB 5/203 KB 36/57 KB 96/181 KB 8/203 KB 36/57 KB 96/181 KB 11/203 KB 22/22 KB 60/60 KB 36/57 KB 60/181 KB 40/57 KB 96/181 KB 11/203 KB 44/57 KB 96/181 KB 11/203 KB 48/57 KB 96/181 KB 11/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 532.5 KB/sec) unit-abot-epc-basic-0: 18:28:23 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 1789.6 KB/sec) unit-abot-epc-basic-0: 18:28:23 DEBUG unit.abot-epc-basic/0.install 52/57 KB 96/181 KB 13/203 KB 56/57 KB 96/181 KB 13/203 KB 57/57 KB 96/181 KB 13/203 KB 48/57 KB 96/181 KB 13/203 KB 57/57 KB 96/181 KB 16/203 KB 57/57 KB 96/181 KB 19/203 KB 57/57 KB 96/181 KB 21/203 KB 57/57 KB 96/181 KB 24/203 KB 57/57 KB 100/181 KB 27/203 KB 57/57 KB 100/181 KB 29/203 KB 57/57 KB 100/181 KB 32/203 KB 57/57 KB 100/181 KB 24/203 KB 57/57 KB 104/181 KB 32/203 KB 57/57 KB 108/181 KB 36/203 KB 57/57 KB 112/181 KB 36/203 KB 57/57 KB 116/181 KB 36/203 KB 57/57 KB 120/181 KB 36/203 KB 57/57 KB 124/181 KB 36/203 KB 57/57 KB 128/181 KB 36/203 KB 57/57 KB 132/181 KB 36/203 KB 57/57 KB 136/181 KB 36/203 KB 57/57 KB 140/181 KB 36/203 KB 57/57 KB 144/181 KB 36/203 KB 57/57 KB 148/181 KB 36/203 KB 57/57 KB 104/181 KB 36/203 KB 57/57 KB 148/181 KB 40/203 KB 57/57 KB 148/181 KB 44/203 KB 57/57 KB 148/181 KB 48/203 KB 57/57 KB 148/181 KB 52/203 KB 57/57 KB 148/181 KB 56/203 KB 57/57 KB 148/181 KB 60/203 KB 57/57 KB 148/181 KB 64/203 KB 57/57 KB 148/181 KB 68/203 KB 57/57 KB 148/181 KB 72/203 KB 57/57 KB 148/181 KB 76/203 KB 57/57 KB 148/181 KB 80/203 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 1459.0 KB/sec) unit-abot-epc-basic-0: 18:28:23 DEBUG unit.abot-epc-basic/0.install 57/57 KB 152/181 KB 80/203 KB 156/181 KB 80/203 KB 160/181 KB 80/203 KB 160/181 KB 84/203 KB 164/181 KB 88/203 KB 164/181 KB 92/203 KB 164/181 KB 96/203 KB 164/181 KB 84/203 KB 168/181 KB 96/203 KB 172/181 KB 96/203 KB 176/181 KB 96/203 KB 180/181 KB 96/203 KB 181/181 KB 100/203 KB 180/181 KB 100/203 KB 181/181 KB 104/203 KB 181/181 KB 108/203 KB 181/181 KB 112/203 KB 181/181 KB 116/203 KB 181/181 KB 120/203 KB 181/181 KB 124/203 KB 181/181 KB 128/203 KB 181/181 KB 132/203 KB 181/181 KB 136/203 KB 181/181 KB 140/203 KB 181/181 KB 144/203 KB 181/181 KB 148/203 KB 181/181 KB 152/203 KB 181/181 KB 156/203 KB 181/181 KB 160/203 KB 181/181 KB 164/203 KB 181/181 KB 168/203 KB 181/181 KB 172/203 KB 181/181 KB 176/203 KB 181/181 KB 180/203 KB 181/181 KB 184/203 KB 181/181 KB 188/203 KB 181/181 KB 192/203 KB 181/181 KB 196/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 3216.4 KB/sec) unit-abot-epc-basic-0: 18:28:23 DEBUG unit.abot-epc-basic/0.install 200/203 KB 203/203 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 3438.2 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:28:23 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install 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 155.6 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/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 1346.3 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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 276.5 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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 248.0 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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/3.3.3/maven-artifact-3.3.3.pom (3 KB at 134.9 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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 226.2 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 KB at 893.6 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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 107.7 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install 3/3 KB 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 191.7 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28: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/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 594.0 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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 1262.9 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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 62.4 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install 3/3 KB 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 150.8 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28: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/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (15 KB at 879.3 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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 61.2 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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 243.6 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 1055.6 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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 254.8 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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 221.0 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install 3/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 285.6 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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 584.1 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install 2/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 222.4 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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: 18:28:23 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: 18:28:23 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 75.7 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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/2.4/commons-io-2.4.pom (10 KB at 620.5 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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 2620.7 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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: 18:28:23 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: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install 4/46 KB 8/46 KB 12/46 KB 16/46 KB 20/46 KB 24/46 KB 28/46 KB 32/46 KB 36/46 KB 40/46 KB 44/46 KB 46/46 KB Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar unit-abot-epc-basic-0: 18:28:23 DEBUG unit.abot-epc-basic/0.install 46/46 KB 4/54 KB 46/46 KB 4/201 KB 8/54 KB 46/46 KB 4/201 KB 12/54 KB 46/46 KB 4/201 KB 16/54 KB 46/46 KB 4/201 KB 4/54 KB 46/46 KB 8/201 KB 16/54 KB 46/46 KB 12/201 KB 16/54 KB 46/46 KB 16/201 KB 16/54 KB 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 1324.1 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install 3/44 KB 20/201 KB 20/54 KB 3/44 KB 20/201 KB 24/54 KB 3/44 KB 20/201 KB 28/54 KB 3/44 KB 20/201 KB 32/54 KB 3/44 KB 20/201 KB 36/54 KB 3/44 KB 20/201 KB 40/54 KB 3/44 KB 20/201 KB 44/54 KB 3/44 KB 20/201 KB 48/54 KB 3/44 KB 20/201 KB 52/54 KB 3/44 KB 20/201 KB 16/54 KB 3/44 KB 24/201 KB 52/54 KB 3/44 KB 28/201 KB 52/54 KB 3/44 KB 32/201 KB 52/54 KB 3/44 KB 36/201 KB 52/54 KB 3/44 KB 40/201 KB 52/54 KB 3/44 KB 16/201 KB 16/54 KB 6/44 KB 40/201 KB 52/54 KB 9/44 KB 40/201 KB 52/54 KB 11/44 KB 40/201 KB 52/54 KB 14/44 KB 40/201 KB 52/54 KB 16/44 KB 40/201 KB 52/54 KB 19/44 KB 40/201 KB 52/54 KB 22/44 KB 44/201 KB 52/54 KB 25/44 KB 44/201 KB 52/54 KB 27/44 KB 44/201 KB 52/54 KB 30/44 KB 44/201 KB 52/54 KB 32/44 KB 44/201 KB 52/54 KB 19/44 KB 44/201 KB 52/54 KB 32/44 KB 48/201 KB 52/54 KB 32/44 KB 52/201 KB 52/54 KB 32/44 KB 56/201 KB 52/54 KB 32/44 KB 60/201 KB 52/54 KB 32/44 KB 64/201 KB 52/54 KB 32/44 KB 68/201 KB 54/54 KB 36/44 KB 72/201 KB 54/54 KB 36/44 KB 76/201 KB 54/54 KB 36/44 KB 80/201 KB 54/54 KB 32/44 KB 64/201 KB 54/54 KB 36/44 KB 68/201 KB 54/54 KB 40/44 KB 80/201 KB 54/54 KB 44/44 KB 80/201 KB 54/54 KB 44/44 KB 80/201 KB 4/6 KB 54/54 KB 44/44 KB 80/201 KB 6/6 KB 54/54 KB 44/44 KB 84/201 KB 6/6 KB 54/54 KB 44/44 KB 88/201 KB 6/6 KB 54/54 KB 44/44 KB 92/201 KB 6/6 KB 54/54 KB 44/44 KB 96/201 KB 6/6 KB 54/54 KB 44/44 KB 100/201 KB 6/6 KB 54/54 KB 44/44 KB 104/201 KB 6/6 KB 54/54 KB 44/44 KB 108/201 KB 6/6 KB 54/54 KB 44/44 KB 112/201 KB 6/6 KB 54/54 KB 44/44 KB 116/201 KB 6/6 KB 54/54 KB 44/44 KB 120/201 KB 6/6 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 4/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 8/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 12/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 16/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 20/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 24/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 28/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 32/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 36/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 40/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 44/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 48/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 52/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 56/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 60/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 64/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 68/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 72/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 76/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 80/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 84/158 KB 54/54 KB 44/44 KB 124/201 KB 6/6 KB 88/158 KB 44/44 KB 124/201 KB 6/6 KB 92/158 KB 44/44 KB 124/201 KB 6/6 KB 96/158 KB Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 168.0 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar (54 KB at 1345.0 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 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 1253.0 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install 124/201 KB 100/158 KB 124/201 KB 104/158 KB 124/201 KB 108/158 KB 124/201 KB 112/158 KB 128/201 KB 116/158 KB 128/201 KB 120/158 KB 128/201 KB 124/158 KB 128/201 KB 128/158 KB 128/201 KB 112/158 KB 132/201 KB 128/158 KB 136/201 KB 128/158 KB 140/201 KB 128/158 KB 144/201 KB 128/158 KB 148/201 KB 128/158 KB 152/201 KB 132/158 KB 156/201 KB 132/158 KB 160/201 KB 132/158 KB 148/201 KB 132/158 KB 160/201 KB 136/158 KB 160/201 KB 140/158 KB 160/201 KB 144/158 KB 160/201 KB 148/158 KB 164/201 KB 148/158 KB 4/5 KB 164/201 KB 148/158 KB 5/5 KB 164/201 KB 152/158 KB 5/5 KB 164/201 KB 156/158 KB 5/5 KB 164/201 KB 158/158 KB 5/5 KB 164/201 KB 148/158 KB 3/3 KB 164/201 KB 158/158 KB 5/5 KB 3/3 KB 164/201 KB 158/158 KB 5/5 KB 3/3 KB 168/201 KB 158/158 KB 5/5 KB 3/3 KB 172/201 KB 158/158 KB 5/5 KB 3/3 KB 176/201 KB 158/158 KB 5/5 KB 3/3 KB 180/201 KB 158/158 KB 5/5 KB 3/3 KB 184/201 KB 158/158 KB 5/5 KB 3/3 KB 188/201 KB 158/158 KB 5/5 KB 3/3 KB 192/201 KB 158/158 KB 5/5 KB 3/3 KB 4/367 KB 192/201 KB 158/158 KB 5/5 KB 3/3 KB 8/367 KB 192/201 KB 158/158 KB 5/5 KB 3/3 KB 12/367 KB 192/201 KB 158/158 KB 5/5 KB 3/3 KB 16/367 KB 192/201 KB 158/158 KB 5/5 KB 3/3 KB 20/367 KB 192/201 KB 158/158 KB 5/5 KB 3/3 KB 24/367 KB 192/201 KB 158/158 KB 5/5 KB 3/3 KB 28/367 KB 192/201 KB 158/158 KB 5/5 KB 3/3 KB 32/367 KB 192/201 KB 158/158 KB 5/5 KB 3/3 KB 36/367 KB 192/201 KB 158/158 KB 5/5 KB 3/3 KB 40/367 KB 192/201 KB 158/158 KB 5/5 KB 3/3 KB 44/367 KB 192/201 KB 158/158 KB 5/5 KB 3/3 KB 48/367 KB 192/201 KB 158/158 KB 5/5 KB 3/3 KB 52/367 KB 192/201 KB 158/158 KB 5/5 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 83.9 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 46.9 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install 56/367 KB 192/201 KB 158/158 KB 60/367 KB 192/201 KB 158/158 KB 64/367 KB 192/201 KB 158/158 KB 68/367 KB 192/201 KB 72/367 KB 196/201 KB 76/367 KB 196/201 KB 80/367 KB 196/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 2416.1 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install 68/367 KB 196/201 KB 80/367 KB 200/201 KB 80/367 KB 201/201 KB 84/367 KB 201/201 KB 88/367 KB 201/201 KB 92/367 KB 201/201 KB 96/367 KB 201/201 KB 96/367 KB 201/201 KB 3/47 KB 96/367 KB 201/201 KB 5/47 KB 96/367 KB 201/201 KB 8/47 KB 96/367 KB 201/201 KB 11/47 KB 96/367 KB 201/201 KB 13/47 KB 96/367 KB 201/201 KB 16/47 KB 96/367 KB 201/201 KB 19/47 KB 96/367 KB 201/201 KB 21/47 KB 96/367 KB 201/201 KB 24/47 KB 96/367 KB 201/201 KB 27/47 KB 96/367 KB 201/201 KB 29/47 KB 96/367 KB 201/201 KB 32/47 KB 96/367 KB 201/201 KB 36/47 KB 96/367 KB 201/201 KB 40/47 KB 96/367 KB 201/201 KB 44/47 KB 96/367 KB 201/201 KB 47/47 KB 100/367 KB 201/201 KB 47/47 KB 104/367 KB 47/47 KB 108/367 KB 47/47 KB 112/367 KB 47/47 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.jar (201 KB at 2907.1 KB/sec) unit-abot-epc-basic-0: 18:28:23 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.jar unit-abot-epc-basic-0: 18:28:23 DEBUG unit.abot-epc-basic/0.install 112/367 KB 4/238 KB 47/47 KB 112/367 KB 8/238 KB 47/47 KB 112/367 KB 12/238 KB 47/47 KB 112/367 KB 16/238 KB 47/47 KB 116/367 KB 16/238 KB 47/47 KB 120/367 KB 20/238 KB 3/52 KB 47/47 KB 124/367 KB 20/238 KB 3/52 KB 47/47 KB 128/367 KB 20/238 KB 3/52 KB 47/47 KB 116/367 KB 20/238 KB 3/52 KB 47/47 KB 116/367 KB 16/238 KB 3/52 KB 47/47 KB 132/367 KB 20/238 KB 5/52 KB 47/47 KB 132/367 KB 20/238 KB 8/52 KB 47/47 KB 132/367 KB 20/238 KB 11/52 KB 47/47 KB 132/367 KB 20/238 KB 13/52 KB 47/47 KB 132/367 KB 20/238 KB 16/52 KB 47/47 KB 132/367 KB 20/238 KB 19/52 KB 47/47 KB 132/367 KB 20/238 KB 21/52 KB 47/47 KB 132/367 KB 20/238 KB 24/52 KB 47/47 KB 132/367 KB 20/238 KB 27/52 KB 47/47 KB 132/367 KB 20/238 KB 29/52 KB 47/47 KB 132/367 KB 20/238 KB 32/52 KB 47/47 KB 132/367 KB 20/238 KB 36/52 KB 47/47 KB 132/367 KB 20/238 KB 40/52 KB 132/367 KB 20/238 KB 44/52 KB 132/367 KB 20/238 KB 48/52 KB 132/367 KB 20/238 KB 52/52 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 651.0 KB/sec) unit-abot-epc-basic-0: 18:28:23 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.jar unit-abot-epc-basic-0: 18:28:23 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (52 KB at 668.2 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install 132/367 KB 24/238 KB 132/367 KB 28/238 KB 132/367 KB 32/238 KB 132/367 KB 36/238 KB 132/367 KB 40/238 KB 4/28 KB 132/367 KB 44/238 KB 4/28 KB 132/367 KB 48/238 KB 4/28 KB 132/367 KB 52/238 KB 4/28 KB 132/367 KB 56/238 KB 4/28 KB 132/367 KB 60/238 KB 4/28 KB 132/367 KB 64/238 KB 4/28 KB 132/367 KB 36/238 KB 4/28 KB 132/367 KB 64/238 KB 8/28 KB 132/367 KB 64/238 KB 12/28 KB 132/367 KB 64/238 KB 16/28 KB 132/367 KB 64/238 KB 20/28 KB 132/367 KB 64/238 KB 24/28 KB 132/367 KB 64/238 KB 28/28 KB 132/367 KB 20/238 KB 52/52 KB 136/367 KB 64/238 KB 28/28 KB 140/367 KB 64/238 KB 28/28 KB 144/367 KB 64/238 KB 28/28 KB 148/367 KB 64/238 KB 28/28 KB 152/367 KB 64/238 KB 28/28 KB 156/367 KB 64/238 KB 28/28 KB 160/367 KB 64/238 KB 28/28 KB 164/367 KB 64/238 KB 28/28 KB 168/367 KB 68/238 KB 28/28 KB 172/367 KB 68/238 KB 28/28 KB 176/367 KB 68/238 KB 28/28 KB 164/367 KB 68/238 KB 28/28 KB 176/367 KB 72/238 KB 28/28 KB 176/367 KB 76/238 KB 28/28 KB 176/367 KB 80/238 KB 28/28 KB 176/367 KB 80/238 KB 28/28 KB 4/186 KB 176/367 KB 80/238 KB 28/28 KB 8/186 KB 176/367 KB 80/238 KB 28/28 KB 12/186 KB 176/367 KB 80/238 KB 28/28 KB 16/186 KB 176/367 KB 80/238 KB 28/28 KB 20/186 KB 176/367 KB 80/238 KB 28/28 KB 24/186 KB 176/367 KB 80/238 KB 28/28 KB 28/186 KB 176/367 KB 80/238 KB 28/28 KB 32/186 KB 176/367 KB 80/238 KB 28/28 KB 36/186 KB 176/367 KB 84/238 KB 28/28 KB 40/186 KB 176/367 KB 84/238 KB 28/28 KB 44/186 KB 176/367 KB 84/238 KB 28/28 KB 48/186 KB 180/367 KB 84/238 KB 52/186 KB 180/367 KB 84/238 KB 56/186 KB 180/367 KB 84/238 KB 60/186 KB 180/367 KB 84/238 KB 64/186 KB 176/367 KB 84/238 KB 28/28 KB 36/186 KB 180/367 KB 88/238 KB 64/186 KB 180/367 KB 92/238 KB 64/186 KB 180/367 KB 96/238 KB 64/186 KB 180/367 KB 100/238 KB 64/186 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 281.8 KB/sec) unit-abot-epc-basic-0: 18:28:23 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: 18:28:23 DEBUG unit.abot-epc-basic/0.install 180/367 KB 84/238 KB 28/28 KB 48/186 KB 184/367 KB 100/238 KB 68/186 KB 188/367 KB 100/238 KB 68/186 KB 192/367 KB 100/238 KB 68/186 KB 196/367 KB 100/238 KB 68/186 KB 200/367 KB 100/238 KB 68/186 KB 204/367 KB 104/238 KB 68/186 KB 208/367 KB 104/238 KB 68/186 KB 212/367 KB 104/238 KB 68/186 KB 216/367 KB 104/238 KB 68/186 KB 220/367 KB 104/238 KB 68/186 KB 224/367 KB 104/238 KB 68/186 KB 228/367 KB 104/238 KB 68/186 KB 232/367 KB 104/238 KB 68/186 KB 236/367 KB 104/238 KB 68/186 KB 240/367 KB 104/238 KB 68/186 KB 244/367 KB 104/238 KB 68/186 KB 180/367 KB 100/238 KB 68/186 KB 200/367 KB 104/238 KB 68/186 KB 244/367 KB 108/238 KB 68/186 KB 244/367 KB 112/238 KB 68/186 KB 244/367 KB 116/238 KB 68/186 KB 244/367 KB 120/238 KB 72/186 KB 244/367 KB 124/238 KB 72/186 KB 244/367 KB 128/238 KB 72/186 KB 244/367 KB 116/238 KB 72/186 KB 244/367 KB 128/238 KB 76/186 KB 244/367 KB 128/238 KB 80/186 KB 244/367 KB 128/238 KB 84/186 KB 244/367 KB 128/238 KB 88/186 KB 244/367 KB 128/238 KB 92/186 KB 244/367 KB 128/238 KB 96/186 KB 244/367 KB 132/238 KB 100/186 KB 244/367 KB 132/238 KB 104/186 KB 244/367 KB 132/238 KB 108/186 KB 244/367 KB 132/238 KB 112/186 KB 244/367 KB 132/238 KB 112/186 KB 4/1199 KB 244/367 KB 132/238 KB 112/186 KB 8/1199 KB 244/367 KB 132/238 KB 112/186 KB 12/1199 KB 244/367 KB 132/238 KB 112/186 KB 16/1199 KB 244/367 KB 132/238 KB 112/186 KB 20/1199 KB 244/367 KB 132/238 KB 112/186 KB 24/1199 KB 244/367 KB 132/238 KB 112/186 KB 28/1199 KB 244/367 KB 132/238 KB 112/186 KB 32/1199 KB 4/558 KB 244/367 KB 132/238 KB 112/186 KB 36/1199 KB 4/558 KB 244/367 KB 132/238 KB 112/186 KB 40/1199 KB 4/558 KB 244/367 KB 132/238 KB 112/186 KB 44/1199 KB 4/558 KB 244/367 KB 132/238 KB 112/186 KB 48/1199 KB 4/558 KB 244/367 KB 132/238 KB 96/186 KB 244/367 KB 136/238 KB 112/186 KB 48/1199 KB 4/558 KB 244/367 KB 140/238 KB 112/186 KB 52/1199 KB 4/558 KB 244/367 KB 144/238 KB 112/186 KB 52/1199 KB 4/558 KB 244/367 KB 132/238 KB 112/186 KB 28/1199 KB 4/558 KB 244/367 KB 144/238 KB 112/186 KB 52/1199 KB 8/558 KB 244/367 KB 144/238 KB 112/186 KB 52/1199 KB 12/558 KB 244/367 KB 144/238 KB 112/186 KB 52/1199 KB 16/558 KB 244/367 KB 144/238 KB 112/186 KB 52/1199 KB 20/558 KB 244/367 KB 144/238 KB 112/186 KB 52/1199 KB 24/558 KB 244/367 KB 144/238 KB 112/186 KB 52/1199 KB 28/558 KB 244/367 KB 144/238 KB 112/186 KB 52/1199 KB 32/558 KB 244/367 KB 144/238 KB 112/186 KB 52/1199 KB 36/558 KB 244/367 KB 148/238 KB 112/186 KB 52/1199 KB 40/558 KB 248/367 KB 148/238 KB 116/186 KB 52/1199 KB 40/558 KB 244/367 KB 136/238 KB 112/186 KB 52/1199 KB 4/558 KB 248/367 KB 148/238 KB 116/186 KB 56/1199 KB 44/558 KB 248/367 KB 148/238 KB 116/186 KB 52/1199 KB 44/558 KB 248/367 KB 148/238 KB 116/186 KB 56/1199 KB 48/558 KB 248/367 KB 148/238 KB 116/186 KB 56/1199 KB 52/558 KB 248/367 KB 148/238 KB 112/186 KB 52/1199 KB 40/558 KB 252/367 KB 148/238 KB 120/186 KB 60/1199 KB 52/558 KB 256/367 KB 148/238 KB 120/186 KB 60/1199 KB 52/558 KB 260/367 KB 148/238 KB 120/186 KB 60/1199 KB 52/558 KB 264/367 KB 148/238 KB 120/186 KB 60/1199 KB 56/558 KB 268/367 KB 148/238 KB 120/186 KB 60/1199 KB 56/558 KB 272/367 KB 148/238 KB 120/186 KB 60/1199 KB 56/558 KB 244/367 KB 148/238 KB 112/186 KB 52/1199 KB 36/558 KB 272/367 KB 152/238 KB 120/186 KB 60/1199 KB 56/558 KB 272/367 KB 156/238 KB 120/186 KB 60/1199 KB 56/558 KB 272/367 KB 160/238 KB 120/186 KB 60/1199 KB 56/558 KB 272/36 unit-abot-epc-basic-0: 18:28:23 DEBUG unit.abot-epc-basic/0.install 7 KB 164/238 KB 120/186 KB 60/1199 KB 56/558 KB 272/367 KB 168/238 KB 120/186 KB 60/1199 KB 56/558 KB 272/367 KB 172/238 KB 120/186 KB 60/1199 KB 56/558 KB 272/367 KB 176/238 KB 120/186 KB 60/1199 KB 56/558 KB 260/367 KB 148/238 KB 120/186 KB 60/1199 KB 56/558 KB 248/367 KB 148/238 KB 120/186 KB 60/1199 KB 52/558 KB 272/367 KB 176/238 KB 124/186 KB 60/1199 KB 60/558 KB 272/367 KB 176/238 KB 128/186 KB 60/1199 KB 60/558 KB 272/367 KB 176/238 KB 132/186 KB 60/1199 KB 60/558 KB 276/367 KB 180/238 KB 136/186 KB 60/1199 KB 60/558 KB 276/367 KB 180/238 KB 140/186 KB 60/1199 KB 60/558 KB 276/367 KB 180/238 KB 144/186 KB 60/1199 KB 60/558 KB 248/367 KB 148/238 KB 116/186 KB 60/1199 KB 52/558 KB 276/367 KB 180/238 KB 144/186 KB 64/1199 KB 60/558 KB 276/367 KB 180/238 KB 144/186 KB 68/1199 KB 60/558 KB 276/367 KB 180/238 KB 144/186 KB 72/1199 KB 60/558 KB 276/367 KB 180/238 KB 144/186 KB 76/1199 KB 60/558 KB 276/367 KB 180/238 KB 144/186 KB 80/1199 KB 60/558 KB 276/367 KB 180/238 KB 144/186 KB 84/1199 KB 60/558 KB 276/367 KB 180/238 KB 144/186 KB 88/1199 KB 60/558 KB 276/367 KB 180/238 KB 144/186 KB 92/1199 KB 60/558 KB 276/367 KB 180/238 KB 144/186 KB 96/1199 KB 60/558 KB 276/367 KB 180/238 KB 132/186 KB 60/1199 KB 60/558 KB 280/367 KB 180/238 KB 144/186 KB 96/1199 KB 60/558 KB 284/367 KB 180/238 KB 144/186 KB 96/1199 KB 60/558 KB 288/367 KB 180/238 KB 144/186 KB 96/1199 KB 60/558 KB 292/367 KB 180/238 KB 144/186 KB 96/1199 KB 60/558 KB 296/367 KB 180/238 KB 148/186 KB 100/1199 KB 60/558 KB 300/367 KB 180/238 KB 148/186 KB 100/1199 KB 60/558 KB 304/367 KB 180/238 KB 148/186 KB 100/1199 KB 60/558 KB 272/367 KB 180/238 KB 132/186 KB 60/1199 KB 60/558 KB 304/367 KB 184/238 KB 148/186 KB 100/1199 KB 60/558 KB 304/367 KB 188/238 KB 148/186 KB 100/1199 KB 60/558 KB 304/367 KB 192/238 KB 148/186 KB 100/1199 KB 60/558 KB 304/367 KB 196/238 KB 148/186 KB 100/1199 KB 60/558 KB 272/367 KB 176/238 KB 120/186 KB 60/1199 KB 60/558 KB 304/367 KB 196/238 KB 148/186 KB 100/1199 KB 64/558 KB 304/367 KB 196/238 KB 148/186 KB 100/1199 KB 68/558 KB 304/367 KB 196/238 KB 148/186 KB 100/1199 KB 72/558 KB 304/367 KB 196/238 KB 148/186 KB 100/1199 KB 76/558 KB 304/367 KB 196/238 KB 148/186 KB 100/1199 KB 80/558 KB 304/367 KB 196/238 KB 148/186 KB 100/1199 KB 84/558 KB 304/367 KB 196/238 KB 148/186 KB 100/1199 KB 88/558 KB 304/367 KB 196/238 KB 148/186 KB 100/1199 KB 92/558 KB 304/367 KB 196/238 KB 148/186 KB 100/1199 KB 96/558 KB 304/367 KB 196/238 KB 148/186 KB 100/1199 KB 100/558 KB 308/367 KB 200/238 KB 148/186 KB 100/1199 KB 104/558 KB 308/367 KB 200/238 KB 148/186 KB 100/1199 KB 108/558 KB 308/367 KB 200/238 KB 148/186 KB 100/1199 KB 112/558 KB 292/367 KB 180/238 KB 148/186 KB 100/1199 KB 60/558 KB 308/367 KB 200/238 KB 152/186 KB 100/1199 KB 112/558 KB 308/367 KB 200/238 KB 156/186 KB 100/1199 KB 112/558 KB 308/367 KB 200/238 KB 160/186 KB 100/1199 KB 112/558 KB 308/367 KB 200/238 KB 164/186 KB 100/1199 KB 112/558 KB 308/367 KB 200/238 KB 168/186 KB 100/1199 KB 112/558 KB 308/367 KB 200/238 KB 172/186 KB 100/1199 KB 112/558 KB 308/367 KB 200/238 KB 176/186 KB 100/1199 KB 112/558 KB 308/367 KB 200/238 KB 180/186 KB 100/1199 KB 112/558 KB 308/367 KB 200/238 KB 184/186 KB 100/1199 KB 116/558 KB 308/367 KB 200/238 KB 186/186 KB 100/1199 KB 116/558 KB 292/367 KB 180/238 KB 144/186 KB 100/1199 KB 60/558 KB 308/367 KB 200/238 KB 186/186 KB 104/1199 KB 116/558 KB 308/367 KB 200/238 KB unit-abot-epc-basic-0: 18:28:23 DEBUG unit.abot-epc-basic/0.install 186/186 KB 108/1199 KB 116/558 KB 308/367 KB 200/238 KB 186/186 KB 112/1199 KB 116/558 KB 308/367 KB 200/238 KB 186/186 KB 116/1199 KB 116/558 KB 308/367 KB 200/238 KB 186/186 KB 120/1199 KB 116/558 KB 308/367 KB 200/238 KB 186/186 KB 124/1199 KB 116/558 KB 308/367 KB 200/238 KB 186/186 KB 128/1199 KB 116/558 KB 308/367 KB 200/238 KB 186/186 KB 132/1199 KB 116/558 KB 308/367 KB 200/238 KB 186/186 KB 136/1199 KB 116/558 KB 308/367 KB 200/238 KB 186/186 KB 140/1199 KB 116/558 KB 308/367 KB 200/238 KB 186/186 KB 144/1199 KB 116/558 KB 308/367 KB 200/238 KB 180/186 KB 100/1199 KB 116/558 KB 308/367 KB 200/238 KB 186/186 KB 144/1199 KB 120/558 KB 308/367 KB 200/238 KB 186/186 KB 144/1199 KB 124/558 KB 308/367 KB 200/238 KB 186/186 KB 144/1199 KB 128/558 KB 308/367 KB 200/238 KB 186/186 KB 144/1199 KB 132/558 KB 308/367 KB 200/238 KB 186/186 KB 148/1199 KB 136/558 KB 308/367 KB 200/238 KB 186/186 KB 148/1199 KB 140/558 KB 308/367 KB 200/238 KB 186/186 KB 148/1199 KB 144/558 KB 308/367 KB 200/238 KB 148/186 KB 100/1199 KB 100/558 KB 304/367 KB 200/238 KB 148/186 KB 100/1199 KB 100/558 KB 308/367 KB 204/238 KB 186/186 KB 148/1199 KB 144/558 KB 308/367 KB 208/238 KB 186/186 KB 148/1199 KB 144/558 KB 308/367 KB 212/238 KB 186/186 KB 148/1199 KB 144/558 KB 312/367 KB 216/238 KB 186/186 KB 148/1199 KB 144/558 KB 312/367 KB 220/238 KB 186/186 KB 148/1199 KB 144/558 KB 312/367 KB 224/238 KB 186/186 KB 148/1199 KB 144/558 KB 312/367 KB 228/238 KB 186/186 KB 148/1199 KB 144/558 KB 312/367 KB 232/238 KB 186/186 KB 148/1199 KB 144/558 KB 312/367 KB 236/238 KB 186/186 KB 148/1199 KB 144/558 KB 312/367 KB 238/238 KB 186/186 KB 148/1199 KB 144/558 KB 308/367 KB 200/238 KB 186/186 KB 148/1199 KB 132/558 KB 312/367 KB 212/238 KB 186/186 KB 148/1199 KB 144/558 KB 316/367 KB 238/238 KB 186/186 KB 148/1199 KB 144/558 KB 320/367 KB 238/238 KB 186/186 KB 148/1199 KB 144/558 KB 324/367 KB 238/238 KB 186/186 KB 148/1199 KB 144/558 KB 328/367 KB 238/238 KB 186/186 KB 148/1199 KB 144/558 KB 332/367 KB 238/238 KB 186/186 KB 148/1199 KB 144/558 KB 336/367 KB 238/238 KB 186/186 KB 148/1199 KB 144/558 KB 340/367 KB 238/238 KB 186/186 KB 148/1199 KB 144/558 KB 344/367 KB 238/238 KB 186/186 KB 148/1199 KB 144/558 KB 348/367 KB 238/238 KB 186/186 KB 152/1199 KB 144/558 KB 352/367 KB 238/238 KB 186/186 KB 152/1199 KB 144/558 KB 356/367 KB 238/238 KB 186/186 KB 152/1199 KB 144/558 KB 360/367 KB 238/238 KB 152/1199 KB 148/558 KB 364/367 KB 238/238 KB 152/1199 KB 148/558 KB 367/367 KB 238/238 KB 152/1199 KB 148/558 KB 344/367 KB 238/238 KB 186/186 KB 152/1199 KB 144/558 KB 367/367 KB 238/238 KB 156/1199 KB 148/558 KB 367/367 KB 238/238 KB 160/1199 KB 148/558 KB 367/367 KB 238/238 KB 164/1199 KB 148/558 KB 367/367 KB 238/238 KB 168/1199 KB 148/558 KB 367/367 KB 238/238 KB 172/1199 KB 148/558 KB 367/367 KB 238/238 KB 176/1199 KB 148/558 KB 367/367 KB 238/238 KB 180/1199 KB 148/558 KB 367/367 KB 238/238 KB 184/1199 KB 148/558 KB 367/367 KB 238/238 KB 188/1199 KB 148/558 KB 367/367 KB 238/238 KB 192/1199 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 1708.1 KB/sec) unit-abot-epc-basic-0: 18:28:23 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.jar unit-abot-epc-basic-0: 18:28:23 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 1337.9 KB/sec) unit-abot-epc-basic-0: 18:28:23 DEBUG unit.abot-epc-basic/0.install 356/367 KB 238/238 KB 186/186 KB 152/1199 KB 148/558 KB 367/367 KB 192/1199 KB 152/558 KB 367/367 KB 192/1199 KB 156/558 KB 367/367 KB 192/1199 KB 160/558 KB 367/367 KB 192/1199 KB 164/558 KB 367/367 KB 192/1199 KB 168/558 KB 367/367 KB 192/1199 KB 172/558 KB 367/367 KB 192/1199 KB 176/558 KB Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar unit-abot-epc-basic-0: 18:28:23 DEBUG unit.abot-epc-basic/0.install 367/367 KB 192/1199 KB 180/558 KB 367/367 KB 192/1199 KB 184/558 KB 367/367 KB 192/1199 KB 188/558 KB 367/367 KB 192/1199 KB 192/558 KB 367/367 KB 192/1199 KB 196/558 KB 196/1199 KB 4/1206 KB 196/558 KB 367/367 KB 196/1199 KB 196/558 KB 200/1199 KB 8/1206 KB 196/558 KB 196/1199 KB 8/1206 KB 196/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 2493.0 KB/sec) unit-abot-epc-basic-0: 18:28:23 DEBUG unit.abot-epc-basic/0.install 200/1199 KB 12/1206 KB 196/558 KB 200/1199 KB 16/1206 KB 196/558 KB 204/1199 KB 16/1206 KB 196/558 KB 208/1199 KB 16/1206 KB 196/558 KB 208/1199 KB 20/1206 KB 196/558 KB 212/1199 KB 24/1206 KB 4/181 KB 200/558 KB 212/1199 KB 28/1206 KB 4/181 KB 200/558 KB 212/1199 KB 32/1206 KB 4/181 KB 200/558 KB 212/1199 KB 20/1206 KB 4/181 KB 200/558 KB 208/1199 KB 20/1206 KB 4/181 KB 200/558 KB 212/1199 KB 32/1206 KB 4/181 KB 204/558 KB 212/1199 KB 32/1206 KB 4/181 KB 208/558 KB 208/1199 KB 20/1206 KB 4/181 KB 196/558 KB 212/1199 KB 32/1206 KB 8/181 KB 208/558 KB 212/1199 KB 32/1206 KB 12/181 KB 208/558 KB 212/1199 KB 32/1206 KB 16/181 KB 208/558 KB 212/1199 KB 32/1206 KB 20/181 KB 208/558 KB 212/1199 KB 32/1206 KB 24/181 KB 212/558 KB 212/1199 KB 32/1206 KB 28/181 KB 212/558 KB 216/1199 KB 32/1206 KB 28/181 KB 212/558 KB 212/1199 KB 32/1206 KB 20/181 KB 212/558 KB 220/1199 KB 32/1206 KB 32/181 KB 216/558 KB 220/1199 KB 32/1206 KB 32/181 KB 220/558 KB 220/1199 KB 32/1206 KB 32/181 KB 224/558 KB 220/1199 KB 32/1206 KB 32/181 KB 228/558 KB 220/1199 KB 36/1206 KB 32/181 KB 232/558 KB 220/1199 KB 36/1206 KB 32/181 KB 236/558 KB 220/1199 KB 36/1206 KB 32/181 KB 240/558 KB 220/1199 KB 32/1206 KB 32/181 KB 212/558 KB 224/1199 KB 36/1206 KB 32/181 KB 240/558 KB 228/1199 KB 36/1206 KB 32/181 KB 240/558 KB 232/1199 KB 36/1206 KB 32/181 KB 240/558 KB 236/1199 KB 36/1206 KB 32/181 KB 240/558 KB 240/1199 KB 36/1206 KB 32/181 KB 240/558 KB 216/1199 KB 32/1206 KB 32/181 KB 212/558 KB 240/1199 KB 36/1206 KB 36/181 KB 240/558 KB 240/1199 KB 36/1206 KB 40/181 KB 240/558 KB 240/1199 KB 36/1206 KB 44/181 KB 240/558 KB 240/1199 KB 36/1206 KB 48/181 KB 240/558 KB 240/1199 KB 36/1206 KB 52/181 KB 240/558 KB 244/1199 KB 36/1206 KB 56/181 KB 244/558 KB 244/1199 KB 36/1206 KB 60/181 KB 244/558 KB 244/1199 KB 36/1206 KB 64/181 KB 244/558 KB 220/1199 KB 36/1206 KB 32/181 KB 228/558 KB 244/1199 KB 40/1206 KB 64/181 KB 244/558 KB 244/1199 KB 44/1206 KB 64/181 KB 244/558 KB 244/1199 KB 48/1206 KB 64/181 KB 244/558 KB 244/1199 KB 52/1206 KB 64/181 KB 244/558 KB 244/1199 KB 56/1206 KB 64/181 KB 244/558 KB 244/1199 KB 60/1206 KB 64/181 KB 244/558 KB 244/1199 KB 64/1206 KB 64/181 KB 244/558 KB 244/1199 KB 68/1206 KB 64/181 KB 244/558 KB 244/1199 KB 72/1206 KB 68/181 KB 244/558 KB 244/1199 KB 76/1206 KB 68/181 KB 244/558 KB 244/1199 KB 80/1206 KB 68/181 KB 244/558 KB 244/1199 KB 36/1206 KB 52/181 KB 244/558 KB 248/1199 KB 80/1206 KB 68/181 KB 244/558 KB 252/1199 KB 80/1206 KB 68/181 KB 244/558 KB 256/1199 KB 80/1206 KB 68/181 KB 244/558 KB 260/1199 KB 80/1206 KB 68/181 KB 244/558 KB 264/1199 KB 84/1206 KB 68/181 KB 244/558 KB 268/1199 KB 84/1206 KB 68/181 KB 244/558 KB 272/1199 KB 84/1206 KB 68/181 KB 244/558 KB 240/1199 KB 36/1206 KB 52/181 KB 244/558 KB 272/1199 KB 84/1206 KB 68/181 KB 248/558 KB 272/1199 KB 84/1206 KB 68/181 KB 252/558 KB 272/1199 KB 84/1206 KB 68/181 KB 256/558 KB 272/1199 KB 84/1206 KB 68/181 KB 260/558 KB 272/1199 KB 84/1206 KB 68/181 KB 264/558 KB 272/1199 KB 84/1206 KB 68/181 KB 268/558 KB 272/1199 KB 84/1206 KB 68/181 KB 272/558 KB 272/1199 KB 84/1206 KB 68/181 KB 276/558 KB 276/1199 KB 84/1206 KB 68/181 KB 280/558 KB 276/1199 KB 84/1206 KB 68/181 KB 284/558 KB 276/1199 KB 84/1206 KB 68/181 KB 288/558 KB 260/1199 KB 84/1206 KB 68/181 KB 244/558 KB 276/1199 KB 88/1206 KB 68/181 KB 288/558 KB 276/1199 KB 92/1206 KB 68/181 KB 288/558 KB 276/1199 KB 96/1206 KB 68/1 unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install 81 KB 288/558 KB 276/1199 KB 100/1206 KB 68/181 KB 288/558 KB 244/1199 KB 68/1206 KB 68/181 KB 244/558 KB 276/1199 KB 100/1206 KB 72/181 KB 292/558 KB 276/1199 KB 100/1206 KB 76/181 KB 292/558 KB 276/1199 KB 100/1206 KB 80/181 KB 292/558 KB 276/1199 KB 100/1206 KB 84/181 KB 292/558 KB 276/1199 KB 100/1206 KB 88/181 KB 292/558 KB 276/1199 KB 100/1206 KB 92/181 KB 292/558 KB 276/1199 KB 100/1206 KB 96/181 KB 292/558 KB 276/1199 KB 100/1206 KB 100/181 KB 292/558 KB 276/1199 KB 100/1206 KB 104/181 KB 292/558 KB 276/1199 KB 100/1206 KB 108/181 KB 292/558 KB 276/1199 KB 100/1206 KB 112/181 KB 292/558 KB 276/1199 KB 100/1206 KB 116/181 KB 292/558 KB 276/1199 KB 100/1206 KB 68/181 KB 292/558 KB 276/1199 KB 104/1206 KB 116/181 KB 296/558 KB 276/1199 KB 104/1206 KB 116/181 KB 300/558 KB 276/1199 KB 104/1206 KB 116/181 KB 304/558 KB 276/1199 KB 104/1206 KB 116/181 KB 308/558 KB 276/1199 KB 104/1206 KB 120/181 KB 312/558 KB 276/1199 KB 104/1206 KB 120/181 KB 316/558 KB 276/1199 KB 104/1206 KB 120/181 KB 320/558 KB 276/1199 KB 84/1206 KB 68/181 KB 276/558 KB 280/1199 KB 104/1206 KB 120/181 KB 320/558 KB 284/1199 KB 104/1206 KB 120/181 KB 320/558 KB 288/1199 KB 104/1206 KB 120/181 KB 320/558 KB 292/1199 KB 104/1206 KB 120/181 KB 320/558 KB 296/1199 KB 104/1206 KB 120/181 KB 320/558 KB 300/1199 KB 104/1206 KB 120/181 KB 320/558 KB 304/1199 KB 104/1206 KB 120/181 KB 320/558 KB 308/1199 KB 104/1206 KB 120/181 KB 320/558 KB 312/1199 KB 104/1206 KB 120/181 KB 320/558 KB 316/1199 KB 104/1206 KB 120/181 KB 324/558 KB 320/1199 KB 104/1206 KB 120/181 KB 324/558 KB 276/1199 KB 104/1206 KB 120/181 KB 308/558 KB 320/1199 KB 104/1206 KB 124/181 KB 324/558 KB 320/1199 KB 104/1206 KB 128/181 KB 324/558 KB 320/1199 KB 104/1206 KB 132/181 KB 324/558 KB 320/1199 KB 104/1206 KB 136/181 KB 324/558 KB 324/1199 KB 104/1206 KB 140/181 KB 324/558 KB 324/1199 KB 104/1206 KB 144/181 KB 324/558 KB 324/1199 KB 104/1206 KB 148/181 KB 324/558 KB 276/1199 KB 104/1206 KB 116/181 KB 292/558 KB 324/1199 KB 108/1206 KB 148/181 KB 324/558 KB 324/1199 KB 112/1206 KB 148/181 KB 324/558 KB 324/1199 KB 116/1206 KB 148/181 KB 324/558 KB 324/1199 KB 120/1206 KB 148/181 KB 324/558 KB 324/1199 KB 124/1206 KB 148/181 KB 324/558 KB 324/1199 KB 128/1206 KB 148/181 KB 324/558 KB 324/1199 KB 132/1206 KB 148/181 KB 324/558 KB 324/1199 KB 136/1206 KB 148/181 KB 324/558 KB 324/1199 KB 140/1206 KB 148/181 KB 324/558 KB 324/1199 KB 144/1206 KB 148/181 KB 324/558 KB 324/1199 KB 148/1206 KB 148/181 KB 324/558 KB 324/1199 KB 104/1206 KB 136/181 KB 324/558 KB 328/1199 KB 148/1206 KB 152/181 KB 324/558 KB 332/1199 KB 148/1206 KB 152/181 KB 324/558 KB 336/1199 KB 148/1206 KB 152/181 KB 324/558 KB 340/1199 KB 148/1206 KB 152/181 KB 324/558 KB 344/1199 KB 152/1206 KB 152/181 KB 324/558 KB 348/1199 KB 152/1206 KB 152/181 KB 324/558 KB 352/1199 KB 152/1206 KB 152/181 KB 324/558 KB 312/1199 KB 104/1206 KB 120/181 KB 324/558 KB 352/1199 KB 152/1206 KB 152/181 KB 328/558 KB 352/1199 KB 152/1206 KB 152/181 KB 332/558 KB 352/1199 KB 152/1206 KB 152/181 KB 336/558 KB 352/1199 KB 152/1206 KB 152/181 KB 340/558 KB 352/1199 KB 152/1206 KB 152/181 KB 344/558 KB 352/1199 KB 152/1206 KB 152/181 KB 348/558 KB 352/1199 KB 152/1206 KB 152/181 KB 352/558 KB 340/1199 KB 152/1206 KB 152/181 KB 324/558 KB 352/1199 KB 156/1206 KB 152/181 KB 352/558 KB 352/1199 KB 160/1206 KB 152/181 KB 352/558 KB 324/1199 KB 148/1206 KB 152/181 KB 324/558 KB 352/1199 KB 160 unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install /1206 KB 156/181 KB 352/558 KB 352/1199 KB 160/1206 KB 160/181 KB 352/558 KB 352/1199 KB 160/1206 KB 164/181 KB 352/558 KB 352/1199 KB 164/1206 KB 168/181 KB 356/558 KB 352/1199 KB 164/1206 KB 172/181 KB 356/558 KB 352/1199 KB 164/1206 KB 176/181 KB 356/558 KB 356/1199 KB 164/1206 KB 180/181 KB 356/558 KB 356/1199 KB 164/1206 KB 181/181 KB 356/558 KB 352/1199 KB 164/1206 KB 164/181 KB 356/558 KB 356/1199 KB 168/1206 KB 181/181 KB 356/558 KB 356/1199 KB 172/1206 KB 181/181 KB 356/558 KB 356/1199 KB 176/1206 KB 181/181 KB 356/558 KB 356/1199 KB 180/1206 KB 181/181 KB 356/558 KB 356/1199 KB 184/1206 KB 181/181 KB 356/558 KB 356/1199 KB 188/1206 KB 181/181 KB 356/558 KB 356/1199 KB 192/1206 KB 181/181 KB 356/558 KB 352/1199 KB 160/1206 KB 164/181 KB 356/558 KB 356/1199 KB 192/1206 KB 181/181 KB 360/558 KB 356/1199 KB 192/1206 KB 181/181 KB 364/558 KB 356/1199 KB 192/1206 KB 181/181 KB 368/558 KB 356/1199 KB 192/1206 KB 181/181 KB 372/558 KB 356/1199 KB 192/1206 KB 181/181 KB 376/558 KB 356/1199 KB 192/1206 KB 181/181 KB 380/558 KB 356/1199 KB 192/1206 KB 181/181 KB 384/558 KB 356/1199 KB 192/1206 KB 181/181 KB 388/558 KB 356/1199 KB 196/1206 KB 181/181 KB 392/558 KB 356/1199 KB 196/1206 KB 181/181 KB 396/558 KB 356/1199 KB 196/1206 KB 181/181 KB 400/558 KB 356/1199 KB 164/1206 KB 176/181 KB 356/558 KB 360/1199 KB 196/1206 KB 181/181 KB 400/558 KB 364/1199 KB 196/1206 KB 181/181 KB 400/558 KB 368/1199 KB 196/1206 KB 181/181 KB 400/558 KB 372/1199 KB 196/1206 KB 181/181 KB 400/558 KB 376/1199 KB 196/1206 KB 181/181 KB 400/558 KB 380/1199 KB 196/1206 KB 181/181 KB 400/558 KB 384/1199 KB 196/1206 KB 181/181 KB 400/558 KB 388/1199 KB 196/1206 KB 181/181 KB 400/558 KB 392/1199 KB 196/1206 KB 181/181 KB 400/558 KB 396/1199 KB 196/1206 KB 181/181 KB 404/558 KB 400/1199 KB 196/1206 KB 181/181 KB 404/558 KB 404/1199 KB 196/1206 KB 181/181 KB 404/558 KB 356/1199 KB 196/1206 KB 181/181 KB 388/558 KB 404/1199 KB 200/1206 KB 181/181 KB 404/558 KB 404/1199 KB 204/1206 KB 181/181 KB 404/558 KB 404/1199 KB 208/1206 KB 181/181 KB 404/558 KB 404/1199 KB 212/1206 KB 181/181 KB 404/558 KB 404/1199 KB 216/1206 KB 181/181 KB 404/558 KB 404/1199 KB 220/1206 KB 181/181 KB 404/558 KB 404/1199 KB 224/1206 KB 181/181 KB 404/558 KB 404/1199 KB 228/1206 KB 181/181 KB 404/558 KB 408/1199 KB 232/1206 KB 404/558 KB 408/1199 KB 236/1206 KB 404/558 KB 408/1199 KB 240/1206 KB 404/558 KB 408/1199 KB 244/1206 KB 404/558 KB 392/1199 KB 196/1206 KB 181/181 KB 404/558 KB 408/1199 KB 244/1206 KB 408/558 KB 408/1199 KB 244/1206 KB 412/558 KB 408/1199 KB 244/1206 KB 416/558 KB 408/1199 KB 228/1206 KB 404/558 KB 412/1199 KB 244/1206 KB 416/558 KB 416/1199 KB 244/1206 KB 420/558 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 873.4 KB/sec) unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install 420/1199 KB 244/1206 KB 420/558 KB 424/1199 KB 244/1206 KB 420/558 KB 428/1199 KB 244/1206 KB 420/558 KB 432/1199 KB 244/1206 KB 420/558 KB 412/1199 KB 244/1206 KB 420/558 KB 432/1199 KB 244/1206 KB 424/558 KB 432/1199 KB 244/1206 KB 428/558 KB 432/1199 KB 244/1206 KB 432/558 KB 432/1199 KB 244/1206 KB 436/558 KB 436/1199 KB 244/1206 KB 440/558 KB 436/1199 KB 248/1206 KB 444/558 KB 436/1199 KB 248/1206 KB 448/558 KB 436/1199 KB 248/1206 KB 452/558 KB 436/1199 KB 248/1206 KB 456/558 KB 436/1199 KB 248/1206 KB 460/558 KB 436/1199 KB 244/1206 KB 436/558 KB 440/1199 KB 248/1206 KB 460/558 KB 444/1199 KB 248/1206 KB 460/558 KB 448/1199 KB 248/1206 KB 460/558 KB 452/1199 KB 248/1206 KB 460/558 KB 456/1199 KB 248/1206 KB 464/558 KB 460/1199 KB 248/1206 KB 464/558 KB 464/1199 KB 248/1206 KB 464/558 KB 468/1199 KB 248/1206 KB 464/558 KB 436/1199 KB 248/1206 KB 440/558 KB 468/1199 KB 252/1206 KB 464/558 KB 468/1199 KB 256/1206 KB 464/558 KB 468/1199 KB 260/1206 KB 464/558 KB 468/1199 KB 264/1206 KB 464/558 KB 468/1199 KB 268/1206 KB 464/558 KB 468/1199 KB 272/1206 KB 464/558 KB 452/1199 KB 248/1206 KB 464/558 KB 468/1199 KB 272/1206 KB 468/558 KB 468/1199 KB 276/1206 KB 472/558 KB 468/1199 KB 276/1206 KB 476/558 KB 468/1199 KB 276/1206 KB 480/558 KB 468/1199 KB 276/1206 KB 468/558 KB 472/1199 KB 280/1206 KB 480/558 KB 472/1199 KB 284/1206 KB 480/558 KB 472/1199 KB 288/1206 KB 480/558 KB 472/1199 KB 292/1206 KB 480/558 KB 472/1199 KB 296/1206 KB 484/558 KB 472/1199 KB 300/1206 KB 484/558 KB 472/1199 KB 304/1206 KB 484/558 KB 472/1199 KB 276/1206 KB 480/558 KB 476/1199 KB 304/1206 KB 484/558 KB 480/1199 KB 304/1206 KB 484/558 KB 484/1199 KB 304/1206 KB 484/558 KB 488/1199 KB 304/1206 KB 484/558 KB 492/1199 KB 304/1206 KB 484/558 KB 496/1199 KB 304/1206 KB 484/558 KB 500/1199 KB 308/1206 KB 484/558 KB 504/1199 KB 308/1206 KB 484/558 KB 508/1199 KB 308/1206 KB 484/558 KB 512/1199 KB 308/1206 KB 484/558 KB 472/1199 KB 292/1206 KB 484/558 KB 512/1199 KB 308/1206 KB 488/558 KB 512/1199 KB 308/1206 KB 492/558 KB 512/1199 KB 308/1206 KB 496/558 KB 512/1199 KB 308/1206 KB 500/558 KB 512/1199 KB 308/1206 KB 504/558 KB 512/1199 KB 308/1206 KB 508/558 KB 512/1199 KB 308/1206 KB 512/558 KB 496/1199 KB 308/1206 KB 484/558 KB 512/1199 KB 312/1206 KB 512/558 KB 512/1199 KB 316/1206 KB 512/558 KB 512/1199 KB 320/1206 KB 512/558 KB 512/1199 KB 324/1206 KB 512/558 KB 516/1199 KB 328/1206 KB 516/558 KB 516/1199 KB 332/1206 KB 516/558 KB 516/1199 KB 336/1206 KB 516/558 KB 516/1199 KB 324/1206 KB 516/558 KB 520/1199 KB 336/1206 KB 516/558 KB 524/1199 KB 336/1206 KB 516/558 KB 528/1199 KB 336/1206 KB 516/558 KB 532/1199 KB 336/1206 KB 516/558 KB 536/1199 KB 340/1206 KB 516/558 KB 540/1199 KB 340/1206 KB 516/558 KB 544/1199 KB 340/1206 KB 516/558 KB 512/1199 KB 324/1206 KB 516/558 KB 544/1199 KB 340/1206 KB 520/558 KB 544/1199 KB 340/1206 KB 524/558 KB 544/1199 KB 340/1206 KB 528/558 KB 544/1199 KB 340/1206 KB 532/558 KB 544/1199 KB 340/1206 KB 536/558 KB 544/1199 KB 340/1206 KB 540/558 KB 544/1199 KB 340/1206 KB 544/558 KB 544/1199 KB 340/1206 KB 548/558 KB 548/1199 KB 340/1206 KB 552/558 KB 548/1199 KB 340/1206 KB 556/558 KB 548/1199 KB 340/1206 KB 558/558 KB 532/1199 KB 340/1206 KB 516/558 KB 548/1199 KB 344/1206 KB 558/558 KB 548/1199 KB 348/1206 KB 558/558 KB 548/1199 KB 352/1206 KB 558/558 KB 548/1199 KB 356/1206 KB 558/558 KB 548/1199 KB 360/1206 KB 558/558 KB 548/1199 KB 364/1206 unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install KB 558/558 KB 548/1199 KB 368/1206 KB 558/558 KB 548/1199 KB 340/1206 KB 548/558 KB 552/1199 KB 368/1206 KB 558/558 KB 556/1199 KB 368/1206 KB 558/558 KB 560/1199 KB 368/1206 KB 558/558 KB 564/1199 KB 368/1206 KB 558/558 KB 568/1199 KB 372/1206 KB 558/558 KB 572/1199 KB 372/1206 KB 558/558 KB 576/1199 KB 372/1206 KB 558/558 KB 564/1199 KB 372/1206 KB 558/558 KB 576/1199 KB 376/1206 KB 558/558 KB 576/1199 KB 380/1206 KB 558/558 KB 576/1199 KB 384/1206 KB 558/558 KB 576/1199 KB 388/1206 KB 558/558 KB 580/1199 KB 392/1206 KB 558/558 KB 580/1199 KB 396/1206 KB 558/558 KB 580/1199 KB 400/1206 KB 558/558 KB 580/1199 KB 388/1206 KB 558/558 KB 584/1199 KB 400/1206 KB 558/558 KB 588/1199 KB 400/1206 KB 558/558 KB 592/1199 KB 400/1206 KB 558/558 KB 596/1199 KB 400/1206 KB 558/558 KB 600/1199 KB 404/1206 KB 558/558 KB 604/1199 KB 404/1206 KB 558/558 KB 608/1199 KB 404/1206 KB 558/558 KB 596/1199 KB 404/1206 KB 558/558 KB 608/1199 KB 408/1206 KB 558/558 KB 608/1199 KB 412/1206 KB 558/558 KB 608/1199 KB 416/1206 KB 558/558 KB 608/1199 KB 420/1206 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 2360.6 KB/sec) unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install 612/1199 KB 420/1206 KB 616/1199 KB 420/1206 KB 620/1199 KB 424/1206 KB 616/1199 KB 424/1206 KB 620/1199 KB 428/1206 KB 624/1199 KB 432/1206 KB 620/1199 KB 432/1206 KB 628/1199 KB 432/1206 KB 632/1199 KB 436/1206 KB 636/1199 KB 436/1206 KB 640/1199 KB 436/1206 KB 644/1199 KB 436/1206 KB 648/1199 KB 436/1206 KB 652/1199 KB 436/1206 KB 656/1199 KB 436/1206 KB 660/1199 KB 436/1206 KB 664/1199 KB 436/1206 KB 668/1199 KB 436/1206 KB 672/1199 KB 436/1206 KB 676/1199 KB 436/1206 KB 628/1199 KB 436/1206 KB 676/1199 KB 440/1206 KB 676/1199 KB 444/1206 KB 676/1199 KB 448/1206 KB 676/1199 KB 452/1206 KB 676/1199 KB 456/1206 KB 676/1199 KB 460/1206 KB 676/1199 KB 464/1206 KB 676/1199 KB 468/1206 KB 676/1199 KB 472/1206 KB 676/1199 KB 476/1206 KB 676/1199 KB 480/1206 KB 676/1199 KB 484/1206 KB 680/1199 KB 484/1206 KB 684/1199 KB 484/1206 KB 688/1199 KB 484/1206 KB 688/1199 KB 488/1206 KB 688/1199 KB 492/1206 KB 688/1199 KB 496/1206 KB 692/1199 KB 500/1206 KB 692/1199 KB 504/1206 KB 692/1199 KB 508/1206 KB 692/1199 KB 512/1206 KB 692/1199 KB 496/1206 KB 696/1199 KB 512/1206 KB 700/1199 KB 512/1206 KB 704/1199 KB 512/1206 KB 708/1199 KB 512/1206 KB 712/1199 KB 516/1206 KB 716/1199 KB 516/1206 KB 720/1199 KB 516/1206 KB 708/1199 KB 516/1206 KB 720/1199 KB 520/1206 KB 720/1199 KB 524/1206 KB 720/1199 KB 528/1206 KB 720/1199 KB 532/1206 KB 724/1199 KB 536/1206 KB 724/1199 KB 532/1206 KB 728/1199 KB 536/1206 KB 732/1199 KB 536/1206 KB 736/1199 KB 536/1206 KB 740/1199 KB 536/1206 KB 744/1199 KB 540/1206 KB 748/1199 KB 540/1206 KB 752/1199 KB 540/1206 KB 756/1199 KB 540/1206 KB 760/1199 KB 540/1206 KB 764/1199 KB 540/1206 KB 768/1199 KB 540/1206 KB 772/1199 KB 540/1206 KB 740/1199 KB 540/1206 KB 772/1199 KB 544/1206 KB 772/1199 KB 548/1206 KB 772/1199 KB 552/1206 KB 772/1199 KB 556/1206 KB 772/1199 KB 560/1206 KB 772/1199 KB 564/1206 KB 772/1199 KB 568/1206 KB 772/1199 KB 572/1206 KB 772/1199 KB 576/1206 KB 772/1199 KB 580/1206 KB 776/1199 KB 580/1206 KB 780/1199 KB 580/1206 KB 780/1199 KB 584/1206 KB 784/1199 KB 584/1206 KB 784/1199 KB 588/1206 KB 784/1199 KB 592/1206 KB 788/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 612/1206 KB 788/1199 KB 616/1206 KB 788/1199 KB 620/1206 KB 788/1199 KB 624/1206 KB 788/1199 KB 628/1206 KB 788/1199 KB 632/1206 KB 788/1199 KB 592/1206 KB 792/1199 KB 632/1206 KB 796/1199 KB 632/1206 KB 800/1199 KB 632/1206 KB 804/1199 KB 632/1206 KB 808/1199 KB 632/1206 KB 812/1199 KB 632/1206 KB 816/1199 KB 632/1206 KB 820/1199 KB 632/1206 KB 824/1199 KB 632/1206 KB 828/1199 KB 636/1206 KB 832/1199 KB 636/1206 KB 824/1199 KB 636/1206 KB 832/1199 KB 640/1206 KB 832/1199 KB 644/1206 KB 836/1199 KB 648/1206 KB 836/1199 KB 652/1206 KB 836/1199 KB 656/1206 KB 836/1199 KB 644/1206 KB 840/1199 KB 656/1206 KB 844/1199 KB 656/1206 KB 848/1199 KB 656/1206 KB 852/1199 KB 656/1206 KB 856/1199 KB 660/1206 KB 860/1199 KB 660/1206 KB 864/1199 KB 660/1206 KB 852/1199 KB 660/1206 KB 864/1199 KB 664/1206 KB 864/1199 KB 668/1206 KB 864/1199 KB 672/1206 KB 868/1199 KB 672/1206 KB 872/1199 KB 676/1206 KB 876/1199 KB 676/1206 KB 880/1199 KB 676/1206 KB 868/1199 KB 676/1206 KB 880/1199 KB 680/1206 KB 880/1199 KB 684/1206 KB 880/1199 KB 688/1206 KB 880/1199 KB 692/1206 KB 884/1199 KB 696/1206 KB 884/1199 KB 700/1206 KB 884/1199 KB 704/1206 KB 884/1199 KB 692/1206 KB 888/1199 KB 704/1206 KB 892/119 unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install 9 KB 704/1206 KB 896/1199 KB 704/1206 KB 900/1199 KB 704/1206 KB 904/1199 KB 708/1206 KB 908/1199 KB 708/1206 KB 912/1199 KB 708/1206 KB 900/1199 KB 708/1206 KB 912/1199 KB 712/1206 KB 912/1199 KB 716/1206 KB 912/1199 KB 720/1206 KB 912/1199 KB 724/1206 KB 916/1199 KB 728/1206 KB 916/1199 KB 732/1206 KB 916/1199 KB 736/1206 KB 916/1199 KB 724/1206 KB 920/1199 KB 736/1206 KB 924/1199 KB 736/1206 KB 928/1199 KB 736/1206 KB 932/1199 KB 736/1206 KB 936/1199 KB 740/1206 KB 940/1199 KB 740/1206 KB 944/1199 KB 740/1206 KB 932/1199 KB 740/1206 KB 944/1199 KB 744/1206 KB 944/1199 KB 748/1206 KB 944/1199 KB 752/1206 KB 944/1199 KB 756/1206 KB 948/1199 KB 760/1206 KB 948/1199 KB 764/1206 KB 948/1199 KB 768/1206 KB 948/1199 KB 756/1206 KB 952/1199 KB 768/1206 KB 956/1199 KB 768/1206 KB 960/1199 KB 768/1206 KB 964/1199 KB 768/1206 KB 968/1199 KB 772/1206 KB 972/1199 KB 772/1206 KB 976/1199 KB 772/1206 KB 964/1199 KB 772/1206 KB 976/1199 KB 776/1206 KB 976/1199 KB 780/1206 KB 976/1199 KB 784/1206 KB 980/1199 KB 784/1206 KB 984/1199 KB 788/1206 KB 988/1199 KB 788/1206 KB 992/1199 KB 788/1206 KB 980/1199 KB 788/1206 KB 992/1199 KB 792/1206 KB 992/1199 KB 796/1206 KB 992/1199 KB 800/1206 KB 996/1199 KB 804/1206 KB 996/1199 KB 808/1206 KB 996/1199 KB 812/1206 KB 996/1199 KB 816/1206 KB 996/1199 KB 820/1206 KB 996/1199 KB 824/1206 KB 996/1199 KB 828/1206 KB 996/1199 KB 832/1206 KB 996/1199 KB 836/1206 KB 996/1199 KB 800/1206 KB 1000/1199 KB 836/1206 KB 1004/1199 KB 836/1206 KB 1008/1199 KB 836/1206 KB 1012/1199 KB 836/1206 KB 1016/1199 KB 836/1206 KB 1020/1199 KB 836/1206 KB 1024/1199 KB 836/1206 KB 1028/1199 KB 836/1206 KB 1028/1199 KB 840/1206 KB 1032/1199 KB 840/1206 KB 1036/1199 KB 840/1206 KB 1040/1199 KB 844/1206 KB 1036/1199 KB 844/1206 KB 1040/1199 KB 848/1206 KB 1040/1199 KB 852/1206 KB 1044/1199 KB 856/1206 KB 1044/1199 KB 860/1206 KB 1044/1199 KB 864/1206 KB 1044/1199 KB 852/1206 KB 1048/1199 KB 864/1206 KB 1052/1199 KB 864/1206 KB 1056/1199 KB 864/1206 KB 1060/1199 KB 864/1206 KB 1064/1199 KB 868/1206 KB 1068/1199 KB 868/1206 KB 1072/1199 KB 868/1206 KB 1060/1199 KB 868/1206 KB 1072/1199 KB 872/1206 KB 1072/1199 KB 876/1206 KB 1072/1199 KB 880/1206 KB 1072/1199 KB 884/1206 KB 1076/1199 KB 888/1206 KB 1076/1199 KB 892/1206 KB 1076/1199 KB 896/1206 KB 1076/1199 KB 884/1206 KB 1080/1199 KB 896/1206 KB 1084/1199 KB 896/1206 KB 1088/1199 KB 896/1206 KB 1092/1199 KB 896/1206 KB 1096/1199 KB 900/1206 KB 1100/1199 KB 900/1206 KB 1104/1199 KB 900/1206 KB 1092/1199 KB 900/1206 KB 1104/1199 KB 904/1206 KB 1104/1199 KB 908/1206 KB 1104/1199 KB 912/1206 KB 1104/1199 KB 916/1206 KB 1106/1199 KB 920/1206 KB 1106/1199 KB 924/1206 KB 1106/1199 KB 928/1206 KB 1106/1199 KB 916/1206 KB 1110/1199 KB 928/1206 KB 1114/1199 KB 928/1206 KB 1118/1199 KB 928/1206 KB 1122/1199 KB 928/1206 KB 1126/1199 KB 928/1206 KB 1130/1199 KB 932/1206 KB 1134/1199 KB 932/1206 KB 1138/1199 KB 932/1206 KB 1126/1199 KB 932/1206 KB 1138/1199 KB 936/1206 KB 1138/1199 KB 940/1206 KB 1138/1199 KB 944/1206 KB 1138/1199 KB 948/1206 KB 1142/1199 KB 952/1206 KB 1142/1199 KB 956/1206 KB 1142/1199 KB 960/1206 KB 1142/1199 KB 948/1206 KB 1146/1199 KB 960/1206 KB 1150/1199 KB 960/1206 KB 1154/1199 KB 960/1206 KB 1154/1199 KB 964/1206 KB 1158/1199 KB 968/1206 KB 1158/1199 KB 972/1206 KB 1158/1199 KB 976/1206 KB 1158/1199 KB 964/1206 KB 1162/1199 KB 976/1206 KB 1166/1199 KB 976/1206 KB 1170/1199 KB 976/1206 unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install KB 1174/1199 KB 976/1206 KB 1178/1199 KB 980/1206 KB 1182/1199 KB 980/1206 KB 1186/1199 KB 980/1206 KB 1174/1199 KB 980/1206 KB 1186/1199 KB 984/1206 KB 1186/1199 KB 988/1206 KB 1186/1199 KB 992/1206 KB 1186/1199 KB 996/1206 KB 1190/1199 KB 1000/1206 KB 1190/1199 KB 1004/1206 KB 1190/1199 KB 1008/1206 KB 1190/1199 KB 996/1206 KB 1194/1199 KB 1008/1206 KB 1198/1199 KB 1008/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 Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar (1199 KB at 3879.2 KB/sec) unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install 1092/1206 KB 1096/1206 KB 1100/1206 KB 1104/1206 KB 1108/1206 KB 1112/1206 KB 1116/1206 KB 1120/1206 KB 1124/1206 KB 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 3687.0 KB/sec) unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:28:24 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: 18:28:24 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: 18:28:24 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 44.849 s unit-abot-epc-basic-0: 18:28:24 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-12-03T18:28:24+00:00 unit-abot-epc-basic-0: 18:28:25 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/64M unit-abot-epc-basic-0: 18:28:25 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:28:25 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 18:28:25 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-abot-epc-basic-0: 18:28:25 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 18:28:25 DEBUG unit.abot-epc-basic/0.install * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) unit-abot-epc-basic-0: 18:28:25 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 18:28:25 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 18:28:25 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.7) ... unit-abot-epc-basic-0: 18:28:26 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 18:28:26 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-140.166) ... unit-abot-epc-basic-0: 18:28:26 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 18:28:26 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 18:28:27 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:28:27 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:28:27 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:28:27 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:28:27 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:28:27 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:28:27 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:28:28 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:28:28 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:28:28 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:28:28 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:28:28 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:28:28 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:28:29 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: 18:28:29 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:28:29 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:28:29 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: 18:28:29 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:28:29 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:28:29 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: 18:28:29 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-abot-epc-basic-0: 18:28:29 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.5) ... unit-abot-epc-basic-0: 18:28:29 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.5) ... unit-abot-epc-basic-0: 18:28:30 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 18:28:30 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 18:28:30 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 18:28:30 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: 18:28:30 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 18:28:30 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 18:28:30 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 18:28:31 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 18:28:31 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 18:28:31 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 18:28:31 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 18:28:31 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 18:28:32 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 18:28:32 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 18:28:32 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 18:28:32 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 18:28:32 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 18:28:32 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 18:28:33 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 18:28:33 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 18:28:33 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 18:28:33 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 18:28:33 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 18:28:33 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 18:28:34 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 18:28:34 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 18:28:34 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 18:28:34 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-9b6186-default-0". unit-abot-epc-basic-0: 18:28:34 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: 18:28:34 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 18:28:34 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. unit-abot-epc-basic-0: 18:28:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 18:28:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.10) ... unit-abot-epc-basic-0: 18:28:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 18:28:35 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 18:28:36 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-abot-epc-basic-0: 18:28:36 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-9b6186-default-0 unit-abot-epc-basic-0: 18:28:36 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 18:28:36 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 18:28:36 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 18:28:36 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 18:28:37 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 18:28:37 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-9b6186-default-0 unit-abot-epc-basic-0: 18:28:37 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:28:37 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: 18:28:37 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:28:37 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 18:28:37 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 18:28:37 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.7). unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-9b6186-default-0 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.6). unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev is already the newest version (2.7.12-1ubuntu0~16.04.4). unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.6). unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.6). unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.6). unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.13). unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 18:28:38 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: 18:28:38 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: 18:28:38 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 18:28:38 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: 18:28:38 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 18:28:38 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: 18:28:38 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 18:28:38 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: 18:28:38 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 18:28:38 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: 18:28:38 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 18:28:38 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: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 18:28:38 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: 18:28:38 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: 18:28:38 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 18:28:38 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: 18:28:38 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 18:28:38 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: 18:28:38 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 18:28:38 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: 18:28:38 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 18:28:38 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: 18:28:38 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 18:28:38 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: 18:28:38 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 18:28:38 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: 18:28:38 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 18:28:38 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: 18:28:38 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 18:28:38 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-abot-epc-basic-0: 18:28:39 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 18:28:39 DEBUG unit.abot-epc-basic/0.install Need to get 294 MB of archives. unit-abot-epc-basic-0: 18:28:39 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: 18:28:39 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-abot-epc-basic-0: 18:28:40 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-abot-epc-basic-0: 18:28:40 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.11 [186 kB] unit-abot-epc-basic-0: 18:28:40 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: 18:28:40 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: 18:28:40 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: 18:28:41 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: 18:28:41 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: 18:28:41 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: 18:28:41 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: 18:28:41 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.13 [42.3 kB] unit-abot-epc-basic-0: 18:28:41 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: 18:28:42 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: 18:28:42 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: 18:28:42 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: 18:28:42 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: 18:28:42 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: 18:28:42 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: 18:28:42 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: 18:28:43 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: 18:28:43 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.13 [1,579 kB] unit-abot-epc-basic-0: 18:28:43 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.13 [289 kB] unit-abot-epc-basic-0: 18:28:43 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: 18:28:43 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: 18:28:43 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-abot-epc-basic-0: 18:28:44 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-abot-epc-basic-0: 18:28:44 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: 18:28:44 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: 18:28:44 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: 18:28:44 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: 18:28:45 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: 18:28:45 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: 18:28:45 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: 18:28:45 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: 18:28:45 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: 18:28:45 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: 18:28:45 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: 18:28:46 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: 18:28:46 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: 18:28:46 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: 18:28:46 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: 18:28:46 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: 18:28:46 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxkbcommon0 amd64 0.5.0-1ubuntu2.1 [96.7 kB] unit-abot-epc-basic-0: 18:28:46 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: 18:28:47 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: 18:28:47 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: 18:28:47 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: 18:28:47 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: 18:28:47 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: 18:28:47 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: 18:28:48 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: 18:28:48 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: 18:28:48 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: 18:28:48 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: 18:28:48 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: 18:28:48 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: 18:28:48 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: 18:28:49 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: 18:28:49 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: 18:28:49 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: 18:28:49 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: 18:28:49 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-abot-epc-basic-0: 18:28:49 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-abot-epc-basic-0: 18:28:49 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: 18:28:49 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxkbcommon-x11-0 amd64 0.5.0-1ubuntu2.1 [13.4 kB] unit-abot-epc-basic-0: 18:28:50 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: 18:28:50 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: 18:28:50 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: 18:28:50 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: 18:28:50 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: 18:28:50 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: 18:28:51 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: 18:28:51 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: 18:28:51 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: 18:28:51 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: 18:28:51 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: 18:28:51 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: 18:28:52 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: 18:28:52 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: 18:28:52 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: 18:28:52 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: 18:28:52 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: 18:28:52 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: 18:28:52 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: 18:28:52 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: 18:28:53 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: 18:28:53 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: 18:28:53 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: 18:28:53 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: 18:28:53 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: 18:28:53 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: 18:28:53 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: 18:28:54 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: 18:28:54 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: 18:28:54 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: 18:28:54 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: 18:28:54 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-mysql-0: 18:28:54 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 18:28:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 18:28:54 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 18:28:54 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 18:28:54 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 18:28:54 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 18:28:54 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 18:28:54 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 18:28:54 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 18:28:54 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 18:28:54 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 18:28:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:28:54 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: 18:28:55 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: 18:28:55 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: 18:28:55 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: 18:28:55 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: 18:28:56 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: 18:28:56 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: 18:28:56 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: 18:28:57 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: 18:28:57 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: 18:28:57 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: 18:28:57 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: 18:28:58 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: 18:28:58 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: 18:28:58 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: 18:28:58 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: 18:28:58 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-abot-epc-basic-0: 18:28:59 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: 18:28:59 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: 18:28:59 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: 18:28:59 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: 18:28:59 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-abot-epc-basic-0: 18:29:00 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: 18:29:00 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-abot-epc-basic-0: 18:29:00 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: 18:29:00 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-abot-epc-basic-0: 18:29:00 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: 18:29:00 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gettext amd64 0.19.7-2ubuntu3.1 [1,082 kB] unit-abot-epc-basic-0: 18:29:01 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: 18:29:01 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: 18:29:01 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: 18:29:01 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: 18:29:01 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: 18:29:01 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: 18:29:01 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: 18:29:02 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: 18:29:02 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: 18:29:02 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: 18:29:02 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: 18:29:02 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: 18:29:03 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: 18:29:03 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: 18:29:03 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: 18:29:03 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: 18:29:03 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: 18:29:04 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: 18:29:04 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: 18:29:04 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: 18:29:04 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: 18:29:05 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: 18:29:05 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: 18:29:05 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: 18:29:05 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: 18:29:05 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: 18:29:06 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: 18:29:06 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: 18:29:06 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: 18:29:06 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: 18:29:06 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: 18:29:07 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: 18:29:07 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: 18:29:07 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: 18:29:07 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: 18:29:07 DEBUG unit.abot-epc-basic/0.install Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9-common all 9.26~dfsg+0-0ubuntu0.16.04.1 [5,096 kB] unit-abot-epc-basic-0: 18:29:08 DEBUG unit.abot-epc-basic/0.install Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9 amd64 9.26~dfsg+0-0ubuntu0.16.04.1 [2,277 kB] unit-abot-epc-basic-0: 18:29:08 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-abot-epc-basic-0: 18:29:08 DEBUG unit.abot-epc-basic/0.install Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ghostscript amd64 9.26~dfsg+0-0ubuntu0.16.04.1 [47.3 kB] unit-abot-epc-basic-0: 18:29:08 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: 18:29:08 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-abot-epc-basic-0: 18:29:08 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: 18:29:09 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-abot-epc-basic-0: 18:29:09 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-abot-epc-basic-0: 18:29:09 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: 18:29:09 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-abot-epc-basic-0: 18:29:09 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-abot-epc-basic-0: 18:29:09 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-abot-epc-basic-0: 18:29:09 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-abot-epc-basic-0: 18:29:10 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: 18:29:10 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-abot-epc-basic-0: 18:29:10 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-abot-epc-basic-0: 18:29:10 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-abot-epc-basic-0: 18:29:10 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: 18:29:11 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-abot-epc-basic-0: 18:29:11 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: 18:29:11 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: 18:29:11 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: 18:29:11 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: 18:29:11 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: 18:29:11 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: 18:29:12 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: 18:29:12 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: 18:29:12 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] unit-abot-epc-basic-0: 18:29:12 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: 18:29:12 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: 18:29:12 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: 18:29:13 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: 18:29:13 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: 18:29:13 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: 18:29:13 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: 18:29:13 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: 18:29:13 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: 18:29:13 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: 18:29:14 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: 18:29:14 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: 18:29:14 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: 18:29:14 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.4 [2,438 B] unit-abot-epc-basic-0: 18:29:15 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: 18:29:15 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: 18:29:15 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: 18:29:15 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: 18:29:15 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: 18:29:16 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: 18:29:16 DEBUG unit.abot-epc-basic/0.install Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3.1 [4,778 B] unit-abot-epc-basic-0: 18:29:16 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: 18:29:16 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: 18:29:16 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: 18:29:17 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: 18:29:17 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: 18:29:17 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: 18:29:17 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: 18:29:18 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: 18:29:18 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: 18:29:18 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: 18:29:18 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: 18:29:18 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: 18:29:18 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: 18:29:18 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: 18:29:19 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: 18:29:19 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: 18:29:19 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: 18:29:19 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: 18:29:19 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: 18:29:20 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: 18:29:20 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: 18:29:20 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: 18:29:20 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: 18:29:20 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: 18:29:20 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: 18:29:21 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: 18:29:21 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: 18:29:21 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: 18:29:21 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: 18:29:21 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: 18:29:21 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: 18:29:21 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: 18:29:22 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: 18:29:22 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: 18:29:22 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: 18:29:22 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: 18:29:22 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: 18:29:22 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: 18:29:22 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: 18:29:23 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: 18:29:23 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: 18:29:23 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: 18:29:23 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: 18:29:23 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: 18:29:23 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: 18:29:24 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: 18:29:24 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: 18:29:24 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: 18:29:24 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: 18:29:24 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: 18:29:24 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: 18:29:24 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: 18:29:24 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: 18:29:25 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: 18:29:25 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: 18:29:25 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: 18:29:25 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: 18:29:25 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: 18:29:25 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: 18:29:25 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: 18:29:26 DEBUG unit.abot-epc-basic/0.install Get:271 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxkbcommon-dev amd64 0.5.0-1ubuntu2.1 [231 kB] unit-abot-epc-basic-0: 18:29:26 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: 18:29:26 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: 18:29:26 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: 18:29:26 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: 18:29:26 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: 18:29:27 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: 18:29:27 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: 18:29:27 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: 18:29:27 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: 18:29: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: 18:29: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: 18:29:27 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: 18:29: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: 18:29: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: 18:29: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: 18:29: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: 18:29: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: 18:29:28 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: 18:29:28 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: 18:29: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: 18:29: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: 18:29: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: 18:29:29 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: 18:29:29 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: 18:29:29 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: 18:29:29 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: 18:29:30 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: 18:29:30 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: 18:29:30 DEBUG unit.abot-epc-basic/0.install Get:300 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3.1 [125 kB] unit-abot-epc-basic-0: 18:29:30 DEBUG unit.abot-epc-basic/0.install Get:301 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3.1 [141 kB] unit-abot-epc-basic-0: 18:29:30 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: 18:29:30 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: 18:29:31 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: 18:29:31 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: 18:29:31 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: 18:29:32 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: 18:29:32 DEBUG unit.abot-epc-basic/0.install Get:308 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libgraphicsmagick-q16-3 amd64 1.3.23-1ubuntu0.1 [1,107 kB] unit-abot-epc-basic-0: 18:29:32 DEBUG unit.abot-epc-basic/0.install Get:309 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libgraphicsmagick++-q16-12 amd64 1.3.23-1ubuntu0.1 [101 kB] unit-abot-epc-basic-0: 18:29:33 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: 18:29:33 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: 18:29:33 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: 18:29:33 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: 18:29:33 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: 18:29:33 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: 18:29:33 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: 18:29:34 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: 18:29:34 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: 18:29:34 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: 18:29:34 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: 18:29:34 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: 18:29:34 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: 18:29:34 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: 18:29:35 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: 18:29:35 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: 18:29:35 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: 18:29:35 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: 18:29:35 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: 18:29:36 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: 18:29:36 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: 18:29:36 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: 18:29:36 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: 18:29:36 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: 18:29:37 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: 18:29:37 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: 18:29:37 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: 18:29:37 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: 18:29:37 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: 18:29:37 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: 18:29:37 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: 18:29:38 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: 18:29:38 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: 18:29:38 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: 18:29:38 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: 18:29:38 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: 18:29:39 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: 18:29:39 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: 18:29:39 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: 18:29:39 DEBUG unit.abot-epc-basic/0.install Get:349 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkpathsea6 amd64 2015.20160222.37495-1ubuntu0.1 [55.2 kB] unit-abot-epc-basic-0: 18:29:39 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: 18:29:39 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: 18:29:40 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: 18:29:40 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: 18:29:40 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.13 [136 kB] unit-abot-epc-basic-0: 18:29:40 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: 18:29:40 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: 18:29:40 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: 18:29:40 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: 18:29:41 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.24-0ubuntu0.16.04.1 [15.3 kB] unit-abot-epc-basic-0: 18:29:41 DEBUG unit.abot-epc-basic/0.install Get:360 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient20 amd64 5.7.24-0ubuntu0.16.04.1 [810 kB] unit-abot-epc-basic-0: 18:29:41 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.24-0ubuntu0.16.04.1 [1,162 kB] unit-abot-epc-basic-0: 18:29:41 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: 18:29:41 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: 18:29:41 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: 18:29:41 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: 18:29:42 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: 18:29:42 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: 18:29:42 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: 18:29:42 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: 18:29:42 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: 18:29:43 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: 18:29:43 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: 18:29:43 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: 18:29:43 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: 18:29:43 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: 18:29:43 DEBUG unit.abot-epc-basic/0.install Get:376 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libptexenc1 amd64 2015.20160222.37495-1ubuntu0.1 [34.4 kB] unit-abot-epc-basic-0: 18:29:44 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: 18:29:44 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: 18:29:44 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: 18:29:44 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: 18:29:44 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: 18:29:44 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: 18:29:44 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: 18:29:45 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: 18:29:45 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: 18:29:45 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: 18:29:45 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: 18:29:45 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: 18:29:45 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: 18:29:46 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: 18:29:46 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: 18:29:46 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: 18:29:46 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: 18:29:46 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: 18:29:46 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: 18:29:46 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: 18:29:47 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: 18:29:47 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: 18:29:47 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: 18:29:47 DEBUG unit.abot-epc-basic/0.install Get:400 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsynctex1 amd64 2015.20160222.37495-1ubuntu0.1 [41.8 kB] unit-abot-epc-basic-0: 18:29:47 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: 18:29:48 DEBUG unit.abot-epc-basic/0.install Get:402 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtexlua52 amd64 2015.20160222.37495-1ubuntu0.1 [90.7 kB] unit-abot-epc-basic-0: 18:29:48 DEBUG unit.abot-epc-basic/0.install Get:403 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtexluajit2 amd64 2015.20160222.37495-1ubuntu0.1 [213 kB] unit-abot-epc-basic-0: 18:29:48 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: 18:29: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: 18:29:49 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: 18:29:49 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: 18:29: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: 18:29:50 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: 18:29:50 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: 18:29:50 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: 18:29:50 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: 18:29:50 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: 18:29: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: 18:29:51 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: 18:29:51 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: 18:29:51 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: 18:29:51 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: 18:29: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: 18:29:52 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: 18:29:52 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: 18:29: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: 18:29:53 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: 18:29:53 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: 18:29:53 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: 18:29:53 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: 18:29:53 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: 18:29: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: 18:29:54 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: 18:29:54 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: 18:29:54 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: 18:29:54 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: 18:29:54 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: 18:29: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: 18:29: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: 18:29:55 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: 18:29:55 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: 18:29:55 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: 18:29:55 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.11 [2,958 kB] unit-abot-epc-basic-0: 18:29:55 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.11 [41.0 kB] unit-abot-epc-basic-0: 18:29: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: 18:29: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: 18:29:56 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: 18:29:56 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: 18:29:56 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: 18:29:56 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: 18:29:56 DEBUG unit.abot-epc-basic/0.install Get:447 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-binaries amd64 2015.20160222.37495-1ubuntu0.1 [7,942 kB] unit-abot-epc-basic-0: 18:29:57 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: 18:29:57 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: 18:29:58 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: 18:29:58 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: 18:30:00 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: 18:30: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: 18:30: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: 18:30: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: 18:30:01 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: 18:30:01 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: 18:30:01 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: 18:30: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: 18:30: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: 18:30: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: 18:30: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: 18:30:02 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: 18:30: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: 18:30: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: 18:30: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: 18:30: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: 18:30: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: 18:30: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: 18:30:04 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 18:30:04 DEBUG unit.abot-epc-basic/0.install Fetched 294 MB in 1min 25s (3,450 kB/s) unit-abot-epc-basic-0: 18:30:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 18:30:04 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 ... 95302 files and directories currently installed.) unit-abot-epc-basic-0: 18:30:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 18:30:04 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 18:30:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 18:30:05 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: 18:30:05 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 18:30:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-abot-epc-basic-0: 18:30:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.11_amd64.deb ... unit-abot-epc-basic-0: 18:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.11) ... unit-abot-epc-basic-0: 18:30:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 18:30:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 18:30:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 18:30:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 18:30:07 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 18:30:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 18:30:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 18:30:08 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 18:30:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 18:30:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 18:30:08 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-abot-epc-basic-0: 18:30:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 18:30:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 18:30:09 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 18:30:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 18:30:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 18:30:09 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-abot-epc-basic-0: 18:30:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 18:30:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 18:30:09 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 18:30:09 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 18:30:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 18:30:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../imagemagick-common_8%3a6.8.9.9-7ubuntu5.13_all.deb ... unit-abot-epc-basic-0: 18:30:10 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 18:30:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 18:30:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 18:30:10 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 18:30:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 18:30:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-abot-epc-basic-0: 18:30:11 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 18:30:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 18:30:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:11 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 18:30:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 18:30:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:12 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 18:30:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 18:30:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:12 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 18:30:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 18:30:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 18:30:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 18:30:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 18:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 18:30:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 18:30:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-abot-epc-basic-0: 18:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 18:30:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 18:30:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 18:30:14 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 18:30:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 18:30:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickcore-6.q16-2_8%3a6.8.9.9-7ubuntu5.13_amd64.deb ... unit-abot-epc-basic-0: 18:30:14 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 18:30:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 18:30:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickwand-6.q16-2_8%3a6.8.9.9-7ubuntu5.13_amd64.deb ... unit-abot-epc-basic-0: 18:30:15 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 18:30:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 18:30:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 18:30:15 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 18:30:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 18:30:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:30:15 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 18:30:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 18:30:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 18:30:16 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 18:30:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 18:30:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:30:16 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 18:30:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 18:30:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:30:17 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 18:30:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 18:30:17 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: 18:30:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:30:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 18:30:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:18 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 18:30:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 18:30:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 18:30:19 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 18:30:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 18:30:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:30:20 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 18:30:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 18:30:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 18:30:21 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 18:30:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 18:30:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 18:30:21 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 18:30:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 18:30: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: 18:30:22 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 18:30:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 18:30:22 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: 18:30:23 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 18:30:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 18:30: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: 18:30:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:30:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 18:30:24 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: 18:30:24 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 18:30:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 18:30: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: 18:30: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: 18:30:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 18:30: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: 18:30:24 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:30:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 18:30: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: 18:30:24 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:30:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-abot-epc-basic-0: 18:30: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: 18:30:25 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 18:30:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 18:30: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: 18:30:25 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:30:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 18:30:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 18:30:26 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 18:30:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 18:30: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: 18:30:26 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:30:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-abot-epc-basic-0: 18:30:26 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: 18:30:26 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 18:30:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 18:30:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:30:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 18:30:27 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: 18:30:27 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:30:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 18:30:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 18:30:28 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 18:30:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 18:30:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 18:30:28 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 18:30:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 18:30: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: 18:30:29 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 18:30:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 18:30: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: 18:30:29 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 18:30:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 18:30: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: 18:30:29 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 18:30:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-abot-epc-basic-0: 18:30: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: 18:30:30 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 18:30:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 18:30: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: 18:30:30 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 18:30:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 18:30:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:30 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 18:30:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 18:30: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: 18:30:31 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 18:30:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 18:30:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:30:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 18:30:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 18:30:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 18:30:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 18:30:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 18:30:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 18:30:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 18:30:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-abot-epc-basic-0: 18:30:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 18:30:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 18:30:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:30:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 18:30: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: 18:30:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 18:30:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 18:30:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:30:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 18:30:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:30:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 18:30:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-x11-0_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 18:30:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 18:30:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 18:30:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 18:30:34 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 18:30:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 18:30: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: 18:30:35 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 18:30:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 18:30:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 18:30:36 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 18:30:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 18:30: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: 18:30:36 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 18:30:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-abot-epc-basic-0: 18:30:36 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: 18:30:36 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 18:30:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 18:30:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 18:30:36 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 18:30:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 18:30:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 18:30:37 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 18:30:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 18:30:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 18:30:37 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 18:30:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 18:30:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:30:38 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:30:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-abot-epc-basic-0: 18:30:38 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: 18:30:38 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 18:30:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 18:30:38 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: 18:30:39 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 18:30:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 18:30:39 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: 18:30:39 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 18:30:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-abot-epc-basic-0: 18:30:39 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: 18:30:39 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 18:30:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 18:30:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-abot-epc-basic-0: 18:30:40 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 18:30:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 18:30:40 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: 18:30:40 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 18:30:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 18:30:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 18:30:40 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 18:30:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 18:30:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:41 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 18:30:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 18:30:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:30:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 18:30:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 18:30:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:30:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 18:30:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 18:30:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 18:30:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 18:30:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 18:30:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 18:30:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 18:30:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 18:30:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 18:30:43 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 18:30:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 18:30:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 18:30:43 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 18:30:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 18:30:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 18:30:44 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 18:30:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 18:30:44 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: 18:30:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 18:30:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 18:30:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:45 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 18:30:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 18:30:45 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: 18:30:45 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 18:30:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 18:30:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 18:30:46 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 18:30:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 18:30:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:46 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 18:30:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 18:30:46 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: 18:30:46 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 18:30:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 18:30:47 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: 18:30:47 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 18:30:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 18:30:47 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: 18:30:47 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 18:30:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 18:30:48 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: 18:30:48 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 18:30:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 18:30:49 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: 18:30:49 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:30:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 18:30:49 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: 18:30:49 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 18:30:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 18:30:50 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: 18:30:50 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: 18:30:50 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: 18:30:50 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 18:30:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 18:30:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 18:30:50 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 18:30:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 18:30:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 18:30:51 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 18:30:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 18:30:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 18:30:51 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 18:30:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 18:30:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-abot-epc-basic-0: 18:30:51 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 18:30:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 18:30:53 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: 18:30:53 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 18:30:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 18:30:54 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: 18:30:54 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 18:30:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 18:30:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:55 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 18:30:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 18:30:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 18:30:55 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-abot-epc-basic-0: 18:30:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 18:30:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 18:30:55 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 18:30:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 18:30:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:30:56 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 18:30:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 18:30:56 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: 18:30:56 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 18:30:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 18:30:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 18:30:56 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 18:30:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 18:30:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 18:30:57 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 18:30:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 18:30:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:30:59 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 18:31:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 18:31:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:31:00 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 18:31:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 18:31:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:31:01 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 18:31:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 18:31: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: 18:31:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:31:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 18:31:01 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: 18:31:01 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 18:31:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 18:31:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 18:31:02 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 18:31:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 18:31:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 18:31:02 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 18:31:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 18:31:03 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: 18:31:03 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 18:31:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 18:31:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:31:03 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 18:31:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 18:31:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:31:03 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 18:31:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 18:31:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:04 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 18:31:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 18:31:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-abot-epc-basic-0: 18:31:04 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 18:31:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 18:31:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-abot-epc-basic-0: 18:31:05 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-abot-epc-basic-0: 18:31:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 18:31:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 18:31:05 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 18:31:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 18:31:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 18:31:06 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 18:31:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-abot-epc-basic-0: 18:31:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-abot-epc-basic-0: 18:31:06 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 18:31:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 18:31:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 18:31:06 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 18:31:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 18:31:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 18:31:06 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 18:31:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 18:31:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:31:07 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 18:31:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 18:31:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:31:07 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 18:31:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 18:31:08 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: 18:31:08 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:31:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-abot-epc-basic-0: 18:31:09 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: 18:31:09 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:31:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 18:31:09 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: 18:31:09 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 18:31:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 18:31:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:10 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 18:31:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 18:31:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 18:31:11 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 18:31:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 18:31:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:11 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 18:31:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 18:31:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-abot-epc-basic-0: 18:31:12 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 18:31:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 18:31:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:31:12 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 18:31:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 18:31:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 18:31:13 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 18:31:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-abot-epc-basic-0: 18:31:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-abot-epc-basic-0: 18:31:14 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 18:31:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-abot-epc-basic-0: 18:31:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 18:31:15 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 18:31:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 18:31:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 18:31:15 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 18:31:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 18:31:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 18:31:15 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 18:31:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 18:31:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 18:31:16 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 18:31:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 18:31:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:16 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 18:31:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 18:31:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:17 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 18:31:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 18:31:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 18:31:17 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 18:31:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 18:31:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 18:31:18 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 18:31:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 18:31:19 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: 18:31:19 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:31:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 18:31:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 18:31:19 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:31:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-abot-epc-basic-0: 18:31:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:31:20 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:31:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 18:31:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-abot-epc-basic-0: 18:31:21 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 18:31:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 18:31:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 18:31:21 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 18:31:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-abot-epc-basic-0: 18:31:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-abot-epc-basic-0: 18:31:21 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 18:31:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 18:31:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:22 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:31:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-abot-epc-basic-0: 18:31:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:31:23 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 18:31:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 18:31:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9-common_9.26~dfsg+0-0ubuntu0.16.04.1_all.deb ... unit-abot-epc-basic-0: 18:31:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.26~dfsg+0-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:31:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 18:31:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.26~dfsg+0-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.26~dfsg+0-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:31:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 18:31:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:31:24 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 18:31:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-abot-epc-basic-0: 18:31:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.26~dfsg+0-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:25 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.26~dfsg+0-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:31:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 18:31:25 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: 18:31:25 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 18:31:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 18:31:26 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: 18:31:26 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 18:31:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 18:31:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:31:26 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 18:31:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 18:31:26 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: 18:31:26 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 18:31:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 18:31:27 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: 18:31:27 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 18:31:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 18:31:27 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: 18:31:27 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 18:31:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 18:31:27 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: 18:31:27 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 18:31:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 18:31:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 18:31:28 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-abot-epc-basic-0: 18:31:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 18:31:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 18:31:28 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 18:31:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 18:31:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 18:31:28 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 18:31:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 18:31:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 18:31:28 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 18:31:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 18:31:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:29 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 18:31:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 18:31:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:29 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 18:31:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 18:31:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:29 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 18:31:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 18:31:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:30 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 18:31:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 18:31:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:30 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 18:31:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 18:31:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-abot-epc-basic-0: 18:31:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 18:31:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 18:31:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 18:31:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 18:31:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:31 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 18:31:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-abot-epc-basic-0: 18:31:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-abot-epc-basic-0: 18:31:32 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 18:31:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 18:31:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 18:31:32 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 18:31:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 18:31:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:33 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 18:31:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 18:31:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:33 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 18:31:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 18:31:34 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: 18:31:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 18:31:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 18:31:34 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: 18:31:34 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 18:31:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-abot-epc-basic-0: 18:31:35 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: 18:31:35 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 18:31:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 18:31:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:31:35 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 18:31:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 18:31:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:31:36 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 18:31:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 18:31:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:31:36 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 18:31:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 18:31:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:37 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 18:31:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 18:31:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 18:31:37 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 18:31:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 18:31:38 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: 18:31:38 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 18:31:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-abot-epc-basic-0: 18:31:38 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: 18:31:38 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 18:31:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 18:31:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:31:38 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 18:31:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 18:31:39 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: 18:31:39 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 18:31:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 18:31:39 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: 18:31:39 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 18:31:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 18:31:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 18:31:39 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 18:31:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 18:31:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:40 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 18:31:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-abot-epc-basic-0: 18:31:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iproute_1%3a4.3.0-1ubuntu3.16.04.4_all.deb ... unit-abot-epc-basic-0: 18:31:40 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.4) ... unit-abot-epc-basic-0: 18:31:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 18:31:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 18:31:40 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 18:31:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 18:31:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-abot-epc-basic-0: 18:31:41 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-abot-epc-basic-0: 18:31:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 18:31:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:41 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 18:31:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 18:31:41 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: 18:31:41 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:31:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 18:31:41 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: 18:31:42 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:31:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 18:31:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 18:31:42 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 18:31:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 18:31:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:42 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 18:31:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 18:31:43 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: 18:31:43 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 18:31:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 18:31:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:43 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 18:31:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 18:31:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:44 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 18:31:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 18:31:44 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: 18:31:44 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 18:31:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 18:31:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-dev_2.48.2-0ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:44 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 18:31:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 18:31:45 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: 18:31:45 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 18:31:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 18:31:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-abot-epc-basic-0: 18:31:45 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 18:31:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 18:31:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 18:31:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-abot-epc-basic-0: 18:31:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 18:31:46 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 18:31:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 18:31:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 18:31:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 18:31:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 18:31:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 18:31:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 18:31:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-abot-epc-basic-0: 18:31:47 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 18:31:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 18:31:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 18:31:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 18:31:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:31:48 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 18:31:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 18:31:49 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: 18:31:49 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 18:31:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 18:31:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:49 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 18:31:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 18:31:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:31:49 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 18:31:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 18:31:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 18:31:49 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 18:31:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 18:31:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 18:31:50 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 18:31:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-abot-epc-basic-0: 18:31:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:51 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 18:31:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 18:31:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:51 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 18:31:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 18:31:51 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: 18:31:51 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 18:31:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 18:31:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 18:31:52 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:31:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 18:31:52 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: 18:31:52 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 18:31:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 18:31:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:31:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 18:31:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-abot-epc-basic-0: 18:31:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:53 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 18:31:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-abot-epc-basic-0: 18:31:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:31:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:31:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-abot-epc-basic-0: 18:31:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:31:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:31:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 18:31:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:54 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 18:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 18:31:55 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: 18:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 18:31:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libccolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 18:31:55 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: 18:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-abot-epc-basic-0: 18:31:55 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: 18:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:31:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 18:31:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 18:31:56 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 18:31:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-abot-epc-basic-0: 18:31:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 18:31:56 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 18:31:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 18:31:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-abot-epc-basic-0: 18:31:56 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 18:31:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-abot-epc-basic-0: 18:31:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 18:31:57 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 18:31:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 18:31:57 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: 18:31:57 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:31:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 18:31:57 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: 18:31:57 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 18:31:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 18:31:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 18:31:58 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 18:31:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-abot-epc-basic-0: 18:31:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-abot-epc-basic-0: 18:31:58 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 18:31:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 18:31:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 18:31:59 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 18:31:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 18:31:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 18:31:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 18:31:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 18:31:59 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: 18:31:59 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 18:31:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 18:31:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 18:32:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 18:32:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 18:32:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:32:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:32:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 18:32:00 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: 18:32:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:32:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 18:32:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:32:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:32:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 18:32:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:32:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:32:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 18:32:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:32:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:32:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 18:32:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:32:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:32:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 18:32:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:32:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:32:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-abot-epc-basic-0: 18:32:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:32:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:32:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 18:32:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:32:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 18:32:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 18:32:02 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: 18:32:02 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 18:32:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 18:32:03 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: 18:32:03 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 18:32:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 18:32:03 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: 18:32:03 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 18:32:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 18:32:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:03 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:32:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-abot-epc-basic-0: 18:32:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 18:32:04 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 18:32:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 18:32:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 18:32:04 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 18:32:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 18:32:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 18:32:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 18:32:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:05 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:32:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 18:32:05 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: 18:32:05 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:32:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 18:32:06 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: 18:32:06 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:32:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 18:32:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirclient-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:06 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:32:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 18:32:07 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: 18:32:07 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:32:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 18:32:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-abot-epc-basic-0: 18:32:07 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 18:32:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 18:32:07 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: 18:32:07 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 18:32:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 18:32:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:32:08 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 18:32:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 18:32:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:32:08 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 18:32:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 18:32:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-abot-epc-basic-0: 18:32:09 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 18:32:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 18:32:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 18:32:09 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 18:32:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 18:32:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-abot-epc-basic-0: 18:32:10 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 18:32:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 18:32:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 18:32:10 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 18:32:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 18:32:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 18:32:10 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 18:32:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 18:32:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 18:32:10 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 18:32:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-abot-epc-basic-0: 18:32:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 18:32:11 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 18:32:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 18:32:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 18:32:11 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 18:32:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 18:32:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 18:32:11 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 18:32:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 18:32:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 18:32:12 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 18:32:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 18:32:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 18:32:12 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 18:32:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 18:32:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 18:32:13 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 18:32:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 18:32:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 18:32:13 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 18:32:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 18:32:13 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: 18:32:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:32:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 18:32:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 18:32:13 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 18:32:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 18:32:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:32:14 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 18:32:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 18:32:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 18:32:14 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 18:32:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 18:32:15 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: 18:32:15 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 18:32:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 18:32:15 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: 18:32:15 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 18:32:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 18:32:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:15 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 18:32:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 18:32:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:15 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 18:32:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 18:32:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 18:32:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 18:32:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-abot-epc-basic-0: 18:32:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-abot-epc-basic-0: 18:32:16 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 18:32:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 18:32:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-abot-epc-basic-0: 18:32:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 18:32:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 18:32:17 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: 18:32:17 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 18:32:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 18:32:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 18:32:17 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 18:32:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-abot-epc-basic-0: 18:32:18 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: 18:32:18 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 18:32:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 18:32:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick-q16-3_1.3.23-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:32:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 18:32:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick++-q16-12_1.3.23-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:19 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:32:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-abot-epc-basic-0: 18:32:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:19 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:32:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-abot-epc-basic-0: 18:32:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:20 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:32:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 18:32:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:20 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:32:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 18:32:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:32:21 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 18:32:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 18:32:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 18:32:21 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 18:32:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 18:32:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-abot-epc-basic-0: 18:32:21 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 18:32:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 18:32:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 18:32:21 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 18:32:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 18:32:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-abot-epc-basic-0: 18:32:22 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 18:32:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-abot-epc-basic-0: 18:32:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 18:32:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 18:32:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-abot-epc-basic-0: 18:32:22 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: 18:32:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 18:32:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-abot-epc-basic-0: 18:32:23 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: 18:32:23 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 18:32:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-abot-epc-basic-0: 18:32:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 18:32:23 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 18:32:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 18:32:23 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: 18:32:23 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:32:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 18:32:23 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: 18:32:24 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 18:32:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 18:32:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:32:24 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 18:32:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 18:32:24 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: 18:32:25 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 18:32:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 18:32:25 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: 18:32:25 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 18:32:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-abot-epc-basic-0: 18:32:26 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: 18:32:26 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 18:32:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-abot-epc-basic-0: 18:32:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 18:32:26 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 18:32:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 18:32:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 18:32:26 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 18:32:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 18:32:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:32:26 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 18:32:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 18:32:27 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: 18:32:27 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 18:32:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 18:32:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-abot-epc-basic-0: 18:32:28 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 18:32:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-abot-epc-basic-0: 18:32:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-abot-epc-basic-0: 18:32:28 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 18:32:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 18:32:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 18:32:29 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 18:32:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 18:32:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 18:32:29 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 18:32:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 18:32:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-abot-epc-basic-0: 18:32:29 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 18:32:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 18:32:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-abot-epc-basic-0: 18:32:30 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 18:32:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 18:32:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-abot-epc-basic-0: 18:32:30 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 18:32:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 18:32:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 18:32:31 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 18:32:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 18:32:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 18:32:31 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 18:32:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 18:32:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 18:32:31 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 18:32:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 18:32:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 18:32:32 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 18:32:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 18:32:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 18:32:32 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 18:32:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 18:32:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 18:32:33 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 18:32:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 18:32:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-abot-epc-basic-0: 18:32:34 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 18:32:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 18:32:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 18:32:34 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 18:32:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-abot-epc-basic-0: 18:32:34 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: 18:32:34 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 18:32:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 18:32:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 18:32:35 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 18:32:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 18:32:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:35 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:32:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 18:32:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-abot-epc-basic-0: 18:32:36 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 18:32:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 18:32:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 18:32:36 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 18:32:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-abot-epc-basic-0: 18:32:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 18:32:37 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 18:32:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-abot-epc-basic-0: 18:32:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 18:32:37 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 18:32:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 18:32:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagick++-6.q16-5v5_8%3a6.8.9.9-7ubuntu5.13_amd64.deb ... unit-abot-epc-basic-0: 18:32:37 DEBUG unit.abot-epc-basic/0.install Unpacking libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 18:32:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 18:32:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-abot-epc-basic-0: 18:32:37 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 18:32:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-abot-epc-basic-0: 18:32:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 18:32:38 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 18:32:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 18:32:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-abot-epc-basic-0: 18:32:38 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 18:32:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 18:32:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-abot-epc-basic-0: 18:32:38 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 18:32:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 18:32:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mysql-common_5.7.24-0ubuntu0.16.04.1_all.deb ... unit-abot-epc-basic-0: 18:32:39 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:32:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 18:32:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient20_5.7.24-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:39 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:32:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-abot-epc-basic-0: 18:32:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient-dev_5.7.24-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:39 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:32:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-abot-epc-basic-0: 18:32:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-abot-epc-basic-0: 18:32:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 18:32:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-abot-epc-basic-0: 18:32:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-abot-epc-basic-0: 18:32:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 18:32:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 18:32:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-abot-epc-basic-0: 18:32:41 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 18:32:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-abot-epc-basic-0: 18:32:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:41 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 18:32:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 18:32:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libumfpack5.7.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 18:32:42 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:32:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 18:32:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 18:32:42 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 18:32:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 18:32:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:32:44 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 18:32:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 18:32:44 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: 18:32:44 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 18:32:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 18:32:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 18:32:44 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 18:32:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 18:32:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:32:45 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 18:32:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-abot-epc-basic-0: 18:32:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.8_amd64.deb ... unit-abot-epc-basic-0: 18:32:45 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 18:32:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 18:32:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-abot-epc-basic-0: 18:32:46 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 18:32:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 18:32:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 18:32:46 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 18:32:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 18:32:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:32:46 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 18:32:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 18:32:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:47 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:32:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 18:32:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:32:48 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 18:32:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 18:32:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-abot-epc-basic-0: 18:32:48 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 18:32:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 18:32:49 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: 18:32:49 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:32:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 18:32:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:32:49 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:32:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 18:32:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:32:50 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:32:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 18:32:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:32:50 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:32:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-abot-epc-basic-0: 18:32:51 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: 18:32:51 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:32:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 18:32:51 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: 18:32:51 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:32:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-abot-epc-basic-0: 18:32:52 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: 18:32:52 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:32:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 18:32:52 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: 18:32:52 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:32:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 18:32:53 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: 18:32:53 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:32:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 18:32:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:32:53 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:32:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 18:32:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-abot-epc-basic-0: 18:32:54 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 18:32:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 18:32:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-abot-epc-basic-0: 18:32:54 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 18:32:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 18:32:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:32:54 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:32:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 18:32:55 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: 18:32:55 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:32:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-abot-epc-basic-0: 18:32:55 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: 18:32:55 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:32:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 18:32:56 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: 18:32:56 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:32:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 18:32:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 18:32:56 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 18:32:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 18:32:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 18:32:56 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 18:32:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 18:32:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb ... unit-abot-epc-basic-0: 18:32:57 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 18:32:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 18:32:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.13_all.deb ... unit-abot-epc-basic-0: 18:32:57 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 18:32:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 18:32:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:58 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 18:32:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 18:32:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:58 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:32:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 18:32:59 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: 18:32:59 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 18:32:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 18:32:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:59 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:32:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 18:32:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:32:59 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:33:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 18:33:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-abot-epc-basic-0: 18:33:00 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 18:33:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 18:33:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-abot-epc-basic-0: 18:33:00 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 18:33:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 18:33:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-abot-epc-basic-0: 18:33:00 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 18:33:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 18:33:00 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: 18:33:00 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 18:33:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 18:33:01 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: 18:33:01 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 18:33:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 18:33:01 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: 18:33:01 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 18:33:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 18:33:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 18:33:02 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 18:33:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-abot-epc-basic-0: 18:33:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-abot-epc-basic-0: 18:33:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 18:33:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 18:33:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 18:33:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 18:33:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 18:33:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:33:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 18:33:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 18:33:03 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: 18:33:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:33:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 18:33:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 18:33:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 18:33:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-abot-epc-basic-0: 18:33:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 18:33:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 18:33:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 18:33:04 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: 18:33:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 18:33:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 18:33:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxslt1-dev_1.1.28-2.1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:33:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 18:33:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 18:33:05 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: 18:33:05 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 18:33:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 18:33:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 18:33:05 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 18:33:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 18:33:07 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: 18:33:07 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:33:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 18:33:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 18:33:07 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-abot-epc-basic-0: 18:33:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 18:33:08 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: 18:33:08 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:33:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 18:33:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-abot-epc-basic-0: 18:33:08 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 18:33:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 18:33:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 18:33:09 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 18:33:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 18:33:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 18:33:10 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 18:33:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 18:33:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-abot-epc-basic-0: 18:33:10 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 18:33:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 18:33:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 18:33:11 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 18:33:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 18:33:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 18:33:11 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 18:33:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 18:33:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-abot-epc-basic-0: 18:33:12 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-abot-epc-basic-0: 18:33:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 18:33:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-abot-epc-basic-0: 18:33:13 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 18:33:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 18:33:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-abot-epc-basic-0: 18:33:13 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 18:33:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 18:33:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 18:33:13 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-abot-epc-basic-0: 18:33:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 18:33:14 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: 18:33:14 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 18:33:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 18:33:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 18:33:14 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 18:33:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 18:33:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 18:33:14 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 18:33:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 18:33:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 18:33:15 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 18:33:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 18:33:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 18:33:15 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 18:33:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 18:33:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libruby2.3_2.3.1-2~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 18:33:16 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 18:33:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-abot-epc-basic-0: 18:33:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby2.3_2.3.1-2~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 18:33:17 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 18:33:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 18:33:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 18:33:19 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 18:33:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 18:33:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 18:33:20 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-abot-epc-basic-0: 18:33:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 18:33:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 18:33:21 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 18:33:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 18:33:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 18:33:22 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-abot-epc-basic-0: 18:33:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 18:33:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 18:33:23 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 18:33:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 18:33:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 18:33:24 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-abot-epc-basic-0: 18:33:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 18:33:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 18:33:24 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:33:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 18:33:25 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: 18:33:25 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 18:33:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 18:33:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 18:33:26 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:33:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 18:33:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 18:33:29 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:33:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 18:33:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base-doc_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 18:33:30 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:33:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 18:33:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 18:33:34 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 18:33:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 18:33:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 18:33:34 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-abot-epc-basic-0: 18:33:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 18:33:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:33:35 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 18:33:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 18:33:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 18:33:35 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-abot-epc-basic-0: 18:33:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 18:33:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 18:33:35 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 18:33:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 18:33:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 18:33:36 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 18:33:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 18:33:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:33:36 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:33:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 18:33:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 18:33:37 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 18:33:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 18:33:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 18:33:37 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-abot-epc-basic-0: 18:33:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 18:33:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-abot-epc-basic-0: 18:33:37 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 18:33:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 18:33:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 18:33:38 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 18:33:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 18:33:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 18:33:39 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 18:33:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 18:33:39 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: 18:33:39 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:33:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 18:33:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 18:33:39 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 18:33:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 18:33:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 18:33:40 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 18:33:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 18:33:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtasn1-doc_4.7-3ubuntu0.16.04.3_all.deb ... unit-abot-epc-basic-0: 18:33:40 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 18:33:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 18:33:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-abot-epc-basic-0: 18:33:41 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 18:33:41 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 18:33:45 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 18:33:45 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 18:33:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-mysql-0: 18:33:46 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 18:33:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 18:33:46 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 18:33:46 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 18:33:46 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 18:33:46 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 18:33:46 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 18:33:46 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 18:33:46 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 18:33:46 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 18:33:46 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 18:33:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:33:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.10) ... unit-abot-epc-basic-0: 18:33:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 18:33:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 18:33:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 18:33:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 18:33:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-abot-epc-basic-0: 18:34:05 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:05 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 18:34:05 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 18:34:06 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.11) ... unit-abot-epc-basic-0: 18:34:06 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 18:34:06 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 18:34:06 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 18:34:06 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-abot-epc-basic-0: 18:34:06 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 18:34:06 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-abot-epc-basic-0: 18:34:06 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 18:34:06 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 18:34:07 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 18:34:07 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 18:34:07 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 18:34:07 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 18:34:08 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 18:34:08 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 18:34:08 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 18:34:08 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 18:34:08 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 18:34:09 DEBUG unit.abot-epc-basic/0.install Setting up libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 18:34:09 DEBUG unit.abot-epc-basic/0.install Setting up libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 18:34:09 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 18:34:09 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 18:34:09 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 18:34:09 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 18:34:09 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 18:34:09 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-abot-epc-basic-0: 18:34:09 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:34:09 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:10 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-abot-epc-basic-0: 18:34:10 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-abot-epc-basic-0: 18:34:10 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 18:34:10 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 18:34:10 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 18:34:10 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 18:34:10 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 18:34:10 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 18:34:11 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:34:11 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:11 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: 18:34:11 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:11 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:11 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 18:34:11 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:12 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 18:34:12 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:12 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 18:34:12 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:12 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:34:12 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-abot-epc-basic-0: 18:34:12 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 18:34:12 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 18:34:12 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 18:34:13 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 18:34:13 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 18:34:13 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 18:34:13 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 18:34:13 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 18:34:13 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 18:34:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 18:34:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 18:34:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 18:34:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 18:34:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:14 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 18:34:14 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 18:34:14 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 18:34:14 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 18:34:15 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 18:34:15 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 18:34:15 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 18:34:15 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 18:34:15 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 18:34:15 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:15 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 18:34:15 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 18:34:16 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 18:34:16 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 18:34:16 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 18:34:16 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 18:34:20 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 18:34:20 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 18:34:20 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 18:34:21 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 18:34:21 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 18:34:21 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 18:34:21 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 18:34:21 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 18:34:22 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 18:34:22 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 18:34:22 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 18:34:22 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 18:34:22 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:22 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 18:34:22 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 18:34:23 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 18:34:23 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 18:34:23 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:34:23 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 18:34:23 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 18:34:23 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 18:34:23 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 18:34:24 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-abot-epc-basic-0: 18:34:24 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 18:34:24 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 18:34:24 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-abot-epc-basic-0: 18:34:24 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 18:34:24 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 18:34:24 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-abot-epc-basic-0: 18:34:24 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 18:34:24 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 18:34:24 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:24 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 18:34:25 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:34:25 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 18:34:25 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 18:34:25 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 18:34:25 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 18:34:25 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-abot-epc-basic-0: 18:34:25 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:25 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:26 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 18:34:26 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 18:34:26 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 18:34:26 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-abot-epc-basic-0: 18:34:27 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 18:34:27 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 18:34:27 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 18:34:27 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 18:34:27 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 18:34:27 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:34:27 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: 18:34:27 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 18:34:27 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 18:34:28 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 18:34:28 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 18:34:28 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 18:34:28 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 18:34:28 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-abot-epc-basic-0: 18:34:28 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 18:34:29 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 18:34:29 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 18:34:29 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:34:29 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-abot-epc-basic-0: 18:34:29 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 18:34:29 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 18:34:29 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 18:34:29 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 18:34:30 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 18:34:30 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: 18:34:30 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 18:34:30 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:30 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: 18:34:30 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: 18:34:30 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 18:34:30 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 18:34:30 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 18:34:31 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:34:31 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 18:34:31 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:34:31 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-abot-epc-basic-0: 18:34:31 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.26~dfsg+0-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:34:31 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/ghostscript/9.26 to provide /usr/share/ghostscript/current (ghostscript-current) in auto mode unit-abot-epc-basic-0: 18:34:31 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.26~dfsg+0-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:34:31 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 18:34:31 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.26~dfsg+0-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:34:31 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 18:34:32 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 18:34:32 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 18:34:32 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 18:34:32 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 18:34:32 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 18:34:32 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-abot-epc-basic-0: 18:34:32 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 18:34:32 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 18:34:33 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 18:34:33 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: 18:34:33 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot4 (gnuplot4) in auto mode unit-abot-epc-basic-0: 18:34:33 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 18:34:33 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 18:34:33 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 18:34:33 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 18:34:33 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 18:34:33 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 18:34:33 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 18:34:33 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 18:34:34 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 18:34:34 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 18:34:34 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 18:34:34 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 18:34:34 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 18:34:34 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 18:34:34 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: 18:34:34 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:34 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:35 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 18:34:35 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 18:34:35 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 18:34:35 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 18:34:35 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 18:34:35 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 18:34:35 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 18:34:36 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:36 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 18:34:36 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 18:34:36 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.4) ... unit-abot-epc-basic-0: 18:34:36 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 18:34:36 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-abot-epc-basic-0: 18:34:36 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-abot-epc-basic-0: 18:34:37 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 18:34:37 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:34:37 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:34:37 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 18:34:37 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 18:34:37 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 18:34:37 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 18:34:37 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 18:34:38 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 18:34:38 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 18:34:38 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 18:34:38 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 18:34:38 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 18:34:38 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 18:34:38 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 18:34:38 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 18:34:39 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 18:34:39 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 18:34:39 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 18:34:39 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 18:34:39 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 18:34:39 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 18:34:39 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: 18:34:39 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 18:34:39 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 18:34:39 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: 18:34:39 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: 18:34:39 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 18:34:40 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:40 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 18:34:40 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:40 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 18:34:40 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 18:34:40 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 18:34:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:40 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 18:34:40 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:34:41 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:34:41 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:34:41 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:34:41 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 18:34:41 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 18:34:41 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 18:34:41 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 18:34:41 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:34:42 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 18:34:42 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 18:34:42 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 18:34:42 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 18:34:42 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 18:34:42 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 18:34:42 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 18:34:42 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:43 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 18:34:43 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 18:34:44 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 18:34:44 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 18:34:44 DEBUG unit.abot-epc-basic/0.install Setting up libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:44 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 18:34:44 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 18:34:44 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 18:34:45 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: 18:34:45 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:45 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:45 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:45 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: 18:34:45 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 18:34:45 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 18:34:45 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 18:34:45 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 18:34:46 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 18:34:46 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 18:34:46 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 18:34:46 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 18:34:46 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 18:34:46 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 18:34:46 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 18:34:46 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 18:34:47 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 18:34:47 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 18:34:47 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 18:34:47 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 18:34:47 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 18:34:47 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: 18:34:47 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 18:34:47 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 18:34:48 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 18:34:48 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 18:34:48 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 18:34:48 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 18:34:48 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 18:34:48 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 18:34:48 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 18:34:49 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 18:34:49 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 18:34:49 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 18:34:49 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 18:34:49 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:34:49 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:34:50 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:34:50 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:34:50 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:34:50 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 18:34:50 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 18:34:50 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 18:34:50 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 18:34:51 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 18:34:51 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 18:34:51 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 18:34:51 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 18:34:51 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 18:34:51 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:34:51 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 18:34:52 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:52 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:52 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 18:34:52 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 18:34:52 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 18:34:52 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 18:34:52 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 18:34:53 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: 18:34:53 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 18:34:53 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 18:34:53 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 18:34:53 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 18:34:53 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 18:34:53 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 18:34:53 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 18:34:53 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 18:34:53 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 18:34:54 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 18:34:54 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 18:34:54 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 18:34:54 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 18:34:54 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 18:34:54 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 18:34:54 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 18:34:55 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 18:34:55 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 18:34:55 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:34:55 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 18:34:55 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 18:34:55 DEBUG unit.abot-epc-basic/0.install Setting up libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 18:34:55 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 18:34:55 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 18:34:55 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 18:34:56 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 18:34:56 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:34:56 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: 18:34:56 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:34:56 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:34:56 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 18:34:57 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 18:34:57 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 18:34:57 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 18:34:57 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 18:34:57 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 18:34:57 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 18:34:57 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 18:34:57 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... machine-2: 18:34:57 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 18:34:57 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 18:34:57 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: 18:34:57 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 18:34:57 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 18:34:57 DEBUG juju.worker start "api" unit-oai-epc-0: 18:34:57 INFO juju.worker start "api" unit-oai-epc-0: 18:34:57 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 18:34:57 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 18:34:57 DEBUG juju.agent read agent config, format "2.0" machine-2: 18:34:57 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 18:34:57 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 18:34:57 DEBUG juju.worker "api" started unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:57 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:58 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 18:34:58 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:58 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 18:34:58 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 18:34:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 18:34:58 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 18:34:58 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 18:34:58 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 18:34:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 18:34:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 18:34:58 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-epc-0: 18:34:58 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-epc-0: 18:34:58 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-epc-0: 18:34:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 18:34:58 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... machine-2: 18:34:58 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 18:34:58 DEBUG juju.worker start "engine" machine-2: 18:34:58 INFO juju.worker start "engine" machine-2: 18:34:58 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 18:34:58 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 18:34:58 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 18:34:58 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 18:34:58 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 18:34:58 DEBUG juju.worker "engine" started machine-2: 18:34:58 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.introspection stats worker now serving machine-2: 18:34:58 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: machine-2: 18:34:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: machine-2: 18:34:58 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.apicaller connecting with current password machine-2: 18:34:58 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 18:34:58 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 18:34:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 18:34:58 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-2: 18:34:58 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-2: 18:34:58 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-2: 18:34:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 18:34:58 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-2: 18:34:58 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 18:34:58 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 18:34:58 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:58 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-oai-epc-0: 18:34:58 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 18:34:58 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-oai-epc-0: 18:34:58 DEBUG juju.api RPC connection died unit-oai-epc-0: 18:34:58 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 18:34:58 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 18:34:58 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-epc-0: 18:34:58 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-epc-0: 18:34:58 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-2: 18:34:58 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 18:34:58 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... machine-2: 18:34:58 DEBUG juju.api RPC connection died machine-2: 18:34:58 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 18:34:58 DEBUG juju.worker.apicaller connecting with current password machine-2: 18:34:58 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-2: 18:34:58 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-2: 18:34:58 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-abot-epc-basic-0: 18:34:58 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 18:34:58 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 18:34:58 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... machine-2: 18:34:58 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 18:34:58 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 18:34:58 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... machine-2: 18:34:59 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:34:59 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 18:34:59 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 18:34:59 INFO juju.worker.upgrader unblocking abort check machine-2: 18:34:59 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 18:34:59 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 18:34:59 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... machine-2: 18:34:59 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 18:34:59 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 18:34:59 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 18:34:59 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 18:34:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 18:34:59 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 18:34:59 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 18:34:59 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 18:34:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.logger logger setup machine-2: 18:34:59 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 18:34:59 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 18:34:59 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 18:34:59 DEBUG juju.network including address public:172.30.9.205 for machine unit-oai-epc-0: 18:34:59 DEBUG juju.network including address local-cloud:192.168.121.12 for machine unit-oai-epc-0: 18:34:59 DEBUG juju.network including address local-fan:252.12.0.1 for machine unit-oai-epc-0: 18:34:59 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 18:34:59 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 18:34:59 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 18:34:59 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 18:34:59 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] machine-2: 18:34:59 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 18:34:59 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 18:34:59 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 18:34:59 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine-2: 18:34:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 18:34:59 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 18:34:59 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 18:34:59 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 18:34:59 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 18:34:59 DEBUG juju.network including address public:172.30.9.205 for machine machine-2: 18:34:59 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-2: 18:34:59 DEBUG juju.network including address local-fan:252.12.0.1 for machine machine-2: 18:34:59 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 18:34:59 DEBUG juju.network including address local-machine:::1 for machine machine-2: 18:34:59 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 18:34:59 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 18:34:59 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] machine-2: 18:34:59 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 18:34:59 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.logger logger setup machine-2: 18:34:59 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "hook-retry-strategy" not running: dependency not available machine-2: 18:34:59 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: 18:34:59 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 18:34:59 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 18:34:59 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 18:34:59 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} machine-2: 18:34:59 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 18:34:59 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 18:34:59 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: 18:34:59 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 18:34:59 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 18:34:59 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 18:34:59 INFO juju.util.exec run result: exit status 127 machine-2: 18:34:59 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec624627599/script.sh: line 1: fanatic: command not found 127 unit-oai-epc-0: 18:34:59 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 18:34:59 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: 18:34:59 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.meterstatus got meter status change signal from watcher machine-2: 18:34:59 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 18:34:59 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 18:34:59 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.fanconfigurer Processing new fan config unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "metric-sender" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 18:34:59 INFO juju.util.exec run result: exit status 127 machine-2: 18:34:59 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec025317668/script.sh: line 1: fanatic: command not found 127 machine-2: 18:34:59 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 18:34:59 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 18:34:59 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 18:34:59 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 18:34:59 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 18:34:59 DEBUG juju.network including address local-cloud:192.168.121.10 for machine machine-2: 18:34:59 DEBUG juju.network including address local-machine:::1 for machine machine-2: 18:34:59 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.10 local-machine:::1] machine-2: 18:34:59 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.10 local-machine:::1] machine-2: 18:34:59 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] unit-oai-epc-0: 18:34:59 DEBUG juju.worker.dependency "uniter" manifold worker started machine-2: 18:34:59 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 18:34:59 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 18:34:59 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 18:34:59 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] unit-oai-epc-0: 18:34:59 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 18:34:59 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 18:34:59 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-abot-epc-basic-0: 18:34:59 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 18:34:59 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 18:34:59 INFO juju.worker.uniter hooks are retried true machine-2: 18:34:59 INFO juju.worker.authenticationworker "machine-2" key updater worker started unit-abot-epc-basic-0: 18:34:59 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... machine-2: 18:34:59 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 18:34:59 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 18:34:59 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 18:34:59 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 18:34:59 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 18:34:59 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 18:34:59 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 18:34:59 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 18:34:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 18:34:59 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 18:34:59 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... machine-2: 18:34:59 DEBUG juju.worker start "2-container-watcher" machine-2: 18:34:59 DEBUG juju.worker start "stateconverter" machine-2: 18:34:59 INFO juju.worker start "2-container-watcher" machine-2: 18:34:59 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 18:34:59 DEBUG juju.worker "2-container-watcher" started machine-2: 18:34:59 INFO juju.worker start "stateconverter" machine-2: 18:34:59 DEBUG juju.worker "stateconverter" started machine-2: 18:34:59 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 18:34:59 INFO juju.worker.machiner "machine-2" started machine-2: 18:34:59 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-epc-0: 18:34:59 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 18:34:59 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 18:34:59 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 18:34:59 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 18:34:59 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 18:34:59 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 18:34:59 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 18:34:59 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 18:34:59 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 18:34:59 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 18:34:59 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 18:34:59 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 18:34:59 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 18:34:59 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-abot-epc-basic-0: 18:35:00 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-epc-0: 18:35:00 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install ++ config-get branch unit-abot-epc-basic-0: 18:35:00 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-oai-epc-0: 18:35:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 18:35:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' machine-2: 18:35:00 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:77:1e:d5 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.10 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:77:1e:d5 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: 18:35:00 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 18:35:00 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:35:00 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: 18:35:00 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 18:35:00 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:35:00 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-oai-epc-0: 18:35:00 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 18:35:00 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-oai-epc-0: 18:35:01 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 18:35:01 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 18:35:01 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-oai-epc-0: 18:35:01 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 18:35:01 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 18:35:01 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 18:35:01 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 18:35:01 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 18:35:01 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-abot-epc-basic-0: 18:35:01 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.13) ... unit-oai-epc-0: 18:35:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:35:01 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 18:35:01 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 18:35:01 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 18:35:01 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-oai-epc-0: 18:35:01 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 18:35:01 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-abot-epc-basic-0: 18:35:01 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-epc-0: 18:35:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:35:01 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 18:35:01 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 18:35:01 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 18:35:01 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 18:35:02 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 18:35:02 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: 18:35:02 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 18:35:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:35:02 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-oai-epc-0: 18:35:02 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 18:35:02 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install ++ config-get realm unit-abot-epc-basic-0: 18:35:02 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-oai-epc-0: 18:35:02 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-abot-epc-basic-0: 18:35:02 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-oai-epc-0: 18:35:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:35:02 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-abot-epc-basic-0: 18:35:02 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-oai-epc-0: 18:35:02 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 18:35:02 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f unit-abot-epc-basic-0: 18:35:02 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: 18:35:03 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 18:35:03 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 18:35:03 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 18:35:03 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 18:35:03 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 18:35:03 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 18:35:03 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: 18:35:04 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 18:35:04 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 18:35:04 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 18:35:04 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:35:04 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: 18:35:04 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: 18:35:04 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 18:35:04 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 18:35:04 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 18:35:04 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 18:35:05 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 18:35:05 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: 18:35:05 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 18:35:05 DEBUG unit.abot-epc-basic/0.install Setting up mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:35:05 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-abot-epc-basic-0: 18:35:06 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:35:06 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 18:35:06 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-abot-epc-basic-0: 18:35:06 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 18:35:06 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 18:35:06 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-abot-epc-basic-0: 18:35:06 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 18:35:06 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-abot-epc-basic-0: 18:35:06 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 18:35:07 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 18:35:07 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 18:35:07 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 18:35:07 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 18:35:07 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 18:35:07 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-abot-epc-basic-0: 18:35:08 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 18:35:08 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-abot-epc-basic-0: 18:35:08 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:35:08 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: 18:35:08 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: 18:35:08 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 18:35:08 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:35:09 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-abot-epc-basic-0: 18:35:09 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-abot-epc-basic-0: 18:35:09 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-abot-epc-basic-0: 18:35:09 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-abot-epc-basic-0: 18:35:09 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 18:35:09 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 18:35:09 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 18:35:10 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-abot-epc-basic-0: 18:35:10 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:35:10 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 18:35:10 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 18:35:11 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-abot-epc-basic-0: 18:35:11 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 18:35:11 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-abot-epc-basic-0: 18:35:11 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 18:35:12 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 18:35:12 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 18:35:12 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 18:35:13 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-abot-epc-basic-0: 18:35:13 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: 18:35:13 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-abot-epc-basic-0: 18:35:13 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 18:35:13 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 18:35:13 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 18:35:13 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 18:35:13 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 18:35:13 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 18:35:13 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 18:35:14 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 18:35:14 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 18:35:14 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 18:35:14 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 18:35:14 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 18:35:14 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 18:35:14 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 18:35:14 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 18:35:15 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:35:15 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 18:35:15 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:35:15 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 18:35:15 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 18:35:15 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 18:35:15 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 18:35:16 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-abot-epc-basic-0: 18:35:16 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 18:35:16 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 18:35:16 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 18:35:16 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 18:35:16 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 18:35:17 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: 18:35:17 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 18:35:17 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 18:35:17 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 18:35:17 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 18:35:17 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 18:35:17 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 18:35:17 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 18:35:17 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 18:35:18 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: 18:35:18 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 18:35:18 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 18:35:18 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 18:35:18 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 18:35:18 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 18:35:19 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 18:35:19 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 18:35:19 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 18:35:19 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 18:35:19 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-abot-epc-basic-0: 18:35:19 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-abot-epc-basic-0: 18:35:19 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-abot-epc-basic-0: 18:35:21 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-abot-epc-basic-0: 18:35:22 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-9b6186-default-0 unit-abot-epc-basic-0: 18:35:22 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 18:35:22 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: 18:35:26 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 18:35:26 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 18:35:26 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"} machine-3: 18:35:26 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 18:35:26 DEBUG juju.agent read agent config, format "2.0" machine-3: 18:35:26 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 18:35:26 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 18:35:26 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 18:35:26 DEBUG juju.worker start "api" unit-oai-hss-0: 18:35:26 INFO juju.worker start "api" unit-oai-hss-0: 18:35:26 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 18:35:26 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 18:35:26 DEBUG juju.worker "api" started unit-oai-hss-0: 18:35:26 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 18:35:26 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 18:35:26 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 18:35:27 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:27 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 18:35:27 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-hss-0: 18:35:27 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-hss-0: 18:35:27 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-hss-0: 18:35:27 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:27 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-hss-0: 18:35:27 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:27 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 18:35:27 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:27 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 18:35:27 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:27 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:27 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:27 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:27 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 18:35:27 DEBUG juju.worker start "engine" machine-3: 18:35:27 INFO juju.worker start "engine" machine-3: 18:35:27 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 18:35:27 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 18:35:27 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 18:35:27 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 18:35:27 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 18:35:27 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 18:35:27 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 18:35:27 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 18:35:27 DEBUG juju.worker "engine" started machine-3: 18:35:27 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.introspection stats worker now serving machine-3: 18:35:27 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 18:35:27 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.apicaller connecting with current password machine-3: 18:35:27 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-3: 18:35:27 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-3: 18:35:27 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-3: 18:35:27 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 18:35:27 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 18:35:27 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:27 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 18:35:27 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 18:35:27 DEBUG juju.worker.apicaller connected machine-3: 18:35:27 DEBUG juju.api RPC connection died machine-3: 18:35:27 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 18:35:27 DEBUG juju.worker.apicaller connecting with current password machine-3: 18:35:27 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-3: 18:35:27 INFO juju.api connection established to "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-3: 18:35:27 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-hss-0: 18:35:27 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 18:35:27 DEBUG juju.api RPC connection died unit-oai-hss-0: 18:35:27 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 18:35:27 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 18:35:27 DEBUG juju.api successfully dialed "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-hss-0: 18:35:27 INFO juju.api connection established to "wss://172.30.9.205:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" unit-oai-hss-0: 18:35:27 DEBUG juju.api successfully dialed "wss://192.168.121.12:17070/model/749a19a1-69a9-410c-8654-81bed49b6186/api" machine-3: 18:35:28 DEBUG juju.worker.apicaller connected machine-3: 18:35:28 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-9b6186-default-0 machine-3: 18:35:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 18:35:28 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 18:35:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install Reading package lists... machine-3: 18:35:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 18:35:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 18:35:28 INFO juju.worker.upgrader unblocking abort check machine-3: 18:35:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 18:35:28 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 18:35:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 18:35:28 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 18:35:28 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install Reading state information... machine-3: 18:35:28 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 18:35:28 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 18:35:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 18:35:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 18:35:28 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 18:35:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 18:35:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 18:35:28 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 18:35:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 18:35:28 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 18:35:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 18:35:28 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 18:35:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 18:35:28 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 18:35:28 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 18:35:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 18:35:28 DEBUG juju.worker.logger logger setup machine-3: 18:35:28 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 18:35:28 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 18:35:28 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 18:35:28 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 18:35:28 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 18:35:28 DEBUG juju.network including address public:172.30.9.205 for machine machine-3: 18:35:28 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-3: 18:35:28 DEBUG juju.network including address local-fan:252.12.0.1 for machine machine-3: 18:35:28 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 18:35:28 DEBUG juju.network including address local-machine:::1 for machine machine-3: 18:35:28 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 18:35:28 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 18:35:28 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] machine-3: 18:35:28 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 18:35:28 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 18:35:28 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 18:35:28 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 18:35:28 INFO juju.util.exec run result: exit status 127 machine-3: 18:35:28 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec572223833/script.sh: line 1: fanatic: command not found 127 machine-3: 18:35:28 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 18:35:28 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 18:35:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 18:35:28 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: 18:35:28 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 18:35:28 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 18:35:28 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 18:35:28 INFO juju.util.exec run result: exit status 127 machine-3: 18:35:28 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec943852445/script.sh: line 1: fanatic: command not found 127 machine-3: 18:35:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 18:35:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 18:35:28 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 18:35:28 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 18:35:28 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} machine-3: 18:35:28 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 18:35:28 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 18:35:28 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: 18:35:28 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 18:35:28 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 18:35:28 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 18:35:28 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 18:35:28 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 18:35:28 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 18:35:28 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: 18:35:28 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: 18:35:28 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 18:35:28 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: 18:35:28 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 18:35:28 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: 18:35:28 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 18:35:28 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev machine-3: 18:35:28 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 18:35:28 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 18:35:28 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 18:35:28 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 18:35:28 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 18:35:28 DEBUG juju.network including address local-cloud:192.168.121.17 for machine machine-3: 18:35:28 DEBUG juju.network including address local-machine:::1 for machine machine-3: 18:35:28 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] machine-3: 18:35:28 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] unit-oai-hss-0: 18:35:28 DEBUG juju.worker.apicaller connected machine-3: 18:35:28 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 18:35:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 18:35:28 DEBUG juju.worker start "3-container-watcher" machine-3: 18:35:28 DEBUG juju.worker start "stateconverter" machine-3: 18:35:28 INFO juju.worker start "3-container-watcher" machine-3: 18:35:28 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 18:35:28 DEBUG juju.worker "3-container-watcher" started machine-3: 18:35:28 INFO juju.worker start "stateconverter" machine-3: 18:35:28 DEBUG juju.worker "stateconverter" started machine-3: 18:35:28 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 INFO juju.worker.machiner "machine-3" started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 18:35:28 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 18:35:28 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 18:35:28 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 18:35:28 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 18:35:28 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 18:35:28 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 18:35:28 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.205,192.168.121.12,252.12.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 18:35:28 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: 18:35:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 18:35:28 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 18:35:28 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 18:35:28 DEBUG juju.network including address public:172.30.9.205 for machine unit-oai-hss-0: 18:35:28 DEBUG juju.network including address local-cloud:192.168.121.12 for machine unit-oai-hss-0: 18:35:28 DEBUG juju.network including address local-fan:252.12.0.1 for machine unit-oai-hss-0: 18:35:28 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 18:35:28 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 18:35:28 DEBUG juju.network addresses after filtering: [public:172.30.9.205 local-cloud:192.168.121.12 local-fan:252.12.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 18:35:28 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.205:17070 192.168.121.12:17070 252.12.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 18:35:28 DEBUG juju.agent API server address details [["172.30.9.205:17070" "192.168.121.12:17070" "252.12.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.12:17070" "252.12.0.1:17070" "172.30.9.205:17070"] unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 18:35:28 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 18:35:28 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 18:35:28 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 18:35:28 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-hss-0: 18:35:29 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 18:35:29 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 18:35:29 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 18:35:29 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 18:35:29 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 18:35:29 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 18:35:29 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 18:35:29 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 18:35:29 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 18:35:29 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 18:35:29 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 18:35:29 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 18:35:29 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 18:35:29 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 18:35:29 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 18:35:29 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 18:35:29 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 18:35:29 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 18:35:29 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 18:35:29 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 18:35:29 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 18:35:29 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 18:35:29 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: 18:35:29 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: 18:35:29 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 18:35:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-3: 18:35:29 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:1d:e1:0b 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.17 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:1d:e1:0b 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: 18:35:29 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 18:35:29 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + branch=v0.3.2 unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 18:35:29 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + echo v0.3.2 unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 18:35:29 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 18:35:29 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (31.8 kB/s) unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 18:35:29 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 18:35:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-abot-epc-basic-0: 18:35:29 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 ... 135959 files and directories currently installed.) unit-abot-epc-basic-0: 18:35:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-bin_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 18:35:29 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 18:35:30 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 18:35:30 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 18:35:30 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 18:35:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:35:30 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: 18:35:30 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 18:35:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 18:35:30 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: 18:35:30 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 18:35:30 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 18:35:30 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:35:30 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:35:30 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 18:35:30 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:35:30 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 18:35:30 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 18:35:30 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 18:35:30 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 18:35:30 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 18:35:31 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 18:35:31 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:35:31 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: 18:35:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:35:31 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:35:32 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 18:35:32 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:35:32 DEBUG unit.oai-hss/0.install + clone_repo unit-oai-hss-0: 18:35:32 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 18:35:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:35:32 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 18:35:32 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 18:35:32 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 18:35:32 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 18:35:32 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 18:35:32 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 18:35:32 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 18:35:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:35:32 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 18:35:32 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 18:35:32 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + git checkout v0.3.2 unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 18:35:33 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: 18:35:33 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 18:35:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:35:33 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-oai-hss-0: 18:35:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:35:33 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-oai-hss-0: 18:35:33 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install ++ config-get realm unit-abot-epc-basic-0: 18:35:33 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 18:35:33 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: 18:35:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 18:35:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:35:33 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 18:35:33 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 18:35:33 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-oai-hss-0: 18:35:34 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-oai-hss-0: 18:35:34 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-oai-hss-0: 18:35:34 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-oai-hss-0: 18:35:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-oai-hss-0: 18:35:34 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-hss-0: 18:35:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 18:35:34 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-oai-hss-0: 18:35:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 18:35:34 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-oai-hss-0: 18:35:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-oai-hss-0: 18:35:34 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 18:35:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-oai-hss-0: 18:35:35 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-hss-0: 18:35:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-oai-hss-0: 18:35:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-oai-hss-0: 18:35:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-oai-hss-0: 18:35:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-oai-hss-0: 18:35:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-oai-hss-0: 18:35:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-oai-hss-0: 18:35:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 18:35:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-oai-hss-0: 18:35:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-hss-0: 18:35:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-oai-hss-0: 18:35:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-hss-0: 18:35:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-hss-0: 18:35:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-oai-hss-0: 18:35:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-oai-hss-0: 18:35:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-hss-0: 18:35:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-oai-hss-0: 18:35:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 18:35:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-oai-hss-0: 18:35:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-oai-hss-0: 18:35:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 18:35:38 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-oai-hss-0: 18:35:38 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-oai-hss-0: 18:35:38 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-oai-hss-0: 18:35:38 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-oai-hss-0: 18:35:38 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-oai-hss-0: 18:35:38 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-oai-hss-0: 18:35:38 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-oai-hss-0: 18:35:39 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-oai-hss-0: 18:35:39 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-oai-hss-0: 18:35:39 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-oai-hss-0: 18:35:39 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-oai-hss-0: 18:35:39 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-oai-hss-0: 18:35:39 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-oai-hss-0: 18:35:40 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-oai-hss-0: 18:35:40 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 18:35:42 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: 18:35:42 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 18:35:42 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-oai-hss-0: 18:35:43 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:35:43 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 18:35:43 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 18:35:43 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-oai-hss-0: 18:35:43 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: 18:35:43 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-oai-hss-0: 18:35:43 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: 18:35:43 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-oai-hss-0: 18:35:43 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: 18:35:43 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-oai-hss-0: 18:35:44 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: 18:35:44 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: 18:35:44 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: 18:35:44 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: 18:35:44 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: 18:35:44 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-oai-hss-0: 18:35:44 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: 18:35:44 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-oai-hss-0: 18:35:44 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-oai-hss-0: 18:35:44 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: 18:35:44 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-oai-hss-0: 18:35:45 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: 18:35:45 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-oai-hss-0: 18:35:45 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-oai-hss-0: 18:35:45 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: 18:35:45 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: 18:35:45 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: 18:35:45 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-oai-hss-0: 18:35:45 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-oai-hss-0: 18:35:46 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-oai-hss-0: 18:35:46 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.7 [1303 kB] unit-oai-hss-0: 18:35:46 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: 18:35:46 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: 18:35:46 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: 18:35:46 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: 18:35:46 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: 18:35:46 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: 18:35:46 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: 18:35:46 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-oai-hss-0: 18:35:47 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: 18:35:47 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-oai-hss-0: 18:35:47 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: 18:35:47 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-oai-hss-0: 18:35:47 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: 18:35:47 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: 18:35:47 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: 18:35:47 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-oai-hss-0: 18:35:47 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: 18:35:47 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: 18:35:48 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-oai-hss-0: 18:35:48 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: 18:35:48 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: 18:35:48 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: 18:35:48 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: 18:35:48 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-oai-hss-0: 18:35:48 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: 18:35:48 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-oai-hss-0: 18:35:48 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: 18:35:48 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-163.213 [774 kB] unit-oai-hss-0: 18:35:48 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: 18:35:49 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: 18:35:49 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-oai-hss-0: 18:35:49 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: 18:35:49 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-oai-hss-0: 18:35:49 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: 18:35:49 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-oai-hss-0: 18:35:49 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-oai-hss-0: 18:35:50 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: 18:35:50 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: 18:35:50 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: 18:35:50 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: 18:35:50 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: 18:35:50 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-oai-hss-0: 18:35:50 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-oai-hss-0: 18:35:51 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: 18:35:51 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: 18:35:51 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-oai-hss-0: 18:35:51 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: 18:35:51 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-oai-hss-0: 18:35:51 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-oai-hss-0: 18:35:51 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-oai-hss-0: 18:35:51 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: 18:35:51 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-oai-hss-0: 18:35:52 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: 18:35:52 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-oai-hss-0: 18:35:52 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: 18:35:52 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: 18:35:52 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: 18:35:52 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 18:35:52 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 9s (7058 kB/s) unit-oai-hss-0: 18:35:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-oai-hss-0: 18:35:53 DEBUG unit.oai-hss/0.install (Reading database ... 109448 files and directories currently installed.) unit-oai-hss-0: 18:35:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-oai-hss-0: 18:35:53 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 18:35:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 18:35:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 18:35:53 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 18:35:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 18:35:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 18:35:54 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 18:35:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 18:35:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 18:35:54 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 18:35:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 18:35:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 18:35:55 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 18:35:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 18:35:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.6_amd64.deb ... unit-oai-hss-0: 18:35:56 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 18:35:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 18:35:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 18:35:57 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:35:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 18:35:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 18:35:57 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:35:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 18:35:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-oai-hss-0: 18:35:58 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 18:35:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 18:35:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-oai-hss-0: 18:35:59 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 18:35:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 18:35:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-oai-hss-0: 18:35:59 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 18:36:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 18:36:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 18:36:00 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 18:36:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 18:36:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 18:36:00 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 18:36:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 18:36:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 18:36:01 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 18:36:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 18:36:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 18:36:02 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 18:36:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 18:36:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 18:36:03 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 18:36:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 18:36:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 18:36:04 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 18:36:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 18:36:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-oai-hss-0: 18:36:05 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 18:36:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 18:36:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 18:36:05 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 18:36:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 18:36:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... unit-oai-hss-0: 18:36:06 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-9b6186-default-0 unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-hss-0: 18:36:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 18:36:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 18:36:07 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: 18:36:07 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: 18:36:07 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 18:36:07 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: 18:36:07 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 18:36:07 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: 18:36:07 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 18:36:07 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-oai-hss-0: 18:36:07 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 18:36:08 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 18:36:08 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 18:36:08 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: 18:36:08 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-abot-epc-basic-0: 18:36:08 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-oai-hss-0: 18:36:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 18:36:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-abot-epc-basic-0: 18:36:08 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: 18:36:08 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 18:36:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 18:36:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 18:36:09 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 18:36:09 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (368 kB/s) unit-abot-epc-basic-0: 18:36:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-abot-epc-basic-0: 18:36:09 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 ... 136068 files and directories currently installed.) unit-abot-epc-basic-0: 18:36:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 18:36:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 18:36:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 18:36:10 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:36:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 18:36:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-abot-epc-basic-0: 18:36:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libp11-kit-dev_0.23.2-5~ubuntu16.04.1_amd64.deb ... unit-oai-hss-0: 18:36:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 18:36:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 18:36:11 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:36:11 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 18:36:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 18:36:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 18:36:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 18:36:11 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 18:36:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-oai-hss-0: 18:36:11 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-abot-epc-basic-0: 18:36:12 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 18:36:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 18:36:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-oai-hss-0: 18:36:12 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 18:36:12 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 18:36:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 18:36:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.7_amd64.deb ... unit-oai-hss-0: 18:36:13 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.7) ... unit-abot-epc-basic-0: 18:36:13 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: 18:36:14 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 18:36:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 18:36:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 18:36:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_all.deb ... unit-oai-hss-0: 18:36:14 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:36:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 18:36:14 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: 18:36:14 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:36:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 18:36:15 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: 18:36:15 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 18:36:15 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-hss-0: 18:36:15 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:36:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 18:36:15 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: 18:36:16 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:36:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 18:36:16 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: 18:36:16 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:36:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 18:36:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-script_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 18:36:17 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:36:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 18:36:18 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: 18:36:18 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:36:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 18:36:18 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: 18:36:18 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:36:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 18:36:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 18:36:20 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 18:36:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 18:36:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 18:36:20 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 18:36:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 18:36:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 18:36:21 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 18:36:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 18:36:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-oai-hss-0: 18:36:22 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 18:36:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 18:36:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 18:36:23 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 18:36:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 18:36:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 18:36:24 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 18:36:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 18:36:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtgui4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 18:36:25 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:36:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 18:36:25 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: 18:36:25 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:36:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 18:36:26 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: 18:36:26 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:36:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 18:36:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 18:36:26 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:36:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 18:36:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 18:36:27 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:36:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 18:36:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 18:36:28 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 18:36:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 18:36:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 18:36:28 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-oai-hss-0: 18:36:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 18:36:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 18:36:29 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-oai-hss-0: 18:36:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 18:36:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 18:36:30 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 18:36:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 18:36:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 18:36:30 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 18:36:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 18:36:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 18:36:31 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 18:36:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 18:36:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 18:36:31 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 18:36:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 18:36:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 18:36:32 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 18:36:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 18:36:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ... unit-oai-hss-0: 18:36:32 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... unit-oai-hss-0: 18:36:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 18:36:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 18:36:33 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 18:36:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 18:36:34 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: 18:36:34 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:36:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 18:36:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 18:36:36 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 18:36:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 18:36:36 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: 18:36:36 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:36:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 18:36:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 18:36:37 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:36:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 18:36:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 18:36:39 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 18:36:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 18:36:40 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: 18:36:40 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 18:36:40 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-9b6186-default-0 unit-abot-epc-basic-0: 18:36:40 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-9b6186-default-0 unit-abot-epc-basic-0: 18:36:40 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-abot-epc-basic-0: 18:36:40 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 18:36:40 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: 18:36:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 18:36:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 18:36:41 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:36:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 18:36:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 18:36:42 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 18:36:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 18:36:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 18:36:43 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 18:36:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 18:36:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 18:36:44 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 18:36:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 18:36:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 18:36:45 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 18:36:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 18:36:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 18:36:46 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-oai-hss-0: 18:36:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 18:36:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 18:36:47 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 18:36:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 18:36:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 18:36:47 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 18:36:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 18:36:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 18:36:48 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 18:36:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 18:36:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 18:36:49 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-oai-hss-0: 18:36:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 18:36:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 18:36:51 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 18:36:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 18:36:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 18:36:52 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 18:36:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 18:36:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 18:36:52 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 18:36:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 18:36:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 18:36:52 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 18:36:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 18:36:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 18:36:53 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 18:36:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 18:36:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 18:36:53 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 18:36:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 18:36:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 18:36:54 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 18:36:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 18:36:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 18:36:54 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 18:36:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 18:36:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 18:36:55 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 18:36:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 18:36:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-oai-hss-0: 18:36:56 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 18:36:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 18:36:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 18:36:56 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 18:36:57 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 18:37:00 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 18:37:00 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 18:37:01 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 18:37:01 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 18:37:01 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 18:37:01 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 18:37:02 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 18:37:02 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 18:37:02 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:37:02 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:37:02 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 18:37:04 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 18:37:04 DEBUG unit.oai-hss/0.install ...done. unit-oai-hss-0: 18:37:04 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 18:37:04 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 18:37:04 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 18:37:05 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 18:37:05 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 18:37:05 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 18:37:06 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 18:37:06 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 18:37:07 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 18:37:10 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 18:37:10 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:37:10 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:37:10 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 18:37:11 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 18:37:11 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.7) ... unit-oai-hss-0: 18:37:11 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:37:12 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:37:12 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:37:12 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:37:12 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:37:13 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:37:13 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:37:13 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:37:13 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 18:37:16 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 18:37:16 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 18:37:16 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 18:37:16 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 18:37:16 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 18:37:17 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 18:37:17 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: 18:37:17 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:37:18 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:37:18 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 18:37:19 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-oai-hss-0: 18:37:19 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-oai-hss-0: 18:37:19 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 18:37:19 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode unit-oai-hss-0: 18:37:19 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 18:37:20 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 18:37:20 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 18:37:20 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-oai-hss-0: 18:37:20 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 18:37:20 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-163.213) ... unit-oai-hss-0: 18:37:20 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 18:37:20 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:37:21 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 18:37:21 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:37:21 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:37:21 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 18:37:21 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:37:21 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 18:37:21 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 18:37:21 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-oai-hss-0: 18:37:21 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 18:37:22 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 18:37:22 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 18:37:23 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 18:37:23 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 18:37:23 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 18:37:23 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 18:37:23 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-oai-hss-0: 18:37:23 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 18:37:23 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 18:37:24 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: 18:37:24 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 18:37:24 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 18:37:24 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 18:37:24 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 18:37:24 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 18:37:24 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 18:37:24 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 18:37:24 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 18:37:25 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 18:37:25 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 18:37:25 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 18:37:25 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 18:37:25 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 18:37:25 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:37:26 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 18:37:26 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 18:37:26 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 18:37:26 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 18:37:26 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:37:26 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:37:27 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 18:37:27 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 18:37:27 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 18:37:27 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 18:37:27 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 18:37:27 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 18:37:27 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-oai-hss-0: 18:37:27 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:37:27 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 18:37:27 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 18:37:27 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-oai-hss-0: 18:37:27 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: 18:37:27 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-oai-hss-0: 18:37:27 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-oai-hss-0: 18:37:28 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: 18:37:28 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 1s (1159 kB/s) unit-oai-hss-0: 18:37:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 18:37:28 DEBUG unit.oai-hss/0.install (Reading database ... 116177 files and directories currently installed.) unit-oai-hss-0: 18:37:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 18:37:28 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 18:37:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 18:37:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-oai-hss-0: 18:37:29 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 18:37:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 18:37:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 18:37:29 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 18:37:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 18:37:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 18:37:30 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 18:37:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 18:37:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 18:37:30 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 18:37:30 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 18:37:31 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 18:37:31 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 18:37:31 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 18:37:32 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 18:37:32 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 18:37:32 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install Need to get 11.0 MB of archives. unit-oai-hss-0: 18:37:34 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 18:37:34 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: 18:37:34 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-oai-hss-0: 18:37:34 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: 18:37:34 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.62-0ubuntu0.14.04.1 [3754 kB] unit-oai-hss-0: 18:37:35 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.62-0ubuntu0.14.04.1 [1979 kB] unit-oai-hss-0: 18:37:35 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: 18:37:35 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-oai-hss-0: 18:37:35 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: 18:37:35 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: 18:37:35 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: 18:37:35 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: 18:37:36 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-oai-hss-0: 18:37:36 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-oai-hss-0: 18:37:36 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: 18:37:36 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: 18:37:36 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient-dev amd64 5.5.62-0ubuntu0.14.04.1 [869 kB] unit-oai-hss-0: 18:37:36 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: 18:37:36 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: 18:37:36 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: 18:37:36 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-oai-hss-0: 18:37:36 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-oai-hss-0: 18:37:36 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: 18:37:36 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.62-0ubuntu0.14.04.1 [11.0 kB] unit-oai-hss-0: 18:37:37 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: 18:37:37 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 18:37:37 DEBUG unit.oai-hss/0.install Fetched 11.0 MB in 2s (3756 kB/s) unit-oai-hss-0: 18:37:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 18:37:37 DEBUG unit.oai-hss/0.install (Reading database ... 116288 files and directories currently installed.) unit-oai-hss-0: 18:37:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-hss-0: 18:37:37 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 18:37:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 18:37:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 18:37:38 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 18:37:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 18:37:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 18:37:39 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 18:37:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 18:37:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 18:37:39 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 18:37:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 18:37:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 18:37:41 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 18:37:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 18:37:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-oai-hss-0: 18:37:43 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 18:37:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 18:37:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 18:37:43 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 18:37:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 18:37:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-oai-hss-0: 18:37:43 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 18:37:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 18:37:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 18:37:44 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 18:37:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 18:37:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 18:37:45 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 18:37:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 18:37:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 18:37:45 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 18:37:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 18:37:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 18:37:46 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 18:37:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 18:37:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-oai-hss-0: 18:37:46 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 18:37:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 18:37:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 18:37:46 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 18:37:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 18:37:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 18:37:47 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 18:37:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 18:37:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 18:37:47 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 18:37:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 18:37:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-oai-hss-0: 18:37:48 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 18:37:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 18:37:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 18:37:49 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 18:37:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 18:37:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.26_amd64.deb ... unit-oai-hss-0: 18:37:50 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 18:37:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 18:37:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.26_all.deb ... unit-oai-hss-0: 18:37:50 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 18:37:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 18:37:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 18:37:51 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 18:37:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 18:37:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 18:37:52 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 18:37:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 18:37:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 18:37:52 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 18:37:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 18:37:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 18:37:53 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 18:37:53 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 18:37:54 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 18:37:54 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 18:37:55 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 18:37:55 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 18:37:56 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 18:37:56 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 18:37:56 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 18:38:01 DEBUG unit.oai-hss/0.install 181203 18:38:01 [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: 18:38:01 DEBUG unit.oai-hss/0.install 181203 18:38:01 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 18:38:01 DEBUG unit.oai-hss/0.install 181203 18:38:01 [Note] /usr/sbin/mysqld (mysqld 5.5.62-0ubuntu0.14.04.1) starting as process 11648 ... unit-oai-hss-0: 18:38:12 DEBUG unit.oai-hss/0.install mysql start/running, process 11781 unit-oai-hss-0: 18:38:13 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 18:38:13 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 18:38:13 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 18:38:14 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 18:38:14 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 18:38:14 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 18:38:14 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 18:38:15 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 18:38:15 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 18:38:16 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 18:38:17 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 18:38:17 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 18:38:17 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 18:38:17 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 18:38:18 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 18:38:18 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 18:38:18 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 18:38:19 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 18:38:19 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 18:38:20 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 18:38:20 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 18:38:21 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 18:38:21 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: 18:38:22 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-oai-hss-0: 18:38:22 DEBUG unit.oai-hss/0.install Fetched 300 kB in 0s (386 kB/s) unit-oai-hss-0: 18:38:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 18:38:23 DEBUG unit.oai-hss/0.install (Reading database ... 118289 files and directories currently installed.) unit-oai-hss-0: 18:38:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 18:38:23 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 18:38:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 18:38:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 18:38:24 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 18:38:25 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 18:38:25 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 18:38:25 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 18:38:26 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 18:38:26 DEBUG unit.oai-hss/0.install --2018-12-03 18:38:26-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-oai-hss-0: 18:38:26 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: 18:38:26 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-oai-hss-0: 18:38:26 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 18:38:26 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 18:38:26 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 18:38:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:38:27 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 258K 4s unit-oai-hss-0: 18:38:27 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 499K 3s unit-oai-hss-0: 18:38:27 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 492K 2s unit-oai-hss-0: 18:38:27 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 546K 2s unit-oai-hss-0: 18:38:27 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 538K 2s unit-oai-hss-0: 18:38:27 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 29.4M 2s unit-oai-hss-0: 18:38:27 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 494K 1s unit-oai-hss-0: 18:38:27 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 543K 1s unit-oai-hss-0: 18:38:27 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 509K 1s unit-oai-hss-0: 18:38:27 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 493K 1s unit-oai-hss-0: 18:38:27 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 561K 1s unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 647K 1s unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 641K 1s unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 38.7M 1s unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 646K 1s unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 643K 0s unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 643K 0s unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 648K 0s unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 643K 0s unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 71.2M 0s unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 644K 0s unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 482K=1.8s unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install 2018-12-03 18:38:28 (616 KB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 18:38:28 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 18:38:29 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 18:38: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 aesdata.o -MD -MP -MF aesdata.o.d -fpic -c aesdata.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 desdata.o -MD -MP -MF desdata.o.d -fpic -c desdata.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 twofishdata.o -MD -MP -MF twofishdata.o.d -fpic -c twofishdata.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 shadata.o -MD -MP -MF shadata.o.d -fpic -c shadata.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 gcmdata.o -MD -MP -MF gcmdata.o.d -fpic -c gcmdata.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 getopt.o -MD -MP -MF getopt.o.d -fpic -c getopt.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 getopt1.o -MD -MP -MF getopt1.o.d -fpic -c getopt1.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 nettle-internal.o -MD -MP -MF nettle-internal.o.d -fpic -c nettle-internal.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 18:38: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.o -MD -MP -MF aes-decrypt-internal.o.d -fpic -c aes-decrypt-internal.s unit-oai-hss-0: 18:38: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.o -MD -MP -MF aes-decrypt.o.d -fpic -c aes-decrypt.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:30 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: 18:38:30 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 18:38: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.o -MD -MP -MF aes-encrypt-internal.o.d -fpic -c aes-encrypt-internal.s unit-oai-hss-0: 18:38:30 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: 18:38: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.o -MD -MP -MF aes-encrypt.o.d -fpic -c aes-encrypt.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF aes-encrypt-table.o.d -fpic -c aes-encrypt-table.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF aes-set-encrypt-key.o.d -fpic -c aes-set-encrypt-key.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF aes-set-decrypt-key.o.d -fpic -c aes-set-decrypt-key.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF aes-meta.o.d -fpic -c aes-meta.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF arcfour.o.d -fpic -c arcfour.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF arcfour-crypt.o.d -fpic -c arcfour-crypt.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF arcfour-meta.o.d -fpic -c arcfour-meta.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF arctwo.o.d -fpic -c arctwo.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF arctwo-meta.o.d -fpic -c arctwo-meta.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF base16-encode.o.d -fpic -c base16-encode.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF base16-decode.o.d -fpic -c base16-decode.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF base16-meta.o.d -fpic -c base16-meta.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF base64-encode.o.d -fpic -c base64-encode.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF base64-decode.o.d -fpic -c base64-decode.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF base64-meta.o.d -fpic -c base64-meta.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF camellia-crypt.o.d -fpic -c camellia-crypt.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 18:38: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.o -MD -MP -MF camellia-crypt-internal.o.d -fpic -c camellia-crypt-internal.s unit-oai-hss-0: 18:38:30 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: 18:38: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.o -MD -MP -MF camellia-set-encrypt-key.o.d -fpic -c camellia-set-encrypt-key.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF camellia-set-decrypt-key.o.d -fpic -c camellia-set-decrypt-key.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF camellia-table.o.d -fpic -c camellia-table.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF camellia-meta.o.d -fpic -c camellia-meta.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF cast128.o.d -fpic -c cast128.c \ unit-oai-hss-0: 18:38:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 cast128-meta.o -MD -MP -MF cast128-meta.o.d -fpic -c cast128-meta.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 blowfish.o -MD -MP -MF blowfish.o.d -fpic -c blowfish.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF cbc.o.d -fpic -c cbc.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF ctr.o.d -fpic -c ctr.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF gcm.o.d -fpic -c gcm.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 18:38: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.o -MD -MP -MF gcm-aes.o.d -fpic -c gcm-aes.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:31 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: 18:38:31 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:31 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: 18:38:31 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:31 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: 18:38:31 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:31 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: 18:38:31 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:31 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: 18:38:31 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:31 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: 18:38:31 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: 18:38:31 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:31 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: 18:38:31 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38: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.o -MD -MP -MF des.o.d -fpic -c des.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF des3.o.d -fpic -c des3.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF des-compat.o.d -fpic -c des-compat.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF hmac.o.d -fpic -c hmac.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF hmac-md5.o.d -fpic -c hmac-md5.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF hmac-ripemd160.o.d -fpic -c hmac-ripemd160.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF hmac-sha1.o.d -fpic -c hmac-sha1.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF hmac-sha224.o.d -fpic -c hmac-sha224.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF hmac-sha256.o.d -fpic -c hmac-sha256.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF hmac-sha384.o.d -fpic -c hmac-sha384.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF hmac-sha512.o.d -fpic -c hmac-sha512.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF knuth-lfib.o.d -fpic -c knuth-lfib.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF md2.o.d -fpic -c md2.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF md2-meta.o.d -fpic -c md2-meta.c \ unit-oai-hss-0: 18:38:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 md4.o -MD -MP -MF md4.o.d -fpic -c md4.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 md4-meta.o -MD -MP -MF md4-meta.o.d -fpic -c md4-meta.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF md5.o.d -fpic -c md5.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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-compress.o -MD -MP -MF md5-compress.o.d -fpic -c md5-compress.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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-compat.o -MD -MP -MF md5-compat.o.d -fpic -c md5-compat.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF md5-meta.o.d -fpic -c md5-meta.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF ripemd160.o.d -fpic -c ripemd160.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF ripemd160-compress.o.d -fpic -c ripemd160-compress.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF ripemd160-meta.o.d -fpic -c ripemd160-meta.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 18:38: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.o -MD -MP -MF salsa20-crypt.o.d -fpic -c salsa20-crypt.s unit-oai-hss-0: 18:38:32 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: 18:38: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.o -MD -MP -MF salsa20-set-key.o.d -fpic -c salsa20-set-key.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF sha1.o.d -fpic -c sha1.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 18:38: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.o -MD -MP -MF sha1-compress.o.d -fpic -c sha1-compress.s unit-oai-hss-0: 18:38:32 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: 18:38: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.o -MD -MP -MF sha1-meta.o.d -fpic -c sha1-meta.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF sha256.o.d -fpic -c sha256.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF sha256-compress.o.d -fpic -c sha256-compress.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF sha224-meta.o.d -fpic -c sha224-meta.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF sha256-meta.o.d -fpic -c sha256-meta.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF sha512.o.d -fpic -c sha512.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF sha512-compress.o.d -fpic -c sha512-compress.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF sha384-meta.o.d -fpic -c sha384-meta.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF sha512-meta.o.d -fpic -c sha512-meta.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF serpent-set-key.o.d -fpic -c serpent-set-key.c \ unit-oai-hss-0: 18:38:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 18:38: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 serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d -fpic -c serpent-encrypt.s unit-oai-hss-0: 18:38:33 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: 18:38:33 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 18:38: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 serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d -fpic -c serpent-decrypt.s unit-oai-hss-0: 18:38: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 serpent-meta.o -MD -MP -MF serpent-meta.o.d -fpic -c serpent-meta.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:33 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: 18:38: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 twofish.o -MD -MP -MF twofish.o.d -fpic -c twofish.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 twofish-meta.o -MD -MP -MF twofish-meta.o.d -fpic -c twofish-meta.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 yarrow256.o -MD -MP -MF yarrow256.o.d -fpic -c yarrow256.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF yarrow_key_event.o.d -fpic -c yarrow_key_event.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF buffer.o.d -fpic -c buffer.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF buffer-init.o.d -fpic -c buffer-init.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF realloc.o.d -fpic -c realloc.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF nettle-meta-hashes.o.d -fpic -c nettle-meta-hashes.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF nettle-meta-ciphers.o.d -fpic -c nettle-meta-ciphers.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF nettle-meta-armors.o.d -fpic -c nettle-meta-armors.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF write-be32.o.d -fpic -c write-be32.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF write-le32.o.d -fpic -c write-le32.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 18:38: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.o -MD -MP -MF memxor.o.d -fpic -c memxor.s unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 18:38: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.o -MD -MP -MF sexp.o.d -fpic -c sexp.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF sexp-format.o.d -fpic -c sexp-format.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF sexp-transport.o.d -fpic -c sexp-transport.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF sexp-transport-format.o.d -fpic -c sexp-transport-format.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF bignum.o.d -fpic -c bignum.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF bignum-next-prime.o.d -fpic -c bignum-next-prime.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF bignum-random.o.d -fpic -c bignum-random.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF bignum-random-prime.o.d -fpic -c bignum-random-prime.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF sexp2bignum.o.d -fpic -c sexp2bignum.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF pkcs1.o.d -fpic -c pkcs1.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF pkcs1-encrypt.o.d -fpic -c pkcs1-encrypt.c \ unit-oai-hss-0: 18:38:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -fpic -c pkcs1-decrypt.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -fpic -c pkcs1-rsa-digest.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -fpic -c pkcs1-rsa-md5.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -fpic -c pkcs1-rsa-sha1.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -fpic -c pkcs1-rsa-sha256.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -fpic -c pkcs1-rsa-sha512.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa.o.d -fpic -c rsa.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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-sign.o -MD -MP -MF rsa-sign.o.d -fpic -c rsa-sign.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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-verify.o -MD -MP -MF rsa-verify.o.d -fpic -c rsa-verify.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-pkcs1-sign.o.d -fpic -c rsa-pkcs1-sign.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-pkcs1-sign-tr.o.d -fpic -c rsa-pkcs1-sign-tr.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-pkcs1-verify.o.d -fpic -c rsa-pkcs1-verify.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-md5-sign.o.d -fpic -c rsa-md5-sign.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-md5-verify.o.d -fpic -c rsa-md5-verify.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-sha1-sign.o.d -fpic -c rsa-sha1-sign.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-sha1-verify.o.d -fpic -c rsa-sha1-verify.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-sha256-sign.o.d -fpic -c rsa-sha256-sign.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-sha256-verify.o.d -fpic -c rsa-sha256-verify.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-sha512-sign.o.d -fpic -c rsa-sha512-sign.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-sha512-verify.o.d -fpic -c rsa-sha512-verify.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-encrypt.o.d -fpic -c rsa-encrypt.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-decrypt.o.d -fpic -c rsa-decrypt.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-decrypt-tr.o.d -fpic -c rsa-decrypt-tr.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-keygen.o.d -fpic -c rsa-keygen.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-compat.o.d -fpic -c rsa-compat.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa-blind.o.d -fpic -c rsa-blind.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF rsa2sexp.o.d -fpic -c rsa2sexp.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF sexp2rsa.o.d -fpic -c sexp2rsa.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF dsa.o.d -fpic -c dsa.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF dsa-sign.o.d -fpic -c dsa-sign.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF dsa-verify.o.d -fpic -c dsa-verify.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF dsa-keygen.o.d -fpic -c dsa-keygen.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF dsa-sha1-sign.o.d -fpic -c dsa-sha1-sign.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF dsa-sha1-verify.o.d -fpic -c dsa-sha1-verify.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF dsa-sha256-sign.o.d -fpic -c dsa-sha256-sign.c \ unit-oai-hss-0: 18:38:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -fpic -c dsa-sha256-verify.c \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -fpic -c dsa2sexp.c \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -fpic -c sexp2dsa.c \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 pgp-encode.o -MD -MP -MF pgp-encode.o.d -fpic -c pgp-encode.c \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -fpic -c rsa2openpgp.c \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 der-iterator.o -MD -MP -MF der-iterator.o.d -fpic -c der-iterator.c \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38: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.o -MD -MP -MF der2rsa.o.d -fpic -c der2rsa.c \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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.o -MD -MP -MF der2dsa.o.d -fpic -c der2dsa.c \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 18:38: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 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: 18:38: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 aes-decrypt.po -MD -MP -MF aes-decrypt.po.d -fpic -c aes-decrypt.c -o aes-decrypt.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:35 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: 18:38:35 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 18:38: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 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: 18:38: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 aes-encrypt.po -MD -MP -MF aes-encrypt.po.d -fpic -c aes-encrypt.c -o aes-encrypt.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:35 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: 18:38: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 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: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 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: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 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: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 aes-meta.po -MD -MP -MF aes-meta.po.d -fpic -c aes-meta.c -o aes-meta.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 arcfour.po -MD -MP -MF arcfour.po.d -fpic -c arcfour.c -o arcfour.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 arcfour-crypt.po -MD -MP -MF arcfour-crypt.po.d -fpic -c arcfour-crypt.c -o arcfour-crypt.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 arcfour-meta.po -MD -MP -MF arcfour-meta.po.d -fpic -c arcfour-meta.c -o arcfour-meta.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 arctwo.po -MD -MP -MF arctwo.po.d -fpic -c arctwo.c -o arctwo.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 arctwo-meta.po -MD -MP -MF arctwo-meta.po.d -fpic -c arctwo-meta.c -o arctwo-meta.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 base16-encode.po -MD -MP -MF base16-encode.po.d -fpic -c base16-encode.c -o base16-encode.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 base16-decode.po -MD -MP -MF base16-decode.po.d -fpic -c base16-decode.c -o base16-decode.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 base16-meta.po -MD -MP -MF base16-meta.po.d -fpic -c base16-meta.c -o base16-meta.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 base64-encode.po -MD -MP -MF base64-encode.po.d -fpic -c base64-encode.c -o base64-encode.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 base64-decode.po -MD -MP -MF base64-decode.po.d -fpic -c base64-decode.c -o base64-decode.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 base64-meta.po -MD -MP -MF base64-meta.po.d -fpic -c base64-meta.c -o base64-meta.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 camellia-crypt.po -MD -MP -MF camellia-crypt.po.d -fpic -c camellia-crypt.c -o camellia-crypt.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 18:38: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 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: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 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: 18:38:35 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: 18:38: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 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: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 camellia-table.po -MD -MP -MF camellia-table.po.d -fpic -c camellia-table.c -o camellia-table.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 camellia-meta.po -MD -MP -MF camellia-meta.po.d -fpic -c camellia-meta.c -o camellia-meta.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 cast128.po -MD -MP -MF cast128.po.d -fpic -c cast128.c -o cast128.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38: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 cast128-meta.po -MD -MP -MF cast128-meta.po.d -fpic -c cast128-meta.c -o cast128-meta.po \ unit-oai-hss-0: 18:38:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 18:38:36 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: 18:38:36 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:36 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: 18:38:36 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:36 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: 18:38:36 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:36 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: 18:38:36 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:36 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: 18:38:36 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:36 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: 18:38:36 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: 18:38:36 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:36 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: 18:38:36 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 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: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 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: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 18:38:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 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: 18:38:38 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 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: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 18:38:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 18:38:40 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: 18:38:40 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: 18:38:40 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: 18:38:40 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: 18:38:40 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: 18:38:40 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 18:38:40 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: 18:38:40 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 18:38:40 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: 18:38:40 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: 18:38:40 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 18:38:40 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: 18:38:40 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 18:38:40 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 18:38:40 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: 18:38:40 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: 18:38:40 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: 18:38:40 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: 18:38:40 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: 18:38:40 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: 18:38:40 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: 18:38:40 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: 18:38:40 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: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:41 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 18:38:41 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 18:38:41 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:41 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:42 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: 18:38:43 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: 18:38:43 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: 18:38:43 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: 18:38:43 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: 18:38:43 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: 18:38:43 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: 18:38:43 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: 18:38:43 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: 18:38:43 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: 18:38:43 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: 18:38:43 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: 18:38:43 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: 18:38:43 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: 18:38:43 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: 18:38:43 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: 18:38:43 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 18:38:44 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 18:38:44 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 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: 18:38:44 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 18:38:44 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: 18:38:44 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 18:38:44 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:44 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: 18:38:44 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 18:38:44 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:44 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: 18:38:44 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 18:38:44 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:38:44 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: 18:38:44 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: 18:38:45 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: 18:38:45 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: 18:38:45 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: 18:38:45 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: 18:38:45 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: 18:38:45 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: 18:38:45 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: 18:38:45 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: 18:38:45 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: 18:38:45 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: 18:38:45 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: 18:38:45 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: 18:38:45 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 18:38:45 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: 18:38:45 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 18:38:45 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: 18:38:45 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 18:38:45 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: 18:38:45 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 18:38:45 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: 18:38:45 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 18:38:45 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: 18:38:45 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 18:38:45 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: 18:38:45 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 18:38:45 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: 18:38:45 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 18:38:45 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: 18:38:45 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 18:38:45 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: 18:38:45 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 18:38:45 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: 18:38:45 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 18:38:45 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: 18:38:45 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 18:38:45 DEBUG unit.oai-hss/0.install PASS: buffer unit-oai-hss-0: 18:38:46 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 18:38:46 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 18:38:46 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 18:38:46 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 18:38:46 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 18:38:46 DEBUG unit.oai-hss/0.install PASS: bignum unit-oai-hss-0: 18:38:46 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 18:38:46 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 18:38:46 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 18:38:46 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 18:38:46 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 18:38:46 DEBUG unit.oai-hss/0.install PASS: dsa unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install PASS: cxx unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 18:38:47 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: 18:38:47 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 18:38:47 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: 18:38:47 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:38:47 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install libtspi1 unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 18:38:48 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 18:38:48 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: 18:38:48 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: 18:38:49 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: 18:38:49 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: 18:38:49 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: 18:38:49 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: 18:38:49 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 18:38:49 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 1s (1438 kB/s) unit-abot-epc-basic-0: 18:38:50 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 18:38:50 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-oai-hss-0: 18:38:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 18:38:51 DEBUG unit.oai-hss/0.install (Reading database ... 118307 files and directories currently installed.) unit-oai-hss-0: 18:38:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 18:38:51 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 18:38:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 18:38:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 18:38:52 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 18:38:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 18:38:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 18:38:52 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 18:38:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 18:38:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 18:38:53 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 18:38:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 18:38:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 18:38:53 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 18:38:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 18:38:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 18:38:54 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 18:38:54 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 18:38:54 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 18:38:55 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 18:38:56 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 18:38:56 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 18:38:57 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 18:38:57 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 18:38:57 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 18:38:57 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 18:38:57 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 18:38:57 DEBUG unit.oai-hss/0.install --2018-12-03 18:38:57-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 18:38:57 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: 18:38:58 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-oai-hss-0: 18:38:58 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 18:38:58 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 18:38:58 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 18:38:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:38:58 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 142K 35s unit-oai-hss-0: 18:38:58 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 295K 26s unit-oai-hss-0: 18:38:58 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 518K 20s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 614K 17s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 950K 14s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.13M 13s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.17M 11s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.50M 10s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.62M 9s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 1.81M 8s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 2.06M 8s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 2.17M 7s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.42M 7s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.62M 6s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 2.99M 6s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.15M 6s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.27M 5s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.68M 5s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 3.42M 5s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 4.08M 4s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 4.29M 4s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.32M 4s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.57M 4s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 4.48M 4s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 4.99M 3s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 4.94M 3s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.13M 3s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 6.14M 3s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 5.47M 3s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 5.99M 3s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 5.94M 3s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 6.07M 3s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 6.71M 2s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 6.44M 2s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 7.33M 2s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 7.08M 2s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 7.72M 2s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 8.04M 2s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 8.14M 2s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 7.44M 2s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 8.30M 2s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 9.08M 2s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 8.05M 2s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 9.59M 2s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 9.30M 2s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 8.97M 2s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 8.82M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 11.2M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 9.56M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 10.4M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 9.40M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 11.3M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 10.2M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 9.87M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 12.6M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 11.9M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 10.8M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 9.47M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 14.4M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 9.74M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 13.7M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 11.2M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 11.5M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 12.6M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 14.9M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 12.8M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 14.3M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 14.2M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 12.8M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 14.2M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 14.7M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 14.4M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 15.8M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 12.9M 1s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 18.7M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 13.3M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 16.2M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 18.7M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 14.9M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 19.4M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 14.3M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 15.5M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 19.9M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 15.7M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 18.0M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 20.8M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 14.3M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 20.3M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 23.2M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 13.8M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 20.7M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 23.9M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 14.4M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 23.6M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 14.5M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 28.2M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 24.4M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 15.6M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 25.1M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 17.9M 0s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 10.9M=1.5s unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install 2018-12-03 18:38:59 (3.30 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 18:38:59 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 18:39:00 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 18:39:01 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: 18:39:01 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 18:39:01 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-mysql-0: 18:39:02 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 18:39:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 18:39:02 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-mysql-0: 18:39:02 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 18:39:02 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 18:39:02 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-mysql-0: 18:39:02 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 18:39:02 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-mysql-0: 18:39:02 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-mysql-0: 18:39:02 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 18:39:02 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 18:39:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:39:02 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 18:39:03 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 18:39:04 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 18:39:05 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 18:39:06 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 18:39:07 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 18:39:08 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 18:39:08 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 18:39:08 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 18:39:08 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 18:39:08 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 18:39:09 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for getline... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); unit-oai-hss-0: 18:39:10 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: 18:39:10 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 18:39:10 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 18:39:11 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 18:39:12 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 18:39:13 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-oai-hss-0: 18:39:14 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 18:39:14 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 18:39:14 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 18:39:15 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 18:39:16 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-hss-0: 18:39:17 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 18:39:18 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 18:39:19 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: 18:39:19 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 18:39:19 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: 18:39:19 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: 18:39:19 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 18:39:19 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: 18:39:19 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 18:39:19 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 18:39:20 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-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 18:39:20 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: 18:39:20 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: 18:39:20 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 18:39:20 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: 18:39:20 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 18:39:20 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 18:39:21 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Dec 3 18:28 /dev/zero unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 18:39:22 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-oai-hss-0: 18:39:23 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 18:39:24 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 18:39:25 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install *** unit-abot-epc-basic-0: 18:39:26 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 18:39:26 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install Making all in gl unit-abot-epc-basic-0: 18:39:26 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN netdb.h unit-abot-epc-basic-0: 18:39:26 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN string.h unit-abot-epc-basic-0: 18:39:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 18:39:26 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-abot-epc-basic-0: 18:39:26 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 18:39:26 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-abot-epc-basic-0: 18:39:27 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 18:39:27 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 18:39:27 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 18:39:27 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-abot-epc-basic-0: 18:39:27 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-abot-epc-basic-0: 18:39:27 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 18:39:27 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 18:39:27 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-abot-epc-basic-0: 18:39:27 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 18:39:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 18:39:27 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-abot-epc-basic-0: 18:39:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 18:39:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 18:39:28 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-abot-epc-basic-0: 18:39:28 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 18:39:28 DEBUG unit.oai-hss/0.install CC base64.lo unit-abot-epc-basic-0: 18:39:28 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 18:39:28 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-abot-epc-basic-0: 18:39:28 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 18:39:28 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-abot-epc-basic-0: 18:39:28 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-abot-epc-basic-0: 18:39:28 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 18:39:28 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 18:39:28 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 18:39:28 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-abot-epc-basic-0: 18:39:28 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-abot-epc-basic-0: 18:39:28 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 18:39:28 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 18:39:28 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 18:39:28 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 18:39:28 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-abot-epc-basic-0: 18:39:29 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 18:39:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 18:39:29 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 18:39:29 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 18:39:29 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start SHA256:k2jlGcK1PERJtBvGGxMn1JC0b5EdeQgvCBxB+6vb9XM root@juju-9b6186-default-0 unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | o=O%=o..o | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | ..BoO.+o.. | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | + / + o. | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | B % o | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | o S o | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | . + | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | . . | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | o . .. E | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | o.. .o | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-oai-hss-0: 18:39:29 DEBUG unit.oai-hss/0.install CC math.lo unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-9b6186-default-0 unit-oai-hss-0: 18:39:29 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 18:39:29 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 18:39:29 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: 18:39:29 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start SHA256:pv4aBT9S/oGS1k996Mh0rSze5/MNfT5wQKgavRrE+ZU ubuntu@juju-9b6186-default-0 unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | . | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | . . | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | o + . o | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | % + E + | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | * S * + + | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | . O X * + o | unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | o o * + + o| unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | . o . o o+o| unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start | oo. . .o.o=| unit-abot-epc-basic-0: 18:39:29 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-oai-hss-0: 18:39:29 DEBUG unit.oai-hss/0.install CC progname.lo unit-abot-epc-basic-0: 18:39:29 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 18:39:29 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 18:39:29 DEBUG unit.oai-hss/0.install CC sockets.lo unit-abot-epc-basic-0: 18:39:29 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 18:39:29 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 18:39:29 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-abot-epc-basic-0: 18:39:29 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 18:39:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:39:29 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 18:39:29 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-hss-0: 18:39:29 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 18:39:29 DEBUG unit.oai-hss/0.install CC timespec.lo unit-abot-epc-basic-0: 18:39:29 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-hss-0: 18:39:29 DEBUG unit.oai-hss/0.install CC u64.lo unit-abot-epc-basic-0: 18:39:29 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 18:39:29 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-oai-hss-0: 18:39:29 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 18:39:30 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 18:39:30 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-epc-0: 18:39:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-abot-epc-basic-0: 18:39:30 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 18:39:30 DEBUG unit.oai-hss/0.install CC xsize.lo unit-abot-epc-basic-0: 18:39:30 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 18:39:30 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-abot-epc-basic-0: 18:39:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:39:30 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-hss-0: 18:39:30 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 18:39:30 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-oai-hss-0: 18:39:30 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 18:39:30 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-oai-hss-0: 18:39:30 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 18:39:30 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-oai-hss-0: 18:39:30 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-oai-hss-0: 18:39:31 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-hss-0: 18:39:31 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-oai-hss-0: 18:39:31 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 18:39:31 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 18:39:31 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 18:39:32 DEBUG unit.oai-hss/0.install CC crl.lo unit-oai-hss-0: 18:39:33 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-oai-hss-0: 18:39:33 DEBUG unit.oai-hss/0.install CC crq.lo unit-oai-hss-0: 18:39:33 DEBUG unit.oai-hss/0.install CC dn.lo unit-oai-hss-0: 18:39:33 DEBUG unit.oai-hss/0.install CC extensions.lo unit-oai-hss-0: 18:39:34 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 18:39:35 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 18:39:35 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 18:39:35 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-oai-hss-0: 18:39:36 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-oai-hss-0: 18:39:36 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-oai-hss-0: 18:39:37 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-oai-hss-0: 18:39:37 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 18:39:37 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-oai-hss-0: 18:39:38 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-oai-hss-0: 18:39:38 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-oai-hss-0: 18:39:39 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 18:39:39 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 18:39:39 DEBUG unit.oai-hss/0.install CC x509.lo unit-oai-hss-0: 18:39:39 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-oai-hss-0: 18:39:40 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-oai-hss-0: 18:39:40 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-oai-hss-0: 18:39:40 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-oai-hss-0: 18:39:41 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-oai-hss-0: 18:39:42 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-oai-hss-0: 18:39:43 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 18:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 18:39:43 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 18:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 18:39:43 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 18:39:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 18:39:43 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 18:39:43 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 18:39:43 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 18:39:43 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-oai-hss-0: 18:39:44 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-oai-hss-0: 18:39:44 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 18:39:44 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-oai-hss-0: 18:39:44 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-oai-hss-0: 18:39:44 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 18:39:44 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 18:39:44 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-oai-hss-0: 18:39:44 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 18:39:44 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 18:39:44 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 18:39:44 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 18:39:44 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-oai-hss-0: 18:39:45 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 18:39:45 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 18:39:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 18:39:45 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 18:39:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 18:39:45 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 18:39:45 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 18:39:45 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 18:39:45 DEBUG unit.oai-hss/0.install CC dhe.lo unit-oai-hss-0: 18:39:45 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 18:39:45 DEBUG unit.oai-hss/0.install CC psk.lo unit-oai-hss-0: 18:39:46 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-oai-hss-0: 18:39:46 DEBUG unit.oai-hss/0.install CC rsa.lo unit-oai-hss-0: 18:39:46 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-oai-hss-0: 18:39:46 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 18:39:47 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-oai-hss-0: 18:39:47 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-oai-hss-0: 18:39:48 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-oai-hss-0: 18:39:48 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-oai-hss-0: 18:39:48 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-oai-hss-0: 18:39:49 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-oai-hss-0: 18:39:49 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 18:39:49 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 18:39:49 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 18:39:49 DEBUG unit.oai-hss/0.install CC max_record.lo unit-oai-hss-0: 18:39:49 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 18:39:49 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 18:39:49 DEBUG unit.oai-hss/0.install CC signature.lo unit-oai-hss-0: 18:39:49 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 18:39:49 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-oai-hss-0: 18:39:50 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 18:39:50 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 18:39:50 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-oai-hss-0: 18:39:50 DEBUG unit.oai-hss/0.install CC status_request.lo unit-oai-hss-0: 18:39:50 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-oai-hss-0: 18:39:51 DEBUG unit.oai-hss/0.install CC srtp.lo unit-oai-hss-0: 18:39:51 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 18:39:51 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 18:39:51 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 18:39:51 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 18:39:51 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 18:39:51 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 18:39:51 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 18:39:51 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 18:39:52 DEBUG unit.oai-hss/0.install CC kx.lo unit-oai-hss-0: 18:39:52 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 18:39:52 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 18:39:52 DEBUG unit.oai-hss/0.install CC publickey.lo unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install CC secparams.lo unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install CC randomart.lo unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 18:39:53 DEBUG unit.oai-hss/0.install CC hash.lo unit-oai-hss-0: 18:39:54 DEBUG unit.oai-hss/0.install CC keydb.lo unit-oai-hss-0: 18:39:55 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-oai-hss-0: 18:39:55 DEBUG unit.oai-hss/0.install CC stream.lo unit-oai-hss-0: 18:39:55 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-oai-hss-0: 18:39:56 DEBUG unit.oai-hss/0.install CC misc.lo unit-oai-hss-0: 18:39:56 DEBUG unit.oai-hss/0.install CC seskey.lo unit-oai-hss-0: 18:39:57 DEBUG unit.oai-hss/0.install CC literal.lo unit-oai-hss-0: 18:39:57 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-oai-hss-0: 18:39:57 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-oai-hss-0: 18:39:58 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 18:39:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 18:39:58 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 18:39:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 18:39:58 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 18:39:58 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 18:39:58 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 18:39:58 DEBUG unit.oai-hss/0.install CC compat.lo unit-oai-hss-0: 18:39:59 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-epc-0: 18:39:59 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 18:39:59 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 18:39:59 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-oai-hss-0: 18:40:00 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 18:40:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 18:40:00 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 18:40:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 18:40:00 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 18:40:00 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 18:40:00 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 18:40:00 DEBUG unit.oai-hss/0.install CC cipher.lo unit-oai-hss-0: 18:40:01 DEBUG unit.oai-hss/0.install CC rnd.lo unit-oai-hss-0: 18:40:01 DEBUG unit.oai-hss/0.install CC init.lo unit-oai-hss-0: 18:40:01 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 18:40:02 DEBUG unit.oai-hss/0.install CC multi.lo unit-oai-hss-0: 18:40:02 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-oai-hss-0: 18:40:02 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 18:40:02 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 18:40:02 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-oai-hss-0: 18:40:03 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 18:40:03 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 18:40:03 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 18:40:03 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-oai-hss-0: 18:40:03 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 18:40:03 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 18:40:03 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-oai-hss-0: 18:40:04 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 18:40:04 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-oai-hss-0: 18:40:04 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-oai-hss-0: 18:40:04 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-oai-hss-0: 18:40:04 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 18:40:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 18:40:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 18:40:04 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 18:40:04 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 18:40:04 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 18:40:04 DEBUG unit.oai-hss/0.install CC debug.lo unit-oai-hss-0: 18:40:05 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-oai-hss-0: 18:40:05 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 18:40:05 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-oai-hss-0: 18:40:06 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-oai-hss-0: 18:40:07 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-oai-hss-0: 18:40:07 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-oai-hss-0: 18:40:07 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-oai-hss-0: 18:40:08 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 18:40:08 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-oai-hss-0: 18:40:08 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-hss-0: 18:40:09 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-oai-hss-0: 18:40:09 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 18:40:09 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-oai-hss-0: 18:40:10 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 18:40:10 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 18:40:10 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-oai-hss-0: 18:40:11 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-hss-0: 18:40:11 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 18:40:11 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-oai-hss-0: 18:40:11 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 18:40:11 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-oai-hss-0: 18:40:12 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-oai-hss-0: 18:40:12 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-oai-hss-0: 18:40:12 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-oai-hss-0: 18:40:13 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 18:40:13 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 18:40:13 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-oai-hss-0: 18:40:13 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 18:40:13 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-oai-hss-0: 18:40:13 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-oai-hss-0: 18:40:14 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 18:40:14 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-oai-hss-0: 18:40:14 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 18:40:14 DEBUG unit.oai-hss/0.install CC system.lo unit-oai-hss-0: 18:40:15 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-oai-hss-0: 18:40:15 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-oai-hss-0: 18:40:15 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-oai-hss-0: 18:40:15 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-oai-hss-0: 18:40:16 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-oai-hss-0: 18:40:16 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 18:40:16 DEBUG unit.oai-hss/0.install CC random.lo unit-oai-hss-0: 18:40:16 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-oai-hss-0: 18:40:17 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 18:40:17 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-oai-hss-0: 18:40:17 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-oai-hss-0: 18:40:18 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 18:40:18 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-oai-hss-0: 18:40:18 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 18:40:18 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-oai-hss-0: 18:40:19 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-oai-hss-0: 18:40:19 DEBUG unit.oai-hss/0.install CC pin.lo unit-oai-hss-0: 18:40:19 DEBUG unit.oai-hss/0.install CC tpm.lo unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 18:40:20 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: 18:40:20 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:20 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: 18:40:20 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 18:40:20 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: 18:40:20 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:20 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: 18:40:20 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:20 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: 18:40:20 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 18:40:20 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: 18:40:20 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 18:40:20 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: 18:40:20 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:20 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: 18:40:20 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:20 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-oai-hss-0: 18:40:21 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-oai-hss-0: 18:40:22 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 18:40:22 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 18:40:22 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-oai-hss-0: 18:40:22 DEBUG unit.oai-hss/0.install CC xssl.lo unit-oai-hss-0: 18:40:23 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-oai-hss-0: 18:40:23 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-oai-hss-0: 18:40:24 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-hss-0: 18:40:24 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 18:40:24 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 18:40:24 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 18:40:24 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 18:40:24 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 18:40:24 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 18:40:24 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 18:40:24 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 18:40:24 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:24 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 18:40:24 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 18:40:24 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 18:40:24 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 18:40:25 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: 18:40:25 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 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: 18:40:25 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 18:40:25 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: 18:40:25 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 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: 18:40:25 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 18:40:25 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:28 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 18:40:28 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 18:40:28 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 18:40:28 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 18:40:28 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 18:40:28 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 18:40:28 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 18:40:29 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 18:40:29 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 18:40:29 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 18:40:29 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-oai-hss-0: 18:40:29 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 18:40:29 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 18:40:29 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-oai-hss-0: 18:40:30 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-oai-hss-0: 18:40:30 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-oai-hss-0: 18:40:31 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-oai-hss-0: 18:40:32 DEBUG unit.oai-hss/0.install CC psk.o unit-oai-hss-0: 18:40:32 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-hss-0: 18:40:32 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 18:40:32 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 18:40:32 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: 18:40:32 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 18:40:32 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:32 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 18:40:33 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 18:40:33 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-hss-0: 18:40:33 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 18:40:33 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: 18:40:33 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 18:40:33 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:33 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-hss-0: 18:40:33 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 18:40:33 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: 18:40:33 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 18:40:33 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:33 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: 18:40:33 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 18:40:33 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:33 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 18:40:33 DEBUG unit.oai-hss/0.install CC srptool.o unit-oai-hss-0: 18:40:34 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-oai-hss-0: 18:40:34 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 18:40:34 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 18:40:34 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 18:40:34 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 18:40:34 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 18:40:34 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 18:40:34 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: 18:40:34 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 18:40:34 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:35 DEBUG unit.oai-hss/0.install CC benchmark.o unit-oai-hss-0: 18:40:35 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 18:40:35 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 18:40:35 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 18:40:35 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 18:40:35 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 18:40:35 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 18:40:35 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 18:40:35 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD psktool unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD srptool unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 18:40:36 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 18:40:37 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 18:40:38 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: 18:40:38 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 18:40:38 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: 18:40:38 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 18:40:38 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 18:40:39 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 18:40:40 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 18:40:40 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 18:40:40 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 18:40:40 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 18:40:40 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 18:40:40 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 18:40:40 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 18:40:40 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 18:40:40 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 18:40:40 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 18:40:41 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: 18:40:41 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 18:40:41 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 18:40:42 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: 18:40:42 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: 18:40:42 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: 18:40:42 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: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 18:40:42 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: 18:40:42 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: 18:40:42 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: 18:40:42 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: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 18:40:42 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: 18:40:42 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: 18:40:42 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: 18:40:42 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: 18:40:42 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: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 18:40:42 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: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 18:40:42 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: 18:40:42 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 18:40:42 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: 18:40:42 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: 18:40:42 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: 18:40:42 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: 18:40:42 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: 18:40:42 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: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 18:40:42 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: 18:40:42 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 18:40:42 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: 18:40:42 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 18:40:42 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: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 18:40:42 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: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 18:40:42 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: 18:40:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 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: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 18:40:43 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: 18:40:43 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 18:40:43 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: 18:40:43 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 18:40:43 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 18:40:43 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: 18:40:43 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 18:40:44 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:40:44 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 18:40:44 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 18:40:44 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: 18:40:44 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: 18:40:45 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: 18:40:45 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: 18:40:45 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: 18:40:45 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: 18:40:45 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: 18:40:46 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.1 [108 kB] unit-oai-hss-0: 18:40:46 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: 18:40:47 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: 18:40:47 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: 18:40:47 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: 18:40:47 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: 18:40:47 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: 18:40:47 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: 18:40:48 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: 18:40:48 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: 18:40:48 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: 18:40:48 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: 18:40:48 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: 18:40:48 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: 18:40:48 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: 18:40:48 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: 18:40:49 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: 18:40:49 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: 18:40:49 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: 18:40:49 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: 18:40:49 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.5 [22.0 MB] unit-oai-hss-0: 18:40:50 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: 18:40:51 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: 18:40:51 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: 18:40:51 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: 18:40:51 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: 18:40:51 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: 18:40:51 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-abot-epc-basic-0: 18:40:51 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 18:40:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:40:51 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 18:40:51 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-abot-epc-basic-0: 18:40:51 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-abot-epc-basic-0: 18:40:51 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 18:40:51 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 18:40:51 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-oai-hss-0: 18:40:51 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: 18:40:52 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-abot-epc-basic-0: 18:40:52 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 18:40:52 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-abot-epc-basic-0: 18:40:52 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-abot-epc-basic-0: 18:40:52 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 18:40:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:40:52 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: 18:40:52 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: 18:40:52 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: 18:40:52 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: 18:40:52 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: 18:40:53 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.1 [829 kB] unit-oai-hss-0: 18:40:53 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: 18:40:53 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: 18:40:53 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.4 [11.3 kB] unit-oai-hss-0: 18:40:53 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: 18:40:53 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: 18:40:54 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: 18:40:54 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.1 [4438 B] unit-oai-hss-0: 18:40:54 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.1 [122 kB] unit-oai-hss-0: 18:40:54 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: 18:40:54 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: 18:40:54 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: 18:40:54 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: 18:40:54 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: 18:40:55 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: 18:40:55 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: 18:40:55 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.4 [1521 kB] unit-oai-hss-0: 18:40:55 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial amd64 2.8.2-1ubuntu1.4 [42.7 kB] unit-oai-hss-0: 18:40:55 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.5 [269 kB] unit-oai-hss-0: 18:40:55 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: 18:40:55 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: 18:40:56 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: 18:40:56 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: 18:40:56 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: 18:40:56 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: 18:40:56 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: 18:40:56 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: 18:40:56 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: 18:40:57 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: 18:40:57 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: 18:40:57 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 18:40:57 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: 18:40:57 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 18:40:57 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 18:40:57 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 13s (3178 kB/s) unit-oai-hss-0: 18:40:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 18:40:57 DEBUG unit.oai-hss/0.install (Reading database ... 118583 files and directories currently installed.) unit-oai-hss-0: 18:40:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 18:40:57 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 18:40:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 18:40:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 18:40:58 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 18:40:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 18:40:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 18:40:59 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 18:41:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 18:41:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 18:41:00 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 18:41:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 18:41:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 18:41:01 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 18:41:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 18:41:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 18:41:01 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 18:41:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 18:41:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-hss-0: 18:41:02 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 18:41:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 18:41:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 18:41:02 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 18:41:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 18:41:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-hss-0: 18:41:02 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 18:41:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 18:41:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 18:41:04 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 18:41:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 18:41:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 18:41:06 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 18:41:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 18:41:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2.1_amd64.deb ... unit-oai-hss-0: 18:41:06 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 18:41:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 18:41:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 18:41:07 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 18:41:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 18:41:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 18:41:07 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 18:41:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 18:41:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 18:41:08 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 18:41:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 18:41:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 18:41:08 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 18:41:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 18:41:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 18:41:08 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 18:41:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 18:41:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 18:41:09 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 18:41:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 18:41:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 18:41:09 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 18:41:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 18:41:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 18:41:09 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 18:41:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 18:41:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 18:41:10 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 18:41:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 18:41:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 18:41:10 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 18:41:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 18:41:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 18:41:11 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 18:41:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 18:41:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 18:41:12 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 18:41:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 18:41:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 18:41:12 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 18:41:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 18:41:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 18:41:13 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 18:41:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 18:41:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 18:41:13 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 18:41:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 18:41:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... unit-oai-hss-0: 18:41:13 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... unit-oai-hss-0: 18:41:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 18:41:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 18:41:15 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 18:41:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 18:41:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-hss-0: 18:41:17 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 18:41:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 18:41:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 18:41:17 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 18:41:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 18:41:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 18:41:18 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 18:41:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 18:41:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 18:41:18 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 18:41:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 18:41:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 18:41:19 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 18:41:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 18:41:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 18:41:20 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 18:41:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 18:41:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 18:41:20 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 18:41:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 18:41:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 18:41:21 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 18:41:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 18:41:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 18:41:21 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 18:41:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 18:41:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 18:41:23 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 18:41:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 18:41:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 18:41:23 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 18:41:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 18:41:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 18:41:24 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 18:41:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 18:41:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 18:41:24 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 18:41:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 18:41:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 18:41:24 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 18:41:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 18:41:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 18:41:25 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 18:41:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 18:41:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 18:41:25 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 18:41:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 18:41:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 18:41:25 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 18:41:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 18:41:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../dh-apparmor_2.10.95-0ubuntu2.6~14.04.4_all.deb ... unit-oai-hss-0: 18:41:26 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-oai-hss-0: 18:41:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 18:41:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 18:41:26 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 18:41:26 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 18:41:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 18:41:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 18:41:26 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 18:41:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 18:41:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 18:41:26 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 18:41:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 18:41:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 18:41:27 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 18:41:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 18:41:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 18:41:28 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 18:41:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 18:41:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 18:41:28 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 18:41:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 18:41:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 18:41:28 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 18:41:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 18:41:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 18:41:29 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 18:41:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 18:41:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 18:41:29 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 18:41:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 18:41:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 18:41:29 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 18:41:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 18:41:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 18:41:30 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 18:41:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 18:41:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 18:41:30 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 18:41:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 18:41:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.4_all.deb ... unit-oai-hss-0: 18:41:31 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.4) ... unit-oai-hss-0: 18:41:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 18:41:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.4_amd64.deb ... unit-oai-hss-0: 18:41:31 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.4) ... unit-oai-hss-0: 18:41:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 18:41:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... unit-oai-hss-0: 18:41:32 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.5) ... unit-oai-hss-0: 18:41:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 18:41:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 18:41:32 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 18:41:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 18:41:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 18:41:33 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-oai-hss-0: 18:41:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 18:41:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 18:41:33 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 18:41:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 18:41:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 18:41:34 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 18:41:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 18:41:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 18:41:34 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 18:41:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 18:41:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 18:41:34 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 18:41:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 18:41:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 18:41:35 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 18:41:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 18:41:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 18:41:35 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 18:41:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 18:41:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 18:41:35 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 18:41:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 18:41:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 18:41:36 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 18:41:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 18:41:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 18:41:36 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-oai-hss-0: 18:41:37 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 18:41:40 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 18:41:40 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-oai-hss-0: 18:41:40 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 18:41:40 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 18:41:40 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 18:41:40 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 18:41:41 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 18:41:41 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 18:41:41 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 18:41:41 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 18:41:41 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 18:41:41 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 18:41:41 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 18:41:42 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 18:41:42 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 18:41:42 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 18:41:42 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 18:41:42 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 18:41:42 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 18:41:43 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 18:41:43 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 18:41:43 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 18:41:43 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 18:41:43 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 18:41:43 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: 18:41:44 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 18:41:44 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 18:41:44 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 18:41:44 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 18:41:45 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 18:41:45 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... unit-oai-hss-0: 18:41:45 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 18:41:45 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 18:41:45 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 18:41:45 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 18:41:45 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 18:41:46 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 18:41:46 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 18:41:46 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 18:41:46 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 18:41:46 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 18:41:46 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 18:41:46 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 18:41:46 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 18:41:47 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 18:41:47 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 18:41:47 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: 18:41:47 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 18:41:47 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 18:41:47 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 18:41:48 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-oai-hss-0: 18:41:48 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 18:41:48 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 18:41:48 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 18:41:48 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 18:41:49 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 18:41:49 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 18:41:49 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 18:41:49 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 18:41:49 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 18:41:49 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 18:41:50 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 18:41:50 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-hss-0: 18:41:50 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 18:41:50 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.4) ... unit-oai-hss-0: 18:41:51 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.4) ... unit-oai-hss-0: 18:41:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:41:51 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-hss-0: 18:41:52 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.5) ... unit-oai-hss-0: 18:41:52 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 18:41:52 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-oai-hss-0: 18:41:53 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 18:41:53 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 18:41:53 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 18:41:53 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 18:41:53 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 18:41:53 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 18:41:54 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-oai-hss-0: 18:41:54 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 18:41:54 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-hss-0: 18:41:55 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: 18:41:55 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: 18:41:55 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 18:41:55 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 18:41:55 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 18:42:02 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 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: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 18:42:03 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 18:42:04 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 18:42:05 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 18:42:06 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 18:42:07 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-oai-hss-0: 18:42:08 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 18:42:08 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 18:42:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 18:42:08 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 18:42:08 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 18:42:08 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 18:42:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 18:42:08 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-oai-hss-0: 18:42:08 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 18:42:08 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 18:42:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 18:42:08 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 18:42:08 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 18:42:09 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: 18:42:09 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 18:42:09 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 18:42:09 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: 18:42:10 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 18:42:10 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 18:42:10 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 18:42:10 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: 18:42:10 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 18:42:10 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 18:42:10 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 18:42:10 DEBUG unit.oai-hss/0.install [ 63%] Building C object extensions/dict_dcca/CMakeFiles/dict_dcca.dir/dict_dcca.c.o unit-oai-hss-0: 18:42:10 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 18:42:10 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 18:42:10 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 18:42:10 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: 18:42:10 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 18:42:10 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 18:42:10 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 18:42:10 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: 18:42:10 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 18:42:10 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 18:42:10 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 18:42:10 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: 18:42:11 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 18:42:11 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 18:42:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 18:42:11 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: 18:42:11 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 18:42:11 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 18:42:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 18:42:11 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: 18:42:11 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 18:42:11 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 18:42:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 18:42:11 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: 18:42:11 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 18:42:11 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 18:42:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 18:42:11 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: 18:42:11 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 18:42:11 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 18:42:11 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 18:42:11 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 18:42:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 18:42:11 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: 18:42:11 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: 18:42:11 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: 18:42:11 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: 18:42:11 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 18:42:11 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 18:42:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 18:42:11 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: 18:42:11 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: 18:42:12 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: 18:42:12 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: 18:42:12 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: 18:42:12 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 18:42:12 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: 18:42:12 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: 18:42:12 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 18:42:12 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: 18:42:12 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 18:42:12 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: 18:42:12 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 18:42:12 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: 18:42:12 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: 18:42:12 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: 18:42:12 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: 18:42:12 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 18:42:12 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: 18:42:12 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 18:42:12 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 18:42:12 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: 18:42:13 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 18:42:13 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: 18:42:13 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 18:42:13 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: 18:42:13 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 18:42:13 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-hss-0: 18:42:14 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 18:42:14 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 18:42:14 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 18:42:14 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: 18:42:14 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (85.4 kB/s) unit-oai-hss-0: 18:42:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 18:42:14 DEBUG unit.oai-hss/0.install (Reading database ... 121474 files and directories currently installed.) unit-oai-hss-0: 18:42:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 18:42:14 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 18:42:15 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 18:42:16 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: 18:42:16 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install .........................................++++++ unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install .................................++++++ unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install ..++++++ unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install ...++++++ unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Not Before: Dec 3 18:42:16 2018 GMT unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Not After : Dec 3 18:42:16 2019 GMT unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install F5:82:AD:EA:B1:C4:0D:2F:B4:6D:0D:B7:9A:D9:67:2A:CA:43:6C:8D unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install keyid:B5:4F:AE:A3:85:8B:DF:D0:66:91:5F:ED:59:02:0C:77:82:63:1C:05 unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Certificate is to be certified until Dec 3 18:42:16 2019 GMT (365 days) unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 18:42:16 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install [ 4%] Scanning dependencies of target hss_utils unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_s6a unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install [ 8%] [ 13%] [ 21%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install [ 26%] [ 30%] [ 34%] [ 39%] [ 43%] [ 43%] [ 47%] [ 52%] [ 56%] [ 60%] [ 65%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 18:42:17 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: 18:42:17 DEBUG unit.oai-hss/0.install [ 69%] Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/hss_config.c.o unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install [ 73%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/kdf.c.o unit-oai-hss-0: 18:42:17 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: 18:42:17 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: 18:42:17 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/random.c.o unit-oai-hss-0: 18:42:17 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: 18:42:17 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: 18:42:17 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: 18:42:17 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/conversion.c.o unit-oai-hss-0: 18:42:17 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: 18:42:17 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: 18:42:17 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: 18:42:17 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: 18:42:17 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_in_addr.c.o unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install [ 82%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_peers.c.o unit-oai-hss-0: 18:42:17 DEBUG unit.oai-hss/0.install [ 86%] [ 91%] [ 95%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_purge_ue.c.o unit-oai-hss-0: 18:42:17 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: 18:42:17 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_supported_features.c.o unit-oai-hss-0: 18:42:17 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: 18:42:18 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 18:42:18 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 18:42:18 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 18:42:18 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install [ 95%] Linking C static library libhss_auc.a unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install Linking C static library libhss_db.a unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install Built target hss_s6a unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_auc unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_db unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 18:42:19 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: 18:42:19 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 18:42:19 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:42:19 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 18:42:19 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: 18:42:19 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 18:42:19 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 18:42:19 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 18:42:19 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 18:42:19 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 18:42:19 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 18:42:19 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 18:42:19 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 18:42:19 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 18:42:19 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 18:42:19 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 18:42:19 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 18:42:19 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-hss-0: 18:42:19 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-hss-0: 18:42:19 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 18:42:19 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 18:42:19 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 18:42:20 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 18:42:20 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 18:42:20 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-hss-0: 18:42:20 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 18:42:20 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:42:20 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 18:42:20 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-hss-0: 18:42:20 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-hss-0: 18:42:20 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 18:42:20 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 18:42:20 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 18:42:20 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 18:42:20 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 18:42:20 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 18:42:20 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 18:42:20 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 18:42:20 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 18:42:20 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 18:42:20 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 18:42:20 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 18:42:20 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 18:42:20 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 18:42:20 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 18:42:20 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 18:42:20 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 18:42:20 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2 '!=' v0.3.2 ']' unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 18:42:21 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 18:42:21 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: 18:42:21 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 18:42:21 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 18:42:21 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: 18:42:21 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 18:42:21 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: 18:42:21 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 18:42:21 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: 18:42:21 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: 18:42:21 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: 18:42:21 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 18:42:21 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 18:42:21 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: 18:42:21 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:42:21 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: 18:42:21 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: 18:42:21 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:42:21 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 18:42:21 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 18:42:21 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 18:42:21 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-hss-0: 18:42:21 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 18:42:21 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 18:42:21 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 18:42:21 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-hss-0: 18:42:21 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-hss-0: 18:42:21 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 18:42:21 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 18:42:21 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 18:42:21 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 18:42:21 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 18:42:21 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 18:42:21 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 18:42:21 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-hss-0: 18:42:21 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 18:42:21 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:42:21 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 18:42:21 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 18:42:22 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 18:42:22 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-oai-hss-0: 18:42:22 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-mysql-0: 18:42:22 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 18:42:22 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 18:42:22 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 18:42:22 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 18:42:22 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 18:42:22 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 18:42:22 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 18:42:22 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 18:42:22 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-oai-hss-0: 18:42:22 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 18:42:22 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 18:42:22 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 18:42:22 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 18:42:22 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 18:42:22 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-mysql-0: 18:42:22 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 18:42:22 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-oai-hss-0: 18:42:22 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 18:42:23 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 18:42:23 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 18:42:23 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:42:23 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 18:42:23 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 18:42:23 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 18:42:23 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-mysql-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-oai-hss-0: 18:42:23 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 18:42:23 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-mysql-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed + database= unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-mysql-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed + user= unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-mysql-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed + password= unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-mysql-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 18:42:23 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-oai-hss-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.16 unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-mysql-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-oai-hss-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z '' ']' unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Data not sent yet' unit-oai-hss-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:42:23 INFO unit.oai-hss/0.juju-log db:1: Data not sent yet unit-oai-hss-0: 18:42:23 DEBUG unit.oai-hss/0.db-relation-changed + exit 0 unit-oai-hss-0: 18:42:23 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 18:42:23 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 18:42:23 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 18:42:23 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 18:42:23 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:42:23 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 18:42:23 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 18:42:23 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 18:42:23 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-mysql-0: 18:42:23 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `wahcohmeivoxaif` identified by 'gadiefohlaidasu'] unit-mysql-0: 18:42:23 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `wahcohmeivoxaif` identified by 'gadiefohlaidasu'] unit-mysql-0: 18:42:23 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=wahcohmeivoxaif', 'password=gadiefohlaidasu', 'host=192.168.121.16', 'slave=False'] unit-mysql-0: 18:42:23 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-mysql-0: 18:42:24 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-mysql-0: 18:42:24 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-oai-hss-0: 18:42:24 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-oai-hss-0: 18:42:24 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:42:24 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 18:42:24 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 18:42:24 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 18:42:24 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-mysql-0: 18:42:24 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 18:42:24 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 18:42:24 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 18:42:24 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 18:42:24 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 18:42:24 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 18:42:24 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 18:42:24 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 18:42:24 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 18:42:24 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 18:42:24 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 18:42:24 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-mysql-0: 18:42:24 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 18:42:24 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 18:42:24 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 18:42:24 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 18:42:24 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 18:42:24 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-mysql-0: 18:42:24 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:42:24 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + user=wahcohmeivoxaif unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 18:42:24 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + password=gadiefohlaidasu unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 18:42:24 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.16 unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 18:42:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 18:42:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.16 wahcohmeivoxaif gadiefohlaidasu oai-hss unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.16"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"wahcohmeivoxaif"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"gadiefohlaidasu"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 18:42:24 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: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 18:42:24 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: 18:42:24 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: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u wahcohmeivoxaif --password=gadiefohlaidasu -h 192.168.121.16 oai-hss -e 'show tables;' unit-oai-hss-0: 18:42:24 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u wahcohmeivoxaif --password=gadiefohlaidasu -h 192.168.121.16 oai-hss unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 18:42: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: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 18:42:26 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 18:42:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:42:26 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed stop: Unknown instance: unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 22022 unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 22022' unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 22022 =~ .*running.* ]] unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 18:42:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:42:26 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 18:42:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:42:26 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 18:42:26 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 18:42:26 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 18:42:26 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + db_host=wahcohmeivoxaif unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 18:42:26 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 18:42:27 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 18:42:27 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 18:42:27 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-oai-hss-0: 18:42:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:42:27 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 18:42:27 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 18:42:27 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 18:42:27 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 18:42:27 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 18:42:27 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 18:42:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:42:28 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 18:42:28 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 18:42:28 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 18:42:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:42:29 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 18:42:29 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 18:42:29 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 18:42:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:42:29 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 18:42:29 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 18:42:29 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 18:42:29 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 18:42:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:42:29 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 18:42:29 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 18:42:29 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 18:42:29 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 18:42:29 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-epc-0: 18:42:29 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-oai-hss-0: 18:42:29 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 18:42:29 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 18:42:29 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 18:42:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:42:29 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 18:44:00 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 18:44:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 18:44:00 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 18:44:00 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 18:44:00 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 18:44:00 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 18:44:00 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 18:44:00 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 18:44:00 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 18:44:00 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 18:44:00 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 18:44:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 18:44:38 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: 18:44:38 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: 18:44:38 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 18:44:38 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-epc-0: 18:44:39 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 18:44:39 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 18:44:39 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 18:44:39 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: 18:44:39 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: 18:44:39 DEBUG unit.oai-epc/0.install Fetched 121 kB in 0s (240 kB/s) unit-oai-epc-0: 18:44:39 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-epc-0: 18:44:39 DEBUG unit.oai-epc/0.install (Reading database ... 128212 files and directories currently installed.) unit-oai-epc-0: 18:44:40 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: 18:44:40 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 18:44:40 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 18:44:40 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-epc-0: 18:44:40 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 18:44:40 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 18:44:41 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 18:44:42 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 18:44:42 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 18:44:42 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 18:44:42 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 18:44:42 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 18:44:42 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 18:44:42 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 18:44:42 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-epc-0: 18:44:45 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 18:44:45 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 18:44:45 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 18:44:45 DEBUG unit.oai-epc/0.install + sync unit-oai-epc-0: 18:44:45 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-oai-epc-0: 18:44:47 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 18:44:47 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-epc-0: 18:44:47 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 18:44:47 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-epc-0: 18:44:47 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-oai-epc-0: 18:44:47 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-epc-0: 18:44:47 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-epc-0: 18:44:47 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-epc-0: 18:44:49 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-epc-0: 18:44:50 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: 18:44:50 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: 18:44:50 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 18:44:50 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: 18:44:50 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 18:44:50 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-epc-0: 18:44:51 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: 18:44:51 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 18:44:51 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 18:44:51 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: 18:44:52 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 18:44:52 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-epc-0: 18:44:52 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-epc-0: 18:44:53 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-epc-0: 18:44:53 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-epc-0: 18:44:53 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-epc-0: 18:44:53 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-epc-0: 18:44:54 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-epc-0: 18:44:54 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-epc-0: 18:44:54 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-epc-0: 18:44:55 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-epc-0: 18:44:55 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-oai-epc-0: 18:44:55 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-epc-0: 18:44:55 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-epc-0: 18:44:56 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-epc-0: 18:44:56 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-epc-0: 18:44:56 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-oai-epc-0: 18:44:56 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 18:44:57 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-epc-0: 18:44:57 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-epc-0: 18:44:57 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-oai-epc-0: 18:44:57 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-epc-0: 18:44:58 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-oai-epc-0: 18:44:58 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-epc-0: 18:44:58 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 18:44:58 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 18:44:58 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 18:44:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 18:45:00 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 18:45:01 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: 18:45:01 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 18:45:01 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 18:45:02 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: 18:45:02 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 18:45:02 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: 18:45:02 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: 18:45:02 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: 18:45:02 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: 18:45:02 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: 18:45:02 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: 18:45:02 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 18:45:02 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: 18:45:02 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 18:45:02 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: 18:45:02 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: 18:45:02 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 18:45:02 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: 18:45:02 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 18:45:02 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: 18:45:02 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: 18:45:02 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 18:45:02 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: 18:45:02 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: 18:45:02 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: 18:45:02 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 18:45:02 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 18:45:02 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: 18:45:03 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 18:45:03 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: 18:45:03 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:03 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 18:45:04 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: 18:45:04 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: 18:45:04 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: 18:45:04 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: 18:45:04 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: 18:45:04 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: 18:45:04 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 18:45:04 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: 18:45:04 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 18:45:04 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: 18:45:04 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 18:45:04 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-epc-0: 18:45:07 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-oai-epc-0: 18:45:38 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 18:45:43 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 18:45:43 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 18:45:43 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 18:45:43 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 18:45:43 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 18:45:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:43 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 18:45:43 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: 18:45:43 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 18:45:43 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: 18:45:43 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 18:45:44 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 18:45:44 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 18:45:44 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 18:45:44 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-epc-0: 18:45:44 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 18:45:44 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 18:45:44 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 18:45:44 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-epc-0: 18:45:44 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 18:45:44 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 18:45:44 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 18:45:44 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 18:45:44 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 18:45:44 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 18:45:44 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 18:45:44 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 18:45:44 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 18:45:44 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 18:45:44 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 18:45:44 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 18:45:44 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 18:45:44 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 18:45:44 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2 '!=' v0.3.2 ']' unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 18:45:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 18:45:45 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-epc-0: 18:45:46 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 18:45:46 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed + iface_verify=192.168.121.10 unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed + '[' -z 192.168.121.10 ']' unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 18:45:46 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 18:45:46 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: 18:45:46 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-epc-0: 18:45:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:46 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 18:45:46 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 18:45:46 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 18:45:46 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: 18:45:46 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 18:45:46 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: 18:45:46 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 18:45:46 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: 18:45:46 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 18:45:46 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-epc-0: 18:45:47 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 18:45:47 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 18:45:47 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 18:45:47 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: 18:45:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:47 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 18:45:47 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: 18:45:47 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: 18:45:47 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: 18:45:47 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: 18:45:47 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: 18:45:47 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: 18:45:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 18:45:47 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: 18:45:47 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: 18:45:47 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: 18:45:47 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: 18:45:47 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 18:45:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:47 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 18:45:47 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 18:45:47 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 18:45:47 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 18:45:47 DEBUG unit.oai-epc/0.config-changed + ipv4=192.168.121.10 unit-oai-epc-0: 18:45:47 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: 18:45:47 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: 18:45:47 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: 18:45:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"192.168.121.10/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 18:45:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"192.168.121.10/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 18:45:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"192.168.121.10/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 18:45:47 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: 18:45:47 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: 18:45:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 18:45:47 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: 18:45:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:47 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: 18:45:47 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: 18:45:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:47 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 18:45:47 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 18:45:47 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 18:45:47 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-epc-0: 18:45:47 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 18:45:47 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 18:45:47 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 18:45:47 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-epc-0: 18:45:47 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-epc-0: 18:45:47 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 18:45:47 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 18:45:47 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 18:45:47 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 18:45:47 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 18:45:47 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 18:45:48 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 18:45:48 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 18:45:48 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 18:45:48 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 18:45:48 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-epc-0: 18:45:48 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 18:45:48 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 18:45:48 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 18:45:48 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 18:45:48 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 18:45:48 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:45:48 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; oai-epc/0) hook unit-abot-epc-basic-0: 18:45:48 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:48 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:48 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-epc-0: 18:45:48 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 18:45:48 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 18:45:48 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-joined hook unit-oai-epc-0: 18:45:48 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 18:45:48 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 18:45:48 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{0}] []}} unit-oai-hss-0: 18:45:48 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:45:48 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-epc/0) hook unit-oai-hss-0: 18:45:48 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 18:45:48 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 18:45:48 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-epc/0) hook" unit-abot-epc-basic-0: 18:45:48 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 18:45:48 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 18:45:48 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 18:45:48 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 18:45:48 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{1}] []}} unit-abot-epc-basic-0: 18:45:48 INFO juju.worker.uniter.operation ran "ssh-abot-relation-joined" hook unit-abot-epc-basic-0: 18:45:48 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'Setting up HSS relation info for EPC' unit-abot-epc-basic-0: 18:45:48 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 18:45:48 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:48 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 18:45:48 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:45:48 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; oai-epc/0) hook unit-abot-epc-basic-0: 18:45:48 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:48 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:48 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-hss-0: 18:45:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:45:48 INFO unit.oai-hss/0.juju-log hss:2: Setting up HSS relation info for EPC unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined ++ hostname --fqdn unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_hostname=oai-hss-0.openair4G.eur unit-abot-epc-basic-0: 18:45:48 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 18:45:48 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-epc-0: 18:45:48 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 18:45:48 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined ++ unit-get private-address unit-abot-epc-basic-0: 18:45:48 DEBUG unit.abot-epc-basic/0.epc-relation-joined + ABOT_DEPLOY_DIR=/etc/rebaca-test-suite unit-abot-epc-basic-0: 18:45:48 DEBUG unit.abot-epc-basic/0.epc-relation-joined + juju-log 'Setting EPC charm relation variables' unit-oai-epc-0: 18:45:48 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 18:45:48 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 18:45:48 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 18:45:48 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-hss-0: 18:45:48 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 18:45:48 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 18:45:48 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + hss_public_ip=192.168.121.17 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + get_ip_address 192.168.121.17 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.17 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + local status=1 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + local status_after=1 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.17 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.17 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.17 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 17 -le 255 ]] unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.17 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.17 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.17 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 17 -le 255 ]] unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + validated_hss_public_ip=192.168.121.17 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + echo 'MME ip address is 192.168.121.17' unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined MME ip address is 192.168.121.17 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set ip_address=192.168.121.17 unit-abot-epc-basic-0: 18:45:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 18:45:48 INFO unit.abot-epc-basic/0.juju-log epc:3: Setting EPC charm relation variables unit-abot-epc-basic-0: 18:45:48 DEBUG unit.abot-epc-basic/0.epc-relation-joined + relation-set TAC=1 unit-oai-hss-0: 18:45:48 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 18:45:48 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 18:45:48 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 18:45:48 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined ++ relation-ids db unit-abot-epc-basic-0: 18:45:48 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 18:45:48 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: 18:45:48 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + '[' -n db:1 ']' unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + check_hss_process unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined ++ service oai_hss status unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + IS_RUNNING='oai_hss start/running, process 22022' unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + [[ oai_hss start/running, process 22022 =~ .*running.* ]] unit-oai-hss-0: 18:45:48 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OAI HSS is running' unit-oai-epc-0: 18:45:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:48 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-oai-epc-0: 18:45:48 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 18:45:48 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-abot-epc-basic-0: 18:45:49 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{1}] []}} unit-abot-epc-basic-0: 18:45:49 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-hss-0: 18:45:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:45:49 INFO unit.oai-hss/0.juju-log hss:2: OAI HSS is running unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 -eq 0 ']' unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_running=yes unit-oai-epc-0: 18:45:49 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-abot-epc-basic-0: 18:45:49 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:49 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 18:45:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:45:49 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; oai-epc/0) hook unit-abot-epc-basic-0: 18:45:49 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:49 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:49 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 18:45:49 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 18:45:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-changed hook unit-oai-hss-0: 18:45:49 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined + get_opc_value unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined ++ config-get imsi unit-oai-epc-0: 18:45:49 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=192.168.121.10 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 192.168.121.10 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.10 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.10 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.10 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.10 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 10 -le 255 ]] unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.10 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.10 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.10 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 10 -le 255 ]] unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=192.168.121.10 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 192.168.121.10' unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 192.168.121.10 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 18:45:49 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=192.168.121.10 unit-oai-hss-0: 18:45:49 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined + imsi_val=208930100001111 unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined ++ cut -d \' -f2 unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep UNHEX unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep 208930100001111 /srv/.out unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined + UNHEXKEY=e734f8734007d6c5ce7a0508809e7e9c unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined + '[' e734f8734007d6c5ce7a0508809e7e9c == '' ']' unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OPC key found' unit-oai-epc-0: 18:45:49 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 18:45:49 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 18:45:49 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-hss-0: 18:45:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:45:49 INFO unit.oai-hss/0.juju-log hss:2: OPC key found unit-abot-epc-basic-0: 18:45:49 INFO juju.worker.uniter.operation ran "ssh-abot-relation-changed" hook unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-oai-hss-0: 18:45:49 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-abot-epc-basic-0: 18:45:49 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-epc-0: 18:45:49 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; abot-epc-basic/0) hook unit-oai-epc-0: 18:45:49 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 18:45:49 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 18:45:49 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:49 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 18:45:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:45:49 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 18:45:49 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:49 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:49 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-hss-0: 18:45:49 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set trigger_restart=0 unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-joined hook unit-abot-epc-basic-0: 18:45:49 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 18:45:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-hss-0: 18:45:49 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 18:45:49 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set mme_in_db=no unit-oai-hss-0: 18:45:49 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 18:45:49 INFO juju.worker.uniter.operation skipped "ssh-abot-epc-relation-joined" hook (missing) unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 18:45:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 18:45:49 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; abot-epc-basic/0) hook unit-oai-epc-0: 18:45:49 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 18:45:49 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-abot-epc-basic-0: 18:45:49 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code= unit-abot-epc-basic-0: 18:45:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 18:45:49 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{2}] []}} unit-oai-hss-0: 18:45:49 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-hss-0: 18:45:49 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-epc/0) hook" unit-abot-epc-basic-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code= unit-abot-epc-basic-0: 18:45:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-hss-0: 18:45:50 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 18:45:50 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 18:45:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:45:50 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 18:45:50 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 18:45:50 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 18:45:50 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + juju-log 'Setting up relation settings for OAISIM charm' unit-oai-hss-0: 18:45:50 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 18:45:50 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-abot-epc-basic-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4= unit-abot-epc-basic-0: 18:45:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:50 INFO unit.oai-epc/0.juju-log epc:3: Setting up relation settings for OAISIM charm unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_tac unit-abot-epc-basic-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running= unit-abot-epc-basic-0: 18:45:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-oai-epc-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set TAC= unit-abot-epc-basic-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 18:45:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-hss-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:45:50 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-oai-epc-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 18:45:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-hss-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-oai-epc-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MCC=208 unit-abot-epc-basic-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 18:45:50 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: 18:45:50 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: 18:45:50 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: 18:45:50 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: 18:45:50 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-oai-hss-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 18:45:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 18:45:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 18:45:50 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: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.10 unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + echo '192.168.121.10 oai-epc-0.openair4G.eur mme' unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-oai-epc-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-epc-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MNC=93 unit-oai-hss-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-abot-epc-basic-0: 18:45:50 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set trigger_restart=0 unit-abot-epc-basic-0: 18:45:50 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-hss-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=wahcohmeivoxaif unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-oai-epc-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined ++ unit-get private-address unit-oai-hss-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=gadiefohlaidasu unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-oai-epc-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + mme_public_ip=192.168.121.10 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + get_ip_address 192.168.121.10 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.10 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + local status=1 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + local status_after=1 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.10 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.10 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.10 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 10 -le 255 ]] unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.10 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.10 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.10 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 10 -le 255 ]] unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + validated_mme_public_ip=192.168.121.10 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + echo 'MME ip address is 192.168.121.10' unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined MME ip address is 192.168.121.10 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set mme_ip=192.168.121.10 unit-oai-hss-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.16 unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-oai-epc-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set epc_running=no unit-oai-hss-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z wahcohmeivoxaif ']' unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u wahcohmeivoxaif --password=gadiefohlaidasu -h 192.168.121.16 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u wahcohmeivoxaif --password=gadiefohlaidasu -h 192.168.121.16 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=6 unit-oai-hss-0: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=7 unit-oai-hss-0: 18:45:50 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: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 18:45:50 DEBUG unit.oai-epc/0.epc-relation-joined + '[' -f /tmp/opcvalue ']' unit-abot-epc-basic-0: 18:45:50 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:50 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 18:45:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:45:50 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 18:45:50 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:45:50 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: 18:45:50 DEBUG unit.oai-hss/0.hss-relation-changed + /usr/bin/mysql -u wahcohmeivoxaif --password=gadiefohlaidasu -h 192.168.121.16 oai-hss unit-oai-hss-0: 18:45:51 DEBUG unit.oai-hss/0.hss-relation-changed + relation-set mme_in_db=yes unit-oai-hss-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 18:45:51 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-abot-epc-basic-0: 18:45:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 18:45:51 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-hss-0: 18:45:51 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 18:45:51 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 18:45:51 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 18:45:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 18:45:51 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; abot-epc-basic/0) hook unit-oai-epc-0: 18:45:51 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 18:45:51 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 18:45:51 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-hss-0: 18:45:51 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 18:45:51 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 18:45:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 18:45:51 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{1}] []}} unit-abot-epc-basic-0: 18:45:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:45:51 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 18:45:51 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:51 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:51 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-hss-0: 18:45:51 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 18:45:51 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 18:45:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:45:51 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 18:45:51 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{3}] []}} unit-abot-epc-basic-0: 18:45:51 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 18:45:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + set_env_paths unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get TAC unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-hss-0: 18:45:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + TAC=1 unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z 1 ']' unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ sed -r 's/(.*)\//\1-/' unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ echo abot-epc-basic/0 unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + name=abot-epc-basic-0 unit-oai-epc-0: 18:45:51 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: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + echo 1 unit-oai-epc-0: 18:45:51 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: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 '!=' 1 ']' unit-oai-epc-0: 18:45:51 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: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 18:45:51 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: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + tac_line= unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + true unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + echo '1 1' unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + echo abot-epc-basic/0 unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:51 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: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.10 unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=no unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + sed -r -i '/TAI_LIST/a {MCC="208" ; MNC="93"; TAC = "1";},' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + hss_id=hss:2 unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n hss:2 ']' unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-list -r hss:2 unit-abot-epc-basic-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + hss_unit=oai-hss/0 unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n oai-hss/0 ']' unit-oai-epc-0: 18:45:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r hss:2 hss_running oai-hss/0 unit-abot-epc-basic-0: 18:45:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 18:45:51 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: 18:45:51 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: 18:45:51 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.10/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 18:45:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.10/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 18:45:52 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: 18:45:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 18:45:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' no == yes ']' unit-abot-epc-basic-0: 18:45:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 18:45:52 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-epc-0: 18:45:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.epc-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is not running...' unit-abot-epc-basic-0: 18:45:52 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 18:45:52 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:52 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is not running... unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.epc-relation-changed + status=1 unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -eq 0 ']' unit-oai-epc-0: 18:45:52 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 18:45:52 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 18:45:52 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 18:45:52 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 18:45:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 18:45:52 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 18:45:52 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 18:45:52 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 18:45:52 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 18:45:52 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 18:45:52 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-abot-epc-basic-0: 18:45:52 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 18:45:52 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 18:45:52 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 18:45:52 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 18:45:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:45:52 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 18:45:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 18:45:52 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-oai-epc-0: 18:45:52 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 18:45:52 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 18:45:52 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 18:45:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 18:45:52 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 18:45:52 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 18:45:52 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 18:45:52 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 18:45:52 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 18:45:52 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-epc-0: 18:45:52 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:52 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-epc-0: 18:45:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.17 unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-epc-0: 18:45:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-epc-0: 18:45:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-epc-0: 18:45:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 18:45:52 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-epc-0: 18:45:53 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 18:45:53 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 18:45:53 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-oai-epc-0: 18:45:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:53 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: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.17 ']' unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Mme has been inserted so let'\''s run EPC!!!' unit-oai-epc-0: 18:45:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:53 INFO unit.oai-epc/0.juju-log hss:2: Mme has been inserted so let's run EPC!!! unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + echo '192.168.121.17 oai-hss-0.openair4G.eur hss' unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + hss_hostname=oai-hss-0 unit-oai-epc-0: 18:45:53 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: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 '!=' 0 ']' unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 18:45:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:53 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is not running... unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + status=1 unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -eq 1 ']' unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids hss unit-oai-epc-0: 18:45:53 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + service mme_gw restart unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed stop: Unknown instance: unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed mme_gw start/running, process 15267 unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw start/running, process 15267' unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw start/running, process 15267 =~ .*running.* ]] unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 18:45:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:53 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: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + status=0 unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_connection unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=0 unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 18:45:53 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 18:45:54 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 18:45:54 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 18:45:54 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=1 unit-oai-epc-0: 18:45:54 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 18:45:54 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 18:45:55 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 18:45:55 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 18:45:55 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=2 unit-oai-epc-0: 18:45:55 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 18:45:55 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 18:45:56 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 18:45:56 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 18:45:56 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=3 unit-oai-epc-0: 18:45:56 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 18:45:56 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 18:45:57 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 18:45:57 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 18:45:57 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=4 unit-oai-epc-0: 18:45:57 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 18:45:57 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 18:45:58 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 18:45:58 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 18:45:58 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 18:45:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:45:58 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running and connected to HSS unit-oai-epc-0: 18:45:58 DEBUG unit.oai-epc/0.hss-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 18:45:58 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 18:45:58 DEBUG unit.oai-epc/0.hss-relation-changed + break unit-oai-epc-0: 18:45:58 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 18:45:58 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 2 unit-oai-epc-0: 18:46:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 18:46:00 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 18:46:00 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -n epc:3 ']' unit-oai-epc-0: 18:46:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 18:46:00 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 18:46:00 DEBUG unit.oai-epc/0.hss-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 18:46:00 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log epc:3 unit-oai-epc-0: 18:46:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:46:00 INFO unit.oai-epc/0.juju-log hss:2: epc:3 unit-oai-epc-0: 18:46:00 DEBUG unit.oai-epc/0.hss-relation-changed + relation-set -r epc:3 epc_running=yes unit-oai-epc-0: 18:46:01 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 18:46:01 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get opc-key unit-oai-epc-0: 18:46:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 18:46:01 DEBUG unit.oai-epc/0.hss-relation-changed + hss_opc_val=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 18:46:01 DEBUG unit.oai-epc/0.hss-relation-changed + echo e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 18:46:01 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 18:46:01 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-abot-epc-basic-0: 18:46:01 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{2}] []}} unit-abot-epc-basic-0: 18:46:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:46:01 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 18:46:01 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 18:46:01 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 18:46:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 18:46:01 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 18:46:01 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 18:46:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 18:46:01 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 18:46:01 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 18:46:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 18:46:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 18:46:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 18:46:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-abot-epc-basic-0: 18:46:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.10 unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-abot-epc-basic-0: 18:46:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 18:46:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-abot-epc-basic-0: 18:46:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 18:46:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 18:46:02 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: 18:46:02 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: 18:46:02 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.10/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.10/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 18:46:02 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: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 18:46:02 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: 18:46:02 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 18:46:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 18:46:02 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 18:46:02 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 18:46:02 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 18:46:02 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 18:46:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:46:02 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 18:46:19 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 18:46:19 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:46:19 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 18:46:19 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-abot-epc-basic-0: 18:46:19 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-abot-epc-basic-0: 18:46:19 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 18:46:19 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 18:46:19 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 18:46:19 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 18:46:19 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-abot-epc-basic-0: 18:46:19 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 18:46:19 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:46:28 DEBUG juju.worker.uniter.remotestate got action change: [4b523247-a488-4092-80f8-181033ddb413] ok=true unit-abot-epc-basic-0: 18:46:28 DEBUG juju.worker.uniter.operation running operation run action 4b523247-a488-4092-80f8-181033ddb413 unit-abot-epc-basic-0: 18:46:28 DEBUG juju.machinelock acquire machine lock for uniter (run action 4b523247-a488-4092-80f8-181033ddb413) unit-abot-epc-basic-0: 18:46:28 DEBUG juju.machinelock machine lock acquired for uniter (run action 4b523247-a488-4092-80f8-181033ddb413) unit-abot-epc-basic-0: 18:46:28 DEBUG juju.worker.uniter.operation preparing operation "run action 4b523247-a488-4092-80f8-181033ddb413" unit-abot-epc-basic-0: 18:46:29 DEBUG juju.worker.uniter.operation executing operation "run action 4b523247-a488-4092-80f8-181033ddb413" unit-abot-epc-basic-0: 18:46:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running action run unit-abot-epc-basic-0: 18:46:29 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 18:46:29 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 18:46:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 18:46:29 INFO unit.abot-epc-basic/0.juju-log Tag names: TS_24_301 unit-abot-epc-basic-0: 18:46:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 18:46:29 INFO unit.abot-epc-basic/0.juju-log Running the test with the tags @TS_24_301 unit-abot-epc-basic-0: 18:46:29 DEBUG unit.abot-epc-basic/0.run Creating the Target JUnit file... unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] Deleting /var/lib/abot-epc-basic/target unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:46:31 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: 18:46:31 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: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall3616726898378097138.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:46:31 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: 18:46:31 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: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall7639185322110131666.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: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:46:31 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: 18:46:31 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: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall315350305679754012.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: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:46:31 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: 18:46:31 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: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall2601820358208114643.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:46:31 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: 18:46:31 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: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall6741960926482433641.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: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:46:31 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: 18:46:31 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: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall3308764530102768563.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 0.729 s unit-abot-epc-basic-0: 18:46:31 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-12-03T18:46:31+00:00 unit-abot-epc-basic-0: 18:46:32 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 18:46:32 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:46:33 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 18:46:34 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:46:34 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:46:34 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 18:46:34 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:46:34 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: 18:46:34 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:46:34 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:46:35 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: 18:46:35 DEBUG unit.abot-epc-basic/0.run [INFO] Copying 1 resource unit-abot-epc-basic-0: 18:46:35 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:46:35 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:46:35 DEBUG unit.abot-epc-basic/0.run [INFO] No sources to compile unit-abot-epc-basic-0: 18:46:35 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:46:35 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:46:35 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: 18:46:35 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: 18:46:35 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:46:35 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:46:35 DEBUG unit.abot-epc-basic/0.run [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-oai-hss-0: 18:46:35 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 18:46:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:46:35 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 18:46:35 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 18:46:35 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 18:46:35 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 18:46:36 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 18:46:36 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 18:46:36 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 18:46:36 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 18:46:36 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 18:46:36 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 18:46:36 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 18:46:36 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22022' unit-oai-hss-0: 18:46:36 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22022 =~ .*running.* ]] unit-oai-hss-0: 18:46:36 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-abot-epc-basic-0: 18:46:36 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:46:36 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-oai-hss-0: 18:46:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:46:36 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 18:46:36 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 18:46:36 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 18:46:36 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 18:46:36 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 18:46:36 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 18:46:36 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 18:46:36 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 18:46:36 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 18:46:36 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:46:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:46:36 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 18:46:36 DEBUG unit.abot-epc-basic/0.run T E S T S unit-abot-epc-basic-0: 18:46:36 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 18:46:37 DEBUG unit.abot-epc-basic/0.run Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 18:46:37 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:46:37 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:46:37 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:46:37 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI unit-abot-epc-basic-0: 18:46:38 DEBUG unit.abot-epc-basic/0.run Dec 03, 2018 6:46:38 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 18:46:38 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@13e344d: startup date [Mon Dec 03 18:46:37 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 18:46:38 DEBUG unit.abot-epc-basic/0.run Dec 03, 2018 6:46:38 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:46:38 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 18:46:38 DEBUG unit.abot-epc-basic/0.run Dec 03, 2018 6:46:38 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:46:38 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: 18:46:40 DEBUG unit.abot-epc-basic/0.run Dec 03, 2018 6:46:40 PM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 18:46:40 DEBUG unit.abot-epc-basic/0.run INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@16c3ca31] to [cucumber.runtime.java.spring.GlueCodeScope@2d195ee4] unit-abot-epc-basic-0: 18:46:40 DEBUG unit.abot-epc-basic/0.run Dec 03, 2018 6:46:40 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 18:46:40 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@479f2dc2: startup date [Mon Dec 03 18:46:40 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 18:46:40 DEBUG unit.abot-epc-basic/0.run Dec 03, 2018 6:46:40 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:46:40 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: 18:46:40 DEBUG unit.abot-epc-basic/0.run Dec 03, 2018 6:46:40 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:46:40 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: 18:46:40 DEBUG unit.abot-epc-basic/0.run Dec 03, 2018 6:46:40 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:46:40 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: 18:46:40 DEBUG unit.abot-epc-basic/0.run Dec 03, 2018 6:46:40 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:46:40 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: 18:46:41 DEBUG unit.abot-epc-basic/0.run Dec 03, 2018 6:46:41 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 18:46:41 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@4674d90: startup date [Mon Dec 03 18:46:41 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 18:46:41 DEBUG unit.abot-epc-basic/0.run Dec 03, 2018 6:46:41 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:46:41 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: 18:46:41 DEBUG unit.abot-epc-basic/0.run Dec 03, 2018 6:46:41 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:46:41 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: 18:46:41 DEBUG unit.abot-epc-basic/0.run Dec 03, 2018 6:46:41 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:46:41 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: 18:46:41 DEBUG unit.abot-epc-basic/0.run Dec 03, 2018 6:46:41 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 18:46:41 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: 18:46:41 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:46:41 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:41 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:46:41 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:41 [main] REPORT: STEP EXECUTION TIME TAKEN :1297 MS unit-abot-epc-basic-0: 18:46:41 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:46:41 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:46:41 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:46:41 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:41 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:46:41 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:41 [main] REPORT: STEP EXECUTION TIME TAKEN :39 MS unit-abot-epc-basic-0: 18:46:41 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:46:41 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:46:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [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: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [main] REPORT: STEP EXECUTION TIME TAKEN :902 MS unit-abot-epc-basic-0: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [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: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [main] REPORT: STEP EXECUTION TIME TAKEN :653 MS unit-abot-epc-basic-0: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [main] REPORT: STEP EXECUTION TIME TAKEN :29 MS unit-abot-epc-basic-0: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:46:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:46:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:46:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:53 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:46:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:53 [main] REPORT: STEP EXECUTION TIME TAKEN :10023 MS unit-abot-epc-basic-0: 18:46:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:46:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:46:54 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:53.999 [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: 18:46:54 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:54.017 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:46:54 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:46:54 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:54 [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: 18:46:54 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:54 [main] REPORT: STEP EXECUTION TIME TAKEN :62 MS unit-abot-epc-basic-0: 18:46:54 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:54 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:46:54 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:46:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:46:54 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:46:54 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:46:54 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: 18:47:04 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:47:04 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: 18:47:04 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: 18:47:04 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:47:04 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: 18:47:04 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: 18:47:04 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 18:47:04 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: 18:47:04 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: 18:47:04 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:47:04 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: 18:47:04 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 18:47:04 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: 18:47:04 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:47:04 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: 18:47:04 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MCC unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: STEP EXECUTION TIME TAKEN :81 MS unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [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: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [main] REPORT: STEP EXECUTION TIME TAKEN :474 MS unit-abot-epc-basic-0: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [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: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [main] REPORT: STEP EXECUTION TIME TAKEN :31 MS unit-abot-epc-basic-0: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:15 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:47:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:15 [main] REPORT: STEP EXECUTION TIME TAKEN :10018 MS unit-abot-epc-basic-0: 18:47:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:15.506 [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: 18:47:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:15.513 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:47:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47: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: 18:47:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:15 [main] REPORT: STEP EXECUTION TIME TAKEN :32 MS unit-abot-epc-basic-0: 18:47:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:15 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:47:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:15 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:47:15 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:47: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: 18:47:25 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:47:25 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: 18:47:25 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: 18:47:25 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:47:25 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: 18:47:25 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: 18:47:25 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 18:47:25 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: 18:47:25 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: 18:47:25 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:47:25 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: 18:47:25 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: 18:47:25 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:47:25 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: 18:47:25 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MNC unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47: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: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:26 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:26 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47: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: 18:47:26 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:26 [main] REPORT: STEP EXECUTION TIME TAKEN :465 MS unit-abot-epc-basic-0: 18:47:26 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:26 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:26 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:26 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:26 [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: 18:47:26 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:26 [main] REPORT: STEP EXECUTION TIME TAKEN :36 MS unit-abot-epc-basic-0: 18:47:26 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:26 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36.583 [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: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36.587 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47: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: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36 [main] REPORT: STEP EXECUTION TIME TAKEN :62 MS unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:47:36 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:47:36 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: 18:47:46 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:47:46 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: 18:47:46 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: 18:47:46 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:47:46 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: 18:47:46 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: 18:47:46 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 18:47:46 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: 18:47:46 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: 18:47:46 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: 18:47:46 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:47:46 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: 18:47:46 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:47:46 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: 18:47:46 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_TAC unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [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: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [main] REPORT: STEP EXECUTION TIME TAKEN :409 MS unit-abot-epc-basic-0: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [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: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:57 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:47:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:57 [main] REPORT: STEP EXECUTION TIME TAKEN :10019 MS unit-abot-epc-basic-0: 18:47:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:47:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:57.534 [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: 18:47:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:57.540 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:47:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:47:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:57 [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: 18:47:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:57 [main] REPORT: STEP EXECUTION TIME TAKEN :28 MS unit-abot-epc-basic-0: 18:47:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:57 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:47:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:47:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:47:57 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:47:57 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:47:57 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-mysql-0: 18:48:03 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 18:48:03 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 18:48:03 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 18:48:03 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 18:48:03 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 18:48:03 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 18:48:03 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 18:48:03 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 18:48:03 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 18:48:03 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 18:48:03 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 18:48:03 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:48:07 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: 18:48:07 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: 18:48:07 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:48:07 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: 18:48:07 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: 18:48:07 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 18:48:07 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: 18:48:07 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: 18:48:07 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:48:07 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: 18:48:07 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: 18:48:07 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:48:07 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: 18:48:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_Attach_With_GUTI unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:08 [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: 18:48:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:08 [main] REPORT: STEP EXECUTION TIME TAKEN :356 MS unit-abot-epc-basic-0: 18:48:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:09 [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: 18:48:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:09 [main] REPORT: STEP EXECUTION TIME TAKEN :802 MS unit-abot-epc-basic-0: 18:48:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:09 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:48:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:09 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 18:48:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:48:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:19 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 18:48:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:19.145 [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: 18:48:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:19.151 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:48:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48: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: 18:48:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:19 [main] REPORT: STEP EXECUTION TIME TAKEN :26 MS unit-abot-epc-basic-0: 18:48:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:19 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:48:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:19 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:48:19 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:48: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: 18:48:29 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:48:29 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: 18:48:29 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: 18:48: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: 18:48: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: 18:48:29 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:48: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: 18:48: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: 18:48:29 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 18:48: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: 18:48:29 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: 18:48:29 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:48: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: 18:48: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: 18:48:29 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:48: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: 18:48:29 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DNS Server Address Request Indication in PCO unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48: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: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [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: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: STEP EXECUTION TIME TAKEN :188 MS unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [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: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [main] REPORT: STEP EXECUTION TIME TAKEN :828 MS unit-abot-epc-basic-0: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [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: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:30 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:40 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:48:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:40 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 18:48:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:40.631 [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: 18:48:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:40.633 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:48:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48: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: 18:48:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:40 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 18:48:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:40 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:48:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:40 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:48:40 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:48: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: 18:48:50 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:48:50 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: 18:48:50 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: 18:48: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: 18:48: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: 18:48:50 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:48: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: 18:48: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: 18:48:50 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 18:48: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: 18:48:50 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: 18:48:50 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: 18:48:50 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:48: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: 18:48:50 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 18:48: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: 18:48:50 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:48: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: 18:48:50 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with DSMIPv6 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48: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: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:51 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:51 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:51 [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: 18:48:51 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:51 [main] REPORT: STEP EXECUTION TIME TAKEN :481 MS unit-abot-epc-basic-0: 18:48:51 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:51 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [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: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [main] REPORT: STEP EXECUTION TIME TAKEN :592 MS unit-abot-epc-basic-0: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [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: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:48:52 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:48:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:02 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:02 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:02 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:49:02 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:02 [main] REPORT: STEP EXECUTION TIME TAKEN :10013 MS unit-abot-epc-basic-0: 18:49:02 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:02 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:02 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:02.158 [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: 18:49:02 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:02.160 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:49:02 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:02 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:02 [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: 18:49:02 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:02 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 18:49:02 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:02 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:49:02 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:02 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:49:02 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:49:02 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: 18:49:12 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:49:12 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: 18:49:12 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: 18:49:12 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:49:12 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: 18:49:12 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: 18:49:12 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 18:49:12 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: 18:49:12 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: 18:49:12 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: 18:49:12 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:49:12 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: 18:49:12 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 18:49:12 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: 18:49:12 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:49:12 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: 18:49:12 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 Home Network Prefix Request Indication in PCO unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49: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: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [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: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: STEP EXECUTION TIME TAKEN :748 MS unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49: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: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: STEP EXECUTION TIME TAKEN :705 MS unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [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: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 18:49:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:14 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:49:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:24 [main] REPORT: STEP EXECUTION TIME TAKEN :10014 MS unit-abot-epc-basic-0: 18:49:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:24.062 [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: 18:49:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:24.066 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:49:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:24 [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: 18:49:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:24 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 18:49:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:24 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:49:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:24 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:49:24 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:49:24 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: 18:49:34 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:49:34 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: 18:49:34 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: 18:49:34 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:49:34 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: 18:49:34 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: 18:49:34 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 18:49:34 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: 18:49:34 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: 18:49:34 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: 18:49:34 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:49:34 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: 18:49:34 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 18:49:34 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: 18:49:34 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:49:34 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: 18:49:34 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:49:34 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: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [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: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: STEP EXECUTION TIME TAKEN :413 MS unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [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: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [main] REPORT: STEP EXECUTION TIME TAKEN :585 MS unit-abot-epc-basic-0: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [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: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:35 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:45 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:49:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:45 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 18:49:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:45.739 [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: 18:49:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:45.742 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:49:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:45 [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: 18:49:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:45 [main] REPORT: STEP EXECUTION TIME TAKEN :313 MS unit-abot-epc-basic-0: 18:49:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:45 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:49:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:45 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:49:45 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:49:46 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: 18:49:56 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:49:56 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: 18:49:56 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: 18:49:56 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:49:56 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: 18:49:56 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: 18:49:56 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 18:49:56 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: 18:49:56 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: 18:49:56 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: 18:49:56 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:49:56 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: 18:49:56 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 18:49:56 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: 18:49:56 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:49:56 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: 18:49:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IM CN Subsystem Signalling Flag Indication in PCO unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [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: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: STEP EXECUTION TIME TAKEN :200 MS unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [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: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [main] REPORT: STEP EXECUTION TIME TAKEN :600 MS unit-abot-epc-basic-0: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [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: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:49:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:49:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:07 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:50:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:07 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 18:50:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:07.344 [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: 18:50:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:07.347 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:50:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:07 [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: 18:50:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:07 [main] REPORT: STEP EXECUTION TIME TAKEN :223 MS unit-abot-epc-basic-0: 18:50:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:07 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:50:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:07 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:50:07 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:50:07 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-oai-epc-0: 18:50:08 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 18:50:08 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 18:50:08 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 18:50:08 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-epc-0: 18:50:08 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-epc-0: 18:50:08 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 18:50:08 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 18:50:08 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 18:50:08 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 18:50:08 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 18:50:08 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 18:50:08 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 18:50:08 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 18:50:08 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 18:50:08 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 17187' unit-oai-epc-0: 18:50:08 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 17187 =~ .*running.* ]] unit-oai-epc-0: 18:50:08 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: 18:50:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:50:08 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 18:50:08 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 18:50:08 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 18:50:08 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 18:50:08 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 18:50:08 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 18:50:08 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 18:50:09 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-epc-0: 18:50:09 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 18:50:09 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:50:17 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: 18:50:17 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: 18:50: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: 18:50: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: 18:50:17 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:50: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: 18:50: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: 18:50:17 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 18:50: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: 18:50: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: 18:50:17 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: 18:50:17 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:50: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: 18:50:17 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 18:50: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: 18:50:17 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:50: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: 18:50:17 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with IPv4 Address Allocation Via DHCPv4 Indication in PCO unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50: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: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [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: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: STEP EXECUTION TIME TAKEN :197 MS unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [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: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [main] REPORT: STEP EXECUTION TIME TAKEN :578 MS unit-abot-epc-basic-0: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [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: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [main] REPORT: STEP EXECUTION TIME TAKEN :66 MS unit-abot-epc-basic-0: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:28 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:50:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:28 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 18:50:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:28.516 [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: 18:50:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:28.518 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:50:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:28 [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: 18:50:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:28 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 18:50:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:28 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:50:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:28 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:50:28 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:50:28 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: 18:50:38 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:50:38 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: 18:50:38 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: 18:50:38 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:50:38 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: 18:50:38 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: 18:50:38 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 18:50:38 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: 18:50:38 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: 18:50:38 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: 18:50:38 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:50:38 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: 18:50:38 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 18:50:38 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: 18:50:38 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:50:38 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: 18:50:38 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:50:38 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: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50: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: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: STEP EXECUTION TIME TAKEN :191 MS unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [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: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [main] REPORT: STEP EXECUTION TIME TAKEN :572 MS unit-abot-epc-basic-0: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [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: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [main] REPORT: STEP EXECUTION TIME TAKEN :218 MS unit-abot-epc-basic-0: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:49 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:49 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:49 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:50:49 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:49 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 18:50:49 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:49 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:49 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:49.789 [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: 18:50:49 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:49.796 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:50:49 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:49 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:49 [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: 18:50:49 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:49 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 18:50:49 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:49 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:50:49 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:49 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:50:49 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:50: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: 18:50:59 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:50:59 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:50: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_IP_Address_Allocation_Via_NAS_Signalling @PCO unit-abot-epc-basic-0: 18:50:59 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: 18:50: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: 18:50: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: 18:50:59 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:50: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: 18:50: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: 18:50:59 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:50:59 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 18:50: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: 18:50: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: 18:50:59 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: 18:50:59 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:50: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: 18:50:59 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 18:50: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: 18:50:59 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:50: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: 18:50: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: 18:50:59 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:50:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:50:59 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:50:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:50:59 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: 18:50:59 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:59 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:59 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:50:59 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:59 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 18:50:59 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:50:59 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:50:59 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:50:59 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:59 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:50:59 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [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: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: STEP EXECUTION TIME TAKEN :191 MS unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [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: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [main] REPORT: STEP EXECUTION TIME TAKEN :770 MS unit-abot-epc-basic-0: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [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: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:11 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:11 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:11 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:51:11 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:11 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 18:51:11 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:11 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:11 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:11.097 [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: 18:51:11 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:11.099 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:51:11 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:11 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:11 [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: 18:51:11 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:11 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 18:51:11 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:11 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:51:11 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:11 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:51:11 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:51:11 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: 18:51:21 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:51:21 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: 18:51:21 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: 18:51:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:51:21 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: 18:51:21 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: 18:51:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 18:51:21 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: 18:51:21 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: 18:51:21 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: 18:51:21 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:51:21 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: 18:51:21 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 18:51:21 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: 18:51:21 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:51:21 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: 18:51:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With P-CSCF Address Request Indication in PCO unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51: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: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: STEP EXECUTION TIME TAKEN :186 MS unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:21 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [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: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [main] REPORT: STEP EXECUTION TIME TAKEN :807 MS unit-abot-epc-basic-0: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [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: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:22 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:28 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 18:51:31 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 18:51:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:51:31 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 18:51:31 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 18:51:31 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 18:51:31 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 18:51:31 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 18:51:31 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 18:51:31 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 18:51:31 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 18:51:31 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 18:51:31 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 18:51:31 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 18:51:31 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22022' unit-oai-hss-0: 18:51:31 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22022 =~ .*running.* ]] unit-oai-hss-0: 18:51:31 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 18:51:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:51:31 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 18:51:31 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 18:51:31 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 18:51:31 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 18:51:31 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 18:51:31 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 18:51:31 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 18:51:31 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 18:51:31 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 18:51:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:51:32 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:32 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:32 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:51:32 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 18:51:32 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:32 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:32 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:32.433 [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: 18:51:32 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:32.435 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:51:32 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:32 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:32 [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: 18:51:32 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 18:51:32 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:32 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:51:32 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:32 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:51:32 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:51:32 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: 18:51:42 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:51:42 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: 18:51:42 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: 18:51:42 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:51:42 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: 18:51:42 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: 18:51:42 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 18:51:42 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: 18:51:42 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: 18:51:42 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: 18:51:42 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:51:42 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: 18:51:42 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 18:51:42 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: 18:51:42 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:51:42 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: 18:51:42 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run Feature: Auth_Accept unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:42 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [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: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [main] REPORT: STEP EXECUTION TIME TAKEN :419 MS unit-abot-epc-basic-0: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [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: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [main] REPORT: STEP EXECUTION TIME TAKEN :591 MS unit-abot-epc-basic-0: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:43 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:53 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:51:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:53 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 18:51:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:51:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:53.726 [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: 18:51:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:53.729 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:51:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:51:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:53 [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: 18:51:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:53 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 18:51:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:53 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:51:53 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:51:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:51:53 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:51:53 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:51:53 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: 18:52:03 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:52:03 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: 18:52:03 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: 18:52:03 DEBUG unit.abot-epc-basic/0.run EPS security context. unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:52:03 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: 18:52:03 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: 18:52:03 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 18:52:03 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: 18:52:03 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: 18:52:03 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:52:03 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: 18:52:03 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 18:52:03 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: 18:52:03 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:52:03 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: 18:52:03 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52: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: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [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: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [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: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:52:03 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 18:52:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:04 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:52:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:04 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:52:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:04 [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: 18:52:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:04 [main] REPORT: STEP EXECUTION TIME TAKEN :399 MS unit-abot-epc-basic-0: 18:52:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:04 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [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: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [main] REPORT: STEP EXECUTION TIME TAKEN :579 MS unit-abot-epc-basic-0: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [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: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:05 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:15 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:52:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:15 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 18:52:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:15 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:15 [main] REPORT: ========================================================================================== unit-mysql-0: 18:52:22 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 18:52:22 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 18:52:22 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 18:52:22 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 18:52:22 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 18:52:22 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 18:52:22 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 18:52:22 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 18:52:22 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 18:52:22 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 18:52:22 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 18:52:22 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:52:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:25 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:52:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:25 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 18:52:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:25.102 [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: 18:52:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:25.105 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:52:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:25 [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: 18:52:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:25 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 18:52:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:25 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:52:25 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:25 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:52:25 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:52:25 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: 18:52:25 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: 18:52:25 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: 18:52:35 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:52:36 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: 18:52:36 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: 18:52:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:52:36 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: 18:52:36 DEBUG unit.abot-epc-basic/0.run #RES is restored to 0x00 in teardown process unit-abot-epc-basic-0: 18:52:36 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: 18:52:36 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: 18:52:36 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: 18:52:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 18:52:36 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: 18:52:36 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: 18:52:36 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: 18:52:36 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: 18:52:36 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:52:36 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: 18:52:36 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: 18:52:36 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: 18:52:36 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:52:36 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: 18:52:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [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: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [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: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [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: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP EXECUTION TIME TAKEN :319 MS unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:36 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [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: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: STEP EXECUTION TIME TAKEN :594 MS unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [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: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [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: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: STEP EXECUTION TIME TAKEN :211 MS unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:37 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:47 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:52:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:47 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 18:52:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:47 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:57 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:52:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:57 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 18:52:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:52:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:57.405 [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: 18:52:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:57.407 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:52:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:52:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:57 [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: 18:52:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:57 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 18:52:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:57 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:52:57 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:52:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:52:57 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:52:57 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:52:57 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: 18:52:57 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: 18:52:57 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: 18:53:07 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:53:07 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: 18:53:07 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: 18:53:07 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:53:07 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: 18:53:07 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: 18:53:07 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: 18:53:07 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: 18:53:07 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 18:53:07 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: 18:53:07 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: 18:53:07 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: 18:53:07 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: 18:53:07 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: 18:53:07 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:53:07 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: 18:53:07 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: 18:53:07 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: 18:53:07 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:53:07 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: 18:53:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [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: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:53:07 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:07 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:53:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:08 [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: 18:53:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:08 [main] REPORT: STEP EXECUTION TIME TAKEN :392 MS unit-abot-epc-basic-0: 18:53:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:08 [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: 18:53:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:08 [main] REPORT: STEP EXECUTION TIME TAKEN :581 MS unit-abot-epc-basic-0: 18:53:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:08 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:09 [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: 18:53:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:09 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 18:53:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:09 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:53:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:09 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:53:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:09 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:53:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:19 [main] REPORT: STEP EXECUTION TIME TAKEN :10010 MS unit-abot-epc-basic-0: 18:53:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:19 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:29 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:53:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:29 [main] REPORT: STEP EXECUTION TIME TAKEN :10010 MS unit-abot-epc-basic-0: 18:53:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:29.080 [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: 18:53:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:29.082 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:53:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:29 [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: 18:53:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:29 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 18:53:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:29 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:53:29 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:29 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:53:29 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:53:29 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: 18:53:29 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: 18:53:39 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:53:39 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: 18:53:39 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: 18:53:39 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:53:39 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: 18:53:39 DEBUG unit.abot-epc-basic/0.run #RES is restore to 0x00 in teardown process unit-abot-epc-basic-0: 18:53: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 # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 18:53:39 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: 18:53:39 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 18:53:39 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: 18:53:39 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: 18:53:39 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: 18:53:39 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: 18:53:39 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:53:39 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: 18:53:39 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: 18:53:39 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: 18:53:39 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:53:39 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: 18:53:39 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_GUTIattachMAC_code_failure unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [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: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [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: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [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: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP EXECUTION TIME TAKEN :397 MS unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:39 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [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: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [main] REPORT: STEP EXECUTION TIME TAKEN :584 MS unit-abot-epc-basic-0: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [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: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [main] REPORT: STEP EXECUTION TIME TAKEN :595 MS unit-abot-epc-basic-0: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:40 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:53:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:53:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:50 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:53:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:50 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 18:53:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:53:50 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:53:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:00 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:54:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:00 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 18:54:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:00 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:01.200 [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: 18:54:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:01.203 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:54:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54: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: 18:54:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:01 [main] REPORT: STEP EXECUTION TIME TAKEN :211 MS unit-abot-epc-basic-0: 18:54:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:01 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:54:01 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:01 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:54:01 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:54:01 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: 18:54:01 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: 18:54:01 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: 18:54:12 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:54:12 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: 18:54:12 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: 18:54:12 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:54:12 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: 18:54:12 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: 18:54:12 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: 18:54:12 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: 18:54:12 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 18:54:12 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: 18:54:12 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: 18:54:12 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 18:54:12 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: 18:54:12 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:54:12 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: 18:54:12 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: 18:54:12 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: 18:54:12 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:54:12 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: 18:54:12 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54: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: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [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: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:12 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:13 [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: 18:54:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:13 [main] REPORT: STEP EXECUTION TIME TAKEN :397 MS unit-abot-epc-basic-0: 18:54:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54: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: 18:54:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:13 [main] REPORT: STEP EXECUTION TIME TAKEN :568 MS unit-abot-epc-basic-0: 18:54:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:13 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:14 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:14 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:14 [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: 18:54:14 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:14 [main] REPORT: STEP EXECUTION TIME TAKEN :573 MS unit-abot-epc-basic-0: 18:54:14 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:14 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:14 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:14 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:14 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:54:14 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:14 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:54:14 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:14 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:54:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:24 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 18:54:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:24 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:34 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:54:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:34 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 18:54:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:34.233 [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: 18:54:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:34.235 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:54:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:34 [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: 18:54:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:34 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 18:54:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:34 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:54:34 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:34 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:54:34 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:54:34 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: 18:54:35 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: 18:54:45 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:54:45 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: 18:54:45 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: 18:54: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: 18:54: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: 18:54:45 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:54: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: 18:54:45 DEBUG unit.abot-epc-basic/0.run # WRONGIMSI is restored to false in teardown process unit-abot-epc-basic-0: 18:54:45 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: 18:54: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: 18:54:45 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 18:54: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: 18:54:45 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: 18:54:45 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 18:54:45 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: 18:54:45 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:54: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: 18:54: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: 18:54: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: 18:54:45 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:54: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: 18:54:45 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_SQN_failure unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54: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: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [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: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54: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: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [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: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :235 MS unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [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: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:45 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54: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: 18:54:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:46 [main] REPORT: STEP EXECUTION TIME TAKEN :617 MS unit-abot-epc-basic-0: 18:54:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:46 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:54:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:46 [main] REPORT: STEP EXECUTION TIME TAKEN :99 MS unit-abot-epc-basic-0: 18:54:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:46 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:54:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:54:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:56 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:54:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:56 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 18:54:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:54:56 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:54:56 [main] REPORT: ========================================================================================== unit-oai-epc-0: 18:55:02 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 18:55:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 18:55:02 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 18:55:02 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-epc-0: 18:55:02 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-epc-0: 18:55:02 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 18:55:02 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 18:55:02 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 18:55:02 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 18:55:02 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 18:55:02 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 18:55:02 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 18:55:02 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 18:55:02 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 18:55:02 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 18982' unit-oai-epc-0: 18:55:02 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 18982 =~ .*running.* ]] unit-oai-epc-0: 18:55:02 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: 18:55:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 18:55:02 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 18:55:02 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 18:55:02 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 18:55:02 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 18:55:02 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 18:55:02 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 18:55:02 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 18:55:02 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-epc-0: 18:55:02 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 18:55:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:55:06 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:06 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:06 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:55:06 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:06 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 18:55:06 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:06 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:06 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:06.409 [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: 18:55:06 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:06.411 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:55:06 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:06 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55: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: 18:55:06 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:06 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 18:55:06 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:06 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:55:06 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:06 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:55:06 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:55: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: 18:55:06 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: 18:55: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: 18:55:17 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:17 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: 18:55:17 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: 18:55: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: 18:55: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: 18:55:17 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:55: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: 18:55:17 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: 18:55: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: 18:55: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: 18:55:17 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 18:55: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: 18:55:17 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: 18:55: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: 18:55:17 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:55: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: 18:55: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: 18:55: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: 18:55:17 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:55: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: 18:55: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: 18:55:17 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55: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: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [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: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55: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: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [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: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :410 MS unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [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: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:17 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55: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: 18:55:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:18 [main] REPORT: STEP EXECUTION TIME TAKEN :590 MS unit-abot-epc-basic-0: 18:55:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:18 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 18:55:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:18 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 18:55:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:18 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:28 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:55:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:28 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 18:55:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:28 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:38 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 18:55:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:38 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 18:55:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 18:55:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:38.358 [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: 18:55:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:38.361 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 18:55:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 18:55:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55: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: 18:55:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:38 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 18:55:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:38 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 18:55:38 DEBUG unit.abot-epc-basic/0.run 03-Dec-2018 18:55:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 18:55:38 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 18:55:38 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 18:55:38 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: 18:55:38 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: 18:55:39 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run # file name kdf.c line no: 156 uint8_t amf[] = { 0xFF, 0xFF }; unit-abot-epc-basic-0: 18:55: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: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 18:55: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: 18:55:49 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: 18:55:49 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: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 18:55: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: 18:55:49 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: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 18:55: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: 18:55: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: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 18:55: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: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run 22 Scenarios (22 failed) unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run 278 Steps (22 failed, 256 passed) unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run 9m8.561s unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0, Time elapsed: 552.301 sec <<< FAILURE! - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 18:55:49 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.003 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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(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: 18:55:49 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: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55: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:(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.011 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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.017 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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.003 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55: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(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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.004 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55: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:(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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.004 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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.003 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 18:55:49 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.008 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55: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:(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 18:55: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(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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.006 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55: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:(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC Time elapsed: 0.006 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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.006 sec unit-abot-epc-basic-0: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 18:55: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(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 18:55: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(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55: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:(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55: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:(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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 18:55:49 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.003 sec unit-abot-epc-basic-0: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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.002 sec unit-abot-epc-basic-0: 18:55: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:(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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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(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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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.004 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55: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(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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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.006 sec unit-abot-epc-basic-0: 18:55: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:(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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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.002 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55: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(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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:(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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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.003 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55: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(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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.002 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55: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:(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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55: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(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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:(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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.003 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55: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:(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55: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:(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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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(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: 18:55: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(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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55: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:(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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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.002 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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.002 sec unit-abot-epc-basic-0: 18:55:49 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.005 sec unit-abot-epc-basic-0: 18:55: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(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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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(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 unit-abot-epc-basic-0: 18:55: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(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: 18:55: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(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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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:(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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55: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 is same from the IMSI the network had associated with the GUTI. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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(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: 18:55: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(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: 18:55:49 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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55: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(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: 18:55: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(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: 18:55: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(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: 18:55: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(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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55: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:(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 <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55: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 Time elapsed: 0.006 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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.004 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55: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(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 unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55: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(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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55: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(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: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55: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:(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 <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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.002 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55: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(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: 18:55: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(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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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:(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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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(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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55: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:(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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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.002 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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.004 sec unit-abot-epc-basic-0: 18:55:49 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.004 sec unit-abot-epc-basic-0: 18:55:49 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.003 sec unit-abot-epc-basic-0: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55: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(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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55: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(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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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:(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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55:49 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.001 sec unit-abot-epc-basic-0: 18:55:49 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: 18:55: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(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: 18:55:49 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 sec unit-abot-epc-basic-0: 18:55: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(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: 18:55:49 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: 18:55:49 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: 18:55:49 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: 18:55: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:(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.002 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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.005 sec <<< FAILURE! unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Results : unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Failed tests: unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55: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: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55: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: 18:55: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: 18:55: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: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55: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: 18:55: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: 18:55: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: 18:55: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: 18:55: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: 18:55: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: 18:55: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: 18:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run [ERROR] There are test failures. unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 18:55:49 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: 18:55:49 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:55:49 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:55:50 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: 18:55:50 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 18:55:50 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 18:55:50 DEBUG unit.abot-epc-basic/0.run [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 18:55:51 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:55:51 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD FAILURE unit-abot-epc-basic-0: 18:55:51 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:55:51 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 09:17 min unit-abot-epc-basic-0: 18:55:51 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-12-03T18:55:51+00:00 unit-abot-epc-basic-0: 18:55:51 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 23M/60M unit-abot-epc-basic-0: 18:55:51 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 18:55:51 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: 18:55:51 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 18:55:51 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: 18:55:51 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: 18:55:51 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 18:55:51 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: 18:55:51 DEBUG unit.abot-epc-basic/0.run [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException unit-abot-epc-basic-0: 18:55:51 DEBUG unit.abot-epc-basic/0.run No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 18:55:51 DEBUG juju.worker.uniter.operation committing operation "run action 4b523247-a488-4092-80f8-181033ddb413" unit-abot-epc-basic-0: 18:55:51 DEBUG juju.machinelock machine lock released for uniter (run action 4b523247-a488-4092-80f8-181033ddb413) unit-abot-epc-basic-0: 18:55:51 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 18:55:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:55:51 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 18:55:51 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-abot-epc-basic-0: 18:55:51 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-abot-epc-basic-0: 18:55:51 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 18:55:51 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 18:55:51 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 18:55:52 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 18:55:52 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-abot-epc-basic-0: 18:55:52 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 18:55:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 18:55:52 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 18:55:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:55:52 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 18:55:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 18:55:52 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 18:55:52 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 18:55:52 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 18:55:52 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 18:55:52 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 18:55:52 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 18:55:52 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 18:55:52 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 18:55:52 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 18:55:52 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 18:55:52 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 18:55:52 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22022' unit-oai-hss-0: 18:55:52 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22022 =~ .*running.* ]] unit-oai-hss-0: 18:55:52 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 18:55:52 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 18:55:52 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 18:55:52 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 18:55:52 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 18:55:52 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 18:55:52 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 18:55:52 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 18:55:52 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 18:55:52 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 18:55:52 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 18:55:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes 2018-12-03 18:56:14,707 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-12-03 18:57:11,749 - 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, 2 applications 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, 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, 2 machines Waiting on 1 model, 2 machines All hosted models reclaimed, cleaning up controller machines 2018-12-03 18:57:11,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 18:57:11,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:11,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2307 X-Openstack-Request-Id: req-1c062de9-f386-4ec5-a65a-389c7befe92f Date: Mon, 03 Dec 2018 18:57:11 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:25:25Z", "updated_at": "2018-12-03T18:56:54Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "0f539cab-131d-4517-a410-022fd29c76f9"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:24:50Z", "updated_at": "2018-12-03T18:56:54Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "709f9b0a-6fe2-4c05-b9ff-aa36e0e50437"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:21:48Z", "updated_at": "2018-12-03T18:56:42Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "84390915-d17e-402f-822d-6131955b40a6"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:19:12Z", "updated_at": "2018-12-03T18:56:33Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "d401aa57-3be0-4828-8a5a-c4350c2a4069"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:13:32Z", "updated_at": "2018-12-03T18:57:09Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "d6b9292c-f688-4131-960d-c244f75c3597"}]} 2018-12-03 18:57:11,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-1c062de9-f386-4ec5-a65a-389c7befe92f 2018-12-03 18:57:11,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.185225009918s 2018-12-03 18:57:11,940 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-1c062de9-f386-4ec5-a65a-389c7befe92f 2018-12-03 18:57:11,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-03 18:57:11,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/0f539cab-131d-4517-a410-022fd29c76f9.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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:12,469 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dad72ffb-652c-438b-81d5-c1fdbe61e80e Content-Length: 0 Date: Mon, 03 Dec 2018 18:57:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:57:12,469 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/0f539cab-131d-4517-a410-022fd29c76f9.json used request id req-dad72ffb-652c-438b-81d5-c1fdbe61e80e 2018-12-03 18:57:12,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.5118060112s 2018-12-03 18:57:12,469 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/0f539cab-131d-4517-a410-022fd29c76f9.json used request id req-dad72ffb-652c-438b-81d5-c1fdbe61e80e 2018-12-03 18:57:12,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 18:57:12,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:12,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1849 X-Openstack-Request-Id: req-acb26003-5618-4d70-a0c5-dfdb825478f3 Date: Mon, 03 Dec 2018 18:57:12 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:24:50Z", "updated_at": "2018-12-03T18:56:54Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "709f9b0a-6fe2-4c05-b9ff-aa36e0e50437"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:21:48Z", "updated_at": "2018-12-03T18:56:42Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "84390915-d17e-402f-822d-6131955b40a6"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:19:12Z", "updated_at": "2018-12-03T18:56:33Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "d401aa57-3be0-4828-8a5a-c4350c2a4069"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:13:32Z", "updated_at": "2018-12-03T18:57:09Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "d6b9292c-f688-4131-960d-c244f75c3597"}]} 2018-12-03 18:57:12,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-acb26003-5618-4d70-a0c5-dfdb825478f3 2018-12-03 18:57:12,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.165246963501s 2018-12-03 18:57:12,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-acb26003-5618-4d70-a0c5-dfdb825478f3 2018-12-03 18:57:12,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-03 18:57:12,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/709f9b0a-6fe2-4c05-b9ff-aa36e0e50437.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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:13,188 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e9ec22df-0b5a-494e-8342-ab5feae9a790 Content-Length: 0 Date: Mon, 03 Dec 2018 18:57:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:57:13,188 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/709f9b0a-6fe2-4c05-b9ff-aa36e0e50437.json used request id req-e9ec22df-0b5a-494e-8342-ab5feae9a790 2018-12-03 18:57:13,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.53449511528s 2018-12-03 18:57:13,188 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/709f9b0a-6fe2-4c05-b9ff-aa36e0e50437.json used request id req-e9ec22df-0b5a-494e-8342-ab5feae9a790 2018-12-03 18:57:13,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 18:57:13,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:13,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-f463bf9f-43a1-4828-9777-0df0fffd10f8 Date: Mon, 03 Dec 2018 18:57:13 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:21:48Z", "updated_at": "2018-12-03T18:56:42Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "84390915-d17e-402f-822d-6131955b40a6"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:19:12Z", "updated_at": "2018-12-03T18:56:33Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "d401aa57-3be0-4828-8a5a-c4350c2a4069"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:13:32Z", "updated_at": "2018-12-03T18:57:09Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "d6b9292c-f688-4131-960d-c244f75c3597"}]} 2018-12-03 18:57:13,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-f463bf9f-43a1-4828-9777-0df0fffd10f8 2018-12-03 18:57:13,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.058825969696s 2018-12-03 18:57:13,253 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-f463bf9f-43a1-4828-9777-0df0fffd10f8 2018-12-03 18:57:13,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-03 18:57:13,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/84390915-d17e-402f-822d-6131955b40a6.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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:13,808 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-03cbb899-6e58-4852-b218-22dfcb8bd89c Content-Length: 0 Date: Mon, 03 Dec 2018 18:57:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:57:13,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/84390915-d17e-402f-822d-6131955b40a6.json used request id req-03cbb899-6e58-4852-b218-22dfcb8bd89c 2018-12-03 18:57:13,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.544818878174s 2018-12-03 18:57:13,809 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/84390915-d17e-402f-822d-6131955b40a6.json used request id req-03cbb899-6e58-4852-b218-22dfcb8bd89c 2018-12-03 18:57:13,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 18:57:13,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:14,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 933 X-Openstack-Request-Id: req-fa418db8-0db2-4d4c-949c-0850846bcede Date: Mon, 03 Dec 2018 18:57:14 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:19:12Z", "updated_at": "2018-12-03T18:56:33Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "d401aa57-3be0-4828-8a5a-c4350c2a4069"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:13:32Z", "updated_at": "2018-12-03T18:57:09Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "d6b9292c-f688-4131-960d-c244f75c3597"}]} 2018-12-03 18:57:14,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-fa418db8-0db2-4d4c-949c-0850846bcede 2018-12-03 18:57:14,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.191640853882s 2018-12-03 18:57:14,007 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-fa418db8-0db2-4d4c-949c-0850846bcede 2018-12-03 18:57:14,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-03 18:57:14,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/d401aa57-3be0-4828-8a5a-c4350c2a4069.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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:14,568 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-657504bd-f7a7-462e-9c3f-db1476a4b3b5 Content-Length: 0 Date: Mon, 03 Dec 2018 18:57:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:57:14,568 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/d401aa57-3be0-4828-8a5a-c4350c2a4069.json used request id req-657504bd-f7a7-462e-9c3f-db1476a4b3b5 2018-12-03 18:57:14,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.550817966461s 2018-12-03 18:57:14,569 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/d401aa57-3be0-4828-8a5a-c4350c2a4069.json used request id req-657504bd-f7a7-462e-9c3f-db1476a4b3b5 2018-12-03 18:57:14,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 18:57:14,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:14,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-d80ca07a-92dd-4ab5-9ab0-bbb8dd479503 Date: Mon, 03 Dec 2018 18:57:14 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:13:32Z", "updated_at": "2018-12-03T18:57:09Z", "floating_network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "eae31c92982647ca863038669f86384f", "port_id": null, "id": "d6b9292c-f688-4131-960d-c244f75c3597"}]} 2018-12-03 18:57:14,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-d80ca07a-92dd-4ab5-9ab0-bbb8dd479503 2018-12-03 18:57:14,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.167128801346s 2018-12-03 18:57:14,741 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-d80ca07a-92dd-4ab5-9ab0-bbb8dd479503 2018-12-03 18:57:14,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-03 18:57:14,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/d6b9292c-f688-4131-960d-c244f75c3597.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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:15,417 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5b5a3b2a-5751-46bc-90df-fd35b4358a5f Content-Length: 0 Date: Mon, 03 Dec 2018 18:57:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:57:15,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/d6b9292c-f688-4131-960d-c244f75c3597.json used request id req-5b5a3b2a-5751-46bc-90df-fd35b4358a5f 2018-12-03 18:57:15,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.668775081635s 2018-12-03 18:57:15,417 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/d6b9292c-f688-4131-960d-c244f75c3597.json used request id req-5b5a3b2a-5751-46bc-90df-fd35b4358a5f 2018-12-03 18:57:15,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-03 18:57:15,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:15,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-84a0d52e-0d48-4142-8308-56703e30e3e1 Date: Mon, 03 Dec 2018 18:57:15 GMT RESP BODY: {"floatingips": []} 2018-12-03 18:57:15,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-84a0d52e-0d48-4142-8308-56703e30e3e1 2018-12-03 18:57:15,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.148524999619s 2018-12-03 18:57:15,572 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-84a0d52e-0d48-4142-8308-56703e30e3e1 2018-12-03 18:57:15,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 18:57:15,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:17,033 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d718b141-9c48-4f13-8082-9bf314cfabf9 Date: Mon, 03 Dec 2018 18:57:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 18:57:17,033 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a used request id req-d718b141-9c48-4f13-8082-9bf314cfabf9 2018-12-03 18:57:17,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.45985984802s 2018-12-03 18:57:17,034 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/bdfa1f96-d86e-4120-9a72-0a71372ad19a used request id req-d718b141-9c48-4f13-8082-9bf314cfabf9 2018-12-03 18:57:17,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 18:57:17,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:57:17,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e5bb7ba-0e32-44dd-ba15-73737e3f146e x-compute-request-id: req-1e5bb7ba-0e32-44dd-ba15-73737e3f146e Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/51ffc965-2c47-4cad-820b-f965d8722403", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/51ffc965-2c47-4cad-820b-f965d8722403", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "51ffc965-2c47-4cad-820b-f965d8722403", "name": "juju_epc-flavor_alt_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/bfd08ae5-a27f-432c-b549-c879397b8bc0", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/bfd08ae5-a27f-432c-b549-c879397b8bc0", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bfd08ae5-a27f-432c-b549-c879397b8bc0", "name": "juju_epc-flavor_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 18:57:17,150 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-1e5bb7ba-0e32-44dd-ba15-73737e3f146e 2018-12-03 18:57:17,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.116316080093s 2018-12-03 18:57:17,151 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-1e5bb7ba-0e32-44dd-ba15-73737e3f146e 2018-12-03 18:57:17,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 18:57:17,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/51ffc965-2c47-4cad-820b-f965d8722403 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:57:17,196 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 18:57:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ef0d47a2-1093-4f86-8eec-2e04eeaff103 x-compute-request-id: req-ef0d47a2-1093-4f86-8eec-2e04eeaff103 Content-Length: 0 Content-Type: application/json 2018-12-03 18:57:17,196 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/51ffc965-2c47-4cad-820b-f965d8722403 used request id req-ef0d47a2-1093-4f86-8eec-2e04eeaff103 2018-12-03 18:57:17,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0426490306854s 2018-12-03 18:57:17,196 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/51ffc965-2c47-4cad-820b-f965d8722403 used request id req-ef0d47a2-1093-4f86-8eec-2e04eeaff103 2018-12-03 18:57:17,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-03 18:57:17,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/406ff147-5050-4c07-b63b-03bffecdb942/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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" -d '{"subnet_id": "c5474f15-2fbb-42c6-b454-791bca9a1b2f"}' 2018-12-03 18:57:18,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d4960e63-5573-47a1-a30e-430124c16e00 Date: Mon, 03 Dec 2018 18:57:18 GMT RESP BODY: {"network_id": "5c4e87b0-a250-4e9a-b90e-d813a915592f", "tenant_id": "eae31c92982647ca863038669f86384f", "subnet_id": "c5474f15-2fbb-42c6-b454-791bca9a1b2f", "subnet_ids": ["c5474f15-2fbb-42c6-b454-791bca9a1b2f"], "port_id": "a9c7929b-5cd4-4e7f-9c4b-78a8ffb4b7ba", "id": "406ff147-5050-4c07-b63b-03bffecdb942"} 2018-12-03 18:57:18,761 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/406ff147-5050-4c07-b63b-03bffecdb942/remove_router_interface.json used request id req-d4960e63-5573-47a1-a30e-430124c16e00 2018-12-03 18:57:18,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.56362199783s 2018-12-03 18:57:18,761 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/406ff147-5050-4c07-b63b-03bffecdb942/remove_router_interface.json used request id req-d4960e63-5573-47a1-a30e-430124c16e00 returning object 406ff147-5050-4c07-b63b-03bffecdb942 2018-12-03 18:57:18,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-03 18:57:18,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:19,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-10a8e044-bf2f-489f-92f2-240b74054799 Date: Mon, 03 Dec 2018 18:57:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ad08d313-46f5-4b88-b238-f716b8f7b6d2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4c341e68-838a-4185-83e8-4a80ca2687ff", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:10:51Z", "admin_state_up": true, "updated_at": "2018-12-03T18:57:18Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "eae31c92982647ca863038669f86384f", "id": "406ff147-5050-4c07-b63b-03bffecdb942", "name": "juju_epc-router_31af7050-d646-4d76-9ee9-6ceb59af9b1a"}]} 2018-12-03 18:57:19,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-10a8e044-bf2f-489f-92f2-240b74054799 2018-12-03 18:57:19,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.280757904053s 2018-12-03 18:57:19,043 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-10a8e044-bf2f-489f-92f2-240b74054799 2018-12-03 18:57:19,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-03 18:57:19,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/406ff147-5050-4c07-b63b-03bffecdb942.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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:23,079 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e23c507e-1abf-464e-9b62-a73a23dd2e17 Content-Length: 0 Date: Mon, 03 Dec 2018 18:57:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:57:23,079 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/406ff147-5050-4c07-b63b-03bffecdb942.json used request id req-e23c507e-1abf-464e-9b62-a73a23dd2e17 2018-12-03 18:57:23,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.03518009186s 2018-12-03 18:57:23,080 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/406ff147-5050-4c07-b63b-03bffecdb942.json used request id req-e23c507e-1abf-464e-9b62-a73a23dd2e17 2018-12-03 18:57:23,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-03 18:57:23,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:23,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-f5a55520-0279-404b-a28b-ac3126c45123 Date: Mon, 03 Dec 2018 18:57:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4e87b0-a250-4e9a-b90e-d813a915592f","tenant_id":"eae31c92982647ca863038669f86384f","created_at":"2018-12-03T18:10:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-03T18:10: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":"eae31c92982647ca863038669f86384f","id":"c5474f15-2fbb-42c6-b454-791bca9a1b2f","subnetpool_id":null,"name":"juju_epc-subnet_31af7050-d646-4d76-9ee9-6ceb59af9b1a"}]} 2018-12-03 18:57:23,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-f5a55520-0279-404b-a28b-ac3126c45123 2018-12-03 18:57:23,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.215500831604s 2018-12-03 18:57:23,296 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-f5a55520-0279-404b-a28b-ac3126c45123 2018-12-03 18:57:23,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-03 18:57:23,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/c5474f15-2fbb-42c6-b454-791bca9a1b2f.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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:25,808 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-376f709e-6ee9-4a93-9e14-7167cbcfef27 Date: Mon, 03 Dec 2018 18:57:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:57:25,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/c5474f15-2fbb-42c6-b454-791bca9a1b2f.json used request id req-376f709e-6ee9-4a93-9e14-7167cbcfef27 2018-12-03 18:57:25,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.51096606255s 2018-12-03 18:57:25,809 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/c5474f15-2fbb-42c6-b454-791bca9a1b2f.json used request id req-376f709e-6ee9-4a93-9e14-7167cbcfef27 2018-12-03 18:57:25,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 18:57:25,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:26,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-c8808467-7f12-454c-b531-dd3cbf4195e3 Date: Mon, 03 Dec 2018 18:57: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":[],"updated_at":"2018-12-03T18:57:25Z","tenant_id":"eae31c92982647ca863038669f86384f","created_at":"2018-12-03T18:10:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"eae31c92982647ca863038669f86384f","id":"5c4e87b0-a250-4e9a-b90e-d813a915592f","name":"juju_epc-net_31af7050-d646-4d76-9ee9-6ceb59af9b1a"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","mtu":1500}]} 2018-12-03 18:57:26,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c8808467-7f12-454c-b531-dd3cbf4195e3 2018-12-03 18:57:26,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.292698144913s 2018-12-03 18:57:26,102 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c8808467-7f12-454c-b531-dd3cbf4195e3 2018-12-03 18:57:26,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-03 18:57:26,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/5c4e87b0-a250-4e9a-b90e-d813a915592f.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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:26,844 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a8279e2e-629b-437e-90ef-0a2ccadbb4aa Date: Mon, 03 Dec 2018 18:57:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:57:26,844 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5c4e87b0-a250-4e9a-b90e-d813a915592f.json used request id req-a8279e2e-629b-437e-90ef-0a2ccadbb4aa 2018-12-03 18:57:26,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.740965127945s 2018-12-03 18:57:26,845 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5c4e87b0-a250-4e9a-b90e-d813a915592f.json used request id req-a8279e2e-629b-437e-90ef-0a2ccadbb4aa 2018-12-03 18:57:26,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 18:57:26,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:27,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-4875e931-69e1-4278-a559-f4962b175939 Date: Mon, 03 Dec 2018 18:57:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/snap", "metadata": {}}], "file": "/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/file", "owner": "eae31c92982647ca863038669f86384f", "id": "6d59178b-339e-4a37-8beb-ee23415d9c3d", "size": 297074688, "self": "/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/6d59178b-339e-4a37-8beb-ee23415d9c3d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02", "updated_at": "2018-12-03T18:11:05Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "93b2de7a1313d9623cbd593108a3f62b", "name": "juju_epc-img_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "checksum": "93b2de7a1313d9623cbd593108a3f62b", "created_at": "2018-12-03T18:10:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 18:57:27,385 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-4875e931-69e1-4278-a559-f4962b175939 2018-12-03 18:57:27,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.539929151535s 2018-12-03 18:57:27,386 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-4875e931-69e1-4278-a559-f4962b175939 2018-12-03 18:57:27,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 18:57:27,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bbaa74796f198ca5e3d0d8ad319ed4f67d5957d" 2018-12-03 18:57:29,093 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d7522637-f844-408b-8661-e98bc22ad336 Date: Mon, 03 Dec 2018 18:57:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 18:57:29,093 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d used request id req-d7522637-f844-408b-8661-e98bc22ad336 2018-12-03 18:57:29,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.70571303368s 2018-12-03 18:57:29,094 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/6d59178b-339e-4a37-8beb-ee23415d9c3d used request id req-d7522637-f844-408b-8661-e98bc22ad336 2018-12-03 18:57:29,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 18:57:29,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:57:29,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06fcb9f1-c9bb-4a58-9d02-517286026d13 x-compute-request-id: req-06fcb9f1-c9bb-4a58-9d02-517286026d13 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/bfd08ae5-a27f-432c-b549-c879397b8bc0", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/bfd08ae5-a27f-432c-b549-c879397b8bc0", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bfd08ae5-a27f-432c-b549-c879397b8bc0", "name": "juju_epc-flavor_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 18:57:29,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-06fcb9f1-c9bb-4a58-9d02-517286026d13 2018-12-03 18:57:29,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0476639270782s 2018-12-03 18:57:29,142 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-06fcb9f1-c9bb-4a58-9d02-517286026d13 2018-12-03 18:57:29,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 18:57:29,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/bfd08ae5-a27f-432c-b549-c879397b8bc0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:57:29,199 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 18:57:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0d747bc7-d7ec-4b5f-9e09-99f82ae1c65e x-compute-request-id: req-0d747bc7-d7ec-4b5f-9e09-99f82ae1c65e Content-Length: 0 Content-Type: application/json 2018-12-03 18:57:29,199 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/bfd08ae5-a27f-432c-b549-c879397b8bc0 used request id req-0d747bc7-d7ec-4b5f-9e09-99f82ae1c65e 2018-12-03 18:57:29,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0553669929504s 2018-12-03 18:57:29,199 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/bfd08ae5-a27f-432c-b549-c879397b8bc0 used request id req-0d747bc7-d7ec-4b5f-9e09-99f82ae1c65e 2018-12-03 18:57:29,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 18:57:29,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:57:29,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-257df5b3-6fcd-4fdd-8660-4b213041dedc Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_31af7050-d646-4d76-9ee9-6ceb59af9b1a", "links": {"self": "http://172.30.9.30:5000/v3/users/5d300208bf644e908f3d42606e2b693e"}, "domain_id": "default", "enabled": true, "id": "5d300208bf644e908f3d42606e2b693e", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 18:57:29,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-257df5b3-6fcd-4fdd-8660-4b213041dedc 2018-12-03 18:57:29,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109281778336s 2018-12-03 18:57:29,310 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-257df5b3-6fcd-4fdd-8660-4b213041dedc 2018-12-03 18:57:29,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 18:57:29,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/5d300208bf644e908f3d42606e2b693e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:57:29,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e40b8268-9e8f-4c80-a7b4-f1543fe23828 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/5d300208bf644e908f3d42606e2b693e"}, "enabled": true, "id": "5d300208bf644e908f3d42606e2b693e", "options": {}, "domain_id": "default", "name": "juju_epc-user_31af7050-d646-4d76-9ee9-6ceb59af9b1a"}} 2018-12-03 18:57:29,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/5d300208bf644e908f3d42606e2b693e used request id req-e40b8268-9e8f-4c80-a7b4-f1543fe23828 2018-12-03 18:57:29,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116493940353s 2018-12-03 18:57:29,433 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/5d300208bf644e908f3d42606e2b693e used request id req-e40b8268-9e8f-4c80-a7b4-f1543fe23828 2018-12-03 18:57:29,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 18:57:29,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/5d300208bf644e908f3d42606e2b693e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:57:29,642 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 18:57:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3044509-29bb-4fb3-a63e-4aac1b5a862a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 18:57:29,643 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/5d300208bf644e908f3d42606e2b693e used request id req-f3044509-29bb-4fb3-a63e-4aac1b5a862a 2018-12-03 18:57:29,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.208832025528s 2018-12-03 18:57:29,643 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/5d300208bf644e908f3d42606e2b693e used request id req-f3044509-29bb-4fb3-a63e-4aac1b5a862a 2018-12-03 18:57:29,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 18:57:29,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:57:29,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd73cf7a-080c-4379-90e7-f1dcf7d0f7e5 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.30:5000/v3/projects/eae31c92982647ca863038669f86384f"}, "enabled": true, "id": "eae31c92982647ca863038669f86384f", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_31af7050-d646-4d76-9ee9-6ceb59af9b1a"}]} 2018-12-03 18:57:29,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-bd73cf7a-080c-4379-90e7-f1dcf7d0f7e5 2018-12-03 18:57:29,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.074569940567s 2018-12-03 18:57:29,718 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-bd73cf7a-080c-4379-90e7-f1dcf7d0f7e5 2018-12-03 18:57:29,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 18:57:29,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/eae31c92982647ca863038669f86384f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:57:29,873 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 18:57:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea79f961-6625-4515-9f71-356acb361fff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 18:57:29,873 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/eae31c92982647ca863038669f86384f used request id req-ea79f961-6625-4515-9f71-356acb361fff 2018-12-03 18:57:29,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.153019189835s 2018-12-03 18:57:29,874 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/eae31c92982647ca863038669f86384f used request id req-ea79f961-6625-4515-9f71-356acb361fff 2018-12-03 18:57:29,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 18:57:29,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:57:29,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b78a522-59ea-4b17-b3a5-8031bfcfdd2b Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee6e1195d88a47919eb85720dbe54057", "links": {"self": "http://172.30.9.30:5000/v3/roles/ee6e1195d88a47919eb85720dbe54057"}, "name": "Member"}]} 2018-12-03 18:57:29,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7b78a522-59ea-4b17-b3a5-8031bfcfdd2b 2018-12-03 18:57:29,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0848610401154s 2018-12-03 18:57:29,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 18:57:29,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/ee6e1195d88a47919eb85720dbe54057 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:57:30,056 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 18:57:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ef81313-6ce2-4fd1-ab38-48d689738194 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 18:57:30,056 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/ee6e1195d88a47919eb85720dbe54057 used request id req-6ef81313-6ce2-4fd1-ab38-48d689738194 2018-12-03 18:57:30,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0953109264374s 2018-12-03 18:57:30,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 18:57:30,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=eae31c92982647ca863038669f86384f&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}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:57:30,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-f4b29101-daa1-4e74-8ac8-e2b188b3083c Date: Mon, 03 Dec 2018 18:57:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:10:48Z", "updated_at": "2018-12-03T18:10:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T18:10:48Z", "revision_number": 0, "id": "08f4c323-7bb5-43ae-8f37-932c4f1ea91f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T18:10:48Z", "security_group_id": "2c4f30c4-59d2-4398-b177-33f5af804c5f", "tenant_id": "eae31c92982647ca863038669f86384f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae31c92982647ca863038669f86384f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T18:10:48Z", "revision_number": 0, "id": "343f5444-a821-44d1-bebc-c39a009ee1ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T18:10:48Z", "security_group_id": "2c4f30c4-59d2-4398-b177-33f5af804c5f", "tenant_id": "eae31c92982647ca863038669f86384f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae31c92982647ca863038669f86384f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T18:10:48Z", "revision_number": 0, "id": "36978b3c-7193-4733-8d8d-d9d558d18cce", "remote_group_id": "2c4f30c4-59d2-4398-b177-33f5af804c5f", "remote_ip_prefix": null, "created_at": "2018-12-03T18:10:48Z", "security_group_id": "2c4f30c4-59d2-4398-b177-33f5af804c5f", "tenant_id": "eae31c92982647ca863038669f86384f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae31c92982647ca863038669f86384f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T18:10:48Z", "revision_number": 0, "id": "6cca9e71-987f-44d5-86fe-a2a023a13274", "remote_group_id": "2c4f30c4-59d2-4398-b177-33f5af804c5f", "remote_ip_prefix": null, "created_at": "2018-12-03T18:10:48Z", "security_group_id": "2c4f30c4-59d2-4398-b177-33f5af804c5f", "tenant_id": "eae31c92982647ca863038669f86384f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae31c92982647ca863038669f86384f"}], "revision_number": 4, "project_id": "eae31c92982647ca863038669f86384f", "id": "2c4f30c4-59d2-4398-b177-33f5af804c5f", "name": "default"}]} 2018-12-03 18:57:30,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=eae31c92982647ca863038669f86384f&name=default used request id req-f4b29101-daa1-4e74-8ac8-e2b188b3083c 2018-12-03 18:57:30,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.185750961304s 2018-12-03 18:57:30,246 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=eae31c92982647ca863038669f86384f&name=default used request id req-f4b29101-daa1-4e74-8ac8-e2b188b3083c 2018-12-03 18:57:30,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 18:57:30,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:57:30,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4ec176c1-cc70-41d8-8215-fdb0d3898c66 Date: Mon, 03 Dec 2018 18:57:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "created_at": "2018-12-03T15:12:39Z", "updated_at": "2018-12-03T15:12:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "284203a9-acf0-48f3-802e-a187a520b39d", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "3546d24e-ab56-4b9b-92b8-bd04c8498648", "remote_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "87baa01e-af36-429d-bea5-2f2265ffe186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:12:39Z", "revision_number": 0, "id": "bee3285a-bacf-42ce-8608-da9aaac8417e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:12:39Z", "security_group_id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "tenant_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a"}], "revision_number": 4, "project_id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "id": "117f81e8-60b1-43a1-8249-bd8f6f0097df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eae31c92982647ca863038669f86384f", "created_at": "2018-12-03T18:10:48Z", "updated_at": "2018-12-03T18:10:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T18:10:48Z", "revision_number": 0, "id": "6cca9e71-987f-44d5-86fe-a2a023a13274", "remote_group_id": "2c4f30c4-59d2-4398-b177-33f5af804c5f", "remote_ip_prefix": null, "created_at": "2018-12-03T18:10:48Z", "security_group_id": "2c4f30c4-59d2-4398-b177-33f5af804c5f", "tenant_id": "eae31c92982647ca863038669f86384f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae31c92982647ca863038669f86384f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T18:10:48Z", "revision_number": 0, "id": "08f4c323-7bb5-43ae-8f37-932c4f1ea91f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T18:10:48Z", "security_group_id": "2c4f30c4-59d2-4398-b177-33f5af804c5f", "tenant_id": "eae31c92982647ca863038669f86384f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae31c92982647ca863038669f86384f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T18:10:48Z", "revision_number": 0, "id": "36978b3c-7193-4733-8d8d-d9d558d18cce", "remote_group_id": "2c4f30c4-59d2-4398-b177-33f5af804c5f", "remote_ip_prefix": null, "created_at": "2018-12-03T18:10:48Z", "security_group_id": "2c4f30c4-59d2-4398-b177-33f5af804c5f", "tenant_id": "eae31c92982647ca863038669f86384f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae31c92982647ca863038669f86384f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T18:10:48Z", "revision_number": 0, "id": "343f5444-a821-44d1-bebc-c39a009ee1ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T18:10:48Z", "security_group_id": "2c4f30c4-59d2-4398-b177-33f5af804c5f", "tenant_id": "eae31c92982647ca863038669f86384f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae31c92982647ca863038669f86384f"}], "revision_number": 4, "project_id": "eae31c92982647ca863038669f86384f", "id": "2c4f30c4-59d2-4398-b177-33f5af804c5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-03T15:14:46Z", "updated_at": "2018-12-03T15:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "2b92dbcb-13fc-4ec3-ba1f-03a701c774dd", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "b0825c57-1f85-4b70-a451-4757ee44c11c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "9ac6018d-3bb0-400d-b460-5d2a6bc73e9a", "remote_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:14:46Z", "revision_number": 0, "id": "e6b8e3f1-2486-4e1f-b1ef-3fa200be6182", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:14:46Z", "security_group_id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ca51cb74-38d1-4652-b49d-980c07d578dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "103de5b191724fc4b9b4902b99af0361", "created_at": "2018-12-03T15:01:26Z", "updated_at": "2018-12-03T15:01:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "447d0719-a881-4777-9367-f73c8d9b0de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "ac58399b-8b57-48f2-9a2b-be0f2eb432b9", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "d386a3b5-43ed-4997-a4c0-8c378f08d4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv4", "project_id": "103de5b191724fc4b9b4902b99af0361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-03T15:01:26Z", "revision_number": 0, "id": "6e7e91cf-2efd-4a3b-a7cf-2e84a436cc4e", "remote_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "remote_ip_prefix": null, "created_at": "2018-12-03T15:01:26Z", "security_group_id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "tenant_id": "103de5b191724fc4b9b4902b99af0361", "port_range_min": null, "ethertype": "IPv6", "project_id": "103de5b191724fc4b9b4902b99af0361"}], "revision_number": 4, "project_id": "103de5b191724fc4b9b4902b99af0361", "id": "d94c4549-1ec0-4c54-a9b8-9ae151c3851c", "name": "default"}]} 2018-12-03 18:57:30,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-4ec176c1-cc70-41d8-8215-fdb0d3898c66 2018-12-03 18:57:30,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.208109140396s 2018-12-03 18:57:30,458 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-4ec176c1-cc70-41d8-8215-fdb0d3898c66 2018-12-03 18:57:30,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-03 18:57:30,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/2c4f30c4-59d2-4398-b177-33f5af804c5f.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}ab876bee739a03074278e932b712d3a2b622b7c2" 2018-12-03 18:57:30,741 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0369fcee-5cb1-47a3-9061-71c7c7785db2 Content-Length: 0 Date: Mon, 03 Dec 2018 18:57:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-03 18:57:30,741 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/2c4f30c4-59d2-4398-b177-33f5af804c5f.json used request id req-0369fcee-5cb1-47a3-9061-71c7c7785db2 2018-12-03 18:57:30,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.278309822083s 2018-12-03 18:57:30,741 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/2c4f30c4-59d2-4398-b177-33f5af804c5f.json used request id req-0369fcee-5cb1-47a3-9061-71c7c7785db2 2018-12-03 18:57:30,742 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 28:58 | PASS | | vyos_vrouter | functest | vnf | 16:39 | PASS | | juju_epc | functest | vnf | 45:25 | PASS | +----------------------+------------------+--------------+------------------+----------------+ 2018-12-03 18:57:30,746 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-03 18:57:30,750 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-03 18:57:37,060 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-317 | | 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-12-03 18:57:37,067 - 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=7DxJ4t2jrueQmnebsaZsvRmTW export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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-12-03 18:57:37,067 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-03 18:57:37,068 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-12-03 18:57:37,069 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-12-03 18:57:37,071 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-03 18:57:43,235 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-317 | | 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-12-03 18:57:43,240 - 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=7DxJ4t2jrueQmnebsaZsvRmTW export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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-12-03 18:57:43,240 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-12-03 18:57:43,250 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-12-03 18:57:46,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 18:57:46,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 18:57:46,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 18:57:46,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 18:57:46,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 18:57:46,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 18:57:46,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 18:57:46,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 18:57:46,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 18:57:46,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 18:57:46,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 18:57:46,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 18:57:46,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 18:57:46,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 18:57:46,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 18:57:46,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 18:57:46,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 18:57:46,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 18:57:46,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 18:57:46,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 18:57:46,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 18:57:46,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 18:57:46,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 18:57:46,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 18:57:46,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 18:57:46,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b17bf61-1309-40a6-8e71-d8ade60aea98 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 18:57:46,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9b17bf61-1309-40a6-8e71-d8ade60aea98 2018-12-03 18:57:46,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 18:57:47,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}], "expires_at": "2018-12-03T19:57:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/cc5f94ab06cc4f7a86a28b60f4ab302a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "24eab8f3c932414eacb5acfaf8b75057"}, "audit_ids": ["P1kWHXKpR-OjmKGW7yCi-g"], "issued_at": "2018-12-03T18:57:47.000000Z"}} 2018-12-03 18:57:47,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-03 18:57:47,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:47,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-99048d9c-544f-4824-accb-286fbcb93779 Date: Mon, 03 Dec 2018 18:57:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"ad08d313-46f5-4b88-b238-f716b8f7b6d2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"103de5b191724fc4b9b4902b99af0361","status":"ACTIVE","subnets":["4c341e68-838a-4185-83e8-4a80ca2687ff"],"description":"","tags":[],"updated_at":"2018-12-03T15:01:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"103de5b191724fc4b9b4902b99af0361","created_at":"2018-12-03T15:01:26Z","provider:network_type":"flat"}]} 2018-12-03 18:57:47,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-99048d9c-544f-4824-accb-286fbcb93779 2018-12-03 18:57:47,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.254245042801s 2018-12-03 18:57:47,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-99048d9c-544f-4824-accb-286fbcb93779 2018-12-03 18:57:47,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-03 18:57:47,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:47,341 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 18:57: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 18:57:47,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:47,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a3999fa-5f7b-4790-bf04-e60693ced8b8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/bda36a35be3b4fe2960c5a6b246e5d9b"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bda36a35be3b4fe2960c5a6b246e5d9b"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-03 18:57:47,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-5a3999fa-5f7b-4790-bf04-e60693ced8b8 2018-12-03 18:57:47,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.450911998749s 2018-12-03 18:57:47,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-03 18:57:47,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}de7465a571d3fe4088fe2291f475bb56ff035304" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_def38f6c-d8cb-40c7-9cc5-a62be5744956"}}' 2018-12-03 18:57:47,925 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 18:57:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72fc49b2-e0f8-4024-9b52-c829821d138f 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.30:5000/v3/projects/3d1ffa3ba4a2400d98803f41fed1d46e"}, "enabled": true, "id": "3d1ffa3ba4a2400d98803f41fed1d46e", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_def38f6c-d8cb-40c7-9cc5-a62be5744956"}} 2018-12-03 18:57:47,925 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-72fc49b2-e0f8-4024-9b52-c829821d138f 2018-12-03 18:57:47,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.139943122864s 2018-12-03 18:57:47,925 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-72fc49b2-e0f8-4024-9b52-c829821d138f 2018-12-03 18:57:47,926 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_def38f6c-d8cb-40c7-9cc5-a62be5744956', 'id': u'3d1ffa3ba4a2400d98803f41fed1d46e', '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-12-03 18:57:47,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-03 18:57:48,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.369206905365s 2018-12-03 18:57:48,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/b54809080f984e14bb87aebe6c28d6f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:48,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15c8ff9b-92bc-41cf-994a-ba22db30ea84 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/b54809080f984e14bb87aebe6c28d6f2"}, "enabled": true, "id": "b54809080f984e14bb87aebe6c28d6f2", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_def38f6c-d8cb-40c7-9cc5-a62be5744956"}} 2018-12-03 18:57:48,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/b54809080f984e14bb87aebe6c28d6f2 used request id req-15c8ff9b-92bc-41cf-994a-ba22db30ea84 2018-12-03 18:57:48,410 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b54809080f984e14bb87aebe6c28d6f2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_def38f6c-d8cb-40c7-9cc5-a62be5744956'}) 2018-12-03 18:57:48,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 18:57:48,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:48,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24ed32fb-1f04-4268-a3d5-7d8fae68005a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 18:57:48,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-24ed32fb-1f04-4268-a3d5-7d8fae68005a 2018-12-03 18:57:48,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0883388519287s 2018-12-03 18:57:48,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 18:57:48,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:48,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8b9dc30-a562-45a4-9f48-e5136ba093f9 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 18:57:48,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d8b9dc30-a562-45a4-9f48-e5136ba093f9 2018-12-03 18:57:48,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0762979984283s 2018-12-03 18:57:48,578 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-03 18:57:48,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-03 18:57:48,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" -d '{"role": {"name": "Member"}}' 2018-12-03 18:57:48,685 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Dec 2018 18:57:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0c0338c-327e-49f2-a4d9-9cacdd62b442 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1c3a5a90d2a0462c9277aba5a1f9eb8f", "links": {"self": "http://172.30.9.30:5000/v3/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f"}, "name": "Member"}} 2018-12-03 18:57:48,685 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-c0c0338c-327e-49f2-a4d9-9cacdd62b442 2018-12-03 18:57:48,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.106476068497s 2018-12-03 18:57:48,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:48,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76881f6d-7d24-4d8c-aa69-137a8e8e8c04 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f"}, "domain_id": null, "name": "Member", "id": "1c3a5a90d2a0462c9277aba5a1f9eb8f"}} 2018-12-03 18:57:48,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f used request id req-76881f6d-7d24-4d8c-aa69-137a8e8e8c04 2018-12-03 18:57:48,774 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f'}, 'domain_id': None, 'human_id': None, 'id': u'1c3a5a90d2a0462c9277aba5a1f9eb8f', 'HUMAN_ID': False}) 2018-12-03 18:57:48,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 18:57:48,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:48,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62a4369c-8543-482c-8f85-946b8221f64a Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c3a5a90d2a0462c9277aba5a1f9eb8f", "links": {"self": "http://172.30.9.30:5000/v3/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 18:57:48,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-62a4369c-8543-482c-8f85-946b8221f64a 2018-12-03 18:57:48,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0780589580536s 2018-12-03 18:57:48,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 18:57:48,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:48,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af65d241-c370-4780-834a-ee98b6c381f7 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 18:57:48,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-af65d241-c370-4780-834a-ee98b6c381f7 2018-12-03 18:57:48,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0872840881348s 2018-12-03 18:57:48,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 18:57:48,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:49,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6740b91-a4b1-4cb1-ae59-f693a3e7720b Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_def38f6c-d8cb-40c7-9cc5-a62be5744956", "links": {"self": "http://172.30.9.30:5000/v3/users/b54809080f984e14bb87aebe6c28d6f2"}, "domain_id": "default", "enabled": true, "id": "b54809080f984e14bb87aebe6c28d6f2", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 18:57:49,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d6740b91-a4b1-4cb1-ae59-f693a3e7720b 2018-12-03 18:57:49,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0985128879547s 2018-12-03 18:57:49,041 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d6740b91-a4b1-4cb1-ae59-f693a3e7720b 2018-12-03 18:57:49,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 18:57:49,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:49,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-514a9eb1-a4ec-49d4-9616-63b9f3bc9fed Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.30:5000/v3/projects/3d1ffa3ba4a2400d98803f41fed1d46e"}, "enabled": true, "id": "3d1ffa3ba4a2400d98803f41fed1d46e", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_def38f6c-d8cb-40c7-9cc5-a62be5744956"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 18:57:49,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-514a9eb1-a4ec-49d4-9616-63b9f3bc9fed 2018-12-03 18:57:49,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0764229297638s 2018-12-03 18:57:49,124 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-514a9eb1-a4ec-49d4-9616-63b9f3bc9fed 2018-12-03 18:57:49,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 18:57:49,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=b54809080f984e14bb87aebe6c28d6f2&scope.project.id=3d1ffa3ba4a2400d98803f41fed1d46e&role.id=1c3a5a90d2a0462c9277aba5a1f9eb8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:49,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e25670c6-4f1e-4b9e-8267-937a55257abc Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=b54809080f984e14bb87aebe6c28d6f2&scope.project.id=3d1ffa3ba4a2400d98803f41fed1d46e&role.id=1c3a5a90d2a0462c9277aba5a1f9eb8f", "previous": null, "next": null}} 2018-12-03 18:57:49,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=b54809080f984e14bb87aebe6c28d6f2&scope.project.id=3d1ffa3ba4a2400d98803f41fed1d46e&role.id=1c3a5a90d2a0462c9277aba5a1f9eb8f used request id req-e25670c6-4f1e-4b9e-8267-937a55257abc 2018-12-03 18:57:49,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0805561542511s 2018-12-03 18:57:49,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 18:57:49,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/3d1ffa3ba4a2400d98803f41fed1d46e/users/b54809080f984e14bb87aebe6c28d6f2/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:49,335 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 18:57:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e78114d7-0f8d-4100-aa5e-9484c0139b31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 18:57:49,335 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/3d1ffa3ba4a2400d98803f41fed1d46e/users/b54809080f984e14bb87aebe6c28d6f2/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f used request id req-e78114d7-0f8d-4100-aa5e-9484c0139b31 2018-12-03 18:57:49,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.127713918686s 2018-12-03 18:57:49,336 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_def38f6c-d8cb-40c7-9cc5-a62be5744956', 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': 'db13dae1-fb1a-4a54-93bc-28a222e62fb5', 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_def38f6c-d8cb-40c7-9cc5-a62be5744956', 'project_id': u'3d1ffa3ba4a2400d98803f41fed1d46e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-03 18:57:49,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-03 18:57:49,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-03 18:57:49,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-03 18:57:49,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-03 18:57:49,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-03 18:57:49,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-03 18:57:49,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-03 18:57:49,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-03 18:57:49,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-03 18:57:49,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-03 18:57:49,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-03 18:57:49,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-03 18:57:49,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-03 18:57:49,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-03 18:57:49,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-03 18:57:49,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-03 18:57:49,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-03 18:57:49,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-03 18:57:49,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-03 18:57:49,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-03 18:57:49,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-03 18:57:49,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-03 18:57:49,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-03 18:57:49,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-03 18:57:49,342 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_def38f6c-d8cb-40c7-9cc5-a62be5744956', 'password': 'db13dae1-fb1a-4a54-93bc-28a222e62fb5', 'project_name': 'tempest_full_paral-project_def38f6c-d8cb-40c7-9cc5-a62be5744956', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '3d1ffa3ba4a2400d98803f41fed1d46e', 'project_domain_name': 'Default'} 2018-12-03 18:57:49,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 18:57:49,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:49,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cdf1e55-24d5-4271-b994-bbc731db6cac Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c3a5a90d2a0462c9277aba5a1f9eb8f", "links": {"self": "http://172.30.9.30:5000/v3/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 18:57:49,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6cdf1e55-24d5-4271-b994-bbc731db6cac 2018-12-03 18:57:49,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0749380588531s 2018-12-03 18:57:49,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 18:57:49,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:49,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-536d0858-9998-4800-ba42-ae86764da4de Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c3a5a90d2a0462c9277aba5a1f9eb8f", "links": {"self": "http://172.30.9.30:5000/v3/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 18:57:49,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-536d0858-9998-4800-ba42-ae86764da4de 2018-12-03 18:57:49,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0867519378662s 2018-12-03 18:57:49,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 18:57:49,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:49,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12eb3cf3-102d-4668-951c-b722d2bbe32d Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 18:57:49,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-12eb3cf3-102d-4668-951c-b722d2bbe32d 2018-12-03 18:57:49,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0806670188904s 2018-12-03 18:57:49,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 18:57:49,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:49,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b415443-eecd-4d5b-bc3b-034ed2d030eb Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_def38f6c-d8cb-40c7-9cc5-a62be5744956", "links": {"self": "http://172.30.9.30:5000/v3/users/b54809080f984e14bb87aebe6c28d6f2"}, "domain_id": "default", "enabled": true, "id": "b54809080f984e14bb87aebe6c28d6f2", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 18:57:49,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-8b415443-eecd-4d5b-bc3b-034ed2d030eb 2018-12-03 18:57:49,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0997080802917s 2018-12-03 18:57:49,689 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-8b415443-eecd-4d5b-bc3b-034ed2d030eb 2018-12-03 18:57:49,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 18:57:49,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:49,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c89aa05-eda5-4f51-9297-37cf4573c9f8 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.30:5000/v3/projects/3d1ffa3ba4a2400d98803f41fed1d46e"}, "enabled": true, "id": "3d1ffa3ba4a2400d98803f41fed1d46e", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_def38f6c-d8cb-40c7-9cc5-a62be5744956"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 18:57:49,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-7c89aa05-eda5-4f51-9297-37cf4573c9f8 2018-12-03 18:57:49,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0825691223145s 2018-12-03 18:57:49,778 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-7c89aa05-eda5-4f51-9297-37cf4573c9f8 2018-12-03 18:57:49,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 18:57:49,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=b54809080f984e14bb87aebe6c28d6f2&scope.project.id=3d1ffa3ba4a2400d98803f41fed1d46e&role.id=262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:49,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7c12e22-670d-4f2e-8a57-47d7a7927944 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=b54809080f984e14bb87aebe6c28d6f2&scope.project.id=3d1ffa3ba4a2400d98803f41fed1d46e&role.id=262658b16a4440adb64abe58dbd094c0", "previous": null, "next": null}} 2018-12-03 18:57:49,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=b54809080f984e14bb87aebe6c28d6f2&scope.project.id=3d1ffa3ba4a2400d98803f41fed1d46e&role.id=262658b16a4440adb64abe58dbd094c0 used request id req-a7c12e22-670d-4f2e-8a57-47d7a7927944 2018-12-03 18:57:49,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0817348957062s 2018-12-03 18:57:49,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 18:57:49,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/3d1ffa3ba4a2400d98803f41fed1d46e/users/b54809080f984e14bb87aebe6c28d6f2/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:49,993 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 18:57:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff4336f2-2ac4-44f9-9afa-cf13fb76749b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 18:57:49,993 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/3d1ffa3ba4a2400d98803f41fed1d46e/users/b54809080f984e14bb87aebe6c28d6f2/roles/262658b16a4440adb64abe58dbd094c0 used request id req-ff4336f2-2ac4-44f9-9afa-cf13fb76749b 2018-12-03 18:57:49,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.130640983582s 2018-12-03 18:57:49,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 18:57:49,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:50,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f9635e5-bfa1-4f60-b5cf-d85fc69576db Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c3a5a90d2a0462c9277aba5a1f9eb8f", "links": {"self": "http://172.30.9.30:5000/v3/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 18:57:50,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8f9635e5-bfa1-4f60-b5cf-d85fc69576db 2018-12-03 18:57:50,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0834748744965s 2018-12-03 18:57:50,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-03 18:57:50,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:50,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4dcb3bf-364c-47dd-8590-d4816034f2fc Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-03 18:57:50,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-a4dcb3bf-364c-47dd-8590-d4816034f2fc 2018-12-03 18:57:50,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0796589851379s 2018-12-03 18:57:50,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 18:57:50,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:50,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f1518ba-6893-422b-bf96-f435c1c96d6e Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_def38f6c-d8cb-40c7-9cc5-a62be5744956", "links": {"self": "http://172.30.9.30:5000/v3/users/b54809080f984e14bb87aebe6c28d6f2"}, "domain_id": "default", "enabled": true, "id": "b54809080f984e14bb87aebe6c28d6f2", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 18:57:50,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4f1518ba-6893-422b-bf96-f435c1c96d6e 2018-12-03 18:57:50,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0968680381775s 2018-12-03 18:57:50,256 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4f1518ba-6893-422b-bf96-f435c1c96d6e 2018-12-03 18:57:50,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-03 18:57:50,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=b54809080f984e14bb87aebe6c28d6f2&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:50,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6271f177-916a-4d97-89af-68d6035064b4 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=b54809080f984e14bb87aebe6c28d6f2&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default", "previous": null, "next": null}} 2018-12-03 18:57:50,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=b54809080f984e14bb87aebe6c28d6f2&role.id=262658b16a4440adb64abe58dbd094c0&scope.domain.id=default used request id req-6271f177-916a-4d97-89af-68d6035064b4 2018-12-03 18:57:50,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0825319290161s 2018-12-03 18:57:50,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-03 18:57:50,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/b54809080f984e14bb87aebe6c28d6f2/roles/262658b16a4440adb64abe58dbd094c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 18:57:50,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 18:57:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec3142b3-47a5-462a-a1f5-fe2d6a4880f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 18:57:50,466 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/b54809080f984e14bb87aebe6c28d6f2/roles/262658b16a4440adb64abe58dbd094c0 used request id req-ec3142b3-47a5-462a-a1f5-fe2d6a4880f6 2018-12-03 18:57:50,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120856046677s 2018-12-03 18:57:50,467 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-03 18:58:00,937 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-03 18:58:00.630 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1c075f31-7352-44f9-a524-55485bbc6a60) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1c075f31-7352-44f9-a524-55485bbc6a60 | 2018-12-03T18:58:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1c075f31-7352-44f9-a524-55485bbc6a60 ~/.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-12-03 18:58:04,175 - 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-12-03 18:58:04,176 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-03 18:58:10,838 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-03 18:58:08.275 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-03 18:58:08.428 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-03 18:58:10.619 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b05abb1e-540e-4b1b-8e3c-98daea3a3721) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b05abb1e-540e-4b1b-8e3c-98daea3a3721) as the default verifier for the future CLI operations. 2018-12-03 18:58:13,765 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-12-03 18:58:13,766 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-03 18:58:13,899 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-03 18:58:13,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-03 18:58:13,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:58:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb8245a7-b4c6-435f-9141-2821b8726c3b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-03 18:58:13,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-eb8245a7-b4c6-435f-9141-2821b8726c3b 2018-12-03 18:58:13,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-03 18:58:14,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "262658b16a4440adb64abe58dbd094c0", "name": "admin"}, {"id": "1c3a5a90d2a0462c9277aba5a1f9eb8f", "name": "Member"}], "expires_at": "2018-12-03T19:58:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d1ffa3ba4a2400d98803f41fed1d46e", "name": "tempest_full_paral-project_def38f6c-d8cb-40c7-9cc5-a62be5744956"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55aeac80fe4b4e9a9646e779c400c78f"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c850df21875340ee8edf5531f6687104"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eebc1a16a783406aaaa2b5a26030246f"}], "type": "network", "id": "069d7908a8bd470e93a599f5ae7b5f91", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80387e5af9eb4dbdbdc27e4b9dd1e53e"}, {"url": "http://192.30.9.10:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bcb6ab0897fc4b98a8e6d4ec86d351bf"}, {"url": "http://192.30.9.10:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c770f39b61d64814995e5d0ed127a44b"}], "type": "key-manager", "id": "2ede4c2c96ec44dc866b64b5e976ba5c", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0340ad86aa49c5b5639897002d16ee"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b68c4b128b824e7a8b708e9b713478a7"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db739b64fe6042f8b2c5edef11692b77"}], "type": "image", "id": "2f85a25c736a4047b94f4894d2865636", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3d1ffa3ba4a2400d98803f41fed1d46e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b624f174fbd43d8b26dd315e5d18d4c"}, {"url": "http://192.30.9.10:8776/v3/3d1ffa3ba4a2400d98803f41fed1d46e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f8aa34e337342d7abba2f1749904d7d"}, {"url": "http://172.30.9.30:8776/v3/3d1ffa3ba4a2400d98803f41fed1d46e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f6d65e1429a40c7aee7f1e34470036b"}], "type": "volumev3", "id": "4dc80267a8324614b8a3b8fa4a8dc60e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ac082af78c44fbbd15669637466689"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e33a894896574f5ab3f5f113da2147f3"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e706713d6c1e4a9baa31dee026cb7b05"}], "type": "placement", "id": "7a70d1c70ce2482dad40eaab9a72fa43", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "084ab41f70734ee29d9a43b6aaaed64a"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9948a8e85dea4484b2cc150a91ba8d3e"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fa029f8256284e7d906e30fe807587dd"}], "type": "identity", "id": "7f1bfb554cf946d0a11fd2e225b9618d", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6b0f2c65d1d749668f4ab0c1d39e52f3"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0ed5bb133774010a488c34d6aab6921"}, {"url": "http://192.30.9.10:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e8556f7c594f7f89d57d83ab8dafbf"}], "type": "policy", "id": "85e3a2ddeb224676ac332562b2721fe5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.10:8004/v1/3d1ffa3ba4a2400d98803f41fed1d46e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f5ad6c0e83444d69365d4f4d551ca46"}, {"url": "http://172.30.9.30:8004/v1/3d1ffa3ba4a2400d98803f41fed1d46e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "563ce01d3adf4b0aaf846c04bd036fc4"}, {"url": "http://192.30.9.10:8004/v1/3d1ffa3ba4a2400d98803f41fed1d46e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d37ac7247e7c441cb6317b5a5f47aae5"}], "type": "orchestration", "id": "9413f26765b849e2bfb09bb6ef80e031", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "96859ba4aff64d788f591e061a166ccb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/3d1ffa3ba4a2400d98803f41fed1d46e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f3723939124493b8de997326cbf8049"}, {"url": "http://172.30.9.30:8776/v2/3d1ffa3ba4a2400d98803f41fed1d46e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b032ab67dcfd459ba821b9027e8e401d"}, {"url": "http://192.30.9.10:8776/v2/3d1ffa3ba4a2400d98803f41fed1d46e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79a9375723546b18205866fd9a5a7aa"}], "type": "volumev2", "id": "990fb337b7a7454ea032b067fa272cd9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dac910b1dea4b6f9d6d259380e9e427"}, {"url": "http://192.30.9.10:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30d7201553ef403ba3985605dd4888f4"}, {"url": "http://172.30.9.30:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41fb9e01b0554adbb2dd29a6b36db5e2"}], "type": "nfv-orchestration", "id": "a6c40b0800944d76a5148e61aa415487", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "344f742fc0f649b29a78b0ed3dc154c9"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "415a38ec62f5473e83b67419e3f64376"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a197c91772f41c58f736edf2713c223"}], "type": "compute", "id": "aa09a6e0421a40479fe4e60f54d7d3b8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/3d1ffa3ba4a2400d98803f41fed1d46e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "399e8a0528854fd984203de6f269d1d4"}, {"url": "http://192.30.9.10:8776/v1/3d1ffa3ba4a2400d98803f41fed1d46e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67571c7634ae4b11a1e7e5064fef956c"}, {"url": "http://192.30.9.10:8776/v1/3d1ffa3ba4a2400d98803f41fed1d46e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0a5d0ad31fb4d6aa7431d1c19021201"}], "type": "volume", "id": "b05d650112da47deb8780ba78eb211ab", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b13970dc8cd42bcb889ab5b4ee22054"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5f1a0517abb45cc8d6628a0a8dbab1b"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd56513ae07343fcaac4a9b0e0d619f5"}], "type": "cloudformation", "id": "b6d9819c5a1a481fb79254890fa2c607", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "274364aa481747fdb8f37ee235ba9c7f"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aed211f5ac8641a3b2354094260c57b3"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e405963ebec94a658f6651f623875d5d"}], "type": "metric", "id": "bf04b5098ffa4cc5be5663c92973fe62", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "196aebb5c3b1433994b31e6d527db893"}, {"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6114da7963354b72ae81efacdeb61143"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff51d37e7c674cc9873fa1a182e6a042"}], "type": "alarming", "id": "dc4ad3693b554b2bbce95fd2391f4a25", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_def38f6c-d8cb-40c7-9cc5-a62be5744956", "id": "b54809080f984e14bb87aebe6c28d6f2"}, "audit_ids": ["HLBUcCK9S56zCPL2he4eYA"], "issued_at": "2018-12-03T18:58:14.000000Z"}} 2018-12-03 18:58:14,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6f55b58d67041dbb24f9988e5afd6b603b746ca9" 2018-12-03 18:58:14,310 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 03 Dec 2018 18:58:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-03 18:58:14,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 18:58:14,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6f55b58d67041dbb24f9988e5afd6b603b746ca9" 2018-12-03 18:58:14,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-032e0277-85e1-407a-9d1e-8976f2a6a0d5 Date: Mon, 03 Dec 2018 18:58:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 18:58:14,586 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-032e0277-85e1-407a-9d1e-8976f2a6a0d5 2018-12-03 18:58:14,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.272686958313s 2018-12-03 18:58:14,586 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-032e0277-85e1-407a-9d1e-8976f2a6a0d5 2018-12-03 18:58:14,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 18:58:14,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}6f55b58d67041dbb24f9988e5afd6b603b746ca9" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956"}' 2018-12-03 18:58:15,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63 X-Openstack-Request-Id: req-5be7aac4-0257-4821-bfe9-d512edef74f2 Date: Mon, 03 Dec 2018 18:58:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/file", "owner": "3d1ffa3ba4a2400d98803f41fed1d46e", "id": "a40a3de1-0913-4cfd-bf77-281b3245dc63", "size": null, "self": "/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T18:58:15Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956", "checksum": null, "created_at": "2018-12-03T18:58:15Z", "protected": false} 2018-12-03 18:58:15,209 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-5be7aac4-0257-4821-bfe9-d512edef74f2 2018-12-03 18:58:15,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.62113904953s 2018-12-03 18:58:15,210 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-5be7aac4-0257-4821-bfe9-d512edef74f2 returning object a40a3de1-0913-4cfd-bf77-281b3245dc63 2018-12-03 18:58:15,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 18:58:15,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/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}6f55b58d67041dbb24f9988e5afd6b603b746ca9" -d '' 2018-12-03 18:58:16,927 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a23eb9c7-ba5b-484e-925f-312890a6cafe Date: Mon, 03 Dec 2018 18:58:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 18:58:16,927 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/file used request id req-a23eb9c7-ba5b-484e-925f-312890a6cafe 2018-12-03 18:58:16,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.71613502502s 2018-12-03 18:58:16,927 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/file used request id req-a23eb9c7-ba5b-484e-925f-312890a6cafe 2018-12-03 18:58:16,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 18:58:16,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6f55b58d67041dbb24f9988e5afd6b603b746ca9" 2018-12-03 18:58:17,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-f4f9d11d-4925-4cf3-bb88-cf5dcd91b6a2 Date: Mon, 03 Dec 2018 18:58:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/snap", "metadata": {}}], "file": "/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/file", "owner": "3d1ffa3ba4a2400d98803f41fed1d46e", "id": "a40a3de1-0913-4cfd-bf77-281b3245dc63", "size": 12716032, "self": "/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T18:58:16Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T18:58:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 18:58:17,094 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f4f9d11d-4925-4cf3-bb88-cf5dcd91b6a2 2018-12-03 18:58:17,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166479110718s 2018-12-03 18:58:17,095 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f4f9d11d-4925-4cf3-bb88-cf5dcd91b6a2 2018-12-03 18:58:17,097 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/file', 'owner': u'3d1ffa3ba4a2400d98803f41fed1d46e', 'id': u'a40a3de1-0913-4cfd-bf77-281b3245dc63', 'size': 12716032, u'self': u'/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d1ffa3ba4a2400d98803f41fed1d46e', 'name': 'tempest_full_paral-project_def38f6c-d8cb-40c7-9cc5-a62be5744956', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T18:58:16Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-03T18:58:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956', 'created': u'2018-12-03T18:58:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-03T18:58:15Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-03 18:58:17,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 18:58:17,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}de7465a571d3fe4088fe2291f475bb56ff035304" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_def38f6c-d8cb-40c7-9cc5-a62be5744956", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-03 18:58:17,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:58: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-f1af7a3a-e835-4aa9-8c02-11cd83b8eb08 x-compute-request-id: req-f1af7a3a-e835-4aa9-8c02-11cd83b8eb08 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ae8da684-27d0-447b-b42b-eab2614732d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ae8da684-27d0-447b-b42b-eab2614732d6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ae8da684-27d0-447b-b42b-eab2614732d6", "name": "tempest_full_parallel-flavor_def38f6c-d8cb-40c7-9cc5-a62be5744956", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 18:58:17,292 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f1af7a3a-e835-4aa9-8c02-11cd83b8eb08 2018-12-03 18:58:17,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.193742036819s 2018-12-03 18:58:17,292 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f1af7a3a-e835-4aa9-8c02-11cd83b8eb08 returning object ae8da684-27d0-447b-b42b-eab2614732d6 2018-12-03 18:58:17,293 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_def38f6c-d8cb-40c7-9cc5-a62be5744956', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'ae8da684-27d0-447b-b42b-eab2614732d6', 'swap': 0}) 2018-12-03 18:58:17,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 18:58:17,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/ae8da684-27d0-447b-b42b-eab2614732d6/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}de7465a571d3fe4088fe2291f475bb56ff035304" -d '{"extra_specs": {}}' 2018-12-03 18:58:17,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:58: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-58c4b9d5-f105-447a-8fed-bc27d4cd8ad4 x-compute-request-id: req-58c4b9d5-f105-447a-8fed-bc27d4cd8ad4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 18:58:17,317 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/ae8da684-27d0-447b-b42b-eab2614732d6/os-extra_specs used request id req-58c4b9d5-f105-447a-8fed-bc27d4cd8ad4 2018-12-03 18:58:17,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0238521099091s 2018-12-03 18:58:17,318 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/ae8da684-27d0-447b-b42b-eab2614732d6/os-extra_specs used request id req-58c4b9d5-f105-447a-8fed-bc27d4cd8ad4 2018-12-03 18:58:17,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 18:58:17,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6f55b58d67041dbb24f9988e5afd6b603b746ca9" 2018-12-03 18:58:17,329 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Dec 2018 18: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-03 18:58:17,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f55b58d67041dbb24f9988e5afd6b603b746ca9" 2018-12-03 18:58:17,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:58:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f55cb65-c7f8-44ae-a47b-789344ed79ec Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c3a5a90d2a0462c9277aba5a1f9eb8f", "links": {"self": "http://172.30.9.30:5000/v3/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 18:58:17,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6f55cb65-c7f8-44ae-a47b-789344ed79ec 2018-12-03 18:58:17,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0968301296234s 2018-12-03 18:58:17,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-03 18:58:17,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6f55b58d67041dbb24f9988e5afd6b603b746ca9" 2018-12-03 18:58:17,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:58: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-8b917ece-c8b4-44f5-bd26-70df8848be77 x-compute-request-id: req-8b917ece-c8b4-44f5-bd26-70df8848be77 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 210}, "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": 10164, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10164, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-03 18:58:17,610 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-8b917ece-c8b4-44f5-bd26-70df8848be77 2018-12-03 18:58:17,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.190586090088s 2018-12-03 18:58:17,611 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-8b917ece-c8b4-44f5-bd26-70df8848be77 2018-12-03 18:58:17,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 18:58:17,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6f55b58d67041dbb24f9988e5afd6b603b746ca9" 2018-12-03 18:58:18,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-a05310ab-9177-4d27-8d70-6d415b3675a6 Date: Mon, 03 Dec 2018 18:58:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/snap", "metadata": {}}], "file": "/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/file", "owner": "3d1ffa3ba4a2400d98803f41fed1d46e", "id": "a40a3de1-0913-4cfd-bf77-281b3245dc63", "size": 12716032, "self": "/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T18:58:16Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T18:58:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 18:58:18,144 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a05310ab-9177-4d27-8d70-6d415b3675a6 2018-12-03 18:58:18,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.531703948975s 2018-12-03 18:58:18,144 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a05310ab-9177-4d27-8d70-6d415b3675a6 2018-12-03 18:58:18,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-03 18:58:18,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}6f55b58d67041dbb24f9988e5afd6b603b746ca9" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956"}' 2018-12-03 18:58:18,736 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/9370331d-4291-4872-b538-7dc13e638284 X-Openstack-Request-Id: req-f914242e-2a17-4e63-b57b-44de7c4f12bf Date: Mon, 03 Dec 2018 18:58:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9370331d-4291-4872-b538-7dc13e638284/file", "owner": "3d1ffa3ba4a2400d98803f41fed1d46e", "id": "9370331d-4291-4872-b538-7dc13e638284", "size": null, "self": "/v2/images/9370331d-4291-4872-b538-7dc13e638284", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T18:58:18Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956", "checksum": null, "created_at": "2018-12-03T18:58:18Z", "protected": false} 2018-12-03 18:58:18,737 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f914242e-2a17-4e63-b57b-44de7c4f12bf 2018-12-03 18:58:18,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.589841127396s 2018-12-03 18:58:18,737 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f914242e-2a17-4e63-b57b-44de7c4f12bf returning object 9370331d-4291-4872-b538-7dc13e638284 2018-12-03 18:58:18,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-03 18:58:18,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/9370331d-4291-4872-b538-7dc13e638284/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}6f55b58d67041dbb24f9988e5afd6b603b746ca9" -d '' 2018-12-03 18:58:20,322 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-926fc0dd-82a5-46c0-90ab-57c5c4e12c71 Date: Mon, 03 Dec 2018 18:58:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 18:58:20,322 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/9370331d-4291-4872-b538-7dc13e638284/file used request id req-926fc0dd-82a5-46c0-90ab-57c5c4e12c71 2018-12-03 18:58:20,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.58442401886s 2018-12-03 18:58:20,323 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/9370331d-4291-4872-b538-7dc13e638284/file used request id req-926fc0dd-82a5-46c0-90ab-57c5c4e12c71 2018-12-03 18:58:20,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 18:58:20,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6f55b58d67041dbb24f9988e5afd6b603b746ca9" 2018-12-03 18:58:20,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-54f01bcd-77f8-4929-b0bb-831581ff49c1 Date: Mon, 03 Dec 2018 18:58:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9370331d-4291-4872-b538-7dc13e638284/snap", "metadata": {}}], "file": "/v2/images/9370331d-4291-4872-b538-7dc13e638284/file", "owner": "3d1ffa3ba4a2400d98803f41fed1d46e", "id": "9370331d-4291-4872-b538-7dc13e638284", "size": 12716032, "self": "/v2/images/9370331d-4291-4872-b538-7dc13e638284", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9370331d-4291-4872-b538-7dc13e638284/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T18:58:20Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T18:58:18Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/snap", "metadata": {}}], "file": "/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/file", "owner": "3d1ffa3ba4a2400d98803f41fed1d46e", "id": "a40a3de1-0913-4cfd-bf77-281b3245dc63", "size": 12716032, "self": "/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T18:58:16Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T18:58:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 18:58:20,876 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-54f01bcd-77f8-4929-b0bb-831581ff49c1 2018-12-03 18:58:20,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.552552938461s 2018-12-03 18:58:20,876 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-54f01bcd-77f8-4929-b0bb-831581ff49c1 2018-12-03 18:58:20,879 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9370331d-4291-4872-b538-7dc13e638284/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9370331d-4291-4872-b538-7dc13e638284/file', 'owner': u'3d1ffa3ba4a2400d98803f41fed1d46e', 'id': u'9370331d-4291-4872-b538-7dc13e638284', 'size': 12716032, u'self': u'/v2/images/9370331d-4291-4872-b538-7dc13e638284', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d1ffa3ba4a2400d98803f41fed1d46e', 'name': 'tempest_full_paral-project_def38f6c-d8cb-40c7-9cc5-a62be5744956', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/9370331d-4291-4872-b538-7dc13e638284/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-03T18:58:20Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-03T18:58:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/9370331d-4291-4872-b538-7dc13e638284', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956', 'created': u'2018-12-03T18:58:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-03T18:58:18Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9370331d-4291-4872-b538-7dc13e638284', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-03 18:58:20,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-03 18:58:20,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}de7465a571d3fe4088fe2291f475bb56ff035304" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-03 18:58:20,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:58: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-9dc5f09f-272a-4987-b223-0720cce48872 x-compute-request-id: req-9dc5f09f-272a-4987-b223-0720cce48872 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0d00747b-24f7-4861-a4ed-721308e453ae", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0d00747b-24f7-4861-a4ed-721308e453ae", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0d00747b-24f7-4861-a4ed-721308e453ae", "name": "tempest_full_parallel-flavor_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-03 18:58:20,936 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9dc5f09f-272a-4987-b223-0720cce48872 2018-12-03 18:58:20,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0558500289917s 2018-12-03 18:58:20,936 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9dc5f09f-272a-4987-b223-0720cce48872 returning object 0d00747b-24f7-4861-a4ed-721308e453ae 2018-12-03 18:58:20,937 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'0d00747b-24f7-4861-a4ed-721308e453ae', 'swap': 0}) 2018-12-03 18:58:20,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-03 18:58:20,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/0d00747b-24f7-4861-a4ed-721308e453ae/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}de7465a571d3fe4088fe2291f475bb56ff035304" -d '{"extra_specs": {}}' 2018-12-03 18:58:20,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 18:58: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-26ca6504-04f1-4375-b86f-f0cb1e65d77b x-compute-request-id: req-26ca6504-04f1-4375-b86f-f0cb1e65d77b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-03 18:58:20,957 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/0d00747b-24f7-4861-a4ed-721308e453ae/os-extra_specs used request id req-26ca6504-04f1-4375-b86f-f0cb1e65d77b 2018-12-03 18:58:20,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0192699432373s 2018-12-03 18:58:20,957 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/0d00747b-24f7-4861-a4ed-721308e453ae/os-extra_specs used request id req-26ca6504-04f1-4375-b86f-f0cb1e65d77b 2018-12-03 18:58:20,958 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956', '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'cc5f94ab06cc4f7a86a28b60f4ab302a', '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'0d00747b-24f7-4861-a4ed-721308e453ae', 'swap': 0}) 2018-12-03 18:58:24,104 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-03 18:58:22.869 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b05abb1e-540e-4b1b-8e3c-98daea3a3721) for deployment 'opnfv-rally' (UUID=1c075f31-7352-44f9-a524-55485bbc6a60). 2018-12-03 18:58:23.924 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-03 18:58:23.926 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b05abb1e-540e-4b1b-8e3c-98daea3a3721) has been successfully configured for deployment 'opnfv-rally' (UUID=1c075f31-7352-44f9-a524-55485bbc6a60)! 2018-12-03 18:58:24,104 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-03 18:58:24,105 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-03 18:58:24,108 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-03 18:58:24,122 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-03 18:58:26,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b05abb1e-540e-4b1b-8e3c-98daea3a3721/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-12-03 18:58:26,935 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-03 18:58:26,952 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-03 18:58:26,955 - 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-12-03 18:58:28,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:28.993 49 INFO rally.api [-] Starting verification (UUID=6a2b5e2f-3eee-4fad-bdea-e8c3c6859805) for deployment 'opnfv-rally' (UUID=1c075f31-7352-44f9-a524-55485bbc6a60) by verifier 'opnfv-tempest' (UUID=b05abb1e-540e-4b1b-8e3c-98daea3a3721). 2018-12-03 18:58:28,995 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6a2b5e2f-3eee-4fad-bdea-e8c3c6859805 2018-12-03 18:58:34,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:34.673 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-12-03 18:58:34,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:34.677 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-12-03 18:58:34,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:34.681 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-12-03 18:58:34,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:34.684 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-12-03 18:58:34,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:34.701 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-12-03 18:58:37,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:37.776 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.300s] 2018-12-03 18:58:37,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:37.798 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.165s] 2018-12-03 18:58:37,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:37.855 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.214s] 2018-12-03 18:58:37,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:37.901 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.045s] 2018-12-03 18:58:37,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:37.949 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.172s] 2018-12-03 18:58:37,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:37.988 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.087s] 2018-12-03 18:58:38,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.053 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.104s] 2018-12-03 18:58:38,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.089 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.101s] 2018-12-03 18:58:38,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.113 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.024s] 2018-12-03 18:58:38,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.118 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.274s] 2018-12-03 18:58:38,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.130 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.569s] 2018-12-03 18:58:38,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.142 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-12-03 18:58:38,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.176 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.124s] 2018-12-03 18:58:38,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.272 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.154s] 2018-12-03 18:58:38,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.336 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.158s] 2018-12-03 18:58:38,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.338 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.225s] 2018-12-03 18:58:38,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.360 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.217s] 2018-12-03 18:58:38,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.409 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.369s] 2018-12-03 18:58:38,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.413 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.074s] 2018-12-03 18:58:38,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.433 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.471s] 2018-12-03 18:58:38,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.481 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [0.946s] 2018-12-03 18:58:38,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.506 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.073s] 2018-12-03 18:58:38,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.579 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.686s] 2018-12-03 18:58:38,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.689 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.208s] 2018-12-03 18:58:38,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.737 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.327s] 2018-12-03 18:58:38,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.738 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.123s] 2018-12-03 18:58:38,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.749 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.012s] 2018-12-03 18:58:38,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.775 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.195s] 2018-12-03 18:58:38,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.815 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.066s] 2018-12-03 18:58:38,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.861 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.086s] 2018-12-03 18:58:38,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.867 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.050s] 2018-12-03 18:58:38,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.885 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.019s] 2018-12-03 18:58:38,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.926 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.040s] 2018-12-03 18:58:38,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.935 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.010s] 2018-12-03 18:58:38,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.946 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.210s] 2018-12-03 18:58:38,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.956 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.010s] 2018-12-03 18:58:38,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.965 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.009s] 2018-12-03 18:58:38,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:38.975 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.010s] 2018-12-03 18:58:39,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.005 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.143s] 2018-12-03 18:58:39,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.027 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.691s] 2018-12-03 18:58:39,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.073 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.566s] 2018-12-03 18:58:39,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.175 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.197s] 2018-12-03 18:58:39,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.178 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.174s] 2018-12-03 18:58:39,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.245 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.553s] 2018-12-03 18:58:39,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.260 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.232s] 2018-12-03 18:58:39,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.406 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.232s] 2018-12-03 18:58:39,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.441 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.034s] 2018-12-03 18:58:39,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.624 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.182s] 2018-12-03 18:58:39,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.629 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.384s] 2018-12-03 18:58:39,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.657 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.034s] 2018-12-03 18:58:39,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.666 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.009s] 2018-12-03 18:58:39,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.784 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [1.897s] 2018-12-03 18:58:39,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:39.930 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [0.667s] 2018-12-03 18:58:40,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:40.104 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.436s] 2018-12-03 18:58:40,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:40.216 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.288s] 2018-12-03 18:58:40,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:40.266 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.163s] 2018-12-03 18:58:40,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:40.664 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.446s] 2018-12-03 18:58:41,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:41.203 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [3.522s] 2018-12-03 18:58:42,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:42.328 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-12-03 18:58:43,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:43.502 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-12-03 18:58:43,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:43.503 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-12-03 18:58:45,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:45.388 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [2.041s] 2018-12-03 18:58:46,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:46.091 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.702s] 2018-12-03 18:58:46,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:46.387 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.588s] 2018-12-03 18:58:46,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:46.423 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.036s] 2018-12-03 18:58:46,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:46.565 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [5.361s] 2018-12-03 18:58:47,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:47.160 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [1.068s] 2018-12-03 18:58:47,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:47.196 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.036s] 2018-12-03 18:58:47,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:47.544 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.347s] 2018-12-03 18:58:47,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:47.700 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.259s] 2018-12-03 18:58:47,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:47.715 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.171s] 2018-12-03 18:58:47,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:47.775 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.228s] 2018-12-03 18:58:47,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:47.810 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.108s] 2018-12-03 18:58:47,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:47.868 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.092s] 2018-12-03 18:58:47,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:47.876 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.066s] 2018-12-03 18:58:47,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:47.915 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.045s] 2018-12-03 18:58:47,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:47.930 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.054s] 2018-12-03 18:58:48,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:48.106 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.185s] 2018-12-03 18:58:48,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:48.119 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.012s] 2018-12-03 18:58:48,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:48.160 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.041s] 2018-12-03 18:58:48,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:48.177 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.017s] 2018-12-03 18:58:48,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:48.195 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.018s] 2018-12-03 18:58:48,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:48.209 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.014s] 2018-12-03 18:58:48,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:48.236 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.026s] 2018-12-03 18:58:48,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:48.248 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.011s] 2018-12-03 18:58:48,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:48.270 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.022s] 2018-12-03 18:58:48,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:48.282 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.012s] 2018-12-03 18:58:48,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:48.296 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.013s] 2018-12-03 18:58:48,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:48.309 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.012s] 2018-12-03 18:58:48,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:48.320 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.010s] 2018-12-03 18:58:48,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:48.353 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.032s] 2018-12-03 18:58:50,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:50.515 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [12.729s] 2018-12-03 18:58:50,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:50.660 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [4.093s] 2018-12-03 18:58:50,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:50.664 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-12-03 18:58:50,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:50.666 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-12-03 18:58:50,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:50.676 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.014s] 2018-12-03 18:58:50,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:50.928 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.197s] 2018-12-03 18:58:52,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:52.917 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [1.205s] 2018-12-03 18:58:53,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:53.503 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.585s] 2018-12-03 18:58:54,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:54.195 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.691s] 2018-12-03 18:58:56,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:56.013 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [18.259s] 2018-12-03 18:58:56,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:56.886 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.562s] 2018-12-03 18:58:56,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:56.895 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.009s] 2018-12-03 18:58:57,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:57.187 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [2.650s] 2018-12-03 18:58:57,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:57.368 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.181s] 2018-12-03 18:58:57,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:57.829 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [0.931s] 2018-12-03 18:58:57,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:57.832 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-12-03 18:58:57,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:57.836 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-12-03 18:58:57,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:57.838 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.001s]: Skipped until Bug: 1161411 is resolved. 2018-12-03 18:58:58,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:58.213 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.381s] 2018-12-03 18:58:58,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:58.408 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.193s] 2018-12-03 18:58:58,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:58.410 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-12-03 18:58:58,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:58.412 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-12-03 18:58:58,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:58.414 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-12-03 18:58:58,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:58.439 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.613s] 2018-12-03 18:58:58,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:58:58.600 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.196s] 2018-12-03 18:59:00,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:00.321 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [1.881s] 2018-12-03 18:59:00,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:00.650 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [13.162s] 2018-12-03 18:59:01,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:01.172 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.850s] 2018-12-03 18:59:01,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:01.411 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.383s] 2018-12-03 18:59:01,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:01.937 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [4.566s] 2018-12-03 18:59:01,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:01.953 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [14.257s] 2018-12-03 18:59:02,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:02.016 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.604s] 2018-12-03 18:59:02,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:02.611 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.594s] 2018-12-03 18:59:03,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:03.367 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.416s] 2018-12-03 18:59:03,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:03.387 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [2.214s] 2018-12-03 18:59:04,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:04.243 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [0.875s] 2018-12-03 18:59:05,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:05.010 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [14.076s] 2018-12-03 18:59:05,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:05.016 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.010s] 2018-12-03 18:59:05,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:05.027 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.010s] 2018-12-03 18:59:05,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:05.039 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.011s] 2018-12-03 18:59:05,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:05.671 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [18.232s] 2018-12-03 18:59:05,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:05.699 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.031s] 2018-12-03 18:59:05,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:05.711 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.012s] 2018-12-03 18:59:05,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:05.719 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.476s] 2018-12-03 18:59:05,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:05.724 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.012s] 2018-12-03 18:59:05,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:05.733 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.009s] 2018-12-03 18:59:05,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:05.894 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [17.979s] 2018-12-03 18:59:05,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:05.939 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.205s] 2018-12-03 18:59:06,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:06.079 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.184s] 2018-12-03 18:59:06,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:06.251 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.532s] 2018-12-03 18:59:06,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:06.300 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.361s] 2018-12-03 18:59:06,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:06.567 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.316s] 2018-12-03 18:59:06,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:06.691 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.390s] 2018-12-03 18:59:07,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:07.020 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.328s] 2018-12-03 18:59:07,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:07.186 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.165s] 2018-12-03 18:59:07,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:07.515 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.946s] 2018-12-03 18:59:09,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:09.595 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [2.079s] 2018-12-03 18:59:10,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:10.138 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [8.201s] 2018-12-03 18:59:11,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:11.061 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [1.466s] 2018-12-03 18:59:11,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:11.604 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [6.564s] 2018-12-03 18:59:12,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:12.228 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.623s] 2018-12-03 18:59:13,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:13.499 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [17.485s] 2018-12-03 18:59:17,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:17.246 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [16.072s] 2018-12-03 18:59:17,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:17.674 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.211s] 2018-12-03 18:59:17,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:17.686 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.011s] 2018-12-03 18:59:17,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:17.699 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.013s] 2018-12-03 18:59:17,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:17.959 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.259s] 2018-12-03 18:59:17,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:17.971 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2018-12-03 18:59:18,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:18.022 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.051s] 2018-12-03 18:59:18,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:18.041 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.018s] 2018-12-03 18:59:18,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:18.090 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.049s] 2018-12-03 18:59:18,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:18.101 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.011s] 2018-12-03 18:59:18,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:18.143 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.041s] 2018-12-03 18:59:18,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:18.160 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.018s] 2018-12-03 18:59:19,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:19.385 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.779s] 2018-12-03 18:59:19,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:19.926 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.541s] 2018-12-03 18:59:21,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:21.155 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.354s] 2018-12-03 18:59:21,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:21.246 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.092s] 2018-12-03 18:59:21,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:21.349 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.102s] 2018-12-03 18:59:21,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:21.577 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.227s] 2018-12-03 18:59:22,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:22.645 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [5.399s] 2018-12-03 18:59:25,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:25.011 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-12-03 18:59:29,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:29.815 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [1.464s] 2018-12-03 18:59:30,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:30.034 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.218s] 2018-12-03 18:59:30,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:30.642 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.607s] 2018-12-03 18:59:31,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:31.309 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [16.492s] 2018-12-03 18:59:31,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:31.659 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [1.016s] 2018-12-03 18:59:31,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:31.666 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.360s] 2018-12-03 18:59:31,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:31.746 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.212s] 2018-12-03 18:59:31,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:31.784 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.037s] 2018-12-03 18:59:32,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:32.004 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.123s] 2018-12-03 18:59:32,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:32.027 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.243s] 2018-12-03 18:59:32,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:32.066 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.062s] 2018-12-03 18:59:32,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:32.122 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.054s] 2018-12-03 18:59:32,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:32.174 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.052s] 2018-12-03 18:59:32,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:32.204 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.030s] 2018-12-03 18:59:32,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:32.269 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.065s] 2018-12-03 18:59:32,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:32.335 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.065s] 2018-12-03 18:59:32,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:32.414 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.079s] 2018-12-03 18:59:32,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:32.440 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.026s] 2018-12-03 18:59:32,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:32.461 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.803s] 2018-12-03 18:59:32,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:32.499 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.059s] 2018-12-03 18:59:32,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:32.557 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.056s] 2018-12-03 18:59:33,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:33.875 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [2.207s] 2018-12-03 18:59:34,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:34.500 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.625s] 2018-12-03 18:59:34,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:34.549 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.049s] 2018-12-03 18:59:35,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:35.612 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.061s] 2018-12-03 18:59:36,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:36.094 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.482s] 2018-12-03 18:59:38,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:38.629 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [27.026s] 2018-12-03 18:59:40,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:40.488 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [1.862s] 2018-12-03 18:59:41,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:41.881 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 [39.259s] 2018-12-03 18:59:42,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:42.368 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.047s] 2018-12-03 18:59:51,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:51.949 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [11.459s] 2018-12-03 18:59:54,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:54.422 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.046s] 2018-12-03 18:59:54,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:54.535 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.112s] 2018-12-03 18:59:58,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:58.344 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [10.981s] 2018-12-03 18:59:58,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:58.757 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.083s] 2018-12-03 18:59:58,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:58.826 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-12-03 18:59:59,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:59.184 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-12-03 18:59:59,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:59.486 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.659s] 2018-12-03 18:59:59,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:59.582 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.095s] 2018-12-03 18:59:59,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 18:59:59.584 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-12-03 19:00:04,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:04.721 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [35.474s] 2018-12-03 19:00:05,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:05.855 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [7.511s] 2018-12-03 19:00:06,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:06.502 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.787s] 2018-12-03 19:00:11,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:11.540 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.212s] 2018-12-03 19:00:12,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:12.058 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.519s] 2018-12-03 19:00:13,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:13.881 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [26.876s] 2018-12-03 19:00:16,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:16.352 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-12-03 19:00:17,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:17.010 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-12-03 19:00:20,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:20.381 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [3.471s] 2018-12-03 19:00:20,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:20.449 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.068s] 2018-12-03 19:00:20,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:20.672 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.219s] 2018-12-03 19:00:20,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:20.771 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.102s] 2018-12-03 19:00:20,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:20.774 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-12-03 19:00:23,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:23.737 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [95.554s] 2018-12-03 19:00:23,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:23.755 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.023s] 2018-12-03 19:00:26,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:26.021 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [43.644s] 2018-12-03 19:00:29,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:29.748 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [3.729s] 2018-12-03 19:00:34,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:34.040 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.597s] 2018-12-03 19:00:38,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:38.474 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [24.590s] 2018-12-03 19:00:42,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:42.232 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.320s] 2018-12-03 19:00:46,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:46.699 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.433s] 2018-12-03 19:00:46,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:46.771 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.073s] 2018-12-03 19:00:50,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:50.914 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [4.141s] 2018-12-03 19:00:50,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:50.996 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.081s] 2018-12-03 19:00:51,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:51.606 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [59.640s] 2018-12-03 19:00:52,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:52.338 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [70.440s] 2018-12-03 19:00:52,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:52.503 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 [23.996s] 2018-12-03 19:00:52,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:52.516 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-12-03 19:00:54,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:54.032 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [1.515s] 2018-12-03 19:00:54,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:54.200 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.168s] 2018-12-03 19:00:54,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:54.383 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [2.784s] 2018-12-03 19:00:54,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:54.428 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [3.432s] 2018-12-03 19:00:58,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:58.672 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [28.917s] 2018-12-03 19:00:58,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:00:58.674 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-12-03 19:01:04,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:04.682 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [108.425s] 2018-12-03 19:01:07,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:07.155 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [22.254s] 2018-12-03 19:01:10,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:10.019 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [52.995s] 2018-12-03 19:01:10,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:10.256 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.669s] 2018-12-03 19:01:14,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:14.519 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [4.262s] 2018-12-03 19:01:15,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:15.332 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.786s] 2018-12-03 19:01:16,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:16.787 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [5.342s] 2018-12-03 19:01:17,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:17.987 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 [1.201s] 2018-12-03 19:01:18,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:18.006 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.019s] 2018-12-03 19:01:20,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:20.892 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 [2.884s] 2018-12-03 19:01:21,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:21.583 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 [0.691s] 2018-12-03 19:01:24,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:24.515 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 [2.931s] 2018-12-03 19:01:24,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:24.916 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.400s] 2018-12-03 19:01:24,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:24.945 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-12-03 19:01:25,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:25.438 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-12-03 19:01:26,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:26.250 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [110.129s] 2018-12-03 19:01:26,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:26.719 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [19.563s] 2018-12-03 19:01:27,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:27.038 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [35.813s] 2018-12-03 19:01:28,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:28.910 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.993s] 2018-12-03 19:01:28,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:28.990 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.372s] 2018-12-03 19:01:32,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:32.608 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [5.575s] 2018-12-03 19:01:33,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:33.638 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [4.725s] 2018-12-03 19:01:34,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:34.884 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.057s] 2018-12-03 19:01:34,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:34.897 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.013s] 2018-12-03 19:01:35,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:35.206 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [19.869s] 2018-12-03 19:01:35,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:35.473 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [1.838s] 2018-12-03 19:01:36,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:36.551 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [10.300s] 2018-12-03 19:01:38,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:38.277 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.726s] 2018-12-03 19:01:40,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:40.734 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-12-03 19:01:40,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:40.735 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2018-12-03 19:01:40,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:40.736 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2018-12-03 19:01:44,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:44.253 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.660s] 2018-12-03 19:01:45,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:45.962 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.537s] 2018-12-03 19:01:46,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:46.031 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.069s] 2018-12-03 19:01:49,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:49.134 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [39.109s] 2018-12-03 19:01:49,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:49.136 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: Skipped until Bug: 1524898 is resolved. 2018-12-03 19:01:49,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:49.774 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.566s] 2018-12-03 19:01:52,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:52.166 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-12-03 19:01:57,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:57.079 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.154s] 2018-12-03 19:01:57,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:57.249 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.170s] 2018-12-03 19:01:58,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:58.732 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [94.951s] 2018-12-03 19:01:59,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:01:59.221 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-12-03 19:02:03,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:03.182 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.622s] 2018-12-03 19:02:03,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:03.714 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.531s] 2018-12-03 19:02:03,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:03.887 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [18.503s] 2018-12-03 19:02:04,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:04.062 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.381s] 2018-12-03 19:02:04,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:04.080 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.019s] 2018-12-03 19:02:04,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:04.104 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.023s] 2018-12-03 19:02:04,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:04.464 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.357s] 2018-12-03 19:02:04,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:04.533 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.819s] 2018-12-03 19:02:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:06.045 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.576s] 2018-12-03 19:02:06,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:06.059 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.018s] 2018-12-03 19:02:06,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:06.081 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.021s] 2018-12-03 19:02:06,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:06.096 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.015s] 2018-12-03 19:02:06,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:06.107 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.010s] 2018-12-03 19:02:06,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:06.133 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.026s] 2018-12-03 19:02:06,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:06.144 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.010s] 2018-12-03 19:02:06,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:06.155 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.012s] 2018-12-03 19:02:14,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:14.467 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2018-12-03 19:02:14,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:14.661 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [23.731s] 2018-12-03 19:02:15,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:15.570 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.057s] 2018-12-03 19:02:16,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:16.968 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [78.279s] 2018-12-03 19:02:17,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:17.830 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [86.273s] 2018-12-03 19:02:22,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:22.009 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.438s] 2018-12-03 19:02:22,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:22.466 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [4.578s] 2018-12-03 19:02:25,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:25.312 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.203s] 2018-12-03 19:02:25,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:25.381 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-12-03 19:02:25,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:25.569 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [21.681s] 2018-12-03 19:02:25,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:25.620 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.239s] 2018-12-03 19:02:25,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:25.716 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.095s] 2018-12-03 19:02:25,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:25.718 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-12-03 19:02:33,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:33.625 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.169s] 2018-12-03 19:02:33,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:33.815 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.189s] 2018-12-03 19:02:33,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:33.966 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.151s] 2018-12-03 19:02:34,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:34.376 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.410s] 2018-12-03 19:02:34,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:34.586 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.208s] 2018-12-03 19:02:37,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:37.277 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [47.490s] 2018-12-03 19:02:45,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:45.429 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [18.904s] 2018-12-03 19:02:45,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:45.872 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [28.898s] 2018-12-03 19:02:46,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:46.494 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [15.985s] 2018-12-03 19:02:46,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:46.496 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-12-03 19:02:46,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:46.498 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-12-03 19:02:46,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:46.499 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-12-03 19:02:47,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:47.756 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.083s] 2018-12-03 19:02:55,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:55.212 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [7.877s] 2018-12-03 19:02:58,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:58.636 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.422s] 2018-12-03 19:02:59,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:02:59.222 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.385s] 2018-12-03 19:03:00,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:00.024 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.801s] 2018-12-03 19:03:00,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:00.630 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.605s] 2018-12-03 19:03:01,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:01.008 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [23.730s] 2018-12-03 19:03:01,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:01.348 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.718s] 2018-12-03 19:03:02,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:02.060 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.711s] 2018-12-03 19:03:02,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:02.472 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.412s] 2018-12-03 19:03:02,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:02.714 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [4.079s] 2018-12-03 19:03:02,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:02.826 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [37.257s] 2018-12-03 19:03:02,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:02.943 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-12-03 19:03:06,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:06.685 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.970s] 2018-12-03 19:03:13,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:13.531 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [7.932s] 2018-12-03 19:03:13,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:13.968 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [9.782s] 2018-12-03 19:03:14,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:14.431 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.899s] 2018-12-03 19:03:15,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:15.167 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-12-03 19:03:15,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:15.968 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-12-03 19:03:17,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:17.817 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [70.040s] 2018-12-03 19:03:18,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:18.905 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.587s] 2018-12-03 19:03:19,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:19.076 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.171s] 2018-12-03 19:03:19,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:19.209 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.402s] 2018-12-03 19:03:19,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:19.432 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.355s] 2018-12-03 19:03:21,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:21.448 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [7.016s] 2018-12-03 19:03:21,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:21.836 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [19.008s] 2018-12-03 19:03:22,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:22.445 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [4.588s] 2018-12-03 19:03:26,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:26.304 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [3.859s] 2018-12-03 19:03:28,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:28.233 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [1.928s] 2018-12-03 19:03:29,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:29.485 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [13.815s] 2018-12-03 19:03:31,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:31.515 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [10.066s] 2018-12-03 19:03:31,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:31.587 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [3.353s] 2018-12-03 19:03:32,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:32.027 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.108s] 2018-12-03 19:03:32,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:32.453 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.424s] 2018-12-03 19:03:32,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:32.541 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.088s] 2018-12-03 19:03:32,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:32.636 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.095s] 2018-12-03 19:03:32,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:32.714 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.077s] 2018-12-03 19:03:33,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:33.305 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [0.591s] 2018-12-03 19:03:33,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:33.493 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [94.734s] 2018-12-03 19:03:33,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:33.706 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.400s] 2018-12-03 19:03:35,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:35.313 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [3.725s] 2018-12-03 19:03:37,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:37.971 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-12-03 19:03:37,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:37.993 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [132.516s] 2018-12-03 19:03:39,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:39.081 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [3.768s] 2018-12-03 19:03:40,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:40.317 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [18.480s] 2018-12-03 19:03:43,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:43.334 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [1.452s] 2018-12-03 19:03:43,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:43.984 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [5.994s] 2018-12-03 19:03:45,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:45.868 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.533s] 2018-12-03 19:03:46,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:46.158 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [16.672s] 2018-12-03 19:03:51,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:51.664 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [96.988s] 2018-12-03 19:03:52,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:52.378 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.345s] 2018-12-03 19:03:52,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:52.571 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.192s] 2018-12-03 19:03:52,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:52.764 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.192s] 2018-12-03 19:03:53,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:53.410 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.645s] 2018-12-03 19:03:53,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:53.586 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [95.729s] 2018-12-03 19:03:53,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:53.940 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.529s] 2018-12-03 19:03:54,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:54.354 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.414s] 2018-12-03 19:03:54,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:54.553 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.198s] 2018-12-03 19:03:54,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:54.770 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.216s] 2018-12-03 19:03:54,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:54.832 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.062s] 2018-12-03 19:03:55,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:55.247 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.413s] 2018-12-03 19:03:55,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:55.468 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.221s] 2018-12-03 19:03:55,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:55.532 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [4.010s] 2018-12-03 19:03:56,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:56.235 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.764s] 2018-12-03 19:03:56,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:56.482 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.176s] 2018-12-03 19:03:56,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:56.644 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.411s] 2018-12-03 19:03:56,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:56.661 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.179s] 2018-12-03 19:03:56,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:56.811 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.149s] 2018-12-03 19:03:56,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:56.956 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.144s] 2018-12-03 19:03:57,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:57.085 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [29.702s] 2018-12-03 19:03:57,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:57.105 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.149s] 2018-12-03 19:03:57,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:57.316 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.210s] 2018-12-03 19:03:57,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:57.324 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.007s] 2018-12-03 19:03:57,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:57.491 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.166s] 2018-12-03 19:03:57,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:57.657 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.423s] 2018-12-03 19:03:57,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:57.661 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.170s] 2018-12-03 19:03:57,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:03:57.810 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.149s] 2018-12-03 19:04:01,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:01.415 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [21.097s] 2018-12-03 19:04:01,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:01.719 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [4.062s] 2018-12-03 19:04:03,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:03.883 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.366s] 2018-12-03 19:04:05,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:05.041 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.155s] 2018-12-03 19:04:05,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:05.285 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.242s] 2018-12-03 19:04:07,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:07.049 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 [5.328s] 2018-12-03 19:04:07,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:07.160 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.875s] 2018-12-03 19:04:07,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:07.538 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-12-03 19:04:08,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:08.393 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.231s] 2018-12-03 19:04:08,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:08.545 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.152s] 2018-12-03 19:04:08,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:08.723 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.178s] 2018-12-03 19:04:08,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:08.742 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.019s] 2018-12-03 19:04:08,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:08.847 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [106.535s] 2018-12-03 19:04:08,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:08.903 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.161s] 2018-12-03 19:04:10,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:10.377 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [84.488s] 2018-12-03 19:04:10,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:10.650 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 [3.600s] 2018-12-03 19:04:10,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:10.958 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [69.935s] 2018-12-03 19:04:12,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:12.769 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.925s] 2018-12-03 19:04:14,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:14.598 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.946s] 2018-12-03 19:04:14,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:14.671 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.824s] 2018-12-03 19:04:15,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:15.151 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [0.479s] 2018-12-03 19:04:16,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:16.462 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [32.469s] 2018-12-03 19:04:18,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:18.150 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.467s] 2018-12-03 19:04:18,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:18.522 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.372s] 2018-12-03 19:04:18,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:18.609 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [7.147s] 2018-12-03 19:04:18,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:18.902 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.379s] 2018-12-03 19:04:19,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:19.339 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.435s] 2018-12-03 19:04:19,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:19.743 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.405s] 2018-12-03 19:04:19,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:19.762 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [18.347s] 2018-12-03 19:04:19,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:19.870 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [4.427s] 2018-12-03 19:04:20,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:20.085 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.932s] 2018-12-03 19:04:20,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:20.255 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [34.096s] 2018-12-03 19:04:20,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:20.996 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [8.226s] 2018-12-03 19:04:21,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:21.300 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [1.216s] 2018-12-03 19:04:27,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:27.105 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [5.804s] 2018-12-03 19:04:27,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:27.245 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.180s] 2018-12-03 19:04:27,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:27.358 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest ... skip: DVR extension not enabled. 2018-12-03 19:04:27,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:27.361 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-12-03 19:04:27,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:27.362 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-12-03 19:04:27,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:27.363 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-12-03 19:04:32,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:32.354 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [5.215s] 2018-12-03 19:04:33,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:33.430 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.303s] 2018-12-03 19:04:33,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:33.441 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-12-03 19:04:33,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:33.595 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.166s] 2018-12-03 19:04:34,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:34.110 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [17.647s] 2018-12-03 19:04:34,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:34.903 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [2.403s] 2018-12-03 19:04:34,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:34.985 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.880s] 2018-12-03 19:04:36,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:36.838 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [45.172s] 2018-12-03 19:04:38,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:38.293 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.097s] 2018-12-03 19:04:38,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:38.325 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.971s] 2018-12-03 19:04:38,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:38.558 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.265s] 2018-12-03 19:04:38,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:38.782 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.223s] 2018-12-03 19:04:39,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:39.736 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.953s] 2018-12-03 19:04:39,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:39.772 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [20.010s] 2018-12-03 19:04:39,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:39.887 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [19.631s] 2018-12-03 19:04:40,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:40.629 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.891s] 2018-12-03 19:04:42,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:42.423 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [4.227s] 2018-12-03 19:04:42,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:42.501 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.080s] 2018-12-03 19:04:42,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:42.527 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [1.899s] 2018-12-03 19:04:43,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:43.211 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.683s] 2018-12-03 19:04:44,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:44.559 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-12-03 19:04:45,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:45.769 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [14.364s] 2018-12-03 19:04:50,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:50.061 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-12-03 19:04:50,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:50.063 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-12-03 19:04:51,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:51.467 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [8.252s] 2018-12-03 19:04:51,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:51.563 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [16.571s] 2018-12-03 19:04:52,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:52.525 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.060s] 2018-12-03 19:04:52,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:52.585 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.061s] 2018-12-03 19:04:55,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:55.533 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [93.307s] 2018-12-03 19:04:56,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:56.115 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [3.528s] 2018-12-03 19:04:56,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:56.174 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-12-03 19:04:57,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:57.337 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.221s] 2018-12-03 19:04:59,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:59.706 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-12-03 19:04:59,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:04:59.744 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [8.183s] 2018-12-03 19:05:00,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:00.017 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [21.689s] 2018-12-03 19:05:03,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:03.141 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [3.053s] 2018-12-03 19:05:05,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:05.251 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [2.108s] 2018-12-03 19:05:05,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:05.310 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [107.468s] 2018-12-03 19:05:06,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:06.524 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [93.012s] 2018-12-03 19:05:07,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:07.084 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.832s] 2018-12-03 19:05:07,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:07.422 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [27.534s] 2018-12-03 19:05:08,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:08.802 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [1.717s] 2018-12-03 19:05:10,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:10.402 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.462s] 2018-12-03 19:05:10,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:10.994 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [11.303s] 2018-12-03 19:05:11,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:11.050 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.648s] 2018-12-03 19:05:11,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:11.289 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.238s] 2018-12-03 19:05:11,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:11.761 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.471s] 2018-12-03 19:05:12,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:12.016 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [3.214s] 2018-12-03 19:05:12,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:12.156 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.395s] 2018-12-03 19:05:12,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:12.228 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-12-03 19:05:12,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:12.391 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.162s] 2018-12-03 19:05:12,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:12.470 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [5.137s] 2018-12-03 19:05:12,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:12.471 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.079s] 2018-12-03 19:05:12,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:12.538 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-12-03 19:05:12,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:12.604 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.066s] 2018-12-03 19:05:12,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:12.681 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.076s] 2018-12-03 19:05:13,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:13.377 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.265s] 2018-12-03 19:05:13,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:13.393 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.017s] 2018-12-03 19:05:13,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:13.543 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.149s] 2018-12-03 19:05:13,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:13.592 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.048s] 2018-12-03 19:05:13,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:13.664 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.071s] 2018-12-03 19:05:14,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:14.948 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [4.967s] 2018-12-03 19:05:14,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:14.958 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [81.348s] 2018-12-03 19:05:16,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:16.074 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.129s] 2018-12-03 19:05:16,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:16.554 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [4.537s] 2018-12-03 19:05:19,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:19.153 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [6.684s] 2018-12-03 19:05:20,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:20.658 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [34.884s] 2018-12-03 19:05:21,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:21.580 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.202s] 2018-12-03 19:05:22,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:22.064 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [11.069s] 2018-12-03 19:05:22,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:22.456 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [3.303s] 2018-12-03 19:05:28,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:28.612 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [6.155s] 2018-12-03 19:05:28,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:28.893 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [12.239s] 2018-12-03 19:05:29,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:29.677 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [8.095s] 2018-12-03 19:05:33,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:33.096 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [11.031s] 2018-12-03 19:05:33,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:33.728 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [4.048s] 2018-12-03 19:05:34,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:34.249 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [26.826s] 2018-12-03 19:05:34,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:34.681 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.955s] 2018-12-03 19:05:35,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:35.591 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.908s] 2018-12-03 19:05:36,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:36.839 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.248s] 2018-12-03 19:05:37,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:37.696 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.856s] 2018-12-03 19:05:38,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:38.496 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-12-03 19:05:38,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:38.506 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [9.613s] 2018-12-03 19:05:38,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:38.620 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.923s] 2018-12-03 19:05:39,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:39.529 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [6.314s] 2018-12-03 19:05:39,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:39.785 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.688s] 2018-12-03 19:05:40,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:40.359 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.737s] 2018-12-03 19:05:40,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:40.737 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.430s] 2018-12-03 19:05:42,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:42.857 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.499s] 2018-12-03 19:05:43,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:43.112 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.254s] 2018-12-03 19:05:43,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:43.820 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.707s] 2018-12-03 19:05:44,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:44.098 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.278s] 2018-12-03 19:05:44,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:44.395 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_add_list_remove_router_on_l3_agent ... success [1.371s] 2018-12-03 19:05:44,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:44.468 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_list_routers_on_l3_agent ... success [0.072s] 2018-12-03 19:05:44,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:44.601 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.502s] 2018-12-03 19:05:44,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:44.656 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [5.129s] 2018-12-03 19:05:44,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:44.910 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [24.251s] 2018-12-03 19:05:45,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:45.137 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.535s] 2018-12-03 19:05:45,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:45.523 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.737s] 2018-12-03 19:05:45,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:45.601 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.464s] 2018-12-03 19:05:46,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:46.352 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.749s] 2018-12-03 19:05:47,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:47.405 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.052s] 2018-12-03 19:05:47,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:47.905 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.500s] 2018-12-03 19:05:48,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:48.842 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.334s] 2018-12-03 19:05:49,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:49.781 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [44.462s] 2018-12-03 19:05:50,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:50.098 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [9.360s] 2018-12-03 19:05:51,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:51.581 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [6.921s] 2018-12-03 19:05:52,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:52.512 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [4.605s] 2018-12-03 19:05:52,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:52.513 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-12-03 19:05:52,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:52.982 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.471s] 2018-12-03 19:05:53,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:53.398 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [7.874s] 2018-12-03 19:05:53,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:53.468 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [19.218s] 2018-12-03 19:05:53,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:53.595 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.613s] 2018-12-03 19:05:53,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:53.632 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [4.789s] 2018-12-03 19:05:53,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:53.866 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.269s] 2018-12-03 19:05:54,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:54.113 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.247s] 2018-12-03 19:05:54,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:54.352 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.238s] 2018-12-03 19:05:54,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:54.924 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.571s] 2018-12-03 19:05:55,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:55.193 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.268s] 2018-12-03 19:05:55,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:55.221 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-12-03 19:05:55,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:55.224 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-12-03 19:05:55,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:55.226 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-12-03 19:05:55,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:55.227 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-12-03 19:05:55,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:55.228 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-12-03 19:05:55,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:55.596 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.402s] 2018-12-03 19:05:55,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:55.728 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [11.617s] 2018-12-03 19:05:55,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:55.975 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.247s] 2018-12-03 19:05:56,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:56.161 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [4.582s] 2018-12-03 19:05:56,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:56.517 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.542s] 2018-12-03 19:05:56,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:56.753 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [1.157s] 2018-12-03 19:05:56,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:56.960 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [61.414s] 2018-12-03 19:05:57,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:57.249 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.496s] 2018-12-03 19:05:57,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:57.284 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.651s] 2018-12-03 19:05:57,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:57.725 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.474s] 2018-12-03 19:05:58,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:58.610 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [45.918s] 2018-12-03 19:05:58,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:58.624 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.019s] 2018-12-03 19:05:58,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:58.738 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.011s] 2018-12-03 19:05:58,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:58.741 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-12-03 19:05:58,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:58.742 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-12-03 19:05:59,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:59.178 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.439s] 2018-12-03 19:05:59,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:59.426 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [0.799s] 2018-12-03 19:05:59,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:59.430 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-12-03 19:05:59,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:59.704 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.526s] 2018-12-03 19:05:59,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:59.741 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.313s] 2018-12-03 19:05:59,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:59.773 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.674s] 2018-12-03 19:05:59,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:05:59.928 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.188s] 2018-12-03 19:06:00,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:00.367 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [3.848s] 2018-12-03 19:06:01,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:01.707 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [8.308s] 2018-12-03 19:06:02,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:02.057 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [12.279s] 2018-12-03 19:06:02,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:02.965 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [6.801s] 2018-12-03 19:06:03,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:03.544 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [3.176s] 2018-12-03 19:06:03,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:03.576 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [1.961s] 2018-12-03 19:06:03,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:03.772 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.197s] 2018-12-03 19:06:03,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:03.792 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.248s] 2018-12-03 19:06:03,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:03.847 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.055s] 2018-12-03 19:06:03,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:03.987 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.214s] 2018-12-03 19:06:06,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:06.514 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [6.808s] 2018-12-03 19:06:07,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:07.050 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.536s] 2018-12-03 19:06:07,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:07.377 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.326s] 2018-12-03 19:06:07,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:07.379 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-12-03 19:06:07,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:07.380 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-12-03 19:06:07,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:07.557 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-12-03 19:06:07,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:07.559 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-12-03 19:06:07,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:07.560 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-12-03 19:06:07,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:07.626 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.248s] 2018-12-03 19:06:07,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:07.898 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.271s] 2018-12-03 19:06:08,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:08.075 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [5.108s] 2018-12-03 19:06:08,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:08.210 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.312s] 2018-12-03 19:06:08,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:08.270 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [4.280s] 2018-12-03 19:06:09,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:09.221 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [69.475s] 2018-12-03 19:06:09,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:09.615 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.259s] 2018-12-03 19:06:10,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:10.165 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.457s] 2018-12-03 19:06:10,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:10.318 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.097s]: Skipped until Bug: 1014647 is resolved. 2018-12-03 19:06:11,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:11.103 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [17.635s] 2018-12-03 19:06:11,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:11.204 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-12-03 19:06:11,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:11.433 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [1.268s] 2018-12-03 19:06:11,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:11.927 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.457s] 2018-12-03 19:06:12,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:12.129 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.202s] 2018-12-03 19:06:13,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:13.586 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.109s] 2018-12-03 19:06:13,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:13.667 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.080s] 2018-12-03 19:06:13,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:13.792 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.124s] 2018-12-03 19:06:13,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:13.799 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2018-12-03 19:06:14,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:14.037 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [5.764s] 2018-12-03 19:06:14,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:14.123 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.088s] 2018-12-03 19:06:14,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:14.993 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [0.869s] 2018-12-03 19:06:15,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:15.549 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [18.264s] 2018-12-03 19:06:15,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:15.781 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.232s] 2018-12-03 19:06:15,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:15.828 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.048s] 2018-12-03 19:06:15,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:15.948 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.513s] 2018-12-03 19:06:16,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:16.170 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.222s] 2018-12-03 19:06:16,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:16.454 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.283s] 2018-12-03 19:06:16,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:16.609 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.154s] 2018-12-03 19:06:16,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:16.675 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.066s] 2018-12-03 19:06:16,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:16.740 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.065s] 2018-12-03 19:06:16,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:16.909 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.497s] 2018-12-03 19:06:16,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:16.985 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.245s] 2018-12-03 19:06:17,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:17.236 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.250s] 2018-12-03 19:06:17,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:17.289 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.379s] 2018-12-03 19:06:17,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:17.318 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.081s] 2018-12-03 19:06:17,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:17.600 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.281s] 2018-12-03 19:06:18,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:18.018 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.728s] 2018-12-03 19:06:18,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:18.528 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.190s] 2018-12-03 19:06:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:19.487 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.889s] 2018-12-03 19:06:19,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:19.497 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-12-03 19:06:21,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:21.522 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [2.065s] 2018-12-03 19:06:21,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:21.690 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-12-03 19:06:22,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:22.230 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.707s] 2018-12-03 19:06:22,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:22.814 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-12-03 19:06:25,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:25.788 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [3.557s] 2018-12-03 19:06:25,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:25.841 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [3.696s] 2018-12-03 19:06:28,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:28.104 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [6.347s] 2018-12-03 19:06:28,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:28.316 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [2.475s] 2018-12-03 19:06:28,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:28.989 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.672s] 2018-12-03 19:06:29,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:29.566 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.450s] 2018-12-03 19:06:29,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:29.588 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [11.986s] 2018-12-03 19:06:30,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:30.319 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [1.329s] 2018-12-03 19:06:30,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:30.354 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [14.524s] 2018-12-03 19:06:32,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:32.321 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [2.002s] 2018-12-03 19:06:33,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:33.419 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 [4.068s] 2018-12-03 19:06:33,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:33.661 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [5.557s] 2018-12-03 19:06:34,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:34.011 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-12-03 19:06:34,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:34.759 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [2.436s] 2018-12-03 19:06:35,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:35.377 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.160s] 2018-12-03 19:06:36,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:36.450 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [3.031s] 2018-12-03 19:06:37,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:37.333 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.203s] 2018-12-03 19:06:38,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:38.092 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [3.332s] 2018-12-03 19:06:38,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:38.290 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [4.628s] 2018-12-03 19:06:38,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:38.454 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [83.479s] 2018-12-03 19:06:38,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:38.839 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.746s] 2018-12-03 19:06:38,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:38.956 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.577s] 2018-12-03 19:06:38,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:38.998 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 [2.547s] 2018-12-03 19:06:39,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:39.431 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.071s] 2018-12-03 19:06:39,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:39.446 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.015s] 2018-12-03 19:06:39,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:39.585 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.745s] 2018-12-03 19:06:39,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:39.641 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.194s] 2018-12-03 19:06:39,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:39.656 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.015s] 2018-12-03 19:06:39,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:39.672 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.016s] 2018-12-03 19:06:39,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:39.721 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.048s] 2018-12-03 19:06:39,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:39.800 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.079s] 2018-12-03 19:06:39,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:39.913 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.112s] 2018-12-03 19:06:39,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:39.960 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.003s] 2018-12-03 19:06:40,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:40.159 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.572s] 2018-12-03 19:06:40,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:40.379 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.465s] 2018-12-03 19:06:40,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:40.399 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.020s] 2018-12-03 19:06:40,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:40.471 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.070s] 2018-12-03 19:06:41,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:41.225 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.264s] 2018-12-03 19:06:42,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:42.489 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.232s] 2018-12-03 19:06:42,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:42.615 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [32.289s] 2018-12-03 19:06:42,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:42.695 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.204s] 2018-12-03 19:06:42,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:42.904 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.209s] 2018-12-03 19:06:42,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:42.946 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.041s] 2018-12-03 19:06:42,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:42.986 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.039s] 2018-12-03 19:06:43,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:43.188 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.202s] 2018-12-03 19:06:43,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:43.374 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.185s] 2018-12-03 19:06:43,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:43.501 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.497s] 2018-12-03 19:06:43,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:43.546 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.171s] 2018-12-03 19:06:43,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:43.682 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.457s] 2018-12-03 19:06:43,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:43.728 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.182s] 2018-12-03 19:06:43,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:43.761 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.033s] 2018-12-03 19:06:44,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:44.009 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [17.977s] 2018-12-03 19:06:44,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:44.010 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: Skip because of Bug#1677525 2018-12-03 19:06:45,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:45.244 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-12-03 19:06:45,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:45.420 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [7.129s] 2018-12-03 19:06:45,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:45.425 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.236s] 2018-12-03 19:06:45,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:45.494 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.069s] 2018-12-03 19:06:45,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:45.832 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.110s] 2018-12-03 19:06:45,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:45.913 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.419s] 2018-12-03 19:06:45,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:45.927 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.014s] 2018-12-03 19:06:45,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:45.990 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.062s] 2018-12-03 19:06:46,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:46.003 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.012s] 2018-12-03 19:06:46,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:46.056 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.052s] 2018-12-03 19:06:46,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:46.112 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.057s] 2018-12-03 19:06:48,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:48.102 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.418s] 2018-12-03 19:06:49,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:49.913 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [11.458s] 2018-12-03 19:06:50,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:50.756 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.653s] 2018-12-03 19:06:51,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:51.217 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.461s] 2018-12-03 19:06:52,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:52.271 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [2.296s] 2018-12-03 19:06:52,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:52.760 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [4.459s] 2018-12-03 19:06:53,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:53.149 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.640s] 2018-12-03 19:06:53,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:53.183 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [1.964s] 2018-12-03 19:06:53,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:53.821 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [7.986s] 2018-12-03 19:06:55,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:55.704 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [2.555s] 2018-12-03 19:06:56,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:56.277 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [3.093s] 2018-12-03 19:06:56,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:56.469 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.193s] 2018-12-03 19:06:56,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:56.488 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-12-03 19:06:56,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:56.505 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2018-12-03 19:06:56,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:56.536 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.832s] 2018-12-03 19:06:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:56.964 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-12-03 19:06:57,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:57.102 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [6.283s] 2018-12-03 19:06:57,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:57.105 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-12-03 19:06:57,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:57.375 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.838s] 2018-12-03 19:06:58,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:58.064 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.019s] 2018-12-03 19:06:58,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:58.329 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-12-03 19:06:58,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:58.330 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-12-03 19:06:58,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:58.332 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-12-03 19:06:58,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:58.376 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-12-03 19:06:58,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:58.458 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [6.234s] 2018-12-03 19:06:59,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:59.700 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [29.344s] 2018-12-03 19:06:59,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:59.912 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.213s] 2018-12-03 19:06:59,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:06:59.957 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.044s] 2018-12-03 19:07:00,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:00.508 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.056s] 2018-12-03 19:07:00,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:00.531 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.023s] 2018-12-03 19:07:00,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:00.761 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.166s] 2018-12-03 19:07:01,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:01.693 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.913s] 2018-12-03 19:07:01,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:01.921 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [3.854s] 2018-12-03 19:07:02,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:02.217 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [16.634s] 2018-12-03 19:07:02,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:02.251 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2018-12-03 19:07:03,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:03.417 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [9.595s] 2018-12-03 19:07:03,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:03.879 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.000s] 2018-12-03 19:07:05,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:05.138 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2018-12-03 19:07:05,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:05.140 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR ... skip: dvr extension not enabled. 2018-12-03 19:07:06,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:06.059 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [7.600s] 2018-12-03 19:07:07,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:07.193 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.976s] 2018-12-03 19:07:07,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:07.323 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.514s] 2018-12-03 19:07:07,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:07.331 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.009s] 2018-12-03 19:07:07,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:07.536 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.202s] 2018-12-03 19:07:07,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:07.709 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.174s] 2018-12-03 19:07:07,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:07.720 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2018-12-03 19:07:07,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:07.733 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2018-12-03 19:07:08,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:08.090 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.356s] 2018-12-03 19:07:08,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:08.100 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-12-03 19:07:08,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:08.109 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-12-03 19:07:08,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:08.471 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.360s] 2018-12-03 19:07:08,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:08.863 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.392s] 2018-12-03 19:07:08,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:08.946 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [1.408s] 2018-12-03 19:07:09,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:09.325 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [5.907s] 2018-12-03 19:07:09,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:09.991 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [10.031s] 2018-12-03 19:07:10,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:10.522 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-12-03 19:07:10,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:10.538 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [3.346s] 2018-12-03 19:07:10,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:10.561 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.024s] 2018-12-03 19:07:10,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:10.591 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [1.646s] 2018-12-03 19:07:10,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:10.767 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.206s] 2018-12-03 19:07:11,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:11.056 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.288s] 2018-12-03 19:07:11,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:11.314 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.257s] 2018-12-03 19:07:11,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:11.328 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2018-12-03 19:07:11,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:11.580 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.251s] 2018-12-03 19:07:11,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:11.615 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.035s] 2018-12-03 19:07:11,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:11.648 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.032s] 2018-12-03 19:07:11,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:11.801 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.152s] 2018-12-03 19:07:12,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:12.030 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.228s] 2018-12-03 19:07:12,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:12.043 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [2.965s] 2018-12-03 19:07:12,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:12.228 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.198s] 2018-12-03 19:07:12,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:12.460 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.232s] 2018-12-03 19:07:12,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:12.509 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.048s] 2018-12-03 19:07:12,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:12.567 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.058s] 2018-12-03 19:07:12,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:12.670 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.078s] 2018-12-03 19:07:12,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:12.793 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.225s] 2018-12-03 19:07:12,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:12.846 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.052s] 2018-12-03 19:07:13,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:13.750 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.904s] 2018-12-03 19:07:13,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:13.784 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.033s] 2018-12-03 19:07:13,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:13.983 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.199s] 2018-12-03 19:07:14,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:14.201 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.216s] 2018-12-03 19:07:14,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:14.553 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [8.494s] 2018-12-03 19:07:14,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:14.573 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.372s] 2018-12-03 19:07:14,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:14.790 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.216s] 2018-12-03 19:07:14,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:14.826 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.035s] 2018-12-03 19:07:14,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:14.945 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [5.618s] 2018-12-03 19:07:15,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:15.097 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.271s] 2018-12-03 19:07:15,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:15.356 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.258s] 2018-12-03 19:07:15,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:15.413 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.056s] 2018-12-03 19:07:15,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:15.465 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.052s] 2018-12-03 19:07:15,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:15.502 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.037s] 2018-12-03 19:07:15,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:15.749 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.246s] 2018-12-03 19:07:16,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:16.406 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.462s] 2018-12-03 19:07:18,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:18.908 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [6.427s] 2018-12-03 19:07:19,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:19.997 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [4.917s] 2018-12-03 19:07:20,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:20.190 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [5.634s] 2018-12-03 19:07:20,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:20.616 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.738s] 2018-12-03 19:07:20,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:20.818 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.201s] 2018-12-03 19:07:20,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:20.854 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.189s] 2018-12-03 19:07:21,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:21.025 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.171s] 2018-12-03 19:07:21,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:21.367 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [49.469s] 2018-12-03 19:07:21,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:21.408 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.381s] 2018-12-03 19:07:21,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:21.449 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.041s] 2018-12-03 19:07:21,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:21.668 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.218s] 2018-12-03 19:07:21,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:21.864 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.196s] 2018-12-03 19:07:22,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:22.247 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.381s] 2018-12-03 19:07:22,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:22.283 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.036s] 2018-12-03 19:07:22,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:22.559 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.276s] 2018-12-03 19:07:22,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:22.750 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.189s] 2018-12-03 19:07:22,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:22.925 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.174s] 2018-12-03 19:07:22,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:22.968 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.043s] 2018-12-03 19:07:22,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:22.999 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.030s] 2018-12-03 19:07:23,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:23.040 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.040s] 2018-12-03 19:07:23,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:23.224 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.035s] 2018-12-03 19:07:23,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:23.253 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.211s] 2018-12-03 19:07:23,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:23.493 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [13.502s] 2018-12-03 19:07:23,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:23.626 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [3.092s] 2018-12-03 19:07:23,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:23.916 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.289s] 2018-12-03 19:07:25,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:25.239 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.330s] 2018-12-03 19:07:26,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:26.387 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [2.470s] 2018-12-03 19:07:29,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:29.095 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.493s] 2018-12-03 19:07:29,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:29.893 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.796s] 2018-12-03 19:07:29,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:29.936 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [47.314s] 2018-12-03 19:07:29,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:29.954 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.062s] 2018-12-03 19:07:30,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:30.295 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.340s] 2018-12-03 19:07:33,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:33.013 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.932s] 2018-12-03 19:07:34,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:34.503 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [26.930s] 2018-12-03 19:07:34,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:34.798 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [9.558s] 2018-12-03 19:07:35,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:35.131 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [2.118s] 2018-12-03 19:07:38,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:38.345 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [15.118s] 2018-12-03 19:07:38,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:38.403 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.060s] 2018-12-03 19:07:38,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:38.546 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.142s] 2018-12-03 19:07:39,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:39.277 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [2.448s] 2018-12-03 19:07:40,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:40.415 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.374s] 2018-12-03 19:07:41,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:41.996 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [7.197s] 2018-12-03 19:07:49,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:49.312 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [10.764s] 2018-12-03 19:07:53,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:53.110 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [18.606s] 2018-12-03 19:07:54,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:54.860 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [4.358s] 2018-12-03 19:07:57,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:57.897 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.473s] 2018-12-03 19:07:59,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:07:59.930 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.032s] 2018-12-03 19:08:00,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:00.013 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [12.638s] 2018-12-03 19:08:00,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:00.126 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [9.774s] 2018-12-03 19:08:00,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:00.693 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [39.322s] 2018-12-03 19:08:02,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:02.392 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [6.825s] 2018-12-03 19:08:03,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:03.699 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [21.703s] 2018-12-03 19:08:04,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:04.516 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [9.654s] 2018-12-03 19:08:05,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:05.023 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [4.896s] 2018-12-03 19:08:06,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:06.058 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [1.033s] 2018-12-03 19:08:06,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:06.140 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [1.624s] 2018-12-03 19:08:07,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:07.118 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [4.723s] 2018-12-03 19:08:07,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:07.994 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [7.981s] 2018-12-03 19:08:08,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:08.593 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.453s] 2018-12-03 19:08:10,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:10.640 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [2.242s] 2018-12-03 19:08:10,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:10.867 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.273s] 2018-12-03 19:08:11,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:11.031 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [4.974s] 2018-12-03 19:08:11,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:11.385 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [69.447s] 2018-12-03 19:08:11,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:11.618 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [28.717s] 2018-12-03 19:08:12,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:12.585 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [1.552s] 2018-12-03 19:08:12,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:12.590 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [19.477s] 2018-12-03 19:08:12,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:12.594 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-12-03 19:08:12,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:12.901 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [4.907s] 2018-12-03 19:08:14,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:14.414 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-12-03 19:08:14,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:14.980 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [25.668s] 2018-12-03 19:08:15,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:15.086 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.106s] 2018-12-03 19:08:15,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:15.148 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.061s] 2018-12-03 19:08:17,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:17.170 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.586s] 2018-12-03 19:08:17,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:17.920 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [1.206s] 2018-12-03 19:08:18,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:18.460 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [5.558s] 2018-12-03 19:08:18,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:18.753 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.833s] 2018-12-03 19:08:19,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:19.856 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [1.101s] 2018-12-03 19:08:19,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:19.948 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-12-03 19:08:19,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:19.949 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-12-03 19:08:19,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:19.949 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-12-03 19:08:21,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:21.957 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [52.010s] 2018-12-03 19:08:22,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:22.338 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.302s] 2018-12-03 19:08:22,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:22.526 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.187s] 2018-12-03 19:08:22,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:22.689 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.161s] 2018-12-03 19:08:22,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:22.894 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.204s] 2018-12-03 19:08:23,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:23.046 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.876s] 2018-12-03 19:08:23,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:23.103 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.210s] 2018-12-03 19:08:25,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:25.864 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [7.403s] 2018-12-03 19:08:27,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:27.593 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [7.502s] 2018-12-03 19:08:29,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:29.206 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [16.615s] 2018-12-03 19:08:29,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:29.924 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [6.877s] 2018-12-03 19:08:30,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:30.956 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [7.849s] 2018-12-03 19:08:31,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:31.449 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [19.831s] 2018-12-03 19:08:32,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:32.050 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [16.899s] 2018-12-03 19:08:33,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:33.219 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.294s] 2018-12-03 19:08:33,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:33.367 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [13.507s] 2018-12-03 19:08:33,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:33.428 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.063s] 2018-12-03 19:08:33,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:33.476 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.049s] 2018-12-03 19:08:36,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:36.106 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-12-03 19:08:36,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:36.108 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-12-03 19:08:36,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:36.494 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.668s] 2018-12-03 19:08:38,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:38.167 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [16.211s] 2018-12-03 19:08:38,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:38.659 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.187s] 2018-12-03 19:08:40,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:40.508 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [4.014s] 2018-12-03 19:08:41,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:41.308 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.926s] 2018-12-03 19:08:41,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:41.422 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.760s] 2018-12-03 19:08:41,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:41.754 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.831s] 2018-12-03 19:08:42,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:42.589 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.281s] 2018-12-03 19:08:43,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:43.561 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [10.341s] 2018-12-03 19:08:43,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:43.573 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [2.151s] 2018-12-03 19:08:43,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:43.666 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.076s] 2018-12-03 19:08:44,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:44.455 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [0.880s] 2018-12-03 19:08:44,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:44.704 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [68.572s] 2018-12-03 19:08:44,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:44.728 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [12.678s] 2018-12-03 19:08:44,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:44.948 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.194s] 2018-12-03 19:08:45,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:45.222 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.660s] 2018-12-03 19:08:45,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:45.975 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.519s] 2018-12-03 19:08:46,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:46.416 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [5.904s] 2018-12-03 19:08:46,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:46.952 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-12-03 19:08:47,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:47.373 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [0.959s] 2018-12-03 19:08:47,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:47.449 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [2.500s] 2018-12-03 19:08:47,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:47.466 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [18.258s] 2018-12-03 19:08:48,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:48.305 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [3.082s] 2018-12-03 19:08:48,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:48.698 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.391s] 2018-12-03 19:08:48,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:48.883 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.906s] 2018-12-03 19:08:49,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:49.047 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.349s] 2018-12-03 19:08:49,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:49.379 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.332s] 2018-12-03 19:08:49,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:49.468 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.087s] 2018-12-03 19:08:49,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:49.567 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.098s] 2018-12-03 19:08:49,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:49.595 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.358s] 2018-12-03 19:08:49,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:49.710 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.143s] 2018-12-03 19:08:49,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:49.826 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.116s] 2018-12-03 19:08:49,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:49.908 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.082s] 2018-12-03 19:08:49,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:49.964 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.055s] 2018-12-03 19:08:50,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:50.208 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [18.755s] 2018-12-03 19:08:50,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:50.210 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-12-03 19:08:50,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:50.289 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [2.913s] 2018-12-03 19:08:50,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:50.341 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.746s] 2018-12-03 19:08:50,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:50.353 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.470s] 2018-12-03 19:08:50,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:50.668 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.316s] 2018-12-03 19:08:51,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:51.764 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [1.476s] 2018-12-03 19:08:52,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:52.626 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.176s] 2018-12-03 19:08:52,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:52.635 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.964s] 2018-12-03 19:08:55,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:55.321 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [2.686s] 2018-12-03 19:08:56,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:56.183 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.861s] 2018-12-03 19:08:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:56.463 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [4.694s] 2018-12-03 19:08:56,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:56.522 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.340s] 2018-12-03 19:08:56,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:56.527 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.068s] 2018-12-03 19:08:56,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:56.548 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.025s] 2018-12-03 19:08:56,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:56.574 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.025s] 2018-12-03 19:08:56,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:56.579 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [2.107s] 2018-12-03 19:08:57,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:57.578 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.613s] 2018-12-03 19:08:57,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:57.730 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.149s] 2018-12-03 19:08:58,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:58.140 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-12-03 19:08:58,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:58.142 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-12-03 19:08:58,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:58.143 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-12-03 19:08:58,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:58.145 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-12-03 19:08:59,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:59.461 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.731s] 2018-12-03 19:08:59,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:08:59.640 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-12-03 19:09:00,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:00.607 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [22.437s] 2018-12-03 19:09:01,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:01.876 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.195s] 2018-12-03 19:09:02,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:02.129 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.252s] 2018-12-03 19:09:02,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:02.333 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.203s] 2018-12-03 19:09:02,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:02.540 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.207s] 2018-12-03 19:09:02,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:02.766 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.225s] 2018-12-03 19:09:02,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:02.970 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.203s] 2018-12-03 19:09:03,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:03.244 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.273s] 2018-12-03 19:09:03,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:03.305 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.060s] 2018-12-03 19:09:03,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:03.533 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.228s] 2018-12-03 19:09:03,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:03.813 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.279s] 2018-12-03 19:09:04,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:04.018 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.204s] 2018-12-03 19:09:04,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:04.718 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [14.509s] 2018-12-03 19:09:05,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:05.148 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.625s] 2018-12-03 19:09:05,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:05.486 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [2.049s] 2018-12-03 19:09:06,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:06.704 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.555s] 2018-12-03 19:09:08,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:08.082 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.594s] 2018-12-03 19:09:08,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:08.479 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [3.501s] 2018-12-03 19:09:09,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:09.746 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-12-03 19:09:09,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:09.747 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-12-03 19:09:10,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:10.113 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.634s] 2018-12-03 19:09:12,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:12.462 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.752s] 2018-12-03 19:09:14,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:14.039 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.580s] 2018-12-03 19:09:14,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:14.371 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.903s] 2018-12-03 19:09:16,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:16.317 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.945s] 2018-12-03 19:09:17,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:17.061 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.020s] 2018-12-03 19:09:17,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:17.828 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.587s] 2018-12-03 19:09:18,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:18.394 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.333s] 2018-12-03 19:09:18,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:18.893 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [1.063s] 2018-12-03 19:09:18,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:18.919 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2018-12-03 19:09:19,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:19.566 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.673s] 2018-12-03 19:09:19,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:19.673 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-12-03 19:09:19,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:19.674 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-12-03 19:09:20,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:20.611 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [1.043s] 2018-12-03 19:09:20,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:20.891 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.280s] 2018-12-03 19:09:20,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:20.915 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.023s] 2018-12-03 19:09:21,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:21.237 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [16.518s] 2018-12-03 19:09:21,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:21.677 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.279s] 2018-12-03 19:09:21,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:21.742 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.826s] 2018-12-03 19:09:21,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:21.840 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.166s] 2018-12-03 19:09:24,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:24.964 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-12-03 19:09:27,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:27.929 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [40.459s] 2018-12-03 19:09:29,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:29.575 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.251s] 2018-12-03 19:09:29,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:29.765 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.189s] 2018-12-03 19:09:32,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:32.167 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-12-03 19:09:32,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:32.344 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.176s] 2018-12-03 19:09:32,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:32.393 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.049s] 2018-12-03 19:09:32,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:32.597 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [6.290s] 2018-12-03 19:09:33,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:33.170 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.775s] 2018-12-03 19:09:33,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:33.706 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.535s] 2018-12-03 19:09:34,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:34.321 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.615s] 2018-12-03 19:09:34,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:34.359 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.038s] 2018-12-03 19:09:34,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:34.594 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.232s] 2018-12-03 19:09:34,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:34.679 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.087s] 2018-12-03 19:09:34,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:34.720 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [83.323s] 2018-12-03 19:09:34,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:34.733 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.054s] 2018-12-03 19:09:34,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:34.773 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2018-12-03 19:09:34,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:34.784 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.067s] 2018-12-03 19:09:34,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:34.859 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.076s] 2018-12-03 19:09:34,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:34.991 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.257s] 2018-12-03 19:09:35,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:35.279 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.287s] 2018-12-03 19:09:35,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:35.534 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.254s] 2018-12-03 19:09:35,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:35.643 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.108s] 2018-12-03 19:09:35,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:35.872 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.228s] 2018-12-03 19:09:35,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:35.889 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.024s] 2018-12-03 19:09:35,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:35.942 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.070s] 2018-12-03 19:09:36,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:36.013 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.070s] 2018-12-03 19:09:36,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:36.086 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.073s] 2018-12-03 19:09:36,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:36.135 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.245s] 2018-12-03 19:09:36,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:36.366 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.230s] 2018-12-03 19:09:36,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:36.585 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.219s] 2018-12-03 19:09:36,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:36.796 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.210s] 2018-12-03 19:09:36,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:36.822 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.025s] 2018-12-03 19:09:36,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:36.850 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.027s] 2018-12-03 19:09:37,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:37.071 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.220s] 2018-12-03 19:09:37,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:37.095 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.024s] 2018-12-03 19:09:37,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:37.118 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.022s] 2018-12-03 19:09:37,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:37.404 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.285s] 2018-12-03 19:09:37,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:37.946 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.541s] 2018-12-03 19:09:38,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:38.306 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.708s] 2018-12-03 19:09:39,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:39.288 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [2.505s] 2018-12-03 19:09:39,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:39.714 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.426s] 2018-12-03 19:09:41,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:41.980 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [83.110s] 2018-12-03 19:09:42,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:41.999 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [14.074s] 2018-12-03 19:09:44,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:44.710 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-12-03 19:09:44,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:44.711 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-12-03 19:09:51,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:51.302 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [38.802s] 2018-12-03 19:09:53,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:53.674 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [53.051s] 2018-12-03 19:09:57,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:57.633 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-12-03 19:09:57,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:09:57.636 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-12-03 19:10:02,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:02.997 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.665s] 2018-12-03 19:10:03,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:03.512 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.515s] 2018-12-03 19:10:04,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:04.234 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [62.702s] 2018-12-03 19:10:04,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:04.300 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [43.061s] 2018-12-03 19:10:06,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:06.422 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [16.882s] 2018-12-03 19:10:09,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:09.545 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-12-03 19:10:10,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:10.772 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [4.352s] 2018-12-03 19:10:12,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:12.060 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.074s] 2018-12-03 19:10:12,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:12.191 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.130s] 2018-12-03 19:10:12,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:12.280 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.088s] 2018-12-03 19:10:12,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:12.364 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.084s] 2018-12-03 19:10:12,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:12.442 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.077s] 2018-12-03 19:10:14,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:14.373 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [10.075s] 2018-12-03 19:10:14,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:14.919 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [4.147s] 2018-12-03 19:10:17,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:17.344 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-12-03 19:10:18,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:18.335 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [3.414s] 2018-12-03 19:10:21,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:21.638 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.311s] 2018-12-03 19:10:21,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:21.764 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.209s] 2018-12-03 19:10:21,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:21.927 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.162s] 2018-12-03 19:10:22,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:22.088 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.160s] 2018-12-03 19:10:22,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:22.565 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.228s] 2018-12-03 19:10:28,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:28.342 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [6.701s] 2018-12-03 19:10:28,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:28.343 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-12-03 19:10:28,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:28.635 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [6.545s] 2018-12-03 19:10:28,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:28.869 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.235s] 2018-12-03 19:10:30,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:30.977 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [8.412s] 2018-12-03 19:10:31,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:31.214 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [2.873s] 2018-12-03 19:10:32,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:32.608 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.394s] 2018-12-03 19:10:33,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:33.479 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [39.797s] 2018-12-03 19:10:33,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:33.480 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-12-03 19:10:37,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:37.469 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-12-03 19:10:37,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:37.470 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-12-03 19:10:43,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:43.103 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.768s] 2018-12-03 19:10:43,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:43.312 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.208s] 2018-12-03 19:10:44,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:44.187 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.716s] 2018-12-03 19:10:45,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:45.593 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2018-12-03 19:10:49,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:49.701 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-12-03 19:10:53,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:53.834 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.181s] 2018-12-03 19:10:54,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:10:54.183 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.349s] 2018-12-03 19:11:03,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:03.200 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [29.716s] 2018-12-03 19:11:05,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:05.022 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [3.289s] 2018-12-03 19:11:05,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:05.381 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.359s] 2018-12-03 19:11:06,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:06.109 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.764s] 2018-12-03 19:11:06,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:06.173 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [84.177s] 2018-12-03 19:11:06,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:06.756 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [1.373s] 2018-12-03 19:11:06,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:06.924 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.169s] 2018-12-03 19:11:07,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:07.415 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.490s] 2018-12-03 19:11:08,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:08.407 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.266s] 2018-12-03 19:11:09,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:09.520 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [6.322s] 2018-12-03 19:11:09,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:09.780 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [33.256s] 2018-12-03 19:11:13,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:13.073 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.666s] 2018-12-03 19:11:14,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:14.504 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [64.941s] 2018-12-03 19:11:15,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:15.644 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [9.533s] 2018-12-03 19:11:16,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:16.256 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.615s] 2018-12-03 19:11:17,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:17.177 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.920s] 2018-12-03 19:11:17,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:17.975 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.797s] 2018-12-03 19:11:19,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:19.058 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.224s] 2018-12-03 19:11:37,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:37.216 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.151s] 2018-12-03 19:11:37,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:37.252 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.037s] 2018-12-03 19:11:43,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:43.334 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [1.440s] 2018-12-03 19:11:50,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:50.798 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [18.222s] 2018-12-03 19:11:51,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:51.636 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [33.653s] 2018-12-03 19:11:55,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:55.890 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [8.629s] 2018-12-03 19:11:57,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:57.893 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-12-03 19:11:57,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:11:57.893 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-12-03 19:12:02,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:02.285 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.314s] 2018-12-03 19:12:02,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:02.781 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.496s] 2018-12-03 19:12:06,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:06.670 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [15.871s] 2018-12-03 19:12:07,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:07.493 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [10.955s] 2018-12-03 19:12:10,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:10.004 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.317s] 2018-12-03 19:12:10,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:10.389 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.384s] 2018-12-03 19:12:11,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:11.012 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.622s] 2018-12-03 19:12:11,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:11.043 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [3.552s] 2018-12-03 19:12:11,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:11.078 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.067s] 2018-12-03 19:12:11,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:11.124 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.046s] 2018-12-03 19:12:11,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:11.191 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.065s] 2018-12-03 19:12:11,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:11.831 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [5.163s] 2018-12-03 19:12:14,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:14.848 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [3.017s] 2018-12-03 19:12:20,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:20.036 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.677s] 2018-12-03 19:12:21,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:21.092 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [1.055s] 2018-12-03 19:12:21,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:21.480 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.388s] 2018-12-03 19:12:21,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:21.900 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.419s] 2018-12-03 19:12:22,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:22.952 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.051s] 2018-12-03 19:12:23,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:23.349 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.397s] 2018-12-03 19:12:23,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:23.788 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.439s] 2018-12-03 19:12:26,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:26.241 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [2.450s] 2018-12-03 19:12:26,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:26.539 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.296s] 2018-12-03 19:12:27,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:27.267 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.729s] 2018-12-03 19:12:27,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:27.352 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.085s] 2018-12-03 19:12:27,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:27.808 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.454s] 2018-12-03 19:12:28,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:28.560 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.752s] 2018-12-03 19:12:40,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:40.706 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.335s] 2018-12-03 19:12:40,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:40.861 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.157s] 2018-12-03 19:12:41,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:41.118 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.255s] 2018-12-03 19:12:43,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:43.125 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [28.272s] 2018-12-03 19:12:44,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:44.142 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [89.619s] 2018-12-03 19:12:53,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:12:53.655 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.805s] 2018-12-03 19:13:00,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:13:00.082 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.175s] 2018-12-03 19:13:02,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:13:02.049 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.964s] 2018-12-03 19:13:08,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:13:08.669 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.369s] 2018-12-03 19:13:08,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:13:08.843 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.174s] 2018-12-03 19:13:09,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:13:09.007 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.163s] 2018-12-03 19:13:09,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:13:09.167 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.160s] 2018-12-03 19:13:13,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:13:13.738 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.151s] 2018-12-03 19:13:14,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:13:14.924 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [31.792s] 2018-12-03 19:13:16,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:13:16.272 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.353s] 2018-12-03 19:13:26,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:13:26.816 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [10.541s] 2018-12-03 19:13:36,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:13:36.650 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [9.832s] 2018-12-03 19:13:41,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:13:41.278 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [4.628s] 2018-12-03 19:13:52,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:13:52.195 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [93.370s] 2018-12-03 19:14:13,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:14:13.147 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [31.859s] 2018-12-03 19:14:29,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:14:29.905 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.577s] 2018-12-03 19:14:29,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:14:29.952 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.047s] 2018-12-03 19:14:30,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:14:30.207 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.254s] 2018-12-03 19:14:31,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:14:31.845 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.637s] 2018-12-03 19:14:34,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:14:34.079 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.234s] 2018-12-03 19:14:34,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:14:34.278 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.198s] 2018-12-03 19:14:34,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:14:34.476 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.198s] 2018-12-03 19:14:54,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:14:54.669 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2018-12-03 19:14:56,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:14:56.145 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-12-03 19:14:58,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:14:58.035 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-12-03 19:15:03,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:15:03.046 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2018-12-03 19:15:22,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:15:22.629 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [83.971s] 2018-12-03 19:15:27,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:15:27.402 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [24.345s] 2018-12-03 19:15:31,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:15:31.401 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.003s] 2018-12-03 19:15:55,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:15:55.163 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [23.753s] 2018-12-03 19:16:02,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:16:02.045 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.885s] 2018-12-03 19:16:16,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-03 19:16:16.780 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [54.142s] 2018-12-03 19:16:24,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 6a2b5e2f-3eee-4fad-bdea-e8c3c6859805 2018-12-03 19:16:24,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6a2b5e2f-3eee-4fad-bdea-e8c3c6859805']'. 2018-12-03 19:16:26,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-03 19:16:26,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-03 19:16:26,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-03 19:16:26,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6a2b5e2f-3eee-4fad-bdea-e8c3c6859805 | 2018-12-03 19:16:26,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-12-03 19:16:26,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-03 18:58:28 | 2018-12-03 19:16:26,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-03 19:16:23 | 2018-12-03 19:16:26,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:17:55 | 2018-12-03 19:16:26,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-03 19:16:26,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-03 19:16:26,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b05abb1e-540e-4b1b-8e3c-98daea3a3721) | 2018-12-03 19:16:26,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-03 19:16:26,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1c075f31-7352-44f9-a524-55485bbc6a60) | 2018-12-03 19:16:26,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-12-03 19:16:26,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1062.324 | 2018-12-03 19:16:26,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1076 | 2018-12-03 19:16:26,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 391 | 2018-12-03 19:16:26,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-03 19:16:26,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-03 19:16:26,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-12-03 19:16:26,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-03 19:16:26,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-03 19:16:26,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-03 19:16:26,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 99.9071494893% 2018-12-03 19:16:26,510 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 18:13 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-12-03 19:16:26,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 19:16:26,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/9370331d-4291-4872-b538-7dc13e638284 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f55b58d67041dbb24f9988e5afd6b603b746ca9" 2018-12-03 19:16:27,572 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-35a73b6c-4827-4961-a6d9-ae7f915a78be Date: Mon, 03 Dec 2018 19:16:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 19:16:27,573 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/9370331d-4291-4872-b538-7dc13e638284 used request id req-35a73b6c-4827-4961-a6d9-ae7f915a78be 2018-12-03 19:16:27,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.0595638752s 2018-12-03 19:16:27,573 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/9370331d-4291-4872-b538-7dc13e638284 used request id req-35a73b6c-4827-4961-a6d9-ae7f915a78be 2018-12-03 19:16:27,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 19:16:27,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 19:16:27,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 19:16: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-f9d804c6-a19d-468e-a83a-29464446b83e x-compute-request-id: req-f9d804c6-a19d-468e-a83a-29464446b83e Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0d00747b-24f7-4861-a4ed-721308e453ae", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0d00747b-24f7-4861-a4ed-721308e453ae", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0d00747b-24f7-4861-a4ed-721308e453ae", "name": "tempest_full_parallel-flavor_alt_def38f6c-d8cb-40c7-9cc5-a62be5744956", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ae8da684-27d0-447b-b42b-eab2614732d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ae8da684-27d0-447b-b42b-eab2614732d6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ae8da684-27d0-447b-b42b-eab2614732d6", "name": "tempest_full_parallel-flavor_def38f6c-d8cb-40c7-9cc5-a62be5744956", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 19:16:27,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-f9d804c6-a19d-468e-a83a-29464446b83e 2018-12-03 19:16:27,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.180272817612s 2018-12-03 19:16:27,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-f9d804c6-a19d-468e-a83a-29464446b83e 2018-12-03 19:16:27,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 19:16:27,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/0d00747b-24f7-4861-a4ed-721308e453ae -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 19:16:27,793 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 19:16: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-234e98e4-ab49-4bab-bb04-7ee6ff50cc00 x-compute-request-id: req-234e98e4-ab49-4bab-bb04-7ee6ff50cc00 Content-Length: 0 Content-Type: application/json 2018-12-03 19:16:27,794 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/0d00747b-24f7-4861-a4ed-721308e453ae used request id req-234e98e4-ab49-4bab-bb04-7ee6ff50cc00 2018-12-03 19:16:27,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0368051528931s 2018-12-03 19:16:27,794 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/0d00747b-24f7-4861-a4ed-721308e453ae used request id req-234e98e4-ab49-4bab-bb04-7ee6ff50cc00 2018-12-03 19:16:27,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-03 19:16:27,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6f55b58d67041dbb24f9988e5afd6b603b746ca9" 2018-12-03 19:16:27,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-b04395ed-c330-4f5d-acca-55b2a7e59b86 Date: Mon, 03 Dec 2018 19:16:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/snap", "metadata": {}}], "file": "/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/file", "owner": "3d1ffa3ba4a2400d98803f41fed1d46e", "id": "a40a3de1-0913-4cfd-bf77-281b3245dc63", "size": 12716032, "self": "/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63", "disk_format": "qcow2", "direct_url": "rbd://0b3bd714-4117-4ba0-b8cf-3064fc74672f/images/a40a3de1-0913-4cfd-bf77-281b3245dc63/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-03T18:58:16Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_def38f6c-d8cb-40c7-9cc5-a62be5744956", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-03T18:58:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-03 19:16:27,976 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b04395ed-c330-4f5d-acca-55b2a7e59b86 2018-12-03 19:16:27,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182178020477s 2018-12-03 19:16:27,977 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b04395ed-c330-4f5d-acca-55b2a7e59b86 2018-12-03 19:16:27,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-03 19:16:27,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f55b58d67041dbb24f9988e5afd6b603b746ca9" 2018-12-03 19:16:28,756 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f8bde54d-4fd0-4473-bd44-3136fbc0eed8 Date: Mon, 03 Dec 2018 19:16:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-03 19:16:28,757 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63 used request id req-f8bde54d-4fd0-4473-bd44-3136fbc0eed8 2018-12-03 19:16:28,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.77795290947s 2018-12-03 19:16:28,757 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/a40a3de1-0913-4cfd-bf77-281b3245dc63 used request id req-f8bde54d-4fd0-4473-bd44-3136fbc0eed8 2018-12-03 19:16:28,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-03 19:16:28,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 19:16:28,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 19:16: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-5380b69e-5c9e-4f2c-acf2-da7aeb11a441 x-compute-request-id: req-5380b69e-5c9e-4f2c-acf2-da7aeb11a441 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ae8da684-27d0-447b-b42b-eab2614732d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ae8da684-27d0-447b-b42b-eab2614732d6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ae8da684-27d0-447b-b42b-eab2614732d6", "name": "tempest_full_parallel-flavor_def38f6c-d8cb-40c7-9cc5-a62be5744956", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-03 19:16:28,790 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-5380b69e-5c9e-4f2c-acf2-da7aeb11a441 2018-12-03 19:16:28,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0325419902802s 2018-12-03 19:16:28,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-5380b69e-5c9e-4f2c-acf2-da7aeb11a441 2018-12-03 19:16:28,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-03 19:16:28,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/ae8da684-27d0-447b-b42b-eab2614732d6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 19:16:28,835 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Dec 2018 19:16: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-f7d97a1e-efd2-4fd8-b21e-d7998c971d1f x-compute-request-id: req-f7d97a1e-efd2-4fd8-b21e-d7998c971d1f Content-Length: 0 Content-Type: application/json 2018-12-03 19:16:28,835 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ae8da684-27d0-447b-b42b-eab2614732d6 used request id req-f7d97a1e-efd2-4fd8-b21e-d7998c971d1f 2018-12-03 19:16:28,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0428938865662s 2018-12-03 19:16:28,836 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ae8da684-27d0-447b-b42b-eab2614732d6 used request id req-f7d97a1e-efd2-4fd8-b21e-d7998c971d1f 2018-12-03 19:16:28,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 19:16:28,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 19:16:28,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 19:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78864a66-62e9-418d-8a9e-d9dc4b23c3ba Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/0405832b77f34509ae65f356aaab390c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0405832b77f34509ae65f356aaab390c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0dbb07565e64488ab35b3a180d486a03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dbb07565e64488ab35b3a180d486a03", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/22d14cbe76744fa79e92aae307df1d89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22d14cbe76744fa79e92aae307df1d89", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/24eab8f3c932414eacb5acfaf8b75057"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24eab8f3c932414eacb5acfaf8b75057", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/257acc3caf714096a76643d282c62d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "257acc3caf714096a76643d282c62d59", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/390bc12eeaea4b829dadae4049d30620"}, "domain_id": "default", "enabled": true, "options": {}, "id": "390bc12eeaea4b829dadae4049d30620", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/40fd64ef509d4c77a601e1c9eab66481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40fd64ef509d4c77a601e1c9eab66481", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/677291f7d5304e9f8beda2b2d1d6e8cb"}, "domain_id": "bda36a35be3b4fe2960c5a6b246e5d9b", "enabled": true, "options": {}, "id": "677291f7d5304e9f8beda2b2d1d6e8cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/7166957b101c450e9cff14791ecc7efa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7166957b101c450e9cff14791ecc7efa", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/7d539cf8bab543f0b962cf479d8d80ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d539cf8bab543f0b962cf479d8d80ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8da2a508f0a94ace91b8244a80d9de6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8da2a508f0a94ace91b8244a80d9de6a", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/b0715b71c8ff484099564a90baf2d481"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0715b71c8ff484099564a90baf2d481", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_def38f6c-d8cb-40c7-9cc5-a62be5744956", "links": {"self": "http://172.30.9.30:5000/v3/users/b54809080f984e14bb87aebe6c28d6f2"}, "domain_id": "default", "enabled": true, "id": "b54809080f984e14bb87aebe6c28d6f2", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/cf0d403ada0346739c1613cb84829f79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cf0d403ada0346739c1613cb84829f79", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/db6079c59cf44925b1bf050f83c99cb4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db6079c59cf44925b1bf050f83c99cb4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.30:5000/v3/users/f28c86dcfb964eea8e81b6791f26be62"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f28c86dcfb964eea8e81b6791f26be62", "email": "tacker@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-03 19:16:28,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-78864a66-62e9-418d-8a9e-d9dc4b23c3ba 2018-12-03 19:16:28,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10883307457s 2018-12-03 19:16:28,945 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-78864a66-62e9-418d-8a9e-d9dc4b23c3ba 2018-12-03 19:16:28,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-03 19:16:28,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/b54809080f984e14bb87aebe6c28d6f2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 19:16:29,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 19:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55bc29d4-bd27-43e2-baa2-f06ea11af948 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/b54809080f984e14bb87aebe6c28d6f2"}, "enabled": true, "id": "b54809080f984e14bb87aebe6c28d6f2", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_def38f6c-d8cb-40c7-9cc5-a62be5744956"}} 2018-12-03 19:16:29,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/b54809080f984e14bb87aebe6c28d6f2 used request id req-55bc29d4-bd27-43e2-baa2-f06ea11af948 2018-12-03 19:16:29,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100566864014s 2018-12-03 19:16:29,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/b54809080f984e14bb87aebe6c28d6f2 used request id req-55bc29d4-bd27-43e2-baa2-f06ea11af948 2018-12-03 19:16:29,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-03 19:16:29,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/b54809080f984e14bb87aebe6c28d6f2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 19:16:29,240 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 19:16:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcfa90bd-4f29-4231-9b96-2fbeab583e04 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 19:16:29,241 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b54809080f984e14bb87aebe6c28d6f2 used request id req-fcfa90bd-4f29-4231-9b96-2fbeab583e04 2018-12-03 19:16:29,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.187222003937s 2018-12-03 19:16:29,241 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b54809080f984e14bb87aebe6c28d6f2 used request id req-fcfa90bd-4f29-4231-9b96-2fbeab583e04 2018-12-03 19:16:29,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-03 19:16:29,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 19:16:29,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 19:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6ad5917-9364-48cf-9207-ac9f5c5b7b72 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/103de5b191724fc4b9b4902b99af0361"}, "enabled": true, "id": "103de5b191724fc4b9b4902b99af0361", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.30:5000/v3/projects/3d1ffa3ba4a2400d98803f41fed1d46e"}, "enabled": true, "id": "3d1ffa3ba4a2400d98803f41fed1d46e", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_def38f6c-d8cb-40c7-9cc5-a62be5744956"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/cc5f94ab06cc4f7a86a28b60f4ab302a"}, "enabled": true, "id": "cc5f94ab06cc4f7a86a28b60f4ab302a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-12-03 19:16:29,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-d6ad5917-9364-48cf-9207-ac9f5c5b7b72 2018-12-03 19:16:29,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0816378593445s 2018-12-03 19:16:29,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-d6ad5917-9364-48cf-9207-ac9f5c5b7b72 2018-12-03 19:16:29,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-03 19:16:29,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/3d1ffa3ba4a2400d98803f41fed1d46e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 19:16:29,508 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 19:16:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-769fb21d-541d-4822-9ad4-1a99a5462bf9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 19:16:29,508 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/3d1ffa3ba4a2400d98803f41fed1d46e used request id req-769fb21d-541d-4822-9ad4-1a99a5462bf9 2018-12-03 19:16:29,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.182301998138s 2018-12-03 19:16:29,508 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/3d1ffa3ba4a2400d98803f41fed1d46e used request id req-769fb21d-541d-4822-9ad4-1a99a5462bf9 2018-12-03 19:16:29,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-03 19:16:29,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 19:16:29,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Dec 2018 19:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55d45b56-1fa4-4014-8ccd-cc763cce60f7 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c3a5a90d2a0462c9277aba5a1f9eb8f", "links": {"self": "http://172.30.9.30:5000/v3/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f"}, "name": "Member"}, {"domain_id": null, "id": "262658b16a4440adb64abe58dbd094c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/262658b16a4440adb64abe58dbd094c0"}, "name": "admin"}, {"domain_id": null, "id": "9131b4cb9fc3434fa31379cda686c905", "links": {"self": "http://172.30.9.30:5000/v3/roles/9131b4cb9fc3434fa31379cda686c905"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c175585f3530428f8992bf9b1ea3923d", "links": {"self": "http://172.30.9.30:5000/v3/roles/c175585f3530428f8992bf9b1ea3923d"}, "name": "heat_stack_user"}]} 2018-12-03 19:16:29,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-55d45b56-1fa4-4014-8ccd-cc763cce60f7 2018-12-03 19:16:29,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0965909957886s 2018-12-03 19:16:29,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-03 19:16:29,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 19:16:29,721 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Dec 2018 19:16:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f5a8c95-0ef0-4986-ac0b-30abb4a3590a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-03 19:16:29,721 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/1c3a5a90d2a0462c9277aba5a1f9eb8f used request id req-6f5a8c95-0ef0-4986-ac0b-30abb4a3590a 2018-12-03 19:16:29,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.113878011703s 2018-12-03 19:16:29,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-03 19:16:29,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=3d1ffa3ba4a2400d98803f41fed1d46e&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}de7465a571d3fe4088fe2291f475bb56ff035304" 2018-12-03 19:16:29,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-116f4eee-882b-4f92-91cb-d56ea24d2e5f Date: Mon, 03 Dec 2018 19:16:29 GMT RESP BODY: {"security_groups": []} 2018-12-03 19:16:29,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=3d1ffa3ba4a2400d98803f41fed1d46e&name=default used request id req-116f4eee-882b-4f92-91cb-d56ea24d2e5f 2018-12-03 19:16:29,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.194113969803s 2018-12-03 19:16:29,918 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=3d1ffa3ba4a2400d98803f41fed1d46e&name=default used request id req-116f4eee-882b-4f92-91cb-d56ea24d2e5f 2018-12-03 19:16:29,919 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK